
From nobody Tue Jan  1 13: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 7D2EE12D4EB for <quic-issues@ietfa.amsl.com>; Tue,  1 Jan 2019 13:38:54 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -6.447
X-Spam-Level: 
X-Spam-Status: No, score=-6.447 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIMWL_WL_HIGH=-0.065, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, HTML_IMAGE_ONLY_24=1.618, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-1, RCVD_IN_DNSWL_HI=-5, SPF_PASS=-0.001] autolearn=ham autolearn_force=no
Authentication-Results: ietfa.amsl.com (amavisd-new); dkim=pass (1024-bit key) header.d=github.com
Received: from mail.ietf.org ([4.31.198.44]) by localhost (ietfa.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id sR-uAIp_C7k0 for <quic-issues@ietfa.amsl.com>; Tue,  1 Jan 2019 13:38:53 -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 F0399129BBF for <quic-issues@ietf.org>; Tue,  1 Jan 2019 13:38:52 -0800 (PST)
Date: Tue, 01 Jan 2019 13:38:51 -0800
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1546378731; bh=nb79ZkklmxYEtwHcwORNOwCm/Bmqm0tUhe9oE5/3CaI=; h=Date:From:Reply-To:To:Cc:Subject:List-ID:List-Archive:List-Post: List-Unsubscribe:From; b=jZhYisybtfcyjrR5WY0qp3VZ8YBFn7K+cSr9MsmKhLMtPzJdPdXSrzvbx1T6gMoZr e4Y6EMjccUtAC+FPKlPUL5haTGAPW0+tsuFCuzSqFxzRHkxRBxm2YxKld9B4ApsAMa JHuL69lj2a3ZVxp0fDJzL3WC/KEXWLlOxf1Mfki8=
From: Kazuho Oku <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+0166e4ab079b89bbe16ad68dc1b5d37dc5068afde85de47092cf0000000118439feb92a169ce178cf63b@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/issues/2282@github.com>
Subject: [quicwg/base-drafts] What the maximum of TransportParameters.max_ack_delay? (#2282)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5c2bddebc7487_311d3fe5ddcd45bc399180"; 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/az0Q7qiaQaV2cNNHzChsTRZfmE0>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
List-Id: Notification list for GitHub issues related to the QUIC WG <quic-issues.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=unsubscribe>
List-Archive: <https://mailarchive.ietf.org/arch/browse/quic-issues/>
List-Post: <mailto:quic-issues@ietf.org>
List-Help: <mailto:quic-issues-request@ietf.org?subject=help>
List-Subscribe: <https://www.ietf.org/mailman/listinfo/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=subscribe>
X-List-Received-Date: Tue, 01 Jan 2019 21:38:55 -0000

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

Previously, the maximum was 255 milliseconds, because it was a 8-bit value. But now that the type is varint, the value can express up to 2<sup>62</sup> - 1 milliseconds.

Should we define a reasonable maximum for the value, like what we have for ack_delay_exponent? Capping it so somewhere well below 32-bit range makes sense to me.

I ask this in fear that QUIC stacks might ship with code that fails to handle unreasonably large 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/issues/2282
----==_mimepart_5c2bddebc7487_311d3fe5ddcd45bc399180
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

<p>Previously, the maximum was 255 milliseconds, because it was a 8-bit value. But now that the type is varint, the value can express up to 2<sup>62</sup> - 1 milliseconds.</p>
<p>Should we define a reasonable maximum for the value, like what we have for ack_delay_exponent? Capping it so somewhere well below 32-bit range makes sense to me.</p>
<p>I ask this in fear that QUIC stacks might ship with code that fails to handle unreasonably large 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/issues/2282">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AWbkq1svEf1O-c8PHXeNcpTeJ8Qs_Cn2ks5u-9VrgaJpZM4ZmCfD">mute the thread</a>.<img src="https://github.com/notifications/beacon/AWbkq5Hl_UXJXo3IGVhvsNtsbJSFpkeaks5u-9VrgaJpZM4ZmCfD.gif" height="1" width="1" alt="" /></p>
<script type="application/json" data-scope="inboxmarkup">{"api_version":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name":"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"https://github.githubassets.com/images/email/message_cards/header.png","avatar_image_url":"https://github.githubassets.com/images/email/message_cards/avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/quicwg/base-drafts"}},"updates":{"snippets":[{"icon":"DESCRIPTION","message":"What the maximum of TransportParameters.max_ack_delay? (#2282)"}],"action":{"name":"View Issue","url":"https://github.com/quicwg/base-drafts/issues/2282"}}}</script>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/issues/2282",
"url": "https://github.com/quicwg/base-drafts/issues/2282",
"name": "View Issue"
},
"description": "View this Issue on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>
----==_mimepart_5c2bddebc7487_311d3fe5ddcd45bc399180--


From nobody Tue Jan  1 14:49: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 55007128D09 for <quic-issues@ietfa.amsl.com>; Tue,  1 Jan 2019 14:49:29 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -8.064
X-Spam-Level: 
X-Spam-Status: No, score=-8.064 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIMWL_WL_HIGH=-0.065, 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_PASS=-0.001] autolearn=ham autolearn_force=no
Authentication-Results: ietfa.amsl.com (amavisd-new); dkim=pass (1024-bit key) header.d=github.com
Received: from mail.ietf.org ([4.31.198.44]) by localhost (ietfa.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id FkWf9IneFN_3 for <quic-issues@ietfa.amsl.com>; Tue,  1 Jan 2019 14:49: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 092AC128CF3 for <quic-issues@ietf.org>; Tue,  1 Jan 2019 14:49:27 -0800 (PST)
Date: Tue, 01 Jan 2019 14:49:26 -0800
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1546382966; bh=js4SUjAE8ao70axepYIJOojvmkzhmiIAka2eaPrKVf4=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=FJJo2XV7y106SsmT/G7ER6TcwIKWc55ToudKkxjUtIxVnFqBP4zULxancHLo9okf4 lRKGQfyJ1TPNA3M0mdoyHJ2o5yuYmUjadfeXhdtvtn3FBwWGOKtF+P/NjR9/47BmN6 N0Mq6RoFUJ1yvMbHaAlgP3nerrQWWWD5O3rbMnuw=
From: Martin Thomson <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+0166e4aba635234cf1174e2740b4230ed0b8ca6dd1b714e192cf000000011843b07692a169ce178befb2@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/pull/2281/c450762843@github.com>
In-Reply-To: <quicwg/base-drafts/pull/2281@github.com>
References: <quicwg/base-drafts/pull/2281@github.com>
Subject: Re: [quicwg/base-drafts] Include handshake anti-deadlock logic in pseudocode (#2281)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5c2bee76ce8cb_de83fef534d45b84731f0"; 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/WboyZrW1dLMo4IUJ6MzZSmUGa7A>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
List-Id: Notification list for GitHub issues related to the QUIC WG <quic-issues.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=unsubscribe>
List-Archive: <https://mailarchive.ietf.org/arch/browse/quic-issues/>
List-Post: <mailto:quic-issues@ietf.org>
List-Help: <mailto:quic-issues-request@ietf.org?subject=help>
List-Subscribe: <https://www.ietf.org/mailman/listinfo/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=subscribe>
X-List-Received-Date: Tue, 01 Jan 2019 22:49:29 -0000

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

The x3 rule does refer to simple bytes as opposed to bytes in flight as calculated for the purposes of congestion control.  So PADDING is completely sufficient for the client.

My point was that this extra "code" exists only for the purposes of driving that x3 rule, and is only necessary when the client is sending Initial packets.  If it is sending Handshake packets, there is no need because any Handshake packet of any size is sufficient to validate the client address and disable the x3 rule.

(BTW, this wasn't directly a comment on this PR, but on the cited text as well as the 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/2281#issuecomment-450762843
----==_mimepart_5c2bee76ce8cb_de83fef534d45b84731f0
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: quoted-printable

<p>The x3 rule does refer to simple bytes as opposed to bytes in flight a=
s calculated for the purposes of congestion control.  So PADDING is compl=
etely sufficient for the client.</p>
<p>My point was that this extra "code" exists only for the purposes of dr=
iving that x3 rule, and is only necessary when the client is sending Init=
ial packets.  If it is sending Handshake packets, there is no need becaus=
e any Handshake packet of any size is sufficient to validate the client a=
ddress and disable the x3 rule.</p>
<p>(BTW, this wasn't directly a comment on this PR, but on the cited text=
 as well as the code.)</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/pull/2281#issuecomment-450762843">view it on GitHub</a>, o=
r <a href=3D"https://github.com/notifications/unsubscribe-auth/AWbkqy3CEA=
0TVrTAY540u4H6OMiJo0Y_ks5u--X2gaJpZM4Zluan">mute the thread</a>.<img src=3D=
"https://github.com/notifications/beacon/AWbkq_BrByTFu1CLNSqJ7jfDKnmpiPI5=
ks5u--X2gaJpZM4Zluan.gif" height=3D"1" width=3D"1" alt=3D"" /></p>
<script type=3D"application/json" data-scope=3D"inboxmarkup">{"api_versio=
n":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name"=
:"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"=
quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"http=
s://github.githubassets.com/images/email/message_cards/header.png","avata=
r_image_url":"https://github.githubassets.com/images/email/message_cards/=
avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/q=
uicwg/base-drafts"}},"updates":{"snippets":[{"icon":"PERSON","message":"@=
martinthomson in #2281: The x3 rule does refer to simple bytes as opposed=
 to bytes in flight as calculated for the purposes of congestion control.=
  So PADDING is completely sufficient for the client.\r\n\r\nMy point was=
 that this extra \"code\" exists only for the purposes of driving that x3=
 rule, and is only necessary when the client is sending Initial packets. =
 If it is sending Handshake packets, there is no need because any Handsha=
ke packet of any size is sufficient to validate the client address and di=
sable the x3 rule.\r\n\r\n(BTW, this wasn't directly a comment on this PR=
, but on the cited text as well as the code.)"}],"action":{"name":"View P=
ull Request","url":"https://github.com/quicwg/base-drafts/pull/2281#issue=
comment-450762843"}}}</script>
<script type=3D"application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/pull/2281#issuecomment-4=
50762843",
"url": "https://github.com/quicwg/base-drafts/pull/2281#issuecomment-4507=
62843",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>=

----==_mimepart_5c2bee76ce8cb_de83fef534d45b84731f0--


From nobody Tue Jan  1 15: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 505EF130DF0 for <quic-issues@ietfa.amsl.com>; Tue,  1 Jan 2019 15:09:12 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -6.519
X-Spam-Level: 
X-Spam-Status: No, score=-6.519 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIMWL_WL_HIGH=-0.065, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, HTML_IMAGE_ONLY_20=1.546, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-1, RCVD_IN_DNSWL_HI=-5, SPF_PASS=-0.001] autolearn=ham autolearn_force=no
Authentication-Results: ietfa.amsl.com (amavisd-new); dkim=pass (1024-bit key) header.d=github.com
Received: from mail.ietf.org ([4.31.198.44]) by localhost (ietfa.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id gRZ0WB5h9E8D for <quic-issues@ietfa.amsl.com>; Tue,  1 Jan 2019 15:09: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 6817B130DE4 for <quic-issues@ietf.org>; Tue,  1 Jan 2019 15:09:10 -0800 (PST)
Date: Tue, 01 Jan 2019 15:09:09 -0800
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1546384149; bh=HczWwNj+dagt8g+7zfSJh910r/oynEh+XEfQZMORVd8=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=tM2xFbe9ny6LlOu52wLlC7C/FdASBA44/aKqyh1u3kR7r5J4+xAg58pZD6R0xwFdy 9GbwAZqsJKpV0gkLAGwBzsrx+GtFdDsu++9r+yErBJHkSyAPtcyrVVQ0pZI9KNl1OG XSXdSvnqmfHtSTNS9o+vNmJfHLJ1bL/XQkGUxfQM=
From: Rui Paulo <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+0166e4ab1829f8d34d73b02aca47f49885fa7567e458f73c92cf000000011843b51592a169ce1789eea9@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/pull/2274/c450764011@github.com>
In-Reply-To: <quicwg/base-drafts/pull/2274@github.com>
References: <quicwg/base-drafts/pull/2274@github.com>
Subject: Re: [quicwg/base-drafts] Test vectors (#2274)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5c2bf3152837c_58923fee900d45bc16464f"; 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/7wnfRns83CwXVpi6bWmhyglxs_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, 01 Jan 2019 23:09:20 -0000

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

Nice!  I think the script would be helpful!

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

<p>Nice!  I think the script would be helpful!</p>

<p style="font-size:small;-webkit-text-size-adjust:none;color:#666;">&mdash;<br />You are receiving this because you are subscribed to this thread.<br />Reply to this email directly, <a href="https://github.com/quicwg/base-drafts/pull/2274#issuecomment-450764011">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AWbkqxncbvb3W25fb9u_Kv8bNafM2YVNks5u--qVgaJpZM4ZlI2H">mute the thread</a>.<img src="https://github.com/notifications/beacon/AWbkq9DYUlIYbHF2KIpmziEtxU6bAQn2ks5u--qVgaJpZM4ZlI2H.gif" height="1" width="1" alt="" /></p>
<script type="application/json" data-scope="inboxmarkup">{"api_version":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name":"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"https://github.githubassets.com/images/email/message_cards/header.png","avatar_image_url":"https://github.githubassets.com/images/email/message_cards/avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/quicwg/base-drafts"}},"updates":{"snippets":[{"icon":"PERSON","message":"@rpaulo in #2274: Nice!  I think the script would be helpful!"}],"action":{"name":"View Pull Request","url":"https://github.com/quicwg/base-drafts/pull/2274#issuecomment-450764011"}}}</script>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/pull/2274#issuecomment-450764011",
"url": "https://github.com/quicwg/base-drafts/pull/2274#issuecomment-450764011",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>
----==_mimepart_5c2bf3152837c_58923fee900d45bc16464f--


From nobody Tue Jan  1 15: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 A98E4128CF3 for <quic-issues@ietfa.amsl.com>; Tue,  1 Jan 2019 15:12:03 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -8.065
X-Spam-Level: 
X-Spam-Status: No, score=-8.065 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIMWL_WL_HIGH=-0.065, 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_PASS=-0.001] autolearn=ham autolearn_force=no
Authentication-Results: ietfa.amsl.com (amavisd-new); dkim=pass (1024-bit key) header.d=github.com
Received: from mail.ietf.org ([4.31.198.44]) by localhost (ietfa.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 7xkNUQgOYn4v for <quic-issues@ietfa.amsl.com>; Tue,  1 Jan 2019 15:12:02 -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 E856E12008A for <quic-issues@ietf.org>; Tue,  1 Jan 2019 15:12:01 -0800 (PST)
Date: Tue, 01 Jan 2019 15:12:00 -0800
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1546384320; bh=Z831RbpnyElhsRXxo9YpMJekIGbrbflCxrMJUFVmBsY=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=qLxNQsRYgBaDJYHDCkZOkxcpR+tiA68dWl9LdCU/dBcphD47isoRyuqc3IlzOzqQa wf2zggsFiuG5MEYTRufOuUPVhfE612ErlO5ZU0yPmSwoC8tonEpui32NUn1f3OLWOb geh9QiJJikDvyto7vh8aZ9oswuLg59rGaUzaR2vk=
From: Benjamin Saunders <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+0166e4ab4572b0b74a0ade6e8924a6d42691a63b4ed518ef92cf000000011843b5c092a169ce178befb2@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/pull/2281/c450764183@github.com>
In-Reply-To: <quicwg/base-drafts/pull/2281@github.com>
References: <quicwg/base-drafts/pull/2281@github.com>
Subject: Re: [quicwg/base-drafts] Include handshake anti-deadlock logic in pseudocode (#2281)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5c2bf3c0bf73c_2723feb424d45b43278a"; 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/l2AT1tHaT5l39MhySCv9wSXZMKI>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
List-Id: Notification list for GitHub issues related to the QUIC WG <quic-issues.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=unsubscribe>
List-Archive: <https://mailarchive.ietf.org/arch/browse/quic-issues/>
List-Post: <mailto:quic-issues@ietf.org>
List-Help: <mailto:quic-issues-request@ietf.org?subject=help>
List-Subscribe: <https://www.ietf.org/mailman/listinfo/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=subscribe>
X-List-Received-Date: Tue, 01 Jan 2019 23:12:04 -0000

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

> BTW, this wasn't directly a comment on this PR, but on the cited text as well as the code.

Right, but I think the currently-required behavior is justified. Consider this case:
1. Client sends Initial w/ CRYPTO
2. Server sends Initial w/ CRYPTO, ACK, followed by Handshake flight; Handshake flight is lost in full
3. Client establishes Handshake keys; sends Initial w/ ACK
4. Server Handshake packets continue to be lost until the 3x budget is spent.

Because the client's crypto packets have all been ACKed, and it has received no further ack-eliciting packets, it has nothing to send.

If the client's second Initial was also lost, meaning the budget is only about 3600 bytes, this can happen almost immediately; a single Quinn server Handshake flight is larger 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/2281#issuecomment-450764183
----==_mimepart_5c2bf3c0bf73c_2723feb424d45b43278a
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: quoted-printable

<blockquote>
<p>BTW, this wasn't directly a comment on this PR, but on the cited text =
as well as the code.</p>
</blockquote>
<p>Right, but I think the currently-required behavior is justified. Consi=
der this case:</p>
<ol>
<li>Client sends Initial w/ CRYPTO</li>
<li>Server sends Initial w/ CRYPTO, ACK, followed by Handshake flight; Ha=
ndshake flight is lost in full</li>
<li>Client establishes Handshake keys; sends Initial w/ ACK</li>
<li>Server Handshake packets continue to be lost until the 3x budget is s=
pent.</li>
</ol>
<p>Because the client's crypto packets have all been ACKed, and it has re=
ceived no further ack-eliciting packets, it has nothing to send.</p>
<p>If the client's second Initial was also lost, meaning the budget is on=
ly about 3600 bytes, this can happen almost immediately; a single Quinn s=
erver Handshake flight is larger than that.</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/pull/2281#issuecomment-450764183">view it on GitHub</a>, o=
r <a href=3D"https://github.com/notifications/unsubscribe-auth/AWbkq16omq=
d5QDoMo4ED2eBYrHYoyCF-ks5u--tAgaJpZM4Zluan">mute the thread</a>.<img src=3D=
"https://github.com/notifications/beacon/AWbkqz4bST2xcmInvjsoUSrZerGFBKpM=
ks5u--tAgaJpZM4Zluan.gif" height=3D"1" width=3D"1" alt=3D"" /></p>
<script type=3D"application/json" data-scope=3D"inboxmarkup">{"api_versio=
n":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name"=
:"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"=
quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"http=
s://github.githubassets.com/images/email/message_cards/header.png","avata=
r_image_url":"https://github.githubassets.com/images/email/message_cards/=
avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/q=
uicwg/base-drafts"}},"updates":{"snippets":[{"icon":"PERSON","message":"@=
Ralith in #2281: \u003e BTW, this wasn't directly a comment on this PR, b=
ut on the cited text as well as the code.\r\n\r\nRight, but I think the c=
urrently-required behavior is justified. Consider this case:\r\n1. Client=
 sends Initial w/ CRYPTO\r\n2. Server sends Initial w/ CRYPTO, ACK, follo=
wed by Handshake flight; Handshake flight is lost in full\r\n3. Client es=
tablishes Handshake keys; sends Initial w/ ACK\r\n4. Server Handshake pac=
kets continue to be lost until the 3x budget is spent.\r\n\r\nBecause the=
 client's crypto packets have all been ACKed, and it has received no furt=
her ack-eliciting packets, it has nothing to send.\r\n\r\nIf the client's=
 second Initial was also lost, meaning the budget is only about 3600 byte=
s, this can happen almost immediately; a single Quinn server Handshake fl=
ight is larger than that."}],"action":{"name":"View Pull Request","url":"=
https://github.com/quicwg/base-drafts/pull/2281#issuecomment-450764183"}}=
}</script>
<script type=3D"application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/pull/2281#issuecomment-4=
50764183",
"url": "https://github.com/quicwg/base-drafts/pull/2281#issuecomment-4507=
64183",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>=

----==_mimepart_5c2bf3c0bf73c_2723feb424d45b43278a--


From nobody Tue Jan  1 15:40:54 2019
Return-Path: <bounce+565321.40f-quic-issues=ietf.org@github.com>
X-Original-To: quic-issues@ietfa.amsl.com
Delivered-To: quic-issues@ietfa.amsl.com
Received: from localhost (localhost [127.0.0.1]) by ietfa.amsl.com (Postfix) with ESMTP id 4E22C128CF3 for <quic-issues@ietfa.amsl.com>; Tue,  1 Jan 2019 15:40:53 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -0.997
X-Spam-Level: 
X-Spam-Status: No, score=-0.997 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIM_ADSP_CUSTOM_MED=0.001, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, FREEMAIL_FORGED_FROMDOMAIN=0.001, FREEMAIL_FROM=0.001, HEADER_FROM_DIFFERENT_DOMAINS=0.001, NML_ADSP_CUSTOM_MED=0.9, RCVD_IN_DNSWL_NONE=-0.0001, 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 50gHW23Jnu1W for <quic-issues@ietfa.amsl.com>; Tue,  1 Jan 2019 15:40:51 -0800 (PST)
Received: from m69-169.mailgun.net (m69-169.mailgun.net [166.78.69.169]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id C99931200B3 for <quic-issues@ietf.org>; Tue,  1 Jan 2019 15:40:51 -0800 (PST)
DKIM-Signature: a=rsa-sha256; v=1; c=relaxed/relaxed; d=github.com; q=dns/txt;  s=mailo; t=1546386050; h=Content-Transfer-Encoding: Content-Type: Mime-Version: Subject: Message-ID: To: Reply-To: From: Date: Sender; bh=B0cdZg2sKZaKSDYVIEJZwBWgWC7dzwfweq7X0xdwwRg=; b=XZ4J1bGPrtCPZXGhlMdyfhpP97dihDdSQLRjttKu4PynyHNLnsGzchX7Pgl7imD/3OWhBxkC g+DuwZEA7uv31GqfZ6460ww+DzKsF/P/MK0YwqqbQ1QK9lCRHG4QEseEdoayUq0KW1Cvdg4j QnXFA/8ZgpKh2Ye+V7cnAe8nQ7I=
X-Mailgun-Sending-Ip: 166.78.69.169
X-Mailgun-Sid: WyJhNzYyYiIsICJxdWljLWlzc3Vlc0BpZXRmLm9yZyIsICI0MGYiXQ==
Sender: martin.thomson=gmail.com@github.com
Received: from github.com (Unknown [192.30.252.39]) by mxa.mailgun.org with ESMTP id 5c2bfa81.7f88093003c0-smtp-out-n01; Tue, 01 Jan 2019 23:40:49 -0000 (UTC)
Date: Tue, 01 Jan 2019 15:40:49 -0800
From: Martin Thomson <martin.thomson@gmail.com>
Reply-To: Martin Thomson <martin.thomson@gmail.com>
To: quic-issues@ietf.org
Message-ID: <5c2bfa81c3ff0_ab22adf7d1de5845102c@hookshot-fe-dfcc362.cp1-iad.github.net.mail>
Subject: [quicwg/base-drafts] 22873b: Add script used for generating test vectors
Mime-Version: 1.0
Content-Type: multipart/mixed; boundary="--==_mimepart_5c2bfa81c3987_ab22adf7d1de584509e2"; charset=UTF-8
Content-Transfer-Encoding: 7bit
Archived-At: <https://mailarchive.ietf.org/arch/msg/quic-issues/3xQ78M1RgEQM3I3f9-mzc95HwZ0>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
Precedence: list
List-Id: Notification list for GitHub issues related to the QUIC WG <quic-issues.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=unsubscribe>
List-Archive: <https://mailarchive.ietf.org/arch/browse/quic-issues/>
List-Post: <mailto:quic-issues@ietf.org>
List-Help: <mailto:quic-issues-request@ietf.org?subject=help>
List-Subscribe: <https://www.ietf.org/mailman/listinfo/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=subscribe>
X-List-Received-Date: Tue, 01 Jan 2019 23:40:53 -0000

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

  Branch: refs/heads/test-vectors
  Home:   https://github.com/quicwg/base-drafts
  Commit: 22873bd9623e487160c6000532478c43821c1917
      https://github.com/quicwg/base-drafts/commit/22873bd9623e487160c6000532478c43821c1917
  Author: Martin Thomson <martin.thomson@gmail.com>
  Date:   2019-01-02 (Wed, 02 Jan 2019)

  Changed paths:
    A initial-protection.js

  Log Message:
  -----------
  Add script used for generating test vectors



      **NOTE:** This service has been marked for deprecation: https://developer.github.com/changes/2018-04-25-github-services-deprecation/

      Functionality will be removed from GitHub.com on January 31st, 2019.

----==_mimepart_5c2bfa81c3987_ab22adf7d1de584509e2--


From nobody Tue Jan  1 15: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 3C0AD12D4EC for <quic-issues@ietfa.amsl.com>; Tue,  1 Jan 2019 15:40:55 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -6.447
X-Spam-Level: 
X-Spam-Status: No, score=-6.447 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIMWL_WL_HIGH=-0.065, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, HTML_IMAGE_ONLY_24=1.618, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-1, RCVD_IN_DNSWL_HI=-5, SPF_PASS=-0.001] autolearn=ham autolearn_force=no
Authentication-Results: ietfa.amsl.com (amavisd-new); dkim=pass (1024-bit key) header.d=github.com
Received: from mail.ietf.org ([4.31.198.44]) by localhost (ietfa.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 6qOughnq6KgU for <quic-issues@ietfa.amsl.com>; Tue,  1 Jan 2019 15:40: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 7FE421200B3 for <quic-issues@ietf.org>; Tue,  1 Jan 2019 15:40:53 -0800 (PST)
Date: Tue, 01 Jan 2019 15:40:52 -0800
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1546386052; bh=77eAq6vQdL69LFuC1gFjGPt4kWeUYQ1rIT7/hbW4esw=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=YzD3tcIklDzHtQ/tEd/2gr/Bgw4vy7Cu1mU/fsM7+3xRh12X4Xcy2pfwlLkgaA1eQ quRpm1+FfByWTOhKR7w5/S5Kkd4mlwyzqkz4C4tGrU/O5PmvTSHUe3KqCrlqF5yyWb RgFv8w2DoBTOMHjSz0u62gtxMbrtr2dvVeCmmQWY=
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/2274/push/3174604145@github.com>
In-Reply-To: <quicwg/base-drafts/pull/2274@github.com>
References: <quicwg/base-drafts/pull/2274@github.com>
Subject: Re: [quicwg/base-drafts] Test vectors (#2274)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5c2bfa8466d83_6def3fd2900d45c494861b"; 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/QbABqzv3dagioBVjX73fFMBqoQE>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
List-Id: Notification list for GitHub issues related to the QUIC WG <quic-issues.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=unsubscribe>
List-Archive: <https://mailarchive.ietf.org/arch/browse/quic-issues/>
List-Post: <mailto:quic-issues@ietf.org>
List-Help: <mailto:quic-issues-request@ietf.org?subject=help>
List-Subscribe: <https://www.ietf.org/mailman/listinfo/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=subscribe>
X-List-Received-Date: Tue, 01 Jan 2019 23:40:56 -0000

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

@martinthomson pushed 1 commit.

22873bd9623e487160c6000532478c43821c1917  Add script used for generating test vectors


-- 
You are receiving this because you are subscribed to this thread.
View it on GitHub:
https://github.com/quicwg/base-drafts/pull/2274/files/fae7aa46da4a9c396b145fa300cc54431271c0c3..22873bd9623e487160c6000532478c43821c1917

----==_mimepart_5c2bfa8466d83_6def3fd2900d45c494861b
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/22873bd9623e487160c6000532478c43821c1917">22873bd</a>  Add script used for generating test vectors</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/2274/files/fae7aa46da4a9c396b145fa300cc54431271c0c3..22873bd9623e487160c6000532478c43821c1917">View it on GitHub</a> or <a href="https://github.com/notifications/unsubscribe-auth/AWbkq5AZBBjyGEoW6jJ190GWMHjQ3tDtks5u-_IEgaJpZM4ZlI2H">mute the thread</a>.<img src="https://github.com/notifications/beacon/AWbkqxcTwRbUV_IBUEtILRQPERkqvM9Yks5u-_IEgaJpZM4ZlI2H.gif" height="1" width="1" alt="" /></p>
<script type="application/json" data-scope="inboxmarkup">{"api_version":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name":"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"https://github.githubassets.com/images/email/message_cards/header.png","avatar_image_url":"https://github.githubassets.com/images/email/message_cards/avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/quicwg/base-drafts"}},"updates":{"snippets":[{"icon":"PERSON","message":"@martinthomson pushed 1 commit in #2274"}],"action":{"name":"View Pull Request","url":"https://github.com/quicwg/base-drafts/pull/2274/files/fae7aa46da4a9c396b145fa300cc54431271c0c3..22873bd9623e487160c6000532478c43821c1917"}}}</script>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/pull/2274/files/fae7aa46da4a9c396b145fa300cc54431271c0c3..22873bd9623e487160c6000532478c43821c1917",
"url": "https://github.com/quicwg/base-drafts/pull/2274/files/fae7aa46da4a9c396b145fa300cc54431271c0c3..22873bd9623e487160c6000532478c43821c1917",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>

----==_mimepart_5c2bfa8466d83_6def3fd2900d45c494861b--


From nobody Tue Jan  1 15:44: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 153D8128766 for <quic-issues@ietfa.amsl.com>; Tue,  1 Jan 2019 15:44:28 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -6.661
X-Spam-Level: 
X-Spam-Status: No, score=-6.661 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIMWL_WL_HIGH=-0.065, 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_PASS=-0.001] autolearn=ham autolearn_force=no
Authentication-Results: ietfa.amsl.com (amavisd-new); dkim=pass (1024-bit key) header.d=github.com
Received: from mail.ietf.org ([4.31.198.44]) by localhost (ietfa.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id Xw-PNcrtYkzu for <quic-issues@ietfa.amsl.com>; Tue,  1 Jan 2019 15:44: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 979381200B3 for <quic-issues@ietf.org>; Tue,  1 Jan 2019 15:44:26 -0800 (PST)
Date: Tue, 01 Jan 2019 15:44:25 -0800
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1546386265; bh=4DQK7glfvMvZjTxUysovD2HlVJ52ZxoACaHj1MgCclQ=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=B3OvGv15lXYyHUV2veG8anEBnRgZhixWnI/rUPQoKBw0TJZ5KfJkKWRABTRZ2M93q A58kP4N3OeGaDOy4p65ZTlrsPBnP6hSKp5mokgJT3NpzzVvlhHVuKvC1kPzm8NkKgi hgyGbRL4jBsNsgBwImc9rJIqh2OApobfkEadbfYE=
From: Martin Thomson <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+0166e4abec95695f16e95f6b1248fa9d550f4559791153c692cf000000011843bd5992a169ce178befb2@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/pull/2281/c450765960@github.com>
In-Reply-To: <quicwg/base-drafts/pull/2281@github.com>
References: <quicwg/base-drafts/pull/2281@github.com>
Subject: Re: [quicwg/base-drafts] Include handshake anti-deadlock logic in pseudocode (#2281)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5c2bfb59ca913_67113fee900d45bc3265d5"; 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/KR7f6RltMM55ahaZ1mlRb7BEs_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: Tue, 01 Jan 2019 23:44:28 -0000

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

The client can get Handshake keys in this case, but it won't be sending Handshake packets until it has all of the server Handshake packets, so I think we're still in the original state.  This is still the case that there are outstanding Initial packets.

If the client were to be sending Handshake packets, this rule - as written - would still apply, but my point is that it isn't 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/2281#issuecomment-450765960
----==_mimepart_5c2bfb59ca913_67113fee900d45bc3265d5
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: quoted-printable

<p>The client can get Handshake keys in this case, but it won't be sendin=
g Handshake packets until it has all of the server Handshake packets, so =
I think we're still in the original state.  This is still the case that t=
here are outstanding Initial packets.</p>
<p>If the client were to be sending Handshake packets, this rule - as wri=
tten - would still apply, but my point is that it isn't necessary.</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/pull/2281#issuecomment-450765960">view it on GitHub</a>, o=
r <a href=3D"https://github.com/notifications/unsubscribe-auth/AWbkq8JfxO=
TwPsl8wNXW0kYYXF6XfafOks5u-_LZgaJpZM4Zluan">mute the thread</a>.<img src=3D=
"https://github.com/notifications/beacon/AWbkq1Ek1lYDOI03WzuFiCkTLxBSBPAO=
ks5u-_LZgaJpZM4Zluan.gif" height=3D"1" width=3D"1" alt=3D"" /></p>
<script type=3D"application/json" data-scope=3D"inboxmarkup">{"api_versio=
n":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name"=
:"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"=
quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"http=
s://github.githubassets.com/images/email/message_cards/header.png","avata=
r_image_url":"https://github.githubassets.com/images/email/message_cards/=
avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/q=
uicwg/base-drafts"}},"updates":{"snippets":[{"icon":"PERSON","message":"@=
martinthomson in #2281: The client can get Handshake keys in this case, b=
ut it won't be sending Handshake packets until it has all of the server H=
andshake packets, so I think we're still in the original state.  This is =
still the case that there are outstanding Initial packets.\r\n\r\nIf the =
client were to be sending Handshake packets, this rule - as written - wou=
ld still apply, but my point is that it isn't necessary."}],"action":{"na=
me":"View Pull Request","url":"https://github.com/quicwg/base-drafts/pull=
/2281#issuecomment-450765960"}}}</script>
<script type=3D"application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/pull/2281#issuecomment-4=
50765960",
"url": "https://github.com/quicwg/base-drafts/pull/2281#issuecomment-4507=
65960",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>=

----==_mimepart_5c2bfb59ca913_67113fee900d45bc3265d5--


From nobody Tue Jan  1 16:03: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 7A543128CF3 for <quic-issues@ietfa.amsl.com>; Tue,  1 Jan 2019 16:03:55 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -8.065
X-Spam-Level: 
X-Spam-Status: No, score=-8.065 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIMWL_WL_HIGH=-0.065, 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_PASS=-0.001] autolearn=ham autolearn_force=no
Authentication-Results: ietfa.amsl.com (amavisd-new); dkim=pass (1024-bit key) header.d=github.com
Received: from mail.ietf.org ([4.31.198.44]) by localhost (ietfa.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id B6RrxA5gKKeI for <quic-issues@ietfa.amsl.com>; Tue,  1 Jan 2019 16:03:53 -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 A1385128D09 for <quic-issues@ietf.org>; Tue,  1 Jan 2019 16:03:53 -0800 (PST)
Date: Tue, 01 Jan 2019 16:03:52 -0800
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1546387433; bh=39rw1PJUVIvmN0RAxl3xkteTSBrszcVv57Y/gh5Dufc=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=Ds5OmUFVOK9sJuJ59m3rIhRxJhiu7SlQxRYY4erC+MkpkjJIL5jqslB5h2Mi53nxz oO33dDrpTYiRUSv9wZv3gkCirbAFonZ8pCW6kG8vhkk0FYTmhOMex0/t2gYcE2pdF+ mDgCEjXDdHcDQwpqyGHI60kZerq67UA0dFyfjtBM=
From: Benjamin Saunders <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+0166e4ab85114fd73085123aa45b691d63f344a00048430892cf000000011843c1e892a169ce178befb2@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/pull/2281/c450767005@github.com>
In-Reply-To: <quicwg/base-drafts/pull/2281@github.com>
References: <quicwg/base-drafts/pull/2281@github.com>
Subject: Re: [quicwg/base-drafts] Include handshake anti-deadlock logic in pseudocode (#2281)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5c2bffe8e7678_66db3fee900d45bc66315d"; 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/752HpLL3Gbvu5YS06l5TR09Bs0k>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
List-Id: Notification list for GitHub issues related to the QUIC WG <quic-issues.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=unsubscribe>
List-Archive: <https://mailarchive.ietf.org/arch/browse/quic-issues/>
List-Post: <mailto:quic-issues@ietf.org>
List-Help: <mailto:quic-issues-request@ietf.org?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, 02 Jan 2019 00:03:56 -0000

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

> it won't be sending Handshake packets until it has all of the server Ha=
ndshake packets=0D
=0D
Is that accurate? Transport =C2=A717.6 has:=0D
> Once a client has received a Handshake packet from a server, it uses Ha=
ndshake packets to send subsequent cryptographic handshake messages and a=
cknowledgments to the server.=0D
=0D
It seems that client might reasonably send Handshake-level ACKs (for exam=
ple) prior to receiving the server's full flight even under ideal network=
 conditions.=0D
=0D
> This is still the case that there are outstanding Initial packets.=0D
=0D
Ah, it wasn't clear to me that the client's second, ack-only, Initial pac=
ket qualified as "in flight"/"outstanding" here. Even then, the client di=
scards the Initial space after first sending a Handshake packet, which mi=
ght not be ack-eliciting, and might become lost, so a padding-only packet=
 might still be necessary.=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/2281#issuecomment-450767005=

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

<blockquote>=0D
<p>it won't be sending Handshake packets until it has all of the server H=
andshake packets</p>=0D
</blockquote>=0D
<p>Is that accurate? Transport =C2=A717.6 has:</p>=0D
<blockquote>=0D
<p>Once a client has received a Handshake packet from a server, it uses H=
andshake packets to send subsequent cryptographic handshake messages and =
acknowledgments to the server.</p>=0D
</blockquote>=0D
<p>It seems that client might reasonably send Handshake-level ACKs (for e=
xample) prior to receiving the server's full flight even under ideal netw=
ork conditions.</p>=0D
<blockquote>=0D
<p>This is still the case that there are outstanding Initial packets.</p>=
=0D
</blockquote>=0D
<p>Ah, it wasn't clear to me that the client's second, ack-only, Initial =
packet qualified as "in flight"/"outstanding" here. Even then, the client=
 discards the Initial space after first sending a Handshake packet, which=
 might not be ack-eliciting, and might become lost, so a padding-only pac=
ket might still be necessary.</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/2281#issuecomment-450767005">view it on GitHub</a>, o=
r <a href=3D"https://github.com/notifications/unsubscribe-auth/AWbkq0BQXa=
oG91s58NrZQZaLB5rRt5_oks5u-_dogaJpZM4Zluan">mute the thread</a>.<img src=3D=
"https://github.com/notifications/beacon/AWbkq4Re287cseiYJC-bH29bfCrwhKlf=
ks5u-_dogaJpZM4Zluan.gif" height=3D"1" width=3D"1" alt=3D"" /></p>=0D
<script type=3D"application/json" data-scope=3D"inboxmarkup">{"api_versio=
n":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name"=
:"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"=
quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"http=
s://github.githubassets.com/images/email/message_cards/header.png","avata=
r_image_url":"https://github.githubassets.com/images/email/message_cards/=
avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/q=
uicwg/base-drafts"}},"updates":{"snippets":[{"icon":"PERSON","message":"@=
Ralith in #2281: \u003e it won't be sending Handshake packets until it ha=
s all of the server Handshake packets\r\n\r\nIs that accurate? Transport =
=C2=A717.6 has:\r\n\u003e Once a client has received a Handshake packet f=
rom a server, it uses Handshake packets to send subsequent cryptographic =
handshake messages and acknowledgments to the server.\r\n\r\nIt seems tha=
t client might reasonably send Handshake-level ACKs (for example) prior t=
o receiving the server's full flight even under ideal network conditions.=
\r\n\r\n\u003e This is still the case that there are outstanding Initial =
packets.\r\n\r\nAh, it wasn't clear to me that the client's second, ack-o=
nly, Initial packet qualified as \"in flight\"/\"outstanding\" here. Even=
 then, the client discards the Initial space after first sending a Handsh=
ake packet, which might not be ack-eliciting, and might become lost, so a=
 padding-only packet might still be necessary."}],"action":{"name":"View =
Pull Request","url":"https://github.com/quicwg/base-drafts/pull/2281#issu=
ecomment-450767005"}}}</script>=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/2281#issuecomment-4=
50767005",=0D
"url": "https://github.com/quicwg/base-drafts/pull/2281#issuecomment-4507=
67005",=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_5c2bffe8e7678_66db3fee900d45bc66315d--


From nobody Tue Jan  1 16:09: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 55336128766 for <quic-issues@ietfa.amsl.com>; Tue,  1 Jan 2019 16:09:16 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -8.064
X-Spam-Level: 
X-Spam-Status: No, score=-8.064 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIMWL_WL_HIGH=-0.065, 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_PASS=-0.001] autolearn=ham autolearn_force=no
Authentication-Results: ietfa.amsl.com (amavisd-new); dkim=pass (1024-bit key) header.d=github.com
Received: from mail.ietf.org ([4.31.198.44]) by localhost (ietfa.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id gdZo7PvGERkx for <quic-issues@ietfa.amsl.com>; Tue,  1 Jan 2019 16:09: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 CDD101200B3 for <quic-issues@ietf.org>; Tue,  1 Jan 2019 16:09:14 -0800 (PST)
Date: Tue, 01 Jan 2019 16:09:14 -0800
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1546387754; bh=t5fhYOw8RNhMYhG1NeVyvAqtqDPzN0EF/A0GREgZOQQ=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=FK5VPqJk6vZeNTTKmkgFVrh9ewmI+GsS7k53aZd9Wgzd05xd6jeT4QhSTo10nlc1i wQw9q+k5wqDgNbtLgEHqm1+FLmruHTewF1OAMJOIPLR1Ocq3Iddl9dxmWX44/q0+ly 3vjFt60o3dzZ5QoZ33UFz4IBjS7m1nnBI5aii5UA=
From: Martin Thomson <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+0166e4ab867d823dd9c5f4ba92fe5d55476a58241c5240d892cf000000011843c32a92a169ce178befb2@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/pull/2281/c450767309@github.com>
In-Reply-To: <quicwg/base-drafts/pull/2281@github.com>
References: <quicwg/base-drafts/pull/2281@github.com>
Subject: Re: [quicwg/base-drafts] Include handshake anti-deadlock logic in pseudocode (#2281)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5c2c012a10eb8_4b113fe2eb6d45bc569634"; 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/_0Cozqh6SapHvkJNefvCznaiXoE>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
List-Id: Notification list for GitHub issues related to the QUIC WG <quic-issues.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=unsubscribe>
List-Archive: <https://mailarchive.ietf.org/arch/browse/quic-issues/>
List-Post: <mailto:quic-issues@ietf.org>
List-Help: <mailto:quic-issues-request@ietf.org?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, 02 Jan 2019 00:09:16 -0000

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

Right, I had forgotten.  Handshake ACKs are sent earlier.  Either way, once that starts, the risk of deadlocking is gone.

> Ah, it wasn't clear to me that the client's second, ack-only, Initial packet qualified as "in flight"/"outstanding" here. 

Good point.  The current text says "When crypto packets are sent, the sender MUST set a timer for the crypto timeout period."  And crypto packets don't include ACK-only Initial packets.

That suggests a bigger problem with that text.  I would suggest then that the condition is "Initial packets outstanding and no packet from a higher encryption level ever 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/2281#issuecomment-450767309
----==_mimepart_5c2c012a10eb8_4b113fe2eb6d45bc569634
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: quoted-printable

<p>Right, I had forgotten.  Handshake ACKs are sent earlier.  Either way,=
 once that starts, the risk of deadlocking is gone.</p>
<blockquote>
<p>Ah, it wasn't clear to me that the client's second, ack-only, Initial =
packet qualified as "in flight"/"outstanding" here.</p>
</blockquote>
<p>Good point.  The current text says "When crypto packets are sent, the =
sender MUST set a timer for the crypto timeout period."  And crypto packe=
ts don't include ACK-only Initial packets.</p>
<p>That suggests a bigger problem with that text.  I would suggest then t=
hat the condition is "Initial packets outstanding and no packet from a hi=
gher encryption level ever sent".</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/pull/2281#issuecomment-450767309">view it on GitHub</a>, o=
r <a href=3D"https://github.com/notifications/unsubscribe-auth/AWbkq7VT-A=
mTnpQdEr3fC5kg3Qre1Ugeks5u-_iqgaJpZM4Zluan">mute the thread</a>.<img src=3D=
"https://github.com/notifications/beacon/AWbkq40F4f3qpqZqTmj8qAdy4GWY3bxv=
ks5u-_iqgaJpZM4Zluan.gif" height=3D"1" width=3D"1" alt=3D"" /></p>
<script type=3D"application/json" data-scope=3D"inboxmarkup">{"api_versio=
n":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name"=
:"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"=
quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"http=
s://github.githubassets.com/images/email/message_cards/header.png","avata=
r_image_url":"https://github.githubassets.com/images/email/message_cards/=
avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/q=
uicwg/base-drafts"}},"updates":{"snippets":[{"icon":"PERSON","message":"@=
martinthomson in #2281: Right, I had forgotten.  Handshake ACKs are sent =
earlier.  Either way, once that starts, the risk of deadlocking is gone.\=
r\n\r\n\u003e Ah, it wasn't clear to me that the client's second, ack-onl=
y, Initial packet qualified as \"in flight\"/\"outstanding\" here. \r\n\r=
\nGood point.  The current text says \"When crypto packets are sent, the =
sender MUST set a timer for the crypto timeout period.\"  And crypto pack=
ets don't include ACK-only Initial packets.\r\n\r\nThat suggests a bigger=
 problem with that text.  I would suggest then that the condition is \"In=
itial packets outstanding and no packet from a higher encryption level ev=
er sent\"."}],"action":{"name":"View Pull Request","url":"https://github.=
com/quicwg/base-drafts/pull/2281#issuecomment-450767309"}}}</script>
<script type=3D"application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/pull/2281#issuecomment-4=
50767309",
"url": "https://github.com/quicwg/base-drafts/pull/2281#issuecomment-4507=
67309",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>=

----==_mimepart_5c2c012a10eb8_4b113fe2eb6d45bc569634--


From nobody Tue Jan  1 16: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 716D7128CF3 for <quic-issues@ietfa.amsl.com>; Tue,  1 Jan 2019 16:21:43 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -6.661
X-Spam-Level: 
X-Spam-Status: No, score=-6.661 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIMWL_WL_HIGH=-0.065, 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_PASS=-0.001] autolearn=ham autolearn_force=no
Authentication-Results: ietfa.amsl.com (amavisd-new); dkim=pass (1024-bit key) header.d=github.com
Received: from mail.ietf.org ([4.31.198.44]) by localhost (ietfa.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id X909jMIjE_8r for <quic-issues@ietfa.amsl.com>; Tue,  1 Jan 2019 16:21: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 877E01200B3 for <quic-issues@ietf.org>; Tue,  1 Jan 2019 16:21:41 -0800 (PST)
Date: Tue, 01 Jan 2019 16:21:40 -0800
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1546388500; bh=vYI4ODzYdYcitjM1FqvcINOVLsA570//MYQroAADjwo=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=GBmpgKXIYR2bDbtXhDZ3cnX5n1sY51WlTTJvN2X5KISYtM9iuNxsKwlMyJJikpQXP zIeuxupRyIrllOOL0OjyTVPhPtpxpVL2Sd0EI+L2dkVFnuOgmJ67chDTIdJupTJICB IgTdDmwmeG3rNGMqy35S42at0t4TN3oAT8JeNXmE=
From: Benjamin Saunders <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+0166e4abcddaf200fc07d932c53523d667f62d1e0dcc284692cf000000011843c61492a169ce178befb2@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/pull/2281/c450767920@github.com>
In-Reply-To: <quicwg/base-drafts/pull/2281@github.com>
References: <quicwg/base-drafts/pull/2281@github.com>
Subject: Re: [quicwg/base-drafts] Include handshake anti-deadlock logic in pseudocode (#2281)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5c2c0414a4f13_1a603fcf3aad45b451054c"; 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/8v6HZsNWtb3zQxZ98zc-x0bWIZ0>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
List-Id: Notification list for GitHub issues related to the QUIC WG <quic-issues.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=unsubscribe>
List-Archive: <https://mailarchive.ietf.org/arch/browse/quic-issues/>
List-Post: <mailto:quic-issues@ietf.org>
List-Help: <mailto:quic-issues-request@ietf.org?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, 02 Jan 2019 00:21:43 -0000

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

> Either way, once that starts, the risk of deadlocking is gone.

The risk of deadlocking remains so long as the client has not sent any ack-eliciting, i.e. retransmittable, Handshake packets and has not received any Handshake ACKs, because it is possible that all of the client's Handshake packets might be lost, at which point the server may reach the 3x threshold and cease transmitting while the client has 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/pull/2281#issuecomment-450767920
----==_mimepart_5c2c0414a4f13_1a603fcf3aad45b451054c
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: quoted-printable

<blockquote>
<p>Either way, once that starts, the risk of deadlocking is gone.</p>
</blockquote>
<p>The risk of deadlocking remains so long as the client has not sent any=
 ack-eliciting, i.e. retransmittable, Handshake packets and has not recei=
ved any Handshake ACKs, because it is possible that all of the client's H=
andshake packets might be lost, at which point the server may reach the 3=
x threshold and cease transmitting while the client has nothing to send.<=
/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/pull/2281#issuecomment-450767920">view it on GitHub</a>, o=
r <a href=3D"https://github.com/notifications/unsubscribe-auth/AWbkq4qmDO=
OaNQsEYZOIrGGJiqEn6ePtks5u-_uUgaJpZM4Zluan">mute the thread</a>.<img src=3D=
"https://github.com/notifications/beacon/AWbkq_RlWXSWNOy9Wfx-uLRLtvJ_L-NQ=
ks5u-_uUgaJpZM4Zluan.gif" height=3D"1" width=3D"1" alt=3D"" /></p>
<script type=3D"application/json" data-scope=3D"inboxmarkup">{"api_versio=
n":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name"=
:"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"=
quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"http=
s://github.githubassets.com/images/email/message_cards/header.png","avata=
r_image_url":"https://github.githubassets.com/images/email/message_cards/=
avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/q=
uicwg/base-drafts"}},"updates":{"snippets":[{"icon":"PERSON","message":"@=
Ralith in #2281: \u003e Either way, once that starts, the risk of deadloc=
king is gone.\r\n\r\nThe risk of deadlocking remains so long as the clien=
t has not sent any ack-eliciting, i.e. retransmittable, Handshake packets=
 and has not received any Handshake ACKs, because it is possible that all=
 of the client's Handshake packets might be lost, at which point the serv=
er may reach the 3x threshold and cease transmitting while the client has=
 nothing to send."}],"action":{"name":"View Pull Request","url":"https://=
github.com/quicwg/base-drafts/pull/2281#issuecomment-450767920"}}}</scrip=
t>
<script type=3D"application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/pull/2281#issuecomment-4=
50767920",
"url": "https://github.com/quicwg/base-drafts/pull/2281#issuecomment-4507=
67920",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>=

----==_mimepart_5c2c0414a4f13_1a603fcf3aad45b451054c--


From nobody Tue Jan  1 18: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 6B83E124BAA for <quic-issues@ietfa.amsl.com>; Tue,  1 Jan 2019 18:43:16 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -8.065
X-Spam-Level: 
X-Spam-Status: No, score=-8.065 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIMWL_WL_HIGH=-0.065, 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_PASS=-0.001] autolearn=ham autolearn_force=no
Authentication-Results: ietfa.amsl.com (amavisd-new); dkim=pass (1024-bit key) header.d=github.com
Received: from mail.ietf.org ([4.31.198.44]) by localhost (ietfa.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id opb65E_cWxus for <quic-issues@ietfa.amsl.com>; Tue,  1 Jan 2019 18:43: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 9A49D124B0C for <quic-issues@ietf.org>; Tue,  1 Jan 2019 18:43:14 -0800 (PST)
Date: Tue, 01 Jan 2019 18:43:12 -0800
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1546396992; bh=Ho7vDF+SUs6ngJJ6uTD7YVU15fqjvC/g7MBUCt8fKKU=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=D8vRYnBUcemTQfO0LKSBq4e7N+szdPQU4bL3SkOpROebnMeOITAk2OND66+ykgi2e sKgbo3wyCd78XC4RkizNS9Q8CdaAmyRl9vPtPYNPA7GxsSDGuLwnVDkcAmb5tJOgz6 G8gAT3Mc4B0NH6I7dMNbJOXz3vXh38TWlbd16RWE=
From: ianswett <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+0166e4ab74af887fa199f283dd9c2cb1d590fb606782ffb092cf000000011843e74092a169ce177f0208@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/issues/2259/450778541@github.com>
In-Reply-To: <quicwg/base-drafts/issues/2259@github.com>
References: <quicwg/base-drafts/issues/2259@github.com>
Subject: Re: [quicwg/base-drafts] amplification attack using Retry and VN triggered by coalesced Initial packets (#2259)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5c2c2540cb931_1c9e3fdfc0ad45b410016c8"; 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/iBhkp9ut12OdFP70Qc4hLMOHLHk>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
List-Id: Notification list for GitHub issues related to the QUIC WG <quic-issues.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=unsubscribe>
List-Archive: <https://mailarchive.ietf.org/arch/browse/quic-issues/>
List-Post: <mailto:quic-issues@ietf.org>
List-Help: <mailto:quic-issues-request@ietf.org?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, 02 Jan 2019 02:43:16 -0000

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

I think I prefer the suggestion of @marten-seemann of not allowing two packets with the same encryption levels in a datagram.  Given you can't change CID, the only other purpose of multiple packets would be to supply different versions. I had been assuming all QUIC packets in a datagram have a single version.  If we want to allow that, I think we should explicitly decide that.

If we want to allow that, I think we need to both add a rule about sending one Retry per datagram and a rule about what to do with the rest of the QUIC packets in the datagram once you send a Retry.  Presumably you should drop/ignore them as @nibanks suggested?

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

<p>I think I prefer the suggestion of <a class=3D"user-mention" data-hove=
rcard-type=3D"user" data-hovercard-url=3D"/hovercards?user_id=3D1478487" =
data-octo-click=3D"hovercard-link-click" data-octo-dimensions=3D"link_typ=
e:self" href=3D"https://github.com/marten-seemann">@marten-seemann</a> of=
 not allowing two packets with the same encryption levels in a datagram. =
 Given you can't change CID, the only other purpose of multiple packets w=
ould be to supply different versions. I had been assuming all QUIC packet=
s in a datagram have a single version.  If we want to allow that, I think=
 we should explicitly decide that.</p>
<p>If we want to allow that, I think we need to both add a rule about sen=
ding one Retry per datagram and a rule about what to do with the rest of =
the QUIC packets in the datagram once you send a Retry.  Presumably you s=
hould drop/ignore them as <a class=3D"user-mention" data-hovercard-type=3D=
"user" data-hovercard-url=3D"/hovercards?user_id=3D20663557" data-octo-cl=
ick=3D"hovercard-link-click" data-octo-dimensions=3D"link_type:self" href=
=3D"https://github.com/nibanks">@nibanks</a> suggested?</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/2259#issuecomment-450778541">view it on GitHub</a>,=
 or <a href=3D"https://github.com/notifications/unsubscribe-auth/AWbkqwVi=
1231esJrzfVEWUT37_eSPEclks5u_BzAgaJpZM4Zh5Ox">mute the thread</a>.<img sr=
c=3D"https://github.com/notifications/beacon/AWbkq5UL7pL5oNZuEt9Honm4S038=
gSG_ks5u_BzAgaJpZM4Zh5Ox.gif" height=3D"1" width=3D"1" alt=3D"" /></p>
<script type=3D"application/json" data-scope=3D"inboxmarkup">{"api_versio=
n":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name"=
:"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"=
quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"http=
s://github.githubassets.com/images/email/message_cards/header.png","avata=
r_image_url":"https://github.githubassets.com/images/email/message_cards/=
avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/q=
uicwg/base-drafts"}},"updates":{"snippets":[{"icon":"PERSON","message":"@=
ianswett in #2259: I think I prefer the suggestion of @marten-seemann of =
not allowing two packets with the same encryption levels in a datagram.  =
Given you can't change CID, the only other purpose of multiple packets wo=
uld be to supply different versions. I had been assuming all QUIC packets=
 in a datagram have a single version.  If we want to allow that, I think =
we should explicitly decide that.\r\n\r\nIf we want to allow that, I thin=
k we need to both add a rule about sending one Retry per datagram and a r=
ule about what to do with the rest of the QUIC packets in the datagram on=
ce you send a Retry.  Presumably you should drop/ignore them as @nibanks =
suggested?"}],"action":{"name":"View Issue","url":"https://github.com/qui=
cwg/base-drafts/issues/2259#issuecomment-450778541"}}}</script>
<script type=3D"application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/issues/2259#issuecomment=
-450778541",
"url": "https://github.com/quicwg/base-drafts/issues/2259#issuecomment-45=
0778541",
"name": "View Issue"
},
"description": "View this Issue on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>=

----==_mimepart_5c2c2540cb931_1c9e3fdfc0ad45b410016c8--


From nobody Tue Jan  1 18: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 AF061124B0C for <quic-issues@ietfa.amsl.com>; Tue,  1 Jan 2019 18:45:44 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -6.519
X-Spam-Level: 
X-Spam-Status: No, score=-6.519 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIMWL_WL_HIGH=-0.065, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, HTML_IMAGE_ONLY_20=1.546, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-1, RCVD_IN_DNSWL_HI=-5, SPF_PASS=-0.001] autolearn=ham autolearn_force=no
Authentication-Results: ietfa.amsl.com (amavisd-new); dkim=pass (1024-bit key) header.d=github.com
Received: from mail.ietf.org ([4.31.198.44]) by localhost (ietfa.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id xImtlRnJjuxB for <quic-issues@ietfa.amsl.com>; Tue,  1 Jan 2019 18:45: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 BC833124BAA for <quic-issues@ietf.org>; Tue,  1 Jan 2019 18:45:42 -0800 (PST)
Date: Tue, 01 Jan 2019 18:45:42 -0800
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1546397142; bh=KuLOolNoDPT2r4XM4zc+FvS7UdWJk3cHjfhaPuhTfg4=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=gIjUUBXdM3eIIIqlJW5kHV5lEJ/j7smVn0PerQ23bncK0SWm2ODK919Js8Va7r3Zu zROpvPKh/9S+HE30CvzgRkDXG77+Vw/Zh4oJYImSm4U/UAobdn0O4pV4jtkUg6syn2 9Vf/tNgSw51RRI+HP2bc4EqRYsaFy9HZND6BOzYY=
From: ianswett <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+0166e4ab270a9f97d786f775c7065d6973fe433cb94f43a292cf000000011843e7d692a169ce178cf63b@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/issues/2282/450778710@github.com>
In-Reply-To: <quicwg/base-drafts/issues/2282@github.com>
References: <quicwg/base-drafts/issues/2282@github.com>
Subject: Re: [quicwg/base-drafts] What the maximum of TransportParameters.max_ack_delay? (#2282)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5c2c25d615444_de43fef534d45b860593c"; 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/IVh60KtjBezFoskAzzHDD6XPuEE>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
List-Id: Notification list for GitHub issues related to the QUIC WG <quic-issues.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=unsubscribe>
List-Archive: <https://mailarchive.ietf.org/arch/browse/quic-issues/>
List-Post: <mailto:quic-issues@ietf.org>
List-Help: <mailto:quic-issues-request@ietf.org?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, 02 Jan 2019 02:45:45 -0000

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

Capping it to max signed int 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/2282#issuecomment-450778710
----==_mimepart_5c2c25d615444_de43fef534d45b860593c
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

<p>Capping it to max signed int 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/2282#issuecomment-450778710">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AWbkq1Dpkbbgo3BXSjOqSbbqXvDqrI8oks5u_B1WgaJpZM4ZmCfD">mute the thread</a>.<img src="https://github.com/notifications/beacon/AWbkqxDwv9KjOw8pNeSHI8A-C7BqblXdks5u_B1WgaJpZM4ZmCfD.gif" height="1" width="1" alt="" /></p>
<script type="application/json" data-scope="inboxmarkup">{"api_version":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name":"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"https://github.githubassets.com/images/email/message_cards/header.png","avatar_image_url":"https://github.githubassets.com/images/email/message_cards/avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/quicwg/base-drafts"}},"updates":{"snippets":[{"icon":"PERSON","message":"@ianswett in #2282: Capping it to max signed int SGTM."}],"action":{"name":"View Issue","url":"https://github.com/quicwg/base-drafts/issues/2282#issuecomment-450778710"}}}</script>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/issues/2282#issuecomment-450778710",
"url": "https://github.com/quicwg/base-drafts/issues/2282#issuecomment-450778710",
"name": "View Issue"
},
"description": "View this Issue on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>
----==_mimepart_5c2c25d615444_de43fef534d45b860593c--


From nobody Tue Jan  1 19: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 B04D1126DBF for <quic-issues@ietfa.amsl.com>; Tue,  1 Jan 2019 19:07:11 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -6.447
X-Spam-Level: 
X-Spam-Status: No, score=-6.447 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIMWL_WL_HIGH=-0.065, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, HTML_IMAGE_ONLY_24=1.618, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-1, RCVD_IN_DNSWL_HI=-5, SPF_PASS=-0.001] autolearn=ham autolearn_force=no
Authentication-Results: ietfa.amsl.com (amavisd-new); dkim=pass (1024-bit key) header.d=github.com
Received: 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-cGdgxnk2Dl for <quic-issues@ietfa.amsl.com>; Tue,  1 Jan 2019 19:07: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 484FA124BAA for <quic-issues@ietf.org>; Tue,  1 Jan 2019 19:07:10 -0800 (PST)
Date: Tue, 01 Jan 2019 19:07:09 -0800
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1546398429; bh=wHRmxa93G6QK1k6hrLASsWCaIqzhpSV1C0u7B1VppC8=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=odeuF/tHkkjh1Q137YuvdUebG0v3juUWtQKV3Rt/f3s+Rhk4eUu8qKlf8NxLyttSZ cA9hDrEiAs2rnP5ISuY1qtcL7nl25KiKBoD8Htya4d8wEXi1qSCN8CAvUpLVsO/0He Nwy7iuTtlHPoBY3MIewe05V/XNkptkTUCUPFtveA=
From: Martin Thomson <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+0166e4aba09b131c30d0f04c6a5be1dda6a380a21d98fdf592cf000000011843ecdd92a169ce178cf63b@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/issues/2282/450780171@github.com>
In-Reply-To: <quicwg/base-drafts/issues/2282@github.com>
References: <quicwg/base-drafts/issues/2282@github.com>
Subject: Re: [quicwg/base-drafts] What the maximum of TransportParameters.max_ack_delay? (#2282)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5c2c2add3e83f_3fc33f92cd0d45b85431bd"; 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/enhqEX7xy0HCkp8XroR8m4AA-Vc>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
List-Id: Notification list for GitHub issues related to the QUIC WG <quic-issues.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=unsubscribe>
List-Archive: <https://mailarchive.ietf.org/arch/browse/quic-issues/>
List-Post: <mailto:quic-issues@ietf.org>
List-Help: <mailto:quic-issues-request@ietf.org?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, 02 Jan 2019 03:07:12 -0000

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

How big?  2^16-1, 2^32-1, 2^64-1, 2^30-1?  I'd have said that 2^14-1 would be more than enough here.  16 seconds is a long time to hold an ACK.

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

<p>How big?  2^16-1, 2^32-1, 2^64-1, 2^30-1?  I'd have said that 2^14-1 would be more than enough here.  16 seconds is a long time to hold an ACK.</p>

<p style="font-size:small;-webkit-text-size-adjust:none;color:#666;">&mdash;<br />You are receiving this because you are subscribed to this thread.<br />Reply to this email directly, <a href="https://github.com/quicwg/base-drafts/issues/2282#issuecomment-450780171">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AWbkq3SdK3nOKYc0ZLUcBNI8IKQB1VNnks5u_CJdgaJpZM4ZmCfD">mute the thread</a>.<img src="https://github.com/notifications/beacon/AWbkq_P-H1cex3lE8XyM6uo_NfY_kyONks5u_CJdgaJpZM4ZmCfD.gif" height="1" width="1" alt="" /></p>
<script type="application/json" data-scope="inboxmarkup">{"api_version":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name":"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"https://github.githubassets.com/images/email/message_cards/header.png","avatar_image_url":"https://github.githubassets.com/images/email/message_cards/avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/quicwg/base-drafts"}},"updates":{"snippets":[{"icon":"PERSON","message":"@martinthomson in #2282: How big?  2^16-1, 2^32-1, 2^64-1, 2^30-1?  I'd have said that 2^14-1 would be more than enough here.  16 seconds is a long time to hold an ACK."}],"action":{"name":"View Issue","url":"https://github.com/quicwg/base-drafts/issues/2282#issuecomment-450780171"}}}</script>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/issues/2282#issuecomment-450780171",
"url": "https://github.com/quicwg/base-drafts/issues/2282#issuecomment-450780171",
"name": "View Issue"
},
"description": "View this Issue on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>
----==_mimepart_5c2c2add3e83f_3fc33f92cd0d45b85431bd--


From nobody Wed Jan  2 02:00: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 BF0F01294D0 for <quic-issues@ietfa.amsl.com>; Wed,  2 Jan 2019 02:00:41 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -6.519
X-Spam-Level: 
X-Spam-Status: No, score=-6.519 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIMWL_WL_HIGH=-0.065, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, HTML_IMAGE_ONLY_20=1.546, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-1, RCVD_IN_DNSWL_HI=-5, SPF_PASS=-0.001] autolearn=ham autolearn_force=no
Authentication-Results: ietfa.amsl.com (amavisd-new); dkim=pass (1024-bit key) header.d=github.com
Received: from mail.ietf.org ([4.31.198.44]) by localhost (ietfa.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id FOSsjPjUsRkU for <quic-issues@ietfa.amsl.com>; Wed,  2 Jan 2019 02:00:39 -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 98CEE12872C for <quic-issues@ietf.org>; Wed,  2 Jan 2019 02:00:39 -0800 (PST)
Date: Wed, 02 Jan 2019 02:00:38 -0800
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1546423238; bh=hCLN3tTmz0/YOPwHQBSrus33IW4qthnDR6ArDF6DUds=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=iwBHQIswCCYNopVAM+AP1JMU43glWXGXCJN5Ca3gXIw0R+sn2rmbaVOMgA43kWP8y 1FDXtoTzrKjfxPulOGd47et89hFh1kKjmEfJBDSQ7YsXylRkMQUw3QhnzB5q78aZer p+9QmFlESEGszdLJEF7VHgeP3De3t2IHSk4l1vy8=
From: MikkelFJ <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+0166e4abee391f98d18526a76f3e39d4bb0a5fec54af1a8092cf0000000118444dc692a169ce178cf63b@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/issues/2282/450824301@github.com>
In-Reply-To: <quicwg/base-drafts/issues/2282@github.com>
References: <quicwg/base-drafts/issues/2282@github.com>
Subject: Re: [quicwg/base-drafts] What the maximum of TransportParameters.max_ack_delay? (#2282)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5c2c8bc636df9_34a23fcf3aad45b477855d"; 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/pzzeoV6EmWNcV31VtJs5NNdB8_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, 02 Jan 2019 10:00:42 -0000

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

Is there an attack here? Otherwise why bother - its just one more 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/2282#issuecomment-450824301
----==_mimepart_5c2c8bc636df9_34a23fcf3aad45b477855d
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

<p>Is there an attack here? Otherwise why bother - its just one more 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/2282#issuecomment-450824301">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AWbkq64hO76hG0oHMKVWnkDgpeNMCAB1ks5u_INGgaJpZM4ZmCfD">mute the thread</a>.<img src="https://github.com/notifications/beacon/AWbkq_qAPfRt-QE9px_WZjIKUGZSusoeks5u_INGgaJpZM4ZmCfD.gif" height="1" width="1" alt="" /></p>
<script type="application/json" data-scope="inboxmarkup">{"api_version":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name":"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"https://github.githubassets.com/images/email/message_cards/header.png","avatar_image_url":"https://github.githubassets.com/images/email/message_cards/avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/quicwg/base-drafts"}},"updates":{"snippets":[{"icon":"PERSON","message":"@mikkelfj in #2282: Is there an attack here? Otherwise why bother - its just one more complexity."}],"action":{"name":"View Issue","url":"https://github.com/quicwg/base-drafts/issues/2282#issuecomment-450824301"}}}</script>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/issues/2282#issuecomment-450824301",
"url": "https://github.com/quicwg/base-drafts/issues/2282#issuecomment-450824301",
"name": "View Issue"
},
"description": "View this Issue on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>
----==_mimepart_5c2c8bc636df9_34a23fcf3aad45b477855d--


From nobody Wed Jan  2 02:11: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 3801B1286D9 for <quic-issues@ietfa.amsl.com>; Wed,  2 Jan 2019 02:11:43 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -6.447
X-Spam-Level: 
X-Spam-Status: No, score=-6.447 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIMWL_WL_HIGH=-0.065, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, HTML_IMAGE_ONLY_24=1.618, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-1, RCVD_IN_DNSWL_HI=-5, SPF_PASS=-0.001] autolearn=ham autolearn_force=no
Authentication-Results: ietfa.amsl.com (amavisd-new); dkim=pass (1024-bit key) header.d=github.com
Received: from mail.ietf.org ([4.31.198.44]) by localhost (ietfa.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id Pebyi_KQseQb for <quic-issues@ietfa.amsl.com>; Wed,  2 Jan 2019 02:11:41 -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 5FE6812008A for <quic-issues@ietf.org>; Wed,  2 Jan 2019 02:11:41 -0800 (PST)
Date: Wed, 02 Jan 2019 02:11:40 -0800
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1546423900; bh=sxuBV9fQYXpzol3NYGq4Y6uMFt8m7pd26jtLoQmKFgc=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=rXa/Z8I8klM9C+K4S+9F8IF0izkcSAOf2VoeNMebqQNpgmKWrw3hxPjPSjo4F2Cuz JyTkDd0y2t8zwq3kfvwIItm6PV3EGyEl2tOGea2jEpVPBvS9QMVkd5OUL5wo3mh6VJ AmZFm1ipB0EtzsgKAaVJ7J/IK2hFzep8MHOtHe3Y=
From: MikkelFJ <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+0166e4ab2d991fc5f1ccab0b8317080b470ea52ae12703ea92cf000000011844505c92a169ce1781f912@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/issues/2263/450826491@github.com>
In-Reply-To: <quicwg/base-drafts/issues/2263@github.com>
References: <quicwg/base-drafts/issues/2263@github.com>
Subject: Re: [quicwg/base-drafts] Make ALPN mandatory in QUIC-via-TLS (#2263)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5c2c8e5c4f814_58e33fd91aed45bc901763"; 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/f-39u2ePnA-HK7GYhgf_6R88Tfk>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
List-Id: Notification list for GitHub issues related to the QUIC WG <quic-issues.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=unsubscribe>
List-Archive: <https://mailarchive.ietf.org/arch/browse/quic-issues/>
List-Post: <mailto:quic-issues@ietf.org>
List-Help: <mailto:quic-issues-request@ietf.org?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, 02 Jan 2019 10:11:43 -0000

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

I don't know enough about ALPN, but if QUIC doesn't handle inhouse protocols well without bureaucracy, ALPN will get abused. What about future? decentralised approaches e.g. via DNS records?

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

<p>I don't know enough about ALPN, but if QUIC doesn't handle inhouse protocols well without bureaucracy, ALPN will get abused. What about future? decentralised approaches e.g. via DNS records?</p>

<p style="font-size:small;-webkit-text-size-adjust:none;color:#666;">&mdash;<br />You are receiving this because you are subscribed to this thread.<br />Reply to this email directly, <a href="https://github.com/quicwg/base-drafts/issues/2263#issuecomment-450826491">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AWbkq2eLtmyiv6v-GVusH6q5ReNSfomoks5u_IXcgaJpZM4ZixQs">mute the thread</a>.<img src="https://github.com/notifications/beacon/AWbkqy94oJuRHM6o8nhoN4mJRJB8JQvNks5u_IXcgaJpZM4ZixQs.gif" height="1" width="1" alt="" /></p>
<script type="application/json" data-scope="inboxmarkup">{"api_version":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name":"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"https://github.githubassets.com/images/email/message_cards/header.png","avatar_image_url":"https://github.githubassets.com/images/email/message_cards/avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/quicwg/base-drafts"}},"updates":{"snippets":[{"icon":"PERSON","message":"@mikkelfj in #2263: I don't know enough about ALPN, but if QUIC doesn't handle inhouse protocols well without bureaucracy, ALPN will get abused. What about future? decentralised approaches e.g. via DNS records?"}],"action":{"name":"View Issue","url":"https://github.com/quicwg/base-drafts/issues/2263#issuecomment-450826491"}}}</script>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/issues/2263#issuecomment-450826491",
"url": "https://github.com/quicwg/base-drafts/issues/2263#issuecomment-450826491",
"name": "View Issue"
},
"description": "View this Issue on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>
----==_mimepart_5c2c8e5c4f814_58e33fd91aed45bc901763--


From nobody Wed Jan  2 02:18: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 ABC951294D0 for <quic-issues@ietfa.amsl.com>; Wed,  2 Jan 2019 02:18:22 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -6.661
X-Spam-Level: 
X-Spam-Status: No, score=-6.661 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIMWL_WL_HIGH=-0.065, 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_PASS=-0.001] autolearn=ham autolearn_force=no
Authentication-Results: ietfa.amsl.com (amavisd-new); dkim=pass (1024-bit key) header.d=github.com
Received: from mail.ietf.org ([4.31.198.44]) by localhost (ietfa.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id Z0Mj_k82TLKB for <quic-issues@ietfa.amsl.com>; Wed,  2 Jan 2019 02:18: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 C315612008A for <quic-issues@ietf.org>; Wed,  2 Jan 2019 02:18:19 -0800 (PST)
Date: Wed, 02 Jan 2019 02:18:18 -0800
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1546424298; bh=2GIshBVaRgW7SyURct0mWIyCEuTQrdZg3diGCgPgeD4=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=lbaCfHFjcAtd1OnWw7SXlRi1YBYQ0d6ZC3Tc42weeEG/5JFNV1brDLsTu3Jnsmtkf 6nKgTiVz8FmOLunprBCBsIb7eBvgM8mgDTSjZAi8VR5a7gco2cn4ObIHsIpbk8epn+ 2M/hppsnY7uM85dlPRsn2RrdKHoXTXJVuM9G0EM0=
From: MikkelFJ <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+0166e4ab2ea97532ac1d832ecab1d3ff3d2a04945944ae0c92cf00000001184451ea92a169ce17801464@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/issues/2262/450827776@github.com>
In-Reply-To: <quicwg/base-drafts/issues/2262@github.com>
References: <quicwg/base-drafts/issues/2262@github.com>
Subject: Re: [quicwg/base-drafts] RESET_STREAM.final_offset is ambiguous (#2262)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5c2c8fea6d89b_679b3fc5aced45c067546"; 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/jCQfEKDe8hUX9FcgAyI33mPTMoo>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
List-Id: Notification list for GitHub issues related to the QUIC WG <quic-issues.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=unsubscribe>
List-Archive: <https://mailarchive.ietf.org/arch/browse/quic-issues/>
List-Post: <mailto:quic-issues@ietf.org>
List-Help: <mailto:quic-issues-request@ietf.org?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, 02 Jan 2019 10:18:23 -0000

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

Technically QUIC must be able to deliver stream data in-order, but implementations can deliver data out of order, and a sender can data at high offsets way earlier than low offsets (at the risk of being rejected on too many gaps connection error or so).

So, committed bytes or data sent without duplicates does not cover the concept. It is the EndOffset which is of interest.

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

<p>Technically QUIC must be able to deliver stream data in-order, but imp=
lementations can deliver data out of order, and a sender can data at high=
 offsets way earlier than low offsets (at the risk of being rejected on t=
oo many gaps connection error or so).</p>
<p>So, committed bytes or data sent without duplicates does not cover the=
 concept. It is the EndOffset which is of interest.</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/2262#issuecomment-450827776">view it on GitHub</a>,=
 or <a href=3D"https://github.com/notifications/unsubscribe-auth/AWbkqwlB=
f1glokGK-7HttRTG0ZyEkq3fks5u_IdqgaJpZM4ZiNzp">mute the thread</a>.<img sr=
c=3D"https://github.com/notifications/beacon/AWbkq_1IedW-n5icyptwy62AZmuV=
8OXNks5u_IdqgaJpZM4ZiNzp.gif" height=3D"1" width=3D"1" alt=3D"" /></p>
<script type=3D"application/json" data-scope=3D"inboxmarkup">{"api_versio=
n":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name"=
:"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"=
quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"http=
s://github.githubassets.com/images/email/message_cards/header.png","avata=
r_image_url":"https://github.githubassets.com/images/email/message_cards/=
avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/q=
uicwg/base-drafts"}},"updates":{"snippets":[{"icon":"PERSON","message":"@=
mikkelfj in #2262: Technically QUIC must be able to deliver stream data i=
n-order, but implementations can deliver data out of order, and a sender =
can data at high offsets way earlier than low offsets (at the risk of bei=
ng rejected on too many gaps connection error or so).\r\n\r\nSo, committe=
d bytes or data sent without duplicates does not cover the concept. It is=
 the EndOffset which is of interest."}],"action":{"name":"View Issue","ur=
l":"https://github.com/quicwg/base-drafts/issues/2262#issuecomment-450827=
776"}}}</script>
<script type=3D"application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/issues/2262#issuecomment=
-450827776",
"url": "https://github.com/quicwg/base-drafts/issues/2262#issuecomment-45=
0827776",
"name": "View Issue"
},
"description": "View this Issue on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>=

----==_mimepart_5c2c8fea6d89b_679b3fc5aced45c067546--


From nobody Wed Jan  2 06:59: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 46D44126CC7 for <quic-issues@ietfa.amsl.com>; Wed,  2 Jan 2019 06:59:30 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -8.064
X-Spam-Level: 
X-Spam-Status: No, score=-8.064 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIMWL_WL_HIGH=-0.065, 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_PASS=-0.001] autolearn=ham autolearn_force=no
Authentication-Results: ietfa.amsl.com (amavisd-new); dkim=pass (1024-bit key) header.d=github.com
Received: from mail.ietf.org ([4.31.198.44]) by localhost (ietfa.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id hn0KGbKuI6J0 for <quic-issues@ietfa.amsl.com>; Wed,  2 Jan 2019 06:59: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 B3032124C04 for <quic-issues@ietf.org>; Wed,  2 Jan 2019 06:59:28 -0800 (PST)
Date: Wed, 02 Jan 2019 06:59:27 -0800
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1546441167; bh=SipjsjdXQfIecy60DH1T9Dxnz5byHvsYvFlNvAOpEng=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=d7r1IfK9n8YHi3kEnQeGZd5is2L5VXVcTBrkPuFg2QNeH5WuSD5UueQ7hPxaXVRs9 9UPNi9Y39NbvpPHqWNAvS6OaJoReQW6kooiOD6YEE05CwSBBaikBkZRvTO+5o/QR1O 8rrxQArmCkaAWgTh40XYheNV0Ck7dWLQvHxraOkA=
From: Nick Banks <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+0166e4ab2794b84c0d6fcb43e924c572911b54c8130018a492cf00000001184493cf92a169ce177f0208@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/issues/2259/450884937@github.com>
In-Reply-To: <quicwg/base-drafts/issues/2259@github.com>
References: <quicwg/base-drafts/issues/2259@github.com>
Subject: Re: [quicwg/base-drafts] amplification attack using Retry and VN triggered by coalesced Initial packets (#2259)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5c2cd1cfabc6b_635d3ff6512d45c45676ad"; 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/Hj3yt4vF0TKtFBy8Kw_j-3oIQh4>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
List-Id: Notification list for GitHub issues related to the QUIC WG <quic-issues.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=unsubscribe>
List-Archive: <https://mailarchive.ietf.org/arch/browse/quic-issues/>
List-Post: <mailto:quic-issues@ietf.org>
List-Help: <mailto:quic-issues-request@ietf.org?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, 02 Jan 2019 14:59:30 -0000

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

I am in agreement with @kazuho here. I don't see a need to limit the type or number of QUIC packets in a datagram. In my implementation that would just increase the state and complexity.

I also don't think we need to support different QUIC versions in the same datagram. Push the little bit of extra work to the client in this case, and have it send different datagrams instead. Perhaps we should explicitly disallow this scenario in the 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/2259#issuecomment-450884937
----==_mimepart_5c2cd1cfabc6b_635d3ff6512d45c45676ad
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: quoted-printable

<p>I am in agreement with <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> here. I don't see a need to limit=
 the type or number of QUIC packets in a datagram. In my implementation t=
hat would just increase the state and complexity.</p>
<p>I also don't think we need to support different QUIC versions in the s=
ame datagram. Push the little bit of extra work to the client in this cas=
e, and have it send different datagrams instead. Perhaps we should explic=
itly disallow this scenario in the spec.</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/2259#issuecomment-450884937">view it on GitHub</a>,=
 or <a href=3D"https://github.com/notifications/unsubscribe-auth/AWbkqzpZ=
Dg454cLNhsxVEJMT3NyG4fXZks5u_MlPgaJpZM4Zh5Ox">mute the thread</a>.<img sr=
c=3D"https://github.com/notifications/beacon/AWbkq810GGMJNh4qokf4fMtBJAeR=
QGhFks5u_MlPgaJpZM4Zh5Ox.gif" height=3D"1" width=3D"1" alt=3D"" /></p>
<script type=3D"application/json" data-scope=3D"inboxmarkup">{"api_versio=
n":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name"=
:"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"=
quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"http=
s://github.githubassets.com/images/email/message_cards/header.png","avata=
r_image_url":"https://github.githubassets.com/images/email/message_cards/=
avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/q=
uicwg/base-drafts"}},"updates":{"snippets":[{"icon":"PERSON","message":"@=
nibanks in #2259: I am in agreement with @kazuho here. I don't see a need=
 to limit the type or number of QUIC packets in a datagram. In my impleme=
ntation that would just increase the state and complexity.\r\n\r\nI also =
don't think we need to support different QUIC versions in the same datagr=
am. Push the little bit of extra work to the client in this case, and hav=
e it send different datagrams instead. Perhaps we should explicitly disal=
low this scenario in the spec."}],"action":{"name":"View Issue","url":"ht=
tps://github.com/quicwg/base-drafts/issues/2259#issuecomment-450884937"}}=
}</script>
<script type=3D"application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/issues/2259#issuecomment=
-450884937",
"url": "https://github.com/quicwg/base-drafts/issues/2259#issuecomment-45=
0884937",
"name": "View Issue"
},
"description": "View this Issue on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>=

----==_mimepart_5c2cd1cfabc6b_635d3ff6512d45c45676ad--


From nobody Wed Jan  2 12: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 23BFB126C01 for <quic-issues@ietfa.amsl.com>; Wed,  2 Jan 2019 12:26:43 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -8.064
X-Spam-Level: 
X-Spam-Status: No, score=-8.064 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIMWL_WL_HIGH=-0.065, 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_PASS=-0.001] autolearn=ham autolearn_force=no
Authentication-Results: ietfa.amsl.com (amavisd-new); dkim=pass (1024-bit key) header.d=github.com
Received: from mail.ietf.org ([4.31.198.44]) by localhost (ietfa.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id ENzsUxqOKAvx for <quic-issues@ietfa.amsl.com>; Wed,  2 Jan 2019 12:26: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 5158D1274D0 for <quic-issues@ietf.org>; Wed,  2 Jan 2019 12:26:41 -0800 (PST)
Date: Wed, 02 Jan 2019 12:26:40 -0800
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1546460800; bh=wbz4u4H3XRDhNFRgobOxd+j6LLUjqSXG4JW9Va0rdkU=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=GDwQTY9KiMk+xY/62H7LktUqEOyTRynIWZLHakMms66fN19cn93m91waE0J23ciNI KcV+wfHaYL3LpC7uiWix2XtMGPYyHbqAdYMuKqcYY922x1r+xdGO/DnuF/17FPGWnY WefiE52rdIgLYiHc2MVAgycPTQdRxq9FaU+2NsI0=
From: Victor Vasiliev <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+0166e4ab3c6652be96705f1a821803798992faeef34a356392cf000000011844e08092a169ce1781f912@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/issues/2263/450975085@github.com>
In-Reply-To: <quicwg/base-drafts/issues/2263@github.com>
References: <quicwg/base-drafts/issues/2263@github.com>
Subject: Re: [quicwg/base-drafts] Make ALPN mandatory in QUIC-via-TLS (#2263)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5c2d1e8023b8f_1a3f3fea390d45b8129067"; charset=UTF-8
Content-Transfer-Encoding: 7bit
Precedence: list
X-GitHub-Sender: vasilvv
X-GitHub-Recipient: quic-issues
X-GitHub-Reason: subscribed
X-Auto-Response-Suppress: All
X-GitHub-Recipient-Address: quic-issues@ietf.org
Archived-At: <https://mailarchive.ietf.org/arch/msg/quic-issues/9pMb2o1rfwCi37Hmmt7YPtzDI-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, 02 Jan 2019 20:26:43 -0000

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

@martinthomson The general requirement SG, though I assume you'd still have to spell out the TLS specifics in the TLS mapping document.

@kazuho I do not expect the Expert Review requirement to be a particularly strong barrier since from what I understand the bar is "the designated experts do not consider you obviously bogus".  Either way I think we can discuss within TLS working group about relaxing some of those.

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/quicwg/base-drafts/issues/2263#issuecomment-450975085
----==_mimepart_5c2d1e8023b8f_1a3f3fea390d45b8129067
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=3D67641" data-octo-click=3D"hovercard-link-cli=
ck" data-octo-dimensions=3D"link_type:self" href=3D"https://github.com/ma=
rtinthomson">@martinthomson</a> The general requirement SG, though I assu=
me you'd still have to spell out the TLS specifics in the TLS mapping doc=
ument.</p>
<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 do not expect the Expert Review requirement to be a p=
articularly strong barrier since from what I understand the bar is "the d=
esignated experts do not consider you obviously bogus".  Either way I thi=
nk we can discuss within TLS working group about relaxing some of those.<=
/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/2263#issuecomment-450975085">view it on GitHub</a>,=
 or <a href=3D"https://github.com/notifications/unsubscribe-auth/AWbkq6xP=
6pppADaUKKAeJaa_Bz6vF5WNks5u_RYAgaJpZM4ZixQs">mute the thread</a>.<img sr=
c=3D"https://github.com/notifications/beacon/AWbkq2KiCyMlNEw2xT3cklYM0Tcn=
z1Fiks5u_RYAgaJpZM4ZixQs.gif" height=3D"1" width=3D"1" alt=3D"" /></p>
<script type=3D"application/json" data-scope=3D"inboxmarkup">{"api_versio=
n":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name"=
:"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"=
quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"http=
s://github.githubassets.com/images/email/message_cards/header.png","avata=
r_image_url":"https://github.githubassets.com/images/email/message_cards/=
avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/q=
uicwg/base-drafts"}},"updates":{"snippets":[{"icon":"PERSON","message":"@=
vasilvv in #2263: @martinthomson The general requirement SG, though I ass=
ume you'd still have to spell out the TLS specifics in the TLS mapping do=
cument.\r\n\r\n@kazuho I do not expect the Expert Review requirement to b=
e a particularly strong barrier since from what I understand the bar is \=
"the designated experts do not consider you obviously bogus\".  Either wa=
y I think we can discuss within TLS working group about relaxing some of =
those."}],"action":{"name":"View Issue","url":"https://github.com/quicwg/=
base-drafts/issues/2263#issuecomment-450975085"}}}</script>
<script type=3D"application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/issues/2263#issuecomment=
-450975085",
"url": "https://github.com/quicwg/base-drafts/issues/2263#issuecomment-45=
0975085",
"name": "View Issue"
},
"description": "View this Issue on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>=

----==_mimepart_5c2d1e8023b8f_1a3f3fea390d45b8129067--


From nobody Wed Jan  2 12:33:01 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 4F6B9130F1B for <quic-issues@ietfa.amsl.com>; Wed,  2 Jan 2019 12:32:54 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -1.661
X-Spam-Level: 
X-Spam-Status: No, score=-1.661 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIMWL_WL_HIGH=-0.065, 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_PASS=-0.001] autolearn=ham autolearn_force=no
Authentication-Results: ietfa.amsl.com (amavisd-new); dkim=pass (1024-bit key) header.d=github.com
Received: from mail.ietf.org ([4.31.198.44]) by localhost (ietfa.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id TSjWuXdcyvPu for <quic-issues@ietfa.amsl.com>; Wed,  2 Jan 2019 12:32:52 -0800 (PST)
Received: from o7.sgmail.github.com (o7.sgmail.github.com [167.89.101.198]) (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 66A2B130F82 for <quic-issues@ietf.org>; Wed,  2 Jan 2019 12:32:52 -0800 (PST)
DKIM-Signature: v=1; a=rsa-sha1; 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=2PX1mPAK5cTiGa0S+gHm5+Ekb0w=; b=VLIq9RCyt1/6uV/q OAjAAIUhz5OjB7AaCx1YBVJvSefiD9oPMVYrEPpVdB8n6r5+KhP8FuEu1Kuu6PRo GyD1XgWo+R6Qf3aUj4tXf+GOXAMvSj/uxM5o3GTBLZVv6PL8i8Lnnpq4bM93fLgP WPO2OQpWPhzEMhy6kD106XsEebI=
Received: by filter0743p1las1.sendgrid.net with SMTP id filter0743p1las1-30272-5C2D1FF2-12 2019-01-02 20:32:50.696568924 +0000 UTC m=+1010554.159955569
Received: from github-lowworker-e8fa9ff.cp1-iad.github.net (unknown [192.30.252.43]) by ismtpd0013p1iad2.sendgrid.net (SG) with ESMTP id yLjN9PzpQ9CPfQ0wXEsc0Q for <quic-issues@ietf.org>; Wed, 02 Jan 2019 20:32:50.565 +0000 (UTC)
Received: from github.com (localhost [127.0.0.1]) by github-lowworker-e8fa9ff.cp1-iad.github.net (Postfix) with ESMTP id 8C6C4420281 for <quic-issues@ietf.org>; Wed,  2 Jan 2019 12:32:50 -0800 (PST)
Date: Wed, 02 Jan 2019 20:32:50 +0000 (UTC)
From: erickinnear <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+0166e4abc7910e7272c29b892d2de90a2c6f826dae482f4f92cf000000011844e1f292a169ce1781f912@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/issues/2263/450976714@github.com>
In-Reply-To: <quicwg/base-drafts/issues/2263@github.com>
References: <quicwg/base-drafts/issues/2263@github.com>
Subject: Re: [quicwg/base-drafts] Make ALPN mandatory in QUIC-via-TLS (#2263)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5c2d1ff28ae77_1893fcf722d45c075874a"; 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: l64QuQ2uJCcEyUykJbxN122A6QRmEpucztpreh3Pak1wgFVFHznk2CrBU99zyEQWgWvuCEruwIq099 AnPv10d8mz+PBoBagbkDAO0dAwfFkkJy9hEfhie469EAc3y/G860RjUbnERMFss5PgLtg8EVU9u3AU ACTgyhiIG4ERb6pKyPXOXacCPkAfp5Z5+xY2K8HMPBOaJnw6rA9vwavD8JAQNRHNjvP2BSUFjof382 Q=
Archived-At: <https://mailarchive.ietf.org/arch/msg/quic-issues/1xQDZ9_EGE2zJhXy5_2MfEny4jA>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
List-Id: Notification list for GitHub issues related to the QUIC WG <quic-issues.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=unsubscribe>
List-Archive: <https://mailarchive.ietf.org/arch/browse/quic-issues/>
List-Post: <mailto:quic-issues@ietf.org>
List-Help: <mailto:quic-issues-request@ietf.org?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, 02 Jan 2019 20:33:00 -0000

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

I think requiring some form of explicit protocol negotiation would be good. The TLS draft could potentially be a bit more specific about what that looks like, too, but I agree that we don't want to be too restrictive here. 

In other words, what @martinthomson said above sounds good 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/2263#issuecomment-450976714
----==_mimepart_5c2d1ff28ae77_1893fcf722d45c075874a
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: quoted-printable

<p>I think requiring some form of explicit protocol negotiation would be go=
od. The TLS draft could potentially be a bit more specific about what that =
looks like, too, but I agree that we don't want to be too restrictive here.=
</p>
<p>In other words, what <a class=3D"user-mention" data-hovercard-type=3D"us=
er" data-hovercard-url=3D"/hovercards?user_id=3D67641" data-octo-click=3D"h=
overcard-link-click" data-octo-dimensions=3D"link_type:self" href=3D"https:=
//github.com/martinthomson">@martinthomson</a> said above sounds good to me=
.</p>

<p style=3D"font-size:small;-webkit-text-size-adjust:none;color:#666;">&mda=
sh;<br />You are receiving this because you are subscribed to this thread.<=
br />Reply to this email directly, <a href=3D"https://github.com/quicwg/bas=
e-drafts/issues/2263#issuecomment-450976714">view it on GitHub</a>, or <a h=
ref=3D"https://github.com/notifications/unsubscribe-auth/AWbkq6iqmcBvrx7nNv=
fbTbCTkkwakpoAks5u_RdygaJpZM4ZixQs">mute the thread</a>.<img src=3D"https:/=
/github.com/notifications/beacon/AWbkq6eTKQoziiGbKYS3eSD4mWSlIaVoks5u_Rdyga=
JpZM4ZixQs.gif" height=3D"1" width=3D"1" alt=3D"" /></p>
<script type=3D"application/json" data-scope=3D"inboxmarkup">{"api_version"=
:"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name":"Gi=
tHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"quicwg=
/base-drafts","subtitle":"GitHub repository","main_image_url":"https://gith=
ub.githubassets.com/images/email/message_cards/header.png","avatar_image_ur=
l":"https://github.githubassets.com/images/email/message_cards/avatar.png",=
"action":{"name":"Open in GitHub","url":"https://github.com/quicwg/base-dra=
fts"}},"updates":{"snippets":[{"icon":"PERSON","message":"@erickinnear in #=
2263: I think requiring some form of explicit protocol negotiation would be=
 good. The TLS draft could potentially be a bit more specific about what th=
at looks like, too, but I agree that we don't want to be too restrictive he=
re. \r\n\r\nIn other words, what @martinthomson said above sounds good to m=
e. "}],"action":{"name":"View Issue","url":"https://github.com/quicwg/base-=
drafts/issues/2263#issuecomment-450976714"}}}</script>
<script type=3D"application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/issues/2263#issuecomment-4=
50976714",
"url": "https://github.com/quicwg/base-drafts/issues/2263#issuecomment-4509=
76714",
"name": "View Issue"
},
"description": "View this Issue on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>=

----==_mimepart_5c2d1ff28ae77_1893fcf722d45c075874a--


From nobody Wed Jan  2 13: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 C104D129B88 for <quic-issues@ietfa.amsl.com>; Wed,  2 Jan 2019 13:15:50 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -8.065
X-Spam-Level: 
X-Spam-Status: No, score=-8.065 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIMWL_WL_HIGH=-0.065, 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_PASS=-0.001] autolearn=ham autolearn_force=no
Authentication-Results: ietfa.amsl.com (amavisd-new); dkim=pass (1024-bit key) header.d=github.com
Received: from mail.ietf.org ([4.31.198.44]) by localhost (ietfa.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id WDJO7lNFc7RP for <quic-issues@ietfa.amsl.com>; Wed,  2 Jan 2019 13:15: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 DF305126C01 for <quic-issues@ietf.org>; Wed,  2 Jan 2019 13:15:48 -0800 (PST)
Date: Wed, 02 Jan 2019 13:15:47 -0800
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1546463747; bh=3JyQCj7vZsBPPAq6I9rj4ArU2B3RZWOEj4Wb8H5Utho=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=0YPt4fklwXm2pg2sraI1j1mFHT0WKgxTvwcf4HKrY+Pj4z9RRozJz5z1CRJFAiPJz qzVbJtIluXTB8cEkvoSDMWH8pVxKiADKDeUpYLfAcKGG5MCEJ1tqKREtpcOskU/JNM 7IBxPEVRBw7hKsnMi9jhz0WmTLXcLrIJtx7rCIP8=
From: Kazuho Oku <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+0166e4ab65cf02bf1724c1583783aec5375aaf9568779fca92cf000000011844ec0392a169ce1781f912@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/issues/2263/450987384@github.com>
In-Reply-To: <quicwg/base-drafts/issues/2263@github.com>
References: <quicwg/base-drafts/issues/2263@github.com>
Subject: Re: [quicwg/base-drafts] Make ALPN mandatory in QUIC-via-TLS (#2263)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5c2d2a03b6f2b_4ac83fa5e22d45c0110167b"; 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/SCLnGVaXWc4oqwEx6yZ7AFplNrc>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
List-Id: Notification list for GitHub issues related to the QUIC WG <quic-issues.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=unsubscribe>
List-Archive: <https://mailarchive.ietf.org/arch/browse/quic-issues/>
List-Post: <mailto:quic-issues@ietf.org>
List-Help: <mailto:quic-issues-request@ietf.org?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, 02 Jan 2019 21:15:51 -0000

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

@martinthomson 
> Would people be OK with "explicit protocol negotiation, such as ALPN"?

SGTM.

@mikkelfj 
> I don't know enough about ALPN, but if QUIC doesn't handle inhouse protocols well without bureaucracy, ALPN will get abused. What about future? decentralised approaches e.g. via DNS records?

I think that the concern will be resolved if we adopt @martinthomson's proposal. You would not be required to send ALPN for example when name resolution with combined protocol negotiation is being 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/2263#issuecomment-450987384
----==_mimepart_5c2d2a03b6f2b_4ac83fa5e22d45c0110167b
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=3D67641" data-octo-click=3D"hovercard-link-cli=
ck" data-octo-dimensions=3D"link_type:self" href=3D"https://github.com/ma=
rtinthomson">@martinthomson</a></p>
<blockquote>
<p>Would people be OK with "explicit protocol negotiation, such as ALPN"?=
</p>
</blockquote>
<p>SGTM.</p>
<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></p>
<blockquote>
<p>I don't know enough about ALPN, but if QUIC doesn't handle inhouse pro=
tocols well without bureaucracy, ALPN will get abused. What about future?=
 decentralised approaches e.g. via DNS records?</p>
</blockquote>
<p>I think that the concern will be resolved if we adopt <a class=3D"user=
-mention" data-hovercard-type=3D"user" data-hovercard-url=3D"/hovercards?=
user_id=3D67641" data-octo-click=3D"hovercard-link-click" data-octo-dimen=
sions=3D"link_type:self" href=3D"https://github.com/martinthomson">@marti=
nthomson</a>'s proposal. You would not be required to send ALPN for examp=
le when name resolution with combined protocol negotiation is being used.=
</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/2263#issuecomment-450987384">view it on GitHub</a>,=
 or <a href=3D"https://github.com/notifications/unsubscribe-auth/AWbkq4ug=
G4J8T_Hy8P7rXIZq9g6P33Duks5u_SGDgaJpZM4ZixQs">mute the thread</a>.<img sr=
c=3D"https://github.com/notifications/beacon/AWbkq2qzC3KPMlcsfyJOv1KQup1z=
c6-kks5u_SGDgaJpZM4ZixQs.gif" height=3D"1" width=3D"1" alt=3D"" /></p>
<script type=3D"application/json" data-scope=3D"inboxmarkup">{"api_versio=
n":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name"=
:"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"=
quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"http=
s://github.githubassets.com/images/email/message_cards/header.png","avata=
r_image_url":"https://github.githubassets.com/images/email/message_cards/=
avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/q=
uicwg/base-drafts"}},"updates":{"snippets":[{"icon":"PERSON","message":"@=
kazuho in #2263: @martinthomson \r\n\u003e Would people be OK with \"expl=
icit protocol negotiation, such as ALPN\"?\r\n\r\nSGTM.\r\n\r\n@mikkelfj =
\r\n\u003e I don't know enough about ALPN, but if QUIC doesn't handle inh=
ouse protocols well without bureaucracy, ALPN will get abused. What about=
 future? decentralised approaches e.g. via DNS records?\r\n\r\nI think th=
at the concern will be resolved if we adopt @martinthomson's proposal. Yo=
u would not be required to send ALPN for example when name resolution wit=
h combined protocol negotiation is being used."}],"action":{"name":"View =
Issue","url":"https://github.com/quicwg/base-drafts/issues/2263#issuecomm=
ent-450987384"}}}</script>
<script type=3D"application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/issues/2263#issuecomment=
-450987384",
"url": "https://github.com/quicwg/base-drafts/issues/2263#issuecomment-45=
0987384",
"name": "View Issue"
},
"description": "View this Issue on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>=

----==_mimepart_5c2d2a03b6f2b_4ac83fa5e22d45c0110167b--


From nobody Wed Jan  2 13:23: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 30ED4130DD1 for <quic-issues@ietfa.amsl.com>; Wed,  2 Jan 2019 13:23:22 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -6.661
X-Spam-Level: 
X-Spam-Status: No, score=-6.661 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIMWL_WL_HIGH=-0.065, 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_PASS=-0.001] autolearn=ham autolearn_force=no
Authentication-Results: ietfa.amsl.com (amavisd-new); dkim=pass (1024-bit key) header.d=github.com
Received: from mail.ietf.org ([4.31.198.44]) by localhost (ietfa.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id jXEIa2OwmyC2 for <quic-issues@ietfa.amsl.com>; Wed,  2 Jan 2019 13:23: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 D0C5E126C01 for <quic-issues@ietf.org>; Wed,  2 Jan 2019 13:23:19 -0800 (PST)
Date: Wed, 02 Jan 2019 13:23:18 -0800
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1546464198; bh=2sN8jE3QpnqUk0Ef3N3sYL3l3FgOrQ7IE1DzG29dPkg=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=p4X4g6WOKtjNvNB0T+oDC7e5IP6z2MwOe50AZjXEVgVxGzY1RrIsrCMZcYqel2Q5s 6s4QUoiC9jMJpRXwDnQoNTMBPF0h2fbKWgpvu+uez4oDywqloOIQt6GGttV6rA+MA+ VHMT5XXHEHOMKzVksbbThpgvbkDwq9e80O+sVIHs=
From: Kazuho Oku <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+0166e4ab15f649b13cbb8f6a757e6773aaf4bac203d2d3d892cf000000011844edc692a169ce178cf63b@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/issues/2282/450989326@github.com>
In-Reply-To: <quicwg/base-drafts/issues/2282@github.com>
References: <quicwg/base-drafts/issues/2282@github.com>
Subject: Re: [quicwg/base-drafts] What the maximum of TransportParameters.max_ack_delay? (#2282)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5c2d2bc6d1789_50913fa6dfed45c016062a"; 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/IaWKt0O9SvBppZz0v35z8bTULD8>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
List-Id: Notification list for GitHub issues related to the QUIC WG <quic-issues.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=unsubscribe>
List-Archive: <https://mailarchive.ietf.org/arch/browse/quic-issues/>
List-Post: <mailto:quic-issues@ietf.org>
List-Help: <mailto:quic-issues-request@ietf.org?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, 02 Jan 2019 21:23:22 -0000

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

> Is there an attack here?

A bug sometimes ends up as an vulnerability on the server-side, because many connections are served by one process.

I won't be surprised if some QUIC server using 32-bit millisecond-precision timer crashes while talking with a client that specifies an ACK delay of 2<sup>32</sup>-alpha, because that would likely generate a negative timeout.

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

<blockquote>
<p>Is there an attack here?</p>
</blockquote>
<p>A bug sometimes ends up as an vulnerability on the server-side, becaus=
e many connections are served by one process.</p>
<p>I won't be surprised if some QUIC server using 32-bit millisecond-prec=
ision timer crashes while talking with a client that specifies an ACK del=
ay of 2<sup>32</sup>-alpha, because that would likely generate a negative=
 timeout.</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/2282#issuecomment-450989326">view it on GitHub</a>,=
 or <a href=3D"https://github.com/notifications/unsubscribe-auth/AWbkq3nn=
yvgmc3EVwMrzZtHl9uBg484Sks5u_SNGgaJpZM4ZmCfD">mute the thread</a>.<img sr=
c=3D"https://github.com/notifications/beacon/AWbkqzGqfQMh-uXBMtYh_DSAkDSE=
XiP-ks5u_SNGgaJpZM4ZmCfD.gif" height=3D"1" width=3D"1" alt=3D"" /></p>
<script type=3D"application/json" data-scope=3D"inboxmarkup">{"api_versio=
n":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name"=
:"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"=
quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"http=
s://github.githubassets.com/images/email/message_cards/header.png","avata=
r_image_url":"https://github.githubassets.com/images/email/message_cards/=
avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/q=
uicwg/base-drafts"}},"updates":{"snippets":[{"icon":"PERSON","message":"@=
kazuho in #2282: \u003e Is there an attack here?\r\n\r\nA bug sometimes e=
nds up as an vulnerability on the server-side, because many connections a=
re served by one process.\r\n\r\nI won't be surprised if some QUIC server=
 using 32-bit millisecond-precision timer crashes while talking with a cl=
ient that specifies an ACK delay of 2\u003csup\u003e32\u003c/sup\u003e-al=
pha, because that would likely generate a negative timeout."}],"action":{=
"name":"View Issue","url":"https://github.com/quicwg/base-drafts/issues/2=
282#issuecomment-450989326"}}}</script>
<script type=3D"application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/issues/2282#issuecomment=
-450989326",
"url": "https://github.com/quicwg/base-drafts/issues/2282#issuecomment-45=
0989326",
"name": "View Issue"
},
"description": "View this Issue on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>=

----==_mimepart_5c2d2bc6d1789_50913fa6dfed45c016062a--


From nobody Wed Jan  2 13:30:55 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 7DF01129AB8 for <quic-issues@ietfa.amsl.com>; Wed,  2 Jan 2019 13:30:53 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -1.568
X-Spam-Level: 
X-Spam-Status: No, score=-1.568 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIMWL_WL_HIGH=-0.065, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, HTML_IMAGE_ONLY_28=1.404, HTML_MESSAGE=0.001, HTML_OBFUSCATE_10_20=0.093, MAILING_LIST_MULTI=-1, RCVD_IN_DNSWL_NONE=-0.0001, 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 UOW4DczXwoGL for <quic-issues@ietfa.amsl.com>; Wed,  2 Jan 2019 13:30:52 -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 C39611274D0 for <quic-issues@ietf.org>; Wed,  2 Jan 2019 13:30:51 -0800 (PST)
DKIM-Signature: v=1; a=rsa-sha1; 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=rbzDtWcabsosj5ooP3R9u7qLOhQ=; b=IWvjE3edaOv09ywC 8wI8ZyW2RBvXGFdfqkU/NyMXw+PKYKpBZ/i8GFg5KJzzqJMuaSHk4QmZ9IT8x6Zo UcQlBhknNh6le7TPz4aV4XgLRveTi7Bc4AbQKmWIeZZt3rjp1HoKLj4ReUsPDvzq P6lPrTf61AUD45imcHwq8eVsStA=
Received: by filter1853p1mdw1.sendgrid.net with SMTP id filter1853p1mdw1-10182-5C2D2D89-F 2019-01-02 21:30:49.206223217 +0000 UTC m=+1394952.728824856
Received: from github-lowworker-0b1e58d.cp1-iad.github.net (unknown [192.30.252.43]) by ismtpd0024p1iad2.sendgrid.net (SG) with ESMTP id LbpHJJGoQsy0B9ad2SOftg for <quic-issues@ietf.org>; Wed, 02 Jan 2019 21:30:49.169 +0000 (UTC)
Received: from github.com (localhost [127.0.0.1]) by github-lowworker-0b1e58d.cp1-iad.github.net (Postfix) with ESMTP id 23D4C3E133B for <quic-issues@ietf.org>; Wed,  2 Jan 2019 13:30:49 -0800 (PST)
Date: Wed, 02 Jan 2019 21:30:49 +0000 (UTC)
From: Kazuho Oku <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+0166e4abe9a14ec55e3a7185becbadeb5b6d0fec9efc73ee92cf000000011844ef8992a169ce178cf63b@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/issues/2282/450991267@github.com>
In-Reply-To: <quicwg/base-drafts/issues/2282@github.com>
References: <quicwg/base-drafts/issues/2282@github.com>
Subject: Re: [quicwg/base-drafts] What the maximum of TransportParameters.max_ack_delay? (#2282)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5c2d2d89222ac_59ca3fec290d45bc1620212"; 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: l64QuQ2uJCcEyUykJbxN122A6QRmEpucztpreh3Pak0AhQA0+A/rdUmE+I2IXIII2eXrFIbx5dRGrF mBm4qtW+jGCWGzszJMXyDwqAWNr6Ch9nCdyxTTxPNZ2OSmiFZUW+81ITva9ZBxSLQiN9FsVAvjsI2o FrkRsLSxHbb2opwqGfAPoVRXvOSzn8qLI5HwJvm8gJ27OiTJoxPhCQzDgSI6GmzvSEHWnOiPESv4CC I=
Archived-At: <https://mailarchive.ietf.org/arch/msg/quic-issues/Ftzb3wr18vOKlLdhwP4v5idgxsQ>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
List-Id: Notification list for GitHub issues related to the QUIC WG <quic-issues.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=unsubscribe>
List-Archive: <https://mailarchive.ietf.org/arch/browse/quic-issues/>
List-Post: <mailto:quic-issues@ietf.org>
List-Help: <mailto:quic-issues-request@ietf.org?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, 02 Jan 2019 21:30:53 -0000

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

> How big? 2^16-1, 2^32-1, 2^64-1, 2^30-1? I'd have said that 2^14-1 would be more than enough here. 16 seconds is a long time to hold an ACK.

2<sup>32</sup>-1 would be a bit too big for 32-bit timers. OTOH I do not think anybody will be using a 16-bit millisecond-precision timer and therefore 2<sup>14</sup>-1 or  2<sup>16</sup>-1 sounds 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/issues/2282#issuecomment-450991267
----==_mimepart_5c2d2d89222ac_59ca3fec290d45bc1620212
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: quoted-printable

<blockquote>
<p>How big? 2^16-1, 2^32-1, 2^64-1, 2^30-1? I'd have said that 2^14-1 would=
 be more than enough here. 16 seconds is a long time to hold an ACK.</p>
</blockquote>
<p>2<sup>32</sup>-1 would be a bit too big for 32-bit timers. OTOH I do not=
 think anybody will be using a 16-bit millisecond-precision timer and there=
fore 2<sup>14</sup>-1 or  2<sup>16</sup>-1 sounds fine.</p>

<p style=3D"font-size:small;-webkit-text-size-adjust:none;color:#666;">&mda=
sh;<br />You are receiving this because you are subscribed to this thread.<=
br />Reply to this email directly, <a href=3D"https://github.com/quicwg/bas=
e-drafts/issues/2282#issuecomment-450991267">view it on GitHub</a>, or <a h=
ref=3D"https://github.com/notifications/unsubscribe-auth/AWbkq7Omu4GG975qF0=
8NppXF0VNRZY2Jks5u_SUJgaJpZM4ZmCfD">mute the thread</a>.<img src=3D"https:/=
/github.com/notifications/beacon/AWbkq0Lax5HC3okF36dT5Gs1UzrQAepbks5u_SUJga=
JpZM4ZmCfD.gif" height=3D"1" width=3D"1" alt=3D"" /></p>
<script type=3D"application/json" data-scope=3D"inboxmarkup">{"api_version"=
:"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name":"Gi=
tHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"quicwg=
/base-drafts","subtitle":"GitHub repository","main_image_url":"https://gith=
ub.githubassets.com/images/email/message_cards/header.png","avatar_image_ur=
l":"https://github.githubassets.com/images/email/message_cards/avatar.png",=
"action":{"name":"Open in GitHub","url":"https://github.com/quicwg/base-dra=
fts"}},"updates":{"snippets":[{"icon":"PERSON","message":"@kazuho in #2282:=
 \u003e How big? 2^16-1, 2^32-1, 2^64-1, 2^30-1? I'd have said that 2^14-1 =
would be more than enough here. 16 seconds is a long time to hold an ACK.\r=
\n\r\n2\u003csup\u003e32\u003c/sup\u003e-1 would be a bit too big for 32-bi=
t timers. OTOH I do not think anybody will be using a 16-bit millisecond-pr=
ecision timer and therefore 2\u003csup\u003e14\u003c/sup\u003e-1 or  2\u003=
csup\u003e16\u003c/sup\u003e-1 sounds fine."}],"action":{"name":"View Issue=
","url":"https://github.com/quicwg/base-drafts/issues/2282#issuecomment-450=
991267"}}}</script>
<script type=3D"application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/issues/2282#issuecomment-4=
50991267",
"url": "https://github.com/quicwg/base-drafts/issues/2282#issuecomment-4509=
91267",
"name": "View Issue"
},
"description": "View this Issue on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>=

----==_mimepart_5c2d2d89222ac_59ca3fec290d45bc1620212--


From nobody Wed Jan  2 14:01: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 BED721292F1 for <quic-issues@ietfa.amsl.com>; Wed,  2 Jan 2019 14:01:54 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -6.447
X-Spam-Level: 
X-Spam-Status: No, score=-6.447 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIMWL_WL_HIGH=-0.065, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, HTML_IMAGE_ONLY_24=1.618, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-1, RCVD_IN_DNSWL_HI=-5, SPF_PASS=-0.001] autolearn=ham autolearn_force=no
Authentication-Results: ietfa.amsl.com (amavisd-new); dkim=pass (1024-bit key) header.d=github.com
Received: from mail.ietf.org ([4.31.198.44]) by localhost (ietfa.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id Or5WNlvDY_G4 for <quic-issues@ietfa.amsl.com>; Wed,  2 Jan 2019 14:01:53 -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 03B18126C01 for <quic-issues@ietf.org>; Wed,  2 Jan 2019 14:01:53 -0800 (PST)
Date: Wed, 02 Jan 2019 14:01:51 -0800
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1546466511; bh=dT0S/3GL9vGR9H+4J8B1cuXMtcxBblbwbdsGFiyKb70=; h=Date:From:Reply-To:To:Cc:Subject:List-ID:List-Archive:List-Post: List-Unsubscribe:From; b=YRLcj1p1yZJ+GcOo+yH2l94I9LU7/MAV86uL8yuMMGgNLmE4diTgxqOhPWX8Bf9qR TfPrY1RtpPGU94VNoRvRgREDvbP+u0z+ajwhrnWqkBmDiw24fGcLXhw1lzpjCFpIHB QjDYfutedbo9GNHSCqAsnR6cVnO4Ck08AvDOMtO0=
From: Rui Paulo <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+0166e4abf76c550a33a1ac7f38d74855144984160f15e3e192cf000000011844f6cf92a169ce17914056@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/issues/2283@github.com>
Subject: [quicwg/base-drafts] STOP_SENDING is not depicted in the send FSM (#2283)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5c2d34cfe3e7d_3ecd3fc3a52d45bc2052357"; 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/w_sGoZRWlOtCINJj7yj7v6AMFfQ>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
List-Id: Notification list for GitHub issues related to the QUIC WG <quic-issues.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=unsubscribe>
List-Archive: <https://mailarchive.ietf.org/arch/browse/quic-issues/>
List-Post: <mailto:quic-issues@ietf.org>
List-Help: <mailto:quic-issues-request@ietf.org?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, 02 Jan 2019 22:01:55 -0000

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

The text says:=0D
=0D
>From any of the =E2=80=9CReady=E2=80=9D, =E2=80=9CSend=E2=80=9D, or =E2=80=
=9CData Sent=E2=80=9D states, an application can signal that it wishes to=
 abandon transmission of stream data. Alternatively, an endpoint might re=
ceive a STOP_SENDING frame from its peer. In either case, the endpoint se=
nds a RESET_STREAM frame, which causes the stream to enter the =E2=80=9CR=
eset Sent=E2=80=9D state.=0D
=0D
But STOP_SENDING is not depicted in the send state diagram.  Shouldn't we=
 add this to the diagram under "Send RESET_STREAM" ?=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/2283=

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

<p>The text says:</p>=0D
<blockquote>=0D
<p>From any of the =E2=80=9CReady=E2=80=9D, =E2=80=9CSend=E2=80=9D, or =E2=
=80=9CData Sent=E2=80=9D states, an application can signal that it wishes=
 to abandon transmission of stream data. Alternatively, an endpoint might=
 receive a STOP_SENDING frame from its peer. In either case, the endpoint=
 sends a RESET_STREAM frame, which causes the stream to enter the =E2=80=9C=
Reset Sent=E2=80=9D state.</p>=0D
</blockquote>=0D
<p>But STOP_SENDING is not depicted in the send state diagram.  Shouldn't=
 we add this to the diagram under "Send RESET_STREAM" ?</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/2283">view it on GitHub</a>, or <a href=3D"https://=
github.com/notifications/unsubscribe-auth/AWbkq7mT6uGn9X8Vt_JIJXu95t0M3b1=
9ks5u_SxPgaJpZM4ZnSzm">mute the thread</a>.<img src=3D"https://github.com=
/notifications/beacon/AWbkq9F-MKLS3V2Ushwt5ej0MG4WFmnJks5u_SxPgaJpZM4ZnSz=
m.gif" height=3D"1" width=3D"1" alt=3D"" /></p>=0D
<script type=3D"application/json" data-scope=3D"inboxmarkup">{"api_versio=
n":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name"=
:"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"=
quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"http=
s://github.githubassets.com/images/email/message_cards/header.png","avata=
r_image_url":"https://github.githubassets.com/images/email/message_cards/=
avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/q=
uicwg/base-drafts"}},"updates":{"snippets":[{"icon":"DESCRIPTION","messag=
e":"STOP_SENDING is not depicted in the send FSM (#2283)"}],"action":{"na=
me":"View Issue","url":"https://github.com/quicwg/base-drafts/issues/2283=
"}}}</script>=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/2283",=0D
"url": "https://github.com/quicwg/base-drafts/issues/2283",=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_5c2d34cfe3e7d_3ecd3fc3a52d45bc2052357--


From nobody Wed Jan  2 15:23: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 6839C124BE5 for <quic-issues@ietfa.amsl.com>; Wed,  2 Jan 2019 15:23:23 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -6.661
X-Spam-Level: 
X-Spam-Status: No, score=-6.661 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIMWL_WL_HIGH=-0.065, 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_PASS=-0.001] autolearn=ham autolearn_force=no
Authentication-Results: ietfa.amsl.com (amavisd-new); dkim=pass (1024-bit key) header.d=github.com
Received: from mail.ietf.org ([4.31.198.44]) by localhost (ietfa.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id K6q12TToAQxs for <quic-issues@ietfa.amsl.com>; Wed,  2 Jan 2019 15:23: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 80E74130F8A for <quic-issues@ietf.org>; Wed,  2 Jan 2019 15:23:20 -0800 (PST)
Date: Wed, 02 Jan 2019 15:23:19 -0800
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1546471399; bh=8T1uZlz/V59twyKNoAQaefLbL0vEgalAaepZw7cvbBM=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=QO0CZiI0OlILE4IAbeJhjz9JGcNarM80xHxVLRO2buRlQosB3wjs49PYHiVXAuKfC 3Pa2xsoEgn5Cp88hkLXNJnVbZbV+8roSvpTFJL9ykW+RtmwRKxkJB1m0n+d+JqxCPg wRn3TzKUsR7ZNx23ctdDXyxpu38Ef76PW0amm/4o=
From: Martin Thomson <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+0166e4ab18c7a702c46da57731cc67916ec15ca4cf23f94992cf00000001184509e792a169ce17801464@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/issues/2262/451016307@github.com>
In-Reply-To: <quicwg/base-drafts/issues/2262@github.com>
References: <quicwg/base-drafts/issues/2262@github.com>
Subject: Re: [quicwg/base-drafts] RESET_STREAM.final_offset is ambiguous (#2262)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5c2d47e754d7b_56e83fd9706d45b44278d8"; 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/9Kx3hWSqNOM7LoRNW_c6DnpCfM0>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
List-Id: Notification list for GitHub issues related to the QUIC WG <quic-issues.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=unsubscribe>
List-Archive: <https://mailarchive.ietf.org/arch/browse/quic-issues/>
List-Post: <mailto:quic-issues@ietf.org>
List-Help: <mailto:quic-issues-request@ietf.org?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, 02 Jan 2019 23:23:23 -0000

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

I'm not particularly concerned about making allowances for patchy data, but that would invalidate "total bytes" or anything along those lines.  "Committed bytes" less so, because we might consider a gap to be "committed".

"Used stream data" might work in the sense that it conveys what - of the stream data available - has been used, but I'm not thrilled by it for reasons I can't articulate 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/issues/2262#issuecomment-451016307
----==_mimepart_5c2d47e754d7b_56e83fd9706d45b44278d8
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: quoted-printable

<p>I'm not particularly concerned about making allowances for patchy data=
, but that would invalidate "total bytes" or anything along those lines. =
 "Committed bytes" less so, because we might consider a gap to be "commit=
ted".</p>
<p>"Used stream data" might work in the sense that it conveys what - of t=
he stream data available - has been used, but I'm not thrilled by it for =
reasons I can't articulate well.</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/2262#issuecomment-451016307">view it on GitHub</a>,=
 or <a href=3D"https://github.com/notifications/unsubscribe-auth/AWbkq2o6=
jfRVEmedodcylr3iwk4Vtl7aks5u_T9ngaJpZM4ZiNzp">mute the thread</a>.<img sr=
c=3D"https://github.com/notifications/beacon/AWbkqzkeZgZlzMKcojo-9JeMZzW-=
iQWmks5u_T9ngaJpZM4ZiNzp.gif" height=3D"1" width=3D"1" alt=3D"" /></p>
<script type=3D"application/json" data-scope=3D"inboxmarkup">{"api_versio=
n":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name"=
:"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"=
quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"http=
s://github.githubassets.com/images/email/message_cards/header.png","avata=
r_image_url":"https://github.githubassets.com/images/email/message_cards/=
avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/q=
uicwg/base-drafts"}},"updates":{"snippets":[{"icon":"PERSON","message":"@=
martinthomson in #2262: I'm not particularly concerned about making allow=
ances for patchy data, but that would invalidate \"total bytes\" or anyth=
ing along those lines.  \"Committed bytes\" less so, because we might con=
sider a gap to be \"committed\".\r\n\r\n\"Used stream data\" might work i=
n the sense that it conveys what - of the stream data available - has bee=
n used, but I'm not thrilled by it for reasons I can't articulate well."}=
],"action":{"name":"View Issue","url":"https://github.com/quicwg/base-dra=
fts/issues/2262#issuecomment-451016307"}}}</script>
<script type=3D"application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/issues/2262#issuecomment=
-451016307",
"url": "https://github.com/quicwg/base-drafts/issues/2262#issuecomment-45=
1016307",
"name": "View Issue"
},
"description": "View this Issue on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>=

----==_mimepart_5c2d47e754d7b_56e83fd9706d45b44278d8--


From nobody Wed Jan  2 15:35:41 2019
Return-Path: <bounce+565321.40f-quic-issues=ietf.org@github.com>
X-Original-To: quic-issues@ietfa.amsl.com
Delivered-To: quic-issues@ietfa.amsl.com
Received: from localhost (localhost [127.0.0.1]) by ietfa.amsl.com (Postfix) with ESMTP id D606E129A87 for <quic-issues@ietfa.amsl.com>; Wed,  2 Jan 2019 15:35:38 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -1.965
X-Spam-Level: 
X-Spam-Status: No, score=-1.965 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIMWL_WL_HIGH=-0.065, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, HEADER_FROM_DIFFERENT_DOMAINS=0.001, RCVD_IN_DNSWL_NONE=-0.0001, SPF_PASS=-0.001] autolearn=ham autolearn_force=no
Authentication-Results: ietfa.amsl.com (amavisd-new); dkim=pass (1024-bit key) header.d=github.com
Received: from mail.ietf.org ([4.31.198.44]) by localhost (ietfa.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id Yh7YKzDKci3E for <quic-issues@ietfa.amsl.com>; Wed,  2 Jan 2019 15:35:37 -0800 (PST)
Received: from m71-131.mailgun.net (m71-131.mailgun.net [166.78.71.131]) (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 047C9124BE5 for <quic-issues@ietf.org>; Wed,  2 Jan 2019 15:35:36 -0800 (PST)
DKIM-Signature: a=rsa-sha256; v=1; c=relaxed/relaxed; d=github.com; q=dns/txt;  s=mailo; t=1546472136; h=Content-Transfer-Encoding: Content-Type: Mime-Version: Subject: Message-ID: To: Reply-To: From: Date: Sender; bh=cN+aUkbVKHicQz74C/2gGAmLpk4DpRTm8iB1mlqJR+I=; b=rnUypV8m40awwSM+/3ik0/vzCnuLn5ytvIcS4YzT99fBQECnACg474tgHzTmUKj4FHkSevq+ t548+Dl7sJ38SgmLsljSuF7ApEmEBg7NVd4uUKWmKjR8Ln0bKoARvnlmnxeFwix1Hgbqe9qj Kkqm9qaFAi2yho6ImRWP+CdixKk=
X-Mailgun-Sending-Ip: 166.78.71.131
X-Mailgun-Sid: WyJhNzYyYiIsICJxdWljLWlzc3Vlc0BpZXRmLm9yZyIsICI0MGYiXQ==
Sender: mt=lowentropy.net@github.com
Received: from github.com (Unknown [192.30.253.29]) by mxa.mailgun.org with ESMTP id 5c2d4ac7.7f8680823330-smtp-out-n02; Wed, 02 Jan 2019 23:35:35 -0000 (UTC)
Date: Wed, 02 Jan 2019 15:35:35 -0800
From: Martin Thomson <mt@lowentropy.net>
Reply-To: Martin Thomson <mt@lowentropy.net>
To: quic-issues@ietf.org
Message-ID: <5c2d4ac79abdd_66b72b1ce12ba58814539b@hookshot-fe-b0febf1.cp1-iad.github.net.mail>
Subject: [quicwg/base-drafts] fce754: Stronger protocol negotiation requirement
Mime-Version: 1.0
Content-Type: multipart/mixed; boundary="--==_mimepart_5c2d4ac79a632_66b72b1ce12ba5881452e1"; charset=UTF-8
Content-Transfer-Encoding: 7bit
Archived-At: <https://mailarchive.ietf.org/arch/msg/quic-issues/LkmUzRd1gPJOSJGkH3hZR0svI4M>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
Precedence: list
List-Id: Notification list for GitHub issues related to the QUIC WG <quic-issues.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=unsubscribe>
List-Archive: <https://mailarchive.ietf.org/arch/browse/quic-issues/>
List-Post: <mailto:quic-issues@ietf.org>
List-Help: <mailto:quic-issues-request@ietf.org?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, 02 Jan 2019 23:35:39 -0000

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

  Branch: refs/heads/proto-nego
  Home:   https://github.com/quicwg/base-drafts
  Commit: fce75453e774abba3b9db9d01bb2257dcb6dcf62
      https://github.com/quicwg/base-drafts/commit/fce75453e774abba3b9db9d01bb2257dcb6dcf62
  Author: Martin Thomson <mt@lowentropy.net>
  Date:   2019-01-03 (Thu, 03 Jan 2019)

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

  Log Message:
  -----------
  Stronger protocol negotiation requirement

The transport already requires that the cryptographic handshake provide
authenticated negotiation of application protocol.  However, the TLS doc
was a little weak on whether ALPN should be used.  This clears that up.

Closes #2263.



      **NOTE:** This service has been marked for deprecation: https://developer.github.com/changes/2018-04-25-github-services-deprecation/

      Functionality will be removed from GitHub.com on January 31st, 2019.

----==_mimepart_5c2d4ac79a632_66b72b1ce12ba5881452e1--


From nobody Wed Jan  2 15:36: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 ADFE7129A87 for <quic-issues@ietfa.amsl.com>; Wed,  2 Jan 2019 15:36:02 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -8.065
X-Spam-Level: 
X-Spam-Status: No, score=-8.065 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIMWL_WL_HIGH=-0.065, 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_PASS=-0.001] autolearn=ham autolearn_force=no
Authentication-Results: ietfa.amsl.com (amavisd-new); dkim=pass (1024-bit key) header.d=github.com
Received: from mail.ietf.org ([4.31.198.44]) by localhost (ietfa.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id bhbBF9Xsgs1p for <quic-issues@ietfa.amsl.com>; Wed,  2 Jan 2019 15:36: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 BE794124BE5 for <quic-issues@ietf.org>; Wed,  2 Jan 2019 15:36:00 -0800 (PST)
Date: Wed, 02 Jan 2019 15:35:59 -0800
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1546472159; bh=dQISaiw81vwnX6l5chKVy0kl0g2sE2P9BwF3HTNac3Q=; h=Date:From:Reply-To:To:Cc:Subject:List-ID:List-Archive:List-Post: List-Unsubscribe:From; b=YM/IXl1iNpfOyOhO49Tz+UR58hCdph6IuA3O59CUe+goQIHZXc0r5Qh7OftLEIrEo ZZFJsIgw4NvwJRBhMKNw8rTyc/TWwutfa4wpn3Qf56Gdc22sAijaxQhLeDNsBq+9ef C5nibHs3a1O4eZHz6LtV4TEBrPqAvsSB/TANdLao=
From: Martin Thomson <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+0166e4abcebbed4b749f46eb935b112d6c8ea382124b604592cf0000000118450cdf92a169ce17918fb9@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/pull/2284@github.com>
Subject: [quicwg/base-drafts] Stronger protocol negotiation requirement (#2284)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5c2d4adfd381d_49823f8ec28d45c4595c5"; 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/WukfTIFk2XuDBFNaZQZC-EeiA3U>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
List-Id: Notification list for GitHub issues related to the QUIC WG <quic-issues.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=unsubscribe>
List-Archive: <https://mailarchive.ietf.org/arch/browse/quic-issues/>
List-Post: <mailto:quic-issues@ietf.org>
List-Help: <mailto:quic-issues-request@ietf.org?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, 02 Jan 2019 23:36:03 -0000

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

The transport already requires that the cryptographic handshake provide
authenticated negotiation of application protocol.  However, the TLS doc
was a little weak on whether ALPN should be used.  This clears that up.

Closes #2263.
You can view, comment on, or merge this pull request online at:

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

-- Commit Summary --

  * Stronger protocol negotiation requirement

-- File Changes --

    M draft-ietf-quic-tls.md (21)

-- Patch Links --

https://github.com/quicwg/base-drafts/pull/2284.patch
https://github.com/quicwg/base-drafts/pull/2284.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/2284

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

<p>The transport already requires that the cryptographic handshake provide<br>
authenticated negotiation of application protocol.  However, the TLS doc<br>
was a little weak on whether ALPN should be used.  This clears that up.</p>
<p><span class="issue-keyword tooltipped tooltipped-se" aria-label="This pull request closes issue #2263.">Closes</span> <a class="issue-link js-issue-link" data-error-text="Failed to load issue title" data-id="394393874" data-permission-text="Issue title is private" data-url="https://github.com/quicwg/base-drafts/issues/2263" data-hovercard-type="issue" data-hovercard-url="/quicwg/base-drafts/issues/2263/hovercard" href="https://github.com/quicwg/base-drafts/issues/2263">#2263</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/2284'>https://github.com/quicwg/base-drafts/pull/2284</a></p>

<h4>Commit Summary</h4>
<ul>
  <li>Stronger protocol negotiation requirement</li>
</ul>

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

<h4>Patch Links:</h4>
<ul>
  <li><a href='https://github.com/quicwg/base-drafts/pull/2284.patch'>https://github.com/quicwg/base-drafts/pull/2284.patch</a></li>
  <li><a href='https://github.com/quicwg/base-drafts/pull/2284.diff'>https://github.com/quicwg/base-drafts/pull/2284.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/2284">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AWbkqyLBl_E7PSGjFzn8gf9ArM_kkN6-ks5u_UJfgaJpZM4ZnYap">mute the thread</a>.<img src="https://github.com/notifications/beacon/AWbkq0bI7mGFv04DVjApZbf7JYVWyLTmks5u_UJfgaJpZM4ZnYap.gif" height="1" width="1" alt="" /></p>
<script type="application/json" data-scope="inboxmarkup">{"api_version":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name":"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"https://github.githubassets.com/images/email/message_cards/header.png","avatar_image_url":"https://github.githubassets.com/images/email/message_cards/avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/quicwg/base-drafts"}},"updates":{"snippets":[{"icon":"DESCRIPTION","message":"Stronger protocol negotiation requirement (#2284)"}],"action":{"name":"View Pull Request","url":"https://github.com/quicwg/base-drafts/pull/2284"}}}</script>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/pull/2284",
"url": "https://github.com/quicwg/base-drafts/pull/2284",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>

----==_mimepart_5c2d4adfd381d_49823f8ec28d45c4595c5--


From nobody Wed Jan  2 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 2554312D4F1 for <quic-issues@ietfa.amsl.com>; Wed,  2 Jan 2019 15:39:55 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -8.065
X-Spam-Level: 
X-Spam-Status: No, score=-8.065 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIMWL_WL_HIGH=-0.065, 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_PASS=-0.001] autolearn=ham autolearn_force=no
Authentication-Results: ietfa.amsl.com (amavisd-new); dkim=pass (1024-bit key) header.d=github.com
Received: from mail.ietf.org ([4.31.198.44]) by localhost (ietfa.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id fJkEhuOgpgrv for <quic-issues@ietfa.amsl.com>; Wed,  2 Jan 2019 15:39: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 1D21E124BE5 for <quic-issues@ietf.org>; Wed,  2 Jan 2019 15:39:53 -0800 (PST)
Date: Wed, 02 Jan 2019 15:39:52 -0800
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1546472392; bh=BXJ5aiwQm4bKSAjXVlvVfMHuxfwiRBtJD0GSUX16cdU=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=MBdDtzc8fuzxGtnfH9RW9MiA1uPaSneeDvuSCJhroUiXG5xhrLu/V2MLMueNpqihJ HFCHcBI4t2RwjQgH6SgNoDxNmKUXoSXwU1YqTmyjFMQt7OCB847Bs+IEm6ZjgyD0Mi J9f5sMY+Bf/xT2a7WEJIq0AcBD5/F52X9+AMVhGE=
From: Martin Thomson <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+0166e4ab82f7fea92869823ea24008376c07cbedb840d31292cf0000000118450dc892a169ce1781f912@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/issues/2263/451019198@github.com>
In-Reply-To: <quicwg/base-drafts/issues/2263@github.com>
References: <quicwg/base-drafts/issues/2263@github.com>
Subject: Re: [quicwg/base-drafts] Make ALPN mandatory in QUIC-via-TLS (#2263)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5c2d4bc830ceb_2ad83fee8a4d45b45997c8"; 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/C3Cqt786Ldt_tNNr1dRMbI9OF_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, 02 Jan 2019 23:39:55 -0000

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

The transport doc currently says:

> The cryptographic handshake MUST provide the following properties:
>
> * authenticated negotiation of an application protocol (TLS uses ALPN {{?RFC7301}} for this purpose)

So I think that is fine.  I've opened #2284 to make the ALPN requirement clearer.

As @kazuho says, if you have other means of agreeing on protocol, then you can avoid ALPN.  For instance, a QUIC version that could only be used with one application protocol would be one way.  In the end, you have to be sure that both client and server agree on what protocol they are talking.  I can see how binding to name resolution would work; though I can also see how it might not work (multiple subjectAltNames, failing to communicate SNI properly, coalescing, etc...).

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

<p>The transport doc currently says:</p>
<blockquote>
<p>The cryptographic handshake MUST provide the following properties:</p>=

<ul>
<li>authenticated negotiation of an application protocol (TLS uses ALPN {=
{?RFC7301}} for this purpose)</li>
</ul>
</blockquote>
<p>So I think that is fine.  I've opened <a class=3D"issue-link js-issue-=
link" data-error-text=3D"Failed to load issue title" data-id=3D"395415481=
" data-permission-text=3D"Issue title is private" data-url=3D"https://git=
hub.com/quicwg/base-drafts/issues/2284" data-hovercard-type=3D"pull_reque=
st" data-hovercard-url=3D"/quicwg/base-drafts/pull/2284/hovercard" href=3D=
"https://github.com/quicwg/base-drafts/pull/2284">#2284</a> to make the A=
LPN requirement clearer.</p>
<p>As <a class=3D"user-mention" data-hovercard-type=3D"user" data-hoverca=
rd-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> says, if you have other means of agreeing on protoco=
l, then you can avoid ALPN.  For instance, a QUIC version that could only=
 be used with one application protocol would be one way.  In the end, you=
 have to be sure that both client and server agree on what protocol they =
are talking.  I can see how binding to name resolution would work; though=
 I can also see how it might not work (multiple subjectAltNames, failing =
to communicate SNI properly, coalescing, etc...).</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/2263#issuecomment-451019198">view it on GitHub</a>,=
 or <a href=3D"https://github.com/notifications/unsubscribe-auth/AWbkqyS-=
Bmxhnom9L5luUPrbeClOYA04ks5u_UNIgaJpZM4ZixQs">mute the thread</a>.<img sr=
c=3D"https://github.com/notifications/beacon/AWbkqwjJqeWRcznIWVfmCM-iJXsx=
auM9ks5u_UNIgaJpZM4ZixQs.gif" height=3D"1" width=3D"1" alt=3D"" /></p>
<script type=3D"application/json" data-scope=3D"inboxmarkup">{"api_versio=
n":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name"=
:"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"=
quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"http=
s://github.githubassets.com/images/email/message_cards/header.png","avata=
r_image_url":"https://github.githubassets.com/images/email/message_cards/=
avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/q=
uicwg/base-drafts"}},"updates":{"snippets":[{"icon":"PERSON","message":"@=
martinthomson in #2263: The transport doc currently says:\r\n\r\n\u003e T=
he cryptographic handshake MUST provide the following properties:\r\n\u00=
3e\r\n\u003e * authenticated negotiation of an application protocol (TLS =
uses ALPN {{?RFC7301}} for this purpose)\r\n\r\nSo I think that is fine. =
 I've opened #2284 to make the ALPN requirement clearer.\r\n\r\nAs @kazuh=
o says, if you have other means of agreeing on protocol, then you can avo=
id ALPN.  For instance, a QUIC version that could only be used with one a=
pplication protocol would be one way.  In the end, you have to be sure th=
at both client and server agree on what protocol they are talking.  I can=
 see how binding to name resolution would work; though I can also see how=
 it might not work (multiple subjectAltNames, failing to communicate SNI =
properly, coalescing, etc...)."}],"action":{"name":"View Issue","url":"ht=
tps://github.com/quicwg/base-drafts/issues/2263#issuecomment-451019198"}}=
}</script>
<script type=3D"application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/issues/2263#issuecomment=
-451019198",
"url": "https://github.com/quicwg/base-drafts/issues/2263#issuecomment-45=
1019198",
"name": "View Issue"
},
"description": "View this Issue on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>=

----==_mimepart_5c2d4bc830ceb_2ad83fee8a4d45b45997c8--


From nobody Wed Jan  2 15:42: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 B3C5B12D4F1 for <quic-issues@ietfa.amsl.com>; Wed,  2 Jan 2019 15:42:36 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -8.065
X-Spam-Level: 
X-Spam-Status: No, score=-8.065 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIMWL_WL_HIGH=-0.065, 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_PASS=-0.001] autolearn=ham autolearn_force=no
Authentication-Results: ietfa.amsl.com (amavisd-new); dkim=pass (1024-bit key) header.d=github.com
Received: from mail.ietf.org ([4.31.198.44]) by localhost (ietfa.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 3Kwm4saHxxle for <quic-issues@ietfa.amsl.com>; Wed,  2 Jan 2019 15:42: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 A8422124BE5 for <quic-issues@ietf.org>; Wed,  2 Jan 2019 15:42:34 -0800 (PST)
Date: Wed, 02 Jan 2019 15:42:33 -0800
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1546472553; bh=MGciNhdnjEIgZ4xNbxeucLFF9NfbwdNk2n+gEjF649E=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=G1bHON5pdF+0Zky3a5LPRopG3WQQy9hS4Lm9Qu5621HWQnH/XaaTPpZCT0ZZoa9fo TaDKuniunBQHMCObz7RJRRaeoROfofUT8D3fKku+3oOXqOmLsY5KwqhbRKeSqoAT+T gHboccWcTTodm4d1Z0xDv1H1+KJigB9po4UvP+cM=
From: Lucas Pardue <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+0166e4ab1bdcba957b5f0604120ebd7b8cc55fd8ecf90b0192cf0000000118450e6992a169ce17918fb9@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/pull/2284/c451019657@github.com>
In-Reply-To: <quicwg/base-drafts/pull/2284@github.com>
References: <quicwg/base-drafts/pull/2284@github.com>
Subject: Re: [quicwg/base-drafts] Stronger protocol negotiation requirement (#2284)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5c2d4c69ba0bf_3a953fe802ad45c448841f"; 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/Nup0l8PT96ULdpLNYnSF2h86ic4>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
List-Id: Notification list for GitHub issues related to the QUIC WG <quic-issues.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=unsubscribe>
List-Archive: <https://mailarchive.ietf.org/arch/browse/quic-issues/>
List-Post: <mailto:quic-issues@ietf.org>
List-Help: <mailto:quic-issues-request@ietf.org?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, 02 Jan 2019 23:42:37 -0000

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

Authenticated *application* protocol=0D
=0D
On Wed, 2 Jan 2019, 23:35 Martin Thomson <notifications@github.com wrote:=
=0D
=0D
> The transport already requires that the cryptographic handshake provide=
=0D
> authenticated negotiation of application protocol. However, the TLS doc=
=0D
> was a little weak on whether ALPN should be used. This clears that up.=0D=

>=0D
> Closes #2263 <https://github.com/quicwg/base-drafts/issues/2263>.=0D
> ------------------------------=0D
> You can view, comment on, or merge this pull request online at:=0D
>=0D
>   https://github.com/quicwg/base-drafts/pull/2284=0D
> Commit Summary=0D
>=0D
>    - Stronger protocol negotiation requirement=0D
>=0D
> File Changes=0D
>=0D
>    - *M* draft-ietf-quic-tls.md=0D
>    <https://github.com/quicwg/base-drafts/pull/2284/files#diff-0> (21)=0D=

>=0D
> Patch Links:=0D
>=0D
>    - https://github.com/quicwg/base-drafts/pull/2284.patch=0D
>    - https://github.com/quicwg/base-drafts/pull/2284.diff=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/pull/2284>, or mute the thread=0D=

> <https://github.com/notifications/unsubscribe-auth/AGRFtbkHEXjk4Qk_GE5I=
B6j37iWno7aCks5u_UJfgaJpZM4ZnYap>=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/2284#issuecomment-451019657=

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

Authenticated *application* protocol<br>=0D
<br>=0D
On Wed, 2 Jan 2019, 23:35 Martin Thomson &lt;notifications@github.com wro=
te:<br>=0D
<br>=0D
&gt; The transport already requires that the cryptographic handshake prov=
ide<br>=0D
&gt; authenticated negotiation of application protocol. However, the TLS =
doc<br>=0D
&gt; was a little weak on whether ALPN should be used. This clears that u=
p.<br>=0D
&gt;<br>=0D
&gt; Closes #2263 &lt;https://github.com/quicwg/base-drafts/issues/2263&g=
t;.<br>=0D
&gt; ------------------------------<br>=0D
&gt; You can view, comment on, or merge this pull request online at:<br>=0D=

&gt;<br>=0D
&gt;   https://github.com/quicwg/base-drafts/pull/2284<br>=0D
&gt; Commit Summary<br>=0D
&gt;<br>=0D
&gt;    - Stronger protocol negotiation requirement<br>=0D
&gt;<br>=0D
&gt; File Changes<br>=0D
&gt;<br>=0D
&gt;    - *M* draft-ietf-quic-tls.md<br>=0D
&gt;    &lt;https://github.com/quicwg/base-drafts/pull/2284/files#diff-0&=
gt; (21)<br>=0D
&gt;<br>=0D
&gt; Patch Links:<br>=0D
&gt;<br>=0D
&gt;    - https://github.com/quicwg/base-drafts/pull/2284.patch<br>=0D
&gt;    - https://github.com/quicwg/base-drafts/pull/2284.diff<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/pull/2284&gt;, or mute the=
 thread<br>=0D
&gt; &lt;https://github.com/notifications/unsubscribe-auth/AGRFtbkHEXjk4Q=
k_GE5IB6j37iWno7aCks5u_UJfgaJpZM4ZnYap&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/2284#issuecomment-451019657">view it on GitHub</a>, o=
r <a href=3D"https://github.com/notifications/unsubscribe-auth/AWbkq-m39R=
dRcl9S_Lh1aHCpYSmxz6zFks5u_UPpgaJpZM4ZnYap">mute the thread</a>.<img src=3D=
"https://github.com/notifications/beacon/AWbkq_vrxKHlWwK0JqW0WiBlTiOW95vh=
ks5u_UPpgaJpZM4ZnYap.gif" height=3D"1" width=3D"1" alt=3D"" /></p>=0D
<script type=3D"application/json" data-scope=3D"inboxmarkup">{"api_versio=
n":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name"=
:"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"=
quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"http=
s://github.githubassets.com/images/email/message_cards/header.png","avata=
r_image_url":"https://github.githubassets.com/images/email/message_cards/=
avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/q=
uicwg/base-drafts"}},"updates":{"snippets":[{"icon":"PERSON","message":"@=
LPardue in #2284: Authenticated *application* protocol\n\nOn Wed, 2 Jan 2=
019, 23:35 Martin Thomson \u003cnotifications@github.com wrote:\n\n\u003e=
 The transport already requires that the cryptographic handshake provide\=
n\u003e authenticated negotiation of application protocol. However, the T=
LS doc\n\u003e was a little weak on whether ALPN should be used. This cle=
ars that up.\n\u003e\n\u003e Closes #2263 \u003chttps://github.com/quicwg=
/base-drafts/issues/2263\u003e.\n\u003e ------------------------------\n\=
u003e You can view, comment on, or merge this pull request online at:\n\u=
003e\n\u003e   https://github.com/quicwg/base-drafts/pull/2284\n\u003e Co=
mmit Summary\n\u003e\n\u003e    - Stronger protocol negotiation requireme=
nt\n\u003e\n\u003e File Changes\n\u003e\n\u003e    - *M* draft-ietf-quic-=
tls.md\n\u003e    \u003chttps://github.com/quicwg/base-drafts/pull/2284/f=
iles#diff-0\u003e (21)\n\u003e\n\u003e Patch Links:\n\u003e\n\u003e    - =
https://github.com/quicwg/base-drafts/pull/2284.patch\n\u003e    - https:=
//github.com/quicwg/base-drafts/pull/2284.diff\n\u003e\n\u003e =E2=80=94\=
n\u003e You are receiving this because you are subscribed to this thread.=
\n\u003e Reply to this email directly, view it on GitHub\n\u003e \u003cht=
tps://github.com/quicwg/base-drafts/pull/2284\u003e, or mute the thread\n=
\u003e \u003chttps://github.com/notifications/unsubscribe-auth/AGRFtbkHEX=
jk4Qk_GE5IB6j37iWno7aCks5u_UJfgaJpZM4ZnYap\u003e\n\u003e .\n\u003e\n"}],"=
action":{"name":"View Pull Request","url":"https://github.com/quicwg/base=
-drafts/pull/2284#issuecomment-451019657"}}}</script>=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/2284#issuecomment-4=
51019657",=0D
"url": "https://github.com/quicwg/base-drafts/pull/2284#issuecomment-4510=
19657",=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_5c2d4c69ba0bf_3a953fe802ad45c448841f--


From nobody Wed Jan  2 15:43: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 B166A130E11 for <quic-issues@ietfa.amsl.com>; Wed,  2 Jan 2019 15:43:47 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -6.447
X-Spam-Level: 
X-Spam-Status: No, score=-6.447 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIMWL_WL_HIGH=-0.065, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, HTML_IMAGE_ONLY_24=1.618, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-1, RCVD_IN_DNSWL_HI=-5, SPF_PASS=-0.001] autolearn=ham autolearn_force=no
Authentication-Results: ietfa.amsl.com (amavisd-new); dkim=pass (1024-bit key) header.d=github.com
Received: from mail.ietf.org ([4.31.198.44]) by localhost (ietfa.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id ffGXloe_wMtJ for <quic-issues@ietfa.amsl.com>; Wed,  2 Jan 2019 15:43: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 37E9F124BE5 for <quic-issues@ietf.org>; Wed,  2 Jan 2019 15:43:45 -0800 (PST)
Date: Wed, 02 Jan 2019 15:43:44 -0800
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1546472624; bh=OGD3X+D04ulfuZ+HlSonVBVPqwm5Gc06BeodDhX4SYM=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=x1U0vsPGZnv7kyf/wRe0cuTagcysVHORJIWC5QyBM8ryrrktqerTd6f+HmlHYxqf7 IJzzFncUEa19cpE5xzR2pl9Dn543QeyxIOlb6aSjCCx8bCPvguZ58+ZOEIQy9jsDqM QdW92jYMfG04OWsf7jmpLM127X5VorHwyEQgXTPw=
From: Martin Thomson <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+0166e4ab8237b7d9264e9d50aad0b4c7b4214038c6c8059c92cf0000000118450eb092a169ce17914056@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/issues/2283/451019848@github.com>
In-Reply-To: <quicwg/base-drafts/issues/2283@github.com>
References: <quicwg/base-drafts/issues/2283@github.com>
Subject: Re: [quicwg/base-drafts] STOP_SENDING is not depicted in the send FSM (#2283)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5c2d4cb065629_9c03f9fbacd45bc28664d"; 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/gQv9ALvHL_Jp5EXqNQwoAZUGSgk>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
List-Id: Notification list for GitHub issues related to the QUIC WG <quic-issues.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=unsubscribe>
List-Archive: <https://mailarchive.ietf.org/arch/browse/quic-issues/>
List-Post: <mailto:quic-issues@ietf.org>
List-Help: <mailto:quic-issues-request@ietf.org?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, 02 Jan 2019 23:43:48 -0000

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

STOP_SENDING has no direct effect on the stream states.  Its omission was intentional.  That it triggers a the sending of RESET_STREAM is an indirect effect.  It's the RESET_STREAM that acts on the 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/2283#issuecomment-451019848
----==_mimepart_5c2d4cb065629_9c03f9fbacd45bc28664d
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

<p>STOP_SENDING has no direct effect on the stream states.  Its omission was intentional.  That it triggers a the sending of RESET_STREAM is an indirect effect.  It's the RESET_STREAM that acts on the 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/2283#issuecomment-451019848">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AWbkqzRwnDywZZgZFw3mpTTay9xDb753ks5u_UQwgaJpZM4ZnSzm">mute the thread</a>.<img src="https://github.com/notifications/beacon/AWbkqyE92KEkx6aEPdmewzCdi1SJ0joEks5u_UQwgaJpZM4ZnSzm.gif" height="1" width="1" alt="" /></p>
<script type="application/json" data-scope="inboxmarkup">{"api_version":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name":"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"https://github.githubassets.com/images/email/message_cards/header.png","avatar_image_url":"https://github.githubassets.com/images/email/message_cards/avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/quicwg/base-drafts"}},"updates":{"snippets":[{"icon":"PERSON","message":"@martinthomson in #2283: STOP_SENDING has no direct effect on the stream states.  Its omission was intentional.  That it triggers a the sending of RESET_STREAM is an indirect effect.  It's the RESET_STREAM that acts on the state."}],"action":{"name":"View Issue","url":"https://github.com/quicwg/base-drafts/issues/2283#issuecomment-451019848"}}}</script>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/issues/2283#issuecomment-451019848",
"url": "https://github.com/quicwg/base-drafts/issues/2283#issuecomment-451019848",
"name": "View Issue"
},
"description": "View this Issue on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>
----==_mimepart_5c2d4cb065629_9c03f9fbacd45bc28664d--


From nobody Wed Jan  2 16:32: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 CAB20130F97 for <quic-issues@ietfa.amsl.com>; Wed,  2 Jan 2019 16:32:57 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -8.064
X-Spam-Level: 
X-Spam-Status: No, score=-8.064 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIMWL_WL_HIGH=-0.065, 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_PASS=-0.001] autolearn=ham autolearn_force=no
Authentication-Results: ietfa.amsl.com (amavisd-new); dkim=pass (1024-bit key) header.d=github.com
Received: from mail.ietf.org ([4.31.198.44]) by localhost (ietfa.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 9ZyxwbH-ZA-R for <quic-issues@ietfa.amsl.com>; Wed,  2 Jan 2019 16:32: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 13238130F6D for <quic-issues@ietf.org>; Wed,  2 Jan 2019 16:32:55 -0800 (PST)
Date: Wed, 02 Jan 2019 16:32:53 -0800
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1546475573; bh=Gjji0jgCrVvw5PsYcyb0D1V/dek4H48qUnxutB2Guew=; h=Date:From:Reply-To:To:Cc:Subject:List-ID:List-Archive:List-Post: List-Unsubscribe:From; b=1EY0KXkTvJrlbsdIYPEJCvPDhoh2waM/mzKXHy3+lQdPQbH+XsevEmPLeu2f0uX5Z KAw1jnQyqZqZVMBjAs3jj6qNuDynOLemHBsOFrhfzy5OM1q+HmYVclogLagadFcwWx fp1T024qS9TEKOV88tncQME4s+vs3KLnYK7G+J+8=
From: Kazuho Oku <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+0166e4ab616a08cc3db274faa5d0e4c439287e6da4f2335b92cf0000000118451a3592a169ce1791b3a4@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/pull/2285@github.com>
Subject: [quicwg/base-drafts] Rename Final Offset to Final Size (#2285)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5c2d5835cc442_5cdc3fa3d0ad45b8207cd"; 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/0_vqYCfOGAWxlIMymSUt31s3b00>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
List-Id: Notification list for GitHub issues related to the QUIC WG <quic-issues.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=unsubscribe>
List-Archive: <https://mailarchive.ietf.org/arch/browse/quic-issues/>
List-Post: <mailto:quic-issues@ietf.org>
List-Help: <mailto:quic-issues-request@ietf.org?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, 03 Jan 2019 00:32:58 -0000

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

Use "final size" instead of "final offset", because the latter is ambiguous. Closes #2262.
You can view, comment on, or merge this pull request online at:

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

-- Commit Summary --

  * s/final offset/final size/g

-- File Changes --

    M draft-ietf-quic-transport.md (63)

-- Patch Links --

https://github.com/quicwg/base-drafts/pull/2285.patch
https://github.com/quicwg/base-drafts/pull/2285.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/2285

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

<p>Use "final size" instead of "final offset", because the latter is ambiguous. <span class="issue-keyword tooltipped tooltipped-se" aria-label="This pull request closes issue #2262.">Closes</span> <a class="issue-link js-issue-link" data-error-text="Failed to load issue title" data-id="394269796" data-permission-text="Issue title is private" data-url="https://github.com/quicwg/base-drafts/issues/2262" data-hovercard-type="issue" data-hovercard-url="/quicwg/base-drafts/issues/2262/hovercard" href="https://github.com/quicwg/base-drafts/issues/2262">#2262</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/2285'>https://github.com/quicwg/base-drafts/pull/2285</a></p>

<h4>Commit Summary</h4>
<ul>
  <li>s/final offset/final size/g</li>
</ul>

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

<h4>Patch Links:</h4>
<ul>
  <li><a href='https://github.com/quicwg/base-drafts/pull/2285.patch'>https://github.com/quicwg/base-drafts/pull/2285.patch</a></li>
  <li><a href='https://github.com/quicwg/base-drafts/pull/2285.diff'>https://github.com/quicwg/base-drafts/pull/2285.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/2285">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AWbkq30rBR9kF-4zW3wHoT6ZS4QcQIxzks5u_U-1gaJpZM4Zna81">mute the thread</a>.<img src="https://github.com/notifications/beacon/AWbkqyJlzGIrN1pep3VhidLs7craUBwVks5u_U-1gaJpZM4Zna81.gif" height="1" width="1" alt="" /></p>
<script type="application/json" data-scope="inboxmarkup">{"api_version":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name":"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"https://github.githubassets.com/images/email/message_cards/header.png","avatar_image_url":"https://github.githubassets.com/images/email/message_cards/avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/quicwg/base-drafts"}},"updates":{"snippets":[{"icon":"DESCRIPTION","message":"Rename Final Offset to Final Size (#2285)"}],"action":{"name":"View Pull Request","url":"https://github.com/quicwg/base-drafts/pull/2285"}}}</script>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/pull/2285",
"url": "https://github.com/quicwg/base-drafts/pull/2285",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>

----==_mimepart_5c2d5835cc442_5cdc3fa3d0ad45b8207cd--


From nobody Wed Jan  2 16:38: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 A87CF12D4EB for <quic-issues@ietfa.amsl.com>; Wed,  2 Jan 2019 16:38:51 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -6.66
X-Spam-Level: 
X-Spam-Status: No, score=-6.66 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIMWL_WL_HIGH=-0.065, 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_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 J5azBTCj05zW for <quic-issues@ietfa.amsl.com>; Wed,  2 Jan 2019 16:38:50 -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 4CFE41200D7 for <quic-issues@ietf.org>; Wed,  2 Jan 2019 16:38:50 -0800 (PST)
Date: Wed, 02 Jan 2019 16:38:49 -0800
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1546475929; bh=4CgKg1RE+CQE2poofv4EwyXtAwAhdbsoN2DWXDi6uX8=; h=Date:From:Reply-To:To:Cc:Subject:List-ID:List-Archive:List-Post: List-Unsubscribe:From; b=p+tx7cfSJYVRdrJM0LPHlv9udiYhsAusnZAMl72aZGvhGMRbCQMOEEWL+4+cA8UiQ KD4oijAejKCprUXhu2cAAl1VC6u8rqOjg3YGFNFbSOKfF07IqDhdz8Qe3NdMmm9liy gMM88brtq78fndy+oKEwy7p58h6p5ouLen6NsZmg=
From: Kazuho Oku <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+0166e4ab59067f1d518ac56c8bb05e12bd0eb3ccfe78cff792cf0000000118451b9992a169ce1791b70f@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/pull/2286@github.com>
Subject: [quicwg/base-drafts] Incoming unidirectional stream cannot be reset (#2286)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5c2d599964811_50823fb3e80d45b810581f"; 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/-kPga34LPxR4ZlEHZeZ-ix6grBg>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
List-Id: Notification list for GitHub issues related to the QUIC WG <quic-issues.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=unsubscribe>
List-Archive: <https://mailarchive.ietf.org/arch/browse/quic-issues/>
List-Post: <mailto:quic-issues@ietf.org>
List-Help: <mailto:quic-issues-request@ietf.org?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, 03 Jan 2019 00:38:52 -0000

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

I think the text is a leftover from time before we introduced STOP_SENDING.
You can view, comment on, or merge this pull request online at:

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

-- Commit Summary --

  * it is no longer possible send a RESET_STREAM frame for an incoming unidirectional stream

-- File Changes --

    M draft-ietf-quic-transport.md (3)

-- Patch Links --

https://github.com/quicwg/base-drafts/pull/2286.patch
https://github.com/quicwg/base-drafts/pull/2286.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/2286

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

<p>I think the text is a leftover from time before we introduced STOP_SENDING.</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/2286'>https://github.com/quicwg/base-drafts/pull/2286</a></p>

<h4>Commit Summary</h4>
<ul>
  <li>it is no longer possible send a RESET_STREAM frame for an incoming unidirectional stream</li>
</ul>

<h4>File Changes</h4>
<ul>
  <li>
    <strong>M</strong>
    <a href="https://github.com/quicwg/base-drafts/pull/2286/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/2286.patch'>https://github.com/quicwg/base-drafts/pull/2286.patch</a></li>
  <li><a href='https://github.com/quicwg/base-drafts/pull/2286.diff'>https://github.com/quicwg/base-drafts/pull/2286.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/2286">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AWbkqzks7iOu2gRvrszE3meYSeRU4ei8ks5u_VEZgaJpZM4ZnbMJ">mute the thread</a>.<img src="https://github.com/notifications/beacon/AWbkq9eBb5sALVAt_Yn8j6zZzCbbnj5wks5u_VEZgaJpZM4ZnbMJ.gif" height="1" width="1" alt="" /></p>
<script type="application/json" data-scope="inboxmarkup">{"api_version":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name":"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"https://github.githubassets.com/images/email/message_cards/header.png","avatar_image_url":"https://github.githubassets.com/images/email/message_cards/avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/quicwg/base-drafts"}},"updates":{"snippets":[{"icon":"DESCRIPTION","message":"Incoming unidirectional stream cannot be reset (#2286)"}],"action":{"name":"View Pull Request","url":"https://github.com/quicwg/base-drafts/pull/2286"}}}</script>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/pull/2286",
"url": "https://github.com/quicwg/base-drafts/pull/2286",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>

----==_mimepart_5c2d599964811_50823fb3e80d45b810581f--


From nobody Wed Jan  2 16:42: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 C86FC12D4F1 for <quic-issues@ietfa.amsl.com>; Wed,  2 Jan 2019 16:42:38 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -8.064
X-Spam-Level: 
X-Spam-Status: No, score=-8.064 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIMWL_WL_HIGH=-0.065, 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_PASS=-0.001] autolearn=ham autolearn_force=no
Authentication-Results: ietfa.amsl.com (amavisd-new); dkim=pass (1024-bit key) header.d=github.com
Received: from mail.ietf.org ([4.31.198.44]) by localhost (ietfa.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id I0b-OuV-7a8J for <quic-issues@ietfa.amsl.com>; Wed,  2 Jan 2019 16:42: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 048AC12D4EB for <quic-issues@ietf.org>; Wed,  2 Jan 2019 16:42:37 -0800 (PST)
Date: Wed, 02 Jan 2019 16:42:36 -0800
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1546476156; bh=C3NTAqBMKTAK3HjRjzOowLQIB7hBTAiLoYUWFN7sgqI=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=QXqW4qWfAcSnerZAoyhOQwSV6kF7bqhuErn0u0wLz4wt9NYxJ3x2qJ0ZUc3h4/mnE 2Kl5r4oQJkt2z3ysN91iDovpGZ9CFbDxixKJngQaAFMmV23wPuLqeqhFLoocN5ctdz X4W1TE/0eW3MTW0/F9JRH5DbiypQZ9nUOZ4VN6zY=
From: Kazuho Oku <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+0166e4abd1371d4dd698c0fbed48f9428f751a065d102daf92cf0000000118451c7c92a169ce1791b3a4@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/pull/2285/review/188877667@github.com>
In-Reply-To: <quicwg/base-drafts/pull/2285@github.com>
References: <quicwg/base-drafts/pull/2285@github.com>
Subject: Re: [quicwg/base-drafts] Rename Final Offset to Final Size (#2285)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5c2d5a7c360ee_505a3fb3e80d45b8114895"; 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/UoyEczrqbYbuMATIxfEvdu3F9vg>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
List-Id: Notification list for GitHub issues related to the QUIC WG <quic-issues.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=unsubscribe>
List-Archive: <https://mailarchive.ietf.org/arch/browse/quic-issues/>
List-Post: <mailto:quic-issues@ietf.org>
List-Help: <mailto:quic-issues-request@ietf.org?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, 03 Jan 2019 00:42:39 -0000

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

kazuho commented on this pull request.



>  
-The final offset is the count of the number of bytes that are transmitted on a
-stream.  For a stream that is reset, the final offset is carried explicitly in a
-RESET_STREAM frame.  Otherwise, the final offset is the offset of the end of the
-data carried in a STREAM frame marked with a FIN flag, or 0 in the case of
-incoming unidirectional streams.
+The final size is the amount of data that is transmitted on a stream.  For a
+stream that is reset, the final size is carried explicitly in a RESET_STREAM
+frame.  Otherwise, the final size is the offset plus the length of a STREAM
+frame marked with a FIN flag, or 0 in the case of incoming unidirectional
+streams.

I think that the current draft is incorrectly referring to incoming unidirectional streams; see #2286.

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/quicwg/base-drafts/pull/2285#pullrequestreview-188877667
----==_mimepart_5c2d5a7c360ee_505a3fb3e80d45b8114895
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/2285#discussion_r244893910">draft-ietf-quic-transport.md</a>:</p>
<pre style='color:#555'>&gt;  
-The final offset is the count of the number of bytes that are transmitted on a
-stream.  For a stream that is reset, the final offset is carried explicitly in a
-RESET_STREAM frame.  Otherwise, the final offset is the offset of the end of the
-data carried in a STREAM frame marked with a FIN flag, or 0 in the case of
-incoming unidirectional streams.
+The final size is the amount of data that is transmitted on a stream.  For a
+stream that is reset, the final size is carried explicitly in a RESET_STREAM
+frame.  Otherwise, the final size is the offset plus the length of a STREAM
+frame marked with a FIN flag, or 0 in the case of incoming unidirectional
+streams.
</pre>
<p>I think that the current draft is incorrectly referring to incoming unidirectional streams; see <a class="issue-link js-issue-link" data-error-text="Failed to load issue title" data-id="395425551" data-permission-text="Issue title is private" data-url="https://github.com/quicwg/base-drafts/issues/2286" data-hovercard-type="pull_request" data-hovercard-url="/quicwg/base-drafts/pull/2286/hovercard" href="https://github.com/quicwg/base-drafts/pull/2286">#2286</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/2285#pullrequestreview-188877667">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AWbkq1mZZnvUtSrt5wtMRYkiscoWLWH4ks5u_VH8gaJpZM4Zna81">mute the thread</a>.<img src="https://github.com/notifications/beacon/AWbkq6pd5Lx8IkEedoziOmioN32NPxQjks5u_VH8gaJpZM4Zna81.gif" height="1" width="1" alt="" /></p>
<script type="application/json" data-scope="inboxmarkup">{"api_version":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name":"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"https://github.githubassets.com/images/email/message_cards/header.png","avatar_image_url":"https://github.githubassets.com/images/email/message_cards/avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/quicwg/base-drafts"}},"updates":{"snippets":[{"icon":"PERSON","message":"@kazuho commented on #2285"}],"action":{"name":"View Pull Request","url":"https://github.com/quicwg/base-drafts/pull/2285#pullrequestreview-188877667"}}}</script>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/pull/2285#pullrequestreview-188877667",
"url": "https://github.com/quicwg/base-drafts/pull/2285#pullrequestreview-188877667",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>
----==_mimepart_5c2d5a7c360ee_505a3fb3e80d45b8114895--


From nobody Wed Jan  2 16: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 C6EF3130DC8 for <quic-issues@ietfa.amsl.com>; Wed,  2 Jan 2019 16:43:33 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -6.447
X-Spam-Level: 
X-Spam-Status: No, score=-6.447 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIMWL_WL_HIGH=-0.065, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, HTML_IMAGE_ONLY_24=1.618, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-1, RCVD_IN_DNSWL_HI=-5, SPF_PASS=-0.001] autolearn=ham autolearn_force=no
Authentication-Results: ietfa.amsl.com (amavisd-new); dkim=pass (1024-bit key) header.d=github.com
Received: from mail.ietf.org ([4.31.198.44]) by localhost (ietfa.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id IsK_x5VlUoUG for <quic-issues@ietfa.amsl.com>; Wed,  2 Jan 2019 16:43: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 0378C1200D7 for <quic-issues@ietf.org>; Wed,  2 Jan 2019 16:43:32 -0800 (PST)
Date: Wed, 02 Jan 2019 16:43:31 -0800
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1546476211; bh=NDBzhuCx2hGM7HxZbDN3yM4Zd6FRJcsvnOqA/zGNgHs=; h=Date:From:Reply-To:To:Cc:Subject:List-ID:List-Archive:List-Post: List-Unsubscribe:From; b=2BFl1rnAlfreD3DXoklRH3VxGNZXQgcbNYL5ySssL/LcploYxo89dueCQkTX05B1e 32y+kIn3Dk/oLa9KmPNSs+2A3zsS7hixp169q8B6Loexw+dHVKeR7rQZD8aYKnIdkH Lj1V+2qPFhe2M2fpkfX3xk3FCF2Yvbaw2KEGZ05Q=
From: Vidhi Goel <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+0166e4abe452b70a16d17852bcca430403b475c68a51d71492cf0000000118451cb392a169ce1791b9f5@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/issues/2287@github.com>
Subject: [quicwg/base-drafts] Minor typo in Transport Parameters (#2287)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5c2d5ab354423_64ca3fe06c6d45c0219158"; 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/E5bLXRunvkB5zMEkUk5TxaxEKak>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
List-Id: Notification list for GitHub issues related to the QUIC WG <quic-issues.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=unsubscribe>
List-Archive: <https://mailarchive.ietf.org/arch/browse/quic-issues/>
List-Post: <mailto:quic-issues@ietf.org>
List-Help: <mailto:quic-issues-request@ietf.org?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, 03 Jan 2019 00:43:34 -0000

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

Quoted from draft 17, 

> initial_max_stream_data_uni (0x0007):  This parameter is an integer
      value specifying the initial flow control limit for unidirectional
      streams.  This limit applies to newly created bidirectional
      streams

It should be - This limit applies to newly created unidirectional...

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

<p>Quoted from draft 17,</p>
<blockquote>
<p>initial_max_stream_data_uni (0x0007):  This parameter is an integer<br>
value specifying the initial flow control limit for unidirectional<br>
streams.  This limit applies to newly created bidirectional<br>
streams</p>
</blockquote>
<p>It should be - This limit applies to newly created unidirectional...</p>

<p style="font-size:small;-webkit-text-size-adjust:none;color:#666;">&mdash;<br />You are receiving this because you are subscribed to this thread.<br />Reply to this email directly, <a href="https://github.com/quicwg/base-drafts/issues/2287">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AWbkq9CGjx0wIYr5Qr9PFxq7OegJvEzzks5u_VIzgaJpZM4ZnbZB">mute the thread</a>.<img src="https://github.com/notifications/beacon/AWbkq68HVLVCx9w0wcCM46XmnM2OYL2Hks5u_VIzgaJpZM4ZnbZB.gif" height="1" width="1" alt="" /></p>
<script type="application/json" data-scope="inboxmarkup">{"api_version":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name":"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"https://github.githubassets.com/images/email/message_cards/header.png","avatar_image_url":"https://github.githubassets.com/images/email/message_cards/avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/quicwg/base-drafts"}},"updates":{"snippets":[{"icon":"DESCRIPTION","message":"Minor typo in Transport Parameters (#2287)"}],"action":{"name":"View Issue","url":"https://github.com/quicwg/base-drafts/issues/2287"}}}</script>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/issues/2287",
"url": "https://github.com/quicwg/base-drafts/issues/2287",
"name": "View Issue"
},
"description": "View this Issue on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>
----==_mimepart_5c2d5ab354423_64ca3fe06c6d45c0219158--


From nobody Wed Jan  2 16:51:51 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 45D7912D4EB for <quic-issues@ietfa.amsl.com>; Wed,  2 Jan 2019 16:51:49 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -1.447
X-Spam-Level: 
X-Spam-Status: No, score=-1.447 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIMWL_WL_HIGH=-0.065, DKIM_SIGNED=0.1, DKIM_VALID=-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_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 byHBqOefT45L for <quic-issues@ietfa.amsl.com>; Wed,  2 Jan 2019 16:51:48 -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 C9DEE128766 for <quic-issues@ietf.org>; Wed,  2 Jan 2019 16:51:47 -0800 (PST)
DKIM-Signature: v=1; a=rsa-sha1; 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=M/GGAqL2MFVKZcxb2fKTQgt1jMw=; b=jIB9eJLglhv82WR2 Fg3BWi2spPcuOSAyKZWMm3x/hzf8f5nSRX2EeHYdwI2pzB/FuE/ke1CLbyg6B9H5 f26Af7lKZG5No+uPISIQ2ZrKtAk4lQ4mwoZNDBb6s9WuFS7fpEG3tgK3jTpweOwa bZfgRVAcDmn9OWqqz6FL2G49ac8=
Received: by filter0968p1las1.sendgrid.net with SMTP id filter0968p1las1-10674-5C2D5CA2-B 2019-01-03 00:51:46.237993713 +0000 UTC m=+386503.874154164
Received: from github-lowworker-c7d2ff2.cp1-iad.github.net (unknown [192.30.252.32]) by ismtpd0038p1mdw1.sendgrid.net (SG) with ESMTP id Ekwu3Y6XRk2G4Aalcjm_Jg for <quic-issues@ietf.org>; Thu, 03 Jan 2019 00:51:46.032 +0000 (UTC)
Received: from github.com (localhost [127.0.0.1]) by github-lowworker-c7d2ff2.cp1-iad.github.net (Postfix) with ESMTP id EFC844C045B for <quic-issues@ietf.org>; Wed,  2 Jan 2019 16:51:45 -0800 (PST)
Date: Thu, 03 Jan 2019 00:51:46 +0000 (UTC)
From: Kazuho Oku <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+0166e4ab995703040cba807582afb0b1d70429b5d0f178ad92cf0000000118451ea192a169ce17801464@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/issues/2262/451030499@github.com>
In-Reply-To: <quicwg/base-drafts/issues/2262@github.com>
References: <quicwg/base-drafts/issues/2262@github.com>
Subject: Re: [quicwg/base-drafts] RESET_STREAM.final_offset is ambiguous (#2262)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5c2d5ca1eda64_64b53fe06c6d45c0317ab"; 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: l64QuQ2uJCcEyUykJbxN122A6QRmEpucztpreh3Pak0ZHFtwj6c3Bh20/9ktbV0L1SkKXv69KpwLJy RlMcwUkj/mQd55tjxNsJbozsbB7cqCJrEIOrsANHwhCGY/CpaM+XPwNvUdFQZYxKpUqOOdG4wcs2wV N1Y2TuTV6rkp38ms6Qt7AG5FQu4/3YgV0kx/ETjwoUghAix/V+txcKs2BDr9rKRq1YP/V15xGfAD8k o=
Archived-At: <https://mailarchive.ietf.org/arch/msg/quic-issues/dPVCp-9kiXgAcv2JxlvtGLjAgX4>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
List-Id: Notification list for GitHub issues related to the QUIC WG <quic-issues.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=unsubscribe>
List-Archive: <https://mailarchive.ietf.org/arch/browse/quic-issues/>
List-Post: <mailto:quic-issues@ietf.org>
List-Help: <mailto:quic-issues-request@ietf.org?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, 03 Jan 2019 00:51:49 -0000

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

What @martinthomson says.

Anyways, I've went with "Final Size", because I did not see any reason to change the word "final." I think that just changing "offset" to "size" fixes the 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/2262#issuecomment-451030499
----==_mimepart_5c2d5ca1eda64_64b53fe06c6d45c0317ab
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

<p>What <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> says.</p>
<p>Anyways, I've went with "Final Size", because I did not see any reason to change the word "final." I think that just changing "offset" to "size" fixes the 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/2262#issuecomment-451030499">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AWbkqxkgRdSFQfvwuyMa9q2V0elTOLe9ks5u_VQhgaJpZM4ZiNzp">mute the thread</a>.<img src="https://github.com/notifications/beacon/AWbkqyVB_b8St3Lyyq7NsCjgem0RPN1Jks5u_VQhgaJpZM4ZiNzp.gif" height="1" width="1" alt="" /></p>
<script type="application/json" data-scope="inboxmarkup">{"api_version":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name":"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"https://github.githubassets.com/images/email/message_cards/header.png","avatar_image_url":"https://github.githubassets.com/images/email/message_cards/avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/quicwg/base-drafts"}},"updates":{"snippets":[{"icon":"PERSON","message":"@kazuho in #2262: What @martinthomson says.\r\n\r\nAnyways, I've went with \"Final Size\", because I did not see any reason to change the word \"final.\" I think that just changing \"offset\" to \"size\" fixes the issue."}],"action":{"name":"View Issue","url":"https://github.com/quicwg/base-drafts/issues/2262#issuecomment-451030499"}}}</script>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/issues/2262#issuecomment-451030499",
"url": "https://github.com/quicwg/base-drafts/issues/2262#issuecomment-451030499",
"name": "View Issue"
},
"description": "View this Issue on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>
----==_mimepart_5c2d5ca1eda64_64b53fe06c6d45c0317ab--


From nobody Wed Jan  2 17:08: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 64235130F6D for <quic-issues@ietfa.amsl.com>; Wed,  2 Jan 2019 17:08:24 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -6.66
X-Spam-Level: 
X-Spam-Status: No, score=-6.66 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIMWL_WL_HIGH=-0.065, 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_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 NXIvOT9JF6Ka for <quic-issues@ietfa.amsl.com>; Wed,  2 Jan 2019 17:08: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 EF3DC128CF3 for <quic-issues@ietf.org>; Wed,  2 Jan 2019 17:08:22 -0800 (PST)
Date: Wed, 02 Jan 2019 17:08:22 -0800
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1546477702; bh=rK4Lu5/xefVFf6o/9l/qKFNXU4psPri0AEynmcFgvU8=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=mujblV32K7q239K+clO2HqbRTmrSnWkxN5SpXRA+kYODs//JZcaz0EJb2GtIbF3UZ QmoGtbBz8tMCvNTQGhgSNPrZaPCBpGBfmHH3kPzDiHB2G8WC3lcAlad1gH5HwMy6a2 LvLMLp8aNjsriTK6/TLQtUkJzExwE79vXpCVGVfU=
From: Kazuho Oku <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+0166e4abc921103a2dc92c32cbf329f7f3806964dcb8155e92cf000000011845228692a169ce1770e975@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/pull/2237/c451032746@github.com>
In-Reply-To: <quicwg/base-drafts/pull/2237@github.com>
References: <quicwg/base-drafts/pull/2237@github.com>
Subject: Re: [quicwg/base-drafts] Rework Key Update (#2237)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5c2d608625601_25793fad27ad45bc183587"; 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/N7Ub08pK1Cb1a8mETjvZWiMD1LI>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
List-Id: Notification list for GitHub issues related to the QUIC WG <quic-issues.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=unsubscribe>
List-Archive: <https://mailarchive.ietf.org/arch/browse/quic-issues/>
List-Post: <mailto:quic-issues@ietf.org>
List-Help: <mailto:quic-issues-request@ietf.org?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, 03 Jan 2019 01:08:24 -0000

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

FWIW, I *do* want to block key updates for a short while after establishing a connection, until the 0-RTT ingress key is retired.

Because then, we will have the guarantee that any incoming packet (unless severely outdated) can be decrypted just by retaining two decryption keys for the "application data space" (see https://quicwg.org/base-drafts/draft-ietf-quic-transport.html#rfc.section.12.3) at any given time.

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

<p>FWIW, I <em>do</em> want to block key updates for a short while after =
establishing a connection, until the 0-RTT ingress key is retired.</p>
<p>Because then, we will have the guarantee that any incoming packet (unl=
ess severely outdated) can be decrypted just by retaining two decryption =
keys for the "application data space" (see <a href=3D"https://quicwg.org/=
base-drafts/draft-ietf-quic-transport.html#rfc.section.12.3" rel=3D"nofol=
low">https://quicwg.org/base-drafts/draft-ietf-quic-transport.html#rfc.se=
ction.12.3</a>) at any given time.</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/pull/2237#issuecomment-451032746">view it on GitHub</a>, o=
r <a href=3D"https://github.com/notifications/unsubscribe-auth/AWbkqzw3se=
nqAjq3PLvPZgzyyXiufBlWks5u_VgGgaJpZM4ZdMPV">mute the thread</a>.<img src=3D=
"https://github.com/notifications/beacon/AWbkqzfYIWI-c9VM1dZUKzQi23YTBMTc=
ks5u_VgGgaJpZM4ZdMPV.gif" height=3D"1" width=3D"1" alt=3D"" /></p>
<script type=3D"application/json" data-scope=3D"inboxmarkup">{"api_versio=
n":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name"=
:"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"=
quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"http=
s://github.githubassets.com/images/email/message_cards/header.png","avata=
r_image_url":"https://github.githubassets.com/images/email/message_cards/=
avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/q=
uicwg/base-drafts"}},"updates":{"snippets":[{"icon":"PERSON","message":"@=
kazuho in #2237: FWIW, I *do* want to block key updates for a short while=
 after establishing a connection, until the 0-RTT ingress key is retired.=
\r\n\r\nBecause then, we will have the guarantee that any incoming packet=
 (unless severely outdated) can be decrypted just by retaining two decryp=
tion keys for the \"application data space\" (see https://quicwg.org/base=
-drafts/draft-ietf-quic-transport.html#rfc.section.12.3) at any given tim=
e."}],"action":{"name":"View Pull Request","url":"https://github.com/quic=
wg/base-drafts/pull/2237#issuecomment-451032746"}}}</script>
<script type=3D"application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/pull/2237#issuecomment-4=
51032746",
"url": "https://github.com/quicwg/base-drafts/pull/2237#issuecomment-4510=
32746",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>=

----==_mimepart_5c2d608625601_25793fad27ad45bc183587--


From nobody Wed Jan  2 18:50:41 2019
Return-Path: <bounce+565321.40f-quic-issues=ietf.org@github.com>
X-Original-To: quic-issues@ietfa.amsl.com
Delivered-To: quic-issues@ietfa.amsl.com
Received: from localhost (localhost [127.0.0.1]) by ietfa.amsl.com (Postfix) with ESMTP id D8FCE131004 for <quic-issues@ietfa.amsl.com>; Wed,  2 Jan 2019 18:50:38 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -1.964
X-Spam-Level: 
X-Spam-Status: No, score=-1.964 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIMWL_WL_HIGH=-0.065, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, HEADER_FROM_DIFFERENT_DOMAINS=0.001, RCVD_IN_DNSWL_NONE=-0.0001, SPF_PASS=-0.001, URIBL_BLOCKED=0.001] autolearn=ham autolearn_force=no
Authentication-Results: ietfa.amsl.com (amavisd-new); dkim=pass (1024-bit key) header.d=github.com
Received: from mail.ietf.org ([4.31.198.44]) by localhost (ietfa.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id q8Oun0ldN3Uu for <quic-issues@ietfa.amsl.com>; Wed,  2 Jan 2019 18:50:37 -0800 (PST)
Received: from m71-131.mailgun.net (m71-131.mailgun.net [166.78.71.131]) (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 D4F76130E3F for <quic-issues@ietf.org>; Wed,  2 Jan 2019 18:50:36 -0800 (PST)
DKIM-Signature: a=rsa-sha256; v=1; c=relaxed/relaxed; d=github.com; q=dns/txt;  s=mailo; t=1546483836; h=Content-Transfer-Encoding: Content-Type: Mime-Version: Subject: Message-ID: To: Reply-To: From: Date: Sender; bh=sPlqTlVjstUWEtuuma/RNlBGfwxPC6GnItpLY3vLM6s=; b=A/YL9wCQE+mauXci6PHdvn6imcJIGk5R+DZbCKLh6cYQR3g3WOthuOJXGQpzUGvqDzRVV7ql aPyeDfry4BT7oN694lBqjmkkUkxsVky/L478WkrRfsy4Nu0v1Fr8rkNVXtUXAtfbo8ctti/A V+yxtZKJP0Vrh0Q+IoHovlhn16Y=
X-Mailgun-Sending-Ip: 166.78.71.131
X-Mailgun-Sid: WyJhNzYyYiIsICJxdWljLWlzc3Vlc0BpZXRmLm9yZyIsICI0MGYiXQ==
Sender: mt=lowentropy.net@github.com
Received: from github.com (Unknown [192.30.252.44]) by mxa.mailgun.org with ESMTP id 5c2d787b.7f37cd9dd510-smtp-out-n01; Thu, 03 Jan 2019 02:50:35 -0000 (UTC)
Date: Wed, 02 Jan 2019 18:50:34 -0800
From: Martin Thomson <mt@lowentropy.net>
Reply-To: Martin Thomson <mt@lowentropy.net>
To: quic-issues@ietf.org
Message-ID: <5c2d787a54fc1_41b72ad722728584127156@hookshot-fe-6e9b612.cp1-iad.github.net.mail>
Subject: [quicwg/base-drafts] 731301: it is no longer possible send a RESET_STREAM frame...
Mime-Version: 1.0
Content-Type: multipart/mixed; boundary="--==_mimepart_5c2d787a54bbc_41b72ad7227285841270a1"; charset=UTF-8
Content-Transfer-Encoding: 7bit
Archived-At: <https://mailarchive.ietf.org/arch/msg/quic-issues/Da7Tjp89wnHdrbmoCgCkJmYmlrE>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
Precedence: list
List-Id: Notification list for GitHub issues related to the QUIC WG <quic-issues.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=unsubscribe>
List-Archive: <https://mailarchive.ietf.org/arch/browse/quic-issues/>
List-Post: <mailto:quic-issues@ietf.org>
List-Help: <mailto:quic-issues-request@ietf.org?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, 03 Jan 2019 02:50:39 -0000

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

  Branch: refs/heads/master
  Home:   https://github.com/quicwg/base-drafts
  Commit: 731301c9852613bf7e315b6c23c4da0755fd7575
      https://github.com/quicwg/base-drafts/commit/731301c9852613bf7e315b6c23c4da0755fd7575
  Author: Kazuho Oku <kazuhooku@gmail.com>
  Date:   2019-01-03 (Thu, 03 Jan 2019)

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

  Log Message:
  -----------
  it is no longer possible send a RESET_STREAM frame for an incoming unidirectional stream


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

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

  Log Message:
  -----------
  Merge pull request #2286 from kazuho/kazuho/incoming-unidirectional-stream-cannot-be-reset

Incoming unidirectional stream cannot be reset


Compare: https://github.com/quicwg/base-drafts/compare/e375dbff1b92...ae8699c5b3e4
      **NOTE:** This service has been marked for deprecation: https://developer.github.com/changes/2018-04-25-github-services-deprecation/

      Functionality will be removed from GitHub.com on January 31st, 2019.

----==_mimepart_5c2d787a54bbc_41b72ad7227285841270a1--


From nobody Wed Jan  2 18: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 D411E130E3F for <quic-issues@ietfa.amsl.com>; Wed,  2 Jan 2019 18:50:39 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -6.447
X-Spam-Level: 
X-Spam-Status: No, score=-6.447 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIMWL_WL_HIGH=-0.065, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, HTML_IMAGE_ONLY_24=1.618, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-1, RCVD_IN_DNSWL_HI=-5, SPF_PASS=-0.001] autolearn=ham autolearn_force=no
Authentication-Results: ietfa.amsl.com (amavisd-new); dkim=pass (1024-bit key) header.d=github.com
Received: from mail.ietf.org ([4.31.198.44]) by localhost (ietfa.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id O-GvmiUsXz9c for <quic-issues@ietfa.amsl.com>; Wed,  2 Jan 2019 18:50:38 -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 E4047130FFF for <quic-issues@ietf.org>; Wed,  2 Jan 2019 18:50:37 -0800 (PST)
Date: Wed, 02 Jan 2019 18:50:36 -0800
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1546483836; bh=fLUKtz4Pqavr0U2azg+TDq7fS+l7T86ckOUWnguGJhs=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=g+V4b+xoeEj5pJP75TNwo63AF39O+rdb3sQyQF6NIgmoqfmcRgIW7VrxJ8ydaDXhO cfCK4iOT2Jrdd7alOzH3G+8mrIP1+C9oayDc4RV6EpGmc+UnE/idOpO4e1AqiC3hK2 7kdOZflmol2WsbFVgT1+PBYyBuTA0rPUXv78KRBA=
From: Martin Thomson <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+0166e4abde9b184ef3537937b68a66830c515b26b6cdcb7c92cf0000000118453a7c92a169ce1791b70f@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/pull/2286/issue_event/2051599975@github.com>
In-Reply-To: <quicwg/base-drafts/pull/2286@github.com>
References: <quicwg/base-drafts/pull/2286@github.com>
Subject: Re: [quicwg/base-drafts] Incoming unidirectional stream cannot be reset (#2286)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5c2d787cd947d_2ce23fc7f50d45c484790"; 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/Vn-NZhkegb42xRVGr8c0IjB0wzc>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
List-Id: Notification list for GitHub issues related to the QUIC WG <quic-issues.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=unsubscribe>
List-Archive: <https://mailarchive.ietf.org/arch/browse/quic-issues/>
List-Post: <mailto:quic-issues@ietf.org>
List-Help: <mailto:quic-issues-request@ietf.org?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, 03 Jan 2019 02:50:40 -0000

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

Merged #2286 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/2286#event-2051599975
----==_mimepart_5c2d787cd947d_2ce23fc7f50d45c484790
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="395425551" data-permission-text="Issue title is private" data-url="https://github.com/quicwg/base-drafts/issues/2286" data-hovercard-type="pull_request" data-hovercard-url="/quicwg/base-drafts/pull/2286/hovercard" href="https://github.com/quicwg/base-drafts/pull/2286">#2286</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/2286#event-2051599975">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AWbkqz1X5vV9fuXKXVmtXA_udg7JACxNks5u_W_8gaJpZM4ZnbMJ">mute the thread</a>.<img src="https://github.com/notifications/beacon/AWbkq4Xc_jJS5h4wLS1PihCliGRMRavJks5u_W_8gaJpZM4ZnbMJ.gif" height="1" width="1" alt="" /></p>
<script type="application/json" data-scope="inboxmarkup">{"api_version":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name":"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"https://github.githubassets.com/images/email/message_cards/header.png","avatar_image_url":"https://github.githubassets.com/images/email/message_cards/avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/quicwg/base-drafts"}},"updates":{"snippets":[{"icon":"DESCRIPTION","message":"Merged #2286 into master."}],"action":{"name":"View Pull Request","url":"https://github.com/quicwg/base-drafts/pull/2286#event-2051599975"}}}</script>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/pull/2286#event-2051599975",
"url": "https://github.com/quicwg/base-drafts/pull/2286#event-2051599975",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>
----==_mimepart_5c2d787cd947d_2ce23fc7f50d45c484790--


From nobody Wed Jan  2 19:04: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 1750F13106A for <quic-issues@ietfa.amsl.com>; Wed,  2 Jan 2019 19:04:42 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -8.065
X-Spam-Level: 
X-Spam-Status: No, score=-8.065 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIMWL_WL_HIGH=-0.065, 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_PASS=-0.001] autolearn=ham autolearn_force=no
Authentication-Results: ietfa.amsl.com (amavisd-new); dkim=pass (1024-bit key) header.d=github.com
Received: from mail.ietf.org ([4.31.198.44]) by localhost (ietfa.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id bFUMCk873FSt for <quic-issues@ietfa.amsl.com>; Wed,  2 Jan 2019 19:04: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 8323813103D for <quic-issues@ietf.org>; Wed,  2 Jan 2019 19:04:38 -0800 (PST)
Date: Wed, 02 Jan 2019 19:04:36 -0800
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1546484676; bh=EOYmZq3yRqjqxv4FFibwSDz6lHmC3twemXvXkxIZSKs=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=QmozRRyOMPzcUUpBnfIOMqoXKqGjSkMDsR1baSQ2qFdBw304YAAkEdrMYAEkmaZc6 uY3XZicYRtS1pIYGwl6AU/yuUZNLfOqYX+u7QA8vE1yaHzK36TIf2BxdYYKxsyA0oq Ki6H+xTSqtzgoiwnog5FTi58PTNzHRKvoxzQhBOU=
From: Martin Thomson <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+0166e4ab88e3204f217b0e2cf1602e5d482d7d6618e4fb0992cf0000000118453dc492a169ce1791b3a4@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/pull/2285/review/188891346@github.com>
In-Reply-To: <quicwg/base-drafts/pull/2285@github.com>
References: <quicwg/base-drafts/pull/2285@github.com>
Subject: Re: [quicwg/base-drafts] Rename Final Offset to Final Size (#2285)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5c2d7bc49047c_6d083fc7f50d45c46689f"; 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/hpr-RfqIvPG12sgnZcT54I4GajI>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
List-Id: Notification list for GitHub issues related to the QUIC WG <quic-issues.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=unsubscribe>
List-Archive: <https://mailarchive.ietf.org/arch/browse/quic-issues/>
List-Post: <mailto:quic-issues@ietf.org>
List-Help: <mailto:quic-issues-request@ietf.org?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, 03 Jan 2019 03:04:50 -0000

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

martinthomson commented on this pull request.

I think that this is fine, but wonder if a better definition would help.  Or maybe "end offset" - the offset of the end of the stream.

"offset" was chosen specifically because that is what matters.  And it allows for gaps.  So a more careful definition is probably needed either way.  I've a suggestion inline that uses "final size", but I think that "end offset" might still be better.

>  
-The final offset is the count of the number of bytes that are transmitted on a
-stream.  For a stream that is reset, the final offset is carried explicitly in a
-RESET_STREAM frame.  Otherwise, the final offset is the offset of the end of the
-data carried in a STREAM frame marked with a FIN flag, or 0 in the case of
-incoming unidirectional streams.
+The final size is the amount of data that is transmitted on a stream.  For a

This is the critical piece.  We have to allow for gaps, so I suggest:

```suggestion
The final size is the amount of flow control credit that is consumed by a
stream.  Assuming that every contiguous byte on the stream was sent, the final
size is the number of bytes sent.  More generally, this is one higher than the
largest byte offset sent on the stream.

For a
```

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/quicwg/base-drafts/pull/2285#pullrequestreview-188891346
----==_mimepart_5c2d7bc49047c_6d083fc7f50d45c46689f
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>I think that this is fine, but wonder if a better definition would hel=
p.  Or maybe "end offset" - the offset of the end of the stream.</p>=0D
<p>"offset" was chosen specifically because that is what matters.  And it=
 allows for gaps.  So a more careful definition is probably needed either=
 way.  I've a suggestion inline that uses "final size", but I think that =
"end offset" might still be better.</p><hr>=0D
=0D
<p>In <a href=3D"https://github.com/quicwg/base-drafts/pull/2285#discussi=
on_r244905157">draft-ietf-quic-transport.md</a>:</p>=0D
<pre style=3D'color:#555'>&gt;  =0D
-The final offset is the count of the number of bytes that are transmitte=
d on a=0D
-stream.  For a stream that is reset, the final offset is carried explici=
tly in a=0D
-RESET_STREAM frame.  Otherwise, the final offset is the offset of the en=
d of the=0D
-data carried in a STREAM frame marked with a FIN flag, or 0 in the case =
of=0D
-incoming unidirectional streams.=0D
+The final size is the amount of data that is transmitted on a stream.  F=
or a=0D
</pre>=0D
<p>This is the critical piece.  We have to allow for gaps, so I suggest:<=
/p>=0D
=E2=AC=87=EF=B8=8F Suggested change=0D
<pre style=3D"color: #555">-The final size is the amount of data that is =
transmitted on a stream.  For a=0D
+The final size is the amount of flow control credit that is consumed by =
a=0D
+stream.  Assuming that every contiguous byte on the stream was sent, the=
 final=0D
+size is the number of bytes sent.  More generally, this is one higher th=
an the=0D
+largest byte offset sent on the stream.=0D
+=0D
+For a=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/2285#pullrequestreview-188891346">view it on GitHub</=
a>, or <a href=3D"https://github.com/notifications/unsubscribe-auth/AWbkq=
6JBrMeZ6gHz6RIBy45bg37c7gvIks5u_XNEgaJpZM4Zna81">mute the thread</a>.<img=
 src=3D"https://github.com/notifications/beacon/AWbkqwa4xpgT7mJtWaIy4BT0f=
Y1BRO_Zks5u_XNEgaJpZM4Zna81.gif" height=3D"1" width=3D"1" alt=3D"" /></p>=
=0D
<script type=3D"application/json" data-scope=3D"inboxmarkup">{"api_versio=
n":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name"=
:"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"=
quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"http=
s://github.githubassets.com/images/email/message_cards/header.png","avata=
r_image_url":"https://github.githubassets.com/images/email/message_cards/=
avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/q=
uicwg/base-drafts"}},"updates":{"snippets":[{"icon":"PERSON","message":"@=
martinthomson commented on #2285"}],"action":{"name":"View Pull Request",=
"url":"https://github.com/quicwg/base-drafts/pull/2285#pullrequestreview-=
188891346"}}}</script>=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/2285#pullrequestrev=
iew-188891346",=0D
"url": "https://github.com/quicwg/base-drafts/pull/2285#pullrequestreview=
-188891346",=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_5c2d7bc49047c_6d083fc7f50d45c46689f--


From nobody Wed Jan  2 20: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 0A7411310AB for <quic-issues@ietfa.amsl.com>; Wed,  2 Jan 2019 20:46:06 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -6.447
X-Spam-Level: 
X-Spam-Status: No, score=-6.447 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIMWL_WL_HIGH=-0.065, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, HTML_IMAGE_ONLY_24=1.618, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-1, RCVD_IN_DNSWL_HI=-5, SPF_PASS=-0.001] autolearn=ham autolearn_force=no
Authentication-Results: ietfa.amsl.com (amavisd-new); dkim=pass (1024-bit key) header.d=github.com
Received: from mail.ietf.org ([4.31.198.44]) by localhost (ietfa.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id wzbW-ZY9FBby for <quic-issues@ietfa.amsl.com>; Wed,  2 Jan 2019 20:46: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 487D01310A6 for <quic-issues@ietf.org>; Wed,  2 Jan 2019 20:46:04 -0800 (PST)
Date: Wed, 02 Jan 2019 20:46:03 -0800
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1546490763; bh=r0e1MUsa5VJJf5cLDUUPbcbDJFGdSvSGQRWRvJXNM8Y=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=FY+oT4vZJEgh0NXlPZzyOQ/WDOOvjGJOmXInawHxigOtm5O5oHIJO1DSOTX0KD6eh Xs5LkYDDbjTxoYP5eA864Vc1woqbo8BKXY6Rd+VHuL/eJvCCzHyg7HQGee/ztezlI/ YPuE0vMNkN6fD2s/fJebx6IAJj9oEKymKD2Wy+b0=
From: Kazuho Oku <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/2285/push/3177488665@github.com>
In-Reply-To: <quicwg/base-drafts/pull/2285@github.com>
References: <quicwg/base-drafts/pull/2285@github.com>
Subject: Re: [quicwg/base-drafts] Rename Final Offset to Final Size (#2285)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5c2d938b4d423_c6b3fc68e6d45b81057b9"; charset=UTF-8
Content-Transfer-Encoding: 7bit
Precedence: list
X-GitHub-Sender: kazuho
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/UphUNGmCV8GUEQDoGIT9wTtx5Os>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
List-Id: Notification list for GitHub issues related to the QUIC WG <quic-issues.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=unsubscribe>
List-Archive: <https://mailarchive.ietf.org/arch/browse/quic-issues/>
List-Post: <mailto:quic-issues@ietf.org>
List-Help: <mailto:quic-issues-request@ietf.org?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, 03 Jan 2019 04:46:06 -0000

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

@kazuho pushed 1 commit.

e2498da8e49df6322c1e4da2f29db9cf13679d03  "flow control credit"


-- 
You are receiving this because you are subscribed to this thread.
View it on GitHub:
https://github.com/quicwg/base-drafts/pull/2285/files/2475cc5bc585cc24c9c9acebf62e48e368486d12..e2498da8e49df6322c1e4da2f29db9cf13679d03

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

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

<ul>
  <li><a class="commit-link" href="https://github.com/quicwg/base-drafts/commit/e2498da8e49df6322c1e4da2f29db9cf13679d03">e2498da</a>  &quot;flow control credit&quot;</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/2285/files/2475cc5bc585cc24c9c9acebf62e48e368486d12..e2498da8e49df6322c1e4da2f29db9cf13679d03">View it on GitHub</a> or <a href="https://github.com/notifications/unsubscribe-auth/AWbkq8rwb3lvXH_Grs6kAJNnLBYGuP_Gks5u_YsLgaJpZM4Zna81">mute the thread</a>.<img src="https://github.com/notifications/beacon/AWbkq5ffJAu4L0_sP1z848kgd7sYG-y8ks5u_YsLgaJpZM4Zna81.gif" height="1" width="1" alt="" /></p>
<script type="application/json" data-scope="inboxmarkup">{"api_version":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name":"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"https://github.githubassets.com/images/email/message_cards/header.png","avatar_image_url":"https://github.githubassets.com/images/email/message_cards/avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/quicwg/base-drafts"}},"updates":{"snippets":[{"icon":"PERSON","message":"@kazuho pushed 1 commit in #2285"}],"action":{"name":"View Pull Request","url":"https://github.com/quicwg/base-drafts/pull/2285/files/2475cc5bc585cc24c9c9acebf62e48e368486d12..e2498da8e49df6322c1e4da2f29db9cf13679d03"}}}</script>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/pull/2285/files/2475cc5bc585cc24c9c9acebf62e48e368486d12..e2498da8e49df6322c1e4da2f29db9cf13679d03",
"url": "https://github.com/quicwg/base-drafts/pull/2285/files/2475cc5bc585cc24c9c9acebf62e48e368486d12..e2498da8e49df6322c1e4da2f29db9cf13679d03",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>

----==_mimepart_5c2d938b4d423_c6b3fc68e6d45b81057b9--


From nobody Wed Jan  2 20: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 46DC41310AC for <quic-issues@ietfa.amsl.com>; Wed,  2 Jan 2019 20:50:17 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -6.447
X-Spam-Level: 
X-Spam-Status: No, score=-6.447 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIMWL_WL_HIGH=-0.065, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, HTML_IMAGE_ONLY_24=1.618, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-1, RCVD_IN_DNSWL_HI=-5, SPF_PASS=-0.001] autolearn=ham autolearn_force=no
Authentication-Results: ietfa.amsl.com (amavisd-new); dkim=pass (1024-bit key) header.d=github.com
Received: from mail.ietf.org ([4.31.198.44]) by localhost (ietfa.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id Z66bKdL5624i for <quic-issues@ietfa.amsl.com>; Wed,  2 Jan 2019 20:50:16 -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 D61161310A6 for <quic-issues@ietf.org>; Wed,  2 Jan 2019 20:50:15 -0800 (PST)
Date: Wed, 02 Jan 2019 20:50:14 -0800
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1546491014; bh=Tnwaf/Un2qK4aDkMd5jz/ujaw0/GKAwGMUqxnrMLxGs=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=gVbFujg2K7MwqOr7H7FwOTjDsIDIHTx4/i6IJhqPwutv+eLy4wPDt4YaZtIGeryjD o1bFL3eZ534zX+5KNg/mSvtSZJzBDmax9F+4Fp8x9MFryoAyy6IvfxK+SE5m7DJQNg 9EajQhLlhv+mGki7pxaObcVNXS4LpTGLahkVFyn8=
From: Marten Seemann <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+0166e4abee445a7046c56cbd09d0501b7b443d73d051c9d592cf000000011845568692a169ce1791b3a4@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/pull/2285/c451055539@github.com>
In-Reply-To: <quicwg/base-drafts/pull/2285@github.com>
References: <quicwg/base-drafts/pull/2285@github.com>
Subject: Re: [quicwg/base-drafts] Rename Final Offset to Final Size (#2285)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5c2d948688063_22aa3ff0126d45c41119c6"; 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/3ehNwccERdQQwfiIIPLQ2p_4sEM>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
List-Id: Notification list for GitHub issues related to the QUIC WG <quic-issues.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=unsubscribe>
List-Archive: <https://mailarchive.ietf.org/arch/browse/quic-issues/>
List-Post: <mailto:quic-issues@ietf.org>
List-Help: <mailto:quic-issues-request@ietf.org?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, 03 Jan 2019 04:50:17 -0000

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

I don=E2=80=99t really understand what=E2=80=99s wrong with =E2=80=9Eoffs=
et=E2=80=9C, and I=E2=80=99d prefer to keep that term. I find that term a=
 lot less confusing then =E2=80=9Esize=E2=80=9C, and then we don=E2=80=99=
t need any explanation regarding gaps and retransmitted data.=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/2285#issuecomment-451055539=

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

<p>I don=E2=80=99t really understand what=E2=80=99s wrong with =E2=80=9Eo=
ffset=E2=80=9C, and I=E2=80=99d prefer to keep that term. I find that ter=
m a lot less confusing then =E2=80=9Esize=E2=80=9C, and then we don=E2=80=
=99t need any explanation regarding gaps and retransmitted data.</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/2285#issuecomment-451055539">view it on GitHub</a>, o=
r <a href=3D"https://github.com/notifications/unsubscribe-auth/AWbkq5IMId=
NbpUQpe1noQzrP33QTIn9Oks5u_YwGgaJpZM4Zna81">mute the thread</a>.<img src=3D=
"https://github.com/notifications/beacon/AWbkq6dQ52zFqmnAdbngOqBa90-QHP4M=
ks5u_YwGgaJpZM4Zna81.gif" height=3D"1" width=3D"1" alt=3D"" /></p>=0D
<script type=3D"application/json" data-scope=3D"inboxmarkup">{"api_versio=
n":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name"=
:"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"=
quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"http=
s://github.githubassets.com/images/email/message_cards/header.png","avata=
r_image_url":"https://github.githubassets.com/images/email/message_cards/=
avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/q=
uicwg/base-drafts"}},"updates":{"snippets":[{"icon":"PERSON","message":"@=
marten-seemann in #2285: I don=E2=80=99t really understand what=E2=80=99s=
 wrong with =E2=80=9Eoffset=E2=80=9C, and I=E2=80=99d prefer to keep that=
 term. I find that term a lot less confusing then =E2=80=9Esize=E2=80=9C,=
 and then we don=E2=80=99t need any explanation regarding gaps and retran=
smitted data."}],"action":{"name":"View Pull Request","url":"https://gith=
ub.com/quicwg/base-drafts/pull/2285#issuecomment-451055539"}}}</script>=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/2285#issuecomment-4=
51055539",=0D
"url": "https://github.com/quicwg/base-drafts/pull/2285#issuecomment-4510=
55539",=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_5c2d948688063_22aa3ff0126d45c41119c6--


From nobody Wed Jan  2 20:58: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 A276B1310BA for <quic-issues@ietfa.amsl.com>; Wed,  2 Jan 2019 20:58:14 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -8.064
X-Spam-Level: 
X-Spam-Status: No, score=-8.064 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIMWL_WL_HIGH=-0.065, 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_PASS=-0.001] autolearn=ham autolearn_force=no
Authentication-Results: ietfa.amsl.com (amavisd-new); dkim=pass (1024-bit key) header.d=github.com
Received: from mail.ietf.org ([4.31.198.44]) by localhost (ietfa.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id I4ml8Wui2Gi3 for <quic-issues@ietfa.amsl.com>; Wed,  2 Jan 2019 20:58: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 0AED51310B7 for <quic-issues@ietf.org>; Wed,  2 Jan 2019 20:58:13 -0800 (PST)
Date: Wed, 02 Jan 2019 20:58:12 -0800
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1546491492; bh=m2yvrxecBqWKpvTOOYWVxRfn+T4edE3kSoo/LpPJ0fc=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=se8/aQrQAKYu1M7rEBoGfZ471MGMcuMYGabxLHkNrmDTbQAfBUr+FT23m/68cYhE7 rJBE+RLSagCnayHvF2K24Qx4K3izLmeoakudXXwlCZ0CpKicsWWjIaTHV60r38SFyu fJpEnn/I3G89SjzrGs00B1IVP4ITxQfMdv3JZstE=
From: Kazuho Oku <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+0166e4aba34587f47d46ac773114e6af4abf27a82a3d56ac92cf000000011845586492a169ce1791b3a4@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/pull/2285/c451056182@github.com>
In-Reply-To: <quicwg/base-drafts/pull/2285@github.com>
References: <quicwg/base-drafts/pull/2285@github.com>
Subject: Re: [quicwg/base-drafts] Rename Final Offset to Final Size (#2285)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5c2d9664408d9_34e03fecbfad45bc88982"; 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/2x45jBshUO4kLxXAQTmoKkaueWI>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
List-Id: Notification list for GitHub issues related to the QUIC WG <quic-issues.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=unsubscribe>
List-Archive: <https://mailarchive.ietf.org/arch/browse/quic-issues/>
List-Post: <mailto:quic-issues@ietf.org>
List-Help: <mailto:quic-issues-request@ietf.org?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, 03 Jan 2019 04:58:15 -0000

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

I think that "end offset" might be ambiguous the same way as "final offset" is; it could mean the offset of the final octet. Using terms like "size" (or "number of bytes") avoids that confusion. It should also be noted that we refer to the same thing as "amount of data that can be sent" in the definition of MAX_STREAM_DATA; so far I have tried to align the definition of RESET_STREAM to that.

@martinthomson's suggestion to use "flow control credit" as a term sounds good to me. Ideally we should RESET_STERAM.final_offset and MAX_STREAM_DATA.max_stream_data using the same term.

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

<p>I think that "end offset" might be ambiguous the same way as "final of=
fset" is; it could mean the offset of the final octet. Using terms like "=
size" (or "number of bytes") avoids that confusion. It should also be not=
ed that we refer to the same thing as "amount of data that can be sent" i=
n the definition of MAX_STREAM_DATA; so far I have tried to align the def=
inition of RESET_STREAM to that.</p>
<p><a class=3D"user-mention" data-hovercard-type=3D"user" data-hovercard-=
url=3D"/hovercards?user_id=3D67641" data-octo-click=3D"hovercard-link-cli=
ck" data-octo-dimensions=3D"link_type:self" href=3D"https://github.com/ma=
rtinthomson">@martinthomson</a>'s suggestion to use "flow control credit"=
 as a term sounds good to me. Ideally we should RESET_STERAM.final_offset=
 and MAX_STREAM_DATA.max_stream_data using the same term.</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/pull/2285#issuecomment-451056182">view it on GitHub</a>, o=
r <a href=3D"https://github.com/notifications/unsubscribe-auth/AWbkq3_3cq=
hV0slpC9VuOgPbiwwMY2NWks5u_Y3kgaJpZM4Zna81">mute the thread</a>.<img src=3D=
"https://github.com/notifications/beacon/AWbkqwxjPT3bClvkcAFtaXJe577pZ8c0=
ks5u_Y3kgaJpZM4Zna81.gif" height=3D"1" width=3D"1" alt=3D"" /></p>
<script type=3D"application/json" data-scope=3D"inboxmarkup">{"api_versio=
n":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name"=
:"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"=
quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"http=
s://github.githubassets.com/images/email/message_cards/header.png","avata=
r_image_url":"https://github.githubassets.com/images/email/message_cards/=
avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/q=
uicwg/base-drafts"}},"updates":{"snippets":[{"icon":"PERSON","message":"@=
kazuho in #2285: I think that \"end offset\" might be ambiguous the same =
way as \"final offset\" is; it could mean the offset of the final octet. =
Using terms like \"size\" (or \"number of bytes\") avoids that confusion.=
 It should also be noted that we refer to the same thing as \"amount of d=
ata that can be sent\" in the definition of MAX_STREAM_DATA; so far I hav=
e tried to align the definition of RESET_STREAM to that.\r\n\r\n@martinth=
omson's suggestion to use \"flow control credit\" as a term sounds good t=
o me. Ideally we should RESET_STERAM.final_offset and MAX_STREAM_DATA.max=
_stream_data using the same term."}],"action":{"name":"View Pull Request"=
,"url":"https://github.com/quicwg/base-drafts/pull/2285#issuecomment-4510=
56182"}}}</script>
<script type=3D"application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/pull/2285#issuecomment-4=
51056182",
"url": "https://github.com/quicwg/base-drafts/pull/2285#issuecomment-4510=
56182",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>=

----==_mimepart_5c2d9664408d9_34e03fecbfad45bc88982--


From nobody Wed Jan  2 21: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 5FCBD1310D1 for <quic-issues@ietfa.amsl.com>; Wed,  2 Jan 2019 21:01:53 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -6.447
X-Spam-Level: 
X-Spam-Status: No, score=-6.447 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIMWL_WL_HIGH=-0.065, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, HTML_IMAGE_ONLY_24=1.618, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-1, RCVD_IN_DNSWL_HI=-5, SPF_PASS=-0.001] autolearn=ham autolearn_force=no
Authentication-Results: ietfa.amsl.com (amavisd-new); dkim=pass (1024-bit key) header.d=github.com
Received: from mail.ietf.org ([4.31.198.44]) by localhost (ietfa.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id VxzD0y8mPSr1 for <quic-issues@ietfa.amsl.com>; Wed,  2 Jan 2019 21:01: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 A9AA71310D6 for <quic-issues@ietf.org>; Wed,  2 Jan 2019 21:01:51 -0800 (PST)
Date: Wed, 02 Jan 2019 21:01:50 -0800
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1546491710; bh=d5ncP0VZvSM2AzH6UmnRhXWDPZT+B1m9tMVeOpv6KNc=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=AH6YQU0WjgnB6DwnvCBPFs5Jk9hf5Zu+jjN628Irtyy9tOS5sfxtHgGGElszuh02Z j32dniF91rO9MuU3YRxwSGfSG+H4vy1xkFzS09v78OOP7IGeS+SgGURjzChGyxyM6v ka/pmggtlhIZpMM9xmpvtS+XTiK4vJnW+FcQ8y7Y=
From: Marten Seemann <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+0166e4ab4ef1337726937560869ff327b9eed5765823a9dc92cf000000011845593e92a169ce17801464@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/issues/2262/451056479@github.com>
In-Reply-To: <quicwg/base-drafts/issues/2262@github.com>
References: <quicwg/base-drafts/issues/2262@github.com>
Subject: Re: [quicwg/base-drafts] RESET_STREAM.final_offset is ambiguous (#2262)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5c2d973ef0ef2_7cff3f96286d45b81649bd"; 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/HpBrtPZ44hBa98OvR7Y7p1SF3JQ>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
List-Id: Notification list for GitHub issues related to the QUIC WG <quic-issues.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=unsubscribe>
List-Archive: <https://mailarchive.ietf.org/arch/browse/quic-issues/>
List-Post: <mailto:quic-issues@ietf.org>
List-Help: <mailto:quic-issues-request@ietf.org?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, 03 Jan 2019 05:01:54 -0000

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

> This is not crisp-clear; it's ambiguous if it means the maximum offset =
among the bytes that have been sent, or number of bytes that has been sen=
t excluding overlaps (due to retransmissions).=0D
=0D
I don=E2=80=99t see a difference here. The offset doesn=E2=80=99t change =
when you retransmit data.=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/2262#issuecomment-451056479=

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

<blockquote>=0D
<p>This is not crisp-clear; it's ambiguous if it means the maximum offset=
 among the bytes that have been sent, or number of bytes that has been se=
nt excluding overlaps (due to retransmissions).</p>=0D
</blockquote>=0D
<p>I don=E2=80=99t see a difference here. The offset doesn=E2=80=99t chan=
ge when you retransmit data.</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/2262#issuecomment-451056479">view it on GitHub</a>,=
 or <a href=3D"https://github.com/notifications/unsubscribe-auth/AWbkq1mH=
j1sfqseXoE3GAZsZMVLUNZzpks5u_Y6-gaJpZM4ZiNzp">mute the thread</a>.<img sr=
c=3D"https://github.com/notifications/beacon/AWbkq6zF0Z5fsT68w2G4F0zVQz-y=
WBKCks5u_Y6-gaJpZM4ZiNzp.gif" height=3D"1" width=3D"1" alt=3D"" /></p>=0D=

<script type=3D"application/json" data-scope=3D"inboxmarkup">{"api_versio=
n":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name"=
:"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"=
quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"http=
s://github.githubassets.com/images/email/message_cards/header.png","avata=
r_image_url":"https://github.githubassets.com/images/email/message_cards/=
avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/q=
uicwg/base-drafts"}},"updates":{"snippets":[{"icon":"PERSON","message":"@=
marten-seemann in #2262: \u003e This is not crisp-clear; it's ambiguous i=
f it means the maximum offset among the bytes that have been sent, or num=
ber of bytes that has been sent excluding overlaps (due to retransmission=
s).\r\n\r\nI don=E2=80=99t see a difference here. The offset doesn=E2=80=99=
t change when you retransmit data."}],"action":{"name":"View Issue","url"=
:"https://github.com/quicwg/base-drafts/issues/2262#issuecomment-45105647=
9"}}}</script>=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/2262#issuecomment=
-451056479",=0D
"url": "https://github.com/quicwg/base-drafts/issues/2262#issuecomment-45=
1056479",=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_5c2d973ef0ef2_7cff3f96286d45b81649bd--


From nobody Wed Jan  2 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 0AD511310DD for <quic-issues@ietfa.amsl.com>; Wed,  2 Jan 2019 21:05:19 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -6.661
X-Spam-Level: 
X-Spam-Status: No, score=-6.661 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIMWL_WL_HIGH=-0.065, 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_PASS=-0.001] autolearn=ham autolearn_force=no
Authentication-Results: ietfa.amsl.com (amavisd-new); dkim=pass (1024-bit key) header.d=github.com
Received: from mail.ietf.org ([4.31.198.44]) by localhost (ietfa.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id FspUCkd8zC0J for <quic-issues@ietfa.amsl.com>; Wed,  2 Jan 2019 21:05:17 -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 A1DED1310D1 for <quic-issues@ietf.org>; Wed,  2 Jan 2019 21:05:17 -0800 (PST)
Date: Wed, 02 Jan 2019 21:05:16 -0800
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1546491916; bh=PrJlsKjIkcPHU3qdFfw5zABpaNT7UwNJhWbQDvJTGZs=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=st86baCcHK+LFpCsa3tuFd+jD6RPJjNpNQBy1J7CfxXyTALvf3iboJJ340YaWtqSX zZkTbJTZHNYaRKEWpSXGmoluV5ilN6BAKsLx53H8i35utfPszhIELtBc8HDhjxcS7/ OwEar6ivMlWVixJO/mMXOS/PTKAa2QUMNVB9E1eA=
From: Kazuho Oku <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+0166e4abc1ca03c6d448f60ab8611bdbe09fe810551e914192cf0000000118455a0c92a169ce17801464@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/issues/2262/451056738@github.com>
In-Reply-To: <quicwg/base-drafts/issues/2262@github.com>
References: <quicwg/base-drafts/issues/2262@github.com>
Subject: Re: [quicwg/base-drafts] RESET_STREAM.final_offset is ambiguous (#2262)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5c2d980c9d987_62e53fef16ed45b461272"; 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/BroC2Tck5_Kq-sjBJ3nFORImBQc>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
List-Id: Notification list for GitHub issues related to the QUIC WG <quic-issues.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=unsubscribe>
List-Archive: <https://mailarchive.ietf.org/arch/browse/quic-issues/>
List-Post: <mailto:quic-issues@ietf.org>
List-Help: <mailto:quic-issues-request@ietf.org?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, 03 Jan 2019 05:05:19 -0000

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

@marten-seemann I am not saying that it changes when you retransmit.

What I am calling confusing is that "final offset" sounds like a term referring to the offset of the last octet within a stream. For a stream of 1 byte long, "final offset" could either mean 0 or 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/2262#issuecomment-451056738
----==_mimepart_5c2d980c9d987_62e53fef16ed45b461272
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=3D1478487" data-octo-click=3D"hovercard-link-c=
lick" data-octo-dimensions=3D"link_type:self" href=3D"https://github.com/=
marten-seemann">@marten-seemann</a> I am not saying that it changes when =
you retransmit.</p>
<p>What I am calling confusing is that "final offset" sounds like a term =
referring to the offset of the last octet within a stream. For a stream o=
f 1 byte long, "final offset" could either mean 0 or 1.</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/2262#issuecomment-451056738">view it on GitHub</a>,=
 or <a href=3D"https://github.com/notifications/unsubscribe-auth/AWbkq4N5=
g9lt8Bz_cqojwAhUH32KXIReks5u_Y-MgaJpZM4ZiNzp">mute the thread</a>.<img sr=
c=3D"https://github.com/notifications/beacon/AWbkqwQWe54i_Cp1iTImEQRr9aN6=
UMsqks5u_Y-MgaJpZM4ZiNzp.gif" height=3D"1" width=3D"1" alt=3D"" /></p>
<script type=3D"application/json" data-scope=3D"inboxmarkup">{"api_versio=
n":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name"=
:"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"=
quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"http=
s://github.githubassets.com/images/email/message_cards/header.png","avata=
r_image_url":"https://github.githubassets.com/images/email/message_cards/=
avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/q=
uicwg/base-drafts"}},"updates":{"snippets":[{"icon":"PERSON","message":"@=
kazuho in #2262: @marten-seemann I am not saying that it changes when you=
 retransmit.\r\n\r\nWhat I am calling confusing is that \"final offset\" =
sounds like a term referring to the offset of the last octet within a str=
eam. For a stream of 1 byte long, \"final offset\" could either mean 0 or=
 1."}],"action":{"name":"View Issue","url":"https://github.com/quicwg/bas=
e-drafts/issues/2262#issuecomment-451056738"}}}</script>
<script type=3D"application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/issues/2262#issuecomment=
-451056738",
"url": "https://github.com/quicwg/base-drafts/issues/2262#issuecomment-45=
1056738",
"name": "View Issue"
},
"description": "View this Issue on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>=

----==_mimepart_5c2d980c9d987_62e53fef16ed45b461272--


From nobody Wed Jan  2 21:08: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 B500A1310E3 for <quic-issues@ietfa.amsl.com>; Wed,  2 Jan 2019 21:08:22 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -6.661
X-Spam-Level: 
X-Spam-Status: No, score=-6.661 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIMWL_WL_HIGH=-0.065, 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_PASS=-0.001] autolearn=ham autolearn_force=no
Authentication-Results: ietfa.amsl.com (amavisd-new); dkim=pass (1024-bit key) header.d=github.com
Received: from mail.ietf.org ([4.31.198.44]) by localhost (ietfa.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id PzydcWVAFfd0 for <quic-issues@ietfa.amsl.com>; Wed,  2 Jan 2019 21:08: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 804A71310D1 for <quic-issues@ietf.org>; Wed,  2 Jan 2019 21:08:20 -0800 (PST)
Date: Wed, 02 Jan 2019 21:08:19 -0800
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1546492099; bh=jdUQz19UFBVj3s/S2gJVt6PflzjmFwfusKDdzbnPJLs=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=FR9Y06mnjeNH+gma54B59nQzMoYxiWD2+MBMfbPJ0xzbn2U+/JWEH0Kj9wlQNsHTU eR9tFFr/TuqqnkJbSp+5QNEbAvTOUdZzN/zDpVu4edcfIhVjX+jzfqhuaCEV8cp/OP UTfmLljsNQIFl4iqn+d88qeizGcGJfKX6NUVuwPM=
From: Marten Seemann <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+0166e4abc3a6f5b3e5e6fc8f9abff4b82d0542e76f49675e92cf0000000118455ac392a169ce17801464@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/issues/2262/451056963@github.com>
In-Reply-To: <quicwg/base-drafts/issues/2262@github.com>
References: <quicwg/base-drafts/issues/2262@github.com>
Subject: Re: [quicwg/base-drafts] RESET_STREAM.final_offset is ambiguous (#2262)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5c2d98c3cc356_78fe3fab712d45b81432af"; 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/CKzLMHsH-m76HOwFpxfQQ1Ho_rg>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
List-Id: Notification list for GitHub issues related to the QUIC WG <quic-issues.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=unsubscribe>
List-Archive: <https://mailarchive.ietf.org/arch/browse/quic-issues/>
List-Post: <mailto:quic-issues@ietf.org>
List-Help: <mailto:quic-issues-request@ietf.org?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, 03 Jan 2019 05:08:23 -0000

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

Looks like this has nothing to do with retransmissions at all, but just with the definition of "offset". I still like it better than "size" though, because one could reasonably expect the size to change when data is retransmitted, or when sending data with gaps.
Maybe we can define the stream offset as the offset of the next byte that would be sent on the stream would 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/2262#issuecomment-451056963
----==_mimepart_5c2d98c3cc356_78fe3fab712d45b81432af
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: quoted-printable

<p>Looks like this has nothing to do with retransmissions at all, but jus=
t with the definition of "offset". I still like it better than "size" tho=
ugh, because one could reasonably expect the size to change when data is =
retransmitted, or when sending data with gaps.<br>
Maybe we can define the stream offset as the offset of the next byte that=
 would be sent on the stream would have.</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/2262#issuecomment-451056963">view it on GitHub</a>,=
 or <a href=3D"https://github.com/notifications/unsubscribe-auth/AWbkq4F0=
JwCBQrgHb9wQHujI39eebQ_dks5u_ZBDgaJpZM4ZiNzp">mute the thread</a>.<img sr=
c=3D"https://github.com/notifications/beacon/AWbkqwDx_ALHFAS3QZ_unXhPNFHE=
R4TBks5u_ZBDgaJpZM4ZiNzp.gif" height=3D"1" width=3D"1" alt=3D"" /></p>
<script type=3D"application/json" data-scope=3D"inboxmarkup">{"api_versio=
n":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name"=
:"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"=
quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"http=
s://github.githubassets.com/images/email/message_cards/header.png","avata=
r_image_url":"https://github.githubassets.com/images/email/message_cards/=
avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/q=
uicwg/base-drafts"}},"updates":{"snippets":[{"icon":"PERSON","message":"@=
marten-seemann in #2262: Looks like this has nothing to do with retransmi=
ssions at all, but just with the definition of \"offset\". I still like i=
t better than \"size\" though, because one could reasonably expect the si=
ze to change when data is retransmitted, or when sending data with gaps.\=
r\nMaybe we can define the stream offset as the offset of the next byte t=
hat would be sent on the stream would have."}],"action":{"name":"View Iss=
ue","url":"https://github.com/quicwg/base-drafts/issues/2262#issuecomment=
-451056963"}}}</script>
<script type=3D"application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/issues/2262#issuecomment=
-451056963",
"url": "https://github.com/quicwg/base-drafts/issues/2262#issuecomment-45=
1056963",
"name": "View Issue"
},
"description": "View this Issue on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>=

----==_mimepart_5c2d98c3cc356_78fe3fab712d45b81432af--


From nobody Wed Jan  2 21: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 D0FA71310E3 for <quic-issues@ietfa.amsl.com>; Wed,  2 Jan 2019 21:17:29 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -8.065
X-Spam-Level: 
X-Spam-Status: No, score=-8.065 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIMWL_WL_HIGH=-0.065, 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_PASS=-0.001] autolearn=ham autolearn_force=no
Authentication-Results: ietfa.amsl.com (amavisd-new); dkim=pass (1024-bit key) header.d=github.com
Received: from mail.ietf.org ([4.31.198.44]) by localhost (ietfa.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id Ipu-qOBktaz2 for <quic-issues@ietfa.amsl.com>; Wed,  2 Jan 2019 21:17: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 15A76124D68 for <quic-issues@ietf.org>; Wed,  2 Jan 2019 21:17:28 -0800 (PST)
Date: Wed, 02 Jan 2019 21:17:27 -0800
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1546492647; bh=o5zRu/vX1mQ91kAIIm4oYvSbkolmwSxqUph469NqIs4=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=gUgS+IuzaU9G0qJ3y0mcqn7+/aDCwzng5KKXTkJhaBYHxTFcYaZXDmeo10pgz730Q c6omjSZ8N1FBhhzim19qSFYGMDlcQPE0B6X79OsHno4HZm3XgVyG3VrkEtu6DpHpBo 1cU4FO57SQAuEpAdZ76Im4D5ouEOp87fpv5U1qig=
From: Kazuho Oku <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+0166e4ab36d1596ff9c0b7c06af9797933aa6d58de758ad192cf0000000118455ce792a169ce17801464@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/issues/2262/451057671@github.com>
In-Reply-To: <quicwg/base-drafts/issues/2262@github.com>
References: <quicwg/base-drafts/issues/2262@github.com>
Subject: Re: [quicwg/base-drafts] RESET_STREAM.final_offset is ambiguous (#2262)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5c2d9ae73409b_50973facaccd45b819945c"; 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/ZCYEaBmo4v091xcCZ4h7PN5upKc>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
List-Id: Notification list for GitHub issues related to the QUIC WG <quic-issues.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=unsubscribe>
List-Archive: <https://mailarchive.ietf.org/arch/browse/quic-issues/>
List-Post: <mailto:quic-issues@ietf.org>
List-Help: <mailto:quic-issues-request@ietf.org?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, 03 Jan 2019 05:17:30 -0000

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

> Looks like this has nothing to do with retransmissions at all, but just with the definition of "offset".

Correct. That's why I stated "excluding overlaps (due to retransmissions)"; maybe that was confusing though.

> Maybe we can define the stream offset as the offset of the next byte that would be sent on the stream would have.

We can do that. However the downside would be that the difference from the terms we define MAX_DATA and MAX_STREAM_DATA becomes bigger. While MAX_STREAM_DATA can be adjusted that way, I am not sure if we can have a similar definition for MAX_DATA. It should also be noted that MAX_STREAMS uses "stream count"; using "byte count" in the definition of flow control credit is in align of that better than using "offset".

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

<blockquote>
<p>Looks like this has nothing to do with retransmissions at all, but jus=
t with the definition of "offset".</p>
</blockquote>
<p>Correct. That's why I stated "excluding overlaps (due to retransmissio=
ns)"; maybe that was confusing though.</p>
<blockquote>
<p>Maybe we can define the stream offset as the offset of the next byte t=
hat would be sent on the stream would have.</p>
</blockquote>
<p>We can do that. However the downside would be that the difference from=
 the terms we define MAX_DATA and MAX_STREAM_DATA becomes bigger. While M=
AX_STREAM_DATA can be adjusted that way, I am not sure if we can have a s=
imilar definition for MAX_DATA. It should also be noted that MAX_STREAMS =
uses "stream count"; using "byte count" in the definition of flow control=
 credit is in align of that better than using "offset".</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/2262#issuecomment-451057671">view it on GitHub</a>,=
 or <a href=3D"https://github.com/notifications/unsubscribe-auth/AWbkq2S0=
MTyvctWU8tw8uqAw-5ZFtEsEks5u_ZJngaJpZM4ZiNzp">mute the thread</a>.<img sr=
c=3D"https://github.com/notifications/beacon/AWbkqzYnyJAoU0WDLc_qBmwK8rvo=
NmAWks5u_ZJngaJpZM4ZiNzp.gif" height=3D"1" width=3D"1" alt=3D"" /></p>
<script type=3D"application/json" data-scope=3D"inboxmarkup">{"api_versio=
n":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name"=
:"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"=
quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"http=
s://github.githubassets.com/images/email/message_cards/header.png","avata=
r_image_url":"https://github.githubassets.com/images/email/message_cards/=
avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/q=
uicwg/base-drafts"}},"updates":{"snippets":[{"icon":"PERSON","message":"@=
kazuho in #2262: \u003e Looks like this has nothing to do with retransmis=
sions at all, but just with the definition of \"offset\".\r\n\r\nCorrect.=
 That's why I stated \"excluding overlaps (due to retransmissions)\"; may=
be that was confusing though.\r\n\r\n\u003e Maybe we can define the strea=
m offset as the offset of the next byte that would be sent on the stream =
would have.\r\n\r\nWe can do that. However the downside would be that the=
 difference from the terms we define MAX_DATA and MAX_STREAM_DATA becomes=
 bigger. While MAX_STREAM_DATA can be adjusted that way, I am not sure if=
 we can have a similar definition for MAX_DATA. It should also be noted t=
hat MAX_STREAMS uses \"stream count\"; using \"byte count\" in the defini=
tion of flow control credit is in align of that better than using \"offse=
t\"."}],"action":{"name":"View Issue","url":"https://github.com/quicwg/ba=
se-drafts/issues/2262#issuecomment-451057671"}}}</script>
<script type=3D"application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/issues/2262#issuecomment=
-451057671",
"url": "https://github.com/quicwg/base-drafts/issues/2262#issuecomment-45=
1057671",
"name": "View Issue"
},
"description": "View this Issue on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>=

----==_mimepart_5c2d9ae73409b_50973facaccd45b819945c--


From nobody Wed Jan  2 22: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 881151310FC for <quic-issues@ietfa.amsl.com>; Wed,  2 Jan 2019 22:32:22 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -6.447
X-Spam-Level: 
X-Spam-Status: No, score=-6.447 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIMWL_WL_HIGH=-0.065, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, HTML_IMAGE_ONLY_24=1.618, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-1, RCVD_IN_DNSWL_HI=-5, SPF_PASS=-0.001] autolearn=ham autolearn_force=no
Authentication-Results: ietfa.amsl.com (amavisd-new); dkim=pass (1024-bit key) header.d=github.com
Received: from mail.ietf.org ([4.31.198.44]) by localhost (ietfa.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id bmgbyPCqDLiw for <quic-issues@ietfa.amsl.com>; Wed,  2 Jan 2019 22:32:21 -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 1627C1310FA for <quic-issues@ietf.org>; Wed,  2 Jan 2019 22:32:21 -0800 (PST)
Date: Wed, 02 Jan 2019 22:32:19 -0800
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1546497139; bh=nngUkQ/jRKMspP6mv8+TAJjQTDgFtzVydbTKtDy3eUw=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=UzHhi8T21ZB/QtDF97B0lbw+MC3Ze1s93o7pLbPbb1RZJ/XCd9u+UGYA3R2V7AgU+ tEGPFslZUNf58d1+6etajTr+SF0+sXpccMizVCCyj+ihyad2Xkbc2fsVu/WrBvHPXq lzKKu3ONBnuRtHOiIdpn/5sMVG36yi2Zh+AmcrmM=
From: Rui Paulo <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+0166e4ab9215c1faa84b674a697635f559ba57f546cab4f392cf0000000118456e7392a169ce17914056@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/issues/2283/451064787@github.com>
In-Reply-To: <quicwg/base-drafts/issues/2283@github.com>
References: <quicwg/base-drafts/issues/2283@github.com>
Subject: Re: [quicwg/base-drafts] STOP_SENDING is not depicted in the send FSM (#2283)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5c2dac73b8f25_3ea13fd4126d45b8460c"; 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/MZru7f8PI6ZQq3qqMJGTlNe78Pg>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
List-Id: Notification list for GitHub issues related to the QUIC WG <quic-issues.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=unsubscribe>
List-Archive: <https://mailarchive.ietf.org/arch/browse/quic-issues/>
List-Post: <mailto:quic-issues@ietf.org>
List-Help: <mailto:quic-issues-request@ietf.org?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, 03 Jan 2019 06:32:22 -0000

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

To me, the sending of the RESET_STREAM is a *direct* effect of receiving the STOP_SENDING.  We put STOP_SENDING in the receiving stream states, so it's omission from the sending stream states was odd 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/2283#issuecomment-451064787
----==_mimepart_5c2dac73b8f25_3ea13fd4126d45b8460c
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

<p>To me, the sending of the RESET_STREAM is a <em>direct</em> effect of receiving the STOP_SENDING.  We put STOP_SENDING in the receiving stream states, so it's omission from the sending stream states was odd 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/2283#issuecomment-451064787">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AWbkq63JKSj9v3btpAcjOyAsOPgpCwDfks5u_aPzgaJpZM4ZnSzm">mute the thread</a>.<img src="https://github.com/notifications/beacon/AWbkq_oHHI8EtykLeTb452ZGmDKUWuFXks5u_aPzgaJpZM4ZnSzm.gif" height="1" width="1" alt="" /></p>
<script type="application/json" data-scope="inboxmarkup">{"api_version":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name":"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"https://github.githubassets.com/images/email/message_cards/header.png","avatar_image_url":"https://github.githubassets.com/images/email/message_cards/avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/quicwg/base-drafts"}},"updates":{"snippets":[{"icon":"PERSON","message":"@rpaulo in #2283: To me, the sending of the RESET_STREAM is a *direct* effect of receiving the STOP_SENDING.  We put STOP_SENDING in the receiving stream states, so it's omission from the sending stream states was odd to me."}],"action":{"name":"View Issue","url":"https://github.com/quicwg/base-drafts/issues/2283#issuecomment-451064787"}}}</script>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/issues/2283#issuecomment-451064787",
"url": "https://github.com/quicwg/base-drafts/issues/2283#issuecomment-451064787",
"name": "View Issue"
},
"description": "View this Issue on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>
----==_mimepart_5c2dac73b8f25_3ea13fd4126d45b8460c--


From nobody Thu Jan  3 02: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 CC539128D0C for <quic-issues@ietfa.amsl.com>; Thu,  3 Jan 2019 02:31:54 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -6.447
X-Spam-Level: 
X-Spam-Status: No, score=-6.447 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIMWL_WL_HIGH=-0.065, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, HTML_IMAGE_ONLY_24=1.618, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-1, RCVD_IN_DNSWL_HI=-5, SPF_PASS=-0.001] autolearn=ham autolearn_force=no
Authentication-Results: ietfa.amsl.com (amavisd-new); dkim=pass (1024-bit key) header.d=github.com
Received: from mail.ietf.org ([4.31.198.44]) by localhost (ietfa.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id UgQR2jPGKY-2 for <quic-issues@ietfa.amsl.com>; Thu,  3 Jan 2019 02:31: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 61FE4130DD4 for <quic-issues@ietf.org>; Thu,  3 Jan 2019 02:31:53 -0800 (PST)
Date: Thu, 03 Jan 2019 02:31:52 -0800
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1546511512; bh=faRfevIkcdVIZLMqLqVlirbZ8haOCSM9WLmWt4BUBfk=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=kVTkypZ1nmwiQ+EjJ5Jj3C3mBE7nZawsTpvXtjohzTeMURbHs9Z9gc4QY8i8VmYsF h4Kv5yYQ7TFK7kIe6gTYhTtvPK53+HKjcws+qvcinE9ueWsOo4l/G6izTPygGSpUpU ssW/V7f1rDTr2PHuircXc8qTUVnfaJTQebHpgP9I=
From: MikkelFJ <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+0166e4abeff57657989ba56e2b8928d6d79b1fe2fe7e812492cf000000011845a69892a169ce1791b70f@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/pull/2286/c451106099@github.com>
In-Reply-To: <quicwg/base-drafts/pull/2286@github.com>
References: <quicwg/base-drafts/pull/2286@github.com>
Subject: Re: [quicwg/base-drafts] Incoming unidirectional stream cannot be reset (#2286)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5c2de498788c2_605f3fa9d20d45c41144988"; 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/A2bb7jrMPSDwL5uxWNYEO0g_aIs>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
List-Id: Notification list for GitHub issues related to the QUIC WG <quic-issues.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=unsubscribe>
List-Archive: <https://mailarchive.ietf.org/arch/browse/quic-issues/>
List-Post: <mailto:quic-issues@ietf.org>
List-Help: <mailto:quic-issues-request@ietf.org?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, 03 Jan 2019 10:31:55 -0000

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

There was an earlier draft where RST could be used for both locally and peer initiated streams. Not sure if that is relevant 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/2286#issuecomment-451106099
----==_mimepart_5c2de498788c2_605f3fa9d20d45c41144988
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

<p>There was an earlier draft where RST could be used for both locally and peer initiated streams. Not sure if that is relevant 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/2286#issuecomment-451106099">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AWbkq1JJJKZ_cEWWNtG4vKZMk7ZLt8BHks5u_dwYgaJpZM4ZnbMJ">mute the thread</a>.<img src="https://github.com/notifications/beacon/AWbkq_95xkI9BKZ0tvtok4xuczyIo8Vyks5u_dwYgaJpZM4ZnbMJ.gif" height="1" width="1" alt="" /></p>
<script type="application/json" data-scope="inboxmarkup">{"api_version":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name":"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"https://github.githubassets.com/images/email/message_cards/header.png","avatar_image_url":"https://github.githubassets.com/images/email/message_cards/avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/quicwg/base-drafts"}},"updates":{"snippets":[{"icon":"PERSON","message":"@mikkelfj in #2286: There was an earlier draft where RST could be used for both locally and peer initiated streams. Not sure if that is relevant here."}],"action":{"name":"View Pull Request","url":"https://github.com/quicwg/base-drafts/pull/2286#issuecomment-451106099"}}}</script>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/pull/2286#issuecomment-451106099",
"url": "https://github.com/quicwg/base-drafts/pull/2286#issuecomment-451106099",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>
----==_mimepart_5c2de498788c2_605f3fa9d20d45c41144988--


From nobody Thu Jan  3 02:34: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 55118130DD6 for <quic-issues@ietfa.amsl.com>; Thu,  3 Jan 2019 02:34:46 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -6.661
X-Spam-Level: 
X-Spam-Status: No, score=-6.661 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIMWL_WL_HIGH=-0.065, 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_PASS=-0.001] autolearn=ham autolearn_force=no
Authentication-Results: ietfa.amsl.com (amavisd-new); dkim=pass (1024-bit key) header.d=github.com
Received: from mail.ietf.org ([4.31.198.44]) by localhost (ietfa.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id oyQps_6VGQsZ for <quic-issues@ietfa.amsl.com>; Thu,  3 Jan 2019 02:34:44 -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 BB764130DD4 for <quic-issues@ietf.org>; Thu,  3 Jan 2019 02:34:44 -0800 (PST)
Date: Thu, 03 Jan 2019 02:34:43 -0800
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1546511683; bh=KquAVIBNc40DB7tVObVwwTUulHVJb7GXG67sMyjVYhk=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=jlrXx9ytVoOjo4pBG2Mw3OUwxge2T1S4nF2loRB7dO9i31ry0u+OEEKresUgEuvL5 Hw2myIzqAjFKhilnhZIWnib7eReoRUwMfLDOl/sIFvx27c1fTBpJXXGmvdOwPJFJnN DpWAuKLDRczVUZ1bZQrI/hE/7f9fVVPAUQsnrjXg=
From: MikkelFJ <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+0166e4abf829464a850eb735208cc48477fdd87c901a9ca092cf000000011845a74392a169ce1791b3a4@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/pull/2285/review/188961329@github.com>
In-Reply-To: <quicwg/base-drafts/pull/2285@github.com>
References: <quicwg/base-drafts/pull/2285@github.com>
Subject: Re: [quicwg/base-drafts] Rename Final Offset to Final Size (#2285)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5c2de543976f9_37673fb1662d45b812739c1"; 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/JsLCTD6FMeIQUfsEmj701SpM_WQ>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
List-Id: Notification list for GitHub issues related to the QUIC WG <quic-issues.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=unsubscribe>
List-Archive: <https://mailarchive.ietf.org/arch/browse/quic-issues/>
List-Post: <mailto:quic-issues@ietf.org>
List-Help: <mailto:quic-issues-request@ietf.org?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, 03 Jan 2019 10:34:47 -0000

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

mikkelfj commented on this pull request.



>  
-The final offset is the count of the number of bytes that are transmitted on a
-stream.  For a stream that is reset, the final offset is carried explicitly in a
-RESET_STREAM frame.  Otherwise, the final offset is the offset of the end of the
-data carried in a STREAM frame marked with a FIN flag, or 0 in the case of
-incoming unidirectional streams.
+The final size is the amount of flow control credit that is consumed by a
+stream.  Assuming that every contiguous byte on the stream was sent, the final

```suggestion
stream.  Assuming that every contiguous byte on the stream was sent once, the final
```

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

<p><b>@mikkelfj</b> commented on this pull request.</p>=0D
=0D
<hr>=0D
=0D
<p>In <a href=3D"https://github.com/quicwg/base-drafts/pull/2285#discussi=
on_r244960349">draft-ietf-quic-transport.md</a>:</p>=0D
<pre style=3D'color:#555'>&gt;  =0D
-The final offset is the count of the number of bytes that are transmitte=
d on a=0D
-stream.  For a stream that is reset, the final offset is carried explici=
tly in a=0D
-RESET_STREAM frame.  Otherwise, the final offset is the offset of the en=
d of the=0D
-data carried in a STREAM frame marked with a FIN flag, or 0 in the case =
of=0D
-incoming unidirectional streams.=0D
+The final size is the amount of flow control credit that is consumed by =
a=0D
+stream.  Assuming that every contiguous byte on the stream was sent, the=
 final=0D
</pre>=0D
=E2=AC=87=EF=B8=8F Suggested change=0D
<pre style=3D"color: #555">-stream.  Assuming that every contiguous byte =
on the stream was sent, the final=0D
+stream.  Assuming that every contiguous byte on the stream was sent once=
, the final=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/2285#pullrequestreview-188961329">view it on GitHub</=
a>, or <a href=3D"https://github.com/notifications/unsubscribe-auth/AWbkq=
z0VP5FCEYCK1mWEFgrZzWr44CoSks5u_dzDgaJpZM4Zna81">mute the thread</a>.<img=
 src=3D"https://github.com/notifications/beacon/AWbkq5-cdn3H9wdaT8CZn8ybi=
Ky7Zrwtks5u_dzDgaJpZM4Zna81.gif" height=3D"1" width=3D"1" alt=3D"" /></p>=
=0D
<script type=3D"application/json" data-scope=3D"inboxmarkup">{"api_versio=
n":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name"=
:"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"=
quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"http=
s://github.githubassets.com/images/email/message_cards/header.png","avata=
r_image_url":"https://github.githubassets.com/images/email/message_cards/=
avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/q=
uicwg/base-drafts"}},"updates":{"snippets":[{"icon":"PERSON","message":"@=
mikkelfj commented on #2285"}],"action":{"name":"View Pull Request","url"=
:"https://github.com/quicwg/base-drafts/pull/2285#pullrequestreview-18896=
1329"}}}</script>=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/2285#pullrequestrev=
iew-188961329",=0D
"url": "https://github.com/quicwg/base-drafts/pull/2285#pullrequestreview=
-188961329",=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_5c2de543976f9_37673fb1662d45b812739c1--


From nobody Thu Jan  3 10:26: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 3EE0B131236 for <quic-issues@ietfa.amsl.com>; Thu,  3 Jan 2019 10:26:18 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -6.519
X-Spam-Level: 
X-Spam-Status: No, score=-6.519 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIMWL_WL_HIGH=-0.065, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, HTML_IMAGE_ONLY_20=1.546, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-1, RCVD_IN_DNSWL_HI=-5, SPF_PASS=-0.001] autolearn=ham autolearn_force=no
Authentication-Results: ietfa.amsl.com (amavisd-new); dkim=pass (1024-bit key) header.d=github.com
Received: from mail.ietf.org ([4.31.198.44]) by localhost (ietfa.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id afXqQR3jPahZ for <quic-issues@ietfa.amsl.com>; Thu,  3 Jan 2019 10:26: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 DDB9013122F for <quic-issues@ietf.org>; Thu,  3 Jan 2019 10:26:16 -0800 (PST)
Date: Thu, 03 Jan 2019 10:26:15 -0800
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1546539975; bh=wGFVtY2/PeMkKl/kQBWB0clbnZjlAyN4Kie8vR7vz2U=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=d0OeWbJ0vlyQgAYahoIR5sWNRMv0SPiD72TP/KBePLY137Qtz3Qs1r7YVDja/uHpu C4Syq5c6jK7Z8aSoh8x8OWEMklLBnO3MYha6cL1nW0wp48zJejcHyp0vwwfrSOn3JI Yp0sqyS354C14g4xa3LdLAwOkOL+KycEpah0PQ2Y=
From: ianswett <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+0166e4ab6a97285d7d1385939b904ccf41b5113bd380c6a492cf00000001184615c792a169ce178cf63b@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/issues/2282/451232855@github.com>
In-Reply-To: <quicwg/base-drafts/issues/2282@github.com>
References: <quicwg/base-drafts/issues/2282@github.com>
Subject: Re: [quicwg/base-drafts] What the maximum of TransportParameters.max_ack_delay? (#2282)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5c2e53c71d30_66983fab4dcd45b4207710"; 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/Nxu5BClMWiCE1BzhMqpMCd8Uv8M>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
List-Id: Notification list for GitHub issues related to the QUIC WG <quic-issues.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=unsubscribe>
List-Archive: <https://mailarchive.ietf.org/arch/browse/quic-issues/>
List-Post: <mailto:quic-issues@ietf.org>
List-Help: <mailto:quic-issues-request@ietf.org?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, 03 Jan 2019 18:26:18 -0000

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

I'm concerned about int overflow and other implementation bugs.

2^14-1 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/2282#issuecomment-451232855
----==_mimepart_5c2e53c71d30_66983fab4dcd45b4207710
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

<p>I'm concerned about int overflow and other implementation bugs.</p>
<p>2^14-1 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/2282#issuecomment-451232855">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AWbkq6CdskM0VcblS8X55MchBKLWJ2T8ks5u_ktHgaJpZM4ZmCfD">mute the thread</a>.<img src="https://github.com/notifications/beacon/AWbkqxxkH6FzOp8xzHQmtvqKYs7Nl7rnks5u_ktHgaJpZM4ZmCfD.gif" height="1" width="1" alt="" /></p>
<script type="application/json" data-scope="inboxmarkup">{"api_version":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name":"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"https://github.githubassets.com/images/email/message_cards/header.png","avatar_image_url":"https://github.githubassets.com/images/email/message_cards/avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/quicwg/base-drafts"}},"updates":{"snippets":[{"icon":"PERSON","message":"@ianswett in #2282: I'm concerned about int overflow and other implementation bugs.\r\n\r\n2^14-1 SGTM"}],"action":{"name":"View Issue","url":"https://github.com/quicwg/base-drafts/issues/2282#issuecomment-451232855"}}}</script>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/issues/2282#issuecomment-451232855",
"url": "https://github.com/quicwg/base-drafts/issues/2282#issuecomment-451232855",
"name": "View Issue"
},
"description": "View this Issue on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>
----==_mimepart_5c2e53c71d30_66983fab4dcd45b4207710--


From nobody Thu Jan  3 14:02: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 A5C72130FAF for <quic-issues@ietfa.amsl.com>; Thu,  3 Jan 2019 14:02:54 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -6.447
X-Spam-Level: 
X-Spam-Status: No, score=-6.447 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIMWL_WL_HIGH=-0.065, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, HTML_IMAGE_ONLY_24=1.618, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-1, RCVD_IN_DNSWL_HI=-5, SPF_PASS=-0.001] autolearn=ham autolearn_force=no
Authentication-Results: ietfa.amsl.com (amavisd-new); dkim=pass (1024-bit key) header.d=github.com
Received: from mail.ietf.org ([4.31.198.44]) by localhost (ietfa.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 3SQHucja9fCt for <quic-issues@ietfa.amsl.com>; Thu,  3 Jan 2019 14:02:53 -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 E9EDF129AB8 for <quic-issues@ietf.org>; Thu,  3 Jan 2019 14:02:52 -0800 (PST)
Date: Thu, 03 Jan 2019 14:02:51 -0800
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1546552971; bh=IkNCtoeL4mbhYK8tL7z1sjxhhgaj8RBeRIvUxPK9/S4=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=Lb9GZnzpaGl2vCEiKUZNmqFYw7Z1qnLS5yEBV0JBkeb1uSUy/zfAtuz8LctTkkfUq NL2KLWU4tgnFdOLuvERw1TkHqK+CxA9HdgziT9bucwStaCPXpgCrqOIRC95z70Gw8W /i7MHqk00YZA1ax/xoQVKmSgHqVAnUokINO+oyms=
From: David Schinazi <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+0166e4ab6c2d365ee07ecfbc1bdd276905e7aca59d348d5292cf000000011846488b92a169ce1789f050@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/issues/2275/451291767@github.com>
In-Reply-To: <quicwg/base-drafts/issues/2275@github.com>
References: <quicwg/base-drafts/issues/2275@github.com>
Subject: Re: [quicwg/base-drafts] Varint h3 unidirectional stream types (#2275)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5c2e868bb7492_2f9a3fdfbc0d45b814895f"; 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/eSkWz-x6rEYuZHcERoQ3gjB9tDA>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
List-Id: Notification list for GitHub issues related to the QUIC WG <quic-issues.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=unsubscribe>
List-Archive: <https://mailarchive.ietf.org/arch/browse/quic-issues/>
List-Post: <mailto:quic-issues@ietf.org>
List-Help: <mailto:quic-issues-request@ietf.org?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, 03 Jan 2019 22:02:55 -0000

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

I also support this (with changing existing stream types to be <= 63). I'd also make it a MUST encode as smallest possible encoding.

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

<p>I also support this (with changing existing stream types to be &lt;= 63). I'd also make it a MUST encode as smallest possible encoding.</p>

<p style="font-size:small;-webkit-text-size-adjust:none;color:#666;">&mdash;<br />You are receiving this because you are subscribed to this thread.<br />Reply to this email directly, <a href="https://github.com/quicwg/base-drafts/issues/2275#issuecomment-451291767">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AWbkq2C_axV8WmHMyv4jhQRQw9JhXIHOks5u_n4LgaJpZM4ZlI-h">mute the thread</a>.<img src="https://github.com/notifications/beacon/AWbkq3YlaUrhQgWcmd9nreCam6JekFDEks5u_n4LgaJpZM4ZlI-h.gif" height="1" width="1" alt="" /></p>
<script type="application/json" data-scope="inboxmarkup">{"api_version":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name":"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"https://github.githubassets.com/images/email/message_cards/header.png","avatar_image_url":"https://github.githubassets.com/images/email/message_cards/avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/quicwg/base-drafts"}},"updates":{"snippets":[{"icon":"PERSON","message":"@DavidSchinazi in #2275: I also support this (with changing existing stream types to be \u003c= 63). I'd also make it a MUST encode as smallest possible encoding."}],"action":{"name":"View Issue","url":"https://github.com/quicwg/base-drafts/issues/2275#issuecomment-451291767"}}}</script>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/issues/2275#issuecomment-451291767",
"url": "https://github.com/quicwg/base-drafts/issues/2275#issuecomment-451291767",
"name": "View Issue"
},
"description": "View this Issue on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>
----==_mimepart_5c2e868bb7492_2f9a3fdfbc0d45b814895f--


From nobody Thu Jan  3 14: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 B06E0130FAF for <quic-issues@ietfa.amsl.com>; Thu,  3 Jan 2019 14:15:50 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -8.064
X-Spam-Level: 
X-Spam-Status: No, score=-8.064 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIMWL_WL_HIGH=-0.065, 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_PASS=-0.001] autolearn=ham autolearn_force=no
Authentication-Results: ietfa.amsl.com (amavisd-new); dkim=pass (1024-bit key) header.d=github.com
Received: from mail.ietf.org ([4.31.198.44]) by localhost (ietfa.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id yXM2ikwoZzKJ for <quic-issues@ietfa.amsl.com>; Thu,  3 Jan 2019 14:15:49 -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 D77BA131311 for <quic-issues@ietf.org>; Thu,  3 Jan 2019 14:15:48 -0800 (PST)
Date: Thu, 03 Jan 2019 14:15:47 -0800
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1546553747; bh=l3RLkykfAvrGdA59YTKhSEtuA/lU49gQQuEemSUQa2M=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=bK6XlFclJEWCH3CGRHOp4LXqFbvoswixiFKd50SZcV44gESfah5eqgE1sxFaHGlN1 SDGqsl2L5uDhx2STjRi8L4/rpHXaSuFiVX1gnZShhGvMVIhFYLzRTDqseeRBrj8Dz3 +6iCRGks0u/xmgZaNJN/RU71WGXuIRFWQEbjWpYM=
From: David Schinazi <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+0166e4abeba9f47c4ce09815dcadcd62f32fc7a416b052a992cf0000000118464b9392a169ce17792cde@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/issues/2253/451294928@github.com>
In-Reply-To: <quicwg/base-drafts/issues/2253@github.com>
References: <quicwg/base-drafts/issues/2253@github.com>
Subject: Re: [quicwg/base-drafts] Consider making h3 frame types varint (#2253)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5c2e8993e5df9_aab3f9b1b8d45b4921aa"; 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/XmcvL2RR0vNtKYE2Q_rTFR37Skk>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
List-Id: Notification list for GitHub issues related to the QUIC WG <quic-issues.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=unsubscribe>
List-Archive: <https://mailarchive.ietf.org/arch/browse/quic-issues/>
List-Post: <mailto:quic-issues@ietf.org>
List-Help: <mailto:quic-issues-request@ietf.org?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, 03 Jan 2019 22:15:51 -0000

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

I agree with @kazuho that exchanging H3 settings in transport parameters has appealing benefits, there is however the downside that client transport parameters are not encrypted, and this could therefore be used for fingerprinting.

That said we may be somewhat off topic, as this issue is about 8-bit vs varint for h3 frame types. Without going into the details discussed in this thread, there seems to be interest in allowing uncoordinated extensions, and varints allow those at a very small implementation 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/2253#issuecomment-451294928
----==_mimepart_5c2e8993e5df9_aab3f9b1b8d45b4921aa
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: quoted-printable

<p>I agree with <a class=3D"user-mention" data-hovercard-type=3D"user" da=
ta-hovercard-url=3D"/hovercards?user_id=3D41567" data-octo-click=3D"hover=
card-link-click" data-octo-dimensions=3D"link_type:self" href=3D"https://=
github.com/kazuho">@kazuho</a> that exchanging H3 settings in transport p=
arameters has appealing benefits, there is however the downside that clie=
nt transport parameters are not encrypted, and this could therefore be us=
ed for fingerprinting.</p>
<p>That said we may be somewhat off topic, as this issue is about 8-bit v=
s varint for h3 frame types. Without going into the details discussed in =
this thread, there seems to be interest in allowing uncoordinated extensi=
ons, and varints allow those at a very small implementation cost.</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/2253#issuecomment-451294928">view it on GitHub</a>,=
 or <a href=3D"https://github.com/notifications/unsubscribe-auth/AWbkq-mg=
zC0H9SRV4-kaVomghMW0DkgSks5u_oETgaJpZM4ZgKQr">mute the thread</a>.<img sr=
c=3D"https://github.com/notifications/beacon/AWbkq0xEgiVEUkHSRIRVCzJ10pJi=
kpTcks5u_oETgaJpZM4ZgKQr.gif" height=3D"1" width=3D"1" alt=3D"" /></p>
<script type=3D"application/json" data-scope=3D"inboxmarkup">{"api_versio=
n":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name"=
:"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"=
quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"http=
s://github.githubassets.com/images/email/message_cards/header.png","avata=
r_image_url":"https://github.githubassets.com/images/email/message_cards/=
avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/q=
uicwg/base-drafts"}},"updates":{"snippets":[{"icon":"PERSON","message":"@=
DavidSchinazi in #2253: I agree with @kazuho that exchanging H3 settings =
in transport parameters has appealing benefits, there is however the down=
side that client transport parameters are not encrypted, and this could t=
herefore be used for fingerprinting.\r\n\r\nThat said we may be somewhat =
off topic, as this issue is about 8-bit vs varint for h3 frame types. Wit=
hout going into the details discussed in this thread, there seems to be i=
nterest in allowing uncoordinated extensions, and varints allow those at =
a very small implementation cost."}],"action":{"name":"View Issue","url":=
"https://github.com/quicwg/base-drafts/issues/2253#issuecomment-451294928=
"}}}</script>
<script type=3D"application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/issues/2253#issuecomment=
-451294928",
"url": "https://github.com/quicwg/base-drafts/issues/2253#issuecomment-45=
1294928",
"name": "View Issue"
},
"description": "View this Issue on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>=

----==_mimepart_5c2e8993e5df9_aab3f9b1b8d45b4921aa--


From nobody Thu Jan  3 14: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 431A6131311 for <quic-issues@ietfa.amsl.com>; Thu,  3 Jan 2019 14:20:04 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -6.661
X-Spam-Level: 
X-Spam-Status: No, score=-6.661 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIMWL_WL_HIGH=-0.065, 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_PASS=-0.001] autolearn=ham autolearn_force=no
Authentication-Results: ietfa.amsl.com (amavisd-new); dkim=pass (1024-bit key) header.d=github.com
Received: from mail.ietf.org ([4.31.198.44]) by localhost (ietfa.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id i8iUXnJWaysT for <quic-issues@ietfa.amsl.com>; Thu,  3 Jan 2019 14:20:02 -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 917F0130FAF for <quic-issues@ietf.org>; Thu,  3 Jan 2019 14:20:02 -0800 (PST)
Date: Thu, 03 Jan 2019 14:20:01 -0800
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1546554001; bh=7yCc5gQYQyO3KH/bJR8AQGwQ2oyd7Eitk0P8+vpHR14=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=0mnkFfcY4oIkdSxIS1QkXXouaKPq9CRQmvoOCTaq/ZP8k/lHNmFNdG2p2p6JGBBnt Pq5NaKnFByibp4fANuchk93V6YBX1JYRUu8tlSB27vvnmWiDmfRtQtcmPh1n/d0PM2 JsOK83BKvhjuP+pVSgILWgjEsONf/Oq6OR94HDeA=
From: David Schinazi <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+0166e4ab92bb6c422febc9027b36b65e1f4a167e372306f292cf0000000118464c9192a169ce17707fcb@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/pull/2235/c451295817@github.com>
In-Reply-To: <quicwg/base-drafts/pull/2235@github.com>
References: <quicwg/base-drafts/pull/2235@github.com>
Subject: Re: [quicwg/base-drafts] Make HTTP frames a TLV format. This has several advantages: (#2235)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5c2e8a9192955_69ed3fc9d06d45b411625d"; 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/cH5NbqGkvpoz2_47J1w0JjnDrBQ>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
List-Id: Notification list for GitHub issues related to the QUIC WG <quic-issues.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=unsubscribe>
List-Archive: <https://mailarchive.ietf.org/arch/browse/quic-issues/>
List-Post: <mailto:quic-issues@ietf.org>
List-Help: <mailto:quic-issues-request@ietf.org?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, 03 Jan 2019 22:20:04 -0000

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

We could have h3 use both TV and TLV: for example we say that
- all even types are TV, and must be negotiated before use (or in base spec)
- all odd types are TLV, and can be used without negotiation and ignored on receipt if unknown

This allows efficient encoding while preserving extensibility.

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

<p>We could have h3 use both TV and TLV: for example we say that</p>
<ul>
<li>all even types are TV, and must be negotiated before use (or in base =
spec)</li>
<li>all odd types are TLV, and can be used without negotiation and ignore=
d on receipt if unknown</li>
</ul>
<p>This allows efficient encoding while preserving extensibility.</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/pull/2235#issuecomment-451295817">view it on GitHub</a>, o=
r <a href=3D"https://github.com/notifications/unsubscribe-auth/AWbkq-GZ_z=
cu3TanxA4yapDxsj-ZHXmwks5u_oIRgaJpZM4ZdEz2">mute the thread</a>.<img src=3D=
"https://github.com/notifications/beacon/AWbkq6h5gwxk245QkJYmUPEADZSyCQdg=
ks5u_oIRgaJpZM4ZdEz2.gif" height=3D"1" width=3D"1" alt=3D"" /></p>
<script type=3D"application/json" data-scope=3D"inboxmarkup">{"api_versio=
n":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name"=
:"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"=
quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"http=
s://github.githubassets.com/images/email/message_cards/header.png","avata=
r_image_url":"https://github.githubassets.com/images/email/message_cards/=
avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/q=
uicwg/base-drafts"}},"updates":{"snippets":[{"icon":"PERSON","message":"@=
DavidSchinazi in #2235: We could have h3 use both TV and TLV: for example=
 we say that\r\n- all even types are TV, and must be negotiated before us=
e (or in base spec)\r\n- all odd types are TLV, and can be used without n=
egotiation and ignored on receipt if unknown\r\n\r\nThis allows efficient=
 encoding while preserving extensibility."}],"action":{"name":"View Pull =
Request","url":"https://github.com/quicwg/base-drafts/pull/2235#issuecomm=
ent-451295817"}}}</script>
<script type=3D"application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/pull/2235#issuecomment-4=
51295817",
"url": "https://github.com/quicwg/base-drafts/pull/2235#issuecomment-4512=
95817",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>=

----==_mimepart_5c2e8a9192955_69ed3fc9d06d45b411625d--


From nobody Thu Jan  3 14:23:34 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 524D1131334 for <quic-issues@ietfa.amsl.com>; Thu,  3 Jan 2019 14:23:27 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -1.519
X-Spam-Level: 
X-Spam-Status: No, score=-1.519 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIMWL_WL_HIGH=-0.065, DKIM_SIGNED=0.1, DKIM_VALID=-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_PASS=-0.001] autolearn=ham autolearn_force=no
Authentication-Results: ietfa.amsl.com (amavisd-new); dkim=pass (1024-bit key) header.d=github.com
Received: from mail.ietf.org ([4.31.198.44]) by localhost (ietfa.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id r8klMq1XgShq for <quic-issues@ietfa.amsl.com>; Thu,  3 Jan 2019 14:23:25 -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 0F4F7131330 for <quic-issues@ietf.org>; Thu,  3 Jan 2019 14:23:24 -0800 (PST)
DKIM-Signature: v=1; a=rsa-sha1; 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=IjaM9P2S1np0fvMA3ahDxRctSL0=; b=uZ+col3wxsHCt/wY EOQd65e9C0MrWSpKG5/1kmAp0oGZxYV0IurBJKpR7mnAmO2sAYw3TXPZuRUO6XYh zFxQc6RTEQ/lFRPnnTkjQ91iZ7Hri3AitVpK330SyFRZ46ZUgKnZAfUKs/15FdEk 16D3MIr9SF97O9at95ze3808sW0=
Received: by filter0887p1las1.sendgrid.net with SMTP id filter0887p1las1-29112-5C2E8B5A-B 2019-01-03 22:23:22.410940703 +0000 UTC m=+453548.217469679
Received: from github-lowworker-56a5eb2.cp1-iad.github.net (unknown [192.30.252.33]) by ismtpd0042p1iad1.sendgrid.net (SG) with ESMTP id 0HGGiiezSju5NDBFaZGzhA for <quic-issues@ietf.org>; Thu, 03 Jan 2019 22:23:22.340 +0000 (UTC)
Received: from github.com (localhost [127.0.0.1]) by github-lowworker-56a5eb2.cp1-iad.github.net (Postfix) with ESMTP id 529C2C0977 for <quic-issues@ietf.org>; Thu,  3 Jan 2019 14:23:22 -0800 (PST)
Date: Thu, 03 Jan 2019 22:23:22 +0000 (UTC)
From: MikkelFJ <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+0166e4ab34c3ecea6ecdb7998529f9267f6db997ff0411d792cf0000000118464d5a92a169ce17707fcb@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/pull/2235/c451296608@github.com>
In-Reply-To: <quicwg/base-drafts/pull/2235@github.com>
References: <quicwg/base-drafts/pull/2235@github.com>
Subject: Re: [quicwg/base-drafts] Make HTTP frames a TLV format. This has several advantages: (#2235)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5c2e8b5a510ce_ac23fc3196d45b8399b3"; 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
X-SG-EID: l64QuQ2uJCcEyUykJbxN122A6QRmEpucztpreh3Pak1OXLT50XC4+ZaKHBwX6TX/7XLolXcnHTaQeH C3LygdIEUwizoZ1Z/rpcOi8GEJNpMRGuy5NRc7mrIRocBgAC5oW8LLTcIe0Ozywkws+Z39nPl/mnnB eV7jisHIec1RpLfVYp5tyIvAc6r8tK0mNe93+RpNw74eCgWRUA+LMP7m8w==
Archived-At: <https://mailarchive.ietf.org/arch/msg/quic-issues/xpGhPv-G31i0dw-lWKNm8LX3--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, 03 Jan 2019 22:23:33 -0000

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

let's not over-engineer more than we already 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/pull/2235#issuecomment-451296608
----==_mimepart_5c2e8b5a510ce_ac23fc3196d45b8399b3
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

<p>let's not over-engineer more than we already 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/pull/2235#issuecomment-451296608">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AWbkq5zabFf3Y3IID-s4_TJtNlWRGqmvks5u_oLagaJpZM4ZdEz2">mute the thread</a>.<img src="https://github.com/notifications/beacon/AWbkq5AhMZLTbLnDePJhq7bClXMskTppks5u_oLagaJpZM4ZdEz2.gif" height="1" width="1" alt="" /></p>
<script type="application/json" data-scope="inboxmarkup">{"api_version":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name":"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"https://github.githubassets.com/images/email/message_cards/header.png","avatar_image_url":"https://github.githubassets.com/images/email/message_cards/avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/quicwg/base-drafts"}},"updates":{"snippets":[{"icon":"PERSON","message":"@mikkelfj in #2235: let's not over-engineer more than we already have"}],"action":{"name":"View Pull Request","url":"https://github.com/quicwg/base-drafts/pull/2235#issuecomment-451296608"}}}</script>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/pull/2235#issuecomment-451296608",
"url": "https://github.com/quicwg/base-drafts/pull/2235#issuecomment-451296608",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>
----==_mimepart_5c2e8b5a510ce_ac23fc3196d45b8399b3--


From nobody Thu Jan  3 14:48: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 2307A131351 for <quic-issues@ietfa.amsl.com>; Thu,  3 Jan 2019 14:48:13 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -8.065
X-Spam-Level: 
X-Spam-Status: No, score=-8.065 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIMWL_WL_HIGH=-0.065, 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_PASS=-0.001] autolearn=ham autolearn_force=no
Authentication-Results: ietfa.amsl.com (amavisd-new); dkim=pass (1024-bit key) header.d=github.com
Received: from mail.ietf.org ([4.31.198.44]) by localhost (ietfa.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id SN3lchAyo4eQ for <quic-issues@ietfa.amsl.com>; Thu,  3 Jan 2019 14:48: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 5B058130DE3 for <quic-issues@ietf.org>; Thu,  3 Jan 2019 14:48:11 -0800 (PST)
Date: Thu, 03 Jan 2019 14:48:10 -0800
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1546555690; bh=bvdpemIFW4ArXMM9BjmpHZHdplURmVNbXSk2YNbTuF8=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=LwbWuvOR25MloSelSMCkKPFb4MnszXllHor3Kwj1kh5b3Tns7ntiXGBF2zfZjkVKy suMMCm8oKFxfp6wAQn3RQnvbWflW/2pYdj86cVidV5ClD+p3NJScwzkbv9MVFtlC8r L805Up4da9nVLFE85KjIu826yM9ZdSoZDFVEeaWc=
From: David Schinazi <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+0166e4ab44cbe3a2444d1d0aa45933efc1ddf726526f064e92cf000000011846532a92a169ce177f0208@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/issues/2259/451302488@github.com>
In-Reply-To: <quicwg/base-drafts/issues/2259@github.com>
References: <quicwg/base-drafts/issues/2259@github.com>
Subject: Re: [quicwg/base-drafts] amplification attack using Retry and VN triggered by coalesced Initial packets (#2259)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5c2e912a836e7_3fa13faff6ad45b81447e1"; 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/b0NIxpTCf5-fhrUnyofTFUl79Ss>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
List-Id: Notification list for GitHub issues related to the QUIC WG <quic-issues.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=unsubscribe>
List-Archive: <https://mailarchive.ietf.org/arch/browse/quic-issues/>
List-Post: <mailto:quic-issues@ietf.org>
List-Help: <mailto:quic-issues-request@ietf.org?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, 03 Jan 2019 22:48:13 -0000

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

The current text on coalescing packets is:
> `Senders MUST NOT coalesce QUIC packets for different connections into a single UDP datagram. Receivers SHOULD ignore any subsequent packets with a different Destination Connection ID than the first packet in the datagram.`

We could solve this amplification attack by changing that quote to `Destination Connection ID or Version`, and add text like: `If a server receives a coalesced QUIC packet that causes it to send a Retry or Version Negotiation packet, the server MUST silently drop all subsequent coalesced packets in this UDP datagram.` This has the advantage of not limiting the type or number of coalesced 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/2259#issuecomment-451302488
----==_mimepart_5c2e912a836e7_3fa13faff6ad45b81447e1
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: quoted-printable

<p>The current text on coalescing packets is:</p>
<blockquote>
<p><code>Senders MUST NOT coalesce QUIC packets for different connections=
 into a single UDP datagram. Receivers SHOULD ignore any subsequent packe=
ts with a different Destination Connection ID than the first packet in th=
e datagram.</code></p>
</blockquote>
<p>We could solve this amplification attack by changing that quote to <co=
de>Destination Connection ID or Version</code>, and add text like: <code>=
If a server receives a coalesced QUIC packet that causes it to send a Ret=
ry or Version Negotiation packet, the server MUST silently drop all subse=
quent coalesced packets in this UDP datagram.</code> This has the advanta=
ge of not limiting the type or number of coalesced packets.</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/2259#issuecomment-451302488">view it on GitHub</a>,=
 or <a href=3D"https://github.com/notifications/unsubscribe-auth/AWbkq2j2=
jQipDQRNVmdQQQ6a7Gnf777Qks5u_oiqgaJpZM4Zh5Ox">mute the thread</a>.<img sr=
c=3D"https://github.com/notifications/beacon/AWbkqz0voyifRHdn0kVSNHhxMGh1=
eBnuks5u_oiqgaJpZM4Zh5Ox.gif" height=3D"1" width=3D"1" alt=3D"" /></p>
<script type=3D"application/json" data-scope=3D"inboxmarkup">{"api_versio=
n":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name"=
:"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"=
quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"http=
s://github.githubassets.com/images/email/message_cards/header.png","avata=
r_image_url":"https://github.githubassets.com/images/email/message_cards/=
avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/q=
uicwg/base-drafts"}},"updates":{"snippets":[{"icon":"PERSON","message":"@=
DavidSchinazi in #2259: The current text on coalescing packets is:\r\n\u0=
03e `Senders MUST NOT coalesce QUIC packets for different connections int=
o a single UDP datagram. Receivers SHOULD ignore any subsequent packets w=
ith a different Destination Connection ID than the first packet in the da=
tagram.`\r\n\r\nWe could solve this amplification attack by changing that=
 quote to `Destination Connection ID or Version`, and add text like: `If =
a server receives a coalesced QUIC packet that causes it to send a Retry =
or Version Negotiation packet, the server MUST silently drop all subseque=
nt coalesced packets in this UDP datagram.` This has the advantage of not=
 limiting the type or number of coalesced packets."}],"action":{"name":"V=
iew Issue","url":"https://github.com/quicwg/base-drafts/issues/2259#issue=
comment-451302488"}}}</script>
<script type=3D"application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/issues/2259#issuecomment=
-451302488",
"url": "https://github.com/quicwg/base-drafts/issues/2259#issuecomment-45=
1302488",
"name": "View Issue"
},
"description": "View this Issue on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>=

----==_mimepart_5c2e912a836e7_3fa13faff6ad45b81447e1--


From nobody Thu Jan  3 15:05: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 C7302130F11 for <quic-issues@ietfa.amsl.com>; Thu,  3 Jan 2019 15:05:14 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -8.065
X-Spam-Level: 
X-Spam-Status: No, score=-8.065 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIMWL_WL_HIGH=-0.065, 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_PASS=-0.001] autolearn=ham autolearn_force=no
Authentication-Results: ietfa.amsl.com (amavisd-new); dkim=pass (1024-bit key) header.d=github.com
Received: from mail.ietf.org ([4.31.198.44]) by localhost (ietfa.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id irv1YUpaVc0w for <quic-issues@ietfa.amsl.com>; Thu,  3 Jan 2019 15:05:13 -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 26A4D130DE3 for <quic-issues@ietf.org>; Thu,  3 Jan 2019 15:05:13 -0800 (PST)
Date: Thu, 03 Jan 2019 15:05:12 -0800
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1546556712; bh=XF+Hw7hbIwUpswEy5iQhKy0kspb7Rzq9/jQD8rm05+E=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=w+O6EPQhz+BwKe3SPbt3J1q/9o2aRKuCle+iLdORL4cByqyuLstmBh6zfgSn6nOcy l/alRfB7azyCQ6V6O25Xdkc8AAr/e/0EnCb+aQKe7yGHedjm534ADwp9cAQYGfs0kP d03slWgRWzxe2j72QclSjnDJrTyCkaHodyNZIydQ=
From: MikkelFJ <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+0166e4aba01f694fb942f51010bfa516734dcc2830689c1e92cf000000011846572892a169ce177f0208@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/issues/2259/451306262@github.com>
In-Reply-To: <quicwg/base-drafts/issues/2259@github.com>
References: <quicwg/base-drafts/issues/2259@github.com>
Subject: Re: [quicwg/base-drafts] amplification attack using Retry and VN triggered by coalesced Initial packets (#2259)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5c2e95282658c_517e3f8dc08d45b81689e7"; 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/muqrPXLxjU0otHQ4eDCEPduKfLc>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
List-Id: Notification list for GitHub issues related to the QUIC WG <quic-issues.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=unsubscribe>
List-Archive: <https://mailarchive.ietf.org/arch/browse/quic-issues/>
List-Post: <mailto:quic-issues@ietf.org>
List-Help: <mailto:quic-issues-request@ietf.org?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, 03 Jan 2019 23:05:15 -0000

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

Currently coalescing only makes sense in early packets, but as a general concept I don't like forcing ordering on processing independent packets because it affects concurrency design.

Since the problem relates to stateless transmission there is only the datagram to latch onto as a substitute for state and this sort of requires ordering as @DavidSchinazi suggests.

If instead we require that a VN or Retry can only be sent if it is triggered by the very first QUIC packet in a datagram then we avoid most of the ordering. A recommendation could be to silently drop further packets, but not require it. What could go wrong if subsequent packets were to be processed (keeping in mind that it will cause a stateful transition of successful)?


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

<p>Currently coalescing only makes sense in early packets, but as a gener=
al concept I don't like forcing ordering on processing independent packet=
s because it affects concurrency design.</p>
<p>Since the problem relates to stateless transmission there is only the =
datagram to latch onto as a substitute for state and this sort of require=
s ordering as <a class=3D"user-mention" data-hovercard-type=3D"user" data=
-hovercard-url=3D"/hovercards?user_id=3D5599133" data-octo-click=3D"hover=
card-link-click" data-octo-dimensions=3D"link_type:self" href=3D"https://=
github.com/DavidSchinazi">@DavidSchinazi</a> suggests.</p>
<p>If instead we require that a VN or Retry can only be sent if it is tri=
ggered by the very first QUIC packet in a datagram then we avoid most of =
the ordering. A recommendation could be to silently drop further packets,=
 but not require it. What could go wrong if subsequent packets were to be=
 processed (keeping in mind that it will cause a stateful transition of s=
uccessful)?</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/2259#issuecomment-451306262">view it on GitHub</a>,=
 or <a href=3D"https://github.com/notifications/unsubscribe-auth/AWbkq9XE=
HkXpD7jBb8VFeSc67W63WywHks5u_oyogaJpZM4Zh5Ox">mute the thread</a>.<img sr=
c=3D"https://github.com/notifications/beacon/AWbkq8WRuBfitvco0f1nRqt0z9-E=
ajUZks5u_oyogaJpZM4Zh5Ox.gif" height=3D"1" width=3D"1" alt=3D"" /></p>
<script type=3D"application/json" data-scope=3D"inboxmarkup">{"api_versio=
n":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name"=
:"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"=
quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"http=
s://github.githubassets.com/images/email/message_cards/header.png","avata=
r_image_url":"https://github.githubassets.com/images/email/message_cards/=
avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/q=
uicwg/base-drafts"}},"updates":{"snippets":[{"icon":"PERSON","message":"@=
mikkelfj in #2259: Currently coalescing only makes sense in early packets=
, but as a general concept I don't like forcing ordering on processing in=
dependent packets because it affects concurrency design.\r\n\r\nSince the=
 problem relates to stateless transmission there is only the datagram to =
latch onto as a substitute for state and this sort of requires ordering a=
s @DavidSchinazi suggests.\r\n\r\nIf instead we require that a VN or Retr=
y can only be sent if it is triggered by the very first QUIC packet in a =
datagram then we avoid most of the ordering. A recommendation could be to=
 silently drop further packets, but not require it. What could go wrong i=
f subsequent packets were to be processed (keeping in mind that it will c=
ause a stateful transition of successful)?\r\n"}],"action":{"name":"View =
Issue","url":"https://github.com/quicwg/base-drafts/issues/2259#issuecomm=
ent-451306262"}}}</script>
<script type=3D"application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/issues/2259#issuecomment=
-451306262",
"url": "https://github.com/quicwg/base-drafts/issues/2259#issuecomment-45=
1306262",
"name": "View Issue"
},
"description": "View this Issue on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>=

----==_mimepart_5c2e95282658c_517e3f8dc08d45b81689e7--


From nobody Thu Jan  3 15:23: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 CC61A131354 for <quic-issues@ietfa.amsl.com>; Thu,  3 Jan 2019 15:23:13 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -6.661
X-Spam-Level: 
X-Spam-Status: No, score=-6.661 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIMWL_WL_HIGH=-0.065, 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_PASS=-0.001] autolearn=ham autolearn_force=no
Authentication-Results: ietfa.amsl.com (amavisd-new); dkim=pass (1024-bit key) header.d=github.com
Received: 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-g_gUMQlF-B for <quic-issues@ietfa.amsl.com>; Thu,  3 Jan 2019 15:23:11 -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 B03BC130EE9 for <quic-issues@ietf.org>; Thu,  3 Jan 2019 15:23:11 -0800 (PST)
Date: Thu, 03 Jan 2019 15:23:10 -0800
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1546557790; bh=jhj7J8VxP7RKodQpXlfN7Hvz38QRNvFvGuHJE6hJL/o=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=jVRES3YnNvYhVkLj3WOPKHLOZqOZr0V2X7jA+3XDKxrdZ3LIARF5Arme5nuW9Rb4K P/tYxwqpsOcASOhryD4BGlFJkWBGppJHvBags2AUvUdYWY+e61Vc2hL530Ogl2Jo/e 5DJXz3EmvruLrgVNO+0cBOQiqEFk0UEeHLTLeU3w=
From: David Schinazi <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+0166e4abe9da33051fb7cfdc9d90f99e7ddd2de7db35442792cf0000000118465b5e92a169ce177f0208@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/issues/2259/451309890@github.com>
In-Reply-To: <quicwg/base-drafts/issues/2259@github.com>
References: <quicwg/base-drafts/issues/2259@github.com>
Subject: Re: [quicwg/base-drafts] amplification attack using Retry and VN triggered by coalesced Initial packets (#2259)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5c2e995ed1146_5c893fcc6acd45bc17595b"; 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/bgeiqwZ2_nnuu-5-DO1kDkguNdc>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
List-Id: Notification list for GitHub issues related to the QUIC WG <quic-issues.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=unsubscribe>
List-Archive: <https://mailarchive.ietf.org/arch/browse/quic-issues/>
List-Post: <mailto:quic-issues@ietf.org>
List-Help: <mailto:quic-issues-request@ietf.org?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, 03 Jan 2019 23:23:14 -0000

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

@mikkelfj I didn't suggest enforcing ordering. Whichever packets causes sending Retry/VN causes all subsequent packets to be dropped. I don't see having the third packet trigger a Retry as an 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/2259#issuecomment-451309890
----==_mimepart_5c2e995ed1146_5c893fcc6acd45bc17595b
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> I didn't suggest enforcing ordering. Whichever packets causes sending Retry/VN causes all subsequent packets to be dropped. I don't see having the third packet trigger a Retry as an 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/2259#issuecomment-451309890">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AWbkq8qjZZYP0bCVeulJB3ddl3DUbPG8ks5u_pDegaJpZM4Zh5Ox">mute the thread</a>.<img src="https://github.com/notifications/beacon/AWbkq27TKPz7Dqk3G1Ug40PwZxcRX1Reks5u_pDegaJpZM4Zh5Ox.gif" height="1" width="1" alt="" /></p>
<script type="application/json" data-scope="inboxmarkup">{"api_version":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name":"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"https://github.githubassets.com/images/email/message_cards/header.png","avatar_image_url":"https://github.githubassets.com/images/email/message_cards/avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/quicwg/base-drafts"}},"updates":{"snippets":[{"icon":"PERSON","message":"@DavidSchinazi in #2259: @mikkelfj I didn't suggest enforcing ordering. Whichever packets causes sending Retry/VN causes all subsequent packets to be dropped. I don't see having the third packet trigger a Retry as an an issue."}],"action":{"name":"View Issue","url":"https://github.com/quicwg/base-drafts/issues/2259#issuecomment-451309890"}}}</script>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/issues/2259#issuecomment-451309890",
"url": "https://github.com/quicwg/base-drafts/issues/2259#issuecomment-451309890",
"name": "View Issue"
},
"description": "View this Issue on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>
----==_mimepart_5c2e995ed1146_5c893fcc6acd45bc17595b--


From nobody Thu Jan  3 15:34: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 15A02131379 for <quic-issues@ietfa.amsl.com>; Thu,  3 Jan 2019 15:34:17 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -8.065
X-Spam-Level: 
X-Spam-Status: No, score=-8.065 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIMWL_WL_HIGH=-0.065, 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_PASS=-0.001] autolearn=ham autolearn_force=no
Authentication-Results: ietfa.amsl.com (amavisd-new); dkim=pass (1024-bit key) header.d=github.com
Received: from mail.ietf.org ([4.31.198.44]) by localhost (ietfa.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id g8IN4BJaqu2m for <quic-issues@ietfa.amsl.com>; Thu,  3 Jan 2019 15:34:15 -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 5917A130DE5 for <quic-issues@ietf.org>; Thu,  3 Jan 2019 15:34:15 -0800 (PST)
Date: Thu, 03 Jan 2019 15:34:14 -0800
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1546558454; bh=S/1jJepn/ZC0fY5VaaEu9PSmou6zv7F+ofPMGVFGUFs=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=icdW3SepSTn9OrtGVtUWhqVsj9XnFSP0hYtAdq/CmjwJfRkRLqUVQWHxB7uXF6Kku in72BlCsVwvDDZtSkUvunWabRSZWoW9+MjC27wqliR29o2rDrtURZCjvRqUjfElfDQ 4pw/slWI30lPv+KqNlR/x00vw8YlZNmXiTRFtL9w=
From: MikkelFJ <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+0166e4abc780e22b9fd53456f05f7d2ebbec3f7b0f67f14092cf0000000118465df692a169ce177f0208@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/issues/2259/451312132@github.com>
In-Reply-To: <quicwg/base-drafts/issues/2259@github.com>
References: <quicwg/base-drafts/issues/2259@github.com>
Subject: Re: [quicwg/base-drafts] amplification attack using Retry and VN triggered by coalesced Initial packets (#2259)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5c2e9bf63e950_5d4b3fded30d45c061728"; 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/VMQe5o6gjL0SPstsLEXcowG0vRk>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
List-Id: Notification list for GitHub issues related to the QUIC WG <quic-issues.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=unsubscribe>
List-Archive: <https://mailarchive.ietf.org/arch/browse/quic-issues/>
List-Post: <mailto:quic-issues@ietf.org>
List-Help: <mailto:quic-issues-request@ietf.org?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, 03 Jan 2019 23:34:17 -0000

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

@DavidSchinazi even if there is no strict ordering, there is still coordination. And reading you text verbatim you also require the first Reset / VN triggering packet to win.

For the sake of argument assume packets were coalesced in the general case. A single preprocessor locates packet boundaries and pushes each packet to a queue handled by several processing units which picks a packet whenever it is available for processing. Suddenly one of these processors wants to emit a Reset. It then has to signal all other processors that they should stop doing what they are doing if they happen to be processing the same datagram. Furthermore, the processor must figure out if there is another processor also wanting to send a VN or Reset on the same datagram, and if so, if it is earlier in the datagram such that the correct winner can be identified.

In praxis such complexity would not be implemented as long as coalescing only happens during handshake, but it illustrates that ordering constraints are difficult when introducing concurrency in processing.

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/quicwg/base-drafts/issues/2259#issuecomment-451312132
----==_mimepart_5c2e9bf63e950_5d4b3fded30d45c061728
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=3D5599133" data-octo-click=3D"hovercard-link-c=
lick" data-octo-dimensions=3D"link_type:self" href=3D"https://github.com/=
DavidSchinazi">@DavidSchinazi</a> even if there is no strict ordering, th=
ere is still coordination. And reading you text verbatim you also require=
 the first Reset / VN triggering packet to win.</p>
<p>For the sake of argument assume packets were coalesced in the general =
case. A single preprocessor locates packet boundaries and pushes each pac=
ket to a queue handled by several processing units which picks a packet w=
henever it is available for processing. Suddenly one of these processors =
wants to emit a Reset. It then has to signal all other processors that th=
ey should stop doing what they are doing if they happen to be processing =
the same datagram. Furthermore, the processor must figure out if there is=
 another processor also wanting to send a VN or Reset on the same datagra=
m, and if so, if it is earlier in the datagram such that the correct winn=
er can be identified.</p>
<p>In praxis such complexity would not be implemented as long as coalesci=
ng only happens during handshake, but it illustrates that ordering constr=
aints are difficult when introducing concurrency in processing.</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/2259#issuecomment-451312132">view it on GitHub</a>,=
 or <a href=3D"https://github.com/notifications/unsubscribe-auth/AWbkq7aV=
rv1o0eRKzriqzN_EejCvaOwNks5u_pN2gaJpZM4Zh5Ox">mute the thread</a>.<img sr=
c=3D"https://github.com/notifications/beacon/AWbkq2LKFWMnE8DQh_a1jjWEGB0f=
H3lUks5u_pN2gaJpZM4Zh5Ox.gif" height=3D"1" width=3D"1" alt=3D"" /></p>
<script type=3D"application/json" data-scope=3D"inboxmarkup">{"api_versio=
n":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name"=
:"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"=
quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"http=
s://github.githubassets.com/images/email/message_cards/header.png","avata=
r_image_url":"https://github.githubassets.com/images/email/message_cards/=
avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/q=
uicwg/base-drafts"}},"updates":{"snippets":[{"icon":"PERSON","message":"@=
mikkelfj in #2259: @DavidSchinazi even if there is no strict ordering, th=
ere is still coordination. And reading you text verbatim you also require=
 the first Reset / VN triggering packet to win.\r\n\r\nFor the sake of ar=
gument assume packets were coalesced in the general case. A single prepro=
cessor locates packet boundaries and pushes each packet to a queue handle=
d by several processing units which picks a packet whenever it is availab=
le for processing. Suddenly one of these processors wants to emit a Reset=
. It then has to signal all other processors that they should stop doing =
what they are doing if they happen to be processing the same datagram. Fu=
rthermore, the processor must figure out if there is another processor al=
so wanting to send a VN or Reset on the same datagram, and if so, if it i=
s earlier in the datagram such that the correct winner can be identified.=
\r\n\r\nIn praxis such complexity would not be implemented as long as coa=
lescing only happens during handshake, but it illustrates that ordering c=
onstraints are difficult when introducing concurrency in processing."}],"=
action":{"name":"View Issue","url":"https://github.com/quicwg/base-drafts=
/issues/2259#issuecomment-451312132"}}}</script>
<script type=3D"application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/issues/2259#issuecomment=
-451312132",
"url": "https://github.com/quicwg/base-drafts/issues/2259#issuecomment-45=
1312132",
"name": "View Issue"
},
"description": "View this Issue on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>=

----==_mimepart_5c2e9bf63e950_5d4b3fded30d45c061728--


From nobody Thu Jan  3 15:43: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 CF94E130F3E for <quic-issues@ietfa.amsl.com>; Thu,  3 Jan 2019 15:43:45 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -8.064
X-Spam-Level: 
X-Spam-Status: No, score=-8.064 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIMWL_WL_HIGH=-0.065, 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_PASS=-0.001] autolearn=ham autolearn_force=no
Authentication-Results: ietfa.amsl.com (amavisd-new); dkim=pass (1024-bit key) header.d=github.com
Received: from mail.ietf.org ([4.31.198.44]) by localhost (ietfa.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id tXymiaZUHrso for <quic-issues@ietfa.amsl.com>; Thu,  3 Jan 2019 15:43:44 -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 21CEB130DEE for <quic-issues@ietf.org>; Thu,  3 Jan 2019 15:43:44 -0800 (PST)
Date: Thu, 03 Jan 2019 15:43:43 -0800
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1546559023; bh=KofTSxbV4kqR3CfTayQ/+5v1IKTlGsabbHD0ZhY8Zp0=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=HysBbBNHcpDr2rQUWcbbtykmJSyJKXAAXsxJGeYAmT+oYK3WQ1fQa7l1JZRYAtJ3h b7fNUvnh+C9EUfA7iadrnCYtfjGsRACjRB5EGpMhEiSjLMH0h0rUKKlDaVQZ392/m3 IpxiBFq/R678uHN0faWr6aDuxydYFDSUySOZ9uuo=
From: David Schinazi <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+0166e4abea5a89fa1045c9fbef91b57ffba3a2815d89393492cf000000011846602f92a169ce177f0208@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/issues/2259/451313928@github.com>
In-Reply-To: <quicwg/base-drafts/issues/2259@github.com>
References: <quicwg/base-drafts/issues/2259@github.com>
Subject: Re: [quicwg/base-drafts] amplification attack using Retry and VN triggered by coalesced Initial packets (#2259)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5c2e9e2f3cb60_5d533fded30d45c073740"; 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/GUBx_JYY8ijfK8AEKYVQ3YmuexQ>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
List-Id: Notification list for GitHub issues related to the QUIC WG <quic-issues.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=unsubscribe>
List-Archive: <https://mailarchive.ietf.org/arch/browse/quic-issues/>
List-Post: <mailto:quic-issues@ietf.org>
List-Help: <mailto:quic-issues-request@ietf.org?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, 03 Jan 2019 23:43:46 -0000

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

@mikkelfj Ah I see, I thought you meant requiring/enforcing in which order packets are sent, but you meant that now the order in which they are sent matters when it didn't used to. I agree with you, and I see how this could be an issue for some implementations.

Another solution would be to prohibit sending Retry/VN in response to packets that are smaller than 601 bytes (the idea behind the number 601=1200/2+1 is that if well-behaved clients always pad their largest long header it should meet this 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/2259#issuecomment-451313928
----==_mimepart_5c2e9e2f3cb60_5d533fded30d45c073740
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=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> Ah I see, I thought you meant requiring/enforcing =
in which order packets are sent, but you meant that now the order in whic=
h they are sent matters when it didn't used to. I agree with you, and I s=
ee how this could be an issue for some implementations.</p>
<p>Another solution would be to prohibit sending Retry/VN in response to =
packets that are smaller than 601 bytes (the idea behind the number 601=3D=
1200/2+1 is that if well-behaved clients always pad their largest long he=
ader it should meet this requirement).</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/2259#issuecomment-451313928">view it on GitHub</a>,=
 or <a href=3D"https://github.com/notifications/unsubscribe-auth/AWbkq5Um=
tu2xHuqCTOcg01il-GRUFYGZks5u_pWvgaJpZM4Zh5Ox">mute the thread</a>.<img sr=
c=3D"https://github.com/notifications/beacon/AWbkqxpdqBKLc0OCpQMkMvvY1VOr=
gLRZks5u_pWvgaJpZM4Zh5Ox.gif" height=3D"1" width=3D"1" alt=3D"" /></p>
<script type=3D"application/json" data-scope=3D"inboxmarkup">{"api_versio=
n":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name"=
:"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"=
quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"http=
s://github.githubassets.com/images/email/message_cards/header.png","avata=
r_image_url":"https://github.githubassets.com/images/email/message_cards/=
avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/q=
uicwg/base-drafts"}},"updates":{"snippets":[{"icon":"PERSON","message":"@=
DavidSchinazi in #2259: @mikkelfj Ah I see, I thought you meant requiring=
/enforcing in which order packets are sent, but you meant that now the or=
der in which they are sent matters when it didn't used to. I agree with y=
ou, and I see how this could be an issue for some implementations.\r\n\r\=
nAnother solution would be to prohibit sending Retry/VN in response to pa=
ckets that are smaller than 601 bytes (the idea behind the number 601=3D1=
200/2+1 is that if well-behaved clients always pad their largest long hea=
der it should meet this requirement)."}],"action":{"name":"View Issue","u=
rl":"https://github.com/quicwg/base-drafts/issues/2259#issuecomment-45131=
3928"}}}</script>
<script type=3D"application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/issues/2259#issuecomment=
-451313928",
"url": "https://github.com/quicwg/base-drafts/issues/2259#issuecomment-45=
1313928",
"name": "View Issue"
},
"description": "View this Issue on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>=

----==_mimepart_5c2e9e2f3cb60_5d533fded30d45c073740--


From nobody Thu Jan  3 16:31: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 00D24131394 for <quic-issues@ietfa.amsl.com>; Thu,  3 Jan 2019 16:31:58 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -6.447
X-Spam-Level: 
X-Spam-Status: No, score=-6.447 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIMWL_WL_HIGH=-0.065, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, HTML_IMAGE_ONLY_24=1.618, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-1, RCVD_IN_DNSWL_HI=-5, SPF_PASS=-0.001] autolearn=ham autolearn_force=no
Authentication-Results: ietfa.amsl.com (amavisd-new); dkim=pass (1024-bit key) header.d=github.com
Received: from mail.ietf.org ([4.31.198.44]) by localhost (ietfa.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id cGAyMrGk_6UT for <quic-issues@ietfa.amsl.com>; Thu,  3 Jan 2019 16:31:55 -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 68BB21313A4 for <quic-issues@ietf.org>; Thu,  3 Jan 2019 16:31:54 -0800 (PST)
Date: Thu, 03 Jan 2019 16:31:53 -0800
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1546561913; bh=XzfasqGxm/vwN8qbg4mb6qvb4yEHNaylXSq4lSygbpY=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=g7OoMdzGY0Q6eWzkkCgLjyTDOuHb8l7zOgUYVRPLq1l6gduNJoVZWrBM80luoPA1j OoJJDziMWKoVN9TQovs0Xd7ETG+bU4CawIW/K6xd/0OoYK0uIgJPb+Nx9VTTsJwpe4 2J57dDqtX2Gih3dmyjICnf92eDQFVeLoJ9bcWJrI=
From: Benjamin Saunders <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+0166e4ab4978c822eec812012cc72c3ef04098b35661c8f892cf0000000118466b7992a169ce178befb2@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/pull/2281/c451322057@github.com>
In-Reply-To: <quicwg/base-drafts/pull/2281@github.com>
References: <quicwg/base-drafts/pull/2281@github.com>
Subject: Re: [quicwg/base-drafts] Include handshake anti-deadlock logic in pseudocode (#2281)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5c2ea9795aba7_2a933fe5c0cd45c0175cd"; 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/z2RqSaxRJR98Jw5Sru5piHo0gXA>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
List-Id: Notification list for GitHub issues related to the QUIC WG <quic-issues.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=unsubscribe>
List-Archive: <https://mailarchive.ietf.org/arch/browse/quic-issues/>
List-Post: <mailto:quic-issues@ietf.org>
List-Help: <mailto:quic-issues-request@ietf.org?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, 04 Jan 2019 00:31:58 -0000

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

On review, the client certainly doesn't need to pad Handshake level anti-deadlock packets to 1200 bytes, though it must send them so long as it hasn't seen an ACK or sent anything that it would otherwise be required to retransmit.

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

<p>On review, the client certainly doesn't need to pad Handshake level anti-deadlock packets to 1200 bytes, though it must send them so long as it hasn't seen an ACK or sent anything that it would otherwise be required to retransmit.</p>

<p style="font-size:small;-webkit-text-size-adjust:none;color:#666;">&mdash;<br />You are receiving this because you are subscribed to this thread.<br />Reply to this email directly, <a href="https://github.com/quicwg/base-drafts/pull/2281#issuecomment-451322057">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AWbkq1ezJS0Ls-bksuExzkcCYh82fcBpks5u_qD5gaJpZM4Zluan">mute the thread</a>.<img src="https://github.com/notifications/beacon/AWbkq9qepNDQVGnO62xipASi0XPm-9Geks5u_qD5gaJpZM4Zluan.gif" height="1" width="1" alt="" /></p>
<script type="application/json" data-scope="inboxmarkup">{"api_version":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name":"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"https://github.githubassets.com/images/email/message_cards/header.png","avatar_image_url":"https://github.githubassets.com/images/email/message_cards/avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/quicwg/base-drafts"}},"updates":{"snippets":[{"icon":"PERSON","message":"@Ralith in #2281: On review, the client certainly doesn't need to pad Handshake level anti-deadlock packets to 1200 bytes, though it must send them so long as it hasn't seen an ACK or sent anything that it would otherwise be required to retransmit."}],"action":{"name":"View Pull Request","url":"https://github.com/quicwg/base-drafts/pull/2281#issuecomment-451322057"}}}</script>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/pull/2281#issuecomment-451322057",
"url": "https://github.com/quicwg/base-drafts/pull/2281#issuecomment-451322057",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>
----==_mimepart_5c2ea9795aba7_2a933fe5c0cd45c0175cd--


From nobody Thu Jan  3 16:52: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 41CBE1313B3 for <quic-issues@ietfa.amsl.com>; Thu,  3 Jan 2019 16:52:18 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -6.661
X-Spam-Level: 
X-Spam-Status: No, score=-6.661 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIMWL_WL_HIGH=-0.065, 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_PASS=-0.001] autolearn=ham autolearn_force=no
Authentication-Results: ietfa.amsl.com (amavisd-new); dkim=pass (1024-bit key) header.d=github.com
Received: from mail.ietf.org ([4.31.198.44]) by localhost (ietfa.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id pNV9RCPiHNhK for <quic-issues@ietfa.amsl.com>; Thu,  3 Jan 2019 16:52:17 -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 E9A831313B2 for <quic-issues@ietf.org>; Thu,  3 Jan 2019 16:52:16 -0800 (PST)
Date: Thu, 03 Jan 2019 16:52:16 -0800
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1546563136; bh=9EoH8GQ2DI5ALhlPZY02AgTs/GDLBIVWApO6DgUYa9E=; h=Date:From:Reply-To:To:Cc:Subject:List-ID:List-Archive:List-Post: List-Unsubscribe:From; b=VWDYO30ioIaHf0qfSZD9zMu7BpqCvddsoMhzryvCPNPpk8tz9UmNrgTD42gHfnyPF B3NgWRM9pC8pUdUMBZcW1UIWaKRV4d+GUgR7UvjUc+wAowecxU50pqG1K43K2Zd0OG BdN8mNeKFCJZUuqI2JiimMCtQ7V59Rw1WxnB2kgo=
From: David Schinazi <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+0166e4ab413d4cc2707f2437183e67c64f3e86001f1a2fb992cf000000011846704092a169ce179710d4@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/pull/2288@github.com>
Subject: [quicwg/base-drafts] draft-tls typo: replace mention of packet number protection with header protection (#2288)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5c2eae4048d56_28343ffa8ced45c4138742"; 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/EsaiEbG938ihsYWOakYtwFr6p6I>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
List-Id: Notification list for GitHub issues related to the QUIC WG <quic-issues.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=unsubscribe>
List-Archive: <https://mailarchive.ietf.org/arch/browse/quic-issues/>
List-Post: <mailto:quic-issues@ietf.org>
List-Help: <mailto:quic-issues-request@ietf.org?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, 04 Jan 2019 00:52:18 -0000

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

draft-tls typo: replace mention of packet number protection with header protection
You can view, comment on, or merge this pull request online at:

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

-- Commit Summary --

  * draft-tls typo: replace mention of packet number protection with header protection

-- File Changes --

    M draft-ietf-quic-tls.md (2)

-- Patch Links --

https://github.com/quicwg/base-drafts/pull/2288.patch
https://github.com/quicwg/base-drafts/pull/2288.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/2288

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

<p>draft-tls typo: replace mention of packet number protection with header protection</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/2288'>https://github.com/quicwg/base-drafts/pull/2288</a></p>

<h4>Commit Summary</h4>
<ul>
  <li>draft-tls typo: replace mention of packet number protection with header protection</li>
</ul>

<h4>File Changes</h4>
<ul>
  <li>
    <strong>M</strong>
    <a href="https://github.com/quicwg/base-drafts/pull/2288/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/2288.patch'>https://github.com/quicwg/base-drafts/pull/2288.patch</a></li>
  <li><a href='https://github.com/quicwg/base-drafts/pull/2288.diff'>https://github.com/quicwg/base-drafts/pull/2288.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/2288">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AWbkqwjlyflngpRYq2EkbtqO_Fz3fj9Rks5u_qXAgaJpZM4ZpAHO">mute the thread</a>.<img src="https://github.com/notifications/beacon/AWbkq7Av8LjcoAHU3o0WGgZZ1EPyz3hZks5u_qXAgaJpZM4ZpAHO.gif" height="1" width="1" alt="" /></p>
<script type="application/json" data-scope="inboxmarkup">{"api_version":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name":"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"https://github.githubassets.com/images/email/message_cards/header.png","avatar_image_url":"https://github.githubassets.com/images/email/message_cards/avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/quicwg/base-drafts"}},"updates":{"snippets":[{"icon":"DESCRIPTION","message":"draft-tls typo: replace mention of packet number protection with header protection (#2288)"}],"action":{"name":"View Pull Request","url":"https://github.com/quicwg/base-drafts/pull/2288"}}}</script>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/pull/2288",
"url": "https://github.com/quicwg/base-drafts/pull/2288",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>

----==_mimepart_5c2eae4048d56_28343ffa8ced45c4138742--


From nobody Thu Jan  3 16:53:14 2019
Return-Path: <bounce+565321.40f-quic-issues=ietf.org@github.com>
X-Original-To: quic-issues@ietfa.amsl.com
Delivered-To: quic-issues@ietfa.amsl.com
Received: from localhost (localhost [127.0.0.1]) by ietfa.amsl.com (Postfix) with ESMTP id 421AD1313B2 for <quic-issues@ietfa.amsl.com>; Thu,  3 Jan 2019 16:53:12 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -1.965
X-Spam-Level: 
X-Spam-Status: No, score=-1.965 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIMWL_WL_HIGH=-0.065, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, HEADER_FROM_DIFFERENT_DOMAINS=0.001, RCVD_IN_DNSWL_NONE=-0.0001, SPF_PASS=-0.001] autolearn=ham autolearn_force=no
Authentication-Results: ietfa.amsl.com (amavisd-new); dkim=pass (1024-bit key) header.d=github.com
Received: from mail.ietf.org ([4.31.198.44]) by localhost (ietfa.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 1yFSSjtZ_WgZ for <quic-issues@ietfa.amsl.com>; Thu,  3 Jan 2019 16:53:11 -0800 (PST)
Received: from m69-169.mailgun.net (m69-169.mailgun.net [166.78.69.169]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id EA98C13139E for <quic-issues@ietf.org>; Thu,  3 Jan 2019 16:53:10 -0800 (PST)
DKIM-Signature: a=rsa-sha256; v=1; c=relaxed/relaxed; d=github.com; q=dns/txt;  s=mailo; t=1546563190; h=Content-Transfer-Encoding: Content-Type: Mime-Version: Subject: Message-ID: To: Reply-To: From: Date: Sender; bh=SVJmbNRu0/dMkHLW/BWTd3YrJufsKUDl7Qve7ZLcrKE=; b=ieqC2t/kynk6IIIQ5s22mF0RuF2o+PgWKDazF1uDTdWtKcjlUMm+iKhJSQkqZFMHgYnZoBit zfGWtumQYAg1DStwQ/NF02jV40uVn9cRGbmSKOYu0uOrfCwWqvM/ojKL0RGh3BUWds96sBcm FlFXR09xOgsXDqeoNU95vrVDYDw=
X-Mailgun-Sending-Ip: 166.78.69.169
X-Mailgun-Sid: WyJhNzYyYiIsICJxdWljLWlzc3Vlc0BpZXRmLm9yZyIsICI0MGYiXQ==
Sender: mt=lowentropy.net@github.com
Received: from github.com (Unknown [192.30.252.39]) by mxa.mailgun.org with ESMTP id 5c2eae75.7f57e4211570-smtp-out-n02; Fri, 04 Jan 2019 00:53:09 -0000 (UTC)
Date: Thu, 03 Jan 2019 16:53:08 -0800
From: Martin Thomson <mt@lowentropy.net>
Reply-To: Martin Thomson <mt@lowentropy.net>
To: quic-issues@ietf.org
Message-ID: <5c2eae74aa0f0_1e682ab3aeeca57c936fa@hookshot-fe-da92815.cp1-iad.github.net.mail>
Subject: [quicwg/base-drafts] f53f4a: draft-tls typo: replace mention of packet number p...
Mime-Version: 1.0
Content-Type: multipart/mixed; boundary="--==_mimepart_5c2eae74a9b34_1e682ab3aeeca57c935bc"; charset=UTF-8
Content-Transfer-Encoding: 7bit
Archived-At: <https://mailarchive.ietf.org/arch/msg/quic-issues/eENMGTnnt30sIq6L4vK0y_fqxRE>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
Precedence: list
List-Id: Notification list for GitHub issues related to the QUIC WG <quic-issues.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=unsubscribe>
List-Archive: <https://mailarchive.ietf.org/arch/browse/quic-issues/>
List-Post: <mailto:quic-issues@ietf.org>
List-Help: <mailto:quic-issues-request@ietf.org?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, 04 Jan 2019 00:53:12 -0000

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

  Branch: refs/heads/master
  Home:   https://github.com/quicwg/base-drafts
  Commit: f53f4a6ac9a88f45b2008985f9bbe0722c7f9d38
      https://github.com/quicwg/base-drafts/commit/f53f4a6ac9a88f45b2008985f9bbe0722c7f9d38
  Author: David Schinazi <dschinazi@google.com>
  Date:   2019-01-03 (Thu, 03 Jan 2019)

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

  Log Message:
  -----------
  draft-tls typo: replace mention of packet number protection with header protection


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

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

  Log Message:
  -----------
  Merge pull request #2288 from DavidSchinazi/dschinazi/tls_pne_to_hp

draft-tls typo: replace mention of packet number protection with header protection


Compare: https://github.com/quicwg/base-drafts/compare/ae8699c5b3e4...d403d8d225a2
      **NOTE:** This service has been marked for deprecation: https://developer.github.com/changes/2018-04-25-github-services-deprecation/

      Functionality will be removed from GitHub.com on January 31st, 2019.

----==_mimepart_5c2eae74a9b34_1e682ab3aeeca57c935bc--


From nobody Thu Jan  3 16: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 E88541313B2 for <quic-issues@ietfa.amsl.com>; Thu,  3 Jan 2019 16:53:13 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -6.447
X-Spam-Level: 
X-Spam-Status: No, score=-6.447 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIMWL_WL_HIGH=-0.065, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, HTML_IMAGE_ONLY_24=1.618, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-1, RCVD_IN_DNSWL_HI=-5, SPF_PASS=-0.001] autolearn=ham autolearn_force=no
Authentication-Results: ietfa.amsl.com (amavisd-new); dkim=pass (1024-bit key) header.d=github.com
Received: from mail.ietf.org ([4.31.198.44]) by localhost (ietfa.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id BM5KG6Fzc8pM for <quic-issues@ietfa.amsl.com>; Thu,  3 Jan 2019 16:53:12 -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 5944813139E for <quic-issues@ietf.org>; Thu,  3 Jan 2019 16:53:12 -0800 (PST)
Date: Thu, 03 Jan 2019 16:53:11 -0800
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1546563191; bh=eJXaklZKTpkpngLTyWBMHZvi64ImTuIszb/k+6wJgwA=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=Ct2ROXmWDQehXfnrr+hELw51TDza0GiR07ma+XzCKtobhWWigrjyJw4+UdfSodgHi uZHF+ejKoUQfClk2TP2ARkbIm8RVoPIS+JgojVD3wf7HPQLwVrrXqGZRVCvGl5ofnO UIv0YT/WUwEaZC45h4SOVtGltIF+HAEf16JCQUrM=
From: Martin Thomson <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+0166e4ab902ed225989620e0ca086cc31e3948789e0b915592cf000000011846707792a169ce179710d4@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/pull/2288/issue_event/2053638269@github.com>
In-Reply-To: <quicwg/base-drafts/pull/2288@github.com>
References: <quicwg/base-drafts/pull/2288@github.com>
Subject: Re: [quicwg/base-drafts] draft-tls typo: replace mention of packet number protection with header protection (#2288)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5c2eae77adc61_48c73fa0598d45bc80355"; 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/iLfWk4gzvvIrQ37ErwSo2mTe-C8>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
List-Id: Notification list for GitHub issues related to the QUIC WG <quic-issues.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=unsubscribe>
List-Archive: <https://mailarchive.ietf.org/arch/browse/quic-issues/>
List-Post: <mailto:quic-issues@ietf.org>
List-Help: <mailto:quic-issues-request@ietf.org?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, 04 Jan 2019 00:53:14 -0000

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

Merged #2288 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/2288#event-2053638269
----==_mimepart_5c2eae77adc61_48c73fa0598d45bc80355
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="395776212" data-permission-text="Issue title is private" data-url="https://github.com/quicwg/base-drafts/issues/2288" data-hovercard-type="pull_request" data-hovercard-url="/quicwg/base-drafts/pull/2288/hovercard" href="https://github.com/quicwg/base-drafts/pull/2288">#2288</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/2288#event-2053638269">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AWbkq-JWImFHjNP-6DatyjSgnUgPCPgQks5u_qX3gaJpZM4ZpAHO">mute the thread</a>.<img src="https://github.com/notifications/beacon/AWbkq-Q0ji3swIW4ttIqSQr3oTuVO8iGks5u_qX3gaJpZM4ZpAHO.gif" height="1" width="1" alt="" /></p>
<script type="application/json" data-scope="inboxmarkup">{"api_version":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name":"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"https://github.githubassets.com/images/email/message_cards/header.png","avatar_image_url":"https://github.githubassets.com/images/email/message_cards/avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/quicwg/base-drafts"}},"updates":{"snippets":[{"icon":"DESCRIPTION","message":"Merged #2288 into master."}],"action":{"name":"View Pull Request","url":"https://github.com/quicwg/base-drafts/pull/2288#event-2053638269"}}}</script>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/pull/2288#event-2053638269",
"url": "https://github.com/quicwg/base-drafts/pull/2288#event-2053638269",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>
----==_mimepart_5c2eae77adc61_48c73fa0598d45bc80355--


From nobody Thu Jan  3 17:02: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 0C4C11313B1 for <quic-issues@ietfa.amsl.com>; Thu,  3 Jan 2019 17:02:35 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -6.661
X-Spam-Level: 
X-Spam-Status: No, score=-6.661 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIMWL_WL_HIGH=-0.065, 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_PASS=-0.001] autolearn=ham autolearn_force=no
Authentication-Results: ietfa.amsl.com (amavisd-new); dkim=pass (1024-bit key) header.d=github.com
Received: from mail.ietf.org ([4.31.198.44]) by localhost (ietfa.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id zHcZ5npqPnaS for <quic-issues@ietfa.amsl.com>; Thu,  3 Jan 2019 17:02:33 -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 4B04613139E for <quic-issues@ietf.org>; Thu,  3 Jan 2019 17:02:33 -0800 (PST)
Date: Thu, 03 Jan 2019 17:02:32 -0800
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1546563752; bh=laZy80ZogRJ/qzSw4YzOcpeErM7NvSBVoatm57iUvDo=; h=Date:From:Reply-To:To:Cc:Subject:List-ID:List-Archive:List-Post: List-Unsubscribe:From; b=U21JjMUuamx4UgLXhhc4suCqIP7E0BRmmqvRGaFgHh24glS8egUsGOEb857dldUkv Ibg2lAN1VzymO747mhoHHONTOBlS/4NfCpbZRyg2AURUAPYKFU4C7V2aCTjSUd1Fun tv4fOJJ0cesVEm15xU5RP8TIoqZfFoyMnSd4mveo=
From: David Schinazi <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+0166e4ab7ce6288f4c899bc9aee26c1aa64381797b129eb492cf00000001184672a892a169ce17971745@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/pull/2289@github.com>
Subject: [quicwg/base-drafts] Allow extra data after self-terminating h3 frames (#2289)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5c2eb0a842363_738f3faaddcd45c0118685"; 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/xXj4DPkyUSDGh-Zwxyg-EMCpHAk>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
List-Id: Notification list for GitHub issues related to the QUIC WG <quic-issues.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=unsubscribe>
List-Archive: <https://mailarchive.ietf.org/arch/browse/quic-issues/>
List-Post: <mailto:quic-issues@ietf.org>
List-Help: <mailto:quic-issues-request@ietf.org?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, 04 Jan 2019 01:02:35 -0000

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

The current spec is overly restrictive when it comes to self-terminating h3 frames. If implementations ignore extra data after the expected bytes, this will allow us to add fields down the road without the need to specify new frame types.
You can view, comment on, or merge this pull request online at:

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

-- Commit Summary --

  * Allow extra data after self-terminating h3 frames

-- File Changes --

    M draft-ietf-quic-http.md (6)

-- Patch Links --

https://github.com/quicwg/base-drafts/pull/2289.patch
https://github.com/quicwg/base-drafts/pull/2289.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/2289

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

<p>The current spec is overly restrictive when it comes to self-terminating h3 frames. If implementations ignore extra data after the expected bytes, this will allow us to add fields down the road without the need to specify new frame types.</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/2289'>https://github.com/quicwg/base-drafts/pull/2289</a></p>

<h4>Commit Summary</h4>
<ul>
  <li>Allow extra data after self-terminating h3 frames</li>
</ul>

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

<h4>Patch Links:</h4>
<ul>
  <li><a href='https://github.com/quicwg/base-drafts/pull/2289.patch'>https://github.com/quicwg/base-drafts/pull/2289.patch</a></li>
  <li><a href='https://github.com/quicwg/base-drafts/pull/2289.diff'>https://github.com/quicwg/base-drafts/pull/2289.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/2289">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AWbkqyEMgWNVhUbXq0-ccPluBHGlPR30ks5u_qgogaJpZM4ZpAlH">mute the thread</a>.<img src="https://github.com/notifications/beacon/AWbkq5SP7pRcbJIxQGTYAprrnfUf4id3ks5u_qgogaJpZM4ZpAlH.gif" height="1" width="1" alt="" /></p>
<script type="application/json" data-scope="inboxmarkup">{"api_version":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name":"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"https://github.githubassets.com/images/email/message_cards/header.png","avatar_image_url":"https://github.githubassets.com/images/email/message_cards/avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/quicwg/base-drafts"}},"updates":{"snippets":[{"icon":"DESCRIPTION","message":"Allow extra data after self-terminating h3 frames (#2289)"}],"action":{"name":"View Pull Request","url":"https://github.com/quicwg/base-drafts/pull/2289"}}}</script>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/pull/2289",
"url": "https://github.com/quicwg/base-drafts/pull/2289",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>

----==_mimepart_5c2eb0a842363_738f3faaddcd45c0118685--


From nobody Thu Jan  3 17:05: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 078631313B1 for <quic-issues@ietfa.amsl.com>; Thu,  3 Jan 2019 17:05:28 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -6.447
X-Spam-Level: 
X-Spam-Status: No, score=-6.447 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIMWL_WL_HIGH=-0.065, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, HTML_IMAGE_ONLY_24=1.618, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-1, RCVD_IN_DNSWL_HI=-5, SPF_PASS=-0.001] autolearn=ham autolearn_force=no
Authentication-Results: ietfa.amsl.com (amavisd-new); dkim=pass (1024-bit key) header.d=github.com
Received: from mail.ietf.org ([4.31.198.44]) by localhost (ietfa.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id qbfwXeagBGGp for <quic-issues@ietfa.amsl.com>; Thu,  3 Jan 2019 17:05: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 A814E13139E for <quic-issues@ietf.org>; Thu,  3 Jan 2019 17:05:26 -0800 (PST)
Date: Thu, 03 Jan 2019 17:05:25 -0800
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1546563925; bh=vpjVvPqckvqGVetr2An1OFG+traF42KQ1jTJS0kJijU=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=YCBLhEnGGzSlsag/PWUriIWoRirA9dgRUlQK+fH3ro+1+U3bE2ueih9JKutG/qC9e xbLY65IgRm6OReMkBUYLYqg/m5KnWNQgwhRGTpjTYc++lkmD05E6ZE/CuJXMDJlSkP 1RlbTO27ggj8+f9PADyrRZVdEIwXj0WrBHotjQpU=
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/2289/push/3180103536@github.com>
In-Reply-To: <quicwg/base-drafts/pull/2289@github.com>
References: <quicwg/base-drafts/pull/2289@github.com>
Subject: Re: [quicwg/base-drafts] Allow extra data after self-terminating h3 frames (#2289)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5c2eb155c02e2_46423fd943cd45b871679"; 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/ZOXxa6mhoe8c3gGHGxrRevDhLss>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
List-Id: Notification list for GitHub issues related to the QUIC WG <quic-issues.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=unsubscribe>
List-Archive: <https://mailarchive.ietf.org/arch/browse/quic-issues/>
List-Post: <mailto:quic-issues@ietf.org>
List-Help: <mailto:quic-issues-request@ietf.org?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, 04 Jan 2019 01:05:28 -0000

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

@DavidSchinazi pushed 1 commit.

df39c65b16f5a42351af03377a42f88f14cdf5eb  fix line length


-- 
You are receiving this because you are subscribed to this thread.
View it on GitHub:
https://github.com/quicwg/base-drafts/pull/2289/files/12ab695e81cbe88312dad67441303bb22603c3e8..df39c65b16f5a42351af03377a42f88f14cdf5eb

----==_mimepart_5c2eb155c02e2_46423fd943cd45b871679
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/df39c65b16f5a42351af03377a42f88f14cdf5eb">df39c65</a>  fix line length</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/2289/files/12ab695e81cbe88312dad67441303bb22603c3e8..df39c65b16f5a42351af03377a42f88f14cdf5eb">View it on GitHub</a> or <a href="https://github.com/notifications/unsubscribe-auth/AWbkq-jhrexPxjExHTiwjZhhu3ni85VLks5u_qjVgaJpZM4ZpAlH">mute the thread</a>.<img src="https://github.com/notifications/beacon/AWbkq2eQ0CYUyHooHeeM6usVz5RdZsH8ks5u_qjVgaJpZM4ZpAlH.gif" height="1" width="1" alt="" /></p>
<script type="application/json" data-scope="inboxmarkup">{"api_version":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name":"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"https://github.githubassets.com/images/email/message_cards/header.png","avatar_image_url":"https://github.githubassets.com/images/email/message_cards/avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/quicwg/base-drafts"}},"updates":{"snippets":[{"icon":"PERSON","message":"@DavidSchinazi pushed 1 commit in #2289"}],"action":{"name":"View Pull Request","url":"https://github.com/quicwg/base-drafts/pull/2289/files/12ab695e81cbe88312dad67441303bb22603c3e8..df39c65b16f5a42351af03377a42f88f14cdf5eb"}}}</script>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/pull/2289/files/12ab695e81cbe88312dad67441303bb22603c3e8..df39c65b16f5a42351af03377a42f88f14cdf5eb",
"url": "https://github.com/quicwg/base-drafts/pull/2289/files/12ab695e81cbe88312dad67441303bb22603c3e8..df39c65b16f5a42351af03377a42f88f14cdf5eb",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>

----==_mimepart_5c2eb155c02e2_46423fd943cd45b871679--


From nobody Thu Jan  3 17:05: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 673991313B4 for <quic-issues@ietfa.amsl.com>; Thu,  3 Jan 2019 17:05:53 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -8.065
X-Spam-Level: 
X-Spam-Status: No, score=-8.065 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIMWL_WL_HIGH=-0.065, 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_PASS=-0.001] autolearn=ham autolearn_force=no
Authentication-Results: ietfa.amsl.com (amavisd-new); dkim=pass (1024-bit key) header.d=github.com
Received: from mail.ietf.org ([4.31.198.44]) by localhost (ietfa.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id WFF8pW7U8hyB for <quic-issues@ietfa.amsl.com>; Thu,  3 Jan 2019 17:05: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 2035913139E for <quic-issues@ietf.org>; Thu,  3 Jan 2019 17:05:52 -0800 (PST)
Date: Thu, 03 Jan 2019 17:05:51 -0800
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1546563951; bh=uejnspBtMTzw1Sfr2Bz2HwNO3dmIH3vv0Hmevm2gq5g=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=KZBLdKP2t8gewLO18zXhuhT7Gq83FdvJVe0+iKtFoRkhQ7PKby/FumtVsYG1GFoax gxi6vD2xl6jZlGdt5xadwjf0J4e7X/58Xn8eQiWIECy9uRh0Sfd9s/0Qnue/cE/olb A1K4ckesqUw82wOee34SUZ69v2FaiFiubWEJFTSY=
From: janaiyengar <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+0166e4ab013e9788aeeb3cfa74336ce2e41cea8a94e6654592cf000000011846736f92a169ce17707fcb@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/pull/2235/c451327554@github.com>
In-Reply-To: <quicwg/base-drafts/pull/2235@github.com>
References: <quicwg/base-drafts/pull/2235@github.com>
Subject: Re: [quicwg/base-drafts] Make HTTP frames a TLV format. This has several advantages: (#2235)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5c2eb16f6e721_5ad53fad412d45b4171190"; 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/jqSyITuS5ztZaj2i-YKWvyGGUjk>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
List-Id: Notification list for GitHub issues related to the QUIC WG <quic-issues.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=unsubscribe>
List-Archive: <https://mailarchive.ietf.org/arch/browse/quic-issues/>
List-Post: <mailto:quic-issues@ietf.org>
List-Help: <mailto:quic-issues-request@ietf.org?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, 04 Jan 2019 01:05:53 -0000

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

I wasn't in the room where it happened, but I can imagine one reason for doing LTV in HTTP/2 might have been that you need to read out frames from the underlying byte-stream before demuxing and parsing them. A frame reader only needs Length before reading out the entire frame and passing it on to the parser. QUIC is different in that the entire frame is present when the length is read.

I think this is a simple enough change, and there are straightforward benefits. We expect to see some changes with more implementation experience in the HTTP mapping, so I'd like to push for this PR.

@ekr -- this discussion should be happening on an issue. Can you open 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/2235#issuecomment-451327554
----==_mimepart_5c2eb16f6e721_5ad53fad412d45b4171190
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: quoted-printable

<p>I wasn't in the room where it happened, but I can imagine one reason f=
or doing LTV in HTTP/2 might have been that you need to read out frames f=
rom the underlying byte-stream before demuxing and parsing them. A frame =
reader only needs Length before reading out the entire frame and passing =
it on to the parser. QUIC is different in that the entire frame is presen=
t when the length is read.</p>
<p>I think this is a simple enough change, and there are straightforward =
benefits. We expect to see some changes with more implementation experien=
ce in the HTTP mapping, so I'd like to push for this PR.</p>
<p><a class=3D"user-mention" data-hovercard-type=3D"user" data-hovercard-=
url=3D"/hovercards?user_id=3D1111457" data-octo-click=3D"hovercard-link-c=
lick" data-octo-dimensions=3D"link_type:self" href=3D"https://github.com/=
ekr">@ekr</a> -- this discussion should be happening on an issue. Can you=
 open an issue ?</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/pull/2235#issuecomment-451327554">view it on GitHub</a>, o=
r <a href=3D"https://github.com/notifications/unsubscribe-auth/AWbkq8pDTi=
NgwTuikIH3WnQwNO7QVeeQks5u_qjvgaJpZM4ZdEz2">mute the thread</a>.<img src=3D=
"https://github.com/notifications/beacon/AWbkq4cs2UTQQqVlhQ4g1G8ijQ8ou_cB=
ks5u_qjvgaJpZM4ZdEz2.gif" height=3D"1" width=3D"1" alt=3D"" /></p>
<script type=3D"application/json" data-scope=3D"inboxmarkup">{"api_versio=
n":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name"=
:"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"=
quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"http=
s://github.githubassets.com/images/email/message_cards/header.png","avata=
r_image_url":"https://github.githubassets.com/images/email/message_cards/=
avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/q=
uicwg/base-drafts"}},"updates":{"snippets":[{"icon":"PERSON","message":"@=
janaiyengar in #2235: I wasn't in the room where it happened, but I can i=
magine one reason for doing LTV in HTTP/2 might have been that you need t=
o read out frames from the underlying byte-stream before demuxing and par=
sing them. A frame reader only needs Length before reading out the entire=
 frame and passing it on to the parser. QUIC is different in that the ent=
ire frame is present when the length is read.\r\n\r\nI think this is a si=
mple enough change, and there are straightforward benefits. We expect to =
see some changes with more implementation experience in the HTTP mapping,=
 so I'd like to push for this PR.\r\n\r\n@ekr -- this discussion should b=
e happening on an issue. Can you open an issue ?"}],"action":{"name":"Vie=
w Pull Request","url":"https://github.com/quicwg/base-drafts/pull/2235#is=
suecomment-451327554"}}}</script>
<script type=3D"application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/pull/2235#issuecomment-4=
51327554",
"url": "https://github.com/quicwg/base-drafts/pull/2235#issuecomment-4513=
27554",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>=

----==_mimepart_5c2eb16f6e721_5ad53fad412d45b4171190--


From nobody Thu Jan  3 17:15: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 18C0313139E for <quic-issues@ietfa.amsl.com>; Thu,  3 Jan 2019 17:15:06 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -8.064
X-Spam-Level: 
X-Spam-Status: No, score=-8.064 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIMWL_WL_HIGH=-0.065, 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_PASS=-0.001] autolearn=ham autolearn_force=no
Authentication-Results: ietfa.amsl.com (amavisd-new); dkim=pass (1024-bit key) header.d=github.com
Received: from mail.ietf.org ([4.31.198.44]) by localhost (ietfa.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id A23fAIBTOFbK for <quic-issues@ietfa.amsl.com>; Thu,  3 Jan 2019 17:15: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 0502F13133D for <quic-issues@ietf.org>; Thu,  3 Jan 2019 17:15:04 -0800 (PST)
Date: Thu, 03 Jan 2019 17:15:03 -0800
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1546564503; bh=BNNAeMoADgknRA0A7eh9mzEvmvbIiug4htjSsSMjZYw=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=uuV+dnBlW5H3DwhPZy0tOjm0BpT3KqOyK3rl3ubxnsg+WCHv2AOUgoUMVvZgSxdrr 3Oa14li7MnukbgpYy4B4RWXrDc/uELlloOsQJ5GiMjZ5f5bbOl7H8q17yzFuth6eWL mIFHWA6mFl2RAkaeu5LYOxUc60glbPGWr4dSQiFM=
From: janaiyengar <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+0166e4ab1e8520f676bbcbb6f903e7b3171eb71fa7aff1c392cf000000011846759792a169ce178cf63b@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/issues/2282/451329064@github.com>
In-Reply-To: <quicwg/base-drafts/issues/2282@github.com>
References: <quicwg/base-drafts/issues/2282@github.com>
Subject: Re: [quicwg/base-drafts] What the maximum of TransportParameters.max_ack_delay? (#2282)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5c2eb3972071e_4ad93f81412d45b81176f6"; 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/4Do3C38wA82uqqMNYQaxtw1WRSE>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
List-Id: Notification list for GitHub issues related to the QUIC WG <quic-issues.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=unsubscribe>
List-Archive: <https://mailarchive.ietf.org/arch/browse/quic-issues/>
List-Post: <mailto:quic-issues@ietf.org>
List-Help: <mailto:quic-issues-request@ietf.org?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, 04 Jan 2019 01:15:06 -0000

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

2^14-1 is good.=0D
=0D
Interplanetary QUIC can be pushed to v2.=0D
=0D
On Thu, Jan 3, 2019 at 10:26 AM ianswett <notifications@github.com> wrote=
:=0D
=0D
> I'm concerned about int overflow and other implementation bugs.=0D
>=0D
> 2^14-1 SGTM=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/2282#issuecomment-4512328=
55>,=0D
> or mute the thread=0D
> <https://github.com/notifications/unsubscribe-auth/AKjg1KCWbFuVUhVT2lWA=
zoBWQgyN_Dwyks5u_ktGgaJpZM4ZmCfD>=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/2282#issuecomment-451329064=

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

2^14-1 is good.<br>=0D
<br>=0D
Interplanetary QUIC can be pushed to v2.<br>=0D
<br>=0D
On Thu, Jan 3, 2019 at 10:26 AM ianswett &lt;notifications@github.com&gt;=
 wrote:<br>=0D
<br>=0D
&gt; I&#39;m concerned about int overflow and other implementation bugs.<=
br>=0D
&gt;<br>=0D
&gt; 2^14-1 SGTM<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/2282#issuecomment-4=
51232855&gt;,<br>=0D
&gt; or mute the thread<br>=0D
&gt; &lt;https://github.com/notifications/unsubscribe-auth/AKjg1KCWbFuVUh=
VT2lWAzoBWQgyN_Dwyks5u_ktGgaJpZM4ZmCfD&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/2282#issuecomment-451329064">view it on GitHub</a>,=
 or <a href=3D"https://github.com/notifications/unsubscribe-auth/AWbkqzwk=
jcFiF5xY3f-8bUAaa4ApYe5_ks5u_qsXgaJpZM4ZmCfD">mute the thread</a>.<img sr=
c=3D"https://github.com/notifications/beacon/AWbkq3drmBdN-r96dXmnxRCoBLh-=
DKlYks5u_qsXgaJpZM4ZmCfD.gif" height=3D"1" width=3D"1" alt=3D"" /></p>=0D=

<script type=3D"application/json" data-scope=3D"inboxmarkup">{"api_versio=
n":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name"=
:"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"=
quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"http=
s://github.githubassets.com/images/email/message_cards/header.png","avata=
r_image_url":"https://github.githubassets.com/images/email/message_cards/=
avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/q=
uicwg/base-drafts"}},"updates":{"snippets":[{"icon":"PERSON","message":"@=
janaiyengar in #2282: 2^14-1 is good.\n\nInterplanetary QUIC can be pushe=
d to v2.\n\nOn Thu, Jan 3, 2019 at 10:26 AM ianswett \u003cnotifications@=
github.com\u003e wrote:\n\n\u003e I'm concerned about int overflow and ot=
her implementation bugs.\n\u003e\n\u003e 2^14-1 SGTM\n\u003e\n\u003e =E2=80=
=94\n\u003e You are receiving this because you are subscribed to this thr=
ead.\n\u003e Reply to this email directly, view it on GitHub\n\u003e \u00=
3chttps://github.com/quicwg/base-drafts/issues/2282#issuecomment-45123285=
5\u003e,\n\u003e or mute the thread\n\u003e \u003chttps://github.com/noti=
fications/unsubscribe-auth/AKjg1KCWbFuVUhVT2lWAzoBWQgyN_Dwyks5u_ktGgaJpZM=
4ZmCfD\u003e\n\u003e .\n\u003e\n"}],"action":{"name":"View Issue","url":"=
https://github.com/quicwg/base-drafts/issues/2282#issuecomment-451329064"=
}}}</script>=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/2282#issuecomment=
-451329064",=0D
"url": "https://github.com/quicwg/base-drafts/issues/2282#issuecomment-45=
1329064",=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_5c2eb3972071e_4ad93f81412d45b81176f6--


From nobody Thu Jan  3 17:18: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 DFCAF13139E for <quic-issues@ietfa.amsl.com>; Thu,  3 Jan 2019 17:18:54 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -6.661
X-Spam-Level: 
X-Spam-Status: No, score=-6.661 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIMWL_WL_HIGH=-0.065, 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_PASS=-0.001] autolearn=ham autolearn_force=no
Authentication-Results: ietfa.amsl.com (amavisd-new); dkim=pass (1024-bit key) header.d=github.com
Received: from mail.ietf.org ([4.31.198.44]) by localhost (ietfa.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id ZDK-rDcGG5ee for <quic-issues@ietfa.amsl.com>; Thu,  3 Jan 2019 17:18: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 6701513133D for <quic-issues@ietf.org>; Thu,  3 Jan 2019 17:18:53 -0800 (PST)
Date: Thu, 03 Jan 2019 17:18:52 -0800
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1546564732; bh=UkAQCRXAJLOnYjnIg5A8I7eA6wfD1+44yKL0fHWJ4Rc=; h=Date:From:Reply-To:To:Cc:Subject:List-ID:List-Archive:List-Post: List-Unsubscribe:From; b=QOvR4plFFLk9xCT5oJwgS+gwLf5bEqP8XYrHoyh2gwujNbSM1e69osaGK80td8pNM 1N/4GqezHVaXgwjEXYlihpRbQoMe9Ax34HEiZcH37xGfsx2SO2S6eHWqIl12yCnRoT KED5FWLCDIr9JwNXe84e8Q8HOMuHdDXtqpSFUpNA=
From: David Schinazi <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+0166e4ab8aad7411029aed5dd7224345ec7bd6f847e18cc792cf000000011846767c92a169ce17972113@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/pull/2290@github.com>
Subject: [quicwg/base-drafts] transport: fix typos and add internal reference (#2290)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5c2eb47ca1dd1_fe23fc4fead45b4124295"; 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/7turJFkXB5OKOQX3dgJF7cQH8HA>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
List-Id: Notification list for GitHub issues related to the QUIC WG <quic-issues.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=unsubscribe>
List-Archive: <https://mailarchive.ietf.org/arch/browse/quic-issues/>
List-Post: <mailto:quic-issues@ietf.org>
List-Help: <mailto:quic-issues-request@ietf.org?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, 04 Jan 2019 01:18:55 -0000

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

transport: fix typos and add internal reference
You can view, comment on, or merge this pull request online at:

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

-- Commit Summary --

  * transport: fix typos and add internal reference

-- File Changes --

    M draft-ietf-quic-transport.md (17)

-- Patch Links --

https://github.com/quicwg/base-drafts/pull/2290.patch
https://github.com/quicwg/base-drafts/pull/2290.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/2290

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

<p>transport: fix typos and add internal reference</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/2290'>https://github.com/quicwg/base-drafts/pull/2290</a></p>

<h4>Commit Summary</h4>
<ul>
  <li>transport: fix typos and add internal reference</li>
</ul>

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

<h4>Patch Links:</h4>
<ul>
  <li><a href='https://github.com/quicwg/base-drafts/pull/2290.patch'>https://github.com/quicwg/base-drafts/pull/2290.patch</a></li>
  <li><a href='https://github.com/quicwg/base-drafts/pull/2290.diff'>https://github.com/quicwg/base-drafts/pull/2290.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/2290">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AWbkq65G0vbigqy-6uUUfQai7XwnZQm9ks5u_qv8gaJpZM4ZpBSI">mute the thread</a>.<img src="https://github.com/notifications/beacon/AWbkq4vJiClNsHfCp1FqC2JmqhHUIyldks5u_qv8gaJpZM4ZpBSI.gif" height="1" width="1" alt="" /></p>
<script type="application/json" data-scope="inboxmarkup">{"api_version":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name":"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"https://github.githubassets.com/images/email/message_cards/header.png","avatar_image_url":"https://github.githubassets.com/images/email/message_cards/avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/quicwg/base-drafts"}},"updates":{"snippets":[{"icon":"DESCRIPTION","message":"transport: fix typos and add internal reference (#2290)"}],"action":{"name":"View Pull Request","url":"https://github.com/quicwg/base-drafts/pull/2290"}}}</script>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/pull/2290",
"url": "https://github.com/quicwg/base-drafts/pull/2290",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>

----==_mimepart_5c2eb47ca1dd1_fe23fc4fead45b4124295--


From nobody Thu Jan  3 17:19: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 8F2E913139E for <quic-issues@ietfa.amsl.com>; Thu,  3 Jan 2019 17:19:03 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -6.661
X-Spam-Level: 
X-Spam-Status: No, score=-6.661 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIMWL_WL_HIGH=-0.065, 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_PASS=-0.001] autolearn=ham autolearn_force=no
Authentication-Results: ietfa.amsl.com (amavisd-new); dkim=pass (1024-bit key) header.d=github.com
Received: from mail.ietf.org ([4.31.198.44]) by localhost (ietfa.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id Gi1rGSI6O3LC for <quic-issues@ietfa.amsl.com>; Thu,  3 Jan 2019 17:19: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 15D9013133D for <quic-issues@ietf.org>; Thu,  3 Jan 2019 17:19:02 -0800 (PST)
Date: Thu, 03 Jan 2019 17:19:01 -0800
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1546564741; bh=Uijly/4p4ERqjioLybNrXJXLvLPg7Ent/8VthrLZHK0=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=PB2gEP1CFQCIt6mfINQlZec67IAjNjBCcw41t5AZCnq/CYi2reqWRFPzXK29TAZdD /ByKycVRxY9doluxis3y6J509RoPwS46Z94SyKzWj/fMl52v1jCMuQQDvL2aofzqz1 mq3rSMSbzVbxdrCXJxS+pbuRV4VxzUGRb7JwqvWw=
From: Lucas Pardue <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+0166e4ab1b00ec8bea0aeb9e2341a1788a26db6a3ee5416e92cf000000011846768592a169ce17971745@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/pull/2289/c451329694@github.com>
In-Reply-To: <quicwg/base-drafts/pull/2289@github.com>
References: <quicwg/base-drafts/pull/2289@github.com>
Subject: Re: [quicwg/base-drafts] Allow extra data after self-terminating h3 frames (#2289)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5c2eb48565d62_5b093fad412d45b4920fd"; 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/AQBcDI9VHP4CrKpim2j5oiT6nCo>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
List-Id: Notification list for GitHub issues related to the QUIC WG <quic-issues.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=unsubscribe>
List-Archive: <https://mailarchive.ietf.org/arch/browse/quic-issues/>
List-Post: <mailto:quic-issues@ietf.org>
List-Help: <mailto:quic-issues-request@ietf.org?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, 04 Jan 2019 01:19:04 -0000

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

I think I get part of the motivation for this but don't understand how this change on it's own allows extensibility with robust interop. Or in other words, how do endpoints make sure they process postfix fields, as expected by the sender, that arent defined anywhere? 

Channelling the editors, it seems this PR needs an issue to discuss the broader use cases and 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/2289#issuecomment-451329694
----==_mimepart_5c2eb48565d62_5b093fad412d45b4920fd
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: quoted-printable

<p>I think I get part of the motivation for this but don't understand how=
 this change on it's own allows extensibility with robust interop. Or in =
other words, how do endpoints make sure they process postfix fields, as e=
xpected by the sender, that arent defined anywhere?</p>
<p>Channelling the editors, it seems this PR needs an issue to discuss th=
e broader use cases and design.</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/pull/2289#issuecomment-451329694">view it on GitHub</a>, o=
r <a href=3D"https://github.com/notifications/unsubscribe-auth/AWbkq8HeLm=
8Z1UQiOYNc7_OpNmZ07uIKks5u_qwFgaJpZM4ZpAlH">mute the thread</a>.<img src=3D=
"https://github.com/notifications/beacon/AWbkq2_qPRDtJ19D74XpNBpgOe47Ltlx=
ks5u_qwFgaJpZM4ZpAlH.gif" height=3D"1" width=3D"1" alt=3D"" /></p>
<script type=3D"application/json" data-scope=3D"inboxmarkup">{"api_versio=
n":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name"=
:"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"=
quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"http=
s://github.githubassets.com/images/email/message_cards/header.png","avata=
r_image_url":"https://github.githubassets.com/images/email/message_cards/=
avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/q=
uicwg/base-drafts"}},"updates":{"snippets":[{"icon":"PERSON","message":"@=
LPardue in #2289: I think I get part of the motivation for this but don't=
 understand how this change on it's own allows extensibility with robust =
interop. Or in other words, how do endpoints make sure they process postf=
ix fields, as expected by the sender, that arent defined anywhere? \r\n\r=
\nChannelling the editors, it seems this PR needs an issue to discuss the=
 broader use cases and design.\r\n\r\n"}],"action":{"name":"View Pull Req=
uest","url":"https://github.com/quicwg/base-drafts/pull/2289#issuecomment=
-451329694"}}}</script>
<script type=3D"application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/pull/2289#issuecomment-4=
51329694",
"url": "https://github.com/quicwg/base-drafts/pull/2289#issuecomment-4513=
29694",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>=

----==_mimepart_5c2eb48565d62_5b093fad412d45b4920fd--


From nobody Thu Jan  3 17: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 1046B1313B4 for <quic-issues@ietfa.amsl.com>; Thu,  3 Jan 2019 17:19:53 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -6.661
X-Spam-Level: 
X-Spam-Status: No, score=-6.661 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIMWL_WL_HIGH=-0.065, 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_PASS=-0.001] autolearn=ham autolearn_force=no
Authentication-Results: ietfa.amsl.com (amavisd-new); dkim=pass (1024-bit key) header.d=github.com
Received: from mail.ietf.org ([4.31.198.44]) by localhost (ietfa.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 3SBIpxn4yiWu for <quic-issues@ietfa.amsl.com>; Thu,  3 Jan 2019 17:19: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 D916313139E for <quic-issues@ietf.org>; Thu,  3 Jan 2019 17:19:47 -0800 (PST)
Date: Thu, 03 Jan 2019 17:19:47 -0800
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1546564787; bh=J2BRmNMXNmMXjYRC4heMknVS2mMOd1jtXbPwxwIk+N8=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=SbB5EKg1xzsQ3PFGkRf0iKICkGtcpcyWJC8lBIwp29pR8SYDE0xSpMy49/3lr2zE0 d69iXzevhx6AlQJbk09+tTDX2wvMYZJ4ta25MSuDFO2DtFuszpsRLpQPHFa97EdcmP wVDxCJ6fw44r9EF4L1JVn64zTvO956GFT4B30+vk=
From: janaiyengar <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+0166e4ab223c347506dba8f10cdedb7a1943c9ab2a05d62692cf00000001184676b392a169ce1791b3a4@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/pull/2285/c451329791@github.com>
In-Reply-To: <quicwg/base-drafts/pull/2285@github.com>
References: <quicwg/base-drafts/pull/2285@github.com>
Subject: Re: [quicwg/base-drafts] Rename Final Offset to Final Size (#2285)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5c2eb4b32db8a_1fc23fbfb0ad45bc115559"; 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/Xrd488QwLdHc_ZjYoNuv-UtDmg4>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
List-Id: Notification list for GitHub issues related to the QUIC WG <quic-issues.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=unsubscribe>
List-Archive: <https://mailarchive.ietf.org/arch/browse/quic-issues/>
List-Post: <mailto:quic-issues@ietf.org>
List-Help: <mailto:quic-issues-request@ietf.org?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, 04 Jan 2019 01:19:53 -0000

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

I don't think I understand the ambiguity with "offset". @kazuho: can you clarify what the ambiguity is? I find "offset" more accurate because, as @martinthomson notes, there can be gaps in the 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/2285#issuecomment-451329791
----==_mimepart_5c2eb4b32db8a_1fc23fbfb0ad45bc115559
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

<p>I don't think I understand the ambiguity with "offset". <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>: can you clarify what the ambiguity is? I find "offset" more accurate because, as <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> notes, there can be gaps in the 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/2285#issuecomment-451329791">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AWbkq2EqvpB2r_RdcMaXv1e9pBhaZCUZks5u_qwzgaJpZM4Zna81">mute the thread</a>.<img src="https://github.com/notifications/beacon/AWbkqxiQQw0JQ3PclLZgIbetQ-8b4n-Nks5u_qwzgaJpZM4Zna81.gif" height="1" width="1" alt="" /></p>
<script type="application/json" data-scope="inboxmarkup">{"api_version":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name":"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"https://github.githubassets.com/images/email/message_cards/header.png","avatar_image_url":"https://github.githubassets.com/images/email/message_cards/avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/quicwg/base-drafts"}},"updates":{"snippets":[{"icon":"PERSON","message":"@janaiyengar in #2285: I don't think I understand the ambiguity with \"offset\". @kazuho: can you clarify what the ambiguity is? I find \"offset\" more accurate because, as @martinthomson notes, there can be gaps in the stream."}],"action":{"name":"View Pull Request","url":"https://github.com/quicwg/base-drafts/pull/2285#issuecomment-451329791"}}}</script>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/pull/2285#issuecomment-451329791",
"url": "https://github.com/quicwg/base-drafts/pull/2285#issuecomment-451329791",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>
----==_mimepart_5c2eb4b32db8a_1fc23fbfb0ad45bc115559--


From nobody Thu Jan  3 17: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 EF506131028 for <quic-issues@ietfa.amsl.com>; Thu,  3 Jan 2019 17:26:36 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -6.661
X-Spam-Level: 
X-Spam-Status: No, score=-6.661 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIMWL_WL_HIGH=-0.065, 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_PASS=-0.001] autolearn=ham autolearn_force=no
Authentication-Results: ietfa.amsl.com (amavisd-new); dkim=pass (1024-bit key) header.d=github.com
Received: from mail.ietf.org ([4.31.198.44]) by localhost (ietfa.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id WKmYCsrz7RWe for <quic-issues@ietfa.amsl.com>; Thu,  3 Jan 2019 17:26: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 EA774130EF9 for <quic-issues@ietf.org>; Thu,  3 Jan 2019 17:26:34 -0800 (PST)
Date: Thu, 03 Jan 2019 17:26:34 -0800
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1546565194; bh=XBDuaMp/SOSAYb6NsSEYfppyue4ccBmPvI08WSDagf4=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=jRnTxGLm5H2IRFaDlu6JsJIYLL6KUDGzwnGTdphXGSNWF2KhIYqYTmxjPl1HceeOu dyf4bigointBNFhMS8gEro03Q/8oPXr7SR1zVuFEadoz8LeCPxZNV58I3tkVwccJhg QnILc2xfpRMBtFi5nT+/4DyrdxevbwE8BkUmSRBE=
From: janaiyengar <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+0166e4abb6d03a4b4cc96a7878178bb96096d860776ea58092cf000000011846784a92a169ce17914056@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/issues/2283/451330662@github.com>
In-Reply-To: <quicwg/base-drafts/issues/2283@github.com>
References: <quicwg/base-drafts/issues/2283@github.com>
Subject: Re: [quicwg/base-drafts] STOP_SENDING is not depicted in the send FSM (#2283)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5c2eb64a22a3b_26af3fa274ad45c01973f8"; 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/oUqsnWXxNF1pYNO-ZDmYZlw55Vk>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
List-Id: Notification list for GitHub issues related to the QUIC WG <quic-issues.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=unsubscribe>
List-Archive: <https://mailarchive.ietf.org/arch/browse/quic-issues/>
List-Post: <mailto:quic-issues@ietf.org>
List-Help: <mailto:quic-issues-request@ietf.org?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, 04 Jan 2019 01:26:37 -0000

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

What @martinthomson said. Receiving a STOP_SENDING indicates that a stream was created which is why it's there in the Receiving Stream States.  It's to handle the case where a reordered STOP_SENDING is 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/issues/2283#issuecomment-451330662
----==_mimepart_5c2eb64a22a3b_26af3fa274ad45c01973f8
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

<p>What <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> said. Receiving a STOP_SENDING indicates that a stream was created which is why it's there in the Receiving Stream States.  It's to handle the case where a reordered STOP_SENDING is 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/issues/2283#issuecomment-451330662">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AWbkq3Sdq879rzhHYTlkQ30wc0xX1hIZks5u_q3KgaJpZM4ZnSzm">mute the thread</a>.<img src="https://github.com/notifications/beacon/AWbkqwlbZqZIv1Z7sw_guSV_lkrn6uFMks5u_q3KgaJpZM4ZnSzm.gif" height="1" width="1" alt="" /></p>
<script type="application/json" data-scope="inboxmarkup">{"api_version":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name":"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"https://github.githubassets.com/images/email/message_cards/header.png","avatar_image_url":"https://github.githubassets.com/images/email/message_cards/avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/quicwg/base-drafts"}},"updates":{"snippets":[{"icon":"PERSON","message":"@janaiyengar in #2283: What @martinthomson said. Receiving a STOP_SENDING indicates that a stream was created which is why it's there in the Receiving Stream States.  It's to handle the case where a reordered STOP_SENDING is received. "}],"action":{"name":"View Issue","url":"https://github.com/quicwg/base-drafts/issues/2283#issuecomment-451330662"}}}</script>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/issues/2283#issuecomment-451330662",
"url": "https://github.com/quicwg/base-drafts/issues/2283#issuecomment-451330662",
"name": "View Issue"
},
"description": "View this Issue on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>
----==_mimepart_5c2eb64a22a3b_26af3fa274ad45c01973f8--


From nobody Thu Jan  3 17: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 9072F1313C8 for <quic-issues@ietfa.amsl.com>; Thu,  3 Jan 2019 17:29:24 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -6.447
X-Spam-Level: 
X-Spam-Status: No, score=-6.447 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIMWL_WL_HIGH=-0.065, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, HTML_IMAGE_ONLY_24=1.618, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-1, RCVD_IN_DNSWL_HI=-5, SPF_PASS=-0.001] autolearn=ham autolearn_force=no
Authentication-Results: ietfa.amsl.com (amavisd-new); dkim=pass (1024-bit key) header.d=github.com
Received: from mail.ietf.org ([4.31.198.44]) by localhost (ietfa.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id UdKuDEH5ibej for <quic-issues@ietfa.amsl.com>; Thu,  3 Jan 2019 17:29: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 B21581313F3 for <quic-issues@ietf.org>; Thu,  3 Jan 2019 17:29:22 -0800 (PST)
Date: Thu, 03 Jan 2019 17:29:21 -0800
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1546565361; bh=PkWnOqle77zxfRE9eci0IORs4cAcE94/cIoq3Izd/9s=; h=Date:From:Reply-To:To:Cc:Subject:List-ID:List-Archive:List-Post: List-Unsubscribe:From; b=Zxs1EseFKouaAtYmLmq/wVjJpQlS2P2zKaF29jpxviouqCwzvCrdu+aaVkV0Dymvy y6tsfggBdkYHA3tvjp6zXxQOghFZ5bkGjDvb/5sAoFZ+NZjyOJMs30vYF0FKMjpdu+ gBUpBVJYozZAYPhsrCmJeZfHmo1Ssq1B6leVQwts=
From: David Schinazi <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+0166e4ab503d86d7bf3c06b0fe94a8f3eaf314fda145710692cf00000001184678f192a169ce1797273c@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/issues/2291@github.com>
Subject: [quicwg/base-drafts] Allow extra data after self-terminating h3 frames (#2291)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5c2eb6f1dc918_ae33f8594ed45b4204532"; 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/5FcimuOENrNr91vWnSSXxOfMnFA>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
List-Id: Notification list for GitHub issues related to the QUIC WG <quic-issues.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=unsubscribe>
List-Archive: <https://mailarchive.ietf.org/arch/browse/quic-issues/>
List-Post: <mailto:quic-issues@ietf.org>
List-Help: <mailto:quic-issues-request@ietf.org?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, 04 Jan 2019 01:29:29 -0000

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

The current spec is overly restrictive when it comes to self-terminating h3 frames. If implementations ignore extra data after the expected bytes, this will allow us to add fields down the road without the need to specify new frame types.

Created this issue to host discussion regarding PR #2289.

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

<p>The current spec is overly restrictive when it comes to self-terminating h3 frames. If implementations ignore extra data after the expected bytes, this will allow us to add fields down the road without the need to specify new frame types.</p>
<p>Created this issue to host discussion regarding PR <a class="issue-link js-issue-link" data-error-text="Failed to load issue title" data-id="395777861" data-permission-text="Issue title is private" data-url="https://github.com/quicwg/base-drafts/issues/2289" data-hovercard-type="pull_request" data-hovercard-url="/quicwg/base-drafts/pull/2289/hovercard" href="https://github.com/quicwg/base-drafts/pull/2289">#2289</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/2291">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AWbkq0reJFIyFScXNnat8Qt3zVJ8mUkhks5u_q5xgaJpZM4ZpBt0">mute the thread</a>.<img src="https://github.com/notifications/beacon/AWbkqxocTN4sqKIcKq_DLTvVotLM-SXuks5u_q5xgaJpZM4ZpBt0.gif" height="1" width="1" alt="" /></p>
<script type="application/json" data-scope="inboxmarkup">{"api_version":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name":"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"https://github.githubassets.com/images/email/message_cards/header.png","avatar_image_url":"https://github.githubassets.com/images/email/message_cards/avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/quicwg/base-drafts"}},"updates":{"snippets":[{"icon":"DESCRIPTION","message":"Allow extra data after self-terminating h3 frames (#2291)"}],"action":{"name":"View Issue","url":"https://github.com/quicwg/base-drafts/issues/2291"}}}</script>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/issues/2291",
"url": "https://github.com/quicwg/base-drafts/issues/2291",
"name": "View Issue"
},
"description": "View this Issue on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>
----==_mimepart_5c2eb6f1dc918_ae33f8594ed45b4204532--


From nobody Thu Jan  3 17:30: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 0F4D8131030 for <quic-issues@ietfa.amsl.com>; Thu,  3 Jan 2019 17:30:21 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -6.661
X-Spam-Level: 
X-Spam-Status: No, score=-6.661 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIMWL_WL_HIGH=-0.065, 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_PASS=-0.001] autolearn=ham autolearn_force=no
Authentication-Results: ietfa.amsl.com (amavisd-new); dkim=pass (1024-bit key) header.d=github.com
Received: from mail.ietf.org ([4.31.198.44]) by localhost (ietfa.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id bhTOPguJlIFn for <quic-issues@ietfa.amsl.com>; Thu,  3 Jan 2019 17:30: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 79D96131028 for <quic-issues@ietf.org>; Thu,  3 Jan 2019 17:30:19 -0800 (PST)
Date: Thu, 03 Jan 2019 17:30:18 -0800
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1546565418; bh=JBkE18Wo7uXHd2gJxEWSgqcG5dboyj+R28nHGZi1MsQ=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=koFQK527cO19geO6Rhz4F+p6nZdtsUFLw14O39iUTKWZJCBjX4LI4EH+AjZp0GFhm T8u16pCFBh5wdmH6STyoJqhA1J/JikCB5OjiHvxLCDxS6pVbGrbZFQEctoBZOGIjYR nCuTGoHeEmfWngxRxR5kDcWMn76Wddp8Ac4bCWNQ=
From: David Schinazi <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+0166e4ab85757e0f8f440301d7dec32967dbd8fb2d4d19f692cf000000011846792a92a169ce17971745@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/pull/2289/c451331208@github.com>
In-Reply-To: <quicwg/base-drafts/pull/2289@github.com>
References: <quicwg/base-drafts/pull/2289@github.com>
Subject: Re: [quicwg/base-drafts] Allow extra data after self-terminating h3 frames (#2289)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5c2eb72ab9f3e_2e403f8e966d45c01537aa"; 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/bnwUb74xe2vQ5GRNl5krfjzIYWc>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
List-Id: Notification list for GitHub issues related to the QUIC WG <quic-issues.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=unsubscribe>
List-Archive: <https://mailarchive.ietf.org/arch/browse/quic-issues/>
List-Post: <mailto:quic-issues@ietf.org>
List-Help: <mailto:quic-issues-request@ietf.org?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, 04 Jan 2019 01:30:21 -0000

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

@LPardue created issue #2291.

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/quicwg/base-drafts/pull/2289#issuecomment-451331208
----==_mimepart_5c2eb72ab9f3e_2e403f8e966d45c01537aa
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=6571445" data-octo-click="hovercard-link-click" data-octo-dimensions="link_type:self" href="https://github.com/LPardue">@LPardue</a> created issue <a class="issue-link js-issue-link" data-error-text="Failed to load issue title" data-id="395781948" data-permission-text="Issue title is private" data-url="https://github.com/quicwg/base-drafts/issues/2291" data-hovercard-type="issue" data-hovercard-url="/quicwg/base-drafts/issues/2291/hovercard" href="https://github.com/quicwg/base-drafts/issues/2291">#2291</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/2289#issuecomment-451331208">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AWbkq0YvhWhsBYMPV_ixGDLQYSwlFV4Bks5u_q6qgaJpZM4ZpAlH">mute the thread</a>.<img src="https://github.com/notifications/beacon/AWbkq1gkFv8sYsPJkcODPDDZDijHxXmCks5u_q6qgaJpZM4ZpAlH.gif" height="1" width="1" alt="" /></p>
<script type="application/json" data-scope="inboxmarkup">{"api_version":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name":"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"https://github.githubassets.com/images/email/message_cards/header.png","avatar_image_url":"https://github.githubassets.com/images/email/message_cards/avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/quicwg/base-drafts"}},"updates":{"snippets":[{"icon":"PERSON","message":"@DavidSchinazi in #2289: @LPardue created issue #2291."}],"action":{"name":"View Pull Request","url":"https://github.com/quicwg/base-drafts/pull/2289#issuecomment-451331208"}}}</script>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/pull/2289#issuecomment-451331208",
"url": "https://github.com/quicwg/base-drafts/pull/2289#issuecomment-451331208",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>
----==_mimepart_5c2eb72ab9f3e_2e403f8e966d45c01537aa--


From nobody Thu Jan  3 17:38: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 9278712D4EB for <quic-issues@ietfa.amsl.com>; Thu,  3 Jan 2019 17:38:03 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -6.661
X-Spam-Level: 
X-Spam-Status: No, score=-6.661 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIMWL_WL_HIGH=-0.065, 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_PASS=-0.001] autolearn=ham autolearn_force=no
Authentication-Results: ietfa.amsl.com (amavisd-new); dkim=pass (1024-bit key) header.d=github.com
Received: from mail.ietf.org ([4.31.198.44]) by localhost (ietfa.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id WXEBEvJ41O8P for <quic-issues@ietfa.amsl.com>; Thu,  3 Jan 2019 17:38: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 296B01274D0 for <quic-issues@ietf.org>; Thu,  3 Jan 2019 17:38:02 -0800 (PST)
Date: Thu, 03 Jan 2019 17:38:01 -0800
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1546565881; bh=M7RFnZNd486A5F/QftoKJKRkObzUJFdBXUUv5UmM5vU=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=bW5q5qrU2nPsbAeWq1y3SRRvD2pej1lHzgRnRGC23QyhKhXYCJlT/j5zMmTaEYdqN Ou+72WLepnPiewp3qTXNxfZA5Ji8yB24mEBWWqPWFrAdoNTOwW7G3SJzB+ZwrFkZ52 AKBUxcVFTZd/0v7AAC9otsO9l0q1jJpdcsBCgvg4=
From: janaiyengar <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+0166e4ab06efe559c8d4d03c276f4f26d07f8260aa09620192cf0000000118467af992a169ce17801464@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/issues/2262/451332254@github.com>
In-Reply-To: <quicwg/base-drafts/issues/2262@github.com>
References: <quicwg/base-drafts/issues/2262@github.com>
Subject: Re: [quicwg/base-drafts] RESET_STREAM.final_offset is ambiguous (#2262)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5c2eb8f93a7bd_2813fed4dcd45b8266633"; 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/yqff49Aj4v59ibup7C9FYfeAMJQ>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
List-Id: Notification list for GitHub issues related to the QUIC WG <quic-issues.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=unsubscribe>
List-Archive: <https://mailarchive.ietf.org/arch/browse/quic-issues/>
List-Post: <mailto:quic-issues@ietf.org>
List-Help: <mailto:quic-issues-request@ietf.org?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, 04 Jan 2019 01:38:04 -0000

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

@kazuho: Ignore my question on the PR, I understand your ambiguity now. I like "offset" better than "size", but unfortunately, the term does not match the definition. Changing the offset to mean the next byte is viable, but it still isn't intuitive. I think size might be the best we've got.

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/quicwg/base-drafts/issues/2262#issuecomment-451332254
----==_mimepart_5c2eb8f93a7bd_2813fed4dcd45b8266633
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=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>: Ignore my question on the PR, I understand your ambigu=
ity now. I like "offset" better than "size", but unfortunately, the term =
does not match the definition. Changing the offset to mean the next byte =
is viable, but it still isn't intuitive. I think size might be the best w=
e've got.</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/2262#issuecomment-451332254">view it on GitHub</a>,=
 or <a href=3D"https://github.com/notifications/unsubscribe-auth/AWbkq6cy=
d3YoKmlr_PO4LDhUEaXmwWVBks5u_rB5gaJpZM4ZiNzp">mute the thread</a>.<img sr=
c=3D"https://github.com/notifications/beacon/AWbkq1SxZpcOgEUWyrbKuHq8bdVa=
blEBks5u_rB5gaJpZM4ZiNzp.gif" height=3D"1" width=3D"1" alt=3D"" /></p>
<script type=3D"application/json" data-scope=3D"inboxmarkup">{"api_versio=
n":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name"=
:"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"=
quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"http=
s://github.githubassets.com/images/email/message_cards/header.png","avata=
r_image_url":"https://github.githubassets.com/images/email/message_cards/=
avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/q=
uicwg/base-drafts"}},"updates":{"snippets":[{"icon":"PERSON","message":"@=
janaiyengar in #2262: @kazuho: Ignore my question on the PR, I understand=
 your ambiguity now. I like \"offset\" better than \"size\", but unfortun=
ately, the term does not match the definition. Changing the offset to mea=
n the next byte is viable, but it still isn't intuitive. I think size mig=
ht be the best we've got."}],"action":{"name":"View Issue","url":"https:/=
/github.com/quicwg/base-drafts/issues/2262#issuecomment-451332254"}}}</sc=
ript>
<script type=3D"application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/issues/2262#issuecomment=
-451332254",
"url": "https://github.com/quicwg/base-drafts/issues/2262#issuecomment-45=
1332254",
"name": "View Issue"
},
"description": "View this Issue on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>=

----==_mimepart_5c2eb8f93a7bd_2813fed4dcd45b8266633--


From nobody Thu Jan  3 17:40: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 6DFA01274D0 for <quic-issues@ietfa.amsl.com>; Thu,  3 Jan 2019 17:40:03 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -6.661
X-Spam-Level: 
X-Spam-Status: No, score=-6.661 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIMWL_WL_HIGH=-0.065, 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_PASS=-0.001] autolearn=ham autolearn_force=no
Authentication-Results: ietfa.amsl.com (amavisd-new); dkim=pass (1024-bit key) header.d=github.com
Received: from mail.ietf.org ([4.31.198.44]) by localhost (ietfa.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id dZJ33pc5rdyc for <quic-issues@ietfa.amsl.com>; Thu,  3 Jan 2019 17: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 9F86412D4EB for <quic-issues@ietf.org>; Thu,  3 Jan 2019 17:40:01 -0800 (PST)
Date: Thu, 03 Jan 2019 17:40:00 -0800
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1546566000; bh=GMUTjBXpv2KNT8x4wBMD8G7ZQ5tf7c0RCfUkDQ38FgA=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=hvZMZr+rjy9CGrs6NsevR8G+0JNX79A4z50Hb5iLpkn+DFaEqlWA1P8ec2QVDI2rZ FnZhefboQwZwWI4eJlxqaz/VHOqTByMjFRcE1qHWO3SGCCcl9jGtZUUGCENmxN4RkO mzpmC8zQAMs82Ayb9HsOg1McSBUNEEq/kGiu6nIY=
From: janaiyengar <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+0166e4aba835dbf6a7f3b98b9639dad103fc7de95086b18f92cf0000000118467b7092a169ce1791b3a4@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/pull/2285/review/189244548@github.com>
In-Reply-To: <quicwg/base-drafts/pull/2285@github.com>
References: <quicwg/base-drafts/pull/2285@github.com>
Subject: Re: [quicwg/base-drafts] Rename Final Offset to Final Size (#2285)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5c2eb97081c66_50873f80588d45c41645a5"; 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/nik4RJkKOv_13Qle5STz4EAxrnE>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
List-Id: Notification list for GitHub issues related to the QUIC WG <quic-issues.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=unsubscribe>
List-Archive: <https://mailarchive.ietf.org/arch/browse/quic-issues/>
List-Post: <mailto:quic-issues@ietf.org>
List-Help: <mailto:quic-issues-request@ietf.org?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, 04 Jan 2019 01:40:04 -0000

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

janaiyengar commented on this pull request.



>  
-An endpoint will know the final offset for a stream when the receiving part of
-the stream enters the "Size Known" or "Reset Recvd" state ({{stream-states}}).
+For a
+stream that is reset, the final size is carried explicitly in a RESET_STREAM
+frame.  Otherwise, the final size is the offset plus the length of a STREAM

It might be worth adding that for a stream that is reset, the final size might be smaller than the number of bytes sent on the 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/2285#pullrequestreview-189244548
----==_mimepart_5c2eb97081c66_50873f80588d45c41645a5
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/2285#discussion_r245183804">draft-ietf-quic-transport.md</a>:</p>
<pre style='color:#555'>&gt;  
-An endpoint will know the final offset for a stream when the receiving part of
-the stream enters the &quot;Size Known&quot; or &quot;Reset Recvd&quot; state ({{stream-states}}).
+For a
+stream that is reset, the final size is carried explicitly in a RESET_STREAM
+frame.  Otherwise, the final size is the offset plus the length of a STREAM
</pre>
<p>It might be worth adding that for a stream that is reset, the final size might be smaller than the number of bytes sent on the 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/2285#pullrequestreview-189244548">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AWbkq36eChhCDoOtPNTZfQvoCZ65dkmYks5u_rDwgaJpZM4Zna81">mute the thread</a>.<img src="https://github.com/notifications/beacon/AWbkq7YnR6cSjvuE0nWkJjk6SniI8Wxbks5u_rDwgaJpZM4Zna81.gif" height="1" width="1" alt="" /></p>
<script type="application/json" data-scope="inboxmarkup">{"api_version":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name":"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"https://github.githubassets.com/images/email/message_cards/header.png","avatar_image_url":"https://github.githubassets.com/images/email/message_cards/avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/quicwg/base-drafts"}},"updates":{"snippets":[{"icon":"PERSON","message":"@janaiyengar commented on #2285"}],"action":{"name":"View Pull Request","url":"https://github.com/quicwg/base-drafts/pull/2285#pullrequestreview-189244548"}}}</script>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/pull/2285#pullrequestreview-189244548",
"url": "https://github.com/quicwg/base-drafts/pull/2285#pullrequestreview-189244548",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>
----==_mimepart_5c2eb97081c66_50873f80588d45c41645a5--


From nobody Thu Jan  3 17: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 3BDB212D4F1 for <quic-issues@ietfa.amsl.com>; Thu,  3 Jan 2019 17:40:33 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -6.519
X-Spam-Level: 
X-Spam-Status: No, score=-6.519 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIMWL_WL_HIGH=-0.065, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, HTML_IMAGE_ONLY_20=1.546, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-1, RCVD_IN_DNSWL_HI=-5, SPF_PASS=-0.001] autolearn=ham autolearn_force=no
Authentication-Results: ietfa.amsl.com (amavisd-new); dkim=pass (1024-bit key) header.d=github.com
Received: from mail.ietf.org ([4.31.198.44]) by localhost (ietfa.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id QgjHVVVgC7Q3 for <quic-issues@ietfa.amsl.com>; Thu,  3 Jan 2019 17:40:31 -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 7E89B1274D0 for <quic-issues@ietf.org>; Thu,  3 Jan 2019 17:40:31 -0800 (PST)
Date: Thu, 03 Jan 2019 17:40:30 -0800
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1546566030; bh=IZ5QWVD7ztwMsAKvluR5lKddei2IJvonBHbho/cfPEI=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=vOEIC34hNcamQG2fbPZUPpBaSrNq/Ce4IDxFcFKfxeR7oHAV55VIERFp7UUDoyTsU s2h/+wSUoGUSKW1s44p3GDzNWQ3L2cMHvLvEbbBNJKrdS+/wuV3PJnaVA25EjaPu63 FvPgUZUD4tkPDJs4VKFjOUEiigonqWxNFH2baHh8=
From: janaiyengar <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+0166e4abfbc2d900450de394abcddde13abbf6871e69bd9292cf0000000118467b8e92a169ce1791b3a4@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/pull/2285/c451332529@github.com>
In-Reply-To: <quicwg/base-drafts/pull/2285@github.com>
References: <quicwg/base-drafts/pull/2285@github.com>
Subject: Re: [quicwg/base-drafts] Rename Final Offset to Final Size (#2285)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5c2eb98eccf93_675d3ff431ad45c0439618"; 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/eG2eySOxIm0ad9Hm2Q4F7EHud0M>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
List-Id: Notification list for GitHub issues related to the QUIC WG <quic-issues.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=unsubscribe>
List-Archive: <https://mailarchive.ietf.org/arch/browse/quic-issues/>
List-Post: <mailto:quic-issues@ietf.org>
List-Help: <mailto:quic-issues-request@ietf.org?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, 04 Jan 2019 01:40:33 -0000

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

As I said on the issue, I understand now and think this is a fine 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/2285#issuecomment-451332529
----==_mimepart_5c2eb98eccf93_675d3ff431ad45c0439618
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

<p>As I said on the issue, I understand now and think this is a fine 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/2285#issuecomment-451332529">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AWbkq1CpN6lgv91kyXvQgQ3a4zep2aeYks5u_rEOgaJpZM4Zna81">mute the thread</a>.<img src="https://github.com/notifications/beacon/AWbkq1l4AGiF6ghtJmszv6lDNisqd7Rpks5u_rEOgaJpZM4Zna81.gif" height="1" width="1" alt="" /></p>
<script type="application/json" data-scope="inboxmarkup">{"api_version":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name":"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"https://github.githubassets.com/images/email/message_cards/header.png","avatar_image_url":"https://github.githubassets.com/images/email/message_cards/avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/quicwg/base-drafts"}},"updates":{"snippets":[{"icon":"PERSON","message":"@janaiyengar in #2285: As I said on the issue, I understand now and think this is a fine change. "}],"action":{"name":"View Pull Request","url":"https://github.com/quicwg/base-drafts/pull/2285#issuecomment-451332529"}}}</script>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/pull/2285#issuecomment-451332529",
"url": "https://github.com/quicwg/base-drafts/pull/2285#issuecomment-451332529",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>
----==_mimepart_5c2eb98eccf93_675d3ff431ad45c0439618--


From nobody Thu Jan  3 17:44:40 2019
Return-Path: <bounce+565321.40f-quic-issues=ietf.org@github.com>
X-Original-To: quic-issues@ietfa.amsl.com
Delivered-To: quic-issues@ietfa.amsl.com
Received: from localhost (localhost [127.0.0.1]) by ietfa.amsl.com (Postfix) with ESMTP id EBBCB130E7F for <quic-issues@ietfa.amsl.com>; Thu,  3 Jan 2019 17:44:37 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -0.997
X-Spam-Level: 
X-Spam-Status: No, score=-0.997 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIM_ADSP_CUSTOM_MED=0.001, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, FREEMAIL_FORGED_FROMDOMAIN=0.001, FREEMAIL_FROM=0.001, HEADER_FROM_DIFFERENT_DOMAINS=0.001, NML_ADSP_CUSTOM_MED=0.9, RCVD_IN_DNSWL_NONE=-0.0001, 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 rfQ9kv1CSprU for <quic-issues@ietfa.amsl.com>; Thu,  3 Jan 2019 17:44:36 -0800 (PST)
Received: from m69-169.mailgun.net (m69-169.mailgun.net [166.78.69.169]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id 9900D130E6C for <quic-issues@ietf.org>; Thu,  3 Jan 2019 17:44:36 -0800 (PST)
DKIM-Signature: a=rsa-sha256; v=1; c=relaxed/relaxed; d=github.com; q=dns/txt;  s=mailo; t=1546566275; h=Content-Transfer-Encoding: Content-Type: Mime-Version: Subject: Message-ID: To: Reply-To: From: Date: Sender; bh=hh3zIO1JdUEIIutMeak6JT0UjTDJKR5HKGWNx6JjF1Q=; b=m8O19z63iSgZ2/Pg2QPX0hfNeIoh0evFhHk5HeElwlzpJJdSdN3tu6x7r3NZAve/ygA97P+A mbChL5GnTW1F+03Rpnz6uZSbCDi2xvYS/dxRZP5LOHg1yorVBB+p8GSgDo0k+RRx3NdBgz3Q doeA70LaP4LLxsCs75cdpGWFLFg=
X-Mailgun-Sending-Ip: 166.78.69.169
X-Mailgun-Sid: WyJhNzYyYiIsICJxdWljLWlzc3Vlc0BpZXRmLm9yZyIsICI0MGYiXQ==
Sender: jri.ietf=gmail.com@github.com
Received: from github.com (Unknown [192.30.252.38]) by mxa.mailgun.org with ESMTP id 5c2eba83.7fb4057848a0-smtp-out-n03; Fri, 04 Jan 2019 01:44:35 -0000 (UTC)
Date: Thu, 03 Jan 2019 17:44:34 -0800
From: Jana Iyengar <jri.ietf@gmail.com>
Reply-To: Jana Iyengar <jri.ietf@gmail.com>
To: quic-issues@ietf.org
Message-ID: <5c2eba826ba74_19ee2ab6f8f1857c71441@hookshot-fe-265448d.cp1-iad.github.net.mail>
Subject: [quicwg/base-drafts] f0ee13: uni not bi
Mime-Version: 1.0
Content-Type: multipart/mixed; boundary="--==_mimepart_5c2eba826b6a5_19ee2ab6f8f1857c71375"; charset=UTF-8
Content-Transfer-Encoding: 7bit
Archived-At: <https://mailarchive.ietf.org/arch/msg/quic-issues/D-of61CzWfooRQw1hnwjAn4oga0>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
Precedence: list
List-Id: Notification list for GitHub issues related to the QUIC WG <quic-issues.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=unsubscribe>
List-Archive: <https://mailarchive.ietf.org/arch/browse/quic-issues/>
List-Post: <mailto:quic-issues@ietf.org>
List-Help: <mailto:quic-issues-request@ietf.org?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, 04 Jan 2019 01:44:38 -0000

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

  Branch: refs/heads/close2287
  Home:   https://github.com/quicwg/base-drafts
  Commit: f0ee13f44ba9bb0c8254367ffb9b8bd6268303f8
      https://github.com/quicwg/base-drafts/commit/f0ee13f44ba9bb0c8254367ffb9b8bd6268303f8
  Author: Jana Iyengar <jri.ietf@gmail.com>
  Date:   2019-01-03 (Thu, 03 Jan 2019)

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

  Log Message:
  -----------
  uni not bi



      **NOTE:** This service has been marked for deprecation: https://developer.github.com/changes/2018-04-25-github-services-deprecation/

      Functionality will be removed from GitHub.com on January 31st, 2019.

----==_mimepart_5c2eba826b6a5_19ee2ab6f8f1857c71375--


From nobody Thu Jan  3 17:45: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 C2030130E6C for <quic-issues@ietfa.amsl.com>; Thu,  3 Jan 2019 17:45:03 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -8.064
X-Spam-Level: 
X-Spam-Status: No, score=-8.064 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIMWL_WL_HIGH=-0.065, 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_PASS=-0.001] autolearn=ham autolearn_force=no
Authentication-Results: ietfa.amsl.com (amavisd-new); dkim=pass (1024-bit key) header.d=github.com
Received: from mail.ietf.org ([4.31.198.44]) by localhost (ietfa.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id Pj4bPVq2Gi9H for <quic-issues@ietfa.amsl.com>; Thu,  3 Jan 2019 17:45: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 E0061130E11 for <quic-issues@ietf.org>; Thu,  3 Jan 2019 17:45:01 -0800 (PST)
Date: Thu, 03 Jan 2019 17:45:01 -0800
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1546566301; bh=hFGOPO4tYFu9TUIVyOeUjcM0zrabVRdJmRO1Ge7kxks=; h=Date:From:Reply-To:To:Cc:Subject:List-ID:List-Archive:List-Post: List-Unsubscribe:From; b=N8XQJlA2XBfymbi+Hfp8GBKgmipsn0CEgtPZ8oMXFPyBamcoexDopdKI/3u9pfqnp Asjco943RU4dxr7Vp4akNilXFpDPa7XKHxmIXXKJFyDr4iDoc2VNYqRdZMsjMmMNOq qt7p6cH+S5yGWgh2fNwqo4zL4xsgEe9bXNXGyklM=
From: janaiyengar <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+0166e4aba91fc7f4cc61ee1f449a94f5ced8ea696945411692cf0000000118467c9d92a169ce17973006@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/pull/2292@github.com>
Subject: [quicwg/base-drafts] uni not bi (#2292)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5c2eba9d1b885_64833ffa8ced45c44377d5"; 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/NOAFUGuNhKtYfuP8sLYWZi6XexQ>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
List-Id: Notification list for GitHub issues related to the QUIC WG <quic-issues.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=unsubscribe>
List-Archive: <https://mailarchive.ietf.org/arch/browse/quic-issues/>
List-Post: <mailto:quic-issues@ietf.org>
List-Help: <mailto:quic-issues-request@ietf.org?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, 04 Jan 2019 01:45:04 -0000

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

Closes #2287.
You can view, comment on, or merge this pull request online at:

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

-- Commit Summary --

  * uni not bi

-- File Changes --

    M draft-ietf-quic-transport.md (11)

-- Patch Links --

https://github.com/quicwg/base-drafts/pull/2292.patch
https://github.com/quicwg/base-drafts/pull/2292.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/2292

----==_mimepart_5c2eba9d1b885_64833ffa8ced45c44377d5
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 #2287.">Closes</span> <a class="issue-link js-issue-link" data-error-text="Failed to load issue title" data-id="395426293" data-permission-text="Issue title is private" data-url="https://github.com/quicwg/base-drafts/issues/2287" data-hovercard-type="issue" data-hovercard-url="/quicwg/base-drafts/issues/2287/hovercard" href="https://github.com/quicwg/base-drafts/issues/2287">#2287</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/2292'>https://github.com/quicwg/base-drafts/pull/2292</a></p>

<h4>Commit Summary</h4>
<ul>
  <li>uni not bi</li>
</ul>

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

<h4>Patch Links:</h4>
<ul>
  <li><a href='https://github.com/quicwg/base-drafts/pull/2292.patch'>https://github.com/quicwg/base-drafts/pull/2292.patch</a></li>
  <li><a href='https://github.com/quicwg/base-drafts/pull/2292.diff'>https://github.com/quicwg/base-drafts/pull/2292.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/2292">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AWbkq5iSyO98Kpn9g3O4xEgPcItMHNP0ks5u_rIdgaJpZM4ZpCV_">mute the thread</a>.<img src="https://github.com/notifications/beacon/AWbkq3nmxjC4k9obpCpEQ7Oijvkm5Hwwks5u_rIdgaJpZM4ZpCV_.gif" height="1" width="1" alt="" /></p>
<script type="application/json" data-scope="inboxmarkup">{"api_version":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name":"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"https://github.githubassets.com/images/email/message_cards/header.png","avatar_image_url":"https://github.githubassets.com/images/email/message_cards/avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/quicwg/base-drafts"}},"updates":{"snippets":[{"icon":"DESCRIPTION","message":"uni not bi (#2292)"}],"action":{"name":"View Pull Request","url":"https://github.com/quicwg/base-drafts/pull/2292"}}}</script>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/pull/2292",
"url": "https://github.com/quicwg/base-drafts/pull/2292",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>

----==_mimepart_5c2eba9d1b885_64833ffa8ced45c44377d5--


From nobody Thu Jan  3 17:48: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 C1E44130E7F for <quic-issues@ietfa.amsl.com>; Thu,  3 Jan 2019 17:48:45 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -8.065
X-Spam-Level: 
X-Spam-Status: No, score=-8.065 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIMWL_WL_HIGH=-0.065, 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_PASS=-0.001] autolearn=ham autolearn_force=no
Authentication-Results: ietfa.amsl.com (amavisd-new); dkim=pass (1024-bit key) header.d=github.com
Received: from mail.ietf.org ([4.31.198.44]) by localhost (ietfa.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id llB9sv-qzavf for <quic-issues@ietfa.amsl.com>; Thu,  3 Jan 2019 17:48:44 -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 D9FE6130E11 for <quic-issues@ietf.org>; Thu,  3 Jan 2019 17:48:43 -0800 (PST)
Date: Thu, 03 Jan 2019 17:48:43 -0800
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1546566523; bh=LfsTw7u4Uufs/W3Ttw5kSJJHNxiPXT38fks6603qBRI=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=tD+NgbVJ28/MVo7dRZw9sdZdrPWzTn32f83PdIT8vAFsUL7ZZC8ZXBSTSDTg0TfLQ qoZOc2gMRFsCsZfvGgthlfoxowfuNnsioQLOm3i8bjHJLFOUJiycalB+6QW9ShO131 HmFCB9at+i69nnUdcMUWKCxII33BheJj+GOihzPc=
From: Lucas Pardue <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+0166e4abe9e9151f6620bb38cb933f2c01212cf7c40009bb92cf0000000118467d7b92a169ce1797273c@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/issues/2291/451333551@github.com>
In-Reply-To: <quicwg/base-drafts/issues/2291@github.com>
References: <quicwg/base-drafts/issues/2291@github.com>
Subject: Re: [quicwg/base-drafts] Allow extra data after self-terminating h3 frames (#2291)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5c2ebb7b37bad_4aa83f81412d45b8464226"; 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/kk1mA-H8Lkj9v8qO-ud--YrXXog>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
List-Id: Notification list for GitHub issues related to the QUIC WG <quic-issues.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=unsubscribe>
List-Archive: <https://mailarchive.ietf.org/arch/browse/quic-issues/>
List-Post: <mailto:quic-issues@ietf.org>
List-Help: <mailto:quic-issues-request@ietf.org?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, 04 Jan 2019 01:48:46 -0000

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

Thanks!

Some further observations:

0) It reminds me a bit of ARINC 661 wire format :)
1) this seems like it could work with most frames that carry a fixed-size fields and/Or varint payload because the delta between H3 frame length and payload field sizes is the size of postfix fields. However, how is it expected to work with DATA frames? Does HEADERS have a similar problem?

2) why is experimentation with frame types difficult for this use case? 

3) I think I might have hit a similar problem when trying to design the HELIUM Http/2 frames: https://tools.ietf.org/html/draft-pardue-httpbis-http-network-tunnelling-01#section-6.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/2291#issuecomment-451333551
----==_mimepart_5c2ebb7b37bad_4aa83f81412d45b8464226
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: quoted-printable

<p>Thanks!</p>
<p>Some further observations:</p>
<ol start=3D"0">
<li>
<p>It reminds me a bit of ARINC 661 wire format :)</p>
</li>
<li>
<p>this seems like it could work with most frames that carry a fixed-size=
 fields and/Or varint payload because the delta between H3 frame length a=
nd payload field sizes is the size of postfix fields. However, how is it =
expected to work with DATA frames? Does HEADERS have a similar problem?</=
p>
</li>
<li>
<p>why is experimentation with frame types difficult for this use case?</=
p>
</li>
<li>
<p>I think I might have hit a similar problem when trying to design the H=
ELIUM Http/2 frames: <a href=3D"https://tools.ietf.org/html/draft-pardue-=
httpbis-http-network-tunnelling-01#section-6.3" rel=3D"nofollow">https://=
tools.ietf.org/html/draft-pardue-httpbis-http-network-tunnelling-01#secti=
on-6.3</a></p>
</li>
</ol>

<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/2291#issuecomment-451333551">view it on GitHub</a>,=
 or <a href=3D"https://github.com/notifications/unsubscribe-auth/AWbkq3X8=
F3gN-teFyle3wZDh7RqEDC4Vks5u_rL7gaJpZM4ZpBt0">mute the thread</a>.<img sr=
c=3D"https://github.com/notifications/beacon/AWbkqx0xxSHeW_M0UH_G1cdoXmkC=
sShXks5u_rL7gaJpZM4ZpBt0.gif" height=3D"1" width=3D"1" alt=3D"" /></p>
<script type=3D"application/json" data-scope=3D"inboxmarkup">{"api_versio=
n":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name"=
:"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"=
quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"http=
s://github.githubassets.com/images/email/message_cards/header.png","avata=
r_image_url":"https://github.githubassets.com/images/email/message_cards/=
avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/q=
uicwg/base-drafts"}},"updates":{"snippets":[{"icon":"PERSON","message":"@=
LPardue in #2291: Thanks!\r\n\r\nSome further observations:\r\n\r\n0) It =
reminds me a bit of ARINC 661 wire format :)\r\n1) this seems like it cou=
ld work with most frames that carry a fixed-size fields and/Or varint pay=
load because the delta between H3 frame length and payload field sizes is=
 the size of postfix fields. However, how is it expected to work with DAT=
A frames? Does HEADERS have a similar problem?\r\n\r\n2) why is experimen=
tation with frame types difficult for this use case? \r\n\r\n3) I think I=
 might have hit a similar problem when trying to design the HELIUM Http/2=
 frames: https://tools.ietf.org/html/draft-pardue-httpbis-http-network-tu=
nnelling-01#section-6.3"}],"action":{"name":"View Issue","url":"https://g=
ithub.com/quicwg/base-drafts/issues/2291#issuecomment-451333551"}}}</scri=
pt>
<script type=3D"application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/issues/2291#issuecomment=
-451333551",
"url": "https://github.com/quicwg/base-drafts/issues/2291#issuecomment-45=
1333551",
"name": "View Issue"
},
"description": "View this Issue on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>=

----==_mimepart_5c2ebb7b37bad_4aa83f81412d45b8464226--


From nobody Thu Jan  3 17:49: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 51B6E130ED6 for <quic-issues@ietfa.amsl.com>; Thu,  3 Jan 2019 17:49:19 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -8.065
X-Spam-Level: 
X-Spam-Status: No, score=-8.065 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIMWL_WL_HIGH=-0.065, 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_PASS=-0.001] autolearn=ham autolearn_force=no
Authentication-Results: ietfa.amsl.com (amavisd-new); dkim=pass (1024-bit key) header.d=github.com
Received: from mail.ietf.org ([4.31.198.44]) by localhost (ietfa.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id WwkOQQZ8Odl9 for <quic-issues@ietfa.amsl.com>; Thu,  3 Jan 2019 17:49: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 C3066130ED0 for <quic-issues@ietf.org>; Thu,  3 Jan 2019 17:49:17 -0800 (PST)
Date: Thu, 03 Jan 2019 17:49:16 -0800
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1546566557; bh=qfCMuq4amDQ4Xc6OmjYVcJgvl9uSLCzwniRPK+oMP+w=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=ws2UR5K9IioEQEUFZSpLKc7IAL1VcwDzd3jkUPEA6bptQoWbwM5ecHm/Cj0RyaS4g LfXkR+GC+ljzxIP9J49NgvzxqOPIVvO01LbdYBMb12oaG0PHBroVmGFhd5E5ylq+gy z4+QlB9lPMZAJ6bnq/SO0Ol73OLdnD7E7HQOrPjs=
From: janaiyengar <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+0166e4ab635a57ccb5c9373429c2467752c8679d509f4d3092cf0000000118467d9c92a169ce17918fb9@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/pull/2284/review/189245568@github.com>
In-Reply-To: <quicwg/base-drafts/pull/2284@github.com>
References: <quicwg/base-drafts/pull/2284@github.com>
Subject: Re: [quicwg/base-drafts] Stronger protocol negotiation requirement (#2284)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5c2ebb9cf1b91_67653ff431ad45c024826c"; 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/ckJY6vEbtzzhy0dmJ2_he02Vt7M>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
List-Id: Notification list for GitHub issues related to the QUIC WG <quic-issues.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=unsubscribe>
List-Archive: <https://mailarchive.ietf.org/arch/browse/quic-issues/>
List-Post: <mailto:quic-issues@ietf.org>
List-Help: <mailto:quic-issues-request@ietf.org?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, 04 Jan 2019 01:49:19 -0000

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

janaiyengar commented on this pull request.



> @@ -1208,15 +1208,18 @@ protection for the QUIC negotiation.  This does not prevent version downgrade
 prior to the completion of the handshake, though it means that a downgrade
 causes a handshake failure.
 
-TLS uses Application Layer Protocol Negotiation (ALPN) {{!RFC7301}} to select an
-application protocol.  The 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 incompatible combination of QUIC version and ALPN
-identifier.
+QUIC requires that the cryptographic handshake provide authenticated protocol
+negotiation.  TLS uses Application Layer Protocol Negotiation (ALPN)
+{{!RFC7301}} to select an application protocol.  Clients and servers MUST use
+ALPN to negotiate an application protocol, unless another mechanism is used for
+agreeing on an application protocol.

Suggested rephrase: "Unless another mechanism is used for agreeing on an application protocol, endpoints MUST use ALPN for this purpose."

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/quicwg/base-drafts/pull/2284#pullrequestreview-189245568
----==_mimepart_5c2ebb9cf1b91_67653ff431ad45c024826c
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/2284#discussion_r245184652">draft-ietf-quic-tls.md</a>:</p>
<pre style='color:#555'>&gt; @@ -1208,15 +1208,18 @@ protection for the QUIC negotiation.  This does not prevent version downgrade
 prior to the completion of the handshake, though it means that a downgrade
 causes a handshake failure.
 
-TLS uses Application Layer Protocol Negotiation (ALPN) {{!RFC7301}} to select an
-application protocol.  The 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 incompatible combination of QUIC version and ALPN
-identifier.
+QUIC requires that the cryptographic handshake provide authenticated protocol
+negotiation.  TLS uses Application Layer Protocol Negotiation (ALPN)
+{{!RFC7301}} to select an application protocol.  Clients and servers MUST use
+ALPN to negotiate an application protocol, unless another mechanism is used for
+agreeing on an application protocol.
</pre>
<p>Suggested rephrase: "Unless another mechanism is used for agreeing on an application protocol, endpoints MUST use ALPN for this purpose."</p>

<p style="font-size:small;-webkit-text-size-adjust:none;color:#666;">&mdash;<br />You are receiving this because you are subscribed to this thread.<br />Reply to this email directly, <a href="https://github.com/quicwg/base-drafts/pull/2284#pullrequestreview-189245568">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AWbkq2Rxfd7x_djLcB0-uz0yZqP2-3M3ks5u_rMcgaJpZM4ZnYap">mute the thread</a>.<img src="https://github.com/notifications/beacon/AWbkq1guIB3O7uEFiCOW_QQVdcRqc6UTks5u_rMcgaJpZM4ZnYap.gif" height="1" width="1" alt="" /></p>
<script type="application/json" data-scope="inboxmarkup">{"api_version":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name":"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"https://github.githubassets.com/images/email/message_cards/header.png","avatar_image_url":"https://github.githubassets.com/images/email/message_cards/avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/quicwg/base-drafts"}},"updates":{"snippets":[{"icon":"PERSON","message":"@janaiyengar commented on #2284"}],"action":{"name":"View Pull Request","url":"https://github.com/quicwg/base-drafts/pull/2284#pullrequestreview-189245568"}}}</script>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/pull/2284#pullrequestreview-189245568",
"url": "https://github.com/quicwg/base-drafts/pull/2284#pullrequestreview-189245568",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>
----==_mimepart_5c2ebb9cf1b91_67653ff431ad45c024826c--


From nobody Thu Jan  3 17:52: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 089E7130ED0 for <quic-issues@ietfa.amsl.com>; Thu,  3 Jan 2019 17:52:00 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -6.519
X-Spam-Level: 
X-Spam-Status: No, score=-6.519 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIMWL_WL_HIGH=-0.065, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, HTML_IMAGE_ONLY_20=1.546, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-1, RCVD_IN_DNSWL_HI=-5, SPF_PASS=-0.001] autolearn=ham autolearn_force=no
Authentication-Results: ietfa.amsl.com (amavisd-new); dkim=pass (1024-bit key) header.d=github.com
Received: from mail.ietf.org ([4.31.198.44]) by localhost (ietfa.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id s4j_sFh8NJFY for <quic-issues@ietfa.amsl.com>; Thu,  3 Jan 2019 17:51: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 649FF130E98 for <quic-issues@ietf.org>; Thu,  3 Jan 2019 17:51:58 -0800 (PST)
Date: Thu, 03 Jan 2019 17:51:57 -0800
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1546566717; bh=AG5ONxNgInjVqTYlDBK4e0XlZDxpThsGnSl8YK75czE=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=M2dUdujEBA0gURfDPVqbjQM1VZmUTTz/p7cx/XgYbybGjr/kbceQL0rIKN05+fiLH hIRcQoYxW4wNkYlB9B/Qvd9zUpbyWsK2Y2UZImgCdeMcdETuicc8BkW1CqPa+3Lq5X /lQmm9G5eI/aFDc3nRPtLNGIu6lqDHhobN85YKuY=
From: janaiyengar <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+0166e4abda4a1d8f75b54c9a8d63412c3ac0fd97ffc926c492cf0000000118467e3d92a169ce17918fb9@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/pull/2284/review/189245834@github.com>
In-Reply-To: <quicwg/base-drafts/pull/2284@github.com>
References: <quicwg/base-drafts/pull/2284@github.com>
Subject: Re: [quicwg/base-drafts] Stronger protocol negotiation requirement (#2284)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5c2ebc3d997d5_61a73fbfb0ad45bc3213c6"; 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/G4m9hvRR3sho_TTKnO9fAC7TrMY>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
List-Id: Notification list for GitHub issues related to the QUIC WG <quic-issues.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=unsubscribe>
List-Archive: <https://mailarchive.ietf.org/arch/browse/quic-issues/>
List-Post: <mailto:quic-issues@ietf.org>
List-Help: <mailto:quic-issues-request@ietf.org?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, 04 Jan 2019 01:52:00 -0000

----==_mimepart_5c2ebc3d997d5_61a73fbfb0ad45bc3213c6
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/2284#pullrequestreview-189245834
----==_mimepart_5c2ebc3d997d5_61a73fbfb0ad45bc3213c6
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/2284#pullrequestreview-189245834">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AWbkq71GaqFhRmGSmZ2Bje6qEwJtUivUks5u_rO9gaJpZM4ZnYap">mute the thread</a>.<img src="https://github.com/notifications/beacon/AWbkqxEvX36IE8yLRjD6WdmIbBaSyCwtks5u_rO9gaJpZM4ZnYap.gif" height="1" width="1" alt="" /></p>
<script type="application/json" data-scope="inboxmarkup">{"api_version":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name":"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"https://github.githubassets.com/images/email/message_cards/header.png","avatar_image_url":"https://github.githubassets.com/images/email/message_cards/avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/quicwg/base-drafts"}},"updates":{"snippets":[{"icon":"PERSON","message":"@janaiyengar approved #2284"}],"action":{"name":"View Pull Request","url":"https://github.com/quicwg/base-drafts/pull/2284#pullrequestreview-189245834"}}}</script>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/pull/2284#pullrequestreview-189245834",
"url": "https://github.com/quicwg/base-drafts/pull/2284#pullrequestreview-189245834",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>
----==_mimepart_5c2ebc3d997d5_61a73fbfb0ad45bc3213c6--


From nobody Thu Jan  3 17:52: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 2C336130E98 for <quic-issues@ietfa.amsl.com>; Thu,  3 Jan 2019 17:52:31 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -6.519
X-Spam-Level: 
X-Spam-Status: No, score=-6.519 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIMWL_WL_HIGH=-0.065, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, HTML_IMAGE_ONLY_20=1.546, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-1, RCVD_IN_DNSWL_HI=-5, SPF_PASS=-0.001] autolearn=ham autolearn_force=no
Authentication-Results: ietfa.amsl.com (amavisd-new); dkim=pass (1024-bit key) header.d=github.com
Received: from mail.ietf.org ([4.31.198.44]) by localhost (ietfa.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id qRVcPSOIRogy for <quic-issues@ietfa.amsl.com>; Thu,  3 Jan 2019 17:52: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 9424B12D4F1 for <quic-issues@ietf.org>; Thu,  3 Jan 2019 17:52:29 -0800 (PST)
Date: Thu, 03 Jan 2019 17:52:28 -0800
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1546566748; bh=lJ913/aURhp14VOHKdLPFp8pJfK4PScbfeCAi7hrmA8=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=LdyMbEv9bcdetuy7Bi9POzMpcd3iYRygJtihMO+KWtWIOgBPGu9Jes9eS0UHD+5UO 5KRnaCeg7qMRB+sTfk6V9X/B8iiw28BZHxQCLNQ010fKNyIovY3LxHg8mkTKjkU8FU g8WP324fUOUgOE8HWIJYQUOTZKafknu2pIOYaPgc=
From: janaiyengar <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+0166e4ab4924842225ef2cfaead7f1826c77852280ccc0ad92cf0000000118467e5c92a169ce17918fb9@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/pull/2284/c451334033@github.com>
In-Reply-To: <quicwg/base-drafts/pull/2284@github.com>
References: <quicwg/base-drafts/pull/2284@github.com>
Subject: Re: [quicwg/base-drafts] Stronger protocol negotiation requirement (#2284)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5c2ebc5cd1465_8af3fbe5aed45c425799b"; 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/lJ2YXLj4AvbJHPpvsrGAjY21-os>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
List-Id: Notification list for GitHub issues related to the QUIC WG <quic-issues.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=unsubscribe>
List-Archive: <https://mailarchive.ietf.org/arch/browse/quic-issues/>
List-Post: <mailto:quic-issues@ietf.org>
List-Help: <mailto:quic-issues-request@ietf.org?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, 04 Jan 2019 01:52:31 -0000

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

One 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/2284#issuecomment-451334033
----==_mimepart_5c2ebc5cd1465_8af3fbe5aed45c425799b
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

<p>One 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/2284#issuecomment-451334033">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AWbkq6NxIptaLke8A37cDps0WvIi40L3ks5u_rPcgaJpZM4ZnYap">mute the thread</a>.<img src="https://github.com/notifications/beacon/AWbkqyWhF6jgoiOsIsPWh5lV4eUqqyFZks5u_rPcgaJpZM4ZnYap.gif" height="1" width="1" alt="" /></p>
<script type="application/json" data-scope="inboxmarkup">{"api_version":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name":"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"https://github.githubassets.com/images/email/message_cards/header.png","avatar_image_url":"https://github.githubassets.com/images/email/message_cards/avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/quicwg/base-drafts"}},"updates":{"snippets":[{"icon":"PERSON","message":"@janaiyengar in #2284: One suggestion."}],"action":{"name":"View Pull Request","url":"https://github.com/quicwg/base-drafts/pull/2284#issuecomment-451334033"}}}</script>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/pull/2284#issuecomment-451334033",
"url": "https://github.com/quicwg/base-drafts/pull/2284#issuecomment-451334033",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>
----==_mimepart_5c2ebc5cd1465_8af3fbe5aed45c425799b--


From nobody Thu Jan  3 17:52:46 2019
Return-Path: <bounce+565321.40f-quic-issues=ietf.org@github.com>
X-Original-To: quic-issues@ietfa.amsl.com
Delivered-To: quic-issues@ietfa.amsl.com
Received: from localhost (localhost [127.0.0.1]) by ietfa.amsl.com (Postfix) with ESMTP id DDAE6130ED0 for <quic-issues@ietfa.amsl.com>; Thu,  3 Jan 2019 17:52:44 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -0.997
X-Spam-Level: 
X-Spam-Status: No, score=-0.997 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIM_ADSP_CUSTOM_MED=0.001, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, FREEMAIL_FORGED_FROMDOMAIN=0.001, FREEMAIL_FROM=0.001, HEADER_FROM_DIFFERENT_DOMAINS=0.001, NML_ADSP_CUSTOM_MED=0.9, RCVD_IN_DNSWL_NONE=-0.0001, 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 s1JQpb5edP0n for <quic-issues@ietfa.amsl.com>; Thu,  3 Jan 2019 17:52:43 -0800 (PST)
Received: from m69-169.mailgun.net (m69-169.mailgun.net [166.78.69.169]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id 71ED9130E98 for <quic-issues@ietf.org>; Thu,  3 Jan 2019 17:52:43 -0800 (PST)
DKIM-Signature: a=rsa-sha256; v=1; c=relaxed/relaxed; d=github.com; q=dns/txt;  s=mailo; t=1546566762; h=Content-Transfer-Encoding: Content-Type: Mime-Version: Subject: Message-ID: To: Reply-To: From: Date: Sender; bh=tU+yMblsvKYigtwnYkU03tN1tTgaxsU13HZ/p5axLAU=; b=AJn2wUM3XdxKSvUX2ohRsz34glEqjTkyNUki7FBPUJEuLweChBOy1WJwliNtiMg56wdaoEMS 6zL97QdhwKTsUiBv95z1cdghVws07Ojl/O34lxpUV3gkpyPMmKJABL6OMoZj66rCoJvddi0F oFK6DBxyx7PdT6D9m5avlnQFTrE=
X-Mailgun-Sending-Ip: 166.78.69.169
X-Mailgun-Sid: WyJhNzYyYiIsICJxdWljLWlzc3Vlc0BpZXRmLm9yZyIsICI0MGYiXQ==
Sender: jri.ietf=gmail.com@github.com
Received: from github.com (Unknown [192.30.252.39]) by mxa.mailgun.org with ESMTP id 5c2ebc6a.7f6d3b20e9f0-smtp-out-n02; Fri, 04 Jan 2019 01:52:42 -0000 (UTC)
Date: Thu, 03 Jan 2019 17:52:41 -0800
From: janaiyengar <jri.ietf@gmail.com>
Reply-To: janaiyengar <jri.ietf@gmail.com>
To: quic-issues@ietf.org
Message-ID: <5c2ebc691f451_5cc2b22ebe6e57c136648@hookshot-fe-dfcc362.cp1-iad.github.net.mail>
Subject: [quicwg/base-drafts] f0ee13: uni not bi
Mime-Version: 1.0
Content-Type: multipart/mixed; boundary="--==_mimepart_5c2ebc691f0a1_5cc2b22ebe6e57c1365da"; charset=UTF-8
Content-Transfer-Encoding: 7bit
Archived-At: <https://mailarchive.ietf.org/arch/msg/quic-issues/V0-JGd0fKU5_qv3d5diXQ49BE_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: Fri, 04 Jan 2019 01:52:45 -0000

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

  Branch: refs/heads/master
  Home:   https://github.com/quicwg/base-drafts
  Commit: f0ee13f44ba9bb0c8254367ffb9b8bd6268303f8
      https://github.com/quicwg/base-drafts/commit/f0ee13f44ba9bb0c8254367ffb9b8bd6268303f8
  Author: Jana Iyengar <jri.ietf@gmail.com>
  Date:   2019-01-03 (Thu, 03 Jan 2019)

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

  Log Message:
  -----------
  uni not bi


  Commit: f09522207157fde595f3c75ac5088b39cd2e101d
      https://github.com/quicwg/base-drafts/commit/f09522207157fde595f3c75ac5088b39cd2e101d
  Author: janaiyengar <jri.ietf@gmail.com>
  Date:   2019-01-03 (Thu, 03 Jan 2019)

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

  Log Message:
  -----------
  Merge pull request #2292 from quicwg/close2287

uni not bi


Compare: https://github.com/quicwg/base-drafts/compare/d403d8d225a2...f09522207157
      **NOTE:** This service has been marked for deprecation: https://developer.github.com/changes/2018-04-25-github-services-deprecation/

      Functionality will be removed from GitHub.com on January 31st, 2019.

----==_mimepart_5c2ebc691f0a1_5cc2b22ebe6e57c1365da--


From nobody Thu Jan  3 17:52: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 182DA130F1B for <quic-issues@ietfa.amsl.com>; Thu,  3 Jan 2019 17:52:47 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -6.447
X-Spam-Level: 
X-Spam-Status: No, score=-6.447 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIMWL_WL_HIGH=-0.065, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, HTML_IMAGE_ONLY_24=1.618, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-1, RCVD_IN_DNSWL_HI=-5, SPF_PASS=-0.001] autolearn=ham autolearn_force=no
Authentication-Results: ietfa.amsl.com (amavisd-new); dkim=pass (1024-bit key) header.d=github.com
Received: 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-YTJ6B_hPts for <quic-issues@ietfa.amsl.com>; Thu,  3 Jan 2019 17:52: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 B2730130E98 for <quic-issues@ietf.org>; Thu,  3 Jan 2019 17:52:45 -0800 (PST)
Date: Thu, 03 Jan 2019 17:52:44 -0800
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1546566764; bh=F+ut/mv11MjnHQ4hqs411+1Z1MDwWjmbvm8uM8BCo4g=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=rgNcCl3idlCancQ9LUJ2pjKJDKr4ZjIqZbZTEtkwxl6Wu6DA8biT480Em2OK2cGUv U3+w4eueOITpz6X8GrIw4rTL2qQipnwtI6aIqLmkhehnvOkVlLbcmcxbn85PzVHc3R lOd2Vszyhcvp3/rwMCxIjmTkPmOBDtyfdU48zYhw=
From: janaiyengar <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+0166e4ab023880145438188663d80219b28f3576d3536e1b92cf0000000118467e6c92a169ce17973006@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/pull/2292/issue_event/2053690555@github.com>
In-Reply-To: <quicwg/base-drafts/pull/2292@github.com>
References: <quicwg/base-drafts/pull/2292@github.com>
Subject: Re: [quicwg/base-drafts] uni not bi (#2292)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5c2ebc6cde18f_4ad53f81412d45b8319395"; 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/7jVsqW8GNV87xAM4rt4-lPo8rgU>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
List-Id: Notification list for GitHub issues related to the QUIC WG <quic-issues.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=unsubscribe>
List-Archive: <https://mailarchive.ietf.org/arch/browse/quic-issues/>
List-Post: <mailto:quic-issues@ietf.org>
List-Help: <mailto:quic-issues-request@ietf.org?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, 04 Jan 2019 01:52:48 -0000

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

Merged #2292 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/2292#event-2053690555
----==_mimepart_5c2ebc6cde18f_4ad53f81412d45b8319395
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="395784198" data-permission-text="Issue title is private" data-url="https://github.com/quicwg/base-drafts/issues/2292" data-hovercard-type="pull_request" data-hovercard-url="/quicwg/base-drafts/pull/2292/hovercard" href="https://github.com/quicwg/base-drafts/pull/2292">#2292</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/2292#event-2053690555">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AWbkq92sqAI9yoU0ndsuI_6rnFtV9MoYks5u_rPsgaJpZM4ZpCV_">mute the thread</a>.<img src="https://github.com/notifications/beacon/AWbkq_pbfqGzGHhrqzccnEumRWF7mscvks5u_rPsgaJpZM4ZpCV_.gif" height="1" width="1" alt="" /></p>
<script type="application/json" data-scope="inboxmarkup">{"api_version":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name":"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"https://github.githubassets.com/images/email/message_cards/header.png","avatar_image_url":"https://github.githubassets.com/images/email/message_cards/avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/quicwg/base-drafts"}},"updates":{"snippets":[{"icon":"DESCRIPTION","message":"Merged #2292 into master."}],"action":{"name":"View Pull Request","url":"https://github.com/quicwg/base-drafts/pull/2292#event-2053690555"}}}</script>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/pull/2292#event-2053690555",
"url": "https://github.com/quicwg/base-drafts/pull/2292#event-2053690555",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>
----==_mimepart_5c2ebc6cde18f_4ad53f81412d45b8319395--


From nobody Thu Jan  3 17:52: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 913B8130E98 for <quic-issues@ietfa.amsl.com>; Thu,  3 Jan 2019 17:52:48 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -6.661
X-Spam-Level: 
X-Spam-Status: No, score=-6.661 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIMWL_WL_HIGH=-0.065, 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_PASS=-0.001] autolearn=ham autolearn_force=no
Authentication-Results: ietfa.amsl.com (amavisd-new); dkim=pass (1024-bit key) header.d=github.com
Received: from mail.ietf.org ([4.31.198.44]) by localhost (ietfa.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id Ysk1JIG3fMSG for <quic-issues@ietfa.amsl.com>; Thu,  3 Jan 2019 17:52: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 137F6130ED0 for <quic-issues@ietf.org>; Thu,  3 Jan 2019 17:52:46 -0800 (PST)
Date: Thu, 03 Jan 2019 17:52:45 -0800
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1546566765; bh=uxG//xKpMjPjQ8wPw+ywaPtBZg87EaQBrI/YO/sP2MM=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=A2g5GZDYuFf7JxrhihlS/JdQ/JCERF6D8lhADi7ERh8rRvQFlnMEfxELPCOXUXLEk Bqn65+AyMuebnKzFffLX3+VjZmFLOP487w65w6tADB/2PjoVw1EbzE8WspqNSn0bEo BwbDeD7Hs+ohMOGT8u+1MLNvovOaSsuog9kYrCHw=
From: janaiyengar <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+0166e4ab0e2b1ccdcd9bf9cef145f90068c8a8a78c48c5e292cf0000000118467e6d92a169ce1791b9f5@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/issue/2287/issue_event/2053690557@github.com>
In-Reply-To: <quicwg/base-drafts/issues/2287@github.com>
References: <quicwg/base-drafts/issues/2287@github.com>
Subject: Re: [quicwg/base-drafts] Minor typo in Transport Parameters (#2287)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5c2ebc6d3aebd_73933faaddcd45c0246910"; 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/wCyVOENR83BWDf3BuhrlfTTJ0CI>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
List-Id: Notification list for GitHub issues related to the QUIC WG <quic-issues.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=unsubscribe>
List-Archive: <https://mailarchive.ietf.org/arch/browse/quic-issues/>
List-Post: <mailto:quic-issues@ietf.org>
List-Help: <mailto:quic-issues-request@ietf.org?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, 04 Jan 2019 01:52:49 -0000

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

Closed #2287 via #2292.

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/quicwg/base-drafts/issues/2287#event-2053690557
----==_mimepart_5c2ebc6d3aebd_73933faaddcd45c0246910
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="395426293" data-permission-text="Issue title is private" data-url="https://github.com/quicwg/base-drafts/issues/2287" data-hovercard-type="issue" data-hovercard-url="/quicwg/base-drafts/issues/2287/hovercard" href="https://github.com/quicwg/base-drafts/issues/2287">#2287</a> via <a class="issue-link js-issue-link" data-error-text="Failed to load issue title" data-id="395784198" data-permission-text="Issue title is private" data-url="https://github.com/quicwg/base-drafts/issues/2292" data-hovercard-type="pull_request" data-hovercard-url="/quicwg/base-drafts/pull/2292/hovercard" href="https://github.com/quicwg/base-drafts/pull/2292">#2292</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/2287#event-2053690557">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AWbkq5alLPvsL56IovkIE8_QPxq9bqNSks5u_rPtgaJpZM4ZnbZB">mute the thread</a>.<img src="https://github.com/notifications/beacon/AWbkqyt--PXpkMMqcWtkBPGT0wA1CBBHks5u_rPtgaJpZM4ZnbZB.gif" height="1" width="1" alt="" /></p>
<script type="application/json" data-scope="inboxmarkup">{"api_version":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name":"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"https://github.githubassets.com/images/email/message_cards/header.png","avatar_image_url":"https://github.githubassets.com/images/email/message_cards/avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/quicwg/base-drafts"}},"updates":{"snippets":[{"icon":"DESCRIPTION","message":"Closed #2287 via #2292."}],"action":{"name":"View Issue","url":"https://github.com/quicwg/base-drafts/issues/2287#event-2053690557"}}}</script>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/issues/2287#event-2053690557",
"url": "https://github.com/quicwg/base-drafts/issues/2287#event-2053690557",
"name": "View Issue"
},
"description": "View this Issue on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>
----==_mimepart_5c2ebc6d3aebd_73933faaddcd45c0246910--


From nobody Thu Jan  3 18:04: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 87BA0130ED6 for <quic-issues@ietfa.amsl.com>; Thu,  3 Jan 2019 18:04:31 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -6.519
X-Spam-Level: 
X-Spam-Status: No, score=-6.519 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIMWL_WL_HIGH=-0.065, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, HTML_IMAGE_ONLY_20=1.546, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-1, RCVD_IN_DNSWL_HI=-5, SPF_PASS=-0.001] autolearn=ham autolearn_force=no
Authentication-Results: ietfa.amsl.com (amavisd-new); dkim=pass (1024-bit key) header.d=github.com
Received: from mail.ietf.org ([4.31.198.44]) by localhost (ietfa.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id ihWDZWqOam0t for <quic-issues@ietfa.amsl.com>; Thu,  3 Jan 2019 18:04: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 0BEB1130E98 for <quic-issues@ietf.org>; Thu,  3 Jan 2019 18:04:30 -0800 (PST)
Date: Thu, 03 Jan 2019 18:04:29 -0800
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1546567469; bh=01uHeD6FetUVaHnLwrYPDXdqj8Zi3n0iiRdahsQIqRM=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=2D3zfjtXl6kQBneVRc7j+hxpq/DSIyjsqrB5DYWcg2DsclN1tXtyBI00iOIEq0Glh ib9K5qOlVKu5cC2l15wIKpESWWBTq9wP6gq9tzkX6Q38sR4AioXjroamn8XjsIdbKI C4zitdzMA1AN5dOkVNTPlyLR4Vq1Ib21TkelSido=
From: janaiyengar <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+0166e4abca4555ff3c020db0f5b049959693aba9270028d092cf000000011846812d92a169ce17972113@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/pull/2290/review/189247181@github.com>
In-Reply-To: <quicwg/base-drafts/pull/2290@github.com>
References: <quicwg/base-drafts/pull/2290@github.com>
Subject: Re: [quicwg/base-drafts] transport: fix typos and add internal reference (#2290)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5c2ebf2d4ea2c_50eb3fdc44ed45bc733f0"; 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/5lbBF40uC5EfQkyPXv9cVgqsoVY>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
List-Id: Notification list for GitHub issues related to the QUIC WG <quic-issues.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=unsubscribe>
List-Archive: <https://mailarchive.ietf.org/arch/browse/quic-issues/>
List-Post: <mailto:quic-issues@ietf.org>
List-Help: <mailto:quic-issues-request@ietf.org?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, 04 Jan 2019 02:04:32 -0000

----==_mimepart_5c2ebf2d4ea2c_50eb3fdc44ed45bc733f0
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/2290#pullrequestreview-189247181
----==_mimepart_5c2ebf2d4ea2c_50eb3fdc44ed45bc733f0
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/2290#pullrequestreview-189247181">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AWbkqz3uMzwDCPI_77Yk_Qr9biQy789Xks5u_ratgaJpZM4ZpBSI">mute the thread</a>.<img src="https://github.com/notifications/beacon/AWbkqzs2MYWbuzJ9a2Z-tnP8__DxMe2Oks5u_ratgaJpZM4ZpBSI.gif" height="1" width="1" alt="" /></p>
<script type="application/json" data-scope="inboxmarkup">{"api_version":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name":"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"https://github.githubassets.com/images/email/message_cards/header.png","avatar_image_url":"https://github.githubassets.com/images/email/message_cards/avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/quicwg/base-drafts"}},"updates":{"snippets":[{"icon":"PERSON","message":"@janaiyengar approved #2290"}],"action":{"name":"View Pull Request","url":"https://github.com/quicwg/base-drafts/pull/2290#pullrequestreview-189247181"}}}</script>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/pull/2290#pullrequestreview-189247181",
"url": "https://github.com/quicwg/base-drafts/pull/2290#pullrequestreview-189247181",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>
----==_mimepart_5c2ebf2d4ea2c_50eb3fdc44ed45bc733f0--


From nobody Thu Jan  3 18:04:39 2019
Return-Path: <bounce+565321.40f-quic-issues=ietf.org@github.com>
X-Original-To: quic-issues@ietfa.amsl.com
Delivered-To: quic-issues@ietfa.amsl.com
Received: from localhost (localhost [127.0.0.1]) by ietfa.amsl.com (Postfix) with ESMTP id 39104130EEB for <quic-issues@ietfa.amsl.com>; Thu,  3 Jan 2019 18:04:38 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -0.997
X-Spam-Level: 
X-Spam-Status: No, score=-0.997 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIM_ADSP_CUSTOM_MED=0.001, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, FREEMAIL_FORGED_FROMDOMAIN=0.001, FREEMAIL_FROM=0.001, HEADER_FROM_DIFFERENT_DOMAINS=0.001, NML_ADSP_CUSTOM_MED=0.9, RCVD_IN_DNSWL_NONE=-0.0001, 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 HGHYlhw5OFQj for <quic-issues@ietfa.amsl.com>; Thu,  3 Jan 2019 18:04:36 -0800 (PST)
Received: from m69-169.mailgun.net (m69-169.mailgun.net [166.78.69.169]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id A9EC6130E98 for <quic-issues@ietf.org>; Thu,  3 Jan 2019 18:04:36 -0800 (PST)
DKIM-Signature: a=rsa-sha256; v=1; c=relaxed/relaxed; d=github.com; q=dns/txt;  s=mailo; t=1546567475; h=Content-Transfer-Encoding: Content-Type: Mime-Version: Subject: Message-ID: To: Reply-To: From: Date: Sender; bh=i5fscnp0NVlYebLXQVv+kn0YI6Wwamo5upqgGRXerOM=; b=MbxD7WKuPEE672ZaeYJTUPgwqSF/HKlU7bXLb6V2fzaWoM4N1FSEtgh8OMX9rgHQQ+dNWxVJ IPKmxV0rnOsUip5kA2yFVkXyvZYZGVMjhj+ts0yj2qXHXESREplQqMmrpIGS15gFdCr5inwk 9N+rhvuKHTGCobFxVpwT4KmC+Ic=
X-Mailgun-Sending-Ip: 166.78.69.169
X-Mailgun-Sid: WyJhNzYyYiIsICJxdWljLWlzc3Vlc0BpZXRmLm9yZyIsICI0MGYiXQ==
Sender: jri.ietf=gmail.com@github.com
Received: from github.com (Unknown [192.30.252.37]) by mxa.mailgun.org with ESMTP id 5c2ebf33.7f4764192030-smtp-out-n02; Fri, 04 Jan 2019 02:04:35 -0000 (UTC)
Date: Thu, 03 Jan 2019 18:04:35 -0800
From: janaiyengar <jri.ietf@gmail.com>
Reply-To: janaiyengar <jri.ietf@gmail.com>
To: quic-issues@ietf.org
Message-ID: <5c2ebf33c5276_60422ab733c28584567b6@hookshot-fe-2cc8887.cp1-iad.github.net.mail>
Subject: [quicwg/base-drafts] dc5b97: transport: fix typos and add internal reference
Mime-Version: 1.0
Content-Type: multipart/mixed; boundary="--==_mimepart_5c2ebf33c4e0b_60422ab733c2858456663"; charset=UTF-8
Content-Transfer-Encoding: 7bit
Archived-At: <https://mailarchive.ietf.org/arch/msg/quic-issues/CxiBLB3kJ_L1fClIrDLTnnXwS6o>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
Precedence: list
List-Id: Notification list for GitHub issues related to the QUIC WG <quic-issues.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=unsubscribe>
List-Archive: <https://mailarchive.ietf.org/arch/browse/quic-issues/>
List-Post: <mailto:quic-issues@ietf.org>
List-Help: <mailto:quic-issues-request@ietf.org?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, 04 Jan 2019 02:04:38 -0000

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

  Branch: refs/heads/master
  Home:   https://github.com/quicwg/base-drafts
  Commit: dc5b97751239af58ceaf10195c2254ed711cc4fb
      https://github.com/quicwg/base-drafts/commit/dc5b97751239af58ceaf10195c2254ed711cc4fb
  Author: David Schinazi <dschinazi@google.com>
  Date:   2019-01-03 (Thu, 03 Jan 2019)

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

  Log Message:
  -----------
  transport: fix typos and add internal reference


  Commit: e92ee004092231b556c094e3650d145a23d4fac8
      https://github.com/quicwg/base-drafts/commit/e92ee004092231b556c094e3650d145a23d4fac8
  Author: janaiyengar <jri.ietf@gmail.com>
  Date:   2019-01-03 (Thu, 03 Jan 2019)

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

  Log Message:
  -----------
  Merge pull request #2290 from DavidSchinazi/dschinazi/typos_transport

transport: fix typos and add internal reference


Compare: https://github.com/quicwg/base-drafts/compare/f09522207157...e92ee0040922
      **NOTE:** This service has been marked for deprecation: https://developer.github.com/changes/2018-04-25-github-services-deprecation/

      Functionality will be removed from GitHub.com on January 31st, 2019.

----==_mimepart_5c2ebf33c4e0b_60422ab733c2858456663--


From nobody Thu Jan  3 18:04: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 0A710130F39 for <quic-issues@ietfa.amsl.com>; Thu,  3 Jan 2019 18:04:41 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -6.447
X-Spam-Level: 
X-Spam-Status: No, score=-6.447 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIMWL_WL_HIGH=-0.065, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, HTML_IMAGE_ONLY_24=1.618, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-1, RCVD_IN_DNSWL_HI=-5, SPF_PASS=-0.001] autolearn=ham autolearn_force=no
Authentication-Results: ietfa.amsl.com (amavisd-new); dkim=pass (1024-bit key) header.d=github.com
Received: from mail.ietf.org ([4.31.198.44]) by localhost (ietfa.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id HMy1UtY5xHYx for <quic-issues@ietfa.amsl.com>; Thu,  3 Jan 2019 18:04: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 BE550130E98 for <quic-issues@ietf.org>; Thu,  3 Jan 2019 18:04:39 -0800 (PST)
Date: Thu, 03 Jan 2019 18:04:38 -0800
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1546567478; bh=PJZivRa1wMScEPy5ARbhWmPSdar5I3t2Iwd8KKvPEU4=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=e35vyoEzeYprJDCHYdpySpMzds0urZNlH+4tFNn6JVzKQPojCt50ASBaMB18NpdUS nsUVN6aj7ipK5a2e0CJdjZzmfA+y6VeDTZFShcQhx++Zk4/g/fX/cpt1+0mrEBjWu5 uKMIDlii8kvzV+ukgCWL3Ad5ivSxeU8yj6DrGU2Y=
From: janaiyengar <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+0166e4ab6ee80ac8e7fd982add89a2f312610ce533576f1692cf000000011846813692a169ce17972113@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/pull/2290/issue_event/2053700296@github.com>
In-Reply-To: <quicwg/base-drafts/pull/2290@github.com>
References: <quicwg/base-drafts/pull/2290@github.com>
Subject: Re: [quicwg/base-drafts] transport: fix typos and add internal reference (#2290)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5c2ebf36dc1fc_24c23fbb126d45b852478"; 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/TWWYjbchUOdYLzKkMkh7782nrdA>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
List-Id: Notification list for GitHub issues related to the QUIC WG <quic-issues.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=unsubscribe>
List-Archive: <https://mailarchive.ietf.org/arch/browse/quic-issues/>
List-Post: <mailto:quic-issues@ietf.org>
List-Help: <mailto:quic-issues-request@ietf.org?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, 04 Jan 2019 02:04:41 -0000

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

Merged #2290 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/2290#event-2053700296
----==_mimepart_5c2ebf36dc1fc_24c23fbb126d45b852478
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="395780371" data-permission-text="Issue title is private" data-url="https://github.com/quicwg/base-drafts/issues/2290" data-hovercard-type="pull_request" data-hovercard-url="/quicwg/base-drafts/pull/2290/hovercard" href="https://github.com/quicwg/base-drafts/pull/2290">#2290</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/2290#event-2053700296">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AWbkqxkUL7yRR3TdKvJq1XPcMwZOiKINks5u_ra2gaJpZM4ZpBSI">mute the thread</a>.<img src="https://github.com/notifications/beacon/AWbkq1qVcK6fFEQIOicA0byeeMmNMTaAks5u_ra2gaJpZM4ZpBSI.gif" height="1" width="1" alt="" /></p>
<script type="application/json" data-scope="inboxmarkup">{"api_version":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name":"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"https://github.githubassets.com/images/email/message_cards/header.png","avatar_image_url":"https://github.githubassets.com/images/email/message_cards/avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/quicwg/base-drafts"}},"updates":{"snippets":[{"icon":"DESCRIPTION","message":"Merged #2290 into master."}],"action":{"name":"View Pull Request","url":"https://github.com/quicwg/base-drafts/pull/2290#event-2053700296"}}}</script>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/pull/2290#event-2053700296",
"url": "https://github.com/quicwg/base-drafts/pull/2290#event-2053700296",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>
----==_mimepart_5c2ebf36dc1fc_24c23fbb126d45b852478--


From nobody Thu Jan  3 18:09: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 44C36130ED0 for <quic-issues@ietfa.amsl.com>; Thu,  3 Jan 2019 18:09:56 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -6.661
X-Spam-Level: 
X-Spam-Status: No, score=-6.661 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIMWL_WL_HIGH=-0.065, 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_PASS=-0.001] autolearn=ham autolearn_force=no
Authentication-Results: ietfa.amsl.com (amavisd-new); dkim=pass (1024-bit key) header.d=github.com
Received: from mail.ietf.org ([4.31.198.44]) by localhost (ietfa.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 6GUASgclnXWW for <quic-issues@ietfa.amsl.com>; Thu,  3 Jan 2019 18:09: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 CD9CC130E98 for <quic-issues@ietf.org>; Thu,  3 Jan 2019 18:09:54 -0800 (PST)
Date: Thu, 03 Jan 2019 18:09:54 -0800
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1546567794; bh=d064olBPB0j0z+2fBpG6RzMptSc4xTsuSML7Qqs4RHI=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=E1G3drayh6RVlRS5MKNp8ANLOB8j1G8j8PrAS8notWbCmjW8xGnJYeyOTj3Mdhh2W b7AYZhjUlLHVldo9u6NRTnQok4CaNj1VPWsa5TQOH58jIx9SQn5luy7Fk2F5JLMzaw CzvUeXi8QC1VYrV+RV/CQe2c3V9u6DWs6mEE1Vu8=
From: David Schinazi <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+0166e4ab1d11f016500e20310ef0ef57102c50f61e75cf9092cf000000011846827192a169ce1797273c@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/issues/2291/451336194@github.com>
In-Reply-To: <quicwg/base-drafts/issues/2291@github.com>
References: <quicwg/base-drafts/issues/2291@github.com>
Subject: Re: [quicwg/base-drafts] Allow extra data after self-terminating h3 frames (#2291)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5c2ec072cbf_24973fbb126d45b8154627"; 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/AxDs8i6kXbDHMRwaR2nFEhJmS6A>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
List-Id: Notification list for GitHub issues related to the QUIC WG <quic-issues.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=unsubscribe>
List-Archive: <https://mailarchive.ietf.org/arch/browse/quic-issues/>
List-Post: <mailto:quic-issues@ietf.org>
List-Help: <mailto:quic-issues-request@ietf.org?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, 04 Jan 2019 02:09:56 -0000

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

This only applies to self-terminating frames (ones that have a known length regardless of the h3 frame LTV length) so for example it applies to PRIORITY but not to DATA or HEADERS. The idea is to apply the Postel principle when inside the encryption boundary - we may want to add fields later so why prevent ourselves from doing 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/2291#issuecomment-451336194
----==_mimepart_5c2ec072cbf_24973fbb126d45b8154627
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: quoted-printable

<p>This only applies to self-terminating frames (ones that have a known l=
ength regardless of the h3 frame LTV length) so for example it applies to=
 PRIORITY but not to DATA or HEADERS. The idea is to apply the Postel pri=
nciple when inside the encryption boundary - we may want to add fields la=
ter so why prevent ourselves from doing it?</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/2291#issuecomment-451336194">view it on GitHub</a>,=
 or <a href=3D"https://github.com/notifications/unsubscribe-auth/AWbkqyk5=
n2woqyxblPXGC5uiYIllOaezks5u_rfygaJpZM4ZpBt0">mute the thread</a>.<img sr=
c=3D"https://github.com/notifications/beacon/AWbkq4KpJu-rWBCqBu2a5mCtloVm=
Sf9Uks5u_rfygaJpZM4ZpBt0.gif" height=3D"1" width=3D"1" alt=3D"" /></p>
<script type=3D"application/json" data-scope=3D"inboxmarkup">{"api_versio=
n":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name"=
:"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"=
quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"http=
s://github.githubassets.com/images/email/message_cards/header.png","avata=
r_image_url":"https://github.githubassets.com/images/email/message_cards/=
avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/q=
uicwg/base-drafts"}},"updates":{"snippets":[{"icon":"PERSON","message":"@=
DavidSchinazi in #2291: This only applies to self-terminating frames (one=
s that have a known length regardless of the h3 frame LTV length) so for =
example it applies to PRIORITY but not to DATA or HEADERS. The idea is to=
 apply the Postel principle when inside the encryption boundary - we may =
want to add fields later so why prevent ourselves from doing it?"}],"acti=
on":{"name":"View Issue","url":"https://github.com/quicwg/base-drafts/iss=
ues/2291#issuecomment-451336194"}}}</script>
<script type=3D"application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/issues/2291#issuecomment=
-451336194",
"url": "https://github.com/quicwg/base-drafts/issues/2291#issuecomment-45=
1336194",
"name": "View Issue"
},
"description": "View this Issue on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>=

----==_mimepart_5c2ec072cbf_24973fbb126d45b8154627--


From nobody Thu Jan  3 18:27: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 8A92B130EE7 for <quic-issues@ietfa.amsl.com>; Thu,  3 Jan 2019 18:27:03 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -8.064
X-Spam-Level: 
X-Spam-Status: No, score=-8.064 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIMWL_WL_HIGH=-0.065, 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_PASS=-0.001] autolearn=ham autolearn_force=no
Authentication-Results: ietfa.amsl.com (amavisd-new); dkim=pass (1024-bit key) header.d=github.com
Received: from mail.ietf.org ([4.31.198.44]) by localhost (ietfa.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id pbON98BgVsV4 for <quic-issues@ietfa.amsl.com>; Thu,  3 Jan 2019 18:27:01 -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 4AC1A130ED0 for <quic-issues@ietf.org>; Thu,  3 Jan 2019 18:27:01 -0800 (PST)
Date: Thu, 03 Jan 2019 18:27:00 -0800
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1546568820; bh=okaj6rEuUx9mpkcyvoS+OP5hlNbqFQlLRIIhosb4BJs=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=syA4gUsr+G2YKVAqBSAoWrHsjt/f9EpOaECKMvoNdzRWUFmzTGSbisk1pVwLjjrT7 Ko4WKDy7Qf5NLsrh1LGhk3Qh8QO+89xkOX8/RP9BqJMe92WnyZWFZezIcEkopO0OWr iAaiGO3hs27gOO31wUvqnkHbJ1Y+YOXRT0oGOyQo=
From: Lucas Pardue <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+0166e4ab8e303000aca569102b9f59bc5d06c9ba083937d892cf000000011846867492a169ce1797273c@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/issues/2291/451338208@github.com>
In-Reply-To: <quicwg/base-drafts/issues/2291@github.com>
References: <quicwg/base-drafts/issues/2291@github.com>
Subject: Re: [quicwg/base-drafts] Allow extra data after self-terminating h3 frames (#2291)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5c2ec47451ebc_24c63fbb126d45b898383"; 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/FFNGH7wmEB1PwzYgX_pF_cLyS9c>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
List-Id: Notification list for GitHub issues related to the QUIC WG <quic-issues.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=unsubscribe>
List-Archive: <https://mailarchive.ietf.org/arch/browse/quic-issues/>
List-Post: <mailto:quic-issues@ietf.org>
List-Help: <mailto:quic-issues-request@ietf.org?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, 04 Jan 2019 02:27:03 -0000

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

Ah ok, understood. I guess the reaction  is that there are so few applicable core H3 frames that are likely to be sent through the course of a typical connection* that the merits of this flexibility might be hard to realise. 

Also, by invoking Postel, I fear the wrath of https://tools.ietf.org/html/draft-iab-protocol-maintenance-01 :)

* of the 7 frames, 4 of them relate to Server push. SETTINGS can't be sent multiple times. PRIORITY, the H3 style might change this up compared to H3, it's also one-way. GOAWAY is one-way 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/issues/2291#issuecomment-451338208
----==_mimepart_5c2ec47451ebc_24c63fbb126d45b898383
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: quoted-printable

<p>Ah ok, understood. I guess the reaction  is that there are so few appl=
icable core H3 frames that are likely to be sent through the course of a =
typical connection* that the merits of this flexibility might be hard to =
realise.</p>
<p>Also, by invoking Postel, I fear the wrath of <a href=3D"https://tools=
.ietf.org/html/draft-iab-protocol-maintenance-01" rel=3D"nofollow">https:=
//tools.ietf.org/html/draft-iab-protocol-maintenance-01</a> :)</p>
<ul>
<li>of the 7 frames, 4 of them relate to Server push. SETTINGS can't be s=
ent multiple times. PRIORITY, the H3 style might change this up compared =
to H3, it's also one-way. GOAWAY is one-way too.</li>
</ul>

<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/2291#issuecomment-451338208">view it on GitHub</a>,=
 or <a href=3D"https://github.com/notifications/unsubscribe-auth/AWbkq6ae=
n6oiCA_5rQvkaNjnANACmPZ6ks5u_rv0gaJpZM4ZpBt0">mute the thread</a>.<img sr=
c=3D"https://github.com/notifications/beacon/AWbkqwapyjEqVEG1-n6sIr29IO3l=
XO6oks5u_rv0gaJpZM4ZpBt0.gif" height=3D"1" width=3D"1" alt=3D"" /></p>
<script type=3D"application/json" data-scope=3D"inboxmarkup">{"api_versio=
n":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name"=
:"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"=
quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"http=
s://github.githubassets.com/images/email/message_cards/header.png","avata=
r_image_url":"https://github.githubassets.com/images/email/message_cards/=
avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/q=
uicwg/base-drafts"}},"updates":{"snippets":[{"icon":"PERSON","message":"@=
LPardue in #2291: Ah ok, understood. I guess the reaction  is that there =
are so few applicable core H3 frames that are likely to be sent through t=
he course of a typical connection* that the merits of this flexibility mi=
ght be hard to realise. \r\n\r\nAlso, by invoking Postel, I fear the wrat=
h of https://tools.ietf.org/html/draft-iab-protocol-maintenance-01 :)\r\n=
\r\n* of the 7 frames, 4 of them relate to Server push. SETTINGS can't be=
 sent multiple times. PRIORITY, the H3 style might change this up compare=
d to H3, it's also one-way. GOAWAY is one-way too."}],"action":{"name":"V=
iew Issue","url":"https://github.com/quicwg/base-drafts/issues/2291#issue=
comment-451338208"}}}</script>
<script type=3D"application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/issues/2291#issuecomment=
-451338208",
"url": "https://github.com/quicwg/base-drafts/issues/2291#issuecomment-45=
1338208",
"name": "View Issue"
},
"description": "View this Issue on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>=

----==_mimepart_5c2ec47451ebc_24c63fbb126d45b898383--


From nobody Thu Jan  3 20:04:01 2019
Return-Path: <bounce+565321.40f-quic-issues=ietf.org@github.com>
X-Original-To: quic-issues@ietfa.amsl.com
Delivered-To: quic-issues@ietfa.amsl.com
Received: from localhost (localhost [127.0.0.1]) by ietfa.amsl.com (Postfix) with ESMTP id B56C7130F0B for <quic-issues@ietfa.amsl.com>; Thu,  3 Jan 2019 20:03:58 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -0.997
X-Spam-Level: 
X-Spam-Status: No, score=-0.997 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIM_ADSP_CUSTOM_MED=0.001, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, FREEMAIL_FORGED_FROMDOMAIN=0.001, FREEMAIL_FROM=0.001, HEADER_FROM_DIFFERENT_DOMAINS=0.001, NML_ADSP_CUSTOM_MED=0.9, RCVD_IN_DNSWL_NONE=-0.0001, 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 A5KD9gbl9MiX for <quic-issues@ietfa.amsl.com>; Thu,  3 Jan 2019 20:03:57 -0800 (PST)
Received: from m69-169.mailgun.net (m69-169.mailgun.net [166.78.69.169]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id 8F5B4130E3F for <quic-issues@ietf.org>; Thu,  3 Jan 2019 20:03:57 -0800 (PST)
DKIM-Signature: a=rsa-sha256; v=1; c=relaxed/relaxed; d=github.com; q=dns/txt;  s=mailo; t=1546574636; h=Content-Transfer-Encoding: Content-Type: Mime-Version: Subject: Message-ID: To: Reply-To: From: Date: Sender; bh=tcHKHTDT6c/5zvGgcfq4cxG24/tovwGDl80fA0J9u2E=; b=qwUKIRFnmpxtQDPyUYlyq/zqo6kE7B6VpMugru2xe8m6umThxzb6jsjqDh4Wm2pDn/7nOHO2 usWz/EzPfOa1Iw1rUVCnndCN0F8ySvC/OeBC/XRU0tYkCoj666FbGJeka8SE7Q6BOTCgnogp HLBMShRZ4mlq3UEOy2kELvZhz1E=
X-Mailgun-Sending-Ip: 166.78.69.169
X-Mailgun-Sid: WyJhNzYyYiIsICJxdWljLWlzc3Vlc0BpZXRmLm9yZyIsICI0MGYiXQ==
Sender: jri.ietf=gmail.com@github.com
Received: from github.com (Unknown [192.30.252.37]) by mxa.mailgun.org with ESMTP id 5c2edb2c.7f0731ab3de0-smtp-out-n03; Fri, 04 Jan 2019 04:03:56 -0000 (UTC)
Date: Thu, 03 Jan 2019 20:03:56 -0800
From: Jana Iyengar <jri.ietf@gmail.com>
Reply-To: Jana Iyengar <jri.ietf@gmail.com>
To: quic-issues@ietf.org
Message-ID: <5c2edb2c9213b_1a6d2aca63a9c5881078aa@hookshot-fe-32b5f5b.cp1-iad.github.net.mail>
Subject: [quicwg/base-drafts] 182ebe: Congestion window reduced on ACK
Mime-Version: 1.0
Content-Type: multipart/mixed; boundary="--==_mimepart_5c2edb2c91c0a_1a6d2aca63a9c5881077a1"; charset=UTF-8
Content-Transfer-Encoding: 7bit
Archived-At: <https://mailarchive.ietf.org/arch/msg/quic-issues/waeKhxYJVosWBs-910vxGX-DKSM>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
Precedence: list
List-Id: Notification list for GitHub issues related to the QUIC WG <quic-issues.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=unsubscribe>
List-Archive: <https://mailarchive.ietf.org/arch/browse/quic-issues/>
List-Post: <mailto:quic-issues@ietf.org>
List-Help: <mailto:quic-issues-request@ietf.org?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, 04 Jan 2019 04:03:59 -0000

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

  Branch: refs/heads/persistent
  Home:   https://github.com/quicwg/base-drafts
  Commit: 182ebee4a99118e0af5a1613ebd68e8fe1a7446f
      https://github.com/quicwg/base-drafts/commit/182ebee4a99118e0af5a1613ebd68e8fe1a7446f
  Author: Jana Iyengar <jri.ietf@gmail.com>
  Date:   2019-01-03 (Thu, 03 Jan 2019)

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

  Log Message:
  -----------
  Congestion window reduced on ACK


  Commit: 4946266b03d774738c5941db7b083e08fc97db5a
      https://github.com/quicwg/base-drafts/commit/4946266b03d774738c5941db7b083e08fc97db5a
  Author: Jana Iyengar <jri.ietf@gmail.com>
  Date:   2019-01-03 (Thu, 03 Jan 2019)

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

  Log Message:
  -----------
  some more work


  Commit: c5a2573a1a64edacb02be153845f0a24b7889b2a
      https://github.com/quicwg/base-drafts/commit/c5a2573a1a64edacb02be153845f0a24b7889b2a
  Author: Jana Iyengar <jri.ietf@gmail.com>
  Date:   2019-01-03 (Thu, 03 Jan 2019)

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

  Log Message:
  -----------
  reword


Compare: https://github.com/quicwg/base-drafts/compare/d21fbb46ef58...c5a2573a1a64
      **NOTE:** This service has been marked for deprecation: https://developer.github.com/changes/2018-04-25-github-services-deprecation/

      Functionality will be removed from GitHub.com on January 31st, 2019.

----==_mimepart_5c2edb2c91c0a_1a6d2aca63a9c5881077a1--


From nobody Thu Jan  3 20:04: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 56D57130E3F for <quic-issues@ietfa.amsl.com>; Thu,  3 Jan 2019 20:04:53 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -6.447
X-Spam-Level: 
X-Spam-Status: No, score=-6.447 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIMWL_WL_HIGH=-0.065, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, HTML_IMAGE_ONLY_24=1.618, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-1, RCVD_IN_DNSWL_HI=-5, SPF_PASS=-0.001] autolearn=ham autolearn_force=no
Authentication-Results: ietfa.amsl.com (amavisd-new); dkim=pass (1024-bit key) header.d=github.com
Received: from mail.ietf.org ([4.31.198.44]) by localhost (ietfa.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id QuNBxd19p5vE for <quic-issues@ietfa.amsl.com>; Thu,  3 Jan 2019 20:04: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 C086B130F0B for <quic-issues@ietf.org>; Thu,  3 Jan 2019 20:04:51 -0800 (PST)
Date: Thu, 03 Jan 2019 20:04:50 -0800
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1546574690; bh=+ddRg6MZjBRiDxE97eRnIHn+r5EI549os1VgGvdnvZU=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=2T8IYb26CQYaVyM4bZPRzEIvRPikum0jQOgn6I7/C/tzRjqQenV2WSwfImKLIGunI Ew045ppyRQubKep+8TjOx+5isKVN0++n3+n8m54g2k8Nlvlyc59xNKV+F2vnj74H/H DveB5/f5rr6lvpKLBb5xwMB/smmUGJKtOLVXkRQw=
From: janaiyengar <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+0166e4abce814918ab3a6e09e58bb84d5f6c1dc5a1ac0f9192cf0000000118469d6292a169ce177596a6@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/pull/2244/c451349047@github.com>
In-Reply-To: <quicwg/base-drafts/pull/2244@github.com>
References: <quicwg/base-drafts/pull/2244@github.com>
Subject: Re: [quicwg/base-drafts] Congestion window reduced on ACK (#2244)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5c2edb62ca7a9_297a3f8ea7ed45c0574563"; 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/AZJNWI12gBry4c20uJBksqItwRg>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
List-Id: Notification list for GitHub issues related to the QUIC WG <quic-issues.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=unsubscribe>
List-Archive: <https://mailarchive.ietf.org/arch/browse/quic-issues/>
List-Post: <mailto:quic-issues@ietf.org>
List-Help: <mailto:quic-issues-request@ietf.org?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, 04 Jan 2019 04:04:53 -0000

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

I've reworded and I think the wording is better now. I'll merge, but do comment if you think the wording needs fixing.

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

<p>I've reworded and I think the wording is better now. I'll merge, but do comment if you think the wording needs fixing.</p>

<p style="font-size:small;-webkit-text-size-adjust:none;color:#666;">&mdash;<br />You are receiving this because you are subscribed to this thread.<br />Reply to this email directly, <a href="https://github.com/quicwg/base-drafts/pull/2244#issuecomment-451349047">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AWbkq8uG_vcAQV8T27HU8gkDNTMQQFTKks5u_tLigaJpZM4ZfDgF">mute the thread</a>.<img src="https://github.com/notifications/beacon/AWbkq4Ajg29P-BAGD7Qn8Y2HYQNzX-7vks5u_tLigaJpZM4ZfDgF.gif" height="1" width="1" alt="" /></p>
<script type="application/json" data-scope="inboxmarkup">{"api_version":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name":"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"https://github.githubassets.com/images/email/message_cards/header.png","avatar_image_url":"https://github.githubassets.com/images/email/message_cards/avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/quicwg/base-drafts"}},"updates":{"snippets":[{"icon":"PERSON","message":"@janaiyengar in #2244: I've reworded and I think the wording is better now. I'll merge, but do comment if you think the wording needs fixing."}],"action":{"name":"View Pull Request","url":"https://github.com/quicwg/base-drafts/pull/2244#issuecomment-451349047"}}}</script>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/pull/2244#issuecomment-451349047",
"url": "https://github.com/quicwg/base-drafts/pull/2244#issuecomment-451349047",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>
----==_mimepart_5c2edb62ca7a9_297a3f8ea7ed45c0574563--


From nobody Thu Jan  3 20:06:01 2019
Return-Path: <bounce+565321.40f-quic-issues=ietf.org@github.com>
X-Original-To: quic-issues@ietfa.amsl.com
Delivered-To: quic-issues@ietfa.amsl.com
Received: from localhost (localhost [127.0.0.1]) by ietfa.amsl.com (Postfix) with ESMTP id 8605B130F0B for <quic-issues@ietfa.amsl.com>; Thu,  3 Jan 2019 20:06:00 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -0.997
X-Spam-Level: 
X-Spam-Status: No, score=-0.997 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIM_ADSP_CUSTOM_MED=0.001, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, FREEMAIL_FORGED_FROMDOMAIN=0.001, FREEMAIL_FROM=0.001, HEADER_FROM_DIFFERENT_DOMAINS=0.001, NML_ADSP_CUSTOM_MED=0.9, RCVD_IN_DNSWL_NONE=-0.0001, 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 zxHnEzWMN6w0 for <quic-issues@ietfa.amsl.com>; Thu,  3 Jan 2019 20:05:59 -0800 (PST)
Received: from m71-131.mailgun.net (m71-131.mailgun.net [166.78.71.131]) (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 46067130E3F for <quic-issues@ietf.org>; Thu,  3 Jan 2019 20:05:59 -0800 (PST)
DKIM-Signature: a=rsa-sha256; v=1; c=relaxed/relaxed; d=github.com; q=dns/txt;  s=mailo; t=1546574758; h=Content-Transfer-Encoding: Content-Type: Mime-Version: Subject: Message-ID: To: Reply-To: From: Date: Sender; bh=PqXlrVNv+NtbRAstUaEAg9d8OXLqg57VX2w3bMqqGMc=; b=U7PGFa1xu2BtnUfumbca/Nu++cS5oJv08/QMS9Kblbw9UKjHL3b6xSE87BRFRE6l92ZXt1Dz 9/4ZALGXy+W8XDBEzogopz8k+6JHr5164sxOG6zhU9hBMiv2LP0DyMW3ADyUsYsh7pJ1FQKE iSxfDtC07KLNru5/o9zjNKLsx/0=
X-Mailgun-Sending-Ip: 166.78.71.131
X-Mailgun-Sid: WyJhNzYyYiIsICJxdWljLWlzc3Vlc0BpZXRmLm9yZyIsICI0MGYiXQ==
Sender: jri.ietf=gmail.com@github.com
Received: from github.com (Unknown [192.30.252.37]) by mxa.mailgun.org with ESMTP id 5c2edba6.7f41b1e461e0-smtp-out-n01; Fri, 04 Jan 2019 04:05:58 -0000 (UTC)
Date: Thu, 03 Jan 2019 20:05:58 -0800
From: janaiyengar <jri.ietf@gmail.com>
Reply-To: janaiyengar <jri.ietf@gmail.com>
To: quic-issues@ietf.org
Message-ID: <5c2edba666def_1b612ab1b4b6059014105e@hookshot-fe-32b5f5b.cp1-iad.github.net.mail>
Subject: [quicwg/base-drafts] 182ebe: Congestion window reduced on ACK
Mime-Version: 1.0
Content-Type: multipart/mixed; boundary="--==_mimepart_5c2edba666685_1b612ab1b4b6059014093c"; charset=UTF-8
Content-Transfer-Encoding: 7bit
Archived-At: <https://mailarchive.ietf.org/arch/msg/quic-issues/WkvQRO2mlzI-4AfH6vMVB19oNC8>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
Precedence: list
List-Id: Notification list for GitHub issues related to the QUIC WG <quic-issues.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=unsubscribe>
List-Archive: <https://mailarchive.ietf.org/arch/browse/quic-issues/>
List-Post: <mailto:quic-issues@ietf.org>
List-Help: <mailto:quic-issues-request@ietf.org?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, 04 Jan 2019 04:06:00 -0000

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

  Branch: refs/heads/master
  Home:   https://github.com/quicwg/base-drafts
  Commit: 182ebee4a99118e0af5a1613ebd68e8fe1a7446f
      https://github.com/quicwg/base-drafts/commit/182ebee4a99118e0af5a1613ebd68e8fe1a7446f
  Author: Jana Iyengar <jri.ietf@gmail.com>
  Date:   2019-01-03 (Thu, 03 Jan 2019)

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

  Log Message:
  -----------
  Congestion window reduced on ACK


  Commit: 4946266b03d774738c5941db7b083e08fc97db5a
      https://github.com/quicwg/base-drafts/commit/4946266b03d774738c5941db7b083e08fc97db5a
  Author: Jana Iyengar <jri.ietf@gmail.com>
  Date:   2019-01-03 (Thu, 03 Jan 2019)

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

  Log Message:
  -----------
  some more work


  Commit: c5a2573a1a64edacb02be153845f0a24b7889b2a
      https://github.com/quicwg/base-drafts/commit/c5a2573a1a64edacb02be153845f0a24b7889b2a
  Author: Jana Iyengar <jri.ietf@gmail.com>
  Date:   2019-01-03 (Thu, 03 Jan 2019)

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

  Log Message:
  -----------
  reword


  Commit: 6771edd1073d78c7af9a462789361df0a00f2eb0
      https://github.com/quicwg/base-drafts/commit/6771edd1073d78c7af9a462789361df0a00f2eb0
  Author: janaiyengar <jri.ietf@gmail.com>
  Date:   2019-01-03 (Thu, 03 Jan 2019)

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

  Log Message:
  -----------
  Merge pull request #2244 from quicwg/persistent

Congestion window reduced on ACK


Compare: https://github.com/quicwg/base-drafts/compare/e92ee0040922...6771edd1073d
      **NOTE:** This service has been marked for deprecation: https://developer.github.com/changes/2018-04-25-github-services-deprecation/

      Functionality will be removed from GitHub.com on January 31st, 2019.

----==_mimepart_5c2edba666685_1b612ab1b4b6059014093c--


From nobody Thu Jan  3 20:06: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 E8BE7130E3F for <quic-issues@ietfa.amsl.com>; Thu,  3 Jan 2019 20:06:03 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -6.661
X-Spam-Level: 
X-Spam-Status: No, score=-6.661 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIMWL_WL_HIGH=-0.065, 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_PASS=-0.001] autolearn=ham autolearn_force=no
Authentication-Results: ietfa.amsl.com (amavisd-new); dkim=pass (1024-bit key) header.d=github.com
Received: from mail.ietf.org ([4.31.198.44]) by localhost (ietfa.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id O7cVUE5HA0yU for <quic-issues@ietfa.amsl.com>; Thu,  3 Jan 2019 20:06: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 E0F1D130F1B for <quic-issues@ietf.org>; Thu,  3 Jan 2019 20:06:01 -0800 (PST)
Date: Thu, 03 Jan 2019 20:06:00 -0800
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1546574760; bh=/E9JwovBODqLdZ3Kg5gtIlMzXN1qXjiOy9zWKsqtaOc=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=ptQbkkbHVgjq3OO9t9M9tvgaVOgLZXwL0dRrpM/opo3SbmmhHItEH/xAm5O4aaqxj SDeP0FyFnr86N8mmjs/0fEOQJNuvVZZ/n8e4W4iKWd2dFVRsbrIw36KIP9JDd0RbFf HuGfX+m0gcC6IkWsWtTx4a8MTSsEN9c4+f8YJMcw=
From: janaiyengar <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+0166e4ab7ba63bf92fea7afa6557f9964253b38b8f5b9a7992cf0000000118469da892a169ce17745267@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/issue/2243/issue_event/2053784721@github.com>
In-Reply-To: <quicwg/base-drafts/issues/2243@github.com>
References: <quicwg/base-drafts/issues/2243@github.com>
Subject: Re: [quicwg/base-drafts] description of persistent congestion threshold is wrong (#2243)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5c2edba8e78f3_2ece3fc77ded45c0141039"; 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/zrWDWHVrR8-G6-cF-8PC49QwcH8>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
List-Id: Notification list for GitHub issues related to the QUIC WG <quic-issues.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=unsubscribe>
List-Archive: <https://mailarchive.ietf.org/arch/browse/quic-issues/>
List-Post: <mailto:quic-issues@ietf.org>
List-Help: <mailto:quic-issues-request@ietf.org?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, 04 Jan 2019 04:06:04 -0000

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

Closed #2243 via #2244.

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/quicwg/base-drafts/issues/2243#event-2053784721
----==_mimepart_5c2edba8e78f3_2ece3fc77ded45c0141039
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="393499239" data-permission-text="Issue title is private" data-url="https://github.com/quicwg/base-drafts/issues/2243" data-hovercard-type="issue" data-hovercard-url="/quicwg/base-drafts/issues/2243/hovercard" href="https://github.com/quicwg/base-drafts/issues/2243">#2243</a> via <a class="issue-link js-issue-link" data-error-text="Failed to load issue title" data-id="393582246" data-permission-text="Issue title is private" data-url="https://github.com/quicwg/base-drafts/issues/2244" data-hovercard-type="pull_request" data-hovercard-url="/quicwg/base-drafts/pull/2244/hovercard" href="https://github.com/quicwg/base-drafts/pull/2244">#2244</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/2243#event-2053784721">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AWbkq-Dhmik-9Ps3IDAZ73dV70-J26S_ks5u_tMogaJpZM4ZeKTJ">mute the thread</a>.<img src="https://github.com/notifications/beacon/AWbkq6MYna9_Hcsm1_goZVqbeCjaouB4ks5u_tMogaJpZM4ZeKTJ.gif" height="1" width="1" alt="" /></p>
<script type="application/json" data-scope="inboxmarkup">{"api_version":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name":"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"https://github.githubassets.com/images/email/message_cards/header.png","avatar_image_url":"https://github.githubassets.com/images/email/message_cards/avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/quicwg/base-drafts"}},"updates":{"snippets":[{"icon":"DESCRIPTION","message":"Closed #2243 via #2244."}],"action":{"name":"View Issue","url":"https://github.com/quicwg/base-drafts/issues/2243#event-2053784721"}}}</script>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/issues/2243#event-2053784721",
"url": "https://github.com/quicwg/base-drafts/issues/2243#event-2053784721",
"name": "View Issue"
},
"description": "View this Issue on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>
----==_mimepart_5c2edba8e78f3_2ece3fc77ded45c0141039--


From nobody Thu Jan  3 20:06: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 1B654130E3F for <quic-issues@ietfa.amsl.com>; Thu,  3 Jan 2019 20:06:05 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -6.447
X-Spam-Level: 
X-Spam-Status: No, score=-6.447 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIMWL_WL_HIGH=-0.065, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, HTML_IMAGE_ONLY_24=1.618, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-1, RCVD_IN_DNSWL_HI=-5, SPF_PASS=-0.001] autolearn=ham autolearn_force=no
Authentication-Results: ietfa.amsl.com (amavisd-new); dkim=pass (1024-bit key) header.d=github.com
Received: from mail.ietf.org ([4.31.198.44]) by localhost (ietfa.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id FI_1knM7QWPk for <quic-issues@ietfa.amsl.com>; Thu,  3 Jan 2019 20:06: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 9D467130F61 for <quic-issues@ietf.org>; Thu,  3 Jan 2019 20:06:02 -0800 (PST)
Date: Thu, 03 Jan 2019 20:06:01 -0800
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1546574761; bh=r/lTG9cG3iHnY+AMxbPsTvArl9K4TdWXCx06VCUpXPE=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=s8BjwCHOsCu7XWm1sung2lq6H/tXuz5w+vn9iUOrhHFfFedTey8vMn0MCjV9VsjL9 l+TcXsTwEomLqmv1q5GXMKnfWe1Gwj2EuhIcNPxR9/MJwPNlgj/rSp/9nZU8PnqoKK nXUWGsywI/OjNDECeZSbmCYiPSZ+mUAZv6w77b1s=
From: janaiyengar <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+0166e4ab1f211c20a2a5d586b7e616baccfaddc33ec911fa92cf0000000118469da992a169ce177596a6@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/pull/2244/issue_event/2053784719@github.com>
In-Reply-To: <quicwg/base-drafts/pull/2244@github.com>
References: <quicwg/base-drafts/pull/2244@github.com>
Subject: Re: [quicwg/base-drafts] Congestion window reduced on ACK (#2244)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5c2edba916684_29933f8ea7ed45c0128734"; 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/rX3oClm5ajFaNWfMXO0-eHS5fWk>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
List-Id: Notification list for GitHub issues related to the QUIC WG <quic-issues.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=unsubscribe>
List-Archive: <https://mailarchive.ietf.org/arch/browse/quic-issues/>
List-Post: <mailto:quic-issues@ietf.org>
List-Help: <mailto:quic-issues-request@ietf.org?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, 04 Jan 2019 04:06:05 -0000

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

Merged #2244 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/2244#event-2053784719
----==_mimepart_5c2edba916684_29933f8ea7ed45c0128734
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="393582246" data-permission-text="Issue title is private" data-url="https://github.com/quicwg/base-drafts/issues/2244" data-hovercard-type="pull_request" data-hovercard-url="/quicwg/base-drafts/pull/2244/hovercard" href="https://github.com/quicwg/base-drafts/pull/2244">#2244</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/2244#event-2053784719">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AWbkqwZEGvfBd19YMxJIy7SbYRAUprgJks5u_tMpgaJpZM4ZfDgF">mute the thread</a>.<img src="https://github.com/notifications/beacon/AWbkq1RJ6WtrCN20ZiJMHhhVQC1mZa_Wks5u_tMpgaJpZM4ZfDgF.gif" height="1" width="1" alt="" /></p>
<script type="application/json" data-scope="inboxmarkup">{"api_version":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name":"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"https://github.githubassets.com/images/email/message_cards/header.png","avatar_image_url":"https://github.githubassets.com/images/email/message_cards/avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/quicwg/base-drafts"}},"updates":{"snippets":[{"icon":"DESCRIPTION","message":"Merged #2244 into master."}],"action":{"name":"View Pull Request","url":"https://github.com/quicwg/base-drafts/pull/2244#event-2053784719"}}}</script>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/pull/2244#event-2053784719",
"url": "https://github.com/quicwg/base-drafts/pull/2244#event-2053784719",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>
----==_mimepart_5c2edba916684_29933f8ea7ed45c0128734--


From nobody Thu Jan  3 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 433DE130F0B for <quic-issues@ietfa.amsl.com>; Thu,  3 Jan 2019 20:10:29 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -6.661
X-Spam-Level: 
X-Spam-Status: No, score=-6.661 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIMWL_WL_HIGH=-0.065, 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_PASS=-0.001] autolearn=ham autolearn_force=no
Authentication-Results: ietfa.amsl.com (amavisd-new); dkim=pass (1024-bit key) header.d=github.com
Received: from mail.ietf.org ([4.31.198.44]) by localhost (ietfa.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id m5HfLk9CYjRD for <quic-issues@ietfa.amsl.com>; Thu,  3 Jan 2019 20:10: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 B4E60130E3F for <quic-issues@ietf.org>; Thu,  3 Jan 2019 20:10:27 -0800 (PST)
Date: Thu, 03 Jan 2019 20:10:27 -0800
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1546575027; bh=qY+mdYatOzhLD7Jp1oxlwAVqJ9huZ8QMmnOPBVWlZEQ=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=cKM6U3AazqTJCDTDDAJWcqg2Aw3KHwKStmkLtZp4dIO4oZEEnENQW7c+pbfs+UC9L kn6JKUKqo2u7G8E1NJCJPFeqdyzOSdumpNSYo/RVAs9XfOqCbPUoAICAp5u87rZkN2 3wPyFKntdDCN1bqFHi0qKHHZxOtM0gAc6TYRMAAs=
From: janaiyengar <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+0166e4abf26360e44574e3b94ce60a95169a5083b7aaf61e92cf0000000118469eb292a169ce17718705@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/pull/2240/review/189259280@github.com>
In-Reply-To: <quicwg/base-drafts/pull/2240@github.com>
References: <quicwg/base-drafts/pull/2240@github.com>
Subject: Re: [quicwg/base-drafts] Adjust autotuning recommendations (#2240)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5c2edcb3d21_7f003ff629ad45bc3745d4"; 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/tMVojHYHQOVQIOpFBElEUf50Jjg>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
List-Id: Notification list for GitHub issues related to the QUIC WG <quic-issues.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=unsubscribe>
List-Archive: <https://mailarchive.ietf.org/arch/browse/quic-issues/>
List-Post: <mailto:quic-issues@ietf.org>
List-Help: <mailto:quic-issues-request@ietf.org?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, 04 Jan 2019 04:10:29 -0000

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

janaiyengar commented on this pull request.



>  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.
+implementations.  Sending frames related to flow control only when there are
+other frames to send or when a peer is blocked ensures that flow control doesn't

Suggestion: "As an optimization, sending frames ..."

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/quicwg/base-drafts/pull/2240#discussion_r245200338
----==_mimepart_5c2edcb3d21_7f003ff629ad45bc3745d4
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/2240#discussion_r245200338">draft-ietf-quic-transport.md</a>:</p>
<pre style='color:#555'>&gt;  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.
+implementations.  Sending frames related to flow control only when there are
+other frames to send or when a peer is blocked ensures that flow control doesn&#39;t
</pre>
<p>Suggestion: "As an optimization, sending frames ..."</p>

<p style="font-size:small;-webkit-text-size-adjust:none;color:#666;">&mdash;<br />You are receiving this because you are subscribed to this thread.<br />Reply to this email directly, <a href="https://github.com/quicwg/base-drafts/pull/2240#discussion_r245200338">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AWbkqxfW2ZMq5IFNHsrUmQtrfhtOvszXks5u_tQzgaJpZM4ZdXZo">mute the thread</a>.<img src="https://github.com/notifications/beacon/AWbkqyKNAxxHrXIr_B7-39JTTU6Cu01uks5u_tQzgaJpZM4ZdXZo.gif" height="1" width="1" alt="" /></p>
<script type="application/json" data-scope="inboxmarkup">{"api_version":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name":"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"https://github.githubassets.com/images/email/message_cards/header.png","avatar_image_url":"https://github.githubassets.com/images/email/message_cards/avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/quicwg/base-drafts"}},"updates":{"snippets":[{"icon":"PERSON","message":"@janaiyengar commented on #2240"}],"action":{"name":"View Pull Request","url":"https://github.com/quicwg/base-drafts/pull/2240#discussion_r245200338"}}}</script>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/pull/2240#discussion_r245200338",
"url": "https://github.com/quicwg/base-drafts/pull/2240#discussion_r245200338",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>
----==_mimepart_5c2edcb3d21_7f003ff629ad45bc3745d4--


From nobody Thu Jan  3 20:10: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 1F9F1130F0B for <quic-issues@ietfa.amsl.com>; Thu,  3 Jan 2019 20:10:47 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -6.519
X-Spam-Level: 
X-Spam-Status: No, score=-6.519 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIMWL_WL_HIGH=-0.065, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, HTML_IMAGE_ONLY_20=1.546, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-1, RCVD_IN_DNSWL_HI=-5, SPF_PASS=-0.001] autolearn=ham autolearn_force=no
Authentication-Results: ietfa.amsl.com (amavisd-new); dkim=pass (1024-bit key) header.d=github.com
Received: from mail.ietf.org ([4.31.198.44]) by localhost (ietfa.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id tfOg900-wTwh for <quic-issues@ietfa.amsl.com>; Thu,  3 Jan 2019 20:10: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 D946F130E3F for <quic-issues@ietf.org>; Thu,  3 Jan 2019 20:10:45 -0800 (PST)
Date: Thu, 03 Jan 2019 20:10:45 -0800
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1546575045; bh=e9gkyswxvNICr8Q+hzwrbriOjscCqJxNMT18uXqXY9g=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=UwZIjSbGPwbizBRWWFouPQUw0Eqq6K+AOY3Kdu83QQUCeYau8y4cpC3kZC/fWaIgP Is4zPM7xjzEe8XD27n7wqNBtqWE5P0JkY2jIqpsbIwNEsRosnVx90Vwqu+sxjl9qP9 l43mRpXTN6Qdc1HKToQcBHQ/Uq3VD/i3YGXdaRs0=
From: janaiyengar <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+0166e4ab70d7055f3737655348c63c62cde045c56aa056cd92cf0000000118469ec592a169ce17718705@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/pull/2240/c451349624@github.com>
In-Reply-To: <quicwg/base-drafts/pull/2240@github.com>
References: <quicwg/base-drafts/pull/2240@github.com>
Subject: Re: [quicwg/base-drafts] Adjust autotuning recommendations (#2240)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5c2edcc576a9_423a3fc34c6d45bc133223"; 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/Wipk5UVWTvqeIe4oIv-WkRR-oFc>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
List-Id: Notification list for GitHub issues related to the QUIC WG <quic-issues.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=unsubscribe>
List-Archive: <https://mailarchive.ietf.org/arch/browse/quic-issues/>
List-Post: <mailto:quic-issues@ietf.org>
List-Help: <mailto:quic-issues-request@ietf.org?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, 04 Jan 2019 04:10:47 -0000

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

Looks fine, one 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/2240#issuecomment-451349624
----==_mimepart_5c2edcc576a9_423a3fc34c6d45bc133223
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

<p>Looks fine, one 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/2240#issuecomment-451349624">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AWbkq308zyEvUfMUgy6jSpAl8XLcnZjWks5u_tRFgaJpZM4ZdXZo">mute the thread</a>.<img src="https://github.com/notifications/beacon/AWbkqzh86tAg4fL04Rvq7qqrJrEm66iaks5u_tRFgaJpZM4ZdXZo.gif" height="1" width="1" alt="" /></p>
<script type="application/json" data-scope="inboxmarkup">{"api_version":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name":"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"https://github.githubassets.com/images/email/message_cards/header.png","avatar_image_url":"https://github.githubassets.com/images/email/message_cards/avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/quicwg/base-drafts"}},"updates":{"snippets":[{"icon":"PERSON","message":"@janaiyengar in #2240: Looks fine, one suggestion."}],"action":{"name":"View Pull Request","url":"https://github.com/quicwg/base-drafts/pull/2240#issuecomment-451349624"}}}</script>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/pull/2240#issuecomment-451349624",
"url": "https://github.com/quicwg/base-drafts/pull/2240#issuecomment-451349624",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>
----==_mimepart_5c2edcc576a9_423a3fc34c6d45bc133223--


From nobody Thu Jan  3 20:10: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 0D26A130F0B for <quic-issues@ietfa.amsl.com>; Thu,  3 Jan 2019 20:10:56 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -6.519
X-Spam-Level: 
X-Spam-Status: No, score=-6.519 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIMWL_WL_HIGH=-0.065, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, HTML_IMAGE_ONLY_20=1.546, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-1, RCVD_IN_DNSWL_HI=-5, SPF_PASS=-0.001] autolearn=ham autolearn_force=no
Authentication-Results: ietfa.amsl.com (amavisd-new); dkim=pass (1024-bit key) header.d=github.com
Received: from mail.ietf.org ([4.31.198.44]) by localhost (ietfa.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 4t0Tf8aYWcYk for <quic-issues@ietfa.amsl.com>; Thu,  3 Jan 2019 20:10: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 A594A130E3F for <quic-issues@ietf.org>; Thu,  3 Jan 2019 20:10:54 -0800 (PST)
Date: Thu, 03 Jan 2019 20:10:54 -0800
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1546575054; bh=GXKUJ7hNtWzxwXyge3batWNJ6W+aMpFKbYCS585AF8M=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=F/1WF45q6hppEG8+v01PshiP+IghWNjQwpRxn7vydvSUbkGQCnMXwq2PF4eByAF+Q TbyQDmcmPWpjh1KoksR7kF/V+QgqK5SPb34nXvn/uVud2quZbb29lRiwJndy+dnFwG 13TTAFCNaaJ6KWl5WwFeLXytKrJw4d2k7UMlJBKU=
From: janaiyengar <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+0166e4ab2fe57523f73b1dd559c598df083738298fd018fc92cf0000000118469ece92a169ce17718705@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/pull/2240/review/189259318@github.com>
In-Reply-To: <quicwg/base-drafts/pull/2240@github.com>
References: <quicwg/base-drafts/pull/2240@github.com>
Subject: Re: [quicwg/base-drafts] Adjust autotuning recommendations (#2240)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5c2edcceb9ac_3ce63fd4656d45c4120258"; 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/lDychxySrrGeigL9RTNxQm3FlMM>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
List-Id: Notification list for GitHub issues related to the QUIC WG <quic-issues.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=unsubscribe>
List-Archive: <https://mailarchive.ietf.org/arch/browse/quic-issues/>
List-Post: <mailto:quic-issues@ietf.org>
List-Help: <mailto:quic-issues-request@ietf.org?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, 04 Jan 2019 04:10:56 -0000

----==_mimepart_5c2edcceb9ac_3ce63fd4656d45c4120258
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/2240#pullrequestreview-189259318
----==_mimepart_5c2edcceb9ac_3ce63fd4656d45c4120258
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/2240#pullrequestreview-189259318">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AWbkq62-FEPC7mQmJ1wThN0wi1LO2bZKks5u_tROgaJpZM4ZdXZo">mute the thread</a>.<img src="https://github.com/notifications/beacon/AWbkq23OWynekPZ6WVqw9tx1mi3nJjaBks5u_tROgaJpZM4ZdXZo.gif" height="1" width="1" alt="" /></p>
<script type="application/json" data-scope="inboxmarkup">{"api_version":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name":"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"https://github.githubassets.com/images/email/message_cards/header.png","avatar_image_url":"https://github.githubassets.com/images/email/message_cards/avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/quicwg/base-drafts"}},"updates":{"snippets":[{"icon":"PERSON","message":"@janaiyengar approved #2240"}],"action":{"name":"View Pull Request","url":"https://github.com/quicwg/base-drafts/pull/2240#pullrequestreview-189259318"}}}</script>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/pull/2240#pullrequestreview-189259318",
"url": "https://github.com/quicwg/base-drafts/pull/2240#pullrequestreview-189259318",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>
----==_mimepart_5c2edcceb9ac_3ce63fd4656d45c4120258--


From nobody Thu Jan  3 23:49: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 66321130FAE for <quic-issues@ietfa.amsl.com>; Thu,  3 Jan 2019 23:49:11 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -8.065
X-Spam-Level: 
X-Spam-Status: No, score=-8.065 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIMWL_WL_HIGH=-0.065, 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_PASS=-0.001] autolearn=ham autolearn_force=no
Authentication-Results: ietfa.amsl.com (amavisd-new); dkim=pass (1024-bit key) header.d=github.com
Received: from mail.ietf.org ([4.31.198.44]) by localhost (ietfa.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id h6-edA07IQwa for <quic-issues@ietfa.amsl.com>; Thu,  3 Jan 2019 23:49:09 -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 5EA77130FA6 for <quic-issues@ietf.org>; Thu,  3 Jan 2019 23:49:09 -0800 (PST)
Date: Thu, 03 Jan 2019 23:49:06 -0800
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1546588146; bh=mFEu9cHLos0f42wJQPNOtPvq5P17BsKS0gHxsUN9o/c=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=IpHSXT9u6X5MqwSNgUekjREZnH973WJY8uKpHFKp6eibErGberH6VgAvSL2JthNIW eXC9zea9I4jHR/RU9dRy53YZHNgvfmNx48fi8YOIDHE2PNsoqEkY0G/m2+ocNtmOwo t6uff8gKzyTyTeob8+ovoykiXfRpFu4U6wauzfMA=
From: Kazuho Oku <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+0166e4ab697e8a68669fd1442b211da2c34ae01b7d14def592cf000000011846d1f292a169ce17792cde@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/issues/2253/451373046@github.com>
In-Reply-To: <quicwg/base-drafts/issues/2253@github.com>
References: <quicwg/base-drafts/issues/2253@github.com>
Subject: Re: [quicwg/base-drafts] Consider making h3 frame types varint (#2253)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5c2f0ff268b69_5ea93f9c106d45c06938be"; 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/CdKTRnbkRmh35kzuBasWK0ZceW4>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
List-Id: Notification list for GitHub issues related to the QUIC WG <quic-issues.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=unsubscribe>
List-Archive: <https://mailarchive.ietf.org/arch/browse/quic-issues/>
List-Post: <mailto:quic-issues@ietf.org>
List-Help: <mailto:quic-issues-request@ietf.org?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, 04 Jan 2019 07:49:11 -0000

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

> I agree with @kazuho that exchanging H3 settings in transport parameters has appealing benefits, there is however the downside that client transport parameters are not encrypted, and this could therefore be used for fingerprinting.

I am not sure if we need to care about the downside, considering the fact that we are sending other parameters (including the transport-level transport parameters) in clear. If we do care, we should try protecting all of them.

> That said we may be somewhat off topic, as this issue is about 8-bit vs varint for h3 frame types. Without going into the details discussed in this thread, there seems to be interest in allowing uncoordinated extensions, and varints allow those at a very small implementation cost.

Yeah my point was that people interested in doing private experiments can always negotiate the use of the extensions for all the cases the WG decided to care about, and therefore that there is not a benefit in having varint frame types, especially assuming that sending private experimental extensions to the wild without coordination is likely to be just waste of 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/2253#issuecomment-451373046
----==_mimepart_5c2f0ff268b69_5ea93f9c106d45c06938be
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: quoted-printable

<blockquote>
<p>I agree with <a class=3D"user-mention" data-hovercard-type=3D"user" da=
ta-hovercard-url=3D"/hovercards?user_id=3D41567" data-octo-click=3D"hover=
card-link-click" data-octo-dimensions=3D"link_type:self" href=3D"https://=
github.com/kazuho">@kazuho</a> that exchanging H3 settings in transport p=
arameters has appealing benefits, there is however the downside that clie=
nt transport parameters are not encrypted, and this could therefore be us=
ed for fingerprinting.</p>
</blockquote>
<p>I am not sure if we need to care about the downside, considering the f=
act that we are sending other parameters (including the transport-level t=
ransport parameters) in clear. If we do care, we should try protecting al=
l of them.</p>
<blockquote>
<p>That said we may be somewhat off topic, as this issue is about 8-bit v=
s varint for h3 frame types. Without going into the details discussed in =
this thread, there seems to be interest in allowing uncoordinated extensi=
ons, and varints allow those at a very small implementation cost.</p>
</blockquote>
<p>Yeah my point was that people interested in doing private experiments =
can always negotiate the use of the extensions for all the cases the WG d=
ecided to care about, and therefore that there is not a benefit in having=
 varint frame types, especially assuming that sending private experimenta=
l extensions to the wild without coordination is likely to be just waste =
of bandwidth.</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/2253#issuecomment-451373046">view it on GitHub</a>,=
 or <a href=3D"https://github.com/notifications/unsubscribe-auth/AWbkq2i2=
55YwWQZVqu-9OCPKyHnnhbiWks5u_wdygaJpZM4ZgKQr">mute the thread</a>.<img sr=
c=3D"https://github.com/notifications/beacon/AWbkq-jOIGE5StLkwfGV7ALFeG4k=
tbIhks5u_wdygaJpZM4ZgKQr.gif" height=3D"1" width=3D"1" alt=3D"" /></p>
<script type=3D"application/json" data-scope=3D"inboxmarkup">{"api_versio=
n":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name"=
:"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"=
quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"http=
s://github.githubassets.com/images/email/message_cards/header.png","avata=
r_image_url":"https://github.githubassets.com/images/email/message_cards/=
avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/q=
uicwg/base-drafts"}},"updates":{"snippets":[{"icon":"PERSON","message":"@=
kazuho in #2253: \u003e I agree with @kazuho that exchanging H3 settings =
in transport parameters has appealing benefits, there is however the down=
side that client transport parameters are not encrypted, and this could t=
herefore be used for fingerprinting.\r\n\r\nI am not sure if we need to c=
are about the downside, considering the fact that we are sending other pa=
rameters (including the transport-level transport parameters) in clear. I=
f we do care, we should try protecting all of them.\r\n\r\n\u003e That sa=
id we may be somewhat off topic, as this issue is about 8-bit vs varint f=
or h3 frame types. Without going into the details discussed in this threa=
d, there seems to be interest in allowing uncoordinated extensions, and v=
arints allow those at a very small implementation cost.\r\n\r\nYeah my po=
int was that people interested in doing private experiments can always ne=
gotiate the use of the extensions for all the cases the WG decided to car=
e about, and therefore that there is not a benefit in having varint frame=
 types, especially assuming that sending private experimental extensions =
to the wild without coordination is likely to be just waste of bandwidth.=
"}],"action":{"name":"View Issue","url":"https://github.com/quicwg/base-d=
rafts/issues/2253#issuecomment-451373046"}}}</script>
<script type=3D"application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/issues/2253#issuecomment=
-451373046",
"url": "https://github.com/quicwg/base-drafts/issues/2253#issuecomment-45=
1373046",
"name": "View Issue"
},
"description": "View this Issue on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>=

----==_mimepart_5c2f0ff268b69_5ea93f9c106d45c06938be--


From nobody Fri Jan  4 00:27:32 2019
Return-Path: <bounce+565321.40f-quic-issues=ietf.org@github.com>
X-Original-To: quic-issues@ietfa.amsl.com
Delivered-To: quic-issues@ietfa.amsl.com
Received: from localhost (localhost [127.0.0.1]) by ietfa.amsl.com (Postfix) with ESMTP id 8D2C8130FBA for <quic-issues@ietfa.amsl.com>; Fri,  4 Jan 2019 00:27:30 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -1.966
X-Spam-Level: 
X-Spam-Status: No, score=-1.966 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIMWL_WL_HIGH=-0.065, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, RCVD_IN_DNSWL_NONE=-0.0001, SPF_PASS=-0.001] autolearn=ham autolearn_force=no
Authentication-Results: ietfa.amsl.com (amavisd-new); dkim=pass (1024-bit key) header.d=github.com
Received: from mail.ietf.org ([4.31.198.44]) by localhost (ietfa.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id XmwVLVwfXr9P for <quic-issues@ietfa.amsl.com>; Fri,  4 Jan 2019 00:27:28 -0800 (PST)
Received: from m69-170.mailgun.net (m69-170.mailgun.net [166.78.69.170]) (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 A1447130FB8 for <quic-issues@ietf.org>; Fri,  4 Jan 2019 00:27:28 -0800 (PST)
DKIM-Signature: a=rsa-sha256; v=1; c=relaxed/relaxed; d=github.com; q=dns/txt;  s=mailo; t=1546590447; h=Content-Transfer-Encoding: Content-Type: Mime-Version: Subject: Message-ID: To: Reply-To: From: Date: Sender; bh=uczehySAncHYvOFrAfOMdmCHd3MVHZTYNe6aOOPozSk=; b=HLNqA4OAMYDFuZhFyjdZ7GvxfGU0F6wFweS3ezhu0UMR22pdXftpHfGpv+PnU2gF1G0akSAc F9rKsTkBlLVFyFBipC9HcW5OLYFJB6qj9EeQKJvsFl6+dXRANss18o4FBHRe3mL4ErnGj0pl 2Ft4L3Uu1X1LR3tBm8sEfUolf5c=
X-Mailgun-Sending-Ip: 166.78.69.170
X-Mailgun-Sid: WyJhNzYyYiIsICJxdWljLWlzc3Vlc0BpZXRmLm9yZyIsICI0MGYiXQ==
Sender: ianswett=users.noreply.github.com@github.com
Received: from github.com (Unknown [192.30.252.35]) by mxa.mailgun.org with ESMTP id 5c2f18ef.7f46effc9e70-smtp-out-n02; Fri, 04 Jan 2019 08:27:27 -0000 (UTC)
Date: Fri, 04 Jan 2019 00:27:27 -0800
From: ianswett <ianswett@users.noreply.github.com>
Reply-To: ianswett <ianswett@users.noreply.github.com>
To: quic-issues@ietf.org
Message-ID: <5c2f18ef881d1_48812ac6a3c8459480582@hookshot-fe-d252ca1.cp1-iad.github.net.mail>
Subject: [quicwg/base-drafts] 7b0a30: Follow-up on PTO wording
Mime-Version: 1.0
Content-Type: multipart/mixed; boundary="--==_mimepart_5c2f18ef87bdc_48812ac6a3c84594804e0"; charset=UTF-8
Content-Transfer-Encoding: 7bit
Archived-At: <https://mailarchive.ietf.org/arch/msg/quic-issues/4FEAUjLzq3E2nnNNhb4py-9zx3s>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
Precedence: list
List-Id: Notification list for GitHub issues related to the QUIC WG <quic-issues.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=unsubscribe>
List-Archive: <https://mailarchive.ietf.org/arch/browse/quic-issues/>
List-Post: <mailto:quic-issues@ietf.org>
List-Help: <mailto:quic-issues-request@ietf.org?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, 04 Jan 2019 08:27:31 -0000

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

  Branch: refs/heads/ianswett-consecutive-pto
  Home:   https://github.com/quicwg/base-drafts
  Commit: 7b0a30f51a0077962e4acbb3c2b8276dcf536f43
      https://github.com/quicwg/base-drafts/commit/7b0a30f51a0077962e4acbb3c2b8276dcf536f43
  Author: ianswett <ianswett@users.noreply.github.com>
  Date:   2019-01-04 (Fri, 04 Jan 2019)

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

  Log Message:
  -----------
  Follow-up on PTO wording

Follow-up from #2244



      **NOTE:** This service has been marked for deprecation: https://developer.github.com/changes/2018-04-25-github-services-deprecation/

      Functionality will be removed from GitHub.com on January 31st, 2019.

----==_mimepart_5c2f18ef87bdc_48812ac6a3c84594804e0--


From nobody Fri Jan  4 00:27: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 2D36A130FBA for <quic-issues@ietfa.amsl.com>; Fri,  4 Jan 2019 00:27:39 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -8.064
X-Spam-Level: 
X-Spam-Status: No, score=-8.064 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIMWL_WL_HIGH=-0.065, 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_PASS=-0.001] autolearn=ham autolearn_force=no
Authentication-Results: ietfa.amsl.com (amavisd-new); dkim=pass (1024-bit key) header.d=github.com
Received: from mail.ietf.org ([4.31.198.44]) by localhost (ietfa.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id abtnGK5iDENm for <quic-issues@ietfa.amsl.com>; Fri,  4 Jan 2019 00:27: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 808CB130FB8 for <quic-issues@ietf.org>; Fri,  4 Jan 2019 00:27:37 -0800 (PST)
Date: Fri, 04 Jan 2019 00:27:36 -0800
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1546590456; bh=4dKLUKFEnQDCOYl3lg8k6qQmB1gEID3oMrK6no7ioBc=; h=Date:From:Reply-To:To:Cc:Subject:List-ID:List-Archive:List-Post: List-Unsubscribe:From; b=S2Z6+7wEUY1r7VAFznFtJlg2ZGM+spM4HFVh2Jb+kSuu0/TvvP2M+9K6SAF0f32UA faACT06t+UFBhoGRyhuIbAOh4W5QbCUawcY07cWdiyOFi2VHYCNTYOXpwe5HzI/cmo mLQe/lEDdeRQHNh110k8OJxoHAMNtnPfQOXdIkac=
From: ianswett <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+0166e4abdef331cb176942bf037896a0e6bc84a901cd3c8592cf000000011846daf892a169ce17981f7a@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/pull/2293@github.com>
Subject: [quicwg/base-drafts] Follow-up on PTO wording (#2293)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5c2f18f86414e_415c3f94bf4d45c054332f"; 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/yJrxLlFctNIPwP23G6B9xhp9W00>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
List-Id: Notification list for GitHub issues related to the QUIC WG <quic-issues.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=unsubscribe>
List-Archive: <https://mailarchive.ietf.org/arch/browse/quic-issues/>
List-Post: <mailto:quic-issues@ietf.org>
List-Help: <mailto:quic-issues-request@ietf.org?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, 04 Jan 2019 08:27:39 -0000

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

Follow-up from #2244
You can view, comment on, or merge this pull request online at:

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

-- Commit Summary --

  * Follow-up on PTO wording

-- File Changes --

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

-- Patch Links --

https://github.com/quicwg/base-drafts/pull/2293.patch
https://github.com/quicwg/base-drafts/pull/2293.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/2293

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

<p>Follow-up from <a class="issue-link js-issue-link" data-error-text="Failed to load issue title" data-id="393582246" data-permission-text="Issue title is private" data-url="https://github.com/quicwg/base-drafts/issues/2244" data-hovercard-type="pull_request" data-hovercard-url="/quicwg/base-drafts/pull/2244/hovercard" href="https://github.com/quicwg/base-drafts/pull/2244">#2244</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/2293'>https://github.com/quicwg/base-drafts/pull/2293</a></p>

<h4>Commit Summary</h4>
<ul>
  <li>Follow-up on PTO wording</li>
</ul>

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

<h4>Patch Links:</h4>
<ul>
  <li><a href='https://github.com/quicwg/base-drafts/pull/2293.patch'>https://github.com/quicwg/base-drafts/pull/2293.patch</a></li>
  <li><a href='https://github.com/quicwg/base-drafts/pull/2293.diff'>https://github.com/quicwg/base-drafts/pull/2293.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/2293">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AWbkq0V1Zg8C38_84ahDJ1D9SzVBVQCPks5u_xB4gaJpZM4ZpT_Q">mute the thread</a>.<img src="https://github.com/notifications/beacon/AWbkq4DDWJ66qsCMQ3RmNmHOH0-0E6Ipks5u_xB4gaJpZM4ZpT_Q.gif" height="1" width="1" alt="" /></p>
<script type="application/json" data-scope="inboxmarkup">{"api_version":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name":"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"https://github.githubassets.com/images/email/message_cards/header.png","avatar_image_url":"https://github.githubassets.com/images/email/message_cards/avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/quicwg/base-drafts"}},"updates":{"snippets":[{"icon":"DESCRIPTION","message":"Follow-up on PTO wording (#2293)"}],"action":{"name":"View Pull Request","url":"https://github.com/quicwg/base-drafts/pull/2293"}}}</script>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/pull/2293",
"url": "https://github.com/quicwg/base-drafts/pull/2293",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>

----==_mimepart_5c2f18f86414e_415c3f94bf4d45c054332f--


From nobody Fri Jan  4 00: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 6CA52130FBA for <quic-issues@ietfa.amsl.com>; Fri,  4 Jan 2019 00:40:20 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -8.065
X-Spam-Level: 
X-Spam-Status: No, score=-8.065 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIMWL_WL_HIGH=-0.065, 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_PASS=-0.001] autolearn=ham autolearn_force=no
Authentication-Results: ietfa.amsl.com (amavisd-new); dkim=pass (1024-bit key) header.d=github.com
Received: from mail.ietf.org ([4.31.198.44]) by localhost (ietfa.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id YJM9-V0HARbA for <quic-issues@ietfa.amsl.com>; Fri,  4 Jan 2019 00:40: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 BAE48130FB8 for <quic-issues@ietf.org>; Fri,  4 Jan 2019 00:40:18 -0800 (PST)
Date: Fri, 04 Jan 2019 00:40:18 -0800
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1546591218; bh=HfGtReHjm+130B2HQFbxkz4dv/U2e/JPuAPI4EySpv4=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=xgKTlfJhMM0OBjOLEL7cfCwvpLQOyzW7w4KEbwbgAmMnScRcxrpzKLuH8EYmca5L7 aXvkBMQJk8vFcc7gyLAetNQ6EpdRUEcjFFc8zNdOKYASe1ue7xLKWgGlJFVjONE/Vd oI25Xy32JdCxHUzP1MSIUylwHgm5wPB+hOreCzZQ=
From: ianswett <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+0166e4abf97e5e120a87c7d218868eaa6ede67a41cab3a8792cf000000011846ddf292a169ce177070bb@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/issues/2227/451384724@github.com>
In-Reply-To: <quicwg/base-drafts/issues/2227@github.com>
References: <quicwg/base-drafts/issues/2227@github.com>
Subject: Re: [quicwg/base-drafts] It's annoying that one can't send push in 0.5RTT (#2227)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5c2f1bf218d9f_4d8e3faa0c4d45b8326833"; 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/KVazrl-llAhCX5wwAW3cPYSQu38>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
List-Id: Notification list for GitHub issues related to the QUIC WG <quic-issues.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=unsubscribe>
List-Archive: <https://mailarchive.ietf.org/arch/browse/quic-issues/>
List-Post: <mailto:quic-issues@ietf.org>
List-Help: <mailto:quic-issues-request@ietf.org?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, 04 Jan 2019 08:40:21 -0000

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

One question on: "Using the request as context is what made it possible to support push at all in cases where there are multiple users of the same connection (a common occurrence)."
I thought browsers don't pool connections from different users?  That seems sensible from a user-expectation and privacy perspective.

Proxies may, but they should really be providing some other user-isolation besides a push ID to ensure the response doesn't get pushed back to the wrong user.  Or they should only use push from the server to end user, which I suspect is actually what happens.

I'm not arguing for replacing the current push design with unbound push, but we should be willing to make changes to push in cases the original assumptions didn't turn out to be true.

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

<p>One question on: "Using the request as context is what made it possibl=
e to support push at all in cases where there are multiple users of the s=
ame connection (a common occurrence)."<br>
I thought browsers don't pool connections from different users?  That see=
ms sensible from a user-expectation and privacy perspective.</p>
<p>Proxies may, but they should really be providing some other user-isola=
tion besides a push ID to ensure the response doesn't get pushed back to =
the wrong user.  Or they should only use push from the server to end user=
, which I suspect is actually what happens.</p>
<p>I'm not arguing for replacing the current push design with unbound pus=
h, but we should be willing to make changes to push in cases the original=
 assumptions didn't turn out to be true.</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/2227#issuecomment-451384724">view it on GitHub</a>,=
 or <a href=3D"https://github.com/notifications/unsubscribe-auth/AWbkqxEN=
i0VG7PGT4C2YbEbtEP2pBQVLks5u_xNygaJpZM4ZdDxb">mute the thread</a>.<img sr=
c=3D"https://github.com/notifications/beacon/AWbkq2_3gWJIaQJFtr2XOOP9j4kL=
-LJXks5u_xNygaJpZM4ZdDxb.gif" height=3D"1" width=3D"1" alt=3D"" /></p>
<script type=3D"application/json" data-scope=3D"inboxmarkup">{"api_versio=
n":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name"=
:"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"=
quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"http=
s://github.githubassets.com/images/email/message_cards/header.png","avata=
r_image_url":"https://github.githubassets.com/images/email/message_cards/=
avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/q=
uicwg/base-drafts"}},"updates":{"snippets":[{"icon":"PERSON","message":"@=
ianswett in #2227: One question on: \"Using the request as context is wha=
t made it possible to support push at all in cases where there are multip=
le users of the same connection (a common occurrence).\"\r\nI thought bro=
wsers don't pool connections from different users?  That seems sensible f=
rom a user-expectation and privacy perspective.\r\n\r\nProxies may, but t=
hey should really be providing some other user-isolation besides a push I=
D to ensure the response doesn't get pushed back to the wrong user.  Or t=
hey should only use push from the server to end user, which I suspect is =
actually what happens.\r\n\r\nI'm not arguing for replacing the current p=
ush design with unbound push, but we should be willing to make changes to=
 push in cases the original assumptions didn't turn out to be true."}],"a=
ction":{"name":"View Issue","url":"https://github.com/quicwg/base-drafts/=
issues/2227#issuecomment-451384724"}}}</script>
<script type=3D"application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/issues/2227#issuecomment=
-451384724",
"url": "https://github.com/quicwg/base-drafts/issues/2227#issuecomment-45=
1384724",
"name": "View Issue"
},
"description": "View this Issue on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>=

----==_mimepart_5c2f1bf218d9f_4d8e3faa0c4d45b8326833--


From nobody Fri Jan  4 00:44: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 A05A7130FB8 for <quic-issues@ietfa.amsl.com>; Fri,  4 Jan 2019 00:44:07 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -6.447
X-Spam-Level: 
X-Spam-Status: No, score=-6.447 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIMWL_WL_HIGH=-0.065, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, HTML_IMAGE_ONLY_24=1.618, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-1, RCVD_IN_DNSWL_HI=-5, SPF_PASS=-0.001] autolearn=ham autolearn_force=no
Authentication-Results: ietfa.amsl.com (amavisd-new); dkim=pass (1024-bit key) header.d=github.com
Received: from mail.ietf.org ([4.31.198.44]) by localhost (ietfa.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id pVve7zNYVh5Q for <quic-issues@ietfa.amsl.com>; Fri,  4 Jan 2019 00:44:06 -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 099EB129AA0 for <quic-issues@ietf.org>; Fri,  4 Jan 2019 00:44:06 -0800 (PST)
Date: Fri, 04 Jan 2019 00:44:04 -0800
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1546591445; bh=hvy8ouMVo3JreoVU9ONk3UCgJ5R6mJhpLvbRCOunxtU=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=dR/8UbjKc2zReiMmZB2srYE+IPleKiW96CwFMLONq2IoLUgDc40xgUxr8cm50FKgy 3tIXZfSnNAswAfv4XLQsqJZmmwCA0ioT3T6uwISSNFUxtA5fLj7pkACSn4r1gdKu3f IF2kq3PHmyO1UL5kmIvHI/zsplMwBpVd1C65hDl8=
From: ianswett <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+0166e4abb6042d6c74fff18063e70bdd45fa5975036eca9b92cf000000011846ded492a169ce17706c1f@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/issues/2223/451385337@github.com>
In-Reply-To: <quicwg/base-drafts/issues/2223@github.com>
References: <quicwg/base-drafts/issues/2223@github.com>
Subject: Re: [quicwg/base-drafts] When can you coalesce connections (#2223)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5c2f1cd4f256b_b853f94452d45c489703f"; 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/dlk1CS4YMjB41eG9dMqxgi3Gxjs>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
List-Id: Notification list for GitHub issues related to the QUIC WG <quic-issues.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=unsubscribe>
List-Archive: <https://mailarchive.ietf.org/arch/browse/quic-issues/>
List-Post: <mailto:quic-issues@ietf.org>
List-Help: <mailto:quic-issues-request@ietf.org?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, 04 Jan 2019 08:44:08 -0000

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

Yes, it'd be good to capture something more up-to-date if we can come to consensus on that.

Is explicit signal meant to indicate DNS and/or ORIGIN frame?  If so, maybe call those two out as examples?

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

<p>Yes, it'd be good to capture something more up-to-date if we can come to consensus on that.</p>
<p>Is explicit signal meant to indicate DNS and/or ORIGIN frame?  If so, maybe call those two out as examples?</p>

<p style="font-size:small;-webkit-text-size-adjust:none;color:#666;">&mdash;<br />You are receiving this because you are subscribed to this thread.<br />Reply to this email directly, <a href="https://github.com/quicwg/base-drafts/issues/2223#issuecomment-451385337">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AWbkq1edw7cd_9kWH4kqjOosc3aWWdPGks5u_xRUgaJpZM4ZdDdC">mute the thread</a>.<img src="https://github.com/notifications/beacon/AWbkq3TKjpdeLW0rR5YLdJP9EsNhop_Wks5u_xRUgaJpZM4ZdDdC.gif" height="1" width="1" alt="" /></p>
<script type="application/json" data-scope="inboxmarkup">{"api_version":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name":"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"https://github.githubassets.com/images/email/message_cards/header.png","avatar_image_url":"https://github.githubassets.com/images/email/message_cards/avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/quicwg/base-drafts"}},"updates":{"snippets":[{"icon":"PERSON","message":"@ianswett in #2223: Yes, it'd be good to capture something more up-to-date if we can come to consensus on that.\r\n\r\nIs explicit signal meant to indicate DNS and/or ORIGIN frame?  If so, maybe call those two out as examples?"}],"action":{"name":"View Issue","url":"https://github.com/quicwg/base-drafts/issues/2223#issuecomment-451385337"}}}</script>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/issues/2223#issuecomment-451385337",
"url": "https://github.com/quicwg/base-drafts/issues/2223#issuecomment-451385337",
"name": "View Issue"
},
"description": "View this Issue on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>
----==_mimepart_5c2f1cd4f256b_b853f94452d45c489703f--


From nobody Fri Jan  4 00:52: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 B5FA8130E51 for <quic-issues@ietfa.amsl.com>; Fri,  4 Jan 2019 00:52:25 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -6.661
X-Spam-Level: 
X-Spam-Status: No, score=-6.661 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIMWL_WL_HIGH=-0.065, 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_PASS=-0.001] autolearn=ham autolearn_force=no
Authentication-Results: ietfa.amsl.com (amavisd-new); dkim=pass (1024-bit key) header.d=github.com
Received: from mail.ietf.org ([4.31.198.44]) by localhost (ietfa.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id kFjbtW5-ul8W for <quic-issues@ietfa.amsl.com>; Fri,  4 Jan 2019 00:52:24 -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 2B2F8124B0C for <quic-issues@ietf.org>; Fri,  4 Jan 2019 00:52:24 -0800 (PST)
Date: Fri, 04 Jan 2019 00:52:23 -0800
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1546591943; bh=hJ2iqctwIjCFwUA46c6LP8oboODkwlHaIumiv8KWvLI=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=ZHF7du0FIRYhowjN4vB4UuBRakkmQNN2eNT8RNlzrvRVDuywDMP12tpt7Cs/TFaT+ kBw4pls36NcbRO/JyNIUz9ky2y7yGL5kcX/WWf8JFqRtY+kUPYMbOLAUlMWRTXvlyT S2L5jItvDkGuiViwfEibZ0GrjrqJC7fPWDQZABGE=
From: Lucas Pardue <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+0166e4abbd9db04450d599ad366d8af33702e8b495b1deaf92cf000000011846e0c792a169ce17706c1f@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/issues/2223/451386793@github.com>
In-Reply-To: <quicwg/base-drafts/issues/2223@github.com>
References: <quicwg/base-drafts/issues/2223@github.com>
Subject: Re: [quicwg/base-drafts] When can you coalesce connections (#2223)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5c2f1ec762d38_66543ff0d0ed45bc155726"; 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/3TlfLBwKU9Y4AhQKysd8-1SPg74>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
List-Id: Notification list for GitHub issues related to the QUIC WG <quic-issues.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=unsubscribe>
List-Archive: <https://mailarchive.ietf.org/arch/browse/quic-issues/>
List-Post: <mailto:quic-issues@ietf.org>
List-Help: <mailto:quic-issues-request@ietf.org?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, 04 Jan 2019 08:52:26 -0000

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

@ianswett I think the dilemma is that some of those things don't exist yet for H3. For example, Mike did some earlier work to redefine ALTSVC frame for H3 but there is yet to be equivalent for ORIGIN or secondary certs.

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/quicwg/base-drafts/issues/2223#issuecomment-451386793
----==_mimepart_5c2f1ec762d38_66543ff0d0ed45bc155726
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 think the dilemma is that some of those things don't exist yet for H3. For example, Mike did some earlier work to redefine ALTSVC frame for H3 but there is yet to be equivalent for ORIGIN or secondary certs.</p>

<p style="font-size:small;-webkit-text-size-adjust:none;color:#666;">&mdash;<br />You are receiving this because you are subscribed to this thread.<br />Reply to this email directly, <a href="https://github.com/quicwg/base-drafts/issues/2223#issuecomment-451386793">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AWbkq9i--dc-Enk2epJWIJOOzzLf5v5Dks5u_xZHgaJpZM4ZdDdC">mute the thread</a>.<img src="https://github.com/notifications/beacon/AWbkq4lfgAt_nvlD_MdZCMkTem1QxfDuks5u_xZHgaJpZM4ZdDdC.gif" height="1" width="1" alt="" /></p>
<script type="application/json" data-scope="inboxmarkup">{"api_version":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name":"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"https://github.githubassets.com/images/email/message_cards/header.png","avatar_image_url":"https://github.githubassets.com/images/email/message_cards/avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/quicwg/base-drafts"}},"updates":{"snippets":[{"icon":"PERSON","message":"@LPardue in #2223: @ianswett I think the dilemma is that some of those things don't exist yet for H3. For example, Mike did some earlier work to redefine ALTSVC frame for H3 but there is yet to be equivalent for ORIGIN or secondary certs."}],"action":{"name":"View Issue","url":"https://github.com/quicwg/base-drafts/issues/2223#issuecomment-451386793"}}}</script>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/issues/2223#issuecomment-451386793",
"url": "https://github.com/quicwg/base-drafts/issues/2223#issuecomment-451386793",
"name": "View Issue"
},
"description": "View this Issue on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>
----==_mimepart_5c2f1ec762d38_66543ff0d0ed45bc155726--


From nobody Fri Jan  4 01:22: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 4B3E71277CC for <quic-issues@ietfa.amsl.com>; Fri,  4 Jan 2019 01:22:22 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -6.447
X-Spam-Level: 
X-Spam-Status: No, score=-6.447 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIMWL_WL_HIGH=-0.065, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, HTML_IMAGE_ONLY_24=1.618, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-1, RCVD_IN_DNSWL_HI=-5, SPF_PASS=-0.001] autolearn=ham autolearn_force=no
Authentication-Results: ietfa.amsl.com (amavisd-new); dkim=pass (1024-bit key) header.d=github.com
Received: from mail.ietf.org ([4.31.198.44]) by localhost (ietfa.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id o7KKax4XkJsL for <quic-issues@ietfa.amsl.com>; Fri,  4 Jan 2019 01:22:21 -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 32A09130FC4 for <quic-issues@ietf.org>; Fri,  4 Jan 2019 01:22:21 -0800 (PST)
Date: Fri, 04 Jan 2019 01:22:20 -0800
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1546593740; bh=1vaLgxXfIvsaJu+0XopozFApkrKLcnpU9uwCzxb7m8o=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=RbzknCBsdsnBrOBt3ou3L5T/0ZhQ6diepXCRl7IeD2w7E2yeI7Tu2YZcfUNtv39JS VJQjWb6gDB4zItMUKzkFBgdXkkhd0Z+WGxA9sVgen9vmEbCHDef0n2Jr30K3G2t7N8 24h3kEJZAPMTLorCya5meLBkjzJl5RodgF9Eg3/g=
From: MikkelFJ <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+0166e4ab621d9abdaa5a57bf52a6a32b2670479a978d022592cf000000011846e7cc92a169ce178cf63b@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/issues/2282/451393066@github.com>
In-Reply-To: <quicwg/base-drafts/issues/2282@github.com>
References: <quicwg/base-drafts/issues/2282@github.com>
Subject: Re: [quicwg/base-drafts] What the maximum of TransportParameters.max_ack_delay? (#2282)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5c2f25cc87f8c_23a13fddf3cd45b8677cd"; 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/n3sJfdgaWDtowcg93Gg7RmhmyEM>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
List-Id: Notification list for GitHub issues related to the QUIC WG <quic-issues.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=unsubscribe>
List-Archive: <https://mailarchive.ietf.org/arch/browse/quic-issues/>
List-Post: <mailto:quic-issues@ietf.org>
List-Help: <mailto:quic-issues-request@ietf.org?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, 04 Jan 2019 09:22:22 -0000

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

> Interplanetary QUIC can be pushed to v2.

Thanks for making my point.

How about low power devices that are prone to falling asleep?

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

<blockquote>
<p>Interplanetary QUIC can be pushed to v2.</p>
</blockquote>
<p>Thanks for making my point.</p>
<p>How about low power devices that are prone to falling asleep?</p>

<p style="font-size:small;-webkit-text-size-adjust:none;color:#666;">&mdash;<br />You are receiving this because you are subscribed to this thread.<br />Reply to this email directly, <a href="https://github.com/quicwg/base-drafts/issues/2282#issuecomment-451393066">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AWbkq63YWhzeWeG2V0BdGCBbVIIsYniZks5u_x1MgaJpZM4ZmCfD">mute the thread</a>.<img src="https://github.com/notifications/beacon/AWbkq8vb28Gm84FN3aDY02w7qJFPEpMCks5u_x1MgaJpZM4ZmCfD.gif" height="1" width="1" alt="" /></p>
<script type="application/json" data-scope="inboxmarkup">{"api_version":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name":"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"https://github.githubassets.com/images/email/message_cards/header.png","avatar_image_url":"https://github.githubassets.com/images/email/message_cards/avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/quicwg/base-drafts"}},"updates":{"snippets":[{"icon":"PERSON","message":"@mikkelfj in #2282: \u003e Interplanetary QUIC can be pushed to v2.\r\n\r\nThanks for making my point.\r\n\r\nHow about low power devices that are prone to falling asleep?"}],"action":{"name":"View Issue","url":"https://github.com/quicwg/base-drafts/issues/2282#issuecomment-451393066"}}}</script>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/issues/2282#issuecomment-451393066",
"url": "https://github.com/quicwg/base-drafts/issues/2282#issuecomment-451393066",
"name": "View Issue"
},
"description": "View this Issue on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>
----==_mimepart_5c2f25cc87f8c_23a13fddf3cd45b8677cd--


From nobody Fri Jan  4 01:33: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 A2BD4130FCD for <quic-issues@ietfa.amsl.com>; Fri,  4 Jan 2019 01:33:43 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -8.065
X-Spam-Level: 
X-Spam-Status: No, score=-8.065 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIMWL_WL_HIGH=-0.065, 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_PASS=-0.001] autolearn=ham autolearn_force=no
Authentication-Results: ietfa.amsl.com (amavisd-new); dkim=pass (1024-bit key) header.d=github.com
Received: from mail.ietf.org ([4.31.198.44]) by localhost (ietfa.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id OYQfREMXsdmL for <quic-issues@ietfa.amsl.com>; Fri,  4 Jan 2019 01:33: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 39D5C130FCB for <quic-issues@ietf.org>; Fri,  4 Jan 2019 01:33:42 -0800 (PST)
Date: Fri, 04 Jan 2019 01:33:41 -0800
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1546594421; bh=APsaTSnEpimfoUR9mpWgxlCIFqObAfWvtt4QeN9Ug9w=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=gaWOQa+PQvEW9HtRWc4RurBrvHGzc6b5lxnhbzFOzTzZEVc9IpGjRRhJeq/mwjXca xjbIbOONpnrk0nlalB6S4ta6nmTIv7YLAV8mXCG+VPI7SHBtxLI2Tmnlz7cJqS609l xgk8ZiDcamgQC/e5/m0U6yG7vlC/i0fY4oa5IqQA=
From: MikkelFJ <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+0166e4abbe345d5c944fca7d449fe88f76cec9ae99359ea492cf000000011846ea7592a169ce17801464@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/issues/2262/451395508@github.com>
In-Reply-To: <quicwg/base-drafts/issues/2262@github.com>
References: <quicwg/base-drafts/issues/2262@github.com>
Subject: Re: [quicwg/base-drafts] RESET_STREAM.final_offset is ambiguous (#2262)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5c2f2875e717_15313feda48d45c411756f"; 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/V1ytmqDRnFpyQlPn2bsEDQqIB7c>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
List-Id: Notification list for GitHub issues related to the QUIC WG <quic-issues.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=unsubscribe>
List-Archive: <https://mailarchive.ietf.org/arch/browse/quic-issues/>
List-Post: <mailto:quic-issues@ietf.org>
List-Help: <mailto:quic-issues-request@ietf.org?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, 04 Jan 2019 09:33:44 -0000

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

Regarding size vs offset, consider the hypothetical stream construct where you send every second 256 byte block. If you don't get a STOP_SENDING you continue with the gaps in order after sending the first 128 blocks. This is interleaved image transmission. Now, is the size the number of blocks sendt sent so far, or the end offset.

As @kazuho says, MAX_STREAM_DATA could be adapted either way, while MAX_DATA is more tricky.

But size is not unambiguous either unless you define it cover all unsent gaps as well.

As for interleaving, a better approach is to sent all even lines first, without gaps, then all uneven lines, which avoids the 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/2262#issuecomment-451395508
----==_mimepart_5c2f2875e717_15313feda48d45c411756f
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: quoted-printable

<p>Regarding size vs offset, consider the hypothetical stream construct w=
here you send every second 256 byte block. If you don't get a STOP_SENDIN=
G you continue with the gaps in order after sending the first 128 blocks.=
 This is interleaved image transmission. Now, is the size the number of b=
locks sendt sent so far, or the end offset.</p>
<p>As <a class=3D"user-mention" data-hovercard-type=3D"user" data-hoverca=
rd-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> says, MAX_STREAM_DATA could be adapted either way, w=
hile MAX_DATA is more tricky.</p>
<p>But size is not unambiguous either unless you define it cover all unse=
nt gaps as well.</p>
<p>As for interleaving, a better approach is to sent all even lines first=
, without gaps, then all uneven lines, which avoids the problem.</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/2262#issuecomment-451395508">view it on GitHub</a>,=
 or <a href=3D"https://github.com/notifications/unsubscribe-auth/AWbkq9ce=
XcoOVhPSzf0-JuxHvjraiON6ks5u_x_1gaJpZM4ZiNzp">mute the thread</a>.<img sr=
c=3D"https://github.com/notifications/beacon/AWbkq0g2RMrkrai6o_zfbXJK1bOv=
Z-Hmks5u_x_1gaJpZM4ZiNzp.gif" height=3D"1" width=3D"1" alt=3D"" /></p>
<script type=3D"application/json" data-scope=3D"inboxmarkup">{"api_versio=
n":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name"=
:"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"=
quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"http=
s://github.githubassets.com/images/email/message_cards/header.png","avata=
r_image_url":"https://github.githubassets.com/images/email/message_cards/=
avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/q=
uicwg/base-drafts"}},"updates":{"snippets":[{"icon":"PERSON","message":"@=
mikkelfj in #2262: Regarding size vs offset, consider the hypothetical st=
ream construct where you send every second 256 byte block. If you don't g=
et a STOP_SENDING you continue with the gaps in order after sending the f=
irst 128 blocks. This is interleaved image transmission. Now, is the size=
 the number of blocks sendt sent so far, or the end offset.\r\n\r\nAs @ka=
zuho says, MAX_STREAM_DATA could be adapted either way, while MAX_DATA is=
 more tricky.\r\n\r\nBut size is not unambiguous either unless you define=
 it cover all unsent gaps as well.\r\n\r\nAs for interleaving, a better a=
pproach is to sent all even lines first, without gaps, then all uneven li=
nes, which avoids the problem."}],"action":{"name":"View Issue","url":"ht=
tps://github.com/quicwg/base-drafts/issues/2262#issuecomment-451395508"}}=
}</script>
<script type=3D"application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/issues/2262#issuecomment=
-451395508",
"url": "https://github.com/quicwg/base-drafts/issues/2262#issuecomment-45=
1395508",
"name": "View Issue"
},
"description": "View this Issue on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>=

----==_mimepart_5c2f2875e717_15313feda48d45c411756f--


From nobody Fri Jan  4 01: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 0F3F4130FCD for <quic-issues@ietfa.amsl.com>; Fri,  4 Jan 2019 01:39:00 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -6.661
X-Spam-Level: 
X-Spam-Status: No, score=-6.661 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIMWL_WL_HIGH=-0.065, 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_PASS=-0.001] autolearn=ham autolearn_force=no
Authentication-Results: ietfa.amsl.com (amavisd-new); dkim=pass (1024-bit key) header.d=github.com
Received: 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_O23ytJtYEr for <quic-issues@ietfa.amsl.com>; Fri,  4 Jan 2019 01:38: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 2F0BD130FCB for <quic-issues@ietf.org>; Fri,  4 Jan 2019 01:38:58 -0800 (PST)
Date: Fri, 04 Jan 2019 01:38:57 -0800
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1546594737; bh=EjgL/3F+llMrMP+2lecwZZIjKjbYnJsuXOSpcgVCaeo=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=blseAgVOFZFM6nHg4MpJG+5etju8yq3qdTYN33Ov5ifJB5ffWtk0OsaY2QrhPX00L 1UonyA7gQQt1umhg3my3gfEAjxf8kCPKinoevSen6/k3h6fU+4Q3tCT4urs6MJ7kXc BDiU/nbi1hy7AT/GtkX9MtaOZ7rv/TwzBheF0Ufk=
From: MikkelFJ <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+0166e4abb14452e3204ed1235ec8d8bb808867dd961a3a7292cf000000011846ebb192a169ce1797273c@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/issues/2291/451396743@github.com>
In-Reply-To: <quicwg/base-drafts/issues/2291@github.com>
References: <quicwg/base-drafts/issues/2291@github.com>
Subject: Re: [quicwg/base-drafts] Allow extra data after self-terminating h3 frames (#2291)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5c2f29b181c6_72f23f825dad45c0129567"; 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/m3Xk2sWWBndwgMCMn7tmH1TxQW8>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
List-Id: Notification list for GitHub issues related to the QUIC WG <quic-issues.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=unsubscribe>
List-Archive: <https://mailarchive.ietf.org/arch/browse/quic-issues/>
List-Post: <mailto:quic-issues@ietf.org>
List-Help: <mailto:quic-issues-request@ietf.org?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, 04 Jan 2019 09:39:00 -0000

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

Are self-terminating frames not limited to DATA frames to avoid the general complexity and because DATA is the only frame needing this?

If more complex engineering is needed, I think designing separate streams for DATA is better, and probably a v2 feature.

A TLV format can have frames with implicit lengths, iif all types with implicit lengths are known.

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

<p>Are self-terminating frames not limited to DATA frames to avoid the ge=
neral complexity and because DATA is the only frame needing this?</p>
<p>If more complex engineering is needed, I think designing separate stre=
ams for DATA is better, and probably a v2 feature.</p>
<p>A TLV format can have frames with implicit lengths, iif all types with=
 implicit lengths are known.</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/2291#issuecomment-451396743">view it on GitHub</a>,=
 or <a href=3D"https://github.com/notifications/unsubscribe-auth/AWbkq2tx=
7TM7f_Hp95GRyLju4hI8Gy5wks5u_yExgaJpZM4ZpBt0">mute the thread</a>.<img sr=
c=3D"https://github.com/notifications/beacon/AWbkqzJSGMSztiHOXJO-ayvChRZX=
FlY0ks5u_yExgaJpZM4ZpBt0.gif" height=3D"1" width=3D"1" alt=3D"" /></p>
<script type=3D"application/json" data-scope=3D"inboxmarkup">{"api_versio=
n":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name"=
:"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"=
quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"http=
s://github.githubassets.com/images/email/message_cards/header.png","avata=
r_image_url":"https://github.githubassets.com/images/email/message_cards/=
avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/q=
uicwg/base-drafts"}},"updates":{"snippets":[{"icon":"PERSON","message":"@=
mikkelfj in #2291: Are self-terminating frames not limited to DATA frames=
 to avoid the general complexity and because DATA is the only frame needi=
ng this?\r\n\r\nIf more complex engineering is needed, I think designing =
separate streams for DATA is better, and probably a v2 feature.\r\n\r\nA =
TLV format can have frames with implicit lengths, iif all types with impl=
icit lengths are known."}],"action":{"name":"View Issue","url":"https://g=
ithub.com/quicwg/base-drafts/issues/2291#issuecomment-451396743"}}}</scri=
pt>
<script type=3D"application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/issues/2291#issuecomment=
-451396743",
"url": "https://github.com/quicwg/base-drafts/issues/2291#issuecomment-45=
1396743",
"name": "View Issue"
},
"description": "View this Issue on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>=

----==_mimepart_5c2f29b181c6_72f23f825dad45c0129567--


From nobody Fri Jan  4 01: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 08ECE130FDB for <quic-issues@ietfa.amsl.com>; Fri,  4 Jan 2019 01:51:51 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -8.065
X-Spam-Level: 
X-Spam-Status: No, score=-8.065 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIMWL_WL_HIGH=-0.065, 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_PASS=-0.001] autolearn=ham autolearn_force=no
Authentication-Results: ietfa.amsl.com (amavisd-new); dkim=pass (1024-bit key) header.d=github.com
Received: from mail.ietf.org ([4.31.198.44]) by localhost (ietfa.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id ebWHtmXGmWEy for <quic-issues@ietfa.amsl.com>; Fri,  4 Jan 2019 01:51:49 -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 96E94130FCB for <quic-issues@ietf.org>; Fri,  4 Jan 2019 01:51:49 -0800 (PST)
Date: Fri, 04 Jan 2019 01:51:48 -0800
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1546595508; bh=avcrkqmDEhqXzrQVAEeyLi0ztj5y7ATN6gLxblUoXHk=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=Jk6hPoJ/l0AJxCoTgsZk+McuKuzm8FiRUKujBmPSjY4IAx6xnAyppCIayafz3gGfk PDCZUhf3Ydpd+SvMklwC9+oehFA6hRxGuTjzKrLYE+41WNA/fN5IVsnqFw5CA65PqJ lY/ZwvWE/jqfzTp0FZibfm9zm4+P0i91e0lgrTPY=
From: MikkelFJ <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+0166e4ab9b00a92eda5ae495ec99e73ce2b470c49a93c95292cf000000011846eeb492a169ce177f0208@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/issues/2259/451399498@github.com>
In-Reply-To: <quicwg/base-drafts/issues/2259@github.com>
References: <quicwg/base-drafts/issues/2259@github.com>
Subject: Re: [quicwg/base-drafts] amplification attack using Retry and VN triggered by coalesced Initial packets (#2259)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5c2f2cb4bce4f_5ea73fb0d9ad45c0254823"; 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/JXKOPNkkWStRFh2fkOc70bHKjRY>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
List-Id: Notification list for GitHub issues related to the QUIC WG <quic-issues.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=unsubscribe>
List-Archive: <https://mailarchive.ietf.org/arch/browse/quic-issues/>
List-Post: <mailto:quic-issues@ietf.org>
List-Help: <mailto:quic-issues-request@ietf.org?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, 04 Jan 2019 09:51:51 -0000

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

I was about to suggest that VN / Retry could only be sent if the QUIC packet had at least 1200 bytes, but that goes against the idea of using coalesced packets. I'm not sure that 600 bytes is much better because it limits how much you can send in a second coalesced package when you want to stay below the minimum PMTU.

By requiring that only the first QUIC packet in a datagram can trigger VN / Retry you avoid these problems, and I can't imagine a reasonable case where you want to coalesce packets in a way where later packets actually trigger a VN / Retry.

One could also add that coalesced packets must belong to the same logical connection or connection attempt and that an implementation MAY ignore part or all of the packets in a datagram that does not conform (without requiring this to be enforced because that could get complex 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/2259#issuecomment-451399498
----==_mimepart_5c2f2cb4bce4f_5ea73fb0d9ad45c0254823
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: quoted-printable

<p>I was about to suggest that VN / Retry could only be sent if the QUIC =
packet had at least 1200 bytes, but that goes against the idea of using c=
oalesced packets. I'm not sure that 600 bytes is much better because it l=
imits how much you can send in a second coalesced package when you want t=
o stay below the minimum PMTU.</p>
<p>By requiring that only the first QUIC packet in a datagram can trigger=
 VN / Retry you avoid these problems, and I can't imagine a reasonable ca=
se where you want to coalesce packets in a way where later packets actual=
ly trigger a VN / Retry.</p>
<p>One could also add that coalesced packets must belong to the same logi=
cal connection or connection attempt and that an implementation MAY ignor=
e part or all of the packets in a datagram that does not conform (without=
 requiring this to be enforced because that could get complex fast).</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/2259#issuecomment-451399498">view it on GitHub</a>,=
 or <a href=3D"https://github.com/notifications/unsubscribe-auth/AWbkqynG=
cwSF9yFNZxwfWBbRJ2GhiPe1ks5u_yQ0gaJpZM4Zh5Ox">mute the thread</a>.<img sr=
c=3D"https://github.com/notifications/beacon/AWbkq8FQnbEs3ZBYSBf9gl2U_4Nr=
eSHXks5u_yQ0gaJpZM4Zh5Ox.gif" height=3D"1" width=3D"1" alt=3D"" /></p>
<script type=3D"application/json" data-scope=3D"inboxmarkup">{"api_versio=
n":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name"=
:"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"=
quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"http=
s://github.githubassets.com/images/email/message_cards/header.png","avata=
r_image_url":"https://github.githubassets.com/images/email/message_cards/=
avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/q=
uicwg/base-drafts"}},"updates":{"snippets":[{"icon":"PERSON","message":"@=
mikkelfj in #2259: I was about to suggest that VN / Retry could only be s=
ent if the QUIC packet had at least 1200 bytes, but that goes against the=
 idea of using coalesced packets. I'm not sure that 600 bytes is much bet=
ter because it limits how much you can send in a second coalesced package=
 when you want to stay below the minimum PMTU.\r\n\r\nBy requiring that o=
nly the first QUIC packet in a datagram can trigger VN / Retry you avoid =
these problems, and I can't imagine a reasonable case where you want to c=
oalesce packets in a way where later packets actually trigger a VN / Retr=
y.\r\n\r\nOne could also add that coalesced packets must belong to the sa=
me logical connection or connection attempt and that an implementation MA=
Y ignore part or all of the packets in a datagram that does not conform (=
without requiring this to be enforced because that could get complex fast=
)."}],"action":{"name":"View Issue","url":"https://github.com/quicwg/base=
-drafts/issues/2259#issuecomment-451399498"}}}</script>
<script type=3D"application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/issues/2259#issuecomment=
-451399498",
"url": "https://github.com/quicwg/base-drafts/issues/2259#issuecomment-45=
1399498",
"name": "View Issue"
},
"description": "View this Issue on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>=

----==_mimepart_5c2f2cb4bce4f_5ea73fb0d9ad45c0254823--


From nobody Fri Jan  4 03:37: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 50239127B4C for <quic-issues@ietfa.amsl.com>; Fri,  4 Jan 2019 03:37:16 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -6.661
X-Spam-Level: 
X-Spam-Status: No, score=-6.661 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIMWL_WL_HIGH=-0.065, 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_PASS=-0.001] autolearn=ham autolearn_force=no
Authentication-Results: ietfa.amsl.com (amavisd-new); dkim=pass (1024-bit key) header.d=github.com
Received: from mail.ietf.org ([4.31.198.44]) by localhost (ietfa.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id sB-yR6ABdttH for <quic-issues@ietfa.amsl.com>; Fri,  4 Jan 2019 03:37: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 96D1D12426E for <quic-issues@ietf.org>; Fri,  4 Jan 2019 03:37:14 -0800 (PST)
Date: Fri, 04 Jan 2019 03:37:13 -0800
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1546601833; bh=G4NN0sHG1/ADh86e7mCoyucplGTVFoYqZIJTZui6sak=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=e1FPQACSHc+nJ1r90t/NupcC8Zm6zOT/Ikc+Fw9tXvYI4HLUwmsjCrx5aSvdyef3E yaC2l3Qv+7hSVGUGlzyZupo01sWxQpMWobhuz4IqYhR5tcUhwCO47A/SBn4mX+MqlR +CLZ6Mvs+i47Ao/RYn2316BsfMCfG5DYlJH9/t80=
From: Kazuho Oku <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+0166e4ab48a7ec9906ebd24290d018d9563b73289be6ba9f92cf000000011847076992a169ce1797273c@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/issues/2291/451421429@github.com>
In-Reply-To: <quicwg/base-drafts/issues/2291@github.com>
References: <quicwg/base-drafts/issues/2291@github.com>
Subject: Re: [quicwg/base-drafts] Allow extra data after self-terminating h3 frames (#2291)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5c2f456938b85_ec93fab5fcd45c0339a"; 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/oCkLVdxsc1zvAz6KaoYYKwSKhag>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
List-Id: Notification list for GitHub issues related to the QUIC WG <quic-issues.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=unsubscribe>
List-Archive: <https://mailarchive.ietf.org/arch/browse/quic-issues/>
List-Post: <mailto:quic-issues@ietf.org>
List-Help: <mailto:quic-issues-request@ietf.org?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, 04 Jan 2019 11:37:16 -0000

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

Generally speaking, I think having the ability to express self-terminating frames is a good thing.

However, our charter requires us to create a mapping that is "a description of HTTP/2 semantics using QUIC," and my preference goes to adhering the charter rather than chasing the possible optimizations. I am not against changing things in H3 if it clearly helps us, but I am not sure if there is a provable benefit 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/2291#issuecomment-451421429
----==_mimepart_5c2f456938b85_ec93fab5fcd45c0339a
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: quoted-printable

<p>Generally speaking, I think having the ability to express self-termina=
ting frames is a good thing.</p>
<p>However, our charter requires us to create a mapping that is "a descri=
ption of HTTP/2 semantics using QUIC," and my preference goes to adhering=
 the charter rather than chasing the possible optimizations. I am not aga=
inst changing things in H3 if it clearly helps us, but I am not sure if t=
here is a provable benefit here.</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/2291#issuecomment-451421429">view it on GitHub</a>,=
 or <a href=3D"https://github.com/notifications/unsubscribe-auth/AWbkq707=
RpEbeN3DFOE2z0IE5TIrtGOfks5u_zzpgaJpZM4ZpBt0">mute the thread</a>.<img sr=
c=3D"https://github.com/notifications/beacon/AWbkq92pBo7RaXWyXbzDyOwRjaqY=
6apKks5u_zzpgaJpZM4ZpBt0.gif" height=3D"1" width=3D"1" alt=3D"" /></p>
<script type=3D"application/json" data-scope=3D"inboxmarkup">{"api_versio=
n":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name"=
:"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"=
quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"http=
s://github.githubassets.com/images/email/message_cards/header.png","avata=
r_image_url":"https://github.githubassets.com/images/email/message_cards/=
avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/q=
uicwg/base-drafts"}},"updates":{"snippets":[{"icon":"PERSON","message":"@=
kazuho in #2291: Generally speaking, I think having the ability to expres=
s self-terminating frames is a good thing.\r\n\r\nHowever, our charter re=
quires us to create a mapping that is \"a description of HTTP/2 semantics=
 using QUIC,\" and my preference goes to adhering the charter rather than=
 chasing the possible optimizations. I am not against changing things in =
H3 if it clearly helps us, but I am not sure if there is a provable benef=
it here."}],"action":{"name":"View Issue","url":"https://github.com/quicw=
g/base-drafts/issues/2291#issuecomment-451421429"}}}</script>
<script type=3D"application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/issues/2291#issuecomment=
-451421429",
"url": "https://github.com/quicwg/base-drafts/issues/2291#issuecomment-45=
1421429",
"name": "View Issue"
},
"description": "View this Issue on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>=

----==_mimepart_5c2f456938b85_ec93fab5fcd45c0339a--


From nobody Fri Jan  4 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 77BEB129508 for <quic-issues@ietfa.amsl.com>; Fri,  4 Jan 2019 05:35:06 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -6.661
X-Spam-Level: 
X-Spam-Status: No, score=-6.661 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIMWL_WL_HIGH=-0.065, 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_PASS=-0.001] autolearn=ham autolearn_force=no
Authentication-Results: ietfa.amsl.com (amavisd-new); dkim=pass (1024-bit key) header.d=github.com
Received: from mail.ietf.org ([4.31.198.44]) by localhost (ietfa.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 7lR8dx-KPGEH for <quic-issues@ietfa.amsl.com>; Fri,  4 Jan 2019 05:35: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 BF7861294D0 for <quic-issues@ietf.org>; Fri,  4 Jan 2019 05:35:04 -0800 (PST)
Date: Fri, 04 Jan 2019 05:35:03 -0800
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1546608903; bh=06fPsK2wdHB6u+GuKt4eHdDC3Kp03FfKnQkl0YEmBpA=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=V/xggMSh22NsmFSfBsrjaWTBvHuifZmlCum0g5Ihp1/zUTFEr/REjPVg3m4VDZ2+7 YVxYBsyB7HFAActatG7YssRTaAlYsC/i9+/NoocrhKx59ObpwhJ7yID7+cnoSqcZ05 so5z7w1nR98kLcBfTOOzNmxbqNMBb8V31yabYJpw=
From: Dmitri Tikhonov <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+0166e4aba4ec039d52fad4c918bd16624c5639de07db8cb292cf000000011847230792a169ce17707fcb@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/pull/2235/c451444878@github.com>
In-Reply-To: <quicwg/base-drafts/pull/2235@github.com>
References: <quicwg/base-drafts/pull/2235@github.com>
Subject: Re: [quicwg/base-drafts] Make HTTP frames a TLV format. This has several advantages: (#2235)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5c2f6107c2a15_2a7c3ffb81ed45c453928b"; 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/qCTVI3E8EVP71-CIIT3BzM02Juw>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
List-Id: Notification list for GitHub issues related to the QUIC WG <quic-issues.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=unsubscribe>
List-Archive: <https://mailarchive.ietf.org/arch/browse/quic-issues/>
List-Post: <mailto:quic-issues@ietf.org>
List-Help: <mailto:quic-issues-request@ietf.org?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, 04 Jan 2019 13:35:06 -0000

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

@janaiyengar writes, in part (emphasis added):
> QUIC is different in that the _entire frame is present_ when the length is read.

I don't understand what you mean by 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/2235#issuecomment-451444878
----==_mimepart_5c2f6107c2a15_2a7c3ffb81ed45c453928b
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> writes, in part (emphasis added):</p>
<blockquote>
<p>QUIC is different in that the <em>entire frame is present</em> when the length is read.</p>
</blockquote>
<p>I don't understand what you mean by 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/2235#issuecomment-451444878">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AWbkq1aS6_d8OxqADAgVvRgiNyfYBXqPks5u_1iHgaJpZM4ZdEz2">mute the thread</a>.<img src="https://github.com/notifications/beacon/AWbkq4t9Fbywatgp32MiRK4MIhey3aYVks5u_1iHgaJpZM4ZdEz2.gif" height="1" width="1" alt="" /></p>
<script type="application/json" data-scope="inboxmarkup">{"api_version":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name":"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"https://github.githubassets.com/images/email/message_cards/header.png","avatar_image_url":"https://github.githubassets.com/images/email/message_cards/avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/quicwg/base-drafts"}},"updates":{"snippets":[{"icon":"PERSON","message":"@dtikhonov in #2235: @janaiyengar writes, in part (emphasis added):\r\n\u003e QUIC is different in that the _entire frame is present_ when the length is read.\r\n\r\nI don't understand what you mean by that."}],"action":{"name":"View Pull Request","url":"https://github.com/quicwg/base-drafts/pull/2235#issuecomment-451444878"}}}</script>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/pull/2235#issuecomment-451444878",
"url": "https://github.com/quicwg/base-drafts/pull/2235#issuecomment-451444878",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>
----==_mimepart_5c2f6107c2a15_2a7c3ffb81ed45c453928b--


From nobody Fri Jan  4 07: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 5A95012E04D for <quic-issues@ietfa.amsl.com>; Fri,  4 Jan 2019 07:16:38 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -6.519
X-Spam-Level: 
X-Spam-Status: No, score=-6.519 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIMWL_WL_HIGH=-0.065, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, HTML_IMAGE_ONLY_20=1.546, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-1, RCVD_IN_DNSWL_HI=-5, SPF_PASS=-0.001] autolearn=ham autolearn_force=no
Authentication-Results: ietfa.amsl.com (amavisd-new); dkim=pass (1024-bit key) header.d=github.com
Received: from mail.ietf.org ([4.31.198.44]) by localhost (ietfa.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id LhxMor7hc6pf for <quic-issues@ietfa.amsl.com>; Fri,  4 Jan 2019 07:16:37 -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 0A6EB130934 for <quic-issues@ietf.org>; Fri,  4 Jan 2019 07:16:37 -0800 (PST)
Date: Fri, 04 Jan 2019 07:16:35 -0800
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1546614995; bh=J2h9hmafdtsQqJQEokkBLbNqsfX+oLA/g5rjUQr024g=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=RIMMHcqB9KVUJK/QmJdNGnQo+J4k0hC45u03zpj5YWTY7bXVdev64IAq9x3rK4Wgp PC0Im/mzANy9w92wf1O33Zz6b657V5gFeFDgfbLof8Jq8/HqlJjgFTJqsJHX4VpmER 6AR/9QtEf6gQyP27222GDn6nTHjAAUWghdF4hWZk=
From: Brad Lassey <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+0166e4abe387a168c85707161fe2a14bf5a019d2f563223c92cf0000000118473ad392a169ce178a081e@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/pull/2277/c451471900@github.com>
In-Reply-To: <quicwg/base-drafts/pull/2277@github.com>
References: <quicwg/base-drafts/pull/2277@github.com>
Subject: Re: [quicwg/base-drafts] s/created/received/ stream for CANCEL_PUSH (#2277)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5c2f78d33f179_73933f7fc22d45c0128864"; charset=UTF-8
Content-Transfer-Encoding: 7bit
Precedence: list
X-GitHub-Sender: bslassey
X-GitHub-Recipient: quic-issues
X-GitHub-Reason: subscribed
X-Auto-Response-Suppress: All
X-GitHub-Recipient-Address: quic-issues@ietf.org
Archived-At: <https://mailarchive.ietf.org/arch/msg/quic-issues/DnheC5c80jV1C1WtNsiIwrvr4lc>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
List-Id: Notification list for GitHub issues related to the QUIC WG <quic-issues.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=unsubscribe>
List-Archive: <https://mailarchive.ietf.org/arch/browse/quic-issues/>
List-Post: <mailto:quic-issues@ietf.org>
List-Help: <mailto:quic-issues-request@ietf.org?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, 04 Jan 2019 15:16:38 -0000

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

Yup, that's what I had in mind.

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

<p>Yup, that's what I had in mind.</p>

<p style="font-size:small;-webkit-text-size-adjust:none;color:#666;">&mdash;<br />You are receiving this because you are subscribed to this thread.<br />Reply to this email directly, <a href="https://github.com/quicwg/base-drafts/pull/2277#issuecomment-451471900">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AWbkq2YqOgHZw_xI48wSMk-hxD5QGsmGks5u_3BTgaJpZM4ZlKwu">mute the thread</a>.<img src="https://github.com/notifications/beacon/AWbkq27xlRemwqv8Ay6kWrMJwFD040lOks5u_3BTgaJpZM4ZlKwu.gif" height="1" width="1" alt="" /></p>
<script type="application/json" data-scope="inboxmarkup">{"api_version":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name":"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"https://github.githubassets.com/images/email/message_cards/header.png","avatar_image_url":"https://github.githubassets.com/images/email/message_cards/avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/quicwg/base-drafts"}},"updates":{"snippets":[{"icon":"PERSON","message":"@bslassey in #2277: Yup, that's what I had in mind."}],"action":{"name":"View Pull Request","url":"https://github.com/quicwg/base-drafts/pull/2277#issuecomment-451471900"}}}</script>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/pull/2277#issuecomment-451471900",
"url": "https://github.com/quicwg/base-drafts/pull/2277#issuecomment-451471900",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>
----==_mimepart_5c2f78d33f179_73933f7fc22d45c0128864--


From nobody Fri Jan  4 07:35: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 38760130FF1 for <quic-issues@ietfa.amsl.com>; Fri,  4 Jan 2019 07:35:21 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -6.447
X-Spam-Level: 
X-Spam-Status: No, score=-6.447 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIMWL_WL_HIGH=-0.065, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, HTML_IMAGE_ONLY_24=1.618, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-1, RCVD_IN_DNSWL_HI=-5, SPF_PASS=-0.001] autolearn=ham autolearn_force=no
Authentication-Results: ietfa.amsl.com (amavisd-new); dkim=pass (1024-bit key) header.d=github.com
Received: from mail.ietf.org ([4.31.198.44]) by localhost (ietfa.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id p0DI5WUKYU6D for <quic-issues@ietfa.amsl.com>; Fri,  4 Jan 2019 07:35:19 -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 B0F3D130FEE for <quic-issues@ietf.org>; Fri,  4 Jan 2019 07:33:47 -0800 (PST)
Date: Fri, 04 Jan 2019 07:33:44 -0800
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1546616024; bh=N+KxEo92bX0CcSQ/lQbf4L7t3KmGPXYwdxURS0I2nes=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=vFq95ayqdPKM4YY8QxCl/MAtTOiwCP0pDPxF9w/UNJb7Hm8l7YuaHtiHtzhcwoc+K h5qAq/0rk5Br/RtqLdHvtNhweHgA2xwBqh5lZ+WZhuaD3+tilcnWu+jNJtXoYIGPvU pzAK5YbJbMyi0D23JmbNUAMqMqRs7dCasSxxqCkU=
From: Lucas Pardue <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+0166e4ab095bac856a6bebbccbf36a03a7fd9930a090bd0592cf0000000118473ed892a169ce17707fcb@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/pull/2235/c451477087@github.com>
In-Reply-To: <quicwg/base-drafts/pull/2235@github.com>
References: <quicwg/base-drafts/pull/2235@github.com>
Subject: Re: [quicwg/base-drafts] Make HTTP frames a TLV format. This has several advantages: (#2235)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5c2f7cd8d1230_69053fc73eed45b4160856"; 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/eTvSSUGQ5tZtLFrYsZkzN4YpMjI>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
List-Id: Notification list for GitHub issues related to the QUIC WG <quic-issues.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=unsubscribe>
List-Archive: <https://mailarchive.ietf.org/arch/browse/quic-issues/>
List-Post: <mailto:quic-issues@ietf.org>
List-Help: <mailto:quic-issues-request@ietf.org?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, 04 Jan 2019 15:35:21 -0000

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

Yeah I don't follow either. The h3 layer is presented an in-order byte stream for each stream but it still needs to parse out H3 frames. While there are some loose assurances on frame ordering I don't know it QUIC is so different from H2, even with separate 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/2235#issuecomment-451477087
----==_mimepart_5c2f7cd8d1230_69053fc73eed45b4160856
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

<p>Yeah I don't follow either. The h3 layer is presented an in-order byte stream for each stream but it still needs to parse out H3 frames. While there are some loose assurances on frame ordering I don't know it QUIC is so different from H2, even with separate 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/2235#issuecomment-451477087">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AWbkq_oHwUCNpjHURQYhnGDsi1EofrdXks5u_3RYgaJpZM4ZdEz2">mute the thread</a>.<img src="https://github.com/notifications/beacon/AWbkqxxW4p_DWEW1tcGKske_zjAjCJLWks5u_3RYgaJpZM4ZdEz2.gif" height="1" width="1" alt="" /></p>
<script type="application/json" data-scope="inboxmarkup">{"api_version":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name":"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"https://github.githubassets.com/images/email/message_cards/header.png","avatar_image_url":"https://github.githubassets.com/images/email/message_cards/avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/quicwg/base-drafts"}},"updates":{"snippets":[{"icon":"PERSON","message":"@LPardue in #2235: Yeah I don't follow either. The h3 layer is presented an in-order byte stream for each stream but it still needs to parse out H3 frames. While there are some loose assurances on frame ordering I don't know it QUIC is so different from H2, even with separate streams "}],"action":{"name":"View Pull Request","url":"https://github.com/quicwg/base-drafts/pull/2235#issuecomment-451477087"}}}</script>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/pull/2235#issuecomment-451477087",
"url": "https://github.com/quicwg/base-drafts/pull/2235#issuecomment-451477087",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>
----==_mimepart_5c2f7cd8d1230_69053fc73eed45b4160856--


From nobody Fri Jan  4 10:53: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 59DDA130E7C for <quic-issues@ietfa.amsl.com>; Fri,  4 Jan 2019 10:53:15 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -6.661
X-Spam-Level: 
X-Spam-Status: No, score=-6.661 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIMWL_WL_HIGH=-0.065, 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_PASS=-0.001] autolearn=ham autolearn_force=no
Authentication-Results: ietfa.amsl.com (amavisd-new); dkim=pass (1024-bit key) header.d=github.com
Received: from mail.ietf.org ([4.31.198.44]) by localhost (ietfa.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id PQskvoF_m4AG for <quic-issues@ietfa.amsl.com>; Fri,  4 Jan 2019 10:53:13 -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 7A5BB130E7A for <quic-issues@ietf.org>; Fri,  4 Jan 2019 10:53:13 -0800 (PST)
Date: Fri, 04 Jan 2019 10:53:12 -0800
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1546627992; bh=/mRF4cJOVs2MjGOnYxWXJ3VsKvd3Uz11P6sFKMdC0+4=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=05CqbZSZHpwQnTybryn4P216rrmIxbXJFPb31zm29EJZg6FRvBHgQPq3qA9qdPcPD xECPxhMTZx2LWMalA7xfnTWpISMUNfP6tqsh7HcHxVzWOo1ZhH41Wxdrj6zozCicFJ rpdIJPJb9uJA4Oi/S2DCOZjAidrIDS+iINbCxSos=
From: Alessandro Ghedini <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+0166e4abcab9d841d7b70925b632a32c906cb0f0c13cb5bd92cf0000000118476d9892a169ce1789eea9@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/pull/2274/review/189470724@github.com>
In-Reply-To: <quicwg/base-drafts/pull/2274@github.com>
References: <quicwg/base-drafts/pull/2274@github.com>
Subject: Re: [quicwg/base-drafts] Test vectors (#2274)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5c2fab985c760_5b6a3f7fb34d45b4263075"; charset=UTF-8
Content-Transfer-Encoding: 7bit
Precedence: list
X-GitHub-Sender: ghedo
X-GitHub-Recipient: quic-issues
X-GitHub-Reason: subscribed
X-Auto-Response-Suppress: All
X-GitHub-Recipient-Address: quic-issues@ietf.org
Archived-At: <https://mailarchive.ietf.org/arch/msg/quic-issues/SFYrMb8aY4K5klY8hxKbvRmupfk>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
List-Id: Notification list for GitHub issues related to the QUIC WG <quic-issues.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=unsubscribe>
List-Archive: <https://mailarchive.ietf.org/arch/browse/quic-issues/>
List-Post: <mailto:quic-issues@ietf.org>
List-Help: <mailto:quic-issues-request@ietf.org?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, 04 Jan 2019 18:53:15 -0000

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

ghedo requested changes on this pull request.

FWIW I also verified the vectors with my implementation.

> @@ -0,0 +1,278 @@
+#!/bin/sh
+':' //; exec "$(command -v nodejs || command -v node)" "$0" "$@"
+
+// This script performs simple encryption and decryption for Initial packets.
+// It's crude, but it should be sufficient to generate examples.
+
+
+'use strict';
+var buffer = require('buffer');
+var crypto = require('crypto');
+var assert = require('assert');
+
+var INITIAL_SECRET = Buffer.from('ef4fb0abb47470c41befcf8031334fae485e09a0', 'hex');

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/pull/2274#pullrequestreview-189470724
----==_mimepart_5c2fab985c760_5b6a3f7fb34d45b4263075
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

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

<p>FWIW I also verified the vectors with my implementation.</p><hr>

<p>In <a href="https://github.com/quicwg/base-drafts/pull/2274#discussion_r245376228">initial-protection.js</a>:</p>
<pre style='color:#555'>&gt; @@ -0,0 +1,278 @@
+#!/bin/sh
+&#39;:&#39; //; exec &quot;$(command -v nodejs || command -v node)&quot; &quot;$0&quot; &quot;$@&quot;
+
+// This script performs simple encryption and decryption for Initial packets.
+// It&#39;s crude, but it should be sufficient to generate examples.
+
+
+&#39;use strict&#39;;
+var buffer = require(&#39;buffer&#39;);
+var crypto = require(&#39;crypto&#39;);
+var assert = require(&#39;assert&#39;);
+
+var INITIAL_SECRET = Buffer.from(&#39;ef4fb0abb47470c41befcf8031334fae485e09a0&#39;, &#39;hex&#39;);
</pre>
<p>INITIAL_SALT?</p>

<p style="font-size:small;-webkit-text-size-adjust:none;color:#666;">&mdash;<br />You are receiving this because you are subscribed to this thread.<br />Reply to this email directly, <a href="https://github.com/quicwg/base-drafts/pull/2274#pullrequestreview-189470724">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AWbkq8RxuW4JXOhS8AxQhJ3RZnVXocqTks5u_6MYgaJpZM4ZlI2H">mute the thread</a>.<img src="https://github.com/notifications/beacon/AWbkq26uILBSxZiU3YBksiH2nU0Hn4g4ks5u_6MYgaJpZM4ZlI2H.gif" height="1" width="1" alt="" /></p>
<script type="application/json" data-scope="inboxmarkup">{"api_version":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name":"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"https://github.githubassets.com/images/email/message_cards/header.png","avatar_image_url":"https://github.githubassets.com/images/email/message_cards/avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/quicwg/base-drafts"}},"updates":{"snippets":[{"icon":"PERSON","message":"@ghedo requested changes on #2274"}],"action":{"name":"View Pull Request","url":"https://github.com/quicwg/base-drafts/pull/2274#pullrequestreview-189470724"}}}</script>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/pull/2274#pullrequestreview-189470724",
"url": "https://github.com/quicwg/base-drafts/pull/2274#pullrequestreview-189470724",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>
----==_mimepart_5c2fab985c760_5b6a3f7fb34d45b4263075--


From nobody Fri Jan  4 11:21: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 6339D130E8A for <quic-issues@ietfa.amsl.com>; Fri,  4 Jan 2019 11:21:43 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -6.519
X-Spam-Level: 
X-Spam-Status: No, score=-6.519 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIMWL_WL_HIGH=-0.065, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, HTML_IMAGE_ONLY_20=1.546, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-1, RCVD_IN_DNSWL_HI=-5, SPF_PASS=-0.001] autolearn=ham autolearn_force=no
Authentication-Results: ietfa.amsl.com (amavisd-new); dkim=pass (1024-bit key) header.d=github.com
Received: from mail.ietf.org ([4.31.198.44]) by localhost (ietfa.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id ut4pZGXJP9DF for <quic-issues@ietfa.amsl.com>; Fri,  4 Jan 2019 11:21: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 0F8E9130E85 for <quic-issues@ietf.org>; Fri,  4 Jan 2019 11:21:42 -0800 (PST)
Date: Fri, 04 Jan 2019 11:21:41 -0800
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1546629701; bh=Q/l0kTbeO7mSxWUeexXi1xWQZ+08/NHkE4pSJHd6UCg=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=cHquJrtkNG8Uf0H6/M85FEdn5NkggZPsdXQvE4E/jCNzw/AmPb+04cw4cuhrhBpDL rrLNPGvrZInzWFBWsWQMBqxJTqahst28ywvcXYYWdCquRkq7mmlqjryR76Z/tmeNZg MljHC/YCIxo6C9ZpezXDMw6NoJbRDtgpAITJu64o=
From: ianswett <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+0166e4ab41aa9b8a3a974f760f70afab7f72451b47dba54392cf000000011847744592a169ce178a081e@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/pull/2277/review/189495241@github.com>
In-Reply-To: <quicwg/base-drafts/pull/2277@github.com>
References: <quicwg/base-drafts/pull/2277@github.com>
Subject: Re: [quicwg/base-drafts] s/created/received/ stream for CANCEL_PUSH (#2277)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5c2fb24516cd0_193f3ff9556d45b4177645"; 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/neZF_DJG0HR4kvuYkAUkSbCOkMU>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
List-Id: Notification list for GitHub issues related to the QUIC WG <quic-issues.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=unsubscribe>
List-Archive: <https://mailarchive.ietf.org/arch/browse/quic-issues/>
List-Post: <mailto:quic-issues@ietf.org>
List-Help: <mailto:quic-issues-request@ietf.org?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, 04 Jan 2019 19:21:43 -0000

----==_mimepart_5c2fb24516cd0_193f3ff9556d45b4177645
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/2277#pullrequestreview-189495241
----==_mimepart_5c2fb24516cd0_193f3ff9556d45b4177645
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/2277#pullrequestreview-189495241">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AWbkqwfxFNhcIM2GiDLShH77SmNu9LyXks5u_6nFgaJpZM4ZlKwu">mute the thread</a>.<img src="https://github.com/notifications/beacon/AWbkq1jH_D7ftZ4-GF8S8O5RKOiY8Yxnks5u_6nFgaJpZM4ZlKwu.gif" height="1" width="1" alt="" /></p>
<script type="application/json" data-scope="inboxmarkup">{"api_version":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name":"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"https://github.githubassets.com/images/email/message_cards/header.png","avatar_image_url":"https://github.githubassets.com/images/email/message_cards/avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/quicwg/base-drafts"}},"updates":{"snippets":[{"icon":"PERSON","message":"@ianswett approved #2277"}],"action":{"name":"View Pull Request","url":"https://github.com/quicwg/base-drafts/pull/2277#pullrequestreview-189495241"}}}</script>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/pull/2277#pullrequestreview-189495241",
"url": "https://github.com/quicwg/base-drafts/pull/2277#pullrequestreview-189495241",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>
----==_mimepart_5c2fb24516cd0_193f3ff9556d45b4177645--


From nobody Fri Jan  4 11: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 6122F130E8E for <quic-issues@ietfa.amsl.com>; Fri,  4 Jan 2019 11:41:57 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -6.447
X-Spam-Level: 
X-Spam-Status: No, score=-6.447 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIMWL_WL_HIGH=-0.065, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, HTML_IMAGE_ONLY_24=1.618, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-1, RCVD_IN_DNSWL_HI=-5, SPF_PASS=-0.001] autolearn=ham autolearn_force=no
Authentication-Results: ietfa.amsl.com (amavisd-new); dkim=pass (1024-bit key) header.d=github.com
Received: from mail.ietf.org ([4.31.198.44]) by localhost (ietfa.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id NUWsafuBOSaI for <quic-issues@ietfa.amsl.com>; Fri,  4 Jan 2019 11:41: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 9151B130E8D for <quic-issues@ietf.org>; Fri,  4 Jan 2019 11:41:55 -0800 (PST)
Date: Fri, 04 Jan 2019 11:41:54 -0800
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1546630914; bh=B2rC67cZKKsk4y7CH2imE2IAlnvGoRa0kdBmCC0roCE=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=vzwQ4an3yk463upqqsKMyZUr0vJ1NRcJEmJE9R2d0zY8i86fb0iyNPaqWBMmPLwd5 r2aRQpnt9wipTb/q0x6Xo9ZNKhw62d2xiaZyCqLYmX8K6yQPtIWnH+sCRZq0Dx8lHl FnOqQDjAKSNc9KwCJw5qauaiiM7/WqVkcrpJ64A4=
From: Kazuho Oku <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+0166e4ab5159b978be865071eb3f2843e358282b4b09222392cf000000011847790292a169ce1789eea9@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/pull/2274/c451547608@github.com>
In-Reply-To: <quicwg/base-drafts/pull/2274@github.com>
References: <quicwg/base-drafts/pull/2274@github.com>
Subject: Re: [quicwg/base-drafts] Test vectors (#2274)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5c2fb70243748_61313f8cef8d45bc279530"; 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/fDP3lXqn-fchVBSDjL1D6OOINYE>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
List-Id: Notification list for GitHub issues related to the QUIC WG <quic-issues.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=unsubscribe>
List-Archive: <https://mailarchive.ietf.org/arch/browse/quic-issues/>
List-Post: <mailto:quic-issues@ietf.org>
List-Help: <mailto:quic-issues-request@ietf.org?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, 04 Jan 2019 19:41:57 -0000

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

I've added the test vector to the unit test of quicly, so that I can continue confirming the values as the draft evolves. And of course, the current test vector decrypts successfully.

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

<p>I've added the test vector to the unit test of quicly, so that I can continue confirming the values as the draft evolves. And of course, the current test vector decrypts successfully.</p>

<p style="font-size:small;-webkit-text-size-adjust:none;color:#666;">&mdash;<br />You are receiving this because you are subscribed to this thread.<br />Reply to this email directly, <a href="https://github.com/quicwg/base-drafts/pull/2274#issuecomment-451547608">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AWbkqxmtL7FZ7L1CDdyzvP4D0S_3xD_Rks5u_66CgaJpZM4ZlI2H">mute the thread</a>.<img src="https://github.com/notifications/beacon/AWbkqxvJ3bjHkjYL6PXJyi0E876po8yoks5u_66CgaJpZM4ZlI2H.gif" height="1" width="1" alt="" /></p>
<script type="application/json" data-scope="inboxmarkup">{"api_version":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name":"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"https://github.githubassets.com/images/email/message_cards/header.png","avatar_image_url":"https://github.githubassets.com/images/email/message_cards/avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/quicwg/base-drafts"}},"updates":{"snippets":[{"icon":"PERSON","message":"@kazuho in #2274: I've added the test vector to the unit test of quicly, so that I can continue confirming the values as the draft evolves. And of course, the current test vector decrypts successfully."}],"action":{"name":"View Pull Request","url":"https://github.com/quicwg/base-drafts/pull/2274#issuecomment-451547608"}}}</script>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/pull/2274#issuecomment-451547608",
"url": "https://github.com/quicwg/base-drafts/pull/2274#issuecomment-451547608",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>
----==_mimepart_5c2fb70243748_61313f8cef8d45bc279530--


From nobody Fri Jan  4 11:54: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 4354B130E89 for <quic-issues@ietfa.amsl.com>; Fri,  4 Jan 2019 11:54:13 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -6.519
X-Spam-Level: 
X-Spam-Status: No, score=-6.519 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIMWL_WL_HIGH=-0.065, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, HTML_IMAGE_ONLY_20=1.546, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-1, RCVD_IN_DNSWL_HI=-5, SPF_PASS=-0.001] autolearn=ham autolearn_force=no
Authentication-Results: ietfa.amsl.com (amavisd-new); dkim=pass (1024-bit key) header.d=github.com
Received: from mail.ietf.org ([4.31.198.44]) by localhost (ietfa.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id QpUUxx6kedxz for <quic-issues@ietfa.amsl.com>; Fri,  4 Jan 2019 11: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 755A7130E85 for <quic-issues@ietf.org>; Fri,  4 Jan 2019 11:54:11 -0800 (PST)
Date: Fri, 04 Jan 2019 11:54:10 -0800
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1546631650; bh=E7/YVQqEZv5wvIXQRfVlVULRKae7zEa8H8D11stvQDo=; h=Date:From:Reply-To:To:Cc:Subject:List-ID:List-Archive:List-Post: List-Unsubscribe:From; b=fO1ajWdiXdJmSYdt1IHJrc21a53UQXRbZV9V3TFwpBASAhzVINahqvWnwXpRCyoZl g7P3bGMt3X1NuquVux1xVZ2MpmvqLPj6KqQiRjTxSIL9Z7/9GQrcZ6eSc6B04VrGBq E3WEz3IUlxdZHFxLvUgUe0mQwVN3aOuhIk/X9er4=
From: David Schinazi <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+0166e4ab36550505fd2f1d25fe5a9fb8c6c059cf7beee6a092cf0000000118477be292a169ce179b352f@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/issues/2294@github.com>
Subject: [quicwg/base-drafts] Why must we not use post-handshake client auth? (#2294)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5c2fb9e243723_5fa93fb7406d45c018793c"; 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/9BIOg7IFflac-fZ5nvyxbZnI1zs>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
List-Id: Notification list for GitHub issues related to the QUIC WG <quic-issues.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=unsubscribe>
List-Archive: <https://mailarchive.ietf.org/arch/browse/quic-issues/>
List-Post: <mailto:quic-issues@ietf.org>
List-Help: <mailto:quic-issues-request@ietf.org?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, 04 Jan 2019 19:54:13 -0000

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

draft-tls section 4.4 (Peer Authentication) states:
> A server MUST NOT use post-handshake client authentication (see Section 4.6.2 of [TLS13]).

Why is that? Could we add a sentence explaining why not, or a 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/2294
----==_mimepart_5c2fb9e243723_5fa93fb7406d45c018793c
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

<p>draft-tls section 4.4 (Peer Authentication) states:</p>
<blockquote>
<p>A server MUST NOT use post-handshake client authentication (see Section 4.6.2 of [TLS13]).</p>
</blockquote>
<p>Why is that? Could we add a sentence explaining why not, or a 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/2294">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AWbkq3-q_-qCcDBoO4Yp42YBLxLWEiFlks5u_7FigaJpZM4ZsX4O">mute the thread</a>.<img src="https://github.com/notifications/beacon/AWbkq3HA6iEkT9pju_eklV8-qfMS_ZPSks5u_7FigaJpZM4ZsX4O.gif" height="1" width="1" alt="" /></p>
<script type="application/json" data-scope="inboxmarkup">{"api_version":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name":"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"https://github.githubassets.com/images/email/message_cards/header.png","avatar_image_url":"https://github.githubassets.com/images/email/message_cards/avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/quicwg/base-drafts"}},"updates":{"snippets":[{"icon":"DESCRIPTION","message":"Why must we not use post-handshake client auth? (#2294)"}],"action":{"name":"View Issue","url":"https://github.com/quicwg/base-drafts/issues/2294"}}}</script>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/issues/2294",
"url": "https://github.com/quicwg/base-drafts/issues/2294",
"name": "View Issue"
},
"description": "View this Issue on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>
----==_mimepart_5c2fb9e243723_5fa93fb7406d45c018793c--


From nobody Fri Jan  4 14:15: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 579CC130E90 for <quic-issues@ietfa.amsl.com>; Fri,  4 Jan 2019 14:15:26 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -8.064
X-Spam-Level: 
X-Spam-Status: No, score=-8.064 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIMWL_WL_HIGH=-0.065, 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_PASS=-0.001] autolearn=ham autolearn_force=no
Authentication-Results: ietfa.amsl.com (amavisd-new); dkim=pass (1024-bit key) header.d=github.com
Received: 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-n75dDqP8H4 for <quic-issues@ietfa.amsl.com>; Fri,  4 Jan 2019 14:15: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 0AD94130E9B for <quic-issues@ietf.org>; Fri,  4 Jan 2019 14:15:23 -0800 (PST)
Date: Fri, 04 Jan 2019 14:15:22 -0800
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1546640122; bh=KGsAGnFMe3mKt27XRgJPQWdUzRZZCQOoF91I4iOrDc8=; h=Date:From:Reply-To:To:Cc:Subject:List-ID:List-Archive:List-Post: List-Unsubscribe:From; b=xHCmbdE/o2AdaH4MvnBEg0k6IBCRIyG480VohnaqEUWaPm+S5MsWXTrE94p89xPsA GTpm5tpNoUHnBeLqT3ZLIbBhgRVoceHFN3OCVn3d3xDvRWa8jrYRvZtjN0JjFGd3AD 6KbNJU8ZlT05ugGIrPGNqXbesIu33p9H92Es7bKk=
From: David Schinazi <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+0166e4ab5c4bd8eb93931d3659ca3ac977fb36af87d0e8b392cf0000000118479cfa92a169ce179bc9fb@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/pull/2295@github.com>
Subject: [quicwg/base-drafts] Move some long header fields to more appropriate definitions (#2295)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5c2fdafac674e_3e253feccdad45b8118481b"; 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/BC6l_XNcZFJK1zQpqaXkPKpidmM>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
List-Id: Notification list for GitHub issues related to the QUIC WG <quic-issues.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=unsubscribe>
List-Archive: <https://mailarchive.ietf.org/arch/browse/quic-issues/>
List-Post: <mailto:quic-issues@ietf.org>
List-Help: <mailto:quic-issues-request@ietf.org?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, 04 Jan 2019 22:15:26 -0000

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

The current definition of the long header defines fields that are not used by half of the long packet types (Initial packets have a token length and token, and retry packets do not have a length). This change moves those fields to the appropriate long packet types for correctness.
You can view, comment on, or merge this pull request online at:

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

-- Commit Summary --

  * Move some long header fields to more appropriate definitions

-- File Changes --

    M draft-ietf-quic-transport.md (218)

-- Patch Links --

https://github.com/quicwg/base-drafts/pull/2295.patch
https://github.com/quicwg/base-drafts/pull/2295.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/2295

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

<p>The current definition of the long header defines fields that are not used by half of the long packet types (Initial packets have a token length and token, and retry packets do not have a length). This change moves those fields to the appropriate long packet types for correctness.</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/2295'>https://github.com/quicwg/base-drafts/pull/2295</a></p>

<h4>Commit Summary</h4>
<ul>
  <li>Move some long header fields to more appropriate definitions</li>
</ul>

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

<h4>Patch Links:</h4>
<ul>
  <li><a href='https://github.com/quicwg/base-drafts/pull/2295.patch'>https://github.com/quicwg/base-drafts/pull/2295.patch</a></li>
  <li><a href='https://github.com/quicwg/base-drafts/pull/2295.diff'>https://github.com/quicwg/base-drafts/pull/2295.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/2295">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AWbkqx--fZw1X9VoeTapkH5bssKdMSFUks5u_9J6gaJpZM4Zt7M5">mute the thread</a>.<img src="https://github.com/notifications/beacon/AWbkq_xHtwMLaVOyIKv1r6iyBYr5_SQRks5u_9J6gaJpZM4Zt7M5.gif" height="1" width="1" alt="" /></p>
<script type="application/json" data-scope="inboxmarkup">{"api_version":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name":"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"https://github.githubassets.com/images/email/message_cards/header.png","avatar_image_url":"https://github.githubassets.com/images/email/message_cards/avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/quicwg/base-drafts"}},"updates":{"snippets":[{"icon":"DESCRIPTION","message":"Move some long header fields to more appropriate definitions (#2295)"}],"action":{"name":"View Pull Request","url":"https://github.com/quicwg/base-drafts/pull/2295"}}}</script>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/pull/2295",
"url": "https://github.com/quicwg/base-drafts/pull/2295",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>

----==_mimepart_5c2fdafac674e_3e253feccdad45b8118481b--


From nobody Fri Jan  4 14:54: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 6B509130E9A for <quic-issues@ietfa.amsl.com>; Fri,  4 Jan 2019 14:54:07 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -8.065
X-Spam-Level: 
X-Spam-Status: No, score=-8.065 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIMWL_WL_HIGH=-0.065, 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_PASS=-0.001] autolearn=ham autolearn_force=no
Authentication-Results: ietfa.amsl.com (amavisd-new); dkim=pass (1024-bit key) header.d=github.com
Received: from mail.ietf.org ([4.31.198.44]) by localhost (ietfa.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id TKBpMFVd__gL for <quic-issues@ietfa.amsl.com>; Fri,  4 Jan 2019 14:54: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 5376B126BED for <quic-issues@ietf.org>; Fri,  4 Jan 2019 14:54:05 -0800 (PST)
Date: Fri, 04 Jan 2019 14:54:04 -0800
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1546642444; bh=oY4RfvRtPNudGQlrUWK0Kau4Y6Pk8v0gck7IuD8UOQA=; h=Date:From:Reply-To:To:Cc:Subject:List-ID:List-Archive:List-Post: List-Unsubscribe:From; b=NL9adeY49jdS1wKjs2pLgF3f+zmYw3eRRjnXKjMXIYSgZDbo/q32JV6Q3myYnFOM6 F5zAzbClvR8PqvXIcxoLvH5/rTxj+mOO4Mf7o5zYOvHWnXqb7Jp5vL9foc/gl6RdTf SF38nDlmPW6Op6GCXj71iLTR0HcJIV7fv5oe4SGQ=
From: David Schinazi <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+0166e4abd5d254653b5df3c6c6377577a42148387aba6c2392cf000000011847a60c92a169ce179bec73@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/pull/2296@github.com>
Subject: [quicwg/base-drafts] Allow servers to send a preferred address of each address family (#2296)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5c2fe40c3787c_8883ff0890d45bc179449"; 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/AAbWn0umPxAnLVRy_hXAGpF9Teg>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
List-Id: Notification list for GitHub issues related to the QUIC WG <quic-issues.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=unsubscribe>
List-Archive: <https://mailarchive.ietf.org/arch/browse/quic-issues/>
List-Post: <mailto:quic-issues@ietf.org>
List-Help: <mailto:quic-issues-request@ietf.org?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, 04 Jan 2019 22:54:08 -0000

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

This change allows servers to send a preferred address of each address family. The previous definition of preferred_address only allowed sending one address family, and this had the disadvantage of picking the non-deterministic address family used by the Initial if the client is performing Happy Eyeballs. Clients may now use the best address family based on their network attachment.

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

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

-- Commit Summary --

  * Allow servers to send a preferred address of each address family

-- File Changes --

    M draft-ietf-quic-transport.md (9)

-- Patch Links --

https://github.com/quicwg/base-drafts/pull/2296.patch
https://github.com/quicwg/base-drafts/pull/2296.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/2296

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

<p>This change allows servers to send a preferred address of each address family. The previous definition of preferred_address only allowed sending one address family, and this had the disadvantage of picking the non-deterministic address family used by the Initial if the client is performing Happy Eyeballs. Clients may now use the best address family based on their network attachment.</p>
<p><span class="issue-keyword tooltipped tooltipped-se" aria-label="This pull request closes issue #2122.">Fixes</span> <a class="issue-link js-issue-link" data-error-text="Failed to load issue title" data-id="390254871" data-permission-text="Issue title is private" data-url="https://github.com/quicwg/base-drafts/issues/2122" data-hovercard-type="issue" data-hovercard-url="/quicwg/base-drafts/issues/2122/hovercard" href="https://github.com/quicwg/base-drafts/issues/2122">#2122</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/2296'>https://github.com/quicwg/base-drafts/pull/2296</a></p>

<h4>Commit Summary</h4>
<ul>
  <li>Allow servers to send a preferred address of each address family</li>
</ul>

<h4>File Changes</h4>
<ul>
  <li>
    <strong>M</strong>
    <a href="https://github.com/quicwg/base-drafts/pull/2296/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/2296.patch'>https://github.com/quicwg/base-drafts/pull/2296.patch</a></li>
  <li><a href='https://github.com/quicwg/base-drafts/pull/2296.diff'>https://github.com/quicwg/base-drafts/pull/2296.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/2296">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AWbkqx5j4fiQ82F1x3svjP29OPxDAHbkks5u_9uMgaJpZM4ZuHR_">mute the thread</a>.<img src="https://github.com/notifications/beacon/AWbkq39OPHNsLbQYmjgiLaKW8qTlS8_Eks5u_9uMgaJpZM4ZuHR_.gif" height="1" width="1" alt="" /></p>
<script type="application/json" data-scope="inboxmarkup">{"api_version":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name":"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"https://github.githubassets.com/images/email/message_cards/header.png","avatar_image_url":"https://github.githubassets.com/images/email/message_cards/avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/quicwg/base-drafts"}},"updates":{"snippets":[{"icon":"DESCRIPTION","message":"Allow servers to send a preferred address of each address family (#2296)"}],"action":{"name":"View Pull Request","url":"https://github.com/quicwg/base-drafts/pull/2296"}}}</script>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/pull/2296",
"url": "https://github.com/quicwg/base-drafts/pull/2296",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>

----==_mimepart_5c2fe40c3787c_8883ff0890d45bc179449--


From nobody Fri Jan  4 15:15: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 60CC8130EA2 for <quic-issues@ietfa.amsl.com>; Fri,  4 Jan 2019 15:15:08 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -6.447
X-Spam-Level: 
X-Spam-Status: No, score=-6.447 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIMWL_WL_HIGH=-0.065, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, HTML_IMAGE_ONLY_24=1.618, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-1, RCVD_IN_DNSWL_HI=-5, SPF_PASS=-0.001] autolearn=ham autolearn_force=no
Authentication-Results: ietfa.amsl.com (amavisd-new); dkim=pass (1024-bit key) header.d=github.com
Received: from mail.ietf.org ([4.31.198.44]) by localhost (ietfa.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id RCn5yn2Ga8DP for <quic-issues@ietfa.amsl.com>; Fri,  4 Jan 2019 15:15: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 8BBD8126BED for <quic-issues@ietf.org>; Fri,  4 Jan 2019 15:15:06 -0800 (PST)
Date: Fri, 04 Jan 2019 15:15:05 -0800
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1546643705; bh=zbhMeVm6RlfU09HnylRXQh9K1owkptRuCsFi3zVIyCw=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=DdNN1wYvE80DF66xCXwaB5GbqAzteH1NgWP6jTfjERkSGSloaWWQRt7P/eUEAEMqq 5a5QD76SLmqttAtFON2ZC4orlQ1EPiQ+Md8gHt3G/yTXy/IhArmJQbisPRlZEXFuga txLnMh9FvzSDX6VPUVfjxnFxzb7+pfNi1SIfHkUc=
From: janaiyengar <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+0166e4abb0aa32395312fa0ddbf95824e494d419b0b2d2c192cf000000011847aaf992a169ce174c44df@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/issues/2162/451597184@github.com>
In-Reply-To: <quicwg/base-drafts/issues/2162@github.com>
References: <quicwg/base-drafts/issues/2162@github.com>
Subject: Re: [quicwg/base-drafts] Limit sending while in RTO (#2162)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5c2fe8f981c9e_20453fed088d45c0588e4"; 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/c0IS50GXwx58lb6BiNnk3C8_828>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
List-Id: Notification list for GitHub issues related to the QUIC WG <quic-issues.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=unsubscribe>
List-Archive: <https://mailarchive.ietf.org/arch/browse/quic-issues/>
List-Post: <mailto:quic-issues@ietf.org>
List-Help: <mailto:quic-issues-request@ietf.org?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, 04 Jan 2019 23:15:08 -0000

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

This issue was noted by @pravb a while ago. I'm not convinced that this issue needs addressing, but I wanted to document 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/2162#issuecomment-451597184
----==_mimepart_5c2fe8f981c9e_20453fed088d45c0588e4
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

<p>This issue was noted by <a class="user-mention" data-hovercard-type="user" data-hovercard-url="/hovercards?user_id=12821832" data-octo-click="hovercard-link-click" data-octo-dimensions="link_type:self" href="https://github.com/pravb">@pravb</a> a while ago. I'm not convinced that this issue needs addressing, but I wanted to document 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/2162#issuecomment-451597184">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AWbkq_7mPvcA9W8vu5X97xvE11JHuMRYks5u_-B5gaJpZM4ZSfOd">mute the thread</a>.<img src="https://github.com/notifications/beacon/AWbkq6GEc31fAbg6Eo3h-FpnRzJmsRPtks5u_-B5gaJpZM4ZSfOd.gif" height="1" width="1" alt="" /></p>
<script type="application/json" data-scope="inboxmarkup">{"api_version":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name":"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"https://github.githubassets.com/images/email/message_cards/header.png","avatar_image_url":"https://github.githubassets.com/images/email/message_cards/avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/quicwg/base-drafts"}},"updates":{"snippets":[{"icon":"PERSON","message":"@janaiyengar in #2162: This issue was noted by @pravb a while ago. I'm not convinced that this issue needs addressing, but I wanted to document it."}],"action":{"name":"View Issue","url":"https://github.com/quicwg/base-drafts/issues/2162#issuecomment-451597184"}}}</script>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/issues/2162#issuecomment-451597184",
"url": "https://github.com/quicwg/base-drafts/issues/2162#issuecomment-451597184",
"name": "View Issue"
},
"description": "View this Issue on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>
----==_mimepart_5c2fe8f981c9e_20453fed088d45c0588e4--


From nobody Fri Jan  4 15:37: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 C858D130EB3 for <quic-issues@ietfa.amsl.com>; Fri,  4 Jan 2019 15:37:15 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -8.064
X-Spam-Level: 
X-Spam-Status: No, score=-8.064 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIMWL_WL_HIGH=-0.065, 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_PASS=-0.001] autolearn=ham autolearn_force=no
Authentication-Results: ietfa.amsl.com (amavisd-new); dkim=pass (1024-bit key) header.d=github.com
Received: from mail.ietf.org ([4.31.198.44]) by localhost (ietfa.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id XBgZRsgPLner for <quic-issues@ietfa.amsl.com>; Fri,  4 Jan 2019 15:37: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 B8445130EA8 for <quic-issues@ietf.org>; Fri,  4 Jan 2019 15:37:13 -0800 (PST)
Date: Fri, 04 Jan 2019 15:37:12 -0800
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1546645032; bh=LoRk+oCC3lO5pQBXQ8/mbBJmeJ8EvwyZyY+fO3lEv0I=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=NQVA+dZ4P61ZnbFlWz0UMrqHJL8+5LFKUa+qnB3ujBGmDdvfXk6HYTc2+R6jrwuxL VtXLbUZXlPGOzeCqklL9jdNlMrBaAtULD4+GKKZ7dRpbhuRfs0XVajw0aOHcOcVf+6 tXzzl6VCTiL9jePQZUQLJbtf4VMfR23sfKOpbIL8=
From: janaiyengar <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+0166e4ab69b8ee3037bd919988fc9251421ac0847238a30892cf000000011847b02892a169ce179bec73@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/pull/2296/review/189564971@github.com>
In-Reply-To: <quicwg/base-drafts/pull/2296@github.com>
References: <quicwg/base-drafts/pull/2296@github.com>
Subject: Re: [quicwg/base-drafts] Allow servers to send a preferred address of each address family (#2296)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5c2fee281c003_3b753fb2360d45bc76876"; 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/cATlxG3EfulnCOyQUNPd799I8rI>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
List-Id: Notification list for GitHub issues related to the QUIC WG <quic-issues.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=unsubscribe>
List-Archive: <https://mailarchive.ietf.org/arch/browse/quic-issues/>
List-Post: <mailto:quic-issues@ietf.org>
List-Help: <mailto:quic-issues-request@ietf.org?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, 04 Jan 2019 23:37:16 -0000

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

janaiyengar commented on this pull request.

I'm ok with this change, but @MikeBishop may have opinions and should take a look, since he proposed the PreferredAddress TP. I think I prefer calling this "alternate address".

Also, there should probably be some guidance about when these alternate addresses may be used by a client. The current text suggests that a client SHOULD validate them immediately after handshake, but that may be unnecessarily restrictive. I don't see any reason why a client could not validate and/or use these addresses later in the connection.

> @@ -2116,6 +2116,9 @@ packets.
 A server conveys a preferred address by including the preferred_address
 transport parameter in the TLS handshake.
 
+Servers MAY communicate a preferred address of each address family (IPv4 and

I think I would prefer to call this an "alternate" 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/2296#pullrequestreview-189564971
----==_mimepart_5c2fee281c003_3b753fb2360d45bc76876
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

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

<p>I'm ok with this change, but <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> may have opinions and should take a look, since he proposed the PreferredAddress TP. I think I prefer calling this "alternate address".</p>
<p>Also, there should probably be some guidance about when these alternate addresses may be used by a client. The current text suggests that a client SHOULD validate them immediately after handshake, but that may be unnecessarily restrictive. I don't see any reason why a client could not validate and/or use these addresses later in the connection.</p><hr>

<p>In <a href="https://github.com/quicwg/base-drafts/pull/2296#discussion_r245449451">draft-ietf-quic-transport.md</a>:</p>
<pre style='color:#555'>&gt; @@ -2116,6 +2116,9 @@ packets.
 A server conveys a preferred address by including the preferred_address
 transport parameter in the TLS handshake.
 
+Servers MAY communicate a preferred address of each address family (IPv4 and
</pre>
<p>I think I would prefer to call this an "alternate" 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/2296#pullrequestreview-189564971">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AWbkqwF-mzQ04y6aM7OFNCE_pcQiYUEHks5u_-WogaJpZM4ZuHR_">mute the thread</a>.<img src="https://github.com/notifications/beacon/AWbkqzn9hDTHue6vedLZHEcN2O7c2uepks5u_-WogaJpZM4ZuHR_.gif" height="1" width="1" alt="" /></p>
<script type="application/json" data-scope="inboxmarkup">{"api_version":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name":"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"https://github.githubassets.com/images/email/message_cards/header.png","avatar_image_url":"https://github.githubassets.com/images/email/message_cards/avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/quicwg/base-drafts"}},"updates":{"snippets":[{"icon":"PERSON","message":"@janaiyengar commented on #2296"}],"action":{"name":"View Pull Request","url":"https://github.com/quicwg/base-drafts/pull/2296#pullrequestreview-189564971"}}}</script>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/pull/2296#pullrequestreview-189564971",
"url": "https://github.com/quicwg/base-drafts/pull/2296#pullrequestreview-189564971",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>
----==_mimepart_5c2fee281c003_3b753fb2360d45bc76876--


From nobody Fri Jan  4 16: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 7BF7F130DE3 for <quic-issues@ietfa.amsl.com>; Fri,  4 Jan 2019 16:03:02 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -6.661
X-Spam-Level: 
X-Spam-Status: No, score=-6.661 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIMWL_WL_HIGH=-0.065, 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_PASS=-0.001] autolearn=ham autolearn_force=no
Authentication-Results: ietfa.amsl.com (amavisd-new); dkim=pass (1024-bit key) header.d=github.com
Received: from mail.ietf.org ([4.31.198.44]) by localhost (ietfa.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id kY07PYhboeKJ for <quic-issues@ietfa.amsl.com>; Fri,  4 Jan 2019 16:03:01 -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 B82D212F1AB for <quic-issues@ietf.org>; Fri,  4 Jan 2019 16:03:00 -0800 (PST)
Date: Fri, 04 Jan 2019 16:02:59 -0800
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1546646579; bh=hC7mj+Wdd7Qrz/cK4K2UCbPLYQllght12Jdo2+ndYGA=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=MIPFkFQGh41dl37HsNb++udaIw5dWbuvBtW6NbtdAGD53ChGEFqcK2FJk81AYtQSH m9aemOJCAy1rjMQhy6/2py2/vschOmbK6058A+Ght2Q/zAipbZRNXFf4lvsFhZN9eG FsehED3TtiukAuqZFMAYTHse6pSFKbdBv/D91Fvs=
From: janaiyengar <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+0166e4ab4e83dc038ee61e2fde484355e5e25b9291bbf6da92cf000000011847b63392a169ce17707fcb@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/pull/2235/c451605218@github.com>
In-Reply-To: <quicwg/base-drafts/pull/2235@github.com>
References: <quicwg/base-drafts/pull/2235@github.com>
Subject: Re: [quicwg/base-drafts] Make HTTP frames a TLV format. This has several advantages: (#2235)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5c2ff43377c01_258f3f9b5b6d45bc1046ea"; 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/0RBZgd7jsiWUCVv9S0hhTsdJn0c>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
List-Id: Notification list for GitHub issues related to the QUIC WG <quic-issues.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=unsubscribe>
List-Archive: <https://mailarchive.ietf.org/arch/browse/quic-issues/>
List-Post: <mailto:quic-issues@ietf.org>
List-Help: <mailto:quic-issues-request@ietf.org?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, 05 Jan 2019 00:03:02 -0000

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

@dtikhonov, @LPardue: Urgh, yes, sorry, I was not thinking straight. I was incorrect.

LTV or TLV, I don't have a strong preference either 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/2235#issuecomment-451605218
----==_mimepart_5c2ff43377c01_258f3f9b5b6d45bc1046ea
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=4528576" data-octo-click="hovercard-link-click" data-octo-dimensions="link_type:self" href="https://github.com/dtikhonov">@dtikhonov</a>, <a class="user-mention" data-hovercard-type="user" data-hovercard-url="/hovercards?user_id=6571445" data-octo-click="hovercard-link-click" data-octo-dimensions="link_type:self" href="https://github.com/LPardue">@LPardue</a>: Urgh, yes, sorry, I was not thinking straight. I was incorrect.</p>
<p>LTV or TLV, I don't have a strong preference either 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/2235#issuecomment-451605218">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AWbkq2IRqRwyU4UzpF7flOgkHcbFtC0Gks5u_-uzgaJpZM4ZdEz2">mute the thread</a>.<img src="https://github.com/notifications/beacon/AWbkq63CelTeDoERw33Q5uV6HGspFaROks5u_-uzgaJpZM4ZdEz2.gif" height="1" width="1" alt="" /></p>
<script type="application/json" data-scope="inboxmarkup">{"api_version":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name":"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"https://github.githubassets.com/images/email/message_cards/header.png","avatar_image_url":"https://github.githubassets.com/images/email/message_cards/avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/quicwg/base-drafts"}},"updates":{"snippets":[{"icon":"PERSON","message":"@janaiyengar in #2235: @dtikhonov, @LPardue: Urgh, yes, sorry, I was not thinking straight. I was incorrect.\r\n\r\nLTV or TLV, I don't have a strong preference either way."}],"action":{"name":"View Pull Request","url":"https://github.com/quicwg/base-drafts/pull/2235#issuecomment-451605218"}}}</script>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/pull/2235#issuecomment-451605218",
"url": "https://github.com/quicwg/base-drafts/pull/2235#issuecomment-451605218",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>
----==_mimepart_5c2ff43377c01_258f3f9b5b6d45bc1046ea--


From nobody Fri Jan  4 16: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 65ED2130EAF for <quic-issues@ietfa.amsl.com>; Fri,  4 Jan 2019 16:05:45 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -6.519
X-Spam-Level: 
X-Spam-Status: No, score=-6.519 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIMWL_WL_HIGH=-0.065, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, HTML_IMAGE_ONLY_20=1.546, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-1, RCVD_IN_DNSWL_HI=-5, SPF_PASS=-0.001] autolearn=ham autolearn_force=no
Authentication-Results: ietfa.amsl.com (amavisd-new); dkim=pass (1024-bit key) header.d=github.com
Received: from mail.ietf.org ([4.31.198.44]) by localhost (ietfa.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id i3DAES6RqLfq for <quic-issues@ietfa.amsl.com>; Fri,  4 Jan 2019 16:05:44 -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 0006E130DE3 for <quic-issues@ietf.org>; Fri,  4 Jan 2019 16:05:43 -0800 (PST)
Date: Fri, 04 Jan 2019 16:05:43 -0800
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1546646743; bh=qSbRmzmuDg3LzV8ifk6Md8BfUwFNN1JwcZgHIxF0bGc=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=iPmdk+oe83bHBcwsmxFn4QRYZWoIUV23ULrh5xVy+22ILOXXKCZFl+UywT0uWKPzI 6DKpp+1Sur+hhLmY/6PXSLsWpLyCuGBLRnRnQ6CFsVnrMTuzO+zgljgrGbOwEHZr4m miZOSfBEUjkEFlGQnQ7ooWjtfbnqgdWGF52LtYXA=
From: janaiyengar <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+0166e4abdd3e5cc0c24397208424c209f9b8dc389532908092cf000000011847b6d792a169ce178cf63b@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/issues/2282/451605615@github.com>
In-Reply-To: <quicwg/base-drafts/issues/2282@github.com>
References: <quicwg/base-drafts/issues/2282@github.com>
Subject: Re: [quicwg/base-drafts] What the maximum of TransportParameters.max_ack_delay? (#2282)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5c2ff4d715e48_3db23faf2b4d45bc6807c"; 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/S7Xfgs2SepFxruS1-NwMU1Cz0Rw>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
List-Id: Notification list for GitHub issues related to the QUIC WG <quic-issues.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=unsubscribe>
List-Archive: <https://mailarchive.ietf.org/arch/browse/quic-issues/>
List-Post: <mailto:quic-issues@ietf.org>
List-Help: <mailto:quic-issues-request@ietf.org?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, 05 Jan 2019 00:05:45 -0000

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

Do they take > 16 seconds to wake 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/2282#issuecomment-451605615
----==_mimepart_5c2ff4d715e48_3db23faf2b4d45bc6807c
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

<p>Do they take &gt; 16 seconds to wake 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/2282#issuecomment-451605615">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AWbkq64YDhG0QQ2gvxHhmVNfh9mDe4-wks5u_-xXgaJpZM4ZmCfD">mute the thread</a>.<img src="https://github.com/notifications/beacon/AWbkq7G6dBijAAD9Uj0A0mi8WM1zXQIBks5u_-xXgaJpZM4ZmCfD.gif" height="1" width="1" alt="" /></p>
<script type="application/json" data-scope="inboxmarkup">{"api_version":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name":"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"https://github.githubassets.com/images/email/message_cards/header.png","avatar_image_url":"https://github.githubassets.com/images/email/message_cards/avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/quicwg/base-drafts"}},"updates":{"snippets":[{"icon":"PERSON","message":"@janaiyengar in #2282: Do they take \u003e 16 seconds to wake up?"}],"action":{"name":"View Issue","url":"https://github.com/quicwg/base-drafts/issues/2282#issuecomment-451605615"}}}</script>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/issues/2282#issuecomment-451605615",
"url": "https://github.com/quicwg/base-drafts/issues/2282#issuecomment-451605615",
"name": "View Issue"
},
"description": "View this Issue on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>
----==_mimepart_5c2ff4d715e48_3db23faf2b4d45bc6807c--


From nobody Fri Jan  4 16:08:13 2019
Return-Path: <bounce+565321.40f-quic-issues=ietf.org@github.com>
X-Original-To: quic-issues@ietfa.amsl.com
Delivered-To: quic-issues@ietfa.amsl.com
Received: from localhost (localhost [127.0.0.1]) by ietfa.amsl.com (Postfix) with ESMTP id 75405130EC0 for <quic-issues@ietfa.amsl.com>; Fri,  4 Jan 2019 16:08:10 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -0.997
X-Spam-Level: 
X-Spam-Status: No, score=-0.997 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIM_ADSP_CUSTOM_MED=0.001, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, FREEMAIL_FORGED_FROMDOMAIN=0.001, FREEMAIL_FROM=0.001, HEADER_FROM_DIFFERENT_DOMAINS=0.001, NML_ADSP_CUSTOM_MED=0.9, RCVD_IN_DNSWL_NONE=-0.0001, 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 xtEXOhYGssrd for <quic-issues@ietfa.amsl.com>; Fri,  4 Jan 2019 16:08:09 -0800 (PST)
Received: from m69-170.mailgun.net (m69-170.mailgun.net [166.78.69.170]) (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 0955112F1AB for <quic-issues@ietf.org>; Fri,  4 Jan 2019 16:08:08 -0800 (PST)
DKIM-Signature: a=rsa-sha256; v=1; c=relaxed/relaxed; d=github.com; q=dns/txt;  s=mailo; t=1546646888; h=Content-Transfer-Encoding: Content-Type: Mime-Version: Subject: Message-ID: To: Reply-To: From: Date: Sender; bh=ooWxronHuYbTGfOMXQKejYihmq46IyajiVF9Kc5um4I=; b=LpdzRs9kS6kDT4kquhcgmUOCWQQGMKRYeonUPRZch+pHgqacI2/wJ7KlOAt0bxRTcRDe4rDJ u2I70NX/0nilKmwgUEYT3jQHx8pV1V3aLxQFeJcjzJIV10algtt8L0xh3S/plauJz5gb8CSD lKDscRHbflvw8Eak6ZqxzR4FE8g=
X-Mailgun-Sending-Ip: 166.78.69.170
X-Mailgun-Sid: WyJhNzYyYiIsICJxdWljLWlzc3Vlc0BpZXRmLm9yZyIsICI0MGYiXQ==
Sender: jri.ietf=gmail.com@github.com
Received: from github.com (Unknown [192.30.252.37]) by mxa.mailgun.org with ESMTP id 5c2ff567.7f65c0541120-smtp-out-n02; Sat, 05 Jan 2019 00:08:07 -0000 (UTC)
Date: Fri, 04 Jan 2019 16:08:06 -0800
From: janaiyengar <jri.ietf@gmail.com>
Reply-To: janaiyengar <jri.ietf@gmail.com>
To: quic-issues@ietf.org
Message-ID: <5c2ff56665c76_58b02b16f1162578854c6@hookshot-fe-2cc8887.cp1-iad.github.net.mail>
Subject: [quicwg/base-drafts] ff9077: Update draft-ietf-quic-recovery.md
Mime-Version: 1.0
Content-Type: multipart/mixed; boundary="--==_mimepart_5c2ff5666587e_58b02b16f11625788534c"; charset=UTF-8
Content-Transfer-Encoding: 7bit
Archived-At: <https://mailarchive.ietf.org/arch/msg/quic-issues/-2Gy9-hTyR9euYS0ci15CLp7x4M>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
Precedence: list
List-Id: Notification list for GitHub issues related to the QUIC WG <quic-issues.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=unsubscribe>
List-Archive: <https://mailarchive.ietf.org/arch/browse/quic-issues/>
List-Post: <mailto:quic-issues@ietf.org>
List-Help: <mailto:quic-issues-request@ietf.org?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, 05 Jan 2019 00:08:11 -0000

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

  Branch: refs/heads/ianswett-consecutive-pto
  Home:   https://github.com/quicwg/base-drafts
  Commit: ff9077195207075592b5dc5262efa39f2dfa3ae9
      https://github.com/quicwg/base-drafts/commit/ff9077195207075592b5dc5262efa39f2dfa3ae9
  Author: janaiyengar <jri.ietf@gmail.com>
  Date:   2019-01-04 (Fri, 04 Jan 2019)

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

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



      **NOTE:** This service has been marked for deprecation: https://developer.github.com/changes/2018-04-25-github-services-deprecation/

      Functionality will be removed from GitHub.com on January 31st, 2019.

----==_mimepart_5c2ff5666587e_58b02b16f11625788534c--


From nobody Fri Jan  4 16:08: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 A732E12F1AB for <quic-issues@ietfa.amsl.com>; Fri,  4 Jan 2019 16:08:11 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -6.447
X-Spam-Level: 
X-Spam-Status: No, score=-6.447 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIMWL_WL_HIGH=-0.065, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, HTML_IMAGE_ONLY_24=1.618, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-1, RCVD_IN_DNSWL_HI=-5, SPF_PASS=-0.001] autolearn=ham autolearn_force=no
Authentication-Results: ietfa.amsl.com (amavisd-new); dkim=pass (1024-bit key) header.d=github.com
Received: from mail.ietf.org ([4.31.198.44]) by localhost (ietfa.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id Ei1iXovj4nFu for <quic-issues@ietfa.amsl.com>; Fri,  4 Jan 2019 16:08: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 E0718130EB5 for <quic-issues@ietf.org>; Fri,  4 Jan 2019 16:08:09 -0800 (PST)
Date: Fri, 04 Jan 2019 16:08:08 -0800
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1546646888; bh=XqT4JlvSorA5C1iGLoPHRyt4aeIAJa0WJAW/TPBHMkU=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=D4ScsVVIpyvHbUXrTQYQbPyO7nfpCUzerIPbuzmB7ziX1EbcKVrtiNjljqNqAhmhw KEN0ZfNTqJmPGGKVIOrLMWl7a6THmkMSd005nabwEZ+64r3hNmq4m2JrZKE8wqcvD8 DU9zmDh6YQ6gbHQVL8Hs38g2XwR8/Npz3gkV/W04=
From: janaiyengar <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/2293/push/3182790036@github.com>
In-Reply-To: <quicwg/base-drafts/pull/2293@github.com>
References: <quicwg/base-drafts/pull/2293@github.com>
Subject: Re: [quicwg/base-drafts] Follow-up on PTO wording (#2293)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5c2ff568f1723_40bf3fd378ad45b8113223"; 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/kl9VvPTA1u11UGJSg8uYpOoSP20>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
List-Id: Notification list for GitHub issues related to the QUIC WG <quic-issues.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=unsubscribe>
List-Archive: <https://mailarchive.ietf.org/arch/browse/quic-issues/>
List-Post: <mailto:quic-issues@ietf.org>
List-Help: <mailto:quic-issues-request@ietf.org?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, 05 Jan 2019 00:08:12 -0000

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

@janaiyengar pushed 1 commit.

ff9077195207075592b5dc5262efa39f2dfa3ae9  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/2293/files/7b0a30f51a0077962e4acbb3c2b8276dcf536f43..ff9077195207075592b5dc5262efa39f2dfa3ae9

----==_mimepart_5c2ff568f1723_40bf3fd378ad45b8113223
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/ff9077195207075592b5dc5262efa39f2dfa3ae9">ff90771</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/2293/files/7b0a30f51a0077962e4acbb3c2b8276dcf536f43..ff9077195207075592b5dc5262efa39f2dfa3ae9">View it on GitHub</a> or <a href="https://github.com/notifications/unsubscribe-auth/AWbkq4aU1-4L0pMzLZM1WuTni5WhD328ks5u_-zogaJpZM4ZpT_Q">mute the thread</a>.<img src="https://github.com/notifications/beacon/AWbkq7TFN9opvTnZ7Ugy61e8h4kUwzRqks5u_-zogaJpZM4ZpT_Q.gif" height="1" width="1" alt="" /></p>
<script type="application/json" data-scope="inboxmarkup">{"api_version":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name":"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"https://github.githubassets.com/images/email/message_cards/header.png","avatar_image_url":"https://github.githubassets.com/images/email/message_cards/avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/quicwg/base-drafts"}},"updates":{"snippets":[{"icon":"PERSON","message":"@janaiyengar pushed 1 commit in #2293"}],"action":{"name":"View Pull Request","url":"https://github.com/quicwg/base-drafts/pull/2293/files/7b0a30f51a0077962e4acbb3c2b8276dcf536f43..ff9077195207075592b5dc5262efa39f2dfa3ae9"}}}</script>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/pull/2293/files/7b0a30f51a0077962e4acbb3c2b8276dcf536f43..ff9077195207075592b5dc5262efa39f2dfa3ae9",
"url": "https://github.com/quicwg/base-drafts/pull/2293/files/7b0a30f51a0077962e4acbb3c2b8276dcf536f43..ff9077195207075592b5dc5262efa39f2dfa3ae9",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>

----==_mimepart_5c2ff568f1723_40bf3fd378ad45b8113223--


From nobody Fri Jan  4 16:11:15 2019
Return-Path: <bounce+565321.40f-quic-issues=ietf.org@github.com>
X-Original-To: quic-issues@ietfa.amsl.com
Delivered-To: quic-issues@ietfa.amsl.com
Received: from localhost (localhost [127.0.0.1]) by ietfa.amsl.com (Postfix) with ESMTP id DA7C0130E88 for <quic-issues@ietfa.amsl.com>; Fri,  4 Jan 2019 16:11:12 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -0.997
X-Spam-Level: 
X-Spam-Status: No, score=-0.997 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIM_ADSP_CUSTOM_MED=0.001, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, FREEMAIL_FORGED_FROMDOMAIN=0.001, FREEMAIL_FROM=0.001, HEADER_FROM_DIFFERENT_DOMAINS=0.001, NML_ADSP_CUSTOM_MED=0.9, RCVD_IN_DNSWL_NONE=-0.0001, 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 iWr46YHmYVuY for <quic-issues@ietfa.amsl.com>; Fri,  4 Jan 2019 16:11:11 -0800 (PST)
Received: from m69-169.mailgun.net (m69-169.mailgun.net [166.78.69.169]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id 8C779130DE3 for <quic-issues@ietf.org>; Fri,  4 Jan 2019 16:11:11 -0800 (PST)
DKIM-Signature: a=rsa-sha256; v=1; c=relaxed/relaxed; d=github.com; q=dns/txt;  s=mailo; t=1546647070; h=Content-Transfer-Encoding: Content-Type: Mime-Version: Subject: Message-ID: To: Reply-To: From: Date: Sender; bh=Zv02epP2i9kr2+lcQs8kNCaOkvkSyDHT+jHo5kY12Ag=; b=eCVWAwOrsRKY+LnZNVTGLCAMoQEyWLBb3Uhc5/N2P9FA9g6BkMNUId94zQkXuGrC4cpdjXiC Wa5TKnIDhDzMkHNFrzkcjcJMEPPSmr6OR1L/jBAW+cdWx4Y41eDkWDh0oAG8ReTRUpslDrwT fZNKkOuA61G7gq0MvgRKpFbTsKM=
X-Mailgun-Sending-Ip: 166.78.69.169
X-Mailgun-Sid: WyJhNzYyYiIsICJxdWljLWlzc3Vlc0BpZXRmLm9yZyIsICI0MGYiXQ==
Sender: jri.ietf=gmail.com@github.com
Received: from github.com (Unknown [192.30.252.37]) by mxa.mailgun.org with ESMTP id 5c2ff61e.7f51a2e75540-smtp-out-n02; Sat, 05 Jan 2019 00:11:10 -0000 (UTC)
Date: Fri, 04 Jan 2019 16:11:09 -0800
From: janaiyengar <jri.ietf@gmail.com>
Reply-To: janaiyengar <jri.ietf@gmail.com>
To: quic-issues@ietf.org
Message-ID: <5c2ff61d82e33_5d992aec744185948682c@hookshot-fe-2cc8887.cp1-iad.github.net.mail>
Subject: [quicwg/base-drafts] 7b0a30: Follow-up on PTO wording
Mime-Version: 1.0
Content-Type: multipart/mixed; boundary="--==_mimepart_5c2ff61d82856_5d992aec7441859486779"; charset=UTF-8
Content-Transfer-Encoding: 7bit
Archived-At: <https://mailarchive.ietf.org/arch/msg/quic-issues/xCzMW8dkWh8JI-IQVBGuHkxMwy4>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
Precedence: list
List-Id: Notification list for GitHub issues related to the QUIC WG <quic-issues.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=unsubscribe>
List-Archive: <https://mailarchive.ietf.org/arch/browse/quic-issues/>
List-Post: <mailto:quic-issues@ietf.org>
List-Help: <mailto:quic-issues-request@ietf.org?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, 05 Jan 2019 00:11:13 -0000

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

  Branch: refs/heads/master
  Home:   https://github.com/quicwg/base-drafts
  Commit: 7b0a30f51a0077962e4acbb3c2b8276dcf536f43
      https://github.com/quicwg/base-drafts/commit/7b0a30f51a0077962e4acbb3c2b8276dcf536f43
  Author: ianswett <ianswett@users.noreply.github.com>
  Date:   2019-01-04 (Fri, 04 Jan 2019)

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

  Log Message:
  -----------
  Follow-up on PTO wording

Follow-up from #2244


  Commit: ff9077195207075592b5dc5262efa39f2dfa3ae9
      https://github.com/quicwg/base-drafts/commit/ff9077195207075592b5dc5262efa39f2dfa3ae9
  Author: janaiyengar <jri.ietf@gmail.com>
  Date:   2019-01-04 (Fri, 04 Jan 2019)

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

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


  Commit: 5befb737e3950115a379644e35f63e98af6f72eb
      https://github.com/quicwg/base-drafts/commit/5befb737e3950115a379644e35f63e98af6f72eb
  Author: janaiyengar <jri.ietf@gmail.com>
  Date:   2019-01-04 (Fri, 04 Jan 2019)

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

  Log Message:
  -----------
  Merge pull request #2293 from quicwg/ianswett-consecutive-pto

Follow-up on PTO wording


Compare: https://github.com/quicwg/base-drafts/compare/6771edd1073d...5befb737e395
      **NOTE:** This service has been marked for deprecation: https://developer.github.com/changes/2018-04-25-github-services-deprecation/

      Functionality will be removed from GitHub.com on January 31st, 2019.

----==_mimepart_5c2ff61d82856_5d992aec7441859486779--


From nobody Fri Jan  4 16:11: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 40900130EDA for <quic-issues@ietfa.amsl.com>; Fri,  4 Jan 2019 16:11:15 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -6.447
X-Spam-Level: 
X-Spam-Status: No, score=-6.447 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIMWL_WL_HIGH=-0.065, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, HTML_IMAGE_ONLY_24=1.618, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-1, RCVD_IN_DNSWL_HI=-5, SPF_PASS=-0.001] autolearn=ham autolearn_force=no
Authentication-Results: ietfa.amsl.com (amavisd-new); dkim=pass (1024-bit key) header.d=github.com
Received: 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-XCM55ZwMaf for <quic-issues@ietfa.amsl.com>; Fri,  4 Jan 2019 16:11:13 -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 9DC4E130DE3 for <quic-issues@ietf.org>; Fri,  4 Jan 2019 16:11:13 -0800 (PST)
Date: Fri, 04 Jan 2019 16:11:12 -0800
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1546647072; bh=fRUGcHZEhEwXLf8FjOS5/aU/iiQdNrrPBDXrus/S8ew=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=xSQVe22fQtSfPmzHReA6LWMQuTr31tNCQXjYBcZ2lKhhjVMk8evtKlk94DB5NsBYr 3Vqmfnt3QzuFree/3FARRHR5NH+/ZK3fuGTh3EYtsv79NMKeQRDoRyE1M/Qwdzhsos HKBqeY68qAUCeEl4qJoR6fjYU2QWUejLf7jLY/VA=
From: janaiyengar <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+0166e4abf78e0a23e6a8dc104392de7d03d4f3e3997507a692cf000000011847b82092a169ce17981f7a@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/pull/2293/issue_event/2055615328@github.com>
In-Reply-To: <quicwg/base-drafts/pull/2293@github.com>
References: <quicwg/base-drafts/pull/2293@github.com>
Subject: Re: [quicwg/base-drafts] Follow-up on PTO wording (#2293)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5c2ff62063d96_9703fc1bc6d45bc846b8"; 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/mj1z9SgBw3CMbv76tTtHYgirZEI>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
List-Id: Notification list for GitHub issues related to the QUIC WG <quic-issues.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=unsubscribe>
List-Archive: <https://mailarchive.ietf.org/arch/browse/quic-issues/>
List-Post: <mailto:quic-issues@ietf.org>
List-Help: <mailto:quic-issues-request@ietf.org?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, 05 Jan 2019 00:11:16 -0000

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

Merged #2293 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/2293#event-2055615328
----==_mimepart_5c2ff62063d96_9703fc1bc6d45bc846b8
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="395845498" data-permission-text="Issue title is private" data-url="https://github.com/quicwg/base-drafts/issues/2293" data-hovercard-type="pull_request" data-hovercard-url="/quicwg/base-drafts/pull/2293/hovercard" href="https://github.com/quicwg/base-drafts/pull/2293">#2293</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/2293#event-2055615328">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AWbkq7xJqAuz8WU5MSEXzXmiXZybrAw_ks5u_-2ggaJpZM4ZpT_Q">mute the thread</a>.<img src="https://github.com/notifications/beacon/AWbkq1g1IUxOj_BEA6Yd1UXutkPhzi4vks5u_-2ggaJpZM4ZpT_Q.gif" height="1" width="1" alt="" /></p>
<script type="application/json" data-scope="inboxmarkup">{"api_version":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name":"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"https://github.githubassets.com/images/email/message_cards/header.png","avatar_image_url":"https://github.githubassets.com/images/email/message_cards/avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/quicwg/base-drafts"}},"updates":{"snippets":[{"icon":"DESCRIPTION","message":"Merged #2293 into master."}],"action":{"name":"View Pull Request","url":"https://github.com/quicwg/base-drafts/pull/2293#event-2055615328"}}}</script>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/pull/2293#event-2055615328",
"url": "https://github.com/quicwg/base-drafts/pull/2293#event-2055615328",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>
----==_mimepart_5c2ff62063d96_9703fc1bc6d45bc846b8--


From nobody Fri Jan  4 16:42: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 61D9C12D4E7 for <quic-issues@ietfa.amsl.com>; Fri,  4 Jan 2019 16:42:27 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -6.519
X-Spam-Level: 
X-Spam-Status: No, score=-6.519 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIMWL_WL_HIGH=-0.065, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, HTML_IMAGE_ONLY_20=1.546, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-1, RCVD_IN_DNSWL_HI=-5, SPF_PASS=-0.001] autolearn=ham autolearn_force=no
Authentication-Results: ietfa.amsl.com (amavisd-new); dkim=pass (1024-bit key) header.d=github.com
Received: from mail.ietf.org ([4.31.198.44]) by localhost (ietfa.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id LU6-flmNUzeo for <quic-issues@ietfa.amsl.com>; Fri,  4 Jan 2019 16:42: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 C87CE1292F1 for <quic-issues@ietf.org>; Fri,  4 Jan 2019 16:42:25 -0800 (PST)
Date: Fri, 04 Jan 2019 16:42:24 -0800
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1546648944; bh=WAHfbmKICgo8uLiFSRGphVADPdWOZDuvE20j9qINe8g=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=pV5ir56gWDqH7cVw+mxLAXbwGeHCNllvtn6CeJW1Niu6qKXGFpl4OQvqNfVvOSs80 g+xHVdsAxJDY9aCK2ZhkH1+A9e+CbEukvDbEo9OEVJGWSOEz+qM7RoboCHJqgq5huv JCSCF5Kzh5HyW9zMCjJa2lTPjAHgCJ1Jy+Vcpssk=
From: janaiyengar <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+0166e4ab8f00e6b6da8fa9bb4ecf6a038e9643aafd8783d392cf000000011847bf7092a169ce177071b8@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/issues/2228/451610660@github.com>
In-Reply-To: <quicwg/base-drafts/issues/2228@github.com>
References: <quicwg/base-drafts/issues/2228@github.com>
Subject: Re: [quicwg/base-drafts] How do I generate an RST? (#2228)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5c2ffd7073c68_3da23fe39dcd45b8569b3"; 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/GP-G8vGWADMtCfTMrL2lWZ89Fsw>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
List-Id: Notification list for GitHub issues related to the QUIC WG <quic-issues.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=unsubscribe>
List-Archive: <https://mailarchive.ietf.org/arch/browse/quic-issues/>
List-Post: <mailto:quic-issues@ietf.org>
List-Help: <mailto:quic-issues-request@ietf.org?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, 05 Jan 2019 00:42:28 -0000

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

Perhaps the text should be "SHOULD", and if the platform doesn't allow it, to "close 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/2228#issuecomment-451610660
----==_mimepart_5c2ffd7073c68_3da23fe39dcd45b8569b3
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

<p>Perhaps the text should be "SHOULD", and if the platform doesn't allow it, to "close 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/2228#issuecomment-451610660">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AWbkq8ZyvoiAa4_FLxDKt_HgqeXGGm-Aks5u__TwgaJpZM4ZdD1t">mute the thread</a>.<img src="https://github.com/notifications/beacon/AWbkq-kysvYZwsQNNDmcvkYNzCwn33Biks5u__TwgaJpZM4ZdD1t.gif" height="1" width="1" alt="" /></p>
<script type="application/json" data-scope="inboxmarkup">{"api_version":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name":"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"https://github.githubassets.com/images/email/message_cards/header.png","avatar_image_url":"https://github.githubassets.com/images/email/message_cards/avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/quicwg/base-drafts"}},"updates":{"snippets":[{"icon":"PERSON","message":"@janaiyengar in #2228: Perhaps the text should be \"SHOULD\", and if the platform doesn't allow it, to \"close the connection\"."}],"action":{"name":"View Issue","url":"https://github.com/quicwg/base-drafts/issues/2228#issuecomment-451610660"}}}</script>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/issues/2228#issuecomment-451610660",
"url": "https://github.com/quicwg/base-drafts/issues/2228#issuecomment-451610660",
"name": "View Issue"
},
"description": "View this Issue on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>
----==_mimepart_5c2ffd7073c68_3da23fe39dcd45b8569b3--


From nobody Fri Jan  4 16:51: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 7F1FB12D4E7 for <quic-issues@ietfa.amsl.com>; Fri,  4 Jan 2019 16:51:54 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -6.447
X-Spam-Level: 
X-Spam-Status: No, score=-6.447 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIMWL_WL_HIGH=-0.065, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, HTML_IMAGE_ONLY_24=1.618, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-1, RCVD_IN_DNSWL_HI=-5, SPF_PASS=-0.001] autolearn=ham autolearn_force=no
Authentication-Results: ietfa.amsl.com (amavisd-new); dkim=pass (1024-bit key) header.d=github.com
Received: from mail.ietf.org ([4.31.198.44]) by localhost (ietfa.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id y2PGBVwU--1l for <quic-issues@ietfa.amsl.com>; Fri,  4 Jan 2019 16:51: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 14D151292F1 for <quic-issues@ietf.org>; Fri,  4 Jan 2019 16:51:53 -0800 (PST)
Date: Fri, 04 Jan 2019 16:51:52 -0800
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1546649512; bh=1Mz1yPWBP+Jrm1CQM+CaA8X/i1QAE8XlAKDLFctA6Q0=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=HMHM5anc5LUKNDKQjYwC07YsuELSRDeBEpyM+r3nb+XoaepeQR0sEZ/CyMwfo3OYV qxL0YYja4nwoZZyq+coIdft1TEkmQCTEVnGxsDinqB2UMWsDlwfxqZ1aiG0tYFo06E BFfeHJqk/Ztfr5mPe32EPjF3o2h556ZqpoxXsiXE=
From: ianswett <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+0166e4ab0de4329a62cc7c5da3e7957d2305aca3f39fb5ab92cf000000011847c1a892a169ce178cf63b@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/issues/2282/451611687@github.com>
In-Reply-To: <quicwg/base-drafts/issues/2282@github.com>
References: <quicwg/base-drafts/issues/2282@github.com>
Subject: Re: [quicwg/base-drafts] What the maximum of TransportParameters.max_ack_delay? (#2282)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5c2fffa8201ae_13e63fd46c0d45b41212d8"; 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/U9GbHhNMGgqq8Q2ujiRzrHIXmpo>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
List-Id: Notification list for GitHub issues related to the QUIC WG <quic-issues.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=unsubscribe>
List-Archive: <https://mailarchive.ietf.org/arch/browse/quic-issues/>
List-Post: <mailto:quic-issues@ietf.org>
List-Help: <mailto:quic-issues-request@ietf.org?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, 05 Jan 2019 00:51:55 -0000

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

Equally importantly, would they ever want to indicate a 16 second ack delay, given the latency implications in the current recovery algorithms?

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

<p>Equally importantly, would they ever want to indicate a 16 second ack delay, given the latency implications in the current recovery algorithms?</p>

<p style="font-size:small;-webkit-text-size-adjust:none;color:#666;">&mdash;<br />You are receiving this because you are subscribed to this thread.<br />Reply to this email directly, <a href="https://github.com/quicwg/base-drafts/issues/2282#issuecomment-451611687">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AWbkq0j9trR-gsK_Fn19GBsnkM5Shzs_ks5u__cogaJpZM4ZmCfD">mute the thread</a>.<img src="https://github.com/notifications/beacon/AWbkq4Ot-4yZQwvb7mPCxBZx_ZIYwT3Fks5u__cogaJpZM4ZmCfD.gif" height="1" width="1" alt="" /></p>
<script type="application/json" data-scope="inboxmarkup">{"api_version":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name":"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"https://github.githubassets.com/images/email/message_cards/header.png","avatar_image_url":"https://github.githubassets.com/images/email/message_cards/avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/quicwg/base-drafts"}},"updates":{"snippets":[{"icon":"PERSON","message":"@ianswett in #2282: Equally importantly, would they ever want to indicate a 16 second ack delay, given the latency implications in the current recovery algorithms?"}],"action":{"name":"View Issue","url":"https://github.com/quicwg/base-drafts/issues/2282#issuecomment-451611687"}}}</script>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/issues/2282#issuecomment-451611687",
"url": "https://github.com/quicwg/base-drafts/issues/2282#issuecomment-451611687",
"name": "View Issue"
},
"description": "View this Issue on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>
----==_mimepart_5c2fffa8201ae_13e63fd46c0d45b41212d8--


From nobody Fri Jan  4 17:21: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 E508E129A87 for <quic-issues@ietfa.amsl.com>; Fri,  4 Jan 2019 17:21:45 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -8.065
X-Spam-Level: 
X-Spam-Status: No, score=-8.065 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIMWL_WL_HIGH=-0.065, 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_PASS=-0.001] autolearn=ham autolearn_force=no
Authentication-Results: ietfa.amsl.com (amavisd-new); dkim=pass (1024-bit key) header.d=github.com
Received: from mail.ietf.org ([4.31.198.44]) by localhost (ietfa.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id Xr3GlMqWIBjA for <quic-issues@ietfa.amsl.com>; Fri,  4 Jan 2019 17:21: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 5DFD1127133 for <quic-issues@ietf.org>; Fri,  4 Jan 2019 17:21:42 -0800 (PST)
Date: Fri, 04 Jan 2019 17:21:41 -0800
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1546651301; bh=6m4HiEWF8xp9b7cQ8mnjjSFxdu4x1uWDkTUitdVFMAA=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=CfqxFyTUmzmK8UUmB1Iy1VD00fRCs5raVRWDVInbVS31Wp/ovGSyO6fjvHg+2pGW7 IlYXosb2o5X8CFVwDn3j7LWnZQ/gwC7n5ymuk0K//AvhtzWTBo6tkigvttcuBT9J92 zCEwAb0uHCTIDLnCEMct1phOXDYNHwJ5ESkcihU4=
From: janaiyengar <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+0166e4ab7f1eb78b44c09f681ea14b94594d6df5530e275492cf000000011847c8a592a169ce17565ed9@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/pull/2197/review/189574193@github.com>
In-Reply-To: <quicwg/base-drafts/pull/2197@github.com>
References: <quicwg/base-drafts/pull/2197@github.com>
Subject: Re: [quicwg/base-drafts] Reorganize ACK section (#2197)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5c3006a5675c5_26ea3f99300d45b83757e"; 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/K1uyjaBR3hDOeigoTEPWyC1C9nU>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
List-Id: Notification list for GitHub issues related to the QUIC WG <quic-issues.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=unsubscribe>
List-Archive: <https://mailarchive.ietf.org/arch/browse/quic-issues/>
List-Post: <mailto:quic-issues@ietf.org>
List-Help: <mailto:quic-issues-request@ietf.org?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, 05 Jan 2019 01:21:46 -0000

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

janaiyengar commented on this pull request.

Looks good, a few comments, mostly minor. One note: ACK Ranges and ECN Counters are not fields, they are composed of fields. I would refrain from calling them fields.

> @@ -2841,23 +2841,24 @@ needing acknowledgement are received.  The sender can use the receiver's
 Strategies and implications of the frequency of generating acknowledgments are
 discussed in more detail in {{QUIC-RECOVERY}}.
 
-To limit ACK Blocks to those that have not yet been received by the sender, the
-receiver SHOULD track which ACK frames have been acknowledged by its peer.  Once
-an ACK frame has been acknowledged, the packets it acknowledges SHOULD NOT be
-acknowledged again.
+To limit the ranges of acknowledged packet numbers to those that have not yet
+been received by the sender, the receiver SHOULD track which ACK frames have
+been acknowledged by its peer.  Once an ACK frame has been acknowledged, the
+packets it acknowledges SHOULD NOT be acknowledged again.

This is now fixed in #2245.

>  
 Because ACK frames are not sent in response to ACK-only packets, a receiver that
 is only sending ACK frames will only receive acknowledgements for its packets
 if the sender includes them in packets with non-ACK frames.  A sender SHOULD
 bundle ACK frames with other frames when possible.
 
 To limit receiver state or the size of ACK frames, a receiver MAY limit the
-number of ACK Blocks it sends.  A receiver can do this even without receiving
-acknowledgment of its ACK frames, with the knowledge this could cause the sender
-to unnecessarily retransmit some data.  Standard QUIC {{QUIC-RECOVERY}}
-algorithms declare packets lost after sufficiently newer packets are
-acknowledged.  Therefore, the receiver SHOULD repeatedly acknowledge newly
-received packets in preference to packets received in the past.
+number of ACK Range fields it sends.  A receiver can do this even without

```suggestion
number of ACK Ranges it sends.  A receiver can do this even without
```

>  
-The ACK frame uses the least significant bit (that is, type 0x03) to indicate
-ECN feedback and report receipt of QUIC packets with associated ECN codepoints
-of ECT(0), ECT(1), or CE in the packet's IP header.
+
+### ACK Ranges Section {#ack-ranges-section}

```suggestion
### ACK Ranges {#ack-ranges-section}
```

>  
-The ACK frame uses the least significant bit (that is, type 0x03) to indicate
-ECN feedback and report receipt of QUIC packets with associated ECN codepoints
-of ECT(0), ECT(1), or CE in the packet's IP header.
+
+### ACK Ranges Section {#ack-ranges-section}
+
+The ACK Range Section consists of alternating Gap and ACK Range fields in

```suggestion
The ACK Ranges consists of alternating Gap and ACK Range fields in
```

>  
-The ACK frame uses the least significant bit (that is, type 0x03) to indicate
-ECN feedback and report receipt of QUIC packets with associated ECN codepoints
-of ECT(0), ECT(1), or CE in the packet's IP header.
+
+### ACK Ranges Section {#ack-ranges-section}
+
+The ACK Range Section consists of alternating Gap and ACK Range fields in
+descending packet number order.  The First Ack Range field is followed by a
+variable number of alternating Gap and ACK Range fields.  The number of Gap and

This sentence ("The First Ack Range ...") can probably go.

>  
-The ACK frame uses the least significant bit (that is, type 0x03) to indicate
-ECN feedback and report receipt of QUIC packets with associated ECN codepoints
-of ECT(0), ECT(1), or CE in the packet's IP header.
+
+### ACK Ranges Section {#ack-ranges-section}
+
+The ACK Range Section consists of alternating Gap and ACK Range fields in
+descending packet number order.  The First Ack Range field is followed by a
+variable number of alternating Gap and ACK Range fields.  The number of Gap and
+ACK Range fields is determined by the ACK Range Count field; one of each field
+is present for each value in the ACK Range Count field.
+
+The ACK Ranges field is structured as follows:

```suggestion
ACK Ranges are structured as follows:
```

>  number of acknowledged packets that precede the largest packet number in that
-block.  A value of zero indicates that only the largest packet number is
-acknowledged.  Larger ACK Block values indicate a larger range, with
+range.  A value of zero indicates that only the largest packet number is
+acknowledged.  Larger ACK range values indicate a larger range, with

```suggestion
acknowledged.  Larger ACK Range values indicate a larger range, with
```

>  ~~~
 
-The range of packets that are acknowledged by the ACK Block include the range
-from the smallest packet number to the largest, inclusive.
+The packets that are acknowledged by the ACK Range include the range from the
+smallest packet number to the largest, inclusive.

Suggestion: "An ACK Range acknowledges all packet numbers between the smallest packet number and the largest, inclusive."

>  
-: Contains one or more blocks of packet numbers which have been successfully
-  received, see {{ack-block-section}}.
+: A variable-length integer indicating the number of contiguous packets
+  preceding the Largest Acknowledged that are being acknowledged.

I think some more text about parsing this needs to be moved up. How about adding something like: 

"The smallest value in this range is determined by the formula:
~~~
   smallest = Largest Acknowledged - First ACK Range
~~~

The First ACK range acknowledges all packet numbers between the smallest and the Largest Acknowledged, inclusive."

>  
-The largest value for the First ACK Block is determined by the Largest
-Acknowledged field; the largest for Additional ACK Blocks is determined by
-cumulatively subtracting the size of all preceding ACK Blocks and Gaps.
+The largest packet number value for the First ACK Range is determined by the
+Largest Acknowledged field; the largest value for subsequent ACK Range fields is

Remove this first part about First ACK Range. Start the sentence with: "The largest value for an ACK Range is determined by ..."

>  
 The value of the Gap field establishes the largest packet number value for the
-ACK Block that follows the gap using the following formula:
+ACK Range that follows the gap using the following formula:

```suggestion
subsequent ACK Range, using the following formula:
```

>  
 ~~~
   largest = previous_smallest - gap - 2
 ~~~
 
-If the calculated value for largest or smallest packet number for any ACK Block
+If the calculated value for largest or smallest packet number for any ACK Range

```suggestion
If any of these computed packet numbers
```

>  is negative, an endpoint MUST generate a connection error of type
 FRAME_ENCODING_ERROR indicating an error in an ACK frame.
 
-The fields in the ACK Block Section are:
-
-First ACK Block:
-
-: A variable-length integer indicating the number of contiguous packets
-  preceding the Largest Acknowledged that are being acknowledged.
+The fields that form the ACK Ranges field are:

```suggestion
The fields that form the ACK Ranges are:
```

>  is negative, an endpoint MUST generate a connection error of type
 FRAME_ENCODING_ERROR indicating an error in an ACK frame.
 
-The fields in the ACK Block Section are:
-
-First ACK Block:
-
-: A variable-length integer indicating the number of contiguous packets
-  preceding the Largest Acknowledged that are being acknowledged.
+The fields that form the ACK Ranges field are:

This should be moved above, to before the entire description of how ACK ranges are to be parsed. Probably to the top of {{ack-range-section}}.

> @@ -4310,6 +4317,8 @@ section consists of 3 ECN counters as shown below.
 +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
 ~~~
 
+The fields that form the ECN Counters field are:

```suggestion
The fields that form the ECN Counters are:
```

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/quicwg/base-drafts/pull/2197#pullrequestreview-189574193
----==_mimepart_5c3006a5675c5_26ea3f99300d45b83757e
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>Looks good, a few comments, mostly minor. One note: ACK Ranges and ECN=
 Counters are not fields, they are composed of fields. I would refrain fr=
om calling them fields.</p><hr>=0D
=0D
<p>In <a href=3D"https://github.com/quicwg/base-drafts/pull/2197#discussi=
on_r245457199">draft-ietf-quic-transport.md</a>:</p>=0D
<pre style=3D'color:#555'>&gt; @@ -2841,23 +2841,24 @@ needing acknowledg=
ement are received.  The sender can use the receiver&#39;s=0D
 Strategies and implications of the frequency of generating acknowledgmen=
ts are=0D
 discussed in more detail in {{QUIC-RECOVERY}}.=0D
 =0D
-To limit ACK Blocks to those that have not yet been received by the send=
er, the=0D
-receiver SHOULD track which ACK frames have been acknowledged by its pee=
r.  Once=0D
-an ACK frame has been acknowledged, the packets it acknowledges SHOULD N=
OT be=0D
-acknowledged again.=0D
+To limit the ranges of acknowledged packet numbers to those that have no=
t yet=0D
+been received by the sender, the receiver SHOULD track which ACK frames =
have=0D
+been acknowledged by its peer.  Once an ACK frame has been acknowledged,=
 the=0D
+packets it acknowledges SHOULD NOT be acknowledged again.=0D
</pre>=0D
<p>This is now fixed in <a class=3D"issue-link js-issue-link" data-error-=
text=3D"Failed to load issue title" data-id=3D"393602606" data-permission=
-text=3D"Issue title is private" data-url=3D"https://github.com/quicwg/ba=
se-drafts/issues/2245" data-hovercard-type=3D"pull_request" data-hovercar=
d-url=3D"/quicwg/base-drafts/pull/2245/hovercard" href=3D"https://github.=
com/quicwg/base-drafts/pull/2245">#2245</a>.</p>=0D
=0D
<hr>=0D
=0D
<p>In <a href=3D"https://github.com/quicwg/base-drafts/pull/2197#discussi=
on_r245457626">draft-ietf-quic-transport.md</a>:</p>=0D
<pre style=3D'color:#555'>&gt;  =0D
 Because ACK frames are not sent in response to ACK-only packets, a recei=
ver that=0D
 is only sending ACK frames will only receive acknowledgements for its pa=
ckets=0D
 if the sender includes them in packets with non-ACK frames.  A sender SH=
OULD=0D
 bundle ACK frames with other frames when possible.=0D
 =0D
 To limit receiver state or the size of ACK frames, a receiver MAY limit =
the=0D
-number of ACK Blocks it sends.  A receiver can do this even without rece=
iving=0D
-acknowledgment of its ACK frames, with the knowledge this could cause th=
e sender=0D
-to unnecessarily retransmit some data.  Standard QUIC {{QUIC-RECOVERY}}=0D=

-algorithms declare packets lost after sufficiently newer packets are=0D
-acknowledged.  Therefore, the receiver SHOULD repeatedly acknowledge new=
ly=0D
-received packets in preference to packets received in the past.=0D
+number of ACK Range fields it sends.  A receiver can do this even withou=
t=0D
</pre>=0D
=E2=AC=87=EF=B8=8F Suggested change=0D
<pre style=3D"color: #555">-number of ACK Range fields it sends.  A recei=
ver can do this even without=0D
+number of ACK Ranges it sends.  A receiver can do this even without=0D
</pre>=0D
=0D
=0D
<hr>=0D
=0D
<p>In <a href=3D"https://github.com/quicwg/base-drafts/pull/2197#discussi=
on_r245457868">draft-ietf-quic-transport.md</a>:</p>=0D
<pre style=3D'color:#555'>&gt;  =0D
-The ACK frame uses the least significant bit (that is, type 0x03) to ind=
icate=0D
-ECN feedback and report receipt of QUIC packets with associated ECN code=
points=0D
-of ECT(0), ECT(1), or CE in the packet&#39;s IP header.=0D
+=0D
+### ACK Ranges Section {#ack-ranges-section}=0D
</pre>=0D
=E2=AC=87=EF=B8=8F Suggested change=0D
<pre style=3D"color: #555">-### ACK Ranges Section {#ack-ranges-section}=0D=

+### ACK Ranges {#ack-ranges-section}=0D
</pre>=0D
=0D
=0D
<hr>=0D
=0D
<p>In <a href=3D"https://github.com/quicwg/base-drafts/pull/2197#discussi=
on_r245457885">draft-ietf-quic-transport.md</a>:</p>=0D
<pre style=3D'color:#555'>&gt;  =0D
-The ACK frame uses the least significant bit (that is, type 0x03) to ind=
icate=0D
-ECN feedback and report receipt of QUIC packets with associated ECN code=
points=0D
-of ECT(0), ECT(1), or CE in the packet&#39;s IP header.=0D
+=0D
+### ACK Ranges Section {#ack-ranges-section}=0D
+=0D
+The ACK Range Section consists of alternating Gap and ACK Range fields i=
n=0D
</pre>=0D
=E2=AC=87=EF=B8=8F Suggested change=0D
<pre style=3D"color: #555">-The ACK Range Section consists of alternating=
 Gap and ACK Range fields in=0D
+The ACK Ranges consists of alternating Gap and ACK Range fields in=0D
</pre>=0D
=0D
=0D
<hr>=0D
=0D
<p>In <a href=3D"https://github.com/quicwg/base-drafts/pull/2197#discussi=
on_r245457948">draft-ietf-quic-transport.md</a>:</p>=0D
<pre style=3D'color:#555'>&gt;  =0D
-The ACK frame uses the least significant bit (that is, type 0x03) to ind=
icate=0D
-ECN feedback and report receipt of QUIC packets with associated ECN code=
points=0D
-of ECT(0), ECT(1), or CE in the packet&#39;s IP header.=0D
+=0D
+### ACK Ranges Section {#ack-ranges-section}=0D
+=0D
+The ACK Range Section consists of alternating Gap and ACK Range fields i=
n=0D
+descending packet number order.  The First Ack Range field is followed b=
y a=0D
+variable number of alternating Gap and ACK Range fields.  The number of =
Gap and=0D
</pre>=0D
<p>This sentence ("The First Ack Range ...") can probably go.</p>=0D
=0D
<hr>=0D
=0D
<p>In <a href=3D"https://github.com/quicwg/base-drafts/pull/2197#discussi=
on_r245457976">draft-ietf-quic-transport.md</a>:</p>=0D
<pre style=3D'color:#555'>&gt;  =0D
-The ACK frame uses the least significant bit (that is, type 0x03) to ind=
icate=0D
-ECN feedback and report receipt of QUIC packets with associated ECN code=
points=0D
-of ECT(0), ECT(1), or CE in the packet&#39;s IP header.=0D
+=0D
+### ACK Ranges Section {#ack-ranges-section}=0D
+=0D
+The ACK Range Section consists of alternating Gap and ACK Range fields i=
n=0D
+descending packet number order.  The First Ack Range field is followed b=
y a=0D
+variable number of alternating Gap and ACK Range fields.  The number of =
Gap and=0D
+ACK Range fields is determined by the ACK Range Count field; one of each=
 field=0D
+is present for each value in the ACK Range Count field.=0D
+=0D
+The ACK Ranges field is structured as follows:=0D
</pre>=0D
=E2=AC=87=EF=B8=8F Suggested change=0D
<pre style=3D"color: #555">-The ACK Ranges field is structured as follows=
:=0D
+ACK Ranges are structured as follows:=0D
</pre>=0D
=0D
=0D
<hr>=0D
=0D
<p>In <a href=3D"https://github.com/quicwg/base-drafts/pull/2197#discussi=
on_r245458643">draft-ietf-quic-transport.md</a>:</p>=0D
<pre style=3D'color:#555'>&gt;  number of acknowledged packets that prece=
de the largest packet number in that=0D
-block.  A value of zero indicates that only the largest packet number is=
=0D
-acknowledged.  Larger ACK Block values indicate a larger range, with=0D
+range.  A value of zero indicates that only the largest packet number is=
=0D
+acknowledged.  Larger ACK range values indicate a larger range, with=0D
</pre>=0D
=E2=AC=87=EF=B8=8F Suggested change=0D
<pre style=3D"color: #555">-acknowledged.  Larger ACK range values indica=
te a larger range, with=0D
+acknowledged.  Larger ACK Range values indicate a larger range, with=0D
</pre>=0D
=0D
=0D
<hr>=0D
=0D
<p>In <a href=3D"https://github.com/quicwg/base-drafts/pull/2197#discussi=
on_r245458887">draft-ietf-quic-transport.md</a>:</p>=0D
<pre style=3D'color:#555'>&gt;  ~~~=0D
 =0D
-The range of packets that are acknowledged by the ACK Block include the =
range=0D
-from the smallest packet number to the largest, inclusive.=0D
+The packets that are acknowledged by the ACK Range include the range fro=
m the=0D
+smallest packet number to the largest, inclusive.=0D
</pre>=0D
<p>Suggestion: "An ACK Range acknowledges all packet numbers between the =
smallest packet number and the largest, inclusive."</p>=0D
=0D
<hr>=0D
=0D
<p>In <a href=3D"https://github.com/quicwg/base-drafts/pull/2197#discussi=
on_r245459547">draft-ietf-quic-transport.md</a>:</p>=0D
<pre style=3D'color:#555'>&gt;  =0D
-: Contains one or more blocks of packet numbers which have been successf=
ully=0D
-  received, see {{ack-block-section}}.=0D
+: A variable-length integer indicating the number of contiguous packets=0D=

+  preceding the Largest Acknowledged that are being acknowledged.=0D
</pre>=0D
<p>I think some more text about parsing this needs to be moved up. How ab=
out adding something like:</p>=0D
<p>"The smallest value in this range is determined by the formula:</p>=0D=

<pre><code>   smallest =3D Largest Acknowledged - First ACK Range=0D
</code></pre>=0D
<p>The First ACK range acknowledges all packet numbers between the smalle=
st and the Largest Acknowledged, inclusive."</p>=0D
=0D
<hr>=0D
=0D
<p>In <a href=3D"https://github.com/quicwg/base-drafts/pull/2197#discussi=
on_r245459625">draft-ietf-quic-transport.md</a>:</p>=0D
<pre style=3D'color:#555'>&gt;  =0D
-The largest value for the First ACK Block is determined by the Largest=0D=

-Acknowledged field; the largest for Additional ACK Blocks is determined =
by=0D
-cumulatively subtracting the size of all preceding ACK Blocks and Gaps.=0D=

+The largest packet number value for the First ACK Range is determined by=
 the=0D
+Largest Acknowledged field; the largest value for subsequent ACK Range f=
ields is=0D
</pre>=0D
<p>Remove this first part about First ACK Range. Start the sentence with:=
 "The largest value for an ACK Range is determined by ..."</p>=0D
=0D
<hr>=0D
=0D
<p>In <a href=3D"https://github.com/quicwg/base-drafts/pull/2197#discussi=
on_r245459720">draft-ietf-quic-transport.md</a>:</p>=0D
<pre style=3D'color:#555'>&gt;  =0D
 The value of the Gap field establishes the largest packet number value f=
or the=0D
-ACK Block that follows the gap using the following formula:=0D
+ACK Range that follows the gap using the following formula:=0D
</pre>=0D
=E2=AC=87=EF=B8=8F Suggested change=0D
<pre style=3D"color: #555">-ACK Range that follows the gap using the foll=
owing formula:=0D
+subsequent ACK Range, using the following formula:=0D
</pre>=0D
=0D
=0D
<hr>=0D
=0D
<p>In <a href=3D"https://github.com/quicwg/base-drafts/pull/2197#discussi=
on_r245459784">draft-ietf-quic-transport.md</a>:</p>=0D
<pre style=3D'color:#555'>&gt;  =0D
 ~~~=0D
   largest =3D previous_smallest - gap - 2=0D
 ~~~=0D
 =0D
-If the calculated value for largest or smallest packet number for any AC=
K Block=0D
+If the calculated value for largest or smallest packet number for any AC=
K Range=0D
</pre>=0D
=E2=AC=87=EF=B8=8F Suggested change=0D
<pre style=3D"color: #555">-If the calculated value for largest or smalle=
st packet number for any ACK Range=0D
+If any of these computed packet numbers=0D
</pre>=0D
=0D
=0D
<hr>=0D
=0D
<p>In <a href=3D"https://github.com/quicwg/base-drafts/pull/2197#discussi=
on_r245459898">draft-ietf-quic-transport.md</a>:</p>=0D
<pre style=3D'color:#555'>&gt;  is negative, an endpoint MUST generate a =
connection error of type=0D
 FRAME_ENCODING_ERROR indicating an error in an ACK frame.=0D
 =0D
-The fields in the ACK Block Section are:=0D
-=0D
-First ACK Block:=0D
-=0D
-: A variable-length integer indicating the number of contiguous packets=0D=

-  preceding the Largest Acknowledged that are being acknowledged.=0D
+The fields that form the ACK Ranges field are:=0D
</pre>=0D
=E2=AC=87=EF=B8=8F Suggested change=0D
<pre style=3D"color: #555">-The fields that form the ACK Ranges field are=
:=0D
+The fields that form the ACK Ranges are:=0D
</pre>=0D
=0D
=0D
<hr>=0D
=0D
<p>In <a href=3D"https://github.com/quicwg/base-drafts/pull/2197#discussi=
on_r245459935">draft-ietf-quic-transport.md</a>:</p>=0D
<pre style=3D'color:#555'>&gt;  is negative, an endpoint MUST generate a =
connection error of type=0D
 FRAME_ENCODING_ERROR indicating an error in an ACK frame.=0D
 =0D
-The fields in the ACK Block Section are:=0D
-=0D
-First ACK Block:=0D
-=0D
-: A variable-length integer indicating the number of contiguous packets=0D=

-  preceding the Largest Acknowledged that are being acknowledged.=0D
+The fields that form the ACK Ranges field are:=0D
</pre>=0D
<p>This should be moved above, to before the entire description of how AC=
K ranges are to be parsed. Probably to the top of {{ack-range-section}}.<=
/p>=0D
=0D
<hr>=0D
=0D
<p>In <a href=3D"https://github.com/quicwg/base-drafts/pull/2197#discussi=
on_r245460022">draft-ietf-quic-transport.md</a>:</p>=0D
<pre style=3D'color:#555'>&gt; @@ -4310,6 +4317,8 @@ section consists of =
3 ECN counters as shown below.=0D
 +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+=0D
 ~~~=0D
 =0D
+The fields that form the ECN Counters field are:=0D
</pre>=0D
=E2=AC=87=EF=B8=8F Suggested change=0D
<pre style=3D"color: #555">-The fields that form the ECN Counters field a=
re:=0D
+The fields that form the ECN Counters are:=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/2197#pullrequestreview-189574193">view it on GitHub</=
a>, or <a href=3D"https://github.com/notifications/unsubscribe-auth/AWbkq=
5Fm8Yo-4hFeoVUmR0H-ii9GC0ptks5u__4lgaJpZM4ZVlVL">mute the thread</a>.<img=
 src=3D"https://github.com/notifications/beacon/AWbkq4FMFqRMGTegCfb5Ftuj2=
MchZXCSks5u__4lgaJpZM4ZVlVL.gif" height=3D"1" width=3D"1" alt=3D"" /></p>=
=0D
<script type=3D"application/json" data-scope=3D"inboxmarkup">{"api_versio=
n":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name"=
:"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"=
quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"http=
s://github.githubassets.com/images/email/message_cards/header.png","avata=
r_image_url":"https://github.githubassets.com/images/email/message_cards/=
avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/q=
uicwg/base-drafts"}},"updates":{"snippets":[{"icon":"PERSON","message":"@=
janaiyengar commented on #2197"}],"action":{"name":"View Pull Request","u=
rl":"https://github.com/quicwg/base-drafts/pull/2197#pullrequestreview-18=
9574193"}}}</script>=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/2197#pullrequestrev=
iew-189574193",=0D
"url": "https://github.com/quicwg/base-drafts/pull/2197#pullrequestreview=
-189574193",=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_5c3006a5675c5_26ea3f99300d45b83757e--


From nobody Fri Jan  4 17: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 371F7129A87 for <quic-issues@ietfa.amsl.com>; Fri,  4 Jan 2019 17:22:35 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -6.447
X-Spam-Level: 
X-Spam-Status: No, score=-6.447 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIMWL_WL_HIGH=-0.065, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, HTML_IMAGE_ONLY_24=1.618, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-1, RCVD_IN_DNSWL_HI=-5, SPF_PASS=-0.001] autolearn=ham autolearn_force=no
Authentication-Results: ietfa.amsl.com (amavisd-new); dkim=pass (1024-bit key) header.d=github.com
Received: from mail.ietf.org ([4.31.198.44]) by localhost (ietfa.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id OsG0BeAiJg7x for <quic-issues@ietfa.amsl.com>; Fri,  4 Jan 2019 17:22:34 -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 C3BCA127133 for <quic-issues@ietf.org>; Fri,  4 Jan 2019 17:22:33 -0800 (PST)
Date: Fri, 04 Jan 2019 17:22:33 -0800
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1546651353; bh=KRnqjx/xgtY+2bV9rbQgch0Txh/Is7HkeXG9kuwSmO8=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=HfEbrLGtzkAm0jApdMY7s87PblGldDqR/Z8QZrmyjwYLiisSc9SRxl38SCaSokmMV R4cfUOmP4/x+pN9pdXVTVnI1M3yaQy/YPS57m/tE704EyV4Oazg0suo5beAi8UBZip /H4z/lpJWe7m3w/gw/vILWh1Z7x2VcgqWKCHQRwE=
From: janaiyengar <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+0166e4ab0cca0aa43ada09d58ffb2b2e420b857fb48d91c792cf000000011847c8d992a169ce177ab599@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/pull/2254/c451615135@github.com>
In-Reply-To: <quicwg/base-drafts/pull/2254@github.com>
References: <quicwg/base-drafts/pull/2254@github.com>
Subject: Re: [quicwg/base-drafts] Change ACK Range to ACK Block (#2254)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5c3006d95f81_1d8a3ff7fd8d45c04535c"; 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/gSp_pViv0blb1i7EcxUVO4l_uOI>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
List-Id: Notification list for GitHub issues related to the QUIC WG <quic-issues.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=unsubscribe>
List-Archive: <https://mailarchive.ietf.org/arch/browse/quic-issues/>
List-Post: <mailto:quic-issues@ietf.org>
List-Help: <mailto:quic-issues-request@ietf.org?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, 05 Jan 2019 01:22:35 -0000

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

Let's work with #2197.

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

<p>Let's work with <a class="issue-link js-issue-link" data-error-text="Failed to load issue title" data-id="391536345" data-permission-text="Issue title is private" data-url="https://github.com/quicwg/base-drafts/issues/2197" data-hovercard-type="pull_request" data-hovercard-url="/quicwg/base-drafts/pull/2197/hovercard" href="https://github.com/quicwg/base-drafts/pull/2197">#2197</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/2254#issuecomment-451615135">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AWbkq5_tR7KYlAPItyo6wHHxh-NcoLUxks5u__5ZgaJpZM4ZgnKp">mute the thread</a>.<img src="https://github.com/notifications/beacon/AWbkq0NQVMlf2tz1J9yl1LIGWm0WWRHbks5u__5ZgaJpZM4ZgnKp.gif" height="1" width="1" alt="" /></p>
<script type="application/json" data-scope="inboxmarkup">{"api_version":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name":"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"https://github.githubassets.com/images/email/message_cards/header.png","avatar_image_url":"https://github.githubassets.com/images/email/message_cards/avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/quicwg/base-drafts"}},"updates":{"snippets":[{"icon":"PERSON","message":"@janaiyengar in #2254: Let's work with #2197."}],"action":{"name":"View Pull Request","url":"https://github.com/quicwg/base-drafts/pull/2254#issuecomment-451615135"}}}</script>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/pull/2254#issuecomment-451615135",
"url": "https://github.com/quicwg/base-drafts/pull/2254#issuecomment-451615135",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>
----==_mimepart_5c3006d95f81_1d8a3ff7fd8d45c04535c--


From nobody Fri Jan  4 17:23: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 E4AFA129A87 for <quic-issues@ietfa.amsl.com>; Fri,  4 Jan 2019 17:23:41 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -6.519
X-Spam-Level: 
X-Spam-Status: No, score=-6.519 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIMWL_WL_HIGH=-0.065, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, HTML_IMAGE_ONLY_20=1.546, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-1, RCVD_IN_DNSWL_HI=-5, SPF_PASS=-0.001] autolearn=ham autolearn_force=no
Authentication-Results: ietfa.amsl.com (amavisd-new); dkim=pass (1024-bit key) header.d=github.com
Received: from mail.ietf.org ([4.31.198.44]) by localhost (ietfa.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id FgI-f9qZF-fy for <quic-issues@ietfa.amsl.com>; Fri,  4 Jan 2019 17:23: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 4FF4C127133 for <quic-issues@ietf.org>; Fri,  4 Jan 2019 17:23:40 -0800 (PST)
Date: Fri, 04 Jan 2019 17:23:39 -0800
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1546651419; bh=7eZ/U0yxHXDi6ASLkkr79VVuiMQpF1DmwPq2FrcKSzg=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=xl1fGgCL4+0/3SDYUIXm08E3WEa5kllGkCT++QlNubv1gDNkoqSb7l1go9cBmvZ1E csLr1bd1qPXJluxHbjdwJ0Aa9JAMVTT1CMN8y8Vp0tpzLpKLwtt2ozv1+5MvRXLsPD Q+X1NbsLr3ea4EnH6Sy9kxFA57xnhE1uZFLLQ1OI=
From: janaiyengar <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+0166e4abc71bbc3b8e0bf619645deb1106489d28e6fcb98192cf000000011847c91b92a169ce1782a120@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/pull/2266/review/189577650@github.com>
In-Reply-To: <quicwg/base-drafts/pull/2266@github.com>
References: <quicwg/base-drafts/pull/2266@github.com>
Subject: Re: [quicwg/base-drafts] Simplify Alt-Svc example (#2266)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5c30071b2c618_1d9f3ff7fd8d45c04381"; 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/UkvlP8PR-AkQi86bRz3pgO--8NY>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
List-Id: Notification list for GitHub issues related to the QUIC WG <quic-issues.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=unsubscribe>
List-Archive: <https://mailarchive.ietf.org/arch/browse/quic-issues/>
List-Post: <mailto:quic-issues@ietf.org>
List-Help: <mailto:quic-issues-request@ietf.org?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, 05 Jan 2019 01:23:42 -0000

----==_mimepart_5c30071b2c618_1d9f3ff7fd8d45c04381
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/2266#pullrequestreview-189577650
----==_mimepart_5c30071b2c618_1d9f3ff7fd8d45c04381
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/2266#pullrequestreview-189577650">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AWbkq2UVHAmyj53PL1_KONQqLN8bMsupks5u__6bgaJpZM4Zi9jd">mute the thread</a>.<img src="https://github.com/notifications/beacon/AWbkq_GAO85S1TjA7VVco53eY9Q1x42nks5u__6bgaJpZM4Zi9jd.gif" height="1" width="1" alt="" /></p>
<script type="application/json" data-scope="inboxmarkup">{"api_version":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name":"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"https://github.githubassets.com/images/email/message_cards/header.png","avatar_image_url":"https://github.githubassets.com/images/email/message_cards/avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/quicwg/base-drafts"}},"updates":{"snippets":[{"icon":"PERSON","message":"@janaiyengar approved #2266"}],"action":{"name":"View Pull Request","url":"https://github.com/quicwg/base-drafts/pull/2266#pullrequestreview-189577650"}}}</script>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/pull/2266#pullrequestreview-189577650",
"url": "https://github.com/quicwg/base-drafts/pull/2266#pullrequestreview-189577650",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>
----==_mimepart_5c30071b2c618_1d9f3ff7fd8d45c04381--


From nobody Fri Jan  4 17: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 A8175130DE3 for <quic-issues@ietfa.amsl.com>; Fri,  4 Jan 2019 17:31:19 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -6.661
X-Spam-Level: 
X-Spam-Status: No, score=-6.661 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIMWL_WL_HIGH=-0.065, 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_PASS=-0.001] autolearn=ham autolearn_force=no
Authentication-Results: ietfa.amsl.com (amavisd-new); dkim=pass (1024-bit key) header.d=github.com
Received: from mail.ietf.org ([4.31.198.44]) by localhost (ietfa.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 1uak1xEtYg1O for <quic-issues@ietfa.amsl.com>; Fri,  4 Jan 2019 17:31:17 -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 A808F12D4E7 for <quic-issues@ietf.org>; Fri,  4 Jan 2019 17:31:17 -0800 (PST)
Date: Fri, 04 Jan 2019 17:31:16 -0800
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1546651876; bh=+BKyop462X4acPpUzd801wsp0sacXwx1mV18ym1RuGI=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=Bnetq3Tesck4LUavr19gE9xPMjeART1b28wqd53GmbBTOq1vMY0DmgNX0oudEh1+Q ncLopWQ6T4ZTWfgOQkPOrakeWzkHGQuExsAK3LFRVnniHE8RAtumYPaRHPOeMCUubH I1ZfG3xA5dNiK5H68Oe4EDLqp3jGWTeHbxPmlkrc=
From: janaiyengar <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+0166e4ab737b65b2b137e780d1ec24c8efd259e803d9b04e92cf000000011847cae492a169ce178a377a@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/pull/2280/review/189578372@github.com>
In-Reply-To: <quicwg/base-drafts/pull/2280@github.com>
References: <quicwg/base-drafts/pull/2280@github.com>
Subject: Re: [quicwg/base-drafts] Clarify Actions on nonzero Reserved Bits (#2280)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5c3008e4aa09e_32733fb4094d45c010167f"; 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/yFCp7m9cva4PnHp9BzK0vaw9P9M>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
List-Id: Notification list for GitHub issues related to the QUIC WG <quic-issues.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=unsubscribe>
List-Archive: <https://mailarchive.ietf.org/arch/browse/quic-issues/>
List-Post: <mailto:quic-issues@ietf.org>
List-Help: <mailto:quic-issues-request@ietf.org?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, 05 Jan 2019 01:31:20 -0000

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

janaiyengar commented on this pull request.



> @@ -3402,9 +3402,10 @@ Reserved Bits (R):
 
 : The next two bits (those with a mask of 0x0c) of byte 0 are reserved.  These
   bits are protected using header protection (see Section 5.4 of {{QUIC-TLS}}).
-  The value included prior to protection MUST be set to 0.  An endpoint MUST
-  treat receipt of a packet that has a non-zero value for these bits after
-  removing protection as a connection error of type PROTOCOL_VIOLATION.
+  The value included prior to protection MUST be set to 0.  An endpoint MUST treat
+  receipt of a packet that has a non-zero value for these bits after removing
+  packet (not just header) protection as a connection error of type

Isn't "packet protection" enough? I don't think you need to say "not just header"

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/quicwg/base-drafts/pull/2280#discussion_r245460883
----==_mimepart_5c3008e4aa09e_32733fb4094d45c010167f
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/2280#discussion_r245460883">draft-ietf-quic-transport.md</a>:</p>
<pre style='color:#555'>&gt; @@ -3402,9 +3402,10 @@ Reserved Bits (R):
 
 : The next two bits (those with a mask of 0x0c) of byte 0 are reserved.  These
   bits are protected using header protection (see Section 5.4 of {{QUIC-TLS}}).
-  The value included prior to protection MUST be set to 0.  An endpoint MUST
-  treat receipt of a packet that has a non-zero value for these bits after
-  removing protection as a connection error of type PROTOCOL_VIOLATION.
+  The value included prior to protection MUST be set to 0.  An endpoint MUST treat
+  receipt of a packet that has a non-zero value for these bits after removing
+  packet (not just header) protection as a connection error of type
</pre>
<p>Isn't "packet protection" enough? I don't think you need to say "not just header"</p>

<p style="font-size:small;-webkit-text-size-adjust:none;color:#666;">&mdash;<br />You are receiving this because you are subscribed to this thread.<br />Reply to this email directly, <a href="https://github.com/quicwg/base-drafts/pull/2280#discussion_r245460883">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AWbkq2D7uMrzW-hiYEdZwRfcoQ4sTWE8ks5vAABkgaJpZM4ZlOXd">mute the thread</a>.<img src="https://github.com/notifications/beacon/AWbkq-sLlqgom6vV_6vDHFUzFjUUsABKks5vAABkgaJpZM4ZlOXd.gif" height="1" width="1" alt="" /></p>
<script type="application/json" data-scope="inboxmarkup">{"api_version":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name":"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"https://github.githubassets.com/images/email/message_cards/header.png","avatar_image_url":"https://github.githubassets.com/images/email/message_cards/avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/quicwg/base-drafts"}},"updates":{"snippets":[{"icon":"PERSON","message":"@janaiyengar commented on #2280"}],"action":{"name":"View Pull Request","url":"https://github.com/quicwg/base-drafts/pull/2280#discussion_r245460883"}}}</script>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/pull/2280#discussion_r245460883",
"url": "https://github.com/quicwg/base-drafts/pull/2280#discussion_r245460883",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>
----==_mimepart_5c3008e4aa09e_32733fb4094d45c010167f--


From nobody Fri Jan  4 17:32: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 11CBE12D4E9 for <quic-issues@ietfa.amsl.com>; Fri,  4 Jan 2019 17:32:24 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -6.447
X-Spam-Level: 
X-Spam-Status: No, score=-6.447 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIMWL_WL_HIGH=-0.065, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, HTML_IMAGE_ONLY_24=1.618, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-1, RCVD_IN_DNSWL_HI=-5, SPF_PASS=-0.001] autolearn=ham autolearn_force=no
Authentication-Results: ietfa.amsl.com (amavisd-new); dkim=pass (1024-bit key) header.d=github.com
Received: from mail.ietf.org ([4.31.198.44]) by localhost (ietfa.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 0injufhgwxy4 for <quic-issues@ietfa.amsl.com>; Fri,  4 Jan 2019 17:32: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 5A3C7127133 for <quic-issues@ietf.org>; Fri,  4 Jan 2019 17:32:22 -0800 (PST)
Date: Fri, 04 Jan 2019 17:32:21 -0800
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1546651941; bh=4yKSLCKIazEFGnLs9CRBtN0lRoPP+IoRnIVJPjfZNGE=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=kCjP1ZShurVnFmXeqLIA/U0Tiq38xomBUHpdWp0FoeGzwQkSeDXxFhj1V2CavfN9d bajdnnjE6n4gp1jrvP3yrMXyjY8pDHeD1uoCOERXrpvQ6bRvUjV01bZyLbk90xwQ2i s4C4e76ENBjRNhQD7LDsssRuvtM3dXShTeDGyEf4=
From: janaiyengar <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+0166e4ab26428aad77647af239ee141a24e8e0363aa0767b92cf000000011847cb2592a169ce178a377a@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/pull/2280/c451616064@github.com>
In-Reply-To: <quicwg/base-drafts/pull/2280@github.com>
References: <quicwg/base-drafts/pull/2280@github.com>
Subject: Re: [quicwg/base-drafts] Clarify Actions on nonzero Reserved Bits (#2280)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5c30092586638_4d0a3fa6dd8d45b499186"; 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/UDwJZthGbbzuHrJKd9NN959wzN4>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
List-Id: Notification list for GitHub issues related to the QUIC WG <quic-issues.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=unsubscribe>
List-Archive: <https://mailarchive.ietf.org/arch/browse/quic-issues/>
List-Post: <mailto:quic-issues@ietf.org>
List-Help: <mailto:quic-issues-request@ietf.org?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, 05 Jan 2019 01:32:24 -0000

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

Not relevant to this PR, but @martinthomson : there are other side-channels in QUIC sadly. One could simply (at a high level) observe whether an ACK is sent or not, for instance.

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

<p>Not relevant to this PR, but <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> : there are other side-channels in QUIC sadly. One could simply (at a high level) observe whether an ACK is sent or not, for instance.</p>

<p style="font-size:small;-webkit-text-size-adjust:none;color:#666;">&mdash;<br />You are receiving this because you are subscribed to this thread.<br />Reply to this email directly, <a href="https://github.com/quicwg/base-drafts/pull/2280#issuecomment-451616064">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AWbkq1AixhLdg_L75ArSc08iyl_QDmFBks5vAAClgaJpZM4ZlOXd">mute the thread</a>.<img src="https://github.com/notifications/beacon/AWbkq4pzLDXM3Cxzn--3BxD3RbAgf3cDks5vAAClgaJpZM4ZlOXd.gif" height="1" width="1" alt="" /></p>
<script type="application/json" data-scope="inboxmarkup">{"api_version":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name":"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"https://github.githubassets.com/images/email/message_cards/header.png","avatar_image_url":"https://github.githubassets.com/images/email/message_cards/avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/quicwg/base-drafts"}},"updates":{"snippets":[{"icon":"PERSON","message":"@janaiyengar in #2280: Not relevant to this PR, but @martinthomson : there are other side-channels in QUIC sadly. One could simply (at a high level) observe whether an ACK is sent or not, for instance."}],"action":{"name":"View Pull Request","url":"https://github.com/quicwg/base-drafts/pull/2280#issuecomment-451616064"}}}</script>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/pull/2280#issuecomment-451616064",
"url": "https://github.com/quicwg/base-drafts/pull/2280#issuecomment-451616064",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>
----==_mimepart_5c30092586638_4d0a3fa6dd8d45b499186--


From nobody Fri Jan  4 17: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 A63B612D4E7 for <quic-issues@ietfa.amsl.com>; Fri,  4 Jan 2019 17:37:57 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -6.447
X-Spam-Level: 
X-Spam-Status: No, score=-6.447 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIMWL_WL_HIGH=-0.065, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, HTML_IMAGE_ONLY_24=1.618, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-1, RCVD_IN_DNSWL_HI=-5, SPF_PASS=-0.001] autolearn=ham autolearn_force=no
Authentication-Results: ietfa.amsl.com (amavisd-new); dkim=pass (1024-bit key) header.d=github.com
Received: from mail.ietf.org ([4.31.198.44]) by localhost (ietfa.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id y19pSyXrSuAa for <quic-issues@ietfa.amsl.com>; Fri,  4 Jan 2019 17:37:56 -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 725EB127133 for <quic-issues@ietf.org>; Fri,  4 Jan 2019 17:37:56 -0800 (PST)
Date: Fri, 04 Jan 2019 17:37:55 -0800
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1546652276; bh=/AnjhqSokWBJt4w89hLeQ23vHxzjL8cGGsJjqOnrJ4s=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=hPwn0r+qJLVp5z46gZzSYYdGr5JiySoRi6eJ7SX6vp5WDRwZaJ/c79wH95weys+ka WrBnXg71wz3gqs4rQ5UCQbfzgCi7fdixC31q9YAxBzBHQS3fY4CRvHJ+iltVoyaTpP Eutp7X8WB2yA0aNuSd+JGto2gvKbRCsVCwb1B+vg=
From: janaiyengar <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+0166e4ab90be07fb4e9e43dfd9d5eb8bc28165b9d31b5e2992cf000000011847cc7392a169ce178a34b7@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/issues/2279/451616559@github.com>
In-Reply-To: <quicwg/base-drafts/issues/2279@github.com>
References: <quicwg/base-drafts/issues/2279@github.com>
Subject: Re: [quicwg/base-drafts] address-based access control (#2279)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5c300a73df076_32573fb4094d45c014236b"; 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/I_w6kc_q02rlYG8k_MeVC3gDryc>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
List-Id: Notification list for GitHub issues related to the QUIC WG <quic-issues.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=unsubscribe>
List-Archive: <https://mailarchive.ietf.org/arch/browse/quic-issues/>
List-Post: <mailto:quic-issues@ietf.org>
List-Help: <mailto:quic-issues-request@ietf.org?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, 05 Jan 2019 01:37:57 -0000

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

One advice here could be that if a server needs the client to not move to a different IP address, it can simply disable migration via the disable_migration TP. This is a policy decision of course. Does this belong in the applicability draft?

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

<p>One advice here could be that if a server needs the client to not move to a different IP address, it can simply disable migration via the disable_migration TP. This is a policy decision of course. Does this belong in the applicability draft?</p>

<p style="font-size:small;-webkit-text-size-adjust:none;color:#666;">&mdash;<br />You are receiving this because you are subscribed to this thread.<br />Reply to this email directly, <a href="https://github.com/quicwg/base-drafts/issues/2279#issuecomment-451616559">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AWbkq34-Q1Yf5MKWOmxMN2X4JuPbepfjks5vAAHzgaJpZM4ZlOJ-">mute the thread</a>.<img src="https://github.com/notifications/beacon/AWbkqxlkAuM0q2VjfMxM9N5fV4eMtqurks5vAAHzgaJpZM4ZlOJ-.gif" height="1" width="1" alt="" /></p>
<script type="application/json" data-scope="inboxmarkup">{"api_version":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name":"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"https://github.githubassets.com/images/email/message_cards/header.png","avatar_image_url":"https://github.githubassets.com/images/email/message_cards/avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/quicwg/base-drafts"}},"updates":{"snippets":[{"icon":"PERSON","message":"@janaiyengar in #2279: One advice here could be that if a server needs the client to not move to a different IP address, it can simply disable migration via the disable_migration TP. This is a policy decision of course. Does this belong in the applicability draft?"}],"action":{"name":"View Issue","url":"https://github.com/quicwg/base-drafts/issues/2279#issuecomment-451616559"}}}</script>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/issues/2279#issuecomment-451616559",
"url": "https://github.com/quicwg/base-drafts/issues/2279#issuecomment-451616559",
"name": "View Issue"
},
"description": "View this Issue on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>
----==_mimepart_5c300a73df076_32573fb4094d45c014236b--


From nobody Fri Jan  4 18:15: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 145E112F1AB for <quic-issues@ietfa.amsl.com>; Fri,  4 Jan 2019 18:15:42 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -6.447
X-Spam-Level: 
X-Spam-Status: No, score=-6.447 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIMWL_WL_HIGH=-0.065, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, HTML_IMAGE_ONLY_24=1.618, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-1, RCVD_IN_DNSWL_HI=-5, SPF_PASS=-0.001] autolearn=ham autolearn_force=no
Authentication-Results: ietfa.amsl.com (amavisd-new); dkim=pass (1024-bit key) header.d=github.com
Received: from mail.ietf.org ([4.31.198.44]) by localhost (ietfa.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 8NUmU4fYAYMH for <quic-issues@ietfa.amsl.com>; Fri,  4 Jan 2019 18:15:40 -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 7CBED12D4E9 for <quic-issues@ietf.org>; Fri,  4 Jan 2019 18:15:40 -0800 (PST)
Date: Fri, 04 Jan 2019 18:15:39 -0800
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1546654539; bh=03nFX8fMI2l/chDh9lGZjzWRRlW7nYB9DrJVuhrrvWc=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=SZlXqEyZkk14/Z/+DxZkqkuVKY/04NK7rzvTTcmM9y2P8J+MIPRy9PhVbFTccTo+T weIKLlHutT1bmSnOrZZxfL/mFEqd1Id/0n65+Vf+qnUfbqtq5n+tvw9C5hMfcsXDzU o3oF4gchmg4C2quHlkzjh1kdcW5sDlo/VJjVLsdY=
From: ianswett <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+0166e4ab632a58369cd0a0967923aa3cbb7f59689fc9f3a192cf000000011847d54b92a169ce178a34b7@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/issues/2279/451619694@github.com>
In-Reply-To: <quicwg/base-drafts/issues/2279@github.com>
References: <quicwg/base-drafts/issues/2279@github.com>
Subject: Re: [quicwg/base-drafts] address-based access control (#2279)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5c30134b6c60b_26ea3f99300d45b82055de"; 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/XftVZuCH6DvO-nyx0YGdBmM4_1M>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
List-Id: Notification list for GitHub issues related to the QUIC WG <quic-issues.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=unsubscribe>
List-Archive: <https://mailarchive.ietf.org/arch/browse/quic-issues/>
List-Post: <mailto:quic-issues@ietf.org>
List-Help: <mailto:quic-issues-request@ietf.org?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, 05 Jan 2019 02:15:42 -0000

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

Agreed, if you're doing IP based ACLing, disabling connection migration seems wise.

Otherwise, there's nothing the client can do and the server has to set it's own policy.  Applicability seems like a fine place 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/issues/2279#issuecomment-451619694
----==_mimepart_5c30134b6c60b_26ea3f99300d45b82055de
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

<p>Agreed, if you're doing IP based ACLing, disabling connection migration seems wise.</p>
<p>Otherwise, there's nothing the client can do and the server has to set it's own policy.  Applicability seems like a fine place 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/issues/2279#issuecomment-451619694">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AWbkq5HJHFLibtpNeEKu6hzMCkxXpTF1ks5vAArLgaJpZM4ZlOJ-">mute the thread</a>.<img src="https://github.com/notifications/beacon/AWbkq3R5yPqXUqNPge3cQ8fyJTO0tXwnks5vAArLgaJpZM4ZlOJ-.gif" height="1" width="1" alt="" /></p>
<script type="application/json" data-scope="inboxmarkup">{"api_version":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name":"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"https://github.githubassets.com/images/email/message_cards/header.png","avatar_image_url":"https://github.githubassets.com/images/email/message_cards/avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/quicwg/base-drafts"}},"updates":{"snippets":[{"icon":"PERSON","message":"@ianswett in #2279: Agreed, if you're doing IP based ACLing, disabling connection migration seems wise.\r\n\r\nOtherwise, there's nothing the client can do and the server has to set it's own policy.  Applicability seems like a fine place for this."}],"action":{"name":"View Issue","url":"https://github.com/quicwg/base-drafts/issues/2279#issuecomment-451619694"}}}</script>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/issues/2279#issuecomment-451619694",
"url": "https://github.com/quicwg/base-drafts/issues/2279#issuecomment-451619694",
"name": "View Issue"
},
"description": "View this Issue on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>
----==_mimepart_5c30134b6c60b_26ea3f99300d45b82055de--


From nobody Fri Jan  4 18: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 0677B12F1AB for <quic-issues@ietfa.amsl.com>; Fri,  4 Jan 2019 18:17:35 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -6.447
X-Spam-Level: 
X-Spam-Status: No, score=-6.447 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIMWL_WL_HIGH=-0.065, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, HTML_IMAGE_ONLY_24=1.618, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-1, RCVD_IN_DNSWL_HI=-5, SPF_PASS=-0.001] autolearn=ham autolearn_force=no
Authentication-Results: ietfa.amsl.com (amavisd-new); dkim=pass (1024-bit key) header.d=github.com
Received: from mail.ietf.org ([4.31.198.44]) by localhost (ietfa.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id nOQDVgWjID-u for <quic-issues@ietfa.amsl.com>; Fri,  4 Jan 2019 18:17:33 -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 7863312D4E9 for <quic-issues@ietf.org>; Fri,  4 Jan 2019 18:17:33 -0800 (PST)
Date: Fri, 04 Jan 2019 18:17:32 -0800
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1546654652; bh=f7V6MWLPSk5y5ntfnWpsAAk0dx4PFVcYEPYKCa0/idI=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=eawWPpysH88tr0cJ00Hnz2cwB6FvlNj7Hhj8wDPJSmhyOo/WiV78ANuflTfBW+dma nR8RoB4ysTmTpTUYojpaQpouIhIUZ01KlEZucAmcdsI7X+GZ9gX8q9UgsJMAMQ1+JY phxLWI7nlAss4p5/K6+hj2tzOCY3uj9zH/vTqRYU=
From: ianswett <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+0166e4ab3d15e4630473de7ab99e1598684f1a7aea6d3f8992cf000000011847d5bc92a169ce177ab599@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/pull/2254/c451619850@github.com>
In-Reply-To: <quicwg/base-drafts/pull/2254@github.com>
References: <quicwg/base-drafts/pull/2254@github.com>
Subject: Re: [quicwg/base-drafts] Change ACK Range to ACK Block (#2254)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5c3013bc9da84_141e3faa21ad45c0814b"; 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/teWWovbJvpPHRyirstVtISZh2P8>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
List-Id: Notification list for GitHub issues related to the QUIC WG <quic-issues.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=unsubscribe>
List-Archive: <https://mailarchive.ietf.org/arch/browse/quic-issues/>
List-Post: <mailto:quic-issues@ietf.org>
List-Help: <mailto:quic-issues-request@ietf.org?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, 05 Jan 2019 02:17:35 -0000

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

I'd rather have more small changes.  I find #2197 large and hard to fully understand the implications of.

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

<p>I'd rather have more small changes.  I find <a class="issue-link js-issue-link" data-error-text="Failed to load issue title" data-id="391536345" data-permission-text="Issue title is private" data-url="https://github.com/quicwg/base-drafts/issues/2197" data-hovercard-type="pull_request" data-hovercard-url="/quicwg/base-drafts/pull/2197/hovercard" href="https://github.com/quicwg/base-drafts/pull/2197">#2197</a> large and hard to fully understand the implications of.</p>

<p style="font-size:small;-webkit-text-size-adjust:none;color:#666;">&mdash;<br />You are receiving this because you are subscribed to this thread.<br />Reply to this email directly, <a href="https://github.com/quicwg/base-drafts/pull/2254#issuecomment-451619850">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AWbkq7pbCJZ2jXwVDrEKDODTIqZenUg3ks5vAAs8gaJpZM4ZgnKp">mute the thread</a>.<img src="https://github.com/notifications/beacon/AWbkqx87pU2nG2KHVv_LmorP9Vqabazfks5vAAs8gaJpZM4ZgnKp.gif" height="1" width="1" alt="" /></p>
<script type="application/json" data-scope="inboxmarkup">{"api_version":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name":"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"https://github.githubassets.com/images/email/message_cards/header.png","avatar_image_url":"https://github.githubassets.com/images/email/message_cards/avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/quicwg/base-drafts"}},"updates":{"snippets":[{"icon":"PERSON","message":"@ianswett in #2254: I'd rather have more small changes.  I find #2197 large and hard to fully understand the implications of."}],"action":{"name":"View Pull Request","url":"https://github.com/quicwg/base-drafts/pull/2254#issuecomment-451619850"}}}</script>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/pull/2254#issuecomment-451619850",
"url": "https://github.com/quicwg/base-drafts/pull/2254#issuecomment-451619850",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>
----==_mimepart_5c3013bc9da84_141e3faa21ad45c0814b--


From nobody Fri Jan  4 18: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 8BD65130DC8 for <quic-issues@ietfa.amsl.com>; Fri,  4 Jan 2019 18:23:35 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -6.447
X-Spam-Level: 
X-Spam-Status: No, score=-6.447 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIMWL_WL_HIGH=-0.065, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, HTML_IMAGE_ONLY_24=1.618, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-1, RCVD_IN_DNSWL_HI=-5, SPF_PASS=-0.001] autolearn=ham autolearn_force=no
Authentication-Results: ietfa.amsl.com (amavisd-new); dkim=pass (1024-bit key) header.d=github.com
Received: from mail.ietf.org ([4.31.198.44]) by localhost (ietfa.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id Cewxoh0BDscX for <quic-issues@ietfa.amsl.com>; Fri,  4 Jan 2019 18:23: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 EF0121274D0 for <quic-issues@ietf.org>; Fri,  4 Jan 2019 18:23:33 -0800 (PST)
Date: Fri, 04 Jan 2019 18:23:32 -0800
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1546655012; bh=WCBaPU2iL/8vejbZTf7YwFh2Bw7Z2xsjwm47e5dwavs=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=yLYd/dD5xisWUu2Er0mi8bUQQ6Rwj07fvwueFzlS6KdyKP5KZEfRugb1+DQY/Dq74 Xvi/0456EgpoknRAJZCPEwLFlC14+AHwM2shKmNc3MqnelJKW8KOdJT2q/9tuXWEck 4qae3eITK6Lbh6c3sihaSkV0JXPAZ324fV4ESoQI=
From: ianswett <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+0166e4ab6e9be715ba216fea217fba7278cb191321aabf2e92cf000000011847d72492a169ce179bc9fb@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/pull/2295/c451620234@github.com>
In-Reply-To: <quicwg/base-drafts/pull/2295@github.com>
References: <quicwg/base-drafts/pull/2295@github.com>
Subject: Re: [quicwg/base-drafts] Move some long header fields to more appropriate definitions (#2295)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5c301524ddc2a_1d953f9aeb0d45c423416a"; 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/5s4pXf15JToJiGB_5kbDdfTIDmc>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
List-Id: Notification list for GitHub issues related to the QUIC WG <quic-issues.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=unsubscribe>
List-Archive: <https://mailarchive.ietf.org/arch/browse/quic-issues/>
List-Post: <mailto:quic-issues@ietf.org>
List-Help: <mailto:quic-issues-request@ietf.org?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, 05 Jan 2019 02:23:36 -0000

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

I think this is somewhat parallel to #2203 ?

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

<p>I think this is somewhat parallel to <a class="issue-link js-issue-link" data-error-text="Failed to load issue title" data-id="391945024" data-permission-text="Issue title is private" data-url="https://github.com/quicwg/base-drafts/issues/2203" data-hovercard-type="pull_request" data-hovercard-url="/quicwg/base-drafts/pull/2203/hovercard" href="https://github.com/quicwg/base-drafts/pull/2203">#2203</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/2295#issuecomment-451620234">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AWbkq5dqsAx4xVI79_DgBjyD0HhxpbYKks5vAAykgaJpZM4Zt7M5">mute the thread</a>.<img src="https://github.com/notifications/beacon/AWbkqyi3NaMdwylliJzhemF1S9wyUKG5ks5vAAykgaJpZM4Zt7M5.gif" height="1" width="1" alt="" /></p>
<script type="application/json" data-scope="inboxmarkup">{"api_version":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name":"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"https://github.githubassets.com/images/email/message_cards/header.png","avatar_image_url":"https://github.githubassets.com/images/email/message_cards/avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/quicwg/base-drafts"}},"updates":{"snippets":[{"icon":"PERSON","message":"@ianswett in #2295: I think this is somewhat parallel to #2203 ?"}],"action":{"name":"View Pull Request","url":"https://github.com/quicwg/base-drafts/pull/2295#issuecomment-451620234"}}}</script>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/pull/2295#issuecomment-451620234",
"url": "https://github.com/quicwg/base-drafts/pull/2295#issuecomment-451620234",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>
----==_mimepart_5c301524ddc2a_1d953f9aeb0d45c423416a--


From nobody Fri Jan  4 23:02: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 72A60130DE9 for <quic-issues@ietfa.amsl.com>; Fri,  4 Jan 2019 23:02:46 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -8.065
X-Spam-Level: 
X-Spam-Status: No, score=-8.065 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIMWL_WL_HIGH=-0.065, 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_PASS=-0.001] autolearn=ham autolearn_force=no
Authentication-Results: ietfa.amsl.com (amavisd-new); dkim=pass (1024-bit key) header.d=github.com
Received: from mail.ietf.org ([4.31.198.44]) by localhost (ietfa.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id CxthTQqguhO9 for <quic-issues@ietfa.amsl.com>; Fri,  4 Jan 2019 23:02:44 -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 43432129B88 for <quic-issues@ietf.org>; Fri,  4 Jan 2019 23:02:44 -0800 (PST)
Date: Fri, 04 Jan 2019 23:02:42 -0800
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1546671762; bh=Gmrf3J6Q+8atf3vZF+/lklOFjRxxESRDz9zq4ntfb70=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=cLkYqE/vCMm5SsBKeCVDgdtcyQwVndMK8E7T6MdQh7TpQkGkHo42OaEpmn5Cau1bP 00mqAiHsymgxaAR+WV6hdzKbB5f1WS6zivajThl730k051N7WT7zqgdZFascsfEgTG nX9vueC0PbDWBAm+dlzK9zTjozXywKajfFfo6e6U=
From: Marten Seemann <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+0166e4ab5c0db80b2acb209705dcb2ecb37d915011b7623392cf000000011848189292a169ce1789eea9@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/pull/2274/review/189587995@github.com>
In-Reply-To: <quicwg/base-drafts/pull/2274@github.com>
References: <quicwg/base-drafts/pull/2274@github.com>
Subject: Re: [quicwg/base-drafts] Test vectors (#2274)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5c305692cf0be_179e3fd7932d45c4160674"; 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/jHL-0sJHRiLSC_44jmGiXHq-2L0>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
List-Id: Notification list for GitHub issues related to the QUIC WG <quic-issues.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=unsubscribe>
List-Archive: <https://mailarchive.ietf.org/arch/browse/quic-issues/>
List-Post: <mailto:quic-issues@ietf.org>
List-Help: <mailto:quic-issues-request@ietf.org?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, 05 Jan 2019 07:02:46 -0000

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

marten-seemann commented on this pull request.

I also added the vector to a unit test of quic-go, and I'm getting the same values.
As noted in my in-line comment, I'd prefer to use different packet numbers for both packets sent from client and server.

> +
+~~~
+060040c4010000c003036660261ff947 cea49cce6cfad687f457cf1b14531ba1
+4131a0e8f309a1d0b9c4000006130113 031302010000910000000b0009000006
+736572766572ff01000100000a001400 12001d00170018001901000101010201
+03010400230000003300260024001d00 204cfdfcd178b784bf328cae793b136f
+2aedce005ff183d7bb14952072366470 37002b0003020304000d0020001e0403
+05030603020308040805080604010501 060102010402050206020202002d0002
+0101001c00024001
+~~~
+
+The unprotected header includes the connection ID and a 4 byte packet number
+encoding:
+
+~~~
+c3ff000012508394c8f03e51570800449f00000000

Can we use a different packet number than 0 here? XORing the IV with 0 is special case when calculating the nonce for the AEAD, so I'd prefer to use *any* other value here.

> +
+The server sends the following payload in response, including an ACK frame, a
+CRYPTO frame, and no PADDING frames:
+
+~~~
+0d0000000018410a020000560303eefc e7f7b37ba1d1632e96677825ddf73988
+cfc79825df566dc5430b9a045a120013 0100002e00330024001d00209d3c940d
+89690b84d08a60993c144eca684d1081 287c834d5311bcf32bb9da1a002b0002
+0304
+~~~
+
+The header from the server includes a new connection ID and a 2-byte packet
+number encoding:
+
+~~~
+c1ff00001205f067a5502a4262b50040740000

Same 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/2274#pullrequestreview-189587995
----==_mimepart_5c305692cf0be_179e3fd7932d45c4160674
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

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

<p>I also added the vector to a unit test of quic-go, and I'm getting the same values.<br>
As noted in my in-line comment, I'd prefer to use different packet numbers for both packets sent from client and server.</p><hr>

<p>In <a href="https://github.com/quicwg/base-drafts/pull/2274#discussion_r245469310">draft-ietf-quic-tls.md</a>:</p>
<pre style='color:#555'>&gt; +
+~~~
+060040c4010000c003036660261ff947 cea49cce6cfad687f457cf1b14531ba1
+4131a0e8f309a1d0b9c4000006130113 031302010000910000000b0009000006
+736572766572ff01000100000a001400 12001d00170018001901000101010201
+03010400230000003300260024001d00 204cfdfcd178b784bf328cae793b136f
+2aedce005ff183d7bb14952072366470 37002b0003020304000d0020001e0403
+05030603020308040805080604010501 060102010402050206020202002d0002
+0101001c00024001
+~~~
+
+The unprotected header includes the connection ID and a 4 byte packet number
+encoding:
+
+~~~
+c3ff000012508394c8f03e51570800449f00000000
</pre>
<p>Can we use a different packet number than 0 here? XORing the IV with 0 is special case when calculating the nonce for the AEAD, so I'd prefer to use <em>any</em> other value here.</p>

<hr>

<p>In <a href="https://github.com/quicwg/base-drafts/pull/2274#discussion_r245469580">draft-ietf-quic-tls.md</a>:</p>
<pre style='color:#555'>&gt; +
+The server sends the following payload in response, including an ACK frame, a
+CRYPTO frame, and no PADDING frames:
+
+~~~
+0d0000000018410a020000560303eefc e7f7b37ba1d1632e96677825ddf73988
+cfc79825df566dc5430b9a045a120013 0100002e00330024001d00209d3c940d
+89690b84d08a60993c144eca684d1081 287c834d5311bcf32bb9da1a002b0002
+0304
+~~~
+
+The header from the server includes a new connection ID and a 2-byte packet
+number encoding:
+
+~~~
+c1ff00001205f067a5502a4262b50040740000
</pre>
<p>Same 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/2274#pullrequestreview-189587995">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AWbkq312oMyjHlWHMd5JadFW6hJ69V_oks5vAE4SgaJpZM4ZlI2H">mute the thread</a>.<img src="https://github.com/notifications/beacon/AWbkqywe1zJLi1HaWTJP15JYu3hbP-_iks5vAE4SgaJpZM4ZlI2H.gif" height="1" width="1" alt="" /></p>
<script type="application/json" data-scope="inboxmarkup">{"api_version":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name":"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"https://github.githubassets.com/images/email/message_cards/header.png","avatar_image_url":"https://github.githubassets.com/images/email/message_cards/avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/quicwg/base-drafts"}},"updates":{"snippets":[{"icon":"PERSON","message":"@marten-seemann commented on #2274"}],"action":{"name":"View Pull Request","url":"https://github.com/quicwg/base-drafts/pull/2274#pullrequestreview-189587995"}}}</script>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/pull/2274#pullrequestreview-189587995",
"url": "https://github.com/quicwg/base-drafts/pull/2274#pullrequestreview-189587995",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>
----==_mimepart_5c305692cf0be_179e3fd7932d45c4160674--


From nobody Sat Jan  5 05:29: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 817E21276D0 for <quic-issues@ietfa.amsl.com>; Sat,  5 Jan 2019 05:29:19 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -6.447
X-Spam-Level: 
X-Spam-Status: No, score=-6.447 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIMWL_WL_HIGH=-0.065, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, HTML_IMAGE_ONLY_24=1.618, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-1, RCVD_IN_DNSWL_HI=-5, SPF_PASS=-0.001] autolearn=ham autolearn_force=no
Authentication-Results: ietfa.amsl.com (amavisd-new); dkim=pass (1024-bit key) header.d=github.com
Received: from mail.ietf.org ([4.31.198.44]) by localhost (ietfa.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id SIOqL3GdSqCz for <quic-issues@ietfa.amsl.com>; Sat,  5 Jan 2019 05:29: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 ABE9E124C04 for <quic-issues@ietf.org>; Sat,  5 Jan 2019 05:29:17 -0800 (PST)
Date: Sat, 05 Jan 2019 05:29:16 -0800
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1546694956; bh=nOkZARLPsoySAEBe34d9nFXAULYD+VIacwtteoK+CxI=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=jUIk8yPyy4F3C4NhnMH81gZ7bDZpGkPwxRMqB8E8oq37TD0fZG0p5cE/ZBaGf+S51 8hnbHhMmpORzzaNwgr95TInQcJyxW2bD8xIVqhlXojPY2YSd8VS8skzf4btuImMx/Y ITIPcCNQOrf/G9nuOiUEgOH9sg2eQeJqQOh310p0=
From: MikkelFJ <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+0166e4ab81004907faba23be28c7e62eca1096256bd4f6b692cf000000011848732c92a169ce178cf63b@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/issues/2282/451655361@github.com>
In-Reply-To: <quicwg/base-drafts/issues/2282@github.com>
References: <quicwg/base-drafts/issues/2282@github.com>
Subject: Re: [quicwg/base-drafts] What the maximum of TransportParameters.max_ack_delay? (#2282)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5c30b12c19d4b_27123f99300d45b8195604f"; 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/J3exk-lw3hkk_VrGZLXqZeFjMZY>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
List-Id: Notification list for GitHub issues related to the QUIC WG <quic-issues.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=unsubscribe>
List-Archive: <https://mailarchive.ietf.org/arch/browse/quic-issues/>
List-Post: <mailto:quic-issues@ietf.org>
List-Help: <mailto:quic-issues-request@ietf.org?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, 05 Jan 2019 13:29:19 -0000

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

> Do they take > 16 seconds to wake up?

I don't think so, but if we settle on a low value, it is worth keeping in mind.

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

<blockquote>
<p>Do they take &gt; 16 seconds to wake up?</p>
</blockquote>
<p>I don't think so, but if we settle on a low value, it is worth keeping in mind.</p>

<p style="font-size:small;-webkit-text-size-adjust:none;color:#666;">&mdash;<br />You are receiving this because you are subscribed to this thread.<br />Reply to this email directly, <a href="https://github.com/quicwg/base-drafts/issues/2282#issuecomment-451655361">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AWbkqwAMXiNGSmGTi6BWBa5aRIcqcFRGks5vAKisgaJpZM4ZmCfD">mute the thread</a>.<img src="https://github.com/notifications/beacon/AWbkq9SlCmLY2k0dEli1RQyL6HB7eu_xks5vAKisgaJpZM4ZmCfD.gif" height="1" width="1" alt="" /></p>
<script type="application/json" data-scope="inboxmarkup">{"api_version":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name":"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"https://github.githubassets.com/images/email/message_cards/header.png","avatar_image_url":"https://github.githubassets.com/images/email/message_cards/avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/quicwg/base-drafts"}},"updates":{"snippets":[{"icon":"PERSON","message":"@mikkelfj in #2282: \u003e Do they take \u003e 16 seconds to wake up?\r\n\r\nI don't think so, but if we settle on a low value, it is worth keeping in mind."}],"action":{"name":"View Issue","url":"https://github.com/quicwg/base-drafts/issues/2282#issuecomment-451655361"}}}</script>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/issues/2282#issuecomment-451655361",
"url": "https://github.com/quicwg/base-drafts/issues/2282#issuecomment-451655361",
"name": "View Issue"
},
"description": "View this Issue on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>
----==_mimepart_5c30b12c19d4b_27123f99300d45b8195604f--


From nobody Sat Jan  5 05: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 67A5A1286D9 for <quic-issues@ietfa.amsl.com>; Sat,  5 Jan 2019 05:50:17 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -6.447
X-Spam-Level: 
X-Spam-Status: No, score=-6.447 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIMWL_WL_HIGH=-0.065, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, HTML_IMAGE_ONLY_24=1.618, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-1, RCVD_IN_DNSWL_HI=-5, SPF_PASS=-0.001] autolearn=ham autolearn_force=no
Authentication-Results: ietfa.amsl.com (amavisd-new); dkim=pass (1024-bit key) header.d=github.com
Received: from mail.ietf.org ([4.31.198.44]) by localhost (ietfa.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id QcaU9ZF_6LQJ for <quic-issues@ietfa.amsl.com>; Sat,  5 Jan 2019 05:50: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 7B0471277D2 for <quic-issues@ietf.org>; Sat,  5 Jan 2019 05:50:13 -0800 (PST)
Date: Sat, 05 Jan 2019 05:50:12 -0800
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1546696212; bh=nWRV7GmCBJLpMTzHoUexpRhoD2nFOm3aHhz3aiCVLNE=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=dRyHN6b1lEOlFkBHcPXwm65sHRmXZtQ1fdCWSP3FtrS9w2u28dZ7QV7H2eTjpAFD3 bvZps2M6iQ/gWEuHHJwqPAaiO0JW9fsE2m1AplzgxlY+oxJ0Fdgf+6BgvGi+0vAGXQ t/jrZGqEjZsgRpHuAJLydDWPOxNkMN3s6uauD6+8=
From: MikkelFJ <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+0166e4ab632ba92c905023c50f31efab956d71b2ad8eb2f192cf000000011848781492a169ce178cf63b@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/issues/2282/451656759@github.com>
In-Reply-To: <quicwg/base-drafts/issues/2282@github.com>
References: <quicwg/base-drafts/issues/2282@github.com>
Subject: Re: [quicwg/base-drafts] What the maximum of TransportParameters.max_ack_delay? (#2282)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5c30b6145e861_41913fbe02cd45c49629da"; 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/B07Dzs84hbcWVKR4XZ54nCZMKnA>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
List-Id: Notification list for GitHub issues related to the QUIC WG <quic-issues.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=unsubscribe>
List-Archive: <https://mailarchive.ietf.org/arch/browse/quic-issues/>
List-Post: <mailto:quic-issues@ietf.org>
List-Help: <mailto:quic-issues-request@ietf.org?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, 05 Jan 2019 13:50:17 -0000

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

Actually NarrowBand-IoT is just about to be deployed on the danish mobil net, and from what I understand sensor latency is between 1-10s, but I don't know how that translates into network packet processing.

https://en.wikipedia.org/wiki/Narrowband_IoT


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

<p>Actually NarrowBand-IoT is just about to be deployed on the danish mobil net, and from what I understand sensor latency is between 1-10s, but I don't know how that translates into network packet processing.</p>
<p><a href="https://en.wikipedia.org/wiki/Narrowband_IoT" rel="nofollow">https://en.wikipedia.org/wiki/Narrowband_IoT</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/2282#issuecomment-451656759">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AWbkqzN6kHj-zqqT7Xx6GGNgYHwxzWNVks5vAK2UgaJpZM4ZmCfD">mute the thread</a>.<img src="https://github.com/notifications/beacon/AWbkq89JOvTXiDUfnDWOK3Iw0umuqf6Zks5vAK2UgaJpZM4ZmCfD.gif" height="1" width="1" alt="" /></p>
<script type="application/json" data-scope="inboxmarkup">{"api_version":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name":"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"https://github.githubassets.com/images/email/message_cards/header.png","avatar_image_url":"https://github.githubassets.com/images/email/message_cards/avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/quicwg/base-drafts"}},"updates":{"snippets":[{"icon":"PERSON","message":"@mikkelfj in #2282: Actually NarrowBand-IoT is just about to be deployed on the danish mobil net, and from what I understand sensor latency is between 1-10s, but I don't know how that translates into network packet processing.\r\n\r\nhttps://en.wikipedia.org/wiki/Narrowband_IoT\r\n"}],"action":{"name":"View Issue","url":"https://github.com/quicwg/base-drafts/issues/2282#issuecomment-451656759"}}}</script>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/issues/2282#issuecomment-451656759",
"url": "https://github.com/quicwg/base-drafts/issues/2282#issuecomment-451656759",
"name": "View Issue"
},
"description": "View this Issue on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>
----==_mimepart_5c30b6145e861_41913fbe02cd45c49629da--


From nobody Sat Jan  5 15: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 7EF35130E8D for <quic-issues@ietfa.amsl.com>; Sat,  5 Jan 2019 15:36:45 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -6.519
X-Spam-Level: 
X-Spam-Status: No, score=-6.519 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIMWL_WL_HIGH=-0.065, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, HTML_IMAGE_ONLY_20=1.546, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-1, RCVD_IN_DNSWL_HI=-5, SPF_PASS=-0.001] autolearn=ham autolearn_force=no
Authentication-Results: ietfa.amsl.com (amavisd-new); dkim=pass (1024-bit key) header.d=github.com
Received: from mail.ietf.org ([4.31.198.44]) by localhost (ietfa.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id Pf75XcAPF6Xg for <quic-issues@ietfa.amsl.com>; Sat,  5 Jan 2019 15:36: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 4A670130DEC for <quic-issues@ietf.org>; Sat,  5 Jan 2019 15:36:43 -0800 (PST)
Date: Sat, 05 Jan 2019 15:36:41 -0800
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1546731401; bh=L1YzlWQz15dqw9UibwS/6x3ydE6C6/XhDxGnq+Eflwk=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=RGFmBZD+Uc8uFS1RZNL5r6bU38xhdJXprYZP3b5bJyBdb8++JVMah2GoYcbkXfZJ5 tiI5KSyx/61HL+dLGsvuef7bphRBGTJS3Ma602GGbFZY/hvO743B1pqq1AgKrVUcFJ 5GCWOuWBE5d4mjBvhaqbGX+Nv4VViU+amJzO9yyI=
From: martinduke <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+0166e4abb6ade2ebbcd2308b024ff4f13bc1b43b1310354592cf000000011849018992a169ce178a377a@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/pull/2280/c451701620@github.com>
In-Reply-To: <quicwg/base-drafts/pull/2280@github.com>
References: <quicwg/base-drafts/pull/2280@github.com>
Subject: Re: [quicwg/base-drafts] Clarify Actions on nonzero Reserved Bits (#2280)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5c313f89c1059_38d93ff6c1ed45c082733"; 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/tqMPdt4SSwfOW8R0P2x1yxbsBkU>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
List-Id: Notification list for GitHub issues related to the QUIC WG <quic-issues.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=unsubscribe>
List-Archive: <https://mailarchive.ietf.org/arch/browse/quic-issues/>
List-Post: <mailto:quic-issues@ietf.org>
List-Help: <mailto:quic-issues-request@ietf.org?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, 05 Jan 2019 23:36:45 -0000

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

I think my change makes it clearer. If people think this is a bad change, I'll kill 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/2280#issuecomment-451701620
----==_mimepart_5c313f89c1059_38d93ff6c1ed45c082733
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

<p>I think my change makes it clearer. If people think this is a bad change, I'll kill 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/2280#issuecomment-451701620">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AWbkq47Lg_rabbyFXLbXZ4EaV7MdqyGJks5vATcJgaJpZM4ZlOXd">mute the thread</a>.<img src="https://github.com/notifications/beacon/AWbkq1pmYyEKbIPRMqfMn7arwea_Zf-6ks5vATcJgaJpZM4ZlOXd.gif" height="1" width="1" alt="" /></p>
<script type="application/json" data-scope="inboxmarkup">{"api_version":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name":"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"https://github.githubassets.com/images/email/message_cards/header.png","avatar_image_url":"https://github.githubassets.com/images/email/message_cards/avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/quicwg/base-drafts"}},"updates":{"snippets":[{"icon":"PERSON","message":"@martinduke in #2280: I think my change makes it clearer. If people think this is a bad change, I'll kill the PR."}],"action":{"name":"View Pull Request","url":"https://github.com/quicwg/base-drafts/pull/2280#issuecomment-451701620"}}}</script>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/pull/2280#issuecomment-451701620",
"url": "https://github.com/quicwg/base-drafts/pull/2280#issuecomment-451701620",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>
----==_mimepart_5c313f89c1059_38d93ff6c1ed45c082733--


From nobody Sun Jan  6 00:59: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 57975131021 for <quic-issues@ietfa.amsl.com>; Sun,  6 Jan 2019 00:59:04 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -6.66
X-Spam-Level: 
X-Spam-Status: No, score=-6.66 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIMWL_WL_HIGH=-0.065, 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_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 pi5PAW_dZPKr for <quic-issues@ietfa.amsl.com>; Sun,  6 Jan 2019 00:59: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 5DD0C12D4F1 for <quic-issues@ietf.org>; Sun,  6 Jan 2019 00:59:02 -0800 (PST)
Date: Sun, 06 Jan 2019 00:59:00 -0800
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1546765140; bh=VDFYld3t7EVG9agfpNltW83hsxD8ha8HNYXWzWmmP2A=; h=Date:From:Reply-To:To:Cc:Subject:List-ID:List-Archive:List-Post: List-Unsubscribe:From; b=dfqcI+wu7jvq+5UoBFjuYamJunK/UYkeLgtiy03n1PQLetbAaLbl+1WWvU17o2bco FibUQBWBnvUrPCnaqYVsktU+efhkDCqW6lKPycU5kv0A/ZZlcoH1XJWQQhR4lKc3rZ awjC+PqRjvEvy5WJ+2+bJf1dZRSWR5J11U+/K5qQ=
From: Marten Seemann <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+0166e4ab6b6f6b439840406590c8bb0bf71b99e32a686db092cf000000011849855492a169ce179e27d9@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/pull/2297@github.com>
Subject: [quicwg/base-drafts] fix description of FINAL_OFFSET_ERROR (#2297)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5c31c354ac912_5ada3fc7596d45c46856a8"; 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/Fck5XeLcS2d3qILTjZTy88aGDm8>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
List-Id: Notification list for GitHub issues related to the QUIC WG <quic-issues.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=unsubscribe>
List-Archive: <https://mailarchive.ietf.org/arch/browse/quic-issues/>
List-Post: <mailto:quic-issues@ietf.org>
List-Help: <mailto:quic-issues-request@ietf.org?subject=help>
List-Subscribe: <https://www.ietf.org/mailman/listinfo/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=subscribe>
X-List-Received-Date: Sun, 06 Jan 2019 08:59:04 -0000

----==_mimepart_5c31c354ac912_5ada3fc7596d45c46856a8
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/2297

-- Commit Summary --

  * fix description of FINAL_OFFSET_ERROR

-- File Changes --

    M draft-ietf-quic-transport.md (9)

-- Patch Links --

https://github.com/quicwg/base-drafts/pull/2297.patch
https://github.com/quicwg/base-drafts/pull/2297.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/2297

----==_mimepart_5c31c354ac912_5ada3fc7596d45c46856a8
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/2297'>https://github.com/quicwg/base-drafts/pull/2297</a></p>

<h4>Commit Summary</h4>
<ul>
  <li>fix description of FINAL_OFFSET_ERROR</li>
</ul>

<h4>File Changes</h4>
<ul>
  <li>
    <strong>M</strong>
    <a href="https://github.com/quicwg/base-drafts/pull/2297/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/2297.patch'>https://github.com/quicwg/base-drafts/pull/2297.patch</a></li>
  <li><a href='https://github.com/quicwg/base-drafts/pull/2297.diff'>https://github.com/quicwg/base-drafts/pull/2297.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/2297">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AWbkq2OUvvVno4dvyr5q1BE-0cjmPQSFks5vAbrUgaJpZM4ZyVHh">mute the thread</a>.<img src="https://github.com/notifications/beacon/AWbkq2HCO5dYCKDEonOA3PwaicJK7VU8ks5vAbrUgaJpZM4ZyVHh.gif" height="1" width="1" alt="" /></p>
<script type="application/json" data-scope="inboxmarkup">{"api_version":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name":"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"https://github.githubassets.com/images/email/message_cards/header.png","avatar_image_url":"https://github.githubassets.com/images/email/message_cards/avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/quicwg/base-drafts"}},"updates":{"snippets":[{"icon":"DESCRIPTION","message":"fix description of FINAL_OFFSET_ERROR (#2297)"}],"action":{"name":"View Pull Request","url":"https://github.com/quicwg/base-drafts/pull/2297"}}}</script>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/pull/2297",
"url": "https://github.com/quicwg/base-drafts/pull/2297",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>

----==_mimepart_5c31c354ac912_5ada3fc7596d45c46856a8--


From nobody Sun Jan  6 01:16: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 D1338131021 for <quic-issues@ietfa.amsl.com>; Sun,  6 Jan 2019 01:16:40 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -6.447
X-Spam-Level: 
X-Spam-Status: No, score=-6.447 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIMWL_WL_HIGH=-0.065, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, HTML_IMAGE_ONLY_24=1.618, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-1, RCVD_IN_DNSWL_HI=-5, SPF_PASS=-0.001] autolearn=ham autolearn_force=no
Authentication-Results: ietfa.amsl.com (amavisd-new); dkim=pass (1024-bit key) header.d=github.com
Received: from mail.ietf.org ([4.31.198.44]) by localhost (ietfa.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 48qk60BgGftr for <quic-issues@ietfa.amsl.com>; Sun,  6 Jan 2019 01:16: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 5B03912D4F1 for <quic-issues@ietf.org>; Sun,  6 Jan 2019 01:16:39 -0800 (PST)
Date: Sun, 06 Jan 2019 01:16:38 -0800
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1546766198; bh=PDAxkD45MpfgH4uJ9Xp2AUZEotQQiBq28ykjv7wyobU=; h=Date:From:Reply-To:To:Cc:Subject:List-ID:List-Archive:List-Post: List-Unsubscribe:From; b=ty3W8cOwyPZpsRBP/15UI63qXJpUBl5k5DVNjteyoHdfFAfoDN/k+TJqh1j1S/uEL nnG0ub8thiWqDOkoXYpNv4WU1/a4F/jkEIDKHoRk4iWKbfd96Wi2FiAOLzcNA4FlMq 6RO6g6ySPVYtBGQ+ySCIUMbWTBZxTNE+h2hg32jk=
From: Marten Seemann <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+0166e4ab2e74c722bc0d98bd08f161dabe1b438aa8f0f80192cf000000011849897692a169ce179e2ba1@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/issues/2298@github.com>
Subject: [quicwg/base-drafts] missing description of what happens when receiving an ACK for an unsent package (#2298)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5c31c776406c0_18bc3f8a544d45b82524b6"; 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/HgyomPRYtVGYWa0QXaTCCElmO28>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
List-Id: Notification list for GitHub issues related to the QUIC WG <quic-issues.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=unsubscribe>
List-Archive: <https://mailarchive.ietf.org/arch/browse/quic-issues/>
List-Post: <mailto:quic-issues@ietf.org>
List-Help: <mailto:quic-issues-request@ietf.org?subject=help>
List-Subscribe: <https://www.ietf.org/mailman/listinfo/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=subscribe>
X-List-Received-Date: Sun, 06 Jan 2019 09:16:41 -0000

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

I can't find text about this case anywhere.

A peer that receives an acknowledgement for a packet that it didn't send should be required to close the connection. I'm not sure which error code to use for that though, none of those currently defined really matches this case, so you'd have to use INTERNAL_ERROR. We might want to consider introducing a more specific error 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/2298
----==_mimepart_5c31c776406c0_18bc3f8a544d45b82524b6
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

<p>I can't find text about this case anywhere.</p>
<p>A peer that receives an acknowledgement for a packet that it didn't send should be required to close the connection. I'm not sure which error code to use for that though, none of those currently defined really matches this case, so you'd have to use INTERNAL_ERROR. We might want to consider introducing a more specific error 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/2298">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AWbkq1GBWOx4sSSK2IBbsWNaM8MdSAb_ks5vAb72gaJpZM4ZyVfa">mute the thread</a>.<img src="https://github.com/notifications/beacon/AWbkq7tJoxZ6jqByQQSD9OwXzDvs4fFTks5vAb72gaJpZM4ZyVfa.gif" height="1" width="1" alt="" /></p>
<script type="application/json" data-scope="inboxmarkup">{"api_version":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name":"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"https://github.githubassets.com/images/email/message_cards/header.png","avatar_image_url":"https://github.githubassets.com/images/email/message_cards/avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/quicwg/base-drafts"}},"updates":{"snippets":[{"icon":"DESCRIPTION","message":"missing description of what happens when receiving an ACK for an unsent package (#2298)"}],"action":{"name":"View Issue","url":"https://github.com/quicwg/base-drafts/issues/2298"}}}</script>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/issues/2298",
"url": "https://github.com/quicwg/base-drafts/issues/2298",
"name": "View Issue"
},
"description": "View this Issue on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>
----==_mimepart_5c31c776406c0_18bc3f8a544d45b82524b6--


From nobody Sun Jan  6 02:59: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 968E0130E3F for <quic-issues@ietfa.amsl.com>; Sun,  6 Jan 2019 02:58:58 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -8.064
X-Spam-Level: 
X-Spam-Status: No, score=-8.064 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIMWL_WL_HIGH=-0.065, 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_PASS=-0.001] autolearn=ham autolearn_force=no
Authentication-Results: ietfa.amsl.com (amavisd-new); dkim=pass (1024-bit key) header.d=github.com
Received: from mail.ietf.org ([4.31.198.44]) by localhost (ietfa.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id Sb400HOJG_qB for <quic-issues@ietfa.amsl.com>; Sun,  6 Jan 2019 02:58: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 89BD1131026 for <quic-issues@ietf.org>; Sun,  6 Jan 2019 02:58:56 -0800 (PST)
Date: Sun, 06 Jan 2019 02:58:54 -0800
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1546772334; bh=Si/9+hAAFn+/0LUblXY3kOjFlNUkrcgGpeK+cQKaKsk=; h=Date:From:Reply-To:To:Cc:Subject:List-ID:List-Archive:List-Post: List-Unsubscribe:From; b=aSzJ+SbtlA+5Oec1MHFmFUAZKSlud+psu6lD/3zeav1mgwtKI3MJ8SkMUdqjI8q52 bjcYqhyW/EyMpoInmNaqAozKb0mVzhrNvWJNKtBFsCclr0srvWOziO4OFrnwnaAtVV 9yhbbwD5Ku/kUNddcY3NUyOjJPyw+IIoA2GEHF3o=
From: Marten Seemann <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+0166e4abbb18e0ce9f1770897d0b02aa952484046305dcca92cf000000011849a16e92a169ce179e43e2@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/issues/2299@github.com>
Subject: [quicwg/base-drafts] consider making the varint encoding unique (#2299)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5c31df6ecf0ff_7ed23fbe02cd45c412747b"; 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/1Us1Notgy3h1TD4H9zvzR0i8RpM>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
List-Id: Notification list for GitHub issues related to the QUIC WG <quic-issues.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=unsubscribe>
List-Archive: <https://mailarchive.ietf.org/arch/browse/quic-issues/>
List-Post: <mailto:quic-issues@ietf.org>
List-Help: <mailto:quic-issues-request@ietf.org?subject=help>
List-Subscribe: <https://www.ietf.org/mailman/listinfo/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=subscribe>
X-List-Received-Date: Sun, 06 Jan 2019 10:58:59 -0000

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

Our varint encoding has the unpleasant property that it's possible to encode numbers in multiple ways. This leads to rather clumsy language when it comes to the frame encoding:
> The Frame Type field uses a variable length integer encoding (see Section 16) with one exception. To ensure simple and efficient implementations of frame parsing, a frame type MUST use the shortest possible encoding. Though a two-, four- or eight-byte encoding of the frame types defined in this document is possible, the Frame Type field for these frames is encoded on a single byte.

The easy fix for this is to make the varint encoding unique, such that every number can only be encoded in a single way. This is a very straightforward change from what we have today:
The 1-byte numbers would still encode the values from 0 to 63, but the 2-byte numbers would encode the values between 64 and 16,447 (instead of encoding the range between 0 and 16,383), etc.

While a simplification of the spec is the main advantage of this change, it has the nice property that it slightly increases the encoding efficiency.

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

<p>Our varint encoding has the unpleasant property that it's possible to encode numbers in multiple ways. This leads to rather clumsy language when it comes to the frame encoding:</p>
<blockquote>
<p>The Frame Type field uses a variable length integer encoding (see Section 16) with one exception. To ensure simple and efficient implementations of frame parsing, a frame type MUST use the shortest possible encoding. Though a two-, four- or eight-byte encoding of the frame types defined in this document is possible, the Frame Type field for these frames is encoded on a single byte.</p>
</blockquote>
<p>The easy fix for this is to make the varint encoding unique, such that every number can only be encoded in a single way. This is a very straightforward change from what we have today:<br>
The 1-byte numbers would still encode the values from 0 to 63, but the 2-byte numbers would encode the values between 64 and 16,447 (instead of encoding the range between 0 and 16,383), etc.</p>
<p>While a simplification of the spec is the main advantage of this change, it has the nice property that it slightly increases the encoding efficiency.</p>

<p style="font-size:small;-webkit-text-size-adjust:none;color:#666;">&mdash;<br />You are receiving this because you are subscribed to this thread.<br />Reply to this email directly, <a href="https://github.com/quicwg/base-drafts/issues/2299">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AWbkqwd5decoPy0TStErxZ6gbPpjAXtmks5vAdbugaJpZM4ZyX3n">mute the thread</a>.<img src="https://github.com/notifications/beacon/AWbkq68PAPA4TZUCXc5LEYqkEyGS8KDFks5vAdbugaJpZM4ZyX3n.gif" height="1" width="1" alt="" /></p>
<script type="application/json" data-scope="inboxmarkup">{"api_version":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name":"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"https://github.githubassets.com/images/email/message_cards/header.png","avatar_image_url":"https://github.githubassets.com/images/email/message_cards/avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/quicwg/base-drafts"}},"updates":{"snippets":[{"icon":"DESCRIPTION","message":"consider making the varint encoding unique (#2299)"}],"action":{"name":"View Issue","url":"https://github.com/quicwg/base-drafts/issues/2299"}}}</script>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/issues/2299",
"url": "https://github.com/quicwg/base-drafts/issues/2299",
"name": "View Issue"
},
"description": "View this Issue on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>
----==_mimepart_5c31df6ecf0ff_7ed23fbe02cd45c412747b--


From nobody Sun Jan  6 03:04:56 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 53A36130E3F for <quic-issues@ietfa.amsl.com>; Sun,  6 Jan 2019 03:04:55 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -1.447
X-Spam-Level: 
X-Spam-Status: No, score=-1.447 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIMWL_WL_HIGH=-0.065, DKIM_SIGNED=0.1, DKIM_VALID=-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_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 1FRGcPyxjuwI for <quic-issues@ietfa.amsl.com>; Sun,  6 Jan 2019 03:04:53 -0800 (PST)
Received: from o7.sgmail.github.com (o7.sgmail.github.com [167.89.101.198]) (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 D1087130E0A for <quic-issues@ietf.org>; Sun,  6 Jan 2019 03:04:53 -0800 (PST)
DKIM-Signature: v=1; a=rsa-sha1; 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=rmL8XVJrrGCEAwod42vT5xqgpc0=; b=VhoEEF3ws/cAwHvJ u1yYWzNNdJk15QZN5Qtw7e4EpeLqBY3P7HIHb9QeyrqJd1NzYd/pk1DZH28mcjoh i3Aw9fw1JbvB939bQ8Sn6qydev6MzAtN7bmVuai3HFjJuUt9vQv1zEqYjeBYASdk 0T3eJ7BvXU4PeCga7vVGGNajF1Y=
Received: by filter1229p1las1.sendgrid.net with SMTP id filter1229p1las1-6515-5C31E0D4-21 2019-01-06 11:04:53.018646379 +0000 UTC m=+671484.625832576
Received: from github-lowworker-63e61ec.cp1-iad.github.net (unknown [192.30.252.36]) by ismtpd0010p1iad2.sendgrid.net (SG) with ESMTP id ysFdeS9bQ8OdMujGesBPZQ for <quic-issues@ietf.org>; Sun, 06 Jan 2019 11:04:52.934 +0000 (UTC)
Received: from github.com (localhost [127.0.0.1]) by github-lowworker-63e61ec.cp1-iad.github.net (Postfix) with ESMTP id D8FE02A1405 for <quic-issues@ietf.org>; Sun,  6 Jan 2019 03:04:52 -0800 (PST)
Date: Sun, 06 Jan 2019 11:04:53 +0000 (UTC)
From: MikkelFJ <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+0166e4abf79b0b2d3da32c33538c088782b1a44a83efaf1192cf000000011849a2d492a169ce179e43e2@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/issues/2299/451732895@github.com>
In-Reply-To: <quicwg/base-drafts/issues/2299@github.com>
References: <quicwg/base-drafts/issues/2299@github.com>
Subject: Re: [quicwg/base-drafts] consider making the varint encoding unique (#2299)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5c31e0d4d79e7_47b83fe214cd45c01241620"; 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
X-SG-EID: l64QuQ2uJCcEyUykJbxN122A6QRmEpucztpreh3Pak2hKpC+gq+mTpQKuB64RHwAcnhGK2l5uQtO2O ssTReDZ7fTeZX8CkmrTlRheZOE9xQuJyhSAT6oBVB6YX3m3EiB4ycGQHE4nS8DvdZvvGKeR3lOhXSu efrfv0YTTINVjNn7tqT8FMZPzQdDH1nYljEPB0MUFSKtRJku1wYP8vSmKQ==
Archived-At: <https://mailarchive.ietf.org/arch/msg/quic-issues/8ylgLxhPaK599dVUEsMEaYWpp-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: Sun, 06 Jan 2019 11:04:55 -0000

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

I have also argued for this in the past, but it breaks down when conservatively allocate to bytes for a length that is unknown. Then you'd have to memmove if the length only require one byte.

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

<p>I have also argued for this in the past, but it breaks down when conservatively allocate to bytes for a length that is unknown. Then you'd have to memmove if the length only require one byte.</p>

<p style="font-size:small;-webkit-text-size-adjust:none;color:#666;">&mdash;<br />You are receiving this because you are subscribed to this thread.<br />Reply to this email directly, <a href="https://github.com/quicwg/base-drafts/issues/2299#issuecomment-451732895">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AWbkq7cZzR5SX37QJ2aaS7-GXjv0GmgJks5vAdhUgaJpZM4ZyX3n">mute the thread</a>.<img src="https://github.com/notifications/beacon/AWbkq9U_smBFUsS4zaJmuESG3BAYqgubks5vAdhUgaJpZM4ZyX3n.gif" height="1" width="1" alt="" /></p>
<script type="application/json" data-scope="inboxmarkup">{"api_version":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name":"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"https://github.githubassets.com/images/email/message_cards/header.png","avatar_image_url":"https://github.githubassets.com/images/email/message_cards/avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/quicwg/base-drafts"}},"updates":{"snippets":[{"icon":"PERSON","message":"@mikkelfj in #2299: I have also argued for this in the past, but it breaks down when conservatively allocate to bytes for a length that is unknown. Then you'd have to memmove if the length only require one byte."}],"action":{"name":"View Issue","url":"https://github.com/quicwg/base-drafts/issues/2299#issuecomment-451732895"}}}</script>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/issues/2299#issuecomment-451732895",
"url": "https://github.com/quicwg/base-drafts/issues/2299#issuecomment-451732895",
"name": "View Issue"
},
"description": "View this Issue on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>
----==_mimepart_5c31e0d4d79e7_47b83fe214cd45c01241620--


From nobody Sun Jan  6 03:09: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 9E278130DE9 for <quic-issues@ietfa.amsl.com>; Sun,  6 Jan 2019 03:09:44 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -6.447
X-Spam-Level: 
X-Spam-Status: No, score=-6.447 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIMWL_WL_HIGH=-0.065, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, HTML_IMAGE_ONLY_24=1.618, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-1, RCVD_IN_DNSWL_HI=-5, SPF_PASS=-0.001] autolearn=ham autolearn_force=no
Authentication-Results: ietfa.amsl.com (amavisd-new); dkim=pass (1024-bit key) header.d=github.com
Received: from mail.ietf.org ([4.31.198.44]) by localhost (ietfa.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 2qt1ouDLIzth for <quic-issues@ietfa.amsl.com>; Sun,  6 Jan 2019 03:09: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 16EC8123FFD for <quic-issues@ietf.org>; Sun,  6 Jan 2019 03:09:43 -0800 (PST)
Date: Sun, 06 Jan 2019 03:09:41 -0800
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1546772981; bh=eDDo2ekBLp0Z3r/W0BGTQriUQgmHL4eMY1MTXVUVeAA=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=BCqN1AwwHJfu4fuYBz3DS5Y9frl6p6Bkg6kFtWTvrVk/11YM1DoY6uBPmxOD21RI2 UZZQi9wU8opByhdJ7hAOqpPbmRq+ZQebHNcNyXZoI3dkX7Ij235MCzKtrpHvoSKPLh aS7ZaCGdbf8q5PP+UdNi0REqJohpyzbr/8mL2EgU=
From: Marten Seemann <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+0166e4abac7128f693c2292ac06fe1cb22b5c54b8f18fd7d92cf000000011849a3f592a169ce179e43e2@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/issues/2299/451733146@github.com>
In-Reply-To: <quicwg/base-drafts/issues/2299@github.com>
References: <quicwg/base-drafts/issues/2299@github.com>
Subject: Re: [quicwg/base-drafts] consider making the varint encoding unique (#2299)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5c31e1f51e53_49c33fa9d7ad45c447706f"; 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/RnKVxyY_d4rD7NemSxtNmfMXU3Q>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
List-Id: Notification list for GitHub issues related to the QUIC WG <quic-issues.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=unsubscribe>
List-Archive: <https://mailarchive.ietf.org/arch/browse/quic-issues/>
List-Post: <mailto:quic-issues@ietf.org>
List-Help: <mailto:quic-issues-request@ietf.org?subject=help>
List-Subscribe: <https://www.ietf.org/mailman/listinfo/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=subscribe>
X-List-Received-Date: Sun, 06 Jan 2019 11:09:45 -0000

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

Sure. Don't do that! It's definitely possible to use varints everywhere (I have a (roughly) draft-17 compliant implementation, I'm always using the shortest possible varint encoding, and I don't need to memmove anywhere in order to achieve 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/2299#issuecomment-451733146
----==_mimepart_5c31e1f51e53_49c33fa9d7ad45c447706f
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

<p>Sure. Don't do that! It's definitely possible to use varints everywhere (I have a (roughly) draft-17 compliant implementation, I'm always using the shortest possible varint encoding, and I don't need to memmove anywhere in order to achieve 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/2299#issuecomment-451733146">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AWbkq3B44hWSS6DNh06CwRlsub1HC5R5ks5vAdl1gaJpZM4ZyX3n">mute the thread</a>.<img src="https://github.com/notifications/beacon/AWbkq-Gsd1y7ewgdBXVi8wVEN3fRJm-3ks5vAdl1gaJpZM4ZyX3n.gif" height="1" width="1" alt="" /></p>
<script type="application/json" data-scope="inboxmarkup">{"api_version":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name":"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"https://github.githubassets.com/images/email/message_cards/header.png","avatar_image_url":"https://github.githubassets.com/images/email/message_cards/avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/quicwg/base-drafts"}},"updates":{"snippets":[{"icon":"PERSON","message":"@marten-seemann in #2299: Sure. Don't do that! It's definitely possible to use varints everywhere (I have a (roughly) draft-17 compliant implementation, I'm always using the shortest possible varint encoding, and I don't need to memmove anywhere in order to achieve that)."}],"action":{"name":"View Issue","url":"https://github.com/quicwg/base-drafts/issues/2299#issuecomment-451733146"}}}</script>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/issues/2299#issuecomment-451733146",
"url": "https://github.com/quicwg/base-drafts/issues/2299#issuecomment-451733146",
"name": "View Issue"
},
"description": "View this Issue on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>
----==_mimepart_5c31e1f51e53_49c33fa9d7ad45c447706f--


From nobody Sun Jan  6 05:09: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 8B4D1131030 for <quic-issues@ietfa.amsl.com>; Sun,  6 Jan 2019 05:08:59 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -8.065
X-Spam-Level: 
X-Spam-Status: No, score=-8.065 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIMWL_WL_HIGH=-0.065, 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_PASS=-0.001] autolearn=ham autolearn_force=no
Authentication-Results: ietfa.amsl.com (amavisd-new); dkim=pass (1024-bit key) header.d=github.com
Received: from mail.ietf.org ([4.31.198.44]) by localhost (ietfa.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 5llYBPVZuHQh for <quic-issues@ietfa.amsl.com>; Sun,  6 Jan 2019 05:08:57 -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 7D11113102F for <quic-issues@ietf.org>; Sun,  6 Jan 2019 05:08:57 -0800 (PST)
Date: Sun, 06 Jan 2019 05:08:55 -0800
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1546780135; bh=/OAJRbpKgracmyYoBuVi9KYd9qNmGEoT6UXPgAOiusI=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=0z9LpFrH8qRl3Tx/CmwMAXFio0jazxfMr1z8NxxG51B3IRfisifZsK7tkvdAv563N W1arrOzpJb097PP7ysc8MKJ2fPZW+P6EgiMQbqFDac5N0FrUZJ8acUupIwR2GW3f6R ir+6r4xs+3BUwdZaqE18E2QJ5qyFpnBmHwm0mhJ0=
From: ianswett <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+0166e4abcb5eac5fdb62128a097a0377473011074b2d7c2092cf000000011849bfe792a169ce179e43e2@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/issues/2299/451740417@github.com>
In-Reply-To: <quicwg/base-drafts/issues/2299@github.com>
References: <quicwg/base-drafts/issues/2299@github.com>
Subject: Re: [quicwg/base-drafts] consider making the varint encoding unique (#2299)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5c31fde79f076_74ac3ff6c1ed45c03716e1"; 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/1ld9xM8lXm8HoQ5W4pjCiA1oDRs>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
List-Id: Notification list for GitHub issues related to the QUIC WG <quic-issues.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=unsubscribe>
List-Archive: <https://mailarchive.ietf.org/arch/browse/quic-issues/>
List-Post: <mailto:quic-issues@ietf.org>
List-Help: <mailto:quic-issues-request@ietf.org?subject=help>
List-Subscribe: <https://www.ietf.org/mailman/listinfo/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=subscribe>
X-List-Received-Date: Sun, 06 Jan 2019 13:09:00 -0000

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

Conceptually this is nice and I think @ekr has mentioned this as well in the past.

But as @mikkelfj said, we'd have to carefully think through whether it causes some packetization headaches in practice.  Thinking through our current gQUIC implementation, I don't think it would cause problems.  I guess one could always add a byte or two of padding if the number was shorter than the reserved length?

This prevents or makes very awkward (for better or worse) picking fixed serialization sizes for specific cases(ie: ack blocks and gaps are always 2 bytes) and writing serialization code that assumes 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/2299#issuecomment-451740417
----==_mimepart_5c31fde79f076_74ac3ff6c1ed45c03716e1
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: quoted-printable

<p>Conceptually this is nice and I think <a class=3D"user-mention" data-h=
overcard-type=3D"user" data-hovercard-url=3D"/hovercards?user_id=3D111145=
7" data-octo-click=3D"hovercard-link-click" data-octo-dimensions=3D"link_=
type:self" href=3D"https://github.com/ekr">@ekr</a> has mentioned this as=
 well in the past.</p>
<p>But as <a class=3D"user-mention" data-hovercard-type=3D"user" data-hov=
ercard-url=3D"/hovercards?user_id=3D193335" data-octo-click=3D"hovercard-=
link-click" data-octo-dimensions=3D"link_type:self" href=3D"https://githu=
b.com/mikkelfj">@mikkelfj</a> said, we'd have to carefully think through =
whether it causes some packetization headaches in practice.  Thinking thr=
ough our current gQUIC implementation, I don't think it would cause probl=
ems.  I guess one could always add a byte or two of padding if the number=
 was shorter than the reserved length?</p>
<p>This prevents or makes very awkward (for better or worse) picking fixe=
d serialization sizes for specific cases(ie: ack blocks and gaps are alwa=
ys 2 bytes) and writing serialization code that assumes that.</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/2299#issuecomment-451740417">view it on GitHub</a>,=
 or <a href=3D"https://github.com/notifications/unsubscribe-auth/AWbkq2-A=
ra-p6Z0o59e4P0RXL-OjtlU-ks5vAfVngaJpZM4ZyX3n">mute the thread</a>.<img sr=
c=3D"https://github.com/notifications/beacon/AWbkq1kGKP-IpZ0rQ74biozbby2N=
WnOEks5vAfVngaJpZM4ZyX3n.gif" height=3D"1" width=3D"1" alt=3D"" /></p>
<script type=3D"application/json" data-scope=3D"inboxmarkup">{"api_versio=
n":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name"=
:"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"=
quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"http=
s://github.githubassets.com/images/email/message_cards/header.png","avata=
r_image_url":"https://github.githubassets.com/images/email/message_cards/=
avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/q=
uicwg/base-drafts"}},"updates":{"snippets":[{"icon":"PERSON","message":"@=
ianswett in #2299: Conceptually this is nice and I think @ekr has mention=
ed this as well in the past.\r\n\r\nBut as @mikkelfj said, we'd have to c=
arefully think through whether it causes some packetization headaches in =
practice.  Thinking through our current gQUIC implementation, I don't thi=
nk it would cause problems.  I guess one could always add a byte or two o=
f padding if the number was shorter than the reserved length?\r\n\r\nThis=
 prevents or makes very awkward (for better or worse) picking fixed seria=
lization sizes for specific cases(ie: ack blocks and gaps are always 2 by=
tes) and writing serialization code that assumes that."}],"action":{"name=
":"View Issue","url":"https://github.com/quicwg/base-drafts/issues/2299#i=
ssuecomment-451740417"}}}</script>
<script type=3D"application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/issues/2299#issuecomment=
-451740417",
"url": "https://github.com/quicwg/base-drafts/issues/2299#issuecomment-45=
1740417",
"name": "View Issue"
},
"description": "View this Issue on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>=

----==_mimepart_5c31fde79f076_74ac3ff6c1ed45c03716e1--


From nobody Sun Jan  6 08:02: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 2C77B127B4C for <quic-issues@ietfa.amsl.com>; Sun,  6 Jan 2019 08:02:21 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -8.063
X-Spam-Level: 
X-Spam-Status: No, score=-8.063 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIMWL_WL_HIGH=-0.065, 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_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 AlwSva9qhoTp for <quic-issues@ietfa.amsl.com>; Sun,  6 Jan 2019 08:02:19 -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 9250F1277BB for <quic-issues@ietf.org>; Sun,  6 Jan 2019 08:02:19 -0800 (PST)
Date: Sun, 06 Jan 2019 08:02:18 -0800
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1546790538; bh=OTXobpass3tHbibcGTaPuCo9Mk07WQ2nXfOT8+NwJhE=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=wPlE3c+Pr8hM43kXA0RXAtkHvwxW0GAYltY0vk9t+Dhc7VpwcyOENVHcZyUhwqko4 nkqhLMlVNvdcqQw7hK/niEHLU1/V0k8wOUNuySn4CiLJ7YcGITjC2IoPUqqNaRLtgL jfiT11adVCf81HrSaejP0s+qfodFexJqHN9rvunE=
From: Dmitri Tikhonov <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+0166e4abfd0946df5be53b85d6e402b830bfc026b6147a9092cf000000011849e88a92a169ce179e43e2@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/issues/2299/451752836@github.com>
In-Reply-To: <quicwg/base-drafts/issues/2299@github.com>
References: <quicwg/base-drafts/issues/2299@github.com>
Subject: Re: [quicwg/base-drafts] consider making the varint encoding unique (#2299)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5c32268a12d8c_ce03fed16ed45c04726fd"; 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/cpv5RCjzUkEa8usX-ULUroKTXAg>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
List-Id: Notification list for GitHub issues related to the QUIC WG <quic-issues.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=unsubscribe>
List-Archive: <https://mailarchive.ietf.org/arch/browse/quic-issues/>
List-Post: <mailto:quic-issues@ietf.org>
List-Help: <mailto:quic-issues-request@ietf.org?subject=help>
List-Subscribe: <https://www.ietf.org/mailman/listinfo/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=subscribe>
X-List-Received-Date: Sun, 06 Jan 2019 16:02:21 -0000

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

There are places where the shortest possible encoding is an important property to have, such as frame types. There are also places where it is not important, such as long header's payload length.

Losing the flexibility afforded by allowing fixed-size varints is one way to fix the clumsy language. The other way is to fix the clumsy language.

I suggest we add a definition for the shortest possible varint encoding to [Section 16](https://tools.ietf.org/html/draft-ietf-quic-transport-17#section-16)&mdash;we can call it _minimal_ varint encoding or something of the sort&mdash;and reference it in other parts of the documents as appropriate.

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

<p>There are places where the shortest possible encoding is an important =
property to have, such as frame types. There are also places where it is =
not important, such as long header's payload length.</p>=0D
<p>Losing the flexibility afforded by allowing fixed-size varints is one =
way to fix the clumsy language. The other way is to fix the clumsy langua=
ge.</p>=0D
<p>I suggest we add a definition for the shortest possible varint encodin=
g to <a href=3D"https://tools.ietf.org/html/draft-ietf-quic-transport-17#=
section-16" rel=3D"nofollow">Section 16</a>=E2=80=94we can call it <em>mi=
nimal</em> varint encoding or something of the sort=E2=80=94and reference=
 it in other parts of the documents as appropriate.</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/2299#issuecomment-451752836">view it on GitHub</a>,=
 or <a href=3D"https://github.com/notifications/unsubscribe-auth/AWbkq4qJ=
Yar0FY-53TLNhEm-_9N_qqtoks5vAh4KgaJpZM4ZyX3n">mute the thread</a>.<img sr=
c=3D"https://github.com/notifications/beacon/AWbkq3yvN0g7Gu2zZdo23lKWjk9W=
OSFTks5vAh4KgaJpZM4ZyX3n.gif" height=3D"1" width=3D"1" alt=3D"" /></p>=0D=

<script type=3D"application/json" data-scope=3D"inboxmarkup">{"api_versio=
n":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name"=
:"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"=
quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"http=
s://github.githubassets.com/images/email/message_cards/header.png","avata=
r_image_url":"https://github.githubassets.com/images/email/message_cards/=
avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/q=
uicwg/base-drafts"}},"updates":{"snippets":[{"icon":"PERSON","message":"@=
dtikhonov in #2299: There are places where the shortest possible encoding=
 is an important property to have, such as frame types. There are also pl=
aces where it is not important, such as long header's payload length.\r\n=
\r\nLosing the flexibility afforded by allowing fixed-size varints is one=
 way to fix the clumsy language. The other way is to fix the clumsy langu=
age.\r\n\r\nI suggest we add a definition for the shortest possible varin=
t encoding to [Section 16](https://tools.ietf.org/html/draft-ietf-quic-tr=
ansport-17#section-16)\u0026mdash;we can call it _minimal_ varint encodin=
g or something of the sort\u0026mdash;and reference it in other parts of =
the documents as appropriate."}],"action":{"name":"View Issue","url":"htt=
ps://github.com/quicwg/base-drafts/issues/2299#issuecomment-451752836"}}}=
</script>=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/2299#issuecomment=
-451752836",=0D
"url": "https://github.com/quicwg/base-drafts/issues/2299#issuecomment-45=
1752836",=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_5c32268a12d8c_ce03fed16ed45c04726fd--


From nobody Sun Jan  6 08:25: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 6A41A128BCC for <quic-issues@ietfa.amsl.com>; Sun,  6 Jan 2019 08:25:50 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -8.064
X-Spam-Level: 
X-Spam-Status: No, score=-8.064 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIMWL_WL_HIGH=-0.065, 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_PASS=-0.001] autolearn=ham autolearn_force=no
Authentication-Results: ietfa.amsl.com (amavisd-new); dkim=pass (1024-bit key) header.d=github.com
Received: from mail.ietf.org ([4.31.198.44]) by localhost (ietfa.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id APl55Qx33y1R for <quic-issues@ietfa.amsl.com>; Sun,  6 Jan 2019 08:25: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 94E2412894E for <quic-issues@ietf.org>; Sun,  6 Jan 2019 08:25:48 -0800 (PST)
Date: Sun, 06 Jan 2019 08:25:47 -0800
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1546791947; bh=dHScHxkyMGYBRIvh4LIm+b8v0xcLcoTE5yi56pjlShk=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=TPUNQrAoaa+mbYZD9IXln7jPCa655fhjEj+wrnZX6rxn8wfjfMbyeQJfcmD9dn3QM 3aYxv+8qmairkPU5hQU5sQieBPz+njxJn4S9EJBxtNRQ+ol7VsYC+gJ/fNoCECVLOU YXRuIXUoOyQbldsSsdm/XLSetiivVrsIDTRaPXqg=
From: Marten Seemann <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+0166e4ab4086e0228cbdeae6cdc1f670f1afef09e15ab0d192cf000000011849ee0b92a169ce179e43e2@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/issues/2299/451754606@github.com>
In-Reply-To: <quicwg/base-drafts/issues/2299@github.com>
References: <quicwg/base-drafts/issues/2299@github.com>
Subject: Re: [quicwg/base-drafts] consider making the varint encoding unique (#2299)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5c322c0b94c3e_61373fa85a4d45bc9410cc"; 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/HcHuvfGzNa0JNEY2tdFuwFaivds>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
List-Id: Notification list for GitHub issues related to the QUIC WG <quic-issues.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=unsubscribe>
List-Archive: <https://mailarchive.ietf.org/arch/browse/quic-issues/>
List-Post: <mailto:quic-issues@ietf.org>
List-Help: <mailto:quic-issues-request@ietf.org?subject=help>
List-Subscribe: <https://www.ietf.org/mailman/listinfo/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=subscribe>
X-List-Received-Date: Sun, 06 Jan 2019 16:25:51 -0000

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

> Losing the flexibility afforded by allowing fixed-size varints is one way to fix the clumsy language. The other way is to fix the clumsy language.

It's not only the language that's clumsy. The fact that we have to make this distinction at all is clumsy.
I see little value in having flexibility where it's not needed, especially if it adds weird corner cases elsewhere. I'm aware that reserving a longer value and filling it in later is a lazy way to implement the varint encoding, but I didn't find it particularly hard to write my code in a way that allows me to always use the optimal encoding.

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

<blockquote>
<p>Losing the flexibility afforded by allowing fixed-size varints is one =
way to fix the clumsy language. The other way is to fix the clumsy langua=
ge.</p>
</blockquote>
<p>It's not only the language that's clumsy. The fact that we have to mak=
e this distinction at all is clumsy.<br>
I see little value in having flexibility where it's not needed, especiall=
y if it adds weird corner cases elsewhere. I'm aware that reserving a lon=
ger value and filling it in later is a lazy way to implement the varint e=
ncoding, but I didn't find it particularly hard to write my code in a way=
 that allows me to always use the optimal encoding.</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/2299#issuecomment-451754606">view it on GitHub</a>,=
 or <a href=3D"https://github.com/notifications/unsubscribe-auth/AWbkqySP=
ikYCw_NI4EiuLAfAs1mCYIoBks5vAiOLgaJpZM4ZyX3n">mute the thread</a>.<img sr=
c=3D"https://github.com/notifications/beacon/AWbkq3u0PMXUXvtyOTdYfnQWYwwF=
xAWXks5vAiOLgaJpZM4ZyX3n.gif" height=3D"1" width=3D"1" alt=3D"" /></p>
<script type=3D"application/json" data-scope=3D"inboxmarkup">{"api_versio=
n":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name"=
:"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"=
quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"http=
s://github.githubassets.com/images/email/message_cards/header.png","avata=
r_image_url":"https://github.githubassets.com/images/email/message_cards/=
avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/q=
uicwg/base-drafts"}},"updates":{"snippets":[{"icon":"PERSON","message":"@=
marten-seemann in #2299: \u003e Losing the flexibility afforded by allowi=
ng fixed-size varints is one way to fix the clumsy language. The other wa=
y is to fix the clumsy language.\r\n\r\nIt's not only the language that's=
 clumsy. The fact that we have to make this distinction at all is clumsy.=
\r\nI see little value in having flexibility where it's not needed, espec=
ially if it adds weird corner cases elsewhere. I'm aware that reserving a=
 longer value and filling it in later is a lazy way to implement the vari=
nt encoding, but I didn't find it particularly hard to write my code in a=
 way that allows me to always use the optimal encoding."}],"action":{"nam=
e":"View Issue","url":"https://github.com/quicwg/base-drafts/issues/2299#=
issuecomment-451754606"}}}</script>
<script type=3D"application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/issues/2299#issuecomment=
-451754606",
"url": "https://github.com/quicwg/base-drafts/issues/2299#issuecomment-45=
1754606",
"name": "View Issue"
},
"description": "View this Issue on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>=

----==_mimepart_5c322c0b94c3e_61373fa85a4d45bc9410cc--


From nobody Sun Jan  6 09:53: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 0127A1286D9 for <quic-issues@ietfa.amsl.com>; Sun,  6 Jan 2019 09:53:50 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -8.064
X-Spam-Level: 
X-Spam-Status: No, score=-8.064 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIMWL_WL_HIGH=-0.065, 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_PASS=-0.001] autolearn=ham autolearn_force=no
Authentication-Results: ietfa.amsl.com (amavisd-new); dkim=pass (1024-bit key) header.d=github.com
Received: from mail.ietf.org ([4.31.198.44]) by localhost (ietfa.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id au62KgwEV70b for <quic-issues@ietfa.amsl.com>; Sun,  6 Jan 2019 09:53: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 01F2F1277D2 for <quic-issues@ietf.org>; Sun,  6 Jan 2019 09:53:47 -0800 (PST)
Date: Sun, 06 Jan 2019 09:53:45 -0800
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1546797225; bh=AbbV0GqYLJAnKhfF1iQfftXtvMnNr1VpLDszTQSEGN4=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=XpHwaIcsByfExoEQd+15vvnetnbDpDRQ3pzdfw8FaNneKJeqTRN2EzQxfTn/ay5b7 lacX7UHWuHk7s9vIqcJqqQgmc3l1NqOZk8k12ssc6Om9CMgGijWg3JS+2yBCRHR21o G3Nl261SqAcqU1sJ6T9dIKOVh0Sn4AoWrML5N0OA=
From: Kazuho Oku <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+0166e4ab7c33f21dc2f5024b7fc330164f8a9573b05ee02792cf00000001184a02a992a169ce179e43e2@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/issues/2299/451760731@github.com>
In-Reply-To: <quicwg/base-drafts/issues/2299@github.com>
References: <quicwg/base-drafts/issues/2299@github.com>
Subject: Re: [quicwg/base-drafts] consider making the varint encoding unique (#2299)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5c3240a9c840a_633c3fb4094d45c056365a"; 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/z_0-cV0-esofWOKBI9m_NVYPlyU>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
List-Id: Notification list for GitHub issues related to the QUIC WG <quic-issues.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=unsubscribe>
List-Archive: <https://mailarchive.ietf.org/arch/browse/quic-issues/>
List-Post: <mailto:quic-issues@ietf.org>
List-Help: <mailto:quic-issues-request@ietf.org?subject=help>
List-Subscribe: <https://www.ietf.org/mailman/listinfo/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=subscribe>
X-List-Received-Date: Sun, 06 Jan 2019 17:53:50 -0000

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

I have a mixed feeling about the proposal. Generally speaking, I prefer using a canonical encoding.

OTOH, there are cases that you do not know the length beforehand, and IIRC we have in the past built consensus based on the fact that people can use 2-byte varint for expressing values between 0 to 63.

FWIW, the fields that would be problemsome would be: length field of long header packets, frame lengths of HEADERS and PUSH_PROMISE frames. The lengths are determined after building the contents, and therefore the length of the lengths cannot be predetermined.

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

<p>I have a mixed feeling about the proposal. Generally speaking, I prefe=
r using a canonical encoding.</p>
<p>OTOH, there are cases that you do not know the length beforehand, and =
IIRC we have in the past built consensus based on the fact that people ca=
n use 2-byte varint for expressing values between 0 to 63.</p>
<p>FWIW, the fields that would be problemsome would be: length field of l=
ong header packets, frame lengths of HEADERS and PUSH_PROMISE frames. The=
 lengths are determined after building the contents, and therefore the le=
ngth of the lengths cannot be predetermined.</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/2299#issuecomment-451760731">view it on GitHub</a>,=
 or <a href=3D"https://github.com/notifications/unsubscribe-auth/AWbkq247=
6JAMrCRHeayyKTiO6hteChiLks5vAjgpgaJpZM4ZyX3n">mute the thread</a>.<img sr=
c=3D"https://github.com/notifications/beacon/AWbkqyoHt6Z9iML4-h3Wd-bgRNxu=
6tLhks5vAjgpgaJpZM4ZyX3n.gif" height=3D"1" width=3D"1" alt=3D"" /></p>
<script type=3D"application/json" data-scope=3D"inboxmarkup">{"api_versio=
n":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name"=
:"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"=
quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"http=
s://github.githubassets.com/images/email/message_cards/header.png","avata=
r_image_url":"https://github.githubassets.com/images/email/message_cards/=
avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/q=
uicwg/base-drafts"}},"updates":{"snippets":[{"icon":"PERSON","message":"@=
kazuho in #2299: I have a mixed feeling about the proposal. Generally spe=
aking, I prefer using a canonical encoding.\r\n\r\nOTOH, there are cases =
that you do not know the length beforehand, and IIRC we have in the past =
built consensus based on the fact that people can use 2-byte varint for e=
xpressing values between 0 to 63.\r\n\r\nFWIW, the fields that would be p=
roblemsome would be: length field of long header packets, frame lengths o=
f HEADERS and PUSH_PROMISE frames. The lengths are determined after build=
ing the contents, and therefore the length of the lengths cannot be prede=
termined."}],"action":{"name":"View Issue","url":"https://github.com/quic=
wg/base-drafts/issues/2299#issuecomment-451760731"}}}</script>
<script type=3D"application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/issues/2299#issuecomment=
-451760731",
"url": "https://github.com/quicwg/base-drafts/issues/2299#issuecomment-45=
1760731",
"name": "View Issue"
},
"description": "View this Issue on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>=

----==_mimepart_5c3240a9c840a_633c3fb4094d45c056365a--


From nobody Sun Jan  6 10:01: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 BB9F7128CB7 for <quic-issues@ietfa.amsl.com>; Sun,  6 Jan 2019 10:01:43 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -8.065
X-Spam-Level: 
X-Spam-Status: No, score=-8.065 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIMWL_WL_HIGH=-0.065, 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_PASS=-0.001] autolearn=ham autolearn_force=no
Authentication-Results: ietfa.amsl.com (amavisd-new); dkim=pass (1024-bit key) header.d=github.com
Received: from mail.ietf.org ([4.31.198.44]) by localhost (ietfa.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id sF59ol1ZTVZG for <quic-issues@ietfa.amsl.com>; Sun,  6 Jan 2019 10:01: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 EB366127B4C for <quic-issues@ietf.org>; Sun,  6 Jan 2019 10:01:40 -0800 (PST)
Date: Sun, 06 Jan 2019 10:01:39 -0800
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1546797699; bh=pCoCV0dISjmnJ3K0MDeHMpD3cXEQfs+H/qXElfZq9Kw=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=cD9N2yHJk2nkiVha3wIV9yhhb6itflx7kh9RtMMXtmWLNAeCA1ITo+gKreGAFqa12 TJGIPJFn+IpAhp7CwEEqL7YKJ3LLx0WH4BQgk0B7DnvR/9U+CgtGuFJpAmBpMm+k0f 9h1i2D8x3o9UskLQw9pqh8DMUqtsx5XL0Nb/Ls5A=
From: Kazuho Oku <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+0166e4abc6b6fb9db380f881eca8c2278826b665feada17f92cf00000001184a048392a169ce179e2ba1@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/issues/2298/451761344@github.com>
In-Reply-To: <quicwg/base-drafts/issues/2298@github.com>
References: <quicwg/base-drafts/issues/2298@github.com>
Subject: Re: [quicwg/base-drafts] missing description of what happens when receiving an ACK for an unsent packet (#2298)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5c324283d68f9_3fdc3ff7fd8d45c07479e7"; 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/WbwhqpvKPrJzLLWysXVV-uVwczQ>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
List-Id: Notification list for GitHub issues related to the QUIC WG <quic-issues.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=unsubscribe>
List-Archive: <https://mailarchive.ietf.org/arch/browse/quic-issues/>
List-Post: <mailto:quic-issues@ietf.org>
List-Help: <mailto:quic-issues-request@ietf.org?subject=help>
List-Subscribe: <https://www.ietf.org/mailman/listinfo/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=subscribe>
X-List-Received-Date: Sun, 06 Jan 2019 18:01:45 -0000

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

> I'm not sure which error code to use for that though, none of those currently defined really matches this case, so you'd have to use INTERNAL_ERROR.

I think you are expected to use PROTOCOL_VIOLATION in such case. Quoting from editors' draft: _An endpoint detected an error with protocol compliance that was not covered by more specific error codes._

> A peer that receives an acknowledgement for a packet that it didn't send should be required to close the connection.

FWIW, I think that the requirement should be no stronger than "SHOULD if detected", to avoid endpoints memoizing the gaps for the previous 2<sup>31</sup> range. I assume that endpoints would typically just drop packets carrying a PN that is deemed too old.

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

<blockquote>
<p>I'm not sure which error code to use for that though, none of those cu=
rrently defined really matches this case, so you'd have to use INTERNAL_E=
RROR.</p>
</blockquote>
<p>I think you are expected to use PROTOCOL_VIOLATION in such case. Quoti=
ng from editors' draft: <em>An endpoint detected an error with protocol c=
ompliance that was not covered by more specific error codes.</em></p>
<blockquote>
<p>A peer that receives an acknowledgement for a packet that it didn't se=
nd should be required to close the connection.</p>
</blockquote>
<p>FWIW, I think that the requirement should be no stronger than "SHOULD =
if detected", to avoid endpoints memoizing the gaps for the previous 2<su=
p>31</sup> range. I assume that endpoints would typically just drop packe=
ts carrying a PN that is deemed too old.</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/2298#issuecomment-451761344">view it on GitHub</a>,=
 or <a href=3D"https://github.com/notifications/unsubscribe-auth/AWbkq2AE=
N9HP-GjhYTEDzIhyyUtmZ_6Vks5vAjoDgaJpZM4ZyVfa">mute the thread</a>.<img sr=
c=3D"https://github.com/notifications/beacon/AWbkq7yyvBK-yAB-cyFV7JPNUM2-=
2NHLks5vAjoDgaJpZM4ZyVfa.gif" height=3D"1" width=3D"1" alt=3D"" /></p>
<script type=3D"application/json" data-scope=3D"inboxmarkup">{"api_versio=
n":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name"=
:"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"=
quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"http=
s://github.githubassets.com/images/email/message_cards/header.png","avata=
r_image_url":"https://github.githubassets.com/images/email/message_cards/=
avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/q=
uicwg/base-drafts"}},"updates":{"snippets":[{"icon":"PERSON","message":"@=
kazuho in #2298: \u003e I'm not sure which error code to use for that tho=
ugh, none of those currently defined really matches this case, so you'd h=
ave to use INTERNAL_ERROR.\r\n\r\nI think you are expected to use PROTOCO=
L_VIOLATION in such case. Quoting from editors' draft: _An endpoint detec=
ted an error with protocol compliance that was not covered by more specif=
ic error codes._\r\n\r\n\u003e A peer that receives an acknowledgement fo=
r a packet that it didn't send should be required to close the connection=
.\r\n\r\nFWIW, I think that the requirement should be no stronger than \"=
SHOULD if detected\", to avoid endpoints memoizing the gaps for the previ=
ous 2\u003csup\u003e31\u003c/sup\u003e range. I assume that endpoints wou=
ld typically just drop packets carrying a PN that is deemed too old."}],"=
action":{"name":"View Issue","url":"https://github.com/quicwg/base-drafts=
/issues/2298#issuecomment-451761344"}}}</script>
<script type=3D"application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/issues/2298#issuecomment=
-451761344",
"url": "https://github.com/quicwg/base-drafts/issues/2298#issuecomment-45=
1761344",
"name": "View Issue"
},
"description": "View this Issue on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>=

----==_mimepart_5c324283d68f9_3fdc3ff7fd8d45c07479e7--


From nobody Sun Jan  6 10:13: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 BD06512894E for <quic-issues@ietfa.amsl.com>; Sun,  6 Jan 2019 10:13:35 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -6.446
X-Spam-Level: 
X-Spam-Status: No, score=-6.446 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIMWL_WL_HIGH=-0.065, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, HTML_IMAGE_ONLY_24=1.618, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-1, RCVD_IN_DNSWL_HI=-5, 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 T6TX6zqGvNYv for <quic-issues@ietfa.amsl.com>; Sun,  6 Jan 2019 10:13: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 67B1912875B for <quic-issues@ietf.org>; Sun,  6 Jan 2019 10:13:32 -0800 (PST)
Date: Sun, 06 Jan 2019 10:13:31 -0800
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1546798411; bh=TCA2Snag9uS6S+REuJBD0Nglheb9ppbLyNcGDt/UQIM=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=vPUe8WVFLssuDp+r3QCRNuyYpHMKEmQapl501cxAx2nnH2pKAHbweznY7kcdq5Zbm IWKDsHR+oAsyN3PTV5dtVIC6IjWev7jtGaSmiADELfaN9IYX1y2sU7NCw6vRvbGk71 hQERD2P2EgcrX1k3Ghkkqx2ukcvl6+waQfMLXEvo=
From: Kazuho Oku <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/2285/push/3184923926@github.com>
In-Reply-To: <quicwg/base-drafts/pull/2285@github.com>
References: <quicwg/base-drafts/pull/2285@github.com>
Subject: Re: [quicwg/base-drafts] Rename Final Offset to Final Size (#2285)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5c32454b69f0a_3c8b3f80ab8d45bc1205e8"; charset=UTF-8
Content-Transfer-Encoding: 7bit
Precedence: list
X-GitHub-Sender: kazuho
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/_TEm2tk3wp7fT3dh1TCmOuYCbuc>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
List-Id: Notification list for GitHub issues related to the QUIC WG <quic-issues.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=unsubscribe>
List-Archive: <https://mailarchive.ietf.org/arch/browse/quic-issues/>
List-Post: <mailto:quic-issues@ietf.org>
List-Help: <mailto:quic-issues-request@ietf.org?subject=help>
List-Subscribe: <https://www.ietf.org/mailman/listinfo/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=subscribe>
X-List-Received-Date: Sun, 06 Jan 2019 18:13:36 -0000

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

@kazuho pushed 1 commit.

5779ec165e78ace2503496a6099ba1ca8242c320  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/2285/files/e2498da8e49df6322c1e4da2f29db9cf13679d03..5779ec165e78ace2503496a6099ba1ca8242c320

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

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

<ul>
  <li><a class="commit-link" href="https://github.com/quicwg/base-drafts/commit/5779ec165e78ace2503496a6099ba1ca8242c320">5779ec1</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/2285/files/e2498da8e49df6322c1e4da2f29db9cf13679d03..5779ec165e78ace2503496a6099ba1ca8242c320">View it on GitHub</a> or <a href="https://github.com/notifications/unsubscribe-auth/AWbkq2kEKtn0tHrxlO6ZX-F6n-eDmvK4ks5vAjzLgaJpZM4Zna81">mute the thread</a>.<img src="https://github.com/notifications/beacon/AWbkqyvfxcsLQsHF4cCapNni_E9bZjzBks5vAjzLgaJpZM4Zna81.gif" height="1" width="1" alt="" /></p>
<script type="application/json" data-scope="inboxmarkup">{"api_version":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name":"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"https://github.githubassets.com/images/email/message_cards/header.png","avatar_image_url":"https://github.githubassets.com/images/email/message_cards/avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/quicwg/base-drafts"}},"updates":{"snippets":[{"icon":"PERSON","message":"@kazuho pushed 1 commit in #2285"}],"action":{"name":"View Pull Request","url":"https://github.com/quicwg/base-drafts/pull/2285/files/e2498da8e49df6322c1e4da2f29db9cf13679d03..5779ec165e78ace2503496a6099ba1ca8242c320"}}}</script>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/pull/2285/files/e2498da8e49df6322c1e4da2f29db9cf13679d03..5779ec165e78ace2503496a6099ba1ca8242c320",
"url": "https://github.com/quicwg/base-drafts/pull/2285/files/e2498da8e49df6322c1e4da2f29db9cf13679d03..5779ec165e78ace2503496a6099ba1ca8242c320",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>

----==_mimepart_5c32454b69f0a_3c8b3f80ab8d45bc1205e8--


From nobody Sun Jan  6 10:13: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 DF61C128CB7 for <quic-issues@ietfa.amsl.com>; Sun,  6 Jan 2019 10:13:49 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -8.065
X-Spam-Level: 
X-Spam-Status: No, score=-8.065 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIMWL_WL_HIGH=-0.065, 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_PASS=-0.001] autolearn=ham autolearn_force=no
Authentication-Results: ietfa.amsl.com (amavisd-new); dkim=pass (1024-bit key) header.d=github.com
Received: from mail.ietf.org ([4.31.198.44]) by localhost (ietfa.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id XL9hvGz7xoxm for <quic-issues@ietfa.amsl.com>; Sun,  6 Jan 2019 10:13:47 -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 EFE3C128B14 for <quic-issues@ietf.org>; Sun,  6 Jan 2019 10:13:46 -0800 (PST)
Date: Sun, 06 Jan 2019 10:13:45 -0800
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1546798425; bh=pMkq26YYOAbK8qreMa1jtuIP5hedWXERphjB7U3X3KQ=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=e/p/wFUyC/6iN92Vmr38ENGNGs+J+l9i8owkfvb0Y9eNz0Rr3Hd+QnccREUL+2YxR df2BIJ+BWkqxkFu9TbiysNRiNKOCa2KRKFGsw1vyqXpyD+yeUEKuNekHmSmv6ZwNk9 WK+W0shu0nbgu3+nOcE32izl4glbxoUxUpsMgPvQ=
From: Nick Banks <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+0166e4ab3fb191468ca070c2f8a2ef95a882c2ca15c2dcd992cf00000001184a075992a169ce179e43e2@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/issues/2299/451762140@github.com>
In-Reply-To: <quicwg/base-drafts/issues/2299@github.com>
References: <quicwg/base-drafts/issues/2299@github.com>
Subject: Re: [quicwg/base-drafts] consider making the varint encoding unique (#2299)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5c3245592ee19_343e3fc6f42d45c47346a"; 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/-5axunImpi06emVL8u7yeW72qQQ>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
List-Id: Notification list for GitHub issues related to the QUIC WG <quic-issues.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=unsubscribe>
List-Archive: <https://mailarchive.ietf.org/arch/browse/quic-issues/>
List-Post: <mailto:quic-issues@ietf.org>
List-Help: <mailto:quic-issues-request@ietf.org?subject=help>
List-Subscribe: <https://www.ietf.org/mailman/listinfo/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=subscribe>
X-List-Received-Date: Sun, 06 Jan 2019 18:13:50 -0000

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

In WinQuic we have a special function just for encoding a varint explicitly two bytes that we use for the payload length in long headers. It would be **extremely difficult** to update this code to always use the shortest encoding without having to memmove the entire payload after it has been written to the packet buffer.

Looking up at the requirement for shortest possible frame type, I don't understand why that's even necessary to require this. Obviously it's more efficient on the wire, but as far as implementation processing efficiency goes, it would make little difference in the grand scheme of things (a majority of all CPU will be spent in encryption/decryption). So, we can recommend the shortest encoding, but I don't think we should kill the connection if a particular implementation does always use that.

I'd prefer to leave the varint as is and remove any requirements for a particular encoding 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/2299#issuecomment-451762140
----==_mimepart_5c3245592ee19_343e3fc6f42d45c47346a
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: quoted-printable

<p>In WinQuic we have a special function just for encoding a varint expli=
citly two bytes that we use for the payload length in long headers. It wo=
uld be <strong>extremely difficult</strong> to update this code to always=
 use the shortest encoding without having to memmove the entire payload a=
fter it has been written to the packet buffer.</p>
<p>Looking up at the requirement for shortest possible frame type, I don'=
t understand why that's even necessary to require this. Obviously it's mo=
re efficient on the wire, but as far as implementation processing efficie=
ncy goes, it would make little difference in the grand scheme of things (=
a majority of all CPU will be spent in encryption/decryption). So, we can=
 recommend the shortest encoding, but I don't think we should kill the co=
nnection if a particular implementation does always use that.</p>
<p>I'd prefer to leave the varint as is and remove any requirements for a=
 particular encoding length.</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/2299#issuecomment-451762140">view it on GitHub</a>,=
 or <a href=3D"https://github.com/notifications/unsubscribe-auth/AWbkqzb5=
GC1S4xklnnnSoac9c8qvhLbVks5vAjzZgaJpZM4ZyX3n">mute the thread</a>.<img sr=
c=3D"https://github.com/notifications/beacon/AWbkqx-UFBfTK0qyCiX6SDfPu4Wh=
7mbJks5vAjzZgaJpZM4ZyX3n.gif" height=3D"1" width=3D"1" alt=3D"" /></p>
<script type=3D"application/json" data-scope=3D"inboxmarkup">{"api_versio=
n":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name"=
:"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"=
quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"http=
s://github.githubassets.com/images/email/message_cards/header.png","avata=
r_image_url":"https://github.githubassets.com/images/email/message_cards/=
avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/q=
uicwg/base-drafts"}},"updates":{"snippets":[{"icon":"PERSON","message":"@=
nibanks in #2299: In WinQuic we have a special function just for encoding=
 a varint explicitly two bytes that we use for the payload length in long=
 headers. It would be **extremely difficult** to update this code to alwa=
ys use the shortest encoding without having to memmove the entire payload=
 after it has been written to the packet buffer.\r\n\r\nLooking up at the=
 requirement for shortest possible frame type, I don't understand why tha=
t's even necessary to require this. Obviously it's more efficient on the =
wire, but as far as implementation processing efficiency goes, it would m=
ake little difference in the grand scheme of things (a majority of all CP=
U will be spent in encryption/decryption). So, we can recommend the short=
est encoding, but I don't think we should kill the connection if a partic=
ular implementation does always use that.\r\n\r\nI'd prefer to leave the =
varint as is and remove any requirements for a particular encoding length=
."}],"action":{"name":"View Issue","url":"https://github.com/quicwg/base-=
drafts/issues/2299#issuecomment-451762140"}}}</script>
<script type=3D"application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/issues/2299#issuecomment=
-451762140",
"url": "https://github.com/quicwg/base-drafts/issues/2299#issuecomment-45=
1762140",
"name": "View Issue"
},
"description": "View this Issue on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>=

----==_mimepart_5c3245592ee19_343e3fc6f42d45c47346a--


From nobody Sun Jan  6 10:16: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 6CA4E12D4F0 for <quic-issues@ietfa.amsl.com>; Sun,  6 Jan 2019 10:16:17 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -6.661
X-Spam-Level: 
X-Spam-Status: No, score=-6.661 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIMWL_WL_HIGH=-0.065, 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_PASS=-0.001] autolearn=ham autolearn_force=no
Authentication-Results: ietfa.amsl.com (amavisd-new); dkim=pass (1024-bit key) header.d=github.com
Received: from mail.ietf.org ([4.31.198.44]) by localhost (ietfa.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id iCmA8h5kKmHq for <quic-issues@ietfa.amsl.com>; Sun,  6 Jan 2019 10:16: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 1F323129508 for <quic-issues@ietf.org>; Sun,  6 Jan 2019 10:16:15 -0800 (PST)
Date: Sun, 06 Jan 2019 10:16:14 -0800
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1546798574; bh=N/2XfWZxnP7Mo19y/jQLOK29hltHZiautz846fS6z5I=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=oqpi0gqxOEiL7avniv4pLmSGzI/btIkZ/149+XCfSOPczYb7AEBeMdlTz+Rmx5efl vapIT5LejC04bSfZ/REQb5zDSdoQAGL+08jD98LDyHYV/qkgCxEfFveF6bwDo3aDKa a9l/V9pdUGzZjgfZBHvxjsaBeRJLMYWKnkpf619k=
From: Kazuho Oku <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+0166e4aba9373809a7e8ea8399f25371a0bfa43fe0f8926092cf00000001184a07ee92a169ce1791b3a4@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/pull/2285/review/189639127@github.com>
In-Reply-To: <quicwg/base-drafts/pull/2285@github.com>
References: <quicwg/base-drafts/pull/2285@github.com>
Subject: Re: [quicwg/base-drafts] Rename Final Offset to Final Size (#2285)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5c3245ee42392_35d83f99300d45b84293aa"; 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/dlRLYJ9F3Li6NxzQKd4a7POl8HA>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
List-Id: Notification list for GitHub issues related to the QUIC WG <quic-issues.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=unsubscribe>
List-Archive: <https://mailarchive.ietf.org/arch/browse/quic-issues/>
List-Post: <mailto:quic-issues@ietf.org>
List-Help: <mailto:quic-issues-request@ietf.org?subject=help>
List-Subscribe: <https://www.ietf.org/mailman/listinfo/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=subscribe>
X-List-Received-Date: Sun, 06 Jan 2019 18:16:18 -0000

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

kazuho commented on this pull request.



>  
-An endpoint will know the final offset for a stream when the receiving part of
-the stream enters the "Size Known" or "Reset Recvd" state ({{stream-states}}).
+For a
+stream that is reset, the final size is carried explicitly in a RESET_STREAM
+frame.  Otherwise, the final size is the offset plus the length of a STREAM

Isn't that a protocol violation triggering FINAL_OFFSET_ERROR (to be renamed to FINAL_SIZE_ERROR)? Quoting from the draft: _an endpoint received a RESET_STREAM frame containing a final offset that was lower than the maximum offset of data that was already 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/2285#discussion_r245517266
----==_mimepart_5c3245ee42392_35d83f99300d45b84293aa
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/2285#discussion_r245517266">draft-ietf-quic-transport.md</a>:</p>
<pre style='color:#555'>&gt;  
-An endpoint will know the final offset for a stream when the receiving part of
-the stream enters the &quot;Size Known&quot; or &quot;Reset Recvd&quot; state ({{stream-states}}).
+For a
+stream that is reset, the final size is carried explicitly in a RESET_STREAM
+frame.  Otherwise, the final size is the offset plus the length of a STREAM
</pre>
<p>Isn't that a protocol violation triggering FINAL_OFFSET_ERROR (to be renamed to FINAL_SIZE_ERROR)? Quoting from the draft: <em>an endpoint received a RESET_STREAM frame containing a final offset that was lower than the maximum offset of data that was already received.</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/pull/2285#discussion_r245517266">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AWbkq22sRg9mA1ymT3Tz5h1_fxqG9m2Yks5vAj1ugaJpZM4Zna81">mute the thread</a>.<img src="https://github.com/notifications/beacon/AWbkqwICfU1rnE7cSQSpB5fsVo0Wipnkks5vAj1ugaJpZM4Zna81.gif" height="1" width="1" alt="" /></p>
<script type="application/json" data-scope="inboxmarkup">{"api_version":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name":"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"https://github.githubassets.com/images/email/message_cards/header.png","avatar_image_url":"https://github.githubassets.com/images/email/message_cards/avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/quicwg/base-drafts"}},"updates":{"snippets":[{"icon":"PERSON","message":"@kazuho commented on #2285"}],"action":{"name":"View Pull Request","url":"https://github.com/quicwg/base-drafts/pull/2285#discussion_r245517266"}}}</script>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/pull/2285#discussion_r245517266",
"url": "https://github.com/quicwg/base-drafts/pull/2285#discussion_r245517266",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>
----==_mimepart_5c3245ee42392_35d83f99300d45b84293aa--


From nobody Sun Jan  6 10:22: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 4673912894E for <quic-issues@ietfa.amsl.com>; Sun,  6 Jan 2019 10:22:24 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -6.447
X-Spam-Level: 
X-Spam-Status: No, score=-6.447 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIMWL_WL_HIGH=-0.065, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, HTML_IMAGE_ONLY_24=1.618, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-1, RCVD_IN_DNSWL_HI=-5, SPF_PASS=-0.001] autolearn=ham autolearn_force=no
Authentication-Results: ietfa.amsl.com (amavisd-new); dkim=pass (1024-bit key) header.d=github.com
Received: from mail.ietf.org ([4.31.198.44]) by localhost (ietfa.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id VkfWxJMlNwS9 for <quic-issues@ietfa.amsl.com>; Sun,  6 Jan 2019 10:22: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 BCA0012875B for <quic-issues@ietf.org>; Sun,  6 Jan 2019 10:22:22 -0800 (PST)
Date: Sun, 06 Jan 2019 10:22:21 -0800
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1546798941; bh=FW7ol0tal7W0D6xFY4iphnvTxx1YjwMPPwdBaiGyOVA=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=MxjQYTAnA2BqnmYSTuFOK8vqejMKFP9jThPdZRrMJ3QRp4MlnXrJJPlkZjinFkY69 Shvxlpp1H+8zNAQGOhURBZFb64lxuYraKrgZ5zLh+f0S4qgsU+2hOafRxDSV0L5wu/ uKpHz9g7Dt9ENftbp18Esf2Nx/K2mzuYu2cKbOTI=
From: Kazuho Oku <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/2285/push/3184932336@github.com>
In-Reply-To: <quicwg/base-drafts/pull/2285@github.com>
References: <quicwg/base-drafts/pull/2285@github.com>
Subject: Re: [quicwg/base-drafts] Rename Final Offset to Final Size (#2285)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5c32475ddbbc6_1aa63fcc472d45bc1649752"; charset=UTF-8
Content-Transfer-Encoding: 7bit
Precedence: list
X-GitHub-Sender: kazuho
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/bwHcKI7C4rAHT0YXVRnWGvpg8a4>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
List-Id: Notification list for GitHub issues related to the QUIC WG <quic-issues.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=unsubscribe>
List-Archive: <https://mailarchive.ietf.org/arch/browse/quic-issues/>
List-Post: <mailto:quic-issues@ietf.org>
List-Help: <mailto:quic-issues-request@ietf.org?subject=help>
List-Subscribe: <https://www.ietf.org/mailman/listinfo/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=subscribe>
X-List-Received-Date: Sun, 06 Jan 2019 18:22:24 -0000

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

@kazuho pushed 1 commit.

d0163cadacef8b8a6fc8ff03721af0baa24aa952  Merge branch 'master' into kazuho/final-size


-- 
You are receiving this because you are subscribed to this thread.
View it on GitHub:
https://github.com/quicwg/base-drafts/pull/2285/files/5779ec165e78ace2503496a6099ba1ca8242c320..d0163cadacef8b8a6fc8ff03721af0baa24aa952

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

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

<ul>
  <li><a class="commit-link" href="https://github.com/quicwg/base-drafts/commit/d0163cadacef8b8a6fc8ff03721af0baa24aa952">d0163ca</a>  Merge branch &#39;master&#39; into kazuho/final-size</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/2285/files/5779ec165e78ace2503496a6099ba1ca8242c320..d0163cadacef8b8a6fc8ff03721af0baa24aa952">View it on GitHub</a> or <a href="https://github.com/notifications/unsubscribe-auth/AWbkq-B5RoTZ_jq9sVqdhvD1aNVsrVzhks5vAj7dgaJpZM4Zna81">mute the thread</a>.<img src="https://github.com/notifications/beacon/AWbkq-z2VHjzq-Z6TBnYK_7GyUx5UGHrks5vAj7dgaJpZM4Zna81.gif" height="1" width="1" alt="" /></p>
<script type="application/json" data-scope="inboxmarkup">{"api_version":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name":"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"https://github.githubassets.com/images/email/message_cards/header.png","avatar_image_url":"https://github.githubassets.com/images/email/message_cards/avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/quicwg/base-drafts"}},"updates":{"snippets":[{"icon":"PERSON","message":"@kazuho pushed 1 commit in #2285"}],"action":{"name":"View Pull Request","url":"https://github.com/quicwg/base-drafts/pull/2285/files/5779ec165e78ace2503496a6099ba1ca8242c320..d0163cadacef8b8a6fc8ff03721af0baa24aa952"}}}</script>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/pull/2285/files/5779ec165e78ace2503496a6099ba1ca8242c320..d0163cadacef8b8a6fc8ff03721af0baa24aa952",
"url": "https://github.com/quicwg/base-drafts/pull/2285/files/5779ec165e78ace2503496a6099ba1ca8242c320..d0163cadacef8b8a6fc8ff03721af0baa24aa952",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>

----==_mimepart_5c32475ddbbc6_1aa63fcc472d45bc1649752--


From nobody Sun Jan  6 10:23: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 633E712875B for <quic-issues@ietfa.amsl.com>; Sun,  6 Jan 2019 10:23:09 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -8.064
X-Spam-Level: 
X-Spam-Status: No, score=-8.064 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIMWL_WL_HIGH=-0.065, 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_PASS=-0.001] autolearn=ham autolearn_force=no
Authentication-Results: ietfa.amsl.com (amavisd-new); dkim=pass (1024-bit key) header.d=github.com
Received: from mail.ietf.org ([4.31.198.44]) by localhost (ietfa.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id KYGGGTyggU1j for <quic-issues@ietfa.amsl.com>; Sun,  6 Jan 2019 10:23:07 -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 3EACE12894E for <quic-issues@ietf.org>; Sun,  6 Jan 2019 10:23:07 -0800 (PST)
Date: Sun, 06 Jan 2019 10:23:06 -0800
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1546798986; bh=s0AcVVMYtUKD2F3O5AcROlX4EOa7/j1pYA98a2L9bL0=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=jyzk+ojNzQddVs0l9yU+X20iytPARZLAb9Go6P1WBLyrg2XcQLlORXD9Ks4VK4AAk 984Q2hSD0146kbV4gfTeHI98GRQ5S2IiHKCz+fOjOWB9kbQiqNlI8S+eNHxzRvm3Aq PgW+lk3v8mc2BBD7yGJeG7Miusk4lqdfHDW0OtY8=
From: Kazuho Oku <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+0166e4ab9335069a36df65c2853443e1f21ee956a78282a092cf00000001184a098a92a169ce1791b3a4@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/pull/2285/review/189639291@github.com>
In-Reply-To: <quicwg/base-drafts/pull/2285@github.com>
References: <quicwg/base-drafts/pull/2285@github.com>
Subject: Re: [quicwg/base-drafts] Rename Final Offset to Final Size (#2285)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5c32478a4ff84_7b543f9bd38d45c4596240"; 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/p17jK9x3GnzI0mSgMbTa8s1eDxk>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
List-Id: Notification list for GitHub issues related to the QUIC WG <quic-issues.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=unsubscribe>
List-Archive: <https://mailarchive.ietf.org/arch/browse/quic-issues/>
List-Post: <mailto:quic-issues@ietf.org>
List-Help: <mailto:quic-issues-request@ietf.org?subject=help>
List-Subscribe: <https://www.ietf.org/mailman/listinfo/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=subscribe>
X-List-Received-Date: Sun, 06 Jan 2019 18:23:09 -0000

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

kazuho commented on this pull request.



>  
-The final offset is the count of the number of bytes that are transmitted on a
-stream.  For a stream that is reset, the final offset is carried explicitly in a
-RESET_STREAM frame.  Otherwise, the final offset is the offset of the end of the
-data carried in a STREAM frame marked with a FIN flag, or 0 in the case of
-incoming unidirectional streams.
+The final size is the amount of flow control credit that is consumed by a
+stream.  Assuming that every contiguous byte on the stream was sent, the final

Thank you for the suggestion, applied in 5779ec1.

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/quicwg/base-drafts/pull/2285#discussion_r245517428
----==_mimepart_5c32478a4ff84_7b543f9bd38d45c4596240
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/2285#discussion_r245517428">draft-ietf-quic-transport.md</a>:</p>
<pre style='color:#555'>&gt;  
-The final offset is the count of the number of bytes that are transmitted on a
-stream.  For a stream that is reset, the final offset is carried explicitly in a
-RESET_STREAM frame.  Otherwise, the final offset is the offset of the end of the
-data carried in a STREAM frame marked with a FIN flag, or 0 in the case of
-incoming unidirectional streams.
+The final size is the amount of flow control credit that is consumed by a
+stream.  Assuming that every contiguous byte on the stream was sent, the final
</pre>
<p>Thank you for the suggestion, applied in <a class="commit-link" data-hovercard-type="commit" data-hovercard-url="https://github.com/quicwg/base-drafts/commit/5779ec165e78ace2503496a6099ba1ca8242c320/hovercard" href="https://github.com/quicwg/base-drafts/commit/5779ec165e78ace2503496a6099ba1ca8242c320"><tt>5779ec1</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/2285#discussion_r245517428">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AWbkqxSIAdXNxZ54kMOMK775S-C7RfQBks5vAj8KgaJpZM4Zna81">mute the thread</a>.<img src="https://github.com/notifications/beacon/AWbkqwdR9ezq27o9k3XqinJ7EpwcN4jdks5vAj8KgaJpZM4Zna81.gif" height="1" width="1" alt="" /></p>
<script type="application/json" data-scope="inboxmarkup">{"api_version":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name":"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"https://github.githubassets.com/images/email/message_cards/header.png","avatar_image_url":"https://github.githubassets.com/images/email/message_cards/avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/quicwg/base-drafts"}},"updates":{"snippets":[{"icon":"PERSON","message":"@kazuho commented on #2285"}],"action":{"name":"View Pull Request","url":"https://github.com/quicwg/base-drafts/pull/2285#discussion_r245517428"}}}</script>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/pull/2285#discussion_r245517428",
"url": "https://github.com/quicwg/base-drafts/pull/2285#discussion_r245517428",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>
----==_mimepart_5c32478a4ff84_7b543f9bd38d45c4596240--


From nobody Sun Jan  6 10: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 F199612894E for <quic-issues@ietfa.amsl.com>; Sun,  6 Jan 2019 10:24:41 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -6.447
X-Spam-Level: 
X-Spam-Status: No, score=-6.447 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIMWL_WL_HIGH=-0.065, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, HTML_IMAGE_ONLY_24=1.618, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-1, RCVD_IN_DNSWL_HI=-5, SPF_PASS=-0.001] autolearn=ham autolearn_force=no
Authentication-Results: ietfa.amsl.com (amavisd-new); dkim=pass (1024-bit key) header.d=github.com
Received: from mail.ietf.org ([4.31.198.44]) by localhost (ietfa.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id qqQ6Bg0iYfp9 for <quic-issues@ietfa.amsl.com>; Sun,  6 Jan 2019 10:24: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 94B6112875B for <quic-issues@ietf.org>; Sun,  6 Jan 2019 10:24:40 -0800 (PST)
Date: Sun, 06 Jan 2019 10:24:39 -0800
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1546799079; bh=Ouco02i6fqwb/sMNrWw09OzNeBZZaAWNx5QuPiNvg4M=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=uxw4TDCqCc7BgAB4hf6UVapx4wtCz4VuasE+pzz7nA/bxqbJLc/aGEBYKbCwG8Fk/ QmjzfiTBzP29b2CdiuQJAO6yFVkZyGWSGO9eCjfJJnzzmIY55gTLjomCLTHCX+3OlQ BybqXO5cgfEpavWPOCeMAG5dkx95n7DWx7uZ/WrE=
From: Kazuho Oku <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/2285/push/3184934446@github.com>
In-Reply-To: <quicwg/base-drafts/pull/2285@github.com>
References: <quicwg/base-drafts/pull/2285@github.com>
Subject: Re: [quicwg/base-drafts] Rename Final Offset to Final Size (#2285)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5c3247e7bfa37_50673fb4094d45c0269998"; charset=UTF-8
Content-Transfer-Encoding: 7bit
Precedence: list
X-GitHub-Sender: kazuho
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/4l1bIZs6eWkvu6xnF7uKWmSxpUY>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
List-Id: Notification list for GitHub issues related to the QUIC WG <quic-issues.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=unsubscribe>
List-Archive: <https://mailarchive.ietf.org/arch/browse/quic-issues/>
List-Post: <mailto:quic-issues@ietf.org>
List-Help: <mailto:quic-issues-request@ietf.org?subject=help>
List-Subscribe: <https://www.ietf.org/mailman/listinfo/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=subscribe>
X-List-Received-Date: Sun, 06 Jan 2019 18:24:42 -0000

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

@kazuho pushed 1 commit.

7369a018415fabd6e3295b4e04a102a0531fc06c  "final stream size" is confusing, avoid "stream"


-- 
You are receiving this because you are subscribed to this thread.
View it on GitHub:
https://github.com/quicwg/base-drafts/pull/2285/files/d0163cadacef8b8a6fc8ff03721af0baa24aa952..7369a018415fabd6e3295b4e04a102a0531fc06c

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

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

<ul>
  <li><a class="commit-link" href="https://github.com/quicwg/base-drafts/commit/7369a018415fabd6e3295b4e04a102a0531fc06c">7369a01</a>  &quot;final stream size&quot; is confusing, avoid &quot;stream&quot;</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/2285/files/d0163cadacef8b8a6fc8ff03721af0baa24aa952..7369a018415fabd6e3295b4e04a102a0531fc06c">View it on GitHub</a> or <a href="https://github.com/notifications/unsubscribe-auth/AWbkq_QZusAXGA4BuBx1MykTWHRODXBPks5vAj9ngaJpZM4Zna81">mute the thread</a>.<img src="https://github.com/notifications/beacon/AWbkq4h9Z0eOVWFxL9ylgWCQaJ4pA9LCks5vAj9ngaJpZM4Zna81.gif" height="1" width="1" alt="" /></p>
<script type="application/json" data-scope="inboxmarkup">{"api_version":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name":"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"https://github.githubassets.com/images/email/message_cards/header.png","avatar_image_url":"https://github.githubassets.com/images/email/message_cards/avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/quicwg/base-drafts"}},"updates":{"snippets":[{"icon":"PERSON","message":"@kazuho pushed 1 commit in #2285"}],"action":{"name":"View Pull Request","url":"https://github.com/quicwg/base-drafts/pull/2285/files/d0163cadacef8b8a6fc8ff03721af0baa24aa952..7369a018415fabd6e3295b4e04a102a0531fc06c"}}}</script>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/pull/2285/files/d0163cadacef8b8a6fc8ff03721af0baa24aa952..7369a018415fabd6e3295b4e04a102a0531fc06c",
"url": "https://github.com/quicwg/base-drafts/pull/2285/files/d0163cadacef8b8a6fc8ff03721af0baa24aa952..7369a018415fabd6e3295b4e04a102a0531fc06c",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>

----==_mimepart_5c3247e7bfa37_50673fb4094d45c0269998--


From nobody Sun Jan  6 11:28: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 AAC00130934 for <quic-issues@ietfa.amsl.com>; Sun,  6 Jan 2019 11:28:10 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -6.446
X-Spam-Level: 
X-Spam-Status: No, score=-6.446 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIMWL_WL_HIGH=-0.065, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, HTML_IMAGE_ONLY_24=1.618, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-1, RCVD_IN_DNSWL_HI=-5, 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 Ezd3HxzPB21v for <quic-issues@ietfa.amsl.com>; Sun,  6 Jan 2019 11:28:08 -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 7881B12F1A2 for <quic-issues@ietf.org>; Sun,  6 Jan 2019 11:28:08 -0800 (PST)
Date: Sun, 06 Jan 2019 11:28:07 -0800
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1546802887; bh=n79+AyC3rWEEiOVJ2n8cnmGOHRkcfxbd35ifeBlfUfo=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=1cT5E/lMYspMX8raJXdnm27uYz7S4yY/86ltRmLpKeR7znGNEEKXEEltl/jxc7Qsf UlQOCpxb8AywcYiTmYlVlKLJ/4CplKdwCN6dBEUv1FHgHseLxoquH30OHuCfW3OQh4 /CiCxYrQcmIGiUIDzsYBMK++QmXrQQ8zzBlhOpc8=
From: MikkelFJ <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+0166e4ab5c1543ebf1cbc2590bec8a122fe6abbb2d22a87e92cf00000001184a18c792a169ce179e2ba1@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/issues/2298/451767614@github.com>
In-Reply-To: <quicwg/base-drafts/issues/2298@github.com>
References: <quicwg/base-drafts/issues/2298@github.com>
Subject: Re: [quicwg/base-drafts] missing description of what happens when receiving an ACK for an unsent packet (#2298)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5c3256c7d366_59183ff6c1ed45c0277459"; 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/rEQS2pmQlbFRPtZJGmWE81Zt_Mo>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
List-Id: Notification list for GitHub issues related to the QUIC WG <quic-issues.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=unsubscribe>
List-Archive: <https://mailarchive.ietf.org/arch/browse/quic-issues/>
List-Post: <mailto:quic-issues@ietf.org>
List-Help: <mailto:quic-issues-request@ietf.org?subject=help>
List-Subscribe: <https://www.ietf.org/mailman/listinfo/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=subscribe>
X-List-Received-Date: Sun, 06 Jan 2019 19:28:11 -0000

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

This is always considered to be an Optimistic ACK attack. The only response is to treat the peer as hostile.

https://quicwg.org/base-drafts/draft-ietf-quic-transport.html#rfc.section.21.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/2298#issuecomment-451767614
----==_mimepart_5c3256c7d366_59183ff6c1ed45c0277459
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

<p>This is always considered to be an Optimistic ACK attack. The only response is to treat the peer as hostile.</p>
<p><a href="https://quicwg.org/base-drafts/draft-ietf-quic-transport.html#rfc.section.21.3" rel="nofollow">https://quicwg.org/base-drafts/draft-ietf-quic-transport.html#rfc.section.21.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/2298#issuecomment-451767614">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AWbkq-vdwrpkucXeB-_4fCEFzBCaFO3Sks5vAk5HgaJpZM4ZyVfa">mute the thread</a>.<img src="https://github.com/notifications/beacon/AWbkq0Az1ZyDP8VSVX_s1GbwFMuv6AyNks5vAk5HgaJpZM4ZyVfa.gif" height="1" width="1" alt="" /></p>
<script type="application/json" data-scope="inboxmarkup">{"api_version":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name":"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"https://github.githubassets.com/images/email/message_cards/header.png","avatar_image_url":"https://github.githubassets.com/images/email/message_cards/avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/quicwg/base-drafts"}},"updates":{"snippets":[{"icon":"PERSON","message":"@mikkelfj in #2298: This is always considered to be an Optimistic ACK attack. The only response is to treat the peer as hostile.\r\n\r\nhttps://quicwg.org/base-drafts/draft-ietf-quic-transport.html#rfc.section.21.3"}],"action":{"name":"View Issue","url":"https://github.com/quicwg/base-drafts/issues/2298#issuecomment-451767614"}}}</script>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/issues/2298#issuecomment-451767614",
"url": "https://github.com/quicwg/base-drafts/issues/2298#issuecomment-451767614",
"name": "View Issue"
},
"description": "View this Issue on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>
----==_mimepart_5c3256c7d366_59183ff6c1ed45c0277459--


From nobody Sun Jan  6 11:32: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 2E830130DC9 for <quic-issues@ietfa.amsl.com>; Sun,  6 Jan 2019 11:32:40 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -8.065
X-Spam-Level: 
X-Spam-Status: No, score=-8.065 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIMWL_WL_HIGH=-0.065, 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_PASS=-0.001] autolearn=ham autolearn_force=no
Authentication-Results: ietfa.amsl.com (amavisd-new); dkim=pass (1024-bit key) header.d=github.com
Received: from mail.ietf.org ([4.31.198.44]) by localhost (ietfa.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id QuymgBJ077Qa for <quic-issues@ietfa.amsl.com>; Sun,  6 Jan 2019 11:32: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 8FDB8130934 for <quic-issues@ietf.org>; Sun,  6 Jan 2019 11:32:38 -0800 (PST)
Date: Sun, 06 Jan 2019 11:32:37 -0800
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1546803157; bh=iEizwGlJfGcEKzU/Yg7a0OPSJOQBNK11Uc3bwL9vgH0=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=J5SmkpDD18WwcDkvFSwTENok1tkuarAj1chdDaXJQuqjKdi3Bkci9DjrdFpfR3VVU +BacaDn4ng78vIMJP8euefMnzeiPfIB/NvgtDUX7JfDp9sxyo6rcN2Fd6khkefte8M 6taTd4G5fcWIHMDLRQEp3qMqML8dydmlQnLlM7ME=
From: MikkelFJ <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+0166e4ab75583bec061180a7d5da94f250d417c7fde5386c92cf00000001184a19d592a169ce179e2ba1@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/issues/2298/451767976@github.com>
In-Reply-To: <quicwg/base-drafts/issues/2298@github.com>
References: <quicwg/base-drafts/issues/2298@github.com>
Subject: Re: [quicwg/base-drafts] missing description of what happens when receiving an ACK for an unsent packet (#2298)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5c3257d58b749_41da3fbe02cd45c49058a1"; 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/q-S2VUEcH7-oPKeyarca2ZKNs0M>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
List-Id: Notification list for GitHub issues related to the QUIC WG <quic-issues.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=unsubscribe>
List-Archive: <https://mailarchive.ietf.org/arch/browse/quic-issues/>
List-Post: <mailto:quic-issues@ietf.org>
List-Help: <mailto:quic-issues-request@ietf.org?subject=help>
List-Subscribe: <https://www.ietf.org/mailman/listinfo/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=subscribe>
X-List-Received-Date: Sun, 06 Jan 2019 19:32:40 -0000

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

@kazuho 
> I assume that endpoints would typically just drop packets carrying a PN that is deemed too old.

If an endpoint cannot prove it didn't send the packet, it should just ignore the ACK for that particular packet. The congestion controller should not be sensitive to packets that old, so the Optimistic ACK attack is harmless in this case. Dropping the entire packet containing an ACK with an old packet is likely too strong - ignoring the ACK for the packet is sufficient. If a peer continually sends ACK's for very old packets, that might go under weird behaviour similar to sending too many gaps, and an implementation could decide the peer is being too confused and close the connection with 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/issues/2298#issuecomment-451767976
----==_mimepart_5c3257d58b749_41da3fbe02cd45c49058a1
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=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></p>
<blockquote>
<p>I assume that endpoints would typically just drop packets carrying a P=
N that is deemed too old.</p>
</blockquote>
<p>If an endpoint cannot prove it didn't send the packet, it should just =
ignore the ACK for that particular packet. The congestion controller shou=
ld not be sensitive to packets that old, so the Optimistic ACK attack is =
harmless in this case. Dropping the entire packet containing an ACK with =
an old packet is likely too strong - ignoring the ACK for the packet is s=
ufficient. If a peer continually sends ACK's for very old packets, that m=
ight go under weird behaviour similar to sending too many gaps, and an im=
plementation could decide the peer is being too confused and close the co=
nnection with an error.</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/2298#issuecomment-451767976">view it on GitHub</a>,=
 or <a href=3D"https://github.com/notifications/unsubscribe-auth/AWbkq2_Z=
VdEeEzv7gpByS6hdJlxNlQysks5vAk9VgaJpZM4ZyVfa">mute the thread</a>.<img sr=
c=3D"https://github.com/notifications/beacon/AWbkq2u-UavdFXMuRbZ-UnuHNhce=
kHjvks5vAk9VgaJpZM4ZyVfa.gif" height=3D"1" width=3D"1" alt=3D"" /></p>
<script type=3D"application/json" data-scope=3D"inboxmarkup">{"api_versio=
n":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name"=
:"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"=
quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"http=
s://github.githubassets.com/images/email/message_cards/header.png","avata=
r_image_url":"https://github.githubassets.com/images/email/message_cards/=
avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/q=
uicwg/base-drafts"}},"updates":{"snippets":[{"icon":"PERSON","message":"@=
mikkelfj in #2298: @kazuho \r\n\u003e I assume that endpoints would typic=
ally just drop packets carrying a PN that is deemed too old.\r\n\r\nIf an=
 endpoint cannot prove it didn't send the packet, it should just ignore t=
he ACK for that particular packet. The congestion controller should not b=
e sensitive to packets that old, so the Optimistic ACK attack is harmless=
 in this case. Dropping the entire packet containing an ACK with an old p=
acket is likely too strong - ignoring the ACK for the packet is sufficien=
t. If a peer continually sends ACK's for very old packets, that might go =
under weird behaviour similar to sending too many gaps, and an implementa=
tion could decide the peer is being too confused and close the connection=
 with an error."}],"action":{"name":"View Issue","url":"https://github.co=
m/quicwg/base-drafts/issues/2298#issuecomment-451767976"}}}</script>
<script type=3D"application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/issues/2298#issuecomment=
-451767976",
"url": "https://github.com/quicwg/base-drafts/issues/2298#issuecomment-45=
1767976",
"name": "View Issue"
},
"description": "View this Issue on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>=

----==_mimepart_5c3257d58b749_41da3fbe02cd45c49058a1--


From nobody Sun Jan  6 11: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 43B3C130DDF for <quic-issues@ietfa.amsl.com>; Sun,  6 Jan 2019 11:34:50 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -6.447
X-Spam-Level: 
X-Spam-Status: No, score=-6.447 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIMWL_WL_HIGH=-0.065, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, HTML_IMAGE_ONLY_24=1.618, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-1, RCVD_IN_DNSWL_HI=-5, SPF_PASS=-0.001] autolearn=ham autolearn_force=no
Authentication-Results: ietfa.amsl.com (amavisd-new); dkim=pass (1024-bit key) header.d=github.com
Received: from mail.ietf.org ([4.31.198.44]) by localhost (ietfa.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 7CUbtHRQvtiy for <quic-issues@ietfa.amsl.com>; Sun,  6 Jan 2019 11:34:48 -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 7B2DC130DD6 for <quic-issues@ietf.org>; Sun,  6 Jan 2019 11:34:48 -0800 (PST)
Date: Sun, 06 Jan 2019 11:34:47 -0800
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1546803287; bh=etsO3A89wt5Jmhw/gjyUjMd2K1uMZNPYpnaPvFacLGQ=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=Xbhnuc2ycvUpRzwhqv1AsoZYJtl9d632p1xUv+JlRXd0sEhhoYORxD/7Oj81PtX0y Wp05SLuAkJfu7yGosdpZli2bKWc4BwwUnZ4RlnTXag3x5ocYCx8QzBu5JHGKWWvT21 hkrau5vcGBevv+lDaMh2WGC9o3kc8kl6L5Z62bJ4=
From: MikkelFJ <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+0166e4ab8db896a26e0b4fb43c8849f97512fb263b05034c92cf00000001184a1a5792a169ce179e2ba1@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/issues/2298/451768120@github.com>
In-Reply-To: <quicwg/base-drafts/issues/2298@github.com>
References: <quicwg/base-drafts/issues/2298@github.com>
Subject: Re: [quicwg/base-drafts] missing description of what happens when receiving an ACK for an unsent packet (#2298)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5c32585756f77_2a33faa21ad45c0233437"; 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/ogKxI0Cec2yriO-8_LlempnjAzk>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
List-Id: Notification list for GitHub issues related to the QUIC WG <quic-issues.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=unsubscribe>
List-Archive: <https://mailarchive.ietf.org/arch/browse/quic-issues/>
List-Post: <mailto:quic-issues@ietf.org>
List-Help: <mailto:quic-issues-request@ietf.org?subject=help>
List-Subscribe: <https://www.ietf.org/mailman/listinfo/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=subscribe>
X-List-Received-Date: Sun, 06 Jan 2019 19:34:50 -0000

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

FYI: the reason this always needs to be treated as hostile (when provable) is because it is the only defence against the potentially very harmful optimistic ack attack. There are very few other other reasons to have gaps in the range, such as when having multiple concurrent transmit queues.

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

<p>FYI: the reason this always needs to be treated as hostile (when prova=
ble) is because it is the only defence against the potentially very harmf=
ul optimistic ack attack. There are very few other other reasons to have =
gaps in the range, such as when having multiple concurrent transmit queue=
s.</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/2298#issuecomment-451768120">view it on GitHub</a>,=
 or <a href=3D"https://github.com/notifications/unsubscribe-auth/AWbkq_xE=
fW3tIuuqhxzTnscnf33yRNT8ks5vAk_XgaJpZM4ZyVfa">mute the thread</a>.<img sr=
c=3D"https://github.com/notifications/beacon/AWbkq684r-_eHuonT3dalS7JOwm8=
3XZsks5vAk_XgaJpZM4ZyVfa.gif" height=3D"1" width=3D"1" alt=3D"" /></p>
<script type=3D"application/json" data-scope=3D"inboxmarkup">{"api_versio=
n":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name"=
:"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"=
quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"http=
s://github.githubassets.com/images/email/message_cards/header.png","avata=
r_image_url":"https://github.githubassets.com/images/email/message_cards/=
avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/q=
uicwg/base-drafts"}},"updates":{"snippets":[{"icon":"PERSON","message":"@=
mikkelfj in #2298: FYI: the reason this always needs to be treated as hos=
tile (when provable) is because it is the only defence against the potent=
ially very harmful optimistic ack attack. There are very few other other =
reasons to have gaps in the range, such as when having multiple concurren=
t transmit queues."}],"action":{"name":"View Issue","url":"https://github=
.com/quicwg/base-drafts/issues/2298#issuecomment-451768120"}}}</script>
<script type=3D"application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/issues/2298#issuecomment=
-451768120",
"url": "https://github.com/quicwg/base-drafts/issues/2298#issuecomment-45=
1768120",
"name": "View Issue"
},
"description": "View this Issue on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>=

----==_mimepart_5c32585756f77_2a33faa21ad45c0233437--


From nobody Sun Jan  6 11: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 78C14130DBE for <quic-issues@ietfa.amsl.com>; Sun,  6 Jan 2019 11:40:58 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -8.064
X-Spam-Level: 
X-Spam-Status: No, score=-8.064 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIMWL_WL_HIGH=-0.065, 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_PASS=-0.001] autolearn=ham autolearn_force=no
Authentication-Results: ietfa.amsl.com (amavisd-new); dkim=pass (1024-bit key) header.d=github.com
Received: from mail.ietf.org ([4.31.198.44]) by localhost (ietfa.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id GbhOPdrcK_1b for <quic-issues@ietfa.amsl.com>; Sun,  6 Jan 2019 11:40:57 -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 CECDF130DED for <quic-issues@ietf.org>; Sun,  6 Jan 2019 11:40:56 -0800 (PST)
Date: Sun, 06 Jan 2019 11:40:55 -0800
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1546803655; bh=xfk1Jkj/JaUzdIJV5oP1WUMkZymhczmu6kbxMJtaOdg=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=wzvgogUzO40bwGx26r/vAkwXsc8TkojcIV33zOnzCy6f683pfr76Hvkgr8eYkQqvj GhgY7hEorulCfNjy/aQUUqfMY5r88+VHLyoBYFW/VBjWYb5KMu3ryBJfa9KTFUevuT PcSPMJmeXuYSqg9U9E8XoAQ1RCt/8iS1AAQqxki4=
From: MikkelFJ <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+0166e4ab2aa37a8fedee0e438eceec4bb721f4abbd8ff46592cf00000001184a1bc792a169ce179e43e2@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/issues/2299/451768597@github.com>
In-Reply-To: <quicwg/base-drafts/issues/2299@github.com>
References: <quicwg/base-drafts/issues/2299@github.com>
Subject: Re: [quicwg/base-drafts] consider making the varint encoding unique (#2299)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5c3259c7f04ca_39bb3fc7596d45c47910d7"; 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/imD21_vWUo2S0YEN3WdZNgynFe0>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
List-Id: Notification list for GitHub issues related to the QUIC WG <quic-issues.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=unsubscribe>
List-Archive: <https://mailarchive.ietf.org/arch/browse/quic-issues/>
List-Post: <mailto:quic-issues@ietf.org>
List-Help: <mailto:quic-issues-request@ietf.org?subject=help>
List-Subscribe: <https://www.ietf.org/mailman/listinfo/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=subscribe>
X-List-Received-Date: Sun, 06 Jan 2019 19:40:59 -0000

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

> Looking up at the requirement for shortest possible frame type, I don't understand why that's even necessary to require this. 

This is because it allows for efficient switch constructs when decoding the frames. This avoids additional complexity during decode. There is difference between enumerations such as frame types, and length values. Enumerations should be uniquely encoded whereas it could be argued that lengths need not due to the memmov issue.

I'm not sure that vast overhead goes to decryption because this is typically 3 cycles per byte so you could easily double the time overhead if you have many small frames that are processed inefficiently.

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

<blockquote>
<p>Looking up at the requirement for shortest possible frame type, I don'=
t understand why that's even necessary to require this.</p>
</blockquote>
<p>This is because it allows for efficient switch constructs when decodin=
g the frames. This avoids additional complexity during decode. There is d=
ifference between enumerations such as frame types, and length values. En=
umerations should be uniquely encoded whereas it could be argued that len=
gths need not due to the memmov issue.</p>
<p>I'm not sure that vast overhead goes to decryption because this is typ=
ically 3 cycles per byte so you could easily double the time overhead if =
you have many small frames that are processed inefficiently.</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/2299#issuecomment-451768597">view it on GitHub</a>,=
 or <a href=3D"https://github.com/notifications/unsubscribe-auth/AWbkq-Y4=
QgVDfRKIJpMKLViZ-yIQx8wfks5vAlFHgaJpZM4ZyX3n">mute the thread</a>.<img sr=
c=3D"https://github.com/notifications/beacon/AWbkqxEp16L2IxTaBlbN7_I63lnK=
S5fyks5vAlFHgaJpZM4ZyX3n.gif" height=3D"1" width=3D"1" alt=3D"" /></p>
<script type=3D"application/json" data-scope=3D"inboxmarkup">{"api_versio=
n":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name"=
:"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"=
quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"http=
s://github.githubassets.com/images/email/message_cards/header.png","avata=
r_image_url":"https://github.githubassets.com/images/email/message_cards/=
avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/q=
uicwg/base-drafts"}},"updates":{"snippets":[{"icon":"PERSON","message":"@=
mikkelfj in #2299: \u003e Looking up at the requirement for shortest poss=
ible frame type, I don't understand why that's even necessary to require =
this. \r\n\r\nThis is because it allows for efficient switch constructs w=
hen decoding the frames. This avoids additional complexity during decode.=
 There is difference between enumerations such as frame types, and length=
 values. Enumerations should be uniquely encoded whereas it could be argu=
ed that lengths need not due to the memmov issue.\r\n\r\nI'm not sure tha=
t vast overhead goes to decryption because this is typically 3 cycles per=
 byte so you could easily double the time overhead if you have many small=
 frames that are processed inefficiently."}],"action":{"name":"View Issue=
","url":"https://github.com/quicwg/base-drafts/issues/2299#issuecomment-4=
51768597"}}}</script>
<script type=3D"application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/issues/2299#issuecomment=
-451768597",
"url": "https://github.com/quicwg/base-drafts/issues/2299#issuecomment-45=
1768597",
"name": "View Issue"
},
"description": "View this Issue on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>=

----==_mimepart_5c3259c7f04ca_39bb3fc7596d45c47910d7--


From nobody Sun Jan  6 11:43: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 0FCE5130DF0 for <quic-issues@ietfa.amsl.com>; Sun,  6 Jan 2019 11:43:40 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -6.447
X-Spam-Level: 
X-Spam-Status: No, score=-6.447 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIMWL_WL_HIGH=-0.065, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, HTML_IMAGE_ONLY_24=1.618, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-1, RCVD_IN_DNSWL_HI=-5, SPF_PASS=-0.001] autolearn=ham autolearn_force=no
Authentication-Results: ietfa.amsl.com (amavisd-new); dkim=pass (1024-bit key) header.d=github.com
Received: from mail.ietf.org ([4.31.198.44]) by localhost (ietfa.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 86gOHQ4h08xF for <quic-issues@ietfa.amsl.com>; Sun,  6 Jan 2019 11:43:38 -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 911B3130DEF for <quic-issues@ietf.org>; Sun,  6 Jan 2019 11:43:38 -0800 (PST)
Date: Sun, 06 Jan 2019 11:43:37 -0800
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1546803817; bh=K+xsLzd1zmShqKmYrpJZrGCc9+QbtBz6N69gVnUfCB4=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=gnsELbU1V1cOER/IBL2P+uBKNPAwREXh9d7WBYJcDYWTarwD2dT+17ZK91KcnvaLJ OOqv7dJA+vV783G7sGqgwlCiGqoipi5/OWBNAwavfHGcQMvN+DlRn9Fl0M2mcobvrv dsJQ+iTLOuYfUUbBcRkraR1IfsU0T1RSn/nsBlqY=
From: ianswett <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+0166e4ab3a39086df410c8c5dd5ce499ab354a857e7d95ff92cf00000001184a1c6992a169ce179e43e2@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/issues/2299/451768799@github.com>
In-Reply-To: <quicwg/base-drafts/issues/2299@github.com>
References: <quicwg/base-drafts/issues/2299@github.com>
Subject: Re: [quicwg/base-drafts] consider making the varint encoding unique (#2299)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5c325a69a60a3_3fb33f9bd38d45c4106571d"; 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/9VnTeJk2KaXrtorTAUCGu54eymg>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
List-Id: Notification list for GitHub issues related to the QUIC WG <quic-issues.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=unsubscribe>
List-Archive: <https://mailarchive.ietf.org/arch/browse/quic-issues/>
List-Post: <mailto:quic-issues@ietf.org>
List-Help: <mailto:quic-issues-request@ietf.org?subject=help>
List-Subscribe: <https://www.ietf.org/mailman/listinfo/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=subscribe>
X-List-Received-Date: Sun, 06 Jan 2019 19:43:40 -0000

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

Good point on long header packets.  I think we should consider changing the long header length to 2 byte lengths if we did this.

Given this is introducing churn and I'm not clear it's adding a lot of value, I'd say we shouldn't do this at the moment.

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

<p>Good point on long header packets.  I think we should consider changing the long header length to 2 byte lengths if we did this.</p>
<p>Given this is introducing churn and I'm not clear it's adding a lot of value, I'd say we shouldn't do this at the moment.</p>

<p style="font-size:small;-webkit-text-size-adjust:none;color:#666;">&mdash;<br />You are receiving this because you are subscribed to this thread.<br />Reply to this email directly, <a href="https://github.com/quicwg/base-drafts/issues/2299#issuecomment-451768799">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AWbkq7pai9Opt9cHBxQthms1GqArec0_ks5vAlHpgaJpZM4ZyX3n">mute the thread</a>.<img src="https://github.com/notifications/beacon/AWbkq4lpcyLu3D46c5VGCAYn8Z3MOqpoks5vAlHpgaJpZM4ZyX3n.gif" height="1" width="1" alt="" /></p>
<script type="application/json" data-scope="inboxmarkup">{"api_version":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name":"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"https://github.githubassets.com/images/email/message_cards/header.png","avatar_image_url":"https://github.githubassets.com/images/email/message_cards/avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/quicwg/base-drafts"}},"updates":{"snippets":[{"icon":"PERSON","message":"@ianswett in #2299: Good point on long header packets.  I think we should consider changing the long header length to 2 byte lengths if we did this.\r\n\r\nGiven this is introducing churn and I'm not clear it's adding a lot of value, I'd say we shouldn't do this at the moment."}],"action":{"name":"View Issue","url":"https://github.com/quicwg/base-drafts/issues/2299#issuecomment-451768799"}}}</script>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/issues/2299#issuecomment-451768799",
"url": "https://github.com/quicwg/base-drafts/issues/2299#issuecomment-451768799",
"name": "View Issue"
},
"description": "View this Issue on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>
----==_mimepart_5c325a69a60a3_3fb33f9bd38d45c4106571d--


From nobody Sun Jan  6 11:48: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 7F4DC130DF0 for <quic-issues@ietfa.amsl.com>; Sun,  6 Jan 2019 11:48:28 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -6.661
X-Spam-Level: 
X-Spam-Status: No, score=-6.661 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIMWL_WL_HIGH=-0.065, 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_PASS=-0.001] autolearn=ham autolearn_force=no
Authentication-Results: ietfa.amsl.com (amavisd-new); dkim=pass (1024-bit key) header.d=github.com
Received: from mail.ietf.org ([4.31.198.44]) by localhost (ietfa.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id yCnURFlGnoNu for <quic-issues@ietfa.amsl.com>; Sun,  6 Jan 2019 11:48: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 042B0130DDF for <quic-issues@ietf.org>; Sun,  6 Jan 2019 11:48:27 -0800 (PST)
Date: Sun, 06 Jan 2019 11:48:25 -0800
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1546804105; bh=VSApNC3kwZaanDmqvO/p10UvNwewNJTUiM4lNGmhZSk=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=yRWMIjE8yY4GTVcbYpF29rGqmABhr7+VOyt82iwNPi/uJj81GVuHDu0n6Hdj5VXr8 6d6AGBeUVJCixlD0gB/+zqICI65oFV+OvpGfZl3Z+jORCKjJHjN72Qhup4kjWxmMzt aCvwBzo1f+2fNwdTBDyztYQX+l0930YpMaLUejTM=
From: MikkelFJ <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+0166e4ab37c234c57fb7d6b509e0612f3c3147c62a20399292cf00000001184a1d8992a169ce179e43e2@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/issues/2299/451769122@github.com>
In-Reply-To: <quicwg/base-drafts/issues/2299@github.com>
References: <quicwg/base-drafts/issues/2299@github.com>
Subject: Re: [quicwg/base-drafts] consider making the varint encoding unique (#2299)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5c325b89f1e73_52953ff89d6d45b8101867"; 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/actg7E6Tl8HxdScNHdvLD8A60AY>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
List-Id: Notification list for GitHub issues related to the QUIC WG <quic-issues.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=unsubscribe>
List-Archive: <https://mailarchive.ietf.org/arch/browse/quic-issues/>
List-Post: <mailto:quic-issues@ietf.org>
List-Help: <mailto:quic-issues-request@ietf.org?subject=help>
List-Subscribe: <https://www.ietf.org/mailman/listinfo/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=subscribe>
X-List-Received-Date: Sun, 06 Jan 2019 19:48:29 -0000

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

@ianswett I was almost about to propose the same thing. This would make all encodings canonical - I think there is value in that. The reason I hesitated is that perhaps there are cases where 1 byte lengths makes a difference even if lazy implementations use 2 bytes.

I think ACK block count were not mentioned in this discussion. This is the most important case I can think of.

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/quicwg/base-drafts/issues/2299#issuecomment-451769122
----==_mimepart_5c325b89f1e73_52953ff89d6d45b8101867
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=3D20072817" data-octo-click=3D"hovercard-link-=
click" data-octo-dimensions=3D"link_type:self" href=3D"https://github.com=
/ianswett">@ianswett</a> I was almost about to propose the same thing. Th=
is would make all encodings canonical - I think there is value in that. T=
he reason I hesitated is that perhaps there are cases where 1 byte length=
s makes a difference even if lazy implementations use 2 bytes.</p>
<p>I think ACK block count were not mentioned in this discussion. This is=
 the most important case I can think of.</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/2299#issuecomment-451769122">view it on GitHub</a>,=
 or <a href=3D"https://github.com/notifications/unsubscribe-auth/AWbkq9kR=
Ma3OTCFog-T25zvgXVWXSqadks5vAlMJgaJpZM4ZyX3n">mute the thread</a>.<img sr=
c=3D"https://github.com/notifications/beacon/AWbkq2LvRh0F2cfrhOWWFHahWqN4=
rod6ks5vAlMJgaJpZM4ZyX3n.gif" height=3D"1" width=3D"1" alt=3D"" /></p>
<script type=3D"application/json" data-scope=3D"inboxmarkup">{"api_versio=
n":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name"=
:"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"=
quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"http=
s://github.githubassets.com/images/email/message_cards/header.png","avata=
r_image_url":"https://github.githubassets.com/images/email/message_cards/=
avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/q=
uicwg/base-drafts"}},"updates":{"snippets":[{"icon":"PERSON","message":"@=
mikkelfj in #2299: @ianswett I was almost about to propose the same thing=
. This would make all encodings canonical - I think there is value in tha=
t. The reason I hesitated is that perhaps there are cases where 1 byte le=
ngths makes a difference even if lazy implementations use 2 bytes.\r\n\r\=
nI think ACK block count were not mentioned in this discussion. This is t=
he most important case I can think of."}],"action":{"name":"View Issue","=
url":"https://github.com/quicwg/base-drafts/issues/2299#issuecomment-4517=
69122"}}}</script>
<script type=3D"application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/issues/2299#issuecomment=
-451769122",
"url": "https://github.com/quicwg/base-drafts/issues/2299#issuecomment-45=
1769122",
"name": "View Issue"
},
"description": "View this Issue on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>=

----==_mimepart_5c325b89f1e73_52953ff89d6d45b8101867--


From nobody Sun Jan  6 12:43: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 D4F99130E1F for <quic-issues@ietfa.amsl.com>; Sun,  6 Jan 2019 12:43:38 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -6.661
X-Spam-Level: 
X-Spam-Status: No, score=-6.661 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIMWL_WL_HIGH=-0.065, 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_PASS=-0.001] autolearn=ham autolearn_force=no
Authentication-Results: ietfa.amsl.com (amavisd-new); dkim=pass (1024-bit key) header.d=github.com
Received: 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_xJ-PZEhWuQ for <quic-issues@ietfa.amsl.com>; Sun,  6 Jan 2019 12:43: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 1247F130E1E for <quic-issues@ietf.org>; Sun,  6 Jan 2019 12:43:37 -0800 (PST)
Date: Sun, 06 Jan 2019 12:43:35 -0800
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1546807415; bh=PcmndIAuf+H6hcB5o8AdFC9gu8gdrHQxF9PI6xNADEE=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=AV0Le57+DMIwA0cFKYSK4J7A7qDzgyE1HsMv9FPuiWlVrUggwENOXlDEzT11uDz91 lRKNBlNc+uKmeITYeIiCMu4yC1zXRHoCl2uUYX9eGk4kHxjAP5dMn7RhI2rX+JXdV9 hsO889AgnmjEzI3ZOKSuKixf39ZhFgELOqngbf/s=
From: ianswett <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+0166e4ab054dba601e876d856d1ee2c74ee06805d1e244f792cf00000001184a2a7792a169ce177f0208@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/issues/2259/451773143@github.com>
In-Reply-To: <quicwg/base-drafts/issues/2259@github.com>
References: <quicwg/base-drafts/issues/2259@github.com>
Subject: Re: [quicwg/base-drafts] amplification attack using Retry and VN triggered by coalesced Initial packets (#2259)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5c326877d8296_5a5f3fd7932d45c41787716"; 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/-pIMdAaBjxA86aw_Q_0up9dV5vQ>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
List-Id: Notification list for GitHub issues related to the QUIC WG <quic-issues.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=unsubscribe>
List-Archive: <https://mailarchive.ietf.org/arch/browse/quic-issues/>
List-Post: <mailto:quic-issues@ietf.org>
List-Help: <mailto:quic-issues-request@ietf.org?subject=help>
List-Subscribe: <https://www.ietf.org/mailman/listinfo/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=subscribe>
X-List-Received-Date: Sun, 06 Jan 2019 20:43:39 -0000

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

@DavidSchinazi I think a tweak to your previous suggestion is probably best here: "If a server receives a coalesced QUIC packet that causes it to send a Retry or Version Negotiation packet, the server SHOULD silently drop all subsequent coalesced packets in this UDP datagram.

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/quicwg/base-drafts/issues/2259#issuecomment-451773143
----==_mimepart_5c326877d8296_5a5f3fd7932d45c41787716
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=3D5599133" data-octo-click=3D"hovercard-link-c=
lick" data-octo-dimensions=3D"link_type:self" href=3D"https://github.com/=
DavidSchinazi">@DavidSchinazi</a> I think a tweak to your previous sugges=
tion is probably best here: "If a server receives a coalesced QUIC packet=
 that causes it to send a Retry or Version Negotiation packet, the server=
 SHOULD silently drop all subsequent coalesced packets in this UDP datagr=
am.</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/2259#issuecomment-451773143">view it on GitHub</a>,=
 or <a href=3D"https://github.com/notifications/unsubscribe-auth/AWbkq6gm=
7iFyP6-K7KwcfBlv59_TYL6Uks5vAl_3gaJpZM4Zh5Ox">mute the thread</a>.<img sr=
c=3D"https://github.com/notifications/beacon/AWbkqwqOPd27FpVt57EzfkuWANnn=
LiX0ks5vAl_3gaJpZM4Zh5Ox.gif" height=3D"1" width=3D"1" alt=3D"" /></p>
<script type=3D"application/json" data-scope=3D"inboxmarkup">{"api_versio=
n":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name"=
:"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"=
quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"http=
s://github.githubassets.com/images/email/message_cards/header.png","avata=
r_image_url":"https://github.githubassets.com/images/email/message_cards/=
avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/q=
uicwg/base-drafts"}},"updates":{"snippets":[{"icon":"PERSON","message":"@=
ianswett in #2259: @DavidSchinazi I think a tweak to your previous sugges=
tion is probably best here: \"If a server receives a coalesced QUIC packe=
t that causes it to send a Retry or Version Negotiation packet, the serve=
r SHOULD silently drop all subsequent coalesced packets in this UDP datag=
ram."}],"action":{"name":"View Issue","url":"https://github.com/quicwg/ba=
se-drafts/issues/2259#issuecomment-451773143"}}}</script>
<script type=3D"application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/issues/2259#issuecomment=
-451773143",
"url": "https://github.com/quicwg/base-drafts/issues/2259#issuecomment-45=
1773143",
"name": "View Issue"
},
"description": "View this Issue on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>=

----==_mimepart_5c326877d8296_5a5f3fd7932d45c41787716--


From nobody Sun Jan  6 12:49: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 860FE130E3B for <quic-issues@ietfa.amsl.com>; Sun,  6 Jan 2019 12:49:39 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -6.519
X-Spam-Level: 
X-Spam-Status: No, score=-6.519 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIMWL_WL_HIGH=-0.065, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, HTML_IMAGE_ONLY_20=1.546, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-1, RCVD_IN_DNSWL_HI=-5, SPF_PASS=-0.001] autolearn=ham autolearn_force=no
Authentication-Results: ietfa.amsl.com (amavisd-new); dkim=pass (1024-bit key) header.d=github.com
Received: from mail.ietf.org ([4.31.198.44]) by localhost (ietfa.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id kTi_h7BliaEb for <quic-issues@ietfa.amsl.com>; Sun,  6 Jan 2019 12:49: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 BC58C12872C for <quic-issues@ietf.org>; Sun,  6 Jan 2019 12:49:37 -0800 (PST)
Date: Sun, 06 Jan 2019 12:49:36 -0800
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1546807776; bh=Nz25Tj+dkg8IDsON0ieTbsF4xkQ/drnUCkN2/EbCWVA=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=kepkEDg8cCw/RDz+DiswJKrO4WsxQbBMcj/jAxkEhRdy5Qvs5WeFsH1r8St5kPzXa GvshpzEny5tpbhAbMCJCshqkzN267TLZzeYD43LY2Q0ZSLeohqfKBS1uvc/S9zZiAp yw8PBcVtwcW09MYSuCSH+HOMD8+eck7CmxTgNtOc=
From: ianswett <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+0166e4abf6f98118933c534a23dd11610ba303074607892792cf00000001184a2be092a169ce179e27d9@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/pull/2297/review/189643728@github.com>
In-Reply-To: <quicwg/base-drafts/pull/2297@github.com>
References: <quicwg/base-drafts/pull/2297@github.com>
Subject: Re: [quicwg/base-drafts] fix description of FINAL_OFFSET_ERROR (#2297)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5c3269e07b451_7df63f99300d45b823002b"; 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/PrPB57zLqVCBNdhXwA3lf-aShWY>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
List-Id: Notification list for GitHub issues related to the QUIC WG <quic-issues.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=unsubscribe>
List-Archive: <https://mailarchive.ietf.org/arch/browse/quic-issues/>
List-Post: <mailto:quic-issues@ietf.org>
List-Help: <mailto:quic-issues-request@ietf.org?subject=help>
List-Subscribe: <https://www.ietf.org/mailman/listinfo/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=subscribe>
X-List-Received-Date: Sun, 06 Jan 2019 20:49:40 -0000

----==_mimepart_5c3269e07b451_7df63f99300d45b823002b
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/2297#pullrequestreview-189643728
----==_mimepart_5c3269e07b451_7df63f99300d45b823002b
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/2297#pullrequestreview-189643728">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AWbkq1M8Uk0fBaRka__r8f7VV07djZ4dks5vAmFggaJpZM4ZyVHh">mute the thread</a>.<img src="https://github.com/notifications/beacon/AWbkq6ZF83svKRJFAW5p9BwfFGZVSEEZks5vAmFggaJpZM4ZyVHh.gif" height="1" width="1" alt="" /></p>
<script type="application/json" data-scope="inboxmarkup">{"api_version":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name":"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"https://github.githubassets.com/images/email/message_cards/header.png","avatar_image_url":"https://github.githubassets.com/images/email/message_cards/avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/quicwg/base-drafts"}},"updates":{"snippets":[{"icon":"PERSON","message":"@ianswett approved #2297"}],"action":{"name":"View Pull Request","url":"https://github.com/quicwg/base-drafts/pull/2297#pullrequestreview-189643728"}}}</script>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/pull/2297#pullrequestreview-189643728",
"url": "https://github.com/quicwg/base-drafts/pull/2297#pullrequestreview-189643728",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>
----==_mimepart_5c3269e07b451_7df63f99300d45b823002b--


From nobody Sun Jan  6 13:06: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 49E06130E1E for <quic-issues@ietfa.amsl.com>; Sun,  6 Jan 2019 13:06:37 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -6.661
X-Spam-Level: 
X-Spam-Status: No, score=-6.661 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIMWL_WL_HIGH=-0.065, 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_PASS=-0.001] autolearn=ham autolearn_force=no
Authentication-Results: ietfa.amsl.com (amavisd-new); dkim=pass (1024-bit key) header.d=github.com
Received: from mail.ietf.org ([4.31.198.44]) by localhost (ietfa.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id Ut1hxCCBExK4 for <quic-issues@ietfa.amsl.com>; Sun,  6 Jan 2019 13:06: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 9AD93130DBE for <quic-issues@ietf.org>; Sun,  6 Jan 2019 13:06:35 -0800 (PST)
Date: Sun, 06 Jan 2019 13:06:34 -0800
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1546808794; bh=bPqiu2VObg+6Nd/TNmIq1FAIdNaQRG7qAngEi5rd4tQ=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=TF4nnQjXGTmIJpjeYtkkdoVRYjmUQJeAqzxV67EzqFhNk7QV2/BhWfW5225yfC/kW XuRyUIx7+brEaRNerLxRBG4ZntB9VU6OTdgNrP3e/TIa0lzrju0VR5EcV8+k57s5Ur E3qLQH8oDtFo9UXI36U7KB31BCQ5D5k6cASVyos0=
From: ianswett <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+0166e4ab5696af9e6e188cf6e75cc9433293b4fc5118158192cf00000001184a2fda92a169ce178befb2@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/pull/2281/review/189644317@github.com>
In-Reply-To: <quicwg/base-drafts/pull/2281@github.com>
References: <quicwg/base-drafts/pull/2281@github.com>
Subject: Re: [quicwg/base-drafts] Include handshake anti-deadlock logic in pseudocode (#2281)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5c326ddac7085_37583f80ab8d45bc874171"; 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/2nSDQHVlUgW5SSLuG48eya0MXYM>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
List-Id: Notification list for GitHub issues related to the QUIC WG <quic-issues.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=unsubscribe>
List-Archive: <https://mailarchive.ietf.org/arch/browse/quic-issues/>
List-Post: <mailto:quic-issues@ietf.org>
List-Help: <mailto:quic-issues-request@ietf.org?subject=help>
List-Subscribe: <https://www.ietf.org/mailman/listinfo/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=subscribe>
X-List-Received-Date: Sun, 06 Jan 2019 21:06:37 -0000

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

ianswett commented on this pull request.



> @@ -778,13 +778,7 @@ Pseudocode for SetLossDetectionTimer follows:
 
 ~~~
  SetLossDetectionTimer():
-    // Don't arm timer if there are no ack-eliciting packets
-    // in flight.
-    if (no ack-eliciting packets in flight):
-      loss_detection_timer.cancel()
-      return
-
-    if (crypto packets are in flight):
+    if (crypto packets are in flight || handshaking client):

I agree the pseudocode doesn't match the text, but I think the term "handshaking client" is not specific enough a definition to use in 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/2281#pullrequestreview-189644317
----==_mimepart_5c326ddac7085_37583f80ab8d45bc874171
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/2281#discussion_r245522473">draft-ietf-quic-recovery.md</a>:</p>
<pre style='color:#555'>&gt; @@ -778,13 +778,7 @@ Pseudocode for SetLossDetectionTimer follows:
 
 ~~~
  SetLossDetectionTimer():
-    // Don&#39;t arm timer if there are no ack-eliciting packets
-    // in flight.
-    if (no ack-eliciting packets in flight):
-      loss_detection_timer.cancel()
-      return
-
-    if (crypto packets are in flight):
+    if (crypto packets are in flight || handshaking client):
</pre>
<p>I agree the pseudocode doesn't match the text, but I think the term "handshaking client" is not specific enough a definition to use in 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/2281#pullrequestreview-189644317">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AWbkq75TkEkMNCMLURC4WJXCzsyiyvvyks5vAmVagaJpZM4Zluan">mute the thread</a>.<img src="https://github.com/notifications/beacon/AWbkqylgwFC5NcrMGKQUTJk34RucsE6bks5vAmVagaJpZM4Zluan.gif" height="1" width="1" alt="" /></p>
<script type="application/json" data-scope="inboxmarkup">{"api_version":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name":"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"https://github.githubassets.com/images/email/message_cards/header.png","avatar_image_url":"https://github.githubassets.com/images/email/message_cards/avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/quicwg/base-drafts"}},"updates":{"snippets":[{"icon":"PERSON","message":"@ianswett commented on #2281"}],"action":{"name":"View Pull Request","url":"https://github.com/quicwg/base-drafts/pull/2281#pullrequestreview-189644317"}}}</script>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/pull/2281#pullrequestreview-189644317",
"url": "https://github.com/quicwg/base-drafts/pull/2281#pullrequestreview-189644317",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>
----==_mimepart_5c326ddac7085_37583f80ab8d45bc874171--


From nobody Sun Jan  6 13:08: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 F2AC2130E1E for <quic-issues@ietfa.amsl.com>; Sun,  6 Jan 2019 13:08:41 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -6.661
X-Spam-Level: 
X-Spam-Status: No, score=-6.661 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIMWL_WL_HIGH=-0.065, 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_PASS=-0.001] autolearn=ham autolearn_force=no
Authentication-Results: ietfa.amsl.com (amavisd-new); dkim=pass (1024-bit key) header.d=github.com
Received: from mail.ietf.org ([4.31.198.44]) by localhost (ietfa.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id rkEerb61exrR for <quic-issues@ietfa.amsl.com>; Sun,  6 Jan 2019 13:08: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 49ECC130DBE for <quic-issues@ietf.org>; Sun,  6 Jan 2019 13:08:40 -0800 (PST)
Date: Sun, 06 Jan 2019 13:08:39 -0800
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1546808919; bh=nNhhDDy/FKgthHE5cYsGWBghbbkuodndmIyyLSiXRS8=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=Jca4nJ3IQnP3ze+xp9l04v9EiEbmRP6F6zW1hQJolXAVEUIv0F+xRC99I7TrqUyJ1 8IK0lXUp+3D8zN0BeFMI9SU71ZDaY2CRuHbOk1ymXEHuaQNqCRJvpawo8Fj1sKoS3B Mur2HUDyt3gObuA7e0Vc6VIEOdo632n1GUvzk/6w=
From: ianswett <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+0166e4ab3a1871fe7a48f0e62f6fcbf18cf0c89550e5ff6692cf00000001184a305792a169ce1791b3a4@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/pull/2285/review/189644361@github.com>
In-Reply-To: <quicwg/base-drafts/pull/2285@github.com>
References: <quicwg/base-drafts/pull/2285@github.com>
Subject: Re: [quicwg/base-drafts] Rename Final Offset to Final Size (#2285)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5c326e573f415_5ac93f86686d45c4883373"; 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/pI0B_FdWsa2Kwmwn5T18XNIyDHg>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
List-Id: Notification list for GitHub issues related to the QUIC WG <quic-issues.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=unsubscribe>
List-Archive: <https://mailarchive.ietf.org/arch/browse/quic-issues/>
List-Post: <mailto:quic-issues@ietf.org>
List-Help: <mailto:quic-issues-request@ietf.org?subject=help>
List-Subscribe: <https://www.ietf.org/mailman/listinfo/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=subscribe>
X-List-Received-Date: Sun, 06 Jan 2019 21:08:42 -0000

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

ianswett commented on this pull request.



>  
-The final offset is the count of the number of bytes that are transmitted on a
-stream.  For a stream that is reset, the final offset is carried explicitly in a
-RESET_STREAM frame.  Otherwise, the final offset is the offset of the end of the
-data carried in a STREAM frame marked with a FIN flag, or 0 in the case of
-incoming unidirectional streams.
+The final size is the amount of flow control credit that is consumed by a
+stream.  Assuming that every contiguous byte on the stream was sent, the final

```suggestion
stream.  When every contiguous byte on the stream is sent, the final
```

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/quicwg/base-drafts/pull/2285#pullrequestreview-189644361
----==_mimepart_5c326e573f415_5ac93f86686d45c4883373
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/2285#discussi=
on_r245522515">draft-ietf-quic-transport.md</a>:</p>=0D
<pre style=3D'color:#555'>&gt;  =0D
-The final offset is the count of the number of bytes that are transmitte=
d on a=0D
-stream.  For a stream that is reset, the final offset is carried explici=
tly in a=0D
-RESET_STREAM frame.  Otherwise, the final offset is the offset of the en=
d of the=0D
-data carried in a STREAM frame marked with a FIN flag, or 0 in the case =
of=0D
-incoming unidirectional streams.=0D
+The final size is the amount of flow control credit that is consumed by =
a=0D
+stream.  Assuming that every contiguous byte on the stream was sent, the=
 final=0D
</pre>=0D
=E2=AC=87=EF=B8=8F Suggested change=0D
<pre style=3D"color: #555">-stream.  Assuming that every contiguous byte =
on the stream was sent, the final=0D
+stream.  When every contiguous byte on the stream is sent, the final=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/2285#pullrequestreview-189644361">view it on GitHub</=
a>, or <a href=3D"https://github.com/notifications/unsubscribe-auth/AWbkq=
x8C9J7U84NgBQ0BenEZnTU_fzEtks5vAmXXgaJpZM4Zna81">mute the thread</a>.<img=
 src=3D"https://github.com/notifications/beacon/AWbkq2sg1vxRkGIg7hZ5Eal5f=
96S0anaks5vAmXXgaJpZM4Zna81.gif" height=3D"1" width=3D"1" alt=3D"" /></p>=
=0D
<script type=3D"application/json" data-scope=3D"inboxmarkup">{"api_versio=
n":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name"=
:"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"=
quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"http=
s://github.githubassets.com/images/email/message_cards/header.png","avata=
r_image_url":"https://github.githubassets.com/images/email/message_cards/=
avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/q=
uicwg/base-drafts"}},"updates":{"snippets":[{"icon":"PERSON","message":"@=
ianswett commented on #2285"}],"action":{"name":"View Pull Request","url"=
:"https://github.com/quicwg/base-drafts/pull/2285#pullrequestreview-18964=
4361"}}}</script>=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/2285#pullrequestrev=
iew-189644361",=0D
"url": "https://github.com/quicwg/base-drafts/pull/2285#pullrequestreview=
-189644361",=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_5c326e573f415_5ac93f86686d45c4883373--


From nobody Sun Jan  6 13:15: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 C30F8130E1F for <quic-issues@ietfa.amsl.com>; Sun,  6 Jan 2019 13:15:32 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -8.064
X-Spam-Level: 
X-Spam-Status: No, score=-8.064 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIMWL_WL_HIGH=-0.065, 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_PASS=-0.001] autolearn=ham autolearn_force=no
Authentication-Results: ietfa.amsl.com (amavisd-new); dkim=pass (1024-bit key) header.d=github.com
Received: from mail.ietf.org ([4.31.198.44]) by localhost (ietfa.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id RnISl2H88os0 for <quic-issues@ietfa.amsl.com>; Sun,  6 Jan 2019 13:15:31 -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 0263D130E43 for <quic-issues@ietf.org>; Sun,  6 Jan 2019 13:15:31 -0800 (PST)
Date: Sun, 06 Jan 2019 13:15:29 -0800
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1546809329; bh=Z9Wp5z60V6QODUwEtgd6FJPo5Lgr6fiHy465kfOr+3c=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=l/ossVAF5DrPG4iCjimWSAyfw91cHujjn/1OO3z1aZMUBu4YIbqZr13EdXgYK+bzx 2yaQTWbS5D51wvhKQmzV8AT1Tlfwx9RQAzBztLQtTGdW0k/ithSNQcBckOj4NbJcM7 78SBksnROxcFbgWJluEBVniq+QfYpDUmE9FGKj6Y=
From: ianswett <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+0166e4ab64c84cdfd91e287bdff5bdd7b8f4e09c66e5675892cf00000001184a31f192a169ce179bec73@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/pull/2296/review/189644456@github.com>
In-Reply-To: <quicwg/base-drafts/pull/2296@github.com>
References: <quicwg/base-drafts/pull/2296@github.com>
Subject: Re: [quicwg/base-drafts] Allow servers to send a preferred address of each address family (#2296)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5c326ff1c0c3f_5c9a3ff7fd8d45c0768925"; 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/WbUKOCa8njs-Ft3XGJWUcVZxnLA>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
List-Id: Notification list for GitHub issues related to the QUIC WG <quic-issues.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=unsubscribe>
List-Archive: <https://mailarchive.ietf.org/arch/browse/quic-issues/>
List-Post: <mailto:quic-issues@ietf.org>
List-Help: <mailto:quic-issues-request@ietf.org?subject=help>
List-Subscribe: <https://www.ietf.org/mailman/listinfo/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=subscribe>
X-List-Received-Date: Sun, 06 Jan 2019 21:15:33 -0000

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

ianswett commented on this pull request.

I like this idea, one suggestion.

> @@ -2116,6 +2116,9 @@ packets.
 A server conveys a preferred address by including the preferred_address
 transport parameter in the TLS handshake.
 
+Servers MAY communicate a preferred address of each address family (IPv4 and

If you're speaking of "preferred" address, this is consistent with the rest of the text.  If you want to change the name, I'd suggest opening a separate issue.

I'm happy with preferred, since if it's just alternate, why would the client change?  Alternate implies no preference, when in fact the server does prefer the other address.

>  
 ~~~
    struct {
-     enum { IPv4(4), IPv6(6), (15) } ipVersion;
-     opaque ipAddress<4..2^8-1>;
+     opaque ipv4Address<0..2^8-1>;

Aren't these two fields now fixed sizes?  If so, any reason not to specify those?

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

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

<p>I like this idea, one suggestion.</p><hr>

<p>In <a href="https://github.com/quicwg/base-drafts/pull/2296#discussion_r245522598">draft-ietf-quic-transport.md</a>:</p>
<pre style='color:#555'>&gt; @@ -2116,6 +2116,9 @@ packets.
 A server conveys a preferred address by including the preferred_address
 transport parameter in the TLS handshake.
 
+Servers MAY communicate a preferred address of each address family (IPv4 and
</pre>
<p>If you're speaking of "preferred" address, this is consistent with the rest of the text.  If you want to change the name, I'd suggest opening a separate issue.</p>
<p>I'm happy with preferred, since if it's just alternate, why would the client change?  Alternate implies no preference, when in fact the server does prefer the other address.</p>

<hr>

<p>In <a href="https://github.com/quicwg/base-drafts/pull/2296#discussion_r245522687">draft-ietf-quic-transport.md</a>:</p>
<pre style='color:#555'>&gt;  
 ~~~
    struct {
-     enum { IPv4(4), IPv6(6), (15) } ipVersion;
-     opaque ipAddress&lt;4..2^8-1&gt;;
+     opaque ipv4Address&lt;0..2^8-1&gt;;
</pre>
<p>Aren't these two fields now fixed sizes?  If so, any reason not to specify those?</p>

<p style="font-size:small;-webkit-text-size-adjust:none;color:#666;">&mdash;<br />You are receiving this because you are subscribed to this thread.<br />Reply to this email directly, <a href="https://github.com/quicwg/base-drafts/pull/2296#pullrequestreview-189644456">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AWbkq0QxZPdzmDq8JLkiRF7yyYrb5xTpks5vAmdxgaJpZM4ZuHR_">mute the thread</a>.<img src="https://github.com/notifications/beacon/AWbkq8s1w4ahFKBJZfm9YPa8vw9sh8Meks5vAmdxgaJpZM4ZuHR_.gif" height="1" width="1" alt="" /></p>
<script type="application/json" data-scope="inboxmarkup">{"api_version":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name":"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"https://github.githubassets.com/images/email/message_cards/header.png","avatar_image_url":"https://github.githubassets.com/images/email/message_cards/avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/quicwg/base-drafts"}},"updates":{"snippets":[{"icon":"PERSON","message":"@ianswett commented on #2296"}],"action":{"name":"View Pull Request","url":"https://github.com/quicwg/base-drafts/pull/2296#pullrequestreview-189644456"}}}</script>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/pull/2296#pullrequestreview-189644456",
"url": "https://github.com/quicwg/base-drafts/pull/2296#pullrequestreview-189644456",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>
----==_mimepart_5c326ff1c0c3f_5c9a3ff7fd8d45c0768925--


From nobody Sun Jan  6 13:30:15 2019
Return-Path: <bounce+565321.40f-quic-issues=ietf.org@github.com>
X-Original-To: quic-issues@ietfa.amsl.com
Delivered-To: quic-issues@ietfa.amsl.com
Received: from localhost (localhost [127.0.0.1]) by ietfa.amsl.com (Postfix) with ESMTP id 1FE18130E3E for <quic-issues@ietfa.amsl.com>; Sun,  6 Jan 2019 13:30:14 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -1.965
X-Spam-Level: 
X-Spam-Status: No, score=-1.965 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIMWL_WL_HIGH=-0.065, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, RCVD_IN_DNSWL_NONE=-0.0001, SPF_PASS=-0.001, URIBL_BLOCKED=0.001] autolearn=ham autolearn_force=no
Authentication-Results: ietfa.amsl.com (amavisd-new); dkim=pass (1024-bit key) header.d=github.com
Received: from mail.ietf.org ([4.31.198.44]) by localhost (ietfa.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id s1v48zoMzUhF for <quic-issues@ietfa.amsl.com>; Sun,  6 Jan 2019 13:30:11 -0800 (PST)
Received: from m69-170.mailgun.net (m69-170.mailgun.net [166.78.69.170]) (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 6567A12E043 for <quic-issues@ietf.org>; Sun,  6 Jan 2019 13:30:11 -0800 (PST)
DKIM-Signature: a=rsa-sha256; v=1; c=relaxed/relaxed; d=github.com; q=dns/txt;  s=mailo; t=1546810210; h=Content-Transfer-Encoding: Content-Type: Mime-Version: Subject: Message-ID: To: Reply-To: From: Date: Sender; bh=8VUDceNwX+VxBS0nJ2wMomWbBioIPlp02n6ulf/gJb8=; b=MpUVcSUjBKxOWgKHSmNOupDkXaxfxuNFv4xbxjJhTEqkKEzCjJd2YSW+zQGtYQRx6II4gsJw PyczXjTEcESNvN59a0RmV4oH6c97xk+yzP5zHS6qxZR/nBdlUYfc2fhEa/YwSLMwjK69kFlk 0h0zqt/BVN3yhENx2PRm9JPb0ZM=
X-Mailgun-Sending-Ip: 166.78.69.170
X-Mailgun-Sid: WyJhNzYyYiIsICJxdWljLWlzc3Vlc0BpZXRmLm9yZyIsICI0MGYiXQ==
Sender: ianswett=users.noreply.github.com@github.com
Received: from github.com (Unknown [192.30.252.44]) by mxa.mailgun.org with ESMTP id 5c327361.7fb3da29c900-smtp-out-n01; Sun, 06 Jan 2019 21:30:09 -0000 (UTC)
Date: Sun, 06 Jan 2019 13:30:08 -0800
From: ianswett <ianswett@users.noreply.github.com>
Reply-To: ianswett <ianswett@users.noreply.github.com>
To: quic-issues@ietf.org
Message-ID: <5c327360b8fc5_3d6c2acce060057c15927e@hookshot-fe-6e9b612.cp1-iad.github.net.mail>
Subject: [quicwg/base-drafts] d47696: Discard 0-RTT packet state when rejected
Mime-Version: 1.0
Content-Type: multipart/mixed; boundary="--==_mimepart_5c327360b8a60_3d6c2acce060057c159119"; charset=UTF-8
Content-Transfer-Encoding: 7bit
Archived-At: <https://mailarchive.ietf.org/arch/msg/quic-issues/9V_8xehK8G-EtX2rcET-cKA_kts>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
Precedence: list
List-Id: Notification list for GitHub issues related to the QUIC WG <quic-issues.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=unsubscribe>
List-Archive: <https://mailarchive.ietf.org/arch/browse/quic-issues/>
List-Post: <mailto:quic-issues@ietf.org>
List-Help: <mailto:quic-issues-request@ietf.org?subject=help>
List-Subscribe: <https://www.ietf.org/mailman/listinfo/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=subscribe>
X-List-Received-Date: Sun, 06 Jan 2019 21:30:14 -0000

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

  Branch: refs/heads/ianswett-reject-0rtt
  Home:   https://github.com/quicwg/base-drafts
  Commit: d47696a10bc38230a21761d4da3bcc24d7adc38b
      https://github.com/quicwg/base-drafts/commit/d47696a10bc38230a21761d4da3bcc24d7adc38b
  Author: ianswett <ianswett@users.noreply.github.com>
  Date:   2019-01-06 (Sun, 06 Jan 2019)

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

  Log Message:
  -----------
  Discard 0-RTT packet state when rejected

Replaces part of #2028

Fixes part of #1967



      **NOTE:** This service has been marked for deprecation: https://developer.github.com/changes/2018-04-25-github-services-deprecation/

      Functionality will be removed from GitHub.com on January 31st, 2019.

----==_mimepart_5c327360b8a60_3d6c2acce060057c159119--


From nobody Sun Jan  6 13:30: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 4552A130E43 for <quic-issues@ietfa.amsl.com>; Sun,  6 Jan 2019 13:30:34 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -8.064
X-Spam-Level: 
X-Spam-Status: No, score=-8.064 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIMWL_WL_HIGH=-0.065, 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_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 2ouGyVcPGa-H for <quic-issues@ietfa.amsl.com>; Sun,  6 Jan 2019 13:30: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 DD6CA12E043 for <quic-issues@ietf.org>; Sun,  6 Jan 2019 13:30:32 -0800 (PST)
Date: Sun, 06 Jan 2019 13:30:32 -0800
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1546810232; bh=6/s91zqhxOnDeBET87Kk97gTmd/5dtkUyO4Zrs95NKw=; h=Date:From:Reply-To:To:Cc:Subject:List-ID:List-Archive:List-Post: List-Unsubscribe:From; b=akxbkHFbGkpt5NUVZY08iVtcV5txxQ7oLcAPxjZ1PJGjy9rnEQqjnWmmPFzY52OV+ BV58uPcALCRrlqFJ50Yc7DYUVYL/9BjR9dhbeEikuWlkfBkcw54xAtPa3tTPPPbtiH /4KrppcfTRhK6JHzVlkfUFdZDSCULI4AUbKvCv84=
From: ianswett <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+0166e4ab1baea26ad5b53d18b19264773b326efc7de09e6692cf00000001184a357892a169ce179f005f@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/pull/2300@github.com>
Subject: [quicwg/base-drafts] Discard 0-RTT packet state when rejected (#2300)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5c32737824f19_4db63ff6c1ed45c09772e"; 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/MzgsP_Ge4-qFUlYf3mfT3XLxY5Y>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
List-Id: Notification list for GitHub issues related to the QUIC WG <quic-issues.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=unsubscribe>
List-Archive: <https://mailarchive.ietf.org/arch/browse/quic-issues/>
List-Post: <mailto:quic-issues@ietf.org>
List-Help: <mailto:quic-issues-request@ietf.org?subject=help>
List-Subscribe: <https://www.ietf.org/mailman/listinfo/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=subscribe>
X-List-Received-Date: Sun, 06 Jan 2019 21:30:34 -0000

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

Replaces part of #2028

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

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

-- Commit Summary --

  * Discard 0-RTT packet state when rejected

-- File Changes --

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

-- Patch Links --

https://github.com/quicwg/base-drafts/pull/2300.patch
https://github.com/quicwg/base-drafts/pull/2300.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/2300

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

<p>Replaces part of <a class="issue-link js-issue-link" data-error-text="Failed to load issue title" data-id="382845508" data-permission-text="Issue title is private" data-url="https://github.com/quicwg/base-drafts/issues/2028" data-hovercard-type="pull_request" data-hovercard-url="/quicwg/base-drafts/pull/2028/hovercard" href="https://github.com/quicwg/base-drafts/pull/2028">#2028</a></p>
<p>Fixes part of <a class="issue-link js-issue-link" data-error-text="Failed to load issue title" data-id="377688407" data-permission-text="Issue title is private" data-url="https://github.com/quicwg/base-drafts/issues/1967" data-hovercard-type="issue" data-hovercard-url="/quicwg/base-drafts/issues/1967/hovercard" href="https://github.com/quicwg/base-drafts/issues/1967">#1967</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/2300'>https://github.com/quicwg/base-drafts/pull/2300</a></p>

<h4>Commit Summary</h4>
<ul>
  <li>Discard 0-RTT packet state when rejected</li>
</ul>

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

<h4>Patch Links:</h4>
<ul>
  <li><a href='https://github.com/quicwg/base-drafts/pull/2300.patch'>https://github.com/quicwg/base-drafts/pull/2300.patch</a></li>
  <li><a href='https://github.com/quicwg/base-drafts/pull/2300.diff'>https://github.com/quicwg/base-drafts/pull/2300.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/2300">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AWbkq5q654KnUA-BF1eRiKjdmhnW1U8bks5vAmr4gaJpZM4ZynWo">mute the thread</a>.<img src="https://github.com/notifications/beacon/AWbkq1ngyzUE3I5pFs8gHi3NGWUr38UPks5vAmr4gaJpZM4ZynWo.gif" height="1" width="1" alt="" /></p>
<script type="application/json" data-scope="inboxmarkup">{"api_version":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name":"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"https://github.githubassets.com/images/email/message_cards/header.png","avatar_image_url":"https://github.githubassets.com/images/email/message_cards/avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/quicwg/base-drafts"}},"updates":{"snippets":[{"icon":"DESCRIPTION","message":"Discard 0-RTT packet state when rejected (#2300)"}],"action":{"name":"View Pull Request","url":"https://github.com/quicwg/base-drafts/pull/2300"}}}</script>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/pull/2300",
"url": "https://github.com/quicwg/base-drafts/pull/2300",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>

----==_mimepart_5c32737824f19_4db63ff6c1ed45c09772e--


From nobody Sun Jan  6 13:32: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 E03A8130E6F for <quic-issues@ietfa.amsl.com>; Sun,  6 Jan 2019 13:32:04 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -6.446
X-Spam-Level: 
X-Spam-Status: No, score=-6.446 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIMWL_WL_HIGH=-0.065, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, HTML_IMAGE_ONLY_24=1.618, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-1, RCVD_IN_DNSWL_HI=-5, 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 ghLl1l57Ce0Z for <quic-issues@ietfa.amsl.com>; Sun,  6 Jan 2019 13:32:02 -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 37197130E4C for <quic-issues@ietf.org>; Sun,  6 Jan 2019 13:32:02 -0800 (PST)
Date: Sun, 06 Jan 2019 13:32:01 -0800
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1546810321; bh=WMC4AmjxIPQ5AKaWBYHtt6HxaOFS8FxSLWQn+5SZK+0=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=EIJdFHKLhzzMHlAiTG+X2YHBnqZoy13GCLCENZED7QQ2qqLJ5OPXKvBQJaGV3Sq5D ZtQNHb0Mtz/kGuI9f4QIMXSH1U1b9tAaJ7wcseV67LSR1OZNoegmW+hIxDNEkXretx pJFYubvrLXIQ4bQeCls7kbW8bIDCNQVFiQUTwBgg=
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/2028/push/3185124991@github.com>
In-Reply-To: <quicwg/base-drafts/pull/2028@github.com>
References: <quicwg/base-drafts/pull/2028@github.com>
Subject: Re: [quicwg/base-drafts] Ignore loss of undecryptable packets (#2028)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5c3273d12a048_6a473f86686d45c4784149"; 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/4ll5dSx7dOAX-_eC1rO_8nasX9c>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
List-Id: Notification list for GitHub issues related to the QUIC WG <quic-issues.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=unsubscribe>
List-Archive: <https://mailarchive.ietf.org/arch/browse/quic-issues/>
List-Post: <mailto:quic-issues@ietf.org>
List-Help: <mailto:quic-issues-request@ietf.org?subject=help>
List-Subscribe: <https://www.ietf.org/mailman/listinfo/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=subscribe>
X-List-Received-Date: Sun, 06 Jan 2019 21:32:10 -0000

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

@ianswett pushed 1 commit.

bcfebcc5a8f1ed9058e8126da7dd70c664676de6  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/2028/files/a0ecdfddb002a75e041e3bd549d1766a282d939a..bcfebcc5a8f1ed9058e8126da7dd70c664676de6

----==_mimepart_5c3273d12a048_6a473f86686d45c4784149
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/bcfebcc5a8f1ed9058e8126da7dd70c664676de6">bcfebcc</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/2028/files/a0ecdfddb002a75e041e3bd549d1766a282d939a..bcfebcc5a8f1ed9058e8126da7dd70c664676de6">View it on GitHub</a> or <a href="https://github.com/notifications/unsubscribe-auth/AWbkq84JXxhq8U7-HMTY2dm0WsEBi0ffks5vAmtRgaJpZM4Yr6j5">mute the thread</a>.<img src="https://github.com/notifications/beacon/AWbkqw3SX2Bjd_Sx77kALPxayvcPXqWDks5vAmtRgaJpZM4Yr6j5.gif" height="1" width="1" alt="" /></p>
<script type="application/json" data-scope="inboxmarkup">{"api_version":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name":"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"https://github.githubassets.com/images/email/message_cards/header.png","avatar_image_url":"https://github.githubassets.com/images/email/message_cards/avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/quicwg/base-drafts"}},"updates":{"snippets":[{"icon":"PERSON","message":"@ianswett pushed 1 commit in #2028"}],"action":{"name":"View Pull Request","url":"https://github.com/quicwg/base-drafts/pull/2028/files/a0ecdfddb002a75e041e3bd549d1766a282d939a..bcfebcc5a8f1ed9058e8126da7dd70c664676de6"}}}</script>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/pull/2028/files/a0ecdfddb002a75e041e3bd549d1766a282d939a..bcfebcc5a8f1ed9058e8126da7dd70c664676de6",
"url": "https://github.com/quicwg/base-drafts/pull/2028/files/a0ecdfddb002a75e041e3bd549d1766a282d939a..bcfebcc5a8f1ed9058e8126da7dd70c664676de6",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>

----==_mimepart_5c3273d12a048_6a473f86686d45c4784149--


From nobody Sun Jan  6 13: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 E341B130E43 for <quic-issues@ietfa.amsl.com>; Sun,  6 Jan 2019 13:32:38 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -6.446
X-Spam-Level: 
X-Spam-Status: No, score=-6.446 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIMWL_WL_HIGH=-0.065, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, HTML_IMAGE_ONLY_24=1.618, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-1, RCVD_IN_DNSWL_HI=-5, 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 NMLybFJuaTyh for <quic-issues@ietfa.amsl.com>; Sun,  6 Jan 2019 13:32:37 -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 26503130E3E for <quic-issues@ietf.org>; Sun,  6 Jan 2019 13:32:37 -0800 (PST)
Date: Sun, 06 Jan 2019 13:32:36 -0800
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1546810356; bh=9CWyuGIUAfyJ1srw56Eswr94Avq1eMXlIdA9Cwcx/NU=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=sLVWeIFuq/aqZQNUF7mwuXWYqDOFPcwWspT/mE8o6u6EiFwx7a80MYlZceaujW2QT W0ulcCGGCCms0zlZ5dgwOwW+D8PEn6mkHVp3xuW6jQJu9BU0nOzLks8HTtN7rsHdfg QDI8sAdjtOaDMz5xbH54lXO5dDagLxelT4OQXtqs=
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/2028/push/3185125555@github.com>
In-Reply-To: <quicwg/base-drafts/pull/2028@github.com>
References: <quicwg/base-drafts/pull/2028@github.com>
Subject: Re: [quicwg/base-drafts] Ignore loss of undecryptable packets (#2028)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5c3273f4310db_7ba43fd7932d45c4374785"; 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/2-9rpc85_sR0oOdhyOjNNcHrdsw>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
List-Id: Notification list for GitHub issues related to the QUIC WG <quic-issues.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=unsubscribe>
List-Archive: <https://mailarchive.ietf.org/arch/browse/quic-issues/>
List-Post: <mailto:quic-issues@ietf.org>
List-Help: <mailto:quic-issues-request@ietf.org?subject=help>
List-Subscribe: <https://www.ietf.org/mailman/listinfo/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=subscribe>
X-List-Received-Date: Sun, 06 Jan 2019 21:32:39 -0000

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

@ianswett pushed 1 commit.

1f88d44eb8967af230db9dd9885d75cdf5506d9a  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/2028/files/bcfebcc5a8f1ed9058e8126da7dd70c664676de6..1f88d44eb8967af230db9dd9885d75cdf5506d9a

----==_mimepart_5c3273f4310db_7ba43fd7932d45c4374785
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/1f88d44eb8967af230db9dd9885d75cdf5506d9a">1f88d44</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/2028/files/bcfebcc5a8f1ed9058e8126da7dd70c664676de6..1f88d44eb8967af230db9dd9885d75cdf5506d9a">View it on GitHub</a> or <a href="https://github.com/notifications/unsubscribe-auth/AWbkq6ICZUM-4-ari1SV-JN5dN4asgCtks5vAmt0gaJpZM4Yr6j5">mute the thread</a>.<img src="https://github.com/notifications/beacon/AWbkq_enjPS8oconnC_6wzRP7iL8WK9zks5vAmt0gaJpZM4Yr6j5.gif" height="1" width="1" alt="" /></p>
<script type="application/json" data-scope="inboxmarkup">{"api_version":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name":"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"https://github.githubassets.com/images/email/message_cards/header.png","avatar_image_url":"https://github.githubassets.com/images/email/message_cards/avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/quicwg/base-drafts"}},"updates":{"snippets":[{"icon":"PERSON","message":"@ianswett pushed 1 commit in #2028"}],"action":{"name":"View Pull Request","url":"https://github.com/quicwg/base-drafts/pull/2028/files/bcfebcc5a8f1ed9058e8126da7dd70c664676de6..1f88d44eb8967af230db9dd9885d75cdf5506d9a"}}}</script>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/pull/2028/files/bcfebcc5a8f1ed9058e8126da7dd70c664676de6..1f88d44eb8967af230db9dd9885d75cdf5506d9a",
"url": "https://github.com/quicwg/base-drafts/pull/2028/files/bcfebcc5a8f1ed9058e8126da7dd70c664676de6..1f88d44eb8967af230db9dd9885d75cdf5506d9a",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>

----==_mimepart_5c3273f4310db_7ba43fd7932d45c4374785--


From nobody Sun Jan  6 13:33:09 2019
Return-Path: <bounce+565321.40f-quic-issues=ietf.org@github.com>
X-Original-To: quic-issues@ietfa.amsl.com
Delivered-To: quic-issues@ietfa.amsl.com
Received: from localhost (localhost [127.0.0.1]) by ietfa.amsl.com (Postfix) with ESMTP id 7FB65130E47 for <quic-issues@ietfa.amsl.com>; Sun,  6 Jan 2019 13:33:07 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -1.964
X-Spam-Level: 
X-Spam-Status: No, score=-1.964 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIMWL_WL_HIGH=-0.065, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, HEADER_FROM_DIFFERENT_DOMAINS=0.001, RCVD_IN_DNSWL_NONE=-0.0001, SPF_PASS=-0.001, URIBL_BLOCKED=0.001] autolearn=ham autolearn_force=no
Authentication-Results: ietfa.amsl.com (amavisd-new); dkim=pass (1024-bit key) header.d=github.com
Received: from mail.ietf.org ([4.31.198.44]) by localhost (ietfa.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id uvOSJdF0d_n8 for <quic-issues@ietfa.amsl.com>; Sun,  6 Jan 2019 13:33:05 -0800 (PST)
Received: from m69-169.mailgun.net (m69-169.mailgun.net [166.78.69.169]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id A590B130E3E for <quic-issues@ietf.org>; Sun,  6 Jan 2019 13:33:05 -0800 (PST)
DKIM-Signature: a=rsa-sha256; v=1; c=relaxed/relaxed; d=github.com; q=dns/txt;  s=mailo; t=1546810385; h=Content-Transfer-Encoding: Content-Type: Mime-Version: Subject: Message-ID: To: Reply-To: From: Date: Sender; bh=UGIgeZCV6B4aLJz4rXbPx0fZ6b3IvES5JVCii7jlcU8=; b=y181bGKLzEGCeI3nDC5eFHfaGO6wkPH01TtyQfJuWu2Nv2lW07Ujn5wgtisr2akyaJEmxXl8 1kjECPE14knEWq1ngUWxet0XlZH00FomZdOGGHdKVarghwPD4fE9xN/nP5CzgAJpsLtPu32g uOpojB6Lj6HPmYSrqZRMVd5G7XI=
X-Mailgun-Sending-Ip: 166.78.69.169
X-Mailgun-Sid: WyJhNzYyYiIsICJxdWljLWlzc3Vlc0BpZXRmLm9yZyIsICI0MGYiXQ==
Sender: mbishop=evequefou.be@github.com
Received: from github.com (Unknown [192.30.252.38]) by mxa.mailgun.org with ESMTP id 5c327410.7f0a21603d50-smtp-out-n02; Sun, 06 Jan 2019 21:33:04 -0000 (UTC)
Date: Sun, 06 Jan 2019 13:33:03 -0800
From: Mike Bishop <mbishop@evequefou.be>
Reply-To: Mike Bishop <mbishop@evequefou.be>
To: quic-issues@ietf.org
Message-ID: <5c32740fda8d5_7ae02aad00b7e5941438d7@hookshot-fe-265448d.cp1-iad.github.net.mail>
Subject: [quicwg/base-drafts] e33155: Update draft-ietf-quic-recovery.md
Mime-Version: 1.0
Content-Type: multipart/mixed; boundary="--==_mimepart_5c32740fda100_7ae02aad00b7e59414377"; charset=UTF-8
Content-Transfer-Encoding: 7bit
Archived-At: <https://mailarchive.ietf.org/arch/msg/quic-issues/yIlVS0fGNU9yWf_rsiSFA4eQ45Q>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
Precedence: list
List-Id: Notification list for GitHub issues related to the QUIC WG <quic-issues.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=unsubscribe>
List-Archive: <https://mailarchive.ietf.org/arch/browse/quic-issues/>
List-Post: <mailto:quic-issues@ietf.org>
List-Help: <mailto:quic-issues-request@ietf.org?subject=help>
List-Subscribe: <https://www.ietf.org/mailman/listinfo/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=subscribe>
X-List-Received-Date: Sun, 06 Jan 2019 21:33:07 -0000

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

  Branch: refs/heads/ianswett-undecryptable-loss
  Home:   https://github.com/quicwg/base-drafts
  Commit: e33155329947afb75d7dc97373578fd6f1319844
      https://github.com/quicwg/base-drafts/commit/e33155329947afb75d7dc97373578fd6f1319844
  Author: Mike Bishop <mbishop@evequefou.be>
  Date:   2019-01-06 (Sun, 06 Jan 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>



      **NOTE:** This service has been marked for deprecation: https://developer.github.com/changes/2018-04-25-github-services-deprecation/

      Functionality will be removed from GitHub.com on January 31st, 2019.

----==_mimepart_5c32740fda100_7ae02aad00b7e59414377--


From nobody Sun Jan  6 13:33: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 2FA3A130E43 for <quic-issues@ietfa.amsl.com>; Sun,  6 Jan 2019 13:33:09 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -6.446
X-Spam-Level: 
X-Spam-Status: No, score=-6.446 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIMWL_WL_HIGH=-0.065, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, HTML_IMAGE_ONLY_24=1.618, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-1, RCVD_IN_DNSWL_HI=-5, 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 ELd6SmbSMmtn for <quic-issues@ietfa.amsl.com>; Sun,  6 Jan 2019 13:33: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 97FAC130E3E for <quic-issues@ietf.org>; Sun,  6 Jan 2019 13:33:07 -0800 (PST)
Date: Sun, 06 Jan 2019 13:33:06 -0800
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1546810386; bh=nsyC4t7AivCFF2ZmvPuXf/WMvnDGoCfYJ9s68i2/ifg=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=fsXGOotNbwsYjFi41sEpDxYbpcNqlvvKPaHGxQj7dsbaDVHsEPbGkNTjUkgEwPDW7 ZuT1wyvKHoz3gxi1G7BdGHL62PPM+rZ3ulF/yzIo3xrJxkLg+6TaKy12nPdaMBnpDH 2aVE/wqcz48qGHESt1YKiE/mg43UEMGPYsq3tno8=
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/2028/push/3185126055@github.com>
In-Reply-To: <quicwg/base-drafts/pull/2028@github.com>
References: <quicwg/base-drafts/pull/2028@github.com>
Subject: Re: [quicwg/base-drafts] Ignore loss of undecryptable packets (#2028)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5c327412c4527_ae53fcabd0d45b87169b7"; 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/vhZp8ImQaYCvU3dVQmuNDU1EUcw>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
List-Id: Notification list for GitHub issues related to the QUIC WG <quic-issues.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=unsubscribe>
List-Archive: <https://mailarchive.ietf.org/arch/browse/quic-issues/>
List-Post: <mailto:quic-issues@ietf.org>
List-Help: <mailto:quic-issues-request@ietf.org?subject=help>
List-Subscribe: <https://www.ietf.org/mailman/listinfo/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=subscribe>
X-List-Received-Date: Sun, 06 Jan 2019 21:33:09 -0000

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

@ianswett pushed 1 commit.

e33155329947afb75d7dc97373578fd6f1319844  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/2028/files/1f88d44eb8967af230db9dd9885d75cdf5506d9a..e33155329947afb75d7dc97373578fd6f1319844

----==_mimepart_5c327412c4527_ae53fcabd0d45b87169b7
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/e33155329947afb75d7dc97373578fd6f1319844">e331553</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/2028/files/1f88d44eb8967af230db9dd9885d75cdf5506d9a..e33155329947afb75d7dc97373578fd6f1319844">View it on GitHub</a> or <a href="https://github.com/notifications/unsubscribe-auth/AWbkq7eomgJET4Gx2R_IKREBi82wV1EWks5vAmuSgaJpZM4Yr6j5">mute the thread</a>.<img src="https://github.com/notifications/beacon/AWbkq3fBJD59Pc9-IZJRnTD9oNS5Ipr_ks5vAmuSgaJpZM4Yr6j5.gif" height="1" width="1" alt="" /></p>
<script type="application/json" data-scope="inboxmarkup">{"api_version":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name":"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"https://github.githubassets.com/images/email/message_cards/header.png","avatar_image_url":"https://github.githubassets.com/images/email/message_cards/avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/quicwg/base-drafts"}},"updates":{"snippets":[{"icon":"PERSON","message":"@ianswett pushed 1 commit in #2028"}],"action":{"name":"View Pull Request","url":"https://github.com/quicwg/base-drafts/pull/2028/files/1f88d44eb8967af230db9dd9885d75cdf5506d9a..e33155329947afb75d7dc97373578fd6f1319844"}}}</script>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/pull/2028/files/1f88d44eb8967af230db9dd9885d75cdf5506d9a..e33155329947afb75d7dc97373578fd6f1319844",
"url": "https://github.com/quicwg/base-drafts/pull/2028/files/1f88d44eb8967af230db9dd9885d75cdf5506d9a..e33155329947afb75d7dc97373578fd6f1319844",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>

----==_mimepart_5c327412c4527_ae53fcabd0d45b87169b7--


From nobody Sun Jan  6 13:40: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 79E7B130E66 for <quic-issues@ietfa.amsl.com>; Sun,  6 Jan 2019 13:40:53 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -6.661
X-Spam-Level: 
X-Spam-Status: No, score=-6.661 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIMWL_WL_HIGH=-0.065, 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_PASS=-0.001] autolearn=ham autolearn_force=no
Authentication-Results: ietfa.amsl.com (amavisd-new); dkim=pass (1024-bit key) header.d=github.com
Received: from mail.ietf.org ([4.31.198.44]) by localhost (ietfa.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id PZY05uc7nyON for <quic-issues@ietfa.amsl.com>; Sun,  6 Jan 2019 13:40: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 B530E130E4D for <quic-issues@ietf.org>; Sun,  6 Jan 2019 13:40:51 -0800 (PST)
Date: Sun, 06 Jan 2019 13:40:50 -0800
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1546810850; bh=sj4rOS1D3srxeUmzC7vm7VeTIwyBb9mwr+PbXWqlsOs=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=OcDwCNwMhsChcLNRv6FEbq7yWNXPb/IhAGZ6LPyr8W5zPk5BOnQ92wrbMQgGu82It qq0xUuYkbTNMzwuqFi4leRFVCxz3OLZocgo0FR4zpniwjIU3c9Yc871fiqNxyKaL70 ls3FXGBP8T7Fs+aXCbBiWjH4suBFcpBGyvoFBYas=
From: Benjamin Saunders <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+0166e4ab7af4f92abad0b2bdb2a5b3592aabd243e381fb7592cf00000001184a37e292a169ce178befb2@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/pull/2281/review/189645645@github.com>
In-Reply-To: <quicwg/base-drafts/pull/2281@github.com>
References: <quicwg/base-drafts/pull/2281@github.com>
Subject: Re: [quicwg/base-drafts] Include handshake anti-deadlock logic in pseudocode (#2281)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5c3275e26ffae_16703fb4094d45c0124212"; 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/KNmezpO2yeYe_iap8OAlngP7i4M>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
List-Id: Notification list for GitHub issues related to the QUIC WG <quic-issues.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=unsubscribe>
List-Archive: <https://mailarchive.ietf.org/arch/browse/quic-issues/>
List-Post: <mailto:quic-issues@ietf.org>
List-Help: <mailto:quic-issues-request@ietf.org?subject=help>
List-Subscribe: <https://www.ietf.org/mailman/listinfo/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=subscribe>
X-List-Received-Date: Sun, 06 Jan 2019 21:40:54 -0000

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

Ralith commented on this pull request.



> @@ -778,13 +778,7 @@ Pseudocode for SetLossDetectionTimer follows:
 
 ~~~
  SetLossDetectionTimer():
-    // Don't arm timer if there are no ack-eliciting packets
-    // in flight.
-    if (no ack-eliciting packets in flight):
-      loss_detection_timer.cancel()
-      return
-
-    if (crypto packets are in flight):
+    if (crypto packets are in flight || handshaking client):

Yeah, I wasn't sure what to go with. Should I introduce a new defined variable?

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

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

<hr>

<p>In <a href="https://github.com/quicwg/base-drafts/pull/2281#discussion_r245523723">draft-ietf-quic-recovery.md</a>:</p>
<pre style='color:#555'>&gt; @@ -778,13 +778,7 @@ Pseudocode for SetLossDetectionTimer follows:
 
 ~~~
  SetLossDetectionTimer():
-    // Don&#39;t arm timer if there are no ack-eliciting packets
-    // in flight.
-    if (no ack-eliciting packets in flight):
-      loss_detection_timer.cancel()
-      return
-
-    if (crypto packets are in flight):
+    if (crypto packets are in flight || handshaking client):
</pre>
<p>Yeah, I wasn't sure what to go with. Should I introduce a new defined variable?</p>

<p style="font-size:small;-webkit-text-size-adjust:none;color:#666;">&mdash;<br />You are receiving this because you are subscribed to this thread.<br />Reply to this email directly, <a href="https://github.com/quicwg/base-drafts/pull/2281#discussion_r245523723">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AWbkq8GUybDj5gBji0l_TFPP6MlDAWEOks5vAm1igaJpZM4Zluan">mute the thread</a>.<img src="https://github.com/notifications/beacon/AWbkq96vqy_m4U32o-Koj2D6Lr9yVQgXks5vAm1igaJpZM4Zluan.gif" height="1" width="1" alt="" /></p>
<script type="application/json" data-scope="inboxmarkup">{"api_version":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name":"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"https://github.githubassets.com/images/email/message_cards/header.png","avatar_image_url":"https://github.githubassets.com/images/email/message_cards/avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/quicwg/base-drafts"}},"updates":{"snippets":[{"icon":"PERSON","message":"@Ralith commented on #2281"}],"action":{"name":"View Pull Request","url":"https://github.com/quicwg/base-drafts/pull/2281#discussion_r245523723"}}}</script>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/pull/2281#discussion_r245523723",
"url": "https://github.com/quicwg/base-drafts/pull/2281#discussion_r245523723",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>
----==_mimepart_5c3275e26ffae_16703fb4094d45c0124212--


From nobody Sun Jan  6 13:42:09 2019
Return-Path: <bounce+565321.40f-quic-issues=ietf.org@github.com>
X-Original-To: quic-issues@ietfa.amsl.com
Delivered-To: quic-issues@ietfa.amsl.com
Received: from localhost (localhost [127.0.0.1]) by ietfa.amsl.com (Postfix) with ESMTP id 4AD37130F43 for <quic-issues@ietfa.amsl.com>; Sun,  6 Jan 2019 13:42:03 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -1.964
X-Spam-Level: 
X-Spam-Status: No, score=-1.964 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIMWL_WL_HIGH=-0.065, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, HEADER_FROM_DIFFERENT_DOMAINS=0.001, RCVD_IN_DNSWL_NONE=-0.0001, SPF_PASS=-0.001, URIBL_BLOCKED=0.001] autolearn=ham autolearn_force=no
Authentication-Results: ietfa.amsl.com (amavisd-new); dkim=pass (1024-bit key) header.d=github.com
Received: from mail.ietf.org ([4.31.198.44]) by localhost (ietfa.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 9Qwi_z1-WrLy for <quic-issues@ietfa.amsl.com>; Sun,  6 Jan 2019 13:42:01 -0800 (PST)
Received: from m69-170.mailgun.net (m69-170.mailgun.net [166.78.69.170]) (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 330EE130E83 for <quic-issues@ietf.org>; Sun,  6 Jan 2019 13:42:01 -0800 (PST)
DKIM-Signature: a=rsa-sha256; v=1; c=relaxed/relaxed; d=github.com; q=dns/txt;  s=mailo; t=1546810920; h=Content-Transfer-Encoding: Content-Type: Mime-Version: Subject: Message-ID: To: Reply-To: From: Date: Sender; bh=MNR/VTRlq5I4paLj7HehvupLzwVJu6OR+RGU7bpTtcs=; b=vTAk/Uo+ffntYyqstCh4KI1djr3Eha03p7LwKSe7ZvcxC98Dz/1Kvvp64/stiGy2kBEbdE/A 6hb5sR1Eb7RII8IeP9oRnDSOiQYEayOf5DxhqPyD6XOcB4JU2S7IFtQzw4nlo8xlgiDzKBme EnRzCDhVohldnBgxXSNbRNYos7w=
X-Mailgun-Sending-Ip: 166.78.69.170
X-Mailgun-Sid: WyJhNzYyYiIsICJxdWljLWlzc3Vlc0BpZXRmLm9yZyIsICI0MGYiXQ==
Sender: mbishop=evequefou.be@github.com
Received: from github.com (Unknown [192.30.252.35]) by mxa.mailgun.org with ESMTP id 5c3273cf.7fa2a0e54b10-smtp-out-n03; Sun, 06 Jan 2019 21:31:59 -0000 (UTC)
Date: Sun, 06 Jan 2019 13:31:58 -0800
From: Mike Bishop <mbishop@evequefou.be>
Reply-To: Mike Bishop <mbishop@evequefou.be>
To: quic-issues@ietf.org
Message-ID: <5c3273ce463a0_48e22b066652857c1297dc@hookshot-fe-d252ca1.cp1-iad.github.net.mail>
Subject: [quicwg/base-drafts] bcfebc: Update draft-ietf-quic-recovery.md
Mime-Version: 1.0
Content-Type: multipart/mixed; boundary="--==_mimepart_5c3273ce45cc1_48e22b066652857c1296a3"; charset=UTF-8
Content-Transfer-Encoding: 7bit
Archived-At: <https://mailarchive.ietf.org/arch/msg/quic-issues/O1-MtUjlR4OiYE9MSllCcIjMAnw>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
Precedence: list
List-Id: Notification list for GitHub issues related to the QUIC WG <quic-issues.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=unsubscribe>
List-Archive: <https://mailarchive.ietf.org/arch/browse/quic-issues/>
List-Post: <mailto:quic-issues@ietf.org>
List-Help: <mailto:quic-issues-request@ietf.org?subject=help>
List-Subscribe: <https://www.ietf.org/mailman/listinfo/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=subscribe>
X-List-Received-Date: Sun, 06 Jan 2019 21:42:08 -0000

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

  Branch: refs/heads/ianswett-undecryptable-loss
  Home:   https://github.com/quicwg/base-drafts
  Commit: bcfebcc5a8f1ed9058e8126da7dd70c664676de6
      https://github.com/quicwg/base-drafts/commit/bcfebcc5a8f1ed9058e8126da7dd70c664676de6
  Author: Mike Bishop <mbishop@evequefou.be>
  Date:   2019-01-06 (Sun, 06 Jan 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>



      **NOTE:** This service has been marked for deprecation: https://developer.github.com/changes/2018-04-25-github-services-deprecation/

      Functionality will be removed from GitHub.com on January 31st, 2019.

----==_mimepart_5c3273ce45cc1_48e22b066652857c1296a3--


From nobody Sun Jan  6 13:42:40 2019
Return-Path: <bounce+565321.40f-quic-issues=ietf.org@github.com>
X-Original-To: quic-issues@ietfa.amsl.com
Delivered-To: quic-issues@ietfa.amsl.com
Received: from localhost (localhost [127.0.0.1]) by ietfa.amsl.com (Postfix) with ESMTP id 80634130E66 for <quic-issues@ietfa.amsl.com>; Sun,  6 Jan 2019 13:42:38 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -1.964
X-Spam-Level: 
X-Spam-Status: No, score=-1.964 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIMWL_WL_HIGH=-0.065, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, HEADER_FROM_DIFFERENT_DOMAINS=0.001, RCVD_IN_DNSWL_NONE=-0.0001, SPF_PASS=-0.001, URIBL_BLOCKED=0.001] autolearn=ham autolearn_force=no
Authentication-Results: ietfa.amsl.com (amavisd-new); dkim=pass (1024-bit key) header.d=github.com
Received: from mail.ietf.org ([4.31.198.44]) by localhost (ietfa.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id JjTVWJvWbWVo for <quic-issues@ietfa.amsl.com>; Sun,  6 Jan 2019 13:42:36 -0800 (PST)
Received: from m71-131.mailgun.net (m71-131.mailgun.net [166.78.71.131]) (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 9CD75130E4D for <quic-issues@ietf.org>; Sun,  6 Jan 2019 13:42:36 -0800 (PST)
DKIM-Signature: a=rsa-sha256; v=1; c=relaxed/relaxed; d=github.com; q=dns/txt;  s=mailo; t=1546810955; h=Content-Transfer-Encoding: Content-Type: Mime-Version: Subject: Message-ID: To: Reply-To: From: Date: Sender; bh=8JLmrDshWZVz02SkSlsb9cSsO7661NugBUzoYk6y5rM=; b=X34ArbPTLZjne45X50U0XACC68zDZG4dvmxPWmAMPWKqsElS09BpK4o5pZu5yc/yuORP+rUY RhGMmVDgmr7VrpOmMNZEBWn55/iXSodjQeSKS+7rA61V2DGv2iargZ7BBgUtlpCc8JoreJf+ viQ11cqokC6cebWDfug8prCoxxQ=
X-Mailgun-Sending-Ip: 166.78.71.131
X-Mailgun-Sid: WyJhNzYyYiIsICJxdWljLWlzc3Vlc0BpZXRmLm9yZyIsICI0MGYiXQ==
Sender: mbishop=evequefou.be@github.com
Received: from github.com (Unknown [192.30.252.34]) by mxa.mailgun.org with ESMTP id 5c3273f2.7f57d3e7f150-smtp-out-n02; Sun, 06 Jan 2019 21:32:34 -0000 (UTC)
Date: Sun, 06 Jan 2019 13:32:33 -0800
From: Mike Bishop <mbishop@evequefou.be>
Reply-To: Mike Bishop <mbishop@evequefou.be>
To: quic-issues@ietf.org
Message-ID: <5c3273f14240c_74972b16def0c574113292@hookshot-fe-88eb02d.cp1-iad.github.net.mail>
Subject: [quicwg/base-drafts] 1f88d4: Update draft-ietf-quic-recovery.md
Mime-Version: 1.0
Content-Type: multipart/mixed; boundary="--==_mimepart_5c3273f141d5d_74972b16def0c57411318d"; charset=UTF-8
Content-Transfer-Encoding: 7bit
Archived-At: <https://mailarchive.ietf.org/arch/msg/quic-issues/XsvrLpsq5idJjSqgmz7QABcDAvo>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
Precedence: list
List-Id: Notification list for GitHub issues related to the QUIC WG <quic-issues.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=unsubscribe>
List-Archive: <https://mailarchive.ietf.org/arch/browse/quic-issues/>
List-Post: <mailto:quic-issues@ietf.org>
List-Help: <mailto:quic-issues-request@ietf.org?subject=help>
List-Subscribe: <https://www.ietf.org/mailman/listinfo/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=subscribe>
X-List-Received-Date: Sun, 06 Jan 2019 21:42:39 -0000

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

  Branch: refs/heads/ianswett-undecryptable-loss
  Home:   https://github.com/quicwg/base-drafts
  Commit: 1f88d44eb8967af230db9dd9885d75cdf5506d9a
      https://github.com/quicwg/base-drafts/commit/1f88d44eb8967af230db9dd9885d75cdf5506d9a
  Author: Mike Bishop <mbishop@evequefou.be>
  Date:   2019-01-06 (Sun, 06 Jan 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>



      **NOTE:** This service has been marked for deprecation: https://developer.github.com/changes/2018-04-25-github-services-deprecation/

      Functionality will be removed from GitHub.com on January 31st, 2019.

----==_mimepart_5c3273f141d5d_74972b16def0c57411318d--


From nobody Sun Jan  6 14:09:04 2019
Return-Path: <bounce+565321.40f-quic-issues=ietf.org@github.com>
X-Original-To: quic-issues@ietfa.amsl.com
Delivered-To: quic-issues@ietfa.amsl.com
Received: from localhost (localhost [127.0.0.1]) by ietfa.amsl.com (Postfix) with ESMTP id 75A10130E6E for <quic-issues@ietfa.amsl.com>; Sun,  6 Jan 2019 14:09:02 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -1.964
X-Spam-Level: 
X-Spam-Status: No, score=-1.964 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIMWL_WL_HIGH=-0.065, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, HEADER_FROM_DIFFERENT_DOMAINS=0.001, RCVD_IN_DNSWL_NONE=-0.0001, SPF_PASS=-0.001, URIBL_BLOCKED=0.001] autolearn=ham autolearn_force=no
Authentication-Results: ietfa.amsl.com (amavisd-new); dkim=pass (1024-bit key) header.d=github.com
Received: from mail.ietf.org ([4.31.198.44]) by localhost (ietfa.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id HW0huHo9B79l for <quic-issues@ietfa.amsl.com>; Sun,  6 Jan 2019 14:09:00 -0800 (PST)
Received: from m71-131.mailgun.net (m71-131.mailgun.net [166.78.71.131]) (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 7B12F12D4ED for <quic-issues@ietf.org>; Sun,  6 Jan 2019 14:09:00 -0800 (PST)
DKIM-Signature: a=rsa-sha256; v=1; c=relaxed/relaxed; d=github.com; q=dns/txt;  s=mailo; t=1546812539; h=Content-Transfer-Encoding: Content-Type: Mime-Version: Subject: Message-ID: To: Reply-To: From: Date: Sender; bh=MT4yxCfyDmIJQDlbPlnJoTFw6MkdMteS+raZSG6oAys=; b=O56IyQRdHECQDmNCfPCMoeAbtD26paAVzlqtOjnqxHpbslAah65Ay1IzhnbaBkvjJC9NwIpu eLWDWkvQmZUQf4R7wQbQUHXh7G4YLUNHGyazUhjc2YPfBJLqct6n3kFFcouIFjYJBlC34lEA 1UjNXy5lUXwJ5vxjIwBji6FZi/I=
X-Mailgun-Sending-Ip: 166.78.71.131
X-Mailgun-Sid: WyJhNzYyYiIsICJxdWljLWlzc3Vlc0BpZXRmLm9yZyIsICI0MGYiXQ==
Sender: mt=lowentropy.net@github.com
Received: from github.com (Unknown [192.30.252.39]) by mxa.mailgun.org with ESMTP id 5c327c7b.7fb52202e540-smtp-out-n03; Sun, 06 Jan 2019 22:08:59 -0000 (UTC)
Date: Sun, 06 Jan 2019 14:08:58 -0800
From: Martin Thomson <mt@lowentropy.net>
Reply-To: Martin Thomson <mt@lowentropy.net>
To: quic-issues@ietf.org
Message-ID: <5c327c7a2efd3_5edd2b0d10320580975b@hookshot-fe-31feec6.cp1-iad.github.net.mail>
Subject: [quicwg/base-drafts] 892c37: Suggestion
Mime-Version: 1.0
Content-Type: multipart/mixed; boundary="--==_mimepart_5c327c7a2ead3_5edd2b0d103205809744b"; charset=UTF-8
Content-Transfer-Encoding: 7bit
Archived-At: <https://mailarchive.ietf.org/arch/msg/quic-issues/GqO1SKw2BnLthDUPrOGkGh3qWyA>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
Precedence: list
List-Id: Notification list for GitHub issues related to the QUIC WG <quic-issues.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=unsubscribe>
List-Archive: <https://mailarchive.ietf.org/arch/browse/quic-issues/>
List-Post: <mailto:quic-issues@ietf.org>
List-Help: <mailto:quic-issues-request@ietf.org?subject=help>
List-Subscribe: <https://www.ietf.org/mailman/listinfo/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=subscribe>
X-List-Received-Date: Sun, 06 Jan 2019 22:09:03 -0000

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

  Branch: refs/heads/proto-nego
  Home:   https://github.com/quicwg/base-drafts
  Commit: 892c371961089ca58657396f164c7473a34bad6a
      https://github.com/quicwg/base-drafts/commit/892c371961089ca58657396f164c7473a34bad6a
  Author: Martin Thomson <mt@lowentropy.net>
  Date:   2019-01-07 (Mon, 07 Jan 2019)

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

  Log Message:
  -----------
  Suggestion



      **NOTE:** This service has been marked for deprecation: https://developer.github.com/changes/2018-04-25-github-services-deprecation/

      Functionality will be removed from GitHub.com on January 31st, 2019.

----==_mimepart_5c327c7a2ead3_5edd2b0d103205809744b--


From nobody Sun Jan  6 14: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 167D3130E77 for <quic-issues@ietfa.amsl.com>; Sun,  6 Jan 2019 14:09:04 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -6.447
X-Spam-Level: 
X-Spam-Status: No, score=-6.447 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIMWL_WL_HIGH=-0.065, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, HTML_IMAGE_ONLY_24=1.618, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-1, RCVD_IN_DNSWL_HI=-5, SPF_PASS=-0.001] autolearn=ham autolearn_force=no
Authentication-Results: ietfa.amsl.com (amavisd-new); dkim=pass (1024-bit key) header.d=github.com
Received: from mail.ietf.org ([4.31.198.44]) by localhost (ietfa.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id OZCaTQe4ALdy for <quic-issues@ietfa.amsl.com>; Sun,  6 Jan 2019 14:09: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 58916130E5D for <quic-issues@ietf.org>; Sun,  6 Jan 2019 14:09:02 -0800 (PST)
Date: Sun, 06 Jan 2019 14:09:01 -0800
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1546812541; bh=isuZ7YNMYNKyYZgDHHEWKJkN9NdLBVpkWV3J96da9SM=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=XTQCJEY1esUJknIUMRN1NL8svkCC4A3jDqK3EjWA+TRvOEZ8lahmUyPyot3REyp2y dKuRy8HNm46uLCvBk4GFALvl48+4kRPeXam9QcQaoX4juNufiZlXX1DND4SpCRpDf+ Ntw2no8RJJVvd88zIbmnCgV5j3tGGFv2A6WsNbKA=
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/2284/push/3185162176@github.com>
In-Reply-To: <quicwg/base-drafts/pull/2284@github.com>
References: <quicwg/base-drafts/pull/2284@github.com>
Subject: Re: [quicwg/base-drafts] Stronger protocol negotiation requirement (#2284)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5c327c7d26dcb_60a53ff6c1ed45c0197835"; 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/mgqgpZdH3tCYCSxQtMF8USSaz_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: Sun, 06 Jan 2019 22:09:04 -0000

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

@martinthomson pushed 1 commit.

892c371961089ca58657396f164c7473a34bad6a  Suggestion


-- 
You are receiving this because you are subscribed to this thread.
View it on GitHub:
https://github.com/quicwg/base-drafts/pull/2284/files/fce75453e774abba3b9db9d01bb2257dcb6dcf62..892c371961089ca58657396f164c7473a34bad6a

----==_mimepart_5c327c7d26dcb_60a53ff6c1ed45c0197835
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/892c371961089ca58657396f164c7473a34bad6a">892c371</a>  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/2284/files/fce75453e774abba3b9db9d01bb2257dcb6dcf62..892c371961089ca58657396f164c7473a34bad6a">View it on GitHub</a> or <a href="https://github.com/notifications/unsubscribe-auth/AWbkq0mhix8LBQdYgV1CQylsZk-C5CLMks5vAnP9gaJpZM4ZnYap">mute the thread</a>.<img src="https://github.com/notifications/beacon/AWbkq-o0CW6iYbwpQxEP-qexnDLNMdkkks5vAnP9gaJpZM4ZnYap.gif" height="1" width="1" alt="" /></p>
<script type="application/json" data-scope="inboxmarkup">{"api_version":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name":"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"https://github.githubassets.com/images/email/message_cards/header.png","avatar_image_url":"https://github.githubassets.com/images/email/message_cards/avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/quicwg/base-drafts"}},"updates":{"snippets":[{"icon":"PERSON","message":"@martinthomson pushed 1 commit in #2284"}],"action":{"name":"View Pull Request","url":"https://github.com/quicwg/base-drafts/pull/2284/files/fce75453e774abba3b9db9d01bb2257dcb6dcf62..892c371961089ca58657396f164c7473a34bad6a"}}}</script>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/pull/2284/files/fce75453e774abba3b9db9d01bb2257dcb6dcf62..892c371961089ca58657396f164c7473a34bad6a",
"url": "https://github.com/quicwg/base-drafts/pull/2284/files/fce75453e774abba3b9db9d01bb2257dcb6dcf62..892c371961089ca58657396f164c7473a34bad6a",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>

----==_mimepart_5c327c7d26dcb_60a53ff6c1ed45c0197835--


From nobody Sun Jan  6 14:09:18 2019
Return-Path: <bounce+565321.40f-quic-issues=ietf.org@github.com>
X-Original-To: quic-issues@ietfa.amsl.com
Delivered-To: quic-issues@ietfa.amsl.com
Received: from localhost (localhost [127.0.0.1]) by ietfa.amsl.com (Postfix) with ESMTP id BA901130E6E for <quic-issues@ietfa.amsl.com>; Sun,  6 Jan 2019 14:09:10 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -1.964
X-Spam-Level: 
X-Spam-Status: No, score=-1.964 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIMWL_WL_HIGH=-0.065, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, HEADER_FROM_DIFFERENT_DOMAINS=0.001, RCVD_IN_DNSWL_NONE=-0.0001, SPF_PASS=-0.001, URIBL_BLOCKED=0.001] autolearn=ham autolearn_force=no
Authentication-Results: ietfa.amsl.com (amavisd-new); dkim=pass (1024-bit key) header.d=github.com
Received: from mail.ietf.org ([4.31.198.44]) by localhost (ietfa.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id zbZNhkUc_WJ3 for <quic-issues@ietfa.amsl.com>; Sun,  6 Jan 2019 14:09:09 -0800 (PST)
Received: from m71-131.mailgun.net (m71-131.mailgun.net [166.78.71.131]) (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 28E1012D4ED for <quic-issues@ietf.org>; Sun,  6 Jan 2019 14:09:09 -0800 (PST)
DKIM-Signature: a=rsa-sha256; v=1; c=relaxed/relaxed; d=github.com; q=dns/txt;  s=mailo; t=1546812548; h=Content-Transfer-Encoding: Content-Type: Mime-Version: Subject: Message-ID: To: Reply-To: From: Date: Sender; bh=VC5QahX44ajkLM0Dkk9guKzneD1j1qtY/WTm5f8oKtk=; b=FNRQRRhMnAw3venOITEdto2t0XIeleIUGefmSBY6MFdKelZnqnoo7j0JqX+E2PPX1yUA4AI0 wO+o6SuFcpvRd7PnhwbXpxbcN4oFO5Bzb3c/y6rJRbeq+icSzSXf833foQBpKAzLjJVsD9UE 0Ix6JBLpjDFqHEOHOjKJgwOd6aQ=
X-Mailgun-Sending-Ip: 166.78.71.131
X-Mailgun-Sid: WyJhNzYyYiIsICJxdWljLWlzc3Vlc0BpZXRmLm9yZyIsICI0MGYiXQ==
Sender: mt=lowentropy.net@github.com
Received: from github.com (Unknown [192.30.252.34]) by mxa.mailgun.org with ESMTP id 5c327c84.7f41d0b85450-smtp-out-n01; Sun, 06 Jan 2019 22:09:08 -0000 (UTC)
Date: Sun, 06 Jan 2019 14:09:07 -0800
From: Martin Thomson <mt@lowentropy.net>
Reply-To: Martin Thomson <mt@lowentropy.net>
To: quic-issues@ietf.org
Message-ID: <5c327c831bc37_6f142afd7e0fe578143981@hookshot-fe-88eb02d.cp1-iad.github.net.mail>
Subject: [quicwg/base-drafts] fce754: Stronger protocol negotiation requirement
Mime-Version: 1.0
Content-Type: multipart/mixed; boundary="--==_mimepart_5c327c831b77e_6f142afd7e0fe578143893"; charset=UTF-8
Content-Transfer-Encoding: 7bit
Archived-At: <https://mailarchive.ietf.org/arch/msg/quic-issues/s_fSAywARR1Fn1FgJGv9M6R90C4>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
Precedence: list
List-Id: Notification list for GitHub issues related to the QUIC WG <quic-issues.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=unsubscribe>
List-Archive: <https://mailarchive.ietf.org/arch/browse/quic-issues/>
List-Post: <mailto:quic-issues@ietf.org>
List-Help: <mailto:quic-issues-request@ietf.org?subject=help>
List-Subscribe: <https://www.ietf.org/mailman/listinfo/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=subscribe>
X-List-Received-Date: Sun, 06 Jan 2019 22:09:11 -0000

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

  Branch: refs/heads/master
  Home:   https://github.com/quicwg/base-drafts
  Commit: fce75453e774abba3b9db9d01bb2257dcb6dcf62
      https://github.com/quicwg/base-drafts/commit/fce75453e774abba3b9db9d01bb2257dcb6dcf62
  Author: Martin Thomson <mt@lowentropy.net>
  Date:   2019-01-03 (Thu, 03 Jan 2019)

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

  Log Message:
  -----------
  Stronger protocol negotiation requirement

The transport already requires that the cryptographic handshake provide
authenticated negotiation of application protocol.  However, the TLS doc
was a little weak on whether ALPN should be used.  This clears that up.

Closes #2263.


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

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

  Log Message:
  -----------
  Suggestion


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

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

  Log Message:
  -----------
  Merge pull request #2284 from quicwg/proto-nego

Stronger protocol negotiation requirement


Compare: https://github.com/quicwg/base-drafts/compare/5befb737e395...e7196983ed2d
      **NOTE:** This service has been marked for deprecation: https://developer.github.com/changes/2018-04-25-github-services-deprecation/

      Functionality will be removed from GitHub.com on January 31st, 2019.

----==_mimepart_5c327c831b77e_6f142afd7e0fe578143893--


From nobody Sun Jan  6 14:09: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 3DFFB130E91 for <quic-issues@ietfa.amsl.com>; Sun,  6 Jan 2019 14:09:12 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -6.661
X-Spam-Level: 
X-Spam-Status: No, score=-6.661 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIMWL_WL_HIGH=-0.065, 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_PASS=-0.001] autolearn=ham autolearn_force=no
Authentication-Results: ietfa.amsl.com (amavisd-new); dkim=pass (1024-bit key) header.d=github.com
Received: from mail.ietf.org ([4.31.198.44]) by localhost (ietfa.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id mnRdpAVuBkc5 for <quic-issues@ietfa.amsl.com>; Sun,  6 Jan 2019 14:09: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 8978D130E5D for <quic-issues@ietf.org>; Sun,  6 Jan 2019 14:09:10 -0800 (PST)
Date: Sun, 06 Jan 2019 14:09:09 -0800
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1546812549; bh=GjwdK1x8qmV/od9HYGkzRvZ8z6Rb3T8NhI814wovHFc=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=KzLGhG00KWMQ8G4dGzZTbaMxRqUcFquz4ooql9qG/P2Sm1dagJJxNi/3VJ9ELU0fH 2D6q79rFLmVirrYbLXM3ZE+t/UM1QkAADgJbH8KRdTXDkRPCxwASDfVQcyludyDVsr YZ0OEvbo00Du77fH5EN1bIL6i4Uj3fovT0ecm73I=
From: Martin Thomson <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+0166e4abac719f899058b7cd73e4df17e9e62f01a4cf4a7992cf00000001184a3e8592a169ce1781f912@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/issue/2263/issue_event/2056478436@github.com>
In-Reply-To: <quicwg/base-drafts/issues/2263@github.com>
References: <quicwg/base-drafts/issues/2263@github.com>
Subject: Re: [quicwg/base-drafts] Make ALPN mandatory in QUIC-via-TLS (#2263)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5c327c857f6e0_1e923fc7596d45c430122a"; 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/Vrj7b2ZV4bjxndX0AUNDw6ip2r8>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
List-Id: Notification list for GitHub issues related to the QUIC WG <quic-issues.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=unsubscribe>
List-Archive: <https://mailarchive.ietf.org/arch/browse/quic-issues/>
List-Post: <mailto:quic-issues@ietf.org>
List-Help: <mailto:quic-issues-request@ietf.org?subject=help>
List-Subscribe: <https://www.ietf.org/mailman/listinfo/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=subscribe>
X-List-Received-Date: Sun, 06 Jan 2019 22:09:12 -0000

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

Closed #2263 via #2284.

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/quicwg/base-drafts/issues/2263#event-2056478436
----==_mimepart_5c327c857f6e0_1e923fc7596d45c430122a
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="394393874" data-permission-text="Issue title is private" data-url="https://github.com/quicwg/base-drafts/issues/2263" data-hovercard-type="issue" data-hovercard-url="/quicwg/base-drafts/issues/2263/hovercard" href="https://github.com/quicwg/base-drafts/issues/2263">#2263</a> via <a class="issue-link js-issue-link" data-error-text="Failed to load issue title" data-id="395415481" data-permission-text="Issue title is private" data-url="https://github.com/quicwg/base-drafts/issues/2284" data-hovercard-type="pull_request" data-hovercard-url="/quicwg/base-drafts/pull/2284/hovercard" href="https://github.com/quicwg/base-drafts/pull/2284">#2284</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/2263#event-2056478436">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AWbkq-7ir7eoxqLFpCF4Tlz-xMA9C9CGks5vAnQFgaJpZM4ZixQs">mute the thread</a>.<img src="https://github.com/notifications/beacon/AWbkq6K6-sqFcDJQ6W1SvFO0TbyXaPVnks5vAnQFgaJpZM4ZixQs.gif" height="1" width="1" alt="" /></p>
<script type="application/json" data-scope="inboxmarkup">{"api_version":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name":"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"https://github.githubassets.com/images/email/message_cards/header.png","avatar_image_url":"https://github.githubassets.com/images/email/message_cards/avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/quicwg/base-drafts"}},"updates":{"snippets":[{"icon":"DESCRIPTION","message":"Closed #2263 via #2284."}],"action":{"name":"View Issue","url":"https://github.com/quicwg/base-drafts/issues/2263#event-2056478436"}}}</script>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/issues/2263#event-2056478436",
"url": "https://github.com/quicwg/base-drafts/issues/2263#event-2056478436",
"name": "View Issue"
},
"description": "View this Issue on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>
----==_mimepart_5c327c857f6e0_1e923fc7596d45c430122a--


From nobody Sun Jan  6 14: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 7BBAC130E6E for <quic-issues@ietfa.amsl.com>; Sun,  6 Jan 2019 14:09:13 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -6.447
X-Spam-Level: 
X-Spam-Status: No, score=-6.447 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIMWL_WL_HIGH=-0.065, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, HTML_IMAGE_ONLY_24=1.618, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-1, RCVD_IN_DNSWL_HI=-5, SPF_PASS=-0.001] autolearn=ham autolearn_force=no
Authentication-Results: ietfa.amsl.com (amavisd-new); dkim=pass (1024-bit key) header.d=github.com
Received: from mail.ietf.org ([4.31.198.44]) by localhost (ietfa.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id jASIYUg7QR2E for <quic-issues@ietfa.amsl.com>; Sun,  6 Jan 2019 14:09:12 -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 C417E130EBA for <quic-issues@ietf.org>; Sun,  6 Jan 2019 14:09:11 -0800 (PST)
Date: Sun, 06 Jan 2019 14:09:09 -0800
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1546812549; bh=7XlGKYILkz3GZnVgxoDoOM7N1a/HWVxzcR6x81WTojs=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=lN2UIUXgYI3tmeB8f6fJojiubs/AnPuPcxvKmfrQYzN+qLR9P9eml/KnYPxe0EBB/ yB5UV7Uz0pfyCT2qYAFBUCslxfUsYpNXhiCkn0SQLWMVVBbmS3Zfj+3FCagjIOphRI 7KVoPakRJ+fJSKZVB6hs87VBW2IpfZL6Gm6YiskM=
From: Martin Thomson <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+0166e4ab5d7645a8df7adeba9dc0367e4dcc7a764691e39b92cf00000001184a3e8592a169ce17918fb9@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/pull/2284/issue_event/2056478435@github.com>
In-Reply-To: <quicwg/base-drafts/pull/2284@github.com>
References: <quicwg/base-drafts/pull/2284@github.com>
Subject: Re: [quicwg/base-drafts] Stronger protocol negotiation requirement (#2284)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5c327c85c5063_d913fcabd0d45b84108a7"; 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/ktKmPqTd5XMK_H4-kyvnwEQkSxc>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
List-Id: Notification list for GitHub issues related to the QUIC WG <quic-issues.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=unsubscribe>
List-Archive: <https://mailarchive.ietf.org/arch/browse/quic-issues/>
List-Post: <mailto:quic-issues@ietf.org>
List-Help: <mailto:quic-issues-request@ietf.org?subject=help>
List-Subscribe: <https://www.ietf.org/mailman/listinfo/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=subscribe>
X-List-Received-Date: Sun, 06 Jan 2019 22:09:13 -0000

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

Merged #2284 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/2284#event-2056478435
----==_mimepart_5c327c85c5063_d913fcabd0d45b84108a7
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="395415481" data-permission-text="Issue title is private" data-url="https://github.com/quicwg/base-drafts/issues/2284" data-hovercard-type="pull_request" data-hovercard-url="/quicwg/base-drafts/pull/2284/hovercard" href="https://github.com/quicwg/base-drafts/pull/2284">#2284</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/2284#event-2056478435">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AWbkq-c5VfCZLbN13wJlOAdGG4_fusJqks5vAnQFgaJpZM4ZnYap">mute the thread</a>.<img src="https://github.com/notifications/beacon/AWbkqyvseZa2TeFG1Hax7yc4VagL4-ypks5vAnQFgaJpZM4ZnYap.gif" height="1" width="1" alt="" /></p>
<script type="application/json" data-scope="inboxmarkup">{"api_version":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name":"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"https://github.githubassets.com/images/email/message_cards/header.png","avatar_image_url":"https://github.githubassets.com/images/email/message_cards/avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/quicwg/base-drafts"}},"updates":{"snippets":[{"icon":"DESCRIPTION","message":"Merged #2284 into master."}],"action":{"name":"View Pull Request","url":"https://github.com/quicwg/base-drafts/pull/2284#event-2056478435"}}}</script>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/pull/2284#event-2056478435",
"url": "https://github.com/quicwg/base-drafts/pull/2284#event-2056478435",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>
----==_mimepart_5c327c85c5063_d913fcabd0d45b84108a7--


From nobody Sun Jan  6 14:09:34 2019
Return-Path: <bounce+565321.40f-quic-issues=ietf.org@github.com>
X-Original-To: quic-issues@ietfa.amsl.com
Delivered-To: quic-issues@ietfa.amsl.com
Received: from localhost (localhost [127.0.0.1]) by ietfa.amsl.com (Postfix) with ESMTP id BCCF0130E7E for <quic-issues@ietfa.amsl.com>; Sun,  6 Jan 2019 14:09:13 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -1.965
X-Spam-Level: 
X-Spam-Status: No, score=-1.965 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIMWL_WL_HIGH=-0.065, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, HEADER_FROM_DIFFERENT_DOMAINS=0.001, RCVD_IN_DNSWL_NONE=-0.0001, SPF_PASS=-0.001] autolearn=ham autolearn_force=no
Authentication-Results: ietfa.amsl.com (amavisd-new); dkim=pass (1024-bit key) header.d=github.com
Received: from mail.ietf.org ([4.31.198.44]) by localhost (ietfa.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id IDrsQNXS2bfU for <quic-issues@ietfa.amsl.com>; Sun,  6 Jan 2019 14:09:12 -0800 (PST)
Received: from m69-169.mailgun.net (m69-169.mailgun.net [166.78.69.169]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id 20887131032 for <quic-issues@ietf.org>; Sun,  6 Jan 2019 14:09:12 -0800 (PST)
DKIM-Signature: a=rsa-sha256; v=1; c=relaxed/relaxed; d=github.com; q=dns/txt;  s=mailo; t=1546812551; h=Content-Transfer-Encoding: Content-Type: Mime-Version: Subject: Message-ID: To: Reply-To: From: Date: Sender; bh=gSvzNShW/8Sg0KRIJ0cgY8OEYl1/1rC6UFp8mvyUdsQ=; b=fKnRK9aXOp6tjRxUpNzEI9FJyuur/n3E+mIIC0BZOijRRiQqJj2VdWRYZaZ73tKKF5DxCDaw Cc+qBgPEO1+fzEzA7+6YKY/eGsRd6jCLqrSSRqKoVJ+v0CfVx7nbJe4biWn/1JNg6SZTo2bb qv3BugoitHQorIdPkM3eeA2m874=
X-Mailgun-Sending-Ip: 166.78.69.169
X-Mailgun-Sid: WyJhNzYyYiIsICJxdWljLWlzc3Vlc0BpZXRmLm9yZyIsICI0MGYiXQ==
Sender: mt=lowentropy.net@github.com
Received: from github.com (Unknown [192.30.252.39]) by mxa.mailgun.org with ESMTP id 5c327c86.7f048ee8b7b0-smtp-out-n01; Sun, 06 Jan 2019 22:09:10 -0000 (UTC)
Date: Sun, 06 Jan 2019 14:09:09 -0800
From: martinthomson <mt@lowentropy.net>
Reply-To: martinthomson <mt@lowentropy.net>
To: quic-issues@ietf.org
Message-ID: <5c327c85a5000_cb312af21d55658817150@hookshot-fe-dfcc362.cp1-iad.github.net.mail>
Subject: [quicwg/base-drafts]
Mime-Version: 1.0
Content-Type: multipart/mixed; boundary="--==_mimepart_5c327c85a4844_cb312af21d5565881702"; charset=UTF-8
Content-Transfer-Encoding: 7bit
Archived-At: <https://mailarchive.ietf.org/arch/msg/quic-issues/4rPSVUeBb5fh3Ibc7gdon66EnYw>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
Precedence: list
List-Id: Notification list for GitHub issues related to the QUIC WG <quic-issues.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=unsubscribe>
List-Archive: <https://mailarchive.ietf.org/arch/browse/quic-issues/>
List-Post: <mailto:quic-issues@ietf.org>
List-Help: <mailto:quic-issues-request@ietf.org?subject=help>
List-Subscribe: <https://www.ietf.org/mailman/listinfo/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=subscribe>
X-List-Received-Date: Sun, 06 Jan 2019 22:09:14 -0000

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

  Branch: refs/heads/proto-nego
  Home:   https://github.com/quicwg/base-drafts

      **NOTE:** This service has been marked for deprecation: https://developer.github.com/changes/2018-04-25-github-services-deprecation/

      Functionality will be removed from GitHub.com on January 31st, 2019.

----==_mimepart_5c327c85a4844_cb312af21d5565881702--


From nobody Sun Jan  6 14:10: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 ED5F2130E6E for <quic-issues@ietfa.amsl.com>; Sun,  6 Jan 2019 14:10:42 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -6.447
X-Spam-Level: 
X-Spam-Status: No, score=-6.447 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIMWL_WL_HIGH=-0.065, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, HTML_IMAGE_ONLY_24=1.618, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-1, RCVD_IN_DNSWL_HI=-5, SPF_PASS=-0.001] autolearn=ham autolearn_force=no
Authentication-Results: ietfa.amsl.com (amavisd-new); dkim=pass (1024-bit key) header.d=github.com
Received: from mail.ietf.org ([4.31.198.44]) by localhost (ietfa.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id aDKQ2n5cpbGC for <quic-issues@ietfa.amsl.com>; Sun,  6 Jan 2019 14:10: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 7E39012D4ED for <quic-issues@ietf.org>; Sun,  6 Jan 2019 14:10:41 -0800 (PST)
Date: Sun, 06 Jan 2019 14:10:40 -0800
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1546812640; bh=tz9oraLF0r7B8hqkOjmxY6swi/AFJbj6hbzX5DTzg+0=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=HT8QeVPRC8SX8jGA6P4fQ1f4Nke4oKWnfaT9kolBPDqsnfF871K3+SPeIdTUJ91GT X/PTkzapsdjWIF+glApGy035rHaEfSzedvO+6ZfMdZ4OUmtxiQN6mLelZtOmwd7B7j Exj0O43Tk+7EXmEXTApfT0KN6m5O72C8Vsme8Q2A=
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/2240/push/3185163837@github.com>
In-Reply-To: <quicwg/base-drafts/pull/2240@github.com>
References: <quicwg/base-drafts/pull/2240@github.com>
Subject: Re: [quicwg/base-drafts] Adjust autotuning recommendations (#2240)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5c327ce0afb55_d383fa85a4d45bc452755"; 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/56dFaoUa8n01dl90CXbuylRBHSo>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
List-Id: Notification list for GitHub issues related to the QUIC WG <quic-issues.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=unsubscribe>
List-Archive: <https://mailarchive.ietf.org/arch/browse/quic-issues/>
List-Post: <mailto:quic-issues@ietf.org>
List-Help: <mailto:quic-issues-request@ietf.org?subject=help>
List-Subscribe: <https://www.ietf.org/mailman/listinfo/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=subscribe>
X-List-Received-Date: Sun, 06 Jan 2019 22:10:43 -0000

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

@martinthomson pushed 1 commit.

ac630214da1db388e8cde6428431312517d278b1  Optimization suggestion only


-- 
You are receiving this because you are subscribed to this thread.
View it on GitHub:
https://github.com/quicwg/base-drafts/pull/2240/files/59df95fa2e9f856dfee2d03b163108944122a5bf..ac630214da1db388e8cde6428431312517d278b1

----==_mimepart_5c327ce0afb55_d383fa85a4d45bc452755
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/ac630214da1db388e8cde6428431312517d278b1">ac63021</a>  Optimization suggestion only</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/2240/files/59df95fa2e9f856dfee2d03b163108944122a5bf..ac630214da1db388e8cde6428431312517d278b1">View it on GitHub</a> or <a href="https://github.com/notifications/unsubscribe-auth/AWbkq62uy8z9XXHMZvKTnMbF4Djz-LFDks5vAnRggaJpZM4ZdXZo">mute the thread</a>.<img src="https://github.com/notifications/beacon/AWbkq3wBPL-GAtz4EprAR4ZcpOr35PVHks5vAnRggaJpZM4ZdXZo.gif" height="1" width="1" alt="" /></p>
<script type="application/json" data-scope="inboxmarkup">{"api_version":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name":"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"https://github.githubassets.com/images/email/message_cards/header.png","avatar_image_url":"https://github.githubassets.com/images/email/message_cards/avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/quicwg/base-drafts"}},"updates":{"snippets":[{"icon":"PERSON","message":"@martinthomson pushed 1 commit in #2240"}],"action":{"name":"View Pull Request","url":"https://github.com/quicwg/base-drafts/pull/2240/files/59df95fa2e9f856dfee2d03b163108944122a5bf..ac630214da1db388e8cde6428431312517d278b1"}}}</script>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/pull/2240/files/59df95fa2e9f856dfee2d03b163108944122a5bf..ac630214da1db388e8cde6428431312517d278b1",
"url": "https://github.com/quicwg/base-drafts/pull/2240/files/59df95fa2e9f856dfee2d03b163108944122a5bf..ac630214da1db388e8cde6428431312517d278b1",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>

----==_mimepart_5c327ce0afb55_d383fa85a4d45bc452755--


From nobody Sun Jan  6 14:10:52 2019
Return-Path: <bounce+565321.40f-quic-issues=ietf.org@github.com>
X-Original-To: quic-issues@ietfa.amsl.com
Delivered-To: quic-issues@ietfa.amsl.com
Received: from localhost (localhost [127.0.0.1]) by ietfa.amsl.com (Postfix) with ESMTP id 46519130E77 for <quic-issues@ietfa.amsl.com>; Sun,  6 Jan 2019 14:10:48 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -1.964
X-Spam-Level: 
X-Spam-Status: No, score=-1.964 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIMWL_WL_HIGH=-0.065, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, HEADER_FROM_DIFFERENT_DOMAINS=0.001, RCVD_IN_DNSWL_NONE=-0.0001, SPF_PASS=-0.001, URIBL_BLOCKED=0.001] autolearn=ham autolearn_force=no
Authentication-Results: ietfa.amsl.com (amavisd-new); dkim=pass (1024-bit key) header.d=github.com
Received: from mail.ietf.org ([4.31.198.44]) by localhost (ietfa.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id Nr4PBLaJIXmD for <quic-issues@ietfa.amsl.com>; Sun,  6 Jan 2019 14:10:46 -0800 (PST)
Received: from m69-169.mailgun.net (m69-169.mailgun.net [166.78.69.169]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id 1E342130E6E for <quic-issues@ietf.org>; Sun,  6 Jan 2019 14:10:46 -0800 (PST)
DKIM-Signature: a=rsa-sha256; v=1; c=relaxed/relaxed; d=github.com; q=dns/txt;  s=mailo; t=1546812645; h=Content-Transfer-Encoding: Content-Type: Mime-Version: Subject: Message-ID: To: Reply-To: From: Date: Sender; bh=1uoYjZRRKHt1mLhPf4eYYg+dFosKcKbbmf0kx4rC/jo=; b=Zq472Ia5iHI2hnaj0yh5nJYAavNx+gJvhXL7zOXmGs/Si0uQqOPd10hQPj2lHw/D2/BB62XP QBAvK1hC40qgyGyzJuWl2inCWu5Q+EFBuY7VswSvxHFat5arWTfhrhlaJsMmQJ0P+c7zsOyb hheAQXqKbP50o4Z9hwnxWZT6fvk=
X-Mailgun-Sending-Ip: 166.78.69.169
X-Mailgun-Sid: WyJhNzYyYiIsICJxdWljLWlzc3Vlc0BpZXRmLm9yZyIsICI0MGYiXQ==
Sender: mt=lowentropy.net@github.com
Received: from github.com (Unknown [192.30.252.38]) by mxa.mailgun.org with ESMTP id 5c327ce5.7f0adc9a88d0-smtp-out-n03; Sun, 06 Jan 2019 22:10:45 -0000 (UTC)
Date: Sun, 06 Jan 2019 14:10:45 -0800
From: Martin Thomson <mt@lowentropy.net>
Reply-To: Martin Thomson <mt@lowentropy.net>
To: quic-issues@ietf.org
Message-ID: <5c327ce510223_56cc2aacd4b8a578328a@hookshot-fe-265448d.cp1-iad.github.net.mail>
Subject: [quicwg/base-drafts] 59df95: Adjust autotuning recommendations
Mime-Version: 1.0
Content-Type: multipart/mixed; boundary="--==_mimepart_5c327ce5fd1e_56cc2aacd4b8a578327d0"; charset=UTF-8
Content-Transfer-Encoding: 7bit
Archived-At: <https://mailarchive.ietf.org/arch/msg/quic-issues/TwUYVUU2L3vmg-ZAQOAzllTSWjU>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
Precedence: list
List-Id: Notification list for GitHub issues related to the QUIC WG <quic-issues.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=unsubscribe>
List-Archive: <https://mailarchive.ietf.org/arch/browse/quic-issues/>
List-Post: <mailto:quic-issues@ietf.org>
List-Help: <mailto:quic-issues-request@ietf.org?subject=help>
List-Subscribe: <https://www.ietf.org/mailman/listinfo/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=subscribe>
X-List-Received-Date: Sun, 06 Jan 2019 22:10:48 -0000

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

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

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

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

This doesn't need normative text.

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

Closes #2083.


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

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

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


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

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

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

Adjust autotuning recommendations


Compare: https://github.com/quicwg/base-drafts/compare/e7196983ed2d...b146756aa0d7
      **NOTE:** This service has been marked for deprecation: https://developer.github.com/changes/2018-04-25-github-services-deprecation/

      Functionality will be removed from GitHub.com on January 31st, 2019.

----==_mimepart_5c327ce5fd1e_56cc2aacd4b8a578327d0--


From nobody Sun Jan  6 14:10:57 2019
Return-Path: <bounce+565321.40f-quic-issues=ietf.org@github.com>
X-Original-To: quic-issues@ietfa.amsl.com
Delivered-To: quic-issues@ietfa.amsl.com
Received: from localhost (localhost [127.0.0.1]) by ietfa.amsl.com (Postfix) with ESMTP id BC003130E77 for <quic-issues@ietfa.amsl.com>; Sun,  6 Jan 2019 14:10:49 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -1.965
X-Spam-Level: 
X-Spam-Status: No, score=-1.965 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIMWL_WL_HIGH=-0.065, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, HEADER_FROM_DIFFERENT_DOMAINS=0.001, RCVD_IN_DNSWL_NONE=-0.0001, SPF_PASS=-0.001] autolearn=ham autolearn_force=no
Authentication-Results: ietfa.amsl.com (amavisd-new); dkim=pass (1024-bit key) header.d=github.com
Received: from mail.ietf.org ([4.31.198.44]) by localhost (ietfa.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 8bwRqsXpSPzP for <quic-issues@ietfa.amsl.com>; Sun,  6 Jan 2019 14:10:48 -0800 (PST)
Received: from m69-169.mailgun.net (m69-169.mailgun.net [166.78.69.169]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id 165EE12D4ED for <quic-issues@ietf.org>; Sun,  6 Jan 2019 14:10:48 -0800 (PST)
DKIM-Signature: a=rsa-sha256; v=1; c=relaxed/relaxed; d=github.com; q=dns/txt;  s=mailo; t=1546812647; h=Content-Transfer-Encoding: Content-Type: Mime-Version: Subject: Message-ID: To: Reply-To: From: Date: Sender; bh=GMRWCQcQ3IPjcgip+nPeRfsaMcGZvtZbuf6V9ws5Wt4=; b=Mb/MY5ETamY6/pN9ZEbUUfCuRWr8qGLxNWzStAg2TMwEJBI89dCBkVrk8q7IcAK4yNwXuaFc j1lQLT6/YAyksqc1QClobepvVrwQnTSrjYG9gUakpEprXnXQP5kDqhYflrwZhQmS64RUGV8s OcgA07DEyZIHg2nXwcGK/KSmGkU=
X-Mailgun-Sending-Ip: 166.78.69.169
X-Mailgun-Sid: WyJhNzYyYiIsICJxdWljLWlzc3Vlc0BpZXRmLm9yZyIsICI0MGYiXQ==
Sender: mt=lowentropy.net@github.com
Received: from github.com (Unknown [192.30.252.44]) by mxa.mailgun.org with ESMTP id 5c327ce7.7f07296dac00-smtp-out-n03; Sun, 06 Jan 2019 22:10:47 -0000 (UTC)
Date: Sun, 06 Jan 2019 14:10:47 -0800
From: martinthomson <mt@lowentropy.net>
Reply-To: martinthomson <mt@lowentropy.net>
To: quic-issues@ietf.org
Message-ID: <5c327ce72a8d9_446c2adcda7f65708519c@hookshot-fe-6e9b612.cp1-iad.github.net.mail>
Subject: [quicwg/base-drafts]
Mime-Version: 1.0
Content-Type: multipart/mixed; boundary="--==_mimepart_5c327ce72a3c4_446c2adcda7f6570850b9"; charset=UTF-8
Content-Transfer-Encoding: 7bit
Archived-At: <https://mailarchive.ietf.org/arch/msg/quic-issues/w7hI6d9AKmwNwi2kn0j-KDOgvr0>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
Precedence: list
List-Id: Notification list for GitHub issues related to the QUIC WG <quic-issues.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=unsubscribe>
List-Archive: <https://mailarchive.ietf.org/arch/browse/quic-issues/>
List-Post: <mailto:quic-issues@ietf.org>
List-Help: <mailto:quic-issues-request@ietf.org?subject=help>
List-Subscribe: <https://www.ietf.org/mailman/listinfo/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=subscribe>
X-List-Received-Date: Sun, 06 Jan 2019 22:10:50 -0000

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

  Branch: refs/heads/im-on-a-boat
  Home:   https://github.com/quicwg/base-drafts

      **NOTE:** This service has been marked for deprecation: https://developer.github.com/changes/2018-04-25-github-services-deprecation/

      Functionality will be removed from GitHub.com on January 31st, 2019.

----==_mimepart_5c327ce72a3c4_446c2adcda7f6570850b9--


From nobody Sun Jan  6 14:11: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 39B0512D4ED for <quic-issues@ietfa.amsl.com>; Sun,  6 Jan 2019 14:10:51 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -6.447
X-Spam-Level: 
X-Spam-Status: No, score=-6.447 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIMWL_WL_HIGH=-0.065, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, HTML_IMAGE_ONLY_24=1.618, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-1, RCVD_IN_DNSWL_HI=-5, SPF_PASS=-0.001] autolearn=ham autolearn_force=no
Authentication-Results: ietfa.amsl.com (amavisd-new); dkim=pass (1024-bit key) header.d=github.com
Received: from mail.ietf.org ([4.31.198.44]) by localhost (ietfa.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id lH7PfFUTTBVR for <quic-issues@ietfa.amsl.com>; Sun,  6 Jan 2019 14:10:49 -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 95F01130E6E for <quic-issues@ietf.org>; Sun,  6 Jan 2019 14:10:48 -0800 (PST)
Date: Sun, 06 Jan 2019 14:10:47 -0800
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1546812647; bh=83UNdm/D00KauPjYV65A0NWPOiJIiJmU8juOyf5LojA=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=jIqGe9LxU+Wjb3x3TJJw9DUYVpe/pke6HMBOxOZVOpYR6HZe/FwbEZhm0ghItjWCh rvml0kYTBRofi1rs5pVqDg6ctmz9GhFW3BOpjk5cmnguhFP3b1hX1TGMjI2uSWRFz2 0cMU58pOUseC+RHHRuntlMQc98VZw7BLpzRdFRAw=
From: Martin Thomson <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+0166e4ab9ea5cf20acef64f3eb21034f6b8d137df227261892cf00000001184a3ee792a169ce17718705@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/pull/2240/issue_event/2056479036@github.com>
In-Reply-To: <quicwg/base-drafts/pull/2240@github.com>
References: <quicwg/base-drafts/pull/2240@github.com>
Subject: Re: [quicwg/base-drafts] Adjust autotuning recommendations (#2240)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5c327ce7b2278_3cec3f99300d45b81169667"; 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/diPY51i0DBh1k-5tdwEhCXXvRQM>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
List-Id: Notification list for GitHub issues related to the QUIC WG <quic-issues.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=unsubscribe>
List-Archive: <https://mailarchive.ietf.org/arch/browse/quic-issues/>
List-Post: <mailto:quic-issues@ietf.org>
List-Help: <mailto:quic-issues-request@ietf.org?subject=help>
List-Subscribe: <https://www.ietf.org/mailman/listinfo/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=subscribe>
X-List-Received-Date: Sun, 06 Jan 2019 22:10:51 -0000

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

Merged #2240 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/2240#event-2056479036
----==_mimepart_5c327ce7b2278_3cec3f99300d45b81169667
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="393316101" data-permission-text="Issue title is private" data-url="https://github.com/quicwg/base-drafts/issues/2240" data-hovercard-type="pull_request" data-hovercard-url="/quicwg/base-drafts/pull/2240/hovercard" href="https://github.com/quicwg/base-drafts/pull/2240">#2240</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/2240#event-2056479036">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AWbkqxb3S1M7sYFTp3nUPi72wszGdoBfks5vAnRngaJpZM4ZdXZo">mute the thread</a>.<img src="https://github.com/notifications/beacon/AWbkqxYtyVMVHqGbCVpAvd52MEBFX-K6ks5vAnRngaJpZM4ZdXZo.gif" height="1" width="1" alt="" /></p>
<script type="application/json" data-scope="inboxmarkup">{"api_version":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name":"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"https://github.githubassets.com/images/email/message_cards/header.png","avatar_image_url":"https://github.githubassets.com/images/email/message_cards/avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/quicwg/base-drafts"}},"updates":{"snippets":[{"icon":"DESCRIPTION","message":"Merged #2240 into master."}],"action":{"name":"View Pull Request","url":"https://github.com/quicwg/base-drafts/pull/2240#event-2056479036"}}}</script>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/pull/2240#event-2056479036",
"url": "https://github.com/quicwg/base-drafts/pull/2240#event-2056479036",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>
----==_mimepart_5c327ce7b2278_3cec3f99300d45b81169667--


From nobody Sun Jan  6 14:11: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 7A36B130E77 for <quic-issues@ietfa.amsl.com>; Sun,  6 Jan 2019 14:10:52 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -6.661
X-Spam-Level: 
X-Spam-Status: No, score=-6.661 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIMWL_WL_HIGH=-0.065, 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_PASS=-0.001] autolearn=ham autolearn_force=no
Authentication-Results: ietfa.amsl.com (amavisd-new); dkim=pass (1024-bit key) header.d=github.com
Received: from mail.ietf.org ([4.31.198.44]) by localhost (ietfa.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id aEG-kKfSKJFZ for <quic-issues@ietfa.amsl.com>; Sun,  6 Jan 2019 14:10:48 -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 40566130E5D for <quic-issues@ietf.org>; Sun,  6 Jan 2019 14:10:48 -0800 (PST)
Date: Sun, 06 Jan 2019 14:10:47 -0800
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1546812647; bh=ToZQVEXMUb2MkflH18k+eSACt0pdfOX5yiKjxscSago=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=Vp4iLXSVLxzjy70/AwNMc9ACP6t2ZUV8iOgPlCLaRMsYkn2cGp2O0ud4/G/IiPvKw zl61rbrZWZNBShqAX46lOLJYmXlPZn+D//uoKcbMSyP3wthiI+FAaMk63JpWqV5Vdv njFlICt3NnASoaPym1j7I5IMYz9K+yxf4TujkZWk=
From: Martin Thomson <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+0166e4ab7dbfdfac784a0d47c6b8e726dd1b4569846be45492cf00000001184a3ee792a169ce17082968@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/issue/2083/issue_event/2056479037@github.com>
In-Reply-To: <quicwg/base-drafts/issues/2083@github.com>
References: <quicwg/base-drafts/issues/2083@github.com>
Subject: Re: [quicwg/base-drafts] Recommend autotuning for flow control (#2083)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5c327ce76b06f_746c3fec358d45bc137704b"; 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/7lu2iz27QtQjtEhh9g8If_M2VVA>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
List-Id: Notification list for GitHub issues related to the QUIC WG <quic-issues.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=unsubscribe>
List-Archive: <https://mailarchive.ietf.org/arch/browse/quic-issues/>
List-Post: <mailto:quic-issues@ietf.org>
List-Help: <mailto:quic-issues-request@ietf.org?subject=help>
List-Subscribe: <https://www.ietf.org/mailman/listinfo/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=subscribe>
X-List-Received-Date: Sun, 06 Jan 2019 22:10:52 -0000

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

Closed #2083 via #2240.

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/quicwg/base-drafts/issues/2083#event-2056479037
----==_mimepart_5c327ce76b06f_746c3fec358d45bc137704b
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="386410856" data-permission-text="Issue title is private" data-url="https://github.com/quicwg/base-drafts/issues/2083" data-hovercard-type="issue" data-hovercard-url="/quicwg/base-drafts/issues/2083/hovercard" href="https://github.com/quicwg/base-drafts/issues/2083">#2083</a> via <a class="issue-link js-issue-link" data-error-text="Failed to load issue title" data-id="393316101" data-permission-text="Issue title is private" data-url="https://github.com/quicwg/base-drafts/issues/2240" data-hovercard-type="pull_request" data-hovercard-url="/quicwg/base-drafts/pull/2240/hovercard" href="https://github.com/quicwg/base-drafts/pull/2240">#2240</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/2083#event-2056479037">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AWbkq6gUXKBVArgclLB-7pA4hV1z6aiPks5vAnRngaJpZM4Y8qM3">mute the thread</a>.<img src="https://github.com/notifications/beacon/AWbkq6wI4pBJptj0cbA8CjWataeT7kCWks5vAnRngaJpZM4Y8qM3.gif" height="1" width="1" alt="" /></p>
<script type="application/json" data-scope="inboxmarkup">{"api_version":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name":"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"https://github.githubassets.com/images/email/message_cards/header.png","avatar_image_url":"https://github.githubassets.com/images/email/message_cards/avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/quicwg/base-drafts"}},"updates":{"snippets":[{"icon":"DESCRIPTION","message":"Closed #2083 via #2240."}],"action":{"name":"View Issue","url":"https://github.com/quicwg/base-drafts/issues/2083#event-2056479037"}}}</script>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/issues/2083#event-2056479037",
"url": "https://github.com/quicwg/base-drafts/issues/2083#event-2056479037",
"name": "View Issue"
},
"description": "View this Issue on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>
----==_mimepart_5c327ce76b06f_746c3fec358d45bc137704b--


From nobody Sun Jan  6 14:15: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 1B566130E5D for <quic-issues@ietfa.amsl.com>; Sun,  6 Jan 2019 14:15:57 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -8.064
X-Spam-Level: 
X-Spam-Status: No, score=-8.064 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIMWL_WL_HIGH=-0.065, 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_PASS=-0.001] autolearn=ham autolearn_force=no
Authentication-Results: ietfa.amsl.com (amavisd-new); dkim=pass (1024-bit key) header.d=github.com
Received: from mail.ietf.org ([4.31.198.44]) by localhost (ietfa.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id B6N2Efknf9J2 for <quic-issues@ietfa.amsl.com>; Sun,  6 Jan 2019 14:15:55 -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 59C1712D4ED for <quic-issues@ietf.org>; Sun,  6 Jan 2019 14:15:55 -0800 (PST)
Date: Sun, 06 Jan 2019 14:15:54 -0800
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1546812954; bh=NmXSdvShNQArwT21nAFbF1eQCyLLHiMcrJ9KCndvEXU=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=T56+/hjwvGk8Y6+8/bcBNm+NjL6cj+bLK8Ydx62qTvx3k24nTBJBlUy6Lgk9w0Uxt 8BEWGvK9zoGrVngLqVet4oyJ4ToEDepJBD+rm7pYTEl3vwQVjUGO3BXliXd5xdVwa+ 3BM7zY8LuX00tUsKOr9w3k9x0l42OLZGMReF3JLw=
From: Martin Thomson <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+0166e4abb9cff7d28ee8967a0cc5cbc34aede20e653185b392cf00000001184a401a92a169ce177070bb@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/issues/2227/451780072@github.com>
In-Reply-To: <quicwg/base-drafts/issues/2227@github.com>
References: <quicwg/base-drafts/issues/2227@github.com>
Subject: Re: [quicwg/base-drafts] It's annoying that one can't send push in 0.5RTT (#2227)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5c327e1a58ea8_58053fa9d7ad45c42454949"; 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/rB7QARVSJzb4fAuDMgSfxYCK_Fs>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
List-Id: Notification list for GitHub issues related to the QUIC WG <quic-issues.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=unsubscribe>
List-Archive: <https://mailarchive.ietf.org/arch/browse/quic-issues/>
List-Post: <mailto:quic-issues@ietf.org>
List-Help: <mailto:quic-issues-request@ietf.org?subject=help>
List-Subscribe: <https://www.ietf.org/mailman/listinfo/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=subscribe>
X-List-Received-Date: Sun, 06 Jan 2019 22:15:57 -0000

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

The original requirement was, I think, from HTTP.SYS, so @MikeBishop might be able to provide more insight there.  There, you can have different applications sharing the same connection, I recall.  Whether that is advisable, I haven't thought through fully.  I think that gateways/reverse proxies were a case for this more than (forward) proxies.

Even within a browser, requests from the same origin can share connections (though not always).  Even there, you might want to know whether the push was attributed to a page load in one context vs. another.

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

<p>The original requirement was, I think, from HTTP.SYS, so <a class=3D"u=
ser-mention" data-hovercard-type=3D"user" data-hovercard-url=3D"/hovercar=
ds?user_id=3D4273797" data-octo-click=3D"hovercard-link-click" data-octo-=
dimensions=3D"link_type:self" href=3D"https://github.com/MikeBishop">@Mik=
eBishop</a> might be able to provide more insight there.  There, you can =
have different applications sharing the same connection, I recall.  Wheth=
er that is advisable, I haven't thought through fully.  I think that gate=
ways/reverse proxies were a case for this more than (forward) proxies.</p=
>
<p>Even within a browser, requests from the same origin can share connect=
ions (though not always).  Even there, you might want to know whether the=
 push was attributed to a page load in one context vs. another.</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/2227#issuecomment-451780072">view it on GitHub</a>,=
 or <a href=3D"https://github.com/notifications/unsubscribe-auth/AWbkq9VA=
rF2eixh8L7LoZ-fIjCD_FYd-ks5vAnWagaJpZM4ZdDxb">mute the thread</a>.<img sr=
c=3D"https://github.com/notifications/beacon/AWbkq_4_SeJ0q9dFUJKbTubgIjIa=
jMszks5vAnWagaJpZM4ZdDxb.gif" height=3D"1" width=3D"1" alt=3D"" /></p>
<script type=3D"application/json" data-scope=3D"inboxmarkup">{"api_versio=
n":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name"=
:"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"=
quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"http=
s://github.githubassets.com/images/email/message_cards/header.png","avata=
r_image_url":"https://github.githubassets.com/images/email/message_cards/=
avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/q=
uicwg/base-drafts"}},"updates":{"snippets":[{"icon":"PERSON","message":"@=
martinthomson in #2227: The original requirement was, I think, from HTTP.=
SYS, so @MikeBishop might be able to provide more insight there.  There, =
you can have different applications sharing the same connection, I recall=
.  Whether that is advisable, I haven't thought through fully.  I think t=
hat gateways/reverse proxies were a case for this more than (forward) pro=
xies.\r\n\r\nEven within a browser, requests from the same origin can sha=
re connections (though not always).  Even there, you might want to know w=
hether the push was attributed to a page load in one context vs. another.=
"}],"action":{"name":"View Issue","url":"https://github.com/quicwg/base-d=
rafts/issues/2227#issuecomment-451780072"}}}</script>
<script type=3D"application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/issues/2227#issuecomment=
-451780072",
"url": "https://github.com/quicwg/base-drafts/issues/2227#issuecomment-45=
1780072",
"name": "View Issue"
},
"description": "View this Issue on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>=

----==_mimepart_5c327e1a58ea8_58053fa9d7ad45c42454949--


From nobody Sun Jan  6 14:20:47 2019
Return-Path: <bounce+565321.40f-quic-issues=ietf.org@github.com>
X-Original-To: quic-issues@ietfa.amsl.com
Delivered-To: quic-issues@ietfa.amsl.com
Received: from localhost (localhost [127.0.0.1]) by ietfa.amsl.com (Postfix) with ESMTP id F19031310AE for <quic-issues@ietfa.amsl.com>; Sun,  6 Jan 2019 14:20:40 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -1.964
X-Spam-Level: 
X-Spam-Status: No, score=-1.964 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIMWL_WL_HIGH=-0.065, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, HEADER_FROM_DIFFERENT_DOMAINS=0.001, RCVD_IN_DNSWL_NONE=-0.0001, SPF_PASS=-0.001, URIBL_BLOCKED=0.001] autolearn=ham autolearn_force=no
Authentication-Results: ietfa.amsl.com (amavisd-new); dkim=pass (1024-bit key) header.d=github.com
Received: from mail.ietf.org ([4.31.198.44]) by localhost (ietfa.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id acUb3wTvxZpr for <quic-issues@ietfa.amsl.com>; Sun,  6 Jan 2019 14:20:39 -0800 (PST)
Received: from m71-131.mailgun.net (m71-131.mailgun.net [166.78.71.131]) (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 E35FD130F43 for <quic-issues@ietf.org>; Sun,  6 Jan 2019 14:20:38 -0800 (PST)
DKIM-Signature: a=rsa-sha256; v=1; c=relaxed/relaxed; d=github.com; q=dns/txt;  s=mailo; t=1546813238; h=Content-Transfer-Encoding: Content-Type: Mime-Version: Subject: Message-ID: To: Reply-To: From: Date: Sender; bh=6dMaVnfXTrvy79S+dinXXD+HO1yQpSIXBjf+Iy552B4=; b=NM6ZyWxETqH+dfQYvxZmNc7MUkm5JmUqW8xOWJFbd0/wZOxUJCW30t9TBz0FwpInc9cFqCdh ge1P+e3CoXmLMkYqoBy6F/xj6SNW99yizHFBidTcY4yVdemqqNvgs8UzzcyRoCoR2Qu3haij 8Dhf4znA9uxbMc+FjRSEzmwSi7Q=
X-Mailgun-Sending-Ip: 166.78.71.131
X-Mailgun-Sid: WyJhNzYyYiIsICJxdWljLWlzc3Vlc0BpZXRmLm9yZyIsICI0MGYiXQ==
Sender: mt=lowentropy.net@github.com
Received: from github.com (Unknown [192.30.252.38]) by mxa.mailgun.org with ESMTP id 5c327cde.7fe2915c3240-smtp-out-n02; Sun, 06 Jan 2019 22:10:38 -0000 (UTC)
Date: Sun, 06 Jan 2019 14:10:37 -0800
From: Martin Thomson <mt@lowentropy.net>
Reply-To: Martin Thomson <mt@lowentropy.net>
To: quic-issues@ietf.org
Message-ID: <5c327cdddc4a1_78442ae9b7be2578957d9@hookshot-fe-265448d.cp1-iad.github.net.mail>
Subject: [quicwg/base-drafts] ac6302: Optimization suggestion only
Mime-Version: 1.0
Content-Type: multipart/mixed; boundary="--==_mimepart_5c327cdddbd86_78442ae9b7be2578956fe"; charset=UTF-8
Content-Transfer-Encoding: 7bit
Archived-At: <https://mailarchive.ietf.org/arch/msg/quic-issues/W0fuXc9Yl3BrlSA-2h7_qpvBojY>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
Precedence: list
List-Id: Notification list for GitHub issues related to the QUIC WG <quic-issues.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=unsubscribe>
List-Archive: <https://mailarchive.ietf.org/arch/browse/quic-issues/>
List-Post: <mailto:quic-issues@ietf.org>
List-Help: <mailto:quic-issues-request@ietf.org?subject=help>
List-Subscribe: <https://www.ietf.org/mailman/listinfo/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=subscribe>
X-List-Received-Date: Sun, 06 Jan 2019 22:20:45 -0000

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

  Branch: refs/heads/im-on-a-boat
  Home:   https://github.com/quicwg/base-drafts
  Commit: ac630214da1db388e8cde6428431312517d278b1
      https://github.com/quicwg/base-drafts/commit/ac630214da1db388e8cde6428431312517d278b1
  Author: Martin Thomson <mt@lowentropy.net>
  Date:   2019-01-07 (Mon, 07 Jan 2019)

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

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



      **NOTE:** This service has been marked for deprecation: https://developer.github.com/changes/2018-04-25-github-services-deprecation/

      Functionality will be removed from GitHub.com on January 31st, 2019.

----==_mimepart_5c327cdddbd86_78442ae9b7be2578956fe--


From nobody Sun Jan  6 14:22: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 6B12E130E7E for <quic-issues@ietfa.amsl.com>; Sun,  6 Jan 2019 14:22:17 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -6.661
X-Spam-Level: 
X-Spam-Status: No, score=-6.661 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIMWL_WL_HIGH=-0.065, 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_PASS=-0.001] autolearn=ham autolearn_force=no
Authentication-Results: ietfa.amsl.com (amavisd-new); dkim=pass (1024-bit key) header.d=github.com
Received: from mail.ietf.org ([4.31.198.44]) by localhost (ietfa.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id GV3pNaN9Ftkc for <quic-issues@ietfa.amsl.com>; Sun,  6 Jan 2019 14:22: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 F3A9D12D4ED for <quic-issues@ietf.org>; Sun,  6 Jan 2019 14:22:15 -0800 (PST)
Date: Sun, 06 Jan 2019 14:22:14 -0800
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1546813334; bh=7MoC1k5MryWjHC2cYXBPxlPytD5FAyPr4dMaf1XILAc=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=TU0zkj7WdlttyEtCfBLhx60VGmvuWvTGIsnQlQG41k5SbsuxLOlZniZzJ3y15xnYC 6Zo0PQvfNcCLc53vz3rxUB/qHJy5IKrc2wA7IWUj7/saX9tsE7L2ITswzv6fddjGwn VnwcKPE74l4s2FkbbCa4kpRwiopjwlfJWAoziVKQ=
From: Martin Thomson <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+0166e4ab8b54c7774be20f131eb2d095b6cbeff998fbb31192cf00000001184a419692a169ce17801464@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/issues/2262/451780573@github.com>
In-Reply-To: <quicwg/base-drafts/issues/2262@github.com>
References: <quicwg/base-drafts/issues/2262@github.com>
Subject: Re: [quicwg/base-drafts] RESET_STREAM.final_offset is ambiguous (#2262)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5c327f96f2668_14fb3f80ab8d45bc92375"; 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/sLD0ye9XZxEzAVuxvYQIBLoBCpo>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
List-Id: Notification list for GitHub issues related to the QUIC WG <quic-issues.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=unsubscribe>
List-Archive: <https://mailarchive.ietf.org/arch/browse/quic-issues/>
List-Post: <mailto:quic-issues@ietf.org>
List-Help: <mailto:quic-issues-request@ietf.org?subject=help>
List-Subscribe: <https://www.ietf.org/mailman/listinfo/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=subscribe>
X-List-Received-Date: Sun, 06 Jan 2019 22:22:18 -0000

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

I'm not entirely satisfied with the outcome here.  Is this the MAX_STREAM_DATA text that is problematic?

> The MAX_STREAM_DATA frame (type=0x11) is used in flow control to inform a peer of the maximum amount of data that can be sent on a stream.

Because I don't see a problem there.  As a maximum, it naturally doesn't need to concern itself with gaps.  You just can't send the maximum if you leave gaps.

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

<p>I'm not entirely satisfied with the outcome here.  Is this the MAX_STR=
EAM_DATA text that is problematic?</p>
<blockquote>
<p>The MAX_STREAM_DATA frame (type=3D0x11) is used in flow control to inf=
orm a peer of the maximum amount of data that can be sent on a stream.</p=
>
</blockquote>
<p>Because I don't see a problem there.  As a maximum, it naturally doesn=
't need to concern itself with gaps.  You just can't send the maximum if =
you leave gaps.</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/2262#issuecomment-451780573">view it on GitHub</a>,=
 or <a href=3D"https://github.com/notifications/unsubscribe-auth/AWbkq4P8=
dMcofjfq0DjXS-dE-zeg5OASks5vAncWgaJpZM4ZiNzp">mute the thread</a>.<img sr=
c=3D"https://github.com/notifications/beacon/AWbkq31g8wfGjDl4YEVNiuQP2wLb=
0QS5ks5vAncWgaJpZM4ZiNzp.gif" height=3D"1" width=3D"1" alt=3D"" /></p>
<script type=3D"application/json" data-scope=3D"inboxmarkup">{"api_versio=
n":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name"=
:"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"=
quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"http=
s://github.githubassets.com/images/email/message_cards/header.png","avata=
r_image_url":"https://github.githubassets.com/images/email/message_cards/=
avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/q=
uicwg/base-drafts"}},"updates":{"snippets":[{"icon":"PERSON","message":"@=
martinthomson in #2262: I'm not entirely satisfied with the outcome here.=
  Is this the MAX_STREAM_DATA text that is problematic?\r\n\r\n\u003e The=
 MAX_STREAM_DATA frame (type=3D0x11) is used in flow control to inform a =
peer of the maximum amount of data that can be sent on a stream.\r\n\r\nB=
ecause I don't see a problem there.  As a maximum, it naturally doesn't n=
eed to concern itself with gaps.  You just can't send the maximum if you =
leave gaps."}],"action":{"name":"View Issue","url":"https://github.com/qu=
icwg/base-drafts/issues/2262#issuecomment-451780573"}}}</script>
<script type=3D"application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/issues/2262#issuecomment=
-451780573",
"url": "https://github.com/quicwg/base-drafts/issues/2262#issuecomment-45=
1780573",
"name": "View Issue"
},
"description": "View this Issue on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>=

----==_mimepart_5c327f96f2668_14fb3f80ab8d45bc92375--


From nobody Sun Jan  6 14:22:53 2019
Return-Path: <bounce+565321.40f-quic-issues=ietf.org@github.com>
X-Original-To: quic-issues@ietfa.amsl.com
Delivered-To: quic-issues@ietfa.amsl.com
Received: from localhost (localhost [127.0.0.1]) by ietfa.amsl.com (Postfix) with ESMTP id 19509130E7E for <quic-issues@ietfa.amsl.com>; Sun,  6 Jan 2019 14:22:46 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -1.964
X-Spam-Level: 
X-Spam-Status: No, score=-1.964 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIMWL_WL_HIGH=-0.065, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, HEADER_FROM_DIFFERENT_DOMAINS=0.001, RCVD_IN_DNSWL_NONE=-0.0001, SPF_PASS=-0.001, URIBL_BLOCKED=0.001] autolearn=ham autolearn_force=no
Authentication-Results: ietfa.amsl.com (amavisd-new); dkim=pass (1024-bit key) header.d=github.com
Received: from mail.ietf.org ([4.31.198.44]) by localhost (ietfa.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id ncbexHPAUy3x for <quic-issues@ietfa.amsl.com>; Sun,  6 Jan 2019 14:22:44 -0800 (PST)
Received: from m69-170.mailgun.net (m69-170.mailgun.net [166.78.69.170]) (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 7E95D12D4ED for <quic-issues@ietf.org>; Sun,  6 Jan 2019 14:22:44 -0800 (PST)
DKIM-Signature: a=rsa-sha256; v=1; c=relaxed/relaxed; d=github.com; q=dns/txt;  s=mailo; t=1546813364; h=Content-Transfer-Encoding: Content-Type: Mime-Version: Subject: Message-ID: To: Reply-To: From: Date: Sender; bh=MdndDJXywWFCas0auFifVdHVGFWNNnwu3blOF/cARU4=; b=Qyrt8TMwzNoBAWRwcwSsCfDbMU0/TMqfLPVsk3veSAtG92YxZJOFqGv6vYbVmJqzZ0TZ1N+l tIfHSirRk03Q83AgUcQicUFs5HmCAY4GK09WALNrhEi4tR36IqhYaH83/rhjB4kyATwtgG6w QEm1zRHVaLlZmC7EdfhquK5zmpg=
X-Mailgun-Sending-Ip: 166.78.69.170
X-Mailgun-Sid: WyJhNzYyYiIsICJxdWljLWlzc3Vlc0BpZXRmLm9yZyIsICI0MGYiXQ==
Sender: mt=lowentropy.net@github.com
Received: from github.com (Unknown [192.30.252.38]) by mxa.mailgun.org with ESMTP id 5c327fb3.7fdb4fd44d50-smtp-out-n01; Sun, 06 Jan 2019 22:22:43 -0000 (UTC)
Date: Sun, 06 Jan 2019 14:22:43 -0800
From: Martin Thomson <mt@lowentropy.net>
Reply-To: Martin Thomson <mt@lowentropy.net>
To: quic-issues@ietf.org
Message-ID: <5c327fb358389_25212b1516b325804336c@hookshot-fe-265448d.cp1-iad.github.net.mail>
Subject: [quicwg/base-drafts] 59d2b6: s/created/received/ stream for CANCEL_PUSH
Mime-Version: 1.0
Content-Type: multipart/mixed; boundary="--==_mimepart_5c327fb357c72_25212b1516b3258043220"; charset=UTF-8
Content-Transfer-Encoding: 7bit
Archived-At: <https://mailarchive.ietf.org/arch/msg/quic-issues/Mm-nHETuYAul4T8jrx8FLL3a1cw>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
Precedence: list
List-Id: Notification list for GitHub issues related to the QUIC WG <quic-issues.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=unsubscribe>
List-Archive: <https://mailarchive.ietf.org/arch/browse/quic-issues/>
List-Post: <mailto:quic-issues@ietf.org>
List-Help: <mailto:quic-issues-request@ietf.org?subject=help>
List-Subscribe: <https://www.ietf.org/mailman/listinfo/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=subscribe>
X-List-Received-Date: Sun, 06 Jan 2019 22:22:46 -0000

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

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

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

  Log Message:
  -----------
  s/created/received/ stream for CANCEL_PUSH

Closes #2234.


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

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

  Log Message:
  -----------
  Merge pull request #2277 from quicwg/cancel-push-received

s/created/received/ stream for CANCEL_PUSH


Compare: https://github.com/quicwg/base-drafts/compare/b146756aa0d7...a02223a4ba73
      **NOTE:** This service has been marked for deprecation: https://developer.github.com/changes/2018-04-25-github-services-deprecation/

      Functionality will be removed from GitHub.com on January 31st, 2019.

----==_mimepart_5c327fb357c72_25212b1516b3258043220--


From nobody Sun Jan  6 14: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 326E6130E7F for <quic-issues@ietfa.amsl.com>; Sun,  6 Jan 2019 14:22:48 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -6.447
X-Spam-Level: 
X-Spam-Status: No, score=-6.447 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIMWL_WL_HIGH=-0.065, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, HTML_IMAGE_ONLY_24=1.618, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-1, RCVD_IN_DNSWL_HI=-5, SPF_PASS=-0.001] autolearn=ham autolearn_force=no
Authentication-Results: ietfa.amsl.com (amavisd-new); dkim=pass (1024-bit key) header.d=github.com
Received: from mail.ietf.org ([4.31.198.44]) by localhost (ietfa.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id KFvkSR3PL65Z for <quic-issues@ietfa.amsl.com>; Sun,  6 Jan 2019 14:22:46 -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 A32CA12D4ED for <quic-issues@ietf.org>; Sun,  6 Jan 2019 14:22:46 -0800 (PST)
Date: Sun, 06 Jan 2019 14:22:45 -0800
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1546813365; bh=EWr/kWHTn3Mnq1MxnFhtB7jT7Q48E+HCSCyyCNguUIE=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=OmL6VJt3cimFolDOKfL9NPqabcWL2DqOe4Mc0QqtAnlnCWcqTUE9bips8U2vfeC7v PiksiNC0FvDM1ntowRfnFH8aVpg3ZK3CSHZlIrWAwv+t6TgPJqfwZrpBN00XqGgmCv 5iKZR8rpeagrctqhT3Mq1f/GORDhxF6000nL2Y/U=
From: Martin Thomson <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+0166e4abf8c66333f6f56824cc98601fc35055f3b3e99b4692cf00000001184a41b592a169ce178a081e@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/pull/2277/issue_event/2056484054@github.com>
In-Reply-To: <quicwg/base-drafts/pull/2277@github.com>
References: <quicwg/base-drafts/pull/2277@github.com>
Subject: Re: [quicwg/base-drafts] s/created/received/ stream for CANCEL_PUSH (#2277)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5c327fb5cf341_37053f7f64ed45b8150377d"; 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/imAzNpSZvw0y0rFwvPEBDL0Wbfc>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
List-Id: Notification list for GitHub issues related to the QUIC WG <quic-issues.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=unsubscribe>
List-Archive: <https://mailarchive.ietf.org/arch/browse/quic-issues/>
List-Post: <mailto:quic-issues@ietf.org>
List-Help: <mailto:quic-issues-request@ietf.org?subject=help>
List-Subscribe: <https://www.ietf.org/mailman/listinfo/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=subscribe>
X-List-Received-Date: Sun, 06 Jan 2019 22:22:48 -0000

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

Merged #2277 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/2277#event-2056484054
----==_mimepart_5c327fb5cf341_37053f7f64ed45b8150377d
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="394922014" data-permission-text="Issue title is private" data-url="https://github.com/quicwg/base-drafts/issues/2277" data-hovercard-type="pull_request" data-hovercard-url="/quicwg/base-drafts/pull/2277/hovercard" href="https://github.com/quicwg/base-drafts/pull/2277">#2277</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/2277#event-2056484054">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AWbkq3RSfC3NNnyGMedXRaR5plnKBCyvks5vAnc1gaJpZM4ZlKwu">mute the thread</a>.<img src="https://github.com/notifications/beacon/AWbkqy1jVWF4Qlrm1KWoPXC7ME-9xFVzks5vAnc1gaJpZM4ZlKwu.gif" height="1" width="1" alt="" /></p>
<script type="application/json" data-scope="inboxmarkup">{"api_version":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name":"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"https://github.githubassets.com/images/email/message_cards/header.png","avatar_image_url":"https://github.githubassets.com/images/email/message_cards/avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/quicwg/base-drafts"}},"updates":{"snippets":[{"icon":"DESCRIPTION","message":"Merged #2277 into master."}],"action":{"name":"View Pull Request","url":"https://github.com/quicwg/base-drafts/pull/2277#event-2056484054"}}}</script>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/pull/2277#event-2056484054",
"url": "https://github.com/quicwg/base-drafts/pull/2277#event-2056484054",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>
----==_mimepart_5c327fb5cf341_37053f7f64ed45b8150377d--


From nobody Sun Jan  6 14:23: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 04CEC12D4ED for <quic-issues@ietfa.amsl.com>; Sun,  6 Jan 2019 14:22:49 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -6.661
X-Spam-Level: 
X-Spam-Status: No, score=-6.661 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIMWL_WL_HIGH=-0.065, 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_PASS=-0.001] autolearn=ham autolearn_force=no
Authentication-Results: ietfa.amsl.com (amavisd-new); dkim=pass (1024-bit key) header.d=github.com
Received: from mail.ietf.org ([4.31.198.44]) by localhost (ietfa.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id lsQdcTsjwKqE for <quic-issues@ietfa.amsl.com>; Sun,  6 Jan 2019 14:22:47 -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 BA4F0130E7E for <quic-issues@ietf.org>; Sun,  6 Jan 2019 14:22:46 -0800 (PST)
Date: Sun, 06 Jan 2019 14:22:45 -0800
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1546813365; bh=bUupMwGUUCyL+XWYCIQRl4WWIJq6JX3sgz2dPCI+eqc=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=0KyiNxQ18A1iXccaTwM03HrJf8lqZvEzhkWIDdUMyPIvH3iUxu+09lA+jdVTANnzW G94WOOshP9IJtauN9+iSzAssX3sCH/OerYMutBHlO6YL+vt5q3yOCK/6IMR/tLFWEu D9fphADZr5ZqzDHGSSaogyX4xdPP4DxB6sigSzPE=
From: Martin Thomson <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+0166e4ab7f94d90970a83ad837c2155d588c4a87e9eeb65992cf00000001184a41b592a169ce17707840@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/issue/2234/issue_event/2056484055@github.com>
In-Reply-To: <quicwg/base-drafts/issues/2234@github.com>
References: <quicwg/base-drafts/issues/2234@github.com>
Subject: Re: [quicwg/base-drafts] Why is CANCEL_PUSH limited to being used before the stream was created? (#2234)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5c327fb5e62b3_37223ff89d6d45b8144125c"; 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/ozYGVdumezYUqcae1srUIuVLkPE>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
List-Id: Notification list for GitHub issues related to the QUIC WG <quic-issues.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=unsubscribe>
List-Archive: <https://mailarchive.ietf.org/arch/browse/quic-issues/>
List-Post: <mailto:quic-issues@ietf.org>
List-Help: <mailto:quic-issues-request@ietf.org?subject=help>
List-Subscribe: <https://www.ietf.org/mailman/listinfo/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=subscribe>
X-List-Received-Date: Sun, 06 Jan 2019 22:22:49 -0000

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

Closed #2234 via #2277.

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/quicwg/base-drafts/issues/2234#event-2056484055
----==_mimepart_5c327fb5e62b3_37223ff89d6d45b8144125c
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="393246784" data-permission-text="Issue title is private" data-url="https://github.com/quicwg/base-drafts/issues/2234" data-hovercard-type="issue" data-hovercard-url="/quicwg/base-drafts/issues/2234/hovercard" href="https://github.com/quicwg/base-drafts/issues/2234">#2234</a> via <a class="issue-link js-issue-link" data-error-text="Failed to load issue title" data-id="394922014" data-permission-text="Issue title is private" data-url="https://github.com/quicwg/base-drafts/issues/2277" data-hovercard-type="pull_request" data-hovercard-url="/quicwg/base-drafts/pull/2277/hovercard" href="https://github.com/quicwg/base-drafts/pull/2277">#2277</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/2234#event-2056484055">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AWbkqxTaVu-ZOBBNzG8yE5Bem3FIyYSpks5vAnc1gaJpZM4ZdESg">mute the thread</a>.<img src="https://github.com/notifications/beacon/AWbkq-nKzcyb0kYph-gcrkbveEyHuw_gks5vAnc1gaJpZM4ZdESg.gif" height="1" width="1" alt="" /></p>
<script type="application/json" data-scope="inboxmarkup">{"api_version":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name":"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"https://github.githubassets.com/images/email/message_cards/header.png","avatar_image_url":"https://github.githubassets.com/images/email/message_cards/avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/quicwg/base-drafts"}},"updates":{"snippets":[{"icon":"DESCRIPTION","message":"Closed #2234 via #2277."}],"action":{"name":"View Issue","url":"https://github.com/quicwg/base-drafts/issues/2234#event-2056484055"}}}</script>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/issues/2234#event-2056484055",
"url": "https://github.com/quicwg/base-drafts/issues/2234#event-2056484055",
"name": "View Issue"
},
"description": "View this Issue on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>
----==_mimepart_5c327fb5e62b3_37223ff89d6d45b8144125c--


From nobody Sun Jan  6 14:26: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 661B313103B for <quic-issues@ietfa.amsl.com>; Sun,  6 Jan 2019 14:26:52 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -8.063
X-Spam-Level: 
X-Spam-Status: No, score=-8.063 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIMWL_WL_HIGH=-0.065, 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_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 PsZtO45RrLzC for <quic-issues@ietfa.amsl.com>; Sun,  6 Jan 2019 14:26: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 E85A2131032 for <quic-issues@ietf.org>; Sun,  6 Jan 2019 14:26:50 -0800 (PST)
Date: Sun, 06 Jan 2019 14:26:50 -0800
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1546813610; bh=PtqeAQMsvDGreYsKquhnxYvP3PSJ//CwDL30KjxmJ+w=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=sZ+Q/R5fdJvd8r5pMdc0AKKxcIadngi90eKyd5iyQM4dwGdX07OBsomVkf1fifK9F f7Ub0y2FiS+qovDWXh1Fzyh7sAAHGHlmv2TZKRc5AbmAm0GvFP4nPGDSQFKcAZcMD6 bAWrFYR0hBSZXkGsLT02pE0LpnJPwBffCgXei954=
From: Martin Thomson <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+0166e4abd30dbe4414a03b3ce855e4774e586f0c0aea1f8d92cf00000001184a42aa92a169ce179b352f@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/issues/2294/451780927@github.com>
In-Reply-To: <quicwg/base-drafts/issues/2294@github.com>
References: <quicwg/base-drafts/issues/2294@github.com>
Subject: Re: [quicwg/base-drafts] Why must we not use post-handshake client auth? (#2294)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5c3280aa1d9f3_6d163f8a544d45b851933"; 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/OFbajeyCynLZBiUpagYW7qGA1L4>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
List-Id: Notification list for GitHub issues related to the QUIC WG <quic-issues.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=unsubscribe>
List-Archive: <https://mailarchive.ietf.org/arch/browse/quic-issues/>
List-Post: <mailto:quic-issues@ietf.org>
List-Help: <mailto:quic-issues-request@ietf.org?subject=help>
List-Subscribe: <https://www.ietf.org/mailman/listinfo/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=subscribe>
X-List-Received-Date: Sun, 06 Jan 2019 22:26:53 -0000

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

The reason is a little complicated, and [the only citation we have]((https://httpwg.org/http-extensions/draft-ietf-httpbis-http2-secondary-certs.html#http2) is neither mature enough to cite, nor direct enough to really answer the question properly.

The problem here is mostly being able to attribute the authentication with activity at the application layer, which is hard in a highly asynchronous, concurrent protocol.  Add a sprinkling of confused deputy.

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

<p>The reason is a little complicated, and [the only citation we have]((<=
a href=3D"https://httpwg.org/http-extensions/draft-ietf-httpbis-http2-sec=
ondary-certs.html#http2" rel=3D"nofollow">https://httpwg.org/http-extensi=
ons/draft-ietf-httpbis-http2-secondary-certs.html#http2</a>) is neither m=
ature enough to cite, nor direct enough to really answer the question pro=
perly.</p>
<p>The problem here is mostly being able to attribute the authentication =
with activity at the application layer, which is hard in a highly asynchr=
onous, concurrent protocol.  Add a sprinkling of confused deputy.</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/2294#issuecomment-451780927">view it on GitHub</a>,=
 or <a href=3D"https://github.com/notifications/unsubscribe-auth/AWbkq05k=
PJ-1g7jl41jJb25VtzKiTpkBks5vAngqgaJpZM4ZsX4O">mute the thread</a>.<img sr=
c=3D"https://github.com/notifications/beacon/AWbkq89HTUU9BY11StuFw_ltODRq=
UWVHks5vAngqgaJpZM4ZsX4O.gif" height=3D"1" width=3D"1" alt=3D"" /></p>
<script type=3D"application/json" data-scope=3D"inboxmarkup">{"api_versio=
n":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name"=
:"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"=
quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"http=
s://github.githubassets.com/images/email/message_cards/header.png","avata=
r_image_url":"https://github.githubassets.com/images/email/message_cards/=
avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/q=
uicwg/base-drafts"}},"updates":{"snippets":[{"icon":"PERSON","message":"@=
martinthomson in #2294: The reason is a little complicated, and [the only=
 citation we have]((https://httpwg.org/http-extensions/draft-ietf-httpbis=
-http2-secondary-certs.html#http2) is neither mature enough to cite, nor =
direct enough to really answer the question properly.\r\n\r\nThe problem =
here is mostly being able to attribute the authentication with activity a=
t the application layer, which is hard in a highly asynchronous, concurre=
nt protocol.  Add a sprinkling of confused deputy."}],"action":{"name":"V=
iew Issue","url":"https://github.com/quicwg/base-drafts/issues/2294#issue=
comment-451780927"}}}</script>
<script type=3D"application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/issues/2294#issuecomment=
-451780927",
"url": "https://github.com/quicwg/base-drafts/issues/2294#issuecomment-45=
1780927",
"name": "View Issue"
},
"description": "View this Issue on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>=

----==_mimepart_5c3280aa1d9f3_6d163f8a544d45b851933--


From nobody Sun Jan  6 14:32:52 2019
Return-Path: <bounce+565321.40f-quic-issues=ietf.org@github.com>
X-Original-To: quic-issues@ietfa.amsl.com
Delivered-To: quic-issues@ietfa.amsl.com
Received: from localhost (localhost [127.0.0.1]) by ietfa.amsl.com (Postfix) with ESMTP id 3ED78130E84 for <quic-issues@ietfa.amsl.com>; Sun,  6 Jan 2019 14:32:50 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -1.965
X-Spam-Level: 
X-Spam-Status: No, score=-1.965 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIMWL_WL_HIGH=-0.065, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, HEADER_FROM_DIFFERENT_DOMAINS=0.001, RCVD_IN_DNSWL_NONE=-0.0001, SPF_PASS=-0.001] autolearn=ham autolearn_force=no
Authentication-Results: ietfa.amsl.com (amavisd-new); dkim=pass (1024-bit key) header.d=github.com
Received: from mail.ietf.org ([4.31.198.44]) by localhost (ietfa.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id sfMhw38eugF8 for <quic-issues@ietfa.amsl.com>; Sun,  6 Jan 2019 14:32:48 -0800 (PST)
Received: from m71-131.mailgun.net (m71-131.mailgun.net [166.78.71.131]) (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 6841F124408 for <quic-issues@ietf.org>; Sun,  6 Jan 2019 14:32:48 -0800 (PST)
DKIM-Signature: a=rsa-sha256; v=1; c=relaxed/relaxed; d=github.com; q=dns/txt;  s=mailo; t=1546813967; h=Content-Transfer-Encoding: Content-Type: Mime-Version: Subject: Message-ID: To: Reply-To: From: Date: Sender; bh=SwroEJZcM/RIaEJtMdaP8/CwNYj7MR1J/fEc0Dw7Hso=; b=O2PaqlwpEOYYRnUvPkvUwgso5AE1zVEVd+yeUUjd5jKnNT0V0cZXIqJlduHRhu4tNgPpsEi4 scsWRaa61Rn0CcoeZ+v9tVd6QXWELTSEdjq03GwY4TymRZ15ZIjDJu4B70QCTnVQSjpnDWtJ IxTmDI10ZtdDEqCoGolxk5D8kKg=
X-Mailgun-Sending-Ip: 166.78.71.131
X-Mailgun-Sid: WyJhNzYyYiIsICJxdWljLWlzc3Vlc0BpZXRmLm9yZyIsICI0MGYiXQ==
Sender: mt=lowentropy.net@github.com
Received: from github.com (Unknown [192.30.252.37]) by mxa.mailgun.org with ESMTP id 5c327fb6.7fd78b5fbc00-smtp-out-n02; Sun, 06 Jan 2019 22:22:46 -0000 (UTC)
Date: Sun, 06 Jan 2019 14:22:45 -0800
From: martinthomson <mt@lowentropy.net>
Reply-To: martinthomson <mt@lowentropy.net>
To: quic-issues@ietf.org
Message-ID: <5c327fb5d3663_636d2ab17b3ac58010968e@hookshot-fe-2cc8887.cp1-iad.github.net.mail>
Subject: [quicwg/base-drafts]
Mime-Version: 1.0
Content-Type: multipart/mixed; boundary="--==_mimepart_5c327fb5d3330_636d2ab17b3ac58010959b"; charset=UTF-8
Content-Transfer-Encoding: 7bit
Archived-At: <https://mailarchive.ietf.org/arch/msg/quic-issues/TBuryAs8QDETtHc5mM7qbc_nBaw>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
Precedence: list
List-Id: Notification list for GitHub issues related to the QUIC WG <quic-issues.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=unsubscribe>
List-Archive: <https://mailarchive.ietf.org/arch/browse/quic-issues/>
List-Post: <mailto:quic-issues@ietf.org>
List-Help: <mailto:quic-issues-request@ietf.org?subject=help>
List-Subscribe: <https://www.ietf.org/mailman/listinfo/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=subscribe>
X-List-Received-Date: Sun, 06 Jan 2019 22:32:50 -0000

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

  Branch: refs/heads/cancel-push-received
  Home:   https://github.com/quicwg/base-drafts

      **NOTE:** This service has been marked for deprecation: https://developer.github.com/changes/2018-04-25-github-services-deprecation/

      Functionality will be removed from GitHub.com on January 31st, 2019.

----==_mimepart_5c327fb5d3330_636d2ab17b3ac58010959b--


From nobody Sun Jan  6 14:34: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 4C5DB130EE0 for <quic-issues@ietfa.amsl.com>; Sun,  6 Jan 2019 14:34:28 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -6.661
X-Spam-Level: 
X-Spam-Status: No, score=-6.661 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIMWL_WL_HIGH=-0.065, 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_PASS=-0.001] autolearn=ham autolearn_force=no
Authentication-Results: ietfa.amsl.com (amavisd-new); dkim=pass (1024-bit key) header.d=github.com
Received: from mail.ietf.org ([4.31.198.44]) by localhost (ietfa.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 5Pvcc6pfBin7 for <quic-issues@ietfa.amsl.com>; Sun,  6 Jan 2019 14:34: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 4C023124408 for <quic-issues@ietf.org>; Sun,  6 Jan 2019 14:34:26 -0800 (PST)
Date: Sun, 06 Jan 2019 14:34:25 -0800
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1546814065; bh=yz/UZaI6Oo0cT7e3GI8zAmnziEUQeFTgpD6uvx0hRsk=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=NWcT5SswlLljjcJkRoaL09rcbYUvUemgmayNrgAOxYvm3ZDp41ZgBZOF56JRr7hkM GOPVJfR2agkSgCYFhpK9/Nf4Ob//M7umtfYX5UERx0dxNgI+xQ/RDdAJidPHkHU9DK 2+vt7El2sc9ZVwrUD2Rutmx5BACkS6SKkRD9a6Sg=
From: Martin Thomson <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+0166e4ab44b5670cfd69f8141977b6ee72173c15b2f0a15a92cf00000001184a447192a169ce17707fcb@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/pull/2235/c451781464@github.com>
In-Reply-To: <quicwg/base-drafts/pull/2235@github.com>
References: <quicwg/base-drafts/pull/2235@github.com>
Subject: Re: [quicwg/base-drafts] Make HTTP frames a TLV format. This has several advantages: (#2235)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5c32827173f73_7b933fc7596d45c44671a6"; 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/D6zlxR7cnSgIDg7CeS0wOSPVaHA>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
List-Id: Notification list for GitHub issues related to the QUIC WG <quic-issues.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=unsubscribe>
List-Archive: <https://mailarchive.ietf.org/arch/browse/quic-issues/>
List-Post: <mailto:quic-issues@ietf.org>
List-Help: <mailto:quic-issues-request@ietf.org?subject=help>
List-Subscribe: <https://www.ietf.org/mailman/listinfo/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=subscribe>
X-List-Received-Date: Sun, 06 Jan 2019 22:34:28 -0000

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

I interpreted @janaiyengar's comment to mean that when you read a QUIC frame it's in a datagram, so it's probably all sitting in memory.  With a streamed frame, you might not have all of the frame in place.  You might only have the 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/pull/2235#issuecomment-451781464
----==_mimepart_5c32827173f73_7b933fc7596d45c44671a6
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

<p>I interpreted <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>'s comment to mean that when you read a QUIC frame it's in a datagram, so it's probably all sitting in memory.  With a streamed frame, you might not have all of the frame in place.  You might only have the 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/pull/2235#issuecomment-451781464">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AWbkq0soOM_JuNUXL4q7i2N9pfKwoCyCks5vAnnxgaJpZM4ZdEz2">mute the thread</a>.<img src="https://github.com/notifications/beacon/AWbkq8O-PhbYPohqtpRtlIQBIDPxMKMaks5vAnnxgaJpZM4ZdEz2.gif" height="1" width="1" alt="" /></p>
<script type="application/json" data-scope="inboxmarkup">{"api_version":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name":"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"https://github.githubassets.com/images/email/message_cards/header.png","avatar_image_url":"https://github.githubassets.com/images/email/message_cards/avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/quicwg/base-drafts"}},"updates":{"snippets":[{"icon":"PERSON","message":"@martinthomson in #2235: I interpreted @janaiyengar's comment to mean that when you read a QUIC frame it's in a datagram, so it's probably all sitting in memory.  With a streamed frame, you might not have all of the frame in place.  You might only have the length."}],"action":{"name":"View Pull Request","url":"https://github.com/quicwg/base-drafts/pull/2235#issuecomment-451781464"}}}</script>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/pull/2235#issuecomment-451781464",
"url": "https://github.com/quicwg/base-drafts/pull/2235#issuecomment-451781464",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>
----==_mimepart_5c32827173f73_7b933fc7596d45c44671a6--


From nobody Sun Jan  6 14:56:14 2019
Return-Path: <bounce+565321.40f-quic-issues=ietf.org@github.com>
X-Original-To: quic-issues@ietfa.amsl.com
Delivered-To: quic-issues@ietfa.amsl.com
Received: from localhost (localhost [127.0.0.1]) by ietfa.amsl.com (Postfix) with ESMTP id 3DFF2130EB3 for <quic-issues@ietfa.amsl.com>; Sun,  6 Jan 2019 14:56:13 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -1.964
X-Spam-Level: 
X-Spam-Status: No, score=-1.964 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIMWL_WL_HIGH=-0.065, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, HEADER_FROM_DIFFERENT_DOMAINS=0.001, RCVD_IN_DNSWL_NONE=-0.0001, SPF_PASS=-0.001, URIBL_BLOCKED=0.001] autolearn=ham autolearn_force=no
Authentication-Results: ietfa.amsl.com (amavisd-new); dkim=pass (1024-bit key) header.d=github.com
Received: from mail.ietf.org ([4.31.198.44]) by localhost (ietfa.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id qIffgup5a-h5 for <quic-issues@ietfa.amsl.com>; Sun,  6 Jan 2019 14:56:07 -0800 (PST)
Received: from m71-131.mailgun.net (m71-131.mailgun.net [166.78.71.131]) (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 F037E130E93 for <quic-issues@ietf.org>; Sun,  6 Jan 2019 14:56:06 -0800 (PST)
DKIM-Signature: a=rsa-sha256; v=1; c=relaxed/relaxed; d=github.com; q=dns/txt;  s=mailo; t=1546815366; h=Content-Transfer-Encoding: Content-Type: Mime-Version: Subject: Message-ID: To: Reply-To: From: Date: Sender; bh=lCyMg2wGR3h073is2/c9hJIYZ4z08yn6+POAcsGS55s=; b=CimJ4x/0ZyZcrrnig5VGxpyRHiHgCrElEYH0fCEyZay2Bi/v9UQR9MzfjKXbrBAnuIAmS2fr bRrvKMVgrHZuf5OZL2uQwAFxn2UcwhfOLnXF1h5bqTTIBdnfm0MtN6nPMiIF9J6Z0/gRNoVQ YV03FB/QFrdIDfrzdbAKs2GbLc4=
X-Mailgun-Sending-Ip: 166.78.71.131
X-Mailgun-Sid: WyJhNzYyYiIsICJxdWljLWlzc3Vlc0BpZXRmLm9yZyIsICI0MGYiXQ==
Sender: mt=lowentropy.net@github.com
Received: from github.com (Unknown [192.30.252.44]) by mxa.mailgun.org with ESMTP id 5c328785.7f80c5f6aa20-smtp-out-n01; Sun, 06 Jan 2019 22:56:05 -0000 (UTC)
Date: Sun, 06 Jan 2019 14:56:04 -0800
From: Martin Thomson <mt@lowentropy.net>
Reply-To: Martin Thomson <mt@lowentropy.net>
To: quic-issues@ietf.org
Message-ID: <5c3287845089_414d2aad94976578582ec@hookshot-fe-6e9b612.cp1-iad.github.net.mail>
Subject: [quicwg/base-drafts] 1b928f: Discard Initial keys as soon as possible
Mime-Version: 1.0
Content-Type: multipart/mixed; boundary="--==_mimepart_5c328784499a_414d2aad94976578581d4"; charset=UTF-8
Content-Transfer-Encoding: 7bit
Archived-At: <https://mailarchive.ietf.org/arch/msg/quic-issues/e2S5twvRxsMB0u-pfWm4WvM3rUU>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
Precedence: list
List-Id: Notification list for GitHub issues related to the QUIC WG <quic-issues.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=unsubscribe>
List-Archive: <https://mailarchive.ietf.org/arch/browse/quic-issues/>
List-Post: <mailto:quic-issues@ietf.org>
List-Help: <mailto:quic-issues-request@ietf.org?subject=help>
List-Subscribe: <https://www.ietf.org/mailman/listinfo/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=subscribe>
X-List-Received-Date: Sun, 06 Jan 2019 22:56:13 -0000

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

  Branch: refs/heads/shuffle-ack
  Home:   https://github.com/quicwg/base-drafts
  Commit: 1b928f21b3b50aecf271fdda148c693b660edca5
      https://github.com/quicwg/base-drafts/commit/1b928f21b3b50aecf271fd=
da148c693b660edca5
  Author: Martin Thomson <martin.thomson@gmail.com>
  Date:   2018-11-23 (Fri, 23 Nov 2018)

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

  Log Message:
  -----------
  Discard Initial keys as soon as possible

Closes #1951.


  Commit: 651f0ef36217eb3ac6ca74fa6b79a23674abc22f
      https://github.com/quicwg/base-drafts/commit/651f0ef36217eb3ac6ca74=
fa6b79a23674abc22f
  Author: Martin Thomson <martin.thomson@gmail.com>
  Date:   2018-11-28 (Wed, 28 Nov 2018)

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

  Log Message:
  -----------
  Add mention of discarding Initial to transport


  Commit: 1c76c90291b4c132cf53feb91dc0de5cb89a6847
      https://github.com/quicwg/base-drafts/commit/1c76c90291b4c132cf53fe=
b91dc0de5cb89a6847
  Author: Martin Thomson <martin.thomson@gmail.com>
  Date:   2018-11-28 (Wed, 28 Nov 2018)

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

  Log Message:
  -----------
  Add more stuff to transport about CRYPTO discards


  Commit: 98feded4a7630c7c0b6cfd47066d671706d1c25b
      https://github.com/quicwg/base-drafts/commit/98feded4a7630c7c0b6cfd=
47066d671706d1c25b
  Author: Martin Thomson <martin.thomson@gmail.com>
  Date:   2018-11-28 (Wed, 28 Nov 2018)

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

  Log Message:
  -----------
  when


  Commit: 6c799839506c61b7cf0d3fa9e6483d86556571f4
      https://github.com/quicwg/base-drafts/commit/6c799839506c61b7cf0d3f=
a9e6483d86556571f4
  Author: Christian Huitema <huitema@huitema.net>
  Date:   2018-11-28 (Wed, 28 Nov 2018)

  Changed paths:
    M draft-ietf-quic-http.md
    M draft-ietf-quic-qpack.md
    M draft-ietf-quic-recovery.md
    M draft-ietf-quic-spin-exp.md
    M draft-ietf-quic-tls.md
    M draft-ietf-quic-transport.md

  Log Message:
  -----------
  Merge pull request #9 from quicwg/master

Align November 28


  Commit: 5069203066a8a5302f60cbfe215d940dd4c4f9d8
      https://github.com/quicwg/base-drafts/commit/5069203066a8a5302f60cb=
fe215d940dd4c4f9d8
  Author: Martin Thomson <martin.thomson@gmail.com>
  Date:   2018-12-05 (Wed, 05 Dec 2018)

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

  Log Message:
  -----------
  Tweaks based on review feedback


  Commit: 46486dc1191b0ca0f08203597dde6d419e466bf0
      https://github.com/quicwg/base-drafts/commit/46486dc1191b0ca0f08203=
597dde6d419e466bf0
  Author: martinduke <martin.h.duke@gmail.com>
  Date:   2018-12-06 (Thu, 06 Dec 2018)

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

  Log Message:
  -----------
  Make in_flight the criterion for declaring loss

If a packet contains just ACKs and PADDING, it is not retransmittable but=
 must be declared lost to free up the congestion window space.


  Commit: 7ce9746886d1b3d5b638f8bc24dc8defc1891f3c
      https://github.com/quicwg/base-drafts/commit/7ce9746886d1b3d5b638f8=
bc24dc8defc1891f3c
  Author: ianswett <ianswett@users.noreply.github.com>
  Date:   2018-12-07 (Fri, 07 Dec 2018)

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

  Log Message:
  -----------
  Merge branch 'master' into patch-31


  Commit: b290a95ceecc5df8ef291211502af941bbbf045b
      https://github.com/quicwg/base-drafts/commit/b290a95ceecc5df8ef2912=
11502af941bbbf045b
  Author: ianswett <ianswett@users.noreply.github.com>
  Date:   2018-12-07 (Fri, 07 Dec 2018)

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

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


  Commit: f433c69b3c1334f73fb32424c45d0c9b99eb3f30
      https://github.com/quicwg/base-drafts/commit/f433c69b3c1334f73fb324=
24c45d0c9b99eb3f30
  Author: Igor Lubashev <igorlord@alum.mit.edu>
  Date:   2018-12-09 (Sun, 09 Dec 2018)

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

  Log Message:
  -----------
  Clarification and minor addition to ICMP PTB text


  Commit: 10dffa5842a2939654d8379c0487d06d5f800f6d
      https://github.com/quicwg/base-drafts/commit/10dffa5842a2939654d837=
9c0487d06d5f800f6d
  Author: Martin Thomson <martin.thomson@gmail.com>
  Date:   2018-12-10 (Mon, 10 Dec 2018)

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

  Log Message:
  -----------
  Use "addresses" instead of "4-tuple"

Co-Authored-By: igorlord <ilubashe@akamai.com>


  Commit: 30dba735dbf0ecbf9b53a05e6fed78cbc43962ce
      https://github.com/quicwg/base-drafts/commit/30dba735dbf0ecbf9b53a0=
5e6fed78cbc43962ce
  Author: Igor Lubashev <igorlord@alum.mit.edu>
  Date:   2018-12-10 (Mon, 10 Dec 2018)

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

  Log Message:
  -----------
  reflow text


  Commit: 79e16843a1f092a07efa6e72a3c40842a1f83a12
      https://github.com/quicwg/base-drafts/commit/79e16843a1f092a07efa6e=
72a3c40842a1f83a12
  Author: Martin Thomson <martin.thomson@gmail.com>
  Date:   2018-12-12 (Wed, 12 Dec 2018)

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

  Log Message:
  -----------
  Ian's review


  Commit: 91041eaf771e1dbfd27b38eeeeb3196b0ab974ce
      https://github.com/quicwg/base-drafts/commit/91041eaf771e1dbfd27b38=
eeeeb3196b0ab974ce
  Author: Bence B=C3=A9ky <bnc@chromium.org>
  Date:   2018-12-12 (Wed, 12 Dec 2018)

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

  Log Message:
  -----------
  Rearrange paragraphs.

This commits only moves paragraphs around in whole.  Paragraphs are not
edited, redacted, broken up or joined.  In addition, a new section
"Eviction" is added.


  Commit: 6dac31c71066a4d868fe516f902ea75c59cc014d
      https://github.com/quicwg/base-drafts/commit/6dac31c71066a4d868fe51=
6f902ea75c59cc014d
  Author: Bence B=C3=A9ky <bnc@chromium.org>
  Date:   2018-12-12 (Wed, 12 Dec 2018)

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

  Log Message:
  -----------
  Rearrange sentences.

This commit breaks up and rejoints paragraphs and changes the order of
sentences.  No sentence is modified, redacted, omitted, or added.


  Commit: c1e4f68e43ddc9e1ef55eee4975952cfcc450b39
      https://github.com/quicwg/base-drafts/commit/c1e4f68e43ddc9e1ef55ee=
e4975952cfcc450b39
  Author: Bence B=C3=A9ky <bnc@chromium.org>
  Date:   2018-12-12 (Wed, 12 Dec 2018)

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

  Log Message:
  -----------
  Editorial bikesheding.


  Commit: e41defb7113eac41aa02ef6119690f595c1bd463
      https://github.com/quicwg/base-drafts/commit/e41defb7113eac41aa02ef=
6119690f595c1bd463
  Author: Benjamin Saunders <ben.e.saunders@gmail.com>
  Date:   2018-12-12 (Wed, 12 Dec 2018)

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

  Log Message:
  -----------
  Process ECN before forgetting newly acked packets


  Commit: 4534794a000d30427a543c1c6ecda4aac381e30b
      https://github.com/quicwg/base-drafts/commit/4534794a000d30427a543c=
1c6ecda4aac381e30b
  Author: Igor Lubashev <igorlord@alum.mit.edu>
  Date:   2018-12-13 (Thu, 13 Dec 2018)

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

  Log Message:
  -----------
  ICMP PTB -- simplify and clarfy


  Commit: a90fb86a36d7582637ee093a61dae3c0fa216d45
      https://github.com/quicwg/base-drafts/commit/a90fb86a36d7582637ee09=
3a61dae3c0fa216d45
  Author: Igor Lubashev <igorlord@alum.mit.edu>
  Date:   2018-12-13 (Thu, 13 Dec 2018)

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

  Log Message:
  -----------
  Do not allow ICMP PTB to increase PMTU


  Commit: 659bb52e170fc6859a4e771704beefbf7a840f41
      https://github.com/quicwg/base-drafts/commit/659bb52e170fc6859a4e77=
1704beefbf7a840f41
  Author: Benjamin Saunders <ben.e.saunders@gmail.com>
  Date:   2018-12-13 (Thu, 13 Dec 2018)

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

  Log Message:
  -----------
  Clarify use of largest_acked_packet


  Commit: 8d344bd9b1e0b8fb390c7c606d0fb0f8d1b7747b
      https://github.com/quicwg/base-drafts/commit/8d344bd9b1e0b8fb390c7c=
606d0fb0f8d1b7747b
  Author: Martin Thomson <martin.thomson@gmail.com>
  Date:   2018-12-14 (Fri, 14 Dec 2018)

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

  Log Message:
  -----------
  The first Initial needs to fit into a single IP packet

Not sure if this needs to address IP fragmentation.


  Commit: ad6122da9447057fab23d283f541ed503a40915f
      https://github.com/quicwg/base-drafts/commit/ad6122da9447057fab23d2=
83f541ed503a40915f
  Author: Martin Thomson <mt@lowentropy.net>
  Date:   2018-12-14 (Fri, 14 Dec 2018)

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

  Log Message:
  -----------
  Validation MUST match IPs and ports.

Co-Authored-By: igorlord <ilubashe@akamai.com>


  Commit: 6b3b9882b5807709a294f30d261ca95c5519f151
      https://github.com/quicwg/base-drafts/commit/6b3b9882b5807709a294f3=
0d261ca95c5519f151
  Author: Igor Lubashev <igorlord@alum.mit.edu>
  Date:   2018-12-14 (Fri, 14 Dec 2018)

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

  Log Message:
  -----------
  Do not talk about ignoring ICMP that increases PMTU. Talk about disallo=
wing PMTU increases.


  Commit: c96dda790322376f29f72b7e70320565d7b80059
      https://github.com/quicwg/base-drafts/commit/c96dda790322376f29f72b=
7e70320565d7b80059
  Author: Jana Iyengar <jri.ietf@gmail.com>
  Date:   2018-12-14 (Fri, 14 Dec 2018)

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

  Log Message:
  -----------
  Editorial fixes to ECN text


  Commit: 5998a75eccb6955f3b3db2c3362951eeb0b73f0e
      https://github.com/quicwg/base-drafts/commit/5998a75eccb6955f3b3db2=
c3362951eeb0b73f0e
  Author: Marten Seemann <martenseemann@gmail.com>
  Date:   2018-12-15 (Sat, 15 Dec 2018)

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

  Log Message:
  -----------
  fix description of AEAD usage


  Commit: 99e488afefcca585bb4eff639430c273457605e7
      https://github.com/quicwg/base-drafts/commit/99e488afefcca585bb4eff=
639430c273457605e7
  Author: Marten Seemann <martenseemann@gmail.com>
  Date:   2018-12-15 (Sat, 15 Dec 2018)

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

  Log Message:
  -----------
  clarify that old keys should always be dropped


  Commit: 4da945ff0a085270714960495050561baa21ae77
      https://github.com/quicwg/base-drafts/commit/4da945ff0a085270714960=
495050561baa21ae77
  Author: Martin Thomson <martin.thomson@gmail.com>
  Date:   2018-12-16 (Sun, 16 Dec 2018)

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

  Log Message:
  -----------
  Header protection keys don't change

I could have sworn that I had done this already.

Closes #2195.


  Commit: 6df0e3a33ae263ff6b719c6634ba6d0963ddb83e
      https://github.com/quicwg/base-drafts/commit/6df0e3a33ae263ff6b719c=
6634ba6d0963ddb83e
  Author: Jana Iyengar <jri.ietf@gmail.com>
  Date:   2018-12-16 (Sun, 16 Dec 2018)

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

  Log Message:
  -----------
  Allow alternate restarts after idle


  Commit: b866ed6f97c9559ea5bf5c1479096d8edcc02b5d
      https://github.com/quicwg/base-drafts/commit/b866ed6f97c9559ea5bf5c=
1479096d8edcc02b5d
  Author: Jana Iyengar <jri.ietf@gmail.com>
  Date:   2018-12-16 (Sun, 16 Dec 2018)

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

  Log Message:
  -----------
  restructure


  Commit: 81a750f040001abda26a0b9b270c814d04d5aa66
      https://github.com/quicwg/base-drafts/commit/81a750f040001abda26a0b=
9b270c814d04d5aa66
  Author: Martin Thomson <mt@lowentropy.net>
  Date:   2018-12-16 (Sun, 16 Dec 2018)

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

  Log Message:
  -----------
  Merge pull request #2190 from marten-seemann/clarify-aead-usage

fix description of AEAD usage


  Commit: a326fecbd2945809f20848dc0901ab55eef409f7
      https://github.com/quicwg/base-drafts/commit/a326fecbd2945809f20848=
dc0901ab55eef409f7
  Author: Martin Thomson <martin.thomson@gmail.com>
  Date:   2018-12-17 (Mon, 17 Dec 2018)

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

  Log Message:
  -----------
  Also applies after Retry


  Commit: b2a53438216b7850ab7d663ec671fb66ff45a600
      https://github.com/quicwg/base-drafts/commit/b2a53438216b7850ab7d66=
3ec671fb66ff45a600
  Author: Martin Thomson <mt@lowentropy.net>
  Date:   2018-12-16 (Sun, 16 Dec 2018)

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

  Log Message:
  -----------
  Merge pull request #2196 from quicwg/hp-one-key

Header protection keys don't change


  Commit: 74ea30bb75b3edf5511cdf9ad3fe1eaf7eb1bad8
      https://github.com/quicwg/base-drafts/commit/74ea30bb75b3edf5511cdf=
9ad3fe1eaf7eb1bad8
  Author: Martin Thomson <martin.thomson@gmail.com>
  Date:   2018-12-17 (Mon, 17 Dec 2018)

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

  Log Message:
  -----------
  Key discard requirements

Tweak text a little to remove redundancy.

Add a stronger recommendation about what "short period" means (see quicwg=
#2172).

Closes quicwg#2172.


  Commit: ab1cdf44338acefa34583d7f0d9159681602002d
      https://github.com/quicwg/base-drafts/commit/ab1cdf44338acefa34583d=
7f0d9159681602002d
  Author: Marten Seemann <martenseemann@gmail.com>
  Date:   2018-12-17 (Mon, 17 Dec 2018)

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

  Log Message:
  -----------
  Merge pull request #1 from quicwg/drop-old

Key discard requirements


  Commit: 9d20ea501c0c72ffe593af6179ebbdad9d2abf87
      https://github.com/quicwg/base-drafts/commit/9d20ea501c0c72ffe593af=
6179ebbdad9d2abf87
  Author: EKR <ekr@rtfm.com>
  Date:   2018-12-17 (Mon, 17 Dec 2018)

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

  Log Message:
  -----------
  Make the ECN requirements match the the discussion in #2156. Fixes #215=
6

1. Implementations are free to enable sending or not.
2, Implementations MAY read the ECN code points if they
   can and send ECN ACKs.
3. Implementations MUST accept the 0x03 ACK type and if they are
   sending ECN SHOULD use the ECN section.

I recognize that some people want to have stronger language here, based
on this discussion I think this is where we are. I'll defer to the
chairs to judge whether more is needed here and can change the PR as
required.


  Commit: 2863e0145e373c15c0a477121eb1887c9136d48c
      https://github.com/quicwg/base-drafts/commit/2863e0145e373c15c0a477=
121eb1887c9136d48c
  Author: Mike Bishop <mbishop@evequefou.be>
  Date:   2018-12-17 (Mon, 17 Dec 2018)

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

  Log Message:
  -----------
  Fix Handshake's type number


  Commit: 2133100198ca6801ec4c2f2caa3e0f62d8995efe
      https://github.com/quicwg/base-drafts/commit/2133100198ca6801ec4c2f=
2caa3e0f62d8995efe
  Author: Martin Thomson <mt@lowentropy.net>
  Date:   2018-12-17 (Mon, 17 Dec 2018)

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

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

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


  Commit: 2bbc1fffd379f3a6abe6b373105d9a122322f739
      https://github.com/quicwg/base-drafts/commit/2bbc1fffd379f3a6abe6b3=
73105d9a122322f739
  Author: Martin Thomson <mt@lowentropy.net>
  Date:   2018-12-17 (Mon, 17 Dec 2018)

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

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

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


  Commit: 6fdb947a4e20302cbb882154addf0cae03c66a9d
      https://github.com/quicwg/base-drafts/commit/6fdb947a4e20302cbb8821=
54addf0cae03c66a9d
  Author: Jana Iyengar <jri.ietf@gmail.com>
  Date:   2018-12-17 (Mon, 17 Dec 2018)

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

  Log Message:
  -----------
  more changes


  Commit: f79c3c47d13a6805e0889ce499235cd82a4ed03f
      https://github.com/quicwg/base-drafts/commit/f79c3c47d13a6805e0889c=
e499235cd82a4ed03f
  Author: janaiyengar <jri.ietf@gmail.com>
  Date:   2018-12-17 (Mon, 17 Dec 2018)

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

  Log Message:
  -----------
  Ack-eliciting, not inflight (#2117)

* ack-eliciting, not inflight

* more outstanding


  Commit: bf27237f946cae8e0f5dfa81c60b12caa0c70ba4
      https://github.com/quicwg/base-drafts/commit/bf27237f946cae8e0f5dfa=
81c60b12caa0c70ba4
  Author: Martin Thomson <martin.thomson@gmail.com>
  Date:   2018-12-18 (Tue, 18 Dec 2018)

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

  Log Message:
  -----------
  Probe Timeout/PTO


  Commit: 3e6464fa57c0b993bb2f481a6e1b8a71df2c765f
      https://github.com/quicwg/base-drafts/commit/3e6464fa57c0b993bb2f48=
1a6e1b8a71df2c765f
  Author: Bence B=C3=A9ky <bnc@chromium.org>
  Date:   2018-12-18 (Tue, 18 Dec 2018)

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

  Log Message:
  -----------
  Swap eviction and max table size sections.


  Commit: 527acc3255b7e4a75ba6e940b95033716b1db56c
      https://github.com/quicwg/base-drafts/commit/527acc3255b7e4a75ba6e9=
40b95033716b1db56c
  Author: Dmitri Tikhonov <dtikhonov@live.com>
  Date:   2018-12-18 (Tue, 18 Dec 2018)

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

  Log Message:
  -----------
  Fix QPACK-04 changelog: add two non-editorial changes (#2102)

* Fix QPACK-04 changelog: add two non-editorial changes

* Fix previous commit: #2005 is not in -04


  Commit: adfc4a0d1dd6e4b8f819f97b30fa5f563af351d3
      https://github.com/quicwg/base-drafts/commit/adfc4a0d1dd6e4b8f819f9=
7b30fa5f563af351d3
  Author: Jana Iyengar <jri.ietf@gmail.com>
  Date:   2018-12-18 (Tue, 18 Dec 2018)

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

  Log Message:
  -----------
  becomes


  Commit: 8fc07a1f704e7ecdaf109e5a8b7b37eb5ccb753f
      https://github.com/quicwg/base-drafts/commit/8fc07a1f704e7ecdaf109e=
5a8b7b37eb5ccb753f
  Author: janaiyengar <jri.ietf@gmail.com>
  Date:   2018-12-18 (Tue, 18 Dec 2018)

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

  Log Message:
  -----------
  Merge pull request #2202 from quicwg/transport/fix-packet-type

Fix Handshake's type number


  Commit: e4adeb1d5d4d52e21d2efa986c844f7a631db93e
      https://github.com/quicwg/base-drafts/commit/e4adeb1d5d4d52e21d2efa=
986c844f7a631db93e
  Author: afrind <afrind@users.noreply.github.com>
  Date:   2018-12-18 (Tue, 18 Dec 2018)

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

  Log Message:
  -----------
  Reorder some text around dynamic table size (#2134)

* Rearrange paragraphs.

This commits only moves paragraphs around in whole.  Paragraphs are not
edited, redacted, broken up or joined.  In addition, a new section
"Eviction" is added.

* Rearrange sentences.

This commit breaks up and rejoints paragraphs and changes the order of
sentences.  No sentence is modified, redacted, omitted, or added.

* Editorial bikesheding.

* Swap eviction and max table size sections.


  Commit: 061cba3809316d79735e552e0d0364d0275530df
      https://github.com/quicwg/base-drafts/commit/061cba3809316d79735e55=
2e0d0364d0275530df
  Author: Jana Iyengar <jri.ietf@gmail.com>
  Date:   2018-12-18 (Tue, 18 Dec 2018)

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

  Log Message:
  -----------
  comments


  Commit: 63c098721d71fe81f19e2e86a8c569514cfd23ed
      https://github.com/quicwg/base-drafts/commit/63c098721d71fe81f19e2e=
86a8c569514cfd23ed
  Author: janaiyengar <jri.ietf@gmail.com>
  Date:   2018-12-18 (Tue, 18 Dec 2018)

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

  Log Message:
  -----------
  Merge pull request #2189 from quicwg/ecn

Editorial fixes to ECN text


  Commit: 1053a1f9b9f027f22b142fb321eb149281f623ed
      https://github.com/quicwg/base-drafts/commit/1053a1f9b9f027f22b142f=
b321eb149281f623ed
  Author: Jana Iyengar <jri.ietf@gmail.com>
  Date:   2018-12-18 (Tue, 18 Dec 2018)

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

  Log Message:
  -----------
  simpler


  Commit: 114abbd1a0002c82db118f6392090852e5f6d4d0
      https://github.com/quicwg/base-drafts/commit/114abbd1a0002c82db118f=
6392090852e5f6d4d0
  Author: janaiyengar <jri.ietf@gmail.com>
  Date:   2018-12-18 (Tue, 18 Dec 2018)

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

  Log Message:
  -----------
  Merge pull request #2183 from quicwg/first-single-ip-packet

The first Initial needs to fit into a single IP packet


  Commit: 357f53bd6de9d7b33838f427efe35e72f1853a60
      https://github.com/quicwg/base-drafts/commit/357f53bd6de9d7b33838f4=
27efe35e72f1853a60
  Author: Martin Thomson <mt@lowentropy.net>
  Date:   2018-12-18 (Tue, 18 Dec 2018)

  Changed paths:
    M draft-ietf-quic-http.md
    M draft-ietf-quic-qpack.md
    M draft-ietf-quic-recovery.md
    M draft-ietf-quic-spin-exp.md
    M draft-ietf-quic-tls.md
    M draft-ietf-quic-transport.md

  Log Message:
  -----------
  Merge branch 'master' into abandon-initial


  Commit: ad1ed06e257fe39d4fdbe5ff4c663e5fd40b2863
      https://github.com/quicwg/base-drafts/commit/ad1ed06e257fe39d4fdbe5=
ff4c663e5fd40b2863
  Author: Martin Thomson <martin.thomson@gmail.com>
  Date:   2018-12-19 (Wed, 19 Dec 2018)

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

  Log Message:
  -----------
  Add changelog entry


  Commit: b68b46f3b2123dc4a71950a34416737789445b12
      https://github.com/quicwg/base-drafts/commit/b68b46f3b2123dc4a71950=
a34416737789445b12
  Author: janaiyengar <jri.ietf@gmail.com>
  Date:   2018-12-18 (Tue, 18 Dec 2018)

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

  Log Message:
  -----------
  Merge pull request #2187 from quicwg/cwv

Allow alternate restarts after idle


  Commit: e7668328adb1a0b6a27a6dac76d539797597a046
      https://github.com/quicwg/base-drafts/commit/e7668328adb1a0b6a27a6d=
ac76d539797597a046
  Author: Martin Thomson <martin.thomson@gmail.com>
  Date:   2018-12-19 (Wed, 19 Dec 2018)

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

  Log Message:
  -----------
  Changelog for #2045


  Commit: 8fa3bf5283e9bd6df2b3cae3db44237e80b472e3
      https://github.com/quicwg/base-drafts/commit/8fa3bf5283e9bd6df2b3ca=
e3db44237e80b472e3
  Author: ianswett <ianswett@users.noreply.github.com>
  Date:   2018-12-18 (Tue, 18 Dec 2018)

  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

  Log Message:
  -----------
  Merge branch 'master' into ack-cleanup


  Commit: 16d116db3124043a7dda0e6d25672e5c83beb35f
      https://github.com/quicwg/base-drafts/commit/16d116db3124043a7dda0e=
6d25672e5c83beb35f
  Author: janaiyengar <jri.ietf@gmail.com>
  Date:   2018-12-18 (Tue, 18 Dec 2018)

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

  Log Message:
  -----------
  Merge pull request #2140 from Ralith/ack-cleanup

Clarify OnAckReceived pseudocode


  Commit: 029d7294a27ff24dd6f027bba50feb0b289b871f
      https://github.com/quicwg/base-drafts/commit/029d7294a27ff24dd6f027=
bba50feb0b289b871f
  Author: Martin Thomson <mt@lowentropy.net>
  Date:   2018-12-19 (Wed, 19 Dec 2018)

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

  Log Message:
  -----------
  SHOULD ECN


  Commit: 81997cff08fd13b598b532cfb9adb83ef27089b9
      https://github.com/quicwg/base-drafts/commit/81997cff08fd13b598b532=
cfb9adb83ef27089b9
  Author: Martin Thomson <mt@lowentropy.net>
  Date:   2018-12-18 (Tue, 18 Dec 2018)

  Changed paths:
    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 ecn_reqs


  Commit: 2941ecca0823f0f6fcda1930bd120824f616841d
      https://github.com/quicwg/base-drafts/commit/2941ecca0823f0f6fcda19=
30bd120824f616841d
  Author: janaiyengar <jri.ietf@gmail.com>
  Date:   2018-12-18 (Tue, 18 Dec 2018)

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

  Log Message:
  -----------
  editorial nit


  Commit: 4d7ec17e12cacc79665388837f4fc9d485a8d121
      https://github.com/quicwg/base-drafts/commit/4d7ec17e12cacc79665388=
837f4fc9d485a8d121
  Author: Martin Thomson <mt@lowentropy.net>
  Date:   2018-12-18 (Tue, 18 Dec 2018)

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

  Log Message:
  -----------
  Merge pull request #2201 from ekr/ecn_reqs

Make the ECN requirements match the the discussion in #2156. Fixes #2156


  Commit: 8f01e3eac91cea9d4a9f3444fb146cba4b4afd3a
      https://github.com/quicwg/base-drafts/commit/8f01e3eac91cea9d4a9f34=
44fb146cba4b4afd3a
  Author: Martin Thomson <mt@lowentropy.net>
  Date:   2018-12-18 (Tue, 18 Dec 2018)

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

  Log Message:
  -----------
  Merge pull request #2161 from igorlord/pmtu-do-not-increase

Do not allow ICMP PTB to increase PMTU


  Commit: b95b9983e267adda33329970f055363db8b014eb
      https://github.com/quicwg/base-drafts/commit/b95b9983e267adda333299=
70f055363db8b014eb
  Author: janaiyengar <jri.ietf@gmail.com>
  Date:   2018-12-18 (Tue, 18 Dec 2018)

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

  Log Message:
  -----------
  Merge pull request #2142 from Ralith/process-ecn

Process ECN before forgetting newly acked packets


  Commit: 382d294a4ba61d4d59c895adb8d7edecdd148246
      https://github.com/quicwg/base-drafts/commit/382d294a4ba61d4d59c895=
adb8d7edecdd148246
  Author: Martin Thomson <mt@lowentropy.net>
  Date:   2018-12-18 (Tue, 18 Dec 2018)

  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

  Log Message:
  -----------
  Merge branch 'master' into pmtu-may-ignore-ipv4-icmp


  Commit: e89880bd117682363527101313f251eae7e225f9
      https://github.com/quicwg/base-drafts/commit/e89880bd11768236352710=
1313f251eae7e225f9
  Author: Martin Thomson <mt@lowentropy.net>
  Date:   2018-12-18 (Tue, 18 Dec 2018)

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

  Log Message:
  -----------
  Merge pull request #2108 from igorlord/pmtu

Clarification and minor addition to ICMP PTB text


  Commit: 27806f09e69a7902b77e153d3c6ad1a77a408053
      https://github.com/quicwg/base-drafts/commit/27806f09e69a7902b77e15=
3d3c6ad1a77a408053
  Author: Martin Thomson <mt@lowentropy.net>
  Date:   2018-12-18 (Tue, 18 Dec 2018)

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

  Log Message:
  -----------
  Merge branch 'master' into pmtu-may-ignore-ipv4-icmp


  Commit: eb8804f770b066ae69a1f356a6dc78c52f7329be
      https://github.com/quicwg/base-drafts/commit/eb8804f770b066ae69a1f3=
56a6dc78c52f7329be
  Author: Martin Thomson <mt@lowentropy.net>
  Date:   2018-12-18 (Tue, 18 Dec 2018)

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

  Log Message:
  -----------
  Merge pull request #2109 from igorlord/pmtu-may-ignore-ipv4-icmp

Clarify ICMP PTB message validation


  Commit: b76fe897bdd326b46677bce971b4a59e23f47699
      https://github.com/quicwg/base-drafts/commit/b76fe897bdd326b46677bc=
e971b4a59e23f47699
  Author: Martin Thomson <mt@lowentropy.net>
  Date:   2018-12-18 (Tue, 18 Dec 2018)

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

  Log Message:
  -----------
  Merge pull request #2191 from marten-seemann/drop-old-keys

clarify that old keys should always be dropped


  Commit: c91232a7572c307fe8766b82b02f854314280695
      https://github.com/quicwg/base-drafts/commit/c91232a7572c307fe8766b=
82b02f854314280695
  Author: janaiyengar <jri.ietf@gmail.com>
  Date:   2018-12-18 (Tue, 18 Dec 2018)

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

  Log Message:
  -----------
  Merge pull request #2104 from martinduke/patch-31

Make in_flight the criterion for declaring loss


  Commit: 466dce7210bf2080b1f3a6f1e9afacb9cf55bf14
      https://github.com/quicwg/base-drafts/commit/466dce7210bf2080b1f3a6=
f1e9afacb9cf55bf14
  Author: Martin Thomson <martin.thomson@gmail.com>
  Date:   2018-12-19 (Wed, 19 Dec 2018)

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

  Log Message:
  -----------
  Extra changelog entries


  Commit: 2ce761915d65dad597821ed4532317b2be32c667
      https://github.com/quicwg/base-drafts/commit/2ce761915d65dad597821e=
d4532317b2be32c667
  Author: Martin Thomson <martin.thomson@gmail.com>
  Date:   2018-12-19 (Wed, 19 Dec 2018)

  Changed paths:
    M tag.sh

  Log Message:
  -----------
  Add qpack to tag hack


  Commit: b01b836b27cf7708f7077902fc3fd709f20b79f6
      https://github.com/quicwg/base-drafts/commit/b01b836b27cf7708f70779=
02fc3fd709f20b79f6
  Author: EKR <ekr@rtfm.com>
  Date:   2018-12-19 (Wed, 19 Dec 2018)

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

  Log Message:
  -----------
  some more editorial work


  Commit: 6e52c178f4bad1dace46026f326ddfec8964dff1
      https://github.com/quicwg/base-drafts/commit/6e52c178f4bad1dace4602=
6f326ddfec8964dff1
  Author: EKR <ekr@rtfm.com>
  Date:   2018-12-19 (Wed, 19 Dec 2018)

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

  Log Message:
  -----------
  Some more cleanup


  Commit: e0b6425452b25dfef35cc7a65cb7c6ad75a0c773
      https://github.com/quicwg/base-drafts/commit/e0b6425452b25dfef35cc7=
a65cb7c6ad75a0c773
  Author: EKR <ekr@rtfm.com>
  Date:   2018-12-19 (Wed, 19 Dec 2018)

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

  Log Message:
  -----------
  More editorial work


  Commit: bacca223d8b9c9aea5d27a05bbaf5f404c180d15
      https://github.com/quicwg/base-drafts/commit/bacca223d8b9c9aea5d27a=
05bbaf5f404c180d15
  Author: MikkelFJ <mikkelfj@gmail.com>
  Date:   2018-12-19 (Wed, 19 Dec 2018)

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

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

Co-Authored-By: ekr <ekr@rtfm.com>


  Commit: 3c20b49051b5a4ab52b2c4de161a5e0806e4efbf
      https://github.com/quicwg/base-drafts/commit/3c20b49051b5a4ab52b2c4=
de161a5e0806e4efbf
  Author: MikkelFJ <mikkelfj@gmail.com>
  Date:   2018-12-19 (Wed, 19 Dec 2018)

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

  Log Message:
  -----------
  Apply suggestions from code review

Co-Authored-By: ekr <ekr@rtfm.com>


  Commit: 7b825b51b9f59d67b870df4d62e7f9609e71073d
      https://github.com/quicwg/base-drafts/commit/7b825b51b9f59d67b870df=
4d62e7f9609e71073d
  Author: EKR <ekr@rtfm.com>
  Date:   2018-12-19 (Wed, 19 Dec 2018)

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

  Log Message:
  -----------
  Review comments


  Commit: 0828c13998d5720f7b332495d098bb7d57d6d3aa
      https://github.com/quicwg/base-drafts/commit/0828c13998d5720f7b3324=
95d098bb7d57d6d3aa
  Author: Martin Thomson <martin.thomson@gmail.com>
  Date:   2018-12-19 (Wed, 19 Dec 2018)

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

  Log Message:
  -----------
  Reflow text, tweak


  Commit: a7280faf1efdf51df6d569dc4ce92c141685ece6
      https://github.com/quicwg/base-drafts/commit/a7280faf1efdf51df6d569=
dc4ce92c141685ece6
  Author: Marten Seemann <martenseemann@gmail.com>
  Date:   2018-12-19 (Wed, 19 Dec 2018)

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

  Log Message:
  -----------
  fix MUST not in idle period (#2210)


  Commit: b4b2d149d350d4fc335a8aab90dc86cc20b96234
      https://github.com/quicwg/base-drafts/commit/b4b2d149d350d4fc335a8a=
ab90dc86cc20b96234
  Author: Marten Seemann <martenseemann@gmail.com>
  Date:   2018-12-19 (Wed, 19 Dec 2018)

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

  Log Message:
  -----------
  run DetectLostPackets before resetting crypto_count and pto_count (#220=
9)


  Commit: 4152d7b55ad227206f03ad7793373d7dc75eb210
      https://github.com/quicwg/base-drafts/commit/4152d7b55ad227206f03ad=
7793373d7dc75eb210
  Author: ianswett <ianswett@users.noreply.github.com>
  Date:   2018-12-20 (Thu, 20 Dec 2018)

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

  Log Message:
  -----------
  Don't verify ECN counts for out of order ACKs

Fixes #2198


  Commit: 6980d7b25048d53a9c5ca16729d3767d424ae761
      https://github.com/quicwg/base-drafts/commit/6980d7b25048d53a9c5ca1=
6729d3767d424ae761
  Author: Jana Iyengar <jri.ietf@gmail.com>
  Date:   2018-12-20 (Thu, 20 Dec 2018)

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

  Log Message:
  -----------
  Clarify packet number representation


  Commit: ff67c2f39cd9085b6f5854720841b3bb5be3c388
      https://github.com/quicwg/base-drafts/commit/ff67c2f39cd9085b6f5854=
720841b3bb5be3c388
  Author: Jana Iyengar <jri.ietf@gmail.com>
  Date:   2018-12-20 (Thu, 20 Dec 2018)

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

  Log Message:
  -----------
  nit


  Commit: cb6dd7e90c535c49ab6dd073c51fb1e934ec2d49
      https://github.com/quicwg/base-drafts/commit/cb6dd7e90c535c49ab6dd0=
73c51fb1e934ec2d49
  Author: janaiyengar <jri.ietf@gmail.com>
  Date:   2018-12-20 (Thu, 20 Dec 2018)

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

  Log Message:
  -----------
  RTT variance may be included in threshold (#2213)

* RTT variance may be included in threshold

* small refactor

* more text

* nit

* simplification

* simpler

* simpler


  Commit: 15b2dc5522c84b3d1652bfde0cb5884b4501a843
      https://github.com/quicwg/base-drafts/commit/15b2dc5522c84b3d1652bf=
de0cb5884b4501a843
  Author: Jana Iyengar <jri.ietf@gmail.com>
  Date:   2018-12-20 (Thu, 20 Dec 2018)

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

  Log Message:
  -----------
  follow up nitfix to #2213


  Commit: 9dfe3a0fee6dd4adf26315292e9523af45f7c259
      https://github.com/quicwg/base-drafts/commit/9dfe3a0fee6dd4adf26315=
292e9523af45f7c259
  Author: ianswett <ianswett@users.noreply.github.com>
  Date:   2018-12-20 (Thu, 20 Dec 2018)

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

  Log Message:
  -----------
  Psuedocode fix from PR#2200 (#2219)


  Commit: 221567aaaee99d1db6d6c4ef83cebc52fa15d284
      https://github.com/quicwg/base-drafts/commit/221567aaaee99d1db6d6c4=
ef83cebc52fa15d284
  Author: Jana Iyengar <jri.ietf@gmail.com>
  Date:   2018-12-20 (Thu, 20 Dec 2018)

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

  Log Message:
  -----------
  smithing


  Commit: ee224ac64bb7924a910e0a0216f8083823c331f1
      https://github.com/quicwg/base-drafts/commit/ee224ac64bb7924a910e0a=
0216f8083823c331f1
  Author: Martin Thomson <martin.thomson@gmail.com>
  Date:   2018-12-21 (Fri, 21 Dec 2018)

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

  Log Message:
  -----------
  Omit size on ODCIL

Which is probably less bad than the current.

Closes #2211.


  Commit: 442a25ba00b9cd12ded1841a116f5c67c56546a1
      https://github.com/quicwg/base-drafts/commit/442a25ba00b9cd12ded184=
1a116f5c67c56546a1
  Author: Martin Thomson <martin.thomson@gmail.com>
  Date:   2018-12-21 (Fri, 21 Dec 2018)

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

  Log Message:
  -----------
  s/RTO/PTO/g and consequences

Closes #2206.


  Commit: ddde99caa98edce9ed9f343b5db7885c4b582647
      https://github.com/quicwg/base-drafts/commit/ddde99caa98edce9ed9f34=
3b5db7885c4b582647
  Author: Martin Thomson <martin.thomson@gmail.com>
  Date:   2018-12-21 (Fri, 21 Dec 2018)

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

  Log Message:
  -----------
  Fix TLS too


  Commit: 97942f107dc68958d0aab7c4b6ef6abc6d75f64a
      https://github.com/quicwg/base-drafts/commit/97942f107dc68958d0aab7=
c4b6ef6abc6d75f64a
  Author: Martin Thomson <mt@lowentropy.net>
  Date:   2018-12-20 (Thu, 20 Dec 2018)

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

  Log Message:
  -----------
  Merge pull request #2218 from quicwg/pn-encoding

Clarify packet number representation


  Commit: db109ff92c8345b41d2a104509cac129dc14d141
      https://github.com/quicwg/base-drafts/commit/db109ff92c8345b41d2a10=
4509cac129dc14d141
  Author: Martin Thomson <martin.thomson@gmail.com>
  Date:   2018-12-21 (Fri, 21 Dec 2018)

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

  Log Message:
  -----------
  Put multiplier first as suggested


  Commit: 463d763723ed1c67d185fb89d50b89a4dba7ca6c
      https://github.com/quicwg/base-drafts/commit/463d763723ed1c67d185fb=
89d50b89a4dba7ca6c
  Author: Martin Thomson <mt@lowentropy.net>
  Date:   2018-12-20 (Thu, 20 Dec 2018)

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

  Log Message:
  -----------
  Merge pull request #2236 from quicwg/issue2211

Omit size on ODCIL


  Commit: ff76d9b1d51bfbf4aaa8cfa636de964291aa9f18
      https://github.com/quicwg/base-drafts/commit/ff76d9b1d51bfbf4aaa8cf=
a636de964291aa9f18
  Author: Martin Thomson <martin.thomson@gmail.com>
  Date:   2018-12-21 (Fri, 21 Dec 2018)

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

  Log Message:
  -----------
  Merge branch 'pto-transport'


  Commit: b2b4035dc94cae51fc9a16759d5984cebee0a9f6
      https://github.com/quicwg/base-drafts/commit/b2b4035dc94cae51fc9a16=
759d5984cebee0a9f6
  Author: Martin Thomson <martin.thomson@gmail.com>
  Date:   2018-12-21 (Fri, 21 Dec 2018)

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

  Log Message:
  -----------
  Don't share addresses without a connection ID

Closes #2086.


  Commit: 59df95fa2e9f856dfee2d03b163108944122a5bf
      https://github.com/quicwg/base-drafts/commit/59df95fa2e9f856dfee2d0=
3b163108944122a5bf
  Author: Martin Thomson <martin.thomson@gmail.com>
  Date:   2018-12-21 (Fri, 21 Dec 2018)

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

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

This doesn't need normative text.

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

Closes #2083.


  Commit: 4693a08a409308dab965b8e991da31b6f3312938
      https://github.com/quicwg/base-drafts/commit/4693a08a409308dab965b8=
e991da31b6f3312938
  Author: Martin Thomson <martin.thomson@gmail.com>
  Date:   2018-12-21 (Fri, 21 Dec 2018)

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

  Log Message:
  -----------
  Remove PATH_RESPONSE limits

Implementations can do this anyway, so we're not getting much from the
recommendation.  And we already have good limits on what can be sent
(including PATH_RESPONSE) in the migration section.

Closes #2129.


  Commit: d559b4ad364909bfca273cf0e8870d48d2d953e0
      https://github.com/quicwg/base-drafts/commit/d559b4ad364909bfca273c=
f0e8870d48d2d953e0
  Author: Martin Thomson <martin.thomson@gmail.com>
  Date:   2018-12-21 (Fri, 21 Dec 2018)

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

  Log Message:
  -----------
  Use sending and receiving parts for stream states

I had partially settled on "send stream" and "received stream", but on
reflection these are inaccurate labels and using "parts" is better, even
if it is a little more clumsy at times.

Closes #2081.


  Commit: 786d360adaff0368c666fe964225539982a1f10d
      https://github.com/quicwg/base-drafts/commit/786d360adaff0368c666fe=
964225539982a1f10d
  Author: Jana Iyengar <jri.ietf@gmail.com>
  Date:   2018-12-21 (Fri, 21 Dec 2018)

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

  Log Message:
  -----------
  martin's comments


  Commit: 40d266aa9d78ae51d2db933aecd10975058c8b5f
      https://github.com/quicwg/base-drafts/commit/40d266aa9d78ae51d2db93=
3aecd10975058c8b5f
  Author: janaiyengar <jri.ietf@gmail.com>
  Date:   2018-12-21 (Fri, 21 Dec 2018)

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

  Log Message:
  -----------
  Merge pull request #2239 from quicwg/zlcid-dont-share

Don't share addresses without a connection ID


  Commit: ee3e132022506173b0dd9e221ab6a46e3cbd5be1
      https://github.com/quicwg/base-drafts/commit/ee3e132022506173b0dd9e=
221ab6a46e3cbd5be1
  Author: ianswett <ianswett@users.noreply.github.com>
  Date:   2018-12-21 (Fri, 21 Dec 2018)

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

  Log Message:
  -----------
  Omit already acknowledged ACK Blocks

Fixes #2199


  Commit: fb6f04b5c1460f781844a4d8fff1dac4bc247272
      https://github.com/quicwg/base-drafts/commit/fb6f04b5c1460f781844a4=
d8fff1dac4bc247272
  Author: ianswett <ianswett@users.noreply.github.com>
  Date:   2018-12-22 (Sat, 22 Dec 2018)

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

  Log Message:
  -----------
  A tweak of mikkelfj's suggestion


  Commit: e54270004159ff04b73bf8b4ef60fcee22e10d16
      https://github.com/quicwg/base-drafts/commit/e54270004159ff04b73bf8=
b4ef60fcee22e10d16
  Author: Martin Thomson <mt@lowentropy.net>
  Date:   2018-12-23 (Sun, 23 Dec 2018)

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

  Log Message:
  -----------
  Merge pull request #2215 from quicwg/ianswett-verify-ecn

Don't verify ECN counts for out of order ACKs


  Commit: e70ef373d0fbade985c1e3e072fc59970d847e0d
      https://github.com/quicwg/base-drafts/commit/e70ef373d0fbade985c1e3=
e072fc59970d847e0d
  Author: Martin Thomson <mt@lowentropy.net>
  Date:   2018-12-23 (Sun, 23 Dec 2018)

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

  Log Message:
  -----------
  Merge pull request #2241 from quicwg/no-extra-path-reponse-limits

Remove PATH_RESPONSE limits


  Commit: 202ffd2231c18445355adff2be632b77b6721a46
      https://github.com/quicwg/base-drafts/commit/202ffd2231c18445355adf=
f2be632b77b6721a46
  Author: Martin Thomson <mt@lowentropy.net>
  Date:   2018-12-23 (Sun, 23 Dec 2018)

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

  Log Message:
  -----------
  Merge pull request #2242 from quicwg/uni-bidi-consistency

Use sending and receiving parts for stream states


  Commit: d7030479c8957137deeab9279577d0118e66aece
      https://github.com/quicwg/base-drafts/commit/d7030479c8957137deeab9=
279577d0118e66aece
  Author: Martin Thomson <mt@lowentropy.net>
  Date:   2018-12-23 (Sun, 23 Dec 2018)

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

  Log Message:
  -----------
  Merge pull request #2245 from quicwg/ianswett-omit-ack-blocks

Omit already acknowledged ACK Blocks


  Commit: 6d02b5fb1b9cb263f41e816b622288e969a4e255
      https://github.com/quicwg/base-drafts/commit/6d02b5fb1b9cb263f41e81=
6b622288e969a4e255
  Author: Nick Harper <nharper@chromium.org>
  Date:   2018-12-23 (Sun, 23 Dec 2018)

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

  Log Message:
  -----------
  Fix RFC number for AEAD in -transport


  Commit: 3ed513953132664cea5a4262e8920a58219d69ab
      https://github.com/quicwg/base-drafts/commit/3ed513953132664cea5a42=
62e8920a58219d69ab
  Author: Martin Thomson <martin.thomson@gmail.com>
  Date:   2018-12-24 (Mon, 24 Dec 2018)

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

  Log Message:
  -----------
  Closes #2246


  Commit: 09292a691ef099b5ad840a17f618620f1578e889
      https://github.com/quicwg/base-drafts/commit/09292a691ef099b5ad840a=
17f618620f1578e889
  Author: Martin Thomson <martin.thomson@gmail.com>
  Date:   2018-12-24 (Mon, 24 Dec 2018)

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

  Log Message:
  -----------
  Remove duplicate line in stream states table

Because @DavidSchinazi forgot how to work a PR apparently.

Closes #2247.


  Commit: 1cdf42b8d8b39d950eeea411671d2d9318749de9
      https://github.com/quicwg/base-drafts/commit/1cdf42b8d8b39d950eeea4=
11671d2d9318749de9
  Author: Martin Thomson <mt@lowentropy.net>
  Date:   2018-12-24 (Mon, 24 Dec 2018)

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

  Log Message:
  -----------
  Merge pull request #2252 from nharper/aead

Fix RFC number for AEAD in -transport


  Commit: d4d937740bb7e6a10d2ac424a9340e005ec02eee
      https://github.com/quicwg/base-drafts/commit/d4d937740bb7e6a10d2ac4=
24a9340e005ec02eee
  Author: Dmitri Tikhonov <dtikhonov@litespeedtech.com>
  Date:   2018-12-26 (Wed, 26 Dec 2018)

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

  Log Message:
  -----------
  Fix: packet number length is encoded in byte 0


  Commit: acf67af530692cf5be7ad2e28a47eebb4daa1972
      https://github.com/quicwg/base-drafts/commit/acf67af530692cf5be7ad2=
e28a47eebb4daa1972
  Author: ianswett <ianswett@users.noreply.github.com>
  Date:   2018-12-26 (Wed, 26 Dec 2018)

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

  Log Message:
  -----------
  Use PTO to declare in-flight packets lost (#1965)

* Prevent an unlikely deadlock

QUIC, unlike TCP, allows the connection to get into a situation where the=
re could be packets in flight, and a connection could even be CWND limite=
d, but there may not be any outstanding data to retransmit.

The suggested solution is to send a retransmittable frame.

* Update draft-ietf-quic-recovery.md

* Update draft-ietf-quic-recovery.md

* Mike in-flight

* Update draft-ietf-quic-recovery.md

* Not a deadlock

* Update draft-ietf-quic-recovery.md

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

* Jana's suggestions

* Update draft-ietf-quic-recovery.md

* Proposed change: MUST mark inflight data as lost

A proposal: I think I prefer to mark things as lost instead of suggesting=
 that a sender SHOULD send something when there's really nothing to be se=
nt.  I was starting to rephrase your PR to say "SHOULD send ack-eliciting=
 packet, but MAY mark as lost", and I needed to explain how a sender make=
s this choice. I realized that if it's been long enough (PTO is long enou=
gh) and there's nothing left to send, then maybe it is sensible to mark a=
nything pending as lost. So, I changed my suggestion to that, which is th=
is PR (against your PR).

* reflow

* add MAY re-arm PTO

* more rephrasing

* more simple

* comma


  Commit: 5004c91da2d25a0884210515c299c2ff42179a91
      https://github.com/quicwg/base-drafts/commit/5004c91da2d25a08842105=
15c299c2ff42179a91
  Author: Dmitri Tikhonov <dtikhonov@litespeedtech.com>
  Date:   2018-12-28 (Fri, 28 Dec 2018)

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

  Log Message:
  -----------
  Fix: detect stateless reset if connection not found

If connection for incoming packet cannot be found, check whether
this is a stateless reset packet.  Fixes #2269.


  Commit: ddda2ccd8518b51ecf4f6698c55e69e20ffecec0
      https://github.com/quicwg/base-drafts/commit/ddda2ccd8518b51ecf4f66=
98c55e69e20ffecec0
  Author: Dmitri Tikhonov <dtikhonov@litespeedtech.com>
  Date:   2018-12-28 (Fri, 28 Dec 2018)

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

  Log Message:
  -----------
  stateless reset packet minimum size is 39 bytes


  Commit: dd2d9e7da860fc015ce7f40bb2e43856a14b6f23
      https://github.com/quicwg/base-drafts/commit/dd2d9e7da860fc015ce7f4=
0bb2e43856a14b6f23
  Author: Dmitri Tikhonov <dtikhonov@litespeedtech.com>
  Date:   2018-12-28 (Fri, 28 Dec 2018)

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

  Log Message:
  -----------
  Fix two typos in the transport draft


  Commit: 5006996ec884dc5b60ad082189e60be573dab3a4
      https://github.com/quicwg/base-drafts/commit/5006996ec884dc5b60ad08=
2189e60be573dab3a4
  Author: Christian Huitema <huitema@huitema.net>
  Date:   2018-12-28 (Fri, 28 Dec 2018)

  Changed paths:
    M draft-ietf-quic-http.md
    M draft-ietf-quic-qpack.md
    M draft-ietf-quic-recovery.md
    M draft-ietf-quic-spin-exp.md
    M draft-ietf-quic-tls.md
    M draft-ietf-quic-transport.md
    M tag.sh

  Log Message:
  -----------
  Merge pull request #10 from quicwg/master

Align Dec 28 2019


  Commit: facf172edc4fc86c42d7f705953024c5eb8acbcc
      https://github.com/quicwg/base-drafts/commit/facf172edc4fc86c42d7f7=
05953024c5eb8acbcc
  Author: huitema <huitema@huitema.net>
  Date:   2018-12-28 (Fri, 28 Dec 2018)

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

  Log Message:
  -----------
  Add missing warning about ODCIL encoding change


  Commit: a6fcad162a1e3ea60f34ce60d4cfcb7e4ee3eb33
      https://github.com/quicwg/base-drafts/commit/a6fcad162a1e3ea60f34ce=
60d4cfcb7e4ee3eb33
  Author: Martin Thomson <mt@lowentropy.net>
  Date:   2018-12-30 (Sun, 30 Dec 2018)

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

  Log Message:
  -----------
  Merge pull request #2260 from dtikhonov/201812261145-fix-packno-length

Fix: packet number length is encoded in byte 0


  Commit: 59d2b60104a85c3869bb7388fa926ca0a529ae09
      https://github.com/quicwg/base-drafts/commit/59d2b60104a85c3869bb73=
88fa926ca0a529ae09
  Author: Martin Thomson <martin.thomson@gmail.com>
  Date:   2018-12-31 (Mon, 31 Dec 2018)

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

  Log Message:
  -----------
  s/created/received/ stream for CANCEL_PUSH

Closes #2234.


  Commit: c4adfc0592eaa7cee27fcdc40a97fc29d114992a
      https://github.com/quicwg/base-drafts/commit/c4adfc0592eaa7cee27fcd=
c40a97fc29d114992a
  Author: Martin Thomson <mt@lowentropy.net>
  Date:   2018-12-30 (Sun, 30 Dec 2018)

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

  Log Message:
  -----------
  Merge pull request #2272 from dtikhonov/201812281437-fix-two-typos

Fix two typos in the transport draft


  Commit: 8a5e503efc8b1afde2c23c614914fab0c8fa3264
      https://github.com/quicwg/base-drafts/commit/8a5e503efc8b1afde2c23c=
614914fab0c8fa3264
  Author: Martin Thomson <mt@lowentropy.net>
  Date:   2018-12-30 (Sun, 30 Dec 2018)

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

  Log Message:
  -----------
  Merge pull request #2273 from huitema/odcil-warn

Add missing warning about ODCIL encoding


  Commit: c6ae1b408a69c2b064137eadea83468219a884ae
      https://github.com/quicwg/base-drafts/commit/c6ae1b408a69c2b064137e=
adea83468219a884ae
  Author: Martin Thomson <mt@lowentropy.net>
  Date:   2018-12-30 (Sun, 30 Dec 2018)

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

  Log Message:
  -----------
  Merge pull request #2271 from dtikhonov/201812281429-stateless-reset-mi=
n-is-39-bytes

stateless reset packet minimum size is 39 bytes


  Commit: 3af58ee7c63878c18aaa566e3ea64a8783d061e3
      https://github.com/quicwg/base-drafts/commit/3af58ee7c63878c18aaa56=
6e3ea64a8783d061e3
  Author: Benjamin Saunders <ben.e.saunders@gmail.com>
  Date:   2018-12-30 (Sun, 30 Dec 2018)

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

  Log Message:
  -----------
  Fix inconsistent stateless reset padding length


  Commit: afd11cfe4ed116b1a40c01d345172520a31a14c9
      https://github.com/quicwg/base-drafts/commit/afd11cfe4ed116b1a40c01=
d345172520a31a14c9
  Author: Benjamin Saunders <ben.e.saunders@gmail.com>
  Date:   2018-12-30 (Sun, 30 Dec 2018)

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

  Log Message:
  -----------
  Fix incorrect PING frame example


  Commit: 2c1a1f78d4062edba718b491efe472249e5128cc
      https://github.com/quicwg/base-drafts/commit/2c1a1f78d4062edba718b4=
91efe472249e5128cc
  Author: Benjamin Saunders <ben.e.saunders@gmail.com>
  Date:   2018-12-30 (Sun, 30 Dec 2018)

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

  Log Message:
  -----------
  Replace stale uses of "pn_key" with "hp_key"


  Commit: a6ce7c5b856cf4e75a1011fc6b6d5523a18121df
      https://github.com/quicwg/base-drafts/commit/a6ce7c5b856cf4e75a1011=
fc6b6d5523a18121df
  Author: Martin Thomson <mt@lowentropy.net>
  Date:   2018-12-30 (Sun, 30 Dec 2018)

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

  Log Message:
  -----------
  Merge pull request #2278 from Ralith/fixes

Trivial editorial fixes


  Commit: 483c6a2bafe0ccf14c43b4c44a7b47b2679e91c4
      https://github.com/quicwg/base-drafts/commit/483c6a2bafe0ccf14c43b4=
c44a7b47b2679e91c4
  Author: Martin Thomson <mt@lowentropy.net>
  Date:   2018-12-30 (Sun, 30 Dec 2018)

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

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

Co-Authored-By: dtikhonov <dtikhonov@live.com>


  Commit: a0642db6799be7b6173fcb36c4f032236c9a2234
      https://github.com/quicwg/base-drafts/commit/a0642db6799be7b6173fcb=
36c4f032236c9a2234
  Author: Martin Thomson <mt@lowentropy.net>
  Date:   2018-12-30 (Sun, 30 Dec 2018)

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

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

Co-Authored-By: dtikhonov <dtikhonov@live.com>


  Commit: e375dbff1b92cf8c00554d2643baad8d60d8316e
      https://github.com/quicwg/base-drafts/commit/e375dbff1b92cf8c00554d=
2643baad8d60d8316e
  Author: Martin Thomson <mt@lowentropy.net>
  Date:   2018-12-30 (Sun, 30 Dec 2018)

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

  Log Message:
  -----------
  Merge pull request #2270 from dtikhonov/201812281413-detect-srst-logic

Fix: detect stateless reset if connection not found


  Commit: fce75453e774abba3b9db9d01bb2257dcb6dcf62
      https://github.com/quicwg/base-drafts/commit/fce75453e774abba3b9db9=
d01bb2257dcb6dcf62
  Author: Martin Thomson <mt@lowentropy.net>
  Date:   2019-01-03 (Thu, 03 Jan 2019)

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

  Log Message:
  -----------
  Stronger protocol negotiation requirement

The transport already requires that the cryptographic handshake provide
authenticated negotiation of application protocol.  However, the TLS doc
was a little weak on whether ALPN should be used.  This clears that up.

Closes #2263.


  Commit: 731301c9852613bf7e315b6c23c4da0755fd7575
      https://github.com/quicwg/base-drafts/commit/731301c9852613bf7e315b=
6c23c4da0755fd7575
  Author: Kazuho Oku <kazuhooku@gmail.com>
  Date:   2019-01-03 (Thu, 03 Jan 2019)

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

  Log Message:
  -----------
  it is no longer possible send a RESET_STREAM frame for an incoming unid=
irectional stream


  Commit: ae8699c5b3e465336850708ce44adabf6b025b7a
      https://github.com/quicwg/base-drafts/commit/ae8699c5b3e46533685070=
8ce44adabf6b025b7a
  Author: Martin Thomson <mt@lowentropy.net>
  Date:   2019-01-02 (Wed, 02 Jan 2019)

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

  Log Message:
  -----------
  Merge pull request #2286 from kazuho/kazuho/incoming-unidirectional-str=
eam-cannot-be-reset

Incoming unidirectional stream cannot be reset


  Commit: f53f4a6ac9a88f45b2008985f9bbe0722c7f9d38
      https://github.com/quicwg/base-drafts/commit/f53f4a6ac9a88f45b20089=
85f9bbe0722c7f9d38
  Author: David Schinazi <dschinazi@google.com>
  Date:   2019-01-03 (Thu, 03 Jan 2019)

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

  Log Message:
  -----------
  draft-tls typo: replace mention of packet number protection with header=
 protection


  Commit: d403d8d225a224294f9ea457192880bf956a11ee
      https://github.com/quicwg/base-drafts/commit/d403d8d225a224294f9ea4=
57192880bf956a11ee
  Author: Martin Thomson <mt@lowentropy.net>
  Date:   2019-01-03 (Thu, 03 Jan 2019)

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

  Log Message:
  -----------
  Merge pull request #2288 from DavidSchinazi/dschinazi/tls_pne_to_hp

draft-tls typo: replace mention of packet number protection with header p=
rotection


  Commit: dc5b97751239af58ceaf10195c2254ed711cc4fb
      https://github.com/quicwg/base-drafts/commit/dc5b97751239af58ceaf10=
195c2254ed711cc4fb
  Author: David Schinazi <dschinazi@google.com>
  Date:   2019-01-03 (Thu, 03 Jan 2019)

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

  Log Message:
  -----------
  transport: fix typos and add internal reference


  Commit: f0ee13f44ba9bb0c8254367ffb9b8bd6268303f8
      https://github.com/quicwg/base-drafts/commit/f0ee13f44ba9bb0c825436=
7ffb9b8bd6268303f8
  Author: Jana Iyengar <jri.ietf@gmail.com>
  Date:   2019-01-03 (Thu, 03 Jan 2019)

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

  Log Message:
  -----------
  uni not bi


  Commit: f09522207157fde595f3c75ac5088b39cd2e101d
      https://github.com/quicwg/base-drafts/commit/f09522207157fde595f3c7=
5ac5088b39cd2e101d
  Author: janaiyengar <jri.ietf@gmail.com>
  Date:   2019-01-03 (Thu, 03 Jan 2019)

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

  Log Message:
  -----------
  Merge pull request #2292 from quicwg/close2287

uni not bi


  Commit: e92ee004092231b556c094e3650d145a23d4fac8
      https://github.com/quicwg/base-drafts/commit/e92ee004092231b556c094=
e3650d145a23d4fac8
  Author: janaiyengar <jri.ietf@gmail.com>
  Date:   2019-01-03 (Thu, 03 Jan 2019)

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

  Log Message:
  -----------
  Merge pull request #2290 from DavidSchinazi/dschinazi/typos_transport

transport: fix typos and add internal reference


  Commit: 182ebee4a99118e0af5a1613ebd68e8fe1a7446f
      https://github.com/quicwg/base-drafts/commit/182ebee4a99118e0af5a16=
13ebd68e8fe1a7446f
  Author: Jana Iyengar <jri.ietf@gmail.com>
  Date:   2019-01-03 (Thu, 03 Jan 2019)

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

  Log Message:
  -----------
  Congestion window reduced on ACK


  Commit: 4946266b03d774738c5941db7b083e08fc97db5a
      https://github.com/quicwg/base-drafts/commit/4946266b03d774738c5941=
db7b083e08fc97db5a
  Author: Jana Iyengar <jri.ietf@gmail.com>
  Date:   2019-01-03 (Thu, 03 Jan 2019)

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

  Log Message:
  -----------
  some more work


  Commit: c5a2573a1a64edacb02be153845f0a24b7889b2a
      https://github.com/quicwg/base-drafts/commit/c5a2573a1a64edacb02be1=
53845f0a24b7889b2a
  Author: Jana Iyengar <jri.ietf@gmail.com>
  Date:   2019-01-03 (Thu, 03 Jan 2019)

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

  Log Message:
  -----------
  reword


  Commit: 6771edd1073d78c7af9a462789361df0a00f2eb0
      https://github.com/quicwg/base-drafts/commit/6771edd1073d78c7af9a46=
2789361df0a00f2eb0
  Author: janaiyengar <jri.ietf@gmail.com>
  Date:   2019-01-03 (Thu, 03 Jan 2019)

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

  Log Message:
  -----------
  Merge pull request #2244 from quicwg/persistent

Congestion window reduced on ACK


  Commit: 7b0a30f51a0077962e4acbb3c2b8276dcf536f43
      https://github.com/quicwg/base-drafts/commit/7b0a30f51a0077962e4acb=
b3c2b8276dcf536f43
  Author: ianswett <ianswett@users.noreply.github.com>
  Date:   2019-01-04 (Fri, 04 Jan 2019)

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

  Log Message:
  -----------
  Follow-up on PTO wording

Follow-up from #2244


  Commit: ff9077195207075592b5dc5262efa39f2dfa3ae9
      https://github.com/quicwg/base-drafts/commit/ff9077195207075592b5dc=
5262efa39f2dfa3ae9
  Author: janaiyengar <jri.ietf@gmail.com>
  Date:   2019-01-04 (Fri, 04 Jan 2019)

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

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


  Commit: 5befb737e3950115a379644e35f63e98af6f72eb
      https://github.com/quicwg/base-drafts/commit/5befb737e3950115a37964=
4e35f63e98af6f72eb
  Author: janaiyengar <jri.ietf@gmail.com>
  Date:   2019-01-04 (Fri, 04 Jan 2019)

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

  Log Message:
  -----------
  Merge pull request #2293 from quicwg/ianswett-consecutive-pto

Follow-up on PTO wording


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

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

  Log Message:
  -----------
  Suggestion


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

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

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


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

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

  Log Message:
  -----------
  Merge pull request #2284 from quicwg/proto-nego

Stronger protocol negotiation requirement


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

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

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

Adjust autotuning recommendations


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

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

  Log Message:
  -----------
  Merge pull request #2277 from quicwg/cancel-push-received

s/created/received/ stream for CANCEL_PUSH


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

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

  Log Message:
  -----------
  Port #2245


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

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

  Log Message:
  -----------
  Stop using 'fields' for ACK Range and Gap, tweak structure a little


  Commit: bdd84ea0aeb25afdf51d14f1d89cf2e4794e9df7
      https://github.com/quicwg/base-drafts/commit/bdd84ea0aeb25afdf51d14=
f1d89cf2e4794e9df7
  Author: Martin Thomson <mt@lowentropy.net>
  Date:   2019-01-07 (Mon, 07 Jan 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 tag.sh

  Log Message:
  -----------
  Merge branch 'master' into shuffle-ack


Compare: https://github.com/quicwg/base-drafts/compare/92d35a8267f4...bdd=
84ea0aeb2
      **NOTE:** This service has been marked for deprecation: https://dev=
eloper.github.com/changes/2018-04-25-github-services-deprecation/

      Functionality will be removed from GitHub.com on January 31st, 2019=
.

----==_mimepart_5c328784499a_414d2aad94976578581d4--


From nobody Sun Jan  6 14:56: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 F1534130E93 for <quic-issues@ietfa.amsl.com>; Sun,  6 Jan 2019 14:56:19 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -6.661
X-Spam-Level: 
X-Spam-Status: No, score=-6.661 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIMWL_WL_HIGH=-0.065, 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_PASS=-0.001] autolearn=ham autolearn_force=no
Authentication-Results: ietfa.amsl.com (amavisd-new); dkim=pass (1024-bit key) header.d=github.com
Received: from mail.ietf.org ([4.31.198.44]) by localhost (ietfa.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 93415NGgf8qs for <quic-issues@ietfa.amsl.com>; Sun,  6 Jan 2019 14:56:18 -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 3A3DB130EB3 for <quic-issues@ietf.org>; Sun,  6 Jan 2019 14:56:18 -0800 (PST)
Date: Sun, 06 Jan 2019 14:56:17 -0800
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1546815377; bh=nJB/xqO+FoHkpNHvk6dRSALCXK1RBcKrGaVZ0TJWY10=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=AK1miqrTjOuVwiPlJx3z+TED22+RA5Hg+n1djGXM0YPlDqZmpIaC7ZPZPrGixRAck yzWVCwjKZPOnv95IhglF4YEqzazrYMO8jpSWNDhui/NtuceAPNod5z8/bbeMf7IN2U hkexhJxv0R5y+7dRNgB0ZsKo9FCObAdJDPnu9y/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/2197/push/3185207994@github.com>
In-Reply-To: <quicwg/base-drafts/pull/2197@github.com>
References: <quicwg/base-drafts/pull/2197@github.com>
Subject: Re: [quicwg/base-drafts] Reorganize ACK section (#2197)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5c32879137ec1_7eb53f8a544d45b8138786e"; 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/e1JSc8aByEsnAjR-oUYtMiN_Xvg>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
List-Id: Notification list for GitHub issues related to the QUIC WG <quic-issues.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=unsubscribe>
List-Archive: <https://mailarchive.ietf.org/arch/browse/quic-issues/>
List-Post: <mailto:quic-issues@ietf.org>
List-Help: <mailto:quic-issues-request@ietf.org?subject=help>
List-Subscribe: <https://www.ietf.org/mailman/listinfo/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=subscribe>
X-List-Received-Date: Sun, 06 Jan 2019 22:56:20 -0000

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

@martinthomson pushed 3 commits.

808ed5dcb45158ad388f1c598e9da775a40acae6  Port #2245
6807d155a6bbcc9415081aa9ad7896a7de64e80c  Stop using 'fields' for ACK Range and Gap, tweak structure a little
bdd84ea0aeb25afdf51d14f1d89cf2e4794e9df7  Merge branch 'master' into shuffle-ack


-- 
You are receiving this because you are subscribed to this thread.
View it on GitHub:
https://github.com/quicwg/base-drafts/pull/2197/files/92d35a8267f496e29466d220e29fc8aff8d68176..bdd84ea0aeb25afdf51d14f1d89cf2e4794e9df7

----==_mimepart_5c32879137ec1_7eb53f8a544d45b8138786e
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/808ed5dcb45158ad388f1c598e9da775a40acae6">808ed5d</a>  Port #2245</li>
  <li><a class="commit-link" href="https://github.com/quicwg/base-drafts/commit/6807d155a6bbcc9415081aa9ad7896a7de64e80c">6807d15</a>  Stop using &#39;fields&#39; for ACK Range and Gap, tweak structure a little</li>
  <li><a class="commit-link" href="https://github.com/quicwg/base-drafts/commit/bdd84ea0aeb25afdf51d14f1d89cf2e4794e9df7">bdd84ea</a>  Merge branch &#39;master&#39; into shuffle-ack</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/2197/files/92d35a8267f496e29466d220e29fc8aff8d68176..bdd84ea0aeb25afdf51d14f1d89cf2e4794e9df7">View it on GitHub</a> or <a href="https://github.com/notifications/unsubscribe-auth/AWbkq54QpJZHm3ozRTeNYHClM0csFHjBks5vAn8RgaJpZM4ZVlVL">mute the thread</a>.<img src="https://github.com/notifications/beacon/AWbkqzXUkBnF2xHeE2h1o0nZoMO2onfqks5vAn8RgaJpZM4ZVlVL.gif" height="1" width="1" alt="" /></p>
<script type="application/json" data-scope="inboxmarkup">{"api_version":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name":"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"https://github.githubassets.com/images/email/message_cards/header.png","avatar_image_url":"https://github.githubassets.com/images/email/message_cards/avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/quicwg/base-drafts"}},"updates":{"snippets":[{"icon":"PERSON","message":"@martinthomson pushed 3 commits in #2197"}],"action":{"name":"View Pull Request","url":"https://github.com/quicwg/base-drafts/pull/2197/files/92d35a8267f496e29466d220e29fc8aff8d68176..bdd84ea0aeb25afdf51d14f1d89cf2e4794e9df7"}}}</script>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/pull/2197/files/92d35a8267f496e29466d220e29fc8aff8d68176..bdd84ea0aeb25afdf51d14f1d89cf2e4794e9df7",
"url": "https://github.com/quicwg/base-drafts/pull/2197/files/92d35a8267f496e29466d220e29fc8aff8d68176..bdd84ea0aeb25afdf51d14f1d89cf2e4794e9df7",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>

----==_mimepart_5c32879137ec1_7eb53f8a544d45b8138786e--


From nobody Sun Jan  6 14:59: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 8001B13106C for <quic-issues@ietfa.amsl.com>; Sun,  6 Jan 2019 14:59:11 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -6.447
X-Spam-Level: 
X-Spam-Status: No, score=-6.447 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIMWL_WL_HIGH=-0.065, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, HTML_IMAGE_ONLY_24=1.618, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-1, RCVD_IN_DNSWL_HI=-5, SPF_PASS=-0.001] autolearn=ham autolearn_force=no
Authentication-Results: ietfa.amsl.com (amavisd-new); dkim=pass (1024-bit key) header.d=github.com
Received: from mail.ietf.org ([4.31.198.44]) by localhost (ietfa.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id Ep6oDslbrPQu for <quic-issues@ietfa.amsl.com>; Sun,  6 Jan 2019 14:59: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 C813513106A for <quic-issues@ietf.org>; Sun,  6 Jan 2019 14:59:09 -0800 (PST)
Date: Sun, 06 Jan 2019 14:59:08 -0800
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1546815548; bh=UiR9+L1QdlDOoJJzAdj7kj/M0f4ZX/StQME87FwgBfE=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=fMoaAk1xBbUTOl3dXgU5qe2rWtip0XL0YRmj3etR9EEb6fiEiyhwv6PXIpIzdQbk4 ROJiFCF5BTVhRY28oWTtYM+M1KU05PepaLCct75U7MAlOQd9Krm9PNmwO3FlnOEHpA 26BSrl9KibJiIUcFo3R/R9jd8Ixih7zD9O7bD7fI=
From: MikkelFJ <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+0166e4abf230b0dcc59c42a5641d7a84f99842a49b678a1492cf00000001184a4a3c92a169ce17801464@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/issues/2262/451783335@github.com>
In-Reply-To: <quicwg/base-drafts/issues/2262@github.com>
References: <quicwg/base-drafts/issues/2262@github.com>
Subject: Re: [quicwg/base-drafts] RESET_STREAM.final_offset is ambiguous (#2262)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5c32883cd2275_681e3fa9d7ad45c46892d6"; 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/lyXJic7rIJHI9wDDYyUrEc973_M>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
List-Id: Notification list for GitHub issues related to the QUIC WG <quic-issues.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=unsubscribe>
List-Archive: <https://mailarchive.ietf.org/arch/browse/quic-issues/>
List-Post: <mailto:quic-issues@ietf.org>
List-Help: <mailto:quic-issues-request@ietf.org?subject=help>
List-Subscribe: <https://www.ietf.org/mailman/listinfo/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=subscribe>
X-List-Received-Date: Sun, 06 Jan 2019 22:59:12 -0000

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

I'd prefer the term `end-offset` because that cannot point to the last byte and it does not say anything about effective payload size, and it works the same for offsets in sparse files.

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

<p>I'd prefer the term <code>end-offset</code> because that cannot point to the last byte and it does not say anything about effective payload size, and it works the same for offsets in sparse files.</p>

<p style="font-size:small;-webkit-text-size-adjust:none;color:#666;">&mdash;<br />You are receiving this because you are subscribed to this thread.<br />Reply to this email directly, <a href="https://github.com/quicwg/base-drafts/issues/2262#issuecomment-451783335">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AWbkq3AjiLR29TFgiLjXdffX8QaIVsSCks5vAn-8gaJpZM4ZiNzp">mute the thread</a>.<img src="https://github.com/notifications/beacon/AWbkq5Irq5JaM0tQ-O4P0DsNUgOuWqV1ks5vAn-8gaJpZM4ZiNzp.gif" height="1" width="1" alt="" /></p>
<script type="application/json" data-scope="inboxmarkup">{"api_version":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name":"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"https://github.githubassets.com/images/email/message_cards/header.png","avatar_image_url":"https://github.githubassets.com/images/email/message_cards/avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/quicwg/base-drafts"}},"updates":{"snippets":[{"icon":"PERSON","message":"@mikkelfj in #2262: I'd prefer the term `end-offset` because that cannot point to the last byte and it does not say anything about effective payload size, and it works the same for offsets in sparse files."}],"action":{"name":"View Issue","url":"https://github.com/quicwg/base-drafts/issues/2262#issuecomment-451783335"}}}</script>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/issues/2262#issuecomment-451783335",
"url": "https://github.com/quicwg/base-drafts/issues/2262#issuecomment-451783335",
"name": "View Issue"
},
"description": "View this Issue on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>
----==_mimepart_5c32883cd2275_681e3fa9d7ad45c46892d6--


From nobody Sun Jan  6 15:42:53 2019
Return-Path: <bounce+565321.40f-quic-issues=ietf.org@github.com>
X-Original-To: quic-issues@ietfa.amsl.com
Delivered-To: quic-issues@ietfa.amsl.com
Received: from localhost (localhost [127.0.0.1]) by ietfa.amsl.com (Postfix) with ESMTP id 004F41310C2 for <quic-issues@ietfa.amsl.com>; Sun,  6 Jan 2019 15:42:50 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -1.964
X-Spam-Level: 
X-Spam-Status: No, score=-1.964 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIMWL_WL_HIGH=-0.065, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, HEADER_FROM_DIFFERENT_DOMAINS=0.001, RCVD_IN_DNSWL_NONE=-0.0001, SPF_PASS=-0.001, URIBL_BLOCKED=0.001] autolearn=ham autolearn_force=no
Authentication-Results: ietfa.amsl.com (amavisd-new); dkim=pass (1024-bit key) header.d=github.com
Received: from mail.ietf.org ([4.31.198.44]) by localhost (ietfa.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id T1JFBCUtikh7 for <quic-issues@ietfa.amsl.com>; Sun,  6 Jan 2019 15:42:49 -0800 (PST)
Received: from m71-131.mailgun.net (m71-131.mailgun.net [166.78.71.131]) (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 1CA2D131025 for <quic-issues@ietf.org>; Sun,  6 Jan 2019 15:42:49 -0800 (PST)
DKIM-Signature: a=rsa-sha256; v=1; c=relaxed/relaxed; d=github.com; q=dns/txt;  s=mailo; t=1546818168; h=Content-Transfer-Encoding: Content-Type: Mime-Version: Subject: Message-ID: To: Reply-To: From: Date: Sender; bh=0rcNuH1jiZ53apjwqjjhpFKh/0oyzrjZZDLZNNP419U=; b=Fd4KN2SBwRPsH53phUABrLX/68DO3U2dmceEL6FQyxU3rHxWwGlwz3wYSTnr8t0JSrMKJwKP 0F09bWrcOvmq+rhrL/FHd3tcLGCSW9URfxVwVVnlovO1mduGHAMQeKkjYqCcu12dx4gC+Yah Heh72E2owkLxewVFZu4TgKTHC3s=
X-Mailgun-Sending-Ip: 166.78.71.131
X-Mailgun-Sid: WyJhNzYyYiIsICJxdWljLWlzc3Vlc0BpZXRmLm9yZyIsICI0MGYiXQ==
Sender: mt=lowentropy.net@github.com
Received: from github.com (Unknown [192.30.252.39]) by mxa.mailgun.org with ESMTP id 5c329276.7f3bd87fa600-smtp-out-n03; Sun, 06 Jan 2019 23:42:46 -0000 (UTC)
Date: Sun, 06 Jan 2019 15:42:46 -0800
From: Martin Thomson <mt@lowentropy.net>
Reply-To: Martin Thomson <mt@lowentropy.net>
To: quic-issues@ietf.org
Message-ID: <5c3292763908_1eb72ad879d2257c7682@hookshot-fe-31feec6.cp1-iad.github.net.mail>
Subject: [quicwg/base-drafts] 08feb3: initial salt
Mime-Version: 1.0
Content-Type: multipart/mixed; boundary="--==_mimepart_5c3292763443_1eb72ad879d2257c76783"; charset=UTF-8
Content-Transfer-Encoding: 7bit
Archived-At: <https://mailarchive.ietf.org/arch/msg/quic-issues/MMKNnOS_hc89pVRjpu7fqjyCRyk>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
Precedence: list
List-Id: Notification list for GitHub issues related to the QUIC WG <quic-issues.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=unsubscribe>
List-Archive: <https://mailarchive.ietf.org/arch/browse/quic-issues/>
List-Post: <mailto:quic-issues@ietf.org>
List-Help: <mailto:quic-issues-request@ietf.org?subject=help>
List-Subscribe: <https://www.ietf.org/mailman/listinfo/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=subscribe>
X-List-Received-Date: Sun, 06 Jan 2019 23:42:51 -0000

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

  Branch: refs/heads/test-vectors
  Home:   https://github.com/quicwg/base-drafts
  Commit: 08feb310f45762c3f42a873114e7e170bc893082
      https://github.com/quicwg/base-drafts/commit/08feb310f45762c3f42a873114e7e170bc893082
  Author: Martin Thomson <mt@lowentropy.net>
  Date:   2019-01-07 (Mon, 07 Jan 2019)

  Changed paths:
    M initial-protection.js

  Log Message:
  -----------
  initial salt


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

  Changed paths:
    M draft-ietf-quic-tls.md
    M initial-protection.js

  Log Message:
  -----------
  Use different packet numbers


Compare: https://github.com/quicwg/base-drafts/compare/22873bd9623e...a23d9f763cc1
      **NOTE:** This service has been marked for deprecation: https://developer.github.com/changes/2018-04-25-github-services-deprecation/

      Functionality will be removed from GitHub.com on January 31st, 2019.

----==_mimepart_5c3292763443_1eb72ad879d2257c76783--


From nobody Sun Jan  6 15:42: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 EEFF0131025 for <quic-issues@ietfa.amsl.com>; Sun,  6 Jan 2019 15:42:51 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -6.661
X-Spam-Level: 
X-Spam-Status: No, score=-6.661 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIMWL_WL_HIGH=-0.065, 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_PASS=-0.001] autolearn=ham autolearn_force=no
Authentication-Results: ietfa.amsl.com (amavisd-new); dkim=pass (1024-bit key) header.d=github.com
Received: from mail.ietf.org ([4.31.198.44]) by localhost (ietfa.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id wllaG-jng1GE for <quic-issues@ietfa.amsl.com>; Sun,  6 Jan 2019 15:42: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 4BB3E1310BE for <quic-issues@ietf.org>; Sun,  6 Jan 2019 15:42:50 -0800 (PST)
Date: Sun, 06 Jan 2019 15:42:49 -0800
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1546818169; bh=NOU5pZjJpk2a8JDqml5IOKClcb8hxWbMEFnBfnvVH5A=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=O+g7qzcjzD5pWxNFbf6F1utfwfp8DAQLo4HwPcF7ODbrziruJBClPguBVrzaVAP2t Uz+tvGEvha2nKOAJ4eToxtqW5FmnbQYv4zaf8l99aoLkI1sQPg4c/AN2Y5exJcYRhB ULkXavV7a9YrwH0IJYlZv30qKQoxP/EXVUYlfHX0=
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/2274/push/3185252091@github.com>
In-Reply-To: <quicwg/base-drafts/pull/2274@github.com>
References: <quicwg/base-drafts/pull/2274@github.com>
Subject: Re: [quicwg/base-drafts] Test vectors (#2274)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5c32927910fa8_a053fd7932d45c495172d"; 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/cNPgFSrsf0z70LeSr8A0M4Bo81o>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
List-Id: Notification list for GitHub issues related to the QUIC WG <quic-issues.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=unsubscribe>
List-Archive: <https://mailarchive.ietf.org/arch/browse/quic-issues/>
List-Post: <mailto:quic-issues@ietf.org>
List-Help: <mailto:quic-issues-request@ietf.org?subject=help>
List-Subscribe: <https://www.ietf.org/mailman/listinfo/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=subscribe>
X-List-Received-Date: Sun, 06 Jan 2019 23:42:52 -0000

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

@martinthomson pushed 2 commits.

08feb310f45762c3f42a873114e7e170bc893082  initial salt
a23d9f763cc190d37764ed1e76de6e1449d84b43  Use different packet numbers


-- 
You are receiving this because you are subscribed to this thread.
View it on GitHub:
https://github.com/quicwg/base-drafts/pull/2274/files/22873bd9623e487160c6000532478c43821c1917..a23d9f763cc190d37764ed1e76de6e1449d84b43

----==_mimepart_5c32927910fa8_a053fd7932d45c495172d
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/08feb310f45762c3f42a873114e7e170bc893082">08feb31</a>  initial salt</li>
  <li><a class="commit-link" href="https://github.com/quicwg/base-drafts/commit/a23d9f763cc190d37764ed1e76de6e1449d84b43">a23d9f7</a>  Use different packet numbers</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/2274/files/22873bd9623e487160c6000532478c43821c1917..a23d9f763cc190d37764ed1e76de6e1449d84b43">View it on GitHub</a> or <a href="https://github.com/notifications/unsubscribe-auth/AWbkq6RcwDDaSrFCVkqoiWQ9HAOJfuc0ks5vAon5gaJpZM4ZlI2H">mute the thread</a>.<img src="https://github.com/notifications/beacon/AWbkq1np6mZ-Qy5foEfDLy4J4czweVmEks5vAon5gaJpZM4ZlI2H.gif" height="1" width="1" alt="" /></p>
<script type="application/json" data-scope="inboxmarkup">{"api_version":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name":"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"https://github.githubassets.com/images/email/message_cards/header.png","avatar_image_url":"https://github.githubassets.com/images/email/message_cards/avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/quicwg/base-drafts"}},"updates":{"snippets":[{"icon":"PERSON","message":"@martinthomson pushed 2 commits in #2274"}],"action":{"name":"View Pull Request","url":"https://github.com/quicwg/base-drafts/pull/2274/files/22873bd9623e487160c6000532478c43821c1917..a23d9f763cc190d37764ed1e76de6e1449d84b43"}}}</script>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/pull/2274/files/22873bd9623e487160c6000532478c43821c1917..a23d9f763cc190d37764ed1e76de6e1449d84b43",
"url": "https://github.com/quicwg/base-drafts/pull/2274/files/22873bd9623e487160c6000532478c43821c1917..a23d9f763cc190d37764ed1e76de6e1449d84b43",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>

----==_mimepart_5c32927910fa8_a053fd7932d45c495172d--


From nobody Sun Jan  6 15:43: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 6814D131025 for <quic-issues@ietfa.amsl.com>; Sun,  6 Jan 2019 15:43:40 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -6.447
X-Spam-Level: 
X-Spam-Status: No, score=-6.447 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIMWL_WL_HIGH=-0.065, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, HTML_IMAGE_ONLY_24=1.618, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-1, RCVD_IN_DNSWL_HI=-5, SPF_PASS=-0.001] autolearn=ham autolearn_force=no
Authentication-Results: ietfa.amsl.com (amavisd-new); dkim=pass (1024-bit key) header.d=github.com
Received: from mail.ietf.org ([4.31.198.44]) by localhost (ietfa.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id ECNiRg1MOiwj for <quic-issues@ietfa.amsl.com>; Sun,  6 Jan 2019 15:43: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 95BE11310C5 for <quic-issues@ietf.org>; Sun,  6 Jan 2019 15:43:38 -0800 (PST)
Date: Sun, 06 Jan 2019 15:43:37 -0800
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1546818217; bh=EgZsut5pu3HilwfrhqIcoHXXdS7UvycsVeA0jo+AnTE=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=0QgqIGAaY89OXw0/DDWT/qf6koIkNvQDIxUpFB+a16HCD/5Fn9ToA/3UUF6xuM25e 1/KyDXeFI6i5zgQWQr6vHWS8jTVSbsM7HgY7jvEDjW56encTZjroeu6qPecWkLOgO1 fdU6fYuiyprsYKE9cQFnN9CoYCuqGZ0Dg6ql7thQ=
From: Martin Thomson <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+0166e4ab7adab9f823589494dbaedc591f99a9ace5dae26592cf00000001184a54a992a169ce1789eea9@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/pull/2274/c451786583@github.com>
In-Reply-To: <quicwg/base-drafts/pull/2274@github.com>
References: <quicwg/base-drafts/pull/2274@github.com>
Subject: Re: [quicwg/base-drafts] Test vectors (#2274)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5c3292a985ba7_42df3ff89d6d45b8295590"; 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/4Sl0S5i7l6Ca8l4sIb-_wJbFILY>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
List-Id: Notification list for GitHub issues related to the QUIC WG <quic-issues.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=unsubscribe>
List-Archive: <https://mailarchive.ietf.org/arch/browse/quic-issues/>
List-Post: <mailto:quic-issues@ietf.org>
List-Help: <mailto:quic-issues-request@ietf.org?subject=help>
List-Subscribe: <https://www.ietf.org/mailman/listinfo/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=subscribe>
X-List-Received-Date: Sun, 06 Jan 2019 23:43:41 -0000

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

Thanks everyone for checking these values.  At @marten-seemann's request, I've tweaked the packet numbers.  That means new values, but I'll assume that these are 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/2274#issuecomment-451786583
----==_mimepart_5c3292a985ba7_42df3ff89d6d45b8295590
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

<p>Thanks everyone for checking these values.  At <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>'s request, I've tweaked the packet numbers.  That means new values, but I'll assume that these are 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/2274#issuecomment-451786583">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AWbkqz036laJ54KCcy92pLZzrbytho0cks5vAoopgaJpZM4ZlI2H">mute the thread</a>.<img src="https://github.com/notifications/beacon/AWbkq3wbnr7EIrLqpcHm6ofKBiAsFm6jks5vAoopgaJpZM4ZlI2H.gif" height="1" width="1" alt="" /></p>
<script type="application/json" data-scope="inboxmarkup">{"api_version":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name":"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"https://github.githubassets.com/images/email/message_cards/header.png","avatar_image_url":"https://github.githubassets.com/images/email/message_cards/avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/quicwg/base-drafts"}},"updates":{"snippets":[{"icon":"PERSON","message":"@martinthomson in #2274: Thanks everyone for checking these values.  At @marten-seemann's request, I've tweaked the packet numbers.  That means new values, but I'll assume that these are OK."}],"action":{"name":"View Pull Request","url":"https://github.com/quicwg/base-drafts/pull/2274#issuecomment-451786583"}}}</script>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/pull/2274#issuecomment-451786583",
"url": "https://github.com/quicwg/base-drafts/pull/2274#issuecomment-451786583",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>
----==_mimepart_5c3292a985ba7_42df3ff89d6d45b8295590--


From nobody Sun Jan  6 15: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 3F4B01310BE for <quic-issues@ietfa.amsl.com>; Sun,  6 Jan 2019 15:46:39 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -6.519
X-Spam-Level: 
X-Spam-Status: No, score=-6.519 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIMWL_WL_HIGH=-0.065, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, HTML_IMAGE_ONLY_20=1.546, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-1, RCVD_IN_DNSWL_HI=-5, SPF_PASS=-0.001] autolearn=ham autolearn_force=no
Authentication-Results: ietfa.amsl.com (amavisd-new); dkim=pass (1024-bit key) header.d=github.com
Received: from mail.ietf.org ([4.31.198.44]) by localhost (ietfa.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id UX4_zf69bbar for <quic-issues@ietfa.amsl.com>; Sun,  6 Jan 2019 15:46: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 9192D131025 for <quic-issues@ietf.org>; Sun,  6 Jan 2019 15:46:37 -0800 (PST)
Date: Sun, 06 Jan 2019 15:46:36 -0800
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1546818396; bh=5esqBmHJm8Il62TOhjWMW3sJd3JhH+ROGoXq7RkTyyU=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=DSnpMOgBtQjrA07IBGzUjUs4P9rgza7FBOS81gmPnVyj0+03TFg3nHAy+Fu7Wc8K7 rqr8EqAEvu8sXYOteaEPMEx0eyuYv2maVT2VYOaQ14eUigda5A8dF6HiftOCHhx48m xicN53gWlxvLO9Zs5l3b8jgcn+XyRsasbhJvxcI8=
From: Lucas Pardue <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+0166e4abbd05cc20a0785958eb3707e55cc009d8bc8257d292cf00000001184a555c92a169ce17707fcb@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/pull/2235/c451786776@github.com>
In-Reply-To: <quicwg/base-drafts/pull/2235@github.com>
References: <quicwg/base-drafts/pull/2235@github.com>
Subject: Re: [quicwg/base-drafts] Make HTTP frames a TLV format. This has several advantages: (#2235)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5c32935cc2275_66d83f96e36d45c05880fe"; 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/CKhMcjBnjqxhtIj6p-4RqAj4Ve0>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
List-Id: Notification list for GitHub issues related to the QUIC WG <quic-issues.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=unsubscribe>
List-Archive: <https://mailarchive.ietf.org/arch/browse/quic-issues/>
List-Post: <mailto:quic-issues@ietf.org>
List-Help: <mailto:quic-issues-request@ietf.org?subject=help>
List-Subscribe: <https://www.ietf.org/mailman/listinfo/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=subscribe>
X-List-Received-Date: Sun, 06 Jan 2019 23:46:39 -0000

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

Yeah I think we are all in agreement on 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/2235#issuecomment-451786776
----==_mimepart_5c32935cc2275_66d83f96e36d45c05880fe
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

<p>Yeah I think we are all in agreement on 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/2235#issuecomment-451786776">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AWbkqyZSa5gl_FLIQxVQTWWPiZvycD9lks5vAorcgaJpZM4ZdEz2">mute the thread</a>.<img src="https://github.com/notifications/beacon/AWbkqwl9UJjgZ8kbh0hQ-wT9g5ZuH7jOks5vAorcgaJpZM4ZdEz2.gif" height="1" width="1" alt="" /></p>
<script type="application/json" data-scope="inboxmarkup">{"api_version":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name":"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"https://github.githubassets.com/images/email/message_cards/header.png","avatar_image_url":"https://github.githubassets.com/images/email/message_cards/avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/quicwg/base-drafts"}},"updates":{"snippets":[{"icon":"PERSON","message":"@LPardue in #2235: Yeah I think we are all in agreement on that."}],"action":{"name":"View Pull Request","url":"https://github.com/quicwg/base-drafts/pull/2235#issuecomment-451786776"}}}</script>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/pull/2235#issuecomment-451786776",
"url": "https://github.com/quicwg/base-drafts/pull/2235#issuecomment-451786776",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>
----==_mimepart_5c32935cc2275_66d83f96e36d45c05880fe--


From nobody Sun Jan  6 15:47:10 2019
Return-Path: <bounce+565321.40f-quic-issues=ietf.org@github.com>
X-Original-To: quic-issues@ietfa.amsl.com
Delivered-To: quic-issues@ietfa.amsl.com
Received: from localhost (localhost [127.0.0.1]) by ietfa.amsl.com (Postfix) with ESMTP id 7CC4B130F12 for <quic-issues@ietfa.amsl.com>; Sun,  6 Jan 2019 15:47:08 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -1.964
X-Spam-Level: 
X-Spam-Status: No, score=-1.964 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIMWL_WL_HIGH=-0.065, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, HEADER_FROM_DIFFERENT_DOMAINS=0.001, RCVD_IN_DNSWL_NONE=-0.0001, SPF_PASS=-0.001, URIBL_BLOCKED=0.001] autolearn=ham autolearn_force=no
Authentication-Results: ietfa.amsl.com (amavisd-new); dkim=pass (1024-bit key) header.d=github.com
Received: from mail.ietf.org ([4.31.198.44]) by localhost (ietfa.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id ibn5fuamVAot for <quic-issues@ietfa.amsl.com>; Sun,  6 Jan 2019 15:47:06 -0800 (PST)
Received: from m69-169.mailgun.net (m69-169.mailgun.net [166.78.69.169]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id 68D3D131025 for <quic-issues@ietf.org>; Sun,  6 Jan 2019 15:47:06 -0800 (PST)
DKIM-Signature: a=rsa-sha256; v=1; c=relaxed/relaxed; d=github.com; q=dns/txt;  s=mailo; t=1546818425; h=Content-Transfer-Encoding: Content-Type: Mime-Version: Subject: Message-ID: To: Reply-To: From: Date: Sender; bh=Yy3yCe5LUqhvaUcR86sq7tXFPcnqBW/bFgMFsQV1ReE=; b=mIQ487Ma76Id0YsujOmhGFvlcMZ0IvhebQcEUm48rG08w8MXkmP3rWw1KF8ujlnistxASGwU IpPZyztD8vkhFMzar6eenmuzxr3o9GVIiAoaYZq1a4v0EnZhSlZedZ+d54lcsc2NA5n1acwK 3CLoezTbjwJsOYQ/+o/jTxe+3k0=
X-Mailgun-Sending-Ip: 166.78.69.169
X-Mailgun-Sid: WyJhNzYyYiIsICJxdWljLWlzc3Vlc0BpZXRmLm9yZyIsICI0MGYiXQ==
Sender: mt=lowentropy.net@github.com
Received: from github.com (Unknown [192.30.252.39]) by mxa.mailgun.org with ESMTP id 5c329379.7ff39c20f7e0-smtp-out-n02; Sun, 06 Jan 2019 23:47:05 -0000 (UTC)
Date: Sun, 06 Jan 2019 15:47:05 -0800
From: Martin Thomson <mt@lowentropy.net>
Reply-To: Martin Thomson <mt@lowentropy.net>
To: quic-issues@ietf.org
Message-ID: <5c3293791bb28_17dd42b15495965946872d@hookshot-fe-dfcc362.cp1-iad.github.net.mail>
Subject: [quicwg/base-drafts] ca08d5: Add a maximum for max_ack_delay
Mime-Version: 1.0
Content-Type: multipart/mixed; boundary="--==_mimepart_5c3293791b5e0_17dd42b1549596594686a4"; charset=UTF-8
Content-Transfer-Encoding: 7bit
Archived-At: <https://mailarchive.ietf.org/arch/msg/quic-issues/oncZ2ZcVHSUDHU_3xAyo4Vnhx7w>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
Precedence: list
List-Id: Notification list for GitHub issues related to the QUIC WG <quic-issues.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=unsubscribe>
List-Archive: <https://mailarchive.ietf.org/arch/browse/quic-issues/>
List-Post: <mailto:quic-issues@ietf.org>
List-Help: <mailto:quic-issues-request@ietf.org?subject=help>
List-Subscribe: <https://www.ietf.org/mailman/listinfo/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=subscribe>
X-List-Received-Date: Sun, 06 Jan 2019 23:47:08 -0000

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

  Branch: refs/heads/max-ack-delay-max
  Home:   https://github.com/quicwg/base-drafts
  Commit: ca08d5fae11b80513d462332986b199b02e42d82
      https://github.com/quicwg/base-drafts/commit/ca08d5fae11b80513d462332986b199b02e42d82
  Author: Martin Thomson <mt@lowentropy.net>
  Date:   2019-01-07 (Mon, 07 Jan 2019)

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

  Log Message:
  -----------
  Add a maximum for max_ack_delay

As discussed on the issue, 640k should be enough for anyone.

Closes #2282.



      **NOTE:** This service has been marked for deprecation: https://developer.github.com/changes/2018-04-25-github-services-deprecation/

      Functionality will be removed from GitHub.com on January 31st, 2019.

----==_mimepart_5c3293791b5e0_17dd42b1549596594686a4--


From nobody Sun Jan  6 15:54:20 2019
Return-Path: <bounce+565321.40f-quic-issues=ietf.org@github.com>
X-Original-To: quic-issues@ietfa.amsl.com
Delivered-To: quic-issues@ietfa.amsl.com
Received: from localhost (localhost [127.0.0.1]) by ietfa.amsl.com (Postfix) with ESMTP id EFE961310C4 for <quic-issues@ietfa.amsl.com>; Sun,  6 Jan 2019 15:54:18 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -1.964
X-Spam-Level: 
X-Spam-Status: No, score=-1.964 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIMWL_WL_HIGH=-0.065, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, HEADER_FROM_DIFFERENT_DOMAINS=0.001, RCVD_IN_DNSWL_NONE=-0.0001, SPF_PASS=-0.001, URIBL_BLOCKED=0.001] autolearn=ham autolearn_force=no
Authentication-Results: ietfa.amsl.com (amavisd-new); dkim=pass (1024-bit key) header.d=github.com
Received: from mail.ietf.org ([4.31.198.44]) by localhost (ietfa.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id WuGPlwoxNMSa for <quic-issues@ietfa.amsl.com>; Sun,  6 Jan 2019 15:54:17 -0800 (PST)
Received: from m69-170.mailgun.net (m69-170.mailgun.net [166.78.69.170]) (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 E9D291310BE for <quic-issues@ietf.org>; Sun,  6 Jan 2019 15:54:16 -0800 (PST)
DKIM-Signature: a=rsa-sha256; v=1; c=relaxed/relaxed; d=github.com; q=dns/txt;  s=mailo; t=1546818856; h=Content-Transfer-Encoding: Content-Type: Mime-Version: Subject: Message-ID: To: Reply-To: From: Date: Sender; bh=rzXLJoFKg/hvX6Zu7Hqt+roZ5/cuXF9L8A51C/ipAUg=; b=Xk8PD9lZkT9mwKOcGYyAp2Tye4tKJ64Pgb1TskDbAmsV3F12a3QuvQOpujwTAdGUdyRs/T5r oJsRLnMCKLKEOfrUvoX1hIypsKNzU6t0H6WdFE04bDopiPHjLOJTN5jAESHjuP3ATVZjC4r8 xuSygLWVPScT5Xh4zULbz/6hVrI=
X-Mailgun-Sending-Ip: 166.78.69.170
X-Mailgun-Sid: WyJhNzYyYiIsICJxdWljLWlzc3Vlc0BpZXRmLm9yZyIsICI0MGYiXQ==
Sender: mt=lowentropy.net@github.com
Received: from github.com (Unknown [192.30.252.39]) by mxa.mailgun.org with ESMTP id 5c329528.7fa1b46f6f90-smtp-out-n03; Sun, 06 Jan 2019 23:54:16 -0000 (UTC)
Date: Sun, 06 Jan 2019 15:54:15 -0800
From: Martin Thomson <mt@lowentropy.net>
Reply-To: Martin Thomson <mt@lowentropy.net>
To: quic-issues@ietf.org
Message-ID: <5c329527ed019_683e2b142277e57896726@hookshot-fe-31feec6.cp1-iad.github.net.mail>
Subject: [quicwg/base-drafts] 69378c: ACK of non-existent packet is illegal
Mime-Version: 1.0
Content-Type: multipart/mixed; boundary="--==_mimepart_5c329527ec947_683e2b142277e5789662d"; charset=UTF-8
Content-Transfer-Encoding: 7bit
Archived-At: <https://mailarchive.ietf.org/arch/msg/quic-issues/7V4kcYlAT_wUUDOHIQ-nwkSaCkQ>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
Precedence: list
List-Id: Notification list for GitHub issues related to the QUIC WG <quic-issues.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=unsubscribe>
List-Archive: <https://mailarchive.ietf.org/arch/browse/quic-issues/>
List-Post: <mailto:quic-issues@ietf.org>
List-Help: <mailto:quic-issues-request@ietf.org?subject=help>
List-Subscribe: <https://www.ietf.org/mailman/listinfo/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=subscribe>
X-List-Received-Date: Sun, 06 Jan 2019 23:54:19 -0000

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

  Branch: refs/heads/ack-nonexistent-packet
  Home:   https://github.com/quicwg/base-drafts
  Commit: 69378cd3cba339a9584052323e4b2cf03314ddca
      https://github.com/quicwg/base-drafts/commit/69378cd3cba339a9584052323e4b2cf03314ddca
  Author: Martin Thomson <mt@lowentropy.net>
  Date:   2019-01-07 (Mon, 07 Jan 2019)

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

  Log Message:
  -----------
  ACK of non-existent packet is illegal

Closes #2298.



      **NOTE:** This service has been marked for deprecation: https://developer.github.com/changes/2018-04-25-github-services-deprecation/

      Functionality will be removed from GitHub.com on January 31st, 2019.

----==_mimepart_5c329527ec947_683e2b142277e5789662d--


From nobody Sun Jan  6 15:54: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 A51B81310C2 for <quic-issues@ietfa.amsl.com>; Sun,  6 Jan 2019 15:54:37 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -8.063
X-Spam-Level: 
X-Spam-Status: No, score=-8.063 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIMWL_WL_HIGH=-0.065, 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_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 vp-wTLt3735a for <quic-issues@ietfa.amsl.com>; Sun,  6 Jan 2019 15:54:36 -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 189561310BE for <quic-issues@ietf.org>; Sun,  6 Jan 2019 15:54:36 -0800 (PST)
Date: Sun, 06 Jan 2019 15:54:34 -0800
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1546818874; bh=uBp6TYvtKDg0YGcw8xRkZ1TuAZZs77MpfW5r/Cs6/zU=; h=Date:From:Reply-To:To:Cc:Subject:List-ID:List-Archive:List-Post: List-Unsubscribe:From; b=HXLR/nJPqU8KrDq1DPkBIllx3qxVzqh2oytIohx0ZXJ9Dvia1F4lYAmEP1Vjj8Lru CctRx1DW5xpdYQHKMr4Sdv/JEF8smL8xLOH7tir1lwTq7vhsL5VfCPy/Io6NLxKW8e SCXDO4PRL594eOepbZcek442CGe8orStyayjjSNY=
From: Martin Thomson <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+0166e4ab7d612e3a5340f0853a92c658c3b79f887b96277a92cf00000001184a573a92a169ce179f2f4c@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/pull/2301@github.com>
Subject: [quicwg/base-drafts] Add a maximum for max_ack_delay (#2301)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5c32953adb22f_7ba43fd7932d45c481115"; 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/Hh1aqEkLUOjo3a9DRtuyjcecnlg>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
List-Id: Notification list for GitHub issues related to the QUIC WG <quic-issues.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=unsubscribe>
List-Archive: <https://mailarchive.ietf.org/arch/browse/quic-issues/>
List-Post: <mailto:quic-issues@ietf.org>
List-Help: <mailto:quic-issues-request@ietf.org?subject=help>
List-Subscribe: <https://www.ietf.org/mailman/listinfo/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=subscribe>
X-List-Received-Date: Sun, 06 Jan 2019 23:54:38 -0000

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

As discussed on the issue, 640k should be enough for anyone.

Closes #2282.
You can view, comment on, or merge this pull request online at:

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

-- Commit Summary --

  * Add a maximum for max_ack_delay

-- File Changes --

    M draft-ietf-quic-transport.md (1)

-- Patch Links --

https://github.com/quicwg/base-drafts/pull/2301.patch
https://github.com/quicwg/base-drafts/pull/2301.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/2301

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

<p>As discussed on the issue, 640k should be enough for anyone.</p>
<p><span class="issue-keyword tooltipped tooltipped-se" aria-label="This pull request closes issue #2282.">Closes</span> <a class="issue-link js-issue-link" data-error-text="Failed to load issue title" data-id="395114043" data-permission-text="Issue title is private" data-url="https://github.com/quicwg/base-drafts/issues/2282" data-hovercard-type="issue" data-hovercard-url="/quicwg/base-drafts/issues/2282/hovercard" href="https://github.com/quicwg/base-drafts/issues/2282">#2282</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/2301'>https://github.com/quicwg/base-drafts/pull/2301</a></p>

<h4>Commit Summary</h4>
<ul>
  <li>Add a maximum for max_ack_delay</li>
</ul>

<h4>File Changes</h4>
<ul>
  <li>
    <strong>M</strong>
    <a href="https://github.com/quicwg/base-drafts/pull/2301/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/2301.patch'>https://github.com/quicwg/base-drafts/pull/2301.patch</a></li>
  <li><a href='https://github.com/quicwg/base-drafts/pull/2301.diff'>https://github.com/quicwg/base-drafts/pull/2301.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/2301">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AWbkq2OQteqC4ajY2z4sfp8LjxDZpmCSks5vAoy6gaJpZM4ZyrAD">mute the thread</a>.<img src="https://github.com/notifications/beacon/AWbkq5xw5pLEtQm6EuQVfY9VD8ppgPCMks5vAoy6gaJpZM4ZyrAD.gif" height="1" width="1" alt="" /></p>
<script type="application/json" data-scope="inboxmarkup">{"api_version":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name":"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"https://github.githubassets.com/images/email/message_cards/header.png","avatar_image_url":"https://github.githubassets.com/images/email/message_cards/avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/quicwg/base-drafts"}},"updates":{"snippets":[{"icon":"DESCRIPTION","message":"Add a maximum for max_ack_delay (#2301)"}],"action":{"name":"View Pull Request","url":"https://github.com/quicwg/base-drafts/pull/2301"}}}</script>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/pull/2301",
"url": "https://github.com/quicwg/base-drafts/pull/2301",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>

----==_mimepart_5c32953adb22f_7ba43fd7932d45c481115--


From nobody Sun Jan  6 15:56: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 0E9EF1310BE for <quic-issues@ietfa.amsl.com>; Sun,  6 Jan 2019 15:56:00 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -6.519
X-Spam-Level: 
X-Spam-Status: No, score=-6.519 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIMWL_WL_HIGH=-0.065, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, HTML_IMAGE_ONLY_20=1.546, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-1, RCVD_IN_DNSWL_HI=-5, SPF_PASS=-0.001] autolearn=ham autolearn_force=no
Authentication-Results: ietfa.amsl.com (amavisd-new); dkim=pass (1024-bit key) header.d=github.com
Received: from mail.ietf.org ([4.31.198.44]) by localhost (ietfa.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id eaLXFx53JBcQ for <quic-issues@ietfa.amsl.com>; Sun,  6 Jan 2019 15:55:58 -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 48FE5131025 for <quic-issues@ietf.org>; Sun,  6 Jan 2019 15:55:58 -0800 (PST)
Date: Sun, 06 Jan 2019 15:55:57 -0800
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1546818957; bh=FegpedxS+sjRftusHZ4eMSa3hqEXpO8xtfbGVH5zVHg=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=iQTnBv33uTnLB/a1PiXRGH9PiW7pCkx4csOuRM76YB5ygPJf6z+2+V5xY7dyDihxD eGeoxWly017pZ2HiCKgl6Ozrg7xknj/pwtK3HzchU9JwYlT7YcykxM0jSWGx1CL6Dd Jtl7pbuykI7TG/oh5i539ShoSu2umBT5hNJ0QtTo=
From: Kazuho Oku <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+0166e4ab245c28fdbbbf7b2ffcf5b2b183ee5d11aef057b492cf00000001184a578d92a169ce179f2f4c@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/pull/2301/review/189651113@github.com>
In-Reply-To: <quicwg/base-drafts/pull/2301@github.com>
References: <quicwg/base-drafts/pull/2301@github.com>
Subject: Re: [quicwg/base-drafts] Add a maximum for max_ack_delay (#2301)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5c32958d7b53a_5d013fb4094d45c0885971"; 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/5VyU4kcu05CaRL1A8wNiax1VO3s>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
List-Id: Notification list for GitHub issues related to the QUIC WG <quic-issues.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=unsubscribe>
List-Archive: <https://mailarchive.ietf.org/arch/browse/quic-issues/>
List-Post: <mailto:quic-issues@ietf.org>
List-Help: <mailto:quic-issues-request@ietf.org?subject=help>
List-Subscribe: <https://www.ietf.org/mailman/listinfo/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=subscribe>
X-List-Received-Date: Sun, 06 Jan 2019 23:56:00 -0000

----==_mimepart_5c32958d7b53a_5d013fb4094d45c0885971
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/2301#pullrequestreview-189651113
----==_mimepart_5c32958d7b53a_5d013fb4094d45c0885971
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/2301#pullrequestreview-189651113">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AWbkq-ryOC5my47ww4eyO2A5ihDfeUxQks5vAo0NgaJpZM4ZyrAD">mute the thread</a>.<img src="https://github.com/notifications/beacon/AWbkq1OUkXROs64kDm5tCXv6L1fSzYA4ks5vAo0NgaJpZM4ZyrAD.gif" height="1" width="1" alt="" /></p>
<script type="application/json" data-scope="inboxmarkup">{"api_version":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name":"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"https://github.githubassets.com/images/email/message_cards/header.png","avatar_image_url":"https://github.githubassets.com/images/email/message_cards/avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/quicwg/base-drafts"}},"updates":{"snippets":[{"icon":"PERSON","message":"@kazuho approved #2301"}],"action":{"name":"View Pull Request","url":"https://github.com/quicwg/base-drafts/pull/2301#pullrequestreview-189651113"}}}</script>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/pull/2301#pullrequestreview-189651113",
"url": "https://github.com/quicwg/base-drafts/pull/2301#pullrequestreview-189651113",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>
----==_mimepart_5c32958d7b53a_5d013fb4094d45c0885971--


From nobody Sun Jan  6 15:56: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 5F4FC1310BE for <quic-issues@ietfa.amsl.com>; Sun,  6 Jan 2019 15:56:17 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -8.064
X-Spam-Level: 
X-Spam-Status: No, score=-8.064 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIMWL_WL_HIGH=-0.065, 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_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 kVnnUbA8Iwmz for <quic-issues@ietfa.amsl.com>; Sun,  6 Jan 2019 15:56: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 8F44E131025 for <quic-issues@ietf.org>; Sun,  6 Jan 2019 15:56:15 -0800 (PST)
Date: Sun, 06 Jan 2019 15:56:14 -0800
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1546818974; bh=g0yqh6/CtHIYvYRrfO9jD3CwRcOUcspMGyfm0SK139o=; h=Date:From:Reply-To:To:Cc:Subject:List-ID:List-Archive:List-Post: List-Unsubscribe:From; b=gCsOv8okFqROgXHVXURSmjONRXRTOR5ZALyymG2MS+B0klqWEm3MszNYOZBrq4V5y 9f9EH52rAgsYz3/WuVDCSdX7z5vAZSlVcOFBTLyqQNvQuFRCCgOMYsOG+Q4LUrMEdY bnWXVm2SPFKP37AIe74I8eYKjDmqwGBiPrCGwjwQ=
From: Martin Thomson <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+0166e4ab3dde6496f03482e7beb7a6f3463135449b471cf492cf00000001184a579e92a169ce179f2fda@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/pull/2302@github.com>
Subject: [quicwg/base-drafts]  ACK of non-existent packet is illegal  (#2302)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5c32959ec2c90_6cc63f96e36d45c0607669"; 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/9_0t4YN7RKpCUI5HXdv0gz7WNuU>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
List-Id: Notification list for GitHub issues related to the QUIC WG <quic-issues.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=unsubscribe>
List-Archive: <https://mailarchive.ietf.org/arch/browse/quic-issues/>
List-Post: <mailto:quic-issues@ietf.org>
List-Help: <mailto:quic-issues-request@ietf.org?subject=help>
List-Subscribe: <https://www.ietf.org/mailman/listinfo/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=subscribe>
X-List-Received-Date: Sun, 06 Jan 2019 23:56:17 -0000

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

This is stacked on top of #2197.  So it looks worse than it really is.  Review [the last diff](https://github.com/quicwg/base-drafts/commit/69378cd3cba339a9584052323e4b2cf03314ddca).

Closes #2298.
You can view, comment on, or merge this pull request online at:

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

-- Commit Summary --

  * Reorganize ACK section
  * Port #2245
  * Stop using 'fields' for ACK Range and Gap, tweak structure a little
  * Merge branch 'master' into shuffle-ack
  * ACK of non-existent packet is illegal

-- File Changes --

    M draft-ietf-quic-transport.md (167)

-- Patch Links --

https://github.com/quicwg/base-drafts/pull/2302.patch
https://github.com/quicwg/base-drafts/pull/2302.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/2302

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

<p>This is stacked on top of <a class="issue-link js-issue-link" data-error-text="Failed to load issue title" data-id="391536345" data-permission-text="Issue title is private" data-url="https://github.com/quicwg/base-drafts/issues/2197" data-hovercard-type="pull_request" data-hovercard-url="/quicwg/base-drafts/pull/2197/hovercard" href="https://github.com/quicwg/base-drafts/pull/2197">#2197</a>.  So it looks worse than it really is.  Review <a href="https://github.com/quicwg/base-drafts/commit/69378cd3cba339a9584052323e4b2cf03314ddca">the last diff</a>.</p>
<p><span class="issue-keyword tooltipped tooltipped-se" aria-label="This pull request closes issue #2298.">Closes</span> <a class="issue-link js-issue-link" data-error-text="Failed to load issue title" data-id="396241825" data-permission-text="Issue title is private" data-url="https://github.com/quicwg/base-drafts/issues/2298" data-hovercard-type="issue" data-hovercard-url="/quicwg/base-drafts/issues/2298/hovercard" href="https://github.com/quicwg/base-drafts/issues/2298">#2298</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/2302'>https://github.com/quicwg/base-drafts/pull/2302</a></p>

<h4>Commit Summary</h4>
<ul>
  <li>Reorganize ACK section</li>
  <li>Port #2245</li>
  <li>Stop using &#39;fields&#39; for ACK Range and Gap, tweak structure a little</li>
  <li>Merge branch &#39;master&#39; into shuffle-ack</li>
  <li>ACK of non-existent packet is illegal</li>
</ul>

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

<h4>Patch Links:</h4>
<ul>
  <li><a href='https://github.com/quicwg/base-drafts/pull/2302.patch'>https://github.com/quicwg/base-drafts/pull/2302.patch</a></li>
  <li><a href='https://github.com/quicwg/base-drafts/pull/2302.diff'>https://github.com/quicwg/base-drafts/pull/2302.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/2302">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AWbkq89Sw5aMME9aNCBtQdQrI-1Q6_L-ks5vAo0egaJpZM4ZyrCo">mute the thread</a>.<img src="https://github.com/notifications/beacon/AWbkqwHhdj8X_1YqddUIW5DVRSfBFbrlks5vAo0egaJpZM4ZyrCo.gif" height="1" width="1" alt="" /></p>
<script type="application/json" data-scope="inboxmarkup">{"api_version":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name":"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"https://github.githubassets.com/images/email/message_cards/header.png","avatar_image_url":"https://github.githubassets.com/images/email/message_cards/avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/quicwg/base-drafts"}},"updates":{"snippets":[{"icon":"DESCRIPTION","message":" ACK of non-existent packet is illegal  (#2302)"}],"action":{"name":"View Pull Request","url":"https://github.com/quicwg/base-drafts/pull/2302"}}}</script>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/pull/2302",
"url": "https://github.com/quicwg/base-drafts/pull/2302",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>

----==_mimepart_5c32959ec2c90_6cc63f96e36d45c0607669--


From nobody Sun Jan  6 16:02: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 E8DF71310C2 for <quic-issues@ietfa.amsl.com>; Sun,  6 Jan 2019 16:02:47 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -8.065
X-Spam-Level: 
X-Spam-Status: No, score=-8.065 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIMWL_WL_HIGH=-0.065, 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_PASS=-0.001] autolearn=ham autolearn_force=no
Authentication-Results: ietfa.amsl.com (amavisd-new); dkim=pass (1024-bit key) header.d=github.com
Received: from mail.ietf.org ([4.31.198.44]) by localhost (ietfa.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id lE8e8vkUmcr9 for <quic-issues@ietfa.amsl.com>; Sun,  6 Jan 2019 16:02: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 2D4E71310BE for <quic-issues@ietf.org>; Sun,  6 Jan 2019 16:02:46 -0800 (PST)
Date: Sun, 06 Jan 2019 16:02:45 -0800
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1546819365; bh=5xWP4khqRDzRJMTG7ETk436llDiIgsLcSEyN06x2oEA=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=1ec9kMuVIwLo3vdg95D88u/Kem0lfeHMz6YcK46pMFD8DArMASOKo/l0TbJzkZvP0 Tje2fjE2CewF3QS4qLUsEvV1lGeVlOE73W49AOuWKjMxJhIaW1pLyPJWD9oYyz1061 +dpTHF2TastxRKiOA5KUNnS7QjrrwioxkKrt7jMA=
From: Martin Thomson <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+0166e4ab1d9fa8a5e5b93e968e70dcb84760e1effdadd90392cf00000001184a592592a169ce179e43e2@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/issues/2299/451788047@github.com>
In-Reply-To: <quicwg/base-drafts/issues/2299@github.com>
References: <quicwg/base-drafts/issues/2299@github.com>
Subject: Re: [quicwg/base-drafts] consider making the varint encoding unique (#2299)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5c3297255bb87_6c543fc6f42d45c45469bd"; 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/KdxcgpMoA78G4B-nSIYRPE7me2M>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
List-Id: Notification list for GitHub issues related to the QUIC WG <quic-issues.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=unsubscribe>
List-Archive: <https://mailarchive.ietf.org/arch/browse/quic-issues/>
List-Post: <mailto:quic-issues@ietf.org>
List-Help: <mailto:quic-issues-request@ietf.org?subject=help>
List-Subscribe: <https://www.ietf.org/mailman/listinfo/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=subscribe>
X-List-Received-Date: Mon, 07 Jan 2019 00:02:48 -0000

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

I'm pretty sure that this was a case where @ekr said that a canonical encoding would be silly.  That's certainly my view.

I believe that this would be a fairly significant hit both in terms of code complexity and performance.  If you think that you can make the case, I think we might start with a PR [here](https://github.com/martinthomson/quic-int) to show that a) the code is simple enough, and b) the performance is tolerable.  Then there is the point about churn.

The requirement on minimal encodings for frame types exists so that a frame decoder can be more efficient, as @mikkelfj says.  I'm reluctant to add that requirement in too many places though (even in the h3 cases we are currently considering).

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

<p>I'm pretty sure that this was a case where <a class=3D"user-mention" d=
ata-hovercard-type=3D"user" data-hovercard-url=3D"/hovercards?user_id=3D1=
111457" data-octo-click=3D"hovercard-link-click" data-octo-dimensions=3D"=
link_type:self" href=3D"https://github.com/ekr">@ekr</a> said that a cano=
nical encoding would be silly.  That's certainly my view.</p>
<p>I believe that this would be a fairly significant hit both in terms of=
 code complexity and performance.  If you think that you can make the cas=
e, I think we might start with a PR <a href=3D"https://github.com/martint=
homson/quic-int">here</a> to show that a) the code is simple enough, and =
b) the performance is tolerable.  Then there is the point about churn.</p=
>
<p>The requirement on minimal encodings for frame types exists so that a =
frame decoder can be more efficient, as <a class=3D"user-mention" data-ho=
vercard-type=3D"user" data-hovercard-url=3D"/hovercards?user_id=3D193335"=
 data-octo-click=3D"hovercard-link-click" data-octo-dimensions=3D"link_ty=
pe:self" href=3D"https://github.com/mikkelfj">@mikkelfj</a> says.  I'm re=
luctant to add that requirement in too many places though (even in the h3=
 cases we are currently considering).</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/2299#issuecomment-451788047">view it on GitHub</a>,=
 or <a href=3D"https://github.com/notifications/unsubscribe-auth/AWbkq1-e=
qrsxCfIpruB9a6U_LenQcLEuks5vAo6lgaJpZM4ZyX3n">mute the thread</a>.<img sr=
c=3D"https://github.com/notifications/beacon/AWbkq8Ut-5brulwhE4hVZXPxWKba=
IrXDks5vAo6lgaJpZM4ZyX3n.gif" height=3D"1" width=3D"1" alt=3D"" /></p>
<script type=3D"application/json" data-scope=3D"inboxmarkup">{"api_versio=
n":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name"=
:"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"=
quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"http=
s://github.githubassets.com/images/email/message_cards/header.png","avata=
r_image_url":"https://github.githubassets.com/images/email/message_cards/=
avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/q=
uicwg/base-drafts"}},"updates":{"snippets":[{"icon":"PERSON","message":"@=
martinthomson in #2299: I'm pretty sure that this was a case where @ekr s=
aid that a canonical encoding would be silly.  That's certainly my view.\=
r\n\r\nI believe that this would be a fairly significant hit both in term=
s of code complexity and performance.  If you think that you can make the=
 case, I think we might start with a PR [here](https://github.com/martint=
homson/quic-int) to show that a) the code is simple enough, and b) the pe=
rformance is tolerable.  Then there is the point about churn.\r\n\r\nThe =
requirement on minimal encodings for frame types exists so that a frame d=
ecoder can be more efficient, as @mikkelfj says.  I'm reluctant to add th=
at requirement in too many places though (even in the h3 cases we are cur=
rently considering)."}],"action":{"name":"View Issue","url":"https://gith=
ub.com/quicwg/base-drafts/issues/2299#issuecomment-451788047"}}}</script>=

<script type=3D"application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/issues/2299#issuecomment=
-451788047",
"url": "https://github.com/quicwg/base-drafts/issues/2299#issuecomment-45=
1788047",
"name": "View Issue"
},
"description": "View this Issue on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>=

----==_mimepart_5c3297255bb87_6c543fc6f42d45c45469bd--


From nobody Sun Jan  6 16:04:54 2019
Return-Path: <bounce+565321.40f-quic-issues=ietf.org@github.com>
X-Original-To: quic-issues@ietfa.amsl.com
Delivered-To: quic-issues@ietfa.amsl.com
Received: from localhost (localhost [127.0.0.1]) by ietfa.amsl.com (Postfix) with ESMTP id 974B51310C4 for <quic-issues@ietfa.amsl.com>; Sun,  6 Jan 2019 16:04:52 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -1.964
X-Spam-Level: 
X-Spam-Status: No, score=-1.964 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIMWL_WL_HIGH=-0.065, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, HEADER_FROM_DIFFERENT_DOMAINS=0.001, RCVD_IN_DNSWL_NONE=-0.0001, SPF_PASS=-0.001, URIBL_BLOCKED=0.001] autolearn=ham autolearn_force=no
Authentication-Results: ietfa.amsl.com (amavisd-new); dkim=pass (1024-bit key) header.d=github.com
Received: from mail.ietf.org ([4.31.198.44]) by localhost (ietfa.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id rS3cWHmRLp2G for <quic-issues@ietfa.amsl.com>; Sun,  6 Jan 2019 16:04:50 -0800 (PST)
Received: from m69-169.mailgun.net (m69-169.mailgun.net [166.78.69.169]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id 81AFA1310BE for <quic-issues@ietf.org>; Sun,  6 Jan 2019 16:04:50 -0800 (PST)
DKIM-Signature: a=rsa-sha256; v=1; c=relaxed/relaxed; d=github.com; q=dns/txt;  s=mailo; t=1546819489; h=Content-Transfer-Encoding: Content-Type: Mime-Version: Subject: Message-ID: To: Reply-To: From: Date: Sender; bh=8cwNhhrbjqMteNTxNTszPP8J+npBPV2u/7YGsw82hhU=; b=plcT5WvhxvvxzdOczPiVcvgdcU1K1AH3ShvTLXD8PzoJV/40LqYquBk3VVU8eNpd1qx2pNpa d5rSLhaXaV6ONPgxn9pFusfoqXokg5qUcjvTo6POVZ37d9oRRnoEs3sU+kv/7fay8a1mPmuT iqzsrK3Wl1DBFu57gaF+diNjHNY=
X-Mailgun-Sending-Ip: 166.78.69.169
X-Mailgun-Sid: WyJhNzYyYiIsICJxdWljLWlzc3Vlc0BpZXRmLm9yZyIsICI0MGYiXQ==
Sender: mt=lowentropy.net@github.com
Received: from github.com (Unknown [192.30.252.39]) by mxa.mailgun.org with ESMTP id 5c3297a0.7f5a6b19dbd0-smtp-out-n02; Mon, 07 Jan 2019 00:04:48 -0000 (UTC)
Date: Sun, 06 Jan 2019 16:04:47 -0800
From: Martin Thomson <mt@lowentropy.net>
Reply-To: Martin Thomson <mt@lowentropy.net>
To: quic-issues@ietf.org
Message-ID: <5c32979f31889_283a2ad33fec85786144@hookshot-fe-da92815.cp1-iad.github.net.mail>
Subject: [quicwg/base-drafts] 7ace79: fix description of FINAL_OFFSET_ERROR
Mime-Version: 1.0
Content-Type: multipart/mixed; boundary="--==_mimepart_5c32979f3126c_283a2ad33fec85786135a"; charset=UTF-8
Content-Transfer-Encoding: 7bit
Archived-At: <https://mailarchive.ietf.org/arch/msg/quic-issues/Rh0i1m6pacfgsRNp-hrCYOm8XFc>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
Precedence: list
List-Id: Notification list for GitHub issues related to the QUIC WG <quic-issues.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=unsubscribe>
List-Archive: <https://mailarchive.ietf.org/arch/browse/quic-issues/>
List-Post: <mailto:quic-issues@ietf.org>
List-Help: <mailto:quic-issues-request@ietf.org?subject=help>
List-Subscribe: <https://www.ietf.org/mailman/listinfo/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=subscribe>
X-List-Received-Date: Mon, 07 Jan 2019 00:04:53 -0000

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

  Branch: refs/heads/master
  Home:   https://github.com/quicwg/base-drafts
  Commit: 7ace7993f72719ea73170f0ac03147b62ed312ce
      https://github.com/quicwg/base-drafts/commit/7ace7993f72719ea73170f0ac03147b62ed312ce
  Author: Marten Seemann <martenseemann@gmail.com>
  Date:   2019-01-06 (Sun, 06 Jan 2019)

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

  Log Message:
  -----------
  fix description of FINAL_OFFSET_ERROR


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

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

  Log Message:
  -----------
  Merge pull request #2297 from marten-seemann/fix-final-offset

fix description of FINAL_OFFSET_ERROR


Compare: https://github.com/quicwg/base-drafts/compare/a02223a4ba73...950c70f90105
      **NOTE:** This service has been marked for deprecation: https://developer.github.com/changes/2018-04-25-github-services-deprecation/

      Functionality will be removed from GitHub.com on January 31st, 2019.

----==_mimepart_5c32979f3126c_283a2ad33fec85786135a--


From nobody Sun Jan  6 16:05: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 BCF8C1310BE for <quic-issues@ietfa.amsl.com>; Sun,  6 Jan 2019 16:04:53 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -6.447
X-Spam-Level: 
X-Spam-Status: No, score=-6.447 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIMWL_WL_HIGH=-0.065, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, HTML_IMAGE_ONLY_24=1.618, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-1, RCVD_IN_DNSWL_HI=-5, SPF_PASS=-0.001] autolearn=ham autolearn_force=no
Authentication-Results: ietfa.amsl.com (amavisd-new); dkim=pass (1024-bit key) header.d=github.com
Received: from mail.ietf.org ([4.31.198.44]) by localhost (ietfa.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id ukcW8j9eL4o4 for <quic-issues@ietfa.amsl.com>; Sun,  6 Jan 2019 16:04: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 073E81310C2 for <quic-issues@ietf.org>; Sun,  6 Jan 2019 16:04:50 -0800 (PST)
Date: Sun, 06 Jan 2019 16:04:49 -0800
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1546819489; bh=piKg49qZw68Sg9Z4j/YWjYq66JuntAanv5mu1EYtMpU=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=dFzblI4I4FnHBgxH4u5X12fzIaHxnw0sOrEM5IWrqUzofwkkgd7IUDdAaXpyaYvOj 3cWVLwAHQ5e7VXMYPpoaiSu/FDS39psUKH7CmRXdcRQJuEVDB4VoxQmGrMbX5LSddm 9vMcNy/pFqQ4nqrCiiM7yRGiEReuR2TQDIYif4i0=
From: Martin Thomson <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+0166e4aba92bf662579cfca2d3657d6ab45f5830013823ad92cf00000001184a59a192a169ce179e27d9@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/pull/2297/issue_event/2056524374@github.com>
In-Reply-To: <quicwg/base-drafts/pull/2297@github.com>
References: <quicwg/base-drafts/pull/2297@github.com>
Subject: Re: [quicwg/base-drafts] fix description of FINAL_OFFSET_ERROR (#2297)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5c3297a1e217f_6da53f8a544d45b81443094"; 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/OpSA5D6cMQMClStfkOsYBnb0Kpk>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
List-Id: Notification list for GitHub issues related to the QUIC WG <quic-issues.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=unsubscribe>
List-Archive: <https://mailarchive.ietf.org/arch/browse/quic-issues/>
List-Post: <mailto:quic-issues@ietf.org>
List-Help: <mailto:quic-issues-request@ietf.org?subject=help>
List-Subscribe: <https://www.ietf.org/mailman/listinfo/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=subscribe>
X-List-Received-Date: Mon, 07 Jan 2019 00:04:54 -0000

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

Merged #2297 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/2297#event-2056524374
----==_mimepart_5c3297a1e217f_6da53f8a544d45b81443094
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="396240857" data-permission-text="Issue title is private" data-url="https://github.com/quicwg/base-drafts/issues/2297" data-hovercard-type="pull_request" data-hovercard-url="/quicwg/base-drafts/pull/2297/hovercard" href="https://github.com/quicwg/base-drafts/pull/2297">#2297</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/2297#event-2056524374">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AWbkq7wtKe5C9E0ipIPUK-oIurJiLtBfks5vAo8hgaJpZM4ZyVHh">mute the thread</a>.<img src="https://github.com/notifications/beacon/AWbkq9abwEorsdJ3wkCPDaoOlRqPcRuIks5vAo8hgaJpZM4ZyVHh.gif" height="1" width="1" alt="" /></p>
<script type="application/json" data-scope="inboxmarkup">{"api_version":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name":"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"https://github.githubassets.com/images/email/message_cards/header.png","avatar_image_url":"https://github.githubassets.com/images/email/message_cards/avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/quicwg/base-drafts"}},"updates":{"snippets":[{"icon":"DESCRIPTION","message":"Merged #2297 into master."}],"action":{"name":"View Pull Request","url":"https://github.com/quicwg/base-drafts/pull/2297#event-2056524374"}}}</script>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/pull/2297#event-2056524374",
"url": "https://github.com/quicwg/base-drafts/pull/2297#event-2056524374",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>
----==_mimepart_5c3297a1e217f_6da53f8a544d45b81443094--


From nobody Sun Jan  6 16:05: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 9AEF61310D7 for <quic-issues@ietfa.amsl.com>; Sun,  6 Jan 2019 16:04:55 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -6.519
X-Spam-Level: 
X-Spam-Status: No, score=-6.519 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIMWL_WL_HIGH=-0.065, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, HTML_IMAGE_ONLY_20=1.546, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-1, RCVD_IN_DNSWL_HI=-5, SPF_PASS=-0.001] autolearn=ham autolearn_force=no
Authentication-Results: ietfa.amsl.com (amavisd-new); dkim=pass (1024-bit key) header.d=github.com
Received: from mail.ietf.org ([4.31.198.44]) by localhost (ietfa.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id coMEegJgUt1V for <quic-issues@ietfa.amsl.com>; Sun,  6 Jan 2019 16: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 09D251310C2 for <quic-issues@ietf.org>; Sun,  6 Jan 2019 16:04:54 -0800 (PST)
Date: Sun, 06 Jan 2019 16:04:53 -0800
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1546819493; bh=DWtTvLKbfSrHMOddtysktb+FSUuxSyO/ptVbQafxDzo=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=EB34fNJuEs2xDFdAOM6c9cn2D20w+TQFJuF46EJYKHyXAy9CKiCdfoWR44H1/qI/P xCsPU1Vpf8xfobDbE1g2EpapHks/58ywchd/ejOApHzAnGrBl/iRiA4ucn4Dgp1lrY o7vZK4DYVY10Kwy5v1f9uoU9M+vnPhOqzMOn+Ai4=
From: Martin Thomson <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+0166e4abe1a105ce920e12c6632a4040c765a979afcb011992cf00000001184a59a592a169ce179e27d9@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/pull/2297/c451788183@github.com>
In-Reply-To: <quicwg/base-drafts/pull/2297@github.com>
References: <quicwg/base-drafts/pull/2297@github.com>
Subject: Re: [quicwg/base-drafts] fix description of FINAL_OFFSET_ERROR (#2297)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5c3297a533f98_227b3f9aeb0d45c47383ac"; 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/x1JwQy5Emc8HmczzJaD3U8qV9AA>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
List-Id: Notification list for GitHub issues related to the QUIC WG <quic-issues.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=unsubscribe>
List-Archive: <https://mailarchive.ietf.org/arch/browse/quic-issues/>
List-Post: <mailto:quic-issues@ietf.org>
List-Help: <mailto:quic-issues-request@ietf.org?subject=help>
List-Subscribe: <https://www.ietf.org/mailman/listinfo/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=subscribe>
X-List-Received-Date: Mon, 07 Jan 2019 00:04:56 -0000

----==_mimepart_5c3297a533f98_227b3f9aeb0d45c47383ac
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/2297#issuecomment-451788183
----==_mimepart_5c3297a533f98_227b3f9aeb0d45c47383ac
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/2297#issuecomment-451788183">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AWbkq61jW2sgbrdwY2NhkBWDGCjV8VmIks5vAo8lgaJpZM4ZyVHh">mute the thread</a>.<img src="https://github.com/notifications/beacon/AWbkqx1wuqanXyjJIzpZrH7HZHfddv7Hks5vAo8lgaJpZM4ZyVHh.gif" height="1" width="1" alt="" /></p>
<script type="application/json" data-scope="inboxmarkup">{"api_version":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name":"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"https://github.githubassets.com/images/email/message_cards/header.png","avatar_image_url":"https://github.githubassets.com/images/email/message_cards/avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/quicwg/base-drafts"}},"updates":{"snippets":[{"icon":"PERSON","message":"@martinthomson in #2297: Thanks."}],"action":{"name":"View Pull Request","url":"https://github.com/quicwg/base-drafts/pull/2297#issuecomment-451788183"}}}</script>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/pull/2297#issuecomment-451788183",
"url": "https://github.com/quicwg/base-drafts/pull/2297#issuecomment-451788183",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>
----==_mimepart_5c3297a533f98_227b3f9aeb0d45c47383ac--


From nobody Sun Jan  6 16: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 B57641310BE for <quic-issues@ietfa.amsl.com>; Sun,  6 Jan 2019 16:06:42 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -6.519
X-Spam-Level: 
X-Spam-Status: No, score=-6.519 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIMWL_WL_HIGH=-0.065, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, HTML_IMAGE_ONLY_20=1.546, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-1, RCVD_IN_DNSWL_HI=-5, SPF_PASS=-0.001] autolearn=ham autolearn_force=no
Authentication-Results: ietfa.amsl.com (amavisd-new); dkim=pass (1024-bit key) header.d=github.com
Received: 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-TKM430u8xQ for <quic-issues@ietfa.amsl.com>; Sun,  6 Jan 2019 16:06:41 -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 43816131025 for <quic-issues@ietf.org>; Sun,  6 Jan 2019 16:06:41 -0800 (PST)
Date: Sun, 06 Jan 2019 16:06:40 -0800
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1546819600; bh=OPn+on263zL97DeXhPBwwWayOrgNJhtehhs6uMsfZB0=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=NRch1iotoIVcMEW4GoZ7c+K3yv7vsw8W8GNyFwUk1Lz6XW4QIER0gMPLqGINTnAiz H573C/m/5X6/hDOaYTkW/mWQklWpCCzVgqVHhyqSb1R6Bk/S0WYV7nJ4bOe6tj8yj9 lSQzBDvlSLK2PstjyMhWoaWHMlylv7eeKIHTtcOA=
From: Kazuho Oku <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+0166e4abc556a65e3263696798d6ee5af620b68dedc1f68592cf00000001184a5a1092a169ce1789eea9@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/pull/2274/c451788327@github.com>
In-Reply-To: <quicwg/base-drafts/pull/2274@github.com>
References: <quicwg/base-drafts/pull/2274@github.com>
Subject: Re: [quicwg/base-drafts] Test vectors (#2274)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5c3298106dded_78a3fec358d45bc9221b7"; 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/XUFxYpzh3m1XyCCEbCgSon04S10>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
List-Id: Notification list for GitHub issues related to the QUIC WG <quic-issues.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=unsubscribe>
List-Archive: <https://mailarchive.ietf.org/arch/browse/quic-issues/>
List-Post: <mailto:quic-issues@ietf.org>
List-Help: <mailto:quic-issues-request@ietf.org?subject=help>
List-Subscribe: <https://www.ietf.org/mailman/listinfo/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=subscribe>
X-List-Received-Date: Mon, 07 Jan 2019 00:06:43 -0000

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

Confirmed that the updated version correctly decrypts and gives PN=2.

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

<p>Confirmed that the updated version correctly decrypts and gives PN=2.</p>

<p style="font-size:small;-webkit-text-size-adjust:none;color:#666;">&mdash;<br />You are receiving this because you are subscribed to this thread.<br />Reply to this email directly, <a href="https://github.com/quicwg/base-drafts/pull/2274#issuecomment-451788327">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AWbkq7m--wQOdLThO22irm7D4sj8F5Sjks5vAo-QgaJpZM4ZlI2H">mute the thread</a>.<img src="https://github.com/notifications/beacon/AWbkq7p5ULIfDv50LK4KKfxvPs8cVbY2ks5vAo-QgaJpZM4ZlI2H.gif" height="1" width="1" alt="" /></p>
<script type="application/json" data-scope="inboxmarkup">{"api_version":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name":"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"https://github.githubassets.com/images/email/message_cards/header.png","avatar_image_url":"https://github.githubassets.com/images/email/message_cards/avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/quicwg/base-drafts"}},"updates":{"snippets":[{"icon":"PERSON","message":"@kazuho in #2274: Confirmed that the updated version correctly decrypts and gives PN=2."}],"action":{"name":"View Pull Request","url":"https://github.com/quicwg/base-drafts/pull/2274#issuecomment-451788327"}}}</script>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/pull/2274#issuecomment-451788327",
"url": "https://github.com/quicwg/base-drafts/pull/2274#issuecomment-451788327",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>
----==_mimepart_5c3298106dded_78a3fec358d45bc9221b7--


From nobody Sun Jan  6 16: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 8BEE51310BE for <quic-issues@ietfa.amsl.com>; Sun,  6 Jan 2019 16:07:24 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -6.661
X-Spam-Level: 
X-Spam-Status: No, score=-6.661 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIMWL_WL_HIGH=-0.065, 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_PASS=-0.001] autolearn=ham autolearn_force=no
Authentication-Results: ietfa.amsl.com (amavisd-new); dkim=pass (1024-bit key) header.d=github.com
Received: from mail.ietf.org ([4.31.198.44]) by localhost (ietfa.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id Tm4Nxj6Y4Md0 for <quic-issues@ietfa.amsl.com>; Sun,  6 Jan 2019 16:07: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 22F7B131025 for <quic-issues@ietf.org>; Sun,  6 Jan 2019 16:07:23 -0800 (PST)
Date: Sun, 06 Jan 2019 16:07:22 -0800
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1546819642; bh=+AZ+j0pLNApJM7c381cegFu631CdJGpjhzuX+m+8VuA=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=b5UZzeE3R+db4Bhuy1UrZV1oQH1RdnYpa8IS9iXYjFg0ieFHxmiW/9RkGla+Jw3yq u37bW0xhzmYWNYTZRxS34jxCUJTcXIMTJTXGR3hL4zKF/ryUH4hyKxRyKifYVGDSQa DGiQh5sqmzNofQHxvJwaTZZQVdw4u7szohSfLrNw=
From: Martin Thomson <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+0166e4abf879282755b3067ceb483823aa0485e03bfaf14a92cf00000001184a5a3a92a169ce179bec73@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/pull/2296/review/189651596@github.com>
In-Reply-To: <quicwg/base-drafts/pull/2296@github.com>
References: <quicwg/base-drafts/pull/2296@github.com>
Subject: Re: [quicwg/base-drafts] Allow servers to send a preferred address of each address family (#2296)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5c32983a4b170_728d3faa21ad45c06005db"; 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/eDVdJGIW7DKQNJ_dXVhUSa2MTpo>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
List-Id: Notification list for GitHub issues related to the QUIC WG <quic-issues.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=unsubscribe>
List-Archive: <https://mailarchive.ietf.org/arch/browse/quic-issues/>
List-Post: <mailto:quic-issues@ietf.org>
List-Help: <mailto:quic-issues-request@ietf.org?subject=help>
List-Subscribe: <https://www.ietf.org/mailman/listinfo/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=subscribe>
X-List-Received-Date: Mon, 07 Jan 2019 00:07:24 -0000

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

martinthomson commented on this pull request.



>  
 ~~~
    struct {
-     enum { IPv4(4), IPv6(6), (15) } ipVersion;
-     opaque ipAddress<4..2^8-1>;
+     opaque ipv4Address<0..2^8-1>;

Yep.  I think that the invalid address (0.0.0.0 or ::) is probably OK here.

> @@ -2116,6 +2116,9 @@ packets.
 A server conveys a preferred address by including the preferred_address
 transport parameter in the TLS handshake.
 
+Servers MAY communicate a preferred address of each address family (IPv4 and

"preferred" seems right.  Yes, it is an alternative, but the fact that it's a preferred alternative is what is important.

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/quicwg/base-drafts/pull/2296#discussion_r245528920
----==_mimepart_5c32983a4b170_728d3faa21ad45c06005db
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/2296#discussion_r245528920">draft-ietf-quic-transport.md</a>:</p>
<pre style='color:#555'>&gt;  
 ~~~
    struct {
-     enum { IPv4(4), IPv6(6), (15) } ipVersion;
-     opaque ipAddress&lt;4..2^8-1&gt;;
+     opaque ipv4Address&lt;0..2^8-1&gt;;
</pre>
<p>Yep.  I think that the invalid address (0.0.0.0 or ::) is probably OK here.</p>

<hr>

<p>In <a href="https://github.com/quicwg/base-drafts/pull/2296#discussion_r245528957">draft-ietf-quic-transport.md</a>:</p>
<pre style='color:#555'>&gt; @@ -2116,6 +2116,9 @@ packets.
 A server conveys a preferred address by including the preferred_address
 transport parameter in the TLS handshake.
 
+Servers MAY communicate a preferred address of each address family (IPv4 and
</pre>
<p>"preferred" seems right.  Yes, it is an alternative, but the fact that it's a preferred alternative is what is important.</p>

<p style="font-size:small;-webkit-text-size-adjust:none;color:#666;">&mdash;<br />You are receiving this because you are subscribed to this thread.<br />Reply to this email directly, <a href="https://github.com/quicwg/base-drafts/pull/2296#discussion_r245528920">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AWbkq06GscG6BRmFB4H215bncRAykFi4ks5vAo-6gaJpZM4ZuHR_">mute the thread</a>.<img src="https://github.com/notifications/beacon/AWbkqyGlO63lfvrj94WtboCKqLQSWPY3ks5vAo-6gaJpZM4ZuHR_.gif" height="1" width="1" alt="" /></p>
<script type="application/json" data-scope="inboxmarkup">{"api_version":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name":"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"https://github.githubassets.com/images/email/message_cards/header.png","avatar_image_url":"https://github.githubassets.com/images/email/message_cards/avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/quicwg/base-drafts"}},"updates":{"snippets":[{"icon":"PERSON","message":"@martinthomson commented on #2296"}],"action":{"name":"View Pull Request","url":"https://github.com/quicwg/base-drafts/pull/2296#discussion_r245528920"}}}</script>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/pull/2296#discussion_r245528920",
"url": "https://github.com/quicwg/base-drafts/pull/2296#discussion_r245528920",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>
----==_mimepart_5c32983a4b170_728d3faa21ad45c06005db--


From nobody Sun Jan  6 16:11: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 C845A1310BE for <quic-issues@ietfa.amsl.com>; Sun,  6 Jan 2019 16:11:16 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -8.065
X-Spam-Level: 
X-Spam-Status: No, score=-8.065 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIMWL_WL_HIGH=-0.065, 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_PASS=-0.001] autolearn=ham autolearn_force=no
Authentication-Results: ietfa.amsl.com (amavisd-new); dkim=pass (1024-bit key) header.d=github.com
Received: from mail.ietf.org ([4.31.198.44]) by localhost (ietfa.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id rKJaGfZUzU5Q for <quic-issues@ietfa.amsl.com>; Sun,  6 Jan 2019 16:11:15 -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 D9651131025 for <quic-issues@ietf.org>; Sun,  6 Jan 2019 16:11:14 -0800 (PST)
Date: Sun, 06 Jan 2019 16:11:14 -0800
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1546819874; bh=wz6nO3KSAbnjlqizjQ72QSvVh5EuPgnt5hVYzfTRM3E=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=RjYiuPrFwTjuRbFqaFSX4/dINUqNqpeXxpQCMFSlJ3997+bgBvXhJBS8yALqRv2AI h9YZTbay41TivheIXi2aktDuFxBKpBQgDC4ZkRC0huOjH/yl+pT9JldpO76+qFv3m5 xlsI1rju+0pXz8sIE3CSH9I6baZHN/0vObmLwI3I=
From: Martin Thomson <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+0166e4abeee14842073a2f3a30e52145b21cb022fed6971592cf00000001184a5b2292a169ce179f005f@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/pull/2300/review/189651688@github.com>
In-Reply-To: <quicwg/base-drafts/pull/2300@github.com>
References: <quicwg/base-drafts/pull/2300@github.com>
Subject: Re: [quicwg/base-drafts] Discard 0-RTT packet state when rejected (#2300)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5c3299227d04_681e3fa9d7ad45c4752312"; 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/wF2qQlQaMk3R8yqFBOqWVZ57kdo>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
List-Id: Notification list for GitHub issues related to the QUIC WG <quic-issues.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=unsubscribe>
List-Archive: <https://mailarchive.ietf.org/arch/browse/quic-issues/>
List-Post: <mailto:quic-issues@ietf.org>
List-Help: <mailto:quic-issues-request@ietf.org?subject=help>
List-Subscribe: <https://www.ietf.org/mailman/listinfo/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=subscribe>
X-List-Received-Date: Mon, 07 Jan 2019 00:11:17 -0000

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

martinthomson commented on this pull request.

Good changes, some editorial feedback though.

> @@ -1001,12 +1001,21 @@ after idle periods, such as those proposed for TCP in {{?RFC7661}}.
 
 ## Discarding Packet Number Space State
 
-When keys for an packet number space are discarded, any packets sent with those
-keys are removed from the count of bytes in flight.  No loss events will occur
-any in-flight packets from that space, as a result of discarding loss recovery
-state (see {{discard-initial}}).  Note that it is expected that keys are
-discarded after those packets would be declared lost, but Initial secrets are
-destroyed earlier.
+When keys for an packet number space are discarded, any in-flight packets
+sent with those keys are removed from the count of bytes in flight.  Loss
+recovery state is also discarded, so no loss events will occur for any
+in-flight packets from that space(see {{discard-initial}}).  Note that it is
+expected that keys are discarded after those packets would be declared lost,
+but Initial secrets are destroyed earlier.
+
+## Discarding 0-RTT packet state

I wouldn't bother with the section heading here.

> @@ -1001,12 +1001,21 @@ after idle periods, such as those proposed for TCP in {{?RFC7661}}.
 
 ## Discarding Packet Number Space State
 
-When keys for an packet number space are discarded, any packets sent with those
-keys are removed from the count of bytes in flight.  No loss events will occur
-any in-flight packets from that space, as a result of discarding loss recovery
-state (see {{discard-initial}}).  Note that it is expected that keys are
-discarded after those packets would be declared lost, but Initial secrets are
-destroyed earlier.
+When keys for an packet number space are discarded, any in-flight packets
+sent with those keys are removed from the count of bytes in flight.  Loss
+recovery state is also discarded, so no loss events will occur for any
+in-flight packets from that space(see {{discard-initial}}).  Note that it is

```suggestion
in-flight packets from that space (see {{discard-initial}}).  Note that it is
```

(Oh good, GitHub fixed the leading space problem.)

> -When keys for an packet number space are discarded, any packets sent with those
-keys are removed from the count of bytes in flight.  No loss events will occur
-any in-flight packets from that space, as a result of discarding loss recovery
-state (see {{discard-initial}}).  Note that it is expected that keys are
-discarded after those packets would be declared lost, but Initial secrets are
-destroyed earlier.
+When keys for an packet number space are discarded, any in-flight packets
+sent with those keys are removed from the count of bytes in flight.  Loss
+recovery state is also discarded, so no loss events will occur for any
+in-flight packets from that space(see {{discard-initial}}).  Note that it is
+expected that keys are discarded after those packets would be declared lost,
+but Initial secrets are destroyed earlier.
+
+## Discarding 0-RTT packet state
+
+When 0-RTT is rejected, all in-flight 0-RTT packets still are removed from

```suggestion
When 0-RTT is rejected, all in-flight 0-RTT packets are removed from
```

> -any in-flight packets from that space, as a result of discarding loss recovery
-state (see {{discard-initial}}).  Note that it is expected that keys are
-discarded after those packets would be declared lost, but Initial secrets are
-destroyed earlier.
+When keys for an packet number space are discarded, any in-flight packets
+sent with those keys are removed from the count of bytes in flight.  Loss
+recovery state is also discarded, so no loss events will occur for any
+in-flight packets from that space(see {{discard-initial}}).  Note that it is
+expected that keys are discarded after those packets would be declared lost,
+but Initial secrets are destroyed earlier.
+
+## Discarding 0-RTT packet state
+
+When 0-RTT is rejected, all in-flight 0-RTT packets still are removed from
+the count of bytes in flight.  Loss recovery state is also discarded, so no
+loss events will occur for any in-flight 0-RTT packets.  If a server does not

The sentence starting "Loss recovery state" is duplicative of the previous section/paragraph, so can go.

> -destroyed earlier.
+When keys for an packet number space are discarded, any in-flight packets
+sent with those keys are removed from the count of bytes in flight.  Loss
+recovery state is also discarded, so no loss events will occur for any
+in-flight packets from that space(see {{discard-initial}}).  Note that it is
+expected that keys are discarded after those packets would be declared lost,
+but Initial secrets are destroyed earlier.
+
+## Discarding 0-RTT packet state
+
+When 0-RTT is rejected, all in-flight 0-RTT packets still are removed from
+the count of bytes in flight.  Loss recovery state is also discarded, so no
+loss events will occur for any in-flight 0-RTT packets.  If a server does not
+buffer out-of-order packets and accepts 0-RTT, there is a chance of declaring
+0-RTT packets lost that were actually discarded by the server, but this is
+expected to be infrequent.

The out-of-order sentence probably needs to be its own paragraph - because it's talking about accepting 0-RTT (as opposed to rejecting it).  Not sure how that affects the flow of the section 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/2300#pullrequestreview-189651688
----==_mimepart_5c3299227d04_681e3fa9d7ad45c4752312
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>Good changes, some editorial feedback though.</p><hr>=0D
=0D
<p>In <a href=3D"https://github.com/quicwg/base-drafts/pull/2300#discussi=
on_r245528987">draft-ietf-quic-recovery.md</a>:</p>=0D
<pre style=3D'color:#555'>&gt; @@ -1001,12 +1001,21 @@ after idle periods=
, such as those proposed for TCP in {{?RFC7661}}.=0D
 =0D
 ## Discarding Packet Number Space State=0D
 =0D
-When keys for an packet number space are discarded, any packets sent wit=
h those=0D
-keys are removed from the count of bytes in flight.  No loss events will=
 occur=0D
-any in-flight packets from that space, as a result of discarding loss re=
covery=0D
-state (see {{discard-initial}}).  Note that it is expected that keys are=
=0D
-discarded after those packets would be declared lost, but Initial secret=
s are=0D
-destroyed earlier.=0D
+When keys for an packet number space are discarded, any in-flight packet=
s=0D
+sent with those keys are removed from the count of bytes in flight.  Los=
s=0D
+recovery state is also discarded, so no loss events will occur for any=0D=

+in-flight packets from that space(see {{discard-initial}}).  Note that i=
t is=0D
+expected that keys are discarded after those packets would be declared l=
ost,=0D
+but Initial secrets are destroyed earlier.=0D
+=0D
+## Discarding 0-RTT packet state=0D
</pre>=0D
<p>I wouldn't bother with the section heading here.</p>=0D
=0D
<hr>=0D
=0D
<p>In <a href=3D"https://github.com/quicwg/base-drafts/pull/2300#discussi=
on_r245529012">draft-ietf-quic-recovery.md</a>:</p>=0D
<pre style=3D'color:#555'>&gt; @@ -1001,12 +1001,21 @@ after idle periods=
, such as those proposed for TCP in {{?RFC7661}}.=0D
 =0D
 ## Discarding Packet Number Space State=0D
 =0D
-When keys for an packet number space are discarded, any packets sent wit=
h those=0D
-keys are removed from the count of bytes in flight.  No loss events will=
 occur=0D
-any in-flight packets from that space, as a result of discarding loss re=
covery=0D
-state (see {{discard-initial}}).  Note that it is expected that keys are=
=0D
-discarded after those packets would be declared lost, but Initial secret=
s are=0D
-destroyed earlier.=0D
+When keys for an packet number space are discarded, any in-flight packet=
s=0D
+sent with those keys are removed from the count of bytes in flight.  Los=
s=0D
+recovery state is also discarded, so no loss events will occur for any=0D=

+in-flight packets from that space(see {{discard-initial}}).  Note that i=
t is=0D
</pre>=0D
=E2=AC=87=EF=B8=8F Suggested change=0D
<pre style=3D"color: #555">-in-flight packets from that space(see {{disca=
rd-initial}}).  Note that it is=0D
+in-flight packets from that space (see {{discard-initial}}).  Note that =
it is=0D
</pre>=0D
=0D
<p>(Oh good, GitHub fixed the leading space problem.)</p>=0D
=0D
<hr>=0D
=0D
<p>In <a href=3D"https://github.com/quicwg/base-drafts/pull/2300#discussi=
on_r245529027">draft-ietf-quic-recovery.md</a>:</p>=0D
<pre style=3D'color:#555'>&gt; -When keys for an packet number space are =
discarded, any packets sent with those=0D
-keys are removed from the count of bytes in flight.  No loss events will=
 occur=0D
-any in-flight packets from that space, as a result of discarding loss re=
covery=0D
-state (see {{discard-initial}}).  Note that it is expected that keys are=
=0D
-discarded after those packets would be declared lost, but Initial secret=
s are=0D
-destroyed earlier.=0D
+When keys for an packet number space are discarded, any in-flight packet=
s=0D
+sent with those keys are removed from the count of bytes in flight.  Los=
s=0D
+recovery state is also discarded, so no loss events will occur for any=0D=

+in-flight packets from that space(see {{discard-initial}}).  Note that i=
t is=0D
+expected that keys are discarded after those packets would be declared l=
ost,=0D
+but Initial secrets are destroyed earlier.=0D
+=0D
+## Discarding 0-RTT packet state=0D
+=0D
+When 0-RTT is rejected, all in-flight 0-RTT packets still are removed fr=
om=0D
</pre>=0D
=E2=AC=87=EF=B8=8F Suggested change=0D
<pre style=3D"color: #555">-When 0-RTT is rejected, all in-flight 0-RTT p=
ackets still are removed from=0D
+When 0-RTT is rejected, all in-flight 0-RTT packets are removed from=0D
</pre>=0D
=0D
=0D
<hr>=0D
=0D
<p>In <a href=3D"https://github.com/quicwg/base-drafts/pull/2300#discussi=
on_r245529068">draft-ietf-quic-recovery.md</a>:</p>=0D
<pre style=3D'color:#555'>&gt; -any in-flight packets from that space, as=
 a result of discarding loss recovery=0D
-state (see {{discard-initial}}).  Note that it is expected that keys are=
=0D
-discarded after those packets would be declared lost, but Initial secret=
s are=0D
-destroyed earlier.=0D
+When keys for an packet number space are discarded, any in-flight packet=
s=0D
+sent with those keys are removed from the count of bytes in flight.  Los=
s=0D
+recovery state is also discarded, so no loss events will occur for any=0D=

+in-flight packets from that space(see {{discard-initial}}).  Note that i=
t is=0D
+expected that keys are discarded after those packets would be declared l=
ost,=0D
+but Initial secrets are destroyed earlier.=0D
+=0D
+## Discarding 0-RTT packet state=0D
+=0D
+When 0-RTT is rejected, all in-flight 0-RTT packets still are removed fr=
om=0D
+the count of bytes in flight.  Loss recovery state is also discarded, so=
 no=0D
+loss events will occur for any in-flight 0-RTT packets.  If a server doe=
s not=0D
</pre>=0D
<p>The sentence starting "Loss recovery state" is duplicative of the prev=
ious section/paragraph, so can go.</p>=0D
=0D
<hr>=0D
=0D
<p>In <a href=3D"https://github.com/quicwg/base-drafts/pull/2300#discussi=
on_r245529083">draft-ietf-quic-recovery.md</a>:</p>=0D
<pre style=3D'color:#555'>&gt; -destroyed earlier.=0D
+When keys for an packet number space are discarded, any in-flight packet=
s=0D
+sent with those keys are removed from the count of bytes in flight.  Los=
s=0D
+recovery state is also discarded, so no loss events will occur for any=0D=

+in-flight packets from that space(see {{discard-initial}}).  Note that i=
t is=0D
+expected that keys are discarded after those packets would be declared l=
ost,=0D
+but Initial secrets are destroyed earlier.=0D
+=0D
+## Discarding 0-RTT packet state=0D
+=0D
+When 0-RTT is rejected, all in-flight 0-RTT packets still are removed fr=
om=0D
+the count of bytes in flight.  Loss recovery state is also discarded, so=
 no=0D
+loss events will occur for any in-flight 0-RTT packets.  If a server doe=
s not=0D
+buffer out-of-order packets and accepts 0-RTT, there is a chance of decl=
aring=0D
+0-RTT packets lost that were actually discarded by the server, but this =
is=0D
+expected to be infrequent.=0D
</pre>=0D
<p>The out-of-order sentence probably needs to be its own paragraph - bec=
ause it's talking about accepting 0-RTT (as opposed to rejecting it).  No=
t sure how that affects the flow of the section though.</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/2300#pullrequestreview-189651688">view it on GitHub</=
a>, or <a href=3D"https://github.com/notifications/unsubscribe-auth/AWbkq=
1sDb00fdrhqDlvfie0Re0xkeeX3ks5vApCigaJpZM4ZynWo">mute the thread</a>.<img=
 src=3D"https://github.com/notifications/beacon/AWbkq3O4x9JO47HfSx2kbCyST=
aZ-N_Mxks5vApCigaJpZM4ZynWo.gif" height=3D"1" width=3D"1" alt=3D"" /></p>=
=0D
<script type=3D"application/json" data-scope=3D"inboxmarkup">{"api_versio=
n":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name"=
:"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"=
quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"http=
s://github.githubassets.com/images/email/message_cards/header.png","avata=
r_image_url":"https://github.githubassets.com/images/email/message_cards/=
avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/q=
uicwg/base-drafts"}},"updates":{"snippets":[{"icon":"PERSON","message":"@=
martinthomson commented on #2300"}],"action":{"name":"View Pull Request",=
"url":"https://github.com/quicwg/base-drafts/pull/2300#pullrequestreview-=
189651688"}}}</script>=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/2300#pullrequestrev=
iew-189651688",=0D
"url": "https://github.com/quicwg/base-drafts/pull/2300#pullrequestreview=
-189651688",=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_5c3299227d04_681e3fa9d7ad45c4752312--


From nobody Sun Jan  6 16:11: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 BF12C1310BE for <quic-issues@ietfa.amsl.com>; Sun,  6 Jan 2019 16:11:26 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -6.447
X-Spam-Level: 
X-Spam-Status: No, score=-6.447 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIMWL_WL_HIGH=-0.065, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, HTML_IMAGE_ONLY_24=1.618, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-1, RCVD_IN_DNSWL_HI=-5, SPF_PASS=-0.001] autolearn=ham autolearn_force=no
Authentication-Results: ietfa.amsl.com (amavisd-new); dkim=pass (1024-bit key) header.d=github.com
Received: from mail.ietf.org ([4.31.198.44]) by localhost (ietfa.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id W3OaHxicBRYJ for <quic-issues@ietfa.amsl.com>; Sun,  6 Jan 2019 16:11: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 BCC4C131025 for <quic-issues@ietf.org>; Sun,  6 Jan 2019 16:11:24 -0800 (PST)
Date: Sun, 06 Jan 2019 16:11:23 -0800
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1546819883; bh=PLuxBCJkNkgPLovi1UDGXRHrdRrWGLYhSseFZH4fRQQ=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=QFEjSOebEeBNPU/BanhYOAp/iTEIYAp66FDotd9BNuknaM1dnXlDzUOSpY3LaJGl4 EbGERhcllXUjOJ/80qz4gv1N3td6hwY3HNE1UVL42I292ZMddCZkWRPOG5rNwzz+oV WRYN/BdWEd510pnDpzQ/tTjT0YOXlnve7nOYNCa0=
From: Martin Thomson <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+0166e4ab0540654e2acac3b21464a43bf18612a10890e64a92cf00000001184a5b2b92a169ce1789eea9@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/pull/2274/c451788715@github.com>
In-Reply-To: <quicwg/base-drafts/pull/2274@github.com>
References: <quicwg/base-drafts/pull/2274@github.com>
Subject: Re: [quicwg/base-drafts] Test vectors (#2274)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5c32992be8694_2fd63f8a544d45b880321a"; 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/OPA8M3hrbaE9W7QaGdp8WzfZCRc>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
List-Id: Notification list for GitHub issues related to the QUIC WG <quic-issues.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=unsubscribe>
List-Archive: <https://mailarchive.ietf.org/arch/browse/quic-issues/>
List-Post: <mailto:quic-issues@ietf.org>
List-Help: <mailto:quic-issues-request@ietf.org?subject=help>
List-Subscribe: <https://www.ietf.org/mailman/listinfo/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=subscribe>
X-List-Received-Date: Mon, 07 Jan 2019 00:11:27 -0000

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

Thanks @kazuho, that's enough for 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/2274#issuecomment-451788715
----==_mimepart_5c32992be8694_2fd63f8a544d45b880321a
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=41567" data-octo-click="hovercard-link-click" data-octo-dimensions="link_type:self" href="https://github.com/kazuho">@kazuho</a>, that's enough for 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/2274#issuecomment-451788715">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AWbkq9_wyfBFks8r6i0zcrnmJTJ_w4mTks5vApCrgaJpZM4ZlI2H">mute the thread</a>.<img src="https://github.com/notifications/beacon/AWbkq0jb5_Sm86PcOgDH-k0ttEnOQ45Oks5vApCrgaJpZM4ZlI2H.gif" height="1" width="1" alt="" /></p>
<script type="application/json" data-scope="inboxmarkup">{"api_version":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name":"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"https://github.githubassets.com/images/email/message_cards/header.png","avatar_image_url":"https://github.githubassets.com/images/email/message_cards/avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/quicwg/base-drafts"}},"updates":{"snippets":[{"icon":"PERSON","message":"@martinthomson in #2274: Thanks @kazuho, that's enough for me :)"}],"action":{"name":"View Pull Request","url":"https://github.com/quicwg/base-drafts/pull/2274#issuecomment-451788715"}}}</script>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/pull/2274#issuecomment-451788715",
"url": "https://github.com/quicwg/base-drafts/pull/2274#issuecomment-451788715",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>
----==_mimepart_5c32992be8694_2fd63f8a544d45b880321a--


From nobody Sun Jan  6 16:11: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 08284131025 for <quic-issues@ietfa.amsl.com>; Sun,  6 Jan 2019 16:11:32 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -6.661
X-Spam-Level: 
X-Spam-Status: No, score=-6.661 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIMWL_WL_HIGH=-0.065, 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_PASS=-0.001] autolearn=ham autolearn_force=no
Authentication-Results: ietfa.amsl.com (amavisd-new); dkim=pass (1024-bit key) header.d=github.com
Received: from mail.ietf.org ([4.31.198.44]) by localhost (ietfa.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 4Xas6q1ZOW_6 for <quic-issues@ietfa.amsl.com>; Sun,  6 Jan 2019 16:11:30 -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 62ACE1310C9 for <quic-issues@ietf.org>; Sun,  6 Jan 2019 16:11:30 -0800 (PST)
Date: Sun, 06 Jan 2019 16:11:29 -0800
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1546819889; bh=bZI5eCWmRX6JLTnoyIF87EiaqDDUbqVbVfzjdtzu4zE=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=SOZbIfWPwgXmCUZE0KfwNvOZR1wGfRrhCDnGK6MSQAPiO0r2n1zZ14234SZUCcRZ/ 5hlU/dO4GSx6NwSt9m33Aqj3lifjXcEd3nqld1KrU6LJvTXFloVRELVBFLpiY/1FJ0 Z9JQIxYvXxae3mLlRaXPrNB6FNzYSvHcH0B0qwN4=
From: Martin Thomson <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+0166e4ab3f9b9fc731e1c7c434f12375493dc4b05f74347492cf00000001184a5b3192a169ce145eeded@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/pull/1573/issue_event/2056527006@github.com>
In-Reply-To: <quicwg/base-drafts/pull/1573@github.com>
References: <quicwg/base-drafts/pull/1573@github.com>
Subject: Re: [quicwg/base-drafts] Add an appendix containing test vectors for "Initial". (#1573)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5c3299319b18a_37ca3fcabd0d45b8198458"; 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/f5mHhnsNod63AhAmJD4gVxxmyeQ>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
List-Id: Notification list for GitHub issues related to the QUIC WG <quic-issues.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=unsubscribe>
List-Archive: <https://mailarchive.ietf.org/arch/browse/quic-issues/>
List-Post: <mailto:quic-issues@ietf.org>
List-Help: <mailto:quic-issues-request@ietf.org?subject=help>
List-Subscribe: <https://www.ietf.org/mailman/listinfo/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=subscribe>
X-List-Received-Date: Mon, 07 Jan 2019 00:11:32 -0000

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

Closed #1573 via #2274.

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/quicwg/base-drafts/pull/1573#event-2056527006
----==_mimepart_5c3299319b18a_37ca3fcabd0d45b8198458
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="341765613" data-permission-text="Issue title is private" data-url="https://github.com/quicwg/base-drafts/issues/1573" data-hovercard-type="pull_request" data-hovercard-url="/quicwg/base-drafts/pull/1573/hovercard" href="https://github.com/quicwg/base-drafts/pull/1573">#1573</a> via <a class="issue-link js-issue-link" data-error-text="Failed to load issue title" data-id="394915497" data-permission-text="Issue title is private" data-url="https://github.com/quicwg/base-drafts/issues/2274" data-hovercard-type="pull_request" data-hovercard-url="/quicwg/base-drafts/pull/2274/hovercard" href="https://github.com/quicwg/base-drafts/pull/2274">#2274</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/1573#event-2056527006">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AWbkq-wTDwyzQWSE6ZcNdSGPdjyKLPSLks5vApCxgaJpZM4VSLo0">mute the thread</a>.<img src="https://github.com/notifications/beacon/AWbkq7vnFzsy7STkVDrDZfBU4qyMxQBqks5vApCxgaJpZM4VSLo0.gif" height="1" width="1" alt="" /></p>
<script type="application/json" data-scope="inboxmarkup">{"api_version":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name":"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"https://github.githubassets.com/images/email/message_cards/header.png","avatar_image_url":"https://github.githubassets.com/images/email/message_cards/avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/quicwg/base-drafts"}},"updates":{"snippets":[{"icon":"DESCRIPTION","message":"Closed #1573 via #2274."}],"action":{"name":"View Pull Request","url":"https://github.com/quicwg/base-drafts/pull/1573#event-2056527006"}}}</script>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/pull/1573#event-2056527006",
"url": "https://github.com/quicwg/base-drafts/pull/1573#event-2056527006",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>
----==_mimepart_5c3299319b18a_37ca3fcabd0d45b8198458--


From nobody Sun Jan  6 16:11:40 2019
Return-Path: <bounce+565321.40f-quic-issues=ietf.org@github.com>
X-Original-To: quic-issues@ietfa.amsl.com
Delivered-To: quic-issues@ietfa.amsl.com
Received: from localhost (localhost [127.0.0.1]) by ietfa.amsl.com (Postfix) with ESMTP id C07C8131025 for <quic-issues@ietfa.amsl.com>; Sun,  6 Jan 2019 16:11:33 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -1.965
X-Spam-Level: 
X-Spam-Status: No, score=-1.965 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIMWL_WL_HIGH=-0.065, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, HEADER_FROM_DIFFERENT_DOMAINS=0.001, RCVD_IN_DNSWL_NONE=-0.0001, SPF_PASS=-0.001] autolearn=ham autolearn_force=no
Authentication-Results: ietfa.amsl.com (amavisd-new); dkim=pass (1024-bit key) header.d=github.com
Received: from mail.ietf.org ([4.31.198.44]) by localhost (ietfa.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id y5jcUigSLemp for <quic-issues@ietfa.amsl.com>; Sun,  6 Jan 2019 16:11:32 -0800 (PST)
Received: from m71-131.mailgun.net (m71-131.mailgun.net [166.78.71.131]) (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 7D7B31310CA for <quic-issues@ietf.org>; Sun,  6 Jan 2019 16:11:30 -0800 (PST)
DKIM-Signature: a=rsa-sha256; v=1; c=relaxed/relaxed; d=github.com; q=dns/txt;  s=mailo; t=1546819890; h=Content-Transfer-Encoding: Content-Type: Mime-Version: Subject: Message-ID: To: Reply-To: From: Date: Sender; bh=B0sSWPiox23Yo++0IxJPfbPjBJcWQGuAL8WN48w63ko=; b=T5qIs0ujK+ll5qq6PqIp9IpvJrucCcLW+bGC3sSftK4zQWMDFas9YyZXzQFix2vWS7e3BQzv O3LmE64vyiQjCQSWR7pdxBsR+ILp+ERjRE6ELpi4UwrG7rPRI/V65Gk2TGrT7I73tJCks8HK 4bchKRzCvpjN1cAwY9Q/PYoM1KM=
X-Mailgun-Sending-Ip: 166.78.71.131
X-Mailgun-Sid: WyJhNzYyYiIsICJxdWljLWlzc3Vlc0BpZXRmLm9yZyIsICI0MGYiXQ==
Sender: mt=lowentropy.net@github.com
Received: from github.com (Unknown [192.30.252.34]) by mxa.mailgun.org with ESMTP id 5c329932.7f476235f240-smtp-out-n02; Mon, 07 Jan 2019 00:11:30 -0000 (UTC)
Date: Sun, 06 Jan 2019 16:11:30 -0800
From: martinthomson <mt@lowentropy.net>
Reply-To: martinthomson <mt@lowentropy.net>
To: quic-issues@ietf.org
Message-ID: <5c3299322475f_6ca32aae92cc6580111413@hookshot-fe-88eb02d.cp1-iad.github.net.mail>
Subject: [quicwg/base-drafts]
Mime-Version: 1.0
Content-Type: multipart/mixed; boundary="--==_mimepart_5c32993224073_6ca32aae92cc6580111345"; charset=UTF-8
Content-Transfer-Encoding: 7bit
Archived-At: <https://mailarchive.ietf.org/arch/msg/quic-issues/2br-IJySLUlH-O-HTNQF5dd_7vQ>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
Precedence: list
List-Id: Notification list for GitHub issues related to the QUIC WG <quic-issues.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=unsubscribe>
List-Archive: <https://mailarchive.ietf.org/arch/browse/quic-issues/>
List-Post: <mailto:quic-issues@ietf.org>
List-Help: <mailto:quic-issues-request@ietf.org?subject=help>
List-Subscribe: <https://www.ietf.org/mailman/listinfo/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=subscribe>
X-List-Received-Date: Mon, 07 Jan 2019 00:11:34 -0000

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

  Branch: refs/heads/test-vectors
  Home:   https://github.com/quicwg/base-drafts

      **NOTE:** This service has been marked for deprecation: https://developer.github.com/changes/2018-04-25-github-services-deprecation/

      Functionality will be removed from GitHub.com on January 31st, 2019.

----==_mimepart_5c32993224073_6ca32aae92cc6580111345--


From nobody Sun Jan  6 16:11: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 58F621310D7 for <quic-issues@ietfa.amsl.com>; Sun,  6 Jan 2019 16:11:35 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -6.447
X-Spam-Level: 
X-Spam-Status: No, score=-6.447 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIMWL_WL_HIGH=-0.065, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, HTML_IMAGE_ONLY_24=1.618, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-1, RCVD_IN_DNSWL_HI=-5, SPF_PASS=-0.001] autolearn=ham autolearn_force=no
Authentication-Results: ietfa.amsl.com (amavisd-new); dkim=pass (1024-bit key) header.d=github.com
Received: from mail.ietf.org ([4.31.198.44]) by localhost (ietfa.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id wQvZxElM2aJD for <quic-issues@ietfa.amsl.com>; Sun,  6 Jan 2019 16:11: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 867161310CC for <quic-issues@ietf.org>; Sun,  6 Jan 2019 16:11:30 -0800 (PST)
Date: Sun, 06 Jan 2019 16:11:29 -0800
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1546819889; bh=F2NV/Bss0yI1PTn8UFSzn1QxDwzq7xIWMFvw1rBwG94=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=Ksz7GmSiHrligRVIGKZmW31AkvRzs7Q322y4CTXrDfY9fMyTiGrKU38/MGstcWNKu 4YIz0ItI0M0RN9vMtxd5BHuEkC1TJ4as2L2mLcl1X0NqwCO/5A68J4x1mOYy7xfN+L wqfgPSjt7jqPqBgl8xWFjS310QjFne6/qwAr1UNY=
From: Martin Thomson <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+0166e4abc83281e70899243eed4859587e666bffd0d0490c92cf00000001184a5b3192a169ce1789eea9@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/pull/2274/issue_event/2056527005@github.com>
In-Reply-To: <quicwg/base-drafts/pull/2274@github.com>
References: <quicwg/base-drafts/pull/2274@github.com>
Subject: Re: [quicwg/base-drafts] Test vectors (#2274)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5c329931a4a5c_66463fa9d7ad45c494444"; 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/8PPuO3zOrtygPjFsBBSkUI8CH9Q>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
List-Id: Notification list for GitHub issues related to the QUIC WG <quic-issues.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=unsubscribe>
List-Archive: <https://mailarchive.ietf.org/arch/browse/quic-issues/>
List-Post: <mailto:quic-issues@ietf.org>
List-Help: <mailto:quic-issues-request@ietf.org?subject=help>
List-Subscribe: <https://www.ietf.org/mailman/listinfo/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=subscribe>
X-List-Received-Date: Mon, 07 Jan 2019 00:11:35 -0000

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

Merged #2274 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/2274#event-2056527005
----==_mimepart_5c329931a4a5c_66463fa9d7ad45c494444
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="394915497" data-permission-text="Issue title is private" data-url="https://github.com/quicwg/base-drafts/issues/2274" data-hovercard-type="pull_request" data-hovercard-url="/quicwg/base-drafts/pull/2274/hovercard" href="https://github.com/quicwg/base-drafts/pull/2274">#2274</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/2274#event-2056527005">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AWbkqylDvQy8UpFL5oMVS1hnaWzHs9dRks5vApCxgaJpZM4ZlI2H">mute the thread</a>.<img src="https://github.com/notifications/beacon/AWbkq_pMNjlVFgfr2GLaNvf7uLKvt5MUks5vApCxgaJpZM4ZlI2H.gif" height="1" width="1" alt="" /></p>
<script type="application/json" data-scope="inboxmarkup">{"api_version":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name":"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"https://github.githubassets.com/images/email/message_cards/header.png","avatar_image_url":"https://github.githubassets.com/images/email/message_cards/avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/quicwg/base-drafts"}},"updates":{"snippets":[{"icon":"DESCRIPTION","message":"Merged #2274 into master."}],"action":{"name":"View Pull Request","url":"https://github.com/quicwg/base-drafts/pull/2274#event-2056527005"}}}</script>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/pull/2274#event-2056527005",
"url": "https://github.com/quicwg/base-drafts/pull/2274#event-2056527005",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>
----==_mimepart_5c329931a4a5c_66463fa9d7ad45c494444--


From nobody Sun Jan  6 16:11:48 2019
Return-Path: <bounce+565321.40f-quic-issues=ietf.org@github.com>
X-Original-To: quic-issues@ietfa.amsl.com
Delivered-To: quic-issues@ietfa.amsl.com
Received: from localhost (localhost [127.0.0.1]) by ietfa.amsl.com (Postfix) with ESMTP id 16E4C131025 for <quic-issues@ietfa.amsl.com>; Sun,  6 Jan 2019 16:11:36 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -1.964
X-Spam-Level: 
X-Spam-Status: No, score=-1.964 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIMWL_WL_HIGH=-0.065, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, HEADER_FROM_DIFFERENT_DOMAINS=0.001, RCVD_IN_DNSWL_NONE=-0.0001, SPF_PASS=-0.001, URIBL_BLOCKED=0.001] autolearn=ham autolearn_force=no
Authentication-Results: ietfa.amsl.com (amavisd-new); dkim=pass (1024-bit key) header.d=github.com
Received: from mail.ietf.org ([4.31.198.44]) by localhost (ietfa.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id H6cOwRAas6Ln for <quic-issues@ietfa.amsl.com>; Sun,  6 Jan 2019 16:11:29 -0800 (PST)
Received: from m71-131.mailgun.net (m71-131.mailgun.net [166.78.71.131]) (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 B39281310C5 for <quic-issues@ietf.org>; Sun,  6 Jan 2019 16:11:29 -0800 (PST)
DKIM-Signature: a=rsa-sha256; v=1; c=relaxed/relaxed; d=github.com; q=dns/txt;  s=mailo; t=1546819889; h=Content-Transfer-Encoding: Content-Type: Mime-Version: Subject: Message-ID: To: Reply-To: From: Date: Sender; bh=sCcfFC2niAto6TvcJiX67ra5Fus9FOfFYtNZ+nhAIEQ=; b=ALoSN4bKQLM5N7R0DtlwsXyfIdaRA0FxDU9lP+XvztcMSg0utQn+VUWp8AsuSYED64XC1xAX EgLIIMLfNT6gpUaNeEUG5Sb6ZlyqS36fcah71dBtgAKUrpuUl1mDijdXyaI/DURlUfbJyYuS 2m6sWDLp8s9Mwkl2Bn0XnRas1nk=
X-Mailgun-Sending-Ip: 166.78.71.131
X-Mailgun-Sid: WyJhNzYyYiIsICJxdWljLWlzc3Vlc0BpZXRmLm9yZyIsICI0MGYiXQ==
Sender: mt=lowentropy.net@github.com
Received: from github.com (Unknown [192.30.252.38]) by mxa.mailgun.org with ESMTP id 5c329930.7f80c5980d50-smtp-out-n01; Mon, 07 Jan 2019 00:11:28 -0000 (UTC)
Date: Sun, 06 Jan 2019 16:11:27 -0800
From: Martin Thomson <mt@lowentropy.net>
Reply-To: Martin Thomson <mt@lowentropy.net>
To: quic-issues@ietf.org
Message-ID: <5c32992f39504_7a1f2aae58d34588116321@hookshot-fe-265448d.cp1-iad.github.net.mail>
Subject: [quicwg/base-drafts] 965c05: Add an appendix containing test vectors for "Initi...
Mime-Version: 1.0
Content-Type: multipart/mixed; boundary="--==_mimepart_5c32992f38f6a_7a1f2aae58d34588116211"; charset=UTF-8
Content-Transfer-Encoding: 7bit
Archived-At: <https://mailarchive.ietf.org/arch/msg/quic-issues/CphHlRYrXEoNt-aD3bdZoAPclWY>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
Precedence: list
List-Id: Notification list for GitHub issues related to the QUIC WG <quic-issues.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=unsubscribe>
List-Archive: <https://mailarchive.ietf.org/arch/browse/quic-issues/>
List-Post: <mailto:quic-issues@ietf.org>
List-Help: <mailto:quic-issues-request@ietf.org?subject=help>
List-Subscribe: <https://www.ietf.org/mailman/listinfo/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=subscribe>
X-List-Received-Date: Mon, 07 Jan 2019 00:11:36 -0000

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

  Branch: refs/heads/master
  Home:   https://github.com/quicwg/base-drafts
  Commit: 965c05d275ef3b63269b717be090c601e2fc737e
      https://github.com/quicwg/base-drafts/commit/965c05d275ef3b63269b717be090c601e2fc737e
  Author: Rui Paulo <rpaulo@me.com>
  Date:   2018-07-16 (Mon, 16 Jul 2018)

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

  Log Message:
  -----------
  Add an appendix containing test vectors for "Initial".


  Commit: f33b308448f3fe964269d2201cc9fa384271e311
      https://github.com/quicwg/base-drafts/commit/f33b308448f3fe964269d2201cc9fa384271e311
  Author: Rui Paulo <rpaulo@me.com>
  Date:   2018-11-20 (Tue, 20 Nov 2018)

  Changed paths:
    A .gitattributes
    M README.md
    M draft-ietf-quic-http.md
    M draft-ietf-quic-invariants.md
    M draft-ietf-quic-qpack.md
    M draft-ietf-quic-recovery.md
    M draft-ietf-quic-spin-exp.md
    M draft-ietf-quic-tls.md
    M draft-ietf-quic-transport.md
    M tag.sh

  Log Message:
  -----------
  Merge remote-tracking branch 'upstream/master' into test-vectors-initial


  Commit: 14c807f79dd8cc14a918b847d80e60ac1d1cf99a
      https://github.com/quicwg/base-drafts/commit/14c807f79dd8cc14a918b847d80e60ac1d1cf99a
  Author: Rui Paulo <rpaulo@me.com>
  Date:   2018-11-20 (Tue, 20 Nov 2018)

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

  Log Message:
  -----------
  Fix a problem with the encoded labels.


  Commit: 3d808ded237356fcc8965afb10f3ca8a0ab8bb8f
      https://github.com/quicwg/base-drafts/commit/3d808ded237356fcc8965afb10f3ca8a0ab8bb8f
  Author: Rui Paulo <rpaulo@me.com>
  Date:   2018-11-20 (Tue, 20 Nov 2018)

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

  Log Message:
  -----------
  Lint checks.


  Commit: 4b3a58c67c0bbb62af4459234e05567af602185c
      https://github.com/quicwg/base-drafts/commit/4b3a58c67c0bbb62af4459234e05567af602185c
  Author: Rui Paulo <rpaulo@me.com>
  Date:   2018-12-24 (Mon, 24 Dec 2018)

  Changed paths:
    M draft-ietf-quic-http.md
    M draft-ietf-quic-qpack.md
    M draft-ietf-quic-recovery.md
    M draft-ietf-quic-spin-exp.md
    M draft-ietf-quic-tls.md
    M draft-ietf-quic-transport.md
    M tag.sh

  Log Message:
  -----------
  Merge remote-tracking branch 'upstream/master' into test-vectors-initial


  Commit: 31ca6a691f19cf3f2380def6a0e36463730ba41a
      https://github.com/quicwg/base-drafts/commit/31ca6a691f19cf3f2380def6a0e36463730ba41a
  Author: Rui Paulo <rpaulo@me.com>
  Date:   2018-12-24 (Mon, 24 Dec 2018)

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

  Log Message:
  -----------
  Update sample vector to match draft 17.


  Commit: fae7aa46da4a9c396b145fa300cc54431271c0c3
      https://github.com/quicwg/base-drafts/commit/fae7aa46da4a9c396b145fa300cc54431271c0c3
  Author: Martin Thomson <martin.thomson@gmail.com>
  Date:   2018-12-31 (Mon, 31 Dec 2018)

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

  Log Message:
  -----------
  Improve formatting, add more context, add packets


  Commit: 22873bd9623e487160c6000532478c43821c1917
      https://github.com/quicwg/base-drafts/commit/22873bd9623e487160c6000532478c43821c1917
  Author: Martin Thomson <martin.thomson@gmail.com>
  Date:   2019-01-02 (Wed, 02 Jan 2019)

  Changed paths:
    A initial-protection.js

  Log Message:
  -----------
  Add script used for generating test vectors


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

  Changed paths:
    M initial-protection.js

  Log Message:
  -----------
  initial salt


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

  Changed paths:
    M draft-ietf-quic-tls.md
    M initial-protection.js

  Log Message:
  -----------
  Use different packet numbers


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

  Changed paths:
    M draft-ietf-quic-tls.md
    A initial-protection.js

  Log Message:
  -----------
  Merge pull request #2274 from quicwg/test-vectors

Test vectors


Compare: https://github.com/quicwg/base-drafts/compare/950c70f90105...e8818e076657
      **NOTE:** This service has been marked for deprecation: https://developer.github.com/changes/2018-04-25-github-services-deprecation/

      Functionality will be removed from GitHub.com on January 31st, 2019.

----==_mimepart_5c32992f38f6a_7a1f2aae58d34588116211--


From nobody Sun Jan  6 16:15: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 8F5C41310C4 for <quic-issues@ietfa.amsl.com>; Sun,  6 Jan 2019 16:15:57 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -6.661
X-Spam-Level: 
X-Spam-Status: No, score=-6.661 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIMWL_WL_HIGH=-0.065, 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_PASS=-0.001] autolearn=ham autolearn_force=no
Authentication-Results: ietfa.amsl.com (amavisd-new); dkim=pass (1024-bit key) header.d=github.com
Received: from mail.ietf.org ([4.31.198.44]) by localhost (ietfa.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id Pefmc9Bdg-Cy for <quic-issues@ietfa.amsl.com>; Sun,  6 Jan 2019 16:15: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 D78341310BE for <quic-issues@ietf.org>; Sun,  6 Jan 2019 16:15:55 -0800 (PST)
Date: Sun, 06 Jan 2019 16:15:55 -0800
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1546820155; bh=1gvaUfH0TYNizMd8sMlocuF+pR/lIs+QvTC8ghCSxpk=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=x0hLd4j8iQgI61Qp8ZS+JiKTke9j/PjL/7bXFxni2T6TYlzKeb3ywMB6N3lzsqmN6 PBxJphdMON6IgrRbeBTyeDeZSV30FAzA+PMdK+xr7vAQoc5QkUhNOysrELYg/kkOjG YxPZt4dQ0+nYxhRPIpTnAV3lXSRKi8vbQ81LsC7M=
From: Kazuho Oku <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+0166e4ab7d4c9ce00319f6dd576e494222d382f84324e23e92cf00000001184a5c3b92a169ce179bec73@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/pull/2296/review/189652023@github.com>
In-Reply-To: <quicwg/base-drafts/pull/2296@github.com>
References: <quicwg/base-drafts/pull/2296@github.com>
Subject: Re: [quicwg/base-drafts] Allow servers to send a preferred address of each address family (#2296)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5c329a3bc144_6db53fa6dd8d45b4190534"; 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/wtBlyQr8f2wihJOsp5y946UP2rY>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
List-Id: Notification list for GitHub issues related to the QUIC WG <quic-issues.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=unsubscribe>
List-Archive: <https://mailarchive.ietf.org/arch/browse/quic-issues/>
List-Post: <mailto:quic-issues@ietf.org>
List-Help: <mailto:quic-issues-request@ietf.org?subject=help>
List-Subscribe: <https://www.ietf.org/mailman/listinfo/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=subscribe>
X-List-Received-Date: Mon, 07 Jan 2019 00:15:58 -0000

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

kazuho commented on this pull request.



>  
 ~~~
    struct {
-     enum { IPv4(4), IPv6(6), (15) } ipVersion;
-     opaque ipAddress<4..2^8-1>;
+     opaque ipv4Address<0..2^8-1>;

IIUC the text says that the value should be a zero-length byte array if the address type is not used, rather than using an invalid address.

Therefore I think the correct notation is:
```
opaque ipv4Address<0..4>;
opaque ipv6Address<0..16>;
```

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/quicwg/base-drafts/pull/2296#discussion_r245529304
----==_mimepart_5c329a3bc144_6db53fa6dd8d45b4190534
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/2296#discussion_r245529304">draft-ietf-quic-transport.md</a>:</p>
<pre style='color:#555'>&gt;  
 ~~~
    struct {
-     enum { IPv4(4), IPv6(6), (15) } ipVersion;
-     opaque ipAddress&lt;4..2^8-1&gt;;
+     opaque ipv4Address&lt;0..2^8-1&gt;;
</pre>
<p>IIUC the text says that the value should be a zero-length byte array if the address type is not used, rather than using an invalid address.</p>
<p>Therefore I think the correct notation is:</p>
<pre><code>opaque ipv4Address&lt;0..4&gt;;
opaque ipv6Address&lt;0..16&gt;;
</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/2296#discussion_r245529304">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AWbkq95XQT_4qh8ZKKom4qCnXjUyfnlnks5vApG7gaJpZM4ZuHR_">mute the thread</a>.<img src="https://github.com/notifications/beacon/AWbkq3WYAxY21AK6-VklqtcMFHH9u2Etks5vApG7gaJpZM4ZuHR_.gif" height="1" width="1" alt="" /></p>
<script type="application/json" data-scope="inboxmarkup">{"api_version":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name":"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"https://github.githubassets.com/images/email/message_cards/header.png","avatar_image_url":"https://github.githubassets.com/images/email/message_cards/avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/quicwg/base-drafts"}},"updates":{"snippets":[{"icon":"PERSON","message":"@kazuho commented on #2296"}],"action":{"name":"View Pull Request","url":"https://github.com/quicwg/base-drafts/pull/2296#discussion_r245529304"}}}</script>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/pull/2296#discussion_r245529304",
"url": "https://github.com/quicwg/base-drafts/pull/2296#discussion_r245529304",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>
----==_mimepart_5c329a3bc144_6db53fa6dd8d45b4190534--


From nobody Sun Jan  6 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 AC8D21310C7 for <quic-issues@ietfa.amsl.com>; Sun,  6 Jan 2019 16:26:37 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -8.065
X-Spam-Level: 
X-Spam-Status: No, score=-8.065 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIMWL_WL_HIGH=-0.065, 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_PASS=-0.001] autolearn=ham autolearn_force=no
Authentication-Results: ietfa.amsl.com (amavisd-new); dkim=pass (1024-bit key) header.d=github.com
Received: from mail.ietf.org ([4.31.198.44]) by localhost (ietfa.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id TcGqJOlZrC5O for <quic-issues@ietfa.amsl.com>; Sun,  6 Jan 2019 16:26: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 18FD5129AB8 for <quic-issues@ietf.org>; Sun,  6 Jan 2019 16:26:36 -0800 (PST)
Date: Sun, 06 Jan 2019 16:26:34 -0800
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1546820794; bh=0IWo3rqsEyqxKswULWz0M8b7L0R4j8L8LcH47qimy1c=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=VZPB6+Lj8z36+8nbXMDK6+/I2TooRcwcA0CKQCI7s5XU2jZ4k4fvbwIFR7NJsxKtx S2xzusG2rcvModp01S4mKAaLDkbxPFZ+zofH0emCxl646obthhePc0baJzEpG3Jz7l 57mJaA4cvWuvSFWHcbV1w8Uq37e8ei6gburtF55E=
From: Kazuho Oku <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+0166e4ab797faa995818dbb19264eb1d9ba1e5b65f747a4f92cf00000001184a5eba92a169ce179bec73@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/pull/2296/review/189652498@github.com>
In-Reply-To: <quicwg/base-drafts/pull/2296@github.com>
References: <quicwg/base-drafts/pull/2296@github.com>
Subject: Re: [quicwg/base-drafts] Allow servers to send a preferred address of each address family (#2296)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5c329cbac3e38_476e3f80ab8d45bc379448"; 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/76eoPC7VLDS6iSzNBpL1bQD9mmQ>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
List-Id: Notification list for GitHub issues related to the QUIC WG <quic-issues.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=unsubscribe>
List-Archive: <https://mailarchive.ietf.org/arch/browse/quic-issues/>
List-Post: <mailto:quic-issues@ietf.org>
List-Help: <mailto:quic-issues-request@ietf.org?subject=help>
List-Subscribe: <https://www.ietf.org/mailman/listinfo/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=subscribe>
X-List-Received-Date: Mon, 07 Jan 2019 00:26:38 -0000

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

kazuho commented on this pull request.

@DavidSchinazi Thank you for working on this.

>  
 ~~~
    struct {
-     enum { IPv4(4), IPv6(6), (15) } ipVersion;
-     opaque ipAddress<4..2^8-1>;
+     opaque ipv4Address<0..2^8-1>;
+     opaque ipv6Address<0..2^8-1>;
      uint16 port;

The PR seems to assume that:
* IPv4 and IPv6 are the only two types of underlying protocols that we care, while the current draft provides extensibility (i.e. we can add new types to the ipVersion enumeration).
* All the addresses share the same port number.

Are we fine with that?

If the intent here is to add support for IPv6 address:port without having any impact on other aspects, I believe that the struct should look like:

```
struct {
    enum { IPv4(4), IPv6(6), (15) } ipVersion;
    struct {
        select (ipVersion) {
        case IPv4:
            struct {
                opaque address[4];
                uint16 port;
            };
        case IPv6:
            struct {
                opaque address[16];
                uint16 port;
            };
        }
    } <0..2^8-1>;
} AddressPort;

struct {
    AddressPort address<0..2^8-1>;
    uint16 port;
    opaque connectionId<0..18>;
    opaque statelessResetToken[16];
} PreferredAddress;

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/quicwg/base-drafts/pull/2296#pullrequestreview-189652498
----==_mimepart_5c329cbac3e38_476e3f80ab8d45bc379448
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="/hovercards?user_id=5599133" data-octo-click="hovercard-link-click" data-octo-dimensions="link_type:self" href="https://github.com/DavidSchinazi">@DavidSchinazi</a> Thank you for working on this.</p><hr>

<p>In <a href="https://github.com/quicwg/base-drafts/pull/2296#discussion_r245529711">draft-ietf-quic-transport.md</a>:</p>
<pre style='color:#555'>&gt;  
 ~~~
    struct {
-     enum { IPv4(4), IPv6(6), (15) } ipVersion;
-     opaque ipAddress&lt;4..2^8-1&gt;;
+     opaque ipv4Address&lt;0..2^8-1&gt;;
+     opaque ipv6Address&lt;0..2^8-1&gt;;
      uint16 port;
</pre>
<p>The PR seems to assume that:</p>
<ul>
<li>IPv4 and IPv6 are the only two types of underlying protocols that we care, while the current draft provides extensibility (i.e. we can add new types to the ipVersion enumeration).</li>
<li>All the addresses share the same port number.</li>
</ul>
<p>Are we fine with that?</p>
<p>If the intent here is to add support for IPv6 address:port without having any impact on other aspects, I believe that the struct should look like:</p>
<pre><code>struct {
    enum { IPv4(4), IPv6(6), (15) } ipVersion;
    struct {
        select (ipVersion) {
        case IPv4:
            struct {
                opaque address[4];
                uint16 port;
            };
        case IPv6:
            struct {
                opaque address[16];
                uint16 port;
            };
        }
    } &lt;0..2^8-1&gt;;
} AddressPort;

struct {
    AddressPort address&lt;0..2^8-1&gt;;
    uint16 port;
    opaque connectionId&lt;0..18&gt;;
    opaque statelessResetToken[16];
} PreferredAddress;
</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/2296#pullrequestreview-189652498">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AWbkq-3pWV7_Uj8-5yznKUbFIuJWGR5xks5vApQ6gaJpZM4ZuHR_">mute the thread</a>.<img src="https://github.com/notifications/beacon/AWbkq1AWH0tX0RxhnL3dQVMdC0ijZZ6yks5vApQ6gaJpZM4ZuHR_.gif" height="1" width="1" alt="" /></p>
<script type="application/json" data-scope="inboxmarkup">{"api_version":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name":"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"https://github.githubassets.com/images/email/message_cards/header.png","avatar_image_url":"https://github.githubassets.com/images/email/message_cards/avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/quicwg/base-drafts"}},"updates":{"snippets":[{"icon":"PERSON","message":"@kazuho commented on #2296"}],"action":{"name":"View Pull Request","url":"https://github.com/quicwg/base-drafts/pull/2296#pullrequestreview-189652498"}}}</script>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/pull/2296#pullrequestreview-189652498",
"url": "https://github.com/quicwg/base-drafts/pull/2296#pullrequestreview-189652498",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>
----==_mimepart_5c329cbac3e38_476e3f80ab8d45bc379448--


From nobody Sun Jan  6 16:29: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 3419F130E3F for <quic-issues@ietfa.amsl.com>; Sun,  6 Jan 2019 16:29:16 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -6.661
X-Spam-Level: 
X-Spam-Status: No, score=-6.661 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIMWL_WL_HIGH=-0.065, 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_PASS=-0.001] autolearn=ham autolearn_force=no
Authentication-Results: ietfa.amsl.com (amavisd-new); dkim=pass (1024-bit key) header.d=github.com
Received: from mail.ietf.org ([4.31.198.44]) by localhost (ietfa.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id QIgoIdzNNUgd for <quic-issues@ietfa.amsl.com>; Sun,  6 Jan 2019 16:29: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 A430A129AB8 for <quic-issues@ietf.org>; Sun,  6 Jan 2019 16:29:14 -0800 (PST)
Date: Sun, 06 Jan 2019 16:29:13 -0800
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1546820953; bh=66yltQhX7jJvL5WTrc5GIa01ULTIBUkHg39l6hCdFhQ=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=cIruy8ZWS/UKPTMdhvur17KPTPAj/WPHjo4vAdhgTbb6uw0b9DLV7Vd7zCxd14NMb 6UZPCopGLdaVBLIWO0fzB4saS5mlmDSQs95Zwnb6zIBFOOYRTnbcJfpWwNaYyn25xC t4r+4hQJ+dT40YnoeeBNvbEflj8yf6/BcmvPZl8w=
From: Kazuho Oku <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+0166e4aba3f723c9302e23da6ab088c538cb265e437f4d5a92cf00000001184a5f5992a169ce179f2fda@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/pull/2302/review/189652652@github.com>
In-Reply-To: <quicwg/base-drafts/pull/2302@github.com>
References: <quicwg/base-drafts/pull/2302@github.com>
Subject: Re: [quicwg/base-drafts]  ACK of non-existent packet is illegal  (#2302)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5c329d599d850_68cf3faa21ad45c012443ce"; 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/yBsgDe2ZGEtEtYxu9CC79lmQkXo>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
List-Id: Notification list for GitHub issues related to the QUIC WG <quic-issues.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=unsubscribe>
List-Archive: <https://mailarchive.ietf.org/arch/browse/quic-issues/>
List-Post: <mailto:quic-issues@ietf.org>
List-Help: <mailto:quic-issues-request@ietf.org?subject=help>
List-Subscribe: <https://www.ietf.org/mailman/listinfo/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=subscribe>
X-List-Received-Date: Mon, 07 Jan 2019 00:29:16 -0000

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

kazuho commented on this pull request.



>  acknowledgment of its ACK frames, with the knowledge this could cause the sender
 to unnecessarily retransmit some data.  Standard QUIC {{QUIC-RECOVERY}}
 algorithms declare packets lost after sufficiently newer packets are
 acknowledged.  Therefore, the receiver SHOULD repeatedly acknowledge newly
 received packets in preference to packets received in the past.
 
+An endpoint SHOULD treat receipt an acknowledgment for a packet it did not send

receipt "of"?

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/quicwg/base-drafts/pull/2302#pullrequestreview-189652652
----==_mimepart_5c329d599d850_68cf3faa21ad45c012443ce
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/2302#discussion_r245529849">draft-ietf-quic-transport.md</a>:</p>
<pre style='color:#555'>&gt;  acknowledgment of its ACK frames, with the knowledge this could cause the sender
 to unnecessarily retransmit some data.  Standard QUIC {{QUIC-RECOVERY}}
 algorithms declare packets lost after sufficiently newer packets are
 acknowledged.  Therefore, the receiver SHOULD repeatedly acknowledge newly
 received packets in preference to packets received in the past.
 
+An endpoint SHOULD treat receipt an acknowledgment for a packet it did not send
</pre>
<p>receipt "of"?</p>

<p style="font-size:small;-webkit-text-size-adjust:none;color:#666;">&mdash;<br />You are receiving this because you are subscribed to this thread.<br />Reply to this email directly, <a href="https://github.com/quicwg/base-drafts/pull/2302#pullrequestreview-189652652">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AWbkq2FdbqTz_3MTyz3qkGbGQmlW5YRAks5vApTZgaJpZM4ZyrCo">mute the thread</a>.<img src="https://github.com/notifications/beacon/AWbkq5LKhKKxWd-fillUo6vBwHfTQNeMks5vApTZgaJpZM4ZyrCo.gif" height="1" width="1" alt="" /></p>
<script type="application/json" data-scope="inboxmarkup">{"api_version":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name":"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"https://github.githubassets.com/images/email/message_cards/header.png","avatar_image_url":"https://github.githubassets.com/images/email/message_cards/avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/quicwg/base-drafts"}},"updates":{"snippets":[{"icon":"PERSON","message":"@kazuho commented on #2302"}],"action":{"name":"View Pull Request","url":"https://github.com/quicwg/base-drafts/pull/2302#pullrequestreview-189652652"}}}</script>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/pull/2302#pullrequestreview-189652652",
"url": "https://github.com/quicwg/base-drafts/pull/2302#pullrequestreview-189652652",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>
----==_mimepart_5c329d599d850_68cf3faa21ad45c012443ce--


From nobody Sun Jan  6 16:30:43 2019
Return-Path: <bounce+565321.40f-quic-issues=ietf.org@github.com>
X-Original-To: quic-issues@ietfa.amsl.com
Delivered-To: quic-issues@ietfa.amsl.com
Received: from localhost (localhost [127.0.0.1]) by ietfa.amsl.com (Postfix) with ESMTP id F04111310BE for <quic-issues@ietfa.amsl.com>; Sun,  6 Jan 2019 16:30:41 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -1.965
X-Spam-Level: 
X-Spam-Status: No, score=-1.965 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIMWL_WL_HIGH=-0.065, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, HEADER_FROM_DIFFERENT_DOMAINS=0.001, RCVD_IN_DNSWL_NONE=-0.0001, SPF_PASS=-0.001] autolearn=ham autolearn_force=no
Authentication-Results: ietfa.amsl.com (amavisd-new); dkim=pass (1024-bit key) header.d=github.com
Received: from mail.ietf.org ([4.31.198.44]) by localhost (ietfa.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id CdhbBiKGd6GK for <quic-issues@ietfa.amsl.com>; Sun,  6 Jan 2019 16:30:39 -0800 (PST)
Received: from m71-131.mailgun.net (m71-131.mailgun.net [166.78.71.131]) (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 31C3B129AB8 for <quic-issues@ietf.org>; Sun,  6 Jan 2019 16:30:39 -0800 (PST)
DKIM-Signature: a=rsa-sha256; v=1; c=relaxed/relaxed; d=github.com; q=dns/txt;  s=mailo; t=1546821038; h=Content-Transfer-Encoding: Content-Type: Mime-Version: Subject: Message-ID: To: Reply-To: From: Date: Sender; bh=jYLhWlq2GiplG9ANcyTl4udoYvD+eUqWaE0oV7N0Qzo=; b=ogb7i1CVdwPSlCfc8HBQkYeVSGh8udye+bZnFbeV6KeXXjz/fj5dDNYRz7DWI8pmT2byk189 rVPlVGnEMpZNKrLUn4SUV6O/zXNW9+2WLliw/OFobna16FZ69T2qhpJrCUaYEjr5qK/O7npB dtw4c3MHqblWNASFPAD6gOYiBZ4=
X-Mailgun-Sending-Ip: 166.78.71.131
X-Mailgun-Sid: WyJhNzYyYiIsICJxdWljLWlzc3Vlc0BpZXRmLm9yZyIsICI0MGYiXQ==
Sender: mt=lowentropy.net@github.com
Received: from github.com (Unknown [192.30.252.39]) by mxa.mailgun.org with ESMTP id 5c329dae.7f0767db8d80-smtp-out-n01; Mon, 07 Jan 2019 00:30:38 -0000 (UTC)
Date: Sun, 06 Jan 2019 16:30:37 -0800
From: Martin Thomson <mt@lowentropy.net>
Reply-To: Martin Thomson <mt@lowentropy.net>
To: quic-issues@ietf.org
Message-ID: <5c329dad1f01_f632b213326a57888753@hookshot-fe-dfcc362.cp1-iad.github.net.mail>
Subject: [quicwg/base-drafts] d872c0: missing
Mime-Version: 1.0
Content-Type: multipart/mixed; boundary="--==_mimepart_5c329dad1929_f632b213326a57888634"; charset=UTF-8
Content-Transfer-Encoding: 7bit
Archived-At: <https://mailarchive.ietf.org/arch/msg/quic-issues/2e65NjDBbeJGdPzZibKsCREWkO4>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
Precedence: list
List-Id: Notification list for GitHub issues related to the QUIC WG <quic-issues.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=unsubscribe>
List-Archive: <https://mailarchive.ietf.org/arch/browse/quic-issues/>
List-Post: <mailto:quic-issues@ietf.org>
List-Help: <mailto:quic-issues-request@ietf.org?subject=help>
List-Subscribe: <https://www.ietf.org/mailman/listinfo/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=subscribe>
X-List-Received-Date: Mon, 07 Jan 2019 00:30:42 -0000

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

  Branch: refs/heads/ack-nonexistent-packet
  Home:   https://github.com/quicwg/base-drafts
  Commit: d872c09a8ef35f027dfbda024407bd73cd0d0371
      https://github.com/quicwg/base-drafts/commit/d872c09a8ef35f027dfbda024407bd73cd0d0371
  Author: Martin Thomson <mt@lowentropy.net>
  Date:   2019-01-07 (Mon, 07 Jan 2019)

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

  Log Message:
  -----------
  missing



      **NOTE:** This service has been marked for deprecation: https://developer.github.com/changes/2018-04-25-github-services-deprecation/

      Functionality will be removed from GitHub.com on January 31st, 2019.

----==_mimepart_5c329dad1929_f632b213326a57888634--


From nobody Sun Jan  6 16:30: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 7E53B129AB8 for <quic-issues@ietfa.amsl.com>; Sun,  6 Jan 2019 16:30:42 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -6.437
X-Spam-Level: 
X-Spam-Status: No, score=-6.437 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIMWL_WL_HIGH=-0.065, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, HTML_IMAGE_ONLY_24=1.618, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-1, RCVD_IN_DNSWL_HI=-5, SPF_PASS=-0.001, T_MIXED_ES=0.01] autolearn=ham autolearn_force=no
Authentication-Results: ietfa.amsl.com (amavisd-new); dkim=pass (1024-bit key) header.d=github.com
Received: from mail.ietf.org ([4.31.198.44]) by localhost (ietfa.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 5TzneR2fPmTc for <quic-issues@ietfa.amsl.com>; Sun,  6 Jan 2019 16:30: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 DDB86130DEC for <quic-issues@ietf.org>; Sun,  6 Jan 2019 16:30:40 -0800 (PST)
Date: Sun, 06 Jan 2019 16:30:39 -0800
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1546821039; bh=ui6ulKHbv+ZCn3zGxYMMg2RMR1D0wWv7gFXQbMhOYxI=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=fLqiUzwOosznNzU2u+ZrF7vIEJ/hC0XCik9YL9UST9VcXfF9qn6C4sG1Q5YxWc8cG s0RrxxMYK9tvHmUrUDJXu6ma/iU2+VGwDFNDcJpqllJ/eG040IF3nCfvzflkenWZ6A 3NJWBUIxkyu4cQjor9lEh4x9FkbO710eVHD9s6Kc=
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/2302/push/3185297234@github.com>
In-Reply-To: <quicwg/base-drafts/pull/2302@github.com>
References: <quicwg/base-drafts/pull/2302@github.com>
Subject: Re: [quicwg/base-drafts]  ACK of non-existent packet is illegal  (#2302)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5c329dafdefc7_54423f8a544d45b8252212"; 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/1r_joupfowm77BYqOiMp0wog6c8>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
List-Id: Notification list for GitHub issues related to the QUIC WG <quic-issues.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=unsubscribe>
List-Archive: <https://mailarchive.ietf.org/arch/browse/quic-issues/>
List-Post: <mailto:quic-issues@ietf.org>
List-Help: <mailto:quic-issues-request@ietf.org?subject=help>
List-Subscribe: <https://www.ietf.org/mailman/listinfo/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=subscribe>
X-List-Received-Date: Mon, 07 Jan 2019 00:30:42 -0000

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

@martinthomson pushed 1 commit.

d872c09a8ef35f027dfbda024407bd73cd0d0371  missing


-- 
You are receiving this because you are subscribed to this thread.
View it on GitHub:
https://github.com/quicwg/base-drafts/pull/2302/files/69378cd3cba339a9584052323e4b2cf03314ddca..d872c09a8ef35f027dfbda024407bd73cd0d0371

----==_mimepart_5c329dafdefc7_54423f8a544d45b8252212
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/d872c09a8ef35f027dfbda024407bd73cd0d0371">d872c09</a>  missing</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/2302/files/69378cd3cba339a9584052323e4b2cf03314ddca..d872c09a8ef35f027dfbda024407bd73cd0d0371">View it on GitHub</a> or <a href="https://github.com/notifications/unsubscribe-auth/AWbkq-tcQ24dhqPs8TN_RAZNsSPJYz_Iks5vApUvgaJpZM4ZyrCo">mute the thread</a>.<img src="https://github.com/notifications/beacon/AWbkq9KP7kk9NlQuw1hO7-CIO_CRqzqaks5vApUvgaJpZM4ZyrCo.gif" height="1" width="1" alt="" /></p>
<script type="application/json" data-scope="inboxmarkup">{"api_version":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name":"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"https://github.githubassets.com/images/email/message_cards/header.png","avatar_image_url":"https://github.githubassets.com/images/email/message_cards/avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/quicwg/base-drafts"}},"updates":{"snippets":[{"icon":"PERSON","message":"@martinthomson pushed 1 commit in #2302"}],"action":{"name":"View Pull Request","url":"https://github.com/quicwg/base-drafts/pull/2302/files/69378cd3cba339a9584052323e4b2cf03314ddca..d872c09a8ef35f027dfbda024407bd73cd0d0371"}}}</script>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/pull/2302/files/69378cd3cba339a9584052323e4b2cf03314ddca..d872c09a8ef35f027dfbda024407bd73cd0d0371",
"url": "https://github.com/quicwg/base-drafts/pull/2302/files/69378cd3cba339a9584052323e4b2cf03314ddca..d872c09a8ef35f027dfbda024407bd73cd0d0371",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>

----==_mimepart_5c329dafdefc7_54423f8a544d45b8252212--


From nobody Sun Jan  6 16: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 27C781310BE for <quic-issues@ietfa.amsl.com>; Sun,  6 Jan 2019 16:51:04 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -8.065
X-Spam-Level: 
X-Spam-Status: No, score=-8.065 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIMWL_WL_HIGH=-0.065, 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_PASS=-0.001] autolearn=ham autolearn_force=no
Authentication-Results: ietfa.amsl.com (amavisd-new); dkim=pass (1024-bit key) header.d=github.com
Received: from mail.ietf.org ([4.31.198.44]) by localhost (ietfa.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id Ej53o1sgc3sV for <quic-issues@ietfa.amsl.com>; Sun,  6 Jan 2019 16:51: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 9BFF5130E3F for <quic-issues@ietf.org>; Sun,  6 Jan 2019 16:51:02 -0800 (PST)
Date: Sun, 06 Jan 2019 16:51:01 -0800
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1546822261; bh=g6PM+tUFA5oRC+vJCdD7t7UxvRXhnRrNjUQGRNgWq64=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=gfOqKf5eyvilNES47KigLZhsDLwoTdGxP/dAJWKbCi5vfULhfKBRgogsIWl6hVELO 8C5+Eve37TvY1R2prhARAj5lP4Q0W6smGeyQgLzvNUMfZMK0ZdYC7dcwB+iaL/bE2Q r965bGwQtFcKkZlBkhT7twzc6BPdVxza+31uUsPU=
From: Kazuho Oku <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+0166e4abb01f7883524894e64dab6416051abf3257998a8992cf00000001184a647592a169ce177f0208@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/issues/2259/451791875@github.com>
In-Reply-To: <quicwg/base-drafts/issues/2259@github.com>
References: <quicwg/base-drafts/issues/2259@github.com>
Subject: Re: [quicwg/base-drafts] amplification attack using Retry and VN triggered by coalesced Initial packets (#2259)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5c32a275a5ed1_76673fed16ed45c012800a4"; 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/4GEGqU3zEUV-DWDpw5WRtmKT4Ig>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
List-Id: Notification list for GitHub issues related to the QUIC WG <quic-issues.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=unsubscribe>
List-Archive: <https://mailarchive.ietf.org/arch/browse/quic-issues/>
List-Post: <mailto:quic-issues@ietf.org>
List-Help: <mailto:quic-issues-request@ietf.org?subject=help>
List-Subscribe: <https://www.ietf.org/mailman/listinfo/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=subscribe>
X-List-Received-Date: Mon, 07 Jan 2019 00:51:04 -0000

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

@ianswett 
> "If a server receives a coalesced QUIC packet that causes it to send a Retry or Version Negotiation packet, the server SHOULD silently drop all subsequent coalesced packets in this UDP datagram.

That sounds a bit odd to me, because IIRC we decided in #1514 that servers can buffer 0-RTT packets when sending a Retry. Recommending a server to drop a 0-RTT packet that wes coalesced to an Initial packet will have a negative impact to servers that choose such a strategy.

I still think that the best text is "one Retry per UDP datagram" suggested by @martinthomson. It allows the behavior you suggested with more freedom.

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/quicwg/base-drafts/issues/2259#issuecomment-451791875
----==_mimepart_5c32a275a5ed1_76673fed16ed45c012800a4
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=3D20072817" data-octo-click=3D"hovercard-link-=
click" data-octo-dimensions=3D"link_type:self" href=3D"https://github.com=
/ianswett">@ianswett</a></p>
<blockquote>
<p>"If a server receives a coalesced QUIC packet that causes it to send a=
 Retry or Version Negotiation packet, the server SHOULD silently drop all=
 subsequent coalesced packets in this UDP datagram.</p>
</blockquote>
<p>That sounds a bit odd to me, because IIRC we decided in <a class=3D"is=
sue-link js-issue-link" data-error-text=3D"Failed to load issue title" da=
ta-id=3D"337755728" data-permission-text=3D"Issue title is private" data-=
url=3D"https://github.com/quicwg/base-drafts/issues/1514" data-hovercard-=
type=3D"pull_request" data-hovercard-url=3D"/quicwg/base-drafts/pull/1514=
/hovercard" href=3D"https://github.com/quicwg/base-drafts/pull/1514">#151=
4</a> that servers can buffer 0-RTT packets when sending a Retry. Recomme=
nding a server to drop a 0-RTT packet that wes coalesced to an Initial pa=
cket will have a negative impact to servers that choose such a strategy.<=
/p>
<p>I still think that the best text is "one Retry per UDP datagram" sugge=
sted by <a class=3D"user-mention" data-hovercard-type=3D"user" data-hover=
card-url=3D"/hovercards?user_id=3D67641" data-octo-click=3D"hovercard-lin=
k-click" data-octo-dimensions=3D"link_type:self" href=3D"https://github.c=
om/martinthomson">@martinthomson</a>. It allows the behavior you suggeste=
d with more freedom.</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/2259#issuecomment-451791875">view it on GitHub</a>,=
 or <a href=3D"https://github.com/notifications/unsubscribe-auth/AWbkq5d3=
nyi8IcGbvDE5YmG4sNA6et1uks5vApn1gaJpZM4Zh5Ox">mute the thread</a>.<img sr=
c=3D"https://github.com/notifications/beacon/AWbkq7r979GHUwFK-qFU4sIeCUwS=
l6viks5vApn1gaJpZM4Zh5Ox.gif" height=3D"1" width=3D"1" alt=3D"" /></p>
<script type=3D"application/json" data-scope=3D"inboxmarkup">{"api_versio=
n":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name"=
:"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"=
quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"http=
s://github.githubassets.com/images/email/message_cards/header.png","avata=
r_image_url":"https://github.githubassets.com/images/email/message_cards/=
avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/q=
uicwg/base-drafts"}},"updates":{"snippets":[{"icon":"PERSON","message":"@=
kazuho in #2259: @ianswett \r\n\u003e \"If a server receives a coalesced =
QUIC packet that causes it to send a Retry or Version Negotiation packet,=
 the server SHOULD silently drop all subsequent coalesced packets in this=
 UDP datagram.\r\n\r\nThat sounds a bit odd to me, because IIRC we decide=
d in #1514 that servers can buffer 0-RTT packets when sending a Retry. Re=
commending a server to drop a 0-RTT packet that wes coalesced to an Initi=
al packet will have a negative impact to servers that choose such a strat=
egy.\r\n\r\nI still think that the best text is \"one Retry per UDP datag=
ram\" suggested by @martinthomson. It allows the behavior you suggested w=
ith more freedom."}],"action":{"name":"View Issue","url":"https://github.=
com/quicwg/base-drafts/issues/2259#issuecomment-451791875"}}}</script>
<script type=3D"application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/issues/2259#issuecomment=
-451791875",
"url": "https://github.com/quicwg/base-drafts/issues/2259#issuecomment-45=
1791875",
"name": "View Issue"
},
"description": "View this Issue on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>=

----==_mimepart_5c32a275a5ed1_76673fed16ed45c012800a4--


From nobody Sun Jan  6 16: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 1B1351310BE for <quic-issues@ietfa.amsl.com>; Sun,  6 Jan 2019 16:52:13 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -8.064
X-Spam-Level: 
X-Spam-Status: No, score=-8.064 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIMWL_WL_HIGH=-0.065, 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_PASS=-0.001] autolearn=ham autolearn_force=no
Authentication-Results: ietfa.amsl.com (amavisd-new); dkim=pass (1024-bit key) header.d=github.com
Received: from mail.ietf.org ([4.31.198.44]) by localhost (ietfa.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id T5K8t_thLj_7 for <quic-issues@ietfa.amsl.com>; Sun,  6 Jan 2019 16:52: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 6154D130E3F for <quic-issues@ietf.org>; Sun,  6 Jan 2019 16:52:11 -0800 (PST)
Date: Sun, 06 Jan 2019 16:52:10 -0800
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1546822330; bh=y+KGjHyMUd1jKkWDriOu0LccqYDbVixig3kq9O7V0uA=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=ePeYgMATMxOKLyhF2rOZhvSGpktt13AzkL0ubrgoItPilCZtROhtwIQ9Ch/21opKB 9F3/tl8Of0hAXuTHyCLEei63rc4Px3jN5jFwl6Y4lAmEOsV5/bWu0rXuuMU1CzQTyd jexM3LWExottL9fOjns0wKbvwn2TM+WpHL4HOri4=
From: David Schinazi <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+0166e4ab8075e3fd748c9f4dd979e9749a2ea3bc90e5a17292cf00000001184a64ba92a169ce179bec73@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/pull/2296/c451791953@github.com>
In-Reply-To: <quicwg/base-drafts/pull/2296@github.com>
References: <quicwg/base-drafts/pull/2296@github.com>
Subject: Re: [quicwg/base-drafts] Allow servers to send a preferred address of each address family (#2296)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5c32a2ba8b2aa_31b23ff6c1ed45c0129227e"; 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/0a7lGz-nM4YWL1tC4JbxMHHGsGQ>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
List-Id: Notification list for GitHub issues related to the QUIC WG <quic-issues.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=unsubscribe>
List-Archive: <https://mailarchive.ietf.org/arch/browse/quic-issues/>
List-Post: <mailto:quic-issues@ietf.org>
List-Help: <mailto:quic-issues-request@ietf.org?subject=help>
List-Subscribe: <https://www.ietf.org/mailman/listinfo/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=subscribe>
X-List-Received-Date: Mon, 07 Jan 2019 00:52:13 -0000

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

@kazuho I went with this approach to minimize changes from the current design. Having a list that allows different ports and future versions of IP are fine by me, but there seemed to be more pushback when that was proposed in #2122. As long as we have a way of communicating one IPv4 address *and* one IPv6 address I'm happy.

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/quicwg/base-drafts/pull/2296#issuecomment-451791953
----==_mimepart_5c32a2ba8b2aa_31b23ff6c1ed45c0129227e
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=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 went with this approach to minimize changes from the =
current design. Having a list that allows different ports and future vers=
ions of IP are fine by me, but there seemed to be more pushback when that=
 was proposed in <a class=3D"issue-link js-issue-link" data-error-text=3D=
"Failed to load issue title" data-id=3D"390254871" data-permission-text=3D=
"Issue title is private" data-url=3D"https://github.com/quicwg/base-draft=
s/issues/2122" data-hovercard-type=3D"issue" data-hovercard-url=3D"/quicw=
g/base-drafts/issues/2122/hovercard" href=3D"https://github.com/quicwg/ba=
se-drafts/issues/2122">#2122</a>. As long as we have a way of communicati=
ng one IPv4 address <em>and</em> one IPv6 address I'm happy.</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/pull/2296#issuecomment-451791953">view it on GitHub</a>, o=
r <a href=3D"https://github.com/notifications/unsubscribe-auth/AWbkq4qoAL=
w_XkJTi1BMq52K6FwJ50Weks5vApo6gaJpZM4ZuHR_">mute the thread</a>.<img src=3D=
"https://github.com/notifications/beacon/AWbkqzujcW3F8Wj5YFwSQYUq2cX0fFYl=
ks5vApo6gaJpZM4ZuHR_.gif" height=3D"1" width=3D"1" alt=3D"" /></p>
<script type=3D"application/json" data-scope=3D"inboxmarkup">{"api_versio=
n":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name"=
:"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"=
quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"http=
s://github.githubassets.com/images/email/message_cards/header.png","avata=
r_image_url":"https://github.githubassets.com/images/email/message_cards/=
avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/q=
uicwg/base-drafts"}},"updates":{"snippets":[{"icon":"PERSON","message":"@=
DavidSchinazi in #2296: @kazuho I went with this approach to minimize cha=
nges from the current design. Having a list that allows different ports a=
nd future versions of IP are fine by me, but there seemed to be more push=
back when that was proposed in #2122. As long as we have a way of communi=
cating one IPv4 address *and* one IPv6 address I'm happy."}],"action":{"n=
ame":"View Pull Request","url":"https://github.com/quicwg/base-drafts/pul=
l/2296#issuecomment-451791953"}}}</script>
<script type=3D"application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/pull/2296#issuecomment-4=
51791953",
"url": "https://github.com/quicwg/base-drafts/pull/2296#issuecomment-4517=
91953",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>=

----==_mimepart_5c32a2ba8b2aa_31b23ff6c1ed45c0129227e--


From nobody Sun Jan  6 16:55: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 EB4801310C5 for <quic-issues@ietfa.amsl.com>; Sun,  6 Jan 2019 16:55:44 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -6.519
X-Spam-Level: 
X-Spam-Status: No, score=-6.519 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIMWL_WL_HIGH=-0.065, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, HTML_IMAGE_ONLY_20=1.546, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-1, RCVD_IN_DNSWL_HI=-5, SPF_PASS=-0.001] autolearn=ham autolearn_force=no
Authentication-Results: ietfa.amsl.com (amavisd-new); dkim=pass (1024-bit key) header.d=github.com
Received: from mail.ietf.org ([4.31.198.44]) by localhost (ietfa.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id R0CwOmn8ORC0 for <quic-issues@ietfa.amsl.com>; Sun,  6 Jan 2019 16:55: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 32E071310C4 for <quic-issues@ietf.org>; Sun,  6 Jan 2019 16:55:43 -0800 (PST)
Date: Sun, 06 Jan 2019 16:55:42 -0800
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1546822542; bh=5LWt0JdUmni3mpW5h6TmnQcFYjpSLsQ2G/QGGevop70=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=jjvWXh9msGtmNNqtL/rlkI0az5FSjqcNW2bTrGRyCdBrbLL6gWIjQwUhDfM4Tx34W Ow+y8zeg8mvl94bo4K4z3vIGFIvIqjbnVHa95WVR7tHekBdmzyw7VqU4a4XM8XP9s+ tp+u/pqGV+Zc53xMkTaxx7pLDbKAGM22SY4cbKWc=
From: Kazuho Oku <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+0166e4abee64e2c7a8eb145aa502258b6ed5e70f8d8d829a92cf00000001184a658e92a169ce179f2fda@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/pull/2302/review/189654112@github.com>
In-Reply-To: <quicwg/base-drafts/pull/2302@github.com>
References: <quicwg/base-drafts/pull/2302@github.com>
Subject: Re: [quicwg/base-drafts]  ACK of non-existent packet is illegal  (#2302)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5c32a38e566af_79c83fd7932d45c42048f4"; 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/I7WO_1xLqHDHff-WcrF29IelRwU>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
List-Id: Notification list for GitHub issues related to the QUIC WG <quic-issues.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=unsubscribe>
List-Archive: <https://mailarchive.ietf.org/arch/browse/quic-issues/>
List-Post: <mailto:quic-issues@ietf.org>
List-Help: <mailto:quic-issues-request@ietf.org?subject=help>
List-Subscribe: <https://www.ietf.org/mailman/listinfo/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=subscribe>
X-List-Received-Date: Mon, 07 Jan 2019 00:55:45 -0000

----==_mimepart_5c32a38e566af_79c83fd7932d45c42048f4
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/2302#pullrequestreview-189654112
----==_mimepart_5c32a38e566af_79c83fd7932d45c42048f4
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/2302#pullrequestreview-189654112">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AWbkq23MIw_5mrbdH1AblVrGzkud9yt7ks5vApsOgaJpZM4ZyrCo">mute the thread</a>.<img src="https://github.com/notifications/beacon/AWbkqxcZF8SEWFgK9TT8vjTbJpRuvKVdks5vApsOgaJpZM4ZyrCo.gif" height="1" width="1" alt="" /></p>
<script type="application/json" data-scope="inboxmarkup">{"api_version":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name":"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"https://github.githubassets.com/images/email/message_cards/header.png","avatar_image_url":"https://github.githubassets.com/images/email/message_cards/avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/quicwg/base-drafts"}},"updates":{"snippets":[{"icon":"PERSON","message":"@kazuho approved #2302"}],"action":{"name":"View Pull Request","url":"https://github.com/quicwg/base-drafts/pull/2302#pullrequestreview-189654112"}}}</script>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/pull/2302#pullrequestreview-189654112",
"url": "https://github.com/quicwg/base-drafts/pull/2302#pullrequestreview-189654112",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>
----==_mimepart_5c32a38e566af_79c83fd7932d45c42048f4--


From nobody Sun Jan  6 17:25:09 2019
Return-Path: <bounce+565321.40f-quic-issues=ietf.org@github.com>
X-Original-To: quic-issues@ietfa.amsl.com
Delivered-To: quic-issues@ietfa.amsl.com
Received: from localhost (localhost [127.0.0.1]) by ietfa.amsl.com (Postfix) with ESMTP id 561C7130E3F for <quic-issues@ietfa.amsl.com>; Sun,  6 Jan 2019 17:25:08 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -1.965
X-Spam-Level: 
X-Spam-Status: No, score=-1.965 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIMWL_WL_HIGH=-0.065, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, HEADER_FROM_DIFFERENT_DOMAINS=0.001, RCVD_IN_DNSWL_NONE=-0.0001, SPF_PASS=-0.001] autolearn=ham autolearn_force=no
Authentication-Results: ietfa.amsl.com (amavisd-new); dkim=pass (1024-bit key) header.d=github.com
Received: from mail.ietf.org ([4.31.198.44]) by localhost (ietfa.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id WqZuZjCOy8od for <quic-issues@ietfa.amsl.com>; Sun,  6 Jan 2019 17:25:06 -0800 (PST)
Received: from m69-170.mailgun.net (m69-170.mailgun.net [166.78.69.170]) (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 920DA129C6A for <quic-issues@ietf.org>; Sun,  6 Jan 2019 17:25:06 -0800 (PST)
DKIM-Signature: a=rsa-sha256; v=1; c=relaxed/relaxed; d=github.com; q=dns/txt;  s=mailo; t=1546824305; h=Content-Transfer-Encoding: Content-Type: Mime-Version: Subject: Message-ID: To: Reply-To: From: Date: Sender; bh=2+PpFcKDcEOoFrmhWyidSCEuu/Lqquu9PLmATFD5uec=; b=dFB1AzPUtz5hMVpwmyTWtpMMSXfeVjAzpVT000oqaaRW0ZXCelMdVe3AxJ56vLck5ZlTyS4b BPKBQetxYft7a7PcbyzEh6wK95kihGnMgHTtfxvygLeLT/9Hj9z23DXJWS7D8GmyQmu8k8nS 6cph8t3AQTF6cruMTefPcwGF7W8=
X-Mailgun-Sending-Ip: 166.78.69.170
X-Mailgun-Sid: WyJhNzYyYiIsICJxdWljLWlzc3Vlc0BpZXRmLm9yZyIsICI0MGYiXQ==
Sender: mt=lowentropy.net@github.com
Received: from github.com (Unknown [192.30.252.34]) by mxa.mailgun.org with ESMTP id 5c32aa71.7f674630af30-smtp-out-n02; Mon, 07 Jan 2019 01:25:05 -0000 (UTC)
Date: Sun, 06 Jan 2019 17:25:05 -0800
From: Martin Thomson <mt@lowentropy.net>
Reply-To: Martin Thomson <mt@lowentropy.net>
To: quic-issues@ietf.org
Message-ID: <5c32aa717fbaa_6c232ab112aa058014708c@hookshot-fe-88eb02d.cp1-iad.github.net.mail>
Subject: [quicwg/base-drafts] 024b47: One Retry/VN per UDP datagram
Mime-Version: 1.0
Content-Type: multipart/mixed; boundary="--==_mimepart_5c32aa717f868_6c232ab112aa0580146970"; charset=UTF-8
Content-Transfer-Encoding: 7bit
Archived-At: <https://mailarchive.ietf.org/arch/msg/quic-issues/5LpzQj6mUcCGXQ7_L9aKgdUfDlY>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
Precedence: list
List-Id: Notification list for GitHub issues related to the QUIC WG <quic-issues.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=unsubscribe>
List-Archive: <https://mailarchive.ietf.org/arch/browse/quic-issues/>
List-Post: <mailto:quic-issues@ietf.org>
List-Help: <mailto:quic-issues-request@ietf.org?subject=help>
List-Subscribe: <https://www.ietf.org/mailman/listinfo/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=subscribe>
X-List-Received-Date: Mon, 07 Jan 2019 01:25:08 -0000

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

  Branch: refs/heads/one-retry-per-datagram
  Home:   https://github.com/quicwg/base-drafts
  Commit: 024b478f62a8d394ad0aaacf04dc7d022a9598a4
      https://github.com/quicwg/base-drafts/commit/024b478f62a8d394ad0aaacf04dc7d022a9598a4
  Author: Martin Thomson <mt@lowentropy.net>
  Date:   2019-01-07 (Mon, 07 Jan 2019)

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

  Log Message:
  -----------
  One Retry/VN per UDP datagram

This keeps things simple.

Closes #2259.



      **NOTE:** This service has been marked for deprecation: https://developer.github.com/changes/2018-04-25-github-services-deprecation/

      Functionality will be removed from GitHub.com on January 31st, 2019.

----==_mimepart_5c32aa717f868_6c232ab112aa0580146970--


From nobody Sun Jan  6 17: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 19938130E3F for <quic-issues@ietfa.amsl.com>; Sun,  6 Jan 2019 17:25:36 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -8.064
X-Spam-Level: 
X-Spam-Status: No, score=-8.064 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIMWL_WL_HIGH=-0.065, 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_PASS=-0.001] autolearn=ham autolearn_force=no
Authentication-Results: ietfa.amsl.com (amavisd-new); dkim=pass (1024-bit key) header.d=github.com
Received: from mail.ietf.org ([4.31.198.44]) by localhost (ietfa.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id ihvtHlJeqAGf for <quic-issues@ietfa.amsl.com>; Sun,  6 Jan 2019 17:25: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 C83FC129C6A for <quic-issues@ietf.org>; Sun,  6 Jan 2019 17:25:34 -0800 (PST)
Date: Sun, 06 Jan 2019 17:25:33 -0800
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1546824334; bh=PThnzuJ8/8Ek3JjIIBldJOKY2n26b6/APxkTRW3r51o=; h=Date:From:Reply-To:To:Cc:Subject:List-ID:List-Archive:List-Post: List-Unsubscribe:From; b=ZccQFY6YIh9w/Ju3Smp58r6xzHp8T7WlBXSmvCPbCzFeInQ+6iVrQ9i48R85AeXb5 a9edVqxaTQTaXRTNVrUCrEWiRSJfX1G5+hARUcLqkq9qf9Qxgxg95dFnxF23n7wIiy LO1+hIy4CpxDLGDne8xLkxeg5HuTZgM6gSbf4pWo=
From: Martin Thomson <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+0166e4abcb16dc5e4aa543a687c649f563e302888f12470292cf00000001184a6c8d92a169ce179f536f@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/pull/2303@github.com>
Subject: [quicwg/base-drafts] One Retry/VN per UDP datagram (#2303)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5c32aa8ddcf67_41f03fcc472d45bc293476"; 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/zMRaceepPVJh0iLbDREMZooGztM>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
List-Id: Notification list for GitHub issues related to the QUIC WG <quic-issues.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=unsubscribe>
List-Archive: <https://mailarchive.ietf.org/arch/browse/quic-issues/>
List-Post: <mailto:quic-issues@ietf.org>
List-Help: <mailto:quic-issues-request@ietf.org?subject=help>
List-Subscribe: <https://www.ietf.org/mailman/listinfo/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=subscribe>
X-List-Received-Date: Mon, 07 Jan 2019 01:25:36 -0000

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

This keeps things simple.

Closes #2259.
You can view, comment on, or merge this pull request online at:

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

-- Commit Summary --

  * One Retry/VN per UDP datagram

-- File Changes --

    M draft-ietf-quic-transport.md (84)

-- Patch Links --

https://github.com/quicwg/base-drafts/pull/2303.patch
https://github.com/quicwg/base-drafts/pull/2303.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/2303

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

<p>This keeps things simple.</p>
<p><span class="issue-keyword tooltipped tooltipped-se" aria-label="This pull request closes issue #2259.">Closes</span> <a class="issue-link js-issue-link" data-error-text="Failed to load issue title" data-id="394199560" data-permission-text="Issue title is private" data-url="https://github.com/quicwg/base-drafts/issues/2259" data-hovercard-type="issue" data-hovercard-url="/quicwg/base-drafts/issues/2259/hovercard" href="https://github.com/quicwg/base-drafts/issues/2259">#2259</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/2303'>https://github.com/quicwg/base-drafts/pull/2303</a></p>

<h4>Commit Summary</h4>
<ul>
  <li>One Retry/VN per UDP datagram</li>
</ul>

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

<h4>Patch Links:</h4>
<ul>
  <li><a href='https://github.com/quicwg/base-drafts/pull/2303.patch'>https://github.com/quicwg/base-drafts/pull/2303.patch</a></li>
  <li><a href='https://github.com/quicwg/base-drafts/pull/2303.diff'>https://github.com/quicwg/base-drafts/pull/2303.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/2303">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AWbkqwdv5ZLcfDRN_wF_bbk8gdQ9DpKQks5vAqINgaJpZM4Zyty6">mute the thread</a>.<img src="https://github.com/notifications/beacon/AWbkq-RyYpnbKKLGQ7a4MVAK2IPwJd17ks5vAqINgaJpZM4Zyty6.gif" height="1" width="1" alt="" /></p>
<script type="application/json" data-scope="inboxmarkup">{"api_version":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name":"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"https://github.githubassets.com/images/email/message_cards/header.png","avatar_image_url":"https://github.githubassets.com/images/email/message_cards/avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/quicwg/base-drafts"}},"updates":{"snippets":[{"icon":"DESCRIPTION","message":"One Retry/VN per UDP datagram (#2303)"}],"action":{"name":"View Pull Request","url":"https://github.com/quicwg/base-drafts/pull/2303"}}}</script>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/pull/2303",
"url": "https://github.com/quicwg/base-drafts/pull/2303",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>

----==_mimepart_5c32aa8ddcf67_41f03fcc472d45bc293476--


From nobody Sun Jan  6 17:31: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 47521130E85 for <quic-issues@ietfa.amsl.com>; Sun,  6 Jan 2019 17:31:35 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -6.661
X-Spam-Level: 
X-Spam-Status: No, score=-6.661 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIMWL_WL_HIGH=-0.065, 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_PASS=-0.001] autolearn=ham autolearn_force=no
Authentication-Results: ietfa.amsl.com (amavisd-new); dkim=pass (1024-bit key) header.d=github.com
Received: from mail.ietf.org ([4.31.198.44]) by localhost (ietfa.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id Fm2Pc9Q-ICaX for <quic-issues@ietfa.amsl.com>; Sun,  6 Jan 2019 17: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 6491B129C6A for <quic-issues@ietf.org>; Sun,  6 Jan 2019 17:31:33 -0800 (PST)
Date: Sun, 06 Jan 2019 17:31:32 -0800
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1546824692; bh=DNIwcfRVTP3lHQYnQ0vdPYcuE9IFJpzeXrdB4+sxVhM=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=lHxzWBMszORXglQwl85hsoxoJ+WxSc5RKu+6H9PNSCrGN1nIjU4JkDZEgnQVtD++M pvgvYUyU0Y74tyek72BZetmY87hdnh/maGEiXs2hpwBav8SzxgQPN+HGoDO3lBhval KbFAVXP5QsFL7EEi5WwtDDYkfwVdbaDhypaPRJFY=
From: Kazuho Oku <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+0166e4aba4223cca9fb5c29adb98aa87c302b770273ded0d92cf00000001184a6df492a169ce179f536f@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/pull/2303/review/189656542@github.com>
In-Reply-To: <quicwg/base-drafts/pull/2303@github.com>
References: <quicwg/base-drafts/pull/2303@github.com>
Subject: Re: [quicwg/base-drafts] One Retry/VN per UDP datagram (#2303)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5c32abf44b2a5_6393f86686d45c49744a9"; 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/Gpy7qBagQqcGoHX38YFYajMlW8o>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
List-Id: Notification list for GitHub issues related to the QUIC WG <quic-issues.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=unsubscribe>
List-Archive: <https://mailarchive.ietf.org/arch/browse/quic-issues/>
List-Post: <mailto:quic-issues@ietf.org>
List-Help: <mailto:quic-issues-request@ietf.org?subject=help>
List-Subscribe: <https://www.ietf.org/mailman/listinfo/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=subscribe>
X-List-Received-Date: Mon, 07 Jan 2019 01:31:35 -0000

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

kazuho requested changes on this pull request.



> @@ -3630,6 +3627,9 @@ The Version Negotiation packet does not include the Packet Number and Length
 fields present in other packets that use the long header form.  Consequently,
 a Version Negotiation packet consumes an entire UDP datagram.
 
+A server MUST NOT send more than one Version Negotiation packet in response to a
+single UDP datagram.

I believe this paragraph is the one you intend to add, and it looks fine to me.

OTOH I see lots of unrelated changes that essentially reverts the recently merged changes. Maybe you need to cherry-pick?

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/quicwg/base-drafts/pull/2303#pullrequestreview-189656542
----==_mimepart_5c32abf44b2a5_6393f86686d45c49744a9
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/2303#discussion_r245533053">draft-ietf-quic-transport.md</a>:</p>
<pre style='color:#555'>&gt; @@ -3630,6 +3627,9 @@ The Version Negotiation packet does not include the Packet Number and Length
 fields present in other packets that use the long header form.  Consequently,
 a Version Negotiation packet consumes an entire UDP datagram.
 
+A server MUST NOT send more than one Version Negotiation packet in response to a
+single UDP datagram.
</pre>
<p>I believe this paragraph is the one you intend to add, and it looks fine to me.</p>
<p>OTOH I see lots of unrelated changes that essentially reverts the recently merged changes. Maybe you need to cherry-pick?</p>

<p style="font-size:small;-webkit-text-size-adjust:none;color:#666;">&mdash;<br />You are receiving this because you are subscribed to this thread.<br />Reply to this email directly, <a href="https://github.com/quicwg/base-drafts/pull/2303#pullrequestreview-189656542">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AWbkq7mpdnDH-RXJQtWhJInWzRYufiZEks5vAqN0gaJpZM4Zyty6">mute the thread</a>.<img src="https://github.com/notifications/beacon/AWbkqz8bTcSwk3IGfN_nXJpnickybTzOks5vAqN0gaJpZM4Zyty6.gif" height="1" width="1" alt="" /></p>
<script type="application/json" data-scope="inboxmarkup">{"api_version":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name":"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"https://github.githubassets.com/images/email/message_cards/header.png","avatar_image_url":"https://github.githubassets.com/images/email/message_cards/avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/quicwg/base-drafts"}},"updates":{"snippets":[{"icon":"PERSON","message":"@kazuho requested changes on #2303"}],"action":{"name":"View Pull Request","url":"https://github.com/quicwg/base-drafts/pull/2303#pullrequestreview-189656542"}}}</script>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/pull/2303#pullrequestreview-189656542",
"url": "https://github.com/quicwg/base-drafts/pull/2303#pullrequestreview-189656542",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>
----==_mimepart_5c32abf44b2a5_6393f86686d45c49744a9--


From nobody Sun Jan  6 17:59: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 62662130E69 for <quic-issues@ietfa.amsl.com>; Sun,  6 Jan 2019 17:59:35 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -6.661
X-Spam-Level: 
X-Spam-Status: No, score=-6.661 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIMWL_WL_HIGH=-0.065, 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_PASS=-0.001] autolearn=ham autolearn_force=no
Authentication-Results: ietfa.amsl.com (amavisd-new); dkim=pass (1024-bit key) header.d=github.com
Received: from mail.ietf.org ([4.31.198.44]) by localhost (ietfa.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id YTtTtCR5Abdu for <quic-issues@ietfa.amsl.com>; Sun,  6 Jan 2019 17:59: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 B7E3A129C6A for <quic-issues@ietf.org>; Sun,  6 Jan 2019 17:59:33 -0800 (PST)
Date: Sun, 06 Jan 2019 17:59:32 -0800
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1546826372; bh=5Mzkp0cgNOy4rVlBsYNsWIORMI1pMqTnbpVO9tWuLcQ=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=tNwtd0+lgcZ6C6+LzIJ+WuAlunTx94FoyK2sUz7YlXg+gCUkhwau3qqYd2ZMShV/o FmfioetCnxvmhBOmp9+w5Jj7CX/cbGDFFMAoNNEH4fwzRh0zaE/I2K2vPvlkJ4KbN6 EmyGPo5FF0LG20W8XPsdNLaDmzgcyjbsa4ps9ySM=
From: Marten Seemann <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+0166e4abdc65f91ecdb7b63bae2163425e0a6fc1cbbde0e492cf00000001184a748492a169ce179f536f@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/pull/2303/review/189658914@github.com>
In-Reply-To: <quicwg/base-drafts/pull/2303@github.com>
References: <quicwg/base-drafts/pull/2303@github.com>
Subject: Re: [quicwg/base-drafts] One Retry/VN per UDP datagram (#2303)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5c32b2845e2f2_382e3fa85a4d45bc140468"; 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/Y4-KMTbJZmSHNWhOIg7GVQJKsZA>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
List-Id: Notification list for GitHub issues related to the QUIC WG <quic-issues.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=unsubscribe>
List-Archive: <https://mailarchive.ietf.org/arch/browse/quic-issues/>
List-Post: <mailto:quic-issues@ietf.org>
List-Help: <mailto:quic-issues-request@ietf.org?subject=help>
List-Subscribe: <https://www.ietf.org/mailman/listinfo/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=subscribe>
X-List-Received-Date: Mon, 07 Jan 2019 01:59:36 -0000

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

marten-seemann commented on this pull request.



> @@ -3872,7 +3872,9 @@ Destination Connection ID of subsequent packets that it sends.
 
 A server MAY send Retry packets in response to Initial and 0-RTT packets.  A
 server can either discard or buffer 0-RTT packets that it receives.  A server
-can send multiple Retry packets as it receives Initial or 0-RTT packets.
+can send multiple Retry packets as it receives Initial or 0-RTT packets.  A
+server MUST NOT send more than one Retry packet in response to a single UDP
+datagram.

And this 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/2303#pullrequestreview-189658914
----==_mimepart_5c32b2845e2f2_382e3fa85a4d45bc140468
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/2303#discussion_r245535088">draft-ietf-quic-transport.md</a>:</p>
<pre style='color:#555'>&gt; @@ -3872,7 +3872,9 @@ Destination Connection ID of subsequent packets that it sends.
 
 A server MAY send Retry packets in response to Initial and 0-RTT packets.  A
 server can either discard or buffer 0-RTT packets that it receives.  A server
-can send multiple Retry packets as it receives Initial or 0-RTT packets.
+can send multiple Retry packets as it receives Initial or 0-RTT packets.  A
+server MUST NOT send more than one Retry packet in response to a single UDP
+datagram.
</pre>
<p>And this 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/2303#pullrequestreview-189658914">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AWbkq9i9k6GdFNxHFRk4lzCcjVMwzkSGks5vAqoEgaJpZM4Zyty6">mute the thread</a>.<img src="https://github.com/notifications/beacon/AWbkq-fVgA2NbAKx3plzcfxdYbkEGICIks5vAqoEgaJpZM4Zyty6.gif" height="1" width="1" alt="" /></p>
<script type="application/json" data-scope="inboxmarkup">{"api_version":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name":"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"https://github.githubassets.com/images/email/message_cards/header.png","avatar_image_url":"https://github.githubassets.com/images/email/message_cards/avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/quicwg/base-drafts"}},"updates":{"snippets":[{"icon":"PERSON","message":"@marten-seemann commented on #2303"}],"action":{"name":"View Pull Request","url":"https://github.com/quicwg/base-drafts/pull/2303#pullrequestreview-189658914"}}}</script>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/pull/2303#pullrequestreview-189658914",
"url": "https://github.com/quicwg/base-drafts/pull/2303#pullrequestreview-189658914",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>
----==_mimepart_5c32b2845e2f2_382e3fa85a4d45bc140468--


From nobody Sun Jan  6 18:03:44 2019
Return-Path: <bounce+565321.40f-quic-issues=ietf.org@github.com>
X-Original-To: quic-issues@ietfa.amsl.com
Delivered-To: quic-issues@ietfa.amsl.com
Received: from localhost (localhost [127.0.0.1]) by ietfa.amsl.com (Postfix) with ESMTP id DBD09129C6A for <quic-issues@ietfa.amsl.com>; Sun,  6 Jan 2019 18:03:41 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -1.965
X-Spam-Level: 
X-Spam-Status: No, score=-1.965 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIMWL_WL_HIGH=-0.065, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, HEADER_FROM_DIFFERENT_DOMAINS=0.001, RCVD_IN_DNSWL_NONE=-0.0001, SPF_PASS=-0.001] autolearn=ham autolearn_force=no
Authentication-Results: ietfa.amsl.com (amavisd-new); dkim=pass (1024-bit key) header.d=github.com
Received: from mail.ietf.org ([4.31.198.44]) by localhost (ietfa.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id Ms8hb41CvqPe for <quic-issues@ietfa.amsl.com>; Sun,  6 Jan 2019 18:03:40 -0800 (PST)
Received: from m69-170.mailgun.net (m69-170.mailgun.net [166.78.69.170]) (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 0393612872C for <quic-issues@ietf.org>; Sun,  6 Jan 2019 18:03:39 -0800 (PST)
DKIM-Signature: a=rsa-sha256; v=1; c=relaxed/relaxed; d=github.com; q=dns/txt;  s=mailo; t=1546826619; h=Content-Transfer-Encoding: Content-Type: Mime-Version: Subject: Message-ID: To: Reply-To: From: Date: Sender; bh=+VIAxgeRE+ZKEBOfDyEErgz+SC1sfOrZwkhBze1alzk=; b=HwcV+FMCUzEGNWf7vnJEne42+xGLZY0xFmMbQSuup1lvVFJoNexH5Eqpe65LUpHkkLzupJjp z4QWYKIMLWPIKSaGHe4ANcLUJzRb9XGGiar4vZh9YD0DmqFbMsGjtYxZu4Qa3O7PnQFhz/dl JqiRR1iiEpm9DdRyU6ajHXt8l3w=
X-Mailgun-Sending-Ip: 166.78.69.170
X-Mailgun-Sid: WyJhNzYyYiIsICJxdWljLWlzc3Vlc0BpZXRmLm9yZyIsICI0MGYiXQ==
Sender: mt=lowentropy.net@github.com
Received: from github.com (Unknown [192.30.252.35]) by mxa.mailgun.org with ESMTP id 5c32b37a.7f8535c33750-smtp-out-n01; Mon, 07 Jan 2019 02:03:38 -0000 (UTC)
Date: Sun, 06 Jan 2019 18:03:37 -0800
From: Martin Thomson <mt@lowentropy.net>
Reply-To: Martin Thomson <mt@lowentropy.net>
To: quic-issues@ietf.org
Message-ID: <5c32b379340ce_48aa2ad77f8105841065c@hookshot-fe-d252ca1.cp1-iad.github.net.mail>
Subject: [quicwg/base-drafts] 1fc3c3: One Retry/VN per UDP datagram
Mime-Version: 1.0
Content-Type: multipart/mixed; boundary="--==_mimepart_5c32b37933ca9_48aa2ad77f8105841064c9"; charset=UTF-8
Content-Transfer-Encoding: 7bit
Archived-At: <https://mailarchive.ietf.org/arch/msg/quic-issues/RvskSzK5LHD83qpk4zjgHTfy4Nw>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
Precedence: list
List-Id: Notification list for GitHub issues related to the QUIC WG <quic-issues.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=unsubscribe>
List-Archive: <https://mailarchive.ietf.org/arch/browse/quic-issues/>
List-Post: <mailto:quic-issues@ietf.org>
List-Help: <mailto:quic-issues-request@ietf.org?subject=help>
List-Subscribe: <https://www.ietf.org/mailman/listinfo/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=subscribe>
X-List-Received-Date: Mon, 07 Jan 2019 02:03:42 -0000

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

  Branch: refs/heads/one-retry-per-datagram
  Home:   https://github.com/quicwg/base-drafts
  Commit: 1fc3c3e52b7f56e169c64edb0fa338f2a529866e
      https://github.com/quicwg/base-drafts/commit/1fc3c3e52b7f56e169c64edb0fa338f2a529866e
  Author: Martin Thomson <mt@lowentropy.net>
  Date:   2019-01-07 (Mon, 07 Jan 2019)

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

  Log Message:
  -----------
  One Retry/VN per UDP datagram

This keeps things simple.

Closes #2259.



      **NOTE:** This service has been marked for deprecation: https://developer.github.com/changes/2018-04-25-github-services-deprecation/

      Functionality will be removed from GitHub.com on January 31st, 2019.

----==_mimepart_5c32b37933ca9_48aa2ad77f8105841064c9--


From nobody Sun Jan  6 18:03: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 52F82129C6A for <quic-issues@ietfa.amsl.com>; Sun,  6 Jan 2019 18:03:51 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -6.519
X-Spam-Level: 
X-Spam-Status: No, score=-6.519 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIMWL_WL_HIGH=-0.065, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, HTML_IMAGE_ONLY_20=1.546, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-1, RCVD_IN_DNSWL_HI=-5, SPF_PASS=-0.001] autolearn=ham autolearn_force=no
Authentication-Results: ietfa.amsl.com (amavisd-new); dkim=pass (1024-bit key) header.d=github.com
Received: from mail.ietf.org ([4.31.198.44]) by localhost (ietfa.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 7ayMxSzo0RSf for <quic-issues@ietfa.amsl.com>; Sun,  6 Jan 2019 18:03:49 -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 6CA9612872C for <quic-issues@ietf.org>; Sun,  6 Jan 2019 18:03:49 -0800 (PST)
Date: Sun, 06 Jan 2019 18:03:48 -0800
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1546826628; bh=EDy9hL//gDmNl+Wwi57iUhQbbQGFabE7iP0k8KMdYEQ=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=mh2wqFUpDxGgKjZzXRwtc9hfm6mGg8u4Kr0u72n6l+o261SsOAEjS+f9ielYd3Xll bLVdgz6NrpoYIG6J263MGqzlWheGPW1l7Cx3dXEwy1b0gVCbeJ/Umw2Z78SG+X7mct vP3GU4Z4o3DF8k43FJXoeKv6gcM1AO9/YKsnPmLw=
From: Martin Thomson <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+0166e4aba0040439cc187dec5650b707bbfd04192c20659192cf00000001184a758492a169ce179f536f@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/pull/2303/c451800184@github.com>
In-Reply-To: <quicwg/base-drafts/pull/2303@github.com>
References: <quicwg/base-drafts/pull/2303@github.com>
Subject: Re: [quicwg/base-drafts] One Retry/VN per UDP datagram (#2303)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5c32b38451e2e_c403fa9d7ad45c41009875"; 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/rNElwUGX13HogIVi38baIHFqhyw>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
List-Id: Notification list for GitHub issues related to the QUIC WG <quic-issues.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=unsubscribe>
List-Archive: <https://mailarchive.ietf.org/arch/browse/quic-issues/>
List-Post: <mailto:quic-issues@ietf.org>
List-Help: <mailto:quic-issues-request@ietf.org?subject=help>
List-Subscribe: <https://www.ietf.org/mailman/listinfo/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=subscribe>
X-List-Received-Date: Mon, 07 Jan 2019 02:03:51 -0000

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

I have no idea how that happened.  Forced 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/2303#issuecomment-451800184
----==_mimepart_5c32b38451e2e_c403fa9d7ad45c41009875
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

<p>I have no idea how that happened.  Forced 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/2303#issuecomment-451800184">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AWbkq1WVsN-LvTnkDFFhZeh64YiNxfNLks5vAqsEgaJpZM4Zyty6">mute the thread</a>.<img src="https://github.com/notifications/beacon/AWbkq2s-lZrM8G8v9rSxddeOHo8uN-oFks5vAqsEgaJpZM4Zyty6.gif" height="1" width="1" alt="" /></p>
<script type="application/json" data-scope="inboxmarkup">{"api_version":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name":"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"https://github.githubassets.com/images/email/message_cards/header.png","avatar_image_url":"https://github.githubassets.com/images/email/message_cards/avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/quicwg/base-drafts"}},"updates":{"snippets":[{"icon":"PERSON","message":"@martinthomson in #2303: I have no idea how that happened.  Forced it."}],"action":{"name":"View Pull Request","url":"https://github.com/quicwg/base-drafts/pull/2303#issuecomment-451800184"}}}</script>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/pull/2303#issuecomment-451800184",
"url": "https://github.com/quicwg/base-drafts/pull/2303#issuecomment-451800184",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>
----==_mimepart_5c32b38451e2e_c403fa9d7ad45c41009875--


From nobody Sun Jan  6 18:05: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 A2E7D129C6A for <quic-issues@ietfa.amsl.com>; Sun,  6 Jan 2019 18:05:13 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -6.519
X-Spam-Level: 
X-Spam-Status: No, score=-6.519 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIMWL_WL_HIGH=-0.065, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, HTML_IMAGE_ONLY_20=1.546, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-1, RCVD_IN_DNSWL_HI=-5, SPF_PASS=-0.001] autolearn=ham autolearn_force=no
Authentication-Results: ietfa.amsl.com (amavisd-new); dkim=pass (1024-bit key) header.d=github.com
Received: from mail.ietf.org ([4.31.198.44]) by localhost (ietfa.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 9fqJ3rqeQ3bC for <quic-issues@ietfa.amsl.com>; Sun,  6 Jan 2019 18:05: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 EC13412872C for <quic-issues@ietf.org>; Sun,  6 Jan 2019 18:05:11 -0800 (PST)
Date: Sun, 06 Jan 2019 18:05:10 -0800
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1546826710; bh=KpHDwREjbyg3KCyCIJVsi5f7ansedXEytcDxfoAF+24=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=yiTCJcYYE7vwSH9XsIq3iJbOvKV+pshtsUqEXM8cqMTNpwefmNnV37R3HC91J0j8F wOUjskJYz9KRfgGTY6tmxknpPsanyJuQwLqy5MkUzTEfX8LJ1wN3gOHLGofQCZs8Ua QVKWZUySUInR11enGdRnI58xsk7VKR18ZcJBO4PE=
From: Marten Seemann <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+0166e4ab55e4d879a09868040bc91b1073f4333eae27f27292cf00000001184a75d692a169ce179f536f@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/pull/2303/c451800358@github.com>
In-Reply-To: <quicwg/base-drafts/pull/2303@github.com>
References: <quicwg/base-drafts/pull/2303@github.com>
Subject: Re: [quicwg/base-drafts] One Retry/VN per UDP datagram (#2303)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5c32b3d6df114_53cf3ff7fd8d45c04590bd"; 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/rE-vGUxbA5_4UiKJdEmyiYxPLGM>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
List-Id: Notification list for GitHub issues related to the QUIC WG <quic-issues.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=unsubscribe>
List-Archive: <https://mailarchive.ietf.org/arch/browse/quic-issues/>
List-Post: <mailto:quic-issues@ietf.org>
List-Help: <mailto:quic-issues-request@ietf.org?subject=help>
List-Subscribe: <https://www.ietf.org/mailman/listinfo/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=subscribe>
X-List-Received-Date: Mon, 07 Jan 2019 02:05:13 -0000

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

Are we ok with a server sending both a VN packet and a Retry in response to a single UDP datagram?

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

<p>Are we ok with a server sending both a VN packet and a Retry in response to a single UDP datagram?</p>

<p style="font-size:small;-webkit-text-size-adjust:none;color:#666;">&mdash;<br />You are receiving this because you are subscribed to this thread.<br />Reply to this email directly, <a href="https://github.com/quicwg/base-drafts/pull/2303#issuecomment-451800358">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AWbkqxvxnKpWdQfYO6KmrDGzyL1cAoB9ks5vAqtWgaJpZM4Zyty6">mute the thread</a>.<img src="https://github.com/notifications/beacon/AWbkqxAbZzA3qDa55EM42ZNLI1vU_M6jks5vAqtWgaJpZM4Zyty6.gif" height="1" width="1" alt="" /></p>
<script type="application/json" data-scope="inboxmarkup">{"api_version":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name":"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"https://github.githubassets.com/images/email/message_cards/header.png","avatar_image_url":"https://github.githubassets.com/images/email/message_cards/avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/quicwg/base-drafts"}},"updates":{"snippets":[{"icon":"PERSON","message":"@marten-seemann in #2303: Are we ok with a server sending both a VN packet and a Retry in response to a single UDP datagram?"}],"action":{"name":"View Pull Request","url":"https://github.com/quicwg/base-drafts/pull/2303#issuecomment-451800358"}}}</script>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/pull/2303#issuecomment-451800358",
"url": "https://github.com/quicwg/base-drafts/pull/2303#issuecomment-451800358",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>
----==_mimepart_5c32b3d6df114_53cf3ff7fd8d45c04590bd--


From nobody Sun Jan  6 18:13: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 CDE79130DD7 for <quic-issues@ietfa.amsl.com>; Sun,  6 Jan 2019 18:13:26 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -6.447
X-Spam-Level: 
X-Spam-Status: No, score=-6.447 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIMWL_WL_HIGH=-0.065, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, HTML_IMAGE_ONLY_24=1.618, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-1, RCVD_IN_DNSWL_HI=-5, SPF_PASS=-0.001] autolearn=ham autolearn_force=no
Authentication-Results: ietfa.amsl.com (amavisd-new); dkim=pass (1024-bit key) header.d=github.com
Received: from mail.ietf.org ([4.31.198.44]) by localhost (ietfa.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id jeKqnpGYoeEs for <quic-issues@ietfa.amsl.com>; Sun,  6 Jan 2019 18:13:24 -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 A916E12872C for <quic-issues@ietf.org>; Sun,  6 Jan 2019 18:13:24 -0800 (PST)
Date: Sun, 06 Jan 2019 18:13:23 -0800
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1546827203; bh=uKuCFMRuXNCzg8eTA2Of2fJZF9JCXfp/8yl9iSKTFts=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=h0dSO1aIRV52Ifg4eAPSitJhhHNbNMC1US+QjyL/u/QZjx1xupGfeNmfWSxuGc6Av RjzWGnzo97NYWt9PwpN7f89p2bb5OZKxzFJYLbLvBytUtqwCFaoru9jNAIeE6r2z90 npraExRXQzIUHP/JH7zvvFP4mB1O6cjEADEeLHY4=
From: Marten Seemann <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+0166e4ab20b68b8fd3f8328201ace82b674c9b57eb83604992cf00000001184a77c392a169ce1789eea9@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/pull/2274/c451801331@github.com>
In-Reply-To: <quicwg/base-drafts/pull/2274@github.com>
References: <quicwg/base-drafts/pull/2274@github.com>
Subject: Re: [quicwg/base-drafts] Test vectors (#2274)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5c32b5c3d209c_2fb83f99300d45b8457384"; 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/gx7BskmSvbF_1gHjseH9f1BLOi8>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
List-Id: Notification list for GitHub issues related to the QUIC WG <quic-issues.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=unsubscribe>
List-Archive: <https://mailarchive.ietf.org/arch/browse/quic-issues/>
List-Post: <mailto:quic-issues@ietf.org>
List-Help: <mailto:quic-issues-request@ietf.org?subject=help>
List-Subscribe: <https://www.ietf.org/mailman/listinfo/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=subscribe>
X-List-Received-Date: Mon, 07 Jan 2019 02:13:27 -0000

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

Thanks @martinthomson! I updated my test vectors in quic-go, and I can confirm that the new values 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/2274#issuecomment-451801331
----==_mimepart_5c32b5c3d209c_2fb83f99300d45b8457384
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=67641" data-octo-click="hovercard-link-click" data-octo-dimensions="link_type:self" href="https://github.com/martinthomson">@martinthomson</a>! I updated my test vectors in quic-go, and I can confirm that the new values 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/2274#issuecomment-451801331">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AWbkq6gxG7Opwh7pF0aRP6wpcv-uH1K-ks5vAq1DgaJpZM4ZlI2H">mute the thread</a>.<img src="https://github.com/notifications/beacon/AWbkq5dRPoU-g6gUC6MFO1Zn1iMWHViIks5vAq1DgaJpZM4ZlI2H.gif" height="1" width="1" alt="" /></p>
<script type="application/json" data-scope="inboxmarkup">{"api_version":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name":"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"https://github.githubassets.com/images/email/message_cards/header.png","avatar_image_url":"https://github.githubassets.com/images/email/message_cards/avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/quicwg/base-drafts"}},"updates":{"snippets":[{"icon":"PERSON","message":"@marten-seemann in #2274: Thanks @martinthomson! I updated my test vectors in quic-go, and I can confirm that the new values work."}],"action":{"name":"View Pull Request","url":"https://github.com/quicwg/base-drafts/pull/2274#issuecomment-451801331"}}}</script>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/pull/2274#issuecomment-451801331",
"url": "https://github.com/quicwg/base-drafts/pull/2274#issuecomment-451801331",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>
----==_mimepart_5c32b5c3d209c_2fb83f99300d45b8457384--


From nobody Sun Jan  6 18: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 2D8EA130E3F for <quic-issues@ietfa.amsl.com>; Sun,  6 Jan 2019 18:15:45 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -6.447
X-Spam-Level: 
X-Spam-Status: No, score=-6.447 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIMWL_WL_HIGH=-0.065, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, HTML_IMAGE_ONLY_24=1.618, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-1, RCVD_IN_DNSWL_HI=-5, SPF_PASS=-0.001] autolearn=ham autolearn_force=no
Authentication-Results: ietfa.amsl.com (amavisd-new); dkim=pass (1024-bit key) header.d=github.com
Received: from mail.ietf.org ([4.31.198.44]) by localhost (ietfa.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 75V-TCIuPrIv for <quic-issues@ietfa.amsl.com>; Sun,  6 Jan 2019 18:15: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 75E7E12872C for <quic-issues@ietf.org>; Sun,  6 Jan 2019 18:15:43 -0800 (PST)
Date: Sun, 06 Jan 2019 18:15:42 -0800
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1546827342; bh=p+D5pUuzRcCcOkJROKL+8CBwkP1mGtCE8nVWH+Ikj0U=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=CXclmziBXb/igFbr2xHppQUVuP7WRs37GzN7TZsKrFw+QCtbfgnklqM9RhpfZaON+ W9DF0sPYYWYzmot2GV4BZgKHfckXjS1iRiC2ttNYuql2Ch5Nz2YlRaKG9dz9ZUOFlq Ff8m66LeQH0B/h/xBWbDbGgVTLOsHyGEsKutM7T4=
From: Kazuho Oku <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+0166e4ab935bcc6cf84d99374eb7a67e74d89ca78bd54f1d92cf00000001184a784e92a169ce179f536f@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/pull/2303/c451801686@github.com>
In-Reply-To: <quicwg/base-drafts/pull/2303@github.com>
References: <quicwg/base-drafts/pull/2303@github.com>
Subject: Re: [quicwg/base-drafts] One Retry/VN per UDP datagram (#2303)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5c32b64e87da9_5cee3f9aeb0d45c448167b"; 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/FxllSTPfTSQ5jsKVGNsyvlXwinU>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
List-Id: Notification list for GitHub issues related to the QUIC WG <quic-issues.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=unsubscribe>
List-Archive: <https://mailarchive.ietf.org/arch/browse/quic-issues/>
List-Post: <mailto:quic-issues@ietf.org>
List-Help: <mailto:quic-issues-request@ietf.org?subject=help>
List-Subscribe: <https://www.ietf.org/mailman/listinfo/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=subscribe>
X-List-Received-Date: Mon, 07 Jan 2019 02:15:45 -0000

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

@marten-seemann Does that happen? IIUC VN is sent only when there's a version mismatch. Retry is sent only when there's _no_ version mismatch.

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/quicwg/base-drafts/pull/2303#issuecomment-451801686
----==_mimepart_5c32b64e87da9_5cee3f9aeb0d45c448167b
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> Does that happen? IIUC VN is sent only when there's a version mismatch. Retry is sent only when there's <em>no</em> version mismatch.</p>

<p style="font-size:small;-webkit-text-size-adjust:none;color:#666;">&mdash;<br />You are receiving this because you are subscribed to this thread.<br />Reply to this email directly, <a href="https://github.com/quicwg/base-drafts/pull/2303#issuecomment-451801686">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AWbkq978bk7TPRvpoTIkOyAOVCX15olKks5vAq3OgaJpZM4Zyty6">mute the thread</a>.<img src="https://github.com/notifications/beacon/AWbkqz3edwv0es-cf_WB5ySThdZOZXsqks5vAq3OgaJpZM4Zyty6.gif" height="1" width="1" alt="" /></p>
<script type="application/json" data-scope="inboxmarkup">{"api_version":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name":"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"https://github.githubassets.com/images/email/message_cards/header.png","avatar_image_url":"https://github.githubassets.com/images/email/message_cards/avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/quicwg/base-drafts"}},"updates":{"snippets":[{"icon":"PERSON","message":"@kazuho in #2303: @marten-seemann Does that happen? IIUC VN is sent only when there's a version mismatch. Retry is sent only when there's _no_ version mismatch."}],"action":{"name":"View Pull Request","url":"https://github.com/quicwg/base-drafts/pull/2303#issuecomment-451801686"}}}</script>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/pull/2303#issuecomment-451801686",
"url": "https://github.com/quicwg/base-drafts/pull/2303#issuecomment-451801686",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>
----==_mimepart_5c32b64e87da9_5cee3f9aeb0d45c448167b--


From nobody Sun Jan  6 18:18: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 D54F21292F1 for <quic-issues@ietfa.amsl.com>; Sun,  6 Jan 2019 18:18:57 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -6.661
X-Spam-Level: 
X-Spam-Status: No, score=-6.661 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIMWL_WL_HIGH=-0.065, 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_PASS=-0.001] autolearn=ham autolearn_force=no
Authentication-Results: ietfa.amsl.com (amavisd-new); dkim=pass (1024-bit key) header.d=github.com
Received: from mail.ietf.org ([4.31.198.44]) by localhost (ietfa.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 7_20t_Lmnure for <quic-issues@ietfa.amsl.com>; Sun,  6 Jan 2019 18:18: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 E645012872C for <quic-issues@ietf.org>; Sun,  6 Jan 2019 18:18:55 -0800 (PST)
Date: Sun, 06 Jan 2019 18:18:54 -0800
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1546827535; bh=orF1txnf6SNoccr8+vJVhwzcxfWpztXGw4104ang8Hk=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=e7mihXnFIyHnyFH52ZhVqO48lX91RX/g3vBspS3UgVULHh9/FZqeOxjH15a4AC3TS MIIvP3ZbYeqgbo9/tuNV8kgcOIjXFMZPaBw4pWDaOqZdbll6vbYoyzOLlwvAJAUkou +it03jPgLldzGNv8KuLY3gDRf7UBSShBSeiRIgvE=
From: Marten Seemann <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+0166e4ab59f05f0e5338278fc0ccc90b4f0ab9c09f8d041292cf00000001184a790e92a169ce179f536f@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/pull/2303/c451802121@github.com>
In-Reply-To: <quicwg/base-drafts/pull/2303@github.com>
References: <quicwg/base-drafts/pull/2303@github.com>
Subject: Re: [quicwg/base-drafts] One Retry/VN per UDP datagram (#2303)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5c32b70ef355a_5dfc3ff89d6d45b845249"; 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/sl_B0updwWdRDlw-ytybzarJ7pc>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
List-Id: Notification list for GitHub issues related to the QUIC WG <quic-issues.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=unsubscribe>
List-Archive: <https://mailarchive.ietf.org/arch/browse/quic-issues/>
List-Post: <mailto:quic-issues@ietf.org>
List-Help: <mailto:quic-issues-request@ietf.org?subject=help>
List-Subscribe: <https://www.ietf.org/mailman/listinfo/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=subscribe>
X-List-Received-Date: Mon, 07 Jan 2019 02:18:58 -0000

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

@kazuho: A client could coalesce two packets of different versions.

As I've said on the issue, I still feel uneasy with the fact that a client could coalesce around 70 packets into a single datagram, and I'd prefer more rigid rules to solve this 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/2303#issuecomment-451802121
----==_mimepart_5c32b70ef355a_5dfc3ff89d6d45b845249
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=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>: A client could coalesce two packets of different versi=
ons.</p>
<p>As I've said on the issue, I still feel uneasy with the fact that a cl=
ient could coalesce around 70 packets into a single datagram, and I'd pre=
fer more rigid rules to solve this problem.</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/pull/2303#issuecomment-451802121">view it on GitHub</a>, o=
r <a href=3D"https://github.com/notifications/unsubscribe-auth/AWbkqxp_Uu=
0NXg6ah4LHndDGZzkSldTsks5vAq6OgaJpZM4Zyty6">mute the thread</a>.<img src=3D=
"https://github.com/notifications/beacon/AWbkq-fnJAvxiF6Ijh_PjTNXP_RjrKRf=
ks5vAq6OgaJpZM4Zyty6.gif" height=3D"1" width=3D"1" alt=3D"" /></p>
<script type=3D"application/json" data-scope=3D"inboxmarkup">{"api_versio=
n":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name"=
:"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"=
quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"http=
s://github.githubassets.com/images/email/message_cards/header.png","avata=
r_image_url":"https://github.githubassets.com/images/email/message_cards/=
avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/q=
uicwg/base-drafts"}},"updates":{"snippets":[{"icon":"PERSON","message":"@=
marten-seemann in #2303: @kazuho: A client could coalesce two packets of =
different versions.\r\n\r\nAs I've said on the issue, I still feel uneasy=
 with the fact that a client could coalesce around 70 packets into a sing=
le datagram, and I'd prefer more rigid rules to solve this problem."}],"a=
ction":{"name":"View Pull Request","url":"https://github.com/quicwg/base-=
drafts/pull/2303#issuecomment-451802121"}}}</script>
<script type=3D"application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/pull/2303#issuecomment-4=
51802121",
"url": "https://github.com/quicwg/base-drafts/pull/2303#issuecomment-4518=
02121",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>=

----==_mimepart_5c32b70ef355a_5dfc3ff89d6d45b845249--


From nobody Sun Jan  6 18:23: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 6BD0F130DD7 for <quic-issues@ietfa.amsl.com>; Sun,  6 Jan 2019 18:23:29 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -6.447
X-Spam-Level: 
X-Spam-Status: No, score=-6.447 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIMWL_WL_HIGH=-0.065, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, HTML_IMAGE_ONLY_24=1.618, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-1, RCVD_IN_DNSWL_HI=-5, SPF_PASS=-0.001] autolearn=ham autolearn_force=no
Authentication-Results: ietfa.amsl.com (amavisd-new); dkim=pass (1024-bit key) header.d=github.com
Received: from mail.ietf.org ([4.31.198.44]) by localhost (ietfa.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id cDodrbzMEdzl for <quic-issues@ietfa.amsl.com>; Sun,  6 Jan 2019 18:23: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 B4AFB1292F1 for <quic-issues@ietf.org>; Sun,  6 Jan 2019 18:23:25 -0800 (PST)
Date: Sun, 06 Jan 2019 18:23:24 -0800
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1546827804; bh=02Z7BoGctjTj0h58QJtWQuVXzgMt3CGTTnTEvfKCDkk=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=TOVdH6bj5KqCPuPeMC8HYp/7SJINlwz0NnVrsqgg6gjof62ByPA4g8bevwfpT9o71 DdKxr4BV9l2IYdiPuWW56fdWQQQtnJVpa1w7WTFmUInOEkP+IZmIb311hvlhoyToSI 2rKIn5Mr4k5xAF3f2sfSKsAs05WQSegWmt1tQntE=
From: Marten Seemann <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+0166e4abb13622533faf7802f1d83533a034926ec4e31ced92cf00000001184a7a1c92a163ce01e6091e@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/commit/69378cd3cba339a9584052323e4b2cf03314ddca/31852830@github.com>
In-Reply-To: <quicwg/base-drafts/commit/69378cd3cba339a9584052323e4b2cf03314ddca@github.com>
References: <quicwg/base-drafts/commit/69378cd3cba339a9584052323e4b2cf03314ddca@github.com>
Subject: Re: [quicwg/base-drafts] ACK of non-existent packet is illegal (69378cd)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5c32b81cca3d0_33c23f99300d45b84917b2"; 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/sHQ5A8rcyITTtA_d26EaMy6wN0g>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
List-Id: Notification list for GitHub issues related to the QUIC WG <quic-issues.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=unsubscribe>
List-Archive: <https://mailarchive.ietf.org/arch/browse/quic-issues/>
List-Post: <mailto:quic-issues@ietf.org>
List-Help: <mailto:quic-issues-request@ietf.org?subject=help>
List-Subscribe: <https://www.ietf.org/mailman/listinfo/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=subscribe>
X-List-Received-Date: Mon, 07 Jan 2019 02:23:29 -0000

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

Can we introduce a new error code for this? This could be really helpful for debugging.

-- 
You are receiving 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/69378cd3cba339a9584052323e4b2cf03314ddca#commitcomment-31852830
----==_mimepart_5c32b81cca3d0_33c23f99300d45b84917b2
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

<p>Can we introduce a new error code for this? This could be really helpful for debugging.</p>

<p style="font-size:small;-webkit-text-size-adjust:none;color:#666;">&mdash;<br />You 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/69378cd3cba339a9584052323e4b2cf03314ddca#commitcomment-31852830">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AWbkqz5tIGC9achWffpbK7_9G5OEfGBvks5vAq-cgaJpZM4ZywE1">mute the thread</a>.<img src="https://github.com/notifications/beacon/AWbkq0DIroXgBLBq_wh869WXDRhxxL69ks5vAq-cgaJpZM4ZywE1.gif" height="1" width="1" alt="" /></p>
<script type="application/json" data-scope="inboxmarkup">{"api_version":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name":"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"https://github.githubassets.com/images/email/message_cards/header.png","avatar_image_url":"https://github.githubassets.com/images/email/message_cards/avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/quicwg/base-drafts"}},"updates":{"snippets":[{"icon":"PERSON","message":"@marten-seemann on 69378cd: Can we introduce a new error code for this? This could be really helpful for debugging."}],"action":{"name":"View Commit","url":"https://github.com/quicwg/base-drafts/commit/69378cd3cba339a9584052323e4b2cf03314ddca#commitcomment-31852830"}}}</script>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/commit/69378cd3cba339a9584052323e4b2cf03314ddca#commitcomment-31852830",
"url": "https://github.com/quicwg/base-drafts/commit/69378cd3cba339a9584052323e4b2cf03314ddca#commitcomment-31852830",
"name": "View Commit"
},
"description": "View this Commit on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>
----==_mimepart_5c32b81cca3d0_33c23f99300d45b84917b2--


From nobody Sun Jan  6 18:26: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 6C9EA129C6A for <quic-issues@ietfa.amsl.com>; Sun,  6 Jan 2019 18:26:54 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -8.065
X-Spam-Level: 
X-Spam-Status: No, score=-8.065 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIMWL_WL_HIGH=-0.065, 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_PASS=-0.001] autolearn=ham autolearn_force=no
Authentication-Results: ietfa.amsl.com (amavisd-new); dkim=pass (1024-bit key) header.d=github.com
Received: from mail.ietf.org ([4.31.198.44]) by localhost (ietfa.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id tWndq2O1mtzY for <quic-issues@ietfa.amsl.com>; Sun,  6 Jan 2019 18:26:52 -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 7E868130E5F for <quic-issues@ietf.org>; Sun,  6 Jan 2019 18:26:52 -0800 (PST)
Date: Sun, 06 Jan 2019 18:26:51 -0800
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1546828011; bh=92jdI/hetlImaTRF8dE8d667ZRcgElJgdXYzFOg6ZV0=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=nXDIxYYU7SxuLCzLqZXRVAo7cuS/BZkmGtkoCCy1XgJBQaWewuDXi896nHDzjgVpC +AGrmtdFtpIEluupQwXIGpW/0nvSLXi1v4hZhynvb7HH9JRQ/CSEuOld9ekmKATjNL vFwS2wDkKozLGA1XZIi9+iO7vA+/tAkbRHYmDxQQ=
From: Kazuho Oku <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+0166e4abb100443790484c90324877265523364798e2a52192cf00000001184a7aeb92a169ce179f536f@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/pull/2303/c451803169@github.com>
In-Reply-To: <quicwg/base-drafts/pull/2303@github.com>
References: <quicwg/base-drafts/pull/2303@github.com>
Subject: Re: [quicwg/base-drafts] One Retry/VN per UDP datagram (#2303)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5c32b8eb97e0b_42df3ff89d6d45b873699d"; 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/PJ2mOibRVkgBlAfzqjZmfK01UcI>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
List-Id: Notification list for GitHub issues related to the QUIC WG <quic-issues.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=unsubscribe>
List-Archive: <https://mailarchive.ietf.org/arch/browse/quic-issues/>
List-Post: <mailto:quic-issues@ietf.org>
List-Help: <mailto:quic-issues-request@ietf.org?subject=help>
List-Subscribe: <https://www.ietf.org/mailman/listinfo/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=subscribe>
X-List-Received-Date: Mon, 07 Jan 2019 02:26:54 -0000

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

@marten-seemann 
> A client could coalesce two packets of different versions.

I'd argue that a client can't do that, because the draft states "Senders MUST NOT coalesce QUIC packets for different connections into a single UDP datagram", OTOH I agree that there's nothing that requires the server to drop following QUIC packets with different versions within a combined datagram.

> As I've said on the issue, I still feel uneasy with the fact that a client could coalesce around 70 packets into a single datagram, and I'd prefer more rigid rules to solve this problem.

As I stated on 
https://github.com/quicwg/base-drafts/issues/2259#issuecomment-450711758, I (still) think the approach in this PR would require having minimal state. Would you mind elaborating (possibly on the issue) why you think differently?

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/quicwg/base-drafts/pull/2303#issuecomment-451803169
----==_mimepart_5c32b8eb97e0b_42df3ff89d6d45b873699d
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=3D1478487" data-octo-click=3D"hovercard-link-c=
lick" data-octo-dimensions=3D"link_type:self" href=3D"https://github.com/=
marten-seemann">@marten-seemann</a></p>
<blockquote>
<p>A client could coalesce two packets of different versions.</p>
</blockquote>
<p>I'd argue that a client can't do that, because the draft states "Sende=
rs MUST NOT coalesce QUIC packets for different connections into a single=
 UDP datagram", OTOH I agree that there's nothing that requires the serve=
r to drop following QUIC packets with different versions within a combine=
d datagram.</p>
<blockquote>
<p>As I've said on the issue, I still feel uneasy with the fact that a cl=
ient could coalesce around 70 packets into a single datagram, and I'd pre=
fer more rigid rules to solve this problem.</p>
</blockquote>
<p>As I stated on<br>
<a class=3D"issue-link js-issue-link" data-error-text=3D"Failed to load i=
ssue title" data-id=3D"394199560" data-permission-text=3D"Issue title is =
private" data-url=3D"https://github.com/quicwg/base-drafts/issues/2259" d=
ata-hovercard-type=3D"issue" data-hovercard-url=3D"/quicwg/base-drafts/is=
sues/2259/hovercard?comment_id=3D450711758&amp;comment_type=3Dissue_comme=
nt" href=3D"https://github.com/quicwg/base-drafts/issues/2259#issuecommen=
t-450711758">#2259 (comment)</a>, I (still) think the approach in this PR=
 would require having minimal state. Would you mind elaborating (possibly=
 on the issue) why you think differently?</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/pull/2303#issuecomment-451803169">view it on GitHub</a>, o=
r <a href=3D"https://github.com/notifications/unsubscribe-auth/AWbkqz9fRD=
nDqOp7LKEFxg_SNpNeozMyks5vArBrgaJpZM4Zyty6">mute the thread</a>.<img src=3D=
"https://github.com/notifications/beacon/AWbkq4DvhTKAGtmHNX_opDvZlcMq9dJb=
ks5vArBrgaJpZM4Zyty6.gif" height=3D"1" width=3D"1" alt=3D"" /></p>
<script type=3D"application/json" data-scope=3D"inboxmarkup">{"api_versio=
n":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name"=
:"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"=
quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"http=
s://github.githubassets.com/images/email/message_cards/header.png","avata=
r_image_url":"https://github.githubassets.com/images/email/message_cards/=
avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/q=
uicwg/base-drafts"}},"updates":{"snippets":[{"icon":"PERSON","message":"@=
kazuho in #2303: @marten-seemann \r\n\u003e A client could coalesce two p=
ackets of different versions.\r\n\r\nI'd argue that a client can't do tha=
t, because the draft states \"Senders MUST NOT coalesce QUIC packets for =
different connections into a single UDP datagram\", OTOH I agree that the=
re's nothing that requires the server to drop following QUIC packets with=
 different versions within a combined datagram.\r\n\r\n\u003e As I've sai=
d on the issue, I still feel uneasy with the fact that a client could coa=
lesce around 70 packets into a single datagram, and I'd prefer more rigid=
 rules to solve this problem.\r\n\r\nAs I stated on \r\nhttps://github.co=
m/quicwg/base-drafts/issues/2259#issuecomment-450711758, I (still) think =
the approach in this PR would require having minimal state. Would you min=
d elaborating (possibly on the issue) why you think differently?"}],"acti=
on":{"name":"View Pull Request","url":"https://github.com/quicwg/base-dra=
fts/pull/2303#issuecomment-451803169"}}}</script>
<script type=3D"application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/pull/2303#issuecomment-4=
51803169",
"url": "https://github.com/quicwg/base-drafts/pull/2303#issuecomment-4518=
03169",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>=

----==_mimepart_5c32b8eb97e0b_42df3ff89d6d45b873699d--


From nobody Sun Jan  6 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 07166129C6A for <quic-issues@ietfa.amsl.com>; Sun,  6 Jan 2019 18:31:43 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -6.661
X-Spam-Level: 
X-Spam-Status: No, score=-6.661 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIMWL_WL_HIGH=-0.065, 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_PASS=-0.001] autolearn=ham autolearn_force=no
Authentication-Results: ietfa.amsl.com (amavisd-new); dkim=pass (1024-bit key) header.d=github.com
Received: from mail.ietf.org ([4.31.198.44]) by localhost (ietfa.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id ouJsCMj1lCfC for <quic-issues@ietfa.amsl.com>; Sun,  6 Jan 2019 18:31:41 -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 104DD1292F1 for <quic-issues@ietf.org>; Sun,  6 Jan 2019 18:31:41 -0800 (PST)
Date: Sun, 06 Jan 2019 18:31:40 -0800
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1546828300; bh=tNCQ4972lXYUxcnHlom3e0lZ0IDsNR1jweIquYGggzo=; h=Date:From:Reply-To:To:Cc:Subject:List-ID:List-Archive:List-Post: List-Unsubscribe:From; b=uxBVzoluvS5vQQgnQZ+xJshr+VgJp7WpdDCpTDCh/ilwBKhfIYDTTqlMZ+C5W1pX0 vaceanUbr2hn7DgFtw9a9hewpTcX6HXDGAMBvsxwzYw0YSd6czV22rYExTnSP08zSc YNQvpB7xYQ0rNl7I0kx4Tzjn/Rv0jjLuoIPDdIVs=
From: Kazuho Oku <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+0166e4ab3f2d44973b6728ff661e4b11873bf87e100e758992cf00000001184a7c0c92a169ce179f759d@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/pull/2304@github.com>
Subject: [quicwg/base-drafts] we no longer have unknown packet types (#2304)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5c32ba0c3f075_32ab3fa85a4d45bc2144b7"; 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/_Z86pgYDKeDP8Cmgw2MQJty48d0>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
List-Id: Notification list for GitHub issues related to the QUIC WG <quic-issues.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=unsubscribe>
List-Archive: <https://mailarchive.ietf.org/arch/browse/quic-issues/>
List-Post: <mailto:quic-issues@ietf.org>
List-Help: <mailto:quic-issues-request@ietf.org?subject=help>
List-Subscribe: <https://www.ietf.org/mailman/listinfo/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=subscribe>
X-List-Received-Date: Mon, 07 Jan 2019 02:31:43 -0000

----==_mimepart_5c32ba0c3f075_32ab3fa85a4d45bc2144b7
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/2304

-- Commit Summary --

  * we no longer have unknown packet types

-- File Changes --

    M draft-ietf-quic-transport.md (6)

-- Patch Links --

https://github.com/quicwg/base-drafts/pull/2304.patch
https://github.com/quicwg/base-drafts/pull/2304.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/2304

----==_mimepart_5c32ba0c3f075_32ab3fa85a4d45bc2144b7
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/2304'>https://github.com/quicwg/base-drafts/pull/2304</a></p>

<h4>Commit Summary</h4>
<ul>
  <li>we no longer have unknown packet types</li>
</ul>

<h4>File Changes</h4>
<ul>
  <li>
    <strong>M</strong>
    <a href="https://github.com/quicwg/base-drafts/pull/2304/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/2304.patch'>https://github.com/quicwg/base-drafts/pull/2304.patch</a></li>
  <li><a href='https://github.com/quicwg/base-drafts/pull/2304.diff'>https://github.com/quicwg/base-drafts/pull/2304.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/2304">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AWbkq67ahg3dYxIRO_Vhz6Tr1809IP4Jks5vArGMgaJpZM4Zywd2">mute the thread</a>.<img src="https://github.com/notifications/beacon/AWbkq3TePjRx99DzwAYIM7Jyb5Djd4hMks5vArGMgaJpZM4Zywd2.gif" height="1" width="1" alt="" /></p>
<script type="application/json" data-scope="inboxmarkup">{"api_version":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name":"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"https://github.githubassets.com/images/email/message_cards/header.png","avatar_image_url":"https://github.githubassets.com/images/email/message_cards/avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/quicwg/base-drafts"}},"updates":{"snippets":[{"icon":"DESCRIPTION","message":"we no longer have unknown packet types (#2304)"}],"action":{"name":"View Pull Request","url":"https://github.com/quicwg/base-drafts/pull/2304"}}}</script>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/pull/2304",
"url": "https://github.com/quicwg/base-drafts/pull/2304",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>

----==_mimepart_5c32ba0c3f075_32ab3fa85a4d45bc2144b7--


From nobody Sun Jan  6 19:04: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 1B829129A87 for <quic-issues@ietfa.amsl.com>; Sun,  6 Jan 2019 19:04:12 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -6.661
X-Spam-Level: 
X-Spam-Status: No, score=-6.661 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIMWL_WL_HIGH=-0.065, 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_PASS=-0.001] autolearn=ham autolearn_force=no
Authentication-Results: ietfa.amsl.com (amavisd-new); dkim=pass (1024-bit key) header.d=github.com
Received: from mail.ietf.org ([4.31.198.44]) by localhost (ietfa.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 7aVgsrmGA3rO for <quic-issues@ietfa.amsl.com>; Sun,  6 Jan 2019 19:04: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 712C61292F1 for <quic-issues@ietf.org>; Sun,  6 Jan 2019 19:04:10 -0800 (PST)
Date: Sun, 06 Jan 2019 19:04:09 -0800
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1546830249; bh=/u1DHNf5DxnzRg6VM7o6j7DE+IJnjNI4xWNQiwcpTWE=; h=Date:From:Reply-To:To:Cc:Subject:List-ID:List-Archive:List-Post: List-Unsubscribe:From; b=cxQH/t+Y3kEid47ZrjwIxnTV/CyAURGnO/6GhS5RY8gWkpsO9xljgWxeVJK+gKt4a hRTvtecv7mDksFR02F/QI4RKCOnuh0Y1mrw/qZqABHywTjnzUdObRxe66QSf7bbEZ4 351mDIpNnZO0n8xpgk3vnUGiYtckuqDfgxiZnlps=
From: Marten Seemann <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+0166e4abe76554955c7f8a6dc2c6004747cdaedf2813238992cf00000001184a83a992a169ce179f8940@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/pull/2305@github.com>
Subject: [quicwg/base-drafts] use the STREAM_STATE_ERROR for stream-related errors (#2305)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5c32c1a934b5b_32833ff7fd8d45c02234614"; 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/ULlC3pa8aho_meV2cgZw3-OnPrE>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
List-Id: Notification list for GitHub issues related to the QUIC WG <quic-issues.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=unsubscribe>
List-Archive: <https://mailarchive.ietf.org/arch/browse/quic-issues/>
List-Post: <mailto:quic-issues@ietf.org>
List-Help: <mailto:quic-issues-request@ietf.org?subject=help>
List-Subscribe: <https://www.ietf.org/mailman/listinfo/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=subscribe>
X-List-Received-Date: Mon, 07 Jan 2019 03:04:12 -0000

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

So far, we didn't use the STREAM_STATE_ERROR at all
You can view, comment on, or merge this pull request online at:

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

-- Commit Summary --

  * use the STREAM_STATE_ERROR for stream-related errors

-- File Changes --

    M draft-ietf-quic-transport.md (14)

-- Patch Links --

https://github.com/quicwg/base-drafts/pull/2305.patch
https://github.com/quicwg/base-drafts/pull/2305.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/2305

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

<p>So far, we didn't use the STREAM_STATE_ERROR at all</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/2305'>https://github.com/quicwg/base-drafts/pull/2305</a></p>

<h4>Commit Summary</h4>
<ul>
  <li>use the STREAM_STATE_ERROR for stream-related errors</li>
</ul>

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

<h4>Patch Links:</h4>
<ul>
  <li><a href='https://github.com/quicwg/base-drafts/pull/2305.patch'>https://github.com/quicwg/base-drafts/pull/2305.patch</a></li>
  <li><a href='https://github.com/quicwg/base-drafts/pull/2305.diff'>https://github.com/quicwg/base-drafts/pull/2305.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/2305">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AWbkq9_qf8XUuXVDodfhnflWPZXU9eynks5vArkpgaJpZM4ZyyH-">mute the thread</a>.<img src="https://github.com/notifications/beacon/AWbkqxUdp9K1zgeHyg9Y6ErrOozEuWz8ks5vArkpgaJpZM4ZyyH-.gif" height="1" width="1" alt="" /></p>
<script type="application/json" data-scope="inboxmarkup">{"api_version":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name":"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"https://github.githubassets.com/images/email/message_cards/header.png","avatar_image_url":"https://github.githubassets.com/images/email/message_cards/avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/quicwg/base-drafts"}},"updates":{"snippets":[{"icon":"DESCRIPTION","message":"use the STREAM_STATE_ERROR for stream-related errors (#2305)"}],"action":{"name":"View Pull Request","url":"https://github.com/quicwg/base-drafts/pull/2305"}}}</script>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/pull/2305",
"url": "https://github.com/quicwg/base-drafts/pull/2305",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>

----==_mimepart_5c32c1a934b5b_32833ff7fd8d45c02234614--


From nobody Sun Jan  6 19: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 CC7231292F1 for <quic-issues@ietfa.amsl.com>; Sun,  6 Jan 2019 19:07:47 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -6.661
X-Spam-Level: 
X-Spam-Status: No, score=-6.661 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIMWL_WL_HIGH=-0.065, 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_PASS=-0.001] autolearn=ham autolearn_force=no
Authentication-Results: ietfa.amsl.com (amavisd-new); dkim=pass (1024-bit key) header.d=github.com
Received: from mail.ietf.org ([4.31.198.44]) by localhost (ietfa.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id QN4rRNhN1SWn for <quic-issues@ietfa.amsl.com>; Sun,  6 Jan 2019 19:07: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 86F61130DD7 for <quic-issues@ietf.org>; Sun,  6 Jan 2019 19:07:39 -0800 (PST)
Date: Sun, 06 Jan 2019 19:07:38 -0800
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1546830458; bh=T/IE8WnWrpknLTKYlr5K7lR0QIoUmYSJSRmvXzrkV04=; h=Date:From:Reply-To:To:Cc:Subject:List-ID:List-Archive:List-Post: List-Unsubscribe:From; b=fNaDlA6SJmgYhyvnWgoVavPEHRxLbFkPytoNv2O2HIkX7GP2A5YgHu1yYYGYqYbeB IOdzwh0TsEXIzq/ADGSFN4fa18JfGAIogu4e+xTbvLeDw4qPU66vOsk/EWsP0ZhD6V 1ab4FauVkR6DuxalPJQdC1w169PX6H1cA7g7rh6c=
From: Kazuho Oku <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+0166e4abf9d78185b23e3830a38cd97dfc596008c770c38292cf00000001184a847a92a169ce179f8b1d@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/pull/2306@github.com>
Subject: [quicwg/base-drafts] "max_early_data" extension does not exist (#2306)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5c32c27a66e73_1b153fec358d45bc138384"; 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/kG6TB7bha7dkNG5GV8JxJcKnkSQ>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
List-Id: Notification list for GitHub issues related to the QUIC WG <quic-issues.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=unsubscribe>
List-Archive: <https://mailarchive.ietf.org/arch/browse/quic-issues/>
List-Post: <mailto:quic-issues@ietf.org>
List-Help: <mailto:quic-issues-request@ietf.org?subject=help>
List-Subscribe: <https://www.ietf.org/mailman/listinfo/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=subscribe>
X-List-Received-Date: Mon, 07 Jan 2019 03:07:48 -0000

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

What exists is "early_data" extension and its "max_early_data_size" field.
You can view, comment on, or merge this pull request online at:

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

-- Commit Summary --

  * "max_early_data" extension does not exist

-- File Changes --

    M draft-ietf-quic-tls.md (8)

-- Patch Links --

https://github.com/quicwg/base-drafts/pull/2306.patch
https://github.com/quicwg/base-drafts/pull/2306.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/2306

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

<p>What exists is "early_data" extension and its "max_early_data_size" field.</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/2306'>https://github.com/quicwg/base-drafts/pull/2306</a></p>

<h4>Commit Summary</h4>
<ul>
  <li>&quot;max_early_data&quot; extension does not exist</li>
</ul>

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

<h4>Patch Links:</h4>
<ul>
  <li><a href='https://github.com/quicwg/base-drafts/pull/2306.patch'>https://github.com/quicwg/base-drafts/pull/2306.patch</a></li>
  <li><a href='https://github.com/quicwg/base-drafts/pull/2306.diff'>https://github.com/quicwg/base-drafts/pull/2306.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/2306">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AWbkqzQl99iD5BifiHsNbp4sDpdgPLikks5vArn6gaJpZM4ZyyRF">mute the thread</a>.<img src="https://github.com/notifications/beacon/AWbkq4EB2Ts2O2KNIKI7ZLVLKch9O2mKks5vArn6gaJpZM4ZyyRF.gif" height="1" width="1" alt="" /></p>
<script type="application/json" data-scope="inboxmarkup">{"api_version":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name":"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"https://github.githubassets.com/images/email/message_cards/header.png","avatar_image_url":"https://github.githubassets.com/images/email/message_cards/avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/quicwg/base-drafts"}},"updates":{"snippets":[{"icon":"DESCRIPTION","message":"\"max_early_data\" extension does not exist (#2306)"}],"action":{"name":"View Pull Request","url":"https://github.com/quicwg/base-drafts/pull/2306"}}}</script>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/pull/2306",
"url": "https://github.com/quicwg/base-drafts/pull/2306",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>

----==_mimepart_5c32c27a66e73_1b153fec358d45bc138384--


From nobody Sun Jan  6 19:16: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 B950A130E5F for <quic-issues@ietfa.amsl.com>; Sun,  6 Jan 2019 19:16:20 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -6.447
X-Spam-Level: 
X-Spam-Status: No, score=-6.447 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIMWL_WL_HIGH=-0.065, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, HTML_IMAGE_ONLY_24=1.618, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-1, RCVD_IN_DNSWL_HI=-5, SPF_PASS=-0.001] autolearn=ham autolearn_force=no
Authentication-Results: ietfa.amsl.com (amavisd-new); dkim=pass (1024-bit key) header.d=github.com
Received: from mail.ietf.org ([4.31.198.44]) by localhost (ietfa.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id k8DTheY3EnrL for <quic-issues@ietfa.amsl.com>; Sun,  6 Jan 2019 19:16:19 -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 49C97130E3F for <quic-issues@ietf.org>; Sun,  6 Jan 2019 19:16:19 -0800 (PST)
Date: Sun, 06 Jan 2019 19:16:18 -0800
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1546830978; bh=VTsyri8KJIfoCkfgdsOyolyJ+bIIaztsJa5xn867Ei4=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=rjcNgjS3+9l4NTRao/6Xnqe7fVTNhZnD/rJox/4baztmo+Vag4VFug3hmlVvN9xcd Kq8QzvgA4VZHU/k1vp41HpwLhsWXsleWYsnER6it3e1lO+tZLCZ6tvVGXP2o/4W+AK DHRuYnrkmHDnSiJ93HN7QeCqjZRDkerEh1n+p82I=
From: Kazuho Oku <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/2285/push/3185497624@github.com>
In-Reply-To: <quicwg/base-drafts/pull/2285@github.com>
References: <quicwg/base-drafts/pull/2285@github.com>
Subject: Re: [quicwg/base-drafts] Rename Final Offset to Final Size (#2285)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5c32c4826905b_7903ff89d6d45b8179432"; charset=UTF-8
Content-Transfer-Encoding: 7bit
Precedence: list
X-GitHub-Sender: kazuho
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/uM1IsEy-fHXg4cxfOopFkDljyHM>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
List-Id: Notification list for GitHub issues related to the QUIC WG <quic-issues.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=unsubscribe>
List-Archive: <https://mailarchive.ietf.org/arch/browse/quic-issues/>
List-Post: <mailto:quic-issues@ietf.org>
List-Help: <mailto:quic-issues-request@ietf.org?subject=help>
List-Subscribe: <https://www.ietf.org/mailman/listinfo/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=subscribe>
X-List-Received-Date: Mon, 07 Jan 2019 03:16:21 -0000

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

@kazuho pushed 1 commit.

2d606c0b470d1279c2208460d3734b589bc5d92d  Merge branch 'master' into kazuho/final-size


-- 
You are receiving this because you are subscribed to this thread.
View it on GitHub:
https://github.com/quicwg/base-drafts/pull/2285/files/7369a018415fabd6e3295b4e04a102a0531fc06c..2d606c0b470d1279c2208460d3734b589bc5d92d

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

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

<ul>
  <li><a class="commit-link" href="https://github.com/quicwg/base-drafts/commit/2d606c0b470d1279c2208460d3734b589bc5d92d">2d606c0</a>  Merge branch &#39;master&#39; into kazuho/final-size</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/2285/files/7369a018415fabd6e3295b4e04a102a0531fc06c..2d606c0b470d1279c2208460d3734b589bc5d92d">View it on GitHub</a> or <a href="https://github.com/notifications/unsubscribe-auth/AWbkq7mnGooTPSVgXgvgd3WIuP9DH4VBks5vArwCgaJpZM4Zna81">mute the thread</a>.<img src="https://github.com/notifications/beacon/AWbkq8bWHCO_KgBfvQxd02oqHZBVazDlks5vArwCgaJpZM4Zna81.gif" height="1" width="1" alt="" /></p>
<script type="application/json" data-scope="inboxmarkup">{"api_version":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name":"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"https://github.githubassets.com/images/email/message_cards/header.png","avatar_image_url":"https://github.githubassets.com/images/email/message_cards/avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/quicwg/base-drafts"}},"updates":{"snippets":[{"icon":"PERSON","message":"@kazuho pushed 1 commit in #2285"}],"action":{"name":"View Pull Request","url":"https://github.com/quicwg/base-drafts/pull/2285/files/7369a018415fabd6e3295b4e04a102a0531fc06c..2d606c0b470d1279c2208460d3734b589bc5d92d"}}}</script>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/pull/2285/files/7369a018415fabd6e3295b4e04a102a0531fc06c..2d606c0b470d1279c2208460d3734b589bc5d92d",
"url": "https://github.com/quicwg/base-drafts/pull/2285/files/7369a018415fabd6e3295b4e04a102a0531fc06c..2d606c0b470d1279c2208460d3734b589bc5d92d",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>

----==_mimepart_5c32c4826905b_7903ff89d6d45b8179432--


From nobody Sun Jan  6 19: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 D10A91292F1 for <quic-issues@ietfa.amsl.com>; Sun,  6 Jan 2019 19:33:34 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -6.661
X-Spam-Level: 
X-Spam-Status: No, score=-6.661 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIMWL_WL_HIGH=-0.065, 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_PASS=-0.001] autolearn=ham autolearn_force=no
Authentication-Results: ietfa.amsl.com (amavisd-new); dkim=pass (1024-bit key) header.d=github.com
Received: from mail.ietf.org ([4.31.198.44]) by localhost (ietfa.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id gP0GMNXia28j for <quic-issues@ietfa.amsl.com>; Sun,  6 Jan 2019 19:33:33 -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 CFFC2127133 for <quic-issues@ietf.org>; Sun,  6 Jan 2019 19:33:32 -0800 (PST)
Date: Sun, 06 Jan 2019 19:33:31 -0800
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1546832011; bh=SRzNHyOfqxabhq1fZwr+k5CSA9T/+8JNpYLVJ2t5s+c=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=CijjI9U/Meig+uuxz8B+mnjixopBEcRKjW4YEXD7XliI2VE1zAh1eVEiQVzssx/rD m8HwCsUbxEc7jZdoAuJ8sIwOKE1Rj9QjnluHVKSoZK4OEQFW7vS7sKJW4WpIpPtpGV 6hgDJjbquf9nP+hAvdyfzDWI3AfDmZOPo6/PMcdU=
From: ianswett <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+0166e4ab362843f9e459364e41928a16b7153fa36cefc0b692cf00000001184a8a8b92a169ce179f536f@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/pull/2303/review/189668786@github.com>
In-Reply-To: <quicwg/base-drafts/pull/2303@github.com>
References: <quicwg/base-drafts/pull/2303@github.com>
Subject: Re: [quicwg/base-drafts] One Retry/VN per UDP datagram (#2303)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5c32c88b95544_1e53faa21ad45c0121660"; 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/r_7w5WIPpyko3WKQe-1JFLjq-Sc>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
List-Id: Notification list for GitHub issues related to the QUIC WG <quic-issues.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=unsubscribe>
List-Archive: <https://mailarchive.ietf.org/arch/browse/quic-issues/>
List-Post: <mailto:quic-issues@ietf.org>
List-Help: <mailto:quic-issues-request@ietf.org?subject=help>
List-Subscribe: <https://www.ietf.org/mailman/listinfo/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=subscribe>
X-List-Received-Date: Mon, 07 Jan 2019 03:33:35 -0000

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

ianswett commented on this pull request.



> @@ -3872,7 +3872,9 @@ Destination Connection ID of subsequent packets that it sends.
 
 A server MAY send Retry packets in response to Initial and 0-RTT packets.  A
 server can either discard or buffer 0-RTT packets that it receives.  A server
-can send multiple Retry packets as it receives Initial or 0-RTT packets.
+can send multiple Retry packets as it receives Initial or 0-RTT packets.  A
+server MUST NOT send more than one Retry packet in response to a single UDP
+datagram.

In what use case are you expecting to send multiple Retrys in response to a UDP datagram?  And in those cases, can we require coalescing the Retrys into a single datagram, and so we could say no more than one UDP datagram in 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/pull/2303#discussion_r245542904
----==_mimepart_5c32c88b95544_1e53faa21ad45c0121660
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/2303#discussion_r245542904">draft-ietf-quic-transport.md</a>:</p>
<pre style='color:#555'>&gt; @@ -3872,7 +3872,9 @@ Destination Connection ID of subsequent packets that it sends.
 
 A server MAY send Retry packets in response to Initial and 0-RTT packets.  A
 server can either discard or buffer 0-RTT packets that it receives.  A server
-can send multiple Retry packets as it receives Initial or 0-RTT packets.
+can send multiple Retry packets as it receives Initial or 0-RTT packets.  A
+server MUST NOT send more than one Retry packet in response to a single UDP
+datagram.
</pre>
<p>In what use case are you expecting to send multiple Retrys in response to a UDP datagram?  And in those cases, can we require coalescing the Retrys into a single datagram, and so we could say no more than one UDP datagram in 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/pull/2303#discussion_r245542904">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AWbkq276E34O9ygRnV-O_0P8bX9JE9Ryks5vAsALgaJpZM4Zyty6">mute the thread</a>.<img src="https://github.com/notifications/beacon/AWbkq-cp_6SLC9lwgp2AM3ieA39S12inks5vAsALgaJpZM4Zyty6.gif" height="1" width="1" alt="" /></p>
<script type="application/json" data-scope="inboxmarkup">{"api_version":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name":"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"https://github.githubassets.com/images/email/message_cards/header.png","avatar_image_url":"https://github.githubassets.com/images/email/message_cards/avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/quicwg/base-drafts"}},"updates":{"snippets":[{"icon":"PERSON","message":"@ianswett commented on #2303"}],"action":{"name":"View Pull Request","url":"https://github.com/quicwg/base-drafts/pull/2303#discussion_r245542904"}}}</script>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/pull/2303#discussion_r245542904",
"url": "https://github.com/quicwg/base-drafts/pull/2303#discussion_r245542904",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>
----==_mimepart_5c32c88b95544_1e53faa21ad45c0121660--


From nobody Sun Jan  6 19:36: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 E7F66129A87 for <quic-issues@ietfa.amsl.com>; Sun,  6 Jan 2019 19:36:09 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -6.447
X-Spam-Level: 
X-Spam-Status: No, score=-6.447 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIMWL_WL_HIGH=-0.065, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, HTML_IMAGE_ONLY_24=1.618, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-1, RCVD_IN_DNSWL_HI=-5, SPF_PASS=-0.001] autolearn=ham autolearn_force=no
Authentication-Results: ietfa.amsl.com (amavisd-new); dkim=pass (1024-bit key) header.d=github.com
Received: from mail.ietf.org ([4.31.198.44]) by localhost (ietfa.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id OXrvcraJtCew for <quic-issues@ietfa.amsl.com>; Sun,  6 Jan 2019 19:36: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 D87BB1292F1 for <quic-issues@ietf.org>; Sun,  6 Jan 2019 19:36:07 -0800 (PST)
Date: Sun, 06 Jan 2019 19:36:06 -0800
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1546832166; bh=xHQkT391fqxjUh3xQoajYVDVtDEmNAv7BwvF8K5Oxl8=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=Y5/Hn8nOVr1fyzbaI9JLuIcFZy42p2NLMEk5RlpEAmfAkHV2e/vU7TvKuDyl2pt9u uBQIp8vOMBw9d1Ne7XeIXlJ8HvI5+Y320ohVIffZxM9DsLngezg4sBdNw1Uhhzd0nn CuXSZQoWHYaIAIHOM4F1j/dm06U3o57GOrZWiJDg=
From: ianswett <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+0166e4abbdc2f404919e0ca36642e6cfc1769a379f1017e792cf00000001184a8b2692a163ce01e60a51@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/commit/69378cd3cba339a9584052323e4b2cf03314ddca/31853137@github.com>
In-Reply-To: <quicwg/base-drafts/commit/69378cd3cba339a9584052323e4b2cf03314ddca@github.com>
References: <quicwg/base-drafts/commit/69378cd3cba339a9584052323e4b2cf03314ddca@github.com>
Subject: Re: [quicwg/base-drafts] ACK of non-existent packet is illegal (69378cd)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5c32c926cda11_6893fed16ed45c0809021"; 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/lvQ-wvy-UmFi_8JR7G9kzvTZwcU>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
List-Id: Notification list for GitHub issues related to the QUIC WG <quic-issues.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=unsubscribe>
List-Archive: <https://mailarchive.ietf.org/arch/browse/quic-issues/>
List-Post: <mailto:quic-issues@ietf.org>
List-Help: <mailto:quic-issues-request@ietf.org?subject=help>
List-Subscribe: <https://www.ietf.org/mailman/listinfo/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=subscribe>
X-List-Received-Date: Mon, 07 Jan 2019 03:36:10 -0000

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

I would agree a new error code would be useful 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/commit/69378cd3cba339a9584052323e4b2cf03314ddca#commitcomment-31853137
----==_mimepart_5c32c926cda11_6893fed16ed45c0809021
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

<p>I would agree a new error code would be useful 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/commit/69378cd3cba339a9584052323e4b2cf03314ddca#commitcomment-31853137">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AWbkq_bhVALjRxzQ6xRNQroX1qjM_odqks5vAsCmgaJpZM4ZywE1">mute the thread</a>.<img src="https://github.com/notifications/beacon/AWbkq0RiZCuVZHbeq4dNNXcCcmr0CH14ks5vAsCmgaJpZM4ZywE1.gif" height="1" width="1" alt="" /></p>
<script type="application/json" data-scope="inboxmarkup">{"api_version":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name":"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"https://github.githubassets.com/images/email/message_cards/header.png","avatar_image_url":"https://github.githubassets.com/images/email/message_cards/avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/quicwg/base-drafts"}},"updates":{"snippets":[{"icon":"PERSON","message":"@ianswett on 69378cd: I would agree a new error code would be useful here."}],"action":{"name":"View Commit","url":"https://github.com/quicwg/base-drafts/commit/69378cd3cba339a9584052323e4b2cf03314ddca#commitcomment-31853137"}}}</script>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/commit/69378cd3cba339a9584052323e4b2cf03314ddca#commitcomment-31853137",
"url": "https://github.com/quicwg/base-drafts/commit/69378cd3cba339a9584052323e4b2cf03314ddca#commitcomment-31853137",
"name": "View Commit"
},
"description": "View this Commit on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>
----==_mimepart_5c32c926cda11_6893fed16ed45c0809021--


From nobody Sun Jan  6 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 DDE901292F1 for <quic-issues@ietfa.amsl.com>; Sun,  6 Jan 2019 19:37:33 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -6.519
X-Spam-Level: 
X-Spam-Status: No, score=-6.519 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIMWL_WL_HIGH=-0.065, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, HTML_IMAGE_ONLY_20=1.546, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-1, RCVD_IN_DNSWL_HI=-5, SPF_PASS=-0.001] autolearn=ham autolearn_force=no
Authentication-Results: ietfa.amsl.com (amavisd-new); dkim=pass (1024-bit key) header.d=github.com
Received: from mail.ietf.org ([4.31.198.44]) by localhost (ietfa.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id H2qX1dVUu48G for <quic-issues@ietfa.amsl.com>; Sun,  6 Jan 2019 19:37: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 85F35127133 for <quic-issues@ietf.org>; Sun,  6 Jan 2019 19:37:32 -0800 (PST)
Date: Sun, 06 Jan 2019 19:37:31 -0800
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1546832251; bh=oSY2yzLfyFnhpdS6co8zhwZ6/I1ejfB5nhjuZXXAwiE=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=OomA7ebksFilpilKB8c33493ee/m95yeIOTIHxXCbh1XukiqG6mKdC40aAJwE1Zfx L7F1MU1fsayHEKLgmAq9fV4YkXR0eftBxcI3UjcHy9rl1DfqKKRUhEkm22pPEj2kc/ CxVS7d4tQM4OUzQ1unXeMhuVBa7NgYSbrMxHk0UQ=
From: Mark Nottingham <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+0166e4ab428b293fd875ee4ad8d4a22774ca138d255eba4592cf00000001184a8b7b92a169ce174bfde0@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/issues/2154/451812744@github.com>
In-Reply-To: <quicwg/base-drafts/issues/2154@github.com>
References: <quicwg/base-drafts/issues/2154@github.com>
Subject: Re: [quicwg/base-drafts] Idempotent frames? (#2154)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5c32c97bad0e9_5e663fa85a4d45bc879373"; 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/K8LkNsrM5R5PwWoNLdl3ZgnGuv4>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
List-Id: Notification list for GitHub issues related to the QUIC WG <quic-issues.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=unsubscribe>
List-Archive: <https://mailarchive.ietf.org/arch/browse/quic-issues/>
List-Post: <mailto:quic-issues@ietf.org>
List-Help: <mailto:quic-issues-request@ietf.org?subject=help>
List-Subscribe: <https://www.ietf.org/mailman/listinfo/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=subscribe>
X-List-Received-Date: Mon, 07 Jan 2019 03:37:34 -0000

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

Perhaps it'd be better to use `QUICv1` to avoid confusion like 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/2154#issuecomment-451812744
----==_mimepart_5c32c97bad0e9_5e663fa85a4d45bc879373
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

<p>Perhaps it'd be better to use <code>QUICv1</code> to avoid confusion like 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/2154#issuecomment-451812744">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AWbkq7aN6kXh2o0rOv6U7eTXw7qhK_QGks5vAsD7gaJpZM4ZSaIQ">mute the thread</a>.<img src="https://github.com/notifications/beacon/AWbkq8EJDiwxG44Xb4kBDBuibpru6FxCks5vAsD7gaJpZM4ZSaIQ.gif" height="1" width="1" alt="" /></p>
<script type="application/json" data-scope="inboxmarkup">{"api_version":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name":"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"https://github.githubassets.com/images/email/message_cards/header.png","avatar_image_url":"https://github.githubassets.com/images/email/message_cards/avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/quicwg/base-drafts"}},"updates":{"snippets":[{"icon":"PERSON","message":"@mnot in #2154: Perhaps it'd be better to use `QUICv1` to avoid confusion like this."}],"action":{"name":"View Issue","url":"https://github.com/quicwg/base-drafts/issues/2154#issuecomment-451812744"}}}</script>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/issues/2154#issuecomment-451812744",
"url": "https://github.com/quicwg/base-drafts/issues/2154#issuecomment-451812744",
"name": "View Issue"
},
"description": "View this Issue on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>
----==_mimepart_5c32c97bad0e9_5e663fa85a4d45bc879373--


From nobody Sun Jan  6 19:39: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 81E34129A87 for <quic-issues@ietfa.amsl.com>; Sun,  6 Jan 2019 19:39:43 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -6.661
X-Spam-Level: 
X-Spam-Status: No, score=-6.661 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIMWL_WL_HIGH=-0.065, 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_PASS=-0.001] autolearn=ham autolearn_force=no
Authentication-Results: ietfa.amsl.com (amavisd-new); dkim=pass (1024-bit key) header.d=github.com
Received: from mail.ietf.org ([4.31.198.44]) by localhost (ietfa.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id vLVMZdAzrBgH for <quic-issues@ietfa.amsl.com>; Sun,  6 Jan 2019 19:39: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 EA0431292F1 for <quic-issues@ietf.org>; Sun,  6 Jan 2019 19:39:41 -0800 (PST)
Date: Sun, 06 Jan 2019 19:39:41 -0800
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1546832381; bh=RgVlY6xl0LFyr8XZxvmMMfK1gLsjbWQiRWZV8Piftao=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=2JH2rt5Jpb95zH4zu/t0vo2DGnmzzNwLFCtdrayHRbcBRldQ7h4/MAp950O6kSm4V AJSRUsnwgCpd1GfR05MxIhc/3kMEMWaQoxqPPD3ktomlC/VyB9frI38B32VYtR6xVP qEsekSKl457oGaiR91stbOn8+zIvLOBqq5sEc8qk=
From: ianswett <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+0166e4aba03dedc9239596cea48c3ddf7dad13b9fd28c78e92cf00000001184a8bfd92a169ce179f2f4c@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/pull/2301/review/189669364@github.com>
In-Reply-To: <quicwg/base-drafts/pull/2301@github.com>
References: <quicwg/base-drafts/pull/2301@github.com>
Subject: Re: [quicwg/base-drafts] Add a maximum for max_ack_delay (#2301)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5c32c9fd1744d_5ac93f86686d45c420307a9"; 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/HkWXT3k_JKsyFEZWFf3VYWl9Vj0>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
List-Id: Notification list for GitHub issues related to the QUIC WG <quic-issues.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=unsubscribe>
List-Archive: <https://mailarchive.ietf.org/arch/browse/quic-issues/>
List-Post: <mailto:quic-issues@ietf.org>
List-Help: <mailto:quic-issues-request@ietf.org?subject=help>
List-Subscribe: <https://www.ietf.org/mailman/listinfo/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=subscribe>
X-List-Received-Date: Mon, 07 Jan 2019 03:39:44 -0000

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

ianswett commented on this pull request.



> @@ -4086,6 +4086,7 @@ max_ack_delay (0x000b):
   delays in alarms firing.  For example, if a receiver sets a timer for 5ms
   and alarms commonly fire up to 1ms late, then it should send a max_ack_delay
   of 6ms.  If this value is absent, a default of 25 milliseconds is assumed.
+  Values of 2^14 or greater are invalid.

Can you clarify what should happen if the value is invalid?  ie: Should the receiver cap the value at 2^14 or should the peer close 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/pull/2301#pullrequestreview-189669364
----==_mimepart_5c32c9fd1744d_5ac93f86686d45c420307a9
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/2301#discussion_r245543344">draft-ietf-quic-transport.md</a>:</p>
<pre style='color:#555'>&gt; @@ -4086,6 +4086,7 @@ max_ack_delay (0x000b):
   delays in alarms firing.  For example, if a receiver sets a timer for 5ms
   and alarms commonly fire up to 1ms late, then it should send a max_ack_delay
   of 6ms.  If this value is absent, a default of 25 milliseconds is assumed.
+  Values of 2^14 or greater are invalid.
</pre>
<p>Can you clarify what should happen if the value is invalid?  ie: Should the receiver cap the value at 2^14 or should the peer close 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/pull/2301#pullrequestreview-189669364">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AWbkq3vPMmRAF3ZhKgrMaX1R9OalDg63ks5vAsF9gaJpZM4ZyrAD">mute the thread</a>.<img src="https://github.com/notifications/beacon/AWbkq03gzldxFibftH3zHWiGdTLnrGR1ks5vAsF9gaJpZM4ZyrAD.gif" height="1" width="1" alt="" /></p>
<script type="application/json" data-scope="inboxmarkup">{"api_version":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name":"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"https://github.githubassets.com/images/email/message_cards/header.png","avatar_image_url":"https://github.githubassets.com/images/email/message_cards/avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/quicwg/base-drafts"}},"updates":{"snippets":[{"icon":"PERSON","message":"@ianswett commented on #2301"}],"action":{"name":"View Pull Request","url":"https://github.com/quicwg/base-drafts/pull/2301#pullrequestreview-189669364"}}}</script>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/pull/2301#pullrequestreview-189669364",
"url": "https://github.com/quicwg/base-drafts/pull/2301#pullrequestreview-189669364",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>
----==_mimepart_5c32c9fd1744d_5ac93f86686d45c420307a9--


From nobody Sun Jan  6 19: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 9580E1292F1 for <quic-issues@ietfa.amsl.com>; Sun,  6 Jan 2019 19:39:54 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -8.065
X-Spam-Level: 
X-Spam-Status: No, score=-8.065 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIMWL_WL_HIGH=-0.065, 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_PASS=-0.001] autolearn=ham autolearn_force=no
Authentication-Results: ietfa.amsl.com (amavisd-new); dkim=pass (1024-bit key) header.d=github.com
Received: from mail.ietf.org ([4.31.198.44]) by localhost (ietfa.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id Je_2kpJWC5ey for <quic-issues@ietfa.amsl.com>; Sun,  6 Jan 2019 19:39:52 -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 9346B127133 for <quic-issues@ietf.org>; Sun,  6 Jan 2019 19:39:52 -0800 (PST)
Date: Sun, 06 Jan 2019 19:39:51 -0800
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1546832391; bh=bJ7M5upBSd9IWZOzDKb/qShVECO4q3WqvKfqQwQ1+cU=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=Hvk95jreeKgfGJf9UIIobMlXCUePxhEFD+QObsnRQ9m3NHsI3TlnhkgeGTqEtObiV NrmRN/Q8BgzvyqlCzFAQ2B6E1hjk+ty6r+bacYBLOumRgQ7GLai+InaPJyHwhLc3Jg +tpYlJjv8g7Woy6WJIXs4IvlwMsUvZ5+kebYuGzY=
From: Marten Seemann <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+0166e4abb9d139135a0a487ddb5b3bb533134deeb30adedc92cf00000001184a8c0792a169ce179f536f@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/pull/2303/c451813086@github.com>
In-Reply-To: <quicwg/base-drafts/pull/2303@github.com>
References: <quicwg/base-drafts/pull/2303@github.com>
Subject: Re: [quicwg/base-drafts] One Retry/VN per UDP datagram (#2303)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5c32ca07c2a67_60be3f80ab8d45bc3807c5"; 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/A0axCd40J0Q_19BcvELnLvxGG3w>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
List-Id: Notification list for GitHub issues related to the QUIC WG <quic-issues.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=unsubscribe>
List-Archive: <https://mailarchive.ietf.org/arch/browse/quic-issues/>
List-Post: <mailto:quic-issues@ietf.org>
List-Help: <mailto:quic-issues-request@ietf.org?subject=help>
List-Subscribe: <https://www.ietf.org/mailman/listinfo/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=subscribe>
X-List-Received-Date: Mon, 07 Jan 2019 03:39:54 -0000

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

Sure, the issue here comes from multi-threaded processing, and reusing packet buffers.

I have one thread (or rather, one go-routine) that reads UDP datagrams from the network, splits the coalesced packets and parses the unencrypted part of the header, and then passes the QUIC packets to their respective connections (which are running in a separate go-routine each). In order to reduce allocations, I reuse the buffers I read my packets into. When handling coalesced packets, this means I have to wait until *all* coalesced parts have been processed before reusing the buffer.
Therefore, I can't just parse the first coalesced packet, pass it on for handling in another threat, and then continue parsing. This would create a race condition, since the handling of the packet might be executed before the parsing is finished, and the packet buffer would be returned already. So I have to split the coalesced packets first, and then handle them.

This wouldn't be a problem at all if a coalesced packet just had a few parts, as it's supposed to be. But since we're maximizing flexibility for no reason, an attacker might send me datagram consisting of around 70 packets, which I would all have to completely parse.

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

<p>Sure, the issue here comes from multi-threaded processing, and reusing=
 packet buffers.</p>
<p>I have one thread (or rather, one go-routine) that reads UDP datagrams=
 from the network, splits the coalesced packets and parses the unencrypte=
d part of the header, and then passes the QUIC packets to their respectiv=
e connections (which are running in a separate go-routine each). In order=
 to reduce allocations, I reuse the buffers I read my packets into. When =
handling coalesced packets, this means I have to wait until <em>all</em> =
coalesced parts have been processed before reusing the buffer.<br>
Therefore, I can't just parse the first coalesced packet, pass it on for =
handling in another threat, and then continue parsing. This would create =
a race condition, since the handling of the packet might be executed befo=
re the parsing is finished, and the packet buffer would be returned alrea=
dy. So I have to split the coalesced packets first, and then handle them.=
</p>
<p>This wouldn't be a problem at all if a coalesced packet just had a few=
 parts, as it's supposed to be. But since we're maximizing flexibility fo=
r no reason, an attacker might send me datagram consisting of around 70 p=
ackets, which I would all have to completely parse.</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/pull/2303#issuecomment-451813086">view it on GitHub</a>, o=
r <a href=3D"https://github.com/notifications/unsubscribe-auth/AWbkqxgMt_=
B6Az99MMyT_e2XIQjiw-J_ks5vAsGHgaJpZM4Zyty6">mute the thread</a>.<img src=3D=
"https://github.com/notifications/beacon/AWbkq2_DAXwGqMX_LWU4lY475Nto2X-7=
ks5vAsGHgaJpZM4Zyty6.gif" height=3D"1" width=3D"1" alt=3D"" /></p>
<script type=3D"application/json" data-scope=3D"inboxmarkup">{"api_versio=
n":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name"=
:"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"=
quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"http=
s://github.githubassets.com/images/email/message_cards/header.png","avata=
r_image_url":"https://github.githubassets.com/images/email/message_cards/=
avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/q=
uicwg/base-drafts"}},"updates":{"snippets":[{"icon":"PERSON","message":"@=
marten-seemann in #2303: Sure, the issue here comes from multi-threaded p=
rocessing, and reusing packet buffers.\r\n\r\nI have one thread (or rathe=
r, one go-routine) that reads UDP datagrams from the network, splits the =
coalesced packets and parses the unencrypted part of the header, and then=
 passes the QUIC packets to their respective connections (which are runni=
ng in a separate go-routine each). In order to reduce allocations, I reus=
e the buffers I read my packets into. When handling coalesced packets, th=
is means I have to wait until *all* coalesced parts have been processed b=
efore reusing the buffer.\r\nTherefore, I can't just parse the first coal=
esced packet, pass it on for handling in another threat, and then continu=
e parsing. This would create a race condition, since the handling of the =
packet might be executed before the parsing is finished, and the packet b=
uffer would be returned already. So I have to split the coalesced packets=
 first, and then handle them.\r\n\r\nThis wouldn't be a problem at all if=
 a coalesced packet just had a few parts, as it's supposed to be. But sin=
ce we're maximizing flexibility for no reason, an attacker might send me =
datagram consisting of around 70 packets, which I would all have to compl=
etely parse."}],"action":{"name":"View Pull Request","url":"https://githu=
b.com/quicwg/base-drafts/pull/2303#issuecomment-451813086"}}}</script>
<script type=3D"application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/pull/2303#issuecomment-4=
51813086",
"url": "https://github.com/quicwg/base-drafts/pull/2303#issuecomment-4518=
13086",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>=

----==_mimepart_5c32ca07c2a67_60be3f80ab8d45bc3807c5--


From nobody Sun Jan  6 19: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 E1670128D09 for <quic-issues@ietfa.amsl.com>; Sun,  6 Jan 2019 19:54:33 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -6.661
X-Spam-Level: 
X-Spam-Status: No, score=-6.661 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIMWL_WL_HIGH=-0.065, 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_PASS=-0.001] autolearn=ham autolearn_force=no
Authentication-Results: ietfa.amsl.com (amavisd-new); dkim=pass (1024-bit key) header.d=github.com
Received: from mail.ietf.org ([4.31.198.44]) by localhost (ietfa.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id S1MQaCAxE95C for <quic-issues@ietfa.amsl.com>; Sun,  6 Jan 2019 19:54: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 1449B127133 for <quic-issues@ietf.org>; Sun,  6 Jan 2019 19:54:32 -0800 (PST)
Date: Sun, 06 Jan 2019 19:54:31 -0800
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1546833271; bh=1uaTlZLaJy7f6bYQoqGKzdk0y+9fFuI/gHuA03enmjs=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=QML9VfMkw5U41mzCkZSGs9K1grrBUhat0z9NmF/agRUw5VJ/tdQpiygxaITp88Slx t+Ba1annhr9uWge7KEWWaqbF+PeDv9Xi4dAH03pyfXa8Uvsy18TL73B4hzSTuDkMgE /lTNa/Kz6M8G+uarYxKefsUJSHVwgUHdM9TS3AOs=
From: ianswett <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+0166e4ab5d752b7af1ee58ba5fe33bc5d1d9d0b7747aae8692cf00000001184a8f7792a169ce179bec73@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/pull/2296/review/189670972@github.com>
In-Reply-To: <quicwg/base-drafts/pull/2296@github.com>
References: <quicwg/base-drafts/pull/2296@github.com>
Subject: Re: [quicwg/base-drafts] Allow servers to send a preferred address of each address family (#2296)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5c32cd77457ee_38373fcabd0d45b87846c4"; 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/BPcfV0UOuwCw27Zq58W5OXdnzFk>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
List-Id: Notification list for GitHub issues related to the QUIC WG <quic-issues.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=unsubscribe>
List-Archive: <https://mailarchive.ietf.org/arch/browse/quic-issues/>
List-Post: <mailto:quic-issues@ietf.org>
List-Help: <mailto:quic-issues-request@ietf.org?subject=help>
List-Subscribe: <https://www.ietf.org/mailman/listinfo/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=subscribe>
X-List-Received-Date: Mon, 07 Jan 2019 03:54:34 -0000

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

ianswett commented on this pull request.



>  
 ~~~
    struct {
-     enum { IPv4(4), IPv6(6), (15) } ipVersion;
-     opaque ipAddress<4..2^8-1>;
+     opaque ipv4Address<0..2^8-1>;

@kazuho suggestion 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/pull/2296#discussion_r245544613
----==_mimepart_5c32cd77457ee_38373fcabd0d45b87846c4
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/2296#discussion_r245544613">draft-ietf-quic-transport.md</a>:</p>
<pre style='color:#555'>&gt;  
 ~~~
    struct {
-     enum { IPv4(4), IPv6(6), (15) } ipVersion;
-     opaque ipAddress&lt;4..2^8-1&gt;;
+     opaque ipv4Address&lt;0..2^8-1&gt;;
</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> suggestion 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/pull/2296#discussion_r245544613">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AWbkq08OqRZqWLckoTivIqPp7fWaXhKLks5vAsT3gaJpZM4ZuHR_">mute the thread</a>.<img src="https://github.com/notifications/beacon/AWbkq-XnXWQUNr_8JBNc8gQ8YCZ7HUoEks5vAsT3gaJpZM4ZuHR_.gif" height="1" width="1" alt="" /></p>
<script type="application/json" data-scope="inboxmarkup">{"api_version":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name":"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"https://github.githubassets.com/images/email/message_cards/header.png","avatar_image_url":"https://github.githubassets.com/images/email/message_cards/avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/quicwg/base-drafts"}},"updates":{"snippets":[{"icon":"PERSON","message":"@ianswett commented on #2296"}],"action":{"name":"View Pull Request","url":"https://github.com/quicwg/base-drafts/pull/2296#discussion_r245544613"}}}</script>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/pull/2296#discussion_r245544613",
"url": "https://github.com/quicwg/base-drafts/pull/2296#discussion_r245544613",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>
----==_mimepart_5c32cd77457ee_38373fcabd0d45b87846c4--


From nobody Sun Jan  6 19: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 AE0941292F1 for <quic-issues@ietfa.amsl.com>; Sun,  6 Jan 2019 19:56:36 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -6.447
X-Spam-Level: 
X-Spam-Status: No, score=-6.447 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIMWL_WL_HIGH=-0.065, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, HTML_IMAGE_ONLY_24=1.618, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-1, RCVD_IN_DNSWL_HI=-5, SPF_PASS=-0.001] autolearn=ham autolearn_force=no
Authentication-Results: ietfa.amsl.com (amavisd-new); dkim=pass (1024-bit key) header.d=github.com
Received: from mail.ietf.org ([4.31.198.44]) by localhost (ietfa.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id BicMYMYmaTQu for <quic-issues@ietfa.amsl.com>; Sun,  6 Jan 2019 19:56: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 ECB5E127133 for <quic-issues@ietf.org>; Sun,  6 Jan 2019 19:56:34 -0800 (PST)
Date: Sun, 06 Jan 2019 19:56:34 -0800
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1546833394; bh=y3tpccg/1MSz7rQW4RgcvNb7mEh1hPl+ZUNIRvmiGH4=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=PqIRqe0mj7n1LWkzhf26TH2OwKutwgEV5BinNJuFt6hAag8sjakrAIIbRxwn31STG NxOSXDFrsD3uyg6NSp5srMssjkno5Aa/Kk9qyOaxoRe/UIFM9++7X+RGUF7CCAu0y8 XpqbWNrPz+wkOd7tx7mZ4ZX+hErjJXfaXyIKGRiY=
From: ianswett <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+0166e4abd81cc2d768cf48fe780056cbc50c345ca931c27e92cf00000001184a8ff292a169ce179bec73@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/pull/2296/review/189671162@github.com>
In-Reply-To: <quicwg/base-drafts/pull/2296@github.com>
References: <quicwg/base-drafts/pull/2296@github.com>
Subject: Re: [quicwg/base-drafts] Allow servers to send a preferred address of each address family (#2296)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5c32cdf2c5b0_34dd3fa9d7ad45c473666d"; 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/ZEO82-VsMolMyBU4MXERiUowvFc>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
List-Id: Notification list for GitHub issues related to the QUIC WG <quic-issues.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=unsubscribe>
List-Archive: <https://mailarchive.ietf.org/arch/browse/quic-issues/>
List-Post: <mailto:quic-issues@ietf.org>
List-Help: <mailto:quic-issues-request@ietf.org?subject=help>
List-Subscribe: <https://www.ietf.org/mailman/listinfo/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=subscribe>
X-List-Received-Date: Mon, 07 Jan 2019 03:56:37 -0000

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

ianswett commented on this pull request.



>  
 ~~~
    struct {
-     enum { IPv4(4), IPv6(6), (15) } ipVersion;
-     opaque ipAddress<4..2^8-1>;
+     opaque ipv4Address<0..2^8-1>;
+     opaque ipv6Address<0..2^8-1>;
      uint16 port;

I'm fine with only supporting v4 and v6.

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/quicwg/base-drafts/pull/2296#discussion_r245544761
----==_mimepart_5c32cdf2c5b0_34dd3fa9d7ad45c473666d
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/2296#discussion_r245544761">draft-ietf-quic-transport.md</a>:</p>
<pre style='color:#555'>&gt;  
 ~~~
    struct {
-     enum { IPv4(4), IPv6(6), (15) } ipVersion;
-     opaque ipAddress&lt;4..2^8-1&gt;;
+     opaque ipv4Address&lt;0..2^8-1&gt;;
+     opaque ipv6Address&lt;0..2^8-1&gt;;
      uint16 port;
</pre>
<p>I'm fine with only supporting v4 and v6.</p>

<p style="font-size:small;-webkit-text-size-adjust:none;color:#666;">&mdash;<br />You are receiving this because you are subscribed to this thread.<br />Reply to this email directly, <a href="https://github.com/quicwg/base-drafts/pull/2296#discussion_r245544761">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AWbkq4Qs-w4ra_7rMAOAv2fQ-vn_Wcn3ks5vAsVygaJpZM4ZuHR_">mute the thread</a>.<img src="https://github.com/notifications/beacon/AWbkqyB9hb6mSH2Y7hRNh0jt7LtkDeqBks5vAsVygaJpZM4ZuHR_.gif" height="1" width="1" alt="" /></p>
<script type="application/json" data-scope="inboxmarkup">{"api_version":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name":"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"https://github.githubassets.com/images/email/message_cards/header.png","avatar_image_url":"https://github.githubassets.com/images/email/message_cards/avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/quicwg/base-drafts"}},"updates":{"snippets":[{"icon":"PERSON","message":"@ianswett commented on #2296"}],"action":{"name":"View Pull Request","url":"https://github.com/quicwg/base-drafts/pull/2296#discussion_r245544761"}}}</script>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/pull/2296#discussion_r245544761",
"url": "https://github.com/quicwg/base-drafts/pull/2296#discussion_r245544761",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>
----==_mimepart_5c32cdf2c5b0_34dd3fa9d7ad45c473666d--


From nobody Sun Jan  6 20:00: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 1F8F71292F1 for <quic-issues@ietfa.amsl.com>; Sun,  6 Jan 2019 20:00:55 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -8.065
X-Spam-Level: 
X-Spam-Status: No, score=-8.065 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIMWL_WL_HIGH=-0.065, 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_PASS=-0.001] autolearn=ham autolearn_force=no
Authentication-Results: ietfa.amsl.com (amavisd-new); dkim=pass (1024-bit key) header.d=github.com
Received: from mail.ietf.org ([4.31.198.44]) by localhost (ietfa.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id IHvLzVCJAtfs for <quic-issues@ietfa.amsl.com>; Sun,  6 Jan 2019 20:00: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 6B0B8127133 for <quic-issues@ietf.org>; Sun,  6 Jan 2019 20:00:53 -0800 (PST)
Date: Sun, 06 Jan 2019 20:00:52 -0800
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1546833652; bh=6jqbc8OOdfsGs3uXso9fh7CwqKLtVjfiwkPRL8pZ7sI=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=pPI1UVwa0qd+liUPBaKGWPY7irrtyj20Sz13qafosiB3Vs7pKPR43XDYke3gx97b+ DRz2n7FPjuzyhnrDBUoInx5AMxMlUhcqUJ1qdqvcp6I+h2dzSYRP+3VLZWYGJBvUWN BaKwEbjv3SbrnMz/xpFqeTL2XFGPslw0JQiK+jsw=
From: ianswett <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+0166e4ab1523ffa856e5b5c696ca809d4ebd2e18032b5bad92cf00000001184a90f492a169ce179f2fda@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/pull/2302/review/189671385@github.com>
In-Reply-To: <quicwg/base-drafts/pull/2302@github.com>
References: <quicwg/base-drafts/pull/2302@github.com>
Subject: Re: [quicwg/base-drafts]  ACK of non-existent packet is illegal  (#2302)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5c32cef4901fe_5b6b3f9bd38d45c429765"; 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/yMEKi4RZMHoFRrKaC1KxZPquPrw>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
List-Id: Notification list for GitHub issues related to the QUIC WG <quic-issues.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=unsubscribe>
List-Archive: <https://mailarchive.ietf.org/arch/browse/quic-issues/>
List-Post: <mailto:quic-issues@ietf.org>
List-Help: <mailto:quic-issues-request@ietf.org?subject=help>
List-Subscribe: <https://www.ietf.org/mailman/listinfo/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=subscribe>
X-List-Received-Date: Mon, 07 Jan 2019 04:00:55 -0000

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

ianswett commented on this pull request.

Some suggestions

> @@ -2856,24 +2856,30 @@ needing acknowledgement are received.  The sender can use the receiver's
 Strategies and implications of the frequency of generating acknowledgments are
 discussed in more detail in {{QUIC-RECOVERY}}.
 
-To limit ACK Blocks to those that have not yet been received by the sender,
-the receiver SHOULD track which ACK frames have been acknowledged.  The
-receiver SHOULD exclude already acknowledged packets from future ACK frames
-whenever these packets would unnecessarily contribute to the ACK frame size.
+To limit the ranges of acknowledged packet numbers to those that have not yet

```suggestion
To limit the ranges of acknowledged packets to those that have not yet
```

>  acknowledgment of its ACK frames, with the knowledge this could cause the sender
 to unnecessarily retransmit some data.  Standard QUIC {{QUIC-RECOVERY}}
 algorithms declare packets lost after sufficiently newer packets are
 acknowledged.  Therefore, the receiver SHOULD repeatedly acknowledge newly
 received packets in preference to packets received in the past.
 
+An endpoint SHOULD treat receipt of an acknowledgment for a packet it did not
+send as a connection error of type PROTOCOL_VIOLATION, if it is able to detect

As @marten-seemann said elsewhere, it'd be nice to have a new error code 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/2302#pullrequestreview-189671385
----==_mimepart_5c32cef4901fe_5b6b3f9bd38d45c429765
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: quoted-printable

<p><b>@ianswett</b> commented on this pull request.</p>=0D
=0D
<p>Some suggestions</p><hr>=0D
=0D
<p>In <a href=3D"https://github.com/quicwg/base-drafts/pull/2302#discussi=
on_r245544934">draft-ietf-quic-transport.md</a>:</p>=0D
<pre style=3D'color:#555'>&gt; @@ -2856,24 +2856,30 @@ needing acknowledg=
ement are received.  The sender can use the receiver&#39;s=0D
 Strategies and implications of the frequency of generating acknowledgmen=
ts are=0D
 discussed in more detail in {{QUIC-RECOVERY}}.=0D
 =0D
-To limit ACK Blocks to those that have not yet been received by the send=
er,=0D
-the receiver SHOULD track which ACK frames have been acknowledged.  The=0D=

-receiver SHOULD exclude already acknowledged packets from future ACK fra=
mes=0D
-whenever these packets would unnecessarily contribute to the ACK frame s=
ize.=0D
+To limit the ranges of acknowledged packet numbers to those that have no=
t yet=0D
</pre>=0D
=E2=AC=87=EF=B8=8F Suggested change=0D
<pre style=3D"color: #555">-To limit the ranges of acknowledged packet nu=
mbers to those that have not yet=0D
+To limit the ranges of acknowledged packets to those that have not yet=0D=

</pre>=0D
=0D
=0D
<hr>=0D
=0D
<p>In <a href=3D"https://github.com/quicwg/base-drafts/pull/2302#discussi=
on_r245545039">draft-ietf-quic-transport.md</a>:</p>=0D
<pre style=3D'color:#555'>&gt;  acknowledgment of its ACK frames, with th=
e knowledge this could cause the sender=0D
 to unnecessarily retransmit some data.  Standard QUIC {{QUIC-RECOVERY}}=0D=

 algorithms declare packets lost after sufficiently newer packets are=0D
 acknowledged.  Therefore, the receiver SHOULD repeatedly acknowledge new=
ly=0D
 received packets in preference to packets received in the past.=0D
 =0D
+An endpoint SHOULD treat receipt of an acknowledgment for a packet it di=
d not=0D
+send as a connection error of type PROTOCOL_VIOLATION, if it is able to =
detect=0D
</pre>=0D
<p>As <a class=3D"user-mention" data-hovercard-type=3D"user" data-hoverca=
rd-url=3D"/hovercards?user_id=3D1478487" data-octo-click=3D"hovercard-lin=
k-click" data-octo-dimensions=3D"link_type:self" href=3D"https://github.c=
om/marten-seemann">@marten-seemann</a> said elsewhere, it'd be nice to ha=
ve a new error code for this.</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/2302#pullrequestreview-189671385">view it on GitHub</=
a>, or <a href=3D"https://github.com/notifications/unsubscribe-auth/AWbkq=
-FNTJ8HkdvL1NLcDBf5-SzHpdgnks5vAsZ0gaJpZM4ZyrCo">mute the thread</a>.<img=
 src=3D"https://github.com/notifications/beacon/AWbkqxJr9BMpY-k-w-vJgDMJI=
MkcokAUks5vAsZ0gaJpZM4ZyrCo.gif" height=3D"1" width=3D"1" alt=3D"" /></p>=
=0D
<script type=3D"application/json" data-scope=3D"inboxmarkup">{"api_versio=
n":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name"=
:"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"=
quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"http=
s://github.githubassets.com/images/email/message_cards/header.png","avata=
r_image_url":"https://github.githubassets.com/images/email/message_cards/=
avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/q=
uicwg/base-drafts"}},"updates":{"snippets":[{"icon":"PERSON","message":"@=
ianswett commented on #2302"}],"action":{"name":"View Pull Request","url"=
:"https://github.com/quicwg/base-drafts/pull/2302#pullrequestreview-18967=
1385"}}}</script>=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/2302#pullrequestrev=
iew-189671385",=0D
"url": "https://github.com/quicwg/base-drafts/pull/2302#pullrequestreview=
-189671385",=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_5c32cef4901fe_5b6b3f9bd38d45c429765--


From nobody Sun Jan  6 20: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 86611128D09 for <quic-issues@ietfa.amsl.com>; Sun,  6 Jan 2019 20:09:25 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -8.065
X-Spam-Level: 
X-Spam-Status: No, score=-8.065 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIMWL_WL_HIGH=-0.065, 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_PASS=-0.001] autolearn=ham autolearn_force=no
Authentication-Results: ietfa.amsl.com (amavisd-new); dkim=pass (1024-bit key) header.d=github.com
Received: from mail.ietf.org ([4.31.198.44]) by localhost (ietfa.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id d-qGit4hEH6v for <quic-issues@ietfa.amsl.com>; Sun,  6 Jan 2019 20:09:24 -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 EFDCA127133 for <quic-issues@ietf.org>; Sun,  6 Jan 2019 20:09:23 -0800 (PST)
Date: Sun, 06 Jan 2019 20:09:22 -0800
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1546834163; bh=oydrv601UMVltp5mQFcfUqxXIhCISDTbAtearWizqY0=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=INg7x4VjcggcQNlxEKuy/BSZSsB6GuZoc1XBQumVUatctSekw8X5YYaEHvJ72pDmv GjycyRN1uUCMxCFKgspR/NhnxoYxsIdlLHTIHlxpfMBPwyjkb6W9VDNxOE6fN+x1Yy 5I50X9DPMxXBgRdSFtlJ73ENBi8NZCYK/ePgBi+0=
From: Kazuho Oku <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+0166e4ab43c65fb244cae2bac421e81f5059afa400015b9992cf00000001184a92f292a169ce179f536f@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/pull/2303/c451816576@github.com>
In-Reply-To: <quicwg/base-drafts/pull/2303@github.com>
References: <quicwg/base-drafts/pull/2303@github.com>
Subject: Re: [quicwg/base-drafts] One Retry/VN per UDP datagram (#2303)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5c32d0f2f22e6_26ef3f9aeb0d45c44608c2"; 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/pc63_MFK0sfqDpw-C1t_ZCDGu0Q>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
List-Id: Notification list for GitHub issues related to the QUIC WG <quic-issues.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=unsubscribe>
List-Archive: <https://mailarchive.ietf.org/arch/browse/quic-issues/>
List-Post: <mailto:quic-issues@ietf.org>
List-Help: <mailto:quic-issues-request@ietf.org?subject=help>
List-Subscribe: <https://www.ietf.org/mailman/listinfo/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=subscribe>
X-List-Received-Date: Mon, 07 Jan 2019 04:09:26 -0000

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

@marten-seemann Thank you for elaborating.

I think that we should be dispatching each QUIC datagram (instead of each QUIC packet) to the respective connections. That's how load balancers are expected to work, and what you are implementing is essentially a load balancer. The benefit of dispatching at the datagram level is that you'd have less things to do on the receiving thread.

> This wouldn't be a problem at all if a coalesced packet just had a few parts, as it's supposed to be. But since we're maximizing flexibility for no reason, an attacker might send me datagram consisting of around 70 packets, which I would all have to completely parse.

I understand your point on flexibility. However, in my view, the flexibility is not only how you coalesce, but the redundancy in all the long header fields. We have deliberately chosen the design because it is clear and easy to analyze (especially in regard to encryption). My preference goes to retaining the clarity by avoiding introducing restrictions.

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/quicwg/base-drafts/pull/2303#issuecomment-451816576
----==_mimepart_5c32d0f2f22e6_26ef3f9aeb0d45c44608c2
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=3D1478487" data-octo-click=3D"hovercard-link-c=
lick" data-octo-dimensions=3D"link_type:self" href=3D"https://github.com/=
marten-seemann">@marten-seemann</a> Thank you for elaborating.</p>
<p>I think that we should be dispatching each QUIC datagram (instead of e=
ach QUIC packet) to the respective connections. That's how load balancers=
 are expected to work, and what you are implementing is essentially a loa=
d balancer. The benefit of dispatching at the datagram level is that you'=
d have less things to do on the receiving thread.</p>
<blockquote>
<p>This wouldn't be a problem at all if a coalesced packet just had a few=
 parts, as it's supposed to be. But since we're maximizing flexibility fo=
r no reason, an attacker might send me datagram consisting of around 70 p=
ackets, which I would all have to completely parse.</p>
</blockquote>
<p>I understand your point on flexibility. However, in my view, the flexi=
bility is not only how you coalesce, but the redundancy in all the long h=
eader fields. We have deliberately chosen the design because it is clear =
and easy to analyze (especially in regard to encryption). My preference g=
oes to retaining the clarity by avoiding introducing restrictions.</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/pull/2303#issuecomment-451816576">view it on GitHub</a>, o=
r <a href=3D"https://github.com/notifications/unsubscribe-auth/AWbkqzy9Ox=
AODcI_b3O7KZ49tDjQkvvCks5vAshygaJpZM4Zyty6">mute the thread</a>.<img src=3D=
"https://github.com/notifications/beacon/AWbkq1z_FcE6Fb20YjuPYNcKACtv1LKe=
ks5vAshygaJpZM4Zyty6.gif" height=3D"1" width=3D"1" alt=3D"" /></p>
<script type=3D"application/json" data-scope=3D"inboxmarkup">{"api_versio=
n":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name"=
:"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"=
quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"http=
s://github.githubassets.com/images/email/message_cards/header.png","avata=
r_image_url":"https://github.githubassets.com/images/email/message_cards/=
avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/q=
uicwg/base-drafts"}},"updates":{"snippets":[{"icon":"PERSON","message":"@=
kazuho in #2303: @marten-seemann Thank you for elaborating.\r\n\r\nI thin=
k that we should be dispatching each QUIC datagram (instead of each QUIC =
packet) to the respective connections. That's how load balancers are expe=
cted to work, and what you are implementing is essentially a load balance=
r. The benefit of dispatching at the datagram level is that you'd have le=
ss things to do on the receiving thread.\r\n\r\n\u003e This wouldn't be a=
 problem at all if a coalesced packet just had a few parts, as it's suppo=
sed to be. But since we're maximizing flexibility for no reason, an attac=
ker might send me datagram consisting of around 70 packets, which I would=
 all have to completely parse.\r\n\r\nI understand your point on flexibil=
ity. However, in my view, the flexibility is not only how you coalesce, b=
ut the redundancy in all the long header fields. We have deliberately cho=
sen the design because it is clear and easy to analyze (especially in reg=
ard to encryption). My preference goes to retaining the clarity by avoidi=
ng introducing restrictions."}],"action":{"name":"View Pull Request","url=
":"https://github.com/quicwg/base-drafts/pull/2303#issuecomment-451816576=
"}}}</script>
<script type=3D"application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/pull/2303#issuecomment-4=
51816576",
"url": "https://github.com/quicwg/base-drafts/pull/2303#issuecomment-4518=
16576",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>=

----==_mimepart_5c32d0f2f22e6_26ef3f9aeb0d45c44608c2--


From nobody Sun Jan  6 20:10: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 AC80A1292F1 for <quic-issues@ietfa.amsl.com>; Sun,  6 Jan 2019 20:09:59 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -6.661
X-Spam-Level: 
X-Spam-Status: No, score=-6.661 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIMWL_WL_HIGH=-0.065, 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_PASS=-0.001] autolearn=ham autolearn_force=no
Authentication-Results: ietfa.amsl.com (amavisd-new); dkim=pass (1024-bit key) header.d=github.com
Received: from mail.ietf.org ([4.31.198.44]) by localhost (ietfa.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id kSZgrDWPH-0L for <quic-issues@ietfa.amsl.com>; Sun,  6 Jan 2019 20:09:57 -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 C44B4128D09 for <quic-issues@ietf.org>; Sun,  6 Jan 2019 20:09:57 -0800 (PST)
Date: Sun, 06 Jan 2019 20:09:56 -0800
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1546834197; bh=EMcZOU7GiTPXICkgs/Cf/iyPnDL7/ZooSJFFZfQx/Cc=; h=Date:From:Reply-To:To:Cc:Subject:List-ID:List-Archive:List-Post: List-Unsubscribe:From; b=d27PohbjCyzePAUipu6/0ISNxiDr/FPqdetTgXenL3HOQ2PLgFKXNukkrPSS/UX56 A1fYqm/wKKwgpzrB2T43+yHkglRiHeSUcRAllOb1VBTmJyzOQ9s05E3FjwyQTQbaSG fA7Vy+rwAYFfOKPkxbyIGi9v8ZxboevkkAEypCyE=
From: Marten Seemann <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+0166e4abed78a0dceb940d2ec5d1bdfba1e14d6b8255e19392cf00000001184a931492a169ce179fb001@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/pull/2307@github.com>
Subject: [quicwg/base-drafts] allow PING frames in Initial and Handshake packets (#2307)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5c32d114dd175_53cf3ff7fd8d45c072139e"; 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/07OCQoBkWYz8jkoMi1Yl-Hs-Iaw>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
List-Id: Notification list for GitHub issues related to the QUIC WG <quic-issues.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=unsubscribe>
List-Archive: <https://mailarchive.ietf.org/arch/browse/quic-issues/>
List-Post: <mailto:quic-issues@ietf.org>
List-Help: <mailto:quic-issues-request@ietf.org?subject=help>
List-Subscribe: <https://www.ietf.org/mailman/listinfo/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=subscribe>
X-List-Received-Date: Mon, 07 Jan 2019 04:10:00 -0000

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

Furthermore, specify the error code to send when encountering invalid frames at the Handshake encryption level.
You can view, comment on, or merge this pull request online at:

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

-- Commit Summary --

  * allow PINGs in Initial packets
  * allow PINGs in Handshake packets
  * specify the error code used when receiving invalid frames

-- File Changes --

    M draft-ietf-quic-transport.md (9)

-- Patch Links --

https://github.com/quicwg/base-drafts/pull/2307.patch
https://github.com/quicwg/base-drafts/pull/2307.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/2307

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

<p>Furthermore, specify the error code to send when encountering invalid frames at the Handshake encryption level.</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/2307'>https://github.com/quicwg/base-drafts/pull/2307</a></p>

<h4>Commit Summary</h4>
<ul>
  <li>allow PINGs in Initial packets</li>
  <li>allow PINGs in Handshake packets</li>
  <li>specify the error code used when receiving invalid frames</li>
</ul>

<h4>File Changes</h4>
<ul>
  <li>
    <strong>M</strong>
    <a href="https://github.com/quicwg/base-drafts/pull/2307/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/2307.patch'>https://github.com/quicwg/base-drafts/pull/2307.patch</a></li>
  <li><a href='https://github.com/quicwg/base-drafts/pull/2307.diff'>https://github.com/quicwg/base-drafts/pull/2307.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/2307">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AWbkq3fuuxRrRAUzDtu5RBi0vUi4R2wKks5vAsiUgaJpZM4Zy1R1">mute the thread</a>.<img src="https://github.com/notifications/beacon/AWbkq_3pgO2MpeBQYPPrFSxRfN_anW86ks5vAsiUgaJpZM4Zy1R1.gif" height="1" width="1" alt="" /></p>
<script type="application/json" data-scope="inboxmarkup">{"api_version":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name":"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"https://github.githubassets.com/images/email/message_cards/header.png","avatar_image_url":"https://github.githubassets.com/images/email/message_cards/avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/quicwg/base-drafts"}},"updates":{"snippets":[{"icon":"DESCRIPTION","message":"allow PING frames in Initial and Handshake packets (#2307)"}],"action":{"name":"View Pull Request","url":"https://github.com/quicwg/base-drafts/pull/2307"}}}</script>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/pull/2307",
"url": "https://github.com/quicwg/base-drafts/pull/2307",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>

----==_mimepart_5c32d114dd175_53cf3ff7fd8d45c072139e--


From nobody Sun Jan  6 20:33: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 B15BD128D09 for <quic-issues@ietfa.amsl.com>; Sun,  6 Jan 2019 20:33:04 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -6.661
X-Spam-Level: 
X-Spam-Status: No, score=-6.661 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIMWL_WL_HIGH=-0.065, 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_PASS=-0.001] autolearn=ham autolearn_force=no
Authentication-Results: ietfa.amsl.com (amavisd-new); dkim=pass (1024-bit key) header.d=github.com
Received: from mail.ietf.org ([4.31.198.44]) by localhost (ietfa.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id Ne2B14Yehy28 for <quic-issues@ietfa.amsl.com>; Sun,  6 Jan 2019 20:33: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 02F581274D0 for <quic-issues@ietf.org>; Sun,  6 Jan 2019 20:33:03 -0800 (PST)
Date: Sun, 06 Jan 2019 20:33:02 -0800
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1546835582; bh=fsPS3/BERW4Dv2NliNQ6mceDfjSK8vMFxqQnq477NmQ=; h=Date:From:Reply-To:To:Cc:Subject:List-ID:List-Archive:List-Post: List-Unsubscribe:From; b=HOf98XFccV4frzHo44Uuc3tJQgZz3zVI6gziCjrBjWFH4wpVII8miBmAMvsM9dxor G4vkJnEGoo2Vs9nXrnOdAOxYHLMv5nqR229O3aPArrOzmIo9dgHuiQ/v//wtXbN5Gn Rsg4w6BsX3B2HIMymuZuiHTxgVp/JimGcip8UDNI=
From: Marten Seemann <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+0166e4ab605f73b783d6c1645828e6cc2820103c76f696d592cf00000001184a987e92a169ce179fbcfb@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/issues/2308@github.com>
Subject: [quicwg/base-drafts] handling of coalesced packets with decryption errors creates DoS opportunity (#2308)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5c32d67e1c20_5433f9bd38d45c479932f"; 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/RKDzTLgvpDQobxjbReL18Brs9tw>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
List-Id: Notification list for GitHub issues related to the QUIC WG <quic-issues.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=unsubscribe>
List-Archive: <https://mailarchive.ietf.org/arch/browse/quic-issues/>
List-Post: <mailto:quic-issues@ietf.org>
List-Help: <mailto:quic-issues-request@ietf.org?subject=help>
List-Subscribe: <https://www.ietf.org/mailman/listinfo/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=subscribe>
X-List-Received-Date: Mon, 07 Jan 2019 04:33:05 -0000

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

The spec says
> For example, if decryption fails (because the keys are not available or any other reason) [...], the receiver MAY either discard or buffer the packet for later processing and MUST attempt to process the remaining packets.

It makes sense to continue processing if the keys are not available. However, if the keys are available, and decryption fails, this means that the peer sent an invalid packet (or that we're dealing with an on-path attacker, which we can't do anything against anyway). It seems that it would be equally valid to stop processing the datagram in that case.

Since it's possible to coalesce about 70 QUIC packets into a single 1200 byte datagram, an attacker could cause a peer to attempt 70 AEAD operations with a single datagram.

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

<p>The spec says</p>
<blockquote>
<p>For example, if decryption fails (because the keys are not available or any other reason) [...], the receiver MAY either discard or buffer the packet for later processing and MUST attempt to process the remaining packets.</p>
</blockquote>
<p>It makes sense to continue processing if the keys are not available. However, if the keys are available, and decryption fails, this means that the peer sent an invalid packet (or that we're dealing with an on-path attacker, which we can't do anything against anyway). It seems that it would be equally valid to stop processing the datagram in that case.</p>
<p>Since it's possible to coalesce about 70 QUIC packets into a single 1200 byte datagram, an attacker could cause a peer to attempt 70 AEAD operations with a single datagram.</p>

<p style="font-size:small;-webkit-text-size-adjust:none;color:#666;">&mdash;<br />You are receiving this because you are subscribed to this thread.<br />Reply to this email directly, <a href="https://github.com/quicwg/base-drafts/issues/2308">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AWbkq02HLMQM_-Ygxk1puFGRazbX17P0ks5vAs3-gaJpZM4Zy2NI">mute the thread</a>.<img src="https://github.com/notifications/beacon/AWbkq--qY4-GIRvmruhdg2c9rBwJ2koQks5vAs3-gaJpZM4Zy2NI.gif" height="1" width="1" alt="" /></p>
<script type="application/json" data-scope="inboxmarkup">{"api_version":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name":"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"https://github.githubassets.com/images/email/message_cards/header.png","avatar_image_url":"https://github.githubassets.com/images/email/message_cards/avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/quicwg/base-drafts"}},"updates":{"snippets":[{"icon":"DESCRIPTION","message":"handling of coalesced packets with decryption errors creates DoS opportunity (#2308)"}],"action":{"name":"View Issue","url":"https://github.com/quicwg/base-drafts/issues/2308"}}}</script>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/issues/2308",
"url": "https://github.com/quicwg/base-drafts/issues/2308",
"name": "View Issue"
},
"description": "View this Issue on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>
----==_mimepart_5c32d67e1c20_5433f9bd38d45c479932f--


From nobody Sun Jan  6 20: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 5FD3112D4E9 for <quic-issues@ietfa.amsl.com>; Sun,  6 Jan 2019 20:41:38 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -8.065
X-Spam-Level: 
X-Spam-Status: No, score=-8.065 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIMWL_WL_HIGH=-0.065, 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_PASS=-0.001] autolearn=ham autolearn_force=no
Authentication-Results: ietfa.amsl.com (amavisd-new); dkim=pass (1024-bit key) header.d=github.com
Received: from mail.ietf.org ([4.31.198.44]) by localhost (ietfa.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 7czqwyt-MGKL for <quic-issues@ietfa.amsl.com>; Sun,  6 Jan 2019 20:41: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 A2C56128D09 for <quic-issues@ietf.org>; Sun,  6 Jan 2019 20:41:36 -0800 (PST)
Date: Sun, 06 Jan 2019 20:41:35 -0800
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1546836095; bh=XY55R3rF922LR3oVzo3vSi9lkRaKLHiU073gTjPRIP4=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=gl/57f5ZrUZDLNTx6o0/wZw38JuhmM/0gMn77gF3GDFiw+5K27miWn9lS2y/hmhbe 2JSGnoC6sbu8FcSb4fiHhvbZUldyO2uF7YvFlHogJTNGyNAfd2Mr3+q6xSmd7ong3u zFSd03Y0SAtKtWbA2DKyJNDPEXuXyKah+w6k5OHY=
From: Kazuho Oku <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+0166e4ab5ecd9784f5351a5d451529f93bba9425455a431b92cf00000001184a9a7f92a169ce179fbcfb@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/issues/2308/451820314@github.com>
In-Reply-To: <quicwg/base-drafts/issues/2308@github.com>
References: <quicwg/base-drafts/issues/2308@github.com>
Subject: Re: [quicwg/base-drafts] handling of coalesced packets with decryption errors creates DoS opportunity (#2308)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5c32d87fc141d_5f933fa9d7ad45c4271980"; 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/aCrQQ8WFWHXQvN1JiHQZ3zoGP0Q>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
List-Id: Notification list for GitHub issues related to the QUIC WG <quic-issues.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=unsubscribe>
List-Archive: <https://mailarchive.ietf.org/arch/browse/quic-issues/>
List-Post: <mailto:quic-issues@ietf.org>
List-Help: <mailto:quic-issues-request@ietf.org?subject=help>
List-Subscribe: <https://www.ietf.org/mailman/listinfo/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=subscribe>
X-List-Received-Date: Mon, 07 Jan 2019 04:41:38 -0000

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

> However, if the keys are available, and decryption fails, this means that the peer sent an invalid packet (or that we're dealing with an on-path attacker, which we can't do anything against anyway).

Doesn't decryption failure happen also when the packet gets corrupt while being transmitted? 

Consider a coalesced packet sent by client that contains Initial (for ACKing ServerHello) and a Handshake packet. I'd assume that we'd prefer processing Handshake packet even if Initial was corrupt.

> Since it's possible to coalesce about 70 QUIC packets into a single 1200 byte datagram, an attacker could cause a peer to attempt 70 AEAD operations with a single datagram.

Does that matter, considering the fact that an attacker can force AEAD operation for every 21 bytes by using a short header packet (1 type + 4 byte space + 16 byte AEAD tag)?

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

<blockquote>
<p>However, if the keys are available, and decryption fails, this means t=
hat the peer sent an invalid packet (or that we're dealing with an on-pat=
h attacker, which we can't do anything against anyway).</p>
</blockquote>
<p>Doesn't decryption failure happen also when the packet gets corrupt wh=
ile being transmitted?</p>
<p>Consider a coalesced packet sent by client that contains Initial (for =
ACKing ServerHello) and a Handshake packet. I'd assume that we'd prefer p=
rocessing Handshake packet even if Initial was corrupt.</p>
<blockquote>
<p>Since it's possible to coalesce about 70 QUIC packets into a single 12=
00 byte datagram, an attacker could cause a peer to attempt 70 AEAD opera=
tions with a single datagram.</p>
</blockquote>
<p>Does that matter, considering the fact that an attacker can force AEAD=
 operation for every 21 bytes by using a short header packet (1 type + 4 =
byte space + 16 byte AEAD tag)?</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/2308#issuecomment-451820314">view it on GitHub</a>,=
 or <a href=3D"https://github.com/notifications/unsubscribe-auth/AWbkq8cm=
ZwS3hZlMxfL64mDCWaogFVRRks5vAs__gaJpZM4Zy2NI">mute the thread</a>.<img sr=
c=3D"https://github.com/notifications/beacon/AWbkqzR0v2oHV_PD5N1N5UTYjZK6=
UHaIks5vAs__gaJpZM4Zy2NI.gif" height=3D"1" width=3D"1" alt=3D"" /></p>
<script type=3D"application/json" data-scope=3D"inboxmarkup">{"api_versio=
n":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name"=
:"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"=
quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"http=
s://github.githubassets.com/images/email/message_cards/header.png","avata=
r_image_url":"https://github.githubassets.com/images/email/message_cards/=
avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/q=
uicwg/base-drafts"}},"updates":{"snippets":[{"icon":"PERSON","message":"@=
kazuho in #2308: \u003e However, if the keys are available, and decryptio=
n fails, this means that the peer sent an invalid packet (or that we're d=
ealing with an on-path attacker, which we can't do anything against anywa=
y).\r\n\r\nDoesn't decryption failure happen also when the packet gets co=
rrupt while being transmitted? \r\n\r\nConsider a coalesced packet sent b=
y client that contains Initial (for ACKing ServerHello) and a Handshake p=
acket. I'd assume that we'd prefer processing Handshake packet even if In=
itial was corrupt.\r\n\r\n\u003e Since it's possible to coalesce about 70=
 QUIC packets into a single 1200 byte datagram, an attacker could cause a=
 peer to attempt 70 AEAD operations with a single datagram.\r\n\r\nDoes t=
hat matter, considering the fact that an attacker can force AEAD operatio=
n for every 21 bytes by using a short header packet (1 type + 4 byte spac=
e + 16 byte AEAD tag)?"}],"action":{"name":"View Issue","url":"https://gi=
thub.com/quicwg/base-drafts/issues/2308#issuecomment-451820314"}}}</scrip=
t>
<script type=3D"application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/issues/2308#issuecomment=
-451820314",
"url": "https://github.com/quicwg/base-drafts/issues/2308#issuecomment-45=
1820314",
"name": "View Issue"
},
"description": "View this Issue on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>=

----==_mimepart_5c32d87fc141d_5f933fa9d7ad45c4271980--


From nobody Sun Jan  6 20:54: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 C23DB128D09 for <quic-issues@ietfa.amsl.com>; Sun,  6 Jan 2019 20:54:27 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -8.065
X-Spam-Level: 
X-Spam-Status: No, score=-8.065 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIMWL_WL_HIGH=-0.065, 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_PASS=-0.001] autolearn=ham autolearn_force=no
Authentication-Results: ietfa.amsl.com (amavisd-new); dkim=pass (1024-bit key) header.d=github.com
Received: from mail.ietf.org ([4.31.198.44]) by localhost (ietfa.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id Sm4iHIp7ylOY for <quic-issues@ietfa.amsl.com>; Sun,  6 Jan 2019 20:54: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 E64BE1274D0 for <quic-issues@ietf.org>; Sun,  6 Jan 2019 20:54:25 -0800 (PST)
Date: Sun, 06 Jan 2019 20:54:24 -0800
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1546836864; bh=t0OiF7UPvGm56Z76aglIZOnKaNvGVTq9avgX5lb7YOU=; h=Date:From:Reply-To:To:Cc:Subject:List-ID:List-Archive:List-Post: List-Unsubscribe:From; b=SP45/h/Tym6AUhlbBEA/+Dwca/OdWp118INKvs3L8E7N0sj9lhag/84v3rCH0GPyB YQJMq7JcOl2LBvT1qlfz39VCdAanhv7RwA2DWACMm/2maR0LTgB09xjAlA6ARIZPH1 fE1C39Hy/Sfb7C4e8pLD8tR42hasPH9bizO8l38A=
From: Christian Huitema <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+0166e4ab8d8e746358b1a5cf5331acafb22dd95737fd632892cf00000001184a9d8092a169ce179fc90b@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/issues/2309@github.com>
Subject: [quicwg/base-drafts] Migration before handshake completed is very messy (#2309)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5c32db80c6540_71303fc7596d45c438922b"; 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/fEy9rpi20THR4lS2Jmmzgw-9kBQ>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
List-Id: Notification list for GitHub issues related to the QUIC WG <quic-issues.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=unsubscribe>
List-Archive: <https://mailarchive.ietf.org/arch/browse/quic-issues/>
List-Post: <mailto:quic-issues@ietf.org>
List-Help: <mailto:quic-issues-request@ietf.org?subject=help>
List-Subscribe: <https://www.ietf.org/mailman/listinfo/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=subscribe>
X-List-Received-Date: Mon, 07 Jan 2019 04:54:28 -0000

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

In migration interop tests, the Picoquic client was starting to simulate NAT rebinding just after obtaining the 1-RTT read and write key. That turns out to be very messy, because at that point there is no proof that the server has received the client finished message, let alone acknowledged it. As far as tests are concerned, there is an easy fix: only start the migration tests after the client has received from the server an ACK of one of its 1-RTT packet. That's the moment when the client knows for sure that the handshake is successful.

The migration before handshake complete is messy because the client will try to re-transmit handshake messages that have not been acknowledged, and has some kind of dilemma. Should these re-transmissions aims at the original DCID used during the handshake, or at one of the new CID selected during the migration? What if the continuity of the new path has not been yet verified? What if the continuity test was lost?

Do we have an actual need to support migration before the handshake is fully completed? In practice, the handshake packets create a NAT mapping, and it is rather unlikely that this mapping will just disappear before the few RTT required to complete the handshake. In fact, it is possible, maybe likely, that packets received from an alternative address during the handshake comes from attackers, not from the actual client.

I think the implementations would be simpler and more robust if the spec stated that clients should not initiate "voluntary" migration before the handshake is fully complete. This means 1-RTT ACK received, or ACK of last handshake packet from the client, whichever comes first. Similarly, servers should not try to migrate connections before receiving at least one 1-RTT packet from the client through the same addresses and ports as the Initial messages.

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

<p>In migration interop tests, the Picoquic client was starting to simulate NAT rebinding just after obtaining the 1-RTT read and write key. That turns out to be very messy, because at that point there is no proof that the server has received the client finished message, let alone acknowledged it. As far as tests are concerned, there is an easy fix: only start the migration tests after the client has received from the server an ACK of one of its 1-RTT packet. That's the moment when the client knows for sure that the handshake is successful.</p>
<p>The migration before handshake complete is messy because the client will try to re-transmit handshake messages that have not been acknowledged, and has some kind of dilemma. Should these re-transmissions aims at the original DCID used during the handshake, or at one of the new CID selected during the migration? What if the continuity of the new path has not been yet verified? What if the continuity test was lost?</p>
<p>Do we have an actual need to support migration before the handshake is fully completed? In practice, the handshake packets create a NAT mapping, and it is rather unlikely that this mapping will just disappear before the few RTT required to complete the handshake. In fact, it is possible, maybe likely, that packets received from an alternative address during the handshake comes from attackers, not from the actual client.</p>
<p>I think the implementations would be simpler and more robust if the spec stated that clients should not initiate "voluntary" migration before the handshake is fully complete. This means 1-RTT ACK received, or ACK of last handshake packet from the client, whichever comes first. Similarly, servers should not try to migrate connections before receiving at least one 1-RTT packet from the client through the same addresses and ports as the Initial messages.</p>

<p style="font-size:small;-webkit-text-size-adjust:none;color:#666;">&mdash;<br />You are receiving this because you are subscribed to this thread.<br />Reply to this email directly, <a href="https://github.com/quicwg/base-drafts/issues/2309">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AWbkq56rjwA9-LJtQe8S5JTrxHccAtZwks5vAtMAgaJpZM4Zy3KE">mute the thread</a>.<img src="https://github.com/notifications/beacon/AWbkq_yiOg2nJ4YPj3GHH22Wfamo0fupks5vAtMAgaJpZM4Zy3KE.gif" height="1" width="1" alt="" /></p>
<script type="application/json" data-scope="inboxmarkup">{"api_version":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name":"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"https://github.githubassets.com/images/email/message_cards/header.png","avatar_image_url":"https://github.githubassets.com/images/email/message_cards/avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/quicwg/base-drafts"}},"updates":{"snippets":[{"icon":"DESCRIPTION","message":"Migration before handshake completed is very messy (#2309)"}],"action":{"name":"View Issue","url":"https://github.com/quicwg/base-drafts/issues/2309"}}}</script>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/issues/2309",
"url": "https://github.com/quicwg/base-drafts/issues/2309",
"name": "View Issue"
},
"description": "View this Issue on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>
----==_mimepart_5c32db80c6540_71303fc7596d45c438922b--


From nobody Sun Jan  6 20:58: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 A9376130DC6 for <quic-issues@ietfa.amsl.com>; Sun,  6 Jan 2019 20:58:25 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -8.065
X-Spam-Level: 
X-Spam-Status: No, score=-8.065 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIMWL_WL_HIGH=-0.065, 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_PASS=-0.001] autolearn=ham autolearn_force=no
Authentication-Results: ietfa.amsl.com (amavisd-new); dkim=pass (1024-bit key) header.d=github.com
Received: from mail.ietf.org ([4.31.198.44]) by localhost (ietfa.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 0Rw1pIm8kH59 for <quic-issues@ietfa.amsl.com>; Sun,  6 Jan 2019 20:58:24 -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 1F85E12D4E9 for <quic-issues@ietf.org>; Sun,  6 Jan 2019 20:58:24 -0800 (PST)
Date: Sun, 06 Jan 2019 20:58:23 -0800
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1546837103; bh=CvIBLyzNMNbV1kGK6MzV8IxZvOJribfYnFWGHXmS4S0=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=ilaW3xCg2CAXIjn2xjzKrYilTb7WkoiJZvrJyYEEpBQZN1zMNlXAOUnm7GRWCk5kP V4uATiBpp+X6Poj8i7fS23eYjaLJZ6ea1thP3kR0g4lD6qOfO1x98cPIl2fiYJBxO9 xRrDfBIF7pJqbCDuGsfk9dq/v0PYobJKNstcFV3g=
From: Marten Seemann <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+0166e4ab45a4294c7930ad9c17559f84b512d4b7684caad892cf00000001184a9e6f92a169ce179fbcfb@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/issues/2308/451822218@github.com>
In-Reply-To: <quicwg/base-drafts/issues/2308@github.com>
References: <quicwg/base-drafts/issues/2308@github.com>
Subject: Re: [quicwg/base-drafts] handling of coalesced packets with decryption errors creates DoS opportunity (#2308)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5c32dc6f175c9_1aed3f8a544d45b8933e8"; 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/t7zsoMperMXeijVnxwgkEzCskTg>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
List-Id: Notification list for GitHub issues related to the QUIC WG <quic-issues.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=unsubscribe>
List-Archive: <https://mailarchive.ietf.org/arch/browse/quic-issues/>
List-Post: <mailto:quic-issues@ietf.org>
List-Help: <mailto:quic-issues-request@ietf.org?subject=help>
List-Subscribe: <https://www.ietf.org/mailman/listinfo/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=subscribe>
X-List-Received-Date: Mon, 07 Jan 2019 04:58:26 -0000

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

> Doesn't decryption failure happen also when the packet gets corrupt while being transmitted?

I assumed those to be **very** rare, so treating the whole datagram as corrupted might be a valid response. I don't have any numbers about that though. Maybe we can ask @ianswett if he can share some measurements?

> Does that matter, considering the fact that an attacker can force AEAD operation for every 21 bytes by using a short header packet (1 type + 4 byte space + 16 byte AEAD tag)?

The assumption here is that sending a lot of small packet is more expensive than sending one large packet of the same payload size. First, there's UDP and IP overhead that we're not counting here, and second (and probably more importantly), you only need a single syscall.

Looking at the numbers, I think I messed up my calculation of how many coalesced packets fit into a single datagram, since I failed to account for the AEAD tag. This brings the number QUIC packets per datagram down to about 35.

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

<blockquote>
<p>Doesn't decryption failure happen also when the packet gets corrupt wh=
ile being transmitted?</p>
</blockquote>
<p>I assumed those to be <strong>very</strong> rare, so treating the whol=
e datagram as corrupted might be a valid response. I don't have any numbe=
rs about that though. Maybe we can ask <a class=3D"user-mention" data-hov=
ercard-type=3D"user" data-hovercard-url=3D"/hovercards?user_id=3D20072817=
" data-octo-click=3D"hovercard-link-click" data-octo-dimensions=3D"link_t=
ype:self" href=3D"https://github.com/ianswett">@ianswett</a> if he can sh=
are some measurements?</p>
<blockquote>
<p>Does that matter, considering the fact that an attacker can force AEAD=
 operation for every 21 bytes by using a short header packet (1 type + 4 =
byte space + 16 byte AEAD tag)?</p>
</blockquote>
<p>The assumption here is that sending a lot of small packet is more expe=
nsive than sending one large packet of the same payload size. First, ther=
e's UDP and IP overhead that we're not counting here, and second (and pro=
bably more importantly), you only need a single syscall.</p>
<p>Looking at the numbers, I think I messed up my calculation of how many=
 coalesced packets fit into a single datagram, since I failed to account =
for the AEAD tag. This brings the number QUIC packets per datagram down t=
o about 35.</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/2308#issuecomment-451822218">view it on GitHub</a>,=
 or <a href=3D"https://github.com/notifications/unsubscribe-auth/AWbkq37R=
dSLhn-piL1n4-NAU9FltJSm_ks5vAtPvgaJpZM4Zy2NI">mute the thread</a>.<img sr=
c=3D"https://github.com/notifications/beacon/AWbkq-q1OT-NzGCIzaSYZY_bP7kp=
jxJkks5vAtPvgaJpZM4Zy2NI.gif" height=3D"1" width=3D"1" alt=3D"" /></p>
<script type=3D"application/json" data-scope=3D"inboxmarkup">{"api_versio=
n":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name"=
:"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"=
quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"http=
s://github.githubassets.com/images/email/message_cards/header.png","avata=
r_image_url":"https://github.githubassets.com/images/email/message_cards/=
avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/q=
uicwg/base-drafts"}},"updates":{"snippets":[{"icon":"PERSON","message":"@=
marten-seemann in #2308: \u003e Doesn't decryption failure happen also wh=
en the packet gets corrupt while being transmitted?\r\n\r\nI assumed thos=
e to be **very** rare, so treating the whole datagram as corrupted might =
be a valid response. I don't have any numbers about that though. Maybe we=
 can ask @ianswett if he can share some measurements?\r\n\r\n\u003e Does =
that matter, considering the fact that an attacker can force AEAD operati=
on for every 21 bytes by using a short header packet (1 type + 4 byte spa=
ce + 16 byte AEAD tag)?\r\n\r\nThe assumption here is that sending a lot =
of small packet is more expensive than sending one large packet of the sa=
me payload size. First, there's UDP and IP overhead that we're not counti=
ng here, and second (and probably more importantly), you only need a sing=
le syscall.\r\n\r\nLooking at the numbers, I think I messed up my calcula=
tion of how many coalesced packets fit into a single datagram, since I fa=
iled to account for the AEAD tag. This brings the number QUIC packets per=
 datagram down to about 35."}],"action":{"name":"View Issue","url":"https=
://github.com/quicwg/base-drafts/issues/2308#issuecomment-451822218"}}}</=
script>
<script type=3D"application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/issues/2308#issuecomment=
-451822218",
"url": "https://github.com/quicwg/base-drafts/issues/2308#issuecomment-45=
1822218",
"name": "View Issue"
},
"description": "View this Issue on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>=

----==_mimepart_5c32dc6f175c9_1aed3f8a544d45b8933e8--


From nobody Sun Jan  6 21: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 181D2130DC6 for <quic-issues@ietfa.amsl.com>; Sun,  6 Jan 2019 21:02:30 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -6.447
X-Spam-Level: 
X-Spam-Status: No, score=-6.447 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIMWL_WL_HIGH=-0.065, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, HTML_IMAGE_ONLY_24=1.618, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-1, RCVD_IN_DNSWL_HI=-5, SPF_PASS=-0.001] autolearn=ham autolearn_force=no
Authentication-Results: ietfa.amsl.com (amavisd-new); dkim=pass (1024-bit key) header.d=github.com
Received: from mail.ietf.org ([4.31.198.44]) by localhost (ietfa.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 99l5gpdLGd1j for <quic-issues@ietfa.amsl.com>; Sun,  6 Jan 2019 21:02: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 038731274D0 for <quic-issues@ietf.org>; Sun,  6 Jan 2019 21:02:27 -0800 (PST)
Date: Sun, 06 Jan 2019 21:02:27 -0800
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1546837347; bh=LB0ZWsN8n4dRaOU7r8R6DGQ5ziwroBHIi28SZsUUsrs=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=0lRVISf2RAJ66QWK4LWGNL7sWmtPjTZ7QK1RiAkLVAojxyfQAcMU3ewrFUrS4ofvE MkGWQpm4MCvRbw9sFoDPz/0bHRPQghzyBaITNpqmijN2UZAghmwS8VIpRhsmdSLoXR 4gUqT2/v99hrJ8Tepq14fj9cy8FZyrTy3BlobhKU=
From: Marten Seemann <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+0166e4abc519d481439408aec567c0d4350781d9ad39fee892cf00000001184a9f6392a169ce179fc90b@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/issues/2309/451822693@github.com>
In-Reply-To: <quicwg/base-drafts/issues/2309@github.com>
References: <quicwg/base-drafts/issues/2309@github.com>
Subject: Re: [quicwg/base-drafts] Migration before handshake completed is very messy (#2309)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5c32dd631c3b5_3ef03ff7fd8d45c06637a0"; 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/2OFfUqVBYdO2D29fIe_Ck_a7jbo>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
List-Id: Notification list for GitHub issues related to the QUIC WG <quic-issues.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=unsubscribe>
List-Archive: <https://mailarchive.ietf.org/arch/browse/quic-issues/>
List-Post: <mailto:quic-issues@ietf.org>
List-Help: <mailto:quic-issues-request@ietf.org?subject=help>
List-Subscribe: <https://www.ietf.org/mailman/listinfo/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=subscribe>
X-List-Received-Date: Mon, 07 Jan 2019 05:02:30 -0000

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

Since we decided to use timers to drop drop Handshake keys, a peer can never be sure when the other side actually finished the handshake, unless it proactively sends 1-RTT packets. This leads to problems in the case where you just pre-connect a QUIC connection, but neither peer has any 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/2309#issuecomment-451822693
----==_mimepart_5c32dd631c3b5_3ef03ff7fd8d45c06637a0
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: quoted-printable

<p>Since we decided to use timers to drop drop Handshake keys, a peer can=
 never be sure when the other side actually finished the handshake, unles=
s it proactively sends 1-RTT packets. This leads to problems in the case =
where you just pre-connect a QUIC connection, but neither peer has any da=
ta to send.</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/2309#issuecomment-451822693">view it on GitHub</a>,=
 or <a href=3D"https://github.com/notifications/unsubscribe-auth/AWbkq1cb=
rXch1fTuRzkp31QyAi9xdLiMks5vAtTjgaJpZM4Zy3KE">mute the thread</a>.<img sr=
c=3D"https://github.com/notifications/beacon/AWbkqzR_tbCut_LaOPTgeAAXt6P8=
2qSnks5vAtTjgaJpZM4Zy3KE.gif" height=3D"1" width=3D"1" alt=3D"" /></p>
<script type=3D"application/json" data-scope=3D"inboxmarkup">{"api_versio=
n":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name"=
:"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"=
quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"http=
s://github.githubassets.com/images/email/message_cards/header.png","avata=
r_image_url":"https://github.githubassets.com/images/email/message_cards/=
avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/q=
uicwg/base-drafts"}},"updates":{"snippets":[{"icon":"PERSON","message":"@=
marten-seemann in #2309: Since we decided to use timers to drop drop Hand=
shake keys, a peer can never be sure when the other side actually finishe=
d the handshake, unless it proactively sends 1-RTT packets. This leads to=
 problems in the case where you just pre-connect a QUIC connection, but n=
either peer has any data to send."}],"action":{"name":"View Issue","url":=
"https://github.com/quicwg/base-drafts/issues/2309#issuecomment-451822693=
"}}}</script>
<script type=3D"application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/issues/2309#issuecomment=
-451822693",
"url": "https://github.com/quicwg/base-drafts/issues/2309#issuecomment-45=
1822693",
"name": "View Issue"
},
"description": "View this Issue on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>=

----==_mimepart_5c32dd631c3b5_3ef03ff7fd8d45c06637a0--


From nobody Sun Jan  6 21:18: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 51588128CF3 for <quic-issues@ietfa.amsl.com>; Sun,  6 Jan 2019 21:18:20 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -8.065
X-Spam-Level: 
X-Spam-Status: No, score=-8.065 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIMWL_WL_HIGH=-0.065, 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_PASS=-0.001] autolearn=ham autolearn_force=no
Authentication-Results: ietfa.amsl.com (amavisd-new); dkim=pass (1024-bit key) header.d=github.com
Received: from mail.ietf.org ([4.31.198.44]) by localhost (ietfa.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id cSXEacdxeXpZ for <quic-issues@ietfa.amsl.com>; Sun,  6 Jan 2019 21:18:18 -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 CE7E41274D0 for <quic-issues@ietf.org>; Sun,  6 Jan 2019 21:18:18 -0800 (PST)
Date: Sun, 06 Jan 2019 21:18:18 -0800
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1546838298; bh=kSTQNPE+vWDB0HCWhYqeeIsaNXU2WjLvqEO9MiKANIw=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=y/BjGXKLG/mAvDakPnNwVjI61+eswsM5ShBU0hprwN6VYOWCBBFAAaVPqOWvXQ+HL TDHYHOeo4HumNMaE9lZ87i2Rd+5B1vPttLKY33p77hYGBc2Cne14h2MHL8ug0Sx0pi ecJbnKfDepe0CgQiMcoB7Gam7PdOHsHQn2G5ohUc=
From: Kazuho Oku <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+0166e4ab7df994d3f6823b6306109e4c6af4cd87ef8c678592cf00000001184aa31a92a169ce179fbcfb@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/issues/2308/451824672@github.com>
In-Reply-To: <quicwg/base-drafts/issues/2308@github.com>
References: <quicwg/base-drafts/issues/2308@github.com>
Subject: Re: [quicwg/base-drafts] handling of coalesced packets with decryption errors creates DoS opportunity (#2308)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5c32e11a6cce_5aa63f7f64ed45b813252a"; 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/jhTP9OyFU8mr46TTZHs2vGWReRQ>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
List-Id: Notification list for GitHub issues related to the QUIC WG <quic-issues.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=unsubscribe>
List-Archive: <https://mailarchive.ietf.org/arch/browse/quic-issues/>
List-Post: <mailto:quic-issues@ietf.org>
List-Help: <mailto:quic-issues-request@ietf.org?subject=help>
List-Subscribe: <https://www.ietf.org/mailman/listinfo/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=subscribe>
X-List-Received-Date: Mon, 07 Jan 2019 05:18:20 -0000

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

> The assumption here is that sending a lot of small packet is more expensive than sending one large packet of the same payload size. First, there's UDP and IP overhead that we're not counting here, and second (and probably more importantly), you only need a single syscall.

That could be true, though I am still not sure if we need to talk specifically about the attack. For example, an attacker can also send a packet that successfully decrypts, that contains many tiny CRYPTO frames (4-bytes each).  I'd assume that processing of that would be more costly than AEAD-decrypting every 35 bytes.

Having said that, the state of the endpoints are guaranteed to progress even if the following QUIC packets of a coalesced datagram are corrupt. Therefore, I won't disagree to relaxing the requirement from MUST to 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/issues/2308#issuecomment-451824672
----==_mimepart_5c32e11a6cce_5aa63f7f64ed45b813252a
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: quoted-printable

<blockquote>
<p>The assumption here is that sending a lot of small packet is more expe=
nsive than sending one large packet of the same payload size. First, ther=
e's UDP and IP overhead that we're not counting here, and second (and pro=
bably more importantly), you only need a single syscall.</p>
</blockquote>
<p>That could be true, though I am still not sure if we need to talk spec=
ifically about the attack. For example, an attacker can also send a packe=
t that successfully decrypts, that contains many tiny CRYPTO frames (4-by=
tes each).  I'd assume that processing of that would be more costly than =
AEAD-decrypting every 35 bytes.</p>
<p>Having said that, the state of the endpoints are guaranteed to progres=
s even if the following QUIC packets of a coalesced datagram are corrupt.=
 Therefore, I won't disagree to relaxing the requirement from MUST to SHO=
ULD.</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/2308#issuecomment-451824672">view it on GitHub</a>,=
 or <a href=3D"https://github.com/notifications/unsubscribe-auth/AWbkqw8n=
vhVoY7GKp1lpHrrbOa77ZMSCks5vAtiagaJpZM4Zy2NI">mute the thread</a>.<img sr=
c=3D"https://github.com/notifications/beacon/AWbkq82xSfHLrzfYxI-nC6kZ2Vdz=
SEm1ks5vAtiagaJpZM4Zy2NI.gif" height=3D"1" width=3D"1" alt=3D"" /></p>
<script type=3D"application/json" data-scope=3D"inboxmarkup">{"api_versio=
n":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name"=
:"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"=
quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"http=
s://github.githubassets.com/images/email/message_cards/header.png","avata=
r_image_url":"https://github.githubassets.com/images/email/message_cards/=
avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/q=
uicwg/base-drafts"}},"updates":{"snippets":[{"icon":"PERSON","message":"@=
kazuho in #2308: \u003e The assumption here is that sending a lot of smal=
l packet is more expensive than sending one large packet of the same payl=
oad size. First, there's UDP and IP overhead that we're not counting here=
, and second (and probably more importantly), you only need a single sysc=
all.\r\n\r\nThat could be true, though I am still not sure if we need to =
talk specifically about the attack. For example, an attacker can also sen=
d a packet that successfully decrypts, that contains many tiny CRYPTO fra=
mes (4-bytes each).  I'd assume that processing of that would be more cos=
tly than AEAD-decrypting every 35 bytes.\r\n\r\nHaving said that, the sta=
te of the endpoints are guaranteed to progress even if the following QUIC=
 packets of a coalesced datagram are corrupt. Therefore, I won't disagree=
 to relaxing the requirement from MUST to SHOULD."}],"action":{"name":"Vi=
ew Issue","url":"https://github.com/quicwg/base-drafts/issues/2308#issuec=
omment-451824672"}}}</script>
<script type=3D"application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/issues/2308#issuecomment=
-451824672",
"url": "https://github.com/quicwg/base-drafts/issues/2308#issuecomment-45=
1824672",
"name": "View Issue"
},
"description": "View this Issue on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>=

----==_mimepart_5c32e11a6cce_5aa63f7f64ed45b813252a--


From nobody Sun Jan  6 21:24: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 D1FBF130DC6 for <quic-issues@ietfa.amsl.com>; Sun,  6 Jan 2019 21:24:51 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -6.661
X-Spam-Level: 
X-Spam-Status: No, score=-6.661 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIMWL_WL_HIGH=-0.065, 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_PASS=-0.001] autolearn=ham autolearn_force=no
Authentication-Results: ietfa.amsl.com (amavisd-new); dkim=pass (1024-bit key) header.d=github.com
Received: from mail.ietf.org ([4.31.198.44]) by localhost (ietfa.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id kZXbYXubaZCM for <quic-issues@ietfa.amsl.com>; Sun,  6 Jan 2019 21:24: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 A7A5712D4E9 for <quic-issues@ietf.org>; Sun,  6 Jan 2019 21:24:49 -0800 (PST)
Date: Sun, 06 Jan 2019 21:24:48 -0800
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1546838688; bh=0Hog12iyI6Yg9BWbsca93LlT4QXEynKtdDtby6IYL0g=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=JutnVE3THyDumE3HDyYPCC6Wt6H3kEg1d2lC4iJtecz8HOBU2/PpZLz2dW2kYO6nq GCtbH+pBTOrWjZStSXfqdtoOfuI6ysIi0ObMtR1pQmwnu8keBTBVcawuVtqC8TMQfX jpRWlTH7adSj9Aeyf0eMkqoeBHExQC5agIciYevM=
From: Christian Huitema <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+0166e4abd49d8ab7beb8cafa13be7ef573035fdd48628ab492cf00000001184aa4a092a169ce179fc90b@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/issues/2309/451825419@github.com>
In-Reply-To: <quicwg/base-drafts/issues/2309@github.com>
References: <quicwg/base-drafts/issues/2309@github.com>
Subject: Re: [quicwg/base-drafts] Migration before handshake completed is very messy (#2309)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5c32e2a0b9e6d_20953fed16ed45c0267454"; 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/e8Qd9O3fxVLMYzWcpwXxrlPn-Y8>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
List-Id: Notification list for GitHub issues related to the QUIC WG <quic-issues.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=unsubscribe>
List-Archive: <https://mailarchive.ietf.org/arch/browse/quic-issues/>
List-Post: <mailto:quic-issues@ietf.org>
List-Help: <mailto:quic-issues-request@ietf.org?subject=help>
List-Subscribe: <https://www.ietf.org/mailman/listinfo/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=subscribe>
X-List-Received-Date: Mon, 07 Jan 2019 05:24:52 -0000

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

In theory the key event is "server receives the client Finished message", which the server sees directly, and the client notices when the Finished message is acknowledged. So there is always that, even if the connection is idle. Plus, migration supports requires sending NEW CONNECTION ID frames to the peer, which I suppose do count as "proactively sent 1-RTT 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/2309#issuecomment-451825419
----==_mimepart_5c32e2a0b9e6d_20953fed16ed45c0267454
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: quoted-printable

<p>In theory the key event is "server receives the client Finished messag=
e", which the server sees directly, and the client notices when the Finis=
hed message is acknowledged. So there is always that, even if the connect=
ion is idle. Plus, migration supports requires sending NEW CONNECTION ID =
frames to the peer, which I suppose do count as "proactively sent 1-RTT p=
ackets".</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/2309#issuecomment-451825419">view it on GitHub</a>,=
 or <a href=3D"https://github.com/notifications/unsubscribe-auth/AWbkq6eW=
4XK0HSpOI6pUyXh22UIPxQDcks5vAtoggaJpZM4Zy3KE">mute the thread</a>.<img sr=
c=3D"https://github.com/notifications/beacon/AWbkqxzLb5x7o3W4HhKENO_WW_Ek=
Qoloks5vAtoggaJpZM4Zy3KE.gif" height=3D"1" width=3D"1" alt=3D"" /></p>
<script type=3D"application/json" data-scope=3D"inboxmarkup">{"api_versio=
n":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name"=
:"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"=
quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"http=
s://github.githubassets.com/images/email/message_cards/header.png","avata=
r_image_url":"https://github.githubassets.com/images/email/message_cards/=
avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/q=
uicwg/base-drafts"}},"updates":{"snippets":[{"icon":"PERSON","message":"@=
huitema in #2309: In theory the key event is \"server receives the client=
 Finished message\", which the server sees directly, and the client notic=
es when the Finished message is acknowledged. So there is always that, ev=
en if the connection is idle. Plus, migration supports requires sending N=
EW CONNECTION ID frames to the peer, which I suppose do count as \"proact=
ively sent 1-RTT packets\"."}],"action":{"name":"View Issue","url":"https=
://github.com/quicwg/base-drafts/issues/2309#issuecomment-451825419"}}}</=
script>
<script type=3D"application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/issues/2309#issuecomment=
-451825419",
"url": "https://github.com/quicwg/base-drafts/issues/2309#issuecomment-45=
1825419",
"name": "View Issue"
},
"description": "View this Issue on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>=

----==_mimepart_5c32e2a0b9e6d_20953fed16ed45c0267454--


From nobody Sun Jan  6 21:28: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 3282212D4E9 for <quic-issues@ietfa.amsl.com>; Sun,  6 Jan 2019 21:28:42 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -8.065
X-Spam-Level: 
X-Spam-Status: No, score=-8.065 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIMWL_WL_HIGH=-0.065, 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_PASS=-0.001] autolearn=ham autolearn_force=no
Authentication-Results: ietfa.amsl.com (amavisd-new); dkim=pass (1024-bit key) header.d=github.com
Received: from mail.ietf.org ([4.31.198.44]) by localhost (ietfa.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 5pIb7TGkzyIT for <quic-issues@ietfa.amsl.com>; Sun,  6 Jan 2019 21:28:40 -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 6CC8C128D09 for <quic-issues@ietf.org>; Sun,  6 Jan 2019 21:28:40 -0800 (PST)
Date: Sun, 06 Jan 2019 21:28:39 -0800
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1546838919; bh=g48jwQE9W3M1EirApGdSFJD4aT34vn/W4PJUar5i8xk=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=c3pB+zNQREoQvxg1keENVgMvIIMOh6oPDNG8UClmIKpj5ZMNSoUGrU2BCNzCIzm6x gSRsx12z7sYT6Gcrams5cfgjSPQX8wIXM3rklw6rXCdWi9fuNOP9RUOFlK0MAUssR1 8krIq4seyjVBI/8KrdG0WUFmhfVJk4jCDfXwZrHA=
From: erickinnear <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+0166e4ab5522e5ba849c30a50f91f254689e532c1408765d92cf00000001184aa58792a169ce179fc90b@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/issues/2309/451825917@github.com>
In-Reply-To: <quicwg/base-drafts/issues/2309@github.com>
References: <quicwg/base-drafts/issues/2309@github.com>
Subject: Re: [quicwg/base-drafts] Migration before handshake completed is very messy (#2309)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5c32e3874d2a4_45bd3fbe02cd45c41463ad"; 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/KSvo6HAT6sHsLwPZUVDVN6989Dk>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
List-Id: Notification list for GitHub issues related to the QUIC WG <quic-issues.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=unsubscribe>
List-Archive: <https://mailarchive.ietf.org/arch/browse/quic-issues/>
List-Post: <mailto:quic-issues@ietf.org>
List-Help: <mailto:quic-issues-request@ietf.org?subject=help>
List-Subscribe: <https://www.ietf.org/mailman/listinfo/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=subscribe>
X-List-Received-Date: Mon, 07 Jan 2019 05:28:42 -0000

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

I think stating that endpoints should not initiate migration before the handshake is fully complete would make a lot of sense. 

In addition to reducing the potential for added complexity around those interactions and the handshake, it seems like the need for migration at that point in the timeline can mostly be satisfied by a new connection on an alternate path.

If we don't have a lot of activity happening yet on the connection (although interesting thought about the NEW_CONNECTION_ID frames), it seems like you don't really lose a whole lot by opening a new connection instead of migrating a pre-connected connection that hasn't otherwise been used.
That makes me less concerned about when the threshold 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/2309#issuecomment-451825917
----==_mimepart_5c32e3874d2a4_45bd3fbe02cd45c41463ad
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: quoted-printable

<p>I think stating that endpoints should not initiate migration before th=
e handshake is fully complete would make a lot of sense.</p>
<p>In addition to reducing the potential for added complexity around thos=
e interactions and the handshake, it seems like the need for migration at=
 that point in the timeline can mostly be satisfied by a new connection o=
n an alternate path.</p>
<p>If we don't have a lot of activity happening yet on the connection (al=
though interesting thought about the NEW_CONNECTION_ID frames), it seems =
like you don't really lose a whole lot by opening a new connection instea=
d of migrating a pre-connected connection that hasn't otherwise been used=
.<br>
That makes me less concerned about when the threshold should be.</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/2309#issuecomment-451825917">view it on GitHub</a>,=
 or <a href=3D"https://github.com/notifications/unsubscribe-auth/AWbkq6bZ=
FGLfDVSoSyw5l8zQ59Wb_IwNks5vAtsHgaJpZM4Zy3KE">mute the thread</a>.<img sr=
c=3D"https://github.com/notifications/beacon/AWbkq-sfITJUhlyowmL1qRCSvI_-=
HPJtks5vAtsHgaJpZM4Zy3KE.gif" height=3D"1" width=3D"1" alt=3D"" /></p>
<script type=3D"application/json" data-scope=3D"inboxmarkup">{"api_versio=
n":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name"=
:"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"=
quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"http=
s://github.githubassets.com/images/email/message_cards/header.png","avata=
r_image_url":"https://github.githubassets.com/images/email/message_cards/=
avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/q=
uicwg/base-drafts"}},"updates":{"snippets":[{"icon":"PERSON","message":"@=
erickinnear in #2309: I think stating that endpoints should not initiate =
migration before the handshake is fully complete would make a lot of sens=
e. \r\n\r\nIn addition to reducing the potential for added complexity aro=
und those interactions and the handshake, it seems like the need for migr=
ation at that point in the timeline can mostly be satisfied by a new conn=
ection on an alternate path.\r\n\r\nIf we don't have a lot of activity ha=
ppening yet on the connection (although interesting thought about the NEW=
_CONNECTION_ID frames), it seems like you don't really lose a whole lot b=
y opening a new connection instead of migrating a pre-connected connectio=
n that hasn't otherwise been used.\r\nThat makes me less concerned about =
when the threshold should be."}],"action":{"name":"View Issue","url":"htt=
ps://github.com/quicwg/base-drafts/issues/2309#issuecomment-451825917"}}}=
</script>
<script type=3D"application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/issues/2309#issuecomment=
-451825917",
"url": "https://github.com/quicwg/base-drafts/issues/2309#issuecomment-45=
1825917",
"name": "View Issue"
},
"description": "View this Issue on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>=

----==_mimepart_5c32e3874d2a4_45bd3fbe02cd45c41463ad--


From nobody Sun Jan  6 21: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 ACAE2128CF3 for <quic-issues@ietfa.amsl.com>; Sun,  6 Jan 2019 21:40:20 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -8.064
X-Spam-Level: 
X-Spam-Status: No, score=-8.064 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIMWL_WL_HIGH=-0.065, 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_PASS=-0.001] autolearn=ham autolearn_force=no
Authentication-Results: ietfa.amsl.com (amavisd-new); dkim=pass (1024-bit key) header.d=github.com
Received: from mail.ietf.org ([4.31.198.44]) by localhost (ietfa.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id Cs3xy9OeqEfV for <quic-issues@ietfa.amsl.com>; Sun,  6 Jan 2019 21:40:19 -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 D245F1274D0 for <quic-issues@ietf.org>; Sun,  6 Jan 2019 21:40:18 -0800 (PST)
Date: Sun, 06 Jan 2019 21:40:17 -0800
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1546839617; bh=NeM62wvMCcOPA4vy5gsEJTP7FaleT/Yo6ax/dRQWdb0=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=G7IFNeOg6XaEfQR76WvXO23gynLpo85nzEQjc8zHTOo3IIb6XLYbyWH2YdPxA7adT fhAtCnbEiib+cq8OBHNZxgj9BsKa/Y9/e5dfTH5O1U2AwaMmLqBwZSJpW6/MTNZT97 29tj7tA7hA8n1g3nYbPF/yBrY8Tp5N/I1I/80PCI=
From: Marten Seemann <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+0166e4ab7d5c0dd32b292ae698e721ef692fb32fba110b6892cf00000001184aa84192a169ce179fc90b@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/issues/2309/451827436@github.com>
In-Reply-To: <quicwg/base-drafts/issues/2309@github.com>
References: <quicwg/base-drafts/issues/2309@github.com>
Subject: Re: [quicwg/base-drafts] Migration before handshake completed is very messy (#2309)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5c32e641d1a29_69083f7f64ed45b81670250"; 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/e0blbyOrqGdUpGtlyrmWhHJO6dc>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
List-Id: Notification list for GitHub issues related to the QUIC WG <quic-issues.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=unsubscribe>
List-Archive: <https://mailarchive.ietf.org/arch/browse/quic-issues/>
List-Post: <mailto:quic-issues@ietf.org>
List-Help: <mailto:quic-issues-request@ietf.org?subject=help>
List-Subscribe: <https://www.ietf.org/mailman/listinfo/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=subscribe>
X-List-Received-Date: Mon, 07 Jan 2019 05:40:21 -0000

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

> In theory the key event is "server receives the client Finished message", which the server sees directly, and the client notices when the Finished message is acknowledged.

The ACK for that could be lost. The client will then start the handshake timer and keep retransmitting the Finished, until it receives an ACK (assuming that the server keeps the keys around for long enough, which it currently doesn't, see #2267).

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

<blockquote>
<p>In theory the key event is "server receives the client Finished messag=
e", which the server sees directly, and the client notices when the Finis=
hed message is acknowledged.</p>
</blockquote>
<p>The ACK for that could be lost. The client will then start the handsha=
ke timer and keep retransmitting the Finished, until it receives an ACK (=
assuming that the server keeps the keys around for long enough, which it =
currently doesn't, see <a class=3D"issue-link js-issue-link" data-error-t=
ext=3D"Failed to load issue title" data-id=3D"394586860" data-permission-=
text=3D"Issue title is private" data-url=3D"https://github.com/quicwg/bas=
e-drafts/issues/2267" data-hovercard-type=3D"issue" data-hovercard-url=3D=
"/quicwg/base-drafts/issues/2267/hovercard" href=3D"https://github.com/qu=
icwg/base-drafts/issues/2267">#2267</a>).</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/2309#issuecomment-451827436">view it on GitHub</a>,=
 or <a href=3D"https://github.com/notifications/unsubscribe-auth/AWbkq6Iw=
tmEqdWcgWU71tZqHXYVM-4Dcks5vAt3BgaJpZM4Zy3KE">mute the thread</a>.<img sr=
c=3D"https://github.com/notifications/beacon/AWbkq5sYBGtd8Zax0S4L8vVKEZjF=
ER6jks5vAt3BgaJpZM4Zy3KE.gif" height=3D"1" width=3D"1" alt=3D"" /></p>
<script type=3D"application/json" data-scope=3D"inboxmarkup">{"api_versio=
n":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name"=
:"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"=
quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"http=
s://github.githubassets.com/images/email/message_cards/header.png","avata=
r_image_url":"https://github.githubassets.com/images/email/message_cards/=
avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/q=
uicwg/base-drafts"}},"updates":{"snippets":[{"icon":"PERSON","message":"@=
marten-seemann in #2309: \u003e In theory the key event is \"server recei=
ves the client Finished message\", which the server sees directly, and th=
e client notices when the Finished message is acknowledged.\r\n\r\nThe AC=
K for that could be lost. The client will then start the handshake timer =
and keep retransmitting the Finished, until it receives an ACK (assuming =
that the server keeps the keys around for long enough, which it currently=
 doesn't, see #2267)."}],"action":{"name":"View Issue","url":"https://git=
hub.com/quicwg/base-drafts/issues/2309#issuecomment-451827436"}}}</script=
>
<script type=3D"application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/issues/2309#issuecomment=
-451827436",
"url": "https://github.com/quicwg/base-drafts/issues/2309#issuecomment-45=
1827436",
"name": "View Issue"
},
"description": "View this Issue on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>=

----==_mimepart_5c32e641d1a29_69083f7f64ed45b81670250--


From nobody Sun Jan  6 21:47: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 52346128CF3 for <quic-issues@ietfa.amsl.com>; Sun,  6 Jan 2019 21:47:46 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -8.065
X-Spam-Level: 
X-Spam-Status: No, score=-8.065 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIMWL_WL_HIGH=-0.065, 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_PASS=-0.001] autolearn=ham autolearn_force=no
Authentication-Results: ietfa.amsl.com (amavisd-new); dkim=pass (1024-bit key) header.d=github.com
Received: from mail.ietf.org ([4.31.198.44]) by localhost (ietfa.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id s3wnXlpy71WG for <quic-issues@ietfa.amsl.com>; Sun,  6 Jan 2019 21:47:44 -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 6BA811274D0 for <quic-issues@ietf.org>; Sun,  6 Jan 2019 21:47:44 -0800 (PST)
Date: Sun, 06 Jan 2019 21:47:43 -0800
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1546840063; bh=zvyu4pkNvun+lmtddy9mbsMjiKkdCuTs9XNxmQ75bEY=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=f3+CJ7zDGB+nfmaktq+F+sn9zH0QPN7RJzt5VL5/aUeJ5q3nN6O8gAATv/PeQ0pQO +6e7JN8kpTttggTk/Hn+oDYgeWawwYG6XkcKzWBdYfNqVSY830V5njNQCPa/wwv8j1 Sm7aG3vs+X2nAS3gkjB1EU61VX/iqs0pmVXfiMko=
From: Marten Seemann <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+0166e4ab081bfbf48b9e6221b61e20fc51a8c0cdda105ea292cf00000001184aa9ff92a169ce179fbcfb@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/issues/2308/451828441@github.com>
In-Reply-To: <quicwg/base-drafts/issues/2308@github.com>
References: <quicwg/base-drafts/issues/2308@github.com>
Subject: Re: [quicwg/base-drafts] handling of coalesced packets with decryption errors creates DoS opportunity (#2308)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5c32e7ff68006_39133fe214cd45c0492520"; 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/FqXxqHeqr8SNUFUAQfc-uND57O8>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
List-Id: Notification list for GitHub issues related to the QUIC WG <quic-issues.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=unsubscribe>
List-Archive: <https://mailarchive.ietf.org/arch/browse/quic-issues/>
List-Post: <mailto:quic-issues@ietf.org>
List-Help: <mailto:quic-issues-request@ietf.org?subject=help>
List-Subscribe: <https://www.ietf.org/mailman/listinfo/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=subscribe>
X-List-Received-Date: Mon, 07 Jan 2019 05:47:46 -0000

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

> That could be true, though I am still not sure if we need to talk specifically about the attack.

I was not suggesting to add language about this attack. My suggestion was to stop processing a datagram once unprotecting one of the QUIC packets fails, although you have the keys available for that encryption level.

> For example, an attacker can also send a packet that successfully decrypts, that contains many tiny CRYPTO frames (4-bytes each). I'd assume that processing of that would be more costly than AEAD-decrypting every 35 bytes.

I don't understand this. Why is processing CRYPTO frames expensive? In my implementation, assembling stream (and crypto stream) data is not an expensive operation.

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

<blockquote>
<p>That could be true, though I am still not sure if we need to talk spec=
ifically about the attack.</p>
</blockquote>
<p>I was not suggesting to add language about this attack. My suggestion =
was to stop processing a datagram once unprotecting one of the QUIC packe=
ts fails, although you have the keys available for that encryption level.=
</p>
<blockquote>
<p>For example, an attacker can also send a packet that successfully decr=
ypts, that contains many tiny CRYPTO frames (4-bytes each). I'd assume th=
at processing of that would be more costly than AEAD-decrypting every 35 =
bytes.</p>
</blockquote>
<p>I don't understand this. Why is processing CRYPTO frames expensive? In=
 my implementation, assembling stream (and crypto stream) data is not an =
expensive operation.</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/2308#issuecomment-451828441">view it on GitHub</a>,=
 or <a href=3D"https://github.com/notifications/unsubscribe-auth/AWbkqyiq=
kZvirTcvF_V1oUKtYe26U8_Kks5vAt9_gaJpZM4Zy2NI">mute the thread</a>.<img sr=
c=3D"https://github.com/notifications/beacon/AWbkq3P0ecrc252m2RSmFpfBgISU=
_GPiks5vAt9_gaJpZM4Zy2NI.gif" height=3D"1" width=3D"1" alt=3D"" /></p>
<script type=3D"application/json" data-scope=3D"inboxmarkup">{"api_versio=
n":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name"=
:"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"=
quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"http=
s://github.githubassets.com/images/email/message_cards/header.png","avata=
r_image_url":"https://github.githubassets.com/images/email/message_cards/=
avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/q=
uicwg/base-drafts"}},"updates":{"snippets":[{"icon":"PERSON","message":"@=
marten-seemann in #2308: \u003e That could be true, though I am still not=
 sure if we need to talk specifically about the attack.\r\n\r\nI was not =
suggesting to add language about this attack. My suggestion was to stop p=
rocessing a datagram once unprotecting one of the QUIC packets fails, alt=
hough you have the keys available for that encryption level.\r\n\r\n\u003=
e For example, an attacker can also send a packet that successfully decry=
pts, that contains many tiny CRYPTO frames (4-bytes each). I'd assume tha=
t processing of that would be more costly than AEAD-decrypting every 35 b=
ytes.\r\n\r\nI don't understand this. Why is processing CRYPTO frames exp=
ensive? In my implementation, assembling stream (and crypto stream) data =
is not an expensive operation."}],"action":{"name":"View Issue","url":"ht=
tps://github.com/quicwg/base-drafts/issues/2308#issuecomment-451828441"}}=
}</script>
<script type=3D"application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/issues/2308#issuecomment=
-451828441",
"url": "https://github.com/quicwg/base-drafts/issues/2308#issuecomment-45=
1828441",
"name": "View Issue"
},
"description": "View this Issue on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>=

----==_mimepart_5c32e7ff68006_39133fe214cd45c0492520--


From nobody Sun Jan  6 22:08: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 7C735128CF3 for <quic-issues@ietfa.amsl.com>; Sun,  6 Jan 2019 22:08:36 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -8.065
X-Spam-Level: 
X-Spam-Status: No, score=-8.065 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIMWL_WL_HIGH=-0.065, 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_PASS=-0.001] autolearn=ham autolearn_force=no
Authentication-Results: ietfa.amsl.com (amavisd-new); dkim=pass (1024-bit key) header.d=github.com
Received: from mail.ietf.org ([4.31.198.44]) by localhost (ietfa.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id J1Su6BMX5i_I for <quic-issues@ietfa.amsl.com>; Sun,  6 Jan 2019 22:08: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 9F6A81274D0 for <quic-issues@ietf.org>; Sun,  6 Jan 2019 22:08:34 -0800 (PST)
Date: Sun, 06 Jan 2019 22:08:32 -0800
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1546841312; bh=J1/GMf1a1AnK1p5jnaQiSU9h/lFQ0vKz3d6ovMXYrJ4=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=F7jSjptWcmKM8qUXEg7F6AK9hiyJS/sP2YnkS60aUjyb+63FxhXNOaT6Kq225Btcq KwY7lUedPyKZI9kyVkEPVQdCIEk+QufydW4XNoVE5K4NHGiHWGsvg6dCaFxI6tvib5 JADyRXkWLLbc72ad9yzC0za5r7ISgCEnsrZ83MsA=
From: Kazuho Oku <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+0166e4ab7dcdf549f113ef31177023c8f46625e8d521560e92cf00000001184aaee092a169ce179fbcfb@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/issues/2308/451831439@github.com>
In-Reply-To: <quicwg/base-drafts/issues/2308@github.com>
References: <quicwg/base-drafts/issues/2308@github.com>
Subject: Re: [quicwg/base-drafts] handling of coalesced packets with decryption errors creates DoS opportunity (#2308)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5c32ece0a5c87_13bd3f99300d45b8879022"; 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/JKy-G5iV78Asnr-_XPwI8o8ZifI>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
List-Id: Notification list for GitHub issues related to the QUIC WG <quic-issues.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=unsubscribe>
List-Archive: <https://mailarchive.ietf.org/arch/browse/quic-issues/>
List-Post: <mailto:quic-issues@ietf.org>
List-Help: <mailto:quic-issues-request@ietf.org?subject=help>
List-Subscribe: <https://www.ietf.org/mailman/listinfo/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=subscribe>
X-List-Received-Date: Mon, 07 Jan 2019 06:08:36 -0000

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

>> For example, an attacker can also send a packet that successfully decrypts, that contains many tiny CRYPTO frames (4-bytes each). I'd assume that processing of that would be more costly than AEAD-decrypting every 35 bytes.
> 
> I don't understand this. Why is processing CRYPTO frames expensive? In my implementation, assembling stream (and crypto stream) data is not an expensive operation.

Because for every 4-byte CRYPTO frame (containing 1 octet of data), you need to decode 2 varints (length and offset fields), check if it's newly received data, and then write it to the buffer. If the data is new, there would be a call to TLS stack that causes the TLS stack to see if the entire handshake message is available, which would turn out not to be true. TLS stack will then buffer the data. After that, the transport layer will remove the newly received data from the transport-level buffer.

My assumption is that doing this amount of processing is more heavyweight than running two AES operations and one GCM operation per every 35 bytes.

Based on that, I do not think we need a statement that specifies how to handle these tiny CRYPTO frames, or similar types of attacks (e.g., a packet payload containing many ACK frames). The same goes for not specifying how to handle tiny QUIC 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/2308#issuecomment-451831439
----==_mimepart_5c32ece0a5c87_13bd3f99300d45b8879022
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: quoted-printable

<blockquote>
<blockquote>
<p>For example, an attacker can also send a packet that successfully decr=
ypts, that contains many tiny CRYPTO frames (4-bytes each). I'd assume th=
at processing of that would be more costly than AEAD-decrypting every 35 =
bytes.</p>
</blockquote>
<p>I don't understand this. Why is processing CRYPTO frames expensive? In=
 my implementation, assembling stream (and crypto stream) data is not an =
expensive operation.</p>
</blockquote>
<p>Because for every 4-byte CRYPTO frame (containing 1 octet of data), yo=
u need to decode 2 varints (length and offset fields), check if it's newl=
y received data, and then write it to the buffer. If the data is new, the=
re would be a call to TLS stack that causes the TLS stack to see if the e=
ntire handshake message is available, which would turn out not to be true=
. TLS stack will then buffer the data. After that, the transport layer wi=
ll remove the newly received data from the transport-level buffer.</p>
<p>My assumption is that doing this amount of processing is more heavywei=
ght than running two AES operations and one GCM operation per every 35 by=
tes.</p>
<p>Based on that, I do not think we need a statement that specifies how t=
o handle these tiny CRYPTO frames, or similar types of attacks (e.g., a p=
acket payload containing many ACK frames). The same goes for not specifyi=
ng how to handle tiny QUIC packets.</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/2308#issuecomment-451831439">view it on GitHub</a>,=
 or <a href=3D"https://github.com/notifications/unsubscribe-auth/AWbkqxJi=
ON1J7TJPZW8q040lHvH9J_CAks5vAuRggaJpZM4Zy2NI">mute the thread</a>.<img sr=
c=3D"https://github.com/notifications/beacon/AWbkqzwWXnoAaP2qlMh0HhvZv0wd=
naJiks5vAuRggaJpZM4Zy2NI.gif" height=3D"1" width=3D"1" alt=3D"" /></p>
<script type=3D"application/json" data-scope=3D"inboxmarkup">{"api_versio=
n":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name"=
:"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"=
quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"http=
s://github.githubassets.com/images/email/message_cards/header.png","avata=
r_image_url":"https://github.githubassets.com/images/email/message_cards/=
avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/q=
uicwg/base-drafts"}},"updates":{"snippets":[{"icon":"PERSON","message":"@=
kazuho in #2308: \u003e\u003e For example, an attacker can also send a pa=
cket that successfully decrypts, that contains many tiny CRYPTO frames (4=
-bytes each). I'd assume that processing of that would be more costly tha=
n AEAD-decrypting every 35 bytes.\r\n\u003e \r\n\u003e I don't understand=
 this. Why is processing CRYPTO frames expensive? In my implementation, a=
ssembling stream (and crypto stream) data is not an expensive operation.\=
r\n\r\nBecause for every 4-byte CRYPTO frame (containing 1 octet of data)=
, you need to decode 2 varints (length and offset fields), check if it's =
newly received data, and then write it to the buffer. If the data is new,=
 there would be a call to TLS stack that causes the TLS stack to see if t=
he entire handshake message is available, which would turn out not to be =
true. TLS stack will then buffer the data. After that, the transport laye=
r will remove the newly received data from the transport-level buffer.\r\=
n\r\nMy assumption is that doing this amount of processing is more heavyw=
eight than running two AES operations and one GCM operation per every 35 =
bytes.\r\n\r\nBased on that, I do not think we need a statement that spec=
ifies how to handle these tiny CRYPTO frames, or similar types of attacks=
 (e.g., a packet payload containing many ACK frames). The same goes for n=
ot specifying how to handle tiny QUIC packets."}],"action":{"name":"View =
Issue","url":"https://github.com/quicwg/base-drafts/issues/2308#issuecomm=
ent-451831439"}}}</script>
<script type=3D"application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/issues/2308#issuecomment=
-451831439",
"url": "https://github.com/quicwg/base-drafts/issues/2308#issuecomment-45=
1831439",
"name": "View Issue"
},
"description": "View this Issue on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>=

----==_mimepart_5c32ece0a5c87_13bd3f99300d45b8879022--


From nobody Sun Jan  6 23:09: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 88B7C12D4E9 for <quic-issues@ietfa.amsl.com>; Sun,  6 Jan 2019 23:09:35 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -6.447
X-Spam-Level: 
X-Spam-Status: No, score=-6.447 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIMWL_WL_HIGH=-0.065, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, HTML_IMAGE_ONLY_24=1.618, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-1, RCVD_IN_DNSWL_HI=-5, SPF_PASS=-0.001] autolearn=ham autolearn_force=no
Authentication-Results: ietfa.amsl.com (amavisd-new); dkim=pass (1024-bit key) header.d=github.com
Received: from mail.ietf.org ([4.31.198.44]) by localhost (ietfa.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id JNyEK86XEF6l for <quic-issues@ietfa.amsl.com>; Sun,  6 Jan 2019 23:09: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 8B565126BED for <quic-issues@ietf.org>; Sun,  6 Jan 2019 23:09:33 -0800 (PST)
Date: Sun, 06 Jan 2019 23:09:32 -0800
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1546844972; bh=Gd44zQe5NHdOc5tNoYp5XnFgBaGQo8e6c2IVb+y1LAc=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=sEFOz/AyPZlfu2irNd25CefIRXUeFZZkl/aA9taJcQbO7x5T9Yh2lM9ozSzysBdvj g6Xskoqmy+xau00kZL1yKrGWaDal8QT38AuVywTdUk2bNuRXm8K92I8CRpZBTJRWd3 ASyI6o7CbonpkTdtG4Y5mZXlhggHMtcgz6WwBwaM=
From: Christian Huitema <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+0166e4ab6be9d9dcec70f2b0c6f03d903da803acc8f6d32792cf00000001184abd2c92a169ce179fc90b@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/issues/2309/451841423@github.com>
In-Reply-To: <quicwg/base-drafts/issues/2309@github.com>
References: <quicwg/base-drafts/issues/2309@github.com>
Subject: Re: [quicwg/base-drafts] Migration before handshake completed is very messy (#2309)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5c32fb2c41a84_32c13ff7fd8d45c014969b5"; 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/QKtO8rtM0adYUMIyWFVLHANtAsY>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
List-Id: Notification list for GitHub issues related to the QUIC WG <quic-issues.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=unsubscribe>
List-Archive: <https://mailarchive.ietf.org/arch/browse/quic-issues/>
List-Post: <mailto:quic-issues@ietf.org>
List-Help: <mailto:quic-issues-request@ietf.org?subject=help>
List-Subscribe: <https://www.ietf.org/mailman/listinfo/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=subscribe>
X-List-Received-Date: Mon, 07 Jan 2019 07:09:35 -0000

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

I get the issue in #2267. But regardless, there is an issue with engaging in migration when the handshake is not 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/issues/2309#issuecomment-451841423
----==_mimepart_5c32fb2c41a84_32c13ff7fd8d45c014969b5
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

<p>I get the issue in <a class="issue-link js-issue-link" data-error-text="Failed to load issue title" data-id="394586860" data-permission-text="Issue title is private" data-url="https://github.com/quicwg/base-drafts/issues/2267" data-hovercard-type="issue" data-hovercard-url="/quicwg/base-drafts/issues/2267/hovercard" href="https://github.com/quicwg/base-drafts/issues/2267">#2267</a>. But regardless, there is an issue with engaging in migration when the handshake is not 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/issues/2309#issuecomment-451841423">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AWbkqyjeKSmPhN1zRSm_LOR18vJ--TyCks5vAvKsgaJpZM4Zy3KE">mute the thread</a>.<img src="https://github.com/notifications/beacon/AWbkq2uFlpn6WzrgEtujpvIB5fIkfLvFks5vAvKsgaJpZM4Zy3KE.gif" height="1" width="1" alt="" /></p>
<script type="application/json" data-scope="inboxmarkup">{"api_version":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name":"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"https://github.githubassets.com/images/email/message_cards/header.png","avatar_image_url":"https://github.githubassets.com/images/email/message_cards/avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/quicwg/base-drafts"}},"updates":{"snippets":[{"icon":"PERSON","message":"@huitema in #2309: I get the issue in #2267. But regardless, there is an issue with engaging in migration when the handshake is not complete..."}],"action":{"name":"View Issue","url":"https://github.com/quicwg/base-drafts/issues/2309#issuecomment-451841423"}}}</script>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/issues/2309#issuecomment-451841423",
"url": "https://github.com/quicwg/base-drafts/issues/2309#issuecomment-451841423",
"name": "View Issue"
},
"description": "View this Issue on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>
----==_mimepart_5c32fb2c41a84_32c13ff7fd8d45c014969b5--


From nobody Sun Jan  6 23:16: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 B3DAF12D4E9 for <quic-issues@ietfa.amsl.com>; Sun,  6 Jan 2019 23:16:49 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -8.065
X-Spam-Level: 
X-Spam-Status: No, score=-8.065 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIMWL_WL_HIGH=-0.065, 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_PASS=-0.001] autolearn=ham autolearn_force=no
Authentication-Results: ietfa.amsl.com (amavisd-new); dkim=pass (1024-bit key) header.d=github.com
Received: from mail.ietf.org ([4.31.198.44]) by localhost (ietfa.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id rO6U3YzAOi5D for <quic-issues@ietfa.amsl.com>; Sun,  6 Jan 2019 23:16:48 -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 2175B126BED for <quic-issues@ietf.org>; Sun,  6 Jan 2019 23:16:48 -0800 (PST)
Date: Sun, 06 Jan 2019 23:16:46 -0800
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1546845406; bh=4faZZJW7xlzO259pBs5mYAiKEhytPwJ9cvjVudQ32pY=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=qy9TEiawAi7vL2C/MP+oo3XcMTuU67/Xrbvb5+lrNQ10BmSRskoM+9piWIFFxaaQE r8R1qVN0Wl1gBodU9mThjFf0XrtMLh1HxRbTiswbjGkFnc1HJ3sYfLILi2vaEeyjWP hY/GlkVpr7J6MaROpURjV+KLWy+zADHgX0ZdfRgI=
From: Christian Huitema <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+0166e4ab72a415e1c06fecdc936894664238ec604a0cedfe92cf00000001184abede92a169ce1784eaec@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/issues/2267/451842773@github.com>
In-Reply-To: <quicwg/base-drafts/issues/2267@github.com>
References: <quicwg/base-drafts/issues/2267@github.com>
Subject: Re: [quicwg/base-drafts] loss of only two packets can lead to an unrecoverable situation (#2267)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5c32fcdee8abe_2b0d3fe214cd45c07812b7"; 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/68iBGgiKKgRUXjUzrYfYYzehYhE>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
List-Id: Notification list for GitHub issues related to the QUIC WG <quic-issues.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=unsubscribe>
List-Archive: <https://mailarchive.ietf.org/arch/browse/quic-issues/>
List-Post: <mailto:quic-issues@ietf.org>
List-Help: <mailto:quic-issues-request@ietf.org?subject=help>
List-Subscribe: <https://www.ietf.org/mailman/listinfo/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=subscribe>
X-List-Received-Date: Mon, 07 Jan 2019 07:16:50 -0000

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

I think this issue is an indirect justification for implicit ACK. The server may have dropped the handshake key, but it can send and receive 1-RTT packets. So can the client. If the client sends an 1-RTT packet after sending the CFIN, it should receive an ACK from the server. At that point, it knows there is no point in retransmitting the CFIN. If neither the 1-RTT not the CFIN handshake are acked, both can be repeated. If the handshake CFIN was received but the ACK lost, as @marten-seemann envisages, the server may not be able to process handshake packets anymore, but it can receive and ACK the 1-RTT packet.

Of course, that falls apart if the handshake and 1-RTT packets are coalesced. Maybe we need a warning 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/issues/2267#issuecomment-451842773
----==_mimepart_5c32fcdee8abe_2b0d3fe214cd45c07812b7
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: quoted-printable

<p>I think this issue is an indirect justification for implicit ACK. The =
server may have dropped the handshake key, but it can send and receive 1-=
RTT packets. So can the client. If the client sends an 1-RTT packet after=
 sending the CFIN, it should receive an ACK from the server. At that poin=
t, it knows there is no point in retransmitting the CFIN. If neither the =
1-RTT not the CFIN handshake are acked, both can be repeated. If the hand=
shake CFIN was received but the ACK lost, as <a class=3D"user-mention" da=
ta-hovercard-type=3D"user" data-hovercard-url=3D"/hovercards?user_id=3D14=
78487" data-octo-click=3D"hovercard-link-click" data-octo-dimensions=3D"l=
ink_type:self" href=3D"https://github.com/marten-seemann">@marten-seemann=
</a> envisages, the server may not be able to process handshake packets a=
nymore, but it can receive and ACK the 1-RTT packet.</p>
<p>Of course, that falls apart if the handshake and 1-RTT packets are coa=
lesced. Maybe we need a warning there...</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/2267#issuecomment-451842773">view it on GitHub</a>,=
 or <a href=3D"https://github.com/notifications/unsubscribe-auth/AWbkq3bn=
hM0RO5EpVSE0y6aCX35uxXseks5vAvRegaJpZM4ZjodA">mute the thread</a>.<img sr=
c=3D"https://github.com/notifications/beacon/AWbkq8lmr-esJHJIiBnEfsJBIZIj=
lNzaks5vAvRegaJpZM4ZjodA.gif" height=3D"1" width=3D"1" alt=3D"" /></p>
<script type=3D"application/json" data-scope=3D"inboxmarkup">{"api_versio=
n":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name"=
:"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"=
quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"http=
s://github.githubassets.com/images/email/message_cards/header.png","avata=
r_image_url":"https://github.githubassets.com/images/email/message_cards/=
avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/q=
uicwg/base-drafts"}},"updates":{"snippets":[{"icon":"PERSON","message":"@=
huitema in #2267: I think this issue is an indirect justification for imp=
licit ACK. The server may have dropped the handshake key, but it can send=
 and receive 1-RTT packets. So can the client. If the client sends an 1-R=
TT packet after sending the CFIN, it should receive an ACK from the serve=
r. At that point, it knows there is no point in retransmitting the CFIN. =
If neither the 1-RTT not the CFIN handshake are acked, both can be repeat=
ed. If the handshake CFIN was received but the ACK lost, as @marten-seema=
nn envisages, the server may not be able to process handshake packets any=
more, but it can receive and ACK the 1-RTT packet.\r\n\r\nOf course, that=
 falls apart if the handshake and 1-RTT packets are coalesced. Maybe we n=
eed a warning there... "}],"action":{"name":"View Issue","url":"https://g=
ithub.com/quicwg/base-drafts/issues/2267#issuecomment-451842773"}}}</scri=
pt>
<script type=3D"application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/issues/2267#issuecomment=
-451842773",
"url": "https://github.com/quicwg/base-drafts/issues/2267#issuecomment-45=
1842773",
"name": "View Issue"
},
"description": "View this Issue on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>=

----==_mimepart_5c32fcdee8abe_2b0d3fe214cd45c07812b7--


From nobody Sun Jan  6 23: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 5CA60130DE5 for <quic-issues@ietfa.amsl.com>; Sun,  6 Jan 2019 23:23:49 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -8.064
X-Spam-Level: 
X-Spam-Status: No, score=-8.064 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIMWL_WL_HIGH=-0.065, 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_PASS=-0.001] autolearn=ham autolearn_force=no
Authentication-Results: ietfa.amsl.com (amavisd-new); dkim=pass (1024-bit key) header.d=github.com
Received: from mail.ietf.org ([4.31.198.44]) by localhost (ietfa.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id JLPMZafOLMog for <quic-issues@ietfa.amsl.com>; Sun,  6 Jan 2019 23:23: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 DC277130DCD for <quic-issues@ietf.org>; Sun,  6 Jan 2019 23:23:47 -0800 (PST)
Date: Sun, 06 Jan 2019 23:23:46 -0800
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1546845826; bh=U+KI+fQCVfa+7Pt/TftQarFqydmHOteX9voIg+292Tk=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=fMVL5LRvlFwbuIRLttXc80q4dqEBCsgSZqK1btw/bCig+Z3WLB0RsjPrbnAH6NuDM IdJxVBcZpazuBH1ghOH79/3/rMPYmq33fIsLfgM0W0zVFbZOI85ifsO6c+FFhE+Ttd If+0wwq0+ko91Z0BpZrQcd8eEtS7Vd73wz/sayz0=
From: Christian Huitema <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+0166e4ab29d0f64163d9c3a4dd1b1b64d5a00573e206fc7492cf00000001184ac08292a169ce1784eaec@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/issues/2267/451843958@github.com>
In-Reply-To: <quicwg/base-drafts/issues/2267@github.com>
References: <quicwg/base-drafts/issues/2267@github.com>
Subject: Re: [quicwg/base-drafts] loss of only two packets can lead to an unrecoverable situation (#2267)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5c32fe82d78c0_482c3fc6f42d45c43067ef"; 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/XCEyHnSX-OThj5Ezva33iW5f7c0>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
List-Id: Notification list for GitHub issues related to the QUIC WG <quic-issues.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=unsubscribe>
List-Archive: <https://mailarchive.ietf.org/arch/browse/quic-issues/>
List-Post: <mailto:quic-issues@ietf.org>
List-Help: <mailto:quic-issues-request@ietf.org?subject=help>
List-Subscribe: <https://www.ietf.org/mailman/listinfo/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=subscribe>
X-List-Received-Date: Mon, 07 Jan 2019 07:23:49 -0000

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

@martinthomson: MSL in TCP is determine by the practical observations of how long packets can reside in networks. There are measurement papers describing that. At least 30 seconds has been observed in practice, for example due to routers freezing and then restarting, or other bugs of that nature. Since TCP has by default no crypto, the very old packet could be accepted by chance in a new connection and cause havoc. Hence the use of the MSL timer, especially in the FIN-WAIT 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/2267#issuecomment-451843958
----==_mimepart_5c32fe82d78c0_482c3fc6f42d45c43067ef
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=3D67641" data-octo-click=3D"hovercard-link-cli=
ck" data-octo-dimensions=3D"link_type:self" href=3D"https://github.com/ma=
rtinthomson">@martinthomson</a>: MSL in TCP is determine by the practical=
 observations of how long packets can reside in networks. There are measu=
rement papers describing that. At least 30 seconds has been observed in p=
ractice, for example due to routers freezing and then restarting, or othe=
r bugs of that nature. Since TCP has by default no crypto, the very old p=
acket could be accepted by chance in a new connection and cause havoc. He=
nce the use of the MSL timer, especially in the FIN-WAIT state.</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/2267#issuecomment-451843958">view it on GitHub</a>,=
 or <a href=3D"https://github.com/notifications/unsubscribe-auth/AWbkqyRw=
k5CXJLxnX8RSYjubwpVI2_gOks5vAvYCgaJpZM4ZjodA">mute the thread</a>.<img sr=
c=3D"https://github.com/notifications/beacon/AWbkq55ZLszsg5kJngJgwcbhorDm=
I8Eeks5vAvYCgaJpZM4ZjodA.gif" height=3D"1" width=3D"1" alt=3D"" /></p>
<script type=3D"application/json" data-scope=3D"inboxmarkup">{"api_versio=
n":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name"=
:"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"=
quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"http=
s://github.githubassets.com/images/email/message_cards/header.png","avata=
r_image_url":"https://github.githubassets.com/images/email/message_cards/=
avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/q=
uicwg/base-drafts"}},"updates":{"snippets":[{"icon":"PERSON","message":"@=
huitema in #2267: @martinthomson: MSL in TCP is determine by the practica=
l observations of how long packets can reside in networks. There are meas=
urement papers describing that. At least 30 seconds has been observed in =
practice, for example due to routers freezing and then restarting, or oth=
er bugs of that nature. Since TCP has by default no crypto, the very old =
packet could be accepted by chance in a new connection and cause havoc. H=
ence the use of the MSL timer, especially in the FIN-WAIT state."}],"acti=
on":{"name":"View Issue","url":"https://github.com/quicwg/base-drafts/iss=
ues/2267#issuecomment-451843958"}}}</script>
<script type=3D"application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/issues/2267#issuecomment=
-451843958",
"url": "https://github.com/quicwg/base-drafts/issues/2267#issuecomment-45=
1843958",
"name": "View Issue"
},
"description": "View this Issue on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>=

----==_mimepart_5c32fe82d78c0_482c3fc6f42d45c43067ef--


From nobody Sun Jan  6 23:24: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 62A2D130DE5 for <quic-issues@ietfa.amsl.com>; Sun,  6 Jan 2019 23:24:10 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -8.064
X-Spam-Level: 
X-Spam-Status: No, score=-8.064 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIMWL_WL_HIGH=-0.065, 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_PASS=-0.001] autolearn=ham autolearn_force=no
Authentication-Results: ietfa.amsl.com (amavisd-new); dkim=pass (1024-bit key) header.d=github.com
Received: from mail.ietf.org ([4.31.198.44]) by localhost (ietfa.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id i0PnIqLzW6zg for <quic-issues@ietfa.amsl.com>; Sun,  6 Jan 2019 23:24:08 -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 8C672130DCD for <quic-issues@ietf.org>; Sun,  6 Jan 2019 23:24:08 -0800 (PST)
Date: Sun, 06 Jan 2019 23:24:07 -0800
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1546845847; bh=r+nhmZEEq7BhPfn8FyNt4bb5BpjSpxbTxk2cexjEwog=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=qGcKY6YO/Y21gUj2SsbYg4B41XIQREanMQYvTuIsUDywnS/L9Lpv4N6bwTets3VT4 6EEtRyfialeVhoQ8yvZ7SbXFnSHMklb/RWEar7Fo4H8f+A8wTIXjQzPvKjWga376qJ oEyWh7r9wgpcFnL2/J7wD65tPkHOzrDu4qCtRkrU=
From: Kazuho Oku <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+0166e4ab427a6f19c1793940f3903b54d8efc1c26342fe5392cf00000001184ac09792a169ce1784eaec@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/issues/2267/451844018@github.com>
In-Reply-To: <quicwg/base-drafts/issues/2267@github.com>
References: <quicwg/base-drafts/issues/2267@github.com>
Subject: Re: [quicwg/base-drafts] loss of only two packets can lead to an unrecoverable situation (#2267)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5c32fe97b379f_5f043f86686d45c4206912"; 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/1QWTcE0iIip1BfszF0vveGbmzc0>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
List-Id: Notification list for GitHub issues related to the QUIC WG <quic-issues.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=unsubscribe>
List-Archive: <https://mailarchive.ietf.org/arch/browse/quic-issues/>
List-Post: <mailto:quic-issues@ietf.org>
List-Help: <mailto:quic-issues-request@ietf.org?subject=help>
List-Subscribe: <https://www.ietf.org/mailman/listinfo/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=subscribe>
X-List-Received-Date: Mon, 07 Jan 2019 07:24:10 -0000

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

@huitema 
> I think this issue is an indirect justification for implicit ACK.

I am not sure if it is. To me, it seems that the fact that we have an unrecoverable situation for lower epochs and if we need to shutdown the connection in such a situation are different.

Can't the endpoints simply continue communicating using higher epochs, regardless of if there was something not ACKed when they drop the context of lower 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/2267#issuecomment-451844018
----==_mimepart_5c32fe97b379f_5f043f86686d45c4206912
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=3D7464128" data-octo-click=3D"hovercard-link-c=
lick" data-octo-dimensions=3D"link_type:self" href=3D"https://github.com/=
huitema">@huitema</a></p>
<blockquote>
<p>I think this issue is an indirect justification for implicit ACK.</p>
</blockquote>
<p>I am not sure if it is. To me, it seems that the fact that we have an =
unrecoverable situation for lower epochs and if we need to shutdown the c=
onnection in such a situation are different.</p>
<p>Can't the endpoints simply continue communicating using higher epochs,=
 regardless of if there was something not ACKed when they drop the contex=
t of lower epochs?</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/2267#issuecomment-451844018">view it on GitHub</a>,=
 or <a href=3D"https://github.com/notifications/unsubscribe-auth/AWbkqw3I=
br0FdK-ImBzWrv9xXG6EHsOfks5vAvYXgaJpZM4ZjodA">mute the thread</a>.<img sr=
c=3D"https://github.com/notifications/beacon/AWbkq3pwIT1fnStxwh9gPxfFNRgz=
xn_3ks5vAvYXgaJpZM4ZjodA.gif" height=3D"1" width=3D"1" alt=3D"" /></p>
<script type=3D"application/json" data-scope=3D"inboxmarkup">{"api_versio=
n":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name"=
:"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"=
quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"http=
s://github.githubassets.com/images/email/message_cards/header.png","avata=
r_image_url":"https://github.githubassets.com/images/email/message_cards/=
avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/q=
uicwg/base-drafts"}},"updates":{"snippets":[{"icon":"PERSON","message":"@=
kazuho in #2267: @huitema \r\n\u003e I think this issue is an indirect ju=
stification for implicit ACK.\r\n\r\nI am not sure if it is. To me, it se=
ems that the fact that we have an unrecoverable situation for lower epoch=
s and if we need to shutdown the connection in such a situation are diffe=
rent.\r\n\r\nCan't the endpoints simply continue communicating using high=
er epochs, regardless of if there was something not ACKed when they drop =
the context of lower epochs?"}],"action":{"name":"View Issue","url":"http=
s://github.com/quicwg/base-drafts/issues/2267#issuecomment-451844018"}}}<=
/script>
<script type=3D"application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/issues/2267#issuecomment=
-451844018",
"url": "https://github.com/quicwg/base-drafts/issues/2267#issuecomment-45=
1844018",
"name": "View Issue"
},
"description": "View this Issue on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>=

----==_mimepart_5c32fe97b379f_5f043f86686d45c4206912--


From nobody Sun Jan  6 23:26: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 0145F130DCD for <quic-issues@ietfa.amsl.com>; Sun,  6 Jan 2019 23:26:54 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -6.447
X-Spam-Level: 
X-Spam-Status: No, score=-6.447 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIMWL_WL_HIGH=-0.065, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, HTML_IMAGE_ONLY_24=1.618, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-1, RCVD_IN_DNSWL_HI=-5, SPF_PASS=-0.001] autolearn=ham autolearn_force=no
Authentication-Results: ietfa.amsl.com (amavisd-new); dkim=pass (1024-bit key) header.d=github.com
Received: from mail.ietf.org ([4.31.198.44]) by localhost (ietfa.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id XSa6BevKgVnp for <quic-issues@ietfa.amsl.com>; Sun,  6 Jan 2019 23:26:52 -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 8DA76126BED for <quic-issues@ietf.org>; Sun,  6 Jan 2019 23:26:52 -0800 (PST)
Date: Sun, 06 Jan 2019 23:26:51 -0800
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1546846011; bh=E+kXIXA4Y+mAqqpNPgpY6ik5ARVJbxkC6fww5SWUkMQ=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=UB+54LpGsK3nM96P/RXcg2P9MFZggXXZR5ig0wOe+46eUsxI91NTMmi87wfKBf/eF 7L2l5TfTLyQgYBWdULgs6rh4EhP0OQmFBfqZvd1B83CK6mJLDHpAHCIitF19SFRM91 rLv3TwYfCbzMz/+oMEzSoy+np0zYNKIQK37ea02Q=
From: Christian Huitema <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+0166e4ab850e7ad52460c00c4d263c207d258d650682795692cf00000001184ac13b92a169ce1784eaec@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/issues/2267/451844505@github.com>
In-Reply-To: <quicwg/base-drafts/issues/2267@github.com>
References: <quicwg/base-drafts/issues/2267@github.com>
Subject: Re: [quicwg/base-drafts] loss of only two packets can lead to an unrecoverable situation (#2267)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5c32ff3ba9f66_5dbd3fec358d45bc72454"; 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/TNDv4bV1b08y1LOgSjN0hxioNIA>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
List-Id: Notification list for GitHub issues related to the QUIC WG <quic-issues.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=unsubscribe>
List-Archive: <https://mailarchive.ietf.org/arch/browse/quic-issues/>
List-Post: <mailto:quic-issues@ietf.org>
List-Help: <mailto:quic-issues-request@ietf.org?subject=help>
List-Subscribe: <https://www.ietf.org/mailman/listinfo/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=subscribe>
X-List-Received-Date: Mon, 07 Jan 2019 07:26:54 -0000

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

@kazuho, I think we agree. If the endpoints can continue communicating at epoch=4, there is no reason to drop a connection because of an ACK or timer issue at epoch=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/2267#issuecomment-451844505
----==_mimepart_5c32ff3ba9f66_5dbd3fec358d45bc72454
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 think we agree. If the endpoints can continue communicating at epoch=4, there is no reason to drop a connection because of an ACK or timer issue at epoch=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/2267#issuecomment-451844505">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AWbkq09vaPqonhCS_h6JK-tXyHdbOorZks5vAva7gaJpZM4ZjodA">mute the thread</a>.<img src="https://github.com/notifications/beacon/AWbkqx63r-3acuHSbTHxijxJohxeBvRPks5vAva7gaJpZM4ZjodA.gif" height="1" width="1" alt="" /></p>
<script type="application/json" data-scope="inboxmarkup">{"api_version":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name":"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"https://github.githubassets.com/images/email/message_cards/header.png","avatar_image_url":"https://github.githubassets.com/images/email/message_cards/avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/quicwg/base-drafts"}},"updates":{"snippets":[{"icon":"PERSON","message":"@huitema in #2267: @kazuho, I think we agree. If the endpoints can continue communicating at epoch=4, there is no reason to drop a connection because of an ACK or timer issue at epoch=3."}],"action":{"name":"View Issue","url":"https://github.com/quicwg/base-drafts/issues/2267#issuecomment-451844505"}}}</script>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/issues/2267#issuecomment-451844505",
"url": "https://github.com/quicwg/base-drafts/issues/2267#issuecomment-451844505",
"name": "View Issue"
},
"description": "View this Issue on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>
----==_mimepart_5c32ff3ba9f66_5dbd3fec358d45bc72454--


From nobody Mon Jan  7 00: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 04353130E8A for <quic-issues@ietfa.amsl.com>; Mon,  7 Jan 2019 00:00:51 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -6.519
X-Spam-Level: 
X-Spam-Status: No, score=-6.519 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIMWL_WL_HIGH=-0.065, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, HTML_IMAGE_ONLY_20=1.546, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-1, RCVD_IN_DNSWL_HI=-5, SPF_PASS=-0.001] autolearn=ham autolearn_force=no
Authentication-Results: ietfa.amsl.com (amavisd-new); dkim=pass (1024-bit key) header.d=github.com
Received: from mail.ietf.org ([4.31.198.44]) by localhost (ietfa.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 0Jm70AMwz918 for <quic-issues@ietfa.amsl.com>; Mon,  7 Jan 2019 00: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 56F1E130E73 for <quic-issues@ietf.org>; Mon,  7 Jan 2019 00:00:49 -0800 (PST)
Date: Mon, 07 Jan 2019 00:00:47 -0800
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1546848047; bh=Sf2qvolXyK0BaxMPEGf9YdOfn0YEbe1dqRdsG4pqJ00=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=Kp4VoQ2M6fS6GCSaRKZtwvElT219ZA0g12mis7uMB43NxI4Cd9uEQeRdPr+ze04HZ On3kDAJSfFNk4/0yvkK0PetjP3XtzX7dshGpTYjJZnixYopc0ErFke5RGd3Dh6U1Lm azSeZNvF3el8zHKM7pjjDQ+zKDZBxluqVenKEUeA=
From: Kazuho Oku <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+0166e4abf7557cb4670adf084f131e9f2284670f946f487192cf00000001184ac92f92a169ce1784eaec@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/issues/2267/451851230@github.com>
In-Reply-To: <quicwg/base-drafts/issues/2267@github.com>
References: <quicwg/base-drafts/issues/2267@github.com>
Subject: Re: [quicwg/base-drafts] loss of only two packets can lead to an unrecoverable situation (#2267)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5c33072fbae76_1fdc3f7f64ed45b81634835"; 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/wmUmzlhF-CzX8024OSeBQ1S0Pxk>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
List-Id: Notification list for GitHub issues related to the QUIC WG <quic-issues.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=unsubscribe>
List-Archive: <https://mailarchive.ietf.org/arch/browse/quic-issues/>
List-Post: <mailto:quic-issues@ietf.org>
List-Help: <mailto:quic-issues-request@ietf.org?subject=help>
List-Subscribe: <https://www.ietf.org/mailman/listinfo/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=subscribe>
X-List-Received-Date: Mon, 07 Jan 2019 08:00:51 -0000

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

Then, I'd assume that there is nothing we need to 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/2267#issuecomment-451851230
----==_mimepart_5c33072fbae76_1fdc3f7f64ed45b81634835
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

<p>Then, I'd assume that there is nothing we need to 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/2267#issuecomment-451851230">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AWbkq2rRTIS9JHnsbEjqcv3RHTLKDphgks5vAv6vgaJpZM4ZjodA">mute the thread</a>.<img src="https://github.com/notifications/beacon/AWbkq3FhwwSjbRgzGgS4fpCiv02bJwccks5vAv6vgaJpZM4ZjodA.gif" height="1" width="1" alt="" /></p>
<script type="application/json" data-scope="inboxmarkup">{"api_version":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name":"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"https://github.githubassets.com/images/email/message_cards/header.png","avatar_image_url":"https://github.githubassets.com/images/email/message_cards/avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/quicwg/base-drafts"}},"updates":{"snippets":[{"icon":"PERSON","message":"@kazuho in #2267: Then, I'd assume that there is nothing we need to address?\r\n\r\n"}],"action":{"name":"View Issue","url":"https://github.com/quicwg/base-drafts/issues/2267#issuecomment-451851230"}}}</script>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/issues/2267#issuecomment-451851230",
"url": "https://github.com/quicwg/base-drafts/issues/2267#issuecomment-451851230",
"name": "View Issue"
},
"description": "View this Issue on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>
----==_mimepart_5c33072fbae76_1fdc3f7f64ed45b81634835--


From nobody Mon Jan  7 00:05: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 66CD6130DE7 for <quic-issues@ietfa.amsl.com>; Mon,  7 Jan 2019 00:05:41 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -8.065
X-Spam-Level: 
X-Spam-Status: No, score=-8.065 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIMWL_WL_HIGH=-0.065, 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_PASS=-0.001] autolearn=ham autolearn_force=no
Authentication-Results: ietfa.amsl.com (amavisd-new); dkim=pass (1024-bit key) header.d=github.com
Received: from mail.ietf.org ([4.31.198.44]) by localhost (ietfa.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id Q5SUM3Q621nV for <quic-issues@ietfa.amsl.com>; Mon,  7 Jan 2019 00:05:39 -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 999561271FF for <quic-issues@ietf.org>; Mon,  7 Jan 2019 00:05:39 -0800 (PST)
Date: Mon, 07 Jan 2019 00:05:38 -0800
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1546848338; bh=PfPD7b0DalFDJxmf42h4c6e9+MRNR5m5tCiYeBtJIuo=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=Zdx2ZTwIviU9JKvUmKchNRzf3jXix4cLwP/KKSsK0a/ajXybRkdiTOzH/igOvnKqU /V3gp63OXQZIZda+ymYz1yrUZpOIPdVVQatbNsEb8o+gIi7KrSz8ci91icHftbPvai 3S444D+9YtoLPppelBFWfQKuLPjnyDv1CHNX8CVY=
From: Marten Seemann <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+0166e4ab293330131ce2ae09cb48bf6e726636c41e8773e992cf00000001184aca5292a169ce1784eaec@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/issues/2267/451852213@github.com>
In-Reply-To: <quicwg/base-drafts/issues/2267@github.com>
References: <quicwg/base-drafts/issues/2267@github.com>
Subject: Re: [quicwg/base-drafts] loss of only two packets can lead to an unrecoverable situation (#2267)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5c3308529a43b_fa73ff7fd8d45c075193d"; 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/XuXseiARnb85bsFcebVzWEauyCg>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
List-Id: Notification list for GitHub issues related to the QUIC WG <quic-issues.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=unsubscribe>
List-Archive: <https://mailarchive.ietf.org/arch/browse/quic-issues/>
List-Post: <mailto:quic-issues@ietf.org>
List-Help: <mailto:quic-issues-request@ietf.org?subject=help>
List-Subscribe: <https://www.ietf.org/mailman/listinfo/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=subscribe>
X-List-Received-Date: Mon, 07 Jan 2019 08:05:41 -0000

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

> I think this issue is an indirect justification for implicit ACK. The server may have dropped the handshake key, but it can send and receive 1-RTT packets. So can the client. If the client sends an 1-RTT packet after sending the CFIN, it should receive an ACK from the server. At that point, it knows there is no point in retransmitting the CFIN.

I agree, but it's better if the server send an ack-eliciting 1-RTT packet right after the handshake completes, since there's no uncertainty on the server's side if the client already has 1-RTT keys. In the stream-0 design team we once had a proposal fo a HANDSHAKE_DONE frame (a 1-byte ack-eliciting frame that is delivered reliably). I consider this a much cleaner solution than relying on timers which might or might not be chosen appropriately to work with a particular loss pattern.

Dropping handshake keys, and moving forward from the crypto mode in the loss recovery (so we can use the PTO timer instead of the crypto timer), is then really 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/2267#issuecomment-451852213
----==_mimepart_5c3308529a43b_fa73ff7fd8d45c075193d
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: quoted-printable

<blockquote>
<p>I think this issue is an indirect justification for implicit ACK. The =
server may have dropped the handshake key, but it can send and receive 1-=
RTT packets. So can the client. If the client sends an 1-RTT packet after=
 sending the CFIN, it should receive an ACK from the server. At that poin=
t, it knows there is no point in retransmitting the CFIN.</p>
</blockquote>
<p>I agree, but it's better if the server send an ack-eliciting 1-RTT pac=
ket right after the handshake completes, since there's no uncertainty on =
the server's side if the client already has 1-RTT keys. In the stream-0 d=
esign team we once had a proposal fo a HANDSHAKE_DONE frame (a 1-byte ack=
-eliciting frame that is delivered reliably). I consider this a much clea=
ner solution than relying on timers which might or might not be chosen ap=
propriately to work with a particular loss pattern.</p>
<p>Dropping handshake keys, and moving forward from the crypto mode in th=
e loss recovery (so we can use the PTO timer instead of the crypto timer)=
, is then really straightforward.</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/2267#issuecomment-451852213">view it on GitHub</a>,=
 or <a href=3D"https://github.com/notifications/unsubscribe-auth/AWbkq-nW=
qnbSKso1dl5NkalvplDL-Irbks5vAv_SgaJpZM4ZjodA">mute the thread</a>.<img sr=
c=3D"https://github.com/notifications/beacon/AWbkq3SbwDt-RNrNDrf4zqbuZCsU=
uC0eks5vAv_SgaJpZM4ZjodA.gif" height=3D"1" width=3D"1" alt=3D"" /></p>
<script type=3D"application/json" data-scope=3D"inboxmarkup">{"api_versio=
n":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name"=
:"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"=
quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"http=
s://github.githubassets.com/images/email/message_cards/header.png","avata=
r_image_url":"https://github.githubassets.com/images/email/message_cards/=
avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/q=
uicwg/base-drafts"}},"updates":{"snippets":[{"icon":"PERSON","message":"@=
marten-seemann in #2267: \u003e I think this issue is an indirect justifi=
cation for implicit ACK. The server may have dropped the handshake key, b=
ut it can send and receive 1-RTT packets. So can the client. If the clien=
t sends an 1-RTT packet after sending the CFIN, it should receive an ACK =
from the server. At that point, it knows there is no point in retransmitt=
ing the CFIN.\r\n\r\nI agree, but it's better if the server send an ack-e=
liciting 1-RTT packet right after the handshake completes, since there's =
no uncertainty on the server's side if the client already has 1-RTT keys.=
 In the stream-0 design team we once had a proposal fo a HANDSHAKE_DONE f=
rame (a 1-byte ack-eliciting frame that is delivered reliably). I conside=
r this a much cleaner solution than relying on timers which might or migh=
t not be chosen appropriately to work with a particular loss pattern.\r\n=
\r\nDropping handshake keys, and moving forward from the crypto mode in t=
he loss recovery (so we can use the PTO timer instead of the crypto timer=
), is then really straightforward."}],"action":{"name":"View Issue","url"=
:"https://github.com/quicwg/base-drafts/issues/2267#issuecomment-45185221=
3"}}}</script>
<script type=3D"application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/issues/2267#issuecomment=
-451852213",
"url": "https://github.com/quicwg/base-drafts/issues/2267#issuecomment-45=
1852213",
"name": "View Issue"
},
"description": "View this Issue on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>=

----==_mimepart_5c3308529a43b_fa73ff7fd8d45c075193d--


From nobody Mon Jan  7 01:13: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 9B9E9130E8A for <quic-issues@ietfa.amsl.com>; Mon,  7 Jan 2019 01:13:41 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -6.519
X-Spam-Level: 
X-Spam-Status: No, score=-6.519 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIMWL_WL_HIGH=-0.065, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, HTML_IMAGE_ONLY_20=1.546, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-1, RCVD_IN_DNSWL_HI=-5, SPF_PASS=-0.001] autolearn=ham autolearn_force=no
Authentication-Results: ietfa.amsl.com (amavisd-new); dkim=pass (1024-bit key) header.d=github.com
Received: from mail.ietf.org ([4.31.198.44]) by localhost (ietfa.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id CIx0935bU1jD for <quic-issues@ietfa.amsl.com>; Mon,  7 Jan 2019 01:13: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 A9102130E73 for <quic-issues@ietf.org>; Mon,  7 Jan 2019 01:13:39 -0800 (PST)
Date: Mon, 07 Jan 2019 01:13:38 -0800
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1546852418; bh=baaZ0tzqMIj5/Y+uGE50050xQsKITrOQ93gie5YK6O8=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=izEaPF7ZkdJ+6zGC29l/dDSq3KWdmTCqnO7T8qL5O7QHPFKHgZwuYj/XdNhujeLtM YshDp8Exdk7+UkfSDKepHH0wg6ptn6qQ6XvRa9Nz3uKTBoeYEt6klGjZQyqfFdaP1W f5HCzfGEkEuU8RKVG+7whaGOVo42bcHpxuO3FBeM=
From: Kazuho Oku <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+0166e4ab168d6ad6b82744ee9464e7bc7a24ad68da9883e392cf00000001184ada4292a169ce179f8940@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/pull/2305/review/189724173@github.com>
In-Reply-To: <quicwg/base-drafts/pull/2305@github.com>
References: <quicwg/base-drafts/pull/2305@github.com>
Subject: Re: [quicwg/base-drafts] use the STREAM_STATE_ERROR for stream-related errors (#2305)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5c331842469da_27b63fbe02cd45c410343a9"; 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/yLJTGcbueyC8kwM6W7x_iNaMDEE>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
List-Id: Notification list for GitHub issues related to the QUIC WG <quic-issues.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=unsubscribe>
List-Archive: <https://mailarchive.ietf.org/arch/browse/quic-issues/>
List-Post: <mailto:quic-issues@ietf.org>
List-Help: <mailto:quic-issues-request@ietf.org?subject=help>
List-Subscribe: <https://www.ietf.org/mailman/listinfo/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=subscribe>
X-List-Received-Date: Mon, 07 Jan 2019 09:13:42 -0000

----==_mimepart_5c331842469da_27b63fbe02cd45c410343a9
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/2305#pullrequestreview-189724173
----==_mimepart_5c331842469da_27b63fbe02cd45c410343a9
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/2305#pullrequestreview-189724173">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AWbkqxy_NFP2GU2N2Bx_T6XdVSTLlYOqks5vAw_CgaJpZM4ZyyH-">mute the thread</a>.<img src="https://github.com/notifications/beacon/AWbkq0hJRtpNQ-ondosHl-A7OEx7cTk8ks5vAw_CgaJpZM4ZyyH-.gif" height="1" width="1" alt="" /></p>
<script type="application/json" data-scope="inboxmarkup">{"api_version":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name":"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"https://github.githubassets.com/images/email/message_cards/header.png","avatar_image_url":"https://github.githubassets.com/images/email/message_cards/avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/quicwg/base-drafts"}},"updates":{"snippets":[{"icon":"PERSON","message":"@kazuho approved #2305"}],"action":{"name":"View Pull Request","url":"https://github.com/quicwg/base-drafts/pull/2305#pullrequestreview-189724173"}}}</script>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/pull/2305#pullrequestreview-189724173",
"url": "https://github.com/quicwg/base-drafts/pull/2305#pullrequestreview-189724173",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>
----==_mimepart_5c331842469da_27b63fbe02cd45c410343a9--


From nobody Mon Jan  7 06:46: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 4FF46130EA9 for <quic-issues@ietfa.amsl.com>; Mon,  7 Jan 2019 06:46:07 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -6.447
X-Spam-Level: 
X-Spam-Status: No, score=-6.447 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIMWL_WL_HIGH=-0.065, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, HTML_IMAGE_ONLY_24=1.618, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-1, RCVD_IN_DNSWL_HI=-5, SPF_PASS=-0.001] autolearn=ham autolearn_force=no
Authentication-Results: ietfa.amsl.com (amavisd-new); dkim=pass (1024-bit key) header.d=github.com
Received: from mail.ietf.org ([4.31.198.44]) by localhost (ietfa.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id wzbOwIuLjVI9 for <quic-issues@ietfa.amsl.com>; Mon,  7 Jan 2019 06:46:05 -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 9031C1276D0 for <quic-issues@ietf.org>; Mon,  7 Jan 2019 06:46:05 -0800 (PST)
Date: Mon, 07 Jan 2019 06:46:04 -0800
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1546872364; bh=1gZMN3m2Y1dqXqTlB7yn8DKhYtA2soIfhQTBr8owRn0=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=UKt7EBhZoXy3n061VAjG2jyB4OskLDzdmhyxo60EWI6CL/oRwo2lQCybMFNc48qKr IvvCEA3EMJrHJZbq3l6N4AN79G7/F7zYJcAPyhO6IQQVBGcpTQp30CiQCp/ABnXzfA iEJJF33cvDaE2U+P4vEXSxSxDkiyoAYkLnrh4FSs=
From: ianswett <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+0166e4ab93323ec73a17e3880f2a9f6b287b254025165eb392cf00000001184b282c92a169ce179fc90b@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/issues/2309/451957662@github.com>
In-Reply-To: <quicwg/base-drafts/issues/2309@github.com>
References: <quicwg/base-drafts/issues/2309@github.com>
Subject: Re: [quicwg/base-drafts] Migration before handshake completed is very messy (#2309)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5c33662c84736_28893f8bd8ad45b48093f"; 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/KxEXedeAZ1Y8GdpHSSl2IYW_eoQ>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
List-Id: Notification list for GitHub issues related to the QUIC WG <quic-issues.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=unsubscribe>
List-Archive: <https://mailarchive.ietf.org/arch/browse/quic-issues/>
List-Post: <mailto:quic-issues@ietf.org>
List-Help: <mailto:quic-issues-request@ietf.org?subject=help>
List-Subscribe: <https://www.ietf.org/mailman/listinfo/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=subscribe>
X-List-Received-Date: Mon, 07 Jan 2019 14:46:07 -0000

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

I thought we decided that we shouldn't support migration before completing the handshake.  It's probably not written down, so we should state that explicitly.  The value is tiny and the complexity is substantial.

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

<p>I thought we decided that we shouldn't support migration before completing the handshake.  It's probably not written down, so we should state that explicitly.  The value is tiny and the complexity is substantial.</p>

<p style="font-size:small;-webkit-text-size-adjust:none;color:#666;">&mdash;<br />You are receiving this because you are subscribed to this thread.<br />Reply to this email directly, <a href="https://github.com/quicwg/base-drafts/issues/2309#issuecomment-451957662">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AWbkq6CNXxa8R_-zkd8UPsgOZD6EHrHFks5vA12sgaJpZM4Zy3KE">mute the thread</a>.<img src="https://github.com/notifications/beacon/AWbkq-RPQ6viaaB8qdGL37aXBDDCLV2gks5vA12sgaJpZM4Zy3KE.gif" height="1" width="1" alt="" /></p>
<script type="application/json" data-scope="inboxmarkup">{"api_version":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name":"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"https://github.githubassets.com/images/email/message_cards/header.png","avatar_image_url":"https://github.githubassets.com/images/email/message_cards/avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/quicwg/base-drafts"}},"updates":{"snippets":[{"icon":"PERSON","message":"@ianswett in #2309: I thought we decided that we shouldn't support migration before completing the handshake.  It's probably not written down, so we should state that explicitly.  The value is tiny and the complexity is substantial."}],"action":{"name":"View Issue","url":"https://github.com/quicwg/base-drafts/issues/2309#issuecomment-451957662"}}}</script>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/issues/2309#issuecomment-451957662",
"url": "https://github.com/quicwg/base-drafts/issues/2309#issuecomment-451957662",
"name": "View Issue"
},
"description": "View this Issue on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>
----==_mimepart_5c33662c84736_28893f8bd8ad45b48093f--


From nobody Mon Jan  7 06:52:15 2019
Return-Path: <bounce+565321.40f-quic-issues=ietf.org@github.com>
X-Original-To: quic-issues@ietfa.amsl.com
Delivered-To: quic-issues@ietfa.amsl.com
Received: from localhost (localhost [127.0.0.1]) by ietfa.amsl.com (Postfix) with ESMTP id E5216130EA7 for <quic-issues@ietfa.amsl.com>; Mon,  7 Jan 2019 06:52:14 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -1.966
X-Spam-Level: 
X-Spam-Status: No, score=-1.966 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIMWL_WL_HIGH=-0.065, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, RCVD_IN_DNSWL_NONE=-0.0001, SPF_PASS=-0.001] autolearn=ham autolearn_force=no
Authentication-Results: ietfa.amsl.com (amavisd-new); dkim=pass (1024-bit key) header.d=github.com
Received: from mail.ietf.org ([4.31.198.44]) by localhost (ietfa.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id uWFLtGTRBl8s for <quic-issues@ietfa.amsl.com>; Mon,  7 Jan 2019 06:52:12 -0800 (PST)
Received: from m69-169.mailgun.net (m69-169.mailgun.net [166.78.69.169]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id C706A130E9E for <quic-issues@ietf.org>; Mon,  7 Jan 2019 06:52:12 -0800 (PST)
DKIM-Signature: a=rsa-sha256; v=1; c=relaxed/relaxed; d=github.com; q=dns/txt;  s=mailo; t=1546872731; h=Content-Transfer-Encoding: Content-Type: Mime-Version: Subject: Message-ID: To: Reply-To: From: Date: Sender; bh=zXUTh4rUW4h7fQIvh30Ji98py6183nhaeUgxGs8FVZY=; b=eAqQAMhKiLTUEvdDfvQfs85WsXq6O2vO4SCiXx64b5i3Gn2aUkhTqR2vYVybf8WlMchqT7VH XlY7i/MZ/Qra5uWP3W/N2faRVv88i3ag0REinCNMPq3cXGVmJk8x/HLQvQR6hxelTaWBPPB9 126BNEXdnnqazhGHstdFGJluuWc=
X-Mailgun-Sending-Ip: 166.78.69.169
X-Mailgun-Sid: WyJhNzYyYiIsICJxdWljLWlzc3Vlc0BpZXRmLm9yZyIsICI0MGYiXQ==
Sender: ianswett=users.noreply.github.com@github.com
Received: from github.com (Unknown [192.30.252.37]) by mxa.mailgun.org with ESMTP id 5c33679b.7f8680a318a0-smtp-out-n02; Mon, 07 Jan 2019 14:52:11 -0000 (UTC)
Date: Mon, 07 Jan 2019 06:52:11 -0800
From: ianswett <ianswett@users.noreply.github.com>
Reply-To: ianswett <ianswett@users.noreply.github.com>
To: quic-issues@ietf.org
Message-ID: <5c33679b56723_1e932ac61611657813118a@hookshot-fe-32b5f5b.cp1-iad.github.net.mail>
Subject: [quicwg/base-drafts] 4c837f: Idempotent in this version
Mime-Version: 1.0
Content-Type: multipart/mixed; boundary="--==_mimepart_5c33679b56385_1e932ac61611657813104"; charset=UTF-8
Content-Transfer-Encoding: 7bit
Archived-At: <https://mailarchive.ietf.org/arch/msg/quic-issues/G76ztwrnOK6x5vbrgp6h4M4sfVM>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
Precedence: list
List-Id: Notification list for GitHub issues related to the QUIC WG <quic-issues.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=unsubscribe>
List-Archive: <https://mailarchive.ietf.org/arch/browse/quic-issues/>
List-Post: <mailto:quic-issues@ietf.org>
List-Help: <mailto:quic-issues-request@ietf.org?subject=help>
List-Subscribe: <https://www.ietf.org/mailman/listinfo/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=subscribe>
X-List-Received-Date: Mon, 07 Jan 2019 14:52:15 -0000

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

  Branch: refs/heads/ianswett-idempotent-frames
  Home:   https://github.com/quicwg/base-drafts
  Commit: 4c837f0a400bbbbedf41d0954dc1fd20f2f7ed32
      https://github.com/quicwg/base-drafts/commit/4c837f0a400bbbbedf41d0954dc1fd20f2f7ed32
  Author: ianswett <ianswett@users.noreply.github.com>
  Date:   2019-01-07 (Mon, 07 Jan 2019)

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

  Log Message:
  -----------
  Idempotent in this version

Fixes #2154



      **NOTE:** This service has been marked for deprecation: https://developer.github.com/changes/2018-04-25-github-services-deprecation/

      Functionality will be removed from GitHub.com on January 31st, 2019.

----==_mimepart_5c33679b56385_1e932ac61611657813104--


From nobody Mon Jan  7 06: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 897AD130EA9 for <quic-issues@ietfa.amsl.com>; Mon,  7 Jan 2019 06:52:39 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -8.064
X-Spam-Level: 
X-Spam-Status: No, score=-8.064 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIMWL_WL_HIGH=-0.065, 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_PASS=-0.001] autolearn=ham autolearn_force=no
Authentication-Results: ietfa.amsl.com (amavisd-new); dkim=pass (1024-bit key) header.d=github.com
Received: from mail.ietf.org ([4.31.198.44]) by localhost (ietfa.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id ukCts9dSq1W5 for <quic-issues@ietfa.amsl.com>; Mon,  7 Jan 2019 06:52: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 11119130E9E for <quic-issues@ietf.org>; Mon,  7 Jan 2019 06:52:38 -0800 (PST)
Date: Mon, 07 Jan 2019 06:52:36 -0800
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1546872756; bh=CF9SvrPYvGH/ml7pUaR3lpzNR2fidMfi7PsMyvJQrPk=; h=Date:From:Reply-To:To:Cc:Subject:List-ID:List-Archive:List-Post: List-Unsubscribe:From; b=RQvRoS5Mug7ywYUZkK8Kn/9qiQbyoH+HIh/cHElOJWvRAgnMxQ76taN4v6R9w9huK AYXQTU4vc2TSt/GG+jgSGZ3GL8LCwW3MZBwTo5DgKjuYB39Xd3PbqCNn0awwSaM+9Y pIAc1vdTLqYibUeqvx1yempwJP75y8N78BlrHp34=
From: ianswett <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+0166e4ab684796c5b9efbed817c37a0cc5d00e21819c488f92cf00000001184b29b492a169ce17a25ebd@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/pull/2310@github.com>
Subject: [quicwg/base-drafts] Idempotent in this version (#2310)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5c3367b4ee313_40fb3fe1e80d45bc1506f0"; 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/jdLP4GP9LPF8Vp30oBxzzsuAglo>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
List-Id: Notification list for GitHub issues related to the QUIC WG <quic-issues.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=unsubscribe>
List-Archive: <https://mailarchive.ietf.org/arch/browse/quic-issues/>
List-Post: <mailto:quic-issues@ietf.org>
List-Help: <mailto:quic-issues-request@ietf.org?subject=help>
List-Subscribe: <https://www.ietf.org/mailman/listinfo/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=subscribe>
X-List-Received-Date: Mon, 07 Jan 2019 14:52:39 -0000

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

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

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

-- Commit Summary --

  * Idempotent in this version

-- File Changes --

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

-- Patch Links --

https://github.com/quicwg/base-drafts/pull/2310.patch
https://github.com/quicwg/base-drafts/pull/2310.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/2310

----==_mimepart_5c3367b4ee313_40fb3fe1e80d45bc1506f0
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 #2154.">Fixes</span> <a class="issue-link js-issue-link" data-error-text="Failed to load issue title" data-id="390856160" data-permission-text="Issue title is private" data-url="https://github.com/quicwg/base-drafts/issues/2154" data-hovercard-type="issue" data-hovercard-url="/quicwg/base-drafts/issues/2154/hovercard" href="https://github.com/quicwg/base-drafts/issues/2154">#2154</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/2310'>https://github.com/quicwg/base-drafts/pull/2310</a></p>

<h4>Commit Summary</h4>
<ul>
  <li>Idempotent in this version</li>
</ul>

<h4>File Changes</h4>
<ul>
  <li>
    <strong>M</strong>
    <a href="https://github.com/quicwg/base-drafts/pull/2310/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/2310.patch'>https://github.com/quicwg/base-drafts/pull/2310.patch</a></li>
  <li><a href='https://github.com/quicwg/base-drafts/pull/2310.diff'>https://github.com/quicwg/base-drafts/pull/2310.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/2310">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AWbkq2dr2EzMUTRZIn3we7pKY-AK76vqks5vA180gaJpZM4Zzo1K">mute the thread</a>.<img src="https://github.com/notifications/beacon/AWbkq3C8nBS3tFOepNTvGvT4BvMU3tizks5vA180gaJpZM4Zzo1K.gif" height="1" width="1" alt="" /></p>
<script type="application/json" data-scope="inboxmarkup">{"api_version":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name":"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"https://github.githubassets.com/images/email/message_cards/header.png","avatar_image_url":"https://github.githubassets.com/images/email/message_cards/avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/quicwg/base-drafts"}},"updates":{"snippets":[{"icon":"DESCRIPTION","message":"Idempotent in this version (#2310)"}],"action":{"name":"View Pull Request","url":"https://github.com/quicwg/base-drafts/pull/2310"}}}</script>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/pull/2310",
"url": "https://github.com/quicwg/base-drafts/pull/2310",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>

----==_mimepart_5c3367b4ee313_40fb3fe1e80d45bc1506f0--


From nobody Mon Jan  7 06:56:03 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 C4DE7130EA9 for <quic-issues@ietfa.amsl.com>; Mon,  7 Jan 2019 06:56:00 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -1.519
X-Spam-Level: 
X-Spam-Status: No, score=-1.519 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIMWL_WL_HIGH=-0.065, DKIM_SIGNED=0.1, DKIM_VALID=-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_PASS=-0.001] autolearn=ham autolearn_force=no
Authentication-Results: ietfa.amsl.com (amavisd-new); dkim=pass (1024-bit key) header.d=github.com
Received: from mail.ietf.org ([4.31.198.44]) by localhost (ietfa.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id Gyabrcukq4lA for <quic-issues@ietfa.amsl.com>; Mon,  7 Jan 2019 06:55:58 -0800 (PST)
Received: from o4.sgmail.github.com (o4.sgmail.github.com [192.254.112.99]) (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 39E24130E9E for <quic-issues@ietf.org>; Mon,  7 Jan 2019 06:55:58 -0800 (PST)
DKIM-Signature: v=1; a=rsa-sha1; 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=cbdjildAQ+kpYLINVPlkSWR3nXU=; b=J/wGlscGDjySHbLi Dhqh1gZO9bKAUFas+Vg1OKarEV3lRHsO/CfF/EU9CnuHJgyFkE43/FEJ2dy4DPcE 05M3O2lxaE0RNxZ9bJ+npxyqWePXL1CPsxkkI/f8504n8uCK+vYDkcT3ylOdRBYj f/jinRYRYFNlZ7w9WZiz/kk+Kl0=
Received: by filter1095p1las1.sendgrid.net with SMTP id filter1095p1las1-31333-5C33687D-7 2019-01-07 14:55:57.138134111 +0000 UTC m=+786569.929606555
Received: from github-lowworker-1ffe0ab.cp1-iad.github.net (unknown [192.30.252.38]) by ismtpd0023p1iad2.sendgrid.net (SG) with ESMTP id gzd10ghnS9qI99zH6GRTqQ for <quic-issues@ietf.org>; Mon, 07 Jan 2019 14:55:57.101 +0000 (UTC)
Received: from github.com (localhost [127.0.0.1]) by github-lowworker-1ffe0ab.cp1-iad.github.net (Postfix) with ESMTP id 1E0383800AE for <quic-issues@ietf.org>; Mon,  7 Jan 2019 06:55:57 -0800 (PST)
Date: Mon, 07 Jan 2019 14:55:57 +0000 (UTC)
From: Marten Seemann <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+0166e4ab8594bb7af3cffe5c86d2f688a5b089d0f7f7606792cf00000001184b2a7d92a169ce17a25ebd@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/pull/2310/review/189840956@github.com>
In-Reply-To: <quicwg/base-drafts/pull/2310@github.com>
References: <quicwg/base-drafts/pull/2310@github.com>
Subject: Re: [quicwg/base-drafts] Idempotent in this version (#2310)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5c33687d1c555_72353f809f6d45c0130874"; 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: l64QuQ2uJCcEyUykJbxN122A6QRmEpucztpreh3Pak0x7DwKwKogRbw8rROUiYsAmQfKBUyoythzay N1uDF9Ths6lSx/XfL5lXTK+/fSZvPn8Q8fSf/nyzEyP57yVrd8mMxzrit3ap6k8h6TiA6LaKCS5IeI mWInsVWCQJ0snDbV6lryJ1DnfQfNLqoHefgwIDpoZWnMnjV5NMkyaYTGBBBpfTeq7r+s8Z7d5RNs0K k=
Archived-At: <https://mailarchive.ietf.org/arch/msg/quic-issues/q6vARwEYbuV9QM5fOJr4VcXUB3Q>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
List-Id: Notification list for GitHub issues related to the QUIC WG <quic-issues.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=unsubscribe>
List-Archive: <https://mailarchive.ietf.org/arch/browse/quic-issues/>
List-Post: <mailto:quic-issues@ietf.org>
List-Help: <mailto:quic-issues-request@ietf.org?subject=help>
List-Subscribe: <https://www.ietf.org/mailman/listinfo/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=subscribe>
X-List-Received-Date: Mon, 07 Jan 2019 14:56:01 -0000

----==_mimepart_5c33687d1c555_72353f809f6d45c0130874
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/2310#pullrequestreview-189840956
----==_mimepart_5c33687d1c555_72353f809f6d45c0130874
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/2310#pullrequestreview-189840956">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AWbkq6OGqvmp8oDrabrf9XdsPZdJkDyYks5vA1_9gaJpZM4Zzo1K">mute the thread</a>.<img src="https://github.com/notifications/beacon/AWbkq84lFPcyvIVuvExomrCX_0GMsCPfks5vA1_9gaJpZM4Zzo1K.gif" height="1" width="1" alt="" /></p>
<script type="application/json" data-scope="inboxmarkup">{"api_version":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name":"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"https://github.githubassets.com/images/email/message_cards/header.png","avatar_image_url":"https://github.githubassets.com/images/email/message_cards/avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/quicwg/base-drafts"}},"updates":{"snippets":[{"icon":"PERSON","message":"@marten-seemann approved #2310"}],"action":{"name":"View Pull Request","url":"https://github.com/quicwg/base-drafts/pull/2310#pullrequestreview-189840956"}}}</script>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/pull/2310#pullrequestreview-189840956",
"url": "https://github.com/quicwg/base-drafts/pull/2310#pullrequestreview-189840956",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>
----==_mimepart_5c33687d1c555_72353f809f6d45c0130874--


From nobody Mon Jan  7 06: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 16FC4130E9E for <quic-issues@ietfa.amsl.com>; Mon,  7 Jan 2019 06:59:14 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -6.661
X-Spam-Level: 
X-Spam-Status: No, score=-6.661 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIMWL_WL_HIGH=-0.065, 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_PASS=-0.001] autolearn=ham autolearn_force=no
Authentication-Results: ietfa.amsl.com (amavisd-new); dkim=pass (1024-bit key) header.d=github.com
Received: from mail.ietf.org ([4.31.198.44]) by localhost (ietfa.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id mp9OCQ2PlkWE for <quic-issues@ietfa.amsl.com>; Mon,  7 Jan 2019 06:59: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 2E7FC1276D0 for <quic-issues@ietf.org>; Mon,  7 Jan 2019 06:59:12 -0800 (PST)
Date: Mon, 07 Jan 2019 06:59:11 -0800
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1546873151; bh=ZqXBHwjerOnExRND9L48Tw0YBd85twTWWnHddqskpg0=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=w3f8u6maQt+1EpaHRHpIxhKYJntqhmiRSOcZdv0REIupG3k3+uYfQkGfyOQiLfEbq +p4Mn0qiKxKwF+jCWjj9jEPMYXgPozflKoMCrS/NpahvzvZOkaFb7VG11yJAD6oOqt c+CF90K9ys2cJZAH3rS18p7cYvJmC6oMIhjVW/cg=
From: Magnus Westerlund <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+0166e4ab89318dc5d065037457c1b3c050ecec53748c30b792cf00000001184b2b3f92a169ce1762ed93@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/issues/2205/451961932@github.com>
In-Reply-To: <quicwg/base-drafts/issues/2205@github.com>
References: <quicwg/base-drafts/issues/2205@github.com>
Subject: Re: [quicwg/base-drafts] Largest acked in ACK frame MUST NOT decrease (#2205)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5c33693f1666a_3e7c3f80146d45c4188993"; charset=UTF-8
Content-Transfer-Encoding: 7bit
Precedence: list
X-GitHub-Sender: gloinul
X-GitHub-Recipient: quic-issues
X-GitHub-Reason: subscribed
X-Auto-Response-Suppress: All
X-GitHub-Recipient-Address: quic-issues@ietf.org
Archived-At: <https://mailarchive.ietf.org/arch/msg/quic-issues/Prb2uV9qUQ1ib_8w_9be8lF-Gv0>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
List-Id: Notification list for GitHub issues related to the QUIC WG <quic-issues.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=unsubscribe>
List-Archive: <https://mailarchive.ietf.org/arch/browse/quic-issues/>
List-Post: <mailto:quic-issues@ietf.org>
List-Help: <mailto:quic-issues-request@ietf.org?subject=help>
List-Subscribe: <https://www.ietf.org/mailman/listinfo/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=subscribe>
X-List-Received-Date: Mon, 07 Jan 2019 14:59:14 -0000

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

Yes, the ECN related issue is resolved. 

What I don't know if it is resolved fully is the implementation requirements is that a sender MUST be capable of handling an ACK frame with Largest Acknowledged that is smaller than highest received? From my perspective there are good and valid arguments why this may be required, however I think consensus needs to be established on 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/2205#issuecomment-451961932
----==_mimepart_5c33693f1666a_3e7c3f80146d45c4188993
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: quoted-printable

<p>Yes, the ECN related issue is resolved.</p>
<p>What I don't know if it is resolved fully is the implementation requir=
ements is that a sender MUST be capable of handling an ACK frame with Lar=
gest Acknowledged that is smaller than highest received? From my perspect=
ive there are good and valid arguments why this may be required, however =
I think consensus needs to be established on that.</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/2205#issuecomment-451961932">view it on GitHub</a>,=
 or <a href=3D"https://github.com/notifications/unsubscribe-auth/AWbkq9aL=
lK9snbsurklfGUu1u3pF4wFIks5vA2C_gaJpZM4ZZLl3">mute the thread</a>.<img sr=
c=3D"https://github.com/notifications/beacon/AWbkq235V5YSECHuhXZ8GJq4CR1w=
rvKYks5vA2C_gaJpZM4ZZLl3.gif" height=3D"1" width=3D"1" alt=3D"" /></p>
<script type=3D"application/json" data-scope=3D"inboxmarkup">{"api_versio=
n":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name"=
:"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"=
quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"http=
s://github.githubassets.com/images/email/message_cards/header.png","avata=
r_image_url":"https://github.githubassets.com/images/email/message_cards/=
avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/q=
uicwg/base-drafts"}},"updates":{"snippets":[{"icon":"PERSON","message":"@=
gloinul in #2205: Yes, the ECN related issue is resolved. \r\n\r\nWhat I =
don't know if it is resolved fully is the implementation requirements is =
that a sender MUST be capable of handling an ACK frame with Largest Ackno=
wledged that is smaller than highest received? From my perspective there =
are good and valid arguments why this may be required, however I think co=
nsensus needs to be established on that. "}],"action":{"name":"View Issue=
","url":"https://github.com/quicwg/base-drafts/issues/2205#issuecomment-4=
51961932"}}}</script>
<script type=3D"application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/issues/2205#issuecomment=
-451961932",
"url": "https://github.com/quicwg/base-drafts/issues/2205#issuecomment-45=
1961932",
"name": "View Issue"
},
"description": "View this Issue on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>=

----==_mimepart_5c33693f1666a_3e7c3f80146d45c4188993--


From nobody Mon Jan  7 07:09: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 BB974130EAA for <quic-issues@ietfa.amsl.com>; Mon,  7 Jan 2019 07:09:06 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -8.064
X-Spam-Level: 
X-Spam-Status: No, score=-8.064 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIMWL_WL_HIGH=-0.065, 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_PASS=-0.001] autolearn=ham autolearn_force=no
Authentication-Results: ietfa.amsl.com (amavisd-new); dkim=pass (1024-bit key) header.d=github.com
Received: from mail.ietf.org ([4.31.198.44]) by localhost (ietfa.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id nWChWEBSGeZs for <quic-issues@ietfa.amsl.com>; Mon,  7 Jan 2019 07:09: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 DDC12130EAF for <quic-issues@ietf.org>; Mon,  7 Jan 2019 07:09:04 -0800 (PST)
Date: Mon, 07 Jan 2019 07:09:04 -0800
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1546873744; bh=On4h5Vw1NlslOhkMEYyTz22QWxAWj7xig4we4QBFOfs=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=Kjjuqo+no6ZpE4gWpa0W99kz9zmt28T/RqcXrzflPv4J1ghayQO6gfkmM5IHVqoHB xPIjfT2gxZVDqdR4eYSjsc4RbLW0yamaxYMKCHkjNdUEdD6hD1YY4JcnNh67TLhzbt PvhT/r04tJbmFvESpnDPJ9n3D8S+Q1d2tf8J8O3o=
From: ianswett <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+0166e4ab4e259e16890d39f22227affa59738dfe1dfa938692cf00000001184b2d9092a169ce179fb001@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/pull/2307/review/189846069@github.com>
In-Reply-To: <quicwg/base-drafts/pull/2307@github.com>
References: <quicwg/base-drafts/pull/2307@github.com>
Subject: Re: [quicwg/base-drafts] allow PING frames in Initial and Handshake packets (#2307)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5c336b90a349_46ab3f81df0d45bc2008ae"; 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/ML6-LnB24RqB6pGr0n-ZiXmLnmA>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
List-Id: Notification list for GitHub issues related to the QUIC WG <quic-issues.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=unsubscribe>
List-Archive: <https://mailarchive.ietf.org/arch/browse/quic-issues/>
List-Post: <mailto:quic-issues@ietf.org>
List-Help: <mailto:quic-issues-request@ietf.org?subject=help>
List-Subscribe: <https://www.ietf.org/mailman/listinfo/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=subscribe>
X-List-Received-Date: Mon, 07 Jan 2019 15:09:07 -0000

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

ianswett commented on this pull request.

Q: I'm not sure we need PING packets in the handshake, even for deadlock prevention, but I expect people will use them for that, so this seems like a good change.

> @@ -3700,7 +3700,7 @@ server may send multiple Initial packets.  The cryptographic key exchange could
 require multiple round trips or retransmissions of this data.
 
 The payload of an Initial packet includes a CRYPTO frame (or frames) containing
-a cryptographic handshake message, ACK frames, or both.  PADDING and
+a cryptographic handshake message, ACK frames, or both.  PADDING, PING and

Not your text, but the first sentence implies an Initial packet has to contain either an ACK frame and/or a CRYPO frame, but I don't think that's true.  I'd suggest merging these sentences and say:
"The payload of an Initial packet includes a combination of one or more CRYPTO, ACK, PADDING, PING or CONNECTION_CLOSE frames."

And I'd update the paragraph below to use the same structure so they're parallel, because right now they're subtly different in not very interesting ways.

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

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

<p>Q: I'm not sure we need PING packets in the handshake, even for deadlock prevention, but I expect people will use them for that, so this seems like a good change.</p><hr>

<p>In <a href="https://github.com/quicwg/base-drafts/pull/2307#discussion_r245683551">draft-ietf-quic-transport.md</a>:</p>
<pre style='color:#555'>&gt; @@ -3700,7 +3700,7 @@ server may send multiple Initial packets.  The cryptographic key exchange could
 require multiple round trips or retransmissions of this data.
 
 The payload of an Initial packet includes a CRYPTO frame (or frames) containing
-a cryptographic handshake message, ACK frames, or both.  PADDING and
+a cryptographic handshake message, ACK frames, or both.  PADDING, PING and
</pre>
<p>Not your text, but the first sentence implies an Initial packet has to contain either an ACK frame and/or a CRYPO frame, but I don't think that's true.  I'd suggest merging these sentences and say:<br>
"The payload of an Initial packet includes a combination of one or more CRYPTO, ACK, PADDING, PING or CONNECTION_CLOSE frames."</p>
<p>And I'd update the paragraph below to use the same structure so they're parallel, because right now they're subtly different in not very interesting ways.</p>

<p style="font-size:small;-webkit-text-size-adjust:none;color:#666;">&mdash;<br />You are receiving this because you are subscribed to this thread.<br />Reply to this email directly, <a href="https://github.com/quicwg/base-drafts/pull/2307#pullrequestreview-189846069">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AWbkq7Lz7_zsWVUS4oopPifcyUKJjQAfks5vA2MQgaJpZM4Zy1R1">mute the thread</a>.<img src="https://github.com/notifications/beacon/AWbkq7hZFP62BunLQ8q317qZ-LxkTm0tks5vA2MQgaJpZM4Zy1R1.gif" height="1" width="1" alt="" /></p>
<script type="application/json" data-scope="inboxmarkup">{"api_version":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name":"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"https://github.githubassets.com/images/email/message_cards/header.png","avatar_image_url":"https://github.githubassets.com/images/email/message_cards/avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/quicwg/base-drafts"}},"updates":{"snippets":[{"icon":"PERSON","message":"@ianswett commented on #2307"}],"action":{"name":"View Pull Request","url":"https://github.com/quicwg/base-drafts/pull/2307#pullrequestreview-189846069"}}}</script>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/pull/2307#pullrequestreview-189846069",
"url": "https://github.com/quicwg/base-drafts/pull/2307#pullrequestreview-189846069",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>
----==_mimepart_5c336b90a349_46ab3f81df0d45bc2008ae--


From nobody Mon Jan  7 07:25: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 08D5F130EC2 for <quic-issues@ietfa.amsl.com>; Mon,  7 Jan 2019 07:25:41 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -6.447
X-Spam-Level: 
X-Spam-Status: No, score=-6.447 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIMWL_WL_HIGH=-0.065, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, HTML_IMAGE_ONLY_24=1.618, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-1, RCVD_IN_DNSWL_HI=-5, SPF_PASS=-0.001] autolearn=ham autolearn_force=no
Authentication-Results: ietfa.amsl.com (amavisd-new); dkim=pass (1024-bit key) header.d=github.com
Received: from mail.ietf.org ([4.31.198.44]) by localhost (ietfa.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 3ATKBLurg2X4 for <quic-issues@ietfa.amsl.com>; Mon,  7 Jan 2019 07:25: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 1FED6130EBB for <quic-issues@ietf.org>; Mon,  7 Jan 2019 07:25:39 -0800 (PST)
Date: Mon, 07 Jan 2019 07:25:37 -0800
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1546874737; bh=JJg3B5COjFz+fNPrjWQbUhsTpjUCbMeXL+wGnqxKH+0=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=yj6rFABLzJXF27aakI775Qp4U7d0HGq28xyts6QjZPwdSto8ahSlXF4dDvZQ14LV0 PVrrZyoD1hcki6APR1xqkPOb+9/z4DEsAOWwOmuk3ofFHuFgI0RWUZ490zSQGytIfF DDrLsNWVrUFfq4m11NT+dhz3I2ESdibEGxw6Kx+Q=
From: ianswett <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+0166e4abb3c359de69beded9bd4140d873aaabe11dc0e3f792cf00000001184b317192a169ce177070bb@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/issues/2227/451970790@github.com>
In-Reply-To: <quicwg/base-drafts/issues/2227@github.com>
References: <quicwg/base-drafts/issues/2227@github.com>
Subject: Re: [quicwg/base-drafts] It's annoying that one can't send push in 0.5RTT (#2227)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5c336f71bc3e4_1aa3f90e26d45b8102881"; 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/fkiwTrQIOCTCT5sY73Ceow7SsZ0>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
List-Id: Notification list for GitHub issues related to the QUIC WG <quic-issues.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=unsubscribe>
List-Archive: <https://mailarchive.ietf.org/arch/browse/quic-issues/>
List-Post: <mailto:quic-issues@ietf.org>
List-Help: <mailto:quic-issues-request@ietf.org?subject=help>
List-Subscribe: <https://www.ietf.org/mailman/listinfo/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=subscribe>
X-List-Received-Date: Mon, 07 Jan 2019 15:25:41 -0000

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

I can imagine someone saying that a reverse proxy might want to be able to do this, I just don't think reverse proxies actually proxy pushes that are otherwise end-to-end.  But I haven't worked with every reverse proxy out there, so maybe some 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/2227#issuecomment-451970790
----==_mimepart_5c336f71bc3e4_1aa3f90e26d45b8102881
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

<p>I can imagine someone saying that a reverse proxy might want to be able to do this, I just don't think reverse proxies actually proxy pushes that are otherwise end-to-end.  But I haven't worked with every reverse proxy out there, so maybe some 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/2227#issuecomment-451970790">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AWbkq-PKeYTmJp4WJUBMx7FHBs5mFzrnks5vA2bxgaJpZM4ZdDxb">mute the thread</a>.<img src="https://github.com/notifications/beacon/AWbkq2ubRDzA2t3gsY-K6Jf8d6kpxekwks5vA2bxgaJpZM4ZdDxb.gif" height="1" width="1" alt="" /></p>
<script type="application/json" data-scope="inboxmarkup">{"api_version":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name":"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"https://github.githubassets.com/images/email/message_cards/header.png","avatar_image_url":"https://github.githubassets.com/images/email/message_cards/avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/quicwg/base-drafts"}},"updates":{"snippets":[{"icon":"PERSON","message":"@ianswett in #2227: I can imagine someone saying that a reverse proxy might want to be able to do this, I just don't think reverse proxies actually proxy pushes that are otherwise end-to-end.  But I haven't worked with every reverse proxy out there, so maybe some do?"}],"action":{"name":"View Issue","url":"https://github.com/quicwg/base-drafts/issues/2227#issuecomment-451970790"}}}</script>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/issues/2227#issuecomment-451970790",
"url": "https://github.com/quicwg/base-drafts/issues/2227#issuecomment-451970790",
"name": "View Issue"
},
"description": "View this Issue on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>
----==_mimepart_5c336f71bc3e4_1aa3f90e26d45b8102881--


From nobody Mon Jan  7 07:33: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 30AF5130EBD for <quic-issues@ietfa.amsl.com>; Mon,  7 Jan 2019 07:33:55 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -6.519
X-Spam-Level: 
X-Spam-Status: No, score=-6.519 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIMWL_WL_HIGH=-0.065, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, HTML_IMAGE_ONLY_20=1.546, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-1, RCVD_IN_DNSWL_HI=-5, SPF_PASS=-0.001] autolearn=ham autolearn_force=no
Authentication-Results: ietfa.amsl.com (amavisd-new); dkim=pass (1024-bit key) header.d=github.com
Received: from mail.ietf.org ([4.31.198.44]) by localhost (ietfa.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id xwLyIQG7TIYx for <quic-issues@ietfa.amsl.com>; Mon,  7 Jan 2019 07:33: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 72157124B0C for <quic-issues@ietf.org>; Mon,  7 Jan 2019 07:33:53 -0800 (PST)
Date: Mon, 07 Jan 2019 07:33:52 -0800
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1546875232; bh=0TooBdgJWcCQEwv7mOoV/hUfY54MrpO4vGwzUeVnGBQ=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=cs9N6evFeA5jhw+diT6R+9ErUXdEVHQiRzAPvAtahkfLAgqtMKKJLioXCVDldrMF/ dfO/SmKrQofmh4SnfI/mY3hJeNo0oSMFpYr9V6vgCfHKgMr82/bg3WnbUoJRjplalg TX0EG8MZ2sTj5TBJggdLkXia5pmAmtFd8nG3/F/Y=
From: ianswett <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+0166e4ab34fdbc3fd6ee9ecfd458acfee4a1e51a9d703c4e92cf00000001184b336092a169ce179f8940@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/pull/2305/review/189858639@github.com>
In-Reply-To: <quicwg/base-drafts/pull/2305@github.com>
References: <quicwg/base-drafts/pull/2305@github.com>
Subject: Re: [quicwg/base-drafts] use the STREAM_STATE_ERROR for stream-related errors (#2305)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5c3371604af18_c933fdb892d45c026387"; 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/6obuPZBga8fH49kOvIBDWoM66xo>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
List-Id: Notification list for GitHub issues related to the QUIC WG <quic-issues.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=unsubscribe>
List-Archive: <https://mailarchive.ietf.org/arch/browse/quic-issues/>
List-Post: <mailto:quic-issues@ietf.org>
List-Help: <mailto:quic-issues-request@ietf.org?subject=help>
List-Subscribe: <https://www.ietf.org/mailman/listinfo/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=subscribe>
X-List-Received-Date: Mon, 07 Jan 2019 15:33:55 -0000

----==_mimepart_5c3371604af18_c933fdb892d45c026387
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/2305#pullrequestreview-189858639
----==_mimepart_5c3371604af18_c933fdb892d45c026387
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/2305#pullrequestreview-189858639">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AWbkq4cLXxoGh0HnRfDlHxWBLuVMPNV0ks5vA2jggaJpZM4ZyyH-">mute the thread</a>.<img src="https://github.com/notifications/beacon/AWbkq0JzX5C5ObHmdwwrwcP7wNg6YjlUks5vA2jggaJpZM4ZyyH-.gif" height="1" width="1" alt="" /></p>
<script type="application/json" data-scope="inboxmarkup">{"api_version":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name":"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"https://github.githubassets.com/images/email/message_cards/header.png","avatar_image_url":"https://github.githubassets.com/images/email/message_cards/avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/quicwg/base-drafts"}},"updates":{"snippets":[{"icon":"PERSON","message":"@ianswett approved #2305"}],"action":{"name":"View Pull Request","url":"https://github.com/quicwg/base-drafts/pull/2305#pullrequestreview-189858639"}}}</script>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/pull/2305#pullrequestreview-189858639",
"url": "https://github.com/quicwg/base-drafts/pull/2305#pullrequestreview-189858639",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>
----==_mimepart_5c3371604af18_c933fdb892d45c026387--


From nobody Mon Jan  7 08: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 A92E6130F1A for <quic-issues@ietfa.amsl.com>; Mon,  7 Jan 2019 08:02:08 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -6.447
X-Spam-Level: 
X-Spam-Status: No, score=-6.447 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIMWL_WL_HIGH=-0.065, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, HTML_IMAGE_ONLY_24=1.618, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-1, RCVD_IN_DNSWL_HI=-5, SPF_PASS=-0.001] autolearn=ham autolearn_force=no
Authentication-Results: ietfa.amsl.com (amavisd-new); dkim=pass (1024-bit key) header.d=github.com
Received: from mail.ietf.org ([4.31.198.44]) by localhost (ietfa.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id qh-N1cCm_ctd for <quic-issues@ietfa.amsl.com>; Mon,  7 Jan 2019 08:02: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 28FC6130F29 for <quic-issues@ietf.org>; Mon,  7 Jan 2019 08:02:05 -0800 (PST)
Date: Mon, 07 Jan 2019 08:02:04 -0800
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1546876924; bh=Pn+jv2Fd2/BPuFmHkv3maaR5zHsVkIIIV8SZS14idfQ=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=hc3gGxnz6jTCPkhvtWX6qWzLFK7FtKc2PWxbqwqy9/fI/+rOvPmKldeZBKpLUt7dK Rump5pUR62JqwMIaNWlVp2kAgsnBeot1eIW4rT+Rh3O9wc8Wk2425CrQcNb28SA2e/ 7hxeEu+4t28YCltfysilOt6OO7gyYnHu1whKq2VM=
From: ianswett <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+0166e4abab5f0fc3a3e4012dc786125fc62216b4a9b6d22f92cf00000001184b39fc92a169ce1797273c@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/issues/2291/451983730@github.com>
In-Reply-To: <quicwg/base-drafts/issues/2291@github.com>
References: <quicwg/base-drafts/issues/2291@github.com>
Subject: Re: [quicwg/base-drafts] Allow extra data after self-terminating h3 frames (#2291)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5c3377fcfae7_32e03fcc3fad45bc495b0"; 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/1wVfWQ4bMmkri2fiRK5NCkVLS60>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
List-Id: Notification list for GitHub issues related to the QUIC WG <quic-issues.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=unsubscribe>
List-Archive: <https://mailarchive.ietf.org/arch/browse/quic-issues/>
List-Post: <mailto:quic-issues@ietf.org>
List-Help: <mailto:quic-issues-request@ietf.org?subject=help>
List-Subscribe: <https://www.ietf.org/mailman/listinfo/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=subscribe>
X-List-Received-Date: Mon, 07 Jan 2019 16:02:14 -0000

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

After thinking about this more, I'd prefer to change to TV for cases when forcing implementations to supply a length is adding complexity.  That fixes the same core issue: "What to do if the specified length doesn't match the actual length" in a different 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/issues/2291#issuecomment-451983730
----==_mimepart_5c3377fcfae7_32e03fcc3fad45bc495b0
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

<p>After thinking about this more, I'd prefer to change to TV for cases when forcing implementations to supply a length is adding complexity.  That fixes the same core issue: "What to do if the specified length doesn't match the actual length" in a different 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/issues/2291#issuecomment-451983730">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AWbkqwf_aaZFaIolyHsguADvZDpSmo_uks5vA298gaJpZM4ZpBt0">mute the thread</a>.<img src="https://github.com/notifications/beacon/AWbkqzmSuCMCgWLCZvTgB4Sm-CoSmmQSks5vA298gaJpZM4ZpBt0.gif" height="1" width="1" alt="" /></p>
<script type="application/json" data-scope="inboxmarkup">{"api_version":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name":"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"https://github.githubassets.com/images/email/message_cards/header.png","avatar_image_url":"https://github.githubassets.com/images/email/message_cards/avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/quicwg/base-drafts"}},"updates":{"snippets":[{"icon":"PERSON","message":"@ianswett in #2291: After thinking about this more, I'd prefer to change to TV for cases when forcing implementations to supply a length is adding complexity.  That fixes the same core issue: \"What to do if the specified length doesn't match the actual length\" in a different way."}],"action":{"name":"View Issue","url":"https://github.com/quicwg/base-drafts/issues/2291#issuecomment-451983730"}}}</script>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/issues/2291#issuecomment-451983730",
"url": "https://github.com/quicwg/base-drafts/issues/2291#issuecomment-451983730",
"name": "View Issue"
},
"description": "View this Issue on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>
----==_mimepart_5c3377fcfae7_32e03fcc3fad45bc495b0--


From nobody Mon Jan  7 08:13: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 464F8130EF2 for <quic-issues@ietfa.amsl.com>; Mon,  7 Jan 2019 08:13:11 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -6.661
X-Spam-Level: 
X-Spam-Status: No, score=-6.661 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIMWL_WL_HIGH=-0.065, 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_PASS=-0.001] autolearn=ham autolearn_force=no
Authentication-Results: ietfa.amsl.com (amavisd-new); dkim=pass (1024-bit key) header.d=github.com
Received: from mail.ietf.org ([4.31.198.44]) by localhost (ietfa.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id sH7Z40ZO0njx for <quic-issues@ietfa.amsl.com>; Mon,  7 Jan 2019 08:13:09 -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 9732D130E9A for <quic-issues@ietf.org>; Mon,  7 Jan 2019 08:13:09 -0800 (PST)
Date: Mon, 07 Jan 2019 08:13:08 -0800
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1546877588; bh=pbZMimvZo2qBMTdkhpX/SMkkgoFSg4mmUbs+43Dgd3k=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=NQejx7+wXvB+D6yU0r+e94ZMRje4Ogh6wgGd5Q6Xz8j+dCIzZ2CQuuYP/Hi0Ha2ok foar/ObaYrklGj7jcRbZfjjxi+4jWH/SvdhvGF7PJ2pQuCyjb/jK2fRB0A/8Zd000T eNG+8HcBUeCRKlxleSgnewsWYlwICfVnl7hckNsc=
From: Lucas Pardue <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+0166e4ab6471fd8afc0c7396a04a1589b9ab140e2a24e32392cf00000001184b3c9492a169ce1797273c@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/issues/2291/451987473@github.com>
In-Reply-To: <quicwg/base-drafts/issues/2291@github.com>
References: <quicwg/base-drafts/issues/2291@github.com>
Subject: Re: [quicwg/base-drafts] Allow extra data after self-terminating h3 frames (#2291)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5c337a9453f39_46923fbf43cd45b416468e"; 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/lZLHB2CSTRYwZApr6-ltjtJ304Q>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
List-Id: Notification list for GitHub issues related to the QUIC WG <quic-issues.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=unsubscribe>
List-Archive: <https://mailarchive.ietf.org/arch/browse/quic-issues/>
List-Post: <mailto:quic-issues@ietf.org>
List-Help: <mailto:quic-issues-request@ietf.org?subject=help>
List-Subscribe: <https://www.ietf.org/mailman/listinfo/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=subscribe>
X-List-Received-Date: Mon, 07 Jan 2019 16:13:11 -0000

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

I don't understand how that works though, how does the receiver parse the frame if the length is unknown? 

For the DATA frame, in #2098 the exception was made for len=0 because we could use the EOS 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/issues/2291#issuecomment-451987473
----==_mimepart_5c337a9453f39_46923fbf43cd45b416468e
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

<p>I don't understand how that works though, how does the receiver parse the frame if the length is unknown?</p>
<p>For the DATA frame, in <a class="issue-link js-issue-link" data-error-text="Failed to load issue title" data-id="387505147" data-permission-text="Issue title is private" data-url="https://github.com/quicwg/base-drafts/issues/2098" data-hovercard-type="pull_request" data-hovercard-url="/quicwg/base-drafts/pull/2098/hovercard" href="https://github.com/quicwg/base-drafts/pull/2098">#2098</a> the exception was made for len=0 because we could use the EOS 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/issues/2291#issuecomment-451987473">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AWbkq13y1JpX90hjPEy-tDvX1xuUCbRbks5vA3IUgaJpZM4ZpBt0">mute the thread</a>.<img src="https://github.com/notifications/beacon/AWbkq3kxlYmkiFPMU4LGiE0FQr4z6-TVks5vA3IUgaJpZM4ZpBt0.gif" height="1" width="1" alt="" /></p>
<script type="application/json" data-scope="inboxmarkup">{"api_version":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name":"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"https://github.githubassets.com/images/email/message_cards/header.png","avatar_image_url":"https://github.githubassets.com/images/email/message_cards/avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/quicwg/base-drafts"}},"updates":{"snippets":[{"icon":"PERSON","message":"@LPardue in #2291: I don't understand how that works though, how does the receiver parse the frame if the length is unknown? \r\n\r\nFor the DATA frame, in #2098 the exception was made for len=0 because we could use the EOS signal. "}],"action":{"name":"View Issue","url":"https://github.com/quicwg/base-drafts/issues/2291#issuecomment-451987473"}}}</script>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/issues/2291#issuecomment-451987473",
"url": "https://github.com/quicwg/base-drafts/issues/2291#issuecomment-451987473",
"name": "View Issue"
},
"description": "View this Issue on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>
----==_mimepart_5c337a9453f39_46923fbf43cd45b416468e--


From nobody Mon Jan  7 08:49: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 5D6A0130F4D for <quic-issues@ietfa.amsl.com>; Mon,  7 Jan 2019 08:49:47 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -6.447
X-Spam-Level: 
X-Spam-Status: No, score=-6.447 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIMWL_WL_HIGH=-0.065, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, HTML_IMAGE_ONLY_24=1.618, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-1, RCVD_IN_DNSWL_HI=-5, SPF_PASS=-0.001] autolearn=ham autolearn_force=no
Authentication-Results: ietfa.amsl.com (amavisd-new); dkim=pass (1024-bit key) header.d=github.com
Received: from mail.ietf.org ([4.31.198.44]) by localhost (ietfa.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 33ivtJXlRAVM for <quic-issues@ietfa.amsl.com>; Mon,  7 Jan 2019 08:49:45 -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 6D08F130F6C for <quic-issues@ietf.org>; Mon,  7 Jan 2019 08:49:45 -0800 (PST)
Date: Mon, 07 Jan 2019 08:49:44 -0800
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1546879784; bh=+w5XAXydj7nnFh11mshHLYd6iLwM/pR98NTLR7/jZc0=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=CaKuYv4ZCntURMavswLS7LK1VfG4s/+UCaiZwxS3Rfq/E8V2zADQlb8K1BAb9zVlo HTxyJAvR/6o7MkO2y3DBpeN44zRH3OuXHpmRkGMYTEooO8HMVhHkiIrqws9PdehgkQ oPxatSICSaa9zNihLpt543foJxC1M211tCj2v+OI=
From: MikkelFJ <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+0166e4ab127efa0bf122b7f74e74cf4bde3d158934cf15a392cf00000001184b452892a169ce179fb001@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/pull/2307/c452000574@github.com>
In-Reply-To: <quicwg/base-drafts/pull/2307@github.com>
References: <quicwg/base-drafts/pull/2307@github.com>
Subject: Re: [quicwg/base-drafts] allow PING frames in Initial and Handshake packets (#2307)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5c3383282e2d2_68833fc0b70d45b4202966"; 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/gLzRduo0P-xSxWw_PJDDJ8xsP7M>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
List-Id: Notification list for GitHub issues related to the QUIC WG <quic-issues.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=unsubscribe>
List-Archive: <https://mailarchive.ietf.org/arch/browse/quic-issues/>
List-Post: <mailto:quic-issues@ietf.org>
List-Help: <mailto:quic-issues-request@ietf.org?subject=help>
List-Subscribe: <https://www.ietf.org/mailman/listinfo/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=subscribe>
X-List-Received-Date: Mon, 07 Jan 2019 16:49:53 -0000

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

The less there is in the handshake the more robust the handshake is across QUIC versions, which may be beneficial since it is likely a separate code path from general packet 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/2307#issuecomment-452000574
----==_mimepart_5c3383282e2d2_68833fc0b70d45b4202966
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

<p>The less there is in the handshake the more robust the handshake is across QUIC versions, which may be beneficial since it is likely a separate code path from general packet handling.</p>

<p style="font-size:small;-webkit-text-size-adjust:none;color:#666;">&mdash;<br />You are receiving this because you are subscribed to this thread.<br />Reply to this email directly, <a href="https://github.com/quicwg/base-drafts/pull/2307#issuecomment-452000574">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AWbkq5AkNqqdzRDUs7qclGdfdkXv59mzks5vA3qogaJpZM4Zy1R1">mute the thread</a>.<img src="https://github.com/notifications/beacon/AWbkq6Nvu7A5kHm5DqKJ8ve2sDGfUdheks5vA3qogaJpZM4Zy1R1.gif" height="1" width="1" alt="" /></p>
<script type="application/json" data-scope="inboxmarkup">{"api_version":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name":"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"https://github.githubassets.com/images/email/message_cards/header.png","avatar_image_url":"https://github.githubassets.com/images/email/message_cards/avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/quicwg/base-drafts"}},"updates":{"snippets":[{"icon":"PERSON","message":"@mikkelfj in #2307: The less there is in the handshake the more robust the handshake is across QUIC versions, which may be beneficial since it is likely a separate code path from general packet handling."}],"action":{"name":"View Pull Request","url":"https://github.com/quicwg/base-drafts/pull/2307#issuecomment-452000574"}}}</script>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/pull/2307#issuecomment-452000574",
"url": "https://github.com/quicwg/base-drafts/pull/2307#issuecomment-452000574",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>
----==_mimepart_5c3383282e2d2_68833fc0b70d45b4202966--


From nobody Mon Jan  7 08:52: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 EA3AE130F4C for <quic-issues@ietfa.amsl.com>; Mon,  7 Jan 2019 08:52:08 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -6.447
X-Spam-Level: 
X-Spam-Status: No, score=-6.447 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIMWL_WL_HIGH=-0.065, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, HTML_IMAGE_ONLY_24=1.618, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-1, RCVD_IN_DNSWL_HI=-5, SPF_PASS=-0.001] autolearn=ham autolearn_force=no
Authentication-Results: ietfa.amsl.com (amavisd-new); dkim=pass (1024-bit key) header.d=github.com
Received: from mail.ietf.org ([4.31.198.44]) by localhost (ietfa.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id LTVA9-8hPzxK for <quic-issues@ietfa.amsl.com>; Mon,  7 Jan 2019 08:52: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 193A4130F47 for <quic-issues@ietf.org>; Mon,  7 Jan 2019 08:52:07 -0800 (PST)
Date: Mon, 07 Jan 2019 08:52:05 -0800
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1546879925; bh=CptK0dihYOTOZK38S+Dz1OSjs++6LPwY9SqaILiNY+8=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=vt2iput/dvQtvZOTNKj5xrz04atm+P+h+DYmoxSlOOWOBKwUbM2adxKgVhsHP3DkP qyMpAffNTNyqXFhDURlZwS4E4ZQ8pzOcmGkFsAnhP55H8JcXw2GMvEWGsVwCN4YUBF E7+icvJOgNarw7jxzpEyEQuUejvNGrZF/l3Sqduw=
From: MikkelFJ <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+0166e4ab841505ac3d2b10b85484d9308845c3cf9f6d9f8b92cf00000001184b45b592a169ce177f0208@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/issues/2259/452001462@github.com>
In-Reply-To: <quicwg/base-drafts/issues/2259@github.com>
References: <quicwg/base-drafts/issues/2259@github.com>
Subject: Re: [quicwg/base-drafts] amplification attack using Retry and VN triggered by coalesced Initial packets (#2259)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5c3383b5c7f50_6d653fd64b0d45c41068fd"; 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/2fU_IcyZKuArl2C4s3980OlvN-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: Mon, 07 Jan 2019 16:52:09 -0000

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

Is there any case where it a VN / Retry would reasonably be triggered after the first packet in a datagram? If not, why not simply restrict VN / Retry to the first 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/issues/2259#issuecomment-452001462
----==_mimepart_5c3383b5c7f50_6d653fd64b0d45c41068fd
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

<p>Is there any case where it a VN / Retry would reasonably be triggered after the first packet in a datagram? If not, why not simply restrict VN / Retry to the first 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/issues/2259#issuecomment-452001462">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AWbkq8VLMBUGv5yoWhcPx3w9GA34gEEWks5vA3s1gaJpZM4Zh5Ox">mute the thread</a>.<img src="https://github.com/notifications/beacon/AWbkq-O_LO3LawiNuDsMsR34AtT3bdXeks5vA3s1gaJpZM4Zh5Ox.gif" height="1" width="1" alt="" /></p>
<script type="application/json" data-scope="inboxmarkup">{"api_version":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name":"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"https://github.githubassets.com/images/email/message_cards/header.png","avatar_image_url":"https://github.githubassets.com/images/email/message_cards/avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/quicwg/base-drafts"}},"updates":{"snippets":[{"icon":"PERSON","message":"@mikkelfj in #2259: Is there any case where it a VN / Retry would reasonably be triggered after the first packet in a datagram? If not, why not simply restrict VN / Retry to the first packet?"}],"action":{"name":"View Issue","url":"https://github.com/quicwg/base-drafts/issues/2259#issuecomment-452001462"}}}</script>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/issues/2259#issuecomment-452001462",
"url": "https://github.com/quicwg/base-drafts/issues/2259#issuecomment-452001462",
"name": "View Issue"
},
"description": "View this Issue on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>
----==_mimepart_5c3383b5c7f50_6d653fd64b0d45c41068fd--


From nobody Mon Jan  7 10:33: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 5DF851277D2 for <quic-issues@ietfa.amsl.com>; Mon,  7 Jan 2019 10:33:11 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -6.447
X-Spam-Level: 
X-Spam-Status: No, score=-6.447 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIMWL_WL_HIGH=-0.065, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, HTML_IMAGE_ONLY_24=1.618, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-1, RCVD_IN_DNSWL_HI=-5, SPF_PASS=-0.001] autolearn=ham autolearn_force=no
Authentication-Results: ietfa.amsl.com (amavisd-new); dkim=pass (1024-bit key) header.d=github.com
Received: from mail.ietf.org ([4.31.198.44]) by localhost (ietfa.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id W5vdpZh5owWH for <quic-issues@ietfa.amsl.com>; Mon,  7 Jan 2019 10:33:09 -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 8E73012426E for <quic-issues@ietf.org>; Mon,  7 Jan 2019 10:33:09 -0800 (PST)
Date: Mon, 07 Jan 2019 10:33:08 -0800
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1546885988; bh=R22czZ8Q9Fac1FzB1E3qjbgCQ7ngvq5sFP/u7Ok+jvw=; h=Date:From:Reply-To:To:Cc:Subject:List-ID:List-Archive:List-Post: List-Unsubscribe:From; b=rZ7l0lmGX8lI3SKLNmCCXfTeAfnfw1etOdBFsL33LnOR8sCtasH2fab4/6UINwPEQ WNxEuCl2jaIgbc+9je3qavvtFRm8VWGiqXgPT3WTsgMbBe4ZM8PfOPU2Mu4V53JnuJ rtkGpDqbjSRB0/tGXHHDt+s/9vqWoJnZYHmg+mx0=
From: Rui Paulo <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+0166e4abed511729ed5464131df3a2cc12d5d4bd21d5713b92cf00000001184b5d6492a169ce17a3a258@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/issues/2311@github.com>
Subject: [quicwg/base-drafts] Connection migration attacks may have other side effects (#2311)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5c339b64212a3_3e863f95f38d45b4270475"; 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/aJYBCO1e9gDa_Mb2VD6k6McZHrc>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
List-Id: Notification list for GitHub issues related to the QUIC WG <quic-issues.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=unsubscribe>
List-Archive: <https://mailarchive.ietf.org/arch/browse/quic-issues/>
List-Post: <mailto:quic-issues@ietf.org>
List-Help: <mailto:quic-issues-request@ietf.org?subject=help>
List-Subscribe: <https://www.ietf.org/mailman/listinfo/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=subscribe>
X-List-Received-Date: Mon, 07 Jan 2019 18:33:12 -0000

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

I think the sections that describe connection migration attacks should mention that, when the endpoint detects a spurious migration, it should revert back to using the same CC state and ECN state as before.  Otherwise, an attacker could degrade the performance of a 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/2311
----==_mimepart_5c339b64212a3_3e863f95f38d45b4270475
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

<p>I think the sections that describe connection migration attacks should mention that, when the endpoint detects a spurious migration, it should revert back to using the same CC state and ECN state as before.  Otherwise, an attacker could degrade the performance of a 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/2311">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AWbkq-MnpSpXfkTW_eAwBO3zQc6zgf0Aks5vA5LkgaJpZM4Z0ArM">mute the thread</a>.<img src="https://github.com/notifications/beacon/AWbkqxp5ojtJQ6Vmp9yXll8yooa4ymqSks5vA5LkgaJpZM4Z0ArM.gif" height="1" width="1" alt="" /></p>
<script type="application/json" data-scope="inboxmarkup">{"api_version":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name":"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"https://github.githubassets.com/images/email/message_cards/header.png","avatar_image_url":"https://github.githubassets.com/images/email/message_cards/avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/quicwg/base-drafts"}},"updates":{"snippets":[{"icon":"DESCRIPTION","message":"Connection migration attacks may have other side effects (#2311)"}],"action":{"name":"View Issue","url":"https://github.com/quicwg/base-drafts/issues/2311"}}}</script>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/issues/2311",
"url": "https://github.com/quicwg/base-drafts/issues/2311",
"name": "View Issue"
},
"description": "View this Issue on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>
----==_mimepart_5c339b64212a3_3e863f95f38d45b4270475--


From nobody Mon Jan  7 11:52: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 B0AF91288BD for <quic-issues@ietfa.amsl.com>; Mon,  7 Jan 2019 11:52:00 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -6.661
X-Spam-Level: 
X-Spam-Status: No, score=-6.661 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIMWL_WL_HIGH=-0.065, 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_PASS=-0.001] autolearn=ham autolearn_force=no
Authentication-Results: ietfa.amsl.com (amavisd-new); dkim=pass (1024-bit key) header.d=github.com
Received: from mail.ietf.org ([4.31.198.44]) by localhost (ietfa.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 5G62Y6VgxRe6 for <quic-issues@ietfa.amsl.com>; Mon,  7 Jan 2019 11:51: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 E9103124C04 for <quic-issues@ietf.org>; Mon,  7 Jan 2019 11:51:58 -0800 (PST)
Date: Mon, 07 Jan 2019 11:51:57 -0800
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1546890717; bh=RgXXqAC2FkHuxTw0bQ2o7LfA8p/sqzvQ3Kvd0Oe2qE4=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=GPnz0IZcvxE3Gk5SHOpwSJOofTeMR8/oP+DbA2o7VilvBmK96s+BDabLcOG6sJsol 2DT103yq5uQNfZqzwzNZ/d/s4LrBubH946jq+DcOMG2H3HoYzOhTMr7S5JgTgSAZC/ vOKCV5UWSWLT0ZSkxaS9w647uqJw1ANqghecqKL4=
From: David Schinazi <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+0166e4ab115db21fd89c83f7019f7e3929b198efd08d3bb892cf00000001184b6fdd92a169ce179fc90b@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/issues/2309/452059909@github.com>
In-Reply-To: <quicwg/base-drafts/issues/2309@github.com>
References: <quicwg/base-drafts/issues/2309@github.com>
Subject: Re: [quicwg/base-drafts] Migration before handshake completed is very messy (#2309)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5c33adddb480b_23e03fe8996d45b8186069"; 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/ZJ4F6lbMFQCMMNCEHrtbZKVOdPU>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
List-Id: Notification list for GitHub issues related to the QUIC WG <quic-issues.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=unsubscribe>
List-Archive: <https://mailarchive.ietf.org/arch/browse/quic-issues/>
List-Post: <mailto:quic-issues@ietf.org>
List-Help: <mailto:quic-issues-request@ietf.org?subject=help>
List-Subscribe: <https://www.ietf.org/mailman/listinfo/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=subscribe>
X-List-Received-Date: Mon, 07 Jan 2019 19:52:01 -0000

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

Isn't this already made explicit in Section 9 `Connection Migration`?

> An endpoint MUST NOT initiate connection migration before the handshake is finished and the endpoint has 1-RTT keys. The design of QUIC relies on endpoints retaining a stable address for the duration of 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/issues/2309#issuecomment-452059909
----==_mimepart_5c33adddb480b_23e03fe8996d45b8186069
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: quoted-printable

<p>Isn't this already made explicit in Section 9 <code>Connection Migrati=
on</code>?</p>
<blockquote>
<p>An endpoint MUST NOT initiate connection migration before the handshak=
e is finished and the endpoint has 1-RTT keys. The design of QUIC relies =
on endpoints retaining a stable address for the duration of the handshake=
.</p>
</blockquote>

<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/2309#issuecomment-452059909">view it on GitHub</a>,=
 or <a href=3D"https://github.com/notifications/unsubscribe-auth/AWbkq-Va=
CcFo3pVg2yzn-kUdqPujgifDks5vA6VdgaJpZM4Zy3KE">mute the thread</a>.<img sr=
c=3D"https://github.com/notifications/beacon/AWbkq1TCKxOfLLRK16F6XJvWLBRv=
fKVjks5vA6VdgaJpZM4Zy3KE.gif" height=3D"1" width=3D"1" alt=3D"" /></p>
<script type=3D"application/json" data-scope=3D"inboxmarkup">{"api_versio=
n":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name"=
:"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"=
quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"http=
s://github.githubassets.com/images/email/message_cards/header.png","avata=
r_image_url":"https://github.githubassets.com/images/email/message_cards/=
avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/q=
uicwg/base-drafts"}},"updates":{"snippets":[{"icon":"PERSON","message":"@=
DavidSchinazi in #2309: Isn't this already made explicit in Section 9 `Co=
nnection Migration`?\r\n\r\n\u003e An endpoint MUST NOT initiate connecti=
on migration before the handshake is finished and the endpoint has 1-RTT =
keys. The design of QUIC relies on endpoints retaining a stable address f=
or the duration of the handshake."}],"action":{"name":"View Issue","url":=
"https://github.com/quicwg/base-drafts/issues/2309#issuecomment-452059909=
"}}}</script>
<script type=3D"application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/issues/2309#issuecomment=
-452059909",
"url": "https://github.com/quicwg/base-drafts/issues/2309#issuecomment-45=
2059909",
"name": "View Issue"
},
"description": "View this Issue on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>=

----==_mimepart_5c33adddb480b_23e03fe8996d45b8186069--


From nobody Mon Jan  7 11:57:45 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 BFE341288BD for <quic-issues@ietfa.amsl.com>; Mon,  7 Jan 2019 11:57:42 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -3.065
X-Spam-Level: 
X-Spam-Status: No, score=-3.065 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIMWL_WL_HIGH=-0.065, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-1, RCVD_IN_DNSWL_NONE=-0.0001, SPF_PASS=-0.001] autolearn=ham autolearn_force=no
Authentication-Results: ietfa.amsl.com (amavisd-new); dkim=pass (1024-bit key) header.d=github.com
Received: from mail.ietf.org ([4.31.198.44]) by localhost (ietfa.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id GbdOvu7xcwLo for <quic-issues@ietfa.amsl.com>; Mon,  7 Jan 2019 11:57:41 -0800 (PST)
Received: from o4.sgmail.github.com (o4.sgmail.github.com [192.254.112.99]) (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 0C2C612008A for <quic-issues@ietf.org>; Mon,  7 Jan 2019 11:57:40 -0800 (PST)
DKIM-Signature: v=1; a=rsa-sha1; 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=hCF0WeYjbb/7vEFiPn2DIq3bb/8=; b=hyX6CIeROdGuLfkm YVVg3W+PrBl2SjLFoelWmF+mykhuxnQz3Edz6eRGjIxtRY4jpGkSmiaVyK/av1j5 fuSfiNNKha0IGfaeicg3Rh6ilu6v6LuKQZPmigO1UJYkb9WPk09FGk5+Ph243arb JEUmK0Ww4TZi83MD079fN5pY2Oo=
Received: by filter0094p1iad2.sendgrid.net with SMTP id filter0094p1iad2-24786-5C33AF32-31 2019-01-07 19:57:38.962791239 +0000 UTC m=+321775.270174831
Received: from github-lowworker-e8fa9ff.cp1-iad.github.net (unknown [192.30.252.43]) by ismtpd0026p1iad2.sendgrid.net (SG) with ESMTP id Xtp6GxxLSjS5WfTLx7WDRQ for <quic-issues@ietf.org>; Mon, 07 Jan 2019 19:57:38.904 +0000 (UTC)
Received: from github.com (localhost [127.0.0.1]) by github-lowworker-e8fa9ff.cp1-iad.github.net (Postfix) with ESMTP id D84E842033F for <quic-issues@ietf.org>; Mon,  7 Jan 2019 11:57:38 -0800 (PST)
Date: Mon, 07 Jan 2019 19:57:39 +0000 (UTC)
From: Kazuho Oku <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+0166e4ab4cf52a6a531b67b96610f023fd938bb9310a6f5292cf00000001184b713292a169ce1762ed93@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/issues/2205/452061707@github.com>
In-Reply-To: <quicwg/base-drafts/issues/2205@github.com>
References: <quicwg/base-drafts/issues/2205@github.com>
Subject: Re: [quicwg/base-drafts] Largest acked in ACK frame MUST NOT decrease (#2205)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5c33af32d716a_6e563fca334d45bc101029"; 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: l64QuQ2uJCcEyUykJbxN122A6QRmEpucztpreh3Pak2ws9IbBic3UFk6PIuHSqKIfjgF9rycoueXO/ 8INfJ+iRM8jdq68Oa1RtFTBn28ejiWAKlc0mvHw0gCTDqC8F9hWlbjEga0OkHigyqgebalKlLUY7es sO+voy6v6tMh38EZD/8C0h8YUorWE5VeLmY18U/sMQA8HMsx7JpiBxPPGJlHhHumQKIx+J3eCH1etD c=
Archived-At: <https://mailarchive.ietf.org/arch/msg/quic-issues/OniHsBw2HhfXmwLeu3myQOuJFB8>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
List-Id: Notification list for GitHub issues related to the QUIC WG <quic-issues.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=unsubscribe>
List-Archive: <https://mailarchive.ietf.org/arch/browse/quic-issues/>
List-Post: <mailto:quic-issues@ietf.org>
List-Help: <mailto:quic-issues-request@ietf.org?subject=help>
List-Subscribe: <https://www.ietf.org/mailman/listinfo/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=subscribe>
X-List-Received-Date: Mon, 07 Jan 2019 19:57:43 -0000

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

@gloinul 
> What I don't know if it is resolved fully is the implementation requirements is that a sender MUST be capable of handling an ACK frame with Largest Acknowledged that is smaller than highest received? From my perspective there are good and valid arguments why this may be required, however I think consensus needs to be established on that.

I am not sure if I'm following the context, but my understanding is that a sender MUST be capable of that, because we allow an endpoint to simply retransmit the payload of a packet that is being deemed lost; see #1612.

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/quicwg/base-drafts/issues/2205#issuecomment-452061707
----==_mimepart_5c33af32d716a_6e563fca334d45bc101029
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-ur=
l=3D"/hovercards?user_id=3D11295323" data-octo-click=3D"hovercard-link-clic=
k" data-octo-dimensions=3D"link_type:self" href=3D"https://github.com/gloin=
ul">@gloinul</a></p>
<blockquote>
<p>What I don't know if it is resolved fully is the implementation requirem=
ents is that a sender MUST be capable of handling an ACK frame with Largest=
 Acknowledged that is smaller than highest received? From my perspective th=
ere are good and valid arguments why this may be required, however I think =
consensus needs to be established on that.</p>
</blockquote>
<p>I am not sure if I'm following the context, but my understanding is that=
 a sender MUST be capable of that, because we allow an endpoint to simply r=
etransmit the payload of a packet that is being deemed lost; see <a class=
=3D"issue-link js-issue-link" data-error-text=3D"Failed to load issue title=
" data-id=3D"346019788" data-permission-text=3D"Issue title is private" dat=
a-url=3D"https://github.com/quicwg/base-drafts/issues/1612" data-hovercard-=
type=3D"issue" data-hovercard-url=3D"/quicwg/base-drafts/issues/1612/hoverc=
ard" href=3D"https://github.com/quicwg/base-drafts/issues/1612">#1612</a>.<=
/p>

<p style=3D"font-size:small;-webkit-text-size-adjust:none;color:#666;">&mda=
sh;<br />You are receiving this because you are subscribed to this thread.<=
br />Reply to this email directly, <a href=3D"https://github.com/quicwg/bas=
e-drafts/issues/2205#issuecomment-452061707">view it on GitHub</a>, or <a h=
ref=3D"https://github.com/notifications/unsubscribe-auth/AWbkq1v23m0SRt-PIV=
zER_c9fI6_09xBks5vA6aygaJpZM4ZZLl3">mute the thread</a>.<img src=3D"https:/=
/github.com/notifications/beacon/AWbkq8tuR8-EuLyyutuFLEvoF4-1Jc3Uks5vA6ayga=
JpZM4ZZLl3.gif" height=3D"1" width=3D"1" alt=3D"" /></p>
<script type=3D"application/json" data-scope=3D"inboxmarkup">{"api_version"=
:"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name":"Gi=
tHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"quicwg=
/base-drafts","subtitle":"GitHub repository","main_image_url":"https://gith=
ub.githubassets.com/images/email/message_cards/header.png","avatar_image_ur=
l":"https://github.githubassets.com/images/email/message_cards/avatar.png",=
"action":{"name":"Open in GitHub","url":"https://github.com/quicwg/base-dra=
fts"}},"updates":{"snippets":[{"icon":"PERSON","message":"@kazuho in #2205:=
 @gloinul \r\n\u003e What I don't know if it is resolved fully is the imple=
mentation requirements is that a sender MUST be capable of handling an ACK =
frame with Largest Acknowledged that is smaller than highest received? From=
 my perspective there are good and valid arguments why this may be required=
, however I think consensus needs to be established on that.\r\n\r\nI am no=
t sure if I'm following the context, but my understanding is that a sender =
MUST be capable of that, because we allow an endpoint to simply retransmit =
the payload of a packet that is being deemed lost; see #1612."}],"action":{=
"name":"View Issue","url":"https://github.com/quicwg/base-drafts/issues/220=
5#issuecomment-452061707"}}}</script>
<script type=3D"application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/issues/2205#issuecomment-4=
52061707",
"url": "https://github.com/quicwg/base-drafts/issues/2205#issuecomment-4520=
61707",
"name": "View Issue"
},
"description": "View this Issue on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>=

----==_mimepart_5c33af32d716a_6e563fca334d45bc101029--


From nobody Mon Jan  7 12:01: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 36036131109 for <quic-issues@ietfa.amsl.com>; Mon,  7 Jan 2019 12:01:20 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -6.447
X-Spam-Level: 
X-Spam-Status: No, score=-6.447 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIMWL_WL_HIGH=-0.065, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, HTML_IMAGE_ONLY_24=1.618, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-1, RCVD_IN_DNSWL_HI=-5, SPF_PASS=-0.001] autolearn=ham autolearn_force=no
Authentication-Results: ietfa.amsl.com (amavisd-new); dkim=pass (1024-bit key) header.d=github.com
Received: from mail.ietf.org ([4.31.198.44]) by localhost (ietfa.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id mEhpBQh29A2R for <quic-issues@ietfa.amsl.com>; Mon,  7 Jan 2019 12: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 B4DB91310D8 for <quic-issues@ietf.org>; Mon,  7 Jan 2019 12:01:17 -0800 (PST)
Date: Mon, 07 Jan 2019 12:01:16 -0800
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1546891276; bh=rsOF9mPbo/2XYe/nTvCdxm25G+jD2us15uteW/n+eDg=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=OCzVBMsAPdTM8y4PLQRbDd91TmaysQR2v/Ifs+7F5wtCVFepow2TRyw6c/qzffQjT uBN8Kro239VThxIZ+u3mg/NFFQyw/IHhuU8a/SkI6Z1D+vbsO+gwcQcmjdFg8RTEVy 62bpClny3QDiJ8+tUi46PMK6UgePIZZsqucYY2l4=
From: ianswett <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+0166e4abc5bc68896c1856c3c960522d4a9742960be98c9592cf00000001184b720c92a169ce1797273c@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/issues/2291/452062793@github.com>
In-Reply-To: <quicwg/base-drafts/issues/2291@github.com>
References: <quicwg/base-drafts/issues/2291@github.com>
Subject: Re: [quicwg/base-drafts] Allow extra data after self-terminating h3 frames (#2291)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5c33b00c95d99_730b3fb2830d45c47473b"; 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/-EtHFB7Alwt7GjcCqf4daw24WSg>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
List-Id: Notification list for GitHub issues related to the QUIC WG <quic-issues.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=unsubscribe>
List-Archive: <https://mailarchive.ietf.org/arch/browse/quic-issues/>
List-Post: <mailto:quic-issues@ietf.org>
List-Help: <mailto:quic-issues-request@ietf.org?subject=help>
List-Subscribe: <https://www.ietf.org/mailman/listinfo/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=subscribe>
X-List-Received-Date: Mon, 07 Jan 2019 20:01:24 -0000

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

Some frames need a length(ie: DATA), but some, such as GOAWAY, clearly do not.  In the case of GOAWAY, computing the length is trivial, so length is just a wasted byte and it doesn't really matter for an infrequently sent frame.  In other cases, it's more of a challenge to add a length after the fact.

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

<p>Some frames need a length(ie: DATA), but some, such as GOAWAY, clearly=
 do not.  In the case of GOAWAY, computing the length is trivial, so leng=
th is just a wasted byte and it doesn't really matter for an infrequently=
 sent frame.  In other cases, it's more of a challenge to add a length af=
ter the fact.</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/2291#issuecomment-452062793">view it on GitHub</a>,=
 or <a href=3D"https://github.com/notifications/unsubscribe-auth/AWbkqxvB=
EWKWgky7OiT7h4x9wvQeFvODks5vA6eMgaJpZM4ZpBt0">mute the thread</a>.<img sr=
c=3D"https://github.com/notifications/beacon/AWbkqy0j0rttEQ-q4Qg-AFDSd4SK=
sL5fks5vA6eMgaJpZM4ZpBt0.gif" height=3D"1" width=3D"1" alt=3D"" /></p>
<script type=3D"application/json" data-scope=3D"inboxmarkup">{"api_versio=
n":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name"=
:"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"=
quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"http=
s://github.githubassets.com/images/email/message_cards/header.png","avata=
r_image_url":"https://github.githubassets.com/images/email/message_cards/=
avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/q=
uicwg/base-drafts"}},"updates":{"snippets":[{"icon":"PERSON","message":"@=
ianswett in #2291: Some frames need a length(ie: DATA), but some, such as=
 GOAWAY, clearly do not.  In the case of GOAWAY, computing the length is =
trivial, so length is just a wasted byte and it doesn't really matter for=
 an infrequently sent frame.  In other cases, it's more of a challenge to=
 add a length after the fact."}],"action":{"name":"View Issue","url":"htt=
ps://github.com/quicwg/base-drafts/issues/2291#issuecomment-452062793"}}}=
</script>
<script type=3D"application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/issues/2291#issuecomment=
-452062793",
"url": "https://github.com/quicwg/base-drafts/issues/2291#issuecomment-45=
2062793",
"name": "View Issue"
},
"description": "View this Issue on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>=

----==_mimepart_5c33b00c95d99_730b3fb2830d45c47473b--


From nobody Mon Jan  7 12: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 D154C12D7EA for <quic-issues@ietfa.amsl.com>; Mon,  7 Jan 2019 12:06:04 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -8.065
X-Spam-Level: 
X-Spam-Status: No, score=-8.065 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIMWL_WL_HIGH=-0.065, 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_PASS=-0.001] autolearn=ham autolearn_force=no
Authentication-Results: ietfa.amsl.com (amavisd-new); dkim=pass (1024-bit key) header.d=github.com
Received: from mail.ietf.org ([4.31.198.44]) by localhost (ietfa.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id wUVFNsmNopei for <quic-issues@ietfa.amsl.com>; Mon,  7 Jan 2019 12:06: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 C1DC312008A for <quic-issues@ietf.org>; Mon,  7 Jan 2019 12:06:02 -0800 (PST)
Date: Mon, 07 Jan 2019 12:06:01 -0800
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1546891561; bh=jCvfB26nPjBpjB7T30U2r5UcxhlB8uIQYqRtFpb8eEY=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=Z5FlmuKbGOccLstICCMX3CdmprbtRZTlRjUE3oWtQ4WVKFXbQoXOTnyqzecJRyFDT 72cRSjn+9b6quT5H1gK1o4LtH8KcZdPfwlCXokCIwcl9rOmZs2ABbF1RAMRTCWBNhJ KXtbyE8P63I45u9fOHWzRk/EtEzC4mNkfFHGRpdw=
From: Christian Huitema <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+0166e4ab6076cc35b09aee5e8fb986591ed84c06de2781d892cf00000001184b732992a169ce179fc90b@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/issues/2309/452064161@github.com>
In-Reply-To: <quicwg/base-drafts/issues/2309@github.com>
References: <quicwg/base-drafts/issues/2309@github.com>
Subject: Re: [quicwg/base-drafts] Migration before handshake completed is very messy (#2309)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5c33b129ed653_76a83f8d486d45c4314f2"; 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/OXDDEgvvfmNouFUruG3NmSmHhvo>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
List-Id: Notification list for GitHub issues related to the QUIC WG <quic-issues.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=unsubscribe>
List-Archive: <https://mailarchive.ietf.org/arch/browse/quic-issues/>
List-Post: <mailto:quic-issues@ietf.org>
List-Help: <mailto:quic-issues-request@ietf.org?subject=help>
List-Subscribe: <https://www.ietf.org/mailman/listinfo/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=subscribe>
X-List-Received-Date: Mon, 07 Jan 2019 20:06:05 -0000

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

@DavidSchinazi I think there are two separate issues:

1) There is some fuzziness about what "handshake is finished" actually means. The messiness that we observed in the tests was due to repeating the CFIN handshake packet while engaged in migration. Thinks get much better if the client waits until CFIN is acknowledged.

2) The problem is with server response to NAT Rebinding. Even if the client does not initiate migration, a NAT could decide to change its translation. My take is that both sides should ignore such NAT rebinding before the handshake is finished. That is, have exactly one address pair for the connection and stick to it until handshake done, don't even think of changing midway.

The justification for (2) is that changing addresses mid-handshake in response to NAT rebinding opens an interesting attack surface, with man-on-the-side sending copies of good packets with spoofed IP addresses. Given that actual rebinding just after a mapping is created is pretty rare, chances are that most "rebinding during handshake" will be of the "man on the side" variety. It is more robust to just ignore 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/issues/2309#issuecomment-452064161
----==_mimepart_5c33b129ed653_76a83f8d486d45c4314f2
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=3D5599133" data-octo-click=3D"hovercard-link-c=
lick" data-octo-dimensions=3D"link_type:self" href=3D"https://github.com/=
DavidSchinazi">@DavidSchinazi</a> I think there are two separate issues:<=
/p>
<ol>
<li>
<p>There is some fuzziness about what "handshake is finished" actually me=
ans. The messiness that we observed in the tests was due to repeating the=
 CFIN handshake packet while engaged in migration. Thinks get much better=
 if the client waits until CFIN is acknowledged.</p>
</li>
<li>
<p>The problem is with server response to NAT Rebinding. Even if the clie=
nt does not initiate migration, a NAT could decide to change its translat=
ion. My take is that both sides should ignore such NAT rebinding before t=
he handshake is finished. That is, have exactly one address pair for the =
connection and stick to it until handshake done, don't even think of chan=
ging midway.</p>
</li>
</ol>
<p>The justification for (2) is that changing addresses mid-handshake in =
response to NAT rebinding opens an interesting attack surface, with man-o=
n-the-side sending copies of good packets with spoofed IP addresses. Give=
n that actual rebinding just after a mapping is created is pretty rare, c=
hances are that most "rebinding during handshake" will be of the "man on =
the side" variety. It is more robust to just ignore them.</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/2309#issuecomment-452064161">view it on GitHub</a>,=
 or <a href=3D"https://github.com/notifications/unsubscribe-auth/AWbkq9iR=
DsiIhSJv9ihmKPcHLmgsHtajks5vA6ipgaJpZM4Zy3KE">mute the thread</a>.<img sr=
c=3D"https://github.com/notifications/beacon/AWbkq8buZ39GCmBqah5t0CHmhu-x=
cAojks5vA6ipgaJpZM4Zy3KE.gif" height=3D"1" width=3D"1" alt=3D"" /></p>
<script type=3D"application/json" data-scope=3D"inboxmarkup">{"api_versio=
n":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name"=
:"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"=
quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"http=
s://github.githubassets.com/images/email/message_cards/header.png","avata=
r_image_url":"https://github.githubassets.com/images/email/message_cards/=
avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/q=
uicwg/base-drafts"}},"updates":{"snippets":[{"icon":"PERSON","message":"@=
huitema in #2309: @DavidSchinazi I think there are two separate issues:\r=
\n\r\n1) There is some fuzziness about what \"handshake is finished\" act=
ually means. The messiness that we observed in the tests was due to repea=
ting the CFIN handshake packet while engaged in migration. Thinks get muc=
h better if the client waits until CFIN is acknowledged.\r\n\r\n2) The pr=
oblem is with server response to NAT Rebinding. Even if the client does n=
ot initiate migration, a NAT could decide to change its translation. My t=
ake is that both sides should ignore such NAT rebinding before the handsh=
ake is finished. That is, have exactly one address pair for the connectio=
n and stick to it until handshake done, don't even think of changing midw=
ay.\r\n\r\nThe justification for (2) is that changing addresses mid-hands=
hake in response to NAT rebinding opens an interesting attack surface, wi=
th man-on-the-side sending copies of good packets with spoofed IP address=
es. Given that actual rebinding just after a mapping is created is pretty=
 rare, chances are that most \"rebinding during handshake\" will be of th=
e \"man on the side\" variety. It is more robust to just ignore them."}],=
"action":{"name":"View Issue","url":"https://github.com/quicwg/base-draft=
s/issues/2309#issuecomment-452064161"}}}</script>
<script type=3D"application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/issues/2309#issuecomment=
-452064161",
"url": "https://github.com/quicwg/base-drafts/issues/2309#issuecomment-45=
2064161",
"name": "View Issue"
},
"description": "View this Issue on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>=

----==_mimepart_5c33b129ed653_76a83f8d486d45c4314f2--


From nobody Mon Jan  7 12: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 6A52C1310CF for <quic-issues@ietfa.amsl.com>; Mon,  7 Jan 2019 12:09:25 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -8.064
X-Spam-Level: 
X-Spam-Status: No, score=-8.064 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIMWL_WL_HIGH=-0.065, 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_PASS=-0.001] autolearn=ham autolearn_force=no
Authentication-Results: ietfa.amsl.com (amavisd-new); dkim=pass (1024-bit key) header.d=github.com
Received: from mail.ietf.org ([4.31.198.44]) by localhost (ietfa.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id D5f6yiRuyfsg for <quic-issues@ietfa.amsl.com>; Mon,  7 Jan 2019 12:09:23 -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 846B0130DC4 for <quic-issues@ietf.org>; Mon,  7 Jan 2019 12:09:23 -0800 (PST)
Date: Mon, 07 Jan 2019 12:09:22 -0800
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1546891762; bh=uxb20zjttda0ggw+LGtOHSGrG78+oZv5pXQRDfZrJ9Q=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=O3A6KSPB3rpmNBuLs20fZJRZ/FMabq0jhwzCNg98dcejeoB/Wpic7BsIQKc6YhHOb bt6a7VBH5YqcpLFXdLwvyEqEGuugMnmUZRkAV9iSQeltpDB8o8LBlsPS5t4Tma2roG pMf0FoSXtLiHs30pNa+3JBhW8CjWXug78pU/HTfs=
From: ianswett <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+0166e4ab50d75c156c4479dd173a2a1c2eebf67a10a67a1392cf00000001184b73f292a169ce179fc90b@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/issues/2309/452065144@github.com>
In-Reply-To: <quicwg/base-drafts/issues/2309@github.com>
References: <quicwg/base-drafts/issues/2309@github.com>
Subject: Re: [quicwg/base-drafts] Migration before handshake completed is very messy (#2309)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5c33b1f27ec6a_2d383fb7d80d45c410559b"; 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/w8VXOYZfSyhwxdqggzESRUj2MHw>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
List-Id: Notification list for GitHub issues related to the QUIC WG <quic-issues.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=unsubscribe>
List-Archive: <https://mailarchive.ietf.org/arch/browse/quic-issues/>
List-Post: <mailto:quic-issues@ietf.org>
List-Help: <mailto:quic-issues-request@ietf.org?subject=help>
List-Subscribe: <https://www.ietf.org/mailman/listinfo/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=subscribe>
X-List-Received-Date: Mon, 07 Jan 2019 20:09:32 -0000

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

Thanks @DavidSchinazi for finding the text.  Ah, the CFIN, the gift that keeps on giving.

I agree with @huitema on 2. We previously discussed whether changing the 5-tuple during the handshake was allowed, and decided it opened up a huge number of attacks we weren't sure we could fix, so we should require it be fixed until handshake completion.

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

<p>Thanks <a class=3D"user-mention" data-hovercard-type=3D"user" data-hov=
ercard-url=3D"/hovercards?user_id=3D5599133" data-octo-click=3D"hovercard=
-link-click" data-octo-dimensions=3D"link_type:self" href=3D"https://gith=
ub.com/DavidSchinazi">@DavidSchinazi</a> for finding the text.  Ah, the C=
FIN, the gift that keeps on giving.</p>
<p>I agree with <a class=3D"user-mention" data-hovercard-type=3D"user" da=
ta-hovercard-url=3D"/hovercards?user_id=3D7464128" data-octo-click=3D"hov=
ercard-link-click" data-octo-dimensions=3D"link_type:self" href=3D"https:=
//github.com/huitema">@huitema</a> on 2. We previously discussed whether =
changing the 5-tuple during the handshake was allowed, and decided it ope=
ned up a huge number of attacks we weren't sure we could fix, so we shoul=
d require it be fixed until handshake completion.</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/2309#issuecomment-452065144">view it on GitHub</a>,=
 or <a href=3D"https://github.com/notifications/unsubscribe-auth/AWbkqz8r=
Pu2GkWyoGclgtHZN89FZN5taks5vA6lygaJpZM4Zy3KE">mute the thread</a>.<img sr=
c=3D"https://github.com/notifications/beacon/AWbkq5IMC-pp5IX6r9cpy52hfPO9=
yFd2ks5vA6lygaJpZM4Zy3KE.gif" height=3D"1" width=3D"1" alt=3D"" /></p>
<script type=3D"application/json" data-scope=3D"inboxmarkup">{"api_versio=
n":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name"=
:"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"=
quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"http=
s://github.githubassets.com/images/email/message_cards/header.png","avata=
r_image_url":"https://github.githubassets.com/images/email/message_cards/=
avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/q=
uicwg/base-drafts"}},"updates":{"snippets":[{"icon":"PERSON","message":"@=
ianswett in #2309: Thanks @DavidSchinazi for finding the text.  Ah, the C=
FIN, the gift that keeps on giving.\r\n\r\nI agree with @huitema on 2. We=
 previously discussed whether changing the 5-tuple during the handshake w=
as allowed, and decided it opened up a huge number of attacks we weren't =
sure we could fix, so we should require it be fixed until handshake compl=
etion."}],"action":{"name":"View Issue","url":"https://github.com/quicwg/=
base-drafts/issues/2309#issuecomment-452065144"}}}</script>
<script type=3D"application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/issues/2309#issuecomment=
-452065144",
"url": "https://github.com/quicwg/base-drafts/issues/2309#issuecomment-45=
2065144",
"name": "View Issue"
},
"description": "View this Issue on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>=

----==_mimepart_5c33b1f27ec6a_2d383fb7d80d45c410559b--


From nobody Mon Jan  7 12:10: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 648A012DDA3 for <quic-issues@ietfa.amsl.com>; Mon,  7 Jan 2019 12:10:04 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -6.661
X-Spam-Level: 
X-Spam-Status: No, score=-6.661 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIMWL_WL_HIGH=-0.065, 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_PASS=-0.001] autolearn=ham autolearn_force=no
Authentication-Results: ietfa.amsl.com (amavisd-new); dkim=pass (1024-bit key) header.d=github.com
Received: from mail.ietf.org ([4.31.198.44]) by localhost (ietfa.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id izmQOzxU44aj for <quic-issues@ietfa.amsl.com>; Mon,  7 Jan 2019 12:10:02 -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 362F212DF71 for <quic-issues@ietf.org>; Mon,  7 Jan 2019 12:10:02 -0800 (PST)
Date: Mon, 07 Jan 2019 12:10:01 -0800
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1546891801; bh=y0YN+G0xg6S6IJ76xySpfDJ5uRDAmNjVXjFBVForplo=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=q6pPxAKInF+RFFoF2KU3REX0N3DraXs1BnqszFY2VFgStL7aLzy0oknhW0pNnIpCA eAV4rOMN0ylYMqll1BwTNasEM6anLIkSb9by8IoBYz6C5WaWXzwkiR/+RuwzmBltAJ xq/5SaR62nuw/Imr+Ig/519CW0ZunvQo48hwNL9w=
From: Mike Bishop <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+0166e4ab999a5709dab51c973ad2f4361be91b7251e74b8b92cf00000001184b741992a169ce177067f7@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/issues/2220/452065309@github.com>
In-Reply-To: <quicwg/base-drafts/issues/2220@github.com>
References: <quicwg/base-drafts/issues/2220@github.com>
Subject: Re: [quicwg/base-drafts] Move HTTP Section 5 before Section 4 (#2220)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5c33b219afc7_76843f8d486d45c464238"; 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/xho-Pm_Jc9dCg9EUcmPO-qEEN4Y>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
List-Id: Notification list for GitHub issues related to the QUIC WG <quic-issues.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=unsubscribe>
List-Archive: <https://mailarchive.ietf.org/arch/browse/quic-issues/>
List-Post: <mailto:quic-issues@ietf.org>
List-Help: <mailto:quic-issues-request@ietf.org?subject=help>
List-Subscribe: <https://www.ietf.org/mailman/listinfo/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=subscribe>
X-List-Received-Date: Mon, 07 Jan 2019 20:10:04 -0000

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

Thanks for the suggestion.  I can see this either way.  The ordering was intended to follow the HTTP/2 pattern of "framing layer, putting HTTP on the framing layer."  The QUIC spec's new layout of successive layers of detail (concepts, then specific mechanisms, then wire format) would suggest putting frame specifics last.

PR not necessary -- it's a straightforward change if we decide to reorder this 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/issues/2220#issuecomment-452065309
----==_mimepart_5c33b219afc7_76843f8d486d45c464238
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: quoted-printable

<p>Thanks for the suggestion.  I can see this either way.  The ordering w=
as intended to follow the HTTP/2 pattern of "framing layer, putting HTTP =
on the framing layer."  The QUIC spec's new layout of successive layers o=
f detail (concepts, then specific mechanisms, then wire format) would sug=
gest putting frame specifics last.</p>
<p>PR not necessary -- it's a straightforward change if we decide to reor=
der this way.</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/2220#issuecomment-452065309">view it on GitHub</a>,=
 or <a href=3D"https://github.com/notifications/unsubscribe-auth/AWbkq7Tt=
5Qxg-tXo8Pms1wCUjrKEqTj_ks5vA6mZgaJpZM4ZdDND">mute the thread</a>.<img sr=
c=3D"https://github.com/notifications/beacon/AWbkqzsf756zOM6Np1qykq7XBjJI=
SIEXks5vA6mZgaJpZM4ZdDND.gif" height=3D"1" width=3D"1" alt=3D"" /></p>
<script type=3D"application/json" data-scope=3D"inboxmarkup">{"api_versio=
n":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name"=
:"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"=
quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"http=
s://github.githubassets.com/images/email/message_cards/header.png","avata=
r_image_url":"https://github.githubassets.com/images/email/message_cards/=
avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/q=
uicwg/base-drafts"}},"updates":{"snippets":[{"icon":"PERSON","message":"@=
MikeBishop in #2220: Thanks for the suggestion.  I can see this either wa=
y.  The ordering was intended to follow the HTTP/2 pattern of \"framing l=
ayer, putting HTTP on the framing layer.\"  The QUIC spec's new layout of=
 successive layers of detail (concepts, then specific mechanisms, then wi=
re format) would suggest putting frame specifics last.\r\n\r\nPR not nece=
ssary -- it's a straightforward change if we decide to reorder this way."=
}],"action":{"name":"View Issue","url":"https://github.com/quicwg/base-dr=
afts/issues/2220#issuecomment-452065309"}}}</script>
<script type=3D"application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/issues/2220#issuecomment=
-452065309",
"url": "https://github.com/quicwg/base-drafts/issues/2220#issuecomment-45=
2065309",
"name": "View Issue"
},
"description": "View this Issue on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>=

----==_mimepart_5c33b219afc7_76843f8d486d45c464238--


From nobody Mon Jan  7 12:11: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 00FC612D4F2 for <quic-issues@ietfa.amsl.com>; Mon,  7 Jan 2019 12:11:11 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -6.519
X-Spam-Level: 
X-Spam-Status: No, score=-6.519 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIMWL_WL_HIGH=-0.065, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, HTML_IMAGE_ONLY_20=1.546, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-1, RCVD_IN_DNSWL_HI=-5, SPF_PASS=-0.001] autolearn=ham autolearn_force=no
Authentication-Results: ietfa.amsl.com (amavisd-new); dkim=pass (1024-bit key) header.d=github.com
Received: from mail.ietf.org ([4.31.198.44]) by localhost (ietfa.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 2YiVRifm-D5k for <quic-issues@ietfa.amsl.com>; Mon,  7 Jan 2019 12:11:09 -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 8BD7312008A for <quic-issues@ietf.org>; Mon,  7 Jan 2019 12:11:09 -0800 (PST)
Date: Mon, 07 Jan 2019 12:11:08 -0800
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1546891868; bh=QkE9rTpneU6S+XZyQi6oJLD20xwR7iIaiB19GB3Wtwo=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=eVpNvYw2fOWMI1GAKkgKJUfm7nUN8OC0vBEt/SVE85hvsit0n09ZVxcstZUO9Y+Hj nwMAQ03sprLqyEjejwA9NROBsWlwSRsnHKjUsqiUwbPZ4vujZgi42nTA1fx7Rm93k8 AD1ZLjEcSc/R9pIgbF0vtmsIAsB7xeW9RJq3uGtk=
From: Mike Bishop <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+0166e4abc2d2f767afea58e359091e0c448fb163eaa1a91792cf00000001184b745c92a169ce1770750f@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/issues/2231/452065653@github.com>
In-Reply-To: <quicwg/base-drafts/issues/2231@github.com>
References: <quicwg/base-drafts/issues/2231@github.com>
Subject: Re: [quicwg/base-drafts] HTTP Errors aren't consistent (#2231)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5c33b25cba110_10893fc2bbcd45c01351f0"; 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/4LDSHCEcsV9CTFf2JGPkkIqr9ZE>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
List-Id: Notification list for GitHub issues related to the QUIC WG <quic-issues.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=unsubscribe>
List-Archive: <https://mailarchive.ietf.org/arch/browse/quic-issues/>
List-Post: <mailto:quic-issues@ietf.org>
List-Help: <mailto:quic-issues-request@ietf.org?subject=help>
List-Subscribe: <https://www.ietf.org/mailman/listinfo/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=subscribe>
X-List-Received-Date: Mon, 07 Jan 2019 20:11:11 -0000

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

I think you're correct.  There are some situations where newer errors would be more appropriate.

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

<p>I think you're correct.  There are some situations where newer errors would be more appropriate.</p>

<p style="font-size:small;-webkit-text-size-adjust:none;color:#666;">&mdash;<br />You are receiving this because you are subscribed to this thread.<br />Reply to this email directly, <a href="https://github.com/quicwg/base-drafts/issues/2231#issuecomment-452065653">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AWbkq4jKQDqtSXOD34Y7rggPqXrZL9Qiks5vA6ncgaJpZM4ZdEEi">mute the thread</a>.<img src="https://github.com/notifications/beacon/AWbkqzyTgvk5GiS_AMFtV9PKeGBVqqdYks5vA6ncgaJpZM4ZdEEi.gif" height="1" width="1" alt="" /></p>
<script type="application/json" data-scope="inboxmarkup">{"api_version":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name":"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"https://github.githubassets.com/images/email/message_cards/header.png","avatar_image_url":"https://github.githubassets.com/images/email/message_cards/avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/quicwg/base-drafts"}},"updates":{"snippets":[{"icon":"PERSON","message":"@MikeBishop in #2231: I think you're correct.  There are some situations where newer errors would be more appropriate."}],"action":{"name":"View Issue","url":"https://github.com/quicwg/base-drafts/issues/2231#issuecomment-452065653"}}}</script>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/issues/2231#issuecomment-452065653",
"url": "https://github.com/quicwg/base-drafts/issues/2231#issuecomment-452065653",
"name": "View Issue"
},
"description": "View this Issue on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>
----==_mimepart_5c33b25cba110_10893fc2bbcd45c01351f0--


From nobody Mon Jan  7 12:11:54 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 8186212DDA3 for <quic-issues@ietfa.amsl.com>; Mon,  7 Jan 2019 12:11:51 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -1.519
X-Spam-Level: 
X-Spam-Status: No, score=-1.519 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIMWL_WL_HIGH=-0.065, DKIM_SIGNED=0.1, DKIM_VALID=-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_PASS=-0.001] autolearn=ham autolearn_force=no
Authentication-Results: ietfa.amsl.com (amavisd-new); dkim=pass (1024-bit key) header.d=github.com
Received: from mail.ietf.org ([4.31.198.44]) by localhost (ietfa.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id n8mbI6Z3oNLU for <quic-issues@ietfa.amsl.com>; Mon,  7 Jan 2019 12:11:50 -0800 (PST)
Received: from o7.sgmail.github.com (o7.sgmail.github.com [167.89.101.198]) (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 D4B8D12008A for <quic-issues@ietf.org>; Mon,  7 Jan 2019 12:11:49 -0800 (PST)
DKIM-Signature: v=1; a=rsa-sha1; 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=aaaqUf/0KGFefyVk0Io09KECGdE=; b=FBejxaMPP23w2nY4 RNPugEXnA5k57WZEZ4Kjk8HX6Iky3lHk4kDIdZYkJeqWD8VTVW7T0kXvNOqGta7B 6zsCqtrwt0svca9sOznu7/8oS0nlcL5aIBz3Ao0csJqCDnkvhaxq9xCpdN3WDKdS xtRXgyCBDn2Is2i66984IqLWm8E=
Received: by filter0052p1iad2.sendgrid.net with SMTP id filter0052p1iad2-27688-5C33B284-28 2019-01-07 20:11:48.769387316 +0000 UTC m=+322456.228824498
Received: from github-lowworker-c7d2ff2.cp1-iad.github.net (unknown [192.30.252.32]) by ismtpd0063p1mdw1.sendgrid.net (SG) with ESMTP id rwe3SVyqSXyYrUOD1iE0dA for <quic-issues@ietf.org>; Mon, 07 Jan 2019 20:11:48.663 +0000 (UTC)
Received: from github.com (localhost [127.0.0.1]) by github-lowworker-c7d2ff2.cp1-iad.github.net (Postfix) with ESMTP id 999454C038F for <quic-issues@ietf.org>; Mon,  7 Jan 2019 12:11:48 -0800 (PST)
Date: Mon, 07 Jan 2019 20:11:48 +0000 (UTC)
From: Mike Bishop <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+0166e4ab3e27dfeca45f363341b685366a72b9aed602f2bf92cf00000001184b748492a169ce17706bca@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/issues/2222/452065854@github.com>
In-Reply-To: <quicwg/base-drafts/issues/2222@github.com>
References: <quicwg/base-drafts/issues/2222@github.com>
Subject: Re: [quicwg/base-drafts] Other mechanisms besides SNI? (#2222)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5c33b28498648_74d3fadcfed45c4119182"; 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: l64QuQ2uJCcEyUykJbxN122A6QRmEpucztpreh3Pak1sJP9DXNC+TotG2fV+RBm+M+ec5i9JapwklF unLxsWa4jEgVYCB3OpuzkuX3R49yHR8u06JgdkLtdEzN3misTPdolDAvnwFhW4W1+yqJ5QpPhqpwn2 pVLtHGlk5Lnt8mROsdYYRZ6sHFRIw20j1NGaUBfSzU0BxjqXhdU5PXBmLaWCj2zE78OXESpknsUzDf I=
Archived-At: <https://mailarchive.ietf.org/arch/msg/quic-issues/ij73F7GQWrvYoB_7jxpRxkcueYU>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
List-Id: Notification list for GitHub issues related to the QUIC WG <quic-issues.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=unsubscribe>
List-Archive: <https://mailarchive.ietf.org/arch/browse/quic-issues/>
List-Post: <mailto:quic-issues@ietf.org>
List-Help: <mailto:quic-issues-request@ietf.org?subject=help>
List-Subscribe: <https://www.ietf.org/mailman/listinfo/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=subscribe>
X-List-Received-Date: Mon, 07 Jan 2019 20:11:51 -0000

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

Yep.  Therefore, I don't believe there's a change 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/2222#issuecomment-452065854
----==_mimepart_5c33b28498648_74d3fadcfed45c4119182
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

<p>Yep.  Therefore, I don't believe there's a change 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/2222#issuecomment-452065854">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AWbkq2ZLsaTLHfBUMx1MniIptvUz0yNFks5vA6oEgaJpZM4ZdDbk">mute the thread</a>.<img src="https://github.com/notifications/beacon/AWbkq42I2z4QoG2n8RsN4ExZsvRZ7yARks5vA6oEgaJpZM4ZdDbk.gif" height="1" width="1" alt="" /></p>
<script type="application/json" data-scope="inboxmarkup">{"api_version":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name":"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"https://github.githubassets.com/images/email/message_cards/header.png","avatar_image_url":"https://github.githubassets.com/images/email/message_cards/avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/quicwg/base-drafts"}},"updates":{"snippets":[{"icon":"PERSON","message":"@MikeBishop in #2222: Yep.  Therefore, I don't believe there's a change here."}],"action":{"name":"View Issue","url":"https://github.com/quicwg/base-drafts/issues/2222#issuecomment-452065854"}}}</script>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/issues/2222#issuecomment-452065854",
"url": "https://github.com/quicwg/base-drafts/issues/2222#issuecomment-452065854",
"name": "View Issue"
},
"description": "View this Issue on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>
----==_mimepart_5c33b28498648_74d3fadcfed45c4119182--


From nobody Mon Jan  7 12:11:59 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 C09E012008A for <quic-issues@ietfa.amsl.com>; Mon,  7 Jan 2019 12:11:51 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -1.447
X-Spam-Level: 
X-Spam-Status: No, score=-1.447 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIMWL_WL_HIGH=-0.065, DKIM_SIGNED=0.1, DKIM_VALID=-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_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 ibvFMAvQL8xz for <quic-issues@ietfa.amsl.com>; Mon,  7 Jan 2019 12:11:50 -0800 (PST)
Received: from o7.sgmail.github.com (o7.sgmail.github.com [167.89.101.198]) (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 C07DF12D4F2 for <quic-issues@ietf.org>; Mon,  7 Jan 2019 12:11:50 -0800 (PST)
DKIM-Signature: v=1; a=rsa-sha1; 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=AAdi3LK/DN5cOwxxnL+97NZJEN4=; b=RqJmtPOoWc9oJaw9 UcycTKbyOBPyYOxyNV+gZFo7RCk7mLPhiooFHiIsaY1d17vzRbLOutdQ4x+1GNm+ tb1hj6XzMauVNB/AAclNN4nw/Dn9KjP1wzzo5snu27QwsiN2ylkJuOCcb1+pTo43 IGFXU/8KKmlMC99AEC1qXBi0M44=
Received: by filter0806p1las1.sendgrid.net with SMTP id filter0806p1las1-24206-5C33B285-34 2019-01-07 20:11:49.844710454 +0000 UTC m=+242409.656676783
Received: from github-lowworker-89d05ac.cp1-iad.github.net (unknown [192.30.252.35]) by ismtpd0041p1iad1.sendgrid.net (SG) with ESMTP id rQR4jdZDRPWhGanrIcad_Q for <quic-issues@ietf.org>; Mon, 07 Jan 2019 20:11:49.716 +0000 (UTC)
Received: from github.com (localhost [127.0.0.1]) by github-lowworker-89d05ac.cp1-iad.github.net (Postfix) with ESMTP id AD1B9AE0245 for <quic-issues@ietf.org>; Mon,  7 Jan 2019 12:11:49 -0800 (PST)
Date: Mon, 07 Jan 2019 20:11:49 +0000 (UTC)
From: Mike Bishop <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+0166e4abf14c13a59efce4bb25cb0c9d7edca53b719c635e92cf00000001184b748592a169ce17706bca@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/issue/2222/issue_event/2058533660@github.com>
In-Reply-To: <quicwg/base-drafts/issues/2222@github.com>
References: <quicwg/base-drafts/issues/2222@github.com>
Subject: Re: [quicwg/base-drafts] Other mechanisms besides SNI? (#2222)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5c33b285ab1d0_76943f8d486d45c4103049"; 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: l64QuQ2uJCcEyUykJbxN122A6QRmEpucztpreh3Pak0880zpoVLQK6BZroeTCtoZ0v2W134KdsHSIQ Uyx0/J4yRJrGqVtXInYzbEgnHTNsyAi0AX1dcvDM6OixlEIkZ+R7wHWXZSAFFyQ4lFZeOuaUSxUP8d JVGjYxiAhytdT2YuKQZ7fqM8+5DWgLUIsTL8jqVv231m05erz6GyhxGMA6yvOdANE1IYJapyJptmYY g=
Archived-At: <https://mailarchive.ietf.org/arch/msg/quic-issues/V7QUxvQoAfPOzthfQKd7kTq5DpM>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
List-Id: Notification list for GitHub issues related to the QUIC WG <quic-issues.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=unsubscribe>
List-Archive: <https://mailarchive.ietf.org/arch/browse/quic-issues/>
List-Post: <mailto:quic-issues@ietf.org>
List-Help: <mailto:quic-issues-request@ietf.org?subject=help>
List-Subscribe: <https://www.ietf.org/mailman/listinfo/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=subscribe>
X-List-Received-Date: Mon, 07 Jan 2019 20:11:52 -0000

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

Closed #2222.

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/quicwg/base-drafts/issues/2222#event-2058533660
----==_mimepart_5c33b285ab1d0_76943f8d486d45c4103049
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="393243594" data-permission-text="Issue title is private" data-url="https://github.com/quicwg/base-drafts/issues/2222" data-hovercard-type="issue" data-hovercard-url="/quicwg/base-drafts/issues/2222/hovercard" href="https://github.com/quicwg/base-drafts/issues/2222">#2222</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/2222#event-2058533660">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AWbkq1MvBSq2T5S1j-Ut23NwfJKIPFPYks5vA6oFgaJpZM4ZdDbk">mute the thread</a>.<img src="https://github.com/notifications/beacon/AWbkqyLSQy0rZ1DlmxCVcbpoVRDfanBnks5vA6oFgaJpZM4ZdDbk.gif" height="1" width="1" alt="" /></p>
<script type="application/json" data-scope="inboxmarkup">{"api_version":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name":"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"https://github.githubassets.com/images/email/message_cards/header.png","avatar_image_url":"https://github.githubassets.com/images/email/message_cards/avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/quicwg/base-drafts"}},"updates":{"snippets":[{"icon":"DESCRIPTION","message":"Closed #2222."}],"action":{"name":"View Issue","url":"https://github.com/quicwg/base-drafts/issues/2222#event-2058533660"}}}</script>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/issues/2222#event-2058533660",
"url": "https://github.com/quicwg/base-drafts/issues/2222#event-2058533660",
"name": "View Issue"
},
"description": "View this Issue on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>
----==_mimepart_5c33b285ab1d0_76943f8d486d45c4103049--


From nobody Mon Jan  7 12:13: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 C38C212D4F2 for <quic-issues@ietfa.amsl.com>; Mon,  7 Jan 2019 12:13:17 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -6.519
X-Spam-Level: 
X-Spam-Status: No, score=-6.519 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIMWL_WL_HIGH=-0.065, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, HTML_IMAGE_ONLY_20=1.546, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-1, RCVD_IN_DNSWL_HI=-5, SPF_PASS=-0.001] autolearn=ham autolearn_force=no
Authentication-Results: ietfa.amsl.com (amavisd-new); dkim=pass (1024-bit key) header.d=github.com
Received: from mail.ietf.org ([4.31.198.44]) by localhost (ietfa.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 4f8qAzVAlTqh for <quic-issues@ietfa.amsl.com>; Mon,  7 Jan 2019 12:13: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 38CBE12008A for <quic-issues@ietf.org>; Mon,  7 Jan 2019 12:13:16 -0800 (PST)
Date: Mon, 07 Jan 2019 12:13:15 -0800
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1546891995; bh=zAsYUE7l9g/fzLOfpysxBvawhHSizhUiva7DrQbacQk=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=YgM7xYUcoZNvvztEbaHNaayAjd+O51ENM3mVdfUBDWa6eqYnp6M+bfU8YBKVtFNLB yEGO9mkTbxBhiZF2TxsqjOF1bfn3tDwhpSOf/FmyDAUXpzdgObbJ012qjVcVjrc6G6 99DtvybXmJQgzCDQ+w+YPXRhnR7UQ2BOanAu0ZmE=
From: Rui Paulo <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+0166e4abd9a9725d4b715e51b22aac2d908220802481fc2592cf00000001184b74db92a169ce179bec73@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/pull/2296/c452066277@github.com>
In-Reply-To: <quicwg/base-drafts/pull/2296@github.com>
References: <quicwg/base-drafts/pull/2296@github.com>
Subject: Re: [quicwg/base-drafts] Allow servers to send a preferred address of each address family (#2296)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5c33b2db5c508_4b083ff6bb8d45b8160315"; 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/wGcBvnWYyz9VmAkYs4sFj75jEOA>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
List-Id: Notification list for GitHub issues related to the QUIC WG <quic-issues.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=unsubscribe>
List-Archive: <https://mailarchive.ietf.org/arch/browse/quic-issues/>
List-Post: <mailto:quic-issues@ietf.org>
List-Help: <mailto:quic-issues-request@ietf.org?subject=help>
List-Subscribe: <https://www.ietf.org/mailman/listinfo/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=subscribe>
X-List-Received-Date: Mon, 07 Jan 2019 20:13:18 -0000

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

We could allow multiple PreferredAddress TPs and avoid the zero-length address 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/2296#issuecomment-452066277
----==_mimepart_5c33b2db5c508_4b083ff6bb8d45b8160315
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

<p>We could allow multiple PreferredAddress TPs and avoid the zero-length address 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/2296#issuecomment-452066277">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AWbkq-iVSGfGnE-OsR98yDdG3azxG7j7ks5vA6pbgaJpZM4ZuHR_">mute the thread</a>.<img src="https://github.com/notifications/beacon/AWbkq_l-tNybCAPWoTV4nHbPRqxExqX8ks5vA6pbgaJpZM4ZuHR_.gif" height="1" width="1" alt="" /></p>
<script type="application/json" data-scope="inboxmarkup">{"api_version":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name":"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"https://github.githubassets.com/images/email/message_cards/header.png","avatar_image_url":"https://github.githubassets.com/images/email/message_cards/avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/quicwg/base-drafts"}},"updates":{"snippets":[{"icon":"PERSON","message":"@rpaulo in #2296: We could allow multiple PreferredAddress TPs and avoid the zero-length address problem."}],"action":{"name":"View Pull Request","url":"https://github.com/quicwg/base-drafts/pull/2296#issuecomment-452066277"}}}</script>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/pull/2296#issuecomment-452066277",
"url": "https://github.com/quicwg/base-drafts/pull/2296#issuecomment-452066277",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>
----==_mimepart_5c33b2db5c508_4b083ff6bb8d45b8160315--


From nobody Mon Jan  7 12:15: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 B48E712D4F2 for <quic-issues@ietfa.amsl.com>; Mon,  7 Jan 2019 12:15:32 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -8.065
X-Spam-Level: 
X-Spam-Status: No, score=-8.065 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIMWL_WL_HIGH=-0.065, 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_PASS=-0.001] autolearn=ham autolearn_force=no
Authentication-Results: ietfa.amsl.com (amavisd-new); dkim=pass (1024-bit key) header.d=github.com
Received: from mail.ietf.org ([4.31.198.44]) by localhost (ietfa.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 5kx0Y_o_wqJW for <quic-issues@ietfa.amsl.com>; Mon,  7 Jan 2019 12:15: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 6B9A012008A for <quic-issues@ietf.org>; Mon,  7 Jan 2019 12:15:30 -0800 (PST)
Date: Mon, 07 Jan 2019 12:15:29 -0800
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1546892129; bh=p1mQCa657jANOCkG6RYyJmluuOzIMMS371B3wlVXIOc=; h=Date:From:Reply-To:To:Cc:Subject:List-ID:List-Archive:List-Post: List-Unsubscribe:From; b=Uje8cgClRTdLt6Zfeygzn5t8soGglZFwQvqop76pN5P6SUdHXrKYx7RYYm8NCcPLd exxUPP3h8cPZE+D3Iy7Hxwv99VBxwgc7WgweQ3hDUBswkQ5OE1sXwEsNbJAOqEJYt+ fs7mnb6Q9Dbv28PyMcsxhXINkDQdQW6v9+GNPJn4=
From: Kazuho Oku <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+0166e4aba259f65d2e72c1793d1891eb3f1d5c054c4ad74992cf00000001184b756192a169ce17a42515@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/pull/2312@github.com>
Subject: [quicwg/base-drafts] endpoints are allowed to retransmit entire payload of a lost packet (#2312)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5c33b36192bd0_30e43fe8bb0d45c48539d"; 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/gO7IcYxv-MvTGG1cr4yKz26kfdE>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
List-Id: Notification list for GitHub issues related to the QUIC WG <quic-issues.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=unsubscribe>
List-Archive: <https://mailarchive.ietf.org/arch/browse/quic-issues/>
List-Post: <mailto:quic-issues@ietf.org>
List-Help: <mailto:quic-issues-request@ietf.org?subject=help>
List-Subscribe: <https://www.ietf.org/mailman/listinfo/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=subscribe>
X-List-Received-Date: Mon, 07 Jan 2019 20:15:33 -0000

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

In #1612 we agreed on this.

Considering that the decision affects handling of multiple frames, I think it's worth clarifying the general rule in the draft. For discussions regarding specific frames, please refer:
* MAX_STREAMS, MAX_DATA, MAX_STREAM_DATA - #1622
* RESET_STREAM, STOP_SENDING - #2268
* ACK  - #2205


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

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

-- Commit Summary --

  * endpoints are allowed to retransmit entire payload of a packet that's deemed lost; see #1612

-- File Changes --

    M draft-ietf-quic-transport.md (4)

-- Patch Links --

https://github.com/quicwg/base-drafts/pull/2312.patch
https://github.com/quicwg/base-drafts/pull/2312.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/2312

----==_mimepart_5c33b36192bd0_30e43fe8bb0d45c48539d
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="346019788" data-permission-text="Issue title is private" data-url="https://github.com/quicwg/base-drafts/issues/1612" data-hovercard-type="issue" data-hovercard-url="/quicwg/base-drafts/issues/1612/hovercard" href="https://github.com/quicwg/base-drafts/issues/1612">#1612</a> we agreed on this.</p>
<p>Considering that the decision affects handling of multiple frames, I think it's worth clarifying the general rule in the draft. For discussions regarding specific frames, please refer:</p>
<ul>
<li>MAX_STREAMS, MAX_DATA, MAX_STREAM_DATA - <a class="issue-link js-issue-link" data-error-text="Failed to load issue title" data-id="346408770" data-permission-text="Issue title is private" data-url="https://github.com/quicwg/base-drafts/issues/1622" data-hovercard-type="pull_request" data-hovercard-url="/quicwg/base-drafts/pull/1622/hovercard" href="https://github.com/quicwg/base-drafts/pull/1622">#1622</a></li>
<li>RESET_STREAM, STOP_SENDING - <a class="issue-link js-issue-link" data-error-text="Failed to load issue title" data-id="394620227" data-permission-text="Issue title is private" data-url="https://github.com/quicwg/base-drafts/issues/2268" data-hovercard-type="pull_request" data-hovercard-url="/quicwg/base-drafts/pull/2268/hovercard" href="https://github.com/quicwg/base-drafts/pull/2268">#2268</a></li>
<li>ACK  - <a class="issue-link js-issue-link" data-error-text="Failed to load issue title" data-id="392359315" data-permission-text="Issue title is private" data-url="https://github.com/quicwg/base-drafts/issues/2205" data-hovercard-type="issue" data-hovercard-url="/quicwg/base-drafts/issues/2205/hovercard" href="https://github.com/quicwg/base-drafts/issues/2205">#2205</a></li>
</ul>

<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/2312'>https://github.com/quicwg/base-drafts/pull/2312</a></p>

<h4>Commit Summary</h4>
<ul>
  <li>endpoints are allowed to retransmit entire payload of a packet that&#39;s deemed lost; see #1612</li>
</ul>

<h4>File Changes</h4>
<ul>
  <li>
    <strong>M</strong>
    <a href="https://github.com/quicwg/base-drafts/pull/2312/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/2312.patch'>https://github.com/quicwg/base-drafts/pull/2312.patch</a></li>
  <li><a href='https://github.com/quicwg/base-drafts/pull/2312.diff'>https://github.com/quicwg/base-drafts/pull/2312.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/2312">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AWbkq8SzuCL_0RlRpanP7b5X3dAD_G6Hks5vA6rhgaJpZM4Z0PeA">mute the thread</a>.<img src="https://github.com/notifications/beacon/AWbkqxgb0ramYT188SRi5aHzKrG1i6_Oks5vA6rhgaJpZM4Z0PeA.gif" height="1" width="1" alt="" /></p>
<script type="application/json" data-scope="inboxmarkup">{"api_version":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name":"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"https://github.githubassets.com/images/email/message_cards/header.png","avatar_image_url":"https://github.githubassets.com/images/email/message_cards/avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/quicwg/base-drafts"}},"updates":{"snippets":[{"icon":"DESCRIPTION","message":"endpoints are allowed to retransmit entire payload of a lost packet (#2312)"}],"action":{"name":"View Pull Request","url":"https://github.com/quicwg/base-drafts/pull/2312"}}}</script>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/pull/2312",
"url": "https://github.com/quicwg/base-drafts/pull/2312",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>

----==_mimepart_5c33b36192bd0_30e43fe8bb0d45c48539d--


From nobody Mon Jan  7 12:16:15 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 4A95112DDA3 for <quic-issues@ietfa.amsl.com>; Mon,  7 Jan 2019 12:16:13 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: 1.936
X-Spam-Level: *
X-Spam-Status: No, score=1.936 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIMWL_WL_HIGH=-0.065, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, GB_SUMOF=5, HTML_IMAGE_ONLY_32=0.001, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-1, RCVD_IN_DNSWL_NONE=-0.0001, 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 OMyQmbHQRqsF for <quic-issues@ietfa.amsl.com>; Mon,  7 Jan 2019 12:16:12 -0800 (PST)
Received: from o7.sgmail.github.com (o7.sgmail.github.com [167.89.101.198]) (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 12B1812D7EA for <quic-issues@ietf.org>; Mon,  7 Jan 2019 12:16:10 -0800 (PST)
DKIM-Signature: v=1; a=rsa-sha1; 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=+xf3/5C6ereYJcxpG0/Y0EltLKU=; b=LgnJcsceIrrVITAF vb3lLlqWFUq/N+Gb3Tey9Fg0NOQ+QcznpLGjChVZyeU4hEoxVmHF7WSAW4ChbPqs P1EAe1DofCURA0chS8g7ww20yOFgW4LbptYSHuCewg1YM13eBWsDpPZ/qWrF/YtL MkNSONq8Ql2jsoFJ3mN42YTnwHU=
Received: by filter0339p1iad2.sendgrid.net with SMTP id filter0339p1iad2-17938-5C33B389-14 2019-01-07 20:16:09.462777362 +0000 UTC m=+321840.847074215
Received: from github-lowworker-1f7e42f.cp1-iad.github.net (unknown [192.30.252.46]) by ismtpd0001p1iad2.sendgrid.net (SG) with ESMTP id -WEoglYVTQiK8IP0TaVvcw for <quic-issues@ietf.org>; Mon, 07 Jan 2019 20:16:09.420 +0000 (UTC)
Received: from github.com (localhost [127.0.0.1]) by github-lowworker-1f7e42f.cp1-iad.github.net (Postfix) with ESMTP id 630BBC18E1 for <quic-issues@ietf.org>; Mon,  7 Jan 2019 12:16:09 -0800 (PST)
Date: Mon, 07 Jan 2019 20:16:09 +0000 (UTC)
From: Lucas Pardue <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+0166e4abb40f35dfdb9e5994c98012c998096944e46c0ac092cf00000001184b758992a169ce1797273c@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/issues/2291/452067141@github.com>
In-Reply-To: <quicwg/base-drafts/issues/2291@github.com>
References: <quicwg/base-drafts/issues/2291@github.com>
Subject: Re: [quicwg/base-drafts] Allow extra data after self-terminating h3 frames (#2291)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5c33b389613a6_72a43f90c74d45bc79456"; 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
X-SG-EID: l64QuQ2uJCcEyUykJbxN122A6QRmEpucztpreh3Pak0qxpcXA8Dlejb26cjm0vqRMW/rWL12tSheyB f4shad5uCXE689LwidgVZxvYmODpLwppT2/OVDBeJv9ApIQ8RR8CQR7Cbfso4QWiJhD0kWSAyW3i3X Xqu7pAhev7kf9H/F3NCvXfd26/pdqPIJyXRdT5yefLjlxNjhwVTRzZ+3zwsC/uRSpWMNEOH2uYXeNH 8=
Archived-At: <https://mailarchive.ietf.org/arch/msg/quic-issues/5xgDRIqu5eZ9wu0kOTksbEeokLk>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
List-Id: Notification list for GitHub issues related to the QUIC WG <quic-issues.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=unsubscribe>
List-Archive: <https://mailarchive.ietf.org/arch/browse/quic-issues/>
List-Post: <mailto:quic-issues@ietf.org>
List-Help: <mailto:quic-issues-request@ietf.org?subject=help>
List-Subscribe: <https://www.ietf.org/mailman/listinfo/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=subscribe>
X-List-Received-Date: Mon, 07 Jan 2019 20:16:13 -0000

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

Ok but that seems tangential to this ticket's request AFAIK (which may be wrong). I thought the ask was to enable arbitrary fields after the core H3 frame fields. Done by using the delta between how large the frame says it is and the sum of all frame fields.

In the case of GOAWAY it's simple. But imagine I start sending extension frames on the control stream. If you know the type is not supported in your receiver, you can just ignore length bytes and carry on. 

I appreciate the want to reduce some complexity but it seems like we'll end up with an inconsistent set of frame types (TLV vs TV) without much spec text /guidance to support 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/2291#issuecomment-452067141
----==_mimepart_5c33b389613a6_72a43f90c74d45bc79456
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: quoted-printable

<p>Ok but that seems tangential to this ticket's request AFAIK (which may b=
e wrong). I thought the ask was to enable arbitrary fields after the core H=
3 frame fields. Done by using the delta between how large the frame says it=
 is and the sum of all frame fields.</p>
<p>In the case of GOAWAY it's simple. But imagine I start sending extension=
 frames on the control stream. If you know the type is not supported in you=
r receiver, you can just ignore length bytes and carry on.</p>
<p>I appreciate the want to reduce some complexity but it seems like we'll =
end up with an inconsistent set of frame types (TLV vs TV) without much spe=
c text /guidance to support it.</p>

<p style=3D"font-size:small;-webkit-text-size-adjust:none;color:#666;">&mda=
sh;<br />You are receiving this because you are subscribed to this thread.<=
br />Reply to this email directly, <a href=3D"https://github.com/quicwg/bas=
e-drafts/issues/2291#issuecomment-452067141">view it on GitHub</a>, or <a h=
ref=3D"https://github.com/notifications/unsubscribe-auth/AWbkq5JMJsNSQ7KZzO=
zYOeAsOCWPxN84ks5vA6sJgaJpZM4ZpBt0">mute the thread</a>.<img src=3D"https:/=
/github.com/notifications/beacon/AWbkqyXwEyuuCP0OdftKROm_oqpMIjX0ks5vA6sJga=
JpZM4ZpBt0.gif" height=3D"1" width=3D"1" alt=3D"" /></p>
<script type=3D"application/json" data-scope=3D"inboxmarkup">{"api_version"=
:"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name":"Gi=
tHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"quicwg=
/base-drafts","subtitle":"GitHub repository","main_image_url":"https://gith=
ub.githubassets.com/images/email/message_cards/header.png","avatar_image_ur=
l":"https://github.githubassets.com/images/email/message_cards/avatar.png",=
"action":{"name":"Open in GitHub","url":"https://github.com/quicwg/base-dra=
fts"}},"updates":{"snippets":[{"icon":"PERSON","message":"@LPardue in #2291=
: Ok but that seems tangential to this ticket's request AFAIK (which may be=
 wrong). I thought the ask was to enable arbitrary fields after the core H3=
 frame fields. Done by using the delta between how large the frame says it =
is and the sum of all frame fields.\r\n\r\nIn the case of GOAWAY it's simpl=
e. But imagine I start sending extension frames on the control stream. If y=
ou know the type is not supported in your receiver, you can just ignore len=
gth bytes and carry on. \r\n\r\nI appreciate the want to reduce some comple=
xity but it seems like we'll end up with an inconsistent set of frame types=
 (TLV vs TV) without much spec text /guidance to support it. "}],"action":{=
"name":"View Issue","url":"https://github.com/quicwg/base-drafts/issues/229=
1#issuecomment-452067141"}}}</script>
<script type=3D"application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/issues/2291#issuecomment-4=
52067141",
"url": "https://github.com/quicwg/base-drafts/issues/2291#issuecomment-4520=
67141",
"name": "View Issue"
},
"description": "View this Issue on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>=

----==_mimepart_5c33b389613a6_72a43f90c74d45bc79456--


From nobody Mon Jan  7 12:19: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 EED5212D4F2 for <quic-issues@ietfa.amsl.com>; Mon,  7 Jan 2019 12:19:14 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -6.661
X-Spam-Level: 
X-Spam-Status: No, score=-6.661 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIMWL_WL_HIGH=-0.065, 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_PASS=-0.001] autolearn=ham autolearn_force=no
Authentication-Results: ietfa.amsl.com (amavisd-new); dkim=pass (1024-bit key) header.d=github.com
Received: from mail.ietf.org ([4.31.198.44]) by localhost (ietfa.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 1rKy1Iesbzwd for <quic-issues@ietfa.amsl.com>; Mon,  7 Jan 2019 12:19: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 7631012008A for <quic-issues@ietf.org>; Mon,  7 Jan 2019 12:19:13 -0800 (PST)
Date: Mon, 07 Jan 2019 12:19:12 -0800
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1546892352; bh=Xxmq1WV1UzPADJ791JMsR1/zgODaD6SlbYledrWGVXU=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=PFPWWA1oklFeQerD6RYzttxagdfWnt2p+0e153XWEYrcBj2R9yJzYnLo91F6RpAeW pEbydntGrH79HJqPto6ZisV+220ze9Oc7l0DM+NMNohiaPFcQ+5OQQOPorOh1ufVQy Xfwx+Ne9kbMdnzEHxCd+A/X8Jx2xD+cgwIpWxdVc=
From: Kazuho Oku <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+0166e4ab7553ff4a20cfb6eefceadb292faf94422a0d5e0292cf00000001184b764092a169ce179bec73@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/pull/2296/c452068052@github.com>
In-Reply-To: <quicwg/base-drafts/pull/2296@github.com>
References: <quicwg/base-drafts/pull/2296@github.com>
Subject: Re: [quicwg/base-drafts] Allow servers to send a preferred address of each address family (#2296)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5c33b44098dc0_7dd63fcfa54d45b816188"; 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/X1lmyMnLPdqrZlgICmwn_zeZVq8>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
List-Id: Notification list for GitHub issues related to the QUIC WG <quic-issues.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=unsubscribe>
List-Archive: <https://mailarchive.ietf.org/arch/browse/quic-issues/>
List-Post: <mailto:quic-issues@ietf.org>
List-Help: <mailto:quic-issues-request@ietf.org?subject=help>
List-Subscribe: <https://www.ietf.org/mailman/listinfo/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=subscribe>
X-List-Received-Date: Mon, 07 Jan 2019 20:19:15 -0000

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

@DavidSchinazi Thank you for the clarification. I think I'm fine with that.

@rpaulo The PreferredAddress structure includes Connection ID and Stateless Reset Token. I think we should avoid requiring the server to send them twice when it is constrained by the 3-packet rule.

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/quicwg/base-drafts/pull/2296#issuecomment-452068052
----==_mimepart_5c33b44098dc0_7dd63fcfa54d45b816188
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=3D5599133" data-octo-click=3D"hovercard-link-c=
lick" data-octo-dimensions=3D"link_type:self" href=3D"https://github.com/=
DavidSchinazi">@DavidSchinazi</a> Thank you for the clarification. I thin=
k I'm fine with that.</p>
<p><a class=3D"user-mention" data-hovercard-type=3D"user" data-hovercard-=
url=3D"/hovercards?user_id=3D1491286" data-octo-click=3D"hovercard-link-c=
lick" data-octo-dimensions=3D"link_type:self" href=3D"https://github.com/=
rpaulo">@rpaulo</a> The PreferredAddress structure includes Connection ID=
 and Stateless Reset Token. I think we should avoid requiring the server =
to send them twice when it is constrained by the 3-packet rule.</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/pull/2296#issuecomment-452068052">view it on GitHub</a>, o=
r <a href=3D"https://github.com/notifications/unsubscribe-auth/AWbkq81G_7=
caIt6BUFssKw0TqDWVTK_Fks5vA6vAgaJpZM4ZuHR_">mute the thread</a>.<img src=3D=
"https://github.com/notifications/beacon/AWbkq_93NSIY03mbtMpkA-jtpmx4VsfF=
ks5vA6vAgaJpZM4ZuHR_.gif" height=3D"1" width=3D"1" alt=3D"" /></p>
<script type=3D"application/json" data-scope=3D"inboxmarkup">{"api_versio=
n":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name"=
:"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"=
quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"http=
s://github.githubassets.com/images/email/message_cards/header.png","avata=
r_image_url":"https://github.githubassets.com/images/email/message_cards/=
avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/q=
uicwg/base-drafts"}},"updates":{"snippets":[{"icon":"PERSON","message":"@=
kazuho in #2296: @DavidSchinazi Thank you for the clarification. I think =
I'm fine with that.\r\n\r\n@rpaulo The PreferredAddress structure include=
s Connection ID and Stateless Reset Token. I think we should avoid requir=
ing the server to send them twice when it is constrained by the 3-packet =
rule."}],"action":{"name":"View Pull Request","url":"https://github.com/q=
uicwg/base-drafts/pull/2296#issuecomment-452068052"}}}</script>
<script type=3D"application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/pull/2296#issuecomment-4=
52068052",
"url": "https://github.com/quicwg/base-drafts/pull/2296#issuecomment-4520=
68052",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>=

----==_mimepart_5c33b44098dc0_7dd63fcfa54d45b816188--


From nobody Mon Jan  7 12:21: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 513E712008A for <quic-issues@ietfa.amsl.com>; Mon,  7 Jan 2019 12:21:47 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -8.064
X-Spam-Level: 
X-Spam-Status: No, score=-8.064 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIMWL_WL_HIGH=-0.065, 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_PASS=-0.001] autolearn=ham autolearn_force=no
Authentication-Results: ietfa.amsl.com (amavisd-new); dkim=pass (1024-bit key) header.d=github.com
Received: from mail.ietf.org ([4.31.198.44]) by localhost (ietfa.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id Oa3D9Fnfy1kI for <quic-issues@ietfa.amsl.com>; Mon,  7 Jan 2019 12:21: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 7940012D4F2 for <quic-issues@ietf.org>; Mon,  7 Jan 2019 12:21:44 -0800 (PST)
Date: Mon, 07 Jan 2019 12:21:43 -0800
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1546892503; bh=/XLTfP4WE2DT/203F4I2WHSx7IPKnUVWf5AExoK6sys=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=a3oZxSV2lOSmr8TuMFmYATuHJTK0AxSqKac+i/xwZ/faSsMoYNJUzKKQfIbk7UBhz SlGXmuUgJJmMEmjP3kOrlttMW17PBMB1SvuGIcHADNarbW9xqF/QYou8ht0YeFL2kw TZ0n73VNg/i4bzZkn1piVz+KZwv/nczjsSgmrkNI=
From: Mike Bishop <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+0166e4ab6e71696c4d1b776751ba76aaa6f5afd6b078413d92cf00000001184b76d792a169ce1770727a@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/issues/2229/452068777@github.com>
In-Reply-To: <quicwg/base-drafts/issues/2229@github.com>
References: <quicwg/base-drafts/issues/2229@github.com>
Subject: Re: [quicwg/base-drafts] Can I send non-data frames on CONNECT streams? (#2229)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5c33b4d7a8e96_62023fbab6ed45bc2231e9"; 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/ABx8gudSEuFIg2MxDO2yj4lniZM>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
List-Id: Notification list for GitHub issues related to the QUIC WG <quic-issues.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=unsubscribe>
List-Archive: <https://mailarchive.ietf.org/arch/browse/quic-issues/>
List-Post: <mailto:quic-issues@ietf.org>
List-Help: <mailto:quic-issues-request@ietf.org?subject=help>
List-Subscribe: <https://www.ietf.org/mailman/listinfo/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=subscribe>
X-List-Received-Date: Mon, 07 Jan 2019 20:21:47 -0000

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

Well, there's technically nothing preventing the use of push....  ;-)

More seriously, I don't feel like the prohibition adds much.  This maps the definition of the CONNECT method into H3 framing -- DATA frames == TCP payload.  In any other respect, it's an HTTP request and frames mean what they otherwise mean.

Is there a particular frame that *needs* to be prohibited?  HEADERS would indicate a trailer block; it might be worth upstreaming to the updated semantic draft that a CONNECT tunnel can't have 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/2229#issuecomment-452068777
----==_mimepart_5c33b4d7a8e96_62023fbab6ed45bc2231e9
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: quoted-printable

<p>Well, there's technically nothing preventing the use of push....  ;-)<=
/p>
<p>More seriously, I don't feel like the prohibition adds much.  This map=
s the definition of the CONNECT method into H3 framing -- DATA frames =3D=
=3D TCP payload.  In any other respect, it's an HTTP request and frames m=
ean what they otherwise mean.</p>
<p>Is there a particular frame that <em>needs</em> to be prohibited?  HEA=
DERS would indicate a trailer block; it might be worth upstreaming to the=
 updated semantic draft that a CONNECT tunnel can't have trailers.</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/2229#issuecomment-452068777">view it on GitHub</a>,=
 or <a href=3D"https://github.com/notifications/unsubscribe-auth/AWbkq4r-=
J80rMjbQtzWD3SdmO5dxPqkjks5vA6xXgaJpZM4ZdD5E">mute the thread</a>.<img sr=
c=3D"https://github.com/notifications/beacon/AWbkqyrH18FXr3V_TS6ovmjsEFOc=
Pezwks5vA6xXgaJpZM4ZdD5E.gif" height=3D"1" width=3D"1" alt=3D"" /></p>
<script type=3D"application/json" data-scope=3D"inboxmarkup">{"api_versio=
n":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name"=
:"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"=
quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"http=
s://github.githubassets.com/images/email/message_cards/header.png","avata=
r_image_url":"https://github.githubassets.com/images/email/message_cards/=
avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/q=
uicwg/base-drafts"}},"updates":{"snippets":[{"icon":"PERSON","message":"@=
MikeBishop in #2229: Well, there's technically nothing preventing the use=
 of push....  ;-)\r\n\r\nMore seriously, I don't feel like the prohibitio=
n adds much.  This maps the definition of the CONNECT method into H3 fram=
ing -- DATA frames =3D=3D TCP payload.  In any other respect, it's an HTT=
P request and frames mean what they otherwise mean.\r\n\r\nIs there a par=
ticular frame that *needs* to be prohibited?  HEADERS would indicate a tr=
ailer block; it might be worth upstreaming to the updated semantic draft =
that a CONNECT tunnel can't have trailers."}],"action":{"name":"View Issu=
e","url":"https://github.com/quicwg/base-drafts/issues/2229#issuecomment-=
452068777"}}}</script>
<script type=3D"application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/issues/2229#issuecomment=
-452068777",
"url": "https://github.com/quicwg/base-drafts/issues/2229#issuecomment-45=
2068777",
"name": "View Issue"
},
"description": "View this Issue on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>=

----==_mimepart_5c33b4d7a8e96_62023fbab6ed45bc2231e9--


From nobody Mon Jan  7 12:30: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 B8AD3130DE2 for <quic-issues@ietfa.amsl.com>; Mon,  7 Jan 2019 12:30:27 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -6.447
X-Spam-Level: 
X-Spam-Status: No, score=-6.447 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIMWL_WL_HIGH=-0.065, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, HTML_IMAGE_ONLY_24=1.618, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-1, RCVD_IN_DNSWL_HI=-5, SPF_PASS=-0.001] autolearn=ham autolearn_force=no
Authentication-Results: ietfa.amsl.com (amavisd-new); dkim=pass (1024-bit key) header.d=github.com
Received: from mail.ietf.org ([4.31.198.44]) by localhost (ietfa.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id f94y8qoQgB_r for <quic-issues@ietfa.amsl.com>; Mon,  7 Jan 2019 12:30: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 D1F7012F1A6 for <quic-issues@ietf.org>; Mon,  7 Jan 2019 12:30:25 -0800 (PST)
Date: Mon, 07 Jan 2019 12:30:18 -0800
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1546893018; bh=nF5U/Y7l/+Ec1t2mwT76PzKE2ZZ2zlSjG/oYlb3z0iw=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=XWEo43WlAU6GBJ78qhpiNS0jM8uCKRBfjMf/N3zhJmBA3BTHLWRTlpHTsEg7MF98b c6/zUNI93EdvQ4wYAlAmcYWDeIlp3mkSSp3F6m0LohULhY1/DqVRgKwHbpjKuf/wL3 y0xEDTC05oIRefIA+mR0Qu31gvCf6AyZpIiG6a0Q=
From: David Schinazi <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+0166e4ab665884c675717bf83c729298483ed1e255dcc83c92cf00000001184b78da92a169ce179fc90b@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/issues/2309/452071221@github.com>
In-Reply-To: <quicwg/base-drafts/issues/2309@github.com>
References: <quicwg/base-drafts/issues/2309@github.com>
Subject: Re: [quicwg/base-drafts] Migration before handshake completed is very messy (#2309)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5c33b6dae2284_4dce3fe2ea8d45c026867a"; 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/aJIWwDz85US0OIzpmHC6hS2H0hI>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
List-Id: Notification list for GitHub issues related to the QUIC WG <quic-issues.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=unsubscribe>
List-Archive: <https://mailarchive.ietf.org/arch/browse/quic-issues/>
List-Post: <mailto:quic-issues@ietf.org>
List-Help: <mailto:quic-issues-request@ietf.org?subject=help>
List-Subscribe: <https://www.ietf.org/mailman/listinfo/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=subscribe>
X-List-Received-Date: Mon, 07 Jan 2019 20:30:32 -0000

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

I agree with @huitema, we could add text to that section to clarify what handshake finished means and what servers should do if they detect a NAT rebinding during 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/issues/2309#issuecomment-452071221
----==_mimepart_5c33b6dae2284_4dce3fe2ea8d45c026867a
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=7464128" data-octo-click="hovercard-link-click" data-octo-dimensions="link_type:self" href="https://github.com/huitema">@huitema</a>, we could add text to that section to clarify what handshake finished means and what servers should do if they detect a NAT rebinding during 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/issues/2309#issuecomment-452071221">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AWbkq63-3rguWuKhKfZUz8srTt9tfJB7ks5vA65agaJpZM4Zy3KE">mute the thread</a>.<img src="https://github.com/notifications/beacon/AWbkq00j9um0ofSQztHIa1pVBDd9c5Ceks5vA65agaJpZM4Zy3KE.gif" height="1" width="1" alt="" /></p>
<script type="application/json" data-scope="inboxmarkup">{"api_version":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name":"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"https://github.githubassets.com/images/email/message_cards/header.png","avatar_image_url":"https://github.githubassets.com/images/email/message_cards/avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/quicwg/base-drafts"}},"updates":{"snippets":[{"icon":"PERSON","message":"@DavidSchinazi in #2309: I agree with @huitema, we could add text to that section to clarify what handshake finished means and what servers should do if they detect a NAT rebinding during the handshake."}],"action":{"name":"View Issue","url":"https://github.com/quicwg/base-drafts/issues/2309#issuecomment-452071221"}}}</script>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/issues/2309#issuecomment-452071221",
"url": "https://github.com/quicwg/base-drafts/issues/2309#issuecomment-452071221",
"name": "View Issue"
},
"description": "View this Issue on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>
----==_mimepart_5c33b6dae2284_4dce3fe2ea8d45c026867a--


From nobody Mon Jan  7 12:34:58 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 9263F12D7EA for <quic-issues@ietfa.amsl.com>; Mon,  7 Jan 2019 12:34:56 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -3.064
X-Spam-Level: 
X-Spam-Status: No, score=-3.064 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIMWL_WL_HIGH=-0.065, 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_PASS=-0.001] autolearn=ham autolearn_force=no
Authentication-Results: ietfa.amsl.com (amavisd-new); dkim=pass (1024-bit key) header.d=github.com
Received: from mail.ietf.org ([4.31.198.44]) by localhost (ietfa.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id SjMBIiF-0FPP for <quic-issues@ietfa.amsl.com>; Mon,  7 Jan 2019 12:34:54 -0800 (PST)
Received: from o7.sgmail.github.com (o7.sgmail.github.com [167.89.101.198]) (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 2247D126DBF for <quic-issues@ietf.org>; Mon,  7 Jan 2019 12:34:54 -0800 (PST)
DKIM-Signature: v=1; a=rsa-sha1; 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=aPmoSyWlB6QaZS7GtV8zoIoNCnI=; b=SW96u2lc8VLBRhIj rb48rkC/gyrLT3fQYvkZjud8xrPe+tV+QgbCYWbV/9pGbgs4TRS6+yoNywO2BP1s G+/pfRHq41bqPG9xyYS9VGoLtKcRci8wTIvzd36xjnfwxReBghVC1oNEInl3qqEz 8GpNWUfS9SVqevqawGnCdchDuz0=
Received: by filter0587p1iad2.sendgrid.net with SMTP id filter0587p1iad2-21015-5C33B7EC-28 2019-01-07 20:34:52.875170474 +0000 UTC m=+322947.034221361
Received: from github-lowworker-1c220e1.cp1-iad.github.net (unknown [192.30.252.44]) by ismtpd0024p1iad1.sendgrid.net (SG) with ESMTP id zrHsfraeSXmnAqg-EFZUZg for <quic-issues@ietf.org>; Mon, 07 Jan 2019 20:34:52.744 +0000 (UTC)
Received: from github.com (localhost [127.0.0.1]) by github-lowworker-1c220e1.cp1-iad.github.net (Postfix) with ESMTP id B424B1608DB for <quic-issues@ietf.org>; Mon,  7 Jan 2019 12:34:52 -0800 (PST)
Date: Mon, 07 Jan 2019 20:34:52 +0000 (UTC)
From: David Schinazi <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+0166e4abde4780a65145cda0303f616ddeda4b9cfdf99aeb92cf00000001184b79ec92a169ce1797273c@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/issues/2291/452072557@github.com>
In-Reply-To: <quicwg/base-drafts/issues/2291@github.com>
References: <quicwg/base-drafts/issues/2291@github.com>
Subject: Re: [quicwg/base-drafts] Allow extra data after self-terminating h3 frames (#2291)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5c33b7ecb2bc7_96c3fe6abcd45c0396020"; 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
X-SG-EID: l64QuQ2uJCcEyUykJbxN122A6QRmEpucztpreh3Pak06Ht7q+4fotZAWSHotoPIaN4sbKKpTY43ymc WgnXkqss84+mhv6Df3gtD0Z8pFlDgetgKCrXHRGKVwULan6eOgwEOZFr7Qz7iXoX1ao6I43Q8cGBQY XpK+0omLxmd7dqf6iWpZkYV7JiO9NgTBnKU4F6+rxVYc8XN61YugDWh3RAcuNekqEmpvrh2wl8aoiy 4=
Archived-At: <https://mailarchive.ietf.org/arch/msg/quic-issues/Ml2ewbJt1MnhYRbpMBEChE9fIwM>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
List-Id: Notification list for GitHub issues related to the QUIC WG <quic-issues.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=unsubscribe>
List-Archive: <https://mailarchive.ietf.org/arch/browse/quic-issues/>
List-Post: <mailto:quic-issues@ietf.org>
List-Help: <mailto:quic-issues-request@ietf.org?subject=help>
List-Subscribe: <https://www.ietf.org/mailman/listinfo/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=subscribe>
X-List-Received-Date: Mon, 07 Jan 2019 20:34:57 -0000

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

My thought when I opened this issue was that if we have self-terminating frames that include a redundant length, then we should use that length for extensibility. I'm also fine with @ianswett's proposal of removing the length from self-terminating frames, [even if some consider it over-engineering](https://github.com/quicwg/base-drafts/pull/2235#issuecomment-451296608).

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

<p>My thought when I opened this issue was that if we have self-terminating=
 frames that include a redundant length, then we should use that length for=
 extensibility. I'm also fine with <a class=3D"user-mention" data-hovercard=
-type=3D"user" data-hovercard-url=3D"/hovercards?user_id=3D20072817" data-o=
cto-click=3D"hovercard-link-click" data-octo-dimensions=3D"link_type:self" =
href=3D"https://github.com/ianswett">@ianswett</a>'s proposal of removing t=
he length from self-terminating frames, <a href=3D"https://github.com/quicw=
g/base-drafts/pull/2235#issuecomment-451296608" data-hovercard-type=3D"pull=
_request" data-hovercard-url=3D"/quicwg/base-drafts/pull/2235/hovercard">ev=
en if some consider it over-engineering</a>.</p>

<p style=3D"font-size:small;-webkit-text-size-adjust:none;color:#666;">&mda=
sh;<br />You are receiving this because you are subscribed to this thread.<=
br />Reply to this email directly, <a href=3D"https://github.com/quicwg/bas=
e-drafts/issues/2291#issuecomment-452072557">view it on GitHub</a>, or <a h=
ref=3D"https://github.com/notifications/unsubscribe-auth/AWbkqzj4hlhRSByVNy=
KrKBm4kbD8Racgks5vA69sgaJpZM4ZpBt0">mute the thread</a>.<img src=3D"https:/=
/github.com/notifications/beacon/AWbkqw2S0FDAX14uBDjx_6MzmX1z4r-Sks5vA69sga=
JpZM4ZpBt0.gif" height=3D"1" width=3D"1" alt=3D"" /></p>
<script type=3D"application/json" data-scope=3D"inboxmarkup">{"api_version"=
:"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name":"Gi=
tHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"quicwg=
/base-drafts","subtitle":"GitHub repository","main_image_url":"https://gith=
ub.githubassets.com/images/email/message_cards/header.png","avatar_image_ur=
l":"https://github.githubassets.com/images/email/message_cards/avatar.png",=
"action":{"name":"Open in GitHub","url":"https://github.com/quicwg/base-dra=
fts"}},"updates":{"snippets":[{"icon":"PERSON","message":"@DavidSchinazi in=
 #2291: My thought when I opened this issue was that if we have self-termin=
ating frames that include a redundant length, then we should use that lengt=
h for extensibility. I'm also fine with @ianswett's proposal of removing th=
e length from self-terminating frames, [even if some consider it over-engin=
eering](https://github.com/quicwg/base-drafts/pull/2235#issuecomment-451296=
608)."}],"action":{"name":"View Issue","url":"https://github.com/quicwg/bas=
e-drafts/issues/2291#issuecomment-452072557"}}}</script>
<script type=3D"application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/issues/2291#issuecomment-4=
52072557",
"url": "https://github.com/quicwg/base-drafts/issues/2291#issuecomment-4520=
72557",
"name": "View Issue"
},
"description": "View this Issue on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>=

----==_mimepart_5c33b7ecb2bc7_96c3fe6abcd45c0396020--


From nobody Mon Jan  7 12:43: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 3896C12D7EA for <quic-issues@ietfa.amsl.com>; Mon,  7 Jan 2019 12:43:06 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -6.447
X-Spam-Level: 
X-Spam-Status: No, score=-6.447 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIMWL_WL_HIGH=-0.065, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, HTML_IMAGE_ONLY_24=1.618, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-1, RCVD_IN_DNSWL_HI=-5, SPF_PASS=-0.001] autolearn=ham autolearn_force=no
Authentication-Results: ietfa.amsl.com (amavisd-new); dkim=pass (1024-bit key) header.d=github.com
Received: from mail.ietf.org ([4.31.198.44]) by localhost (ietfa.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id P6K5j1mjA88K for <quic-issues@ietfa.amsl.com>; Mon,  7 Jan 2019 12:43: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 7EDF1124D68 for <quic-issues@ietf.org>; Mon,  7 Jan 2019 12:43:04 -0800 (PST)
Date: Mon, 07 Jan 2019 12:43:03 -0800
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1546893783; bh=m4o+P6OnR/cTCphcMyj/5lqHw7w/RLLUQtY9/wuDpVs=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=yCLNLEA1PyZiIe9X+JK/l7FIrpWVvHviS1Au8fkf5C1bM8AAWVHr7d0Mr13U68GQp iuwOcZYXgctjy5rfjJnoS/47i8iZuUvM3GLLL4OO/qFONcvehNbG/J/tOR/lLhxfQg I2vc80tBd84h4SrTwsq1VWYc7Rqr9CJcZwlL77k4=
From: MikkelFJ <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+0166e4ab7a2f98d0354bc2796280e8d146d714902288cf7b92cf00000001184b7bd792a169ce1797273c@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/issues/2291/452074997@github.com>
In-Reply-To: <quicwg/base-drafts/issues/2291@github.com>
References: <quicwg/base-drafts/issues/2291@github.com>
Subject: Re: [quicwg/base-drafts] Allow extra data after self-terminating h3 frames (#2291)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5c33b9d7412a4_72f53f90c74d45bc30216d"; 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/GeUdTYwCHdAJALzvJen70cqHz2I>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
List-Id: Notification list for GitHub issues related to the QUIC WG <quic-issues.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=unsubscribe>
List-Archive: <https://mailarchive.ietf.org/arch/browse/quic-issues/>
List-Post: <mailto:quic-issues@ietf.org>
List-Help: <mailto:quic-issues-request@ietf.org?subject=help>
List-Subscribe: <https://www.ietf.org/mailman/listinfo/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=subscribe>
X-List-Received-Date: Mon, 07 Jan 2019 20:43:06 -0000

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

I'm not against TLV vs TV when omitting the length is given by a known type (I have argued that before). But reserving half the numeric space for TV values when you need to know the type anyway to decode the TV field, that is what I consider overengineering.

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

<p>I'm not against TLV vs TV when omitting the length is given by a known type (I have argued that before). But reserving half the numeric space for TV values when you need to know the type anyway to decode the TV field, that is what I consider overengineering.</p>

<p style="font-size:small;-webkit-text-size-adjust:none;color:#666;">&mdash;<br />You are receiving this because you are subscribed to this thread.<br />Reply to this email directly, <a href="https://github.com/quicwg/base-drafts/issues/2291#issuecomment-452074997">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AWbkq64ncoktzTPAaUj-Qz30v-_e4JEKks5vA7FXgaJpZM4ZpBt0">mute the thread</a>.<img src="https://github.com/notifications/beacon/AWbkq2IDpOoW2pjPMrrxzNGRR4xPpvJ8ks5vA7FXgaJpZM4ZpBt0.gif" height="1" width="1" alt="" /></p>
<script type="application/json" data-scope="inboxmarkup">{"api_version":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name":"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"https://github.githubassets.com/images/email/message_cards/header.png","avatar_image_url":"https://github.githubassets.com/images/email/message_cards/avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/quicwg/base-drafts"}},"updates":{"snippets":[{"icon":"PERSON","message":"@mikkelfj in #2291: I'm not against TLV vs TV when omitting the length is given by a known type (I have argued that before). But reserving half the numeric space for TV values when you need to know the type anyway to decode the TV field, that is what I consider overengineering."}],"action":{"name":"View Issue","url":"https://github.com/quicwg/base-drafts/issues/2291#issuecomment-452074997"}}}</script>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/issues/2291#issuecomment-452074997",
"url": "https://github.com/quicwg/base-drafts/issues/2291#issuecomment-452074997",
"name": "View Issue"
},
"description": "View this Issue on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>
----==_mimepart_5c33b9d7412a4_72f53f90c74d45bc30216d--


From nobody Mon Jan  7 12:45: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 89B0612D7EA for <quic-issues@ietfa.amsl.com>; Mon,  7 Jan 2019 12:45:38 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -6.447
X-Spam-Level: 
X-Spam-Status: No, score=-6.447 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIMWL_WL_HIGH=-0.065, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, HTML_IMAGE_ONLY_24=1.618, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-1, RCVD_IN_DNSWL_HI=-5, SPF_PASS=-0.001] autolearn=ham autolearn_force=no
Authentication-Results: ietfa.amsl.com (amavisd-new); dkim=pass (1024-bit key) header.d=github.com
Received: from mail.ietf.org ([4.31.198.44]) by localhost (ietfa.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id Zr5YGsciPx6Q for <quic-issues@ietfa.amsl.com>; Mon,  7 Jan 2019 12:45:36 -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 B28E6124D68 for <quic-issues@ietf.org>; Mon,  7 Jan 2019 12:45:36 -0800 (PST)
Date: Mon, 07 Jan 2019 12:45:35 -0800
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1546893935; bh=ePWEpU7qQ27rV6tcrUrT8tV6EDYA2BkqW+R6Vpy75+s=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=xcFVO9BJmy8U/QVZ90oME1uUAf8XuJ1n9BNe6+PDqgwDMWrB10vAhA8COAejKu5RY TNIezrGw8HgpLRQgV0BtA8UIMPYxC505h+n/6rR2YfBXkGCGl9CzbXM0sVZv8PbsPm PDdzxME37hx9286KunB/DfYq/PXSsj+SwCRoiIMs=
From: MikkelFJ <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+0166e4ab7c7ae1bab933f557e7eaeb7192d2fdd2e173124292cf00000001184b7c6f92a169ce1762ed93@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/issues/2205/452075712@github.com>
In-Reply-To: <quicwg/base-drafts/issues/2205@github.com>
References: <quicwg/base-drafts/issues/2205@github.com>
Subject: Re: [quicwg/base-drafts] Largest acked in ACK frame MUST NOT decrease (#2205)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5c33ba6fc6a41_46883f8f0e0d45bc41768d"; 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/QaNE38L3st1Nz08pEBOG-PgVfWc>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
List-Id: Notification list for GitHub issues related to the QUIC WG <quic-issues.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=unsubscribe>
List-Archive: <https://mailarchive.ietf.org/arch/browse/quic-issues/>
List-Post: <mailto:quic-issues@ietf.org>
List-Help: <mailto:quic-issues-request@ietf.org?subject=help>
List-Subscribe: <https://www.ietf.org/mailman/listinfo/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=subscribe>
X-List-Received-Date: Mon, 07 Jan 2019 20:45:38 -0000

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

Just a stray thought: is this requirement really strictly needed? It would complicate trasnmitters that split work into multiple processing units which might not be fully synced on the latest ACK'ed.

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

<p>Just a stray thought: is this requirement really strictly needed? It would complicate trasnmitters that split work into multiple processing units which might not be fully synced on the latest ACK'ed.</p>

<p style="font-size:small;-webkit-text-size-adjust:none;color:#666;">&mdash;<br />You are receiving this because you are subscribed to this thread.<br />Reply to this email directly, <a href="https://github.com/quicwg/base-drafts/issues/2205#issuecomment-452075712">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AWbkqz1I4kljQY6jkfban9JvddL8rc9dks5vA7HvgaJpZM4ZZLl3">mute the thread</a>.<img src="https://github.com/notifications/beacon/AWbkqzPkjix6Jdw3krO-DgUoP5I4bgmkks5vA7HvgaJpZM4ZZLl3.gif" height="1" width="1" alt="" /></p>
<script type="application/json" data-scope="inboxmarkup">{"api_version":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name":"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"https://github.githubassets.com/images/email/message_cards/header.png","avatar_image_url":"https://github.githubassets.com/images/email/message_cards/avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/quicwg/base-drafts"}},"updates":{"snippets":[{"icon":"PERSON","message":"@mikkelfj in #2205: Just a stray thought: is this requirement really strictly needed? It would complicate trasnmitters that split work into multiple processing units which might not be fully synced on the latest ACK'ed."}],"action":{"name":"View Issue","url":"https://github.com/quicwg/base-drafts/issues/2205#issuecomment-452075712"}}}</script>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/issues/2205#issuecomment-452075712",
"url": "https://github.com/quicwg/base-drafts/issues/2205#issuecomment-452075712",
"name": "View Issue"
},
"description": "View this Issue on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>
----==_mimepart_5c33ba6fc6a41_46883f8f0e0d45bc41768d--


From nobody Mon Jan  7 12:47:38 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 08C3112D7EA for <quic-issues@ietfa.amsl.com>; Mon,  7 Jan 2019 12:47:37 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -1.447
X-Spam-Level: 
X-Spam-Status: No, score=-1.447 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIMWL_WL_HIGH=-0.065, DKIM_SIGNED=0.1, DKIM_VALID=-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_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 tN1oA8ytsqB1 for <quic-issues@ietfa.amsl.com>; Mon,  7 Jan 2019 12:47:35 -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 5B654124D68 for <quic-issues@ietf.org>; Mon,  7 Jan 2019 12:47:35 -0800 (PST)
DKIM-Signature: v=1; a=rsa-sha1; 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=zS9FW3/6INLSy4oHPd2kLuaikDI=; b=p0iZckF4nWTgk2C7 3p6Dqe6q8O1ufSkHaDZx4A3TjOL0ySAWVbzSAVaNofphkVyNTnBbB3+np6WyV0TL P10/QOs9zjTgJy5IeRtsPjW8F1DKO2Z++lnFCzgzM/xLcsSbnbXmcJCRXZRBPkvc qnElHZn3fhiNIsIGh3bjXTJR0sc=
Received: by filter0176p1iad2.sendgrid.net with SMTP id filter0176p1iad2-8831-5C33BAE6-6 2019-01-07 20:47:34.114778351 +0000 UTC m=+324762.125756811
Received: from github-lowworker-fc273f0.cp1-iad.github.net (unknown [192.30.252.33]) by ismtpd0051p1iad1.sendgrid.net (SG) with ESMTP id xpheYsdzRGCaJ2nGD0p7aQ for <quic-issues@ietf.org>; Mon, 07 Jan 2019 20:47:34.011 +0000 (UTC)
Received: from github.com (localhost [127.0.0.1]) by github-lowworker-fc273f0.cp1-iad.github.net (Postfix) with ESMTP id 00366C0A8B for <quic-issues@ietf.org>; Mon,  7 Jan 2019 12:47:34 -0800 (PST)
Date: Mon, 07 Jan 2019 20:47:34 +0000 (UTC)
From: MikkelFJ <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+0166e4aba025e775776c74c0cd32d41fe5d3caf338b4d5f092cf00000001184b7ce592a169ce17a42515@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/pull/2312/c452076253@github.com>
In-Reply-To: <quicwg/base-drafts/pull/2312@github.com>
References: <quicwg/base-drafts/pull/2312@github.com>
Subject: Re: [quicwg/base-drafts] endpoints are allowed to retransmit entire payload of a lost packet (#2312)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5c33bae5f233e_22893f9ed48d45c043001b"; 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
X-SG-EID: l64QuQ2uJCcEyUykJbxN122A6QRmEpucztpreh3Pak1oC+/lxrdDB/6lIHoCfbllR1xjBDetpGu+q3 tZ6B6+mNVKfK8rMyxHYNWPw3dqUQuJCevApgLoCVPKin9VAvqQq+o1S3vRmcaYiinPEKN5Rn66EjjQ 7J53KR2seuod8cVVn3wZGcJYF7Wfsj1fl4DTJZgDznES0hJkN9xpJlP92Q==
Archived-At: <https://mailarchive.ietf.org/arch/msg/quic-issues/b1ztZW7ZdUF8WfwdvSGpgOx_-nA>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
List-Id: Notification list for GitHub issues related to the QUIC WG <quic-issues.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=unsubscribe>
List-Archive: <https://mailarchive.ietf.org/arch/browse/quic-issues/>
List-Post: <mailto:quic-issues@ietf.org>
List-Help: <mailto:quic-issues-request@ietf.org?subject=help>
List-Subscribe: <https://www.ietf.org/mailman/listinfo/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=subscribe>
X-List-Received-Date: Mon, 07 Jan 2019 20:47:37 -0000

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

If you want to be explicit, perhaps also mention that stream ranges can be retransmitted with different boundaries or partially, if this isn't already covered by some 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/2312#issuecomment-452076253
----==_mimepart_5c33bae5f233e_22893f9ed48d45c043001b
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

<p>If you want to be explicit, perhaps also mention that stream ranges can be retransmitted with different boundaries or partially, if this isn't already covered by some 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/2312#issuecomment-452076253">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AWbkqwlnXVmgB44vt9yABmnhhOBxJ_9Dks5vA7JlgaJpZM4Z0PeA">mute the thread</a>.<img src="https://github.com/notifications/beacon/AWbkqwnPxAVw0Ig0C3-LUfZ1bwj6ZuL3ks5vA7JlgaJpZM4Z0PeA.gif" height="1" width="1" alt="" /></p>
<script type="application/json" data-scope="inboxmarkup">{"api_version":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name":"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"https://github.githubassets.com/images/email/message_cards/header.png","avatar_image_url":"https://github.githubassets.com/images/email/message_cards/avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/quicwg/base-drafts"}},"updates":{"snippets":[{"icon":"PERSON","message":"@mikkelfj in #2312: If you want to be explicit, perhaps also mention that stream ranges can be retransmitted with different boundaries or partially, if this isn't already covered by some existing text."}],"action":{"name":"View Pull Request","url":"https://github.com/quicwg/base-drafts/pull/2312#issuecomment-452076253"}}}</script>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/pull/2312#issuecomment-452076253",
"url": "https://github.com/quicwg/base-drafts/pull/2312#issuecomment-452076253",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>
----==_mimepart_5c33bae5f233e_22893f9ed48d45c043001b--


From nobody Mon Jan  7 12:50: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 892F512D7EA for <quic-issues@ietfa.amsl.com>; Mon,  7 Jan 2019 12:50:06 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -6.447
X-Spam-Level: 
X-Spam-Status: No, score=-6.447 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIMWL_WL_HIGH=-0.065, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, HTML_IMAGE_ONLY_24=1.618, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-1, RCVD_IN_DNSWL_HI=-5, SPF_PASS=-0.001] autolearn=ham autolearn_force=no
Authentication-Results: ietfa.amsl.com (amavisd-new); dkim=pass (1024-bit key) header.d=github.com
Received: from mail.ietf.org ([4.31.198.44]) by localhost (ietfa.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 39Vg19VbB3Sh for <quic-issues@ietfa.amsl.com>; Mon,  7 Jan 2019 12:50:05 -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 03B79124D68 for <quic-issues@ietf.org>; Mon,  7 Jan 2019 12:50:05 -0800 (PST)
Date: Mon, 07 Jan 2019 12:50:04 -0800
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1546894204; bh=wtBkxjT4mlaJnevaeqqXcY11/Q1e4ryv/tKD9A1GuN0=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=Fiq5ILbhlYJBXhIjM2CS/bwe1bHC8el2bEU69ipNrB/eYcV6BMLpezDpTB2KcjOVQ ze/pZ2mj8+mmta1ZZ04mI8cbJqIVFrWWNFLyItwpddxEfkLAFpRuV98EXjj/jMoZcI RCO03g2LJfA/l+GlJG1ts90v4/X+wS+zgKRNqwRY=
From: MikkelFJ <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+0166e4abbcda1a19614884b70f4882d722b16bce04dac0dc92cf00000001184b7d7c92a169ce179fc90b@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/issues/2309/452076995@github.com>
In-Reply-To: <quicwg/base-drafts/issues/2309@github.com>
References: <quicwg/base-drafts/issues/2309@github.com>
Subject: Re: [quicwg/base-drafts] Migration before handshake completed is very messy (#2309)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5c33bb7c52e8_7de13fe9682d45c42551db"; 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/HxDOVtErfH5y4OXNvx01-eFDPZo>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
List-Id: Notification list for GitHub issues related to the QUIC WG <quic-issues.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=unsubscribe>
List-Archive: <https://mailarchive.ietf.org/arch/browse/quic-issues/>
List-Post: <mailto:quic-issues@ietf.org>
List-Help: <mailto:quic-issues-request@ietf.org?subject=help>
List-Subscribe: <https://www.ietf.org/mailman/listinfo/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=subscribe>
X-List-Received-Date: Mon, 07 Jan 2019 20:50:06 -0000

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

There is also the client cert auth post handshake thing (which I don't understand, but I would assume it also depends on a clear definition of when the handshake is 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/issues/2309#issuecomment-452076995
----==_mimepart_5c33bb7c52e8_7de13fe9682d45c42551db
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

<p>There is also the client cert auth post handshake thing (which I don't understand, but I would assume it also depends on a clear definition of when the handshake is 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/issues/2309#issuecomment-452076995">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AWbkq_dUNKd4MvF3yDkbX5kon2gaFW_Uks5vA7L8gaJpZM4Zy3KE">mute the thread</a>.<img src="https://github.com/notifications/beacon/AWbkq7xx6G8Fbgv12vCovzYZ9d7hXPCTks5vA7L8gaJpZM4Zy3KE.gif" height="1" width="1" alt="" /></p>
<script type="application/json" data-scope="inboxmarkup">{"api_version":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name":"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"https://github.githubassets.com/images/email/message_cards/header.png","avatar_image_url":"https://github.githubassets.com/images/email/message_cards/avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/quicwg/base-drafts"}},"updates":{"snippets":[{"icon":"PERSON","message":"@mikkelfj in #2309: There is also the client cert auth post handshake thing (which I don't understand, but I would assume it also depends on a clear definition of when the handshake is complete."}],"action":{"name":"View Issue","url":"https://github.com/quicwg/base-drafts/issues/2309#issuecomment-452076995"}}}</script>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/issues/2309#issuecomment-452076995",
"url": "https://github.com/quicwg/base-drafts/issues/2309#issuecomment-452076995",
"name": "View Issue"
},
"description": "View this Issue on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>
----==_mimepart_5c33bb7c52e8_7de13fe9682d45c42551db--


From nobody Mon Jan  7 12:59: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 A16F3126DBF for <quic-issues@ietfa.amsl.com>; Mon,  7 Jan 2019 12:59:36 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -8.065
X-Spam-Level: 
X-Spam-Status: No, score=-8.065 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIMWL_WL_HIGH=-0.065, 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_PASS=-0.001] autolearn=ham autolearn_force=no
Authentication-Results: ietfa.amsl.com (amavisd-new); dkim=pass (1024-bit key) header.d=github.com
Received: from mail.ietf.org ([4.31.198.44]) by localhost (ietfa.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 3j5Rxdd1Zdad for <quic-issues@ietfa.amsl.com>; Mon,  7 Jan 2019 12:59:35 -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 024C3124D68 for <quic-issues@ietf.org>; Mon,  7 Jan 2019 12:59:34 -0800 (PST)
Date: Mon, 07 Jan 2019 12:59:34 -0800
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1546894774; bh=wgFN5Tem9vx4dyUiRNN9ZeyEFpciHzmBfJGL3+2cCT4=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=H/vKmesqvCLPqtQ4wd8mrRvsdj9oqQPylCEH3CFFc75rhAEqIQQoKLPUToM8wTNCn 0EcfLQ/Q5ZTB4nR7BjD7uCQ4MavcZKN73dN40DVX11qes/iRaKDCFuHWIllSFwUw6j k5/4+B+bcrSAS5RUV22HAQodODdpeoQOfDPQKq/w=
From: Mike Bishop <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+0166e4abcf5f0d8713e209f56840a932b001c2b0bdac0ba892cf00000001184b7fb692a169ce17707fcb@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/pull/2235/c452079678@github.com>
In-Reply-To: <quicwg/base-drafts/pull/2235@github.com>
References: <quicwg/base-drafts/pull/2235@github.com>
Subject: Re: [quicwg/base-drafts] Make HTTP frames a TLV format. This has several advantages: (#2235)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5c33bdb62c06a_3d903fdafd8d45c425129e"; 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/_5hKMNy4pJlGxYdN8vsKciADYjw>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
List-Id: Notification list for GitHub issues related to the QUIC WG <quic-issues.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=unsubscribe>
List-Archive: <https://mailarchive.ietf.org/arch/browse/quic-issues/>
List-Post: <mailto:quic-issues@ietf.org>
List-Help: <mailto:quic-issues-request@ietf.org?subject=help>
List-Subscribe: <https://www.ietf.org/mailman/listinfo/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=subscribe>
X-List-Received-Date: Mon, 07 Jan 2019 20:59:37 -0000

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

The previous discussion was #1351.  The conclusion there was that the order doesn't matter a great deal (under the assumption that you need both), and so consistency with HTTP/2 was the tie-break.

If there's a desire to enable length-less frames, that's an argument for TLV.  However, I don't think switching on the type value first is terribly compelling -- there doesn't seem to be a great difference between:
- passing your frame parser the type and expecting it to tell you how many bytes of the stream it processed and whether the frame was valid
- passing your frame parser the type and length and expecting it to tell you if the frame was mis-sized

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

<p>The previous discussion was <a class=3D"issue-link js-issue-link" data=
-error-text=3D"Failed to load issue title" data-id=3D"322299630" data-per=
mission-text=3D"Issue title is private" data-url=3D"https://github.com/qu=
icwg/base-drafts/issues/1351" data-hovercard-type=3D"issue" data-hovercar=
d-url=3D"/quicwg/base-drafts/issues/1351/hovercard" href=3D"https://githu=
b.com/quicwg/base-drafts/issues/1351">#1351</a>.  The conclusion there wa=
s that the order doesn't matter a great deal (under the assumption that y=
ou need both), and so consistency with HTTP/2 was the tie-break.</p>
<p>If there's a desire to enable length-less frames, that's an argument f=
or TLV.  However, I don't think switching on the type value first is terr=
ibly compelling -- there doesn't seem to be a great difference between:</=
p>
<ul>
<li>passing your frame parser the type and expecting it to tell you how m=
any bytes of the stream it processed and whether the frame was valid</li>=

<li>passing your frame parser the type and length and expecting it to tel=
l you if the frame was mis-sized</li>
</ul>

<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/2235#issuecomment-452079678">view it on GitHub</a>, o=
r <a href=3D"https://github.com/notifications/unsubscribe-auth/AWbkqwd-Wr=
M73npcwBspfP4wW1yjDg5Iks5vA7U2gaJpZM4ZdEz2">mute the thread</a>.<img src=3D=
"https://github.com/notifications/beacon/AWbkq70BTGBfJqQJ4alXR2r96GI-OVD8=
ks5vA7U2gaJpZM4ZdEz2.gif" height=3D"1" width=3D"1" alt=3D"" /></p>
<script type=3D"application/json" data-scope=3D"inboxmarkup">{"api_versio=
n":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name"=
:"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"=
quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"http=
s://github.githubassets.com/images/email/message_cards/header.png","avata=
r_image_url":"https://github.githubassets.com/images/email/message_cards/=
avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/q=
uicwg/base-drafts"}},"updates":{"snippets":[{"icon":"PERSON","message":"@=
MikeBishop in #2235: The previous discussion was #1351.  The conclusion t=
here was that the order doesn't matter a great deal (under the assumption=
 that you need both), and so consistency with HTTP/2 was the tie-break.\r=
\n\r\nIf there's a desire to enable length-less frames, that's an argumen=
t for TLV.  However, I don't think switching on the type value first is t=
erribly compelling -- there doesn't seem to be a great difference between=
:\r\n- passing your frame parser the type and expecting it to tell you ho=
w many bytes of the stream it processed and whether the frame was valid\r=
\n- passing your frame parser the type and length and expecting it to tel=
l you if the frame was mis-sized"}],"action":{"name":"View Pull Request",=
"url":"https://github.com/quicwg/base-drafts/pull/2235#issuecomment-45207=
9678"}}}</script>
<script type=3D"application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/pull/2235#issuecomment-4=
52079678",
"url": "https://github.com/quicwg/base-drafts/pull/2235#issuecomment-4520=
79678",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>=

----==_mimepart_5c33bdb62c06a_3d903fdafd8d45c425129e--


From nobody Mon Jan  7 13:17: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 290E112D4F0 for <quic-issues@ietfa.amsl.com>; Mon,  7 Jan 2019 13:17:17 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -8.065
X-Spam-Level: 
X-Spam-Status: No, score=-8.065 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIMWL_WL_HIGH=-0.065, 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_PASS=-0.001] autolearn=ham autolearn_force=no
Authentication-Results: ietfa.amsl.com (amavisd-new); dkim=pass (1024-bit key) header.d=github.com
Received: from mail.ietf.org ([4.31.198.44]) by localhost (ietfa.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id VtzFWofTnsQZ for <quic-issues@ietfa.amsl.com>; Mon,  7 Jan 2019 13: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 C1F4912D7F8 for <quic-issues@ietf.org>; Mon,  7 Jan 2019 13:17:14 -0800 (PST)
Date: Mon, 07 Jan 2019 13:17:12 -0800
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1546895832; bh=CFQCkIge4tuikRHFzwuKrG1GgpZiD9NbmKYOzaJIEQU=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=qU8SFqmIMB5eQCkChbjHhDuQF7IiivClFd0einaAv2VRZtTaELGAO+HTU8v5apzAK FJho9Psu/yS5gqNj3bIH1SUBN5A8nvjmdGD4WBQBrxXIjG4Tv6sebNqkCbDGeFMuLi 2D9Icoa1JSQfhDEBy4RpuFQuXBkitfqrwaU9rBIo=
From: Mike Bishop <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+0166e4ab7d6b191f42a73c8ac0b5bfd7121b850f3d499ace92cf00000001184b83d892a169ce17706d7a@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/issues/2224/452084827@github.com>
In-Reply-To: <quicwg/base-drafts/issues/2224@github.com>
References: <quicwg/base-drafts/issues/2224@github.com>
Subject: Re: [quicwg/base-drafts] Why do control streams need to be typed? (#2224)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5c33c1d8977bf_3eb83fae74cd45bc165242"; 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/pwFMpT5ZVC72YWZ83hsYeRpW0Ro>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
List-Id: Notification list for GitHub issues related to the QUIC WG <quic-issues.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=unsubscribe>
List-Archive: <https://mailarchive.ietf.org/arch/browse/quic-issues/>
List-Post: <mailto:quic-issues@ietf.org>
List-Help: <mailto:quic-issues-request@ietf.org?subject=help>
List-Subscribe: <https://www.ietf.org/mailman/listinfo/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=subscribe>
X-List-Received-Date: Mon, 07 Jan 2019 21:17:17 -0000

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

I think it's been established that we have consensus to have typed streams.  It would be possible to pre-assign Stream IDs to the control streams and only use a type byte on higher stream IDs.  However, it seems more consistent to use a single mechanism for all unidirectional streams than creating such a hybrid scheme.

> Is this isolation principle formulated anywhere btw., transport, or a companion governance'ish draft?

The principle I've attempted to maintain is that a stream, once received from the transport, has properties which include the ID, uni/bidi, direction, etc.  However, any relationship between those things is the transport's business and the HTTP layer doesn't make assumptions about them.  Likewise, the application shouldn't ever have to go to the transport and get a particular stream by ID, because that encodes implicit assumptions about the type, direction, etc.

That's primarily been articulated in discussions; it's not a formal protocol property.  However, it helps to ensure that HTTP/3 doesn't have to be revved for future versions of the transport which might change those relationships.

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

<p>I think it's been established that we have consensus to have typed str=
eams.  It would be possible to pre-assign Stream IDs to the control strea=
ms and only use a type byte on higher stream IDs.  However, it seems more=
 consistent to use a single mechanism for all unidirectional streams than=
 creating such a hybrid scheme.</p>
<blockquote>
<p>Is this isolation principle formulated anywhere btw., transport, or a =
companion governance'ish draft?</p>
</blockquote>
<p>The principle I've attempted to maintain is that a stream, once receiv=
ed from the transport, has properties which include the ID, uni/bidi, dir=
ection, etc.  However, any relationship between those things is the trans=
port's business and the HTTP layer doesn't make assumptions about them.  =
Likewise, the application shouldn't ever have to go to the transport and =
get a particular stream by ID, because that encodes implicit assumptions =
about the type, direction, etc.</p>
<p>That's primarily been articulated in discussions; it's not a formal pr=
otocol property.  However, it helps to ensure that HTTP/3 doesn't have to=
 be revved for future versions of the transport which might change those =
relationships.</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/2224#issuecomment-452084827">view it on GitHub</a>,=
 or <a href=3D"https://github.com/notifications/unsubscribe-auth/AWbkq-99=
hcL3RwyieAGbn58F3Xq2Enjzks5vA7lYgaJpZM4ZdDi3">mute the thread</a>.<img sr=
c=3D"https://github.com/notifications/beacon/AWbkq-L5cBt0-TVB-u6B7cINKmG7=
BQtEks5vA7lYgaJpZM4ZdDi3.gif" height=3D"1" width=3D"1" alt=3D"" /></p>
<script type=3D"application/json" data-scope=3D"inboxmarkup">{"api_versio=
n":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name"=
:"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"=
quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"http=
s://github.githubassets.com/images/email/message_cards/header.png","avata=
r_image_url":"https://github.githubassets.com/images/email/message_cards/=
avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/q=
uicwg/base-drafts"}},"updates":{"snippets":[{"icon":"PERSON","message":"@=
MikeBishop in #2224: I think it's been established that we have consensus=
 to have typed streams.  It would be possible to pre-assign Stream IDs to=
 the control streams and only use a type byte on higher stream IDs.  Howe=
ver, it seems more consistent to use a single mechanism for all unidirect=
ional streams than creating such a hybrid scheme.\r\n\r\n\u003e Is this i=
solation principle formulated anywhere btw., transport, or a companion go=
vernance'ish draft?\r\n\r\nThe principle I've attempted to maintain is th=
at a stream, once received from the transport, has properties which inclu=
de the ID, uni/bidi, direction, etc.  However, any relationship between t=
hose things is the transport's business and the HTTP layer doesn't make a=
ssumptions about them.  Likewise, the application shouldn't ever have to =
go to the transport and get a particular stream by ID, because that encod=
es implicit assumptions about the type, direction, etc.\r\n\r\nThat's pri=
marily been articulated in discussions; it's not a formal protocol proper=
ty.  However, it helps to ensure that HTTP/3 doesn't have to be revved fo=
r future versions of the transport which might change those relationships=
."}],"action":{"name":"View Issue","url":"https://github.com/quicwg/base-=
drafts/issues/2224#issuecomment-452084827"}}}</script>
<script type=3D"application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/issues/2224#issuecomment=
-452084827",
"url": "https://github.com/quicwg/base-drafts/issues/2224#issuecomment-45=
2084827",
"name": "View Issue"
},
"description": "View this Issue on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>=

----==_mimepart_5c33c1d8977bf_3eb83fae74cd45bc165242--


From nobody Mon Jan  7 13:36: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 24E1312D7EA for <quic-issues@ietfa.amsl.com>; Mon,  7 Jan 2019 13:36:41 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -8.065
X-Spam-Level: 
X-Spam-Status: No, score=-8.065 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIMWL_WL_HIGH=-0.065, 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_PASS=-0.001] autolearn=ham autolearn_force=no
Authentication-Results: ietfa.amsl.com (amavisd-new); dkim=pass (1024-bit key) header.d=github.com
Received: from mail.ietf.org ([4.31.198.44]) by localhost (ietfa.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id kqeRoPi5MsMK for <quic-issues@ietfa.amsl.com>; Mon,  7 Jan 2019 13:36: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 063EE12D4F0 for <quic-issues@ietf.org>; Mon,  7 Jan 2019 13:36:39 -0800 (PST)
Date: Mon, 07 Jan 2019 13:36:38 -0800
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1546896998; bh=/JjxsjiecaRgD5tznY4SU9n8Lt8muosG0ZUFpBMfec8=; h=Date:From:Reply-To:To:Cc:Subject:List-ID:List-Archive:List-Post: List-Unsubscribe:From; b=OmRrp2T3gex4UZSZB8mkywqcxIJvYfLII+On4miNklFeH9kI0x0+WtNm9hjwX8k81 ZDuJzL64LFW92jGT+6/+utgq7qa5q6gLqsOBcj49rh90MPc4cOTIOgmC/6trH4PvpL 3bOpwOUTScjNL1toMSxCp14vMjm1qtMyQigBYALA=
From: David Schinazi <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+0166e4abd62eeb286045971b40fa3d176594a89d881f1a9e92cf00000001184b886592a169ce17a48a98@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/pull/2313@github.com>
Subject: [quicwg/base-drafts] Proposal to make Version Negotiation more like Retry to punt VN to QUICv2 (#2313)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5c33c6661476_17df3fa1740d45bc4802d9"; 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/DxKNyzM4LE_cG-Idy7sufba9u08>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
List-Id: Notification list for GitHub issues related to the QUIC WG <quic-issues.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=unsubscribe>
List-Archive: <https://mailarchive.ietf.org/arch/browse/quic-issues/>
List-Post: <mailto:quic-issues@ietf.org>
List-Help: <mailto:quic-issues-request@ietf.org?subject=help>
List-Subscribe: <https://www.ietf.org/mailman/listinfo/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=subscribe>
X-List-Received-Date: Mon, 07 Jan 2019 21:36:41 -0000

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

We've been talking about Version Negotiation (VN) for a while, as the current design isn't perfect yet. In particular, it is vulnerable to subtle deadlocks and downgrades and requires a full RTT.

I have a proposal for the WG that would effectively punt this issue, allowing us to focus on other QUICv1 deliverables until we actually need VN and have deployment experience.

I'm working with the following assumptions:
- when we'll have clients and servers supporting both QUICv1 and QUICv2, we will not be willing to pay a full RTT to negotiate which version to use
- when we standardize QUICv1, we will not know what QUICv2 will look like, so cannot design compatible VN in v1 and be sure it will work with v2
- compatible VN can rely on transport parameters, so it will be possible to standardize it later as an extension to QUICv1

The proposal is to make VN packets a fatal error that effectively kills the first connection, and have them transmit a new connection ID to allow clients to create a new connection that will hit the same server (or not, based on server preference). In terms of wire format, this makes VN more like Retry by making the server send a new connection ID to the client.

(Note that this was mostly inspired by EKR's proposals.)
You can view, comment on, or merge this pull request online at:

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

-- Commit Summary --

  * Proposal to make Version Negotiation more like Retry to punt VN to QUICv2

-- File Changes --

    M draft-ietf-quic-transport.md (231)

-- Patch Links --

https://github.com/quicwg/base-drafts/pull/2313.patch
https://github.com/quicwg/base-drafts/pull/2313.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/2313

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

<p>We've been talking about Version Negotiation (VN) for a while, as the current design isn't perfect yet. In particular, it is vulnerable to subtle deadlocks and downgrades and requires a full RTT.</p>
<p>I have a proposal for the WG that would effectively punt this issue, allowing us to focus on other QUICv1 deliverables until we actually need VN and have deployment experience.</p>
<p>I'm working with the following assumptions:</p>
<ul>
<li>when we'll have clients and servers supporting both QUICv1 and QUICv2, we will not be willing to pay a full RTT to negotiate which version to use</li>
<li>when we standardize QUICv1, we will not know what QUICv2 will look like, so cannot design compatible VN in v1 and be sure it will work with v2</li>
<li>compatible VN can rely on transport parameters, so it will be possible to standardize it later as an extension to QUICv1</li>
</ul>
<p>The proposal is to make VN packets a fatal error that effectively kills the first connection, and have them transmit a new connection ID to allow clients to create a new connection that will hit the same server (or not, based on server preference). In terms of wire format, this makes VN more like Retry by making the server send a new connection ID to the client.</p>
<p>(Note that this was mostly inspired by EKR's proposals.)</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/2313'>https://github.com/quicwg/base-drafts/pull/2313</a></p>

<h4>Commit Summary</h4>
<ul>
  <li>Proposal to make Version Negotiation more like Retry to punt VN to QUICv2</li>
</ul>

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

<h4>Patch Links:</h4>
<ul>
  <li><a href='https://github.com/quicwg/base-drafts/pull/2313.patch'>https://github.com/quicwg/base-drafts/pull/2313.patch</a></li>
  <li><a href='https://github.com/quicwg/base-drafts/pull/2313.diff'>https://github.com/quicwg/base-drafts/pull/2313.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/2313">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AWbkqzA-DyjU0PeMoGPAWfKXH39JsE2Tks5vA73mgaJpZM4Z0W3R">mute the thread</a>.<img src="https://github.com/notifications/beacon/AWbkq6yZu2RmlGUMziidjtcQscfsz_Edks5vA73mgaJpZM4Z0W3R.gif" height="1" width="1" alt="" /></p>
<script type="application/json" data-scope="inboxmarkup">{"api_version":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name":"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"https://github.githubassets.com/images/email/message_cards/header.png","avatar_image_url":"https://github.githubassets.com/images/email/message_cards/avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/quicwg/base-drafts"}},"updates":{"snippets":[{"icon":"DESCRIPTION","message":"Proposal to make Version Negotiation more like Retry to punt VN to QUICv2 (#2313)"}],"action":{"name":"View Pull Request","url":"https://github.com/quicwg/base-drafts/pull/2313"}}}</script>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/pull/2313",
"url": "https://github.com/quicwg/base-drafts/pull/2313",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>

----==_mimepart_5c33c6661476_17df3fa1740d45bc4802d9--


From nobody Mon Jan  7 13:39: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 B236312D7EA for <quic-issues@ietfa.amsl.com>; Mon,  7 Jan 2019 13:39:06 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -6.447
X-Spam-Level: 
X-Spam-Status: No, score=-6.447 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIMWL_WL_HIGH=-0.065, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, HTML_IMAGE_ONLY_24=1.618, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-1, RCVD_IN_DNSWL_HI=-5, SPF_PASS=-0.001] autolearn=ham autolearn_force=no
Authentication-Results: ietfa.amsl.com (amavisd-new); dkim=pass (1024-bit key) header.d=github.com
Received: from mail.ietf.org ([4.31.198.44]) by localhost (ietfa.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id rC-S1pfACr0C for <quic-issues@ietfa.amsl.com>; Mon,  7 Jan 2019 13:39: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 D9E6A12D4F0 for <quic-issues@ietf.org>; Mon,  7 Jan 2019 13:39:04 -0800 (PST)
Date: Mon, 07 Jan 2019 13:39:03 -0800
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1546897143; bh=EW8Onivi1H3tH14znkVGFqg6fNaEPWXMQ7cnbZE1RtQ=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=vCFUTpPDXj3UbKlvRI0su0srj5LvJiQC2QclTQkU0maQFQbzjBbIR28hN16RCum+L A5pLJUOnip6g3AzQHhNs3VJ3zJvhlT0L7fmCHSTnF7vKDHod487W5ZBjtKCJde5vnn zsXKhTENaRUJ3WEY8vsdTBAJCYhKKiodb625Q8gk=
From: Kazuho Oku <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+0166e4ab3906b79b79f9755a87bfc08403f3c759bbf78b8792cf00000001184b88f792a169ce17a42515@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/pull/2312/c452091190@github.com>
In-Reply-To: <quicwg/base-drafts/pull/2312@github.com>
References: <quicwg/base-drafts/pull/2312@github.com>
Subject: Re: [quicwg/base-drafts] endpoints are allowed to retransmit entire payload of a lost packet (#2312)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5c33c6f7e3539_76403f9bcf8d45b44195e9"; 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/TvkVY_WqBk020nKLBuoKe_K543I>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
List-Id: Notification list for GitHub issues related to the QUIC WG <quic-issues.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=unsubscribe>
List-Archive: <https://mailarchive.ietf.org/arch/browse/quic-issues/>
List-Post: <mailto:quic-issues@ietf.org>
List-Help: <mailto:quic-issues-request@ietf.org?subject=help>
List-Subscribe: <https://www.ietf.org/mailman/listinfo/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=subscribe>
X-List-Received-Date: Mon, 07 Jan 2019 21:39:07 -0000

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

@mikkelfj While that's possible, I think we should better handle retransmission rules of specific frames in separate PRs.

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/quicwg/base-drafts/pull/2312#issuecomment-452091190
----==_mimepart_5c33c6f7e3539_76403f9bcf8d45b44195e9
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> While that's possible, I think we should better handle retransmission rules of specific frames in separate PRs.</p>

<p style="font-size:small;-webkit-text-size-adjust:none;color:#666;">&mdash;<br />You are receiving this because you are subscribed to this thread.<br />Reply to this email directly, <a href="https://github.com/quicwg/base-drafts/pull/2312#issuecomment-452091190">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AWbkq0n2CG8O_WDR8-Q2t0tZYl1tVm20ks5vA753gaJpZM4Z0PeA">mute the thread</a>.<img src="https://github.com/notifications/beacon/AWbkqz77qCeBlB08Awn7_nA5uVtXZTw0ks5vA753gaJpZM4Z0PeA.gif" height="1" width="1" alt="" /></p>
<script type="application/json" data-scope="inboxmarkup">{"api_version":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name":"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"https://github.githubassets.com/images/email/message_cards/header.png","avatar_image_url":"https://github.githubassets.com/images/email/message_cards/avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/quicwg/base-drafts"}},"updates":{"snippets":[{"icon":"PERSON","message":"@kazuho in #2312: @mikkelfj While that's possible, I think we should better handle retransmission rules of specific frames in separate PRs."}],"action":{"name":"View Pull Request","url":"https://github.com/quicwg/base-drafts/pull/2312#issuecomment-452091190"}}}</script>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/pull/2312#issuecomment-452091190",
"url": "https://github.com/quicwg/base-drafts/pull/2312#issuecomment-452091190",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>
----==_mimepart_5c33c6f7e3539_76403f9bcf8d45b44195e9--


From nobody Mon Jan  7 13:50:56 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 36BA712DF71 for <quic-issues@ietfa.amsl.com>; Mon,  7 Jan 2019 13:50:55 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -1.447
X-Spam-Level: 
X-Spam-Status: No, score=-1.447 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIMWL_WL_HIGH=-0.065, DKIM_SIGNED=0.1, DKIM_VALID=-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_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 7HPu7PdbbDRo for <quic-issues@ietfa.amsl.com>; Mon,  7 Jan 2019 13:50:54 -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 3328812DDA3 for <quic-issues@ietf.org>; Mon,  7 Jan 2019 13:50:54 -0800 (PST)
DKIM-Signature: v=1; a=rsa-sha1; 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=7QShlll+k7dn/XeI/5YcTQ3eo3c=; b=naT9ZrBoqyykAGT4 abjIwqJxl2TAtZ5rgEU42/xhjFOWgQ33frCTZHsGP/dDAPaDPB1Yggb54MP1dLqc lfHtOxVuCN7e5x4FX0v5mPjyN1ZLIWhKeLfELkAQEPB5XCHD0Ja4ARTkT6SzjvNS H19p1bFuNDuvYn71YrVt9/nS1ak=
Received: by filter1181p1las1.sendgrid.net with SMTP id filter1181p1las1-591-5C33C9BD-4 2019-01-07 21:50:53.244629276 +0000 UTC m=+249649.880386453
Received: from github-lowworker-4f62d42.cp1-iad.github.net (unknown [192.30.252.35]) by ismtpd0032p1iad1.sendgrid.net (SG) with ESMTP id g0GKspi7Rd6dDAXwVKsT4w for <quic-issues@ietf.org>; Mon, 07 Jan 2019 21:50:53.139 +0000 (UTC)
Received: from github.com (localhost [127.0.0.1]) by github-lowworker-4f62d42.cp1-iad.github.net (Postfix) with ESMTP id 1E810C0DF2 for <quic-issues@ietf.org>; Mon,  7 Jan 2019 13:50:53 -0800 (PST)
Date: Mon, 07 Jan 2019 21:50:53 +0000 (UTC)
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/2313/push/3188101890@github.com>
In-Reply-To: <quicwg/base-drafts/pull/2313@github.com>
References: <quicwg/base-drafts/pull/2313@github.com>
Subject: Re: [quicwg/base-drafts] Proposal to make Version Negotiation more like Retry to punt VN to QUICv2 (#2313)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5c33c9bd1c2f0_45f3fbc908d45b452697"; 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
X-SG-EID: l64QuQ2uJCcEyUykJbxN122A6QRmEpucztpreh3Pak0Jam0DWnBcaQwBE37mPjlVuwnPXmLmgGpgx2 6zSIqty8ZcaBTVFVhSZATduyCH+kW1iscc2Rubh9sC5EdP3pdqW+qNy6gz2sBmG2JD/vrTD2RITVZg bIZk/DCLzdWR9+bRYUIB3tAVEZl8YizLALFlm29jryGQ84OYquwZodJ8HGkPeyzj4kG+D6KKy9apQW w=
Archived-At: <https://mailarchive.ietf.org/arch/msg/quic-issues/ZW_Vvo18-RGkkKQ06_3S2UA1Z8U>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
List-Id: Notification list for GitHub issues related to the QUIC WG <quic-issues.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=unsubscribe>
List-Archive: <https://mailarchive.ietf.org/arch/browse/quic-issues/>
List-Post: <mailto:quic-issues@ietf.org>
List-Help: <mailto:quic-issues-request@ietf.org?subject=help>
List-Subscribe: <https://www.ietf.org/mailman/listinfo/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=subscribe>
X-List-Received-Date: Mon, 07 Jan 2019 21:50:55 -0000

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

@DavidSchinazi pushed 1 commit.

0551486736d4883882372488f30bf3e295542990  remove more text


-- 
You are receiving this because you are subscribed to this thread.
View it on GitHub:
https://github.com/quicwg/base-drafts/pull/2313/files/e15da31e052ab9d8a48fb49feb20c0df61a97d61..0551486736d4883882372488f30bf3e295542990

----==_mimepart_5c33c9bd1c2f0_45f3fbc908d45b452697
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/0551486736d4883882372488f30bf3e295542990">0551486</a>  remove more text</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/2313/files/e15da31e052ab9d8a48fb49feb20c0df61a97d61..0551486736d4883882372488f30bf3e295542990">View it on GitHub</a> or <a href="https://github.com/notifications/unsubscribe-auth/AWbkq9vUbOVsv68VispZd9RwSOeIjbTTks5vA8E9gaJpZM4Z0W3R">mute the thread</a>.<img src="https://github.com/notifications/beacon/AWbkq7H72NopMkeFsnFyK4eXSucuzGQlks5vA8E9gaJpZM4Z0W3R.gif" height="1" width="1" alt="" /></p>
<script type="application/json" data-scope="inboxmarkup">{"api_version":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name":"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"https://github.githubassets.com/images/email/message_cards/header.png","avatar_image_url":"https://github.githubassets.com/images/email/message_cards/avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/quicwg/base-drafts"}},"updates":{"snippets":[{"icon":"PERSON","message":"@DavidSchinazi pushed 1 commit in #2313"}],"action":{"name":"View Pull Request","url":"https://github.com/quicwg/base-drafts/pull/2313/files/e15da31e052ab9d8a48fb49feb20c0df61a97d61..0551486736d4883882372488f30bf3e295542990"}}}</script>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/pull/2313/files/e15da31e052ab9d8a48fb49feb20c0df61a97d61..0551486736d4883882372488f30bf3e295542990",
"url": "https://github.com/quicwg/base-drafts/pull/2313/files/e15da31e052ab9d8a48fb49feb20c0df61a97d61..0551486736d4883882372488f30bf3e295542990",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>

----==_mimepart_5c33c9bd1c2f0_45f3fbc908d45b452697--


From nobody Mon Jan  7 14:49: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 84C4012E7C1 for <quic-issues@ietfa.amsl.com>; Mon,  7 Jan 2019 14:49:28 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -6.447
X-Spam-Level: 
X-Spam-Status: No, score=-6.447 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIMWL_WL_HIGH=-0.065, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, HTML_IMAGE_ONLY_24=1.618, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-1, RCVD_IN_DNSWL_HI=-5, SPF_PASS=-0.001] autolearn=ham autolearn_force=no
Authentication-Results: ietfa.amsl.com (amavisd-new); dkim=pass (1024-bit key) header.d=github.com
Received: from mail.ietf.org ([4.31.198.44]) by localhost (ietfa.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id kuRsWRktfDSB for <quic-issues@ietfa.amsl.com>; Mon,  7 Jan 2019 14:49: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 CC04512DDA3 for <quic-issues@ietf.org>; Mon,  7 Jan 2019 14:49:26 -0800 (PST)
Date: Mon, 07 Jan 2019 14:49:24 -0800
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1546901364; bh=FCPqIpeCZ71I9l4VKBNwiXQ77WGawUSgvb+up3vZBJE=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=IMG8V0RBGjYyRh1ue1SJCzAZYHscW5ifuCSW/qX0B5u4cDetUc2AsMYKFZsOpuZlf THFYIVv4p1Rrm1BSZnbaaloVgoPica/vikgjthFuw/4qcncFHLc1r6jCqqGJEaVFXt J5EaSR0xhH4KyjBc4zNnSpQ39mSvg7slol4r1vOs=
From: Mike Bishop <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+0166e4abca6849b86da51755435a3fcf52493795d977595292cf00000001184b997492a169ce17789e1a@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/pull/2249/c452110105@github.com>
In-Reply-To: <quicwg/base-drafts/pull/2249@github.com>
References: <quicwg/base-drafts/pull/2249@github.com>
Subject: Re: [quicwg/base-drafts] Invalid Largest Reference is a connection error. (#2249)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5c33d774c728b_4f63f94f34d45b47039dc"; 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/IojmbVoj0k08ibJblEsB085K1YU>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
List-Id: Notification list for GitHub issues related to the QUIC WG <quic-issues.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=unsubscribe>
List-Archive: <https://mailarchive.ietf.org/arch/browse/quic-issues/>
List-Post: <mailto:quic-issues@ietf.org>
List-Help: <mailto:quic-issues-request@ietf.org?subject=help>
List-Subscribe: <https://www.ietf.org/mailman/listinfo/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=subscribe>
X-List-Received-Date: Mon, 07 Jan 2019 22:49:29 -0000

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

I'm confused -- if LR is invalid, the HEADERS frame can't be interpreted, I agree.  It's unclear why a failure to decode anything on a request stream could constitute an encoder stream 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/2249#issuecomment-452110105
----==_mimepart_5c33d774c728b_4f63f94f34d45b47039dc
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

<p>I'm confused -- if LR is invalid, the HEADERS frame can't be interpreted, I agree.  It's unclear why a failure to decode anything on a request stream could constitute an encoder stream 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/2249#issuecomment-452110105">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AWbkqwOzdh4B7yUQcvQ08X47GiCLYKQiks5vA870gaJpZM4Zf_Ul">mute the thread</a>.<img src="https://github.com/notifications/beacon/AWbkq1sj1n_MmLKgcAmbeO06SdumaqV6ks5vA870gaJpZM4Zf_Ul.gif" height="1" width="1" alt="" /></p>
<script type="application/json" data-scope="inboxmarkup">{"api_version":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name":"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"https://github.githubassets.com/images/email/message_cards/header.png","avatar_image_url":"https://github.githubassets.com/images/email/message_cards/avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/quicwg/base-drafts"}},"updates":{"snippets":[{"icon":"PERSON","message":"@MikeBishop in #2249: I'm confused -- if LR is invalid, the HEADERS frame can't be interpreted, I agree.  It's unclear why a failure to decode anything on a request stream could constitute an encoder stream error."}],"action":{"name":"View Pull Request","url":"https://github.com/quicwg/base-drafts/pull/2249#issuecomment-452110105"}}}</script>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/pull/2249#issuecomment-452110105",
"url": "https://github.com/quicwg/base-drafts/pull/2249#issuecomment-452110105",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>
----==_mimepart_5c33d774c728b_4f63f94f34d45b47039dc--


From nobody Mon Jan  7 14:57:38 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 9017712E04D for <quic-issues@ietfa.amsl.com>; Mon,  7 Jan 2019 14:57:36 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -1.661
X-Spam-Level: 
X-Spam-Status: No, score=-1.661 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIMWL_WL_HIGH=-0.065, 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_PASS=-0.001] autolearn=ham autolearn_force=no
Authentication-Results: ietfa.amsl.com (amavisd-new); dkim=pass (1024-bit key) header.d=github.com
Received: from mail.ietf.org ([4.31.198.44]) by localhost (ietfa.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id xyVGBAhE16_s for <quic-issues@ietfa.amsl.com>; Mon,  7 Jan 2019 14:57:35 -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 E96E912E036 for <quic-issues@ietf.org>; Mon,  7 Jan 2019 14:57:34 -0800 (PST)
DKIM-Signature: v=1; a=rsa-sha1; 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=AnHYQtdz4crG9UeShHt+5m+sSqM=; b=fL/Ci0f4Wwj5w/7H 27X+OD33lZaz1TSslcD921EaTfPNG64OBxwv5woTVlyrJrNLs52tKVUZJtcfJTuy f0iRKeiW4PDq2K3rdnjiVhDJBMWR7NarRJ7kCZwRMn/8/6Vm1UhHJSB1SmaPcGHz t7L23vGlvgZwato8X8n3lbrLEzY=
Received: by filter1236p1las1.sendgrid.net with SMTP id filter1236p1las1-28155-5C33D95D-1A 2019-01-07 22:57:33.689662721 +0000 UTC m=+253373.660520208
Received: from github-lowworker-c7d2ff2.cp1-iad.github.net (unknown [192.30.252.32]) by ismtpd0042p1mdw1.sendgrid.net (SG) with ESMTP id eIatU8ZMSw6xuD3XsPfs2w for <quic-issues@ietf.org>; Mon, 07 Jan 2019 22:57:33.563 +0000 (UTC)
Received: from github.com (localhost [127.0.0.1]) by github-lowworker-c7d2ff2.cp1-iad.github.net (Postfix) with ESMTP id 60D6A4C0447 for <quic-issues@ietf.org>; Mon,  7 Jan 2019 14:57:33 -0800 (PST)
Date: Mon, 07 Jan 2019 22:57:34 +0000 (UTC)
From: Martin Thomson <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+0166e4ab52353b8db85a46eec46863277acc0e6586456a6992cf00000001184b9b5d92a169ce179f2fda@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/pull/2302/review/190030665@github.com>
In-Reply-To: <quicwg/base-drafts/pull/2302@github.com>
References: <quicwg/base-drafts/pull/2302@github.com>
Subject: Re: [quicwg/base-drafts]  ACK of non-existent packet is illegal  (#2302)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5c33d95d5f4a9_44f83f8f4e8d45c47876a9"; 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-SG-EID: l64QuQ2uJCcEyUykJbxN122A6QRmEpucztpreh3Pak3pJRgVkkLBRmW7W/8NIoSnYceu56dnCRaDK0 CJ496ApIwbGYwDB4GEvkbbwsOO2lWpikU5fTuAbbjd0Aq6kj9P5tQ6yYh2XVJOYBoX4FTKP33C1vZ9 RKu2oBA+2/AlMqql7doD7gXRhZ9llM5CFempY7N1ByZTwS1ErBMZx7LS9J2OKifLyFIom6LbHlT8+j 0=
Archived-At: <https://mailarchive.ietf.org/arch/msg/quic-issues/D7nv-Bzhxq0Miinujfrda0GLn4c>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
List-Id: Notification list for GitHub issues related to the QUIC WG <quic-issues.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=unsubscribe>
List-Archive: <https://mailarchive.ietf.org/arch/browse/quic-issues/>
List-Post: <mailto:quic-issues@ietf.org>
List-Help: <mailto:quic-issues-request@ietf.org?subject=help>
List-Subscribe: <https://www.ietf.org/mailman/listinfo/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=subscribe>
X-List-Received-Date: Mon, 07 Jan 2019 22:57:37 -0000

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

martinthomson commented on this pull request.



>  acknowledgment of its ACK frames, with the knowledge this could cause the sender
 to unnecessarily retransmit some data.  Standard QUIC {{QUIC-RECOVERY}}
 algorithms declare packets lost after sufficiently newer packets are
 acknowledged.  Therefore, the receiver SHOULD repeatedly acknowledge newly
 received packets in preference to packets received in the past.
 
+An endpoint SHOULD treat receipt of an acknowledgment for a packet it did not
+send as a connection error of type PROTOCOL_VIOLATION, if it is able to detect

How so?  It should never happen...

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/quicwg/base-drafts/pull/2302#discussion_r245827160
----==_mimepart_5c33d95d5f4a9_44f83f8f4e8d45c47876a9
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/2302#discussion_r245827160">draft-ietf-quic-transport.md</a>:</p>
<pre style='color:#555'>&gt;  acknowledgment of its ACK frames, with the knowledge this could cause the sender
 to unnecessarily retransmit some data.  Standard QUIC {{QUIC-RECOVERY}}
 algorithms declare packets lost after sufficiently newer packets are
 acknowledged.  Therefore, the receiver SHOULD repeatedly acknowledge newly
 received packets in preference to packets received in the past.
 
+An endpoint SHOULD treat receipt of an acknowledgment for a packet it did not
+send as a connection error of type PROTOCOL_VIOLATION, if it is able to detect
</pre>
<p>How so?  It should never happen...</p>

<p style="font-size:small;-webkit-text-size-adjust:none;color:#666;">&mdash;<br />You are receiving this because you are subscribed to this thread.<br />Reply to this email directly, <a href="https://github.com/quicwg/base-drafts/pull/2302#discussion_r245827160">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AWbkq_UAslgpJxdLJu6HqfIO4R-g5Fg_ks5vA9DdgaJpZM4ZyrCo">mute the thread</a>.<img src="https://github.com/notifications/beacon/AWbkq1pixjF2F1EGqvYd7wwLE9xxE2a3ks5vA9DdgaJpZM4ZyrCo.gif" height="1" width="1" alt="" /></p>
<script type="application/json" data-scope="inboxmarkup">{"api_version":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name":"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"https://github.githubassets.com/images/email/message_cards/header.png","avatar_image_url":"https://github.githubassets.com/images/email/message_cards/avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/quicwg/base-drafts"}},"updates":{"snippets":[{"icon":"PERSON","message":"@martinthomson commented on #2302"}],"action":{"name":"View Pull Request","url":"https://github.com/quicwg/base-drafts/pull/2302#discussion_r245827160"}}}</script>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/pull/2302#discussion_r245827160",
"url": "https://github.com/quicwg/base-drafts/pull/2302#discussion_r245827160",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>
----==_mimepart_5c33d95d5f4a9_44f83f8f4e8d45c47876a9--


From nobody Mon Jan  7 15:08: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 993FE12E036 for <quic-issues@ietfa.amsl.com>; Mon,  7 Jan 2019 15:08:12 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -6.519
X-Spam-Level: 
X-Spam-Status: No, score=-6.519 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIMWL_WL_HIGH=-0.065, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, HTML_IMAGE_ONLY_20=1.546, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-1, RCVD_IN_DNSWL_HI=-5, SPF_PASS=-0.001] autolearn=ham autolearn_force=no
Authentication-Results: ietfa.amsl.com (amavisd-new); dkim=pass (1024-bit key) header.d=github.com
Received: from mail.ietf.org ([4.31.198.44]) by localhost (ietfa.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id eAjH_1m-m31b for <quic-issues@ietfa.amsl.com>; Mon,  7 Jan 2019 15:08: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 B3A5412D4ED for <quic-issues@ietf.org>; Mon,  7 Jan 2019 15:08:10 -0800 (PST)
Date: Mon, 07 Jan 2019 15:08:09 -0800
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1546902489; bh=2oJLrkSgPU/V3V8dYQK3hE5h7O1pfIx8etbbJCkndFM=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=KKZi4YkwcgtFzInFS6NYZxRjIZLdVISFWPXA5GpLsfFcoHZx13QDtbL5uiX16WrBE uFxax4fNxLQy8+cafzHXIB6p52+s4lR5lr0csQrpG/2++TMrzRmP98zXcXzMH+lWg1 eAp/TTYi2/k11zr2pgkxtoFKhaZ4DtGTIOqLn8VI=
From: Mike Bishop <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+0166e4abb11d49cce86b413d5fae75cc9347f99119e6741a92cf00000001184b9dd992a169ce177edc14@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/pull/2257/review/190033427@github.com>
In-Reply-To: <quicwg/base-drafts/pull/2257@github.com>
References: <quicwg/base-drafts/pull/2257@github.com>
Subject: Re: [quicwg/base-drafts] Initial maximum table size is SETTINGS_HEADER_TABLE_SIZE. (#2257)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5c33dbd9505a4_33283fd3940d45c486465"; 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/FP6wMOGmao1AiIdx3bJo5ModSwA>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
List-Id: Notification list for GitHub issues related to the QUIC WG <quic-issues.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=unsubscribe>
List-Archive: <https://mailarchive.ietf.org/arch/browse/quic-issues/>
List-Post: <mailto:quic-issues@ietf.org>
List-Help: <mailto:quic-issues-request@ietf.org?subject=help>
List-Subscribe: <https://www.ietf.org/mailman/listinfo/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=subscribe>
X-List-Received-Date: Mon, 07 Jan 2019 23:08:13 -0000

----==_mimepart_5c33dbd9505a4_33283fd3940d45c486465
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/2257#pullrequestreview-190033427
----==_mimepart_5c33dbd9505a4_33283fd3940d45c486465
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/2257#pullrequestreview-190033427">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AWbkqyyW-__HwsMiZs4cyKDJm79lMs6Xks5vA9NZgaJpZM4Zh2dF">mute the thread</a>.<img src="https://github.com/notifications/beacon/AWbkqzywC4UcQFGIJlUmOEFRvgZFFgtsks5vA9NZgaJpZM4Zh2dF.gif" height="1" width="1" alt="" /></p>
<script type="application/json" data-scope="inboxmarkup">{"api_version":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name":"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"https://github.githubassets.com/images/email/message_cards/header.png","avatar_image_url":"https://github.githubassets.com/images/email/message_cards/avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/quicwg/base-drafts"}},"updates":{"snippets":[{"icon":"PERSON","message":"@MikeBishop approved #2257"}],"action":{"name":"View Pull Request","url":"https://github.com/quicwg/base-drafts/pull/2257#pullrequestreview-190033427"}}}</script>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/pull/2257#pullrequestreview-190033427",
"url": "https://github.com/quicwg/base-drafts/pull/2257#pullrequestreview-190033427",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>
----==_mimepart_5c33dbd9505a4_33283fd3940d45c486465--


From nobody Mon Jan  7 15: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 7FE4212E036 for <quic-issues@ietfa.amsl.com>; Mon,  7 Jan 2019 15:10:38 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -6.447
X-Spam-Level: 
X-Spam-Status: No, score=-6.447 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIMWL_WL_HIGH=-0.065, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, HTML_IMAGE_ONLY_24=1.618, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-1, RCVD_IN_DNSWL_HI=-5, SPF_PASS=-0.001] autolearn=ham autolearn_force=no
Authentication-Results: ietfa.amsl.com (amavisd-new); dkim=pass (1024-bit key) header.d=github.com
Received: from mail.ietf.org ([4.31.198.44]) by localhost (ietfa.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id gltIsaNngT0a for <quic-issues@ietfa.amsl.com>; Mon,  7 Jan 2019 15:10: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 B097612D4ED for <quic-issues@ietf.org>; Mon,  7 Jan 2019 15:10:36 -0800 (PST)
Date: Mon, 07 Jan 2019 15:10:35 -0800
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1546902635; bh=GqjntKbewApaoykPv7izEo8mxbOUO2xNfMOa8s6gnVc=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=B3jmE/+I0SFYaUs/ZHiOJWD6keZlb231RI5tPqWlioD5yapccHoYk7h5xCRSAudtS 4HvgdP3tkVHiJyemtvAhLXcKvPteSm+KjAP+R5EAyWpEBq9CWm0CNOJs98uY5cR3Ed k06VLDfLLLLAJn2UI5q5hrhozgZmLRJ5WRfFqqXM=
From: Martin Thomson <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+0166e4ab48d37ea06fc1df073220d64ec79172d171121a2192cf00000001184b9e6b92a169ce179f759d@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/pull/2304/issue_event/2058871992@github.com>
In-Reply-To: <quicwg/base-drafts/pull/2304@github.com>
References: <quicwg/base-drafts/pull/2304@github.com>
Subject: Re: [quicwg/base-drafts] we no longer have unknown packet types (#2304)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5c33dc6bdc64d_4b793fa3b78d45c41022192"; 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/XXqjKQ1AkYZt_Lcrpw2VPS1OcXk>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
List-Id: Notification list for GitHub issues related to the QUIC WG <quic-issues.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=unsubscribe>
List-Archive: <https://mailarchive.ietf.org/arch/browse/quic-issues/>
List-Post: <mailto:quic-issues@ietf.org>
List-Help: <mailto:quic-issues-request@ietf.org?subject=help>
List-Subscribe: <https://www.ietf.org/mailman/listinfo/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=subscribe>
X-List-Received-Date: Mon, 07 Jan 2019 23:10:39 -0000

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

Merged #2304 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/2304#event-2058871992
----==_mimepart_5c33dc6bdc64d_4b793fa3b78d45c41022192
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="396326301" data-permission-text="Issue title is private" data-url="https://github.com/quicwg/base-drafts/issues/2304" data-hovercard-type="pull_request" data-hovercard-url="/quicwg/base-drafts/pull/2304/hovercard" href="https://github.com/quicwg/base-drafts/pull/2304">#2304</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/2304#event-2058871992">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AWbkq83D27COw6JtfNhRYbAQ-fuDcRF-ks5vA9PrgaJpZM4Zywd2">mute the thread</a>.<img src="https://github.com/notifications/beacon/AWbkqx3Rw8RalhB6-ti_EV1d0U2PCLwpks5vA9PrgaJpZM4Zywd2.gif" height="1" width="1" alt="" /></p>
<script type="application/json" data-scope="inboxmarkup">{"api_version":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name":"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"https://github.githubassets.com/images/email/message_cards/header.png","avatar_image_url":"https://github.githubassets.com/images/email/message_cards/avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/quicwg/base-drafts"}},"updates":{"snippets":[{"icon":"DESCRIPTION","message":"Merged #2304 into master."}],"action":{"name":"View Pull Request","url":"https://github.com/quicwg/base-drafts/pull/2304#event-2058871992"}}}</script>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/pull/2304#event-2058871992",
"url": "https://github.com/quicwg/base-drafts/pull/2304#event-2058871992",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>
----==_mimepart_5c33dc6bdc64d_4b793fa3b78d45c41022192--


From nobody Mon Jan  7 15:11: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 967E012E036 for <quic-issues@ietfa.amsl.com>; Mon,  7 Jan 2019 15:11:10 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -1.447
X-Spam-Level: 
X-Spam-Status: No, score=-1.447 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIMWL_WL_HIGH=-0.065, DKIM_SIGNED=0.1, DKIM_VALID=-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_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 GrG5Omz5b7Tl for <quic-issues@ietfa.amsl.com>; Mon,  7 Jan 2019 15:11:09 -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 6BAF012D4ED for <quic-issues@ietf.org>; Mon,  7 Jan 2019 15:11:09 -0800 (PST)
DKIM-Signature: v=1; a=rsa-sha1; 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=ZxX4VHP8PjlINmw1m0CekrSR8CA=; b=k4U86N5RxEBEuSDy zPG5z33jMO5cDGFvRjLEjrb/mt7kX8KwlUZXHvPcT5aBrmGLG1+u6jEItJYSCg7S 8K7eOl6nfSDB60FKlQ17OAwJWLEKnXWVzBKYYQ58Bbq4QipO/mRUlidCNJdoJKHN 75eiNWXxawdEciAvoh/NUF/58oE=
Received: by filter1014p1las1.sendgrid.net with SMTP id filter1014p1las1-24756-5C33DC8C-22 2019-01-07 23:11:08.701943813 +0000 UTC m=+254945.291442379
Received: from github-lowworker-e51511d.cp1-iad.github.net (unknown [192.30.252.34]) by ismtpd0018p1iad2.sendgrid.net (SG) with ESMTP id nwfLbcd_R0yh16vamGcr_A for <quic-issues@ietf.org>; Mon, 07 Jan 2019 23:11:08.583 +0000 (UTC)
Received: from github.com (localhost [127.0.0.1]) by github-lowworker-e51511d.cp1-iad.github.net (Postfix) with ESMTP id 936AE81CBF for <quic-issues@ietf.org>; Mon,  7 Jan 2019 15:11:08 -0800 (PST)
Date: Mon, 07 Jan 2019 23:11:08 +0000 (UTC)
From: Martin Thomson <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+0166e4abbffd466dd7c1e2b35e0edef11388503aed25c1e992cf00000001184b9e8c92a169ce179f8b1d@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/pull/2306/issue_event/2058872723@github.com>
In-Reply-To: <quicwg/base-drafts/pull/2306@github.com>
References: <quicwg/base-drafts/pull/2306@github.com>
Subject: Re: [quicwg/base-drafts] "max_early_data" extension does not exist (#2306)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5c33dc8c91de2_76823f9bcf8d45b41382797"; 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-SG-EID: l64QuQ2uJCcEyUykJbxN122A6QRmEpucztpreh3Pak2KcDxqRf9U24z1HlByYIKUu8WiukeA0hc56g 6x7nkh9/JkUkmO2Ya/qNDFRrzVugmKPO0MDKO/mTOE8Yzsiz4sLre67ZiwhqxprutJV2p9NlBraMhg hRFTLHCaEtUvHdCGn46BQxrnE19ACkCm+pS89HS82QYb9Jixu1YHGazStIjbRRzQUTh0t6gd+Mkxkn U=
Archived-At: <https://mailarchive.ietf.org/arch/msg/quic-issues/OsAKbp1TX6n9y0isfTVqKEi2rQg>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
List-Id: Notification list for GitHub issues related to the QUIC WG <quic-issues.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=unsubscribe>
List-Archive: <https://mailarchive.ietf.org/arch/browse/quic-issues/>
List-Post: <mailto:quic-issues@ietf.org>
List-Help: <mailto:quic-issues-request@ietf.org?subject=help>
List-Subscribe: <https://www.ietf.org/mailman/listinfo/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=subscribe>
X-List-Received-Date: Mon, 07 Jan 2019 23:11:10 -0000

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

Merged #2306 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/2306#event-2058872723
----==_mimepart_5c33dc8c91de2_76823f9bcf8d45b41382797
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="396331805" data-permission-text="Issue title is private" data-url="https://github.com/quicwg/base-drafts/issues/2306" data-hovercard-type="pull_request" data-hovercard-url="/quicwg/base-drafts/pull/2306/hovercard" href="https://github.com/quicwg/base-drafts/pull/2306">#2306</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/2306#event-2058872723">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AWbkq8-uLZE4o24LZFgFplMYtjNveIwIks5vA9QMgaJpZM4ZyyRF">mute the thread</a>.<img src="https://github.com/notifications/beacon/AWbkq3Q3ldu0Q5bMQOHhCh8YHLMVBltVks5vA9QMgaJpZM4ZyyRF.gif" height="1" width="1" alt="" /></p>
<script type="application/json" data-scope="inboxmarkup">{"api_version":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name":"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"https://github.githubassets.com/images/email/message_cards/header.png","avatar_image_url":"https://github.githubassets.com/images/email/message_cards/avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/quicwg/base-drafts"}},"updates":{"snippets":[{"icon":"DESCRIPTION","message":"Merged #2306 into master."}],"action":{"name":"View Pull Request","url":"https://github.com/quicwg/base-drafts/pull/2306#event-2058872723"}}}</script>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/pull/2306#event-2058872723",
"url": "https://github.com/quicwg/base-drafts/pull/2306#event-2058872723",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>
----==_mimepart_5c33dc8c91de2_76823f9bcf8d45b41382797--


From nobody Mon Jan  7 15: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 C7E5512E7C1 for <quic-issues@ietfa.amsl.com>; Mon,  7 Jan 2019 15:12:02 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -6.661
X-Spam-Level: 
X-Spam-Status: No, score=-6.661 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIMWL_WL_HIGH=-0.065, 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_PASS=-0.001] autolearn=ham autolearn_force=no
Authentication-Results: ietfa.amsl.com (amavisd-new); dkim=pass (1024-bit key) header.d=github.com
Received: from mail.ietf.org ([4.31.198.44]) by localhost (ietfa.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id pHsEgmedgT5U for <quic-issues@ietfa.amsl.com>; Mon,  7 Jan 2019 15:12:01 -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 4033712D4ED for <quic-issues@ietf.org>; Mon,  7 Jan 2019 15:12:01 -0800 (PST)
Date: Mon, 07 Jan 2019 15:12:00 -0800
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1546902720; bh=c+9Q0J9feu1KLYbmwYUhwge2DH2MXJWua8R6Jw8xIEs=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=xwPOwgU/F5bHJDoHa8puFd4yuPv+A/sFcFptdqqqPI4S7NQpJwxdvUdDGFsHHNuT7 LZKk0ZAB5c9Y0iP42u1eC7wk1MyeKA+mwZKDX6foaAz3GPnWyyUbDPa1KlJ1HvzI+B RgSjj2oQusy3TdlV0FI7DZgupM4er3bMkEDMa9Z8=
From: Martin Thomson <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+0166e4abb68c782d5c6089bb4d97565d01bddfc5ed027c5692cf00000001184b9ec092a169ce174bfde0@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/issue/2154/issue_event/2058874113@github.com>
In-Reply-To: <quicwg/base-drafts/issues/2154@github.com>
References: <quicwg/base-drafts/issues/2154@github.com>
Subject: Re: [quicwg/base-drafts] Idempotent frames? (#2154)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5c33dcc06c7ce_76343f9bcf8d45b4136286f"; 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/g9wfyetJq5ZinNP4xe-EBqy66WI>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
List-Id: Notification list for GitHub issues related to the QUIC WG <quic-issues.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=unsubscribe>
List-Archive: <https://mailarchive.ietf.org/arch/browse/quic-issues/>
List-Post: <mailto:quic-issues@ietf.org>
List-Help: <mailto:quic-issues-request@ietf.org?subject=help>
List-Subscribe: <https://www.ietf.org/mailman/listinfo/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=subscribe>
X-List-Received-Date: Mon, 07 Jan 2019 23:12:03 -0000

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

Closed #2154 via #2310.

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/quicwg/base-drafts/issues/2154#event-2058874113
----==_mimepart_5c33dcc06c7ce_76343f9bcf8d45b4136286f
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="390856160" data-permission-text="Issue title is private" data-url="https://github.com/quicwg/base-drafts/issues/2154" data-hovercard-type="issue" data-hovercard-url="/quicwg/base-drafts/issues/2154/hovercard" href="https://github.com/quicwg/base-drafts/issues/2154">#2154</a> via <a class="issue-link js-issue-link" data-error-text="Failed to load issue title" data-id="396517053" data-permission-text="Issue title is private" data-url="https://github.com/quicwg/base-drafts/issues/2310" data-hovercard-type="pull_request" data-hovercard-url="/quicwg/base-drafts/pull/2310/hovercard" href="https://github.com/quicwg/base-drafts/pull/2310">#2310</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/2154#event-2058874113">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AWbkq7AmkCx0-OcWIJFHHUyXLOYvPOZwks5vA9RAgaJpZM4ZSaIQ">mute the thread</a>.<img src="https://github.com/notifications/beacon/AWbkqx5qmb8buU1hJ1aXxKobFA9P9EBsks5vA9RAgaJpZM4ZSaIQ.gif" height="1" width="1" alt="" /></p>
<script type="application/json" data-scope="inboxmarkup">{"api_version":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name":"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"https://github.githubassets.com/images/email/message_cards/header.png","avatar_image_url":"https://github.githubassets.com/images/email/message_cards/avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/quicwg/base-drafts"}},"updates":{"snippets":[{"icon":"DESCRIPTION","message":"Closed #2154 via #2310."}],"action":{"name":"View Issue","url":"https://github.com/quicwg/base-drafts/issues/2154#event-2058874113"}}}</script>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/issues/2154#event-2058874113",
"url": "https://github.com/quicwg/base-drafts/issues/2154#event-2058874113",
"name": "View Issue"
},
"description": "View this Issue on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>
----==_mimepart_5c33dcc06c7ce_76343f9bcf8d45b4136286f--


From nobody Mon Jan  7 15: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 4F68412D4ED for <quic-issues@ietfa.amsl.com>; Mon,  7 Jan 2019 15:12:03 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -6.447
X-Spam-Level: 
X-Spam-Status: No, score=-6.447 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIMWL_WL_HIGH=-0.065, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, HTML_IMAGE_ONLY_24=1.618, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-1, RCVD_IN_DNSWL_HI=-5, SPF_PASS=-0.001] autolearn=ham autolearn_force=no
Authentication-Results: ietfa.amsl.com (amavisd-new); dkim=pass (1024-bit key) header.d=github.com
Received: from mail.ietf.org ([4.31.198.44]) by localhost (ietfa.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id MwqvcBrZNffw for <quic-issues@ietfa.amsl.com>; Mon,  7 Jan 2019 15:12:01 -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 9594F12E036 for <quic-issues@ietf.org>; Mon,  7 Jan 2019 15:12:01 -0800 (PST)
Date: Mon, 07 Jan 2019 15:12:00 -0800
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1546902720; bh=rBzUMGnIEJrlNLMrsMApFa2/x05828ZJSGt1mMPvNTg=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=ocZVsKK3FJm+kTgdHBwqSw9OCgez0/HiFHjCCYqoak4l31Y+43CpC8RqZxV3F2zqB CRJG9A+8gzMTaLN3ust/hAEGfHO039FFkpT7gUuRbFP+dMyoThPK0wxo3gCrd2MPVT YeBfesHR6hq0bMoo+g1KxEYHU12loZ9r8E5MQ7W8=
From: Martin Thomson <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+0166e4ab4b55f6458adff1d7dece7af3b639ee3a620bac6992cf00000001184b9ec092a169ce17a25ebd@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/pull/2310/issue_event/2058874108@github.com>
In-Reply-To: <quicwg/base-drafts/pull/2310@github.com>
References: <quicwg/base-drafts/pull/2310@github.com>
Subject: Re: [quicwg/base-drafts] Idempotent in this version (#2310)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5c33dcc0c06b1_40d3f94f34d45b41067837"; 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/vVecv92UMxH-ZpbBl6oUMsj5Vjw>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
List-Id: Notification list for GitHub issues related to the QUIC WG <quic-issues.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=unsubscribe>
List-Archive: <https://mailarchive.ietf.org/arch/browse/quic-issues/>
List-Post: <mailto:quic-issues@ietf.org>
List-Help: <mailto:quic-issues-request@ietf.org?subject=help>
List-Subscribe: <https://www.ietf.org/mailman/listinfo/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=subscribe>
X-List-Received-Date: Mon, 07 Jan 2019 23:12:03 -0000

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

Merged #2310 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/2310#event-2058874108
----==_mimepart_5c33dcc0c06b1_40d3f94f34d45b41067837
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="396517053" data-permission-text="Issue title is private" data-url="https://github.com/quicwg/base-drafts/issues/2310" data-hovercard-type="pull_request" data-hovercard-url="/quicwg/base-drafts/pull/2310/hovercard" href="https://github.com/quicwg/base-drafts/pull/2310">#2310</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/2310#event-2058874108">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AWbkq9uMnpBMJNhyxzD7LkHsMLoj_Xe5ks5vA9RAgaJpZM4Zzo1K">mute the thread</a>.<img src="https://github.com/notifications/beacon/AWbkq7q3Bi_0MU73QgEr5nDJzG6L3q-vks5vA9RAgaJpZM4Zzo1K.gif" height="1" width="1" alt="" /></p>
<script type="application/json" data-scope="inboxmarkup">{"api_version":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name":"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"https://github.githubassets.com/images/email/message_cards/header.png","avatar_image_url":"https://github.githubassets.com/images/email/message_cards/avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/quicwg/base-drafts"}},"updates":{"snippets":[{"icon":"DESCRIPTION","message":"Merged #2310 into master."}],"action":{"name":"View Pull Request","url":"https://github.com/quicwg/base-drafts/pull/2310#event-2058874108"}}}</script>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/pull/2310#event-2058874108",
"url": "https://github.com/quicwg/base-drafts/pull/2310#event-2058874108",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>
----==_mimepart_5c33dcc0c06b1_40d3f94f34d45b41067837--


From nobody Mon Jan  7 15:14: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 E87F212E7C1 for <quic-issues@ietfa.amsl.com>; Mon,  7 Jan 2019 15:14:35 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -8.064
X-Spam-Level: 
X-Spam-Status: No, score=-8.064 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIMWL_WL_HIGH=-0.065, 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_PASS=-0.001] autolearn=ham autolearn_force=no
Authentication-Results: ietfa.amsl.com (amavisd-new); dkim=pass (1024-bit key) header.d=github.com
Received: from mail.ietf.org ([4.31.198.44]) by localhost (ietfa.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id xYOaLsn0rJVc for <quic-issues@ietfa.amsl.com>; Mon,  7 Jan 2019 15:14: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 137DB12D4ED for <quic-issues@ietf.org>; Mon,  7 Jan 2019 15:14:34 -0800 (PST)
Date: Mon, 07 Jan 2019 15:14:33 -0800
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1546902873; bh=5ocEaaIAsr6LXW52FA/g/zBVFurYYUqNUa1EmNA9lXE=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=O7PqaDaUZtNgDF6x8qxw5w+7S7jE76iSRTSOOm5m2VqaxpAH1MVHkc1RamXQyK0Eb 6X80+FXVPOFhwM7pNHTNPDujQuykMkwbt9Tf9Zi72EUh7julNHI1NWoUtVYYJ+iqQI hUukZkyJ1y6re384B/DHqPG4LbjJFEK4JxeFAApk=
From: Mike Bishop <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+0166e4ab612cba6591a5a94830f9a09f1ad8418d6f2e73d992cf00000001184b9f5992a169ce1789f586@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/issues/2276/452116302@github.com>
In-Reply-To: <quicwg/base-drafts/issues/2276@github.com>
References: <quicwg/base-drafts/issues/2276@github.com>
Subject: Re: [quicwg/base-drafts] Disallow changes of table size after 0-RTT (#2276)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5c33dd593d94e_29ef3f9bcf8d45b481972c"; 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/AAOi69NgPyA03_YCfzDb_1oX9ew>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
List-Id: Notification list for GitHub issues related to the QUIC WG <quic-issues.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=unsubscribe>
List-Archive: <https://mailarchive.ietf.org/arch/browse/quic-issues/>
List-Post: <mailto:quic-issues@ietf.org>
List-Help: <mailto:quic-issues-request@ietf.org?subject=help>
List-Subscribe: <https://www.ietf.org/mailman/listinfo/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=subscribe>
X-List-Received-Date: Mon, 07 Jan 2019 23:14:36 -0000

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

I don't feel strongly about the feature itself, but this would make QPACK differ from the "increase is permitted" pattern we've created.

Assuming that SETTINGS arrives before any acknowledgements do and given that you can't evict unacknowledged entries from the dynamic table anyway, there's no way you could be wrapping under the old value of MaxEntries; increasing the max table size upon receipt of SETTINGS won't change the interpretation of anything you've sent.

The problem scenario seems to be a SETTINGS frame that's delayed past some acknowledgements on the decoder stream -- a bar on evicting anything until SETTINGS is received seems like the simplest fix.

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

<p>I don't feel strongly about the feature itself, but this would make QP=
ACK differ from the "increase is permitted" pattern we've created.</p>
<p>Assuming that SETTINGS arrives before any acknowledgements do and give=
n that you can't evict unacknowledged entries from the dynamic table anyw=
ay, there's no way you could be wrapping under the old value of MaxEntrie=
s; increasing the max table size upon receipt of SETTINGS won't change th=
e interpretation of anything you've sent.</p>
<p>The problem scenario seems to be a SETTINGS frame that's delayed past =
some acknowledgements on the decoder stream -- a bar on evicting anything=
 until SETTINGS is received seems like the simplest fix.</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/2276#issuecomment-452116302">view it on GitHub</a>,=
 or <a href=3D"https://github.com/notifications/unsubscribe-auth/AWbkqzmQ=
HOa0drPzOxTC2TNNBVx7XDd9ks5vA9TZgaJpZM4ZlJXB">mute the thread</a>.<img sr=
c=3D"https://github.com/notifications/beacon/AWbkq2AnExGklYftymUj2DQFaMTr=
i4xrks5vA9TZgaJpZM4ZlJXB.gif" height=3D"1" width=3D"1" alt=3D"" /></p>
<script type=3D"application/json" data-scope=3D"inboxmarkup">{"api_versio=
n":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name"=
:"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"=
quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"http=
s://github.githubassets.com/images/email/message_cards/header.png","avata=
r_image_url":"https://github.githubassets.com/images/email/message_cards/=
avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/q=
uicwg/base-drafts"}},"updates":{"snippets":[{"icon":"PERSON","message":"@=
MikeBishop in #2276: I don't feel strongly about the feature itself, but =
this would make QPACK differ from the \"increase is permitted\" pattern w=
e've created.\r\n\r\nAssuming that SETTINGS arrives before any acknowledg=
ements do and given that you can't evict unacknowledged entries from the =
dynamic table anyway, there's no way you could be wrapping under the old =
value of MaxEntries; increasing the max table size upon receipt of SETTIN=
GS won't change the interpretation of anything you've sent.\r\n\r\nThe pr=
oblem scenario seems to be a SETTINGS frame that's delayed past some ackn=
owledgements on the decoder stream -- a bar on evicting anything until SE=
TTINGS is received seems like the simplest fix."}],"action":{"name":"View=
 Issue","url":"https://github.com/quicwg/base-drafts/issues/2276#issuecom=
ment-452116302"}}}</script>
<script type=3D"application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/issues/2276#issuecomment=
-452116302",
"url": "https://github.com/quicwg/base-drafts/issues/2276#issuecomment-45=
2116302",
"name": "View Issue"
},
"description": "View this Issue on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>=

----==_mimepart_5c33dd593d94e_29ef3f9bcf8d45b481972c--


From nobody Mon Jan  7 15:14: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 2642312E036 for <quic-issues@ietfa.amsl.com>; Mon,  7 Jan 2019 15:14:43 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -6.661
X-Spam-Level: 
X-Spam-Status: No, score=-6.661 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIMWL_WL_HIGH=-0.065, 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_PASS=-0.001] autolearn=ham autolearn_force=no
Authentication-Results: ietfa.amsl.com (amavisd-new); dkim=pass (1024-bit key) header.d=github.com
Received: from mail.ietf.org ([4.31.198.44]) by localhost (ietfa.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id lOiZ_wgMMGE9 for <quic-issues@ietfa.amsl.com>; Mon,  7 Jan 2019 15:14:41 -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 3D8F712D4ED for <quic-issues@ietf.org>; Mon,  7 Jan 2019 15:14:41 -0800 (PST)
Date: Mon, 07 Jan 2019 15:14:40 -0800
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1546902880; bh=2NHjo5KLCLZ8zFkRVBXw1bZcItkEqIcO0mRiKUGjsbA=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=Bj75w+kI0mBZmY0r/bNJ2ClsTsjXMj4eOkLH2prN2+BDp7Xmz4dsHsw7Fm5Bi5iw9 jSWnPfTVvMQG1VaCfhM3acpFsf+cXArIvivOg19jfzjzpTH4g/8lWBJuW/LuboS3ze QUIwSL3wzhDNLvCvM/cHrYJLYNcGhwNLOmFxdYKg=
From: Martin Thomson <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+0166e4ab0e00a8356d113dc26add3e990f89a1fc3aa9166992cf00000001184b9f6092a169ce179f2f4c@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/pull/2301/review/190035034@github.com>
In-Reply-To: <quicwg/base-drafts/pull/2301@github.com>
References: <quicwg/base-drafts/pull/2301@github.com>
Subject: Re: [quicwg/base-drafts] Add a maximum for max_ack_delay (#2301)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5c33dd60da73_304c3f94f34d45b4109651a"; 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/YeRx101cbcTbVugI677EB80dhFY>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
List-Id: Notification list for GitHub issues related to the QUIC WG <quic-issues.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=unsubscribe>
List-Archive: <https://mailarchive.ietf.org/arch/browse/quic-issues/>
List-Post: <mailto:quic-issues@ietf.org>
List-Help: <mailto:quic-issues-request@ietf.org?subject=help>
List-Subscribe: <https://www.ietf.org/mailman/listinfo/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=subscribe>
X-List-Received-Date: Mon, 07 Jan 2019 23:14:43 -0000

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

martinthomson commented on this pull request.



> @@ -4086,6 +4086,7 @@ max_ack_delay (0x000b):
   delays in alarms firing.  For example, if a receiver sets a timer for 5ms
   and alarms commonly fire up to 1ms late, then it should send a max_ack_delay
   of 6ms.  If this value is absent, a default of 25 milliseconds is assumed.
+  Values of 2^14 or greater are invalid.

I thought that we already had text to that effect (the adjacent parameters are similarly terse).  Added 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/2301#discussion_r245830604
----==_mimepart_5c33dd60da73_304c3f94f34d45b4109651a
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/2301#discussion_r245830604">draft-ietf-quic-transport.md</a>:</p>
<pre style='color:#555'>&gt; @@ -4086,6 +4086,7 @@ max_ack_delay (0x000b):
   delays in alarms firing.  For example, if a receiver sets a timer for 5ms
   and alarms commonly fire up to 1ms late, then it should send a max_ack_delay
   of 6ms.  If this value is absent, a default of 25 milliseconds is assumed.
+  Values of 2^14 or greater are invalid.
</pre>
<p>I thought that we already had text to that effect (the adjacent parameters are similarly terse).  Added 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/2301#discussion_r245830604">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AWbkq2RZjAFydS4Lzk40-j8E9odWltAOks5vA9TggaJpZM4ZyrAD">mute the thread</a>.<img src="https://github.com/notifications/beacon/AWbkqwUBE4fMzjcksZiKupQLWUq4BBxtks5vA9TggaJpZM4ZyrAD.gif" height="1" width="1" alt="" /></p>
<script type="application/json" data-scope="inboxmarkup">{"api_version":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name":"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"https://github.githubassets.com/images/email/message_cards/header.png","avatar_image_url":"https://github.githubassets.com/images/email/message_cards/avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/quicwg/base-drafts"}},"updates":{"snippets":[{"icon":"PERSON","message":"@martinthomson commented on #2301"}],"action":{"name":"View Pull Request","url":"https://github.com/quicwg/base-drafts/pull/2301#discussion_r245830604"}}}</script>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/pull/2301#discussion_r245830604",
"url": "https://github.com/quicwg/base-drafts/pull/2301#discussion_r245830604",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>
----==_mimepart_5c33dd60da73_304c3f94f34d45b4109651a--


From nobody Mon Jan  7 15:14:51 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 E724612E036 for <quic-issues@ietfa.amsl.com>; Mon,  7 Jan 2019 15:14:49 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -1.447
X-Spam-Level: 
X-Spam-Status: No, score=-1.447 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIMWL_WL_HIGH=-0.065, DKIM_SIGNED=0.1, DKIM_VALID=-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_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 IzG_AXF9P1z2 for <quic-issues@ietfa.amsl.com>; Mon,  7 Jan 2019 15:14:48 -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 A73A512D4ED for <quic-issues@ietf.org>; Mon,  7 Jan 2019 15:14:48 -0800 (PST)
DKIM-Signature: v=1; a=rsa-sha1; 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=sfqlAblVnVaYSh1qcAK/W0JptX0=; b=K6yb1R2gswO1Go2F fd3jOVwk6eYPcxMWkXGLAiwO3LbzfAudhKIfbmVSu5O8nAi1sLfXOY2hG1bkpI7q zfILKjJTli7hjdXH2nMA2OhgtL9eGzUEK9FLcffrcYS8UKU3V4bkPtW2X20NzTTU 1LsiQxm5SVzn7U7N4RByJHlZwlI=
Received: by filter0677p1las1.sendgrid.net with SMTP id filter0677p1las1-5132-5C33DD67-14 2019-01-07 23:14:47.635567154 +0000 UTC m=+812997.341949895
Received: from github-lowworker-f6df7df.cp1-iad.github.net (unknown [192.30.252.41]) by ismtpd0022p1iad2.sendgrid.net (SG) with ESMTP id 4Nue1bZ6TXaG7uCde1QPqQ for <quic-issues@ietf.org>; Mon, 07 Jan 2019 23:14:47.419 +0000 (UTC)
Received: from github.com (localhost [127.0.0.1]) by github-lowworker-f6df7df.cp1-iad.github.net (Postfix) with ESMTP id 8B1743E0254 for <quic-issues@ietf.org>; Mon,  7 Jan 2019 15:14:47 -0800 (PST)
Date: Mon, 07 Jan 2019 23:14:47 +0000 (UTC)
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/2301/push/3188296612@github.com>
In-Reply-To: <quicwg/base-drafts/pull/2301@github.com>
References: <quicwg/base-drafts/pull/2301@github.com>
Subject: Re: [quicwg/base-drafts] Add a maximum for max_ack_delay (#2301)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5c33dd6789d07_713f3fd3fa8d45c411124f1"; 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
X-SG-EID: l64QuQ2uJCcEyUykJbxN122A6QRmEpucztpreh3Pak3uLRv9MxABZQEUavbqWevKiP7Hob1ziphlJ9 2zvcILxzULAHcqJF9pnuSBssFiT91BrUKuqI82d+vM5TvnkHf43Vew//wVF9Onk3lbF2D1unBMC95X FlS8T3PXbUc5eqwF4gQpB6DdZ3erP5QtcKpahnB11Dlj1AIq0E6MNqToFvxclZf98s4lO2LlpVwAzn c=
Archived-At: <https://mailarchive.ietf.org/arch/msg/quic-issues/n2JW5rHfjtws-HHyutHDKbO-aGE>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
List-Id: Notification list for GitHub issues related to the QUIC WG <quic-issues.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=unsubscribe>
List-Archive: <https://mailarchive.ietf.org/arch/browse/quic-issues/>
List-Post: <mailto:quic-issues@ietf.org>
List-Help: <mailto:quic-issues-request@ietf.org?subject=help>
List-Subscribe: <https://www.ietf.org/mailman/listinfo/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=subscribe>
X-List-Received-Date: Mon, 07 Jan 2019 23:14:50 -0000

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

@martinthomson pushed 1 commit.

1186b28ab35699b9dc7356d3127def55c110c263  Invalid transport parameters are invalid.


-- 
You are receiving this because you are subscribed to this thread.
View it on GitHub:
https://github.com/quicwg/base-drafts/pull/2301/files/ca08d5fae11b80513d462332986b199b02e42d82..1186b28ab35699b9dc7356d3127def55c110c263

----==_mimepart_5c33dd6789d07_713f3fd3fa8d45c411124f1
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/1186b28ab35699b9dc7356d3127def55c110c263">1186b28</a>  Invalid transport parameters are invalid.</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/2301/files/ca08d5fae11b80513d462332986b199b02e42d82..1186b28ab35699b9dc7356d3127def55c110c263">View it on GitHub</a> or <a href="https://github.com/notifications/unsubscribe-auth/AWbkq9bzUSWKLWLKmFNE2Jp62WBWLDZ3ks5vA9TngaJpZM4ZyrAD">mute the thread</a>.<img src="https://github.com/notifications/beacon/AWbkq6Ehr1s4pIJCGnGV217Tg-qjdSrhks5vA9TngaJpZM4ZyrAD.gif" height="1" width="1" alt="" /></p>
<script type="application/json" data-scope="inboxmarkup">{"api_version":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name":"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"https://github.githubassets.com/images/email/message_cards/header.png","avatar_image_url":"https://github.githubassets.com/images/email/message_cards/avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/quicwg/base-drafts"}},"updates":{"snippets":[{"icon":"PERSON","message":"@martinthomson pushed 1 commit in #2301"}],"action":{"name":"View Pull Request","url":"https://github.com/quicwg/base-drafts/pull/2301/files/ca08d5fae11b80513d462332986b199b02e42d82..1186b28ab35699b9dc7356d3127def55c110c263"}}}</script>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/pull/2301/files/ca08d5fae11b80513d462332986b199b02e42d82..1186b28ab35699b9dc7356d3127def55c110c263",
"url": "https://github.com/quicwg/base-drafts/pull/2301/files/ca08d5fae11b80513d462332986b199b02e42d82..1186b28ab35699b9dc7356d3127def55c110c263",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>

----==_mimepart_5c33dd6789d07_713f3fd3fa8d45c411124f1--


From nobody Mon Jan  7 15: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 D762612EB11 for <quic-issues@ietfa.amsl.com>; Mon,  7 Jan 2019 15:15:19 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -6.447
X-Spam-Level: 
X-Spam-Status: No, score=-6.447 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIMWL_WL_HIGH=-0.065, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, HTML_IMAGE_ONLY_24=1.618, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-1, RCVD_IN_DNSWL_HI=-5, SPF_PASS=-0.001] autolearn=ham autolearn_force=no
Authentication-Results: ietfa.amsl.com (amavisd-new); dkim=pass (1024-bit key) header.d=github.com
Received: from mail.ietf.org ([4.31.198.44]) by localhost (ietfa.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 20tn2rrfoIcm for <quic-issues@ietfa.amsl.com>; Mon,  7 Jan 2019 15:15: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 C42F812D4ED for <quic-issues@ietf.org>; Mon,  7 Jan 2019 15:15:17 -0800 (PST)
Date: Mon, 07 Jan 2019 15:15:16 -0800
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1546902916; bh=zCqPJNZZfQMbQ9kTltTEOAcaMZ2JN0afFi8fJtsKykY=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=ZHLzD7kr2gOvrn139CnuKfLNR9t/jKsRo6FGcrtls8PnD+DrbhDscHbXdON8zkL+2 4eiGc2G+XudgRTCJldaKEfEGEf2ljBwLVSFofa8yHFERNHrovx99AwMoprSnYG0Onq G6fFXt42MgHUpNOaqFmTVb7nAOaTExL63oO6MVN0=
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/2302/push/3188297595@github.com>
In-Reply-To: <quicwg/base-drafts/pull/2302@github.com>
References: <quicwg/base-drafts/pull/2302@github.com>
Subject: Re: [quicwg/base-drafts]  ACK of non-existent packet is illegal  (#2302)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5c33dd84e6450_73763faea14d45c487832c"; 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/FruOm0FUPVvnZ3jQ-Njv4ap2E1U>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
List-Id: Notification list for GitHub issues related to the QUIC WG <quic-issues.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=unsubscribe>
List-Archive: <https://mailarchive.ietf.org/arch/browse/quic-issues/>
List-Post: <mailto:quic-issues@ietf.org>
List-Help: <mailto:quic-issues-request@ietf.org?subject=help>
List-Subscribe: <https://www.ietf.org/mailman/listinfo/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=subscribe>
X-List-Received-Date: Mon, 07 Jan 2019 23:15:20 -0000

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

@martinthomson pushed 1 commit.

d337fcfcbe16fa4f11b6725d9fc5e8e69d5bad48  acknowledged packets, not numbers


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

----==_mimepart_5c33dd84e6450_73763faea14d45c487832c
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/d337fcfcbe16fa4f11b6725d9fc5e8e69d5bad48">d337fcf</a>  acknowledged packets, not numbers</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/2302/files/d872c09a8ef35f027dfbda024407bd73cd0d0371..d337fcfcbe16fa4f11b6725d9fc5e8e69d5bad48">View it on GitHub</a> or <a href="https://github.com/notifications/unsubscribe-auth/AWbkq75l2rIw0SP1F3vU-OFHVpQH3uIsks5vA9UEgaJpZM4ZyrCo">mute the thread</a>.<img src="https://github.com/notifications/beacon/AWbkqyBjvDlMbNqqwSJmY0nNUpS_DpXoks5vA9UEgaJpZM4ZyrCo.gif" height="1" width="1" alt="" /></p>
<script type="application/json" data-scope="inboxmarkup">{"api_version":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name":"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"https://github.githubassets.com/images/email/message_cards/header.png","avatar_image_url":"https://github.githubassets.com/images/email/message_cards/avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/quicwg/base-drafts"}},"updates":{"snippets":[{"icon":"PERSON","message":"@martinthomson pushed 1 commit in #2302"}],"action":{"name":"View Pull Request","url":"https://github.com/quicwg/base-drafts/pull/2302/files/d872c09a8ef35f027dfbda024407bd73cd0d0371..d337fcfcbe16fa4f11b6725d9fc5e8e69d5bad48"}}}</script>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/pull/2302/files/d872c09a8ef35f027dfbda024407bd73cd0d0371..d337fcfcbe16fa4f11b6725d9fc5e8e69d5bad48",
"url": "https://github.com/quicwg/base-drafts/pull/2302/files/d872c09a8ef35f027dfbda024407bd73cd0d0371..d337fcfcbe16fa4f11b6725d9fc5e8e69d5bad48",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>

----==_mimepart_5c33dd84e6450_73763faea14d45c487832c--


From nobody Mon Jan  7 15: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 3A15412EB11 for <quic-issues@ietfa.amsl.com>; Mon,  7 Jan 2019 15:18:56 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -6.661
X-Spam-Level: 
X-Spam-Status: No, score=-6.661 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIMWL_WL_HIGH=-0.065, 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_PASS=-0.001] autolearn=ham autolearn_force=no
Authentication-Results: ietfa.amsl.com (amavisd-new); dkim=pass (1024-bit key) header.d=github.com
Received: from mail.ietf.org ([4.31.198.44]) by localhost (ietfa.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id ex8ZRoFG1xhi for <quic-issues@ietfa.amsl.com>; Mon,  7 Jan 2019 15:18:54 -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 67B03124408 for <quic-issues@ietf.org>; Mon,  7 Jan 2019 15:18:54 -0800 (PST)
Date: Mon, 07 Jan 2019 15:18:53 -0800
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1546903133; bh=lw4OXTon+0u4OjZQnDH4xPIgfiFsbVY3p6WPrMA+1/A=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=dFhpj66/g9rtMgFdtYmYLt4MbYKuxt4BFPWGLVVg5H1PCH2xESXTNa92VVBgiqB4M T8F1w5S9ncGxGI8ySfrv78dH1yUdmBEgLC4iGWeG/1CXAYR/aZbU6kYqTpN5BZAz65 FU0uvVdI3VxB3U4LlNBiVPHlCsL96557R4u5pD1M=
From: Mike Bishop <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+0166e4ab2e635be470220dd3a4eca47fdb51ca121b5021fc92cf00000001184ba05d92a169ce17392ee3@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/pull/2111/review/190036047@github.com>
In-Reply-To: <quicwg/base-drafts/pull/2111@github.com>
References: <quicwg/base-drafts/pull/2111@github.com>
Subject: Re: [quicwg/base-drafts] Use "Insert Count" rather than "Largest Reference" (#2111)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5c33de5d94171_44193ff76e0d45bc1139473"; 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/e3ar7tdVtXJNdV5maIwq0cor94o>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
List-Id: Notification list for GitHub issues related to the QUIC WG <quic-issues.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=unsubscribe>
List-Archive: <https://mailarchive.ietf.org/arch/browse/quic-issues/>
List-Post: <mailto:quic-issues@ietf.org>
List-Help: <mailto:quic-issues-request@ietf.org?subject=help>
List-Subscribe: <https://www.ietf.org/mailman/listinfo/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=subscribe>
X-List-Received-Date: Mon, 07 Jan 2019 23:18:56 -0000

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

MikeBishop commented on this pull request.



> @@ -784,29 +798,29 @@ streams emit the headers for an HTTP request or response.
 
 ### Header Data Prefix {#header-prefix}
 
-Header data is prefixed with two integers, `Largest Reference` and `Base Index`.
+Header data is prefixed with two integers, `Required Insert Count` and `Base`.

The guidance that I've previously received is that illustrations are helpful, but not normative, and the text therefore has to convey everything that's required to implement.

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/quicwg/base-drafts/pull/2111#discussion_r245831403
----==_mimepart_5c33de5d94171_44193ff76e0d45bc1139473
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/2111#discussion_r245831403">draft-ietf-quic-qpack.md</a>:</p>
<pre style='color:#555'>&gt; @@ -784,29 +798,29 @@ streams emit the headers for an HTTP request or response.
 
 ### Header Data Prefix {#header-prefix}
 
-Header data is prefixed with two integers, `Largest Reference` and `Base Index`.
+Header data is prefixed with two integers, `Required Insert Count` and `Base`.
</pre>
<p>The guidance that I've previously received is that illustrations are helpful, but not normative, and the text therefore has to convey everything that's required to implement.</p>

<p style="font-size:small;-webkit-text-size-adjust:none;color:#666;">&mdash;<br />You are receiving this because you are subscribed to this thread.<br />Reply to this email directly, <a href="https://github.com/quicwg/base-drafts/pull/2111#discussion_r245831403">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AWbkq0AAxIVVN_p9RWJZj2d1PYX4mvn_ks5vA9XdgaJpZM4ZMydb">mute the thread</a>.<img src="https://github.com/notifications/beacon/AWbkqxO7tOGPuwev5i5dCRNkeJWRmhYjks5vA9XdgaJpZM4ZMydb.gif" height="1" width="1" alt="" /></p>
<script type="application/json" data-scope="inboxmarkup">{"api_version":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name":"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"https://github.githubassets.com/images/email/message_cards/header.png","avatar_image_url":"https://github.githubassets.com/images/email/message_cards/avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/quicwg/base-drafts"}},"updates":{"snippets":[{"icon":"PERSON","message":"@MikeBishop commented on #2111"}],"action":{"name":"View Pull Request","url":"https://github.com/quicwg/base-drafts/pull/2111#discussion_r245831403"}}}</script>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/pull/2111#discussion_r245831403",
"url": "https://github.com/quicwg/base-drafts/pull/2111#discussion_r245831403",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>
----==_mimepart_5c33de5d94171_44193ff76e0d45bc1139473--


From nobody Mon Jan  7 15:20: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 CF25E12E7C1 for <quic-issues@ietfa.amsl.com>; Mon,  7 Jan 2019 15:20:08 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -6.661
X-Spam-Level: 
X-Spam-Status: No, score=-6.661 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIMWL_WL_HIGH=-0.065, 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_PASS=-0.001] autolearn=ham autolearn_force=no
Authentication-Results: ietfa.amsl.com (amavisd-new); dkim=pass (1024-bit key) header.d=github.com
Received: from mail.ietf.org ([4.31.198.44]) by localhost (ietfa.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id yH9qeg_yfyux for <quic-issues@ietfa.amsl.com>; Mon,  7 Jan 2019 15:20: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 9A302124408 for <quic-issues@ietf.org>; Mon,  7 Jan 2019 15:20:06 -0800 (PST)
Date: Mon, 07 Jan 2019 15:20:05 -0800
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1546903205; bh=XE2xFahMOuxPmrXy8+vaipCfm+ags+HWvGJ2NY+9JB4=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=KqIms8tfET5iYeTXILvkVZQcLyaScabbXpqJIf4r45mavGTUNnCpwkOvPsPJiSrCi ml9ZgizHAvu5Tx/xOY8WugYXXKzHBHiDKZpnHWi+8Jn5XkLjNnMC6NoFNUzDZB1Alk ViTYWyACaY3xN5ICfuIprGBbc+vpmopvJfgYOsyA=
From: David Schinazi <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+0166e4ab8d6c53f1282c62dbad9aaf940c4240c27de0a77a92cf00000001184ba0a592a169ce175c9b40@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/pull/2203/review/190036357@github.com>
In-Reply-To: <quicwg/base-drafts/pull/2203@github.com>
References: <quicwg/base-drafts/pull/2203@github.com>
Subject: Re: [quicwg/base-drafts] Rearrange Packet Types section and references (#2203)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5c33dea58b048_7f1a3f9cd72d45c013255f2"; 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/E2ZzRixciSn6OGZiTCrYuRb-5jA>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
List-Id: Notification list for GitHub issues related to the QUIC WG <quic-issues.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=unsubscribe>
List-Archive: <https://mailarchive.ietf.org/arch/browse/quic-issues/>
List-Post: <mailto:quic-issues@ietf.org>
List-Help: <mailto:quic-issues-request@ietf.org?subject=help>
List-Subscribe: <https://www.ietf.org/mailman/listinfo/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=subscribe>
X-List-Received-Date: Mon, 07 Jan 2019 23:20:09 -0000

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

DavidSchinazi commented on this pull request.



> @@ -2609,15 +2605,22 @@ details.
 
 ## Coalescing Packets {#packet-coalesce}
 
-A sender can coalesce multiple QUIC packets into one UDP datagram.  This can
-reduce the number of UDP datagrams needed to complete the cryptographic
-handshake and starting sending data.  Receivers MUST be able to process
-coalesced packets.
+Initial ({{packet-initial}}), 0-RTT ({{packet-0rtt}}), and Handshake
+({{packet-handshake}}) packets contain a Length field, which determines the end

I think we might want to either rename the Length field, or at least clarify that it's in a different place based on the Long Header Type.

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/quicwg/base-drafts/pull/2203#pullrequestreview-190036357
----==_mimepart_5c33dea58b048_7f1a3f9cd72d45c013255f2
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/2203#discussion_r245831661">draft-ietf-quic-transport.md</a>:</p>
<pre style='color:#555'>&gt; @@ -2609,15 +2605,22 @@ details.
 
 ## Coalescing Packets {#packet-coalesce}
 
-A sender can coalesce multiple QUIC packets into one UDP datagram.  This can
-reduce the number of UDP datagrams needed to complete the cryptographic
-handshake and starting sending data.  Receivers MUST be able to process
-coalesced packets.
+Initial ({{packet-initial}}), 0-RTT ({{packet-0rtt}}), and Handshake
+({{packet-handshake}}) packets contain a Length field, which determines the end
</pre>
<p>I think we might want to either rename the Length field, or at least clarify that it's in a different place based on the Long Header Type.</p>

<p style="font-size:small;-webkit-text-size-adjust:none;color:#666;">&mdash;<br />You are receiving this because you are subscribed to this thread.<br />Reply to this email directly, <a href="https://github.com/quicwg/base-drafts/pull/2203#pullrequestreview-190036357">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AWbkq645I6fCj2lEsKyChoBrWpiEwmvAks5vA9YlgaJpZM4ZXXnl">mute the thread</a>.<img src="https://github.com/notifications/beacon/AWbkq34283Hd8UsC7xmkTDaDS5RfYVAGks5vA9YlgaJpZM4ZXXnl.gif" height="1" width="1" alt="" /></p>
<script type="application/json" data-scope="inboxmarkup">{"api_version":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name":"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"https://github.githubassets.com/images/email/message_cards/header.png","avatar_image_url":"https://github.githubassets.com/images/email/message_cards/avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/quicwg/base-drafts"}},"updates":{"snippets":[{"icon":"PERSON","message":"@DavidSchinazi commented on #2203"}],"action":{"name":"View Pull Request","url":"https://github.com/quicwg/base-drafts/pull/2203#pullrequestreview-190036357"}}}</script>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/pull/2203#pullrequestreview-190036357",
"url": "https://github.com/quicwg/base-drafts/pull/2203#pullrequestreview-190036357",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>
----==_mimepart_5c33dea58b048_7f1a3f9cd72d45c013255f2--


From nobody Mon Jan  7 15:20: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 E778D12E7C1 for <quic-issues@ietfa.amsl.com>; Mon,  7 Jan 2019 15:20:41 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -6.519
X-Spam-Level: 
X-Spam-Status: No, score=-6.519 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIMWL_WL_HIGH=-0.065, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, HTML_IMAGE_ONLY_20=1.546, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-1, RCVD_IN_DNSWL_HI=-5, SPF_PASS=-0.001] autolearn=ham autolearn_force=no
Authentication-Results: ietfa.amsl.com (amavisd-new); dkim=pass (1024-bit key) header.d=github.com
Received: from mail.ietf.org ([4.31.198.44]) by localhost (ietfa.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id ydcpMGM09a9t for <quic-issues@ietfa.amsl.com>; Mon,  7 Jan 2019 15:20:40 -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 0CAC9124408 for <quic-issues@ietf.org>; Mon,  7 Jan 2019 15:20:40 -0800 (PST)
Date: Mon, 07 Jan 2019 15:20:39 -0800
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1546903239; bh=vAA0ghqqRNWa2rrXBXjNR3QMW+Jh5Q0FVN+87zCddj4=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=DfW7KIxxEHpj6Fr6oQRz6GyUc/4bM5A5wEc6RpSiC5xQtZxw07WmhMSi6nfdDLPQW 25ZwvYDsegfdwtmf4R8BlS18KNBAZsCvS8sO4SNMhqrejq3CwzgZBltbwSvJCNwvby QdZMh5xshlQlTvpNmRZXGhFYfKkd9My9dYK4kIX8=
From: Martin Thomson <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+0166e4ab48088d9741136215b8ad04568d0a074602cfa7b492cf00000001184ba0c792a169ce179f8940@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/pull/2305/c452117710@github.com>
In-Reply-To: <quicwg/base-drafts/pull/2305@github.com>
References: <quicwg/base-drafts/pull/2305@github.com>
Subject: Re: [quicwg/base-drafts] use the STREAM_STATE_ERROR for stream-related errors (#2305)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5c33dec7436f_59903fa3b5ed45c05717ca"; 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/zC1NToE3FlSGedtgchqBO6p-B_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, 07 Jan 2019 23:20:42 -0000

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

WFM.

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

<p>WFM.</p>

<p style="font-size:small;-webkit-text-size-adjust:none;color:#666;">&mdash;<br />You are receiving this because you are subscribed to this thread.<br />Reply to this email directly, <a href="https://github.com/quicwg/base-drafts/pull/2305#issuecomment-452117710">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AWbkq5TQgzBCfnerEdi1m4cUq1DbzFxSks5vA9ZHgaJpZM4ZyyH-">mute the thread</a>.<img src="https://github.com/notifications/beacon/AWbkqwGYb_b9_5k6OgVQ9VJEfdil_kmFks5vA9ZHgaJpZM4ZyyH-.gif" height="1" width="1" alt="" /></p>
<script type="application/json" data-scope="inboxmarkup">{"api_version":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name":"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"https://github.githubassets.com/images/email/message_cards/header.png","avatar_image_url":"https://github.githubassets.com/images/email/message_cards/avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/quicwg/base-drafts"}},"updates":{"snippets":[{"icon":"PERSON","message":"@martinthomson in #2305: WFM."}],"action":{"name":"View Pull Request","url":"https://github.com/quicwg/base-drafts/pull/2305#issuecomment-452117710"}}}</script>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/pull/2305#issuecomment-452117710",
"url": "https://github.com/quicwg/base-drafts/pull/2305#issuecomment-452117710",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>
----==_mimepart_5c33dec7436f_59903fa3b5ed45c05717ca--


From nobody Mon Jan  7 15:23: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 737A6124408 for <quic-issues@ietfa.amsl.com>; Mon,  7 Jan 2019 15:23:18 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -6.661
X-Spam-Level: 
X-Spam-Status: No, score=-6.661 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIMWL_WL_HIGH=-0.065, 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_PASS=-0.001] autolearn=ham autolearn_force=no
Authentication-Results: ietfa.amsl.com (amavisd-new); dkim=pass (1024-bit key) header.d=github.com
Received: from mail.ietf.org ([4.31.198.44]) by localhost (ietfa.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id PsoXspiwYQTY for <quic-issues@ietfa.amsl.com>; Mon,  7 Jan 2019 15:23:17 -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 22E1F12F1A5 for <quic-issues@ietf.org>; Mon,  7 Jan 2019 15:23:16 -0800 (PST)
Date: Mon, 07 Jan 2019 15:23:15 -0800
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1546903395; bh=aBvlX3tK0xQNAiFuJq1ZDhpy7xKX8NMRMxfo5sSXK5A=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=iVFK3FMEkdV3NyfGGzei/qhI2Vhy08eJhe6O3SqV9L1qPsiDb7oZipI/ZcEG58Mpg JdD97Db02tEOmrSCd5c8KFwrexfL3wj8jVKaZGQYzyNxJQK6p0oS0yrdiWzIV/0XPx /tlwYKnxAVHWHPjP90HwOjoF6G49sazaGQ7ZjJdE=
From: David Schinazi <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+0166e4ab769f6d93ab3e1b643add720646f8a057f71c0c2b92cf00000001184ba16392a169ce175c9b40@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/pull/2203/c452118276@github.com>
In-Reply-To: <quicwg/base-drafts/pull/2203@github.com>
References: <quicwg/base-drafts/pull/2203@github.com>
Subject: Re: [quicwg/base-drafts] Rearrange Packet Types section and references (#2203)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5c33df634a4cf_6a4d3feae44d45b8104914e"; 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/INYfgFh7xkymZBrel5G0fxY404w>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
List-Id: Notification list for GitHub issues related to the QUIC WG <quic-issues.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=unsubscribe>
List-Archive: <https://mailarchive.ietf.org/arch/browse/quic-issues/>
List-Post: <mailto:quic-issues@ietf.org>
List-Help: <mailto:quic-issues-request@ietf.org?subject=help>
List-Subscribe: <https://www.ietf.org/mailman/listinfo/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=subscribe>
X-List-Received-Date: Mon, 07 Jan 2019 23:23:18 -0000

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

The comments in this PR discuss an "Extended Long Header" but I don't see it in the actual diff. Was it removed? I tried to address this in #2295 but I'm happy to have it be fixed here with an explicit extended long header.

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

<p>The comments in this PR discuss an "Extended Long Header" but I don't see it in the actual diff. Was it removed? I tried to address this in <a class="issue-link js-issue-link" data-error-text="Failed to load issue title" data-id="396085755" data-permission-text="Issue title is private" data-url="https://github.com/quicwg/base-drafts/issues/2295" data-hovercard-type="pull_request" data-hovercard-url="/quicwg/base-drafts/pull/2295/hovercard" href="https://github.com/quicwg/base-drafts/pull/2295">#2295</a> but I'm happy to have it be fixed here with an explicit extended long header.</p>

<p style="font-size:small;-webkit-text-size-adjust:none;color:#666;">&mdash;<br />You are receiving this because you are subscribed to this thread.<br />Reply to this email directly, <a href="https://github.com/quicwg/base-drafts/pull/2203#issuecomment-452118276">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AWbkq6EWSDfC2MzCb6mQhFRd5Y-Uf5vtks5vA9bjgaJpZM4ZXXnl">mute the thread</a>.<img src="https://github.com/notifications/beacon/AWbkqy-ug-Txc_EOt_QpTOv0k29SXN1aks5vA9bjgaJpZM4ZXXnl.gif" height="1" width="1" alt="" /></p>
<script type="application/json" data-scope="inboxmarkup">{"api_version":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name":"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"https://github.githubassets.com/images/email/message_cards/header.png","avatar_image_url":"https://github.githubassets.com/images/email/message_cards/avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/quicwg/base-drafts"}},"updates":{"snippets":[{"icon":"PERSON","message":"@DavidSchinazi in #2203: The comments in this PR discuss an \"Extended Long Header\" but I don't see it in the actual diff. Was it removed? I tried to address this in #2295 but I'm happy to have it be fixed here with an explicit extended long header."}],"action":{"name":"View Pull Request","url":"https://github.com/quicwg/base-drafts/pull/2203#issuecomment-452118276"}}}</script>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/pull/2203#issuecomment-452118276",
"url": "https://github.com/quicwg/base-drafts/pull/2203#issuecomment-452118276",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>
----==_mimepart_5c33df634a4cf_6a4d3feae44d45b8104914e--


From nobody Mon Jan  7 15:29:59 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 CF76812F18C for <quic-issues@ietfa.amsl.com>; Mon,  7 Jan 2019 15:29:58 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -1.661
X-Spam-Level: 
X-Spam-Status: No, score=-1.661 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIMWL_WL_HIGH=-0.065, 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_PASS=-0.001] autolearn=ham autolearn_force=no
Authentication-Results: ietfa.amsl.com (amavisd-new); dkim=pass (1024-bit key) header.d=github.com
Received: from mail.ietf.org ([4.31.198.44]) by localhost (ietfa.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id dgdCTaNt0OI6 for <quic-issues@ietfa.amsl.com>; Mon,  7 Jan 2019 15:29:57 -0800 (PST)
Received: from o7.sgmail.github.com (o7.sgmail.github.com [167.89.101.198]) (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 2123812EB11 for <quic-issues@ietf.org>; Mon,  7 Jan 2019 15:29:56 -0800 (PST)
DKIM-Signature: v=1; a=rsa-sha1; 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=li0PKE9pKxBH+hYfuFaog8OmMLk=; b=Rvlxz3PfUSvBANau +jQj6zRp9Hpee1YPp5xP/HoXfh1LSlUa10bmeLvauO6Ir1iizT9kHCHNl8Kwwumu Y3sOzrYcif/6P6Aqwl1PJW9Ehd4vV616TTQxOsIV+xcoiMaNYVdUEDDVOodGzPar yY4E8HU1YahwxJtr56hgg/z4ln8=
Received: by filter0073p1iad2.sendgrid.net with SMTP id filter0073p1iad2-7175-5C33E0F3-1F 2019-01-07 23:29:55.574035197 +0000 UTC m=+334151.065010043
Received: from github-lowworker-56a5eb2.cp1-iad.github.net (unknown [192.30.252.33]) by ismtpd0038p1mdw1.sendgrid.net (SG) with ESMTP id 0i80k6zlQt24xvOgyodL4w for <quic-issues@ietf.org>; Mon, 07 Jan 2019 23:29:55.596 +0000 (UTC)
Received: from github.com (localhost [127.0.0.1]) by github-lowworker-56a5eb2.cp1-iad.github.net (Postfix) with ESMTP id 83FFCC11B5 for <quic-issues@ietf.org>; Mon,  7 Jan 2019 15:29:55 -0800 (PST)
Date: Mon, 07 Jan 2019 23:29:55 +0000 (UTC)
From: David Schinazi <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+0166e4ab415ad474a006d1c624377c987b5a5e7b45102a5792cf00000001184ba2f392a169ce179bc9fb@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/pull/2295/c452119750@github.com>
In-Reply-To: <quicwg/base-drafts/pull/2295@github.com>
References: <quicwg/base-drafts/pull/2295@github.com>
Subject: Re: [quicwg/base-drafts] Move some long header fields to more appropriate definitions (#2295)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5c33e0f38277f_4123f94f34d45b49530a4"; 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
X-SG-EID: l64QuQ2uJCcEyUykJbxN122A6QRmEpucztpreh3Pak30GZM9l8uW2reXxYpr8gc4TbxISzBGqsZ2KE iHWsNvstzFVq6xrbp/4RhytoEznjZeRaNHV3RMXYpu1J0D2nsXzRs3bQDCUTfeliiKbK5k9FNzc2/s HLYi4n7Vi5nMK3NP7qIWjHyHgxONv/+hkUeElsb86XQw3Do2MZTIWWKP5CrRt4Ulvzl4NfE0J1KeKd s=
Archived-At: <https://mailarchive.ietf.org/arch/msg/quic-issues/-6RDZmOAf079SecqcP6yk0L5Hm4>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
List-Id: Notification list for GitHub issues related to the QUIC WG <quic-issues.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=unsubscribe>
List-Archive: <https://mailarchive.ietf.org/arch/browse/quic-issues/>
List-Post: <mailto:quic-issues@ietf.org>
List-Help: <mailto:quic-issues-request@ietf.org?subject=help>
List-Subscribe: <https://www.ietf.org/mailman/listinfo/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=subscribe>
X-List-Received-Date: Mon, 07 Jan 2019 23:29:59 -0000

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

@ianswett good point I wasn't aware of #2203, thanks. I added some comments over 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/2295#issuecomment-452119750
----==_mimepart_5c33e0f38277f_4123f94f34d45b49530a4
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> good point I wasn't aware of <a class="issue-link js-issue-link" data-error-text="Failed to load issue title" data-id="391945024" data-permission-text="Issue title is private" data-url="https://github.com/quicwg/base-drafts/issues/2203" data-hovercard-type="pull_request" data-hovercard-url="/quicwg/base-drafts/pull/2203/hovercard" href="https://github.com/quicwg/base-drafts/pull/2203">#2203</a>, thanks. I added some comments over 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/2295#issuecomment-452119750">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AWbkq_W9-LfiUoY90w1CLJDw11aGMU9gks5vA9hzgaJpZM4Zt7M5">mute the thread</a>.<img src="https://github.com/notifications/beacon/AWbkq7rKypldZN-Ige99qVvcLwzBa2PHks5vA9hzgaJpZM4Zt7M5.gif" height="1" width="1" alt="" /></p>
<script type="application/json" data-scope="inboxmarkup">{"api_version":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name":"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"https://github.githubassets.com/images/email/message_cards/header.png","avatar_image_url":"https://github.githubassets.com/images/email/message_cards/avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/quicwg/base-drafts"}},"updates":{"snippets":[{"icon":"PERSON","message":"@DavidSchinazi in #2295: @ianswett good point I wasn't aware of #2203, thanks. I added some comments over there."}],"action":{"name":"View Pull Request","url":"https://github.com/quicwg/base-drafts/pull/2295#issuecomment-452119750"}}}</script>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/pull/2295#issuecomment-452119750",
"url": "https://github.com/quicwg/base-drafts/pull/2295#issuecomment-452119750",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>
----==_mimepart_5c33e0f38277f_4123f94f34d45b49530a4--


From nobody Mon Jan  7 15:32: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 28C8312F1A6 for <quic-issues@ietfa.amsl.com>; Mon,  7 Jan 2019 15:32:22 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -6.519
X-Spam-Level: 
X-Spam-Status: No, score=-6.519 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIMWL_WL_HIGH=-0.065, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, HTML_IMAGE_ONLY_20=1.546, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-1, RCVD_IN_DNSWL_HI=-5, SPF_PASS=-0.001] autolearn=ham autolearn_force=no
Authentication-Results: ietfa.amsl.com (amavisd-new); dkim=pass (1024-bit key) header.d=github.com
Received: from mail.ietf.org ([4.31.198.44]) by localhost (ietfa.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id F4mQxhaFbc8d for <quic-issues@ietfa.amsl.com>; Mon,  7 Jan 2019 15:32: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 596DC124408 for <quic-issues@ietf.org>; Mon,  7 Jan 2019 15:32:20 -0800 (PST)
Date: Mon, 07 Jan 2019 15:32:19 -0800
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1546903939; bh=P/04mAg0KBteK/GFckrfyjyEOPL3Ij7Jh75o/+76mu8=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=fSApzb23K4FxOC7tBKLXqR2YDpvlpIZmWPV2AJLqw0Qrsq/iq4uMyyLXcCkzmDEaM R6lufFG/u6i/BNQ9b+5gqzlZ6nQN4HVLgCZkMGW0fhq1JMT1yTvw60VuP93fINlEyj 59QFuOlZWdoyyVfEQIKHoRis9B5iBSawYMJFtF40=
From: Martin Thomson <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+0166e4ab6534ebb423b036b7bc48576a8605bcb82699f7c092cf00000001184ba38392a169ce179fb001@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/pull/2307/c452120282@github.com>
In-Reply-To: <quicwg/base-drafts/pull/2307@github.com>
References: <quicwg/base-drafts/pull/2307@github.com>
Subject: Re: [quicwg/base-drafts] allow PING frames in Initial and Handshake packets (#2307)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5c33e18365d41_44273fd3fa8d45c46380ce"; 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/-54LVJkzxr2sFc6C15bcTjdN4G8>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
List-Id: Notification list for GitHub issues related to the QUIC WG <quic-issues.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=unsubscribe>
List-Archive: <https://mailarchive.ietf.org/arch/browse/quic-issues/>
List-Post: <mailto:quic-issues@ietf.org>
List-Help: <mailto:quic-issues-request@ietf.org?subject=help>
List-Subscribe: <https://www.ietf.org/mailman/listinfo/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=subscribe>
X-List-Received-Date: Mon, 07 Jan 2019 23:32:22 -0000

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

Is there an issue that this 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/pull/2307#issuecomment-452120282
----==_mimepart_5c33e18365d41_44273fd3fa8d45c46380ce
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

<p>Is there an issue that this 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/pull/2307#issuecomment-452120282">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AWbkq9hwAayFjhkjTBbavurjBvVC-X8wks5vA9kDgaJpZM4Zy1R1">mute the thread</a>.<img src="https://github.com/notifications/beacon/AWbkqxUkjxKARyp0fzx3HqXg1mmoIfRjks5vA9kDgaJpZM4Zy1R1.gif" height="1" width="1" alt="" /></p>
<script type="application/json" data-scope="inboxmarkup">{"api_version":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name":"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"https://github.githubassets.com/images/email/message_cards/header.png","avatar_image_url":"https://github.githubassets.com/images/email/message_cards/avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/quicwg/base-drafts"}},"updates":{"snippets":[{"icon":"PERSON","message":"@martinthomson in #2307: Is there an issue that this addresses?"}],"action":{"name":"View Pull Request","url":"https://github.com/quicwg/base-drafts/pull/2307#issuecomment-452120282"}}}</script>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/pull/2307#issuecomment-452120282",
"url": "https://github.com/quicwg/base-drafts/pull/2307#issuecomment-452120282",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>
----==_mimepart_5c33e18365d41_44273fd3fa8d45c46380ce--


From nobody Mon Jan  7 15:35:13 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 75CBC124408 for <quic-issues@ietfa.amsl.com>; Mon,  7 Jan 2019 15:35:11 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -1.661
X-Spam-Level: 
X-Spam-Status: No, score=-1.661 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIMWL_WL_HIGH=-0.065, 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_PASS=-0.001] autolearn=ham autolearn_force=no
Authentication-Results: ietfa.amsl.com (amavisd-new); dkim=pass (1024-bit key) header.d=github.com
Received: from mail.ietf.org ([4.31.198.44]) by localhost (ietfa.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id pwvti17PksoY for <quic-issues@ietfa.amsl.com>; Mon,  7 Jan 2019 15:35:09 -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 85F7A12008A for <quic-issues@ietf.org>; Mon,  7 Jan 2019 15:35:09 -0800 (PST)
DKIM-Signature: v=1; a=rsa-sha1; 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=50HjPNigvfyFq84I9w4LEqXP5BQ=; b=mYGSB1cIGqOqbt4K SZV8Z7JIKcM6txbqy9Zy+WOZJHeARNAM23Svz1LQUxjl+BdwB1mrCEADwn6p22DI kkAgPBFEYmAERgZnEdZ1LPYHgKHAl720P8RYoCw8h2PyXDmftkBNLpQDk8FM2pIQ RWTE1yJQ5mxwng7z+Qv2D+9gjE0=
Received: by filter0454p1iad2.sendgrid.net with SMTP id filter0454p1iad2-9481-5C33E22C-F 2019-01-07 23:35:08.296068265 +0000 UTC m=+334120.293127581
Received: from github-lowworker-05ceafd.cp1-iad.github.net (unknown [192.30.252.40]) by ismtpd0015p1iad1.sendgrid.net (SG) with ESMTP id 8uyLdNViRa6ToyLKk9wUBw for <quic-issues@ietf.org>; Mon, 07 Jan 2019 23:35:08.318 +0000 (UTC)
Received: from github.com (localhost [127.0.0.1]) by github-lowworker-05ceafd.cp1-iad.github.net (Postfix) with ESMTP id 4BF14460146 for <quic-issues@ietf.org>; Mon,  7 Jan 2019 15:35:08 -0800 (PST)
Date: Mon, 07 Jan 2019 23:35:08 +0000 (UTC)
From: Martin Thomson <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+0166e4ab9433660837f8e5c3c321a2cb0b6493ab9da83d8592cf00000001184ba42c92a169ce179bec73@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/pull/2296/review/190039925@github.com>
In-Reply-To: <quicwg/base-drafts/pull/2296@github.com>
References: <quicwg/base-drafts/pull/2296@github.com>
Subject: Re: [quicwg/base-drafts] Allow servers to send a preferred address of each address family (#2296)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5c33e22c4a9dd_af13fbdad6d45c0136991e"; 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-SG-EID: l64QuQ2uJCcEyUykJbxN122A6QRmEpucztpreh3Pak3t4Yr5YzopnLb9h8HsZUbsDNJZWE1yWBymrp F9kyDZQ4lXIbqKebygwbP2boAkDUT42Rwotqe+R7Tze5SjTglADzVqF5Sd0Tsq7f+KQH2p0iCOOFW5 BzATwoB9PGBTX2Q37BPO2/AFjQ3Cd83W+lOf142Ms9KDs9kD6dS0C2MdjFWPEmcV1pJzQ3dxKqSO/3 o=
Archived-At: <https://mailarchive.ietf.org/arch/msg/quic-issues/gV7G83pEHtLSof0ZVePt3-NQhcA>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
List-Id: Notification list for GitHub issues related to the QUIC WG <quic-issues.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=unsubscribe>
List-Archive: <https://mailarchive.ietf.org/arch/browse/quic-issues/>
List-Post: <mailto:quic-issues@ietf.org>
List-Help: <mailto:quic-issues-request@ietf.org?subject=help>
List-Subscribe: <https://www.ietf.org/mailman/listinfo/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=subscribe>
X-List-Received-Date: Mon, 07 Jan 2019 23:35:11 -0000

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

martinthomson commented on this pull request.



>  
 ~~~
    struct {
-     enum { IPv4(4), IPv6(6), (15) } ipVersion;
-     opaque ipAddress<4..2^8-1>;
+     opaque ipv4Address<0..2^8-1>;
+     opaque ipv6Address<0..2^8-1>;
      uint16 port;

And I'm ok with having the same port across versions.  Which all suggests a smaller change:
```
ipv4Address[4];
ipv6Address[16];
uint16 port;
```

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/quicwg/base-drafts/pull/2296#discussion_r245834596
----==_mimepart_5c33e22c4a9dd_af13fbdad6d45c0136991e
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/2296#discussion_r245834596">draft-ietf-quic-transport.md</a>:</p>
<pre style='color:#555'>&gt;  
 ~~~
    struct {
-     enum { IPv4(4), IPv6(6), (15) } ipVersion;
-     opaque ipAddress&lt;4..2^8-1&gt;;
+     opaque ipv4Address&lt;0..2^8-1&gt;;
+     opaque ipv6Address&lt;0..2^8-1&gt;;
      uint16 port;
</pre>
<p>And I'm ok with having the same port across versions.  Which all suggests a smaller change:</p>
<pre><code>ipv4Address[4];
ipv6Address[16];
uint16 port;
</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/2296#discussion_r245834596">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AWbkq0hD6FkR2kbd2VX74-u6OpeGf03bks5vA9msgaJpZM4ZuHR_">mute the thread</a>.<img src="https://github.com/notifications/beacon/AWbkq170jK-rKWWMMagHQfTtr853OTpHks5vA9msgaJpZM4ZuHR_.gif" height="1" width="1" alt="" /></p>
<script type="application/json" data-scope="inboxmarkup">{"api_version":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name":"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"https://github.githubassets.com/images/email/message_cards/header.png","avatar_image_url":"https://github.githubassets.com/images/email/message_cards/avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/quicwg/base-drafts"}},"updates":{"snippets":[{"icon":"PERSON","message":"@martinthomson commented on #2296"}],"action":{"name":"View Pull Request","url":"https://github.com/quicwg/base-drafts/pull/2296#discussion_r245834596"}}}</script>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/pull/2296#discussion_r245834596",
"url": "https://github.com/quicwg/base-drafts/pull/2296#discussion_r245834596",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>
----==_mimepart_5c33e22c4a9dd_af13fbdad6d45c0136991e--


From nobody Mon Jan  7 15:41: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 1BE2C124408 for <quic-issues@ietfa.amsl.com>; Mon,  7 Jan 2019 15:41:53 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -6.447
X-Spam-Level: 
X-Spam-Status: No, score=-6.447 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIMWL_WL_HIGH=-0.065, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, HTML_IMAGE_ONLY_24=1.618, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-1, RCVD_IN_DNSWL_HI=-5, SPF_PASS=-0.001] autolearn=ham autolearn_force=no
Authentication-Results: ietfa.amsl.com (amavisd-new); dkim=pass (1024-bit key) header.d=github.com
Received: from mail.ietf.org ([4.31.198.44]) by localhost (ietfa.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id rYf6vSlFjvNK for <quic-issues@ietfa.amsl.com>; Mon,  7 Jan 2019 15:41: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 308A312008A for <quic-issues@ietf.org>; Mon,  7 Jan 2019 15:41:51 -0800 (PST)
Date: Mon, 07 Jan 2019 15:41:50 -0800
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1546904510; bh=8A9egZYn8VQ3vlpjZRvVrughPfGNglhRjEGDs74YAUw=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=DX/D7KylD5Jd8t60HQOdZb4YBDVMC/4oY9MhO0XEXSEh8VV20nj9WKsZl7irXqiwz zjk4IGKwZHsK6vjT2KxHbFWMbMBjBx+kdToo1+uBvql+DzZIyOPEeSjj2KhJ6aDAZE fPOkoZkvOnlF7YP7CcUY3PwuomD6LQC1P89aBUqA=
From: Martin Thomson <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+0166e4abf4efd1fe64e573daf3d0f29fb8d2230057407a1792cf00000001184ba5be92a169ce179fc90b@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/issues/2309/452122275@github.com>
In-Reply-To: <quicwg/base-drafts/issues/2309@github.com>
References: <quicwg/base-drafts/issues/2309@github.com>
Subject: Re: [quicwg/base-drafts] Migration before handshake completed is very messy (#2309)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5c33e3be296de_ca53fee468d45b874986a"; 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/PZGCtIwBudsafC2uR2i13x_Nc14>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
List-Id: Notification list for GitHub issues related to the QUIC WG <quic-issues.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=unsubscribe>
List-Archive: <https://mailarchive.ietf.org/arch/browse/quic-issues/>
List-Post: <mailto:quic-issues@ietf.org>
List-Help: <mailto:quic-issues-request@ietf.org?subject=help>
List-Subscribe: <https://www.ietf.org/mailman/listinfo/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=subscribe>
X-List-Received-Date: Mon, 07 Jan 2019 23:41:53 -0000

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

Based on there being existing text, I think that we'll just use this for clarifying where the boundary is.  PRs sought.

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

<p>Based on there being existing text, I think that we'll just use this for clarifying where the boundary is.  PRs sought.</p>

<p style="font-size:small;-webkit-text-size-adjust:none;color:#666;">&mdash;<br />You are receiving this because you are subscribed to this thread.<br />Reply to this email directly, <a href="https://github.com/quicwg/base-drafts/issues/2309#issuecomment-452122275">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AWbkq6epzOjtfiITl5aMdAVO2ehhp6EAks5vA9s-gaJpZM4Zy3KE">mute the thread</a>.<img src="https://github.com/notifications/beacon/AWbkq1tCVZ16SltrxgGvHWZ45hCfDd3qks5vA9s-gaJpZM4Zy3KE.gif" height="1" width="1" alt="" /></p>
<script type="application/json" data-scope="inboxmarkup">{"api_version":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name":"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"https://github.githubassets.com/images/email/message_cards/header.png","avatar_image_url":"https://github.githubassets.com/images/email/message_cards/avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/quicwg/base-drafts"}},"updates":{"snippets":[{"icon":"PERSON","message":"@martinthomson in #2309: Based on there being existing text, I think that we'll just use this for clarifying where the boundary is.  PRs sought."}],"action":{"name":"View Issue","url":"https://github.com/quicwg/base-drafts/issues/2309#issuecomment-452122275"}}}</script>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/issues/2309#issuecomment-452122275",
"url": "https://github.com/quicwg/base-drafts/issues/2309#issuecomment-452122275",
"name": "View Issue"
},
"description": "View this Issue on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>
----==_mimepart_5c33e3be296de_ca53fee468d45b874986a--


From nobody Mon Jan  7 15:42: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 5EA58124408 for <quic-issues@ietfa.amsl.com>; Mon,  7 Jan 2019 15:42:13 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -8.065
X-Spam-Level: 
X-Spam-Status: No, score=-8.065 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIMWL_WL_HIGH=-0.065, 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_PASS=-0.001] autolearn=ham autolearn_force=no
Authentication-Results: ietfa.amsl.com (amavisd-new); dkim=pass (1024-bit key) header.d=github.com
Received: from mail.ietf.org ([4.31.198.44]) by localhost (ietfa.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id W5a-4qJpVlrd for <quic-issues@ietfa.amsl.com>; Mon,  7 Jan 2019 15:42: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 8D82112008A for <quic-issues@ietf.org>; Mon,  7 Jan 2019 15:42:10 -0800 (PST)
Date: Mon, 07 Jan 2019 15:42:09 -0800
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1546904529; bh=FfPZKifomlDEAU9/uhOoUa2sWJVS9ffhltL73itaYr8=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=2Orr85ugBStmmxFpATRw32SiZxPUOxTbwyniGBKeLG2cvhJfc17976EOB0Y28u9VR v3NkXFP7rVLbwXtTA4lGYS5++cLCQtUMjNymrHsc0HU4Wo7d0x220B4BtSgPSAa6Da /A7/pR6n1y23OMI6rRICCdLFdio29X9vEqXNpVOM=
From: Mike Bishop <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+0166e4ab948030c77c0d5c040a4ceed41357fb882a9a3fc292cf00000001184ba5d192a169ce17392ee3@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/pull/2111/review/190039015@github.com>
In-Reply-To: <quicwg/base-drafts/pull/2111@github.com>
References: <quicwg/base-drafts/pull/2111@github.com>
Subject: Re: [quicwg/base-drafts] Use "Insert Count" rather than "Largest Reference" (#2111)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5c33e3d19474b_72a13fb3054d45c095813d"; 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/h0wu_kaM5xQ6LxP_HOTRAQWbZjU>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
List-Id: Notification list for GitHub issues related to the QUIC WG <quic-issues.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=unsubscribe>
List-Archive: <https://mailarchive.ietf.org/arch/browse/quic-issues/>
List-Post: <mailto:quic-issues@ietf.org>
List-Help: <mailto:quic-issues-request@ietf.org?subject=help>
List-Subscribe: <https://www.ietf.org/mailman/listinfo/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=subscribe>
X-List-Received-Date: Mon, 07 Jan 2019 23:42:13 -0000

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

MikeBishop approved this pull request.

In general, I think this is a good improvement.  You seem to switch from using "Base" to using "the Base" part-way through, so I'd pick one and switch the others.

> @@ -444,33 +452,40 @@ referenced by a given relative index will change while interpreting instructions
 on the encoder stream.
 
 ~~~~~ drawing
-    +---+---------------+-----------+
-    | n |      ...      |   d + 1   |  Absolute Index
-    + - +---------------+ - - - - - +
-    | 0 |      ...      | n - d - 1 |  Relative Index
-    +---+---------------+-----------+
-      ^                       |
-      |                       V
-Insertion Point         Dropping Point
+      +---+---------------+-----------+
+      | n |      ...      |     d     |  Absolute Index

If Absolute Index is zero-based, then the Absolute Index of the most recently inserted item would be n-1.

>  
-Header data is prefixed with two integers, `Largest Reference` and `Base Index`.
+Each header block is prefixed with two integers.  The Required Insert Count
+encoded as an integer with an 8-bit prefix after the encoding described in

**is** encoded, presumably.

>  ~~~
 
-TotalNumberOfInserts is the total number of inserts into the decoder's
-dynamic table.  This encoding limits the length of the prefix on
-long-lived connections.
+Where TotalNumberOfInserts is the total number of inserts into the decoder's

I know that the actual intent is to continue the previous sentence (...using the following algorithm, where....), but this reads as a dangling phrase.  If you want the "where," maybe move the whole thing above the algorithm?

>  
 A header block that does not reference the dynamic table can use any value for
-Base Index; setting both Largest Reference and Base Index to zero is the most
+Base; setting both Required Insert Count and Delta Base to zero is the most
 efficient encoding.

NYT but isn't it required to set a correct RIC?

> -Because frames from request streams can be delivered out of order with
-instructions on the encoder stream, relative indices are relative to the Base
-Index at the beginning of the header block (see {{header-prefix}}). The Base
-Index is an absolute index. When interpreting the rest of the frame, the entry
-identified by Base Index has a relative index of zero.  The relative indices of
-entries do not change while interpreting headers on a request or push stream.
+Unlike on the encoder stream, relative indices on push and request streams are
+relative to the Base at the beginning of the header block (see
+{{header-prefix}}). This ensures that references are stable even if the dynamic
+table is updated while decoding a header block.
+
+The Base is encoded as a value relative to the Required Insert Count. The Base
+identifies which dynamic table entries can be referenced using relative
+indexing, starting with 0 at the last entry added.
+
+Post-base references are used for entries inserted after base, starting at 0 for

"Base" is capitalized elsewhere

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

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

<p>In general, I think this is a good improvement.  You seem to switch from using "Base" to using "the Base" part-way through, so I'd pick one and switch the others.</p><hr>

<p>In <a href="https://github.com/quicwg/base-drafts/pull/2111#discussion_r245833834">draft-ietf-quic-qpack.md</a>:</p>
<pre style='color:#555'>&gt; @@ -444,33 +452,40 @@ referenced by a given relative index will change while interpreting instructions
 on the encoder stream.
 
 ~~~~~ drawing
-    +---+---------------+-----------+
-    | n |      ...      |   d + 1   |  Absolute Index
-    + - +---------------+ - - - - - +
-    | 0 |      ...      | n - d - 1 |  Relative Index
-    +---+---------------+-----------+
-      ^                       |
-      |                       V
-Insertion Point         Dropping Point
+      +---+---------------+-----------+
+      | n |      ...      |     d     |  Absolute Index
</pre>
<p>If Absolute Index is zero-based, then the Absolute Index of the most recently inserted item would be n-1.</p>

<hr>

<p>In <a href="https://github.com/quicwg/base-drafts/pull/2111#discussion_r245834418">draft-ietf-quic-qpack.md</a>:</p>
<pre style='color:#555'>&gt;  
-Header data is prefixed with two integers, `Largest Reference` and `Base Index`.
+Each header block is prefixed with two integers.  The Required Insert Count
+encoded as an integer with an 8-bit prefix after the encoding described in
</pre>
<p><strong>is</strong> encoded, presumably.</p>

<hr>

<p>In <a href="https://github.com/quicwg/base-drafts/pull/2111#discussion_r245835138">draft-ietf-quic-qpack.md</a>:</p>
<pre style='color:#555'>&gt;  ~~~
 
-TotalNumberOfInserts is the total number of inserts into the decoder&#39;s
-dynamic table.  This encoding limits the length of the prefix on
-long-lived connections.
+Where TotalNumberOfInserts is the total number of inserts into the decoder&#39;s
</pre>
<p>I know that the actual intent is to continue the previous sentence (...using the following algorithm, where....), but this reads as a dangling phrase.  If you want the "where," maybe move the whole thing above the algorithm?</p>

<hr>

<p>In <a href="https://github.com/quicwg/base-drafts/pull/2111#discussion_r245835540">draft-ietf-quic-qpack.md</a>:</p>
<pre style='color:#555'>&gt;  
 A header block that does not reference the dynamic table can use any value for
-Base Index; setting both Largest Reference and Base Index to zero is the most
+Base; setting both Required Insert Count and Delta Base to zero is the most
 efficient encoding.
</pre>
<p>NYT but isn't it required to set a correct RIC?</p>

<hr>

<p>In <a href="https://github.com/quicwg/base-drafts/pull/2111#discussion_r245835837">draft-ietf-quic-qpack.md</a>:</p>
<pre style='color:#555'>&gt; -Because frames from request streams can be delivered out of order with
-instructions on the encoder stream, relative indices are relative to the Base
-Index at the beginning of the header block (see {{header-prefix}}). The Base
-Index is an absolute index. When interpreting the rest of the frame, the entry
-identified by Base Index has a relative index of zero.  The relative indices of
-entries do not change while interpreting headers on a request or push stream.
+Unlike on the encoder stream, relative indices on push and request streams are
+relative to the Base at the beginning of the header block (see
+{{header-prefix}}). This ensures that references are stable even if the dynamic
+table is updated while decoding a header block.
+
+The Base is encoded as a value relative to the Required Insert Count. The Base
+identifies which dynamic table entries can be referenced using relative
+indexing, starting with 0 at the last entry added.
+
+Post-base references are used for entries inserted after base, starting at 0 for
</pre>
<p>"Base" is capitalized elsewhere</p>

<p style="font-size:small;-webkit-text-size-adjust:none;color:#666;">&mdash;<br />You are receiving this because you are subscribed to this thread.<br />Reply to this email directly, <a href="https://github.com/quicwg/base-drafts/pull/2111#pullrequestreview-190039015">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AWbkqyBtZpN9v1NGytYdANY5FRnbJGjwks5vA9tRgaJpZM4ZMydb">mute the thread</a>.<img src="https://github.com/notifications/beacon/AWbkqxADyuHiQfKrHeIrM-EIL35RAmsqks5vA9tRgaJpZM4ZMydb.gif" height="1" width="1" alt="" /></p>
<script type="application/json" data-scope="inboxmarkup">{"api_version":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name":"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"https://github.githubassets.com/images/email/message_cards/header.png","avatar_image_url":"https://github.githubassets.com/images/email/message_cards/avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/quicwg/base-drafts"}},"updates":{"snippets":[{"icon":"PERSON","message":"@MikeBishop approved #2111"}],"action":{"name":"View Pull Request","url":"https://github.com/quicwg/base-drafts/pull/2111#pullrequestreview-190039015"}}}</script>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/pull/2111#pullrequestreview-190039015",
"url": "https://github.com/quicwg/base-drafts/pull/2111#pullrequestreview-190039015",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>
----==_mimepart_5c33e3d19474b_72a13fb3054d45c095813d--


From nobody Mon Jan  7 15: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 4CDB3124408 for <quic-issues@ietfa.amsl.com>; Mon,  7 Jan 2019 15:45:32 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -6.661
X-Spam-Level: 
X-Spam-Status: No, score=-6.661 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIMWL_WL_HIGH=-0.065, 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_PASS=-0.001] autolearn=ham autolearn_force=no
Authentication-Results: ietfa.amsl.com (amavisd-new); dkim=pass (1024-bit key) header.d=github.com
Received: from mail.ietf.org ([4.31.198.44]) by localhost (ietfa.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id oJLObqyqwSpR for <quic-issues@ietfa.amsl.com>; Mon,  7 Jan 2019 15:45: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 B007F12008A for <quic-issues@ietf.org>; Mon,  7 Jan 2019 15:45:29 -0800 (PST)
Date: Mon, 07 Jan 2019 15:45:28 -0800
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1546904728; bh=//IarUOm2OnVU3KF/2cGHTlZBAvijjSUhn+yEzX8QuY=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=fSN+ZeAwDx3crmukfFXhGZw95CgKz30uKBqhd6oCZ3tajT8x0i3zEcEE6CfHRy+vY GJ+ccCv8hOCk7bRFqtVgk5RJNCWpM1qAjJCHN2qOEzcqk85vrrqJj7iM1yFchBK0lV Uc2UeZTP8HDurlpiqdYglO+iAw0gVP1BMul3wbos=
From: Martin Thomson <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+0166e4ab8815b3aa836ccd9c476d65d238479f29b5751e3e92cf00000001184ba69892a169ce17a42515@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/pull/2312/review/190042307@github.com>
In-Reply-To: <quicwg/base-drafts/pull/2312@github.com>
References: <quicwg/base-drafts/pull/2312@github.com>
Subject: Re: [quicwg/base-drafts] endpoints are allowed to retransmit entire payload of a lost packet (#2312)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5c33e498d3c69_43b63ff76e0d45bc12555d6"; 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/hl1qceIiD1V1r_nokEhs46NHaPI>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
List-Id: Notification list for GitHub issues related to the QUIC WG <quic-issues.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=unsubscribe>
List-Archive: <https://mailarchive.ietf.org/arch/browse/quic-issues/>
List-Post: <mailto:quic-issues@ietf.org>
List-Help: <mailto:quic-issues-request@ietf.org?subject=help>
List-Subscribe: <https://www.ietf.org/mailman/listinfo/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=subscribe>
X-List-Received-Date: Mon, 07 Jan 2019 23:45:32 -0000

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

martinthomson requested changes on this pull request.

While I think that we permit this, this has the effect of encouraging it.  I would move this statement to [Section 13.2](https://quicwg.org/base-drafts/draft-ietf-quic-transport.html#retransmission-of-information) and include a little more framing.  That would put it in context better.  That is, endpoints are strongly encouraged to generate new frames for sending information that didn't make it, but they need to be tolerant of peers that just regurgitate the same frames multiple 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/2312#pullrequestreview-190042307
----==_mimepart_5c33e498d3c69_43b63ff76e0d45bc12555d6
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

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

<p>While I think that we permit this, this has the effect of encouraging it.  I would move this statement to <a href="https://quicwg.org/base-drafts/draft-ietf-quic-transport.html#retransmission-of-information" rel="nofollow">Section 13.2</a> and include a little more framing.  That would put it in context better.  That is, endpoints are strongly encouraged to generate new frames for sending information that didn't make it, but they need to be tolerant of peers that just regurgitate the same frames multiple 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/2312#pullrequestreview-190042307">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AWbkq121a8JfKf-bFfk4JblFPGaujy0Aks5vA9wYgaJpZM4Z0PeA">mute the thread</a>.<img src="https://github.com/notifications/beacon/AWbkq3D7ZYWj-dAuxukTVPnJAYovY2xhks5vA9wYgaJpZM4Z0PeA.gif" height="1" width="1" alt="" /></p>
<script type="application/json" data-scope="inboxmarkup">{"api_version":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name":"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"https://github.githubassets.com/images/email/message_cards/header.png","avatar_image_url":"https://github.githubassets.com/images/email/message_cards/avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/quicwg/base-drafts"}},"updates":{"snippets":[{"icon":"PERSON","message":"@martinthomson requested changes on #2312"}],"action":{"name":"View Pull Request","url":"https://github.com/quicwg/base-drafts/pull/2312#pullrequestreview-190042307"}}}</script>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/pull/2312#pullrequestreview-190042307",
"url": "https://github.com/quicwg/base-drafts/pull/2312#pullrequestreview-190042307",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>
----==_mimepart_5c33e498d3c69_43b63ff76e0d45bc12555d6--


From nobody Mon Jan  7 15:54: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 5CF11124408 for <quic-issues@ietfa.amsl.com>; Mon,  7 Jan 2019 15:54:11 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -6.447
X-Spam-Level: 
X-Spam-Status: No, score=-6.447 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIMWL_WL_HIGH=-0.065, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, HTML_IMAGE_ONLY_24=1.618, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-1, RCVD_IN_DNSWL_HI=-5, SPF_PASS=-0.001] autolearn=ham autolearn_force=no
Authentication-Results: ietfa.amsl.com (amavisd-new); dkim=pass (1024-bit key) header.d=github.com
Received: from mail.ietf.org ([4.31.198.44]) by localhost (ietfa.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id IdcWnOYM68Tr for <quic-issues@ietfa.amsl.com>; Mon,  7 Jan 2019 15:54: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 CC3E812008A for <quic-issues@ietf.org>; Mon,  7 Jan 2019 15:54:09 -0800 (PST)
Date: Mon, 07 Jan 2019 15:54:08 -0800
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1546905248; bh=EP3EP/ldxVkqK9dQeCrHM/sTgP1Dr4fzO3sDb/nxlNk=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=FQdQyX36uyu6FXEoeKlCw260JZnUaMgpCho3KIcaXRmQQNhstbO8Yv82ENQBT8rIe ch4b/XKuQgGYAL/P8+LKFfRF85nUERax/owMiKK056XM5NgsNBVnw5LaJS3EgVGPfu 4neSrAmE2zrHhieDU+tdX24+iqTHBoQ/iP7TFeWE=
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/2111/push/3188368622@github.com>
In-Reply-To: <quicwg/base-drafts/pull/2111@github.com>
References: <quicwg/base-drafts/pull/2111@github.com>
Subject: Re: [quicwg/base-drafts] Use "Insert Count" rather than "Largest Reference" (#2111)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5c33e6a0a2644_4e043f9a936d45bc14533f"; 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/6RC4xg3DuprZK4bE1etZnQ9tXjI>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
List-Id: Notification list for GitHub issues related to the QUIC WG <quic-issues.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=unsubscribe>
List-Archive: <https://mailarchive.ietf.org/arch/browse/quic-issues/>
List-Post: <mailto:quic-issues@ietf.org>
List-Help: <mailto:quic-issues-request@ietf.org?subject=help>
List-Subscribe: <https://www.ietf.org/mailman/listinfo/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=subscribe>
X-List-Received-Date: Mon, 07 Jan 2019 23:54:11 -0000

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

@martinthomson pushed 1 commit.

7654602d9122c45675f5b6e26000a8d20fb2fadc  Mike's comments


-- 
You are receiving this because you are subscribed to this thread.
View it on GitHub:
https://github.com/quicwg/base-drafts/pull/2111/files/39f9930445e718bb0f34746a0e77c13328e989c2..7654602d9122c45675f5b6e26000a8d20fb2fadc

----==_mimepart_5c33e6a0a2644_4e043f9a936d45bc14533f
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/7654602d9122c45675f5b6e26000a8d20fb2fadc">7654602</a>  Mike&#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/2111/files/39f9930445e718bb0f34746a0e77c13328e989c2..7654602d9122c45675f5b6e26000a8d20fb2fadc">View it on GitHub</a> or <a href="https://github.com/notifications/unsubscribe-auth/AWbkq6SdBbJHW2LZ4tZRBpClOI4J0Wayks5vA94ggaJpZM4ZMydb">mute the thread</a>.<img src="https://github.com/notifications/beacon/AWbkq9YFZtgnmPsYOKkh_Uh8TCkPftJKks5vA94ggaJpZM4ZMydb.gif" height="1" width="1" alt="" /></p>
<script type="application/json" data-scope="inboxmarkup">{"api_version":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name":"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"https://github.githubassets.com/images/email/message_cards/header.png","avatar_image_url":"https://github.githubassets.com/images/email/message_cards/avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/quicwg/base-drafts"}},"updates":{"snippets":[{"icon":"PERSON","message":"@martinthomson pushed 1 commit in #2111"}],"action":{"name":"View Pull Request","url":"https://github.com/quicwg/base-drafts/pull/2111/files/39f9930445e718bb0f34746a0e77c13328e989c2..7654602d9122c45675f5b6e26000a8d20fb2fadc"}}}</script>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/pull/2111/files/39f9930445e718bb0f34746a0e77c13328e989c2..7654602d9122c45675f5b6e26000a8d20fb2fadc",
"url": "https://github.com/quicwg/base-drafts/pull/2111/files/39f9930445e718bb0f34746a0e77c13328e989c2..7654602d9122c45675f5b6e26000a8d20fb2fadc",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>

----==_mimepart_5c33e6a0a2644_4e043f9a936d45bc14533f--


From nobody Mon Jan  7 16: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 D121212F1A5 for <quic-issues@ietfa.amsl.com>; Mon,  7 Jan 2019 16:19:31 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -6.66
X-Spam-Level: 
X-Spam-Status: No, score=-6.66 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIMWL_WL_HIGH=-0.065, 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_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 qLhW7HrMukvP for <quic-issues@ietfa.amsl.com>; Mon,  7 Jan 2019 16:19: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 5CBB012008A for <quic-issues@ietf.org>; Mon,  7 Jan 2019 16:19:30 -0800 (PST)
Date: Mon, 07 Jan 2019 16:19:29 -0800
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1546906769; bh=ldKYh9XRSkdSzlZAip2pVGR5e+S9orc4oRMS0tBgjXE=; h=Date:From:Reply-To:To:Cc:Subject:List-ID:List-Archive:List-Post: List-Unsubscribe:From; b=cs4PGYMue6KK4GisgYNc520FKBZfeYqJLF3tfrxmXO/iae/mUoGskqwgNqM2uUUfO ZxQ4glVMYo9WgJC6MekynSVpFWirnNzwwRrBgyO9oHTOhkXHO6h38SziQxR+kg7cp+ 5dTrBIV9b23Lyq3cl6Bo4hYQNjOywXa9TKQ66Cd8=
From: Victor Vasiliev <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+0166e4abdc0d8ea84e513e2bcef234b5f965ed163ee0980192cf00000001184bae9192a169ce17a52f1e@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/pull/2314@github.com>
Subject: [quicwg/base-drafts] Elaborate on the ALPN requirement (#2314)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5c33ec917971d_764b3f9bcf8d45b418591ce"; charset=UTF-8
Content-Transfer-Encoding: 7bit
Precedence: list
X-GitHub-Sender: vasilvv
X-GitHub-Recipient: quic-issues
X-GitHub-Reason: subscribed
X-Auto-Response-Suppress: All
X-GitHub-Recipient-Address: quic-issues@ietf.org
Archived-At: <https://mailarchive.ietf.org/arch/msg/quic-issues/wi74fBZS7uA_2zE9iEvNgtEJKP4>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
List-Id: Notification list for GitHub issues related to the QUIC WG <quic-issues.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=unsubscribe>
List-Archive: <https://mailarchive.ietf.org/arch/browse/quic-issues/>
List-Post: <mailto:quic-issues@ietf.org>
List-Help: <mailto:quic-issues-request@ietf.org?subject=help>
List-Subscribe: <https://www.ietf.org/mailman/listinfo/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=subscribe>
X-List-Received-Date: Tue, 08 Jan 2019 00:19:32 -0000

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

- Explain why it's there.
- Write down the specific requirements for TLS ALPN.
You can view, comment on, or merge this pull request online at:

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

-- Commit Summary --

  * Elaborate on the ALPN requirement

-- File Changes --

    M draft-ietf-quic-tls.md (4)
    M draft-ietf-quic-transport.md (5)

-- Patch Links --

https://github.com/quicwg/base-drafts/pull/2314.patch
https://github.com/quicwg/base-drafts/pull/2314.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/2314

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

<ul>
<li>Explain why it's there.</li>
<li>Write down the specific requirements for TLS ALPN.</li>
</ul>

<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/2314'>https://github.com/quicwg/base-drafts/pull/2314</a></p>

<h4>Commit Summary</h4>
<ul>
  <li>Elaborate on the ALPN requirement</li>
</ul>

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

<h4>Patch Links:</h4>
<ul>
  <li><a href='https://github.com/quicwg/base-drafts/pull/2314.patch'>https://github.com/quicwg/base-drafts/pull/2314.patch</a></li>
  <li><a href='https://github.com/quicwg/base-drafts/pull/2314.diff'>https://github.com/quicwg/base-drafts/pull/2314.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/2314">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AWbkq_LnK3X7ye5D3jg1v2509KYVxQGDks5vA-QRgaJpZM4Z0iul">mute the thread</a>.<img src="https://github.com/notifications/beacon/AWbkq-6esKcOwMjMKlb-2uuxdaWBe9GIks5vA-QRgaJpZM4Z0iul.gif" height="1" width="1" alt="" /></p>
<script type="application/json" data-scope="inboxmarkup">{"api_version":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name":"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"https://github.githubassets.com/images/email/message_cards/header.png","avatar_image_url":"https://github.githubassets.com/images/email/message_cards/avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/quicwg/base-drafts"}},"updates":{"snippets":[{"icon":"DESCRIPTION","message":"Elaborate on the ALPN requirement (#2314)"}],"action":{"name":"View Pull Request","url":"https://github.com/quicwg/base-drafts/pull/2314"}}}</script>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/pull/2314",
"url": "https://github.com/quicwg/base-drafts/pull/2314",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>

----==_mimepart_5c33ec917971d_764b3f9bcf8d45b418591ce--


From nobody Mon Jan  7 16: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 D582512F1A6 for <quic-issues@ietfa.amsl.com>; Mon,  7 Jan 2019 16:58:35 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -6.661
X-Spam-Level: 
X-Spam-Status: No, score=-6.661 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIMWL_WL_HIGH=-0.065, 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_PASS=-0.001] autolearn=ham autolearn_force=no
Authentication-Results: ietfa.amsl.com (amavisd-new); dkim=pass (1024-bit key) header.d=github.com
Received: from mail.ietf.org ([4.31.198.44]) by localhost (ietfa.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id Df1IDXe3VpZh for <quic-issues@ietfa.amsl.com>; Mon,  7 Jan 2019 16:58: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 7D44C12008A for <quic-issues@ietf.org>; Mon,  7 Jan 2019 16:58:34 -0800 (PST)
Date: Mon, 07 Jan 2019 16:58:33 -0800
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1546909113; bh=F3o/qmV7fQA/SJ5tib/QOxS9y4AWroIrLXgAytJPWzk=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=yVzq/uD+ntP2LA9fFHJu11gaw0KTcUtf2ylQ+uA3cvyYe4cHrEBLWHCfGO7fbfRt5 0LdFZBiJwIAuPwu0qM3ffhSsU5x+9i3zj6jX4nCcTDtM0knih6MasrCe6MnfXHV2tD /RvYKKz+rr7mUhXVd6HPNk3Hf6HYi5HP7xEbJUrg=
From: Marten Seemann <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+0166e4ab642ed0861b48c7170939f10f57af9f245a084b9292cf00000001184bb7b992a169ce17a52f1e@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/pull/2314/review/190057060@github.com>
In-Reply-To: <quicwg/base-drafts/pull/2314@github.com>
References: <quicwg/base-drafts/pull/2314@github.com>
Subject: Re: [quicwg/base-drafts] Elaborate on the ALPN requirement (#2314)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5c33f5b954846_6e333fedd9cd45b815074b7"; 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/yDZIOINAo8z2paemdOe8jarme4s>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
List-Id: Notification list for GitHub issues related to the QUIC WG <quic-issues.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=unsubscribe>
List-Archive: <https://mailarchive.ietf.org/arch/browse/quic-issues/>
List-Post: <mailto:quic-issues@ietf.org>
List-Help: <mailto:quic-issues-request@ietf.org?subject=help>
List-Subscribe: <https://www.ietf.org/mailman/listinfo/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=subscribe>
X-List-Received-Date: Tue, 08 Jan 2019 00:58:36 -0000

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

marten-seemann commented on this pull request.



> @@ -1215,7 +1215,9 @@ QUIC requires that the cryptographic handshake provide authenticated protocol
 negotiation.  TLS uses Application Layer Protocol Negotiation (ALPN)
 {{!RFC7301}} to select an application protocol.  Unless another mechanism is
 used for agreeing on an application protocol, endpoints MUST use ALPN for this
-purpose.
+purpose.  Specifically, the client MUST send the ALPN extension, the server MUST

..., MUST send at least one supported application 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/2314#pullrequestreview-190057060
----==_mimepart_5c33f5b954846_6e333fedd9cd45b815074b7
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/2314#discussion_r245848735">draft-ietf-quic-tls.md</a>:</p>
<pre style='color:#555'>&gt; @@ -1215,7 +1215,9 @@ QUIC requires that the cryptographic handshake provide authenticated protocol
 negotiation.  TLS uses Application Layer Protocol Negotiation (ALPN)
 {{!RFC7301}} to select an application protocol.  Unless another mechanism is
 used for agreeing on an application protocol, endpoints MUST use ALPN for this
-purpose.
+purpose.  Specifically, the client MUST send the ALPN extension, the server MUST
</pre>
<p>..., MUST send at least one supported application 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/2314#pullrequestreview-190057060">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AWbkqyg7QVnKXYVmeXp-NLAfqH8Hod3pks5vA-05gaJpZM4Z0iul">mute the thread</a>.<img src="https://github.com/notifications/beacon/AWbkq1ecX_Ja5MtRQL8oR3h-NOasN1reks5vA-05gaJpZM4Z0iul.gif" height="1" width="1" alt="" /></p>
<script type="application/json" data-scope="inboxmarkup">{"api_version":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name":"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"https://github.githubassets.com/images/email/message_cards/header.png","avatar_image_url":"https://github.githubassets.com/images/email/message_cards/avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/quicwg/base-drafts"}},"updates":{"snippets":[{"icon":"PERSON","message":"@marten-seemann commented on #2314"}],"action":{"name":"View Pull Request","url":"https://github.com/quicwg/base-drafts/pull/2314#pullrequestreview-190057060"}}}</script>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/pull/2314#pullrequestreview-190057060",
"url": "https://github.com/quicwg/base-drafts/pull/2314#pullrequestreview-190057060",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>
----==_mimepart_5c33f5b954846_6e333fedd9cd45b815074b7--


From nobody Mon Jan  7 17:01: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 DCF2E12F1A6 for <quic-issues@ietfa.amsl.com>; Mon,  7 Jan 2019 17:01:09 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -1.661
X-Spam-Level: 
X-Spam-Status: No, score=-1.661 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIMWL_WL_HIGH=-0.065, 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_PASS=-0.001] autolearn=ham autolearn_force=no
Authentication-Results: ietfa.amsl.com (amavisd-new); dkim=pass (1024-bit key) header.d=github.com
Received: from mail.ietf.org ([4.31.198.44]) by localhost (ietfa.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id o19FMd1uCuPY for <quic-issues@ietfa.amsl.com>; Mon,  7 Jan 2019 17:01:08 -0800 (PST)
Received: from o9.sgmail.github.com (o9.sgmail.github.com [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 42C1B12008A for <quic-issues@ietf.org>; Mon,  7 Jan 2019 17:01:08 -0800 (PST)
DKIM-Signature: v=1; a=rsa-sha1; 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=QZGcqRM6B9ygpWnrOWOd2VMkz3w=; b=c4EdhHX+84flg4C1 6HHxa2oTWONl6g3eyJ3Mxl1WBj/KMTlY8yWvePExvIGS80YUFFILCd527rsdtoEp Nl/srngZ8HVyj2MY6oPxAtbpSeyOCqN9LC2/sVzsjgpte20KFTarPMtOIiKNobnY h/Evd03L0ltchSITxmUDwJ7Mmpk=
Received: by filter1032p1las1.sendgrid.net with SMTP id filter1032p1las1-31810-5C33F653-4 2019-01-08 01:01:07.183544244 +0000 UTC m=+823094.045714398
Received: from github-lowworker-e711880.cp1-iad.github.net (unknown [192.30.252.45]) by ismtpd0018p1iad2.sendgrid.net (SG) with ESMTP id 33PD7_CuRHCxZie511CTbA for <quic-issues@ietf.org>; Tue, 08 Jan 2019 01:01:07.052 +0000 (UTC)
Received: from github.com (localhost [127.0.0.1]) by github-lowworker-e711880.cp1-iad.github.net (Postfix) with ESMTP id 12189440145 for <quic-issues@ietf.org>; Mon,  7 Jan 2019 17:01:07 -0800 (PST)
Date: Tue, 08 Jan 2019 01:01:07 +0000 (UTC)
From: Marten Seemann <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+0166e4ab70ee8cf6ac721637e77af76ca537079a8fdb505692cf00000001184bb85392a169ce179f2fda@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/pull/2302/review/190057630@github.com>
In-Reply-To: <quicwg/base-drafts/pull/2302@github.com>
References: <quicwg/base-drafts/pull/2302@github.com>
Subject: Re: [quicwg/base-drafts]  ACK of non-existent packet is illegal  (#2302)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5c33f653100c1_5e9c3f9a936d45bc1330429"; 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: l64QuQ2uJCcEyUykJbxN122A6QRmEpucztpreh3Pak29lm6u80DfhqaW8FoAifeMfpOEOWjqBtDVer JrhdIL7jLNGUAEXj4kt/MlOFBGlam9fSq5e73m2ZUfIp/u9mZUxKuyH3k8X5WtV9TiSwVoyAnOHkmo 7MG+42e0ZkzOT/oc0+LkYU7ZCmfwiz/q98Jwhi+49JfpsATfiVK+RphrVbzHuCrcRg05j8lrRsvHQY A=
Archived-At: <https://mailarchive.ietf.org/arch/msg/quic-issues/MGU9S7fZ21J6wDVLusYW4-bpMCk>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
List-Id: Notification list for GitHub issues related to the QUIC WG <quic-issues.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=unsubscribe>
List-Archive: <https://mailarchive.ietf.org/arch/browse/quic-issues/>
List-Post: <mailto:quic-issues@ietf.org>
List-Help: <mailto:quic-issues-request@ietf.org?subject=help>
List-Subscribe: <https://www.ietf.org/mailman/listinfo/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=subscribe>
X-List-Received-Date: Tue, 08 Jan 2019 01:01:10 -0000

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

marten-seemann commented on this pull request.



>  acknowledgment of its ACK frames, with the knowledge this could cause the sender
 to unnecessarily retransmit some data.  Standard QUIC {{QUIC-RECOVERY}}
 algorithms declare packets lost after sufficiently newer packets are
 acknowledged.  Therefore, the receiver SHOULD repeatedly acknowledge newly
 received packets in preference to packets received in the past.
 
+An endpoint SHOULD treat receipt of an acknowledgment for a packet it did not
+send as a connection error of type PROTOCOL_VIOLATION, if it is able to detect

None of our errors (except for NO_ERROR) should ever happen. We have error codes for exactly those cases where things happen that are not supposed to happen.

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/quicwg/base-drafts/pull/2302#discussion_r245849218
----==_mimepart_5c33f653100c1_5e9c3f9a936d45bc1330429
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/2302#discussion_r245849218">draft-ietf-quic-transport.md</a>:</p>
<pre style='color:#555'>&gt;  acknowledgment of its ACK frames, with the knowledge this could cause the sender
 to unnecessarily retransmit some data.  Standard QUIC {{QUIC-RECOVERY}}
 algorithms declare packets lost after sufficiently newer packets are
 acknowledged.  Therefore, the receiver SHOULD repeatedly acknowledge newly
 received packets in preference to packets received in the past.
 
+An endpoint SHOULD treat receipt of an acknowledgment for a packet it did not
+send as a connection error of type PROTOCOL_VIOLATION, if it is able to detect
</pre>
<p>None of our errors (except for NO_ERROR) should ever happen. We have error codes for exactly those cases where things happen that are not supposed to happen.</p>

<p style="font-size:small;-webkit-text-size-adjust:none;color:#666;">&mdash;<br />You are receiving this because you are subscribed to this thread.<br />Reply to this email directly, <a href="https://github.com/quicwg/base-drafts/pull/2302#discussion_r245849218">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AWbkq5-bL5L2JBzvZnGgxqd05BsJtvJKks5vA-3TgaJpZM4ZyrCo">mute the thread</a>.<img src="https://github.com/notifications/beacon/AWbkq3owTbWACV-3mTKjKkpOuzW1b2_Bks5vA-3TgaJpZM4ZyrCo.gif" height="1" width="1" alt="" /></p>
<script type="application/json" data-scope="inboxmarkup">{"api_version":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name":"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"https://github.githubassets.com/images/email/message_cards/header.png","avatar_image_url":"https://github.githubassets.com/images/email/message_cards/avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/quicwg/base-drafts"}},"updates":{"snippets":[{"icon":"PERSON","message":"@marten-seemann commented on #2302"}],"action":{"name":"View Pull Request","url":"https://github.com/quicwg/base-drafts/pull/2302#discussion_r245849218"}}}</script>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/pull/2302#discussion_r245849218",
"url": "https://github.com/quicwg/base-drafts/pull/2302#discussion_r245849218",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>
----==_mimepart_5c33f653100c1_5e9c3f9a936d45bc1330429--


From nobody Mon Jan  7 17:03: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 DB211130E05 for <quic-issues@ietfa.amsl.com>; Mon,  7 Jan 2019 17:03:49 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -6.661
X-Spam-Level: 
X-Spam-Status: No, score=-6.661 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIMWL_WL_HIGH=-0.065, 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_PASS=-0.001] autolearn=ham autolearn_force=no
Authentication-Results: ietfa.amsl.com (amavisd-new); dkim=pass (1024-bit key) header.d=github.com
Received: from mail.ietf.org ([4.31.198.44]) by localhost (ietfa.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id xgtgyNCFA5cU for <quic-issues@ietfa.amsl.com>; Mon,  7 Jan 2019 17: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 672D812F1A6 for <quic-issues@ietf.org>; Mon,  7 Jan 2019 17:03:48 -0800 (PST)
Date: Mon, 07 Jan 2019 17:03:46 -0800
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1546909426; bh=1pu5fYPWxbJs4IXCafUlk+QKiL7WOCd0PL/S9Z+xSk0=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=yZUniSueo8a3Tv0unJ0ZanPC5JtIq8j0Wb7DnF8kSjrFBTYxO4D3nm5kPUMhrs7Bk ukMT6JethIWLrsdM5X5FaciXZQDCVNTLZMQq6Jlx/tYTZuQ1AKMERo/LmPDwaIEq7q D9qx2D2SkDi+JYnCO8cmCi0NnRzgSbwUbvAVM+Is=
From: janaiyengar <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+0166e4aba7b61b4530a6cfa8756af5e637235763c08c986292cf00000001184bb8f292a169ce179f2fda@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/pull/2302/review/190058123@github.com>
In-Reply-To: <quicwg/base-drafts/pull/2302@github.com>
References: <quicwg/base-drafts/pull/2302@github.com>
Subject: Re: [quicwg/base-drafts]  ACK of non-existent packet is illegal  (#2302)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5c33f6f23d833_44e3fbc908d45b416362d5"; 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/zrktbzzLx3RR5DCiM7P5NPSsv2o>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
List-Id: Notification list for GitHub issues related to the QUIC WG <quic-issues.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=unsubscribe>
List-Archive: <https://mailarchive.ietf.org/arch/browse/quic-issues/>
List-Post: <mailto:quic-issues@ietf.org>
List-Help: <mailto:quic-issues-request@ietf.org?subject=help>
List-Subscribe: <https://www.ietf.org/mailman/listinfo/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=subscribe>
X-List-Received-Date: Tue, 08 Jan 2019 01:03:50 -0000

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

janaiyengar commented on this pull request.



>  acknowledgment of its ACK frames, with the knowledge this could cause the sender
 to unnecessarily retransmit some data.  Standard QUIC {{QUIC-RECOVERY}}
 algorithms declare packets lost after sufficiently newer packets are
 acknowledged.  Therefore, the receiver SHOULD repeatedly acknowledge newly
 received packets in preference to packets received in the past.
 
+An endpoint SHOULD treat receipt of an acknowledgment for a packet it did not
+send as a connection error of type PROTOCOL_VIOLATION, if it is able to detect

I don't have a strong opinion, but PROTOCOL_VIOLATION seems like a fine error 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/2302#discussion_r245849623
----==_mimepart_5c33f6f23d833_44e3fbc908d45b416362d5
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/2302#discussion_r245849623">draft-ietf-quic-transport.md</a>:</p>
<pre style='color:#555'>&gt;  acknowledgment of its ACK frames, with the knowledge this could cause the sender
 to unnecessarily retransmit some data.  Standard QUIC {{QUIC-RECOVERY}}
 algorithms declare packets lost after sufficiently newer packets are
 acknowledged.  Therefore, the receiver SHOULD repeatedly acknowledge newly
 received packets in preference to packets received in the past.
 
+An endpoint SHOULD treat receipt of an acknowledgment for a packet it did not
+send as a connection error of type PROTOCOL_VIOLATION, if it is able to detect
</pre>
<p>I don't have a strong opinion, but PROTOCOL_VIOLATION seems like a fine error 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/2302#discussion_r245849623">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AWbkq3Zq2XzwgU3qweSMQM_iOI09Whikks5vA-5ygaJpZM4ZyrCo">mute the thread</a>.<img src="https://github.com/notifications/beacon/AWbkqxw68IByJhauJck8YTB9b0sfqFihks5vA-5ygaJpZM4ZyrCo.gif" height="1" width="1" alt="" /></p>
<script type="application/json" data-scope="inboxmarkup">{"api_version":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name":"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"https://github.githubassets.com/images/email/message_cards/header.png","avatar_image_url":"https://github.githubassets.com/images/email/message_cards/avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/quicwg/base-drafts"}},"updates":{"snippets":[{"icon":"PERSON","message":"@janaiyengar commented on #2302"}],"action":{"name":"View Pull Request","url":"https://github.com/quicwg/base-drafts/pull/2302#discussion_r245849623"}}}</script>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/pull/2302#discussion_r245849623",
"url": "https://github.com/quicwg/base-drafts/pull/2302#discussion_r245849623",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>
----==_mimepart_5c33f6f23d833_44e3fbc908d45b416362d5--


From nobody Mon Jan  7 17:10: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 B9D01130E04 for <quic-issues@ietfa.amsl.com>; Mon,  7 Jan 2019 17:10:13 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -8.064
X-Spam-Level: 
X-Spam-Status: No, score=-8.064 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIMWL_WL_HIGH=-0.065, 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_PASS=-0.001] autolearn=ham autolearn_force=no
Authentication-Results: ietfa.amsl.com (amavisd-new); dkim=pass (1024-bit key) header.d=github.com
Received: from mail.ietf.org ([4.31.198.44]) by localhost (ietfa.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id QTe8wg6KuUiY for <quic-issues@ietfa.amsl.com>; Mon,  7 Jan 2019 17:10:12 -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 2676112008A for <quic-issues@ietf.org>; Mon,  7 Jan 2019 17:10:12 -0800 (PST)
Date: Mon, 07 Jan 2019 17:10:11 -0800
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1546909811; bh=tGuovaCn4erbh3NcemUPi0fMe8hSvgjRQ9uVOk9JG34=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=OKNqZ9qmNaAKmP7eq4581plWG33hvonf3nK8rSh16mbt9U4Sn8ce0oD+PjHJl6EES mkmIHZHbZAASp+v8HA8qXCPkmEjuIXREzMP98mj0xlwFVmImYdh1wbHvFB5p+qg9jh rX6yTYkGUNanl2u+y7kOO8EY53roj7sflkNdDif8=
From: Marten Seemann <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+0166e4aba60726098ed50a0c6e6c7b1ab2e894e31031fe1492cf00000001184bba7392a169ce179f2fda@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/pull/2302/review/190059275@github.com>
In-Reply-To: <quicwg/base-drafts/pull/2302@github.com>
References: <quicwg/base-drafts/pull/2302@github.com>
Subject: Re: [quicwg/base-drafts]  ACK of non-existent packet is illegal  (#2302)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5c33f87329b25_9733fd10dcd45c4146431f"; 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/Z4SWirsYov8lCUpM71c_jKxYY-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: Tue, 08 Jan 2019 01:10:14 -0000

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

marten-seemann commented on this pull request.



>  acknowledgment of its ACK frames, with the knowledge this could cause the sender
 to unnecessarily retransmit some data.  Standard QUIC {{QUIC-RECOVERY}}
 algorithms declare packets lost after sufficiently newer packets are
 acknowledged.  Therefore, the receiver SHOULD repeatedly acknowledge newly
 received packets in preference to packets received in the past.
 
+An endpoint SHOULD treat receipt of an acknowledgment for a packet it did not
+send as a connection error of type PROTOCOL_VIOLATION, if it is able to detect

We had PROTOCOL_VIOLATIONs come up in interop testing a couple of times. The problem is, it tells you **exactly nothing** about what's going wrong.

gQUIC was (relatively) easy to debug, partly because it has a very long list of error codes. At some point (and I don't remember when and why), we decided to shrink that list to just around 10 error codes. Now we don't even have a single error code left for loss-recovery related errors - it's all just a PROTOCOL_VIOLATION.

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/quicwg/base-drafts/pull/2302#discussion_r245850590
----==_mimepart_5c33f87329b25_9733fd10dcd45c4146431f
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/2302#discussion_r245850590">draft-ietf-quic-transport.md</a>:</p>
<pre style='color:#555'>&gt;  acknowledgment of its ACK frames, with the knowledge this could cause the sender
 to unnecessarily retransmit some data.  Standard QUIC {{QUIC-RECOVERY}}
 algorithms declare packets lost after sufficiently newer packets are
 acknowledged.  Therefore, the receiver SHOULD repeatedly acknowledge newly
 received packets in preference to packets received in the past.
 
+An endpoint SHOULD treat receipt of an acknowledgment for a packet it did not
+send as a connection error of type PROTOCOL_VIOLATION, if it is able to detect
</pre>
<p>We had PROTOCOL_VIOLATIONs come up in interop testing a couple of times. The problem is, it tells you <strong>exactly nothing</strong> about what's going wrong.</p>
<p>gQUIC was (relatively) easy to debug, partly because it has a very long list of error codes. At some point (and I don't remember when and why), we decided to shrink that list to just around 10 error codes. Now we don't even have a single error code left for loss-recovery related errors - it's all just a PROTOCOL_VIOLATION.</p>

<p style="font-size:small;-webkit-text-size-adjust:none;color:#666;">&mdash;<br />You are receiving this because you are subscribed to this thread.<br />Reply to this email directly, <a href="https://github.com/quicwg/base-drafts/pull/2302#discussion_r245850590">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AWbkq0cAIo_2K60G7djJ_R99yYgmHe9oks5vA-_zgaJpZM4ZyrCo">mute the thread</a>.<img src="https://github.com/notifications/beacon/AWbkq8s8HnD8kl3HBPeSI-aDbE1IkxkNks5vA-_zgaJpZM4ZyrCo.gif" height="1" width="1" alt="" /></p>
<script type="application/json" data-scope="inboxmarkup">{"api_version":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name":"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"https://github.githubassets.com/images/email/message_cards/header.png","avatar_image_url":"https://github.githubassets.com/images/email/message_cards/avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/quicwg/base-drafts"}},"updates":{"snippets":[{"icon":"PERSON","message":"@marten-seemann commented on #2302"}],"action":{"name":"View Pull Request","url":"https://github.com/quicwg/base-drafts/pull/2302#discussion_r245850590"}}}</script>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/pull/2302#discussion_r245850590",
"url": "https://github.com/quicwg/base-drafts/pull/2302#discussion_r245850590",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>
----==_mimepart_5c33f87329b25_9733fd10dcd45c4146431f--


From nobody Mon Jan  7 17:16: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 974EB130E0C for <quic-issues@ietfa.amsl.com>; Mon,  7 Jan 2019 17:16:15 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -8.064
X-Spam-Level: 
X-Spam-Status: No, score=-8.064 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIMWL_WL_HIGH=-0.065, 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_PASS=-0.001] autolearn=ham autolearn_force=no
Authentication-Results: ietfa.amsl.com (amavisd-new); dkim=pass (1024-bit key) header.d=github.com
Received: from mail.ietf.org ([4.31.198.44]) by localhost (ietfa.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id TVH90ZtvcJwN for <quic-issues@ietfa.amsl.com>; Mon,  7 Jan 2019 17:16:13 -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 41558130E0E for <quic-issues@ietf.org>; Mon,  7 Jan 2019 17:16:10 -0800 (PST)
Date: Mon, 07 Jan 2019 17:16:09 -0800
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1546910169; bh=DCdBveILew78jXrfRcGPWBKYHa1L0xcFMsk37Vv1RrE=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=XMRbdm7DiTbXI+gWmUqa4HK/mC1axA+MmDswf4Y+8/CIhLdpxF02XfmNDEvA5yo3X hbbJLQ4qWjZY3EVz2I4Qp1HBMxFfGHEFeczyVn1P7yW5gYYp4iyNCtgzW2PvF94L5L 8whl961I9rFNvM3ETaoE7HBtolE2wbnv6GqxUBwE=
From: Kazuho Oku <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+0166e4abc538fe63208639f5d7cdbf2e1e6bc3dae5983e6d92cf00000001184bbbd992a169ce179f2fda@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/pull/2302/review/190060318@github.com>
In-Reply-To: <quicwg/base-drafts/pull/2302@github.com>
References: <quicwg/base-drafts/pull/2302@github.com>
Subject: Re: [quicwg/base-drafts]  ACK of non-existent packet is illegal  (#2302)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5c33f9d93884e_95e3fbdad6d45c01759673"; 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/xRta8TSBdJeu-JupMggsXmG98LY>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
List-Id: Notification list for GitHub issues related to the QUIC WG <quic-issues.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=unsubscribe>
List-Archive: <https://mailarchive.ietf.org/arch/browse/quic-issues/>
List-Post: <mailto:quic-issues@ietf.org>
List-Help: <mailto:quic-issues-request@ietf.org?subject=help>
List-Subscribe: <https://www.ietf.org/mailman/listinfo/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=subscribe>
X-List-Received-Date: Tue, 08 Jan 2019 01:16:16 -0000

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

kazuho commented on this pull request.



>  acknowledgment of its ACK frames, with the knowledge this could cause the sender
 to unnecessarily retransmit some data.  Standard QUIC {{QUIC-RECOVERY}}
 algorithms declare packets lost after sufficiently newer packets are
 acknowledged.  Therefore, the receiver SHOULD repeatedly acknowledge newly
 received packets in preference to packets received in the past.
 
+An endpoint SHOULD treat receipt of an acknowledgment for a packet it did not
+send as a connection error of type PROTOCOL_VIOLATION, if it is able to detect

@marten-seemann Shouldn't we be using Reason Phrase for debugging? It provides the endpoint to decide how granular the error reports can be, without requiring all the stack handle the errors the same 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/2302#discussion_r245851457
----==_mimepart_5c33f9d93884e_95e3fbdad6d45c01759673
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/2302#discussion_r245851457">draft-ietf-quic-transport.md</a>:</p>
<pre style='color:#555'>&gt;  acknowledgment of its ACK frames, with the knowledge this could cause the sender
 to unnecessarily retransmit some data.  Standard QUIC {{QUIC-RECOVERY}}
 algorithms declare packets lost after sufficiently newer packets are
 acknowledged.  Therefore, the receiver SHOULD repeatedly acknowledge newly
 received packets in preference to packets received in the past.
 
+An endpoint SHOULD treat receipt of an acknowledgment for a packet it did not
+send as a connection error of type PROTOCOL_VIOLATION, if it is able to detect
</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> Shouldn't we be using Reason Phrase for debugging? It provides the endpoint to decide how granular the error reports can be, without requiring all the stack handle the errors the same 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/2302#discussion_r245851457">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AWbkq4obYanVORNwI-7-CWf3CVIBBxySks5vA_FZgaJpZM4ZyrCo">mute the thread</a>.<img src="https://github.com/notifications/beacon/AWbkq53YyZceB6jA0QQ676ryqWyxJrzPks5vA_FZgaJpZM4ZyrCo.gif" height="1" width="1" alt="" /></p>
<script type="application/json" data-scope="inboxmarkup">{"api_version":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name":"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"https://github.githubassets.com/images/email/message_cards/header.png","avatar_image_url":"https://github.githubassets.com/images/email/message_cards/avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/quicwg/base-drafts"}},"updates":{"snippets":[{"icon":"PERSON","message":"@kazuho commented on #2302"}],"action":{"name":"View Pull Request","url":"https://github.com/quicwg/base-drafts/pull/2302#discussion_r245851457"}}}</script>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/pull/2302#discussion_r245851457",
"url": "https://github.com/quicwg/base-drafts/pull/2302#discussion_r245851457",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>
----==_mimepart_5c33f9d93884e_95e3fbdad6d45c01759673--


From nobody Mon Jan  7 17:19: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 0997D130E08 for <quic-issues@ietfa.amsl.com>; Mon,  7 Jan 2019 17:19:24 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -6.661
X-Spam-Level: 
X-Spam-Status: No, score=-6.661 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIMWL_WL_HIGH=-0.065, 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_PASS=-0.001] autolearn=ham autolearn_force=no
Authentication-Results: ietfa.amsl.com (amavisd-new); dkim=pass (1024-bit key) header.d=github.com
Received: from mail.ietf.org ([4.31.198.44]) by localhost (ietfa.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id eVxqwwJGPzFn for <quic-issues@ietfa.amsl.com>; Mon,  7 Jan 2019 17:19:22 -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 4CDCF12008A for <quic-issues@ietf.org>; Mon,  7 Jan 2019 17:19:22 -0800 (PST)
Date: Mon, 07 Jan 2019 17:19:21 -0800
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1546910361; bh=hZzhmOz8g2YtoAjRhEbT6ghi68Ossqzec1XIHq1lUQQ=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=C5bsK5zBiHZVCGirwxeB1WzITJbC9TnngDnIHVYLw7sX/XXc0YNTC2SCvirtD188K /VhgtKY1VGVl7iQcJBNlN+FLei2HNl2aWq6laR3K3WytMUPSX/Mnugd0dajQg2UoR6 x6KJTdmTi/WLvMrYXvcNOaGoibmQp6go/kACjbFU=
From: janaiyengar <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+0166e4abbf6d01ecbe81e40a262739bdac4ab0fbde8c4a3892cf00000001184bbc9992a169ce17565ed9@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/pull/2197/review/190060974@github.com>
In-Reply-To: <quicwg/base-drafts/pull/2197@github.com>
References: <quicwg/base-drafts/pull/2197@github.com>
Subject: Re: [quicwg/base-drafts] Reorganize ACK section (#2197)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5c33fa9972f3b_7e523fd10dcd45c41223044"; 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/xUPQAGqPRgcDE3aCGT_t6rsdUyw>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
List-Id: Notification list for GitHub issues related to the QUIC WG <quic-issues.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=unsubscribe>
List-Archive: <https://mailarchive.ietf.org/arch/browse/quic-issues/>
List-Post: <mailto:quic-issues@ietf.org>
List-Help: <mailto:quic-issues-request@ietf.org?subject=help>
List-Subscribe: <https://www.ietf.org/mailman/listinfo/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=subscribe>
X-List-Received-Date: Tue, 08 Jan 2019 01:19:24 -0000

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

janaiyengar commented on this pull request.



>  
-
-### ECN section
+The ACK frame uses the least significant bit (that is, type 0x03) to indicate
+ECN feedback and report receipt of QUIC packets with associated ECN codepoints
+of ECT(0), ECT(1), or CE in the packet's IP header.  The ECN section is only
+present when the ACK frame type is 0x03.
 
 The ECN section should only be parsed when the ACK frame type is 0x03.  The ECN

```suggestion
ECN Counts should only be parsed when the ACK frame type is 0x03.  The ECN
```

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/quicwg/base-drafts/pull/2197#pullrequestreview-190060974
----==_mimepart_5c33fa9972f3b_7e523fd10dcd45c41223044
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/2197#discussi=
on_r245851988">draft-ietf-quic-transport.md</a>:</p>=0D
<pre style=3D'color:#555'>&gt;  =0D
-=0D
-### ECN section=0D
+The ACK frame uses the least significant bit (that is, type 0x03) to ind=
icate=0D
+ECN feedback and report receipt of QUIC packets with associated ECN code=
points=0D
+of ECT(0), ECT(1), or CE in the packet&#39;s IP header.  The ECN section=
 is only=0D
+present when the ACK frame type is 0x03.=0D
 =0D
 The ECN section should only be parsed when the ACK frame type is 0x03.  =
The ECN=0D
</pre>=0D
=E2=AC=87=EF=B8=8F Suggested change=0D
<pre style=3D"color: #555">- The ECN section should only be parsed when t=
he ACK frame type is 0x03.  The ECN=0D
+ECN Counts should only be parsed when the ACK frame type is 0x03.  The E=
CN=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/2197#pullrequestreview-190060974">view it on GitHub</=
a>, or <a href=3D"https://github.com/notifications/unsubscribe-auth/AWbkq=
8D1VoSpfMBIju1e2SZlrJFuLKkVks5vA_IZgaJpZM4ZVlVL">mute the thread</a>.<img=
 src=3D"https://github.com/notifications/beacon/AWbkq5T8Vy7WLVoju_0lm9pBe=
SmMQNiZks5vA_IZgaJpZM4ZVlVL.gif" height=3D"1" width=3D"1" alt=3D"" /></p>=
=0D
<script type=3D"application/json" data-scope=3D"inboxmarkup">{"api_versio=
n":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name"=
:"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"=
quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"http=
s://github.githubassets.com/images/email/message_cards/header.png","avata=
r_image_url":"https://github.githubassets.com/images/email/message_cards/=
avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/q=
uicwg/base-drafts"}},"updates":{"snippets":[{"icon":"PERSON","message":"@=
janaiyengar commented on #2197"}],"action":{"name":"View Pull Request","u=
rl":"https://github.com/quicwg/base-drafts/pull/2197#pullrequestreview-19=
0060974"}}}</script>=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/2197#pullrequestrev=
iew-190060974",=0D
"url": "https://github.com/quicwg/base-drafts/pull/2197#pullrequestreview=
-190060974",=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_5c33fa9972f3b_7e523fd10dcd45c41223044--


From nobody Mon Jan  7 17:19: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 5EE8A130E04 for <quic-issues@ietfa.amsl.com>; Mon,  7 Jan 2019 17:19:51 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -6.661
X-Spam-Level: 
X-Spam-Status: No, score=-6.661 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIMWL_WL_HIGH=-0.065, 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_PASS=-0.001] autolearn=ham autolearn_force=no
Authentication-Results: ietfa.amsl.com (amavisd-new); dkim=pass (1024-bit key) header.d=github.com
Received: from mail.ietf.org ([4.31.198.44]) by localhost (ietfa.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 4sDP9m2ZajeA for <quic-issues@ietfa.amsl.com>; Mon,  7 Jan 2019 17:19: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 DA11012008A for <quic-issues@ietf.org>; Mon,  7 Jan 2019 17:19:49 -0800 (PST)
Date: Mon, 07 Jan 2019 17:19:48 -0800
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1546910388; bh=j/XHYMLFF2ITzWG+R6iWCanjGHCxmHKCjPH1zPzkopY=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=E3g+pORH1jurSVuPQl4CwxzETulPJVtgt4K3JqTE1F08O7raP6FbU3lVVDkL8WaQ5 BZr5VQk2p/5mNVY1q2KNayA8xjQv8OU2unnDbCo87S+YBOOeju8cYclULeF3Z1ND67 W79EOW5j5cz7XNtXF1oBnPIKPC3Cjyy+Ojg4TJMY=
From: janaiyengar <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+0166e4ab1decfa87eebbbd229828a1e9ded4a0da8482e9e392cf00000001184bbcb492a169ce17565ed9@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/pull/2197/review/190061054@github.com>
In-Reply-To: <quicwg/base-drafts/pull/2197@github.com>
References: <quicwg/base-drafts/pull/2197@github.com>
Subject: Re: [quicwg/base-drafts] Reorganize ACK section (#2197)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5c33fab4e19d5_17ec3fa1740d45bc158958e"; 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/9DZ8rxhtP0qXADp60dzJS9zxckM>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
List-Id: Notification list for GitHub issues related to the QUIC WG <quic-issues.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=unsubscribe>
List-Archive: <https://mailarchive.ietf.org/arch/browse/quic-issues/>
List-Post: <mailto:quic-issues@ietf.org>
List-Help: <mailto:quic-issues-request@ietf.org?subject=help>
List-Subscribe: <https://www.ietf.org/mailman/listinfo/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=subscribe>
X-List-Received-Date: Tue, 08 Jan 2019 01:19:51 -0000

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

janaiyengar commented on this pull request.



>  
-
-### ECN section
+The ACK frame uses the least significant bit (that is, type 0x03) to indicate
+ECN feedback and report receipt of QUIC packets with associated ECN codepoints
+of ECT(0), ECT(1), or CE in the packet's IP header.  The ECN section is only

```suggestion
of ECT(0), ECT(1), or CE in the packet's IP header.  ECN Counts are only
```

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/quicwg/base-drafts/pull/2197#pullrequestreview-190061054
----==_mimepart_5c33fab4e19d5_17ec3fa1740d45bc158958e
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/2197#discussi=
on_r245852064">draft-ietf-quic-transport.md</a>:</p>=0D
<pre style=3D'color:#555'>&gt;  =0D
-=0D
-### ECN section=0D
+The ACK frame uses the least significant bit (that is, type 0x03) to ind=
icate=0D
+ECN feedback and report receipt of QUIC packets with associated ECN code=
points=0D
+of ECT(0), ECT(1), or CE in the packet&#39;s IP header.  The ECN section=
 is only=0D
</pre>=0D
=E2=AC=87=EF=B8=8F Suggested change=0D
<pre style=3D"color: #555">-of ECT(0), ECT(1), or CE in the packet's IP h=
eader.  The ECN section is only=0D
+of ECT(0), ECT(1), or CE in the packet's IP header.  ECN Counts are only=
=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/2197#pullrequestreview-190061054">view it on GitHub</=
a>, or <a href=3D"https://github.com/notifications/unsubscribe-auth/AWbkq=
w6slNafflOTLvvy0PNMWhbkGaQOks5vA_I0gaJpZM4ZVlVL">mute the thread</a>.<img=
 src=3D"https://github.com/notifications/beacon/AWbkqxHofuo4q60bSPSD5frmq=
_kgk0MEks5vA_I0gaJpZM4ZVlVL.gif" height=3D"1" width=3D"1" alt=3D"" /></p>=
=0D
<script type=3D"application/json" data-scope=3D"inboxmarkup">{"api_versio=
n":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name"=
:"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"=
quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"http=
s://github.githubassets.com/images/email/message_cards/header.png","avata=
r_image_url":"https://github.githubassets.com/images/email/message_cards/=
avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/q=
uicwg/base-drafts"}},"updates":{"snippets":[{"icon":"PERSON","message":"@=
janaiyengar commented on #2197"}],"action":{"name":"View Pull Request","u=
rl":"https://github.com/quicwg/base-drafts/pull/2197#pullrequestreview-19=
0061054"}}}</script>=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/2197#pullrequestrev=
iew-190061054",=0D
"url": "https://github.com/quicwg/base-drafts/pull/2197#pullrequestreview=
-190061054",=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_5c33fab4e19d5_17ec3fa1740d45bc158958e--


From nobody Mon Jan  7 17:21: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 6E054130E04 for <quic-issues@ietfa.amsl.com>; Mon,  7 Jan 2019 17:21:53 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -6.447
X-Spam-Level: 
X-Spam-Status: No, score=-6.447 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIMWL_WL_HIGH=-0.065, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, HTML_IMAGE_ONLY_24=1.618, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-1, RCVD_IN_DNSWL_HI=-5, SPF_PASS=-0.001] autolearn=ham autolearn_force=no
Authentication-Results: ietfa.amsl.com (amavisd-new); dkim=pass (1024-bit key) header.d=github.com
Received: from mail.ietf.org ([4.31.198.44]) by localhost (ietfa.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 9o2VlJsRX99C for <quic-issues@ietfa.amsl.com>; Mon,  7 Jan 2019 17:21: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 D9C0F12008A for <quic-issues@ietf.org>; Mon,  7 Jan 2019 17:21:51 -0800 (PST)
Date: Mon, 07 Jan 2019 17:21:51 -0800
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1546910511; bh=IiLWc2Afxd0HBdzvU0uUiFM5G7g5YNzjUF8fwjvC9OM=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=m526/kfSdA5aKCV9B8Pe6XyzulG4pN8fJvn9WqAsqYwwEpKgFoqkGmyb2uyIiqdTr MOgT9YaQjfrNKy4Sy3maRb2LkKB2gWdvl7R6QpWjhz89znozP307Zq6Qg1ASY5q2kG f3msTOWVThI9hBpNawkzfYHH28ACdc3yIb6y5oUA=
From: janaiyengar <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+0166e4abb82dc4bdf101b549dae60f04c555b1dc57dcb12b92cf00000001184bbd2f92a169ce17565ed9@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/pull/2197/review/190061379@github.com>
In-Reply-To: <quicwg/base-drafts/pull/2197@github.com>
References: <quicwg/base-drafts/pull/2197@github.com>
Subject: Re: [quicwg/base-drafts] Reorganize ACK section (#2197)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5c33fb2ff7f1_5133fb2c48d45bc37039"; 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/IKlpJdn1mpf8s8H5TCFr5GE0vnY>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
List-Id: Notification list for GitHub issues related to the QUIC WG <quic-issues.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=unsubscribe>
List-Archive: <https://mailarchive.ietf.org/arch/browse/quic-issues/>
List-Post: <mailto:quic-issues@ietf.org>
List-Help: <mailto:quic-issues-request@ietf.org?subject=help>
List-Subscribe: <https://www.ietf.org/mailman/listinfo/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=subscribe>
X-List-Received-Date: Tue, 08 Jan 2019 01:21:53 -0000

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

janaiyengar commented on this pull request.



>  
 The ECN section should only be parsed when the ACK frame type is 0x03.  The ECN
-section consists of 3 ECN counts as shown below.
+section consists of 3 ECN counts as follows:

three ECN counts, as follows:

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/quicwg/base-drafts/pull/2197#pullrequestreview-190061379
----==_mimepart_5c33fb2ff7f1_5133fb2c48d45bc37039
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/2197#discussion_r245852344">draft-ietf-quic-transport.md</a>:</p>
<pre style='color:#555'>&gt;  
 The ECN section should only be parsed when the ACK frame type is 0x03.  The ECN
-section consists of 3 ECN counts as shown below.
+section consists of 3 ECN counts as follows:
</pre>
<p>three ECN counts, as follows:</p>

<p style="font-size:small;-webkit-text-size-adjust:none;color:#666;">&mdash;<br />You are receiving this because you are subscribed to this thread.<br />Reply to this email directly, <a href="https://github.com/quicwg/base-drafts/pull/2197#pullrequestreview-190061379">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AWbkqx1favBWqbRTmxQRCGQCMBvCgKz3ks5vA_KvgaJpZM4ZVlVL">mute the thread</a>.<img src="https://github.com/notifications/beacon/AWbkq-ZGUwrKMluZd_UOQeNh9n5JGJSnks5vA_KvgaJpZM4ZVlVL.gif" height="1" width="1" alt="" /></p>
<script type="application/json" data-scope="inboxmarkup">{"api_version":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name":"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"https://github.githubassets.com/images/email/message_cards/header.png","avatar_image_url":"https://github.githubassets.com/images/email/message_cards/avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/quicwg/base-drafts"}},"updates":{"snippets":[{"icon":"PERSON","message":"@janaiyengar commented on #2197"}],"action":{"name":"View Pull Request","url":"https://github.com/quicwg/base-drafts/pull/2197#pullrequestreview-190061379"}}}</script>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/pull/2197#pullrequestreview-190061379",
"url": "https://github.com/quicwg/base-drafts/pull/2197#pullrequestreview-190061379",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>
----==_mimepart_5c33fb2ff7f1_5133fb2c48d45bc37039--


From nobody Mon Jan  7 17:22: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 3A161130E0C for <quic-issues@ietfa.amsl.com>; Mon,  7 Jan 2019 17:22:37 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -6.447
X-Spam-Level: 
X-Spam-Status: No, score=-6.447 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIMWL_WL_HIGH=-0.065, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, HTML_IMAGE_ONLY_24=1.618, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-1, RCVD_IN_DNSWL_HI=-5, SPF_PASS=-0.001] autolearn=ham autolearn_force=no
Authentication-Results: ietfa.amsl.com (amavisd-new); dkim=pass (1024-bit key) header.d=github.com
Received: from mail.ietf.org ([4.31.198.44]) by localhost (ietfa.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id IMBWMuK35ogc for <quic-issues@ietfa.amsl.com>; Mon,  7 Jan 2019 17:22:35 -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 33693130E08 for <quic-issues@ietf.org>; Mon,  7 Jan 2019 17:22:35 -0800 (PST)
Date: Mon, 07 Jan 2019 17:22:34 -0800
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1546910554; bh=5tvTC+aU1+9ZxEtS7edQXQNn4N5muau1ApL4TTidqXE=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=sid9Qr2zZeBHtb6oBmsaS4OMCPnR9nM7sdtwxVAED5vteHcSAYXAgOg0vlTcGpwyh QO9LMagATcgvbXrRRMocbd6PsRilhlew3vtKO1TuXGzZR5bBHyDCdsf45+OMMM+N2y l2BHqcME5H1DDN9j6PLg1liCYK+KlUQcvjTnZH94=
From: janaiyengar <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+0166e4ab603bce65eb65b391c93dfba54b12e454be75c13492cf00000001184bbd5a92a169ce17565ed9@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/pull/2197/review/190061518@github.com>
In-Reply-To: <quicwg/base-drafts/pull/2197@github.com>
References: <quicwg/base-drafts/pull/2197@github.com>
Subject: Re: [quicwg/base-drafts] Reorganize ACK section (#2197)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5c33fb5a47c10_3b8f3fced0cd45b897241"; 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/q53S-qKOqIBXWAwdTpQuyddAr8c>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
List-Id: Notification list for GitHub issues related to the QUIC WG <quic-issues.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=unsubscribe>
List-Archive: <https://mailarchive.ietf.org/arch/browse/quic-issues/>
List-Post: <mailto:quic-issues@ietf.org>
List-Help: <mailto:quic-issues-request@ietf.org?subject=help>
List-Subscribe: <https://www.ietf.org/mailman/listinfo/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=subscribe>
X-List-Received-Date: Tue, 08 Jan 2019 01:22:37 -0000

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

janaiyengar commented on this pull request.



> @@ -4349,6 +4362,8 @@ section consists of 3 ECN counts as shown below.
 +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
 ~~~
 
+The fields that form the ECN Counts are:

```suggestion
The three ECN Counts are:
```

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/quicwg/base-drafts/pull/2197#pullrequestreview-190061518
----==_mimepart_5c33fb5a47c10_3b8f3fced0cd45b897241
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/2197#discussi=
on_r245852475">draft-ietf-quic-transport.md</a>:</p>=0D
<pre style=3D'color:#555'>&gt; @@ -4349,6 +4362,8 @@ section consists of =
3 ECN counts as shown below.=0D
 +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+=0D
 ~~~=0D
 =0D
+The fields that form the ECN Counts are:=0D
</pre>=0D
=E2=AC=87=EF=B8=8F Suggested change=0D
<pre style=3D"color: #555">-The fields that form the ECN Counts are:=0D
+The three ECN Counts are:=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/2197#pullrequestreview-190061518">view it on GitHub</=
a>, or <a href=3D"https://github.com/notifications/unsubscribe-auth/AWbkq=
xucByIB2kLygPdaa7fKNnncTz-4ks5vA_LagaJpZM4ZVlVL">mute the thread</a>.<img=
 src=3D"https://github.com/notifications/beacon/AWbkq89bBb85ZJaEHL2bDZ8-F=
Claf5oJks5vA_LagaJpZM4ZVlVL.gif" height=3D"1" width=3D"1" alt=3D"" /></p>=
=0D
<script type=3D"application/json" data-scope=3D"inboxmarkup">{"api_versio=
n":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name"=
:"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"=
quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"http=
s://github.githubassets.com/images/email/message_cards/header.png","avata=
r_image_url":"https://github.githubassets.com/images/email/message_cards/=
avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/q=
uicwg/base-drafts"}},"updates":{"snippets":[{"icon":"PERSON","message":"@=
janaiyengar commented on #2197"}],"action":{"name":"View Pull Request","u=
rl":"https://github.com/quicwg/base-drafts/pull/2197#pullrequestreview-19=
0061518"}}}</script>=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/2197#pullrequestrev=
iew-190061518",=0D
"url": "https://github.com/quicwg/base-drafts/pull/2197#pullrequestreview=
-190061518",=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_5c33fb5a47c10_3b8f3fced0cd45b897241--


From nobody Mon Jan  7 17:23: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 09A45130E04 for <quic-issues@ietfa.amsl.com>; Mon,  7 Jan 2019 17:23:33 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -6.519
X-Spam-Level: 
X-Spam-Status: No, score=-6.519 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIMWL_WL_HIGH=-0.065, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, HTML_IMAGE_ONLY_20=1.546, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-1, RCVD_IN_DNSWL_HI=-5, SPF_PASS=-0.001] autolearn=ham autolearn_force=no
Authentication-Results: ietfa.amsl.com (amavisd-new); dkim=pass (1024-bit key) header.d=github.com
Received: from mail.ietf.org ([4.31.198.44]) by localhost (ietfa.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id LEXaycbTmYVe for <quic-issues@ietfa.amsl.com>; Mon,  7 Jan 2019 17:23: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 843AF12008A for <quic-issues@ietf.org>; Mon,  7 Jan 2019 17:23:31 -0800 (PST)
Date: Mon, 07 Jan 2019 17:23:30 -0800
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1546910610; bh=1ROSrUn9nb4z8+ArSJ9n3FKPc/vTn/a/Jn0jf2mWNAw=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=Sw9aqSD5LjOZdkjBOifDrfh0PwhlEkyvLwKyMUn30qcUGv+LKhWU7Ugi7GeEBrnY8 T7//Tj5ZHATCY52ttyV+PJVIRKH60F6CURD9aEuN8fqOS+ukM7l7HLQLzpxrFZPjrG teSlYoKig158DKwEwJD5/yQgZrrIcROz0AUEOslk=
From: janaiyengar <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+0166e4abbea7c012ab282c0ba52c917e963c87310833353192cf00000001184bbd9292a169ce17565ed9@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/pull/2197/review/190061705@github.com>
In-Reply-To: <quicwg/base-drafts/pull/2197@github.com>
References: <quicwg/base-drafts/pull/2197@github.com>
Subject: Re: [quicwg/base-drafts] Reorganize ACK section (#2197)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5c33fb92b24f8_12cb3fef1bcd45c082943"; 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/mkwuEbrOK7JFb4nRlpI7DVGsyd4>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
List-Id: Notification list for GitHub issues related to the QUIC WG <quic-issues.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=unsubscribe>
List-Archive: <https://mailarchive.ietf.org/arch/browse/quic-issues/>
List-Post: <mailto:quic-issues@ietf.org>
List-Help: <mailto:quic-issues-request@ietf.org?subject=help>
List-Subscribe: <https://www.ietf.org/mailman/listinfo/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=subscribe>
X-List-Received-Date: Tue, 08 Jan 2019 01:23:33 -0000

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

janaiyengar approved this pull request.

Just a few more nits, but looks good. Commit once you've addressed those.



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

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

<p>Just a few more nits, but looks good. Commit once you've addressed those.</p>

<p style="font-size:small;-webkit-text-size-adjust:none;color:#666;">&mdash;<br />You are receiving this because you are subscribed to this thread.<br />Reply to this email directly, <a href="https://github.com/quicwg/base-drafts/pull/2197#pullrequestreview-190061705">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AWbkq0UkM0BEXCm39zq1FlzKwFy4BF1Gks5vA_MSgaJpZM4ZVlVL">mute the thread</a>.<img src="https://github.com/notifications/beacon/AWbkq1Ds3vBbLO75DrPCs_JSF7AUOCh-ks5vA_MSgaJpZM4ZVlVL.gif" height="1" width="1" alt="" /></p>
<script type="application/json" data-scope="inboxmarkup">{"api_version":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name":"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"https://github.githubassets.com/images/email/message_cards/header.png","avatar_image_url":"https://github.githubassets.com/images/email/message_cards/avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/quicwg/base-drafts"}},"updates":{"snippets":[{"icon":"PERSON","message":"@janaiyengar approved #2197"}],"action":{"name":"View Pull Request","url":"https://github.com/quicwg/base-drafts/pull/2197#pullrequestreview-190061705"}}}</script>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/pull/2197#pullrequestreview-190061705",
"url": "https://github.com/quicwg/base-drafts/pull/2197#pullrequestreview-190061705",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>
----==_mimepart_5c33fb92b24f8_12cb3fef1bcd45c082943--


From nobody Mon Jan  7 17:33: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 D2422130E53 for <quic-issues@ietfa.amsl.com>; Mon,  7 Jan 2019 17:33:44 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -6.661
X-Spam-Level: 
X-Spam-Status: No, score=-6.661 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIMWL_WL_HIGH=-0.065, 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_PASS=-0.001] autolearn=ham autolearn_force=no
Authentication-Results: ietfa.amsl.com (amavisd-new); dkim=pass (1024-bit key) header.d=github.com
Received: from mail.ietf.org ([4.31.198.44]) by localhost (ietfa.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id CQOcUL4F7HPV for <quic-issues@ietfa.amsl.com>; Mon,  7 Jan 2019 17:33:43 -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 5CF95130E4F for <quic-issues@ietf.org>; Mon,  7 Jan 2019 17:33:43 -0800 (PST)
Date: Mon, 07 Jan 2019 17:33:41 -0800
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1546911221; bh=zxjaZ/qsWd7zZ+GRGHvsWuanN1XSTRwpxYZ9gfmPCoA=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=EMPHxrCLrm2zpLsni99S6abpJo/UOr4yBhzPgbqXhyrjalHtYJUW4arN3xSxUFHP/ AN+NUpy63s24rjHwBhA9wwM+JwsLBjFvzDOgJYEgHZYCZd1jnt/DufmwsHXuYWP4uk 4tejjCHHvN2eriVBpzCduXu3nw09Y3i08hej6NqY=
From: janaiyengar <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+0166e4ab38c17f430e8a3ca3863237a3974bd11517aecf4792cf00000001184bbff592a169ce1791b3a4@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/pull/2285/review/190063508@github.com>
In-Reply-To: <quicwg/base-drafts/pull/2285@github.com>
References: <quicwg/base-drafts/pull/2285@github.com>
Subject: Re: [quicwg/base-drafts] Rename Final Offset to Final Size (#2285)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5c33fdf5badcd_40023f8b896d45bc564f7"; 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/RpaWZ5kpbUuDnvjeMneRDMvqyuc>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
List-Id: Notification list for GitHub issues related to the QUIC WG <quic-issues.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=unsubscribe>
List-Archive: <https://mailarchive.ietf.org/arch/browse/quic-issues/>
List-Post: <mailto:quic-issues@ietf.org>
List-Help: <mailto:quic-issues-request@ietf.org?subject=help>
List-Subscribe: <https://www.ietf.org/mailman/listinfo/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=subscribe>
X-List-Received-Date: Tue, 08 Jan 2019 01:33:45 -0000

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

janaiyengar commented on this pull request.



>  
-An endpoint will know the final offset for a stream when the receiving part of
-the stream enters the "Size Known" or "Reset Recvd" state ({{stream-states}}).
+For a
+stream that is reset, the final size is carried explicitly in a RESET_STREAM
+frame.  Otherwise, the final size is the offset plus the length of a STREAM

Yes, my suggestion was incorrect. Not sure what I was thinking.

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/quicwg/base-drafts/pull/2285#discussion_r245854188
----==_mimepart_5c33fdf5badcd_40023f8b896d45bc564f7
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/2285#discussion_r245854188">draft-ietf-quic-transport.md</a>:</p>
<pre style='color:#555'>&gt;  
-An endpoint will know the final offset for a stream when the receiving part of
-the stream enters the &quot;Size Known&quot; or &quot;Reset Recvd&quot; state ({{stream-states}}).
+For a
+stream that is reset, the final size is carried explicitly in a RESET_STREAM
+frame.  Otherwise, the final size is the offset plus the length of a STREAM
</pre>
<p>Yes, my suggestion was incorrect. Not sure what I was thinking.</p>

<p style="font-size:small;-webkit-text-size-adjust:none;color:#666;">&mdash;<br />You are receiving this because you are subscribed to this thread.<br />Reply to this email directly, <a href="https://github.com/quicwg/base-drafts/pull/2285#discussion_r245854188">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AWbkqxfBKXBvUrm3EDvm9HQg5tTjoinlks5vA_V1gaJpZM4Zna81">mute the thread</a>.<img src="https://github.com/notifications/beacon/AWbkq59Z32jZwsSwYZro5_PyvFFD7zPLks5vA_V1gaJpZM4Zna81.gif" height="1" width="1" alt="" /></p>
<script type="application/json" data-scope="inboxmarkup">{"api_version":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name":"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"https://github.githubassets.com/images/email/message_cards/header.png","avatar_image_url":"https://github.githubassets.com/images/email/message_cards/avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/quicwg/base-drafts"}},"updates":{"snippets":[{"icon":"PERSON","message":"@janaiyengar commented on #2285"}],"action":{"name":"View Pull Request","url":"https://github.com/quicwg/base-drafts/pull/2285#discussion_r245854188"}}}</script>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/pull/2285#discussion_r245854188",
"url": "https://github.com/quicwg/base-drafts/pull/2285#discussion_r245854188",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>
----==_mimepart_5c33fdf5badcd_40023f8b896d45bc564f7--


From nobody Mon Jan  7 17:33: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 D4CCF130E4F for <quic-issues@ietfa.amsl.com>; Mon,  7 Jan 2019 17:33:49 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -8.064
X-Spam-Level: 
X-Spam-Status: No, score=-8.064 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIMWL_WL_HIGH=-0.065, 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_PASS=-0.001] autolearn=ham autolearn_force=no
Authentication-Results: ietfa.amsl.com (amavisd-new); dkim=pass (1024-bit key) header.d=github.com
Received: from mail.ietf.org ([4.31.198.44]) by localhost (ietfa.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 8kH70dQFeCZQ for <quic-issues@ietfa.amsl.com>; Mon,  7 Jan 2019 17:33: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 75084130E54 for <quic-issues@ietf.org>; Mon,  7 Jan 2019 17:33:44 -0800 (PST)
Date: Mon, 07 Jan 2019 17:33:43 -0800
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1546911223; bh=8P9fVXRE4MjUkQwJHf3ySBrLpS4fj41DcK39tNIpj6Y=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=tqw1+mmaVcK06c4rQtEGmdQ/RxEYmMLaLcExyO8DcRzNnP/CfF3z2d+GwsF2VYmoJ sKqrREt3MoAifD0tBVQN4jlV9ujUq/LSPxR009kBurHtF8VZXig2yec3LSbdfVHz3D VqFlI/6Vh87m3VoHZ64r4aV0dl52Xn+ZzOsjivtQ=
From: Marten Seemann <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+0166e4ab1296fdcc0ea3219041b033d4eaeaa0e93199163392cf00000001184bbff792a169ce179f2fda@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/pull/2302/review/190063516@github.com>
In-Reply-To: <quicwg/base-drafts/pull/2302@github.com>
References: <quicwg/base-drafts/pull/2302@github.com>
Subject: Re: [quicwg/base-drafts]  ACK of non-existent packet is illegal  (#2302)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5c33fdf7a1be9_354a3f97d56d45b4105513"; 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/1UhUGXKd0fobKuzFn0F6_bC6EJ8>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
List-Id: Notification list for GitHub issues related to the QUIC WG <quic-issues.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=unsubscribe>
List-Archive: <https://mailarchive.ietf.org/arch/browse/quic-issues/>
List-Post: <mailto:quic-issues@ietf.org>
List-Help: <mailto:quic-issues-request@ietf.org?subject=help>
List-Subscribe: <https://www.ietf.org/mailman/listinfo/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=subscribe>
X-List-Received-Date: Tue, 08 Jan 2019 01:33:50 -0000

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

marten-seemann commented on this pull request.



>  acknowledgment of its ACK frames, with the knowledge this could cause the sender
 to unnecessarily retransmit some data.  Standard QUIC {{QUIC-RECOVERY}}
 algorithms declare packets lost after sufficiently newer packets are
 acknowledged.  Therefore, the receiver SHOULD repeatedly acknowledge newly
 received packets in preference to packets received in the past.
 
+An endpoint SHOULD treat receipt of an acknowledgment for a packet it did not
+send as a connection error of type PROTOCOL_VIOLATION, if it is able to detect

Actually, I think of the reason phrase as giving more details about the error, e.g. when exceeding the stream limit, I'd send the error code STREAM_LIMIT_ERROR, and then the reason phrase might say "Peer tried to open stream 124, but stream limit was 116.".

If we say that all information should go into the reason phrase, then why do we have FLOW_CONTROL_ERROR, STREAM_LIMIT_ERROR, FINAL_OFFSET_ERROR, FRAME_ENCODING_ERROR and TRANSPORT_PARAMETER_ERROR? They're certainly just protocol violations of one sort or another.

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/quicwg/base-drafts/pull/2302#discussion_r245854197
----==_mimepart_5c33fdf7a1be9_354a3f97d56d45b4105513
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/2302#discussion_r245854197">draft-ietf-quic-transport.md</a>:</p>
<pre style='color:#555'>&gt;  acknowledgment of its ACK frames, with the knowledge this could cause the sender
 to unnecessarily retransmit some data.  Standard QUIC {{QUIC-RECOVERY}}
 algorithms declare packets lost after sufficiently newer packets are
 acknowledged.  Therefore, the receiver SHOULD repeatedly acknowledge newly
 received packets in preference to packets received in the past.
 
+An endpoint SHOULD treat receipt of an acknowledgment for a packet it did not
+send as a connection error of type PROTOCOL_VIOLATION, if it is able to detect
</pre>
<p>Actually, I think of the reason phrase as giving more details about the error, e.g. when exceeding the stream limit, I'd send the error code STREAM_LIMIT_ERROR, and then the reason phrase might say "Peer tried to open stream 124, but stream limit was 116.".</p>
<p>If we say that all information should go into the reason phrase, then why do we have FLOW_CONTROL_ERROR, STREAM_LIMIT_ERROR, FINAL_OFFSET_ERROR, FRAME_ENCODING_ERROR and TRANSPORT_PARAMETER_ERROR? They're certainly just protocol violations of one sort or another.</p>

<p style="font-size:small;-webkit-text-size-adjust:none;color:#666;">&mdash;<br />You are receiving this because you are subscribed to this thread.<br />Reply to this email directly, <a href="https://github.com/quicwg/base-drafts/pull/2302#discussion_r245854197">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AWbkqwI7cV57SUPo3Z1hdbyUDJt1rDgnks5vA_V3gaJpZM4ZyrCo">mute the thread</a>.<img src="https://github.com/notifications/beacon/AWbkqy2DWEv2eYJ6ofy5TCQVnkOUuP-4ks5vA_V3gaJpZM4ZyrCo.gif" height="1" width="1" alt="" /></p>
<script type="application/json" data-scope="inboxmarkup">{"api_version":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name":"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"https://github.githubassets.com/images/email/message_cards/header.png","avatar_image_url":"https://github.githubassets.com/images/email/message_cards/avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/quicwg/base-drafts"}},"updates":{"snippets":[{"icon":"PERSON","message":"@marten-seemann commented on #2302"}],"action":{"name":"View Pull Request","url":"https://github.com/quicwg/base-drafts/pull/2302#discussion_r245854197"}}}</script>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/pull/2302#discussion_r245854197",
"url": "https://github.com/quicwg/base-drafts/pull/2302#discussion_r245854197",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>
----==_mimepart_5c33fdf7a1be9_354a3f97d56d45b4105513--


From nobody Mon Jan  7 17:40:13 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 DB25B130E54 for <quic-issues@ietfa.amsl.com>; Mon,  7 Jan 2019 17:40:11 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -1.447
X-Spam-Level: 
X-Spam-Status: No, score=-1.447 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIMWL_WL_HIGH=-0.065, DKIM_SIGNED=0.1, DKIM_VALID=-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_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 vhGxj16xLSRP for <quic-issues@ietfa.amsl.com>; Mon,  7 Jan 2019 17:40:10 -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 917D6130E52 for <quic-issues@ietf.org>; Mon,  7 Jan 2019 17:40:10 -0800 (PST)
DKIM-Signature: v=1; a=rsa-sha1; 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=WXz/McufGijkbQxO3/wylSDVy44=; b=KRnotqzXiaJaZ+MH hDflmUsnjUaXM/T7MN4san8+2t0ySlYQz+HmJPAiSr+UgVubt0t43NUX+EQBwZPp /6xZAxq1NzaS6Pk3G+3eKwPv4KqWU6iKf1zKAEmwMb5OvFUKfHCrO4VWLd6Iy10O oNjmhNwqkqRvWvvoDJC2L3zzXe0=
Received: by filter1131p1las1.sendgrid.net with SMTP id filter1131p1las1-30407-5C33FF78-5 2019-01-08 01:40:08.406498296 +0000 UTC m=+263410.358223874
Received: from github-lowworker-39ccb07.cp1-iad.github.net (unknown [192.30.252.40]) by ismtpd0022p1iad2.sendgrid.net (SG) with ESMTP id 6JOC3N6lQUiy5cR9GUvcYw for <quic-issues@ietf.org>; Tue, 08 Jan 2019 01:40:08.530 +0000 (UTC)
Received: from github.com (localhost [127.0.0.1]) by github-lowworker-39ccb07.cp1-iad.github.net (Postfix) with ESMTP id 6FE64400932 for <quic-issues@ietf.org>; Mon,  7 Jan 2019 17:40:08 -0800 (PST)
Date: Tue, 08 Jan 2019 01:40:08 +0000 (UTC)
From: Marten Seemann <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+0166e4abbb1f0fad5d728cb3261cd780cd54afac699548af92cf00000001184bc17892a169ce179fb001@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/pull/2307/c452144331@github.com>
In-Reply-To: <quicwg/base-drafts/pull/2307@github.com>
References: <quicwg/base-drafts/pull/2307@github.com>
Subject: Re: [quicwg/base-drafts] allow PING frames in Initial and Handshake packets (#2307)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5c33ff786cc53_323e3faa8b8d45bc2523d"; 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: l64QuQ2uJCcEyUykJbxN122A6QRmEpucztpreh3Pak1MoikskfFxa1FvQDitFHnkbJ9I+I6MHBU0m0 OTsoClqh3/wjdGmEDtQv+tmCf3vOefYNIsE7rHWS/KylSwnXwE0uXS8mJmjqZAjNl6E7vHn9L3MXNM rWwMBqBW2ZrOl+/4QbYJJJGUMNwRdGMZASXOXjgyQqUp1dTkB5PyW9oNrsA4ebS1y8f7TbHn6x/zXY 4=
Archived-At: <https://mailarchive.ietf.org/arch/msg/quic-issues/g8FwDU4Lxc0SnsXDQpgzhnZFpKw>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
List-Id: Notification list for GitHub issues related to the QUIC WG <quic-issues.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=unsubscribe>
List-Archive: <https://mailarchive.ietf.org/arch/browse/quic-issues/>
List-Post: <mailto:quic-issues@ietf.org>
List-Help: <mailto:quic-issues-request@ietf.org?subject=help>
List-Subscribe: <https://www.ietf.org/mailman/listinfo/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=subscribe>
X-List-Received-Date: Tue, 08 Jan 2019 01:40:12 -0000

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

I didn't open an issue, because I thought this was straightforward. In my implementation I use PINGs quite often for loss recovery purposes. Just sending a single PING frame is for example a valid way to generate a probe packet. There's no security implication of allowing PING frames.

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

<p>I didn't open an issue, because I thought this was straightforward. In m=
y implementation I use PINGs quite often for loss recovery purposes. Just s=
ending a single PING frame is for example a valid way to generate a probe p=
acket. There's no security implication of allowing PING frames.</p>

<p style=3D"font-size:small;-webkit-text-size-adjust:none;color:#666;">&mda=
sh;<br />You are receiving this because you are subscribed to this thread.<=
br />Reply to this email directly, <a href=3D"https://github.com/quicwg/bas=
e-drafts/pull/2307#issuecomment-452144331">view it on GitHub</a>, or <a hre=
f=3D"https://github.com/notifications/unsubscribe-auth/AWbkqy2PWSuPZQvkXkXe=
RN-uGLm3aXxmks5vA_b4gaJpZM4Zy1R1">mute the thread</a>.<img src=3D"https://g=
ithub.com/notifications/beacon/AWbkq1V9MkeXHCixNW2rSmJdxvw8LNTZks5vA_b4gaJp=
ZM4Zy1R1.gif" height=3D"1" width=3D"1" alt=3D"" /></p>
<script type=3D"application/json" data-scope=3D"inboxmarkup">{"api_version"=
:"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name":"Gi=
tHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"quicwg=
/base-drafts","subtitle":"GitHub repository","main_image_url":"https://gith=
ub.githubassets.com/images/email/message_cards/header.png","avatar_image_ur=
l":"https://github.githubassets.com/images/email/message_cards/avatar.png",=
"action":{"name":"Open in GitHub","url":"https://github.com/quicwg/base-dra=
fts"}},"updates":{"snippets":[{"icon":"PERSON","message":"@marten-seemann i=
n #2307: I didn't open an issue, because I thought this was straightforward=
. In my implementation I use PINGs quite often for loss recovery purposes. =
Just sending a single PING frame is for example a valid way to generate a p=
robe packet. There's no security implication of allowing PING frames."}],"a=
ction":{"name":"View Pull Request","url":"https://github.com/quicwg/base-dr=
afts/pull/2307#issuecomment-452144331"}}}</script>
<script type=3D"application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/pull/2307#issuecomment-452=
144331",
"url": "https://github.com/quicwg/base-drafts/pull/2307#issuecomment-452144=
331",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>=

----==_mimepart_5c33ff786cc53_323e3faa8b8d45bc2523d--


From nobody Mon Jan  7 17:43: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 5E1C1130E54 for <quic-issues@ietfa.amsl.com>; Mon,  7 Jan 2019 17:43:06 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -8.065
X-Spam-Level: 
X-Spam-Status: No, score=-8.065 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIMWL_WL_HIGH=-0.065, 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_PASS=-0.001] autolearn=ham autolearn_force=no
Authentication-Results: ietfa.amsl.com (amavisd-new); dkim=pass (1024-bit key) header.d=github.com
Received: from mail.ietf.org ([4.31.198.44]) by localhost (ietfa.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id Xd1lIGWGME5i for <quic-issues@ietfa.amsl.com>; Mon,  7 Jan 2019 17:43:04 -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 3DC42130E47 for <quic-issues@ietf.org>; Mon,  7 Jan 2019 17:43:04 -0800 (PST)
Date: Mon, 07 Jan 2019 17:43:03 -0800
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1546911783; bh=v2prS/Mte211GsjnzU4abYB4u2YZ1L99dtAcmDpQvEo=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=TVl8wVMdfbaWKj5kWOi8VjCQx6xGfOpWnFl2FJGHrWinYvLFihOE7FFYD5CNmrD/P h0gl0yFttBimF/JOlXpEXIkbPGg6Pmz11Aatcepy18/rVJIBpIuVhvko6yRle7om7q YHtrOeFXmYVn0xWA7Ub+GaCngLONRXch8cJdFzME=
From: janaiyengar <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+0166e4ab9b12d38c3c91668081d630e9ee80225b92d290f092cf00000001184bc22792a169ce179e43e2@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/issues/2299/452144881@github.com>
In-Reply-To: <quicwg/base-drafts/issues/2299@github.com>
References: <quicwg/base-drafts/issues/2299@github.com>
Subject: Re: [quicwg/base-drafts] consider making the varint encoding unique (#2299)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5c3400276a8c2_6edd3ff75dad45b4124025"; 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/8YxVSYyqiZayifZAqIvEwG8joFc>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
List-Id: Notification list for GitHub issues related to the QUIC WG <quic-issues.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=unsubscribe>
List-Archive: <https://mailarchive.ietf.org/arch/browse/quic-issues/>
List-Post: <mailto:quic-issues@ietf.org>
List-Help: <mailto:quic-issues-request@ietf.org?subject=help>
List-Subscribe: <https://www.ietf.org/mailman/listinfo/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=subscribe>
X-List-Received-Date: Tue, 08 Jan 2019 01:43:06 -0000

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

I think we should leave this as it is, primarily for the reason that this is an unnecessary constraint.  The efficiency argument isn't strong for non-frame use cases, and the loss of flexibility can be an issue. @larseggert might have trouble with forcing packet lengths to be minimally represented, for the same reason as @nibanks.

On changing the long header packet size to 2 bytes, we discussed in #1577 and decided against 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/2299#issuecomment-452144881
----==_mimepart_5c3400276a8c2_6edd3ff75dad45b4124025
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: quoted-printable

<p>I think we should leave this as it is, primarily for the reason that t=
his is an unnecessary constraint.  The efficiency argument isn't strong f=
or non-frame use cases, and the loss of flexibility can be an issue. <a c=
lass=3D"user-mention" data-hovercard-type=3D"user" data-hovercard-url=3D"=
/hovercards?user_id=3D200328" data-octo-click=3D"hovercard-link-click" da=
ta-octo-dimensions=3D"link_type:self" href=3D"https://github.com/larsegge=
rt">@larseggert</a> might have trouble with forcing packet lengths to be =
minimally represented, for the same reason as <a class=3D"user-mention" d=
ata-hovercard-type=3D"user" data-hovercard-url=3D"/hovercards?user_id=3D2=
0663557" data-octo-click=3D"hovercard-link-click" data-octo-dimensions=3D=
"link_type:self" href=3D"https://github.com/nibanks">@nibanks</a>.</p>
<p>On changing the long header packet size to 2 bytes, we discussed in <a=
 class=3D"issue-link js-issue-link" data-error-text=3D"Failed to load iss=
ue title" data-id=3D"341975277" data-permission-text=3D"Issue title is pr=
ivate" data-url=3D"https://github.com/quicwg/base-drafts/issues/1577" dat=
a-hovercard-type=3D"issue" data-hovercard-url=3D"/quicwg/base-drafts/issu=
es/1577/hovercard" href=3D"https://github.com/quicwg/base-drafts/issues/1=
577">#1577</a> and decided against it.</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/2299#issuecomment-452144881">view it on GitHub</a>,=
 or <a href=3D"https://github.com/notifications/unsubscribe-auth/AWbkq-Wo=
QRWI5Epch683mC-Tylp591Rrks5vA_engaJpZM4ZyX3n">mute the thread</a>.<img sr=
c=3D"https://github.com/notifications/beacon/AWbkq4UD2KZc6SNEAKjMAu_r5Pia=
U3TIks5vA_engaJpZM4ZyX3n.gif" height=3D"1" width=3D"1" alt=3D"" /></p>
<script type=3D"application/json" data-scope=3D"inboxmarkup">{"api_versio=
n":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name"=
:"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"=
quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"http=
s://github.githubassets.com/images/email/message_cards/header.png","avata=
r_image_url":"https://github.githubassets.com/images/email/message_cards/=
avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/q=
uicwg/base-drafts"}},"updates":{"snippets":[{"icon":"PERSON","message":"@=
janaiyengar in #2299: I think we should leave this as it is, primarily fo=
r the reason that this is an unnecessary constraint.  The efficiency argu=
ment isn't strong for non-frame use cases, and the loss of flexibility ca=
n be an issue. @larseggert might have trouble with forcing packet lengths=
 to be minimally represented, for the same reason as @nibanks.\r\n\r\nOn =
changing the long header packet size to 2 bytes, we discussed in #1577 an=
d decided against it."}],"action":{"name":"View Issue","url":"https://git=
hub.com/quicwg/base-drafts/issues/2299#issuecomment-452144881"}}}</script=
>
<script type=3D"application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/issues/2299#issuecomment=
-452144881",
"url": "https://github.com/quicwg/base-drafts/issues/2299#issuecomment-45=
2144881",
"name": "View Issue"
},
"description": "View this Issue on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>=

----==_mimepart_5c3400276a8c2_6edd3ff75dad45b4124025--


From nobody Mon Jan  7 17:44: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 22E98130DEC for <quic-issues@ietfa.amsl.com>; Mon,  7 Jan 2019 17:44:45 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -6.447
X-Spam-Level: 
X-Spam-Status: No, score=-6.447 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIMWL_WL_HIGH=-0.065, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, HTML_IMAGE_ONLY_24=1.618, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-1, RCVD_IN_DNSWL_HI=-5, SPF_PASS=-0.001] autolearn=ham autolearn_force=no
Authentication-Results: ietfa.amsl.com (amavisd-new); dkim=pass (1024-bit key) header.d=github.com
Received: from mail.ietf.org ([4.31.198.44]) by localhost (ietfa.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id EK_4AHJJvEnN for <quic-issues@ietfa.amsl.com>; Mon,  7 Jan 2019 17:44: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 CFD2A130E63 for <quic-issues@ietf.org>; Mon,  7 Jan 2019 17:44:14 -0800 (PST)
Date: Mon, 07 Jan 2019 17:44:14 -0800
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1546911854; bh=SiboYx9AvfYKgaNJXfIWFvW0h9KFVIIgD3DuJXR991M=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=pNUrW6Uh0dkBpmzVYU8FPvqE9NilG771eklJxeHgSOIn1gO2mmIt3azDoAe8dej1z PlyMSbFZ0ZHTuzGpn4vKG37eeYfHFGMdP5XUrOpuXFTkRewOQGdhSLyMsqlzeH39sR GQl/nCLYL75loexmWVn5ZcNCx0GuX3Ooy60pvPLk=
From: Marten Seemann <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+0166e4abbf5279206672083992d969baa33b2d056892519092cf00000001184bc26e92a169ce179bec73@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/pull/2296/review/190065230@github.com>
In-Reply-To: <quicwg/base-drafts/pull/2296@github.com>
References: <quicwg/base-drafts/pull/2296@github.com>
Subject: Re: [quicwg/base-drafts] Allow servers to send a preferred address of each address family (#2296)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5c34006eb5fe_425b3f81bc2d45c4339b2"; 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/Qq_WEiRdEYLINbF2F8N8i-KdigQ>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
List-Id: Notification list for GitHub issues related to the QUIC WG <quic-issues.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=unsubscribe>
List-Archive: <https://mailarchive.ietf.org/arch/browse/quic-issues/>
List-Post: <mailto:quic-issues@ietf.org>
List-Help: <mailto:quic-issues-request@ietf.org?subject=help>
List-Subscribe: <https://www.ietf.org/mailman/listinfo/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=subscribe>
X-List-Received-Date: Tue, 08 Jan 2019 01:44:45 -0000

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

marten-seemann commented on this pull request.



>  
 ~~~
    struct {
-     enum { IPv4(4), IPv6(6), (15) } ipVersion;
-     opaque ipAddress<4..2^8-1>;
+     opaque ipv4Address<0..2^8-1>;
+     opaque ipv6Address<0..2^8-1>;
      uint16 port;

Why would the ipv4 and ipv6 port numbers be the same? That seems like a special case derived from the HTTP use 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/2296#discussion_r245855684
----==_mimepart_5c34006eb5fe_425b3f81bc2d45c4339b2
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/2296#discussion_r245855684">draft-ietf-quic-transport.md</a>:</p>
<pre style='color:#555'>&gt;  
 ~~~
    struct {
-     enum { IPv4(4), IPv6(6), (15) } ipVersion;
-     opaque ipAddress&lt;4..2^8-1&gt;;
+     opaque ipv4Address&lt;0..2^8-1&gt;;
+     opaque ipv6Address&lt;0..2^8-1&gt;;
      uint16 port;
</pre>
<p>Why would the ipv4 and ipv6 port numbers be the same? That seems like a special case derived from the HTTP use 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/2296#discussion_r245855684">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AWbkq6tO3OEmiciFMgB0hR7wBjDMUgypks5vA_fugaJpZM4ZuHR_">mute the thread</a>.<img src="https://github.com/notifications/beacon/AWbkq1tvDeojgbm32G_5hYQQWZHAIx2Pks5vA_fugaJpZM4ZuHR_.gif" height="1" width="1" alt="" /></p>
<script type="application/json" data-scope="inboxmarkup">{"api_version":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name":"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"https://github.githubassets.com/images/email/message_cards/header.png","avatar_image_url":"https://github.githubassets.com/images/email/message_cards/avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/quicwg/base-drafts"}},"updates":{"snippets":[{"icon":"PERSON","message":"@marten-seemann commented on #2296"}],"action":{"name":"View Pull Request","url":"https://github.com/quicwg/base-drafts/pull/2296#discussion_r245855684"}}}</script>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/pull/2296#discussion_r245855684",
"url": "https://github.com/quicwg/base-drafts/pull/2296#discussion_r245855684",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>
----==_mimepart_5c34006eb5fe_425b3f81bc2d45c4339b2--


From nobody Mon Jan  7 17:57: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 8BBC1130E71 for <quic-issues@ietfa.amsl.com>; Mon,  7 Jan 2019 17:57:24 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -6.661
X-Spam-Level: 
X-Spam-Status: No, score=-6.661 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIMWL_WL_HIGH=-0.065, 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_PASS=-0.001] autolearn=ham autolearn_force=no
Authentication-Results: ietfa.amsl.com (amavisd-new); dkim=pass (1024-bit key) header.d=github.com
Received: from mail.ietf.org ([4.31.198.44]) by localhost (ietfa.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id igwS2qG77Tn9 for <quic-issues@ietfa.amsl.com>; Mon,  7 Jan 2019 17:57:23 -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 C154E130E57 for <quic-issues@ietf.org>; Mon,  7 Jan 2019 17:57:22 -0800 (PST)
Date: Mon, 07 Jan 2019 17:57:21 -0800
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1546912641; bh=4Pb3Ib1DYszMEqhNwBfCKUawE6MrqzpStDVtY3Is/fI=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=c1wrZFtO3dtx5Cjeq4y+cMw+wZExIL3wUMiZDBYOJkjxAtzSQJY62VBuYwugS0LLv ktfBCSIGhEGC7bwNQGwiZf/RolRCCH9JSDn9jMkoBVlbAfVxFFngZtoe0c/tgQ6l9x xoU8+o3wFCNwpaGlN7EasUIVgjvovpeL8z0/kFYM=
From: janaiyengar <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+0166e4ab184c25c71b0cc97dc44df4544fbb635539d83ab092cf00000001184bc58192a169ce1762ed93@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/issues/2205/452147455@github.com>
In-Reply-To: <quicwg/base-drafts/issues/2205@github.com>
References: <quicwg/base-drafts/issues/2205@github.com>
Subject: Re: [quicwg/base-drafts] Largest acked in ACK frame MUST NOT decrease (#2205)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5c3403818b2be_38a23fdd43cd45b475794"; 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/2kd1-P9VszCUwBhC0b3nvrJkumU>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
List-Id: Notification list for GitHub issues related to the QUIC WG <quic-issues.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=unsubscribe>
List-Archive: <https://mailarchive.ietf.org/arch/browse/quic-issues/>
List-Post: <mailto:quic-issues@ietf.org>
List-Help: <mailto:quic-issues-request@ietf.org?subject=help>
List-Subscribe: <https://www.ietf.org/mailman/listinfo/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=subscribe>
X-List-Received-Date: Tue, 08 Jan 2019 01:57:25 -0000

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

@gloinul, what @kazuho says. Also, a sender needs to be able to simply deal with reordering on the ack path. Did you mean 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/2205#issuecomment-452147455
----==_mimepart_5c3403818b2be_38a23fdd43cd45b475794
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=11295323" data-octo-click="hovercard-link-click" data-octo-dimensions="link_type:self" href="https://github.com/gloinul">@gloinul</a>, what <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. Also, a sender needs to be able to simply deal with reordering on the ack path. Did you mean 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/2205#issuecomment-452147455">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AWbkq6banmUJktk8Fwi7FNVjwolHGURKks5vA_sBgaJpZM4ZZLl3">mute the thread</a>.<img src="https://github.com/notifications/beacon/AWbkq19P6Ivd1fRwF_rZP-e3o67ZcFjoks5vA_sBgaJpZM4ZZLl3.gif" height="1" width="1" alt="" /></p>
<script type="application/json" data-scope="inboxmarkup">{"api_version":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name":"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"https://github.githubassets.com/images/email/message_cards/header.png","avatar_image_url":"https://github.githubassets.com/images/email/message_cards/avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/quicwg/base-drafts"}},"updates":{"snippets":[{"icon":"PERSON","message":"@janaiyengar in #2205: @gloinul, what @kazuho says. Also, a sender needs to be able to simply deal with reordering on the ack path. Did you mean something else?"}],"action":{"name":"View Issue","url":"https://github.com/quicwg/base-drafts/issues/2205#issuecomment-452147455"}}}</script>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/issues/2205#issuecomment-452147455",
"url": "https://github.com/quicwg/base-drafts/issues/2205#issuecomment-452147455",
"name": "View Issue"
},
"description": "View this Issue on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>
----==_mimepart_5c3403818b2be_38a23fdd43cd45b475794--


From nobody Mon Jan  7 18: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 24D44131048 for <quic-issues@ietfa.amsl.com>; Mon,  7 Jan 2019 18:00:34 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -8.064
X-Spam-Level: 
X-Spam-Status: No, score=-8.064 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIMWL_WL_HIGH=-0.065, 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_PASS=-0.001] autolearn=ham autolearn_force=no
Authentication-Results: ietfa.amsl.com (amavisd-new); dkim=pass (1024-bit key) header.d=github.com
Received: from mail.ietf.org ([4.31.198.44]) by localhost (ietfa.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id Gz9izwyf7i4N for <quic-issues@ietfa.amsl.com>; Mon,  7 Jan 2019 18:00:32 -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 09580130E91 for <quic-issues@ietf.org>; Mon,  7 Jan 2019 18:00:32 -0800 (PST)
Date: Mon, 07 Jan 2019 18:00:30 -0800
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1546912830; bh=5U1SYVBzopDU2e82iOfhXJCGXNao5zjg9FniyRcabOw=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=U7ej8pAVscR7aE3xDo2UmBTx+4yFzIFYeQpNGiPqm51tRBozHzql6qJik1xmtxYjQ VRJCneNI8Q99LKUIQ3jVRe9/iUI0yd+j5N/+OxYRMdG/2PW9iV3ciNj62cM7L5mWei epRvRwvQTAJXQBQ2WRjO4hDcdvt8pUJCtGqqYkeo=
From: janaiyengar <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+0166e4abcdd4c63390b1ae39d2e778fc24f78788f061a80d92cf00000001184bc63e92a169ce17707fcb@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/pull/2235/c452148025@github.com>
In-Reply-To: <quicwg/base-drafts/pull/2235@github.com>
References: <quicwg/base-drafts/pull/2235@github.com>
Subject: Re: [quicwg/base-drafts] Make HTTP frames a TLV format. This has several advantages: (#2235)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5c34043ee3185_63a03f9db32d45c0125420"; 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/lq-RLAbtmdCoGmVmXR0OHqVfjDk>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
List-Id: Notification list for GitHub issues related to the QUIC WG <quic-issues.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=unsubscribe>
List-Archive: <https://mailarchive.ietf.org/arch/browse/quic-issues/>
List-Post: <mailto:quic-issues@ietf.org>
List-Help: <mailto:quic-issues-request@ietf.org?subject=help>
List-Subscribe: <https://www.ietf.org/mailman/listinfo/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=subscribe>
X-List-Received-Date: Tue, 08 Jan 2019 02:00:37 -0000

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

@martinthomson 
> I interpreted @janaiyengar's comment to mean that when you read a QUIC frame it's in a datagram, so it's probably all sitting in memory. With a streamed frame, you might not have all of the frame in place. You might only have the length.

Yes, that's exactly what I meant, but this discussion is about HTTP frames, which is what I had confused in my mind.

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/quicwg/base-drafts/pull/2235#issuecomment-452148025
----==_mimepart_5c34043ee3185_63a03f9db32d45c0125420
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=3D67641" data-octo-click=3D"hovercard-link-cli=
ck" data-octo-dimensions=3D"link_type:self" href=3D"https://github.com/ma=
rtinthomson">@martinthomson</a></p>
<blockquote>
<p>I interpreted <a class=3D"user-mention" data-hovercard-type=3D"user" d=
ata-hovercard-url=3D"/hovercards?user_id=3D11067604" data-octo-click=3D"h=
overcard-link-click" data-octo-dimensions=3D"link_type:self" href=3D"http=
s://github.com/janaiyengar">@janaiyengar</a>'s comment to mean that when =
you read a QUIC frame it's in a datagram, so it's probably all sitting in=
 memory. With a streamed frame, you might not have all of the frame in pl=
ace. You might only have the length.</p>
</blockquote>
<p>Yes, that's exactly what I meant, but this discussion is about HTTP fr=
ames, which is what I had confused in my mind.</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/pull/2235#issuecomment-452148025">view it on GitHub</a>, o=
r <a href=3D"https://github.com/notifications/unsubscribe-auth/AWbkqzZkoI=
Uk58c-MN4-7WhAfQaaeI3vks5vA_u-gaJpZM4ZdEz2">mute the thread</a>.<img src=3D=
"https://github.com/notifications/beacon/AWbkqyWKXW9mLObDzb7qy6M7z4ogZUWu=
ks5vA_u-gaJpZM4ZdEz2.gif" height=3D"1" width=3D"1" alt=3D"" /></p>
<script type=3D"application/json" data-scope=3D"inboxmarkup">{"api_versio=
n":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name"=
:"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"=
quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"http=
s://github.githubassets.com/images/email/message_cards/header.png","avata=
r_image_url":"https://github.githubassets.com/images/email/message_cards/=
avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/q=
uicwg/base-drafts"}},"updates":{"snippets":[{"icon":"PERSON","message":"@=
janaiyengar in #2235: @martinthomson \r\n\u003e I interpreted @janaiyenga=
r's comment to mean that when you read a QUIC frame it's in a datagram, s=
o it's probably all sitting in memory. With a streamed frame, you might n=
ot have all of the frame in place. You might only have the length.\r\n\r\=
nYes, that's exactly what I meant, but this discussion is about HTTP fram=
es, which is what I had confused in my mind."}],"action":{"name":"View Pu=
ll Request","url":"https://github.com/quicwg/base-drafts/pull/2235#issuec=
omment-452148025"}}}</script>
<script type=3D"application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/pull/2235#issuecomment-4=
52148025",
"url": "https://github.com/quicwg/base-drafts/pull/2235#issuecomment-4521=
48025",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>=

----==_mimepart_5c34043ee3185_63a03f9db32d45c0125420--


From nobody Mon Jan  7 18:21: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 C4871130E71 for <quic-issues@ietfa.amsl.com>; Mon,  7 Jan 2019 18:21:14 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -6.519
X-Spam-Level: 
X-Spam-Status: No, score=-6.519 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIMWL_WL_HIGH=-0.065, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, HTML_IMAGE_ONLY_20=1.546, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-1, RCVD_IN_DNSWL_HI=-5, SPF_PASS=-0.001] autolearn=ham autolearn_force=no
Authentication-Results: ietfa.amsl.com (amavisd-new); dkim=pass (1024-bit key) header.d=github.com
Received: from mail.ietf.org ([4.31.198.44]) by localhost (ietfa.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id Dx1uYGJTCaCN for <quic-issues@ietfa.amsl.com>; Mon,  7 Jan 2019 18:21:13 -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 5FD80130E7A for <quic-issues@ietf.org>; Mon,  7 Jan 2019 18:21:13 -0800 (PST)
Date: Mon, 07 Jan 2019 18:21:12 -0800
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1546914072; bh=w1DInpBEprj6U4m4IyZW/adLwrUVhsFGCTrCSmfYBsI=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=1YQPVhDPi64cgOy7frQQZT0DBZqy+iRxFwPlA/zpOixzSjDMjdt5HTpxz4jKoyJet aFdWqbSVa6E/FzBt46cv7MsboZQJ69YfPi9VB7aMBfAg7i+LZ3RD9SW4gQtOtISaZ/ caqQfSyviHTL/69X4g8yK1zX0Yu24+OaT7giYaO4=
From: janaiyengar <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+0166e4abad36825f8e2436343d738b1fad835873d3e6aa1692cf00000001184bcb1892a169ce179f2f4c@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/pull/2301/review/190071289@github.com>
In-Reply-To: <quicwg/base-drafts/pull/2301@github.com>
References: <quicwg/base-drafts/pull/2301@github.com>
Subject: Re: [quicwg/base-drafts] Add a maximum for max_ack_delay (#2301)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5c34091867353_30de3fd511ed45c4175991"; 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/H1uvR-A03k0ALt1FzwOPDCrd88M>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
List-Id: Notification list for GitHub issues related to the QUIC WG <quic-issues.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=unsubscribe>
List-Archive: <https://mailarchive.ietf.org/arch/browse/quic-issues/>
List-Post: <mailto:quic-issues@ietf.org>
List-Help: <mailto:quic-issues-request@ietf.org?subject=help>
List-Subscribe: <https://www.ietf.org/mailman/listinfo/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=subscribe>
X-List-Received-Date: Tue, 08 Jan 2019 02:21:15 -0000

----==_mimepart_5c34091867353_30de3fd511ed45c4175991
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/2301#pullrequestreview-190071289
----==_mimepart_5c34091867353_30de3fd511ed45c4175991
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/2301#pullrequestreview-190071289">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AWbkq5ut-47_bqhz6-F-Ir99VfZX-F_Wks5vBACYgaJpZM4ZyrAD">mute the thread</a>.<img src="https://github.com/notifications/beacon/AWbkq83E3WYwY7VEwlafgw5yMuYVDqrjks5vBACYgaJpZM4ZyrAD.gif" height="1" width="1" alt="" /></p>
<script type="application/json" data-scope="inboxmarkup">{"api_version":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name":"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"https://github.githubassets.com/images/email/message_cards/header.png","avatar_image_url":"https://github.githubassets.com/images/email/message_cards/avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/quicwg/base-drafts"}},"updates":{"snippets":[{"icon":"PERSON","message":"@janaiyengar approved #2301"}],"action":{"name":"View Pull Request","url":"https://github.com/quicwg/base-drafts/pull/2301#pullrequestreview-190071289"}}}</script>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/pull/2301#pullrequestreview-190071289",
"url": "https://github.com/quicwg/base-drafts/pull/2301#pullrequestreview-190071289",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>
----==_mimepart_5c34091867353_30de3fd511ed45c4175991--


From nobody Mon Jan  7 18: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 7763B130E83 for <quic-issues@ietfa.amsl.com>; Mon,  7 Jan 2019 18:22:27 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -6.519
X-Spam-Level: 
X-Spam-Status: No, score=-6.519 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIMWL_WL_HIGH=-0.065, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, HTML_IMAGE_ONLY_20=1.546, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-1, RCVD_IN_DNSWL_HI=-5, SPF_PASS=-0.001] autolearn=ham autolearn_force=no
Authentication-Results: ietfa.amsl.com (amavisd-new); dkim=pass (1024-bit key) header.d=github.com
Received: from mail.ietf.org ([4.31.198.44]) by localhost (ietfa.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id yfqKJJkBGGyt for <quic-issues@ietfa.amsl.com>; Mon,  7 Jan 2019 18:22: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 180AC130E7A for <quic-issues@ietf.org>; Mon,  7 Jan 2019 18:22:26 -0800 (PST)
Date: Mon, 07 Jan 2019 18:22:25 -0800
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1546914145; bh=nD3XVW1I85JwA0/19yj3To4J/2WoVZPJ4kavOZxAio8=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=2UjrJzggSCKCE3q7nYHWbMC22b8ez10XbdLXpFu94IPX5O1bYYrg6+cKqjsxwcQ+L t5tKCUTp3I844zMmaBTpKIzZ64RkDfR8TOGse9eD60buyqv3KCzyseHIwmh44bo9kB wotUog7mFmzqcmhTPjS/rOzkU1OFCBWOjJJoTBmU=
From: janaiyengar <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+0166e4abbf2aff3d875831288571cef399ff34df2fd1bcdc92cf00000001184bcb6192a169ce179f8940@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/pull/2305/review/190071487@github.com>
In-Reply-To: <quicwg/base-drafts/pull/2305@github.com>
References: <quicwg/base-drafts/pull/2305@github.com>
Subject: Re: [quicwg/base-drafts] use the STREAM_STATE_ERROR for stream-related errors (#2305)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5c340961481d8_4f323f885d2d45b819751c"; 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/wIe6TjAeAilZ5jIL3dlEa5jRbYo>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
List-Id: Notification list for GitHub issues related to the QUIC WG <quic-issues.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=unsubscribe>
List-Archive: <https://mailarchive.ietf.org/arch/browse/quic-issues/>
List-Post: <mailto:quic-issues@ietf.org>
List-Help: <mailto:quic-issues-request@ietf.org?subject=help>
List-Subscribe: <https://www.ietf.org/mailman/listinfo/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=subscribe>
X-List-Received-Date: Tue, 08 Jan 2019 02:22:27 -0000

----==_mimepart_5c340961481d8_4f323f885d2d45b819751c
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/2305#pullrequestreview-190071487
----==_mimepart_5c340961481d8_4f323f885d2d45b819751c
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/2305#pullrequestreview-190071487">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AWbkq_VeqbzXkFljJB8tfkwkERBw8TUFks5vBADhgaJpZM4ZyyH-">mute the thread</a>.<img src="https://github.com/notifications/beacon/AWbkq92sQipY0Y4YMvWLdwQexxyWq3TOks5vBADhgaJpZM4ZyyH-.gif" height="1" width="1" alt="" /></p>
<script type="application/json" data-scope="inboxmarkup">{"api_version":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name":"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"https://github.githubassets.com/images/email/message_cards/header.png","avatar_image_url":"https://github.githubassets.com/images/email/message_cards/avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/quicwg/base-drafts"}},"updates":{"snippets":[{"icon":"PERSON","message":"@janaiyengar approved #2305"}],"action":{"name":"View Pull Request","url":"https://github.com/quicwg/base-drafts/pull/2305#pullrequestreview-190071487"}}}</script>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/pull/2305#pullrequestreview-190071487",
"url": "https://github.com/quicwg/base-drafts/pull/2305#pullrequestreview-190071487",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>
----==_mimepart_5c340961481d8_4f323f885d2d45b819751c--


From nobody Mon Jan  7 18:24:18 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 A1BE5130E7E for <quic-issues@ietfa.amsl.com>; Mon,  7 Jan 2019 18:24:16 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -1.447
X-Spam-Level: 
X-Spam-Status: No, score=-1.447 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIMWL_WL_HIGH=-0.065, DKIM_SIGNED=0.1, DKIM_VALID=-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_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 iiQr_FnXImBI for <quic-issues@ietfa.amsl.com>; Mon,  7 Jan 2019 18:24:15 -0800 (PST)
Received: from o5.sgmail.github.com (o5.sgmail.github.com [192.254.113.10]) (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 88C60130E71 for <quic-issues@ietf.org>; Mon,  7 Jan 2019 18:24:15 -0800 (PST)
DKIM-Signature: v=1; a=rsa-sha1; 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=0Ol654kPrJmRThW/SxFbCe5F4PU=; b=QprSTWD5WmBdMDej 23uJsowiZli+Seigp+7qjoj6hZsh//gLD+qUxX8/hieT1Xxq0T0Xw0Qwl6+qqX2a 4GUEZWdGbl/WD3BAX6Oc0uu938DXZ/lAsKnE/JdDgk5xsvV1BUQrf4lA7h2MRomP 8HVDr/38QVKSIns3uJURwD9SSic=
Received: by filter0783p1las1.sendgrid.net with SMTP id filter0783p1las1-12470-5C3409CD-18 2019-01-08 02:24:13.406768864 +0000 UTC m=+266521.343573225
Received: from github-lowworker-56a5eb2.cp1-iad.github.net (unknown [192.30.252.33]) by ismtpd0010p1iad2.sendgrid.net (SG) with ESMTP id ZMNcO3ufSmCu7RDWVc8Tyw for <quic-issues@ietf.org>; Tue, 08 Jan 2019 02:24:13.312 +0000 (UTC)
Received: from github.com (localhost [127.0.0.1]) by github-lowworker-56a5eb2.cp1-iad.github.net (Postfix) with ESMTP id 4AB76C127A for <quic-issues@ietf.org>; Mon,  7 Jan 2019 18:24:13 -0800 (PST)
Date: Tue, 08 Jan 2019 02:24:14 +0000 (UTC)
From: janaiyengar <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/2305/push/3188628809@github.com>
In-Reply-To: <quicwg/base-drafts/pull/2305@github.com>
References: <quicwg/base-drafts/pull/2305@github.com>
Subject: Re: [quicwg/base-drafts] use the STREAM_STATE_ERROR for stream-related errors (#2305)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5c3409cd49549_62db3fcd2f4d45b86748c"; 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
X-SG-EID: l64QuQ2uJCcEyUykJbxN122A6QRmEpucztpreh3Pak1XWEiFJhicmE6kNtT4NbZSmyLJfL09RuyUXB hvv4WHsl5FsJKgV69vk323OtUWoTW2f/WCUHdtaArlQfLgE2OGnqyueoj1JbId7kzc9QapHSw7llzq u5+gB+T2u3ak8oT59Z2GfX4QDt6vYT3CO0K3WOoBh+7En3wQlDp+jVKrT2e1aBWNu4g0ivWzpQwS9f I=
Archived-At: <https://mailarchive.ietf.org/arch/msg/quic-issues/sOT4Fv9P1c_nDFFNTFSQRHz1U04>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
List-Id: Notification list for GitHub issues related to the QUIC WG <quic-issues.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=unsubscribe>
List-Archive: <https://mailarchive.ietf.org/arch/browse/quic-issues/>
List-Post: <mailto:quic-issues@ietf.org>
List-Help: <mailto:quic-issues-request@ietf.org?subject=help>
List-Subscribe: <https://www.ietf.org/mailman/listinfo/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=subscribe>
X-List-Received-Date: Tue, 08 Jan 2019 02:24:16 -0000

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

@janaiyengar pushed 1 commit.

f5da313e4dd1ba3687c61eeb42cb5a1c1789b459  Add changelog


-- 
You are receiving this because you are subscribed to this thread.
View it on GitHub:
https://github.com/quicwg/base-drafts/pull/2305/files/9a2c8d6b24805c815f83ab66c76903bd7cefbb49..f5da313e4dd1ba3687c61eeb42cb5a1c1789b459

----==_mimepart_5c3409cd49549_62db3fcd2f4d45b86748c
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/f5da313e4dd1ba3687c61eeb42cb5a1c1789b459">f5da313</a>  Add changelog</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/2305/files/9a2c8d6b24805c815f83ab66c76903bd7cefbb49..f5da313e4dd1ba3687c61eeb42cb5a1c1789b459">View it on GitHub</a> or <a href="https://github.com/notifications/unsubscribe-auth/AWbkq4lyLUKpQZuGH3UJqOghPJkuGj00ks5vBAFNgaJpZM4ZyyH-">mute the thread</a>.<img src="https://github.com/notifications/beacon/AWbkqxSI7OuVY8sBAKO9gfRvIqzwaZF3ks5vBAFNgaJpZM4ZyyH-.gif" height="1" width="1" alt="" /></p>
<script type="application/json" data-scope="inboxmarkup">{"api_version":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name":"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"https://github.githubassets.com/images/email/message_cards/header.png","avatar_image_url":"https://github.githubassets.com/images/email/message_cards/avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/quicwg/base-drafts"}},"updates":{"snippets":[{"icon":"PERSON","message":"@janaiyengar pushed 1 commit in #2305"}],"action":{"name":"View Pull Request","url":"https://github.com/quicwg/base-drafts/pull/2305/files/9a2c8d6b24805c815f83ab66c76903bd7cefbb49..f5da313e4dd1ba3687c61eeb42cb5a1c1789b459"}}}</script>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/pull/2305/files/9a2c8d6b24805c815f83ab66c76903bd7cefbb49..f5da313e4dd1ba3687c61eeb42cb5a1c1789b459",
"url": "https://github.com/quicwg/base-drafts/pull/2305/files/9a2c8d6b24805c815f83ab66c76903bd7cefbb49..f5da313e4dd1ba3687c61eeb42cb5a1c1789b459",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>

----==_mimepart_5c3409cd49549_62db3fcd2f4d45b86748c--


From nobody Mon Jan  7 18:26: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 7770A130E7E for <quic-issues@ietfa.amsl.com>; Mon,  7 Jan 2019 18:26:17 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -6.447
X-Spam-Level: 
X-Spam-Status: No, score=-6.447 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIMWL_WL_HIGH=-0.065, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, HTML_IMAGE_ONLY_24=1.618, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-1, RCVD_IN_DNSWL_HI=-5, SPF_PASS=-0.001] autolearn=ham autolearn_force=no
Authentication-Results: ietfa.amsl.com (amavisd-new); dkim=pass (1024-bit key) header.d=github.com
Received: from mail.ietf.org ([4.31.198.44]) by localhost (ietfa.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id l1a264dqyslD for <quic-issues@ietfa.amsl.com>; Mon,  7 Jan 2019 18:26:15 -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 CD9FB130E71 for <quic-issues@ietf.org>; Mon,  7 Jan 2019 18:26:15 -0800 (PST)
Date: Mon, 07 Jan 2019 18:26:14 -0800
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1546914375; bh=UKW5KIl84cWc7+3Df+JQMrTnuXYmP+TR7176KJ/fVhw=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=qqSkgmwmvCcblF0yj92J8cOraw5pzXyawUiSePWd+CCGs1I3ky1ns4CT7I992ivPM F8CSVdLxlG4STHUxjey36W/osgYO+5h/azZieh8yDT9DPrJsfadMVM4zYvwEMWXg3m pYWduRq8bd7UQMthDuFnuO3D0B5PHC2TjoY8nTVA=
From: janaiyengar <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+0166e4abbf59d25ed1ea6ab43017b913e4252bfab0a709c392cf00000001184bcc4692a169ce179f8940@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/pull/2305/issue_event/2059112818@github.com>
In-Reply-To: <quicwg/base-drafts/pull/2305@github.com>
References: <quicwg/base-drafts/pull/2305@github.com>
Subject: Re: [quicwg/base-drafts] use the STREAM_STATE_ERROR for stream-related errors (#2305)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5c340a46f11aa_33e13f9d4c8d45b8580b"; 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/BhZeWGb-ImuJbjXoIB_kXdgv-EE>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
List-Id: Notification list for GitHub issues related to the QUIC WG <quic-issues.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=unsubscribe>
List-Archive: <https://mailarchive.ietf.org/arch/browse/quic-issues/>
List-Post: <mailto:quic-issues@ietf.org>
List-Help: <mailto:quic-issues-request@ietf.org?subject=help>
List-Subscribe: <https://www.ietf.org/mailman/listinfo/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=subscribe>
X-List-Received-Date: Tue, 08 Jan 2019 02:26:17 -0000

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

Merged #2305 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/2305#event-2059112818
----==_mimepart_5c340a46f11aa_33e13f9d4c8d45b8580b
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="396331328" data-permission-text="Issue title is private" data-url="https://github.com/quicwg/base-drafts/issues/2305" data-hovercard-type="pull_request" data-hovercard-url="/quicwg/base-drafts/pull/2305/hovercard" href="https://github.com/quicwg/base-drafts/pull/2305">#2305</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/2305#event-2059112818">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AWbkq8tzg1gvJ8Mpqm5iNdVwGSNWigunks5vBAHGgaJpZM4ZyyH-">mute the thread</a>.<img src="https://github.com/notifications/beacon/AWbkq0tzWQd0vL2WqduPyAxf5CWEdptvks5vBAHGgaJpZM4ZyyH-.gif" height="1" width="1" alt="" /></p>
<script type="application/json" data-scope="inboxmarkup">{"api_version":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name":"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"https://github.githubassets.com/images/email/message_cards/header.png","avatar_image_url":"https://github.githubassets.com/images/email/message_cards/avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/quicwg/base-drafts"}},"updates":{"snippets":[{"icon":"DESCRIPTION","message":"Merged #2305 into master."}],"action":{"name":"View Pull Request","url":"https://github.com/quicwg/base-drafts/pull/2305#event-2059112818"}}}</script>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/pull/2305#event-2059112818",
"url": "https://github.com/quicwg/base-drafts/pull/2305#event-2059112818",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>
----==_mimepart_5c340a46f11aa_33e13f9d4c8d45b8580b--


From nobody Mon Jan  7 18:45: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 110D4131038 for <quic-issues@ietfa.amsl.com>; Mon,  7 Jan 2019 18:45:09 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -6.661
X-Spam-Level: 
X-Spam-Status: No, score=-6.661 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIMWL_WL_HIGH=-0.065, 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_PASS=-0.001] autolearn=ham autolearn_force=no
Authentication-Results: ietfa.amsl.com (amavisd-new); dkim=pass (1024-bit key) header.d=github.com
Received: from mail.ietf.org ([4.31.198.44]) by localhost (ietfa.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id A0EJwg4Bq4AJ for <quic-issues@ietfa.amsl.com>; Mon,  7 Jan 2019 18:45:07 -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 D35C213103C for <quic-issues@ietf.org>; Mon,  7 Jan 2019 18:45:06 -0800 (PST)
Date: Mon, 07 Jan 2019 18:45:06 -0800
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1546915506; bh=jsku2SNPRbckmqUGQOWbtzGBkFCnBj5+tb0tOZBny3I=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=VB3ltlJ/Ph+FqNupifCuwCfM5spQc728zgaLU3FVd/iMlWmOu4jxVMZ39aXbStUuv KZtEVHZQB82lzDiAqMAVE8Cd9KfAET31t/Qa98wunidAq176oTGUWUwUHpM9TmbO02 nhVKjMe0zlqKV3HILUHSIZIsDqaM4/CF6twGXk3M=
From: ianswett <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+0166e4ab75272c21c414f97f5969aa3a2439f26d4f5e061a92cf00000001184bd0b292a169ce179bec73@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/pull/2296/review/190074878@github.com>
In-Reply-To: <quicwg/base-drafts/pull/2296@github.com>
References: <quicwg/base-drafts/pull/2296@github.com>
Subject: Re: [quicwg/base-drafts] Allow servers to send a preferred address of each address family (#2296)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5c340eb23660_7393f9f50cd45b887968"; 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/3S_IviUMfwytRHq9kg3z1xhUuzI>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
List-Id: Notification list for GitHub issues related to the QUIC WG <quic-issues.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=unsubscribe>
List-Archive: <https://mailarchive.ietf.org/arch/browse/quic-issues/>
List-Post: <mailto:quic-issues@ietf.org>
List-Help: <mailto:quic-issues-request@ietf.org?subject=help>
List-Subscribe: <https://www.ietf.org/mailman/listinfo/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=subscribe>
X-List-Received-Date: Tue, 08 Jan 2019 02:45:09 -0000

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

ianswett commented on this pull request.



>  
 ~~~
    struct {
-     enum { IPv4(4), IPv6(6), (15) } ipVersion;
-     opaque ipAddress<4..2^8-1>;
+     opaque ipv4Address<0..2^8-1>;
+     opaque ipv6Address<0..2^8-1>;
      uint16 port;

If there's a real use case for separate port numbers, I can see adding that flexibility, but otherwise I prefer @martinthomson 's 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/2296#discussion_r245863285
----==_mimepart_5c340eb23660_7393f9f50cd45b887968
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/2296#discussion_r245863285">draft-ietf-quic-transport.md</a>:</p>
<pre style='color:#555'>&gt;  
 ~~~
    struct {
-     enum { IPv4(4), IPv6(6), (15) } ipVersion;
-     opaque ipAddress&lt;4..2^8-1&gt;;
+     opaque ipv4Address&lt;0..2^8-1&gt;;
+     opaque ipv6Address&lt;0..2^8-1&gt;;
      uint16 port;
</pre>
<p>If there's a real use case for separate port numbers, I can see adding that flexibility, but otherwise I prefer <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.</p>

<p style="font-size:small;-webkit-text-size-adjust:none;color:#666;">&mdash;<br />You are receiving this because you are subscribed to this thread.<br />Reply to this email directly, <a href="https://github.com/quicwg/base-drafts/pull/2296#discussion_r245863285">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AWbkq0EnCgPhDWNm8re-Bn9o02gDPM3vks5vBAYygaJpZM4ZuHR_">mute the thread</a>.<img src="https://github.com/notifications/beacon/AWbkqyV5TJuh1HKZ4YOW3fIMRgeobsN0ks5vBAYygaJpZM4ZuHR_.gif" height="1" width="1" alt="" /></p>
<script type="application/json" data-scope="inboxmarkup">{"api_version":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name":"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"https://github.githubassets.com/images/email/message_cards/header.png","avatar_image_url":"https://github.githubassets.com/images/email/message_cards/avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/quicwg/base-drafts"}},"updates":{"snippets":[{"icon":"PERSON","message":"@ianswett commented on #2296"}],"action":{"name":"View Pull Request","url":"https://github.com/quicwg/base-drafts/pull/2296#discussion_r245863285"}}}</script>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/pull/2296#discussion_r245863285",
"url": "https://github.com/quicwg/base-drafts/pull/2296#discussion_r245863285",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>
----==_mimepart_5c340eb23660_7393f9f50cd45b887968--


From nobody Mon Jan  7 18:46: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 0ED7213103C for <quic-issues@ietfa.amsl.com>; Mon,  7 Jan 2019 18:46:35 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -6.66
X-Spam-Level: 
X-Spam-Status: No, score=-6.66 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIMWL_WL_HIGH=-0.065, 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_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 DSfic35nLQOy for <quic-issues@ietfa.amsl.com>; Mon,  7 Jan 2019 18:46: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 503B0131038 for <quic-issues@ietf.org>; Mon,  7 Jan 2019 18:46:33 -0800 (PST)
Date: Mon, 07 Jan 2019 18:46:32 -0800
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1546915592; bh=3zuZ32Ff2/B2LRpkEZ3sPDAEs+oHE0jye9inBn68++k=; h=Date:From:Reply-To:To:Cc:Subject:List-ID:List-Archive:List-Post: List-Unsubscribe:From; b=LEZicZqLYnP4gn6qk/y19hGJlhaueF/6ifsJB9SCc8Q2NuPMeKwQfXke97nr/mtKb AFyOC1sZO1qcFfG2gUftNz07FmqaigeIFwjnz30isoPGecQWiygNxigWXww7HPKNtb Bx9TrY3UfCYsOrO3kpjzrzi+82Ik7W5NwRUiAe8E=
From: Marten Seemann <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+0166e4abdc1a14dea8a1d14f9e7befd3c254f81bc0e9dc0892cf00000001184bd10892a169ce17a59a36@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/pull/2315@github.com>
Subject: [quicwg/base-drafts] editorial changes in the closing section (#2315)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5c340f0816833_13873f91600d45b8143678"; 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/zuPmnUyBsEeGqq7Yb5_eXucX4kg>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
List-Id: Notification list for GitHub issues related to the QUIC WG <quic-issues.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=unsubscribe>
List-Archive: <https://mailarchive.ietf.org/arch/browse/quic-issues/>
List-Post: <mailto:quic-issues@ietf.org>
List-Help: <mailto:quic-issues-request@ietf.org?subject=help>
List-Subscribe: <https://www.ietf.org/mailman/listinfo/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=subscribe>
X-List-Received-Date: Tue, 08 Jan 2019 02:46:35 -0000

----==_mimepart_5c340f0816833_13873f91600d45b8143678
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/2315

-- Commit Summary --

  * remove misleading sentence about closing and stateless resets
  * allow closing and draining periods longer than 3 PTO
  * editorial changes in the closing section

-- File Changes --

    M draft-ietf-quic-transport.md (18)

-- Patch Links --

https://github.com/quicwg/base-drafts/pull/2315.patch
https://github.com/quicwg/base-drafts/pull/2315.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/2315

----==_mimepart_5c340f0816833_13873f91600d45b8143678
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/2315'>https://github.com/quicwg/base-drafts/pull/2315</a></p>

<h4>Commit Summary</h4>
<ul>
  <li>remove misleading sentence about closing and stateless resets</li>
  <li>allow closing and draining periods longer than 3 PTO</li>
  <li>editorial changes in the closing section</li>
</ul>

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

<h4>Patch Links:</h4>
<ul>
  <li><a href='https://github.com/quicwg/base-drafts/pull/2315.patch'>https://github.com/quicwg/base-drafts/pull/2315.patch</a></li>
  <li><a href='https://github.com/quicwg/base-drafts/pull/2315.diff'>https://github.com/quicwg/base-drafts/pull/2315.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/2315">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AWbkqzFQyZaosdQY6skfYXnRsP0GeOgNks5vBAaIgaJpZM4Z0q1r">mute the thread</a>.<img src="https://github.com/notifications/beacon/AWbkq6Snw3COdkhTqRXTBdBQvOSNhH6Kks5vBAaIgaJpZM4Z0q1r.gif" height="1" width="1" alt="" /></p>
<script type="application/json" data-scope="inboxmarkup">{"api_version":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name":"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"https://github.githubassets.com/images/email/message_cards/header.png","avatar_image_url":"https://github.githubassets.com/images/email/message_cards/avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/quicwg/base-drafts"}},"updates":{"snippets":[{"icon":"DESCRIPTION","message":"editorial changes in the closing section (#2315)"}],"action":{"name":"View Pull Request","url":"https://github.com/quicwg/base-drafts/pull/2315"}}}</script>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/pull/2315",
"url": "https://github.com/quicwg/base-drafts/pull/2315",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>

----==_mimepart_5c340f0816833_13873f91600d45b8143678--


From nobody Mon Jan  7 18:48:16 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 8B20213103F for <quic-issues@ietfa.amsl.com>; Mon,  7 Jan 2019 18:48:15 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -1.661
X-Spam-Level: 
X-Spam-Status: No, score=-1.661 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIMWL_WL_HIGH=-0.065, 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_PASS=-0.001] autolearn=ham autolearn_force=no
Authentication-Results: ietfa.amsl.com (amavisd-new); dkim=pass (1024-bit key) header.d=github.com
Received: from mail.ietf.org ([4.31.198.44]) by localhost (ietfa.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id iR4iea18B3jV for <quic-issues@ietfa.amsl.com>; Mon,  7 Jan 2019 18:48:13 -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 7C3E9130E76 for <quic-issues@ietf.org>; Mon,  7 Jan 2019 18:48:13 -0800 (PST)
DKIM-Signature: v=1; a=rsa-sha1; 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=Xagd7FYun0vYFR8KS44uNhsqINI=; b=SFsequZSY50L5cTC 4510Ex8awWsSCE6UiHCH8mS5lNIUfPze99WHVIS1uHs3z4AzUeQSMduzv+9NiE/7 xQIK9l+QSgtcw2TmQnUblsjda7sPR/ctZCjtDeFcNOz9tvDOd6uSf8YVCT53nJn/ SOuBeaGfDXWdDcpCcnk0dPv8kWw=
Received: by filter0376p1iad2.sendgrid.net with SMTP id filter0376p1iad2-28771-5C340F6C-3 2019-01-08 02:48:12.016183281 +0000 UTC m=+346043.712281866
Received: from github-lowworker-4f62d42.cp1-iad.github.net (unknown [192.30.252.35]) by ismtpd0033p1iad2.sendgrid.net (SG) with ESMTP id QtMNvU5WS86Nv30HkZdQuw for <quic-issues@ietf.org>; Tue, 08 Jan 2019 02:48:12.148 +0000 (UTC)
Received: from github.com (localhost [127.0.0.1]) by github-lowworker-4f62d42.cp1-iad.github.net (Postfix) with ESMTP id 2081AC0149 for <quic-issues@ietf.org>; Mon,  7 Jan 2019 18:48:12 -0800 (PST)
Date: Tue, 08 Jan 2019 02:48:12 +0000 (UTC)
From: Marten Seemann <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+0166e4ab67f78ef1d4a6f9fe39467379036a11dfbb5cba0c92cf00000001184bd16c92a169ce179bec73@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/pull/2296/review/190075375@github.com>
In-Reply-To: <quicwg/base-drafts/pull/2296@github.com>
References: <quicwg/base-drafts/pull/2296@github.com>
Subject: Re: [quicwg/base-drafts] Allow servers to send a preferred address of each address family (#2296)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5c340f6c1f38b_3f903fb4a68d45c47184d"; 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: l64QuQ2uJCcEyUykJbxN122A6QRmEpucztpreh3Pak3m9I+FjuG046IkRLS2+cEcO4zkx+htJh9VI1 cAWwlBQZAoeF2GcDM4iUTKJhDaV3EUvGWs7CZ3U3Ax8QydMJmgwwM/AtyA2kjAZYk9cuhtoHi6vNIR E0E5cpm73hLwP0iWb5StCLK5iNPW3o9rHTnpcpMSqPyjb1cASWDOWo4zmT9QTXjfFeClOcGVAeHDFf g=
Archived-At: <https://mailarchive.ietf.org/arch/msg/quic-issues/N8St3m93iKehL5ME1ytTlTwrgNw>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
List-Id: Notification list for GitHub issues related to the QUIC WG <quic-issues.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=unsubscribe>
List-Archive: <https://mailarchive.ietf.org/arch/browse/quic-issues/>
List-Post: <mailto:quic-issues@ietf.org>
List-Help: <mailto:quic-issues-request@ietf.org?subject=help>
List-Subscribe: <https://www.ietf.org/mailman/listinfo/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=subscribe>
X-List-Received-Date: Tue, 08 Jan 2019 02:48:15 -0000

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

marten-seemann commented on this pull request.



>  
 ~~~
    struct {
-     enum { IPv4(4), IPv6(6), (15) } ipVersion;
-     opaque ipAddress<4..2^8-1>;
+     opaque ipv4Address<0..2^8-1>;
+     opaque ipv6Address<0..2^8-1>;
      uint16 port;

p2p applications might not assign any meaning to ports, but just use a random port number. There's no reason why those values would be the same for IPv4 and IPv6.

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/quicwg/base-drafts/pull/2296#discussion_r245863722
----==_mimepart_5c340f6c1f38b_3f903fb4a68d45c47184d
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/2296#discussion_r245863722">draft-ietf-quic-transport.md</a>:</p>
<pre style='color:#555'>&gt;  
 ~~~
    struct {
-     enum { IPv4(4), IPv6(6), (15) } ipVersion;
-     opaque ipAddress&lt;4..2^8-1&gt;;
+     opaque ipv4Address&lt;0..2^8-1&gt;;
+     opaque ipv6Address&lt;0..2^8-1&gt;;
      uint16 port;
</pre>
<p>p2p applications might not assign any meaning to ports, but just use a random port number. There's no reason why those values would be the same for IPv4 and IPv6.</p>

<p style="font-size:small;-webkit-text-size-adjust:none;color:#666;">&mdash;<br />You are receiving this because you are subscribed to this thread.<br />Reply to this email directly, <a href="https://github.com/quicwg/base-drafts/pull/2296#discussion_r245863722">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AWbkq9l9nnpOp4wqS_PVlgmbQpGgE1_zks5vBAbsgaJpZM4ZuHR_">mute the thread</a>.<img src="https://github.com/notifications/beacon/AWbkq8yGlFmh4SdUvy0jDX5GXQrA-QMHks5vBAbsgaJpZM4ZuHR_.gif" height="1" width="1" alt="" /></p>
<script type="application/json" data-scope="inboxmarkup">{"api_version":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name":"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"https://github.githubassets.com/images/email/message_cards/header.png","avatar_image_url":"https://github.githubassets.com/images/email/message_cards/avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/quicwg/base-drafts"}},"updates":{"snippets":[{"icon":"PERSON","message":"@marten-seemann commented on #2296"}],"action":{"name":"View Pull Request","url":"https://github.com/quicwg/base-drafts/pull/2296#discussion_r245863722"}}}</script>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/pull/2296#discussion_r245863722",
"url": "https://github.com/quicwg/base-drafts/pull/2296#discussion_r245863722",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>
----==_mimepart_5c340f6c1f38b_3f903fb4a68d45c47184d--


From nobody Mon Jan  7 19: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 64DF41310AB for <quic-issues@ietfa.amsl.com>; Mon,  7 Jan 2019 19:43:16 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -8.064
X-Spam-Level: 
X-Spam-Status: No, score=-8.064 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIMWL_WL_HIGH=-0.065, 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_PASS=-0.001] autolearn=ham autolearn_force=no
Authentication-Results: ietfa.amsl.com (amavisd-new); dkim=pass (1024-bit key) header.d=github.com
Received: from mail.ietf.org ([4.31.198.44]) by localhost (ietfa.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id zFr4FiEg7B3p for <quic-issues@ietfa.amsl.com>; Mon,  7 Jan 2019 19:43: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 DF75E1310A6 for <quic-issues@ietf.org>; Mon,  7 Jan 2019 19:43:14 -0800 (PST)
Date: Mon, 07 Jan 2019 19:43:12 -0800
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1546918992; bh=7Mw2BkN1y44rHKUVcDXGpgVD0UBeulyBrHS19HHMjoU=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=vzF0/2TydKJWZ0l42kpzcK1oVT6QpbH1aqiZcXgdm2yFHnX2V666IHbr7ucd7C1j7 GPi6mvtAURpuREmbKvvuY9YS83EEm6DsKPmJltIsl2ucXVOp7xXMuxuG09fHiGsWBX Ygv5SPhbJQpK5pPA01huWzFx6DUtB1k1O66/Qmso=
From: ianswett <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+0166e4ab35462b602946a815cfea3ec8ee4bbfea413b287c92cf00000001184bde5092a169ce17a59a36@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/pull/2315/review/190083279@github.com>
In-Reply-To: <quicwg/base-drafts/pull/2315@github.com>
References: <quicwg/base-drafts/pull/2315@github.com>
Subject: Re: [quicwg/base-drafts] editorial changes in the closing section (#2315)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5c341c5088701_10943fc9fd0d45c4352729"; 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/g7iYYRNHgf8Eup9S2UybMmw1nJA>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
List-Id: Notification list for GitHub issues related to the QUIC WG <quic-issues.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=unsubscribe>
List-Archive: <https://mailarchive.ietf.org/arch/browse/quic-issues/>
List-Post: <mailto:quic-issues@ietf.org>
List-Help: <mailto:quic-issues-request@ietf.org?subject=help>
List-Subscribe: <https://www.ietf.org/mailman/listinfo/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=subscribe>
X-List-Received-Date: Tue, 08 Jan 2019 03:43:16 -0000

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

ianswett commented on this pull request.



>  
 An endpoint enters a closing period after initiating an immediate close
 ({{immediate-close}}).  While closing, an endpoint MUST NOT send packets unless
 they contain a CONNECTION_CLOSE frame (see {{immediate-close}} for details).  An
 endpoint retains only enough information to generate a packet containing a
 CONNECTION_CLOSE frame and to identify packets as belonging to the connection.
-The connection ID and QUIC version is sufficient information to identify packets
-for a closing connection; an endpoint can discard all other connection state.
-An endpoint MAY retain packet protection keys for incoming packets to allow it
-to read and process a CONNECTION_CLOSE frame.
+The source and the destination connection ID and the QUIC version are sufficient

If it's possible the source CID could change, I'd suggest we only mention the destination 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/2315#pullrequestreview-190083279
----==_mimepart_5c341c5088701_10943fc9fd0d45c4352729
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/2315#discussion_r245870021">draft-ietf-quic-transport.md</a>:</p>
<pre style='color:#555'>&gt;  
 An endpoint enters a closing period after initiating an immediate close
 ({{immediate-close}}).  While closing, an endpoint MUST NOT send packets unless
 they contain a CONNECTION_CLOSE frame (see {{immediate-close}} for details).  An
 endpoint retains only enough information to generate a packet containing a
 CONNECTION_CLOSE frame and to identify packets as belonging to the connection.
-The connection ID and QUIC version is sufficient information to identify packets
-for a closing connection; an endpoint can discard all other connection state.
-An endpoint MAY retain packet protection keys for incoming packets to allow it
-to read and process a CONNECTION_CLOSE frame.
+The source and the destination connection ID and the QUIC version are sufficient
</pre>
<p>If it's possible the source CID could change, I'd suggest we only mention the destination 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/2315#pullrequestreview-190083279">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AWbkqxPlspW9yNpKNnZ4kH57f3XzlWUHks5vBBPQgaJpZM4Z0q1r">mute the thread</a>.<img src="https://github.com/notifications/beacon/AWbkq-bGP2qEfLYrU6XqBCiMXhCBDPrLks5vBBPQgaJpZM4Z0q1r.gif" height="1" width="1" alt="" /></p>
<script type="application/json" data-scope="inboxmarkup">{"api_version":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name":"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"https://github.githubassets.com/images/email/message_cards/header.png","avatar_image_url":"https://github.githubassets.com/images/email/message_cards/avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/quicwg/base-drafts"}},"updates":{"snippets":[{"icon":"PERSON","message":"@ianswett commented on #2315"}],"action":{"name":"View Pull Request","url":"https://github.com/quicwg/base-drafts/pull/2315#pullrequestreview-190083279"}}}</script>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/pull/2315#pullrequestreview-190083279",
"url": "https://github.com/quicwg/base-drafts/pull/2315#pullrequestreview-190083279",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>
----==_mimepart_5c341c5088701_10943fc9fd0d45c4352729--


From nobody Mon Jan  7 19: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 08AE91310AD for <quic-issues@ietfa.amsl.com>; Mon,  7 Jan 2019 19:51:46 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -6.661
X-Spam-Level: 
X-Spam-Status: No, score=-6.661 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIMWL_WL_HIGH=-0.065, 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_PASS=-0.001] autolearn=ham autolearn_force=no
Authentication-Results: ietfa.amsl.com (amavisd-new); dkim=pass (1024-bit key) header.d=github.com
Received: from mail.ietf.org ([4.31.198.44]) by localhost (ietfa.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id UfVYnDGR7IAV for <quic-issues@ietfa.amsl.com>; Mon,  7 Jan 2019 19:51:44 -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 7C5401310AB for <quic-issues@ietf.org>; Mon,  7 Jan 2019 19:51:44 -0800 (PST)
Date: Mon, 07 Jan 2019 19:51:43 -0800
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1546919503; bh=97EqeOcGDfyRr0u4/dplqlYgvVyaGTkIrc6qX9Ss6nY=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=CvVHK1nMWpRaZdqh3DqYf52gSm1b8wIGAuvz4MjAXLXCP9Ln7n24KX3xjlE8Nr69G 22K7i+sSz8x5q1hXCHpLaVSNECRWdqdUXmO+/DdFUdS67KValyWAr3+pWGpouSR8Fl 9vGUePdZKWha0So0AAlWQLjrQs2O8RAutPoZ99Zw=
From: ianswett <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+0166e4abc684ac8f88d1ffaeebaca25e96aa4716b5b01f5c92cf00000001184be04f92a169ce17a48a98@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/pull/2313/review/190084364@github.com>
In-Reply-To: <quicwg/base-drafts/pull/2313@github.com>
References: <quicwg/base-drafts/pull/2313@github.com>
Subject: Re: [quicwg/base-drafts] Proposal to make Version Negotiation more like Retry to punt VN to QUICv2 (#2313)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5c341e4f9e7af_33803f9d4c8d45b8361596"; 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/4D76A-KYePQD0nUJzG59N2CYv8s>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
List-Id: Notification list for GitHub issues related to the QUIC WG <quic-issues.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=unsubscribe>
List-Archive: <https://mailarchive.ietf.org/arch/browse/quic-issues/>
List-Post: <mailto:quic-issues@ietf.org>
List-Help: <mailto:quic-issues-request@ietf.org?subject=help>
List-Subscribe: <https://www.ietf.org/mailman/listinfo/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=subscribe>
X-List-Received-Date: Tue, 08 Jan 2019 03:51:46 -0000

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

ianswett commented on this pull request.



>  
-The server MUST include the value from the Source Connection ID field of the
-packet it receives in the Destination Connection ID field.  The value for Source
-Connection ID MUST be copied from the Destination Connection ID of the received
-packet, which is initially randomly selected by a client.  Echoing both
-connection IDs gives clients some assurance that the server received the packet
-and that the Version Negotiation packet was not generated by an off-path
-attacker.
+Reserved Bits (R):

There is a lot of added text here.  Is that because the long header packets are currently not correctly documented?

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/quicwg/base-drafts/pull/2313#pullrequestreview-190084364
----==_mimepart_5c341e4f9e7af_33803f9d4c8d45b8361596
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/2313#discussion_r245870896">draft-ietf-quic-transport.md</a>:</p>
<pre style='color:#555'>&gt;  
-The server MUST include the value from the Source Connection ID field of the
-packet it receives in the Destination Connection ID field.  The value for Source
-Connection ID MUST be copied from the Destination Connection ID of the received
-packet, which is initially randomly selected by a client.  Echoing both
-connection IDs gives clients some assurance that the server received the packet
-and that the Version Negotiation packet was not generated by an off-path
-attacker.
+Reserved Bits (R):
</pre>
<p>There is a lot of added text here.  Is that because the long header packets are currently not correctly documented?</p>

<p style="font-size:small;-webkit-text-size-adjust:none;color:#666;">&mdash;<br />You are receiving this because you are subscribed to this thread.<br />Reply to this email directly, <a href="https://github.com/quicwg/base-drafts/pull/2313#pullrequestreview-190084364">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AWbkq3phKDBrcdoiRdfN5xcuy7NCXcGhks5vBBXPgaJpZM4Z0W3R">mute the thread</a>.<img src="https://github.com/notifications/beacon/AWbkq3wg6y_FZZeuwrsJfbyatW72rtZvks5vBBXPgaJpZM4Z0W3R.gif" height="1" width="1" alt="" /></p>
<script type="application/json" data-scope="inboxmarkup">{"api_version":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name":"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"https://github.githubassets.com/images/email/message_cards/header.png","avatar_image_url":"https://github.githubassets.com/images/email/message_cards/avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/quicwg/base-drafts"}},"updates":{"snippets":[{"icon":"PERSON","message":"@ianswett commented on #2313"}],"action":{"name":"View Pull Request","url":"https://github.com/quicwg/base-drafts/pull/2313#pullrequestreview-190084364"}}}</script>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/pull/2313#pullrequestreview-190084364",
"url": "https://github.com/quicwg/base-drafts/pull/2313#pullrequestreview-190084364",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>
----==_mimepart_5c341e4f9e7af_33803f9d4c8d45b8361596--


From nobody Mon Jan  7 19:55: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 7C0FD1310A9 for <quic-issues@ietfa.amsl.com>; Mon,  7 Jan 2019 19:54:59 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -6.519
X-Spam-Level: 
X-Spam-Status: No, score=-6.519 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIMWL_WL_HIGH=-0.065, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, HTML_IMAGE_ONLY_20=1.546, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-1, RCVD_IN_DNSWL_HI=-5, SPF_PASS=-0.001] autolearn=ham autolearn_force=no
Authentication-Results: ietfa.amsl.com (amavisd-new); dkim=pass (1024-bit key) header.d=github.com
Received: from mail.ietf.org ([4.31.198.44]) by localhost (ietfa.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id uWFl7pZLyFDz for <quic-issues@ietfa.amsl.com>; Mon,  7 Jan 2019 19:54:58 -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 C40F012D4E7 for <quic-issues@ietf.org>; Mon,  7 Jan 2019 19:54:57 -0800 (PST)
Date: Mon, 07 Jan 2019 19:54:56 -0800
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1546919696; bh=D4KPrHCTmSQh9fH36MdkxPgi0k/1cQIg7nbLhIYPbFA=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=I3U72APeulMxn8jh/IfA5IDF9hxi6ORpDpsHa6GUj9ENrtNw1kABs2d+lEbJPjkzA MGxa0kQDm1x+qi4UJ9SJJtPJMuhH4E4Cv3np/Axb63bESv78Va9vxWrMEYF4Aef7Gm /W630UMibqTusP0oswb9mx+lDN7eGr+nRx0n1TLY=
From: ianswett <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+0166e4ab4e95a72f2a9b6390ad5862f6a7b07cacb7c7b66292cf00000001184be11092a169ce1791b3a4@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/pull/2285/review/190084778@github.com>
In-Reply-To: <quicwg/base-drafts/pull/2285@github.com>
References: <quicwg/base-drafts/pull/2285@github.com>
Subject: Re: [quicwg/base-drafts] Rename Final Offset to Final Size (#2285)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5c341f10ed010_49f93f88172d45b83165cd"; 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/Nz-WDBGEcqGNN_gU35cTKI_cVQU>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
List-Id: Notification list for GitHub issues related to the QUIC WG <quic-issues.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=unsubscribe>
List-Archive: <https://mailarchive.ietf.org/arch/browse/quic-issues/>
List-Post: <mailto:quic-issues@ietf.org>
List-Help: <mailto:quic-issues-request@ietf.org?subject=help>
List-Subscribe: <https://www.ietf.org/mailman/listinfo/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=subscribe>
X-List-Received-Date: Tue, 08 Jan 2019 03:55:00 -0000

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

ianswett approved this pull request.

I'm not sure if we want to make this change, but I think this is good text overall.



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

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

<p>I'm not sure if we want to make this change, but I think this is good text overall.</p>

<p style="font-size:small;-webkit-text-size-adjust:none;color:#666;">&mdash;<br />You are receiving this because you are subscribed to this thread.<br />Reply to this email directly, <a href="https://github.com/quicwg/base-drafts/pull/2285#pullrequestreview-190084778">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AWbkq01KXOtkBJ2B9AjY0NZ_ydXcPXFkks5vBBaQgaJpZM4Zna81">mute the thread</a>.<img src="https://github.com/notifications/beacon/AWbkq-RR61FOtE6ioZIHH3wfc--rD4Iiks5vBBaQgaJpZM4Zna81.gif" height="1" width="1" alt="" /></p>
<script type="application/json" data-scope="inboxmarkup">{"api_version":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name":"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"https://github.githubassets.com/images/email/message_cards/header.png","avatar_image_url":"https://github.githubassets.com/images/email/message_cards/avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/quicwg/base-drafts"}},"updates":{"snippets":[{"icon":"PERSON","message":"@ianswett approved #2285"}],"action":{"name":"View Pull Request","url":"https://github.com/quicwg/base-drafts/pull/2285#pullrequestreview-190084778"}}}</script>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/pull/2285#pullrequestreview-190084778",
"url": "https://github.com/quicwg/base-drafts/pull/2285#pullrequestreview-190084778",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>
----==_mimepart_5c341f10ed010_49f93f88172d45b83165cd--


From nobody Mon Jan  7 19:57: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 2B5291310A6 for <quic-issues@ietfa.amsl.com>; Mon,  7 Jan 2019 19:57:16 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -6.447
X-Spam-Level: 
X-Spam-Status: No, score=-6.447 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIMWL_WL_HIGH=-0.065, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, HTML_IMAGE_ONLY_24=1.618, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-1, RCVD_IN_DNSWL_HI=-5, SPF_PASS=-0.001] autolearn=ham autolearn_force=no
Authentication-Results: ietfa.amsl.com (amavisd-new); dkim=pass (1024-bit key) header.d=github.com
Received: from mail.ietf.org ([4.31.198.44]) by localhost (ietfa.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 7NlgU25froQR for <quic-issues@ietfa.amsl.com>; Mon,  7 Jan 2019 19: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 5D12C12D4E7 for <quic-issues@ietf.org>; Mon,  7 Jan 2019 19:57:14 -0800 (PST)
Date: Mon, 07 Jan 2019 19:57:13 -0800
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1546919833; bh=hgXUF6QI22/hpn7rr11ChnH69Dqr2DW7pbP3SLOxQuw=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=NLUOtswUI2t4ONggCHqyJSMq3w4SfHf3VvYfNXYwpO1lKSZtGkCWcWgPQ5VoU8N66 UqkNbDnGsgCUiPLigFkKrR0OlhotI3TC9vkZZgu587KJ+zojgwqNV4kiSf0RPyYE+t xOYdOkOFoDh92qQOnKvsy7O/IfFDx4ywPgADkTdY=
From: ianswett <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+0166e4abeab5b49c42d4329548da0d342af9651ca84534b792cf00000001184be19992a169ce179f2f4c@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/pull/2301/review/190085044@github.com>
In-Reply-To: <quicwg/base-drafts/pull/2301@github.com>
References: <quicwg/base-drafts/pull/2301@github.com>
Subject: Re: [quicwg/base-drafts] Add a maximum for max_ack_delay (#2301)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5c341f997c7d6_13b53f91600d45b83681a3"; 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/bWnryHzfSt44KfjtMAK0l1xBRdA>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
List-Id: Notification list for GitHub issues related to the QUIC WG <quic-issues.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=unsubscribe>
List-Archive: <https://mailarchive.ietf.org/arch/browse/quic-issues/>
List-Post: <mailto:quic-issues@ietf.org>
List-Help: <mailto:quic-issues-request@ietf.org?subject=help>
List-Subscribe: <https://www.ietf.org/mailman/listinfo/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=subscribe>
X-List-Received-Date: Tue, 08 Jan 2019 03:57:16 -0000

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

ianswett commented on this pull request.



> @@ -4086,6 +4086,7 @@ max_ack_delay (0x000b):
   delays in alarms firing.  For example, if a receiver sets a timer for 5ms
   and alarms commonly fire up to 1ms late, then it should send a max_ack_delay
   of 6ms.  If this value is absent, a default of 25 milliseconds is assumed.
+  Values of 2^14 or greater are invalid.

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/2301#discussion_r245871492
----==_mimepart_5c341f997c7d6_13b53f91600d45b83681a3
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/2301#discussion_r245871492">draft-ietf-quic-transport.md</a>:</p>
<pre style='color:#555'>&gt; @@ -4086,6 +4086,7 @@ max_ack_delay (0x000b):
   delays in alarms firing.  For example, if a receiver sets a timer for 5ms
   and alarms commonly fire up to 1ms late, then it should send a max_ack_delay
   of 6ms.  If this value is absent, a default of 25 milliseconds is assumed.
+  Values of 2^14 or greater are invalid.
</pre>
<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/2301#discussion_r245871492">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AWbkq9PjBmO1d8yBGXK6qTimhv7r2r9Eks5vBBcZgaJpZM4ZyrAD">mute the thread</a>.<img src="https://github.com/notifications/beacon/AWbkqwbDLztSU4xqTTeSmZsCSR0yLE2mks5vBBcZgaJpZM4ZyrAD.gif" height="1" width="1" alt="" /></p>
<script type="application/json" data-scope="inboxmarkup">{"api_version":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name":"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"https://github.githubassets.com/images/email/message_cards/header.png","avatar_image_url":"https://github.githubassets.com/images/email/message_cards/avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/quicwg/base-drafts"}},"updates":{"snippets":[{"icon":"PERSON","message":"@ianswett commented on #2301"}],"action":{"name":"View Pull Request","url":"https://github.com/quicwg/base-drafts/pull/2301#discussion_r245871492"}}}</script>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/pull/2301#discussion_r245871492",
"url": "https://github.com/quicwg/base-drafts/pull/2301#discussion_r245871492",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>
----==_mimepart_5c341f997c7d6_13b53f91600d45b83681a3--


From nobody Mon Jan  7 19:57: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 2389D1310A9 for <quic-issues@ietfa.amsl.com>; Mon,  7 Jan 2019 19:57:36 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -6.519
X-Spam-Level: 
X-Spam-Status: No, score=-6.519 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIMWL_WL_HIGH=-0.065, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, HTML_IMAGE_ONLY_20=1.546, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-1, RCVD_IN_DNSWL_HI=-5, SPF_PASS=-0.001] autolearn=ham autolearn_force=no
Authentication-Results: ietfa.amsl.com (amavisd-new); dkim=pass (1024-bit key) header.d=github.com
Received: from mail.ietf.org ([4.31.198.44]) by localhost (ietfa.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id EPJ9Cs7fsNEp for <quic-issues@ietfa.amsl.com>; Mon,  7 Jan 2019 19:57: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 54B4E12D4E7 for <quic-issues@ietf.org>; Mon,  7 Jan 2019 19:57:34 -0800 (PST)
Date: Mon, 07 Jan 2019 19:57:32 -0800
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1546919852; bh=duG8/TTLT2Hrmb1SUaSG9mN5VleKSVEnwh1XktdOoJk=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=UWgOTPcZpfEk+r/AVzmUKczoJormRCgtNJV+nQCiqRuvau6H6DHTBeeMIDhAJR6AS ANMcOguDogrrTHvNCxWGKBUpfKRohB2I7tzwnMUgfNI22lT8BejPh0q19r2YRAg3z9 6Ay3kBQs7OufAzfD8eua42NMBamCiL9vCGflsvzM=
From: ianswett <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+0166e4ab1d99b9377aaed5d2b84961fbbf9d16835720c45b92cf00000001184be1ac92a169ce179f2f4c@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/pull/2301/review/190085075@github.com>
In-Reply-To: <quicwg/base-drafts/pull/2301@github.com>
References: <quicwg/base-drafts/pull/2301@github.com>
Subject: Re: [quicwg/base-drafts] Add a maximum for max_ack_delay (#2301)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5c341fac21bff_60813fbe03ed45bc3945cb"; 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/HvAWRWnkZI9oDhVNDUdhGLto-lM>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
List-Id: Notification list for GitHub issues related to the QUIC WG <quic-issues.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=unsubscribe>
List-Archive: <https://mailarchive.ietf.org/arch/browse/quic-issues/>
List-Post: <mailto:quic-issues@ietf.org>
List-Help: <mailto:quic-issues-request@ietf.org?subject=help>
List-Subscribe: <https://www.ietf.org/mailman/listinfo/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=subscribe>
X-List-Received-Date: Tue, 08 Jan 2019 03:57:36 -0000

----==_mimepart_5c341fac21bff_60813fbe03ed45bc3945cb
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/2301#pullrequestreview-190085075
----==_mimepart_5c341fac21bff_60813fbe03ed45bc3945cb
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/2301#pullrequestreview-190085075">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AWbkq4jC5UkDUNeKLu3Srzk9BdAMBFcHks5vBBcsgaJpZM4ZyrAD">mute the thread</a>.<img src="https://github.com/notifications/beacon/AWbkq7mQtJGRydXGqG_X0McxxKgPjUrQks5vBBcsgaJpZM4ZyrAD.gif" height="1" width="1" alt="" /></p>
<script type="application/json" data-scope="inboxmarkup">{"api_version":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name":"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"https://github.githubassets.com/images/email/message_cards/header.png","avatar_image_url":"https://github.githubassets.com/images/email/message_cards/avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/quicwg/base-drafts"}},"updates":{"snippets":[{"icon":"PERSON","message":"@ianswett approved #2301"}],"action":{"name":"View Pull Request","url":"https://github.com/quicwg/base-drafts/pull/2301#pullrequestreview-190085075"}}}</script>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/pull/2301#pullrequestreview-190085075",
"url": "https://github.com/quicwg/base-drafts/pull/2301#pullrequestreview-190085075",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>
----==_mimepart_5c341fac21bff_60813fbe03ed45bc3945cb--


From nobody Mon Jan  7 20:01: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 80CD51310A6 for <quic-issues@ietfa.amsl.com>; Mon,  7 Jan 2019 20:01:03 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -6.446
X-Spam-Level: 
X-Spam-Status: No, score=-6.446 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIMWL_WL_HIGH=-0.065, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, HTML_IMAGE_ONLY_24=1.618, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-1, RCVD_IN_DNSWL_HI=-5, 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 3Aj972dVRhDj for <quic-issues@ietfa.amsl.com>; Mon,  7 Jan 2019 20:01: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 2009612D4E7 for <quic-issues@ietf.org>; Mon,  7 Jan 2019 20:01:02 -0800 (PST)
Date: Mon, 07 Jan 2019 20:01:01 -0800
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1546920061; bh=h5dv/inrD8ycUUS4dC7ckROtTuqAvOWoCS7+njfCSkg=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=ZOHaZQKByFm+fmk1Hnn3GIlzmhihz1Wz4TZtSHGrDRx0oQRCZKNMGsD7h0FbPzLdg Q2sm28x3oTrBZO7n/pc5rZYsjHns6d1GxAEds2JZ/H/izCP0V4CavZ7zrVETSgQ6f2 ZMPvpDFEKO9Jj0sDxmXrP0iCmCVkEj587lXNQapA=
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/2300/push/3188796273@github.com>
In-Reply-To: <quicwg/base-drafts/pull/2300@github.com>
References: <quicwg/base-drafts/pull/2300@github.com>
Subject: Re: [quicwg/base-drafts] Discard 0-RTT packet state when rejected (#2300)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5c34207d36452_79023f9f5d0d45bc3065b0"; 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/cGrCEbtj8hEreJtXgSfErV-p_AY>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
List-Id: Notification list for GitHub issues related to the QUIC WG <quic-issues.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=unsubscribe>
List-Archive: <https://mailarchive.ietf.org/arch/browse/quic-issues/>
List-Post: <mailto:quic-issues@ietf.org>
List-Help: <mailto:quic-issues-request@ietf.org?subject=help>
List-Subscribe: <https://www.ietf.org/mailman/listinfo/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=subscribe>
X-List-Received-Date: Tue, 08 Jan 2019 04:01:04 -0000

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

@ianswett pushed 1 commit.

961110bc17cd820a3e60c5fb5f6ae5ec40ce448b  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/2300/files/d47696a10bc38230a21761d4da3bcc24d7adc38b..961110bc17cd820a3e60c5fb5f6ae5ec40ce448b

----==_mimepart_5c34207d36452_79023f9f5d0d45bc3065b0
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/961110bc17cd820a3e60c5fb5f6ae5ec40ce448b">961110b</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/2300/files/d47696a10bc38230a21761d4da3bcc24d7adc38b..961110bc17cd820a3e60c5fb5f6ae5ec40ce448b">View it on GitHub</a> or <a href="https://github.com/notifications/unsubscribe-auth/AWbkq_qy790a4QhfbZqyxMj1tlTFWFXcks5vBBf9gaJpZM4ZynWo">mute the thread</a>.<img src="https://github.com/notifications/beacon/AWbkq7SsL5dEQViIL7SUMkuFI_zvzVCBks5vBBf9gaJpZM4ZynWo.gif" height="1" width="1" alt="" /></p>
<script type="application/json" data-scope="inboxmarkup">{"api_version":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name":"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"https://github.githubassets.com/images/email/message_cards/header.png","avatar_image_url":"https://github.githubassets.com/images/email/message_cards/avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/quicwg/base-drafts"}},"updates":{"snippets":[{"icon":"PERSON","message":"@ianswett pushed 1 commit in #2300"}],"action":{"name":"View Pull Request","url":"https://github.com/quicwg/base-drafts/pull/2300/files/d47696a10bc38230a21761d4da3bcc24d7adc38b..961110bc17cd820a3e60c5fb5f6ae5ec40ce448b"}}}</script>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/pull/2300/files/d47696a10bc38230a21761d4da3bcc24d7adc38b..961110bc17cd820a3e60c5fb5f6ae5ec40ce448b",
"url": "https://github.com/quicwg/base-drafts/pull/2300/files/d47696a10bc38230a21761d4da3bcc24d7adc38b..961110bc17cd820a3e60c5fb5f6ae5ec40ce448b",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>

----==_mimepart_5c34207d36452_79023f9f5d0d45bc3065b0--


From nobody Mon Jan  7 20:01: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 A69BC1310A9 for <quic-issues@ietfa.amsl.com>; Mon,  7 Jan 2019 20:01:35 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -6.446
X-Spam-Level: 
X-Spam-Status: No, score=-6.446 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIMWL_WL_HIGH=-0.065, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, HTML_IMAGE_ONLY_24=1.618, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-1, RCVD_IN_DNSWL_HI=-5, 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 PqfDhRtZMrVk for <quic-issues@ietfa.amsl.com>; Mon,  7 Jan 2019 20:01: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 3805F1310A6 for <quic-issues@ietf.org>; Mon,  7 Jan 2019 20:01:34 -0800 (PST)
Date: Mon, 07 Jan 2019 20:01:33 -0800
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1546920093; bh=UpMfM3peGZ5w2gKImxOmJ+BAfVPy71I0lsl0LY1uJuU=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=fS+gP7VSuNYWTH6WAEBVBFTJGZtOkKFimrIBMx2TxmcvozCnG5df8JA9l9CHLP+Go NkJxDbBG7OWwiIOOFGP4EUCgZh6HgUAlno9aHcWXd7FIpPmdoZV4rAcaWOhSn5g2SY NTuavdMc7z0q0vrNxnMsniMK8XLYpB/+BlOFlNMw=
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/2300/push/3188797176@github.com>
In-Reply-To: <quicwg/base-drafts/pull/2300@github.com>
References: <quicwg/base-drafts/pull/2300@github.com>
Subject: Re: [quicwg/base-drafts] Discard 0-RTT packet state when rejected (#2300)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5c34209d65bae_241a3fdd210d45c432247f"; 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/9vr1XcaqrkCPXxlDeh1devns6TM>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
List-Id: Notification list for GitHub issues related to the QUIC WG <quic-issues.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=unsubscribe>
List-Archive: <https://mailarchive.ietf.org/arch/browse/quic-issues/>
List-Post: <mailto:quic-issues@ietf.org>
List-Help: <mailto:quic-issues-request@ietf.org?subject=help>
List-Subscribe: <https://www.ietf.org/mailman/listinfo/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=subscribe>
X-List-Received-Date: Tue, 08 Jan 2019 04:01:36 -0000

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

@ianswett pushed 1 commit.

88d179276d315688ef626d809cb2d255d5c96cf9  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/2300/files/961110bc17cd820a3e60c5fb5f6ae5ec40ce448b..88d179276d315688ef626d809cb2d255d5c96cf9

----==_mimepart_5c34209d65bae_241a3fdd210d45c432247f
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/88d179276d315688ef626d809cb2d255d5c96cf9">88d1792</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/2300/files/961110bc17cd820a3e60c5fb5f6ae5ec40ce448b..88d179276d315688ef626d809cb2d255d5c96cf9">View it on GitHub</a> or <a href="https://github.com/notifications/unsubscribe-auth/AWbkq8Pw3sRY0N6feNbXBSdC2dE8KuMnks5vBBgdgaJpZM4ZynWo">mute the thread</a>.<img src="https://github.com/notifications/beacon/AWbkq-PK6Y1htpK0X4aY7NxaZCyI1o-2ks5vBBgdgaJpZM4ZynWo.gif" height="1" width="1" alt="" /></p>
<script type="application/json" data-scope="inboxmarkup">{"api_version":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name":"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"https://github.githubassets.com/images/email/message_cards/header.png","avatar_image_url":"https://github.githubassets.com/images/email/message_cards/avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/quicwg/base-drafts"}},"updates":{"snippets":[{"icon":"PERSON","message":"@ianswett pushed 1 commit in #2300"}],"action":{"name":"View Pull Request","url":"https://github.com/quicwg/base-drafts/pull/2300/files/961110bc17cd820a3e60c5fb5f6ae5ec40ce448b..88d179276d315688ef626d809cb2d255d5c96cf9"}}}</script>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/pull/2300/files/961110bc17cd820a3e60c5fb5f6ae5ec40ce448b..88d179276d315688ef626d809cb2d255d5c96cf9",
"url": "https://github.com/quicwg/base-drafts/pull/2300/files/961110bc17cd820a3e60c5fb5f6ae5ec40ce448b..88d179276d315688ef626d809cb2d255d5c96cf9",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>

----==_mimepart_5c34209d65bae_241a3fdd210d45c432247f--


From nobody Mon Jan  7 20:02: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 E6D9E130E4F for <quic-issues@ietfa.amsl.com>; Mon,  7 Jan 2019 20:02:39 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -6.446
X-Spam-Level: 
X-Spam-Status: No, score=-6.446 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIMWL_WL_HIGH=-0.065, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, HTML_IMAGE_ONLY_24=1.618, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-1, RCVD_IN_DNSWL_HI=-5, 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 WI2KobWP-eid for <quic-issues@ietfa.amsl.com>; Mon,  7 Jan 2019 20:02: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 5240F12D4E7 for <quic-issues@ietf.org>; Mon,  7 Jan 2019 20:02:38 -0800 (PST)
Date: Mon, 07 Jan 2019 20:02:37 -0800
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1546920157; bh=2vqjvZVUYCQTHe3eoQMUdptTaCkuXGaoS0AO/MG8MF0=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=rFapqEyJaJNmhoJw9BU7br3N4v20NaJYCcNTDyHhHLmvNs1DzAvmHuMOYS+Y5OB8j 49hecOQRUSzfmLGCStLpvzcx60MBLJgpS87CbV/8jLDCiUqdUv1W8Oux2M/vqTFLE3 LVRK2laM8HQ+zQ1NKM0Ai3Enbpeu70MOif/dtaZE=
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/2300/push/3188798897@github.com>
In-Reply-To: <quicwg/base-drafts/pull/2300@github.com>
References: <quicwg/base-drafts/pull/2300@github.com>
Subject: Re: [quicwg/base-drafts] Discard 0-RTT packet state when rejected (#2300)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5c3420ddb6b16_6cec3fbe03ed45bc35395d"; 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/JYI1I98AZOBl9Q0JHfv6XCnwokQ>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
List-Id: Notification list for GitHub issues related to the QUIC WG <quic-issues.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=unsubscribe>
List-Archive: <https://mailarchive.ietf.org/arch/browse/quic-issues/>
List-Post: <mailto:quic-issues@ietf.org>
List-Help: <mailto:quic-issues-request@ietf.org?subject=help>
List-Subscribe: <https://www.ietf.org/mailman/listinfo/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=subscribe>
X-List-Received-Date: Tue, 08 Jan 2019 04:02:40 -0000

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

@ianswett pushed 1 commit.

85ed4cc9a7be717b2c3ba0f2f92656331f1909a9  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/2300/files/88d179276d315688ef626d809cb2d255d5c96cf9..85ed4cc9a7be717b2c3ba0f2f92656331f1909a9

----==_mimepart_5c3420ddb6b16_6cec3fbe03ed45bc35395d
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/85ed4cc9a7be717b2c3ba0f2f92656331f1909a9">85ed4cc</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/2300/files/88d179276d315688ef626d809cb2d255d5c96cf9..85ed4cc9a7be717b2c3ba0f2f92656331f1909a9">View it on GitHub</a> or <a href="https://github.com/notifications/unsubscribe-auth/AWbkq6tbCU4lfb44j3ru8ZFqDSe1iQh5ks5vBBhdgaJpZM4ZynWo">mute the thread</a>.<img src="https://github.com/notifications/beacon/AWbkqyNDXIInAhK0XogiPZE7KVRDYxwZks5vBBhdgaJpZM4ZynWo.gif" height="1" width="1" alt="" /></p>
<script type="application/json" data-scope="inboxmarkup">{"api_version":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name":"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"https://github.githubassets.com/images/email/message_cards/header.png","avatar_image_url":"https://github.githubassets.com/images/email/message_cards/avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/quicwg/base-drafts"}},"updates":{"snippets":[{"icon":"PERSON","message":"@ianswett pushed 1 commit in #2300"}],"action":{"name":"View Pull Request","url":"https://github.com/quicwg/base-drafts/pull/2300/files/88d179276d315688ef626d809cb2d255d5c96cf9..85ed4cc9a7be717b2c3ba0f2f92656331f1909a9"}}}</script>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/pull/2300/files/88d179276d315688ef626d809cb2d255d5c96cf9..85ed4cc9a7be717b2c3ba0f2f92656331f1909a9",
"url": "https://github.com/quicwg/base-drafts/pull/2300/files/88d179276d315688ef626d809cb2d255d5c96cf9..85ed4cc9a7be717b2c3ba0f2f92656331f1909a9",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>

----==_mimepart_5c3420ddb6b16_6cec3fbe03ed45bc35395d--


From nobody Mon Jan  7 20:08: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 C96CE12D4E7 for <quic-issues@ietfa.amsl.com>; Mon,  7 Jan 2019 20:08:10 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -6.447
X-Spam-Level: 
X-Spam-Status: No, score=-6.447 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIMWL_WL_HIGH=-0.065, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, HTML_IMAGE_ONLY_24=1.618, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-1, RCVD_IN_DNSWL_HI=-5, SPF_PASS=-0.001] autolearn=ham autolearn_force=no
Authentication-Results: ietfa.amsl.com (amavisd-new); dkim=pass (1024-bit key) header.d=github.com
Received: from mail.ietf.org ([4.31.198.44]) by localhost (ietfa.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id V4g9wPSca_pt for <quic-issues@ietfa.amsl.com>; Mon,  7 Jan 2019 20:08:09 -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 63597128766 for <quic-issues@ietf.org>; Mon,  7 Jan 2019 20:08:09 -0800 (PST)
Date: Mon, 07 Jan 2019 20:08:08 -0800
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1546920488; bh=lOZ7/OZMeb6qBtQRX+AIuhI6jDwNoyWLM1OeKA0Llg0=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=mjrcBD2NeFCUSgCyZaUsQTuLTvOKV1iqMLOJUXC+b4J7ruy/Mc/N1o06JvkUyvozi IVt8NypgoLL6CabeqTFN963NEZKq+0wWwMEhAnywObB2Z8WbxEB+Mm0Ks/P2yyUwGs /dFFBqJjd5nd65UtAXHwgKOyLDqaBO7kUCkeWg14=
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/2300/push/3188807292@github.com>
In-Reply-To: <quicwg/base-drafts/pull/2300@github.com>
References: <quicwg/base-drafts/pull/2300@github.com>
Subject: Re: [quicwg/base-drafts] Discard 0-RTT packet state when rejected (#2300)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5c342228836a2_17513ff0204d45b87326a3"; 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/Lq6WW2yITn_hT6QECiBsT6gcL8Q>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
List-Id: Notification list for GitHub issues related to the QUIC WG <quic-issues.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=unsubscribe>
List-Archive: <https://mailarchive.ietf.org/arch/browse/quic-issues/>
List-Post: <mailto:quic-issues@ietf.org>
List-Help: <mailto:quic-issues-request@ietf.org?subject=help>
List-Subscribe: <https://www.ietf.org/mailman/listinfo/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=subscribe>
X-List-Received-Date: Tue, 08 Jan 2019 04:08:11 -0000

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

@ianswett pushed 1 commit.

b37a2788422656407f49a7d5c788b212580d6078  Martin's suggestions


-- 
You are receiving this because you are subscribed to this thread.
View it on GitHub:
https://github.com/quicwg/base-drafts/pull/2300/files/85ed4cc9a7be717b2c3ba0f2f92656331f1909a9..b37a2788422656407f49a7d5c788b212580d6078

----==_mimepart_5c342228836a2_17513ff0204d45b87326a3
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/b37a2788422656407f49a7d5c788b212580d6078">b37a278</a>  Martin&#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/2300/files/85ed4cc9a7be717b2c3ba0f2f92656331f1909a9..b37a2788422656407f49a7d5c788b212580d6078">View it on GitHub</a> or <a href="https://github.com/notifications/unsubscribe-auth/AWbkq1R1W2g-Bet_FQX4CvCETjcS25XPks5vBBmogaJpZM4ZynWo">mute the thread</a>.<img src="https://github.com/notifications/beacon/AWbkqy2WejPmQTxVaaP8Ahf_GGdqlHQ8ks5vBBmogaJpZM4ZynWo.gif" height="1" width="1" alt="" /></p>
<script type="application/json" data-scope="inboxmarkup">{"api_version":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name":"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"https://github.githubassets.com/images/email/message_cards/header.png","avatar_image_url":"https://github.githubassets.com/images/email/message_cards/avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/quicwg/base-drafts"}},"updates":{"snippets":[{"icon":"PERSON","message":"@ianswett pushed 1 commit in #2300"}],"action":{"name":"View Pull Request","url":"https://github.com/quicwg/base-drafts/pull/2300/files/85ed4cc9a7be717b2c3ba0f2f92656331f1909a9..b37a2788422656407f49a7d5c788b212580d6078"}}}</script>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/pull/2300/files/85ed4cc9a7be717b2c3ba0f2f92656331f1909a9..b37a2788422656407f49a7d5c788b212580d6078",
"url": "https://github.com/quicwg/base-drafts/pull/2300/files/85ed4cc9a7be717b2c3ba0f2f92656331f1909a9..b37a2788422656407f49a7d5c788b212580d6078",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>

----==_mimepart_5c342228836a2_17513ff0204d45b87326a3--


From nobody Mon Jan  7 20:11: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 10BD0130E4F for <quic-issues@ietfa.amsl.com>; Mon,  7 Jan 2019 20:11:41 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -6.519
X-Spam-Level: 
X-Spam-Status: No, score=-6.519 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIMWL_WL_HIGH=-0.065, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, HTML_IMAGE_ONLY_20=1.546, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-1, RCVD_IN_DNSWL_HI=-5, SPF_PASS=-0.001] autolearn=ham autolearn_force=no
Authentication-Results: ietfa.amsl.com (amavisd-new); dkim=pass (1024-bit key) header.d=github.com
Received: from mail.ietf.org ([4.31.198.44]) by localhost (ietfa.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id wGL3GnNWj9LP for <quic-issues@ietfa.amsl.com>; Mon,  7 Jan 2019 20:11: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 9011A12D4E7 for <quic-issues@ietf.org>; Mon,  7 Jan 2019 20:11:39 -0800 (PST)
Date: Mon, 07 Jan 2019 20:11:38 -0800
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1546920698; bh=3I/6CqTmR3qHpQ1g7KNoxPGvdyG/+qu/dIvOydjceo0=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=Baa2Rvf/Tz4BiE3TQK0ggcwLPFNUA/OBbbsARdNUOmR6L0kMjPw3DWNubUYffjN0C yhwfiAWz09IDepAfVINHnf2uLUn0DVpnxNyzulHsU1BcgVjI2zkNXtaYJqac3QqgUJ PzP58o2F4GyfmyLNOIWyPAI8I7mSZCsyGXhkGkwc=
From: ianswett <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+0166e4abe19d68854bd228243a79e35eac74737e873fac1c92cf00000001184be4fa92a169ce17a42515@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/pull/2312/c452169422@github.com>
In-Reply-To: <quicwg/base-drafts/pull/2312@github.com>
References: <quicwg/base-drafts/pull/2312@github.com>
Subject: Re: [quicwg/base-drafts] endpoints are allowed to retransmit entire payload of a lost packet (#2312)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5c3422fac5847_624c3ff8798d45bc468865"; 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/TQf1-7TZQqkYe8llOrAs1mIneVY>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
List-Id: Notification list for GitHub issues related to the QUIC WG <quic-issues.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=unsubscribe>
List-Archive: <https://mailarchive.ietf.org/arch/browse/quic-issues/>
List-Post: <mailto:quic-issues@ietf.org>
List-Help: <mailto:quic-issues-request@ietf.org?subject=help>
List-Subscribe: <https://www.ietf.org/mailman/listinfo/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=subscribe>
X-List-Received-Date: Tue, 08 Jan 2019 04:11:41 -0000

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

I agree that I'd like to discourage this a bit more than this PR does.

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

<p>I agree that I'd like to discourage this a bit more than this PR does.</p>

<p style="font-size:small;-webkit-text-size-adjust:none;color:#666;">&mdash;<br />You are receiving this because you are subscribed to this thread.<br />Reply to this email directly, <a href="https://github.com/quicwg/base-drafts/pull/2312#issuecomment-452169422">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AWbkqzL7yspPrb9AKXwuZU6ZmMevJIoKks5vBBp6gaJpZM4Z0PeA">mute the thread</a>.<img src="https://github.com/notifications/beacon/AWbkq9Gg2jHEnATY52p1Ys1sNs8y892tks5vBBp6gaJpZM4Z0PeA.gif" height="1" width="1" alt="" /></p>
<script type="application/json" data-scope="inboxmarkup">{"api_version":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name":"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"https://github.githubassets.com/images/email/message_cards/header.png","avatar_image_url":"https://github.githubassets.com/images/email/message_cards/avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/quicwg/base-drafts"}},"updates":{"snippets":[{"icon":"PERSON","message":"@ianswett in #2312: I agree that I'd like to discourage this a bit more than this PR does."}],"action":{"name":"View Pull Request","url":"https://github.com/quicwg/base-drafts/pull/2312#issuecomment-452169422"}}}</script>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/pull/2312#issuecomment-452169422",
"url": "https://github.com/quicwg/base-drafts/pull/2312#issuecomment-452169422",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>
----==_mimepart_5c3422fac5847_624c3ff8798d45bc468865--


From nobody Mon Jan  7 20:21: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 A10941310A6 for <quic-issues@ietfa.amsl.com>; Mon,  7 Jan 2019 20:21:07 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -6.447
X-Spam-Level: 
X-Spam-Status: No, score=-6.447 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIMWL_WL_HIGH=-0.065, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, HTML_IMAGE_ONLY_24=1.618, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-1, RCVD_IN_DNSWL_HI=-5, SPF_PASS=-0.001] autolearn=ham autolearn_force=no
Authentication-Results: ietfa.amsl.com (amavisd-new); dkim=pass (1024-bit key) header.d=github.com
Received: from mail.ietf.org ([4.31.198.44]) by localhost (ietfa.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id PyZ2lgWBRHGR for <quic-issues@ietfa.amsl.com>; Mon,  7 Jan 2019 20:21: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 0ACF512D4E7 for <quic-issues@ietf.org>; Mon,  7 Jan 2019 20:21:05 -0800 (PST)
Date: Mon, 07 Jan 2019 20:21:04 -0800
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1546921264; bh=6YsQ8EGAgYR/VmKmYyprZkHW85PskDH/2vl1m/4X2IM=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=VGzVfAWbZps9DZbrI0Ua57QZrlJ/7Sk3PFcefo9U8k5GsWAnqlXUd4kmIj3yQWB25 ztXJf/vJp1S8bPWVAd2DeN3Ciq8u1oZtUCXAcp8OzNZv3m3LkkaOHDA0Epw3qNo2Sl XXucresK4Qw+6+axTjuboNQ101lDympzRqICHMus=
From: ianswett <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+0166e4abf0d0d2fc12a16baa9ca1bb3de61281a6c1d82b7a92cf00000001184be73092a169ce179fbcfb@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/issues/2308/452170585@github.com>
In-Reply-To: <quicwg/base-drafts/issues/2308@github.com>
References: <quicwg/base-drafts/issues/2308@github.com>
Subject: Re: [quicwg/base-drafts] handling of coalesced packets with decryption errors creates DoS opportunity (#2308)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5c342530ed159_6ee93fb4a68d45c455170"; 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/pxw3y7YgP-chmHvM8jIkWbJCZy8>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
List-Id: Notification list for GitHub issues related to the QUIC WG <quic-issues.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=unsubscribe>
List-Archive: <https://mailarchive.ietf.org/arch/browse/quic-issues/>
List-Post: <mailto:quic-issues@ietf.org>
List-Help: <mailto:quic-issues-request@ietf.org?subject=help>
List-Subscribe: <https://www.ietf.org/mailman/listinfo/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=subscribe>
X-List-Received-Date: Tue, 08 Jan 2019 04:21:08 -0000

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

>From my experience, decryption failure is extraordinarily rare.  Sufficiently so it's not worth worrying about or optimizing for cases when one QUIC packet decrypts and another does 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/2308#issuecomment-452170585
----==_mimepart_5c342530ed159_6ee93fb4a68d45c455170
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

<p>From my experience, decryption failure is extraordinarily rare.  Sufficiently so it's not worth worrying about or optimizing for cases when one QUIC packet decrypts and another does 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/2308#issuecomment-452170585">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AWbkq2Jwv-eit_fU-GndXBWDITv1dnWJks5vBBywgaJpZM4Zy2NI">mute the thread</a>.<img src="https://github.com/notifications/beacon/AWbkq47Krr3PHsJc54V90pFp7wAw1IJiks5vBBywgaJpZM4Zy2NI.gif" height="1" width="1" alt="" /></p>
<script type="application/json" data-scope="inboxmarkup">{"api_version":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name":"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"https://github.githubassets.com/images/email/message_cards/header.png","avatar_image_url":"https://github.githubassets.com/images/email/message_cards/avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/quicwg/base-drafts"}},"updates":{"snippets":[{"icon":"PERSON","message":"@ianswett in #2308: From my experience, decryption failure is extraordinarily rare.  Sufficiently so it's not worth worrying about or optimizing for cases when one QUIC packet decrypts and another does not."}],"action":{"name":"View Issue","url":"https://github.com/quicwg/base-drafts/issues/2308#issuecomment-452170585"}}}</script>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/issues/2308#issuecomment-452170585",
"url": "https://github.com/quicwg/base-drafts/issues/2308#issuecomment-452170585",
"name": "View Issue"
},
"description": "View this Issue on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>
----==_mimepart_5c342530ed159_6ee93fb4a68d45c455170--


From nobody Mon Jan  7 20:30: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 7DA881310B7 for <quic-issues@ietfa.amsl.com>; Mon,  7 Jan 2019 20:30:14 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -6.447
X-Spam-Level: 
X-Spam-Status: No, score=-6.447 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIMWL_WL_HIGH=-0.065, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, HTML_IMAGE_ONLY_24=1.618, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-1, RCVD_IN_DNSWL_HI=-5, SPF_PASS=-0.001] autolearn=ham autolearn_force=no
Authentication-Results: ietfa.amsl.com (amavisd-new); dkim=pass (1024-bit key) header.d=github.com
Received: from mail.ietf.org ([4.31.198.44]) by localhost (ietfa.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id J3EidRU6rMMv for <quic-issues@ietfa.amsl.com>; Mon,  7 Jan 2019 20:30:13 -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 D940E1310A6 for <quic-issues@ietf.org>; Mon,  7 Jan 2019 20:30:12 -0800 (PST)
Date: Mon, 07 Jan 2019 20:30:11 -0800
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1546921811; bh=1QTWt+7DNUZvK6h/P7tdYXP4fxKiQ9xI9JVvHndqv2s=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=cPWgbDIQg41Am+FeG5wsxg2X3WLcy0jgHB1513F3LpG3ENAK5S17j+QLCBibnK/BB TT4qlw6hWxm364EyUxyYp9PhU8tJTWR3MWWa3BtKWPrRP+y8ifFd2X6h1mS2zZ/7B8 10cFaBOUg/WyJ6cjNSOi/fSU92LQS3mIvOiqwYDk=
From: ianswett <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+0166e4abc2b6d6e9e13f05cd5228205b4fc46c8b2f2d925d92cf00000001184be95392a169ce177b64ce@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/issues/2255/452171684@github.com>
In-Reply-To: <quicwg/base-drafts/issues/2255@github.com>
References: <quicwg/base-drafts/issues/2255@github.com>
Subject: Re: [quicwg/base-drafts] persistent congestion is more aggressive than RTO verified (#2255)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5c342753cab0d_27d43fb4188d45bc46594b"; 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/ZxSrXNPOwD_8U_7zinrGX4496kA>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
List-Id: Notification list for GitHub issues related to the QUIC WG <quic-issues.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=unsubscribe>
List-Archive: <https://mailarchive.ietf.org/arch/browse/quic-issues/>
List-Post: <mailto:quic-issues@ietf.org>
List-Help: <mailto:quic-issues-request@ietf.org?subject=help>
List-Subscribe: <https://www.ietf.org/mailman/listinfo/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=subscribe>
X-List-Received-Date: Tue, 08 Jan 2019 04:30:15 -0000

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

I believe the text is now correct, but the pseudocode is still incorrect in the way you describe.

I think we should introduce a largest_sent_before_congestion variable as a replacement, but I'm open to other solutions.


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

<p>I believe the text is now correct, but the pseudocode is still incorrect in the way you describe.</p>
<p>I think we should introduce a largest_sent_before_congestion variable as a replacement, but I'm open to other solutions.</p>

<p style="font-size:small;-webkit-text-size-adjust:none;color:#666;">&mdash;<br />You are receiving this because you are subscribed to this thread.<br />Reply to this email directly, <a href="https://github.com/quicwg/base-drafts/issues/2255#issuecomment-452171684">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AWbkq6v2eC7RkIoMzKe-GZ0eAbM4XHi7ks5vBB7TgaJpZM4Zg0aT">mute the thread</a>.<img src="https://github.com/notifications/beacon/AWbkq1neqNTzdw78b1Z3kvh4jM3BQ0eIks5vBB7TgaJpZM4Zg0aT.gif" height="1" width="1" alt="" /></p>
<script type="application/json" data-scope="inboxmarkup">{"api_version":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name":"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"https://github.githubassets.com/images/email/message_cards/header.png","avatar_image_url":"https://github.githubassets.com/images/email/message_cards/avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/quicwg/base-drafts"}},"updates":{"snippets":[{"icon":"PERSON","message":"@ianswett in #2255: I believe the text is now correct, but the pseudocode is still incorrect in the way you describe.\r\n\r\nI think we should introduce a largest_sent_before_congestion variable as a replacement, but I'm open to other solutions.\r\n"}],"action":{"name":"View Issue","url":"https://github.com/quicwg/base-drafts/issues/2255#issuecomment-452171684"}}}</script>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/issues/2255#issuecomment-452171684",
"url": "https://github.com/quicwg/base-drafts/issues/2255#issuecomment-452171684",
"name": "View Issue"
},
"description": "View this Issue on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>
----==_mimepart_5c342753cab0d_27d43fb4188d45bc46594b--


From nobody Mon Jan  7 20: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 DB0491310BF for <quic-issues@ietfa.amsl.com>; Mon,  7 Jan 2019 20:33:34 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -6.447
X-Spam-Level: 
X-Spam-Status: No, score=-6.447 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIMWL_WL_HIGH=-0.065, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, HTML_IMAGE_ONLY_24=1.618, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-1, RCVD_IN_DNSWL_HI=-5, SPF_PASS=-0.001] autolearn=ham autolearn_force=no
Authentication-Results: ietfa.amsl.com (amavisd-new); dkim=pass (1024-bit key) header.d=github.com
Received: from mail.ietf.org ([4.31.198.44]) by localhost (ietfa.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id hGT_ps-cE2WP for <quic-issues@ietfa.amsl.com>; Mon,  7 Jan 2019 20:33: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 51B2B1310A6 for <quic-issues@ietf.org>; Mon,  7 Jan 2019 20:33:33 -0800 (PST)
Date: Mon, 07 Jan 2019 20:33:32 -0800
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1546922012; bh=OePenG8RFTDzwh8ZBO2O+vfMu3v1t4XpQAisCaRS6QQ=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=uh9v2CoStyUUssQ6g1ExmYxpYVNvtfhFxqdg/5nAuHVnB8zH/xGGvjcx9+crx6PYF m53shN8tv7l1eoy3zC43cLPka3ee/8mtTYx/s3S1z/TTucmRF5BqnKIWKMWOqhJg7f tFEInfaW+wPp0MTaPg1/ppEVvhN9GvNZRsw6tspQ=
From: Martin Thomson <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+0166e4ab1df28814e58fa7234e23d043309956685ed058cd92cf00000001184bea1c92a169ce17565ed9@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/pull/2197/issue_event/2059240012@github.com>
In-Reply-To: <quicwg/base-drafts/pull/2197@github.com>
References: <quicwg/base-drafts/pull/2197@github.com>
Subject: Re: [quicwg/base-drafts] Reorganize ACK section (#2197)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5c34281c717ff_38613fe44d6d45b8780920"; 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/tojX0Cip2-InLUmjxtnJD0AVwsY>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
List-Id: Notification list for GitHub issues related to the QUIC WG <quic-issues.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=unsubscribe>
List-Archive: <https://mailarchive.ietf.org/arch/browse/quic-issues/>
List-Post: <mailto:quic-issues@ietf.org>
List-Help: <mailto:quic-issues-request@ietf.org?subject=help>
List-Subscribe: <https://www.ietf.org/mailman/listinfo/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=subscribe>
X-List-Received-Date: Tue, 08 Jan 2019 04:33:35 -0000

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

Merged #2197 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/2197#event-2059240012
----==_mimepart_5c34281c717ff_38613fe44d6d45b8780920
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="391536345" data-permission-text="Issue title is private" data-url="https://github.com/quicwg/base-drafts/issues/2197" data-hovercard-type="pull_request" data-hovercard-url="/quicwg/base-drafts/pull/2197/hovercard" href="https://github.com/quicwg/base-drafts/pull/2197">#2197</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/2197#event-2059240012">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AWbkq2GN4V4dFegb8fJBVy-lqE6TOtUXks5vBB-cgaJpZM4ZVlVL">mute the thread</a>.<img src="https://github.com/notifications/beacon/AWbkq061SFYuQ1cf9ZJ954ISQz7Ae8Iiks5vBB-cgaJpZM4ZVlVL.gif" height="1" width="1" alt="" /></p>
<script type="application/json" data-scope="inboxmarkup">{"api_version":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name":"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"https://github.githubassets.com/images/email/message_cards/header.png","avatar_image_url":"https://github.githubassets.com/images/email/message_cards/avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/quicwg/base-drafts"}},"updates":{"snippets":[{"icon":"DESCRIPTION","message":"Merged #2197 into master."}],"action":{"name":"View Pull Request","url":"https://github.com/quicwg/base-drafts/pull/2197#event-2059240012"}}}</script>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/pull/2197#event-2059240012",
"url": "https://github.com/quicwg/base-drafts/pull/2197#event-2059240012",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>
----==_mimepart_5c34281c717ff_38613fe44d6d45b8780920--


From nobody Mon Jan  7 20:40: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 617E11310C5 for <quic-issues@ietfa.amsl.com>; Mon,  7 Jan 2019 20:40:11 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -8.065
X-Spam-Level: 
X-Spam-Status: No, score=-8.065 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIMWL_WL_HIGH=-0.065, 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_PASS=-0.001] autolearn=ham autolearn_force=no
Authentication-Results: ietfa.amsl.com (amavisd-new); dkim=pass (1024-bit key) header.d=github.com
Received: from mail.ietf.org ([4.31.198.44]) by localhost (ietfa.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id yA0D14tZi9Wx for <quic-issues@ietfa.amsl.com>; Mon,  7 Jan 2019 20:40:09 -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 7A6081292F1 for <quic-issues@ietf.org>; Mon,  7 Jan 2019 20:40:09 -0800 (PST)
Date: Mon, 07 Jan 2019 20:40:08 -0800
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1546922408; bh=uvBZuyK5mdEbZCEhnJMr+BOHJB7xYa6BvEsEkdsLNCg=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=1mE8FUgWl/N60eNI42Ht/YU9SAgh7K3Z57bnC8OmjeaNqNUAbclQEw7LF4Fe560lS 9sCFbi/vgrsVV6aNKY5w8+kqV/dnpvk0Y5sVx8BBfST8qYPi1EBjZUx7U/xOarUF3L 0jpRd4T8BdNlHddiu3ZtMn/qJQ4MDYvylkZriAkY=
From: Marten Seemann <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+0166e4ab0528457ef4c6bbfbbd37bc2b93e611db52eafc4d92cf00000001184beba892a169ce17a59a36@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/pull/2315/review/190090268@github.com>
In-Reply-To: <quicwg/base-drafts/pull/2315@github.com>
References: <quicwg/base-drafts/pull/2315@github.com>
Subject: Re: [quicwg/base-drafts] editorial changes in the closing section (#2315)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5c3429a8978dc_34113f9d4c8d45b85817be"; 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/1pvbOlE-bThmRHCz4n3VUjiSpp8>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
List-Id: Notification list for GitHub issues related to the QUIC WG <quic-issues.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=unsubscribe>
List-Archive: <https://mailarchive.ietf.org/arch/browse/quic-issues/>
List-Post: <mailto:quic-issues@ietf.org>
List-Help: <mailto:quic-issues-request@ietf.org?subject=help>
List-Subscribe: <https://www.ietf.org/mailman/listinfo/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=subscribe>
X-List-Received-Date: Tue, 08 Jan 2019 04:40:11 -0000

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

marten-seemann commented on this pull request.



>  
 An endpoint enters a closing period after initiating an immediate close
 ({{immediate-close}}).  While closing, an endpoint MUST NOT send packets unless
 they contain a CONNECTION_CLOSE frame (see {{immediate-close}} for details).  An
 endpoint retains only enough information to generate a packet containing a
 CONNECTION_CLOSE frame and to identify packets as belonging to the connection.
-The connection ID and QUIC version is sufficient information to identify packets
-for a closing connection; an endpoint can discard all other connection state.
-An endpoint MAY retain packet protection keys for incoming packets to allow it
-to read and process a CONNECTION_CLOSE frame.
+The source and the destination connection ID and the QUIC version are sufficient

It looks like we have different scenarios in mind. I was thinking about an error that occurs during the handshake. In that case, you close the connection, but there might still be Handshake packets arriving, which you would want to ignore then.
You seem to be thinking about the peer switching to a new connection ID. If we want to cover that case, it seems like we need to remember *all* connection IDs that are still active.

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/quicwg/base-drafts/pull/2315#discussion_r245875839
----==_mimepart_5c3429a8978dc_34113f9d4c8d45b85817be
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/2315#discussion_r245875839">draft-ietf-quic-transport.md</a>:</p>
<pre style='color:#555'>&gt;  
 An endpoint enters a closing period after initiating an immediate close
 ({{immediate-close}}).  While closing, an endpoint MUST NOT send packets unless
 they contain a CONNECTION_CLOSE frame (see {{immediate-close}} for details).  An
 endpoint retains only enough information to generate a packet containing a
 CONNECTION_CLOSE frame and to identify packets as belonging to the connection.
-The connection ID and QUIC version is sufficient information to identify packets
-for a closing connection; an endpoint can discard all other connection state.
-An endpoint MAY retain packet protection keys for incoming packets to allow it
-to read and process a CONNECTION_CLOSE frame.
+The source and the destination connection ID and the QUIC version are sufficient
</pre>
<p>It looks like we have different scenarios in mind. I was thinking about an error that occurs during the handshake. In that case, you close the connection, but there might still be Handshake packets arriving, which you would want to ignore then.<br>
You seem to be thinking about the peer switching to a new connection ID. If we want to cover that case, it seems like we need to remember <em>all</em> connection IDs that are still active.</p>

<p style="font-size:small;-webkit-text-size-adjust:none;color:#666;">&mdash;<br />You are receiving this because you are subscribed to this thread.<br />Reply to this email directly, <a href="https://github.com/quicwg/base-drafts/pull/2315#discussion_r245875839">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AWbkq3WAM9taBYrxeK6naTsEYyRqbX0fks5vBCEogaJpZM4Z0q1r">mute the thread</a>.<img src="https://github.com/notifications/beacon/AWbkq6clnWtF8nSOQZF7jCxZFkvMP3UHks5vBCEogaJpZM4Z0q1r.gif" height="1" width="1" alt="" /></p>
<script type="application/json" data-scope="inboxmarkup">{"api_version":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name":"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"https://github.githubassets.com/images/email/message_cards/header.png","avatar_image_url":"https://github.githubassets.com/images/email/message_cards/avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/quicwg/base-drafts"}},"updates":{"snippets":[{"icon":"PERSON","message":"@marten-seemann commented on #2315"}],"action":{"name":"View Pull Request","url":"https://github.com/quicwg/base-drafts/pull/2315#discussion_r245875839"}}}</script>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/pull/2315#discussion_r245875839",
"url": "https://github.com/quicwg/base-drafts/pull/2315#discussion_r245875839",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>
----==_mimepart_5c3429a8978dc_34113f9d4c8d45b85817be--


From nobody Mon Jan  7 20:47: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 A92B71310E0 for <quic-issues@ietfa.amsl.com>; Mon,  7 Jan 2019 20:47:39 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -6.447
X-Spam-Level: 
X-Spam-Status: No, score=-6.447 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIMWL_WL_HIGH=-0.065, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, HTML_IMAGE_ONLY_24=1.618, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-1, RCVD_IN_DNSWL_HI=-5, SPF_PASS=-0.001] autolearn=ham autolearn_force=no
Authentication-Results: ietfa.amsl.com (amavisd-new); dkim=pass (1024-bit key) header.d=github.com
Received: from mail.ietf.org ([4.31.198.44]) by localhost (ietfa.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id kURQ4DMYyz3I for <quic-issues@ietfa.amsl.com>; Mon,  7 Jan 2019 20:47: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 199D31292F1 for <quic-issues@ietf.org>; Mon,  7 Jan 2019 20:47:38 -0800 (PST)
Date: Mon, 07 Jan 2019 20:47:37 -0800
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1546922857; bh=/iKIMa+dzegLyv66O68WYni2sDVjyFtrsNbhzXV+jMM=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=dnYxsazzIMevVa4EnXDmYG/ta6y0NQ+s7vFe2XjKlBmW3lGFJBl2X40+zfXNG6QPA uvEjbswoBSAY7tPBn54qyZcUcR8o6XZapeNY6M1uxKya1AuaXiXrqNCrb6PJrFvazd k4tenwn00m74u0sITaY7V0rztsWXn49PSIkjhmXU=
From: Kazuho Oku <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+0166e4ab3c35614d411da4a11176871b7dc5bf08288f461792cf00000001184bed6992a169ce17a42515@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/pull/2312/c452174026@github.com>
In-Reply-To: <quicwg/base-drafts/pull/2312@github.com>
References: <quicwg/base-drafts/pull/2312@github.com>
Subject: Re: [quicwg/base-drafts] endpoints are allowed to retransmit entire payload of a lost packet (#2312)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5c342b69d09f_17383ff0204d45b871363d"; 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/RomMNBDO0Vh-w-a9yrMlvebQboo>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
List-Id: Notification list for GitHub issues related to the QUIC WG <quic-issues.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=unsubscribe>
List-Archive: <https://mailarchive.ietf.org/arch/browse/quic-issues/>
List-Post: <mailto:quic-issues@ietf.org>
List-Help: <mailto:quic-issues-request@ietf.org?subject=help>
List-Subscribe: <https://www.ietf.org/mailman/listinfo/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=subscribe>
X-List-Received-Date: Tue, 08 Jan 2019 04:47:40 -0000

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

@martinthomson @ianswett Your comments make sense to me. I'll update 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/2312#issuecomment-452174026
----==_mimepart_5c342b69d09f_17383ff0204d45b871363d
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=20072817" data-octo-click="hovercard-link-click" data-octo-dimensions="link_type:self" href="https://github.com/ianswett">@ianswett</a> Your comments make sense to me. I'll update 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/2312#issuecomment-452174026">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AWbkq9HNpxkX_5CNEf757C3JIllHQF9Mks5vBCLpgaJpZM4Z0PeA">mute the thread</a>.<img src="https://github.com/notifications/beacon/AWbkqxDUCbGIKqpNl25vSnId5Wcme6kJks5vBCLpgaJpZM4Z0PeA.gif" height="1" width="1" alt="" /></p>
<script type="application/json" data-scope="inboxmarkup">{"api_version":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name":"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"https://github.githubassets.com/images/email/message_cards/header.png","avatar_image_url":"https://github.githubassets.com/images/email/message_cards/avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/quicwg/base-drafts"}},"updates":{"snippets":[{"icon":"PERSON","message":"@kazuho in #2312: @martinthomson @ianswett Your comments make sense to me. I'll update the PR."}],"action":{"name":"View Pull Request","url":"https://github.com/quicwg/base-drafts/pull/2312#issuecomment-452174026"}}}</script>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/pull/2312#issuecomment-452174026",
"url": "https://github.com/quicwg/base-drafts/pull/2312#issuecomment-452174026",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>
----==_mimepart_5c342b69d09f_17383ff0204d45b871363d--


From nobody Mon Jan  7 20: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 9CA051310EC for <quic-issues@ietfa.amsl.com>; Mon,  7 Jan 2019 20:58:10 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -6.66
X-Spam-Level: 
X-Spam-Status: No, score=-6.66 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIMWL_WL_HIGH=-0.065, 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_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 eTOid7BnGUe2 for <quic-issues@ietfa.amsl.com>; Mon,  7 Jan 2019 20:58: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 0B4511310EB for <quic-issues@ietf.org>; Mon,  7 Jan 2019 20:58:09 -0800 (PST)
Date: Mon, 07 Jan 2019 20:58:08 -0800
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1546923488; bh=jhHC229szsYnBvCTAidD+kBT16N9LpGyEjAX5txxndw=; h=Date:From:Reply-To:To:Cc:Subject:List-ID:List-Archive:List-Post: List-Unsubscribe:From; b=kCM84K4ijoSwirrrlMX8xVmIhLqIWqUKzsRdcDE7jcRPPz0DsXKXw807HIcGb7vEL Ht4B9pIpGCIIuxDE/E3XKbOG344VkoOnJd0YkjaDMn6yGCRBGSO4iOZHFNOdmF+Aei 6b1c72OtvDXjxHLcKz63yzCyffENxE9cf3Q0aD60=
From: ianswett <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+0166e4abc899e0396c6c5cead2680b7b4a1589a4d9ecaae492cf00000001184befe092a169ce17a5f021@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/pull/2316@github.com>
Subject: [quicwg/base-drafts] Suggestions from #2197 (#2316)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5c342de02c1cc_35623fbe03ed45bc611219"; 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/X4nyDecUXJo7lyrP7Vdd7w6LMQk>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
List-Id: Notification list for GitHub issues related to the QUIC WG <quic-issues.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=unsubscribe>
List-Archive: <https://mailarchive.ietf.org/arch/browse/quic-issues/>
List-Post: <mailto:quic-issues@ietf.org>
List-Help: <mailto:quic-issues-request@ietf.org?subject=help>
List-Subscribe: <https://www.ietf.org/mailman/listinfo/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=subscribe>
X-List-Received-Date: Tue, 08 Jan 2019 04:58:11 -0000

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

Packets are acknowledged, though packet numbers are communicated to acknowledge them.
You can view, comment on, or merge this pull request online at:

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

-- Commit Summary --

  * Suggestions from #2197

-- File Changes --

    M draft-ietf-quic-transport.md (36)

-- Patch Links --

https://github.com/quicwg/base-drafts/pull/2316.patch
https://github.com/quicwg/base-drafts/pull/2316.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/2316

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

<p>Packets are acknowledged, though packet numbers are communicated to acknowledge them.</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/2316'>https://github.com/quicwg/base-drafts/pull/2316</a></p>

<h4>Commit Summary</h4>
<ul>
  <li>Suggestions from #2197</li>
</ul>

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

<h4>Patch Links:</h4>
<ul>
  <li><a href='https://github.com/quicwg/base-drafts/pull/2316.patch'>https://github.com/quicwg/base-drafts/pull/2316.patch</a></li>
  <li><a href='https://github.com/quicwg/base-drafts/pull/2316.diff'>https://github.com/quicwg/base-drafts/pull/2316.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/2316">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AWbkq_ICDJrfn-SVK-FkcJKK1GSE__bJks5vBCVggaJpZM4Z0xaN">mute the thread</a>.<img src="https://github.com/notifications/beacon/AWbkqzmjN5edQm9kwu4GUSaCPsvtPUCJks5vBCVggaJpZM4Z0xaN.gif" height="1" width="1" alt="" /></p>
<script type="application/json" data-scope="inboxmarkup">{"api_version":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name":"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"https://github.githubassets.com/images/email/message_cards/header.png","avatar_image_url":"https://github.githubassets.com/images/email/message_cards/avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/quicwg/base-drafts"}},"updates":{"snippets":[{"icon":"DESCRIPTION","message":"Suggestions from #2197 (#2316)"}],"action":{"name":"View Pull Request","url":"https://github.com/quicwg/base-drafts/pull/2316"}}}</script>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/pull/2316",
"url": "https://github.com/quicwg/base-drafts/pull/2316",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>

----==_mimepart_5c342de02c1cc_35623fbe03ed45bc611219--


From nobody Mon Jan  7 21:20: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 A4AC71310E4 for <quic-issues@ietfa.amsl.com>; Mon,  7 Jan 2019 21:20:03 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -6.447
X-Spam-Level: 
X-Spam-Status: No, score=-6.447 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIMWL_WL_HIGH=-0.065, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, HTML_IMAGE_ONLY_24=1.618, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-1, RCVD_IN_DNSWL_HI=-5, SPF_PASS=-0.001] autolearn=ham autolearn_force=no
Authentication-Results: ietfa.amsl.com (amavisd-new); dkim=pass (1024-bit key) header.d=github.com
Received: 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-7jD_z_wooq for <quic-issues@ietfa.amsl.com>; Mon,  7 Jan 2019 21: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 42374127133 for <quic-issues@ietf.org>; Mon,  7 Jan 2019 21:20:02 -0800 (PST)
Date: Mon, 07 Jan 2019 21:20:01 -0800
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1546924801; bh=qnE+AkUjN7owQdsjRa4W7kOa/m4DfaNSaJHocLPy9ZE=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=VAvyiB5fkI/Kzqfl8KUnyTxfMECXCto4HSTS+9F3krY4KbjyCbit0qv4Zfn6fmUan vqNxPlaFC+/ZqDO+0zaV1XERmeFp9Mk/i2ljMPsLS2bQhiFpSXFU+7hIt4zZxsL4dL wqjaJa+6WuzwlP9plIqAZr1uNNrvzT1uNjG/8KqU=
From: Martin Thomson <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+0166e4ab5bd5cf3b8615fe27cf743164c718c740dd334f9f92cf00000001184bf50192a169ce179e43e2@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/issues/2299/452178980@github.com>
In-Reply-To: <quicwg/base-drafts/issues/2299@github.com>
References: <quicwg/base-drafts/issues/2299@github.com>
Subject: Re: [quicwg/base-drafts] consider making the varint encoding unique (#2299)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5c3433014c8d6_731f3fd1d30d45b431467"; 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/RP1vHtnf_8535LmCuyHhr3Kjx2s>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
List-Id: Notification list for GitHub issues related to the QUIC WG <quic-issues.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=unsubscribe>
List-Archive: <https://mailarchive.ietf.org/arch/browse/quic-issues/>
List-Post: <mailto:quic-issues@ietf.org>
List-Help: <mailto:quic-issues-request@ietf.org?subject=help>
List-Subscribe: <https://www.ietf.org/mailman/listinfo/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=subscribe>
X-List-Received-Date: Tue, 08 Jan 2019 05:20:04 -0000

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

I'm seeing fair support for closing with no action, but I'm happy to leave this until we meet in Tokyo.  Does anyone want to add anything?  I'll close if there is no new information or argument.

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

<p>I'm seeing fair support for closing with no action, but I'm happy to leave this until we meet in Tokyo.  Does anyone want to add anything?  I'll close if there is no new information or argument.</p>

<p style="font-size:small;-webkit-text-size-adjust:none;color:#666;">&mdash;<br />You are receiving this because you are subscribed to this thread.<br />Reply to this email directly, <a href="https://github.com/quicwg/base-drafts/issues/2299#issuecomment-452178980">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AWbkq4tY8kQ38FU-eSsc0Xhdm5gO7DaNks5vBCqBgaJpZM4ZyX3n">mute the thread</a>.<img src="https://github.com/notifications/beacon/AWbkqx0sKfQ15gutxzUIZJherZbXKbu0ks5vBCqBgaJpZM4ZyX3n.gif" height="1" width="1" alt="" /></p>
<script type="application/json" data-scope="inboxmarkup">{"api_version":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name":"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"https://github.githubassets.com/images/email/message_cards/header.png","avatar_image_url":"https://github.githubassets.com/images/email/message_cards/avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/quicwg/base-drafts"}},"updates":{"snippets":[{"icon":"PERSON","message":"@martinthomson in #2299: I'm seeing fair support for closing with no action, but I'm happy to leave this until we meet in Tokyo.  Does anyone want to add anything?  I'll close if there is no new information or argument."}],"action":{"name":"View Issue","url":"https://github.com/quicwg/base-drafts/issues/2299#issuecomment-452178980"}}}</script>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/issues/2299#issuecomment-452178980",
"url": "https://github.com/quicwg/base-drafts/issues/2299#issuecomment-452178980",
"name": "View Issue"
},
"description": "View this Issue on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>
----==_mimepart_5c3433014c8d6_731f3fd1d30d45b431467--


From nobody Mon Jan  7 21: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 231EB1310E9 for <quic-issues@ietfa.amsl.com>; Mon,  7 Jan 2019 21:21:30 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -6.661
X-Spam-Level: 
X-Spam-Status: No, score=-6.661 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIMWL_WL_HIGH=-0.065, 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_PASS=-0.001] autolearn=ham autolearn_force=no
Authentication-Results: ietfa.amsl.com (amavisd-new); dkim=pass (1024-bit key) header.d=github.com
Received: from mail.ietf.org ([4.31.198.44]) by localhost (ietfa.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id xWuTTOHsVlxP for <quic-issues@ietfa.amsl.com>; Mon,  7 Jan 2019 21:21: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 23577127133 for <quic-issues@ietf.org>; Mon,  7 Jan 2019 21:21:28 -0800 (PST)
Date: Mon, 07 Jan 2019 21:21:27 -0800
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1546924887; bh=+NgelZL+32VwwSkYC6pLiwUI43mHi9iQGRCgRTpuDt8=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=zGgP1GFt4sU5DmtbVEXFR8p8SxXh6ySySLeauHGdmtvZMp/Rk+pvpUhdumpE05tLC 7//qFFR0ouAH4FnDxQT66FEnqGN0jYVwrCy6pTMnOrvtor4u8uX3J6Rq+23jr+xVls kQgT39vq/0LbiDr5STmxQWj89dk1JLBgwKgiwP6A=
From: Martin Thomson <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+0166e4abd22752da77964272b77a96c159fb28c03248597792cf00000001184bf55792a169ce178cf63b@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/issue/2282/issue_event/2059283688@github.com>
In-Reply-To: <quicwg/base-drafts/issues/2282@github.com>
References: <quicwg/base-drafts/issues/2282@github.com>
Subject: Re: [quicwg/base-drafts] What the maximum of TransportParameters.max_ack_delay? (#2282)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5c34335753bd7_27e43fe7506d45bc471f1"; 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/lQfez3t_SUYeXxiAqLk6nwZwd6c>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
List-Id: Notification list for GitHub issues related to the QUIC WG <quic-issues.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=unsubscribe>
List-Archive: <https://mailarchive.ietf.org/arch/browse/quic-issues/>
List-Post: <mailto:quic-issues@ietf.org>
List-Help: <mailto:quic-issues-request@ietf.org?subject=help>
List-Subscribe: <https://www.ietf.org/mailman/listinfo/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=subscribe>
X-List-Received-Date: Tue, 08 Jan 2019 05:21:30 -0000

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

Closed #2282 via #2301.

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/quicwg/base-drafts/issues/2282#event-2059283688
----==_mimepart_5c34335753bd7_27e43fe7506d45bc471f1
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="395114043" data-permission-text="Issue title is private" data-url="https://github.com/quicwg/base-drafts/issues/2282" data-hovercard-type="issue" data-hovercard-url="/quicwg/base-drafts/issues/2282/hovercard" href="https://github.com/quicwg/base-drafts/issues/2282">#2282</a> via <a class="issue-link js-issue-link" data-error-text="Failed to load issue title" data-id="396308300" data-permission-text="Issue title is private" data-url="https://github.com/quicwg/base-drafts/issues/2301" data-hovercard-type="pull_request" data-hovercard-url="/quicwg/base-drafts/pull/2301/hovercard" href="https://github.com/quicwg/base-drafts/pull/2301">#2301</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/2282#event-2059283688">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AWbkqw1jdJ-FaNsQE-hziQXg2tMuWpCnks5vBCrXgaJpZM4ZmCfD">mute the thread</a>.<img src="https://github.com/notifications/beacon/AWbkq-CE5rSzpj3AnwMW-yLdsqkN1YrNks5vBCrXgaJpZM4ZmCfD.gif" height="1" width="1" alt="" /></p>
<script type="application/json" data-scope="inboxmarkup">{"api_version":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name":"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"https://github.githubassets.com/images/email/message_cards/header.png","avatar_image_url":"https://github.githubassets.com/images/email/message_cards/avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/quicwg/base-drafts"}},"updates":{"snippets":[{"icon":"DESCRIPTION","message":"Closed #2282 via #2301."}],"action":{"name":"View Issue","url":"https://github.com/quicwg/base-drafts/issues/2282#event-2059283688"}}}</script>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/issues/2282#event-2059283688",
"url": "https://github.com/quicwg/base-drafts/issues/2282#event-2059283688",
"name": "View Issue"
},
"description": "View this Issue on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>
----==_mimepart_5c34335753bd7_27e43fe7506d45bc471f1--


From nobody Mon Jan  7 21: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 AC1341310EA for <quic-issues@ietfa.amsl.com>; Mon,  7 Jan 2019 21:21:31 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -6.447
X-Spam-Level: 
X-Spam-Status: No, score=-6.447 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIMWL_WL_HIGH=-0.065, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, HTML_IMAGE_ONLY_24=1.618, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-1, RCVD_IN_DNSWL_HI=-5, SPF_PASS=-0.001] autolearn=ham autolearn_force=no
Authentication-Results: ietfa.amsl.com (amavisd-new); dkim=pass (1024-bit key) header.d=github.com
Received: from mail.ietf.org ([4.31.198.44]) by localhost (ietfa.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id i7d5qPqHnj19 for <quic-issues@ietfa.amsl.com>; Mon,  7 Jan 2019 21:21:29 -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 B64A81310E4 for <quic-issues@ietf.org>; Mon,  7 Jan 2019 21:21:28 -0800 (PST)
Date: Mon, 07 Jan 2019 21:21:27 -0800
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1546924887; bh=7pKqpSVIdb+MT7qBpEIfAnk2DW3c66DbrFYJ5negwjQ=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=iZa0/z0rnaqIFom4xA6wVIfFKHA3zgiPMJh7ovbuEC1LZdXlXeljzlOg7d2i+aUS3 C+1CrMMjNO6y+WEUYFCGQ0manrL3ZPoLvqaOv8V0tg38mHa19BPPnB9yX7HO2MFdR4 GmFw241xq9ujxdfEDTw105E5ZoNdF6BrRe6EuNdU=
From: Martin Thomson <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+0166e4ab713b2cdeceae9e608065e42fe188bcdd6f414af992cf00000001184bf55792a169ce179f2f4c@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/pull/2301/issue_event/2059283687@github.com>
In-Reply-To: <quicwg/base-drafts/pull/2301@github.com>
References: <quicwg/base-drafts/pull/2301@github.com>
Subject: Re: [quicwg/base-drafts] Add a maximum for max_ack_delay (#2301)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5c343357a6d5d_58903fce856d45b4664f9"; 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/bEqCo-mII377JxEm2XmTAhCSqHU>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
List-Id: Notification list for GitHub issues related to the QUIC WG <quic-issues.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=unsubscribe>
List-Archive: <https://mailarchive.ietf.org/arch/browse/quic-issues/>
List-Post: <mailto:quic-issues@ietf.org>
List-Help: <mailto:quic-issues-request@ietf.org?subject=help>
List-Subscribe: <https://www.ietf.org/mailman/listinfo/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=subscribe>
X-List-Received-Date: Tue, 08 Jan 2019 05:21:32 -0000

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

Merged #2301 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/2301#event-2059283687
----==_mimepart_5c343357a6d5d_58903fce856d45b4664f9
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="396308300" data-permission-text="Issue title is private" data-url="https://github.com/quicwg/base-drafts/issues/2301" data-hovercard-type="pull_request" data-hovercard-url="/quicwg/base-drafts/pull/2301/hovercard" href="https://github.com/quicwg/base-drafts/pull/2301">#2301</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/2301#event-2059283687">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AWbkq3uP4oMieZ8oPb5R4hVC5-6oD7E0ks5vBCrXgaJpZM4ZyrAD">mute the thread</a>.<img src="https://github.com/notifications/beacon/AWbkq8amU4pE29yGoD29oRghypL4y2CDks5vBCrXgaJpZM4ZyrAD.gif" height="1" width="1" alt="" /></p>
<script type="application/json" data-scope="inboxmarkup">{"api_version":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name":"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"https://github.githubassets.com/images/email/message_cards/header.png","avatar_image_url":"https://github.githubassets.com/images/email/message_cards/avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/quicwg/base-drafts"}},"updates":{"snippets":[{"icon":"DESCRIPTION","message":"Merged #2301 into master."}],"action":{"name":"View Pull Request","url":"https://github.com/quicwg/base-drafts/pull/2301#event-2059283687"}}}</script>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/pull/2301#event-2059283687",
"url": "https://github.com/quicwg/base-drafts/pull/2301#event-2059283687",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>
----==_mimepart_5c343357a6d5d_58903fce856d45b4664f9--


From nobody Mon Jan  7 21:22: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 5CBBC1310E4 for <quic-issues@ietfa.amsl.com>; Mon,  7 Jan 2019 21:22:39 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -6.519
X-Spam-Level: 
X-Spam-Status: No, score=-6.519 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIMWL_WL_HIGH=-0.065, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, HTML_IMAGE_ONLY_20=1.546, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-1, RCVD_IN_DNSWL_HI=-5, SPF_PASS=-0.001] autolearn=ham autolearn_force=no
Authentication-Results: ietfa.amsl.com (amavisd-new); dkim=pass (1024-bit key) header.d=github.com
Received: from mail.ietf.org ([4.31.198.44]) by localhost (ietfa.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id vSAlxs17vTJM for <quic-issues@ietfa.amsl.com>; Mon,  7 Jan 2019 21:22: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 E7657127133 for <quic-issues@ietf.org>; Mon,  7 Jan 2019 21:22:37 -0800 (PST)
Date: Mon, 07 Jan 2019 21:22:36 -0800
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1546924956; bh=dd2bAQ0KWozzR1xotdzBAbr755+/T/HKxh00hEPAFzs=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=v5fEsB5D/3rmUJC2kGnu0k1bpZurLhOsdwy6CMVmlgsELclkHqFvfxgonU3CNEYta fkIsvJZIy8mWNkSIfdx5bU0xV8aAC9ouzcT+gVdj33/2gHiATJFHAenIEPjyQVDCyh Yg2ANtGwiYcQ3aCQB+svAo2N303PSg4JZ0tTPuu4=
From: Martin Thomson <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+0166e4ab07fe0ec3bf35b983f1cec9448d209a0483698b5b92cf00000001184bf59c92a169ce179f005f@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/pull/2300/review/190095947@github.com>
In-Reply-To: <quicwg/base-drafts/pull/2300@github.com>
References: <quicwg/base-drafts/pull/2300@github.com>
Subject: Re: [quicwg/base-drafts] Discard 0-RTT packet state when rejected (#2300)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5c34339ceadd5_54e33fa6ce2d45c415979b"; 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/zAbEVp_3T0FWE4gIYLpoLgRoSKA>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
List-Id: Notification list for GitHub issues related to the QUIC WG <quic-issues.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=unsubscribe>
List-Archive: <https://mailarchive.ietf.org/arch/browse/quic-issues/>
List-Post: <mailto:quic-issues@ietf.org>
List-Help: <mailto:quic-issues-request@ietf.org?subject=help>
List-Subscribe: <https://www.ietf.org/mailman/listinfo/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=subscribe>
X-List-Received-Date: Tue, 08 Jan 2019 05:22:39 -0000

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

martinthomson approved this pull request.

I assume that the "fixes part of" will be addressed separately.



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

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

<p>I assume that the "fixes part of" will be addressed separately.</p>

<p style="font-size:small;-webkit-text-size-adjust:none;color:#666;">&mdash;<br />You are receiving this because you are subscribed to this thread.<br />Reply to this email directly, <a href="https://github.com/quicwg/base-drafts/pull/2300#pullrequestreview-190095947">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AWbkqzJN_tVmTdAyF5I7t59DQFs08zWFks5vBCscgaJpZM4ZynWo">mute the thread</a>.<img src="https://github.com/notifications/beacon/AWbkqwRyZHhpmUKtvfez90rSqxV3y3uiks5vBCscgaJpZM4ZynWo.gif" height="1" width="1" alt="" /></p>
<script type="application/json" data-scope="inboxmarkup">{"api_version":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name":"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"https://github.githubassets.com/images/email/message_cards/header.png","avatar_image_url":"https://github.githubassets.com/images/email/message_cards/avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/quicwg/base-drafts"}},"updates":{"snippets":[{"icon":"PERSON","message":"@martinthomson approved #2300"}],"action":{"name":"View Pull Request","url":"https://github.com/quicwg/base-drafts/pull/2300#pullrequestreview-190095947"}}}</script>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/pull/2300#pullrequestreview-190095947",
"url": "https://github.com/quicwg/base-drafts/pull/2300#pullrequestreview-190095947",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>
----==_mimepart_5c34339ceadd5_54e33fa6ce2d45c415979b--


From nobody Mon Jan  7 21:30: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 98DBA1310E4 for <quic-issues@ietfa.amsl.com>; Mon,  7 Jan 2019 21:30:56 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -8.065
X-Spam-Level: 
X-Spam-Status: No, score=-8.065 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIMWL_WL_HIGH=-0.065, 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_PASS=-0.001] autolearn=ham autolearn_force=no
Authentication-Results: ietfa.amsl.com (amavisd-new); dkim=pass (1024-bit key) header.d=github.com
Received: from mail.ietf.org ([4.31.198.44]) by localhost (ietfa.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id dqMlvE8oaaQO for <quic-issues@ietfa.amsl.com>; Mon,  7 Jan 2019 21:30:54 -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 5B025131067 for <quic-issues@ietf.org>; Mon,  7 Jan 2019 21:30:54 -0800 (PST)
Date: Mon, 07 Jan 2019 21:30:53 -0800
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1546925453; bh=M0SWBABf8tR10fWn0BSU6rOjwbW06WpwhK7dNwRvyPs=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=BbFkMNcrsrfZjW1anjLtxL3I60iR2eG+q3837/T8a6iHjcf0dj/ehwxgRzAagjWyi MqDPy0Ca6hPWSPH/175wu77XjYDaqb1AuEPTT9Nq1awhFL0WkjCikhZENQ8Q2IlE5k CclifsOwZCEUWhiUr45NI+e6IJ+YMdZEgcYJv7EQ=
From: Martin Thomson <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+0166e4abc07ef831df7148301b1a13ddad54bb0c1c5f491a92cf00000001184bf78d92a169ce17a59a36@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/pull/2315/review/190096457@github.com>
In-Reply-To: <quicwg/base-drafts/pull/2315@github.com>
References: <quicwg/base-drafts/pull/2315@github.com>
Subject: Re: [quicwg/base-drafts] editorial changes in the closing section (#2315)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5c34358d6d46c_49de3fd9434d45c0836de"; 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/v8hnfdxGSKrZidXLnLVJW-0Y7-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: Tue, 08 Jan 2019 05:30:57 -0000

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

martinthomson commented on this pull request.



>  
 An endpoint enters a closing period after initiating an immediate close
 ({{immediate-close}}).  While closing, an endpoint MUST NOT send packets unless
 they contain a CONNECTION_CLOSE frame (see {{immediate-close}} for details).  An
 endpoint retains only enough information to generate a packet containing a
 CONNECTION_CLOSE frame and to identify packets as belonging to the connection.
-The connection ID and QUIC version is sufficient information to identify packets
-for a closing connection; an endpoint can discard all other connection state.
-An endpoint MAY retain packet protection keys for incoming packets to allow it
-to read and process a CONNECTION_CLOSE frame.
+The source and the destination connection ID and the QUIC version are sufficient

The intent here was destination connection ID.  That should always be sufficient to identify the connection.  The source connection ID doesn't appear on any packets that are likely to matter and it only matters for the purposes of generating these packets.

Source connection ID might matter for the first Initial packet from the client, where there might be some value in distinguishing between connection attempts with colliding destination connection IDs.  The odds of that are slim enough for this to not matter though.

> @@ -2225,14 +2226,11 @@ connection state.  This results in new packets on the connection being handled
 generically.  For instance, an endpoint MAY send a stateless reset in response
 to any further incoming packets.
 
-The draining and closing periods do not apply when a stateless reset
-({{stateless-reset}}) is sent.
-

What do you hope to achieve by removing this text?  It's still accurate, right?

>  An endpoint is not expected to handle key updates when it is closing or
 draining.  A key update might prevent the endpoint from moving from the closing
 state to draining, but it otherwise has no impact.
 
-While in the closing period, an endpoint could receive packets from a new source
+While in the closing period, a server could receive packets from a new source
 address, indicating a client connection migration ({{migration}}). An endpoint

We've generally avoided assigning roles, preferring to talk about migration as valid in both directions, so it might be better to say endpoint/peer rather than server/client here.  That doesn't matter 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/2315#pullrequestreview-190096457
----==_mimepart_5c34358d6d46c_49de3fd9434d45c0836de
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/2315#discussion_r245880904">draft-ietf-quic-transport.md</a>:</p>
<pre style='color:#555'>&gt;  
 An endpoint enters a closing period after initiating an immediate close
 ({{immediate-close}}).  While closing, an endpoint MUST NOT send packets unless
 they contain a CONNECTION_CLOSE frame (see {{immediate-close}} for details).  An
 endpoint retains only enough information to generate a packet containing a
 CONNECTION_CLOSE frame and to identify packets as belonging to the connection.
-The connection ID and QUIC version is sufficient information to identify packets
-for a closing connection; an endpoint can discard all other connection state.
-An endpoint MAY retain packet protection keys for incoming packets to allow it
-to read and process a CONNECTION_CLOSE frame.
+The source and the destination connection ID and the QUIC version are sufficient
</pre>
<p>The intent here was destination connection ID.  That should always be sufficient to identify the connection.  The source connection ID doesn't appear on any packets that are likely to matter and it only matters for the purposes of generating these packets.</p>
<p>Source connection ID might matter for the first Initial packet from the client, where there might be some value in distinguishing between connection attempts with colliding destination connection IDs.  The odds of that are slim enough for this to not matter though.</p>

<hr>

<p>In <a href="https://github.com/quicwg/base-drafts/pull/2315#discussion_r245881001">draft-ietf-quic-transport.md</a>:</p>
<pre style='color:#555'>&gt; @@ -2225,14 +2226,11 @@ connection state.  This results in new packets on the connection being handled
 generically.  For instance, an endpoint MAY send a stateless reset in response
 to any further incoming packets.
 
-The draining and closing periods do not apply when a stateless reset
-({{stateless-reset}}) is sent.
-
</pre>
<p>What do you hope to achieve by removing this text?  It's still accurate, right?</p>

<hr>

<p>In <a href="https://github.com/quicwg/base-drafts/pull/2315#discussion_r245881128">draft-ietf-quic-transport.md</a>:</p>
<pre style='color:#555'>&gt;  An endpoint is not expected to handle key updates when it is closing or
 draining.  A key update might prevent the endpoint from moving from the closing
 state to draining, but it otherwise has no impact.
 
-While in the closing period, an endpoint could receive packets from a new source
+While in the closing period, a server could receive packets from a new source
 address, indicating a client connection migration ({{migration}}). An endpoint
</pre>
<p>We've generally avoided assigning roles, preferring to talk about migration as valid in both directions, so it might be better to say endpoint/peer rather than server/client here.  That doesn't matter 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/2315#pullrequestreview-190096457">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AWbkq_gu6pz49OHMKi27-cLFmba9R651ks5vBC0NgaJpZM4Z0q1r">mute the thread</a>.<img src="https://github.com/notifications/beacon/AWbkq3w1s_Nit_gaJZlwJeppZ4U6Y1fwks5vBC0NgaJpZM4Z0q1r.gif" height="1" width="1" alt="" /></p>
<script type="application/json" data-scope="inboxmarkup">{"api_version":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name":"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"https://github.githubassets.com/images/email/message_cards/header.png","avatar_image_url":"https://github.githubassets.com/images/email/message_cards/avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/quicwg/base-drafts"}},"updates":{"snippets":[{"icon":"PERSON","message":"@martinthomson commented on #2315"}],"action":{"name":"View Pull Request","url":"https://github.com/quicwg/base-drafts/pull/2315#pullrequestreview-190096457"}}}</script>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/pull/2315#pullrequestreview-190096457",
"url": "https://github.com/quicwg/base-drafts/pull/2315#pullrequestreview-190096457",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>
----==_mimepart_5c34358d6d46c_49de3fd9434d45c0836de--


From nobody Mon Jan  7 21:35: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 30F45131067 for <quic-issues@ietfa.amsl.com>; Mon,  7 Jan 2019 21:35:23 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -8.064
X-Spam-Level: 
X-Spam-Status: No, score=-8.064 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIMWL_WL_HIGH=-0.065, 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_PASS=-0.001] autolearn=ham autolearn_force=no
Authentication-Results: ietfa.amsl.com (amavisd-new); dkim=pass (1024-bit key) header.d=github.com
Received: from mail.ietf.org ([4.31.198.44]) by localhost (ietfa.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id ZNUAcr70j_2m for <quic-issues@ietfa.amsl.com>; Mon,  7 Jan 2019 21:35:21 -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 6203E1310EB for <quic-issues@ietf.org>; Mon,  7 Jan 2019 21:35:21 -0800 (PST)
Date: Mon, 07 Jan 2019 21:35:20 -0800
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1546925720; bh=w0y8CKCqgcrh8bkRJ9IAfO4Sar18H8EVIP2YZWqAKO8=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=xYYgSc2FVbpHOIqJ3zGhQyij2XXFetLWnI3w15digDE54q+LXZgmZiM8xgPPsvGve S8Zs3bFIFwHFB1UrAbXZYpdq4h3LPs6Ki5yqBC91A9rPL/dfBEYJdYBdcNXuNi+V4r 2J1QVLN+8kE44u64ciWe97Isv8JNqADnDwA1NnK8=
From: Kazuho Oku <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+0166e4abd204fdb291ab66a7a05ea57b842d2903a9c1f65e92cf00000001184bf89892a169ce179f005f@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/pull/2300/review/190097735@github.com>
In-Reply-To: <quicwg/base-drafts/pull/2300@github.com>
References: <quicwg/base-drafts/pull/2300@github.com>
Subject: Re: [quicwg/base-drafts] Discard 0-RTT packet state when rejected (#2300)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5c343698392b1_6e883f82e6ed45c41500b2"; 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/jvb5uvyV3_yEZ_4u5W8js7K4Tg4>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
List-Id: Notification list for GitHub issues related to the QUIC WG <quic-issues.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=unsubscribe>
List-Archive: <https://mailarchive.ietf.org/arch/browse/quic-issues/>
List-Post: <mailto:quic-issues@ietf.org>
List-Help: <mailto:quic-issues-request@ietf.org?subject=help>
List-Subscribe: <https://www.ietf.org/mailman/listinfo/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=subscribe>
X-List-Received-Date: Tue, 08 Jan 2019 05:35:23 -0000

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

kazuho commented on this pull request.



> -destroyed earlier.
+When keys for an packet number space are discarded, any in-flight packets
+sent with those keys are removed from the count of bytes in flight.  Loss
+recovery state is also discarded, so no loss events will occur for any
+in-flight packets from that space(see {{discard-initial}}).  Note that it is
+expected that keys are discarded after those packets would be declared lost,
+but Initial secrets are destroyed earlier.
+
+## Discarding 0-RTT packet state
+
+When 0-RTT is rejected, all in-flight 0-RTT packets still are removed from
+the count of bytes in flight.  Loss recovery state is also discarded, so no
+loss events will occur for any in-flight 0-RTT packets.  If a server does not
+buffer out-of-order packets and accepts 0-RTT, there is a chance of declaring
+0-RTT packets lost that were actually discarded by the server, but this is
+expected to be infrequent.

Do we need to care about loss?

I ask this based on the assumption that a server will retain the 0-RTT read key for 3 PTO after obtaining 1-RTT read key.

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/quicwg/base-drafts/pull/2300#discussion_r245881971
----==_mimepart_5c343698392b1_6e883f82e6ed45c41500b2
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/2300#discussion_r245881971">draft-ietf-quic-recovery.md</a>:</p>
<pre style='color:#555'>&gt; -destroyed earlier.
+When keys for an packet number space are discarded, any in-flight packets
+sent with those keys are removed from the count of bytes in flight.  Loss
+recovery state is also discarded, so no loss events will occur for any
+in-flight packets from that space(see {{discard-initial}}).  Note that it is
+expected that keys are discarded after those packets would be declared lost,
+but Initial secrets are destroyed earlier.
+
+## Discarding 0-RTT packet state
+
+When 0-RTT is rejected, all in-flight 0-RTT packets still are removed from
+the count of bytes in flight.  Loss recovery state is also discarded, so no
+loss events will occur for any in-flight 0-RTT packets.  If a server does not
+buffer out-of-order packets and accepts 0-RTT, there is a chance of declaring
+0-RTT packets lost that were actually discarded by the server, but this is
+expected to be infrequent.
</pre>
<p>Do we need to care about loss?</p>
<p>I ask this based on the assumption that a server will retain the 0-RTT read key for 3 PTO after obtaining 1-RTT read key.</p>

<p style="font-size:small;-webkit-text-size-adjust:none;color:#666;">&mdash;<br />You are receiving this because you are subscribed to this thread.<br />Reply to this email directly, <a href="https://github.com/quicwg/base-drafts/pull/2300#discussion_r245881971">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AWbkq_k8H6narpvns_JaIJPLsZaRgIb3ks5vBC4YgaJpZM4ZynWo">mute the thread</a>.<img src="https://github.com/notifications/beacon/AWbkqwA6fSeJz99PEr7Mq1L6XtcIbyUzks5vBC4YgaJpZM4ZynWo.gif" height="1" width="1" alt="" /></p>
<script type="application/json" data-scope="inboxmarkup">{"api_version":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name":"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"https://github.githubassets.com/images/email/message_cards/header.png","avatar_image_url":"https://github.githubassets.com/images/email/message_cards/avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/quicwg/base-drafts"}},"updates":{"snippets":[{"icon":"PERSON","message":"@kazuho commented on #2300"}],"action":{"name":"View Pull Request","url":"https://github.com/quicwg/base-drafts/pull/2300#discussion_r245881971"}}}</script>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/pull/2300#discussion_r245881971",
"url": "https://github.com/quicwg/base-drafts/pull/2300#discussion_r245881971",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>
----==_mimepart_5c343698392b1_6e883f82e6ed45c41500b2--


From nobody Mon Jan  7 21:36: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 212981310EF for <quic-issues@ietfa.amsl.com>; Mon,  7 Jan 2019 21:36:02 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -8.065
X-Spam-Level: 
X-Spam-Status: No, score=-8.065 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIMWL_WL_HIGH=-0.065, 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_PASS=-0.001] autolearn=ham autolearn_force=no
Authentication-Results: ietfa.amsl.com (amavisd-new); dkim=pass (1024-bit key) header.d=github.com
Received: from mail.ietf.org ([4.31.198.44]) by localhost (ietfa.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id OxFkQFsZyS5X for <quic-issues@ietfa.amsl.com>; Mon,  7 Jan 2019 21:36: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 C69B11310EB for <quic-issues@ietf.org>; Mon,  7 Jan 2019 21:35:59 -0800 (PST)
Date: Mon, 07 Jan 2019 21:35:59 -0800
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1546925759; bh=YZslEKf3tlLI2zIcTe6HhPCTsvdk5R2mpb6Mhb6PRxM=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=cdvmDwMrS7jxK8aPlce5ZWaGUry+QmYjgWqYMjU5c1kNnPPlPuElp6B0pEm4tIJC6 DZlgmiH3T93/lR1uuUvVo7YGJT4YPUllOVYF/fYGgt3NBwPb3yswSdswvU1OOQjmIY VdkOvPv7NUfCKcdFlqbdCOGbb5O8gcI+7Bl0gpag=
From: Martin Thomson <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+0166e4abae7e176613be3c5d6527870c7786267b9dfeb4e292cf00000001184bf8bf92a169ce17a5f021@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/pull/2316/review/190097089@github.com>
In-Reply-To: <quicwg/base-drafts/pull/2316@github.com>
References: <quicwg/base-drafts/pull/2316@github.com>
Subject: Re: [quicwg/base-drafts] Suggestions from #2197 (#2316)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5c3436bf81ac_71613fb4994d45bc140298"; 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/PoBXPfMDvCykkp-FH-OZvi9JHAA>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
List-Id: Notification list for GitHub issues related to the QUIC WG <quic-issues.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=unsubscribe>
List-Archive: <https://mailarchive.ietf.org/arch/browse/quic-issues/>
List-Post: <mailto:quic-issues@ietf.org>
List-Help: <mailto:quic-issues-request@ietf.org?subject=help>
List-Subscribe: <https://www.ietf.org/mailman/listinfo/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=subscribe>
X-List-Received-Date: Tue, 08 Jan 2019 05:36:02 -0000

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

martinthomson approved this pull request.

Thanks for cleaning this up.  One more TODO down.

> @@ -2830,13 +2830,15 @@ valid frames? -->
 
 ### Sending ACK Frames
 
-<!-- TODO: Re-read this section for flow and redundancy. -->
-
-To avoid creating an indefinite feedback loop, an endpoint MUST NOT send an ACK
-frame in response to a packet containing only ACK or PADDING frames, even if
-there are packet gaps which precede the received packet.  The endpoint MUST
-however acknowledge packets containing only ACK or PADDING frames when sending
-ACK frames in response to other packets.
+ACK frames are sent to acknowledge received packets and indicate the frames
+within them has been processed. An endpoint MUST NOT send more than one packet

The transition to the second sentence is a little jarring.  I think that you could make it a new paragraph.

> @@ -2830,13 +2830,15 @@ valid frames? -->
 
 ### Sending ACK Frames
 
-<!-- TODO: Re-read this section for flow and redundancy. -->
-
-To avoid creating an indefinite feedback loop, an endpoint MUST NOT send an ACK
-frame in response to a packet containing only ACK or PADDING frames, even if
-there are packet gaps which precede the received packet.  The endpoint MUST
-however acknowledge packets containing only ACK or PADDING frames when sending
-ACK frames in response to other packets.
+ACK frames are sent to acknowledge received packets and indicate the frames
+within them has been processed. An endpoint MUST NOT send more than one packet
+containing only an ACK frame per received packet that contains frames other
+than ACK and PADDING frames. Specifically, to avoid creating an indefinite

Can we simplify and say: no more than one packet containing only ACK and PADDING frames per packet received?  And then: no packets at all in response to a packet containing only ACK and PADDING [, even if gaps...].

> @@ -2857,11 +2856,10 @@ needing acknowledgement are received.  The sender can use the receiver's
 Strategies and implications of the frequency of generating acknowledgments are
 discussed in more detail in {{QUIC-RECOVERY}}.
 
-To limit the ranges of acknowledged packet numbers to those that have not yet
-been received by the sender, the receiver SHOULD track which ACK frames have
-been acknowledged by its peer.  The receiver SHOULD exclude already acknowledged
-packets from future ACK frames whenever these packets would unnecessarily
-contribute to the ACK frame size.
+To limit ACK ranges to those that have not yet been received by the sender, the

```suggestion
To limit ACK Ranges (see {{ack-ranges}}) to those that have not yet been received by the sender, the
```

> @@ -4245,13 +4243,13 @@ First ACK Range:
 : A variable-length integer indicating the number of contiguous packets
   preceding the Largest Acknowledged that are being acknowledged.  The First ACK
   Range is encoded as an ACK Range (see {{ack-ranges}}) starting from the
-  Largest Acknowledged.  That is, the smallest packet number included in the
+  Largest Acknowledged.  That is, the smallest packet acknowleged in the

```suggestion
  Largest Acknowledged.  That is, the smallest packet acknowledged in 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/2316#pullrequestreview-190097089
----==_mimepart_5c3436bf81ac_71613fb4994d45bc140298
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: quoted-printable

<p><b>@martinthomson</b> approved this pull request.</p>=0D
=0D
<p>Thanks for cleaning this up.  One more TODO down.</p><hr>=0D
=0D
<p>In <a href=3D"https://github.com/quicwg/base-drafts/pull/2316#discussi=
on_r245881437">draft-ietf-quic-transport.md</a>:</p>=0D
<pre style=3D'color:#555'>&gt; @@ -2830,13 +2830,15 @@ valid frames? --&g=
t;=0D
 =0D
 ### Sending ACK Frames=0D
 =0D
-&lt;!-- TODO: Re-read this section for flow and redundancy. --&gt;=0D
-=0D
-To avoid creating an indefinite feedback loop, an endpoint MUST NOT send=
 an ACK=0D
-frame in response to a packet containing only ACK or PADDING frames, eve=
n if=0D
-there are packet gaps which precede the received packet.  The endpoint M=
UST=0D
-however acknowledge packets containing only ACK or PADDING frames when s=
ending=0D
-ACK frames in response to other packets.=0D
+ACK frames are sent to acknowledge received packets and indicate the fra=
mes=0D
+within them has been processed. An endpoint MUST NOT send more than one =
packet=0D
</pre>=0D
<p>The transition to the second sentence is a little jarring.  I think th=
at you could make it a new paragraph.</p>=0D
=0D
<hr>=0D
=0D
<p>In <a href=3D"https://github.com/quicwg/base-drafts/pull/2316#discussi=
on_r245881803">draft-ietf-quic-transport.md</a>:</p>=0D
<pre style=3D'color:#555'>&gt; @@ -2830,13 +2830,15 @@ valid frames? --&g=
t;=0D
 =0D
 ### Sending ACK Frames=0D
 =0D
-&lt;!-- TODO: Re-read this section for flow and redundancy. --&gt;=0D
-=0D
-To avoid creating an indefinite feedback loop, an endpoint MUST NOT send=
 an ACK=0D
-frame in response to a packet containing only ACK or PADDING frames, eve=
n if=0D
-there are packet gaps which precede the received packet.  The endpoint M=
UST=0D
-however acknowledge packets containing only ACK or PADDING frames when s=
ending=0D
-ACK frames in response to other packets.=0D
+ACK frames are sent to acknowledge received packets and indicate the fra=
mes=0D
+within them has been processed. An endpoint MUST NOT send more than one =
packet=0D
+containing only an ACK frame per received packet that contains frames ot=
her=0D
+than ACK and PADDING frames. Specifically, to avoid creating an indefini=
te=0D
</pre>=0D
<p>Can we simplify and say: no more than one packet containing only ACK a=
nd PADDING frames per packet received?  And then: no packets at all in re=
sponse to a packet containing only ACK and PADDING [, even if gaps...].</=
p>=0D
=0D
<hr>=0D
=0D
<p>In <a href=3D"https://github.com/quicwg/base-drafts/pull/2316#discussi=
on_r245881956">draft-ietf-quic-transport.md</a>:</p>=0D
<pre style=3D'color:#555'>&gt; @@ -2857,11 +2856,10 @@ needing acknowledg=
ement are received.  The sender can use the receiver&#39;s=0D
 Strategies and implications of the frequency of generating acknowledgmen=
ts are=0D
 discussed in more detail in {{QUIC-RECOVERY}}.=0D
 =0D
-To limit the ranges of acknowledged packet numbers to those that have no=
t yet=0D
-been received by the sender, the receiver SHOULD track which ACK frames =
have=0D
-been acknowledged by its peer.  The receiver SHOULD exclude already ackn=
owledged=0D
-packets from future ACK frames whenever these packets would unnecessaril=
y=0D
-contribute to the ACK frame size.=0D
+To limit ACK ranges to those that have not yet been received by the send=
er, the=0D
</pre>=0D
=E2=AC=87=EF=B8=8F Suggested change=0D
<pre style=3D"color: #555">-To limit ACK ranges to those that have not ye=
t been received by the sender, the=0D
+To limit ACK Ranges (see {{ack-ranges}}) to those that have not yet been=
 received by the sender, the=0D
</pre>=0D
=0D
=0D
<hr>=0D
=0D
<p>In <a href=3D"https://github.com/quicwg/base-drafts/pull/2316#discussi=
on_r245881973">draft-ietf-quic-transport.md</a>:</p>=0D
<pre style=3D'color:#555'>&gt; @@ -4245,13 +4243,13 @@ First ACK Range:=0D=

 : A variable-length integer indicating the number of contiguous packets=0D=

   preceding the Largest Acknowledged that are being acknowledged.  The F=
irst ACK=0D
   Range is encoded as an ACK Range (see {{ack-ranges}}) starting from th=
e=0D
-  Largest Acknowledged.  That is, the smallest packet number included in=
 the=0D
+  Largest Acknowledged.  That is, the smallest packet acknowleged in the=
=0D
</pre>=0D
=E2=AC=87=EF=B8=8F Suggested change=0D
<pre style=3D"color: #555">-  Largest Acknowledged.  That is, the smalles=
t packet acknowleged in the=0D
+  Largest Acknowledged.  That is, the smallest packet acknowledged in th=
e=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/2316#pullrequestreview-190097089">view it on GitHub</=
a>, or <a href=3D"https://github.com/notifications/unsubscribe-auth/AWbkq=
wCIkT0TgYzMFYshgn_HDpb3lL9tks5vBC4_gaJpZM4Z0xaN">mute the thread</a>.<img=
 src=3D"https://github.com/notifications/beacon/AWbkq6s3KWFqEdQ3cqSwJyXAp=
ZFYiaYOks5vBC4_gaJpZM4Z0xaN.gif" height=3D"1" width=3D"1" alt=3D"" /></p>=
=0D
<script type=3D"application/json" data-scope=3D"inboxmarkup">{"api_versio=
n":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name"=
:"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"=
quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"http=
s://github.githubassets.com/images/email/message_cards/header.png","avata=
r_image_url":"https://github.githubassets.com/images/email/message_cards/=
avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/q=
uicwg/base-drafts"}},"updates":{"snippets":[{"icon":"PERSON","message":"@=
martinthomson approved #2316"}],"action":{"name":"View Pull Request","url=
":"https://github.com/quicwg/base-drafts/pull/2316#pullrequestreview-1900=
97089"}}}</script>=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/2316#pullrequestrev=
iew-190097089",=0D
"url": "https://github.com/quicwg/base-drafts/pull/2316#pullrequestreview=
-190097089",=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_5c3436bf81ac_71613fb4994d45bc140298--


From nobody Mon Jan  7 21:38: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 BBBE91310E9 for <quic-issues@ietfa.amsl.com>; Mon,  7 Jan 2019 21:38:17 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -8.064
X-Spam-Level: 
X-Spam-Status: No, score=-8.064 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIMWL_WL_HIGH=-0.065, 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_PASS=-0.001] autolearn=ham autolearn_force=no
Authentication-Results: ietfa.amsl.com (amavisd-new); dkim=pass (1024-bit key) header.d=github.com
Received: from mail.ietf.org ([4.31.198.44]) by localhost (ietfa.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id vuXrKKAPxrcG for <quic-issues@ietfa.amsl.com>; Mon,  7 Jan 2019 21:38: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 D2AB9131067 for <quic-issues@ietf.org>; Mon,  7 Jan 2019 21:38:15 -0800 (PST)
Date: Mon, 07 Jan 2019 21:38:15 -0800
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1546925895; bh=xMXAof/S5SgnbC3VNYuOKgHFy5zxn2hR/t56lUR0kPQ=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=2AJ+gFhOVIz197/nxERbRVGMmW8ss6gDaXSmlTTB2JW6dlKbeiuWf0asSifsAqnDK dfXsGzAyn5F4+IlH8f7EYAn9oyUCHciU/mKCD+KeHMm7hgW7GU+nIXjCDkTLh4zmCg UDwQ50jnb6yl2BI6mp8O7V8KiRcTunsaUUS7DuJU=
From: Martin Thomson <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+0166e4ab450303eb580ef3913df5cb2bb156ee686519da0892cf00000001184bf94792a169ce179f005f@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/pull/2300/review/190098097@github.com>
In-Reply-To: <quicwg/base-drafts/pull/2300@github.com>
References: <quicwg/base-drafts/pull/2300@github.com>
Subject: Re: [quicwg/base-drafts] Discard 0-RTT packet state when rejected (#2300)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5c34374743c1_58b03fce856d45b4142554"; 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/pJr53fi2hjGw6aUNqwTB7tL2MxI>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
List-Id: Notification list for GitHub issues related to the QUIC WG <quic-issues.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=unsubscribe>
List-Archive: <https://mailarchive.ietf.org/arch/browse/quic-issues/>
List-Post: <mailto:quic-issues@ietf.org>
List-Help: <mailto:quic-issues-request@ietf.org?subject=help>
List-Subscribe: <https://www.ietf.org/mailman/listinfo/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=subscribe>
X-List-Received-Date: Tue, 08 Jan 2019 05:38:18 -0000

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

martinthomson commented on this pull request.



> -destroyed earlier.
+When keys for an packet number space are discarded, any in-flight packets
+sent with those keys are removed from the count of bytes in flight.  Loss
+recovery state is also discarded, so no loss events will occur for any
+in-flight packets from that space(see {{discard-initial}}).  Note that it is
+expected that keys are discarded after those packets would be declared lost,
+but Initial secrets are destroyed earlier.
+
+## Discarding 0-RTT packet state
+
+When 0-RTT is rejected, all in-flight 0-RTT packets still are removed from
+the count of bytes in flight.  Loss recovery state is also discarded, so no
+loss events will occur for any in-flight 0-RTT packets.  If a server does not
+buffer out-of-order packets and accepts 0-RTT, there is a chance of declaring
+0-RTT packets lost that were actually discarded by the server, but this is
+expected to be infrequent.

The problem here is that reordering will manifest as loss, that's all.  As the text says, that's rare, and the effect is limited to having to send the data again and maybe having congestion windows docked.

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/quicwg/base-drafts/pull/2300#discussion_r245882263
----==_mimepart_5c34374743c1_58b03fce856d45b4142554
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/2300#discussion_r245882263">draft-ietf-quic-recovery.md</a>:</p>
<pre style='color:#555'>&gt; -destroyed earlier.
+When keys for an packet number space are discarded, any in-flight packets
+sent with those keys are removed from the count of bytes in flight.  Loss
+recovery state is also discarded, so no loss events will occur for any
+in-flight packets from that space(see {{discard-initial}}).  Note that it is
+expected that keys are discarded after those packets would be declared lost,
+but Initial secrets are destroyed earlier.
+
+## Discarding 0-RTT packet state
+
+When 0-RTT is rejected, all in-flight 0-RTT packets still are removed from
+the count of bytes in flight.  Loss recovery state is also discarded, so no
+loss events will occur for any in-flight 0-RTT packets.  If a server does not
+buffer out-of-order packets and accepts 0-RTT, there is a chance of declaring
+0-RTT packets lost that were actually discarded by the server, but this is
+expected to be infrequent.
</pre>
<p>The problem here is that reordering will manifest as loss, that's all.  As the text says, that's rare, and the effect is limited to having to send the data again and maybe having congestion windows docked.</p>

<p style="font-size:small;-webkit-text-size-adjust:none;color:#666;">&mdash;<br />You are receiving this because you are subscribed to this thread.<br />Reply to this email directly, <a href="https://github.com/quicwg/base-drafts/pull/2300#discussion_r245882263">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AWbkq2LjvIQC6d6C275RiQ2EEe2gVahUks5vBC7HgaJpZM4ZynWo">mute the thread</a>.<img src="https://github.com/notifications/beacon/AWbkq9Z-4rvre5Zg5UPi932VQfNpN2bMks5vBC7HgaJpZM4ZynWo.gif" height="1" width="1" alt="" /></p>
<script type="application/json" data-scope="inboxmarkup">{"api_version":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name":"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"https://github.githubassets.com/images/email/message_cards/header.png","avatar_image_url":"https://github.githubassets.com/images/email/message_cards/avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/quicwg/base-drafts"}},"updates":{"snippets":[{"icon":"PERSON","message":"@martinthomson commented on #2300"}],"action":{"name":"View Pull Request","url":"https://github.com/quicwg/base-drafts/pull/2300#discussion_r245882263"}}}</script>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/pull/2300#discussion_r245882263",
"url": "https://github.com/quicwg/base-drafts/pull/2300#discussion_r245882263",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>
----==_mimepart_5c34374743c1_58b03fce856d45b4142554--


From nobody Mon Jan  7 21:47: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 898D9131067 for <quic-issues@ietfa.amsl.com>; Mon,  7 Jan 2019 21:47:02 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -8.065
X-Spam-Level: 
X-Spam-Status: No, score=-8.065 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIMWL_WL_HIGH=-0.065, 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_PASS=-0.001] autolearn=ham autolearn_force=no
Authentication-Results: ietfa.amsl.com (amavisd-new); dkim=pass (1024-bit key) header.d=github.com
Received: from mail.ietf.org ([4.31.198.44]) by localhost (ietfa.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 7q9vqey6-Mye for <quic-issues@ietfa.amsl.com>; Mon,  7 Jan 2019 21:47: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 DEDB6129A87 for <quic-issues@ietf.org>; Mon,  7 Jan 2019 21:47:00 -0800 (PST)
Date: Mon, 07 Jan 2019 21:47:00 -0800
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1546926420; bh=N4+c+1lAVCIRqPxxzpPYZpMGOQh/DtMCrrO6Pp05Qz0=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=JBwiRIHhGYaVO59IYnecaK0NZ6wHyAI0I6ivay6dZq26WcSsMPrgEtILwyuxBLw7L dDMCCUeoWNqIp3Glr3rGLzB2vadrw2/l2x19sO5uJ7ue0+eNSXKsuyiuwx8Izc1SAN L8NBay9NurT678zj+bGewHn71xx8oSPhCDQmejEo=
From: Kazuho Oku <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+0166e4ab72723e68daf86ac69a3c144a0b95df35828964cf92cf00000001184bfb5492a169ce179f005f@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/pull/2300/review/190099462@github.com>
In-Reply-To: <quicwg/base-drafts/pull/2300@github.com>
References: <quicwg/base-drafts/pull/2300@github.com>
Subject: Re: [quicwg/base-drafts] Discard 0-RTT packet state when rejected (#2300)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5c343954d7fa_7bcd3fbe5acd45bc12741b"; 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/FshLaTTF2mJ8AZ6FfSXtbDt_W98>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
List-Id: Notification list for GitHub issues related to the QUIC WG <quic-issues.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=unsubscribe>
List-Archive: <https://mailarchive.ietf.org/arch/browse/quic-issues/>
List-Post: <mailto:quic-issues@ietf.org>
List-Help: <mailto:quic-issues-request@ietf.org?subject=help>
List-Subscribe: <https://www.ietf.org/mailman/listinfo/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=subscribe>
X-List-Received-Date: Tue, 08 Jan 2019 05:47:02 -0000

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

kazuho commented on this pull request.



> -destroyed earlier.
+When keys for an packet number space are discarded, any in-flight packets
+sent with those keys are removed from the count of bytes in flight.  Loss
+recovery state is also discarded, so no loss events will occur for any
+in-flight packets from that space(see {{discard-initial}}).  Note that it is
+expected that keys are discarded after those packets would be declared lost,
+but Initial secrets are destroyed earlier.
+
+## Discarding 0-RTT packet state
+
+When 0-RTT is rejected, all in-flight 0-RTT packets still are removed from
+the count of bytes in flight.  Loss recovery state is also discarded, so no
+loss events will occur for any in-flight 0-RTT packets.  If a server does not
+buffer out-of-order packets and accepts 0-RTT, there is a chance of declaring
+0-RTT packets lost that were actually discarded by the server, but this is
+expected to be infrequent.

My bad. I incorrectly assumed that the text is talking about 0-RTT packets arriving late. Actually, it is talking about 0-RTT packets arriving before Initial.

I am not sure if others would have the same confusion as I had, but changing "but does not buffer out of order packets and there is reordering" to "but does not buffer 0-RTT packets arriving before Initial packets" might better clarify what is being discussed 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/2300#discussion_r245883363
----==_mimepart_5c343954d7fa_7bcd3fbe5acd45bc12741b
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/2300#discussion_r245883363">draft-ietf-quic-recovery.md</a>:</p>
<pre style='color:#555'>&gt; -destroyed earlier.
+When keys for an packet number space are discarded, any in-flight packets
+sent with those keys are removed from the count of bytes in flight.  Loss
+recovery state is also discarded, so no loss events will occur for any
+in-flight packets from that space(see {{discard-initial}}).  Note that it is
+expected that keys are discarded after those packets would be declared lost,
+but Initial secrets are destroyed earlier.
+
+## Discarding 0-RTT packet state
+
+When 0-RTT is rejected, all in-flight 0-RTT packets still are removed from
+the count of bytes in flight.  Loss recovery state is also discarded, so no
+loss events will occur for any in-flight 0-RTT packets.  If a server does not
+buffer out-of-order packets and accepts 0-RTT, there is a chance of declaring
+0-RTT packets lost that were actually discarded by the server, but this is
+expected to be infrequent.
</pre>
<p>My bad. I incorrectly assumed that the text is talking about 0-RTT packets arriving late. Actually, it is talking about 0-RTT packets arriving before Initial.</p>
<p>I am not sure if others would have the same confusion as I had, but changing "but does not buffer out of order packets and there is reordering" to "but does not buffer 0-RTT packets arriving before Initial packets" might better clarify what is being discussed 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/2300#discussion_r245883363">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AWbkqzvC4qjB4h3_j7kkHGmCykhct-f_ks5vBDDUgaJpZM4ZynWo">mute the thread</a>.<img src="https://github.com/notifications/beacon/AWbkq2ZbMvdLDWn9vNu5k1II8D0MD4CEks5vBDDUgaJpZM4ZynWo.gif" height="1" width="1" alt="" /></p>
<script type="application/json" data-scope="inboxmarkup">{"api_version":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name":"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"https://github.githubassets.com/images/email/message_cards/header.png","avatar_image_url":"https://github.githubassets.com/images/email/message_cards/avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/quicwg/base-drafts"}},"updates":{"snippets":[{"icon":"PERSON","message":"@kazuho commented on #2300"}],"action":{"name":"View Pull Request","url":"https://github.com/quicwg/base-drafts/pull/2300#discussion_r245883363"}}}</script>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/pull/2300#discussion_r245883363",
"url": "https://github.com/quicwg/base-drafts/pull/2300#discussion_r245883363",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>
----==_mimepart_5c343954d7fa_7bcd3fbe5acd45bc12741b--


From nobody Mon Jan  7 21:48: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 18980131067 for <quic-issues@ietfa.amsl.com>; Mon,  7 Jan 2019 21:48:14 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -8.064
X-Spam-Level: 
X-Spam-Status: No, score=-8.064 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIMWL_WL_HIGH=-0.065, 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_PASS=-0.001] autolearn=ham autolearn_force=no
Authentication-Results: ietfa.amsl.com (amavisd-new); dkim=pass (1024-bit key) header.d=github.com
Received: from mail.ietf.org ([4.31.198.44]) by localhost (ietfa.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id aN0bki0rRpJO for <quic-issues@ietfa.amsl.com>; Mon,  7 Jan 2019 21:48: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 AB4DE129A87 for <quic-issues@ietf.org>; Mon,  7 Jan 2019 21:48:11 -0800 (PST)
Date: Mon, 07 Jan 2019 21:48:10 -0800
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1546926490; bh=TM/WlnSScWNGmoeiJSq2+plwCBu28xFx3zPSu6hyskQ=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=HW/GtpZ373OvLmQsaGc/KR/0rFSBI8QJVnzfekThSMR31p7gYqBgFE01CTZHJFQ/H AI6CxBIgBKr/voD6wMmB2DYWW5OcaHO0+pU8ms2zJVNS0M5FsbT3BJvt9+RrDgWnlN SB2+qM+sxD/kGaI8zNajOXoJjg/DVfLEwHGrK1vQ=
From: Martin Thomson <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+0166e4ab14a0ebf2500ddd5d386698656bb053089000a8cf92cf00000001184bfb9a92a169ce179f005f@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/pull/2300/review/190099640@github.com>
In-Reply-To: <quicwg/base-drafts/pull/2300@github.com>
References: <quicwg/base-drafts/pull/2300@github.com>
Subject: Re: [quicwg/base-drafts] Discard 0-RTT packet state when rejected (#2300)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5c34399aca337_7ba73fbe5acd45bc8511e"; 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/pptGXy0EamqsstU3ryIMBmaXo9M>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
List-Id: Notification list for GitHub issues related to the QUIC WG <quic-issues.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=unsubscribe>
List-Archive: <https://mailarchive.ietf.org/arch/browse/quic-issues/>
List-Post: <mailto:quic-issues@ietf.org>
List-Help: <mailto:quic-issues-request@ietf.org?subject=help>
List-Subscribe: <https://www.ietf.org/mailman/listinfo/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=subscribe>
X-List-Received-Date: Tue, 08 Jan 2019 05:48:14 -0000

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

martinthomson commented on this pull request.



> -destroyed earlier.
+When keys for an packet number space are discarded, any in-flight packets
+sent with those keys are removed from the count of bytes in flight.  Loss
+recovery state is also discarded, so no loss events will occur for any
+in-flight packets from that space(see {{discard-initial}}).  Note that it is
+expected that keys are discarded after those packets would be declared lost,
+but Initial secrets are destroyed earlier.
+
+## Discarding 0-RTT packet state
+
+When 0-RTT is rejected, all in-flight 0-RTT packets still are removed from
+the count of bytes in flight.  Loss recovery state is also discarded, so no
+loss events will occur for any in-flight 0-RTT packets.  If a server does not
+buffer out-of-order packets and accepts 0-RTT, there is a chance of declaring
+0-RTT packets lost that were actually discarded by the server, but this is
+expected to be infrequent.

That would be an improvement, I agree.

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/quicwg/base-drafts/pull/2300#discussion_r245883497
----==_mimepart_5c34399aca337_7ba73fbe5acd45bc8511e
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/2300#discussion_r245883497">draft-ietf-quic-recovery.md</a>:</p>
<pre style='color:#555'>&gt; -destroyed earlier.
+When keys for an packet number space are discarded, any in-flight packets
+sent with those keys are removed from the count of bytes in flight.  Loss
+recovery state is also discarded, so no loss events will occur for any
+in-flight packets from that space(see {{discard-initial}}).  Note that it is
+expected that keys are discarded after those packets would be declared lost,
+but Initial secrets are destroyed earlier.
+
+## Discarding 0-RTT packet state
+
+When 0-RTT is rejected, all in-flight 0-RTT packets still are removed from
+the count of bytes in flight.  Loss recovery state is also discarded, so no
+loss events will occur for any in-flight 0-RTT packets.  If a server does not
+buffer out-of-order packets and accepts 0-RTT, there is a chance of declaring
+0-RTT packets lost that were actually discarded by the server, but this is
+expected to be infrequent.
</pre>
<p>That would be an improvement, I agree.</p>

<p style="font-size:small;-webkit-text-size-adjust:none;color:#666;">&mdash;<br />You are receiving this because you are subscribed to this thread.<br />Reply to this email directly, <a href="https://github.com/quicwg/base-drafts/pull/2300#discussion_r245883497">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AWbkq-GH5WIZrxDPch5XQr-claAIzAlBks5vBDEagaJpZM4ZynWo">mute the thread</a>.<img src="https://github.com/notifications/beacon/AWbkqyorqOjHonpR80-ldy3of24HJCuGks5vBDEagaJpZM4ZynWo.gif" height="1" width="1" alt="" /></p>
<script type="application/json" data-scope="inboxmarkup">{"api_version":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name":"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"https://github.githubassets.com/images/email/message_cards/header.png","avatar_image_url":"https://github.githubassets.com/images/email/message_cards/avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/quicwg/base-drafts"}},"updates":{"snippets":[{"icon":"PERSON","message":"@martinthomson commented on #2300"}],"action":{"name":"View Pull Request","url":"https://github.com/quicwg/base-drafts/pull/2300#discussion_r245883497"}}}</script>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/pull/2300#discussion_r245883497",
"url": "https://github.com/quicwg/base-drafts/pull/2300#discussion_r245883497",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>
----==_mimepart_5c34399aca337_7ba73fbe5acd45bc8511e--


From nobody Mon Jan  7 22: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 2DD1B1310FA for <quic-issues@ietfa.amsl.com>; Mon,  7 Jan 2019 22:32:05 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -8.065
X-Spam-Level: 
X-Spam-Status: No, score=-8.065 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIMWL_WL_HIGH=-0.065, 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_PASS=-0.001] autolearn=ham autolearn_force=no
Authentication-Results: ietfa.amsl.com (amavisd-new); dkim=pass (1024-bit key) header.d=github.com
Received: from mail.ietf.org ([4.31.198.44]) by localhost (ietfa.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id POJwJLddoLtU for <quic-issues@ietfa.amsl.com>; Mon,  7 Jan 2019 22:32:03 -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 705EB1310F4 for <quic-issues@ietf.org>; Mon,  7 Jan 2019 22:32:03 -0800 (PST)
Date: Mon, 07 Jan 2019 22:32:02 -0800
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1546929122; bh=C8nSBUjCZJzRiFE1NqWFpZJ7C7q+0rm26KJmTbEEwWw=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=tedhKcq0W/DeZj3hskdlytRhnBi+oiHN7opmKPR6Tl8fdiaudtBegV25kwcrTGrX7 DxRYxt3pwuhq0+nxu0wqAe737+WFTXnxotjtP8ZIOnhT0Ounuhp9wWy42rNF8BQAPb NGO4taR/KKUEpexdCgIa7djehNck4Gp9bWvhhdbg=
From: Kazuho Oku <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+0166e4abaf36a02a33d35eace1192d94ae84495813f4ea1b92cf00000001184c05e292a169ce178a34b7@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/issues/2279/452190473@github.com>
In-Reply-To: <quicwg/base-drafts/issues/2279@github.com>
References: <quicwg/base-drafts/issues/2279@github.com>
Subject: Re: [quicwg/base-drafts] address-based access control (#2279)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5c3443e22259b_10e23fb454cd45b83601ab"; 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/84WoRY4wcp-MqMpjZlEOe148Hb0>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
List-Id: Notification list for GitHub issues related to the QUIC WG <quic-issues.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=unsubscribe>
List-Archive: <https://mailarchive.ietf.org/arch/browse/quic-issues/>
List-Post: <mailto:quic-issues@ietf.org>
List-Help: <mailto:quic-issues-request@ietf.org?subject=help>
List-Subscribe: <https://www.ietf.org/mailman/listinfo/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=subscribe>
X-List-Received-Date: Tue, 08 Jan 2019 06:32:05 -0000

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

@janaiyengar 
> One advice here could be that if a server needs the client to not move to a different IP address, it can simply disable migration via the disable_migration TP. This is a policy decision of course.

I am not sure if I agree with the framing.

It is often the case that only _some_ of the URIs of an origin applies address-based authentication. I do not think that disallowing migration for the entire origin is the correct solution.

I think it is better to encourage (or requires) HTTP servers to consider "current IP address" as the client address of each HTTP 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/issues/2279#issuecomment-452190473
----==_mimepart_5c3443e22259b_10e23fb454cd45b83601ab
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></p>
<blockquote>
<p>One advice here could be that if a server needs the client to not move=
 to a different IP address, it can simply disable migration via the disab=
le_migration TP. This is a policy decision of course.</p>
</blockquote>
<p>I am not sure if I agree with the framing.</p>
<p>It is often the case that only <em>some</em> of the URIs of an origin =
applies address-based authentication. I do not think that disallowing mig=
ration for the entire origin is the correct solution.</p>
<p>I think it is better to encourage (or requires) HTTP servers to consid=
er "current IP address" as the client address of each HTTP request.</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/2279#issuecomment-452190473">view it on GitHub</a>,=
 or <a href=3D"https://github.com/notifications/unsubscribe-auth/AWbkq75O=
Sv7wSVyVFDrMwjWAAISWf4Pfks5vBDtigaJpZM4ZlOJ-">mute the thread</a>.<img sr=
c=3D"https://github.com/notifications/beacon/AWbkqyOL6KriJtb3je3HF03SdADM=
tFcPks5vBDtigaJpZM4ZlOJ-.gif" height=3D"1" width=3D"1" alt=3D"" /></p>
<script type=3D"application/json" data-scope=3D"inboxmarkup">{"api_versio=
n":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name"=
:"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"=
quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"http=
s://github.githubassets.com/images/email/message_cards/header.png","avata=
r_image_url":"https://github.githubassets.com/images/email/message_cards/=
avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/q=
uicwg/base-drafts"}},"updates":{"snippets":[{"icon":"PERSON","message":"@=
kazuho in #2279: @janaiyengar \r\n\u003e One advice here could be that if=
 a server needs the client to not move to a different IP address, it can =
simply disable migration via the disable_migration TP. This is a policy d=
ecision of course.\r\n\r\nI am not sure if I agree with the framing.\r\n\=
r\nIt is often the case that only _some_ of the URIs of an origin applies=
 address-based authentication. I do not think that disallowing migration =
for the entire origin is the correct solution.\r\n\r\nI think it is bette=
r to encourage (or requires) HTTP servers to consider \"current IP addres=
s\" as the client address of each HTTP request."}],"action":{"name":"View=
 Issue","url":"https://github.com/quicwg/base-drafts/issues/2279#issuecom=
ment-452190473"}}}</script>
<script type=3D"application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/issues/2279#issuecomment=
-452190473",
"url": "https://github.com/quicwg/base-drafts/issues/2279#issuecomment-45=
2190473",
"name": "View Issue"
},
"description": "View this Issue on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>=

----==_mimepart_5c3443e22259b_10e23fb454cd45b83601ab--


From nobody Mon Jan  7 22:54: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 5F561130DC6 for <quic-issues@ietfa.amsl.com>; Mon,  7 Jan 2019 22:54:38 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -6.661
X-Spam-Level: 
X-Spam-Status: No, score=-6.661 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIMWL_WL_HIGH=-0.065, 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_PASS=-0.001] autolearn=ham autolearn_force=no
Authentication-Results: ietfa.amsl.com (amavisd-new); dkim=pass (1024-bit key) header.d=github.com
Received: from mail.ietf.org ([4.31.198.44]) by localhost (ietfa.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id KeoVvrUKeCS4 for <quic-issues@ietfa.amsl.com>; Mon,  7 Jan 2019 22:54: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 B177F1274D0 for <quic-issues@ietf.org>; Mon,  7 Jan 2019 22:54:36 -0800 (PST)
Date: Mon, 07 Jan 2019 22:54:35 -0800
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1546930475; bh=5LKrKfs8lyTB333L+F8TApAnHJwDiO8kx/8qqGqxhCc=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=uPVCIjiud09skgdh8tfokIHcK1qoz6itZq6Z9QgxSii1ErkzDQiu91TW2oVvqxul6 0EoJTxrFKCqJ+mB2UI6zOCTEhuPAPcSj93/DfEpr3gvM8kmjUYyvW1aEuLHpKN76vt /CbfI3QpNYZZ8Dk2Aon1apjzgQRw+zJaUslU1eAY=
From: Marten Seemann <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+0166e4ab51a98e35bcee85f2a205769d01a55e2ae1af078d92cf00000001184c0b2b92a169ce17a59a36@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/pull/2315/review/190110500@github.com>
In-Reply-To: <quicwg/base-drafts/pull/2315@github.com>
References: <quicwg/base-drafts/pull/2315@github.com>
Subject: Re: [quicwg/base-drafts] editorial changes in the closing section (#2315)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5c34492bd49c9_6e623f82e6ed45c442266a"; 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/IkT4S0F0JZKyxom0qS-R50i6R3A>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
List-Id: Notification list for GitHub issues related to the QUIC WG <quic-issues.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=unsubscribe>
List-Archive: <https://mailarchive.ietf.org/arch/browse/quic-issues/>
List-Post: <mailto:quic-issues@ietf.org>
List-Help: <mailto:quic-issues-request@ietf.org?subject=help>
List-Subscribe: <https://www.ietf.org/mailman/listinfo/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=subscribe>
X-List-Received-Date: Tue, 08 Jan 2019 06:54:38 -0000

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

marten-seemann commented on this pull request.



> @@ -2225,14 +2226,11 @@ connection state.  This results in new packets on the connection being handled
 generically.  For instance, an endpoint MAY send a stateless reset in response
 to any further incoming packets.
 
-The draining and closing periods do not apply when a stateless reset
-({{stateless-reset}}) is sent.
-

Closing and draining applies to connection. Stateless reset is sent when there is no connection, so I have no idea how this sentence would 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/2315#discussion_r245892301
----==_mimepart_5c34492bd49c9_6e623f82e6ed45c442266a
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/2315#discussion_r245892301">draft-ietf-quic-transport.md</a>:</p>
<pre style='color:#555'>&gt; @@ -2225,14 +2226,11 @@ connection state.  This results in new packets on the connection being handled
 generically.  For instance, an endpoint MAY send a stateless reset in response
 to any further incoming packets.
 
-The draining and closing periods do not apply when a stateless reset
-({{stateless-reset}}) is sent.
-
</pre>
<p>Closing and draining applies to connection. Stateless reset is sent when there is no connection, so I have no idea how this sentence would 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/2315#discussion_r245892301">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AWbkqw6ZP4I1YVX3uqpq4v5mstVM0JUeks5vBECrgaJpZM4Z0q1r">mute the thread</a>.<img src="https://github.com/notifications/beacon/AWbkq4bM8TeiiByox57WzgjIlJMowuloks5vBECrgaJpZM4Z0q1r.gif" height="1" width="1" alt="" /></p>
<script type="application/json" data-scope="inboxmarkup">{"api_version":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name":"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"https://github.githubassets.com/images/email/message_cards/header.png","avatar_image_url":"https://github.githubassets.com/images/email/message_cards/avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/quicwg/base-drafts"}},"updates":{"snippets":[{"icon":"PERSON","message":"@marten-seemann commented on #2315"}],"action":{"name":"View Pull Request","url":"https://github.com/quicwg/base-drafts/pull/2315#discussion_r245892301"}}}</script>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/pull/2315#discussion_r245892301",
"url": "https://github.com/quicwg/base-drafts/pull/2315#discussion_r245892301",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>
----==_mimepart_5c34492bd49c9_6e623f82e6ed45c442266a--


From nobody Mon Jan  7 22:58:27 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 0F5A8130DC8 for <quic-issues@ietfa.amsl.com>; Mon,  7 Jan 2019 22:58:14 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -3.064
X-Spam-Level: 
X-Spam-Status: No, score=-3.064 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIMWL_WL_HIGH=-0.065, 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_PASS=-0.001] autolearn=ham autolearn_force=no
Authentication-Results: ietfa.amsl.com (amavisd-new); dkim=pass (1024-bit key) header.d=github.com
Received: from mail.ietf.org ([4.31.198.44]) by localhost (ietfa.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id IxA6VCvJOVK2 for <quic-issues@ietfa.amsl.com>; Mon,  7 Jan 2019 22:58:12 -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 C4B0B1274D0 for <quic-issues@ietf.org>; Mon,  7 Jan 2019 22:58:11 -0800 (PST)
DKIM-Signature: v=1; a=rsa-sha1; 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=D9lFoSUdOpWW/wfK+GaJV3jOdSc=; b=nmXy+bYRAw8ucIrp 80sjiUy2nPnD9j3+Y9OV2uVhDHg4R/nhM7hjoBwkn72buNA++FBLEtnRwGd66OiK C55MJaDxBS4kzWEGNKNzFr2eJnwhlhOOYuShhmkE9jrRqY2Yvk+3/QyhiKNzL7iB yNq4ijLyVrUKKZD38rSJ+2lHvwg=
Received: by filter0225p1iad2.sendgrid.net with SMTP id filter0225p1iad2-20561-5C344A02-15 2019-01-08 06:58:10.567600809 +0000 UTC m=+12024.321137449
Received: from github-lowworker-e51511d.cp1-iad.github.net (unknown [192.30.252.34]) by ismtpd0019p1iad2.sendgrid.net (SG) with ESMTP id 8QIJlBDETy6TRwTF2GRK0A for <quic-issues@ietf.org>; Tue, 08 Jan 2019 06:58:10.557 +0000 (UTC)
Received: from github.com (localhost [127.0.0.1]) by github-lowworker-e51511d.cp1-iad.github.net (Postfix) with ESMTP id 7AB4980990 for <quic-issues@ietf.org>; Mon,  7 Jan 2019 22:58:10 -0800 (PST)
Date: Tue, 08 Jan 2019 06:58:10 +0000 (UTC)
From: Marten Seemann <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+0166e4ab4ea27b9c2c89df78cc443c7b82b3713b515d7e4c92cf00000001184c0c0292a169ce17a59a36@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/pull/2315/review/190111163@github.com>
In-Reply-To: <quicwg/base-drafts/pull/2315@github.com>
References: <quicwg/base-drafts/pull/2315@github.com>
Subject: Re: [quicwg/base-drafts] editorial changes in the closing section (#2315)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5c344a0278b97_1f233f9e56ed45c04201f7"; 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: l64QuQ2uJCcEyUykJbxN122A6QRmEpucztpreh3Pak2jm37lI7olVr/ARFxnBHtHjuYp3XECvKDL06 gA7S66dLUJ9sy/uo0wk9NC9Kg7chegXZohFh0ICIAghVuyz6Ni8A6s+GOiwWEFRvitKhNDJenwFM29 vZokILI/EC3SzpGZ69zP2xAJMToSdWh7PUIzGvhWpd2bcbqpg/bnz6qLVuzhQ7BPnjj7jc5c6n1mAV E=
Archived-At: <https://mailarchive.ietf.org/arch/msg/quic-issues/D-Z5V2ZTX2CzkSba3J6NveDvgck>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
List-Id: Notification list for GitHub issues related to the QUIC WG <quic-issues.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=unsubscribe>
List-Archive: <https://mailarchive.ietf.org/arch/browse/quic-issues/>
List-Post: <mailto:quic-issues@ietf.org>
List-Help: <mailto:quic-issues-request@ietf.org?subject=help>
List-Subscribe: <https://www.ietf.org/mailman/listinfo/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=subscribe>
X-List-Received-Date: Tue, 08 Jan 2019 06:58:14 -0000

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

marten-seemann commented on this pull request.



>  
 An endpoint enters a closing period after initiating an immediate close
 ({{immediate-close}}).  While closing, an endpoint MUST NOT send packets unless
 they contain a CONNECTION_CLOSE frame (see {{immediate-close}} for details).  An
 endpoint retains only enough information to generate a packet containing a
 CONNECTION_CLOSE frame and to identify packets as belonging to the connection.
-The connection ID and QUIC version is sufficient information to identify packets
-for a closing connection; an endpoint can discard all other connection state.
-An endpoint MAY retain packet protection keys for incoming packets to allow it
-to read and process a CONNECTION_CLOSE frame.
+The source and the destination connection ID and the QUIC version are sufficient

We're talking from the view point of a connection here, so the CID that's necessary to assign a packet is one of the *source* CIDs (which will be the *destination* CID of the incoming packet).
You'll need to remember at least one of the *destination* CIDs for the connection ID in order to repeat the CONNECTION_CLOSE frame in the closing 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/2315#discussion_r245892861
----==_mimepart_5c344a0278b97_1f233f9e56ed45c04201f7
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/2315#discussion_r245892861">draft-ietf-quic-transport.md</a>:</p>
<pre style='color:#555'>&gt;  
 An endpoint enters a closing period after initiating an immediate close
 ({{immediate-close}}).  While closing, an endpoint MUST NOT send packets unless
 they contain a CONNECTION_CLOSE frame (see {{immediate-close}} for details).  An
 endpoint retains only enough information to generate a packet containing a
 CONNECTION_CLOSE frame and to identify packets as belonging to the connection.
-The connection ID and QUIC version is sufficient information to identify packets
-for a closing connection; an endpoint can discard all other connection state.
-An endpoint MAY retain packet protection keys for incoming packets to allow it
-to read and process a CONNECTION_CLOSE frame.
+The source and the destination connection ID and the QUIC version are sufficient
</pre>
<p>We're talking from the view point of a connection here, so the CID that's necessary to assign a packet is one of the <em>source</em> CIDs (which will be the <em>destination</em> CID of the incoming packet).<br>
You'll need to remember at least one of the <em>destination</em> CIDs for the connection ID in order to repeat the CONNECTION_CLOSE frame in the closing 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/2315#discussion_r245892861">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AWbkq6_NRdNZ17hfgOQJ7csErReMi6Dtks5vBEGCgaJpZM4Z0q1r">mute the thread</a>.<img src="https://github.com/notifications/beacon/AWbkq3LE1N8J0dmxXGiEIXWakF1Ntk3fks5vBEGCgaJpZM4Z0q1r.gif" height="1" width="1" alt="" /></p>
<script type="application/json" data-scope="inboxmarkup">{"api_version":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name":"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"https://github.githubassets.com/images/email/message_cards/header.png","avatar_image_url":"https://github.githubassets.com/images/email/message_cards/avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/quicwg/base-drafts"}},"updates":{"snippets":[{"icon":"PERSON","message":"@marten-seemann commented on #2315"}],"action":{"name":"View Pull Request","url":"https://github.com/quicwg/base-drafts/pull/2315#discussion_r245892861"}}}</script>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/pull/2315#discussion_r245892861",
"url": "https://github.com/quicwg/base-drafts/pull/2315#discussion_r245892861",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>
----==_mimepart_5c344a0278b97_1f233f9e56ed45c04201f7--


From nobody Mon Jan  7 23:00: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 E32221274D0 for <quic-issues@ietfa.amsl.com>; Mon,  7 Jan 2019 23:00:11 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -6.661
X-Spam-Level: 
X-Spam-Status: No, score=-6.661 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIMWL_WL_HIGH=-0.065, 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_PASS=-0.001] autolearn=ham autolearn_force=no
Authentication-Results: ietfa.amsl.com (amavisd-new); dkim=pass (1024-bit key) header.d=github.com
Received: from mail.ietf.org ([4.31.198.44]) by localhost (ietfa.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id MGvepYaO6qvy for <quic-issues@ietfa.amsl.com>; Mon,  7 Jan 2019 23:00: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 4B0B61310F9 for <quic-issues@ietf.org>; Mon,  7 Jan 2019 23:00:09 -0800 (PST)
Date: Mon, 07 Jan 2019 23:00:08 -0800
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1546930808; bh=IhyZiQVl1AyyZ2QfvPvfSTBxeS/xfQr9jdi/nDd1jkM=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=Epmn+XZFz11SUY1NtFMZNZnmejYT/5OzwjyhEpFusYQMWH+70wc+XbGlqYtl4175J luiluurlQHsGpeukgDjIpzFeUmrkgbhxo3enTRXKqZGI7K5oX2G4u7U8mkxJHtczVE ioVYdfjEAKQsoiJqkQujYeJru1cx71PvvBQ3n1o0=
From: Martin Thomson <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+0166e4abe83e66faa879f228b93994fa41cadc70736a12d692cf00000001184c0c7892a169ce17a59a36@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/pull/2315/review/190111560@github.com>
In-Reply-To: <quicwg/base-drafts/pull/2315@github.com>
References: <quicwg/base-drafts/pull/2315@github.com>
Subject: Re: [quicwg/base-drafts] editorial changes in the closing section (#2315)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5c344a785ed75_29ed3f8279ad45b85322b1"; 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/UyT_Ho-iLPx__lIG9YeSwnnES_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: Tue, 08 Jan 2019 07:00:12 -0000

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

martinthomson commented on this pull request.



> @@ -2225,14 +2226,11 @@ connection state.  This results in new packets on the connection being handled
 generically.  For instance, an endpoint MAY send a stateless reset in response
 to any further incoming packets.
 
-The draining and closing periods do not apply when a stateless reset
-({{stateless-reset}}) is sent.
-

That is the whole point of the text.  You could expand it to say that this is because there is no connection, I suppose.

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/quicwg/base-drafts/pull/2315#discussion_r245893189
----==_mimepart_5c344a785ed75_29ed3f8279ad45b85322b1
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/2315#discussion_r245893189">draft-ietf-quic-transport.md</a>:</p>
<pre style='color:#555'>&gt; @@ -2225,14 +2226,11 @@ connection state.  This results in new packets on the connection being handled
 generically.  For instance, an endpoint MAY send a stateless reset in response
 to any further incoming packets.
 
-The draining and closing periods do not apply when a stateless reset
-({{stateless-reset}}) is sent.
-
</pre>
<p>That is the whole point of the text.  You could expand it to say that this is because there is no connection, I suppose.</p>

<p style="font-size:small;-webkit-text-size-adjust:none;color:#666;">&mdash;<br />You are receiving this because you are subscribed to this thread.<br />Reply to this email directly, <a href="https://github.com/quicwg/base-drafts/pull/2315#discussion_r245893189">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AWbkqx2Dxv6ILjZx2sESZqcmi0-QOHpVks5vBEH4gaJpZM4Z0q1r">mute the thread</a>.<img src="https://github.com/notifications/beacon/AWbkq86tA3txAbUNmKwSb8rtB8Fo_DiIks5vBEH4gaJpZM4Z0q1r.gif" height="1" width="1" alt="" /></p>
<script type="application/json" data-scope="inboxmarkup">{"api_version":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name":"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"https://github.githubassets.com/images/email/message_cards/header.png","avatar_image_url":"https://github.githubassets.com/images/email/message_cards/avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/quicwg/base-drafts"}},"updates":{"snippets":[{"icon":"PERSON","message":"@martinthomson commented on #2315"}],"action":{"name":"View Pull Request","url":"https://github.com/quicwg/base-drafts/pull/2315#discussion_r245893189"}}}</script>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/pull/2315#discussion_r245893189",
"url": "https://github.com/quicwg/base-drafts/pull/2315#discussion_r245893189",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>
----==_mimepart_5c344a785ed75_29ed3f8279ad45b85322b1--


From nobody Mon Jan  7 23: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 72DBA130DD7 for <quic-issues@ietfa.amsl.com>; Mon,  7 Jan 2019 23:02:10 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -8.064
X-Spam-Level: 
X-Spam-Status: No, score=-8.064 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIMWL_WL_HIGH=-0.065, 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_PASS=-0.001] autolearn=ham autolearn_force=no
Authentication-Results: ietfa.amsl.com (amavisd-new); dkim=pass (1024-bit key) header.d=github.com
Received: from mail.ietf.org ([4.31.198.44]) by localhost (ietfa.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id LQHUjEtgtq_H for <quic-issues@ietfa.amsl.com>; Mon,  7 Jan 2019 23:02:09 -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 C9A101274D0 for <quic-issues@ietf.org>; Mon,  7 Jan 2019 23:02:08 -0800 (PST)
Date: Mon, 07 Jan 2019 23:02:07 -0800
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1546930927; bh=XKDGU9enEzLgn3hfcZCpp/BnPoIqXoa9+6XXY8lAF4Q=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=v9rsfaIxjtQWEVV+v6P63HEcHclEOkBJWEw3tu21Qb2fdTesMRQyP38+ZDKXgUjpY ayWwIKPxM4OKJMbNyOWZRzk04cDZyeQvO1rOwG0Eh0PYNF6LuqpKDNnocIc2GqLHIn dyU5mWvyEe+nf0Z8YH8tk7uDlC6MBb9XRmMSR4HY=
From: Martin Thomson <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+0166e4ab37ecbb58175e8e8286ec27d46bf9acd49463443892cf00000001184c0cef92a169ce17a59a36@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/pull/2315/review/190111960@github.com>
In-Reply-To: <quicwg/base-drafts/pull/2315@github.com>
References: <quicwg/base-drafts/pull/2315@github.com>
Subject: Re: [quicwg/base-drafts] editorial changes in the closing section (#2315)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5c344aefb7051_6a0b3f9426ed45b4279586"; 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/T0jS72_smMX7gpWkkb2BdZYwL2E>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
List-Id: Notification list for GitHub issues related to the QUIC WG <quic-issues.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=unsubscribe>
List-Archive: <https://mailarchive.ietf.org/arch/browse/quic-issues/>
List-Post: <mailto:quic-issues@ietf.org>
List-Help: <mailto:quic-issues-request@ietf.org?subject=help>
List-Subscribe: <https://www.ietf.org/mailman/listinfo/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=subscribe>
X-List-Received-Date: Tue, 08 Jan 2019 07:02:11 -0000

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

martinthomson commented on this pull request.



>  
 An endpoint enters a closing period after initiating an immediate close
 ({{immediate-close}}).  While closing, an endpoint MUST NOT send packets unless
 they contain a CONNECTION_CLOSE frame (see {{immediate-close}} for details).  An
 endpoint retains only enough information to generate a packet containing a
 CONNECTION_CLOSE frame and to identify packets as belonging to the connection.
-The connection ID and QUIC version is sufficient information to identify packets
-for a closing connection; an endpoint can discard all other connection state.
-An endpoint MAY retain packet protection keys for incoming packets to allow it
-to read and process a CONNECTION_CLOSE frame.
+The source and the destination connection ID and the QUIC version are sufficient

I don't know what people view as source and destination when not talking about packets.  That's not something we have crisp terms for, but using source and destination here makes that problem worse.

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/quicwg/base-drafts/pull/2315#discussion_r245893468
----==_mimepart_5c344aefb7051_6a0b3f9426ed45b4279586
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/2315#discussion_r245893468">draft-ietf-quic-transport.md</a>:</p>
<pre style='color:#555'>&gt;  
 An endpoint enters a closing period after initiating an immediate close
 ({{immediate-close}}).  While closing, an endpoint MUST NOT send packets unless
 they contain a CONNECTION_CLOSE frame (see {{immediate-close}} for details).  An
 endpoint retains only enough information to generate a packet containing a
 CONNECTION_CLOSE frame and to identify packets as belonging to the connection.
-The connection ID and QUIC version is sufficient information to identify packets
-for a closing connection; an endpoint can discard all other connection state.
-An endpoint MAY retain packet protection keys for incoming packets to allow it
-to read and process a CONNECTION_CLOSE frame.
+The source and the destination connection ID and the QUIC version are sufficient
</pre>
<p>I don't know what people view as source and destination when not talking about packets.  That's not something we have crisp terms for, but using source and destination here makes that problem worse.</p>

<p style="font-size:small;-webkit-text-size-adjust:none;color:#666;">&mdash;<br />You are receiving this because you are subscribed to this thread.<br />Reply to this email directly, <a href="https://github.com/quicwg/base-drafts/pull/2315#discussion_r245893468">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AWbkq4hl6LsJ-SJqJZfhpyTOF7Tr6ZTUks5vBEJvgaJpZM4Z0q1r">mute the thread</a>.<img src="https://github.com/notifications/beacon/AWbkq60C0V3_iIqXykKPVe5ZVQ24G686ks5vBEJvgaJpZM4Z0q1r.gif" height="1" width="1" alt="" /></p>
<script type="application/json" data-scope="inboxmarkup">{"api_version":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name":"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"https://github.githubassets.com/images/email/message_cards/header.png","avatar_image_url":"https://github.githubassets.com/images/email/message_cards/avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/quicwg/base-drafts"}},"updates":{"snippets":[{"icon":"PERSON","message":"@martinthomson commented on #2315"}],"action":{"name":"View Pull Request","url":"https://github.com/quicwg/base-drafts/pull/2315#discussion_r245893468"}}}</script>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/pull/2315#discussion_r245893468",
"url": "https://github.com/quicwg/base-drafts/pull/2315#discussion_r245893468",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>
----==_mimepart_5c344aefb7051_6a0b3f9426ed45b4279586--


From nobody Mon Jan  7 23:05: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 1BA291274D0 for <quic-issues@ietfa.amsl.com>; Mon,  7 Jan 2019 23:05:09 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -6.661
X-Spam-Level: 
X-Spam-Status: No, score=-6.661 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIMWL_WL_HIGH=-0.065, 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_PASS=-0.001] autolearn=ham autolearn_force=no
Authentication-Results: ietfa.amsl.com (amavisd-new); dkim=pass (1024-bit key) header.d=github.com
Received: from mail.ietf.org ([4.31.198.44]) by localhost (ietfa.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id ga7F0k_QXdeJ for <quic-issues@ietfa.amsl.com>; Mon,  7 Jan 2019 23:05: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 70C4F130DDD for <quic-issues@ietf.org>; Mon,  7 Jan 2019 23:05:07 -0800 (PST)
Date: Mon, 07 Jan 2019 23:05:06 -0800
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1546931106; bh=1qOv8YIk0EK5YaBT/MFJf/sou4TNiU6E9LlZGA8yhck=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=R1YSl5iR0K81appRm4vPxuajImNToEzwI+8QNwXv+fM17wJlqCxjPUYbG7K2L0qPw KyvFLT8PUYepvueI+qb7mvC1zAegWrFiwKDpTbPEYeo1WqVNlDtDl1F3nt6axxyaIS SXDqYMDLzqT6bn26PcVrUo+12Y+WktMx4ozoLP1E=
From: Marten Seemann <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+0166e4abab27a35fe85a106b13c0651654854141e712db4892cf00000001184c0da292a169ce17a59a36@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/pull/2315/review/190112478@github.com>
In-Reply-To: <quicwg/base-drafts/pull/2315@github.com>
References: <quicwg/base-drafts/pull/2315@github.com>
Subject: Re: [quicwg/base-drafts] editorial changes in the closing section (#2315)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5c344ba273008_362a3ff3f46d45c0483150"; 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/wqCNzBe797LkbuN3QOmWkhxXI7Y>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
List-Id: Notification list for GitHub issues related to the QUIC WG <quic-issues.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=unsubscribe>
List-Archive: <https://mailarchive.ietf.org/arch/browse/quic-issues/>
List-Post: <mailto:quic-issues@ietf.org>
List-Help: <mailto:quic-issues-request@ietf.org?subject=help>
List-Subscribe: <https://www.ietf.org/mailman/listinfo/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=subscribe>
X-List-Received-Date: Tue, 08 Jan 2019 07:05:09 -0000

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

marten-seemann commented on this pull request.



> @@ -2225,14 +2226,11 @@ connection state.  This results in new packets on the connection being handled
 generically.  For instance, an endpoint MAY send a stateless reset in response
 to any further incoming packets.
 
-The draining and closing periods do not apply when a stateless reset
-({{stateless-reset}}) is sent.
-

As it stands, it sounds like instead of going through draining and closing period, I can choose a shortcut and just send a stateless reset to kill a connection. I have no idea how one would even start the closing period if there was no connection 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/2315#discussion_r245893897
----==_mimepart_5c344ba273008_362a3ff3f46d45c0483150
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/2315#discussion_r245893897">draft-ietf-quic-transport.md</a>:</p>
<pre style='color:#555'>&gt; @@ -2225,14 +2226,11 @@ connection state.  This results in new packets on the connection being handled
 generically.  For instance, an endpoint MAY send a stateless reset in response
 to any further incoming packets.
 
-The draining and closing periods do not apply when a stateless reset
-({{stateless-reset}}) is sent.
-
</pre>
<p>As it stands, it sounds like instead of going through draining and closing period, I can choose a shortcut and just send a stateless reset to kill a connection. I have no idea how one would even start the closing period if there was no connection 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/2315#discussion_r245893897">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AWbkq4ymcNKSmusDV7vsauWeGutJ20Eoks5vBEMigaJpZM4Z0q1r">mute the thread</a>.<img src="https://github.com/notifications/beacon/AWbkq1mKWwiOqdN6Ui8QYTkr9MJTaVEYks5vBEMigaJpZM4Z0q1r.gif" height="1" width="1" alt="" /></p>
<script type="application/json" data-scope="inboxmarkup">{"api_version":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name":"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"https://github.githubassets.com/images/email/message_cards/header.png","avatar_image_url":"https://github.githubassets.com/images/email/message_cards/avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/quicwg/base-drafts"}},"updates":{"snippets":[{"icon":"PERSON","message":"@marten-seemann commented on #2315"}],"action":{"name":"View Pull Request","url":"https://github.com/quicwg/base-drafts/pull/2315#discussion_r245893897"}}}</script>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/pull/2315#discussion_r245893897",
"url": "https://github.com/quicwg/base-drafts/pull/2315#discussion_r245893897",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>
----==_mimepart_5c344ba273008_362a3ff3f46d45c0483150--


From nobody Mon Jan  7 23:08: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 7477C1310FD for <quic-issues@ietfa.amsl.com>; Mon,  7 Jan 2019 23:08:53 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -8.065
X-Spam-Level: 
X-Spam-Status: No, score=-8.065 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIMWL_WL_HIGH=-0.065, 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_PASS=-0.001] autolearn=ham autolearn_force=no
Authentication-Results: ietfa.amsl.com (amavisd-new); dkim=pass (1024-bit key) header.d=github.com
Received: from mail.ietf.org ([4.31.198.44]) by localhost (ietfa.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id qY-1XER_rall for <quic-issues@ietfa.amsl.com>; Mon,  7 Jan 2019 23:08: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 DCA2C1274D0 for <quic-issues@ietf.org>; Mon,  7 Jan 2019 23:08:51 -0800 (PST)
Date: Mon, 07 Jan 2019 23:08:51 -0800
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1546931331; bh=0NBypO8rnjG04mxopplZr3Ijt1a3nx6cZapd6RUEKwQ=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=YGlG2z3p/aLFmp7AUrtRePG3yvyYwaPpYuXzIg4Yevsi7HPzX/AwFZN10QcCVznL8 d3vZwndclSj0CyGEFFr7gtgKbx7bwVEqXzAb6Ignsd1DWFCfGhOk4z33LbXFAfdti9 E1bp/wgKBPf/MprySX8/8t0cU/TjHr6zcOO5QOOA=
From: Marten Seemann <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+0166e4abc13acfb5ef4ee528357be811d9ba264574fb8e5192cf00000001184c0e8292a169ce17a59a36@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/pull/2315/review/190113171@github.com>
In-Reply-To: <quicwg/base-drafts/pull/2315@github.com>
References: <quicwg/base-drafts/pull/2315@github.com>
Subject: Re: [quicwg/base-drafts] editorial changes in the closing section (#2315)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5c344c831a09_71673fb4994d45bc88243a"; 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/IdyhwoFUH1D4kXdqa542OhZhPDE>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
List-Id: Notification list for GitHub issues related to the QUIC WG <quic-issues.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=unsubscribe>
List-Archive: <https://mailarchive.ietf.org/arch/browse/quic-issues/>
List-Post: <mailto:quic-issues@ietf.org>
List-Help: <mailto:quic-issues-request@ietf.org?subject=help>
List-Subscribe: <https://www.ietf.org/mailman/listinfo/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=subscribe>
X-List-Received-Date: Tue, 08 Jan 2019 07:08:53 -0000

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

marten-seemann commented on this pull request.



>  
 An endpoint enters a closing period after initiating an immediate close
 ({{immediate-close}}).  While closing, an endpoint MUST NOT send packets unless
 they contain a CONNECTION_CLOSE frame (see {{immediate-close}} for details).  An
 endpoint retains only enough information to generate a packet containing a
 CONNECTION_CLOSE frame and to identify packets as belonging to the connection.
-The connection ID and QUIC version is sufficient information to identify packets
-for a closing connection; an endpoint can discard all other connection state.
-An endpoint MAY retain packet protection keys for incoming packets to allow it
-to read and process a CONNECTION_CLOSE frame.
+The source and the destination connection ID and the QUIC version are sufficient

Just talking about "connection ID" is insufficient though, since I need to remember at least the connection ID I'm receiving packets at (which I would have called my source), and one connection ID I'm sending packets to (which I would have called my destination).
In addition, depending on how frequently the peer switches to new connection IDs, I maybe should also remember the outstanding connection IDs I've issued to my 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/pull/2315#discussion_r245894473
----==_mimepart_5c344c831a09_71673fb4994d45bc88243a
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/2315#discussion_r245894473">draft-ietf-quic-transport.md</a>:</p>
<pre style='color:#555'>&gt;  
 An endpoint enters a closing period after initiating an immediate close
 ({{immediate-close}}).  While closing, an endpoint MUST NOT send packets unless
 they contain a CONNECTION_CLOSE frame (see {{immediate-close}} for details).  An
 endpoint retains only enough information to generate a packet containing a
 CONNECTION_CLOSE frame and to identify packets as belonging to the connection.
-The connection ID and QUIC version is sufficient information to identify packets
-for a closing connection; an endpoint can discard all other connection state.
-An endpoint MAY retain packet protection keys for incoming packets to allow it
-to read and process a CONNECTION_CLOSE frame.
+The source and the destination connection ID and the QUIC version are sufficient
</pre>
<p>Just talking about "connection ID" is insufficient though, since I need to remember at least the connection ID I'm receiving packets at (which I would have called my source), and one connection ID I'm sending packets to (which I would have called my destination).<br>
In addition, depending on how frequently the peer switches to new connection IDs, I maybe should also remember the outstanding connection IDs I've issued to my 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/pull/2315#discussion_r245894473">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AWbkqyGdFhy3uXRD0WlXBV8yMmDbGryLks5vBEQDgaJpZM4Z0q1r">mute the thread</a>.<img src="https://github.com/notifications/beacon/AWbkq1FSqrsSdooMRitFF2Aju8sxoWhdks5vBEQDgaJpZM4Z0q1r.gif" height="1" width="1" alt="" /></p>
<script type="application/json" data-scope="inboxmarkup">{"api_version":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name":"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"https://github.githubassets.com/images/email/message_cards/header.png","avatar_image_url":"https://github.githubassets.com/images/email/message_cards/avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/quicwg/base-drafts"}},"updates":{"snippets":[{"icon":"PERSON","message":"@marten-seemann commented on #2315"}],"action":{"name":"View Pull Request","url":"https://github.com/quicwg/base-drafts/pull/2315#discussion_r245894473"}}}</script>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/pull/2315#discussion_r245894473",
"url": "https://github.com/quicwg/base-drafts/pull/2315#discussion_r245894473",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>
----==_mimepart_5c344c831a09_71673fb4994d45bc88243a--


From nobody Mon Jan  7 23: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 9A6781310FF for <quic-issues@ietfa.amsl.com>; Mon,  7 Jan 2019 23:10:49 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -8.064
X-Spam-Level: 
X-Spam-Status: No, score=-8.064 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIMWL_WL_HIGH=-0.065, 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_PASS=-0.001] autolearn=ham autolearn_force=no
Authentication-Results: ietfa.amsl.com (amavisd-new); dkim=pass (1024-bit key) header.d=github.com
Received: from mail.ietf.org ([4.31.198.44]) by localhost (ietfa.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id LcBGh3HN8mpg for <quic-issues@ietfa.amsl.com>; Mon,  7 Jan 2019 23:10: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 6E5741274D0 for <quic-issues@ietf.org>; Mon,  7 Jan 2019 23:10:47 -0800 (PST)
Date: Mon, 07 Jan 2019 23:10:46 -0800
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1546931446; bh=mT1rGKjxaQJWOXl2JKqZj27Qonmw9UFEPXQq++zJW2I=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=Qyq3FbFLwZRLfT3wg3xxi7O4jjHmI6ALpLImLges948o8XNhzPdjK0lMX280NMzpi YOk5qld1SKT1VY7syjql1NDhLXFcbezCUaYq6IQ/C+zDZv6hoRK9uS3Hgg+uiTBruO gLki+vha+9IuzyzX2F8ldtYOrlURI9nr2OLdsgG0=
From: Martin Thomson <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+0166e4abeaf0e780dd4f0759080900be208378e6b55b0aa492cf00000001184c0ef692a169ce17a59a36@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/pull/2315/review/190113514@github.com>
In-Reply-To: <quicwg/base-drafts/pull/2315@github.com>
References: <quicwg/base-drafts/pull/2315@github.com>
Subject: Re: [quicwg/base-drafts] editorial changes in the closing section (#2315)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5c344cf68207e_49b03fd9434d45c04583fd"; 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/eoXVEQffzftvD5qrIlP3O1KzKa0>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
List-Id: Notification list for GitHub issues related to the QUIC WG <quic-issues.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=unsubscribe>
List-Archive: <https://mailarchive.ietf.org/arch/browse/quic-issues/>
List-Post: <mailto:quic-issues@ietf.org>
List-Help: <mailto:quic-issues-request@ietf.org?subject=help>
List-Subscribe: <https://www.ietf.org/mailman/listinfo/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=subscribe>
X-List-Received-Date: Tue, 08 Jan 2019 07:10:50 -0000

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

martinthomson commented on this pull request.



>  
 An endpoint enters a closing period after initiating an immediate close
 ({{immediate-close}}).  While closing, an endpoint MUST NOT send packets unless
 they contain a CONNECTION_CLOSE frame (see {{immediate-close}} for details).  An
 endpoint retains only enough information to generate a packet containing a
 CONNECTION_CLOSE frame and to identify packets as belonging to the connection.
-The connection ID and QUIC version is sufficient information to identify packets
-for a closing connection; an endpoint can discard all other connection state.
-An endpoint MAY retain packet protection keys for incoming packets to allow it
-to read and process a CONNECTION_CLOSE frame.
+The source and the destination connection ID and the QUIC version are sufficient

This text is specifically talking about identifying incoming packets, so the only connection ID that is relevant is the inbound one.  The final sentence of the paragraph is where the outbound connection ID becomes relevant.

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/quicwg/base-drafts/pull/2315#discussion_r245894747
----==_mimepart_5c344cf68207e_49b03fd9434d45c04583fd
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/2315#discussion_r245894747">draft-ietf-quic-transport.md</a>:</p>
<pre style='color:#555'>&gt;  
 An endpoint enters a closing period after initiating an immediate close
 ({{immediate-close}}).  While closing, an endpoint MUST NOT send packets unless
 they contain a CONNECTION_CLOSE frame (see {{immediate-close}} for details).  An
 endpoint retains only enough information to generate a packet containing a
 CONNECTION_CLOSE frame and to identify packets as belonging to the connection.
-The connection ID and QUIC version is sufficient information to identify packets
-for a closing connection; an endpoint can discard all other connection state.
-An endpoint MAY retain packet protection keys for incoming packets to allow it
-to read and process a CONNECTION_CLOSE frame.
+The source and the destination connection ID and the QUIC version are sufficient
</pre>
<p>This text is specifically talking about identifying incoming packets, so the only connection ID that is relevant is the inbound one.  The final sentence of the paragraph is where the outbound connection ID becomes relevant.</p>

<p style="font-size:small;-webkit-text-size-adjust:none;color:#666;">&mdash;<br />You are receiving this because you are subscribed to this thread.<br />Reply to this email directly, <a href="https://github.com/quicwg/base-drafts/pull/2315#discussion_r245894747">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AWbkq9H0S8ZtqS9SKQJBr_Fgq6DqyCDkks5vBER2gaJpZM4Z0q1r">mute the thread</a>.<img src="https://github.com/notifications/beacon/AWbkqyegvJqVBf4O04rB09RPifA9E6yJks5vBER2gaJpZM4Z0q1r.gif" height="1" width="1" alt="" /></p>
<script type="application/json" data-scope="inboxmarkup">{"api_version":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name":"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"https://github.githubassets.com/images/email/message_cards/header.png","avatar_image_url":"https://github.githubassets.com/images/email/message_cards/avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/quicwg/base-drafts"}},"updates":{"snippets":[{"icon":"PERSON","message":"@martinthomson commented on #2315"}],"action":{"name":"View Pull Request","url":"https://github.com/quicwg/base-drafts/pull/2315#discussion_r245894747"}}}</script>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/pull/2315#discussion_r245894747",
"url": "https://github.com/quicwg/base-drafts/pull/2315#discussion_r245894747",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>
----==_mimepart_5c344cf68207e_49b03fd9434d45c04583fd--


From nobody Tue Jan  8 02:16:25 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 919851310F3 for <quic-issues@ietfa.amsl.com>; Tue,  8 Jan 2019 02:16:23 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -1.661
X-Spam-Level: 
X-Spam-Status: No, score=-1.661 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIMWL_WL_HIGH=-0.065, 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_PASS=-0.001] autolearn=ham autolearn_force=no
Authentication-Results: ietfa.amsl.com (amavisd-new); dkim=pass (1024-bit key) header.d=github.com
Received: from mail.ietf.org ([4.31.198.44]) by localhost (ietfa.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id yBIQ_u2E2lOo for <quic-issues@ietfa.amsl.com>; Tue,  8 Jan 2019 02:16:21 -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 F2DB3126BED for <quic-issues@ietf.org>; Tue,  8 Jan 2019 02:16:20 -0800 (PST)
DKIM-Signature: v=1; a=rsa-sha1; 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=JwgDo5ohutdkjmAlnhYTg0WSaOE=; b=cYzWd6uSDGQXMplt 3ldAEF5PlJ183Vt17YLh+TFoVERlmrQWWwJu55iOooUMlqRX4wZ8V73CGsy3WpBB zXeVm/iuDD8UxX/3uaseS6W6g0vc/AC/lV+6hbiT8eNpS4iyyBJQr8LS+3af8vAG S/PlV3bcZyPgQLbLyFGbqLW422Q=
Received: by filter0875p1las1.sendgrid.net with SMTP id filter0875p1las1-26973-5C347873-14 2019-01-08 10:16:19.683819287 +0000 UTC m=+26113.070608344
Received: from github-lowworker-e711880.cp1-iad.github.net (unknown [192.30.252.45]) by ismtpd0022p1iad2.sendgrid.net (SG) with ESMTP id S7MbXblEQsGBHbXMnhTlWA for <quic-issues@ietf.org>; Tue, 08 Jan 2019 10:16:19.611 +0000 (UTC)
Received: from github.com (localhost [127.0.0.1]) by github-lowworker-e711880.cp1-iad.github.net (Postfix) with ESMTP id 9B429441434 for <quic-issues@ietf.org>; Tue,  8 Jan 2019 02:16:19 -0800 (PST)
Date: Tue, 08 Jan 2019 10:16:19 +0000 (UTC)
From: MikkelFJ <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+0166e4ab9ea62c7ef9357a451a491c21399803254f16a24a92cf00000001184c3a7392a169ce179bec73@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/pull/2296/review/190172258@github.com>
In-Reply-To: <quicwg/base-drafts/pull/2296@github.com>
References: <quicwg/base-drafts/pull/2296@github.com>
Subject: Re: [quicwg/base-drafts] Allow servers to send a preferred address of each address family (#2296)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5c34787399a5b_74f3ffd81ad45bc370e6"; 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
X-SG-EID: l64QuQ2uJCcEyUykJbxN122A6QRmEpucztpreh3Pak1GiJxWarxcEWtd1ug0MUcWyLkXd050D/PzQp y7ODPdnYju+h23IJMm9lgt5izWF8hf+ZrVLQNhXZ2cYP8LqJBQtEVL1kLTaQith4LtLCbd866t+siY p1O2pDXqmwIl+18h7JVnrI7NQpkPDSACnaLfcn+Zlm9mUt/ZyCW7O2emVNUz8AGxiz/x0CLh/YoKJD g=
Archived-At: <https://mailarchive.ietf.org/arch/msg/quic-issues/RyHm2Fsj_8MLY5V_QA5SgedAdrc>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
List-Id: Notification list for GitHub issues related to the QUIC WG <quic-issues.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=unsubscribe>
List-Archive: <https://mailarchive.ietf.org/arch/browse/quic-issues/>
List-Post: <mailto:quic-issues@ietf.org>
List-Help: <mailto:quic-issues-request@ietf.org?subject=help>
List-Subscribe: <https://www.ietf.org/mailman/listinfo/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=subscribe>
X-List-Received-Date: Tue, 08 Jan 2019 10:16:23 -0000

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

mikkelfj commented on this pull request.



>  
 ~~~
    struct {
-     enum { IPv4(4), IPv6(6), (15) } ipVersion;
-     opaque ipAddress<4..2^8-1>;
+     opaque ipv4Address<0..2^8-1>;
+     opaque ipv6Address<0..2^8-1>;
      uint16 port;

Yes, this seems like an unnecessary constraint. Especially since the mechanism can be used to advertise non-standard ports. Random ports could also be a first  line of defence against DoS attacks and they could be used to move endpoints dynamically over time. Forcing two different interfaces to be in sync isn't ideal 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/2296#discussion_r245941617
----==_mimepart_5c34787399a5b_74f3ffd81ad45bc370e6
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/2296#discussion_r245941617">draft-ietf-quic-transport.md</a>:</p>
<pre style='color:#555'>&gt;  
 ~~~
    struct {
-     enum { IPv4(4), IPv6(6), (15) } ipVersion;
-     opaque ipAddress&lt;4..2^8-1&gt;;
+     opaque ipv4Address&lt;0..2^8-1&gt;;
+     opaque ipv6Address&lt;0..2^8-1&gt;;
      uint16 port;
</pre>
<p>Yes, this seems like an unnecessary constraint. Especially since the mechanism can be used to advertise non-standard ports. Random ports could also be a first  line of defence against DoS attacks and they could be used to move endpoints dynamically over time. Forcing two different interfaces to be in sync isn't ideal 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/2296#discussion_r245941617">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AWbkq7dYUF_IsWr-fTzDThxU1ktjD8k8ks5vBG_zgaJpZM4ZuHR_">mute the thread</a>.<img src="https://github.com/notifications/beacon/AWbkq-x96lL_UAvUx0BvYwYv35hAwc-Tks5vBG_zgaJpZM4ZuHR_.gif" height="1" width="1" alt="" /></p>
<script type="application/json" data-scope="inboxmarkup">{"api_version":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name":"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"https://github.githubassets.com/images/email/message_cards/header.png","avatar_image_url":"https://github.githubassets.com/images/email/message_cards/avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/quicwg/base-drafts"}},"updates":{"snippets":[{"icon":"PERSON","message":"@mikkelfj commented on #2296"}],"action":{"name":"View Pull Request","url":"https://github.com/quicwg/base-drafts/pull/2296#discussion_r245941617"}}}</script>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/pull/2296#discussion_r245941617",
"url": "https://github.com/quicwg/base-drafts/pull/2296#discussion_r245941617",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>
----==_mimepart_5c34787399a5b_74f3ffd81ad45bc370e6--


From nobody Tue Jan  8 02:33:50 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 83C31127133 for <quic-issues@ietfa.amsl.com>; Tue,  8 Jan 2019 02:33:49 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -1.519
X-Spam-Level: 
X-Spam-Status: No, score=-1.519 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIMWL_WL_HIGH=-0.065, DKIM_SIGNED=0.1, DKIM_VALID=-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_PASS=-0.001] autolearn=ham autolearn_force=no
Authentication-Results: ietfa.amsl.com (amavisd-new); dkim=pass (1024-bit key) header.d=github.com
Received: from mail.ietf.org ([4.31.198.44]) by localhost (ietfa.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id SKWc7Uyvipq8 for <quic-issues@ietfa.amsl.com>; Tue,  8 Jan 2019 02:33:47 -0800 (PST)
Received: from o4.sgmail.github.com (o4.sgmail.github.com [192.254.112.99]) (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 8A474130E94 for <quic-issues@ietf.org>; Tue,  8 Jan 2019 02:33:47 -0800 (PST)
DKIM-Signature: v=1; a=rsa-sha1; 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=+suzheYX39v8jRaSfXUykpLAeqU=; b=hS3Abur5o0oMGfV+ NvdM4UsVo0RRzGJ9uS0pGpuwpoVnYRGtMla5X+QDXIDcTgjZyL67GdOCIbglqKP5 If3uaR52KrhJIO8XQiwGws1AFg6PittCVIIsfHCZDi6e4oCwGMY+HlEP5XOw47kW Bl/Nhm83Do/Vc6GhQ0IJUJPciL8=
Received: by filter0022p1iad2.sendgrid.net with SMTP id filter0022p1iad2-367-5C347C8A-8 2019-01-08 10:33:46.274776112 +0000 UTC m=+25533.081612550
Received: from github-lowworker-4f62d42.cp1-iad.github.net (unknown [192.30.252.35]) by ismtpd0042p1iad1.sendgrid.net (SG) with ESMTP id 6e9Stti5S7-LXYPcdkiIbg for <quic-issues@ietf.org>; Tue, 08 Jan 2019 10:33:46.262 +0000 (UTC)
Received: from github.com (localhost [127.0.0.1]) by github-lowworker-4f62d42.cp1-iad.github.net (Postfix) with ESMTP id 3D837C131D for <quic-issues@ietf.org>; Tue,  8 Jan 2019 02:33:46 -0800 (PST)
Date: Tue, 08 Jan 2019 10:33:46 +0000 (UTC)
From: Kazuho Oku <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+0166e4ab1bd3793c6eff0ec01c5f9babd48568167cb4769d92cf00000001184c3e8a92a169ce17a42515@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/pull/2312/c452251344@github.com>
In-Reply-To: <quicwg/base-drafts/pull/2312@github.com>
References: <quicwg/base-drafts/pull/2312@github.com>
Subject: Re: [quicwg/base-drafts] endpoints are allowed to retransmit entire payload of a lost packet (#2312)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5c347c8a3b266_62af3fbcb90d45c02876d6"; 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: l64QuQ2uJCcEyUykJbxN122A6QRmEpucztpreh3Pak1cVvml+b02y3fEDEzDAWsWZvS9YnVOxHzVT0 tmXbJSa1sOaYBVSdmP7EYb7vrS3uKC1YpND5a6ucV2DlYzZCerSYsmITX4n8PRKpKkt1FM1z4tJRxr WWQCkOnPSkQNOPNnYZnCOsk+gVzRmyaeKXV4g/e13tPVkxUMpiYSGkcaoA==
Archived-At: <https://mailarchive.ietf.org/arch/msg/quic-issues/4nAr1ON87cgLQqlVFv7QVwW_88U>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
List-Id: Notification list for GitHub issues related to the QUIC WG <quic-issues.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=unsubscribe>
List-Archive: <https://mailarchive.ietf.org/arch/browse/quic-issues/>
List-Post: <mailto:quic-issues@ietf.org>
List-Help: <mailto:quic-issues-request@ietf.org?subject=help>
List-Subscribe: <https://www.ietf.org/mailman/listinfo/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=subscribe>
X-List-Received-Date: Tue, 08 Jan 2019 10:33:49 -0000

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

Moved to 13.2, expanding the text to encourage reassembling frames containing up-to-date 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/pull/2312#issuecomment-452251344
----==_mimepart_5c347c8a3b266_62af3fbcb90d45c02876d6
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

<p>Moved to 13.2, expanding the text to encourage reassembling frames containing up-to-date 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/pull/2312#issuecomment-452251344">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AWbkqxAJjSHieVPsgIb64EUEzcYCZ5_4ks5vBHQKgaJpZM4Z0PeA">mute the thread</a>.<img src="https://github.com/notifications/beacon/AWbkq_lfQnomZoYVmzBmNjZlCyetk1LVks5vBHQKgaJpZM4Z0PeA.gif" height="1" width="1" alt="" /></p>
<script type="application/json" data-scope="inboxmarkup">{"api_version":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name":"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"https://github.githubassets.com/images/email/message_cards/header.png","avatar_image_url":"https://github.githubassets.com/images/email/message_cards/avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/quicwg/base-drafts"}},"updates":{"snippets":[{"icon":"PERSON","message":"@kazuho in #2312: Moved to 13.2, expanding the text to encourage reassembling frames containing up-to-date information."}],"action":{"name":"View Pull Request","url":"https://github.com/quicwg/base-drafts/pull/2312#issuecomment-452251344"}}}</script>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/pull/2312#issuecomment-452251344",
"url": "https://github.com/quicwg/base-drafts/pull/2312#issuecomment-452251344",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>
----==_mimepart_5c347c8a3b266_62af3fbcb90d45c02876d6--


From nobody Tue Jan  8 02:38:28 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 30F5B12950A for <quic-issues@ietfa.amsl.com>; Tue,  8 Jan 2019 02:38:27 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -1.661
X-Spam-Level: 
X-Spam-Status: No, score=-1.661 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIMWL_WL_HIGH=-0.065, 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_PASS=-0.001] autolearn=ham autolearn_force=no
Authentication-Results: ietfa.amsl.com (amavisd-new); dkim=pass (1024-bit key) header.d=github.com
Received: from mail.ietf.org ([4.31.198.44]) by localhost (ietfa.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id C98-qb7C4O6r for <quic-issues@ietfa.amsl.com>; Tue,  8 Jan 2019 02:38:25 -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 B5728127133 for <quic-issues@ietf.org>; Tue,  8 Jan 2019 02:38:25 -0800 (PST)
DKIM-Signature: v=1; a=rsa-sha1; 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=ZJ3WvG73h7d9x6y6NaYU3LsXK/Y=; b=IjgAoZ56olpDD0oM DmGMYIRaJ1pGg1+QTRiNSlztpS9TDrHRE81nELDyW8zct08NHXXzuCKMnSqK9Yvy CRV+EqftwSPqhyzI/lZf6mQiRqeU4j8nWpN65DzK5sAgCOroS9WLPM+uwm1tYen+ kB0P4FK1F57tRWySOCSlomTXdAI=
Received: by filter1019p1las1.sendgrid.net with SMTP id filter1019p1las1-6387-5C347DA0-1C 2019-01-08 10:38:24.790033248 +0000 UTC m=+27633.002255511
Received: from github-lowworker-dcd58f3.cp1-iad.github.net (unknown [192.30.252.33]) by ismtpd0021p1iad1.sendgrid.net (SG) with ESMTP id SrxxhRWDShWX_3JqtOaTew for <quic-issues@ietf.org>; Tue, 08 Jan 2019 10:38:24.686 +0000 (UTC)
Received: from github.com (localhost [127.0.0.1]) by github-lowworker-dcd58f3.cp1-iad.github.net (Postfix) with ESMTP id A58AA240080 for <quic-issues@ietf.org>; Tue,  8 Jan 2019 02:38:24 -0800 (PST)
Date: Tue, 08 Jan 2019 10:38:25 +0000 (UTC)
From: Kazuho Oku <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+0166e4ab2ac0c2caf5c4d17527368ef19a33ee2c18baf23092cf00000001184c3fa092a169ce179bec73@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/pull/2296/review/190181003@github.com>
In-Reply-To: <quicwg/base-drafts/pull/2296@github.com>
References: <quicwg/base-drafts/pull/2296@github.com>
Subject: Re: [quicwg/base-drafts] Allow servers to send a preferred address of each address family (#2296)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5c347da0a3874_7863f96b4ad45b416708f"; 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: l64QuQ2uJCcEyUykJbxN122A6QRmEpucztpreh3Pak0OQ4MY4plsTmrLTLLtGanLBOCg/VyfleF4W8 YRuVOXFGoWSMed8ZVGBPNe/82E3UZWBAINqnLm51P6RLfzbizOJJx9NpSZE2po9cgDe/JGjIDJWQ8R 4mmWxcAHI++u3xAidO/ifOlHmGjk+XskuBBZ3E93biM2ROG1RmBjzaepzUFgn26+dTO556pS43lzFy 0=
Archived-At: <https://mailarchive.ietf.org/arch/msg/quic-issues/ylIu9Ob93Gw18EPHS1DGRkLtGJQ>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
List-Id: Notification list for GitHub issues related to the QUIC WG <quic-issues.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=unsubscribe>
List-Archive: <https://mailarchive.ietf.org/arch/browse/quic-issues/>
List-Post: <mailto:quic-issues@ietf.org>
List-Help: <mailto:quic-issues-request@ietf.org?subject=help>
List-Subscribe: <https://www.ietf.org/mailman/listinfo/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=subscribe>
X-List-Received-Date: Tue, 08 Jan 2019 10:38:27 -0000

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

kazuho commented on this pull request.



>  
 ~~~
    struct {
-     enum { IPv4(4), IPv6(6), (15) } ipVersion;
-     opaque ipAddress<4..2^8-1>;
+     opaque ipv4Address<0..2^8-1>;
+     opaque ipv6Address<0..2^8-1>;
      uint16 port;

This might be a dumb question, but would P2P applications use the feature, considering that the intent is to remap clients connecting to an anycast address to a unicast 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/2296#discussion_r245948889
----==_mimepart_5c347da0a3874_7863f96b4ad45b416708f
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/2296#discussion_r245948889">draft-ietf-quic-transport.md</a>:</p>
<pre style='color:#555'>&gt;  
 ~~~
    struct {
-     enum { IPv4(4), IPv6(6), (15) } ipVersion;
-     opaque ipAddress&lt;4..2^8-1&gt;;
+     opaque ipv4Address&lt;0..2^8-1&gt;;
+     opaque ipv6Address&lt;0..2^8-1&gt;;
      uint16 port;
</pre>
<p>This might be a dumb question, but would P2P applications use the feature, considering that the intent is to remap clients connecting to an anycast address to a unicast 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/2296#discussion_r245948889">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AWbkq3Gn2fRuevQa9zAcfQC1Al8FLBDMks5vBHUggaJpZM4ZuHR_">mute the thread</a>.<img src="https://github.com/notifications/beacon/AWbkq-1NnbMj2R40wmMYKqwsmkL28X8yks5vBHUggaJpZM4ZuHR_.gif" height="1" width="1" alt="" /></p>
<script type="application/json" data-scope="inboxmarkup">{"api_version":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name":"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"https://github.githubassets.com/images/email/message_cards/header.png","avatar_image_url":"https://github.githubassets.com/images/email/message_cards/avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/quicwg/base-drafts"}},"updates":{"snippets":[{"icon":"PERSON","message":"@kazuho commented on #2296"}],"action":{"name":"View Pull Request","url":"https://github.com/quicwg/base-drafts/pull/2296#discussion_r245948889"}}}</script>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/pull/2296#discussion_r245948889",
"url": "https://github.com/quicwg/base-drafts/pull/2296#discussion_r245948889",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>
----==_mimepart_5c347da0a3874_7863f96b4ad45b416708f--


From nobody Tue Jan  8 02: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 161FF130E94 for <quic-issues@ietfa.amsl.com>; Tue,  8 Jan 2019 02:40:43 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -8.065
X-Spam-Level: 
X-Spam-Status: No, score=-8.065 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIMWL_WL_HIGH=-0.065, 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_PASS=-0.001] autolearn=ham autolearn_force=no
Authentication-Results: ietfa.amsl.com (amavisd-new); dkim=pass (1024-bit key) header.d=github.com
Received: from mail.ietf.org ([4.31.198.44]) by localhost (ietfa.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id E5qrC0oYTYTH for <quic-issues@ietfa.amsl.com>; Tue,  8 Jan 2019 02:40:41 -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 55434127133 for <quic-issues@ietf.org>; Tue,  8 Jan 2019 02:40:41 -0800 (PST)
Date: Tue, 08 Jan 2019 02:40:40 -0800
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1546944040; bh=fxAj/rdHGBLEo/SicEslCu6PdKhdicHlfVi3r0WWo+U=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=SqGIcBQWZAAYPFNjA1WXvNxrHBZSeh/NiJfcGDxLva3X5uIDoDEAPGCQFVTosph/P Cg/oPPSVcpiQLLoMN6FG5ja5DqdkqZsPQiZMrVhW0LRfPb0Y/d800NKjwpUddzp0Ii 6ermrFmJPbMPbJKsXG+tvteXamyiV6K1ZE2alaE4=
From: Magnus Westerlund <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+0166e4abedec90e30511fae6d8bc1bd28a5053c2dd84c2e292cf00000001184c402892a169ce1762ed93@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/issues/2205/452253504@github.com>
In-Reply-To: <quicwg/base-drafts/issues/2205@github.com>
References: <quicwg/base-drafts/issues/2205@github.com>
Subject: Re: [quicwg/base-drafts] Largest acked in ACK frame MUST NOT decrease (#2205)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5c347e2822de4_3d133f8aa4ad45bc2789b2"; charset=UTF-8
Content-Transfer-Encoding: 7bit
Precedence: list
X-GitHub-Sender: gloinul
X-GitHub-Recipient: quic-issues
X-GitHub-Reason: subscribed
X-Auto-Response-Suppress: All
X-GitHub-Recipient-Address: quic-issues@ietf.org
Archived-At: <https://mailarchive.ietf.org/arch/msg/quic-issues/oY-ypH5x7n7MfkvJtJ01E1FiUH0>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
List-Id: Notification list for GitHub issues related to the QUIC WG <quic-issues.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=unsubscribe>
List-Archive: <https://mailarchive.ietf.org/arch/browse/quic-issues/>
List-Post: <mailto:quic-issues@ietf.org>
List-Help: <mailto:quic-issues-request@ietf.org?subject=help>
List-Subscribe: <https://www.ietf.org/mailman/listinfo/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=subscribe>
X-List-Received-Date: Tue, 08 Jan 2019 10:40:43 -0000

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

My concern was primarily about the clearness of this behavior in the specification text. In transport I find the following which indicates this but are not explicit. 

13.1.1:    To limit receiver state or the size of ACK frames, a receiver MAY
   limit the number of ACK Ranges it sends.

19.3:

  Largest Acknowledged:  A variable-length integer representing the
      largest packet number the peer is acknowledging; this is usually
      the largest packet number that the peer has received prior to
      generating the ACK frame. 

I think there are strong hints, with the above "usually the largest" indicating that it is not always. I would have made this explicit in 19.3, but then I prefer being more explicit than not. I think it is possible interop issue point. Anywhere else this is more explicit? (I have read github master version)

@mikkelfj I think there are strong points for allowing an ACK frame to acknowledge only a part of the range between highest received and confirmed to be have been ACKed. The two main reasons I see.
- high rate flows suffering an packet loss burst so that the number of ACK ranges becomes to large to fit a single QUIC packet. 
- Low complexity receivers ACKing a single range of received packets and doing this for reordered 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/2205#issuecomment-452253504
----==_mimepart_5c347e2822de4_3d133f8aa4ad45bc2789b2
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: quoted-printable

<p>My concern was primarily about the clearness of this behavior in the s=
pecification text. In transport I find the following which indicates this=
 but are not explicit.</p>
<p>13.1.1:    To limit receiver state or the size of ACK frames, a receiv=
er MAY<br>
limit the number of ACK Ranges it sends.</p>
<p>19.3:</p>
<p>Largest Acknowledged:  A variable-length integer representing the<br>
largest packet number the peer is acknowledging; this is usually<br>
the largest packet number that the peer has received prior to<br>
generating the ACK frame.</p>
<p>I think there are strong hints, with the above "usually the largest" i=
ndicating that it is not always. I would have made this explicit in 19.3,=
 but then I prefer being more explicit than not. I think it is possible i=
nterop issue point. Anywhere else this is more explicit? (I have read git=
hub master version)</p>
<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> I think there are strong points for allowing an AC=
K frame to acknowledge only a part of the range between highest received =
and confirmed to be have been ACKed. The two main reasons I see.</p>
<ul>
<li>high rate flows suffering an packet loss burst so that the number of =
ACK ranges becomes to large to fit a single QUIC packet.</li>
<li>Low complexity receivers ACKing a single range of received packets an=
d doing this for reordered packets.</li>
</ul>

<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/2205#issuecomment-452253504">view it on GitHub</a>,=
 or <a href=3D"https://github.com/notifications/unsubscribe-auth/AWbkq2qX=
CXdAz50I3xg8mG-BDmQkPgjNks5vBHWogaJpZM4ZZLl3">mute the thread</a>.<img sr=
c=3D"https://github.com/notifications/beacon/AWbkq9XF1ypC3M-6cp6FyLbaOdQu=
_isKks5vBHWogaJpZM4ZZLl3.gif" height=3D"1" width=3D"1" alt=3D"" /></p>
<script type=3D"application/json" data-scope=3D"inboxmarkup">{"api_versio=
n":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name"=
:"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"=
quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"http=
s://github.githubassets.com/images/email/message_cards/header.png","avata=
r_image_url":"https://github.githubassets.com/images/email/message_cards/=
avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/q=
uicwg/base-drafts"}},"updates":{"snippets":[{"icon":"PERSON","message":"@=
gloinul in #2205: My concern was primarily about the clearness of this be=
havior in the specification text. In transport I find the following which=
 indicates this but are not explicit. \r\n\r\n13.1.1:    To limit receive=
r state or the size of ACK frames, a receiver MAY\r\n   limit the number =
of ACK Ranges it sends.\r\n\r\n19.3:\r\n\r\n  Largest Acknowledged:  A va=
riable-length integer representing the\r\n      largest packet number the=
 peer is acknowledging; this is usually\r\n      the largest packet numbe=
r that the peer has received prior to\r\n      generating the ACK frame. =
\r\n\r\nI think there are strong hints, with the above \"usually the larg=
est\" indicating that it is not always. I would have made this explicit i=
n 19.3, but then I prefer being more explicit than not. I think it is pos=
sible interop issue point. Anywhere else this is more explicit? (I have r=
ead github master version)\r\n\r\n@mikkelfj I think there are strong poin=
ts for allowing an ACK frame to acknowledge only a part of the range betw=
een highest received and confirmed to be have been ACKed. The two main re=
asons I see.\r\n- high rate flows suffering an packet loss burst so that =
the number of ACK ranges becomes to large to fit a single QUIC packet. \r=
\n- Low complexity receivers ACKing a single range of received packets an=
d doing this for reordered packets.\r\n "}],"action":{"name":"View Issue"=
,"url":"https://github.com/quicwg/base-drafts/issues/2205#issuecomment-45=
2253504"}}}</script>
<script type=3D"application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/issues/2205#issuecomment=
-452253504",
"url": "https://github.com/quicwg/base-drafts/issues/2205#issuecomment-45=
2253504",
"name": "View Issue"
},
"description": "View this Issue on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>=

----==_mimepart_5c347e2822de4_3d133f8aa4ad45bc2789b2--


From nobody Tue Jan  8 02:47: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 3F39E130E94 for <quic-issues@ietfa.amsl.com>; Tue,  8 Jan 2019 02:47:20 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -3.064
X-Spam-Level: 
X-Spam-Status: No, score=-3.064 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIMWL_WL_HIGH=-0.065, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-1, RCVD_IN_DNSWL_NONE=-0.0001, SPF_PASS=-0.001, URIBL_BLOCKED=0.001] autolearn=ham autolearn_force=no
Authentication-Results: ietfa.amsl.com (amavisd-new); dkim=pass (1024-bit key) header.d=github.com
Received: from mail.ietf.org ([4.31.198.44]) by localhost (ietfa.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id BAZ2WHskhXaz for <quic-issues@ietfa.amsl.com>; Tue,  8 Jan 2019 02:47:18 -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 8501D130E8F for <quic-issues@ietf.org>; Tue,  8 Jan 2019 02:47:18 -0800 (PST)
DKIM-Signature: v=1; a=rsa-sha1; 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=RN4cWA6DBl4Qa8r3HYewwDpBysA=; b=Ie9SN5vz/PoepU4V g2N6iGnrkjpCQXSTbHFgr/CpN7T5nOOddODtetidGjustDKVZ44nLpoRVHo/UOfC 5ZGp22pOHeQ99J0O48KMve06C6knIhG7kiNCUQOY/ICEUB1BFkG0xfWgNcLmR/QM +zp6HzVD7iXpNEMBmk1aQRE5tz4=
Received: by filter0761p1las1.sendgrid.net with SMTP id filter0761p1las1-6922-5C347FB5-E 2019-01-08 10:47:17.651516432 +0000 UTC m=+28658.576696003
Received: from github-lowworker-0b1e58d.cp1-iad.github.net (unknown [192.30.252.43]) by ismtpd0011p1iad2.sendgrid.net (SG) with ESMTP id nzOm3I51ST6Y3LlklWwQVA for <quic-issues@ietf.org>; Tue, 08 Jan 2019 10:47:17.572 +0000 (UTC)
Received: from github.com (localhost [127.0.0.1]) by github-lowworker-0b1e58d.cp1-iad.github.net (Postfix) with ESMTP id 90D3A3E1177 for <quic-issues@ietf.org>; Tue,  8 Jan 2019 02:47:17 -0800 (PST)
Date: Tue, 08 Jan 2019 10:47:17 +0000 (UTC)
From: Kazuho Oku <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+0166e4abd34b9623b071c488a45c13175de80b976b5aad1292cf00000001184c41b592a169ce1762ed93@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/issues/2205/452255549@github.com>
In-Reply-To: <quicwg/base-drafts/issues/2205@github.com>
References: <quicwg/base-drafts/issues/2205@github.com>
Subject: Re: [quicwg/base-drafts] Largest acked in ACK frame MUST NOT decrease (#2205)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5c347fb58f335_3cbb3f8c966d45b84791ea"; 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: l64QuQ2uJCcEyUykJbxN122A6QRmEpucztpreh3Pak39M0QDNoHB1iXcU4p00oqgkaSmwGJkpd44Aw eAABfjbE79Fpgmc51MvNPGYS0lBmvnaajGsSWQmepvWc3p+64zbvGqcU/89NE6J6ytIM6TOt4woOmX YuHpQTBfkkAvLuf+JX/MgFh7vYMum+1XUUvEBgowveWhE6EyBJy+7VLtToUKko4eS6ghFcC1LtqkuG o=
Archived-At: <https://mailarchive.ietf.org/arch/msg/quic-issues/mwnD6VFIN4wA9dkUhUITt4k3jG0>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
List-Id: Notification list for GitHub issues related to the QUIC WG <quic-issues.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=unsubscribe>
List-Archive: <https://mailarchive.ietf.org/arch/browse/quic-issues/>
List-Post: <mailto:quic-issues@ietf.org>
List-Help: <mailto:quic-issues-request@ietf.org?subject=help>
List-Subscribe: <https://www.ietf.org/mailman/listinfo/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=subscribe>
X-List-Received-Date: Tue, 08 Jan 2019 10:47:20 -0000

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

@gloinul 
> I think there are strong hints, with the above "usually the largest" indicating that it is not always. I would have made this explicit in 19.3, but then I prefer being more explicit than not. I think it is possible interop issue point. Anywhere else this is more explicit?

As suggested by @martinthomson in #2312, 
[section 13.2](https://quicwg.org/base-drafts/draft-ietf-quic-transport.html#rfc.section.13.2) might be the correct place. I am advocating for describing the design principle the PR, but we might (or might not) be interested in expanding how ACK could look like.

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/quicwg/base-drafts/issues/2205#issuecomment-452255549
----==_mimepart_5c347fb58f335_3cbb3f8c966d45b84791ea
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-ur=
l=3D"/hovercards?user_id=3D11295323" data-octo-click=3D"hovercard-link-clic=
k" data-octo-dimensions=3D"link_type:self" href=3D"https://github.com/gloin=
ul">@gloinul</a></p>
<blockquote>
<p>I think there are strong hints, with the above "usually the largest" ind=
icating that it is not always. I would have made this explicit in 19.3, but=
 then I prefer being more explicit than not. I think it is possible interop=
 issue point. Anywhere else this is more explicit?</p>
</blockquote>
<p>As suggested by <a class=3D"user-mention" data-hovercard-type=3D"user" d=
ata-hovercard-url=3D"/hovercards?user_id=3D67641" data-octo-click=3D"hoverc=
ard-link-click" data-octo-dimensions=3D"link_type:self" href=3D"https://git=
hub.com/martinthomson">@martinthomson</a> in <a class=3D"issue-link js-issu=
e-link" data-error-text=3D"Failed to load issue title" data-id=3D"396633365=
" data-permission-text=3D"Issue title is private" data-url=3D"https://githu=
b.com/quicwg/base-drafts/issues/2312" data-hovercard-type=3D"pull_request" =
data-hovercard-url=3D"/quicwg/base-drafts/pull/2312/hovercard" href=3D"http=
s://github.com/quicwg/base-drafts/pull/2312">#2312</a>,<br>
<a href=3D"https://quicwg.org/base-drafts/draft-ietf-quic-transport.html#rf=
c.section.13.2" rel=3D"nofollow">section 13.2</a> might be the correct plac=
e. I am advocating for describing the design principle the PR, but we might=
 (or might not) be interested in expanding how ACK could look like.</p>

<p style=3D"font-size:small;-webkit-text-size-adjust:none;color:#666;">&mda=
sh;<br />You are receiving this because you are subscribed to this thread.<=
br />Reply to this email directly, <a href=3D"https://github.com/quicwg/bas=
e-drafts/issues/2205#issuecomment-452255549">view it on GitHub</a>, or <a h=
ref=3D"https://github.com/notifications/unsubscribe-auth/AWbkq3J_cgWWqXTZwa=
nahjN0fyOdEsejks5vBHc1gaJpZM4ZZLl3">mute the thread</a>.<img src=3D"https:/=
/github.com/notifications/beacon/AWbkqzKZXCryHCzJvB_KjdgvDWWK2R8yks5vBHc1ga=
JpZM4ZZLl3.gif" height=3D"1" width=3D"1" alt=3D"" /></p>
<script type=3D"application/json" data-scope=3D"inboxmarkup">{"api_version"=
:"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name":"Gi=
tHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"quicwg=
/base-drafts","subtitle":"GitHub repository","main_image_url":"https://gith=
ub.githubassets.com/images/email/message_cards/header.png","avatar_image_ur=
l":"https://github.githubassets.com/images/email/message_cards/avatar.png",=
"action":{"name":"Open in GitHub","url":"https://github.com/quicwg/base-dra=
fts"}},"updates":{"snippets":[{"icon":"PERSON","message":"@kazuho in #2205:=
 @gloinul \r\n\u003e I think there are strong hints, with the above \"usual=
ly the largest\" indicating that it is not always. I would have made this e=
xplicit in 19.3, but then I prefer being more explicit than not. I think it=
 is possible interop issue point. Anywhere else this is more explicit?\r\n\=
r\nAs suggested by @martinthomson in #2312, \r\n[section 13.2](https://quic=
wg.org/base-drafts/draft-ietf-quic-transport.html#rfc.section.13.2) might b=
e the correct place. I am advocating for describing the design principle th=
e PR, but we might (or might not) be interested in expanding how ACK could =
look like."}],"action":{"name":"View Issue","url":"https://github.com/quicw=
g/base-drafts/issues/2205#issuecomment-452255549"}}}</script>
<script type=3D"application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/issues/2205#issuecomment-4=
52255549",
"url": "https://github.com/quicwg/base-drafts/issues/2205#issuecomment-4522=
55549",
"name": "View Issue"
},
"description": "View this Issue on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>=

----==_mimepart_5c347fb58f335_3cbb3f8c966d45b84791ea--


From nobody Tue Jan  8 03: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 3857F131108 for <quic-issues@ietfa.amsl.com>; Tue,  8 Jan 2019 03:18:02 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -6.661
X-Spam-Level: 
X-Spam-Status: No, score=-6.661 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIMWL_WL_HIGH=-0.065, 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_PASS=-0.001] autolearn=ham autolearn_force=no
Authentication-Results: ietfa.amsl.com (amavisd-new); dkim=pass (1024-bit key) header.d=github.com
Received: from mail.ietf.org ([4.31.198.44]) by localhost (ietfa.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id JqM7nr8pfIeG for <quic-issues@ietfa.amsl.com>; Tue,  8 Jan 2019 03:18:00 -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 6EF7C131103 for <quic-issues@ietf.org>; Tue,  8 Jan 2019 03:18:00 -0800 (PST)
Date: Tue, 08 Jan 2019 03:17:59 -0800
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1546946279; bh=sGpx9uB2TTFGrAN0qfFcSzzOBtBDR+7aKfgQgIp7DwA=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=IN3zSiUA9gEe3e19crWkjG2DbunDGj724XlAq3QeU3Q9CRo2fCz40tQQ8A70gehUE uiqbOCBP3REeHvSwa3OrJGbtgQAT+QJnVUYmWO1DgyMaxctp95D/Z2xktzujUPjiEJ njawThoNM5ZrdGcyApFmLT3A1eksLngNV0xuZjuk=
From: MikkelFJ <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+0166e4abfc21ebac0ecb995cfe471ef9912e6de13b08b88792cf00000001184c48e792a169ce179bec73@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/pull/2296/review/190195112@github.com>
In-Reply-To: <quicwg/base-drafts/pull/2296@github.com>
References: <quicwg/base-drafts/pull/2296@github.com>
Subject: Re: [quicwg/base-drafts] Allow servers to send a preferred address of each address family (#2296)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5c3486e725471_5503fdc63cd45b822757b"; 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/H2Dxgh_xQ1GzD9FXaZ4Mv8EG2C8>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
List-Id: Notification list for GitHub issues related to the QUIC WG <quic-issues.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=unsubscribe>
List-Archive: <https://mailarchive.ietf.org/arch/browse/quic-issues/>
List-Post: <mailto:quic-issues@ietf.org>
List-Help: <mailto:quic-issues-request@ietf.org?subject=help>
List-Subscribe: <https://www.ietf.org/mailman/listinfo/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=subscribe>
X-List-Received-Date: Tue, 08 Jan 2019 11:18:02 -0000

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

mikkelfj commented on this pull request.



>  
 ~~~
    struct {
-     enum { IPv4(4), IPv6(6), (15) } ipVersion;
-     opaque ipAddress<4..2^8-1>;
+     opaque ipv4Address<0..2^8-1>;
+     opaque ipv6Address<0..2^8-1>;
      uint16 port;

I think the intent is to deal with anycast, but I could see it being used defensively against attacks.

As for P2P there is a strong case for both ends to use a known fixed port. However, I could also see this as a way to load balance multiple connections to multiple threads or processes.

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/quicwg/base-drafts/pull/2296#discussion_r245959985
----==_mimepart_5c3486e725471_5503fdc63cd45b822757b
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/2296#discussion_r245959985">draft-ietf-quic-transport.md</a>:</p>
<pre style='color:#555'>&gt;  
 ~~~
    struct {
-     enum { IPv4(4), IPv6(6), (15) } ipVersion;
-     opaque ipAddress&lt;4..2^8-1&gt;;
+     opaque ipv4Address&lt;0..2^8-1&gt;;
+     opaque ipv6Address&lt;0..2^8-1&gt;;
      uint16 port;
</pre>
<p>I think the intent is to deal with anycast, but I could see it being used defensively against attacks.</p>
<p>As for P2P there is a strong case for both ends to use a known fixed port. However, I could also see this as a way to load balance multiple connections to multiple threads or processes.</p>

<p style="font-size:small;-webkit-text-size-adjust:none;color:#666;">&mdash;<br />You are receiving this because you are subscribed to this thread.<br />Reply to this email directly, <a href="https://github.com/quicwg/base-drafts/pull/2296#discussion_r245959985">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AWbkqztmpRiLlRAt25NaH0RobNYzOvSHks5vBH5ngaJpZM4ZuHR_">mute the thread</a>.<img src="https://github.com/notifications/beacon/AWbkq_S-d1yNyNMcwm2te-tmcQ7_1b6tks5vBH5ngaJpZM4ZuHR_.gif" height="1" width="1" alt="" /></p>
<script type="application/json" data-scope="inboxmarkup">{"api_version":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name":"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"https://github.githubassets.com/images/email/message_cards/header.png","avatar_image_url":"https://github.githubassets.com/images/email/message_cards/avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/quicwg/base-drafts"}},"updates":{"snippets":[{"icon":"PERSON","message":"@mikkelfj commented on #2296"}],"action":{"name":"View Pull Request","url":"https://github.com/quicwg/base-drafts/pull/2296#discussion_r245959985"}}}</script>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/pull/2296#discussion_r245959985",
"url": "https://github.com/quicwg/base-drafts/pull/2296#discussion_r245959985",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>
----==_mimepart_5c3486e725471_5503fdc63cd45b822757b--


From nobody Tue Jan  8 04:10: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 38E60130E09 for <quic-issues@ietfa.amsl.com>; Tue,  8 Jan 2019 04:10:12 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -6.661
X-Spam-Level: 
X-Spam-Status: No, score=-6.661 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIMWL_WL_HIGH=-0.065, 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_PASS=-0.001] autolearn=ham autolearn_force=no
Authentication-Results: ietfa.amsl.com (amavisd-new); dkim=pass (1024-bit key) header.d=github.com
Received: from mail.ietf.org ([4.31.198.44]) by localhost (ietfa.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 6r39wkI2A8aA for <quic-issues@ietfa.amsl.com>; Tue,  8 Jan 2019 04:10: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 A7DA1130DD1 for <quic-issues@ietf.org>; Tue,  8 Jan 2019 04:10:10 -0800 (PST)
Date: Tue, 08 Jan 2019 04:10:09 -0800
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1546949409; bh=SYNFjIC40SRja2TR5vrxezO3O9gSclASTYdaXCXdSEo=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=NYkYq4m6h8yw3jYSgCKcjxOArq1zcK3BKWbhnoqRrHr7N8rCSdh2DkzCUgeZOYsPG 88MZVcnVV6j3/wme6SRubnBw3CJ9LVlVT6teHLynPzAkjF4754w+iS3+Nm1Oj6+8rh dFIIzTUcG3PbLb8VTrco5yMVWvRFT43M8Dv7+seo=
From: Magnus Westerlund <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+0166e4ab2582668306e6de1bdc9be9063a8c9e595036bf6792cf00000001184c552192a169ce1762ed93@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/issues/2205/452276722@github.com>
In-Reply-To: <quicwg/base-drafts/issues/2205@github.com>
References: <quicwg/base-drafts/issues/2205@github.com>
Subject: Re: [quicwg/base-drafts] Largest acked in ACK frame MUST NOT decrease (#2205)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5c34932123e3f_1fb63ff2420d45c0201814"; charset=UTF-8
Content-Transfer-Encoding: 7bit
Precedence: list
X-GitHub-Sender: gloinul
X-GitHub-Recipient: quic-issues
X-GitHub-Reason: subscribed
X-Auto-Response-Suppress: All
X-GitHub-Recipient-Address: quic-issues@ietf.org
Archived-At: <https://mailarchive.ietf.org/arch/msg/quic-issues/0mFUidPfOdgilrCwGv-6twPJjWM>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
List-Id: Notification list for GitHub issues related to the QUIC WG <quic-issues.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=unsubscribe>
List-Archive: <https://mailarchive.ietf.org/arch/browse/quic-issues/>
List-Post: <mailto:quic-issues@ietf.org>
List-Help: <mailto:quic-issues-request@ietf.org?subject=help>
List-Subscribe: <https://www.ietf.org/mailman/listinfo/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=subscribe>
X-List-Received-Date: Tue, 08 Jan 2019 12:10:12 -0000

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

So #2312 results in certain implications, that an ACK could arrive that addresses older state, thus resulting in acknowledging some PNs that was previously unacknowledged. As 13.2 is about retransmissions, I think there are other desing principle aspects of ACKs that probably should be covered, but then earlier in 13.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/2205#issuecomment-452276722
----==_mimepart_5c34932123e3f_1fb63ff2420d45c0201814
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: quoted-printable

<p>So <a class=3D"issue-link js-issue-link" data-error-text=3D"Failed to =
load issue title" data-id=3D"396633365" data-permission-text=3D"Issue tit=
le is private" data-url=3D"https://github.com/quicwg/base-drafts/issues/2=
312" data-hovercard-type=3D"pull_request" data-hovercard-url=3D"/quicwg/b=
ase-drafts/pull/2312/hovercard" href=3D"https://github.com/quicwg/base-dr=
afts/pull/2312">#2312</a> results in certain implications, that an ACK co=
uld arrive that addresses older state, thus resulting in acknowledging so=
me PNs that was previously unacknowledged. As 13.2 is about retransmissio=
ns, I think there are other desing principle aspects of ACKs that probabl=
y should be covered, but then earlier in 13.1.</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/2205#issuecomment-452276722">view it on GitHub</a>,=
 or <a href=3D"https://github.com/notifications/unsubscribe-auth/AWbkq_8c=
e2g6gCCiVoJqQSwLyeGbdp48ks5vBIqhgaJpZM4ZZLl3">mute the thread</a>.<img sr=
c=3D"https://github.com/notifications/beacon/AWbkq9Qgp3TrdATNul9ou7_ybDFv=
LUHBks5vBIqhgaJpZM4ZZLl3.gif" height=3D"1" width=3D"1" alt=3D"" /></p>
<script type=3D"application/json" data-scope=3D"inboxmarkup">{"api_versio=
n":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name"=
:"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"=
quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"http=
s://github.githubassets.com/images/email/message_cards/header.png","avata=
r_image_url":"https://github.githubassets.com/images/email/message_cards/=
avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/q=
uicwg/base-drafts"}},"updates":{"snippets":[{"icon":"PERSON","message":"@=
gloinul in #2205: So #2312 results in certain implications, that an ACK c=
ould arrive that addresses older state, thus resulting in acknowledging s=
ome PNs that was previously unacknowledged. As 13.2 is about retransmissi=
ons, I think there are other desing principle aspects of ACKs that probab=
ly should be covered, but then earlier in 13.1.  "}],"action":{"name":"Vi=
ew Issue","url":"https://github.com/quicwg/base-drafts/issues/2205#issuec=
omment-452276722"}}}</script>
<script type=3D"application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/issues/2205#issuecomment=
-452276722",
"url": "https://github.com/quicwg/base-drafts/issues/2205#issuecomment-45=
2276722",
"name": "View Issue"
},
"description": "View this Issue on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>=

----==_mimepart_5c34932123e3f_1fb63ff2420d45c0201814--


From nobody Tue Jan  8 07: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 D5FBD130DD8 for <quic-issues@ietfa.amsl.com>; Tue,  8 Jan 2019 07:41:48 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -6.447
X-Spam-Level: 
X-Spam-Status: No, score=-6.447 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIMWL_WL_HIGH=-0.065, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, HTML_IMAGE_ONLY_24=1.618, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-1, RCVD_IN_DNSWL_HI=-5, SPF_PASS=-0.001] autolearn=ham autolearn_force=no
Authentication-Results: ietfa.amsl.com (amavisd-new); dkim=pass (1024-bit key) header.d=github.com
Received: from mail.ietf.org ([4.31.198.44]) by localhost (ietfa.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id Su-wtfBo8l2C for <quic-issues@ietfa.amsl.com>; Tue,  8 Jan 2019 07:41: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 E0650130E90 for <quic-issues@ietf.org>; Tue,  8 Jan 2019 07:41:46 -0800 (PST)
Date: Tue, 08 Jan 2019 07:41:44 -0800
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1546962104; bh=eNQ+dfaOeTCrCcJaX1sDsr1dhq7JX0VBOx9tziePss8=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=AblZu/0bI7h5zyVdyug9z2BVwMCQjofCkFmnhnFlGcbLAM7JpjqfLoHs9+GKgBeHE iuQpb7JxRAKxbPAX54vsIVWgyX8EBsjz4V/n5zp4OECdISuuFMO8eU5hHV32d4G/C1 vjnPZ8D+T1yDr03jP02sHPoB63k5eCsM6BiXmlgE=
From: ianswett <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+0166e4abfac9a0aeb120e66e62dc9e2d329037a0ee8fe50b92cf00000001184c86b892a169ce177ab599@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/pull/2254/c452344156@github.com>
In-Reply-To: <quicwg/base-drafts/pull/2254@github.com>
References: <quicwg/base-drafts/pull/2254@github.com>
Subject: Re: [quicwg/base-drafts] Change ACK Range to ACK Block (#2254)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5c34c4b881df2_7b083fb12dcd45c4273976"; 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/gydvkFOeiHYFdggxxv4oSDAhQxQ>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
List-Id: Notification list for GitHub issues related to the QUIC WG <quic-issues.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=unsubscribe>
List-Archive: <https://mailarchive.ietf.org/arch/browse/quic-issues/>
List-Post: <mailto:quic-issues@ietf.org>
List-Help: <mailto:quic-issues-request@ietf.org?subject=help>
List-Subscribe: <https://www.ietf.org/mailman/listinfo/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=subscribe>
X-List-Received-Date: Tue, 08 Jan 2019 15:41:49 -0000

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

Ok, well #2197 was merged, so this is obsolete.

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

<p>Ok, well <a class="issue-link js-issue-link" data-error-text="Failed to load issue title" data-id="391536345" data-permission-text="Issue title is private" data-url="https://github.com/quicwg/base-drafts/issues/2197" data-hovercard-type="pull_request" data-hovercard-url="/quicwg/base-drafts/pull/2197/hovercard" href="https://github.com/quicwg/base-drafts/pull/2197">#2197</a> was merged, so this is obsolete.</p>

<p style="font-size:small;-webkit-text-size-adjust:none;color:#666;">&mdash;<br />You are receiving this because you are subscribed to this thread.<br />Reply to this email directly, <a href="https://github.com/quicwg/base-drafts/pull/2254#issuecomment-452344156">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AWbkq4OSofzcUhUarsUMofjX-5Vc1rXdks5vBLw4gaJpZM4ZgnKp">mute the thread</a>.<img src="https://github.com/notifications/beacon/AWbkq9IXK-C_19xLPfLfwPQssaKls7Kyks5vBLw4gaJpZM4ZgnKp.gif" height="1" width="1" alt="" /></p>
<script type="application/json" data-scope="inboxmarkup">{"api_version":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name":"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"https://github.githubassets.com/images/email/message_cards/header.png","avatar_image_url":"https://github.githubassets.com/images/email/message_cards/avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/quicwg/base-drafts"}},"updates":{"snippets":[{"icon":"PERSON","message":"@ianswett in #2254: Ok, well #2197 was merged, so this is obsolete."}],"action":{"name":"View Pull Request","url":"https://github.com/quicwg/base-drafts/pull/2254#issuecomment-452344156"}}}</script>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/pull/2254#issuecomment-452344156",
"url": "https://github.com/quicwg/base-drafts/pull/2254#issuecomment-452344156",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>
----==_mimepart_5c34c4b881df2_7b083fb12dcd45c4273976--


From nobody Tue Jan  8 07: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 2FB2E130E99 for <quic-issues@ietfa.amsl.com>; Tue,  8 Jan 2019 07:41:50 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -6.447
X-Spam-Level: 
X-Spam-Status: No, score=-6.447 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIMWL_WL_HIGH=-0.065, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, HTML_IMAGE_ONLY_24=1.618, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-1, RCVD_IN_DNSWL_HI=-5, SPF_PASS=-0.001] autolearn=ham autolearn_force=no
Authentication-Results: ietfa.amsl.com (amavisd-new); dkim=pass (1024-bit key) header.d=github.com
Received: from mail.ietf.org ([4.31.198.44]) by localhost (ietfa.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id x5Mfsb4NetlI for <quic-issues@ietfa.amsl.com>; Tue,  8 Jan 2019 07:41:48 -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 0EDE5130E92 for <quic-issues@ietf.org>; Tue,  8 Jan 2019 07:41:47 -0800 (PST)
Date: Tue, 08 Jan 2019 07:41:44 -0800
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1546962104; bh=mprLVTCEolU300d3UkFiUi24qa//V4LRbg6GDuPoKPM=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=vomcsX+zsTTPk2mXppgKy2C88UCd7Hrc6iQqQTDfEJ7N767TQQ+EFrhOaz+tiYedA WfY/r0TBgVvh9Yi+U9WDn8Tx/zA87MS+R5KOP262Z5/c1r6Y18rD05L7T3AswyxVId 1EYY4cWghoS0mk7DIa3gxouxMyqL6eE9E95NC5Qc=
From: ianswett <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+0166e4abfac9a0aeb120e66e62dc9e2d329037a0ee8fe50b92cf00000001184c86b892a169ce177ab599@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/pull/2254/issue_event/2060550213@github.com>
In-Reply-To: <quicwg/base-drafts/pull/2254@github.com>
References: <quicwg/base-drafts/pull/2254@github.com>
Subject: Re: [quicwg/base-drafts] Change ACK Range to ACK Block (#2254)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5c34c4b88dd32_13943fa923ed45c061121"; 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/UeYTcLSCWk8xXS1TBWVlYNARZy8>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
List-Id: Notification list for GitHub issues related to the QUIC WG <quic-issues.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=unsubscribe>
List-Archive: <https://mailarchive.ietf.org/arch/browse/quic-issues/>
List-Post: <mailto:quic-issues@ietf.org>
List-Help: <mailto:quic-issues-request@ietf.org?subject=help>
List-Subscribe: <https://www.ietf.org/mailman/listinfo/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=subscribe>
X-List-Received-Date: Tue, 08 Jan 2019 15:41:51 -0000

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

Closed #2254.

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/quicwg/base-drafts/pull/2254#event-2060550213
----==_mimepart_5c34c4b88dd32_13943fa923ed45c061121
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="393917849" data-permission-text="Issue title is private" data-url="https://github.com/quicwg/base-drafts/issues/2254" data-hovercard-type="pull_request" data-hovercard-url="/quicwg/base-drafts/pull/2254/hovercard" href="https://github.com/quicwg/base-drafts/pull/2254">#2254</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/2254#event-2060550213">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AWbkq4OSofzcUhUarsUMofjX-5Vc1rXdks5vBLw4gaJpZM4ZgnKp">mute the thread</a>.<img src="https://github.com/notifications/beacon/AWbkq9IXK-C_19xLPfLfwPQssaKls7Kyks5vBLw4gaJpZM4ZgnKp.gif" height="1" width="1" alt="" /></p>
<script type="application/json" data-scope="inboxmarkup">{"api_version":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name":"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"https://github.githubassets.com/images/email/message_cards/header.png","avatar_image_url":"https://github.githubassets.com/images/email/message_cards/avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/quicwg/base-drafts"}},"updates":{"snippets":[{"icon":"DESCRIPTION","message":"Closed #2254."}],"action":{"name":"View Pull Request","url":"https://github.com/quicwg/base-drafts/pull/2254#event-2060550213"}}}</script>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/pull/2254#event-2060550213",
"url": "https://github.com/quicwg/base-drafts/pull/2254#event-2060550213",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>
----==_mimepart_5c34c4b88dd32_13943fa923ed45c061121--


From nobody Tue Jan  8 07: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 9B4DD130EA2 for <quic-issues@ietfa.amsl.com>; Tue,  8 Jan 2019 07:45:25 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -6.447
X-Spam-Level: 
X-Spam-Status: No, score=-6.447 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIMWL_WL_HIGH=-0.065, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, HTML_IMAGE_ONLY_24=1.618, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-1, RCVD_IN_DNSWL_HI=-5, SPF_PASS=-0.001] autolearn=ham autolearn_force=no
Authentication-Results: ietfa.amsl.com (amavisd-new); dkim=pass (1024-bit key) header.d=github.com
Received: from mail.ietf.org ([4.31.198.44]) by localhost (ietfa.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id vwQXf3uuqoXq for <quic-issues@ietfa.amsl.com>; Tue,  8 Jan 2019 07:45:23 -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 9F757130EA1 for <quic-issues@ietf.org>; Tue,  8 Jan 2019 07:45:23 -0800 (PST)
Date: Tue, 08 Jan 2019 07:45:22 -0800
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1546962322; bh=0xfBnkMiTPMg7DXS6vlRT+IYBrFE7p/WwwK844j7cWc=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=jt0BIR6muTiaivVP8yqWaWYFIFyt7VsF+6BwjtRJJZXJ1No4ovUloaz5y+Zr4JyQD waOSogc6U9MW1QaMLYMpiZ6edMIjvdLVI5Nuf49QVmsQxoeA4WGPVWme1nIA/eerqU CFR2/9rmpMYijBSumHHxkJSEyymPaPGyomKxDa9c=
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/2300/push/3190613207@github.com>
In-Reply-To: <quicwg/base-drafts/pull/2300@github.com>
References: <quicwg/base-drafts/pull/2300@github.com>
Subject: Re: [quicwg/base-drafts] Discard 0-RTT packet state when rejected (#2300)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5c34c59299d8d_3be13ffb032d45b8130599"; 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/y8yvZL7l7h6kn7F2JcgUzb4xeqU>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
List-Id: Notification list for GitHub issues related to the QUIC WG <quic-issues.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=unsubscribe>
List-Archive: <https://mailarchive.ietf.org/arch/browse/quic-issues/>
List-Post: <mailto:quic-issues@ietf.org>
List-Help: <mailto:quic-issues-request@ietf.org?subject=help>
List-Subscribe: <https://www.ietf.org/mailman/listinfo/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=subscribe>
X-List-Received-Date: Tue, 08 Jan 2019 15:45:25 -0000

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

@ianswett pushed 1 commit.

6f41eb37aea26827e1ea170d39846baf5d288cdd  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/2300/files/b37a2788422656407f49a7d5c788b212580d6078..6f41eb37aea26827e1ea170d39846baf5d288cdd

----==_mimepart_5c34c59299d8d_3be13ffb032d45b8130599
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/6f41eb37aea26827e1ea170d39846baf5d288cdd">6f41eb3</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/2300/files/b37a2788422656407f49a7d5c788b212580d6078..6f41eb37aea26827e1ea170d39846baf5d288cdd">View it on GitHub</a> or <a href="https://github.com/notifications/unsubscribe-auth/AWbkq28aN8peB6mWcMJlALFVqKIUDyXFks5vBL0SgaJpZM4ZynWo">mute the thread</a>.<img src="https://github.com/notifications/beacon/AWbkq966z1XODPEwHzRzxuGjhKWl_2uMks5vBL0SgaJpZM4ZynWo.gif" height="1" width="1" alt="" /></p>
<script type="application/json" data-scope="inboxmarkup">{"api_version":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name":"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"https://github.githubassets.com/images/email/message_cards/header.png","avatar_image_url":"https://github.githubassets.com/images/email/message_cards/avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/quicwg/base-drafts"}},"updates":{"snippets":[{"icon":"PERSON","message":"@ianswett pushed 1 commit in #2300"}],"action":{"name":"View Pull Request","url":"https://github.com/quicwg/base-drafts/pull/2300/files/b37a2788422656407f49a7d5c788b212580d6078..6f41eb37aea26827e1ea170d39846baf5d288cdd"}}}</script>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/pull/2300/files/b37a2788422656407f49a7d5c788b212580d6078..6f41eb37aea26827e1ea170d39846baf5d288cdd",
"url": "https://github.com/quicwg/base-drafts/pull/2300/files/b37a2788422656407f49a7d5c788b212580d6078..6f41eb37aea26827e1ea170d39846baf5d288cdd",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>

----==_mimepart_5c34c59299d8d_3be13ffb032d45b8130599--


From nobody Tue Jan  8 07:48:25 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 63DB8130EA1 for <quic-issues@ietfa.amsl.com>; Tue,  8 Jan 2019 07:48:23 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -1.446
X-Spam-Level: 
X-Spam-Status: No, score=-1.446 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIMWL_WL_HIGH=-0.065, DKIM_SIGNED=0.1, DKIM_VALID=-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_PASS=-0.001, URIBL_BLOCKED=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 RMid95oqJnO1 for <quic-issues@ietfa.amsl.com>; Tue,  8 Jan 2019 07:48:22 -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 46D4D130E9D for <quic-issues@ietf.org>; Tue,  8 Jan 2019 07:48:22 -0800 (PST)
DKIM-Signature: v=1; a=rsa-sha1; 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=ZMMJerqjMKbn1JGhVj+8on/Ly2I=; b=Q99cEB2OJ82V2akZ CpBhlYrqKILCIA6ao6j2E73y7mDafxYGb98FnvpFE+g2XbUlTdDdtntE4U03un1E hqWRpuZgpA2K3xxcsf5R5W1l8k/wGx/a3x1pJj4/rpCFPo07yaYfmQvhFtzjS0zD yRhvgM/93fMUnrBYM4KMrnFVd+o=
Received: by filter0992p1las1.sendgrid.net with SMTP id filter0992p1las1-3906-5C34C645-9 2019-01-08 15:48:21.209432804 +0000 UTC m=+45512.799003757
Received: from github-lowworker-e55e3e3.cp1-iad.github.net (unknown [192.30.252.41]) by ismtpd0052p1mdw1.sendgrid.net (SG) with ESMTP id _VCXI5MVTKiyhKX88AwgEg for <quic-issues@ietf.org>; Tue, 08 Jan 2019 15:48:21.058 +0000 (UTC)
Received: from github.com (localhost [127.0.0.1]) by github-lowworker-e55e3e3.cp1-iad.github.net (Postfix) with ESMTP id 0A12E1806B0 for <quic-issues@ietf.org>; Tue,  8 Jan 2019 07:48:21 -0800 (PST)
Date: Tue, 08 Jan 2019 15:48:21 +0000 (UTC)
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/2316/push/3190623321@github.com>
In-Reply-To: <quicwg/base-drafts/pull/2316@github.com>
References: <quicwg/base-drafts/pull/2316@github.com>
Subject: Re: [quicwg/base-drafts] Suggestions from #2197 (#2316)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5c34c6453c69_26b03ff6eccd45c42226b0"; 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
X-SG-EID: l64QuQ2uJCcEyUykJbxN122A6QRmEpucztpreh3Pak1pOKRhx7yy5LWflDsn5zbuyzV9yzijk4LRVG K4nlzBBSykK2Kud62R7Gpo1JgDxirhSdQf/9sNV6UDrEeaSIbPXe+AFIpPxZIgQd/SS+rzDMqO1Dzg hPVQnyfGihtCYtFnSmmbZBozhjP2gwyBpfUBW5lwHNZ4BO96khDKfFyIEQ==
Archived-At: <https://mailarchive.ietf.org/arch/msg/quic-issues/RqwJ-XqeCnv9i9yPc6zhUf95I-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: Tue, 08 Jan 2019 15:48:23 -0000

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

@ianswett pushed 1 commit.

dc395ba7df4942979dae03394af009c193b83115  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/2316/files/89cb57e7287efba5f0871ebb1c5d1e9ebbbf1eb7..dc395ba7df4942979dae03394af009c193b83115

----==_mimepart_5c34c6453c69_26b03ff6eccd45c42226b0
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/dc395ba7df4942979dae03394af009c193b83115">dc395ba</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/2316/files/89cb57e7287efba5f0871ebb1c5d1e9ebbbf1eb7..dc395ba7df4942979dae03394af009c193b83115">View it on GitHub</a> or <a href="https://github.com/notifications/unsubscribe-auth/AWbkq2fOZfGRKg0phJTp4C94jCo6UW5Kks5vBL3FgaJpZM4Z0xaN">mute the thread</a>.<img src="https://github.com/notifications/beacon/AWbkq8R-5x25zZIw4TLP3HRKw566lCmyks5vBL3FgaJpZM4Z0xaN.gif" height="1" width="1" alt="" /></p>
<script type="application/json" data-scope="inboxmarkup">{"api_version":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name":"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"https://github.githubassets.com/images/email/message_cards/header.png","avatar_image_url":"https://github.githubassets.com/images/email/message_cards/avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/quicwg/base-drafts"}},"updates":{"snippets":[{"icon":"PERSON","message":"@ianswett pushed 1 commit in #2316"}],"action":{"name":"View Pull Request","url":"https://github.com/quicwg/base-drafts/pull/2316/files/89cb57e7287efba5f0871ebb1c5d1e9ebbbf1eb7..dc395ba7df4942979dae03394af009c193b83115"}}}</script>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/pull/2316/files/89cb57e7287efba5f0871ebb1c5d1e9ebbbf1eb7..dc395ba7df4942979dae03394af009c193b83115",
"url": "https://github.com/quicwg/base-drafts/pull/2316/files/89cb57e7287efba5f0871ebb1c5d1e9ebbbf1eb7..dc395ba7df4942979dae03394af009c193b83115",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>

----==_mimepart_5c34c6453c69_26b03ff6eccd45c42226b0--


From nobody Tue Jan  8 07:48: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 7FEFA130EA1 for <quic-issues@ietfa.amsl.com>; Tue,  8 Jan 2019 07:48:29 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -6.436
X-Spam-Level: 
X-Spam-Status: No, score=-6.436 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIMWL_WL_HIGH=-0.065, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, HTML_IMAGE_ONLY_24=1.618, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-1, RCVD_IN_DNSWL_HI=-5, SPF_PASS=-0.001, T_MIXED_ES=0.01, 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 wbIwEq37LKVr for <quic-issues@ietfa.amsl.com>; Tue,  8 Jan 2019 07:48:28 -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 DCBBF130E9D for <quic-issues@ietf.org>; Tue,  8 Jan 2019 07:48:27 -0800 (PST)
Date: Tue, 08 Jan 2019 07:48:26 -0800
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1546962507; bh=0XliI8VD9cuI32k6D3uigMTPqB804YYWgjG8TNBUnq0=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=y2+mk+vpELrq0BmUWyJb2bGhhODHsf3jf0vMDsfOHlWjw55Ek1xFZBvGB6C5DnQ5H /Uvz7bcrdiCat3FR28FGAhaLnNJNHoiz2n/rsSjtSiIDfnb8S3/4t40MtvTxzpl1vP e3ZVARq66vCdKkxTWe0cQs4WEYLsSD8JPD1FOkZY=
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/2316/push/3190623829@github.com>
In-Reply-To: <quicwg/base-drafts/pull/2316@github.com>
References: <quicwg/base-drafts/pull/2316@github.com>
Subject: Re: [quicwg/base-drafts] Suggestions from #2197 (#2316)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5c34c64ae2373_4483fb37f2d45c05254e5"; 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/2IqJjB8X8s-yMbiYUslI4gsPL58>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
List-Id: Notification list for GitHub issues related to the QUIC WG <quic-issues.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=unsubscribe>
List-Archive: <https://mailarchive.ietf.org/arch/browse/quic-issues/>
List-Post: <mailto:quic-issues@ietf.org>
List-Help: <mailto:quic-issues-request@ietf.org?subject=help>
List-Subscribe: <https://www.ietf.org/mailman/listinfo/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=subscribe>
X-List-Received-Date: Tue, 08 Jan 2019 15:48:30 -0000

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

@ianswett pushed 1 commit.

20b96fe2334f35cca2f605c354df7c3b1c66c299  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/2316/files/dc395ba7df4942979dae03394af009c193b83115..20b96fe2334f35cca2f605c354df7c3b1c66c299

----==_mimepart_5c34c64ae2373_4483fb37f2d45c05254e5
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/20b96fe2334f35cca2f605c354df7c3b1c66c299">20b96fe</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/2316/files/dc395ba7df4942979dae03394af009c193b83115..20b96fe2334f35cca2f605c354df7c3b1c66c299">View it on GitHub</a> or <a href="https://github.com/notifications/unsubscribe-auth/AWbkq97EbO0OGQO-lF0GZwoEZaS9xL9Pks5vBL3KgaJpZM4Z0xaN">mute the thread</a>.<img src="https://github.com/notifications/beacon/AWbkq2wlW_Kv7BAD-FSpPIx6oWMr_QHcks5vBL3KgaJpZM4Z0xaN.gif" height="1" width="1" alt="" /></p>
<script type="application/json" data-scope="inboxmarkup">{"api_version":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name":"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"https://github.githubassets.com/images/email/message_cards/header.png","avatar_image_url":"https://github.githubassets.com/images/email/message_cards/avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/quicwg/base-drafts"}},"updates":{"snippets":[{"icon":"PERSON","message":"@ianswett pushed 1 commit in #2316"}],"action":{"name":"View Pull Request","url":"https://github.com/quicwg/base-drafts/pull/2316/files/dc395ba7df4942979dae03394af009c193b83115..20b96fe2334f35cca2f605c354df7c3b1c66c299"}}}</script>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/pull/2316/files/dc395ba7df4942979dae03394af009c193b83115..20b96fe2334f35cca2f605c354df7c3b1c66c299",
"url": "https://github.com/quicwg/base-drafts/pull/2316/files/dc395ba7df4942979dae03394af009c193b83115..20b96fe2334f35cca2f605c354df7c3b1c66c299",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>

----==_mimepart_5c34c64ae2373_4483fb37f2d45c05254e5--


From nobody Tue Jan  8 07:57: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 6DA52130EA4 for <quic-issues@ietfa.amsl.com>; Tue,  8 Jan 2019 07:57:15 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -6.661
X-Spam-Level: 
X-Spam-Status: No, score=-6.661 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIMWL_WL_HIGH=-0.065, 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_PASS=-0.001] autolearn=ham autolearn_force=no
Authentication-Results: ietfa.amsl.com (amavisd-new); dkim=pass (1024-bit key) header.d=github.com
Received: from mail.ietf.org ([4.31.198.44]) by localhost (ietfa.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id EzxMCJa5Httj for <quic-issues@ietfa.amsl.com>; Tue,  8 Jan 2019 07:57:13 -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 8AEA9130EA1 for <quic-issues@ietf.org>; Tue,  8 Jan 2019 07:57:13 -0800 (PST)
Date: Tue, 08 Jan 2019 07:57:12 -0800
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1546963032; bh=G85mMWh3O1y9Ht1uKVKZgdRQu6P3LbZy9VPdJnFPTG4=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=tYkkmt2PgL2u2hAFRIjQS9hcKz1KBoHGRj42hrYqBAyeD2dB+MPBqJ6u90wnP3ThH NWRUjrvBqxiHDyZK2Ol1wlB14YUZpJr+xDVaLygQNA+cqJcu/UXod9w6cL3ORlCo+S euMsrYJSnyZa/kTntNxl/Jh5/pIGcHDZETsbWRIU=
From: ianswett <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+0166e4abc2e5d80e89aade058aea287b117bb9f6ea99294e92cf00000001184c8a5892a169ce17a5f021@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/pull/2316/review/190311639@github.com>
In-Reply-To: <quicwg/base-drafts/pull/2316@github.com>
References: <quicwg/base-drafts/pull/2316@github.com>
Subject: Re: [quicwg/base-drafts] Suggestions from #2197 (#2316)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5c34c858972b7_19b63fdcc78d45bc11669d"; 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/4G-xz4_1Ce8FABJxf4B5tFD774o>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
List-Id: Notification list for GitHub issues related to the QUIC WG <quic-issues.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=unsubscribe>
List-Archive: <https://mailarchive.ietf.org/arch/browse/quic-issues/>
List-Post: <mailto:quic-issues@ietf.org>
List-Help: <mailto:quic-issues-request@ietf.org?subject=help>
List-Subscribe: <https://www.ietf.org/mailman/listinfo/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=subscribe>
X-List-Received-Date: Tue, 08 Jan 2019 15:57:15 -0000

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

ianswett commented on this pull request.



> @@ -2830,13 +2830,15 @@ valid frames? -->
 
 ### Sending ACK Frames
 
-<!-- TODO: Re-read this section for flow and redundancy. -->
-
-To avoid creating an indefinite feedback loop, an endpoint MUST NOT send an ACK
-frame in response to a packet containing only ACK or PADDING frames, even if
-there are packet gaps which precede the received packet.  The endpoint MUST
-however acknowledge packets containing only ACK or PADDING frames when sending
-ACK frames in response to other packets.
+ACK frames are sent to acknowledge received packets and indicate the frames
+within them has been processed. An endpoint MUST NOT send more than one packet

After re-reading the text in the section before, I decided to drop this new 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/2316#discussion_r246050457
----==_mimepart_5c34c858972b7_19b63fdcc78d45bc11669d
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/2316#discussion_r246050457">draft-ietf-quic-transport.md</a>:</p>
<pre style='color:#555'>&gt; @@ -2830,13 +2830,15 @@ valid frames? --&gt;
 
 ### Sending ACK Frames
 
-&lt;!-- TODO: Re-read this section for flow and redundancy. --&gt;
-
-To avoid creating an indefinite feedback loop, an endpoint MUST NOT send an ACK
-frame in response to a packet containing only ACK or PADDING frames, even if
-there are packet gaps which precede the received packet.  The endpoint MUST
-however acknowledge packets containing only ACK or PADDING frames when sending
-ACK frames in response to other packets.
+ACK frames are sent to acknowledge received packets and indicate the frames
+within them has been processed. An endpoint MUST NOT send more than one packet
</pre>
<p>After re-reading the text in the section before, I decided to drop this new 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/2316#discussion_r246050457">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AWbkq7ajiw4B2UB2t3Rd_BoPQwspF5kyks5vBL_YgaJpZM4Z0xaN">mute the thread</a>.<img src="https://github.com/notifications/beacon/AWbkq6lwFB8eVwtu6A05jif2M018cJl7ks5vBL_YgaJpZM4Z0xaN.gif" height="1" width="1" alt="" /></p>
<script type="application/json" data-scope="inboxmarkup">{"api_version":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name":"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"https://github.githubassets.com/images/email/message_cards/header.png","avatar_image_url":"https://github.githubassets.com/images/email/message_cards/avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/quicwg/base-drafts"}},"updates":{"snippets":[{"icon":"PERSON","message":"@ianswett commented on #2316"}],"action":{"name":"View Pull Request","url":"https://github.com/quicwg/base-drafts/pull/2316#discussion_r246050457"}}}</script>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/pull/2316#discussion_r246050457",
"url": "https://github.com/quicwg/base-drafts/pull/2316#discussion_r246050457",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>
----==_mimepart_5c34c858972b7_19b63fdcc78d45bc11669d--


From nobody Tue Jan  8 08: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 DBA3D130EB0 for <quic-issues@ietfa.amsl.com>; Tue,  8 Jan 2019 08:01:06 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -6.447
X-Spam-Level: 
X-Spam-Status: No, score=-6.447 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIMWL_WL_HIGH=-0.065, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, HTML_IMAGE_ONLY_24=1.618, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-1, RCVD_IN_DNSWL_HI=-5, SPF_PASS=-0.001] autolearn=ham autolearn_force=no
Authentication-Results: ietfa.amsl.com (amavisd-new); dkim=pass (1024-bit key) header.d=github.com
Received: from mail.ietf.org ([4.31.198.44]) by localhost (ietfa.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id hXpy0ZmAWZuJ for <quic-issues@ietfa.amsl.com>; Tue,  8 Jan 2019 08:01: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 2B8D1130EA4 for <quic-issues@ietf.org>; Tue,  8 Jan 2019 08:01:05 -0800 (PST)
Date: Tue, 08 Jan 2019 08:01:04 -0800
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1546963264; bh=xLIX5yFBnN7JZP+b4qpPEodqq5AhJiiLmZqE66zKjW8=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=mcTx3I7GCucsXh3Xx/IlAu+Q3/hf8UtidaM1AdJOQudc9rjEC6dw3Q9/F9eY4BkDO /AFkbcbr20rfsotcpWJ6rhTdtUe+CQRCe5easyk+Y+g0st2TXCJ5rHYbGHiZH/fSaP pK42RGXrawsshXO9sJQXtTgQo2/uxQaMU8zMLhM8=
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/2316/push/3190672197@github.com>
In-Reply-To: <quicwg/base-drafts/pull/2316@github.com>
References: <quicwg/base-drafts/pull/2316@github.com>
Subject: Re: [quicwg/base-drafts] Suggestions from #2197 (#2316)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5c34c9403b596_31c53fb2226d45c01371ac"; 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/Fm9kGHV06TimQLpWA2u9XO_JegQ>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
List-Id: Notification list for GitHub issues related to the QUIC WG <quic-issues.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=unsubscribe>
List-Archive: <https://mailarchive.ietf.org/arch/browse/quic-issues/>
List-Post: <mailto:quic-issues@ietf.org>
List-Help: <mailto:quic-issues-request@ietf.org?subject=help>
List-Subscribe: <https://www.ietf.org/mailman/listinfo/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=subscribe>
X-List-Received-Date: Tue, 08 Jan 2019 16:01:07 -0000

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

@ianswett pushed 1 commit.

9781113ba93d2f49e1ded947a814dda4b7128cec  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/2316/files/20b96fe2334f35cca2f605c354df7c3b1c66c299..9781113ba93d2f49e1ded947a814dda4b7128cec

----==_mimepart_5c34c9403b596_31c53fb2226d45c01371ac
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/9781113ba93d2f49e1ded947a814dda4b7128cec">9781113</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/2316/files/20b96fe2334f35cca2f605c354df7c3b1c66c299..9781113ba93d2f49e1ded947a814dda4b7128cec">View it on GitHub</a> or <a href="https://github.com/notifications/unsubscribe-auth/AWbkqyc_yBD6-6kvzrabVKkqNwwLlut4ks5vBMDAgaJpZM4Z0xaN">mute the thread</a>.<img src="https://github.com/notifications/beacon/AWbkq8XMB9PhxY1pqU9JDB-oQCwEvPYdks5vBMDAgaJpZM4Z0xaN.gif" height="1" width="1" alt="" /></p>
<script type="application/json" data-scope="inboxmarkup">{"api_version":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name":"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"https://github.githubassets.com/images/email/message_cards/header.png","avatar_image_url":"https://github.githubassets.com/images/email/message_cards/avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/quicwg/base-drafts"}},"updates":{"snippets":[{"icon":"PERSON","message":"@ianswett pushed 1 commit in #2316"}],"action":{"name":"View Pull Request","url":"https://github.com/quicwg/base-drafts/pull/2316/files/20b96fe2334f35cca2f605c354df7c3b1c66c299..9781113ba93d2f49e1ded947a814dda4b7128cec"}}}</script>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/pull/2316/files/20b96fe2334f35cca2f605c354df7c3b1c66c299..9781113ba93d2f49e1ded947a814dda4b7128cec",
"url": "https://github.com/quicwg/base-drafts/pull/2316/files/20b96fe2334f35cca2f605c354df7c3b1c66c299..9781113ba93d2f49e1ded947a814dda4b7128cec",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>

----==_mimepart_5c34c9403b596_31c53fb2226d45c01371ac--


From nobody Tue Jan  8 08:01: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 28AA8130EB2 for <quic-issues@ietfa.amsl.com>; Tue,  8 Jan 2019 08:01:13 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -8.064
X-Spam-Level: 
X-Spam-Status: No, score=-8.064 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIMWL_WL_HIGH=-0.065, 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_PASS=-0.001] autolearn=ham autolearn_force=no
Authentication-Results: ietfa.amsl.com (amavisd-new); dkim=pass (1024-bit key) header.d=github.com
Received: from mail.ietf.org ([4.31.198.44]) by localhost (ietfa.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id cKQsF4TdL3qT for <quic-issues@ietfa.amsl.com>; Tue,  8 Jan 2019 08:01: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 AD53B130EB5 for <quic-issues@ietf.org>; Tue,  8 Jan 2019 08:01:11 -0800 (PST)
Date: Tue, 08 Jan 2019 08:01:10 -0800
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1546963270; bh=yCD2D1m9/vkO2JfjdYyjpLvQkNOUP+xpcAoOw8YM89s=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=a/rAKmTgaEqAckV5MZusKmZ47IZ6/H4qNqFY3NOH+MdPdDH8F/ahhn2BTk9BztNZx c9qJT2oZvJcu06hSAzgRx5jgvgeCb21i9Ltz83pSrBMP7UCmmHOUQubyc5tE7PU7MN /IWtoynwL5Zn4gPVUDLxknyIqcJx3jWcDyEr/WNA=
From: ianswett <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+0166e4abc4b0050173f67b50a56d4e63d57e68473df13fc692cf00000001184c8b4692a169ce17a5f021@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/pull/2316/review/190313786@github.com>
In-Reply-To: <quicwg/base-drafts/pull/2316@github.com>
References: <quicwg/base-drafts/pull/2316@github.com>
Subject: Re: [quicwg/base-drafts] Suggestions from #2197 (#2316)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5c34c946d5f06_432f3fbde96d45c01827fc"; 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/V5s_elXdgoYJIwDijpCCSB_n8bc>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
List-Id: Notification list for GitHub issues related to the QUIC WG <quic-issues.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=unsubscribe>
List-Archive: <https://mailarchive.ietf.org/arch/browse/quic-issues/>
List-Post: <mailto:quic-issues@ietf.org>
List-Help: <mailto:quic-issues-request@ietf.org?subject=help>
List-Subscribe: <https://www.ietf.org/mailman/listinfo/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=subscribe>
X-List-Received-Date: Tue, 08 Jan 2019 16:01:13 -0000

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

ianswett commented on this pull request.



> @@ -2830,13 +2830,15 @@ valid frames? -->
 
 ### Sending ACK Frames
 
-<!-- TODO: Re-read this section for flow and redundancy. -->
-
-To avoid creating an indefinite feedback loop, an endpoint MUST NOT send an ACK
-frame in response to a packet containing only ACK or PADDING frames, even if
-there are packet gaps which precede the received packet.  The endpoint MUST
-however acknowledge packets containing only ACK or PADDING frames when sending
-ACK frames in response to other packets.
+ACK frames are sent to acknowledge received packets and indicate the frames
+within them has been processed. An endpoint MUST NOT send more than one packet
+containing only an ACK frame per received packet that contains frames other
+than ACK and PADDING frames. Specifically, to avoid creating an indefinite

Updated, 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/2316#discussion_r246052148
----==_mimepart_5c34c946d5f06_432f3fbde96d45c01827fc
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/2316#discussion_r246052148">draft-ietf-quic-transport.md</a>:</p>
<pre style='color:#555'>&gt; @@ -2830,13 +2830,15 @@ valid frames? --&gt;
 
 ### Sending ACK Frames
 
-&lt;!-- TODO: Re-read this section for flow and redundancy. --&gt;
-
-To avoid creating an indefinite feedback loop, an endpoint MUST NOT send an ACK
-frame in response to a packet containing only ACK or PADDING frames, even if
-there are packet gaps which precede the received packet.  The endpoint MUST
-however acknowledge packets containing only ACK or PADDING frames when sending
-ACK frames in response to other packets.
+ACK frames are sent to acknowledge received packets and indicate the frames
+within them has been processed. An endpoint MUST NOT send more than one packet
+containing only an ACK frame per received packet that contains frames other
+than ACK and PADDING frames. Specifically, to avoid creating an indefinite
</pre>
<p>Updated, 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/2316#discussion_r246052148">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AWbkq04ZabZPz3qKQOlQoTZY_YrINSPyks5vBMDGgaJpZM4Z0xaN">mute the thread</a>.<img src="https://github.com/notifications/beacon/AWbkq8FPEirIAsjfAzg3tiiMw2rmF-rvks5vBMDGgaJpZM4Z0xaN.gif" height="1" width="1" alt="" /></p>
<script type="application/json" data-scope="inboxmarkup">{"api_version":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name":"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"https://github.githubassets.com/images/email/message_cards/header.png","avatar_image_url":"https://github.githubassets.com/images/email/message_cards/avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/quicwg/base-drafts"}},"updates":{"snippets":[{"icon":"PERSON","message":"@ianswett commented on #2316"}],"action":{"name":"View Pull Request","url":"https://github.com/quicwg/base-drafts/pull/2316#discussion_r246052148"}}}</script>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/pull/2316#discussion_r246052148",
"url": "https://github.com/quicwg/base-drafts/pull/2316#discussion_r246052148",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>
----==_mimepart_5c34c946d5f06_432f3fbde96d45c01827fc--


From nobody Tue Jan  8 08:02:48 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 9F8A8130EBE for <quic-issues@ietfa.amsl.com>; Tue,  8 Jan 2019 08:02:46 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -3.064
X-Spam-Level: 
X-Spam-Status: No, score=-3.064 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIMWL_WL_HIGH=-0.065, 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_PASS=-0.001] autolearn=ham autolearn_force=no
Authentication-Results: ietfa.amsl.com (amavisd-new); dkim=pass (1024-bit key) header.d=github.com
Received: from mail.ietf.org ([4.31.198.44]) by localhost (ietfa.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id Bn_4m3VQg_Aw for <quic-issues@ietfa.amsl.com>; Tue,  8 Jan 2019 08:02:44 -0800 (PST)
Received: from o5.sgmail.github.com (o5.sgmail.github.com [192.254.113.10]) (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 0B6E5130EB0 for <quic-issues@ietf.org>; Tue,  8 Jan 2019 08:02:43 -0800 (PST)
DKIM-Signature: v=1; a=rsa-sha1; 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=h0eK6hs9Pq4F5vnG9g7tuf3OSJM=; b=o9onmCqqDwOUEqxz WmWWxG00p8fZVXjDlKWZdZexZiQBV8uVBMjJ9+b0dNENTPXUO4UdsCOp4TS7lhBO F3Q6VToqMSpTTYt6kVcOlhVKHakSMIgxiKi6lZCNBM8e/SOt6vx+jZ6hceR8aeNq KMKzTUozLKKtxA12GWzMOPo3gug=
Received: by filter0332p1iad2.sendgrid.net with SMTP id filter0332p1iad2-12472-5C34C9A2-42 2019-01-08 16:02:42.542749958 +0000 UTC m=+44293.466768007
Received: from github-lowworker-e711880.cp1-iad.github.net (unknown [192.30.252.45]) by ismtpd0015p1iad2.sendgrid.net (SG) with ESMTP id e-23lVGRQxWjaj2CVvXRwg for <quic-issues@ietf.org>; Tue, 08 Jan 2019 16:02:42.544 +0000 (UTC)
Received: from github.com (localhost [127.0.0.1]) by github-lowworker-e711880.cp1-iad.github.net (Postfix) with ESMTP id 805E34403C4 for <quic-issues@ietf.org>; Tue,  8 Jan 2019 08:02:42 -0800 (PST)
Date: Tue, 08 Jan 2019 16:02:42 +0000 (UTC)
From: MikkelFJ <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+0166e4abf7ef8f59f82bbc04acf524dea65f26a44092eb9a92cf00000001184c8ba292a169ce179f005f@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/pull/2300/review/190314666@github.com>
In-Reply-To: <quicwg/base-drafts/pull/2300@github.com>
References: <quicwg/base-drafts/pull/2300@github.com>
Subject: Re: [quicwg/base-drafts] Discard 0-RTT packet state when rejected (#2300)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5c34c9a27ec2d_5d083fc163ad45bc8428e"; 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
X-SG-EID: l64QuQ2uJCcEyUykJbxN122A6QRmEpucztpreh3Pak2Ef/mtv5JY9Tw9vltvghG+wF54EWPdK+WOUs GM/3Av2YLvep4pz6rA72KsK8VuNuiFIlr0PwAcWAroM8J1122Is5UruYwDkJxiRjf3qznt0LCRkz5d rpOL9GQD2qNkcspxxjmdkGsNqnRsFGWrcG8nSCUTzW1+Bi++HcUIdMno9bzIEXMQ/Xcx0bVzoIvMig Y=
Archived-At: <https://mailarchive.ietf.org/arch/msg/quic-issues/7XOz6qO6OD3itfrjZ6EeyeHkb8M>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
List-Id: Notification list for GitHub issues related to the QUIC WG <quic-issues.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=unsubscribe>
List-Archive: <https://mailarchive.ietf.org/arch/browse/quic-issues/>
List-Post: <mailto:quic-issues@ietf.org>
List-Help: <mailto:quic-issues-request@ietf.org?subject=help>
List-Subscribe: <https://www.ietf.org/mailman/listinfo/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=subscribe>
X-List-Received-Date: Tue, 08 Jan 2019 16:02:46 -0000

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

mikkelfj commented on this pull request.



> @@ -1001,12 +1001,20 @@ after idle periods, such as those proposed for TCP in {{?RFC7661}}.
 
 ## Discarding Packet Number Space State
 
-When keys for an packet number space are discarded, any packets sent with those
-keys are removed from the count of bytes in flight.  No loss events will occur
-any in-flight packets from that space, as a result of discarding loss recovery
-state (see {{discard-initial}}).  Note that it is expected that keys are
-discarded after those packets would be declared lost, but Initial secrets are
-destroyed earlier.
+When keys for an packet number space are discarded, any in-flight packets

```suggestion
When keys for a packet number space are discarded, any in-flight 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/2300#pullrequestreview-190314666
----==_mimepart_5c34c9a27ec2d_5d083fc163ad45bc8428e
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: quoted-printable

<p><b>@mikkelfj</b> commented on this pull request.</p>=0D
=0D
<hr>=0D
=0D
<p>In <a href=3D"https://github.com/quicwg/base-drafts/pull/2300#discussion=
_r246052840">draft-ietf-quic-recovery.md</a>:</p>=0D
<pre style=3D'color:#555'>&gt; @@ -1001,12 +1001,20 @@ after idle periods, =
such as those proposed for TCP in {{?RFC7661}}.=0D
 =0D
 ## Discarding Packet Number Space State=0D
 =0D
-When keys for an packet number space are discarded, any packets sent with =
those=0D
-keys are removed from the count of bytes in flight.  No loss events will o=
ccur=0D
-any in-flight packets from that space, as a result of discarding loss reco=
very=0D
-state (see {{discard-initial}}).  Note that it is expected that keys are=
=0D
-discarded after those packets would be declared lost, but Initial secrets =
are=0D
-destroyed earlier.=0D
+When keys for an packet number space are discarded, any in-flight packets=
=0D
</pre>=0D
=E2=AC=87=EF=B8=8F Suggested change=0D
<pre style=3D"color: #555">-When keys for an packet number space are discar=
ded, any in-flight packets=0D
+When keys for a packet number space are discarded, any in-flight packets=
=0D
</pre>=0D
=0D
=0D
<p style=3D"font-size:small;-webkit-text-size-adjust:none;color:#666;">&mda=
sh;<br />You are receiving this because you are subscribed to this thread.<=
br />Reply to this email directly, <a href=3D"https://github.com/quicwg/bas=
e-drafts/pull/2300#pullrequestreview-190314666">view it on GitHub</a>, or <=
a href=3D"https://github.com/notifications/unsubscribe-auth/AWbkq_S7JbJipSk=
XX57u3uscoSTUTf7Kks5vBMEigaJpZM4ZynWo">mute the thread</a>.<img src=3D"http=
s://github.com/notifications/beacon/AWbkq2PKY2RVQwah7cV5l6RKTPVvxdG7ks5vBME=
igaJpZM4ZynWo.gif" height=3D"1" width=3D"1" alt=3D"" /></p>=0D
<script type=3D"application/json" data-scope=3D"inboxmarkup">{"api_version"=
:"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name":"Gi=
tHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"quicwg=
/base-drafts","subtitle":"GitHub repository","main_image_url":"https://gith=
ub.githubassets.com/images/email/message_cards/header.png","avatar_image_ur=
l":"https://github.githubassets.com/images/email/message_cards/avatar.png",=
"action":{"name":"Open in GitHub","url":"https://github.com/quicwg/base-dra=
fts"}},"updates":{"snippets":[{"icon":"PERSON","message":"@mikkelfj comment=
ed on #2300"}],"action":{"name":"View Pull Request","url":"https://github.c=
om/quicwg/base-drafts/pull/2300#pullrequestreview-190314666"}}}</script>=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/2300#pullrequestrevie=
w-190314666",=0D
"url": "https://github.com/quicwg/base-drafts/pull/2300#pullrequestreview-1=
90314666",=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_5c34c9a27ec2d_5d083fc163ad45bc8428e--


From nobody Tue Jan  8 08:07:26 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 A1371130EBF for <quic-issues@ietfa.amsl.com>; Tue,  8 Jan 2019 08:07:24 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -1.446
X-Spam-Level: 
X-Spam-Status: No, score=-1.446 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIMWL_WL_HIGH=-0.065, DKIM_SIGNED=0.1, DKIM_VALID=-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_PASS=-0.001, URIBL_BLOCKED=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 M3OwifGVvusN for <quic-issues@ietfa.amsl.com>; Tue,  8 Jan 2019 08:07:23 -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 E8F9C130EC6 for <quic-issues@ietf.org>; Tue,  8 Jan 2019 08:07:21 -0800 (PST)
DKIM-Signature: v=1; a=rsa-sha1; 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=dNEqs7ZFHXQ0091e7HJ3oHXmbZo=; b=LXkgGKq5FNO1tCFi +u35IKEkevw7snomQPFeeop4tyesR1OA+SPs2wScBQ2FwsZ9zUL0g2dYJkxYustS 5FvX+ssvK200itRVNChbK+Ooes6b0xH+PG9XxO7PsyRbTDFBgxWs3MOnoBYgm5Ry Ac/P6auEi5B3HxnBYVCzRumW4HM=
Received: by filter1178p1las1.sendgrid.net with SMTP id filter1178p1las1-11756-5C34CAB8-40 2019-01-08 16:07:20.692208391 +0000 UTC m=+46262.358889883
Received: from github-lowworker-e51511d.cp1-iad.github.net (unknown [192.30.252.34]) by ismtpd0032p1iad2.sendgrid.net (SG) with ESMTP id ZMU1hufWTXmWXZ5Caxlo2A for <quic-issues@ietf.org>; Tue, 08 Jan 2019 16:07:20.602 +0000 (UTC)
Received: from github.com (localhost [127.0.0.1]) by github-lowworker-e51511d.cp1-iad.github.net (Postfix) with ESMTP id 91E37809A1 for <quic-issues@ietf.org>; Tue,  8 Jan 2019 08:07:20 -0800 (PST)
Date: Tue, 08 Jan 2019 16:07:20 +0000 (UTC)
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/2316/push/3190694924@github.com>
In-Reply-To: <quicwg/base-drafts/pull/2316@github.com>
References: <quicwg/base-drafts/pull/2316@github.com>
Subject: Re: [quicwg/base-drafts] Suggestions from #2197 (#2316)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5c34cab88fcf1_9183fcbbc0d45b8181770"; 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
X-SG-EID: l64QuQ2uJCcEyUykJbxN122A6QRmEpucztpreh3Pak3fT89oGuOeDPppNZmRL8fE0m++mFX73DK1bD JXjFLqk/1m1ZPagZKM8b7zUrOjWMGpk0hKCBZvH29LynqmBl6OCceBLnrxDJ0zNBXdJq+UnRmOwtJi TGRqcnO8kJXVw4gTyJ9qXiXUP7ik+Cgbcop5+dCsjskn65Oucx2gHi1TOuw+EbuQ/SGMDIwEo/pzCc E=
Archived-At: <https://mailarchive.ietf.org/arch/msg/quic-issues/lMoxemeP5qjV1-_HwNg7WvY6hbQ>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
List-Id: Notification list for GitHub issues related to the QUIC WG <quic-issues.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=unsubscribe>
List-Archive: <https://mailarchive.ietf.org/arch/browse/quic-issues/>
List-Post: <mailto:quic-issues@ietf.org>
List-Help: <mailto:quic-issues-request@ietf.org?subject=help>
List-Subscribe: <https://www.ietf.org/mailman/listinfo/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=subscribe>
X-List-Received-Date: Tue, 08 Jan 2019 16:07:25 -0000

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

@ianswett pushed 1 commit.

9d0d47d518be52df913f77f1dad44a28e35e32a1  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/2316/files/9781113ba93d2f49e1ded947a814dda4b7128cec..9d0d47d518be52df913f77f1dad44a28e35e32a1

----==_mimepart_5c34cab88fcf1_9183fcbbc0d45b8181770
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/9d0d47d518be52df913f77f1dad44a28e35e32a1">9d0d47d</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/2316/files/9781113ba93d2f49e1ded947a814dda4b7128cec..9d0d47d518be52df913f77f1dad44a28e35e32a1">View it on GitHub</a> or <a href="https://github.com/notifications/unsubscribe-auth/AWbkq6pwQW1cPXQA_baLAxTNUVUjServks5vBMI4gaJpZM4Z0xaN">mute the thread</a>.<img src="https://github.com/notifications/beacon/AWbkq-sjrELTapF-fUDE-CpMNedTJcp6ks5vBMI4gaJpZM4Z0xaN.gif" height="1" width="1" alt="" /></p>
<script type="application/json" data-scope="inboxmarkup">{"api_version":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name":"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"https://github.githubassets.com/images/email/message_cards/header.png","avatar_image_url":"https://github.githubassets.com/images/email/message_cards/avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/quicwg/base-drafts"}},"updates":{"snippets":[{"icon":"PERSON","message":"@ianswett pushed 1 commit in #2316"}],"action":{"name":"View Pull Request","url":"https://github.com/quicwg/base-drafts/pull/2316/files/9781113ba93d2f49e1ded947a814dda4b7128cec..9d0d47d518be52df913f77f1dad44a28e35e32a1"}}}</script>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/pull/2316/files/9781113ba93d2f49e1ded947a814dda4b7128cec..9d0d47d518be52df913f77f1dad44a28e35e32a1",
"url": "https://github.com/quicwg/base-drafts/pull/2316/files/9781113ba93d2f49e1ded947a814dda4b7128cec..9d0d47d518be52df913f77f1dad44a28e35e32a1",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>

----==_mimepart_5c34cab88fcf1_9183fcbbc0d45b8181770--


From nobody Tue Jan  8 08:09: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 C6813130F0E for <quic-issues@ietfa.amsl.com>; Tue,  8 Jan 2019 08:09:19 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -6.446
X-Spam-Level: 
X-Spam-Status: No, score=-6.446 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIMWL_WL_HIGH=-0.065, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, HTML_IMAGE_ONLY_24=1.618, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-1, RCVD_IN_DNSWL_HI=-5, 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 FjVabcUDTZQR for <quic-issues@ietfa.amsl.com>; Tue,  8 Jan 2019 08:09: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 BA8C3130F15 for <quic-issues@ietf.org>; Tue,  8 Jan 2019 08:09:17 -0800 (PST)
Date: Tue, 08 Jan 2019 08:09:16 -0800
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1546963756; bh=N0Z2qOh4ff1CnS6X2QCz304AhcizM4hqfM4UEGq1YQ8=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=V2ov6HOCf30/kufwpyS0gKdW2diqsHsvGzEGtPW9+M/MjO2jsIdgeNgSOPbvxcjVX q3Wavvt5xGtAsJ6TQ2eS6SPyEl6EGgudS0XdpG8c9M3NamWaIOmJOfsWUMXFF7usc2 WQ+r1vqjQadaL8VttKNnTjszm7DMLPZmJnf3Xs1E=
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/2316/push/3190701727@github.com>
In-Reply-To: <quicwg/base-drafts/pull/2316@github.com>
References: <quicwg/base-drafts/pull/2316@github.com>
Subject: Re: [quicwg/base-drafts] Suggestions from #2197 (#2316)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5c34cb2cce550_267d3f9f6f6d45b82638ab"; 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/WDr_jSF1oMRDQ8dQO77r4Lwy9DA>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
List-Id: Notification list for GitHub issues related to the QUIC WG <quic-issues.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=unsubscribe>
List-Archive: <https://mailarchive.ietf.org/arch/browse/quic-issues/>
List-Post: <mailto:quic-issues@ietf.org>
List-Help: <mailto:quic-issues-request@ietf.org?subject=help>
List-Subscribe: <https://www.ietf.org/mailman/listinfo/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=subscribe>
X-List-Received-Date: Tue, 08 Jan 2019 16:09:26 -0000

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

@ianswett pushed 1 commit.

14509348d8918e9e7246dbbedba51723df490886  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/2316/files/9d0d47d518be52df913f77f1dad44a28e35e32a1..14509348d8918e9e7246dbbedba51723df490886

----==_mimepart_5c34cb2cce550_267d3f9f6f6d45b82638ab
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/14509348d8918e9e7246dbbedba51723df490886">1450934</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/2316/files/9d0d47d518be52df913f77f1dad44a28e35e32a1..14509348d8918e9e7246dbbedba51723df490886">View it on GitHub</a> or <a href="https://github.com/notifications/unsubscribe-auth/AWbkq0y0lrqEqQON_NRmAv1hFB5UUQfOks5vBMKsgaJpZM4Z0xaN">mute the thread</a>.<img src="https://github.com/notifications/beacon/AWbkqyIa27EJl9F4hckvjdwwVcyo0yFfks5vBMKsgaJpZM4Z0xaN.gif" height="1" width="1" alt="" /></p>
<script type="application/json" data-scope="inboxmarkup">{"api_version":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name":"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"https://github.githubassets.com/images/email/message_cards/header.png","avatar_image_url":"https://github.githubassets.com/images/email/message_cards/avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/quicwg/base-drafts"}},"updates":{"snippets":[{"icon":"PERSON","message":"@ianswett pushed 1 commit in #2316"}],"action":{"name":"View Pull Request","url":"https://github.com/quicwg/base-drafts/pull/2316/files/9d0d47d518be52df913f77f1dad44a28e35e32a1..14509348d8918e9e7246dbbedba51723df490886"}}}</script>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/pull/2316/files/9d0d47d518be52df913f77f1dad44a28e35e32a1..14509348d8918e9e7246dbbedba51723df490886",
"url": "https://github.com/quicwg/base-drafts/pull/2316/files/9d0d47d518be52df913f77f1dad44a28e35e32a1..14509348d8918e9e7246dbbedba51723df490886",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>

----==_mimepart_5c34cb2cce550_267d3f9f6f6d45b82638ab--


From nobody Tue Jan  8 08:11: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 9E521130ECF for <quic-issues@ietfa.amsl.com>; Tue,  8 Jan 2019 08:11:00 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -6.446
X-Spam-Level: 
X-Spam-Status: No, score=-6.446 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIMWL_WL_HIGH=-0.065, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, HTML_IMAGE_ONLY_24=1.618, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-1, RCVD_IN_DNSWL_HI=-5, 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 UCiUkTl1I9C1 for <quic-issues@ietfa.amsl.com>; Tue,  8 Jan 2019 08:10: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 52B2E130EBF for <quic-issues@ietf.org>; Tue,  8 Jan 2019 08:10:59 -0800 (PST)
Date: Tue, 08 Jan 2019 08:10:58 -0800
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1546963858; bh=LxJAA7Ke6hEM+70M16qFkXN54cUxpk+QRr74UZ2O18w=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=W18o5Xi2hnucFpQt7rsvh+xnz2iyRs+fa5Z5k2PN8Fb+Nn+gewFcQgl0X0bq+1Ddi QrUZgA8ak0cRbUYKHViVvZ758lYq+8biVjEw9w/2plBA5nQBCLP9OmHLiM2qs6hC8R rTLaih3UBxOcFSVvdp0PaKl+DPmZs+hC5IPgT1fU=
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/2300/push/3190707911@github.com>
In-Reply-To: <quicwg/base-drafts/pull/2300@github.com>
References: <quicwg/base-drafts/pull/2300@github.com>
Subject: Re: [quicwg/base-drafts] Discard 0-RTT packet state when rejected (#2300)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5c34cb9273257_3cab3faa22ed45c01072e9"; 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/_GS8n341rdJDZPBSwa6MWg6hyyI>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
List-Id: Notification list for GitHub issues related to the QUIC WG <quic-issues.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=unsubscribe>
List-Archive: <https://mailarchive.ietf.org/arch/browse/quic-issues/>
List-Post: <mailto:quic-issues@ietf.org>
List-Help: <mailto:quic-issues-request@ietf.org?subject=help>
List-Subscribe: <https://www.ietf.org/mailman/listinfo/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=subscribe>
X-List-Received-Date: Tue, 08 Jan 2019 16:11:00 -0000

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

@ianswett pushed 1 commit.

06a2730bf9365697de226cb337899329230952ff  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/2300/files/6f41eb37aea26827e1ea170d39846baf5d288cdd..06a2730bf9365697de226cb337899329230952ff

----==_mimepart_5c34cb9273257_3cab3faa22ed45c01072e9
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/06a2730bf9365697de226cb337899329230952ff">06a2730</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/2300/files/6f41eb37aea26827e1ea170d39846baf5d288cdd..06a2730bf9365697de226cb337899329230952ff">View it on GitHub</a> or <a href="https://github.com/notifications/unsubscribe-auth/AWbkq2qYGwbCWdSEcjGmj34PCAOz-xYbks5vBMMSgaJpZM4ZynWo">mute the thread</a>.<img src="https://github.com/notifications/beacon/AWbkqzxybMWsVykJDioux14XOKPNj4Gaks5vBMMSgaJpZM4ZynWo.gif" height="1" width="1" alt="" /></p>
<script type="application/json" data-scope="inboxmarkup">{"api_version":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name":"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"https://github.githubassets.com/images/email/message_cards/header.png","avatar_image_url":"https://github.githubassets.com/images/email/message_cards/avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/quicwg/base-drafts"}},"updates":{"snippets":[{"icon":"PERSON","message":"@ianswett pushed 1 commit in #2300"}],"action":{"name":"View Pull Request","url":"https://github.com/quicwg/base-drafts/pull/2300/files/6f41eb37aea26827e1ea170d39846baf5d288cdd..06a2730bf9365697de226cb337899329230952ff"}}}</script>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/pull/2300/files/6f41eb37aea26827e1ea170d39846baf5d288cdd..06a2730bf9365697de226cb337899329230952ff",
"url": "https://github.com/quicwg/base-drafts/pull/2300/files/6f41eb37aea26827e1ea170d39846baf5d288cdd..06a2730bf9365697de226cb337899329230952ff",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>

----==_mimepart_5c34cb9273257_3cab3faa22ed45c01072e9--


From nobody Tue Jan  8 08:12: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 0A245130ED4 for <quic-issues@ietfa.amsl.com>; Tue,  8 Jan 2019 08:12:52 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -6.66
X-Spam-Level: 
X-Spam-Status: No, score=-6.66 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIMWL_WL_HIGH=-0.065, 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_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 zViYc1C5H3nD for <quic-issues@ietfa.amsl.com>; Tue,  8 Jan 2019 08:12: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 2403A130EBB for <quic-issues@ietf.org>; Tue,  8 Jan 2019 08:12:50 -0800 (PST)
Date: Tue, 08 Jan 2019 08:12:49 -0800
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1546963969; bh=IVhGoGS1TYu8gk707dLDs7HaMMMCDK77Uu/fc5asf4Y=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=xzkUfxWGfBWb/m6nsMP2pLgl8IuO+Z2ZAKkikPJ7IUgF5JpeqdN3zBDJBfm1h36sl XGNgtDVHo6H6L69HJ7QVd6KTgtYYvwBcf12Iyner8dW+5wKtbGb8Ojq3BhUnPdkHYw +NwIu70ce51WbipYWGyq1k8Yc7uCk8IzOZ92yBC8=
From: MikkelFJ <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+0166e4abe921c8472479173309370eea7fb75425ea29967492cf00000001184c8e0192a163ce01e65252@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/commit/9d0d47d518be52df913f77f1dad44a28e35e32a1/31871570@github.com>
In-Reply-To: <quicwg/base-drafts/commit/9d0d47d518be52df913f77f1dad44a28e35e32a1@github.com>
References: <quicwg/base-drafts/commit/9d0d47d518be52df913f77f1dad44a28e35e32a1@github.com>
Subject: Re: [quicwg/base-drafts] Update draft-ietf-quic-transport.md (9d0d47d)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5c34cc01b1aa_432f3fbde96d45c0301749"; 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/RbNqyeXeVTu2jdudPjWR_bJnPUM>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
List-Id: Notification list for GitHub issues related to the QUIC WG <quic-issues.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=unsubscribe>
List-Archive: <https://mailarchive.ietf.org/arch/browse/quic-issues/>
List-Post: <mailto:quic-issues@ietf.org>
List-Help: <mailto:quic-issues-request@ietf.org?subject=help>
List-Subscribe: <https://www.ietf.org/mailman/listinfo/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=subscribe>
X-List-Received-Date: Tue, 08 Jan 2019 16:12:52 -0000

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

I think some clarification is needed to suggest that packets are still ack'ed even if they do not trigger ACK. I know this is probably specified elsewhere but I find it slightly misleading here. I'm not sure how to formulate this succinct 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/commit/9d0d47d518be52df913f77f1dad44a28e35e32a1#commitcomment-31871570
----==_mimepart_5c34cc01b1aa_432f3fbde96d45c0301749
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: quoted-printable

<p>I think some clarification is needed to suggest that packets are still=
 ack'ed even if they do not trigger ACK. I know this is probably specifie=
d elsewhere but I find it slightly misleading here. I'm not sure how to f=
ormulate this succinct though.</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/commit/9d0d47d518be52df913f77f1dad44a28e35e32a1#commitcomm=
ent-31871570">view it on GitHub</a>, or <a href=3D"https://github.com/not=
ifications/unsubscribe-auth/AWbkq_5iKWFPb5sNiNchdYM652jH4so5ks5vBMOBgaJpZ=
M4Z1yjW">mute the thread</a>.<img src=3D"https://github.com/notifications=
/beacon/AWbkq70W-z9BsKq0sUd67ekdsO1RsyoIks5vBMOBgaJpZM4Z1yjW.gif" height=3D=
"1" width=3D"1" alt=3D"" /></p>
<script type=3D"application/json" data-scope=3D"inboxmarkup">{"api_versio=
n":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name"=
:"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"=
quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"http=
s://github.githubassets.com/images/email/message_cards/header.png","avata=
r_image_url":"https://github.githubassets.com/images/email/message_cards/=
avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/q=
uicwg/base-drafts"}},"updates":{"snippets":[{"icon":"PERSON","message":"@=
mikkelfj on 9d0d47d: I think some clarification is needed to suggest that=
 packets are still ack'ed even if they do not trigger ACK. I know this is=
 probably specified elsewhere but I find it slightly misleading here. I'm=
 not sure how to formulate this succinct though.\r\n   \r\n "}],"action":=
{"name":"View Commit","url":"https://github.com/quicwg/base-drafts/commit=
/9d0d47d518be52df913f77f1dad44a28e35e32a1#commitcomment-31871570"}}}</scr=
ipt>
<script type=3D"application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/commit/9d0d47d518be52df9=
13f77f1dad44a28e35e32a1#commitcomment-31871570",
"url": "https://github.com/quicwg/base-drafts/commit/9d0d47d518be52df913f=
77f1dad44a28e35e32a1#commitcomment-31871570",
"name": "View Commit"
},
"description": "View this Commit on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>=

----==_mimepart_5c34cc01b1aa_432f3fbde96d45c0301749--


From nobody Tue Jan  8 08: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 229D0130EBF for <quic-issues@ietfa.amsl.com>; Tue,  8 Jan 2019 08:15:31 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -6.446
X-Spam-Level: 
X-Spam-Status: No, score=-6.446 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIMWL_WL_HIGH=-0.065, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, HTML_IMAGE_ONLY_24=1.618, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-1, RCVD_IN_DNSWL_HI=-5, 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 Q3P1YNDFkNBe for <quic-issues@ietfa.amsl.com>; Tue,  8 Jan 2019 08:15: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 B6137130ED4 for <quic-issues@ietf.org>; Tue,  8 Jan 2019 08:15:29 -0800 (PST)
Date: Tue, 08 Jan 2019 08:15:28 -0800
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1546964128; bh=OXnWAqPC8ztk/G9UrUoWkRceJWS3HEhTEAWA7Zu31v0=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=nVhSZMirMHUlGVmMlYjDySL6PJf8O1biSKZ8BuUF/85vFpH0Ssv+OGc1b50SM/cbi 5PB/5KL8twsbmC0Ma8lF2fJE7tgauUB81uDTAsSpIJjGGGaMHrgICZJlQk2Qw6JR9n +IQSn6ZTcXxcylw6JDxPHRgm6jpNP7Dk3MvFAB/g=
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/2316/push/3190723700@github.com>
In-Reply-To: <quicwg/base-drafts/pull/2316@github.com>
References: <quicwg/base-drafts/pull/2316@github.com>
Subject: Re: [quicwg/base-drafts] Suggestions from #2197 (#2316)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5c34cca0d9da8_35b03fafaccd45c4240960"; 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/WCgVlCfbf1IpiWzghJWM9CuK2Eo>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
List-Id: Notification list for GitHub issues related to the QUIC WG <quic-issues.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=unsubscribe>
List-Archive: <https://mailarchive.ietf.org/arch/browse/quic-issues/>
List-Post: <mailto:quic-issues@ietf.org>
List-Help: <mailto:quic-issues-request@ietf.org?subject=help>
List-Subscribe: <https://www.ietf.org/mailman/listinfo/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=subscribe>
X-List-Received-Date: Tue, 08 Jan 2019 16:15:31 -0000

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

@ianswett pushed 1 commit.

56e891a2f56f76a2c86b0b6cc3f65f7aa1eedf6a  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/2316/files/14509348d8918e9e7246dbbedba51723df490886..56e891a2f56f76a2c86b0b6cc3f65f7aa1eedf6a

----==_mimepart_5c34cca0d9da8_35b03fafaccd45c4240960
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/56e891a2f56f76a2c86b0b6cc3f65f7aa1eedf6a">56e891a</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/2316/files/14509348d8918e9e7246dbbedba51723df490886..56e891a2f56f76a2c86b0b6cc3f65f7aa1eedf6a">View it on GitHub</a> or <a href="https://github.com/notifications/unsubscribe-auth/AWbkq08Vk-87MzCCvshef-ANaF1FEV09ks5vBMQggaJpZM4Z0xaN">mute the thread</a>.<img src="https://github.com/notifications/beacon/AWbkq7h9aVQAzSgvHCmIfILGku2_OZGXks5vBMQggaJpZM4Z0xaN.gif" height="1" width="1" alt="" /></p>
<script type="application/json" data-scope="inboxmarkup">{"api_version":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name":"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"https://github.githubassets.com/images/email/message_cards/header.png","avatar_image_url":"https://github.githubassets.com/images/email/message_cards/avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/quicwg/base-drafts"}},"updates":{"snippets":[{"icon":"PERSON","message":"@ianswett pushed 1 commit in #2316"}],"action":{"name":"View Pull Request","url":"https://github.com/quicwg/base-drafts/pull/2316/files/14509348d8918e9e7246dbbedba51723df490886..56e891a2f56f76a2c86b0b6cc3f65f7aa1eedf6a"}}}</script>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/pull/2316/files/14509348d8918e9e7246dbbedba51723df490886..56e891a2f56f76a2c86b0b6cc3f65f7aa1eedf6a",
"url": "https://github.com/quicwg/base-drafts/pull/2316/files/14509348d8918e9e7246dbbedba51723df490886..56e891a2f56f76a2c86b0b6cc3f65f7aa1eedf6a",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>

----==_mimepart_5c34cca0d9da8_35b03fafaccd45c4240960--


From nobody Tue Jan  8 08:16:01 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 52A93130ED4 for <quic-issues@ietfa.amsl.com>; Tue,  8 Jan 2019 08:15:59 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -1.446
X-Spam-Level: 
X-Spam-Status: No, score=-1.446 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIMWL_WL_HIGH=-0.065, DKIM_SIGNED=0.1, DKIM_VALID=-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_PASS=-0.001, URIBL_BLOCKED=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 nBhW5DFoicCm for <quic-issues@ietfa.amsl.com>; Tue,  8 Jan 2019 08:15:58 -0800 (PST)
Received: from o9.sgmail.github.com (o9.sgmail.github.com [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 99F94130EBF for <quic-issues@ietf.org>; Tue,  8 Jan 2019 08:15:57 -0800 (PST)
DKIM-Signature: v=1; a=rsa-sha1; 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=HF9Pv9v0SmqG7eJn050eKzWSl/E=; b=wEwMJNAU6qhy90Nc yAS7vL59vQECAv2qVpv4myVbeN8LTUz3tHsBT6o2tyVpSv5JV3t+yMdP7tRDyFdD nq6gIajUVybDyC9s7h+OMqdEUY9SHTa/twSoHpRQw2AbjkNifJCoyZv18s8uJbcZ euCw1AdwJCeBFxxl9KPLC/S0fYg=
Received: by filter0238p1iad2.sendgrid.net with SMTP id filter0238p1iad2-29065-5C34CCBC-13 2019-01-08 16:15:56.268966545 +0000 UTC m=+45503.718393779
Received: from github-lowworker-cef7735.cp1-iad.github.net (unknown [192.30.252.35]) by ismtpd0035p1iad1.sendgrid.net (SG) with ESMTP id -d9VRr61Ra2YB7R-o5U1fA for <quic-issues@ietf.org>; Tue, 08 Jan 2019 16:15:56.201 +0000 (UTC)
Received: from github.com (localhost [127.0.0.1]) by github-lowworker-cef7735.cp1-iad.github.net (Postfix) with ESMTP id 2E1C51E1466 for <quic-issues@ietf.org>; Tue,  8 Jan 2019 08:15:56 -0800 (PST)
Date: Tue, 08 Jan 2019 16:15:56 +0000 (UTC)
From: ianswett <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+0166e4ab786f5a0a5602922c4355c5e74da1abdc8839fe5892cf00000001184c8ebc92a163ce01e6527a@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/commit/9d0d47d518be52df913f77f1dad44a28e35e32a1/31871610@github.com>
In-Reply-To: <quicwg/base-drafts/commit/9d0d47d518be52df913f77f1dad44a28e35e32a1@github.com>
References: <quicwg/base-drafts/commit/9d0d47d518be52df913f77f1dad44a28e35e32a1@github.com>
Subject: Re: [quicwg/base-drafts] Update draft-ietf-quic-transport.md (9d0d47d)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5c34ccbc2bf80_71cf3faa22ed45c034231b"; 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
X-SG-EID: l64QuQ2uJCcEyUykJbxN122A6QRmEpucztpreh3Pak0R2OQqDtCozZ1zkfEucifmzsCi7pWSUtULRh x3JXPu83UT9AiQOseIFo2cBNVXIRVwGE/gp1zGiB0K69OCsTuI1O2R8+TiwyzWo7MWY25Q0c/DbvQa 8HNGoOjHFKZCf9UXDf0iuB/Y9FTeNAfHUnOOMv1iUOu1Ve9b8R7j/QzAnsVEkEssS1ltmC9jnSNtKu 4=
Archived-At: <https://mailarchive.ietf.org/arch/msg/quic-issues/Qw1-RDq8CRE1B5gstUIhIv1FzCc>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
List-Id: Notification list for GitHub issues related to the QUIC WG <quic-issues.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=unsubscribe>
List-Archive: <https://mailarchive.ietf.org/arch/browse/quic-issues/>
List-Post: <mailto:quic-issues@ietf.org>
List-Help: <mailto:quic-issues-request@ietf.org?subject=help>
List-Subscribe: <https://www.ietf.org/mailman/listinfo/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=subscribe>
X-List-Received-Date: Tue, 08 Jan 2019 16:15:59 -0000

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

I added back the sentence that was inadvertently lost in editing.

-- 
You are receiving 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/9d0d47d518be52df913f77f1dad44a28e35e32a1#commitcomment-31871610
----==_mimepart_5c34ccbc2bf80_71cf3faa22ed45c034231b
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

<p>I added back the sentence that was inadvertently lost in editing.</p>

<p style="font-size:small;-webkit-text-size-adjust:none;color:#666;">&mdash;<br />You 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/9d0d47d518be52df913f77f1dad44a28e35e32a1#commitcomment-31871610">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AWbkq-MnGlSCJ_4ZhuObbqEgerAqFg9Oks5vBMQ8gaJpZM4Z1yjW">mute the thread</a>.<img src="https://github.com/notifications/beacon/AWbkq8mrbc8DUGRmSHDKsm2KjlCxmoZXks5vBMQ8gaJpZM4Z1yjW.gif" height="1" width="1" alt="" /></p>
<script type="application/json" data-scope="inboxmarkup">{"api_version":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name":"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"https://github.githubassets.com/images/email/message_cards/header.png","avatar_image_url":"https://github.githubassets.com/images/email/message_cards/avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/quicwg/base-drafts"}},"updates":{"snippets":[{"icon":"PERSON","message":"@ianswett on 9d0d47d: I added back the sentence that was inadvertently lost in editing."}],"action":{"name":"View Commit","url":"https://github.com/quicwg/base-drafts/commit/9d0d47d518be52df913f77f1dad44a28e35e32a1#commitcomment-31871610"}}}</script>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/commit/9d0d47d518be52df913f77f1dad44a28e35e32a1#commitcomment-31871610",
"url": "https://github.com/quicwg/base-drafts/commit/9d0d47d518be52df913f77f1dad44a28e35e32a1#commitcomment-31871610",
"name": "View Commit"
},
"description": "View this Commit on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>
----==_mimepart_5c34ccbc2bf80_71cf3faa22ed45c034231b--


From nobody Tue Jan  8 08:18: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 3D08B130ED6 for <quic-issues@ietfa.amsl.com>; Tue,  8 Jan 2019 08:18:06 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -6.447
X-Spam-Level: 
X-Spam-Status: No, score=-6.447 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIMWL_WL_HIGH=-0.065, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, HTML_IMAGE_ONLY_24=1.618, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-1, RCVD_IN_DNSWL_HI=-5, SPF_PASS=-0.001] autolearn=ham autolearn_force=no
Authentication-Results: ietfa.amsl.com (amavisd-new); dkim=pass (1024-bit key) header.d=github.com
Received: from mail.ietf.org ([4.31.198.44]) by localhost (ietfa.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id XeYskIl2TKHP for <quic-issues@ietfa.amsl.com>; Tue,  8 Jan 2019 08:18:01 -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 869E3130EBF for <quic-issues@ietf.org>; Tue,  8 Jan 2019 08:18:01 -0800 (PST)
Date: Tue, 08 Jan 2019 08:18:00 -0800
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1546964280; bh=iDgLrMNGzkksrUEBhyCIuB/LSqVj3fZjD43m4ISXXTA=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=ZEp9vdcUyX+ild1zqRwrXmxU5qjM9tmUyxTAdd+MhlxLn6bUPfOOB1OgH6WdGxC8t APKl6RlTmka8L1sqmhtwj3eHna6ErdHYNEQ/BNIVcVvCtZVj4jOLp+omMcB2R6Xn9M sds/DAr0Nl+N6yFx9q2Dj9xx1DwFHZydm2wiTZtM=
From: ianswett <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+0166e4ab9d7487d62081eb4b0742924fe7c9cc2b0856c7e992cf00000001184c8f3892a169ce17a5f021@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/pull/2316/c452357985@github.com>
In-Reply-To: <quicwg/base-drafts/pull/2316@github.com>
References: <quicwg/base-drafts/pull/2316@github.com>
Subject: Re: [quicwg/base-drafts] Suggestions from #2197 (#2316)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5c34cd387c716_175c3f957a0d45b81629aa"; 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/D6og5aBdo4LCV7G4zSjTi0rtXwk>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
List-Id: Notification list for GitHub issues related to the QUIC WG <quic-issues.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=unsubscribe>
List-Archive: <https://mailarchive.ietf.org/arch/browse/quic-issues/>
List-Post: <mailto:quic-issues@ietf.org>
List-Help: <mailto:quic-issues-request@ietf.org?subject=help>
List-Subscribe: <https://www.ietf.org/mailman/listinfo/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=subscribe>
X-List-Received-Date: Tue, 08 Jan 2019 16:18:06 -0000

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

One high-level comment.  I believe the intent was to move most of the text about sending ACKs from recovery to transport.  Also, if we defined ack-eliciting in transport, I think this PR and some other text would read more clearly.  I can do that in a follow up 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/2316#issuecomment-452357985
----==_mimepart_5c34cd387c716_175c3f957a0d45b81629aa
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

<p>One high-level comment.  I believe the intent was to move most of the text about sending ACKs from recovery to transport.  Also, if we defined ack-eliciting in transport, I think this PR and some other text would read more clearly.  I can do that in a follow up 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/2316#issuecomment-452357985">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AWbkq4uf5YBo1aMrsNlqD62XF_KOYe8cks5vBMS4gaJpZM4Z0xaN">mute the thread</a>.<img src="https://github.com/notifications/beacon/AWbkq4hq0sRUnCrHOzv4zVokmPTSTU69ks5vBMS4gaJpZM4Z0xaN.gif" height="1" width="1" alt="" /></p>
<script type="application/json" data-scope="inboxmarkup">{"api_version":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name":"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"https://github.githubassets.com/images/email/message_cards/header.png","avatar_image_url":"https://github.githubassets.com/images/email/message_cards/avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/quicwg/base-drafts"}},"updates":{"snippets":[{"icon":"PERSON","message":"@ianswett in #2316: One high-level comment.  I believe the intent was to move most of the text about sending ACKs from recovery to transport.  Also, if we defined ack-eliciting in transport, I think this PR and some other text would read more clearly.  I can do that in a follow up PR."}],"action":{"name":"View Pull Request","url":"https://github.com/quicwg/base-drafts/pull/2316#issuecomment-452357985"}}}</script>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/pull/2316#issuecomment-452357985",
"url": "https://github.com/quicwg/base-drafts/pull/2316#issuecomment-452357985",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>
----==_mimepart_5c34cd387c716_175c3f957a0d45b81629aa--


From nobody Tue Jan  8 09:08: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 85E32130F08 for <quic-issues@ietfa.amsl.com>; Tue,  8 Jan 2019 09:08:41 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -6.661
X-Spam-Level: 
X-Spam-Status: No, score=-6.661 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIMWL_WL_HIGH=-0.065, 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_PASS=-0.001] autolearn=ham autolearn_force=no
Authentication-Results: ietfa.amsl.com (amavisd-new); dkim=pass (1024-bit key) header.d=github.com
Received: from mail.ietf.org ([4.31.198.44]) by localhost (ietfa.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id VP3vONxbwiDD for <quic-issues@ietfa.amsl.com>; Tue,  8 Jan 2019 09:08: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 C4B4B130EBF for <quic-issues@ietf.org>; Tue,  8 Jan 2019 09:08:39 -0800 (PST)
Date: Tue, 08 Jan 2019 09:08:38 -0800
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1546967318; bh=0K0cTG95pnBBOg4MwUa+I1M43xK431Nsr/0PcHxUy8E=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=nODlGB5U4midHI++L3vUPiS9EppaRIhqH9cqxOHXoCTB74uA5x6yvshphxtr3CHNV A3YoOXwbbxISOSGJXeKWcxldoE+h38j62zU6TfBC7DlRBa6P4wZF62t/EHHJ5ATNok jRLRZJ2dJrp6iNVmv2MVngzKqvpYiqzMG+piJ4Y8=
From: afrind <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+0166e4aba34902d5ad4aa28656d24e989ad08ca0021853ee92cf00000001184c9b1692a169ce177070bb@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/issues/2227/452376532@github.com>
In-Reply-To: <quicwg/base-drafts/issues/2227@github.com>
References: <quicwg/base-drafts/issues/2227@github.com>
Subject: Re: [quicwg/base-drafts] It's annoying that one can't send push in 0.5RTT (#2227)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5c34d9166d1fc_4fbf3f8b886d45b8144157"; 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/M_EtXx6o2uP4WeQwSzVTZn-Lbsw>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
List-Id: Notification list for GitHub issues related to the QUIC WG <quic-issues.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=unsubscribe>
List-Archive: <https://mailarchive.ietf.org/arch/browse/quic-issues/>
List-Post: <mailto:quic-issues@ietf.org>
List-Help: <mailto:quic-issues-request@ietf.org?subject=help>
List-Subscribe: <https://www.ietf.org/mailman/listinfo/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=subscribe>
X-List-Received-Date: Tue, 08 Jan 2019 17:08:41 -0000

----==_mimepart_5c34d9166d1fc_4fbf3f8b886d45b8144157
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

Maybe I'm not understanding @ianswett's comment, but our reverse proxy is capable of proxying HTTP/2 pushes (by virtue of the fact that they are bound to a request).  That said, given that push is an optimization anyways, a reverse proxy could always drop or cancel an unbound push if it couldn't figure out which client(s) to send it to.

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/quicwg/base-drafts/issues/2227#issuecomment-452376532
----==_mimepart_5c34d9166d1fc_4fbf3f8b886d45b8144157
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: quoted-printable

<p>Maybe I'm not understanding <a class=3D"user-mention" data-hovercard-t=
ype=3D"user" data-hovercard-url=3D"/hovercards?user_id=3D20072817" data-o=
cto-click=3D"hovercard-link-click" data-octo-dimensions=3D"link_type:self=
" href=3D"https://github.com/ianswett">@ianswett</a>'s comment, but our r=
everse proxy is capable of proxying HTTP/2 pushes (by virtue of the fact =
that they are bound to a request).  That said, given that push is an opti=
mization anyways, a reverse proxy could always drop or cancel an unbound =
push if it couldn't figure out which client(s) to send it to.</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/2227#issuecomment-452376532">view it on GitHub</a>,=
 or <a href=3D"https://github.com/notifications/unsubscribe-auth/AWbkq0xu=
bUua6dXYix-pzdS_vp1Cqy97ks5vBNCWgaJpZM4ZdDxb">mute the thread</a>.<img sr=
c=3D"https://github.com/notifications/beacon/AWbkq82oUMNNt225bVWmMQNvSseT=
O8Raks5vBNCWgaJpZM4ZdDxb.gif" height=3D"1" width=3D"1" alt=3D"" /></p>
<script type=3D"application/json" data-scope=3D"inboxmarkup">{"api_versio=
n":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name"=
:"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"=
quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"http=
s://github.githubassets.com/images/email/message_cards/header.png","avata=
r_image_url":"https://github.githubassets.com/images/email/message_cards/=
avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/q=
uicwg/base-drafts"}},"updates":{"snippets":[{"icon":"PERSON","message":"@=
afrind in #2227: Maybe I'm not understanding @ianswett's comment, but our=
 reverse proxy is capable of proxying HTTP/2 pushes (by virtue of the fac=
t that they are bound to a request).  That said, given that push is an op=
timization anyways, a reverse proxy could always drop or cancel an unboun=
d push if it couldn't figure out which client(s) to send it to."}],"actio=
n":{"name":"View Issue","url":"https://github.com/quicwg/base-drafts/issu=
es/2227#issuecomment-452376532"}}}</script>
<script type=3D"application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/issues/2227#issuecomment=
-452376532",
"url": "https://github.com/quicwg/base-drafts/issues/2227#issuecomment-45=
2376532",
"name": "View Issue"
},
"description": "View this Issue on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>=

----==_mimepart_5c34d9166d1fc_4fbf3f8b886d45b8144157--


From nobody Tue Jan  8 09:33: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 661B5130F25 for <quic-issues@ietfa.amsl.com>; Tue,  8 Jan 2019 09:33:05 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -8.064
X-Spam-Level: 
X-Spam-Status: No, score=-8.064 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIMWL_WL_HIGH=-0.065, 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_PASS=-0.001] autolearn=ham autolearn_force=no
Authentication-Results: ietfa.amsl.com (amavisd-new); dkim=pass (1024-bit key) header.d=github.com
Received: from mail.ietf.org ([4.31.198.44]) by localhost (ietfa.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id t6_w5w-I8JQa for <quic-issues@ietfa.amsl.com>; Tue,  8 Jan 2019 09:33:03 -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 A09DB130F1F for <quic-issues@ietf.org>; Tue,  8 Jan 2019 09:33:03 -0800 (PST)
Date: Tue, 08 Jan 2019 09:33:02 -0800
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1546968782; bh=IUKuYJJJ0zkE3N1zxmx24d7++Iq50P3ZMJ++FTI8QHw=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=LObFZqgBZ1nJwD94IzMdWuDdvKOGriMvwbgwYhXnwb9x7Zs+/2YV8JRRBxYjeeDa0 PiDm32u9u5aytGH1+P3l9OJED6keHSTpXojRLr/QJHL03DMUR4Y5AJZR99K9m3iZOP PoxDeSMaeJNoIfQM3l2bSkmHkqqupoL365qeveKM=
From: David Schinazi <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+0166e4ab0cd3c75b3e749bb31fbd6d8d0ff53527225865f392cf00000001184ca0ce92a169ce17a48a98@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/pull/2313/review/190358235@github.com>
In-Reply-To: <quicwg/base-drafts/pull/2313@github.com>
References: <quicwg/base-drafts/pull/2313@github.com>
Subject: Re: [quicwg/base-drafts] Proposal to make Version Negotiation more like Retry to punt VN to QUICv2 (#2313)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5c34dece5274e_a063ff2ffad45bc247692"; 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/iXL4dHkQ6sEifL021gDUgQbWU8E>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
List-Id: Notification list for GitHub issues related to the QUIC WG <quic-issues.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=unsubscribe>
List-Archive: <https://mailarchive.ietf.org/arch/browse/quic-issues/>
List-Post: <mailto:quic-issues@ietf.org>
List-Help: <mailto:quic-issues-request@ietf.org?subject=help>
List-Subscribe: <https://www.ietf.org/mailman/listinfo/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=subscribe>
X-List-Received-Date: Tue, 08 Jan 2019 17:33:06 -0000

----==_mimepart_5c34dece5274e_a063ff2ffad45bc247692
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

DavidSchinazi commented on this pull request.



>  
-The server MUST include the value from the Source Connection ID field of the
-packet it receives in the Destination Connection ID field.  The value for Source
-Connection ID MUST be copied from the Destination Connection ID of the received
-packet, which is initially randomly selected by a client.  Echoing both
-connection IDs gives clients some assurance that the server received the packet
-and that the Version Negotiation packet was not generated by an off-path
-attacker.
+Reserved Bits (R):

The added text here is to add new fields to VN packets. This PR adds ODCIL and Original Destination Connection ID to allow the server to send a new source connection ID (similar to how Retry packets work today). The PR also adds a Number of Supported Versions field to allow future extensibility.


-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/quicwg/base-drafts/pull/2313#discussion_r246086174
----==_mimepart_5c34dece5274e_a063ff2ffad45bc247692
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/2313#discussion_r246086174">draft-ietf-quic-transport.md</a>:</p>
<pre style='color:#555'>&gt;  
-The server MUST include the value from the Source Connection ID field of the
-packet it receives in the Destination Connection ID field.  The value for Source
-Connection ID MUST be copied from the Destination Connection ID of the received
-packet, which is initially randomly selected by a client.  Echoing both
-connection IDs gives clients some assurance that the server received the packet
-and that the Version Negotiation packet was not generated by an off-path
-attacker.
+Reserved Bits (R):
</pre>
<p>The added text here is to add new fields to VN packets. This PR adds ODCIL and Original Destination Connection ID to allow the server to send a new source connection ID (similar to how Retry packets work today). The PR also adds a Number of Supported Versions field to allow future extensibility.</p>

<p style="font-size:small;-webkit-text-size-adjust:none;color:#666;">&mdash;<br />You are receiving this because you are subscribed to this thread.<br />Reply to this email directly, <a href="https://github.com/quicwg/base-drafts/pull/2313#discussion_r246086174">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AWbkq6n_JHDsfSVFl0Siy4Eqax-xQBK7ks5vBNZOgaJpZM4Z0W3R">mute the thread</a>.<img src="https://github.com/notifications/beacon/AWbkqxQiTBjykYBPUBhCwynPW19cpk62ks5vBNZOgaJpZM4Z0W3R.gif" height="1" width="1" alt="" /></p>
<script type="application/json" data-scope="inboxmarkup">{"api_version":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name":"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"https://github.githubassets.com/images/email/message_cards/header.png","avatar_image_url":"https://github.githubassets.com/images/email/message_cards/avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/quicwg/base-drafts"}},"updates":{"snippets":[{"icon":"PERSON","message":"@DavidSchinazi commented on #2313"}],"action":{"name":"View Pull Request","url":"https://github.com/quicwg/base-drafts/pull/2313#discussion_r246086174"}}}</script>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/pull/2313#discussion_r246086174",
"url": "https://github.com/quicwg/base-drafts/pull/2313#discussion_r246086174",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>
----==_mimepart_5c34dece5274e_a063ff2ffad45bc247692--


From nobody Tue Jan  8 09:38: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 53874130F81 for <quic-issues@ietfa.amsl.com>; Tue,  8 Jan 2019 09:38:53 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -8.064
X-Spam-Level: 
X-Spam-Status: No, score=-8.064 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIMWL_WL_HIGH=-0.065, 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_PASS=-0.001] autolearn=ham autolearn_force=no
Authentication-Results: ietfa.amsl.com (amavisd-new); dkim=pass (1024-bit key) header.d=github.com
Received: from mail.ietf.org ([4.31.198.44]) by localhost (ietfa.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id ZxvToTLRTiIn for <quic-issues@ietfa.amsl.com>; Tue,  8 Jan 2019 09:38:51 -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 1A25F130F79 for <quic-issues@ietf.org>; Tue,  8 Jan 2019 09:38:51 -0800 (PST)
Date: Tue, 08 Jan 2019 09:38:49 -0800
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1546969130; bh=szvCfpNVn+rGztmIosI8LAWb01USE8pJcaERwetsdtg=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=Mq3xCmmmJHFk+E5Qygetz+9b6J9VSxDqzri1Fneg9PjDfRvGELaJF52P+C96JYF4+ lzcIF2nJ3tohlPcxSMOqYLouVXyYAVEXuvEi6sQ51IXNz+sx5gwhlhhe63YIxxX6gY ZA5lcKei/k1QmUi4J/qrIwV22/BbEHoDy4jJ1ROE=
From: David Schinazi <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+0166e4ab6a71204fb7dd9cb1296904cf6b8366db9d46622292cf00000001184ca22992a169ce179bec73@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/pull/2296/review/190360534@github.com>
In-Reply-To: <quicwg/base-drafts/pull/2296@github.com>
References: <quicwg/base-drafts/pull/2296@github.com>
Subject: Re: [quicwg/base-drafts] Allow servers to send a preferred address of each address family (#2296)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5c34e029edef0_586a3f92b2ed45c03079"; 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/nEEOcKsmO7oNgJ4_RhOR2PCD2kY>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
List-Id: Notification list for GitHub issues related to the QUIC WG <quic-issues.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=unsubscribe>
List-Archive: <https://mailarchive.ietf.org/arch/browse/quic-issues/>
List-Post: <mailto:quic-issues@ietf.org>
List-Help: <mailto:quic-issues-request@ietf.org?subject=help>
List-Subscribe: <https://www.ietf.org/mailman/listinfo/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=subscribe>
X-List-Received-Date: Tue, 08 Jan 2019 17:38:53 -0000

----==_mimepart_5c34e029edef0_586a3f92b2ed45c03079
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

DavidSchinazi commented on this pull request.



>  
 ~~~
    struct {
-     enum { IPv4(4), IPv6(6), (15) } ipVersion;
-     opaque ipAddress<4..2^8-1>;
+     opaque ipv4Address<0..2^8-1>;
+     opaque ipv6Address<0..2^8-1>;
      uint16 port;

@marten-seemann most implementations (on the operating systems I'm familiar with) will use a single dual-stack listening socket for all address families so unless you go out of your way you will end up with the same port. That's true of HTTP servers and P2P apps.

That said, if there is consensus that separate ports are useful, I'm OK adding separate ports to 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/2296#discussion_r246088034
----==_mimepart_5c34e029edef0_586a3f92b2ed45c03079
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/2296#discussion_r246088034">draft-ietf-quic-transport.md</a>:</p>
<pre style='color:#555'>&gt;  
 ~~~
    struct {
-     enum { IPv4(4), IPv6(6), (15) } ipVersion;
-     opaque ipAddress&lt;4..2^8-1&gt;;
+     opaque ipv4Address&lt;0..2^8-1&gt;;
+     opaque ipv6Address&lt;0..2^8-1&gt;;
      uint16 port;
</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> most implementations (on the operating systems I'm familiar with) will use a single dual-stack listening socket for all address families so unless you go out of your way you will end up with the same port. That's true of HTTP servers and P2P apps.</p>
<p>That said, if there is consensus that separate ports are useful, I'm OK adding separate ports to 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/2296#discussion_r246088034">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AWbkq93uVqxLBJwaSIrHCUsgtPkxALAKks5vBNepgaJpZM4ZuHR_">mute the thread</a>.<img src="https://github.com/notifications/beacon/AWbkq4UZ4ygLNlzw6whz6BRcyusebyWNks5vBNepgaJpZM4ZuHR_.gif" height="1" width="1" alt="" /></p>
<script type="application/json" data-scope="inboxmarkup">{"api_version":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name":"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"https://github.githubassets.com/images/email/message_cards/header.png","avatar_image_url":"https://github.githubassets.com/images/email/message_cards/avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/quicwg/base-drafts"}},"updates":{"snippets":[{"icon":"PERSON","message":"@DavidSchinazi commented on #2296"}],"action":{"name":"View Pull Request","url":"https://github.com/quicwg/base-drafts/pull/2296#discussion_r246088034"}}}</script>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/pull/2296#discussion_r246088034",
"url": "https://github.com/quicwg/base-drafts/pull/2296#discussion_r246088034",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>
----==_mimepart_5c34e029edef0_586a3f92b2ed45c03079--


From nobody Tue Jan  8 09: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 6E396130F34 for <quic-issues@ietfa.amsl.com>; Tue,  8 Jan 2019 09:49:22 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -6.447
X-Spam-Level: 
X-Spam-Status: No, score=-6.447 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIMWL_WL_HIGH=-0.065, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, HTML_IMAGE_ONLY_24=1.618, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-1, RCVD_IN_DNSWL_HI=-5, SPF_PASS=-0.001] autolearn=ham autolearn_force=no
Authentication-Results: ietfa.amsl.com (amavisd-new); dkim=pass (1024-bit key) header.d=github.com
Received: from mail.ietf.org ([4.31.198.44]) by localhost (ietfa.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 88qFE1pSIcBU for <quic-issues@ietfa.amsl.com>; Tue,  8 Jan 2019 09:49:21 -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 DA98D130F33 for <quic-issues@ietf.org>; Tue,  8 Jan 2019 09:49:20 -0800 (PST)
Date: Tue, 08 Jan 2019 09:49:19 -0800
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1546969759; bh=tOydlCwafq5s/f0/1AzzD/62k7AniDc/8jyUgBXjhaM=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=zgowg8agiWj0rPpNy/awpHZxPwGSwC85qJEBSjyYiiYaFRFtBuo9Zq8W72ZY65IC8 zwxiy06uzWZNrVQzc+O3LDJ/A8zI3GYZkuP3OKWN9swhyPsHR9BDkV9CxQrihbcJDX Muf7IHP9EDZw7hiqT/3YEex5x3BSDcrin5VTieY8=
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/2296/push/3191026107@github.com>
In-Reply-To: <quicwg/base-drafts/pull/2296@github.com>
References: <quicwg/base-drafts/pull/2296@github.com>
Subject: Re: [quicwg/base-drafts] Allow servers to send a preferred address of each address family (#2296)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5c34e29fb6fd6_2fb33fcf4dad45c4104084"; 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/z-UsQYw5W7UMiAH5wI69ms-PexI>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
List-Id: Notification list for GitHub issues related to the QUIC WG <quic-issues.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=unsubscribe>
List-Archive: <https://mailarchive.ietf.org/arch/browse/quic-issues/>
List-Post: <mailto:quic-issues@ietf.org>
List-Help: <mailto:quic-issues-request@ietf.org?subject=help>
List-Subscribe: <https://www.ietf.org/mailman/listinfo/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=subscribe>
X-List-Received-Date: Tue, 08 Jan 2019 17:49:22 -0000

----==_mimepart_5c34e29fb6fd6_2fb33fcf4dad45c4104084
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

@DavidSchinazi pushed 1 commit.

cf29b304eecda537ba1d9c56dcfb1ced423b00c2  Simplify wire-format


-- 
You are receiving this because you are subscribed to this thread.
View it on GitHub:
https://github.com/quicwg/base-drafts/pull/2296/files/7aecc40ead748d26988ef81a8799faeda0262f29..cf29b304eecda537ba1d9c56dcfb1ced423b00c2

----==_mimepart_5c34e29fb6fd6_2fb33fcf4dad45c4104084
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/cf29b304eecda537ba1d9c56dcfb1ced423b00c2">cf29b30</a>  Simplify wire-format</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/2296/files/7aecc40ead748d26988ef81a8799faeda0262f29..cf29b304eecda537ba1d9c56dcfb1ced423b00c2">View it on GitHub</a> or <a href="https://github.com/notifications/unsubscribe-auth/AWbkq1zfCcfpRKOjBR5EF6dzKk1HDeQwks5vBNofgaJpZM4ZuHR_">mute the thread</a>.<img src="https://github.com/notifications/beacon/AWbkqzLOPML3i10vSrZ1u3zNQjIkYyYuks5vBNofgaJpZM4ZuHR_.gif" height="1" width="1" alt="" /></p>
<script type="application/json" data-scope="inboxmarkup">{"api_version":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name":"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"https://github.githubassets.com/images/email/message_cards/header.png","avatar_image_url":"https://github.githubassets.com/images/email/message_cards/avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/quicwg/base-drafts"}},"updates":{"snippets":[{"icon":"PERSON","message":"@DavidSchinazi pushed 1 commit in #2296"}],"action":{"name":"View Pull Request","url":"https://github.com/quicwg/base-drafts/pull/2296/files/7aecc40ead748d26988ef81a8799faeda0262f29..cf29b304eecda537ba1d9c56dcfb1ced423b00c2"}}}</script>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/pull/2296/files/7aecc40ead748d26988ef81a8799faeda0262f29..cf29b304eecda537ba1d9c56dcfb1ced423b00c2",
"url": "https://github.com/quicwg/base-drafts/pull/2296/files/7aecc40ead748d26988ef81a8799faeda0262f29..cf29b304eecda537ba1d9c56dcfb1ced423b00c2",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>

----==_mimepart_5c34e29fb6fd6_2fb33fcf4dad45c4104084--


From nobody Tue Jan  8 09:50: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 1BB31130F37 for <quic-issues@ietfa.amsl.com>; Tue,  8 Jan 2019 09:50:42 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -1.447
X-Spam-Level: 
X-Spam-Status: No, score=-1.447 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIMWL_WL_HIGH=-0.065, DKIM_SIGNED=0.1, DKIM_VALID=-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_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 CkmRS_a2wFgX for <quic-issues@ietfa.amsl.com>; Tue,  8 Jan 2019 09:50:40 -0800 (PST)
Received: from o5.sgmail.github.com (o5.sgmail.github.com [192.254.113.10]) (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 AD441130F3C for <quic-issues@ietf.org>; Tue,  8 Jan 2019 09:50:38 -0800 (PST)
DKIM-Signature: v=1; a=rsa-sha1; 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=VpMPMOFEMFBTiK3ZMyCq9iOW7Wk=; b=jdRZ4wei24Li5C+r W46bts2rtbcH0ojt8NU5opHLVX7Q9NC2skOguqUcgghhpOGRzbnHOsGKiIIqy1oh KkQAztyk1VEMImx06LdRBrohM2eyiA+yM/2nqGVUTN8trcRClI7hED9ynz3ZJl// vfMlmFrNTyWOpB6kfISIrQcUK78=
Received: by filter1148p1las1.sendgrid.net with SMTP id filter1148p1las1-6881-5C34E2ED-17 2019-01-08 17:50:37.554995593 +0000 UTC m=+54070.440708043
Received: from github-lowworker-63e61ec.cp1-iad.github.net (unknown [192.30.252.36]) by ismtpd0040p1iad1.sendgrid.net (SG) with ESMTP id TaL8ohIPRkW_MQGRnBZXrA for <quic-issues@ietf.org>; Tue, 08 Jan 2019 17:50:37.426 +0000 (UTC)
Received: from github.com (localhost [127.0.0.1]) by github-lowworker-63e61ec.cp1-iad.github.net (Postfix) with ESMTP id 655E92A12B9 for <quic-issues@ietf.org>; Tue,  8 Jan 2019 09:50:37 -0800 (PST)
Date: Tue, 08 Jan 2019 17:50:37 +0000 (UTC)
From: David Schinazi <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+0166e4ab183074b83ec739b2ded754737c8bf329d1d6633092cf00000001184ca4ed92a169ce179bec73@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/pull/2296/c452390392@github.com>
In-Reply-To: <quicwg/base-drafts/pull/2296@github.com>
References: <quicwg/base-drafts/pull/2296@github.com>
Subject: Re: [quicwg/base-drafts] Allow servers to send a preferred address of each address family (#2296)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5c34e2ed62879_33b33fb726ad45b8486cc"; 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
X-SG-EID: l64QuQ2uJCcEyUykJbxN122A6QRmEpucztpreh3Pak2Itjon/uk+Bq7p62mqCnjpVSRcWwTq+RiMrJ WZuoziNg9/1QbTeJW/f9TxlE+gCbg6gQVFLRWy0vhK1/NjUtqj3NJQtHI8EAY6FGXbYr9eOol44Vzb M43hfpZOKNhFi+718JKIuhyVzwY9UJACO7sXABmviDWR5qF4CdJ1PJezo0VxFLvPJXqVmKFLrxdULo Y=
Archived-At: <https://mailarchive.ietf.org/arch/msg/quic-issues/70zsfqWuymQa5l_K6e7IOBqSdFo>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
List-Id: Notification list for GitHub issues related to the QUIC WG <quic-issues.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=unsubscribe>
List-Archive: <https://mailarchive.ietf.org/arch/browse/quic-issues/>
List-Post: <mailto:quic-issues@ietf.org>
List-Help: <mailto:quic-issues-request@ietf.org?subject=help>
List-Subscribe: <https://www.ietf.org/mailman/listinfo/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=subscribe>
X-List-Received-Date: Tue, 08 Jan 2019 17:50:42 -0000

----==_mimepart_5c34e2ed62879_33b33fb726ad45b8486cc
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

I've simplified the wire-format using @martinthomson's suggestion with separate port numbers

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/quicwg/base-drafts/pull/2296#issuecomment-452390392
----==_mimepart_5c34e2ed62879_33b33fb726ad45b8486cc
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

<p>I've simplified the wire-format using <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 with separate port numbers</p>

<p style="font-size:small;-webkit-text-size-adjust:none;color:#666;">&mdash;<br />You are receiving this because you are subscribed to this thread.<br />Reply to this email directly, <a href="https://github.com/quicwg/base-drafts/pull/2296#issuecomment-452390392">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AWbkq9UkyVPEciB0jLxMhXmQ_9xZwig0ks5vBNptgaJpZM4ZuHR_">mute the thread</a>.<img src="https://github.com/notifications/beacon/AWbkq0GQcrPE9nmowaimLlc6asku39Ooks5vBNptgaJpZM4ZuHR_.gif" height="1" width="1" alt="" /></p>
<script type="application/json" data-scope="inboxmarkup">{"api_version":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name":"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"https://github.githubassets.com/images/email/message_cards/header.png","avatar_image_url":"https://github.githubassets.com/images/email/message_cards/avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/quicwg/base-drafts"}},"updates":{"snippets":[{"icon":"PERSON","message":"@DavidSchinazi in #2296: I've simplified the wire-format using @martinthomson's suggestion with separate port numbers"}],"action":{"name":"View Pull Request","url":"https://github.com/quicwg/base-drafts/pull/2296#issuecomment-452390392"}}}</script>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/pull/2296#issuecomment-452390392",
"url": "https://github.com/quicwg/base-drafts/pull/2296#issuecomment-452390392",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>
----==_mimepart_5c34e2ed62879_33b33fb726ad45b8486cc--


From nobody Tue Jan  8 10:28: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 204F1130F70 for <quic-issues@ietfa.amsl.com>; Tue,  8 Jan 2019 10:28:31 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -6.447
X-Spam-Level: 
X-Spam-Status: No, score=-6.447 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIMWL_WL_HIGH=-0.065, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, HTML_IMAGE_ONLY_24=1.618, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-1, RCVD_IN_DNSWL_HI=-5, SPF_PASS=-0.001] autolearn=ham autolearn_force=no
Authentication-Results: ietfa.amsl.com (amavisd-new); dkim=pass (1024-bit key) header.d=github.com
Received: from mail.ietf.org ([4.31.198.44]) by localhost (ietfa.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id lTMENhUas1_4 for <quic-issues@ietfa.amsl.com>; Tue,  8 Jan 2019 10:28:29 -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 947EC130F6D for <quic-issues@ietf.org>; Tue,  8 Jan 2019 10:28:29 -0800 (PST)
Date: Tue, 08 Jan 2019 10:28:28 -0800
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1546972108; bh=OamSoyq7tfNuFo+39tBSkd8BBsXCF4jnnrerd4vVYq4=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=buHDBqoLpzNIPQWZksgQF0s/5pDGps9PgNzOHi6HdDZNTtcK88YqiPfiQlUsPFvCj BRLWoyAkOZImF6mj6Gr+jqEQ6qCwoK5mB/eKmJtPgucpbUmrO1qXQj5DTb4tPmpqCC AuWyQ8a/obDYrfgMhvZ7Dw0sQQyAcEUFoEcPf92M=
From: ianswett <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+0166e4ab8324812dd3463d6123fca0532ef89aa0ba214f6392cf00000001184cadcc92a169ce177070bb@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/issues/2227/452402501@github.com>
In-Reply-To: <quicwg/base-drafts/issues/2227@github.com>
References: <quicwg/base-drafts/issues/2227@github.com>
Subject: Re: [quicwg/base-drafts] It's annoying that one can't send push in 0.5RTT (#2227)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5c34ebcc54ad0_51293fe9fcad45b461482"; 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/4vkWGTvaD29270M_vn9g0GpclaY>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
List-Id: Notification list for GitHub issues related to the QUIC WG <quic-issues.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=unsubscribe>
List-Archive: <https://mailarchive.ietf.org/arch/browse/quic-issues/>
List-Post: <mailto:quic-issues@ietf.org>
List-Help: <mailto:quic-issues-request@ietf.org?subject=help>
List-Subscribe: <https://www.ietf.org/mailman/listinfo/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=subscribe>
X-List-Received-Date: Tue, 08 Jan 2019 18:28:31 -0000

----==_mimepart_5c34ebcc54ad0_51293fe9fcad45b461482
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

Thanks @afrind , good to know.

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/quicwg/base-drafts/issues/2227#issuecomment-452402501
----==_mimepart_5c34ebcc54ad0_51293fe9fcad45b461482
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=8259689" data-octo-click="hovercard-link-click" data-octo-dimensions="link_type:self" href="https://github.com/afrind">@afrind</a> , good to know.</p>

<p style="font-size:small;-webkit-text-size-adjust:none;color:#666;">&mdash;<br />You are receiving this because you are subscribed to this thread.<br />Reply to this email directly, <a href="https://github.com/quicwg/base-drafts/issues/2227#issuecomment-452402501">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AWbkqy-Nx1Z3ZaZLECwqHGZ-uWBu3rHCks5vBONMgaJpZM4ZdDxb">mute the thread</a>.<img src="https://github.com/notifications/beacon/AWbkq0R-YKWv-vf-gxbwJ-zvI6-a-6u8ks5vBONMgaJpZM4ZdDxb.gif" height="1" width="1" alt="" /></p>
<script type="application/json" data-scope="inboxmarkup">{"api_version":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name":"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"https://github.githubassets.com/images/email/message_cards/header.png","avatar_image_url":"https://github.githubassets.com/images/email/message_cards/avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/quicwg/base-drafts"}},"updates":{"snippets":[{"icon":"PERSON","message":"@ianswett in #2227: Thanks @afrind , good to know."}],"action":{"name":"View Issue","url":"https://github.com/quicwg/base-drafts/issues/2227#issuecomment-452402501"}}}</script>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/issues/2227#issuecomment-452402501",
"url": "https://github.com/quicwg/base-drafts/issues/2227#issuecomment-452402501",
"name": "View Issue"
},
"description": "View this Issue on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>
----==_mimepart_5c34ebcc54ad0_51293fe9fcad45b461482--


From nobody Tue Jan  8 10: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 82A13130F70 for <quic-issues@ietfa.amsl.com>; Tue,  8 Jan 2019 10:29:16 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -6.519
X-Spam-Level: 
X-Spam-Status: No, score=-6.519 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIMWL_WL_HIGH=-0.065, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, HTML_IMAGE_ONLY_20=1.546, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-1, RCVD_IN_DNSWL_HI=-5, SPF_PASS=-0.001] autolearn=ham autolearn_force=no
Authentication-Results: ietfa.amsl.com (amavisd-new); dkim=pass (1024-bit key) header.d=github.com
Received: from mail.ietf.org ([4.31.198.44]) by localhost (ietfa.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id MVviLP0_1DU3 for <quic-issues@ietfa.amsl.com>; Tue,  8 Jan 2019 10:29:14 -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 2F47C130F6D for <quic-issues@ietf.org>; Tue,  8 Jan 2019 10:29:14 -0800 (PST)
Date: Tue, 08 Jan 2019 10:29:13 -0800
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1546972153; bh=LIdfUqF7Fmuq4GxyE2QIKZETuJHHtnN7cuRg4QB58sY=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=U8xtv8Qaqqs1mVIOtH426UKTlKcETdZ4JdDtuC2zC1QJP36WSMH+NvbdAU1p45zT5 MZNrfLUbc4kUY8f2/Inouw5T3dZoVwE7crqkFz5O2U2P2XmqQByFoIoa0NsFDOwYiF CR7ZD7nM2nUEKQgUBQI4EC+VaahLChK0bwyPo4XQ=
From: ianswett <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+0166e4ab548600d0dc541707366298624ca4696c47d5ce6492cf00000001184cadf992a169ce177070bb@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/issues/2227/452402761@github.com>
In-Reply-To: <quicwg/base-drafts/issues/2227@github.com>
References: <quicwg/base-drafts/issues/2227@github.com>
Subject: Re: [quicwg/base-drafts] It's annoying that one can't send push in 0.5RTT (#2227)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5c34ebf96284e_34743fe3a52d45c41610dd"; 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/CdmQOJtd2UkElBe74BGy0uBHolo>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
List-Id: Notification list for GitHub issues related to the QUIC WG <quic-issues.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=unsubscribe>
List-Archive: <https://mailarchive.ietf.org/arch/browse/quic-issues/>
List-Post: <mailto:quic-issues@ietf.org>
List-Help: <mailto:quic-issues-request@ietf.org?subject=help>
List-Subscribe: <https://www.ietf.org/mailman/listinfo/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=subscribe>
X-List-Received-Date: Tue, 08 Jan 2019 18:29:17 -0000

----==_mimepart_5c34ebf96284e_34743fe3a52d45c41610dd
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

Thanks for quicv2-ing this Martin.  That seems appropriate.

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/quicwg/base-drafts/issues/2227#issuecomment-452402761
----==_mimepart_5c34ebf96284e_34743fe3a52d45c41610dd
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

<p>Thanks for quicv2-ing this Martin.  That seems appropriate.</p>

<p style="font-size:small;-webkit-text-size-adjust:none;color:#666;">&mdash;<br />You are receiving this because you are subscribed to this thread.<br />Reply to this email directly, <a href="https://github.com/quicwg/base-drafts/issues/2227#issuecomment-452402761">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AWbkq8PRstabLNj16Kd5aVdRoVKOHsS-ks5vBON5gaJpZM4ZdDxb">mute the thread</a>.<img src="https://github.com/notifications/beacon/AWbkqz-2S-RT-k1YL51-PTx_w8adF43Bks5vBON5gaJpZM4ZdDxb.gif" height="1" width="1" alt="" /></p>
<script type="application/json" data-scope="inboxmarkup">{"api_version":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name":"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"https://github.githubassets.com/images/email/message_cards/header.png","avatar_image_url":"https://github.githubassets.com/images/email/message_cards/avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/quicwg/base-drafts"}},"updates":{"snippets":[{"icon":"PERSON","message":"@ianswett in #2227: Thanks for quicv2-ing this Martin.  That seems appropriate."}],"action":{"name":"View Issue","url":"https://github.com/quicwg/base-drafts/issues/2227#issuecomment-452402761"}}}</script>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/issues/2227#issuecomment-452402761",
"url": "https://github.com/quicwg/base-drafts/issues/2227#issuecomment-452402761",
"name": "View Issue"
},
"description": "View this Issue on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>
----==_mimepart_5c34ebf96284e_34743fe3a52d45c41610dd--


From nobody Tue Jan  8 10: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 4ED5E130F7B for <quic-issues@ietfa.amsl.com>; Tue,  8 Jan 2019 10:44:00 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -8.064
X-Spam-Level: 
X-Spam-Status: No, score=-8.064 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIMWL_WL_HIGH=-0.065, 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_PASS=-0.001] autolearn=ham autolearn_force=no
Authentication-Results: ietfa.amsl.com (amavisd-new); dkim=pass (1024-bit key) header.d=github.com
Received: from mail.ietf.org ([4.31.198.44]) by localhost (ietfa.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id nmFGonStOYPQ for <quic-issues@ietfa.amsl.com>; Tue,  8 Jan 2019 10:43:58 -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 7ACCD130F7F for <quic-issues@ietf.org>; Tue,  8 Jan 2019 10:43:57 -0800 (PST)
Date: Tue, 08 Jan 2019 10:43:55 -0800
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1546973035; bh=0rMqAf/7fu+3ayoGy8vyspbxvlz6OdYiCJ9SJkjPYAc=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=R6RxUY2YAyGp4VxG5w12bty7E5LIq0xRElUVzXTCx2NdcDtz4tYZG03eAC/Hp2+5I A3Pt0r/brehO35iW838AgiL4mtycf8se9MrGqCptelt6oM5kWjHkj6PamN/DGTfLk+ 6AEicYhbfcpFJVdB5r7Iii3m46WB/Q407X1gO5bo=
From: Mike Bishop <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+0166e4ab9ea695322cf7d5ea1633fe3cf5cbcddc8b120a5892cf00000001184cb16b92a169ce17392e66@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/issues/2110/452407428@github.com>
In-Reply-To: <quicwg/base-drafts/issues/2110@github.com>
References: <quicwg/base-drafts/issues/2110@github.com>
Subject: Re: [quicwg/base-drafts] Largest Reference isn't the right concept (#2110)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5c34ef6b7ee2c_32ed3f86512d45bc22838b"; 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/qH24i-y2LsLorCJZKC1U0oNN0e4>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
List-Id: Notification list for GitHub issues related to the QUIC WG <quic-issues.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=unsubscribe>
List-Archive: <https://mailarchive.ietf.org/arch/browse/quic-issues/>
List-Post: <mailto:quic-issues@ietf.org>
List-Help: <mailto:quic-issues-request@ietf.org?subject=help>
List-Subscribe: <https://www.ietf.org/mailman/listinfo/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=subscribe>
X-List-Received-Date: Tue, 08 Jan 2019 18:44:00 -0000

----==_mimepart_5c34ef6b7ee2c_32ed3f86512d45bc22838b
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

I eliminated most one-based indexing in the giant PR that rewrote the instruction space; Absolute Indices remained 1-based because we needed the sentinel value of 0 in Largest Reference to signal no references.  In that PR, it was noted that the static table instruction indexed from zero, but the static table at the time had no entry in the zeroth position.

I'm content with #2111 as fixing that gap and enabling it to become consistent.

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/quicwg/base-drafts/issues/2110#issuecomment-452407428
----==_mimepart_5c34ef6b7ee2c_32ed3f86512d45bc22838b
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: quoted-printable

<p>I eliminated most one-based indexing in the giant PR that rewrote the =
instruction space; Absolute Indices remained 1-based because we needed th=
e sentinel value of 0 in Largest Reference to signal no references.  In t=
hat PR, it was noted that the static table instruction indexed from zero,=
 but the static table at the time had no entry in the zeroth position.</p=
>
<p>I'm content with <a class=3D"issue-link js-issue-link" data-error-text=
=3D"Failed to load issue title" data-id=3D"389623523" data-permission-tex=
t=3D"Issue title is private" data-url=3D"https://github.com/quicwg/base-d=
rafts/issues/2111" data-hovercard-type=3D"pull_request" data-hovercard-ur=
l=3D"/quicwg/base-drafts/pull/2111/hovercard" href=3D"https://github.com/=
quicwg/base-drafts/pull/2111">#2111</a> as fixing that gap and enabling i=
t to become consistent.</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/2110#issuecomment-452407428">view it on GitHub</a>,=
 or <a href=3D"https://github.com/notifications/unsubscribe-auth/AWbkq6u6=
e1-mydBoxK3fJfaJh0dn3HDvks5vBObrgaJpZM4ZMybF">mute the thread</a>.<img sr=
c=3D"https://github.com/notifications/beacon/AWbkqy_MZQSZ9OVHpaN_dtrDwwgX=
p0NDks5vBObrgaJpZM4ZMybF.gif" height=3D"1" width=3D"1" alt=3D"" /></p>
<script type=3D"application/json" data-scope=3D"inboxmarkup">{"api_versio=
n":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name"=
:"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"=
quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"http=
s://github.githubassets.com/images/email/message_cards/header.png","avata=
r_image_url":"https://github.githubassets.com/images/email/message_cards/=
avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/q=
uicwg/base-drafts"}},"updates":{"snippets":[{"icon":"PERSON","message":"@=
MikeBishop in #2110: I eliminated most one-based indexing in the giant PR=
 that rewrote the instruction space; Absolute Indices remained 1-based be=
cause we needed the sentinel value of 0 in Largest Reference to signal no=
 references.  In that PR, it was noted that the static table instruction =
indexed from zero, but the static table at the time had no entry in the z=
eroth position.\r\n\r\nI'm content with #2111 as fixing that gap and enab=
ling it to become consistent."}],"action":{"name":"View Issue","url":"htt=
ps://github.com/quicwg/base-drafts/issues/2110#issuecomment-452407428"}}}=
</script>
<script type=3D"application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/issues/2110#issuecomment=
-452407428",
"url": "https://github.com/quicwg/base-drafts/issues/2110#issuecomment-45=
2407428",
"name": "View Issue"
},
"description": "View this Issue on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>=

----==_mimepart_5c34ef6b7ee2c_32ed3f86512d45bc22838b--


From nobody Tue Jan  8 10:51:08 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 5F2AE130F81 for <quic-issues@ietfa.amsl.com>; Tue,  8 Jan 2019 10:51:06 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -1.661
X-Spam-Level: 
X-Spam-Status: No, score=-1.661 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIMWL_WL_HIGH=-0.065, 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_PASS=-0.001] autolearn=ham autolearn_force=no
Authentication-Results: ietfa.amsl.com (amavisd-new); dkim=pass (1024-bit key) header.d=github.com
Received: from mail.ietf.org ([4.31.198.44]) by localhost (ietfa.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id H6gG1UaWWa2M for <quic-issues@ietfa.amsl.com>; Tue,  8 Jan 2019 10:51:04 -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 96280130F72 for <quic-issues@ietf.org>; Tue,  8 Jan 2019 10:51:04 -0800 (PST)
DKIM-Signature: v=1; a=rsa-sha1; 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=ic/6gzVHLTgHBWFhtXlL3/3M5h8=; b=ZAO0jLhE1sqcYYMZ ztGFfFYRpNHLHOLZ4RPD+03MscsQnUK3xvpPavqokK7MkcgWTnwVgzW1CfUoDMy7 M5LDbEXsOKXMlRDiSrPRZLHaLHSucMy/h0IsVtzg6xGeRXd8sMpPNhRUtWrnTPeW sJsQmXwgx+g2lePB7LF371N8uyE=
Received: by filter0005p1iad2.sendgrid.net with SMTP id filter0005p1iad2-27847-5C34F116-18 2019-01-08 18:51:03.0346654 +0000 UTC m=+54466.399182213
Received: from github-lowworker-fc273f0.cp1-iad.github.net (unknown [192.30.252.33]) by ismtpd0002p1iad1.sendgrid.net (SG) with ESMTP id sDiw2m-5T_qWpMY2AzuMPA for <quic-issues@ietf.org>; Tue, 08 Jan 2019 18:51:02.983 +0000 (UTC)
Received: from github.com (localhost [127.0.0.1]) by github-lowworker-fc273f0.cp1-iad.github.net (Postfix) with ESMTP id ECB2FC0CA5 for <quic-issues@ietf.org>; Tue,  8 Jan 2019 10:51:02 -0800 (PST)
Date: Tue, 08 Jan 2019 18:51:03 +0000 (UTC)
From: Mike Bishop <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+0166e4ab97a4d6e0ac82e42ea5dd1ec45ee1df1c6abef47992cf00000001184cb31692a169ce177f2f28@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/pull/2261/review/190388996@github.com>
In-Reply-To: <quicwg/base-drafts/pull/2261@github.com>
References: <quicwg/base-drafts/pull/2261@github.com>
Subject: Re: [quicwg/base-drafts] Avoid data corruption with wrapped Largest Reference. (#2261)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5c34f116eb3a0_47d3ff3bfed45c03808bd"; 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: l64QuQ2uJCcEyUykJbxN122A6QRmEpucztpreh3Pak1YY1R1bR4YzswCglErNFqZyF+Md74Iy6n9aP V2Ep3MkeNePdQpaQYDep84jaZQHSdMY45rw2ZPcKxS0H52xSq/zMEKTbAvKerzjqast3E8S7/qjP9g +JpB4EzsWf7bwtnk4kR8Ld6nXITMTQEy1h2CvbNRqm4Xu/SaCCXlGCEZe0bjE/z+XyIztleMBXHJyL g=
Archived-At: <https://mailarchive.ietf.org/arch/msg/quic-issues/nJDjsMt-QVDsYrlPbHACkbFPccQ>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
List-Id: Notification list for GitHub issues related to the QUIC WG <quic-issues.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=unsubscribe>
List-Archive: <https://mailarchive.ietf.org/arch/browse/quic-issues/>
List-Post: <mailto:quic-issues@ietf.org>
List-Help: <mailto:quic-issues-request@ietf.org?subject=help>
List-Subscribe: <https://www.ietf.org/mailman/listinfo/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=subscribe>
X-List-Received-Date: Tue, 08 Jan 2019 18:51:06 -0000

----==_mimepart_5c34f116eb3a0_47d3ff3bfed45c03808bd
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

MikeBishop approved this pull request.

This looks reasonable.

>  An encoder MUST NOT insert an entry into the dynamic table (or duplicate an
-existing entry) if doing so would evict an entry with unacknowledged references.
-For header blocks that might rely on the newly added entry, the encoder can use
-a literal representation and maybe insert the entry later.
+existing entry) if doing so would evict a blocking entry.  For header blocks
+that would rely on the newly added entry, the encoder can instead use a literal
+representation and maybe insert the entry later.

With the added language, this line feels more ambiguous about which "the entry" is being referenced.  (Of course, it was somewhat ambiguous before.)  Maybe just drop the "and maybe insert the entry 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/2261#pullrequestreview-190388996
----==_mimepart_5c34f116eb3a0_47d3ff3bfed45c03808bd
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

<p><b>@MikeBishop</b> approved this pull request.</p>

<p>This looks reasonable.</p><hr>

<p>In <a href="https://github.com/quicwg/base-drafts/pull/2261#discussion_r246110131">draft-ietf-quic-qpack.md</a>:</p>
<pre style='color:#555'>&gt;  An encoder MUST NOT insert an entry into the dynamic table (or duplicate an
-existing entry) if doing so would evict an entry with unacknowledged references.
-For header blocks that might rely on the newly added entry, the encoder can use
-a literal representation and maybe insert the entry later.
+existing entry) if doing so would evict a blocking entry.  For header blocks
+that would rely on the newly added entry, the encoder can instead use a literal
+representation and maybe insert the entry later.
</pre>
<p>With the added language, this line feels more ambiguous about which "the entry" is being referenced.  (Of course, it was somewhat ambiguous before.)  Maybe just drop the "and maybe insert the entry 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/2261#pullrequestreview-190388996">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AWbkq52R0WMd68fTnDtpKL4ULmwBuZEFks5vBOiWgaJpZM4Zh8iw">mute the thread</a>.<img src="https://github.com/notifications/beacon/AWbkq8jMTJWbgeBGRg-Xt7hidorU0fSAks5vBOiWgaJpZM4Zh8iw.gif" height="1" width="1" alt="" /></p>
<script type="application/json" data-scope="inboxmarkup">{"api_version":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name":"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"https://github.githubassets.com/images/email/message_cards/header.png","avatar_image_url":"https://github.githubassets.com/images/email/message_cards/avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/quicwg/base-drafts"}},"updates":{"snippets":[{"icon":"PERSON","message":"@MikeBishop approved #2261"}],"action":{"name":"View Pull Request","url":"https://github.com/quicwg/base-drafts/pull/2261#pullrequestreview-190388996"}}}</script>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/pull/2261#pullrequestreview-190388996",
"url": "https://github.com/quicwg/base-drafts/pull/2261#pullrequestreview-190388996",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>
----==_mimepart_5c34f116eb3a0_47d3ff3bfed45c03808bd--


From nobody Tue Jan  8 10:51:47 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 DBC57130F72 for <quic-issues@ietfa.amsl.com>; Tue,  8 Jan 2019 10:51:45 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -1.661
X-Spam-Level: 
X-Spam-Status: No, score=-1.661 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIMWL_WL_HIGH=-0.065, 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_PASS=-0.001] autolearn=ham autolearn_force=no
Authentication-Results: ietfa.amsl.com (amavisd-new); dkim=pass (1024-bit key) header.d=github.com
Received: from mail.ietf.org ([4.31.198.44]) by localhost (ietfa.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id lnPD5xCyb9k0 for <quic-issues@ietfa.amsl.com>; Tue,  8 Jan 2019 10:51:44 -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 37DD3130F55 for <quic-issues@ietf.org>; Tue,  8 Jan 2019 10:51:44 -0800 (PST)
DKIM-Signature: v=1; a=rsa-sha1; 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=GheqqcXqGiZgPRsQWze/0ETwl0U=; b=Z6e/BFrvCbKfYpCJ BfXCxWi4iF7aRvG5Byg/xDGlQieNCv/fcVugp+qL7Kx16NDoRuIcsTownxPrbnHN O9EqoofDcsy5mc2eSlwXW47rAkNMz24/9ekUE8UYRk/A6X6m3nnTO3bkS7b7dyt3 9TjPS2qBY2rS1EiEIFOp3tQ4lOA=
Received: by filter0690p1las1.sendgrid.net with SMTP id filter0690p1las1-16957-5C34F13F-17 2019-01-08 18:51:43.467106884 +0000 UTC m=+58019.544089556
Received: from github-lowworker-cef7735.cp1-iad.github.net (unknown [192.30.252.35]) by ismtpd0010p1iad2.sendgrid.net (SG) with ESMTP id GehYUArEQIGIzZz4_y0upg for <quic-issues@ietf.org>; Tue, 08 Jan 2019 18:51:43.364 +0000 (UTC)
Received: from github.com (localhost [127.0.0.1]) by github-lowworker-cef7735.cp1-iad.github.net (Postfix) with ESMTP id 597A91E12F3 for <quic-issues@ietf.org>; Tue,  8 Jan 2019 10:51:43 -0800 (PST)
Date: Tue, 08 Jan 2019 18:51:43 +0000 (UTC)
From: Mike Bishop <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+0166e4ab93c5a4f9122e0e22d16b84c5328688c21c936d4292cf00000001184cb33f92a169ce17821b19@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/issue/2264/issue_event/2061034718@github.com>
In-Reply-To: <quicwg/base-drafts/issues/2264@github.com>
References: <quicwg/base-drafts/issues/2264@github.com>
Subject: Re: [quicwg/base-drafts] "hq" stil used as ALPN token in HTTP/3 Connection Establishment (#2264)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5c34f13f569e5_307c3fea736d45b4392839"; 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: l64QuQ2uJCcEyUykJbxN122A6QRmEpucztpreh3Pak1+quvQ40gyJ7T4/B35sR7d3Uu0UZL/dt1+CU 4oH2VoDLY4vXlA+WN9rPbUTS8Tbc4dJRQw9NsU52FVG0Vl+Op2aAMwEyY2c4FBPB4dCwfBMs8jBQQr 9bMSuJ84STas5RgNt2QArTp+USOayfVqE30J48WMv/4bpH1stBvkEGj6lcFqUThFEGWFKr3/TVsLs0 c=
Archived-At: <https://mailarchive.ietf.org/arch/msg/quic-issues/kuC6pIPBi5U3hR2dQG8nLsQzPms>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
List-Id: Notification list for GitHub issues related to the QUIC WG <quic-issues.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=unsubscribe>
List-Archive: <https://mailarchive.ietf.org/arch/browse/quic-issues/>
List-Post: <mailto:quic-issues@ietf.org>
List-Help: <mailto:quic-issues-request@ietf.org?subject=help>
List-Subscribe: <https://www.ietf.org/mailman/listinfo/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=subscribe>
X-List-Received-Date: Tue, 08 Jan 2019 18:51:46 -0000

----==_mimepart_5c34f13f569e5_307c3fea736d45b4392839
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

Closed #2264 via #2265.

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/quicwg/base-drafts/issues/2264#event-2061034718
----==_mimepart_5c34f13f569e5_307c3fea736d45b4392839
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="394402585" data-permission-text="Issue title is private" data-url="https://github.com/quicwg/base-drafts/issues/2264" data-hovercard-type="issue" data-hovercard-url="/quicwg/base-drafts/issues/2264/hovercard" href="https://github.com/quicwg/base-drafts/issues/2264">#2264</a> via <a class="issue-link js-issue-link" data-error-text="Failed to load issue title" data-id="394431599" data-permission-text="Issue title is private" data-url="https://github.com/quicwg/base-drafts/issues/2265" data-hovercard-type="pull_request" data-hovercard-url="/quicwg/base-drafts/pull/2265/hovercard" href="https://github.com/quicwg/base-drafts/pull/2265">#2265</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/2264#event-2061034718">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AWbkq8tPO_xIHCaMnrtte2L6gEsBVb6Uks5vBOi_gaJpZM4Zizvi">mute the thread</a>.<img src="https://github.com/notifications/beacon/AWbkq9Z4qWGNmDqsE4n-SQ27YaUbHq1jks5vBOi_gaJpZM4Zizvi.gif" height="1" width="1" alt="" /></p>
<script type="application/json" data-scope="inboxmarkup">{"api_version":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name":"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"https://github.githubassets.com/images/email/message_cards/header.png","avatar_image_url":"https://github.githubassets.com/images/email/message_cards/avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/quicwg/base-drafts"}},"updates":{"snippets":[{"icon":"DESCRIPTION","message":"Closed #2264 via #2265."}],"action":{"name":"View Issue","url":"https://github.com/quicwg/base-drafts/issues/2264#event-2061034718"}}}</script>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/issues/2264#event-2061034718",
"url": "https://github.com/quicwg/base-drafts/issues/2264#event-2061034718",
"name": "View Issue"
},
"description": "View this Issue on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>
----==_mimepart_5c34f13f569e5_307c3fea736d45b4392839--


From nobody Tue Jan  8 10: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 10596130F72 for <quic-issues@ietfa.amsl.com>; Tue,  8 Jan 2019 10:51:48 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -6.447
X-Spam-Level: 
X-Spam-Status: No, score=-6.447 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIMWL_WL_HIGH=-0.065, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, HTML_IMAGE_ONLY_24=1.618, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-1, RCVD_IN_DNSWL_HI=-5, SPF_PASS=-0.001] autolearn=ham autolearn_force=no
Authentication-Results: ietfa.amsl.com (amavisd-new); dkim=pass (1024-bit key) header.d=github.com
Received: from mail.ietf.org ([4.31.198.44]) by localhost (ietfa.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 7odMIVQIZVdK for <quic-issues@ietfa.amsl.com>; Tue,  8 Jan 2019 10:51:46 -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 79BDB130F55 for <quic-issues@ietf.org>; Tue,  8 Jan 2019 10:51:46 -0800 (PST)
Date: Tue, 08 Jan 2019 10:51:45 -0800
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1546973506; bh=ViD1tMyCaRqvrDSOhMD86hE0cR5LeDmyl7LDcYvAtHg=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=l4ea6K0/ahRunTYCM6UiXhZsRTseGhPQblyHhXlGEFJcrnDl+e/C1DHeXNWhhI5VY peKCINXAZAO+gSwr20cIOP52Jm4ogHT7zctU6yWoM8yjfz+cN+ybUQk87G/lqA6KeO AGkYfvtpG49OZy044th948gP9HM4H5UkQJql7wQM=
From: Mike Bishop <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+0166e4ab0c8f7a57b07a5dfbaa8e66e90bae46aae1d14b8b92cf00000001184cb34192a169ce17828c6f@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/pull/2265/issue_event/2061034714@github.com>
In-Reply-To: <quicwg/base-drafts/pull/2265@github.com>
References: <quicwg/base-drafts/pull/2265@github.com>
Subject: Re: [quicwg/base-drafts] ALPN "hq" -> "h3" (#2265)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5c34f141e2b59_39f63faaa0cd45bc34753c"; 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/XeYGXqLlk1ubc_qUPCz6_xxwrA0>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
List-Id: Notification list for GitHub issues related to the QUIC WG <quic-issues.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=unsubscribe>
List-Archive: <https://mailarchive.ietf.org/arch/browse/quic-issues/>
List-Post: <mailto:quic-issues@ietf.org>
List-Help: <mailto:quic-issues-request@ietf.org?subject=help>
List-Subscribe: <https://www.ietf.org/mailman/listinfo/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=subscribe>
X-List-Received-Date: Tue, 08 Jan 2019 18:51:48 -0000

----==_mimepart_5c34f141e2b59_39f63faaa0cd45bc34753c
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

Merged #2265 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/2265#event-2061034714
----==_mimepart_5c34f141e2b59_39f63faaa0cd45bc34753c
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="394431599" data-permission-text="Issue title is private" data-url="https://github.com/quicwg/base-drafts/issues/2265" data-hovercard-type="pull_request" data-hovercard-url="/quicwg/base-drafts/pull/2265/hovercard" href="https://github.com/quicwg/base-drafts/pull/2265">#2265</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/2265#event-2061034714">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AWbkq0B83rQlqqqxLZJz4nOh5FhtSPWxks5vBOjBgaJpZM4Zi7_Z">mute the thread</a>.<img src="https://github.com/notifications/beacon/AWbkq2jr2srgIG0xwxG-EiJyUnVbJNW_ks5vBOjBgaJpZM4Zi7_Z.gif" height="1" width="1" alt="" /></p>
<script type="application/json" data-scope="inboxmarkup">{"api_version":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name":"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"https://github.githubassets.com/images/email/message_cards/header.png","avatar_image_url":"https://github.githubassets.com/images/email/message_cards/avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/quicwg/base-drafts"}},"updates":{"snippets":[{"icon":"DESCRIPTION","message":"Merged #2265 into master."}],"action":{"name":"View Pull Request","url":"https://github.com/quicwg/base-drafts/pull/2265#event-2061034714"}}}</script>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/pull/2265#event-2061034714",
"url": "https://github.com/quicwg/base-drafts/pull/2265#event-2061034714",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>
----==_mimepart_5c34f141e2b59_39f63faaa0cd45bc34753c--


From nobody Tue Jan  8 10:52: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 61C78130F72 for <quic-issues@ietfa.amsl.com>; Tue,  8 Jan 2019 10:51:53 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -6.519
X-Spam-Level: 
X-Spam-Status: No, score=-6.519 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIMWL_WL_HIGH=-0.065, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, HTML_IMAGE_ONLY_20=1.546, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-1, RCVD_IN_DNSWL_HI=-5, SPF_PASS=-0.001] autolearn=ham autolearn_force=no
Authentication-Results: ietfa.amsl.com (amavisd-new); dkim=pass (1024-bit key) header.d=github.com
Received: from mail.ietf.org ([4.31.198.44]) by localhost (ietfa.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 6ifXklKOpXOa for <quic-issues@ietfa.amsl.com>; Tue,  8 Jan 2019 10:51:52 -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 E41E8130F55 for <quic-issues@ietf.org>; Tue,  8 Jan 2019 10:51:51 -0800 (PST)
Date: Tue, 08 Jan 2019 10:51:51 -0800
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1546973511; bh=3UOV3oShP9LiI/zXQSFuQQoK64Vqm9/i9xOaQa/KPzU=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=HsSAxnYRxLNwXDDX7Aj36kwLEqEmmUIXHAZXLm+qNaR6LE6VejbXmpuH7BiKD/3Hw 2ggOLu4Q71KaXnYvzlyZpt97QhgiNrskhJJmVjY02QTIkrwCpn5aak4KhrbdX39Kn8 BlknU5toofVlGHgKlPW7kVAkQrrpyRzmtUJ087ck=
From: Mike Bishop <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+0166e4ab17af1caf9d8d013461370a86d68f2249873c7bb592cf00000001184cb34792a169ce17821b19@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/issues/2264/452410092@github.com>
In-Reply-To: <quicwg/base-drafts/issues/2264@github.com>
References: <quicwg/base-drafts/issues/2264@github.com>
Subject: Re: [quicwg/base-drafts] "hq" stil used as ALPN token in HTTP/3 Connection Establishment (#2264)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5c34f14719f57_32d53f86512d45bc30971d"; 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/uwg9LDoeyWdp_SnOM5IPNJpnk_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: Tue, 08 Jan 2019 18:51:54 -0000

----==_mimepart_5c34f14719f57_32d53f86512d45bc30971d
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

Whoops!

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/quicwg/base-drafts/issues/2264#issuecomment-452410092
----==_mimepart_5c34f14719f57_32d53f86512d45bc30971d
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

<p>Whoops!</p>

<p style="font-size:small;-webkit-text-size-adjust:none;color:#666;">&mdash;<br />You are receiving this because you are subscribed to this thread.<br />Reply to this email directly, <a href="https://github.com/quicwg/base-drafts/issues/2264#issuecomment-452410092">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AWbkq9EUEKA_dcuLmxyUmWMdpoElYTnaks5vBOjHgaJpZM4Zizvi">mute the thread</a>.<img src="https://github.com/notifications/beacon/AWbkq2ZZHtEbB5JmoZNzestyDJJ8leROks5vBOjHgaJpZM4Zizvi.gif" height="1" width="1" alt="" /></p>
<script type="application/json" data-scope="inboxmarkup">{"api_version":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name":"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"https://github.githubassets.com/images/email/message_cards/header.png","avatar_image_url":"https://github.githubassets.com/images/email/message_cards/avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/quicwg/base-drafts"}},"updates":{"snippets":[{"icon":"PERSON","message":"@MikeBishop in #2264: Whoops!"}],"action":{"name":"View Issue","url":"https://github.com/quicwg/base-drafts/issues/2264#issuecomment-452410092"}}}</script>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/issues/2264#issuecomment-452410092",
"url": "https://github.com/quicwg/base-drafts/issues/2264#issuecomment-452410092",
"name": "View Issue"
},
"description": "View this Issue on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>
----==_mimepart_5c34f14719f57_32d53f86512d45bc30971d--


From nobody Tue Jan  8 11:06: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 5417A130F97 for <quic-issues@ietfa.amsl.com>; Tue,  8 Jan 2019 11:06:21 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -8.064
X-Spam-Level: 
X-Spam-Status: No, score=-8.064 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIMWL_WL_HIGH=-0.065, 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_PASS=-0.001] autolearn=ham autolearn_force=no
Authentication-Results: ietfa.amsl.com (amavisd-new); dkim=pass (1024-bit key) header.d=github.com
Received: from mail.ietf.org ([4.31.198.44]) by localhost (ietfa.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id ftoOfvMVGvDF for <quic-issues@ietfa.amsl.com>; Tue,  8 Jan 2019 11:06:19 -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 9703E130F85 for <quic-issues@ietf.org>; Tue,  8 Jan 2019 11:06:19 -0800 (PST)
Date: Tue, 08 Jan 2019 11:06:18 -0800
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1546974378; bh=WLkw5LmE3PZ9KyaZlECDHR3G4sHE5ItRBURWQcdMm1A=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=n9eVpshUCR44D/NzvG7KNlM2i/FtYsbqOwQvbt5tv4RLanN6QfNM7V0AKpoo5h3z9 y8P0OOu39tu6DEwmZfLxCDIBuWjFSaW+xVT3nQ6ZntqOtER9fMjHqBgXpFXwQY2kHw hiCjo40XUi8kz0iEwcI8uUXmGeaJ9d7Ex/kvJYaE=
From: Mike Bishop <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+0166e4ab190849e4a4abe3f6fd940e24d9ebeec4a971cc9b92cf00000001184cb6aa92a169ce17856d43@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/pull/2268/c452415035@github.com>
In-Reply-To: <quicwg/base-drafts/pull/2268@github.com>
References: <quicwg/base-drafts/pull/2268@github.com>
Subject: Re: [quicwg/base-drafts] only require RESET_STREAM on STOP_SENDING in Ready and Sent state (#2268)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5c34f4aa2e92a_7b063fab472d45c41977db"; 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/5SnZnYkvkV7bIHlv_wI__YvVxUE>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
List-Id: Notification list for GitHub issues related to the QUIC WG <quic-issues.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=unsubscribe>
List-Archive: <https://mailarchive.ietf.org/arch/browse/quic-issues/>
List-Post: <mailto:quic-issues@ietf.org>
List-Help: <mailto:quic-issues-request@ietf.org?subject=help>
List-Subscribe: <https://www.ietf.org/mailman/listinfo/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=subscribe>
X-List-Received-Date: Tue, 08 Jan 2019 19:06:21 -0000

----==_mimepart_5c34f4aa2e92a_7b063fab472d45c41977db
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

Receiving a FIN isn't enough to complete the state machine, though some implementations might short-circuit it when sending a STOP_SENDING.  The reliability machinery expects to send all data declared lost unless there's a RESET_STREAM.  I think the language needs to be something like:

> ...MUST send a RESET_STREAM frame if the stream is in the Ready or Send state.  If the stream is in the Data Sent state and any outstanding data is declared lost, an endpoint SHOULD send a RESET_STREAM frame in lieu of a retransmission.

(This effectively makes a new side state from Data Sent where you're waiting to decide if you need to send a RESET_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/2268#issuecomment-452415035
----==_mimepart_5c34f4aa2e92a_7b063fab472d45c41977db
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: quoted-printable

<p>Receiving a FIN isn't enough to complete the state machine, though som=
e implementations might short-circuit it when sending a STOP_SENDING.  Th=
e reliability machinery expects to send all data declared lost unless the=
re's a RESET_STREAM.  I think the language needs to be something like:</p=
>
<blockquote>
<p>...MUST send a RESET_STREAM frame if the stream is in the Ready or Sen=
d state.  If the stream is in the Data Sent state and any outstanding dat=
a is declared lost, an endpoint SHOULD send a RESET_STREAM frame in lieu =
of a retransmission.</p>
</blockquote>
<p>(This effectively makes a new side state from Data Sent where you're w=
aiting to decide if you need to send a RESET_STREAM.)</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/pull/2268#issuecomment-452415035">view it on GitHub</a>, o=
r <a href=3D"https://github.com/notifications/unsubscribe-auth/AWbkq7lhL6=
edm0qKCHaMulM6l9GSD4nBks5vBOwqgaJpZM4Zjx3_">mute the thread</a>.<img src=3D=
"https://github.com/notifications/beacon/AWbkq19Pv0oXgz-xU9JUGoJGT3e-ATyn=
ks5vBOwqgaJpZM4Zjx3_.gif" height=3D"1" width=3D"1" alt=3D"" /></p>
<script type=3D"application/json" data-scope=3D"inboxmarkup">{"api_versio=
n":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name"=
:"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"=
quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"http=
s://github.githubassets.com/images/email/message_cards/header.png","avata=
r_image_url":"https://github.githubassets.com/images/email/message_cards/=
avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/q=
uicwg/base-drafts"}},"updates":{"snippets":[{"icon":"PERSON","message":"@=
MikeBishop in #2268: Receiving a FIN isn't enough to complete the state m=
achine, though some implementations might short-circuit it when sending a=
 STOP_SENDING.  The reliability machinery expects to send all data declar=
ed lost unless there's a RESET_STREAM.  I think the language needs to be =
something like:\r\n\r\n\u003e ...MUST send a RESET_STREAM frame if the st=
ream is in the Ready or Send state.  If the stream is in the Data Sent st=
ate and any outstanding data is declared lost, an endpoint SHOULD send a =
RESET_STREAM frame in lieu of a retransmission.\r\n\r\n(This effectively =
makes a new side state from Data Sent where you're waiting to decide if y=
ou need to send a RESET_STREAM.)"}],"action":{"name":"View Pull Request",=
"url":"https://github.com/quicwg/base-drafts/pull/2268#issuecomment-45241=
5035"}}}</script>
<script type=3D"application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/pull/2268#issuecomment-4=
52415035",
"url": "https://github.com/quicwg/base-drafts/pull/2268#issuecomment-4524=
15035",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>=

----==_mimepart_5c34f4aa2e92a_7b063fab472d45c41977db--


From nobody Tue Jan  8 11:13: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 2BE97130F99 for <quic-issues@ietfa.amsl.com>; Tue,  8 Jan 2019 11:13:49 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -8.064
X-Spam-Level: 
X-Spam-Status: No, score=-8.064 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIMWL_WL_HIGH=-0.065, 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_PASS=-0.001] autolearn=ham autolearn_force=no
Authentication-Results: ietfa.amsl.com (amavisd-new); dkim=pass (1024-bit key) header.d=github.com
Received: from mail.ietf.org ([4.31.198.44]) by localhost (ietfa.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id uQ6HIfQDcFnw for <quic-issues@ietfa.amsl.com>; Tue,  8 Jan 2019 11:13:47 -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 95448130FA3 for <quic-issues@ietf.org>; Tue,  8 Jan 2019 11:13:45 -0800 (PST)
Date: Tue, 08 Jan 2019 11:13:44 -0800
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1546974824; bh=AiTdUJJ06hOORH2EDE5VndjUkiPYtEvktwYJtWTj7AE=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=D4x87RXZIuFgAeHRRgFHrve88yQFq6usxZhG+zbGY1M2/3GZEWf7hV8aVDvlI5bgi dGgEYKeA2DeGprEwUB1seBQY4c83AZdqmtSxH7qehhszVBOerdmKtMdOopBFMa5uhh TN7csH9FdIAtp3YcoegRrRQxRvSuaPw+KZv/yH7g=
From: Mike Bishop <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+0166e4ab48821d3ed18535fb9b4cb3caf0505fec3e4b3c0d92cf00000001184cb86892a169ce17914056@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/issues/2283/452417455@github.com>
In-Reply-To: <quicwg/base-drafts/issues/2283@github.com>
References: <quicwg/base-drafts/issues/2283@github.com>
Subject: Re: [quicwg/base-drafts] STOP_SENDING is not depicted in the send FSM (#2283)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5c34f6689a543_69973fcda9cd45b8197012"; 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/QATXmMZSBkjYCSRKJAVxHufmlJc>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
List-Id: Notification list for GitHub issues related to the QUIC WG <quic-issues.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=unsubscribe>
List-Archive: <https://mailarchive.ietf.org/arch/browse/quic-issues/>
List-Post: <mailto:quic-issues@ietf.org>
List-Help: <mailto:quic-issues-request@ietf.org?subject=help>
List-Subscribe: <https://www.ietf.org/mailman/listinfo/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=subscribe>
X-List-Received-Date: Tue, 08 Jan 2019 19:13:49 -0000

----==_mimepart_5c34f6689a543_69973fcda9cd45b8197012
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

@rpaulo, you're exactly correct, but making the wrong inference from it.  The direct effect of the STOP_SENDING is the generation of a RESET_STREAM.  That itself isn't a stream state transition -- it's the sending of RESET_STREAM that has an effect on the state machine, regardless of why it's sent.  Including it in the diagram risks implying that a state change takes place regardless of whether the RESET_STREAM gets sent, and it doesn't.

Otherwise stated, only the originator of a stream part can reset it.  STOP_SENDING is a request to do so, but doesn't perform the action 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/issues/2283#issuecomment-452417455
----==_mimepart_5c34f6689a543_69973fcda9cd45b8197012
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=3D1491286" data-octo-click=3D"hovercard-link-c=
lick" data-octo-dimensions=3D"link_type:self" href=3D"https://github.com/=
rpaulo">@rpaulo</a>, you're exactly correct, but making the wrong inferen=
ce from it.  The direct effect of the STOP_SENDING is the generation of a=
 RESET_STREAM.  That itself isn't a stream state transition -- it's the s=
ending of RESET_STREAM that has an effect on the state machine, regardles=
s of why it's sent.  Including it in the diagram risks implying that a st=
ate change takes place regardless of whether the RESET_STREAM gets sent, =
and it doesn't.</p>
<p>Otherwise stated, only the originator of a stream part can reset it.  =
STOP_SENDING is a request to do so, but doesn't perform the action itself=
.</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/2283#issuecomment-452417455">view it on GitHub</a>,=
 or <a href=3D"https://github.com/notifications/unsubscribe-auth/AWbkq4pC=
Fg5j7PC8YhYEMJuKYJOQhJwgks5vBO3ogaJpZM4ZnSzm">mute the thread</a>.<img sr=
c=3D"https://github.com/notifications/beacon/AWbkq8MmnyVpfyNTYQAR3tuyNPl7=
1vkJks5vBO3ogaJpZM4ZnSzm.gif" height=3D"1" width=3D"1" alt=3D"" /></p>
<script type=3D"application/json" data-scope=3D"inboxmarkup">{"api_versio=
n":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name"=
:"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"=
quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"http=
s://github.githubassets.com/images/email/message_cards/header.png","avata=
r_image_url":"https://github.githubassets.com/images/email/message_cards/=
avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/q=
uicwg/base-drafts"}},"updates":{"snippets":[{"icon":"PERSON","message":"@=
MikeBishop in #2283: @rpaulo, you're exactly correct, but making the wron=
g inference from it.  The direct effect of the STOP_SENDING is the genera=
tion of a RESET_STREAM.  That itself isn't a stream state transition -- i=
t's the sending of RESET_STREAM that has an effect on the state machine, =
regardless of why it's sent.  Including it in the diagram risks implying =
that a state change takes place regardless of whether the RESET_STREAM ge=
ts sent, and it doesn't.\r\n\r\nOtherwise stated, only the originator of =
a stream part can reset it.  STOP_SENDING is a request to do so, but does=
n't perform the action itself."}],"action":{"name":"View Issue","url":"ht=
tps://github.com/quicwg/base-drafts/issues/2283#issuecomment-452417455"}}=
}</script>
<script type=3D"application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/issues/2283#issuecomment=
-452417455",
"url": "https://github.com/quicwg/base-drafts/issues/2283#issuecomment-45=
2417455",
"name": "View Issue"
},
"description": "View this Issue on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>=

----==_mimepart_5c34f6689a543_69973fcda9cd45b8197012--


From nobody Tue Jan  8 11:23: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 81175130FB7 for <quic-issues@ietfa.amsl.com>; Tue,  8 Jan 2019 11:23:53 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -8.064
X-Spam-Level: 
X-Spam-Status: No, score=-8.064 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIMWL_WL_HIGH=-0.065, 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_PASS=-0.001] autolearn=ham autolearn_force=no
Authentication-Results: ietfa.amsl.com (amavisd-new); dkim=pass (1024-bit key) header.d=github.com
Received: from mail.ietf.org ([4.31.198.44]) by localhost (ietfa.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id L9ohFhQdC6of for <quic-issues@ietfa.amsl.com>; Tue,  8 Jan 2019 11:23: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 AEF23130FB5 for <quic-issues@ietf.org>; Tue,  8 Jan 2019 11:23:51 -0800 (PST)
Date: Tue, 08 Jan 2019 11:23:50 -0800
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1546975430; bh=ngYohHzZgq4WxBcWpDhpS5WSoDnBK9VoeckzFrhEJ5I=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=GwPL0xizWzMkeGeivv62T4xjLm3zTxMy+8cqtDcGqwRlK36rLOTm9TGSvXttdMa0G 23nfpSSrGgLtS4q4Qebiv2DEgK8xnrpq/fy4vgmp4rP+gjm5YpWG4kCf+9rRsUjTuL YIQKRDjzDyLqy6cLdZJey5/qZynuSUinTPm2KbBg=
From: Mike Bishop <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+0166e4ab8ed5c165924e1630b3da80c251255a7851b9e65492cf00000001184cbac692a169ce1797273c@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/issues/2291/452420720@github.com>
In-Reply-To: <quicwg/base-drafts/issues/2291@github.com>
References: <quicwg/base-drafts/issues/2291@github.com>
Subject: Re: [quicwg/base-drafts] Allow extra data after self-terminating h3 frames (#2291)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5c34f8c6c2a4f_69233fafbcad45c02173ae"; 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/WRyKocQVxCFa4C3foOTxP9aStNM>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
List-Id: Notification list for GitHub issues related to the QUIC WG <quic-issues.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=unsubscribe>
List-Archive: <https://mailarchive.ietf.org/arch/browse/quic-issues/>
List-Post: <mailto:quic-issues@ietf.org>
List-Help: <mailto:quic-issues-request@ietf.org?subject=help>
List-Subscribe: <https://www.ietf.org/mailman/listinfo/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=subscribe>
X-List-Received-Date: Tue, 08 Jan 2019 19:23:53 -0000

----==_mimepart_5c34f8c6c2a4f_69233fafbcad45c02173ae
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

(Editor hat off.)

If you know that the peer understands the extended fields, then you've created an extension that redefines a frame type by mutual agreement, which is already legal.  Just redefine the frame in your extension, possibly with optional fields.

If you don't negotiate, the risk is that there are conflicting interpretations of this after-the-fields data.  In order to avoid that, you should move your particular interpretation / the extra fields to a new frame type.

I don't see a path in which stuffing excess data into a frame without negotiation is a wise choice.

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/quicwg/base-drafts/issues/2291#issuecomment-452420720
----==_mimepart_5c34f8c6c2a4f_69233fafbcad45c02173ae
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: quoted-printable

<p>(Editor hat off.)</p>
<p>If you know that the peer understands the extended fields, then you've=
 created an extension that redefines a frame type by mutual agreement, wh=
ich is already legal.  Just redefine the frame in your extension, possibl=
y with optional fields.</p>
<p>If you don't negotiate, the risk is that there are conflicting interpr=
etations of this after-the-fields data.  In order to avoid that, you shou=
ld move your particular interpretation / the extra fields to a new frame =
type.</p>
<p>I don't see a path in which stuffing excess data into a frame without =
negotiation is a wise choice.</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/2291#issuecomment-452420720">view it on GitHub</a>,=
 or <a href=3D"https://github.com/notifications/unsubscribe-auth/AWbkq0TC=
h6BZVWc4-fGO0d-aFuwtu2EHks5vBPBGgaJpZM4ZpBt0">mute the thread</a>.<img sr=
c=3D"https://github.com/notifications/beacon/AWbkq3hqhIkaykCcGdbvb64dt5y5=
_1lZks5vBPBGgaJpZM4ZpBt0.gif" height=3D"1" width=3D"1" alt=3D"" /></p>
<script type=3D"application/json" data-scope=3D"inboxmarkup">{"api_versio=
n":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name"=
:"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"=
quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"http=
s://github.githubassets.com/images/email/message_cards/header.png","avata=
r_image_url":"https://github.githubassets.com/images/email/message_cards/=
avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/q=
uicwg/base-drafts"}},"updates":{"snippets":[{"icon":"PERSON","message":"@=
MikeBishop in #2291: (Editor hat off.)\r\n\r\nIf you know that the peer u=
nderstands the extended fields, then you've created an extension that red=
efines a frame type by mutual agreement, which is already legal.  Just re=
define the frame in your extension, possibly with optional fields.\r\n\r\=
nIf you don't negotiate, the risk is that there are conflicting interpret=
ations of this after-the-fields data.  In order to avoid that, you should=
 move your particular interpretation / the extra fields to a new frame ty=
pe.\r\n\r\nI don't see a path in which stuffing excess data into a frame =
without negotiation is a wise choice."}],"action":{"name":"View Issue","u=
rl":"https://github.com/quicwg/base-drafts/issues/2291#issuecomment-45242=
0720"}}}</script>
<script type=3D"application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/issues/2291#issuecomment=
-452420720",
"url": "https://github.com/quicwg/base-drafts/issues/2291#issuecomment-45=
2420720",
"name": "View Issue"
},
"description": "View this Issue on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>=

----==_mimepart_5c34f8c6c2a4f_69233fafbcad45c02173ae--


From nobody Tue Jan  8 11:25: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 532FD130FB7 for <quic-issues@ietfa.amsl.com>; Tue,  8 Jan 2019 11:25:31 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -6.447
X-Spam-Level: 
X-Spam-Status: No, score=-6.447 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIMWL_WL_HIGH=-0.065, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, HTML_IMAGE_ONLY_24=1.618, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-1, RCVD_IN_DNSWL_HI=-5, SPF_PASS=-0.001] autolearn=ham autolearn_force=no
Authentication-Results: ietfa.amsl.com (amavisd-new); dkim=pass (1024-bit key) header.d=github.com
Received: from mail.ietf.org ([4.31.198.44]) by localhost (ietfa.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id ToV3ruUcwNYZ for <quic-issues@ietfa.amsl.com>; Tue,  8 Jan 2019 11:25:29 -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 9395412426E for <quic-issues@ietf.org>; Tue,  8 Jan 2019 11:25:29 -0800 (PST)
Date: Tue, 08 Jan 2019 11:25:28 -0800
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1546975528; bh=j4Zj3STFOlzTyPVgifMSFEr8bSqdQtFpO/61Nsv/UJE=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=SNSIdM54SIt+5c26ruJCXIRfok5EByuzWLZlAhW7iGb128ZsSpsFSLsf3sy3oRQkK TSFxEB1XFDebycJEoRNFBkAM4uxASnvOlYMZQr05wP5MCEjq3FJCKa1yI81moIfLTb 7BvbSFfUgJp6f3jD27NYoCbLujrSQFq/TLLj5amI=
From: Mike Bishop <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+0166e4ab1a0e9dce7423d857ebf47cad6fb3efea763a89af92cf00000001184cbb2892a169ce17972113@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/pull/2290/review/190403742@github.com>
In-Reply-To: <quicwg/base-drafts/pull/2290@github.com>
References: <quicwg/base-drafts/pull/2290@github.com>
Subject: Re: [quicwg/base-drafts] transport: fix typos and add internal reference (#2290)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5c34f928a2e87_2c793fba814d45c41810ae"; 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/KWGprnDvZoLgDPodecTYJfw43QU>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
List-Id: Notification list for GitHub issues related to the QUIC WG <quic-issues.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=unsubscribe>
List-Archive: <https://mailarchive.ietf.org/arch/browse/quic-issues/>
List-Post: <mailto:quic-issues@ietf.org>
List-Help: <mailto:quic-issues-request@ietf.org?subject=help>
List-Subscribe: <https://www.ietf.org/mailman/listinfo/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=subscribe>
X-List-Received-Date: Tue, 08 Jan 2019 19:25:31 -0000

----==_mimepart_5c34f928a2e87_2c793fba814d45c41810ae
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

MikeBishop commented on this pull request.



> @@ -2238,7 +2238,7 @@ in the closing state MAY instead choose to discard packets received from a new
 source address.
 
 
-## Idle Timeout
+## Idle Timeout {#idle-timeout}

N.B.:  This isn't actually needed, as a heading without an anchor creates a default anchor in exactly this format.

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/quicwg/base-drafts/pull/2290#pullrequestreview-190403742
----==_mimepart_5c34f928a2e87_2c793fba814d45c41810ae
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/2290#discussion_r246121618">draft-ietf-quic-transport.md</a>:</p>
<pre style='color:#555'>&gt; @@ -2238,7 +2238,7 @@ in the closing state MAY instead choose to discard packets received from a new
 source address.
 
 
-## Idle Timeout
+## Idle Timeout {#idle-timeout}
</pre>
<p>N.B.:  This isn't actually needed, as a heading without an anchor creates a default anchor in exactly this format.</p>

<p style="font-size:small;-webkit-text-size-adjust:none;color:#666;">&mdash;<br />You are receiving this because you are subscribed to this thread.<br />Reply to this email directly, <a href="https://github.com/quicwg/base-drafts/pull/2290#pullrequestreview-190403742">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AWbkq8_4_vC5tKuJCuU90SHZc6PIGIA1ks5vBPCogaJpZM4ZpBSI">mute the thread</a>.<img src="https://github.com/notifications/beacon/AWbkqxYS7FSOJMCa4Z127qkLmM9YoGMTks5vBPCogaJpZM4ZpBSI.gif" height="1" width="1" alt="" /></p>
<script type="application/json" data-scope="inboxmarkup">{"api_version":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name":"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"https://github.githubassets.com/images/email/message_cards/header.png","avatar_image_url":"https://github.githubassets.com/images/email/message_cards/avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/quicwg/base-drafts"}},"updates":{"snippets":[{"icon":"PERSON","message":"@MikeBishop commented on #2290"}],"action":{"name":"View Pull Request","url":"https://github.com/quicwg/base-drafts/pull/2290#pullrequestreview-190403742"}}}</script>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/pull/2290#pullrequestreview-190403742",
"url": "https://github.com/quicwg/base-drafts/pull/2290#pullrequestreview-190403742",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>
----==_mimepart_5c34f928a2e87_2c793fba814d45c41810ae--


From nobody Tue Jan  8 11:33: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 25EB9130FD4 for <quic-issues@ietfa.amsl.com>; Tue,  8 Jan 2019 11:33:48 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -8.064
X-Spam-Level: 
X-Spam-Status: No, score=-8.064 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIMWL_WL_HIGH=-0.065, 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_PASS=-0.001] autolearn=ham autolearn_force=no
Authentication-Results: ietfa.amsl.com (amavisd-new); dkim=pass (1024-bit key) header.d=github.com
Received: from mail.ietf.org ([4.31.198.44]) by localhost (ietfa.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id LiWheAfvj7iB for <quic-issues@ietfa.amsl.com>; Tue,  8 Jan 2019 11:33: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 3986D130FCF for <quic-issues@ietf.org>; Tue,  8 Jan 2019 11:33:46 -0800 (PST)
Date: Tue, 08 Jan 2019 11:33:45 -0800
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1546976025; bh=MkcGJoC1NKp3OuqusE77I0vjEuYDgdrXLGSKWswMVQ0=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=nMBl8VjhVw6ISh9COCDLKxOuZoFFnzZAwm85Q5jYG3oWVk8dPxfioJSupiJXN6KpB NhmGiFbncSBpnAo6CU11Kf5Ou4WQ8UhJupUv2uH6x0pSYAFqkJcN3FKNWp79UnVLn1 QEZ87G6RZ1cRLWzfcPpVEX/ExjNUP9pTBLW3StMo=
From: Mike Bishop <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+0166e4ab0326e3af19144c5fdb882722ad0484420418c5e492cf00000001184cbd1992a169ce17792cde@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/issues/2253/452423823@github.com>
In-Reply-To: <quicwg/base-drafts/issues/2253@github.com>
References: <quicwg/base-drafts/issues/2253@github.com>
Subject: Re: [quicwg/base-drafts] Consider making h3 frame types varint (#2253)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5c34fb194d002_35263f955b8d45c010196b"; 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/c3tswdrnOqHc2dG4GSFgoTKo6LI>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
List-Id: Notification list for GitHub issues related to the QUIC WG <quic-issues.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=unsubscribe>
List-Archive: <https://mailarchive.ietf.org/arch/browse/quic-issues/>
List-Post: <mailto:quic-issues@ietf.org>
List-Help: <mailto:quic-issues-request@ietf.org?subject=help>
List-Subscribe: <https://www.ietf.org/mailman/listinfo/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=subscribe>
X-List-Received-Date: Tue, 08 Jan 2019 19:33:48 -0000

----==_mimepart_5c34fb194d002_35263f955b8d45c010196b
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

I don't feel strongly either way.  You can always request a code point assignment from IANA without publishing an RFC, and experience suggests we're unlikely to run out of code points.  (If we do, we revive the EXTENDED frame that contains a sub-type field and a payload defined by the sub-type.)  However, there is value in being able to do some initial tests without registering a codepoint.

This can be done, as Kazuho suggests, either by advertising a setting or by allowing super-high codepoints for private use.

I suspect the technical merits of either will ultimately prove irrelevant and this will wash whichever direction "varint all the things" goes.

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/quicwg/base-drafts/issues/2253#issuecomment-452423823
----==_mimepart_5c34fb194d002_35263f955b8d45c010196b
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: quoted-printable

<p>I don't feel strongly either way.  You can always request a code point=
 assignment from IANA without publishing an RFC, and experience suggests =
we're unlikely to run out of code points.  (If we do, we revive the EXTEN=
DED frame that contains a sub-type field and a payload defined by the sub=
-type.)  However, there is value in being able to do some initial tests w=
ithout registering a codepoint.</p>
<p>This can be done, as Kazuho suggests, either by advertising a setting =
or by allowing super-high codepoints for private use.</p>
<p>I suspect the technical merits of either will ultimately prove irrelev=
ant and this will wash whichever direction "varint all the things" goes.<=
/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/2253#issuecomment-452423823">view it on GitHub</a>,=
 or <a href=3D"https://github.com/notifications/unsubscribe-auth/AWbkqxdD=
OGupbnVRrEXpt_0jfeKInTe4ks5vBPKZgaJpZM4ZgKQr">mute the thread</a>.<img sr=
c=3D"https://github.com/notifications/beacon/AWbkq5ktkkV2RbgcyLRMmoJf0-0D=
E18Hks5vBPKZgaJpZM4ZgKQr.gif" height=3D"1" width=3D"1" alt=3D"" /></p>
<script type=3D"application/json" data-scope=3D"inboxmarkup">{"api_versio=
n":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name"=
:"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"=
quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"http=
s://github.githubassets.com/images/email/message_cards/header.png","avata=
r_image_url":"https://github.githubassets.com/images/email/message_cards/=
avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/q=
uicwg/base-drafts"}},"updates":{"snippets":[{"icon":"PERSON","message":"@=
MikeBishop in #2253: I don't feel strongly either way.  You can always re=
quest a code point assignment from IANA without publishing an RFC, and ex=
perience suggests we're unlikely to run out of code points.  (If we do, w=
e revive the EXTENDED frame that contains a sub-type field and a payload =
defined by the sub-type.)  However, there is value in being able to do so=
me initial tests without registering a codepoint.\r\n\r\nThis can be done=
, as Kazuho suggests, either by advertising a setting or by allowing supe=
r-high codepoints for private use.\r\n\r\nI suspect the technical merits =
of either will ultimately prove irrelevant and this will wash whichever d=
irection \"varint all the things\" goes."}],"action":{"name":"View Issue"=
,"url":"https://github.com/quicwg/base-drafts/issues/2253#issuecomment-45=
2423823"}}}</script>
<script type=3D"application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/issues/2253#issuecomment=
-452423823",
"url": "https://github.com/quicwg/base-drafts/issues/2253#issuecomment-45=
2423823",
"name": "View Issue"
},
"description": "View this Issue on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>=

----==_mimepart_5c34fb194d002_35263f955b8d45c010196b--


From nobody Tue Jan  8 11:36: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 D950F130FCF for <quic-issues@ietfa.amsl.com>; Tue,  8 Jan 2019 11:36:48 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -6.661
X-Spam-Level: 
X-Spam-Status: No, score=-6.661 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIMWL_WL_HIGH=-0.065, 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_PASS=-0.001] autolearn=ham autolearn_force=no
Authentication-Results: ietfa.amsl.com (amavisd-new); dkim=pass (1024-bit key) header.d=github.com
Received: from mail.ietf.org ([4.31.198.44]) by localhost (ietfa.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id HXMLb2CN1H6o for <quic-issues@ietfa.amsl.com>; Tue,  8 Jan 2019 11:36:47 -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 55EB812426E for <quic-issues@ietf.org>; Tue,  8 Jan 2019 11:36:47 -0800 (PST)
Date: Tue, 08 Jan 2019 11:36:46 -0800
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1546976206; bh=uedB2IcKGAW8KpSvhhRJKHV2szGfGC8zp1RTDeRtwys=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=bmknz1uFj1f4ghaWYvX8WQrvclNucQox460rF1SC+B1dK7+g1j+IZWU4exnASqsIN 0LHRE69wkTZYBUCH5gHysAFIdbZHI5Bv3adjgBYDwd/+LgpQzzEqdujYw7OyPX0Qr+ UmAHeSXqS86/cCEh+W9VNPiIIEfikXrn06T5I5tk=
From: Mike Bishop <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+0166e4abf4e3105c2e09227c0512b83267fe837ab26556e092cf00000001184cbdce92a169ce17706c1f@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/issues/2223/452424782@github.com>
In-Reply-To: <quicwg/base-drafts/issues/2223@github.com>
References: <quicwg/base-drafts/issues/2223@github.com>
Subject: Re: [quicwg/base-drafts] When can you coalesce connections (#2223)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5c34fbce4ed81_33963feb2c2d45b86043b"; 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/aS7hABgqHodegXIHA24UQ8nP8HQ>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
List-Id: Notification list for GitHub issues related to the QUIC WG <quic-issues.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=unsubscribe>
List-Archive: <https://mailarchive.ietf.org/arch/browse/quic-issues/>
List-Post: <mailto:quic-issues@ietf.org>
List-Help: <mailto:quic-issues-request@ietf.org?subject=help>
List-Subscribe: <https://www.ietf.org/mailman/listinfo/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=subscribe>
X-List-Received-Date: Tue, 08 Jan 2019 19:36:49 -0000

----==_mimepart_5c34fbce4ed81_33963feb2c2d45b86043b
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

Yes, it's intentional.  RFC7540 allows coalescing based on the cert and DNS, because you're connected to the authoritative origin.  However, HTTP/3 is never connected on the authoritative endpoint for an http(s?):// URL, so you need something else to tell you that's okay.  This could be an Alt-Svc record for that origin delegating to the same UDP port.  This could be an ORIGIN-for-H3 frame telling you to throw caution to the wind and trust the cert, if the client thinks that's sensible.

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/quicwg/base-drafts/issues/2223#issuecomment-452424782
----==_mimepart_5c34fbce4ed81_33963feb2c2d45b86043b
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: quoted-printable

<p>Yes, it's intentional.  RFC7540 allows coalescing based on the cert an=
d DNS, because you're connected to the authoritative origin.  However, HT=
TP/3 is never connected on the authoritative endpoint for an http(s?):// =
URL, so you need something else to tell you that's okay.  This could be a=
n Alt-Svc record for that origin delegating to the same UDP port.  This c=
ould be an ORIGIN-for-H3 frame telling you to throw caution to the wind a=
nd trust the cert, if the client thinks that's sensible.</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/2223#issuecomment-452424782">view it on GitHub</a>,=
 or <a href=3D"https://github.com/notifications/unsubscribe-auth/AWbkq3CX=
jyUfEBK7iHRw_0PpmRaM_6ttks5vBPNOgaJpZM4ZdDdC">mute the thread</a>.<img sr=
c=3D"https://github.com/notifications/beacon/AWbkq8_hREwHBCBNao-pCLBmLuc_=
JXPAks5vBPNOgaJpZM4ZdDdC.gif" height=3D"1" width=3D"1" alt=3D"" /></p>
<script type=3D"application/json" data-scope=3D"inboxmarkup">{"api_versio=
n":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name"=
:"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"=
quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"http=
s://github.githubassets.com/images/email/message_cards/header.png","avata=
r_image_url":"https://github.githubassets.com/images/email/message_cards/=
avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/q=
uicwg/base-drafts"}},"updates":{"snippets":[{"icon":"PERSON","message":"@=
MikeBishop in #2223: Yes, it's intentional.  RFC7540 allows coalescing ba=
sed on the cert and DNS, because you're connected to the authoritative or=
igin.  However, HTTP/3 is never connected on the authoritative endpoint f=
or an http(s?):// URL, so you need something else to tell you that's okay=
.  This could be an Alt-Svc record for that origin delegating to the same=
 UDP port.  This could be an ORIGIN-for-H3 frame telling you to throw cau=
tion to the wind and trust the cert, if the client thinks that's sensible=
."}],"action":{"name":"View Issue","url":"https://github.com/quicwg/base-=
drafts/issues/2223#issuecomment-452424782"}}}</script>
<script type=3D"application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/issues/2223#issuecomment=
-452424782",
"url": "https://github.com/quicwg/base-drafts/issues/2223#issuecomment-45=
2424782",
"name": "View Issue"
},
"description": "View this Issue on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>=

----==_mimepart_5c34fbce4ed81_33963feb2c2d45b86043b--


From nobody Tue Jan  8 12:03:13 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 DA069130FFC for <quic-issues@ietfa.amsl.com>; Tue,  8 Jan 2019 12:03:11 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -1.661
X-Spam-Level: 
X-Spam-Status: No, score=-1.661 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIMWL_WL_HIGH=-0.065, 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_PASS=-0.001] autolearn=ham autolearn_force=no
Authentication-Results: ietfa.amsl.com (amavisd-new); dkim=pass (1024-bit key) header.d=github.com
Received: from mail.ietf.org ([4.31.198.44]) by localhost (ietfa.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 3R6Xnc7PlMHm for <quic-issues@ietfa.amsl.com>; Tue,  8 Jan 2019 12:03:09 -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 2187A13100F for <quic-issues@ietf.org>; Tue,  8 Jan 2019 12:03:08 -0800 (PST)
DKIM-Signature: v=1; a=rsa-sha1; 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=XFjN6cy3mqu1Q+7lpao1VsWZtLk=; b=XP8IunZR+aHLXrJs EwatLY4SPStcTxm/OfH16xybIoUWlWP9P2VKkjY9zIlTk25PCGkk3Z1yR2OtSfIE RnTy21SCkUF7ulgnjQW0I/1ymQNPRc7IYb7Aufvub6AT1+qRICFCa7RdE7yo8yzx VcG6ePt7aTXr7QhKQypoSRRnKEQ=
Received: by filter1683p1mdw1.sendgrid.net with SMTP id filter1683p1mdw1-10561-5C3501FA-5 2019-01-08 20:03:06.231477501 +0000 UTC m=+66367.321343184
Received: from github-lowworker-0b1e58d.cp1-iad.github.net (unknown [192.30.252.43]) by ismtpd0036p1iad1.sendgrid.net (SG) with ESMTP id ECdX5l6rTz-EJemvQJ9uVw for <quic-issues@ietf.org>; Tue, 08 Jan 2019 20:03:06.165 +0000 (UTC)
Received: from github.com (localhost [127.0.0.1]) by github-lowworker-0b1e58d.cp1-iad.github.net (Postfix) with ESMTP id 26ABE3E00F5 for <quic-issues@ietf.org>; Tue,  8 Jan 2019 12:03:06 -0800 (PST)
Date: Tue, 08 Jan 2019 20:03:06 +0000 (UTC)
From: Mike Bishop <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+0166e4ab3843182f78aa3ef6ae888287ae282a93fb094f9d92cf00000001184cc3fa92a169ce177071b8@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/issues/2228/452432900@github.com>
In-Reply-To: <quicwg/base-drafts/issues/2228@github.com>
References: <quicwg/base-drafts/issues/2228@github.com>
Subject: Re: [quicwg/base-drafts] How do I generate an RST? (#2228)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5c3501fa245f2_7a073fa8d32d45b81757cc"; 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: l64QuQ2uJCcEyUykJbxN122A6QRmEpucztpreh3Pak0iRawkWeNy8cy/3/2c1ifaCJswHc2axlukUH 9ihB50MtSrWd4ohiBPgy0c2YE/Ubwbxk0e0BP88IHnkkPFR//yr79J15WDLajfMbxvsgxldyyzF6PY XEWOcKU3OH03+Hrp4AfQ5ogfscfihHv9vk1GVTJRlXR5+Mk8VTKv56nnZB70wIBysoRBhe5AzhjdGc 4=
Archived-At: <https://mailarchive.ietf.org/arch/msg/quic-issues/YuUDo6AEKxaIjGsrOxNRB2EzLHU>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
List-Id: Notification list for GitHub issues related to the QUIC WG <quic-issues.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=unsubscribe>
List-Archive: <https://mailarchive.ietf.org/arch/browse/quic-issues/>
List-Post: <mailto:quic-issues@ietf.org>
List-Help: <mailto:quic-issues-request@ietf.org?subject=help>
List-Subscribe: <https://www.ietf.org/mailman/listinfo/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=subscribe>
X-List-Received-Date: Tue, 08 Jan 2019 20:03:12 -0000

----==_mimepart_5c3501fa245f2_7a073fa8d32d45b81757cc
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

There's risk with that too, though.  We encountered issues where the TCP connection was closed cleanly instead of aborted, and the client interpreted a truncated response as the (cacheable) response.  It gets ugly.

If you can't force a RST on the other side, you perhaps shouldn't be implementing CONNECT.

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/quicwg/base-drafts/issues/2228#issuecomment-452432900
----==_mimepart_5c3501fa245f2_7a073fa8d32d45b81757cc
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: quoted-printable

<p>There's risk with that too, though.  We encountered issues where the TCP=
 connection was closed cleanly instead of aborted, and the client interpret=
ed a truncated response as the (cacheable) response.  It gets ugly.</p>
<p>If you can't force a RST on the other side, you perhaps shouldn't be imp=
lementing CONNECT.</p>

<p style=3D"font-size:small;-webkit-text-size-adjust:none;color:#666;">&mda=
sh;<br />You are receiving this because you are subscribed to this thread.<=
br />Reply to this email directly, <a href=3D"https://github.com/quicwg/bas=
e-drafts/issues/2228#issuecomment-452432900">view it on GitHub</a>, or <a h=
ref=3D"https://github.com/notifications/unsubscribe-auth/AWbkq26xyephGgnfu-=
imLVu4vBjV7kqNks5vBPl6gaJpZM4ZdD1t">mute the thread</a>.<img src=3D"https:/=
/github.com/notifications/beacon/AWbkq_18qNOXq0JN4Dbihy1SsEg_3bYQks5vBPl6ga=
JpZM4ZdD1t.gif" height=3D"1" width=3D"1" alt=3D"" /></p>
<script type=3D"application/json" data-scope=3D"inboxmarkup">{"api_version"=
:"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name":"Gi=
tHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"quicwg=
/base-drafts","subtitle":"GitHub repository","main_image_url":"https://gith=
ub.githubassets.com/images/email/message_cards/header.png","avatar_image_ur=
l":"https://github.githubassets.com/images/email/message_cards/avatar.png",=
"action":{"name":"Open in GitHub","url":"https://github.com/quicwg/base-dra=
fts"}},"updates":{"snippets":[{"icon":"PERSON","message":"@MikeBishop in #2=
228: There's risk with that too, though.  We encountered issues where the T=
CP connection was closed cleanly instead of aborted, and the client interpr=
eted a truncated response as the (cacheable) response.  It gets ugly.\r\n\r=
\nIf you can't force a RST on the other side, you perhaps shouldn't be impl=
ementing CONNECT."}],"action":{"name":"View Issue","url":"https://github.co=
m/quicwg/base-drafts/issues/2228#issuecomment-452432900"}}}</script>
<script type=3D"application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/issues/2228#issuecomment-4=
52432900",
"url": "https://github.com/quicwg/base-drafts/issues/2228#issuecomment-4524=
32900",
"name": "View Issue"
},
"description": "View this Issue on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>=

----==_mimepart_5c3501fa245f2_7a073fa8d32d45b81757cc--


From nobody Tue Jan  8 12:03: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 34CD0131000 for <quic-issues@ietfa.amsl.com>; Tue,  8 Jan 2019 12:03:52 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -6.447
X-Spam-Level: 
X-Spam-Status: No, score=-6.447 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIMWL_WL_HIGH=-0.065, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, HTML_IMAGE_ONLY_24=1.618, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-1, RCVD_IN_DNSWL_HI=-5, SPF_PASS=-0.001] autolearn=ham autolearn_force=no
Authentication-Results: ietfa.amsl.com (amavisd-new); dkim=pass (1024-bit key) header.d=github.com
Received: from mail.ietf.org ([4.31.198.44]) by localhost (ietfa.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id F8_0t4SJxQY8 for <quic-issues@ietfa.amsl.com>; Tue,  8 Jan 2019 12:03:50 -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 7DB02130FFC for <quic-issues@ietf.org>; Tue,  8 Jan 2019 12:03:50 -0800 (PST)
Date: Tue, 08 Jan 2019 12:03:49 -0800
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1546977829; bh=7OfYjNOlto4fabdUqwA71h/OZCnNLZ3PBndEcdvTgQ0=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=wHgqZTDD2Tzn/8S9qfze3OPKV6seyNnwZmTU4vjy9c35OXTxSxnGU0SdOeibyMiWr pRTS4EO5wUrH06uQejmc6W/r6b6w0bDWUSHeASmmq8EoeVeKv4S1+VsAk3aWigJJjw oKRZ8wnJDJ2LfKLJ16fg12QVxxdJPbmVt5JWQdfE=
From: Mike Bishop <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+0166e4ab3e616bfa5e159759aa5599c5fc2102dbd9e3c0fe92cf00000001184cc42592a169ce1782a120@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/pull/2266/issue_event/2061199852@github.com>
In-Reply-To: <quicwg/base-drafts/pull/2266@github.com>
References: <quicwg/base-drafts/pull/2266@github.com>
Subject: Re: [quicwg/base-drafts] Simplify Alt-Svc example (#2266)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5c3502258441f_48c33fa8d42d45bc958a8"; 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/VV_FWniZfCrmyjfdul_qcLK1S9U>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
List-Id: Notification list for GitHub issues related to the QUIC WG <quic-issues.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=unsubscribe>
List-Archive: <https://mailarchive.ietf.org/arch/browse/quic-issues/>
List-Post: <mailto:quic-issues@ietf.org>
List-Help: <mailto:quic-issues-request@ietf.org?subject=help>
List-Subscribe: <https://www.ietf.org/mailman/listinfo/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=subscribe>
X-List-Received-Date: Tue, 08 Jan 2019 20:03:52 -0000

----==_mimepart_5c3502258441f_48c33fa8d42d45bc958a8
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

Merged #2266 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/2266#event-2061199852
----==_mimepart_5c3502258441f_48c33fa8d42d45bc958a8
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="394436896" data-permission-text="Issue title is private" data-url="https://github.com/quicwg/base-drafts/issues/2266" data-hovercard-type="pull_request" data-hovercard-url="/quicwg/base-drafts/pull/2266/hovercard" href="https://github.com/quicwg/base-drafts/pull/2266">#2266</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/2266#event-2061199852">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AWbkqx6B5ptJv8vRulfFlvJYnRMD-4K8ks5vBPmlgaJpZM4Zi9jd">mute the thread</a>.<img src="https://github.com/notifications/beacon/AWbkq7yd77sO5xJuXTQu3CD8e4JhXcXWks5vBPmlgaJpZM4Zi9jd.gif" height="1" width="1" alt="" /></p>
<script type="application/json" data-scope="inboxmarkup">{"api_version":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name":"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"https://github.githubassets.com/images/email/message_cards/header.png","avatar_image_url":"https://github.githubassets.com/images/email/message_cards/avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/quicwg/base-drafts"}},"updates":{"snippets":[{"icon":"DESCRIPTION","message":"Merged #2266 into master."}],"action":{"name":"View Pull Request","url":"https://github.com/quicwg/base-drafts/pull/2266#event-2061199852"}}}</script>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/pull/2266#event-2061199852",
"url": "https://github.com/quicwg/base-drafts/pull/2266#event-2061199852",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>
----==_mimepart_5c3502258441f_48c33fa8d42d45bc958a8--


From nobody Tue Jan  8 13:21:51 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 438E0126DBF for <quic-issues@ietfa.amsl.com>; Tue,  8 Jan 2019 13:21:49 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -1.519
X-Spam-Level: 
X-Spam-Status: No, score=-1.519 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIMWL_WL_HIGH=-0.065, DKIM_SIGNED=0.1, DKIM_VALID=-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_PASS=-0.001] autolearn=ham autolearn_force=no
Authentication-Results: ietfa.amsl.com (amavisd-new); dkim=pass (1024-bit key) header.d=github.com
Received: from mail.ietf.org ([4.31.198.44]) by localhost (ietfa.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id SpVMwSEvtT_S for <quic-issues@ietfa.amsl.com>; Tue,  8 Jan 2019 13:21:47 -0800 (PST)
Received: from o7.sgmail.github.com (o7.sgmail.github.com [167.89.101.198]) (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 7A729124D68 for <quic-issues@ietf.org>; Tue,  8 Jan 2019 13:21:47 -0800 (PST)
DKIM-Signature: v=1; a=rsa-sha1; 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=OxEwebixIGB8PQY3WVTz7fhTRYw=; b=avHQMElhZAtM3mMS ZrPoCL2cEdeUkb27tj8I2K51+GMvVDCECsdWwLRgHhlaLcnft+nCOuSJxI2ahme8 HOB5yBJZso0LEgdEkd9iPfPi2OVX9feInpay8f7ECpGhS1bYTsS1ng1l8Cu/ISh3 RtzBu2TXPcnxGYHNtezM5hbz93E=
Received: by filter0208p1iad2.sendgrid.net with SMTP id filter0208p1iad2-14208-5C35146A-B 2019-01-08 21:21:46.222195954 +0000 UTC m=+64244.704790964
Received: from github-lowworker-1c220e1.cp1-iad.github.net (unknown [192.30.252.44]) by ismtpd0001p1iad2.sendgrid.net (SG) with ESMTP id loKSp1NoRY-RaIVZSHc_0g for <quic-issues@ietf.org>; Tue, 08 Jan 2019 21:21:46.197 +0000 (UTC)
Received: from github.com (localhost [127.0.0.1]) by github-lowworker-1c220e1.cp1-iad.github.net (Postfix) with ESMTP id 2FE381612B8 for <quic-issues@ietf.org>; Tue,  8 Jan 2019 13:21:46 -0800 (PST)
Date: Tue, 08 Jan 2019 21:21:46 +0000 (UTC)
From: ianswett <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+0166e4ab82c467dab461a5aebb9ced96e0b359b8a48a1acb92cf00000001184cd66a92a169ce179bec73@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/pull/2296/review/190447908@github.com>
In-Reply-To: <quicwg/base-drafts/pull/2296@github.com>
References: <quicwg/base-drafts/pull/2296@github.com>
Subject: Re: [quicwg/base-drafts] Allow servers to send a preferred address of each address family (#2296)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5c35146a2e011_35a03f9cb6cd45b424670"; 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
X-SG-EID: l64QuQ2uJCcEyUykJbxN122A6QRmEpucztpreh3Pak1f139nkznF6zIj7rZaJx0GO4+zXt/L4OfoFb xiA+WyKb3O4gifHQ7C13ZY3APO0dFUZBKOVqwJoKbSDf+1EfNiSF/VVpBk4ubKfJ72I6x1Y0NFL+i0 Mef/en7puLU6GQqCS2trtWijk31QQ5LaQwPDHZ+bkreFSOOClOueFLoPCA==
Archived-At: <https://mailarchive.ietf.org/arch/msg/quic-issues/Tz5eDts_wr4MVDm1Lhm0Tc8yjQg>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
List-Id: Notification list for GitHub issues related to the QUIC WG <quic-issues.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=unsubscribe>
List-Archive: <https://mailarchive.ietf.org/arch/browse/quic-issues/>
List-Post: <mailto:quic-issues@ietf.org>
List-Help: <mailto:quic-issues-request@ietf.org?subject=help>
List-Subscribe: <https://www.ietf.org/mailman/listinfo/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=subscribe>
X-List-Received-Date: Tue, 08 Jan 2019 21:21:49 -0000

----==_mimepart_5c35146a2e011_35a03f9cb6cd45b424670
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/2296#pullrequestreview-190447908
----==_mimepart_5c35146a2e011_35a03f9cb6cd45b424670
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/2296#pullrequestreview-190447908">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AWbkq_1Y-EXq5xg7hsl5ZuOQcpezaNmfks5vBQvqgaJpZM4ZuHR_">mute the thread</a>.<img src="https://github.com/notifications/beacon/AWbkq6OXKjSn6nV2_wJSR5_Mk-HzQ2cgks5vBQvqgaJpZM4ZuHR_.gif" height="1" width="1" alt="" /></p>
<script type="application/json" data-scope="inboxmarkup">{"api_version":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name":"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"https://github.githubassets.com/images/email/message_cards/header.png","avatar_image_url":"https://github.githubassets.com/images/email/message_cards/avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/quicwg/base-drafts"}},"updates":{"snippets":[{"icon":"PERSON","message":"@ianswett approved #2296"}],"action":{"name":"View Pull Request","url":"https://github.com/quicwg/base-drafts/pull/2296#pullrequestreview-190447908"}}}</script>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/pull/2296#pullrequestreview-190447908",
"url": "https://github.com/quicwg/base-drafts/pull/2296#pullrequestreview-190447908",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>
----==_mimepart_5c35146a2e011_35a03f9cb6cd45b424670--


From nobody Tue Jan  8 13:22:58 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 CF02012D84C for <quic-issues@ietfa.amsl.com>; Tue,  8 Jan 2019 13:22:57 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -1.519
X-Spam-Level: 
X-Spam-Status: No, score=-1.519 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIMWL_WL_HIGH=-0.065, DKIM_SIGNED=0.1, DKIM_VALID=-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_PASS=-0.001] autolearn=ham autolearn_force=no
Authentication-Results: ietfa.amsl.com (amavisd-new); dkim=pass (1024-bit key) header.d=github.com
Received: from mail.ietf.org ([4.31.198.44]) by localhost (ietfa.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id VGlgJg54BBjI for <quic-issues@ietfa.amsl.com>; Tue,  8 Jan 2019 13:22:56 -0800 (PST)
Received: from o9.sgmail.github.com (o9.sgmail.github.com [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 24445124D68 for <quic-issues@ietf.org>; Tue,  8 Jan 2019 13:22:56 -0800 (PST)
DKIM-Signature: v=1; a=rsa-sha1; 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=xbyNrrY/4ccNdOXmTLjL1HkNAwU=; b=gHuJMUC6DNAyOQDp gqbJjalVmpEbLr63GRBOH3uDLA6vMIxBy4QsAbEn+OADBfidDALG5AcSXBqONNdc UKe2sxoso77wW+gimYk65QKfE4nPCYRnNPRICrvKSE4kSrCZZSL8zChVyJYner4E ygfMfomkbHAJyHuZqEfu5oO+nfs=
Received: by filter0113p1iad2.sendgrid.net with SMTP id filter0113p1iad2-31772-5C3514AE-20 2019-01-08 21:22:54.84865455 +0000 UTC m=+63924.855971539
Received: from github-lowworker-1c220e1.cp1-iad.github.net (unknown [192.30.252.44]) by ismtpd0002p1iad2.sendgrid.net (SG) with ESMTP id 1bDbOjh9StKZlCkc4Cwxiw for <quic-issues@ietf.org>; Tue, 08 Jan 2019 21:22:54.816 +0000 (UTC)
Received: from github.com (localhost [127.0.0.1]) by github-lowworker-1c220e1.cp1-iad.github.net (Postfix) with ESMTP id D04EB16355B for <quic-issues@ietf.org>; Tue,  8 Jan 2019 13:22:54 -0800 (PST)
Date: Tue, 08 Jan 2019 21:22:55 +0000 (UTC)
From: ianswett <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+0166e4abcde0bdb30d545e074eb841aed063b4ca29abfe0992cf00000001184cd6ae92a169ce17a42515@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/pull/2312/review/190448351@github.com>
In-Reply-To: <quicwg/base-drafts/pull/2312@github.com>
References: <quicwg/base-drafts/pull/2312@github.com>
Subject: Re: [quicwg/base-drafts] endpoints are allowed to retransmit entire payload of a lost packet (#2312)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5c3514aece34f_35993f9cb6cd45b4121194"; 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
X-SG-EID: l64QuQ2uJCcEyUykJbxN122A6QRmEpucztpreh3Pak00B2WPbpUMOwVOURyQ93IZdSWI4djfUQLMpa zcHpkz+OP6XlQ15O5X3b1NxmSnlgMfFWUHPjTOB8+UD8qzFobPdEY/CbMntckC39Q8slg/PTc9wIXw sAbwslUtlunxEQ9dYWZQx60baqg3dqCF/gpQAmYDDoeAqE2gZy2vJ42ZIAN891XPR7rOqEFOdc+2P5 w=
Archived-At: <https://mailarchive.ietf.org/arch/msg/quic-issues/xhpWeokBOkTsc0Kp-N4UTSu8-pk>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
List-Id: Notification list for GitHub issues related to the QUIC WG <quic-issues.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=unsubscribe>
List-Archive: <https://mailarchive.ietf.org/arch/browse/quic-issues/>
List-Post: <mailto:quic-issues@ietf.org>
List-Help: <mailto:quic-issues-request@ietf.org?subject=help>
List-Subscribe: <https://www.ietf.org/mailman/listinfo/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=subscribe>
X-List-Received-Date: Tue, 08 Jan 2019 21:22:58 -0000

----==_mimepart_5c3514aece34f_35993f9cb6cd45b4121194
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/2312#pullrequestreview-190448351
----==_mimepart_5c3514aece34f_35993f9cb6cd45b4121194
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/2312#pullrequestreview-190448351">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AWbkq7JZ6xK8Qoa5D3FTRTgw4D3YuN86ks5vBQwugaJpZM4Z0PeA">mute the thread</a>.<img src="https://github.com/notifications/beacon/AWbkq7ZfNu4UeSL-OoXTIF2pqqNZi2yWks5vBQwugaJpZM4Z0PeA.gif" height="1" width="1" alt="" /></p>
<script type="application/json" data-scope="inboxmarkup">{"api_version":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name":"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"https://github.githubassets.com/images/email/message_cards/header.png","avatar_image_url":"https://github.githubassets.com/images/email/message_cards/avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/quicwg/base-drafts"}},"updates":{"snippets":[{"icon":"PERSON","message":"@ianswett approved #2312"}],"action":{"name":"View Pull Request","url":"https://github.com/quicwg/base-drafts/pull/2312#pullrequestreview-190448351"}}}</script>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/pull/2312#pullrequestreview-190448351",
"url": "https://github.com/quicwg/base-drafts/pull/2312#pullrequestreview-190448351",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>
----==_mimepart_5c3514aece34f_35993f9cb6cd45b4121194--


From nobody Tue Jan  8 14:00: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 834E813119A for <quic-issues@ietfa.amsl.com>; Tue,  8 Jan 2019 14:00:32 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -6.447
X-Spam-Level: 
X-Spam-Status: No, score=-6.447 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIMWL_WL_HIGH=-0.065, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, HTML_IMAGE_ONLY_24=1.618, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-1, RCVD_IN_DNSWL_HI=-5, SPF_PASS=-0.001] autolearn=ham autolearn_force=no
Authentication-Results: ietfa.amsl.com (amavisd-new); dkim=pass (1024-bit key) header.d=github.com
Received: from mail.ietf.org ([4.31.198.44]) by localhost (ietfa.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id PRw3DLIO3ot5 for <quic-issues@ietfa.amsl.com>; Tue,  8 Jan 2019 14:00: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 8B8F4130FAF for <quic-issues@ietf.org>; Tue,  8 Jan 2019 14:00:30 -0800 (PST)
Date: Tue, 08 Jan 2019 14:00:28 -0800
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1546984828; bh=p6JnJ2I3EINUdc/ho5a9N1JbvkTIwOQcVHefFxXKA1s=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=rtgQeUmePqXv74OQv8AlgdQdx/77cfL+OKVSusECofD+yAcCVLlMIKbmWGi/sppBi JY8vfErsLaYWkACj705Wel0b2hyecrzcIAaagp729BnkhtjifHDIXx1HAxdNgKktrr C/AMR59ira/vesYIhmlKyZwrvYsC//3XUcmctl2U=
From: Mike Bishop <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+0166e4abff79da9713ff8e168ebe68bd9ac982ca84cd3e3f92cf00000001184cdf7c92a169ce175c9b40@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/pull/2203/c452467494@github.com>
In-Reply-To: <quicwg/base-drafts/pull/2203@github.com>
References: <quicwg/base-drafts/pull/2203@github.com>
Subject: Re: [quicwg/base-drafts] Rearrange Packet Types section and references (#2203)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5c351d7c53ff0_7ac93f884a0d45b4496a3"; 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/ykA-YtryToxuOozHBN_cu12YZ9M>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
List-Id: Notification list for GitHub issues related to the QUIC WG <quic-issues.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=unsubscribe>
List-Archive: <https://mailarchive.ietf.org/arch/browse/quic-issues/>
List-Post: <mailto:quic-issues@ietf.org>
List-Help: <mailto:quic-issues-request@ietf.org?subject=help>
List-Subscribe: <https://www.ietf.org/mailman/listinfo/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=subscribe>
X-List-Received-Date: Tue, 08 Jan 2019 22:00:33 -0000

----==_mimepart_5c351d7c53ff0_7ac93f884a0d45b4496a3
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

Yes -- because it's subtly different in the different packets, I changed it to an overarching description of fields which occur in multiple packet types, but indicate which fields are present in each packet type's 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/2203#issuecomment-452467494
----==_mimepart_5c351d7c53ff0_7ac93f884a0d45b4496a3
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

<p>Yes -- because it's subtly different in the different packets, I changed it to an overarching description of fields which occur in multiple packet types, but indicate which fields are present in each packet type's 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/2203#issuecomment-452467494">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AWbkqyifyWeGVmtTW_2NaYpoZfOdtrlrks5vBRT8gaJpZM4ZXXnl">mute the thread</a>.<img src="https://github.com/notifications/beacon/AWbkq7AS_lNZpMuoBKtXA3ajxndvPu4Eks5vBRT8gaJpZM4ZXXnl.gif" height="1" width="1" alt="" /></p>
<script type="application/json" data-scope="inboxmarkup">{"api_version":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name":"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"https://github.githubassets.com/images/email/message_cards/header.png","avatar_image_url":"https://github.githubassets.com/images/email/message_cards/avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/quicwg/base-drafts"}},"updates":{"snippets":[{"icon":"PERSON","message":"@MikeBishop in #2203: Yes -- because it's subtly different in the different packets, I changed it to an overarching description of fields which occur in multiple packet types, but indicate which fields are present in each packet type's section."}],"action":{"name":"View Pull Request","url":"https://github.com/quicwg/base-drafts/pull/2203#issuecomment-452467494"}}}</script>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/pull/2203#issuecomment-452467494",
"url": "https://github.com/quicwg/base-drafts/pull/2203#issuecomment-452467494",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>
----==_mimepart_5c351d7c53ff0_7ac93f884a0d45b4496a3--


From nobody Tue Jan  8 14:08: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 62B60131196 for <quic-issues@ietfa.amsl.com>; Tue,  8 Jan 2019 14:08:01 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -6.447
X-Spam-Level: 
X-Spam-Status: No, score=-6.447 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIMWL_WL_HIGH=-0.065, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, HTML_IMAGE_ONLY_24=1.618, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-1, RCVD_IN_DNSWL_HI=-5, SPF_PASS=-0.001] autolearn=ham autolearn_force=no
Authentication-Results: ietfa.amsl.com (amavisd-new); dkim=pass (1024-bit key) header.d=github.com
Received: from mail.ietf.org ([4.31.198.44]) by localhost (ietfa.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id tvY_UEkCu3DC for <quic-issues@ietfa.amsl.com>; Tue,  8 Jan 2019 14:08:00 -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 E6B1A130FAF for <quic-issues@ietf.org>; Tue,  8 Jan 2019 14:07:59 -0800 (PST)
Date: Tue, 08 Jan 2019 14:07:59 -0800
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1546985279; bh=jRQ06izjVxiigniUlvZOt1zRBup8t9MBsgh8hh3dQGc=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=QbIj3zCV3ikpBkRukzVnJgmIGSaiXNqvBg0Idv3081zgjOUNe21gWINO3pEALERqi jqATE8Rw8VJy56N6HMBzHvrKuozmMzDLUR9Uur9akh+wzO+Cs3sVvoi3m5d7S8iv4O 58aK9CRjzgowOfhqhuCEKGPVsJTYLQtEdAJ1VIrU=
From: Martin Thomson <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+0166e4ab69a778f36b0e09e169bb28e6d091ea8093973d7e92cf00000001184ce13e92a169ce17a5f021@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/pull/2316/issue_event/2061458210@github.com>
In-Reply-To: <quicwg/base-drafts/pull/2316@github.com>
References: <quicwg/base-drafts/pull/2316@github.com>
Subject: Re: [quicwg/base-drafts] Suggestions from #2197 (#2316)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5c351f3f708_20c73fe6224d45c0851b0"; 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/a4gNFcHWaNJ3YkuT1ZwRoH7DECQ>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
List-Id: Notification list for GitHub issues related to the QUIC WG <quic-issues.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=unsubscribe>
List-Archive: <https://mailarchive.ietf.org/arch/browse/quic-issues/>
List-Post: <mailto:quic-issues@ietf.org>
List-Help: <mailto:quic-issues-request@ietf.org?subject=help>
List-Subscribe: <https://www.ietf.org/mailman/listinfo/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=subscribe>
X-List-Received-Date: Tue, 08 Jan 2019 22:08:01 -0000

----==_mimepart_5c351f3f708_20c73fe6224d45c0851b0
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

Merged #2316 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/2316#event-2061458210
----==_mimepart_5c351f3f708_20c73fe6224d45c0851b0
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="396750881" data-permission-text="Issue title is private" data-url="https://github.com/quicwg/base-drafts/issues/2316" data-hovercard-type="pull_request" data-hovercard-url="/quicwg/base-drafts/pull/2316/hovercard" href="https://github.com/quicwg/base-drafts/pull/2316">#2316</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/2316#event-2061458210">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AWbkq-jbHhaTLqL6rDgjTqCewcoCihTiks5vBRa-gaJpZM4Z0xaN">mute the thread</a>.<img src="https://github.com/notifications/beacon/AWbkq8flkewP5IxcMvIF4Z1Rm7DzjaOQks5vBRa-gaJpZM4Z0xaN.gif" height="1" width="1" alt="" /></p>
<script type="application/json" data-scope="inboxmarkup">{"api_version":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name":"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"https://github.githubassets.com/images/email/message_cards/header.png","avatar_image_url":"https://github.githubassets.com/images/email/message_cards/avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/quicwg/base-drafts"}},"updates":{"snippets":[{"icon":"DESCRIPTION","message":"Merged #2316 into master."}],"action":{"name":"View Pull Request","url":"https://github.com/quicwg/base-drafts/pull/2316#event-2061458210"}}}</script>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/pull/2316#event-2061458210",
"url": "https://github.com/quicwg/base-drafts/pull/2316#event-2061458210",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>
----==_mimepart_5c351f3f708_20c73fe6224d45c0851b0--


From nobody Tue Jan  8 14:16: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 DA5B713119E for <quic-issues@ietfa.amsl.com>; Tue,  8 Jan 2019 14:16:03 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -1.661
X-Spam-Level: 
X-Spam-Status: No, score=-1.661 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIMWL_WL_HIGH=-0.065, 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_PASS=-0.001] autolearn=ham autolearn_force=no
Authentication-Results: ietfa.amsl.com (amavisd-new); dkim=pass (1024-bit key) header.d=github.com
Received: from mail.ietf.org ([4.31.198.44]) by localhost (ietfa.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id clO4CZ_eM9UJ for <quic-issues@ietfa.amsl.com>; Tue,  8 Jan 2019 14:16:02 -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 B3756131198 for <quic-issues@ietf.org>; Tue,  8 Jan 2019 14:16:01 -0800 (PST)
DKIM-Signature: v=1; a=rsa-sha1; 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=B+9kSfrBx3Tjo7Gs2clOwcXK8/w=; b=MPzuEkMuqjXFbN5J 6Beh4iZslgXbCbr3IfFllgngc44W1bbmrS5CEFPrE1S/yUkJ9AarwphFZGyIq8pR xryMzKJnkqNWr1WE0qdi3pFud4sUVTHbZeZtFrcfkDMUYPRtggb7yykUyI0yXMMA rFyzelRqpf8hwha5piyP1tVm01w=
Received: by filter0165p1iad2.sendgrid.net with SMTP id filter0165p1iad2-16526-5C352120-1D 2019-01-08 22:16:00.403921317 +0000 UTC m=+67859.692843793
Received: from github-lowworker-63e61ec.cp1-iad.github.net (unknown [192.30.252.36]) by ismtpd0020p1iad2.sendgrid.net (SG) with ESMTP id J4oA_NCIS9yPkZL1Bg8COw for <quic-issues@ietf.org>; Tue, 08 Jan 2019 22:16:00.495 +0000 (UTC)
Received: from github.com (localhost [127.0.0.1]) by github-lowworker-63e61ec.cp1-iad.github.net (Postfix) with ESMTP id 5D7542A006F for <quic-issues@ietf.org>; Tue,  8 Jan 2019 14:16:00 -0800 (PST)
Date: Tue, 08 Jan 2019 22:16:00 +0000 (UTC)
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/2203/push/3191771045@github.com>
In-Reply-To: <quicwg/base-drafts/pull/2203@github.com>
References: <quicwg/base-drafts/pull/2203@github.com>
Subject: Re: [quicwg/base-drafts] Rearrange Packet Types section and references (#2203)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5c3521205a8cf_14303ff15a8d45c4138526"; 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
X-SG-EID: l64QuQ2uJCcEyUykJbxN122A6QRmEpucztpreh3Pak08JmjvXEqUmufoAXBaFqDJ3pU6KDcgRsY48K tCfu323kYULcXDonNM1sMUFQ22LtSGNVqydFtPs68ciLTwZENMPdByrzP8DoC88wCuHQiIMIIp9GPy 79UJb96YCjHJpqQ1cs6S2485kaFog9n4DPsJTX5l49L2mQofUloeLAT8DuoIjwz2jkojp64Xt+621R A=
Archived-At: <https://mailarchive.ietf.org/arch/msg/quic-issues/0JXLKhRoFQRUNZ3ppbMb9nFuo4A>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
List-Id: Notification list for GitHub issues related to the QUIC WG <quic-issues.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=unsubscribe>
List-Archive: <https://mailarchive.ietf.org/arch/browse/quic-issues/>
List-Post: <mailto:quic-issues@ietf.org>
List-Help: <mailto:quic-issues-request@ietf.org?subject=help>
List-Subscribe: <https://www.ietf.org/mailman/listinfo/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=subscribe>
X-List-Received-Date: Tue, 08 Jan 2019 22:16:04 -0000

----==_mimepart_5c3521205a8cf_14303ff15a8d45c4138526
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

@MikeBishop pushed 2 commits.

9715d3579a713c54345bdf0a79a30a757f834e95  Merge remote-tracking branch 'origin/master' into transport/packet-types
7ad6580092f5b531268bdb74db6181ce985629d0  Lower nibble as well


-- 
You are receiving this because you are subscribed to this thread.
View it on GitHub:
https://github.com/quicwg/base-drafts/pull/2203/files/03f8fb768bc74c5c869807c936750c2df9fe678c..7ad6580092f5b531268bdb74db6181ce985629d0

----==_mimepart_5c3521205a8cf_14303ff15a8d45c4138526
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

<p><a href="https://github.com/MikeBishop" class="user-mention">@MikeBishop</a> pushed 2 commits.</p>

<ul>
  <li><a class="commit-link" href="https://github.com/quicwg/base-drafts/commit/9715d3579a713c54345bdf0a79a30a757f834e95">9715d35</a>  Merge remote-tracking branch &#39;origin/master&#39; into transport/packet-types</li>
  <li><a class="commit-link" href="https://github.com/quicwg/base-drafts/commit/7ad6580092f5b531268bdb74db6181ce985629d0">7ad6580</a>  Lower nibble as well</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/2203/files/03f8fb768bc74c5c869807c936750c2df9fe678c..7ad6580092f5b531268bdb74db6181ce985629d0">View it on GitHub</a> or <a href="https://github.com/notifications/unsubscribe-auth/AWbkq84A3Rv7E5wMFjqXyrewqYjJl1UHks5vBRiggaJpZM4ZXXnl">mute the thread</a>.<img src="https://github.com/notifications/beacon/AWbkq9Qzj0Yfx0TEpmG3EKQucUiypSI8ks5vBRiggaJpZM4ZXXnl.gif" height="1" width="1" alt="" /></p>
<script type="application/json" data-scope="inboxmarkup">{"api_version":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name":"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"https://github.githubassets.com/images/email/message_cards/header.png","avatar_image_url":"https://github.githubassets.com/images/email/message_cards/avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/quicwg/base-drafts"}},"updates":{"snippets":[{"icon":"PERSON","message":"@MikeBishop pushed 2 commits in #2203"}],"action":{"name":"View Pull Request","url":"https://github.com/quicwg/base-drafts/pull/2203/files/03f8fb768bc74c5c869807c936750c2df9fe678c..7ad6580092f5b531268bdb74db6181ce985629d0"}}}</script>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/pull/2203/files/03f8fb768bc74c5c869807c936750c2df9fe678c..7ad6580092f5b531268bdb74db6181ce985629d0",
"url": "https://github.com/quicwg/base-drafts/pull/2203/files/03f8fb768bc74c5c869807c936750c2df9fe678c..7ad6580092f5b531268bdb74db6181ce985629d0",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>

----==_mimepart_5c3521205a8cf_14303ff15a8d45c4138526--


From nobody Tue Jan  8 14:17: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 4735B130FB1 for <quic-issues@ietfa.amsl.com>; Tue,  8 Jan 2019 14:17:48 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -6.447
X-Spam-Level: 
X-Spam-Status: No, score=-6.447 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIMWL_WL_HIGH=-0.065, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, HTML_IMAGE_ONLY_24=1.618, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-1, RCVD_IN_DNSWL_HI=-5, SPF_PASS=-0.001] autolearn=ham autolearn_force=no
Authentication-Results: ietfa.amsl.com (amavisd-new); dkim=pass (1024-bit key) header.d=github.com
Received: 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-ECb6Yj24sC for <quic-issues@ietfa.amsl.com>; Tue,  8 Jan 2019 14:17: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 7375012D7F8 for <quic-issues@ietf.org>; Tue,  8 Jan 2019 14:17:45 -0800 (PST)
Date: Tue, 08 Jan 2019 14:17:44 -0800
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1546985864; bh=QLRT4yUo4bd7KxxpTxtnEDRBphvca71GBOw89DbqLBs=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=QNgPpMZ3nYinBBwjUs//Wzx6kbV96YezRETWCXo5S4L01zos2BOEbeGhX3crgY+YW U5eAdRm3C1tUuVcTqvI2A9ETAqonBQFzHg5sSv14rOH6UHivu+1z/7TJdBAwjBaTO+ EwQW8VP9bkbRs7mn9qUctWYekdQKX5yZGqOwC/f8=
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/2111/push/3191775264@github.com>
In-Reply-To: <quicwg/base-drafts/pull/2111@github.com>
References: <quicwg/base-drafts/pull/2111@github.com>
Subject: Re: [quicwg/base-drafts] Use "Insert Count" rather than "Largest Reference" (#2111)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5c35218875c66_13d3f888e6d45c41096dc"; 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/Te6H3mGVMHqY4qoiU5ugtfT3Kqw>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
List-Id: Notification list for GitHub issues related to the QUIC WG <quic-issues.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=unsubscribe>
List-Archive: <https://mailarchive.ietf.org/arch/browse/quic-issues/>
List-Post: <mailto:quic-issues@ietf.org>
List-Help: <mailto:quic-issues-request@ietf.org?subject=help>
List-Subscribe: <https://www.ietf.org/mailman/listinfo/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=subscribe>
X-List-Received-Date: Tue, 08 Jan 2019 22:17:48 -0000

----==_mimepart_5c35218875c66_13d3f888e6d45c41096dc
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

@martinthomson pushed 1 commit.

21199c4c127ab1dc80e9b5d949a30bc4e1df845e  Drop the 'maybe later'


-- 
You are receiving this because you are subscribed to this thread.
View it on GitHub:
https://github.com/quicwg/base-drafts/pull/2111/files/7654602d9122c45675f5b6e26000a8d20fb2fadc..21199c4c127ab1dc80e9b5d949a30bc4e1df845e

----==_mimepart_5c35218875c66_13d3f888e6d45c41096dc
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/21199c4c127ab1dc80e9b5d949a30bc4e1df845e">21199c4</a>  Drop the &#39;maybe later&#39;</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/2111/files/7654602d9122c45675f5b6e26000a8d20fb2fadc..21199c4c127ab1dc80e9b5d949a30bc4e1df845e">View it on GitHub</a> or <a href="https://github.com/notifications/unsubscribe-auth/AWbkq5RsvQl6eZvqw6K9IyC_3q5Pdj7Sks5vBRkIgaJpZM4ZMydb">mute the thread</a>.<img src="https://github.com/notifications/beacon/AWbkq_p81uTdnsQZE3ypGyWPHXilxJkLks5vBRkIgaJpZM4ZMydb.gif" height="1" width="1" alt="" /></p>
<script type="application/json" data-scope="inboxmarkup">{"api_version":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name":"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"https://github.githubassets.com/images/email/message_cards/header.png","avatar_image_url":"https://github.githubassets.com/images/email/message_cards/avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/quicwg/base-drafts"}},"updates":{"snippets":[{"icon":"PERSON","message":"@martinthomson pushed 1 commit in #2111"}],"action":{"name":"View Pull Request","url":"https://github.com/quicwg/base-drafts/pull/2111/files/7654602d9122c45675f5b6e26000a8d20fb2fadc..21199c4c127ab1dc80e9b5d949a30bc4e1df845e"}}}</script>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/pull/2111/files/7654602d9122c45675f5b6e26000a8d20fb2fadc..21199c4c127ab1dc80e9b5d949a30bc4e1df845e",
"url": "https://github.com/quicwg/base-drafts/pull/2111/files/7654602d9122c45675f5b6e26000a8d20fb2fadc..21199c4c127ab1dc80e9b5d949a30bc4e1df845e",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>

----==_mimepart_5c35218875c66_13d3f888e6d45c41096dc--


From nobody Tue Jan  8 14:23: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 870401311A8 for <quic-issues@ietfa.amsl.com>; Tue,  8 Jan 2019 14:23:41 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -6.661
X-Spam-Level: 
X-Spam-Status: No, score=-6.661 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIMWL_WL_HIGH=-0.065, 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_PASS=-0.001] autolearn=ham autolearn_force=no
Authentication-Results: ietfa.amsl.com (amavisd-new); dkim=pass (1024-bit key) header.d=github.com
Received: from mail.ietf.org ([4.31.198.44]) by localhost (ietfa.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id lH7bIkzhokQF for <quic-issues@ietfa.amsl.com>; Tue,  8 Jan 2019 14:23: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 5D9541311A4 for <quic-issues@ietf.org>; Tue,  8 Jan 2019 14:23:39 -0800 (PST)
Date: Tue, 08 Jan 2019 14:23:38 -0800
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1546986218; bh=8s6SNc/kssjPRLGsBgDU8Kn9744ZeVn1q6qpPo2MkjM=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=KF+se9E4N7VHHVp4XGAYwzvA/cVvf42MVnZJx0y21i8fQPw3a0QTuxlAlurWPvSgu 4n2TSbt7tpzaQ87V855OISzlhjd5g+yiTbAXYH/fARCE/K5oNQ3gogJi82hnFxfnIb Z4m4uM/x/+cqLUVOBQOehZJ2EoO92HLrm7ZquE64=
From: Martin Thomson <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+0166e4ab00fa64d79584b689ca62e10ce49678d4a6b5c8a992cf00000001184ce4ea92a169ce17a42515@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/pull/2312/review/190471406@github.com>
In-Reply-To: <quicwg/base-drafts/pull/2312@github.com>
References: <quicwg/base-drafts/pull/2312@github.com>
Subject: Re: [quicwg/base-drafts] endpoints are allowed to retransmit entire payload of a lost packet (#2312)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5c3522ea74a3b_29733fd70bad45b81173fd"; 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/cMtUXVWi_9uYQBPjwuIdf5z-bog>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
List-Id: Notification list for GitHub issues related to the QUIC WG <quic-issues.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=unsubscribe>
List-Archive: <https://mailarchive.ietf.org/arch/browse/quic-issues/>
List-Post: <mailto:quic-issues@ietf.org>
List-Help: <mailto:quic-issues-request@ietf.org?subject=help>
List-Subscribe: <https://www.ietf.org/mailman/listinfo/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=subscribe>
X-List-Received-Date: Tue, 08 Jan 2019 22:23:41 -0000

----==_mimepart_5c3522ea74a3b_29733fd70bad45b81173fd
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

martinthomson approved this pull request.



> @@ -2985,6 +2985,12 @@ Endpoints SHOULD prioritize retransmission of data over sending new data, unless
 priorities specified by the application indicate otherwise (see
 {{stream-prioritization}}).
 
+Even though a sender is encouraged to assemble frames containing up-to-date
+information every time it sends a packet, it is not forbidden to retransmit
+frames of lost packets as they are.  A receiver MUST accept packets containing

```suggestion
copies of frames from lost packets.  A receiver MUST accept packets containing
```

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/quicwg/base-drafts/pull/2312#pullrequestreview-190471406
----==_mimepart_5c3522ea74a3b_29733fd70bad45b81173fd
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/2312#discussi=
on_r246172945">draft-ietf-quic-transport.md</a>:</p>=0D
<pre style=3D'color:#555'>&gt; @@ -2985,6 +2985,12 @@ Endpoints SHOULD pr=
ioritize retransmission of data over sending new data, unless=0D
 priorities specified by the application indicate otherwise (see=0D
 {{stream-prioritization}}).=0D
 =0D
+Even though a sender is encouraged to assemble frames containing up-to-d=
ate=0D
+information every time it sends a packet, it is not forbidden to retrans=
mit=0D
+frames of lost packets as they are.  A receiver MUST accept packets cont=
aining=0D
</pre>=0D
=E2=AC=87=EF=B8=8F Suggested change=0D
<pre style=3D"color: #555">-frames of lost packets as they are.  A receiv=
er MUST accept packets containing=0D
+copies of frames from lost packets.  A receiver MUST accept packets cont=
aining=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/2312#pullrequestreview-190471406">view it on GitHub</=
a>, or <a href=3D"https://github.com/notifications/unsubscribe-auth/AWbkq=
3_2BzPBHpXizc52mVZ-pH4i2FQXks5vBRpqgaJpZM4Z0PeA">mute the thread</a>.<img=
 src=3D"https://github.com/notifications/beacon/AWbkq-lqd2iWcM491V6HqmY2A=
577D-8sks5vBRpqgaJpZM4Z0PeA.gif" height=3D"1" width=3D"1" alt=3D"" /></p>=
=0D
<script type=3D"application/json" data-scope=3D"inboxmarkup">{"api_versio=
n":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name"=
:"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"=
quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"http=
s://github.githubassets.com/images/email/message_cards/header.png","avata=
r_image_url":"https://github.githubassets.com/images/email/message_cards/=
avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/q=
uicwg/base-drafts"}},"updates":{"snippets":[{"icon":"PERSON","message":"@=
martinthomson approved #2312"}],"action":{"name":"View Pull Request","url=
":"https://github.com/quicwg/base-drafts/pull/2312#pullrequestreview-1904=
71406"}}}</script>=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/2312#pullrequestrev=
iew-190471406",=0D
"url": "https://github.com/quicwg/base-drafts/pull/2312#pullrequestreview=
-190471406",=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_5c3522ea74a3b_29733fd70bad45b81173fd--


From nobody Tue Jan  8 14:27: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 AD9BB1311B9 for <quic-issues@ietfa.amsl.com>; Tue,  8 Jan 2019 14:27:29 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -6.447
X-Spam-Level: 
X-Spam-Status: No, score=-6.447 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIMWL_WL_HIGH=-0.065, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, HTML_IMAGE_ONLY_24=1.618, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-1, RCVD_IN_DNSWL_HI=-5, SPF_PASS=-0.001] autolearn=ham autolearn_force=no
Authentication-Results: ietfa.amsl.com (amavisd-new); dkim=pass (1024-bit key) header.d=github.com
Received: from mail.ietf.org ([4.31.198.44]) by localhost (ietfa.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id gdG_GV4sRsxe for <quic-issues@ietfa.amsl.com>; Tue,  8 Jan 2019 14:27: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 8A1921311D6 for <quic-issues@ietf.org>; Tue,  8 Jan 2019 14:27:27 -0800 (PST)
Date: Tue, 08 Jan 2019 14:27:26 -0800
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1546986446; bh=VeXZmGm03bmqsQVMAI1jPN2vHQaTx1G1Gx0iLDoWkFI=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=aU4ELSEcXUQpo/gMlKguWlb5zacznvq2lYR9bcdVDLFQKV6ma4FC4ZPgGGCDUpR06 XyMr5PHoV0uR2NrvRg5Hhc3Tz7Ufd5kKw7A0ffVreSgXbdDb63BymKUHWSkdWArXy4 IhcloUlVXBXMcecyMU28Gwg/ctmbvj6Ozhczzk3c=
From: Martin Thomson <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+0166e4ab85275778914e58a262b14f4340d99d5c85fb4fe092cf00000001184ce5ce92a169ce17a42515@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/pull/2312/issue_event/2061495526@github.com>
In-Reply-To: <quicwg/base-drafts/pull/2312@github.com>
References: <quicwg/base-drafts/pull/2312@github.com>
Subject: Re: [quicwg/base-drafts] endpoints are allowed to retransmit entire payload of a lost packet (#2312)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5c3523ce9ea0e_6e363f8a874d45bc28429"; 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/drXDd0jtkuba6h7eIYP4e0m-duE>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
List-Id: Notification list for GitHub issues related to the QUIC WG <quic-issues.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=unsubscribe>
List-Archive: <https://mailarchive.ietf.org/arch/browse/quic-issues/>
List-Post: <mailto:quic-issues@ietf.org>
List-Help: <mailto:quic-issues-request@ietf.org?subject=help>
List-Subscribe: <https://www.ietf.org/mailman/listinfo/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=subscribe>
X-List-Received-Date: Tue, 08 Jan 2019 22:27:30 -0000

----==_mimepart_5c3523ce9ea0e_6e363f8a874d45bc28429
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

Merged #2312 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/2312#event-2061495526
----==_mimepart_5c3523ce9ea0e_6e363f8a874d45bc28429
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="396633365" data-permission-text="Issue title is private" data-url="https://github.com/quicwg/base-drafts/issues/2312" data-hovercard-type="pull_request" data-hovercard-url="/quicwg/base-drafts/pull/2312/hovercard" href="https://github.com/quicwg/base-drafts/pull/2312">#2312</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/2312#event-2061495526">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AWbkq_a1_weGMwS-ZnvkTNPuh-ix6BLBks5vBRtOgaJpZM4Z0PeA">mute the thread</a>.<img src="https://github.com/notifications/beacon/AWbkq0cgMHu6HsWpCzXsMMNsMW4KZhP-ks5vBRtOgaJpZM4Z0PeA.gif" height="1" width="1" alt="" /></p>
<script type="application/json" data-scope="inboxmarkup">{"api_version":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name":"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"https://github.githubassets.com/images/email/message_cards/header.png","avatar_image_url":"https://github.githubassets.com/images/email/message_cards/avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/quicwg/base-drafts"}},"updates":{"snippets":[{"icon":"DESCRIPTION","message":"Merged #2312 into master."}],"action":{"name":"View Pull Request","url":"https://github.com/quicwg/base-drafts/pull/2312#event-2061495526"}}}</script>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/pull/2312#event-2061495526",
"url": "https://github.com/quicwg/base-drafts/pull/2312#event-2061495526",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>
----==_mimepart_5c3523ce9ea0e_6e363f8a874d45bc28429--


From nobody Tue Jan  8 14: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 448251311BC for <quic-issues@ietfa.amsl.com>; Tue,  8 Jan 2019 14:31:09 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -6.519
X-Spam-Level: 
X-Spam-Status: No, score=-6.519 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIMWL_WL_HIGH=-0.065, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, HTML_IMAGE_ONLY_20=1.546, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-1, RCVD_IN_DNSWL_HI=-5, SPF_PASS=-0.001] autolearn=ham autolearn_force=no
Authentication-Results: ietfa.amsl.com (amavisd-new); dkim=pass (1024-bit key) header.d=github.com
Received: from mail.ietf.org ([4.31.198.44]) by localhost (ietfa.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id b7HP0niBso3p for <quic-issues@ietfa.amsl.com>; Tue,  8 Jan 2019 14:31: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 753DB1311B7 for <quic-issues@ietf.org>; Tue,  8 Jan 2019 14:31:07 -0800 (PST)
Date: Tue, 08 Jan 2019 14:31:06 -0800
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1546986666; bh=08ZSDrQ1BPWEHwBsW6c/YouGFT28OWLybfyS2tlkqVw=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=W7cl6MYNc6a1YcB0YUCrQHMpDG8BcVmQTPus9PxXKiR2dx3H6pckLueZLaLaA7BnC eF0ETefXFuw+J6paCzTKEU+CY0xsoQKKlmXJ6DKpxvhTf/SNsum942xsO4mDMtpzVI AH34QRT+BVyhVLebncXlP5QbhXGFNK19JYvYSlhA=
From: Mike Bishop <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+0166e4abeb40bed69bd872bd77739ff15ace63886b3da83e92cf00000001184ce6aa92a169ce1791b3a4@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/pull/2285/review/190487764@github.com>
In-Reply-To: <quicwg/base-drafts/pull/2285@github.com>
References: <quicwg/base-drafts/pull/2285@github.com>
Subject: Re: [quicwg/base-drafts] Rename Final Offset to Final Size (#2285)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5c3524aa3d6f0_5ab83fa0a24d45b827234"; 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/Gfhxpx1tYGvhC6dzwrupXR-vaLQ>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
List-Id: Notification list for GitHub issues related to the QUIC WG <quic-issues.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=unsubscribe>
List-Archive: <https://mailarchive.ietf.org/arch/browse/quic-issues/>
List-Post: <mailto:quic-issues@ietf.org>
List-Help: <mailto:quic-issues-request@ietf.org?subject=help>
List-Subscribe: <https://www.ietf.org/mailman/listinfo/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=subscribe>
X-List-Received-Date: Tue, 08 Jan 2019 22:31:09 -0000

----==_mimepart_5c3524aa3d6f0_5ab83fa0a24d45b827234
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

MikeBishop approved this pull request.

I'm okay with this 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/2285#pullrequestreview-190487764
----==_mimepart_5c3524aa3d6f0_5ab83fa0a24d45b827234
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

<p><b>@MikeBishop</b> approved this pull request.</p>

<p>I'm okay with this 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/2285#pullrequestreview-190487764">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AWbkq0rHyVqajSq5Id5wG5sWbjZhEwfeks5vBRwqgaJpZM4Zna81">mute the thread</a>.<img src="https://github.com/notifications/beacon/AWbkqwhnORUZ74n6aq5tesZUqVBufjpXks5vBRwqgaJpZM4Zna81.gif" height="1" width="1" alt="" /></p>
<script type="application/json" data-scope="inboxmarkup">{"api_version":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name":"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"https://github.githubassets.com/images/email/message_cards/header.png","avatar_image_url":"https://github.githubassets.com/images/email/message_cards/avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/quicwg/base-drafts"}},"updates":{"snippets":[{"icon":"PERSON","message":"@MikeBishop approved #2285"}],"action":{"name":"View Pull Request","url":"https://github.com/quicwg/base-drafts/pull/2285#pullrequestreview-190487764"}}}</script>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/pull/2285#pullrequestreview-190487764",
"url": "https://github.com/quicwg/base-drafts/pull/2285#pullrequestreview-190487764",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>
----==_mimepart_5c3524aa3d6f0_5ab83fa0a24d45b827234--


From nobody Tue Jan  8 14:36:51 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 146EA1311CB for <quic-issues@ietfa.amsl.com>; Tue,  8 Jan 2019 14:36:50 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -3.065
X-Spam-Level: 
X-Spam-Status: No, score=-3.065 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIMWL_WL_HIGH=-0.065, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-1, RCVD_IN_DNSWL_NONE=-0.0001, SPF_PASS=-0.001] autolearn=ham autolearn_force=no
Authentication-Results: ietfa.amsl.com (amavisd-new); dkim=pass (1024-bit key) header.d=github.com
Received: from mail.ietf.org ([4.31.198.44]) by localhost (ietfa.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id aGzsN2UCDANB for <quic-issues@ietfa.amsl.com>; Tue,  8 Jan 2019 14:36:47 -0800 (PST)
Received: from o9.sgmail.github.com (o9.sgmail.github.com [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 924F71311C5 for <quic-issues@ietf.org>; Tue,  8 Jan 2019 14:36:47 -0800 (PST)
DKIM-Signature: v=1; a=rsa-sha1; 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=LZJphCU0x3LvGcJyzmSswxIVTGw=; b=pjY0hxkRoLn+7xmw rQIMicp8DGIF6gVWa2CNTIn6dMWBlm9hxCawW8dF5LYJlNtay7CJR0p7sMMXqcvl goZIM8HvsXZYktvTW/AuLK2U+RY152BmDWh0u/Fj5RTwj6v6v17F2g+DLI1+wD2W AwpHEvbtwF1V8pGfNoxJvxZWKX0=
Received: by filter0059p1iad2.sendgrid.net with SMTP id filter0059p1iad2-26492-5C3525FE-1B 2019-01-08 22:36:46.515517435 +0000 UTC m=+68733.723195164
Received: from github-lowworker-f6df7df.cp1-iad.github.net (unknown [192.30.252.41]) by ismtpd0024p1mdw1.sendgrid.net (SG) with ESMTP id lAIBEXTPRymm2qKVVlLJUw for <quic-issues@ietf.org>; Tue, 08 Jan 2019 22:36:46.368 +0000 (UTC)
Received: from github.com (localhost [127.0.0.1]) by github-lowworker-f6df7df.cp1-iad.github.net (Postfix) with ESMTP id 4F4C13E0324 for <quic-issues@ietf.org>; Tue,  8 Jan 2019 14:36:46 -0800 (PST)
Date: Tue, 08 Jan 2019 22:36:46 +0000 (UTC)
From: Martin Thomson <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+0166e4ab849807470e538cbe95bfb0a89d05d85e55d3e1a592cf00000001184ce7fe92a169ce175c9b40@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/pull/2203/review/190489740@github.com>
In-Reply-To: <quicwg/base-drafts/pull/2203@github.com>
References: <quicwg/base-drafts/pull/2203@github.com>
Subject: Re: [quicwg/base-drafts] Rearrange Packet Types section and references (#2203)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5c3525fe4dfa7_63073fcf112d45b8132371"; 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-SG-EID: l64QuQ2uJCcEyUykJbxN122A6QRmEpucztpreh3Pak2DxpKeBB/RJjHG6Nl/qdbzLHjWTgojmxXZLb vP1dTFqFckT9OLPqPzlmUhydwCoS7w9Mqi76VxCuN2qbMJfhTiY7haNhVSg+pES8FVBhBzwRLoKxDE FuKHNestPCVnqAusCbCBEnlkypqCXuqdVXvPXMOMcfpHuJVJHGSLo+Cqpzs6t3cKmrr13kGFsynH6j A=
Archived-At: <https://mailarchive.ietf.org/arch/msg/quic-issues/N9iSdEQAAbuxDdO1jxjZ5Zg63fo>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
List-Id: Notification list for GitHub issues related to the QUIC WG <quic-issues.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=unsubscribe>
List-Archive: <https://mailarchive.ietf.org/arch/browse/quic-issues/>
List-Post: <mailto:quic-issues@ietf.org>
List-Help: <mailto:quic-issues-request@ietf.org?subject=help>
List-Subscribe: <https://www.ietf.org/mailman/listinfo/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=subscribe>
X-List-Received-Date: Tue, 08 Jan 2019 22:36:50 -0000

----==_mimepart_5c3525fe4dfa7_63073fcf112d45b8132371
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

martinthomson approved this pull request.

This is good.  Thanks for doing the hard work here.

> -Header Form:
-
-: The most significant bit (0x80) of byte 0 is set to 0 for the short header.
-
-Fixed Bit:
-
-: The next bit (0x40) of byte 0 is set to 1.  Packets containing a zero value
-  for this bit are not valid packets in this version and MUST be discarded.
-
-Spin Bit (S):
-
-: The sixth bit (0x20) of byte 0 is the Latency Spin Bit, set as described in
-  {{!SPIN=I-D.ietf-quic-spin-exp}}.
+packet type.  While type-specific semantics for this version are described in
+the following sections, several long-header packets in this version of QUIC
+contain these additional fields:

Is there a picture to accompany this, or are you relying on the Initial/Handshake/0-RTT pictures?

>  
-### 0-RTT Packet Numbers {#retry-0rtt-pn}
-
-<!-- TODO: Thus far, we have not really addressed 0-RTT at all. We don't even
-really say much about what it is for. This really belongs in a section for that,
-probably right after the example handshake exchanges. -->
+See Sections 2.3 of {{!TLS13}} for a discussion of 0-RTT data and its

```suggestion
See Section 2.3 of {{!TLS13}} for a discussion of 0-RTT data and its
```

>  
+~~~
++-+-+-+-+-+-+-+-+
+|1|1| 0 |R R|P P|

```suggestion
|1|1| 1 |R R|P P|
```

>  
-A Handshake packet uses long headers with a type value of 0x2.  It is
-used to carry acknowledgments and cryptographic handshake messages from the
-server and client.
+A Handshake packet uses long headers with a type value of 0x2, followed by the
+Length and Packet Number fields.  The first byte contains the Reserved and
+Packet Number Length bits.  It is used to carry acknowledgments and
+cryptographic handshake messages from the server and client.
+
+~~~
++-+-+-+-+-+-+-+-+
+|1|1| 0 |R R|P P|

```suggestion
|1|1| 2 |R R|P P|
```

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/quicwg/base-drafts/pull/2203#pullrequestreview-190489740
----==_mimepart_5c3525fe4dfa7_63073fcf112d45b8132371
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: quoted-printable

<p><b>@martinthomson</b> approved this pull request.</p>=0D
=0D
<p>This is good.  Thanks for doing the hard work here.</p><hr>=0D
=0D
<p>In <a href=3D"https://github.com/quicwg/base-drafts/pull/2203#discussion=
_r246175555">draft-ietf-quic-transport.md</a>:</p>=0D
<pre style=3D'color:#555'>&gt; -Header Form:=0D
-=0D
-: The most significant bit (0x80) of byte 0 is set to 0 for the short head=
er.=0D
-=0D
-Fixed Bit:=0D
-=0D
-: The next bit (0x40) of byte 0 is set to 1.  Packets containing a zero va=
lue=0D
-  for this bit are not valid packets in this version and MUST be discarded=
.=0D
-=0D
-Spin Bit (S):=0D
-=0D
-: The sixth bit (0x20) of byte 0 is the Latency Spin Bit, set as described=
 in=0D
-  {{!SPIN=3DI-D.ietf-quic-spin-exp}}.=0D
+packet type.  While type-specific semantics for this version are described=
 in=0D
+the following sections, several long-header packets in this version of QUI=
C=0D
+contain these additional fields:=0D
</pre>=0D
<p>Is there a picture to accompany this, or are you relying on the Initial/=
Handshake/0-RTT pictures?</p>=0D
=0D
<hr>=0D
=0D
<p>In <a href=3D"https://github.com/quicwg/base-drafts/pull/2203#discussion=
_r246176790">draft-ietf-quic-transport.md</a>:</p>=0D
<pre style=3D'color:#555'>&gt;  =0D
-### 0-RTT Packet Numbers {#retry-0rtt-pn}=0D
-=0D
-&lt;!-- TODO: Thus far, we have not really addressed 0-RTT at all. We don&=
#39;t even=0D
-really say much about what it is for. This really belongs in a section for=
 that,=0D
-probably right after the example handshake exchanges. --&gt;=0D
+See Sections 2.3 of {{!TLS13}} for a discussion of 0-RTT data and its=0D
</pre>=0D
=E2=AC=87=EF=B8=8F Suggested change=0D
<pre style=3D"color: #555">-See Sections 2.3 of {{!TLS13}} for a discussion=
 of 0-RTT data and its=0D
+See Section 2.3 of {{!TLS13}} for a discussion of 0-RTT data and its=0D
</pre>=0D
=0D
=0D
<hr>=0D
=0D
<p>In <a href=3D"https://github.com/quicwg/base-drafts/pull/2203#discussion=
_r246177444">draft-ietf-quic-transport.md</a>:</p>=0D
<pre style=3D'color:#555'>&gt;  =0D
+~~~=0D
++-+-+-+-+-+-+-+-+=0D
+|1|1| 0 |R R|P P|=0D
</pre>=0D
=E2=AC=87=EF=B8=8F Suggested change=0D
<pre style=3D"color: #555">-|1|1| 0 |R R|P P|=0D
+|1|1| 1 |R R|P P|=0D
</pre>=0D
=0D
=0D
<hr>=0D
=0D
<p>In <a href=3D"https://github.com/quicwg/base-drafts/pull/2203#discussion=
_r246177550">draft-ietf-quic-transport.md</a>:</p>=0D
<pre style=3D'color:#555'>&gt;  =0D
-A Handshake packet uses long headers with a type value of 0x2.  It is=0D
-used to carry acknowledgments and cryptographic handshake messages from th=
e=0D
-server and client.=0D
+A Handshake packet uses long headers with a type value of 0x2, followed by=
 the=0D
+Length and Packet Number fields.  The first byte contains the Reserved and=
=0D
+Packet Number Length bits.  It is used to carry acknowledgments and=0D
+cryptographic handshake messages from the server and client.=0D
+=0D
+~~~=0D
++-+-+-+-+-+-+-+-+=0D
+|1|1| 0 |R R|P P|=0D
</pre>=0D
=E2=AC=87=EF=B8=8F Suggested change=0D
<pre style=3D"color: #555">-|1|1| 0 |R R|P P|=0D
+|1|1| 2 |R R|P P|=0D
</pre>=0D
=0D
=0D
<p style=3D"font-size:small;-webkit-text-size-adjust:none;color:#666;">&mda=
sh;<br />You are receiving this because you are subscribed to this thread.<=
br />Reply to this email directly, <a href=3D"https://github.com/quicwg/bas=
e-drafts/pull/2203#pullrequestreview-190489740">view it on GitHub</a>, or <=
a href=3D"https://github.com/notifications/unsubscribe-auth/AWbkqx8LCWpWkoO=
6dhmgHR_cLF53j5d2ks5vBR1-gaJpZM4ZXXnl">mute the thread</a>.<img src=3D"http=
s://github.com/notifications/beacon/AWbkq9lcf13Rk5LkfVspciiWvc33__o8ks5vBR1=
-gaJpZM4ZXXnl.gif" height=3D"1" width=3D"1" alt=3D"" /></p>=0D
<script type=3D"application/json" data-scope=3D"inboxmarkup">{"api_version"=
:"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name":"Gi=
tHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"quicwg=
/base-drafts","subtitle":"GitHub repository","main_image_url":"https://gith=
ub.githubassets.com/images/email/message_cards/header.png","avatar_image_ur=
l":"https://github.githubassets.com/images/email/message_cards/avatar.png",=
"action":{"name":"Open in GitHub","url":"https://github.com/quicwg/base-dra=
fts"}},"updates":{"snippets":[{"icon":"PERSON","message":"@martinthomson ap=
proved #2203"}],"action":{"name":"View Pull Request","url":"https://github.=
com/quicwg/base-drafts/pull/2203#pullrequestreview-190489740"}}}</script>=
=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/2203#pullrequestrevie=
w-190489740",=0D
"url": "https://github.com/quicwg/base-drafts/pull/2203#pullrequestreview-1=
90489740",=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_5c3525fe4dfa7_63073fcf112d45b8132371--


From nobody Tue Jan  8 14:37:45 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 591C41311D1 for <quic-issues@ietfa.amsl.com>; Tue,  8 Jan 2019 14:37:43 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -1.661
X-Spam-Level: 
X-Spam-Status: No, score=-1.661 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIMWL_WL_HIGH=-0.065, 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_PASS=-0.001] autolearn=ham autolearn_force=no
Authentication-Results: ietfa.amsl.com (amavisd-new); dkim=pass (1024-bit key) header.d=github.com
Received: from mail.ietf.org ([4.31.198.44]) by localhost (ietfa.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id buSrNf0ABbqr for <quic-issues@ietfa.amsl.com>; Tue,  8 Jan 2019 14:37:41 -0800 (PST)
Received: from o10.sgmail.github.com (o10.sgmail.github.com [167.89.101.201]) (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 0C0D71311C5 for <quic-issues@ietf.org>; Tue,  8 Jan 2019 14:37:40 -0800 (PST)
DKIM-Signature: v=1; a=rsa-sha1; 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=whHpkyxIQtTM5f/vcni/Cf+gTk8=; b=heIvIMU6L8BEf6n6 8cjvaQ7vmWuiqbOBsPTxtc8FjYj9h483c1odwxtLA9TlC4mdLQ5MmG7KbOTSNmQx R7ROUWGJz/PlHWgi9v2iR3i/semEWtyC/EO8KP9CVg0uxFdrLPgL7N8LdC/S6HW2 qSyP27occUCEXS+5T5UFeV7x4Mc=
Received: by filter1317p1mdw1.sendgrid.net with SMTP id filter1317p1mdw1-28823-5C352633-27 2019-01-08 22:37:39.973552381 +0000 UTC m=+75479.464770609
Received: from github-lowworker-5909e27.cp1-iad.github.net (unknown [192.30.252.35]) by ismtpd0006p1iad2.sendgrid.net (SG) with ESMTP id xrzg92IHSM6PZhJaGhUfgQ for <quic-issues@ietf.org>; Tue, 08 Jan 2019 22:37:39.963 +0000 (UTC)
Received: from github.com (localhost [127.0.0.1]) by github-lowworker-5909e27.cp1-iad.github.net (Postfix) with ESMTP id EB1103E0099 for <quic-issues@ietf.org>; Tue,  8 Jan 2019 14:37:39 -0800 (PST)
Date: Tue, 08 Jan 2019 22:37:40 +0000 (UTC)
From: Martin Thomson <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+0166e4ab7a6003fd80812fc8cff8c585fa5561b00bc1beb592cf00000001184ce83392a169ce17801464@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/issue/2262/issue_event/2061514381@github.com>
In-Reply-To: <quicwg/base-drafts/issues/2262@github.com>
References: <quicwg/base-drafts/issues/2262@github.com>
Subject: Re: [quicwg/base-drafts] RESET_STREAM.final_offset is ambiguous (#2262)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5c352633e9969_55f33fb8f6ed45c451816"; 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-SG-EID: l64QuQ2uJCcEyUykJbxN122A6QRmEpucztpreh3Pak3hmEj75FnZZaGhWYhIUo15m5qlo1TSK6tn1m /pOIyXuDitWGX48jgs2t1um4bWEWlRcT6I68GiTH+urdiKMGGCKOquJGYLBGg0/vUA5oAhrAQoURKC gVTZAZtA5ONzSduHjSsS+gceFcAMnKk9XPG2YSfpfrpszNNo0UrC51A/y9Usf4VeqcatqDfjEYeKk2 M=
Archived-At: <https://mailarchive.ietf.org/arch/msg/quic-issues/kGa9yTW9v8ieUohGO6IgnSSrDco>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
List-Id: Notification list for GitHub issues related to the QUIC WG <quic-issues.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=unsubscribe>
List-Archive: <https://mailarchive.ietf.org/arch/browse/quic-issues/>
List-Post: <mailto:quic-issues@ietf.org>
List-Help: <mailto:quic-issues-request@ietf.org?subject=help>
List-Subscribe: <https://www.ietf.org/mailman/listinfo/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=subscribe>
X-List-Received-Date: Tue, 08 Jan 2019 22:37:44 -0000

----==_mimepart_5c352633e9969_55f33fb8f6ed45c451816
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

Closed #2262 via #2285.

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/quicwg/base-drafts/issues/2262#event-2061514381
----==_mimepart_5c352633e9969_55f33fb8f6ed45c451816
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="394269796" data-permission-text="Issue title is private" data-url="https://github.com/quicwg/base-drafts/issues/2262" data-hovercard-type="issue" data-hovercard-url="/quicwg/base-drafts/issues/2262/hovercard" href="https://github.com/quicwg/base-drafts/issues/2262">#2262</a> via <a class="issue-link js-issue-link" data-error-text="Failed to load issue title" data-id="395424676" data-permission-text="Issue title is private" data-url="https://github.com/quicwg/base-drafts/issues/2285" data-hovercard-type="pull_request" data-hovercard-url="/quicwg/base-drafts/pull/2285/hovercard" href="https://github.com/quicwg/base-drafts/pull/2285">#2285</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/2262#event-2061514381">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AWbkqwgSPLFOetgjgzGcHtJnDkyewriSks5vBR2zgaJpZM4ZiNzp">mute the thread</a>.<img src="https://github.com/notifications/beacon/AWbkq8-hn2aK5cGiTvv1kYLgVvLAtmGEks5vBR2zgaJpZM4ZiNzp.gif" height="1" width="1" alt="" /></p>
<script type="application/json" data-scope="inboxmarkup">{"api_version":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name":"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"https://github.githubassets.com/images/email/message_cards/header.png","avatar_image_url":"https://github.githubassets.com/images/email/message_cards/avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/quicwg/base-drafts"}},"updates":{"snippets":[{"icon":"DESCRIPTION","message":"Closed #2262 via #2285."}],"action":{"name":"View Issue","url":"https://github.com/quicwg/base-drafts/issues/2262#event-2061514381"}}}</script>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/issues/2262#event-2061514381",
"url": "https://github.com/quicwg/base-drafts/issues/2262#event-2061514381",
"name": "View Issue"
},
"description": "View this Issue on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>
----==_mimepart_5c352633e9969_55f33fb8f6ed45c451816--


From nobody Tue Jan  8 14:37: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 693051311C5 for <quic-issues@ietfa.amsl.com>; Tue,  8 Jan 2019 14:37:44 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -6.447
X-Spam-Level: 
X-Spam-Status: No, score=-6.447 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIMWL_WL_HIGH=-0.065, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, HTML_IMAGE_ONLY_24=1.618, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-1, RCVD_IN_DNSWL_HI=-5, SPF_PASS=-0.001] autolearn=ham autolearn_force=no
Authentication-Results: ietfa.amsl.com (amavisd-new); dkim=pass (1024-bit key) header.d=github.com
Received: from mail.ietf.org ([4.31.198.44]) by localhost (ietfa.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id Fcfxw0rn7P78 for <quic-issues@ietfa.amsl.com>; Tue,  8 Jan 2019 14:37:41 -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 64BDF1311CF for <quic-issues@ietf.org>; Tue,  8 Jan 2019 14:37:41 -0800 (PST)
Date: Tue, 08 Jan 2019 14:37:40 -0800
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1546987060; bh=e88yhpG0OH/LM3dGBEipYGYh9d25+DOrxii8UfCqDgQ=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=v8hqFx3b+NEvEz/5W2nq7iesBCtXCXNwBobC0xEHPmLGxQ4NeItgyB3fdjxZOLc+x PjVgkVs+1kttyPWBMQXvE1Q+Tz56h1IjKAQch1KfpINSVOmdD5ftDr6fI8aEDi9F9y GHwNBJyy41lzSlZwkqE0aBPgbi2KOudOkxrTfixA=
From: Martin Thomson <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+0166e4ab88b42fd33945831c639e7e25f7bdd986afeb2d3492cf00000001184ce83492a169ce1791b3a4@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/pull/2285/issue_event/2061514377@github.com>
In-Reply-To: <quicwg/base-drafts/pull/2285@github.com>
References: <quicwg/base-drafts/pull/2285@github.com>
Subject: Re: [quicwg/base-drafts] Rename Final Offset to Final Size (#2285)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5c35263463ea2_75cb3fb5038d45bc100367"; 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/B73oHvs_oONJxWD6l-92eLpAb6Q>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
List-Id: Notification list for GitHub issues related to the QUIC WG <quic-issues.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=unsubscribe>
List-Archive: <https://mailarchive.ietf.org/arch/browse/quic-issues/>
List-Post: <mailto:quic-issues@ietf.org>
List-Help: <mailto:quic-issues-request@ietf.org?subject=help>
List-Subscribe: <https://www.ietf.org/mailman/listinfo/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=subscribe>
X-List-Received-Date: Tue, 08 Jan 2019 22:37:44 -0000

----==_mimepart_5c35263463ea2_75cb3fb5038d45bc100367
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

Merged #2285 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/2285#event-2061514377
----==_mimepart_5c35263463ea2_75cb3fb5038d45bc100367
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="395424676" data-permission-text="Issue title is private" data-url="https://github.com/quicwg/base-drafts/issues/2285" data-hovercard-type="pull_request" data-hovercard-url="/quicwg/base-drafts/pull/2285/hovercard" href="https://github.com/quicwg/base-drafts/pull/2285">#2285</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/2285#event-2061514377">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AWbkq7q2qxpxJq7FOBlCkafDKawXLu-Wks5vBR20gaJpZM4Zna81">mute the thread</a>.<img src="https://github.com/notifications/beacon/AWbkqw_-atMszFfAs88Ndjg4RcNLqTslks5vBR20gaJpZM4Zna81.gif" height="1" width="1" alt="" /></p>
<script type="application/json" data-scope="inboxmarkup">{"api_version":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name":"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"https://github.githubassets.com/images/email/message_cards/header.png","avatar_image_url":"https://github.githubassets.com/images/email/message_cards/avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/quicwg/base-drafts"}},"updates":{"snippets":[{"icon":"DESCRIPTION","message":"Merged #2285 into master."}],"action":{"name":"View Pull Request","url":"https://github.com/quicwg/base-drafts/pull/2285#event-2061514377"}}}</script>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/pull/2285#event-2061514377",
"url": "https://github.com/quicwg/base-drafts/pull/2285#event-2061514377",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>
----==_mimepart_5c35263463ea2_75cb3fb5038d45bc100367--


From nobody Tue Jan  8 14:38: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 9C1871311D0 for <quic-issues@ietfa.amsl.com>; Tue,  8 Jan 2019 14:38:27 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -6.447
X-Spam-Level: 
X-Spam-Status: No, score=-6.447 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIMWL_WL_HIGH=-0.065, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, HTML_IMAGE_ONLY_24=1.618, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-1, RCVD_IN_DNSWL_HI=-5, SPF_PASS=-0.001] autolearn=ham autolearn_force=no
Authentication-Results: ietfa.amsl.com (amavisd-new); dkim=pass (1024-bit key) header.d=github.com
Received: from mail.ietf.org ([4.31.198.44]) by localhost (ietfa.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id nLgCwJtiVlHQ for <quic-issues@ietfa.amsl.com>; Tue,  8 Jan 2019 14:38: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 B90FB1311C5 for <quic-issues@ietf.org>; Tue,  8 Jan 2019 14:38:25 -0800 (PST)
Date: Tue, 08 Jan 2019 14:38:24 -0800
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1546987104; bh=W3F3IOPra0qwIbpCl12KmVNoi26095omzRKnejhC8YA=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=I5jc2y4uFYyMchKBLc+GvJ3jOs2t/ATSO4T6CDxs9srRfe3P9TfoKun+42+KgfynI RJ2Uv/nCVDCFK+0q9hxdbQAWi8PmMlv/0RGjodvXwrqs7Gig6MSzFaD89yZwASPbqL LHXlCd7XYMySJ/4C5fTPn5sA7rB/Ysal7RpyS4Kw=
From: Martin Thomson <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+0166e4ab3dd7d3050429691121fd7ade00f73e8c1ca908c292cf00000001184ce86092a169ce1791b3a4@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/pull/2285/c452477547@github.com>
In-Reply-To: <quicwg/base-drafts/pull/2285@github.com>
References: <quicwg/base-drafts/pull/2285@github.com>
Subject: Re: [quicwg/base-drafts] Rename Final Offset to Final Size (#2285)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5c352660b9acf_9433ffcbd2d45c01263e4"; 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/yxnqQ78J4LPa9PopHIvWjm7dHIc>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
List-Id: Notification list for GitHub issues related to the QUIC WG <quic-issues.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=unsubscribe>
List-Archive: <https://mailarchive.ietf.org/arch/browse/quic-issues/>
List-Post: <mailto:quic-issues@ietf.org>
List-Help: <mailto:quic-issues-request@ietf.org?subject=help>
List-Subscribe: <https://www.ietf.org/mailman/listinfo/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=subscribe>
X-List-Received-Date: Tue, 08 Jan 2019 22:38:28 -0000

----==_mimepart_5c352660b9acf_9433ffcbd2d45c01263e4
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

I'm not convinced that size > offset, but the other changes are a definite improvement.  Changing back to offset is easy 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/pull/2285#issuecomment-452477547
----==_mimepart_5c352660b9acf_9433ffcbd2d45c01263e4
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

<p>I'm not convinced that size &gt; offset, but the other changes are a definite improvement.  Changing back to offset is easy 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/pull/2285#issuecomment-452477547">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AWbkqzrhJiEHiK6669eCnizGRJvWCPjbks5vBR3ggaJpZM4Zna81">mute the thread</a>.<img src="https://github.com/notifications/beacon/AWbkq2FKUOTUAo1n0oeLlvrgGHqpQVjTks5vBR3ggaJpZM4Zna81.gif" height="1" width="1" alt="" /></p>
<script type="application/json" data-scope="inboxmarkup">{"api_version":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name":"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"https://github.githubassets.com/images/email/message_cards/header.png","avatar_image_url":"https://github.githubassets.com/images/email/message_cards/avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/quicwg/base-drafts"}},"updates":{"snippets":[{"icon":"PERSON","message":"@martinthomson in #2285: I'm not convinced that size \u003e offset, but the other changes are a definite improvement.  Changing back to offset is easy enough."}],"action":{"name":"View Pull Request","url":"https://github.com/quicwg/base-drafts/pull/2285#issuecomment-452477547"}}}</script>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/pull/2285#issuecomment-452477547",
"url": "https://github.com/quicwg/base-drafts/pull/2285#issuecomment-452477547",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>
----==_mimepart_5c352660b9acf_9433ffcbd2d45c01263e4--


From nobody Tue Jan  8 14:40: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 83636131214 for <quic-issues@ietfa.amsl.com>; Tue,  8 Jan 2019 14:39:57 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -6.661
X-Spam-Level: 
X-Spam-Status: No, score=-6.661 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIMWL_WL_HIGH=-0.065, 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_PASS=-0.001] autolearn=ham autolearn_force=no
Authentication-Results: ietfa.amsl.com (amavisd-new); dkim=pass (1024-bit key) header.d=github.com
Received: from mail.ietf.org ([4.31.198.44]) by localhost (ietfa.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id uZmAf5tyynsU for <quic-issues@ietfa.amsl.com>; Tue,  8 Jan 2019 14:39:55 -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 2602F1311F2 for <quic-issues@ietf.org>; Tue,  8 Jan 2019 14:39:53 -0800 (PST)
Date: Tue, 08 Jan 2019 14:39:52 -0800
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1546987192; bh=B1kuwGQ0o4DJCIBQ/T+FHqoh8ioB0Nt5quXytbwcjS0=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=VVyZKmxNK9G+ifMDnr3JZuqEaRiTn2GfOaJh3xVt7j/kl5WT6boh0b/AMubAWIn19 2SxCFOXPW3xQCUEEXlVH0v3IvNt7/LCNdf8cs+/sSxi3IkdPkyWNrGtrgy8A4vTpFX XAIh7VQq4hHNVWoKPta0LFKzBf0Q54g1iCAT+SLU=
From: MikkelFJ <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+0166e4abef311e6330b9894a16cde8757810ee3ceee034c492cf00000001184ce8b792a169ce1791b3a4@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/pull/2285/review/190492084@github.com>
In-Reply-To: <quicwg/base-drafts/pull/2285@github.com>
References: <quicwg/base-drafts/pull/2285@github.com>
Subject: Re: [quicwg/base-drafts] Rename Final Offset to Final Size (#2285)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5c3526b7f3b80_3a993ffac7ed45c014614a"; 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/TqCGLSjS-lRec-fdQNJMJi4i1h4>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
List-Id: Notification list for GitHub issues related to the QUIC WG <quic-issues.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=unsubscribe>
List-Archive: <https://mailarchive.ietf.org/arch/browse/quic-issues/>
List-Post: <mailto:quic-issues@ietf.org>
List-Help: <mailto:quic-issues-request@ietf.org?subject=help>
List-Subscribe: <https://www.ietf.org/mailman/listinfo/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=subscribe>
X-List-Received-Date: Tue, 08 Jan 2019 22:40:02 -0000

----==_mimepart_5c3526b7f3b80_3a993ffac7ed45c014614a
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

mikkelfj commented on this pull request.



>  
-The final offset is the count of the number of bytes that are transmitted on a
-stream.  For a stream that is reset, the final offset is carried explicitly in a
-RESET_STREAM frame.  Otherwise, the final offset is the offset of the end of the
-data carried in a STREAM frame marked with a FIN flag.
+The final size is the amount of flow control credit that is consumed by a
+stream.  Assuming that every contiguous byte on the stream was sent once, the
+final size is the number of bytes sent.  More generally, this is one higher
+than the largest byte offset sent on the stream.

Too late, but there is missing a "if 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/pull/2285#pullrequestreview-190492084
----==_mimepart_5c3526b7f3b80_3a993ffac7ed45c014614a
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/2285#discussion_r246180350">draft-ietf-quic-transport.md</a>:</p>
<pre style='color:#555'>&gt;  
-The final offset is the count of the number of bytes that are transmitted on a
-stream.  For a stream that is reset, the final offset is carried explicitly in a
-RESET_STREAM frame.  Otherwise, the final offset is the offset of the end of the
-data carried in a STREAM frame marked with a FIN flag.
+The final size is the amount of flow control credit that is consumed by a
+stream.  Assuming that every contiguous byte on the stream was sent once, the
+final size is the number of bytes sent.  More generally, this is one higher
+than the largest byte offset sent on the stream.
</pre>
<p>Too late, but there is missing a "if 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/pull/2285#pullrequestreview-190492084">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AWbkqwr7_LdHCN7Ft4EP-xEXN4PDKXQmks5vBR43gaJpZM4Zna81">mute the thread</a>.<img src="https://github.com/notifications/beacon/AWbkq8jqiUGs8_6zuTayAqYTWA1c3x24ks5vBR43gaJpZM4Zna81.gif" height="1" width="1" alt="" /></p>
<script type="application/json" data-scope="inboxmarkup">{"api_version":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name":"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"https://github.githubassets.com/images/email/message_cards/header.png","avatar_image_url":"https://github.githubassets.com/images/email/message_cards/avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/quicwg/base-drafts"}},"updates":{"snippets":[{"icon":"PERSON","message":"@mikkelfj commented on #2285"}],"action":{"name":"View Pull Request","url":"https://github.com/quicwg/base-drafts/pull/2285#pullrequestreview-190492084"}}}</script>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/pull/2285#pullrequestreview-190492084",
"url": "https://github.com/quicwg/base-drafts/pull/2285#pullrequestreview-190492084",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>
----==_mimepart_5c3526b7f3b80_3a993ffac7ed45c014614a--


From nobody Tue Jan  8 14:53: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 A58761311CF for <quic-issues@ietfa.amsl.com>; Tue,  8 Jan 2019 14:53:20 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -6.661
X-Spam-Level: 
X-Spam-Status: No, score=-6.661 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIMWL_WL_HIGH=-0.065, 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_PASS=-0.001] autolearn=ham autolearn_force=no
Authentication-Results: ietfa.amsl.com (amavisd-new); dkim=pass (1024-bit key) header.d=github.com
Received: from mail.ietf.org ([4.31.198.44]) by localhost (ietfa.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id Rohxvkj47S-Q for <quic-issues@ietfa.amsl.com>; Tue,  8 Jan 2019 14:53:18 -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 850081311B2 for <quic-issues@ietf.org>; Tue,  8 Jan 2019 14:53:18 -0800 (PST)
Date: Tue, 08 Jan 2019 14:53:17 -0800
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1546987997; bh=qJFGcp0r4Cj3Ny6QyFwMUDRBedo1daOleWz1xb+oqRI=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=axiXxjgv3Dm4+9CWeEe7/sXKUtzKO2PPiKg79DqtRA8ugbBPzXm7e198cn8aoOGWi LxQSRojS31/VKBhM99k2FE4sgQPkZbKfsuvvLSShrx/xlJNrtFwgn+bWKrMU/c6/lO cGsbYian6hT6Ik02s6QSGQS4iBRx5N3eNF6ccTgI=
From: Martin Thomson <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+0166e4abb7cf09ed940ee375e164e604dc99a96823f5517992cf00000001184cebdd92a169ce1791b3a4@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/pull/2285/review/190496155@github.com>
In-Reply-To: <quicwg/base-drafts/pull/2285@github.com>
References: <quicwg/base-drafts/pull/2285@github.com>
Subject: Re: [quicwg/base-drafts] Rename Final Offset to Final Size (#2285)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5c3529dd4a57c_20d43f91d3ad45b861854"; 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/oF3zA3Y0N7tSdbhhD3ijgt-tKOo>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
List-Id: Notification list for GitHub issues related to the QUIC WG <quic-issues.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=unsubscribe>
List-Archive: <https://mailarchive.ietf.org/arch/browse/quic-issues/>
List-Post: <mailto:quic-issues@ietf.org>
List-Help: <mailto:quic-issues-request@ietf.org?subject=help>
List-Subscribe: <https://www.ietf.org/mailman/listinfo/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=subscribe>
X-List-Received-Date: Tue, 08 Jan 2019 22:53:21 -0000

----==_mimepart_5c3529dd4a57c_20d43f91d3ad45b861854
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

martinthomson commented on this pull request.



>  
-The final offset is the count of the number of bytes that are transmitted on a
-stream.  For a stream that is reset, the final offset is carried explicitly in a
-RESET_STREAM frame.  Otherwise, the final offset is the offset of the end of the
-data carried in a STREAM frame marked with a FIN flag.
+The final size is the amount of flow control credit that is consumed by a
+stream.  Assuming that every contiguous byte on the stream was sent once, the
+final size is the number of bytes sent.  More generally, this is one higher
+than the largest byte offset sent on the stream.

Never too late.  But I'm not following 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/2285#discussion_r246188819
----==_mimepart_5c3529dd4a57c_20d43f91d3ad45b861854
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/2285#discussion_r246188819">draft-ietf-quic-transport.md</a>:</p>
<pre style='color:#555'>&gt;  
-The final offset is the count of the number of bytes that are transmitted on a
-stream.  For a stream that is reset, the final offset is carried explicitly in a
-RESET_STREAM frame.  Otherwise, the final offset is the offset of the end of the
-data carried in a STREAM frame marked with a FIN flag.
+The final size is the amount of flow control credit that is consumed by a
+stream.  Assuming that every contiguous byte on the stream was sent once, the
+final size is the number of bytes sent.  More generally, this is one higher
+than the largest byte offset sent on the stream.
</pre>
<p>Never too late.  But I'm not following 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/2285#discussion_r246188819">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AWbkqz5WDJ5P5vCEytRD__CBeIsBEihoks5vBSFdgaJpZM4Zna81">mute the thread</a>.<img src="https://github.com/notifications/beacon/AWbkqxEZu0C9sawZYv3F5NBji-oPlsHfks5vBSFdgaJpZM4Zna81.gif" height="1" width="1" alt="" /></p>
<script type="application/json" data-scope="inboxmarkup">{"api_version":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name":"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"https://github.githubassets.com/images/email/message_cards/header.png","avatar_image_url":"https://github.githubassets.com/images/email/message_cards/avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/quicwg/base-drafts"}},"updates":{"snippets":[{"icon":"PERSON","message":"@martinthomson commented on #2285"}],"action":{"name":"View Pull Request","url":"https://github.com/quicwg/base-drafts/pull/2285#discussion_r246188819"}}}</script>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/pull/2285#discussion_r246188819",
"url": "https://github.com/quicwg/base-drafts/pull/2285#discussion_r246188819",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>
----==_mimepart_5c3529dd4a57c_20d43f91d3ad45b861854--


From nobody Tue Jan  8 15:46: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 E660A1311CD for <quic-issues@ietfa.amsl.com>; Tue,  8 Jan 2019 15:46:42 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -1.447
X-Spam-Level: 
X-Spam-Status: No, score=-1.447 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIMWL_WL_HIGH=-0.065, DKIM_SIGNED=0.1, DKIM_VALID=-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_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 prmBrg32TdTP for <quic-issues@ietfa.amsl.com>; Tue,  8 Jan 2019 15:46:41 -0800 (PST)
Received: from o9.sgmail.github.com (o9.sgmail.github.com [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 48F4113115E for <quic-issues@ietf.org>; Tue,  8 Jan 2019 15:46:40 -0800 (PST)
DKIM-Signature: v=1; a=rsa-sha1; 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=xfzGxF1Ul4B3ppBbOaxSQnGXM8g=; b=bQOu/8ARu/etLn0u 70LfGipvw+svILWFuHbQQD1Wt27MKkcRAkmwrv6C4v8yG5UHz4czwKIYnVzJzN6f 6A6D/hmScPi8AvQGWqCskhCZvoSpdR8AaNxQp5uHihMvSvfgANU8hzLvAxRyuMJD YRy4u49ybNVnIal4v1ctY/Extas=
Received: by filter0575p1iad2.sendgrid.net with SMTP id filter0575p1iad2-17547-5C35365F-5 2019-01-08 23:46:39.732359907 +0000 UTC m=+72928.553628900
Received: from github-lowworker-e55e3e3.cp1-iad.github.net (unknown [192.30.252.41]) by ismtpd0023p1mdw1.sendgrid.net (SG) with ESMTP id FjDDQrPiRIqi_svLy_dxqQ for <quic-issues@ietf.org>; Tue, 08 Jan 2019 23:46:39.612 +0000 (UTC)
Received: from github.com (localhost [127.0.0.1]) by github-lowworker-e55e3e3.cp1-iad.github.net (Postfix) with ESMTP id 962E7180BEA for <quic-issues@ietf.org>; Tue,  8 Jan 2019 15:46:39 -0800 (PST)
Date: Tue, 08 Jan 2019 23:46:39 +0000 (UTC)
From: ianswett <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+0166e4ab63f5ff8cd70096afd808c136fe45a0a61dac360092cf00000001184cf85f92a169ce179f005f@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/pull/2300/issue_event/2061621104@github.com>
In-Reply-To: <quicwg/base-drafts/pull/2300@github.com>
References: <quicwg/base-drafts/pull/2300@github.com>
Subject: Re: [quicwg/base-drafts] Discard 0-RTT packet state when rejected (#2300)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5c35365f9488a_74653ff3b04d45c0175821"; 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
X-SG-EID: l64QuQ2uJCcEyUykJbxN122A6QRmEpucztpreh3Pak1/Iv4xwvgofP4z/113vlxqnci4+wDSI2KCwS ouLv2RDTpVAG7Ry+1dSQwx1wf3A6+zx5zAs1mI7+zlc1qq0Cgx61qCMJLSMPQ+HEc2Zcxb1JC2vHoa DkhDP8hz4/YbPl3UqkPNiBrn85HXFw2kjmZwSR1L9EzRqaQhBQMLXF0eBg==
Archived-At: <https://mailarchive.ietf.org/arch/msg/quic-issues/I39Z73LH40S4Rvotdd9nqWql6Ig>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
List-Id: Notification list for GitHub issues related to the QUIC WG <quic-issues.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=unsubscribe>
List-Archive: <https://mailarchive.ietf.org/arch/browse/quic-issues/>
List-Post: <mailto:quic-issues@ietf.org>
List-Help: <mailto:quic-issues-request@ietf.org?subject=help>
List-Subscribe: <https://www.ietf.org/mailman/listinfo/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=subscribe>
X-List-Received-Date: Tue, 08 Jan 2019 23:46:43 -0000

----==_mimepart_5c35365f9488a_74653ff3b04d45c0175821
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

Merged #2300 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/2300#event-2061621104
----==_mimepart_5c35365f9488a_74653ff3b04d45c0175821
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="396296287" data-permission-text="Issue title is private" data-url="https://github.com/quicwg/base-drafts/issues/2300" data-hovercard-type="pull_request" data-hovercard-url="/quicwg/base-drafts/pull/2300/hovercard" href="https://github.com/quicwg/base-drafts/pull/2300">#2300</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/2300#event-2061621104">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AWbkq57rdvB06K6VpooVbdYXubObCmYiks5vBS3fgaJpZM4ZynWo">mute the thread</a>.<img src="https://github.com/notifications/beacon/AWbkq1FiIsy_EZCVLvPrIT7SsRVXtJ6Dks5vBS3fgaJpZM4ZynWo.gif" height="1" width="1" alt="" /></p>
<script type="application/json" data-scope="inboxmarkup">{"api_version":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name":"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"https://github.githubassets.com/images/email/message_cards/header.png","avatar_image_url":"https://github.githubassets.com/images/email/message_cards/avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/quicwg/base-drafts"}},"updates":{"snippets":[{"icon":"DESCRIPTION","message":"Merged #2300 into master."}],"action":{"name":"View Pull Request","url":"https://github.com/quicwg/base-drafts/pull/2300#event-2061621104"}}}</script>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/pull/2300#event-2061621104",
"url": "https://github.com/quicwg/base-drafts/pull/2300#event-2061621104",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>
----==_mimepart_5c35365f9488a_74653ff3b04d45c0175821--


From nobody Tue Jan  8 15:54: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 6EB3B131207 for <quic-issues@ietfa.amsl.com>; Tue,  8 Jan 2019 15:54:53 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -6.661
X-Spam-Level: 
X-Spam-Status: No, score=-6.661 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIMWL_WL_HIGH=-0.065, 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_PASS=-0.001] autolearn=ham autolearn_force=no
Authentication-Results: ietfa.amsl.com (amavisd-new); dkim=pass (1024-bit key) header.d=github.com
Received: from mail.ietf.org ([4.31.198.44]) by localhost (ietfa.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id BAGWOrQ6S-Cn for <quic-issues@ietfa.amsl.com>; Tue,  8 Jan 2019 15:54: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 BFC2112D4ED for <quic-issues@ietf.org>; Tue,  8 Jan 2019 15:54:51 -0800 (PST)
Date: Tue, 08 Jan 2019 15:54:50 -0800
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1546991690; bh=PkS8UP/NKHht3IaPb/2YnoudkeMFYf0PYOSEFhHlop4=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=Xek/wcxnZimctf10t4i9EGyEnmkRJ4sOSvl7fY9l14H7osG96oIPNbVLRrXM4y4Se KtmKi2RGsM17VoD7GZdA3X0co3Hd2HKxEW/9/LI+vi4T79+fAuIY94fpNj/aqzB+/Y JqkdsNfnhoWXiwBhQlp+pX3xF3Jwf8vcrugZLxNY=
From: Martin Thomson <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+0166e4abc2bdf19b074924373e26211ca6bd2b09850759df92cf00000001184cfa4a92a169ce179bc9fb@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/pull/2295/c452506450@github.com>
In-Reply-To: <quicwg/base-drafts/pull/2295@github.com>
References: <quicwg/base-drafts/pull/2295@github.com>
Subject: Re: [quicwg/base-drafts] Move some long header fields to more appropriate definitions (#2295)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5c35384a75f0d_4003ff943ad45b8970c9"; 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/sDj8y2qmyb1LPhHDfdSy3LBHj88>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
List-Id: Notification list for GitHub issues related to the QUIC WG <quic-issues.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=unsubscribe>
List-Archive: <https://mailarchive.ietf.org/arch/browse/quic-issues/>
List-Post: <mailto:quic-issues@ietf.org>
List-Help: <mailto:quic-issues-request@ietf.org?subject=help>
List-Subscribe: <https://www.ietf.org/mailman/listinfo/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=subscribe>
X-List-Received-Date: Tue, 08 Jan 2019 23:54:53 -0000

----==_mimepart_5c35384a75f0d_4003ff943ad45b8970c9
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

My plan here is to close this with #2203.  If there are other changes you want to add, please open another PR once #2203 lands.

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/quicwg/base-drafts/pull/2295#issuecomment-452506450
----==_mimepart_5c35384a75f0d_4003ff943ad45b8970c9
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

<p>My plan here is to close this with <a class="issue-link js-issue-link" data-error-text="Failed to load issue title" data-id="391945024" data-permission-text="Issue title is private" data-url="https://github.com/quicwg/base-drafts/issues/2203" data-hovercard-type="pull_request" data-hovercard-url="/quicwg/base-drafts/pull/2203/hovercard" href="https://github.com/quicwg/base-drafts/pull/2203">#2203</a>.  If there are other changes you want to add, please open another PR once <a class="issue-link js-issue-link" data-error-text="Failed to load issue title" data-id="391945024" data-permission-text="Issue title is private" data-url="https://github.com/quicwg/base-drafts/issues/2203" data-hovercard-type="pull_request" data-hovercard-url="/quicwg/base-drafts/pull/2203/hovercard" href="https://github.com/quicwg/base-drafts/pull/2203">#2203</a> lands.</p>

<p style="font-size:small;-webkit-text-size-adjust:none;color:#666;">&mdash;<br />You are receiving this because you are subscribed to this thread.<br />Reply to this email directly, <a href="https://github.com/quicwg/base-drafts/pull/2295#issuecomment-452506450">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AWbkq0NqboAoCEn1CnwM5nN9wF5Z4YiPks5vBS_KgaJpZM4Zt7M5">mute the thread</a>.<img src="https://github.com/notifications/beacon/AWbkq8pzzpwWHPWqfJNVOBU3dSMtbnweks5vBS_KgaJpZM4Zt7M5.gif" height="1" width="1" alt="" /></p>
<script type="application/json" data-scope="inboxmarkup">{"api_version":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name":"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"https://github.githubassets.com/images/email/message_cards/header.png","avatar_image_url":"https://github.githubassets.com/images/email/message_cards/avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/quicwg/base-drafts"}},"updates":{"snippets":[{"icon":"PERSON","message":"@martinthomson in #2295: My plan here is to close this with #2203.  If there are other changes you want to add, please open another PR once #2203 lands."}],"action":{"name":"View Pull Request","url":"https://github.com/quicwg/base-drafts/pull/2295#issuecomment-452506450"}}}</script>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/pull/2295#issuecomment-452506450",
"url": "https://github.com/quicwg/base-drafts/pull/2295#issuecomment-452506450",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>
----==_mimepart_5c35384a75f0d_4003ff943ad45b8970c9--


From nobody Tue Jan  8 15:55: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 6CC6512E036 for <quic-issues@ietfa.amsl.com>; Tue,  8 Jan 2019 15:55:39 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -6.661
X-Spam-Level: 
X-Spam-Status: No, score=-6.661 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIMWL_WL_HIGH=-0.065, 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_PASS=-0.001] autolearn=ham autolearn_force=no
Authentication-Results: ietfa.amsl.com (amavisd-new); dkim=pass (1024-bit key) header.d=github.com
Received: from mail.ietf.org ([4.31.198.44]) by localhost (ietfa.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id eqqUhqJloFkL for <quic-issues@ietfa.amsl.com>; Tue,  8 Jan 2019 15:55: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 94D3E12D4ED for <quic-issues@ietf.org>; Tue,  8 Jan 2019 15:55:37 -0800 (PST)
Date: Tue, 08 Jan 2019 15:55:36 -0800
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1546991736; bh=hKwy4QufIijiQ9+uk6Iwfep8x5D/OOi3BLyXUYwCI/E=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=zcxdClwWSzwxJqta9SmDbqVKF4KVt4gr72GkU6z9W/Rbu29HXXWmLf0Rs4u9l2VHW R1Wkbk8V0B41naBGy+Hu31+0WgwAIFQuJDfW+ZAXc7ODVhmBMXorLe51PBcRG6+aI0 E5nUZhgkWFChuuSJ40zr0DWFuOvQSTWNPQbZ8U+k=
From: janaiyengar <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+0166e4ab459a2f404f570310528db1b612606a3c80dcc97492cf00000001184cfa7892a169ce175c9b40@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/pull/2203/review/186302622@github.com>
In-Reply-To: <quicwg/base-drafts/pull/2203@github.com>
References: <quicwg/base-drafts/pull/2203@github.com>
Subject: Re: [quicwg/base-drafts] Rearrange Packet Types section and references (#2203)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5c353878b074d_3c883fc54fed45b434433"; 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/Ja1qIhJw2PSV2lQm-YmD7aHv0cQ>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
List-Id: Notification list for GitHub issues related to the QUIC WG <quic-issues.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=unsubscribe>
List-Archive: <https://mailarchive.ietf.org/arch/browse/quic-issues/>
List-Post: <mailto:quic-issues@ietf.org>
List-Help: <mailto:quic-issues-request@ietf.org?subject=help>
List-Subscribe: <https://www.ietf.org/mailman/listinfo/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=subscribe>
X-List-Received-Date: Tue, 08 Jan 2019 23:55:39 -0000

----==_mimepart_5c353878b074d_3c883fc54fed45b434433
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

janaiyengar approved this pull request.

Thanks for doing this!

> @@ -2627,7 +2632,7 @@ packet for later processing and MUST attempt to process the remaining packets.
 
 Retry packets ({{packet-retry}}), Version Negotiation packets
 ({{packet-version}}), and packets with a short header cannot be followed by
-other packets in the same UDP datagram.
+other packets in the same UDP datagram, as they do not contain a Length field.

Minor rearrangement to avoid ambiguity about "they":
"... and packets with a short header do not contain a Length field and cannot be followed by other 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/2203#pullrequestreview-186302622
----==_mimepart_5c353878b074d_3c883fc54fed45b434433
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

<p><b>@janaiyengar</b> approved this pull request.</p>

<p>Thanks for doing this!</p><hr>

<p>In <a href="https://github.com/quicwg/base-drafts/pull/2203#discussion_r242721774">draft-ietf-quic-transport.md</a>:</p>
<pre style='color:#555'>&gt; @@ -2627,7 +2632,7 @@ packet for later processing and MUST attempt to process the remaining packets.
 
 Retry packets ({{packet-retry}}), Version Negotiation packets
 ({{packet-version}}), and packets with a short header cannot be followed by
-other packets in the same UDP datagram.
+other packets in the same UDP datagram, as they do not contain a Length field.
</pre>
<p>Minor rearrangement to avoid ambiguity about "they":<br>
"... and packets with a short header do not contain a Length field and cannot be followed by other 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/2203#pullrequestreview-186302622">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AWbkq4fyKlFGlf64vCBibdwadNef8gC3ks5vBS_4gaJpZM4ZXXnl">mute the thread</a>.<img src="https://github.com/notifications/beacon/AWbkq6f6l33-UxbSKQo21cG8DvQp_oa4ks5vBS_4gaJpZM4ZXXnl.gif" height="1" width="1" alt="" /></p>
<script type="application/json" data-scope="inboxmarkup">{"api_version":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name":"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"https://github.githubassets.com/images/email/message_cards/header.png","avatar_image_url":"https://github.githubassets.com/images/email/message_cards/avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/quicwg/base-drafts"}},"updates":{"snippets":[{"icon":"PERSON","message":"@janaiyengar approved #2203"}],"action":{"name":"View Pull Request","url":"https://github.com/quicwg/base-drafts/pull/2203#pullrequestreview-186302622"}}}</script>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/pull/2203#pullrequestreview-186302622",
"url": "https://github.com/quicwg/base-drafts/pull/2203#pullrequestreview-186302622",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>
----==_mimepart_5c353878b074d_3c883fc54fed45b434433--


From nobody Tue Jan  8 15:55: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 CD10712E036 for <quic-issues@ietfa.amsl.com>; Tue,  8 Jan 2019 15:55:46 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -6.519
X-Spam-Level: 
X-Spam-Status: No, score=-6.519 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIMWL_WL_HIGH=-0.065, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, HTML_IMAGE_ONLY_20=1.546, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-1, RCVD_IN_DNSWL_HI=-5, SPF_PASS=-0.001] autolearn=ham autolearn_force=no
Authentication-Results: ietfa.amsl.com (amavisd-new); dkim=pass (1024-bit key) header.d=github.com
Received: from mail.ietf.org ([4.31.198.44]) by localhost (ietfa.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id PzY-R4utqc7n for <quic-issues@ietfa.amsl.com>; Tue,  8 Jan 2019 15:55: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 DAAD512D4ED for <quic-issues@ietf.org>; Tue,  8 Jan 2019 15:55:44 -0800 (PST)
Date: Tue, 08 Jan 2019 15:55:42 -0800
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1546991742; bh=lq7Gu9eNzPzZdau7bznfutWzo34oGodJ6goOVy8qvDk=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=nxt+Ww7Z8YTBCu5vxlAtvp0IpIg2C3aFcRi8H0plpRyONG6L1ddNN4L2jN9IakG1C IM4LS7Dz8YVYsWY20ziWafnNq2vFeLDxi56DgGdYYWIA/V/G8oyqfkTrZIijEl4Vgd LvGNbX6d1wT8AGs32f/oLHw5NDS6300vgDKS5Q/s=
From: David Schinazi <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+0166e4ab02bc395c1009fa2fae269a0128393edd3b9e18fa92cf00000001184cfa7e92a169ce179bc9fb@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/pull/2295/c452506659@github.com>
In-Reply-To: <quicwg/base-drafts/pull/2295@github.com>
References: <quicwg/base-drafts/pull/2295@github.com>
Subject: Re: [quicwg/base-drafts] Move some long header fields to more appropriate definitions (#2295)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5c35387e69a8_49883fd2b62d45c436939"; 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/Un6NvN8Y0FNTpoWPbmKovYk8P10>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
List-Id: Notification list for GitHub issues related to the QUIC WG <quic-issues.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=unsubscribe>
List-Archive: <https://mailarchive.ietf.org/arch/browse/quic-issues/>
List-Post: <mailto:quic-issues@ietf.org>
List-Help: <mailto:quic-issues-request@ietf.org?subject=help>
List-Subscribe: <https://www.ietf.org/mailman/listinfo/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=subscribe>
X-List-Received-Date: Tue, 08 Jan 2019 23:55:47 -0000

----==_mimepart_5c35387e69a8_49883fd2b62d45c436939
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

Works for 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/2295#issuecomment-452506659
----==_mimepart_5c35387e69a8_49883fd2b62d45c436939
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

<p>Works for 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/2295#issuecomment-452506659">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AWbkqzrz6fzuEjXTWg5SDojYezmAa7v9ks5vBS_-gaJpZM4Zt7M5">mute the thread</a>.<img src="https://github.com/notifications/beacon/AWbkq-RvMazXRCBb5G33dTHL7oV4BwdOks5vBS_-gaJpZM4Zt7M5.gif" height="1" width="1" alt="" /></p>
<script type="application/json" data-scope="inboxmarkup">{"api_version":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name":"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"https://github.githubassets.com/images/email/message_cards/header.png","avatar_image_url":"https://github.githubassets.com/images/email/message_cards/avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/quicwg/base-drafts"}},"updates":{"snippets":[{"icon":"PERSON","message":"@DavidSchinazi in #2295: Works for me."}],"action":{"name":"View Pull Request","url":"https://github.com/quicwg/base-drafts/pull/2295#issuecomment-452506659"}}}</script>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/pull/2295#issuecomment-452506659",
"url": "https://github.com/quicwg/base-drafts/pull/2295#issuecomment-452506659",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>
----==_mimepart_5c35387e69a8_49883fd2b62d45c436939--


From nobody Tue Jan  8 15:55: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 2E5C613120C for <quic-issues@ietfa.amsl.com>; Tue,  8 Jan 2019 15:55:49 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -6.447
X-Spam-Level: 
X-Spam-Status: No, score=-6.447 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIMWL_WL_HIGH=-0.065, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, HTML_IMAGE_ONLY_24=1.618, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-1, RCVD_IN_DNSWL_HI=-5, SPF_PASS=-0.001] autolearn=ham autolearn_force=no
Authentication-Results: ietfa.amsl.com (amavisd-new); dkim=pass (1024-bit key) header.d=github.com
Received: from mail.ietf.org ([4.31.198.44]) by localhost (ietfa.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id EPfGWdrSda6E for <quic-issues@ietfa.amsl.com>; Tue,  8 Jan 2019 15:55:47 -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 82A2612D4ED for <quic-issues@ietf.org>; Tue,  8 Jan 2019 15:55:47 -0800 (PST)
Date: Tue, 08 Jan 2019 15:55:46 -0800
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1546991746; bh=992MzDBT2fZv3lL8rZHMW2K25Ua6uT+9LY56u13Evf4=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=rcca0d8LuonGnX1VUaqwNuf9ZDIiMv4OV5rtraK0wgIOWd5uzzjoP5zlMTS+wFyE0 KM/2fGFmv5GzctP38iJ9DREVasAq4u5zRkabk5S5CiTo1B9/p0N7cONlmvLcFqUy47 e+LNoCPHDYwLmI6gtLPfWJHrHahqQQm1qBCl8+4o=
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/2302/push/3191988237@github.com>
In-Reply-To: <quicwg/base-drafts/pull/2302@github.com>
References: <quicwg/base-drafts/pull/2302@github.com>
Subject: Re: [quicwg/base-drafts]  ACK of non-existent packet is illegal  (#2302)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5c353882513ea_45483f96098d45bc71715"; 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/U61CkQVi1NFGut3SbSkBoQwiT8g>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
List-Id: Notification list for GitHub issues related to the QUIC WG <quic-issues.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=unsubscribe>
List-Archive: <https://mailarchive.ietf.org/arch/browse/quic-issues/>
List-Post: <mailto:quic-issues@ietf.org>
List-Help: <mailto:quic-issues-request@ietf.org?subject=help>
List-Subscribe: <https://www.ietf.org/mailman/listinfo/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=subscribe>
X-List-Received-Date: Tue, 08 Jan 2019 23:55:50 -0000

----==_mimepart_5c353882513ea_45483f96098d45bc71715
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

@martinthomson pushed 1 commit.

6480343739b66463979f1c5340c40aa59aec8cca  Merge branch 'master' into ack-nonexistent-packet


-- 
You are receiving this because you are subscribed to this thread.
View it on GitHub:
https://github.com/quicwg/base-drafts/pull/2302/files/d337fcfcbe16fa4f11b6725d9fc5e8e69d5bad48..6480343739b66463979f1c5340c40aa59aec8cca

----==_mimepart_5c353882513ea_45483f96098d45bc71715
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/6480343739b66463979f1c5340c40aa59aec8cca">6480343</a>  Merge branch &#39;master&#39; into ack-nonexistent-packet</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/2302/files/d337fcfcbe16fa4f11b6725d9fc5e8e69d5bad48..6480343739b66463979f1c5340c40aa59aec8cca">View it on GitHub</a> or <a href="https://github.com/notifications/unsubscribe-auth/AWbkq0r8D68jFO7Ul-b5GDYw98sLQqG5ks5vBTACgaJpZM4ZyrCo">mute the thread</a>.<img src="https://github.com/notifications/beacon/AWbkq0PShvES1w1v73rKPQu8jDJLG4ioks5vBTACgaJpZM4ZyrCo.gif" height="1" width="1" alt="" /></p>
<script type="application/json" data-scope="inboxmarkup">{"api_version":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name":"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"https://github.githubassets.com/images/email/message_cards/header.png","avatar_image_url":"https://github.githubassets.com/images/email/message_cards/avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/quicwg/base-drafts"}},"updates":{"snippets":[{"icon":"PERSON","message":"@martinthomson pushed 1 commit in #2302"}],"action":{"name":"View Pull Request","url":"https://github.com/quicwg/base-drafts/pull/2302/files/d337fcfcbe16fa4f11b6725d9fc5e8e69d5bad48..6480343739b66463979f1c5340c40aa59aec8cca"}}}</script>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/pull/2302/files/d337fcfcbe16fa4f11b6725d9fc5e8e69d5bad48..6480343739b66463979f1c5340c40aa59aec8cca",
"url": "https://github.com/quicwg/base-drafts/pull/2302/files/d337fcfcbe16fa4f11b6725d9fc5e8e69d5bad48..6480343739b66463979f1c5340c40aa59aec8cca",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>

----==_mimepart_5c353882513ea_45483f96098d45bc71715--


From nobody Tue Jan  8 15: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 1961212E036 for <quic-issues@ietfa.amsl.com>; Tue,  8 Jan 2019 15:56:03 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -6.661
X-Spam-Level: 
X-Spam-Status: No, score=-6.661 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIMWL_WL_HIGH=-0.065, 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_PASS=-0.001] autolearn=ham autolearn_force=no
Authentication-Results: ietfa.amsl.com (amavisd-new); dkim=pass (1024-bit key) header.d=github.com
Received: from mail.ietf.org ([4.31.198.44]) by localhost (ietfa.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id gha0HbRBK9NC for <quic-issues@ietfa.amsl.com>; Tue,  8 Jan 2019 15:56:01 -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 0F7FD12D4ED for <quic-issues@ietf.org>; Tue,  8 Jan 2019 15:56:01 -0800 (PST)
Date: Tue, 08 Jan 2019 15:56:00 -0800
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1546991760; bh=YNW9DNPEVpJfoY6UgYZCIYNBl0mtD9m1i2SxHIuDWY0=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=hsUMufGwDBT0UrjvUwzkAl4rprKS8+CZH8AFiE8ka9GyLCMtLeo1MW71qnObZeZ6h p/NygU5e+Yp0ZFo68LMwmVvkEwn0+gpxf//lsatQRnM2Mr07ib3b/ObK9qfIBCf6te mj8clNJvAwOLKobLqEtR+EtCnLfusw1fvcXYlQ2Y=
From: Mike Bishop <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+0166e4ab90b005fc8ef0b322547131d8da8497aa555245ee92cf00000001184cfa9092a169ce175c9b40@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/pull/2203/review/190511810@github.com>
In-Reply-To: <quicwg/base-drafts/pull/2203@github.com>
References: <quicwg/base-drafts/pull/2203@github.com>
Subject: Re: [quicwg/base-drafts] Rearrange Packet Types section and references (#2203)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5c3538901ec61_59b23fcc0a0d45c4793cd"; 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/fB3C7qnUL6RK7zYywkvjEIKDMK4>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
List-Id: Notification list for GitHub issues related to the QUIC WG <quic-issues.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=unsubscribe>
List-Archive: <https://mailarchive.ietf.org/arch/browse/quic-issues/>
List-Post: <mailto:quic-issues@ietf.org>
List-Help: <mailto:quic-issues-request@ietf.org?subject=help>
List-Subscribe: <https://www.ietf.org/mailman/listinfo/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=subscribe>
X-List-Received-Date: Tue, 08 Jan 2019 23:56:03 -0000

----==_mimepart_5c3538901ec61_59b23fcc0a0d45c4793cd
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

MikeBishop commented on this pull request.



> -Header Form:
-
-: The most significant bit (0x80) of byte 0 is set to 0 for the short header.
-
-Fixed Bit:
-
-: The next bit (0x40) of byte 0 is set to 1.  Packets containing a zero value
-  for this bit are not valid packets in this version and MUST be discarded.
-
-Spin Bit (S):
-
-: The sixth bit (0x20) of byte 0 is the Latency Spin Bit, set as described in
-  {{!SPIN=I-D.ietf-quic-spin-exp}}.
+packet type.  While type-specific semantics for this version are described in
+the following sections, several long-header packets in this version of QUIC
+contain these additional fields:

Replying on the other pictures.

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/quicwg/base-drafts/pull/2203#discussion_r246210838
----==_mimepart_5c3538901ec61_59b23fcc0a0d45c4793cd
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/2203#discussion_r246210838">draft-ietf-quic-transport.md</a>:</p>
<pre style='color:#555'>&gt; -Header Form:
-
-: The most significant bit (0x80) of byte 0 is set to 0 for the short header.
-
-Fixed Bit:
-
-: The next bit (0x40) of byte 0 is set to 1.  Packets containing a zero value
-  for this bit are not valid packets in this version and MUST be discarded.
-
-Spin Bit (S):
-
-: The sixth bit (0x20) of byte 0 is the Latency Spin Bit, set as described in
-  {{!SPIN=I-D.ietf-quic-spin-exp}}.
+packet type.  While type-specific semantics for this version are described in
+the following sections, several long-header packets in this version of QUIC
+contain these additional fields:
</pre>
<p>Replying on the other pictures.</p>

<p style="font-size:small;-webkit-text-size-adjust:none;color:#666;">&mdash;<br />You are receiving this because you are subscribed to this thread.<br />Reply to this email directly, <a href="https://github.com/quicwg/base-drafts/pull/2203#discussion_r246210838">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AWbkqwP3RE1Qj2CriYZxqmFt2fnN4Zrfks5vBTAQgaJpZM4ZXXnl">mute the thread</a>.<img src="https://github.com/notifications/beacon/AWbkq4vkKQhMzJMX8dGucgRycho-KFreks5vBTAQgaJpZM4ZXXnl.gif" height="1" width="1" alt="" /></p>
<script type="application/json" data-scope="inboxmarkup">{"api_version":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name":"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"https://github.githubassets.com/images/email/message_cards/header.png","avatar_image_url":"https://github.githubassets.com/images/email/message_cards/avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/quicwg/base-drafts"}},"updates":{"snippets":[{"icon":"PERSON","message":"@MikeBishop commented on #2203"}],"action":{"name":"View Pull Request","url":"https://github.com/quicwg/base-drafts/pull/2203#discussion_r246210838"}}}</script>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/pull/2203#discussion_r246210838",
"url": "https://github.com/quicwg/base-drafts/pull/2203#discussion_r246210838",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>
----==_mimepart_5c3538901ec61_59b23fcc0a0d45c4793cd--


From nobody Tue Jan  8 15: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 2DAA313121A for <quic-issues@ietfa.amsl.com>; Tue,  8 Jan 2019 15:56:36 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -6.447
X-Spam-Level: 
X-Spam-Status: No, score=-6.447 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIMWL_WL_HIGH=-0.065, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, HTML_IMAGE_ONLY_24=1.618, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-1, RCVD_IN_DNSWL_HI=-5, SPF_PASS=-0.001] autolearn=ham autolearn_force=no
Authentication-Results: ietfa.amsl.com (amavisd-new); dkim=pass (1024-bit key) header.d=github.com
Received: from mail.ietf.org ([4.31.198.44]) by localhost (ietfa.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id Xzldz4M3kxon for <quic-issues@ietfa.amsl.com>; Tue,  8 Jan 2019 15:56:34 -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 02BC7131205 for <quic-issues@ietf.org>; Tue,  8 Jan 2019 15:56:34 -0800 (PST)
Date: Tue, 08 Jan 2019 15:56:33 -0800
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1546991793; bh=78m/03QtYXZ6LcW4ZHaqFuJl2qUjfNxKP/sbN27RTFE=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=gxSWE5FtrqWK/6d+hxk7b+tWgjiW522B6yQ05OL+zm4Ejpmh7/rzwPzj1FsKZWk/0 JFqP9JFePQH6nL8sihO7bZ01EYEXDvpiYm0qEkxdCiPAuOLIUX7gK5z1PLxmIO8TD2 /bS119ca/HlFx32X/usB6wZErJooktTD/Wb1XhwU=
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/2203/push/3191989697@github.com>
In-Reply-To: <quicwg/base-drafts/pull/2203@github.com>
References: <quicwg/base-drafts/pull/2203@github.com>
Subject: Re: [quicwg/base-drafts] Rearrange Packet Types section and references (#2203)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5c3538b116ee2_38533fb5f82d45b81391d6"; 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/fHMIhVKDuTdtBia5mlHhaqcDG78>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
List-Id: Notification list for GitHub issues related to the QUIC WG <quic-issues.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=unsubscribe>
List-Archive: <https://mailarchive.ietf.org/arch/browse/quic-issues/>
List-Post: <mailto:quic-issues@ietf.org>
List-Help: <mailto:quic-issues-request@ietf.org?subject=help>
List-Subscribe: <https://www.ietf.org/mailman/listinfo/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=subscribe>
X-List-Received-Date: Tue, 08 Jan 2019 23:56:42 -0000

----==_mimepart_5c3538b116ee2_38533fb5f82d45b81391d6
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

@MikeBishop pushed 1 commit.

40818cd06501d45b9e39ba52bbc3d6acd3053cdf  Apply suggestions from code review


-- 
You are receiving this because you are subscribed to this thread.
View it on GitHub:
https://github.com/quicwg/base-drafts/pull/2203/files/7ad6580092f5b531268bdb74db6181ce985629d0..40818cd06501d45b9e39ba52bbc3d6acd3053cdf

----==_mimepart_5c3538b116ee2_38533fb5f82d45b81391d6
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/40818cd06501d45b9e39ba52bbc3d6acd3053cdf">40818cd</a>  Apply suggestions from code review</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/2203/files/7ad6580092f5b531268bdb74db6181ce985629d0..40818cd06501d45b9e39ba52bbc3d6acd3053cdf">View it on GitHub</a> or <a href="https://github.com/notifications/unsubscribe-auth/AWbkqyQtvEh3l4AkJsMOPWy5shjPjfxyks5vBTAxgaJpZM4ZXXnl">mute the thread</a>.<img src="https://github.com/notifications/beacon/AWbkq1Vj3m2d14yGO5KXF3N75OaP8_8vks5vBTAxgaJpZM4ZXXnl.gif" height="1" width="1" alt="" /></p>
<script type="application/json" data-scope="inboxmarkup">{"api_version":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name":"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"https://github.githubassets.com/images/email/message_cards/header.png","avatar_image_url":"https://github.githubassets.com/images/email/message_cards/avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/quicwg/base-drafts"}},"updates":{"snippets":[{"icon":"PERSON","message":"@MikeBishop pushed 1 commit in #2203"}],"action":{"name":"View Pull Request","url":"https://github.com/quicwg/base-drafts/pull/2203/files/7ad6580092f5b531268bdb74db6181ce985629d0..40818cd06501d45b9e39ba52bbc3d6acd3053cdf"}}}</script>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/pull/2203/files/7ad6580092f5b531268bdb74db6181ce985629d0..40818cd06501d45b9e39ba52bbc3d6acd3053cdf",
"url": "https://github.com/quicwg/base-drafts/pull/2203/files/7ad6580092f5b531268bdb74db6181ce985629d0..40818cd06501d45b9e39ba52bbc3d6acd3053cdf",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>

----==_mimepart_5c3538b116ee2_38533fb5f82d45b81391d6--


From nobody Tue Jan  8 15:57: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 DE12912E036 for <quic-issues@ietfa.amsl.com>; Tue,  8 Jan 2019 15:57:34 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -6.519
X-Spam-Level: 
X-Spam-Status: No, score=-6.519 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIMWL_WL_HIGH=-0.065, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, HTML_IMAGE_ONLY_20=1.546, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-1, RCVD_IN_DNSWL_HI=-5, SPF_PASS=-0.001] autolearn=ham autolearn_force=no
Authentication-Results: ietfa.amsl.com (amavisd-new); dkim=pass (1024-bit key) header.d=github.com
Received: from mail.ietf.org ([4.31.198.44]) by localhost (ietfa.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id tzZnsphUYtLh for <quic-issues@ietfa.amsl.com>; Tue,  8 Jan 2019 15:57: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 2351312D4ED for <quic-issues@ietf.org>; Tue,  8 Jan 2019 15:57:33 -0800 (PST)
Date: Tue, 08 Jan 2019 15:57:32 -0800
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1546991852; bh=+7D7ZhbrjUy8s7XwhpjN9IOIskRQlKpZ38Chs2WDsvg=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=tCEOtqMiL8OnnO6aOvea3ZZ+74iZB6b1GdOQsmewfSwa1/Fw6pgoHCF5NrhcG7vrp J367dHxG/6xwGMtxfXtJFz3f4/9jymTjJ3CfW9udjvTOapB+xn8r3dbHl7df2FLfEv KDvByPYJe3ZApTN31sndJC8Ns/plYIHqr+GBaG/g=
From: ianswett <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+0166e4ab453890cbe598d384cb7cc35e423904ca4ef2f79692cf00000001184cfaec92a169ce179f2fda@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/pull/2302/review/190512186@github.com>
In-Reply-To: <quicwg/base-drafts/pull/2302@github.com>
References: <quicwg/base-drafts/pull/2302@github.com>
Subject: Re: [quicwg/base-drafts]  ACK of non-existent packet is illegal  (#2302)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5c3538ec33aba_7d103fc8c22d45b812623d"; 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/pZUmTLxHObco2Q4waRj0b7fFP94>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
List-Id: Notification list for GitHub issues related to the QUIC WG <quic-issues.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=unsubscribe>
List-Archive: <https://mailarchive.ietf.org/arch/browse/quic-issues/>
List-Post: <mailto:quic-issues@ietf.org>
List-Help: <mailto:quic-issues-request@ietf.org?subject=help>
List-Subscribe: <https://www.ietf.org/mailman/listinfo/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=subscribe>
X-List-Received-Date: Tue, 08 Jan 2019 23:57:35 -0000

----==_mimepart_5c3538ec33aba_7d103fc8c22d45b812623d
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/2302#pullrequestreview-190512186
----==_mimepart_5c3538ec33aba_7d103fc8c22d45b812623d
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/2302#pullrequestreview-190512186">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AWbkq42vGLOjO8jb-v36k7iMPtKCGEhPks5vBTBsgaJpZM4ZyrCo">mute the thread</a>.<img src="https://github.com/notifications/beacon/AWbkq-B2QPXvvj8hDk1QpgfHcCYTKpWOks5vBTBsgaJpZM4ZyrCo.gif" height="1" width="1" alt="" /></p>
<script type="application/json" data-scope="inboxmarkup">{"api_version":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name":"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"https://github.githubassets.com/images/email/message_cards/header.png","avatar_image_url":"https://github.githubassets.com/images/email/message_cards/avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/quicwg/base-drafts"}},"updates":{"snippets":[{"icon":"PERSON","message":"@ianswett approved #2302"}],"action":{"name":"View Pull Request","url":"https://github.com/quicwg/base-drafts/pull/2302#pullrequestreview-190512186"}}}</script>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/pull/2302#pullrequestreview-190512186",
"url": "https://github.com/quicwg/base-drafts/pull/2302#pullrequestreview-190512186",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>
----==_mimepart_5c3538ec33aba_7d103fc8c22d45b812623d--


From nobody Tue Jan  8 15:59: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 DFFC313115E for <quic-issues@ietfa.amsl.com>; Tue,  8 Jan 2019 15:59:22 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -6.447
X-Spam-Level: 
X-Spam-Status: No, score=-6.447 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIMWL_WL_HIGH=-0.065, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, HTML_IMAGE_ONLY_24=1.618, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-1, RCVD_IN_DNSWL_HI=-5, SPF_PASS=-0.001] autolearn=ham autolearn_force=no
Authentication-Results: ietfa.amsl.com (amavisd-new); dkim=pass (1024-bit key) header.d=github.com
Received: from mail.ietf.org ([4.31.198.44]) by localhost (ietfa.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 2Z4Dhwu24Bzk for <quic-issues@ietfa.amsl.com>; Tue,  8 Jan 2019 15:59:21 -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 31CC012E036 for <quic-issues@ietf.org>; Tue,  8 Jan 2019 15:59:21 -0800 (PST)
Date: Tue, 08 Jan 2019 15:59:20 -0800
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1546991960; bh=S3cF2dJ0yUQbzVInJw+BhdGsmxikF4RzkpIzHATT/r4=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=WkOYgE1qs4DrPALrrZvZLE7wzQl8byA+7qkbqt3NypEglVN48ZR1ZzZkUwrWZWJzj /j9T6dDW8reBUfqeSYGlkUW85wda81H4P3E/ZpWT7DznW7QmVSuoo8Oy2VITYh3OyB 5LuQDvucM+g7zPWGNBcmEab+8GJ1nt/ZdZK516Q0=
From: Martin Thomson <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+0166e4ab2f5f5b4e9950bf469f4cac65f061d506b49f9dc192cf00000001184cfb5892a169ce179f2fda@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/pull/2302/issue_event/2061665936@github.com>
In-Reply-To: <quicwg/base-drafts/pull/2302@github.com>
References: <quicwg/base-drafts/pull/2302@github.com>
Subject: Re: [quicwg/base-drafts]  ACK of non-existent packet is illegal  (#2302)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5c35395844b1c_bee3fa980ad45bc4280"; 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/MHGASqMezn2WRbkyptXu2xS1Wos>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
List-Id: Notification list for GitHub issues related to the QUIC WG <quic-issues.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=unsubscribe>
List-Archive: <https://mailarchive.ietf.org/arch/browse/quic-issues/>
List-Post: <mailto:quic-issues@ietf.org>
List-Help: <mailto:quic-issues-request@ietf.org?subject=help>
List-Subscribe: <https://www.ietf.org/mailman/listinfo/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=subscribe>
X-List-Received-Date: Tue, 08 Jan 2019 23:59:23 -0000

----==_mimepart_5c35395844b1c_bee3fa980ad45bc4280
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

Merged #2302 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/2302#event-2061665936
----==_mimepart_5c35395844b1c_bee3fa980ad45bc4280
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="396308442" data-permission-text="Issue title is private" data-url="https://github.com/quicwg/base-drafts/issues/2302" data-hovercard-type="pull_request" data-hovercard-url="/quicwg/base-drafts/pull/2302/hovercard" href="https://github.com/quicwg/base-drafts/pull/2302">#2302</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/2302#event-2061665936">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AWbkq3_W5-26M20xVLUhddzDwCfeX7VRks5vBTDYgaJpZM4ZyrCo">mute the thread</a>.<img src="https://github.com/notifications/beacon/AWbkq9A40llbQIbZ-8SgiZBaTDN1I94cks5vBTDYgaJpZM4ZyrCo.gif" height="1" width="1" alt="" /></p>
<script type="application/json" data-scope="inboxmarkup">{"api_version":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name":"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"https://github.githubassets.com/images/email/message_cards/header.png","avatar_image_url":"https://github.githubassets.com/images/email/message_cards/avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/quicwg/base-drafts"}},"updates":{"snippets":[{"icon":"DESCRIPTION","message":"Merged #2302 into master."}],"action":{"name":"View Pull Request","url":"https://github.com/quicwg/base-drafts/pull/2302#event-2061665936"}}}</script>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/pull/2302#event-2061665936",
"url": "https://github.com/quicwg/base-drafts/pull/2302#event-2061665936",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>
----==_mimepart_5c35395844b1c_bee3fa980ad45bc4280--


From nobody Tue Jan  8 15:59:30 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 5A376131208 for <quic-issues@ietfa.amsl.com>; Tue,  8 Jan 2019 15:59:24 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -1.661
X-Spam-Level: 
X-Spam-Status: No, score=-1.661 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIMWL_WL_HIGH=-0.065, 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_PASS=-0.001] autolearn=ham autolearn_force=no
Authentication-Results: ietfa.amsl.com (amavisd-new); dkim=pass (1024-bit key) header.d=github.com
Received: from mail.ietf.org ([4.31.198.44]) by localhost (ietfa.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id yL28XOWF4ZgA for <quic-issues@ietfa.amsl.com>; Tue,  8 Jan 2019 15:59:21 -0800 (PST)
Received: from o5.sgmail.github.com (o5.sgmail.github.com [192.254.113.10]) (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 1D51612D4ED for <quic-issues@ietf.org>; Tue,  8 Jan 2019 15:59:21 -0800 (PST)
DKIM-Signature: v=1; a=rsa-sha1; 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=3XVQwjdEhvzfQbnCt7p5TarR3yg=; b=LkctwbLItOfHABbE n5OrFdyereVTkq6lmHkEiEmarnCWKFaNFJlv3B60LjeBM+GqsxnuEf0BU/TMOCTK rR3uwibBKEF2YqW7+Ikbm+TAy9IXDmxhI316vZT8G+Y3BmYKJ4BN50o3+pAWlxd2 RpHXhsLsbLy5+G8WJNA4oH2o4Pg=
Received: by filter1483p1mdw1.sendgrid.net with SMTP id filter1483p1mdw1-23763-5C353957-15 2019-01-08 23:59:19.821601989 +0000 UTC m=+80986.530324145
Received: from github-lowworker-3c598a3.cp1-iad.github.net (unknown [192.30.252.43]) by ismtpd0005p1iad2.sendgrid.net (SG) with ESMTP id XcofQruGTymj8XppldWkYw for <quic-issues@ietf.org>; Tue, 08 Jan 2019 23:59:19.839 +0000 (UTC)
Received: from github.com (localhost [127.0.0.1]) by github-lowworker-3c598a3.cp1-iad.github.net (Postfix) with ESMTP id C58FDA802D1 for <quic-issues@ietf.org>; Tue,  8 Jan 2019 15:59:19 -0800 (PST)
Date: Tue, 08 Jan 2019 23:59:19 +0000 (UTC)
From: Martin Thomson <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+0166e4abea66906ac978a240effede74622ff9f0f5bae24892cf00000001184cfb5792a169ce179e2ba1@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/issue/2298/issue_event/2061665943@github.com>
In-Reply-To: <quicwg/base-drafts/issues/2298@github.com>
References: <quicwg/base-drafts/issues/2298@github.com>
Subject: Re: [quicwg/base-drafts] missing description of what happens when receiving an ACK for an unsent packet (#2298)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5c353957c4477_1afd3fb41d2d45b8222830"; 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-SG-EID: l64QuQ2uJCcEyUykJbxN122A6QRmEpucztpreh3Pak0EePXymZFOL7O6g0e8Ejqk4F/J7zIzONXa/T QoRO2sGsG3llWwpdXn1OYr9SEl0cM68r+Fiyd8BepyUF2BZe085Y6SnRI/umJm1NhQ7O7O61u+qrTY PPKFM8ZldR/w7CLYVX3QJGtmksE6jHvdvVeJD7pGDvKWLnKS/GKbQOn0q49afq9FYwjJ1sTNGlcx86 s=
Archived-At: <https://mailarchive.ietf.org/arch/msg/quic-issues/qcuUsaDQ5Ciriht5ZOcIJwCj1dg>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
List-Id: Notification list for GitHub issues related to the QUIC WG <quic-issues.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=unsubscribe>
List-Archive: <https://mailarchive.ietf.org/arch/browse/quic-issues/>
List-Post: <mailto:quic-issues@ietf.org>
List-Help: <mailto:quic-issues-request@ietf.org?subject=help>
List-Subscribe: <https://www.ietf.org/mailman/listinfo/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=subscribe>
X-List-Received-Date: Tue, 08 Jan 2019 23:59:25 -0000

----==_mimepart_5c353957c4477_1afd3fb41d2d45b8222830
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

Closed #2298 via #2302.

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/quicwg/base-drafts/issues/2298#event-2061665943
----==_mimepart_5c353957c4477_1afd3fb41d2d45b8222830
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="396241825" data-permission-text="Issue title is private" data-url="https://github.com/quicwg/base-drafts/issues/2298" data-hovercard-type="issue" data-hovercard-url="/quicwg/base-drafts/issues/2298/hovercard" href="https://github.com/quicwg/base-drafts/issues/2298">#2298</a> via <a class="issue-link js-issue-link" data-error-text="Failed to load issue title" data-id="396308442" data-permission-text="Issue title is private" data-url="https://github.com/quicwg/base-drafts/issues/2302" data-hovercard-type="pull_request" data-hovercard-url="/quicwg/base-drafts/pull/2302/hovercard" href="https://github.com/quicwg/base-drafts/pull/2302">#2302</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/2298#event-2061665943">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AWbkq3UU6LtKNs3ElkqLfZe5cnys7A5Kks5vBTDXgaJpZM4ZyVfa">mute the thread</a>.<img src="https://github.com/notifications/beacon/AWbkq58AUvJ8JCefEzCrUbZo8AkTodccks5vBTDXgaJpZM4ZyVfa.gif" height="1" width="1" alt="" /></p>
<script type="application/json" data-scope="inboxmarkup">{"api_version":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name":"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"https://github.githubassets.com/images/email/message_cards/header.png","avatar_image_url":"https://github.githubassets.com/images/email/message_cards/avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/quicwg/base-drafts"}},"updates":{"snippets":[{"icon":"DESCRIPTION","message":"Closed #2298 via #2302."}],"action":{"name":"View Issue","url":"https://github.com/quicwg/base-drafts/issues/2298#event-2061665943"}}}</script>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/issues/2298#event-2061665943",
"url": "https://github.com/quicwg/base-drafts/issues/2298#event-2061665943",
"name": "View Issue"
},
"description": "View this Issue on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>
----==_mimepart_5c353957c4477_1afd3fb41d2d45b8222830--


From nobody Tue Jan  8 15:59:52 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 E2DD712D4ED for <quic-issues@ietfa.amsl.com>; Tue,  8 Jan 2019 15:59:50 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -1.661
X-Spam-Level: 
X-Spam-Status: No, score=-1.661 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIMWL_WL_HIGH=-0.065, 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_PASS=-0.001] autolearn=ham autolearn_force=no
Authentication-Results: ietfa.amsl.com (amavisd-new); dkim=pass (1024-bit key) header.d=github.com
Received: from mail.ietf.org ([4.31.198.44]) by localhost (ietfa.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id UtmcOBVwg93i for <quic-issues@ietfa.amsl.com>; Tue,  8 Jan 2019 15:59:49 -0800 (PST)
Received: from o9.sgmail.github.com (o9.sgmail.github.com [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 6251813115E for <quic-issues@ietf.org>; Tue,  8 Jan 2019 15:59:48 -0800 (PST)
DKIM-Signature: v=1; a=rsa-sha1; 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=UtNMkAaD/x/4HlwjsVedMFsiaws=; b=iO3vuePVLeJNlRjJ bsOa20KEHekfWpJzSkz18lA06OYylb55JuLAi56IfF97LiooDAXw/Kz39n4BRiPQ fzP4uFDT75qdGHQl1BjYD/B5ACNP2bZg3bfUY8Je/zRMKicIhABrZ8ZmRrQHEyc7 4Aq0x3U+nxaRgYwmw/uwMsnN2No=
Received: by filter1874p1mdw1.sendgrid.net with SMTP id filter1874p1mdw1-32407-5C353973-8 2019-01-08 23:59:47.264129807 +0000 UTC m=+79765.577534721
Received: from github-lowworker-4f62d42.cp1-iad.github.net (unknown [192.30.252.35]) by ismtpd0017p1iad2.sendgrid.net (SG) with ESMTP id 5Em93QlZREua0qI62OL4jQ for <quic-issues@ietf.org>; Tue, 08 Jan 2019 23:59:47.287 +0000 (UTC)
Received: from github.com (localhost [127.0.0.1]) by github-lowworker-4f62d42.cp1-iad.github.net (Postfix) with ESMTP id 3E063C0B1F for <quic-issues@ietf.org>; Tue,  8 Jan 2019 15:59:47 -0800 (PST)
Date: Tue, 08 Jan 2019 23:59:47 +0000 (UTC)
From: janaiyengar <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+0166e4abaa2bd13a1426385dc772ed73147cf7dc0f7c20cc92cf00000001184cfb7392a169ce179f2fda@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/pull/2302/review/190512738@github.com>
In-Reply-To: <quicwg/base-drafts/pull/2302@github.com>
References: <quicwg/base-drafts/pull/2302@github.com>
Subject: Re: [quicwg/base-drafts]  ACK of non-existent packet is illegal  (#2302)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5c3539733caa2_49883fd2b62d45c466012"; 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
X-SG-EID: l64QuQ2uJCcEyUykJbxN122A6QRmEpucztpreh3Pak2MyX7KgCmWPnYawV9Y9F2HyODTv73zSR+24K sIoY8G/3+dZSubwcZh11b+uD9hNiCYnqA+bpYVenfPB/34dAYJMtytXB3hhrb1YQC+noDUT4qayTDV tXUHX2dcFeKFBInXgcR5DhY2efya2hatwX2KUngtuxUtyA8qxViM4T0HZo8TPHxkdDmocBFHMtzrtx Q=
Archived-At: <https://mailarchive.ietf.org/arch/msg/quic-issues/O6r6IZvqKBIbSe5xiyK9Lvqjlkg>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
List-Id: Notification list for GitHub issues related to the QUIC WG <quic-issues.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=unsubscribe>
List-Archive: <https://mailarchive.ietf.org/arch/browse/quic-issues/>
List-Post: <mailto:quic-issues@ietf.org>
List-Help: <mailto:quic-issues-request@ietf.org?subject=help>
List-Subscribe: <https://www.ietf.org/mailman/listinfo/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=subscribe>
X-List-Received-Date: Tue, 08 Jan 2019 23:59:51 -0000

----==_mimepart_5c3539733caa2_49883fd2b62d45c466012
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

janaiyengar commented on this pull request.



>  acknowledgment of its ACK frames, with the knowledge this could cause the sender
 to unnecessarily retransmit some data.  Standard QUIC {{QUIC-RECOVERY}}
 algorithms declare packets lost after sufficiently newer packets are
 acknowledged.  Therefore, the receiver SHOULD repeatedly acknowledge newly
 received packets in preference to packets received in the past.
 
+An endpoint SHOULD treat receipt of an acknowledgment for a packet it did not
+send as a connection error of type PROTOCOL_VIOLATION, if it is able to detect

Let's do a separate discussion about error codes. I don't think it's necessary here, and if this is an important new error code, let's introduce that in a new issue/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/2302#discussion_r246211578
----==_mimepart_5c3539733caa2_49883fd2b62d45c466012
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/2302#discussion_r246211578">draft-ietf-quic-transport.md</a>:</p>
<pre style='color:#555'>&gt;  acknowledgment of its ACK frames, with the knowledge this could cause the sender
 to unnecessarily retransmit some data.  Standard QUIC {{QUIC-RECOVERY}}
 algorithms declare packets lost after sufficiently newer packets are
 acknowledged.  Therefore, the receiver SHOULD repeatedly acknowledge newly
 received packets in preference to packets received in the past.
 
+An endpoint SHOULD treat receipt of an acknowledgment for a packet it did not
+send as a connection error of type PROTOCOL_VIOLATION, if it is able to detect
</pre>
<p>Let's do a separate discussion about error codes. I don't think it's necessary here, and if this is an important new error code, let's introduce that in a new issue/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/2302#discussion_r246211578">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AWbkq1HKviNLvB3HdBdOva8TZf3S0uBIks5vBTDzgaJpZM4ZyrCo">mute the thread</a>.<img src="https://github.com/notifications/beacon/AWbkq_65gh298k30nWNNhQ4RhwlOLwYHks5vBTDzgaJpZM4ZyrCo.gif" height="1" width="1" alt="" /></p>
<script type="application/json" data-scope="inboxmarkup">{"api_version":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name":"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"https://github.githubassets.com/images/email/message_cards/header.png","avatar_image_url":"https://github.githubassets.com/images/email/message_cards/avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/quicwg/base-drafts"}},"updates":{"snippets":[{"icon":"PERSON","message":"@janaiyengar commented on #2302"}],"action":{"name":"View Pull Request","url":"https://github.com/quicwg/base-drafts/pull/2302#discussion_r246211578"}}}</script>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/pull/2302#discussion_r246211578",
"url": "https://github.com/quicwg/base-drafts/pull/2302#discussion_r246211578",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>
----==_mimepart_5c3539733caa2_49883fd2b62d45c466012--


From nobody Tue Jan  8 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 C743C13115E for <quic-issues@ietfa.amsl.com>; Tue,  8 Jan 2019 16:03:45 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -6.447
X-Spam-Level: 
X-Spam-Status: No, score=-6.447 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIMWL_WL_HIGH=-0.065, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, HTML_IMAGE_ONLY_24=1.618, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-1, RCVD_IN_DNSWL_HI=-5, SPF_PASS=-0.001] autolearn=ham autolearn_force=no
Authentication-Results: ietfa.amsl.com (amavisd-new); dkim=pass (1024-bit key) header.d=github.com
Received: from mail.ietf.org ([4.31.198.44]) by localhost (ietfa.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id DhLknXAVCjFT for <quic-issues@ietfa.amsl.com>; Tue,  8 Jan 2019 16:03:43 -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 3857512E036 for <quic-issues@ietf.org>; Tue,  8 Jan 2019 16:03:43 -0800 (PST)
Date: Tue, 08 Jan 2019 16:03:42 -0800
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1546992222; bh=YrKFfpcPQLHP432/HTpFpSBa9VHI6npmoZ4YNG9wenE=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=kMb6ndsrltG9U1U0C1b84ALrfq8BF3m1yRbxb8xy5Dum11iZxF4CGuQWSnxo+3Qxs S6dZzWDhy4BfhXvWf9k1iYvkftHrLReZ6DKpfRn3kqFncLPBOLDZxz/xbkMchpZlk6 fipKu83TE2MuWsXdXSpOgPxUTNOpRebs1vu99J1Q=
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/2203/push/3192004539@github.com>
In-Reply-To: <quicwg/base-drafts/pull/2203@github.com>
References: <quicwg/base-drafts/pull/2203@github.com>
Subject: Re: [quicwg/base-drafts] Rearrange Packet Types section and references (#2203)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5c353a5e5320b_506a3f827c8d45bc119939"; 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/515kwDciKcpnEf1ImjUdr6TjizI>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
List-Id: Notification list for GitHub issues related to the QUIC WG <quic-issues.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=unsubscribe>
List-Archive: <https://mailarchive.ietf.org/arch/browse/quic-issues/>
List-Post: <mailto:quic-issues@ietf.org>
List-Help: <mailto:quic-issues-request@ietf.org?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, 09 Jan 2019 00:03:46 -0000

----==_mimepart_5c353a5e5320b_506a3f827c8d45bc119939
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

@MikeBishop pushed 1 commit.

b01d230f0cdf24ff458dee88f996cf57df51466d  Jana's suggestion; remove "they"


-- 
You are receiving this because you are subscribed to this thread.
View it on GitHub:
https://github.com/quicwg/base-drafts/pull/2203/files/40818cd06501d45b9e39ba52bbc3d6acd3053cdf..b01d230f0cdf24ff458dee88f996cf57df51466d

----==_mimepart_5c353a5e5320b_506a3f827c8d45bc119939
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/b01d230f0cdf24ff458dee88f996cf57df51466d">b01d230</a>  Jana&#39;s suggestion; remove &quot;they&quot;</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/2203/files/40818cd06501d45b9e39ba52bbc3d6acd3053cdf..b01d230f0cdf24ff458dee88f996cf57df51466d">View it on GitHub</a> or <a href="https://github.com/notifications/unsubscribe-auth/AWbkq0xE9vEcyVePZzfXHPiD_OH5wIvXks5vBTHegaJpZM4ZXXnl">mute the thread</a>.<img src="https://github.com/notifications/beacon/AWbkq_P_-OkoLZbM6YBPOhuckJuzXKdSks5vBTHegaJpZM4ZXXnl.gif" height="1" width="1" alt="" /></p>
<script type="application/json" data-scope="inboxmarkup">{"api_version":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name":"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"https://github.githubassets.com/images/email/message_cards/header.png","avatar_image_url":"https://github.githubassets.com/images/email/message_cards/avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/quicwg/base-drafts"}},"updates":{"snippets":[{"icon":"PERSON","message":"@MikeBishop pushed 1 commit in #2203"}],"action":{"name":"View Pull Request","url":"https://github.com/quicwg/base-drafts/pull/2203/files/40818cd06501d45b9e39ba52bbc3d6acd3053cdf..b01d230f0cdf24ff458dee88f996cf57df51466d"}}}</script>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/pull/2203/files/40818cd06501d45b9e39ba52bbc3d6acd3053cdf..b01d230f0cdf24ff458dee88f996cf57df51466d",
"url": "https://github.com/quicwg/base-drafts/pull/2203/files/40818cd06501d45b9e39ba52bbc3d6acd3053cdf..b01d230f0cdf24ff458dee88f996cf57df51466d",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>

----==_mimepart_5c353a5e5320b_506a3f827c8d45bc119939--


From nobody Tue Jan  8 16:06: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 7F7C4131209 for <quic-issues@ietfa.amsl.com>; Tue,  8 Jan 2019 16:06:28 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -6.661
X-Spam-Level: 
X-Spam-Status: No, score=-6.661 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIMWL_WL_HIGH=-0.065, 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_PASS=-0.001] autolearn=ham autolearn_force=no
Authentication-Results: ietfa.amsl.com (amavisd-new); dkim=pass (1024-bit key) header.d=github.com
Received: from mail.ietf.org ([4.31.198.44]) by localhost (ietfa.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 3OwepOZM-KOX for <quic-issues@ietfa.amsl.com>; Tue,  8 Jan 2019 16:06:27 -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 D22CF13115E for <quic-issues@ietf.org>; Tue,  8 Jan 2019 16:06:26 -0800 (PST)
Date: Tue, 08 Jan 2019 16:06:25 -0800
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1546992386; bh=JSrlpwrs3s6w5/F4Me6QtRyMqXRigv9mNp1bQCYxN1A=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=1urYZrjzzdk3V6V4s/W6Vb89BKKe7J0IV78m3l+0LNh4jDkdCm+mPnoErkfGVUaGV Iz/026/PhuWM9fpAUBhSiuyxW3El2ddZjzkOQ0UQuNrY82bNWa9/qznZdCkU9pe1D4 cKJblQRoWsz8CM6nF7WnJPAHmw+A/QiixR+/Oagc=
From: Martin Thomson <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+0166e4ab8af091e330be5513b20cc084f4060e705776f00e92cf00000001184cfd0192a169ce174c67a6@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/issue/2165/issue_event/2061692076@github.com>
In-Reply-To: <quicwg/base-drafts/issues/2165@github.com>
References: <quicwg/base-drafts/issues/2165@github.com>
Subject: Re: [quicwg/base-drafts] References in Section 12 are awkward (#2165)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5c353b01f38ff_21d83fa1b28d45bc33527f"; 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/gTdLxhVHm-5aVrWkt2c3iCI3ogM>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
List-Id: Notification list for GitHub issues related to the QUIC WG <quic-issues.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=unsubscribe>
List-Archive: <https://mailarchive.ietf.org/arch/browse/quic-issues/>
List-Post: <mailto:quic-issues@ietf.org>
List-Help: <mailto:quic-issues-request@ietf.org?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, 09 Jan 2019 00:06:29 -0000

----==_mimepart_5c353b01f38ff_21d83fa1b28d45bc33527f
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

Closed #2165 via #2203.

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/quicwg/base-drafts/issues/2165#event-2061692076
----==_mimepart_5c353b01f38ff_21d83fa1b28d45bc33527f
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="390883238" data-permission-text="Issue title is private" data-url="https://github.com/quicwg/base-drafts/issues/2165" data-hovercard-type="issue" data-hovercard-url="/quicwg/base-drafts/issues/2165/hovercard" href="https://github.com/quicwg/base-drafts/issues/2165">#2165</a> via <a class="issue-link js-issue-link" data-error-text="Failed to load issue title" data-id="391945024" data-permission-text="Issue title is private" data-url="https://github.com/quicwg/base-drafts/issues/2203" data-hovercard-type="pull_request" data-hovercard-url="/quicwg/base-drafts/pull/2203/hovercard" href="https://github.com/quicwg/base-drafts/pull/2203">#2203</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/2165#event-2061692076">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AWbkq89st-GSbkQSVhGyphfc6vDd8IGTks5vBTKBgaJpZM4ZShtK">mute the thread</a>.<img src="https://github.com/notifications/beacon/AWbkq8i3gBifKY_6hCyES-H9PTwL0k5Yks5vBTKBgaJpZM4ZShtK.gif" height="1" width="1" alt="" /></p>
<script type="application/json" data-scope="inboxmarkup">{"api_version":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name":"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"https://github.githubassets.com/images/email/message_cards/header.png","avatar_image_url":"https://github.githubassets.com/images/email/message_cards/avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/quicwg/base-drafts"}},"updates":{"snippets":[{"icon":"DESCRIPTION","message":"Closed #2165 via #2203."}],"action":{"name":"View Issue","url":"https://github.com/quicwg/base-drafts/issues/2165#event-2061692076"}}}</script>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/issues/2165#event-2061692076",
"url": "https://github.com/quicwg/base-drafts/issues/2165#event-2061692076",
"name": "View Issue"
},
"description": "View this Issue on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>
----==_mimepart_5c353b01f38ff_21d83fa1b28d45bc33527f--


From nobody Tue Jan  8 16:06:36 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 3926C131208 for <quic-issues@ietfa.amsl.com>; Tue,  8 Jan 2019 16:06:30 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -1.661
X-Spam-Level: 
X-Spam-Status: No, score=-1.661 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIMWL_WL_HIGH=-0.065, 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_PASS=-0.001] autolearn=ham autolearn_force=no
Authentication-Results: ietfa.amsl.com (amavisd-new); dkim=pass (1024-bit key) header.d=github.com
Received: from mail.ietf.org ([4.31.198.44]) by localhost (ietfa.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id R40lLK_roGMb for <quic-issues@ietfa.amsl.com>; Tue,  8 Jan 2019 16:06:28 -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 5178D131205 for <quic-issues@ietf.org>; Tue,  8 Jan 2019 16:06:27 -0800 (PST)
DKIM-Signature: v=1; a=rsa-sha1; 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=pCBlpAf2otiBgzj8iRzWGuiFtOs=; b=SOp+//Sj/XaCR+OQ enuI8Xu+vdB6VHXeudyACUUMbl5cRuP7YblTcchBINrqwAzbix6otMkk1ZbMxEXp dC0P6/HzAvl/awW5jvWK73UH6HQCEpIS7rWdVU05oYDpem/KVBZAm5xAUTsRXrxX LXjhpAHwYgNbREyydY5KJZFfRdI=
Received: by filter0014p1iad2.sendgrid.net with SMTP id filter0014p1iad2-21921-5C353B01-3C 2019-01-09 00:06:25.962646453 +0000 UTC m=+73499.922706922
Received: from github-lowworker-56a5eb2.cp1-iad.github.net (unknown [192.30.252.33]) by ismtpd0049p1iad1.sendgrid.net (SG) with ESMTP id yZUw1WB6S2mzfDZJLhSnZA for <quic-issues@ietf.org>; Wed, 09 Jan 2019 00:06:25.842 +0000 (UTC)
Received: from github.com (localhost [127.0.0.1]) by github-lowworker-56a5eb2.cp1-iad.github.net (Postfix) with ESMTP id CB293C0E0A for <quic-issues@ietf.org>; Tue,  8 Jan 2019 16:06:25 -0800 (PST)
Date: Wed, 09 Jan 2019 00:06:25 +0000 (UTC)
From: Martin Thomson <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+0166e4ab01b6770d6400362e779507492f86eb85ad9c5e0192cf00000001184cfd0192a169ce174c038f@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/issue/2157/issue_event/2061692088@github.com>
In-Reply-To: <quicwg/base-drafts/issues/2157@github.com>
References: <quicwg/base-drafts/issues/2157@github.com>
Subject: Re: [quicwg/base-drafts] Retry is not a long header (#2157)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5c353b01c95e5_45443f96098d45bc2814e2"; 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-SG-EID: l64QuQ2uJCcEyUykJbxN122A6QRmEpucztpreh3Pak1TQzy1zre5kGh1XntXBBG6C9KSteTCb8xg8t rhBK7p2nar57fkJsQAnCOx0bMCOZhG/PklkqQS8xmApWhp5fPKqFST2nP3BVEiGOy/LBUr+Ie1kjjv gdRRylx90cc3sR6CWCOfzTVbSU22b1T3UKrJYuRRKco7xKt32BVG4rLmhOmD3KqJogguvxBZTLNn05 8=
Archived-At: <https://mailarchive.ietf.org/arch/msg/quic-issues/8odGbV8MMN6M3aJTAk5coK-KOQo>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
List-Id: Notification list for GitHub issues related to the QUIC WG <quic-issues.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=unsubscribe>
List-Archive: <https://mailarchive.ietf.org/arch/browse/quic-issues/>
List-Post: <mailto:quic-issues@ietf.org>
List-Help: <mailto:quic-issues-request@ietf.org?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, 09 Jan 2019 00:06:30 -0000

----==_mimepart_5c353b01c95e5_45443f96098d45bc2814e2
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

Closed #2157 via #2203.

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/quicwg/base-drafts/issues/2157#event-2061692088
----==_mimepart_5c353b01c95e5_45443f96098d45bc2814e2
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="390857615" data-permission-text="Issue title is private" data-url="https://github.com/quicwg/base-drafts/issues/2157" data-hovercard-type="issue" data-hovercard-url="/quicwg/base-drafts/issues/2157/hovercard" href="https://github.com/quicwg/base-drafts/issues/2157">#2157</a> via <a class="issue-link js-issue-link" data-error-text="Failed to load issue title" data-id="391945024" data-permission-text="Issue title is private" data-url="https://github.com/quicwg/base-drafts/issues/2203" data-hovercard-type="pull_request" data-hovercard-url="/quicwg/base-drafts/pull/2203/hovercard" href="https://github.com/quicwg/base-drafts/pull/2203">#2203</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/2157#event-2061692088">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AWbkq6F-6HnsgrWnVjRERnxOrDCivPAeks5vBTKBgaJpZM4ZSaiD">mute the thread</a>.<img src="https://github.com/notifications/beacon/AWbkq659rKQJZwxcQoHmdEg6lnl8dil7ks5vBTKBgaJpZM4ZSaiD.gif" height="1" width="1" alt="" /></p>
<script type="application/json" data-scope="inboxmarkup">{"api_version":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name":"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"https://github.githubassets.com/images/email/message_cards/header.png","avatar_image_url":"https://github.githubassets.com/images/email/message_cards/avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/quicwg/base-drafts"}},"updates":{"snippets":[{"icon":"DESCRIPTION","message":"Closed #2157 via #2203."}],"action":{"name":"View Issue","url":"https://github.com/quicwg/base-drafts/issues/2157#event-2061692088"}}}</script>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/issues/2157#event-2061692088",
"url": "https://github.com/quicwg/base-drafts/issues/2157#event-2061692088",
"name": "View Issue"
},
"description": "View this Issue on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>
----==_mimepart_5c353b01c95e5_45443f96098d45bc2814e2--


From nobody Tue Jan  8 16: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 A84B8131209 for <quic-issues@ietfa.amsl.com>; Tue,  8 Jan 2019 16:06:31 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -6.447
X-Spam-Level: 
X-Spam-Status: No, score=-6.447 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIMWL_WL_HIGH=-0.065, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, HTML_IMAGE_ONLY_24=1.618, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-1, RCVD_IN_DNSWL_HI=-5, SPF_PASS=-0.001] autolearn=ham autolearn_force=no
Authentication-Results: ietfa.amsl.com (amavisd-new); dkim=pass (1024-bit key) header.d=github.com
Received: from mail.ietf.org ([4.31.198.44]) by localhost (ietfa.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 5uqu-J9fGGm5 for <quic-issues@ietfa.amsl.com>; Tue,  8 Jan 2019 16:06: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 D682B12D4ED for <quic-issues@ietf.org>; Tue,  8 Jan 2019 16:06:27 -0800 (PST)
Date: Tue, 08 Jan 2019 16:06:26 -0800
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1546992386; bh=0Wnc9TpsctK0JrjqtETc35312G577amvGQdd3ehKpD4=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=hqHrRXWEM6/bmnUi+2taQk2QqP4Gn/+3vx8Z8Wm1ZFTnPuZHrkgxqYXBfvHxcwUvz /ywIMKzqJGHmD2AYh/FZTnbzIC/Qgzjhtumf8NbsOjHm7seBScShymJeGvqSuTMn4q FeQKEBSh+Hvf4lYcaZZ+b/Qf1jG7ihJAD0aFKxTc=
From: Martin Thomson <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+0166e4ab90c44518495eeccba7a3d5c13ba882524e4e228892cf00000001184cfd0292a169ce175c9b40@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/pull/2203/issue_event/2061692063@github.com>
In-Reply-To: <quicwg/base-drafts/pull/2203@github.com>
References: <quicwg/base-drafts/pull/2203@github.com>
Subject: Re: [quicwg/base-drafts] Rearrange Packet Types section and references (#2203)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5c353b02e48e2_13dd3fbb034d45c4154798"; 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/OAOB09-doo5jMMT-abBfaauSNUg>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
List-Id: Notification list for GitHub issues related to the QUIC WG <quic-issues.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=unsubscribe>
List-Archive: <https://mailarchive.ietf.org/arch/browse/quic-issues/>
List-Post: <mailto:quic-issues@ietf.org>
List-Help: <mailto:quic-issues-request@ietf.org?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, 09 Jan 2019 00:06:32 -0000

----==_mimepart_5c353b02e48e2_13dd3fbb034d45c4154798
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

Merged #2203 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/2203#event-2061692063
----==_mimepart_5c353b02e48e2_13dd3fbb034d45c4154798
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="391945024" data-permission-text="Issue title is private" data-url="https://github.com/quicwg/base-drafts/issues/2203" data-hovercard-type="pull_request" data-hovercard-url="/quicwg/base-drafts/pull/2203/hovercard" href="https://github.com/quicwg/base-drafts/pull/2203">#2203</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/2203#event-2061692063">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AWbkq3BjndqmPLQ5i_3nQKXcnXvyYvpGks5vBTKCgaJpZM4ZXXnl">mute the thread</a>.<img src="https://github.com/notifications/beacon/AWbkq-sv2lpmjIQZFRm3NJYKQYngOsuaks5vBTKCgaJpZM4ZXXnl.gif" height="1" width="1" alt="" /></p>
<script type="application/json" data-scope="inboxmarkup">{"api_version":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name":"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"https://github.githubassets.com/images/email/message_cards/header.png","avatar_image_url":"https://github.githubassets.com/images/email/message_cards/avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/quicwg/base-drafts"}},"updates":{"snippets":[{"icon":"DESCRIPTION","message":"Merged #2203 into master."}],"action":{"name":"View Pull Request","url":"https://github.com/quicwg/base-drafts/pull/2203#event-2061692063"}}}</script>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/pull/2203#event-2061692063",
"url": "https://github.com/quicwg/base-drafts/pull/2203#event-2061692063",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>
----==_mimepart_5c353b02e48e2_13dd3fbb034d45c4154798--


From nobody Tue Jan  8 16:08:38 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 8C7A213123E for <quic-issues@ietfa.amsl.com>; Tue,  8 Jan 2019 16:08:31 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -1.447
X-Spam-Level: 
X-Spam-Status: No, score=-1.447 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIMWL_WL_HIGH=-0.065, DKIM_SIGNED=0.1, DKIM_VALID=-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_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 Zb0nRi47M6VC for <quic-issues@ietfa.amsl.com>; Tue,  8 Jan 2019 16:08:30 -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 C0AEC13121C for <quic-issues@ietf.org>; Tue,  8 Jan 2019 16:08:29 -0800 (PST)
DKIM-Signature: v=1; a=rsa-sha1; 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=nN4e49qx5SegPKhkYyE003Za8Nw=; b=gYwcg+/wzOXJrgoH xruOHLy9IvRGzeT0uoUBvlkjAwq7ZSTNUkTKrX+FgQQwqegn33Bw77q8YA+z6/S7 06udq+WQKrVCQz0eVG13xoHX/djBbrw20E/VM2CiM3DLb0LaeCK7F8HdfafF2SSa 81sYGe8HTrGTOaTnJkURfjNu1i8=
Received: by filter0218p1iad2.sendgrid.net with SMTP id filter0218p1iad2-26326-5C353B7C-10 2019-01-09 00:08:28.395999261 +0000 UTC m=+73870.707827489
Received: from github-lowworker-e51511d.cp1-iad.github.net (unknown [192.30.252.34]) by ismtpd0008p1iad1.sendgrid.net (SG) with ESMTP id iIdNeACeQnCGu4dHFcNRuA for <quic-issues@ietf.org>; Wed, 09 Jan 2019 00:08:28.290 +0000 (UTC)
Received: from github.com (localhost [127.0.0.1]) by github-lowworker-e51511d.cp1-iad.github.net (Postfix) with ESMTP id 45A2280D0B for <quic-issues@ietf.org>; Tue,  8 Jan 2019 16:08:28 -0800 (PST)
Date: Wed, 09 Jan 2019 00:08:28 +0000 (UTC)
From: Martin Thomson <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+0166e4abf87e7d70d3f990cb11a34950722fdaea8c6b675d92cf00000001184cfd7c92a169ce179bc9fb@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/pull/2295/issue_event/2061700034@github.com>
In-Reply-To: <quicwg/base-drafts/pull/2295@github.com>
References: <quicwg/base-drafts/pull/2295@github.com>
Subject: Re: [quicwg/base-drafts] Move some long header fields to more appropriate definitions (#2295)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5c353b7c43c8e_3c9b3f962d6d45b8123979"; 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-SG-EID: l64QuQ2uJCcEyUykJbxN122A6QRmEpucztpreh3Pak3NEnkOhCH6WOqPEIubSJwBuO7zDN2WYdJCso I5aYvTRNMEhexH/VWHOCQZhAmjOic+i11DR7sBpG7OwU7wGdhsuILQZuiQFjVMPjv/QH7zn0MZFshn LFqEznHKsFaNgkq0T0oT2yNqClX14Z066EQ4994PcPiRdCiVD97f6/AgxqL645yU2TedRmppnyAYW5 4=
Archived-At: <https://mailarchive.ietf.org/arch/msg/quic-issues/xWnUk2OXp31UjSqFJuEtEIw8gOY>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
List-Id: Notification list for GitHub issues related to the QUIC WG <quic-issues.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=unsubscribe>
List-Archive: <https://mailarchive.ietf.org/arch/browse/quic-issues/>
List-Post: <mailto:quic-issues@ietf.org>
List-Help: <mailto:quic-issues-request@ietf.org?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, 09 Jan 2019 00:08:36 -0000

----==_mimepart_5c353b7c43c8e_3c9b3f962d6d45b8123979
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

Closed #2295.

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/quicwg/base-drafts/pull/2295#event-2061700034
----==_mimepart_5c353b7c43c8e_3c9b3f962d6d45b8123979
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="396085755" data-permission-text="Issue title is private" data-url="https://github.com/quicwg/base-drafts/issues/2295" data-hovercard-type="pull_request" data-hovercard-url="/quicwg/base-drafts/pull/2295/hovercard" href="https://github.com/quicwg/base-drafts/pull/2295">#2295</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/2295#event-2061700034">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AWbkq8PepXq8EMCkqdzK8oYWp_odgXXzks5vBTL8gaJpZM4Zt7M5">mute the thread</a>.<img src="https://github.com/notifications/beacon/AWbkqzvmwGOGDCS_4S0oecHdJOs6mv2kks5vBTL8gaJpZM4Zt7M5.gif" height="1" width="1" alt="" /></p>
<script type="application/json" data-scope="inboxmarkup">{"api_version":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name":"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"https://github.githubassets.com/images/email/message_cards/header.png","avatar_image_url":"https://github.githubassets.com/images/email/message_cards/avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/quicwg/base-drafts"}},"updates":{"snippets":[{"icon":"DESCRIPTION","message":"Closed #2295."}],"action":{"name":"View Pull Request","url":"https://github.com/quicwg/base-drafts/pull/2295#event-2061700034"}}}</script>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/pull/2295#event-2061700034",
"url": "https://github.com/quicwg/base-drafts/pull/2295#event-2061700034",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>
----==_mimepart_5c353b7c43c8e_3c9b3f962d6d45b8123979--


From nobody Tue Jan  8 16: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 85875131207 for <quic-issues@ietfa.amsl.com>; Tue,  8 Jan 2019 16:10:38 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -8.065
X-Spam-Level: 
X-Spam-Status: No, score=-8.065 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIMWL_WL_HIGH=-0.065, 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_PASS=-0.001] autolearn=ham autolearn_force=no
Authentication-Results: ietfa.amsl.com (amavisd-new); dkim=pass (1024-bit key) header.d=github.com
Received: from mail.ietf.org ([4.31.198.44]) by localhost (ietfa.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id FQJeiQadZRCY for <quic-issues@ietfa.amsl.com>; Tue,  8 Jan 2019 16:10: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 B01C212D4ED for <quic-issues@ietf.org>; Tue,  8 Jan 2019 16:10:36 -0800 (PST)
Date: Tue, 08 Jan 2019 16:10:35 -0800
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1546992635; bh=e4zJ/gUgw2Fmh7MO/O4+Nk4/DkgWemVSbZYuVAT3xyU=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=K9hF/jvPK1nuXNpt6GLhktbeXbpltUknYJIhpqeJqF2veq6BKWMju10b9r69YNYdw S3OmkFdYhfRJFYJK7vMKU93B3Nvs/zpKP7ZPZNKwTvWhS068TCyPZI5n+mw64Fau2h wzTuRMbQTc8tr2e4ocmKOvWySgxpMvIZ7HOLGT4A=
From: Martin Thomson <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+0166e4abfd23ddb68d284b6b8d53a11d2490ebef23d03fca92cf00000001184cfdfb92a169ce178a377a@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/pull/2280/review/190515153@github.com>
In-Reply-To: <quicwg/base-drafts/pull/2280@github.com>
References: <quicwg/base-drafts/pull/2280@github.com>
Subject: Re: [quicwg/base-drafts] Clarify Actions on nonzero Reserved Bits (#2280)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5c353bfbc3b44_59863fcc0a0d45c416491a"; 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/-nFAXHAI1hbW3yQaFJzOhOlQJUY>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
List-Id: Notification list for GitHub issues related to the QUIC WG <quic-issues.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=unsubscribe>
List-Archive: <https://mailarchive.ietf.org/arch/browse/quic-issues/>
List-Post: <mailto:quic-issues@ietf.org>
List-Help: <mailto:quic-issues-request@ietf.org?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, 09 Jan 2019 00:10:39 -0000

----==_mimepart_5c353bfbc3b44_59863fcc0a0d45c416491a
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

martinthomson commented on this pull request.

I think that mentioning both types of protection is fine, but the parenthetical was a little strange.

> @@ -3402,9 +3402,10 @@ Reserved Bits (R):
 
 : The next two bits (those with a mask of 0x0c) of byte 0 are reserved.  These
   bits are protected using header protection (see Section 5.4 of {{QUIC-TLS}}).
-  The value included prior to protection MUST be set to 0.  An endpoint MUST
-  treat receipt of a packet that has a non-zero value for these bits after
-  removing protection as a connection error of type PROTOCOL_VIOLATION.
+  The value included prior to protection MUST be set to 0.  An endpoint MUST treat
+  receipt of a packet that has a non-zero value for these bits after removing
+  packet (not just header) protection as a connection error of type

It's both.  My suggestion would be:

```suggestion
  packet and header protection as a connection error of type
```

> @@ -3529,8 +3530,8 @@ Reserved Bits (R):
   bits are protected using header protection (see Section 5.4 of
   {{QUIC-TLS}}).  The value included prior to protection MUST be set to 0.  An
   endpoint MUST treat receipt of a packet that has a non-zero value for these
-  bits after removing protection as a connection error of type
-  PROTOCOL_VIOLATION.
+  bits after removing packet (not just header) protection as a connection error

```suggestion
  bits after removing packet and header protection as a 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/2280#pullrequestreview-190515153
----==_mimepart_5c353bfbc3b44_59863fcc0a0d45c416491a
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>I think that mentioning both types of protection is fine, but the pare=
nthetical was a little strange.</p><hr>=0D
=0D
<p>In <a href=3D"https://github.com/quicwg/base-drafts/pull/2280#discussi=
on_r246213592">draft-ietf-quic-transport.md</a>:</p>=0D
<pre style=3D'color:#555'>&gt; @@ -3402,9 +3402,10 @@ Reserved Bits (R):=0D=

 =0D
 : The next two bits (those with a mask of 0x0c) of byte 0 are reserved. =
 These=0D
   bits are protected using header protection (see Section 5.4 of {{QUIC-=
TLS}}).=0D
-  The value included prior to protection MUST be set to 0.  An endpoint =
MUST=0D
-  treat receipt of a packet that has a non-zero value for these bits aft=
er=0D
-  removing protection as a connection error of type PROTOCOL_VIOLATION.=0D=

+  The value included prior to protection MUST be set to 0.  An endpoint =
MUST treat=0D
+  receipt of a packet that has a non-zero value for these bits after rem=
oving=0D
+  packet (not just header) protection as a connection error of type=0D
</pre>=0D
<p>It's both.  My suggestion would be:</p>=0D
=E2=AC=87=EF=B8=8F Suggested change=0D
<pre style=3D"color: #555">-  packet (not just header) protection as a co=
nnection error of type=0D
+  packet and header protection as a connection error of type=0D
</pre>=0D
=0D
=0D
<hr>=0D
=0D
<p>In <a href=3D"https://github.com/quicwg/base-drafts/pull/2280#discussi=
on_r246213617">draft-ietf-quic-transport.md</a>:</p>=0D
<pre style=3D'color:#555'>&gt; @@ -3529,8 +3530,8 @@ Reserved Bits (R):=0D=

   bits are protected using header protection (see Section 5.4 of=0D
   {{QUIC-TLS}}).  The value included prior to protection MUST be set to =
0.  An=0D
   endpoint MUST treat receipt of a packet that has a non-zero value for =
these=0D
-  bits after removing protection as a connection error of type=0D
-  PROTOCOL_VIOLATION.=0D
+  bits after removing packet (not just header) protection as a connectio=
n error=0D
</pre>=0D
=E2=AC=87=EF=B8=8F Suggested change=0D
<pre style=3D"color: #555">-  bits after removing packet (not just header=
) protection as a connection error=0D
+  bits after removing packet and header protection as a connection error=
=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/2280#pullrequestreview-190515153">view it on GitHub</=
a>, or <a href=3D"https://github.com/notifications/unsubscribe-auth/AWbkq=
9ZLRRrI7bF0-3bZPXOs2RvTvMNRks5vBTN7gaJpZM4ZlOXd">mute the thread</a>.<img=
 src=3D"https://github.com/notifications/beacon/AWbkqyKbs3eoKKfaGbkUoViEX=
4rBMIzlks5vBTN7gaJpZM4ZlOXd.gif" height=3D"1" width=3D"1" alt=3D"" /></p>=
=0D
<script type=3D"application/json" data-scope=3D"inboxmarkup">{"api_versio=
n":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name"=
:"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"=
quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"http=
s://github.githubassets.com/images/email/message_cards/header.png","avata=
r_image_url":"https://github.githubassets.com/images/email/message_cards/=
avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/q=
uicwg/base-drafts"}},"updates":{"snippets":[{"icon":"PERSON","message":"@=
martinthomson commented on #2280"}],"action":{"name":"View Pull Request",=
"url":"https://github.com/quicwg/base-drafts/pull/2280#pullrequestreview-=
190515153"}}}</script>=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/2280#pullrequestrev=
iew-190515153",=0D
"url": "https://github.com/quicwg/base-drafts/pull/2280#pullrequestreview=
-190515153",=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_5c353bfbc3b44_59863fcc0a0d45c416491a--


From nobody Tue Jan  8 16:16: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 7EDD8131251 for <quic-issues@ietfa.amsl.com>; Tue,  8 Jan 2019 16:16:04 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -6.519
X-Spam-Level: 
X-Spam-Status: No, score=-6.519 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIMWL_WL_HIGH=-0.065, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, HTML_IMAGE_ONLY_20=1.546, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-1, RCVD_IN_DNSWL_HI=-5, SPF_PASS=-0.001] autolearn=ham autolearn_force=no
Authentication-Results: ietfa.amsl.com (amavisd-new); dkim=pass (1024-bit key) header.d=github.com
Received: from mail.ietf.org ([4.31.198.44]) by localhost (ietfa.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id hBg4M2iEFBuu for <quic-issues@ietfa.amsl.com>; Tue,  8 Jan 2019 16:16: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 BABA7131228 for <quic-issues@ietf.org>; Tue,  8 Jan 2019 16:16:02 -0800 (PST)
Date: Tue, 08 Jan 2019 16:16:01 -0800
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1546992961; bh=5XcxInRAx3cdmCTZl7fNKBQ/PubxfgYZfva+cDS4qyk=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=KClIjWd8Uz+j+EBBtekGvKRoZInvszvLT4enja1GWP0m8h0Mzw95yrn6LlIvbcv/C wKleCmW6T4bYziHBI7rRV4s/PxoUqrMV2uA4/l5JG6drpRJnU7HO6SIbb8VhMgVu+v ZLl2EjSqyS/lUPSd21YYLa9EGUdjjqcDXKJ5xs/0=
From: Martin Thomson <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+0166e4abb3266c8ca247e604bce56eb732e87edfa5296fae92cf00000001184cff4192a169ce17a52f1e@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/pull/2314/c452510863@github.com>
In-Reply-To: <quicwg/base-drafts/pull/2314@github.com>
References: <quicwg/base-drafts/pull/2314@github.com>
Subject: Re: [quicwg/base-drafts] Elaborate on the ALPN requirement (#2314)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5c353d41dadc5_354e3fde060d45c07022e"; 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/6Erq_W3eOHqGUovFoaSUadf0vFc>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
List-Id: Notification list for GitHub issues related to the QUIC WG <quic-issues.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=unsubscribe>
List-Archive: <https://mailarchive.ietf.org/arch/browse/quic-issues/>
List-Post: <mailto:quic-issues@ietf.org>
List-Help: <mailto:quic-issues-request@ietf.org?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, 09 Jan 2019 00:16:09 -0000

----==_mimepart_5c353d41dadc5_354e3fde060d45c07022e
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

Thanks Victor.  I've made a few tweaks when I merged this manually.

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/quicwg/base-drafts/pull/2314#issuecomment-452510863
----==_mimepart_5c353d41dadc5_354e3fde060d45c07022e
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

<p>Thanks Victor.  I've made a few tweaks when I merged this manually.</p>

<p style="font-size:small;-webkit-text-size-adjust:none;color:#666;">&mdash;<br />You are receiving this because you are subscribed to this thread.<br />Reply to this email directly, <a href="https://github.com/quicwg/base-drafts/pull/2314#issuecomment-452510863">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AWbkq5ySBtWskyIr4hXF6x5U4Y-WdHMaks5vBTTBgaJpZM4Z0iul">mute the thread</a>.<img src="https://github.com/notifications/beacon/AWbkq2Uzkl7WvDdIH2QJhImEnY6-Nethks5vBTTBgaJpZM4Z0iul.gif" height="1" width="1" alt="" /></p>
<script type="application/json" data-scope="inboxmarkup">{"api_version":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name":"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"https://github.githubassets.com/images/email/message_cards/header.png","avatar_image_url":"https://github.githubassets.com/images/email/message_cards/avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/quicwg/base-drafts"}},"updates":{"snippets":[{"icon":"PERSON","message":"@martinthomson in #2314: Thanks Victor.  I've made a few tweaks when I merged this manually."}],"action":{"name":"View Pull Request","url":"https://github.com/quicwg/base-drafts/pull/2314#issuecomment-452510863"}}}</script>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/pull/2314#issuecomment-452510863",
"url": "https://github.com/quicwg/base-drafts/pull/2314#issuecomment-452510863",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>
----==_mimepart_5c353d41dadc5_354e3fde060d45c07022e--


From nobody Tue Jan  8 16:16: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 0DD33131263 for <quic-issues@ietfa.amsl.com>; Tue,  8 Jan 2019 16:16:06 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -6.447
X-Spam-Level: 
X-Spam-Status: No, score=-6.447 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIMWL_WL_HIGH=-0.065, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, HTML_IMAGE_ONLY_24=1.618, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-1, RCVD_IN_DNSWL_HI=-5, SPF_PASS=-0.001] autolearn=ham autolearn_force=no
Authentication-Results: ietfa.amsl.com (amavisd-new); dkim=pass (1024-bit key) header.d=github.com
Received: from mail.ietf.org ([4.31.198.44]) by localhost (ietfa.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id qoVISwLGUnMr for <quic-issues@ietfa.amsl.com>; Tue,  8 Jan 2019 16:16: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 12E8513122F for <quic-issues@ietf.org>; Tue,  8 Jan 2019 16:16:04 -0800 (PST)
Date: Tue, 08 Jan 2019 16:16:03 -0800
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1546992963; bh=cldsKnH8cIiRSHmwBuo78SeCJV5qVjoXa6g3isAj3Pw=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=hRDwYkdM4G7UkM4PINcXgF6IMrPCQOi2DcP0LprS2i54L5iUpwbQTNzS/zYJjb7G5 lyXuZ7NtTidmm/y9K5JFGxAEDdstu8Dg9YkgxyvsTV9+aWxCdiNdF8BmZc33l3s4Di gt6SuS69JcTcFcB7x8MfRcVoNw8phsJ1YUw/zonc=
From: Martin Thomson <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+0166e4ab93a97e47ff635b594d4d2880ac636876795f4a5b92cf00000001184cff4392a169ce17a52f1e@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/pull/2314/issue_event/2061721939@github.com>
In-Reply-To: <quicwg/base-drafts/pull/2314@github.com>
References: <quicwg/base-drafts/pull/2314@github.com>
Subject: Re: [quicwg/base-drafts] Elaborate on the ALPN requirement (#2314)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5c353d432b9f7_af23f81d82d45bc79790"; 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/Idn6YtYzJ4snUOVxOJ6K4E0_TDA>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
List-Id: Notification list for GitHub issues related to the QUIC WG <quic-issues.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=unsubscribe>
List-Archive: <https://mailarchive.ietf.org/arch/browse/quic-issues/>
List-Post: <mailto:quic-issues@ietf.org>
List-Help: <mailto:quic-issues-request@ietf.org?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, 09 Jan 2019 00:16:11 -0000

----==_mimepart_5c353d432b9f7_af23f81d82d45bc79790
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

Closed #2314.

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/quicwg/base-drafts/pull/2314#event-2061721939
----==_mimepart_5c353d432b9f7_af23f81d82d45bc79790
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="396701470" data-permission-text="Issue title is private" data-url="https://github.com/quicwg/base-drafts/issues/2314" data-hovercard-type="pull_request" data-hovercard-url="/quicwg/base-drafts/pull/2314/hovercard" href="https://github.com/quicwg/base-drafts/pull/2314">#2314</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/2314#event-2061721939">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AWbkq4ihRNE81Jql4p9wj9YAm82BevpBks5vBTTDgaJpZM4Z0iul">mute the thread</a>.<img src="https://github.com/notifications/beacon/AWbkqyL96-8l7rvoWEpGN2KhTKWPCJ6Zks5vBTTDgaJpZM4Z0iul.gif" height="1" width="1" alt="" /></p>
<script type="application/json" data-scope="inboxmarkup">{"api_version":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name":"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"https://github.githubassets.com/images/email/message_cards/header.png","avatar_image_url":"https://github.githubassets.com/images/email/message_cards/avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/quicwg/base-drafts"}},"updates":{"snippets":[{"icon":"DESCRIPTION","message":"Closed #2314."}],"action":{"name":"View Pull Request","url":"https://github.com/quicwg/base-drafts/pull/2314#event-2061721939"}}}</script>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/pull/2314#event-2061721939",
"url": "https://github.com/quicwg/base-drafts/pull/2314#event-2061721939",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>
----==_mimepart_5c353d432b9f7_af23f81d82d45bc79790--


From nobody Tue Jan  8 16:18: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 272E6131205 for <quic-issues@ietfa.amsl.com>; Tue,  8 Jan 2019 16:18:51 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -8.064
X-Spam-Level: 
X-Spam-Status: No, score=-8.064 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIMWL_WL_HIGH=-0.065, 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_PASS=-0.001] autolearn=ham autolearn_force=no
Authentication-Results: ietfa.amsl.com (amavisd-new); dkim=pass (1024-bit key) header.d=github.com
Received: from mail.ietf.org ([4.31.198.44]) by localhost (ietfa.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id qFyFazpr57jC for <quic-issues@ietfa.amsl.com>; Tue,  8 Jan 2019 16:18: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 763B912D4ED for <quic-issues@ietf.org>; Tue,  8 Jan 2019 16:18:48 -0800 (PST)
Date: Tue, 08 Jan 2019 16:18:47 -0800
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1546993127; bh=46UOATASIf/ZgyzHhblmrp0aurzJ6pblmo5INa1bwE0=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=cQoZpFhblG0Kmta/MmlDbBoUT2r8IQGsLl6+YFj8hRmWYS7SpifgturN1leUPJI54 MpaVS3wXvDaNcAzc6L6yzyidG6N8+n1MgDsrHBxFxSuy2zWGdzrCJcWEXHACVa3cGk 22tDrgMOs51i2cZIHsLqLwj+JBNVLvQprFs46sB0=
From: Mike Bishop <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+0166e4ab7f0b1db927fe36c2562c3142e6ff930eb61ddc7792cf00000001184cffe792a169ce17a48a98@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/pull/2313/c452511356@github.com>
In-Reply-To: <quicwg/base-drafts/pull/2313@github.com>
References: <quicwg/base-drafts/pull/2313@github.com>
Subject: Re: [quicwg/base-drafts] Proposal to make Version Negotiation more like Retry to punt VN to QUICv2 (#2313)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5c353de79a7eb_4ce53fa2172d45bc23847"; 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/Y_ThSzloATCSLxEdn1zo-Ni7RxI>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
List-Id: Notification list for GitHub issues related to the QUIC WG <quic-issues.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=unsubscribe>
List-Archive: <https://mailarchive.ietf.org/arch/browse/quic-issues/>
List-Post: <mailto:quic-issues@ietf.org>
List-Help: <mailto:quic-issues-request@ietf.org?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, 09 Jan 2019 00:18:51 -0000

----==_mimepart_5c353de79a7eb_4ce53fa2172d45bc23847
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

My issue with this general approach is that VN is currently part of the invariants.  (Or otherwise framed, VN is the only packet defined by QUIC version zero.)  If we want to support versions which aren't mutually intelligible, it basically has to be version-independent.  If you're only writing in the Transport document, the PR probably doesn't have the necessary contents yet.

Further, I think we as a WG need to return to our basic principles in VN and agree on those first -- we have too many designs being tossed around fueled by different assumptions.

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/quicwg/base-drafts/pull/2313#issuecomment-452511356
----==_mimepart_5c353de79a7eb_4ce53fa2172d45bc23847
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: quoted-printable

<p>My issue with this general approach is that VN is currently part of th=
e invariants.  (Or otherwise framed, VN is the only packet defined by QUI=
C version zero.)  If we want to support versions which aren't mutually in=
telligible, it basically has to be version-independent.  If you're only w=
riting in the Transport document, the PR probably doesn't have the necess=
ary contents yet.</p>
<p>Further, I think we as a WG need to return to our basic principles in =
VN and agree on those first -- we have too many designs being tossed arou=
nd fueled by different assumptions.</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/pull/2313#issuecomment-452511356">view it on GitHub</a>, o=
r <a href=3D"https://github.com/notifications/unsubscribe-auth/AWbkq1HodN=
Uq_rYPDhuNbAiT-xtv62SDks5vBTVngaJpZM4Z0W3R">mute the thread</a>.<img src=3D=
"https://github.com/notifications/beacon/AWbkq66vMyCJVqycbMDk4yiim9ePTGy7=
ks5vBTVngaJpZM4Z0W3R.gif" height=3D"1" width=3D"1" alt=3D"" /></p>
<script type=3D"application/json" data-scope=3D"inboxmarkup">{"api_versio=
n":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name"=
:"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"=
quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"http=
s://github.githubassets.com/images/email/message_cards/header.png","avata=
r_image_url":"https://github.githubassets.com/images/email/message_cards/=
avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/q=
uicwg/base-drafts"}},"updates":{"snippets":[{"icon":"PERSON","message":"@=
MikeBishop in #2313: My issue with this general approach is that VN is cu=
rrently part of the invariants.  (Or otherwise framed, VN is the only pac=
ket defined by QUIC version zero.)  If we want to support versions which =
aren't mutually intelligible, it basically has to be version-independent.=
  If you're only writing in the Transport document, the PR probably doesn=
't have the necessary contents yet.\r\n\r\nFurther, I think we as a WG ne=
ed to return to our basic principles in VN and agree on those first -- we=
 have too many designs being tossed around fueled by different assumption=
s."}],"action":{"name":"View Pull Request","url":"https://github.com/quic=
wg/base-drafts/pull/2313#issuecomment-452511356"}}}</script>
<script type=3D"application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/pull/2313#issuecomment-4=
52511356",
"url": "https://github.com/quicwg/base-drafts/pull/2313#issuecomment-4525=
11356",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>=

----==_mimepart_5c353de79a7eb_4ce53fa2172d45bc23847--


From nobody Tue Jan  8 16:22: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 A809B131205 for <quic-issues@ietfa.amsl.com>; Tue,  8 Jan 2019 16:22:17 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -6.519
X-Spam-Level: 
X-Spam-Status: No, score=-6.519 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIMWL_WL_HIGH=-0.065, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, HTML_IMAGE_ONLY_20=1.546, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-1, RCVD_IN_DNSWL_HI=-5, SPF_PASS=-0.001] autolearn=ham autolearn_force=no
Authentication-Results: ietfa.amsl.com (amavisd-new); dkim=pass (1024-bit key) header.d=github.com
Received: from mail.ietf.org ([4.31.198.44]) by localhost (ietfa.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id K0usWO6A0RUr for <quic-issues@ietfa.amsl.com>; Tue,  8 Jan 2019 16:22: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 C970812D4ED for <quic-issues@ietf.org>; Tue,  8 Jan 2019 16:22:15 -0800 (PST)
Date: Tue, 08 Jan 2019 16:22:14 -0800
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1546993334; bh=j05sWxsd9yrtA3oKKVbvGy+YrWrCuAYU91+pmwLp0xM=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=0pcdIMRoh0W/Xuv1nr79RetxWILDP5zjcktQH5YZjBp1jsFyZsuVa8YH01NjOAv6j zYfVLmypDcGvbf2hGjMZsKm//nYMqlNPFMHFsi30p0MqxDF7mcsV0N9tq/7ImhlStW hHUzPSjVZtRQLGYJqVwEm1mxLcfdP9AYRRTsEJ9k=
From: Mike Bishop <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+0166e4abc999c0a6dc811cb7786417691b2f95fb7115d91792cf00000001184d00b692a169ce179bec73@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/pull/2296/review/190517595@github.com>
In-Reply-To: <quicwg/base-drafts/pull/2296@github.com>
References: <quicwg/base-drafts/pull/2296@github.com>
Subject: Re: [quicwg/base-drafts] Allow servers to send a preferred address of each address family (#2296)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5c353eb6e0060_48b43facffcd45c472753"; 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/8vCfD3gra3RtTm0YZDSR56Vv_Wc>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
List-Id: Notification list for GitHub issues related to the QUIC WG <quic-issues.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=unsubscribe>
List-Archive: <https://mailarchive.ietf.org/arch/browse/quic-issues/>
List-Post: <mailto:quic-issues@ietf.org>
List-Help: <mailto:quic-issues-request@ietf.org?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, 09 Jan 2019 00:22:18 -0000

----==_mimepart_5c353eb6e0060_48b43facffcd45c472753
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/2296#pullrequestreview-190517595
----==_mimepart_5c353eb6e0060_48b43facffcd45c472753
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/2296#pullrequestreview-190517595">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AWbkq9LrNQdAWmOEC1RtxawAOBusc6hZks5vBTY2gaJpZM4ZuHR_">mute the thread</a>.<img src="https://github.com/notifications/beacon/AWbkq3gOwT50_vif9rfrq47714-1X-dpks5vBTY2gaJpZM4ZuHR_.gif" height="1" width="1" alt="" /></p>
<script type="application/json" data-scope="inboxmarkup">{"api_version":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name":"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"https://github.githubassets.com/images/email/message_cards/header.png","avatar_image_url":"https://github.githubassets.com/images/email/message_cards/avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/quicwg/base-drafts"}},"updates":{"snippets":[{"icon":"PERSON","message":"@MikeBishop approved #2296"}],"action":{"name":"View Pull Request","url":"https://github.com/quicwg/base-drafts/pull/2296#pullrequestreview-190517595"}}}</script>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/pull/2296#pullrequestreview-190517595",
"url": "https://github.com/quicwg/base-drafts/pull/2296#pullrequestreview-190517595",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>
----==_mimepart_5c353eb6e0060_48b43facffcd45c472753--


From nobody Tue Jan  8 16: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 B5C8412D4ED for <quic-issues@ietfa.amsl.com>; Tue,  8 Jan 2019 16:47:37 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -8.065
X-Spam-Level: 
X-Spam-Status: No, score=-8.065 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIMWL_WL_HIGH=-0.065, 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_PASS=-0.001] autolearn=ham autolearn_force=no
Authentication-Results: ietfa.amsl.com (amavisd-new); dkim=pass (1024-bit key) header.d=github.com
Received: from mail.ietf.org ([4.31.198.44]) by localhost (ietfa.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id uVhtW-Cw8f8T for <quic-issues@ietfa.amsl.com>; Tue,  8 Jan 2019 16:47: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 10834124408 for <quic-issues@ietf.org>; Tue,  8 Jan 2019 16:47:35 -0800 (PST)
Date: Tue, 08 Jan 2019 16:47:33 -0800
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1546994853; bh=bnKNPfHGV8xmnMICMH22rwu1s2mMaxkwoi0VHn5be5k=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=Xj71UbSIuut7s642+89aVF1rkUftFrC0ZnxNxg5Qi38Hb8HpGdwMGuJlfh1VBKxnF toKYqUGqeTyGWMZsZsrw1lfRZZSPcqdHsCTHvM9dEmR9XVTmzC7cl2fL62oC6Wg7GX 59GUnM4Z4SukPtHs8LsPehq34bY+WaYcobn+A0g4=
From: afrind <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+0166e4ab4d12aff0df3e347fd98a8d386ed382354603be8e92cf00000001184d06a592a169ce17392ee3@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/pull/2111/review/190497904@github.com>
In-Reply-To: <quicwg/base-drafts/pull/2111@github.com>
References: <quicwg/base-drafts/pull/2111@github.com>
Subject: Re: [quicwg/base-drafts] Use "Insert Count" rather than "Largest Reference" (#2111)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5c3544a5de42b_47e93fbe01ed45b4156665"; 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/wvxbT5DK8ZELw9MjrMRN_zUcS3c>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
List-Id: Notification list for GitHub issues related to the QUIC WG <quic-issues.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=unsubscribe>
List-Archive: <https://mailarchive.ietf.org/arch/browse/quic-issues/>
List-Post: <mailto:quic-issues@ietf.org>
List-Help: <mailto:quic-issues-request@ietf.org?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, 09 Jan 2019 00:47:38 -0000

----==_mimepart_5c3544a5de42b_47e93fbe01ed45b4156665
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

afrind commented on this pull request.

I'm not crazy about just 'Base'.  Does 'Base Count' or 'Base Insert Count' read any better to you?

>  
 When blocking references are permitted, the encoder uses header block
-acknowledgement to identify the Largest Known Received index, as described in
+acknowledgement to identify the Known Received Count, as described in

s/identify/maintain/ ?

>  
 ~~~~~ drawing
-             Base Index
-                 |
-                 V
+ Required
+  Insert
+  Count      Base
+    |         |
+    V         V

I would still have these point at the boxes (where the numbers are) rather than the lines.

>  
 ~~~~~ drawing
-             Base Index
-                 |
-                 V
+ Required
+  Insert
+  Count      Base
+    |         |
+    V         V

Also, not sure we need Required Insert Count in this drawing.  The section is describing relative indexing so it's not really adding anything?

>  
-`Largest Reference` identifies the largest absolute dynamic index referenced in
-the block.  Blocking decoders use the Largest Reference to determine when it is
-safe to process the rest of the block.  If Largest Reference is greater than
-zero, the encoder transforms it as follows before encoding:
+#### Required Insert Count {#ric}
+
+Required Insert Count identifies the state of the dynamic table needed to
+process the header block successfully.  Blocking decoders use the Required

Does 'successfully' add much here?

> @@ -923,10 +961,9 @@ header field name matches the header field name of an entry stored in the static
 table or the dynamic table.
 
 If the entry is in the static table, or in the dynamic table with an absolute
-index less than or equal to Base Index, this representation starts with the '01'
-two-bit pattern.  If the entry is in the dynamic table with an absolute index
-greater than Base Index, the representation starts with the '0000' four-bit
-pattern.
+index less than the Base, this representation starts with the '01' two-bit
+pattern.  If the entry is in the dynamic table with an absolute index greater
+than the Base, the representation starts with the '0000' four-bit pattern.

Something is off here because it doesn't say what to do if Base and the Absolute Index of the entry are equal.  If Base is the Insert Count when encoding started, then we need to use post-base indexing if the entry is greater than or equal to base.

>  
 ### Literal Header Field With Post-Base Name Reference
 
-For entries in the dynamic table with an absolute index greater than Base Index,
-the header field name is represented using the post-base index of that entry
-(see {{post-base-indexing}}) encoded as an integer with a 3-bit prefix.
+For entries in the dynamic table with an absolute index greater than or equal to
+the Base, the header field name is represented using the post-base index of that

or equal?  per 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/pull/2111#pullrequestreview-190497904
----==_mimepart_5c3544a5de42b_47e93fbe01ed45b4156665
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

<p><b>@afrind</b> commented on this pull request.</p>

<p>I'm not crazy about just 'Base'.  Does 'Base Count' or 'Base Insert Count' read any better to you?</p><hr>

<p>In <a href="https://github.com/quicwg/base-drafts/pull/2111#discussion_r246191537">draft-ietf-quic-qpack.md</a>:</p>
<pre style='color:#555'>&gt;  
 When blocking references are permitted, the encoder uses header block
-acknowledgement to identify the Largest Known Received index, as described in
+acknowledgement to identify the Known Received Count, as described in
</pre>
<p>s/identify/maintain/ ?</p>

<hr>

<p>In <a href="https://github.com/quicwg/base-drafts/pull/2111#discussion_r246214037">draft-ietf-quic-qpack.md</a>:</p>
<pre style='color:#555'>&gt;  
 ~~~~~ drawing
-             Base Index
-                 |
-                 V
+ Required
+  Insert
+  Count      Base
+    |         |
+    V         V
</pre>
<p>I would still have these point at the boxes (where the numbers are) rather than the lines.</p>

<hr>

<p>In <a href="https://github.com/quicwg/base-drafts/pull/2111#discussion_r246214281">draft-ietf-quic-qpack.md</a>:</p>
<pre style='color:#555'>&gt;  
 ~~~~~ drawing
-             Base Index
-                 |
-                 V
+ Required
+  Insert
+  Count      Base
+    |         |
+    V         V
</pre>
<p>Also, not sure we need Required Insert Count in this drawing.  The section is describing relative indexing so it's not really adding anything?</p>

<hr>

<p>In <a href="https://github.com/quicwg/base-drafts/pull/2111#discussion_r246216720">draft-ietf-quic-qpack.md</a>:</p>
<pre style='color:#555'>&gt;  
-`Largest Reference` identifies the largest absolute dynamic index referenced in
-the block.  Blocking decoders use the Largest Reference to determine when it is
-safe to process the rest of the block.  If Largest Reference is greater than
-zero, the encoder transforms it as follows before encoding:
+#### Required Insert Count {#ric}
+
+Required Insert Count identifies the state of the dynamic table needed to
+process the header block successfully.  Blocking decoders use the Required
</pre>
<p>Does 'successfully' add much here?</p>

<hr>

<p>In <a href="https://github.com/quicwg/base-drafts/pull/2111#discussion_r246219374">draft-ietf-quic-qpack.md</a>:</p>
<pre style='color:#555'>&gt; @@ -923,10 +961,9 @@ header field name matches the header field name of an entry stored in the static
 table or the dynamic table.
 
 If the entry is in the static table, or in the dynamic table with an absolute
-index less than or equal to Base Index, this representation starts with the &#39;01&#39;
-two-bit pattern.  If the entry is in the dynamic table with an absolute index
-greater than Base Index, the representation starts with the &#39;0000&#39; four-bit
-pattern.
+index less than the Base, this representation starts with the &#39;01&#39; two-bit
+pattern.  If the entry is in the dynamic table with an absolute index greater
+than the Base, the representation starts with the &#39;0000&#39; four-bit pattern.
</pre>
<p>Something is off here because it doesn't say what to do if Base and the Absolute Index of the entry are equal.  If Base is the Insert Count when encoding started, then we need to use post-base indexing if the entry is greater than or equal to base.</p>

<hr>

<p>In <a href="https://github.com/quicwg/base-drafts/pull/2111#discussion_r246219821">draft-ietf-quic-qpack.md</a>:</p>
<pre style='color:#555'>&gt;  
 ### Literal Header Field With Post-Base Name Reference
 
-For entries in the dynamic table with an absolute index greater than Base Index,
-the header field name is represented using the post-base index of that entry
-(see {{post-base-indexing}}) encoded as an integer with a 3-bit prefix.
+For entries in the dynamic table with an absolute index greater than or equal to
+the Base, the header field name is represented using the post-base index of that
</pre>
<p>or equal?  per above.</p>

<p style="font-size:small;-webkit-text-size-adjust:none;color:#666;">&mdash;<br />You are receiving this because you are subscribed to this thread.<br />Reply to this email directly, <a href="https://github.com/quicwg/base-drafts/pull/2111#pullrequestreview-190497904">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AWbkq6vvAjVsxw71tZBrpqxE_i3J2uOSks5vBTwlgaJpZM4ZMydb">mute the thread</a>.<img src="https://github.com/notifications/beacon/AWbkq5__T_OyZgLLE5I76Y5jrHdJ_TMrks5vBTwlgaJpZM4ZMydb.gif" height="1" width="1" alt="" /></p>
<script type="application/json" data-scope="inboxmarkup">{"api_version":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name":"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"https://github.githubassets.com/images/email/message_cards/header.png","avatar_image_url":"https://github.githubassets.com/images/email/message_cards/avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/quicwg/base-drafts"}},"updates":{"snippets":[{"icon":"PERSON","message":"@afrind commented on #2111"}],"action":{"name":"View Pull Request","url":"https://github.com/quicwg/base-drafts/pull/2111#pullrequestreview-190497904"}}}</script>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/pull/2111#pullrequestreview-190497904",
"url": "https://github.com/quicwg/base-drafts/pull/2111#pullrequestreview-190497904",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>
----==_mimepart_5c3544a5de42b_47e93fbe01ed45b4156665--


From nobody Tue Jan  8 16: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 A6F7612D4ED for <quic-issues@ietfa.amsl.com>; Tue,  8 Jan 2019 16:57:59 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -6.519
X-Spam-Level: 
X-Spam-Status: No, score=-6.519 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIMWL_WL_HIGH=-0.065, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, HTML_IMAGE_ONLY_20=1.546, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-1, RCVD_IN_DNSWL_HI=-5, SPF_PASS=-0.001] autolearn=ham autolearn_force=no
Authentication-Results: ietfa.amsl.com (amavisd-new); dkim=pass (1024-bit key) header.d=github.com
Received: from mail.ietf.org ([4.31.198.44]) by localhost (ietfa.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id sXQjPgHbLGTa for <quic-issues@ietfa.amsl.com>; Tue,  8 Jan 2019 16:57:57 -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 698D4124408 for <quic-issues@ietf.org>; Tue,  8 Jan 2019 16:57:57 -0800 (PST)
Date: Tue, 08 Jan 2019 16:57:56 -0800
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1546995476; bh=TXBGks19oTARxblZK69Hdz+yzE92pgif2Yxp2v+YjVo=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=0OhG7Wud6bxMkMgvmyKs1N/NdSU5K4EzWPh7wmSN70+Ly0yTXrOnCQconDm0l0F/E 4QdYSDHzIr0ssNddw5UjEMSUr9IQTTsHMXvS61oqx08Zx8m4hpOFUpi6DvPM3oSF1+ C+spkbwMfKhF94y2A0HeJ2oQjQZ+0z3H+y4CLKAM=
From: Kazuho Oku <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+0166e4abe6647cc9d45c28bcbc798b9fadeb2f87d50243d992cf00000001184d091492a169ce179bec73@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/pull/2296/review/190525267@github.com>
In-Reply-To: <quicwg/base-drafts/pull/2296@github.com>
References: <quicwg/base-drafts/pull/2296@github.com>
Subject: Re: [quicwg/base-drafts] Allow servers to send a preferred address of each address family (#2296)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5c354714643d6_52da3faf2a4d45b82487f"; 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/ukDTGjd1piuCd5DhV1N1Hy3QcvI>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
List-Id: Notification list for GitHub issues related to the QUIC WG <quic-issues.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=unsubscribe>
List-Archive: <https://mailarchive.ietf.org/arch/browse/quic-issues/>
List-Post: <mailto:quic-issues@ietf.org>
List-Help: <mailto:quic-issues-request@ietf.org?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, 09 Jan 2019 00:58:00 -0000

----==_mimepart_5c354714643d6_52da3faf2a4d45b82487f
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/2296#pullrequestreview-190525267
----==_mimepart_5c354714643d6_52da3faf2a4d45b82487f
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/2296#pullrequestreview-190525267">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AWbkq6hRTJcD7yxqT3DQTOT_6iu5s60Kks5vBT6UgaJpZM4ZuHR_">mute the thread</a>.<img src="https://github.com/notifications/beacon/AWbkq4GBKl3AxuQndmudlwSVY4vfKIziks5vBT6UgaJpZM4ZuHR_.gif" height="1" width="1" alt="" /></p>
<script type="application/json" data-scope="inboxmarkup">{"api_version":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name":"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"https://github.githubassets.com/images/email/message_cards/header.png","avatar_image_url":"https://github.githubassets.com/images/email/message_cards/avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/quicwg/base-drafts"}},"updates":{"snippets":[{"icon":"PERSON","message":"@kazuho approved #2296"}],"action":{"name":"View Pull Request","url":"https://github.com/quicwg/base-drafts/pull/2296#pullrequestreview-190525267"}}}</script>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/pull/2296#pullrequestreview-190525267",
"url": "https://github.com/quicwg/base-drafts/pull/2296#pullrequestreview-190525267",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>
----==_mimepart_5c354714643d6_52da3faf2a4d45b82487f--


From nobody Tue Jan  8 17:23: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 A172E12F18C for <quic-issues@ietfa.amsl.com>; Tue,  8 Jan 2019 17:23:43 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -6.447
X-Spam-Level: 
X-Spam-Status: No, score=-6.447 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIMWL_WL_HIGH=-0.065, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, HTML_IMAGE_ONLY_24=1.618, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-1, RCVD_IN_DNSWL_HI=-5, SPF_PASS=-0.001] autolearn=ham autolearn_force=no
Authentication-Results: ietfa.amsl.com (amavisd-new); dkim=pass (1024-bit key) header.d=github.com
Received: from mail.ietf.org ([4.31.198.44]) by localhost (ietfa.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id HKcLi_yoy1CD for <quic-issues@ietfa.amsl.com>; Tue,  8 Jan 2019 17:23:41 -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 88ABB124408 for <quic-issues@ietf.org>; Tue,  8 Jan 2019 17:23:41 -0800 (PST)
Date: Tue, 08 Jan 2019 17:23:40 -0800
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1546997020; bh=B2Awqn+5sT17TWAoOFuNfool7Ki5LWc/vrZN9ukF1Pk=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=l5xnrK+ETt8I3WnZcZPm4Hholela/oh1UrN3rj4CaaOmlUj9sKfPWZyUEKMp4W2qu AnzsJfohJSMvSt6oMEz/Vj4cjV2yKcbGRszvFm06npKnaZ9Ln7FaWBYEiDayuc3wwp YfA+3VzxmTBQ3o8K5vXpv8InRgKb0fTXH4OfW4i4=
From: David Schinazi <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+0166e4abab822a8430f74ce8400514a4fa2995bdf307102292cf00000001184d0f1c92a169ce17a48a98@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/pull/2313/c452524224@github.com>
In-Reply-To: <quicwg/base-drafts/pull/2313@github.com>
References: <quicwg/base-drafts/pull/2313@github.com>
Subject: Re: [quicwg/base-drafts] Proposal to make Version Negotiation more like Retry to punt VN to QUICv2 (#2313)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5c354d1c4bb8b_5ee53fba25ed45bc10781"; 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/_4uuQIGRD45uTLwzSS-E5ozH_Pk>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
List-Id: Notification list for GitHub issues related to the QUIC WG <quic-issues.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=unsubscribe>
List-Archive: <https://mailarchive.ietf.org/arch/browse/quic-issues/>
List-Post: <mailto:quic-issues@ietf.org>
List-Help: <mailto:quic-issues-request@ietf.org?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, 09 Jan 2019 01:23:44 -0000

----==_mimepart_5c354d1c4bb8b_5ee53fba25ed45bc10781
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

@MikeBishop I agree. I wrote this up so people could reason about the proposal. Maybe it would be worth spending some time on VN in Tokyo?

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/quicwg/base-drafts/pull/2313#issuecomment-452524224
----==_mimepart_5c354d1c4bb8b_5ee53fba25ed45bc10781
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> I agree. I wrote this up so people could reason about the proposal. Maybe it would be worth spending some time on VN in Tokyo?</p>

<p style="font-size:small;-webkit-text-size-adjust:none;color:#666;">&mdash;<br />You are receiving this because you are subscribed to this thread.<br />Reply to this email directly, <a href="https://github.com/quicwg/base-drafts/pull/2313#issuecomment-452524224">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AWbkqzKZq8LTXr-CJrZXmaiSya2d9tXiks5vBUScgaJpZM4Z0W3R">mute the thread</a>.<img src="https://github.com/notifications/beacon/AWbkqyoujApfo9NYDaRj8NXlVywR3ViAks5vBUScgaJpZM4Z0W3R.gif" height="1" width="1" alt="" /></p>
<script type="application/json" data-scope="inboxmarkup">{"api_version":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name":"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"https://github.githubassets.com/images/email/message_cards/header.png","avatar_image_url":"https://github.githubassets.com/images/email/message_cards/avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/quicwg/base-drafts"}},"updates":{"snippets":[{"icon":"PERSON","message":"@DavidSchinazi in #2313: @MikeBishop I agree. I wrote this up so people could reason about the proposal. Maybe it would be worth spending some time on VN in Tokyo?"}],"action":{"name":"View Pull Request","url":"https://github.com/quicwg/base-drafts/pull/2313#issuecomment-452524224"}}}</script>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/pull/2313#issuecomment-452524224",
"url": "https://github.com/quicwg/base-drafts/pull/2313#issuecomment-452524224",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>
----==_mimepart_5c354d1c4bb8b_5ee53fba25ed45bc10781--


From nobody Tue Jan  8 17:52: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 8526812F1A2 for <quic-issues@ietfa.amsl.com>; Tue,  8 Jan 2019 17:52:55 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -6.661
X-Spam-Level: 
X-Spam-Status: No, score=-6.661 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIMWL_WL_HIGH=-0.065, 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_PASS=-0.001] autolearn=ham autolearn_force=no
Authentication-Results: ietfa.amsl.com (amavisd-new); dkim=pass (1024-bit key) header.d=github.com
Received: from mail.ietf.org ([4.31.198.44]) by localhost (ietfa.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id RhNzAKmOSD06 for <quic-issues@ietfa.amsl.com>; Tue,  8 Jan 2019 17:52: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 9B44912D7EA for <quic-issues@ietf.org>; Tue,  8 Jan 2019 17:52:53 -0800 (PST)
Date: Tue, 08 Jan 2019 17:52:52 -0800
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1546998772; bh=J2yr1teWhv7npO+IKQr+yrFx4/DX1vOiPQ/R3AjU8po=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=Gf6fPlrbWl5xQEvkPd8f90YfAV81SMYOqULAMJrXc+iogSjF6BZIHWPWlKXBp8DPP DiDrZ/l2ti8DXeOuR0r8CFATyImuZRAI0k5aqTcVN6VeQ1rEcQJl9Wzg8PIXnnx0Cr QvhdneFhlG8xqzcg35sEtIyX5Zf9R7ElgrtfBwsk=
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/2237/push/3192203547@github.com>
In-Reply-To: <quicwg/base-drafts/pull/2237@github.com>
References: <quicwg/base-drafts/pull/2237@github.com>
Subject: Re: [quicwg/base-drafts] Rework Key Update (#2237)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5c3553f46551e_40f53f96f3cd45b41387e4"; 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/NYdn36A5-BTc-8ZFRw0Y14UU8W8>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
List-Id: Notification list for GitHub issues related to the QUIC WG <quic-issues.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=unsubscribe>
List-Archive: <https://mailarchive.ietf.org/arch/browse/quic-issues/>
List-Post: <mailto:quic-issues@ietf.org>
List-Help: <mailto:quic-issues-request@ietf.org?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, 09 Jan 2019 01:52:55 -0000

----==_mimepart_5c3553f46551e_40f53f96f3cd45b41387e4
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

@martinthomson pushed 2 commits.

4836c87e3b4317e847547101835ad96633f328a3  Review comments
8c72c8d98e9fc5d4538232089793bccf49a1beed  Use two bits for key update, lots of new text


-- 
You are receiving this because you are subscribed to this thread.
View it on GitHub:
https://github.com/quicwg/base-drafts/pull/2237/files/4d3f65aacb02e09cb9b4e0ca2f4d5b9c6adeb373..8c72c8d98e9fc5d4538232089793bccf49a1beed

----==_mimepart_5c3553f46551e_40f53f96f3cd45b41387e4
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/4836c87e3b4317e847547101835ad96633f328a3">4836c87</a>  Review comments</li>
  <li><a class="commit-link" href="https://github.com/quicwg/base-drafts/commit/8c72c8d98e9fc5d4538232089793bccf49a1beed">8c72c8d</a>  Use two bits for key update, lots of new text</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/2237/files/4d3f65aacb02e09cb9b4e0ca2f4d5b9c6adeb373..8c72c8d98e9fc5d4538232089793bccf49a1beed">View it on GitHub</a> or <a href="https://github.com/notifications/unsubscribe-auth/AWbkq7rcZqPi1nlFhRpXydCM-m2otFQWks5vBUt0gaJpZM4ZdMPV">mute the thread</a>.<img src="https://github.com/notifications/beacon/AWbkq30mtq1Vt5TAgWGAXLgicSinCMM3ks5vBUt0gaJpZM4ZdMPV.gif" height="1" width="1" alt="" /></p>
<script type="application/json" data-scope="inboxmarkup">{"api_version":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name":"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"https://github.githubassets.com/images/email/message_cards/header.png","avatar_image_url":"https://github.githubassets.com/images/email/message_cards/avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/quicwg/base-drafts"}},"updates":{"snippets":[{"icon":"PERSON","message":"@martinthomson pushed 2 commits in #2237"}],"action":{"name":"View Pull Request","url":"https://github.com/quicwg/base-drafts/pull/2237/files/4d3f65aacb02e09cb9b4e0ca2f4d5b9c6adeb373..8c72c8d98e9fc5d4538232089793bccf49a1beed"}}}</script>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/pull/2237/files/4d3f65aacb02e09cb9b4e0ca2f4d5b9c6adeb373..8c72c8d98e9fc5d4538232089793bccf49a1beed",
"url": "https://github.com/quicwg/base-drafts/pull/2237/files/4d3f65aacb02e09cb9b4e0ca2f4d5b9c6adeb373..8c72c8d98e9fc5d4538232089793bccf49a1beed",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>

----==_mimepart_5c3553f46551e_40f53f96f3cd45b41387e4--


From nobody Tue Jan  8 17: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 ACE1912F1A2 for <quic-issues@ietfa.amsl.com>; Tue,  8 Jan 2019 17:53:30 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -6.447
X-Spam-Level: 
X-Spam-Status: No, score=-6.447 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIMWL_WL_HIGH=-0.065, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, HTML_IMAGE_ONLY_24=1.618, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-1, RCVD_IN_DNSWL_HI=-5, SPF_PASS=-0.001] autolearn=ham autolearn_force=no
Authentication-Results: ietfa.amsl.com (amavisd-new); dkim=pass (1024-bit key) header.d=github.com
Received: from mail.ietf.org ([4.31.198.44]) by localhost (ietfa.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id WQLGksiMrnd5 for <quic-issues@ietfa.amsl.com>; Tue,  8 Jan 2019 17:53: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 C154712D7EA for <quic-issues@ietf.org>; Tue,  8 Jan 2019 17:53:28 -0800 (PST)
Date: Tue, 08 Jan 2019 17:53:27 -0800
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1546998807; bh=EF591ASrtsr8tlLs7gfeebRIwKDMhhv7JJgtcmLbnPE=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=GKa2Fojg4PRITYwAKMiQePMQUCfcMoFw0xqzTL3AP8JUmLwALlC2lx0jrGmrhNPBp PnywlDq8V7uRt8ykrM1y+00B/Sms9nQhI8gmGoK5wPANvC+oR5JeyE3WKZNLF2Uumy Se3HvwphtLwePU53RIOdQH7rt6Uyb5lWQ9ATUTLQ=
From: Martin Thomson <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+0166e4ab65bff3520bf9f3836b86940e59130beb91947fb092cf00000001184d161792a169ce1770e975@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/pull/2237/c452542738@github.com>
In-Reply-To: <quicwg/base-drafts/pull/2237@github.com>
References: <quicwg/base-drafts/pull/2237@github.com>
Subject: Re: [quicwg/base-drafts] Rework Key Update (#2237)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5c355417e3daa_775d3fd5f1cd45b81847f6"; 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/2J8v7ema9C0wk14QPh6S2eOFGPc>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
List-Id: Notification list for GitHub issues related to the QUIC WG <quic-issues.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=unsubscribe>
List-Archive: <https://mailarchive.ietf.org/arch/browse/quic-issues/>
List-Post: <mailto:quic-issues@ietf.org>
List-Help: <mailto:quic-issues-request@ietf.org?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, 09 Jan 2019 01:53:31 -0000

----==_mimepart_5c355417e3daa_775d3fd5f1cd45b81847f6
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

I've made some fairly significant changes here along the lines of what @kazuho suggests.  I think that this is better, but I expect that this will need some 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/2237#issuecomment-452542738
----==_mimepart_5c355417e3daa_775d3fd5f1cd45b81847f6
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

<p>I've made some fairly significant changes here along the lines of what <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> suggests.  I think that this is better, but I expect that this will need some 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/2237#issuecomment-452542738">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AWbkq7wvsdIrNpVdbnbMUMN0ZE8m_qjbks5vBUuXgaJpZM4ZdMPV">mute the thread</a>.<img src="https://github.com/notifications/beacon/AWbkq91cDqzuZDKgp_RZhut-1ADSj0Jmks5vBUuXgaJpZM4ZdMPV.gif" height="1" width="1" alt="" /></p>
<script type="application/json" data-scope="inboxmarkup">{"api_version":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name":"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"https://github.githubassets.com/images/email/message_cards/header.png","avatar_image_url":"https://github.githubassets.com/images/email/message_cards/avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/quicwg/base-drafts"}},"updates":{"snippets":[{"icon":"PERSON","message":"@martinthomson in #2237: I've made some fairly significant changes here along the lines of what @kazuho suggests.  I think that this is better, but I expect that this will need some discussion."}],"action":{"name":"View Pull Request","url":"https://github.com/quicwg/base-drafts/pull/2237#issuecomment-452542738"}}}</script>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/pull/2237#issuecomment-452542738",
"url": "https://github.com/quicwg/base-drafts/pull/2237#issuecomment-452542738",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>
----==_mimepart_5c355417e3daa_775d3fd5f1cd45b81847f6--


From nobody Tue Jan  8 18: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 6B2E512D7EA for <quic-issues@ietfa.amsl.com>; Tue,  8 Jan 2019 18:27:02 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -6.661
X-Spam-Level: 
X-Spam-Status: No, score=-6.661 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIMWL_WL_HIGH=-0.065, 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_PASS=-0.001] autolearn=ham autolearn_force=no
Authentication-Results: ietfa.amsl.com (amavisd-new); dkim=pass (1024-bit key) header.d=github.com
Received: from mail.ietf.org ([4.31.198.44]) by localhost (ietfa.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id pf_S5nfviB3r for <quic-issues@ietfa.amsl.com>; Tue,  8 Jan 2019 18:27: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 9E23A12008A for <quic-issues@ietf.org>; Tue,  8 Jan 2019 18:27:00 -0800 (PST)
Date: Tue, 08 Jan 2019 18:26:59 -0800
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1547000819; bh=PLf8OByG9biX/i+ewfENHyUj+wlF6kYskAyct2/Rt7A=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=BfmPIOQO3XJPaZe9sPn7D98fp0rCeAbmiPmeQZ1KT42ROlfd/T7DHQpuonYKxN9ul hnHYB6pKNPnda4TY4b0wIPs6dzZjQ1/8IvWyq/y3lXFZ8t76SLIU3OMgIqLVNlAfX1 TUCyP27I3bzxRmUKo5TsjapbUavc+eg8oIno/oAc=
From: Martin Thomson <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+0166e4ab4eb05530135bea7d7d95d836384c24db2ac4ddff92cf00000001184d1df392a169ce17392ee3@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/pull/2111/review/190552686@github.com>
In-Reply-To: <quicwg/base-drafts/pull/2111@github.com>
References: <quicwg/base-drafts/pull/2111@github.com>
Subject: Re: [quicwg/base-drafts] Use "Insert Count" rather than "Largest Reference" (#2111)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5c355bf38fa1b_28c93fc413cd45bc29286c"; 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/uPVA6RpH2hP8DxJrkORO1d3pz0w>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
List-Id: Notification list for GitHub issues related to the QUIC WG <quic-issues.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=unsubscribe>
List-Archive: <https://mailarchive.ietf.org/arch/browse/quic-issues/>
List-Post: <mailto:quic-issues@ietf.org>
List-Help: <mailto:quic-issues-request@ietf.org?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, 09 Jan 2019 02:27:03 -0000

----==_mimepart_5c355bf38fa1b_28c93fc413cd45bc29286c
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

martinthomson commented on this pull request.



>  
 ~~~~~ drawing
-             Base Index
-                 |
-                 V
+ Required
+  Insert
+  Count      Base
+    |         |
+    V         V

https://blog.nelhage.com/2015/08/indices-point-between-elements/ is what I'm thinking.  That meaning that you can get something like this:

```
| a | b | c | d |
        ^

c is index 0 normal
b is index 0 post-base
both use the same pointer
```

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/quicwg/base-drafts/pull/2111#discussion_r246242147
----==_mimepart_5c355bf38fa1b_28c93fc413cd45bc29286c
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/2111#discussion_r246242147">draft-ietf-quic-qpack.md</a>:</p>
<pre style='color:#555'>&gt;  
 ~~~~~ drawing
-             Base Index
-                 |
-                 V
+ Required
+  Insert
+  Count      Base
+    |         |
+    V         V
</pre>
<p><a href="https://blog.nelhage.com/2015/08/indices-point-between-elements/" rel="nofollow">https://blog.nelhage.com/2015/08/indices-point-between-elements/</a> is what I'm thinking.  That meaning that you can get something like this:</p>
<pre><code>| a | b | c | d |
        ^

c is index 0 normal
b is index 0 post-base
both use the same pointer
</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/2111#discussion_r246242147">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AWbkq9xb01EZgIzGQRnhqQkAPd6U7m_Pks5vBVNzgaJpZM4ZMydb">mute the thread</a>.<img src="https://github.com/notifications/beacon/AWbkq-9wh6w1PYtvVi8tF44N7tvco7ksks5vBVNzgaJpZM4ZMydb.gif" height="1" width="1" alt="" /></p>
<script type="application/json" data-scope="inboxmarkup">{"api_version":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name":"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"https://github.githubassets.com/images/email/message_cards/header.png","avatar_image_url":"https://github.githubassets.com/images/email/message_cards/avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/quicwg/base-drafts"}},"updates":{"snippets":[{"icon":"PERSON","message":"@martinthomson commented on #2111"}],"action":{"name":"View Pull Request","url":"https://github.com/quicwg/base-drafts/pull/2111#discussion_r246242147"}}}</script>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/pull/2111#discussion_r246242147",
"url": "https://github.com/quicwg/base-drafts/pull/2111#discussion_r246242147",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>
----==_mimepart_5c355bf38fa1b_28c93fc413cd45bc29286c--


From nobody Tue Jan  8 18: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 A4916130DD2 for <quic-issues@ietfa.amsl.com>; Tue,  8 Jan 2019 18:35:16 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -6.447
X-Spam-Level: 
X-Spam-Status: No, score=-6.447 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIMWL_WL_HIGH=-0.065, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, HTML_IMAGE_ONLY_24=1.618, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-1, RCVD_IN_DNSWL_HI=-5, SPF_PASS=-0.001] autolearn=ham autolearn_force=no
Authentication-Results: ietfa.amsl.com (amavisd-new); dkim=pass (1024-bit key) header.d=github.com
Received: from mail.ietf.org ([4.31.198.44]) by localhost (ietfa.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id ujBLspmgXhRc for <quic-issues@ietfa.amsl.com>; Tue,  8 Jan 2019 18:35: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 D83AC130DF3 for <quic-issues@ietf.org>; Tue,  8 Jan 2019 18:35:14 -0800 (PST)
Date: Tue, 08 Jan 2019 18:35:13 -0800
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1547001313; bh=qiHMas4w9nPRTe6GeXVgw2l+PdZJ5TleH4mQVGz3+9M=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=G5jJBNwEznRzzfYhaej1CIPfi61pRliiwwPxFE7j/Y6w/oPsdKOdyQAh+iWyfJuP3 DnipVLle+UYISBSf+Lv1SyOtx9hLU9OgNpVqjYxk+wMw3cU6RNoaWvbVxNyfDAzvgb yajxL0nbZURmHsbOCYfA0PbDrp+D8PWIaL6uQI+8=
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/2111/push/3192279998@github.com>
In-Reply-To: <quicwg/base-drafts/pull/2111@github.com>
References: <quicwg/base-drafts/pull/2111@github.com>
Subject: Re: [quicwg/base-drafts] Use "Insert Count" rather than "Largest Reference" (#2111)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5c355de1e4a11_23133fee47ad45c4193759"; 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/HDPUav6M0QvCUrmwgOZQNRnWUj4>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
List-Id: Notification list for GitHub issues related to the QUIC WG <quic-issues.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=unsubscribe>
List-Archive: <https://mailarchive.ietf.org/arch/browse/quic-issues/>
List-Post: <mailto:quic-issues@ietf.org>
List-Help: <mailto:quic-issues-request@ietf.org?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, 09 Jan 2019 02:35:20 -0000

----==_mimepart_5c355de1e4a11_23133fee47ad45c4193759
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

@martinthomson pushed 1 commit.

bcca2eba0c0740f8255fee1cf373830c2fd5f5f0  the Base, fix some off-by-one errors


-- 
You are receiving this because you are subscribed to this thread.
View it on GitHub:
https://github.com/quicwg/base-drafts/pull/2111/files/21199c4c127ab1dc80e9b5d949a30bc4e1df845e..bcca2eba0c0740f8255fee1cf373830c2fd5f5f0

----==_mimepart_5c355de1e4a11_23133fee47ad45c4193759
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/bcca2eba0c0740f8255fee1cf373830c2fd5f5f0">bcca2eb</a>  the Base, fix some off-by-one errors</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/2111/files/21199c4c127ab1dc80e9b5d949a30bc4e1df845e..bcca2eba0c0740f8255fee1cf373830c2fd5f5f0">View it on GitHub</a> or <a href="https://github.com/notifications/unsubscribe-auth/AWbkq6oRtp-df5ebJ9SRBJprb4iuq0y3ks5vBVVhgaJpZM4ZMydb">mute the thread</a>.<img src="https://github.com/notifications/beacon/AWbkq7cDbV-FE6s1znRUtLsCjPrU6WELks5vBVVhgaJpZM4ZMydb.gif" height="1" width="1" alt="" /></p>
<script type="application/json" data-scope="inboxmarkup">{"api_version":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name":"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"https://github.githubassets.com/images/email/message_cards/header.png","avatar_image_url":"https://github.githubassets.com/images/email/message_cards/avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/quicwg/base-drafts"}},"updates":{"snippets":[{"icon":"PERSON","message":"@martinthomson pushed 1 commit in #2111"}],"action":{"name":"View Pull Request","url":"https://github.com/quicwg/base-drafts/pull/2111/files/21199c4c127ab1dc80e9b5d949a30bc4e1df845e..bcca2eba0c0740f8255fee1cf373830c2fd5f5f0"}}}</script>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/pull/2111/files/21199c4c127ab1dc80e9b5d949a30bc4e1df845e..bcca2eba0c0740f8255fee1cf373830c2fd5f5f0",
"url": "https://github.com/quicwg/base-drafts/pull/2111/files/21199c4c127ab1dc80e9b5d949a30bc4e1df845e..bcca2eba0c0740f8255fee1cf373830c2fd5f5f0",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>

----==_mimepart_5c355de1e4a11_23133fee47ad45c4193759--


From nobody Tue Jan  8 18:39: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 9804712008A for <quic-issues@ietfa.amsl.com>; Tue,  8 Jan 2019 18:39:06 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -6.447
X-Spam-Level: 
X-Spam-Status: No, score=-6.447 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIMWL_WL_HIGH=-0.065, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, HTML_IMAGE_ONLY_24=1.618, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-1, RCVD_IN_DNSWL_HI=-5, SPF_PASS=-0.001] autolearn=ham autolearn_force=no
Authentication-Results: ietfa.amsl.com (amavisd-new); dkim=pass (1024-bit key) header.d=github.com
Received: from mail.ietf.org ([4.31.198.44]) by localhost (ietfa.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id Ci3PPXV_cyvW for <quic-issues@ietfa.amsl.com>; Tue,  8 Jan 2019 18:39:05 -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 BCC7412D7EA for <quic-issues@ietf.org>; Tue,  8 Jan 2019 18:39:04 -0800 (PST)
Date: Tue, 08 Jan 2019 18:39:03 -0800
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1547001544; bh=a+/5XkrhvvAoRKZHeVhoQLsbJscCijtGf8+i3WSZSz4=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=g1DCSLBvwiz4NG/cb3iuxWn+8y/fdrTPSUP4xftH7ulYNkfHLYVNtZnnMUNdP8cTe +Npd18WcL6zaDN6IF2xs9ucKxtdkXCPzaWpWK4UZ1BsIPToyTURh3MJK6HsH5sjtQS CfhgByZtKxn5cOFTL4QWBJ6KG5dIX6pCw5aP66Q8=
From: Martin Thomson <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+0166e4abb8330b7c0c945d133a72481e0e45ac875eb451e492cf00000001184d20c792a169ce17392ee3@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/pull/2111/review/190554593@github.com>
In-Reply-To: <quicwg/base-drafts/pull/2111@github.com>
References: <quicwg/base-drafts/pull/2111@github.com>
Subject: Re: [quicwg/base-drafts] Use "Insert Count" rather than "Largest Reference" (#2111)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5c355ec7c5da8_6e533fb01b0d45c020785"; 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/v5d5XUnsqw5Yi467TKNM_XRqlKo>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
List-Id: Notification list for GitHub issues related to the QUIC WG <quic-issues.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=unsubscribe>
List-Archive: <https://mailarchive.ietf.org/arch/browse/quic-issues/>
List-Post: <mailto:quic-issues@ietf.org>
List-Help: <mailto:quic-issues-request@ietf.org?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, 09 Jan 2019 02:39:06 -0000

----==_mimepart_5c355ec7c5da8_6e533fb01b0d45c020785
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

martinthomson commented on this pull request.

I think that I got all the "the Base" updated.

I don't know if this needs to be a more specific term.  Using "count" in the name is somewhat right, but it's a concept that probably doesn't need to be globally unique as it is only used in the scope of decoding header blocks.

I'll leave that to editorial discretion though, that's just 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/2111#pullrequestreview-190554593
----==_mimepart_5c355ec7c5da8_6e533fb01b0d45c020785
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 I got all the "the Base" updated.</p>
<p>I don't know if this needs to be a more specific term.  Using "count" in the name is somewhat right, but it's a concept that probably doesn't need to be globally unique as it is only used in the scope of decoding header blocks.</p>
<p>I'll leave that to editorial discretion though, that's just 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/2111#pullrequestreview-190554593">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AWbkq3aUTuH10S3TyPFwjWPnyUSjBF-lks5vBVZHgaJpZM4ZMydb">mute the thread</a>.<img src="https://github.com/notifications/beacon/AWbkq-4fDRbCAei4QTVfCCs52VzkJTijks5vBVZHgaJpZM4ZMydb.gif" height="1" width="1" alt="" /></p>
<script type="application/json" data-scope="inboxmarkup">{"api_version":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name":"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"https://github.githubassets.com/images/email/message_cards/header.png","avatar_image_url":"https://github.githubassets.com/images/email/message_cards/avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/quicwg/base-drafts"}},"updates":{"snippets":[{"icon":"PERSON","message":"@martinthomson commented on #2111"}],"action":{"name":"View Pull Request","url":"https://github.com/quicwg/base-drafts/pull/2111#pullrequestreview-190554593"}}}</script>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/pull/2111#pullrequestreview-190554593",
"url": "https://github.com/quicwg/base-drafts/pull/2111#pullrequestreview-190554593",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>
----==_mimepart_5c355ec7c5da8_6e533fb01b0d45c020785--


From nobody Tue Jan  8 20:47: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 AE71A129C6A for <quic-issues@ietfa.amsl.com>; Tue,  8 Jan 2019 20:47:08 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -6.447
X-Spam-Level: 
X-Spam-Status: No, score=-6.447 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIMWL_WL_HIGH=-0.065, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, HTML_IMAGE_ONLY_24=1.618, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-1, RCVD_IN_DNSWL_HI=-5, SPF_PASS=-0.001] autolearn=ham autolearn_force=no
Authentication-Results: ietfa.amsl.com (amavisd-new); dkim=pass (1024-bit key) header.d=github.com
Received: from mail.ietf.org ([4.31.198.44]) by localhost (ietfa.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id i3nMgTtAy-aS for <quic-issues@ietfa.amsl.com>; Tue,  8 Jan 2019 20:47: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 E30E1129AB8 for <quic-issues@ietf.org>; Tue,  8 Jan 2019 20:47:06 -0800 (PST)
Date: Tue, 08 Jan 2019 20:47:05 -0800
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1547009225; bh=eZlehOHln7XNFF7rGWj7tytYovLXTD8OXvDcw9qc1cU=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=WfskDaMqOhcI6kk38XyDjqGMw5v3e/nJE8g/eyS+ymhSRnb2Iz2P/F70j38FKB55Y pRSUIi4LfeH9Zm8/m7Yj0IRYSM+sxycTjKkl36kgpDxDpNtR/klNRA50A4Sm462rXP cMjOGjLoHuDvgZMIachO2o3c3WMt0Bpt5H88RQ34=
From: Martin Thomson <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+0166e4ab3135b4bd0ce9b38f17f3a4fb592ec1394819e7bd92cf00000001184d3ec992a169ce16d1c244@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/pull/2028/c452570695@github.com>
In-Reply-To: <quicwg/base-drafts/pull/2028@github.com>
References: <quicwg/base-drafts/pull/2028@github.com>
Subject: Re: [quicwg/base-drafts] Ignore loss of undecryptable packets (#2028)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5c357cc9831e6_16753fd135ad45bc1619e9"; 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/wac0Op_9Z7onLDctK_StdsI6K3Y>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
List-Id: Notification list for GitHub issues related to the QUIC WG <quic-issues.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=unsubscribe>
List-Archive: <https://mailarchive.ietf.org/arch/browse/quic-issues/>
List-Post: <mailto:quic-issues@ietf.org>
List-Help: <mailto:quic-issues-request@ietf.org?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, 09 Jan 2019 04:47:09 -0000

----==_mimepart_5c357cc9831e6_16753fd135ad45bc1619e9
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

There are a few suggestions outstanding here.  @ianswett?

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/quicwg/base-drafts/pull/2028#issuecomment-452570695
----==_mimepart_5c357cc9831e6_16753fd135ad45bc1619e9
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

<p>There are a few suggestions outstanding here.  <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>?</p>

<p style="font-size:small;-webkit-text-size-adjust:none;color:#666;">&mdash;<br />You are receiving this because you are subscribed to this thread.<br />Reply to this email directly, <a href="https://github.com/quicwg/base-drafts/pull/2028#issuecomment-452570695">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AWbkq5pJOueGzcDIR6b36RXmrEdG3pyQks5vBXRJgaJpZM4Yr6j5">mute the thread</a>.<img src="https://github.com/notifications/beacon/AWbkqyL9lj-EdbfTUMxS2Ss2FM874ypmks5vBXRJgaJpZM4Yr6j5.gif" height="1" width="1" alt="" /></p>
<script type="application/json" data-scope="inboxmarkup">{"api_version":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name":"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"https://github.githubassets.com/images/email/message_cards/header.png","avatar_image_url":"https://github.githubassets.com/images/email/message_cards/avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/quicwg/base-drafts"}},"updates":{"snippets":[{"icon":"PERSON","message":"@martinthomson in #2028: There are a few suggestions outstanding here.  @ianswett?"}],"action":{"name":"View Pull Request","url":"https://github.com/quicwg/base-drafts/pull/2028#issuecomment-452570695"}}}</script>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/pull/2028#issuecomment-452570695",
"url": "https://github.com/quicwg/base-drafts/pull/2028#issuecomment-452570695",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>
----==_mimepart_5c357cc9831e6_16753fd135ad45bc1619e9--


From nobody Tue Jan  8 20:47: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 3DE1112D4EB for <quic-issues@ietfa.amsl.com>; Tue,  8 Jan 2019 20:47:26 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -8.065
X-Spam-Level: 
X-Spam-Status: No, score=-8.065 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIMWL_WL_HIGH=-0.065, 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_PASS=-0.001] autolearn=ham autolearn_force=no
Authentication-Results: ietfa.amsl.com (amavisd-new); dkim=pass (1024-bit key) header.d=github.com
Received: from mail.ietf.org ([4.31.198.44]) by localhost (ietfa.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id Y2jeeTbiMTR1 for <quic-issues@ietfa.amsl.com>; Tue,  8 Jan 2019 20:47: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 982F8129AB8 for <quic-issues@ietf.org>; Tue,  8 Jan 2019 20:47:24 -0800 (PST)
Date: Tue, 08 Jan 2019 20:47:23 -0800
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1547009243; bh=73j7EpgDsT//x/NqmIZbMLaIqIGdnoVYDUZqu8t2/cY=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=nNexsVP5WbGEvmyzRtnv3QxZFCwSsgaf+KjCQxPDKI5Zp70ElnrXSEb/HZm39RN17 Zvp6NajSdZzCvDJoXSoy39ZFcUh++9c/Obsx5CzlWJjgBjGX+uGN7hl0kxFMMnJOv3 VnbUKZRxjSDiPwpTDjFTkurzIKUSTtldrLeCwQYQ=
From: Kazuho Oku <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+0166e4abd7d7be422e1d5d24269d0942e7828dfa5c94e27e92cf00000001184d3edb92a169ce1770e975@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/pull/2237/review/190570401@github.com>
In-Reply-To: <quicwg/base-drafts/pull/2237@github.com>
References: <quicwg/base-drafts/pull/2237@github.com>
Subject: Re: [quicwg/base-drafts] Rework Key Update (#2237)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5c357cdbcca1c_6ad13f87f04d45c4123769"; 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/HnRJ9jUm-vsZ9PZUU2-EhHDCNqg>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
List-Id: Notification list for GitHub issues related to the QUIC WG <quic-issues.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=unsubscribe>
List-Archive: <https://mailarchive.ietf.org/arch/browse/quic-issues/>
List-Post: <mailto:quic-issues@ietf.org>
List-Help: <mailto:quic-issues-request@ietf.org?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, 09 Jan 2019 04:47:26 -0000

----==_mimepart_5c357cdbcca1c_6ad13f87f04d45c4123769
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

kazuho commented on this pull request.

Thank you for writing this down.

It was easy to read. I like the discussing immediate updates first then about delaying permission to restrict the number of keys. LGTM modulo the following comments.

>  
-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 the low bit of the Key Update field (0x04) is the Key Phase bit.  The Key

"The the"

>  
-A packet that triggers a key update could arrive after successfully processing a
-packet with a higher packet number.  This is only possible if there is a key
-compromise and an attack, or if the peer is incorrectly reverting to use of old
-keys.  Because the latter cannot be differentiated from an attack, an endpoint
-MUST immediately terminate the connection if it detects this condition.
+An endpoint SHOULD retain old read keys for a period of no more than three times
+the Probe Timeout (PTO, see {{QUIC-RECOVERY}}).  After this period, old read
+keys and their corresponding secrets SHOULD be discarded.  An endpoint MAY keep
+the Key Update Permitted bit set to 0 until it discards old read keys to limit

How about explicitly stating "until it discards the 0-RTT key or the previous 1-RTT read key" here, to be clear that we can have the Key Update Permitted bit set to zero until the 0-RTT key is discarded when 0-RTT 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/2237#pullrequestreview-190570401
----==_mimepart_5c357cdbcca1c_6ad13f87f04d45c4123769
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

<p><b>@kazuho</b> commented on this pull request.</p>

<p>Thank you for writing this down.</p>
<p>It was easy to read. I like the discussing immediate updates first then about delaying permission to restrict the number of keys. LGTM modulo the following comments.</p><hr>

<p>In <a href="https://github.com/quicwg/base-drafts/pull/2237#discussion_r246257125">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 the low bit of the Key Update field (0x04) is the Key Phase bit.  The Key
</pre>
<p>"The the"</p>

<hr>

<p>In <a href="https://github.com/quicwg/base-drafts/pull/2237#discussion_r246258598">draft-ietf-quic-tls.md</a>:</p>
<pre style='color:#555'>&gt;  
-A packet that triggers a key update could arrive after successfully processing a
-packet with a higher packet number.  This is only possible if there is a key
-compromise and an attack, or if the peer is incorrectly reverting to use of old
-keys.  Because the latter cannot be differentiated from an attack, an endpoint
-MUST immediately terminate the connection if it detects this condition.
+An endpoint SHOULD retain old read keys for a period of no more than three times
+the Probe Timeout (PTO, see {{QUIC-RECOVERY}}).  After this period, old read
+keys and their corresponding secrets SHOULD be discarded.  An endpoint MAY keep
+the Key Update Permitted bit set to 0 until it discards old read keys to limit
</pre>
<p>How about explicitly stating "until it discards the 0-RTT key or the previous 1-RTT read key" here, to be clear that we can have the Key Update Permitted bit set to zero until the 0-RTT key is discarded when 0-RTT 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/2237#pullrequestreview-190570401">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AWbkq6ceZMRuMZJMiIpp-l85N9s-1wDwks5vBXRbgaJpZM4ZdMPV">mute the thread</a>.<img src="https://github.com/notifications/beacon/AWbkq3efwIAvjqX-libxrutwEosz36Voks5vBXRbgaJpZM4ZdMPV.gif" height="1" width="1" alt="" /></p>
<script type="application/json" data-scope="inboxmarkup">{"api_version":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name":"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"https://github.githubassets.com/images/email/message_cards/header.png","avatar_image_url":"https://github.githubassets.com/images/email/message_cards/avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/quicwg/base-drafts"}},"updates":{"snippets":[{"icon":"PERSON","message":"@kazuho commented on #2237"}],"action":{"name":"View Pull Request","url":"https://github.com/quicwg/base-drafts/pull/2237#pullrequestreview-190570401"}}}</script>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/pull/2237#pullrequestreview-190570401",
"url": "https://github.com/quicwg/base-drafts/pull/2237#pullrequestreview-190570401",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>
----==_mimepart_5c357cdbcca1c_6ad13f87f04d45c4123769--


From nobody Tue Jan  8 20:50: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 1182D129C6A for <quic-issues@ietfa.amsl.com>; Tue,  8 Jan 2019 20:50:45 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -6.661
X-Spam-Level: 
X-Spam-Status: No, score=-6.661 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIMWL_WL_HIGH=-0.065, 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_PASS=-0.001] autolearn=ham autolearn_force=no
Authentication-Results: ietfa.amsl.com (amavisd-new); dkim=pass (1024-bit key) header.d=github.com
Received: from mail.ietf.org ([4.31.198.44]) by localhost (ietfa.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id d3SFBfpaVyZG for <quic-issues@ietfa.amsl.com>; Tue,  8 Jan 2019 20:50: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 3C2FB129AB8 for <quic-issues@ietf.org>; Tue,  8 Jan 2019 20:50:43 -0800 (PST)
Date: Tue, 08 Jan 2019 20:50:42 -0800
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1547009442; bh=CCjpi6LsUgtjVINIiYeK2t/PY+vZ8gmg2W8FhFL5/s0=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=PIZvbP0bSsefMd82KGcm8xsuzMPwoVyX6g4JM5zT3HsplMF8YpM3WXOEiyzo+NOaO XGQ8GCWFT65fz6zzCCNinD2oBZHy/V2hxmU3OZXjhRJNTBIqTeW1HCBi/nGFD8epn8 gauqQmbt6liGJm1UM5YwXACPhbZ2EOdBEC/FqeBw=
From: Martin Thomson <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+0166e4abfd61ccb0ed7c3badda85ae970e3a743b5669920692cf00000001184d3fa292a169ce173d8649@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/pull/2115/review/190572704@github.com>
In-Reply-To: <quicwg/base-drafts/pull/2115@github.com>
References: <quicwg/base-drafts/pull/2115@github.com>
Subject: Re: [quicwg/base-drafts] Introduce terms dynamic table capacity and maximum dynamic table capacity. (#2115)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5c357da24d4e8_d383f8abb6d45b84203c"; 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/9yMxA79U6Z0c8pJFy_JTieR_65g>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
List-Id: Notification list for GitHub issues related to the QUIC WG <quic-issues.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=unsubscribe>
List-Archive: <https://mailarchive.ietf.org/arch/browse/quic-issues/>
List-Post: <mailto:quic-issues@ietf.org>
List-Help: <mailto:quic-issues-request@ietf.org?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, 09 Jan 2019 04:50:45 -0000

----==_mimepart_5c357da24d4e8_d383f8abb6d45b84203c
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

martinthomson approved this pull request.

This is a good change.

> @@ -650,32 +656,31 @@ entries which are frequently referenced, both to avoid the need to resend the
 header and to avoid the entry in the table blocking the ability to insert new
 headers.
 
-### Dynamic Table Size Update {#size-update}
+### Dynamic Table Capacity Update {#capacity-update}

```suggestion
### Set Dynamic Table Capacity {#set-capacity}
```

Is this a better formulation?  Set is more direct.

Note that there are more places to fix than this, but you get the 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/pull/2115#pullrequestreview-190572704
----==_mimepart_5c357da24d4e8_d383f8abb6d45b84203c
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: quoted-printable

<p><b>@martinthomson</b> approved this pull request.</p>=0D
=0D
<p>This is a good change.</p><hr>=0D
=0D
<p>In <a href=3D"https://github.com/quicwg/base-drafts/pull/2115#discussi=
on_r246259192">draft-ietf-quic-qpack.md</a>:</p>=0D
<pre style=3D'color:#555'>&gt; @@ -650,32 +656,31 @@ entries which are fr=
equently referenced, both to avoid the need to resend the=0D
 header and to avoid the entry in the table blocking the ability to inser=
t new=0D
 headers.=0D
 =0D
-### Dynamic Table Size Update {#size-update}=0D
+### Dynamic Table Capacity Update {#capacity-update}=0D
</pre>=0D
=E2=AC=87=EF=B8=8F Suggested change=0D
<pre style=3D"color: #555">-### Dynamic Table Capacity Update {#capacity-=
update}=0D
+### Set Dynamic Table Capacity {#set-capacity}=0D
</pre>=0D
=0D
<p>Is this a better formulation?  Set is more direct.</p>=0D
<p>Note that there are more places to fix than this, but you get the idea=
.</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/2115#pullrequestreview-190572704">view it on GitHub</=
a>, or <a href=3D"https://github.com/notifications/unsubscribe-auth/AWbkq=
xeRoAbWWRjiBx5Re5rukkNOSnqeks5vBXUigaJpZM4ZOCa2">mute the thread</a>.<img=
 src=3D"https://github.com/notifications/beacon/AWbkq4H4izK66MTa8SyKyyMD3=
I58GPfkks5vBXUigaJpZM4ZOCa2.gif" height=3D"1" width=3D"1" alt=3D"" /></p>=
=0D
<script type=3D"application/json" data-scope=3D"inboxmarkup">{"api_versio=
n":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name"=
:"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"=
quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"http=
s://github.githubassets.com/images/email/message_cards/header.png","avata=
r_image_url":"https://github.githubassets.com/images/email/message_cards/=
avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/q=
uicwg/base-drafts"}},"updates":{"snippets":[{"icon":"PERSON","message":"@=
martinthomson approved #2115"}],"action":{"name":"View Pull Request","url=
":"https://github.com/quicwg/base-drafts/pull/2115#pullrequestreview-1905=
72704"}}}</script>=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/2115#pullrequestrev=
iew-190572704",=0D
"url": "https://github.com/quicwg/base-drafts/pull/2115#pullrequestreview=
-190572704",=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_5c357da24d4e8_d383f8abb6d45b84203c--


From nobody Tue Jan  8 20: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 94A6A129C6A for <quic-issues@ietfa.amsl.com>; Tue,  8 Jan 2019 20:54:34 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -6.447
X-Spam-Level: 
X-Spam-Status: No, score=-6.447 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIMWL_WL_HIGH=-0.065, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, HTML_IMAGE_ONLY_24=1.618, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-1, RCVD_IN_DNSWL_HI=-5, SPF_PASS=-0.001] autolearn=ham autolearn_force=no
Authentication-Results: ietfa.amsl.com (amavisd-new); dkim=pass (1024-bit key) header.d=github.com
Received: from mail.ietf.org ([4.31.198.44]) by localhost (ietfa.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id dJwnIRHDY98i for <quic-issues@ietfa.amsl.com>; Tue,  8 Jan 2019 20:54: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 43DD8129AB8 for <quic-issues@ietf.org>; Tue,  8 Jan 2019 20:54:33 -0800 (PST)
Date: Tue, 08 Jan 2019 20:54:32 -0800
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1547009672; bh=WkI6W+FxH4s2P3nBTkDiJG6eKoDfh2nmAk8V6QuSuQM=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=c+Lm4FBB53TqtE3ZaIJ0UAh0h9mY/47bua3UqHhwln+t7eRZI70ue0aCf31HqnnAK L5RgPjCm+s0lH3rkzB5F0Z/Um9G4iyeIoLiX3IBVFrHOz7btGC7ji4h4qm/5gvToZV 8DXGLYdjbYG3Fz4jFqe31eDtdBKoRpqLmc63uIIw=
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/2141/push/3192515644@github.com>
In-Reply-To: <quicwg/base-drafts/pull/2141@github.com>
References: <quicwg/base-drafts/pull/2141@github.com>
Subject: Re: [quicwg/base-drafts] Recommend discarding bad, unauthenticated packets (#2141)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5c357e8869796_5b9a3fcf208d45bc73878"; 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/7KuG6lAAvCQezrisOe1vJ4NIqTU>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
List-Id: Notification list for GitHub issues related to the QUIC WG <quic-issues.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=unsubscribe>
List-Archive: <https://mailarchive.ietf.org/arch/browse/quic-issues/>
List-Post: <mailto:quic-issues@ietf.org>
List-Help: <mailto:quic-issues-request@ietf.org?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, 09 Jan 2019 04:54:35 -0000

----==_mimepart_5c357e8869796_5b9a3fcf208d45bc73878
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

@martinthomson pushed 1 commit.

dfc6b63e956aa4c5153a0eee0157be8dc54bb90f  use MAY


-- 
You are receiving this because you are subscribed to this thread.
View it on GitHub:
https://github.com/quicwg/base-drafts/pull/2141/files/71e6434d8b366d776313fbfa67bebb39c0b97677..dfc6b63e956aa4c5153a0eee0157be8dc54bb90f

----==_mimepart_5c357e8869796_5b9a3fcf208d45bc73878
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/dfc6b63e956aa4c5153a0eee0157be8dc54bb90f">dfc6b63</a>  use MAY</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/2141/files/71e6434d8b366d776313fbfa67bebb39c0b97677..dfc6b63e956aa4c5153a0eee0157be8dc54bb90f">View it on GitHub</a> or <a href="https://github.com/notifications/unsubscribe-auth/AWbkq0QO1Hzr0a256HxEFQ2-gAdXIUTyks5vBXYIgaJpZM4ZRCWY">mute the thread</a>.<img src="https://github.com/notifications/beacon/AWbkqxNwojNmSPjSPp51I4McyDAjmhefks5vBXYIgaJpZM4ZRCWY.gif" height="1" width="1" alt="" /></p>
<script type="application/json" data-scope="inboxmarkup">{"api_version":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name":"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"https://github.githubassets.com/images/email/message_cards/header.png","avatar_image_url":"https://github.githubassets.com/images/email/message_cards/avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/quicwg/base-drafts"}},"updates":{"snippets":[{"icon":"PERSON","message":"@martinthomson pushed 1 commit in #2141"}],"action":{"name":"View Pull Request","url":"https://github.com/quicwg/base-drafts/pull/2141/files/71e6434d8b366d776313fbfa67bebb39c0b97677..dfc6b63e956aa4c5153a0eee0157be8dc54bb90f"}}}</script>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/pull/2141/files/71e6434d8b366d776313fbfa67bebb39c0b97677..dfc6b63e956aa4c5153a0eee0157be8dc54bb90f",
"url": "https://github.com/quicwg/base-drafts/pull/2141/files/71e6434d8b366d776313fbfa67bebb39c0b97677..dfc6b63e956aa4c5153a0eee0157be8dc54bb90f",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>

----==_mimepart_5c357e8869796_5b9a3fcf208d45bc73878--


From nobody Tue Jan  8 20: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 8C53212D4EB for <quic-issues@ietfa.amsl.com>; Tue,  8 Jan 2019 20:56:11 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -6.661
X-Spam-Level: 
X-Spam-Status: No, score=-6.661 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIMWL_WL_HIGH=-0.065, 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_PASS=-0.001] autolearn=ham autolearn_force=no
Authentication-Results: ietfa.amsl.com (amavisd-new); dkim=pass (1024-bit key) header.d=github.com
Received: from mail.ietf.org ([4.31.198.44]) by localhost (ietfa.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id nkb9l5NnsLW2 for <quic-issues@ietfa.amsl.com>; Tue,  8 Jan 2019 20:56: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 161E1129AB8 for <quic-issues@ietf.org>; Tue,  8 Jan 2019 20:56:10 -0800 (PST)
Date: Tue, 08 Jan 2019 20:56:09 -0800
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1547009769; bh=NCOQmLsJTus3inVfQ5gHn9lz6sMi4f0OyNor4LNSHEU=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=0Wbr6NOWtJbPIHAmeY+G9GcmAa7S8DK0uB/Os0szHE7cBVLbCwS9Zobk0/Z6AdG+S g/3Js+iFbay4lCYaUMc7yrUbkBt1g6TJGl7KEjuBYAOuAuK3wml3flbnUYRmCK9wIP L385aKA6aE6E652GRvS++5F2mqzeIQ/Cm6ruurv4=
From: Kazuho Oku <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+0166e4ab78a3c7fad73f196fc8393dfce27f8338a26c8cf092cf00000001184d40e992a169ce173d8649@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/pull/2115/review/190573387@github.com>
In-Reply-To: <quicwg/base-drafts/pull/2115@github.com>
References: <quicwg/base-drafts/pull/2115@github.com>
Subject: Re: [quicwg/base-drafts] Introduce terms dynamic table capacity and maximum dynamic table capacity. (#2115)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5c357ee914469_4a463f8e6bed45c0119987"; 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/zPhwjYx6jzoo-HOMGZZI0APx3lQ>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
List-Id: Notification list for GitHub issues related to the QUIC WG <quic-issues.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=unsubscribe>
List-Archive: <https://mailarchive.ietf.org/arch/browse/quic-issues/>
List-Post: <mailto:quic-issues@ietf.org>
List-Help: <mailto:quic-issues-request@ietf.org?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, 09 Jan 2019 04:56:12 -0000

----==_mimepart_5c357ee914469_4a463f8e6bed45c0119987
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

kazuho commented on this pull request.



> @@ -1011,7 +1016,7 @@ represented as an 8-bit prefix string literal.
 
 QPACK defines two settings which are included in the HTTP/3 SETTINGS frame.
 
-  SETTINGS_HEADER_TABLE_SIZE (0x1):
+  SETTINGS_MAXIMUM_DYNAMIC_TABLE_CAPACITY (0x1):

I think we'd better have either "QPACK" or "HEADER" as part of the name, to avoid confusion. Other than that, the PR looks good 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/pull/2115#pullrequestreview-190573387
----==_mimepart_5c357ee914469_4a463f8e6bed45c0119987
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/2115#discussion_r246259732">draft-ietf-quic-qpack.md</a>:</p>
<pre style='color:#555'>&gt; @@ -1011,7 +1016,7 @@ represented as an 8-bit prefix string literal.
 
 QPACK defines two settings which are included in the HTTP/3 SETTINGS frame.
 
-  SETTINGS_HEADER_TABLE_SIZE (0x1):
+  SETTINGS_MAXIMUM_DYNAMIC_TABLE_CAPACITY (0x1):
</pre>
<p>I think we'd better have either "QPACK" or "HEADER" as part of the name, to avoid confusion. Other than that, the PR looks good 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/pull/2115#pullrequestreview-190573387">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AWbkq0laPzPgUbrDqQbsJP3V_7jKL-lQks5vBXZpgaJpZM4ZOCa2">mute the thread</a>.<img src="https://github.com/notifications/beacon/AWbkq4dnd0Tf6_hrl4PY4Rt3_7xUW8QWks5vBXZpgaJpZM4ZOCa2.gif" height="1" width="1" alt="" /></p>
<script type="application/json" data-scope="inboxmarkup">{"api_version":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name":"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"https://github.githubassets.com/images/email/message_cards/header.png","avatar_image_url":"https://github.githubassets.com/images/email/message_cards/avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/quicwg/base-drafts"}},"updates":{"snippets":[{"icon":"PERSON","message":"@kazuho commented on #2115"}],"action":{"name":"View Pull Request","url":"https://github.com/quicwg/base-drafts/pull/2115#pullrequestreview-190573387"}}}</script>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/pull/2115#pullrequestreview-190573387",
"url": "https://github.com/quicwg/base-drafts/pull/2115#pullrequestreview-190573387",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>
----==_mimepart_5c357ee914469_4a463f8e6bed45c0119987--


From nobody Tue Jan  8 20: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 7A8E5129AB8 for <quic-issues@ietfa.amsl.com>; Tue,  8 Jan 2019 20:58:01 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -6.519
X-Spam-Level: 
X-Spam-Status: No, score=-6.519 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIMWL_WL_HIGH=-0.065, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, HTML_IMAGE_ONLY_20=1.546, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-1, RCVD_IN_DNSWL_HI=-5, SPF_PASS=-0.001] autolearn=ham autolearn_force=no
Authentication-Results: ietfa.amsl.com (amavisd-new); dkim=pass (1024-bit key) header.d=github.com
Received: from mail.ietf.org ([4.31.198.44]) by localhost (ietfa.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id NtfBNxN4KIIK for <quic-issues@ietfa.amsl.com>; Tue,  8 Jan 2019 20:58:00 -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 1760B12872C for <quic-issues@ietf.org>; Tue,  8 Jan 2019 20:58:00 -0800 (PST)
Date: Tue, 08 Jan 2019 20:57:59 -0800
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1547009879; bh=R7v63Lx+uzhtmhxQGNvT4sLeoLSYL0BHsdESWuilpvg=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=g2zo1PjHmPDQxC8Z4rFDrgPnQXZXuOeWlZVbwLEzi3VG7kjgSj6SyZ3FPos6nyfSn D5huTYoaZ42vxHeL1kmAKQ6kavMZZ/BK5blWtK1hzOAZ/ta+cCkgt+VclzQOBhkXgD N+qL7uu7Y6TdM8EUoDtukHoxtoefEo56cu/IeM20=
From: Kazuho Oku <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+0166e4ab4e9e5eb3c47e92ac24421dd9e20d63429276f0f392cf00000001184d415792a169ce174735aa@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/pull/2141/review/190573637@github.com>
In-Reply-To: <quicwg/base-drafts/pull/2141@github.com>
References: <quicwg/base-drafts/pull/2141@github.com>
Subject: Re: [quicwg/base-drafts] Recommend discarding bad, unauthenticated packets (#2141)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5c357f5744b50_fc53fa2966d45c01525e7"; 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/P8P5E3dUqLeD6eLzINcZO8tqdCs>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
List-Id: Notification list for GitHub issues related to the QUIC WG <quic-issues.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=unsubscribe>
List-Archive: <https://mailarchive.ietf.org/arch/browse/quic-issues/>
List-Post: <mailto:quic-issues@ietf.org>
List-Help: <mailto:quic-issues-request@ietf.org?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, 09 Jan 2019 04:58:02 -0000

----==_mimepart_5c357f5744b50_fc53fa2966d45c01525e7
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/2141#pullrequestreview-190573637
----==_mimepart_5c357f5744b50_fc53fa2966d45c01525e7
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/2141#pullrequestreview-190573637">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AWbkqw_PnF5GAbJ_1qdBPqZS_e7TA77sks5vBXbXgaJpZM4ZRCWY">mute the thread</a>.<img src="https://github.com/notifications/beacon/AWbkq1cdGN5Px_ryUsf9mUY8pW7JeFTjks5vBXbXgaJpZM4ZRCWY.gif" height="1" width="1" alt="" /></p>
<script type="application/json" data-scope="inboxmarkup">{"api_version":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name":"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"https://github.githubassets.com/images/email/message_cards/header.png","avatar_image_url":"https://github.githubassets.com/images/email/message_cards/avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/quicwg/base-drafts"}},"updates":{"snippets":[{"icon":"PERSON","message":"@kazuho approved #2141"}],"action":{"name":"View Pull Request","url":"https://github.com/quicwg/base-drafts/pull/2141#pullrequestreview-190573637"}}}</script>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/pull/2141#pullrequestreview-190573637",
"url": "https://github.com/quicwg/base-drafts/pull/2141#pullrequestreview-190573637",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>
----==_mimepart_5c357f5744b50_fc53fa2966d45c01525e7--


From nobody Tue Jan  8 21:00: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 8DC5C129AB8 for <quic-issues@ietfa.amsl.com>; Tue,  8 Jan 2019 21:00:33 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -6.519
X-Spam-Level: 
X-Spam-Status: No, score=-6.519 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIMWL_WL_HIGH=-0.065, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, HTML_IMAGE_ONLY_20=1.546, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-1, RCVD_IN_DNSWL_HI=-5, SPF_PASS=-0.001] autolearn=ham autolearn_force=no
Authentication-Results: ietfa.amsl.com (amavisd-new); dkim=pass (1024-bit key) header.d=github.com
Received: from mail.ietf.org ([4.31.198.44]) by localhost (ietfa.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id mhSSp-9g6Vak for <quic-issues@ietfa.amsl.com>; Tue,  8 Jan 2019 21:00: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 0C6B812872C for <quic-issues@ietf.org>; Tue,  8 Jan 2019 21:00:32 -0800 (PST)
Date: Tue, 08 Jan 2019 21:00:31 -0800
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1547010031; bh=1t3IS0+p1glUCfmY8yKePXJlqmVGW7EmK40wq5l3+P0=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=tYk91LBV0lDvbBUe94j66GX1MnxOF/Gg2Gf644nZ+/xZd1Egj1r4hNGnz681e0g7e oBqpP/mphWuynrB4ZBXyXFoAKhNxnNX1tj6P409srEjUqWzCbpucAVqLlOv2H7FuVK lAwyHiGz2FDKvkXRPD9VHhRhKcTQ+ApCjgyJQ/Ao=
From: Marten Seemann <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+0166e4ab1d71ba09be73b0b1ebcb04e56069c893311f4ffa92cf00000001184d41ef92a169ce174735aa@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/pull/2141/review/190573949@github.com>
In-Reply-To: <quicwg/base-drafts/pull/2141@github.com>
References: <quicwg/base-drafts/pull/2141@github.com>
Subject: Re: [quicwg/base-drafts] Recommend discarding bad, unauthenticated packets (#2141)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5c357fef29be0_f8e3fa2966d45c01446ef"; 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/b5_JkrSU0hf8MAeLyZV_31cNXKM>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
List-Id: Notification list for GitHub issues related to the QUIC WG <quic-issues.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=unsubscribe>
List-Archive: <https://mailarchive.ietf.org/arch/browse/quic-issues/>
List-Post: <mailto:quic-issues@ietf.org>
List-Help: <mailto:quic-issues-request@ietf.org?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, 09 Jan 2019 05:00:34 -0000

----==_mimepart_5c357fef29be0_f8e3fa2966d45c01446ef
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/2141#pullrequestreview-190573949
----==_mimepart_5c357fef29be0_f8e3fa2966d45c01446ef
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/2141#pullrequestreview-190573949">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AWbkq_ggQK7rmmgtaBD86Bq0r2SsCQQmks5vBXdvgaJpZM4ZRCWY">mute the thread</a>.<img src="https://github.com/notifications/beacon/AWbkqxYamhzfbjFiKgbT4DhctBbBFH2mks5vBXdvgaJpZM4ZRCWY.gif" height="1" width="1" alt="" /></p>
<script type="application/json" data-scope="inboxmarkup">{"api_version":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name":"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"https://github.githubassets.com/images/email/message_cards/header.png","avatar_image_url":"https://github.githubassets.com/images/email/message_cards/avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/quicwg/base-drafts"}},"updates":{"snippets":[{"icon":"PERSON","message":"@marten-seemann approved #2141"}],"action":{"name":"View Pull Request","url":"https://github.com/quicwg/base-drafts/pull/2141#pullrequestreview-190573949"}}}</script>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/pull/2141#pullrequestreview-190573949",
"url": "https://github.com/quicwg/base-drafts/pull/2141#pullrequestreview-190573949",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>
----==_mimepart_5c357fef29be0_f8e3fa2966d45c01446ef--


From nobody Tue Jan  8 21:01: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 0B5EC12872C for <quic-issues@ietfa.amsl.com>; Tue,  8 Jan 2019 21:01:01 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -6.447
X-Spam-Level: 
X-Spam-Status: No, score=-6.447 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIMWL_WL_HIGH=-0.065, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, HTML_IMAGE_ONLY_24=1.618, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-1, RCVD_IN_DNSWL_HI=-5, SPF_PASS=-0.001] autolearn=ham autolearn_force=no
Authentication-Results: ietfa.amsl.com (amavisd-new); dkim=pass (1024-bit key) header.d=github.com
Received: from mail.ietf.org ([4.31.198.44]) by localhost (ietfa.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id cbtuXKXQFlf3 for <quic-issues@ietfa.amsl.com>; Tue,  8 Jan 2019 21:00: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 38EB2129AB8 for <quic-issues@ietf.org>; Tue,  8 Jan 2019 21:00:59 -0800 (PST)
Date: Tue, 08 Jan 2019 21:00:58 -0800
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1547010058; bh=pt87jqBqhFaZ2P7KU7/QCCnEGdH61ulYp8xzXUi7Pvk=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=tDvVnpykh7ioHoemR1n7UvtyPwLzrbpDD0GT/63oSCrm+bNuO9C/3p2m0slynOS6/ 6ngMYU3Al1e0oCcL6QnOJkIFrM9aAh2A/7fC8E3kqP6NVFzn7ExRx25BpH3sAP53RB qoimKy1EykUL3OSDmbw2lyba7IOrHninnOj5iupM=
From: Martin Thomson <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+0166e4ab029fa576fa823e94592fdb5053ea50ba370bbf5592cf00000001184d420a92a169ce174735aa@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/pull/2141/c452572647@github.com>
In-Reply-To: <quicwg/base-drafts/pull/2141@github.com>
References: <quicwg/base-drafts/pull/2141@github.com>
Subject: Re: [quicwg/base-drafts] Recommend discarding bad, unauthenticated packets (#2141)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5c35800a4f182_61003fb3f92d45b41695c8"; 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_wfUdP4YF5lG6FqdvlIE90vjME>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
List-Id: Notification list for GitHub issues related to the QUIC WG <quic-issues.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=unsubscribe>
List-Archive: <https://mailarchive.ietf.org/arch/browse/quic-issues/>
List-Post: <mailto:quic-issues@ietf.org>
List-Help: <mailto:quic-issues-request@ietf.org?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, 09 Jan 2019 05:01:01 -0000

----==_mimepart_5c35800a4f182_61003fb3f92d45b41695c8
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

In reviewing this, I've watered this down to MAY.  I don't think that it is a real defense against off-path DoS attacks, because it's relatively easy to construct a packet that will avoid detection until the TLS Finished is validated, but I don't think that it's obviously harmful 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/2141#issuecomment-452572647
----==_mimepart_5c35800a4f182_61003fb3f92d45b41695c8
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: quoted-printable

<p>In reviewing this, I've watered this down to MAY.  I don't think that =
it is a real defense against off-path DoS attacks, because it's relativel=
y easy to construct a packet that will avoid detection until the TLS Fini=
shed is validated, but I don't think that it's obviously harmful either.<=
/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/pull/2141#issuecomment-452572647">view it on GitHub</a>, o=
r <a href=3D"https://github.com/notifications/unsubscribe-auth/AWbkq9fkpO=
pCFEoDchqAS-32AlpFMfQwks5vBXeKgaJpZM4ZRCWY">mute the thread</a>.<img src=3D=
"https://github.com/notifications/beacon/AWbkqzcfF7gJAh9PheIyYmFF7DUcR3yS=
ks5vBXeKgaJpZM4ZRCWY.gif" height=3D"1" width=3D"1" alt=3D"" /></p>
<script type=3D"application/json" data-scope=3D"inboxmarkup">{"api_versio=
n":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name"=
:"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"=
quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"http=
s://github.githubassets.com/images/email/message_cards/header.png","avata=
r_image_url":"https://github.githubassets.com/images/email/message_cards/=
avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/q=
uicwg/base-drafts"}},"updates":{"snippets":[{"icon":"PERSON","message":"@=
martinthomson in #2141: In reviewing this, I've watered this down to MAY.=
  I don't think that it is a real defense against off-path DoS attacks, b=
ecause it's relatively easy to construct a packet that will avoid detecti=
on until the TLS Finished is validated, but I don't think that it's obvio=
usly harmful either."}],"action":{"name":"View Pull Request","url":"https=
://github.com/quicwg/base-drafts/pull/2141#issuecomment-452572647"}}}</sc=
ript>
<script type=3D"application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/pull/2141#issuecomment-4=
52572647",
"url": "https://github.com/quicwg/base-drafts/pull/2141#issuecomment-4525=
72647",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>=

----==_mimepart_5c35800a4f182_61003fb3f92d45b41695c8--


From nobody Tue Jan  8 22:23: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 D78A4129C6A for <quic-issues@ietfa.amsl.com>; Tue,  8 Jan 2019 22:23:13 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -8.065
X-Spam-Level: 
X-Spam-Status: No, score=-8.065 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIMWL_WL_HIGH=-0.065, 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_PASS=-0.001] autolearn=ham autolearn_force=no
Authentication-Results: ietfa.amsl.com (amavisd-new); dkim=pass (1024-bit key) header.d=github.com
Received: from mail.ietf.org ([4.31.198.44]) by localhost (ietfa.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id t2dPjtyavxRv for <quic-issues@ietfa.amsl.com>; Tue,  8 Jan 2019 22:23: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 A90B1128D09 for <quic-issues@ietf.org>; Tue,  8 Jan 2019 22:23:11 -0800 (PST)
Date: Tue, 08 Jan 2019 22:23:10 -0800
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1547014990; bh=SAwVmBS+7ynPLt00kRJjy36vQeNjgqoycnn0DrCKHvg=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=pjALCvofJssWx2ekXVo6ozPH5Z8S25z16EG9DVtfx2BOzKsEvhRXof5OGPplfnZR9 3fO01Pp8NWPBsf8N+1akwYZMUR/EjfATwxoqqsKXSxfiHtyqhPI3TiT3uQ61FQ7RWw EvO6d/Qfsj1763LOKDUDa5niYBg+URFlrmruSS/A=
From: Marten Seemann <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+0166e4ab2f3f255867e77aa51273199224638ec82a8b3a3592cf00000001184d554e92a169ce1770e975@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/pull/2237/review/190578232@github.com>
In-Reply-To: <quicwg/base-drafts/pull/2237@github.com>
References: <quicwg/base-drafts/pull/2237@github.com>
Subject: Re: [quicwg/base-drafts] Rework Key Update (#2237)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5c35934e6edf0_45dc3f8473cd45c42661ea"; 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/IkHOGd17ebcx9_8GA08Kvz4otFo>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
List-Id: Notification list for GitHub issues related to the QUIC WG <quic-issues.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=unsubscribe>
List-Archive: <https://mailarchive.ietf.org/arch/browse/quic-issues/>
List-Post: <mailto:quic-issues@ietf.org>
List-Help: <mailto:quic-issues-request@ietf.org?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, 09 Jan 2019 06:23:14 -0000

----==_mimepart_5c35934e6edf0_45dc3f8473cd45c42661ea
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

marten-seemann commented on this pull request.



> @@ -1101,75 +1101,153 @@ anticipation of receiving a ClientHello.
 # Key Update
 
 Once the 1-RTT keys are established and the short header is in use, 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.
+possible to update the keys used to protect packets. The Key Update field in the
+short header are used to indicate when key updates are permitted and when they

s/are/is/

>  
 This mechanism replaces the TLS KeyUpdate message.  Endpoints MUST NOT send a
 TLS KeyUpdate message.  Endpoints MUST treat the receipt of a TLS KeyUpdate
 message as a connection error of type 0x10a, equivalent to a fatal TLS alert of
 unexpected_message (see {{tls-errors}}).
 
-An endpoint MUST NOT initiate more than one key update at a time.  A new key
-cannot be used until the endpoint has received and successfully decrypted a
-packet with a matching KEY_PHASE.
+{{ex-key-update}} shows a key update process, with keys used identified with @M
+and @N.  Values in brackets [] indicate the value of Key Update bits.
+
+~~~
+   Initiating Peer                    Responding Peer
+
+@M [10] QUIC Packets
+. Update to @N
+@N [01] QUIC Packets
+                      -------->
+                                     QUIC Packets [10] @M

Why is this line here? The responding peer should update the keys immediately when receiving the first @N packet.

>  
-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 the low bit of the Key Update field (0x04) is the Key Phase bit.  The Key
+Phase is used to indicate which packet protection keys are in use.  The Key

Maybe better: "which packet protection key was used to protect this packet."

>  
-If the packet can be decrypted and authenticated using the updated key and IV,
-then the keys the endpoint uses for packet protection are also updated.  The
-next packet sent by the endpoint will then use the new keys.
+The endpoint uses the key and IV to protect all subsequent packets, clears the
+Key Update Permitted bit, and toggles the value of the low Key Phase bit.

This sentence reads better if you turn it around and insert an "updated": "The endpoint clears the Key Update Permitted bit, and toggles the value of the low Key Phase bit, and uses the updated key and IV to protect all subsequent packets."

>  
-If the packet can be decrypted and authenticated using the updated key and IV,
-then the keys the endpoint uses for packet protection are also updated.  The
-next packet sent by the endpoint will then use the new keys.
+The endpoint uses the key and IV to protect all subsequent packets, clears the
+Key Update Permitted bit, and toggles the value of the low Key Phase bit.
+
+An endpoint MUST NOT initiate more than one key update at a time.  A new key
+cannot be used until the endpoint has successfully processed a packet with a

Better: A subsequent key update can only be performed once the endpoint...

>  
-If the packet can be decrypted and authenticated using the updated key and IV,
-then the keys the endpoint uses for packet protection are also updated.  The
-next packet sent by the endpoint will then use the new keys.
+The endpoint uses the key and IV to protect all subsequent packets, clears the
+Key Update Permitted bit, and toggles the value of the low Key Phase bit.
+
+An endpoint MUST NOT initiate more than one key update at a time.  A new key
+cannot be used until the endpoint has successfully processed a packet with a
+matching Key Phase and the Key Update Permitted bit set.  Together, these
+indicate that the key update was received and acted on.
+
+Once an endpoint has received and successfully processed packets with the same
+Key Phase value, this indicates that the peer has also updated keys.  The
+endpoint can then set the Key Update Permitted bit to 1 on packets it

I'd prefer stronger language here. Ideally, a MUST (although we'd have to rearrange the text a bit to allow deferring this until the old keys are discarded).

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/quicwg/base-drafts/pull/2237#pullrequestreview-190578232
----==_mimepart_5c35934e6edf0_45dc3f8473cd45c42661ea
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/2237#discussion_r246263765">draft-ietf-quic-tls.md</a>:</p>
<pre style='color:#555'>&gt; @@ -1101,75 +1101,153 @@ anticipation of receiving a ClientHello.
 # Key Update
 
 Once the 1-RTT keys are established and the short header is in use, 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.
+possible to update the keys used to protect packets. The Key Update field in the
+short header are used to indicate when key updates are permitted and when they
</pre>
<p>s/are/is/</p>

<hr>

<p>In <a href="https://github.com/quicwg/base-drafts/pull/2237#discussion_r246265397">draft-ietf-quic-tls.md</a>:</p>
<pre style='color:#555'>&gt;  
 This mechanism replaces the TLS KeyUpdate message.  Endpoints MUST NOT send a
 TLS KeyUpdate message.  Endpoints MUST treat the receipt of a TLS KeyUpdate
 message as a connection error of type 0x10a, equivalent to a fatal TLS alert of
 unexpected_message (see {{tls-errors}}).
 
-An endpoint MUST NOT initiate more than one key update at a time.  A new key
-cannot be used until the endpoint has received and successfully decrypted a
-packet with a matching KEY_PHASE.
+{{ex-key-update}} shows a key update process, with keys used identified with @M
+and @N.  Values in brackets [] indicate the value of Key Update bits.
+
+~~~
+   Initiating Peer                    Responding Peer
+
+@M [10] QUIC Packets
+. Update to @N
+@N [01] QUIC Packets
+                      --------&gt;
+                                     QUIC Packets [10] @M
</pre>
<p>Why is this line here? The responding peer should update the keys immediately when receiving the first <a class="user-mention" data-hovercard-type="user" data-hovercard-url="/hovercards?user_id=108156" data-octo-click="hovercard-link-click" data-octo-dimensions="link_type:self" href="https://github.com/n">@n</a> packet.</p>

<hr>

<p>In <a href="https://github.com/quicwg/base-drafts/pull/2237#discussion_r246265641">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 the low bit of the Key Update field (0x04) is the Key Phase bit.  The Key
+Phase is used to indicate which packet protection keys are in use.  The Key
</pre>
<p>Maybe better: "which packet protection key was used to protect this packet."</p>

<hr>

<p>In <a href="https://github.com/quicwg/base-drafts/pull/2237#discussion_r246266335">draft-ietf-quic-tls.md</a>:</p>
<pre style='color:#555'>&gt;  
-If the packet can be decrypted and authenticated using the updated key and IV,
-then the keys the endpoint uses for packet protection are also updated.  The
-next packet sent by the endpoint will then use the new keys.
+The endpoint uses the key and IV to protect all subsequent packets, clears the
+Key Update Permitted bit, and toggles the value of the low Key Phase bit.
</pre>
<p>This sentence reads better if you turn it around and insert an "updated": "The endpoint clears the Key Update Permitted bit, and toggles the value of the low Key Phase bit, and uses the updated key and IV to protect all subsequent packets."</p>

<hr>

<p>In <a href="https://github.com/quicwg/base-drafts/pull/2237#discussion_r246266472">draft-ietf-quic-tls.md</a>:</p>
<pre style='color:#555'>&gt;  
-If the packet can be decrypted and authenticated using the updated key and IV,
-then the keys the endpoint uses for packet protection are also updated.  The
-next packet sent by the endpoint will then use the new keys.
+The endpoint uses the key and IV to protect all subsequent packets, clears the
+Key Update Permitted bit, and toggles the value of the low Key Phase bit.
+
+An endpoint MUST NOT initiate more than one key update at a time.  A new key
+cannot be used until the endpoint has successfully processed a packet with a
</pre>
<p>Better: A subsequent key update can only be performed once the endpoint...</p>

<hr>

<p>In <a href="https://github.com/quicwg/base-drafts/pull/2237#discussion_r246266718">draft-ietf-quic-tls.md</a>:</p>
<pre style='color:#555'>&gt;  
-If the packet can be decrypted and authenticated using the updated key and IV,
-then the keys the endpoint uses for packet protection are also updated.  The
-next packet sent by the endpoint will then use the new keys.
+The endpoint uses the key and IV to protect all subsequent packets, clears the
+Key Update Permitted bit, and toggles the value of the low Key Phase bit.
+
+An endpoint MUST NOT initiate more than one key update at a time.  A new key
+cannot be used until the endpoint has successfully processed a packet with a
+matching Key Phase and the Key Update Permitted bit set.  Together, these
+indicate that the key update was received and acted on.
+
+Once an endpoint has received and successfully processed packets with the same
+Key Phase value, this indicates that the peer has also updated keys.  The
+endpoint can then set the Key Update Permitted bit to 1 on packets it
</pre>
<p>I'd prefer stronger language here. Ideally, a MUST (although we'd have to rearrange the text a bit to allow deferring this until the old keys are discarded).</p>

<p style="font-size:small;-webkit-text-size-adjust:none;color:#666;">&mdash;<br />You are receiving this because you are subscribed to this thread.<br />Reply to this email directly, <a href="https://github.com/quicwg/base-drafts/pull/2237#pullrequestreview-190578232">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AWbkq9In8amrGp20Zt_0hayx3y9BZI_oks5vBYrOgaJpZM4ZdMPV">mute the thread</a>.<img src="https://github.com/notifications/beacon/AWbkqxbK8WVqHT4K3mWG-muYDzCjZvH-ks5vBYrOgaJpZM4ZdMPV.gif" height="1" width="1" alt="" /></p>
<script type="application/json" data-scope="inboxmarkup">{"api_version":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name":"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"https://github.githubassets.com/images/email/message_cards/header.png","avatar_image_url":"https://github.githubassets.com/images/email/message_cards/avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/quicwg/base-drafts"}},"updates":{"snippets":[{"icon":"PERSON","message":"@marten-seemann commented on #2237"}],"action":{"name":"View Pull Request","url":"https://github.com/quicwg/base-drafts/pull/2237#pullrequestreview-190578232"}}}</script>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/pull/2237#pullrequestreview-190578232",
"url": "https://github.com/quicwg/base-drafts/pull/2237#pullrequestreview-190578232",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>
----==_mimepart_5c35934e6edf0_45dc3f8473cd45c42661ea--


From nobody Tue Jan  8 23:30:57 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 70EBF130DC0 for <quic-issues@ietfa.amsl.com>; Tue,  8 Jan 2019 23:30:56 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -1.447
X-Spam-Level: 
X-Spam-Status: No, score=-1.447 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIMWL_WL_HIGH=-0.065, DKIM_SIGNED=0.1, DKIM_VALID=-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_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 iOM2Q18jYX5w for <quic-issues@ietfa.amsl.com>; Tue,  8 Jan 2019 23:30:55 -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 44428130934 for <quic-issues@ietf.org>; Tue,  8 Jan 2019 23:30:55 -0800 (PST)
DKIM-Signature: v=1; a=rsa-sha1; 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=+5zBhcaamsvrIJz6JYb5V7uos4w=; b=spZER0KmqzH5HYco Sr5PGSgMUszZDo4LKI4XxVcy2y6GFeX1M4PIKLz/MHRzDdFjCvjZuH1Gjkmidyl2 963brPayNLIdjKxRtAMPG4MPgSgBVAom3yHRAUIRswpIp/mt7pg1R8WIaFFnlGUf l2PbY0FiuLJjQtlqrdqKgso892I=
Received: by filter1392p1mdw1.sendgrid.net with SMTP id filter1392p1mdw1-2827-5C35A32D-1A 2019-01-09 07:30:53.987065392 +0000 UTC m=+107954.669435361
Received: from github-lowworker-e711880.cp1-iad.github.net (unknown [192.30.252.45]) by ismtpd0019p1iad1.sendgrid.net (SG) with ESMTP id fq34WdWwS_aOv99zoeipHw for <quic-issues@ietf.org>; Wed, 09 Jan 2019 07:30:53.955 +0000 (UTC)
Received: from github.com (localhost [127.0.0.1]) by github-lowworker-e711880.cp1-iad.github.net (Postfix) with ESMTP id E76B0441421 for <quic-issues@ietf.org>; Tue,  8 Jan 2019 23:30:53 -0800 (PST)
Date: Wed, 09 Jan 2019 07:30:54 +0000 (UTC)
From: Julian Reschke <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+0166e4ab0686c0e803f30d4c91333c39e138e1a59ab4d1b592cf00000001184d652d92a169ce17ad78ef@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/issues/2317@github.com>
Subject: [quicwg/base-drafts] transport: abstract contains references (#2317)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5c35a32de593b_61693f9e10cd45b890951"; charset=UTF-8
Content-Transfer-Encoding: 7bit
Precedence: list
X-GitHub-Sender: reschke
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: l64QuQ2uJCcEyUykJbxN122A6QRmEpucztpreh3Pak0dDhJ0ZmPSdbNO90oYXDAH+7doZK2n++7htD vC7CNFBKCZ8TPHQQIRdM5sqCw0AUrjxgkec7Jhq0tv/A5JMma8z4+nO9QZ2eeE1upc9nKLLGBtedTh qvE8gz06rNKjZCBeKIyFP+827iakECzys4U7LDWfOjBaqk+PST6jNnXJ+Wi1z7hBfb7Udx/kbvFYVb A=
Archived-At: <https://mailarchive.ietf.org/arch/msg/quic-issues/oGrWe_essFoUHibAsiP81Q0KEbE>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
List-Id: Notification list for GitHub issues related to the QUIC WG <quic-issues.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=unsubscribe>
List-Archive: <https://mailarchive.ietf.org/arch/browse/quic-issues/>
List-Post: <mailto:quic-issues@ietf.org>
List-Help: <mailto:quic-issues-request@ietf.org?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, 09 Jan 2019 07:30:56 -0000

----==_mimepart_5c35a32de593b_61693f9e10cd45b890951
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: quoted-printable

"This document defines the core of the QUIC transport protocol. Accompanyin=
g documents describe QUIC=E2=80=99s loss detection and congestion control [=
QUIC-RECOVERY] and the use of TLS for key negotiation [QUIC-TLS]."=0D
=0D
...which is not allowed; the abstract needs to be stand-alone.=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/2317=

----==_mimepart_5c35a32de593b_61693f9e10cd45b890951
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: quoted-printable

<p>"This document defines the core of the QUIC transport protocol. Accompan=
ying documents describe QUIC=E2=80=99s loss detection and congestion contro=
l [QUIC-RECOVERY] and the use of TLS for key negotiation [QUIC-TLS]."</p>=
=0D
<p>...which is not allowed; the abstract needs to be stand-alone.</p>=0D
=0D
<p style=3D"font-size:small;-webkit-text-size-adjust:none;color:#666;">&mda=
sh;<br />You are receiving this because you are subscribed to this thread.<=
br />Reply to this email directly, <a href=3D"https://github.com/quicwg/bas=
e-drafts/issues/2317">view it on GitHub</a>, or <a href=3D"https://github.c=
om/notifications/unsubscribe-auth/AWbkq8MOhqoePed4X1NVOXk_Pofz5lomks5vBZqtg=
aJpZM4Z2651">mute the thread</a>.<img src=3D"https://github.com/notificatio=
ns/beacon/AWbkq6uCFXur6iKZwuaj4wqNjB0QVrt-ks5vBZqtgaJpZM4Z2651.gif" height=
=3D"1" width=3D"1" alt=3D"" /></p>=0D
<script type=3D"application/json" data-scope=3D"inboxmarkup">{"api_version"=
:"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name":"Gi=
tHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"quicwg=
/base-drafts","subtitle":"GitHub repository","main_image_url":"https://gith=
ub.githubassets.com/images/email/message_cards/header.png","avatar_image_ur=
l":"https://github.githubassets.com/images/email/message_cards/avatar.png",=
"action":{"name":"Open in GitHub","url":"https://github.com/quicwg/base-dra=
fts"}},"updates":{"snippets":[{"icon":"DESCRIPTION","message":"transport: a=
bstract contains references (#2317)"}],"action":{"name":"View Issue","url":=
"https://github.com/quicwg/base-drafts/issues/2317"}}}</script>=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/2317",=0D
"url": "https://github.com/quicwg/base-drafts/issues/2317",=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_5c35a32de593b_61693f9e10cd45b890951--


From nobody Tue Jan  8 23:32: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 4C95412F1A2 for <quic-issues@ietfa.amsl.com>; Tue,  8 Jan 2019 23:32:47 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -6.447
X-Spam-Level: 
X-Spam-Status: No, score=-6.447 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIMWL_WL_HIGH=-0.065, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, HTML_IMAGE_ONLY_24=1.618, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-1, RCVD_IN_DNSWL_HI=-5, SPF_PASS=-0.001] autolearn=ham autolearn_force=no
Authentication-Results: ietfa.amsl.com (amavisd-new); dkim=pass (1024-bit key) header.d=github.com
Received: from mail.ietf.org ([4.31.198.44]) by localhost (ietfa.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id ZJDUuIClpnwA for <quic-issues@ietfa.amsl.com>; Tue,  8 Jan 2019 23:32: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 9B56F128766 for <quic-issues@ietf.org>; Tue,  8 Jan 2019 23:32:45 -0800 (PST)
Date: Tue, 08 Jan 2019 23:32:44 -0800
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1547019164; bh=B/yLytPK1hBWCQM40Xpi+GpytEcN5UPJ9tDhamZeLw8=; h=Date:From:Reply-To:To:Cc:Subject:List-ID:List-Archive:List-Post: List-Unsubscribe:From; b=yrmBS8nN0psNqXuNHFVn1WnxHe9MHHJalgUifOJ7klv4B4N3JjIG37IGRuwvSMyDY sR1ZXtaMHDwd5hv8SlaG0MYUPkUFSr4cVW/7Nv10TM7CQQvCim7sCpqxH4LlZg5sel 6qfPGS5+1AHii+p8G2J4rHXYGgHfMZc+g1SubUN0=
From: Julian Reschke <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+0166e4ab2ca066a478598444374ab519da169b8ce7eaaf2a92cf00000001184d659c92a169ce17ad7ab0@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/issues/2318@github.com>
Subject: [quicwg/base-drafts] transport: dangling references to recovery (#2318)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5c35a39c702da_2f443f98b24d45c4616254"; charset=UTF-8
Content-Transfer-Encoding: 7bit
Precedence: list
X-GitHub-Sender: reschke
X-GitHub-Recipient: quic-issues
X-GitHub-Reason: subscribed
X-Auto-Response-Suppress: All
X-GitHub-Recipient-Address: quic-issues@ietf.org
Archived-At: <https://mailarchive.ietf.org/arch/msg/quic-issues/KZswTsBT9xhL2fUMWjrLlXoKHsc>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
List-Id: Notification list for GitHub issues related to the QUIC WG <quic-issues.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=unsubscribe>
List-Archive: <https://mailarchive.ietf.org/arch/browse/quic-issues/>
List-Post: <mailto:quic-issues@ietf.org>
List-Help: <mailto:quic-issues-request@ietf.org?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, 09 Jan 2019 07:32:47 -0000

----==_mimepart_5c35a39c702da_2f443f98b24d45c4616254
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

WARNING: apparently dangling reference to 5.3.3 of QUIC-RECOVERY
WARNING: apparently dangling reference to 5.3.3 of QUIC-RECOVERY
WARNING: apparently dangling reference to 5.3.1 of QUIC-RECOVERY
WARNING: apparently dangling reference to 5.3.1 of QUIC-RECOVERY

...probably caused by refactoring over 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/issues/2318
----==_mimepart_5c35a39c702da_2f443f98b24d45c4616254
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

<p>WARNING: apparently dangling reference to 5.3.3 of QUIC-RECOVERY<br>
WARNING: apparently dangling reference to 5.3.3 of QUIC-RECOVERY<br>
WARNING: apparently dangling reference to 5.3.1 of QUIC-RECOVERY<br>
WARNING: apparently dangling reference to 5.3.1 of QUIC-RECOVERY</p>
<p>...probably caused by refactoring over 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/issues/2318">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AWbkqz-plWwqhKD5Dzj3H0iu14sEM6Yhks5vBZscgaJpZM4Z27CL">mute the thread</a>.<img src="https://github.com/notifications/beacon/AWbkq4ENmpIDUTPpDakMiGy7qV2uond0ks5vBZscgaJpZM4Z27CL.gif" height="1" width="1" alt="" /></p>
<script type="application/json" data-scope="inboxmarkup">{"api_version":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name":"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"https://github.githubassets.com/images/email/message_cards/header.png","avatar_image_url":"https://github.githubassets.com/images/email/message_cards/avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/quicwg/base-drafts"}},"updates":{"snippets":[{"icon":"DESCRIPTION","message":"transport: dangling references to recovery (#2318)"}],"action":{"name":"View Issue","url":"https://github.com/quicwg/base-drafts/issues/2318"}}}</script>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/issues/2318",
"url": "https://github.com/quicwg/base-drafts/issues/2318",
"name": "View Issue"
},
"description": "View this Issue on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>
----==_mimepart_5c35a39c702da_2f443f98b24d45c4616254--


From nobody Tue Jan  8 23:41: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 3A06612F1A2 for <quic-issues@ietfa.amsl.com>; Tue,  8 Jan 2019 23:41:45 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -8.064
X-Spam-Level: 
X-Spam-Status: No, score=-8.064 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIMWL_WL_HIGH=-0.065, 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_PASS=-0.001] autolearn=ham autolearn_force=no
Authentication-Results: ietfa.amsl.com (amavisd-new); dkim=pass (1024-bit key) header.d=github.com
Received: from mail.ietf.org ([4.31.198.44]) by localhost (ietfa.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 7H1VR5YvxAeT for <quic-issues@ietfa.amsl.com>; Tue,  8 Jan 2019 23:41: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 09781128CF3 for <quic-issues@ietf.org>; Tue,  8 Jan 2019 23:41:43 -0800 (PST)
Date: Tue, 08 Jan 2019 23:41:41 -0800
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1547019701; bh=7k/F0szCs9R7T4E5MZxNSS2k7Nwjbr+29LaKg1I+3rQ=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=ymm1xjXLM/NDclwqhHHQDPSe9eompAI3HQstd1dGoljSOWgY2SJ+2yxYzczv2pf3R zHtX3Ra0/ZKh2UPSvjo0gHf1xR3i9jF9/uT7Va0v/r4S3R9wItd7rpYWEMzj3KtFFp 8rbS8ePIXXq3XUF62LhLOQcqTyeDxXd3vmH9fOdY=
From: Kazuho Oku <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+0166e4abccb1c9bc540203e45448a63a91ede803d9688df192cf00000001184d67b592a169ce177f0208@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/issues/2259/452601070@github.com>
In-Reply-To: <quicwg/base-drafts/issues/2259@github.com>
References: <quicwg/base-drafts/issues/2259@github.com>
Subject: Re: [quicwg/base-drafts] amplification attack using Retry and VN triggered by coalesced Initial packets (#2259)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5c35a5b5ba328_a163fc550cd45c44329ab"; 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/RQ_idP4y5Rg8LCmXsHXloeZ_7LU>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
List-Id: Notification list for GitHub issues related to the QUIC WG <quic-issues.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=unsubscribe>
List-Archive: <https://mailarchive.ietf.org/arch/browse/quic-issues/>
List-Post: <mailto:quic-issues@ietf.org>
List-Help: <mailto:quic-issues-request@ietf.org?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, 09 Jan 2019 07:41:45 -0000

----==_mimepart_5c35a5b5ba328_a163fc550cd45c44329ab
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

> Is there any case where it a VN / Retry would reasonably be triggered after the first packet in a datagram?

I do not think such a case exists, because a QUIC packet belonging to different connections are never coalesced, and because v1 requires every packet of a connection to use the same version number.

Therefore, I agree that endpoints can restrict VN / Retry to the first packet. It might be a good idea to clarify that.

Though I am not sure if that should be the normative requirement. IMO, the requirement is that a server MUST NOT send too many (possible no more than one) datagram in response. The way you describe is one way of achieving 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/2259#issuecomment-452601070
----==_mimepart_5c35a5b5ba328_a163fc550cd45c44329ab
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: quoted-printable

<blockquote>
<p>Is there any case where it a VN / Retry would reasonably be triggered =
after the first packet in a datagram?</p>
</blockquote>
<p>I do not think such a case exists, because a QUIC packet belonging to =
different connections are never coalesced, and because v1 requires every =
packet of a connection to use the same version number.</p>
<p>Therefore, I agree that endpoints can restrict VN / Retry to the first=
 packet. It might be a good idea to clarify that.</p>
<p>Though I am not sure if that should be the normative requirement. IMO,=
 the requirement is that a server MUST NOT send too many (possible no mor=
e than one) datagram in response. The way you describe is one way of achi=
eving that.</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/2259#issuecomment-452601070">view it on GitHub</a>,=
 or <a href=3D"https://github.com/notifications/unsubscribe-auth/AWbkq3Bb=
eGBoI5j-QLhOSVz_ls9vnWsAks5vBZ01gaJpZM4Zh5Ox">mute the thread</a>.<img sr=
c=3D"https://github.com/notifications/beacon/AWbkq2QiogN_CvFRwa2TSObzOMUg=
kCfJks5vBZ01gaJpZM4Zh5Ox.gif" height=3D"1" width=3D"1" alt=3D"" /></p>
<script type=3D"application/json" data-scope=3D"inboxmarkup">{"api_versio=
n":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name"=
:"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"=
quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"http=
s://github.githubassets.com/images/email/message_cards/header.png","avata=
r_image_url":"https://github.githubassets.com/images/email/message_cards/=
avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/q=
uicwg/base-drafts"}},"updates":{"snippets":[{"icon":"PERSON","message":"@=
kazuho in #2259: \u003e Is there any case where it a VN / Retry would rea=
sonably be triggered after the first packet in a datagram?\r\n\r\nI do no=
t think such a case exists, because a QUIC packet belonging to different =
connections are never coalesced, and because v1 requires every packet of =
a connection to use the same version number.\r\n\r\nTherefore, I agree th=
at endpoints can restrict VN / Retry to the first packet. It might be a g=
ood idea to clarify that.\r\n\r\nThough I am not sure if that should be t=
he normative requirement. IMO, the requirement is that a server MUST NOT =
send too many (possible no more than one) datagram in response. The way y=
ou describe is one way of achieving that."}],"action":{"name":"View Issue=
","url":"https://github.com/quicwg/base-drafts/issues/2259#issuecomment-4=
52601070"}}}</script>
<script type=3D"application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/issues/2259#issuecomment=
-452601070",
"url": "https://github.com/quicwg/base-drafts/issues/2259#issuecomment-45=
2601070",
"name": "View Issue"
},
"description": "View this Issue on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>=

----==_mimepart_5c35a5b5ba328_a163fc550cd45c44329ab--


From nobody Wed Jan  9 00:10: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 A23F8130D7A for <quic-issues@ietfa.amsl.com>; Wed,  9 Jan 2019 00:10:33 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -8.064
X-Spam-Level: 
X-Spam-Status: No, score=-8.064 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIMWL_WL_HIGH=-0.065, 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_PASS=-0.001] autolearn=ham autolearn_force=no
Authentication-Results: ietfa.amsl.com (amavisd-new); dkim=pass (1024-bit key) header.d=github.com
Received: from mail.ietf.org ([4.31.198.44]) by localhost (ietfa.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id wfMIXCwTUgrG for <quic-issues@ietfa.amsl.com>; Wed,  9 Jan 2019 00:10: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 ED8CB128766 for <quic-issues@ietf.org>; Wed,  9 Jan 2019 00:10:31 -0800 (PST)
Date: Wed, 09 Jan 2019 00:10:30 -0800
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1547021430; bh=YZ61qVa8x2AFff5/UIhJXdn7tsPDDpE0ccMUCIYW9AM=; h=Date:From:Reply-To:To:Cc:Subject:List-ID:List-Archive:List-Post: List-Unsubscribe:From; b=eEfWeKGmRrIE6xUsUi0fPj7YGx1x8d0PUoaUbycjd7HquFm4as9K01ZIrn4WWtJfu T5DP7g7iK5GGeMVa/6iJNrb2ZONzm/Nfhi+ZjaDDgrgJikVI3/lYnlXKqx2r7gO170 yB19O3k9kvfF9QI9l1m6ygHMgLx5Q6sKJXJfM8gc=
From: Marten Seemann <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+0166e4ab4f6bae1a017f6f466a297d12e2942fc7b229523992cf00000001184d6e7692a169ce17ada169@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/issues/2319@github.com>
Subject: [quicwg/base-drafts] introduce an error code for loss recovery-related errors (#2319)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5c35ac76988fb_61d13f9e264d45b470332a"; 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/jjmNrHCOH3XMg8FBihOS6Njf3wM>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
List-Id: Notification list for GitHub issues related to the QUIC WG <quic-issues.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=unsubscribe>
List-Archive: <https://mailarchive.ietf.org/arch/browse/quic-issues/>
List-Post: <mailto:quic-issues@ietf.org>
List-Help: <mailto:quic-issues-request@ietf.org?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, 09 Jan 2019 08:10:34 -0000

----==_mimepart_5c35ac76988fb_61d13f9e264d45b470332a
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

As discussed in https://github.com/quicwg/base-drafts/pull/2302#discussion_r245545039, I'd like to advocate for introducing a new error code for loss recovery-related errors, e.g. when an unsent packet (in a respective packet number space) is acknowledged.

In general, we have transport error codes to describe the area where an error occurred. For example, we have a STREAM_STATE_ERROR, which is used when the peer sends frames for the wrong stream type or unopened stream types. And we have a FLOW_CONTROL_ERROR, for, obviously, flow-control related errors.

Generating ACKs for multiple packet number spaces is not a trivial thing to do, and it would be of great help for debugging to have a more specific error here than the catch-all PROTOCOL_VIOLATION.

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/quicwg/base-drafts/issues/2319
----==_mimepart_5c35ac76988fb_61d13f9e264d45b470332a
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

<p>As discussed in <a class="issue-link js-issue-link" data-error-text="Failed to load issue title" data-id="396308442" data-permission-text="Issue title is private" data-url="https://github.com/quicwg/base-drafts/issues/2302" data-hovercard-type="pull_request" data-hovercard-url="/quicwg/base-drafts/pull/2302/hovercard?comment_id=245545039&amp;comment_type=review_comment" href="https://github.com/quicwg/base-drafts/pull/2302#discussion_r245545039">#2302 (comment)</a>, I'd like to advocate for introducing a new error code for loss recovery-related errors, e.g. when an unsent packet (in a respective packet number space) is acknowledged.</p>
<p>In general, we have transport error codes to describe the area where an error occurred. For example, we have a STREAM_STATE_ERROR, which is used when the peer sends frames for the wrong stream type or unopened stream types. And we have a FLOW_CONTROL_ERROR, for, obviously, flow-control related errors.</p>
<p>Generating ACKs for multiple packet number spaces is not a trivial thing to do, and it would be of great help for debugging to have a more specific error here than the catch-all PROTOCOL_VIOLATION.</p>

<p style="font-size:small;-webkit-text-size-adjust:none;color:#666;">&mdash;<br />You are receiving this because you are subscribed to this thread.<br />Reply to this email directly, <a href="https://github.com/quicwg/base-drafts/issues/2319">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AWbkq9nlHxPa7kNeJcpkwzIQBB1u6ylDks5vBaP2gaJpZM4Z295L">mute the thread</a>.<img src="https://github.com/notifications/beacon/AWbkq8uopoHx0RrMtOv36RvPHYMlGI4Hks5vBaP2gaJpZM4Z295L.gif" height="1" width="1" alt="" /></p>
<script type="application/json" data-scope="inboxmarkup">{"api_version":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name":"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"https://github.githubassets.com/images/email/message_cards/header.png","avatar_image_url":"https://github.githubassets.com/images/email/message_cards/avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/quicwg/base-drafts"}},"updates":{"snippets":[{"icon":"DESCRIPTION","message":"introduce an error code for loss recovery-related errors (#2319)"}],"action":{"name":"View Issue","url":"https://github.com/quicwg/base-drafts/issues/2319"}}}</script>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/issues/2319",
"url": "https://github.com/quicwg/base-drafts/issues/2319",
"name": "View Issue"
},
"description": "View this Issue on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>
----==_mimepart_5c35ac76988fb_61d13f9e264d45b470332a--


From nobody Wed Jan  9 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 AD4D4130D7A for <quic-issues@ietfa.amsl.com>; Wed,  9 Jan 2019 00:47:31 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -6.447
X-Spam-Level: 
X-Spam-Status: No, score=-6.447 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIMWL_WL_HIGH=-0.065, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, HTML_IMAGE_ONLY_24=1.618, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-1, RCVD_IN_DNSWL_HI=-5, SPF_PASS=-0.001] autolearn=ham autolearn_force=no
Authentication-Results: ietfa.amsl.com (amavisd-new); dkim=pass (1024-bit key) header.d=github.com
Received: from mail.ietf.org ([4.31.198.44]) by localhost (ietfa.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id yXg80sBUIdze for <quic-issues@ietfa.amsl.com>; Wed,  9 Jan 2019 00:47: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 D4F1B128766 for <quic-issues@ietf.org>; Wed,  9 Jan 2019 00:47:29 -0800 (PST)
Date: Wed, 09 Jan 2019 00:47:28 -0800
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1547023648; bh=Z5upgheYHeXTrXUBpeW2S2PRv6h3Hg5tTPlipAiF+rs=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=G7jd99m9jN0BcmKOasARYoCT6G/vLL0yjD+6E25eGz9bFmlbpAXytOavYxM/5mdH7 V1ojVjQBTBKAUZnN7NlwZWyn4q6d7aumtD/xvc4MQu69/WcPIaWci5q3cIaYYhAKop xEv3e96OGZK/Fe5Dj1pwqsHgqw8elvUc4ylQQx28=
From: MikkelFJ <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+0166e4ab7c95c1bf4ca7b64c690889d139653d7df73f087c92cf00000001184d772092a169ce17ada169@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/issues/2319/452617276@github.com>
In-Reply-To: <quicwg/base-drafts/issues/2319@github.com>
References: <quicwg/base-drafts/issues/2319@github.com>
Subject: Re: [quicwg/base-drafts] introduce an error code for loss recovery-related errors (#2319)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5c35b5206092f_66b43f9a810d45c022291e"; 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/0IIcWiv9lP3qPn1nWliGsA0gt3s>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
List-Id: Notification list for GitHub issues related to the QUIC WG <quic-issues.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=unsubscribe>
List-Archive: <https://mailarchive.ietf.org/arch/browse/quic-issues/>
List-Post: <mailto:quic-issues@ietf.org>
List-Help: <mailto:quic-issues-request@ietf.org?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, 09 Jan 2019 08:47:32 -0000

----==_mimepart_5c35b5206092f_66b43f9a810d45c022291e
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

I think this is best served in the associated error message string.

In production this is a real attack, and less information to the attacker is a good thing.

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/quicwg/base-drafts/issues/2319#issuecomment-452617276
----==_mimepart_5c35b5206092f_66b43f9a810d45c022291e
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

<p>I think this is best served in the associated error message string.</p>
<p>In production this is a real attack, and less information to the attacker is a good thing.</p>

<p style="font-size:small;-webkit-text-size-adjust:none;color:#666;">&mdash;<br />You are receiving this because you are subscribed to this thread.<br />Reply to this email directly, <a href="https://github.com/quicwg/base-drafts/issues/2319#issuecomment-452617276">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AWbkq-eYVv-R63oJorT7CEAw11thbSMaks5vBayggaJpZM4Z295L">mute the thread</a>.<img src="https://github.com/notifications/beacon/AWbkq7ane_r8pdd_F2x1nvI2pFlrnS7Uks5vBayggaJpZM4Z295L.gif" height="1" width="1" alt="" /></p>
<script type="application/json" data-scope="inboxmarkup">{"api_version":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name":"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"https://github.githubassets.com/images/email/message_cards/header.png","avatar_image_url":"https://github.githubassets.com/images/email/message_cards/avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/quicwg/base-drafts"}},"updates":{"snippets":[{"icon":"PERSON","message":"@mikkelfj in #2319: I think this is best served in the associated error message string.\r\n\r\nIn production this is a real attack, and less information to the attacker is a good thing."}],"action":{"name":"View Issue","url":"https://github.com/quicwg/base-drafts/issues/2319#issuecomment-452617276"}}}</script>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/issues/2319#issuecomment-452617276",
"url": "https://github.com/quicwg/base-drafts/issues/2319#issuecomment-452617276",
"name": "View Issue"
},
"description": "View this Issue on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>
----==_mimepart_5c35b5206092f_66b43f9a810d45c022291e--


From nobody Wed Jan  9 00: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 B8A0D128766 for <quic-issues@ietfa.amsl.com>; Wed,  9 Jan 2019 00:56:14 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -6.447
X-Spam-Level: 
X-Spam-Status: No, score=-6.447 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIMWL_WL_HIGH=-0.065, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, HTML_IMAGE_ONLY_24=1.618, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-1, RCVD_IN_DNSWL_HI=-5, SPF_PASS=-0.001] autolearn=ham autolearn_force=no
Authentication-Results: ietfa.amsl.com (amavisd-new); dkim=pass (1024-bit key) header.d=github.com
Received: from mail.ietf.org ([4.31.198.44]) by localhost (ietfa.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id PoMcjz0L0uSE for <quic-issues@ietfa.amsl.com>; Wed,  9 Jan 2019 00:56:13 -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 284941274D0 for <quic-issues@ietf.org>; Wed,  9 Jan 2019 00:56:13 -0800 (PST)
Date: Wed, 09 Jan 2019 00:56:12 -0800
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1547024172; bh=h+hJv23p4J6k8sSPwlP7/qHUslbkEh4bXalGe//wGJE=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=2fNgYfaGt6dnWYVrrKpbXszqmk/io8ZQP2VWgDe6NhllGGaxOEKaxB091ii7D5JoA 6zcahfm1i7alwCJxtWLJ36dQu4BAwwDgXh6v1JU40p1z8nwOLSMuzlwVlKZEu0wrhj PrEMx3NAPiJglU4fqfysXgtKO1Jxabdt+lO/LV9I=
From: MikkelFJ <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+0166e4ab133b3cc9a72086bb3a6fec17376ae2fc13a428f992cf00000001184d792c92a169ce177f0208@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/issues/2259/452619665@github.com>
In-Reply-To: <quicwg/base-drafts/issues/2259@github.com>
References: <quicwg/base-drafts/issues/2259@github.com>
Subject: Re: [quicwg/base-drafts] amplification attack using Retry and VN triggered by coalesced Initial packets (#2259)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5c35b72c2750_3ae93faececd45bc12971dc"; 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/verLrLarfZ9tVfhu1c5S5veQB_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, 09 Jan 2019 08:56:15 -0000

----==_mimepart_5c35b72c2750_3ae93faececd45bc12971dc
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

If it is normative it would prevent certain reorderings of packets that receivers would otherwise need to consider, however little sense such reorderings make.

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/quicwg/base-drafts/issues/2259#issuecomment-452619665
----==_mimepart_5c35b72c2750_3ae93faececd45bc12971dc
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

<p>If it is normative it would prevent certain reorderings of packets that receivers would otherwise need to consider, however little sense such reorderings make.</p>

<p style="font-size:small;-webkit-text-size-adjust:none;color:#666;">&mdash;<br />You are receiving this because you are subscribed to this thread.<br />Reply to this email directly, <a href="https://github.com/quicwg/base-drafts/issues/2259#issuecomment-452619665">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AWbkqwXdU7Vyr5F2KSHR1xYIyZ0mye8Qks5vBa6sgaJpZM4Zh5Ox">mute the thread</a>.<img src="https://github.com/notifications/beacon/AWbkq-zUO1b9dCTB_vNSeuop7Ol3m7cyks5vBa6sgaJpZM4Zh5Ox.gif" height="1" width="1" alt="" /></p>
<script type="application/json" data-scope="inboxmarkup">{"api_version":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name":"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"https://github.githubassets.com/images/email/message_cards/header.png","avatar_image_url":"https://github.githubassets.com/images/email/message_cards/avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/quicwg/base-drafts"}},"updates":{"snippets":[{"icon":"PERSON","message":"@mikkelfj in #2259: If it is normative it would prevent certain reorderings of packets that receivers would otherwise need to consider, however little sense such reorderings make."}],"action":{"name":"View Issue","url":"https://github.com/quicwg/base-drafts/issues/2259#issuecomment-452619665"}}}</script>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/issues/2259#issuecomment-452619665",
"url": "https://github.com/quicwg/base-drafts/issues/2259#issuecomment-452619665",
"name": "View Issue"
},
"description": "View this Issue on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>
----==_mimepart_5c35b72c2750_3ae93faececd45bc12971dc--


From nobody Wed Jan  9 01:02: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 64C62128766 for <quic-issues@ietfa.amsl.com>; Wed,  9 Jan 2019 01:02:08 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -6.661
X-Spam-Level: 
X-Spam-Status: No, score=-6.661 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIMWL_WL_HIGH=-0.065, 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_PASS=-0.001] autolearn=ham autolearn_force=no
Authentication-Results: ietfa.amsl.com (amavisd-new); dkim=pass (1024-bit key) header.d=github.com
Received: from mail.ietf.org ([4.31.198.44]) by localhost (ietfa.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id ekjxvqYjtsHM for <quic-issues@ietfa.amsl.com>; Wed,  9 Jan 2019 01:02:07 -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 E30CA1274D0 for <quic-issues@ietf.org>; Wed,  9 Jan 2019 01:02:06 -0800 (PST)
Date: Wed, 09 Jan 2019 01:02:05 -0800
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1547024525; bh=9h4IG8c9Q+8r+iEVRPeTSr25SGYlpVPjSIzBjM4QYdw=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=1F0groQXcPqscW8135b1SneJDHPYMYznXHHl3s6uos51MwzNv5u81+rHdahS7fTE8 /Ksi7peiNVNRNWB6ZHQq5RVny9wfvWhP+yezeOPK7rnXLoNE5+qDYWDGTHHoe/O3gY AuIrY+qlPwp1+pXKfm8Vgsnk7NMK7pF+5FuL3QnI=
From: Marten Seemann <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+0166e4abc0d6331d7892167727b7e846e666e2e644c9d9b192cf00000001184d7a8d92a169ce17ada169@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/issues/2319/452621421@github.com>
In-Reply-To: <quicwg/base-drafts/issues/2319@github.com>
References: <quicwg/base-drafts/issues/2319@github.com>
Subject: Re: [quicwg/base-drafts] introduce an error code for loss recovery-related errors (#2319)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5c35b88dc8007_669e3fa2330d45c03277ca"; 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/uzQCbke64FkvBFK3BydL9xwkhKk>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
List-Id: Notification list for GitHub issues related to the QUIC WG <quic-issues.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=unsubscribe>
List-Archive: <https://mailarchive.ietf.org/arch/browse/quic-issues/>
List-Post: <mailto:quic-issues@ietf.org>
List-Help: <mailto:quic-issues-request@ietf.org?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, 09 Jan 2019 09:02:09 -0000

----==_mimepart_5c35b88dc8007_669e3fa2330d45c03277ca
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

Then why do we have different error codes stream states, flow control etc.? There are real attacks here as well, and I don't see why they would be less severe than loss recovery-related attacks. At least we should be consistent.
If we really say that all errors just give an attacker more information, let's kill all error codes except NO_ERROR and SERVER_BUSY.

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/quicwg/base-drafts/issues/2319#issuecomment-452621421
----==_mimepart_5c35b88dc8007_669e3fa2330d45c03277ca
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: quoted-printable

<p>Then why do we have different error codes stream states, flow control =
etc.? There are real attacks here as well, and I don't see why they would=
 be less severe than loss recovery-related attacks. At least we should be=
 consistent.<br>
If we really say that all errors just give an attacker more information, =
let's kill all error codes except NO_ERROR and SERVER_BUSY.</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/2319#issuecomment-452621421">view it on GitHub</a>,=
 or <a href=3D"https://github.com/notifications/unsubscribe-auth/AWbkqzRh=
u19P4xiloi7DlYCCTqMjp2PUks5vBbANgaJpZM4Z295L">mute the thread</a>.<img sr=
c=3D"https://github.com/notifications/beacon/AWbkqymF1XmW5T7RoPLQvczxprvg=
oDfWks5vBbANgaJpZM4Z295L.gif" height=3D"1" width=3D"1" alt=3D"" /></p>
<script type=3D"application/json" data-scope=3D"inboxmarkup">{"api_versio=
n":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name"=
:"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"=
quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"http=
s://github.githubassets.com/images/email/message_cards/header.png","avata=
r_image_url":"https://github.githubassets.com/images/email/message_cards/=
avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/q=
uicwg/base-drafts"}},"updates":{"snippets":[{"icon":"PERSON","message":"@=
marten-seemann in #2319: Then why do we have different error codes stream=
 states, flow control etc.? There are real attacks here as well, and I do=
n't see why they would be less severe than loss recovery-related attacks.=
 At least we should be consistent.\r\nIf we really say that all errors ju=
st give an attacker more information, let's kill all error codes except N=
O_ERROR and SERVER_BUSY."}],"action":{"name":"View Issue","url":"https://=
github.com/quicwg/base-drafts/issues/2319#issuecomment-452621421"}}}</scr=
ipt>
<script type=3D"application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/issues/2319#issuecomment=
-452621421",
"url": "https://github.com/quicwg/base-drafts/issues/2319#issuecomment-45=
2621421",
"name": "View Issue"
},
"description": "View this Issue on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>=

----==_mimepart_5c35b88dc8007_669e3fa2330d45c03277ca--


From nobody Wed Jan  9 01:36:35 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 E0282128766 for <quic-issues@ietfa.amsl.com>; Wed,  9 Jan 2019 01:36:33 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -1.447
X-Spam-Level: 
X-Spam-Status: No, score=-1.447 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIMWL_WL_HIGH=-0.065, DKIM_SIGNED=0.1, DKIM_VALID=-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_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 dcEc0KFhfMI2 for <quic-issues@ietfa.amsl.com>; Wed,  9 Jan 2019 01:36:32 -0800 (PST)
Received: from o9.sgmail.github.com (o9.sgmail.github.com [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 826DA12008A for <quic-issues@ietf.org>; Wed,  9 Jan 2019 01:36:32 -0800 (PST)
DKIM-Signature: v=1; a=rsa-sha1; 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=ulkxSW5WNIPXw15l28yuoqZzhwk=; b=HF/It1f8QMNo1E+y fw6M3amGGm2YUC7YBf3K/LrRpoQWGmkHzAbadtPhfoy6vf/paMXJcYOBoD9I4r+z wymbNglkSFlbodrSDxP1coToUsVounQ4ioPhLu/HMPoZM9QgRARw2tWGC+kP3Bbk 5EZv1PTUstj+ZZsBsOAZ77PHj+w=
Received: by filter1580p1mdw1.sendgrid.net with SMTP id filter1580p1mdw1-20865-5C35C09E-12 2019-01-09 09:36:30.687381092 +0000 UTC m=+115882.346183009
Received: from github-lowworker-c7d2ff2.cp1-iad.github.net (unknown [192.30.252.32]) by ismtpd0012p1iad2.sendgrid.net (SG) with ESMTP id 373o0dsDQA6xfk_71P_Vug for <quic-issues@ietf.org>; Wed, 09 Jan 2019 09:36:30.682 +0000 (UTC)
Received: from github.com (localhost [127.0.0.1]) by github-lowworker-c7d2ff2.cp1-iad.github.net (Postfix) with ESMTP id 99F614C0348 for <quic-issues@ietf.org>; Wed,  9 Jan 2019 01:36:30 -0800 (PST)
Date: Wed, 09 Jan 2019 09:36:30 +0000 (UTC)
From: MikkelFJ <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+0166e4ab012ba2f081f791ad40359564d2156c9c96453f7792cf00000001184d829e92a169ce17ada169@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/issues/2319/452631809@github.com>
In-Reply-To: <quicwg/base-drafts/issues/2319@github.com>
References: <quicwg/base-drafts/issues/2319@github.com>
Subject: Re: [quicwg/base-drafts] introduce an error code for loss recovery-related errors (#2319)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5c35c09e98509_70173fd7374d45c42849fa"; 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
X-SG-EID: l64QuQ2uJCcEyUykJbxN122A6QRmEpucztpreh3Pak0HznXYp4BFeD1/q8Hr7D4G+SvZBP/bqxWalO BxDxQuqHMBSWA8xfQz0cihY/fnbCptgXcif7WPUbG5ZEQCkPCewF+tC1C1cTRWuyVayCP5MARld8Bw yX+2xZjBcUfeHHrGkJglNbdA3aCxPOOdpVdcqFyR1p/U1rrSG7MmY3y/RCsfRj8YG3pz3U2xQk8oTR E=
Archived-At: <https://mailarchive.ietf.org/arch/msg/quic-issues/1tJ70NNltjPix53eVqYBFGicFh8>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
List-Id: Notification list for GitHub issues related to the QUIC WG <quic-issues.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=unsubscribe>
List-Archive: <https://mailarchive.ietf.org/arch/browse/quic-issues/>
List-Post: <mailto:quic-issues@ietf.org>
List-Help: <mailto:quic-issues-request@ietf.org?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, 09 Jan 2019 09:36:34 -0000

----==_mimepart_5c35c09e98509_70173fd7374d45c42849fa
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

(I sense irony) MQTT tried to do that, but people were unhappy so they added more error codes, e.g. when incorrectly connecting multiple clients with the same client ID which was an easy mistake.

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/quicwg/base-drafts/issues/2319#issuecomment-452631809
----==_mimepart_5c35c09e98509_70173fd7374d45c42849fa
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

<p>(I sense irony) MQTT tried to do that, but people were unhappy so they added more error codes, e.g. when incorrectly connecting multiple clients with the same client ID which was an easy mistake.</p>

<p style="font-size:small;-webkit-text-size-adjust:none;color:#666;">&mdash;<br />You are receiving this because you are subscribed to this thread.<br />Reply to this email directly, <a href="https://github.com/quicwg/base-drafts/issues/2319#issuecomment-452631809">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AWbkqy7CQzcd3NG7wNO11pxPysXmb8QOks5vBbgegaJpZM4Z295L">mute the thread</a>.<img src="https://github.com/notifications/beacon/AWbkq6czgNghcYsaDj4QNkfm-jSlBl56ks5vBbgegaJpZM4Z295L.gif" height="1" width="1" alt="" /></p>
<script type="application/json" data-scope="inboxmarkup">{"api_version":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name":"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"https://github.githubassets.com/images/email/message_cards/header.png","avatar_image_url":"https://github.githubassets.com/images/email/message_cards/avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/quicwg/base-drafts"}},"updates":{"snippets":[{"icon":"PERSON","message":"@mikkelfj in #2319: (I sense irony) MQTT tried to do that, but people were unhappy so they added more error codes, e.g. when incorrectly connecting multiple clients with the same client ID which was an easy mistake."}],"action":{"name":"View Issue","url":"https://github.com/quicwg/base-drafts/issues/2319#issuecomment-452631809"}}}</script>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/issues/2319#issuecomment-452631809",
"url": "https://github.com/quicwg/base-drafts/issues/2319#issuecomment-452631809",
"name": "View Issue"
},
"description": "View this Issue on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>
----==_mimepart_5c35c09e98509_70173fd7374d45c42849fa--


From nobody Wed Jan  9 01: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 0FCCD129B88 for <quic-issues@ietfa.amsl.com>; Wed,  9 Jan 2019 01:41:01 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -6.447
X-Spam-Level: 
X-Spam-Status: No, score=-6.447 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIMWL_WL_HIGH=-0.065, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, HTML_IMAGE_ONLY_24=1.618, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-1, RCVD_IN_DNSWL_HI=-5, SPF_PASS=-0.001] autolearn=ham autolearn_force=no
Authentication-Results: ietfa.amsl.com (amavisd-new); dkim=pass (1024-bit key) header.d=github.com
Received: from mail.ietf.org ([4.31.198.44]) by localhost (ietfa.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id QCPaca2cGvd8 for <quic-issues@ietfa.amsl.com>; Wed,  9 Jan 2019 01:40: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 3C9A512008A for <quic-issues@ietf.org>; Wed,  9 Jan 2019 01:40:59 -0800 (PST)
Date: Wed, 09 Jan 2019 01:40:57 -0800
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1547026857; bh=kiie+H7u1UTdGzCQu7LE01imX9KjTGeeaAw9rJeIzIA=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=F+eIiW++h1PvHLKWgSBQQqBDOtkbUz6gZU5EgCPuXLBYadGaHoEstH8BUE3bjgvPG CmedznQBdQbIVDasltQ38/xQlMPNcGUQcpTpB3fZA19gADZMMpx8/nnZtM9e3zbPTX ncbcdI6CkIco/WlKRMGUk9CNHc7oVt/6A+eFCNs8=
From: MikkelFJ <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+0166e4ab9f7840d30c5ce53138e346d9bd891aaa84c8edd292cf00000001184d83a992a169ce17ada169@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/issues/2319/452633224@github.com>
In-Reply-To: <quicwg/base-drafts/issues/2319@github.com>
References: <quicwg/base-drafts/issues/2319@github.com>
Subject: Re: [quicwg/base-drafts] introduce an error code for loss recovery-related errors (#2319)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5c35c1a9dccdd_44243fd3f20d45c04757cb"; 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/RxVl1dpyHlxZtvrxwaPMm5zRrIM>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
List-Id: Notification list for GitHub issues related to the QUIC WG <quic-issues.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=unsubscribe>
List-Archive: <https://mailarchive.ietf.org/arch/browse/quic-issues/>
List-Post: <mailto:quic-issues@ietf.org>
List-Help: <mailto:quic-issues-request@ietf.org?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, 09 Jan 2019 09:41:01 -0000

----==_mimepart_5c35c1a9dccdd_44243fd3f20d45c04757cb
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

More seriously, an attacker could use the error code to find a way to avoid hitting haps in optimistic gaps with high probability. Granted, the attacker could probably also use PROTOCOL_VIOLATION to infer that, once it is confident it has a working 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/2319#issuecomment-452633224
----==_mimepart_5c35c1a9dccdd_44243fd3f20d45c04757cb
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

<p>More seriously, an attacker could use the error code to find a way to avoid hitting haps in optimistic gaps with high probability. Granted, the attacker could probably also use PROTOCOL_VIOLATION to infer that, once it is confident it has a working 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/2319#issuecomment-452633224">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AWbkq1bo84_FtGNrb9WmgPfH6jJfYTdUks5vBbkpgaJpZM4Z295L">mute the thread</a>.<img src="https://github.com/notifications/beacon/AWbkq4_Kdz-_mueWqyJOzL-8_KdfVRtMks5vBbkpgaJpZM4Z295L.gif" height="1" width="1" alt="" /></p>
<script type="application/json" data-scope="inboxmarkup">{"api_version":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name":"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"https://github.githubassets.com/images/email/message_cards/header.png","avatar_image_url":"https://github.githubassets.com/images/email/message_cards/avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/quicwg/base-drafts"}},"updates":{"snippets":[{"icon":"PERSON","message":"@mikkelfj in #2319: More seriously, an attacker could use the error code to find a way to avoid hitting haps in optimistic gaps with high probability. Granted, the attacker could probably also use PROTOCOL_VIOLATION to infer that, once it is confident it has a working implementation."}],"action":{"name":"View Issue","url":"https://github.com/quicwg/base-drafts/issues/2319#issuecomment-452633224"}}}</script>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/issues/2319#issuecomment-452633224",
"url": "https://github.com/quicwg/base-drafts/issues/2319#issuecomment-452633224",
"name": "View Issue"
},
"description": "View this Issue on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>
----==_mimepart_5c35c1a9dccdd_44243fd3f20d45c04757cb--


From nobody Wed Jan  9 01: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 D5E18128766 for <quic-issues@ietfa.amsl.com>; Wed,  9 Jan 2019 01:45:34 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -8.064
X-Spam-Level: 
X-Spam-Status: No, score=-8.064 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIMWL_WL_HIGH=-0.065, 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_PASS=-0.001] autolearn=ham autolearn_force=no
Authentication-Results: ietfa.amsl.com (amavisd-new); dkim=pass (1024-bit key) header.d=github.com
Received: from mail.ietf.org ([4.31.198.44]) by localhost (ietfa.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id N4dsD4tuOkmN for <quic-issues@ietfa.amsl.com>; Wed,  9 Jan 2019 01:45:33 -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 E7A7C12008A for <quic-issues@ietf.org>; Wed,  9 Jan 2019 01:45:32 -0800 (PST)
Date: Wed, 09 Jan 2019 01:45:31 -0800
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1547027131; bh=A4sY5b+ZIsOJFtR9oVlbgfsdKbJ4N4JXTdq4DSxe6o0=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=DmB7FstQeWyTEvU2ghWyepIBX4imwG1VhQovbcjFD6+3pUakh7qmAUdWLRBMBsmue vmsVIas3NicspIeQ9fAL7XkI61vuBggI5P56sr69BeuTtNl29OZegThfz7aiJ9vZXD 3/3lifaUHprLjZOSOazA3HBD2eTvCpW/OEfwpAlE=
From: ianswett <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+0166e4abebfd40037c65b286125efbb5b29f994fd7a5beaf92cf00000001184d84bb92a169ce17ada169@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/issues/2319/452634671@github.com>
In-Reply-To: <quicwg/base-drafts/issues/2319@github.com>
References: <quicwg/base-drafts/issues/2319@github.com>
Subject: Re: [quicwg/base-drafts] introduce an error code for loss recovery-related errors (#2319)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5c35c2bbd5f00_45e53f8473cd45c4152668c"; 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/HIAARGcjw6r37qDOzaFExJWbJ_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, 09 Jan 2019 09:45:35 -0000

----==_mimepart_5c35c2bbd5f00_45e53f8473cd45c4152668c
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

I'd like to add an error code for this.

In general, I don't think we have a consistent view on error codes and error strings at the moment.  We removed a lot of error codes around the time of the Paris interim, many of which could not be sent on the wire and so really needed to be removed.  But we haven't added many(if any?) back and this seems like a good one to add.

But if we think the error code is providing too much information to the peer, then error details is almost certainly even more, unless it's always empty, in which case what's the 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/issues/2319#issuecomment-452634671
----==_mimepart_5c35c2bbd5f00_45e53f8473cd45c4152668c
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: quoted-printable

<p>I'd like to add an error code for this.</p>
<p>In general, I don't think we have a consistent view on error codes and=
 error strings at the moment.  We removed a lot of error codes around the=
 time of the Paris interim, many of which could not be sent on the wire a=
nd so really needed to be removed.  But we haven't added many(if any?) ba=
ck and this seems like a good one to add.</p>
<p>But if we think the error code is providing too much information to th=
e peer, then error details is almost certainly even more, unless it's alw=
ays empty, in which case what's the point?</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/2319#issuecomment-452634671">view it on GitHub</a>,=
 or <a href=3D"https://github.com/notifications/unsubscribe-auth/AWbkqxbh=
lm0b6mODV9j2Dpli-X7VGvMCks5vBbo7gaJpZM4Z295L">mute the thread</a>.<img sr=
c=3D"https://github.com/notifications/beacon/AWbkq49V6K2mRb2rBAy_GEqzPztu=
ANB1ks5vBbo7gaJpZM4Z295L.gif" height=3D"1" width=3D"1" alt=3D"" /></p>
<script type=3D"application/json" data-scope=3D"inboxmarkup">{"api_versio=
n":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name"=
:"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"=
quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"http=
s://github.githubassets.com/images/email/message_cards/header.png","avata=
r_image_url":"https://github.githubassets.com/images/email/message_cards/=
avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/q=
uicwg/base-drafts"}},"updates":{"snippets":[{"icon":"PERSON","message":"@=
ianswett in #2319: I'd like to add an error code for this.\r\n\r\nIn gene=
ral, I don't think we have a consistent view on error codes and error str=
ings at the moment.  We removed a lot of error codes around the time of t=
he Paris interim, many of which could not be sent on the wire and so real=
ly needed to be removed.  But we haven't added many(if any?) back and thi=
s seems like a good one to add.\r\n\r\nBut if we think the error code is =
providing too much information to the peer, then error details is almost =
certainly even more, unless it's always empty, in which case what's the p=
oint?"}],"action":{"name":"View Issue","url":"https://github.com/quicwg/b=
ase-drafts/issues/2319#issuecomment-452634671"}}}</script>
<script type=3D"application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/issues/2319#issuecomment=
-452634671",
"url": "https://github.com/quicwg/base-drafts/issues/2319#issuecomment-45=
2634671",
"name": "View Issue"
},
"description": "View this Issue on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>=

----==_mimepart_5c35c2bbd5f00_45e53f8473cd45c4152668c--


From nobody Wed Jan  9 01:53: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 DF2E2128766 for <quic-issues@ietfa.amsl.com>; Wed,  9 Jan 2019 01:53:42 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -6.447
X-Spam-Level: 
X-Spam-Status: No, score=-6.447 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIMWL_WL_HIGH=-0.065, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, HTML_IMAGE_ONLY_24=1.618, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-1, RCVD_IN_DNSWL_HI=-5, SPF_PASS=-0.001] autolearn=ham autolearn_force=no
Authentication-Results: ietfa.amsl.com (amavisd-new); dkim=pass (1024-bit key) header.d=github.com
Received: from mail.ietf.org ([4.31.198.44]) by localhost (ietfa.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 0fp2GZViYyYL for <quic-issues@ietfa.amsl.com>; Wed,  9 Jan 2019 01:53:41 -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 25F0912008A for <quic-issues@ietf.org>; Wed,  9 Jan 2019 01:53:41 -0800 (PST)
Date: Wed, 09 Jan 2019 01:53:40 -0800
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1547027620; bh=QpkhDy7imxfL6AeGjLYp/fC1zirXKjUjKQ3ai8/T+LM=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=h/G8ymPIOvNFA513EAK8kyDtDsQcI/ejhWcmvEZUpev35g53Wa7s4f14cDXLQBN1+ sz9vWFzuKCCE2Hb7m+oBnyQ6Nk/+PRorUIARXWsR8iM24TvRN5VmjALSsXl4mmSAZl 1Jl0rgx8Jht6leYz1WLzs34VXSkQBHgo1bcu9L08=
From: MikkelFJ <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+0166e4ab178019a2cba0d5bdbef19f0be37d072b0f9fd54092cf00000001184d86a492a169ce17ada169@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/issues/2319/452637198@github.com>
In-Reply-To: <quicwg/base-drafts/issues/2319@github.com>
References: <quicwg/base-drafts/issues/2319@github.com>
Subject: Re: [quicwg/base-drafts] introduce an error code for loss recovery-related errors (#2319)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5c35c4a43c998_24cc3fec894d45bc57181f"; 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/qDx-Or3sdnq-OQ8HcUu3pHLx1Dg>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
List-Id: Notification list for GitHub issues related to the QUIC WG <quic-issues.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=unsubscribe>
List-Archive: <https://mailarchive.ietf.org/arch/browse/quic-issues/>
List-Post: <mailto:quic-issues@ietf.org>
List-Help: <mailto:quic-issues-request@ietf.org?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, 09 Jan 2019 09:53:43 -0000

----==_mimepart_5c35c4a43c998_24cc3fec894d45bc57181f
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

The error details can be flagged out in production and used for debugging. Perhaps there should be some guidelines on 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/2319#issuecomment-452637198
----==_mimepart_5c35c4a43c998_24cc3fec894d45bc57181f
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

<p>The error details can be flagged out in production and used for debugging. Perhaps there should be some guidelines on 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/2319#issuecomment-452637198">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AWbkqxoR4nOugwnmEdbsj1_cIikxFuITks5vBbwkgaJpZM4Z295L">mute the thread</a>.<img src="https://github.com/notifications/beacon/AWbkq7qIt_XP1Zah0Hipn7ZFpcBPn1qjks5vBbwkgaJpZM4Z295L.gif" height="1" width="1" alt="" /></p>
<script type="application/json" data-scope="inboxmarkup">{"api_version":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name":"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"https://github.githubassets.com/images/email/message_cards/header.png","avatar_image_url":"https://github.githubassets.com/images/email/message_cards/avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/quicwg/base-drafts"}},"updates":{"snippets":[{"icon":"PERSON","message":"@mikkelfj in #2319: The error details can be flagged out in production and used for debugging. Perhaps there should be some guidelines on that."}],"action":{"name":"View Issue","url":"https://github.com/quicwg/base-drafts/issues/2319#issuecomment-452637198"}}}</script>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/issues/2319#issuecomment-452637198",
"url": "https://github.com/quicwg/base-drafts/issues/2319#issuecomment-452637198",
"name": "View Issue"
},
"description": "View this Issue on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>
----==_mimepart_5c35c4a43c998_24cc3fec894d45bc57181f--


From nobody Wed Jan  9 01: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 B119A130DC7 for <quic-issues@ietfa.amsl.com>; Wed,  9 Jan 2019 01:58:45 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -6.447
X-Spam-Level: 
X-Spam-Status: No, score=-6.447 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIMWL_WL_HIGH=-0.065, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, HTML_IMAGE_ONLY_24=1.618, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-1, RCVD_IN_DNSWL_HI=-5, SPF_PASS=-0.001] autolearn=ham autolearn_force=no
Authentication-Results: ietfa.amsl.com (amavisd-new); dkim=pass (1024-bit key) header.d=github.com
Received: from mail.ietf.org ([4.31.198.44]) by localhost (ietfa.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id t8sAhA6zYZBf for <quic-issues@ietfa.amsl.com>; Wed,  9 Jan 2019 01:58: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 E2C21130DC1 for <quic-issues@ietf.org>; Wed,  9 Jan 2019 01:58:43 -0800 (PST)
Date: Wed, 09 Jan 2019 01:58:42 -0800
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1547027922; bh=iaZlXqE81OQmrs7nmD7t3Kny50APIr/8wexguliOsa0=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=WStTkDj6Z6fsy6NDRRWx4Y5GBnWrkadKfM5PMLiNUm+YuC+qMfQP0bY2Du15QCrr9 EbMKUnaqyIdhpClPZcR3Zw+yJ8cO8idcvFpFqCU2z1dy0DRwvHe+ypjGQYMM7Tlqii IusvNGY6nPqsUsItsSZJOewSYq/IRiEzuhtd5gTc=
From: MikkelFJ <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+0166e4aba53f05710f39933dc833b60ee8d008d51589ed2a92cf00000001184d87d292a169ce17ada169@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/issues/2319/452638822@github.com>
In-Reply-To: <quicwg/base-drafts/issues/2319@github.com>
References: <quicwg/base-drafts/issues/2319@github.com>
Subject: Re: [quicwg/base-drafts] introduce an error code for loss recovery-related errors (#2319)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5c35c5d285301_516d3f803a6d45bc12457f"; 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/VAX-MiXJGQytYBpNav8GyitsJsM>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
List-Id: Notification list for GitHub issues related to the QUIC WG <quic-issues.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=unsubscribe>
List-Archive: <https://mailarchive.ietf.org/arch/browse/quic-issues/>
List-Post: <mailto:quic-issues@ietf.org>
List-Help: <mailto:quic-issues-request@ietf.org?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, 09 Jan 2019 09:58:46 -0000

----==_mimepart_5c35c5d285301_516d3f803a6d45bc12457f
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

Actually, optimistic ACK's could also be defended against by ignoring the invalid ACK's and silently downgrading the connection to min CWND. That would provide even less feedback to an attacker. But of course an error is needed for debugging. Not sure I would recommend this - but it is an option.

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/quicwg/base-drafts/issues/2319#issuecomment-452638822
----==_mimepart_5c35c5d285301_516d3f803a6d45bc12457f
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: quoted-printable

<p>Actually, optimistic ACK's could also be defended against by ignoring =
the invalid ACK's and silently downgrading the connection to min CWND. Th=
at would provide even less feedback to an attacker. But of course an erro=
r is needed for debugging. Not sure I would recommend this - but it is an=
 option.</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/2319#issuecomment-452638822">view it on GitHub</a>,=
 or <a href=3D"https://github.com/notifications/unsubscribe-auth/AWbkqwNl=
wnrhr6W7tPGgH1M9zdUbe5TUks5vBb1SgaJpZM4Z295L">mute the thread</a>.<img sr=
c=3D"https://github.com/notifications/beacon/AWbkqxo6WirRjw0iIPKUBbV2h2nG=
Pw37ks5vBb1SgaJpZM4Z295L.gif" height=3D"1" width=3D"1" alt=3D"" /></p>
<script type=3D"application/json" data-scope=3D"inboxmarkup">{"api_versio=
n":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name"=
:"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"=
quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"http=
s://github.githubassets.com/images/email/message_cards/header.png","avata=
r_image_url":"https://github.githubassets.com/images/email/message_cards/=
avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/q=
uicwg/base-drafts"}},"updates":{"snippets":[{"icon":"PERSON","message":"@=
mikkelfj in #2319: Actually, optimistic ACK's could also be defended agai=
nst by ignoring the invalid ACK's and silently downgrading the connection=
 to min CWND. That would provide even less feedback to an attacker. But o=
f course an error is needed for debugging. Not sure I would recommend thi=
s - but it is an option."}],"action":{"name":"View Issue","url":"https://=
github.com/quicwg/base-drafts/issues/2319#issuecomment-452638822"}}}</scr=
ipt>
<script type=3D"application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/issues/2319#issuecomment=
-452638822",
"url": "https://github.com/quicwg/base-drafts/issues/2319#issuecomment-45=
2638822",
"name": "View Issue"
},
"description": "View this Issue on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>=

----==_mimepart_5c35c5d285301_516d3f803a6d45bc12457f--


From nobody Wed Jan  9 02:18: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 7720E128766 for <quic-issues@ietfa.amsl.com>; Wed,  9 Jan 2019 02:18:32 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -8.064
X-Spam-Level: 
X-Spam-Status: No, score=-8.064 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIMWL_WL_HIGH=-0.065, 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_PASS=-0.001] autolearn=ham autolearn_force=no
Authentication-Results: ietfa.amsl.com (amavisd-new); dkim=pass (1024-bit key) header.d=github.com
Received: from mail.ietf.org ([4.31.198.44]) by localhost (ietfa.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id IFU7GvJ4SiyD for <quic-issues@ietfa.amsl.com>; Wed,  9 Jan 2019 02:18:30 -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 B26C212008A for <quic-issues@ietf.org>; Wed,  9 Jan 2019 02:18:30 -0800 (PST)
Date: Wed, 09 Jan 2019 02:18:29 -0800
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1547029109; bh=xIsyH6Z7oU/f38EQvMw3ZGh9UfIPU41lplMLo0iq1h4=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=MfecADExr99JCO9085GbdfBiI2iJ9UIWg5KsQj5Mb/XGhaHyckaD6BZgPussN6/ia QpJU2tFz8D1JuF5cy5yVYLONpPVGswMIJ5oq0N7z9yFdKt4H+Opzvih5zWJLhCs0GJ MpDp+ES8waSqIsiAr0nwwkb8hdrXZ8SVbnm8aPC8=
From: Kazuho Oku <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+0166e4ab67b3a1e5c1110bd71c1096e75ff3c96331c8acd092cf00000001184d8c7592a169ce17ada169@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/issues/2319/452644859@github.com>
In-Reply-To: <quicwg/base-drafts/issues/2319@github.com>
References: <quicwg/base-drafts/issues/2319@github.com>
Subject: Re: [quicwg/base-drafts] introduce an error code for loss recovery-related errors (#2319)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5c35ca759a241_2e1f3f85cd4d45bc74255"; 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/Aih85ncagK8KciECP8r7Rxdbijk>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
List-Id: Notification list for GitHub issues related to the QUIC WG <quic-issues.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=unsubscribe>
List-Archive: <https://mailarchive.ietf.org/arch/browse/quic-issues/>
List-Post: <mailto:quic-issues@ietf.org>
List-Help: <mailto:quic-issues-request@ietf.org?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, 09 Jan 2019 10:18:33 -0000

----==_mimepart_5c35ca759a241_2e1f3f85cd4d45bc74255
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

@marten-seemann 
> introduce an error code for loss recovery-related errors

I like the way you frame the issue. It is my understanding that we have so far assigned an error code for features rather than every one of the specific errors. Calling it "loss recovery-related errors" certainly follows that practice.

The question is if there is a group of errors that fall into the category. Do you have something other than ACK containing an invalid packet number in mind?

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/quicwg/base-drafts/issues/2319#issuecomment-452644859
----==_mimepart_5c35ca759a241_2e1f3f85cd4d45bc74255
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=3D1478487" data-octo-click=3D"hovercard-link-c=
lick" data-octo-dimensions=3D"link_type:self" href=3D"https://github.com/=
marten-seemann">@marten-seemann</a></p>
<blockquote>
<p>introduce an error code for loss recovery-related errors</p>
</blockquote>
<p>I like the way you frame the issue. It is my understanding that we hav=
e so far assigned an error code for features rather than every one of the=
 specific errors. Calling it "loss recovery-related errors" certainly fol=
lows that practice.</p>
<p>The question is if there is a group of errors that fall into the categ=
ory. Do you have something other than ACK containing an invalid packet nu=
mber in mind?</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/2319#issuecomment-452644859">view it on GitHub</a>,=
 or <a href=3D"https://github.com/notifications/unsubscribe-auth/AWbkqz9u=
SW0Q39mT2eQrl_Lqm-_VkjyEks5vBcH1gaJpZM4Z295L">mute the thread</a>.<img sr=
c=3D"https://github.com/notifications/beacon/AWbkq825uRzoaP8Io5euNfS7OBWf=
RrOVks5vBcH1gaJpZM4Z295L.gif" height=3D"1" width=3D"1" alt=3D"" /></p>
<script type=3D"application/json" data-scope=3D"inboxmarkup">{"api_versio=
n":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name"=
:"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"=
quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"http=
s://github.githubassets.com/images/email/message_cards/header.png","avata=
r_image_url":"https://github.githubassets.com/images/email/message_cards/=
avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/q=
uicwg/base-drafts"}},"updates":{"snippets":[{"icon":"PERSON","message":"@=
kazuho in #2319: @marten-seemann \r\n\u003e introduce an error code for l=
oss recovery-related errors\r\n\r\nI like the way you frame the issue. It=
 is my understanding that we have so far assigned an error code for featu=
res rather than every one of the specific errors. Calling it \"loss recov=
ery-related errors\" certainly follows that practice.\r\n\r\nThe question=
 is if there is a group of errors that fall into the category. Do you hav=
e something other than ACK containing an invalid packet number in mind?"}=
],"action":{"name":"View Issue","url":"https://github.com/quicwg/base-dra=
fts/issues/2319#issuecomment-452644859"}}}</script>
<script type=3D"application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/issues/2319#issuecomment=
-452644859",
"url": "https://github.com/quicwg/base-drafts/issues/2319#issuecomment-45=
2644859",
"name": "View Issue"
},
"description": "View this Issue on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>=

----==_mimepart_5c35ca759a241_2e1f3f85cd4d45bc74255--


From nobody Wed Jan  9 02:20: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 E9AA612F1AC for <quic-issues@ietfa.amsl.com>; Wed,  9 Jan 2019 02:20:14 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -6.661
X-Spam-Level: 
X-Spam-Status: No, score=-6.661 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIMWL_WL_HIGH=-0.065, 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_PASS=-0.001] autolearn=ham autolearn_force=no
Authentication-Results: ietfa.amsl.com (amavisd-new); dkim=pass (1024-bit key) header.d=github.com
Received: from mail.ietf.org ([4.31.198.44]) by localhost (ietfa.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 0yLgbU7NPb6L for <quic-issues@ietfa.amsl.com>; Wed,  9 Jan 2019 02:20:13 -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 500A912008A for <quic-issues@ietf.org>; Wed,  9 Jan 2019 02:20:13 -0800 (PST)
Date: Wed, 09 Jan 2019 02:20:12 -0800
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1547029212; bh=ZE1rOUzc7aVcc6Nqhk/eW9vMJXwvyB8XVqrEQu2biHs=; h=Date:From:Reply-To:To:Cc:Subject:List-ID:List-Archive:List-Post: List-Unsubscribe:From; b=VWEbinx/fD+IkwEGF7kxOQmyDJekm+mdASVOu9aoGkkoOMAOmHovpJzSTbPVHeZBU MOi+uZWpV6qUWed8Fs2IKaI+F0J+2PUGOTgDMNwi5F5pIlR/D8Llhrpi3ji0DVa2f7 T/WvSj2O02cxKhbAErF4y0C7BhfU4wUhUEJJTM/A=
From: Brian Trammell <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+0166e4ab274cded2f9db803c068409d3aba967597d3b8f9d92cf00000001184d8cdc92a169ce17ae59b5@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/pull/2320@github.com>
Subject: [quicwg/base-drafts] update short header illustration to sync with #2203 (#2320)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5c35cadccb21_4c203ff5f90d45c4941e4"; 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/JlUobOfUFIz1QukAnTKxftM3A7M>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
List-Id: Notification list for GitHub issues related to the QUIC WG <quic-issues.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=unsubscribe>
List-Archive: <https://mailarchive.ietf.org/arch/browse/quic-issues/>
List-Post: <mailto:quic-issues@ietf.org>
List-Help: <mailto:quic-issues-request@ietf.org?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, 09 Jan 2019 10:20:15 -0000

----==_mimepart_5c35cadccb21_4c203ff5f90d45c4941e4
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

now that the first octet PR landed, spin-exp needs to be updated to reflect the change. this does that.
You can view, comment on, or merge this pull request online at:

  https://github.com/quicwg/base-drafts/pull/2320

-- Commit Summary --

  * update short header illustration to sync with #2203

-- File Changes --

    M draft-ietf-quic-spin-exp.md (22)

-- Patch Links --

https://github.com/quicwg/base-drafts/pull/2320.patch
https://github.com/quicwg/base-drafts/pull/2320.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/2320

----==_mimepart_5c35cadccb21_4c203ff5f90d45c4941e4
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

<p>now that the first octet PR landed, spin-exp needs to be updated to reflect the change. this does that.</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/2320'>https://github.com/quicwg/base-drafts/pull/2320</a></p>

<h4>Commit Summary</h4>
<ul>
  <li>update short header illustration to sync with #2203</li>
</ul>

<h4>File Changes</h4>
<ul>
  <li>
    <strong>M</strong>
    <a href="https://github.com/quicwg/base-drafts/pull/2320/files#diff-0">draft-ietf-quic-spin-exp.md</a>
    (22)
  </li>
</ul>

<h4>Patch Links:</h4>
<ul>
  <li><a href='https://github.com/quicwg/base-drafts/pull/2320.patch'>https://github.com/quicwg/base-drafts/pull/2320.patch</a></li>
  <li><a href='https://github.com/quicwg/base-drafts/pull/2320.diff'>https://github.com/quicwg/base-drafts/pull/2320.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/2320">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AWbkqw00UOwHc7RNnQkzZkv2swrHiE1Jks5vBcJcgaJpZM4Z3LVm">mute the thread</a>.<img src="https://github.com/notifications/beacon/AWbkq2e9ulNE4W07JMBm-k29EvhenOwUks5vBcJcgaJpZM4Z3LVm.gif" height="1" width="1" alt="" /></p>
<script type="application/json" data-scope="inboxmarkup">{"api_version":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name":"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"https://github.githubassets.com/images/email/message_cards/header.png","avatar_image_url":"https://github.githubassets.com/images/email/message_cards/avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/quicwg/base-drafts"}},"updates":{"snippets":[{"icon":"DESCRIPTION","message":"update short header illustration to sync with #2203 (#2320)"}],"action":{"name":"View Pull Request","url":"https://github.com/quicwg/base-drafts/pull/2320"}}}</script>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/pull/2320",
"url": "https://github.com/quicwg/base-drafts/pull/2320",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>

----==_mimepart_5c35cadccb21_4c203ff5f90d45c4941e4--


From nobody Wed Jan  9 02:36: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 ABA58130DD0 for <quic-issues@ietfa.amsl.com>; Wed,  9 Jan 2019 02:36:34 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -6.661
X-Spam-Level: 
X-Spam-Status: No, score=-6.661 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIMWL_WL_HIGH=-0.065, 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_PASS=-0.001] autolearn=ham autolearn_force=no
Authentication-Results: ietfa.amsl.com (amavisd-new); dkim=pass (1024-bit key) header.d=github.com
Received: from mail.ietf.org ([4.31.198.44]) by localhost (ietfa.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id E4MtoGM8BvBK for <quic-issues@ietfa.amsl.com>; Wed,  9 Jan 2019 02: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 D3BA3130DC4 for <quic-issues@ietf.org>; Wed,  9 Jan 2019 02:36:32 -0800 (PST)
Date: Wed, 09 Jan 2019 02:36:31 -0800
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1547030191; bh=hL1EsYjXu8sx3cZay8uJmntXp82C/BdLvxvSzzhWTQA=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=D2hb7/LwDgNg9Z8vQLviZ2nHAqy271FTBspeT6T/SX/1vrx1RTIswVxSRDV4LSsw+ GWWJteHb21U4508kJcA8cMEJ2jUq1R+mMzYZS+b85fZOdBnCGight/1CuYStsQZ0wN YZvC5rCp5j7oDeNXm/8EhyvHkC51hk2eGOLSMLKg=
From: MikkelFJ <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+0166e4ab559641b5a633a5f740bf2841b37d744a011cc37192cf00000001184d90af92a169ce1791b3a4@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/pull/2285/review/190663350@github.com>
In-Reply-To: <quicwg/base-drafts/pull/2285@github.com>
References: <quicwg/base-drafts/pull/2285@github.com>
Subject: Re: [quicwg/base-drafts] Rename Final Offset to Final Size (#2285)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5c35ceaf8909f_55093f984aed45b42531f"; 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/uXzSZFQNpPUsfqts_wCgaBp-AvE>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
List-Id: Notification list for GitHub issues related to the QUIC WG <quic-issues.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=unsubscribe>
List-Archive: <https://mailarchive.ietf.org/arch/browse/quic-issues/>
List-Post: <mailto:quic-issues@ietf.org>
List-Help: <mailto:quic-issues-request@ietf.org?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, 09 Jan 2019 10:36:35 -0000

----==_mimepart_5c35ceaf8909f_55093f984aed45b42531f
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

mikkelfj commented on this pull request.



>  
-The final offset is the count of the number of bytes that are transmitted on a
-stream.  For a stream that is reset, the final offset is carried explicitly in a
-RESET_STREAM frame.  Otherwise, the final offset is the offset of the end of the
-data carried in a STREAM frame marked with a FIN flag.
+The final size is the amount of flow control credit that is consumed by a
+stream.  Assuming that every contiguous byte on the stream was sent once, the
+final size is the number of bytes sent.  More generally, this is one higher
+than the largest byte offset sent on the stream.

The final size can be zero. That is not one larger than largest 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/2285#discussion_r246332747
----==_mimepart_5c35ceaf8909f_55093f984aed45b42531f
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/2285#discussion_r246332747">draft-ietf-quic-transport.md</a>:</p>
<pre style='color:#555'>&gt;  
-The final offset is the count of the number of bytes that are transmitted on a
-stream.  For a stream that is reset, the final offset is carried explicitly in a
-RESET_STREAM frame.  Otherwise, the final offset is the offset of the end of the
-data carried in a STREAM frame marked with a FIN flag.
+The final size is the amount of flow control credit that is consumed by a
+stream.  Assuming that every contiguous byte on the stream was sent once, the
+final size is the number of bytes sent.  More generally, this is one higher
+than the largest byte offset sent on the stream.
</pre>
<p>The final size can be zero. That is not one larger than largest 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/2285#discussion_r246332747">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AWbkq00JZzKIgvA6uJelhuZrxWHLFpNUks5vBcYvgaJpZM4Zna81">mute the thread</a>.<img src="https://github.com/notifications/beacon/AWbkq8crFPlgxRJipl5TA1XeFLrWFj_lks5vBcYvgaJpZM4Zna81.gif" height="1" width="1" alt="" /></p>
<script type="application/json" data-scope="inboxmarkup">{"api_version":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name":"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"https://github.githubassets.com/images/email/message_cards/header.png","avatar_image_url":"https://github.githubassets.com/images/email/message_cards/avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/quicwg/base-drafts"}},"updates":{"snippets":[{"icon":"PERSON","message":"@mikkelfj commented on #2285"}],"action":{"name":"View Pull Request","url":"https://github.com/quicwg/base-drafts/pull/2285#discussion_r246332747"}}}</script>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/pull/2285#discussion_r246332747",
"url": "https://github.com/quicwg/base-drafts/pull/2285#discussion_r246332747",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>
----==_mimepart_5c35ceaf8909f_55093f984aed45b42531f--


From nobody Wed Jan  9 02:43:31 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 6730F129AB8 for <quic-issues@ietfa.amsl.com>; Wed,  9 Jan 2019 02:43:30 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -1.447
X-Spam-Level: 
X-Spam-Status: No, score=-1.447 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIMWL_WL_HIGH=-0.065, DKIM_SIGNED=0.1, DKIM_VALID=-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_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 ZztxXqcF9IT9 for <quic-issues@ietfa.amsl.com>; Wed,  9 Jan 2019 02:43:29 -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 CEEE912F1A6 for <quic-issues@ietf.org>; Wed,  9 Jan 2019 02:43:28 -0800 (PST)
DKIM-Signature: v=1; a=rsa-sha1; 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=Vcdt/0PDdUs/46qFdehoteIj654=; b=l34j0h2Ohek1WwlZ 94FiutWQRbfBOYulrnE1PQwQ+thdMcMqB0cj8m+aZZnHT8XkGdQqJ7hSUb/4pTKO izUddsblKt7lk6UEwjsQUf6LtkicMoOvZNcxKcNGGiQocoW8si8pHXpY17PJ6vPH /bzmI7zMPDBmg01qag8kVIcMMVo=
Received: by filter0499p1iad2.sendgrid.net with SMTP id filter0499p1iad2-22448-5C35D04F-9 2019-01-09 10:43:27.548482582 +0000 UTC m=+112334.566471455
Received: from github-lowworker-89d05ac.cp1-iad.github.net (unknown [192.30.252.35]) by ismtpd0035p1iad2.sendgrid.net (SG) with ESMTP id NmJqM0D_TSG8gx5DGeioGw for <quic-issues@ietf.org>; Wed, 09 Jan 2019 10:43:27.514 +0000 (UTC)
Received: from github.com (localhost [127.0.0.1]) by github-lowworker-89d05ac.cp1-iad.github.net (Postfix) with ESMTP id 7A7FFAE02EA for <quic-issues@ietf.org>; Wed,  9 Jan 2019 02:43:27 -0800 (PST)
Date: Wed, 09 Jan 2019 10:43:27 +0000 (UTC)
From: Lucas Pardue <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+0166e4ab432dcd419992791f8ad7d7cc03c6ce2d0e92b38092cf00000001184d924f92a169ce17ae7ded@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/issues/2321@github.com>
Subject: [quicwg/base-drafts] "PRIORITY frame expresses priority of a stream" (#2321)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5c35d04f7956e_6b423f8116ed45b4206664"; 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
X-SG-EID: l64QuQ2uJCcEyUykJbxN122A6QRmEpucztpreh3Pak3pse0rWi/ifGah6qRNqVYosIuW4BZEQIW4qt WlUvnz2CYfqzfReYybONBHugPCyDE95RfOrvmLBHPe/STi+sK9GXtb52XHwyNkL1qzDrUKsVJlmYT9 WcZ+i+suZUJbNhNRZq9VnIcBnczuZhVbVl9ZVkzLHA/GkQy0KQu8S6cEOFsu+LUq6NJdMXPftUjgLq c=
Archived-At: <https://mailarchive.ietf.org/arch/msg/quic-issues/lrFOX5LDFPch4UeXePpNMFiKLi4>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
List-Id: Notification list for GitHub issues related to the QUIC WG <quic-issues.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=unsubscribe>
List-Archive: <https://mailarchive.ietf.org/arch/browse/quic-issues/>
List-Post: <mailto:quic-issues@ietf.org>
List-Help: <mailto:quic-issues-request@ietf.org?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, 09 Jan 2019 10:43:31 -0000

----==_mimepart_5c35d04f7956e_6b423f8116ed45b4206664
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

Draft 17 says

> The PRIORITY (type=0x02) frame specifies the client-advised priority of a stream.

If I understand H3 Placeholders correctly, the PRIORITY frame would be used to set their priority too. Perhaps we can say:

`The PRIORITY (type=0x02) frame specifies the client-advised priority of a stream or placeholder`.

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/quicwg/base-drafts/issues/2321
----==_mimepart_5c35d04f7956e_6b423f8116ed45b4206664
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

<p>Draft 17 says</p>
<blockquote>
<p>The PRIORITY (type=0x02) frame specifies the client-advised priority of a stream.</p>
</blockquote>
<p>If I understand H3 Placeholders correctly, the PRIORITY frame would be used to set their priority too. Perhaps we can say:</p>
<p><code>The PRIORITY (type=0x02) frame specifies the client-advised priority of a stream or placeholder</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/2321">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AWbkq9cgDdqprjZ7VzNifFDuvcY47xy5ks5vBcfPgaJpZM4Z3N8q">mute the thread</a>.<img src="https://github.com/notifications/beacon/AWbkq1cBWu_zBNke5nyQt3jJwjtXkNpPks5vBcfPgaJpZM4Z3N8q.gif" height="1" width="1" alt="" /></p>
<script type="application/json" data-scope="inboxmarkup">{"api_version":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name":"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"https://github.githubassets.com/images/email/message_cards/header.png","avatar_image_url":"https://github.githubassets.com/images/email/message_cards/avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/quicwg/base-drafts"}},"updates":{"snippets":[{"icon":"DESCRIPTION","message":"\"PRIORITY frame expresses priority of a stream\" (#2321)"}],"action":{"name":"View Issue","url":"https://github.com/quicwg/base-drafts/issues/2321"}}}</script>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/issues/2321",
"url": "https://github.com/quicwg/base-drafts/issues/2321",
"name": "View Issue"
},
"description": "View this Issue on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>
----==_mimepart_5c35d04f7956e_6b423f8116ed45b4206664--


From nobody Wed Jan  9 02:52: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 B3E9312F1AC for <quic-issues@ietfa.amsl.com>; Wed,  9 Jan 2019 02:52:08 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -6.447
X-Spam-Level: 
X-Spam-Status: No, score=-6.447 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIMWL_WL_HIGH=-0.065, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, HTML_IMAGE_ONLY_24=1.618, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-1, RCVD_IN_DNSWL_HI=-5, SPF_PASS=-0.001] autolearn=ham autolearn_force=no
Authentication-Results: ietfa.amsl.com (amavisd-new); dkim=pass (1024-bit key) header.d=github.com
Received: from mail.ietf.org ([4.31.198.44]) by localhost (ietfa.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id YPsWeLz99d0q for <quic-issues@ietfa.amsl.com>; Wed,  9 Jan 2019 02:52: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 30412128766 for <quic-issues@ietf.org>; Wed,  9 Jan 2019 02:52:07 -0800 (PST)
Date: Wed, 09 Jan 2019 02:52:06 -0800
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1547031126; bh=EAqopViVBcKRQdAb8uPL4a2VrjUB0Q8xRogiOPBvXKY=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=u9yNOYePqwu0UDXP0ZNMNQ2NRQy9cAQt9xHw3Wh6l131cPCffW17ccP+bPNU5THdx ZoIeArjoXFJD6N6TrWwrkQQ+v6Q3PH94wZDKImpIsch6SmxCvmfSDADn/boO6sL4J/ QAPTSUP0TG5i7AKbYFwtH3vBSrHdMDZDakLw/lXM=
From: Kazuho Oku <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+0166e4aba52feea29fdf81199327383584d619408900056592cf00000001184d945692a169ce17ae7ded@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/issues/2321/452654766@github.com>
In-Reply-To: <quicwg/base-drafts/issues/2321@github.com>
References: <quicwg/base-drafts/issues/2321@github.com>
Subject: Re: [quicwg/base-drafts] "PRIORITY frame expresses priority of a stream" (#2321)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5c35d25682ba_25063ff14f0d45b42007af"; 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/2t9GtiexytmAZDOjfNeCJ6IsAgY>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
List-Id: Notification list for GitHub issues related to the QUIC WG <quic-issues.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=unsubscribe>
List-Archive: <https://mailarchive.ietf.org/arch/browse/quic-issues/>
List-Post: <mailto:quic-issues@ietf.org>
List-Help: <mailto:quic-issues-request@ietf.org?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, 09 Jan 2019 10:52:09 -0000

----==_mimepart_5c35d25682ba_25063ff14f0d45b42007af
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

To me it seems that the current text is more accurate.

While a PRIORITY frame might use a placeholder to designate the target, what is actually prioritized is the stream that carries the response. The transmission of the placeholder itself is never prioritized.

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/quicwg/base-drafts/issues/2321#issuecomment-452654766
----==_mimepart_5c35d25682ba_25063ff14f0d45b42007af
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

<p>To me it seems that the current text is more accurate.</p>
<p>While a PRIORITY frame might use a placeholder to designate the target, what is actually prioritized is the stream that carries the response. The transmission of the placeholder itself is never prioritized.</p>

<p style="font-size:small;-webkit-text-size-adjust:none;color:#666;">&mdash;<br />You are receiving this because you are subscribed to this thread.<br />Reply to this email directly, <a href="https://github.com/quicwg/base-drafts/issues/2321#issuecomment-452654766">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AWbkqy1wuJ_mJ_3kqmkjow8FE8NQpjaIks5vBcnWgaJpZM4Z3N8q">mute the thread</a>.<img src="https://github.com/notifications/beacon/AWbkq7uqnINblXAb5Yu9HN7VFy4D0kH4ks5vBcnWgaJpZM4Z3N8q.gif" height="1" width="1" alt="" /></p>
<script type="application/json" data-scope="inboxmarkup">{"api_version":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name":"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"https://github.githubassets.com/images/email/message_cards/header.png","avatar_image_url":"https://github.githubassets.com/images/email/message_cards/avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/quicwg/base-drafts"}},"updates":{"snippets":[{"icon":"PERSON","message":"@kazuho in #2321: To me it seems that the current text is more accurate.\r\n\r\nWhile a PRIORITY frame might use a placeholder to designate the target, what is actually prioritized is the stream that carries the response. The transmission of the placeholder itself is never prioritized."}],"action":{"name":"View Issue","url":"https://github.com/quicwg/base-drafts/issues/2321#issuecomment-452654766"}}}</script>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/issues/2321#issuecomment-452654766",
"url": "https://github.com/quicwg/base-drafts/issues/2321#issuecomment-452654766",
"name": "View Issue"
},
"description": "View this Issue on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>
----==_mimepart_5c35d25682ba_25063ff14f0d45b42007af--


From nobody Wed Jan  9 02: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 7B09B12F1A6 for <quic-issues@ietfa.amsl.com>; Wed,  9 Jan 2019 02:56:08 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -6.447
X-Spam-Level: 
X-Spam-Status: No, score=-6.447 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIMWL_WL_HIGH=-0.065, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, HTML_IMAGE_ONLY_24=1.618, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-1, RCVD_IN_DNSWL_HI=-5, SPF_PASS=-0.001] autolearn=ham autolearn_force=no
Authentication-Results: ietfa.amsl.com (amavisd-new); dkim=pass (1024-bit key) header.d=github.com
Received: from mail.ietf.org ([4.31.198.44]) by localhost (ietfa.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id JJAoL6zW4Mtn for <quic-issues@ietfa.amsl.com>; Wed,  9 Jan 2019 02:56:07 -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 D9295128766 for <quic-issues@ietf.org>; Wed,  9 Jan 2019 02:56:06 -0800 (PST)
Date: Wed, 09 Jan 2019 02:56:05 -0800
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1547031365; bh=piaYD7ig9EQ5HBhHCpK5OQHtEfPoOBdHqj03b/d7RsQ=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=ch2aOao0Z4gcwAQPd77JsLTDV9NDT9VyX6+kJ2sIDkmUh3CNuTttH/i15Qvfc1165 TNRXAWSkVmHq8i5mHtVjINEU3Lx6MEISlRiSX1KhN+vXRrcDpK/HQusY/Vr3gsQeQR 3hzBLpNOsogqAiQBCHTWKx8gUYr0qzeM5IcBlmaA=
From: Lucas Pardue <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+0166e4abd055774c760e0545ef05b298d69ea26e5d1dfec892cf00000001184d954592a169ce17ae7ded@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/issues/2321/452655952@github.com>
In-Reply-To: <quicwg/base-drafts/issues/2321@github.com>
References: <quicwg/base-drafts/issues/2321@github.com>
Subject: Re: [quicwg/base-drafts] "PRIORITY frame expresses priority of a stream" (#2321)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5c35d34582909_54f33f984aed45b4519431"; 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/oYyioXLSHw8_VHapMt9A8Uj7AHA>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
List-Id: Notification list for GitHub issues related to the QUIC WG <quic-issues.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=unsubscribe>
List-Archive: <https://mailarchive.ietf.org/arch/browse/quic-issues/>
List-Post: <mailto:quic-issues@ietf.org>
List-Help: <mailto:quic-issues-request@ietf.org?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, 09 Jan 2019 10:56:08 -0000

----==_mimepart_5c35d34582909_54f33f984aed45b4519431
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

But the PRIORITY frame contains the Prioritized Element ID field, that allows us to set the priority of Placeholder type. 

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/quicwg/base-drafts/issues/2321#issuecomment-452655952
----==_mimepart_5c35d34582909_54f33f984aed45b4519431
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

<p>But the PRIORITY frame contains the Prioritized Element ID field, that allows us to set the priority of Placeholder type.</p>

<p style="font-size:small;-webkit-text-size-adjust:none;color:#666;">&mdash;<br />You are receiving this because you are subscribed to this thread.<br />Reply to this email directly, <a href="https://github.com/quicwg/base-drafts/issues/2321#issuecomment-452655952">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AWbkq288ggPOWwuOTE8zCMJTwUEp5UKgks5vBcrFgaJpZM4Z3N8q">mute the thread</a>.<img src="https://github.com/notifications/beacon/AWbkq7u02MLgMpUP86Vr31dTFiQPAAa2ks5vBcrFgaJpZM4Z3N8q.gif" height="1" width="1" alt="" /></p>
<script type="application/json" data-scope="inboxmarkup">{"api_version":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name":"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"https://github.githubassets.com/images/email/message_cards/header.png","avatar_image_url":"https://github.githubassets.com/images/email/message_cards/avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/quicwg/base-drafts"}},"updates":{"snippets":[{"icon":"PERSON","message":"@LPardue in #2321: But the PRIORITY frame contains the Prioritized Element ID field, that allows us to set the priority of Placeholder type. "}],"action":{"name":"View Issue","url":"https://github.com/quicwg/base-drafts/issues/2321#issuecomment-452655952"}}}</script>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/issues/2321#issuecomment-452655952",
"url": "https://github.com/quicwg/base-drafts/issues/2321#issuecomment-452655952",
"name": "View Issue"
},
"description": "View this Issue on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>
----==_mimepart_5c35d34582909_54f33f984aed45b4519431--


From nobody Wed Jan  9 03:03: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 DEAE9130DC7 for <quic-issues@ietfa.amsl.com>; Wed,  9 Jan 2019 03:03:02 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -6.447
X-Spam-Level: 
X-Spam-Status: No, score=-6.447 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIMWL_WL_HIGH=-0.065, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, HTML_IMAGE_ONLY_24=1.618, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-1, RCVD_IN_DNSWL_HI=-5, SPF_PASS=-0.001] autolearn=ham autolearn_force=no
Authentication-Results: ietfa.amsl.com (amavisd-new); dkim=pass (1024-bit key) header.d=github.com
Received: from mail.ietf.org ([4.31.198.44]) by localhost (ietfa.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 6nA3crULY2bt for <quic-issues@ietfa.amsl.com>; Wed,  9 Jan 2019 03:03:01 -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 4D75F12F1A6 for <quic-issues@ietf.org>; Wed,  9 Jan 2019 03:03:01 -0800 (PST)
Date: Wed, 09 Jan 2019 03:03:00 -0800
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1547031780; bh=jykRunJckvyZLhzM4D86sdR6uDM9m4RSiUjcghY30Jo=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=icXsBUSGDU4DjFWHv1DincnLHyDZZN3TCFoAmP12rElfAE7QHcMAGNpwiEqlj4of3 cDnMbmvS9nmijqI2KFub3Zvam+1nspkJg3J8+eQWYkEOw4VOy12PVtMw6ONPDAK/RG JVEWGKtJeJNWMrAsSwTYUxSt7pBItVkzHmOooFhk=
From: Kazuho Oku <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+0166e4abca73c6c06e63437c0749843b99fab68bec29b01992cf00000001184d96e492a169ce17ae7ded@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/issues/2321/452657822@github.com>
In-Reply-To: <quicwg/base-drafts/issues/2321@github.com>
References: <quicwg/base-drafts/issues/2321@github.com>
Subject: Re: [quicwg/base-drafts] "PRIORITY frame expresses priority of a stream" (#2321)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5c35d4e45e6e3_72913f876ded45c063457"; 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/iuOY8CqisAxutuLMatmdOOgtvGU>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
List-Id: Notification list for GitHub issues related to the QUIC WG <quic-issues.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=unsubscribe>
List-Archive: <https://mailarchive.ietf.org/arch/browse/quic-issues/>
List-Post: <mailto:quic-issues@ietf.org>
List-Help: <mailto:quic-issues-request@ietf.org?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, 09 Jan 2019 11:03:03 -0000

----==_mimepart_5c35d4e45e6e3_72913f876ded45c063457
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

Yeah, my view is that it is an act of prioritizing a stream by specifying a placeholder ID that maps to the stream. Section 5.3 talks about prioritizing "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/issues/2321#issuecomment-452657822
----==_mimepart_5c35d4e45e6e3_72913f876ded45c063457
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

<p>Yeah, my view is that it is an act of prioritizing a stream by specifying a placeholder ID that maps to the stream. Section 5.3 talks about prioritizing "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/issues/2321#issuecomment-452657822">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AWbkq7boooHva9l_EtLaIgzvgkNkmPKlks5vBcxkgaJpZM4Z3N8q">mute the thread</a>.<img src="https://github.com/notifications/beacon/AWbkq14Id_6qpfVXsuYIXyEEhL3QYDitks5vBcxkgaJpZM4Z3N8q.gif" height="1" width="1" alt="" /></p>
<script type="application/json" data-scope="inboxmarkup">{"api_version":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name":"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"https://github.githubassets.com/images/email/message_cards/header.png","avatar_image_url":"https://github.githubassets.com/images/email/message_cards/avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/quicwg/base-drafts"}},"updates":{"snippets":[{"icon":"PERSON","message":"@kazuho in #2321: Yeah, my view is that it is an act of prioritizing a stream by specifying a placeholder ID that maps to the stream. Section 5.3 talks about prioritizing \"streams\"."}],"action":{"name":"View Issue","url":"https://github.com/quicwg/base-drafts/issues/2321#issuecomment-452657822"}}}</script>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/issues/2321#issuecomment-452657822",
"url": "https://github.com/quicwg/base-drafts/issues/2321#issuecomment-452657822",
"name": "View Issue"
},
"description": "View this Issue on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>
----==_mimepart_5c35d4e45e6e3_72913f876ded45c063457--


From nobody Wed Jan  9 03:08: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 BA3A3130E18 for <quic-issues@ietfa.amsl.com>; Wed,  9 Jan 2019 03:08:41 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -6.661
X-Spam-Level: 
X-Spam-Status: No, score=-6.661 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIMWL_WL_HIGH=-0.065, 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_PASS=-0.001] autolearn=ham autolearn_force=no
Authentication-Results: ietfa.amsl.com (amavisd-new); dkim=pass (1024-bit key) header.d=github.com
Received: from mail.ietf.org ([4.31.198.44]) by localhost (ietfa.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id pxm4sqJI6i68 for <quic-issues@ietfa.amsl.com>; Wed,  9 Jan 2019 03:08:39 -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 4B840130DEB for <quic-issues@ietf.org>; Wed,  9 Jan 2019 03:08:39 -0800 (PST)
Date: Wed, 09 Jan 2019 03:08:38 -0800
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1547032118; bh=WclZYzMu6fhBp/GQWrj92yFSfFm1E7JSonqkZlysUyg=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=GqeJKqzd3wSTZYOFHsj4fhB32mQsjb4XeKLCBiWD6qbb6gv52STMVPCOb+35rBA3g tsJwUypQv0Oi67iX1STFPBPQMPOx3X/3i7P4CCVpyLiyubF8uwnbJazz0O0sMWo9Vm yMTu+GIduxs3mRptiyKyYSQygw1ZxYmTvUkrgpOs=
From: Lucas Pardue <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+0166e4ab36fb0ea7909c2ce5ccf1364ccc680cf99878698492cf00000001184d983692a169ce17ae7ded@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/issues/2321/452659360@github.com>
In-Reply-To: <quicwg/base-drafts/issues/2321@github.com>
References: <quicwg/base-drafts/issues/2321@github.com>
Subject: Re: [quicwg/base-drafts] "PRIORITY frame expresses priority of a stream" (#2321)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5c35d63667ec3_39f3f964d8d45b4635647"; 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/DdJzof7qXKS2fL8hiC7Efmce8Dg>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
List-Id: Notification list for GitHub issues related to the QUIC WG <quic-issues.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=unsubscribe>
List-Archive: <https://mailarchive.ietf.org/arch/browse/quic-issues/>
List-Post: <mailto:quic-issues@ietf.org>
List-Help: <mailto:quic-issues-request@ietf.org?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, 09 Jan 2019 11:08:49 -0000

----==_mimepart_5c35d63667ec3_39f3f964d8d45b4635647
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

That's a good observation, so I'd go further say that IMO the textual description of H3 prioritisation is not completely aligned the protocol mechanisms. Cue @MikeBishop to tell me I am completely off the mark :) 

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/quicwg/base-drafts/issues/2321#issuecomment-452659360
----==_mimepart_5c35d63667ec3_39f3f964d8d45b4635647
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

<p>That's a good observation, so I'd go further say that IMO the textual description of H3 prioritisation is not completely aligned the protocol mechanisms. Cue <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> to tell me I am completely off the mark :)</p>

<p style="font-size:small;-webkit-text-size-adjust:none;color:#666;">&mdash;<br />You are receiving this because you are subscribed to this thread.<br />Reply to this email directly, <a href="https://github.com/quicwg/base-drafts/issues/2321#issuecomment-452659360">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AWbkq6nhzllCFZN99SMcRb5_PJy_Levnks5vBc22gaJpZM4Z3N8q">mute the thread</a>.<img src="https://github.com/notifications/beacon/AWbkqyLolAb56o_tg-7P8yuBa0jRsd98ks5vBc22gaJpZM4Z3N8q.gif" height="1" width="1" alt="" /></p>
<script type="application/json" data-scope="inboxmarkup">{"api_version":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name":"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"https://github.githubassets.com/images/email/message_cards/header.png","avatar_image_url":"https://github.githubassets.com/images/email/message_cards/avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/quicwg/base-drafts"}},"updates":{"snippets":[{"icon":"PERSON","message":"@LPardue in #2321: That's a good observation, so I'd go further say that IMO the textual description of H3 prioritisation is not completely aligned the protocol mechanisms. Cue @MikeBishop to tell me I am completely off the mark :) "}],"action":{"name":"View Issue","url":"https://github.com/quicwg/base-drafts/issues/2321#issuecomment-452659360"}}}</script>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/issues/2321#issuecomment-452659360",
"url": "https://github.com/quicwg/base-drafts/issues/2321#issuecomment-452659360",
"name": "View Issue"
},
"description": "View this Issue on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>
----==_mimepart_5c35d63667ec3_39f3f964d8d45b4635647--


From nobody Wed Jan  9 03: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 3F112130DCE for <quic-issues@ietfa.amsl.com>; Wed,  9 Jan 2019 03:14:02 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -6.447
X-Spam-Level: 
X-Spam-Status: No, score=-6.447 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIMWL_WL_HIGH=-0.065, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, HTML_IMAGE_ONLY_24=1.618, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-1, RCVD_IN_DNSWL_HI=-5, SPF_PASS=-0.001] autolearn=ham autolearn_force=no
Authentication-Results: ietfa.amsl.com (amavisd-new); dkim=pass (1024-bit key) header.d=github.com
Received: from mail.ietf.org ([4.31.198.44]) by localhost (ietfa.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id Nxe-5BogcVH5 for <quic-issues@ietfa.amsl.com>; Wed,  9 Jan 2019 03:13: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 977AC130DCA for <quic-issues@ietf.org>; Wed,  9 Jan 2019 03:13:59 -0800 (PST)
Date: Wed, 09 Jan 2019 03:13:57 -0800
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1547032437; bh=PCpDSQR9y8I/zLT0JzrGpuOAqk0y+30t+iWg6/n+Z9o=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=y6yfj/QuZ3xxUGhgXNWkBDFqn+eVrbqIkFV7wHNtSqSy/Lo/VUnwiq0Wg4+fc6o/t GDG9fipIArYOaHxggejHqfzVhPTzHDZWTTfGbtgOuEJrwpVBFz2uhD7Y9+Epr0qije fg0t7eBjUCu9YIAmZTNm31UDVixPyIcMEm630Pek=
From: Lucas Pardue <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+0166e4ab88c26fe6711494f2435c8e373c7d174fce80b43392cf00000001184d997592a169ce17ae7ded@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/issues/2321/452660789@github.com>
In-Reply-To: <quicwg/base-drafts/issues/2321@github.com>
References: <quicwg/base-drafts/issues/2321@github.com>
Subject: Re: [quicwg/base-drafts] "PRIORITY frame expresses priority of a stream" (#2321)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5c35d775a5717_1573f83af4d45b44941a6"; 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/tInryVm7HMJ5a7RKZJPeqfkqOJA>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
List-Id: Notification list for GitHub issues related to the QUIC WG <quic-issues.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=unsubscribe>
List-Archive: <https://mailarchive.ietf.org/arch/browse/quic-issues/>
List-Post: <mailto:quic-issues@ietf.org>
List-Help: <mailto:quic-issues-request@ietf.org?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, 09 Jan 2019 11:14:02 -0000

----==_mimepart_5c35d775a5717_1573f83af4d45b44941a6
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

Also, the table of prioritized element types in [section 4.2.3](https://tools.ietf.org/html/draft-ietf-quic-http-17#section-4.2.3) seems to be duplicated

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/quicwg/base-drafts/issues/2321#issuecomment-452660789
----==_mimepart_5c35d775a5717_1573f83af4d45b44941a6
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

<p>Also, the table of prioritized element types in <a href="https://tools.ietf.org/html/draft-ietf-quic-http-17#section-4.2.3" rel="nofollow">section 4.2.3</a> seems to be duplicated</p>

<p style="font-size:small;-webkit-text-size-adjust:none;color:#666;">&mdash;<br />You are receiving this because you are subscribed to this thread.<br />Reply to this email directly, <a href="https://github.com/quicwg/base-drafts/issues/2321#issuecomment-452660789">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AWbkq697cwFqvT884PcFxXXOO6G76eidks5vBc71gaJpZM4Z3N8q">mute the thread</a>.<img src="https://github.com/notifications/beacon/AWbkq2uSIOLRYFo7JmGh23Ds2PZIflSNks5vBc71gaJpZM4Z3N8q.gif" height="1" width="1" alt="" /></p>
<script type="application/json" data-scope="inboxmarkup">{"api_version":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name":"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"https://github.githubassets.com/images/email/message_cards/header.png","avatar_image_url":"https://github.githubassets.com/images/email/message_cards/avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/quicwg/base-drafts"}},"updates":{"snippets":[{"icon":"PERSON","message":"@LPardue in #2321: Also, the table of prioritized element types in [section 4.2.3](https://tools.ietf.org/html/draft-ietf-quic-http-17#section-4.2.3) seems to be duplicated"}],"action":{"name":"View Issue","url":"https://github.com/quicwg/base-drafts/issues/2321#issuecomment-452660789"}}}</script>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/issues/2321#issuecomment-452660789",
"url": "https://github.com/quicwg/base-drafts/issues/2321#issuecomment-452660789",
"name": "View Issue"
},
"description": "View this Issue on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>
----==_mimepart_5c35d775a5717_1573f83af4d45b44941a6--


From nobody Wed Jan  9 05: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 338671228B7 for <quic-issues@ietfa.amsl.com>; Wed,  9 Jan 2019 05:20:33 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -10.653
X-Spam-Level: 
X-Spam-Status: No, score=-10.653 tagged_above=-999 required=5 tests=[DKIMWL_WL_HIGH=-4.553, 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_PASS=-0.001] autolearn=ham autolearn_force=no
Authentication-Results: ietfa.amsl.com (amavisd-new); dkim=pass (1024-bit key) header.d=github.com
Received: from mail.ietf.org ([4.31.198.44]) by localhost (ietfa.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id rd2jcuJCOy3X for <quic-issues@ietfa.amsl.com>; Wed,  9 Jan 2019 05:20:31 -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 3145712426E for <quic-issues@ietf.org>; Wed,  9 Jan 2019 05:20:30 -0800 (PST)
Date: Wed, 09 Jan 2019 05:20:28 -0800
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1547040028; bh=e+oTDBgpLbhpTJUKa2bw6jgvWbVhOZznQmV6Nlahen0=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=gogycBmvqvnGgsANN8zCfhLqh49V+eTlPWin8nlh7szRAD92JnYkV+60p699LZ1CA a/TjUIInp8prv9dW2Mb8QCgzx7Gkyt3xXyk1HmREO8Y/hSlv5sqT836Elj8lQMgjsu zidULcBVaMqs46IQjc8ac+kpUybhRNqR78+X4lTo=
From: Marten Seemann <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+0166e4ab6b2c3cd215659f0f43bdddfb7891f3a52749ecf892cf00000001184db71c92a169ce17ada169@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/issues/2319/452693876@github.com>
In-Reply-To: <quicwg/base-drafts/issues/2319@github.com>
References: <quicwg/base-drafts/issues/2319@github.com>
Subject: Re: [quicwg/base-drafts] introduce an error code for loss recovery-related errors (#2319)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5c35f51c9fbf5_1a203fa80fcd45b4186355"; 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/ELfQ4CWXRYI5iKoyVFNrz1bhQgk>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
List-Id: Notification list for GitHub issues related to the QUIC WG <quic-issues.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=unsubscribe>
List-Archive: <https://mailarchive.ietf.org/arch/browse/quic-issues/>
List-Post: <mailto:quic-issues@ietf.org>
List-Help: <mailto:quic-issues-request@ietf.org?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, 09 Jan 2019 13:20:34 -0000

----==_mimepart_5c35f51c9fbf5_1a203fa80fcd45b4186355
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

> The question is if there is a group of errors that fall into the category. Do you have something other than ACK containing an invalid packet number in mind?

I can think of three different cases why an ACK would contain an invalid packet number:

- the obvious case: you ack a too high packet number, which wasn't sent yet
- you ack in the wrong packet number space. This will most likely look like you acked a packet that the peer didn't send (in that packet number space)
- I assume that most implementations will sooner or later implement skipping of packet numbers as a mitigation of the optimistic ack attack. This error would occur when you ack a packet number that was intentionally skipped.

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/quicwg/base-drafts/issues/2319#issuecomment-452693876
----==_mimepart_5c35f51c9fbf5_1a203fa80fcd45b4186355
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: quoted-printable

<blockquote>
<p>The question is if there is a group of errors that fall into the categ=
ory. Do you have something other than ACK containing an invalid packet nu=
mber in mind?</p>
</blockquote>
<p>I can think of three different cases why an ACK would contain an inval=
id packet number:</p>
<ul>
<li>the obvious case: you ack a too high packet number, which wasn't sent=
 yet</li>
<li>you ack in the wrong packet number space. This will most likely look =
like you acked a packet that the peer didn't send (in that packet number =
space)</li>
<li>I assume that most implementations will sooner or later implement ski=
pping of packet numbers as a mitigation of the optimistic ack attack. Thi=
s error would occur when you ack a packet number that was intentionally s=
kipped.</li>
</ul>

<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/2319#issuecomment-452693876">view it on GitHub</a>,=
 or <a href=3D"https://github.com/notifications/unsubscribe-auth/AWbkqxO8=
UjbG1dAJ_ONnJl7f5ONmuNheks5vBeycgaJpZM4Z295L">mute the thread</a>.<img sr=
c=3D"https://github.com/notifications/beacon/AWbkq5rfR_NIUche45J23NCUOExL=
PSjvks5vBeycgaJpZM4Z295L.gif" height=3D"1" width=3D"1" alt=3D"" /></p>
<script type=3D"application/json" data-scope=3D"inboxmarkup">{"api_versio=
n":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name"=
:"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"=
quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"http=
s://github.githubassets.com/images/email/message_cards/header.png","avata=
r_image_url":"https://github.githubassets.com/images/email/message_cards/=
avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/q=
uicwg/base-drafts"}},"updates":{"snippets":[{"icon":"PERSON","message":"@=
marten-seemann in #2319: \u003e The question is if there is a group of er=
rors that fall into the category. Do you have something other than ACK co=
ntaining an invalid packet number in mind?\r\n\r\nI can think of three di=
fferent cases why an ACK would contain an invalid packet number:\r\n\r\n-=
 the obvious case: you ack a too high packet number, which wasn't sent ye=
t\r\n- you ack in the wrong packet number space. This will most likely lo=
ok like you acked a packet that the peer didn't send (in that packet numb=
er space)\r\n- I assume that most implementations will sooner or later im=
plement skipping of packet numbers as a mitigation of the optimistic ack =
attack. This error would occur when you ack a packet number that was inte=
ntionally skipped."}],"action":{"name":"View Issue","url":"https://github=
.com/quicwg/base-drafts/issues/2319#issuecomment-452693876"}}}</script>
<script type=3D"application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/issues/2319#issuecomment=
-452693876",
"url": "https://github.com/quicwg/base-drafts/issues/2319#issuecomment-45=
2693876",
"name": "View Issue"
},
"description": "View this Issue on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>=

----==_mimepart_5c35f51c9fbf5_1a203fa80fcd45b4186355--


From nobody Wed Jan  9 05:53: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 4242712426E for <quic-issues@ietfa.amsl.com>; Wed,  9 Jan 2019 05:53:16 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -9.953
X-Spam-Level: 
X-Spam-Status: No, score=-9.953 tagged_above=-999 required=5 tests=[DKIMWL_WL_HIGH=-4.553, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, HTML_IMAGE_ONLY_20=0.7, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-1, RCVD_IN_DNSWL_HI=-5, SPF_PASS=-0.001] autolearn=ham autolearn_force=no
Authentication-Results: ietfa.amsl.com (amavisd-new); dkim=pass (1024-bit key) header.d=github.com
Received: from mail.ietf.org ([4.31.198.44]) by localhost (ietfa.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id gevb0qWIygtB for <quic-issues@ietfa.amsl.com>; Wed,  9 Jan 2019 05:53: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 F0A7C1228B7 for <quic-issues@ietf.org>; Wed,  9 Jan 2019 05:53:14 -0800 (PST)
Date: Wed, 09 Jan 2019 05:53:13 -0800
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1547041993; bh=OsKW3onjiTLwJq50Ykoa/KT+na8NfDu2+VPo1zQHhTQ=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=LyfEIuZFL/dtt0ZMeiSfkc5GdgKMHmuGg5EHhgznNp2LrSJjPsG+yMZNW9iYWd13o iEJRpHSVtQv0SGdFsWpbvuzK6FYgf+LvO97osqiucW9dgz2ld8sGDp2oVDP7bpFX3L AdXtI5qtPdk/WMzX4EnlT+wK1WGWX9LNYSL20F5U=
From: Dmitri Tikhonov <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+0166e4ab21213c0b8d801c5a2e62873ce840cc6b433a0a0792cf00000001184dbec992a169ce17ae7ded@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/issues/2321/452703545@github.com>
In-Reply-To: <quicwg/base-drafts/issues/2321@github.com>
References: <quicwg/base-drafts/issues/2321@github.com>
Subject: Re: [quicwg/base-drafts] "PRIORITY frame expresses priority of a stream" (#2321)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5c35fcc9c2b51_106c3fe43c6d45c4302054"; 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/Pg6WhuUAV34RCJyqa5eS9dqbg30>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
List-Id: Notification list for GitHub issues related to the QUIC WG <quic-issues.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=unsubscribe>
List-Archive: <https://mailarchive.ietf.org/arch/browse/quic-issues/>
List-Post: <mailto:quic-issues@ietf.org>
List-Help: <mailto:quic-issues-request@ietf.org?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, 09 Jan 2019 13:53:16 -0000

----==_mimepart_5c35fcc9c2b51_106c3fe43c6d45c4302054
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

The two tables in section 4.2.3 are slightly different.

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/quicwg/base-drafts/issues/2321#issuecomment-452703545
----==_mimepart_5c35fcc9c2b51_106c3fe43c6d45c4302054
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

<p>The two tables in section 4.2.3 are slightly different.</p>

<p style="font-size:small;-webkit-text-size-adjust:none;color:#666;">&mdash;<br />You are receiving this because you are subscribed to this thread.<br />Reply to this email directly, <a href="https://github.com/quicwg/base-drafts/issues/2321#issuecomment-452703545">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AWbkq_fXJlBrfM-Nh6VcFZ_r7LG7CWgQks5vBfRJgaJpZM4Z3N8q">mute the thread</a>.<img src="https://github.com/notifications/beacon/AWbkqzjKlS-LP_nFeSvHByo1_nQCpJIvks5vBfRJgaJpZM4Z3N8q.gif" height="1" width="1" alt="" /></p>
<script type="application/json" data-scope="inboxmarkup">{"api_version":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name":"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"https://github.githubassets.com/images/email/message_cards/header.png","avatar_image_url":"https://github.githubassets.com/images/email/message_cards/avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/quicwg/base-drafts"}},"updates":{"snippets":[{"icon":"PERSON","message":"@dtikhonov in #2321: The two tables in section 4.2.3 are slightly different."}],"action":{"name":"View Issue","url":"https://github.com/quicwg/base-drafts/issues/2321#issuecomment-452703545"}}}</script>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/issues/2321#issuecomment-452703545",
"url": "https://github.com/quicwg/base-drafts/issues/2321#issuecomment-452703545",
"name": "View Issue"
},
"description": "View this Issue on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>
----==_mimepart_5c35fcc9c2b51_106c3fe43c6d45c4302054--


From nobody Wed Jan  9 05:54: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 5ED091228B7 for <quic-issues@ietfa.amsl.com>; Wed,  9 Jan 2019 05:54:41 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -9.953
X-Spam-Level: 
X-Spam-Status: No, score=-9.953 tagged_above=-999 required=5 tests=[DKIMWL_WL_HIGH=-4.553, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, HTML_IMAGE_ONLY_20=0.7, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-1, RCVD_IN_DNSWL_HI=-5, SPF_PASS=-0.001] autolearn=ham autolearn_force=no
Authentication-Results: ietfa.amsl.com (amavisd-new); dkim=pass (1024-bit key) header.d=github.com
Received: from mail.ietf.org ([4.31.198.44]) by localhost (ietfa.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id lXFjQPL5QZDm for <quic-issues@ietfa.amsl.com>; Wed,  9 Jan 2019 05:54: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 CC1D412426E for <quic-issues@ietf.org>; Wed,  9 Jan 2019 05:54:39 -0800 (PST)
Date: Wed, 09 Jan 2019 05:54:37 -0800
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1547042077; bh=RVtbHAiG+r1hoNW9E0V8UBeaL0KZUTJ9bD9hRj6/BSs=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=MIfgd3C6EG5YnTNoqPLkDHrVSVrSvWk2VI+3jBBo2EYh5aynKfdSLRpUdf03zJ59c KEntrfuVnC7leXbBYeAn2BPOuE7P0VuP+zXYb9NC4/QN2JABO4+fJHN4I983JgP9p/ Ij7Z8MoAF9FhhmVNTOrRS+OFRiD0Fbjk+zZwshC8=
From: Lucas Pardue <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+0166e4abd29a97aff6feca9feb850e8e4646191af6211ec892cf00000001184dbf1d92a169ce17ae7ded@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/issues/2321/452703979@github.com>
In-Reply-To: <quicwg/base-drafts/issues/2321@github.com>
References: <quicwg/base-drafts/issues/2321@github.com>
Subject: Re: [quicwg/base-drafts] "PRIORITY frame expresses priority of a stream" (#2321)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5c35fd1dc6f54_78623f8cc1ad45c02373cf"; 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/FY39PSmItZzsdglXDul5itUwLnw>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
List-Id: Notification list for GitHub issues related to the QUIC WG <quic-issues.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=unsubscribe>
List-Archive: <https://mailarchive.ietf.org/arch/browse/quic-issues/>
List-Post: <mailto:quic-issues@ietf.org>
List-Help: <mailto:quic-issues-request@ietf.org?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, 09 Jan 2019 13:54:41 -0000

----==_mimepart_5c35fd1dc6f54_78623f8cc1ad45c02373cf
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

Correct, I just independently spotted that. Its logical but a bit annoying 

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/quicwg/base-drafts/issues/2321#issuecomment-452703979
----==_mimepart_5c35fd1dc6f54_78623f8cc1ad45c02373cf
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

<p>Correct, I just independently spotted that. Its logical but a bit annoying</p>

<p style="font-size:small;-webkit-text-size-adjust:none;color:#666;">&mdash;<br />You are receiving this because you are subscribed to this thread.<br />Reply to this email directly, <a href="https://github.com/quicwg/base-drafts/issues/2321#issuecomment-452703979">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AWbkq5GKuzpHuRJc4T8J7b-avOX4Ucd7ks5vBfSdgaJpZM4Z3N8q">mute the thread</a>.<img src="https://github.com/notifications/beacon/AWbkq_YAV9FvgLZHIE5TX04og4CDC7YLks5vBfSdgaJpZM4Z3N8q.gif" height="1" width="1" alt="" /></p>
<script type="application/json" data-scope="inboxmarkup">{"api_version":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name":"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"https://github.githubassets.com/images/email/message_cards/header.png","avatar_image_url":"https://github.githubassets.com/images/email/message_cards/avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/quicwg/base-drafts"}},"updates":{"snippets":[{"icon":"PERSON","message":"@LPardue in #2321: Correct, I just independently spotted that. Its logical but a bit annoying "}],"action":{"name":"View Issue","url":"https://github.com/quicwg/base-drafts/issues/2321#issuecomment-452703979"}}}</script>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/issues/2321#issuecomment-452703979",
"url": "https://github.com/quicwg/base-drafts/issues/2321#issuecomment-452703979",
"name": "View Issue"
},
"description": "View this Issue on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>
----==_mimepart_5c35fd1dc6f54_78623f8cc1ad45c02373cf--


From nobody Wed Jan  9 06:06: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 721AD130EEF for <quic-issues@ietfa.amsl.com>; Wed,  9 Jan 2019 06:06:49 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -10.652
X-Spam-Level: 
X-Spam-Status: No, score=-10.652 tagged_above=-999 required=5 tests=[DKIMWL_WL_HIGH=-4.553, 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_PASS=-0.001] autolearn=ham autolearn_force=no
Authentication-Results: ietfa.amsl.com (amavisd-new); dkim=pass (1024-bit key) header.d=github.com
Received: from mail.ietf.org ([4.31.198.44]) by localhost (ietfa.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id nm2IuXB5aMhP for <quic-issues@ietfa.amsl.com>; Wed,  9 Jan 2019 06:06:47 -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 8F03D130E57 for <quic-issues@ietf.org>; Wed,  9 Jan 2019 06:06:45 -0800 (PST)
Date: Wed, 09 Jan 2019 06:06:44 -0800
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1547042804; bh=mdsJ1d4WIQeVW7LwSykKVVnA/nLHkrJmJQD+4Loycok=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=zbuHW9cnRrP8vC1m61wmdYhxIhVz9mEbjxPVo5N7KjVaQ+ZC38Z+7vKltQlcRc2Tu n6+SDdqJ5LD3h9JJbFqWGYA4FmeK8ya8fIOTxcNIt4ts14N74pZMIoc4hOJufZm17/ P9eP439Lc+/GGor09jyARyQ4vq3qCYHGMEyvCoEI=
From: ianswett <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+0166e4ab2e5f72f890a157f59e91985c95ba45310710b4fc92cf00000001184dc1f492a169ce178a377a@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/pull/2280/review/190740686@github.com>
In-Reply-To: <quicwg/base-drafts/pull/2280@github.com>
References: <quicwg/base-drafts/pull/2280@github.com>
Subject: Re: [quicwg/base-drafts] Clarify Actions on nonzero Reserved Bits (#2280)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5c35fff4a33de_5d053f8e770d45b8344876"; 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/5NvWicNrvIPKkbnh3MEzH_xBplY>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
List-Id: Notification list for GitHub issues related to the QUIC WG <quic-issues.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=unsubscribe>
List-Archive: <https://mailarchive.ietf.org/arch/browse/quic-issues/>
List-Post: <mailto:quic-issues@ietf.org>
List-Help: <mailto:quic-issues-request@ietf.org?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, 09 Jan 2019 14:06:50 -0000

----==_mimepart_5c35fff4a33de_5d053f8e770d45b8344876
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

ianswett commented on this pull request.



> @@ -3402,9 +3402,10 @@ Reserved Bits (R):
 
 : The next two bits (those with a mask of 0x0c) of byte 0 are reserved.  These
   bits are protected using header protection (see Section 5.4 of {{QUIC-TLS}}).
-  The value included prior to protection MUST be set to 0.  An endpoint MUST
-  treat receipt of a packet that has a non-zero value for these bits after
-  removing protection as a connection error of type PROTOCOL_VIOLATION.
+  The value included prior to protection MUST be set to 0.  An endpoint MUST treat
+  receipt of a packet that has a non-zero value for these bits after removing
+  packet (not just header) protection as a connection error of type

@martinthomson 's suggestion is good, but I'm confused why you need to remove packet protection to know the bits are not set to 0.  Isn't removing header protection sufficient?

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/quicwg/base-drafts/pull/2280#discussion_r246392825
----==_mimepart_5c35fff4a33de_5d053f8e770d45b8344876
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/2280#discussion_r246392825">draft-ietf-quic-transport.md</a>:</p>
<pre style='color:#555'>&gt; @@ -3402,9 +3402,10 @@ Reserved Bits (R):
 
 : The next two bits (those with a mask of 0x0c) of byte 0 are reserved.  These
   bits are protected using header protection (see Section 5.4 of {{QUIC-TLS}}).
-  The value included prior to protection MUST be set to 0.  An endpoint MUST
-  treat receipt of a packet that has a non-zero value for these bits after
-  removing protection as a connection error of type PROTOCOL_VIOLATION.
+  The value included prior to protection MUST be set to 0.  An endpoint MUST treat
+  receipt of a packet that has a non-zero value for these bits after removing
+  packet (not just header) protection as a connection error of type
</pre>
<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> 's suggestion is good, but I'm confused why you need to remove packet protection to know the bits are not set to 0.  Isn't removing header protection sufficient?</p>

<p style="font-size:small;-webkit-text-size-adjust:none;color:#666;">&mdash;<br />You are receiving this because you are subscribed to this thread.<br />Reply to this email directly, <a href="https://github.com/quicwg/base-drafts/pull/2280#discussion_r246392825">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AWbkqyNDvTadaRTxUWMv021DPqeDiZNOks5vBfd0gaJpZM4ZlOXd">mute the thread</a>.<img src="https://github.com/notifications/beacon/AWbkq1k78hVdiOaJrrGVcGslSMOChNSFks5vBfd0gaJpZM4ZlOXd.gif" height="1" width="1" alt="" /></p>
<script type="application/json" data-scope="inboxmarkup">{"api_version":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name":"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"https://github.githubassets.com/images/email/message_cards/header.png","avatar_image_url":"https://github.githubassets.com/images/email/message_cards/avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/quicwg/base-drafts"}},"updates":{"snippets":[{"icon":"PERSON","message":"@ianswett commented on #2280"}],"action":{"name":"View Pull Request","url":"https://github.com/quicwg/base-drafts/pull/2280#discussion_r246392825"}}}</script>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/pull/2280#discussion_r246392825",
"url": "https://github.com/quicwg/base-drafts/pull/2280#discussion_r246392825",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>
----==_mimepart_5c35fff4a33de_5d053f8e770d45b8344876--


From nobody Wed Jan  9 06:19: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 20A1612426E for <quic-issues@ietfa.amsl.com>; Wed,  9 Jan 2019 06:19:09 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -9.927
X-Spam-Level: 
X-Spam-Status: No, score=-9.927 tagged_above=-999 required=5 tests=[DKIMWL_WL_HIGH=-4.553, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, HTML_IMAGE_ONLY_28=0.726, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-1, RCVD_IN_DNSWL_HI=-5, SPF_PASS=-0.001] autolearn=ham autolearn_force=no
Authentication-Results: ietfa.amsl.com (amavisd-new); dkim=pass (1024-bit key) header.d=github.com
Received: from mail.ietf.org ([4.31.198.44]) by localhost (ietfa.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id E14J2Mg2gH_I for <quic-issues@ietfa.amsl.com>; Wed,  9 Jan 2019 06:19:07 -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 9FE8B1228B7 for <quic-issues@ietf.org>; Wed,  9 Jan 2019 06:19:07 -0800 (PST)
Date: Wed, 09 Jan 2019 06:19:06 -0800
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1547043547; bh=A41r/2ernW+A7oFdQuiQepX7BpoOX6GLonZFa3GEyh4=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=ZnC7qHbT0j8NzoAThZDDiBa1wMGSIgEY4/W0lLI2nuIFTVWfYluI1H6JmB0fcWdqZ gOEtJBa9bXQyOVLpuYO13zrnR+Z0G/gc+sxJNvHxzFOKxPlVywMQRWQ0/ybYbW6goW ud4wyd6k8Ty4mAm4K9PIz6izdyUWedm87rAb2Ats=
From: ianswett <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+0166e4ab36328b29a4a40112450e142e5ff06d9034a193f592cf00000001184dc4da92a169ce16d1c244@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/pull/2028/review/190746408@github.com>
In-Reply-To: <quicwg/base-drafts/pull/2028@github.com>
References: <quicwg/base-drafts/pull/2028@github.com>
Subject: Re: [quicwg/base-drafts] Ignore loss of undecryptable packets (#2028)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5c3602daf1de1_5ab83fe0572d45c053155c"; 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/p1sM-1JT8-BXLbn-i4yRtcn4PPA>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
List-Id: Notification list for GitHub issues related to the QUIC WG <quic-issues.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=unsubscribe>
List-Archive: <https://mailarchive.ietf.org/arch/browse/quic-issues/>
List-Post: <mailto:quic-issues@ietf.org>
List-Help: <mailto:quic-issues-request@ietf.org?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, 09 Jan 2019 14:19:09 -0000

----==_mimepart_5c3602daf1de1_5ab83fe0572d45c053155c
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

ianswett commented on this pull request.



> @@ -1000,6 +999,17 @@ The recovery period limits congestion window reduction to once per round trip.
 During recovery, the congestion window remains unchanged irrespective of new
 losses or increases in the ECN-CE counter.
 
+## Loss of protected packets during the handshake
+
+0RTT and 1RTT packets sent prior to handshake completion can arrive before
+the peer has keys to unprotect them.  In those cases, the peer may decide
+not to buffer the packets.  This will cause the packets to never be
+acknowledged and eventually declared lost, despite being delivered to
+the peer.  If the server rejects 0RTT, then the congestion controller

Done in the other 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/2028#discussion_r246397227
----==_mimepart_5c3602daf1de1_5ab83fe0572d45c053155c
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/2028#discussion_r246397227">draft-ietf-quic-recovery.md</a>:</p>
<pre style='color:#555'>&gt; @@ -1000,6 +999,17 @@ The recovery period limits congestion window reduction to once per round trip.
 During recovery, the congestion window remains unchanged irrespective of new
 losses or increases in the ECN-CE counter.
 
+## Loss of protected packets during the handshake
+
+0RTT and 1RTT packets sent prior to handshake completion can arrive before
+the peer has keys to unprotect them.  In those cases, the peer may decide
+not to buffer the packets.  This will cause the packets to never be
+acknowledged and eventually declared lost, despite being delivered to
+the peer.  If the server rejects 0RTT, then the congestion controller
</pre>
<p>Done in the other 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/2028#discussion_r246397227">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AWbkqxovNxltDkb0NRLXdPfPJCHQN-UPks5vBfpagaJpZM4Yr6j5">mute the thread</a>.<img src="https://github.com/notifications/beacon/AWbkq62bKmbPQmskLDOqw8VZ23MjeY7Qks5vBfpagaJpZM4Yr6j5.gif" height="1" width="1" alt="" /></p>
<script type="application/json" data-scope="inboxmarkup">{"api_version":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name":"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"https://github.githubassets.com/images/email/message_cards/header.png","avatar_image_url":"https://github.githubassets.com/images/email/message_cards/avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/quicwg/base-drafts"}},"updates":{"snippets":[{"icon":"PERSON","message":"@ianswett commented on #2028"}],"action":{"name":"View Pull Request","url":"https://github.com/quicwg/base-drafts/pull/2028#discussion_r246397227"}}}</script>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/pull/2028#discussion_r246397227",
"url": "https://github.com/quicwg/base-drafts/pull/2028#discussion_r246397227",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>
----==_mimepart_5c3602daf1de1_5ab83fe0572d45c053155c--


From nobody Wed Jan  9 06:34:09 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 955AD126C7E for <quic-issues@ietfa.amsl.com>; Wed,  9 Jan 2019 06:34:07 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -4.953
X-Spam-Level: 
X-Spam-Status: No, score=-4.953 tagged_above=-999 required=5 tests=[DKIMWL_WL_HIGH=-4.553, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, HTML_IMAGE_ONLY_20=0.7, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-1, RCVD_IN_DNSWL_NONE=-0.0001, SPF_PASS=-0.001] autolearn=ham autolearn_force=no
Authentication-Results: ietfa.amsl.com (amavisd-new); dkim=pass (1024-bit key) header.d=github.com
Received: from mail.ietf.org ([4.31.198.44]) by localhost (ietfa.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id DEYoLC_9in6N for <quic-issues@ietfa.amsl.com>; Wed,  9 Jan 2019 06:34:06 -0800 (PST)
Received: from o7.sgmail.github.com (o7.sgmail.github.com [167.89.101.198]) (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 0A9891228B7 for <quic-issues@ietf.org>; Wed,  9 Jan 2019 06:34:05 -0800 (PST)
DKIM-Signature: v=1; a=rsa-sha1; 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=TbJMYmdJCX6s8jDoPTxVgwuTfag=; b=dhlbzcxs9oZOAAYL l2WYJhlaCGjtpByh55lpPhCq/ygsXhpg2QjrfNkUO6VrLKMWSjwtkDTPHgCH80U0 i52lwXWaSzZs00+A95mrtB46uQkg1ph42pGeXNzbT+dYAu7/QoJsHOUTsrYsg0Ry 7On5OdCKeo/Q/5pERI9ylW2otWg=
Received: by filter1280p1mdw1.sendgrid.net with SMTP id filter1280p1mdw1-17081-5C36065C-34 2019-01-09 14:34:04.778741813 +0000 UTC m=+133528.892871054
Received: from github-lowworker-05ceafd.cp1-iad.github.net (unknown [192.30.252.40]) by ismtpd0016p1iad2.sendgrid.net (SG) with ESMTP id lugmkbsxRiSnQlSVbimz5g for <quic-issues@ietf.org>; Wed, 09 Jan 2019 14:34:04.749 +0000 (UTC)
Received: from github.com (localhost [127.0.0.1]) by github-lowworker-05ceafd.cp1-iad.github.net (Postfix) with ESMTP id B02B646149A for <quic-issues@ietf.org>; Wed,  9 Jan 2019 06:34:04 -0800 (PST)
Date: Wed, 09 Jan 2019 14:34:04 +0000 (UTC)
From: ianswett <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+0166e4ab2a48ad1976f51f4327997015eac561901f5ab12692cf00000001184dc85c92a169ce174735aa@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/pull/2141/review/190754090@github.com>
In-Reply-To: <quicwg/base-drafts/pull/2141@github.com>
References: <quicwg/base-drafts/pull/2141@github.com>
Subject: Re: [quicwg/base-drafts] Allow discarding bad, unauthenticated packets (#2141)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5c36065cae662_2d703fdccbcd45b482072f"; 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
X-SG-EID: l64QuQ2uJCcEyUykJbxN122A6QRmEpucztpreh3Pak26O6ASaGmZMVCElIXEglI8zR+q+O7+B6QnvH jkWfKw9qzRbANB51ELLeeh5rXaj3HB97Vz/r84HzwLeXjogGin+QWDFn0JUoojzfokXtV3MQ7pyHA8 fdtXIlVTR1Vta2CiwGyQMKFk3T+nAtBmHxjVertcruz+c9056OrgqJ2KcdRskYsTAYnD7JKD0n3MeQ 4=
Archived-At: <https://mailarchive.ietf.org/arch/msg/quic-issues/vVFR86M2W_kkCSCjpzwIhRtlOQM>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
List-Id: Notification list for GitHub issues related to the QUIC WG <quic-issues.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=unsubscribe>
List-Archive: <https://mailarchive.ietf.org/arch/browse/quic-issues/>
List-Post: <mailto:quic-issues@ietf.org>
List-Help: <mailto:quic-issues-request@ietf.org?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, 09 Jan 2019 14:34:07 -0000

----==_mimepart_5c36065cae662_2d703fdccbcd45b482072f
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/2141#pullrequestreview-190754090
----==_mimepart_5c36065cae662_2d703fdccbcd45b482072f
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/2141#pullrequestreview-190754090">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AWbkqxWKtr-rcfoZMvsqTXy-jto73QMKks5vBf3cgaJpZM4ZRCWY">mute the thread</a>.<img src="https://github.com/notifications/beacon/AWbkq5NbIqi46jYdVsnPbQ5iaIlf9HwNks5vBf3cgaJpZM4ZRCWY.gif" height="1" width="1" alt="" /></p>
<script type="application/json" data-scope="inboxmarkup">{"api_version":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name":"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"https://github.githubassets.com/images/email/message_cards/header.png","avatar_image_url":"https://github.githubassets.com/images/email/message_cards/avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/quicwg/base-drafts"}},"updates":{"snippets":[{"icon":"PERSON","message":"@ianswett approved #2141"}],"action":{"name":"View Pull Request","url":"https://github.com/quicwg/base-drafts/pull/2141#pullrequestreview-190754090"}}}</script>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/pull/2141#pullrequestreview-190754090",
"url": "https://github.com/quicwg/base-drafts/pull/2141#pullrequestreview-190754090",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>
----==_mimepart_5c36065cae662_2d703fdccbcd45b482072f--


From nobody Wed Jan  9 06: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 5D6D4126C7E for <quic-issues@ietfa.amsl.com>; Wed,  9 Jan 2019 06:45:33 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -10.652
X-Spam-Level: 
X-Spam-Status: No, score=-10.652 tagged_above=-999 required=5 tests=[DKIMWL_WL_HIGH=-4.553, 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_PASS=-0.001] autolearn=ham autolearn_force=no
Authentication-Results: ietfa.amsl.com (amavisd-new); dkim=pass (1024-bit key) header.d=github.com
Received: from mail.ietf.org ([4.31.198.44]) by localhost (ietfa.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id frDfubPyJV2l for <quic-issues@ietfa.amsl.com>; Wed,  9 Jan 2019 06:45: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 44B961228B7 for <quic-issues@ietf.org>; Wed,  9 Jan 2019 06:45:31 -0800 (PST)
Date: Wed, 09 Jan 2019 06:45:29 -0800
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1547045129; bh=KzW5St+8ui0NEh/faJBgoLma57gCa6dRgsSR/CWDKGg=; h=Date:From:Reply-To:To:Cc:Subject:List-ID:List-Archive:List-Post: List-Unsubscribe:From; b=FEqkgD0y/wd9Bx16jYychk9RS3x8K4WznMV2GQpzR3GZPzkaCTm5o2+14m8TBXwq3 L/IdUv5+7AALU/+9WG4aRFBxloNgrhXLiSzmvUgCnbR9SQJLYKu/IPPYhs8x4NDtGL XBmO/pPSG56dpckGJsL7O5y8OjXOOkYHdkB7Wce8=
From: Lucas Pardue <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+0166e4ab8ca8ab3491b2d22722dcb72f0b29a0c213f497eb92cf00000001184dcb0992a169ce17afe293@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/pull/2322@github.com>
Subject: [quicwg/base-drafts] Prioritization edits (#2322)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5c360909de0b9_78893f8cc1ad45c0656466"; 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/doFxLtjOsvHaX2DXht_4682Q8u8>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
List-Id: Notification list for GitHub issues related to the QUIC WG <quic-issues.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=unsubscribe>
List-Archive: <https://mailarchive.ietf.org/arch/browse/quic-issues/>
List-Post: <mailto:quic-issues@ietf.org>
List-Help: <mailto:quic-issues-request@ietf.org?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, 09 Jan 2019 14:45:33 -0000

----==_mimepart_5c360909de0b9_78893f8cc1ad45c0656466
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

Fixes #2321 

Maybe takes things too far, please discuss.
You can view, comment on, or merge this pull request online at:

  https://github.com/quicwg/base-drafts/pull/2322

-- Commit Summary --

  * Prioritization edits

-- File Changes --

    M draft-ietf-quic-http.md (59)

-- Patch Links --

https://github.com/quicwg/base-drafts/pull/2322.patch
https://github.com/quicwg/base-drafts/pull/2322.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/2322

----==_mimepart_5c360909de0b9_78893f8cc1ad45c0656466
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 #2321.">Fixes</span> <a class="issue-link js-issue-link" data-error-text="Failed to load issue title" data-id="397311469" data-permission-text="Issue title is private" data-url="https://github.com/quicwg/base-drafts/issues/2321" data-hovercard-type="issue" data-hovercard-url="/quicwg/base-drafts/issues/2321/hovercard" href="https://github.com/quicwg/base-drafts/issues/2321">#2321</a></p>
<p>Maybe takes things too far, please discuss.</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/2322'>https://github.com/quicwg/base-drafts/pull/2322</a></p>

<h4>Commit Summary</h4>
<ul>
  <li>Prioritization edits</li>
</ul>

<h4>File Changes</h4>
<ul>
  <li>
    <strong>M</strong>
    <a href="https://github.com/quicwg/base-drafts/pull/2322/files#diff-0">draft-ietf-quic-http.md</a>
    (59)
  </li>
</ul>

<h4>Patch Links:</h4>
<ul>
  <li><a href='https://github.com/quicwg/base-drafts/pull/2322.patch'>https://github.com/quicwg/base-drafts/pull/2322.patch</a></li>
  <li><a href='https://github.com/quicwg/base-drafts/pull/2322.diff'>https://github.com/quicwg/base-drafts/pull/2322.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/2322">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AWbkqzIdFjEszA0WtALxwH2cc0-d4wnhks5vBgCJgaJpZM4Z3n_A">mute the thread</a>.<img src="https://github.com/notifications/beacon/AWbkq04mfoZWFm57Bs-q-O9uQ5mTw_nsks5vBgCJgaJpZM4Z3n_A.gif" height="1" width="1" alt="" /></p>
<script type="application/json" data-scope="inboxmarkup">{"api_version":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name":"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"https://github.githubassets.com/images/email/message_cards/header.png","avatar_image_url":"https://github.githubassets.com/images/email/message_cards/avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/quicwg/base-drafts"}},"updates":{"snippets":[{"icon":"DESCRIPTION","message":"Prioritization edits (#2322)"}],"action":{"name":"View Pull Request","url":"https://github.com/quicwg/base-drafts/pull/2322"}}}</script>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/pull/2322",
"url": "https://github.com/quicwg/base-drafts/pull/2322",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>

----==_mimepart_5c360909de0b9_78893f8cc1ad45c0656466--


From nobody Wed Jan  9 06:48:10 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 13D9B1228B7 for <quic-issues@ietfa.amsl.com>; Wed,  9 Jan 2019 06:48:07 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -4.927
X-Spam-Level: 
X-Spam-Status: No, score=-4.927 tagged_above=-999 required=5 tests=[DKIMWL_WL_HIGH=-4.553, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, HTML_IMAGE_ONLY_28=0.726, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-1, RCVD_IN_DNSWL_NONE=-0.0001, SPF_PASS=-0.001] autolearn=ham autolearn_force=no
Authentication-Results: ietfa.amsl.com (amavisd-new); dkim=pass (1024-bit key) header.d=github.com
Received: from mail.ietf.org ([4.31.198.44]) by localhost (ietfa.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id sXh4KIMRlswh for <quic-issues@ietfa.amsl.com>; Wed,  9 Jan 2019 06:48:05 -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 5B1F512426E for <quic-issues@ietf.org>; Wed,  9 Jan 2019 06:48:05 -0800 (PST)
DKIM-Signature: v=1; a=rsa-sha1; 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=bBBGbLJR0yXMryfqrOGsPNkiCVo=; b=wRyOjkYl1TQRb8Zv rHKRcek8Jb5FGv+0B4GIt5ohUx58Zi6uFzvfSNRaS+DElKjbC6AESvczZ/ny6QXD s7lUPXFGUuh8C9Qnc0RQ0bLArJCTjoLiW9ZGd2j6XPfm7FL7o+aqiDvcdBbTf3Lc Tb21wq0dn2vapgIcumcHkr94Jac=
Received: by filter0153p1iad2.sendgrid.net with SMTP id filter0153p1iad2-12148-5C3609A4-9 2019-01-09 14:48:04.176761754 +0000 UTC m=+116372.689279648
Received: from github-lowworker-0b1e58d.cp1-iad.github.net (unknown [192.30.252.43]) by ismtpd0034p1iad1.sendgrid.net (SG) with ESMTP id XwtEGCcvS02G3ogXtI6mSA for <quic-issues@ietf.org>; Wed, 09 Jan 2019 14:48:04.129 +0000 (UTC)
Received: from github.com (localhost [127.0.0.1]) by github-lowworker-0b1e58d.cp1-iad.github.net (Postfix) with ESMTP id 1E18C3E078B for <quic-issues@ietf.org>; Wed,  9 Jan 2019 06:48:04 -0800 (PST)
Date: Wed, 09 Jan 2019 14:48:04 +0000 (UTC)
From: Lucas Pardue <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+0166e4abc39e9dce848f1d34820291c5987c9f554c759dc992cf00000001184dcba492a169ce17ae7ded@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/issues/2321/452722004@github.com>
In-Reply-To: <quicwg/base-drafts/issues/2321@github.com>
References: <quicwg/base-drafts/issues/2321@github.com>
Subject: Re: [quicwg/base-drafts] "PRIORITY frame expresses priority of a stream" (#2321)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5c3609a41cae1_65af3f8fd4cd45bc6940f3"; 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
X-SG-EID: l64QuQ2uJCcEyUykJbxN122A6QRmEpucztpreh3Pak2milwDY755lJo7UBCcXGww0TGbYyeghftu1l XXHtdYEL08y5sH7qCAvmpFk5ZDnVPfnr3q7eaGYQGwFKHcqLcrvH1j0PDFQnWrBbiEqdOJgPlv975+ NIzKq/u+8wqnZk22RrmLqrLDXBihlpcCOT4IO2RUza2CXsKKzGLA+jh7HyEgTlihbm6lqt+Eq/By7L Q=
Archived-At: <https://mailarchive.ietf.org/arch/msg/quic-issues/Glm6qpp0w-uaFiLgiwMjE6JbOjo>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
List-Id: Notification list for GitHub issues related to the QUIC WG <quic-issues.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=unsubscribe>
List-Archive: <https://mailarchive.ietf.org/arch/browse/quic-issues/>
List-Post: <mailto:quic-issues@ietf.org>
List-Help: <mailto:quic-issues-request@ietf.org?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, 09 Jan 2019 14:48:07 -0000

----==_mimepart_5c3609a41cae1_65af3f8fd4cd45bc6940f3
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

#2322 makes some basic edits to section 4.2.3, adding Table captions and linking to them from the paragraph above.

It reworks 5.3 slightly to reframe the language toward describing a tree of abstract elements but still provides concrete examples of request prioritisation.

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/quicwg/base-drafts/issues/2321#issuecomment-452722004
----==_mimepart_5c3609a41cae1_65af3f8fd4cd45bc6940f3
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: quoted-printable

<p><a class=3D"issue-link js-issue-link" data-error-text=3D"Failed to load =
issue title" data-id=3D"397402771" data-permission-text=3D"Issue title is p=
rivate" data-url=3D"https://github.com/quicwg/base-drafts/issues/2322" data=
-hovercard-type=3D"pull_request" data-hovercard-url=3D"/quicwg/base-drafts/=
pull/2322/hovercard" href=3D"https://github.com/quicwg/base-drafts/pull/232=
2">#2322</a> makes some basic edits to section 4.2.3, adding Table captions=
 and linking to them from the paragraph above.</p>
<p>It reworks 5.3 slightly to reframe the language toward describing a tree=
 of abstract elements but still provides concrete examples of request prior=
itisation.</p>

<p style=3D"font-size:small;-webkit-text-size-adjust:none;color:#666;">&mda=
sh;<br />You are receiving this because you are subscribed to this thread.<=
br />Reply to this email directly, <a href=3D"https://github.com/quicwg/bas=
e-drafts/issues/2321#issuecomment-452722004">view it on GitHub</a>, or <a h=
ref=3D"https://github.com/notifications/unsubscribe-auth/AWbkq-povx5eWO0I1O=
hKeEav5Q0UGwuBks5vBgEkgaJpZM4Z3N8q">mute the thread</a>.<img src=3D"https:/=
/github.com/notifications/beacon/AWbkq5vXD5TWf5zlBOAjY8XfABHuUQFQks5vBgEkga=
JpZM4Z3N8q.gif" height=3D"1" width=3D"1" alt=3D"" /></p>
<script type=3D"application/json" data-scope=3D"inboxmarkup">{"api_version"=
:"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name":"Gi=
tHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"quicwg=
/base-drafts","subtitle":"GitHub repository","main_image_url":"https://gith=
ub.githubassets.com/images/email/message_cards/header.png","avatar_image_ur=
l":"https://github.githubassets.com/images/email/message_cards/avatar.png",=
"action":{"name":"Open in GitHub","url":"https://github.com/quicwg/base-dra=
fts"}},"updates":{"snippets":[{"icon":"PERSON","message":"@LPardue in #2321=
: #2322 makes some basic edits to section 4.2.3, adding Table captions and =
linking to them from the paragraph above.\r\n\r\nIt reworks 5.3 slightly to=
 reframe the language toward describing a tree of abstract elements but sti=
ll provides concrete examples of request prioritisation."}],"action":{"name=
":"View Issue","url":"https://github.com/quicwg/base-drafts/issues/2321#iss=
uecomment-452722004"}}}</script>
<script type=3D"application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/issues/2321#issuecomment-4=
52722004",
"url": "https://github.com/quicwg/base-drafts/issues/2321#issuecomment-4527=
22004",
"name": "View Issue"
},
"description": "View this Issue on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>=

----==_mimepart_5c3609a41cae1_65af3f8fd4cd45bc6940f3--


From nobody Wed Jan  9 09:09: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 99463130ED7 for <quic-issues@ietfa.amsl.com>; Wed,  9 Jan 2019 09:09:22 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -10.935
X-Spam-Level: 
X-Spam-Status: No, score=-10.935 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIMWL_WL_HIGH=-4.553, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, HTML_IMAGE_ONLY_24=1.618, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-1, RCVD_IN_DNSWL_HI=-5, SPF_PASS=-0.001] autolearn=ham autolearn_force=no
Authentication-Results: ietfa.amsl.com (amavisd-new); dkim=pass (1024-bit key) header.d=github.com
Received: from mail.ietf.org ([4.31.198.44]) by localhost (ietfa.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id KdiFOOnZwMpW for <quic-issues@ietfa.amsl.com>; Wed,  9 Jan 2019 09:09: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 7314F130EB1 for <quic-issues@ietf.org>; Wed,  9 Jan 2019 09:09:16 -0800 (PST)
Date: Wed, 09 Jan 2019 09:09:15 -0800
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1547053755; bh=CurvRs6r6fbea7QmfcPC/x4GIpWItkTBA37b4pvlts0=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=PJM0kVzl26ZC5hdPg7oXW1LLVUi98MZCsQRm2aOkcWw90YqJxcuw9eyMuy8CwmTyn QTZMM4KTZPLwZ3P16dXEV1W7LEqi9ymPVvx+bHrTfi4DI6qXhkJUqHqcc2dZXu7mvZ yPI7eJ5L27UFrSpzbPMsysyfb+hCMqaIB0f/hkzo=
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/2280/push/3194515231@github.com>
In-Reply-To: <quicwg/base-drafts/pull/2280@github.com>
References: <quicwg/base-drafts/pull/2280@github.com>
Subject: Re: [quicwg/base-drafts] Clarify Actions on nonzero Reserved Bits (#2280)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5c362abb50dfc_42b93faf858d45b85554c6"; 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/UbiCHDgp1rFSp5LoMWB4u-yGQG8>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
List-Id: Notification list for GitHub issues related to the QUIC WG <quic-issues.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=unsubscribe>
List-Archive: <https://mailarchive.ietf.org/arch/browse/quic-issues/>
List-Post: <mailto:quic-issues@ietf.org>
List-Help: <mailto:quic-issues-request@ietf.org?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, 09 Jan 2019 17:09:23 -0000

----==_mimepart_5c362abb50dfc_42b93faf858d45b85554c6
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

@martinduke pushed 1 commit.

f780ef402954ac5a9efabb23a556769f121dbc1d  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/2280/files/f668691287e3eccf8e330761fdb79f44e4d4edb8..f780ef402954ac5a9efabb23a556769f121dbc1d

----==_mimepart_5c362abb50dfc_42b93faf858d45b85554c6
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/f780ef402954ac5a9efabb23a556769f121dbc1d">f780ef4</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/2280/files/f668691287e3eccf8e330761fdb79f44e4d4edb8..f780ef402954ac5a9efabb23a556769f121dbc1d">View it on GitHub</a> or <a href="https://github.com/notifications/unsubscribe-auth/AWbkqzyKrEXD8dMN3sDuffaVp9hFb2yYks5vBiI7gaJpZM4ZlOXd">mute the thread</a>.<img src="https://github.com/notifications/beacon/AWbkq93haQ1EKTi1Agf_GAEOSaRHuZCHks5vBiI7gaJpZM4ZlOXd.gif" height="1" width="1" alt="" /></p>
<script type="application/json" data-scope="inboxmarkup">{"api_version":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name":"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"https://github.githubassets.com/images/email/message_cards/header.png","avatar_image_url":"https://github.githubassets.com/images/email/message_cards/avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/quicwg/base-drafts"}},"updates":{"snippets":[{"icon":"PERSON","message":"@martinduke pushed 1 commit in #2280"}],"action":{"name":"View Pull Request","url":"https://github.com/quicwg/base-drafts/pull/2280/files/f668691287e3eccf8e330761fdb79f44e4d4edb8..f780ef402954ac5a9efabb23a556769f121dbc1d"}}}</script>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/pull/2280/files/f668691287e3eccf8e330761fdb79f44e4d4edb8..f780ef402954ac5a9efabb23a556769f121dbc1d",
"url": "https://github.com/quicwg/base-drafts/pull/2280/files/f668691287e3eccf8e330761fdb79f44e4d4edb8..f780ef402954ac5a9efabb23a556769f121dbc1d",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>

----==_mimepart_5c362abb50dfc_42b93faf858d45b85554c6--


From nobody Wed Jan  9 09:12: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 71DE5130F33 for <quic-issues@ietfa.amsl.com>; Wed,  9 Jan 2019 09:11:59 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -10.935
X-Spam-Level: 
X-Spam-Status: No, score=-10.935 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIMWL_WL_HIGH=-4.553, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, HTML_IMAGE_ONLY_24=1.618, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-1, RCVD_IN_DNSWL_HI=-5, SPF_PASS=-0.001] autolearn=ham autolearn_force=no
Authentication-Results: ietfa.amsl.com (amavisd-new); dkim=pass (1024-bit key) header.d=github.com
Received: from mail.ietf.org ([4.31.198.44]) by localhost (ietfa.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id Anh5t0srV1oY for <quic-issues@ietfa.amsl.com>; Wed,  9 Jan 2019 09:11: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 9A5D9130EB1 for <quic-issues@ietf.org>; Wed,  9 Jan 2019 09:11:57 -0800 (PST)
Date: Wed, 09 Jan 2019 09:11:56 -0800
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1547053916; bh=Fi4ua+RDpnMhyJLvCeKLHo5MieOdAwik4Tx2JbZYVTY=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=QTNSR8kjt+HvWLvFj/bRJ8FdFt6MJhqwObhl0I45jR0eajnzuB8YQLwE1MUAM3Ajb JOuseCeAruylR25VWH5rjuWwvtqCeMrcX59B9xcG60I7S6Rhw8hCYpIVciMm/MyMOO kYUCQFYUabyfq26R1B/G7WGME7urMOwAG5sy3H8s=
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/2280/push/3194530481@github.com>
In-Reply-To: <quicwg/base-drafts/pull/2280@github.com>
References: <quicwg/base-drafts/pull/2280@github.com>
Subject: Re: [quicwg/base-drafts] Clarify Actions on nonzero Reserved Bits (#2280)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5c362b5c305ee_cf23fd660ed45c467763"; 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/_a7DU1xWxORLOB_DLalTVpGLNVQ>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
List-Id: Notification list for GitHub issues related to the QUIC WG <quic-issues.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=unsubscribe>
List-Archive: <https://mailarchive.ietf.org/arch/browse/quic-issues/>
List-Post: <mailto:quic-issues@ietf.org>
List-Help: <mailto:quic-issues-request@ietf.org?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, 09 Jan 2019 17:11:59 -0000

----==_mimepart_5c362b5c305ee_cf23fd660ed45c467763
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

@martinduke pushed 1 commit.

3b36352247f614b80c4710256547915f151d3e82  Merge branch 'master' into patch-32


-- 
You are receiving this because you are subscribed to this thread.
View it on GitHub:
https://github.com/quicwg/base-drafts/pull/2280/files/f780ef402954ac5a9efabb23a556769f121dbc1d..3b36352247f614b80c4710256547915f151d3e82

----==_mimepart_5c362b5c305ee_cf23fd660ed45c467763
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/3b36352247f614b80c4710256547915f151d3e82">3b36352</a>  Merge branch &#39;master&#39; into patch-32</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/2280/files/f780ef402954ac5a9efabb23a556769f121dbc1d..3b36352247f614b80c4710256547915f151d3e82">View it on GitHub</a> or <a href="https://github.com/notifications/unsubscribe-auth/AWbkq3N0rdb3QWA-ESvng84SN-Ykphcnks5vBiLcgaJpZM4ZlOXd">mute the thread</a>.<img src="https://github.com/notifications/beacon/AWbkq7Fid0TkRpSKmZhDJKlnlZ9Gugknks5vBiLcgaJpZM4ZlOXd.gif" height="1" width="1" alt="" /></p>
<script type="application/json" data-scope="inboxmarkup">{"api_version":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name":"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"https://github.githubassets.com/images/email/message_cards/header.png","avatar_image_url":"https://github.githubassets.com/images/email/message_cards/avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/quicwg/base-drafts"}},"updates":{"snippets":[{"icon":"PERSON","message":"@martinduke pushed 1 commit in #2280"}],"action":{"name":"View Pull Request","url":"https://github.com/quicwg/base-drafts/pull/2280/files/f780ef402954ac5a9efabb23a556769f121dbc1d..3b36352247f614b80c4710256547915f151d3e82"}}}</script>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/pull/2280/files/f780ef402954ac5a9efabb23a556769f121dbc1d..3b36352247f614b80c4710256547915f151d3e82",
"url": "https://github.com/quicwg/base-drafts/pull/2280/files/f780ef402954ac5a9efabb23a556769f121dbc1d..3b36352247f614b80c4710256547915f151d3e82",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>

----==_mimepart_5c362b5c305ee_cf23fd660ed45c467763--


From nobody Wed Jan  9 09:12: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 46005130F33 for <quic-issues@ietfa.amsl.com>; Wed,  9 Jan 2019 09:12:56 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -12.553
X-Spam-Level: 
X-Spam-Status: No, score=-12.553 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIMWL_WL_HIGH=-4.553, 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_PASS=-0.001] autolearn=ham autolearn_force=no
Authentication-Results: ietfa.amsl.com (amavisd-new); dkim=pass (1024-bit key) header.d=github.com
Received: from mail.ietf.org ([4.31.198.44]) by localhost (ietfa.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id uXXv8W_tv8_h for <quic-issues@ietfa.amsl.com>; Wed,  9 Jan 2019 09:12: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 8A1B6130EB1 for <quic-issues@ietf.org>; Wed,  9 Jan 2019 09:12:54 -0800 (PST)
Date: Wed, 09 Jan 2019 09:12:53 -0800
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1547053973; bh=WdzVCnV0uPc6Vpmbu7U6DhHt4jaX9nmANj5LKnXMe24=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=uo7PfMuMvMXTOCtB4rLxYZ6BLWsjsqWX1CoCk7RozD3i7hLnrzhgaDHDN+kVjgFw4 8cKxPdT3pFU7PRl3KNTfi0RFjCYp2QHdBRg10zIm/M22narSVWXTHxYyVRha1g+yBl dPJGo7BogpFteOvjw1DIiLUITDxxXC0elcJEw210=
From: martinduke <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+0166e4ab588c460e99a0bc0124f5d09fe844356e9e98f41192cf00000001184ded9592a169ce178a377a@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/pull/2280/c452767293@github.com>
In-Reply-To: <quicwg/base-drafts/pull/2280@github.com>
References: <quicwg/base-drafts/pull/2280@github.com>
Subject: Re: [quicwg/base-drafts] Clarify Actions on nonzero Reserved Bits (#2280)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5c362b95873a9_36f73febcb8d45b81862fd"; 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/4cjnp3t1czU9XCEprp7UMRyJ1eU>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
List-Id: Notification list for GitHub issues related to the QUIC WG <quic-issues.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=unsubscribe>
List-Archive: <https://mailarchive.ietf.org/arch/browse/quic-issues/>
List-Post: <mailto:quic-issues@ietf.org>
List-Help: <mailto:quic-issues-request@ietf.org?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, 09 Jan 2019 17:12:56 -0000

----==_mimepart_5c362b95873a9_36f73febcb8d45b81862fd
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: quoted-printable

See MT's first comment. We need consistent-time crypto results.=0D
=0D
On Wed, Jan 9, 2019 at 6:06 AM ianswett <notifications@github.com> wrote:=
=0D
=0D
> *@ianswett* commented on this pull request.=0D
> ------------------------------=0D
>=0D
> In draft-ietf-quic-transport.md=0D
> <https://github.com/quicwg/base-drafts/pull/2280#discussion_r246392825>=
:=0D
>=0D
> > @@ -3402,9 +3402,10 @@ Reserved Bits (R):=0D
>=0D
>  : The next two bits (those with a mask of 0x0c) of byte 0 are reserved=
.  These=0D
>    bits are protected using header protection (see Section 5.4 of {{QUI=
C-TLS}}).=0D
> -  The value included prior to protection MUST be set to 0.  An endpoin=
t MUST=0D
> -  treat receipt of a packet that has a non-zero value for these bits a=
fter=0D
> -  removing protection as a connection error of type PROTOCOL_VIOLATION=
.=0D
> +  The value included prior to protection MUST be set to 0.  An endpoin=
t MUST treat=0D
> +  receipt of a packet that has a non-zero value for these bits after r=
emoving=0D
> +  packet (not just header) protection as a connection error of type=0D=

>=0D
> @martinthomson <https://github.com/martinthomson> 's suggestion is good=
,=0D
> but I'm confused why you need to remove packet protection to know the b=
its=0D
> are not set to 0. Isn't removing header protection sufficient?=0D
>=0D
> =E2=80=94=0D
> You are receiving this because you authored the thread.=0D
> Reply to this email directly, view it on GitHub=0D
> <https://github.com/quicwg/base-drafts/pull/2280#discussion_r246392825>=
,=0D
> or mute the thread=0D
> <https://github.com/notifications/unsubscribe-auth/AXRMEdPDZinhGkRgBaT3=
EYniSzAqQ9oAks5vBfd1gaJpZM4ZlOXd>=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/2280#issuecomment-452767293=

----==_mimepart_5c362b95873a9_36f73febcb8d45b81862fd
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: quoted-printable

See MT&#39;s first comment. We need consistent-time crypto results.<br>=0D=

<br>=0D
On Wed, Jan 9, 2019 at 6:06 AM ianswett &lt;notifications@github.com&gt; =
wrote:<br>=0D
<br>=0D
&gt; *@ianswett* commented on this pull request.<br>=0D
&gt; ------------------------------<br>=0D
&gt;<br>=0D
&gt; In draft-ietf-quic-transport.md<br>=0D
&gt; &lt;https://github.com/quicwg/base-drafts/pull/2280#discussion_r2463=
92825&gt;:<br>=0D
&gt;<br>=0D
&gt; &gt; @@ -3402,9 +3402,10 @@ Reserved Bits (R):<br>=0D
&gt;<br>=0D
&gt;  : The next two bits (those with a mask of 0x0c) of byte 0 are reser=
ved.  These<br>=0D
&gt;    bits are protected using header protection (see Section 5.4 of {{=
QUIC-TLS}}).<br>=0D
&gt; -  The value included prior to protection MUST be set to 0.  An endp=
oint MUST<br>=0D
&gt; -  treat receipt of a packet that has a non-zero value for these bit=
s after<br>=0D
&gt; -  removing protection as a connection error of type PROTOCOL_VIOLAT=
ION.<br>=0D
&gt; +  The value included prior to protection MUST be set to 0.  An endp=
oint MUST treat<br>=0D
&gt; +  receipt of a packet that has a non-zero value for these bits afte=
r removing<br>=0D
&gt; +  packet (not just header) protection as a connection error of type=
<br>=0D
&gt;<br>=0D
&gt; @martinthomson &lt;https://github.com/martinthomson&gt; &#39;s sugge=
stion is good,<br>=0D
&gt; but I&#39;m confused why you need to remove packet protection to kno=
w the bits<br>=0D
&gt; are not set to 0. Isn&#39;t removing header protection sufficient?<b=
r>=0D
&gt;<br>=0D
&gt; =E2=80=94<br>=0D
&gt; You are receiving this because you authored the thread.<br>=0D
&gt; Reply to this email directly, view it on GitHub<br>=0D
&gt; &lt;https://github.com/quicwg/base-drafts/pull/2280#discussion_r2463=
92825&gt;,<br>=0D
&gt; or mute the thread<br>=0D
&gt; &lt;https://github.com/notifications/unsubscribe-auth/AXRMEdPDZinhGk=
RgBaT3EYniSzAqQ9oAks5vBfd1gaJpZM4ZlOXd&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/2280#issuecomment-452767293">view it on GitHub</a>, o=
r <a href=3D"https://github.com/notifications/unsubscribe-auth/AWbkq4NvBZ=
dj1zupaHQ6n2zRjp7RwDLmks5vBiMVgaJpZM4ZlOXd">mute the thread</a>.<img src=3D=
"https://github.com/notifications/beacon/AWbkqwwiFcdugDz_hmXwokL7-E44Fpf6=
ks5vBiMVgaJpZM4ZlOXd.gif" height=3D"1" width=3D"1" alt=3D"" /></p>=0D
<script type=3D"application/json" data-scope=3D"inboxmarkup">{"api_versio=
n":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name"=
:"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"=
quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"http=
s://github.githubassets.com/images/email/message_cards/header.png","avata=
r_image_url":"https://github.githubassets.com/images/email/message_cards/=
avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/q=
uicwg/base-drafts"}},"updates":{"snippets":[{"icon":"PERSON","message":"@=
martinduke in #2280: See MT's first comment. We need consistent-time cryp=
to results.\n\nOn Wed, Jan 9, 2019 at 6:06 AM ianswett \u003cnotification=
s@github.com\u003e wrote:\n\n\u003e *@ianswett* commented on this pull re=
quest.\n\u003e ------------------------------\n\u003e\n\u003e In draft-ie=
tf-quic-transport.md\n\u003e \u003chttps://github.com/quicwg/base-drafts/=
pull/2280#discussion_r246392825\u003e:\n\u003e\n\u003e \u003e @@ -3402,9 =
+3402,10 @@ Reserved Bits (R):\n\u003e\n\u003e  : The next two bits (thos=
e with a mask of 0x0c) of byte 0 are reserved.  These\n\u003e    bits are=
 protected using header protection (see Section 5.4 of {{QUIC-TLS}}).\n\u=
003e -  The value included prior to protection MUST be set to 0.  An endp=
oint MUST\n\u003e -  treat receipt of a packet that has a non-zero value =
for these bits after\n\u003e -  removing protection as a connection error=
 of type PROTOCOL_VIOLATION.\n\u003e +  The value included prior to prote=
ction MUST be set to 0.  An endpoint MUST treat\n\u003e +  receipt of a p=
acket that has a non-zero value for these bits after removing\n\u003e +  =
packet (not just header) protection as a connection error of type\n\u003e=
\n\u003e @martinthomson \u003chttps://github.com/martinthomson\u003e 's s=
uggestion is good,\n\u003e but I'm confused why you need to remove packet=
 protection to know the bits\n\u003e are not set to 0. Isn't removing hea=
der protection sufficient?\n\u003e\n\u003e =E2=80=94\n\u003e You are rece=
iving this because you authored the thread.\n\u003e Reply to this email d=
irectly, view it on GitHub\n\u003e \u003chttps://github.com/quicwg/base-d=
rafts/pull/2280#discussion_r246392825\u003e,\n\u003e or mute the thread\n=
\u003e \u003chttps://github.com/notifications/unsubscribe-auth/AXRMEdPDZi=
nhGkRgBaT3EYniSzAqQ9oAks5vBfd1gaJpZM4ZlOXd\u003e\n\u003e .\n\u003e\n"}],"=
action":{"name":"View Pull Request","url":"https://github.com/quicwg/base=
-drafts/pull/2280#issuecomment-452767293"}}}</script>=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/2280#issuecomment-4=
52767293",=0D
"url": "https://github.com/quicwg/base-drafts/pull/2280#issuecomment-4527=
67293",=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_5c362b95873a9_36f73febcb8d45b81862fd--


From nobody Wed Jan  9 09:19:20 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 38A52130F4C for <quic-issues@ietfa.amsl.com>; Wed,  9 Jan 2019 09:19:19 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -5.935
X-Spam-Level: 
X-Spam-Status: No, score=-5.935 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIMWL_WL_HIGH=-4.553, DKIM_SIGNED=0.1, DKIM_VALID=-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_PASS=-0.001] autolearn=ham autolearn_force=no
Authentication-Results: ietfa.amsl.com (amavisd-new); dkim=pass (1024-bit key) header.d=github.com
Received: from mail.ietf.org ([4.31.198.44]) by localhost (ietfa.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 9vuWctWRi6qe for <quic-issues@ietfa.amsl.com>; Wed,  9 Jan 2019 09:19:17 -0800 (PST)
Received: from o7.sgmail.github.com (o7.sgmail.github.com [167.89.101.198]) (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 20E2E130EB1 for <quic-issues@ietf.org>; Wed,  9 Jan 2019 09:19:17 -0800 (PST)
DKIM-Signature: v=1; a=rsa-sha1; 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=6mTuJ7bQVY/xdhPOIwe/2CrKPEU=; b=mqBg7wLTX6yHdDvp kIqZQ+L2WEj1+l3eGD30U2ex0L3NkerHGrEDBdnBUZMocj2NorzXjkH+RTnqcFPj W4ywtYUfMwny9VqxxFiTrC8N99tj0RwHdTnrdsrE1knyyjPI5zP0TqzOpB//AYBP ZKukyLS+qS2X/iS36ECjLmuxNKg=
Received: by filter1642p1mdw1.sendgrid.net with SMTP id filter1642p1mdw1-21553-5C362D12-2D 2019-01-09 17:19:14.905400088 +0000 UTC m=+143782.849447000
Received: from github-lowworker-5909e27.cp1-iad.github.net (unknown [192.30.252.35]) by ismtpd0024p1iad2.sendgrid.net (SG) with ESMTP id qa3aZm9WTnWT2yRGS_nLzg for <quic-issues@ietf.org>; Wed, 09 Jan 2019 17:19:14.861 +0000 (UTC)
Received: from github.com (localhost [127.0.0.1]) by github-lowworker-5909e27.cp1-iad.github.net (Postfix) with ESMTP id D5F933E0016 for <quic-issues@ietf.org>; Wed,  9 Jan 2019 09:19:14 -0800 (PST)
Date: Wed, 09 Jan 2019 17:19:14 +0000 (UTC)
From: Dmitri Tikhonov <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+0166e4abb86ea4f1b4e597dc66987b505164be5f842fa05892cf00000001184def1292a169ce179bec73@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/pull/2296/review/190829010@github.com>
In-Reply-To: <quicwg/base-drafts/pull/2296@github.com>
References: <quicwg/base-drafts/pull/2296@github.com>
Subject: Re: [quicwg/base-drafts] Allow servers to send a preferred address of each address family (#2296)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5c362d12d2905_58fd3f98f22d45b89117af"; 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
X-SG-EID: l64QuQ2uJCcEyUykJbxN122A6QRmEpucztpreh3Pak0XWESy1WrbtxDDPUsrECtQNXcCMc2DZgZeaJ LnK2pBQYt68TjakV6jiq1DjJzE5NKk/0un8/E10TayxH97hVHkXb90JdfQc5WK4q/rZPeMAp7evCkk i4GEN2lL5WViChNSBUGtI5B0ZE8emJ+IEIw8wkirHdUK1ftLgqFv+H8yiTx4w8ENc6VZ337pry2oWI o=
Archived-At: <https://mailarchive.ietf.org/arch/msg/quic-issues/2Th42opFlr9EbTi7CA9sY2NrB5I>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
List-Id: Notification list for GitHub issues related to the QUIC WG <quic-issues.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=unsubscribe>
List-Archive: <https://mailarchive.ietf.org/arch/browse/quic-issues/>
List-Post: <mailto:quic-issues@ietf.org>
List-Help: <mailto:quic-issues-request@ietf.org?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, 09 Jan 2019 17:19:19 -0000

----==_mimepart_5c362d12d2905_58fd3f98f22d45b89117af
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

dtikhonov commented on this pull request.



>  
 ~~~
    struct {
-     enum { IPv4(4), IPv6(6), (15) } ipVersion;
-     opaque ipAddress<4..2^8-1>;
+     opaque ipv4Address<0..2^8-1>;
+     opaque ipv6Address<0..2^8-1>;
      uint16 port;

I'd err on the side of making it as generic as possible: that is, separate ports.

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/quicwg/base-drafts/pull/2296#discussion_r246461779
----==_mimepart_5c362d12d2905_58fd3f98f22d45b89117af
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

<p><b>@dtikhonov</b> commented on this pull request.</p>

<hr>

<p>In <a href="https://github.com/quicwg/base-drafts/pull/2296#discussion_r246461779">draft-ietf-quic-transport.md</a>:</p>
<pre style='color:#555'>&gt;  
 ~~~
    struct {
-     enum { IPv4(4), IPv6(6), (15) } ipVersion;
-     opaque ipAddress&lt;4..2^8-1&gt;;
+     opaque ipv4Address&lt;0..2^8-1&gt;;
+     opaque ipv6Address&lt;0..2^8-1&gt;;
      uint16 port;
</pre>
<p>I'd err on the side of making it as generic as possible: that is, separate ports.</p>

<p style="font-size:small;-webkit-text-size-adjust:none;color:#666;">&mdash;<br />You are receiving this because you are subscribed to this thread.<br />Reply to this email directly, <a href="https://github.com/quicwg/base-drafts/pull/2296#discussion_r246461779">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AWbkqxGXI2UWtJnlsO-OozbrlQ_sCQEKks5vBiSSgaJpZM4ZuHR_">mute the thread</a>.<img src="https://github.com/notifications/beacon/AWbkq7tnnxW2aKG-Dic0XOGEqmp3NjZ2ks5vBiSSgaJpZM4ZuHR_.gif" height="1" width="1" alt="" /></p>
<script type="application/json" data-scope="inboxmarkup">{"api_version":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name":"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"https://github.githubassets.com/images/email/message_cards/header.png","avatar_image_url":"https://github.githubassets.com/images/email/message_cards/avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/quicwg/base-drafts"}},"updates":{"snippets":[{"icon":"PERSON","message":"@dtikhonov commented on #2296"}],"action":{"name":"View Pull Request","url":"https://github.com/quicwg/base-drafts/pull/2296#discussion_r246461779"}}}</script>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/pull/2296#discussion_r246461779",
"url": "https://github.com/quicwg/base-drafts/pull/2296#discussion_r246461779",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>
----==_mimepart_5c362d12d2905_58fd3f98f22d45b89117af--


From nobody Wed Jan  9 09:35:58 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 CBD24130F61 for <quic-issues@ietfa.amsl.com>; Wed,  9 Jan 2019 09:35:57 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -5.935
X-Spam-Level: 
X-Spam-Status: No, score=-5.935 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIMWL_WL_HIGH=-4.553, DKIM_SIGNED=0.1, DKIM_VALID=-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_PASS=-0.001] autolearn=ham autolearn_force=no
Authentication-Results: ietfa.amsl.com (amavisd-new); dkim=pass (1024-bit key) header.d=github.com
Received: from mail.ietf.org ([4.31.198.44]) by localhost (ietfa.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id NMI2iSNyhsgJ for <quic-issues@ietfa.amsl.com>; Wed,  9 Jan 2019 09:35:51 -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 ECC28130F5F for <quic-issues@ietf.org>; Wed,  9 Jan 2019 09:35:45 -0800 (PST)
DKIM-Signature: v=1; a=rsa-sha1; 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=pumIWe6Fzfgx6KkYcuN/w4+rLec=; b=hme3j0LJZ1ftJYZG 3Bsl9yyGSf3fvZUL98Ms4a2cwxoyObSW3PSHJCre6tXUMhnAb3JDk/dVErGQHOEU h/MjuqxXSJG8yhwx4G91oPbEwL1DtomtAIDuRDsCHeaA2eWPJpPSLYUtIEZiGDH0 cMvJekgHFVoEA+oVUMQCGJFyYbw=
Received: by filter0123p1iad2.sendgrid.net with SMTP id filter0123p1iad2-19435-5C3630F0-2D 2019-01-09 17:35:44.688690092 +0000 UTC m=+137080.495503363
Received: from github-lowworker-3c598a3.cp1-iad.github.net (unknown [192.30.252.43]) by ismtpd0035p1iad2.sendgrid.net (SG) with ESMTP id 2dofqPunTJeyXf3m1t_x1g for <quic-issues@ietf.org>; Wed, 09 Jan 2019 17:35:44.707 +0000 (UTC)
Received: from github.com (localhost [127.0.0.1]) by github-lowworker-3c598a3.cp1-iad.github.net (Postfix) with ESMTP id AB81FA8025F for <quic-issues@ietf.org>; Wed,  9 Jan 2019 09:35:44 -0800 (PST)
Date: Wed, 09 Jan 2019 17:35:44 +0000 (UTC)
From: ianswett <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+0166e4ab437d94ab3870f0a5e8af289cdf1713cab4ddde5892cf00000001184df2f092a169ce178a377a@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/pull/2280/review/190841189@github.com>
In-Reply-To: <quicwg/base-drafts/pull/2280@github.com>
References: <quicwg/base-drafts/pull/2280@github.com>
Subject: Re: [quicwg/base-drafts] Clarify Actions on nonzero Reserved Bits (#2280)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5c3630f0a9ae0_3b8f3fb55bcd45c4375762"; 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
X-SG-EID: l64QuQ2uJCcEyUykJbxN122A6QRmEpucztpreh3Pak1m+AvKUZOTuO8dw5zle+NeY+Ca33LbU8/q4M AbHqadlgoQZXDhiUpD3SsX/BbOf5iTCw7ds0at7IU1RCzdwuvNvhcFbWUWGhMcL7ac6GaQCI449Ro7 NgZ5ynbrp+jnS75G14j+Y3pEt9LIzuO6iKi/gLMEWPUxB3v/yArsc5bvl33dIIa8DW9dxLrlwAKwcq k=
Archived-At: <https://mailarchive.ietf.org/arch/msg/quic-issues/ZPI409p9z_5dsGWnLQB-5kUAsjA>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
List-Id: Notification list for GitHub issues related to the QUIC WG <quic-issues.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=unsubscribe>
List-Archive: <https://mailarchive.ietf.org/arch/browse/quic-issues/>
List-Post: <mailto:quic-issues@ietf.org>
List-Help: <mailto:quic-issues-request@ietf.org?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, 09 Jan 2019 17:35:58 -0000

----==_mimepart_5c3630f0a9ae0_3b8f3fb55bcd45c4375762
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

ianswett commented on this pull request.



> @@ -3420,7 +3420,19 @@ Long Packet Type (T):
 
 Type-Specific Bits (X):
 
-: The lower four bits (those with a mask of 0x0f) of byte 0 are type-specific.
+: The next two bits (those with a mask of 0x0c) of byte 0 are reserved.  These

Is this diff not against head?

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/quicwg/base-drafts/pull/2280#pullrequestreview-190841189
----==_mimepart_5c3630f0a9ae0_3b8f3fb55bcd45c4375762
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/2280#discussion_r246471030">draft-ietf-quic-transport.md</a>:</p>
<pre style='color:#555'>&gt; @@ -3420,7 +3420,19 @@ Long Packet Type (T):
 
 Type-Specific Bits (X):
 
-: The lower four bits (those with a mask of 0x0f) of byte 0 are type-specific.
+: The next two bits (those with a mask of 0x0c) of byte 0 are reserved.  These
</pre>
<p>Is this diff not against head?</p>

<p style="font-size:small;-webkit-text-size-adjust:none;color:#666;">&mdash;<br />You are receiving this because you are subscribed to this thread.<br />Reply to this email directly, <a href="https://github.com/quicwg/base-drafts/pull/2280#pullrequestreview-190841189">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AWbkq__7BBZO7Z-x7On3Y-RXtXAEb6Y5ks5vBihwgaJpZM4ZlOXd">mute the thread</a>.<img src="https://github.com/notifications/beacon/AWbkq4P89w5oRYYj1iHJ81jVRcEXtcC-ks5vBihwgaJpZM4ZlOXd.gif" height="1" width="1" alt="" /></p>
<script type="application/json" data-scope="inboxmarkup">{"api_version":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name":"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"https://github.githubassets.com/images/email/message_cards/header.png","avatar_image_url":"https://github.githubassets.com/images/email/message_cards/avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/quicwg/base-drafts"}},"updates":{"snippets":[{"icon":"PERSON","message":"@ianswett commented on #2280"}],"action":{"name":"View Pull Request","url":"https://github.com/quicwg/base-drafts/pull/2280#pullrequestreview-190841189"}}}</script>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/pull/2280#pullrequestreview-190841189",
"url": "https://github.com/quicwg/base-drafts/pull/2280#pullrequestreview-190841189",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>
----==_mimepart_5c3630f0a9ae0_3b8f3fb55bcd45c4375762--


From nobody Wed Jan  9 09:36:45 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 8079B130F5F for <quic-issues@ietfa.amsl.com>; Wed,  9 Jan 2019 09:36:43 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -5.935
X-Spam-Level: 
X-Spam-Status: No, score=-5.935 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIMWL_WL_HIGH=-4.553, DKIM_SIGNED=0.1, DKIM_VALID=-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_PASS=-0.001] autolearn=ham autolearn_force=no
Authentication-Results: ietfa.amsl.com (amavisd-new); dkim=pass (1024-bit key) header.d=github.com
Received: from mail.ietf.org ([4.31.198.44]) by localhost (ietfa.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id Sw7K9_B9nlqd for <quic-issues@ietfa.amsl.com>; Wed,  9 Jan 2019 09:36:41 -0800 (PST)
Received: from o7.sgmail.github.com (o7.sgmail.github.com [167.89.101.198]) (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 89724130EB1 for <quic-issues@ietf.org>; Wed,  9 Jan 2019 09:36:41 -0800 (PST)
DKIM-Signature: v=1; a=rsa-sha1; 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=5YtuxQH/CYRWImYWQROTrAK4dEQ=; b=BlT2G8oNr/uIMioh cSnSMsgDRnBy5JYZIrOkYO0EIE2W78+aeznI1UK20kG7yJeS9GpAEnq64jBnVfoX 10eY1E+vT+bdWtWGT0n5LnexrUEcBawGKVl0zKFC73ErwVwAr5EPopMWDWAqLAKt zUr7Z3LL5iqG2n1DeWM6yulYCM4=
Received: by filter1553p1mdw1.sendgrid.net with SMTP id filter1553p1mdw1-27877-5C363125-25 2019-01-09 17:36:37.62280827 +0000 UTC m=+144352.273016422
Received: from github-lowworker-89d05ac.cp1-iad.github.net (unknown [192.30.252.35]) by ismtpd0038p1iad2.sendgrid.net (SG) with ESMTP id WrY-WTllRAaCJQchsrvahA for <quic-issues@ietf.org>; Wed, 09 Jan 2019 17:36:37.536 +0000 (UTC)
Received: from github.com (localhost [127.0.0.1]) by github-lowworker-89d05ac.cp1-iad.github.net (Postfix) with ESMTP id 81F6EAE030B for <quic-issues@ietf.org>; Wed,  9 Jan 2019 09:36:37 -0800 (PST)
Date: Wed, 09 Jan 2019 17:36:37 +0000 (UTC)
From: ianswett <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+0166e4abf5cfadbc9dea1c6bb2e00bfee209c98e2fb0beef92cf00000001184df32592a169ce178a377a@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/pull/2280/c452780927@github.com>
In-Reply-To: <quicwg/base-drafts/pull/2280@github.com>
References: <quicwg/base-drafts/pull/2280@github.com>
Subject: Re: [quicwg/base-drafts] Clarify Actions on nonzero Reserved Bits (#2280)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5c3631258008b_3513f993dcd45b827920"; 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
X-SG-EID: l64QuQ2uJCcEyUykJbxN122A6QRmEpucztpreh3Pak1XR6G5owx05oYhjFN46IoQvSpVtVfHGHWJzq +nGmBlWGWjWJLiv3Di/xD6MOfbGgUw+/DtvgifQ76++VqYXmWLH6VcnsZk7hyuzWSahTMi5+sMfy0F xERpv7OMkYvdE49V0OUuuAow4teL1uLsEvp+yGaLKhG+nY7zjaT42evzS9x2Vz1+ssmgu66c1bztxn Q=
Archived-At: <https://mailarchive.ietf.org/arch/msg/quic-issues/cCBLV-X3PHD9vsZq10fu8_1mbjU>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
List-Id: Notification list for GitHub issues related to the QUIC WG <quic-issues.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=unsubscribe>
List-Archive: <https://mailarchive.ietf.org/arch/browse/quic-issues/>
List-Post: <mailto:quic-issues@ietf.org>
List-Help: <mailto:quic-issues-request@ietf.org?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, 09 Jan 2019 17:36:44 -0000

----==_mimepart_5c3631258008b_3513f993dcd45b827920
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

Thanks @martinduke I missed his comment.  That is totally reasonable, but also not obvious.  But it's in the TLS text, so I hopefully everyone reads 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/2280#issuecomment-452780927
----==_mimepart_5c3631258008b_3513f993dcd45b827920
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=24398865" data-octo-click="hovercard-link-click" data-octo-dimensions="link_type:self" href="https://github.com/martinduke">@martinduke</a> I missed his comment.  That is totally reasonable, but also not obvious.  But it's in the TLS text, so I hopefully everyone reads 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/2280#issuecomment-452780927">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AWbkq1BE4kZEA97ySIzcddAbJx8jyreoks5vBiilgaJpZM4ZlOXd">mute the thread</a>.<img src="https://github.com/notifications/beacon/AWbkq2UZeQXhpNx2Y-qhcqGu-3_p6Uq7ks5vBiilgaJpZM4ZlOXd.gif" height="1" width="1" alt="" /></p>
<script type="application/json" data-scope="inboxmarkup">{"api_version":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name":"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"https://github.githubassets.com/images/email/message_cards/header.png","avatar_image_url":"https://github.githubassets.com/images/email/message_cards/avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/quicwg/base-drafts"}},"updates":{"snippets":[{"icon":"PERSON","message":"@ianswett in #2280: Thanks @martinduke I missed his comment.  That is totally reasonable, but also not obvious.  But it's in the TLS text, so I hopefully everyone reads that?"}],"action":{"name":"View Pull Request","url":"https://github.com/quicwg/base-drafts/pull/2280#issuecomment-452780927"}}}</script>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/pull/2280#issuecomment-452780927",
"url": "https://github.com/quicwg/base-drafts/pull/2280#issuecomment-452780927",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>
----==_mimepart_5c3631258008b_3513f993dcd45b827920--


From nobody Wed Jan  9 09:43: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 C1FE0130F74 for <quic-issues@ietfa.amsl.com>; Wed,  9 Jan 2019 09:43:45 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -11.149
X-Spam-Level: 
X-Spam-Status: No, score=-11.149 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIMWL_WL_HIGH=-4.553, 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_PASS=-0.001] autolearn=ham autolearn_force=no
Authentication-Results: ietfa.amsl.com (amavisd-new); dkim=pass (1024-bit key) header.d=github.com
Received: from mail.ietf.org ([4.31.198.44]) by localhost (ietfa.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id ZUkdJBUeIZ0J for <quic-issues@ietfa.amsl.com>; Wed,  9 Jan 2019 09:43:44 -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 2EBF9130F5F for <quic-issues@ietf.org>; Wed,  9 Jan 2019 09:43:44 -0800 (PST)
Date: Wed, 09 Jan 2019 09:43:43 -0800
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1547055823; bh=9uqMGV/Bl2/O5b+OLGq9+OpoLX5GWDmKkDd/KfBCVZQ=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=AP6MCDeICqHKlmPRlti6WjVuqWGyhNFeeyv43mkoOA6nX1eqI/43qtmaYiDCv7KE9 eqgjzz7jC/a4l4bNZlxFmZM878DujJ9uLcp2+GuotuIVWFCdUAq+LWTfksJnXICQeE l7UeqonMYI72Qwu+6Mz5ruC0usKDOaXuWIiN7f0U=
From: Subodh Iyengar <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+0166e4ab609607219ed15f337e864d506a0bfc22ab7a84cf92cf00000001184df4cf92a169ce179e43e2@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/issues/2299/452784862@github.com>
In-Reply-To: <quicwg/base-drafts/issues/2299@github.com>
References: <quicwg/base-drafts/issues/2299@github.com>
Subject: Re: [quicwg/base-drafts] consider making the varint encoding unique (#2299)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5c3632cf35cd_36ca3fd5110d45b44195d3"; charset=UTF-8
Content-Transfer-Encoding: 7bit
Precedence: list
X-GitHub-Sender: siyengar
X-GitHub-Recipient: quic-issues
X-GitHub-Reason: subscribed
X-Auto-Response-Suppress: All
X-GitHub-Recipient-Address: quic-issues@ietf.org
Archived-At: <https://mailarchive.ietf.org/arch/msg/quic-issues/RWBVr-p7c_ls4WXz_OhRWr9o-Y8>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
List-Id: Notification list for GitHub issues related to the QUIC WG <quic-issues.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=unsubscribe>
List-Archive: <https://mailarchive.ietf.org/arch/browse/quic-issues/>
List-Post: <mailto:quic-issues@ietf.org>
List-Help: <mailto:quic-issues-request@ietf.org?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, 09 Jan 2019 17:43:46 -0000

----==_mimepart_5c3632cf35cd_36ca3fd5110d45b44195d3
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

I've mentioned this previously that this might be good to do, but I also have mixed feelings now because of the reasons @nibanks mentioned about pre-reserving the length. It would seem nasty to work around 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/2299#issuecomment-452784862
----==_mimepart_5c3632cf35cd_36ca3fd5110d45b44195d3
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

<p>I've mentioned this previously that this might be good to do, but I also have mixed feelings now because of the reasons <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> mentioned about pre-reserving the length. It would seem nasty to work around 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/2299#issuecomment-452784862">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AWbkq2uABVmsIZPiqeILDB48zntlBmwyks5vBipPgaJpZM4ZyX3n">mute the thread</a>.<img src="https://github.com/notifications/beacon/AWbkq5pRxI1GSBo-VKQT2fVlBgJmOZ4vks5vBipPgaJpZM4ZyX3n.gif" height="1" width="1" alt="" /></p>
<script type="application/json" data-scope="inboxmarkup">{"api_version":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name":"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"https://github.githubassets.com/images/email/message_cards/header.png","avatar_image_url":"https://github.githubassets.com/images/email/message_cards/avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/quicwg/base-drafts"}},"updates":{"snippets":[{"icon":"PERSON","message":"@siyengar in #2299: I've mentioned this previously that this might be good to do, but I also have mixed feelings now because of the reasons @nibanks mentioned about pre-reserving the length. It would seem nasty to work around that."}],"action":{"name":"View Issue","url":"https://github.com/quicwg/base-drafts/issues/2299#issuecomment-452784862"}}}</script>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/issues/2299#issuecomment-452784862",
"url": "https://github.com/quicwg/base-drafts/issues/2299#issuecomment-452784862",
"name": "View Issue"
},
"description": "View this Issue on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>
----==_mimepart_5c3632cf35cd_36ca3fd5110d45b44195d3--


From nobody Wed Jan  9 09:50: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 1A36B130F86 for <quic-issues@ietfa.amsl.com>; Wed,  9 Jan 2019 09:50:01 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -12.552
X-Spam-Level: 
X-Spam-Status: No, score=-12.552 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIMWL_WL_HIGH=-4.553, 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_PASS=-0.001] autolearn=ham autolearn_force=no
Authentication-Results: ietfa.amsl.com (amavisd-new); dkim=pass (1024-bit key) header.d=github.com
Received: from mail.ietf.org ([4.31.198.44]) by localhost (ietfa.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id kjNID7BBwNiO for <quic-issues@ietfa.amsl.com>; Wed,  9 Jan 2019 09:49: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 46DED130F06 for <quic-issues@ietf.org>; Wed,  9 Jan 2019 09:49:59 -0800 (PST)
Date: Wed, 09 Jan 2019 09:49:58 -0800
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1547056198; bh=FzWEUHRJc68T724MeS7UbVdLkMo/jnLjyqzEQNxESBc=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=OeWxj5xYYQNBvGf78x757EszYFFnVYti3Qmh4MIHjpvq4hZ4Ot2yMj+QNGgpcVDQA 2cJZWJzLidA3pL+pUinfQWii/lZTDJxCV9goUvwcP3vztk//Tm3Cy3eIac3gqFMnPl 6XecLmmrmasTThl6RF7lcIepPDCwNPLB1T2gVHJw=
From: martinduke <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+0166e4abd1d1df012b4f81cea1d5d007e26a2fda83fd683a92cf00000001184df64692a169ce178a377a@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/pull/2280/c452786741@github.com>
In-Reply-To: <quicwg/base-drafts/pull/2280@github.com>
References: <quicwg/base-drafts/pull/2280@github.com>
Subject: Re: [quicwg/base-drafts] Clarify Actions on nonzero Reserved Bits (#2280)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5c36344658a6d_54e3f993dcd45b840651e"; 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/68JHqsdjrJDR5-6p_y5Z6C6Gg4k>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
List-Id: Notification list for GitHub issues related to the QUIC WG <quic-issues.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=unsubscribe>
List-Archive: <https://mailarchive.ietf.org/arch/browse/quic-issues/>
List-Post: <mailto:quic-issues@ietf.org>
List-Help: <mailto:quic-issues-request@ietf.org?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, 09 Jan 2019 17:50:01 -0000

----==_mimepart_5c36344658a6d_54e3f993dcd45b840651e
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

@ianswett yeah, this PR is trying to make it clear, because I also find it non-obvious (and buried in the security considerations section of the TLS draft).

While this PR makes it crystal clear what is supposed to happen, I can easily see a developer thinking they're smarter than the spec and discarding after header protection. I wouldn't mind some explanatory text, but one thing at a time.

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/quicwg/base-drafts/pull/2280#issuecomment-452786741
----==_mimepart_5c36344658a6d_54e3f993dcd45b840651e
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=3D20072817" data-octo-click=3D"hovercard-link-=
click" data-octo-dimensions=3D"link_type:self" href=3D"https://github.com=
/ianswett">@ianswett</a> yeah, this PR is trying to make it clear, becaus=
e I also find it non-obvious (and buried in the security considerations s=
ection of the TLS draft).</p>
<p>While this PR makes it crystal clear what is supposed to happen, I can=
 easily see a developer thinking they're smarter than the spec and discar=
ding after header protection. I wouldn't mind some explanatory text, but =
one thing at a time.</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/pull/2280#issuecomment-452786741">view it on GitHub</a>, o=
r <a href=3D"https://github.com/notifications/unsubscribe-auth/AWbkq7A8s2=
92CGLMJ0oOVfj-ObMQu8lrks5vBivGgaJpZM4ZlOXd">mute the thread</a>.<img src=3D=
"https://github.com/notifications/beacon/AWbkq9YJMqYKhPHEzXoKYLI751kLyxIw=
ks5vBivGgaJpZM4ZlOXd.gif" height=3D"1" width=3D"1" alt=3D"" /></p>
<script type=3D"application/json" data-scope=3D"inboxmarkup">{"api_versio=
n":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name"=
:"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"=
quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"http=
s://github.githubassets.com/images/email/message_cards/header.png","avata=
r_image_url":"https://github.githubassets.com/images/email/message_cards/=
avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/q=
uicwg/base-drafts"}},"updates":{"snippets":[{"icon":"PERSON","message":"@=
martinduke in #2280: @ianswett yeah, this PR is trying to make it clear, =
because I also find it non-obvious (and buried in the security considerat=
ions section of the TLS draft).\r\n\r\nWhile this PR makes it crystal cle=
ar what is supposed to happen, I can easily see a developer thinking they=
're smarter than the spec and discarding after header protection. I would=
n't mind some explanatory text, but one thing at a time."}],"action":{"na=
me":"View Pull Request","url":"https://github.com/quicwg/base-drafts/pull=
/2280#issuecomment-452786741"}}}</script>
<script type=3D"application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/pull/2280#issuecomment-4=
52786741",
"url": "https://github.com/quicwg/base-drafts/pull/2280#issuecomment-4527=
86741",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>=

----==_mimepart_5c36344658a6d_54e3f993dcd45b840651e--


From nobody Wed Jan  9 10:11: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 161F1130FA3 for <quic-issues@ietfa.amsl.com>; Wed,  9 Jan 2019 10:11:15 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -12.553
X-Spam-Level: 
X-Spam-Status: No, score=-12.553 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIMWL_WL_HIGH=-4.553, 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_PASS=-0.001] autolearn=ham autolearn_force=no
Authentication-Results: ietfa.amsl.com (amavisd-new); dkim=pass (1024-bit key) header.d=github.com
Received: from mail.ietf.org ([4.31.198.44]) by localhost (ietfa.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id zu3qyJOc5wst for <quic-issues@ietfa.amsl.com>; Wed,  9 Jan 2019 10:11:13 -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 C3085130FD6 for <quic-issues@ietf.org>; Wed,  9 Jan 2019 10:11:13 -0800 (PST)
Date: Wed, 09 Jan 2019 10:11:12 -0800
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1547057473; bh=txOX55Vy5tp3wKxQauTWBrDGxw9XHx8X3RBzTu997F0=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=zve/Hi/uJwVcLVK6xhYL+KhStX1WwnVBuEkn79TWuVqhVMeUX6U3i/oeYV5v5cItB O8cmkD1WL/72fyoIXXIEVS6oa3Drim4O2KIdHuwWBDtohdrIHiJXbWOo5aVEdN3cuV DcD0x+tgQNAN/9knVbzcZIULBpHsJ6gs+9adh9DE=
From: Mike Bishop <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+0166e4ab1e10473161a86f4846372f89d772118b5246d13392cf00000001184dfb4092a169ce17afe293@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/pull/2322/review/190851773@github.com>
In-Reply-To: <quicwg/base-drafts/pull/2322@github.com>
References: <quicwg/base-drafts/pull/2322@github.com>
Subject: Re: [quicwg/base-drafts] Prioritization edits (#2322)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5c36394087b56_61c43f8fe92d45c017380ae"; 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/2o3KclvX3Io7fyhAMkldEXUXANc>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
List-Id: Notification list for GitHub issues related to the QUIC WG <quic-issues.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=unsubscribe>
List-Archive: <https://mailarchive.ietf.org/arch/browse/quic-issues/>
List-Post: <mailto:quic-issues@ietf.org>
List-Help: <mailto:quic-issues-request@ietf.org?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, 09 Jan 2019 18:11:15 -0000

----==_mimepart_5c36394087b56_61c43f8fe92d45c017380ae
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

MikeBishop commented on this pull request.

I think the rearrangement is good, but the most awkward paragraph is only moved, not changed.  If you want to clean up this section, maybe try to untangle the paragraph that's now at 1075-1080?

>  
 Due to reordering between streams, an element can also be prioritized which is
 not yet in the tree. Such elements are added to the tree with the requested
 priority.
 
+

Extra blank line here.

>  
 Due to reordering between streams, an element can also be prioritized which is
 not yet in the tree. Such elements are added to the tree with the requested
 priority.
 
+
+In all cases, elements are assigned an initial weight of 16 unless a PRIORITY
+frame begins the stream.

That's only possible for request streams.

>  
 Due to reordering between streams, an element can also be prioritized which is
 not yet in the tree. Such elements are added to the tree with the requested
 priority.
 
+
+In all cases, elements are assigned an initial weight of 16 unless a PRIORITY
+frame begins the stream.
+
+When a client request is first sent, its parent and weight are determined by the
+PRIORITY frame (see {{frame-priority}}) which begins the stream, if present.
+Otherwise, the element is dependent on the root of the priority tree. A request 
+stream dependent upon another request stream expresses the preference that the
+latter stream (the "parent" request) be allocated resources before the former
+stream (the "dependent" request).

This paragraph feels like the thing that needs improvement in this 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/2322#pullrequestreview-190851773
----==_mimepart_5c36394087b56_61c43f8fe92d45c017380ae
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

<p><b>@MikeBishop</b> commented on this pull request.</p>

<p>I think the rearrangement is good, but the most awkward paragraph is only moved, not changed.  If you want to clean up this section, maybe try to untangle the paragraph that's now at 1075-1080?</p><hr>

<p>In <a href="https://github.com/quicwg/base-drafts/pull/2322#discussion_r246479279">draft-ietf-quic-http.md</a>:</p>
<pre style='color:#555'>&gt;  
 Due to reordering between streams, an element can also be prioritized which is
 not yet in the tree. Such elements are added to the tree with the requested
 priority.
 
+
</pre>
<p>Extra blank line here.</p>

<hr>

<p>In <a href="https://github.com/quicwg/base-drafts/pull/2322#discussion_r246479708">draft-ietf-quic-http.md</a>:</p>
<pre style='color:#555'>&gt;  
 Due to reordering between streams, an element can also be prioritized which is
 not yet in the tree. Such elements are added to the tree with the requested
 priority.
 
+
+In all cases, elements are assigned an initial weight of 16 unless a PRIORITY
+frame begins the stream.
</pre>
<p>That's only possible for request streams.</p>

<hr>

<p>In <a href="https://github.com/quicwg/base-drafts/pull/2322#discussion_r246480290">draft-ietf-quic-http.md</a>:</p>
<pre style='color:#555'>&gt;  
 Due to reordering between streams, an element can also be prioritized which is
 not yet in the tree. Such elements are added to the tree with the requested
 priority.
 
+
+In all cases, elements are assigned an initial weight of 16 unless a PRIORITY
+frame begins the stream.
+
+When a client request is first sent, its parent and weight are determined by the
+PRIORITY frame (see {{frame-priority}}) which begins the stream, if present.
+Otherwise, the element is dependent on the root of the priority tree. A request 
+stream dependent upon another request stream expresses the preference that the
+latter stream (the &quot;parent&quot; request) be allocated resources before the former
+stream (the &quot;dependent&quot; request).
</pre>
<p>This paragraph feels like the thing that needs improvement in this 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/2322#pullrequestreview-190851773">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AWbkq-FvaS9RH4Zc8Q3TyRWCtE69GlzXks5vBjDAgaJpZM4Z3n_A">mute the thread</a>.<img src="https://github.com/notifications/beacon/AWbkq4PlOZe9d_1BXOT1KdKIw2InxqhQks5vBjDAgaJpZM4Z3n_A.gif" height="1" width="1" alt="" /></p>
<script type="application/json" data-scope="inboxmarkup">{"api_version":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name":"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"https://github.githubassets.com/images/email/message_cards/header.png","avatar_image_url":"https://github.githubassets.com/images/email/message_cards/avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/quicwg/base-drafts"}},"updates":{"snippets":[{"icon":"PERSON","message":"@MikeBishop commented on #2322"}],"action":{"name":"View Pull Request","url":"https://github.com/quicwg/base-drafts/pull/2322#pullrequestreview-190851773"}}}</script>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/pull/2322#pullrequestreview-190851773",
"url": "https://github.com/quicwg/base-drafts/pull/2322#pullrequestreview-190851773",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>
----==_mimepart_5c36394087b56_61c43f8fe92d45c017380ae--


From nobody Wed Jan  9 10:13:47 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 8DB79130FD6 for <quic-issues@ietfa.amsl.com>; Wed,  9 Jan 2019 10:13:45 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -5.935
X-Spam-Level: 
X-Spam-Status: No, score=-5.935 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIMWL_WL_HIGH=-4.553, DKIM_SIGNED=0.1, DKIM_VALID=-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_PASS=-0.001] autolearn=ham autolearn_force=no
Authentication-Results: ietfa.amsl.com (amavisd-new); dkim=pass (1024-bit key) header.d=github.com
Received: from mail.ietf.org ([4.31.198.44]) by localhost (ietfa.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id GF7z2ycv8M8o for <quic-issues@ietfa.amsl.com>; Wed,  9 Jan 2019 10:13:44 -0800 (PST)
Received: from o10.sgmail.github.com (o10.sgmail.github.com [167.89.101.201]) (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 E6347130FA3 for <quic-issues@ietf.org>; Wed,  9 Jan 2019 10:13:43 -0800 (PST)
DKIM-Signature: v=1; a=rsa-sha1; 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=6LR659ymRKrQRg7TbCKj4yOFq3w=; b=AugxwSZvZQ7zARh1 UC0L6+Er0PkIqgQIjMZVMe/FMTSYsEyfn6kdg4xddWu76rFVnY6Pg9Xx1uw7C0qn 9JUa6gX4ME8ib76CjArvSItr+7816uDu16oEMmJTh7Nj/89GbhJMoseThx9KYmsw BK9Safp7aWFNvHp4NLMcMARdH04=
Received: by filter0340p1iad2.sendgrid.net with SMTP id filter0340p1iad2-26287-5C3639D6-1B 2019-01-09 18:13:42.609736319 +0000 UTC m=+127749.169126033
Received: from github-lowworker-e8fa9ff.cp1-iad.github.net (unknown [192.30.252.43]) by ismtpd0035p1iad1.sendgrid.net (SG) with ESMTP id 4IMAQtq-QcaiX7Jj3Di9Og for <quic-issues@ietf.org>; Wed, 09 Jan 2019 18:13:42.559 +0000 (UTC)
Received: from github.com (localhost [127.0.0.1]) by github-lowworker-e8fa9ff.cp1-iad.github.net (Postfix) with ESMTP id 860B1420862 for <quic-issues@ietf.org>; Wed,  9 Jan 2019 10:13:42 -0800 (PST)
Date: Wed, 09 Jan 2019 18:13:42 +0000 (UTC)
From: Mike Bishop <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+0166e4abc27e60d2f113e6c2ab4f99e048a9536eaaaf5fc692cf00000001184dfbd692a169ce17ae7ded@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/issues/2321/452791632@github.com>
In-Reply-To: <quicwg/base-drafts/issues/2321@github.com>
References: <quicwg/base-drafts/issues/2321@github.com>
Subject: Re: [quicwg/base-drafts] "PRIORITY frame expresses priority of a stream" (#2321)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5c3639d680e23_4e993f93268d45c0669672"; 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: l64QuQ2uJCcEyUykJbxN122A6QRmEpucztpreh3Pak1g+XR0NkE+5cvcoPQ2zAXmoJRQIDhit3tpOP ARaDJczShPEW97h85yLM2cUYqeBcKGpfkWHD6iWKAPz8vbXqN9qCLyRC/wfU6Ov3py6zNwjLqFTIid 4ypj8myGw0wxceCDmzUW8RHrM8JGZ5NpxXpAfKjqABZGungGGWhpNqu/ufRB2OiWRg5O6dI4PrBA43 Q=
Archived-At: <https://mailarchive.ietf.org/arch/msg/quic-issues/5d8K7SEkFgEs22poMNCoFv5rNnw>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
List-Id: Notification list for GitHub issues related to the QUIC WG <quic-issues.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=unsubscribe>
List-Archive: <https://mailarchive.ietf.org/arch/browse/quic-issues/>
List-Post: <mailto:quic-issues@ietf.org>
List-Help: <mailto:quic-issues-request@ietf.org?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, 09 Jan 2019 18:13:45 -0000

----==_mimepart_5c3639d680e23_4e993f93268d45c0669672
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

Yeah, there was originally one table and I had to split it to accommodate the current design.  If anyone sees an elegant way to recombine them, I'm fully supportive.

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/quicwg/base-drafts/issues/2321#issuecomment-452791632
----==_mimepart_5c3639d680e23_4e993f93268d45c0669672
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

<p>Yeah, there was originally one table and I had to split it to accommodate the current design.  If anyone sees an elegant way to recombine them, I'm fully supportive.</p>

<p style="font-size:small;-webkit-text-size-adjust:none;color:#666;">&mdash;<br />You are receiving this because you are subscribed to this thread.<br />Reply to this email directly, <a href="https://github.com/quicwg/base-drafts/issues/2321#issuecomment-452791632">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AWbkq9kedT7Q8UMirGKyxqSv3G7MBNLUks5vBjFWgaJpZM4Z3N8q">mute the thread</a>.<img src="https://github.com/notifications/beacon/AWbkq91JMmptyK-pzxrIJsARTUZH_Ssmks5vBjFWgaJpZM4Z3N8q.gif" height="1" width="1" alt="" /></p>
<script type="application/json" data-scope="inboxmarkup">{"api_version":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name":"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"https://github.githubassets.com/images/email/message_cards/header.png","avatar_image_url":"https://github.githubassets.com/images/email/message_cards/avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/quicwg/base-drafts"}},"updates":{"snippets":[{"icon":"PERSON","message":"@MikeBishop in #2321: Yeah, there was originally one table and I had to split it to accommodate the current design.  If anyone sees an elegant way to recombine them, I'm fully supportive."}],"action":{"name":"View Issue","url":"https://github.com/quicwg/base-drafts/issues/2321#issuecomment-452791632"}}}</script>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/issues/2321#issuecomment-452791632",
"url": "https://github.com/quicwg/base-drafts/issues/2321#issuecomment-452791632",
"name": "View Issue"
},
"description": "View this Issue on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>
----==_mimepart_5c3639d680e23_4e993f93268d45c0669672--


From nobody Wed Jan  9 10:46:04 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 0DBB1130F44 for <quic-issues@ietfa.amsl.com>; Wed,  9 Jan 2019 10:46:03 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -7.552
X-Spam-Level: 
X-Spam-Status: No, score=-7.552 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIMWL_WL_HIGH=-4.553, 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_PASS=-0.001] autolearn=ham autolearn_force=no
Authentication-Results: ietfa.amsl.com (amavisd-new); dkim=pass (1024-bit key) header.d=github.com
Received: from mail.ietf.org ([4.31.198.44]) by localhost (ietfa.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id lkApE5WpkPNq for <quic-issues@ietfa.amsl.com>; Wed,  9 Jan 2019 10:45:58 -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 8199B130F0F for <quic-issues@ietf.org>; Wed,  9 Jan 2019 10:45:58 -0800 (PST)
DKIM-Signature: v=1; a=rsa-sha1; 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=dPbjDy0c5KC/ry17ZJFPlHgRfHM=; b=s3bcZzSCQ/+L9E9r k/xTXBCzDSykhyHcMbwq5qMNgWIMkMKN1oDoPj9swZQBUJjGfkpd48EOiMgt7O6f ib8IJkXIWiYjMRV3P663iGDtH9sdT+bo9LQ8OUKkkW35AA7ehxYr/M99758rRYPL nBRIZ736ZmD8O4zTzkj22/ul5JM=
Received: by filter0267p1iad2.sendgrid.net with SMTP id filter0267p1iad2-11995-5C364165-2 2019-01-09 18:45:57.101568566 +0000 UTC m=+141085.715187543
Received: from github-lowworker-39ccb07.cp1-iad.github.net (unknown [192.30.252.40]) by ismtpd0037p1iad2.sendgrid.net (SG) with ESMTP id yVQ9ugSwQTe1uIuyyWimsA for <quic-issues@ietf.org>; Wed, 09 Jan 2019 18:45:57.085 +0000 (UTC)
Received: from github.com (localhost [127.0.0.1]) by github-lowworker-39ccb07.cp1-iad.github.net (Postfix) with ESMTP id 08A46401854 for <quic-issues@ietf.org>; Wed,  9 Jan 2019 10:45:57 -0800 (PST)
Date: Wed, 09 Jan 2019 18:45:57 +0000 (UTC)
From: Mike Bishop <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+0166e4abce9f5b50c1d375cf12bc5524d08b0c5178b075d192cf00000001184e036592a169ce17b142a0@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/pull/2324@github.com>
Subject: [quicwg/base-drafts] Transport owns details of effecting keep-alive (#2324)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5c3641656f4b_59083fba380d45bc3453998"; 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: l64QuQ2uJCcEyUykJbxN122A6QRmEpucztpreh3Pak1NjyPwyxR9POHy/EzOxTQ6Jw3ZgF8ryO2GtM 8mzvbz6dNFoOYj3SZNDv3+4DYe1Fy+CUDOE+K5hKzqCR/BslX0yFSsHOPa5CbtxVSlsIzdnxJGgnt0 woNdwdYVzRcDEBUAYo5Tq+tkv7m6eugP7gTceJr0Wrb+aUVzgOZ98xD17rrouXNc++QQ2bg3cBYwEX A=
Archived-At: <https://mailarchive.ietf.org/arch/msg/quic-issues/1tQNqS81TFS8MQnHq6jp8TL0LHQ>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
List-Id: Notification list for GitHub issues related to the QUIC WG <quic-issues.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=unsubscribe>
List-Archive: <https://mailarchive.ietf.org/arch/browse/quic-issues/>
List-Post: <mailto:quic-issues@ietf.org>
List-Help: <mailto:quic-issues-request@ietf.org?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, 09 Jan 2019 18:46:03 -0000

----==_mimepart_5c3641656f4b_59083fba380d45bc3453998
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

Fixes #2092.
You can view, comment on, or merge this pull request online at:

  https://github.com/quicwg/base-drafts/pull/2324

-- Commit Summary --

  * Transport owns details of effecting keep-alive

-- File Changes --

    M draft-ietf-quic-http.md (15)

-- Patch Links --

https://github.com/quicwg/base-drafts/pull/2324.patch
https://github.com/quicwg/base-drafts/pull/2324.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/2324

----==_mimepart_5c3641656f4b_59083fba380d45bc3453998
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 #2092.">Fixes</span> <a class="issue-link js-issue-link" data-error-text="Failed to load issue title" data-id="386983339" data-permission-text="Issue title is private" data-url="https://github.com/quicwg/base-drafts/issues/2092" data-hovercard-type="issue" data-hovercard-url="/quicwg/base-drafts/issues/2092/hovercard" href="https://github.com/quicwg/base-drafts/issues/2092">#2092</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/2324'>https://github.com/quicwg/base-drafts/pull/2324</a></p>

<h4>Commit Summary</h4>
<ul>
  <li>Transport owns details of effecting keep-alive</li>
</ul>

<h4>File Changes</h4>
<ul>
  <li>
    <strong>M</strong>
    <a href="https://github.com/quicwg/base-drafts/pull/2324/files#diff-0">draft-ietf-quic-http.md</a>
    (15)
  </li>
</ul>

<h4>Patch Links:</h4>
<ul>
  <li><a href='https://github.com/quicwg/base-drafts/pull/2324.patch'>https://github.com/quicwg/base-drafts/pull/2324.patch</a></li>
  <li><a href='https://github.com/quicwg/base-drafts/pull/2324.diff'>https://github.com/quicwg/base-drafts/pull/2324.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/2324">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AWbkq5xDm8nPuqoU_EoHt5a8LVkJl4SCks5vBjjlgaJpZM4Z4B5r">mute the thread</a>.<img src="https://github.com/notifications/beacon/AWbkq7s9P45aT9SM2FrxfzNnYTS70AH1ks5vBjjlgaJpZM4Z4B5r.gif" height="1" width="1" alt="" /></p>
<script type="application/json" data-scope="inboxmarkup">{"api_version":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name":"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"https://github.githubassets.com/images/email/message_cards/header.png","avatar_image_url":"https://github.githubassets.com/images/email/message_cards/avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/quicwg/base-drafts"}},"updates":{"snippets":[{"icon":"DESCRIPTION","message":"Transport owns details of effecting keep-alive (#2324)"}],"action":{"name":"View Pull Request","url":"https://github.com/quicwg/base-drafts/pull/2324"}}}</script>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/pull/2324",
"url": "https://github.com/quicwg/base-drafts/pull/2324",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>

----==_mimepart_5c3641656f4b_59083fba380d45bc3453998--


From nobody Wed Jan  9 10:48:58 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 BF887130FFF for <quic-issues@ietfa.amsl.com>; Wed,  9 Jan 2019 10:48:49 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -6.149
X-Spam-Level: 
X-Spam-Status: No, score=-6.149 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIMWL_WL_HIGH=-4.553, 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_PASS=-0.001] autolearn=ham autolearn_force=no
Authentication-Results: ietfa.amsl.com (amavisd-new); dkim=pass (1024-bit key) header.d=github.com
Received: from mail.ietf.org ([4.31.198.44]) by localhost (ietfa.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id kqvoB8jxjD1W for <quic-issues@ietfa.amsl.com>; Wed,  9 Jan 2019 10:48:48 -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 0BCDD130F0F for <quic-issues@ietf.org>; Wed,  9 Jan 2019 10:48:47 -0800 (PST)
DKIM-Signature: v=1; a=rsa-sha1; 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=AcbXwqxmmEco+1vpSW6MEkRtNiQ=; b=Jsu7tq/G4U3CU32b rWE2uLR+EvCXvNIKDXnCkR/0GD6VJVvSWTGtamN6ZP6NmTUJFIHWSLQhUAejqjhl ueJs9iEC5WEGdlOO5s96CO5qVzy/rQ7wNRA/jXFrT357fH/OdEPVyxWKyDbuzAKR 5LjuT1pBa9paVDpunL8YxlPwQeU=
Received: by filter0459p1iad2.sendgrid.net with SMTP id filter0459p1iad2-2776-5C36420E-2E 2019-01-09 18:48:46.627356182 +0000 UTC m=+141829.378424601
Received: from github-lowworker-dc5ea3e.cp1-iad.github.net (unknown [192.30.252.45]) by ismtpd0015p1iad1.sendgrid.net (SG) with ESMTP id 88rxv2EnRg6RzEZ8RjumxA for <quic-issues@ietf.org>; Wed, 09 Jan 2019 18:48:46.567 +0000 (UTC)
Received: from github.com (localhost [127.0.0.1]) by github-lowworker-dc5ea3e.cp1-iad.github.net (Postfix) with ESMTP id 89086260B3A for <quic-issues@ietf.org>; Wed,  9 Jan 2019 10:48:46 -0800 (PST)
Date: Wed, 09 Jan 2019 18:48:46 +0000 (UTC)
From: Lucas Pardue <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+0166e4ab2ef85686ce2204c4e7e00f67a30aee4d72788e1892cf00000001184e040e92a169ce17afe293@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/pull/2322/review/190861853@github.com>
In-Reply-To: <quicwg/base-drafts/pull/2322@github.com>
References: <quicwg/base-drafts/pull/2322@github.com>
Subject: Re: [quicwg/base-drafts] Prioritization edits (#2322)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5c36420e852c7_83d3fa83e0d45b420060bb"; 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
X-SG-EID: l64QuQ2uJCcEyUykJbxN122A6QRmEpucztpreh3Pak0dJXlofNa7x6d0AbE/t/1es5EaydS7TIxtpN Af0PG4uVpCYx0xkjOK9R1VuPh3/MxjjoyFdX9mrBDiP0jPlJio5FZG0K5hbU7mtO9AVXT2XfoV11rc g+yij8fljl60vZt21hLLJkvgsJT3qpj5KZKKIE7USOzSMKyUsNMr8ldbkYB09ucLSZl7J44nFKU4hX Q=
Archived-At: <https://mailarchive.ietf.org/arch/msg/quic-issues/qaUBPGI-KaBtXR9M-kNElzY2pK8>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
List-Id: Notification list for GitHub issues related to the QUIC WG <quic-issues.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=unsubscribe>
List-Archive: <https://mailarchive.ietf.org/arch/browse/quic-issues/>
List-Post: <mailto:quic-issues@ietf.org>
List-Help: <mailto:quic-issues-request@ietf.org?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, 09 Jan 2019 18:48:50 -0000

----==_mimepart_5c36420e852c7_83d3fa83e0d45b420060bb
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

LPardue commented on this pull request.



>  
 Due to reordering between streams, an element can also be prioritized which is
 not yet in the tree. Such elements are added to the tree with the requested
 priority.
 
+
+In all cases, elements are assigned an initial weight of 16 unless a PRIORITY
+frame begins the stream.

That's what the old text said, I just moved it. 

Should I adjust the text somehow to make things clearer?

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/quicwg/base-drafts/pull/2322#discussion_r246487163
----==_mimepart_5c36420e852c7_83d3fa83e0d45b420060bb
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/2322#discussion_r246487163">draft-ietf-quic-http.md</a>:</p>
<pre style='color:#555'>&gt;  
 Due to reordering between streams, an element can also be prioritized which is
 not yet in the tree. Such elements are added to the tree with the requested
 priority.
 
+
+In all cases, elements are assigned an initial weight of 16 unless a PRIORITY
+frame begins the stream.
</pre>
<p>That's what the old text said, I just moved it.</p>
<p>Should I adjust the text somehow to make things clearer?</p>

<p style="font-size:small;-webkit-text-size-adjust:none;color:#666;">&mdash;<br />You are receiving this because you are subscribed to this thread.<br />Reply to this email directly, <a href="https://github.com/quicwg/base-drafts/pull/2322#discussion_r246487163">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AWbkqz45oEkDa9ziAN7Q7ZSgOsrrjlF0ks5vBjmOgaJpZM4Z3n_A">mute the thread</a>.<img src="https://github.com/notifications/beacon/AWbkq8EBjf27gS1dSygoqPWBxOAsMqbAks5vBjmOgaJpZM4Z3n_A.gif" height="1" width="1" alt="" /></p>
<script type="application/json" data-scope="inboxmarkup">{"api_version":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name":"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"https://github.githubassets.com/images/email/message_cards/header.png","avatar_image_url":"https://github.githubassets.com/images/email/message_cards/avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/quicwg/base-drafts"}},"updates":{"snippets":[{"icon":"PERSON","message":"@LPardue commented on #2322"}],"action":{"name":"View Pull Request","url":"https://github.com/quicwg/base-drafts/pull/2322#discussion_r246487163"}}}</script>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/pull/2322#discussion_r246487163",
"url": "https://github.com/quicwg/base-drafts/pull/2322#discussion_r246487163",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>
----==_mimepart_5c36420e852c7_83d3fa83e0d45b420060bb--


From nobody Wed Jan  9 10:51:01 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 9F01B130F4D for <quic-issues@ietfa.amsl.com>; Wed,  9 Jan 2019 10:51:00 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -7.552
X-Spam-Level: 
X-Spam-Status: No, score=-7.552 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIMWL_WL_HIGH=-4.553, 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_PASS=-0.001] autolearn=ham autolearn_force=no
Authentication-Results: ietfa.amsl.com (amavisd-new); dkim=pass (1024-bit key) header.d=github.com
Received: from mail.ietf.org ([4.31.198.44]) by localhost (ietfa.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id wLzF8R3-C9Pw for <quic-issues@ietfa.amsl.com>; Wed,  9 Jan 2019 10:50:59 -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 A7748130F46 for <quic-issues@ietf.org>; Wed,  9 Jan 2019 10:50:58 -0800 (PST)
DKIM-Signature: v=1; a=rsa-sha1; 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=D5m1VCNEnHuPJqNbbSwbhs4Ztf4=; b=ac8eemW8CLfJi7qA OPx7IA86onYM1iKA/0BDL9amciTxYXO1Qipsg4YRXQE58/MGNub84ePYsojhRd3m FXG9LZsIsz0CzBQwsTOEsRp5Zy3yy/0kfhPrxkt4SCwBFFyHvPEr2pjdkGEITDWe 2z2M19pzctZMlqSJ0/8MJ9Ee+9M=
Received: by filter0338p1iad2.sendgrid.net with SMTP id filter0338p1iad2-26251-5C364290-17 2019-01-09 18:50:56.565032069 +0000 UTC m=+140789.954999027
Received: from github-lowworker-e51511d.cp1-iad.github.net (unknown [192.30.252.34]) by ismtpd0029p1iad1.sendgrid.net (SG) with ESMTP id o5J5KGD0QLyck3YxKJdhqA for <quic-issues@ietf.org>; Wed, 09 Jan 2019 18:50:56.513 +0000 (UTC)
Received: from github.com (localhost [127.0.0.1]) by github-lowworker-e51511d.cp1-iad.github.net (Postfix) with ESMTP id 7A52681CEB for <quic-issues@ietf.org>; Wed,  9 Jan 2019 10:50:56 -0800 (PST)
Date: Wed, 09 Jan 2019 18:50:57 +0000 (UTC)
From: Lucas Pardue <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+0166e4ab76a7cc45d7b31886505b05f9b776e0dceb47b76b92cf00000001184e049092a169ce17afe293@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/pull/2322/review/190862338@github.com>
In-Reply-To: <quicwg/base-drafts/pull/2322@github.com>
References: <quicwg/base-drafts/pull/2322@github.com>
Subject: Re: [quicwg/base-drafts] Prioritization edits (#2322)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5c36429071e03_107b3fab386d45c0819368"; 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
X-SG-EID: l64QuQ2uJCcEyUykJbxN122A6QRmEpucztpreh3Pak0cV4vdK1qplTML3+GZKknD6DQX4/4IiJ2WIj ysq+L/UUa/AXSe2Lu/Bmhpr4srcx5klAiUBa2RbQlPWboIDDGbpSAxTS1cU6I5ZwI7+26JeLdZkDne DBANaIKy/BH5rVQjKj4VIJahKQuepojOz6zsLEym1TwmP/TWnHZG5R/XR3/KEJi0vId8m7j6b891Qg c=
Archived-At: <https://mailarchive.ietf.org/arch/msg/quic-issues/ZgI12IDDSB7yJvgNemXXXfzHXAo>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
List-Id: Notification list for GitHub issues related to the QUIC WG <quic-issues.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=unsubscribe>
List-Archive: <https://mailarchive.ietf.org/arch/browse/quic-issues/>
List-Post: <mailto:quic-issues@ietf.org>
List-Help: <mailto:quic-issues-request@ietf.org?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, 09 Jan 2019 18:51:01 -0000

----==_mimepart_5c36429071e03_107b3fab386d45c0819368
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

LPardue commented on this pull request.



>  
 Due to reordering between streams, an element can also be prioritized which is
 not yet in the tree. Such elements are added to the tree with the requested
 priority.
 
+
+In all cases, elements are assigned an initial weight of 16 unless a PRIORITY
+frame begins the stream.
+
+When a client request is first sent, its parent and weight are determined by the
+PRIORITY frame (see {{frame-priority}}) which begins the stream, if present.
+Otherwise, the element is dependent on the root of the priority tree. A request 
+stream dependent upon another request stream expresses the preference that the
+latter stream (the "parent" request) be allocated resources before the former
+stream (the "dependent" request).

This is almost a worked example that helps people familiar with H2's priority scheme. 

Will see if I get any inspiration for a fix

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/quicwg/base-drafts/pull/2322#discussion_r246487508
----==_mimepart_5c36429071e03_107b3fab386d45c0819368
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/2322#discussion_r246487508">draft-ietf-quic-http.md</a>:</p>
<pre style='color:#555'>&gt;  
 Due to reordering between streams, an element can also be prioritized which is
 not yet in the tree. Such elements are added to the tree with the requested
 priority.
 
+
+In all cases, elements are assigned an initial weight of 16 unless a PRIORITY
+frame begins the stream.
+
+When a client request is first sent, its parent and weight are determined by the
+PRIORITY frame (see {{frame-priority}}) which begins the stream, if present.
+Otherwise, the element is dependent on the root of the priority tree. A request 
+stream dependent upon another request stream expresses the preference that the
+latter stream (the &quot;parent&quot; request) be allocated resources before the former
+stream (the &quot;dependent&quot; request).
</pre>
<p>This is almost a worked example that helps people familiar with H2's priority scheme.</p>
<p>Will see if I get any inspiration for a fix</p>

<p style="font-size:small;-webkit-text-size-adjust:none;color:#666;">&mdash;<br />You are receiving this because you are subscribed to this thread.<br />Reply to this email directly, <a href="https://github.com/quicwg/base-drafts/pull/2322#discussion_r246487508">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AWbkq27iWVKESLKgAILK-YlW2xDgWnJkks5vBjoQgaJpZM4Z3n_A">mute the thread</a>.<img src="https://github.com/notifications/beacon/AWbkq8sS86HCkZ4wndhTJs4VOU6ifGDWks5vBjoQgaJpZM4Z3n_A.gif" height="1" width="1" alt="" /></p>
<script type="application/json" data-scope="inboxmarkup">{"api_version":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name":"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"https://github.githubassets.com/images/email/message_cards/header.png","avatar_image_url":"https://github.githubassets.com/images/email/message_cards/avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/quicwg/base-drafts"}},"updates":{"snippets":[{"icon":"PERSON","message":"@LPardue commented on #2322"}],"action":{"name":"View Pull Request","url":"https://github.com/quicwg/base-drafts/pull/2322#discussion_r246487508"}}}</script>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/pull/2322#discussion_r246487508",
"url": "https://github.com/quicwg/base-drafts/pull/2322#discussion_r246487508",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>
----==_mimepart_5c36429071e03_107b3fab386d45c0819368--


From nobody Wed Jan  9 10:58:53 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 CA75B13103D for <quic-issues@ietfa.amsl.com>; Wed,  9 Jan 2019 10:58:51 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -7.553
X-Spam-Level: 
X-Spam-Status: No, score=-7.553 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIMWL_WL_HIGH=-4.553, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-1, RCVD_IN_DNSWL_NONE=-0.0001, SPF_PASS=-0.001] autolearn=ham autolearn_force=no
Authentication-Results: ietfa.amsl.com (amavisd-new); dkim=pass (1024-bit key) header.d=github.com
Received: from mail.ietf.org ([4.31.198.44]) by localhost (ietfa.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id R3yP3ZfgYxmW for <quic-issues@ietfa.amsl.com>; Wed,  9 Jan 2019 10:58:49 -0800 (PST)
Received: from o7.sgmail.github.com (o7.sgmail.github.com [167.89.101.198]) (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 F1538131008 for <quic-issues@ietf.org>; Wed,  9 Jan 2019 10:58:29 -0800 (PST)
DKIM-Signature: v=1; a=rsa-sha1; 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=oZV8a7sK2+0yerXeNX4xF6Kla5Y=; b=MGqf4/aTmXoGpF22 /islqMmKG/WsUv2Ov50o9UWYEdiglfr4sD/TDlJMlexmIjUraM9zsrraIbmFb5eu Bnx7wEPTczvRBZjyITv0dmdJdjpRToqCqqFXSMiZ2THjTsbndL75hIAx0xfoBkiQ 7OynQUNSc3neBBSKfHMiOR374jY=
Received: by filter1550p1mdw1.sendgrid.net with SMTP id filter1550p1mdw1-25699-5C364454-1 2019-01-09 18:58:28.09601697 +0000 UTC m=+149383.895165236
Received: from github-lowworker-05ceafd.cp1-iad.github.net (unknown [192.30.252.40]) by ismtpd0027p1iad1.sendgrid.net (SG) with ESMTP id 5TGk_pj3S9G7NXrxOIfGHQ for <quic-issues@ietf.org>; Wed, 09 Jan 2019 18:58:28.064 +0000 (UTC)
Received: from github.com (localhost [127.0.0.1]) by github-lowworker-05ceafd.cp1-iad.github.net (Postfix) with ESMTP id 0B56D46161E for <quic-issues@ietf.org>; Wed,  9 Jan 2019 10:58:28 -0800 (PST)
Date: Wed, 09 Jan 2019 18:58:28 +0000 (UTC)
From: Lucas Pardue <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+0166e4ab55401a3040ff2754e04f7f0a770d7432debb0d1292cf00000001184e065492a169ce17ae7ded@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/issues/2321/452801045@github.com>
In-Reply-To: <quicwg/base-drafts/issues/2321@github.com>
References: <quicwg/base-drafts/issues/2321@github.com>
Subject: Re: [quicwg/base-drafts] "PRIORITY frame expresses priority of a stream" (#2321)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5c36445480e8_38ef3f8fe92d45c01932930"; 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
X-SG-EID: l64QuQ2uJCcEyUykJbxN122A6QRmEpucztpreh3Pak1ICmxb4HMRChyOeguDfA4h/TwNoR273dbNdk 8aTa+P3XqK8QfpBZHTxZSv8kCNwW8HDjzSXE/hTospLyuPxYqSOD/4xowK2EkqCt5ARjtVnvx2HixC f4Ag8Qiv61HK/SPDO0Qes+/7+Ii7PIG0fspx1/sKdCxb7zz+gU7IUbAmFzU7e8tGLdIgYmUAdlDqKu M=
Archived-At: <https://mailarchive.ietf.org/arch/msg/quic-issues/HcbrB6IRZS-wMN-e96Jjzvb-vOc>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
List-Id: Notification list for GitHub issues related to the QUIC WG <quic-issues.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=unsubscribe>
List-Archive: <https://mailarchive.ietf.org/arch/browse/quic-issues/>
List-Post: <mailto:quic-issues@ietf.org>
List-Help: <mailto:quic-issues-request@ietf.org?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, 09 Jan 2019 18:58:52 -0000

----==_mimepart_5c36445480e8_38ef3f8fe92d45c01932930
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: quoted-printable

I thought perhaps make the labels multi line and then combine the last two=
=0D
columns of the second table onto the first. So there would be two colums=0D
containing two sub columns each, plus the left most bits column. I don't=0D
know the Markdown foo to make that happen though.=0D
=0D
On Wed, 9 Jan 2019, 18:13 Mike Bishop <notifications@github.com wrote:=0D
=0D
> Yeah, there was originally one table and I had to split it to accommodate=
=0D
> the current design. If anyone sees an elegant way to recombine them, I'm=
=0D
> fully supportive.=0D
>=0D
> =E2=80=94=0D
> You are receiving this because you authored the thread.=0D
> Reply to this email directly, view it on GitHub=0D
> <https://github.com/quicwg/base-drafts/issues/2321#issuecomment-452791632=
>,=0D
> or mute the thread=0D
> <https://github.com/notifications/unsubscribe-auth/AGRFtQGNai52JvZe7RdR_X=
GVa1yhKpjxks5vBjFUgaJpZM4Z3N8q>=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/2321#issuecomment-452801045=

----==_mimepart_5c36445480e8_38ef3f8fe92d45c01932930
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: quoted-printable

I thought perhaps make the labels multi line and then combine the last two<=
br>=0D
columns of the second table onto the first. So there would be two colums<br=
>=0D
containing two sub columns each, plus the left most bits column. I don&#39;=
t<br>=0D
know the Markdown foo to make that happen though.<br>=0D
<br>=0D
On Wed, 9 Jan 2019, 18:13 Mike Bishop &lt;notifications@github.com wrote:<b=
r>=0D
<br>=0D
&gt; Yeah, there was originally one table and I had to split it to accommod=
ate<br>=0D
&gt; the current design. If anyone sees an elegant way to recombine them, I=
&#39;m<br>=0D
&gt; fully supportive.<br>=0D
&gt;<br>=0D
&gt; =E2=80=94<br>=0D
&gt; You are receiving this because you authored the thread.<br>=0D
&gt; Reply to this email directly, view it on GitHub<br>=0D
&gt; &lt;https://github.com/quicwg/base-drafts/issues/2321#issuecomment-452=
791632&gt;,<br>=0D
&gt; or mute the thread<br>=0D
&gt; &lt;https://github.com/notifications/unsubscribe-auth/AGRFtQGNai52JvZe=
7RdR_XGVa1yhKpjxks5vBjFUgaJpZM4Z3N8q&gt;<br>=0D
&gt; .<br>=0D
&gt;<br>=0D
=0D
=0D
<p style=3D"font-size:small;-webkit-text-size-adjust:none;color:#666;">&mda=
sh;<br />You are receiving this because you are subscribed to this thread.<=
br />Reply to this email directly, <a href=3D"https://github.com/quicwg/bas=
e-drafts/issues/2321#issuecomment-452801045">view it on GitHub</a>, or <a h=
ref=3D"https://github.com/notifications/unsubscribe-auth/AWbkqxFd5w1OTFiPxS=
VSy9nE7LQwy62sks5vBjvUgaJpZM4Z3N8q">mute the thread</a>.<img src=3D"https:/=
/github.com/notifications/beacon/AWbkq05KD-yxVImy6afBFbnqo70C0zlFks5vBjvUga=
JpZM4Z3N8q.gif" height=3D"1" width=3D"1" alt=3D"" /></p>=0D
<script type=3D"application/json" data-scope=3D"inboxmarkup">{"api_version"=
:"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name":"Gi=
tHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"quicwg=
/base-drafts","subtitle":"GitHub repository","main_image_url":"https://gith=
ub.githubassets.com/images/email/message_cards/header.png","avatar_image_ur=
l":"https://github.githubassets.com/images/email/message_cards/avatar.png",=
"action":{"name":"Open in GitHub","url":"https://github.com/quicwg/base-dra=
fts"}},"updates":{"snippets":[{"icon":"PERSON","message":"@LPardue in #2321=
: I thought perhaps make the labels multi line and then combine the last tw=
o\ncolumns of the second table onto the first. So there would be two colums=
\ncontaining two sub columns each, plus the left most bits column. I don't\=
nknow the Markdown foo to make that happen though.\n\nOn Wed, 9 Jan 2019, 1=
8:13 Mike Bishop \u003cnotifications@github.com wrote:\n\n\u003e Yeah, ther=
e was originally one table and I had to split it to accommodate\n\u003e the=
 current design. If anyone sees an elegant way to recombine them, I'm\n\u00=
3e fully supportive.\n\u003e\n\u003e =E2=80=94\n\u003e You are receiving th=
is because you authored the thread.\n\u003e Reply to this email directly, v=
iew it on GitHub\n\u003e \u003chttps://github.com/quicwg/base-drafts/issues=
/2321#issuecomment-452791632\u003e,\n\u003e or mute the thread\n\u003e \u00=
3chttps://github.com/notifications/unsubscribe-auth/AGRFtQGNai52JvZe7RdR_XG=
Va1yhKpjxks5vBjFUgaJpZM4Z3N8q\u003e\n\u003e .\n\u003e\n"}],"action":{"name"=
:"View Issue","url":"https://github.com/quicwg/base-drafts/issues/2321#issu=
ecomment-452801045"}}}</script>=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/2321#issuecomment-4=
52801045",=0D
"url": "https://github.com/quicwg/base-drafts/issues/2321#issuecomment-4528=
01045",=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_5c36445480e8_38ef3f8fe92d45c01932930--


From nobody Wed Jan  9 11:17:38 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 EA144131056 for <quic-issues@ietfa.amsl.com>; Wed,  9 Jan 2019 11:17:26 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -7.552
X-Spam-Level: 
X-Spam-Status: No, score=-7.552 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIMWL_WL_HIGH=-4.553, 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_PASS=-0.001] autolearn=ham autolearn_force=no
Authentication-Results: ietfa.amsl.com (amavisd-new); dkim=pass (1024-bit key) header.d=github.com
Received: from mail.ietf.org ([4.31.198.44]) by localhost (ietfa.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id BiiU9eI3U5FE for <quic-issues@ietfa.amsl.com>; Wed,  9 Jan 2019 11:17:25 -0800 (PST)
Received: from o7.sgmail.github.com (o7.sgmail.github.com [167.89.101.198]) (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 1F22C131053 for <quic-issues@ietf.org>; Wed,  9 Jan 2019 11:17:24 -0800 (PST)
DKIM-Signature: v=1; a=rsa-sha1; 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=xPgNM5ZiRJW4efnjZ+aS/CGP++0=; b=A7hiuNeUDGGtEEYV H6wDL15l5FvYt0GpvOnNgibpYz9b2A9S52KbUmd9ctXItWghgrr45RrcwJIh2toY kcEZKNjIUtp6H9KmcDE2qjfqXY/bIEfpmW9b+DfvWZ6yENxxj0PwPwLQxU/W7na/ vCqH2c0SWLcoFWSe4RsSBYBbQ+Q=
Received: by filter1318p1mdw1.sendgrid.net with SMTP id filter1318p1mdw1-15230-5C3648C3-1C 2019-01-09 19:17:23.869820182 +0000 UTC m=+149496.213158755
Received: from github-lowworker-1f7e42f.cp1-iad.github.net (unknown [192.30.252.46]) by ismtpd0032p1iad1.sendgrid.net (SG) with ESMTP id Xfh1UiyARbeliw--A8Qs5Q for <quic-issues@ietf.org>; Wed, 09 Jan 2019 19:17:23.872 +0000 (UTC)
Received: from github.com (localhost [127.0.0.1]) by github-lowworker-1f7e42f.cp1-iad.github.net (Postfix) with ESMTP id D21DEC022D for <quic-issues@ietf.org>; Wed,  9 Jan 2019 11:17:23 -0800 (PST)
Date: Wed, 09 Jan 2019 19:17:23 +0000 (UTC)
From: Mike Bishop <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+0166e4ab96b880370f51ea580d1299a5ff574770b1add19592cf00000001184e0ac392a169ce17b15bb5@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/pull/2325@github.com>
Subject: [quicwg/base-drafts] Introduce HTTP_REQUEST_REJECTED (#2325)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5c3648c3cc2f8_619a3fe0780d45c41445030"; 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: l64QuQ2uJCcEyUykJbxN122A6QRmEpucztpreh3Pak0IZdZLf1UaIQcTE3f1MDw6Li3tuYnrH70iJ1 2ab10xYtIb8+eNjVTxWgAHF0zX+ddwaP3r1up3/wZYB39twYO03M3AG4/m6XUnKDpBHZtZUTBaIypt QxpcfMyEqttfevQYbQ3RxpmDJwW3UuS9dBM1gcj7VWm87jq4XHO2cYH9b6dm2mHT0Kn3JVo5sZEcHV Y=
Archived-At: <https://mailarchive.ietf.org/arch/msg/quic-issues/RTfCZ512c85FAdwzWqITi_GNpyg>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
List-Id: Notification list for GitHub issues related to the QUIC WG <quic-issues.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=unsubscribe>
List-Archive: <https://mailarchive.ietf.org/arch/browse/quic-issues/>
List-Post: <mailto:quic-issues@ietf.org>
List-Help: <mailto:quic-issues-request@ietf.org?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, 09 Jan 2019 19:17:27 -0000

----==_mimepart_5c3648c3cc2f8_619a3fe0780d45c41445030
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

Fixes #2106.
You can view, comment on, or merge this pull request online at:

  https://github.com/quicwg/base-drafts/pull/2325

-- Commit Summary --

  * Introduce HTTP_REQUEST_REJECTED

-- File Changes --

    M draft-ietf-quic-http.md (37)

-- Patch Links --

https://github.com/quicwg/base-drafts/pull/2325.patch
https://github.com/quicwg/base-drafts/pull/2325.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/2325

----==_mimepart_5c3648c3cc2f8_619a3fe0780d45c41445030
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 #2106.">Fixes</span> <a class="issue-link js-issue-link" data-error-text="Failed to load issue title" data-id="388812769" data-permission-text="Issue title is private" data-url="https://github.com/quicwg/base-drafts/issues/2106" data-hovercard-type="issue" data-hovercard-url="/quicwg/base-drafts/issues/2106/hovercard" href="https://github.com/quicwg/base-drafts/issues/2106">#2106</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/2325'>https://github.com/quicwg/base-drafts/pull/2325</a></p>

<h4>Commit Summary</h4>
<ul>
  <li>Introduce HTTP_REQUEST_REJECTED</li>
</ul>

<h4>File Changes</h4>
<ul>
  <li>
    <strong>M</strong>
    <a href="https://github.com/quicwg/base-drafts/pull/2325/files#diff-0">draft-ietf-quic-http.md</a>
    (37)
  </li>
</ul>

<h4>Patch Links:</h4>
<ul>
  <li><a href='https://github.com/quicwg/base-drafts/pull/2325.patch'>https://github.com/quicwg/base-drafts/pull/2325.patch</a></li>
  <li><a href='https://github.com/quicwg/base-drafts/pull/2325.diff'>https://github.com/quicwg/base-drafts/pull/2325.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/2325">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AWbkq9e-bH72ns5HdYwvKShH4H_qd6Egks5vBkBDgaJpZM4Z4DzN">mute the thread</a>.<img src="https://github.com/notifications/beacon/AWbkq9pewZs4H5gnqgGO6z_B2YObXvudks5vBkBDgaJpZM4Z4DzN.gif" height="1" width="1" alt="" /></p>
<script type="application/json" data-scope="inboxmarkup">{"api_version":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name":"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"https://github.githubassets.com/images/email/message_cards/header.png","avatar_image_url":"https://github.githubassets.com/images/email/message_cards/avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/quicwg/base-drafts"}},"updates":{"snippets":[{"icon":"DESCRIPTION","message":"Introduce HTTP_REQUEST_REJECTED (#2325)"}],"action":{"name":"View Pull Request","url":"https://github.com/quicwg/base-drafts/pull/2325"}}}</script>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/pull/2325",
"url": "https://github.com/quicwg/base-drafts/pull/2325",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>

----==_mimepart_5c3648c3cc2f8_619a3fe0780d45c41445030--


From nobody Wed Jan  9 11:29:54 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 44F5E131053 for <quic-issues@ietfa.amsl.com>; Wed,  9 Jan 2019 11:29:53 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -7.552
X-Spam-Level: 
X-Spam-Status: No, score=-7.552 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIMWL_WL_HIGH=-4.553, 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_PASS=-0.001] autolearn=ham autolearn_force=no
Authentication-Results: ietfa.amsl.com (amavisd-new); dkim=pass (1024-bit key) header.d=github.com
Received: from mail.ietf.org ([4.31.198.44]) by localhost (ietfa.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id mP0L9kXv9kRQ for <quic-issues@ietfa.amsl.com>; Wed,  9 Jan 2019 11:29:49 -0800 (PST)
Received: from o10.sgmail.github.com (o10.sgmail.github.com [167.89.101.201]) (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 B9CE0130F6D for <quic-issues@ietf.org>; Wed,  9 Jan 2019 11:29:48 -0800 (PST)
DKIM-Signature: v=1; a=rsa-sha1; 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=cEZJzAbBdAjDPJEflwSnUV/EiEg=; b=No9IqO33avGyW+7u 18EGIfiqcdzcdzugs26pZ6fzRYbULQQ4l7jcspQR9aDeHijRkDwtZBBLgCbQPtV2 283qHHpgANnvGMn6uUdMWieCUgGfe3MXIZdqvL/RHjA+M051pOxRToafI8mrRt1K CUhSISPks5VE/mrtNgC4qK/jc2k=
Received: by filter1477p1mdw1.sendgrid.net with SMTP id filter1477p1mdw1-28093-5C364BAB-2D 2019-01-09 19:29:47.625776918 +0000 UTC m=+150307.841750093
Received: from github-lowworker-39ccb07.cp1-iad.github.net (unknown [192.30.252.40]) by ismtpd0004p1iad2.sendgrid.net (SG) with ESMTP id E7Ze6Q3vR06ms-aFXe-fFw for <quic-issues@ietf.org>; Wed, 09 Jan 2019 19:29:47.581 +0000 (UTC)
Received: from github.com (localhost [127.0.0.1]) by github-lowworker-39ccb07.cp1-iad.github.net (Postfix) with ESMTP id 869B34017A9 for <quic-issues@ietf.org>; Wed,  9 Jan 2019 11:29:47 -0800 (PST)
Date: Wed, 09 Jan 2019 19:29:47 +0000 (UTC)
From: Mike Bishop <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+0166e4ab56ea0c49c91d0518f0222ea087ce8d2bc007aab692cf00000001184e0dab92a169ce17b13d9c@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/pull/2323@github.com>
Subject: [quicwg/base-drafts] Restrict PUSH_PROMISE to request streams (#2323)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5c364bab7f2d4_139f3fb92d2d45bc30764e"; 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: l64QuQ2uJCcEyUykJbxN122A6QRmEpucztpreh3Pak0suQrqy32BGXcVgoleVJ+2+87C3Gyulxw5us sx0sZPZX9eSb5YsNrMFzMAYnVsVdiwtwPTR2/eUkGVjLj3gnUQvCrqi3gLAh/uTAnBl42HEGoOQqy/ Qwp88BLSEDBQcHQE5jpFCSDZ+YTgC0qF9yMoSk/j+aZeNlqewZB15Hjuscl1VB/vM3M9gyp7WTiYv4 4=
Archived-At: <https://mailarchive.ietf.org/arch/msg/quic-issues/W1yXWpBPkyf-iP_FNqfTM3qfP3A>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
List-Id: Notification list for GitHub issues related to the QUIC WG <quic-issues.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=unsubscribe>
List-Archive: <https://mailarchive.ietf.org/arch/browse/quic-issues/>
List-Post: <mailto:quic-issues@ietf.org>
List-Help: <mailto:quic-issues-request@ietf.org?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, 09 Jan 2019 19:29:53 -0000

----==_mimepart_5c364bab7f2d4_139f3fb92d2d45bc30764e
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

Fixes #1920.
You can view, comment on, or merge this pull request online at:

  https://github.com/quicwg/base-drafts/pull/2323

-- Commit Summary --

  * Restrict P_P to request streams

-- File Changes --

    M draft-ietf-quic-http.md (5)

-- Patch Links --

https://github.com/quicwg/base-drafts/pull/2323.patch
https://github.com/quicwg/base-drafts/pull/2323.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/2323

----==_mimepart_5c364bab7f2d4_139f3fb92d2d45bc30764e
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 #1920.">Fixes</span> <a class="issue-link js-issue-link" data-error-text="Failed to load issue title" data-id="374150546" data-permission-text="Issue title is private" data-url="https://github.com/quicwg/base-drafts/issues/1920" data-hovercard-type="issue" data-hovercard-url="/quicwg/base-drafts/issues/1920/hovercard" href="https://github.com/quicwg/base-drafts/issues/1920">#1920</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/2323'>https://github.com/quicwg/base-drafts/pull/2323</a></p>

<h4>Commit Summary</h4>
<ul>
  <li>Restrict P_P to request streams</li>
</ul>

<h4>File Changes</h4>
<ul>
  <li>
    <strong>M</strong>
    <a href="https://github.com/quicwg/base-drafts/pull/2323/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/2323.patch'>https://github.com/quicwg/base-drafts/pull/2323.patch</a></li>
  <li><a href='https://github.com/quicwg/base-drafts/pull/2323.diff'>https://github.com/quicwg/base-drafts/pull/2323.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/2323">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AWbkqyZ_7XNumgbJpapooKLYf6E9rHczks5vBkMrgaJpZM4Z4Ems">mute the thread</a>.<img src="https://github.com/notifications/beacon/AWbkq8iBKjH6MgMyhMnuXcf-LpJY3lA3ks5vBkMrgaJpZM4Z4Ems.gif" height="1" width="1" alt="" /></p>
<script type="application/json" data-scope="inboxmarkup">{"api_version":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name":"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"https://github.githubassets.com/images/email/message_cards/header.png","avatar_image_url":"https://github.githubassets.com/images/email/message_cards/avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/quicwg/base-drafts"}},"updates":{"snippets":[{"icon":"DESCRIPTION","message":"Restrict PUSH_PROMISE to request streams (#2323)"}],"action":{"name":"View Pull Request","url":"https://github.com/quicwg/base-drafts/pull/2323"}}}</script>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/pull/2323",
"url": "https://github.com/quicwg/base-drafts/pull/2323",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>

----==_mimepart_5c364bab7f2d4_139f3fb92d2d45bc30764e--


From nobody Wed Jan  9 11:44: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 D2687130F97 for <quic-issues@ietfa.amsl.com>; Wed,  9 Jan 2019 11:44:19 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -7.553
X-Spam-Level: 
X-Spam-Status: No, score=-7.553 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIMWL_WL_HIGH=-4.553, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-1, RCVD_IN_DNSWL_NONE=-0.0001, SPF_PASS=-0.001] autolearn=ham autolearn_force=no
Authentication-Results: ietfa.amsl.com (amavisd-new); dkim=pass (1024-bit key) header.d=github.com
Received: from mail.ietf.org ([4.31.198.44]) by localhost (ietfa.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id qs2wnu4js5Xe for <quic-issues@ietfa.amsl.com>; Wed,  9 Jan 2019 11:44:18 -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 CA1DA130F70 for <quic-issues@ietf.org>; Wed,  9 Jan 2019 11:44:17 -0800 (PST)
DKIM-Signature: v=1; a=rsa-sha1; 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=Le9iUk4DP4hxGAGlOIBF2CCel/U=; b=rmNBnMWE6KX7x3zR vN9OrvljALfMBEnGS28HX2sT6M1vAwczwc/UUwB2uh12QZTXe98O4gJy+vlbKKhy /0j5SsEh83PnDitnekC2wjpHm7HkdG6mD7cX6ojSOz0mQ3M++wSbO2O6tgoqlv+B zBXSNhFoHltgpNFa0lHMMl4/VEI=
Received: by filter0532p1iad2.sendgrid.net with SMTP id filter0532p1iad2-9317-5C364F0F-15 2019-01-09 19:44:15.625780497 +0000 UTC m=+145161.858414001
Received: from github-lowworker-f6df7df.cp1-iad.github.net (unknown [192.30.252.41]) by ismtpd0029p1iad1.sendgrid.net (SG) with ESMTP id JnnNQxnoTcSAi4J4XzHkEA for <quic-issues@ietf.org>; Wed, 09 Jan 2019 19:44:15.556 +0000 (UTC)
Received: from github.com (localhost [127.0.0.1]) by github-lowworker-f6df7df.cp1-iad.github.net (Postfix) with ESMTP id 8578F3E0281 for <quic-issues@ietf.org>; Wed,  9 Jan 2019 11:44:15 -0800 (PST)
Date: Wed, 09 Jan 2019 19:44:16 +0000 (UTC)
From: Mike Bishop <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+0166e4ab04f9ee859a48062a2e1c903069394e3e385ef94292cf00000001184e110f92a169ce17b17322@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/pull/2326@github.com>
Subject: [quicwg/base-drafts] Client can't prioritize streams it can't open (#2326)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5c364f0f7eb9d_27c53fbe7aed45b8758342"; 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: l64QuQ2uJCcEyUykJbxN122A6QRmEpucztpreh3Pak0gC5pWdRUBNiJRQXGRwi2Vo7+m2dNl2tjOlX GI+Te736XPtPdLZY5JETcIEBfKtao0Q9gURmEJVS0itPDgNp8RIGkXYnkfGhilT4g0wvf3lXHn4OqL abyojCo0srjT3Ws1dQ4BHPtPVxasm/6Tn0ADQRaZH1+Gu4uJJECxiSDKwd19IwYxoLG8HT6otm89iV k=
Archived-At: <https://mailarchive.ietf.org/arch/msg/quic-issues/UH1u0zIrEs1esKRAsjDHlk7X2CQ>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
List-Id: Notification list for GitHub issues related to the QUIC WG <quic-issues.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=unsubscribe>
List-Archive: <https://mailarchive.ietf.org/arch/browse/quic-issues/>
List-Post: <mailto:quic-issues@ietf.org>
List-Help: <mailto:quic-issues-request@ietf.org?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, 09 Jan 2019 19:44:20 -0000

----==_mimepart_5c364f0f7eb9d_27c53fbe7aed45b8758342
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

Generalizes HTTP_PUSH_LIMIT_EXCEEDED to HTTP_LIMIT_EXCEEDED and mandates use of that error code where a PRIORITY frame attempts to prioritize a frame the client isn't permitted to open yet.  This has the effect of bounding priority tree state to requests the client *could* initiate (though might not have yet).

Fixes #2144.
You can view, comment on, or merge this pull request online at:

  https://github.com/quicwg/base-drafts/pull/2326

-- Commit Summary --

  * Client can't prioritize streams it can't open
  * Update dangling reference to HTTP_PUSH_LIMIT_EXCEEDED

-- File Changes --

    M draft-ietf-quic-http.md (19)

-- Patch Links --

https://github.com/quicwg/base-drafts/pull/2326.patch
https://github.com/quicwg/base-drafts/pull/2326.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/2326

----==_mimepart_5c364f0f7eb9d_27c53fbe7aed45b8758342
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

<p>Generalizes HTTP_PUSH_LIMIT_EXCEEDED to HTTP_LIMIT_EXCEEDED and mandates use of that error code where a PRIORITY frame attempts to prioritize a frame the client isn't permitted to open yet.  This has the effect of bounding priority tree state to requests the client <em>could</em> initiate (though might not have yet).</p>
<p><span class="issue-keyword tooltipped tooltipped-se" aria-label="This pull request closes issue #2144.">Fixes</span> <a class="issue-link js-issue-link" data-error-text="Failed to load issue title" data-id="390782159" data-permission-text="Issue title is private" data-url="https://github.com/quicwg/base-drafts/issues/2144" data-hovercard-type="issue" data-hovercard-url="/quicwg/base-drafts/issues/2144/hovercard" href="https://github.com/quicwg/base-drafts/issues/2144">#2144</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/2326'>https://github.com/quicwg/base-drafts/pull/2326</a></p>

<h4>Commit Summary</h4>
<ul>
  <li>Client can&#39;t prioritize streams it can&#39;t open</li>
  <li>Update dangling reference to HTTP_PUSH_LIMIT_EXCEEDED</li>
</ul>

<h4>File Changes</h4>
<ul>
  <li>
    <strong>M</strong>
    <a href="https://github.com/quicwg/base-drafts/pull/2326/files#diff-0">draft-ietf-quic-http.md</a>
    (19)
  </li>
</ul>

<h4>Patch Links:</h4>
<ul>
  <li><a href='https://github.com/quicwg/base-drafts/pull/2326.patch'>https://github.com/quicwg/base-drafts/pull/2326.patch</a></li>
  <li><a href='https://github.com/quicwg/base-drafts/pull/2326.diff'>https://github.com/quicwg/base-drafts/pull/2326.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/2326">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AWbkq1nSJxMNWa_-XmGGVsPy0AZdHPkBks5vBkaPgaJpZM4Z4Fjv">mute the thread</a>.<img src="https://github.com/notifications/beacon/AWbkqwFSjI82GX3PBj_gVa5gf1FKh0apks5vBkaPgaJpZM4Z4Fjv.gif" height="1" width="1" alt="" /></p>
<script type="application/json" data-scope="inboxmarkup">{"api_version":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name":"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"https://github.githubassets.com/images/email/message_cards/header.png","avatar_image_url":"https://github.githubassets.com/images/email/message_cards/avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/quicwg/base-drafts"}},"updates":{"snippets":[{"icon":"DESCRIPTION","message":"Client can't prioritize streams it can't open (#2326)"}],"action":{"name":"View Pull Request","url":"https://github.com/quicwg/base-drafts/pull/2326"}}}</script>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/pull/2326",
"url": "https://github.com/quicwg/base-drafts/pull/2326",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>

----==_mimepart_5c364f0f7eb9d_27c53fbe7aed45b8758342--


From nobody Wed Jan  9 12:01: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 1AE3613101C for <quic-issues@ietfa.amsl.com>; Wed,  9 Jan 2019 12:01:43 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -4.471
X-Spam-Level: 
X-Spam-Status: No, score=-4.471 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIMWL_WL_HIGH=-4.553, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, FUZZY_CREDIT=1.678, HTML_IMAGE_ONLY_28=1.404, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-1, RCVD_IN_DNSWL_NONE=-0.0001, SPF_PASS=-0.001] autolearn=ham autolearn_force=no
Authentication-Results: ietfa.amsl.com (amavisd-new); dkim=pass (1024-bit key) header.d=github.com
Received: from mail.ietf.org ([4.31.198.44]) by localhost (ietfa.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id OcC2phTG1WcH for <quic-issues@ietfa.amsl.com>; Wed,  9 Jan 2019 12:01:41 -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 8C25B131065 for <quic-issues@ietf.org>; Wed,  9 Jan 2019 12:01:31 -0800 (PST)
DKIM-Signature: v=1; a=rsa-sha1; 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=lwVMpbqGFQKZtAHs92cfOg71I9I=; b=vyRDEnsJwhMtP6bo E2Mi6ooi/izK6Z6VVD+RTL9P3vJ0xpwmobM7NxSPaAHqDtDJcQwKsrU+mNRAQSc0 hVWg50KBFmh4LUZ+ZjUgBo0ndKGUkPGh5CxM2YZHWOG6OK+srkupbaK4647C6Nav COIF6DXxgTYEl7iFGS7zByHVAH0=
Received: by filter0218p1iad2.sendgrid.net with SMTP id filter0218p1iad2-26326-5C36531A-18 2019-01-09 20:01:30.297329235 +0000 UTC m=+145452.609157503
Received: from github-lowworker-39ccb07.cp1-iad.github.net (unknown [192.30.252.40]) by ismtpd0003p1iad2.sendgrid.net (SG) with ESMTP id K9ee-LncSCCnLgEFEKBHbg for <quic-issues@ietf.org>; Wed, 09 Jan 2019 20:01:30.326 +0000 (UTC)
Received: from github.com (localhost [127.0.0.1]) by github-lowworker-39ccb07.cp1-iad.github.net (Postfix) with ESMTP id 3F083400015 for <quic-issues@ietf.org>; Wed,  9 Jan 2019 12:01:30 -0800 (PST)
Date: Wed, 09 Jan 2019 20:01:30 +0000 (UTC)
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/2204/push/3194935369@github.com>
In-Reply-To: <quicwg/base-drafts/pull/2204@github.com>
References: <quicwg/base-drafts/pull/2204@github.com>
Subject: Re: [quicwg/base-drafts] Ekr editorial 17 http (#2204)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5c36531a38040_14533fb92d2d45bc599945"; 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
X-SG-EID: l64QuQ2uJCcEyUykJbxN122A6QRmEpucztpreh3Pak1WdC1FVbtKJxhyJ6pUcBBrWsxkxuVa3MQh/j 4sZMhqo7mQbMka46Bxyv9ePEKiy1KfEiT0rKTZJkhltiSKaXXXSlmV/OMosum9COAAsWepENfOnGtl UrX0wNLt4lFNIvgfGSRwVMSjhGlV/9FQKt1AV8rnpcLX6FwjXhDKkqrhGC7OomGbd0NiovtPmcp/FT I=
Archived-At: <https://mailarchive.ietf.org/arch/msg/quic-issues/gmP93YJQq0IV4lex_uHyWAaVZYM>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
List-Id: Notification list for GitHub issues related to the QUIC WG <quic-issues.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=unsubscribe>
List-Archive: <https://mailarchive.ietf.org/arch/browse/quic-issues/>
List-Post: <mailto:quic-issues@ietf.org>
List-Help: <mailto:quic-issues-request@ietf.org?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, 09 Jan 2019 20:01:43 -0000

----==_mimepart_5c36531a38040_14533fb92d2d45bc599945
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

@MikeBishop pushed 2 commits.

79aa125b5212bf922642dfaa2df34664bf399fbb  Merge branch 'ekr_editorial_17_http' of https://github.com/ekr/base-drafts into ekr-ekr_editorial_17_http
a889946b9ee47bdbdebb2bcf0594a721880f7950  Revert some things and rewrap


-- 
You are receiving this because you are subscribed to this thread.
View it on GitHub:
https://github.com/quicwg/base-drafts/pull/2204/files/23b7d6e1af09bf69c5da6e75cad217f69ed1f49d..a889946b9ee47bdbdebb2bcf0594a721880f7950

----==_mimepart_5c36531a38040_14533fb92d2d45bc599945
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

<p><a href="https://github.com/MikeBishop" class="user-mention">@MikeBishop</a> pushed 2 commits.</p>

<ul>
  <li><a class="commit-link" href="https://github.com/quicwg/base-drafts/commit/79aa125b5212bf922642dfaa2df34664bf399fbb">79aa125</a>  Merge branch &#39;ekr_editorial_17_http&#39; of https://github.com/ekr/base-drafts into ekr-ekr_editorial_17_http</li>
  <li><a class="commit-link" href="https://github.com/quicwg/base-drafts/commit/a889946b9ee47bdbdebb2bcf0594a721880f7950">a889946</a>  Revert some things and rewrap</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/2204/files/23b7d6e1af09bf69c5da6e75cad217f69ed1f49d..a889946b9ee47bdbdebb2bcf0594a721880f7950">View it on GitHub</a> or <a href="https://github.com/notifications/unsubscribe-auth/AWbkq4Qjqj0Y03YfnRUunmncQrIi2QTsks5vBkqagaJpZM4ZYKpT">mute the thread</a>.<img src="https://github.com/notifications/beacon/AWbkq3u5LK1a-vkeAIW7QSjTOP7g2ckXks5vBkqagaJpZM4ZYKpT.gif" height="1" width="1" alt="" /></p>
<script type="application/json" data-scope="inboxmarkup">{"api_version":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name":"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"https://github.githubassets.com/images/email/message_cards/header.png","avatar_image_url":"https://github.githubassets.com/images/email/message_cards/avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/quicwg/base-drafts"}},"updates":{"snippets":[{"icon":"PERSON","message":"@MikeBishop pushed 2 commits in #2204"}],"action":{"name":"View Pull Request","url":"https://github.com/quicwg/base-drafts/pull/2204/files/23b7d6e1af09bf69c5da6e75cad217f69ed1f49d..a889946b9ee47bdbdebb2bcf0594a721880f7950"}}}</script>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/pull/2204/files/23b7d6e1af09bf69c5da6e75cad217f69ed1f49d..a889946b9ee47bdbdebb2bcf0594a721880f7950",
"url": "https://github.com/quicwg/base-drafts/pull/2204/files/23b7d6e1af09bf69c5da6e75cad217f69ed1f49d..a889946b9ee47bdbdebb2bcf0594a721880f7950",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>

----==_mimepart_5c36531a38040_14533fb92d2d45bc599945--


From nobody Wed Jan  9 12:07:31 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 495BD130FBE for <quic-issues@ietfa.amsl.com>; Wed,  9 Jan 2019 12:07:29 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -4.329
X-Spam-Level: 
X-Spam-Status: No, score=-4.329 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIMWL_WL_HIGH=-4.553, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, FUZZY_CREDIT=1.678, HTML_IMAGE_ONLY_20=1.546, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-1, RCVD_IN_DNSWL_NONE=-0.0001, SPF_PASS=-0.001] autolearn=ham autolearn_force=no
Authentication-Results: ietfa.amsl.com (amavisd-new); dkim=pass (1024-bit key) header.d=github.com
Received: from mail.ietf.org ([4.31.198.44]) by localhost (ietfa.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 7gWWjQ4DsO3p for <quic-issues@ietfa.amsl.com>; Wed,  9 Jan 2019 12:07:28 -0800 (PST)
Received: from o9.sgmail.github.com (o9.sgmail.github.com [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 C81ED130FB5 for <quic-issues@ietf.org>; Wed,  9 Jan 2019 12:07:27 -0800 (PST)
DKIM-Signature: v=1; a=rsa-sha1; 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=i6Hl30VSY5pZRND5sJVkLgQyYIg=; b=wPIYKiqnJOFOQFaf lanA336GnwYezj4KBT+T7OMDZm0S7mtiz3n0FT1un3tygkV6MNVBSB8SrrQtlDM9 3CrCTg94ykt6lltBKgksSH0+kfhkZ9l+7Y6GU5Ir8Ss3c1LdIBFgxDMTqLrrYwL5 vWSqgX5j8rVE5MqKuwGzW2OwrRA=
Received: by filter1402p1mdw1.sendgrid.net with SMTP id filter1402p1mdw1-20365-5C36547E-16 2019-01-09 20:07:26.535560218 +0000 UTC m=+197.820312637
Received: from github-lowworker-4f62d42.cp1-iad.github.net (unknown [192.30.252.35]) by ismtpd0005p1iad2.sendgrid.net (SG) with ESMTP id BlGkVzWITG2NQR-PyId0eg for <quic-issues@ietf.org>; Wed, 09 Jan 2019 20:07:26.562 +0000 (UTC)
Received: from github.com (localhost [127.0.0.1]) by github-lowworker-4f62d42.cp1-iad.github.net (Postfix) with ESMTP id 7AB57C00FF for <quic-issues@ietf.org>; Wed,  9 Jan 2019 12:07:26 -0800 (PST)
Date: Wed, 09 Jan 2019 20:07:26 +0000 (UTC)
From: Mike Bishop <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+0166e4ab9fa4300d540a2bafa6f492c8344364926967bc9392cf00000001184e167e92a169ce175f5cc6@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/pull/2204/c452818226@github.com>
In-Reply-To: <quicwg/base-drafts/pull/2204@github.com>
References: <quicwg/base-drafts/pull/2204@github.com>
Subject: Re: [quicwg/base-drafts] Ekr editorial 17 http (#2204)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5c36547e783d1_3fc03fa3060d45c4167362a"; 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: l64QuQ2uJCcEyUykJbxN122A6QRmEpucztpreh3Pak0Km7Np0Y0imd+0WqvoLPyWNBF1XMrnMJQRTS U+5A2WFvjGR40ucYqeqIw2xpyKgxzqqo02hRgOgAP7ozPX2RZ1F4ntn90XOn3o6yZdcrLnyY1u8mXa 8SPtV/58SepZ+adW9WC/pwwlIvftSZmvmmoaIfV2TOPwrGPNvOfrLlSArcgfRYuy16L5XrchqjnDAP k=
Archived-At: <https://mailarchive.ietf.org/arch/msg/quic-issues/he1g90em08u9FGpwUDieK0gcrjc>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
List-Id: Notification list for GitHub issues related to the QUIC WG <quic-issues.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=unsubscribe>
List-Archive: <https://mailarchive.ietf.org/arch/browse/quic-issues/>
List-Post: <mailto:quic-issues@ietf.org>
List-Help: <mailto:quic-issues-request@ietf.org?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, 09 Jan 2019 20:07:29 -0000

----==_mimepart_5c36547e783d1_3fc03fa3060d45c4167362a
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

Oops -- I tried to merge this manually and wound up pulling junk into the branch.  Fixing.

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/quicwg/base-drafts/pull/2204#issuecomment-452818226
----==_mimepart_5c36547e783d1_3fc03fa3060d45c4167362a
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

<p>Oops -- I tried to merge this manually and wound up pulling junk into the branch.  Fixing.</p>

<p style="font-size:small;-webkit-text-size-adjust:none;color:#666;">&mdash;<br />You are receiving this because you are subscribed to this thread.<br />Reply to this email directly, <a href="https://github.com/quicwg/base-drafts/pull/2204#issuecomment-452818226">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AWbkq8G-qjGuwaH5LZ351_3Qg3RIV2tRks5vBkv-gaJpZM4ZYKpT">mute the thread</a>.<img src="https://github.com/notifications/beacon/AWbkq_YSPESXG3VMbnT-AWEOHdE8vSW6ks5vBkv-gaJpZM4ZYKpT.gif" height="1" width="1" alt="" /></p>
<script type="application/json" data-scope="inboxmarkup">{"api_version":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name":"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"https://github.githubassets.com/images/email/message_cards/header.png","avatar_image_url":"https://github.githubassets.com/images/email/message_cards/avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/quicwg/base-drafts"}},"updates":{"snippets":[{"icon":"PERSON","message":"@MikeBishop in #2204: Oops -- I tried to merge this manually and wound up pulling junk into the branch.  Fixing."}],"action":{"name":"View Pull Request","url":"https://github.com/quicwg/base-drafts/pull/2204#issuecomment-452818226"}}}</script>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/pull/2204#issuecomment-452818226",
"url": "https://github.com/quicwg/base-drafts/pull/2204#issuecomment-452818226",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>
----==_mimepart_5c36547e783d1_3fc03fa3060d45c4167362a--


From nobody Wed Jan  9 12: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 DC482130FC5 for <quic-issues@ietfa.amsl.com>; Wed,  9 Jan 2019 12:13:12 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -9.257
X-Spam-Level: 
X-Spam-Status: No, score=-9.257 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIMWL_WL_HIGH=-4.553, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, FUZZY_CREDIT=1.678, HTML_IMAGE_ONLY_24=1.618, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-1, RCVD_IN_DNSWL_HI=-5, SPF_PASS=-0.001] autolearn=ham autolearn_force=no
Authentication-Results: ietfa.amsl.com (amavisd-new); dkim=pass (1024-bit key) header.d=github.com
Received: from mail.ietf.org ([4.31.198.44]) by localhost (ietfa.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 3sO0U1fEyNnf for <quic-issues@ietfa.amsl.com>; Wed,  9 Jan 2019 12:13:11 -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 EA15C130FCB for <quic-issues@ietf.org>; Wed,  9 Jan 2019 12:13:08 -0800 (PST)
Date: Wed, 09 Jan 2019 12:13:07 -0800
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1547064787; bh=nulgSnF0Ctk276e8tdcuNr2l6u18OheXfy0gaGA3Gsk=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=zuvon+YB0gEF3lQCqvRjhMVn2ffVhbmz81g4liuNoe1g1oE40aMRQWXs09YgwmdOi DNxcSRhxnSUs5f+Zj+7yN7om5nYsm6j+yjlay6U/XdJQQHg+ofnnFjCVaswnheKN2u 7BDRUjtpm5Qztr7lbNfyTwnsqJO0iIJZ12QL2498=
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/2204/push/3194959334@github.com>
In-Reply-To: <quicwg/base-drafts/pull/2204@github.com>
References: <quicwg/base-drafts/pull/2204@github.com>
Subject: Re: [quicwg/base-drafts] Ekr editorial 17 http (#2204)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5c3655d373afe_31fb3ff3a08d45b829873a"; 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/nr_YPKO1_xLLOtFmxrEGTGmxVmk>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
List-Id: Notification list for GitHub issues related to the QUIC WG <quic-issues.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=unsubscribe>
List-Archive: <https://mailarchive.ietf.org/arch/browse/quic-issues/>
List-Post: <mailto:quic-issues@ietf.org>
List-Help: <mailto:quic-issues-request@ietf.org?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, 09 Jan 2019 20:13:13 -0000

----==_mimepart_5c3655d373afe_31fb3ff3a08d45b829873a
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

@MikeBishop pushed 1 commit.

b54b89629936ded87c64b9bef672fb7edb213240  Revert some things and rewrap


-- 
You are receiving this because you are subscribed to this thread.
View it on GitHub:
https://github.com/quicwg/base-drafts/pull/2204/files/23b7d6e1af09bf69c5da6e75cad217f69ed1f49d..b54b89629936ded87c64b9bef672fb7edb213240

----==_mimepart_5c3655d373afe_31fb3ff3a08d45b829873a
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/b54b89629936ded87c64b9bef672fb7edb213240">b54b896</a>  Revert some things and rewrap</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/2204/files/23b7d6e1af09bf69c5da6e75cad217f69ed1f49d..b54b89629936ded87c64b9bef672fb7edb213240">View it on GitHub</a> or <a href="https://github.com/notifications/unsubscribe-auth/AWbkq6YokZhApK3hyZVV5w8vSE8qX6ABks5vBk1TgaJpZM4ZYKpT">mute the thread</a>.<img src="https://github.com/notifications/beacon/AWbkqyGLAmWK3Sr9OHxc0odflWrHXhaxks5vBk1TgaJpZM4ZYKpT.gif" height="1" width="1" alt="" /></p>
<script type="application/json" data-scope="inboxmarkup">{"api_version":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name":"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"https://github.githubassets.com/images/email/message_cards/header.png","avatar_image_url":"https://github.githubassets.com/images/email/message_cards/avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/quicwg/base-drafts"}},"updates":{"snippets":[{"icon":"PERSON","message":"@MikeBishop pushed 1 commit in #2204"}],"action":{"name":"View Pull Request","url":"https://github.com/quicwg/base-drafts/pull/2204/files/23b7d6e1af09bf69c5da6e75cad217f69ed1f49d..b54b89629936ded87c64b9bef672fb7edb213240"}}}</script>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/pull/2204/files/23b7d6e1af09bf69c5da6e75cad217f69ed1f49d..b54b89629936ded87c64b9bef672fb7edb213240",
"url": "https://github.com/quicwg/base-drafts/pull/2204/files/23b7d6e1af09bf69c5da6e75cad217f69ed1f49d..b54b89629936ded87c64b9bef672fb7edb213240",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>

----==_mimepart_5c3655d373afe_31fb3ff3a08d45b829873a--


From nobody Wed Jan  9 12:14:32 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 86EE7130FC5 for <quic-issues@ietfa.amsl.com>; Wed,  9 Jan 2019 12:14:30 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -4.329
X-Spam-Level: 
X-Spam-Status: No, score=-4.329 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIMWL_WL_HIGH=-4.553, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, FUZZY_CREDIT=1.678, HTML_IMAGE_ONLY_20=1.546, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-1, RCVD_IN_DNSWL_NONE=-0.0001, SPF_PASS=-0.001] autolearn=ham autolearn_force=no
Authentication-Results: ietfa.amsl.com (amavisd-new); dkim=pass (1024-bit key) header.d=github.com
Received: from mail.ietf.org ([4.31.198.44]) by localhost (ietfa.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id DiX_cey9pqAh for <quic-issues@ietfa.amsl.com>; Wed,  9 Jan 2019 12:14:28 -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 9D79E130FCA for <quic-issues@ietf.org>; Wed,  9 Jan 2019 12:14:28 -0800 (PST)
DKIM-Signature: v=1; a=rsa-sha1; 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=b8/tx0hY9aO3YMhdTHzZ4SQTA3Q=; b=xSSOo/XDAwA6T/8X uxkoM2/eb3MR6LdECrORELTz+Li0NGCYujSDYsEmG3BSLiH0c1E9797ZkTiEmIIe 88WQWkdIbFmKV+pxjlwCW0AGR3a4vmT+WafO0W56Cb9tNJ+aqWzX64uK8xYcJqQ/ HzdJ6GcY/oOO7FcLvLhXlm6gfGU=
Received: by filter1319p1mdw1.sendgrid.net with SMTP id filter1319p1mdw1-19676-5C365622-20 2019-01-09 20:14:26.799027438 +0000 UTC m=+153723.599050568
Received: from github-lowworker-baaab27.cp1-iad.github.net (unknown [192.30.252.33]) by ismtpd0032p1iad2.sendgrid.net (SG) with ESMTP id NmBPaNqdRu6GP93m4VCTbA for <quic-issues@ietf.org>; Wed, 09 Jan 2019 20:14:26.796 +0000 (UTC)
Received: from github.com (localhost [127.0.0.1]) by github-lowworker-baaab27.cp1-iad.github.net (Postfix) with ESMTP id BE5C080246 for <quic-issues@ietf.org>; Wed,  9 Jan 2019 12:14:26 -0800 (PST)
Date: Wed, 09 Jan 2019 20:14:26 +0000 (UTC)
From: Mike Bishop <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+0166e4ab702d2ad4908fe7f572595ce54d42fdf763cc973b92cf00000001184e182292a169ce175f5cc6@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/pull/2204/review/190884226@github.com>
In-Reply-To: <quicwg/base-drafts/pull/2204@github.com>
References: <quicwg/base-drafts/pull/2204@github.com>
Subject: Re: [quicwg/base-drafts] Ekr editorial 17 http (#2204)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5c365622bc2a2_3c9b3fb7436d45b812095c5"; 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: l64QuQ2uJCcEyUykJbxN122A6QRmEpucztpreh3Pak0btopS/qQucQKJXASUQg9o7bhjuH14g90a2L TuK1kLYQAcztYlfIn3eURok1HKQg7JrbMTc7Ge81FjSandHyz30sN2KvFRjyr5A6EPENgcgOB3LmZh fd2oS/0SkLRLcQr9y/1YNqUWZOg0G4prwKn2kggY89WEf/QEGHeX1S/3pUONetKQ56tcdrNbtSrJqR Q=
Archived-At: <https://mailarchive.ietf.org/arch/msg/quic-issues/0C-eFY45iuvG6URPlfTv8u7aMZI>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
List-Id: Notification list for GitHub issues related to the QUIC WG <quic-issues.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=unsubscribe>
List-Archive: <https://mailarchive.ietf.org/arch/browse/quic-issues/>
List-Post: <mailto:quic-issues@ietf.org>
List-Help: <mailto:quic-issues-request@ietf.org?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, 09 Jan 2019 20:14:30 -0000

----==_mimepart_5c365622bc2a2_3c9b3fb7436d45b812095c5
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/2204#pullrequestreview-190884226
----==_mimepart_5c365622bc2a2_3c9b3fb7436d45b812095c5
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/2204#pullrequestreview-190884226">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AWbkq0VjaRx__wA92lrJmd-Y8MKbDrqzks5vBk2igaJpZM4ZYKpT">mute the thread</a>.<img src="https://github.com/notifications/beacon/AWbkqzVZ24I_U7BAHF3Npw0_LMqKo8mLks5vBk2igaJpZM4ZYKpT.gif" height="1" width="1" alt="" /></p>
<script type="application/json" data-scope="inboxmarkup">{"api_version":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name":"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"https://github.githubassets.com/images/email/message_cards/header.png","avatar_image_url":"https://github.githubassets.com/images/email/message_cards/avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/quicwg/base-drafts"}},"updates":{"snippets":[{"icon":"PERSON","message":"@MikeBishop approved #2204"}],"action":{"name":"View Pull Request","url":"https://github.com/quicwg/base-drafts/pull/2204#pullrequestreview-190884226"}}}</script>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/pull/2204#pullrequestreview-190884226",
"url": "https://github.com/quicwg/base-drafts/pull/2204#pullrequestreview-190884226",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>
----==_mimepart_5c365622bc2a2_3c9b3fb7436d45b812095c5--


From nobody Wed Jan  9 12:16: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 14988130FC7 for <quic-issues@ietfa.amsl.com>; Wed,  9 Jan 2019 12:16:05 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -9.257
X-Spam-Level: 
X-Spam-Status: No, score=-9.257 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIMWL_WL_HIGH=-4.553, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, FUZZY_CREDIT=1.678, HTML_IMAGE_ONLY_24=1.618, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-1, RCVD_IN_DNSWL_HI=-5, SPF_PASS=-0.001] autolearn=ham autolearn_force=no
Authentication-Results: ietfa.amsl.com (amavisd-new); dkim=pass (1024-bit key) header.d=github.com
Received: from mail.ietf.org ([4.31.198.44]) by localhost (ietfa.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id sr_XzmaLqLUy for <quic-issues@ietfa.amsl.com>; Wed,  9 Jan 2019 12:16:03 -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 2D6EF130FC5 for <quic-issues@ietf.org>; Wed,  9 Jan 2019 12:16:03 -0800 (PST)
Date: Wed, 09 Jan 2019 12:16:01 -0800
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1547064961; bh=Nmimf1ha6ap+rCAdISfs4Uxzk99qzHM5beRjg+HifOQ=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=T7TL0ID5pw+ncX0okbGnqZ/z36V2RgI/l7rSZiO7lpMGBDILm+fdeQA4WKP0vV23X 0+Ol5lGJlwPOV0gLUGXtrM4gj34un6sBTHGPGm4wwtYPoYj9ZppwwDoPr4oCsfM2wt N+Poer5pnI1jdZHYwMdNa23kPewXIYT4Epl1ILWY=
From: Mike Bishop <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+0166e4ab540a83cb094399c56f2ed59b33fd3b72f6d9b9df92cf00000001184e188192a169ce175f5cc6@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/pull/2204/issue_event/2063955613@github.com>
In-Reply-To: <quicwg/base-drafts/pull/2204@github.com>
References: <quicwg/base-drafts/pull/2204@github.com>
Subject: Re: [quicwg/base-drafts] Ekr editorial 17 http (#2204)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5c365681ad108_36713fbe7aed45b818576b5"; 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/On9vMehymaTmek57NS3y00_PuY0>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
List-Id: Notification list for GitHub issues related to the QUIC WG <quic-issues.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=unsubscribe>
List-Archive: <https://mailarchive.ietf.org/arch/browse/quic-issues/>
List-Post: <mailto:quic-issues@ietf.org>
List-Help: <mailto:quic-issues-request@ietf.org?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, 09 Jan 2019 20:16:05 -0000

----==_mimepart_5c365681ad108_36713fbe7aed45b818576b5
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

Merged #2204 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/2204#event-2063955613
----==_mimepart_5c365681ad108_36713fbe7aed45b818576b5
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="392125638" data-permission-text="Issue title is private" data-url="https://github.com/quicwg/base-drafts/issues/2204" data-hovercard-type="pull_request" data-hovercard-url="/quicwg/base-drafts/pull/2204/hovercard" href="https://github.com/quicwg/base-drafts/pull/2204">#2204</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/2204#event-2063955613">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AWbkq2mJtCgoQPR-DuzmiaDsqRfSvFcsks5vBk4BgaJpZM4ZYKpT">mute the thread</a>.<img src="https://github.com/notifications/beacon/AWbkqwDHyowZw67HnW6X-c6enPL7QAE9ks5vBk4BgaJpZM4ZYKpT.gif" height="1" width="1" alt="" /></p>
<script type="application/json" data-scope="inboxmarkup">{"api_version":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name":"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"https://github.githubassets.com/images/email/message_cards/header.png","avatar_image_url":"https://github.githubassets.com/images/email/message_cards/avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/quicwg/base-drafts"}},"updates":{"snippets":[{"icon":"DESCRIPTION","message":"Merged #2204 into master."}],"action":{"name":"View Pull Request","url":"https://github.com/quicwg/base-drafts/pull/2204#event-2063955613"}}}</script>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/pull/2204#event-2063955613",
"url": "https://github.com/quicwg/base-drafts/pull/2204#event-2063955613",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>
----==_mimepart_5c365681ad108_36713fbe7aed45b818576b5--


From nobody Wed Jan  9 12:50:30 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 0791F130FDE for <quic-issues@ietfa.amsl.com>; Wed,  9 Jan 2019 12:50:29 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -6.149
X-Spam-Level: 
X-Spam-Status: No, score=-6.149 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIMWL_WL_HIGH=-4.553, 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_PASS=-0.001] autolearn=ham autolearn_force=no
Authentication-Results: ietfa.amsl.com (amavisd-new); dkim=pass (1024-bit key) header.d=github.com
Received: from mail.ietf.org ([4.31.198.44]) by localhost (ietfa.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id ZDpHDTUyv_Ko for <quic-issues@ietfa.amsl.com>; Wed,  9 Jan 2019 12:50:27 -0800 (PST)
Received: from o4.sgmail.github.com (o4.sgmail.github.com [192.254.112.99]) (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 861EC130FDF for <quic-issues@ietf.org>; Wed,  9 Jan 2019 12:50:27 -0800 (PST)
DKIM-Signature: v=1; a=rsa-sha1; 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=C3Ni9lmHPfMJlfHL9cU3HZAcAHI=; b=vq0VBpsu0Tc+EWmL EWgLHvnynoZUWLWscU2M/MU/8VP+lcYz5QN3oOjUkbsC12fjjuV7ZRr1GAqOO+2+ u6KgcR5Q8x1DvK8T4pb07geF9rJs6FTUCH8BOyOf+OtTTZFCjIcnogK9CjL0u/jK AnFUuo9hQJ0hXP4YfmVZhI6iHj0=
Received: by filter0358p1iad2.sendgrid.net with SMTP id filter0358p1iad2-16575-5C365E92-F 2019-01-09 20:50:26.170143113 +0000 UTC m=+148560.060704361
Received: from github-lowworker-f6df7df.cp1-iad.github.net (unknown [192.30.252.41]) by ismtpd0042p1iad1.sendgrid.net (SG) with ESMTP id _E8cKuPZTBWh_xAWFEt6Nw for <quic-issues@ietf.org>; Wed, 09 Jan 2019 20:50:26.081 +0000 (UTC)
Received: from github.com (localhost [127.0.0.1]) by github-lowworker-f6df7df.cp1-iad.github.net (Postfix) with ESMTP id 1214E3E0C9C for <quic-issues@ietf.org>; Wed,  9 Jan 2019 12:50:26 -0800 (PST)
Date: Wed, 09 Jan 2019 20:50:26 +0000 (UTC)
From: Dmitri Tikhonov <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+0166e4aba28cc0f0c6450f0d9b56956239a0411d600138a392cf00000001184e209292a169ce17b15bb5@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/pull/2325/review/190895378@github.com>
In-Reply-To: <quicwg/base-drafts/pull/2325@github.com>
References: <quicwg/base-drafts/pull/2325@github.com>
Subject: Re: [quicwg/base-drafts] Introduce HTTP_REQUEST_REJECTED (#2325)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5c365e927f24_4aa83fe7fb6d45c0630973"; 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
X-SG-EID: l64QuQ2uJCcEyUykJbxN122A6QRmEpucztpreh3Pak2g5XnZWbcKbQTIEwpj0aEneG8t4TcWFgqC2P QOvHMpkp+chPx5hI13XOJ6FEEWDyS6h3O7CQENlC6TA9uBgfn8OcVz9B+s4Q8xgTt5deAx5xim6yZe wtzVHtFfPjWrk4l/6FckWPJVEP8EjUGtNhyYSXmUOxGBPeaPPi+A/qMwnvcM57RswtejA8ddPL4G3q U=
Archived-At: <https://mailarchive.ietf.org/arch/msg/quic-issues/unavmHmvSpozvt520jnHoSIzqzE>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
List-Id: Notification list for GitHub issues related to the QUIC WG <quic-issues.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=unsubscribe>
List-Archive: <https://mailarchive.ietf.org/arch/browse/quic-issues/>
List-Post: <mailto:quic-issues@ietf.org>
List-Help: <mailto:quic-issues-request@ietf.org?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, 09 Jan 2019 20:50:29 -0000

----==_mimepart_5c365e927f24_4aa83fe7fb6d45c0630973
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

dtikhonov commented on this pull request.



>  client and server to agree on which requests were accepted prior to the
 connection shutdown.  This identifier MAY be lower than the stream limit
 identified by a QUIC MAX_STREAM_ID frame, and MAY be zero if no requests were
 processed.  Servers SHOULD NOT increase the QUIC MAX_STREAM_ID limit after
 sending a GOAWAY frame.
 
+<<<<<<< 64585a30a8ddc7a766080499cd44cd5d4206fe1d

Conflict

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/quicwg/base-drafts/pull/2325#pullrequestreview-190895378
----==_mimepart_5c365e927f24_4aa83fe7fb6d45c0630973
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

<p><b>@dtikhonov</b> commented on this pull request.</p>

<hr>

<p>In <a href="https://github.com/quicwg/base-drafts/pull/2325#discussion_r246513590">draft-ietf-quic-http.md</a>:</p>
<pre style='color:#555'>&gt;  client and server to agree on which requests were accepted prior to the
 connection shutdown.  This identifier MAY be lower than the stream limit
 identified by a QUIC MAX_STREAM_ID frame, and MAY be zero if no requests were
 processed.  Servers SHOULD NOT increase the QUIC MAX_STREAM_ID limit after
 sending a GOAWAY frame.
 
+&lt;&lt;&lt;&lt;&lt;&lt;&lt; 64585a30a8ddc7a766080499cd44cd5d4206fe1d
</pre>
<p>Conflict</p>

<p style="font-size:small;-webkit-text-size-adjust:none;color:#666;">&mdash;<br />You are receiving this because you are subscribed to this thread.<br />Reply to this email directly, <a href="https://github.com/quicwg/base-drafts/pull/2325#pullrequestreview-190895378">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AWbkq_mvSFBCHn2EaeSa4lL7VgH1rsY_ks5vBlYSgaJpZM4Z4DzN">mute the thread</a>.<img src="https://github.com/notifications/beacon/AWbkq5eulxqCcFs3LeN0vijS6OC_lUt5ks5vBlYSgaJpZM4Z4DzN.gif" height="1" width="1" alt="" /></p>
<script type="application/json" data-scope="inboxmarkup">{"api_version":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name":"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"https://github.githubassets.com/images/email/message_cards/header.png","avatar_image_url":"https://github.githubassets.com/images/email/message_cards/avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/quicwg/base-drafts"}},"updates":{"snippets":[{"icon":"PERSON","message":"@dtikhonov commented on #2325"}],"action":{"name":"View Pull Request","url":"https://github.com/quicwg/base-drafts/pull/2325#pullrequestreview-190895378"}}}</script>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/pull/2325#pullrequestreview-190895378",
"url": "https://github.com/quicwg/base-drafts/pull/2325#pullrequestreview-190895378",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>
----==_mimepart_5c365e927f24_4aa83fe7fb6d45c0630973--


From nobody Wed Jan  9 12:57: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 996FD130F33 for <quic-issues@ietfa.amsl.com>; Wed,  9 Jan 2019 12:57:42 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -5.935
X-Spam-Level: 
X-Spam-Status: No, score=-5.935 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIMWL_WL_HIGH=-4.553, DKIM_SIGNED=0.1, DKIM_VALID=-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_PASS=-0.001] autolearn=ham autolearn_force=no
Authentication-Results: ietfa.amsl.com (amavisd-new); dkim=pass (1024-bit key) header.d=github.com
Received: from mail.ietf.org ([4.31.198.44]) by localhost (ietfa.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id IPv6gTbMamwY for <quic-issues@ietfa.amsl.com>; Wed,  9 Jan 2019 12:57:41 -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 0FFA2130EAB for <quic-issues@ietf.org>; Wed,  9 Jan 2019 12:57:40 -0800 (PST)
DKIM-Signature: v=1; a=rsa-sha1; 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=OrOA9IWWCw1MIg70RFe0CZfha0g=; b=aYON499INvHP+Wbw aKAE3VvjVJAGwkj+ThSUVBoJwZUan2Zw+otdADqPnHzZG2K/0GH5Elwy0z5Er3DD yi/Mn/o7ZsnuM2T4hxOLNncWGJgSdzUyfXhGkvKME8rglGwNLFA4nJzCstHXJL34 wD4PEjAizhl8+RG+g23QYBEGLg4=
Received: by filter1753p1mdw1.sendgrid.net with SMTP id filter1753p1mdw1-4520-5C366042-C 2019-01-09 20:57:38.259410973 +0000 UTC m=+155832.918574373
Received: from github-lowworker-97d0962.cp1-iad.github.net (unknown [192.30.252.41]) by ismtpd0036p1mdw1.sendgrid.net (SG) with ESMTP id NzgwK5RNSCCVgtcv9Wys5A for <quic-issues@ietf.org>; Wed, 09 Jan 2019 20:57:38.260 +0000 (UTC)
Received: from github.com (localhost [127.0.0.1]) by github-lowworker-97d0962.cp1-iad.github.net (Postfix) with ESMTP id B7ECB80C5E for <quic-issues@ietf.org>; Wed,  9 Jan 2019 12:57:37 -0800 (PST)
Date: Wed, 09 Jan 2019 20:57:38 +0000 (UTC)
From: David Schinazi <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+0166e4ab6de797e378acb3e572566cfab36226e7672c39c592cf00000001184e224192a169ce179bec73@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/pull/2296/review/190897303@github.com>
In-Reply-To: <quicwg/base-drafts/pull/2296@github.com>
References: <quicwg/base-drafts/pull/2296@github.com>
Subject: Re: [quicwg/base-drafts] Allow servers to send a preferred address of each address family (#2296)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5c366041b4457_58993fc4ffad45b812993f0"; 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
X-SG-EID: l64QuQ2uJCcEyUykJbxN122A6QRmEpucztpreh3Pak1yVGst1Yg9zSx7e4Zm6rwOXj9P4BjO0eb24/ PnO2ZEqLlewD0Ts3tBIUlDm3u0M3oxSU2J+4zbLslConHTc0eR7dCeHgjjNGaaBrnD4nGsgX47/nkD 1MGep4Pm9I0B0XcVc0r3eLFGZVZEYxfsAQy8rVJsF2LsuGm9Wi34gKdhOUErePthvDTCDs6yyV7Hf1 w=
Archived-At: <https://mailarchive.ietf.org/arch/msg/quic-issues/npSrmG3NPWLHYG_1zhH-Y0PsZDA>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
List-Id: Notification list for GitHub issues related to the QUIC WG <quic-issues.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=unsubscribe>
List-Archive: <https://mailarchive.ietf.org/arch/browse/quic-issues/>
List-Post: <mailto:quic-issues@ietf.org>
List-Help: <mailto:quic-issues-request@ietf.org?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, 09 Jan 2019 20:57:43 -0000

----==_mimepart_5c366041b4457_58993fc4ffad45b812993f0
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

DavidSchinazi commented on this pull request.



>  
 ~~~
    struct {
-     enum { IPv4(4), IPv6(6), (15) } ipVersion;
-     opaque ipAddress<4..2^8-1>;
+     opaque ipv4Address<0..2^8-1>;
+     opaque ipv6Address<0..2^8-1>;
      uint16 port;

The latest version has separate ports, see the 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/2296#discussion_r246515143
----==_mimepart_5c366041b4457_58993fc4ffad45b812993f0
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/2296#discussion_r246515143">draft-ietf-quic-transport.md</a>:</p>
<pre style='color:#555'>&gt;  
 ~~~
    struct {
-     enum { IPv4(4), IPv6(6), (15) } ipVersion;
-     opaque ipAddress&lt;4..2^8-1&gt;;
+     opaque ipv4Address&lt;0..2^8-1&gt;;
+     opaque ipv6Address&lt;0..2^8-1&gt;;
      uint16 port;
</pre>
<p>The latest version has separate ports, see the diff.</p>

<p style="font-size:small;-webkit-text-size-adjust:none;color:#666;">&mdash;<br />You are receiving this because you are subscribed to this thread.<br />Reply to this email directly, <a href="https://github.com/quicwg/base-drafts/pull/2296#discussion_r246515143">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AWbkq5MQbYTppM9aBnOqlXvrp_WB_KA4ks5vBlfBgaJpZM4ZuHR_">mute the thread</a>.<img src="https://github.com/notifications/beacon/AWbkqwmOm6XjRfKocMJ9jY4iHNi1gsO7ks5vBlfBgaJpZM4ZuHR_.gif" height="1" width="1" alt="" /></p>
<script type="application/json" data-scope="inboxmarkup">{"api_version":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name":"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"https://github.githubassets.com/images/email/message_cards/header.png","avatar_image_url":"https://github.githubassets.com/images/email/message_cards/avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/quicwg/base-drafts"}},"updates":{"snippets":[{"icon":"PERSON","message":"@DavidSchinazi commented on #2296"}],"action":{"name":"View Pull Request","url":"https://github.com/quicwg/base-drafts/pull/2296#discussion_r246515143"}}}</script>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/pull/2296#discussion_r246515143",
"url": "https://github.com/quicwg/base-drafts/pull/2296#discussion_r246515143",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>
----==_mimepart_5c366041b4457_58993fc4ffad45b812993f0--


From nobody Wed Jan  9 13:08:35 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 AE162130FD4 for <quic-issues@ietfa.amsl.com>; Wed,  9 Jan 2019 13:08:33 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -6.149
X-Spam-Level: 
X-Spam-Status: No, score=-6.149 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIMWL_WL_HIGH=-4.553, 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_PASS=-0.001] autolearn=ham autolearn_force=no
Authentication-Results: ietfa.amsl.com (amavisd-new); dkim=pass (1024-bit key) header.d=github.com
Received: from mail.ietf.org ([4.31.198.44]) by localhost (ietfa.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 6ggsMZ_lmG_L for <quic-issues@ietfa.amsl.com>; Wed,  9 Jan 2019 13:08:32 -0800 (PST)
Received: from o10.sgmail.github.com (o10.sgmail.github.com [167.89.101.201]) (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 D16D6130EAB for <quic-issues@ietf.org>; Wed,  9 Jan 2019 13:08:31 -0800 (PST)
DKIM-Signature: v=1; a=rsa-sha1; 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=7AEmce7in4lU2PjcgnUGmH+/jhc=; b=lfbx+hc+TMuvsElw za+StBTM4CPuEFSGhUzrPbvIOEacs69O5pTZ7smDVWZ8zXhzGpIA5uA3G0NOQYRN CkvRKCpKSUyqHGqLbE3r/RhMK/YB3VSJWNCR9fA7JefaA5qYsgyb5ZdX+0O/Xdtf a+MAYVa15Uwuj4RwhRebv+mi2H8=
Received: by filter1612p1mdw1.sendgrid.net with SMTP id filter1612p1mdw1-6374-5C3662CD-26 2019-01-09 21:08:29.835160038 +0000 UTC m=+156358.116043478
Received: from github-lowworker-dcc078e.cp1-iad.github.net (unknown [192.30.252.44]) by ismtpd0045p1iad1.sendgrid.net (SG) with ESMTP id l_lMLx9-R4eGxuSidAOJ5A for <quic-issues@ietf.org>; Wed, 09 Jan 2019 21:08:29.830 +0000 (UTC)
Received: from github.com (localhost [127.0.0.1]) by github-lowworker-dcc078e.cp1-iad.github.net (Postfix) with ESMTP id C8EC82C039C for <quic-issues@ietf.org>; Wed,  9 Jan 2019 13:08:29 -0800 (PST)
Date: Wed, 09 Jan 2019 21:08:29 +0000 (UTC)
From: David Schinazi <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+0166e4ab4297d959d0ea2534c0b199d752db7155eaa0230592cf00000001184e24cd92a169ce178a377a@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/pull/2280/c452835167@github.com>
In-Reply-To: <quicwg/base-drafts/pull/2280@github.com>
References: <quicwg/base-drafts/pull/2280@github.com>
Subject: Re: [quicwg/base-drafts] Clarify Actions on nonzero Reserved Bits (#2280)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5c3662cdc198c_28703f9861ed45c0129759"; 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
X-SG-EID: l64QuQ2uJCcEyUykJbxN122A6QRmEpucztpreh3Pak2YYwHl5vrAIvnmQzQy6MyHkrkobz9jHP52fD qP/PyzN0MkO1BQtccDVCV7MI0rx+tXRmHpn4gCOrYz1VUNxTzNKRkKzMvtiFGz4KxZPtxzzqJUiaai JTqOcy3hnk1M7JfB1QvwTUDbfE7bh/nAQkKBEO02ZOycuy3Z1hTioLeZXM1ese8QJuI89jEM/Nw8kB U=
Archived-At: <https://mailarchive.ietf.org/arch/msg/quic-issues/g8F8VCm7o0MD792FTCy6a0dgM2M>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
List-Id: Notification list for GitHub issues related to the QUIC WG <quic-issues.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=unsubscribe>
List-Archive: <https://mailarchive.ietf.org/arch/browse/quic-issues/>
List-Post: <mailto:quic-issues@ietf.org>
List-Help: <mailto:quic-issues-request@ietf.org?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, 09 Jan 2019 21:08:34 -0000

----==_mimepart_5c3662cdc198c_28703f9861ed45c0129759
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

Out of curiosity, why are we validating these bits in the first place? Can't we just say receivers MUST ignore them? That removes timing attacks and also allows for future extensibility. I get that these are not inside the full encryption boundary but the associated data + header protection boundary should be good enough to prevent middleboxes from looking at or messing with these 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/pull/2280#issuecomment-452835167
----==_mimepart_5c3662cdc198c_28703f9861ed45c0129759
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: quoted-printable

<p>Out of curiosity, why are we validating these bits in the first place? C=
an't we just say receivers MUST ignore them? That removes timing attacks an=
d also allows for future extensibility. I get that these are not inside the=
 full encryption boundary but the associated data + header protection bound=
ary should be good enough to prevent middleboxes from looking at or messing=
 with these bits.</p>

<p style=3D"font-size:small;-webkit-text-size-adjust:none;color:#666;">&mda=
sh;<br />You are receiving this because you are subscribed to this thread.<=
br />Reply to this email directly, <a href=3D"https://github.com/quicwg/bas=
e-drafts/pull/2280#issuecomment-452835167">view it on GitHub</a>, or <a hre=
f=3D"https://github.com/notifications/unsubscribe-auth/AWbkq_0ctTScZq4y9KQ_=
mu92gZA90CNjks5vBlpNgaJpZM4ZlOXd">mute the thread</a>.<img src=3D"https://g=
ithub.com/notifications/beacon/AWbkq0YVMyVXgp_jptq-FuoUaAKIpIH8ks5vBlpNgaJp=
ZM4ZlOXd.gif" height=3D"1" width=3D"1" alt=3D"" /></p>
<script type=3D"application/json" data-scope=3D"inboxmarkup">{"api_version"=
:"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name":"Gi=
tHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"quicwg=
/base-drafts","subtitle":"GitHub repository","main_image_url":"https://gith=
ub.githubassets.com/images/email/message_cards/header.png","avatar_image_ur=
l":"https://github.githubassets.com/images/email/message_cards/avatar.png",=
"action":{"name":"Open in GitHub","url":"https://github.com/quicwg/base-dra=
fts"}},"updates":{"snippets":[{"icon":"PERSON","message":"@DavidSchinazi in=
 #2280: Out of curiosity, why are we validating these bits in the first pla=
ce? Can't we just say receivers MUST ignore them? That removes timing attac=
ks and also allows for future extensibility. I get that these are not insid=
e the full encryption boundary but the associated data + header protection =
boundary should be good enough to prevent middleboxes from looking at or me=
ssing with these bits."}],"action":{"name":"View Pull Request","url":"https=
://github.com/quicwg/base-drafts/pull/2280#issuecomment-452835167"}}}</scri=
pt>
<script type=3D"application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/pull/2280#issuecomment-452=
835167",
"url": "https://github.com/quicwg/base-drafts/pull/2280#issuecomment-452835=
167",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>=

----==_mimepart_5c3662cdc198c_28703f9861ed45c0129759--


From nobody Wed Jan  9 13: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 C0617130F33 for <quic-issues@ietfa.amsl.com>; Wed,  9 Jan 2019 13:10:37 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -10.935
X-Spam-Level: 
X-Spam-Status: No, score=-10.935 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIMWL_WL_HIGH=-4.553, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, HTML_IMAGE_ONLY_24=1.618, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-1, RCVD_IN_DNSWL_HI=-5, SPF_PASS=-0.001] autolearn=ham autolearn_force=no
Authentication-Results: ietfa.amsl.com (amavisd-new); dkim=pass (1024-bit key) header.d=github.com
Received: from mail.ietf.org ([4.31.198.44]) by localhost (ietfa.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id ffL5RdBg1ZMI for <quic-issues@ietfa.amsl.com>; Wed,  9 Jan 2019 13:10:36 -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 3A8C8130EAB for <quic-issues@ietf.org>; Wed,  9 Jan 2019 13:10:36 -0800 (PST)
Date: Wed, 09 Jan 2019 13:10:35 -0800
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1547068235; bh=/K6xzmL1jdyvqS9+1CtBHOlfZq1IUhdro14SoHz79tk=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=DNKGkhMCQvWG+YOlTT9/WGVCweB2pDLUHO3uGCgR3roo1USP0orjQPQ9AmhUqa7le psndZlRctPIZ2wwVUh5YKamy+6l3/4TK9ttRnxhJKDO0/7iCTheZtfoOeJVivN6oZU iZhv0Yh0wxjje582yuuZtdcSxjMtS5zxkPaT5tZA=
From: Kazuho Oku <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+0166e4ab00876e730d46806751108562c63e0de0c9d457a992cf00000001184e254b92a169ce17ae7ded@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/issues/2321/452835809@github.com>
In-Reply-To: <quicwg/base-drafts/issues/2321@github.com>
References: <quicwg/base-drafts/issues/2321@github.com>
Subject: Re: [quicwg/base-drafts] "PRIORITY frame expresses priority of a stream" (#2321)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5c36634b88d2e_15b93f84290d45c0293179"; 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/joeK0EHhGIuJlar7n4_vVYcb9m0>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
List-Id: Notification list for GitHub issues related to the QUIC WG <quic-issues.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=unsubscribe>
List-Archive: <https://mailarchive.ietf.org/arch/browse/quic-issues/>
List-Post: <mailto:quic-issues@ietf.org>
List-Help: <mailto:quic-issues-request@ietf.org?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, 09 Jan 2019 21:10:38 -0000

----==_mimepart_5c36634b88d2e_15b93f84290d45c0293179
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

@LPardue My bad. I was confused. I now understand the issue and think that the PR will provide us the necessary fixes.

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/quicwg/base-drafts/issues/2321#issuecomment-452835809
----==_mimepart_5c36634b88d2e_15b93f84290d45c0293179
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=6571445" data-octo-click="hovercard-link-click" data-octo-dimensions="link_type:self" href="https://github.com/LPardue">@LPardue</a> My bad. I was confused. I now understand the issue and think that the PR will provide us the necessary fixes.</p>

<p style="font-size:small;-webkit-text-size-adjust:none;color:#666;">&mdash;<br />You are receiving this because you are subscribed to this thread.<br />Reply to this email directly, <a href="https://github.com/quicwg/base-drafts/issues/2321#issuecomment-452835809">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AWbkq__VV8_RMYZIoRCoj9nIbLTR8PF5ks5vBlrLgaJpZM4Z3N8q">mute the thread</a>.<img src="https://github.com/notifications/beacon/AWbkq6oT5rbxB2soOU1ZHZTXqilttVNDks5vBlrLgaJpZM4Z3N8q.gif" height="1" width="1" alt="" /></p>
<script type="application/json" data-scope="inboxmarkup">{"api_version":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name":"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"https://github.githubassets.com/images/email/message_cards/header.png","avatar_image_url":"https://github.githubassets.com/images/email/message_cards/avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/quicwg/base-drafts"}},"updates":{"snippets":[{"icon":"PERSON","message":"@kazuho in #2321: @LPardue My bad. I was confused. I now understand the issue and think that the PR will provide us the necessary fixes."}],"action":{"name":"View Issue","url":"https://github.com/quicwg/base-drafts/issues/2321#issuecomment-452835809"}}}</script>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/issues/2321#issuecomment-452835809",
"url": "https://github.com/quicwg/base-drafts/issues/2321#issuecomment-452835809",
"name": "View Issue"
},
"description": "View this Issue on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>
----==_mimepart_5c36634b88d2e_15b93f84290d45c0293179--


From nobody Wed Jan  9 13:13:15 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 72762130FD4 for <quic-issues@ietfa.amsl.com>; Wed,  9 Jan 2019 13:13:13 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -6.149
X-Spam-Level: 
X-Spam-Status: No, score=-6.149 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIMWL_WL_HIGH=-4.553, 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_PASS=-0.001] autolearn=ham autolearn_force=no
Authentication-Results: ietfa.amsl.com (amavisd-new); dkim=pass (1024-bit key) header.d=github.com
Received: from mail.ietf.org ([4.31.198.44]) by localhost (ietfa.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id WqM5HVxgz7xa for <quic-issues@ietfa.amsl.com>; Wed,  9 Jan 2019 13:13:12 -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 AE965130EAB for <quic-issues@ietf.org>; Wed,  9 Jan 2019 13:13:11 -0800 (PST)
DKIM-Signature: v=1; a=rsa-sha1; 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=d842opUfwlmvWjV/QdNATGgpINw=; b=p7jdCaUW2Bj/XZ1K byMOJUmpuSq4uBA74E69Zb0lR1i147vU3YsHO042eXm7ezjzwEXt3HNkI3HKgdUN uvd86z7neEJ57j8CaGUsQY3vrqioTuq7mCgxvSCCGchPbZWYuKxRtIPKW5BZbNHW N+1LJLdb69nNPIYQb16EnyYOevk=
Received: by filter0309p1iad2.sendgrid.net with SMTP id filter0309p1iad2-13635-5C3663E6-25 2019-01-09 21:13:10.817811133 +0000 UTC m=+150485.342146893
Received: from github-lowworker-dc5ea3e.cp1-iad.github.net (unknown [192.30.252.45]) by ismtpd0038p1mdw1.sendgrid.net (SG) with ESMTP id 3QRR_GblR-yuFGUJ-o21qw for <quic-issues@ietf.org>; Wed, 09 Jan 2019 21:13:10.718 +0000 (UTC)
Received: from github.com (localhost [127.0.0.1]) by github-lowworker-dc5ea3e.cp1-iad.github.net (Postfix) with ESMTP id A3740260D11 for <quic-issues@ietf.org>; Wed,  9 Jan 2019 13:13:10 -0800 (PST)
Date: Wed, 09 Jan 2019 21:13:10 +0000 (UTC)
From: David Schinazi <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+0166e4ab25ed45d5ac4d82cd436fb13ac0d6bcc31fb37b8792cf00000001184e25e692a169ce17b15bb5@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/pull/2325/c452837699@github.com>
In-Reply-To: <quicwg/base-drafts/pull/2325@github.com>
References: <quicwg/base-drafts/pull/2325@github.com>
Subject: Re: [quicwg/base-drafts] Introduce HTTP_REQUEST_REJECTED (#2325)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5c3663e69d643_642b3fbad10d45b416390d9"; 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
X-SG-EID: l64QuQ2uJCcEyUykJbxN122A6QRmEpucztpreh3Pak2nzImclvrl30rTI1MV00Xy4gMT8q8lr/7i71 SgmFKNVHh2C7wy+zkonnSIfZnSyxQFLBYZGH11ZXWCFIXxc3KVOdqSPyWhogbddvmY11Q4NcxPNABJ LL33P/JmQ0L/4Ez937EL6lhTnl9OgFaV6zPwQdlPleEp1w1xWtZ8PVRIdB3FAQQnzq9AKZ8oYkEXbg A=
Archived-At: <https://mailarchive.ietf.org/arch/msg/quic-issues/B9cRkikKuLcKYbUJsVwpdjrKQfU>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
List-Id: Notification list for GitHub issues related to the QUIC WG <quic-issues.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=unsubscribe>
List-Archive: <https://mailarchive.ietf.org/arch/browse/quic-issues/>
List-Post: <mailto:quic-issues@ietf.org>
List-Help: <mailto:quic-issues-request@ietf.org?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, 09 Jan 2019 21:13:13 -0000

----==_mimepart_5c3663e69d643_642b3fbad10d45b416390d9
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

This change sounds good to me, but to make sure I understand: is the only purpose of this change to split HTTP_REQUEST_CANCELLED in two; client to server stays HTTP_REQUEST_CANCELLED and server to client now becomes HTTP_REQUEST_REJECTED? And is the goal to add clarity when parsing connection logs 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/2325#issuecomment-452837699
----==_mimepart_5c3663e69d643_642b3fbad10d45b416390d9
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: quoted-printable

<p>This change sounds good to me, but to make sure I understand: is the onl=
y purpose of this change to split HTTP_REQUEST_CANCELLED in two; client to =
server stays HTTP_REQUEST_CANCELLED and server to client now becomes HTTP_R=
EQUEST_REJECTED? And is the goal to add clarity when parsing connection log=
s later?</p>

<p style=3D"font-size:small;-webkit-text-size-adjust:none;color:#666;">&mda=
sh;<br />You are receiving this because you are subscribed to this thread.<=
br />Reply to this email directly, <a href=3D"https://github.com/quicwg/bas=
e-drafts/pull/2325#issuecomment-452837699">view it on GitHub</a>, or <a hre=
f=3D"https://github.com/notifications/unsubscribe-auth/AWbkq42R0Njv1OEl0E96=
EPPmm0qHmDRNks5vBltmgaJpZM4Z4DzN">mute the thread</a>.<img src=3D"https://g=
ithub.com/notifications/beacon/AWbkqwJD3KtqODZwoS4sCoKRPujvkHcBks5vBltmgaJp=
ZM4Z4DzN.gif" height=3D"1" width=3D"1" alt=3D"" /></p>
<script type=3D"application/json" data-scope=3D"inboxmarkup">{"api_version"=
:"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name":"Gi=
tHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"quicwg=
/base-drafts","subtitle":"GitHub repository","main_image_url":"https://gith=
ub.githubassets.com/images/email/message_cards/header.png","avatar_image_ur=
l":"https://github.githubassets.com/images/email/message_cards/avatar.png",=
"action":{"name":"Open in GitHub","url":"https://github.com/quicwg/base-dra=
fts"}},"updates":{"snippets":[{"icon":"PERSON","message":"@DavidSchinazi in=
 #2325: This change sounds good to me, but to make sure I understand: is th=
e only purpose of this change to split HTTP_REQUEST_CANCELLED in two; clien=
t to server stays HTTP_REQUEST_CANCELLED and server to client now becomes H=
TTP_REQUEST_REJECTED? And is the goal to add clarity when parsing connectio=
n logs later?"}],"action":{"name":"View Pull Request","url":"https://github=
.com/quicwg/base-drafts/pull/2325#issuecomment-452837699"}}}</script>
<script type=3D"application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/pull/2325#issuecomment-452=
837699",
"url": "https://github.com/quicwg/base-drafts/pull/2325#issuecomment-452837=
699",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>=

----==_mimepart_5c3663e69d643_642b3fbad10d45b416390d9--


From nobody Wed Jan  9 13:18:29 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 042C3130FDB for <quic-issues@ietfa.amsl.com>; Wed,  9 Jan 2019 13:18:28 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -5.935
X-Spam-Level: 
X-Spam-Status: No, score=-5.935 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIMWL_WL_HIGH=-4.553, DKIM_SIGNED=0.1, DKIM_VALID=-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_PASS=-0.001] autolearn=ham autolearn_force=no
Authentication-Results: ietfa.amsl.com (amavisd-new); dkim=pass (1024-bit key) header.d=github.com
Received: from mail.ietf.org ([4.31.198.44]) by localhost (ietfa.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id kldEt5x-GtFY for <quic-issues@ietfa.amsl.com>; Wed,  9 Jan 2019 13:18:26 -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 96540130EAB for <quic-issues@ietf.org>; Wed,  9 Jan 2019 13:18:26 -0800 (PST)
DKIM-Signature: v=1; a=rsa-sha1; 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=pGMufyrcSHdTqVV1Hf3Kmc2cqhc=; b=WyxQkRrO85ZJPDH1 BEtJz75ThQpW6dzuU0Uh0WaVaDDjUVmJS6Y0U3mAN4cB+YYeCh3KLdCesVlWmLgJ 9zZQN2eL7AhEL6oIZRJzxsuFcYgFQnnku0XXdJKy02LSKjzEZMglHeon1ynK8aoU Pe4yDipHv0BVIQsiiuhTW0hlMHQ=
Received: by filter0324p1iad2.sendgrid.net with SMTP id filter0324p1iad2-28742-5C366521-2B 2019-01-09 21:18:25.526851972 +0000 UTC m=+150419.728221424
Received: from github-lowworker-dcc078e.cp1-iad.github.net (unknown [192.30.252.44]) by ismtpd0035p1iad1.sendgrid.net (SG) with ESMTP id S--vBtwZRaexOW_rlZwkng for <quic-issues@ietf.org>; Wed, 09 Jan 2019 21:18:25.369 +0000 (UTC)
Received: from github.com (localhost [127.0.0.1]) by github-lowworker-dcc078e.cp1-iad.github.net (Postfix) with ESMTP id 5828E2C039C for <quic-issues@ietf.org>; Wed,  9 Jan 2019 13:18:25 -0800 (PST)
Date: Wed, 09 Jan 2019 21:18:25 +0000 (UTC)
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/2325/push/3195157354@github.com>
In-Reply-To: <quicwg/base-drafts/pull/2325@github.com>
References: <quicwg/base-drafts/pull/2325@github.com>
Subject: Re: [quicwg/base-drafts] Introduce HTTP_REQUEST_REJECTED (#2325)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5c36652153fb6_7f443f9861ed45c0246786c"; 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
X-SG-EID: l64QuQ2uJCcEyUykJbxN122A6QRmEpucztpreh3Pak1WUEq/mNubcJIJndYLkDGYsX1Mde6i1mDQ+/ MUm9bcsNc0dcUq1LOq51k8TnOQtgHKScg7ktGum83TmMIAYBZtZjm9qm6lxwfRpue4eAMvrTg2sE/t 1NedmxZRz7W4Eydixf6VQU+VVGtTG7HF6QCwg29h6OXBz9BaQrwcwJFOFXc1r3CGzxaddnskm3Xs/L c=
Archived-At: <https://mailarchive.ietf.org/arch/msg/quic-issues/a2HhSNY_bNz9KPHUCSSIZwC4YKc>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
List-Id: Notification list for GitHub issues related to the QUIC WG <quic-issues.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=unsubscribe>
List-Archive: <https://mailarchive.ietf.org/arch/browse/quic-issues/>
List-Post: <mailto:quic-issues@ietf.org>
List-Help: <mailto:quic-issues-request@ietf.org?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, 09 Jan 2019 21:18:28 -0000

----==_mimepart_5c36652153fb6_7f443f9861ed45c0246786c
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

@MikeBishop pushed 1 commit.

27ce67d8b2377ee86968bad15e7ba05f432a128a  Missed a merge conflict


-- 
You are receiving this because you are subscribed to this thread.
View it on GitHub:
https://github.com/quicwg/base-drafts/pull/2325/files/5e85285597355961c4b1c002a6bd77938e3715cb..27ce67d8b2377ee86968bad15e7ba05f432a128a

----==_mimepart_5c36652153fb6_7f443f9861ed45c0246786c
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/27ce67d8b2377ee86968bad15e7ba05f432a128a">27ce67d</a>  Missed a merge conflict</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/2325/files/5e85285597355961c4b1c002a6bd77938e3715cb..27ce67d8b2377ee86968bad15e7ba05f432a128a">View it on GitHub</a> or <a href="https://github.com/notifications/unsubscribe-auth/AWbkq2PWzkEWo4Q5D3O7L7IS7w1nZScvks5vBlyhgaJpZM4Z4DzN">mute the thread</a>.<img src="https://github.com/notifications/beacon/AWbkq4nwhIAD6Cd6tYLQ4nebOjxC_IIqks5vBlyhgaJpZM4Z4DzN.gif" height="1" width="1" alt="" /></p>
<script type="application/json" data-scope="inboxmarkup">{"api_version":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name":"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"https://github.githubassets.com/images/email/message_cards/header.png","avatar_image_url":"https://github.githubassets.com/images/email/message_cards/avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/quicwg/base-drafts"}},"updates":{"snippets":[{"icon":"PERSON","message":"@MikeBishop pushed 1 commit in #2325"}],"action":{"name":"View Pull Request","url":"https://github.com/quicwg/base-drafts/pull/2325/files/5e85285597355961c4b1c002a6bd77938e3715cb..27ce67d8b2377ee86968bad15e7ba05f432a128a"}}}</script>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/pull/2325/files/5e85285597355961c4b1c002a6bd77938e3715cb..27ce67d8b2377ee86968bad15e7ba05f432a128a",
"url": "https://github.com/quicwg/base-drafts/pull/2325/files/5e85285597355961c4b1c002a6bd77938e3715cb..27ce67d8b2377ee86968bad15e7ba05f432a128a",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>

----==_mimepart_5c36652153fb6_7f443f9861ed45c0246786c--


From nobody Wed Jan  9 13:30:48 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 90FD9130FF3 for <quic-issues@ietfa.amsl.com>; Wed,  9 Jan 2019 13:30:46 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -7.553
X-Spam-Level: 
X-Spam-Status: No, score=-7.553 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIMWL_WL_HIGH=-4.553, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-1, RCVD_IN_DNSWL_NONE=-0.0001, SPF_PASS=-0.001] autolearn=ham autolearn_force=no
Authentication-Results: ietfa.amsl.com (amavisd-new); dkim=pass (1024-bit key) header.d=github.com
Received: from mail.ietf.org ([4.31.198.44]) by localhost (ietfa.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id XBR5xh7wSjmc for <quic-issues@ietfa.amsl.com>; Wed,  9 Jan 2019 13:30:45 -0800 (PST)
Received: from o9.sgmail.github.com (o9.sgmail.github.com [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 CBCB3130FF0 for <quic-issues@ietf.org>; Wed,  9 Jan 2019 13:30:44 -0800 (PST)
DKIM-Signature: v=1; a=rsa-sha1; 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=99B/9P8hfxfNkqzT2bfpWl/K1QU=; b=K9/EV4GsLaZsM0eJ wGiWsDq2zG9xKDJ8hqZSNb8fPfom3L9Ut8eKOEN5TiSNdflxt0/70MvxzWJA1Lk7 7XU6WZI73a0qU8IoCeN/s8Es1NOgN6Zb6QPspkV9lokYmnc2GMt5ZlaOxn3wKcvc n8eclUAmztAkkrtqrJ1/3cO7L0A=
Received: by filter0236p1iad2.sendgrid.net with SMTP id filter0236p1iad2-2413-5C366803-7 2019-01-09 21:30:43.400427618 +0000 UTC m=+150797.715414446
Received: from github-lowworker-3c598a3.cp1-iad.github.net (unknown [192.30.252.43]) by ismtpd0035p1iad2.sendgrid.net (SG) with ESMTP id b7VoHax2TJSc_sciWVgptQ for <quic-issues@ietf.org>; Wed, 09 Jan 2019 21:30:43.335 +0000 (UTC)
Received: from github.com (localhost [127.0.0.1]) by github-lowworker-3c598a3.cp1-iad.github.net (Postfix) with ESMTP id 46D06A802DE for <quic-issues@ietf.org>; Wed,  9 Jan 2019 13:30:43 -0800 (PST)
Date: Wed, 09 Jan 2019 21:30:43 +0000 (UTC)
From: ianswett <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+0166e4ab118de2d44f71da279dd64517959d17ef4dbe0f5e92cf00000001184e2a0392a169ce17b2473c@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/pull/2327@github.com>
Subject: [quicwg/base-drafts] Ignore packet loss when the keys are not available (#2327)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5c3668034502c_557d3fad582d45c017298d"; 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
X-SG-EID: l64QuQ2uJCcEyUykJbxN122A6QRmEpucztpreh3Pak0woC9kZOwPYJltx/3qxZj8sLHniF0uI+J91L fgQr4/xblPY9xMIMEkQ0fEiPh0HXU/0DcyCAIxizP/tmfUbf/vWMs7jYIuL7uXwhCPys4Q2k7nl9gj NUAIb43XR7qiwSLEM2WcOgWaeToxgje/mNaP7h5k8MIpC474Ff9XNwcI+Q==
Archived-At: <https://mailarchive.ietf.org/arch/msg/quic-issues/8_3sYCcueCvtSKQzlYltrw0_ZfM>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
List-Id: Notification list for GitHub issues related to the QUIC WG <quic-issues.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=unsubscribe>
List-Archive: <https://mailarchive.ietf.org/arch/browse/quic-issues/>
List-Post: <mailto:quic-issues@ietf.org>
List-Help: <mailto:quic-issues-request@ietf.org?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, 09 Jan 2019 21:30:46 -0000

----==_mimepart_5c3668034502c_557d3fad582d45c017298d
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

Ignore the loss of Handshake, 0-RTT, and 1-RTT packets if the peer doesn't have the keys to process them.

Also unifies the text on discarding keys and no longer implies that 0-RTT has it's own packet number space.

Fixes #1967  Replaces #2028
You can view, comment on, or merge this pull request online at:

  https://github.com/quicwg/base-drafts/pull/2327

-- Commit Summary --

  * Update draft-ietf-quic-recovery.md
  * Update draft-ietf-quic-recovery.md

-- File Changes --

    M draft-ietf-quic-recovery.md (45)

-- Patch Links --

https://github.com/quicwg/base-drafts/pull/2327.patch
https://github.com/quicwg/base-drafts/pull/2327.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/2327

----==_mimepart_5c3668034502c_557d3fad582d45c017298d
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

<p>Ignore the loss of Handshake, 0-RTT, and 1-RTT packets if the peer doesn't have the keys to process them.</p>
<p>Also unifies the text on discarding keys and no longer implies that 0-RTT has it's own packet number space.</p>
<p><span class="issue-keyword tooltipped tooltipped-se" aria-label="This pull request closes issue #1967.">Fixes</span> <a class="issue-link js-issue-link" data-error-text="Failed to load issue title" data-id="377688407" data-permission-text="Issue title is private" data-url="https://github.com/quicwg/base-drafts/issues/1967" data-hovercard-type="issue" data-hovercard-url="/quicwg/base-drafts/issues/1967/hovercard" href="https://github.com/quicwg/base-drafts/issues/1967">#1967</a>  Replaces <a class="issue-link js-issue-link" data-error-text="Failed to load issue title" data-id="382845508" data-permission-text="Issue title is private" data-url="https://github.com/quicwg/base-drafts/issues/2028" data-hovercard-type="pull_request" data-hovercard-url="/quicwg/base-drafts/pull/2028/hovercard" href="https://github.com/quicwg/base-drafts/pull/2028">#2028</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/2327'>https://github.com/quicwg/base-drafts/pull/2327</a></p>

<h4>Commit Summary</h4>
<ul>
  <li>Update draft-ietf-quic-recovery.md</li>
  <li>Update draft-ietf-quic-recovery.md</li>
</ul>

<h4>File Changes</h4>
<ul>
  <li>
    <strong>M</strong>
    <a href="https://github.com/quicwg/base-drafts/pull/2327/files#diff-0">draft-ietf-quic-recovery.md</a>
    (45)
  </li>
</ul>

<h4>Patch Links:</h4>
<ul>
  <li><a href='https://github.com/quicwg/base-drafts/pull/2327.patch'>https://github.com/quicwg/base-drafts/pull/2327.patch</a></li>
  <li><a href='https://github.com/quicwg/base-drafts/pull/2327.diff'>https://github.com/quicwg/base-drafts/pull/2327.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/2327">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AWbkqxxm_syzcG7ThaYEZrJLAMNBh7ATks5vBl-DgaJpZM4Z4S8B">mute the thread</a>.<img src="https://github.com/notifications/beacon/AWbkq6r_sEmrd26Aa9DULw1mjKt7d04tks5vBl-DgaJpZM4Z4S8B.gif" height="1" width="1" alt="" /></p>
<script type="application/json" data-scope="inboxmarkup">{"api_version":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name":"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"https://github.githubassets.com/images/email/message_cards/header.png","avatar_image_url":"https://github.githubassets.com/images/email/message_cards/avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/quicwg/base-drafts"}},"updates":{"snippets":[{"icon":"DESCRIPTION","message":"Ignore packet loss when the keys are not available (#2327)"}],"action":{"name":"View Pull Request","url":"https://github.com/quicwg/base-drafts/pull/2327"}}}</script>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/pull/2327",
"url": "https://github.com/quicwg/base-drafts/pull/2327",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>

----==_mimepart_5c3668034502c_557d3fad582d45c017298d--


From nobody Wed Jan  9 13: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 DEFF0130FF3 for <quic-issues@ietfa.amsl.com>; Wed,  9 Jan 2019 13:32:10 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -10.935
X-Spam-Level: 
X-Spam-Status: No, score=-10.935 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIMWL_WL_HIGH=-4.553, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, HTML_IMAGE_ONLY_24=1.618, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-1, RCVD_IN_DNSWL_HI=-5, SPF_PASS=-0.001] autolearn=ham autolearn_force=no
Authentication-Results: ietfa.amsl.com (amavisd-new); dkim=pass (1024-bit key) header.d=github.com
Received: from mail.ietf.org ([4.31.198.44]) by localhost (ietfa.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id rpuGLQ5am-X7 for <quic-issues@ietfa.amsl.com>; Wed,  9 Jan 2019 13:32:09 -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 6DCFA130FF0 for <quic-issues@ietf.org>; Wed,  9 Jan 2019 13:32:09 -0800 (PST)
Date: Wed, 09 Jan 2019 13:32:09 -0800
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1547069529; bh=aeT9z2kGINVoIYzkYzAAdMwj0TWUKxq+MIZzmwJNexM=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=INz/1CG47yPL+k8w8Q9OTsqeKuE2+EhLHGOYF6o9x2k5Clku6CX+FHqWIIEZCvCZ+ 4ZqDyNDsF1FvZfTK6+VPfEdOZatT6vmnmoERtJgs10kn/BnFqy1I7kvxW/f0sQYsrE ymI1RX4E9xENAIoyc1biHRVTxGOzsg3wnOx/KXfY=
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/2327/push/3195270655@github.com>
In-Reply-To: <quicwg/base-drafts/pull/2327@github.com>
References: <quicwg/base-drafts/pull/2327@github.com>
Subject: Re: [quicwg/base-drafts] Ignore packet loss when the keys are not available (#2327)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5c36685956be_5a0e3fa250ed45b81922d8"; 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/YXvvhkL0xS1MwszBrF5sOAKHhL8>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
List-Id: Notification list for GitHub issues related to the QUIC WG <quic-issues.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=unsubscribe>
List-Archive: <https://mailarchive.ietf.org/arch/browse/quic-issues/>
List-Post: <mailto:quic-issues@ietf.org>
List-Help: <mailto:quic-issues-request@ietf.org?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, 09 Jan 2019 21:32:11 -0000

----==_mimepart_5c36685956be_5a0e3fa250ed45b81922d8
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

@ianswett pushed 1 commit.

9f5ed67a743a76c4bb7d1b10168eb5cef21c145f  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/2327/files/32bfd56a2037d9fefa5f54197c6ac63b9dba1ab3..9f5ed67a743a76c4bb7d1b10168eb5cef21c145f

----==_mimepart_5c36685956be_5a0e3fa250ed45b81922d8
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/9f5ed67a743a76c4bb7d1b10168eb5cef21c145f">9f5ed67</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/2327/files/32bfd56a2037d9fefa5f54197c6ac63b9dba1ab3..9f5ed67a743a76c4bb7d1b10168eb5cef21c145f">View it on GitHub</a> or <a href="https://github.com/notifications/unsubscribe-auth/AWbkq0dUBeweBJ3U0qM94Sd5emKvY-Ppks5vBl_ZgaJpZM4Z4S8B">mute the thread</a>.<img src="https://github.com/notifications/beacon/AWbkq2cOBrfbIwae8Xol3UHxkLAXErJjks5vBl_ZgaJpZM4Z4S8B.gif" height="1" width="1" alt="" /></p>
<script type="application/json" data-scope="inboxmarkup">{"api_version":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name":"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"https://github.githubassets.com/images/email/message_cards/header.png","avatar_image_url":"https://github.githubassets.com/images/email/message_cards/avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/quicwg/base-drafts"}},"updates":{"snippets":[{"icon":"PERSON","message":"@ianswett pushed 1 commit in #2327"}],"action":{"name":"View Pull Request","url":"https://github.com/quicwg/base-drafts/pull/2327/files/32bfd56a2037d9fefa5f54197c6ac63b9dba1ab3..9f5ed67a743a76c4bb7d1b10168eb5cef21c145f"}}}</script>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/pull/2327/files/32bfd56a2037d9fefa5f54197c6ac63b9dba1ab3..9f5ed67a743a76c4bb7d1b10168eb5cef21c145f",
"url": "https://github.com/quicwg/base-drafts/pull/2327/files/32bfd56a2037d9fefa5f54197c6ac63b9dba1ab3..9f5ed67a743a76c4bb7d1b10168eb5cef21c145f",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>

----==_mimepart_5c36685956be_5a0e3fa250ed45b81922d8--


From nobody Wed Jan  9 13: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 9293412DD85 for <quic-issues@ietfa.amsl.com>; Wed,  9 Jan 2019 13:40:42 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -12.553
X-Spam-Level: 
X-Spam-Status: No, score=-12.553 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIMWL_WL_HIGH=-4.553, 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_PASS=-0.001] autolearn=ham autolearn_force=no
Authentication-Results: ietfa.amsl.com (amavisd-new); dkim=pass (1024-bit key) header.d=github.com
Received: from mail.ietf.org ([4.31.198.44]) by localhost (ietfa.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id zQIFplTpfeZv for <quic-issues@ietfa.amsl.com>; Wed,  9 Jan 2019 13:40: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 C12B6130FCD for <quic-issues@ietf.org>; Wed,  9 Jan 2019 13:40:40 -0800 (PST)
Date: Wed, 09 Jan 2019 13:40:39 -0800
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1547070039; bh=EkCp4+124HkMCV9dDqjft6JrXx4dYhz2T02KmOUSg5M=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=G55aUhppHvlXogqyvgIO9Cq749/FKiAFo1yL3VwAE4/gDOrGSNut3gQvlcv5vfqPj bvdg2SSe0a7vIzGWehjoGDTWneHjxWOX9JUvR8zsll/pqcrK0fEhWZ/Zcfr3Y/JtVH 5W/3AyxtoV/Yi8N+hrM4EAFs9IGTuRVVjdYS742w=
From: Mike Bishop <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+0166e4abef7dfa9d8e4644a816dd26405ffa011bd74013f692cf00000001184e2c5792a169ce17b15bb5@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/pull/2325/c452872516@github.com>
In-Reply-To: <quicwg/base-drafts/pull/2325@github.com>
References: <quicwg/base-drafts/pull/2325@github.com>
Subject: Re: [quicwg/base-drafts] Introduce HTTP_REQUEST_REJECTED (#2325)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5c366a576df41_40793fb5d26d45bc3189b5"; 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/J1vtNzwCFPRpn8ba0oB9ZPASkB0>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
List-Id: Notification list for GitHub issues related to the QUIC WG <quic-issues.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=unsubscribe>
List-Archive: <https://mailarchive.ietf.org/arch/browse/quic-issues/>
List-Post: <mailto:quic-issues@ietf.org>
List-Help: <mailto:quic-issues-request@ietf.org?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, 09 Jan 2019 21:40:43 -0000

----==_mimepart_5c366a576df41_40793fb5d26d45bc3189b5
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

@DavidSchinazi, basically.  In the previous text, CANCELLED had specific semantics when sent server->client.  However, with the change to make RESET_STREAM reflect back the error code in STOP_SENDING, the client->server STOP_SENDING(CANCELLED) would provoke a RESET_STREAM(CANCELLED) in the server->client direction with that error code that didn't necessarily match those semantics.

Hence the split -- one code has specific semantics when sent by a server, and clients are instructed to use the other code.

(I would prohibit clients from sending it, but if the server sends a STOP_SENDING, the client would reflect it back and violate the prohibition, 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/pull/2325#issuecomment-452872516
----==_mimepart_5c366a576df41_40793fb5d26d45bc3189b5
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=3D5599133" data-octo-click=3D"hovercard-link-c=
lick" data-octo-dimensions=3D"link_type:self" href=3D"https://github.com/=
DavidSchinazi">@DavidSchinazi</a>, basically.  In the previous text, CANC=
ELLED had specific semantics when sent server-&gt;client.  However, with =
the change to make RESET_STREAM reflect back the error code in STOP_SENDI=
NG, the client-&gt;server STOP_SENDING(CANCELLED) would provoke a RESET_S=
TREAM(CANCELLED) in the server-&gt;client direction with that error code =
that didn't necessarily match those semantics.</p>
<p>Hence the split -- one code has specific semantics when sent by a serv=
er, and clients are instructed to use the other code.</p>
<p>(I would prohibit clients from sending it, but if the server sends a S=
TOP_SENDING, the client would reflect it back and violate the prohibition=
, so....)</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/pull/2325#issuecomment-452872516">view it on GitHub</a>, o=
r <a href=3D"https://github.com/notifications/unsubscribe-auth/AWbkq3tMWZ=
M5dBPTgJ7u5SR2_bAaVUkCks5vBmHXgaJpZM4Z4DzN">mute the thread</a>.<img src=3D=
"https://github.com/notifications/beacon/AWbkq99ibF5Ve8lXzfakNg6r8AC2Fov_=
ks5vBmHXgaJpZM4Z4DzN.gif" height=3D"1" width=3D"1" alt=3D"" /></p>
<script type=3D"application/json" data-scope=3D"inboxmarkup">{"api_versio=
n":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name"=
:"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"=
quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"http=
s://github.githubassets.com/images/email/message_cards/header.png","avata=
r_image_url":"https://github.githubassets.com/images/email/message_cards/=
avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/q=
uicwg/base-drafts"}},"updates":{"snippets":[{"icon":"PERSON","message":"@=
MikeBishop in #2325: @DavidSchinazi, basically.  In the previous text, CA=
NCELLED had specific semantics when sent server-\u003eclient.  However, w=
ith the change to make RESET_STREAM reflect back the error code in STOP_S=
ENDING, the client-\u003eserver STOP_SENDING(CANCELLED) would provoke a R=
ESET_STREAM(CANCELLED) in the server-\u003eclient direction with that err=
or code that didn't necessarily match those semantics.\r\n\r\nHence the s=
plit -- one code has specific semantics when sent by a server, and client=
s are instructed to use the other code.\r\n\r\n(I would prohibit clients =
from sending it, but if the server sends a STOP_SENDING, the client would=
 reflect it back and violate the prohibition, so....)"}],"action":{"name"=
:"View Pull Request","url":"https://github.com/quicwg/base-drafts/pull/23=
25#issuecomment-452872516"}}}</script>
<script type=3D"application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/pull/2325#issuecomment-4=
52872516",
"url": "https://github.com/quicwg/base-drafts/pull/2325#issuecomment-4528=
72516",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>=

----==_mimepart_5c366a576df41_40793fb5d26d45bc3189b5--


From nobody Wed Jan  9 13:46:39 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 16FCD130FCD for <quic-issues@ietfa.amsl.com>; Wed,  9 Jan 2019 13:46:37 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -6.149
X-Spam-Level: 
X-Spam-Status: No, score=-6.149 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIMWL_WL_HIGH=-4.553, 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_PASS=-0.001] autolearn=ham autolearn_force=no
Authentication-Results: ietfa.amsl.com (amavisd-new); dkim=pass (1024-bit key) header.d=github.com
Received: 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-ondiJ4EQqB for <quic-issues@ietfa.amsl.com>; Wed,  9 Jan 2019 13:46:35 -0800 (PST)
Received: from o4.sgmail.github.com (o4.sgmail.github.com [192.254.112.99]) (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 283B912DD85 for <quic-issues@ietf.org>; Wed,  9 Jan 2019 13:46:35 -0800 (PST)
DKIM-Signature: v=1; a=rsa-sha1; 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=IrUVZXPBA/Qx58T9+JOaGcVPwCQ=; b=Ivp7snxeJ2W9FqSo 0ZfVApw2qOzLaSd4iTsHHWDNCg859vJA2x7vipGj56Z6AKZIjla8ZHzDQyB0vYiB Zu1Cf4TCknYJ5mcA/wwflxvZrs2UJN671OskqZsUGzUCANioc0odhuMw3QozHplR rQHmZu/NbQ/CnyE8IHLh2HHQnd0=
Received: by filter0118p1iad2.sendgrid.net with SMTP id filter0118p1iad2-11027-5C366BBA-6 2019-01-09 21:46:34.114942443 +0000 UTC m=+152290.417094858
Received: from github-lowworker-1c220e1.cp1-iad.github.net (unknown [192.30.252.44]) by ismtpd0022p1iad1.sendgrid.net (SG) with ESMTP id eRdWwQGpT5-wH5y0ACdghw for <quic-issues@ietf.org>; Wed, 09 Jan 2019 21:46:33.949 +0000 (UTC)
Received: from github.com (localhost [127.0.0.1]) by github-lowworker-1c220e1.cp1-iad.github.net (Postfix) with ESMTP id E53391611C4 for <quic-issues@ietf.org>; Wed,  9 Jan 2019 13:46:33 -0800 (PST)
Date: Wed, 09 Jan 2019 21:46:34 +0000 (UTC)
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/2237/push/3195388949@github.com>
In-Reply-To: <quicwg/base-drafts/pull/2237@github.com>
References: <quicwg/base-drafts/pull/2237@github.com>
Subject: Re: [quicwg/base-drafts] Rework Key Update (#2237)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5c366bb9e3b60_37ff3fb4190d45b44702c4"; 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
X-SG-EID: l64QuQ2uJCcEyUykJbxN122A6QRmEpucztpreh3Pak3Y7c+l+qQhlsPW2KkOjqDeWRgszq33VxuRKo dxbsWfxIzUU6b3R8iBQ/IXSlhsQYQ1awrHnx0uMug770eJdBpSU7xMOKvrrIEOXWdsnpcPM/WcKheD 2aKggireG3x39LvYoAwIRgvq7sFpiL1IdxFVR+MVWEU8enPlWfOM+t/GGg5zsYGaOtdsB3S9q9gPOn o=
Archived-At: <https://mailarchive.ietf.org/arch/msg/quic-issues/uvBx8hYM8lO6wwyMjagE2gGbW9U>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
List-Id: Notification list for GitHub issues related to the QUIC WG <quic-issues.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=unsubscribe>
List-Archive: <https://mailarchive.ietf.org/arch/browse/quic-issues/>
List-Post: <mailto:quic-issues@ietf.org>
List-Help: <mailto:quic-issues-request@ietf.org?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, 09 Jan 2019 21:46:37 -0000

----==_mimepart_5c366bb9e3b60_37ff3fb4190d45b44702c4
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

@martinthomson pushed 2 commits.

a2ef7224f97218680dc5b5cdf607834c3772370b  Changes from review comments
d62829d76d18807be535838d0b986c265d61f0a5  Fix sudden missing reference problem


-- 
You are receiving this because you are subscribed to this thread.
View it on GitHub:
https://github.com/quicwg/base-drafts/pull/2237/files/8c72c8d98e9fc5d4538232089793bccf49a1beed..d62829d76d18807be535838d0b986c265d61f0a5

----==_mimepart_5c366bb9e3b60_37ff3fb4190d45b44702c4
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/a2ef7224f97218680dc5b5cdf607834c3772370b">a2ef722</a>  Changes from review comments</li>
  <li><a class="commit-link" href="https://github.com/quicwg/base-drafts/commit/d62829d76d18807be535838d0b986c265d61f0a5">d62829d</a>  Fix sudden missing reference problem</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/2237/files/8c72c8d98e9fc5d4538232089793bccf49a1beed..d62829d76d18807be535838d0b986c265d61f0a5">View it on GitHub</a> or <a href="https://github.com/notifications/unsubscribe-auth/AWbkq-00ngzzPf4ZShUjLCGJoKmMbcmbks5vBmM5gaJpZM4ZdMPV">mute the thread</a>.<img src="https://github.com/notifications/beacon/AWbkq1dqs2GSub1rFP0kSDne_VbXK6J-ks5vBmM5gaJpZM4ZdMPV.gif" height="1" width="1" alt="" /></p>
<script type="application/json" data-scope="inboxmarkup">{"api_version":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name":"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"https://github.githubassets.com/images/email/message_cards/header.png","avatar_image_url":"https://github.githubassets.com/images/email/message_cards/avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/quicwg/base-drafts"}},"updates":{"snippets":[{"icon":"PERSON","message":"@martinthomson pushed 2 commits in #2237"}],"action":{"name":"View Pull Request","url":"https://github.com/quicwg/base-drafts/pull/2237/files/8c72c8d98e9fc5d4538232089793bccf49a1beed..d62829d76d18807be535838d0b986c265d61f0a5"}}}</script>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/pull/2237/files/8c72c8d98e9fc5d4538232089793bccf49a1beed..d62829d76d18807be535838d0b986c265d61f0a5",
"url": "https://github.com/quicwg/base-drafts/pull/2237/files/8c72c8d98e9fc5d4538232089793bccf49a1beed..d62829d76d18807be535838d0b986c265d61f0a5",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>

----==_mimepart_5c366bb9e3b60_37ff3fb4190d45b44702c4--


From nobody Wed Jan  9 13:46:45 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 AC65512DD85 for <quic-issues@ietfa.amsl.com>; Wed,  9 Jan 2019 13:46:38 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -7.553
X-Spam-Level: 
X-Spam-Status: No, score=-7.553 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIMWL_WL_HIGH=-4.553, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-1, RCVD_IN_DNSWL_NONE=-0.0001, SPF_PASS=-0.001] autolearn=ham autolearn_force=no
Authentication-Results: ietfa.amsl.com (amavisd-new); dkim=pass (1024-bit key) header.d=github.com
Received: from mail.ietf.org ([4.31.198.44]) by localhost (ietfa.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 8NSqwDg5aNhh for <quic-issues@ietfa.amsl.com>; Wed,  9 Jan 2019 13:46:37 -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 A7685130FCB for <quic-issues@ietf.org>; Wed,  9 Jan 2019 13:46:36 -0800 (PST)
DKIM-Signature: v=1; a=rsa-sha1; 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=FnsNQ7KbnOAhIktzFvUmgZlD6+8=; b=WZJcagTmpagyORPz YAyoERFqR51oB/biWrVfxiIkGt66IYyUXS1soJ1YZUdWoZaPqkXbbRDI8mXM3QS+ 5QUqzXTdbHC5BbhAH0xfow8GEuawfNdXS6uibAnDlnbtcvD3IiPyuECKtBE1CQYQ FgPlhujrGrtXzyTbEwe5GIEFBHE=
Received: by filter0114p1iad2.sendgrid.net with SMTP id filter0114p1iad2-11168-5C366BBB-1F 2019-01-09 21:46:35.663019166 +0000 UTC m=+152121.637164768
Received: from github-lowworker-e55e3e3.cp1-iad.github.net (unknown [192.30.252.41]) by ismtpd0044p1iad1.sendgrid.net (SG) with ESMTP id EIp100gnQZ26JSXi3yqBzw for <quic-issues@ietf.org>; Wed, 09 Jan 2019 21:46:35.562 +0000 (UTC)
Received: from github.com (localhost [127.0.0.1]) by github-lowworker-e55e3e3.cp1-iad.github.net (Postfix) with ESMTP id 87387180F1B for <quic-issues@ietf.org>; Wed,  9 Jan 2019 13:46:35 -0800 (PST)
Date: Wed, 09 Jan 2019 21:46:35 +0000 (UTC)
From: Martin Thomson <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+0166e4ab2264453e95ba43f64c3b81c8d98264fd9ffb085c92cf00000001184e2dbb92a169ce1770e975@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/pull/2237/review/190953489@github.com>
In-Reply-To: <quicwg/base-drafts/pull/2237@github.com>
References: <quicwg/base-drafts/pull/2237@github.com>
Subject: Re: [quicwg/base-drafts] Rework Key Update (#2237)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5c366bbb83fe7_5ffd3fbf72ed45c437954b"; 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-SG-EID: l64QuQ2uJCcEyUykJbxN122A6QRmEpucztpreh3Pak32/WLNzaenfWLaxNQ/xY3wlt/SuhmJOgvOKk PqaxcxKub0mo9shd7O34KouDZiSIxbVst6Os9HCPt51NObAZKlcOJDLV11YcRd/kLOCcd2IwlptDdN 13yT4PDPnewkKPB/PcG5pbwflnwUbNIfhgSqC2HPtEXnZCq6FNxZZyR6zvjhY6tbCfaisYXBgH0jtE o=
Archived-At: <https://mailarchive.ietf.org/arch/msg/quic-issues/k-t_ph2sxAi76tCIkdIBJeQVkOM>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
List-Id: Notification list for GitHub issues related to the QUIC WG <quic-issues.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=unsubscribe>
List-Archive: <https://mailarchive.ietf.org/arch/browse/quic-issues/>
List-Post: <mailto:quic-issues@ietf.org>
List-Help: <mailto:quic-issues-request@ietf.org?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, 09 Jan 2019 21:46:39 -0000

----==_mimepart_5c366bbb83fe7_5ffd3fbf72ed45c437954b
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

martinthomson commented on this pull request.



>  
-If the packet can be decrypted and authenticated using the updated key and IV,
-then the keys the endpoint uses for packet protection are also updated.  The
-next packet sent by the endpoint will then use the new keys.
+The endpoint uses the key and IV to protect all subsequent packets, clears the
+Key Update Permitted bit, and toggles the value of the low Key Phase bit.
+
+An endpoint MUST NOT initiate more than one key update at a time.  A new key
+cannot be used until the endpoint has successfully processed a packet with a
+matching Key Phase and the Key Update Permitted bit set.  Together, these
+indicate that the key update was received and acted on.
+
+Once an endpoint has received and successfully processed packets with the same
+Key Phase value, this indicates that the peer has also updated keys.  The
+endpoint can then set the Key Update Permitted bit to 1 on packets it

Yeah, I struggled with this too.  I want people to enable key updates, but the fact is that we can't really enforce it.  If we didn't want to allow peers to minimize the number of active keys, you could allow endpoints to punish them if they acknowledged a packet with a matching key phase in a packet that didn't include the Key Update Permitted bit.  I will try to work in a SHOULD somehow.

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/quicwg/base-drafts/pull/2237#discussion_r246557796
----==_mimepart_5c366bbb83fe7_5ffd3fbf72ed45c437954b
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/2237#discussion_r246557796">draft-ietf-quic-tls.md</a>:</p>
<pre style='color:#555'>&gt;  
-If the packet can be decrypted and authenticated using the updated key and IV,
-then the keys the endpoint uses for packet protection are also updated.  The
-next packet sent by the endpoint will then use the new keys.
+The endpoint uses the key and IV to protect all subsequent packets, clears the
+Key Update Permitted bit, and toggles the value of the low Key Phase bit.
+
+An endpoint MUST NOT initiate more than one key update at a time.  A new key
+cannot be used until the endpoint has successfully processed a packet with a
+matching Key Phase and the Key Update Permitted bit set.  Together, these
+indicate that the key update was received and acted on.
+
+Once an endpoint has received and successfully processed packets with the same
+Key Phase value, this indicates that the peer has also updated keys.  The
+endpoint can then set the Key Update Permitted bit to 1 on packets it
</pre>
<p>Yeah, I struggled with this too.  I want people to enable key updates, but the fact is that we can't really enforce it.  If we didn't want to allow peers to minimize the number of active keys, you could allow endpoints to punish them if they acknowledged a packet with a matching key phase in a packet that didn't include the Key Update Permitted bit.  I will try to work in a SHOULD somehow.</p>

<p style="font-size:small;-webkit-text-size-adjust:none;color:#666;">&mdash;<br />You are receiving this because you are subscribed to this thread.<br />Reply to this email directly, <a href="https://github.com/quicwg/base-drafts/pull/2237#discussion_r246557796">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AWbkq7IBN5wWD_6EIYdeVq2_Z4wZOlnDks5vBmM7gaJpZM4ZdMPV">mute the thread</a>.<img src="https://github.com/notifications/beacon/AWbkq5vjpBQqtwlIXMwIK548ESJZU7mQks5vBmM7gaJpZM4ZdMPV.gif" height="1" width="1" alt="" /></p>
<script type="application/json" data-scope="inboxmarkup">{"api_version":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name":"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"https://github.githubassets.com/images/email/message_cards/header.png","avatar_image_url":"https://github.githubassets.com/images/email/message_cards/avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/quicwg/base-drafts"}},"updates":{"snippets":[{"icon":"PERSON","message":"@martinthomson commented on #2237"}],"action":{"name":"View Pull Request","url":"https://github.com/quicwg/base-drafts/pull/2237#discussion_r246557796"}}}</script>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/pull/2237#discussion_r246557796",
"url": "https://github.com/quicwg/base-drafts/pull/2237#discussion_r246557796",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>
----==_mimepart_5c366bbb83fe7_5ffd3fbf72ed45c437954b--


From nobody Wed Jan  9 13:48:16 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 0EBB313105D for <quic-issues@ietfa.amsl.com>; Wed,  9 Jan 2019 13:48:08 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -6.149
X-Spam-Level: 
X-Spam-Status: No, score=-6.149 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIMWL_WL_HIGH=-4.553, 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_PASS=-0.001] autolearn=ham autolearn_force=no
Authentication-Results: ietfa.amsl.com (amavisd-new); dkim=pass (1024-bit key) header.d=github.com
Received: from mail.ietf.org ([4.31.198.44]) by localhost (ietfa.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id F4kcTQI5gHPD for <quic-issues@ietfa.amsl.com>; Wed,  9 Jan 2019 13:48:06 -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 23BBC131001 for <quic-issues@ietf.org>; Wed,  9 Jan 2019 13:48:06 -0800 (PST)
DKIM-Signature: v=1; a=rsa-sha1; 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=sHsn6LBt3Jb6fsWqVOPulLoNe38=; b=Gs+eCzYIbd2UkoS8 x+jzHJd+NDonXqqPinyTyRFnLnWzs1oetRFazeBzjpHOPshdspj970OUaQgq7naZ tZPDVEPwb+tMEPhgY6rTDObFcftKK/R2Ata5G5uo0kCYauG7/iDFn2UDXnERRBYK MlKfYq+fFVZdTtZDcxtP4pM63uw=
Received: by filter1865p1mdw1.sendgrid.net with SMTP id filter1865p1mdw1-23149-5C366C15-8 2019-01-09 21:48:05.175025144 +0000 UTC m=+159014.578791378
Received: from github-lowworker-05ceafd.cp1-iad.github.net (unknown [192.30.252.40]) by ismtpd0039p1iad1.sendgrid.net (SG) with ESMTP id nYayd-PmT9y-6eiYNpJnlw for <quic-issues@ietf.org>; Wed, 09 Jan 2019 21:48:05.154 +0000 (UTC)
Received: from github.com (localhost [127.0.0.1]) by github-lowworker-05ceafd.cp1-iad.github.net (Postfix) with ESMTP id 238A3460122 for <quic-issues@ietf.org>; Wed,  9 Jan 2019 13:48:05 -0800 (PST)
Date: Wed, 09 Jan 2019 21:48:05 +0000 (UTC)
From: Martin Thomson <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+0166e4ab08a49fe0f6e900d10a14f503b528e8fc3053422192cf00000001184e2e1592a169ce17ad78ef@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/issue/2317/issue_event/2064289384@github.com>
In-Reply-To: <quicwg/base-drafts/issues/2317@github.com>
References: <quicwg/base-drafts/issues/2317@github.com>
Subject: Re: [quicwg/base-drafts] transport: abstract contains references (#2317)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5c366c1522044_48e3fb5cd2d45c035036"; 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-SG-EID: l64QuQ2uJCcEyUykJbxN122A6QRmEpucztpreh3Pak1X9sIbLWCtbv/IZycvR6Xs0gsKcnQg5yO5Qb RpCtutNG8BbxN0qoHZucwGDoIL++lGZcDZJC/DB2Xby1FFWU6ByyTBE/58SJbrampyYeQluXrRy8Cz G5MtiusRAHDQTBqJ0X4Cm44vpZouqurKVQLQTFRd2zGBlzj538zu9tOzqm94q3xaSs9GKplME6JTOo g=
Archived-At: <https://mailarchive.ietf.org/arch/msg/quic-issues/FKxBP-vQVnjNh0hciYFARR6ds1E>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
List-Id: Notification list for GitHub issues related to the QUIC WG <quic-issues.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=unsubscribe>
List-Archive: <https://mailarchive.ietf.org/arch/browse/quic-issues/>
List-Post: <mailto:quic-issues@ietf.org>
List-Help: <mailto:quic-issues-request@ietf.org?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, 09 Jan 2019 21:48:12 -0000

----==_mimepart_5c366c1522044_48e3fb5cd2d45c035036
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

Closed #2317 via fffac24f1eacbf1f3436ec5cfa7e0fbae933d405.

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/quicwg/base-drafts/issues/2317#event-2064289384
----==_mimepart_5c366c1522044_48e3fb5cd2d45c035036
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="397244655" data-permission-text="Issue title is private" data-url="https://github.com/quicwg/base-drafts/issues/2317" data-hovercard-type="issue" data-hovercard-url="/quicwg/base-drafts/issues/2317/hovercard" href="https://github.com/quicwg/base-drafts/issues/2317">#2317</a> via <a class="commit-link" data-hovercard-type="commit" data-hovercard-url="https://github.com/quicwg/base-drafts/commit/fffac24f1eacbf1f3436ec5cfa7e0fbae933d405/hovercard" href="https://github.com/quicwg/base-drafts/commit/fffac24f1eacbf1f3436ec5cfa7e0fbae933d405"><tt>fffac24</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/2317#event-2064289384">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AWbkqyk-E_AExGTNvLdO4UyO5OuX5vlDks5vBmOVgaJpZM4Z2651">mute the thread</a>.<img src="https://github.com/notifications/beacon/AWbkq--IiQqRhCYNqt8qJ5RoLkf7asmxks5vBmOVgaJpZM4Z2651.gif" height="1" width="1" alt="" /></p>
<script type="application/json" data-scope="inboxmarkup">{"api_version":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name":"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"https://github.githubassets.com/images/email/message_cards/header.png","avatar_image_url":"https://github.githubassets.com/images/email/message_cards/avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/quicwg/base-drafts"}},"updates":{"snippets":[{"icon":"DESCRIPTION","message":"Closed #2317 via fffac24f1eacbf1f3436ec5cfa7e0fbae933d405."}],"action":{"name":"View Issue","url":"https://github.com/quicwg/base-drafts/issues/2317#event-2064289384"}}}</script>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/issues/2317#event-2064289384",
"url": "https://github.com/quicwg/base-drafts/issues/2317#event-2064289384",
"name": "View Issue"
},
"description": "View this Issue on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>
----==_mimepart_5c366c1522044_48e3fb5cd2d45c035036--


From nobody Wed Jan  9 13:50:07 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 D662C130FCB for <quic-issues@ietfa.amsl.com>; Wed,  9 Jan 2019 13:50:04 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -6.149
X-Spam-Level: 
X-Spam-Status: No, score=-6.149 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIMWL_WL_HIGH=-4.553, 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_PASS=-0.001] autolearn=ham autolearn_force=no
Authentication-Results: ietfa.amsl.com (amavisd-new); dkim=pass (1024-bit key) header.d=github.com
Received: from mail.ietf.org ([4.31.198.44]) by localhost (ietfa.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id tgfJa1yh0t63 for <quic-issues@ietfa.amsl.com>; Wed,  9 Jan 2019 13:50:02 -0800 (PST)
Received: from o9.sgmail.github.com (o9.sgmail.github.com [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 327E112DD85 for <quic-issues@ietf.org>; Wed,  9 Jan 2019 13:50:02 -0800 (PST)
DKIM-Signature: v=1; a=rsa-sha1; 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=buDd4nmHWkGiNrAPwTYcjzwPoPU=; b=pHm28eRefvv5eBBy HhyhdNvoRd6CSFnVTje1vct5bItK2hrSzO8Awy0GKjCwoXiprg+EeX/BMyN+daj3 iM3RS+eCqy8ZxsMHIamlmWp5VK6ASBnr4dQ3zgVawgXNkBTuBZdqSdEb1dgPOslL KfeJInMZIAOZjp1bDigtZB12zgk=
Received: by filter1288p1mdw1.sendgrid.net with SMTP id filter1288p1mdw1-19941-5C366C89-C 2019-01-09 21:50:01.414947596 +0000 UTC m=+158730.786503143
Received: from github-lowworker-1f7e42f.cp1-iad.github.net (unknown [192.30.252.46]) by ismtpd0004p1iad2.sendgrid.net (SG) with ESMTP id 8pcEq--oQ2qL8MwbyIccnw for <quic-issues@ietf.org>; Wed, 09 Jan 2019 21:50:01.388 +0000 (UTC)
Received: from github.com (localhost [127.0.0.1]) by github-lowworker-1f7e42f.cp1-iad.github.net (Postfix) with ESMTP id 55262C122C for <quic-issues@ietf.org>; Wed,  9 Jan 2019 13:50:01 -0800 (PST)
Date: Wed, 09 Jan 2019 21:50:01 +0000 (UTC)
From: Martin Thomson <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+0166e4abd5f8c0b9d4b653dd14d3ce00175c9d640436f88092cf00000001184e2e8992a169ce17ad7ab0@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/issue/2318/issue_event/2064295667@github.com>
In-Reply-To: <quicwg/base-drafts/issues/2318@github.com>
References: <quicwg/base-drafts/issues/2318@github.com>
Subject: Re: [quicwg/base-drafts] transport: dangling references to recovery (#2318)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5c366c895393b_2ba03fe666cd45c4318662"; 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-SG-EID: l64QuQ2uJCcEyUykJbxN122A6QRmEpucztpreh3Pak3PwykQkvAJrjAF/8vCvYtEhiwkhzenlou82i JGLXtFndcJiMzv22AudyGOGHz11jj8eI/UVbAb/nZCXu6mSbcNxnXgeMiNIz3spUHXOOhTm2LZ2ZSv 5BOXPKiWqJMFBrMXBHT8er66eZohY2IHHqkjwrvskPjNyq5lXu1w7UbviRTGkR1h2wTLnNMcJmeqTZ o=
Archived-At: <https://mailarchive.ietf.org/arch/msg/quic-issues/CwflJ7VGxnrmnkwPGBSm1kWAKdM>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
List-Id: Notification list for GitHub issues related to the QUIC WG <quic-issues.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=unsubscribe>
List-Archive: <https://mailarchive.ietf.org/arch/browse/quic-issues/>
List-Post: <mailto:quic-issues@ietf.org>
List-Help: <mailto:quic-issues-request@ietf.org?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, 09 Jan 2019 21:50:05 -0000

----==_mimepart_5c366c895393b_2ba03fe666cd45c4318662
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

Closed #2318 via 7cc594708fbf91c4a59e3ef43478a362a473f4c2.

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/quicwg/base-drafts/issues/2318#event-2064295667
----==_mimepart_5c366c895393b_2ba03fe666cd45c4318662
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="397245104" data-permission-text="Issue title is private" data-url="https://github.com/quicwg/base-drafts/issues/2318" data-hovercard-type="issue" data-hovercard-url="/quicwg/base-drafts/issues/2318/hovercard" href="https://github.com/quicwg/base-drafts/issues/2318">#2318</a> via <a class="commit-link" data-hovercard-type="commit" data-hovercard-url="https://github.com/quicwg/base-drafts/commit/7cc594708fbf91c4a59e3ef43478a362a473f4c2/hovercard" href="https://github.com/quicwg/base-drafts/commit/7cc594708fbf91c4a59e3ef43478a362a473f4c2"><tt>7cc5947</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/2318#event-2064295667">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AWbkq7G47GpXVe515MHMH3ZunfxIL6auks5vBmQJgaJpZM4Z27CL">mute the thread</a>.<img src="https://github.com/notifications/beacon/AWbkqy4bk99DL1z4YhJQGuBCiSYYsfVtks5vBmQJgaJpZM4Z27CL.gif" height="1" width="1" alt="" /></p>
<script type="application/json" data-scope="inboxmarkup">{"api_version":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name":"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"https://github.githubassets.com/images/email/message_cards/header.png","avatar_image_url":"https://github.githubassets.com/images/email/message_cards/avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/quicwg/base-drafts"}},"updates":{"snippets":[{"icon":"DESCRIPTION","message":"Closed #2318 via 7cc594708fbf91c4a59e3ef43478a362a473f4c2."}],"action":{"name":"View Issue","url":"https://github.com/quicwg/base-drafts/issues/2318#event-2064295667"}}}</script>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/issues/2318#event-2064295667",
"url": "https://github.com/quicwg/base-drafts/issues/2318#event-2064295667",
"name": "View Issue"
},
"description": "View this Issue on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>
----==_mimepart_5c366c895393b_2ba03fe666cd45c4318662--


From nobody Wed Jan  9 13:58: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 1F433130FCB for <quic-issues@ietfa.amsl.com>; Wed,  9 Jan 2019 13:58:21 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -12.553
X-Spam-Level: 
X-Spam-Status: No, score=-12.553 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIMWL_WL_HIGH=-4.553, 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_PASS=-0.001] autolearn=ham autolearn_force=no
Authentication-Results: ietfa.amsl.com (amavisd-new); dkim=pass (1024-bit key) header.d=github.com
Received: from mail.ietf.org ([4.31.198.44]) by localhost (ietfa.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id rb-g62lQIyzT for <quic-issues@ietfa.amsl.com>; Wed,  9 Jan 2019 13:58:19 -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 0776E12DD85 for <quic-issues@ietf.org>; Wed,  9 Jan 2019 13:58:18 -0800 (PST)
Date: Wed, 09 Jan 2019 13:58:18 -0800
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1547071098; bh=AdI0IEKgyURQawdKEvGT59gqrySmE0MIY11CbfhLg2g=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=iXWRGyicqVPX07uSrG6o/A5o5Vh1AaC31XhukZ0rDj3JQy7F1I7dv9aVwUwSdH5sb mkgvXpYRjxmCL366wMF0ypLEFzQieEQU3T+zcLuQhh7kaJesQXab4jfs+fovBtpnx9 asliwP0BzN4aP4TnI4s+9vvOBG2MgRv1N/cP8U4E=
From: Martin Thomson <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+0166e4abe305a7a095c2bfec43b6286fa6ac6b307e11fe7392cf00000001184e307a92a169ce17b15bb5@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/pull/2325/review/190956397@github.com>
In-Reply-To: <quicwg/base-drafts/pull/2325@github.com>
References: <quicwg/base-drafts/pull/2325@github.com>
Subject: Re: [quicwg/base-drafts] Introduce HTTP_REQUEST_REJECTED (#2325)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5c366e7a1a87b_74813f9a414d45c07564aa"; 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/XFwPWJRmFriF8bdusO8SYrpmrD4>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
List-Id: Notification list for GitHub issues related to the QUIC WG <quic-issues.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=unsubscribe>
List-Archive: <https://mailarchive.ietf.org/arch/browse/quic-issues/>
List-Post: <mailto:quic-issues@ietf.org>
List-Help: <mailto:quic-issues-request@ietf.org?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, 09 Jan 2019 21:58:21 -0000

----==_mimepart_5c366e7a1a87b_74813f9a414d45c07564aa
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

martinthomson approved this pull request.

A few suggestions, but this is a good change.

> @@ -963,20 +963,20 @@ for each header field.
 
 ### Request Cancellation
 
-Either client or server can cancel requests by aborting the stream (QUIC
-RESET_STREAM and/or STOP_SENDING frames, as appropriate) with an error code of
+Clients can cancel requests by aborting the stream (QUIC RESET_STREAM and/or
+STOP_SENDING frames, as appropriate) with an error code of
 HTTP_REQUEST_CANCELLED ({{http-error-codes}}).  When the client cancels a
 response, it indicates that this response is no longer of interest.
 Implementations SHOULD cancel requests by aborting both directions of a stream.

Missing from either this paragraph or the next:  A server that receives a STOP_SENDING with the HTTP_REQUEST_CANCELLED error code MAY use the HTTP_REQUEST_REJECTED error code in response to indicate that no processing occurred.

> @@ -1867,8 +1871,11 @@ FRAME_SIZE_ERROR (0x6):
 : HTTP_MALFORMED_FRAME error codes defined in {{http-error-codes}}.
 
 REFUSED_STREAM (0x7):
-: Not applicable, since QUIC handles stream management.  Would provoke a
-  STREAM_ID_ERROR from the QUIC layer.
+: When used to indicate that a request was not processed, HTTP_REQUEST_REJECTED
+  in {{http-error-codes}}.
+: When used to indicate that an active stream limit was exceeded, not applicable

I had a little trouble parsing this bit.  Maybe reorder the sentences:

> HTTP_REQUEST_REJECTED (in {{http-error-codes}}) is used to indicate when requests were not processed.  Otherwise, not applicable because QUIC handles stream management.  A STREAM_ID_ERROR at the QUIC layer is used for streams that are improperly opened.

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/quicwg/base-drafts/pull/2325#pullrequestreview-190956397
----==_mimepart_5c366e7a1a87b_74813f9a414d45c07564aa
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

<p><b>@martinthomson</b> approved this pull request.</p>

<p>A few suggestions, but this is a good change.</p><hr>

<p>In <a href="https://github.com/quicwg/base-drafts/pull/2325#discussion_r246560081">draft-ietf-quic-http.md</a>:</p>
<pre style='color:#555'>&gt; @@ -963,20 +963,20 @@ for each header field.
 
 ### Request Cancellation
 
-Either client or server can cancel requests by aborting the stream (QUIC
-RESET_STREAM and/or STOP_SENDING frames, as appropriate) with an error code of
+Clients can cancel requests by aborting the stream (QUIC RESET_STREAM and/or
+STOP_SENDING frames, as appropriate) with an error code of
 HTTP_REQUEST_CANCELLED ({{http-error-codes}}).  When the client cancels a
 response, it indicates that this response is no longer of interest.
 Implementations SHOULD cancel requests by aborting both directions of a stream.
</pre>
<p>Missing from either this paragraph or the next:  A server that receives a STOP_SENDING with the HTTP_REQUEST_CANCELLED error code MAY use the HTTP_REQUEST_REJECTED error code in response to indicate that no processing occurred.</p>

<hr>

<p>In <a href="https://github.com/quicwg/base-drafts/pull/2325#discussion_r246561536">draft-ietf-quic-http.md</a>:</p>
<pre style='color:#555'>&gt; @@ -1867,8 +1871,11 @@ FRAME_SIZE_ERROR (0x6):
 : HTTP_MALFORMED_FRAME error codes defined in {{http-error-codes}}.
 
 REFUSED_STREAM (0x7):
-: Not applicable, since QUIC handles stream management.  Would provoke a
-  STREAM_ID_ERROR from the QUIC layer.
+: When used to indicate that a request was not processed, HTTP_REQUEST_REJECTED
+  in {{http-error-codes}}.
+: When used to indicate that an active stream limit was exceeded, not applicable
</pre>
<p>I had a little trouble parsing this bit.  Maybe reorder the sentences:</p>
<blockquote>
<p>HTTP_REQUEST_REJECTED (in {{http-error-codes}}) is used to indicate when requests were not processed.  Otherwise, not applicable because QUIC handles stream management.  A STREAM_ID_ERROR at the QUIC layer is used for streams that are improperly opened.</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/2325#pullrequestreview-190956397">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AWbkq5SCI7WLu0AEuuUauBh1bGkjWYr5ks5vBmX6gaJpZM4Z4DzN">mute the thread</a>.<img src="https://github.com/notifications/beacon/AWbkq3ZEmqpyxBw6DKL7oIqzpjKSuOnrks5vBmX6gaJpZM4Z4DzN.gif" height="1" width="1" alt="" /></p>
<script type="application/json" data-scope="inboxmarkup">{"api_version":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name":"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"https://github.githubassets.com/images/email/message_cards/header.png","avatar_image_url":"https://github.githubassets.com/images/email/message_cards/avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/quicwg/base-drafts"}},"updates":{"snippets":[{"icon":"PERSON","message":"@martinthomson approved #2325"}],"action":{"name":"View Pull Request","url":"https://github.com/quicwg/base-drafts/pull/2325#pullrequestreview-190956397"}}}</script>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/pull/2325#pullrequestreview-190956397",
"url": "https://github.com/quicwg/base-drafts/pull/2325#pullrequestreview-190956397",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>
----==_mimepart_5c366e7a1a87b_74813f9a414d45c07564aa--


From nobody Wed Jan  9 14:08: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 F01D112D84D for <quic-issues@ietfa.amsl.com>; Wed,  9 Jan 2019 14:08:20 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -5.935
X-Spam-Level: 
X-Spam-Status: No, score=-5.935 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIMWL_WL_HIGH=-4.553, DKIM_SIGNED=0.1, DKIM_VALID=-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_PASS=-0.001] autolearn=ham autolearn_force=no
Authentication-Results: ietfa.amsl.com (amavisd-new); dkim=pass (1024-bit key) header.d=github.com
Received: from mail.ietf.org ([4.31.198.44]) by localhost (ietfa.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id QqbRlE7eDl4R for <quic-issues@ietfa.amsl.com>; Wed,  9 Jan 2019 14:08:19 -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 82AFA126DBF for <quic-issues@ietf.org>; Wed,  9 Jan 2019 14:08:19 -0800 (PST)
DKIM-Signature: v=1; a=rsa-sha1; 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=cxPIxrKndzLpBnEt8K2ccFzwLZk=; b=ZpPJu90zHumxyxVW b5mIj7rX5yF5X3kKckj+2b2NkQnCiXitqvQC+5WnjBp7PskCGIm0VVHe4XYoZjqM m3roWPKQ9GveCJ3w6lUnfnZZxDOgFKntLU6FBVW7gK2A4pxN4WKuTp7QNhgsNxsv VYmqasAqv4Ho4olpIp5X9Hq5LGg=
Received: by filter0423p1iad2.sendgrid.net with SMTP id filter0423p1iad2-3957-5C3670D2-34 2019-01-09 22:08:18.561067919 +0000 UTC m=+153055.010268039
Received: from github-lowworker-56a5eb2.cp1-iad.github.net (unknown [192.30.252.33]) by ismtpd0019p1iad2.sendgrid.net (SG) with ESMTP id KTH9cTZpS2Kc3bKC7x0Udw for <quic-issues@ietf.org>; Wed, 09 Jan 2019 22:08:18.566 +0000 (UTC)
Received: from github.com (localhost [127.0.0.1]) by github-lowworker-56a5eb2.cp1-iad.github.net (Postfix) with ESMTP id 8082EC007B for <quic-issues@ietf.org>; Wed,  9 Jan 2019 14:08:18 -0800 (PST)
Date: Wed, 09 Jan 2019 22:08:18 +0000 (UTC)
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/2325/push/3195451716@github.com>
In-Reply-To: <quicwg/base-drafts/pull/2325@github.com>
References: <quicwg/base-drafts/pull/2325@github.com>
Subject: Re: [quicwg/base-drafts] Introduce HTTP_REQUEST_REJECTED (#2325)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5c3670d27e3ec_4e723fcf09ad45b81565a2"; 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
X-SG-EID: l64QuQ2uJCcEyUykJbxN122A6QRmEpucztpreh3Pak1hj0xNcxsrgtl1CgzbycWp9eYrDMET9X9ZJN 0IaFQDjjTkxE4pSS2RkV2tHYpozIx9NPXYhilLB+vOy+6AHYx58xIA0tl5NfwmoAq9RbgCcKo3rQn8 8ikMBElyHsl+vUW5JxAv/ltasmg6yjftxAfJ3LFpgLiQ278uvDAd57x+u1L/U6ud/lVHjfuknj3eZV M=
Archived-At: <https://mailarchive.ietf.org/arch/msg/quic-issues/nNHzeznFVlprfpn0-vHV4P0IpPI>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
List-Id: Notification list for GitHub issues related to the QUIC WG <quic-issues.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=unsubscribe>
List-Archive: <https://mailarchive.ietf.org/arch/browse/quic-issues/>
List-Post: <mailto:quic-issues@ietf.org>
List-Help: <mailto:quic-issues-request@ietf.org?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, 09 Jan 2019 22:08:21 -0000

----==_mimepart_5c3670d27e3ec_4e723fcf09ad45b81565a2
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

@MikeBishop pushed 1 commit.

b756df2628d40aa91c5afd2ae92e8f193c1936a8  Martin's edits


-- 
You are receiving this because you are subscribed to this thread.
View it on GitHub:
https://github.com/quicwg/base-drafts/pull/2325/files/27ce67d8b2377ee86968bad15e7ba05f432a128a..b756df2628d40aa91c5afd2ae92e8f193c1936a8

----==_mimepart_5c3670d27e3ec_4e723fcf09ad45b81565a2
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/b756df2628d40aa91c5afd2ae92e8f193c1936a8">b756df2</a>  Martin&#39;s edits</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/2325/files/27ce67d8b2377ee86968bad15e7ba05f432a128a..b756df2628d40aa91c5afd2ae92e8f193c1936a8">View it on GitHub</a> or <a href="https://github.com/notifications/unsubscribe-auth/AWbkq2DYX36A5NGaKGxcC0Sszv8_uQn1ks5vBmhSgaJpZM4Z4DzN">mute the thread</a>.<img src="https://github.com/notifications/beacon/AWbkq3m0b9O-5qcD9ME5ELB0g5ArRbo8ks5vBmhSgaJpZM4Z4DzN.gif" height="1" width="1" alt="" /></p>
<script type="application/json" data-scope="inboxmarkup">{"api_version":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name":"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"https://github.githubassets.com/images/email/message_cards/header.png","avatar_image_url":"https://github.githubassets.com/images/email/message_cards/avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/quicwg/base-drafts"}},"updates":{"snippets":[{"icon":"PERSON","message":"@MikeBishop pushed 1 commit in #2325"}],"action":{"name":"View Pull Request","url":"https://github.com/quicwg/base-drafts/pull/2325/files/27ce67d8b2377ee86968bad15e7ba05f432a128a..b756df2628d40aa91c5afd2ae92e8f193c1936a8"}}}</script>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/pull/2325/files/27ce67d8b2377ee86968bad15e7ba05f432a128a..b756df2628d40aa91c5afd2ae92e8f193c1936a8",
"url": "https://github.com/quicwg/base-drafts/pull/2325/files/27ce67d8b2377ee86968bad15e7ba05f432a128a..b756df2628d40aa91c5afd2ae92e8f193c1936a8",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>

----==_mimepart_5c3670d27e3ec_4e723fcf09ad45b81565a2--


From nobody Wed Jan  9 14:12:08 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 9FDA112D4F2 for <quic-issues@ietfa.amsl.com>; Wed,  9 Jan 2019 14:12:06 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -5.935
X-Spam-Level: 
X-Spam-Status: No, score=-5.935 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIMWL_WL_HIGH=-4.553, DKIM_SIGNED=0.1, DKIM_VALID=-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_PASS=-0.001] autolearn=ham autolearn_force=no
Authentication-Results: ietfa.amsl.com (amavisd-new); dkim=pass (1024-bit key) header.d=github.com
Received: from mail.ietf.org ([4.31.198.44]) by localhost (ietfa.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id Qm3FM2lT7J76 for <quic-issues@ietfa.amsl.com>; Wed,  9 Jan 2019 14:12:05 -0800 (PST)
Received: from o4.sgmail.github.com (o4.sgmail.github.com [192.254.112.99]) (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 3FCCD126DBF for <quic-issues@ietf.org>; Wed,  9 Jan 2019 14:12:05 -0800 (PST)
DKIM-Signature: v=1; a=rsa-sha1; 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=kJrwhlLR4uKT6eUFKQZILyB/9jE=; b=reyYOuinNNDQFMBz TRPz2wQQtkzPtiCoY5wupl6LzcR53MD6dbZEov9qmTzsGCZu5DKD48jhTVU9se3H PS0lErwipZy/2bUeSorWNiiKldgRUBSd4dWUXX9C36TvoNSOGgDnjbhb6W+zMLPH t83GX2pPqsKLJ58efh8+trCL2B0=
Received: by filter1618p1mdw1.sendgrid.net with SMTP id filter1618p1mdw1-26761-5C3671B4-B 2019-01-09 22:12:04.175753946 +0000 UTC m=+159817.076289991
Received: from github-lowworker-97d0962.cp1-iad.github.net (unknown [192.30.252.41]) by ismtpd0004p1iad2.sendgrid.net (SG) with ESMTP id VmwSD7-ATCG0xiC77vVjXQ for <quic-issues@ietf.org>; Wed, 09 Jan 2019 22:12:04.160 +0000 (UTC)
Received: from github.com (localhost [127.0.0.1]) by github-lowworker-97d0962.cp1-iad.github.net (Postfix) with ESMTP id 1EA0F806B9 for <quic-issues@ietf.org>; Wed,  9 Jan 2019 14:12:04 -0800 (PST)
Date: Wed, 09 Jan 2019 22:12:04 +0000 (UTC)
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/2237/push/3195462059@github.com>
In-Reply-To: <quicwg/base-drafts/pull/2237@github.com>
References: <quicwg/base-drafts/pull/2237@github.com>
Subject: Re: [quicwg/base-drafts] Rework Key Update (#2237)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5c3671b41d44d_4f443fa55ced45b8147646"; 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
X-SG-EID: l64QuQ2uJCcEyUykJbxN122A6QRmEpucztpreh3Pak2wWA2WtK3TXxzju+DnsOPyrlCnEFtholKOu1 Rue8T4iIEHoRoEnYUf+ykEEQSvtuDBMh1vOK6pg/tSMVnJNN9BR+KpTScRk3IYQHPkB2PjlA7IFT6T 2dw72jea6ypAUe2zMUQ3g8Vlu+qLkNUzeqHrZEO4WYimW3FjySAu0FlDq2GHHs0F0wAvCeM7xF63eT g=
Archived-At: <https://mailarchive.ietf.org/arch/msg/quic-issues/cFl3hM3Jv7RlrScNy19sLIzXFZg>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
List-Id: Notification list for GitHub issues related to the QUIC WG <quic-issues.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=unsubscribe>
List-Archive: <https://mailarchive.ietf.org/arch/browse/quic-issues/>
List-Post: <mailto:quic-issues@ietf.org>
List-Help: <mailto:quic-issues-request@ietf.org?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, 09 Jan 2019 22:12:07 -0000

----==_mimepart_5c3671b41d44d_4f443fa55ced45b8147646
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

@martinthomson pushed 1 commit.

e9bb544b9b84cea909ab0c98cea28f6839cc6bf4  Disallow reneging on Key Update Permitted


-- 
You are receiving this because you are subscribed to this thread.
View it on GitHub:
https://github.com/quicwg/base-drafts/pull/2237/files/d62829d76d18807be535838d0b986c265d61f0a5..e9bb544b9b84cea909ab0c98cea28f6839cc6bf4

----==_mimepart_5c3671b41d44d_4f443fa55ced45b8147646
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/e9bb544b9b84cea909ab0c98cea28f6839cc6bf4">e9bb544</a>  Disallow reneging on Key Update Permitted</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/2237/files/d62829d76d18807be535838d0b986c265d61f0a5..e9bb544b9b84cea909ab0c98cea28f6839cc6bf4">View it on GitHub</a> or <a href="https://github.com/notifications/unsubscribe-auth/AWbkq30F-S6JmAAiK927WqAb1wuLcZYXks5vBmk0gaJpZM4ZdMPV">mute the thread</a>.<img src="https://github.com/notifications/beacon/AWbkq7jZhGfXb9nPqwn6pgCeY2kb8TIjks5vBmk0gaJpZM4ZdMPV.gif" height="1" width="1" alt="" /></p>
<script type="application/json" data-scope="inboxmarkup">{"api_version":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name":"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"https://github.githubassets.com/images/email/message_cards/header.png","avatar_image_url":"https://github.githubassets.com/images/email/message_cards/avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/quicwg/base-drafts"}},"updates":{"snippets":[{"icon":"PERSON","message":"@martinthomson pushed 1 commit in #2237"}],"action":{"name":"View Pull Request","url":"https://github.com/quicwg/base-drafts/pull/2237/files/d62829d76d18807be535838d0b986c265d61f0a5..e9bb544b9b84cea909ab0c98cea28f6839cc6bf4"}}}</script>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/pull/2237/files/d62829d76d18807be535838d0b986c265d61f0a5..e9bb544b9b84cea909ab0c98cea28f6839cc6bf4",
"url": "https://github.com/quicwg/base-drafts/pull/2237/files/d62829d76d18807be535838d0b986c265d61f0a5..e9bb544b9b84cea909ab0c98cea28f6839cc6bf4",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>

----==_mimepart_5c3671b41d44d_4f443fa55ced45b8147646--


From nobody Wed Jan  9 14:15: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 7BE65126DBF for <quic-issues@ietfa.amsl.com>; Wed,  9 Jan 2019 14:15:17 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -12.552
X-Spam-Level: 
X-Spam-Status: No, score=-12.552 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIMWL_WL_HIGH=-4.553, 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_PASS=-0.001] autolearn=ham autolearn_force=no
Authentication-Results: ietfa.amsl.com (amavisd-new); dkim=pass (1024-bit key) header.d=github.com
Received: from mail.ietf.org ([4.31.198.44]) by localhost (ietfa.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id XjVJ4p-a7nAL for <quic-issues@ietfa.amsl.com>; Wed,  9 Jan 2019 14: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 C6AB512D4F2 for <quic-issues@ietf.org>; Wed,  9 Jan 2019 14:15:15 -0800 (PST)
Date: Wed, 09 Jan 2019 14:15:14 -0800
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1547072114; bh=G+ISZX8HGVPF3U2fPiv373q9RmSouR4TluxsrdnQlPg=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=EDkxbFtHM9nry2UPxf2bDD1R1WHF7NK85MkpkICN9I3Qwrd214s22rqovUfNehf5g mGE07T/Q6CTf906YOfHChHF+RlfPl4xU4ATk/RbzV78jjt7sd6AnGtQFRlH5wiPe9W jFXqvUYcFFqF9Gt3k0v5jAIar73W1ZvwvghFwN2M=
From: Martin Thomson <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+0166e4ab1f1ea39f023e780f5a2c136c7d3c9214bf47bd3192cf00000001184e347292a169ce17ae59b5@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/pull/2320/review/190964877@github.com>
In-Reply-To: <quicwg/base-drafts/pull/2320@github.com>
References: <quicwg/base-drafts/pull/2320@github.com>
Subject: Re: [quicwg/base-drafts] update spin-exp short header to sync with #2203 (#2320)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5c36727272f53_4a823f95bb0d45b86361a3"; 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/KbbvMp6f4ULUiabM7bnMN0gv6tw>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
List-Id: Notification list for GitHub issues related to the QUIC WG <quic-issues.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=unsubscribe>
List-Archive: <https://mailarchive.ietf.org/arch/browse/quic-issues/>
List-Post: <mailto:quic-issues@ietf.org>
List-Help: <mailto:quic-issues-request@ietf.org?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, 09 Jan 2019 22:15:17 -0000

----==_mimepart_5c36727272f53_4a823f95bb0d45b86361a3
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

martinthomson approved this pull request.



>   0                   1                   2                   3
  0 1 2 3 4 5 6 7 8 9 0 1 2 3 4 5 6 7 8 9 0 1 2 3 4 5 6 7 8 9 0 1
 +-+-+-+-+-+-+-+-+
-|0|K|1|1|0|S|R R|
+|0|1|S|R|R|K|P P|

Note that #2237 changes this to:

```suggestion
|0|1|S|R|K K|P P|
```

But what you have is correct for the moment.  #2237 is still under 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/2320#pullrequestreview-190964877
----==_mimepart_5c36727272f53_4a823f95bb0d45b86361a3
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/2320#discussi=
on_r246566503">draft-ietf-quic-spin-exp.md</a>:</p>=0D
<pre style=3D'color:#555'>&gt;   0                   1                   =
2                   3=0D
  0 1 2 3 4 5 6 7 8 9 0 1 2 3 4 5 6 7 8 9 0 1 2 3 4 5 6 7 8 9 0 1=0D
 +-+-+-+-+-+-+-+-+=0D
-|0|K|1|1|0|S|R R|=0D
+|0|1|S|R|R|K|P P|=0D
</pre>=0D
<p>Note that <a class=3D"issue-link js-issue-link" data-error-text=3D"Fai=
led to load issue title" data-id=3D"393275765" data-permission-text=3D"Is=
sue title is private" data-url=3D"https://github.com/quicwg/base-drafts/i=
ssues/2237" data-hovercard-type=3D"pull_request" data-hovercard-url=3D"/q=
uicwg/base-drafts/pull/2237/hovercard" href=3D"https://github.com/quicwg/=
base-drafts/pull/2237">#2237</a> changes this to:</p>=0D
=E2=AC=87=EF=B8=8F Suggested change=0D
<pre style=3D"color: #555">-|0|1|S|R|R|K|P P|=0D
+|0|1|S|R|K K|P P|=0D
</pre>=0D
=0D
<p>But what you have is correct for the moment.  <a class=3D"issue-link j=
s-issue-link" data-error-text=3D"Failed to load issue title" data-id=3D"3=
93275765" data-permission-text=3D"Issue title is private" data-url=3D"htt=
ps://github.com/quicwg/base-drafts/issues/2237" data-hovercard-type=3D"pu=
ll_request" data-hovercard-url=3D"/quicwg/base-drafts/pull/2237/hovercard=
" href=3D"https://github.com/quicwg/base-drafts/pull/2237">#2237</a> is s=
till under discussion.</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/2320#pullrequestreview-190964877">view it on GitHub</=
a>, or <a href=3D"https://github.com/notifications/unsubscribe-auth/AWbkq=
8p_-WjzAYqLxhQCUFSoODo1q0h1ks5vBmnygaJpZM4Z3LVm">mute the thread</a>.<img=
 src=3D"https://github.com/notifications/beacon/AWbkqxPezBm9MQkiw4ldw7qWg=
zB9yissks5vBmnygaJpZM4Z3LVm.gif" height=3D"1" width=3D"1" alt=3D"" /></p>=
=0D
<script type=3D"application/json" data-scope=3D"inboxmarkup">{"api_versio=
n":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name"=
:"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"=
quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"http=
s://github.githubassets.com/images/email/message_cards/header.png","avata=
r_image_url":"https://github.githubassets.com/images/email/message_cards/=
avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/q=
uicwg/base-drafts"}},"updates":{"snippets":[{"icon":"PERSON","message":"@=
martinthomson approved #2320"}],"action":{"name":"View Pull Request","url=
":"https://github.com/quicwg/base-drafts/pull/2320#pullrequestreview-1909=
64877"}}}</script>=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/2320#pullrequestrev=
iew-190964877",=0D
"url": "https://github.com/quicwg/base-drafts/pull/2320#pullrequestreview=
-190964877",=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_5c36727272f53_4a823f95bb0d45b86361a3--


From nobody Wed Jan  9 14: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 4B61612D84C for <quic-issues@ietfa.amsl.com>; Wed,  9 Jan 2019 14:22:52 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -11.149
X-Spam-Level: 
X-Spam-Status: No, score=-11.149 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIMWL_WL_HIGH=-4.553, 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_PASS=-0.001] autolearn=ham autolearn_force=no
Authentication-Results: ietfa.amsl.com (amavisd-new); dkim=pass (1024-bit key) header.d=github.com
Received: from mail.ietf.org ([4.31.198.44]) by localhost (ietfa.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id bS0b5RvXuvq1 for <quic-issues@ietfa.amsl.com>; Wed,  9 Jan 2019 14:22: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 B0E7E124D68 for <quic-issues@ietf.org>; Wed,  9 Jan 2019 14:22:50 -0800 (PST)
Date: Wed, 09 Jan 2019 14:22:49 -0800
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1547072569; bh=sxsfsWKBlHEIy12EAjZjg8DIJdAtZuv/9DIwEVNs+Fg=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=R5/XTMVtxdfdHysgmsFkW4cuBn3v26U6HLJLciKKlGC2KZqe3apb3ZVzVHB5C/cp1 6ySy43IuSSgQgzWrJRuEPDyiOlVXGSvqpHo/tif6gU1pV5LASOhJrCSzH7lwD1zECq m2NCF/c1makbRnuA2RVNK/oExrB0PiEgAKwNwC2c=
From: Martin Thomson <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+0166e4ab33662dbd52196b2271a0156cb10d0e072ee3217292cf00000001184e363992a169ce16e78b2d@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/pull/2053/issue_event/2064401095@github.com>
In-Reply-To: <quicwg/base-drafts/pull/2053@github.com>
References: <quicwg/base-drafts/pull/2053@github.com>
Subject: Re: [quicwg/base-drafts] allow dropping of Initial packets with invalid reserved bits (#2053)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5c367439d678b_2d683fe666cd45c45316b9"; 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/Pue3-H06Z-Hau8Qwh_sfqU4cmHg>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
List-Id: Notification list for GitHub issues related to the QUIC WG <quic-issues.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=unsubscribe>
List-Archive: <https://mailarchive.ietf.org/arch/browse/quic-issues/>
List-Post: <mailto:quic-issues@ietf.org>
List-Help: <mailto:quic-issues-request@ietf.org?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, 09 Jan 2019 22:22:52 -0000

----==_mimepart_5c367439d678b_2d683fe666cd45c45316b9
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

Closed #2053 via #2141.

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/quicwg/base-drafts/pull/2053#event-2064401095
----==_mimepart_5c367439d678b_2d683fe666cd45c45316b9
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="384273197" data-permission-text="Issue title is private" data-url="https://github.com/quicwg/base-drafts/issues/2053" data-hovercard-type="pull_request" data-hovercard-url="/quicwg/base-drafts/pull/2053/hovercard" href="https://github.com/quicwg/base-drafts/pull/2053">#2053</a> via <a class="issue-link js-issue-link" data-error-text="Failed to load issue title" data-id="390542762" data-permission-text="Issue title is private" data-url="https://github.com/quicwg/base-drafts/issues/2141" data-hovercard-type="pull_request" data-hovercard-url="/quicwg/base-drafts/pull/2141/hovercard" href="https://github.com/quicwg/base-drafts/pull/2141">#2141</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/2053#event-2064401095">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AWbkq04QctC2rQnEdk1VCBOqp2YZJODXks5vBmu5gaJpZM4YyxdO">mute the thread</a>.<img src="https://github.com/notifications/beacon/AWbkq4ZzKEgK0iCRR6oNWLF42yo_avPnks5vBmu5gaJpZM4YyxdO.gif" height="1" width="1" alt="" /></p>
<script type="application/json" data-scope="inboxmarkup">{"api_version":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name":"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"https://github.githubassets.com/images/email/message_cards/header.png","avatar_image_url":"https://github.githubassets.com/images/email/message_cards/avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/quicwg/base-drafts"}},"updates":{"snippets":[{"icon":"DESCRIPTION","message":"Closed #2053 via #2141."}],"action":{"name":"View Pull Request","url":"https://github.com/quicwg/base-drafts/pull/2053#event-2064401095"}}}</script>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/pull/2053#event-2064401095",
"url": "https://github.com/quicwg/base-drafts/pull/2053#event-2064401095",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>
----==_mimepart_5c367439d678b_2d683fe666cd45c45316b9--


From nobody Wed Jan  9 14:22: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 9B0E9124D68 for <quic-issues@ietfa.amsl.com>; Wed,  9 Jan 2019 14:22:52 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -10.935
X-Spam-Level: 
X-Spam-Status: No, score=-10.935 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIMWL_WL_HIGH=-4.553, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, HTML_IMAGE_ONLY_24=1.618, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-1, RCVD_IN_DNSWL_HI=-5, SPF_PASS=-0.001] autolearn=ham autolearn_force=no
Authentication-Results: ietfa.amsl.com (amavisd-new); dkim=pass (1024-bit key) header.d=github.com
Received: from mail.ietf.org ([4.31.198.44]) by localhost (ietfa.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id HWkuF_C1owix for <quic-issues@ietfa.amsl.com>; Wed,  9 Jan 2019 14:22: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 185B8126DBF for <quic-issues@ietf.org>; Wed,  9 Jan 2019 14:22:51 -0800 (PST)
Date: Wed, 09 Jan 2019 14:22:50 -0800
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1547072570; bh=921iX/r7z8QZrBHcwN8YPGyjWgEWOwPzllm8F7tLoiE=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=EAq/adXyN5quanBqTBH2yRTDIeEt0MYcco7P9bZNtrYUVUVcUjxA1GNcdB4CHeUlX 6rnYti7DccrzbkbrYCLWIuCsVHYgGFNOrvHF9rrIIOfMP96E/x25vBvWpiR55psufC mhErAfmTxYfADDSNnmZ6NzJ8yf7aJwBM5USHA7tc=
From: Martin Thomson <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+0166e4abaab2f1ae4ff6e7994d740f68f03c7c6dabae8b7492cf00000001184e363a92a169ce174735aa@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/pull/2141/issue_event/2064401089@github.com>
In-Reply-To: <quicwg/base-drafts/pull/2141@github.com>
References: <quicwg/base-drafts/pull/2141@github.com>
Subject: Re: [quicwg/base-drafts] Allow discarding bad, unauthenticated packets (#2141)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5c36743a62b44_77353f972ccd45bc975139"; 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/gPNl1XU0-bZAnDZ1LETDpPS2igM>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
List-Id: Notification list for GitHub issues related to the QUIC WG <quic-issues.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=unsubscribe>
List-Archive: <https://mailarchive.ietf.org/arch/browse/quic-issues/>
List-Post: <mailto:quic-issues@ietf.org>
List-Help: <mailto:quic-issues-request@ietf.org?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, 09 Jan 2019 22:22:53 -0000

----==_mimepart_5c36743a62b44_77353f972ccd45bc975139
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

Merged #2141 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/2141#event-2064401089
----==_mimepart_5c36743a62b44_77353f972ccd45bc975139
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="390542762" data-permission-text="Issue title is private" data-url="https://github.com/quicwg/base-drafts/issues/2141" data-hovercard-type="pull_request" data-hovercard-url="/quicwg/base-drafts/pull/2141/hovercard" href="https://github.com/quicwg/base-drafts/pull/2141">#2141</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/2141#event-2064401089">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AWbkqyDtZiVyBhuyZxK1vT3J7yroSES_ks5vBmu6gaJpZM4ZRCWY">mute the thread</a>.<img src="https://github.com/notifications/beacon/AWbkq77_NEL7bRFU1e9zPIA7TJT7vHYMks5vBmu6gaJpZM4ZRCWY.gif" height="1" width="1" alt="" /></p>
<script type="application/json" data-scope="inboxmarkup">{"api_version":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name":"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"https://github.githubassets.com/images/email/message_cards/header.png","avatar_image_url":"https://github.githubassets.com/images/email/message_cards/avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/quicwg/base-drafts"}},"updates":{"snippets":[{"icon":"DESCRIPTION","message":"Merged #2141 into master."}],"action":{"name":"View Pull Request","url":"https://github.com/quicwg/base-drafts/pull/2141#event-2064401089"}}}</script>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/pull/2141#event-2064401089",
"url": "https://github.com/quicwg/base-drafts/pull/2141#event-2064401089",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>
----==_mimepart_5c36743a62b44_77353f972ccd45bc975139--


From nobody Wed Jan  9 14:25:16 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 D8A1212D84C for <quic-issues@ietfa.amsl.com>; Wed,  9 Jan 2019 14:25:14 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -7.553
X-Spam-Level: 
X-Spam-Status: No, score=-7.553 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIMWL_WL_HIGH=-4.553, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-1, RCVD_IN_DNSWL_NONE=-0.0001, SPF_PASS=-0.001] autolearn=ham autolearn_force=no
Authentication-Results: ietfa.amsl.com (amavisd-new); dkim=pass (1024-bit key) header.d=github.com
Received: from mail.ietf.org ([4.31.198.44]) by localhost (ietfa.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id hvDrwC4Zz2I8 for <quic-issues@ietfa.amsl.com>; Wed,  9 Jan 2019 14:25:13 -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 02762124D68 for <quic-issues@ietf.org>; Wed,  9 Jan 2019 14:25:12 -0800 (PST)
DKIM-Signature: v=1; a=rsa-sha1; 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=4UTD7g1MJT27Jade9W2my56GOJ4=; b=IrMKSUrNrsYp+Jau WFvsPBdtBb+5DAJjSptbCb45/jahfdLVf6t5wY8X7xRDSLd96ua98kd/EtXHzXSb zx1eZgmRsonggPnEokGKWg1we1jJydCIFzE7+3mz9e1O1+HJZp7NavDyx5AyJYE1 ZRPGqr/ZvvRPEPrmFHyCLzwBDsE=
Received: by filter0218p1iad2.sendgrid.net with SMTP id filter0218p1iad2-26326-5C3674C7-1F 2019-01-09 22:25:11.815593802 +0000 UTC m=+154074.127422045
Received: from github-lowworker-89d05ac.cp1-iad.github.net (unknown [192.30.252.35]) by ismtpd0014p1iad2.sendgrid.net (SG) with ESMTP id UJMY672cTC-GoEPl_0ajlw for <quic-issues@ietf.org>; Wed, 09 Jan 2019 22:25:11.720 +0000 (UTC)
Received: from github.com (localhost [127.0.0.1]) by github-lowworker-89d05ac.cp1-iad.github.net (Postfix) with ESMTP id ADAD1AE0324 for <quic-issues@ietf.org>; Wed,  9 Jan 2019 14:25:11 -0800 (PST)
Date: Wed, 09 Jan 2019 22:25:11 +0000 (UTC)
From: hardie <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+0166e4aba1231a691f126ed79d984819ee233538303bceb292cf00000001184e36c792a169ce1770e975@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/pull/2237/review/190968792@github.com>
In-Reply-To: <quicwg/base-drafts/pull/2237@github.com>
References: <quicwg/base-drafts/pull/2237@github.com>
Subject: Re: [quicwg/base-drafts] Rework Key Update (#2237)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5c3674c7ab960_4a823f95bb0d45b8686915"; 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
X-SG-EID: l64QuQ2uJCcEyUykJbxN122A6QRmEpucztpreh3Pak1QOeAxQ5nyKe1BHAAs7vqxPdxnLd+Noj+2Y4 I+Hqpp8IKdxlba82l1owyR1VIBbNv4pGGxqst0D9UU5W2u1hd5yeM15VRN3JaqIsgVMFy/uMxd766m L3Y/y1KP2xgnexrgHpNluJVIm8a+e4J8AowaSnJRSpC8BFeWMLkoo5BOqw==
Archived-At: <https://mailarchive.ietf.org/arch/msg/quic-issues/hlfFf4k8SC1VjIy8o9BpxX67opU>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
List-Id: Notification list for GitHub issues related to the QUIC WG <quic-issues.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=unsubscribe>
List-Archive: <https://mailarchive.ietf.org/arch/browse/quic-issues/>
List-Post: <mailto:quic-issues@ietf.org>
List-Help: <mailto:quic-issues-request@ietf.org?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, 09 Jan 2019 22:25:15 -0000

----==_mimepart_5c3674c7ab960_4a823f95bb0d45b8686915
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

hardie 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 low bit of the Key Update field (0x04) is the Key Phase bit.  The Key Phase
+is used to indicate 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.  The
+Key Phase is toggled to signal each key update.
+
+The Key Phase bit allows a recipient to detect a change in keying material
+without needing to receive the first packet that triggered the change.  An
+endpoint that notices a changed Key Phase updates keys and decrypts the packet
+that contains the changed value.
+
+The high bit of the Key Update field (0x08) is the Key Update Permitted bit.
+Endpoints set this value to 0 until they successfully process a packet with keys

As written, this seems to imply that Endpoints must set the value to 1 when they successfully process a packet.  I agree with Ian that there will be cases where this is set to 0 and never changed (e.g. when the expected flow size is short).  Perhaps this would work instead:

"The high bit of the Key Update field (0x08) is the Key Update Permitted bit.  Endpoints may set this value to 0 for any reason, forbidding Key Updates.  Endpoint MUST NOT set this value to 1 until they successfully process a packet the largest received packet number with keys from the same key phase as they are using.  They MAY set it to 1 to indicate key update is permitted at any time after 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/2237#pullrequestreview-190968792
----==_mimepart_5c3674c7ab960_4a823f95bb0d45b8686915
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

<p><b>@hardie</b> commented on this pull request.</p>

<hr>

<p>In <a href="https://github.com/quicwg/base-drafts/pull/2237#discussion_r246569564">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 low bit of the Key Update field (0x04) is the Key Phase bit.  The Key Phase
+is used to indicate 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.  The
+Key Phase is toggled to signal each key update.
+
+The Key Phase bit allows a recipient to detect a change in keying material
+without needing to receive the first packet that triggered the change.  An
+endpoint that notices a changed Key Phase updates keys and decrypts the packet
+that contains the changed value.
+
+The high bit of the Key Update field (0x08) is the Key Update Permitted bit.
+Endpoints set this value to 0 until they successfully process a packet with keys
</pre>
<p>As written, this seems to imply that Endpoints must set the value to 1 when they successfully process a packet.  I agree with Ian that there will be cases where this is set to 0 and never changed (e.g. when the expected flow size is short).  Perhaps this would work instead:</p>
<p>"The high bit of the Key Update field (0x08) is the Key Update Permitted bit.  Endpoints may set this value to 0 for any reason, forbidding Key Updates.  Endpoint MUST NOT set this value to 1 until they successfully process a packet the largest received packet number with keys from the same key phase as they are using.  They MAY set it to 1 to indicate key update is permitted at any time after 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/2237#pullrequestreview-190968792">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AWbkq3ZjuBSWNtLZzjN7hhvd_Og8Arxyks5vBmxHgaJpZM4ZdMPV">mute the thread</a>.<img src="https://github.com/notifications/beacon/AWbkq9-CM9Bj7zcLzsVZOBIDhV0Ab7Ohks5vBmxHgaJpZM4ZdMPV.gif" height="1" width="1" alt="" /></p>
<script type="application/json" data-scope="inboxmarkup">{"api_version":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name":"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"https://github.githubassets.com/images/email/message_cards/header.png","avatar_image_url":"https://github.githubassets.com/images/email/message_cards/avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/quicwg/base-drafts"}},"updates":{"snippets":[{"icon":"PERSON","message":"@hardie commented on #2237"}],"action":{"name":"View Pull Request","url":"https://github.com/quicwg/base-drafts/pull/2237#pullrequestreview-190968792"}}}</script>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/pull/2237#pullrequestreview-190968792",
"url": "https://github.com/quicwg/base-drafts/pull/2237#pullrequestreview-190968792",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>
----==_mimepart_5c3674c7ab960_4a823f95bb0d45b8686915--


From nobody Wed Jan  9 14: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 56AC6126DBF for <quic-issues@ietfa.amsl.com>; Wed,  9 Jan 2019 14:49:43 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -5.935
X-Spam-Level: 
X-Spam-Status: No, score=-5.935 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIMWL_WL_HIGH=-4.553, DKIM_SIGNED=0.1, DKIM_VALID=-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_PASS=-0.001] autolearn=ham autolearn_force=no
Authentication-Results: ietfa.amsl.com (amavisd-new); dkim=pass (1024-bit key) header.d=github.com
Received: from mail.ietf.org ([4.31.198.44]) by localhost (ietfa.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 1p734h3YT_TR for <quic-issues@ietfa.amsl.com>; Wed,  9 Jan 2019 14:49:41 -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 9E1CB124D68 for <quic-issues@ietf.org>; Wed,  9 Jan 2019 14:49:41 -0800 (PST)
DKIM-Signature: v=1; a=rsa-sha1; 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=WKO8kJhq1PTGgvks2WWFEePkbO8=; b=r+YafNr9FYSQLj54 DCdAXRGHiWXYkOVHUqn0ZlKkTktwth1/F4xmWxcyF0K9/O2ws1OR0ZCsJqtNLddo 3QA+1Vb275WISlaYnbjIM9S3OaRySoKQortLJnxCbblJ6iBjxOJu6Cg90/umSCtX qoPkl7krTqMtA1IjioSJtYqsLSI=
Received: by filter0333p1iad2.sendgrid.net with SMTP id filter0333p1iad2-21960-5C367A84-21 2019-01-09 22:49:40.552878116 +0000 UTC m=+148353.791013289
Received: from github-lowworker-c7d2ff2.cp1-iad.github.net (unknown [192.30.252.32]) by ismtpd0025p1iad2.sendgrid.net (SG) with ESMTP id WGVqwn9nR_CYzDU3j1_IBw for <quic-issues@ietf.org>; Wed, 09 Jan 2019 22:49:40.535 +0000 (UTC)
Received: from github.com (localhost [127.0.0.1]) by github-lowworker-c7d2ff2.cp1-iad.github.net (Postfix) with ESMTP id 7DB564C0325 for <quic-issues@ietf.org>; Wed,  9 Jan 2019 14:49:40 -0800 (PST)
Date: Wed, 09 Jan 2019 22:49:40 +0000 (UTC)
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/2237/push/3195556757@github.com>
In-Reply-To: <quicwg/base-drafts/pull/2237@github.com>
References: <quicwg/base-drafts/pull/2237@github.com>
Subject: Re: [quicwg/base-drafts] Rework Key Update (#2237)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5c367a847b776_56b3f91cc8d45bc11881"; 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
X-SG-EID: l64QuQ2uJCcEyUykJbxN122A6QRmEpucztpreh3Pak1vqWbT1wCkGn+KG0saldQkoz92cE9xGl7gUd RvsWyheqmqtXg3nGbR6KDto8l+cYgjy91FvoDWtLUGuWjhNP6ibsuzdOtzlwOeUn3rlw4qMd7G3Rkc rYz5GGvCoJh9r9yIUDJLjb3yFnVqIWexa/6/GSWXOa/rVRAE0tvsmtV9rdi2nj0BiAcbwCiBFzIqye g=
Archived-At: <https://mailarchive.ietf.org/arch/msg/quic-issues/pVX0a7U9TA42j_Mzo1jyPPas0Iw>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
List-Id: Notification list for GitHub issues related to the QUIC WG <quic-issues.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=unsubscribe>
List-Archive: <https://mailarchive.ietf.org/arch/browse/quic-issues/>
List-Post: <mailto:quic-issues@ietf.org>
List-Help: <mailto:quic-issues-request@ietf.org?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, 09 Jan 2019 22:49:43 -0000

----==_mimepart_5c367a847b776_56b3f91cc8d45bc11881
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

@martinthomson pushed 1 commit.

acff3b6afb460f447ca4232f0218f9c83d4adc97  Make key update optional


-- 
You are receiving this because you are subscribed to this thread.
View it on GitHub:
https://github.com/quicwg/base-drafts/pull/2237/files/e9bb544b9b84cea909ab0c98cea28f6839cc6bf4..acff3b6afb460f447ca4232f0218f9c83d4adc97

----==_mimepart_5c367a847b776_56b3f91cc8d45bc11881
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/acff3b6afb460f447ca4232f0218f9c83d4adc97">acff3b6</a>  Make key update optional</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/2237/files/e9bb544b9b84cea909ab0c98cea28f6839cc6bf4..acff3b6afb460f447ca4232f0218f9c83d4adc97">View it on GitHub</a> or <a href="https://github.com/notifications/unsubscribe-auth/AWbkqytN-8w8bgcvxPmK0JXHAdBm3Ez2ks5vBnIEgaJpZM4ZdMPV">mute the thread</a>.<img src="https://github.com/notifications/beacon/AWbkq1ryZiNLbrnQ3Ee9NmuA3Hg8EN2Wks5vBnIEgaJpZM4ZdMPV.gif" height="1" width="1" alt="" /></p>
<script type="application/json" data-scope="inboxmarkup">{"api_version":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name":"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"https://github.githubassets.com/images/email/message_cards/header.png","avatar_image_url":"https://github.githubassets.com/images/email/message_cards/avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/quicwg/base-drafts"}},"updates":{"snippets":[{"icon":"PERSON","message":"@martinthomson pushed 1 commit in #2237"}],"action":{"name":"View Pull Request","url":"https://github.com/quicwg/base-drafts/pull/2237/files/e9bb544b9b84cea909ab0c98cea28f6839cc6bf4..acff3b6afb460f447ca4232f0218f9c83d4adc97"}}}</script>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/pull/2237/files/e9bb544b9b84cea909ab0c98cea28f6839cc6bf4..acff3b6afb460f447ca4232f0218f9c83d4adc97",
"url": "https://github.com/quicwg/base-drafts/pull/2237/files/e9bb544b9b84cea909ab0c98cea28f6839cc6bf4..acff3b6afb460f447ca4232f0218f9c83d4adc97",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>

----==_mimepart_5c367a847b776_56b3f91cc8d45bc11881--


From nobody Wed Jan  9 15:19: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 D9CBC129508 for <quic-issues@ietfa.amsl.com>; Wed,  9 Jan 2019 15:19:22 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -12.553
X-Spam-Level: 
X-Spam-Status: No, score=-12.553 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIMWL_WL_HIGH=-4.553, 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_PASS=-0.001] autolearn=ham autolearn_force=no
Authentication-Results: ietfa.amsl.com (amavisd-new); dkim=pass (1024-bit key) header.d=github.com
Received: from mail.ietf.org ([4.31.198.44]) by localhost (ietfa.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id EaDyvuya1cQR for <quic-issues@ietfa.amsl.com>; Wed,  9 Jan 2019 15:19: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 5395D12D7F8 for <quic-issues@ietf.org>; Wed,  9 Jan 2019 15:19:21 -0800 (PST)
Date: Wed, 09 Jan 2019 15:19:19 -0800
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1547075959; bh=YDy4icO8ce6kXYwDRgxYfEXGbR0gXTOYBO5lQS4UbKY=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=reU1YHAW5woGfDxSbrPG2p1cJWL33dHnBJosnluZKu2YGL7uPFXnaATjKiyICDtbV Giu1ZqwiB+TVJh0AQkU5w9e6q+V6LukJDUXzvYX1qMvkf+NdDSM2W6WxlBqODyTdoh Z+psPJRdefg5kq39/QkmK2TRHgzmsB636tZ+yIcg=
From: Martin Thomson <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+0166e4ab3fda31fdcb54a629a0dc889e4da872250efd156392cf00000001184e437792a169ce17b142a0@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/pull/2324/review/190985803@github.com>
In-Reply-To: <quicwg/base-drafts/pull/2324@github.com>
References: <quicwg/base-drafts/pull/2324@github.com>
Subject: Re: [quicwg/base-drafts] Transport owns details of effecting keep-alive (#2324)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5c36817732d27_44fd3fc6236d45c42333b5"; 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/YviRB8LIFYgJoIJwv2g-WJEhAgI>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
List-Id: Notification list for GitHub issues related to the QUIC WG <quic-issues.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=unsubscribe>
List-Archive: <https://mailarchive.ietf.org/arch/browse/quic-issues/>
List-Post: <mailto:quic-issues@ietf.org>
List-Help: <mailto:quic-issues-request@ietf.org?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, 09 Jan 2019 23:19:23 -0000

----==_mimepart_5c36817732d27_44fd3fc6236d45c42333b5
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

martinthomson commented on this pull request.



> @@ -1202,13 +1202,14 @@ will need to open a new connection for new requests if the existing connection
 has been idle for longer than the server's advertised idle timeout, and SHOULD
 do so if approaching the idle timeout.
 
-HTTP clients are expected to use QUIC PING frames to keep connections open while
-there are responses outstanding for requests or server pushes. If the client is
-not expecting a response from the server, allowing an idle connection to time
-out is preferred over expending effort maintaining a connection that might not
-be needed.  A gateway MAY use PING to maintain connections in anticipation of
-need rather than incur the latency cost of connection establishment to servers.
-Servers SHOULD NOT use PING frames to keep a connection open.
+HTTP clients are expected to request that the transport keep connections open
+while there are responses outstanding for requests or server pushes.  This might
+involve QUIC PING frames being generated by the transport implementation. If the

Do you want to cite Section 19.2 of transport here?  That might be better than this "This might involve" sentence, which strikes me as very passive.

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/quicwg/base-drafts/pull/2324#pullrequestreview-190985803
----==_mimepart_5c36817732d27_44fd3fc6236d45c42333b5
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/2324#discussion_r246583447">draft-ietf-quic-http.md</a>:</p>
<pre style='color:#555'>&gt; @@ -1202,13 +1202,14 @@ will need to open a new connection for new requests if the existing connection
 has been idle for longer than the server&#39;s advertised idle timeout, and SHOULD
 do so if approaching the idle timeout.
 
-HTTP clients are expected to use QUIC PING frames to keep connections open while
-there are responses outstanding for requests or server pushes. If the client is
-not expecting a response from the server, allowing an idle connection to time
-out is preferred over expending effort maintaining a connection that might not
-be needed.  A gateway MAY use PING to maintain connections in anticipation of
-need rather than incur the latency cost of connection establishment to servers.
-Servers SHOULD NOT use PING frames to keep a connection open.
+HTTP clients are expected to request that the transport keep connections open
+while there are responses outstanding for requests or server pushes.  This might
+involve QUIC PING frames being generated by the transport implementation. If the
</pre>
<p>Do you want to cite Section 19.2 of transport here?  That might be better than this "This might involve" sentence, which strikes me as very passive.</p>

<p style="font-size:small;-webkit-text-size-adjust:none;color:#666;">&mdash;<br />You are receiving this because you are subscribed to this thread.<br />Reply to this email directly, <a href="https://github.com/quicwg/base-drafts/pull/2324#pullrequestreview-190985803">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AWbkq3w_me-ueld7BvUlxt8DPQla6T8Tks5vBnj3gaJpZM4Z4B5r">mute the thread</a>.<img src="https://github.com/notifications/beacon/AWbkq_FJqmo8m49Vu3lcN0b4u3CC3re-ks5vBnj3gaJpZM4Z4B5r.gif" height="1" width="1" alt="" /></p>
<script type="application/json" data-scope="inboxmarkup">{"api_version":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name":"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"https://github.githubassets.com/images/email/message_cards/header.png","avatar_image_url":"https://github.githubassets.com/images/email/message_cards/avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/quicwg/base-drafts"}},"updates":{"snippets":[{"icon":"PERSON","message":"@martinthomson commented on #2324"}],"action":{"name":"View Pull Request","url":"https://github.com/quicwg/base-drafts/pull/2324#pullrequestreview-190985803"}}}</script>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/pull/2324#pullrequestreview-190985803",
"url": "https://github.com/quicwg/base-drafts/pull/2324#pullrequestreview-190985803",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>
----==_mimepart_5c36817732d27_44fd3fc6236d45c42333b5--


From nobody Wed Jan  9 15:25: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 C7E9612D7F8 for <quic-issues@ietfa.amsl.com>; Wed,  9 Jan 2019 15:25:12 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -10.935
X-Spam-Level: 
X-Spam-Status: No, score=-10.935 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIMWL_WL_HIGH=-4.553, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, HTML_IMAGE_ONLY_24=1.618, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-1, RCVD_IN_DNSWL_HI=-5, SPF_PASS=-0.001] autolearn=ham autolearn_force=no
Authentication-Results: ietfa.amsl.com (amavisd-new); dkim=pass (1024-bit key) header.d=github.com
Received: from mail.ietf.org ([4.31.198.44]) by localhost (ietfa.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 5KB7oBBb2R7c for <quic-issues@ietfa.amsl.com>; Wed,  9 Jan 2019 15:25: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 4C41C129508 for <quic-issues@ietf.org>; Wed,  9 Jan 2019 15:25:11 -0800 (PST)
Date: Wed, 09 Jan 2019 15:25:10 -0800
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1547076310; bh=hfoKGP2Vb99iOF9vEzx0NKatTOGSiAxNVYWkFD6snPM=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=MLKVs05FX0nTsJAgWVs2DaPwlAtfWRTvOxaC7Gzvm55M8mAwIOAaq3fiicDu3yOgl heqbPyiD/FzQ+j7Q+ASjRwzf66FqTuSX2C5jAqYCakVWBzX/fdZkKdd7oBfFJHKNCD SB3v8e+mxXaQT0UaVw8SlgCU/Ft1eW2relLJLUZs=
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/2324/push/3195636420@github.com>
In-Reply-To: <quicwg/base-drafts/pull/2324@github.com>
References: <quicwg/base-drafts/pull/2324@github.com>
Subject: Re: [quicwg/base-drafts] Transport owns details of effecting keep-alive (#2324)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5c3682d65db2_2c173fc77fcd45c0149221"; 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/ZFWdXiqjtIvT_6LfxBaSpO8BttM>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
List-Id: Notification list for GitHub issues related to the QUIC WG <quic-issues.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=unsubscribe>
List-Archive: <https://mailarchive.ietf.org/arch/browse/quic-issues/>
List-Post: <mailto:quic-issues@ietf.org>
List-Help: <mailto:quic-issues-request@ietf.org?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, 09 Jan 2019 23:25:13 -0000

----==_mimepart_5c3682d65db2_2c173fc77fcd45c0149221
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

@MikeBishop pushed 1 commit.

8644e87efcdaa2ff7d290f637619dbd9576051b9  Punt more to the transport doc


-- 
You are receiving this because you are subscribed to this thread.
View it on GitHub:
https://github.com/quicwg/base-drafts/pull/2324/files/b4ade009100b336ffb2abc185827e89635a904bc..8644e87efcdaa2ff7d290f637619dbd9576051b9

----==_mimepart_5c3682d65db2_2c173fc77fcd45c0149221
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/8644e87efcdaa2ff7d290f637619dbd9576051b9">8644e87</a>  Punt more to the transport doc</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/2324/files/b4ade009100b336ffb2abc185827e89635a904bc..8644e87efcdaa2ff7d290f637619dbd9576051b9">View it on GitHub</a> or <a href="https://github.com/notifications/unsubscribe-auth/AWbkq2aar8RdwbWK4K6iR6YOi_m1TF0Eks5vBnpWgaJpZM4Z4B5r">mute the thread</a>.<img src="https://github.com/notifications/beacon/AWbkq7fVl_EWBUgBheILHyC-2pAAP9_lks5vBnpWgaJpZM4Z4B5r.gif" height="1" width="1" alt="" /></p>
<script type="application/json" data-scope="inboxmarkup">{"api_version":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name":"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"https://github.githubassets.com/images/email/message_cards/header.png","avatar_image_url":"https://github.githubassets.com/images/email/message_cards/avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/quicwg/base-drafts"}},"updates":{"snippets":[{"icon":"PERSON","message":"@MikeBishop pushed 1 commit in #2324"}],"action":{"name":"View Pull Request","url":"https://github.com/quicwg/base-drafts/pull/2324/files/b4ade009100b336ffb2abc185827e89635a904bc..8644e87efcdaa2ff7d290f637619dbd9576051b9"}}}</script>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/pull/2324/files/b4ade009100b336ffb2abc185827e89635a904bc..8644e87efcdaa2ff7d290f637619dbd9576051b9",
"url": "https://github.com/quicwg/base-drafts/pull/2324/files/b4ade009100b336ffb2abc185827e89635a904bc..8644e87efcdaa2ff7d290f637619dbd9576051b9",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>

----==_mimepart_5c3682d65db2_2c173fc77fcd45c0149221--


From nobody Wed Jan  9 15: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 1827F12D7F8 for <quic-issues@ietfa.amsl.com>; Wed,  9 Jan 2019 15:26:36 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -12.553
X-Spam-Level: 
X-Spam-Status: No, score=-12.553 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIMWL_WL_HIGH=-4.553, 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_PASS=-0.001] autolearn=ham autolearn_force=no
Authentication-Results: ietfa.amsl.com (amavisd-new); dkim=pass (1024-bit key) header.d=github.com
Received: from mail.ietf.org ([4.31.198.44]) by localhost (ietfa.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id fd_URwiTjQgU for <quic-issues@ietfa.amsl.com>; Wed,  9 Jan 2019 15:26:34 -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 4F2E5129508 for <quic-issues@ietf.org>; Wed,  9 Jan 2019 15:26:34 -0800 (PST)
Date: Wed, 09 Jan 2019 15:26:33 -0800
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1547076393; bh=5u8cxVnpaaUzwChHLBq+NLmjT2wAxQdSw34xPNo1V5E=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=mo2gTH0doRrAVScLMXv6phzw98yy+gHdtWDm44OJYsXJq9PEWjNsb+O5l+WCWMW/S 0dgKUXlXsoS9bEK8Ze5n/NLFr90JaO4vh7FWPLlb5C8tHnFlhHpjHk7UAZyL1Vdei2 i6beaIShzedtfaNFg5gk4lewOT23449+NRRAgE4s=
From: Mike Bishop <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+0166e4ab1de09ccea5a6c9d9a2db05df6e9dd5342efd499c92cf00000001184e452992a169ce17b142a0@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/pull/2324/review/190987774@github.com>
In-Reply-To: <quicwg/base-drafts/pull/2324@github.com>
References: <quicwg/base-drafts/pull/2324@github.com>
Subject: Re: [quicwg/base-drafts] Transport owns details of effecting keep-alive (#2324)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5c368329ad4ed_5ac73facdc2d45c413413c"; 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/Ao1KZVUNvz5EeZbXoJ8kAG7wsYk>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
List-Id: Notification list for GitHub issues related to the QUIC WG <quic-issues.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=unsubscribe>
List-Archive: <https://mailarchive.ietf.org/arch/browse/quic-issues/>
List-Post: <mailto:quic-issues@ietf.org>
List-Help: <mailto:quic-issues-request@ietf.org?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, 09 Jan 2019 23:26:36 -0000

----==_mimepart_5c368329ad4ed_5ac73facdc2d45c413413c
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

MikeBishop commented on this pull request.



> @@ -1202,13 +1202,14 @@ will need to open a new connection for new requests if the existing connection
 has been idle for longer than the server's advertised idle timeout, and SHOULD
 do so if approaching the idle timeout.
 
-HTTP clients are expected to use QUIC PING frames to keep connections open while
-there are responses outstanding for requests or server pushes. If the client is
-not expecting a response from the server, allowing an idle connection to time
-out is preferred over expending effort maintaining a connection that might not
-be needed.  A gateway MAY use PING to maintain connections in anticipation of
-need rather than incur the latency cost of connection establishment to servers.
-Servers SHOULD NOT use PING frames to keep a connection open.
+HTTP clients are expected to request that the transport keep connections open
+while there are responses outstanding for requests or server pushes.  This might
+involve QUIC PING frames being generated by the transport implementation. If the

My main thought in the passive phrasing is that the transport will know whether activity on other streams makes a PING necessary or not at any given time.  But I agree, a ref to 19.2 in transport is probably the easiest way to punt appropriately.

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/quicwg/base-drafts/pull/2324#discussion_r246585014
----==_mimepart_5c368329ad4ed_5ac73facdc2d45c413413c
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/2324#discussion_r246585014">draft-ietf-quic-http.md</a>:</p>
<pre style='color:#555'>&gt; @@ -1202,13 +1202,14 @@ will need to open a new connection for new requests if the existing connection
 has been idle for longer than the server&#39;s advertised idle timeout, and SHOULD
 do so if approaching the idle timeout.
 
-HTTP clients are expected to use QUIC PING frames to keep connections open while
-there are responses outstanding for requests or server pushes. If the client is
-not expecting a response from the server, allowing an idle connection to time
-out is preferred over expending effort maintaining a connection that might not
-be needed.  A gateway MAY use PING to maintain connections in anticipation of
-need rather than incur the latency cost of connection establishment to servers.
-Servers SHOULD NOT use PING frames to keep a connection open.
+HTTP clients are expected to request that the transport keep connections open
+while there are responses outstanding for requests or server pushes.  This might
+involve QUIC PING frames being generated by the transport implementation. If the
</pre>
<p>My main thought in the passive phrasing is that the transport will know whether activity on other streams makes a PING necessary or not at any given time.  But I agree, a ref to 19.2 in transport is probably the easiest way to punt appropriately.</p>

<p style="font-size:small;-webkit-text-size-adjust:none;color:#666;">&mdash;<br />You are receiving this because you are subscribed to this thread.<br />Reply to this email directly, <a href="https://github.com/quicwg/base-drafts/pull/2324#discussion_r246585014">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AWbkq0-5uyn1OlEfP4VkkLkqPBwVPvx-ks5vBnqpgaJpZM4Z4B5r">mute the thread</a>.<img src="https://github.com/notifications/beacon/AWbkqxY58e7THqiTiEgE2ZVueoD5S3lQks5vBnqpgaJpZM4Z4B5r.gif" height="1" width="1" alt="" /></p>
<script type="application/json" data-scope="inboxmarkup">{"api_version":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name":"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"https://github.githubassets.com/images/email/message_cards/header.png","avatar_image_url":"https://github.githubassets.com/images/email/message_cards/avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/quicwg/base-drafts"}},"updates":{"snippets":[{"icon":"PERSON","message":"@MikeBishop commented on #2324"}],"action":{"name":"View Pull Request","url":"https://github.com/quicwg/base-drafts/pull/2324#discussion_r246585014"}}}</script>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/pull/2324#discussion_r246585014",
"url": "https://github.com/quicwg/base-drafts/pull/2324#discussion_r246585014",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>
----==_mimepart_5c368329ad4ed_5ac73facdc2d45c413413c--


From nobody Wed Jan  9 15:41:16 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 179D212D7F8 for <quic-issues@ietfa.amsl.com>; Wed,  9 Jan 2019 15:41:14 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -6.007
X-Spam-Level: 
X-Spam-Status: No, score=-6.007 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIMWL_WL_HIGH=-4.553, DKIM_SIGNED=0.1, DKIM_VALID=-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_PASS=-0.001] autolearn=ham autolearn_force=no
Authentication-Results: ietfa.amsl.com (amavisd-new); dkim=pass (1024-bit key) header.d=github.com
Received: from mail.ietf.org ([4.31.198.44]) by localhost (ietfa.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id SfK7x86ZfumB for <quic-issues@ietfa.amsl.com>; Wed,  9 Jan 2019 15:41:12 -0800 (PST)
Received: from o4.sgmail.github.com (o4.sgmail.github.com [192.254.112.99]) (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 0030912D4F2 for <quic-issues@ietf.org>; Wed,  9 Jan 2019 15:41:11 -0800 (PST)
DKIM-Signature: v=1; a=rsa-sha1; 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=h3doaxrEKfXh3TWX+6AL/RA8FTM=; b=q+u0hexgOeZpv5eD dkiWffmMb8FCcnDu2oI61du5P5lQB5Ne3t0HAblB1Y0Gum73ikPodkwhNnldKkl5 hKhczUnmo+lq6cbjCmuytQjhlvC8yXdNBDM87XDp8koTnXz+kLdC76JOIqx/OnOy aqW2iDH3aNiLptWbbNbU9iwpGYs=
Received: by filter0330p1iad2.sendgrid.net with SMTP id filter0330p1iad2-17154-5C368696-1F 2019-01-09 23:41:10.954694711 +0000 UTC m=+158201.204901609
Received: from github-lowworker-dcc078e.cp1-iad.github.net (unknown [192.30.252.44]) by ismtpd0023p1iad1.sendgrid.net (SG) with ESMTP id EzvwR7Q0SCOxeQPD6_0gtA for <quic-issues@ietf.org>; Wed, 09 Jan 2019 23:41:10.857 +0000 (UTC)
Received: from github.com (localhost [127.0.0.1]) by github-lowworker-dcc078e.cp1-iad.github.net (Postfix) with ESMTP id CF5B72C129A for <quic-issues@ietf.org>; Wed,  9 Jan 2019 15:41:10 -0800 (PST)
Date: Wed, 09 Jan 2019 23:41:10 +0000 (UTC)
From: Martin Thomson <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+0166e4ab59f4e911d3bc086fbbb141773ecc927895c9b3bc92cf00000001184e489692a169ce17b13d9c@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/pull/2323/review/190995132@github.com>
In-Reply-To: <quicwg/base-drafts/pull/2323@github.com>
References: <quicwg/base-drafts/pull/2323@github.com>
Subject: Re: [quicwg/base-drafts] Restrict PUSH_PROMISE to request streams (#2323)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5c368696cdd76_f163f8003ed45b4137690"; 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-SG-EID: l64QuQ2uJCcEyUykJbxN122A6QRmEpucztpreh3Pak0EXCMo8qiMv0jfiZsBjx98YnAmjklMjku4MV v2OkxwR9vEFUYFCh1vbzV4ruLaAmTrvRKlfV9HwVPkuM0K68SUoQHFnCybOp0r0bgGUBQXiwP6jyfa Drc00/AZ659SoFlzSYORnElOxsobvKim2mPN9POdpXkCn4IKaEddvTvupY+BIqBtT91qg9zsBCDq5y g=
Archived-At: <https://mailarchive.ietf.org/arch/msg/quic-issues/aHeppc8zA7V-ndOjZZdu8jQ1Uj8>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
List-Id: Notification list for GitHub issues related to the QUIC WG <quic-issues.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=unsubscribe>
List-Archive: <https://mailarchive.ietf.org/arch/browse/quic-issues/>
List-Post: <mailto:quic-issues@ietf.org>
List-Help: <mailto:quic-issues-request@ietf.org?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, 09 Jan 2019 23:41:14 -0000

----==_mimepart_5c368696cdd76_f163f8003ed45b4137690
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/2323#pullrequestreview-190995132
----==_mimepart_5c368696cdd76_f163f8003ed45b4137690
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/2323#pullrequestreview-190995132">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AWbkq16OOtARIQnPUc1ZrCVmgICJBmM3ks5vBn4WgaJpZM4Z4Ems">mute the thread</a>.<img src="https://github.com/notifications/beacon/AWbkqy92u7IDh87qCf-ygDUCuycW5zmIks5vBn4WgaJpZM4Z4Ems.gif" height="1" width="1" alt="" /></p>
<script type="application/json" data-scope="inboxmarkup">{"api_version":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name":"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"https://github.githubassets.com/images/email/message_cards/header.png","avatar_image_url":"https://github.githubassets.com/images/email/message_cards/avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/quicwg/base-drafts"}},"updates":{"snippets":[{"icon":"PERSON","message":"@martinthomson approved #2323"}],"action":{"name":"View Pull Request","url":"https://github.com/quicwg/base-drafts/pull/2323#pullrequestreview-190995132"}}}</script>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/pull/2323#pullrequestreview-190995132",
"url": "https://github.com/quicwg/base-drafts/pull/2323#pullrequestreview-190995132",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>
----==_mimepart_5c368696cdd76_f163f8003ed45b4137690--


From nobody Wed Jan  9 15: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 2CE0F12D7F8 for <quic-issues@ietfa.amsl.com>; Wed,  9 Jan 2019 15:42:41 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -10.935
X-Spam-Level: 
X-Spam-Status: No, score=-10.935 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIMWL_WL_HIGH=-4.553, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, HTML_IMAGE_ONLY_24=1.618, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-1, RCVD_IN_DNSWL_HI=-5, SPF_PASS=-0.001] autolearn=ham autolearn_force=no
Authentication-Results: ietfa.amsl.com (amavisd-new); dkim=pass (1024-bit key) header.d=github.com
Received: from mail.ietf.org ([4.31.198.44]) by localhost (ietfa.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id BOE4CHC7jM7l for <quic-issues@ietfa.amsl.com>; Wed,  9 Jan 2019 15:42: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 9A39C12D4F2 for <quic-issues@ietf.org>; Wed,  9 Jan 2019 15:42:39 -0800 (PST)
Date: Wed, 09 Jan 2019 15:42:38 -0800
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1547077358; bh=56lPDw8P5IxUqO5tTIiMirm/8IG1wZZT+M7kRdc9AJ8=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=2FWfV6AIraiayCNVWFztWSfV5CQW++ireI0/caO6ZeqwpmtiOycNoW1/Je4Z/tnMz JAgCMc/CfmagYqWpa//CIAtRtVkNWkhNWmKcypxo0eWi/VN99hgWnMXaZ2cfRSwx1g ShP1e/5L2JfXdAKQDUw/qSx4KujPU5qLE9EEq6WM=
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/2323/push/3195673509@github.com>
In-Reply-To: <quicwg/base-drafts/pull/2323@github.com>
References: <quicwg/base-drafts/pull/2323@github.com>
Subject: Re: [quicwg/base-drafts] Restrict PUSH_PROMISE to request streams (#2323)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5c3686eed503b_19013fb14bed45b8117969"; 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/XKGTy-fothl_bCl-OS9MiCtVVXk>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
List-Id: Notification list for GitHub issues related to the QUIC WG <quic-issues.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=unsubscribe>
List-Archive: <https://mailarchive.ietf.org/arch/browse/quic-issues/>
List-Post: <mailto:quic-issues@ietf.org>
List-Help: <mailto:quic-issues-request@ietf.org?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, 09 Jan 2019 23:42:41 -0000

----==_mimepart_5c3686eed503b_19013fb14bed45b8117969
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

@MikeBishop pushed 1 commit.

54b47960490aae7a35b6a15cd81fd4b988377e71  Gah, you know what I meant


-- 
You are receiving this because you are subscribed to this thread.
View it on GitHub:
https://github.com/quicwg/base-drafts/pull/2323/files/e316d3a02b3bd9965c4735122d909c5828321d43..54b47960490aae7a35b6a15cd81fd4b988377e71

----==_mimepart_5c3686eed503b_19013fb14bed45b8117969
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/54b47960490aae7a35b6a15cd81fd4b988377e71">54b4796</a>  Gah, you know what I meant</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/2323/files/e316d3a02b3bd9965c4735122d909c5828321d43..54b47960490aae7a35b6a15cd81fd4b988377e71">View it on GitHub</a> or <a href="https://github.com/notifications/unsubscribe-auth/AWbkq9wxM_RMdGV9TPGWGYPiRcVMlQ0fks5vBn5ugaJpZM4Z4Ems">mute the thread</a>.<img src="https://github.com/notifications/beacon/AWbkq234eAQNoKHL7rB5ElhQkvauGmLfks5vBn5ugaJpZM4Z4Ems.gif" height="1" width="1" alt="" /></p>
<script type="application/json" data-scope="inboxmarkup">{"api_version":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name":"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"https://github.githubassets.com/images/email/message_cards/header.png","avatar_image_url":"https://github.githubassets.com/images/email/message_cards/avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/quicwg/base-drafts"}},"updates":{"snippets":[{"icon":"PERSON","message":"@MikeBishop pushed 1 commit in #2323"}],"action":{"name":"View Pull Request","url":"https://github.com/quicwg/base-drafts/pull/2323/files/e316d3a02b3bd9965c4735122d909c5828321d43..54b47960490aae7a35b6a15cd81fd4b988377e71"}}}</script>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/pull/2323/files/e316d3a02b3bd9965c4735122d909c5828321d43..54b47960490aae7a35b6a15cd81fd4b988377e71",
"url": "https://github.com/quicwg/base-drafts/pull/2323/files/e316d3a02b3bd9965c4735122d909c5828321d43..54b47960490aae7a35b6a15cd81fd4b988377e71",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>

----==_mimepart_5c3686eed503b_19013fb14bed45b8117969--


From nobody Wed Jan  9 15: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 9166212D7F8 for <quic-issues@ietfa.amsl.com>; Wed,  9 Jan 2019 15:43:30 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -11.149
X-Spam-Level: 
X-Spam-Status: No, score=-11.149 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIMWL_WL_HIGH=-4.553, 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_PASS=-0.001] autolearn=ham autolearn_force=no
Authentication-Results: ietfa.amsl.com (amavisd-new); dkim=pass (1024-bit key) header.d=github.com
Received: from mail.ietf.org ([4.31.198.44]) by localhost (ietfa.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id EF22yzoeP55H for <quic-issues@ietfa.amsl.com>; Wed,  9 Jan 2019 15:43:29 -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 304F7130EDA for <quic-issues@ietf.org>; Wed,  9 Jan 2019 15:43:29 -0800 (PST)
Date: Wed, 09 Jan 2019 15:43:28 -0800
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1547077408; bh=jGjjFVNHDzAploPjpvtcSEzBuLpnhY9JrNj2x3L3ONg=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=Y0XikDq+pCs/fE3ARduYUVRD62LcCOqx29nn2DWYvHIVoOPOZ9yY7ibHG0oYyzKWN 7kv3R2ydFexDVVILLj//JLLNT+RJUAmU6od2Tz1mT2SrG3cXup/Gi4mCPBdHWo8nZy He7o9yy/NfNlIk3WODo6QeczfqW+JWT5q1a7HBrA=
From: Martin Thomson <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+0166e4abef0547c03d6b52e06ff9a86889ce97daad24ac4792cf00000001184e492092a169ce17b17322@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/pull/2326/review/190995751@github.com>
In-Reply-To: <quicwg/base-drafts/pull/2326@github.com>
References: <quicwg/base-drafts/pull/2326@github.com>
Subject: Re: [quicwg/base-drafts] Client can't prioritize streams it can't open (#2326)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5c368720b25ae_2c093fc8c12d45b41728ec"; 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/tlyID73OhgKzX7Soa_CTpc4f4V4>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
List-Id: Notification list for GitHub issues related to the QUIC WG <quic-issues.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=unsubscribe>
List-Archive: <https://mailarchive.ietf.org/arch/browse/quic-issues/>
List-Post: <mailto:quic-issues@ietf.org>
List-Help: <mailto:quic-issues-request@ietf.org?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, 09 Jan 2019 23:43:30 -0000

----==_mimepart_5c368720b25ae_2c093fc8c12d45b41728ec
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

martinthomson commented on this pull request.



> @@ -1385,8 +1385,9 @@ HTTP_VERSION_FALLBACK (0x09):
 HTTP_WRONG_STREAM (0x0A):
 : A frame was received on a stream where it is not permitted.
 
-HTTP_PUSH_LIMIT_EXCEEDED (0x0B):
-: A Push ID greater than the current maximum Push ID was referenced.
+HTTP_LIMIT_EXCEEDED (0x0B):
+: An identifier greater than the current maximum for that identifier was
+  referenced.

I think that you can (and should) list the types of identifiers this applies to.  I assume that this is limited to push IDs and priority placeholders.

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/quicwg/base-drafts/pull/2326#pullrequestreview-190995751
----==_mimepart_5c368720b25ae_2c093fc8c12d45b41728ec
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/2326#discussion_r246591896">draft-ietf-quic-http.md</a>:</p>
<pre style='color:#555'>&gt; @@ -1385,8 +1385,9 @@ HTTP_VERSION_FALLBACK (0x09):
 HTTP_WRONG_STREAM (0x0A):
 : A frame was received on a stream where it is not permitted.
 
-HTTP_PUSH_LIMIT_EXCEEDED (0x0B):
-: A Push ID greater than the current maximum Push ID was referenced.
+HTTP_LIMIT_EXCEEDED (0x0B):
+: An identifier greater than the current maximum for that identifier was
+  referenced.
</pre>
<p>I think that you can (and should) list the types of identifiers this applies to.  I assume that this is limited to push IDs and priority placeholders.</p>

<p style="font-size:small;-webkit-text-size-adjust:none;color:#666;">&mdash;<br />You are receiving this because you are subscribed to this thread.<br />Reply to this email directly, <a href="https://github.com/quicwg/base-drafts/pull/2326#pullrequestreview-190995751">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AWbkqzx4zoLZ1s0VqmbQuQo6qHpYhPj7ks5vBn6ggaJpZM4Z4Fjv">mute the thread</a>.<img src="https://github.com/notifications/beacon/AWbkq-bYUMDqWOlThuVzMCxcE1UE-NfUks5vBn6ggaJpZM4Z4Fjv.gif" height="1" width="1" alt="" /></p>
<script type="application/json" data-scope="inboxmarkup">{"api_version":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name":"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"https://github.githubassets.com/images/email/message_cards/header.png","avatar_image_url":"https://github.githubassets.com/images/email/message_cards/avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/quicwg/base-drafts"}},"updates":{"snippets":[{"icon":"PERSON","message":"@martinthomson commented on #2326"}],"action":{"name":"View Pull Request","url":"https://github.com/quicwg/base-drafts/pull/2326#pullrequestreview-190995751"}}}</script>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/pull/2326#pullrequestreview-190995751",
"url": "https://github.com/quicwg/base-drafts/pull/2326#pullrequestreview-190995751",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>
----==_mimepart_5c368720b25ae_2c093fc8c12d45b41728ec--


From nobody Wed Jan  9 15:44: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 DC76412D7F8 for <quic-issues@ietfa.amsl.com>; Wed,  9 Jan 2019 15:44:30 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -11.149
X-Spam-Level: 
X-Spam-Status: No, score=-11.149 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIMWL_WL_HIGH=-4.553, 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_PASS=-0.001] autolearn=ham autolearn_force=no
Authentication-Results: ietfa.amsl.com (amavisd-new); dkim=pass (1024-bit key) header.d=github.com
Received: from mail.ietf.org ([4.31.198.44]) by localhost (ietfa.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id uXwmzfKRBCwg for <quic-issues@ietfa.amsl.com>; Wed,  9 Jan 2019 15:44: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 6627E123FFD for <quic-issues@ietf.org>; Wed,  9 Jan 2019 15:44:29 -0800 (PST)
Date: Wed, 09 Jan 2019 15:44:29 -0800
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1547077469; bh=WxGy22e6QoIvjS/gaPQbgLo/8Esj/++CL8tbdd84kOw=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=Vv+lYUboh7byCS3LKvmISGTXoS+fKV/OKaYtpykOosGOvgoOKwIuQesq8DRBSkxv/ JLuw8km8XLuyXt4ShO2GXtyVbVBWYHCqO5qR4GTO07XP9tYOWMp+dO6TVd2IL1Zb+t y7662U/sSI+L67gTP2pDWp269Z12IsqI16yJBKqE=
From: Martin Thomson <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+0166e4ab39f4c64e933cc70a36c9095aacecda72ce15561892cf00000001184e495d92a169ce17b17322@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/pull/2326/review/190995974@github.com>
In-Reply-To: <quicwg/base-drafts/pull/2326@github.com>
References: <quicwg/base-drafts/pull/2326@github.com>
Subject: Re: [quicwg/base-drafts] Client can't prioritize streams it can't open (#2326)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5c36875d3c11_18ef3fb14bed45b81513e3"; 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/VgW_JGw58qpXdbruT-2Os_WxmTM>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
List-Id: Notification list for GitHub issues related to the QUIC WG <quic-issues.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=unsubscribe>
List-Archive: <https://mailarchive.ietf.org/arch/browse/quic-issues/>
List-Post: <mailto:quic-issues@ietf.org>
List-Help: <mailto:quic-issues-request@ietf.org?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, 09 Jan 2019 23:44:31 -0000

----==_mimepart_5c36875d3c11_18ef3fb14bed45b81513e3
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

martinthomson commented on this pull request.



>  
-A PRIORITY frame that references a non-existent Push ID or a Placeholder ID
-greater than the server's limit MUST be treated as an HTTP_MALFORMED_FRAME
-error.
+A PRIORITY frame that references a non-existent Push ID, a Placeholder ID
+greater than the server's limit, or a Stream ID the client is not permitted to

For stream IDs, is this "not **yet** permitted"?  The previous paragraph establishes the use of HTTP_MALFORMED_FRAME for the wrong type of 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/2326#pullrequestreview-190995974
----==_mimepart_5c36875d3c11_18ef3fb14bed45b81513e3
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/2326#discussion_r246592447">draft-ietf-quic-http.md</a>:</p>
<pre style='color:#555'>&gt;  
-A PRIORITY frame that references a non-existent Push ID or a Placeholder ID
-greater than the server&#39;s limit MUST be treated as an HTTP_MALFORMED_FRAME
-error.
+A PRIORITY frame that references a non-existent Push ID, a Placeholder ID
+greater than the server&#39;s limit, or a Stream ID the client is not permitted to
</pre>
<p>For stream IDs, is this "not <strong>yet</strong> permitted"?  The previous paragraph establishes the use of HTTP_MALFORMED_FRAME for the wrong type of 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/2326#pullrequestreview-190995974">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AWbkq0ETqcS2BgrIO0OpYaslqREVOCjVks5vBn7dgaJpZM4Z4Fjv">mute the thread</a>.<img src="https://github.com/notifications/beacon/AWbkq8p4wtmMvwvGqdG1IyB-9Q8oL3Qpks5vBn7dgaJpZM4Z4Fjv.gif" height="1" width="1" alt="" /></p>
<script type="application/json" data-scope="inboxmarkup">{"api_version":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name":"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"https://github.githubassets.com/images/email/message_cards/header.png","avatar_image_url":"https://github.githubassets.com/images/email/message_cards/avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/quicwg/base-drafts"}},"updates":{"snippets":[{"icon":"PERSON","message":"@martinthomson commented on #2326"}],"action":{"name":"View Pull Request","url":"https://github.com/quicwg/base-drafts/pull/2326#pullrequestreview-190995974"}}}</script>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/pull/2326#pullrequestreview-190995974",
"url": "https://github.com/quicwg/base-drafts/pull/2326#pullrequestreview-190995974",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>
----==_mimepart_5c36875d3c11_18ef3fb14bed45b81513e3--


From nobody Wed Jan  9 15:44:39 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 C643612D84D for <quic-issues@ietfa.amsl.com>; Wed,  9 Jan 2019 15:44:38 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -6.007
X-Spam-Level: 
X-Spam-Status: No, score=-6.007 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIMWL_WL_HIGH=-4.553, DKIM_SIGNED=0.1, DKIM_VALID=-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_PASS=-0.001] autolearn=ham autolearn_force=no
Authentication-Results: ietfa.amsl.com (amavisd-new); dkim=pass (1024-bit key) header.d=github.com
Received: from mail.ietf.org ([4.31.198.44]) by localhost (ietfa.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id K4KFpl_tw0OQ for <quic-issues@ietfa.amsl.com>; Wed,  9 Jan 2019 15:44:36 -0800 (PST)
Received: from o4.sgmail.github.com (o4.sgmail.github.com [192.254.112.99]) (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 3219C12D7F8 for <quic-issues@ietf.org>; Wed,  9 Jan 2019 15:44:36 -0800 (PST)
DKIM-Signature: v=1; a=rsa-sha1; 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=LvOGPIB9X25VZEIbGXhwn/EfV7I=; b=b1mMiG7+Ujfvz2Wz SNc2mfev+0d9ULV7tJMMYHFCoxvX2qXGDNZmqG82gqIk850Do48ENng8AKSj+d+o x1Cfr7YIRTO/ZLvFqVFUz5T5skmfwNlLuKKCLyS4655ZI6unDMYSO+LPVkaBAXGA sI0wOx2k0EVRxXzUegh5Cny2nQI=
Received: by filter0194p1iad2.sendgrid.net with SMTP id filter0194p1iad2-12892-5C368762-1A 2019-01-09 23:44:34.755656531 +0000 UTC m=+158409.777306274
Received: from github-lowworker-3c598a3.cp1-iad.github.net (unknown [192.30.252.43]) by ismtpd0037p1iad2.sendgrid.net (SG) with ESMTP id CXCVhsyzTe-eFkl_aj9DxQ for <quic-issues@ietf.org>; Wed, 09 Jan 2019 23:44:34.740 +0000 (UTC)
Received: from github.com (localhost [127.0.0.1]) by github-lowworker-3c598a3.cp1-iad.github.net (Postfix) with ESMTP id B5449A802BB for <quic-issues@ietf.org>; Wed,  9 Jan 2019 15:44:34 -0800 (PST)
Date: Wed, 09 Jan 2019 23:44:34 +0000 (UTC)
From: Mike Bishop <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+0166e4abffe7735b89f3819d50c97ae566b40abfa80a04d892cf00000001184e496292a169ce173d8649@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/pull/2115/review/190995996@github.com>
In-Reply-To: <quicwg/base-drafts/pull/2115@github.com>
References: <quicwg/base-drafts/pull/2115@github.com>
Subject: Re: [quicwg/base-drafts] Introduce terms dynamic table capacity and maximum dynamic table capacity. (#2115)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5c368762b3959_27ab3fe3814d45b41372d8"; 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: l64QuQ2uJCcEyUykJbxN122A6QRmEpucztpreh3Pak1w5LoMoAd4Gj6d9OSb09qkXRAbO65ZryDtXu YapaqAXuTrO3FJLfsjo8LCXOasYvKYXAylYmUOuxiMJbev0fjiLuMe8CTiDFkSaYZD10eCo5nnF0Tt YL9sLki4EDYrkcAuRpnB+MD/ITM+tX/K2RifOyadRu2YhG/zXKOsIF1FKLdbFZCytDQzT+1yKuEkhi c=
Archived-At: <https://mailarchive.ietf.org/arch/msg/quic-issues/j45xjTJPWwoY-T7UxJdPnM26GVI>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
List-Id: Notification list for GitHub issues related to the QUIC WG <quic-issues.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=unsubscribe>
List-Archive: <https://mailarchive.ietf.org/arch/browse/quic-issues/>
List-Post: <mailto:quic-issues@ietf.org>
List-Help: <mailto:quic-issues-request@ietf.org?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, 09 Jan 2019 23:44:39 -0000

----==_mimepart_5c368762b3959_27ab3fe3814d45b41372d8
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/2115#pullrequestreview-190995996
----==_mimepart_5c368762b3959_27ab3fe3814d45b41372d8
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/2115#pullrequestreview-190995996">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AWbkqw8xs-AWn5hSpDqceQGYwdFNjHh0ks5vBn7igaJpZM4ZOCa2">mute the thread</a>.<img src="https://github.com/notifications/beacon/AWbkqxVhtxp0j5Gu2p9wDw2arV_yWvztks5vBn7igaJpZM4ZOCa2.gif" height="1" width="1" alt="" /></p>
<script type="application/json" data-scope="inboxmarkup">{"api_version":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name":"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"https://github.githubassets.com/images/email/message_cards/header.png","avatar_image_url":"https://github.githubassets.com/images/email/message_cards/avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/quicwg/base-drafts"}},"updates":{"snippets":[{"icon":"PERSON","message":"@MikeBishop approved #2115"}],"action":{"name":"View Pull Request","url":"https://github.com/quicwg/base-drafts/pull/2115#pullrequestreview-190995996"}}}</script>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/pull/2115#pullrequestreview-190995996",
"url": "https://github.com/quicwg/base-drafts/pull/2115#pullrequestreview-190995996",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>
----==_mimepart_5c368762b3959_27ab3fe3814d45b41372d8--


From nobody Wed Jan  9 15: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 2B8BC12D4F2 for <quic-issues@ietfa.amsl.com>; Wed,  9 Jan 2019 15:45:15 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -11.149
X-Spam-Level: 
X-Spam-Status: No, score=-11.149 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIMWL_WL_HIGH=-4.553, 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_PASS=-0.001] autolearn=ham autolearn_force=no
Authentication-Results: ietfa.amsl.com (amavisd-new); dkim=pass (1024-bit key) header.d=github.com
Received: from mail.ietf.org ([4.31.198.44]) by localhost (ietfa.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id X2zmeFZxez7z for <quic-issues@ietfa.amsl.com>; Wed,  9 Jan 2019 15:45: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 3FD54123FFD for <quic-issues@ietf.org>; Wed,  9 Jan 2019 15:45:13 -0800 (PST)
Date: Wed, 09 Jan 2019 15:45:12 -0800
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1547077512; bh=QFfMw07lCtroGsOstEKuJNInfWzb4SUTY9/jXCUtCUU=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=VbJ8VEAfPtu9mk8yDnynHELoq9DA3kgT+KuvLnM0t4ok1L8uRFIlTkDt4VrLXRo2K WyS3Fze1wBbwVt1gpFKEKhaX5tDok/m9gkIW0vxdW6qWLOqI/KmShaTsw8lz9bKlR3 p1VU81B54yxgOL4zY0bt+dFJTf3selx/1EACiue8=
From: Mike Bishop <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+0166e4ab5fdace77e1d93555eb380e8cd15728b263c0f64a92cf00000001184e498892a169ce17b17322@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/pull/2326/review/190996149@github.com>
In-Reply-To: <quicwg/base-drafts/pull/2326@github.com>
References: <quicwg/base-drafts/pull/2326@github.com>
Subject: Re: [quicwg/base-drafts] Client can't prioritize streams it can't open (#2326)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5c3687886f45b_9b83fc11f8d45bc10709c"; 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/d0_TBYe6svq4wHa6hAA5jpLoOHw>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
List-Id: Notification list for GitHub issues related to the QUIC WG <quic-issues.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=unsubscribe>
List-Archive: <https://mailarchive.ietf.org/arch/browse/quic-issues/>
List-Post: <mailto:quic-issues@ietf.org>
List-Help: <mailto:quic-issues-request@ietf.org?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, 09 Jan 2019 23:45:15 -0000

----==_mimepart_5c3687886f45b_9b83fc11f8d45bc10709c
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

MikeBishop commented on this pull request.



> @@ -1385,8 +1385,9 @@ HTTP_VERSION_FALLBACK (0x09):
 HTTP_WRONG_STREAM (0x0A):
 : A frame was received on a stream where it is not permitted.
 
-HTTP_PUSH_LIMIT_EXCEEDED (0x0B):
-: A Push ID greater than the current maximum Push ID was referenced.
+HTTP_LIMIT_EXCEEDED (0x0B):
+: An identifier greater than the current maximum for that identifier was
+  referenced.

And stream IDs.

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/quicwg/base-drafts/pull/2326#discussion_r246592581
----==_mimepart_5c3687886f45b_9b83fc11f8d45bc10709c
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/2326#discussion_r246592581">draft-ietf-quic-http.md</a>:</p>
<pre style='color:#555'>&gt; @@ -1385,8 +1385,9 @@ HTTP_VERSION_FALLBACK (0x09):
 HTTP_WRONG_STREAM (0x0A):
 : A frame was received on a stream where it is not permitted.
 
-HTTP_PUSH_LIMIT_EXCEEDED (0x0B):
-: A Push ID greater than the current maximum Push ID was referenced.
+HTTP_LIMIT_EXCEEDED (0x0B):
+: An identifier greater than the current maximum for that identifier was
+  referenced.
</pre>
<p>And stream IDs.</p>

<p style="font-size:small;-webkit-text-size-adjust:none;color:#666;">&mdash;<br />You are receiving this because you are subscribed to this thread.<br />Reply to this email directly, <a href="https://github.com/quicwg/base-drafts/pull/2326#discussion_r246592581">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AWbkq3GN8YeeiRIRre_jpIrDoTJvjH7pks5vBn8IgaJpZM4Z4Fjv">mute the thread</a>.<img src="https://github.com/notifications/beacon/AWbkq-HWmkmw2145ytOKEU96v5raqY7bks5vBn8IgaJpZM4Z4Fjv.gif" height="1" width="1" alt="" /></p>
<script type="application/json" data-scope="inboxmarkup">{"api_version":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name":"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"https://github.githubassets.com/images/email/message_cards/header.png","avatar_image_url":"https://github.githubassets.com/images/email/message_cards/avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/quicwg/base-drafts"}},"updates":{"snippets":[{"icon":"PERSON","message":"@MikeBishop commented on #2326"}],"action":{"name":"View Pull Request","url":"https://github.com/quicwg/base-drafts/pull/2326#discussion_r246592581"}}}</script>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/pull/2326#discussion_r246592581",
"url": "https://github.com/quicwg/base-drafts/pull/2326#discussion_r246592581",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>
----==_mimepart_5c3687886f45b_9b83fc11f8d45bc10709c--


From nobody Wed Jan  9 15:47: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 4182F12D7F8 for <quic-issues@ietfa.amsl.com>; Wed,  9 Jan 2019 15:47:15 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -10.935
X-Spam-Level: 
X-Spam-Status: No, score=-10.935 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIMWL_WL_HIGH=-4.553, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, HTML_IMAGE_ONLY_24=1.618, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-1, RCVD_IN_DNSWL_HI=-5, SPF_PASS=-0.001] autolearn=ham autolearn_force=no
Authentication-Results: ietfa.amsl.com (amavisd-new); dkim=pass (1024-bit key) header.d=github.com
Received: from mail.ietf.org ([4.31.198.44]) by localhost (ietfa.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id Rm-Ysvo976yl for <quic-issues@ietfa.amsl.com>; Wed,  9 Jan 2019 15:47: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 856B3123FFD for <quic-issues@ietf.org>; Wed,  9 Jan 2019 15:47:13 -0800 (PST)
Date: Wed, 09 Jan 2019 15:47:12 -0800
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1547077632; bh=u0WfGxBKLk+wVJikiJ+zG0qR/DILRTs9kXbHrTimmPg=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=V+izLF42W8PLo1M9as+8DzvKb7Y+0T412SNe+nqtJl/ePkq3QkyNaWp36bYihiDcP go2KEolrpRQ4B/BfElsPbsDmy/2uhDGAaKXDzuoao0RhDzFN+ZFqyB2ppOP8UTyAVT 33rYulLR2I7R2Cvvvdvxf2X6BtUuBgDwLMvTQIBw=
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/2326/push/3195682717@github.com>
In-Reply-To: <quicwg/base-drafts/pull/2326@github.com>
References: <quicwg/base-drafts/pull/2326@github.com>
Subject: Re: [quicwg/base-drafts] Client can't prioritize streams it can't open (#2326)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5c368800b177c_4fdd3f7e5c6d45c4679c7"; 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/cmr5mrpUkv7w0SDbClGp8Ku354k>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
List-Id: Notification list for GitHub issues related to the QUIC WG <quic-issues.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=unsubscribe>
List-Archive: <https://mailarchive.ietf.org/arch/browse/quic-issues/>
List-Post: <mailto:quic-issues@ietf.org>
List-Help: <mailto:quic-issues-request@ietf.org?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, 09 Jan 2019 23:47:15 -0000

----==_mimepart_5c368800b177c_4fdd3f7e5c6d45c4679c7
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

@MikeBishop pushed 1 commit.

cb02e6026a221238025d51e512e5c4acb3521deb  Martin's requested precisions


-- 
You are receiving this because you are subscribed to this thread.
View it on GitHub:
https://github.com/quicwg/base-drafts/pull/2326/files/6d121319c71dfd21a49a1bceacf66be31188d445..cb02e6026a221238025d51e512e5c4acb3521deb

----==_mimepart_5c368800b177c_4fdd3f7e5c6d45c4679c7
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/cb02e6026a221238025d51e512e5c4acb3521deb">cb02e60</a>  Martin&#39;s requested precisions</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/2326/files/6d121319c71dfd21a49a1bceacf66be31188d445..cb02e6026a221238025d51e512e5c4acb3521deb">View it on GitHub</a> or <a href="https://github.com/notifications/unsubscribe-auth/AWbkq1hfrcsAi-TwG5T5OCx36bgQrC_fks5vBn-AgaJpZM4Z4Fjv">mute the thread</a>.<img src="https://github.com/notifications/beacon/AWbkq69ucjPlp7mIz1Ykqaido8Qyxdroks5vBn-AgaJpZM4Z4Fjv.gif" height="1" width="1" alt="" /></p>
<script type="application/json" data-scope="inboxmarkup">{"api_version":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name":"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"https://github.githubassets.com/images/email/message_cards/header.png","avatar_image_url":"https://github.githubassets.com/images/email/message_cards/avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/quicwg/base-drafts"}},"updates":{"snippets":[{"icon":"PERSON","message":"@MikeBishop pushed 1 commit in #2326"}],"action":{"name":"View Pull Request","url":"https://github.com/quicwg/base-drafts/pull/2326/files/6d121319c71dfd21a49a1bceacf66be31188d445..cb02e6026a221238025d51e512e5c4acb3521deb"}}}</script>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/pull/2326/files/6d121319c71dfd21a49a1bceacf66be31188d445..cb02e6026a221238025d51e512e5c4acb3521deb",
"url": "https://github.com/quicwg/base-drafts/pull/2326/files/6d121319c71dfd21a49a1bceacf66be31188d445..cb02e6026a221238025d51e512e5c4acb3521deb",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>

----==_mimepart_5c368800b177c_4fdd3f7e5c6d45c4679c7--


From nobody Wed Jan  9 16:12: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 81E4912D84D for <quic-issues@ietfa.amsl.com>; Wed,  9 Jan 2019 16:12:36 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -10.934
X-Spam-Level: 
X-Spam-Status: No, score=-10.934 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIMWL_WL_HIGH=-4.553, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, HTML_IMAGE_ONLY_24=1.618, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-1, RCVD_IN_DNSWL_HI=-5, 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 25Yv_GpD-J5G for <quic-issues@ietfa.amsl.com>; Wed,  9 Jan 2019 16:12: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 1AB9B12D4F0 for <quic-issues@ietf.org>; Wed,  9 Jan 2019 16:12:35 -0800 (PST)
Date: Wed, 09 Jan 2019 16:12:34 -0800
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1547079154; bh=9NPqokgcYgZWVFzzz97ioFpXgY3kqDmY0d9vhCJpRuI=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=dZoUu1sdH4ehM5a06GghR8zxJ8JxtCVU4V0WkOwFNTZxpDhzYV5Fb2Yu+QT37t8R3 46G6DJdytiU/ZmgzXp53ZF73RQZhwzjqrq8RZxCkdSx5pGPaPnECqWx4CBYVJsiQQ6 UGMOxyviPzgiBxnCHyRlAaUFBr9h2Hms+vRSqQTs=
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/2327/push/3195733709@github.com>
In-Reply-To: <quicwg/base-drafts/pull/2327@github.com>
References: <quicwg/base-drafts/pull/2327@github.com>
Subject: Re: [quicwg/base-drafts] Ignore packet loss when the keys are not available (#2327)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5c368df2157de_2a3c3ff7a78d45bc285693"; 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/X5VG4VJZp0GZLxZ5iP134qYs-RQ>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
List-Id: Notification list for GitHub issues related to the QUIC WG <quic-issues.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=unsubscribe>
List-Archive: <https://mailarchive.ietf.org/arch/browse/quic-issues/>
List-Post: <mailto:quic-issues@ietf.org>
List-Help: <mailto:quic-issues-request@ietf.org?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, 10 Jan 2019 00:12:36 -0000

----==_mimepart_5c368df2157de_2a3c3ff7a78d45bc285693
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

@ianswett pushed 1 commit.

590d153623ebb20d8154109fc2749ab30cf203e2  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/2327/files/9f5ed67a743a76c4bb7d1b10168eb5cef21c145f..590d153623ebb20d8154109fc2749ab30cf203e2

----==_mimepart_5c368df2157de_2a3c3ff7a78d45bc285693
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/590d153623ebb20d8154109fc2749ab30cf203e2">590d153</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/2327/files/9f5ed67a743a76c4bb7d1b10168eb5cef21c145f..590d153623ebb20d8154109fc2749ab30cf203e2">View it on GitHub</a> or <a href="https://github.com/notifications/unsubscribe-auth/AWbkq6nE32vzVLR2m3aFN1M_vECVjPZ3ks5vBoVygaJpZM4Z4S8B">mute the thread</a>.<img src="https://github.com/notifications/beacon/AWbkq84XjfiYxf0NXfIiguQQLqPoiW0pks5vBoVygaJpZM4Z4S8B.gif" height="1" width="1" alt="" /></p>
<script type="application/json" data-scope="inboxmarkup">{"api_version":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name":"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"https://github.githubassets.com/images/email/message_cards/header.png","avatar_image_url":"https://github.githubassets.com/images/email/message_cards/avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/quicwg/base-drafts"}},"updates":{"snippets":[{"icon":"PERSON","message":"@ianswett pushed 1 commit in #2327"}],"action":{"name":"View Pull Request","url":"https://github.com/quicwg/base-drafts/pull/2327/files/9f5ed67a743a76c4bb7d1b10168eb5cef21c145f..590d153623ebb20d8154109fc2749ab30cf203e2"}}}</script>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/pull/2327/files/9f5ed67a743a76c4bb7d1b10168eb5cef21c145f..590d153623ebb20d8154109fc2749ab30cf203e2",
"url": "https://github.com/quicwg/base-drafts/pull/2327/files/9f5ed67a743a76c4bb7d1b10168eb5cef21c145f..590d153623ebb20d8154109fc2749ab30cf203e2",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>

----==_mimepart_5c368df2157de_2a3c3ff7a78d45bc285693--


From nobody Wed Jan  9 16:37: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 90EE9131027 for <quic-issues@ietfa.amsl.com>; Wed,  9 Jan 2019 16:37:24 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -12.552
X-Spam-Level: 
X-Spam-Status: No, score=-12.552 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIMWL_WL_HIGH=-4.553, 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_PASS=-0.001] autolearn=ham autolearn_force=no
Authentication-Results: ietfa.amsl.com (amavisd-new); dkim=pass (1024-bit key) header.d=github.com
Received: from mail.ietf.org ([4.31.198.44]) by localhost (ietfa.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id eQiNLq_VGwVt for <quic-issues@ietfa.amsl.com>; Wed,  9 Jan 2019 16:37: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 8A524130E1C for <quic-issues@ietf.org>; Wed,  9 Jan 2019 16:37:22 -0800 (PST)
Date: Wed, 09 Jan 2019 16:37:21 -0800
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1547080641; bh=ATgatdnrb9bj51REy5QlbF4tz2YSgir0JgQe9PisuHI=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=mjMSNv8veQwRPRZJ6ICcrqqm0SgkRswF6eWRZ+w4Iuw5uyLr7w/vMnqP9G5/PHmXO PK+OAoqGZqO3yA38ltkx5N79cVhc4s7HCcX+VU7T+Y3Exy35DzibHjEeam2jZzeV9W trVqN92JlBa8Q85ho0dSqYA6DwPEMcu7LJKtLTLM=
From: afrind <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+0166e4abf8abd6e98a01e937682cb7601d337b3ffe57cbe492cf00000001184e55c192a169ce17392ee3@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/pull/2111/review/191003748@github.com>
In-Reply-To: <quicwg/base-drafts/pull/2111@github.com>
References: <quicwg/base-drafts/pull/2111@github.com>
Subject: Re: [quicwg/base-drafts] Use "Insert Count" rather than "Largest Reference" (#2111)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5c3693c17a54b_11833fb762ed45b41025eb"; 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/XYkdHkNQ8vdan7CVDSabaFkwNvw>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
List-Id: Notification list for GitHub issues related to the QUIC WG <quic-issues.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=unsubscribe>
List-Archive: <https://mailarchive.ietf.org/arch/browse/quic-issues/>
List-Post: <mailto:quic-issues@ietf.org>
List-Help: <mailto:quic-issues-request@ietf.org?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, 10 Jan 2019 00:37:24 -0000

----==_mimepart_5c3693c17a54b_11833fb762ed45b41025eb
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

afrind commented on this pull request.



>      +---+-----+-----+-----+-------+
-    | n | n-1 | n-2 | ... |  d+1  |  Absolute Index
+    | n | n-1 | n-2 | ... |   d   |  Absolute Index

If the absolute index is 0 based, then shouldn't the most recent entry be 'n - 1'?.  Eg: if Insert Count is 1 then the entry's absolute index is 0.

>      +---+-----+-----+-----+-----+
-    | n | n-1 | n-2 | ... | d+1 |  Absolute Index
+    | n | n-1 | n-2 | ... |  d  |  Absolute Index

Same here

> @@ -708,17 +726,17 @@ become blocked, as described in {{state-synchronization}}.
 {:#fig-size-sync title="Table State Synchronize"}

The above table still uses 'Insert Count', which might confuse some readers now that we've defined this term above to mean something else.  What this instruction sends is a Insert Count Delta, or something?

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/quicwg/base-drafts/pull/2111#pullrequestreview-191003748
----==_mimepart_5c3693c17a54b_11833fb762ed45b41025eb
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

<p><b>@afrind</b> commented on this pull request.</p>

<hr>

<p>In <a href="https://github.com/quicwg/base-drafts/pull/2111#discussion_r246598714">draft-ietf-quic-qpack.md</a>:</p>
<pre style='color:#555'>&gt;      +---+-----+-----+-----+-------+
-    | n | n-1 | n-2 | ... |  d+1  |  Absolute Index
+    | n | n-1 | n-2 | ... |   d   |  Absolute Index
</pre>
<p>If the absolute index is 0 based, then shouldn't the most recent entry be 'n - 1'?.  Eg: if Insert Count is 1 then the entry's absolute index is 0.</p>

<hr>

<p>In <a href="https://github.com/quicwg/base-drafts/pull/2111#discussion_r246599758">draft-ietf-quic-qpack.md</a>:</p>
<pre style='color:#555'>&gt;      +---+-----+-----+-----+-----+
-    | n | n-1 | n-2 | ... | d+1 |  Absolute Index
+    | n | n-1 | n-2 | ... |  d  |  Absolute Index
</pre>
<p>Same here</p>

<hr>

<p>In <a href="https://github.com/quicwg/base-drafts/pull/2111#discussion_r246600979">draft-ietf-quic-qpack.md</a>:</p>
<pre style='color:#555'>&gt; @@ -708,17 +726,17 @@ become blocked, as described in {{state-synchronization}}.
 {:#fig-size-sync title=&quot;Table State Synchronize&quot;}
</pre>
<p>The above table still uses 'Insert Count', which might confuse some readers now that we've defined this term above to mean something else.  What this instruction sends is a Insert Count Delta, or something?</p>

<p style="font-size:small;-webkit-text-size-adjust:none;color:#666;">&mdash;<br />You are receiving this because you are subscribed to this thread.<br />Reply to this email directly, <a href="https://github.com/quicwg/base-drafts/pull/2111#pullrequestreview-191003748">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AWbkqwfM3HCQRHQOBAqoOqOfJwox30Q_ks5vBotBgaJpZM4ZMydb">mute the thread</a>.<img src="https://github.com/notifications/beacon/AWbkq9cf4V43UhEwQn-HOiXKJ0q2dcvOks5vBotBgaJpZM4ZMydb.gif" height="1" width="1" alt="" /></p>
<script type="application/json" data-scope="inboxmarkup">{"api_version":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name":"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"https://github.githubassets.com/images/email/message_cards/header.png","avatar_image_url":"https://github.githubassets.com/images/email/message_cards/avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/quicwg/base-drafts"}},"updates":{"snippets":[{"icon":"PERSON","message":"@afrind commented on #2111"}],"action":{"name":"View Pull Request","url":"https://github.com/quicwg/base-drafts/pull/2111#pullrequestreview-191003748"}}}</script>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/pull/2111#pullrequestreview-191003748",
"url": "https://github.com/quicwg/base-drafts/pull/2111#pullrequestreview-191003748",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>
----==_mimepart_5c3693c17a54b_11833fb762ed45b41025eb--


From nobody Wed Jan  9 16:41: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 392EC130DC9 for <quic-issues@ietfa.amsl.com>; Wed,  9 Jan 2019 16:41:12 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -12.553
X-Spam-Level: 
X-Spam-Status: No, score=-12.553 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIMWL_WL_HIGH=-4.553, 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_PASS=-0.001] autolearn=ham autolearn_force=no
Authentication-Results: ietfa.amsl.com (amavisd-new); dkim=pass (1024-bit key) header.d=github.com
Received: from mail.ietf.org ([4.31.198.44]) by localhost (ietfa.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id ORGtSorNE4Jg for <quic-issues@ietfa.amsl.com>; Wed,  9 Jan 2019 16:41: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 2C42B12DF72 for <quic-issues@ietf.org>; Wed,  9 Jan 2019 16:41:10 -0800 (PST)
Date: Wed, 09 Jan 2019 16:41:09 -0800
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1547080869; bh=9FbtaTdy6iB64H4yRyBEcufCl8TJE1kmCCjpaXDgmbU=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=nLKc8jNq4upXVRptKyArvF1m+gUwUcyBxVgIXY0voZKoK9n3tsASyrdsLnPdjxajr hy6TasoWPl5wow3gREH458bBBIouMF7sZhXQeMRatU6ymy0i3BHF13fV/dZyOJqShM IYmhvst02z0SBiJ3b4aKSZS9AiQdRBlIa42RtL5c=
From: Martin Thomson <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+0166e4ab7665c67ce9e92d694f170b95dce0219eee8157ac92cf00000001184e56a592a169ce17b2473c@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/pull/2327/review/191007537@github.com>
In-Reply-To: <quicwg/base-drafts/pull/2327@github.com>
References: <quicwg/base-drafts/pull/2327@github.com>
Subject: Re: [quicwg/base-drafts] Ignore packet loss when the keys are not available (#2327)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5c3694a54593c_53c43fa2be2d45c41296e2"; 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/r2no72ELDMMjqgVuky77y1cwRHk>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
List-Id: Notification list for GitHub issues related to the QUIC WG <quic-issues.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=unsubscribe>
List-Archive: <https://mailarchive.ietf.org/arch/browse/quic-issues/>
List-Post: <mailto:quic-issues@ietf.org>
List-Help: <mailto:quic-issues-request@ietf.org?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, 10 Jan 2019 00:41:12 -0000

----==_mimepart_5c3694a54593c_53c43fa2be2d45c41296e2
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

martinthomson approved this pull request.

Some suggestions, but this is good.  Thanks.

> @@ -427,15 +427,33 @@ packet is received.  The client MAY use this value to seed the RTT estimator for
 a subsequent connection attempt to the server.
 
 
-#### Discarding Initial State {#discard-initial}
+#### Discarding Keys and Packet State {#discarding-packets}
+
+When keys are discarded, recovery state for all in-flight packets sent with

I think that we want to use "packet protection keys" on the first mention here.

```suggestion
When packet protection keys are discarded (see Section 4.9 of {{QUIC-TLS}}), recovery state for all in-flight packets sent with
```

>  
+During the handshake, the keys to remove packet protection may not yet be

```suggestion
During the handshake, some packet protection keys might not be
```

>  
+During the handshake, the keys to remove packet protection may not yet be
+available when the packet arrives. In particular, Handshake and 0-RTT packets

```suggestion
available when a packet arrives. In particular, Handshake and 0-RTT packets
```

>  
+During the handshake, the keys to remove packet protection may not yet be
+available when the packet arrives. In particular, Handshake and 0-RTT packets
+will not be processable until the Initial flight arrives and 1-RTT packets

```suggestion
can't be processed until the Initial flight arrives and 1-RTT packets
```

>  
+During the handshake, the keys to remove packet protection may not yet be
+available when the packet arrives. In particular, Handshake and 0-RTT packets
+will not be processable until the Initial flight arrives and 1-RTT packets
+will not be processable until the handshake completes.  Implementations MAY

```suggestion
can't be processed until the handshake completes.  Endpoints 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/2327#pullrequestreview-191007537
----==_mimepart_5c3694a54593c_53c43fa2be2d45c41296e2
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: quoted-printable

<p><b>@martinthomson</b> approved this pull request.</p>=0D
=0D
<p>Some suggestions, but this is good.  Thanks.</p><hr>=0D
=0D
<p>In <a href=3D"https://github.com/quicwg/base-drafts/pull/2327#discussi=
on_r246601830">draft-ietf-quic-recovery.md</a>:</p>=0D
<pre style=3D'color:#555'>&gt; @@ -427,15 +427,33 @@ packet is received. =
 The client MAY use this value to seed the RTT estimator for=0D
 a subsequent connection attempt to the server.=0D
 =0D
 =0D
-#### Discarding Initial State {#discard-initial}=0D
+#### Discarding Keys and Packet State {#discarding-packets}=0D
+=0D
+When keys are discarded, recovery state for all in-flight packets sent w=
ith=0D
</pre>=0D
<p>I think that we want to use "packet protection keys" on the first ment=
ion here.</p>=0D
=E2=AC=87=EF=B8=8F Suggested change=0D
<pre style=3D"color: #555">-When keys are discarded, recovery state for a=
ll in-flight packets sent with=0D
+When packet protection keys are discarded (see Section 4.9 of {{QUIC-TLS=
}}), recovery state for all in-flight packets sent with=0D
</pre>=0D
=0D
=0D
<hr>=0D
=0D
<p>In <a href=3D"https://github.com/quicwg/base-drafts/pull/2327#discussi=
on_r246602189">draft-ietf-quic-recovery.md</a>:</p>=0D
<pre style=3D'color:#555'>&gt;  =0D
+During the handshake, the keys to remove packet protection may not yet b=
e=0D
</pre>=0D
=E2=AC=87=EF=B8=8F Suggested change=0D
<pre style=3D"color: #555">-During the handshake, the keys to remove pack=
et protection may not yet be=0D
+During the handshake, some packet protection keys might not be=0D
</pre>=0D
=0D
=0D
<hr>=0D
=0D
<p>In <a href=3D"https://github.com/quicwg/base-drafts/pull/2327#discussi=
on_r246602218">draft-ietf-quic-recovery.md</a>:</p>=0D
<pre style=3D'color:#555'>&gt;  =0D
+During the handshake, the keys to remove packet protection may not yet b=
e=0D
+available when the packet arrives. In particular, Handshake and 0-RTT pa=
ckets=0D
</pre>=0D
=E2=AC=87=EF=B8=8F Suggested change=0D
<pre style=3D"color: #555">-available when the packet arrives. In particu=
lar, Handshake and 0-RTT packets=0D
+available when a packet arrives. In particular, Handshake and 0-RTT pack=
ets=0D
</pre>=0D
=0D
=0D
<hr>=0D
=0D
<p>In <a href=3D"https://github.com/quicwg/base-drafts/pull/2327#discussi=
on_r246602278">draft-ietf-quic-recovery.md</a>:</p>=0D
<pre style=3D'color:#555'>&gt;  =0D
+During the handshake, the keys to remove packet protection may not yet b=
e=0D
+available when the packet arrives. In particular, Handshake and 0-RTT pa=
ckets=0D
+will not be processable until the Initial flight arrives and 1-RTT packe=
ts=0D
</pre>=0D
=E2=AC=87=EF=B8=8F Suggested change=0D
<pre style=3D"color: #555">-will not be processable until the Initial fli=
ght arrives and 1-RTT packets=0D
+can't be processed until the Initial flight arrives and 1-RTT packets=0D=

</pre>=0D
=0D
=0D
<hr>=0D
=0D
<p>In <a href=3D"https://github.com/quicwg/base-drafts/pull/2327#discussi=
on_r246602442">draft-ietf-quic-recovery.md</a>:</p>=0D
<pre style=3D'color:#555'>&gt;  =0D
+During the handshake, the keys to remove packet protection may not yet b=
e=0D
+available when the packet arrives. In particular, Handshake and 0-RTT pa=
ckets=0D
+will not be processable until the Initial flight arrives and 1-RTT packe=
ts=0D
+will not be processable until the handshake completes.  Implementations =
MAY=0D
</pre>=0D
=E2=AC=87=EF=B8=8F Suggested change=0D
<pre style=3D"color: #555">-will not be processable until the handshake c=
ompletes.  Implementations MAY=0D
+can't be processed until the handshake completes.  Endpoints MAY=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/2327#pullrequestreview-191007537">view it on GitHub</=
a>, or <a href=3D"https://github.com/notifications/unsubscribe-auth/AWbkq=
3B-iDC7V3FL4NlJIqxuWyBaUKMwks5vBowlgaJpZM4Z4S8B">mute the thread</a>.<img=
 src=3D"https://github.com/notifications/beacon/AWbkq-HYTnCX24A9jW3ChijRv=
y8xG5F8ks5vBowlgaJpZM4Z4S8B.gif" height=3D"1" width=3D"1" alt=3D"" /></p>=
=0D
<script type=3D"application/json" data-scope=3D"inboxmarkup">{"api_versio=
n":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name"=
:"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"=
quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"http=
s://github.githubassets.com/images/email/message_cards/header.png","avata=
r_image_url":"https://github.githubassets.com/images/email/message_cards/=
avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/q=
uicwg/base-drafts"}},"updates":{"snippets":[{"icon":"PERSON","message":"@=
martinthomson approved #2327"}],"action":{"name":"View Pull Request","url=
":"https://github.com/quicwg/base-drafts/pull/2327#pullrequestreview-1910=
07537"}}}</script>=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/2327#pullrequestrev=
iew-191007537",=0D
"url": "https://github.com/quicwg/base-drafts/pull/2327#pullrequestreview=
-191007537",=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_5c3694a54593c_53c43fa2be2d45c41296e2--


From nobody Wed Jan  9 16:46: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 A1CF9130DC9 for <quic-issues@ietfa.amsl.com>; Wed,  9 Jan 2019 16:46:25 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -10.935
X-Spam-Level: 
X-Spam-Status: No, score=-10.935 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIMWL_WL_HIGH=-4.553, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, HTML_IMAGE_ONLY_24=1.618, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-1, RCVD_IN_DNSWL_HI=-5, SPF_PASS=-0.001] autolearn=ham autolearn_force=no
Authentication-Results: ietfa.amsl.com (amavisd-new); dkim=pass (1024-bit key) header.d=github.com
Received: from mail.ietf.org ([4.31.198.44]) by localhost (ietfa.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 39_w_WhWeHQU for <quic-issues@ietfa.amsl.com>; Wed,  9 Jan 2019 16:46: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 38D9F12DD85 for <quic-issues@ietf.org>; Wed,  9 Jan 2019 16:46:24 -0800 (PST)
Date: Wed, 09 Jan 2019 16:46:23 -0800
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1547081183; bh=PSobTJe2H4Qr7b4vmCr3fTDeShYrx3AroGZsD/50gac=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=GdLNRMRzqqM1BWnZyiCCKBmJNa5dLuax43BSBSWAOaAwEW3GKArEnTpOuo0r7q066 39NroA7VouWseN9sSYkjjfNQJ3Qrc/sfu5SdPCy8asN56Ln22juWxWJdbbUnSo14a4 z3EwauNJND80oKwYcFVaHCP+lP1zomYc1VjzWUAg=
From: Martin Thomson <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+0166e4ab4dd52f4093370e1447ef95036bd28e17e4f8970f92cf00000001184e57df92a169ce17392ee3@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/pull/2111/review/191009414@github.com>
In-Reply-To: <quicwg/base-drafts/pull/2111@github.com>
References: <quicwg/base-drafts/pull/2111@github.com>
Subject: Re: [quicwg/base-drafts] Use "Insert Count" rather than "Largest Reference" (#2111)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5c3695df28ec7_6cd83fe25a6d45bc1346ca"; 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/qAbPFi5MuoDLdVvGZ81fflVXsFQ>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
List-Id: Notification list for GitHub issues related to the QUIC WG <quic-issues.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=unsubscribe>
List-Archive: <https://mailarchive.ietf.org/arch/browse/quic-issues/>
List-Post: <mailto:quic-issues@ietf.org>
List-Help: <mailto:quic-issues-request@ietf.org?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, 10 Jan 2019 00:46:26 -0000

----==_mimepart_5c3695df28ec7_6cd83fe25a6d45bc1346ca
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

martinthomson commented on this pull request.



> @@ -708,17 +726,17 @@ become blocked, as described in {{state-synchronization}}.
 {:#fig-size-sync title="Table State Synchronize"}

Yep, that's a good idea, though it pushes the limits of what fits in the little box :)  I wanted Insert Count Increment, but that very much doesn't fit.

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/quicwg/base-drafts/pull/2111#discussion_r246603394
----==_mimepart_5c3695df28ec7_6cd83fe25a6d45bc1346ca
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/2111#discussion_r246603394">draft-ietf-quic-qpack.md</a>:</p>
<pre style='color:#555'>&gt; @@ -708,17 +726,17 @@ become blocked, as described in {{state-synchronization}}.
 {:#fig-size-sync title=&quot;Table State Synchronize&quot;}
</pre>
<p>Yep, that's a good idea, though it pushes the limits of what fits in the little box :)  I wanted Insert Count Increment, but that very much doesn't fit.</p>

<p style="font-size:small;-webkit-text-size-adjust:none;color:#666;">&mdash;<br />You are receiving this because you are subscribed to this thread.<br />Reply to this email directly, <a href="https://github.com/quicwg/base-drafts/pull/2111#discussion_r246603394">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AWbkq5ET5qpS3TJR52dr2MM_00ZglMX3ks5vBo1fgaJpZM4ZMydb">mute the thread</a>.<img src="https://github.com/notifications/beacon/AWbkqzQLy-bCVCNOjZK_9yOz1pARqEq2ks5vBo1fgaJpZM4ZMydb.gif" height="1" width="1" alt="" /></p>
<script type="application/json" data-scope="inboxmarkup">{"api_version":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name":"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"https://github.githubassets.com/images/email/message_cards/header.png","avatar_image_url":"https://github.githubassets.com/images/email/message_cards/avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/quicwg/base-drafts"}},"updates":{"snippets":[{"icon":"PERSON","message":"@martinthomson commented on #2111"}],"action":{"name":"View Pull Request","url":"https://github.com/quicwg/base-drafts/pull/2111#discussion_r246603394"}}}</script>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/pull/2111#discussion_r246603394",
"url": "https://github.com/quicwg/base-drafts/pull/2111#discussion_r246603394",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>
----==_mimepart_5c3695df28ec7_6cd83fe25a6d45bc1346ca--


From nobody Wed Jan  9 16:50: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 43664130E1C for <quic-issues@ietfa.amsl.com>; Wed,  9 Jan 2019 16:50:18 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -11.149
X-Spam-Level: 
X-Spam-Status: No, score=-11.149 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIMWL_WL_HIGH=-4.553, 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_PASS=-0.001] autolearn=ham autolearn_force=no
Authentication-Results: ietfa.amsl.com (amavisd-new); dkim=pass (1024-bit key) header.d=github.com
Received: from mail.ietf.org ([4.31.198.44]) by localhost (ietfa.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id JM-qd3IsO85E for <quic-issues@ietfa.amsl.com>; Wed,  9 Jan 2019 16:50: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 55B1B12DF72 for <quic-issues@ietf.org>; Wed,  9 Jan 2019 16:50:16 -0800 (PST)
Date: Wed, 09 Jan 2019 16:50:15 -0800
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1547081415; bh=Of67CMooy3ud7dQ89H1U8M5UBzMOvf+HBDKmtpOGys4=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=C2qjsKiQFVEn7Ryb1hpjR6VQ7chUJPltI4HTqifr7gQPEKClsKz7OMrQYJetS2Spr xOFbBp7nzkFN9tQBIwrwzq0lpk+pUWOBcG3tlE6qivbriLTFFLqfwRPqsP/jhxX5Kj GTpt6/hmF11ajEUY3d8HJOK3YsJT95hyZpkXn2hM=
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/2111/push/3195804532@github.com>
In-Reply-To: <quicwg/base-drafts/pull/2111@github.com>
References: <quicwg/base-drafts/pull/2111@github.com>
Subject: Re: [quicwg/base-drafts] Use "Insert Count" rather than "Largest Reference" (#2111)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5c3696c753165_3e6c3f9d0a8d45b445810"; 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/WjZ4ydfnS2GHt0WFTTX0ilOCJ2w>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
List-Id: Notification list for GitHub issues related to the QUIC WG <quic-issues.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=unsubscribe>
List-Archive: <https://mailarchive.ietf.org/arch/browse/quic-issues/>
List-Post: <mailto:quic-issues@ietf.org>
List-Help: <mailto:quic-issues-request@ietf.org?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, 10 Jan 2019 00:50:18 -0000

----==_mimepart_5c3696c753165_3e6c3f9d0a8d45b445810
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

@martinthomson pushed 2 commits.

7281fc27a796dc00bc0e4a7bab277c06513ec894  More off-by-one errors
43a826cbbf9c32a7ebaed40da7ed7fba27cef56c  Insert Count Delta for the Table State Synchronize instruction


-- 
You are receiving this because you are subscribed to this thread.
View it on GitHub:
https://github.com/quicwg/base-drafts/pull/2111/files/bcca2eba0c0740f8255fee1cf373830c2fd5f5f0..43a826cbbf9c32a7ebaed40da7ed7fba27cef56c

----==_mimepart_5c3696c753165_3e6c3f9d0a8d45b445810
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/7281fc27a796dc00bc0e4a7bab277c06513ec894">7281fc2</a>  More off-by-one errors</li>
  <li><a class="commit-link" href="https://github.com/quicwg/base-drafts/commit/43a826cbbf9c32a7ebaed40da7ed7fba27cef56c">43a826c</a>  Insert Count Delta for the Table State Synchronize instruction</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/2111/files/bcca2eba0c0740f8255fee1cf373830c2fd5f5f0..43a826cbbf9c32a7ebaed40da7ed7fba27cef56c">View it on GitHub</a> or <a href="https://github.com/notifications/unsubscribe-auth/AWbkqzWT63c9bWoPrY4tQpBNyrNKKe9Oks5vBo5HgaJpZM4ZMydb">mute the thread</a>.<img src="https://github.com/notifications/beacon/AWbkqy4pydig7_3MolfLv-yFYpiX2z1tks5vBo5HgaJpZM4ZMydb.gif" height="1" width="1" alt="" /></p>
<script type="application/json" data-scope="inboxmarkup">{"api_version":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name":"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"https://github.githubassets.com/images/email/message_cards/header.png","avatar_image_url":"https://github.githubassets.com/images/email/message_cards/avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/quicwg/base-drafts"}},"updates":{"snippets":[{"icon":"PERSON","message":"@martinthomson pushed 2 commits in #2111"}],"action":{"name":"View Pull Request","url":"https://github.com/quicwg/base-drafts/pull/2111/files/bcca2eba0c0740f8255fee1cf373830c2fd5f5f0..43a826cbbf9c32a7ebaed40da7ed7fba27cef56c"}}}</script>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/pull/2111/files/bcca2eba0c0740f8255fee1cf373830c2fd5f5f0..43a826cbbf9c32a7ebaed40da7ed7fba27cef56c",
"url": "https://github.com/quicwg/base-drafts/pull/2111/files/bcca2eba0c0740f8255fee1cf373830c2fd5f5f0..43a826cbbf9c32a7ebaed40da7ed7fba27cef56c",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>

----==_mimepart_5c3696c753165_3e6c3f9d0a8d45b445810--


From nobody Wed Jan  9 16:50:38 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 E67B4131088 for <quic-issues@ietfa.amsl.com>; Wed,  9 Jan 2019 16:50:33 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -5.935
X-Spam-Level: 
X-Spam-Status: No, score=-5.935 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIMWL_WL_HIGH=-4.553, DKIM_SIGNED=0.1, DKIM_VALID=-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_PASS=-0.001] autolearn=ham autolearn_force=no
Authentication-Results: ietfa.amsl.com (amavisd-new); dkim=pass (1024-bit key) header.d=github.com
Received: from mail.ietf.org ([4.31.198.44]) by localhost (ietfa.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id gkEaOmzzq0rc for <quic-issues@ietfa.amsl.com>; Wed,  9 Jan 2019 16:50:32 -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 994E81310A0 for <quic-issues@ietf.org>; Wed,  9 Jan 2019 16:50:31 -0800 (PST)
DKIM-Signature: v=1; a=rsa-sha1; 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=1P7dZ42jsh6ntGmkOs6yxXkTtqE=; b=X9CHdk7DqIQmveMe svpF6jddFDscumSq69jVmwDPXUKKqUCF1YBuxHm7O2gYOs/PfmgnJ0rSGUaCDsJk GP4b2RiviNrxYATEC/Wvv6PwBPtdCwdap71yKEWJjXGbHRcMMEf5JlDe2NNrWNa7 rNDObFUJzCRYbXlOgICb2oyFmH4=
Received: by filter0532p1iad2.sendgrid.net with SMTP id filter0532p1iad2-9317-5C3696D6-15 2019-01-10 00:50:30.371105257 +0000 UTC m=+163536.603738768
Received: from github-lowworker-cef7735.cp1-iad.github.net (unknown [192.30.252.35]) by ismtpd0018p1iad1.sendgrid.net (SG) with ESMTP id e6CWWo3lShWiqCMD7uvPkw for <quic-issues@ietf.org>; Thu, 10 Jan 2019 00:50:30.299 +0000 (UTC)
Received: from github.com (localhost [127.0.0.1]) by github-lowworker-cef7735.cp1-iad.github.net (Postfix) with ESMTP id 475A51E125F for <quic-issues@ietf.org>; Wed,  9 Jan 2019 16:50:30 -0800 (PST)
Date: Thu, 10 Jan 2019 00:50:30 +0000 (UTC)
From: Martin Thomson <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+0166e4ab2ae79a4cc1bc370d30615b2058924c97752350af92cf00000001184e58d692a169ce17392ee3@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/pull/2111/review/191010205@github.com>
In-Reply-To: <quicwg/base-drafts/pull/2111@github.com>
References: <quicwg/base-drafts/pull/2111@github.com>
Subject: Re: [quicwg/base-drafts] Use "Insert Count" rather than "Largest Reference" (#2111)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5c3696d645648_78263f816f2d45bc89975"; 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-SG-EID: l64QuQ2uJCcEyUykJbxN122A6QRmEpucztpreh3Pak0akthP9qJ+xebqKZ+8V5ShP6FejGj2NpOLcB 6mEw8pcpTILSi6zWwuA8vx7nZywCjDvrUu7DHpSjCeVmO1AqwC5iehvG4zOmnOOOhbRSOTvZ4o9Z0D FE4ds5y6U/jHZ6UZH+f7FUYHznakGsuonwrnl6pPM/VKMo9fnnUAHxsiDb+x7u7QM7UJrqoKgJPpBH U=
Archived-At: <https://mailarchive.ietf.org/arch/msg/quic-issues/nImEmgRSurDOrhV_vksqr5QMQX4>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
List-Id: Notification list for GitHub issues related to the QUIC WG <quic-issues.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=unsubscribe>
List-Archive: <https://mailarchive.ietf.org/arch/browse/quic-issues/>
List-Post: <mailto:quic-issues@ietf.org>
List-Help: <mailto:quic-issues-request@ietf.org?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, 10 Jan 2019 00:50:37 -0000

----==_mimepart_5c3696d645648_78263f816f2d45bc89975
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

martinthomson commented on this pull request.



> @@ -708,17 +726,17 @@ become blocked, as described in {{state-synchronization}}.
 {:#fig-size-sync title="Table State Synchronize"}

Incidentally, does this work?  https://github.com/quicwg/base-drafts/compare/insert-count...insert-count-increment?expand=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/pull/2111#discussion_r246604064
----==_mimepart_5c3696d645648_78263f816f2d45bc89975
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/2111#discussion_r246604064">draft-ietf-quic-qpack.md</a>:</p>
<pre style='color:#555'>&gt; @@ -708,17 +726,17 @@ become blocked, as described in {{state-synchronization}}.
 {:#fig-size-sync title=&quot;Table State Synchronize&quot;}
</pre>
<p>Incidentally, does this work?  <a href="https://github.com/quicwg/base-drafts/compare/insert-count...insert-count-increment?expand=1">https://github.com/quicwg/base-drafts/compare/insert-count...insert-count-increment?expand=1</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/2111#discussion_r246604064">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AWbkq0qiW2gKcdl1ZcWjkOD_Xq7ivfE2ks5vBo5WgaJpZM4ZMydb">mute the thread</a>.<img src="https://github.com/notifications/beacon/AWbkq8NrrsklvEOGIMojhXNBj1_4wijbks5vBo5WgaJpZM4ZMydb.gif" height="1" width="1" alt="" /></p>
<script type="application/json" data-scope="inboxmarkup">{"api_version":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name":"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"https://github.githubassets.com/images/email/message_cards/header.png","avatar_image_url":"https://github.githubassets.com/images/email/message_cards/avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/quicwg/base-drafts"}},"updates":{"snippets":[{"icon":"PERSON","message":"@martinthomson commented on #2111"}],"action":{"name":"View Pull Request","url":"https://github.com/quicwg/base-drafts/pull/2111#discussion_r246604064"}}}</script>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/pull/2111#discussion_r246604064",
"url": "https://github.com/quicwg/base-drafts/pull/2111#discussion_r246604064",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>
----==_mimepart_5c3696d645648_78263f816f2d45bc89975--


From nobody Wed Jan  9 16: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 094A212DF72 for <quic-issues@ietfa.amsl.com>; Wed,  9 Jan 2019 16:51:51 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -10.935
X-Spam-Level: 
X-Spam-Status: No, score=-10.935 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIMWL_WL_HIGH=-4.553, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, HTML_IMAGE_ONLY_24=1.618, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-1, RCVD_IN_DNSWL_HI=-5, SPF_PASS=-0.001] autolearn=ham autolearn_force=no
Authentication-Results: ietfa.amsl.com (amavisd-new); dkim=pass (1024-bit key) header.d=github.com
Received: from mail.ietf.org ([4.31.198.44]) by localhost (ietfa.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id DSu31heH7FiI for <quic-issues@ietfa.amsl.com>; Wed,  9 Jan 2019 16:51:49 -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 191B312DD85 for <quic-issues@ietf.org>; Wed,  9 Jan 2019 16:51:49 -0800 (PST)
Date: Wed, 09 Jan 2019 16:51:48 -0800
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1547081508; bh=j8WgblOQs1iKejI+a08w/joFvI7ak7E47ZBwo6nwboI=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=eTvWmLalkq/10+GnzleG0sTMMepGXx2WBgWnvg5Df5AcmEMlUN+cVF/RtAQPIvCkT nsc7QLRBOpfqsihTJHDaBwcYBqqULt+Oz4u8x4zyn7vpvgXE70zA3eBCfixEYmgWiN ah0+hUkLHjSLQxpLpik8NZ6+3rfCVLKSdZ/8qs7Q=
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/2111/push/3195807322@github.com>
In-Reply-To: <quicwg/base-drafts/pull/2111@github.com>
References: <quicwg/base-drafts/pull/2111@github.com>
Subject: Re: [quicwg/base-drafts] Use "Insert Count" rather than "Largest Reference" (#2111)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5c369724553fb_68d3fa8288d45b83973"; 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/YoeyAAm3-CHYE3bOwT_pPodyDWU>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
List-Id: Notification list for GitHub issues related to the QUIC WG <quic-issues.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=unsubscribe>
List-Archive: <https://mailarchive.ietf.org/arch/browse/quic-issues/>
List-Post: <mailto:quic-issues@ietf.org>
List-Help: <mailto:quic-issues-request@ietf.org?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, 10 Jan 2019 00:51:51 -0000

----==_mimepart_5c369724553fb_68d3fa8288d45b83973
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

@martinthomson pushed 1 commit.

8d8f334773da8d14b218defe3efb5a538677f451  Merge branch 'master' into insert-count


-- 
You are receiving this because you are subscribed to this thread.
View it on GitHub:
https://github.com/quicwg/base-drafts/pull/2111/files/43a826cbbf9c32a7ebaed40da7ed7fba27cef56c..8d8f334773da8d14b218defe3efb5a538677f451

----==_mimepart_5c369724553fb_68d3fa8288d45b83973
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/8d8f334773da8d14b218defe3efb5a538677f451">8d8f334</a>  Merge branch &#39;master&#39; into insert-count</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/2111/files/43a826cbbf9c32a7ebaed40da7ed7fba27cef56c..8d8f334773da8d14b218defe3efb5a538677f451">View it on GitHub</a> or <a href="https://github.com/notifications/unsubscribe-auth/AWbkq2IJ_15zTRAeNTZmtBbwFQTr_U27ks5vBo6kgaJpZM4ZMydb">mute the thread</a>.<img src="https://github.com/notifications/beacon/AWbkq3UwJo4qz-KzgN65KRGEW7X71kaqks5vBo6kgaJpZM4ZMydb.gif" height="1" width="1" alt="" /></p>
<script type="application/json" data-scope="inboxmarkup">{"api_version":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name":"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"https://github.githubassets.com/images/email/message_cards/header.png","avatar_image_url":"https://github.githubassets.com/images/email/message_cards/avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/quicwg/base-drafts"}},"updates":{"snippets":[{"icon":"PERSON","message":"@martinthomson pushed 1 commit in #2111"}],"action":{"name":"View Pull Request","url":"https://github.com/quicwg/base-drafts/pull/2111/files/43a826cbbf9c32a7ebaed40da7ed7fba27cef56c..8d8f334773da8d14b218defe3efb5a538677f451"}}}</script>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/pull/2111/files/43a826cbbf9c32a7ebaed40da7ed7fba27cef56c..8d8f334773da8d14b218defe3efb5a538677f451",
"url": "https://github.com/quicwg/base-drafts/pull/2111/files/43a826cbbf9c32a7ebaed40da7ed7fba27cef56c..8d8f334773da8d14b218defe3efb5a538677f451",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>

----==_mimepart_5c369724553fb_68d3fa8288d45b83973--


From nobody Wed Jan  9 17:07: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 18CD612DD85 for <quic-issues@ietfa.amsl.com>; Wed,  9 Jan 2019 17:07:09 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -6.149
X-Spam-Level: 
X-Spam-Status: No, score=-6.149 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIMWL_WL_HIGH=-4.553, 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_PASS=-0.001] autolearn=ham autolearn_force=no
Authentication-Results: ietfa.amsl.com (amavisd-new); dkim=pass (1024-bit key) header.d=github.com
Received: from mail.ietf.org ([4.31.198.44]) by localhost (ietfa.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id FcAKRf9c1IFH for <quic-issues@ietfa.amsl.com>; Wed,  9 Jan 2019 17:07:08 -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 C6060130E1C for <quic-issues@ietf.org>; Wed,  9 Jan 2019 17:07:07 -0800 (PST)
DKIM-Signature: v=1; a=rsa-sha1; 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=gbhxHoIKzQTKkJtreFTj15K4zr8=; b=vQa7Yzm5fagQVLAL PxGlDGhraAt3YPgXap17vjNRNM5+WFvDtYBfCjyWKXqq8L5zRXHpiN6voJTZDXVQ fbUSvYQNywJpfc5+UVJUnA22L6MkUnUv5WqOhe9Y6pCOfknDbi1SZZ23OmChSRA6 od+JWf11uoukG+0pW51m+lq260s=
Received: by filter0123p1iad2.sendgrid.net with SMTP id filter0123p1iad2-19435-5C369ABA-20 2019-01-10 01:07:06.691812906 +0000 UTC m=+164162.498626148
Received: from github-lowworker-e55e3e3.cp1-iad.github.net (unknown [192.30.252.41]) by ismtpd0018p1iad1.sendgrid.net (SG) with ESMTP id B3eGhAhvR5KKFUIiwYizpg for <quic-issues@ietf.org>; Thu, 10 Jan 2019 01:07:06.644 +0000 (UTC)
Received: from github.com (localhost [127.0.0.1]) by github-lowworker-e55e3e3.cp1-iad.github.net (Postfix) with ESMTP id 9B8361800AF for <quic-issues@ietf.org>; Wed,  9 Jan 2019 17:07:06 -0800 (PST)
Date: Thu, 10 Jan 2019 01:07:06 +0000 (UTC)
From: Marten Seemann <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+0166e4abe05e3c3c3e6631db05256e49f3fddb5cd7031fe092cf00000001184e5cba92a169ce178a377a@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/pull/2280/c452931870@github.com>
In-Reply-To: <quicwg/base-drafts/pull/2280@github.com>
References: <quicwg/base-drafts/pull/2280@github.com>
Subject: Re: [quicwg/base-drafts] Clarify Actions on nonzero Reserved Bits (#2280)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5c369aba9a26e_7af3f84ebad45bc2299d6"; 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: l64QuQ2uJCcEyUykJbxN122A6QRmEpucztpreh3Pak3p8oc8ouNfcwh0cY42lZWML2XaPWxUstmG7F vKJ3yClAKaKfXlwSIoyfsJuc0sTKq3fqWbgmw3dC7JjiM1Nb8Oh1JVXr23HvCej41SYnLW+ze+S2Hv TWqJd2UYQRr7Csa/jagyoOHqP++06qt4iCyw4rKjmjhhTB9V1XzvUioNliFWnv0hf3DL333bMF/WdJ w=
Archived-At: <https://mailarchive.ietf.org/arch/msg/quic-issues/2GkeEEeZHarBdUt9szzgwl2J2tg>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
List-Id: Notification list for GitHub issues related to the QUIC WG <quic-issues.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=unsubscribe>
List-Archive: <https://mailarchive.ietf.org/arch/browse/quic-issues/>
List-Post: <mailto:quic-issues@ietf.org>
List-Help: <mailto:quic-issues-request@ietf.org?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, 10 Jan 2019 01:07:09 -0000

----==_mimepart_5c369aba9a26e_7af3f84ebad45bc2299d6
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

@DavidSchinazi We had this discussion before in #2022, and we decided to require a fixed 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/2280#issuecomment-452931870
----==_mimepart_5c369aba9a26e_7af3f84ebad45bc2299d6
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> We had this discussion before in <a class="issue-link js-issue-link" data-error-text="Failed to load issue title" data-id="382467511" data-permission-text="Issue title is private" data-url="https://github.com/quicwg/base-drafts/issues/2022" data-hovercard-type="issue" data-hovercard-url="/quicwg/base-drafts/issues/2022/hovercard" href="https://github.com/quicwg/base-drafts/issues/2022">#2022</a>, and we decided to require a fixed 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/2280#issuecomment-452931870">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AWbkq3HRmiGrRcFb2hWBTL_EvVM9JKz-ks5vBpI6gaJpZM4ZlOXd">mute the thread</a>.<img src="https://github.com/notifications/beacon/AWbkq4WW_adN-c3TGa2QWzx1Jr7xyanRks5vBpI6gaJpZM4ZlOXd.gif" height="1" width="1" alt="" /></p>
<script type="application/json" data-scope="inboxmarkup">{"api_version":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name":"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"https://github.githubassets.com/images/email/message_cards/header.png","avatar_image_url":"https://github.githubassets.com/images/email/message_cards/avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/quicwg/base-drafts"}},"updates":{"snippets":[{"icon":"PERSON","message":"@marten-seemann in #2280: @DavidSchinazi We had this discussion before in #2022, and we decided to require a fixed value. "}],"action":{"name":"View Pull Request","url":"https://github.com/quicwg/base-drafts/pull/2280#issuecomment-452931870"}}}</script>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/pull/2280#issuecomment-452931870",
"url": "https://github.com/quicwg/base-drafts/pull/2280#issuecomment-452931870",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>
----==_mimepart_5c369aba9a26e_7af3f84ebad45bc2299d6--


From nobody Wed Jan  9 17:36:20 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 B3FD41310E7 for <quic-issues@ietfa.amsl.com>; Wed,  9 Jan 2019 17:36:15 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -6.149
X-Spam-Level: 
X-Spam-Status: No, score=-6.149 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIMWL_WL_HIGH=-4.553, 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_PASS=-0.001] autolearn=ham autolearn_force=no
Authentication-Results: ietfa.amsl.com (amavisd-new); dkim=pass (1024-bit key) header.d=github.com
Received: from mail.ietf.org ([4.31.198.44]) by localhost (ietfa.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id R1NPC_NJlDow for <quic-issues@ietfa.amsl.com>; Wed,  9 Jan 2019 17:36:13 -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 D3D32131127 for <quic-issues@ietf.org>; Wed,  9 Jan 2019 17:36:12 -0800 (PST)
DKIM-Signature: v=1; a=rsa-sha1; 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=G3/3gTEyCaF/oMVhP44D1tm6YKw=; b=SZu0TPB8KqjXrbIn 4GHN0mk09QxsgVKzsizHS6d+u4Ra1bTrYStA6PWB4xKWrBTYWiEcvTl211GrwIWx dKwO8hdxS71xer70B9ZIlV6e2N2Lr4NLK21FtbM4/drJ0wXi2WcSCmZpkZtKikuU XIvf9gqSIYQtN+IwEPoyeJqDn2U=
Received: by filter0023p1iad2.sendgrid.net with SMTP id filter0023p1iad2-27860-5C36A18B-E 2019-01-10 01:36:11.527462585 +0000 UTC m=+165106.855932699
Received: from github-lowworker-89d05ac.cp1-iad.github.net (unknown [192.30.252.35]) by ismtpd0018p1iad1.sendgrid.net (SG) with ESMTP id R05nXvsBQKeFybUTuVLSlA for <quic-issues@ietf.org>; Thu, 10 Jan 2019 01:36:11.459 +0000 (UTC)
Received: from github.com (localhost [127.0.0.1]) by github-lowworker-89d05ac.cp1-iad.github.net (Postfix) with ESMTP id 6E33BAE035C for <quic-issues@ietf.org>; Wed,  9 Jan 2019 17:36:11 -0800 (PST)
Date: Thu, 10 Jan 2019 01:36:11 +0000 (UTC)
From: afrind <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+0166e4abc0e683f0ebfc37fa17d3ebe6a8d453f6c356b79492cf00000001184e638b92a169ce17392ee3@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/pull/2111/review/191019546@github.com>
In-Reply-To: <quicwg/base-drafts/pull/2111@github.com>
References: <quicwg/base-drafts/pull/2111@github.com>
Subject: Re: [quicwg/base-drafts] Use "Insert Count" rather than "Largest Reference" (#2111)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5c36a18b6c50b_34453fb80a8d45bc1106e4"; 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
X-SG-EID: l64QuQ2uJCcEyUykJbxN122A6QRmEpucztpreh3Pak2m9SCMcMDK9gu1t6NrJHiAndccKc1QyPzXHG HqpvjkwhJC7MRRQ1tbS+8580/LVcJZwk3UG5l5eoauITTRTSt4Hwqtqod6d4IYif/pSyGj5alxmtad MPZA2481bwCbh0tIcbZG5HjK3dhjlX54p5shBhZbWEMX+CBTSziSXPrGEw==
Archived-At: <https://mailarchive.ietf.org/arch/msg/quic-issues/8BieTePXIhIkzF1V03GN8XFR7KM>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
List-Id: Notification list for GitHub issues related to the QUIC WG <quic-issues.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=unsubscribe>
List-Archive: <https://mailarchive.ietf.org/arch/browse/quic-issues/>
List-Post: <mailto:quic-issues@ietf.org>
List-Help: <mailto:quic-issues-request@ietf.org?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, 10 Jan 2019 01:36:18 -0000

----==_mimepart_5c36a18b6c50b_34453fb80a8d45bc1106e4
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

afrind commented on this pull request.



> @@ -708,17 +726,17 @@ become blocked, as described in {{state-synchronization}}.
 {:#fig-size-sync title="Table State Synchronize"}

Insert Count Increment is much more specific than Table State Synchronize.  The description is good.  Sadly, it doesn't have the same ring to it, but I suppose clarity is more important.  I don't really like Delta, Increment is better.  We could also keep TSS and just put Increment or IC Increment or something in the little box.

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/quicwg/base-drafts/pull/2111#discussion_r246611498
----==_mimepart_5c36a18b6c50b_34453fb80a8d45bc1106e4
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

<p><b>@afrind</b> commented on this pull request.</p>

<hr>

<p>In <a href="https://github.com/quicwg/base-drafts/pull/2111#discussion_r246611498">draft-ietf-quic-qpack.md</a>:</p>
<pre style='color:#555'>&gt; @@ -708,17 +726,17 @@ become blocked, as described in {{state-synchronization}}.
 {:#fig-size-sync title=&quot;Table State Synchronize&quot;}
</pre>
<p>Insert Count Increment is much more specific than Table State Synchronize.  The description is good.  Sadly, it doesn't have the same ring to it, but I suppose clarity is more important.  I don't really like Delta, Increment is better.  We could also keep TSS and just put Increment or IC Increment or something in the little box.</p>

<p style="font-size:small;-webkit-text-size-adjust:none;color:#666;">&mdash;<br />You are receiving this because you are subscribed to this thread.<br />Reply to this email directly, <a href="https://github.com/quicwg/base-drafts/pull/2111#discussion_r246611498">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AWbkq2pCYWp6UWY6Ie5CQeVwCe3Lp9-dks5vBpkLgaJpZM4ZMydb">mute the thread</a>.<img src="https://github.com/notifications/beacon/AWbkq-PgQ9ZH08JQNCTchliyguievFl1ks5vBpkLgaJpZM4ZMydb.gif" height="1" width="1" alt="" /></p>
<script type="application/json" data-scope="inboxmarkup">{"api_version":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name":"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"https://github.githubassets.com/images/email/message_cards/header.png","avatar_image_url":"https://github.githubassets.com/images/email/message_cards/avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/quicwg/base-drafts"}},"updates":{"snippets":[{"icon":"PERSON","message":"@afrind commented on #2111"}],"action":{"name":"View Pull Request","url":"https://github.com/quicwg/base-drafts/pull/2111#discussion_r246611498"}}}</script>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/pull/2111#discussion_r246611498",
"url": "https://github.com/quicwg/base-drafts/pull/2111#discussion_r246611498",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>
----==_mimepart_5c36a18b6c50b_34453fb80a8d45bc1106e4--


From nobody Wed Jan  9 17: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 C02951310A0 for <quic-issues@ietfa.amsl.com>; Wed,  9 Jan 2019 17:44:24 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -10.935
X-Spam-Level: 
X-Spam-Status: No, score=-10.935 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIMWL_WL_HIGH=-4.553, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, HTML_IMAGE_ONLY_24=1.618, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-1, RCVD_IN_DNSWL_HI=-5, SPF_PASS=-0.001] autolearn=ham autolearn_force=no
Authentication-Results: ietfa.amsl.com (amavisd-new); dkim=pass (1024-bit key) header.d=github.com
Received: from mail.ietf.org ([4.31.198.44]) by localhost (ietfa.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id Jd8zRTSImLr7 for <quic-issues@ietfa.amsl.com>; Wed,  9 Jan 2019 17:44:23 -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 21980130FCD for <quic-issues@ietf.org>; Wed,  9 Jan 2019 17:44:23 -0800 (PST)
Date: Wed, 09 Jan 2019 17:44:21 -0800
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1547084661; bh=ROv3/vbAJLk2mmaEKSmJNliRZ3FK9DaMePQk+EfpJdA=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=CE/OiGlzUaH9a1Pai69A9NNYX7Qms7CO7M7oIxE1y663pNni2EYiNSp/knORnhUll 0Ey3obTLoJBK8psEhLGsdnJK/rKG+RvzUhvR77AFAmpZajAVJ2XYMvQtXjnCDDkd5h LRh+lR57pIJJDNUXs6H1PEZ3kleMVU4nDHWDt8wg=
From: Kazuho Oku <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+0166e4ab8234d1e3f905849479bd066aa0b9d1256763118892cf00000001184e657592a169ce17b13d9c@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/pull/2323/review/191020999@github.com>
In-Reply-To: <quicwg/base-drafts/pull/2323@github.com>
References: <quicwg/base-drafts/pull/2323@github.com>
Subject: Re: [quicwg/base-drafts] Restrict PUSH_PROMISE to request streams (#2323)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5c36a375b9205_3f43f9b4c2d45c0836da"; 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/4ucO_E-zZnnwHIuqG0pGFLMD9i0>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
List-Id: Notification list for GitHub issues related to the QUIC WG <quic-issues.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=unsubscribe>
List-Archive: <https://mailarchive.ietf.org/arch/browse/quic-issues/>
List-Post: <mailto:quic-issues@ietf.org>
List-Help: <mailto:quic-issues-request@ietf.org?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, 10 Jan 2019 01:44:25 -0000

----==_mimepart_5c36a375b9205_3f43f9b4c2d45c0836da
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

kazuho commented on this pull request.



> @@ -723,7 +723,7 @@ with its 0-RTT data.
 ### PUSH_PROMISE {#frame-push-promise}
 
 The PUSH_PROMISE frame (type=0x05) is used to carry a promised request header
-set from server to client, as in HTTP/2.
+set from server to client on a request stream, as in HTTP/2.

Isn't the use of a PUSH_PROMISE frame also possible on a Push 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/2323#pullrequestreview-191020999
----==_mimepart_5c36a375b9205_3f43f9b4c2d45c0836da
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/2323#discussion_r246612670">draft-ietf-quic-http.md</a>:</p>
<pre style='color:#555'>&gt; @@ -723,7 +723,7 @@ with its 0-RTT data.
 ### PUSH_PROMISE {#frame-push-promise}
 
 The PUSH_PROMISE frame (type=0x05) is used to carry a promised request header
-set from server to client, as in HTTP/2.
+set from server to client on a request stream, as in HTTP/2.
</pre>
<p>Isn't the use of a PUSH_PROMISE frame also possible on a Push 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/2323#pullrequestreview-191020999">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AWbkq09umAcDKdEwlYx2NbEiZtLG2iUDks5vBpr1gaJpZM4Z4Ems">mute the thread</a>.<img src="https://github.com/notifications/beacon/AWbkq7yDygEuy8eXKN5Z4XT-W05UCx8eks5vBpr1gaJpZM4Z4Ems.gif" height="1" width="1" alt="" /></p>
<script type="application/json" data-scope="inboxmarkup">{"api_version":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name":"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"https://github.githubassets.com/images/email/message_cards/header.png","avatar_image_url":"https://github.githubassets.com/images/email/message_cards/avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/quicwg/base-drafts"}},"updates":{"snippets":[{"icon":"PERSON","message":"@kazuho commented on #2323"}],"action":{"name":"View Pull Request","url":"https://github.com/quicwg/base-drafts/pull/2323#pullrequestreview-191020999"}}}</script>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/pull/2323#pullrequestreview-191020999",
"url": "https://github.com/quicwg/base-drafts/pull/2323#pullrequestreview-191020999",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>
----==_mimepart_5c36a375b9205_3f43f9b4c2d45c0836da--


From nobody Wed Jan  9 17:46: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 9FED2131096 for <quic-issues@ietfa.amsl.com>; Wed,  9 Jan 2019 17:46:22 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -10.935
X-Spam-Level: 
X-Spam-Status: No, score=-10.935 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIMWL_WL_HIGH=-4.553, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, HTML_IMAGE_ONLY_24=1.618, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-1, RCVD_IN_DNSWL_HI=-5, SPF_PASS=-0.001] autolearn=ham autolearn_force=no
Authentication-Results: ietfa.amsl.com (amavisd-new); dkim=pass (1024-bit key) header.d=github.com
Received: from mail.ietf.org ([4.31.198.44]) by localhost (ietfa.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id DuJVR1tT2_gj for <quic-issues@ietfa.amsl.com>; Wed,  9 Jan 2019 17:46:21 -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 45A7F130FCD for <quic-issues@ietf.org>; Wed,  9 Jan 2019 17:46:21 -0800 (PST)
Date: Wed, 09 Jan 2019 17:46:19 -0800
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1547084779; bh=nXQelBI5g0GdU6lxc7fP8EX1DvYmPUvZFbE6IlTqcto=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=aa6/WO80DU2y6QA34QtMlg0msjGTfkUfR5Q6O5HNpRlzKnVLPbpwkGOpElOUoe04J L6UjFl5FNfcs3u/hPnW/ljR2jDYLQIRcxKtKkGjxyWUO9yoFFbzjPIKPDapc3dI1Uh XBvNyo8liP91PD4pVglzI5pPFtfgwWiSVx3DK9e8=
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/2111/push/3195903697@github.com>
In-Reply-To: <quicwg/base-drafts/pull/2111@github.com>
References: <quicwg/base-drafts/pull/2111@github.com>
Subject: Re: [quicwg/base-drafts] Use "Insert Count" rather than "Largest Reference" (#2111)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5c36a3eb549f5_4f5f3f84a4ed45b415818b"; 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/d6ncH6CgHaHxJT1xJra7wJ6pWZw>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
List-Id: Notification list for GitHub issues related to the QUIC WG <quic-issues.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=unsubscribe>
List-Archive: <https://mailarchive.ietf.org/arch/browse/quic-issues/>
List-Post: <mailto:quic-issues@ietf.org>
List-Help: <mailto:quic-issues-request@ietf.org?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, 10 Jan 2019 01:46:22 -0000

----==_mimepart_5c36a3eb549f5_4f5f3f84a4ed45b415818b
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

@martinthomson pushed 1 commit.

6077a99452c0799812261e2f3729b14286e4e2d7  Use Insert Count Increment rather than Table State Synchronize


-- 
You are receiving this because you are subscribed to this thread.
View it on GitHub:
https://github.com/quicwg/base-drafts/pull/2111/files/8d8f334773da8d14b218defe3efb5a538677f451..6077a99452c0799812261e2f3729b14286e4e2d7

----==_mimepart_5c36a3eb549f5_4f5f3f84a4ed45b415818b
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/6077a99452c0799812261e2f3729b14286e4e2d7">6077a99</a>  Use Insert Count Increment rather than Table State Synchronize</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/2111/files/8d8f334773da8d14b218defe3efb5a538677f451..6077a99452c0799812261e2f3729b14286e4e2d7">View it on GitHub</a> or <a href="https://github.com/notifications/unsubscribe-auth/AWbkq3Z0Mkbdu4jDYKPMKR8KVJw1pCkFks5vBptrgaJpZM4ZMydb">mute the thread</a>.<img src="https://github.com/notifications/beacon/AWbkq_HE-M8O9fI4N8qORuHb44nTXDHgks5vBptrgaJpZM4ZMydb.gif" height="1" width="1" alt="" /></p>
<script type="application/json" data-scope="inboxmarkup">{"api_version":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name":"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"https://github.githubassets.com/images/email/message_cards/header.png","avatar_image_url":"https://github.githubassets.com/images/email/message_cards/avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/quicwg/base-drafts"}},"updates":{"snippets":[{"icon":"PERSON","message":"@martinthomson pushed 1 commit in #2111"}],"action":{"name":"View Pull Request","url":"https://github.com/quicwg/base-drafts/pull/2111/files/8d8f334773da8d14b218defe3efb5a538677f451..6077a99452c0799812261e2f3729b14286e4e2d7"}}}</script>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/pull/2111/files/8d8f334773da8d14b218defe3efb5a538677f451..6077a99452c0799812261e2f3729b14286e4e2d7",
"url": "https://github.com/quicwg/base-drafts/pull/2111/files/8d8f334773da8d14b218defe3efb5a538677f451..6077a99452c0799812261e2f3729b14286e4e2d7",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>

----==_mimepart_5c36a3eb549f5_4f5f3f84a4ed45b415818b--


From nobody Wed Jan  9 17:46: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 81E2C1310A0 for <quic-issues@ietfa.amsl.com>; Wed,  9 Jan 2019 17:46:35 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -10.935
X-Spam-Level: 
X-Spam-Status: No, score=-10.935 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIMWL_WL_HIGH=-4.553, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, HTML_IMAGE_ONLY_24=1.618, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-1, RCVD_IN_DNSWL_HI=-5, SPF_PASS=-0.001] autolearn=ham autolearn_force=no
Authentication-Results: ietfa.amsl.com (amavisd-new); dkim=pass (1024-bit key) header.d=github.com
Received: from mail.ietf.org ([4.31.198.44]) by localhost (ietfa.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id LCBMch3VdiMS for <quic-issues@ietfa.amsl.com>; Wed,  9 Jan 2019 17:46:34 -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 D07BA131096 for <quic-issues@ietf.org>; Wed,  9 Jan 2019 17:46:33 -0800 (PST)
Date: Wed, 09 Jan 2019 17:46:33 -0800
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1547084793; bh=4mltgHp/gjfnLn3Rolw9SAAeQxMFVv6u+VbD3RNKjzU=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=VBGBqRocBhFoVBD2wF9jGVbGausOSEjJuuziPXVU5EO3sh+qSgrCBcgXXD26Lq3tf mGfPfYkqTtxzk00k9GDjgrDiTlA5c4jpSpTz034s0ArPh/sHvzmSGDVGubLlj87k2O kXql92j4yP4+gd8q0GVgymkhOdkoUgit6W5cl5/M=
From: Martin Thomson <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+0166e4abc55328b6b5670182076fd03a2c98634ba0fc71d392cf00000001184e65f992a169ce17392ee3@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/pull/2111/review/191021404@github.com>
In-Reply-To: <quicwg/base-drafts/pull/2111@github.com>
References: <quicwg/base-drafts/pull/2111@github.com>
Subject: Re: [quicwg/base-drafts] Use "Insert Count" rather than "Largest Reference" (#2111)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5c36a3f914c50_4f573f84a4ed45b41971fa"; 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/Ta_XFizB_-uPI7s719TCasZTru4>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
List-Id: Notification list for GitHub issues related to the QUIC WG <quic-issues.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=unsubscribe>
List-Archive: <https://mailarchive.ietf.org/arch/browse/quic-issues/>
List-Post: <mailto:quic-issues@ietf.org>
List-Help: <mailto:quic-issues-request@ietf.org?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, 10 Jan 2019 01:46:36 -0000

----==_mimepart_5c36a3f914c50_4f573f84a4ed45b41971fa
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

martinthomson commented on this pull request.



> @@ -708,17 +726,17 @@ become blocked, as described in {{state-synchronization}}.
 {:#fig-size-sync title="Table State Synchronize"}

"Synchronize" is fancy word, yeah :)  But accurate >> fancy.  I'll make the proposed 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/2111#discussion_r246613048
----==_mimepart_5c36a3f914c50_4f573f84a4ed45b41971fa
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/2111#discussion_r246613048">draft-ietf-quic-qpack.md</a>:</p>
<pre style='color:#555'>&gt; @@ -708,17 +726,17 @@ become blocked, as described in {{state-synchronization}}.
 {:#fig-size-sync title=&quot;Table State Synchronize&quot;}
</pre>
<p>"Synchronize" is fancy word, yeah :)  But accurate &gt;&gt; fancy.  I'll make the proposed 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/2111#discussion_r246613048">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AWbkq1fa0ygecCXTTy6pwIBJAMF4u9WHks5vBpt5gaJpZM4ZMydb">mute the thread</a>.<img src="https://github.com/notifications/beacon/AWbkq0AdAnAQkfrj4M9MWXx4FNcRX40pks5vBpt5gaJpZM4ZMydb.gif" height="1" width="1" alt="" /></p>
<script type="application/json" data-scope="inboxmarkup">{"api_version":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name":"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"https://github.githubassets.com/images/email/message_cards/header.png","avatar_image_url":"https://github.githubassets.com/images/email/message_cards/avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/quicwg/base-drafts"}},"updates":{"snippets":[{"icon":"PERSON","message":"@martinthomson commented on #2111"}],"action":{"name":"View Pull Request","url":"https://github.com/quicwg/base-drafts/pull/2111#discussion_r246613048"}}}</script>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/pull/2111#discussion_r246613048",
"url": "https://github.com/quicwg/base-drafts/pull/2111#discussion_r246613048",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>
----==_mimepart_5c36a3f914c50_4f573f84a4ed45b41971fa--


From nobody Wed Jan  9 18:07: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 11ADD13105F for <quic-issues@ietfa.amsl.com>; Wed,  9 Jan 2019 18:07:31 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -12.553
X-Spam-Level: 
X-Spam-Status: No, score=-12.553 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIMWL_WL_HIGH=-4.553, 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_PASS=-0.001] autolearn=ham autolearn_force=no
Authentication-Results: ietfa.amsl.com (amavisd-new); dkim=pass (1024-bit key) header.d=github.com
Received: from mail.ietf.org ([4.31.198.44]) by localhost (ietfa.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id gXNYa4vg3pDY for <quic-issues@ietfa.amsl.com>; Wed,  9 Jan 2019 18:07: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 9424812F18C for <quic-issues@ietf.org>; Wed,  9 Jan 2019 18:07:29 -0800 (PST)
Date: Wed, 09 Jan 2019 18:07:28 -0800
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1547086048; bh=cZI4/BH+RkvCTEh13h6f0oijAhvSsR4r06ZxdCqZkmA=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=Ik2nDqA0oNSo+ykNadPQfLm6sZYGRpobk+jI0Xt7VycAb1hdzEh/xnx+6srbSkNZP GlmijDYu1sGAueKgzxplOCXDZbGzkKraOzFCmiGvmJsVQJFcLfpKOsXwwRC2Ed2C2F 5bMj14wXLL0PqdS54JdE+xjgkvC104ZCJlrU4PR8=
From: Kazuho Oku <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+0166e4ab744b1431019430d323dcefa3b54645746cee06de92cf00000001184e6ae092a169ce17ada169@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/issues/2319/452943163@github.com>
In-Reply-To: <quicwg/base-drafts/issues/2319@github.com>
References: <quicwg/base-drafts/issues/2319@github.com>
Subject: Re: [quicwg/base-drafts] introduce an error code for loss recovery-related errors (#2319)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5c36a8e07eddd_3bd13f88882d45c439550"; 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/Fl3zOGghtjEwEd5Cf_4l-kiPmlk>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
List-Id: Notification list for GitHub issues related to the QUIC WG <quic-issues.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=unsubscribe>
List-Archive: <https://mailarchive.ietf.org/arch/browse/quic-issues/>
List-Post: <mailto:quic-issues@ietf.org>
List-Help: <mailto:quic-issues-request@ietf.org?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, 10 Jan 2019 02:07:31 -0000

----==_mimepart_5c36a8e07eddd_3bd13f88882d45c439550
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

@marten-seemann Thank you for elaborating. To me it sounds that they would look like one symptom to the reciever; i.e. an invalid PN in ACK.

I was wondering if there is a intent to use the error code for other symptoms, because it would imply that there are group of errors that might be categorized as a group (based on my understanding that we assign error codes to each feature or category).

Though I am not strongly opposed to having an error code for this case, I fear if having an error code for this opens can of worms (i.e. "we have error code for this, so why not have another error code for X"). Therefore am trying to see what the line we would be trying to hold 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/2319#issuecomment-452943163
----==_mimepart_5c36a8e07eddd_3bd13f88882d45c439550
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=3D1478487" data-octo-click=3D"hovercard-link-c=
lick" data-octo-dimensions=3D"link_type:self" href=3D"https://github.com/=
marten-seemann">@marten-seemann</a> Thank you for elaborating. To me it s=
ounds that they would look like one symptom to the reciever; i.e. an inva=
lid PN in ACK.</p>
<p>I was wondering if there is a intent to use the error code for other s=
ymptoms, because it would imply that there are group of errors that might=
 be categorized as a group (based on my understanding that we assign erro=
r codes to each feature or category).</p>
<p>Though I am not strongly opposed to having an error code for this case=
, I fear if having an error code for this opens can of worms (i.e. "we ha=
ve error code for this, so why not have another error code for X"). There=
fore am trying to see what the line we would be trying to hold is.</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/2319#issuecomment-452943163">view it on GitHub</a>,=
 or <a href=3D"https://github.com/notifications/unsubscribe-auth/AWbkqyCs=
hvVPJXNbX1NvPEpQLoyqf4bIks5vBqBggaJpZM4Z295L">mute the thread</a>.<img sr=
c=3D"https://github.com/notifications/beacon/AWbkq91-3oDF1jo06rYPiJR4mN0M=
xLR6ks5vBqBggaJpZM4Z295L.gif" height=3D"1" width=3D"1" alt=3D"" /></p>
<script type=3D"application/json" data-scope=3D"inboxmarkup">{"api_versio=
n":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name"=
:"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"=
quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"http=
s://github.githubassets.com/images/email/message_cards/header.png","avata=
r_image_url":"https://github.githubassets.com/images/email/message_cards/=
avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/q=
uicwg/base-drafts"}},"updates":{"snippets":[{"icon":"PERSON","message":"@=
kazuho in #2319: @marten-seemann Thank you for elaborating. To me it soun=
ds that they would look like one symptom to the reciever; i.e. an invalid=
 PN in ACK.\r\n\r\nI was wondering if there is a intent to use the error =
code for other symptoms, because it would imply that there are group of e=
rrors that might be categorized as a group (based on my understanding tha=
t we assign error codes to each feature or category).\r\n\r\nThough I am =
not strongly opposed to having an error code for this case, I fear if hav=
ing an error code for this opens can of worms (i.e. \"we have error code =
for this, so why not have another error code for X\"). Therefore am tryin=
g to see what the line we would be trying to hold is."}],"action":{"name"=
:"View Issue","url":"https://github.com/quicwg/base-drafts/issues/2319#is=
suecomment-452943163"}}}</script>
<script type=3D"application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/issues/2319#issuecomment=
-452943163",
"url": "https://github.com/quicwg/base-drafts/issues/2319#issuecomment-45=
2943163",
"name": "View Issue"
},
"description": "View this Issue on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>=

----==_mimepart_5c36a8e07eddd_3bd13f88882d45c439550--


From nobody Wed Jan  9 18: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 C308813105F for <quic-issues@ietfa.amsl.com>; Wed,  9 Jan 2019 18:19:34 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -11.149
X-Spam-Level: 
X-Spam-Status: No, score=-11.149 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIMWL_WL_HIGH=-4.553, 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_PASS=-0.001] autolearn=ham autolearn_force=no
Authentication-Results: ietfa.amsl.com (amavisd-new); dkim=pass (1024-bit key) header.d=github.com
Received: from mail.ietf.org ([4.31.198.44]) by localhost (ietfa.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id VE9W4TJFSyys for <quic-issues@ietfa.amsl.com>; Wed,  9 Jan 2019 18:19: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 E8072130FF4 for <quic-issues@ietf.org>; Wed,  9 Jan 2019 18:19:32 -0800 (PST)
Date: Wed, 09 Jan 2019 18:19:31 -0800
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1547086771; bh=3sT5ZySrVw1+whRqMO8YjlCXmueqEoxgjOM8yigP/EE=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=sIL0RivFbC515wARbYZRIkNdz72/g2om7wmywHguuevrTetcGTr2GUjY/xTIsqu2N 8XRGaoDnbg9LpAo93RV9dMnupjvG0zzt3q9/0FHlFPVjnFefFVDVaMdtqxAnrckbtg uR6CaZuu0kKkaCxnuVVYhAZLzb3wi126yY7LV8Z8=
From: Kazuho Oku <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+0166e4ab34ad375647cd8970d51f80b7e9e6d0c3ff4ccb7492cf00000001184e6db392a169ce178a377a@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/pull/2280/c452945636@github.com>
In-Reply-To: <quicwg/base-drafts/pull/2280@github.com>
References: <quicwg/base-drafts/pull/2280@github.com>
Subject: Re: [quicwg/base-drafts] Clarify Actions on nonzero Reserved Bits (#2280)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5c36abb3ed835_2d993ffb5d6d45b485128"; 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/DQLwquwkqoU06xv40DuCivJ5-X4>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
List-Id: Notification list for GitHub issues related to the QUIC WG <quic-issues.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=unsubscribe>
List-Archive: <https://mailarchive.ietf.org/arch/browse/quic-issues/>
List-Post: <mailto:quic-issues@ietf.org>
List-Help: <mailto:quic-issues-request@ietf.org?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, 10 Jan 2019 02:19:35 -0000

----==_mimepart_5c36abb3ed835_2d993ffb5d6d45b485128
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

@DavidSchinazi I think it is a good practice to forbid the endpoints using the reserved bits without negotiation, because the bits could mean different things between them. They should negotiate the use of bits (that would allow then to accept non-zero values), then 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/2280#issuecomment-452945636
----==_mimepart_5c36abb3ed835_2d993ffb5d6d45b485128
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=3D5599133" data-octo-click=3D"hovercard-link-c=
lick" data-octo-dimensions=3D"link_type:self" href=3D"https://github.com/=
DavidSchinazi">@DavidSchinazi</a> I think it is a good practice to forbid=
 the endpoints using the reserved bits without negotiation, because the b=
its could mean different things between them. They should negotiate the u=
se of bits (that would allow then to accept non-zero values), then use th=
em.</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/pull/2280#issuecomment-452945636">view it on GitHub</a>, o=
r <a href=3D"https://github.com/notifications/unsubscribe-auth/AWbkqxR111=
RxwW42QTcfkQGcBzi1vhUkks5vBqMzgaJpZM4ZlOXd">mute the thread</a>.<img src=3D=
"https://github.com/notifications/beacon/AWbkq1R3WR_3mIXfemmzvXxpGHCClkMT=
ks5vBqMzgaJpZM4ZlOXd.gif" height=3D"1" width=3D"1" alt=3D"" /></p>
<script type=3D"application/json" data-scope=3D"inboxmarkup">{"api_versio=
n":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name"=
:"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"=
quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"http=
s://github.githubassets.com/images/email/message_cards/header.png","avata=
r_image_url":"https://github.githubassets.com/images/email/message_cards/=
avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/q=
uicwg/base-drafts"}},"updates":{"snippets":[{"icon":"PERSON","message":"@=
kazuho in #2280: @DavidSchinazi I think it is a good practice to forbid t=
he endpoints using the reserved bits without negotiation, because the bit=
s could mean different things between them. They should negotiate the use=
 of bits (that would allow then to accept non-zero values), then use them=
."}],"action":{"name":"View Pull Request","url":"https://github.com/quicw=
g/base-drafts/pull/2280#issuecomment-452945636"}}}</script>
<script type=3D"application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/pull/2280#issuecomment-4=
52945636",
"url": "https://github.com/quicwg/base-drafts/pull/2280#issuecomment-4529=
45636",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>=

----==_mimepart_5c36abb3ed835_2d993ffb5d6d45b485128--


From nobody Wed Jan  9 18:47: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 861B71310CC for <quic-issues@ietfa.amsl.com>; Wed,  9 Jan 2019 18:47:03 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -11.148
X-Spam-Level: 
X-Spam-Status: No, score=-11.148 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIMWL_WL_HIGH=-4.553, 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_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 BguH2PYvjXzv for <quic-issues@ietfa.amsl.com>; Wed,  9 Jan 2019 18:47: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 20A471310D8 for <quic-issues@ietf.org>; Wed,  9 Jan 2019 18:47:02 -0800 (PST)
Date: Wed, 09 Jan 2019 18:47:00 -0800
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1547088420; bh=zElcXeEMgpIAP1VJ5iH1zMNk2rMP6bEjCVmpxf2V48o=; h=Date:From:Reply-To:To:Cc:Subject:List-ID:List-Archive:List-Post: List-Unsubscribe:From; b=vYhnWA6RuD5w8JeyvCkG3YbSov2nRdnmdZJ5W/zt9zHalyPQDW15Iay9zPWhZ/z7U VPbaA44BPDbe6YraWBG0+AZ53i4taNoFatq23qO5MX+ELkHyYiFLPqzrMBS3UTg9kS Xbdh0B0HWEJWbi3C0DFAjFxoPHd5Qg4MrBh4OJgw=
From: Marten Seemann <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+0166e4ab206bef1e6d1dfa4c06698876b747a0e97ceb616292cf00000001184e742492a169ce17b3a6da@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/issues/2328@github.com>
Subject: [quicwg/base-drafts] client's Handshake write key needs to be exported early (#2328)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5c36b224d8dcd_44b93fceb72d45b87156c"; 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/nljh-xZYMuoT-3abQie_B0B57yI>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
List-Id: Notification list for GitHub issues related to the QUIC WG <quic-issues.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=unsubscribe>
List-Archive: <https://mailarchive.ietf.org/arch/browse/quic-issues/>
List-Post: <mailto:quic-issues@ietf.org>
List-Help: <mailto:quic-issues-request@ietf.org?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, 10 Jan 2019 02:47:03 -0000

----==_mimepart_5c36b224d8dcd_44b93fceb72d45b87156c
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

In order for the client to be able to acknowledge packets sent with Handshake encryption level, it needs to have access to the Handshake write key right after processing the ServerHello.

https://tools.ietf.org/html/rfc8446#appendix-A.1 states that the Handshake write key is exported after receiving the server's Finished message, which would make loss recovery of Handshake packets impossible.

I found this fact non-obvious, and I think it should be documented in some way that we're deviating from the schedule in which a normal TLS 1.3 implementation would make new keys available.

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/quicwg/base-drafts/issues/2328
----==_mimepart_5c36b224d8dcd_44b93fceb72d45b87156c
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

<p>In order for the client to be able to acknowledge packets sent with Handshake encryption level, it needs to have access to the Handshake write key right after processing the ServerHello.</p>
<p><a href="https://tools.ietf.org/html/rfc8446#appendix-A.1" rel="nofollow">https://tools.ietf.org/html/rfc8446#appendix-A.1</a> states that the Handshake write key is exported after receiving the server's Finished message, which would make loss recovery of Handshake packets impossible.</p>
<p>I found this fact non-obvious, and I think it should be documented in some way that we're deviating from the schedule in which a normal TLS 1.3 implementation would make new keys available.</p>

<p style="font-size:small;-webkit-text-size-adjust:none;color:#666;">&mdash;<br />You are receiving this because you are subscribed to this thread.<br />Reply to this email directly, <a href="https://github.com/quicwg/base-drafts/issues/2328">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AWbkq50Gq740jokQsuS5q1VCs_uGYf65ks5vBqmkgaJpZM4Z4rs1">mute the thread</a>.<img src="https://github.com/notifications/beacon/AWbkqw4qGMYdVrtg74v5D1j4moz5VT-rks5vBqmkgaJpZM4Z4rs1.gif" height="1" width="1" alt="" /></p>
<script type="application/json" data-scope="inboxmarkup">{"api_version":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name":"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"https://github.githubassets.com/images/email/message_cards/header.png","avatar_image_url":"https://github.githubassets.com/images/email/message_cards/avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/quicwg/base-drafts"}},"updates":{"snippets":[{"icon":"DESCRIPTION","message":"client's Handshake write key needs to be exported early (#2328)"}],"action":{"name":"View Issue","url":"https://github.com/quicwg/base-drafts/issues/2328"}}}</script>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/issues/2328",
"url": "https://github.com/quicwg/base-drafts/issues/2328",
"name": "View Issue"
},
"description": "View this Issue on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>
----==_mimepart_5c36b224d8dcd_44b93fceb72d45b87156c--


From nobody Wed Jan  9 19:34: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 5E81D131100 for <quic-issues@ietfa.amsl.com>; Wed,  9 Jan 2019 19:34:30 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -11.149
X-Spam-Level: 
X-Spam-Status: No, score=-11.149 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIMWL_WL_HIGH=-4.553, 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_PASS=-0.001] autolearn=ham autolearn_force=no
Authentication-Results: ietfa.amsl.com (amavisd-new); dkim=pass (1024-bit key) header.d=github.com
Received: from mail.ietf.org ([4.31.198.44]) by localhost (ietfa.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 25AROg6GZ7yD for <quic-issues@ietfa.amsl.com>; Wed,  9 Jan 2019 19:34: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 B3C4F130FCA for <quic-issues@ietf.org>; Wed,  9 Jan 2019 19:34:28 -0800 (PST)
Date: Wed, 09 Jan 2019 19:34:27 -0800
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1547091267; bh=qgEGgC5XJf+C/maMHIEzm7XwDDAdXgLlwrKcILrdiyY=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=Zcm/6JrUQU23Mhb7wuuythimbdRR9PHlYgIvTvD+qvuRBRn9X1Kd/obB4Zgxf3xoh KQqvLzZYdxL0/xlILYXIsS0S5S1gpGK1RmZPAN5kX/v/lTEv2UqpAw2TXpnELURP7/ lzun/NLD4vyLjnrVaIaLNg9ZIBR8bQjcNi4BrxRI=
From: Martin Thomson <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+0166e4abea7b31ba99195a37dfe1f7d3b6ce91cf317e601492cf00000001184e7f4392a169ce17b13d9c@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/pull/2323/review/191038882@github.com>
In-Reply-To: <quicwg/base-drafts/pull/2323@github.com>
References: <quicwg/base-drafts/pull/2323@github.com>
Subject: Re: [quicwg/base-drafts] Restrict PUSH_PROMISE to request streams (#2323)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5c36bd436df50_6fd3f9f982d45c0943fb"; 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/dPvQRw8duE_Q0WMC0gYaMdvf52E>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
List-Id: Notification list for GitHub issues related to the QUIC WG <quic-issues.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=unsubscribe>
List-Archive: <https://mailarchive.ietf.org/arch/browse/quic-issues/>
List-Post: <mailto:quic-issues@ietf.org>
List-Help: <mailto:quic-issues-request@ietf.org?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, 10 Jan 2019 03:34:30 -0000

----==_mimepart_5c36bd436df50_6fd3f9f982d45c0943fb
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

martinthomson commented on this pull request.



> @@ -723,7 +723,7 @@ with its 0-RTT data.
 ### PUSH_PROMISE {#frame-push-promise}
 
 The PUSH_PROMISE frame (type=0x05) is used to carry a promised request header
-set from server to client, as in HTTP/2.
+set from server to client on a request stream, as in HTTP/2.

I don't believe so.  I guess it could, but then you would have to propagate the push to all the streams that referenced that push with PUSH_PROMISE/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/pull/2323#discussion_r246627604
----==_mimepart_5c36bd436df50_6fd3f9f982d45c0943fb
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/2323#discussion_r246627604">draft-ietf-quic-http.md</a>:</p>
<pre style='color:#555'>&gt; @@ -723,7 +723,7 @@ with its 0-RTT data.
 ### PUSH_PROMISE {#frame-push-promise}
 
 The PUSH_PROMISE frame (type=0x05) is used to carry a promised request header
-set from server to client, as in HTTP/2.
+set from server to client on a request stream, as in HTTP/2.
</pre>
<p>I don't believe so.  I guess it could, but then you would have to propagate the push to all the streams that referenced that push with PUSH_PROMISE/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/pull/2323#discussion_r246627604">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AWbkqy0PQ3Nd-ap7JuQwtgxG3KGi26xKks5vBrTDgaJpZM4Z4Ems">mute the thread</a>.<img src="https://github.com/notifications/beacon/AWbkqwKVvE8DjXwnlqNBA_HfnNDNPJe-ks5vBrTDgaJpZM4Z4Ems.gif" height="1" width="1" alt="" /></p>
<script type="application/json" data-scope="inboxmarkup">{"api_version":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name":"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"https://github.githubassets.com/images/email/message_cards/header.png","avatar_image_url":"https://github.githubassets.com/images/email/message_cards/avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/quicwg/base-drafts"}},"updates":{"snippets":[{"icon":"PERSON","message":"@martinthomson commented on #2323"}],"action":{"name":"View Pull Request","url":"https://github.com/quicwg/base-drafts/pull/2323#discussion_r246627604"}}}</script>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/pull/2323#discussion_r246627604",
"url": "https://github.com/quicwg/base-drafts/pull/2323#discussion_r246627604",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>
----==_mimepart_5c36bd436df50_6fd3f9f982d45c0943fb--


From nobody Wed Jan  9 19:45: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 57133131113 for <quic-issues@ietfa.amsl.com>; Wed,  9 Jan 2019 19:45:08 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -11.149
X-Spam-Level: 
X-Spam-Status: No, score=-11.149 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIMWL_WL_HIGH=-4.553, 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_PASS=-0.001] autolearn=ham autolearn_force=no
Authentication-Results: ietfa.amsl.com (amavisd-new); dkim=pass (1024-bit key) header.d=github.com
Received: from mail.ietf.org ([4.31.198.44]) by localhost (ietfa.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id yk1nWH4arm9D for <quic-issues@ietfa.amsl.com>; Wed,  9 Jan 2019 19:45:06 -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 36C9013111F for <quic-issues@ietf.org>; Wed,  9 Jan 2019 19:45:04 -0800 (PST)
Date: Wed, 09 Jan 2019 19:45:03 -0800
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1547091903; bh=tMtwH999AdN9UNuwMTIPbGjWTvWH4d+azwgSt2cpvhQ=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=QfQic7pWn/oeYW6ZPhQ5AVtpLIqV2fPXLnUVjYzFgs7KwpdIgHdgG/8lB3DFZu1az 8TodaEFkADBhk5iYuE1yjDVNkXNHk0B2ee6Rxfv1my01b45BDcdMQ4byulP4sX0+n/ cCpcPzrIb6YUFwTyvzIayfHGqmGEg42zIqLYlNPU=
From: Martin Thomson <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+0166e4abdbee32fc11abd4fca87a0f9cd0a1993446febd0f92cf00000001184e81bf92a169ce17b3a6da@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/issues/2328/452960769@github.com>
In-Reply-To: <quicwg/base-drafts/issues/2328@github.com>
References: <quicwg/base-drafts/issues/2328@github.com>
Subject: Re: [quicwg/base-drafts] client's Handshake write key needs to be exported early (#2328)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5c36bfbf398d3_64013fa05ecd45b8106698"; 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/dk2zwVHZpnCjsETzNxzHKtXxlAQ>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
List-Id: Notification list for GitHub issues related to the QUIC WG <quic-issues.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=unsubscribe>
List-Archive: <https://mailarchive.ietf.org/arch/browse/quic-issues/>
List-Post: <mailto:quic-issues@ietf.org>
List-Help: <mailto:quic-issues-request@ietf.org?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, 10 Jan 2019 03:45:08 -0000

----==_mimepart_5c36bfbf398d3_64013fa05ecd45b8106698
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

I had the same realization a while ago, but failed to capture that in the spec.  It's a fairly important point that - if ignored - would lead to bad outcomes, because a good part of the time you can get away with not exporting it early.  You mostly just get transient errors... until the server can't fit its certificate into 3 packets, then you get a hard fail.

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/quicwg/base-drafts/issues/2328#issuecomment-452960769
----==_mimepart_5c36bfbf398d3_64013fa05ecd45b8106698
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: quoted-printable

<p>I had the same realization a while ago, but failed to capture that in =
the spec.  It's a fairly important point that - if ignored - would lead t=
o bad outcomes, because a good part of the time you can get away with not=
 exporting it early.  You mostly just get transient errors... until the s=
erver can't fit its certificate into 3 packets, then you get a hard fail.=
</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/2328#issuecomment-452960769">view it on GitHub</a>,=
 or <a href=3D"https://github.com/notifications/unsubscribe-auth/AWbkq74x=
2Ij1As3xbVp7cmyUttVbXzw5ks5vBrc_gaJpZM4Z4rs1">mute the thread</a>.<img sr=
c=3D"https://github.com/notifications/beacon/AWbkqwbOr2QvefqsRM8qOl9niR6X=
ea5cks5vBrc_gaJpZM4Z4rs1.gif" height=3D"1" width=3D"1" alt=3D"" /></p>
<script type=3D"application/json" data-scope=3D"inboxmarkup">{"api_versio=
n":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name"=
:"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"=
quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"http=
s://github.githubassets.com/images/email/message_cards/header.png","avata=
r_image_url":"https://github.githubassets.com/images/email/message_cards/=
avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/q=
uicwg/base-drafts"}},"updates":{"snippets":[{"icon":"PERSON","message":"@=
martinthomson in #2328: I had the same realization a while ago, but faile=
d to capture that in the spec.  It's a fairly important point that - if i=
gnored - would lead to bad outcomes, because a good part of the time you =
can get away with not exporting it early.  You mostly just get transient =
errors... until the server can't fit its certificate into 3 packets, then=
 you get a hard fail."}],"action":{"name":"View Issue","url":"https://git=
hub.com/quicwg/base-drafts/issues/2328#issuecomment-452960769"}}}</script=
>
<script type=3D"application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/issues/2328#issuecomment=
-452960769",
"url": "https://github.com/quicwg/base-drafts/issues/2328#issuecomment-45=
2960769",
"name": "View Issue"
},
"description": "View this Issue on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>=

----==_mimepart_5c36bfbf398d3_64013fa05ecd45b8106698--


From nobody Wed Jan  9 21:19: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 B4A6C131158 for <quic-issues@ietfa.amsl.com>; Wed,  9 Jan 2019 21:19:20 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -11.149
X-Spam-Level: 
X-Spam-Status: No, score=-11.149 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIMWL_WL_HIGH=-4.553, 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_PASS=-0.001] autolearn=ham autolearn_force=no
Authentication-Results: ietfa.amsl.com (amavisd-new); dkim=pass (1024-bit key) header.d=github.com
Received: from mail.ietf.org ([4.31.198.44]) by localhost (ietfa.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id rx7QnBwcGx6x for <quic-issues@ietfa.amsl.com>; Wed,  9 Jan 2019 21:19:19 -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 0A057131155 for <quic-issues@ietf.org>; Wed,  9 Jan 2019 21:19:19 -0800 (PST)
Date: Wed, 09 Jan 2019 21:19:18 -0800
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1547097558; bh=j3/x0dABCsgYjzC+0bZN6OrV2zB5+COUefbyZGBI/fA=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=aK17BpwMi9Bh8126uAUTO+rOOuS49TXLk95A4v2eXibrraDBEa9uEwJhy2NQlFVTy ED93438HsA4zxNzoMqV652HJjw19KfwaPfsykDH11HrgU+sBY3gm5M4op8x//niZ5y XtnVZH5dKv6JZvNaBTB70XIcCPqiaDAqYwyb1I+4=
From: Kazuho Oku <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+0166e4ab402c23bceecb937398f7aa0d79ad605568d49d4a92cf00000001184e97d692a169ce17b13d9c@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/pull/2323/review/191052294@github.com>
In-Reply-To: <quicwg/base-drafts/pull/2323@github.com>
References: <quicwg/base-drafts/pull/2323@github.com>
Subject: Re: [quicwg/base-drafts] Restrict PUSH_PROMISE to request streams (#2323)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5c36d5d63193c_7d43f9f982d45c047062e"; 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/qNBHQurgGbf9qY_J6zs0NpVjZyg>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
List-Id: Notification list for GitHub issues related to the QUIC WG <quic-issues.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=unsubscribe>
List-Archive: <https://mailarchive.ietf.org/arch/browse/quic-issues/>
List-Post: <mailto:quic-issues@ietf.org>
List-Help: <mailto:quic-issues-request@ietf.org?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, 10 Jan 2019 05:19:21 -0000

----==_mimepart_5c36d5d63193c_7d43f9f982d45c047062e
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

kazuho commented on this pull request.



> @@ -723,7 +723,7 @@ with its 0-RTT data.
 ### PUSH_PROMISE {#frame-push-promise}
 
 The PUSH_PROMISE frame (type=0x05) is used to carry a promised request header
-set from server to client, as in HTTP/2.
+set from server to client on a request stream, as in HTTP/2.

Thank you for the clarification. I think having the restriction is fine, because now I realize that RFC 7540 has the same restriction.

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/quicwg/base-drafts/pull/2323#discussion_r246638614
----==_mimepart_5c36d5d63193c_7d43f9f982d45c047062e
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/2323#discussion_r246638614">draft-ietf-quic-http.md</a>:</p>
<pre style='color:#555'>&gt; @@ -723,7 +723,7 @@ with its 0-RTT data.
 ### PUSH_PROMISE {#frame-push-promise}
 
 The PUSH_PROMISE frame (type=0x05) is used to carry a promised request header
-set from server to client, as in HTTP/2.
+set from server to client on a request stream, as in HTTP/2.
</pre>
<p>Thank you for the clarification. I think having the restriction is fine, because now I realize that RFC 7540 has the same restriction.</p>

<p style="font-size:small;-webkit-text-size-adjust:none;color:#666;">&mdash;<br />You are receiving this because you are subscribed to this thread.<br />Reply to this email directly, <a href="https://github.com/quicwg/base-drafts/pull/2323#discussion_r246638614">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AWbkqzV05bAZPL_hmaTDd6VYT01Z7L4jks5vBs1WgaJpZM4Z4Ems">mute the thread</a>.<img src="https://github.com/notifications/beacon/AWbkq83WgKkBFeDXq7T3YhV499PgJ8Ieks5vBs1WgaJpZM4Z4Ems.gif" height="1" width="1" alt="" /></p>
<script type="application/json" data-scope="inboxmarkup">{"api_version":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name":"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"https://github.githubassets.com/images/email/message_cards/header.png","avatar_image_url":"https://github.githubassets.com/images/email/message_cards/avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/quicwg/base-drafts"}},"updates":{"snippets":[{"icon":"PERSON","message":"@kazuho commented on #2323"}],"action":{"name":"View Pull Request","url":"https://github.com/quicwg/base-drafts/pull/2323#discussion_r246638614"}}}</script>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/pull/2323#discussion_r246638614",
"url": "https://github.com/quicwg/base-drafts/pull/2323#discussion_r246638614",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>
----==_mimepart_5c36d5d63193c_7d43f9f982d45c047062e--


From nobody Thu Jan 10 00: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 3434A131196 for <quic-issues@ietfa.amsl.com>; Thu, 10 Jan 2019 00:57:03 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -11.149
X-Spam-Level: 
X-Spam-Status: No, score=-11.149 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIMWL_WL_HIGH=-4.553, 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_PASS=-0.001] autolearn=ham autolearn_force=no
Authentication-Results: ietfa.amsl.com (amavisd-new); dkim=pass (1024-bit key) header.d=github.com
Received: from mail.ietf.org ([4.31.198.44]) by localhost (ietfa.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id SQmy1zRkdEgS for <quic-issues@ietfa.amsl.com>; Thu, 10 Jan 2019 00:57: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 BDB2C131198 for <quic-issues@ietf.org>; Thu, 10 Jan 2019 00:57:00 -0800 (PST)
Date: Thu, 10 Jan 2019 00:56:59 -0800
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1547110619; bh=8L4vgZATgFwBJYN3RQcIvmcQ8t4GojtLR/KG8Jkdk7Q=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=BHFzVYl+2Dkv8WF+Na4QFi2k9zEeMwEdOdF9niZnwD7vKWxdXozPx68Xbmyk7PbXn Z0UGT+l5m5gbW1aZVeycyJbFYP3lcTvGtezN546/cV8ArRDe/oybj1k26J/hTAqi59 oi3onF99DCNLzrnw8Zjmvd+LdPCHekk0r27rmd4A=
From: Martin Thomson <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+0166e4abd240aefc1cfb8064de9fb5703c5760569ac03cc892cf00000001184ecadb92a169ce154a73d6@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/issues/1724/453018687@github.com>
In-Reply-To: <quicwg/base-drafts/issues/1724@github.com>
References: <quicwg/base-drafts/issues/1724@github.com>
Subject: Re: [quicwg/base-drafts] Recovery "what to send section"?  / Pseudo code issue  (#1724)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5c3708db38c60_5ea3fc8d82d45c014941c9"; 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/81dEttFLTklOMe-TYaLjrtWQ0Jc>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
List-Id: Notification list for GitHub issues related to the QUIC WG <quic-issues.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=unsubscribe>
List-Archive: <https://mailarchive.ietf.org/arch/browse/quic-issues/>
List-Post: <mailto:quic-issues@ietf.org>
List-Help: <mailto:quic-issues-request@ietf.org?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, 10 Jan 2019 08:57:03 -0000

----==_mimepart_5c3708db38c60_5ea3fc8d82d45c014941c9
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

Was this addressed in #1939?  The comment there says "part of" this only.  @ianswett, what is missing?

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/quicwg/base-drafts/issues/1724#issuecomment-453018687
----==_mimepart_5c3708db38c60_5ea3fc8d82d45c014941c9
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

<p>Was this addressed in <a class="issue-link js-issue-link" data-error-text="Failed to load issue title" data-id="375773431" data-permission-text="Issue title is private" data-url="https://github.com/quicwg/base-drafts/issues/1939" data-hovercard-type="pull_request" data-hovercard-url="/quicwg/base-drafts/pull/1939/hovercard" href="https://github.com/quicwg/base-drafts/pull/1939">#1939</a>?  The comment there says "part of" this only.  <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>, what is missing?</p>

<p style="font-size:small;-webkit-text-size-adjust:none;color:#666;">&mdash;<br />You are receiving this because you are subscribed to this thread.<br />Reply to this email directly, <a href="https://github.com/quicwg/base-drafts/issues/1724#issuecomment-453018687">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AWbkq30r2t2lD5MLxiuD0MDbNY21xUL_ks5vBwBbgaJpZM4Wax_V">mute the thread</a>.<img src="https://github.com/notifications/beacon/AWbkq9aNCSkZG0FjmeN-wjj-r9YPO8Gpks5vBwBbgaJpZM4Wax_V.gif" height="1" width="1" alt="" /></p>
<script type="application/json" data-scope="inboxmarkup">{"api_version":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name":"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"https://github.githubassets.com/images/email/message_cards/header.png","avatar_image_url":"https://github.githubassets.com/images/email/message_cards/avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/quicwg/base-drafts"}},"updates":{"snippets":[{"icon":"PERSON","message":"@martinthomson in #1724: Was this addressed in #1939?  The comment there says \"part of\" this only.  @ianswett, what is missing?"}],"action":{"name":"View Issue","url":"https://github.com/quicwg/base-drafts/issues/1724#issuecomment-453018687"}}}</script>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/issues/1724#issuecomment-453018687",
"url": "https://github.com/quicwg/base-drafts/issues/1724#issuecomment-453018687",
"name": "View Issue"
},
"description": "View this Issue on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>
----==_mimepart_5c3708db38c60_5ea3fc8d82d45c014941c9--


From nobody Thu Jan 10 00:58:54 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 93B1D131198 for <quic-issues@ietfa.amsl.com>; Thu, 10 Jan 2019 00:58:52 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -6.007
X-Spam-Level: 
X-Spam-Status: No, score=-6.007 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIMWL_WL_HIGH=-4.553, DKIM_SIGNED=0.1, DKIM_VALID=-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_PASS=-0.001] autolearn=ham autolearn_force=no
Authentication-Results: ietfa.amsl.com (amavisd-new); dkim=pass (1024-bit key) header.d=github.com
Received: from mail.ietf.org ([4.31.198.44]) by localhost (ietfa.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id Z8i7PJdnD7L6 for <quic-issues@ietfa.amsl.com>; Thu, 10 Jan 2019 00:58:50 -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 15967131197 for <quic-issues@ietf.org>; Thu, 10 Jan 2019 00:58:49 -0800 (PST)
DKIM-Signature: v=1; a=rsa-sha1; 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=+58SQuINUO2/XQEW+OaiFOG69g8=; b=WmcVGzkmEbU8Ts/y u48FojNRQ5ap/pMspUBrAiZ1VXayFY5Tnn84Rq1V4sD6VFIHqbweYUnaCe0uVjlv n/Blxq7Zuf/gVm5DHupyr7eKV+/qFriyqGzBbNyJy2xY3fSE/QNsg9xE7n64LIpS lZR27mSCu5QiJ7kmqxDozl9XxgE=
Received: by filter1325p1mdw1.sendgrid.net with SMTP id filter1325p1mdw1-15914-5C370949-4 2019-01-10 08:58:49.073778828 +0000 UTC m=+199851.516615832
Received: from github-lowworker-b40b5a4.cp1-iad.github.net (unknown [192.30.252.36]) by ismtpd0010p1iad1.sendgrid.net (SG) with ESMTP id zpBeyTPHS428nqOHVBcPdw for <quic-issues@ietf.org>; Thu, 10 Jan 2019 08:58:49.022 +0000 (UTC)
Received: from github.com (localhost [127.0.0.1]) by github-lowworker-b40b5a4.cp1-iad.github.net (Postfix) with ESMTP id 0268A3E006A for <quic-issues@ietf.org>; Thu, 10 Jan 2019 00:58:49 -0800 (PST)
Date: Thu, 10 Jan 2019 08:58:49 +0000 (UTC)
From: Martin Thomson <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+0166e4ab70d4da287cea64b078701228185f238f00da12da92cf00000001184ecb4892a169ce17ae7ded@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/issues/2321/453019177@github.com>
In-Reply-To: <quicwg/base-drafts/issues/2321@github.com>
References: <quicwg/base-drafts/issues/2321@github.com>
Subject: Re: [quicwg/base-drafts] "PRIORITY frame expresses priority of a stream" (#2321)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5c370949104d_4e673fc8d82d45c05115e5"; 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-SG-EID: l64QuQ2uJCcEyUykJbxN122A6QRmEpucztpreh3Pak2nUUMmYMUfUr+a8g8D2a7Ev2MN2Bgh81E8tZ uIuXsZKrtj6q1triXb3QOV8RV+3r0fNvQED72C/tYGQN4OxPWbn/PCakjdt2MUEnuQoeGNFRfR/EZ5 n1xX5JGNt8LRwCL1Jm/4LNLpD65hBJcqMFYtORLKx/MpXd2x/S1t5CLrix/8GuI5G09Lfzeo2HZdm7 Q=
Archived-At: <https://mailarchive.ietf.org/arch/msg/quic-issues/IbI5BMv3DzLi-aO8v5dbOf3-QmU>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
List-Id: Notification list for GitHub issues related to the QUIC WG <quic-issues.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=unsubscribe>
List-Archive: <https://mailarchive.ietf.org/arch/browse/quic-issues/>
List-Post: <mailto:quic-issues@ietf.org>
List-Help: <mailto:quic-issues-request@ietf.org?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, 10 Jan 2019 08:58:53 -0000

----==_mimepart_5c370949104d_4e673fc8d82d45c05115e5
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

A comment on this text: we should be prioritizing *requests* and maybe *pushes*, not 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/issues/2321#issuecomment-453019177
----==_mimepart_5c370949104d_4e673fc8d82d45c05115e5
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

<p>A comment on this text: we should be prioritizing <em>requests</em> and maybe <em>pushes</em>, not 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/issues/2321#issuecomment-453019177">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AWbkq-0galOUpiZeXcxsWhjjmqEyB8b6ks5vBwDJgaJpZM4Z3N8q">mute the thread</a>.<img src="https://github.com/notifications/beacon/AWbkqz1-hTwxrO1xn7gfowdz2I7XwdEMks5vBwDJgaJpZM4Z3N8q.gif" height="1" width="1" alt="" /></p>
<script type="application/json" data-scope="inboxmarkup">{"api_version":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name":"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"https://github.githubassets.com/images/email/message_cards/header.png","avatar_image_url":"https://github.githubassets.com/images/email/message_cards/avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/quicwg/base-drafts"}},"updates":{"snippets":[{"icon":"PERSON","message":"@martinthomson in #2321: A comment on this text: we should be prioritizing *requests* and maybe *pushes*, not streams."}],"action":{"name":"View Issue","url":"https://github.com/quicwg/base-drafts/issues/2321#issuecomment-453019177"}}}</script>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/issues/2321#issuecomment-453019177",
"url": "https://github.com/quicwg/base-drafts/issues/2321#issuecomment-453019177",
"name": "View Issue"
},
"description": "View this Issue on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>
----==_mimepart_5c370949104d_4e673fc8d82d45c05115e5--


From nobody Thu Jan 10 01:05: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 7BD48130DBE for <quic-issues@ietfa.amsl.com>; Thu, 10 Jan 2019 01:05:15 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -11.007
X-Spam-Level: 
X-Spam-Status: No, score=-11.007 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIMWL_WL_HIGH=-4.553, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, HTML_IMAGE_ONLY_20=1.546, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-1, RCVD_IN_DNSWL_HI=-5, SPF_PASS=-0.001] autolearn=ham autolearn_force=no
Authentication-Results: ietfa.amsl.com (amavisd-new); dkim=pass (1024-bit key) header.d=github.com
Received: from mail.ietf.org ([4.31.198.44]) by localhost (ietfa.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 7QsOIG5sgnGW for <quic-issues@ietfa.amsl.com>; Thu, 10 Jan 2019 01:05: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 3185E131196 for <quic-issues@ietf.org>; Thu, 10 Jan 2019 01:05:13 -0800 (PST)
Date: Thu, 10 Jan 2019 01:05:12 -0800
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1547111112; bh=4pqFICQ8qE4cPgj+tqwN/75iqk2zN8rgOKoEu2VCE2Q=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=OBqDNCJvM21REhTQ6OFvw1UcFObH6sE+GghEPXln8w9phPdG7QTXqODaM2Md5ByIP OzGnPi/2v1I2YA8izVCqpRRmcnRcFq0+2WtmCmEaVBBXBbJDWKS0X4IQ613VBbzAtn k7nVH+SJwcS8l/esGZJO/aGXxBuS8FIOsbmjLYjE=
From: Lucas Pardue <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+0166e4ab90d522bb71c8441a7dc19a1a2a9c7fe21352560792cf00000001184eccc892a169ce17ae7ded@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/issues/2321/453021082@github.com>
In-Reply-To: <quicwg/base-drafts/issues/2321@github.com>
References: <quicwg/base-drafts/issues/2321@github.com>
Subject: Re: [quicwg/base-drafts] "PRIORITY frame expresses priority of a stream" (#2321)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5c370ac83835e_4d9c3ffd5a8d45b85460f"; 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/Lb9LLTl5nKFAhf92Pwhwfr_yiIk>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
List-Id: Notification list for GitHub issues related to the QUIC WG <quic-issues.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=unsubscribe>
List-Archive: <https://mailarchive.ietf.org/arch/browse/quic-issues/>
List-Post: <mailto:quic-issues@ietf.org>
List-Help: <mailto:quic-issues-request@ietf.org?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, 10 Jan 2019 09:05:15 -0000

----==_mimepart_5c370ac83835e_4d9c3ffd5a8d45b85460f
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

That's a fair point I'll see if I can incorporate that into 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/2321#issuecomment-453021082
----==_mimepart_5c370ac83835e_4d9c3ffd5a8d45b85460f
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

<p>That's a fair point I'll see if I can incorporate that into 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/2321#issuecomment-453021082">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AWbkqyd0aYmnaX3Ia5hzm92SoY4q87Csks5vBwJIgaJpZM4Z3N8q">mute the thread</a>.<img src="https://github.com/notifications/beacon/AWbkq25nv6CTn3kEw87o2kZ0jK7cXkFcks5vBwJIgaJpZM4Z3N8q.gif" height="1" width="1" alt="" /></p>
<script type="application/json" data-scope="inboxmarkup">{"api_version":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name":"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"https://github.githubassets.com/images/email/message_cards/header.png","avatar_image_url":"https://github.githubassets.com/images/email/message_cards/avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/quicwg/base-drafts"}},"updates":{"snippets":[{"icon":"PERSON","message":"@LPardue in #2321: That's a fair point I'll see if I can incorporate that into the PR"}],"action":{"name":"View Issue","url":"https://github.com/quicwg/base-drafts/issues/2321#issuecomment-453021082"}}}</script>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/issues/2321#issuecomment-453021082",
"url": "https://github.com/quicwg/base-drafts/issues/2321#issuecomment-453021082",
"name": "View Issue"
},
"description": "View this Issue on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>
----==_mimepart_5c370ac83835e_4d9c3ffd5a8d45b85460f--


From nobody Thu Jan 10 01:48:49 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 0280313119F for <quic-issues@ietfa.amsl.com>; Thu, 10 Jan 2019 01:48:48 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -5.935
X-Spam-Level: 
X-Spam-Status: No, score=-5.935 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIMWL_WL_HIGH=-4.553, DKIM_SIGNED=0.1, DKIM_VALID=-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_PASS=-0.001] autolearn=ham autolearn_force=no
Authentication-Results: ietfa.amsl.com (amavisd-new); dkim=pass (1024-bit key) header.d=github.com
Received: from mail.ietf.org ([4.31.198.44]) by localhost (ietfa.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id xY2Zn2nyimkb for <quic-issues@ietfa.amsl.com>; Thu, 10 Jan 2019 01:48:46 -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 204A0131199 for <quic-issues@ietf.org>; Thu, 10 Jan 2019 01:48:45 -0800 (PST)
DKIM-Signature: v=1; a=rsa-sha1; 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=D5VmlK1H4KYRKV7bF7woyfaHIvA=; b=PR9E6I7jmKVp85ar G5Cb6ZMtqxtjozufFARZelQMKRwcopBMe6NAUL5AI1GQjl6dWBmXcYGC1glkBtKM masSey11efs+NVdw7ypeHVQy1EVBjW/35pFpyjZeFE/q+za9VB7LoBnYYpU2yyEJ MH+zfN8gi9MILDXUO7sIkm0PIjY=
Received: by filter0501p1iad2.sendgrid.net with SMTP id filter0501p1iad2-29180-5C3714FC-12 2019-01-10 09:48:44.667578191 +0000 UTC m=+187855.748926968
Received: from github-lowworker-cef7735.cp1-iad.github.net (unknown [192.30.252.35]) by ismtpd0031p1mdw1.sendgrid.net (SG) with ESMTP id ky1LW3vsR2Wuo0Lk1F-Jvw for <quic-issues@ietf.org>; Thu, 10 Jan 2019 09:48:44.634 +0000 (UTC)
Received: from github.com (localhost [127.0.0.1]) by github-lowworker-cef7735.cp1-iad.github.net (Postfix) with ESMTP id 8B9F31E125F for <quic-issues@ietf.org>; Thu, 10 Jan 2019 01:48:44 -0800 (PST)
Date: Thu, 10 Jan 2019 09:48:44 +0000 (UTC)
From: Brian Trammell <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+0166e4abc7b26b6b724d728925cdd23e0f95c163f227269c92cf00000001184ed6fc92a169ce17ae59b5@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/pull/2320/review/191120217@github.com>
In-Reply-To: <quicwg/base-drafts/pull/2320@github.com>
References: <quicwg/base-drafts/pull/2320@github.com>
Subject: Re: [quicwg/base-drafts] update spin-exp short header to sync with #2203 (#2320)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5c3714fc89f3b_5d2a3feaf58d45bc4884af"; 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
X-SG-EID: l64QuQ2uJCcEyUykJbxN122A6QRmEpucztpreh3Pak2NjefAN82T4DJmSfPlVNX3grKvpG879s5u8W LpOsbKfzHuHtw5a6td3pdOyXhbyz0W0fKgTaEzGwWf/auwMe1dcEzBu6COar9xJuGYeemhyb/ovqTb kgVQkSEWI+sh2myGnTJ3iQXYCMrO9juzmQmz7fW7uhk7RsF33jF6sfVy0RFhrXPRprtuWU16OogQik U=
Archived-At: <https://mailarchive.ietf.org/arch/msg/quic-issues/DoOmNqJNOxCQLXmAEICsfft13o8>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
List-Id: Notification list for GitHub issues related to the QUIC WG <quic-issues.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=unsubscribe>
List-Archive: <https://mailarchive.ietf.org/arch/browse/quic-issues/>
List-Post: <mailto:quic-issues@ietf.org>
List-Help: <mailto:quic-issues-request@ietf.org?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, 10 Jan 2019 09:48:48 -0000

----==_mimepart_5c3714fc89f3b_5d2a3feaf58d45bc4884af
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

britram commented on this pull request.



>   0                   1                   2                   3
  0 1 2 3 4 5 6 7 8 9 0 1 2 3 4 5 6 7 8 9 0 1 2 3 4 5 6 7 8 9 0 1
 +-+-+-+-+-+-+-+-+
-|0|K|1|1|0|S|R R|
+|0|1|S|R|R|K|P P|

yep, watching that 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/2320#discussion_r246693637
----==_mimepart_5c3714fc89f3b_5d2a3feaf58d45bc4884af
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

<p><b>@britram</b> commented on this pull request.</p>

<hr>

<p>In <a href="https://github.com/quicwg/base-drafts/pull/2320#discussion_r246693637">draft-ietf-quic-spin-exp.md</a>:</p>
<pre style='color:#555'>&gt;   0                   1                   2                   3
  0 1 2 3 4 5 6 7 8 9 0 1 2 3 4 5 6 7 8 9 0 1 2 3 4 5 6 7 8 9 0 1
 +-+-+-+-+-+-+-+-+
-|0|K|1|1|0|S|R R|
+|0|1|S|R|R|K|P P|
</pre>
<p>yep, watching that 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/2320#discussion_r246693637">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AWbkq1I-0eD_mOVA5X6NReoUkRlQghuhks5vBwx8gaJpZM4Z3LVm">mute the thread</a>.<img src="https://github.com/notifications/beacon/AWbkq8WxaidGyE2YlOzpIwdmxdM_HmB5ks5vBwx8gaJpZM4Z3LVm.gif" height="1" width="1" alt="" /></p>
<script type="application/json" data-scope="inboxmarkup">{"api_version":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name":"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"https://github.githubassets.com/images/email/message_cards/header.png","avatar_image_url":"https://github.githubassets.com/images/email/message_cards/avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/quicwg/base-drafts"}},"updates":{"snippets":[{"icon":"PERSON","message":"@britram commented on #2320"}],"action":{"name":"View Pull Request","url":"https://github.com/quicwg/base-drafts/pull/2320#discussion_r246693637"}}}</script>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/pull/2320#discussion_r246693637",
"url": "https://github.com/quicwg/base-drafts/pull/2320#discussion_r246693637",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>
----==_mimepart_5c3714fc89f3b_5d2a3feaf58d45bc4884af--


From nobody Thu Jan 10 01:49: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 394DD1311A0 for <quic-issues@ietfa.amsl.com>; Thu, 10 Jan 2019 01:49:19 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -10.935
X-Spam-Level: 
X-Spam-Status: No, score=-10.935 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIMWL_WL_HIGH=-4.553, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, HTML_IMAGE_ONLY_24=1.618, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-1, RCVD_IN_DNSWL_HI=-5, SPF_PASS=-0.001] autolearn=ham autolearn_force=no
Authentication-Results: ietfa.amsl.com (amavisd-new); dkim=pass (1024-bit key) header.d=github.com
Received: from mail.ietf.org ([4.31.198.44]) by localhost (ietfa.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id RH5ZLBbK3r6G for <quic-issues@ietfa.amsl.com>; Thu, 10 Jan 2019 01:49: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 461FD13119F for <quic-issues@ietf.org>; Thu, 10 Jan 2019 01:49:17 -0800 (PST)
Date: Thu, 10 Jan 2019 01:49:16 -0800
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1547113756; bh=cb1z66NddA803EsLKyFr6fVDIcskeYZ8i3FCP0uws3M=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=QkBHVMFkoRwodnuW8deRR709mjQ/UigZNDLiMIbp3c3U1o3OAO6HtNw5eayCl8lsq IbcxdYPeqbHNtCvrJiJtRD6ZjGn9k4OEVkHdq1oXcL88xuJ20cjA8Z790cE0FNHXze rRVndIKW2bttzIg27zBFIsku1Ij+hxhSmGyuXrkM=
From: Brian Trammell <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+0166e4abd45de8b975cf7a377e839d4a96557c7cf795565a92cf00000001184ed71c92a169ce17ae59b5@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/pull/2320/issue_event/2065380616@github.com>
In-Reply-To: <quicwg/base-drafts/pull/2320@github.com>
References: <quicwg/base-drafts/pull/2320@github.com>
Subject: Re: [quicwg/base-drafts] update spin-exp short header to sync with #2203 (#2320)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5c37151c23a7f_4abe3fbbc64d45c4349656"; 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/rVJbJpI8Do3PdrY09_rtdmIceEQ>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
List-Id: Notification list for GitHub issues related to the QUIC WG <quic-issues.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=unsubscribe>
List-Archive: <https://mailarchive.ietf.org/arch/browse/quic-issues/>
List-Post: <mailto:quic-issues@ietf.org>
List-Help: <mailto:quic-issues-request@ietf.org?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, 10 Jan 2019 09:49:19 -0000

----==_mimepart_5c37151c23a7f_4abe3fbbc64d45c4349656
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

Merged #2320 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/2320#event-2065380616
----==_mimepart_5c37151c23a7f_4abe3fbbc64d45c4349656
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="397302197" data-permission-text="Issue title is private" data-url="https://github.com/quicwg/base-drafts/issues/2320" data-hovercard-type="pull_request" data-hovercard-url="/quicwg/base-drafts/pull/2320/hovercard" href="https://github.com/quicwg/base-drafts/pull/2320">#2320</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/2320#event-2065380616">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AWbkq9N7ZWjEbiJCVNYbNhzI0utmcZrfks5vBwycgaJpZM4Z3LVm">mute the thread</a>.<img src="https://github.com/notifications/beacon/AWbkqwlWCM4D4NASZOzmmn5fvTp_9iWYks5vBwycgaJpZM4Z3LVm.gif" height="1" width="1" alt="" /></p>
<script type="application/json" data-scope="inboxmarkup">{"api_version":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name":"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"https://github.githubassets.com/images/email/message_cards/header.png","avatar_image_url":"https://github.githubassets.com/images/email/message_cards/avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/quicwg/base-drafts"}},"updates":{"snippets":[{"icon":"DESCRIPTION","message":"Merged #2320 into master."}],"action":{"name":"View Pull Request","url":"https://github.com/quicwg/base-drafts/pull/2320#event-2065380616"}}}</script>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/pull/2320#event-2065380616",
"url": "https://github.com/quicwg/base-drafts/pull/2320#event-2065380616",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>
----==_mimepart_5c37151c23a7f_4abe3fbbc64d45c4349656--


From nobody Thu Jan 10 03:12: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 5825C1271FF for <quic-issues@ietfa.amsl.com>; Thu, 10 Jan 2019 03:12:51 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -11.007
X-Spam-Level: 
X-Spam-Status: No, score=-11.007 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIMWL_WL_HIGH=-4.553, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, HTML_IMAGE_ONLY_20=1.546, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-1, RCVD_IN_DNSWL_HI=-5, SPF_PASS=-0.001] autolearn=ham autolearn_force=no
Authentication-Results: ietfa.amsl.com (amavisd-new); dkim=pass (1024-bit key) header.d=github.com
Received: from mail.ietf.org ([4.31.198.44]) by localhost (ietfa.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id FGKac9IvPE65 for <quic-issues@ietfa.amsl.com>; Thu, 10 Jan 2019 03:12: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 5C862130DC4 for <quic-issues@ietf.org>; Thu, 10 Jan 2019 03:12:49 -0800 (PST)
Date: Thu, 10 Jan 2019 03:12:48 -0800
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1547118768; bh=H5wpyN5pPOm9LLhNdbky3gI5X00yy9N9J3W5Up6LHEY=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=1o5jgqeB2ry1Kvl/7zVfpTgTDPQMJZZGfH/D5yEfUewwg9Ks/lzOAARjt99VwXSIc d6Dvlb+iZU8TclcuzLryvW2Ju1Wu1CuBhHNVAG6WWY1GvIkzahAm8y3onIzCA/n7l0 +aclZMlpgM00XGRtNyCtFnmyEFXG++rtnURRbcDo=
From: ianswett <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+0166e4aba5348fb28a9f614aec44f0f0f3744e97c008fb8992cf00000001184eeab092a169ce154a73d6@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/issues/1724/453059581@github.com>
In-Reply-To: <quicwg/base-drafts/issues/1724@github.com>
References: <quicwg/base-drafts/issues/1724@github.com>
Subject: Re: [quicwg/base-drafts] Recovery "what to send section"?  / Pseudo code issue  (#1724)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5c3728b0204db_2f193f87bb6d45c0454997"; 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/oUASXmRfu52FP9WZ-f4v-kQj5qE>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
List-Id: Notification list for GitHub issues related to the QUIC WG <quic-issues.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=unsubscribe>
List-Archive: <https://mailarchive.ietf.org/arch/browse/quic-issues/>
List-Post: <mailto:quic-issues@ietf.org>
List-Help: <mailto:quic-issues-request@ietf.org?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, 10 Jan 2019 11:12:51 -0000

----==_mimepart_5c3728b0204db_2f193f87bb6d45c0454997
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

Between that PR an some subsequent cleanups, I think we're in good shape.

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/quicwg/base-drafts/issues/1724#issuecomment-453059581
----==_mimepart_5c3728b0204db_2f193f87bb6d45c0454997
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

<p>Between that PR an some subsequent cleanups, I think we're in good shape.</p>

<p style="font-size:small;-webkit-text-size-adjust:none;color:#666;">&mdash;<br />You are receiving this because you are subscribed to this thread.<br />Reply to this email directly, <a href="https://github.com/quicwg/base-drafts/issues/1724#issuecomment-453059581">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AWbkq1LxpJP4JO0t7eYoTlGIdz3NdM-5ks5vByAwgaJpZM4Wax_V">mute the thread</a>.<img src="https://github.com/notifications/beacon/AWbkqwQxSUuDv6O0QCc64eC8NBhQJ3Qbks5vByAwgaJpZM4Wax_V.gif" height="1" width="1" alt="" /></p>
<script type="application/json" data-scope="inboxmarkup">{"api_version":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name":"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"https://github.githubassets.com/images/email/message_cards/header.png","avatar_image_url":"https://github.githubassets.com/images/email/message_cards/avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/quicwg/base-drafts"}},"updates":{"snippets":[{"icon":"PERSON","message":"@ianswett in #1724: Between that PR an some subsequent cleanups, I think we're in good shape."}],"action":{"name":"View Issue","url":"https://github.com/quicwg/base-drafts/issues/1724#issuecomment-453059581"}}}</script>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/issues/1724#issuecomment-453059581",
"url": "https://github.com/quicwg/base-drafts/issues/1724#issuecomment-453059581",
"name": "View Issue"
},
"description": "View this Issue on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>
----==_mimepart_5c3728b0204db_2f193f87bb6d45c0454997--


From nobody Thu Jan 10 03:12: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 0AFCB130DC4 for <quic-issues@ietfa.amsl.com>; Thu, 10 Jan 2019 03:12:53 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -10.935
X-Spam-Level: 
X-Spam-Status: No, score=-10.935 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIMWL_WL_HIGH=-4.553, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, HTML_IMAGE_ONLY_24=1.618, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-1, RCVD_IN_DNSWL_HI=-5, SPF_PASS=-0.001] autolearn=ham autolearn_force=no
Authentication-Results: ietfa.amsl.com (amavisd-new); dkim=pass (1024-bit key) header.d=github.com
Received: from mail.ietf.org ([4.31.198.44]) by localhost (ietfa.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 9O5DDjcMcpjU for <quic-issues@ietfa.amsl.com>; Thu, 10 Jan 2019 03:12:51 -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 F13C3130E13 for <quic-issues@ietf.org>; Thu, 10 Jan 2019 03:12:49 -0800 (PST)
Date: Thu, 10 Jan 2019 03:12:49 -0800
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1547118769; bh=71G9qzn/zv92iMztNsAMG6zVDqoHAxhNqU+u0UrBji8=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=LWkBSkOLiGHlU1iLBvC2EWbe3Q6C3ehwYF8SAYo3DJiwS/prHsS1uQOdQ+M/8hV7d KDIlNp6lhqTitvSvEeh0ikbORa4EYZoYB0oyjhsITZScyUblJhSJ0a9I6xdZhF1OXi jkv8ZalfeOZ7obl3wJKlm4R1dflwQ/y0fb3I1qxI=
From: ianswett <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+0166e4abc85496fb05c1d489689aebc7c778b2ac4fcf9b2192cf00000001184eeab192a169ce154a73d6@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/issue/1724/issue_event/2065576841@github.com>
In-Reply-To: <quicwg/base-drafts/issues/1724@github.com>
References: <quicwg/base-drafts/issues/1724@github.com>
Subject: Re: [quicwg/base-drafts] Recovery "what to send section"?  / Pseudo code issue  (#1724)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5c3728b127cc8_5c353fb97ecd45c011149e"; 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/JYeoqpcE6_rvYc1dkhL5XD8lnGA>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
List-Id: Notification list for GitHub issues related to the QUIC WG <quic-issues.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=unsubscribe>
List-Archive: <https://mailarchive.ietf.org/arch/browse/quic-issues/>
List-Post: <mailto:quic-issues@ietf.org>
List-Help: <mailto:quic-issues-request@ietf.org?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, 10 Jan 2019 11:12:53 -0000

----==_mimepart_5c3728b127cc8_5c353fb97ecd45c011149e
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

Closed #1724.

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/quicwg/base-drafts/issues/1724#event-2065576841
----==_mimepart_5c3728b127cc8_5c353fb97ecd45c011149e
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="357200854" data-permission-text="Issue title is private" data-url="https://github.com/quicwg/base-drafts/issues/1724" data-hovercard-type="issue" data-hovercard-url="/quicwg/base-drafts/issues/1724/hovercard" href="https://github.com/quicwg/base-drafts/issues/1724">#1724</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/1724#event-2065576841">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AWbkq-R7bBFfdXve9crhq7iaxhUu10JOks5vByAxgaJpZM4Wax_V">mute the thread</a>.<img src="https://github.com/notifications/beacon/AWbkq-nQYb7swMoZsbb1VO49cwiPsrRZks5vByAxgaJpZM4Wax_V.gif" height="1" width="1" alt="" /></p>
<script type="application/json" data-scope="inboxmarkup">{"api_version":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name":"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"https://github.githubassets.com/images/email/message_cards/header.png","avatar_image_url":"https://github.githubassets.com/images/email/message_cards/avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/quicwg/base-drafts"}},"updates":{"snippets":[{"icon":"DESCRIPTION","message":"Closed #1724."}],"action":{"name":"View Issue","url":"https://github.com/quicwg/base-drafts/issues/1724#event-2065576841"}}}</script>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/issues/1724#event-2065576841",
"url": "https://github.com/quicwg/base-drafts/issues/1724#event-2065576841",
"name": "View Issue"
},
"description": "View this Issue on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>
----==_mimepart_5c3728b127cc8_5c353fb97ecd45c011149e--


From nobody Thu Jan 10 03: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 A389A130DDA for <quic-issues@ietfa.amsl.com>; Thu, 10 Jan 2019 03:49:50 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -12.553
X-Spam-Level: 
X-Spam-Status: No, score=-12.553 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIMWL_WL_HIGH=-4.553, 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_PASS=-0.001] autolearn=ham autolearn_force=no
Authentication-Results: ietfa.amsl.com (amavisd-new); dkim=pass (1024-bit key) header.d=github.com
Received: from mail.ietf.org ([4.31.198.44]) by localhost (ietfa.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id b3JSZFbBrovp for <quic-issues@ietfa.amsl.com>; Thu, 10 Jan 2019 03:49: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 A510A130DEF for <quic-issues@ietf.org>; Thu, 10 Jan 2019 03:49:48 -0800 (PST)
Date: Thu, 10 Jan 2019 03:49:47 -0800
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1547120987; bh=EzEkLqMACrB6DwcFRcdjeX0m4AsCxny26pzup8PRzb4=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=q8ZLoR53IkQ5D3vfsXXGc3bywtOtzXMZ3iJvFnlN+O+V1qn2kWJzdnVk8npmjWKRz TgjKTBB9ADsCgpKVTRQT6QPkr44+2d5ex36iY+L974mif6lpU1BeypAOSiVdFh9oPH Lm35OyLfEx3UZNbj8sdGIMoZ80yAdnXY4hhAj56s=
From: ianswett <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+0166e4abd1b8f9cfb9cce1e4877a27439eb0e5321e565a3d92cf00000001184ef35b92a169ce178a377a@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/pull/2280/c453069012@github.com>
In-Reply-To: <quicwg/base-drafts/pull/2280@github.com>
References: <quicwg/base-drafts/pull/2280@github.com>
Subject: Re: [quicwg/base-drafts] Clarify Actions on nonzero Reserved Bits (#2280)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5c37315b3177a_450b3ffde94d45b4120d7"; 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/KCxlqz5N-tEbW8ZxvmwHY5zYBEg>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
List-Id: Notification list for GitHub issues related to the QUIC WG <quic-issues.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=unsubscribe>
List-Archive: <https://mailarchive.ietf.org/arch/browse/quic-issues/>
List-Post: <mailto:quic-issues@ietf.org>
List-Help: <mailto:quic-issues-request@ietf.org?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, 10 Jan 2019 11:49:50 -0000

----==_mimepart_5c37315b3177a_450b3ffde94d45b4120d7
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

@kazuho Given these are within the encrypted envelope, if one side thinks they mean something and the other doesn't or vice versa, there are sure to be problems, so any usage would have to be negotiated as you say.

@marten-seemann I couldn't find that in #2022.  My reading of that discussion was header protection is better than just doing packet number encryption.

I don't have a strong opinion here, but I'm also not seeing much reason to specify what the values need to be and saying they can be anything seems simpler.  Saying they have to be 0 invites people to short-cut the full decryption and drop packets that have other values immediately.  To be clear, I probably would have done that if I hadn't read this 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/2280#issuecomment-453069012
----==_mimepart_5c37315b3177a_450b3ffde94d45b4120d7
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=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> Given these are within the encrypted envelope, if one s=
ide thinks they mean something and the other doesn't or vice versa, there=
 are sure to be problems, so any usage would have to be negotiated as you=
 say.</p>
<p><a class=3D"user-mention" data-hovercard-type=3D"user" data-hovercard-=
url=3D"/hovercards?user_id=3D1478487" data-octo-click=3D"hovercard-link-c=
lick" data-octo-dimensions=3D"link_type:self" href=3D"https://github.com/=
marten-seemann">@marten-seemann</a> I couldn't find that in <a class=3D"i=
ssue-link js-issue-link" data-error-text=3D"Failed to load issue title" d=
ata-id=3D"382467511" data-permission-text=3D"Issue title is private" data=
-url=3D"https://github.com/quicwg/base-drafts/issues/2022" data-hovercard=
-type=3D"issue" data-hovercard-url=3D"/quicwg/base-drafts/issues/2022/hov=
ercard" href=3D"https://github.com/quicwg/base-drafts/issues/2022">#2022<=
/a>.  My reading of that discussion was header protection is better than =
just doing packet number encryption.</p>
<p>I don't have a strong opinion here, but I'm also not seeing much reaso=
n to specify what the values need to be and saying they can be anything s=
eems simpler.  Saying they have to be 0 invites people to short-cut the f=
ull decryption and drop packets that have other values immediately.  To b=
e clear, I probably would have done that if I hadn't read this issue.</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/pull/2280#issuecomment-453069012">view it on GitHub</a>, o=
r <a href=3D"https://github.com/notifications/unsubscribe-auth/AWbkq-ZjWH=
myUIizuUTLFjHnnQPwAKt-ks5vByjbgaJpZM4ZlOXd">mute the thread</a>.<img src=3D=
"https://github.com/notifications/beacon/AWbkq6gnVuFZ-zZgx6Z7E4puYxPr2UL-=
ks5vByjbgaJpZM4ZlOXd.gif" height=3D"1" width=3D"1" alt=3D"" /></p>
<script type=3D"application/json" data-scope=3D"inboxmarkup">{"api_versio=
n":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name"=
:"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"=
quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"http=
s://github.githubassets.com/images/email/message_cards/header.png","avata=
r_image_url":"https://github.githubassets.com/images/email/message_cards/=
avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/q=
uicwg/base-drafts"}},"updates":{"snippets":[{"icon":"PERSON","message":"@=
ianswett in #2280: @kazuho Given these are within the encrypted envelope,=
 if one side thinks they mean something and the other doesn't or vice ver=
sa, there are sure to be problems, so any usage would have to be negotiat=
ed as you say.\r\n\r\n@marten-seemann I couldn't find that in #2022.  My =
reading of that discussion was header protection is better than just doin=
g packet number encryption.\r\n\r\nI don't have a strong opinion here, bu=
t I'm also not seeing much reason to specify what the values need to be a=
nd saying they can be anything seems simpler.  Saying they have to be 0 i=
nvites people to short-cut the full decryption and drop packets that have=
 other values immediately.  To be clear, I probably would have done that =
if I hadn't read this issue."}],"action":{"name":"View Pull Request","url=
":"https://github.com/quicwg/base-drafts/pull/2280#issuecomment-453069012=
"}}}</script>
<script type=3D"application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/pull/2280#issuecomment-4=
53069012",
"url": "https://github.com/quicwg/base-drafts/pull/2280#issuecomment-4530=
69012",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>=

----==_mimepart_5c37315b3177a_450b3ffde94d45b4120d7--


From nobody Thu Jan 10 04:04: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 8D61B130E13 for <quic-issues@ietfa.amsl.com>; Thu, 10 Jan 2019 04:04:47 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -10.934
X-Spam-Level: 
X-Spam-Status: No, score=-10.934 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIMWL_WL_HIGH=-4.553, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, HTML_IMAGE_ONLY_24=1.618, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-1, RCVD_IN_DNSWL_HI=-5, 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 FuW601_ocNEf for <quic-issues@ietfa.amsl.com>; Thu, 10 Jan 2019 04:04: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 925CA130DDA for <quic-issues@ietf.org>; Thu, 10 Jan 2019 04:04:45 -0800 (PST)
Date: Thu, 10 Jan 2019 04:04:44 -0800
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1547121884; bh=0x/W2aEcRXNW077bbm6tvOg7axLAw+mQlCVL6RJCEsM=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=jURXzxh+1QxZ9mwhrrS46R0Vp+QCtG3sW8t3vc7ow3Qph+sAtqXF+1SHK1VNfbKzI OGCy1O2FunchjIkro1BbcnNbfbr8K6qeo5SzmyZmtDLIdd7CT3MR7TZuoOXqNJC6mw R+gTpuCcd1jW/MiFXG13J+zemBBgC1VsFJNNif10=
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/2327/push/3197286973@github.com>
In-Reply-To: <quicwg/base-drafts/pull/2327@github.com>
References: <quicwg/base-drafts/pull/2327@github.com>
Subject: Re: [quicwg/base-drafts] Ignore packet loss when the keys are not available (#2327)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5c3734dc348ce_3ec13f9f002d45b813702e"; 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/HJTgPkj3L9NtxZaWghY-HD4AXTg>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
List-Id: Notification list for GitHub issues related to the QUIC WG <quic-issues.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=unsubscribe>
List-Archive: <https://mailarchive.ietf.org/arch/browse/quic-issues/>
List-Post: <mailto:quic-issues@ietf.org>
List-Help: <mailto:quic-issues-request@ietf.org?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, 10 Jan 2019 12:04:48 -0000

----==_mimepart_5c3734dc348ce_3ec13f9f002d45b813702e
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

@ianswett pushed 1 commit.

7eb91575d5556fa88c966d2b64e03d5a6433a873  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/2327/files/590d153623ebb20d8154109fc2749ab30cf203e2..7eb91575d5556fa88c966d2b64e03d5a6433a873

----==_mimepart_5c3734dc348ce_3ec13f9f002d45b813702e
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/7eb91575d5556fa88c966d2b64e03d5a6433a873">7eb9157</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/2327/files/590d153623ebb20d8154109fc2749ab30cf203e2..7eb91575d5556fa88c966d2b64e03d5a6433a873">View it on GitHub</a> or <a href="https://github.com/notifications/unsubscribe-auth/AWbkqysJMj2MHIWILLciOhxBZ8YAgnOKks5vByxcgaJpZM4Z4S8B">mute the thread</a>.<img src="https://github.com/notifications/beacon/AWbkqxvnUnardfncv0KKOrY3pxrrdTIkks5vByxcgaJpZM4Z4S8B.gif" height="1" width="1" alt="" /></p>
<script type="application/json" data-scope="inboxmarkup">{"api_version":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name":"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"https://github.githubassets.com/images/email/message_cards/header.png","avatar_image_url":"https://github.githubassets.com/images/email/message_cards/avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/quicwg/base-drafts"}},"updates":{"snippets":[{"icon":"PERSON","message":"@ianswett pushed 1 commit in #2327"}],"action":{"name":"View Pull Request","url":"https://github.com/quicwg/base-drafts/pull/2327/files/590d153623ebb20d8154109fc2749ab30cf203e2..7eb91575d5556fa88c966d2b64e03d5a6433a873"}}}</script>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/pull/2327/files/590d153623ebb20d8154109fc2749ab30cf203e2..7eb91575d5556fa88c966d2b64e03d5a6433a873",
"url": "https://github.com/quicwg/base-drafts/pull/2327/files/590d153623ebb20d8154109fc2749ab30cf203e2..7eb91575d5556fa88c966d2b64e03d5a6433a873",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>

----==_mimepart_5c3734dc348ce_3ec13f9f002d45b813702e--


From nobody Thu Jan 10 04:05: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 8C9E0130E0E for <quic-issues@ietfa.amsl.com>; Thu, 10 Jan 2019 04:05:14 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -10.934
X-Spam-Level: 
X-Spam-Status: No, score=-10.934 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIMWL_WL_HIGH=-4.553, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, HTML_IMAGE_ONLY_24=1.618, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-1, RCVD_IN_DNSWL_HI=-5, 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 xMyHKm-DDKGY for <quic-issues@ietfa.amsl.com>; Thu, 10 Jan 2019 04:05:07 -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 823EF130DDA for <quic-issues@ietf.org>; Thu, 10 Jan 2019 04:05:07 -0800 (PST)
Date: Thu, 10 Jan 2019 04:05:06 -0800
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1547121906; bh=fyZ/BXY/nPFxPM5JNoRsiLQOHh55Xre9kxwGlZfGVyc=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=SxNuQbdsSuU0lnqD1WSAPfQ5vIrZWvpdsDYu0BPOY8mibZwoSaTlH6SaXLpeIm9UF xUU8bQXbST/q/h6zMKt1Xzn0EJPmex7W3ysexS+IdVCj1jIs26eVSjWKOube2eWxva mtLl02AAI5inyz5be1EMQigXolsB3RgJ5aTGqQfo=
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/2327/push/3197288001@github.com>
In-Reply-To: <quicwg/base-drafts/pull/2327@github.com>
References: <quicwg/base-drafts/pull/2327@github.com>
Subject: Re: [quicwg/base-drafts] Ignore packet loss when the keys are not available (#2327)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5c3734f254855_7df53ff11aed45b8171642"; 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/OvNNvP4gLqFIVaJ4qs6oMNqU8TY>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
List-Id: Notification list for GitHub issues related to the QUIC WG <quic-issues.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=unsubscribe>
List-Archive: <https://mailarchive.ietf.org/arch/browse/quic-issues/>
List-Post: <mailto:quic-issues@ietf.org>
List-Help: <mailto:quic-issues-request@ietf.org?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, 10 Jan 2019 12:05:14 -0000

----==_mimepart_5c3734f254855_7df53ff11aed45b8171642
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

@ianswett pushed 1 commit.

77ca0d19f5438f80b8748d27167a3fb0d630b032  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/2327/files/7eb91575d5556fa88c966d2b64e03d5a6433a873..77ca0d19f5438f80b8748d27167a3fb0d630b032

----==_mimepart_5c3734f254855_7df53ff11aed45b8171642
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/77ca0d19f5438f80b8748d27167a3fb0d630b032">77ca0d1</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/2327/files/7eb91575d5556fa88c966d2b64e03d5a6433a873..77ca0d19f5438f80b8748d27167a3fb0d630b032">View it on GitHub</a> or <a href="https://github.com/notifications/unsubscribe-auth/AWbkqwMrrnfl4eVGC3rYxImsbCihEZhiks5vByxygaJpZM4Z4S8B">mute the thread</a>.<img src="https://github.com/notifications/beacon/AWbkq8y_RuaVNg_WbE-q4TdBcADPPvjfks5vByxygaJpZM4Z4S8B.gif" height="1" width="1" alt="" /></p>
<script type="application/json" data-scope="inboxmarkup">{"api_version":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name":"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"https://github.githubassets.com/images/email/message_cards/header.png","avatar_image_url":"https://github.githubassets.com/images/email/message_cards/avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/quicwg/base-drafts"}},"updates":{"snippets":[{"icon":"PERSON","message":"@ianswett pushed 1 commit in #2327"}],"action":{"name":"View Pull Request","url":"https://github.com/quicwg/base-drafts/pull/2327/files/7eb91575d5556fa88c966d2b64e03d5a6433a873..77ca0d19f5438f80b8748d27167a3fb0d630b032"}}}</script>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/pull/2327/files/7eb91575d5556fa88c966d2b64e03d5a6433a873..77ca0d19f5438f80b8748d27167a3fb0d630b032",
"url": "https://github.com/quicwg/base-drafts/pull/2327/files/7eb91575d5556fa88c966d2b64e03d5a6433a873..77ca0d19f5438f80b8748d27167a3fb0d630b032",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>

----==_mimepart_5c3734f254855_7df53ff11aed45b8171642--


From nobody Thu Jan 10 04:05: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 A6B1D130E2F for <quic-issues@ietfa.amsl.com>; Thu, 10 Jan 2019 04:05:22 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -10.934
X-Spam-Level: 
X-Spam-Status: No, score=-10.934 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIMWL_WL_HIGH=-4.553, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, HTML_IMAGE_ONLY_24=1.618, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-1, RCVD_IN_DNSWL_HI=-5, 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 Ll0w2e4FXFdG for <quic-issues@ietfa.amsl.com>; Thu, 10 Jan 2019 04:05: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 0B210130DDA for <quic-issues@ietf.org>; Thu, 10 Jan 2019 04:05:20 -0800 (PST)
Date: Thu, 10 Jan 2019 04:05:19 -0800
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1547121919; bh=ifxOlk/2ALNnWboMTw694zkF15y2ouooNLH1Qn02CvI=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=vS92LA7uJV+T1+hQQEi5MedvGGAYjDNGM+r9AqjKf62qe78o6fPVbm7El/sqUY8hP B+DSseExGdb17g97cdma0pQ7PnCvI8AZBVvc50F6IjZDCmoLk6fphrfAKgqkMSIEIZ mUQYuPVLphQfk5g09BnEZXfUvCdTPc5OsnAz76UM=
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/2327/push/3197288602@github.com>
In-Reply-To: <quicwg/base-drafts/pull/2327@github.com>
References: <quicwg/base-drafts/pull/2327@github.com>
Subject: Re: [quicwg/base-drafts] Ignore packet loss when the keys are not available (#2327)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5c3734ff39a43_6de3fd0634d45b814154f"; 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/0nqRMO1qQpew8_BzgUe2_v1JICQ>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
List-Id: Notification list for GitHub issues related to the QUIC WG <quic-issues.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=unsubscribe>
List-Archive: <https://mailarchive.ietf.org/arch/browse/quic-issues/>
List-Post: <mailto:quic-issues@ietf.org>
List-Help: <mailto:quic-issues-request@ietf.org?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, 10 Jan 2019 12:05:23 -0000

----==_mimepart_5c3734ff39a43_6de3fd0634d45b814154f
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

@ianswett pushed 1 commit.

4d80b5acdb5cb8ce78d6223e7762cc2543f97a2d  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/2327/files/77ca0d19f5438f80b8748d27167a3fb0d630b032..4d80b5acdb5cb8ce78d6223e7762cc2543f97a2d

----==_mimepart_5c3734ff39a43_6de3fd0634d45b814154f
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/4d80b5acdb5cb8ce78d6223e7762cc2543f97a2d">4d80b5a</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/2327/files/77ca0d19f5438f80b8748d27167a3fb0d630b032..4d80b5acdb5cb8ce78d6223e7762cc2543f97a2d">View it on GitHub</a> or <a href="https://github.com/notifications/unsubscribe-auth/AWbkq46_HhdWiQfz4nLTcEW2bphgwYUwks5vByx_gaJpZM4Z4S8B">mute the thread</a>.<img src="https://github.com/notifications/beacon/AWbkq33urkejJQajJ88vxNBenUE0pQaEks5vByx_gaJpZM4Z4S8B.gif" height="1" width="1" alt="" /></p>
<script type="application/json" data-scope="inboxmarkup">{"api_version":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name":"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"https://github.githubassets.com/images/email/message_cards/header.png","avatar_image_url":"https://github.githubassets.com/images/email/message_cards/avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/quicwg/base-drafts"}},"updates":{"snippets":[{"icon":"PERSON","message":"@ianswett pushed 1 commit in #2327"}],"action":{"name":"View Pull Request","url":"https://github.com/quicwg/base-drafts/pull/2327/files/77ca0d19f5438f80b8748d27167a3fb0d630b032..4d80b5acdb5cb8ce78d6223e7762cc2543f97a2d"}}}</script>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/pull/2327/files/77ca0d19f5438f80b8748d27167a3fb0d630b032..4d80b5acdb5cb8ce78d6223e7762cc2543f97a2d",
"url": "https://github.com/quicwg/base-drafts/pull/2327/files/77ca0d19f5438f80b8748d27167a3fb0d630b032..4d80b5acdb5cb8ce78d6223e7762cc2543f97a2d",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>

----==_mimepart_5c3734ff39a43_6de3fd0634d45b814154f--


From nobody Thu Jan 10 04:05: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 6F32B130DDA for <quic-issues@ietfa.amsl.com>; Thu, 10 Jan 2019 04:05:31 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -10.934
X-Spam-Level: 
X-Spam-Status: No, score=-10.934 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIMWL_WL_HIGH=-4.553, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, HTML_IMAGE_ONLY_24=1.618, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-1, RCVD_IN_DNSWL_HI=-5, 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 itAPnHfRIIfK for <quic-issues@ietfa.amsl.com>; Thu, 10 Jan 2019 04:05:30 -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 D50CE130E0E for <quic-issues@ietf.org>; Thu, 10 Jan 2019 04:05:29 -0800 (PST)
Date: Thu, 10 Jan 2019 04:05:29 -0800
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1547121929; bh=a0SHhoCoxKnOI6zRG2rZoQX3S2E+Wf7KDVkrXoZapco=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=fzhQy2CXeB5T61wVuow1Jhk7chTJ0BMPOouFGIHt8tXsLSI/IQXsTVOKs2yFRHuMX TmTRHoWEJq/YPQu0T6JyQSIOAOX+2gFdNRmDEwqSIy/UV0nkuI970S+VYnCu5UkRO2 hUHQM3DTyikFgov8iN7bytDdPAAKU33AzOjojT2M=
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/2327/push/3197289083@github.com>
In-Reply-To: <quicwg/base-drafts/pull/2327@github.com>
References: <quicwg/base-drafts/pull/2327@github.com>
Subject: Re: [quicwg/base-drafts] Ignore packet loss when the keys are not available (#2327)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5c373509603c_4f8d3f868a2d45c490323"; 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/_UD1a4EAUA5T3KrjvX9riAqodEE>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
List-Id: Notification list for GitHub issues related to the QUIC WG <quic-issues.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=unsubscribe>
List-Archive: <https://mailarchive.ietf.org/arch/browse/quic-issues/>
List-Post: <mailto:quic-issues@ietf.org>
List-Help: <mailto:quic-issues-request@ietf.org?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, 10 Jan 2019 12:05:31 -0000

----==_mimepart_5c373509603c_4f8d3f868a2d45c490323
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

@ianswett pushed 1 commit.

e3f4a31037e23a7063c5db84979457526fdb7bb7  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/2327/files/4d80b5acdb5cb8ce78d6223e7762cc2543f97a2d..e3f4a31037e23a7063c5db84979457526fdb7bb7

----==_mimepart_5c373509603c_4f8d3f868a2d45c490323
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/e3f4a31037e23a7063c5db84979457526fdb7bb7">e3f4a31</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/2327/files/4d80b5acdb5cb8ce78d6223e7762cc2543f97a2d..e3f4a31037e23a7063c5db84979457526fdb7bb7">View it on GitHub</a> or <a href="https://github.com/notifications/unsubscribe-auth/AWbkq8Zql3qayV_gsEIHNe-pJkZLO_AUks5vByyJgaJpZM4Z4S8B">mute the thread</a>.<img src="https://github.com/notifications/beacon/AWbkq_1zqLfP--JYbhgJhfxrYb63xoVHks5vByyJgaJpZM4Z4S8B.gif" height="1" width="1" alt="" /></p>
<script type="application/json" data-scope="inboxmarkup">{"api_version":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name":"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"https://github.githubassets.com/images/email/message_cards/header.png","avatar_image_url":"https://github.githubassets.com/images/email/message_cards/avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/quicwg/base-drafts"}},"updates":{"snippets":[{"icon":"PERSON","message":"@ianswett pushed 1 commit in #2327"}],"action":{"name":"View Pull Request","url":"https://github.com/quicwg/base-drafts/pull/2327/files/4d80b5acdb5cb8ce78d6223e7762cc2543f97a2d..e3f4a31037e23a7063c5db84979457526fdb7bb7"}}}</script>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/pull/2327/files/4d80b5acdb5cb8ce78d6223e7762cc2543f97a2d..e3f4a31037e23a7063c5db84979457526fdb7bb7",
"url": "https://github.com/quicwg/base-drafts/pull/2327/files/4d80b5acdb5cb8ce78d6223e7762cc2543f97a2d..e3f4a31037e23a7063c5db84979457526fdb7bb7",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>

----==_mimepart_5c373509603c_4f8d3f868a2d45c490323--


From nobody Thu Jan 10 04:05: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 644C7130DDA for <quic-issues@ietfa.amsl.com>; Thu, 10 Jan 2019 04:05:51 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -10.934
X-Spam-Level: 
X-Spam-Status: No, score=-10.934 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIMWL_WL_HIGH=-4.553, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, HTML_IMAGE_ONLY_24=1.618, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-1, RCVD_IN_DNSWL_HI=-5, 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 x-v_NPHkeeAm for <quic-issues@ietfa.amsl.com>; Thu, 10 Jan 2019 04:05: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 9800E130E0E for <quic-issues@ietf.org>; Thu, 10 Jan 2019 04:05:49 -0800 (PST)
Date: Thu, 10 Jan 2019 04:05:48 -0800
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1547121948; bh=XzhTg1iGnJYS921AANPlyOQNX3pLT2GW9NBqjZfokcA=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=vbNJDSM+IGH0U2WCKHf5lzoGaroloALkZ/j70OpvHPqKbEbW/qzKHIRIfX7sblkBE Z6ybLZXgSonOPp+IxrcxHuJhJH70+zvvi5NcElleNejCU8j/ovzCitzOwD7jTBgdiM t0r2Y7sXVITGuoAIx95Vm0kvDfvw5XyY1moaTAiw=
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/2327/push/3197289967@github.com>
In-Reply-To: <quicwg/base-drafts/pull/2327@github.com>
References: <quicwg/base-drafts/pull/2327@github.com>
Subject: Re: [quicwg/base-drafts] Ignore packet loss when the keys are not available (#2327)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5c37351cb0dc8_19a23ff48b6d45c4144343"; 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/vJ4KQW-MLum1Hg3UKqLQMGR20hc>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
List-Id: Notification list for GitHub issues related to the QUIC WG <quic-issues.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=unsubscribe>
List-Archive: <https://mailarchive.ietf.org/arch/browse/quic-issues/>
List-Post: <mailto:quic-issues@ietf.org>
List-Help: <mailto:quic-issues-request@ietf.org?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, 10 Jan 2019 12:05:51 -0000

----==_mimepart_5c37351cb0dc8_19a23ff48b6d45c4144343
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

@ianswett pushed 1 commit.

5d4b686eb47a67974523c0a9d0d387f8886fd261  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/2327/files/e3f4a31037e23a7063c5db84979457526fdb7bb7..5d4b686eb47a67974523c0a9d0d387f8886fd261

----==_mimepart_5c37351cb0dc8_19a23ff48b6d45c4144343
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/5d4b686eb47a67974523c0a9d0d387f8886fd261">5d4b686</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/2327/files/e3f4a31037e23a7063c5db84979457526fdb7bb7..5d4b686eb47a67974523c0a9d0d387f8886fd261">View it on GitHub</a> or <a href="https://github.com/notifications/unsubscribe-auth/AWbkq6aya2gP8aZfAD-RJTuLk6D1tvvnks5vByycgaJpZM4Z4S8B">mute the thread</a>.<img src="https://github.com/notifications/beacon/AWbkq27nV4bPkH63nfHTVob24Umz6iGFks5vByycgaJpZM4Z4S8B.gif" height="1" width="1" alt="" /></p>
<script type="application/json" data-scope="inboxmarkup">{"api_version":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name":"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"https://github.githubassets.com/images/email/message_cards/header.png","avatar_image_url":"https://github.githubassets.com/images/email/message_cards/avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/quicwg/base-drafts"}},"updates":{"snippets":[{"icon":"PERSON","message":"@ianswett pushed 1 commit in #2327"}],"action":{"name":"View Pull Request","url":"https://github.com/quicwg/base-drafts/pull/2327/files/e3f4a31037e23a7063c5db84979457526fdb7bb7..5d4b686eb47a67974523c0a9d0d387f8886fd261"}}}</script>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/pull/2327/files/e3f4a31037e23a7063c5db84979457526fdb7bb7..5d4b686eb47a67974523c0a9d0d387f8886fd261",
"url": "https://github.com/quicwg/base-drafts/pull/2327/files/e3f4a31037e23a7063c5db84979457526fdb7bb7..5d4b686eb47a67974523c0a9d0d387f8886fd261",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>

----==_mimepart_5c37351cb0dc8_19a23ff48b6d45c4144343--


From nobody Thu Jan 10 04:06: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 8AA93130E0E for <quic-issues@ietfa.amsl.com>; Thu, 10 Jan 2019 04:06:54 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -10.934
X-Spam-Level: 
X-Spam-Status: No, score=-10.934 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIMWL_WL_HIGH=-4.553, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, HTML_IMAGE_ONLY_24=1.618, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-1, RCVD_IN_DNSWL_HI=-5, 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 PlZNS_AtaWAa for <quic-issues@ietfa.amsl.com>; Thu, 10 Jan 2019 04:06: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 0B289130DDA for <quic-issues@ietf.org>; Thu, 10 Jan 2019 04:06:53 -0800 (PST)
Date: Thu, 10 Jan 2019 04:06:52 -0800
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1547122012; bh=SWMfXDBecTuGqSS3dO1ZvgbkQr1EY+Pyezsl6CmsWRw=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=ZqyY+a9bTwiju2e56fd/KBZ8L+UCHy8u3xl7T7ZQY5CPI+Bs4ksTOs0CEsz+kLuCh etH6VcIhm5zlEYgufE8RcH8jDlf33dj7j+cM/gScNGtbaA8DTBdFdFTXfox5GuhgOq CVOv+SmLeXXr3RIhhPa8/nk4T4VgkFQsQEV6+I9g=
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/2327/push/3197293000@github.com>
In-Reply-To: <quicwg/base-drafts/pull/2327@github.com>
References: <quicwg/base-drafts/pull/2327@github.com>
Subject: Re: [quicwg/base-drafts] Ignore packet loss when the keys are not available (#2327)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5c37355c2b65b_31de3fb862ad45bc21577"; 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/lJOdA4epLREubdIk7_Ybwc2pYt8>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
List-Id: Notification list for GitHub issues related to the QUIC WG <quic-issues.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=unsubscribe>
List-Archive: <https://mailarchive.ietf.org/arch/browse/quic-issues/>
List-Post: <mailto:quic-issues@ietf.org>
List-Help: <mailto:quic-issues-request@ietf.org?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, 10 Jan 2019 12:06:54 -0000

----==_mimepart_5c37355c2b65b_31de3fb862ad45bc21577
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

@ianswett pushed 1 commit.

6e5254ef1166bee9323395d24a6405dd220fd715  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/2327/files/5d4b686eb47a67974523c0a9d0d387f8886fd261..6e5254ef1166bee9323395d24a6405dd220fd715

----==_mimepart_5c37355c2b65b_31de3fb862ad45bc21577
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/6e5254ef1166bee9323395d24a6405dd220fd715">6e5254e</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/2327/files/5d4b686eb47a67974523c0a9d0d387f8886fd261..6e5254ef1166bee9323395d24a6405dd220fd715">View it on GitHub</a> or <a href="https://github.com/notifications/unsubscribe-auth/AWbkq74uq1-jWpBw87Rbr4cG_HZd8MDPks5vByzcgaJpZM4Z4S8B">mute the thread</a>.<img src="https://github.com/notifications/beacon/AWbkq2BB-wANh_odb_0y5JCkvgQVK6Zeks5vByzcgaJpZM4Z4S8B.gif" height="1" width="1" alt="" /></p>
<script type="application/json" data-scope="inboxmarkup">{"api_version":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name":"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"https://github.githubassets.com/images/email/message_cards/header.png","avatar_image_url":"https://github.githubassets.com/images/email/message_cards/avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/quicwg/base-drafts"}},"updates":{"snippets":[{"icon":"PERSON","message":"@ianswett pushed 1 commit in #2327"}],"action":{"name":"View Pull Request","url":"https://github.com/quicwg/base-drafts/pull/2327/files/5d4b686eb47a67974523c0a9d0d387f8886fd261..6e5254ef1166bee9323395d24a6405dd220fd715"}}}</script>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/pull/2327/files/5d4b686eb47a67974523c0a9d0d387f8886fd261..6e5254ef1166bee9323395d24a6405dd220fd715",
"url": "https://github.com/quicwg/base-drafts/pull/2327/files/5d4b686eb47a67974523c0a9d0d387f8886fd261..6e5254ef1166bee9323395d24a6405dd220fd715",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>

----==_mimepart_5c37355c2b65b_31de3fb862ad45bc21577--


From nobody Thu Jan 10 04:11: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 A0D53130E0E for <quic-issues@ietfa.amsl.com>; Thu, 10 Jan 2019 04:11:43 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -11.007
X-Spam-Level: 
X-Spam-Status: No, score=-11.007 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIMWL_WL_HIGH=-4.553, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, HTML_IMAGE_ONLY_20=1.546, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-1, RCVD_IN_DNSWL_HI=-5, SPF_PASS=-0.001] autolearn=ham autolearn_force=no
Authentication-Results: ietfa.amsl.com (amavisd-new); dkim=pass (1024-bit key) header.d=github.com
Received: from mail.ietf.org ([4.31.198.44]) by localhost (ietfa.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id RLUDPrc6otXf for <quic-issues@ietfa.amsl.com>; Thu, 10 Jan 2019 04:11: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 A585B130DDA for <quic-issues@ietf.org>; Thu, 10 Jan 2019 04:11:41 -0800 (PST)
Date: Thu, 10 Jan 2019 04:11:40 -0800
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1547122300; bh=oMZHzD4UZ1fIzhpA/QUQJupyAtXl6zAdD3GfNZzFXmo=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=HgsZ5IByb92X8h988TZv9VldZLSgZkfd+tyeUpCfVhRxI95iHkUbC5T/ABUAZhDiS L1F552yuz8nuV1YSlHBtJyBrTegnzHsoE/uFxZdzCITV4c4PQiREY93JurwQO4Q6xQ nk6soTGC1NI/xqzw56Y3+y5o8g4tW8fpbL2QvQGU=
From: Dmitri Tikhonov <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+0166e4ab5c365023c72d6ed559ec7b38d021e7717040507392cf00000001184ef87c92a169ce17b17322@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/pull/2326/review/191175064@github.com>
In-Reply-To: <quicwg/base-drafts/pull/2326@github.com>
References: <quicwg/base-drafts/pull/2326@github.com>
Subject: Re: [quicwg/base-drafts] Client can't prioritize streams it can't open (#2326)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5c37367cdb5be_642e3f8fa68d45bc17324c"; 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/NccQPtuKCAjM1wEtZk4dNRPZlc0>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
List-Id: Notification list for GitHub issues related to the QUIC WG <quic-issues.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=unsubscribe>
List-Archive: <https://mailarchive.ietf.org/arch/browse/quic-issues/>
List-Post: <mailto:quic-issues@ietf.org>
List-Help: <mailto:quic-issues-request@ietf.org?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, 10 Jan 2019 12:11:44 -0000

----==_mimepart_5c37367cdb5be_642e3f8fa68d45bc17324c
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/2326#pullrequestreview-191175064
----==_mimepart_5c37367cdb5be_642e3f8fa68d45bc17324c
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/2326#pullrequestreview-191175064">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AWbkq0B8osZ358psX0iPq1a6jGpw-IUnks5vBy38gaJpZM4Z4Fjv">mute the thread</a>.<img src="https://github.com/notifications/beacon/AWbkq5v6f1ApLLrFVa-FE8OfRg9wD2GPks5vBy38gaJpZM4Z4Fjv.gif" height="1" width="1" alt="" /></p>
<script type="application/json" data-scope="inboxmarkup">{"api_version":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name":"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"https://github.githubassets.com/images/email/message_cards/header.png","avatar_image_url":"https://github.githubassets.com/images/email/message_cards/avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/quicwg/base-drafts"}},"updates":{"snippets":[{"icon":"PERSON","message":"@dtikhonov approved #2326"}],"action":{"name":"View Pull Request","url":"https://github.com/quicwg/base-drafts/pull/2326#pullrequestreview-191175064"}}}</script>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/pull/2326#pullrequestreview-191175064",
"url": "https://github.com/quicwg/base-drafts/pull/2326#pullrequestreview-191175064",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>
----==_mimepart_5c37367cdb5be_642e3f8fa68d45bc17324c--


From nobody Thu Jan 10 04:33: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 A1421130E30 for <quic-issues@ietfa.amsl.com>; Thu, 10 Jan 2019 04:33:52 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -10.935
X-Spam-Level: 
X-Spam-Status: No, score=-10.935 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIMWL_WL_HIGH=-4.553, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, HTML_IMAGE_ONLY_24=1.618, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-1, RCVD_IN_DNSWL_HI=-5, SPF_PASS=-0.001] autolearn=ham autolearn_force=no
Authentication-Results: ietfa.amsl.com (amavisd-new); dkim=pass (1024-bit key) header.d=github.com
Received: from mail.ietf.org ([4.31.198.44]) by localhost (ietfa.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id z7Mqe17rkZlx for <quic-issues@ietfa.amsl.com>; Thu, 10 Jan 2019 04:33: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 E6CB7130E13 for <quic-issues@ietf.org>; Thu, 10 Jan 2019 04:33:50 -0800 (PST)
Date: Thu, 10 Jan 2019 04:33:49 -0800
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1547123629; bh=LNJOiMo3ruSOxf/di+n5uaimCxgFCTpjrojZlIxLLcc=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=t1TH0v+g3m05pDfIFRFXPKpRXTehLbLusknRTqB6xAI2Z5hYG/WdXEcvPrFmsuSa4 RLtBX6snpVC6lOZDtXRAOACZEKqG/OqkQQc4gD+N4a0VP2GwveEEUDNM04PEjL0Yi9 Ya5kzWyRwq1XpoMyUKtwqjCR+0zFjbHq70Gtce1k=
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/2327/push/3197369456@github.com>
In-Reply-To: <quicwg/base-drafts/pull/2327@github.com>
References: <quicwg/base-drafts/pull/2327@github.com>
Subject: Re: [quicwg/base-drafts] Ignore packet loss when the keys are not available (#2327)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5c373baddda8c_395f3f94f34d45b4361185"; 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/BOaCRoF85iYcljhzlAr4SqU0AD4>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
List-Id: Notification list for GitHub issues related to the QUIC WG <quic-issues.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=unsubscribe>
List-Archive: <https://mailarchive.ietf.org/arch/browse/quic-issues/>
List-Post: <mailto:quic-issues@ietf.org>
List-Help: <mailto:quic-issues-request@ietf.org?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, 10 Jan 2019 12:33:53 -0000

----==_mimepart_5c373baddda8c_395f3f94f34d45b4361185
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

@ianswett pushed 1 commit.

eaa09fb0fcd2d3b1fe9b42b141a114c9309b0c88  Add a normative reference


-- 
You are receiving this because you are subscribed to this thread.
View it on GitHub:
https://github.com/quicwg/base-drafts/pull/2327/files/6e5254ef1166bee9323395d24a6405dd220fd715..eaa09fb0fcd2d3b1fe9b42b141a114c9309b0c88

----==_mimepart_5c373baddda8c_395f3f94f34d45b4361185
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/eaa09fb0fcd2d3b1fe9b42b141a114c9309b0c88">eaa09fb</a>  Add a normative reference</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/2327/files/6e5254ef1166bee9323395d24a6405dd220fd715..eaa09fb0fcd2d3b1fe9b42b141a114c9309b0c88">View it on GitHub</a> or <a href="https://github.com/notifications/unsubscribe-auth/AWbkq9FHgVF-pBUVbXd4-VFSR3dnEO_oks5vBzMtgaJpZM4Z4S8B">mute the thread</a>.<img src="https://github.com/notifications/beacon/AWbkq6tBko3eJstRxHs6QzdnU7tyOt8Bks5vBzMtgaJpZM4Z4S8B.gif" height="1" width="1" alt="" /></p>
<script type="application/json" data-scope="inboxmarkup">{"api_version":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name":"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"https://github.githubassets.com/images/email/message_cards/header.png","avatar_image_url":"https://github.githubassets.com/images/email/message_cards/avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/quicwg/base-drafts"}},"updates":{"snippets":[{"icon":"PERSON","message":"@ianswett pushed 1 commit in #2327"}],"action":{"name":"View Pull Request","url":"https://github.com/quicwg/base-drafts/pull/2327/files/6e5254ef1166bee9323395d24a6405dd220fd715..eaa09fb0fcd2d3b1fe9b42b141a114c9309b0c88"}}}</script>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/pull/2327/files/6e5254ef1166bee9323395d24a6405dd220fd715..eaa09fb0fcd2d3b1fe9b42b141a114c9309b0c88",
"url": "https://github.com/quicwg/base-drafts/pull/2327/files/6e5254ef1166bee9323395d24a6405dd220fd715..eaa09fb0fcd2d3b1fe9b42b141a114c9309b0c88",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>

----==_mimepart_5c373baddda8c_395f3f94f34d45b4361185--


From nobody Thu Jan 10 04:58:50 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 1EAD7128766 for <quic-issues@ietfa.amsl.com>; Thu, 10 Jan 2019 04:58:49 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -7.553
X-Spam-Level: 
X-Spam-Status: No, score=-7.553 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIMWL_WL_HIGH=-4.553, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-1, RCVD_IN_DNSWL_NONE=-0.0001, SPF_PASS=-0.001] autolearn=ham autolearn_force=no
Authentication-Results: ietfa.amsl.com (amavisd-new); dkim=pass (1024-bit key) header.d=github.com
Received: from mail.ietf.org ([4.31.198.44]) by localhost (ietfa.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id oaFNfGwmcj_E for <quic-issues@ietfa.amsl.com>; Thu, 10 Jan 2019 04:58:47 -0800 (PST)
Received: from o4.sgmail.github.com (o4.sgmail.github.com [192.254.112.99]) (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 AFD90130F81 for <quic-issues@ietf.org>; Thu, 10 Jan 2019 04:58:46 -0800 (PST)
DKIM-Signature: v=1; a=rsa-sha1; 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=4XPFLFf8zgTh4edhf64sI2ydMZs=; b=izkzagt0AYc9WOGw sgakEKUSjfFr30wcvr6bK8UfKI9FufrtF+VaFdzs+n8QRhv/5W2/O5WBm5cYlG80 SnrQg5NdoVJCAt35K+DhlQZOL6L4kql741tKSUFDOMYApET6KTmts5O/V4iTL29X jx0GV9aN3B/yWWnbHbbpeeQwk8g=
Received: by filter1389p1mdw1.sendgrid.net with SMTP id filter1389p1mdw1-20200-5C374185-16 2019-01-10 12:58:45.638019128 +0000 UTC m=+213326.634613874
Received: from github-lowworker-3c598a3.cp1-iad.github.net (unknown [192.30.252.43]) by ismtpd0021p1iad1.sendgrid.net (SG) with ESMTP id CLYKaorXQp-C6HQivmXo8A for <quic-issues@ietf.org>; Thu, 10 Jan 2019 12:58:45.586 +0000 (UTC)
Received: from github.com (localhost [127.0.0.1]) by github-lowworker-3c598a3.cp1-iad.github.net (Postfix) with ESMTP id 8D410A802CA for <quic-issues@ietf.org>; Thu, 10 Jan 2019 04:58:45 -0800 (PST)
Date: Thu, 10 Jan 2019 12:58:45 +0000 (UTC)
From: Kazuho Oku <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+0166e4ab33282ca458b24362eb1b910036799a9b89a75b1392cf00000001184f038592a169ce178a377a@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/pull/2280/c453087410@github.com>
In-Reply-To: <quicwg/base-drafts/pull/2280@github.com>
References: <quicwg/base-drafts/pull/2280@github.com>
Subject: Re: [quicwg/base-drafts] Clarify Actions on nonzero Reserved Bits (#2280)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5c3741858be70_6c73fd0634d45b83816c5"; 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: l64QuQ2uJCcEyUykJbxN122A6QRmEpucztpreh3Pak3iVyhd0gDo9BoaTUntUj4c7RiVQi6PHbX4wV tu2H4OcegxeQfoWFB5rh35ttW60h0xC6sa+Sy53i5vLsePqrzmefmrkFzkPWnsjNEUxH3Ksp8km9SZ Cgx+vAJ3yfRwoD3942tDhw0byVqHY8PklOznKhtixa8sh1BDbM+Z48EzOWE3vkU2MQ2T/noYomGq4a U=
Archived-At: <https://mailarchive.ietf.org/arch/msg/quic-issues/YeCXtTniIoJyscPN66FP9oog1AU>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
List-Id: Notification list for GitHub issues related to the QUIC WG <quic-issues.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=unsubscribe>
List-Archive: <https://mailarchive.ietf.org/arch/browse/quic-issues/>
List-Post: <mailto:quic-issues@ietf.org>
List-Help: <mailto:quic-issues-request@ietf.org?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, 10 Jan 2019 12:58:49 -0000

----==_mimepart_5c3741858be70_6c73fd0634d45b83816c5
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

@ianswett 
> Saying they have to be 0 invites people to short-cut the full decryption and drop packets that have other values immediately.

Honestly speaking, I am not sure short-cutting in case the zero check fails would lead to side channel vulnerability, considering the fact that a failed check immediately ends up in connection termination. The only information an attacker can obtain is that the sender failed to set the bits correctly.

Anyways, I do not think that removing the zero-check dissolves the vulnerability to the side-channel attack, because any use of the bits protected by header protection prior to AEAD-decrypting the payload is forbidden. The real attack exists on the PN field, where an attacker can flip the bits of the encrypted PN and use the timing difference of the receiver that short-cuts AEAD decryption based on the value of the PN to infer what the value of the unprotected PN was.

Therefore, I think that we should spend our effort to be clear about when the unprotected header bits can be used, rather than trying to fixing a use-case that does not have a high impact.

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/quicwg/base-drafts/pull/2280#issuecomment-453087410
----==_mimepart_5c3741858be70_6c73fd0634d45b83816c5
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-ur=
l=3D"/hovercards?user_id=3D20072817" data-octo-click=3D"hovercard-link-clic=
k" data-octo-dimensions=3D"link_type:self" href=3D"https://github.com/iansw=
ett">@ianswett</a></p>
<blockquote>
<p>Saying they have to be 0 invites people to short-cut the full decryption=
 and drop packets that have other values immediately.</p>
</blockquote>
<p>Honestly speaking, I am not sure short-cutting in case the zero check fa=
ils would lead to side channel vulnerability, considering the fact that a f=
ailed check immediately ends up in connection termination. The only informa=
tion an attacker can obtain is that the sender failed to set the bits corre=
ctly.</p>
<p>Anyways, I do not think that removing the zero-check dissolves the vulne=
rability to the side-channel attack, because any use of the bits protected =
by header protection prior to AEAD-decrypting the payload is forbidden. The=
 real attack exists on the PN field, where an attacker can flip the bits of=
 the encrypted PN and use the timing difference of the receiver that short-=
cuts AEAD decryption based on the value of the PN to infer what the value o=
f the unprotected PN was.</p>
<p>Therefore, I think that we should spend our effort to be clear about whe=
n the unprotected header bits can be used, rather than trying to fixing a u=
se-case that does not have a high impact.</p>

<p style=3D"font-size:small;-webkit-text-size-adjust:none;color:#666;">&mda=
sh;<br />You are receiving this because you are subscribed to this thread.<=
br />Reply to this email directly, <a href=3D"https://github.com/quicwg/bas=
e-drafts/pull/2280#issuecomment-453087410">view it on GitHub</a>, or <a hre=
f=3D"https://github.com/notifications/unsubscribe-auth/AWbkq6cRUiQtbmoGqCPY=
_PO93lkFZoCTks5vBzkFgaJpZM4ZlOXd">mute the thread</a>.<img src=3D"https://g=
ithub.com/notifications/beacon/AWbkq1YmqfIfp34MUyY2l4X0iN96WYBRks5vBzkFgaJp=
ZM4ZlOXd.gif" height=3D"1" width=3D"1" alt=3D"" /></p>
<script type=3D"application/json" data-scope=3D"inboxmarkup">{"api_version"=
:"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name":"Gi=
tHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"quicwg=
/base-drafts","subtitle":"GitHub repository","main_image_url":"https://gith=
ub.githubassets.com/images/email/message_cards/header.png","avatar_image_ur=
l":"https://github.githubassets.com/images/email/message_cards/avatar.png",=
"action":{"name":"Open in GitHub","url":"https://github.com/quicwg/base-dra=
fts"}},"updates":{"snippets":[{"icon":"PERSON","message":"@kazuho in #2280:=
 @ianswett \r\n\u003e Saying they have to be 0 invites people to short-cut =
the full decryption and drop packets that have other values immediately.\r\=
n\r\nHonestly speaking, I am not sure short-cutting in case the zero check =
fails would lead to side channel vulnerability, considering the fact that a=
 failed check immediately ends up in connection termination. The only infor=
mation an attacker can obtain is that the sender failed to set the bits cor=
rectly.\r\n\r\nAnyways, I do not think that removing the zero-check dissolv=
es the vulnerability to the side-channel attack, because any use of the bit=
s protected by header protection prior to AEAD-decrypting the payload is fo=
rbidden. The real attack exists on the PN field, where an attacker can flip=
 the bits of the encrypted PN and use the timing difference of the receiver=
 that short-cuts AEAD decryption based on the value of the PN to infer what=
 the value of the unprotected PN was.\r\n\r\nTherefore, I think that we sho=
uld spend our effort to be clear about when the unprotected header bits can=
 be used, rather than trying to fixing a use-case that does not have a high=
 impact."}],"action":{"name":"View Pull Request","url":"https://github.com/=
quicwg/base-drafts/pull/2280#issuecomment-453087410"}}}</script>
<script type=3D"application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/pull/2280#issuecomment-453=
087410",
"url": "https://github.com/quicwg/base-drafts/pull/2280#issuecomment-453087=
410",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>=

----==_mimepart_5c3741858be70_6c73fd0634d45b83816c5--


From nobody Thu Jan 10 07:44: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 D92CD1295D8 for <quic-issues@ietfa.amsl.com>; Thu, 10 Jan 2019 07:44:19 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -10.934
X-Spam-Level: 
X-Spam-Status: No, score=-10.934 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIMWL_WL_HIGH=-4.553, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, HTML_IMAGE_ONLY_24=1.618, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-1, RCVD_IN_DNSWL_HI=-5, 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 I3zscopMUiPt for <quic-issues@ietfa.amsl.com>; Thu, 10 Jan 2019 07:44:18 -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 12E23130E63 for <quic-issues@ietf.org>; Thu, 10 Jan 2019 07:44:17 -0800 (PST)
Date: Thu, 10 Jan 2019 07:44:16 -0800
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1547135056; bh=B0b2HpA62dTeRVtxSHUGe4g4QBuaIBPPyilsKY3EUmE=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=2J35NZTsmg5rAW+Iqu3sG7tw8HAW8mJrPpjw0NQDW6dRHhNMOwY0Nul+QA/v4GhHZ Y7ZD5FRNDUxp4ZAGhRN0f+a9SZKe0LDc9JJHw/PoONZaueDaIJebAM/ZUtNvRkxL0H Ww/nBsdBCD5N08hmlqTdSNa0JKJ41+cnlSo3EJSQ=
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/2327/push/3198019279@github.com>
In-Reply-To: <quicwg/base-drafts/pull/2327@github.com>
References: <quicwg/base-drafts/pull/2327@github.com>
Subject: Re: [quicwg/base-drafts] Ignore packet loss when the keys are not available (#2327)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5c376850ad3cf_1be73fb9946d45c4671d5"; 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/mo8haxKaYe1T1UfOGQyPK2M_dB4>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
List-Id: Notification list for GitHub issues related to the QUIC WG <quic-issues.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=unsubscribe>
List-Archive: <https://mailarchive.ietf.org/arch/browse/quic-issues/>
List-Post: <mailto:quic-issues@ietf.org>
List-Help: <mailto:quic-issues-request@ietf.org?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, 10 Jan 2019 15:44:20 -0000

----==_mimepart_5c376850ad3cf_1be73fb9946d45c4671d5
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

@ianswett pushed 1 commit.

16569969f029354b64295a475f670f40ff1ccc07  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/2327/files/eaa09fb0fcd2d3b1fe9b42b141a114c9309b0c88..16569969f029354b64295a475f670f40ff1ccc07

----==_mimepart_5c376850ad3cf_1be73fb9946d45c4671d5
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/16569969f029354b64295a475f670f40ff1ccc07">1656996</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/2327/files/eaa09fb0fcd2d3b1fe9b42b141a114c9309b0c88..16569969f029354b64295a475f670f40ff1ccc07">View it on GitHub</a> or <a href="https://github.com/notifications/unsubscribe-auth/AWbkq70cfNAXlP8q0JlwNhNgvY8rA02Uks5vB1_QgaJpZM4Z4S8B">mute the thread</a>.<img src="https://github.com/notifications/beacon/AWbkq-Ihjq2dnnCTNpqh0rLYMAbGGq-2ks5vB1_QgaJpZM4Z4S8B.gif" height="1" width="1" alt="" /></p>
<script type="application/json" data-scope="inboxmarkup">{"api_version":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name":"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"https://github.githubassets.com/images/email/message_cards/header.png","avatar_image_url":"https://github.githubassets.com/images/email/message_cards/avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/quicwg/base-drafts"}},"updates":{"snippets":[{"icon":"PERSON","message":"@ianswett pushed 1 commit in #2327"}],"action":{"name":"View Pull Request","url":"https://github.com/quicwg/base-drafts/pull/2327/files/eaa09fb0fcd2d3b1fe9b42b141a114c9309b0c88..16569969f029354b64295a475f670f40ff1ccc07"}}}</script>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/pull/2327/files/eaa09fb0fcd2d3b1fe9b42b141a114c9309b0c88..16569969f029354b64295a475f670f40ff1ccc07",
"url": "https://github.com/quicwg/base-drafts/pull/2327/files/eaa09fb0fcd2d3b1fe9b42b141a114c9309b0c88..16569969f029354b64295a475f670f40ff1ccc07",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>

----==_mimepart_5c376850ad3cf_1be73fb9946d45c4671d5--


From nobody Thu Jan 10 07:50: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 38A9C12F19D for <quic-issues@ietfa.amsl.com>; Thu, 10 Jan 2019 07:50:12 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -11.007
X-Spam-Level: 
X-Spam-Status: No, score=-11.007 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIMWL_WL_HIGH=-4.553, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, HTML_IMAGE_ONLY_20=1.546, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-1, RCVD_IN_DNSWL_HI=-5, SPF_PASS=-0.001] autolearn=ham autolearn_force=no
Authentication-Results: ietfa.amsl.com (amavisd-new); dkim=pass (1024-bit key) header.d=github.com
Received: from mail.ietf.org ([4.31.198.44]) by localhost (ietfa.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 0UweTpYuUTzD for <quic-issues@ietfa.amsl.com>; Thu, 10 Jan 2019 07:50: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 0539F12785F for <quic-issues@ietf.org>; Thu, 10 Jan 2019 07:50:10 -0800 (PST)
Date: Thu, 10 Jan 2019 07:50:08 -0800
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1547135408; bh=2+CFZvHuQDnbL+SDNTmMtXhQVlF7e3bcOzQm0EpHIYM=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=tXACLV0ee6czQkxEnMLTsvwV/CGtfVa0GoduHO5MXkJqGc/X5MyiyaUUnaayE8qj/ FJrjZ5UlnLFwjqTW6Gv15begfhhp/JM6IscnQ22VDWTna8NiqrWB7gTPn5eFgMPtwn mOFaxdcw+ljSHn4606kNaS1kyUto9US4WbKBsya8=
From: ianswett <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+0166e4ab4343d7adae82ff7971b5d2f044ea5d9995fb526992cf00000001184f2bb092a169ce178a377a@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/pull/2280/c453144406@github.com>
In-Reply-To: <quicwg/base-drafts/pull/2280@github.com>
References: <quicwg/base-drafts/pull/2280@github.com>
Subject: Re: [quicwg/base-drafts] Clarify Actions on nonzero Reserved Bits (#2280)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5c3769b0c4f1c_19193fcc146d45b428513b"; 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/4lY1_vTi56OJZS8WtEm37rLOghY>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
List-Id: Notification list for GitHub issues related to the QUIC WG <quic-issues.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=unsubscribe>
List-Archive: <https://mailarchive.ietf.org/arch/browse/quic-issues/>
List-Post: <mailto:quic-issues@ietf.org>
List-Help: <mailto:quic-issues-request@ietf.org?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, 10 Jan 2019 15:50:12 -0000

----==_mimepart_5c3769b0c4f1c_19193fcc146d45b428513b
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

In that case, let's land this and move onto more important 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/pull/2280#issuecomment-453144406
----==_mimepart_5c3769b0c4f1c_19193fcc146d45b428513b
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

<p>In that case, let's land this and move onto more important 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/pull/2280#issuecomment-453144406">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AWbkqzMMEoHGaZZslRP8xEglY15Gma2Xks5vB2EwgaJpZM4ZlOXd">mute the thread</a>.<img src="https://github.com/notifications/beacon/AWbkq2ALId3pc9lLTefKtNF-6NFxmAb3ks5vB2EwgaJpZM4ZlOXd.gif" height="1" width="1" alt="" /></p>
<script type="application/json" data-scope="inboxmarkup">{"api_version":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name":"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"https://github.githubassets.com/images/email/message_cards/header.png","avatar_image_url":"https://github.githubassets.com/images/email/message_cards/avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/quicwg/base-drafts"}},"updates":{"snippets":[{"icon":"PERSON","message":"@ianswett in #2280: In that case, let's land this and move onto more important issues."}],"action":{"name":"View Pull Request","url":"https://github.com/quicwg/base-drafts/pull/2280#issuecomment-453144406"}}}</script>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/pull/2280#issuecomment-453144406",
"url": "https://github.com/quicwg/base-drafts/pull/2280#issuecomment-453144406",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>
----==_mimepart_5c3769b0c4f1c_19193fcc146d45b428513b--


From nobody Thu Jan 10 08:11:57 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 BDC1E130DE7 for <quic-issues@ietfa.amsl.com>; Thu, 10 Jan 2019 08:11:55 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -7.553
X-Spam-Level: 
X-Spam-Status: No, score=-7.553 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIMWL_WL_HIGH=-4.553, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-1, RCVD_IN_DNSWL_NONE=-0.0001, SPF_PASS=-0.001] autolearn=ham autolearn_force=no
Authentication-Results: ietfa.amsl.com (amavisd-new); dkim=pass (1024-bit key) header.d=github.com
Received: from mail.ietf.org ([4.31.198.44]) by localhost (ietfa.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id Ggp9gf4Vewa0 for <quic-issues@ietfa.amsl.com>; Thu, 10 Jan 2019 08:11:54 -0800 (PST)
Received: from o7.sgmail.github.com (o7.sgmail.github.com [167.89.101.198]) (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 187A9126CB6 for <quic-issues@ietf.org>; Thu, 10 Jan 2019 08:11:53 -0800 (PST)
DKIM-Signature: v=1; a=rsa-sha1; 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=JhD+/npj6bEiOXhUjXAGdAeECps=; b=YXJFu8Eobrb3Rp/d DgrcratTM1mRtlNYTnqp+rM1Gt500jw9fvfdQjJHT98M9S/8WOWb01ppEoDmmcxa I07s69jNUDxMOdOrhAa0eaivZZ6ptfKHyxfJPjZV6ySoqcYghUh0ma+2eGwwEwhd eanFchTGLxbowRe6pVj6YtqhrA0=
Received: by filter1715p1mdw1.sendgrid.net with SMTP id filter1715p1mdw1-21576-5C376EC8-1B 2019-01-10 16:11:52.476356056 +0000 UTC m=+224823.497288493
Received: from github-lowworker-97d0962.cp1-iad.github.net (unknown [192.30.252.41]) by ismtpd0036p1iad2.sendgrid.net (SG) with ESMTP id Cw1X0flTQKaKg3BDx9cpWw for <quic-issues@ietf.org>; Thu, 10 Jan 2019 16:11:52.574 +0000 (UTC)
Received: from github.com (localhost [127.0.0.1]) by github-lowworker-97d0962.cp1-iad.github.net (Postfix) with ESMTP id 896C580050 for <quic-issues@ietf.org>; Thu, 10 Jan 2019 08:11:52 -0800 (PST)
Date: Thu, 10 Jan 2019 16:11:52 +0000 (UTC)
From: martinduke <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+0166e4ab1203c0efbb4c09ad6a5f724e17af4d19836f108992cf00000001184f30c892a169ce178a377a@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/pull/2280/c453152955@github.com>
In-Reply-To: <quicwg/base-drafts/pull/2280@github.com>
References: <quicwg/base-drafts/pull/2280@github.com>
Subject: Re: [quicwg/base-drafts] Clarify Actions on nonzero Reserved Bits (#2280)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5c376ec887d07_16803fc8a92d45b8240223"; 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
X-SG-EID: l64QuQ2uJCcEyUykJbxN122A6QRmEpucztpreh3Pak0zsDGRXScq6ZIT3KQFqYQ8z73jtu/XYFdMs/ p7WIoc00CzPOUKgz97Gd6GtmyzzK96yF3D9Pli+/KxfeNG0QhKl+EJZhs2XRPAd7cuO+A4zHsQ7955 YgBx+Nl3IFTFVAnkkU5YxK8A64sFgxZ065eh+crXPms50zRWXtn9kK/fbkR5sx/O6ueF5qZjaiiEbL g=
Archived-At: <https://mailarchive.ietf.org/arch/msg/quic-issues/7jLF-rYEuxuy5y5xZVF9oSsi44w>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
List-Id: Notification list for GitHub issues related to the QUIC WG <quic-issues.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=unsubscribe>
List-Archive: <https://mailarchive.ietf.org/arch/browse/quic-issues/>
List-Post: <mailto:quic-issues@ietf.org>
List-Help: <mailto:quic-issues-request@ietf.org?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, 10 Jan 2019 16:11:56 -0000

----==_mimepart_5c376ec887d07_16803fc8a92d45b8240223
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

@ianswett My previous reply was too glib. One problem with applying the check right after removing header protection is that the consequences are a connection error -- so a garbage packet has a 3 in 4 chance of taking down the connection.

There are three equilbria here:
1) Simply discard the packet after header protection. As @marten-seemann pointed out, it's not clear why this would provide any sort of intelligence to an attacker, as there is no response.
2) After packet protection, it's a PROTOCOL_VIOLATION. This is the current state of the draft with this PR serving to clarify a bit.
3) Not having any requirement for the reserved bits. There is a difference in opinion over whether this is a side channel issue or not, or if this should be done only with some sort of negotiation. I'm not the one to articulate this positon.

Which is all to say that I should have taken @martinthomson 's advice a week ago and filed and 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/2280#issuecomment-453152955
----==_mimepart_5c376ec887d07_16803fc8a92d45b8240223
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-ur=
l=3D"/hovercards?user_id=3D20072817" data-octo-click=3D"hovercard-link-clic=
k" data-octo-dimensions=3D"link_type:self" href=3D"https://github.com/iansw=
ett">@ianswett</a> My previous reply was too glib. One problem with applyin=
g the check right after removing header protection is that the consequences=
 are a connection error -- so a garbage packet has a 3 in 4 chance of takin=
g down the connection.</p>
<p>There are three equilbria here:</p>
<ol>
<li>Simply discard the packet after header protection. As <a class=3D"user-=
mention" data-hovercard-type=3D"user" data-hovercard-url=3D"/hovercards?use=
r_id=3D1478487" data-octo-click=3D"hovercard-link-click" data-octo-dimensio=
ns=3D"link_type:self" href=3D"https://github.com/marten-seemann">@marten-se=
emann</a> pointed out, it's not clear why this would provide any sort of in=
telligence to an attacker, as there is no response.</li>
<li>After packet protection, it's a PROTOCOL_VIOLATION. This is the current=
 state of the draft with this PR serving to clarify a bit.</li>
<li>Not having any requirement for the reserved bits. There is a difference=
 in opinion over whether this is a side channel issue or not, or if this sh=
ould be done only with some sort of negotiation. I'm not the one to articul=
ate this positon.</li>
</ol>
<p>Which is all to say that I should have taken <a class=3D"user-mention" d=
ata-hovercard-type=3D"user" data-hovercard-url=3D"/hovercards?user_id=3D676=
41" data-octo-click=3D"hovercard-link-click" data-octo-dimensions=3D"link_t=
ype:self" href=3D"https://github.com/martinthomson">@martinthomson</a> 's a=
dvice a week ago and filed and issue.</p>

<p style=3D"font-size:small;-webkit-text-size-adjust:none;color:#666;">&mda=
sh;<br />You are receiving this because you are subscribed to this thread.<=
br />Reply to this email directly, <a href=3D"https://github.com/quicwg/bas=
e-drafts/pull/2280#issuecomment-453152955">view it on GitHub</a>, or <a hre=
f=3D"https://github.com/notifications/unsubscribe-auth/AWbkqw-yKyu4LcqVZFGY=
hTxMZZUsaY66ks5vB2ZIgaJpZM4ZlOXd">mute the thread</a>.<img src=3D"https://g=
ithub.com/notifications/beacon/AWbkq5bqWEUyEf766c6a6BKXibiechsCks5vB2ZIgaJp=
ZM4ZlOXd.gif" height=3D"1" width=3D"1" alt=3D"" /></p>
<script type=3D"application/json" data-scope=3D"inboxmarkup">{"api_version"=
:"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name":"Gi=
tHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"quicwg=
/base-drafts","subtitle":"GitHub repository","main_image_url":"https://gith=
ub.githubassets.com/images/email/message_cards/header.png","avatar_image_ur=
l":"https://github.githubassets.com/images/email/message_cards/avatar.png",=
"action":{"name":"Open in GitHub","url":"https://github.com/quicwg/base-dra=
fts"}},"updates":{"snippets":[{"icon":"PERSON","message":"@martinduke in #2=
280: @ianswett My previous reply was too glib. One problem with applying th=
e check right after removing header protection is that the consequences are=
 a connection error -- so a garbage packet has a 3 in 4 chance of taking do=
wn the connection.\r\n\r\nThere are three equilbria here:\r\n1) Simply disc=
ard the packet after header protection. As @marten-seemann pointed out, it'=
s not clear why this would provide any sort of intelligence to an attacker,=
 as there is no response.\r\n2) After packet protection, it's a PROTOCOL_VI=
OLATION. This is the current state of the draft with this PR serving to cla=
rify a bit.\r\n3) Not having any requirement for the reserved bits. There i=
s a difference in opinion over whether this is a side channel issue or not,=
 or if this should be done only with some sort of negotiation. I'm not the =
one to articulate this positon.\r\n\r\nWhich is all to say that I should ha=
ve taken @martinthomson 's advice a week ago and filed and issue."}],"actio=
n":{"name":"View Pull Request","url":"https://github.com/quicwg/base-drafts=
/pull/2280#issuecomment-453152955"}}}</script>
<script type=3D"application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/pull/2280#issuecomment-453=
152955",
"url": "https://github.com/quicwg/base-drafts/pull/2280#issuecomment-453152=
955",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>=

----==_mimepart_5c376ec887d07_16803fc8a92d45b8240223--


From nobody Thu Jan 10 08:20:03 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 B9F1B130E6D for <quic-issues@ietfa.amsl.com>; Thu, 10 Jan 2019 08:20:00 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -7.553
X-Spam-Level: 
X-Spam-Status: No, score=-7.553 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIMWL_WL_HIGH=-4.553, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-1, RCVD_IN_DNSWL_NONE=-0.0001, SPF_PASS=-0.001] autolearn=ham autolearn_force=no
Authentication-Results: ietfa.amsl.com (amavisd-new); dkim=pass (1024-bit key) header.d=github.com
Received: from mail.ietf.org ([4.31.198.44]) by localhost (ietfa.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id Gs9pi3KEFJ1O for <quic-issues@ietfa.amsl.com>; Thu, 10 Jan 2019 08:19:59 -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 9A0DD130E6B for <quic-issues@ietf.org>; Thu, 10 Jan 2019 08:19:58 -0800 (PST)
DKIM-Signature: v=1; a=rsa-sha1; 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=Pn7Ncc3D53lPQyHqUC5aXMRW/JA=; b=kx0/2fJPtqMLs6ve wOtoc2yWWL81OwJtOb8rrlzJ6azSXcHA/nf2eIzMvxrstWG+bWF03n4rTWzZFr4a n0XxbeJv0/JMpuEGdL/cbEC+J5roD28G9T39mpjvSjRO42MWQ4u8bP0L4KL72qOT Opvx/9SDUYz4Q01mNtoLn4x77lo=
Received: by filter1660p1mdw1.sendgrid.net with SMTP id filter1660p1mdw1-12116-5C3770AD-20 2019-01-10 16:19:57.614779882 +0000 UTC m=+225642.821352627
Received: from github-lowworker-dcc078e.cp1-iad.github.net (unknown [192.30.252.44]) by ismtpd0031p1iad1.sendgrid.net (SG) with ESMTP id lZh98PyOQRSdysK42ctmNA for <quic-issues@ietf.org>; Thu, 10 Jan 2019 16:19:57.633 +0000 (UTC)
Received: from github.com (localhost [127.0.0.1]) by github-lowworker-dcc078e.cp1-iad.github.net (Postfix) with ESMTP id 875F72C0D4D for <quic-issues@ietf.org>; Thu, 10 Jan 2019 08:19:57 -0800 (PST)
Date: Thu, 10 Jan 2019 16:19:57 +0000 (UTC)
From: martinduke <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+0166e4ab92be49c0f773cde7dc589bf25bc4794565daa67892cf00000001184f32ad92a169ce17b7938d@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/issues/2329@github.com>
Subject: [quicwg/base-drafts] Actions to take when Reserved Bits are not Zero (#2329)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5c3770ad85c81_7c673f84160d45c4255787"; 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
X-SG-EID: l64QuQ2uJCcEyUykJbxN122A6QRmEpucztpreh3Pak0BYyiurNjVL62eL9hhwWS27OhblTHxa8+fud JEJKYqcnt6apUQbQ+0hX0ZMDWFd+H+10yVZeApEUmWcelQ0IkvX7MDpsbYcFyUr3tIql9D1oVcqy5u WhSEVNVIy0U19tepMeQ3rF/4hMvOwcx5GRTv2dvjQQjvmVOIn++WjM0TsKmTUE4NUxFr1PRKzrcslu 8=
Archived-At: <https://mailarchive.ietf.org/arch/msg/quic-issues/8VOUlhPf_qVgst3q96TveW4u8DE>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
List-Id: Notification list for GitHub issues related to the QUIC WG <quic-issues.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=unsubscribe>
List-Archive: <https://mailarchive.ietf.org/arch/browse/quic-issues/>
List-Post: <mailto:quic-issues@ietf.org>
List-Help: <mailto:quic-issues-request@ietf.org?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, 10 Jan 2019 16:20:01 -0000

----==_mimepart_5c3770ad85c81_7c673f84160d45c4255787
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

A few weeks ago I filed PR #2280 to clarify things a bit. The discussion suggests there is not much consensus. There are three possible equilibria for how to handle nonzero reserved bits:

1) The spec currently says it's a PROTOCOL_VIOLATION. This must occur only after packer protection is removed; after only header protection, 3 out of 4 garbage packets would meet the condition to take down the connection.
2) Alternatively, we could discard the packet after header protection. This is computationally cheaper. There is some concern about consistent decryption time, but as @marten-seemann pointed out if we simply discard there is no response for the attacker to measure.
3) The other choice is to allow senders to do anything with these bits, but that possibility was decisively rejected in #2022 and we shouldn't reopen settled issues in the absence of new 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/2329
----==_mimepart_5c3770ad85c81_7c673f84160d45c4255787
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

<p>A few weeks ago I filed PR <a class="issue-link js-issue-link" data-error-text="Failed to load issue title" data-id="394934138" data-permission-text="Issue title is private" data-url="https://github.com/quicwg/base-drafts/issues/2280" data-hovercard-type="pull_request" data-hovercard-url="/quicwg/base-drafts/pull/2280/hovercard" href="https://github.com/quicwg/base-drafts/pull/2280">#2280</a> to clarify things a bit. The discussion suggests there is not much consensus. There are three possible equilibria for how to handle nonzero reserved bits:</p>
<ol>
<li>The spec currently says it's a PROTOCOL_VIOLATION. This must occur only after packer protection is removed; after only header protection, 3 out of 4 garbage packets would meet the condition to take down the connection.</li>
<li>Alternatively, we could discard the packet after header protection. This is computationally cheaper. There is some concern about consistent decryption time, but as <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> pointed out if we simply discard there is no response for the attacker to measure.</li>
<li>The other choice is to allow senders to do anything with these bits, but that possibility was decisively rejected in <a class="issue-link js-issue-link" data-error-text="Failed to load issue title" data-id="382467511" data-permission-text="Issue title is private" data-url="https://github.com/quicwg/base-drafts/issues/2022" data-hovercard-type="issue" data-hovercard-url="/quicwg/base-drafts/issues/2022/hovercard" href="https://github.com/quicwg/base-drafts/issues/2022">#2022</a> and we shouldn't reopen settled issues in the absence of new information.</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/2329">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AWbkqyYl1BdHfyC89573zsXvN_sGD_c4ks5vB2gtgaJpZM4Z51e8">mute the thread</a>.<img src="https://github.com/notifications/beacon/AWbkq5rtA1bWcb1e9vB8owNkq-i8Ktkvks5vB2gtgaJpZM4Z51e8.gif" height="1" width="1" alt="" /></p>
<script type="application/json" data-scope="inboxmarkup">{"api_version":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name":"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"https://github.githubassets.com/images/email/message_cards/header.png","avatar_image_url":"https://github.githubassets.com/images/email/message_cards/avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/quicwg/base-drafts"}},"updates":{"snippets":[{"icon":"DESCRIPTION","message":"Actions to take when Reserved Bits are not Zero (#2329)"}],"action":{"name":"View Issue","url":"https://github.com/quicwg/base-drafts/issues/2329"}}}</script>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/issues/2329",
"url": "https://github.com/quicwg/base-drafts/issues/2329",
"name": "View Issue"
},
"description": "View this Issue on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>
----==_mimepart_5c3770ad85c81_7c673f84160d45c4255787--


From nobody Thu Jan 10 08:29: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 C1C21130DD3 for <quic-issues@ietfa.amsl.com>; Thu, 10 Jan 2019 08:29:55 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -10.935
X-Spam-Level: 
X-Spam-Status: No, score=-10.935 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIMWL_WL_HIGH=-4.553, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, HTML_IMAGE_ONLY_24=1.618, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-1, RCVD_IN_DNSWL_HI=-5, SPF_PASS=-0.001] autolearn=ham autolearn_force=no
Authentication-Results: ietfa.amsl.com (amavisd-new); dkim=pass (1024-bit key) header.d=github.com
Received: from mail.ietf.org ([4.31.198.44]) by localhost (ietfa.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id LAmZMPpd7F_q for <quic-issues@ietfa.amsl.com>; Thu, 10 Jan 2019 08:29: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 4B56C127133 for <quic-issues@ietf.org>; Thu, 10 Jan 2019 08:29:54 -0800 (PST)
Date: Thu, 10 Jan 2019 08:29:53 -0800
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1547137793; bh=ojQUlZmUbXhpcJXgEUxuc0w/VMDMbY+weAcaE82D9wc=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=LPsqIi+EjAUkEwD3spLYOnQZkALWx10lHlINJ+eqQleWa5O0NPBE/T4HnpYbxFJCH DNRsNGoxMRu/7IcjcWLPXqN8gYLuf/gy1TVXa5/9Vjyqc5md1Fdk465fdjfUNXM3uw 8MvCv8+fxq87hzU0S1poqJGE6BUCIxj318kRixHU=
From: Mike Bishop <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+0166e4ab8bff587d2b756acc21699e06d3fb4a497c76347b92cf00000001184f350192a169ce17392ee3@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/pull/2111/review/191296057@github.com>
In-Reply-To: <quicwg/base-drafts/pull/2111@github.com>
References: <quicwg/base-drafts/pull/2111@github.com>
Subject: Re: [quicwg/base-drafts] Use "Insert Count" rather than "Largest Reference" (#2111)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5c3773013e999_8cf3fd5f58d45b83714e8"; 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/S5kg9y9rmw5_yY70YM0aTBU4XwM>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
List-Id: Notification list for GitHub issues related to the QUIC WG <quic-issues.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=unsubscribe>
List-Archive: <https://mailarchive.ietf.org/arch/browse/quic-issues/>
List-Post: <mailto:quic-issues@ietf.org>
List-Help: <mailto:quic-issues-request@ietf.org?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, 10 Jan 2019 16:29:56 -0000

----==_mimepart_5c3773013e999_8cf3fd5f58d45b83714e8
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

MikeBishop commented on this pull request.



>      +---+-----+-----+-----+-------+
-    | n | n-1 | n-2 | ... |  d+1  |  Absolute Index
+    | n | n-1 | n-2 | ... |   d   |  Absolute Index

Same as above, yes.

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/quicwg/base-drafts/pull/2111#discussion_r246828927
----==_mimepart_5c3773013e999_8cf3fd5f58d45b83714e8
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/2111#discussion_r246828927">draft-ietf-quic-qpack.md</a>:</p>
<pre style='color:#555'>&gt;      +---+-----+-----+-----+-------+
-    | n | n-1 | n-2 | ... |  d+1  |  Absolute Index
+    | n | n-1 | n-2 | ... |   d   |  Absolute Index
</pre>
<p>Same as above, yes.</p>

<p style="font-size:small;-webkit-text-size-adjust:none;color:#666;">&mdash;<br />You are receiving this because you are subscribed to this thread.<br />Reply to this email directly, <a href="https://github.com/quicwg/base-drafts/pull/2111#discussion_r246828927">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AWbkq2spRQmRLGbSb2v3v9ZpoGzxrsXbks5vB2qBgaJpZM4ZMydb">mute the thread</a>.<img src="https://github.com/notifications/beacon/AWbkq0FCsTb7AimAb-yV7xzUgIHBz7umks5vB2qBgaJpZM4ZMydb.gif" height="1" width="1" alt="" /></p>
<script type="application/json" data-scope="inboxmarkup">{"api_version":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name":"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"https://github.githubassets.com/images/email/message_cards/header.png","avatar_image_url":"https://github.githubassets.com/images/email/message_cards/avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/quicwg/base-drafts"}},"updates":{"snippets":[{"icon":"PERSON","message":"@MikeBishop commented on #2111"}],"action":{"name":"View Pull Request","url":"https://github.com/quicwg/base-drafts/pull/2111#discussion_r246828927"}}}</script>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/pull/2111#discussion_r246828927",
"url": "https://github.com/quicwg/base-drafts/pull/2111#discussion_r246828927",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>
----==_mimepart_5c3773013e999_8cf3fd5f58d45b83714e8--


From nobody Thu Jan 10 08:33: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 3D334130E71 for <quic-issues@ietfa.amsl.com>; Thu, 10 Jan 2019 08:33:13 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -10.935
X-Spam-Level: 
X-Spam-Status: No, score=-10.935 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIMWL_WL_HIGH=-4.553, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, HTML_IMAGE_ONLY_24=1.618, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-1, RCVD_IN_DNSWL_HI=-5, SPF_PASS=-0.001] autolearn=ham autolearn_force=no
Authentication-Results: ietfa.amsl.com (amavisd-new); dkim=pass (1024-bit key) header.d=github.com
Received: from mail.ietf.org ([4.31.198.44]) by localhost (ietfa.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 1DKYdQ0xq89O for <quic-issues@ietfa.amsl.com>; Thu, 10 Jan 2019 08:33: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 95CDB127133 for <quic-issues@ietf.org>; Thu, 10 Jan 2019 08:33:11 -0800 (PST)
Date: Thu, 10 Jan 2019 08:33:10 -0800
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1547137990; bh=huypLjyd3Zuwh4kCp1kIMMJTV256+EcjC7H5pEJCw0M=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=EGHH077GwZ5Ej7doxRSjkpvuOijxzYEuJ6uynvRdoNUNwGRM22lDdffJ1Nfl7TT53 8hBzkNZ0JE0UVLNtGd2rJZkZhnTKAdzYcXXEZHsWK4NcdvQLfHVJYW76Xdxv2RT1NL uTB7Wipe7h2DZUFf98Ztw64VlBTCNniHhN9n52EI=
From: afrind <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+0166e4ab59797d9cbccfe6afef467578793dc7a33b40f80692cf00000001184f35c692a169ce17b15bb5@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/pull/2325/review/191297248@github.com>
In-Reply-To: <quicwg/base-drafts/pull/2325@github.com>
References: <quicwg/base-drafts/pull/2325@github.com>
Subject: Re: [quicwg/base-drafts] Introduce HTTP_REQUEST_REJECTED (#2325)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5c3773c69ca3d_6c363fbb2e0d45c01137f5"; 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/5T-Ue0n_ZnUO4PBfQPUYERiEUpY>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
List-Id: Notification list for GitHub issues related to the QUIC WG <quic-issues.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=unsubscribe>
List-Archive: <https://mailarchive.ietf.org/arch/browse/quic-issues/>
List-Post: <mailto:quic-issues@ietf.org>
List-Help: <mailto:quic-issues-request@ietf.org?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, 10 Jan 2019 16:33:13 -0000

----==_mimepart_5c3773c69ca3d_6c363fbb2e0d45c01137f5
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

afrind commented on this pull request.



>  ({{request-cancellation}}).  Clients SHOULD reset any streams above this ID with
-the error code HTTP_REQUEST_CANCELLED.  Servers MAY also cancel requests on
+the error code HTTP_REQUEST_REJECTED.  Servers MAY also reject requests on

Why have the client send REJECTED 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/pull/2325#pullrequestreview-191297248
----==_mimepart_5c3773c69ca3d_6c363fbb2e0d45c01137f5
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

<p><b>@afrind</b> commented on this pull request.</p>

<hr>

<p>In <a href="https://github.com/quicwg/base-drafts/pull/2325#discussion_r246829841">draft-ietf-quic-http.md</a>:</p>
<pre style='color:#555'>&gt;  ({{request-cancellation}}).  Clients SHOULD reset any streams above this ID with
-the error code HTTP_REQUEST_CANCELLED.  Servers MAY also cancel requests on
+the error code HTTP_REQUEST_REJECTED.  Servers MAY also reject requests on
</pre>
<p>Why have the client send REJECTED 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/pull/2325#pullrequestreview-191297248">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AWbkq_bFSafgcETt71ZVXcGqBbxaXyR3ks5vB2tGgaJpZM4Z4DzN">mute the thread</a>.<img src="https://github.com/notifications/beacon/AWbkq9dRnzqjaO9nY77yuO7WCJOcyxxgks5vB2tGgaJpZM4Z4DzN.gif" height="1" width="1" alt="" /></p>
<script type="application/json" data-scope="inboxmarkup">{"api_version":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name":"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"https://github.githubassets.com/images/email/message_cards/header.png","avatar_image_url":"https://github.githubassets.com/images/email/message_cards/avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/quicwg/base-drafts"}},"updates":{"snippets":[{"icon":"PERSON","message":"@afrind commented on #2325"}],"action":{"name":"View Pull Request","url":"https://github.com/quicwg/base-drafts/pull/2325#pullrequestreview-191297248"}}}</script>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/pull/2325#pullrequestreview-191297248",
"url": "https://github.com/quicwg/base-drafts/pull/2325#pullrequestreview-191297248",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>
----==_mimepart_5c3773c69ca3d_6c363fbb2e0d45c01137f5--


From nobody Thu Jan 10 08:53: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 7AC82130E90 for <quic-issues@ietfa.amsl.com>; Thu, 10 Jan 2019 08:53:46 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -11.007
X-Spam-Level: 
X-Spam-Status: No, score=-11.007 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIMWL_WL_HIGH=-4.553, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, HTML_IMAGE_ONLY_20=1.546, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-1, RCVD_IN_DNSWL_HI=-5, SPF_PASS=-0.001] autolearn=ham autolearn_force=no
Authentication-Results: ietfa.amsl.com (amavisd-new); dkim=pass (1024-bit key) header.d=github.com
Received: from mail.ietf.org ([4.31.198.44]) by localhost (ietfa.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 1R6WCbQEgoJz for <quic-issues@ietfa.amsl.com>; Thu, 10 Jan 2019 08:53: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 DA9CD130EA2 for <quic-issues@ietf.org>; Thu, 10 Jan 2019 08:53:44 -0800 (PST)
Date: Thu, 10 Jan 2019 08:53:44 -0800
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1547139224; bh=INPPlfHFZwmnDrfhIzO5xvoMvmNaFdczPjmLoJaID20=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=yyh+A++Huf79f6bRU94/9OWzL8Pih9/sA7HT9SGUO+UYKBPF8lnnKdZGL1LK941jz 4lE1ah3WANVAyqHVvAXJuWhee/MqMT4t+B35vVLD0xgDa8XnYzIvFOt4aZA0doyvNo Gz4+n52VwYYcm1MfRcVowhHR+YbPZxm9GWDKAjZo=
From: ianswett <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+0166e4ab6818aaaa90bae508277a2b211edf79bce3ed2bf492cf00000001184f3a9892a169ce17b142a0@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/pull/2324/review/191309172@github.com>
In-Reply-To: <quicwg/base-drafts/pull/2324@github.com>
References: <quicwg/base-drafts/pull/2324@github.com>
Subject: Re: [quicwg/base-drafts] Transport owns details of effecting keep-alive (#2324)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5c3778988265_18393fe0320d45c43061c3"; 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/sXzVe_y4pjLWChOqR-VZaXfZExQ>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
List-Id: Notification list for GitHub issues related to the QUIC WG <quic-issues.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=unsubscribe>
List-Archive: <https://mailarchive.ietf.org/arch/browse/quic-issues/>
List-Post: <mailto:quic-issues@ietf.org>
List-Help: <mailto:quic-issues-request@ietf.org?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, 10 Jan 2019 16:53:46 -0000

----==_mimepart_5c3778988265_18393fe0320d45c43061c3
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/2324#pullrequestreview-191309172
----==_mimepart_5c3778988265_18393fe0320d45c43061c3
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/2324#pullrequestreview-191309172">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AWbkq7yHvDHe8Tp-_vK8SwaaVamzmfUaks5vB3AYgaJpZM4Z4B5r">mute the thread</a>.<img src="https://github.com/notifications/beacon/AWbkq0_M_bvjMAcIxcLuvO8qBEvfKgfOks5vB3AYgaJpZM4Z4B5r.gif" height="1" width="1" alt="" /></p>
<script type="application/json" data-scope="inboxmarkup">{"api_version":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name":"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"https://github.githubassets.com/images/email/message_cards/header.png","avatar_image_url":"https://github.githubassets.com/images/email/message_cards/avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/quicwg/base-drafts"}},"updates":{"snippets":[{"icon":"PERSON","message":"@ianswett approved #2324"}],"action":{"name":"View Pull Request","url":"https://github.com/quicwg/base-drafts/pull/2324#pullrequestreview-191309172"}}}</script>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/pull/2324#pullrequestreview-191309172",
"url": "https://github.com/quicwg/base-drafts/pull/2324#pullrequestreview-191309172",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>
----==_mimepart_5c3778988265_18393fe0320d45c43061c3--


From nobody Thu Jan 10 09:13: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 6D3E9130ED1 for <quic-issues@ietfa.amsl.com>; Thu, 10 Jan 2019 09:13:48 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -12.552
X-Spam-Level: 
X-Spam-Status: No, score=-12.552 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIMWL_WL_HIGH=-4.553, 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_PASS=-0.001] autolearn=ham autolearn_force=no
Authentication-Results: ietfa.amsl.com (amavisd-new); dkim=pass (1024-bit key) header.d=github.com
Received: from mail.ietf.org ([4.31.198.44]) by localhost (ietfa.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id JX6qOy9W5nOl for <quic-issues@ietfa.amsl.com>; Thu, 10 Jan 2019 09:13:47 -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 CF7BD130EB4 for <quic-issues@ietf.org>; Thu, 10 Jan 2019 09:13:46 -0800 (PST)
Date: Thu, 10 Jan 2019 09:13:45 -0800
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1547140425; bh=v/9sd7XdghLonbQeh36n/E7FT/lPLwGmPJIb0imlw+k=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=JveF+X3NsI5uRxVoZSV5d9crbE3zpCn2YK5Ig7Tpg68okRio0LDHspalfvgX8j65C wjjg3NYPWFijMjw901cjbcW72Mcri6jRgCjWZtv3GMK+jLxoLFdruRhjStSnNq8eDH scjw4Vl9+XCGtM5ZIOdNp881zHzRblncnj03TJV8=
From: David Schinazi <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+0166e4ab973ca342b116857ccf8cf89720ad3664bbb2784b92cf00000001184f3f4992a169ce17b15bb5@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/pull/2325/review/191318753@github.com>
In-Reply-To: <quicwg/base-drafts/pull/2325@github.com>
References: <quicwg/base-drafts/pull/2325@github.com>
Subject: Re: [quicwg/base-drafts] Introduce HTTP_REQUEST_REJECTED (#2325)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5c377d49c5a19_a3f3fc05c6d45b420831c"; 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/zu3383zzM9FmzvdB2kgYbil-a6c>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
List-Id: Notification list for GitHub issues related to the QUIC WG <quic-issues.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=unsubscribe>
List-Archive: <https://mailarchive.ietf.org/arch/browse/quic-issues/>
List-Post: <mailto:quic-issues@ietf.org>
List-Help: <mailto:quic-issues-request@ietf.org?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, 10 Jan 2019 17:13:49 -0000

----==_mimepart_5c377d49c5a19_a3f3fc05c6d45b420831c
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

DavidSchinazi commented on this pull request.



> @@ -963,20 +963,20 @@ for each header field.
 
 ### Request Cancellation
 
-Either client or server can cancel requests by aborting the stream (QUIC
-RESET_STREAM and/or STOP_SENDING frames, as appropriate) with an error code of
+Clients can cancel requests by aborting the stream (QUIC RESET_STREAM and/or
+STOP_SENDING frames, as appropriate) with an error code of
 HTTP_REQUEST_CANCELLED ({{http-error-codes}}).  When the client cancels a
 response, it indicates that this response is no longer of interest.
 Implementations SHOULD cancel requests by aborting both directions of a stream.

Wouldn't that defeat the purpose of this PR? If a server receives STOP_SENDING with HTTP_REQUEST_CANCELLED, it doesn't reject the request, it acts on the client's cancellation. In that case I think it would make more sense for the server to use HTTP_REQUEST_CANCELLED.

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/quicwg/base-drafts/pull/2325#discussion_r246846343
----==_mimepart_5c377d49c5a19_a3f3fc05c6d45b420831c
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/2325#discussion_r246846343">draft-ietf-quic-http.md</a>:</p>
<pre style='color:#555'>&gt; @@ -963,20 +963,20 @@ for each header field.
 
 ### Request Cancellation
 
-Either client or server can cancel requests by aborting the stream (QUIC
-RESET_STREAM and/or STOP_SENDING frames, as appropriate) with an error code of
+Clients can cancel requests by aborting the stream (QUIC RESET_STREAM and/or
+STOP_SENDING frames, as appropriate) with an error code of
 HTTP_REQUEST_CANCELLED ({{http-error-codes}}).  When the client cancels a
 response, it indicates that this response is no longer of interest.
 Implementations SHOULD cancel requests by aborting both directions of a stream.
</pre>
<p>Wouldn't that defeat the purpose of this PR? If a server receives STOP_SENDING with HTTP_REQUEST_CANCELLED, it doesn't reject the request, it acts on the client's cancellation. In that case I think it would make more sense for the server to use HTTP_REQUEST_CANCELLED.</p>

<p style="font-size:small;-webkit-text-size-adjust:none;color:#666;">&mdash;<br />You are receiving this because you are subscribed to this thread.<br />Reply to this email directly, <a href="https://github.com/quicwg/base-drafts/pull/2325#discussion_r246846343">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AWbkq2UIIi1b8J28RY5FOr13DLA4tliPks5vB3TJgaJpZM4Z4DzN">mute the thread</a>.<img src="https://github.com/notifications/beacon/AWbkqzCrBnKuCfu8UtVwDrOJWq0kPpEoks5vB3TJgaJpZM4Z4DzN.gif" height="1" width="1" alt="" /></p>
<script type="application/json" data-scope="inboxmarkup">{"api_version":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name":"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"https://github.githubassets.com/images/email/message_cards/header.png","avatar_image_url":"https://github.githubassets.com/images/email/message_cards/avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/quicwg/base-drafts"}},"updates":{"snippets":[{"icon":"PERSON","message":"@DavidSchinazi commented on #2325"}],"action":{"name":"View Pull Request","url":"https://github.com/quicwg/base-drafts/pull/2325#discussion_r246846343"}}}</script>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/pull/2325#discussion_r246846343",
"url": "https://github.com/quicwg/base-drafts/pull/2325#discussion_r246846343",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>
----==_mimepart_5c377d49c5a19_a3f3fc05c6d45b420831c--


From nobody Thu Jan 10 09:15: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 74EB2130ED4 for <quic-issues@ietfa.amsl.com>; Thu, 10 Jan 2019 09:14:59 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -10.935
X-Spam-Level: 
X-Spam-Status: No, score=-10.935 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIMWL_WL_HIGH=-4.553, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, HTML_IMAGE_ONLY_24=1.618, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-1, RCVD_IN_DNSWL_HI=-5, SPF_PASS=-0.001] autolearn=ham autolearn_force=no
Authentication-Results: ietfa.amsl.com (amavisd-new); dkim=pass (1024-bit key) header.d=github.com
Received: from mail.ietf.org ([4.31.198.44]) by localhost (ietfa.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id ZFe11FkJbO5C for <quic-issues@ietfa.amsl.com>; Thu, 10 Jan 2019 09:14: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 8ADF4130ED1 for <quic-issues@ietf.org>; Thu, 10 Jan 2019 09:14:57 -0800 (PST)
Date: Thu, 10 Jan 2019 09:14:56 -0800
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1547140496; bh=VT1E1TkXkLV64SOM3s7QL7Y/MKBZ53UaaxaQJAHFQqw=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=rk1GP+TuYbi13Vy9UEbdih1r5EkDv1rbI1Gxnn6q16+Jp4xX8fpfQZFIbeVDWAhqf C9Oz9dp3djfnyU1ThM1MuzOx8kGDNrwTdMZAkGjmeUxQyGSWWigtzggkWWq/+yEbW/ YgIKo5/ZXQpXqnxLGVqd9kfDRvodVn/BT1DnCwSM=
From: afrind <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/2111/push/3198352672@github.com>
In-Reply-To: <quicwg/base-drafts/pull/2111@github.com>
References: <quicwg/base-drafts/pull/2111@github.com>
Subject: Re: [quicwg/base-drafts] Use "Insert Count" rather than "Largest Reference" (#2111)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5c377d905274e_28223fa4468d45bc24354e"; charset=UTF-8
Content-Transfer-Encoding: 7bit
Precedence: list
X-GitHub-Sender: afrind
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/ypngu0b1ayPPRJc6mgolvQlKdjQ>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
List-Id: Notification list for GitHub issues related to the QUIC WG <quic-issues.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=unsubscribe>
List-Archive: <https://mailarchive.ietf.org/arch/browse/quic-issues/>
List-Post: <mailto:quic-issues@ietf.org>
List-Help: <mailto:quic-issues-request@ietf.org?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, 10 Jan 2019 17:14:59 -0000

----==_mimepart_5c377d905274e_28223fa4468d45bc24354e
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

@afrind pushed 1 commit.

f35caef0210c8aeed99741cd4bc75347e1da4a22  a -> an


-- 
You are receiving this because you are subscribed to this thread.
View it on GitHub:
https://github.com/quicwg/base-drafts/pull/2111/files/6077a99452c0799812261e2f3729b14286e4e2d7..f35caef0210c8aeed99741cd4bc75347e1da4a22

----==_mimepart_5c377d905274e_28223fa4468d45bc24354e
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

<p><a href="https://github.com/afrind" class="user-mention">@afrind</a> pushed 1 commit.</p>

<ul>
  <li><a class="commit-link" href="https://github.com/quicwg/base-drafts/commit/f35caef0210c8aeed99741cd4bc75347e1da4a22">f35caef</a>  a -&gt; an</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/2111/files/6077a99452c0799812261e2f3729b14286e4e2d7..f35caef0210c8aeed99741cd4bc75347e1da4a22">View it on GitHub</a> or <a href="https://github.com/notifications/unsubscribe-auth/AWbkqyEK_MQzXNdHP2W4Tzs3oKLUQUXSks5vB3UQgaJpZM4ZMydb">mute the thread</a>.<img src="https://github.com/notifications/beacon/AWbkq25y7qafbFq7H7ACBdawf3kSXnF7ks5vB3UQgaJpZM4ZMydb.gif" height="1" width="1" alt="" /></p>
<script type="application/json" data-scope="inboxmarkup">{"api_version":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name":"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"https://github.githubassets.com/images/email/message_cards/header.png","avatar_image_url":"https://github.githubassets.com/images/email/message_cards/avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/quicwg/base-drafts"}},"updates":{"snippets":[{"icon":"PERSON","message":"@afrind pushed 1 commit in #2111"}],"action":{"name":"View Pull Request","url":"https://github.com/quicwg/base-drafts/pull/2111/files/6077a99452c0799812261e2f3729b14286e4e2d7..f35caef0210c8aeed99741cd4bc75347e1da4a22"}}}</script>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/pull/2111/files/6077a99452c0799812261e2f3729b14286e4e2d7..f35caef0210c8aeed99741cd4bc75347e1da4a22",
"url": "https://github.com/quicwg/base-drafts/pull/2111/files/6077a99452c0799812261e2f3729b14286e4e2d7..f35caef0210c8aeed99741cd4bc75347e1da4a22",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>

----==_mimepart_5c377d905274e_28223fa4468d45bc24354e--


From nobody Thu Jan 10 09:21: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 3890C130F03 for <quic-issues@ietfa.amsl.com>; Thu, 10 Jan 2019 09:21:25 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -11.149
X-Spam-Level: 
X-Spam-Status: No, score=-11.149 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIMWL_WL_HIGH=-4.553, 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_PASS=-0.001] autolearn=ham autolearn_force=no
Authentication-Results: ietfa.amsl.com (amavisd-new); dkim=pass (1024-bit key) header.d=github.com
Received: from mail.ietf.org ([4.31.198.44]) by localhost (ietfa.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 0L2Qfm9eUS0H for <quic-issues@ietfa.amsl.com>; Thu, 10 Jan 2019 09:21:24 -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 01639130EFF for <quic-issues@ietf.org>; Thu, 10 Jan 2019 09:21:24 -0800 (PST)
Date: Thu, 10 Jan 2019 09:21:23 -0800
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1547140883; bh=2P832vWzmkha4+jjyFUGsqnVpt2OSXhFHHCFInCgeNc=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=db3W34JvwcWk/T19uanYWXcarTDSws9kTx2zdHiwVAjI5OmYRhQAOFKHzKrmZ9J+X 3paq29nwTNESs0YpTXI0YV50a1Dq3GsBmsMFLaKkRJgd8E1MmxexQrdE6erWYAlIb5 zuIKwat83W2vcENmB8A9iEGUU6PB7kPwSJ6M+VbQ=
From: Mike Bishop <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+0166e4ab32ea989b2c4518a5ae97a8c8bcd68a5fa049480b92cf00000001184f411392a169ce17b13d9c@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/pull/2323/review/191322281@github.com>
In-Reply-To: <quicwg/base-drafts/pull/2323@github.com>
References: <quicwg/base-drafts/pull/2323@github.com>
Subject: Re: [quicwg/base-drafts] Restrict PUSH_PROMISE to request streams (#2323)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5c377f13487ac_17ae3fb6972d45b42047cf"; 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/Mo4b_2vFnzqIZdIm5uQNZE64FVY>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
List-Id: Notification list for GitHub issues related to the QUIC WG <quic-issues.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=unsubscribe>
List-Archive: <https://mailarchive.ietf.org/arch/browse/quic-issues/>
List-Post: <mailto:quic-issues@ietf.org>
List-Help: <mailto:quic-issues-request@ietf.org?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, 10 Jan 2019 17:21:25 -0000

----==_mimepart_5c377f13487ac_17ae3fb6972d45b42047cf
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

MikeBishop commented on this pull request.



> @@ -723,7 +723,7 @@ with its 0-RTT data.
 ### PUSH_PROMISE {#frame-push-promise}
 
 The PUSH_PROMISE frame (type=0x05) is used to carry a promised request header
-set from server to client, as in HTTP/2.
+set from server to client on a request stream, as in HTTP/2.

Right -- same as 7540.  The reason for this is that once a request stream is closed, you know the full set of pushes that are expected in relation to that request.  However, if you allow new promises on push streams, you have to wait until all pushes are satisfied to get a complete set.

I'd be open to a discussion on loosening that requirement, but it's unrelated to QUIC -- write an HTTPbis draft advocating the change if you want 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/2323#discussion_r246849126
----==_mimepart_5c377f13487ac_17ae3fb6972d45b42047cf
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/2323#discussion_r246849126">draft-ietf-quic-http.md</a>:</p>
<pre style='color:#555'>&gt; @@ -723,7 +723,7 @@ with its 0-RTT data.
 ### PUSH_PROMISE {#frame-push-promise}
 
 The PUSH_PROMISE frame (type=0x05) is used to carry a promised request header
-set from server to client, as in HTTP/2.
+set from server to client on a request stream, as in HTTP/2.
</pre>
<p>Right -- same as 7540.  The reason for this is that once a request stream is closed, you know the full set of pushes that are expected in relation to that request.  However, if you allow new promises on push streams, you have to wait until all pushes are satisfied to get a complete set.</p>
<p>I'd be open to a discussion on loosening that requirement, but it's unrelated to QUIC -- write an HTTPbis draft advocating the change if you want 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/2323#discussion_r246849126">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AWbkq_kQIzk4thDBHjOew-tvuzpU4pU0ks5vB3aTgaJpZM4Z4Ems">mute the thread</a>.<img src="https://github.com/notifications/beacon/AWbkq61n4xPXJ0XFFuALPeYWHm9QUwdXks5vB3aTgaJpZM4Z4Ems.gif" height="1" width="1" alt="" /></p>
<script type="application/json" data-scope="inboxmarkup">{"api_version":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name":"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"https://github.githubassets.com/images/email/message_cards/header.png","avatar_image_url":"https://github.githubassets.com/images/email/message_cards/avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/quicwg/base-drafts"}},"updates":{"snippets":[{"icon":"PERSON","message":"@MikeBishop commented on #2323"}],"action":{"name":"View Pull Request","url":"https://github.com/quicwg/base-drafts/pull/2323#discussion_r246849126"}}}</script>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/pull/2323#discussion_r246849126",
"url": "https://github.com/quicwg/base-drafts/pull/2323#discussion_r246849126",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>
----==_mimepart_5c377f13487ac_17ae3fb6972d45b42047cf--


From nobody Thu Jan 10 09: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 0C7CB130F23 for <quic-issues@ietfa.amsl.com>; Thu, 10 Jan 2019 09:31:22 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -11.149
X-Spam-Level: 
X-Spam-Status: No, score=-11.149 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIMWL_WL_HIGH=-4.553, 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_PASS=-0.001] autolearn=ham autolearn_force=no
Authentication-Results: ietfa.amsl.com (amavisd-new); dkim=pass (1024-bit key) header.d=github.com
Received: from mail.ietf.org ([4.31.198.44]) by localhost (ietfa.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 0Z0kK6E00t0u for <quic-issues@ietfa.amsl.com>; Thu, 10 Jan 2019 09:31: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 98488130F26 for <quic-issues@ietf.org>; Thu, 10 Jan 2019 09:31:20 -0800 (PST)
Date: Thu, 10 Jan 2019 09:31:19 -0800
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1547141479; bh=o1K0N9hZatuYOKfH7O3hxIAbDM9ysmu/GKbzT2Lf7W0=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=b1j3rGLRXEJCS0QAPFTJghsUe1VmcjQpoeFPg1Hi4yzjsXlr8Nk5TpdfcBBJYL7G0 4mF0LH0JKnoWZ70U4KmDW7OSMEvCqfdEmQbdRxRz0N/SM66fSzLDx23wZVjnePwQob T6C0hA3xeYNGs18nC5DI6v9islXPS//6qNdA9O1o=
From: Mike Bishop <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+0166e4aba2f45fb1a6075a30dadf58f35bf775c5f15ef35a92cf00000001184f436792a169ce17b15bb5@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/pull/2325/review/191326721@github.com>
In-Reply-To: <quicwg/base-drafts/pull/2325@github.com>
References: <quicwg/base-drafts/pull/2325@github.com>
Subject: Re: [quicwg/base-drafts] Introduce HTTP_REQUEST_REJECTED (#2325)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5c378167dc24e_74fe3fd64dad45b84349dd"; 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/vGk7NciTLONv_T-SImnzflLGMw8>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
List-Id: Notification list for GitHub issues related to the QUIC WG <quic-issues.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=unsubscribe>
List-Archive: <https://mailarchive.ietf.org/arch/browse/quic-issues/>
List-Post: <mailto:quic-issues@ietf.org>
List-Help: <mailto:quic-issues-request@ietf.org?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, 10 Jan 2019 17:31:22 -0000

----==_mimepart_5c378167dc24e_74fe3fd64dad45b84349dd
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

MikeBishop commented on this pull request.



>  ({{request-cancellation}}).  Clients SHOULD reset any streams above this ID with
-the error code HTTP_REQUEST_CANCELLED.  Servers MAY also cancel requests on
+the error code HTTP_REQUEST_REJECTED.  Servers MAY also reject requests on

Because GOAWAY already tells the client that the server didn't act on these higher streams; this is effectively the client's agreement that these streams were rejected by GOAWAY.  (There's probably also a STOP_SENDING en route with the same error 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/2325#discussion_r246852731
----==_mimepart_5c378167dc24e_74fe3fd64dad45b84349dd
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/2325#discussion_r246852731">draft-ietf-quic-http.md</a>:</p>
<pre style='color:#555'>&gt;  ({{request-cancellation}}).  Clients SHOULD reset any streams above this ID with
-the error code HTTP_REQUEST_CANCELLED.  Servers MAY also cancel requests on
+the error code HTTP_REQUEST_REJECTED.  Servers MAY also reject requests on
</pre>
<p>Because GOAWAY already tells the client that the server didn't act on these higher streams; this is effectively the client's agreement that these streams were rejected by GOAWAY.  (There's probably also a STOP_SENDING en route with the same error 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/2325#discussion_r246852731">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AWbkq5NTjEV-HhjHBeWZGeglUTFb9hnDks5vB3jngaJpZM4Z4DzN">mute the thread</a>.<img src="https://github.com/notifications/beacon/AWbkq7mc82O6HNC13PYRJ8c_Mo6B0jm4ks5vB3jngaJpZM4Z4DzN.gif" height="1" width="1" alt="" /></p>
<script type="application/json" data-scope="inboxmarkup">{"api_version":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name":"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"https://github.githubassets.com/images/email/message_cards/header.png","avatar_image_url":"https://github.githubassets.com/images/email/message_cards/avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/quicwg/base-drafts"}},"updates":{"snippets":[{"icon":"PERSON","message":"@MikeBishop commented on #2325"}],"action":{"name":"View Pull Request","url":"https://github.com/quicwg/base-drafts/pull/2325#discussion_r246852731"}}}</script>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/pull/2325#discussion_r246852731",
"url": "https://github.com/quicwg/base-drafts/pull/2325#discussion_r246852731",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>
----==_mimepart_5c378167dc24e_74fe3fd64dad45b84349dd--


From nobody Thu Jan 10 09:53:38 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 CFABB130F36 for <quic-issues@ietfa.amsl.com>; Thu, 10 Jan 2019 09:53:27 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -5.935
X-Spam-Level: 
X-Spam-Status: No, score=-5.935 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIMWL_WL_HIGH=-4.553, DKIM_SIGNED=0.1, DKIM_VALID=-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_PASS=-0.001] autolearn=ham autolearn_force=no
Authentication-Results: ietfa.amsl.com (amavisd-new); dkim=pass (1024-bit key) header.d=github.com
Received: 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-VlNQy6l4QZ for <quic-issues@ietfa.amsl.com>; Thu, 10 Jan 2019 09:53:25 -0800 (PST)
Received: from o7.sgmail.github.com (o7.sgmail.github.com [167.89.101.198]) (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 719C4131217 for <quic-issues@ietf.org>; Thu, 10 Jan 2019 09:53:24 -0800 (PST)
DKIM-Signature: v=1; a=rsa-sha1; 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=9QwNF2mrw0OSF2DOfunnvDfLCBU=; b=HAq8Un9qozEehPT3 jPCOBBUFEOMLFabuiomkbGfhpvyUWMLHi5O2JMvjFqOw3Vub7DcbSv68YB+LTc5v ApyIgUnUuw52FGFdYQYjaPp8F+wyA+vcc+ApqkNmh6jbpE2tMXvkQKtWBOFMkU9X In3cdP8XNzf88xiTjncrnxrfrok=
Received: by filter0101p1iad2.sendgrid.net with SMTP id filter0101p1iad2-29991-5C378692-13 2019-01-10 17:53:22.512547316 +0000 UTC m=+224149.453050955
Received: from github-lowworker-cef7735.cp1-iad.github.net (unknown [192.30.252.35]) by ismtpd0021p1iad2.sendgrid.net (SG) with ESMTP id Vn6PDQncQ-6fwMzIq6MEYg for <quic-issues@ietf.org>; Thu, 10 Jan 2019 17:53:22.495 +0000 (UTC)
Received: from github.com (localhost [127.0.0.1]) by github-lowworker-cef7735.cp1-iad.github.net (Postfix) with ESMTP id 702431E13C7 for <quic-issues@ietf.org>; Thu, 10 Jan 2019 09:53:22 -0800 (PST)
Date: Thu, 10 Jan 2019 17:53:22 +0000 (UTC)
From: afrind <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+0166e4ab21fe6c565adfd6a2e6273b5f6db7a8089afcb04392cf00000001184f489292a169ce17392ee3@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/pull/2111/issue_event/2066563723@github.com>
In-Reply-To: <quicwg/base-drafts/pull/2111@github.com>
References: <quicwg/base-drafts/pull/2111@github.com>
Subject: Re: [quicwg/base-drafts] Use "Insert Count" rather than "Largest Reference" (#2111)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5c3786926e7f8_2b483fce418d45c42871f4"; 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
X-SG-EID: l64QuQ2uJCcEyUykJbxN122A6QRmEpucztpreh3Pak27l5K6k/bR0rvIefoE3hT+hYth4ogE2YeSau R9tXZ4gQ54ecAtD4JpaeFuNpyrEvhsln8jyGuJyurM7MmxHE/MGl4xVADLIhsEamS1eyeMyWz2QH/X jIXzJ+Xejeag4f6r0J8E5NZdlgB/jlk0f5xNYqia0LBta25imd+KOEztHg==
Archived-At: <https://mailarchive.ietf.org/arch/msg/quic-issues/CV3ZLKdj2P3ceKJkEITBEmSya1E>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
List-Id: Notification list for GitHub issues related to the QUIC WG <quic-issues.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=unsubscribe>
List-Archive: <https://mailarchive.ietf.org/arch/browse/quic-issues/>
List-Post: <mailto:quic-issues@ietf.org>
List-Help: <mailto:quic-issues-request@ietf.org?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, 10 Jan 2019 17:53:28 -0000

----==_mimepart_5c3786926e7f8_2b483fce418d45c42871f4
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

Merged #2111 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/2111#event-2066563723
----==_mimepart_5c3786926e7f8_2b483fce418d45c42871f4
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="389623523" data-permission-text="Issue title is private" data-url="https://github.com/quicwg/base-drafts/issues/2111" data-hovercard-type="pull_request" data-hovercard-url="/quicwg/base-drafts/pull/2111/hovercard" href="https://github.com/quicwg/base-drafts/pull/2111">#2111</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/2111#event-2066563723">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AWbkq6kqKBpuuaX1eC1DrjrW4MLP-D8xks5vB34SgaJpZM4ZMydb">mute the thread</a>.<img src="https://github.com/notifications/beacon/AWbkq8VJ_tYFk-advFFWqKViK-MD02yiks5vB34SgaJpZM4ZMydb.gif" height="1" width="1" alt="" /></p>
<script type="application/json" data-scope="inboxmarkup">{"api_version":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name":"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"https://github.githubassets.com/images/email/message_cards/header.png","avatar_image_url":"https://github.githubassets.com/images/email/message_cards/avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/quicwg/base-drafts"}},"updates":{"snippets":[{"icon":"DESCRIPTION","message":"Merged #2111 into master."}],"action":{"name":"View Pull Request","url":"https://github.com/quicwg/base-drafts/pull/2111#event-2066563723"}}}</script>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/pull/2111#event-2066563723",
"url": "https://github.com/quicwg/base-drafts/pull/2111#event-2066563723",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>
----==_mimepart_5c3786926e7f8_2b483fce418d45c42871f4--


From nobody Thu Jan 10 09: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 B1452130F36 for <quic-issues@ietfa.amsl.com>; Thu, 10 Jan 2019 09:53:28 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -11.149
X-Spam-Level: 
X-Spam-Status: No, score=-11.149 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIMWL_WL_HIGH=-4.553, 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_PASS=-0.001] autolearn=ham autolearn_force=no
Authentication-Results: ietfa.amsl.com (amavisd-new); dkim=pass (1024-bit key) header.d=github.com
Received: from mail.ietf.org ([4.31.198.44]) by localhost (ietfa.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id rU3wS60x14c1 for <quic-issues@ietfa.amsl.com>; Thu, 10 Jan 2019 09:53: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 4FA891311F6 for <quic-issues@ietf.org>; Thu, 10 Jan 2019 09:53:25 -0800 (PST)
Date: Thu, 10 Jan 2019 09:53:24 -0800
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1547142804; bh=2uRX+1uudsJ4Lkkn9nYHVamXOUeY4tI7DEjqxEy/h5w=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=FzYhn5KCfL/k7PvbM3pEXkN0mKjUWl7AyF2sw+29MGt9GzDdmiVulcmN9RPunsqVt 0H6hcO74UfMCdsNs6vQ58EMbMRhiOd6LMasX3Eyj4ZEiv5+mSJBrB+SgHaxAVPRQZk pyujVqqW22aGCz+L2opfGq38d6P8/Z0vr+Op3l2g=
From: afrind <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+0166e4ab42b318da81c1494c7b7b384427771751fefbb99492cf00000001184f489492a169ce17392e66@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/issue/2110/issue_event/2066563734@github.com>
In-Reply-To: <quicwg/base-drafts/issues/2110@github.com>
References: <quicwg/base-drafts/issues/2110@github.com>
Subject: Re: [quicwg/base-drafts] Largest Reference isn't the right concept (#2110)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5c37869430d4f_5cfc3fee9eed45b42206eb"; 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/GBJlMCqwkscMrrA_4xbZDawcmeE>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
List-Id: Notification list for GitHub issues related to the QUIC WG <quic-issues.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=unsubscribe>
List-Archive: <https://mailarchive.ietf.org/arch/browse/quic-issues/>
List-Post: <mailto:quic-issues@ietf.org>
List-Help: <mailto:quic-issues-request@ietf.org?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, 10 Jan 2019 17:53:29 -0000

----==_mimepart_5c37869430d4f_5cfc3fee9eed45b42206eb
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

Closed #2110 via #2111.

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/quicwg/base-drafts/issues/2110#event-2066563734
----==_mimepart_5c37869430d4f_5cfc3fee9eed45b42206eb
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="389623398" data-permission-text="Issue title is private" data-url="https://github.com/quicwg/base-drafts/issues/2110" data-hovercard-type="issue" data-hovercard-url="/quicwg/base-drafts/issues/2110/hovercard" href="https://github.com/quicwg/base-drafts/issues/2110">#2110</a> via <a class="issue-link js-issue-link" data-error-text="Failed to load issue title" data-id="389623523" data-permission-text="Issue title is private" data-url="https://github.com/quicwg/base-drafts/issues/2111" data-hovercard-type="pull_request" data-hovercard-url="/quicwg/base-drafts/pull/2111/hovercard" href="https://github.com/quicwg/base-drafts/pull/2111">#2111</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/2110#event-2066563734">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AWbkqwB1KOy7wBMjHTP1c-QEVrFFyuLkks5vB34UgaJpZM4ZMybF">mute the thread</a>.<img src="https://github.com/notifications/beacon/AWbkq-WftOM8JgTGicDHHyJ2gJB-eiEqks5vB34UgaJpZM4ZMybF.gif" height="1" width="1" alt="" /></p>
<script type="application/json" data-scope="inboxmarkup">{"api_version":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name":"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"https://github.githubassets.com/images/email/message_cards/header.png","avatar_image_url":"https://github.githubassets.com/images/email/message_cards/avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/quicwg/base-drafts"}},"updates":{"snippets":[{"icon":"DESCRIPTION","message":"Closed #2110 via #2111."}],"action":{"name":"View Issue","url":"https://github.com/quicwg/base-drafts/issues/2110#event-2066563734"}}}</script>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/issues/2110#event-2066563734",
"url": "https://github.com/quicwg/base-drafts/issues/2110#event-2066563734",
"name": "View Issue"
},
"description": "View this Issue on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>
----==_mimepart_5c37869430d4f_5cfc3fee9eed45b42206eb--


From nobody Thu Jan 10 09:54: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 0220D130F37 for <quic-issues@ietfa.amsl.com>; Thu, 10 Jan 2019 09:54:14 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -11.149
X-Spam-Level: 
X-Spam-Status: No, score=-11.149 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIMWL_WL_HIGH=-4.553, 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_PASS=-0.001] autolearn=ham autolearn_force=no
Authentication-Results: ietfa.amsl.com (amavisd-new); dkim=pass (1024-bit key) header.d=github.com
Received: from mail.ietf.org ([4.31.198.44]) by localhost (ietfa.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id KOgmUcyaInDk for <quic-issues@ietfa.amsl.com>; Thu, 10 Jan 2019 09:54:11 -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 34D3E130F3C for <quic-issues@ietf.org>; Thu, 10 Jan 2019 09:54:11 -0800 (PST)
Date: Thu, 10 Jan 2019 09:54:10 -0800
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1547142850; bh=Yar2YKUbvctCxQF1WVLN//OQcXtnjZ2VqgZhd/sQ4P0=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=Iha5dk38g4VlkhuunP2EBGbj6SOt2Fd1vz4ruho9qf8ivzuQsCk9RzSSfBs3n3rfZ XR3ZY3INIGQPgXbDJGGLTkXIqLggGBxWAWtZlzsi7FO1SZQU85IjDmoSVgq0sitQqN ma1hu3sDHsAUL+3wLeqPLMi0YoJA/kD6iZrUDwd0=
From: Mike Bishop <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+0166e4abf131856509607a880c16d2cd37bc1b730a0d5fa692cf00000001184f48c292a169ce174adccf@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/issue/2144/issue_event/2066565633@github.com>
In-Reply-To: <quicwg/base-drafts/issues/2144@github.com>
References: <quicwg/base-drafts/issues/2144@github.com>
Subject: Re: [quicwg/base-drafts] HTTP: Limit priority state before stream is opened (#2144)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5c3786c2849e_22e43ff24eed45c43888a6"; 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/43621DmNAFEyi0YyQkk1-ByecKE>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
List-Id: Notification list for GitHub issues related to the QUIC WG <quic-issues.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=unsubscribe>
List-Archive: <https://mailarchive.ietf.org/arch/browse/quic-issues/>
List-Post: <mailto:quic-issues@ietf.org>
List-Help: <mailto:quic-issues-request@ietf.org?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, 10 Jan 2019 17:54:14 -0000

----==_mimepart_5c3786c2849e_22e43ff24eed45c43888a6
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

Closed #2144 via #2326.

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/quicwg/base-drafts/issues/2144#event-2066565633
----==_mimepart_5c3786c2849e_22e43ff24eed45c43888a6
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="390782159" data-permission-text="Issue title is private" data-url="https://github.com/quicwg/base-drafts/issues/2144" data-hovercard-type="issue" data-hovercard-url="/quicwg/base-drafts/issues/2144/hovercard" href="https://github.com/quicwg/base-drafts/issues/2144">#2144</a> via <a class="issue-link js-issue-link" data-error-text="Failed to load issue title" data-id="397505314" data-permission-text="Issue title is private" data-url="https://github.com/quicwg/base-drafts/issues/2326" data-hovercard-type="pull_request" data-hovercard-url="/quicwg/base-drafts/pull/2326/hovercard" href="https://github.com/quicwg/base-drafts/pull/2326">#2326</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/2144#event-2066565633">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AWbkq5cWg087e261bX7tx27HADodV2rQks5vB35CgaJpZM4ZSFW2">mute the thread</a>.<img src="https://github.com/notifications/beacon/AWbkqzEaAF_ksDj7789hwSmE9CRJAuaWks5vB35CgaJpZM4ZSFW2.gif" height="1" width="1" alt="" /></p>
<script type="application/json" data-scope="inboxmarkup">{"api_version":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name":"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"https://github.githubassets.com/images/email/message_cards/header.png","avatar_image_url":"https://github.githubassets.com/images/email/message_cards/avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/quicwg/base-drafts"}},"updates":{"snippets":[{"icon":"DESCRIPTION","message":"Closed #2144 via #2326."}],"action":{"name":"View Issue","url":"https://github.com/quicwg/base-drafts/issues/2144#event-2066565633"}}}</script>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/issues/2144#event-2066565633",
"url": "https://github.com/quicwg/base-drafts/issues/2144#event-2066565633",
"name": "View Issue"
},
"description": "View this Issue on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>
----==_mimepart_5c3786c2849e_22e43ff24eed45c43888a6--


From nobody Thu Jan 10 09:54: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 E0DC3130F37 for <quic-issues@ietfa.amsl.com>; Thu, 10 Jan 2019 09:54:14 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -10.935
X-Spam-Level: 
X-Spam-Status: No, score=-10.935 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIMWL_WL_HIGH=-4.553, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, HTML_IMAGE_ONLY_24=1.618, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-1, RCVD_IN_DNSWL_HI=-5, SPF_PASS=-0.001] autolearn=ham autolearn_force=no
Authentication-Results: ietfa.amsl.com (amavisd-new); dkim=pass (1024-bit key) header.d=github.com
Received: from mail.ietf.org ([4.31.198.44]) by localhost (ietfa.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id oXNngkKJSXFw for <quic-issues@ietfa.amsl.com>; Thu, 10 Jan 2019 09:54:11 -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 97419130F35 for <quic-issues@ietf.org>; Thu, 10 Jan 2019 09:54:11 -0800 (PST)
Date: Thu, 10 Jan 2019 09:54:10 -0800
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1547142850; bh=gxyrBzn8lB7u5DzRF0i+4fsW+vMjPxJtIjggY81y768=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=BsGL3hlX8SachzBDmuF/Kl1G8+PypBTDUvBSW9XX8J8mWvB19NUSaZaQ/60kz5QEc 5Dx2C7fGQcVPP/yGWPj3SgN9vb+3sgUJyPauuZRiAHTauFZfX5Xheg7mHaT+ZQdh1P xLxOq4mc6dlW6ahaLL2h0/WA86fNlPgmm3j08f3A=
From: Mike Bishop <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+0166e4ab1690a068e16c5eec07a90fdf2ad35554f600d1fd92cf00000001184f48c292a169ce17b17322@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/pull/2326/issue_event/2066565626@github.com>
In-Reply-To: <quicwg/base-drafts/pull/2326@github.com>
References: <quicwg/base-drafts/pull/2326@github.com>
Subject: Re: [quicwg/base-drafts] Client can't prioritize streams it can't open (#2326)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5c3786c2a43f6_18813ffc84ed45c01864ba"; 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/5dEOxr2qljP9dCT5bf7ki8_JBBE>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
List-Id: Notification list for GitHub issues related to the QUIC WG <quic-issues.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=unsubscribe>
List-Archive: <https://mailarchive.ietf.org/arch/browse/quic-issues/>
List-Post: <mailto:quic-issues@ietf.org>
List-Help: <mailto:quic-issues-request@ietf.org?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, 10 Jan 2019 17:54:15 -0000

----==_mimepart_5c3786c2a43f6_18813ffc84ed45c01864ba
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

Merged #2326 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/2326#event-2066565626
----==_mimepart_5c3786c2a43f6_18813ffc84ed45c01864ba
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="397505314" data-permission-text="Issue title is private" data-url="https://github.com/quicwg/base-drafts/issues/2326" data-hovercard-type="pull_request" data-hovercard-url="/quicwg/base-drafts/pull/2326/hovercard" href="https://github.com/quicwg/base-drafts/pull/2326">#2326</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/2326#event-2066565626">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AWbkq5Yn3BdQlxF9VOct0SguqGAqJQv3ks5vB35CgaJpZM4Z4Fjv">mute the thread</a>.<img src="https://github.com/notifications/beacon/AWbkq5p7mOSy-7Tj3mIAyLkLbHPNCoPqks5vB35CgaJpZM4Z4Fjv.gif" height="1" width="1" alt="" /></p>
<script type="application/json" data-scope="inboxmarkup">{"api_version":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name":"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"https://github.githubassets.com/images/email/message_cards/header.png","avatar_image_url":"https://github.githubassets.com/images/email/message_cards/avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/quicwg/base-drafts"}},"updates":{"snippets":[{"icon":"DESCRIPTION","message":"Merged #2326 into master."}],"action":{"name":"View Pull Request","url":"https://github.com/quicwg/base-drafts/pull/2326#event-2066565626"}}}</script>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/pull/2326#event-2066565626",
"url": "https://github.com/quicwg/base-drafts/pull/2326#event-2066565626",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>
----==_mimepart_5c3786c2a43f6_18813ffc84ed45c01864ba--


From nobody Thu Jan 10 09: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 16D33130F35 for <quic-issues@ietfa.amsl.com>; Thu, 10 Jan 2019 09:54:34 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -12.552
X-Spam-Level: 
X-Spam-Status: No, score=-12.552 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIMWL_WL_HIGH=-4.553, 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_PASS=-0.001] autolearn=ham autolearn_force=no
Authentication-Results: ietfa.amsl.com (amavisd-new); dkim=pass (1024-bit key) header.d=github.com
Received: from mail.ietf.org ([4.31.198.44]) by localhost (ietfa.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id FLhWcmD_wT94 for <quic-issues@ietfa.amsl.com>; Thu, 10 Jan 2019 09:54:32 -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 58F17130EE8 for <quic-issues@ietf.org>; Thu, 10 Jan 2019 09:54:32 -0800 (PST)
Date: Thu, 10 Jan 2019 09:54:31 -0800
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1547142871; bh=JtJwpC1YrpSvqKvjNbbTlCfd57PlSVmylcI+C0+IyAc=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=iWUoDw+/RTZ8kE1muoRsbXGN+yl3h/DC538puUy4q2i/OkAZit+F7WC5bzsM6vaIR +dkSl8KKuMAke5dEXV95h4Z0dXCPi/1bNpzPG5KnXE8tCiUCb7qHnpu9/r6WdD666U nwcAiNj08nIAojxlIlL9FsmqjJX35VhlHIismUac=
From: Mike Bishop <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+0166e4abfcc6bd9e45fc02f73bc570cbcd595a010ed895e492cf00000001184f48d792a169ce17b15bb5@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/pull/2325/review/191336599@github.com>
In-Reply-To: <quicwg/base-drafts/pull/2325@github.com>
References: <quicwg/base-drafts/pull/2325@github.com>
Subject: Re: [quicwg/base-drafts] Introduce HTTP_REQUEST_REJECTED (#2325)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5c3786d76bee5_8f03feb15ad45b816045b"; 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/edyQjgpssCGKNih4Q1Ub2IOleNE>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
List-Id: Notification list for GitHub issues related to the QUIC WG <quic-issues.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=unsubscribe>
List-Archive: <https://mailarchive.ietf.org/arch/browse/quic-issues/>
List-Post: <mailto:quic-issues@ietf.org>
List-Help: <mailto:quic-issues-request@ietf.org?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, 10 Jan 2019 17:54:34 -0000

----==_mimepart_5c3786d76bee5_8f03feb15ad45b816045b
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

MikeBishop commented on this pull request.



> @@ -963,20 +963,20 @@ for each header field.
 
 ### Request Cancellation
 
-Either client or server can cancel requests by aborting the stream (QUIC
-RESET_STREAM and/or STOP_SENDING frames, as appropriate) with an error code of
+Clients can cancel requests by aborting the stream (QUIC RESET_STREAM and/or
+STOP_SENDING frames, as appropriate) with an error code of
 HTTP_REQUEST_CANCELLED ({{http-error-codes}}).  When the client cancels a
 response, it indicates that this response is no longer of interest.
 Implementations SHOULD cancel requests by aborting both directions of a stream.

>From `-transport`:
> An endpoint SHOULD copy the error code from the STOP_SENDING frame, but MAY use any application error code.

_CANCELLED would be the default behavior; this text merely says that _REJECTED is also acceptable.  (And the transport draft says that the server MAY use any error code, so this is really just a restatement.)

The subtle difference would be an indication of whether the cancelled request had begun to process (and therefore might have had side-effects) before the cancellation took 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/2325#discussion_r246860205
----==_mimepart_5c3786d76bee5_8f03feb15ad45b816045b
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/2325#discussion_r246860205">draft-ietf-quic-http.md</a>:</p>
<pre style='color:#555'>&gt; @@ -963,20 +963,20 @@ for each header field.
 
 ### Request Cancellation
 
-Either client or server can cancel requests by aborting the stream (QUIC
-RESET_STREAM and/or STOP_SENDING frames, as appropriate) with an error code of
+Clients can cancel requests by aborting the stream (QUIC RESET_STREAM and/or
+STOP_SENDING frames, as appropriate) with an error code of
 HTTP_REQUEST_CANCELLED ({{http-error-codes}}).  When the client cancels a
 response, it indicates that this response is no longer of interest.
 Implementations SHOULD cancel requests by aborting both directions of a stream.
</pre>
<p>From <code>-transport</code>:</p>
<blockquote>
<p>An endpoint SHOULD copy the error code from the STOP_SENDING frame, but MAY use any application error code.</p>
</blockquote>
<p>_CANCELLED would be the default behavior; this text merely says that _REJECTED is also acceptable.  (And the transport draft says that the server MAY use any error code, so this is really just a restatement.)</p>
<p>The subtle difference would be an indication of whether the cancelled request had begun to process (and therefore might have had side-effects) before the cancellation took 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/2325#discussion_r246860205">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AWbkqz7dlIoUtaVBGNRlWVD6E05orUZCks5vB35XgaJpZM4Z4DzN">mute the thread</a>.<img src="https://github.com/notifications/beacon/AWbkq1ypdzfvjImdZlggZ7urC_h-JguFks5vB35XgaJpZM4Z4DzN.gif" height="1" width="1" alt="" /></p>
<script type="application/json" data-scope="inboxmarkup">{"api_version":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name":"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"https://github.githubassets.com/images/email/message_cards/header.png","avatar_image_url":"https://github.githubassets.com/images/email/message_cards/avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/quicwg/base-drafts"}},"updates":{"snippets":[{"icon":"PERSON","message":"@MikeBishop commented on #2325"}],"action":{"name":"View Pull Request","url":"https://github.com/quicwg/base-drafts/pull/2325#discussion_r246860205"}}}</script>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/pull/2325#discussion_r246860205",
"url": "https://github.com/quicwg/base-drafts/pull/2325#discussion_r246860205",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>
----==_mimepart_5c3786d76bee5_8f03feb15ad45b816045b--


From nobody Thu Jan 10 10: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 EC22F130F52 for <quic-issues@ietfa.amsl.com>; Thu, 10 Jan 2019 10:01:19 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -10.935
X-Spam-Level: 
X-Spam-Status: No, score=-10.935 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIMWL_WL_HIGH=-4.553, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, HTML_IMAGE_ONLY_24=1.618, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-1, RCVD_IN_DNSWL_HI=-5, SPF_PASS=-0.001] autolearn=ham autolearn_force=no
Authentication-Results: ietfa.amsl.com (amavisd-new); dkim=pass (1024-bit key) header.d=github.com
Received: from mail.ietf.org ([4.31.198.44]) by localhost (ietfa.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id mGKehIQFf_0L for <quic-issues@ietfa.amsl.com>; Thu, 10 Jan 2019 10:01:18 -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 6C795130EB7 for <quic-issues@ietf.org>; Thu, 10 Jan 2019 10:01:18 -0800 (PST)
Date: Thu, 10 Jan 2019 10:01:17 -0800
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1547143277; bh=pQRuuPVqyiSOSCPnDJZtekkiB/ic5P6bAYguHF8gmZw=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=qUtMgb5/QWd1ixD8V56FgP3ujkgtVTTQROOnxUfxY+2zSVRtuiRwKw7zJV4j+mY1w lET1sN+7Oe/i6FXqvM/aGsJ68L/660t4Ap04F4CBq5LSZQjMRdEVmtX0t9+7/vO+kL VFqO+zE5y143BQliatdLJz9fxVZbGdwRo83VNfn0=
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/2325/push/3198494726@github.com>
In-Reply-To: <quicwg/base-drafts/pull/2325@github.com>
References: <quicwg/base-drafts/pull/2325@github.com>
Subject: Re: [quicwg/base-drafts] Introduce HTTP_REQUEST_REJECTED (#2325)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5c37886d99b8b_63fb3fee2d2d45b448999"; 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/AY_Cg7fdTdOfPIy0PjHW8Xepjo4>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
List-Id: Notification list for GitHub issues related to the QUIC WG <quic-issues.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=unsubscribe>
List-Archive: <https://mailarchive.ietf.org/arch/browse/quic-issues/>
List-Post: <mailto:quic-issues@ietf.org>
List-Help: <mailto:quic-issues-request@ietf.org?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, 10 Jan 2019 18:01:20 -0000

----==_mimepart_5c37886d99b8b_63fb3fee2d2d45b448999
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

@MikeBishop pushed 1 commit.

5fbe7f5959653fdd7ca8c28313783f2e81ab780d  Leftover > instead of >=


-- 
You are receiving this because you are subscribed to this thread.
View it on GitHub:
https://github.com/quicwg/base-drafts/pull/2325/files/b756df2628d40aa91c5afd2ae92e8f193c1936a8..5fbe7f5959653fdd7ca8c28313783f2e81ab780d

----==_mimepart_5c37886d99b8b_63fb3fee2d2d45b448999
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/5fbe7f5959653fdd7ca8c28313783f2e81ab780d">5fbe7f5</a>  Leftover &gt; instead of &gt;=</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/2325/files/b756df2628d40aa91c5afd2ae92e8f193c1936a8..5fbe7f5959653fdd7ca8c28313783f2e81ab780d">View it on GitHub</a> or <a href="https://github.com/notifications/unsubscribe-auth/AWbkq4Vrftw2VXYjB9mk8x10lOeDE59bks5vB3_tgaJpZM4Z4DzN">mute the thread</a>.<img src="https://github.com/notifications/beacon/AWbkqyarE4mrmt_bzAKK0EiKFlLievdpks5vB3_tgaJpZM4Z4DzN.gif" height="1" width="1" alt="" /></p>
<script type="application/json" data-scope="inboxmarkup">{"api_version":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name":"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"https://github.githubassets.com/images/email/message_cards/header.png","avatar_image_url":"https://github.githubassets.com/images/email/message_cards/avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/quicwg/base-drafts"}},"updates":{"snippets":[{"icon":"PERSON","message":"@MikeBishop pushed 1 commit in #2325"}],"action":{"name":"View Pull Request","url":"https://github.com/quicwg/base-drafts/pull/2325/files/b756df2628d40aa91c5afd2ae92e8f193c1936a8..5fbe7f5959653fdd7ca8c28313783f2e81ab780d"}}}</script>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/pull/2325/files/b756df2628d40aa91c5afd2ae92e8f193c1936a8..5fbe7f5959653fdd7ca8c28313783f2e81ab780d",
"url": "https://github.com/quicwg/base-drafts/pull/2325/files/b756df2628d40aa91c5afd2ae92e8f193c1936a8..5fbe7f5959653fdd7ca8c28313783f2e81ab780d",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>

----==_mimepart_5c37886d99b8b_63fb3fee2d2d45b448999--


From nobody Thu Jan 10 10:48: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 771A5131021 for <quic-issues@ietfa.amsl.com>; Thu, 10 Jan 2019 10:48:49 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -11.149
X-Spam-Level: 
X-Spam-Status: No, score=-11.149 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIMWL_WL_HIGH=-4.553, 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_PASS=-0.001] autolearn=ham autolearn_force=no
Authentication-Results: ietfa.amsl.com (amavisd-new); dkim=pass (1024-bit key) header.d=github.com
Received: from mail.ietf.org ([4.31.198.44]) by localhost (ietfa.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id zuUH1Pyk3tI8 for <quic-issues@ietfa.amsl.com>; Thu, 10 Jan 2019 10:48:47 -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 7B0F11311E2 for <quic-issues@ietf.org>; Thu, 10 Jan 2019 10:48:47 -0800 (PST)
Date: Thu, 10 Jan 2019 10:48:46 -0800
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1547146126; bh=r68vars4JQVWeBbMtVuNklcqEmSie5uCPnQnRtKYjOY=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=Zn2pvxVaw3qsyBLEXvxCkPOMYXvKcdQWrdr6rsM0pkBjJdlWQCM98H6WJkLbMWO9J q+mgqUwjQkjAP+K2hAdo7NLdA8bz59h6LOjbzoQ4Z+WCXROeDGyMgtLs4+vEkZtAkP 3/mVlC7kch5zAs0LTk2LlM2RFLAUByqczsgXaWKg=
From: Mike Bishop <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+0166e4ab74ba4c5c1cc7da52a2ab7b8c080be7518ce8329392cf00000001184f558e92a169ce1710e5ab@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/issue/2092/issue_event/2066687367@github.com>
In-Reply-To: <quicwg/base-drafts/issues/2092@github.com>
References: <quicwg/base-drafts/issues/2092@github.com>
Subject: Re: [quicwg/base-drafts] More generic keep-alive text (#2092)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5c37938e4e826_25c13fe230cd45b82117c4"; 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/253MN6AFNrdJfujqmVKRHf_gj-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: Thu, 10 Jan 2019 18:48:50 -0000

----==_mimepart_5c37938e4e826_25c13fe230cd45b82117c4
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

Closed #2092 via #2324.

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/quicwg/base-drafts/issues/2092#event-2066687367
----==_mimepart_5c37938e4e826_25c13fe230cd45b82117c4
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="386983339" data-permission-text="Issue title is private" data-url="https://github.com/quicwg/base-drafts/issues/2092" data-hovercard-type="issue" data-hovercard-url="/quicwg/base-drafts/issues/2092/hovercard" href="https://github.com/quicwg/base-drafts/issues/2092">#2092</a> via <a class="issue-link js-issue-link" data-error-text="Failed to load issue title" data-id="397492896" data-permission-text="Issue title is private" data-url="https://github.com/quicwg/base-drafts/issues/2324" data-hovercard-type="pull_request" data-hovercard-url="/quicwg/base-drafts/pull/2324/hovercard" href="https://github.com/quicwg/base-drafts/pull/2324">#2324</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/2092#event-2066687367">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AWbkq9FQcVZnV6EGpDh4YFVvnl3EJInrks5vB4sOgaJpZM4Y_UWs">mute the thread</a>.<img src="https://github.com/notifications/beacon/AWbkq8ndRFQ88w1NxLJtonu43pDY7MwVks5vB4sOgaJpZM4Y_UWs.gif" height="1" width="1" alt="" /></p>
<script type="application/json" data-scope="inboxmarkup">{"api_version":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name":"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"https://github.githubassets.com/images/email/message_cards/header.png","avatar_image_url":"https://github.githubassets.com/images/email/message_cards/avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/quicwg/base-drafts"}},"updates":{"snippets":[{"icon":"DESCRIPTION","message":"Closed #2092 via #2324."}],"action":{"name":"View Issue","url":"https://github.com/quicwg/base-drafts/issues/2092#event-2066687367"}}}</script>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/issues/2092#event-2066687367",
"url": "https://github.com/quicwg/base-drafts/issues/2092#event-2066687367",
"name": "View Issue"
},
"description": "View this Issue on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>
----==_mimepart_5c37938e4e826_25c13fe230cd45b82117c4--


From nobody Thu Jan 10 10:48: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 7FDE51311E2 for <quic-issues@ietfa.amsl.com>; Thu, 10 Jan 2019 10:48:51 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -10.935
X-Spam-Level: 
X-Spam-Status: No, score=-10.935 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIMWL_WL_HIGH=-4.553, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, HTML_IMAGE_ONLY_24=1.618, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-1, RCVD_IN_DNSWL_HI=-5, SPF_PASS=-0.001] autolearn=ham autolearn_force=no
Authentication-Results: ietfa.amsl.com (amavisd-new); dkim=pass (1024-bit key) header.d=github.com
Received: from mail.ietf.org ([4.31.198.44]) by localhost (ietfa.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id XwRIQtL7DPhm for <quic-issues@ietfa.amsl.com>; Thu, 10 Jan 2019 10:48: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 92EE81311E9 for <quic-issues@ietf.org>; Thu, 10 Jan 2019 10:48:48 -0800 (PST)
Date: Thu, 10 Jan 2019 10:48:47 -0800
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1547146127; bh=LmaLhkmjcjo9ahNdwMKCddZlR7ak+gdY2GEMFpP7dVU=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=uuO1Q6w2vHSRkDmEFPPjFFYOQtmn9V4X0P+J7EQ5JsnFl+uC99OdgsLMqqkOIvFGN gq96KZU8U/rkjinzcw/ULSq/uLr9TIW+IY+Cm/4u8KpjRY8JPTXrNU4NFiKfXpViKn huSrGzvZLJqjS9xf61EhT1NocisiFyXRWdoXOhrU=
From: Mike Bishop <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+0166e4ab0213315fdd1725c43ce0aeb25ec4551504750a3092cf00000001184f558f92a169ce17b142a0@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/pull/2324/issue_event/2066687360@github.com>
In-Reply-To: <quicwg/base-drafts/pull/2324@github.com>
References: <quicwg/base-drafts/pull/2324@github.com>
Subject: Re: [quicwg/base-drafts] Transport owns details of effecting keep-alive (#2324)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5c37938fa94fa_754d3feb72cd45b82997a9"; 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/zYvzC9CUKNR-rJuXr4eWkRvQJS0>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
List-Id: Notification list for GitHub issues related to the QUIC WG <quic-issues.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=unsubscribe>
List-Archive: <https://mailarchive.ietf.org/arch/browse/quic-issues/>
List-Post: <mailto:quic-issues@ietf.org>
List-Help: <mailto:quic-issues-request@ietf.org?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, 10 Jan 2019 18:48:52 -0000

----==_mimepart_5c37938fa94fa_754d3feb72cd45b82997a9
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

Merged #2324 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/2324#event-2066687360
----==_mimepart_5c37938fa94fa_754d3feb72cd45b82997a9
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="397492896" data-permission-text="Issue title is private" data-url="https://github.com/quicwg/base-drafts/issues/2324" data-hovercard-type="pull_request" data-hovercard-url="/quicwg/base-drafts/pull/2324/hovercard" href="https://github.com/quicwg/base-drafts/pull/2324">#2324</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/2324#event-2066687360">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AWbkq-bqZc1Ahse6JZsbdPxUR-iPkBGdks5vB4sPgaJpZM4Z4B5r">mute the thread</a>.<img src="https://github.com/notifications/beacon/AWbkqw2Ghnh7gUiq5xkhLwBYRUc2l-r1ks5vB4sPgaJpZM4Z4B5r.gif" height="1" width="1" alt="" /></p>
<script type="application/json" data-scope="inboxmarkup">{"api_version":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name":"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"https://github.githubassets.com/images/email/message_cards/header.png","avatar_image_url":"https://github.githubassets.com/images/email/message_cards/avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/quicwg/base-drafts"}},"updates":{"snippets":[{"icon":"DESCRIPTION","message":"Merged #2324 into master."}],"action":{"name":"View Pull Request","url":"https://github.com/quicwg/base-drafts/pull/2324#event-2066687360"}}}</script>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/pull/2324#event-2066687360",
"url": "https://github.com/quicwg/base-drafts/pull/2324#event-2066687360",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>
----==_mimepart_5c37938fa94fa_754d3feb72cd45b82997a9--


From nobody Thu Jan 10 11: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 5596B131220 for <quic-issues@ietfa.amsl.com>; Thu, 10 Jan 2019 11:28:46 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -10.935
X-Spam-Level: 
X-Spam-Status: No, score=-10.935 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIMWL_WL_HIGH=-4.553, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, HTML_IMAGE_ONLY_24=1.618, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-1, RCVD_IN_DNSWL_HI=-5, SPF_PASS=-0.001] autolearn=ham autolearn_force=no
Authentication-Results: ietfa.amsl.com (amavisd-new); dkim=pass (1024-bit key) header.d=github.com
Received: from mail.ietf.org ([4.31.198.44]) by localhost (ietfa.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 7yAXKXpWTC_v for <quic-issues@ietfa.amsl.com>; Thu, 10 Jan 2019 11:28:44 -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 03C41131217 for <quic-issues@ietf.org>; Thu, 10 Jan 2019 11:28:44 -0800 (PST)
Date: Thu, 10 Jan 2019 11:28:43 -0800
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1547148523; bh=L+9H9RV3JgmPBqhkR0vKvHMqjQiDIdcpUz6Ylnt/8es=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=dGBL1G9njYjUBSAqszFhxAtmmBG2LEU1/W1q1ChlNrHVVJ4/hsTs5BXgjll9cs7jk FkIvG4r4iOC0u3njnwmlt1eqT4X7UYetOqbZ+YyUVq8kaMTxZsAv1v8LO51tM75oR7 XxXdBca0oz57N5E2XBsngKZ5ECg+p1KrGEz4NGIM=
From: ianswett <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+0166e4ab9915cb85fca64da1867714e2677faae3e858f3d092cf00000001184f5eeb92a169ce16d1c244@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/pull/2028/c453222884@github.com>
In-Reply-To: <quicwg/base-drafts/pull/2028@github.com>
References: <quicwg/base-drafts/pull/2028@github.com>
Subject: Re: [quicwg/base-drafts] Ignore loss of undecryptable packets (#2028)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5c379ceb9f28_9183fcd352d45b412238"; 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/rv7ke01LzwjlLCY1NoD_vM4hzCM>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
List-Id: Notification list for GitHub issues related to the QUIC WG <quic-issues.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=unsubscribe>
List-Archive: <https://mailarchive.ietf.org/arch/browse/quic-issues/>
List-Post: <mailto:quic-issues@ietf.org>
List-Help: <mailto:quic-issues-request@ietf.org?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, 10 Jan 2019 19:28:46 -0000

----==_mimepart_5c379ceb9f28_9183fcd352d45b412238
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

Closing in favor of #2327

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/quicwg/base-drafts/pull/2028#issuecomment-453222884
----==_mimepart_5c379ceb9f28_9183fcd352d45b412238
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

<p>Closing in favor of <a class="issue-link js-issue-link" data-error-text="Failed to load issue title" data-id="397559612" data-permission-text="Issue title is private" data-url="https://github.com/quicwg/base-drafts/issues/2327" data-hovercard-type="pull_request" data-hovercard-url="/quicwg/base-drafts/pull/2327/hovercard" href="https://github.com/quicwg/base-drafts/pull/2327">#2327</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/2028#issuecomment-453222884">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AWbkq_cG_Uw6SgQmdUIB1N_zA2GQA8Uqks5vB5RrgaJpZM4Yr6j5">mute the thread</a>.<img src="https://github.com/notifications/beacon/AWbkq5NhujtFLi8z3iHz28oV_Mkv-esOks5vB5RrgaJpZM4Yr6j5.gif" height="1" width="1" alt="" /></p>
<script type="application/json" data-scope="inboxmarkup">{"api_version":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name":"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"https://github.githubassets.com/images/email/message_cards/header.png","avatar_image_url":"https://github.githubassets.com/images/email/message_cards/avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/quicwg/base-drafts"}},"updates":{"snippets":[{"icon":"PERSON","message":"@ianswett in #2028: Closing in favor of #2327"}],"action":{"name":"View Pull Request","url":"https://github.com/quicwg/base-drafts/pull/2028#issuecomment-453222884"}}}</script>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/pull/2028#issuecomment-453222884",
"url": "https://github.com/quicwg/base-drafts/pull/2028#issuecomment-453222884",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>
----==_mimepart_5c379ceb9f28_9183fcd352d45b412238--


From nobody Thu Jan 10 11:28:53 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 E66BC131222 for <quic-issues@ietfa.amsl.com>; Thu, 10 Jan 2019 11:28:46 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -5.935
X-Spam-Level: 
X-Spam-Status: No, score=-5.935 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIMWL_WL_HIGH=-4.553, DKIM_SIGNED=0.1, DKIM_VALID=-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_PASS=-0.001] autolearn=ham autolearn_force=no
Authentication-Results: ietfa.amsl.com (amavisd-new); dkim=pass (1024-bit key) header.d=github.com
Received: 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-ZqGficSp6g for <quic-issues@ietfa.amsl.com>; Thu, 10 Jan 2019 11:28:45 -0800 (PST)
Received: from o4.sgmail.github.com (o4.sgmail.github.com [192.254.112.99]) (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 428FC13121E for <quic-issues@ietf.org>; Thu, 10 Jan 2019 11:28:44 -0800 (PST)
DKIM-Signature: v=1; a=rsa-sha1; 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=wXi13Sa43XJOjjv5lUDTDDe4oio=; b=qKOVIQhJTN+p51Ph DvjP55jHIYUsuibljIJeRKi58lmmDT7iGUT09i+tDTBSOrjUG7FaceJ06MRl9N24 Gig3fsfduST8zof8fhJP7piI2Tt9dGuU3hvDIRjFczQ4lsjHxN8Iq7ZX4Dwp1VId twDxVgy4akoUTQQ0mOPtgQ8F0cM=
Received: by filter0070p1iad2.sendgrid.net with SMTP id filter0070p1iad2-7941-5C379CEB-2 2019-01-10 19:28:43.284603529 +0000 UTC m=+222797.074656410
Received: from github-lowworker-63e61ec.cp1-iad.github.net (unknown [192.30.252.36]) by ismtpd0027p1iad2.sendgrid.net (SG) with ESMTP id QcD-ET1PQn-e2UECxr_yxQ for <quic-issues@ietf.org>; Thu, 10 Jan 2019 19:28:43.296 +0000 (UTC)
Received: from github.com (localhost [127.0.0.1]) by github-lowworker-63e61ec.cp1-iad.github.net (Postfix) with ESMTP id 476972A0D50 for <quic-issues@ietf.org>; Thu, 10 Jan 2019 11:28:43 -0800 (PST)
Date: Thu, 10 Jan 2019 19:28:43 +0000 (UTC)
From: ianswett <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+0166e4ab9915cb85fca64da1867714e2677faae3e858f3d092cf00000001184f5eeb92a169ce16d1c244@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/pull/2028/issue_event/2066775766@github.com>
In-Reply-To: <quicwg/base-drafts/pull/2028@github.com>
References: <quicwg/base-drafts/pull/2028@github.com>
Subject: Re: [quicwg/base-drafts] Ignore loss of undecryptable packets (#2028)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5c379ceb45ca5_58753ff3ab8d45bc1595f2"; 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
X-SG-EID: l64QuQ2uJCcEyUykJbxN122A6QRmEpucztpreh3Pak2j4iVAD7toVsGZymcnv+LeFqNqNbaM6O0BHd 0oPpRNoloXtS2a8Hs9/i8IsFFW2jRYJWOOtc51BIVkqnJ0mP1co4TmNNG5PvTTu5ExGEOKVEQjmyrP 1sPW3cslOK69IKpRCc3zUEaUe7U/5G83rJDPQfmWAxUWBHVztTgOCynPLQ==
Archived-At: <https://mailarchive.ietf.org/arch/msg/quic-issues/Z-Yv3lnUm_XpjDFLWc2CWrqM6Vo>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
List-Id: Notification list for GitHub issues related to the QUIC WG <quic-issues.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=unsubscribe>
List-Archive: <https://mailarchive.ietf.org/arch/browse/quic-issues/>
List-Post: <mailto:quic-issues@ietf.org>
List-Help: <mailto:quic-issues-request@ietf.org?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, 10 Jan 2019 19:28:47 -0000

----==_mimepart_5c379ceb45ca5_58753ff3ab8d45bc1595f2
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

Closed #2028.

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/quicwg/base-drafts/pull/2028#event-2066775766
----==_mimepart_5c379ceb45ca5_58753ff3ab8d45bc1595f2
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="382845508" data-permission-text="Issue title is private" data-url="https://github.com/quicwg/base-drafts/issues/2028" data-hovercard-type="pull_request" data-hovercard-url="/quicwg/base-drafts/pull/2028/hovercard" href="https://github.com/quicwg/base-drafts/pull/2028">#2028</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/2028#event-2066775766">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AWbkq_cG_Uw6SgQmdUIB1N_zA2GQA8Uqks5vB5RrgaJpZM4Yr6j5">mute the thread</a>.<img src="https://github.com/notifications/beacon/AWbkq5NhujtFLi8z3iHz28oV_Mkv-esOks5vB5RrgaJpZM4Yr6j5.gif" height="1" width="1" alt="" /></p>
<script type="application/json" data-scope="inboxmarkup">{"api_version":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name":"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"https://github.githubassets.com/images/email/message_cards/header.png","avatar_image_url":"https://github.githubassets.com/images/email/message_cards/avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/quicwg/base-drafts"}},"updates":{"snippets":[{"icon":"DESCRIPTION","message":"Closed #2028."}],"action":{"name":"View Pull Request","url":"https://github.com/quicwg/base-drafts/pull/2028#event-2066775766"}}}</script>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/pull/2028#event-2066775766",
"url": "https://github.com/quicwg/base-drafts/pull/2028#event-2066775766",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>
----==_mimepart_5c379ceb45ca5_58753ff3ab8d45bc1595f2--


From nobody Thu Jan 10 12: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 A06EE131249 for <quic-issues@ietfa.amsl.com>; Thu, 10 Jan 2019 12:36:46 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -11.149
X-Spam-Level: 
X-Spam-Status: No, score=-11.149 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIMWL_WL_HIGH=-4.553, 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_PASS=-0.001] autolearn=ham autolearn_force=no
Authentication-Results: ietfa.amsl.com (amavisd-new); dkim=pass (1024-bit key) header.d=github.com
Received: from mail.ietf.org ([4.31.198.44]) by localhost (ietfa.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id jrwBRa2ne655 for <quic-issues@ietfa.amsl.com>; Thu, 10 Jan 2019 12:36: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 CDEF313123C for <quic-issues@ietf.org>; Thu, 10 Jan 2019 12:36:44 -0800 (PST)
Date: Thu, 10 Jan 2019 12:36:42 -0800
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1547152602; bh=93Gis0ka4e69x9UdMUgVE8i4dgL8pHYLHe1pnFsKc7c=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=0e5tqxLSytG+VSquhGju6PwSUi0cMb/YbBUVpmJOF4HkZ5y8dsr+fkQagG1j56qwQ wtvul5cEB3LRJ1YRgHx9B+CfkgcxK/+qvj0YoVZEf+i5FKM8GProH4ZZspqNogagoo 6VK173WqzpswhcWpAHtoIeRkOU9IlkJcVs9D5zbQ=
From: ianswett <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+0166e4ab5712dc1152c6ed1afa30479ce6c07f0ca13f786092cf00000001184f6eda92a169ce169ea5c2@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/issues/1989/453244336@github.com>
In-Reply-To: <quicwg/base-drafts/issues/1989@github.com>
References: <quicwg/base-drafts/issues/1989@github.com>
Subject: Re: [quicwg/base-drafts] frame type field of CONNECTION_CLOSE provides little value (#1989)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5c37acdabbce2_1dfe3f89988d45bc1366cf"; 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/JxHYbrB8lfxMU0Yq6axQsYzeBVw>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
List-Id: Notification list for GitHub issues related to the QUIC WG <quic-issues.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=unsubscribe>
List-Archive: <https://mailarchive.ietf.org/arch/browse/quic-issues/>
List-Post: <mailto:quic-issues@ietf.org>
List-Help: <mailto:quic-issues-request@ietf.org?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, 10 Jan 2019 20:36:47 -0000

----==_mimepart_5c37acdabbce2_1dfe3f89988d45bc1366cf
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

I thought in Paris we agreed to remove a bunch of error codes and then we'd add more back later when we knew which ones we wanted.  I would consider Tokyo "later".

But yes, the frame type is mostly useless, and I'd rather have a more specific error code than PROTOCOL_VIOLATION for the cases when there are frame specific 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/issues/1989#issuecomment-453244336
----==_mimepart_5c37acdabbce2_1dfe3f89988d45bc1366cf
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: quoted-printable

<p>I thought in Paris we agreed to remove a bunch of error codes and then=
 we'd add more back later when we knew which ones we wanted.  I would con=
sider Tokyo "later".</p>
<p>But yes, the frame type is mostly useless, and I'd rather have a more =
specific error code than PROTOCOL_VIOLATION for the cases when there are =
frame specific errors.</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/1989#issuecomment-453244336">view it on GitHub</a>,=
 or <a href=3D"https://github.com/notifications/unsubscribe-auth/AWbkq9Tx=
CIaQfI1ZDG_DukNpe0VRq6MMks5vB6RagaJpZM4YYWeK">mute the thread</a>.<img sr=
c=3D"https://github.com/notifications/beacon/AWbkq8Dt6JZAqrmIyk3wyxYMJjW_=
5__tks5vB6RagaJpZM4YYWeK.gif" height=3D"1" width=3D"1" alt=3D"" /></p>
<script type=3D"application/json" data-scope=3D"inboxmarkup">{"api_versio=
n":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name"=
:"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"=
quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"http=
s://github.githubassets.com/images/email/message_cards/header.png","avata=
r_image_url":"https://github.githubassets.com/images/email/message_cards/=
avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/q=
uicwg/base-drafts"}},"updates":{"snippets":[{"icon":"PERSON","message":"@=
ianswett in #1989: I thought in Paris we agreed to remove a bunch of erro=
r codes and then we'd add more back later when we knew which ones we want=
ed.  I would consider Tokyo \"later\".\r\n\r\nBut yes, the frame type is =
mostly useless, and I'd rather have a more specific error code than PROTO=
COL_VIOLATION for the cases when there are frame specific errors."}],"act=
ion":{"name":"View Issue","url":"https://github.com/quicwg/base-drafts/is=
sues/1989#issuecomment-453244336"}}}</script>
<script type=3D"application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/issues/1989#issuecomment=
-453244336",
"url": "https://github.com/quicwg/base-drafts/issues/1989#issuecomment-45=
3244336",
"name": "View Issue"
},
"description": "View this Issue on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>=

----==_mimepart_5c37acdabbce2_1dfe3f89988d45bc1366cf--


From nobody Thu Jan 10 12:40: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 AE10813124B for <quic-issues@ietfa.amsl.com>; Thu, 10 Jan 2019 12:40:24 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -11.007
X-Spam-Level: 
X-Spam-Status: No, score=-11.007 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIMWL_WL_HIGH=-4.553, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, HTML_IMAGE_ONLY_20=1.546, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-1, RCVD_IN_DNSWL_HI=-5, SPF_PASS=-0.001] autolearn=ham autolearn_force=no
Authentication-Results: ietfa.amsl.com (amavisd-new); dkim=pass (1024-bit key) header.d=github.com
Received: from mail.ietf.org ([4.31.198.44]) by localhost (ietfa.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id hlvJvtcK392Y for <quic-issues@ietfa.amsl.com>; Thu, 10 Jan 2019 12:40:23 -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 53DD313123C for <quic-issues@ietf.org>; Thu, 10 Jan 2019 12:40:23 -0800 (PST)
Date: Thu, 10 Jan 2019 12:40:22 -0800
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1547152822; bh=whugsXT0v+8zB6quhqrnDfiak5+lHNifSZO91GNDaj0=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=u0M+Hd4Q8CiNS0j4PITCiobbAHpUKvcX6GEP2Ounq8n+5JfxJOfIKNeLa9MjffG+I qOTPWe957Z6aEL3iFB03GcijDA7/zPVmrbWRBekgPIcUXOMg6mhTLJWCAxDKIDqAf/ hjohGhqDwgjwkKeBILV4CVwxpCUrOs6ot7izEY94=
From: ianswett <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+0166e4abbc394c8ff548cbb8c836cf50619df718a3a81eee92cf00000001184f6fb692a169ce179e43e2@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/issues/2299/453245429@github.com>
In-Reply-To: <quicwg/base-drafts/issues/2299@github.com>
References: <quicwg/base-drafts/issues/2299@github.com>
Subject: Re: [quicwg/base-drafts] consider making the varint encoding unique (#2299)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5c37adb660d30_46593fa7a24d45c01989f0"; 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/gR6tq4uVmNTGre58jYBcueuDeIM>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
List-Id: Notification list for GitHub issues related to the QUIC WG <quic-issues.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=unsubscribe>
List-Archive: <https://mailarchive.ietf.org/arch/browse/quic-issues/>
List-Post: <mailto:quic-issues@ietf.org>
List-Help: <mailto:quic-issues-request@ietf.org?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, 10 Jan 2019 20:40:25 -0000

----==_mimepart_5c37adb660d30_46593fa7a24d45c01989f0
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

I'd rather close this with no action at this point.  I can't see us getting to consensus to do this in v1.

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/quicwg/base-drafts/issues/2299#issuecomment-453245429
----==_mimepart_5c37adb660d30_46593fa7a24d45c01989f0
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

<p>I'd rather close this with no action at this point.  I can't see us getting to consensus to do this in v1.</p>

<p style="font-size:small;-webkit-text-size-adjust:none;color:#666;">&mdash;<br />You are receiving this because you are subscribed to this thread.<br />Reply to this email directly, <a href="https://github.com/quicwg/base-drafts/issues/2299#issuecomment-453245429">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AWbkq-U9LqpxE6nahzFCViAzHV67wTHNks5vB6U2gaJpZM4ZyX3n">mute the thread</a>.<img src="https://github.com/notifications/beacon/AWbkq1wOoPy34pX01QVdpXJdFKTPJuIuks5vB6U2gaJpZM4ZyX3n.gif" height="1" width="1" alt="" /></p>
<script type="application/json" data-scope="inboxmarkup">{"api_version":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name":"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"https://github.githubassets.com/images/email/message_cards/header.png","avatar_image_url":"https://github.githubassets.com/images/email/message_cards/avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/quicwg/base-drafts"}},"updates":{"snippets":[{"icon":"PERSON","message":"@ianswett in #2299: I'd rather close this with no action at this point.  I can't see us getting to consensus to do this in v1."}],"action":{"name":"View Issue","url":"https://github.com/quicwg/base-drafts/issues/2299#issuecomment-453245429"}}}</script>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/issues/2299#issuecomment-453245429",
"url": "https://github.com/quicwg/base-drafts/issues/2299#issuecomment-453245429",
"name": "View Issue"
},
"description": "View this Issue on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>
----==_mimepart_5c37adb660d30_46593fa7a24d45c01989f0--


From nobody Thu Jan 10 12:55:57 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 1C680130F3F for <quic-issues@ietfa.amsl.com>; Thu, 10 Jan 2019 12:55:56 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -5.935
X-Spam-Level: 
X-Spam-Status: No, score=-5.935 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIMWL_WL_HIGH=-4.553, DKIM_SIGNED=0.1, DKIM_VALID=-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_PASS=-0.001] autolearn=ham autolearn_force=no
Authentication-Results: ietfa.amsl.com (amavisd-new); dkim=pass (1024-bit key) header.d=github.com
Received: from mail.ietf.org ([4.31.198.44]) by localhost (ietfa.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id ZbvGEMR7S51d for <quic-issues@ietfa.amsl.com>; Thu, 10 Jan 2019 12:55:54 -0800 (PST)
Received: from o4.sgmail.github.com (o4.sgmail.github.com [192.254.112.99]) (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 636B012896A for <quic-issues@ietf.org>; Thu, 10 Jan 2019 12:55:54 -0800 (PST)
DKIM-Signature: v=1; a=rsa-sha1; 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=1N+6PUJ+yu7k/HVqUi4BcedSJC4=; b=czwv51Z7RhbOfDRv eesthHBp1kLDM9KPt8yr+j8t2ANcOG6SZ7QnIRfcHEPjpjCv8gpHFi5AqI6ZvPp5 mDKb+Fu3RBvOPEKJ+5kQfoHpp4YRouY5VOpQerphuNOuDcHUvkIPrPpXdBsMYr5Z FDp9/bc9DO1hgGiCK1oCCCtMhm4=
Received: by filter0189p1iad2.sendgrid.net with SMTP id filter0189p1iad2-25879-5C37B158-28 2019-01-10 20:55:52.958396255 +0000 UTC m=+4565.194694351
Received: from github-lowworker-1ffe0ab.cp1-iad.github.net (unknown [192.30.252.38]) by ismtpd0027p1iad2.sendgrid.net (SG) with ESMTP id xBtHRzR6RsWthGw2xe206w for <quic-issues@ietf.org>; Thu, 10 Jan 2019 20:55:53.013 +0000 (UTC)
Received: from github.com (localhost [127.0.0.1]) by github-lowworker-1ffe0ab.cp1-iad.github.net (Postfix) with ESMTP id 03FC73811DD for <quic-issues@ietf.org>; Thu, 10 Jan 2019 12:55:53 -0800 (PST)
Date: Thu, 10 Jan 2019 20:55:53 +0000 (UTC)
From: Martin Thomson <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+0166e4ab249498bf193a57123d930f5340bbae942f68f65592cf00000001184f735892a169ce17afe293@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/pull/2322/review/191410128@github.com>
In-Reply-To: <quicwg/base-drafts/pull/2322@github.com>
References: <quicwg/base-drafts/pull/2322@github.com>
Subject: Re: [quicwg/base-drafts] Prioritization edits (#2322)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5c37b15926e6_4e583f98948d45c029875"; 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-SG-EID: l64QuQ2uJCcEyUykJbxN122A6QRmEpucztpreh3Pak3nGJDH+y9BkEUoSdMCJEseRCRDUJalqHkzH+ KHtiGn/xZ7mU1ca00PIgR2/kd03zyntHTXtpq/w0IYdjgxJOhbVhcwgnymmc/BfmdG/ukBTt66bz+x Oe2cW+gNUVrz+4/N8smY38LGxb4lmkATMIhDMgpEX7RPZJcPq76G39yf78zQpgX+n0Qv9jkuBtbgHx g=
Archived-At: <https://mailarchive.ietf.org/arch/msg/quic-issues/N4rkvDhKNH-Nvcrp1LU55VMXA6k>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
List-Id: Notification list for GitHub issues related to the QUIC WG <quic-issues.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=unsubscribe>
List-Archive: <https://mailarchive.ietf.org/arch/browse/quic-issues/>
List-Post: <mailto:quic-issues@ietf.org>
List-Help: <mailto:quic-issues-request@ietf.org?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, 10 Jan 2019 20:55:56 -0000

----==_mimepart_5c37b15926e6_4e583f98948d45c029875
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

martinthomson commented on this pull request.



>  
 Due to reordering between streams, an element can also be prioritized which is
 not yet in the tree. Such elements are added to the tree with the requested
 priority.
 
+

```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/2322#discussion_r246917509
----==_mimepart_5c37b15926e6_4e583f98948d45c029875
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/2322#discussion=
_r246917509">draft-ietf-quic-http.md</a>:</p>=0D
<pre style=3D'color:#555'>&gt;  =0D
 Due to reordering between streams, an element can also be prioritized whic=
h is=0D
 not yet in the tree. Such elements are added to the tree with the requeste=
d=0D
 priority.=0D
 =0D
+=0D
</pre>=0D
=E2=AC=87=EF=B8=8F Suggested change=0D
<pre style=3D"color: #555">-=0D
</pre>=0D
=0D
=0D
<p style=3D"font-size:small;-webkit-text-size-adjust:none;color:#666;">&mda=
sh;<br />You are receiving this because you are subscribed to this thread.<=
br />Reply to this email directly, <a href=3D"https://github.com/quicwg/bas=
e-drafts/pull/2322#discussion_r246917509">view it on GitHub</a>, or <a href=
=3D"https://github.com/notifications/unsubscribe-auth/AWbkq_CM9-rh-IE15oxZO=
M6GZz8SEaXUks5vB6jZgaJpZM4Z3n_A">mute the thread</a>.<img src=3D"https://gi=
thub.com/notifications/beacon/AWbkq3yGOZWTQkVZsyt_R5HMT-POgWqZks5vB6jZgaJpZ=
M4Z3n_A.gif" height=3D"1" width=3D"1" alt=3D"" /></p>=0D
<script type=3D"application/json" data-scope=3D"inboxmarkup">{"api_version"=
:"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name":"Gi=
tHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"quicwg=
/base-drafts","subtitle":"GitHub repository","main_image_url":"https://gith=
ub.githubassets.com/images/email/message_cards/header.png","avatar_image_ur=
l":"https://github.githubassets.com/images/email/message_cards/avatar.png",=
"action":{"name":"Open in GitHub","url":"https://github.com/quicwg/base-dra=
fts"}},"updates":{"snippets":[{"icon":"PERSON","message":"@martinthomson co=
mmented on #2322"}],"action":{"name":"View Pull Request","url":"https://git=
hub.com/quicwg/base-drafts/pull/2322#discussion_r246917509"}}}</script>=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/2322#discussion_r2469=
17509",=0D
"url": "https://github.com/quicwg/base-drafts/pull/2322#discussion_r2469175=
09",=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_5c37b15926e6_4e583f98948d45c029875--


From nobody Thu Jan 10 13:14: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 5E0C3130F3F for <quic-issues@ietfa.amsl.com>; Thu, 10 Jan 2019 13:14:39 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -12.553
X-Spam-Level: 
X-Spam-Status: No, score=-12.553 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIMWL_WL_HIGH=-4.553, 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_PASS=-0.001] autolearn=ham autolearn_force=no
Authentication-Results: ietfa.amsl.com (amavisd-new); dkim=pass (1024-bit key) header.d=github.com
Received: from mail.ietf.org ([4.31.198.44]) by localhost (ietfa.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id qt5gQvTgRZHA for <quic-issues@ietfa.amsl.com>; Thu, 10 Jan 2019 13:14: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 6640812896A for <quic-issues@ietf.org>; Thu, 10 Jan 2019 13:14:37 -0800 (PST)
Date: Thu, 10 Jan 2019 13:14:35 -0800
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1547154875; bh=Rs6eMUgGfpYeGIIiiNbbI4SW7NKVTmlMVFCFsAPY+4M=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=VUUfxMjeATlD9+eaioZ/eku/ckC1KQMRJUO3W2J0XDg+77jKikvqW339QvxpT6Y08 YmTEC0VTBIYi44Netv8XapCyorIUb3TaJCVAFO2bbDehUF7a8TO9RCX18PdOyk9Qn1 HXYRijHp3YqMbCm1+euz56QVBjy8usQKGgo5knDo=
From: Martin Thomson <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+0166e4ab413ea5453d8634b5f4411ccd40463b14c1c2a73d92cf00000001184f77bb92a169ce17b7938d@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/issues/2329/453256192@github.com>
In-Reply-To: <quicwg/base-drafts/issues/2329@github.com>
References: <quicwg/base-drafts/issues/2329@github.com>
Subject: Re: [quicwg/base-drafts] Actions to take when Reserved Bits are not Zero (#2329)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5c37b5bbea049_7a5e3fd2212d45b4153577"; 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/1Mb49mR0CcJcvPquYQwtiZ7-FLY>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
List-Id: Notification list for GitHub issues related to the QUIC WG <quic-issues.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=unsubscribe>
List-Archive: <https://mailarchive.ietf.org/arch/browse/quic-issues/>
List-Post: <mailto:quic-issues@ietf.org>
List-Help: <mailto:quic-issues-request@ietf.org?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, 10 Jan 2019 21:14:39 -0000

----==_mimepart_5c37b5bbea049_7a5e3fd2212d45b4153577
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

Thanks for opening the issue.  One point about the second and third options.

> if we simply discard there is no response for the attacker to measure

This is only true if there is no adjacent activity.  I would advise not taking timing side-channels so lightly.

> that possibility was decisively rejected in #2022 

That discussion was mostly about leaving the bits unprotected.  That said, the option of ignoring the bits is potentially valid, but it could give an attacker some leverage on the header protection key.  It wouldn't be much, but it was what pushed me toward the current 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/2329#issuecomment-453256192
----==_mimepart_5c37b5bbea049_7a5e3fd2212d45b4153577
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: quoted-printable

<p>Thanks for opening the issue.  One point about the second and third op=
tions.</p>
<blockquote>
<p>if we simply discard there is no response for the attacker to measure<=
/p>
</blockquote>
<p>This is only true if there is no adjacent activity.  I would advise no=
t taking timing side-channels so lightly.</p>
<blockquote>
<p>that possibility was decisively rejected in <a class=3D"issue-link js-=
issue-link" data-error-text=3D"Failed to load issue title" data-id=3D"382=
467511" data-permission-text=3D"Issue title is private" data-url=3D"https=
://github.com/quicwg/base-drafts/issues/2022" data-hovercard-type=3D"issu=
e" data-hovercard-url=3D"/quicwg/base-drafts/issues/2022/hovercard" href=3D=
"https://github.com/quicwg/base-drafts/issues/2022">#2022</a></p>
</blockquote>
<p>That discussion was mostly about leaving the bits unprotected.  That s=
aid, the option of ignoring the bits is potentially valid, but it could g=
ive an attacker some leverage on the header protection key.  It wouldn't =
be much, but it was what pushed me toward the current design.</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/2329#issuecomment-453256192">view it on GitHub</a>,=
 or <a href=3D"https://github.com/notifications/unsubscribe-auth/AWbkq44j=
DyBAp2PhWNisFykJvzbm_4pQks5vB607gaJpZM4Z51e8">mute the thread</a>.<img sr=
c=3D"https://github.com/notifications/beacon/AWbkq3PelXBx-a1-TO0gwfje1PEq=
qkjnks5vB607gaJpZM4Z51e8.gif" height=3D"1" width=3D"1" alt=3D"" /></p>
<script type=3D"application/json" data-scope=3D"inboxmarkup">{"api_versio=
n":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name"=
:"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"=
quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"http=
s://github.githubassets.com/images/email/message_cards/header.png","avata=
r_image_url":"https://github.githubassets.com/images/email/message_cards/=
avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/q=
uicwg/base-drafts"}},"updates":{"snippets":[{"icon":"PERSON","message":"@=
martinthomson in #2329: Thanks for opening the issue.  One point about th=
e second and third options.\r\n\r\n\u003e if we simply discard there is n=
o response for the attacker to measure\r\n\r\nThis is only true if there =
is no adjacent activity.  I would advise not taking timing side-channels =
so lightly.\r\n\r\n\u003e that possibility was decisively rejected in #20=
22 \r\n\r\nThat discussion was mostly about leaving the bits unprotected.=
  That said, the option of ignoring the bits is potentially valid, but it=
 could give an attacker some leverage on the header protection key.  It w=
ouldn't be much, but it was what pushed me toward the current design."}],=
"action":{"name":"View Issue","url":"https://github.com/quicwg/base-draft=
s/issues/2329#issuecomment-453256192"}}}</script>
<script type=3D"application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/issues/2329#issuecomment=
-453256192",
"url": "https://github.com/quicwg/base-drafts/issues/2329#issuecomment-45=
3256192",
"name": "View Issue"
},
"description": "View this Issue on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>=

----==_mimepart_5c37b5bbea049_7a5e3fd2212d45b4153577--


From nobody Thu Jan 10 13:29: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 74531131265 for <quic-issues@ietfa.amsl.com>; Thu, 10 Jan 2019 13:29:10 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -7.552
X-Spam-Level: 
X-Spam-Status: No, score=-7.552 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIMWL_WL_HIGH=-4.553, 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_PASS=-0.001] autolearn=ham autolearn_force=no
Authentication-Results: ietfa.amsl.com (amavisd-new); dkim=pass (1024-bit key) header.d=github.com
Received: 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_ZZz8vyNkwo for <quic-issues@ietfa.amsl.com>; Thu, 10 Jan 2019 13:29:08 -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 961C0124B0C for <quic-issues@ietf.org>; Thu, 10 Jan 2019 13:29:08 -0800 (PST)
DKIM-Signature: v=1; a=rsa-sha1; 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=7vvblb7Nr6If/kSDAFS/s0Zu96M=; b=ok8A/Rvd2M9zm3Yb D2qWHFZFOgDRVF8cV4c4rhDvmtm0BoDld6dQqRcRfcyX39AZDD2JLBGh8fwEjf8/ Be+N3ETo3Y6jKTu/PBKFvi7ZeZ4igqfFTiRDsM1AX1/KAegevdDCm60+ZuX8jAyI aEjjrNwMwLZ5/dpyuFDFQk6OvKw=
Received: by filter1322p1mdw1.sendgrid.net with SMTP id filter1322p1mdw1-15730-5C37B923-25 2019-01-10 21:29:07.703395228 +0000 UTC m=+243923.980191129
Received: from github-lowworker-1ffe0ab.cp1-iad.github.net (unknown [192.30.252.38]) by ismtpd0040p1iad1.sendgrid.net (SG) with ESMTP id bxDQQrUrSr-q9wePYtFwSg for <quic-issues@ietf.org>; Thu, 10 Jan 2019 21:29:07.767 +0000 (UTC)
Received: from github.com (localhost [127.0.0.1]) by github-lowworker-1ffe0ab.cp1-iad.github.net (Postfix) with ESMTP id B9C9D3806FA for <quic-issues@ietf.org>; Thu, 10 Jan 2019 13:29:07 -0800 (PST)
Date: Thu, 10 Jan 2019 21:29:07 +0000 (UTC)
From: Kazuho Oku <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+0166e4aba10ee6029be5d2fe3a0fd582df1e4bb6caedbaf192cf00000001184f7b2392a169ce17b7938d@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/issues/2329/453260777@github.com>
In-Reply-To: <quicwg/base-drafts/issues/2329@github.com>
References: <quicwg/base-drafts/issues/2329@github.com>
Subject: Re: [quicwg/base-drafts] Actions to take when Reserved Bits are not Zero (#2329)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5c37b923b7edf_55ea3f8b628d45b417058d"; 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: l64QuQ2uJCcEyUykJbxN122A6QRmEpucztpreh3Pak0R8ePFJaQa6MOi10ne/5N2AJwDA0RMMdij+p u8vnsLWsoTZyXqyc5Idv6xgKpZmAWguoBmiidL/sJs6t2pZv6f6/NPc6gOBTFXZXcILtirVmm33cCN a2RHpvBd1fGm2dCQZeLzVFG2jlOKJaUH5Krm9anXs/Di/kSmmtXlPugGIj15mu9LvZfgNLPDkyHW00 0=
Archived-At: <https://mailarchive.ietf.org/arch/msg/quic-issues/8D80f93IBzHXSqTte4zKjTVquCs>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
List-Id: Notification list for GitHub issues related to the QUIC WG <quic-issues.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=unsubscribe>
List-Archive: <https://mailarchive.ietf.org/arch/browse/quic-issues/>
List-Post: <mailto:quic-issues@ietf.org>
List-Help: <mailto:quic-issues-request@ietf.org?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, 10 Jan 2019 21:29:10 -0000

----==_mimepart_5c37b923b7edf_55ea3f8b628d45b417058d
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

Testing the bits prior to AEAD-decryption (option 2) is a no-go. While I am not sure if doing that exposes any information (because there is _no_ information carried by the reserved bits), I prefer having a consistent rule on when the results of header (un)protection can be used.

I think that the choice should be either status-quo or require the receiver to ignore the bits, with the slight preference towards the former.

Honestly, I do not see what we get by requiring the receiver to ignore the bits, because they should not be used in any way without negotiation, to avoid endpoints applying different meanings to the 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/2329#issuecomment-453260777
----==_mimepart_5c37b923b7edf_55ea3f8b628d45b417058d
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: quoted-printable

<p>Testing the bits prior to AEAD-decryption (option 2) is a no-go. While I=
 am not sure if doing that exposes any information (because there is <em>no=
</em> information carried by the reserved bits), I prefer having a consiste=
nt rule on when the results of header (un)protection can be used.</p>
<p>I think that the choice should be either status-quo or require the recei=
ver to ignore the bits, with the slight preference towards the former.</p>
<p>Honestly, I do not see what we get by requiring the receiver to ignore t=
he bits, because they should not be used in any way without negotiation, to=
 avoid endpoints applying different meanings to the bits.</p>

<p style=3D"font-size:small;-webkit-text-size-adjust:none;color:#666;">&mda=
sh;<br />You are receiving this because you are subscribed to this thread.<=
br />Reply to this email directly, <a href=3D"https://github.com/quicwg/bas=
e-drafts/issues/2329#issuecomment-453260777">view it on GitHub</a>, or <a h=
ref=3D"https://github.com/notifications/unsubscribe-auth/AWbkq9tGpshJ5wQXK6=
RD_NIAHJqXwFlJks5vB7CjgaJpZM4Z51e8">mute the thread</a>.<img src=3D"https:/=
/github.com/notifications/beacon/AWbkq7JtqF143tzaUTSoZ4CwpoyLOy6Tks5vB7Cjga=
JpZM4Z51e8.gif" height=3D"1" width=3D"1" alt=3D"" /></p>
<script type=3D"application/json" data-scope=3D"inboxmarkup">{"api_version"=
:"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name":"Gi=
tHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"quicwg=
/base-drafts","subtitle":"GitHub repository","main_image_url":"https://gith=
ub.githubassets.com/images/email/message_cards/header.png","avatar_image_ur=
l":"https://github.githubassets.com/images/email/message_cards/avatar.png",=
"action":{"name":"Open in GitHub","url":"https://github.com/quicwg/base-dra=
fts"}},"updates":{"snippets":[{"icon":"PERSON","message":"@kazuho in #2329:=
 Testing the bits prior to AEAD-decryption (option 2) is a no-go. While I a=
m not sure if doing that exposes any information (because there is _no_ inf=
ormation carried by the reserved bits), I prefer having a consistent rule o=
n when the results of header (un)protection can be used.\r\n\r\nI think tha=
t the choice should be either status-quo or require the receiver to ignore =
the bits, with the slight preference towards the former.\r\n\r\nHonestly, I=
 do not see what we get by requiring the receiver to ignore the bits, becau=
se they should not be used in any way without negotiation, to avoid endpoin=
ts applying different meanings to the bits."}],"action":{"name":"View Issue=
","url":"https://github.com/quicwg/base-drafts/issues/2329#issuecomment-453=
260777"}}}</script>
<script type=3D"application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/issues/2329#issuecomment-4=
53260777",
"url": "https://github.com/quicwg/base-drafts/issues/2329#issuecomment-4532=
60777",
"name": "View Issue"
},
"description": "View this Issue on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>=

----==_mimepart_5c37b923b7edf_55ea3f8b628d45b417058d--


From nobody Thu Jan 10 13:32: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 B2089131054 for <quic-issues@ietfa.amsl.com>; Thu, 10 Jan 2019 13:32:00 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -11.149
X-Spam-Level: 
X-Spam-Status: No, score=-11.149 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIMWL_WL_HIGH=-4.553, 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_PASS=-0.001] autolearn=ham autolearn_force=no
Authentication-Results: ietfa.amsl.com (amavisd-new); dkim=pass (1024-bit key) header.d=github.com
Received: from mail.ietf.org ([4.31.198.44]) by localhost (ietfa.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id QaRGkUX099Yr for <quic-issues@ietfa.amsl.com>; Thu, 10 Jan 2019 13:31: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 DD2E4130FDA for <quic-issues@ietf.org>; Thu, 10 Jan 2019 13:31:58 -0800 (PST)
Date: Thu, 10 Jan 2019 13:31:58 -0800
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1547155918; bh=fpYJn5T45uWVj2gHvA9/mqPvbveME11dxxO8L67s5Ow=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=u0N7xZFeDjfSp3/Dm70RNCrM7ZDc1k1ztNw53g6Knzq8J/xDUNoiYBRtKGSxqGjFZ 2cCUCFmLoTXCf3Lxz4qUeZ2XtkiHMJsNaJBFhn6+sF+1c/zgGYfS7+9o5RSyY/8Aj5 bFJRkV4frJsD4kK0JIHYi79ZPyQPh1d2M+7grhxE=
From: Martin Thomson <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+0166e4ab081fcc4076687623a0b47c7e1544b998e1ddc8d092cf00000001184f7bce92a169ce17b15bb5@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/pull/2325/review/191424433@github.com>
In-Reply-To: <quicwg/base-drafts/pull/2325@github.com>
References: <quicwg/base-drafts/pull/2325@github.com>
Subject: Re: [quicwg/base-drafts] Introduce HTTP_REQUEST_REJECTED (#2325)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5c37b9ce1235c_1ea13fb664ad45bc41827f"; 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/3LvqKEfUcQrpTbh6sPYQ75Kw9Qs>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
List-Id: Notification list for GitHub issues related to the QUIC WG <quic-issues.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=unsubscribe>
List-Archive: <https://mailarchive.ietf.org/arch/browse/quic-issues/>
List-Post: <mailto:quic-issues@ietf.org>
List-Help: <mailto:quic-issues-request@ietf.org?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, 10 Jan 2019 21:32:01 -0000

----==_mimepart_5c37b9ce1235c_1ea13fb664ad45bc41827f
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

martinthomson commented on this pull request.



> @@ -963,20 +963,20 @@ for each header field.
 
 ### Request Cancellation
 
-Either client or server can cancel requests by aborting the stream (QUIC
-RESET_STREAM and/or STOP_SENDING frames, as appropriate) with an error code of
+Clients can cancel requests by aborting the stream (QUIC RESET_STREAM and/or
+STOP_SENDING frames, as appropriate) with an error code of
 HTTP_REQUEST_CANCELLED ({{http-error-codes}}).  When the client cancels a
 response, it indicates that this response is no longer of interest.
 Implementations SHOULD cancel requests by aborting both directions of a stream.

Right. The trick here is that a cancelled request can't be automatically retried.  A rejected one can be.  So using _REJECTED is preferable.

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/quicwg/base-drafts/pull/2325#discussion_r246928366
----==_mimepart_5c37b9ce1235c_1ea13fb664ad45bc41827f
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/2325#discussion_r246928366">draft-ietf-quic-http.md</a>:</p>
<pre style='color:#555'>&gt; @@ -963,20 +963,20 @@ for each header field.
 
 ### Request Cancellation
 
-Either client or server can cancel requests by aborting the stream (QUIC
-RESET_STREAM and/or STOP_SENDING frames, as appropriate) with an error code of
+Clients can cancel requests by aborting the stream (QUIC RESET_STREAM and/or
+STOP_SENDING frames, as appropriate) with an error code of
 HTTP_REQUEST_CANCELLED ({{http-error-codes}}).  When the client cancels a
 response, it indicates that this response is no longer of interest.
 Implementations SHOULD cancel requests by aborting both directions of a stream.
</pre>
<p>Right. The trick here is that a cancelled request can't be automatically retried.  A rejected one can be.  So using _REJECTED is preferable.</p>

<p style="font-size:small;-webkit-text-size-adjust:none;color:#666;">&mdash;<br />You are receiving this because you are subscribed to this thread.<br />Reply to this email directly, <a href="https://github.com/quicwg/base-drafts/pull/2325#discussion_r246928366">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AWbkqzJVyosYwHPdKb_zZZWVvRsdH5moks5vB7FOgaJpZM4Z4DzN">mute the thread</a>.<img src="https://github.com/notifications/beacon/AWbkq-AQOB19MF8e7Jl_66-EOjYutPmPks5vB7FOgaJpZM4Z4DzN.gif" height="1" width="1" alt="" /></p>
<script type="application/json" data-scope="inboxmarkup">{"api_version":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name":"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"https://github.githubassets.com/images/email/message_cards/header.png","avatar_image_url":"https://github.githubassets.com/images/email/message_cards/avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/quicwg/base-drafts"}},"updates":{"snippets":[{"icon":"PERSON","message":"@martinthomson commented on #2325"}],"action":{"name":"View Pull Request","url":"https://github.com/quicwg/base-drafts/pull/2325#discussion_r246928366"}}}</script>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/pull/2325#discussion_r246928366",
"url": "https://github.com/quicwg/base-drafts/pull/2325#discussion_r246928366",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>
----==_mimepart_5c37b9ce1235c_1ea13fb664ad45bc41827f--


From nobody Thu Jan 10 14: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 8FA63131285 for <quic-issues@ietfa.amsl.com>; Thu, 10 Jan 2019 14:07:17 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -11.149
X-Spam-Level: 
X-Spam-Status: No, score=-11.149 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIMWL_WL_HIGH=-4.553, 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_PASS=-0.001] autolearn=ham autolearn_force=no
Authentication-Results: ietfa.amsl.com (amavisd-new); dkim=pass (1024-bit key) header.d=github.com
Received: from mail.ietf.org ([4.31.198.44]) by localhost (ietfa.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 7bTlisnCMbrt for <quic-issues@ietfa.amsl.com>; Thu, 10 Jan 2019 14:07: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 EECD513127E for <quic-issues@ietf.org>; Thu, 10 Jan 2019 14:07:15 -0800 (PST)
Date: Thu, 10 Jan 2019 14:07:14 -0800
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1547158034; bh=SGj31IYZa2to/Jr1SmkA9UH0bRPuGpTFHd4tT9kzDGo=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=YgZn2/OpZ8mydYG7f26MJn8Mt+whPK5QwBfOmmjaYbqW5UZZ4DDDaUAYEgLadXcRD lX0iCFNHzLfIa/44tHGzqN9asvWxCis9ylnFAl2uMelXjDCgWikLRFyXoNNd32cMus joUCCcOIT6penAE/t02scXTkdKmbPuPT1y3uAGaM=
From: David Schinazi <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+0166e4ab3373e8814ad05fa777d8f46b922d3e1e09c63ac892cf00000001184f841292a169ce17b15bb5@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/pull/2325/review/191437551@github.com>
In-Reply-To: <quicwg/base-drafts/pull/2325@github.com>
References: <quicwg/base-drafts/pull/2325@github.com>
Subject: Re: [quicwg/base-drafts] Introduce HTTP_REQUEST_REJECTED (#2325)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5c37c212cef89_d883f98f24d45c02997d5"; 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/k1s1FuksHJEqNxEStP788iu4VYQ>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
List-Id: Notification list for GitHub issues related to the QUIC WG <quic-issues.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=unsubscribe>
List-Archive: <https://mailarchive.ietf.org/arch/browse/quic-issues/>
List-Post: <mailto:quic-issues@ietf.org>
List-Help: <mailto:quic-issues-request@ietf.org?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, 10 Jan 2019 22:07:17 -0000

----==_mimepart_5c37c212cef89_d883f98f24d45c02997d5
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

DavidSchinazi commented on this pull request.



> @@ -963,20 +963,20 @@ for each header field.
 
 ### Request Cancellation
 
-Either client or server can cancel requests by aborting the stream (QUIC
-RESET_STREAM and/or STOP_SENDING frames, as appropriate) with an error code of
+Clients can cancel requests by aborting the stream (QUIC RESET_STREAM and/or
+STOP_SENDING frames, as appropriate) with an error code of
 HTTP_REQUEST_CANCELLED ({{http-error-codes}}).  When the client cancels a
 response, it indicates that this response is no longer of interest.
 Implementations SHOULD cancel requests by aborting both directions of a stream.

Ah, I see. I agree. Hmmm not sure how to clarify the text so others aren't confused the same way I was 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/2325#discussion_r246938562
----==_mimepart_5c37c212cef89_d883f98f24d45c02997d5
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/2325#discussion_r246938562">draft-ietf-quic-http.md</a>:</p>
<pre style='color:#555'>&gt; @@ -963,20 +963,20 @@ for each header field.
 
 ### Request Cancellation
 
-Either client or server can cancel requests by aborting the stream (QUIC
-RESET_STREAM and/or STOP_SENDING frames, as appropriate) with an error code of
+Clients can cancel requests by aborting the stream (QUIC RESET_STREAM and/or
+STOP_SENDING frames, as appropriate) with an error code of
 HTTP_REQUEST_CANCELLED ({{http-error-codes}}).  When the client cancels a
 response, it indicates that this response is no longer of interest.
 Implementations SHOULD cancel requests by aborting both directions of a stream.
</pre>
<p>Ah, I see. I agree. Hmmm not sure how to clarify the text so others aren't confused the same way I was 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/2325#discussion_r246938562">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AWbkqzTQMggEDRrtFVxXYbvuQYa_OGy0ks5vB7mSgaJpZM4Z4DzN">mute the thread</a>.<img src="https://github.com/notifications/beacon/AWbkqx8XKqfegmxjR1OXbZQx5N7j7raTks5vB7mSgaJpZM4Z4DzN.gif" height="1" width="1" alt="" /></p>
<script type="application/json" data-scope="inboxmarkup">{"api_version":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name":"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"https://github.githubassets.com/images/email/message_cards/header.png","avatar_image_url":"https://github.githubassets.com/images/email/message_cards/avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/quicwg/base-drafts"}},"updates":{"snippets":[{"icon":"PERSON","message":"@DavidSchinazi commented on #2325"}],"action":{"name":"View Pull Request","url":"https://github.com/quicwg/base-drafts/pull/2325#discussion_r246938562"}}}</script>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/pull/2325#discussion_r246938562",
"url": "https://github.com/quicwg/base-drafts/pull/2325#discussion_r246938562",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>
----==_mimepart_5c37c212cef89_d883f98f24d45c02997d5--


From nobody Thu Jan 10 14: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 393561312BF for <quic-issues@ietfa.amsl.com>; Thu, 10 Jan 2019 14:39:07 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -10.935
X-Spam-Level: 
X-Spam-Status: No, score=-10.935 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIMWL_WL_HIGH=-4.553, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, HTML_IMAGE_ONLY_24=1.618, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-1, RCVD_IN_DNSWL_HI=-5, SPF_PASS=-0.001] autolearn=ham autolearn_force=no
Authentication-Results: ietfa.amsl.com (amavisd-new); dkim=pass (1024-bit key) header.d=github.com
Received: from mail.ietf.org ([4.31.198.44]) by localhost (ietfa.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id Mcn5SZFhJpns for <quic-issues@ietfa.amsl.com>; Thu, 10 Jan 2019 14:39:03 -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 919961312B4 for <quic-issues@ietf.org>; Thu, 10 Jan 2019 14:39:03 -0800 (PST)
Date: Thu, 10 Jan 2019 14:39:02 -0800
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1547159942; bh=z/c3/ePx3s6xfLeC0HQYZDy6tXMfKOev+x+UnqbAEto=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=BS/5haF7dk3NAfq7sXfhZw5TLPWP7S4/I4z3dScu7QOWJnGPIm/Qc2FCjw/8UJ2Yj j4uf/SmYWIcM9SjKPD90MzS6uno6FCaznboCfXt8qt1IzkbEEBhPyrfjLZ/pty+v+z Nt8kAekiP24I2VSBz8GndaIRkSxncRn9cGXjmKB8=
From: Martin Thomson <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+0166e4ab6ab6caa7c29aa143d9713258a41cabf2585c5bd792cf00000001184f8b8692a169ce14f1ae84@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/issue/1678/issue_event/2067168291@github.com>
In-Reply-To: <quicwg/base-drafts/issues/1678@github.com>
References: <quicwg/base-drafts/issues/1678@github.com>
Subject: Re: [quicwg/base-drafts] Does the first byte of stateless reset include random bits? (#1678)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5c37c98691cd0_34933fc14f6d45c0266966"; 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/Vb-uSdGjO1EYdhw7msDEwFAnjDE>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
List-Id: Notification list for GitHub issues related to the QUIC WG <quic-issues.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=unsubscribe>
List-Archive: <https://mailarchive.ietf.org/arch/browse/quic-issues/>
List-Post: <mailto:quic-issues@ietf.org>
List-Help: <mailto:quic-issues-request@ietf.org?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, 10 Jan 2019 22:39:12 -0000

----==_mimepart_5c37c98691cd0_34933fc14f6d45c0266966
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

Closed #1678.

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/quicwg/base-drafts/issues/1678#event-2067168291
----==_mimepart_5c37c98691cd0_34933fc14f6d45c0266966
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="351383172" data-permission-text="Issue title is private" data-url="https://github.com/quicwg/base-drafts/issues/1678" data-hovercard-type="issue" data-hovercard-url="/quicwg/base-drafts/issues/1678/hovercard" href="https://github.com/quicwg/base-drafts/issues/1678">#1678</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/1678#event-2067168291">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AWbkq8Bo18-LHbLbTfAzMMXUB5S7BU3Iks5vB8EGgaJpZM4WApVa">mute the thread</a>.<img src="https://github.com/notifications/beacon/AWbkq1Vl7cNYOJG8jxUR911Hzr5h-Zskks5vB8EGgaJpZM4WApVa.gif" height="1" width="1" alt="" /></p>
<script type="application/json" data-scope="inboxmarkup">{"api_version":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name":"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"https://github.githubassets.com/images/email/message_cards/header.png","avatar_image_url":"https://github.githubassets.com/images/email/message_cards/avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/quicwg/base-drafts"}},"updates":{"snippets":[{"icon":"DESCRIPTION","message":"Closed #1678."}],"action":{"name":"View Issue","url":"https://github.com/quicwg/base-drafts/issues/1678#event-2067168291"}}}</script>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/issues/1678#event-2067168291",
"url": "https://github.com/quicwg/base-drafts/issues/1678#event-2067168291",
"name": "View Issue"
},
"description": "View this Issue on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>
----==_mimepart_5c37c98691cd0_34933fc14f6d45c0266966--


From nobody Thu Jan 10 14:39: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 413B11312CE for <quic-issues@ietfa.amsl.com>; Thu, 10 Jan 2019 14:39:08 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -10.935
X-Spam-Level: 
X-Spam-Status: No, score=-10.935 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIMWL_WL_HIGH=-4.553, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, HTML_IMAGE_ONLY_24=1.618, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-1, RCVD_IN_DNSWL_HI=-5, SPF_PASS=-0.001] autolearn=ham autolearn_force=no
Authentication-Results: ietfa.amsl.com (amavisd-new); dkim=pass (1024-bit key) header.d=github.com
Received: from mail.ietf.org ([4.31.198.44]) by localhost (ietfa.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id UpF95_316bWs for <quic-issues@ietfa.amsl.com>; Thu, 10 Jan 2019 14:39:05 -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 40DA91312B7 for <quic-issues@ietf.org>; Thu, 10 Jan 2019 14:39:04 -0800 (PST)
Date: Thu, 10 Jan 2019 14:39:02 -0800
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1547159942; bh=iTSMJT1HQuN0MOJog9I0+pUqvuISuGKEcLCEQ0O5E0A=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=qZ/3jxahd44Ev7x8FdQdnRLsm6Q61z1hhA9sdGUkzlaYZiDo/LASI8BWAXGhgj9Km PwMwQ1zMLg6nBqRCRYGhuwwbROw0J1mUD2vmdmhWaHj6agZC8y3xXSDk9yXAVBUhSM XRBRrjji15lEKt5YlXU8hYHiZbEQmIhdcHJAChQc=
From: Martin Thomson <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+0166e4ab6ab6caa7c29aa143d9713258a41cabf2585c5bd792cf00000001184f8b8692a169ce14f1ae84@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/issues/1678/453282905@github.com>
In-Reply-To: <quicwg/base-drafts/issues/1678@github.com>
References: <quicwg/base-drafts/issues/1678@github.com>
Subject: Re: [quicwg/base-drafts] Does the first byte of stateless reset include random bits? (#1678)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5c37c9868f278_34b33fc14f6d45c022421d"; 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/sQpsAqOetD8LEh5SUpfEFkoEAHg>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
List-Id: Notification list for GitHub issues related to the QUIC WG <quic-issues.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=unsubscribe>
List-Archive: <https://mailarchive.ietf.org/arch/browse/quic-issues/>
List-Post: <mailto:quic-issues@ietf.org>
List-Help: <mailto:quic-issues-request@ietf.org?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, 10 Jan 2019 22:39:14 -0000

----==_mimepart_5c37c9868f278_34b33fc14f6d45c022421d
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

This has been addressed.  The text now shows:

```
+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
|0|1|               Unpredictable Bits (182..)                ...
+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
```

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/quicwg/base-drafts/issues/1678#issuecomment-453282905
----==_mimepart_5c37c9868f278_34b33fc14f6d45c022421d
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: quoted-printable

<p>This has been addressed.  The text now shows:</p>
<pre><code>+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-=
+-+
|0|1|               Unpredictable Bits (182..)                ...
+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
</code></pre>

<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/1678#issuecomment-453282905">view it on GitHub</a>,=
 or <a href=3D"https://github.com/notifications/unsubscribe-auth/AWbkq8Bo=
18-LHbLbTfAzMMXUB5S7BU3Iks5vB8EGgaJpZM4WApVa">mute the thread</a>.<img sr=
c=3D"https://github.com/notifications/beacon/AWbkq1Vl7cNYOJG8jxUR911Hzr5h=
-Zskks5vB8EGgaJpZM4WApVa.gif" height=3D"1" width=3D"1" alt=3D"" /></p>
<script type=3D"application/json" data-scope=3D"inboxmarkup">{"api_versio=
n":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name"=
:"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"=
quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"http=
s://github.githubassets.com/images/email/message_cards/header.png","avata=
r_image_url":"https://github.githubassets.com/images/email/message_cards/=
avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/q=
uicwg/base-drafts"}},"updates":{"snippets":[{"icon":"PERSON","message":"@=
martinthomson in #1678: This has been addressed.  The text now shows:\r\n=
\r\n```\r\n+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-=
+-+\r\n|0|1|               Unpredictable Bits (182..)                ...\=
r\n+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+\r\n`=
``"}],"action":{"name":"View Issue","url":"https://github.com/quicwg/base=
-drafts/issues/1678#issuecomment-453282905"}}}</script>
<script type=3D"application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/issues/1678#issuecomment=
-453282905",
"url": "https://github.com/quicwg/base-drafts/issues/1678#issuecomment-45=
3282905",
"name": "View Issue"
},
"description": "View this Issue on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>=

----==_mimepart_5c37c9868f278_34b33fc14f6d45c022421d--


From nobody Thu Jan 10 14:59: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 5EAC31312BE for <quic-issues@ietfa.amsl.com>; Thu, 10 Jan 2019 14:59:16 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -10.935
X-Spam-Level: 
X-Spam-Status: No, score=-10.935 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIMWL_WL_HIGH=-4.553, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, HTML_IMAGE_ONLY_24=1.618, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-1, RCVD_IN_DNSWL_HI=-5, SPF_PASS=-0.001] autolearn=ham autolearn_force=no
Authentication-Results: ietfa.amsl.com (amavisd-new); dkim=pass (1024-bit key) header.d=github.com
Received: from mail.ietf.org ([4.31.198.44]) by localhost (ietfa.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id xK9AjamFR_pM for <quic-issues@ietfa.amsl.com>; Thu, 10 Jan 2019 14:59: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 D4566131058 for <quic-issues@ietf.org>; Thu, 10 Jan 2019 14:59:14 -0800 (PST)
Date: Thu, 10 Jan 2019 14:59:13 -0800
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1547161153; bh=MJ6F4kZ5CdChFCrlNtihJxGkSUvE+TutqyPggjtotPU=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=npLQhPdeNiMpUdrkh1vey9JGsxQQzblNi0MmYa/nifVV1pfCFURtAUsqRkohCX2eL Jo+3LpD7lAryOO7Ow4aJkEjRWT3craCOSEUJPaMcUsGjRq8IjVpevKY1ShrSD5FX07 s4dhbMTHighJr/15XPpgeZPZzjiG8OHUIQL6Kspg=
From: Martin Thomson <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+0166e4ab01b5ffdce6d07ffa451066cbb6dfcdbf479ae1cb92cf00000001184f904192a169ce0c62bcd7@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/issues/311/453289798@github.com>
In-Reply-To: <quicwg/base-drafts/issues/311@github.com>
References: <quicwg/base-drafts/issues/311@github.com>
Subject: Re: [quicwg/base-drafts] GREASE the packet type octet (#311)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5c37ce41ea7c8_4883f88e84d45bc9039f"; 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/dJD9pETJzDFuXB3cm_KcLzBp1GI>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
List-Id: Notification list for GitHub issues related to the QUIC WG <quic-issues.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=unsubscribe>
List-Archive: <https://mailarchive.ietf.org/arch/browse/quic-issues/>
List-Post: <mailto:quic-issues@ietf.org>
List-Help: <mailto:quic-issues-request@ietf.org?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, 10 Jan 2019 22:59:16 -0000

----==_mimepart_5c37ce41ea7c8_4883f88e84d45bc9039f
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

Changes to the first octet have addressed this.  With header protection, there are no unused values to grease left.

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/quicwg/base-drafts/issues/311#issuecomment-453289798
----==_mimepart_5c37ce41ea7c8_4883f88e84d45bc9039f
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

<p>Changes to the first octet have addressed this.  With header protection, there are no unused values to grease left.</p>

<p style="font-size:small;-webkit-text-size-adjust:none;color:#666;">&mdash;<br />You are receiving this because you are subscribed to this thread.<br />Reply to this email directly, <a href="https://github.com/quicwg/base-drafts/issues/311#issuecomment-453289798">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AWbkq3kCrpQ53PWmS2f2p8Sd_qBHqPeQks5vB8XBgaJpZM4MBr5r">mute the thread</a>.<img src="https://github.com/notifications/beacon/AWbkq1OmNfrfpk_X45c63Wx47WOnXzOwks5vB8XBgaJpZM4MBr5r.gif" height="1" width="1" alt="" /></p>
<script type="application/json" data-scope="inboxmarkup">{"api_version":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name":"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"https://github.githubassets.com/images/email/message_cards/header.png","avatar_image_url":"https://github.githubassets.com/images/email/message_cards/avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/quicwg/base-drafts"}},"updates":{"snippets":[{"icon":"PERSON","message":"@martinthomson in #311: Changes to the first octet have addressed this.  With header protection, there are no unused values to grease left."}],"action":{"name":"View Issue","url":"https://github.com/quicwg/base-drafts/issues/311#issuecomment-453289798"}}}</script>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/issues/311#issuecomment-453289798",
"url": "https://github.com/quicwg/base-drafts/issues/311#issuecomment-453289798",
"name": "View Issue"
},
"description": "View this Issue on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>
----==_mimepart_5c37ce41ea7c8_4883f88e84d45bc9039f--


From nobody Thu Jan 10 14: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 2E314131058 for <quic-issues@ietfa.amsl.com>; Thu, 10 Jan 2019 14:59:17 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -10.935
X-Spam-Level: 
X-Spam-Status: No, score=-10.935 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIMWL_WL_HIGH=-4.553, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, HTML_IMAGE_ONLY_24=1.618, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-1, RCVD_IN_DNSWL_HI=-5, SPF_PASS=-0.001] autolearn=ham autolearn_force=no
Authentication-Results: ietfa.amsl.com (amavisd-new); dkim=pass (1024-bit key) header.d=github.com
Received: from mail.ietf.org ([4.31.198.44]) by localhost (ietfa.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 4Nnyr7r3W4go for <quic-issues@ietfa.amsl.com>; Thu, 10 Jan 2019 14:59:16 -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 0A7851312BD for <quic-issues@ietf.org>; Thu, 10 Jan 2019 14:59:15 -0800 (PST)
Date: Thu, 10 Jan 2019 14:59:15 -0800
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1547161155; bh=z55ewyY+amxt18ugUiLCz9XDM9sjLmj4ByWWUUefJ9A=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=kI3ED+dJ7Sz3SGfn3WmlhtgMB6viNutqVSn15WWISKAPPEjXmkzC5lJf3mvsq/pCl WKxK57gZZ3i5HUxboGMRsQVj99cc6f2i1l5B6HtG597WCmH53zx/mk3NHibDzMK47e Q9RkfxG42AXcjKY17Wp7mNNRN3IDS5cq36QEZJjs=
From: Martin Thomson <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+0166e4ab4a818fb1f09cd427e95f4d21118a71fb6519cd4692cf00000001184f904392a169ce0c62bcd7@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/issue/311/issue_event/2067206579@github.com>
In-Reply-To: <quicwg/base-drafts/issues/311@github.com>
References: <quicwg/base-drafts/issues/311@github.com>
Subject: Re: [quicwg/base-drafts] GREASE the packet type octet (#311)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5c37ce4358655_17b53f981cad45b4855e5"; 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/eEtj7js4Z2rm35OaglmdgYOv5j8>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
List-Id: Notification list for GitHub issues related to the QUIC WG <quic-issues.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=unsubscribe>
List-Archive: <https://mailarchive.ietf.org/arch/browse/quic-issues/>
List-Post: <mailto:quic-issues@ietf.org>
List-Help: <mailto:quic-issues-request@ietf.org?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, 10 Jan 2019 22:59:17 -0000

----==_mimepart_5c37ce4358655_17b53f981cad45b4855e5
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

Closed #311.

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/quicwg/base-drafts/issues/311#event-2067206579
----==_mimepart_5c37ce4358655_17b53f981cad45b4855e5
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="207797463" data-permission-text="Issue title is private" data-url="https://github.com/quicwg/base-drafts/issues/311" data-hovercard-type="issue" data-hovercard-url="/quicwg/base-drafts/issues/311/hovercard" href="https://github.com/quicwg/base-drafts/issues/311">#311</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/311#event-2067206579">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AWbkq3BzGzfCg5_d5cjxYzlrhU29Rjs3ks5vB8XDgaJpZM4MBr5r">mute the thread</a>.<img src="https://github.com/notifications/beacon/AWbkq85daNMmJkKzpXond5_9lzsXuwVyks5vB8XDgaJpZM4MBr5r.gif" height="1" width="1" alt="" /></p>
<script type="application/json" data-scope="inboxmarkup">{"api_version":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name":"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"https://github.githubassets.com/images/email/message_cards/header.png","avatar_image_url":"https://github.githubassets.com/images/email/message_cards/avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/quicwg/base-drafts"}},"updates":{"snippets":[{"icon":"DESCRIPTION","message":"Closed #311."}],"action":{"name":"View Issue","url":"https://github.com/quicwg/base-drafts/issues/311#event-2067206579"}}}</script>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/issues/311#event-2067206579",
"url": "https://github.com/quicwg/base-drafts/issues/311#event-2067206579",
"name": "View Issue"
},
"description": "View this Issue on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>
----==_mimepart_5c37ce4358655_17b53f981cad45b4855e5--


From nobody Thu Jan 10 15:04: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 7D1AC1312B8 for <quic-issues@ietfa.amsl.com>; Thu, 10 Jan 2019 15:04:42 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -5.935
X-Spam-Level: 
X-Spam-Status: No, score=-5.935 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIMWL_WL_HIGH=-4.553, DKIM_SIGNED=0.1, DKIM_VALID=-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_PASS=-0.001] autolearn=ham autolearn_force=no
Authentication-Results: ietfa.amsl.com (amavisd-new); dkim=pass (1024-bit key) header.d=github.com
Received: from mail.ietf.org ([4.31.198.44]) by localhost (ietfa.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id CgF_sFu43DPF for <quic-issues@ietfa.amsl.com>; Thu, 10 Jan 2019 15:04:40 -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 B9653130EFC for <quic-issues@ietf.org>; Thu, 10 Jan 2019 15:04:39 -0800 (PST)
DKIM-Signature: v=1; a=rsa-sha1; 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=QW8VZkixqdu0w9ClDQh+Er5WJOY=; b=fwz8M3czwHHVSaMd WI2uM3lHG/Zfhv7akopsCaszpf5+JJajrhU8sl001WGeTy+JR26ny4B82PnVoJaX LgPeBcC0ods6dx+9yqMICGwkBUfIcu3kE3ieEIvpjMW664la/9CHL/2JdyCAyB5b ReYjpa1tzEZlEGffcqR2lCTlB/A=
Received: by filter0552p1iad2.sendgrid.net with SMTP id filter0552p1iad2-24937-5C37CF86-D 2019-01-10 23:04:38.277631936 +0000 UTC m=+243014.190785706
Received: from github-lowworker-05ceafd.cp1-iad.github.net (unknown [192.30.252.40]) by ismtpd0042p1iad1.sendgrid.net (SG) with ESMTP id 9T5XxVN2QnCPm9G0eiPorw for <quic-issues@ietf.org>; Thu, 10 Jan 2019 23:04:38.223 +0000 (UTC)
Received: from github.com (localhost [127.0.0.1]) by github-lowworker-05ceafd.cp1-iad.github.net (Postfix) with ESMTP id 312CB46148F for <quic-issues@ietf.org>; Thu, 10 Jan 2019 15:04:38 -0800 (PST)
Date: Thu, 10 Jan 2019 23:04:38 +0000 (UTC)
From: afrind <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/2115/push/3199334611@github.com>
In-Reply-To: <quicwg/base-drafts/pull/2115@github.com>
References: <quicwg/base-drafts/pull/2115@github.com>
Subject: Re: [quicwg/base-drafts] Introduce terms dynamic table capacity and maximum dynamic table capacity. (#2115)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5c37cf862fd9a_7bff3fe2f72d45b41285ca"; charset=UTF-8
Content-Transfer-Encoding: 7bit
Precedence: list
X-GitHub-Sender: afrind
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: l64QuQ2uJCcEyUykJbxN122A6QRmEpucztpreh3Pak1bqQndlBC60m1U6LK7G38Vtpgg+qT2IpWBXM 5GSqzqf/8XSrV5N14hqd4nulOFr/7/pzynHy3AypVVwy7IKPRVQ5zgAeca1pVfqOiuQnP3XzIZosQ5 C1ekJW0rgarsGH2B9QyK2Vd9nD9rOeumpJOVqggfGDrlDli0N3IlF+BVSA==
Archived-At: <https://mailarchive.ietf.org/arch/msg/quic-issues/Xf4Zo1ztvPD1qO3nz61TdvtzlNE>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
List-Id: Notification list for GitHub issues related to the QUIC WG <quic-issues.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=unsubscribe>
List-Archive: <https://mailarchive.ietf.org/arch/browse/quic-issues/>
List-Post: <mailto:quic-issues@ietf.org>
List-Help: <mailto:quic-issues-request@ietf.org?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, 10 Jan 2019 23:04:43 -0000

----==_mimepart_5c37cf862fd9a_7bff3fe2f72d45b41285ca
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

@afrind pushed 1 commit.

9a64833f87beed5de7b375f1ae81fff2fb1d2dc4  * Changed setting to SETTINGS_QPACK_MAX_TABLE_CAPACITY


-- 
You are receiving this because you are subscribed to this thread.
View it on GitHub:
https://github.com/quicwg/base-drafts/pull/2115/files/2153fc72d25018fd2b6ad4de9f6f00824736c96a..9a64833f87beed5de7b375f1ae81fff2fb1d2dc4

----==_mimepart_5c37cf862fd9a_7bff3fe2f72d45b41285ca
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

<p><a href="https://github.com/afrind" class="user-mention">@afrind</a> pushed 1 commit.</p>

<ul>
  <li><a class="commit-link" href="https://github.com/quicwg/base-drafts/commit/9a64833f87beed5de7b375f1ae81fff2fb1d2dc4">9a64833</a>  * Changed setting to SETTINGS_QPACK_MAX_TABLE_CAPACITY</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/2115/files/2153fc72d25018fd2b6ad4de9f6f00824736c96a..9a64833f87beed5de7b375f1ae81fff2fb1d2dc4">View it on GitHub</a> or <a href="https://github.com/notifications/unsubscribe-auth/AWbkqyYs1PuoOymTmL2ZYiUuW6qesGmjks5vB8cGgaJpZM4ZOCa2">mute the thread</a>.<img src="https://github.com/notifications/beacon/AWbkq9WR7TfhlSDo1mm79u39zFOOxHS8ks5vB8cGgaJpZM4ZOCa2.gif" height="1" width="1" alt="" /></p>
<script type="application/json" data-scope="inboxmarkup">{"api_version":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name":"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"https://github.githubassets.com/images/email/message_cards/header.png","avatar_image_url":"https://github.githubassets.com/images/email/message_cards/avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/quicwg/base-drafts"}},"updates":{"snippets":[{"icon":"PERSON","message":"@afrind pushed 1 commit in #2115"}],"action":{"name":"View Pull Request","url":"https://github.com/quicwg/base-drafts/pull/2115/files/2153fc72d25018fd2b6ad4de9f6f00824736c96a..9a64833f87beed5de7b375f1ae81fff2fb1d2dc4"}}}</script>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/pull/2115/files/2153fc72d25018fd2b6ad4de9f6f00824736c96a..9a64833f87beed5de7b375f1ae81fff2fb1d2dc4",
"url": "https://github.com/quicwg/base-drafts/pull/2115/files/2153fc72d25018fd2b6ad4de9f6f00824736c96a..9a64833f87beed5de7b375f1ae81fff2fb1d2dc4",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>

----==_mimepart_5c37cf862fd9a_7bff3fe2f72d45b41285ca--


From nobody Thu Jan 10 15:07: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 EB0541312B8 for <quic-issues@ietfa.amsl.com>; Thu, 10 Jan 2019 15:07:35 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -10.935
X-Spam-Level: 
X-Spam-Status: No, score=-10.935 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIMWL_WL_HIGH=-4.553, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, HTML_IMAGE_ONLY_24=1.618, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-1, RCVD_IN_DNSWL_HI=-5, SPF_PASS=-0.001] autolearn=ham autolearn_force=no
Authentication-Results: ietfa.amsl.com (amavisd-new); dkim=pass (1024-bit key) header.d=github.com
Received: from mail.ietf.org ([4.31.198.44]) by localhost (ietfa.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 3RC-nqY48AmH for <quic-issues@ietfa.amsl.com>; Thu, 10 Jan 2019 15:07: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 C9A9E131058 for <quic-issues@ietf.org>; Thu, 10 Jan 2019 15:07:33 -0800 (PST)
Date: Thu, 10 Jan 2019 15:07:33 -0800
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1547161653; bh=y0WzmfRwaOkDUzQ6h00zWrg3FPJw238+ojxWyupmXx0=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=yV4a8FursqIyaZ/Al5UfH5zggErXQaQzvLY4Tf8Jj1p1rsFpfluxsSI23dp7GgFCv SM2/2/yuMbAicXZunKbRyOgPfpocXldbSSz5SA0wReORYV040szZK4wCK68wh/xiTc xa0nDC6qGMy8H4A/zLzlObrwkrn85q7WonmkCQ3w=
From: afrind <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+0166e4ab91df8e69b3840524e8e35c497b7894d60956b69b92cf00000001184f923592a169ce1778a020@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/pull/2251/issue_event/2067222036@github.com>
In-Reply-To: <quicwg/base-drafts/pull/2251@github.com>
References: <quicwg/base-drafts/pull/2251@github.com>
Subject: Re: [quicwg/base-drafts] Explicitly talk about Largest Reference zero. (#2251)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5c37d03527347_64f83fb3520d45b8434551"; 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/XeJS84grI2_gK_6ZurTirAP3V1g>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
List-Id: Notification list for GitHub issues related to the QUIC WG <quic-issues.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=unsubscribe>
List-Archive: <https://mailarchive.ietf.org/arch/browse/quic-issues/>
List-Post: <mailto:quic-issues@ietf.org>
List-Help: <mailto:quic-issues-request@ietf.org?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, 10 Jan 2019 23:07:36 -0000

----==_mimepart_5c37d03527347_64f83fb3520d45b8434551
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

Closed #2251.

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/quicwg/base-drafts/pull/2251#event-2067222036
----==_mimepart_5c37d03527347_64f83fb3520d45b8434551
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="393781280" data-permission-text="Issue title is private" data-url="https://github.com/quicwg/base-drafts/issues/2251" data-hovercard-type="pull_request" data-hovercard-url="/quicwg/base-drafts/pull/2251/hovercard" href="https://github.com/quicwg/base-drafts/pull/2251">#2251</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/2251#event-2067222036">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AWbkq31BKUdJSt-uxV0LQev6CtZ4ZAUsks5vB8e1gaJpZM4Zf_jS">mute the thread</a>.<img src="https://github.com/notifications/beacon/AWbkq4qrjLxtMNFIWUnBt7U67j42PfwXks5vB8e1gaJpZM4Zf_jS.gif" height="1" width="1" alt="" /></p>
<script type="application/json" data-scope="inboxmarkup">{"api_version":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name":"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"https://github.githubassets.com/images/email/message_cards/header.png","avatar_image_url":"https://github.githubassets.com/images/email/message_cards/avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/quicwg/base-drafts"}},"updates":{"snippets":[{"icon":"DESCRIPTION","message":"Closed #2251."}],"action":{"name":"View Pull Request","url":"https://github.com/quicwg/base-drafts/pull/2251#event-2067222036"}}}</script>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/pull/2251#event-2067222036",
"url": "https://github.com/quicwg/base-drafts/pull/2251#event-2067222036",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>
----==_mimepart_5c37d03527347_64f83fb3520d45b8434551--


From nobody Thu Jan 10 15:07: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 B6EB71312B8 for <quic-issues@ietfa.amsl.com>; Thu, 10 Jan 2019 15:07:36 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -10.935
X-Spam-Level: 
X-Spam-Status: No, score=-10.935 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIMWL_WL_HIGH=-4.553, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, HTML_IMAGE_ONLY_24=1.618, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-1, RCVD_IN_DNSWL_HI=-5, SPF_PASS=-0.001] autolearn=ham autolearn_force=no
Authentication-Results: ietfa.amsl.com (amavisd-new); dkim=pass (1024-bit key) header.d=github.com
Received: from mail.ietf.org ([4.31.198.44]) by localhost (ietfa.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id o_G_CWIwIqYU for <quic-issues@ietfa.amsl.com>; Thu, 10 Jan 2019 15:07: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 B3FEF130EFC for <quic-issues@ietf.org>; Thu, 10 Jan 2019 15:07:33 -0800 (PST)
Date: Thu, 10 Jan 2019 15:07:33 -0800
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1547161653; bh=YMHkzqleOjo4YDkK7ClBBNs0jDuH+zdKo23wb07YaEw=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=JNUuTHUWEJJkrbjq2XrDiW6ENYbmEMWBKAypezi+jCQ8ioKpKXnY1mx1u4bSdI/TI A5RSXGkX6GQf2AtAlHW2x2gr76ZD9oEXChOEp5jROb6D64OgHiOe7ibwYd3lxlcAYj gUYbTH6D93vqyWpDAsLGjWdhqPcg126//P+9Qmpg=
From: afrind <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+0166e4ab91df8e69b3840524e8e35c497b7894d60956b69b92cf00000001184f923592a169ce1778a020@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/pull/2251/c453292744@github.com>
In-Reply-To: <quicwg/base-drafts/pull/2251@github.com>
References: <quicwg/base-drafts/pull/2251@github.com>
Subject: Re: [quicwg/base-drafts] Explicitly talk about Largest Reference zero. (#2251)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5c37d0351915b_4913f88e84d45bc23378d"; 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/UZF6DC7BsgqBGoFlqflI-NT2yGY>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
List-Id: Notification list for GitHub issues related to the QUIC WG <quic-issues.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=unsubscribe>
List-Archive: <https://mailarchive.ietf.org/arch/browse/quic-issues/>
List-Post: <mailto:quic-issues@ietf.org>
List-Help: <mailto:quic-issues-request@ietf.org?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, 10 Jan 2019 23:07:37 -0000

----==_mimepart_5c37d0351915b_4913f88e84d45bc23378d
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

I think this is overtaken by #2111.  Largest Reference is dead.  Long live Required Insert Count.

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/quicwg/base-drafts/pull/2251#issuecomment-453292744
----==_mimepart_5c37d0351915b_4913f88e84d45bc23378d
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

<p>I think this is overtaken by <a class="issue-link js-issue-link" data-error-text="Failed to load issue title" data-id="389623523" data-permission-text="Issue title is private" data-url="https://github.com/quicwg/base-drafts/issues/2111" data-hovercard-type="pull_request" data-hovercard-url="/quicwg/base-drafts/pull/2111/hovercard" href="https://github.com/quicwg/base-drafts/pull/2111">#2111</a>.  Largest Reference is dead.  Long live Required Insert Count.</p>

<p style="font-size:small;-webkit-text-size-adjust:none;color:#666;">&mdash;<br />You are receiving this because you are subscribed to this thread.<br />Reply to this email directly, <a href="https://github.com/quicwg/base-drafts/pull/2251#issuecomment-453292744">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AWbkq31BKUdJSt-uxV0LQev6CtZ4ZAUsks5vB8e1gaJpZM4Zf_jS">mute the thread</a>.<img src="https://github.com/notifications/beacon/AWbkq4qrjLxtMNFIWUnBt7U67j42PfwXks5vB8e1gaJpZM4Zf_jS.gif" height="1" width="1" alt="" /></p>
<script type="application/json" data-scope="inboxmarkup">{"api_version":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name":"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"https://github.githubassets.com/images/email/message_cards/header.png","avatar_image_url":"https://github.githubassets.com/images/email/message_cards/avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/quicwg/base-drafts"}},"updates":{"snippets":[{"icon":"PERSON","message":"@afrind in #2251: I think this is overtaken by #2111.  Largest Reference is dead.  Long live Required Insert Count."}],"action":{"name":"View Pull Request","url":"https://github.com/quicwg/base-drafts/pull/2251#issuecomment-453292744"}}}</script>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/pull/2251#issuecomment-453292744",
"url": "https://github.com/quicwg/base-drafts/pull/2251#issuecomment-453292744",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>
----==_mimepart_5c37d0351915b_4913f88e84d45bc23378d--


From nobody Thu Jan 10 15:15:08 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 954F81311EA for <quic-issues@ietfa.amsl.com>; Thu, 10 Jan 2019 15:15:06 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -5.935
X-Spam-Level: 
X-Spam-Status: No, score=-5.935 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIMWL_WL_HIGH=-4.553, DKIM_SIGNED=0.1, DKIM_VALID=-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_PASS=-0.001] autolearn=ham autolearn_force=no
Authentication-Results: ietfa.amsl.com (amavisd-new); dkim=pass (1024-bit key) header.d=github.com
Received: from mail.ietf.org ([4.31.198.44]) by localhost (ietfa.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id Bvs3nd-FOxEG for <quic-issues@ietfa.amsl.com>; Thu, 10 Jan 2019 15:15:05 -0800 (PST)
Received: from o9.sgmail.github.com (o9.sgmail.github.com [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 150FD131058 for <quic-issues@ietf.org>; Thu, 10 Jan 2019 15:15:04 -0800 (PST)
DKIM-Signature: v=1; a=rsa-sha1; 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=57QtG8ufX5E9JubIduYEYWk7V2o=; b=HVW1wjjuELA6hc2f wtP2Hby70XLLMzvIAzJEbGEMbHfowZs69tdKPOkbIaE2bN6vBMO8jxH3nAw6Wj/+ vm+dA9Ay8FviU7CcumtaG/KIW4FkB8o22VWAEFT8G0DIFWzn03mKHfIEvqzsAJmo fxXbSkBmz6ZY1Q6UYKkvZnnzu2w=
Received: by filter1497p1mdw1.sendgrid.net with SMTP id filter1497p1mdw1-21237-5C37D1F8-3 2019-01-10 23:15:04.088755382 +0000 UTC m=+251172.289610271
Received: from github-lowworker-f6df7df.cp1-iad.github.net (unknown [192.30.252.41]) by ismtpd0039p1iad1.sendgrid.net (SG) with ESMTP id Iv-uDAgPRueZdbk3I2IuEw for <quic-issues@ietf.org>; Thu, 10 Jan 2019 23:15:04.098 +0000 (UTC)
Received: from github.com (localhost [127.0.0.1]) by github-lowworker-f6df7df.cp1-iad.github.net (Postfix) with ESMTP id 158CD3E0CA1 for <quic-issues@ietf.org>; Thu, 10 Jan 2019 15:15:04 -0800 (PST)
Date: Thu, 10 Jan 2019 23:15:04 +0000 (UTC)
From: afrind <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/2115/push/3199357497@github.com>
In-Reply-To: <quicwg/base-drafts/pull/2115@github.com>
References: <quicwg/base-drafts/pull/2115@github.com>
Subject: Re: [quicwg/base-drafts] Introduce terms dynamic table capacity and maximum dynamic table capacity. (#2115)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5c37d1f813b9f_61563fd7e3cd45c4118de"; charset=UTF-8
Content-Transfer-Encoding: 7bit
Precedence: list
X-GitHub-Sender: afrind
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: l64QuQ2uJCcEyUykJbxN122A6QRmEpucztpreh3Pak2ABQDU2wZb6QoonlFYVG5bsVICoRE17fHJzT a6pJBTSWfgPGBIGaH7ANYW3bWME2dFOVjkkUUzKW67RHrwY+nseFUbBQL6tU4hEkB+mvFnNADqN25B BJvo9TVM0O4sD2Z6UcWuGMF141fKag8Jzv3zNFCOKwfi1g9X32WXH+GrSw==
Archived-At: <https://mailarchive.ietf.org/arch/msg/quic-issues/oRQ4KjUlV0zHrBvX-deiTKk-tWo>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
List-Id: Notification list for GitHub issues related to the QUIC WG <quic-issues.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=unsubscribe>
List-Archive: <https://mailarchive.ietf.org/arch/browse/quic-issues/>
List-Post: <mailto:quic-issues@ietf.org>
List-Help: <mailto:quic-issues-request@ietf.org?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, 10 Jan 2019 23:15:07 -0000

----==_mimepart_5c37d1f813b9f_61563fd7e3cd45c4118de
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

@afrind pushed 1 commit.

fcf41f0b3e6fe780f5fd58093f52d87c262597e1  * Missed the setting name update in a couple places


-- 
You are receiving this because you are subscribed to this thread.
View it on GitHub:
https://github.com/quicwg/base-drafts/pull/2115/files/9a64833f87beed5de7b375f1ae81fff2fb1d2dc4..fcf41f0b3e6fe780f5fd58093f52d87c262597e1

----==_mimepart_5c37d1f813b9f_61563fd7e3cd45c4118de
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

<p><a href="https://github.com/afrind" class="user-mention">@afrind</a> pushed 1 commit.</p>

<ul>
  <li><a class="commit-link" href="https://github.com/quicwg/base-drafts/commit/fcf41f0b3e6fe780f5fd58093f52d87c262597e1">fcf41f0</a>  * Missed the setting name update in a couple places</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/2115/files/9a64833f87beed5de7b375f1ae81fff2fb1d2dc4..fcf41f0b3e6fe780f5fd58093f52d87c262597e1">View it on GitHub</a> or <a href="https://github.com/notifications/unsubscribe-auth/AWbkq2bukg3z-UZJhrZgCUdauBuHxyCOks5vB8l4gaJpZM4ZOCa2">mute the thread</a>.<img src="https://github.com/notifications/beacon/AWbkq9gzHz2KneKWCBd0jRb0TKJoQxrYks5vB8l4gaJpZM4ZOCa2.gif" height="1" width="1" alt="" /></p>
<script type="application/json" data-scope="inboxmarkup">{"api_version":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name":"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"https://github.githubassets.com/images/email/message_cards/header.png","avatar_image_url":"https://github.githubassets.com/images/email/message_cards/avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/quicwg/base-drafts"}},"updates":{"snippets":[{"icon":"PERSON","message":"@afrind pushed 1 commit in #2115"}],"action":{"name":"View Pull Request","url":"https://github.com/quicwg/base-drafts/pull/2115/files/9a64833f87beed5de7b375f1ae81fff2fb1d2dc4..fcf41f0b3e6fe780f5fd58093f52d87c262597e1"}}}</script>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/pull/2115/files/9a64833f87beed5de7b375f1ae81fff2fb1d2dc4..fcf41f0b3e6fe780f5fd58093f52d87c262597e1",
"url": "https://github.com/quicwg/base-drafts/pull/2115/files/9a64833f87beed5de7b375f1ae81fff2fb1d2dc4..fcf41f0b3e6fe780f5fd58093f52d87c262597e1",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>

----==_mimepart_5c37d1f813b9f_61563fd7e3cd45c4118de--


From nobody Thu Jan 10 15: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 07E1D1312D5 for <quic-issues@ietfa.amsl.com>; Thu, 10 Jan 2019 15:31:51 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -10.935
X-Spam-Level: 
X-Spam-Status: No, score=-10.935 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIMWL_WL_HIGH=-4.553, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, HTML_IMAGE_ONLY_24=1.618, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-1, RCVD_IN_DNSWL_HI=-5, SPF_PASS=-0.001] autolearn=ham autolearn_force=no
Authentication-Results: ietfa.amsl.com (amavisd-new); dkim=pass (1024-bit key) header.d=github.com
Received: from mail.ietf.org ([4.31.198.44]) by localhost (ietfa.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id iB4Dwlu4HpkI for <quic-issues@ietfa.amsl.com>; Thu, 10 Jan 2019 15:31:49 -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 6F27D1312BD for <quic-issues@ietf.org>; Thu, 10 Jan 2019 15:31:49 -0800 (PST)
Date: Thu, 10 Jan 2019 15:31:48 -0800
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1547163108; bh=Q1AqLxb0zx9M/1OGVg2G7mmNwTer2Esnw+qFY3FszZk=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=g9/7Yea6MF4q6OjLZAhgzzpz0oFJ6RwiUAbYE5Atxy2rP/kNlqX2rCc8RmWkofcoZ BO6v/V1rX8sFhr3hkVXtBMKhVYOmnAwbLHHSh5ROWl11ZUUNaKcayt7bsZ+eara/WV 2Dh3dvKoanwbddrWC/BEAvryXxBZGNHrdHdELh/s=
From: afrind <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+0166e4ab3c75672f72b8eee954bd1e2a4e9825300154cb9b92cf00000001184f97e492a169ce17b15bb5@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/pull/2325/review/191463824@github.com>
In-Reply-To: <quicwg/base-drafts/pull/2325@github.com>
References: <quicwg/base-drafts/pull/2325@github.com>
Subject: Re: [quicwg/base-drafts] Introduce HTTP_REQUEST_REJECTED (#2325)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5c37d5e497931_7d863fce184d45c4104434"; 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/zK0csfe7lZtjptdJnNaTAKAThSY>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
List-Id: Notification list for GitHub issues related to the QUIC WG <quic-issues.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=unsubscribe>
List-Archive: <https://mailarchive.ietf.org/arch/browse/quic-issues/>
List-Post: <mailto:quic-issues@ietf.org>
List-Help: <mailto:quic-issues-request@ietf.org?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, 10 Jan 2019 23:31:51 -0000

----==_mimepart_5c37d5e497931_7d863fce184d45c4104434
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

afrind commented on this pull request.



>  ({{request-cancellation}}).  Clients SHOULD reset any streams above this ID with
-the error code HTTP_REQUEST_CANCELLED.  Servers MAY also cancel requests on
+the error code HTTP_REQUEST_REJECTED.  Servers MAY also reject requests on

This seems weird.  I think I prefer the client sending CANCELLED.

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/quicwg/base-drafts/pull/2325#discussion_r246959697
----==_mimepart_5c37d5e497931_7d863fce184d45c4104434
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

<p><b>@afrind</b> commented on this pull request.</p>

<hr>

<p>In <a href="https://github.com/quicwg/base-drafts/pull/2325#discussion_r246959697">draft-ietf-quic-http.md</a>:</p>
<pre style='color:#555'>&gt;  ({{request-cancellation}}).  Clients SHOULD reset any streams above this ID with
-the error code HTTP_REQUEST_CANCELLED.  Servers MAY also cancel requests on
+the error code HTTP_REQUEST_REJECTED.  Servers MAY also reject requests on
</pre>
<p>This seems weird.  I think I prefer the client sending CANCELLED.</p>

<p style="font-size:small;-webkit-text-size-adjust:none;color:#666;">&mdash;<br />You are receiving this because you are subscribed to this thread.<br />Reply to this email directly, <a href="https://github.com/quicwg/base-drafts/pull/2325#discussion_r246959697">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AWbkqzL5eIcpoXiOiCKvbKNd_Hs6t9D2ks5vB81kgaJpZM4Z4DzN">mute the thread</a>.<img src="https://github.com/notifications/beacon/AWbkq7NRqhyqw0wjOrKbo74M1OXns4tzks5vB81kgaJpZM4Z4DzN.gif" height="1" width="1" alt="" /></p>
<script type="application/json" data-scope="inboxmarkup">{"api_version":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name":"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"https://github.githubassets.com/images/email/message_cards/header.png","avatar_image_url":"https://github.githubassets.com/images/email/message_cards/avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/quicwg/base-drafts"}},"updates":{"snippets":[{"icon":"PERSON","message":"@afrind commented on #2325"}],"action":{"name":"View Pull Request","url":"https://github.com/quicwg/base-drafts/pull/2325#discussion_r246959697"}}}</script>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/pull/2325#discussion_r246959697",
"url": "https://github.com/quicwg/base-drafts/pull/2325#discussion_r246959697",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>
----==_mimepart_5c37d5e497931_7d863fce184d45c4104434--


From nobody Thu Jan 10 15:36: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 F2239126DBF for <quic-issues@ietfa.amsl.com>; Thu, 10 Jan 2019 15:36:36 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -11.149
X-Spam-Level: 
X-Spam-Status: No, score=-11.149 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIMWL_WL_HIGH=-4.553, 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_PASS=-0.001] autolearn=ham autolearn_force=no
Authentication-Results: ietfa.amsl.com (amavisd-new); dkim=pass (1024-bit key) header.d=github.com
Received: from mail.ietf.org ([4.31.198.44]) by localhost (ietfa.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id V9Bu4j7To0S6 for <quic-issues@ietfa.amsl.com>; Thu, 10 Jan 2019 15:36: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 467BD124D68 for <quic-issues@ietf.org>; Thu, 10 Jan 2019 15:36:35 -0800 (PST)
Date: Thu, 10 Jan 2019 15:36:34 -0800
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1547163394; bh=9wjmMAbnV/tNRMylklGdtO84unn0ktISnptBytUXd+8=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=bwYRtjc3Ve5M90KhJkdSa8Bo7ccEUZnG/EWE6jJY5QZliiFjxJqGy2DZForL3p+BU LQY8923QEk85K74R8n+8CUmnIHy3M/A/iceCl2zZbzhvpvp6htPxCElJjt5+aKYyXb bwYyTZ9vtONqGCyJx9J+Q0Tw8DFaC0kK28GQL3qc=
From: Martin Thomson <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+0166e4ab79decace129154777fb443a9bfe2f8ca73ed4da392cf00000001184f990292a169ce17b15bb5@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/pull/2325/review/191464922@github.com>
In-Reply-To: <quicwg/base-drafts/pull/2325@github.com>
References: <quicwg/base-drafts/pull/2325@github.com>
Subject: Re: [quicwg/base-drafts] Introduce HTTP_REQUEST_REJECTED (#2325)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5c37d7024f7d5_10b43fb5044d45c4197455"; 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/fACozu9iEbjkHstn9bR9eIMUIu0>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
List-Id: Notification list for GitHub issues related to the QUIC WG <quic-issues.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=unsubscribe>
List-Archive: <https://mailarchive.ietf.org/arch/browse/quic-issues/>
List-Post: <mailto:quic-issues@ietf.org>
List-Help: <mailto:quic-issues-request@ietf.org?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, 10 Jan 2019 23:36:37 -0000

----==_mimepart_5c37d7024f7d5_10b43fb5044d45c4197455
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

martinthomson commented on this pull request.



>  ({{request-cancellation}}).  Clients SHOULD reset any streams above this ID with
-the error code HTTP_REQUEST_CANCELLED.  Servers MAY also cancel requests on
+the error code HTTP_REQUEST_REJECTED.  Servers MAY also reject requests on

Oh, I missed that.  Yes.  The client CAN'T send _REJECTED.  Because if the server echoes it (as they are allowed to), then the client might conclude that nothing was processed.  We need a prohibition against clients using _REJECTED.

> Clients MUST NOT use HTTP_REQUEST_REJECTED with 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/pull/2325#discussion_r246960609
----==_mimepart_5c37d7024f7d5_10b43fb5044d45c4197455
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/2325#discussion_r246960609">draft-ietf-quic-http.md</a>:</p>
<pre style='color:#555'>&gt;  ({{request-cancellation}}).  Clients SHOULD reset any streams above this ID with
-the error code HTTP_REQUEST_CANCELLED.  Servers MAY also cancel requests on
+the error code HTTP_REQUEST_REJECTED.  Servers MAY also reject requests on
</pre>
<p>Oh, I missed that.  Yes.  The client CAN'T send _REJECTED.  Because if the server echoes it (as they are allowed to), then the client might conclude that nothing was processed.  We need a prohibition against clients using _REJECTED.</p>
<blockquote>
<p>Clients MUST NOT use HTTP_REQUEST_REJECTED with STOP_SENDING.</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/2325#discussion_r246960609">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AWbkq1BRpiSpL_52ya2XnTv_EN5_-2jrks5vB86CgaJpZM4Z4DzN">mute the thread</a>.<img src="https://github.com/notifications/beacon/AWbkq9WMjNJC90BUKWUJsAjvlfbK4nrIks5vB86CgaJpZM4Z4DzN.gif" height="1" width="1" alt="" /></p>
<script type="application/json" data-scope="inboxmarkup">{"api_version":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name":"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"https://github.githubassets.com/images/email/message_cards/header.png","avatar_image_url":"https://github.githubassets.com/images/email/message_cards/avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/quicwg/base-drafts"}},"updates":{"snippets":[{"icon":"PERSON","message":"@martinthomson commented on #2325"}],"action":{"name":"View Pull Request","url":"https://github.com/quicwg/base-drafts/pull/2325#discussion_r246960609"}}}</script>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/pull/2325#discussion_r246960609",
"url": "https://github.com/quicwg/base-drafts/pull/2325#discussion_r246960609",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>
----==_mimepart_5c37d7024f7d5_10b43fb5044d45c4197455--


From nobody Thu Jan 10 15:48: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 7217A1312DB for <quic-issues@ietfa.amsl.com>; Thu, 10 Jan 2019 15:48:15 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -10.935
X-Spam-Level: 
X-Spam-Status: No, score=-10.935 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIMWL_WL_HIGH=-4.553, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, HTML_IMAGE_ONLY_24=1.618, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-1, RCVD_IN_DNSWL_HI=-5, SPF_PASS=-0.001] autolearn=ham autolearn_force=no
Authentication-Results: ietfa.amsl.com (amavisd-new); dkim=pass (1024-bit key) header.d=github.com
Received: from mail.ietf.org ([4.31.198.44]) by localhost (ietfa.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id fanyctGnHTNK for <quic-issues@ietfa.amsl.com>; Thu, 10 Jan 2019 15:48: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 C3188126DBF for <quic-issues@ietf.org>; Thu, 10 Jan 2019 15:48:13 -0800 (PST)
Date: Thu, 10 Jan 2019 15:48:13 -0800
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1547164093; bh=+YsBGuj9hf11/I7RXaagvesFqYivjHXTNW0Wn22rxik=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=AEppg7hh/1W2aNsGNyFbWtuSMCWStC/tfWKaqzwXKoQ6syn90uomZngTtdUD/2aiV gGdNGnfT3dS7p/m57CKFT8uccLsoKAR4UBUtlD8RukLIZ1epHWJhj0fLZif3xpU0yT JtRcRMny3GkxOWBoazwX0L1g3W/IzsyLYXjm2d7g=
From: afrind <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+0166e4ab29a578f11b3261193453681a4057f35ea130982292cf00000001184f9bbd92a169ce173d8649@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/pull/2115/issue_event/2067287788@github.com>
In-Reply-To: <quicwg/base-drafts/pull/2115@github.com>
References: <quicwg/base-drafts/pull/2115@github.com>
Subject: Re: [quicwg/base-drafts] Introduce terms dynamic table capacity and maximum dynamic table capacity. (#2115)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5c37d9bd2df13_1f983fb163ad45b8129344"; 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/wOoppvbNoaZTsTIT9T2OgmtRnqE>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
List-Id: Notification list for GitHub issues related to the QUIC WG <quic-issues.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=unsubscribe>
List-Archive: <https://mailarchive.ietf.org/arch/browse/quic-issues/>
List-Post: <mailto:quic-issues@ietf.org>
List-Help: <mailto:quic-issues-request@ietf.org?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, 10 Jan 2019 23:48:15 -0000

----==_mimepart_5c37d9bd2df13_1f983fb163ad45b8129344
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

Merged #2115 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/2115#event-2067287788
----==_mimepart_5c37d9bd2df13_1f983fb163ad45b8129344
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="389908041" data-permission-text="Issue title is private" data-url="https://github.com/quicwg/base-drafts/issues/2115" data-hovercard-type="pull_request" data-hovercard-url="/quicwg/base-drafts/pull/2115/hovercard" href="https://github.com/quicwg/base-drafts/pull/2115">#2115</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/2115#event-2067287788">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AWbkq27_xQoiz6mBl0FN1jGn7iR6xJRKks5vB9E9gaJpZM4ZOCa2">mute the thread</a>.<img src="https://github.com/notifications/beacon/AWbkq6Kqibk4-G3yNdCXKi5MCYTrfJMEks5vB9E9gaJpZM4ZOCa2.gif" height="1" width="1" alt="" /></p>
<script type="application/json" data-scope="inboxmarkup">{"api_version":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name":"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"https://github.githubassets.com/images/email/message_cards/header.png","avatar_image_url":"https://github.githubassets.com/images/email/message_cards/avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/quicwg/base-drafts"}},"updates":{"snippets":[{"icon":"DESCRIPTION","message":"Merged #2115 into master."}],"action":{"name":"View Pull Request","url":"https://github.com/quicwg/base-drafts/pull/2115#event-2067287788"}}}</script>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/pull/2115#event-2067287788",
"url": "https://github.com/quicwg/base-drafts/pull/2115#event-2067287788",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>
----==_mimepart_5c37d9bd2df13_1f983fb163ad45b8129344--


From nobody Thu Jan 10 16:12: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 1E2FC1312FE for <quic-issues@ietfa.amsl.com>; Thu, 10 Jan 2019 16:12:11 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -11.149
X-Spam-Level: 
X-Spam-Status: No, score=-11.149 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIMWL_WL_HIGH=-4.553, 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_PASS=-0.001] autolearn=ham autolearn_force=no
Authentication-Results: ietfa.amsl.com (amavisd-new); dkim=pass (1024-bit key) header.d=github.com
Received: from mail.ietf.org ([4.31.198.44]) by localhost (ietfa.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id orWpruNW6mzH for <quic-issues@ietfa.amsl.com>; Thu, 10 Jan 2019 16:12:09 -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 8B2AA129508 for <quic-issues@ietf.org>; Thu, 10 Jan 2019 16:12:09 -0800 (PST)
Date: Thu, 10 Jan 2019 16:12:08 -0800
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1547165528; bh=LvAQAo3fuVpELibJaCnmFKDi9HjI/DDFrtmQYsnO9f0=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=viXREMDPskK1wxchNVMrrLHNdUBm6wS5/bGeLhAdN14Pcz5tD6K41PWKHlzTlZp6V xh0XnjGEKIeI/zhY81IHczdQYTVOzVKwjbO/b/gAYA9Y1tbwjG91ohHtTlGZIMzzAS Fu18/7E43NRDEdRnEiuAimEau4rE781QwnwfxERg=
From: Mike Bishop <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+0166e4ab865409f64e64bbd38d1a155b3c3c9859dc72c29092cf00000001184fa15892a169ce17b15bb5@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/pull/2325/review/191473116@github.com>
In-Reply-To: <quicwg/base-drafts/pull/2325@github.com>
References: <quicwg/base-drafts/pull/2325@github.com>
Subject: Re: [quicwg/base-drafts] Introduce HTTP_REQUEST_REJECTED (#2325)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5c37df581bdfa_179d3fd9624d45c4953d4"; 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/xJ8k7bw6nV1Wp8CZw3BJeJSK-Rs>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
List-Id: Notification list for GitHub issues related to the QUIC WG <quic-issues.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=unsubscribe>
List-Archive: <https://mailarchive.ietf.org/arch/browse/quic-issues/>
List-Post: <mailto:quic-issues@ietf.org>
List-Help: <mailto:quic-issues-request@ietf.org?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, 11 Jan 2019 00:12:11 -0000

----==_mimepart_5c37df581bdfa_179d3fd9624d45c4953d4
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

MikeBishop commented on this pull request.



>  ({{request-cancellation}}).  Clients SHOULD reset any streams above this ID with
-the error code HTTP_REQUEST_CANCELLED.  Servers MAY also cancel requests on
+the error code HTTP_REQUEST_REJECTED.  Servers MAY also reject requests on

It's not that the client can't, because those streams *haven't* been processed, per GOAWAY.  But yes, we should add a prohibition on its use in other cases at least.

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/quicwg/base-drafts/pull/2325#discussion_r246967388
----==_mimepart_5c37df581bdfa_179d3fd9624d45c4953d4
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/2325#discussion_r246967388">draft-ietf-quic-http.md</a>:</p>
<pre style='color:#555'>&gt;  ({{request-cancellation}}).  Clients SHOULD reset any streams above this ID with
-the error code HTTP_REQUEST_CANCELLED.  Servers MAY also cancel requests on
+the error code HTTP_REQUEST_REJECTED.  Servers MAY also reject requests on
</pre>
<p>It's not that the client can't, because those streams <em>haven't</em> been processed, per GOAWAY.  But yes, we should add a prohibition on its use in other cases at least.</p>

<p style="font-size:small;-webkit-text-size-adjust:none;color:#666;">&mdash;<br />You are receiving this because you are subscribed to this thread.<br />Reply to this email directly, <a href="https://github.com/quicwg/base-drafts/pull/2325#discussion_r246967388">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AWbkq0NdX8nGMJMIeBfMbOSE9ZU0mYEAks5vB9bYgaJpZM4Z4DzN">mute the thread</a>.<img src="https://github.com/notifications/beacon/AWbkqy5GAQ3TNGsRpVnKEDtXMI4u0zkYks5vB9bYgaJpZM4Z4DzN.gif" height="1" width="1" alt="" /></p>
<script type="application/json" data-scope="inboxmarkup">{"api_version":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name":"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"https://github.githubassets.com/images/email/message_cards/header.png","avatar_image_url":"https://github.githubassets.com/images/email/message_cards/avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/quicwg/base-drafts"}},"updates":{"snippets":[{"icon":"PERSON","message":"@MikeBishop commented on #2325"}],"action":{"name":"View Pull Request","url":"https://github.com/quicwg/base-drafts/pull/2325#discussion_r246967388"}}}</script>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/pull/2325#discussion_r246967388",
"url": "https://github.com/quicwg/base-drafts/pull/2325#discussion_r246967388",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>
----==_mimepart_5c37df581bdfa_179d3fd9624d45c4953d4--


From nobody Thu Jan 10 18:32: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 6BA9412D84D for <quic-issues@ietfa.amsl.com>; Thu, 10 Jan 2019 18:32:31 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -11.007
X-Spam-Level: 
X-Spam-Status: No, score=-11.007 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIMWL_WL_HIGH=-4.553, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, HTML_IMAGE_ONLY_20=1.546, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-1, RCVD_IN_DNSWL_HI=-5, SPF_PASS=-0.001] autolearn=ham autolearn_force=no
Authentication-Results: ietfa.amsl.com (amavisd-new); dkim=pass (1024-bit key) header.d=github.com
Received: from mail.ietf.org ([4.31.198.44]) by localhost (ietfa.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 3zds5rR8JtGp for <quic-issues@ietfa.amsl.com>; Thu, 10 Jan 2019 18:32:29 -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 AEF2412785F for <quic-issues@ietf.org>; Thu, 10 Jan 2019 18:32:29 -0800 (PST)
Date: Thu, 10 Jan 2019 18:32:28 -0800
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1547173949; bh=yii17N7vSvBoCRqxCT3WtNUbFwOe52p8uDEYfxK77To=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=eee+T4vBs+jZsBN0XXzAmtuCcDKo0i1eCtN6s+QD2zyXfmDRJ1vOZ3j2YQabtFvc2 eFV/Dfhuo/C0O3ge3PvcS3TND8YDGu1q91tT3+imkDX0MBT3ynEPeBOnMbBOenNMBU VDODf468hgf7EasHAphlK5OGV0T2VgkpFvezZOJ8=
From: ianswett <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+0166e4abd70bf8fe24214eb4a88bc05db371beea26fb2e0d92cf00000001184fc23c92a169ce0c62bcd7@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/issues/311/453350643@github.com>
In-Reply-To: <quicwg/base-drafts/issues/311@github.com>
References: <quicwg/base-drafts/issues/311@github.com>
Subject: Re: [quicwg/base-drafts] GREASE the packet type octet (#311)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5c38003caf4cb_7a5f3fbda66d45b82332ec"; 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/0F-Qs-pZZiwVVq-8GSCOHCVni2Q>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
List-Id: Notification list for GitHub issues related to the QUIC WG <quic-issues.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=unsubscribe>
List-Archive: <https://mailarchive.ietf.org/arch/browse/quic-issues/>
List-Post: <mailto:quic-issues@ietf.org>
List-Help: <mailto:quic-issues-request@ietf.org?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, 11 Jan 2019 02:32:32 -0000

----==_mimepart_5c38003caf4cb_7a5f3fbda66d45b82332ec
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

Woohoo!

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/quicwg/base-drafts/issues/311#issuecomment-453350643
----==_mimepart_5c38003caf4cb_7a5f3fbda66d45b82332ec
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

<p>Woohoo!</p>

<p style="font-size:small;-webkit-text-size-adjust:none;color:#666;">&mdash;<br />You are receiving this because you are subscribed to this thread.<br />Reply to this email directly, <a href="https://github.com/quicwg/base-drafts/issues/311#issuecomment-453350643">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AWbkq7wuiYJw2LYCz1iXzWanXDhYSOpGks5vB_e8gaJpZM4MBr5r">mute the thread</a>.<img src="https://github.com/notifications/beacon/AWbkq1cOnQe-zN0NHmzXz4y9xONUy2P7ks5vB_e8gaJpZM4MBr5r.gif" height="1" width="1" alt="" /></p>
<script type="application/json" data-scope="inboxmarkup">{"api_version":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name":"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"https://github.githubassets.com/images/email/message_cards/header.png","avatar_image_url":"https://github.githubassets.com/images/email/message_cards/avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/quicwg/base-drafts"}},"updates":{"snippets":[{"icon":"PERSON","message":"@ianswett in #311: Woohoo!"}],"action":{"name":"View Issue","url":"https://github.com/quicwg/base-drafts/issues/311#issuecomment-453350643"}}}</script>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/issues/311#issuecomment-453350643",
"url": "https://github.com/quicwg/base-drafts/issues/311#issuecomment-453350643",
"name": "View Issue"
},
"description": "View this Issue on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>
----==_mimepart_5c38003caf4cb_7a5f3fbda66d45b82332ec--


From nobody Thu Jan 10 19:23: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 6FBF912950A for <quic-issues@ietfa.amsl.com>; Thu, 10 Jan 2019 19:23:18 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -10.935
X-Spam-Level: 
X-Spam-Status: No, score=-10.935 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIMWL_WL_HIGH=-4.553, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, HTML_IMAGE_ONLY_24=1.618, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-1, RCVD_IN_DNSWL_HI=-5, SPF_PASS=-0.001] autolearn=ham autolearn_force=no
Authentication-Results: ietfa.amsl.com (amavisd-new); dkim=pass (1024-bit key) header.d=github.com
Received: from mail.ietf.org ([4.31.198.44]) by localhost (ietfa.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id JtEc8cr4PuWg for <quic-issues@ietfa.amsl.com>; Thu, 10 Jan 2019 19:23: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 BB84012785F for <quic-issues@ietf.org>; Thu, 10 Jan 2019 19:23:16 -0800 (PST)
Date: Thu, 10 Jan 2019 19:23:15 -0800
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1547176995; bh=+79M0oknbehsWYKUQXnswvuMU61y/jy4DmU/N3bLWV4=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=dpOfcJsLoulHJYZL5WOf9zjeVhvn5JSXhNQvTS6/nnbfhOPlXJlWM4q8ftby2eGZq YNLnyzUyHbWW2NHg8Uudr9tZ2KmXzPZjDmyNuLbhM7HDg8z2OTxWG62h6CVNcmnIeD gSazDXgLkxGLK0jz3VxBua5fSMWoB5vnSD1WH5eU=
From: ianswett <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+0166e4abfbe1a2e36f1a57391d17a3edf2efdf7b9903a46592cf00000001184fce2392a169ce17261a55@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/issues/2103/453363879@github.com>
In-Reply-To: <quicwg/base-drafts/issues/2103@github.com>
References: <quicwg/base-drafts/issues/2103@github.com>
Subject: Re: [quicwg/base-drafts] Guidelines for Retransmitting Lost Data (#2103)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5c380c23bb941_686b3f86b08d45c02659f8"; 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/2Sqn8SkupNwvSJ9oXSFtb4jYAdA>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
List-Id: Notification list for GitHub issues related to the QUIC WG <quic-issues.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=unsubscribe>
List-Archive: <https://mailarchive.ietf.org/arch/browse/quic-issues/>
List-Post: <mailto:quic-issues@ietf.org>
List-Help: <mailto:quic-issues-request@ietf.org?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, 11 Jan 2019 03:23:19 -0000

----==_mimepart_5c380c23bb941_686b3f86b08d45c02659f8
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

Can this issue be closed now that #2212 has been merged and we're referencing quic-transport?

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/quicwg/base-drafts/issues/2103#issuecomment-453363879
----==_mimepart_5c380c23bb941_686b3f86b08d45c02659f8
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

<p>Can this issue be closed now that <a class="issue-link js-issue-link" data-error-text="Failed to load issue title" data-id="392848353" data-permission-text="Issue title is private" data-url="https://github.com/quicwg/base-drafts/issues/2212" data-hovercard-type="pull_request" data-hovercard-url="/quicwg/base-drafts/pull/2212/hovercard" href="https://github.com/quicwg/base-drafts/pull/2212">#2212</a> has been merged and we're referencing quic-transport?</p>

<p style="font-size:small;-webkit-text-size-adjust:none;color:#666;">&mdash;<br />You are receiving this because you are subscribed to this thread.<br />Reply to this email directly, <a href="https://github.com/quicwg/base-drafts/issues/2103#issuecomment-453363879">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AWbkq1mRnyz2xfpUibt7teacHYmxmJZsks5vCAOjgaJpZM4ZHNQm">mute the thread</a>.<img src="https://github.com/notifications/beacon/AWbkq4coh-hCXARwxwahK-sqkRbwwLW1ks5vCAOjgaJpZM4ZHNQm.gif" height="1" width="1" alt="" /></p>
<script type="application/json" data-scope="inboxmarkup">{"api_version":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name":"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"https://github.githubassets.com/images/email/message_cards/header.png","avatar_image_url":"https://github.githubassets.com/images/email/message_cards/avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/quicwg/base-drafts"}},"updates":{"snippets":[{"icon":"PERSON","message":"@ianswett in #2103: Can this issue be closed now that #2212 has been merged and we're referencing quic-transport?"}],"action":{"name":"View Issue","url":"https://github.com/quicwg/base-drafts/issues/2103#issuecomment-453363879"}}}</script>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/issues/2103#issuecomment-453363879",
"url": "https://github.com/quicwg/base-drafts/issues/2103#issuecomment-453363879",
"name": "View Issue"
},
"description": "View this Issue on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>
----==_mimepart_5c380c23bb941_686b3f86b08d45c02659f8--


From nobody Fri Jan 11 07:19: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 09031124BF6 for <quic-issues@ietfa.amsl.com>; Fri, 11 Jan 2019 07:19:48 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -10.935
X-Spam-Level: 
X-Spam-Status: No, score=-10.935 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIMWL_WL_HIGH=-4.553, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, HTML_IMAGE_ONLY_24=1.618, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-1, RCVD_IN_DNSWL_HI=-5, SPF_PASS=-0.001] autolearn=ham autolearn_force=no
Authentication-Results: ietfa.amsl.com (amavisd-new); dkim=pass (1024-bit key) header.d=github.com
Received: from mail.ietf.org ([4.31.198.44]) by localhost (ietfa.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id iPVv6dMEfVo4 for <quic-issues@ietfa.amsl.com>; Fri, 11 Jan 2019 07:19: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 1C39B1228B7 for <quic-issues@ietf.org>; Fri, 11 Jan 2019 07:19:46 -0800 (PST)
Date: Fri, 11 Jan 2019 07:19:44 -0800
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1547219985; bh=2lxeXoCb46mc14Gje3Ds3XztOnjB7BBiL8X4lbry8p8=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=PUGCpmDEpycU0MgzKyykK86WowPac0SgJh4xVW/BtzxZem124j+QHhphItwSvigIB YCsZcDm+/nC91kHSQjDj6ngigKV+QN2hHuZnZBjQFIZ+xe7DoozR3ni2Dm6k8D9u1m 9DPpBUM6rn+caTHVbfqgeBILlxEaFH5wpRgpbbDI=
From: Lucas Pardue <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/2322/push/3201554585@github.com>
In-Reply-To: <quicwg/base-drafts/pull/2322@github.com>
References: <quicwg/base-drafts/pull/2322@github.com>
Subject: Re: [quicwg/base-drafts] Prioritization edits (#2322)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5c38b410eed07_3333fe8e3cd45b81322f6"; charset=UTF-8
Content-Transfer-Encoding: 7bit
Precedence: list
X-GitHub-Sender: LPardue
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/rW2-RL5JxRMQSXqhs_YxEq5n8ag>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
List-Id: Notification list for GitHub issues related to the QUIC WG <quic-issues.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=unsubscribe>
List-Archive: <https://mailarchive.ietf.org/arch/browse/quic-issues/>
List-Post: <mailto:quic-issues@ietf.org>
List-Help: <mailto:quic-issues-request@ietf.org?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, 11 Jan 2019 15:19:48 -0000

----==_mimepart_5c38b410eed07_3333fe8e3cd45b81322f6
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

@LPardue pushed 1 commit.

cfdf3ba7d7ea9fbdfa7467de390def470146031b  Incoporate M&M's feedback


-- 
You are receiving this because you are subscribed to this thread.
View it on GitHub:
https://github.com/quicwg/base-drafts/pull/2322/files/30f34b14dd2c505d6dfad0903b081197794e0860..cfdf3ba7d7ea9fbdfa7467de390def470146031b

----==_mimepart_5c38b410eed07_3333fe8e3cd45b81322f6
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

<p><a href="https://github.com/LPardue" class="user-mention">@LPardue</a> pushed 1 commit.</p>

<ul>
  <li><a class="commit-link" href="https://github.com/quicwg/base-drafts/commit/cfdf3ba7d7ea9fbdfa7467de390def470146031b">cfdf3ba</a>  Incoporate M&amp;M&#39;s feedback</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/2322/files/30f34b14dd2c505d6dfad0903b081197794e0860..cfdf3ba7d7ea9fbdfa7467de390def470146031b">View it on GitHub</a> or <a href="https://github.com/notifications/unsubscribe-auth/AWbkq1aKWLp26_ayg0ele979OI1ZvB2Oks5vCKuQgaJpZM4Z3n_A">mute the thread</a>.<img src="https://github.com/notifications/beacon/AWbkq_aqEntt9UIvAaGv4NWJSu3VgQiaks5vCKuQgaJpZM4Z3n_A.gif" height="1" width="1" alt="" /></p>
<script type="application/json" data-scope="inboxmarkup">{"api_version":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name":"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"https://github.githubassets.com/images/email/message_cards/header.png","avatar_image_url":"https://github.githubassets.com/images/email/message_cards/avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/quicwg/base-drafts"}},"updates":{"snippets":[{"icon":"PERSON","message":"@LPardue pushed 1 commit in #2322"}],"action":{"name":"View Pull Request","url":"https://github.com/quicwg/base-drafts/pull/2322/files/30f34b14dd2c505d6dfad0903b081197794e0860..cfdf3ba7d7ea9fbdfa7467de390def470146031b"}}}</script>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/pull/2322/files/30f34b14dd2c505d6dfad0903b081197794e0860..cfdf3ba7d7ea9fbdfa7467de390def470146031b",
"url": "https://github.com/quicwg/base-drafts/pull/2322/files/30f34b14dd2c505d6dfad0903b081197794e0860..cfdf3ba7d7ea9fbdfa7467de390def470146031b",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>

----==_mimepart_5c38b410eed07_3333fe8e3cd45b81322f6--


From nobody Fri Jan 11 07:24: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 28BE0124BE5 for <quic-issues@ietfa.amsl.com>; Fri, 11 Jan 2019 07:24:05 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -10.935
X-Spam-Level: 
X-Spam-Status: No, score=-10.935 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIMWL_WL_HIGH=-4.553, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, HTML_IMAGE_ONLY_24=1.618, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-1, RCVD_IN_DNSWL_HI=-5, SPF_PASS=-0.001] autolearn=ham autolearn_force=no
Authentication-Results: ietfa.amsl.com (amavisd-new); dkim=pass (1024-bit key) header.d=github.com
Received: from mail.ietf.org ([4.31.198.44]) by localhost (ietfa.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id qjqhTitbYAVW for <quic-issues@ietfa.amsl.com>; Fri, 11 Jan 2019 07:24: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 97E1E1228B7 for <quic-issues@ietf.org>; Fri, 11 Jan 2019 07:24:03 -0800 (PST)
Date: Fri, 11 Jan 2019 07:24:02 -0800
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1547220242; bh=A/8ij1eBV2t4jN3T3RP319wxwq2h24sJ/JoXzz2ueh8=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=ROxwKIyQIIRjWY7f27y+NePBgbh8mew1dgtkLHl5jRs46zvJn9UmuyE2e0pBoMrRN Dd8cfyl29x6kAcY3+zNij0XKBBt6Nmu4taJdbWBzQn2vpyLpXdEwhn/y85epAMD6EY WveLh4dUZf87kD6m8Jo9KYYpmZlCbOF9MRj9hRqo=
From: Lucas Pardue <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+0166e4ab86d0780ab6458bd940f169caaa96e97bdc41eb7992cf000000011850771292a169ce17afe293@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/pull/2322/review/191708919@github.com>
In-Reply-To: <quicwg/base-drafts/pull/2322@github.com>
References: <quicwg/base-drafts/pull/2322@github.com>
Subject: Re: [quicwg/base-drafts] Prioritization edits (#2322)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5c38b5129a64a_604f3fea960d45c4180633"; 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/RccxFwjClnwz4utUx0h4_zQ__GQ>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
List-Id: Notification list for GitHub issues related to the QUIC WG <quic-issues.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=unsubscribe>
List-Archive: <https://mailarchive.ietf.org/arch/browse/quic-issues/>
List-Post: <mailto:quic-issues@ietf.org>
List-Help: <mailto:quic-issues-request@ietf.org?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, 11 Jan 2019 15:24:05 -0000

----==_mimepart_5c38b5129a64a_604f3fea960d45c4180633
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

LPardue commented on this pull request.



>  
 Due to reordering between streams, an element can also be prioritized which is
 not yet in the tree. Such elements are added to the tree with the requested
 priority.
 
+
+In all cases, elements are assigned an initial weight of 16 unless a PRIORITY
+frame begins the stream.

I've reworked the text flow to make it clearer about initial defaults

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/quicwg/base-drafts/pull/2322#discussion_r247152374
----==_mimepart_5c38b5129a64a_604f3fea960d45c4180633
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/2322#discussion_r247152374">draft-ietf-quic-http.md</a>:</p>
<pre style='color:#555'>&gt;  
 Due to reordering between streams, an element can also be prioritized which is
 not yet in the tree. Such elements are added to the tree with the requested
 priority.
 
+
+In all cases, elements are assigned an initial weight of 16 unless a PRIORITY
+frame begins the stream.
</pre>
<p>I've reworked the text flow to make it clearer about initial defaults</p>

<p style="font-size:small;-webkit-text-size-adjust:none;color:#666;">&mdash;<br />You are receiving this because you are subscribed to this thread.<br />Reply to this email directly, <a href="https://github.com/quicwg/base-drafts/pull/2322#discussion_r247152374">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AWbkq27_mTd8vhRYNnusDEoYOqjFwqziks5vCKySgaJpZM4Z3n_A">mute the thread</a>.<img src="https://github.com/notifications/beacon/AWbkq-qrFl-frsc8LcLfWsJmhCutVOXqks5vCKySgaJpZM4Z3n_A.gif" height="1" width="1" alt="" /></p>
<script type="application/json" data-scope="inboxmarkup">{"api_version":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name":"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"https://github.githubassets.com/images/email/message_cards/header.png","avatar_image_url":"https://github.githubassets.com/images/email/message_cards/avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/quicwg/base-drafts"}},"updates":{"snippets":[{"icon":"PERSON","message":"@LPardue commented on #2322"}],"action":{"name":"View Pull Request","url":"https://github.com/quicwg/base-drafts/pull/2322#discussion_r247152374"}}}</script>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/pull/2322#discussion_r247152374",
"url": "https://github.com/quicwg/base-drafts/pull/2322#discussion_r247152374",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>
----==_mimepart_5c38b5129a64a_604f3fea960d45c4180633--


From nobody Fri Jan 11 07:24: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 D3AEA124BE5 for <quic-issues@ietfa.amsl.com>; Fri, 11 Jan 2019 07:24:47 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -12.552
X-Spam-Level: 
X-Spam-Status: No, score=-12.552 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIMWL_WL_HIGH=-4.553, 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_PASS=-0.001] autolearn=ham autolearn_force=no
Authentication-Results: ietfa.amsl.com (amavisd-new); dkim=pass (1024-bit key) header.d=github.com
Received: from mail.ietf.org ([4.31.198.44]) by localhost (ietfa.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id zizymdy1peEy for <quic-issues@ietfa.amsl.com>; Fri, 11 Jan 2019 07:24:46 -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 B99ED1228B7 for <quic-issues@ietf.org>; Fri, 11 Jan 2019 07:24:45 -0800 (PST)
Date: Fri, 11 Jan 2019 07:24:44 -0800
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1547220284; bh=V6MzUKduF2ik5dmJ5D8M6BRrCGvWXEw/hvZg03A7J7E=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=FLqde4h0tx3xfIE7N/VpAkwKpW84VzDfHXV5eriIXsvEkrND+s4XXBHf1dLWzRB6f PWmzdWRRrbA4g86SHpCtEkx7yoKoU2VnSyyCFEmMjbpTHoib28wfLI2CRMqUGmn9YW iDucUFCYJ5CHAJzoPrUmS1IMnvkUMdSPi44CUBkA=
From: Lucas Pardue <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+0166e4ab647a3c2213dd51dafa958e4c6131ac58c7ac96d992cf000000011850773c92a169ce17afe293@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/pull/2322/review/191709236@github.com>
In-Reply-To: <quicwg/base-drafts/pull/2322@github.com>
References: <quicwg/base-drafts/pull/2322@github.com>
Subject: Re: [quicwg/base-drafts] Prioritization edits (#2322)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5c38b53cb34f8_7e4e3fe066cd45c0920c6"; 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/_JHP8ow9WoA-ryzcJjsmmI6_vPY>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
List-Id: Notification list for GitHub issues related to the QUIC WG <quic-issues.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=unsubscribe>
List-Archive: <https://mailarchive.ietf.org/arch/browse/quic-issues/>
List-Post: <mailto:quic-issues@ietf.org>
List-Help: <mailto:quic-issues-request@ietf.org?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, 11 Jan 2019 15:24:48 -0000

----==_mimepart_5c38b53cb34f8_7e4e3fe066cd45c0920c6
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

LPardue commented on this pull request.



>  
 Due to reordering between streams, an element can also be prioritized which is
 not yet in the tree. Such elements are added to the tree with the requested
 priority.
 
+
+In all cases, elements are assigned an initial weight of 16 unless a PRIORITY
+frame begins the stream.
+
+When a client request is first sent, its parent and weight are determined by the
+PRIORITY frame (see {{frame-priority}}) which begins the stream, if present.
+Otherwise, the element is dependent on the root of the priority tree. A request 
+stream dependent upon another request stream expresses the preference that the
+latter stream (the "parent" request) be allocated resources before the former
+stream (the "dependent" request).

The inspiration was to remove the text altogether because I don't think it helped. If I'm wrong, please let me know.

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/quicwg/base-drafts/pull/2322#discussion_r247152608
----==_mimepart_5c38b53cb34f8_7e4e3fe066cd45c0920c6
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/2322#discussion_r247152608">draft-ietf-quic-http.md</a>:</p>
<pre style='color:#555'>&gt;  
 Due to reordering between streams, an element can also be prioritized which is
 not yet in the tree. Such elements are added to the tree with the requested
 priority.
 
+
+In all cases, elements are assigned an initial weight of 16 unless a PRIORITY
+frame begins the stream.
+
+When a client request is first sent, its parent and weight are determined by the
+PRIORITY frame (see {{frame-priority}}) which begins the stream, if present.
+Otherwise, the element is dependent on the root of the priority tree. A request 
+stream dependent upon another request stream expresses the preference that the
+latter stream (the &quot;parent&quot; request) be allocated resources before the former
+stream (the &quot;dependent&quot; request).
</pre>
<p>The inspiration was to remove the text altogether because I don't think it helped. If I'm wrong, please let me know.</p>

<p style="font-size:small;-webkit-text-size-adjust:none;color:#666;">&mdash;<br />You are receiving this because you are subscribed to this thread.<br />Reply to this email directly, <a href="https://github.com/quicwg/base-drafts/pull/2322#discussion_r247152608">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AWbkqxAu3_koJgpjCkO05juS5yquOKDIks5vCKy8gaJpZM4Z3n_A">mute the thread</a>.<img src="https://github.com/notifications/beacon/AWbkq2dR2pl4Ph3iIw7wxHSAvSTcjwQjks5vCKy8gaJpZM4Z3n_A.gif" height="1" width="1" alt="" /></p>
<script type="application/json" data-scope="inboxmarkup">{"api_version":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name":"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"https://github.githubassets.com/images/email/message_cards/header.png","avatar_image_url":"https://github.githubassets.com/images/email/message_cards/avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/quicwg/base-drafts"}},"updates":{"snippets":[{"icon":"PERSON","message":"@LPardue commented on #2322"}],"action":{"name":"View Pull Request","url":"https://github.com/quicwg/base-drafts/pull/2322#discussion_r247152608"}}}</script>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/pull/2322#discussion_r247152608",
"url": "https://github.com/quicwg/base-drafts/pull/2322#discussion_r247152608",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>
----==_mimepart_5c38b53cb34f8_7e4e3fe066cd45c0920c6--


From nobody Fri Jan 11 08: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 16C53126CB6 for <quic-issues@ietfa.amsl.com>; Fri, 11 Jan 2019 08:56:21 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -10.935
X-Spam-Level: 
X-Spam-Status: No, score=-10.935 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIMWL_WL_HIGH=-4.553, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, HTML_IMAGE_ONLY_24=1.618, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-1, RCVD_IN_DNSWL_HI=-5, SPF_PASS=-0.001] autolearn=ham autolearn_force=no
Authentication-Results: ietfa.amsl.com (amavisd-new); dkim=pass (1024-bit key) header.d=github.com
Received: from mail.ietf.org ([4.31.198.44]) by localhost (ietfa.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id s7kHNAv7CkFk for <quic-issues@ietfa.amsl.com>; Fri, 11 Jan 2019 08:56:19 -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 7719B124BF6 for <quic-issues@ietf.org>; Fri, 11 Jan 2019 08:56:19 -0800 (PST)
Date: Fri, 11 Jan 2019 08:56:18 -0800
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1547225778; bh=pcEYn8v86ZZ+Nn/p8Tgsq5/yGFxGIErqkrzVmVe7jOY=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=UbOoo3Xo/cm2WYvYEOryiLaRFC9Tn7J9cNJ3Zyi+qqGCN4kvfNzaQYyrSe81yQ1q8 YEDvo/IZcyTvA0+UsWZFMUnEYN+OC7djQ2UdRb4NZfiI6FmAC23mR5A+HZ6XFVFZMc lPEcR2j2aeWpqQLHneidii1V4RRgBJNwr5RjAZQQ=
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/2025/push/3201894586@github.com>
In-Reply-To: <quicwg/base-drafts/pull/2025@github.com>
References: <quicwg/base-drafts/pull/2025@github.com>
Subject: Re: [quicwg/base-drafts] Send a few immediate ACKs (#2025)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5c38cab228928_12853fe61e0d45b4225257"; 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/1vMKV3HNuNzWPlmDPdqL5VzSAz4>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
List-Id: Notification list for GitHub issues related to the QUIC WG <quic-issues.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=unsubscribe>
List-Archive: <https://mailarchive.ietf.org/arch/browse/quic-issues/>
List-Post: <mailto:quic-issues@ietf.org>
List-Help: <mailto:quic-issues-request@ietf.org?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, 11 Jan 2019 16:56:21 -0000

----==_mimepart_5c38cab228928_12853fe61e0d45b4225257
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

@ianswett pushed 1 commit.

31d1343358b9086b8ed92d83d6e278229f629501  Merge branch 'master' into ianswett-immediate-ack


-- 
You are receiving this because you are subscribed to this thread.
View it on GitHub:
https://github.com/quicwg/base-drafts/pull/2025/files/099dedd0f2cdaedf94ba34ced4f46b0edfce06ed..31d1343358b9086b8ed92d83d6e278229f629501

----==_mimepart_5c38cab228928_12853fe61e0d45b4225257
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/31d1343358b9086b8ed92d83d6e278229f629501">31d1343</a>  Merge branch &#39;master&#39; into ianswett-immediate-ack</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/2025/files/099dedd0f2cdaedf94ba34ced4f46b0edfce06ed..31d1343358b9086b8ed92d83d6e278229f629501">View it on GitHub</a> or <a href="https://github.com/notifications/unsubscribe-auth/AWbkq4dLF9rHYy2LskvMYSUIFBWBHe4Lks5vCMIygaJpZM4YruSf">mute the thread</a>.<img src="https://github.com/notifications/beacon/AWbkqzSFlJb1klevDzczrVM7AjcF-hjfks5vCMIygaJpZM4YruSf.gif" height="1" width="1" alt="" /></p>
<script type="application/json" data-scope="inboxmarkup">{"api_version":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name":"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"https://github.githubassets.com/images/email/message_cards/header.png","avatar_image_url":"https://github.githubassets.com/images/email/message_cards/avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/quicwg/base-drafts"}},"updates":{"snippets":[{"icon":"PERSON","message":"@ianswett pushed 1 commit in #2025"}],"action":{"name":"View Pull Request","url":"https://github.com/quicwg/base-drafts/pull/2025/files/099dedd0f2cdaedf94ba34ced4f46b0edfce06ed..31d1343358b9086b8ed92d83d6e278229f629501"}}}</script>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/pull/2025/files/099dedd0f2cdaedf94ba34ced4f46b0edfce06ed..31d1343358b9086b8ed92d83d6e278229f629501",
"url": "https://github.com/quicwg/base-drafts/pull/2025/files/099dedd0f2cdaedf94ba34ced4f46b0edfce06ed..31d1343358b9086b8ed92d83d6e278229f629501",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>

----==_mimepart_5c38cab228928_12853fe61e0d45b4225257--


From nobody Fri Jan 11 08:56: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 20558126CB6 for <quic-issues@ietfa.amsl.com>; Fri, 11 Jan 2019 08:56:57 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -10.935
X-Spam-Level: 
X-Spam-Status: No, score=-10.935 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIMWL_WL_HIGH=-4.553, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, HTML_IMAGE_ONLY_24=1.618, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-1, RCVD_IN_DNSWL_HI=-5, SPF_PASS=-0.001] autolearn=ham autolearn_force=no
Authentication-Results: ietfa.amsl.com (amavisd-new); dkim=pass (1024-bit key) header.d=github.com
Received: from mail.ietf.org ([4.31.198.44]) by localhost (ietfa.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id Mi8T8rVACtT2 for <quic-issues@ietfa.amsl.com>; Fri, 11 Jan 2019 08:56: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 928EA124BF6 for <quic-issues@ietf.org>; Fri, 11 Jan 2019 08:56:55 -0800 (PST)
Date: Fri, 11 Jan 2019 08:56:54 -0800
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1547225814; bh=d9xkltDG6WBpwUsMrkqUcmP8B6fjJjOoFkHLhH21erE=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=bKBWZ60GBZvQYyheEFL3BJuifqYK0NHblG00Hn23C9woctPS/D8yxyI3ZdXOSKQv0 +xoYa6I8CW8y6QSB67jhPdx/eaH/51eJRi5/pswbWVaFI0Z5u3eRTgpR9QO3mYkvit b0rfD2krnN/t7fdeEs8kkHEx/l5IWxnOjaGN6Ml8=
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/2025/push/3201896780@github.com>
In-Reply-To: <quicwg/base-drafts/pull/2025@github.com>
References: <quicwg/base-drafts/pull/2025@github.com>
Subject: Re: [quicwg/base-drafts] Send a few immediate ACKs (#2025)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5c38cad6b9885_b1d3fad10ed45c015045f"; 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/oGbsawXjxTjhlIA9SrzzjYZmg8g>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
List-Id: Notification list for GitHub issues related to the QUIC WG <quic-issues.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=unsubscribe>
List-Archive: <https://mailarchive.ietf.org/arch/browse/quic-issues/>
List-Post: <mailto:quic-issues@ietf.org>
List-Help: <mailto:quic-issues-request@ietf.org?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, 11 Jan 2019 16:56:57 -0000

----==_mimepart_5c38cad6b9885_b1d3fad10ed45c015045f
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

@ianswett pushed 1 commit.

b343e2b684bd69a138bf15cbfa53a1419cb539c4  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/2025/files/31d1343358b9086b8ed92d83d6e278229f629501..b343e2b684bd69a138bf15cbfa53a1419cb539c4

----==_mimepart_5c38cad6b9885_b1d3fad10ed45c015045f
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/b343e2b684bd69a138bf15cbfa53a1419cb539c4">b343e2b</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/2025/files/31d1343358b9086b8ed92d83d6e278229f629501..b343e2b684bd69a138bf15cbfa53a1419cb539c4">View it on GitHub</a> or <a href="https://github.com/notifications/unsubscribe-auth/AWbkq1AscamRShK8c297ORgkLykC058qks5vCMJWgaJpZM4YruSf">mute the thread</a>.<img src="https://github.com/notifications/beacon/AWbkq1UsvBVs6sWg86eZ7evueoesyuAKks5vCMJWgaJpZM4YruSf.gif" height="1" width="1" alt="" /></p>
<script type="application/json" data-scope="inboxmarkup">{"api_version":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name":"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"https://github.githubassets.com/images/email/message_cards/header.png","avatar_image_url":"https://github.githubassets.com/images/email/message_cards/avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/quicwg/base-drafts"}},"updates":{"snippets":[{"icon":"PERSON","message":"@ianswett pushed 1 commit in #2025"}],"action":{"name":"View Pull Request","url":"https://github.com/quicwg/base-drafts/pull/2025/files/31d1343358b9086b8ed92d83d6e278229f629501..b343e2b684bd69a138bf15cbfa53a1419cb539c4"}}}</script>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/pull/2025/files/31d1343358b9086b8ed92d83d6e278229f629501..b343e2b684bd69a138bf15cbfa53a1419cb539c4",
"url": "https://github.com/quicwg/base-drafts/pull/2025/files/31d1343358b9086b8ed92d83d6e278229f629501..b343e2b684bd69a138bf15cbfa53a1419cb539c4",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>

----==_mimepart_5c38cad6b9885_b1d3fad10ed45c015045f--


From nobody Fri Jan 11 08:57: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 0AB10126CB6 for <quic-issues@ietfa.amsl.com>; Fri, 11 Jan 2019 08:57:30 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -11.007
X-Spam-Level: 
X-Spam-Status: No, score=-11.007 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIMWL_WL_HIGH=-4.553, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, HTML_IMAGE_ONLY_20=1.546, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-1, RCVD_IN_DNSWL_HI=-5, SPF_PASS=-0.001] autolearn=ham autolearn_force=no
Authentication-Results: ietfa.amsl.com (amavisd-new); dkim=pass (1024-bit key) header.d=github.com
Received: from mail.ietf.org ([4.31.198.44]) by localhost (ietfa.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id sCalrPx10Gel for <quic-issues@ietfa.amsl.com>; Fri, 11 Jan 2019 08:57: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 68C53124BF6 for <quic-issues@ietf.org>; Fri, 11 Jan 2019 08:57:28 -0800 (PST)
Date: Fri, 11 Jan 2019 08:57:27 -0800
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1547225847; bh=+87BE8wpX/9q5uobkRdoa56gcEQ1ld4sncPyryytyA0=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=B6AeQBJVS9XgC9xmVkFpwZG2cPJs64DruPwokXrqzUhf+BvefpjhFNjJUdLAAvEyf U9wtZ9WznhFKNm/LkGymNX8I7cyJm+RDGNk9D4jQo55VhrgCbjMzRanaK8GeR0Rvn8 aA4TzdXIvVolQQ25wa9sLAqqYmLtFpHm9w9VRpV8=
From: ianswett <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+0166e4abce6db1bb1e2149ec21b7ba6c6288ccf8f232f76c92cf0000000118508cf792a169ce16d11972@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/pull/2025/c453584364@github.com>
In-Reply-To: <quicwg/base-drafts/pull/2025@github.com>
References: <quicwg/base-drafts/pull/2025@github.com>
Subject: Re: [quicwg/base-drafts] Send a few immediate ACKs (#2025)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5c38caf794f45_2ee93ffb7acd45b425478"; 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/6N6_thfgAsNfsj84uP_PukAqC-U>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
List-Id: Notification list for GitHub issues related to the QUIC WG <quic-issues.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=unsubscribe>
List-Archive: <https://mailarchive.ietf.org/arch/browse/quic-issues/>
List-Post: <mailto:quic-issues@ietf.org>
List-Help: <mailto:quic-issues-request@ietf.org?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, 11 Jan 2019 16:57:30 -0000

----==_mimepart_5c38caf794f45_2ee93ffb7acd45b425478
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

Thanks Jana, I fixed the merge conflicts and took your suggestions.  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/2025#issuecomment-453584364
----==_mimepart_5c38caf794f45_2ee93ffb7acd45b425478
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

<p>Thanks Jana, I fixed the merge conflicts and took your suggestions.  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/2025#issuecomment-453584364">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AWbkqzk6knHwFZh4Ghiwzm-PfXq12EAQks5vCMJ3gaJpZM4YruSf">mute the thread</a>.<img src="https://github.com/notifications/beacon/AWbkq8VcJfyaanKpKVp9_49JNRDnaijvks5vCMJ3gaJpZM4YruSf.gif" height="1" width="1" alt="" /></p>
<script type="application/json" data-scope="inboxmarkup">{"api_version":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name":"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"https://github.githubassets.com/images/email/message_cards/header.png","avatar_image_url":"https://github.githubassets.com/images/email/message_cards/avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/quicwg/base-drafts"}},"updates":{"snippets":[{"icon":"PERSON","message":"@ianswett in #2025: Thanks Jana, I fixed the merge conflicts and took your suggestions.  PTAL."}],"action":{"name":"View Pull Request","url":"https://github.com/quicwg/base-drafts/pull/2025#issuecomment-453584364"}}}</script>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/pull/2025#issuecomment-453584364",
"url": "https://github.com/quicwg/base-drafts/pull/2025#issuecomment-453584364",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>
----==_mimepart_5c38caf794f45_2ee93ffb7acd45b425478--


From nobody Fri Jan 11 09:09: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 E8866124BF6 for <quic-issues@ietfa.amsl.com>; Fri, 11 Jan 2019 09:09:08 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -12.553
X-Spam-Level: 
X-Spam-Status: No, score=-12.553 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIMWL_WL_HIGH=-4.553, 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_PASS=-0.001] autolearn=ham autolearn_force=no
Authentication-Results: ietfa.amsl.com (amavisd-new); dkim=pass (1024-bit key) header.d=github.com
Received: from mail.ietf.org ([4.31.198.44]) by localhost (ietfa.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id vs89BYFJ5ke8 for <quic-issues@ietfa.amsl.com>; Fri, 11 Jan 2019 09:09:07 -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 09BFC1228B7 for <quic-issues@ietf.org>; Fri, 11 Jan 2019 09:09:07 -0800 (PST)
Date: Fri, 11 Jan 2019 09:09:06 -0800
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1547226546; bh=gzvP0N20XeCT+4gfG5HKGYEr+FLSm+D5y0Wbdli6CeM=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=L4SijwV/9OOy4Tus87oVWbq8hWzXEmIMyS1Yq1G49iio7BiFO1G+ckMxjOAyY/9MC Qm6IJV8++hNg5qio0GYQ7/kTL8DIw289uG1EGCOhrvxEfLSpkpDEfmLbGNXx683AC5 0ZuirAFYbM6KGDrgVEgM6qDVxamKDdUSYSyqPxzw=
From: Mike Bishop <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+0166e4ab611e20b2029185e49edd92b05ec00b453750abe492cf0000000118508fb292a169ce17afe293@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/pull/2322/review/191756121@github.com>
In-Reply-To: <quicwg/base-drafts/pull/2322@github.com>
References: <quicwg/base-drafts/pull/2322@github.com>
Subject: Re: [quicwg/base-drafts] Prioritization edits (#2322)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5c38cdb21e20a_71d23fdf24cd45b81219c1"; 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/C3EutBV7I8Q7lp8WEoDIfp-feAE>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
List-Id: Notification list for GitHub issues related to the QUIC WG <quic-issues.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=unsubscribe>
List-Archive: <https://mailarchive.ietf.org/arch/browse/quic-issues/>
List-Post: <mailto:quic-issues@ietf.org>
List-Help: <mailto:quic-issues-request@ietf.org?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, 11 Jan 2019 17:09:09 -0000

----==_mimepart_5c38cdb21e20a_71d23fdf24cd45b81219c1
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

MikeBishop approved this pull request.

Yes, I like this formulation better.

>  
 Due to reordering between streams, an element can also be prioritized which is
 not yet in the tree. Such elements are added to the tree with the requested
 priority.
 
+When a prioritized element is first created it has a default inital weight
+of 16 and a default dependency. Requests and placeholders are dependent on the
+root of the priority tree, pushes are dependent on the client request on which

```suggestion
root of the priority tree; pushes are dependent on the client request on which
```
Comma splice

>  
 Due to reordering between streams, an element can also be prioritized which is
 not yet in the tree. Such elements are added to the tree with the requested
 priority.
 
+

The extra line was removed in your most recent commit, so don't accept the suggestion to remove another one.  ;-)

>  
 Due to reordering between streams, an element can also be prioritized which is
 not yet in the tree. Such elements are added to the tree with the requested
 priority.
 
+When a prioritized element is first created it has a default inital weight
+of 16 and a default dependency. Requests and placeholders are dependent on the
+root of the priority tree, pushes are dependent on the client request on which
+the PUSH_PROMISE frame was sent.
+
+Requests may override the default intial values by including a PRIORTIY frame
+(see {{frame-priority}}) at the beginning of the stream. Pushes and placeholders
+may be later updated by sending a PRIORITY frame on the control stream.

```suggestion
can be updated by sending a PRIORITY frame on the control stream.
```

>  
 Due to reordering between streams, an element can also be prioritized which is
 not yet in the tree. Such elements are added to the tree with the requested
 priority.
 
+When a prioritized element is first created it has a default inital weight
+of 16 and a default dependency. Requests and placeholders are dependent on the
+root of the priority tree, pushes are dependent on the client request on which
+the PUSH_PROMISE frame was sent.
+
+Requests may override the default intial values by including a PRIORTIY frame
+(see {{frame-priority}}) at the beginning of the stream. Pushes and placeholders

```suggestion
(see {{frame-priority}}) at the beginning of the stream. These priorities
```
It's not just pushes and placeholders -- this statement is true for any of them.

>  
 Due to reordering between streams, an element can also be prioritized which is
 not yet in the tree. Such elements are added to the tree with the requested
 priority.
 
+When a prioritized element is first created it has a default inital weight

```suggestion
When a prioritized element is first created, it has a default initial weight
```

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/quicwg/base-drafts/pull/2322#pullrequestreview-191756121
----==_mimepart_5c38cdb21e20a_71d23fdf24cd45b81219c1
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: quoted-printable

<p><b>@MikeBishop</b> approved this pull request.</p>=0D
=0D
<p>Yes, I like this formulation better.</p><hr>=0D
=0D
<p>In <a href=3D"https://github.com/quicwg/base-drafts/pull/2322#discussi=
on_r247187927">draft-ietf-quic-http.md</a>:</p>=0D
<pre style=3D'color:#555'>&gt;  =0D
 Due to reordering between streams, an element can also be prioritized wh=
ich is=0D
 not yet in the tree. Such elements are added to the tree with the reques=
ted=0D
 priority.=0D
 =0D
+When a prioritized element is first created it has a default inital weig=
ht=0D
+of 16 and a default dependency. Requests and placeholders are dependent =
on the=0D
+root of the priority tree, pushes are dependent on the client request on=
 which=0D
</pre>=0D
=E2=AC=87=EF=B8=8F Suggested change=0D
<pre style=3D"color: #555">-root of the priority tree, pushes are depende=
nt on the client request on which=0D
+root of the priority tree; pushes are dependent on the client request on=
 which=0D
</pre>=0D
=0D
<p>Comma splice</p>=0D
=0D
<hr>=0D
=0D
<p>In <a href=3D"https://github.com/quicwg/base-drafts/pull/2322#discussi=
on_r247188150">draft-ietf-quic-http.md</a>:</p>=0D
<pre style=3D'color:#555'>&gt;  =0D
 Due to reordering between streams, an element can also be prioritized wh=
ich is=0D
 not yet in the tree. Such elements are added to the tree with the reques=
ted=0D
 priority.=0D
 =0D
+=0D
</pre>=0D
<p>The extra line was removed in your most recent commit, so don't accept=
 the suggestion to remove another one.  ;-)</p>=0D
=0D
<hr>=0D
=0D
<p>In <a href=3D"https://github.com/quicwg/base-drafts/pull/2322#discussi=
on_r247188378">draft-ietf-quic-http.md</a>:</p>=0D
<pre style=3D'color:#555'>&gt;  =0D
 Due to reordering between streams, an element can also be prioritized wh=
ich is=0D
 not yet in the tree. Such elements are added to the tree with the reques=
ted=0D
 priority.=0D
 =0D
+When a prioritized element is first created it has a default inital weig=
ht=0D
+of 16 and a default dependency. Requests and placeholders are dependent =
on the=0D
+root of the priority tree, pushes are dependent on the client request on=
 which=0D
+the PUSH_PROMISE frame was sent.=0D
+=0D
+Requests may override the default intial values by including a PRIORTIY =
frame=0D
+(see {{frame-priority}}) at the beginning of the stream. Pushes and plac=
eholders=0D
+may be later updated by sending a PRIORITY frame on the control stream.=0D=

</pre>=0D
=E2=AC=87=EF=B8=8F Suggested change=0D
<pre style=3D"color: #555">-may be later updated by sending a PRIORITY fr=
ame on the control stream.=0D
+can be updated by sending a PRIORITY frame on the control stream.=0D
</pre>=0D
=0D
=0D
<hr>=0D
=0D
<p>In <a href=3D"https://github.com/quicwg/base-drafts/pull/2322#discussi=
on_r247188603">draft-ietf-quic-http.md</a>:</p>=0D
<pre style=3D'color:#555'>&gt;  =0D
 Due to reordering between streams, an element can also be prioritized wh=
ich is=0D
 not yet in the tree. Such elements are added to the tree with the reques=
ted=0D
 priority.=0D
 =0D
+When a prioritized element is first created it has a default inital weig=
ht=0D
+of 16 and a default dependency. Requests and placeholders are dependent =
on the=0D
+root of the priority tree, pushes are dependent on the client request on=
 which=0D
+the PUSH_PROMISE frame was sent.=0D
+=0D
+Requests may override the default intial values by including a PRIORTIY =
frame=0D
+(see {{frame-priority}}) at the beginning of the stream. Pushes and plac=
eholders=0D
</pre>=0D
=E2=AC=87=EF=B8=8F Suggested change=0D
<pre style=3D"color: #555">-(see {{frame-priority}}) at the beginning of =
the stream. Pushes and placeholders=0D
+(see {{frame-priority}}) at the beginning of the stream. These prioritie=
s=0D
</pre>=0D
=0D
<p>It's not just pushes and placeholders -- this statement is true for an=
y of them.</p>=0D
=0D
<hr>=0D
=0D
<p>In <a href=3D"https://github.com/quicwg/base-drafts/pull/2322#discussi=
on_r247188911">draft-ietf-quic-http.md</a>:</p>=0D
<pre style=3D'color:#555'>&gt;  =0D
 Due to reordering between streams, an element can also be prioritized wh=
ich is=0D
 not yet in the tree. Such elements are added to the tree with the reques=
ted=0D
 priority.=0D
 =0D
+When a prioritized element is first created it has a default inital weig=
ht=0D
</pre>=0D
=E2=AC=87=EF=B8=8F Suggested change=0D
<pre style=3D"color: #555">-When a prioritized element is first created i=
t has a default inital weight=0D
+When a prioritized element is first created, it has a default initial we=
ight=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/2322#pullrequestreview-191756121">view it on GitHub</=
a>, or <a href=3D"https://github.com/notifications/unsubscribe-auth/AWbkq=
936iGtTkbHF22ZqjjtOSqMoxJMAks5vCMUygaJpZM4Z3n_A">mute the thread</a>.<img=
 src=3D"https://github.com/notifications/beacon/AWbkq-7jb26Xb_xHYH9KyDrCW=
Kr7FDLZks5vCMUygaJpZM4Z3n_A.gif" height=3D"1" width=3D"1" alt=3D"" /></p>=
=0D
<script type=3D"application/json" data-scope=3D"inboxmarkup">{"api_versio=
n":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name"=
:"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"=
quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"http=
s://github.githubassets.com/images/email/message_cards/header.png","avata=
r_image_url":"https://github.githubassets.com/images/email/message_cards/=
avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/q=
uicwg/base-drafts"}},"updates":{"snippets":[{"icon":"PERSON","message":"@=
MikeBishop approved #2322"}],"action":{"name":"View Pull Request","url":"=
https://github.com/quicwg/base-drafts/pull/2322#pullrequestreview-1917561=
21"}}}</script>=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/2322#pullrequestrev=
iew-191756121",=0D
"url": "https://github.com/quicwg/base-drafts/pull/2322#pullrequestreview=
-191756121",=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_5c38cdb21e20a_71d23fdf24cd45b81219c1--


From nobody Fri Jan 11 09:28: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 A81FD127133 for <quic-issues@ietfa.amsl.com>; Fri, 11 Jan 2019 09:28:30 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -12.552
X-Spam-Level: 
X-Spam-Status: No, score=-12.552 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIMWL_WL_HIGH=-4.553, 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_PASS=-0.001] autolearn=ham autolearn_force=no
Authentication-Results: ietfa.amsl.com (amavisd-new); dkim=pass (1024-bit key) header.d=github.com
Received: from mail.ietf.org ([4.31.198.44]) by localhost (ietfa.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id JndBhDlVH2Pb for <quic-issues@ietfa.amsl.com>; Fri, 11 Jan 2019 09:28: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 8F590126CB6 for <quic-issues@ietf.org>; Fri, 11 Jan 2019 09:28:28 -0800 (PST)
Date: Fri, 11 Jan 2019 09:28:27 -0800
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1547227707; bh=6begVWcJ/4bQv5dAlcubCVH0pTIiOnNHCvsT9HFGrSQ=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=p2OyHbUtyGz7/+ovejyWLMQVsoM7fkpLA5C/Bh4rljSnv7WGJpxYH0bvgTtwPoMyN d3qCb6XG2JkuM7Bd27aWp0DQ8ktqeatmuSNhnVgsQh7uCvhiSzGAp+IY++hkz/gkDY 7cgqj0lj6m/VMMTqU5c0WQrtPznRvOgu+4MNIetc=
From: afrind <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+0166e4abfde50ae20f704222c2786a099f3b2b134c58b4b292cf000000011850943b92a169ce1789f586@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/issues/2276/453593927@github.com>
In-Reply-To: <quicwg/base-drafts/issues/2276@github.com>
References: <quicwg/base-drafts/issues/2276@github.com>
Subject: Re: [quicwg/base-drafts] Disallow changes of table size after 0-RTT (#2276)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5c38d23b7709d_16f83fd7b1ad45bc446756"; 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/Tzmzt_egjxkGkWgHZ4q2gjKoacg>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
List-Id: Notification list for GitHub issues related to the QUIC WG <quic-issues.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=unsubscribe>
List-Archive: <https://mailarchive.ietf.org/arch/browse/quic-issues/>
List-Post: <mailto:quic-issues@ietf.org>
List-Help: <mailto:quic-issues-request@ietf.org?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, 11 Jan 2019 17:28:30 -0000

----==_mimepart_5c38d23b7709d_16f83fd7b1ad45bc446756
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

I agree we should not allow SETTINGS to carry a different value for the maximum dynamic table size than the remembered value of 0-RTT.  The one exception that seems workable is if the remembered value is 0 (no dynamic table), the server could send a non-zero value in SETTINGS - this is the same case as 1-RTT, since the default is 0.

True, it means the server must reject 0-RTT when it changes the size of the dynamic table it wants to support, but this is a very rare server side change.

I find the idea of putting a latch in the QPACK code that disallows eviction before SETTINGS kind of strange, though the code to do so doesn't seem complicated.

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/quicwg/base-drafts/issues/2276#issuecomment-453593927
----==_mimepart_5c38d23b7709d_16f83fd7b1ad45bc446756
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: quoted-printable

<p>I agree we should not allow SETTINGS to carry a different value for th=
e maximum dynamic table size than the remembered value of 0-RTT.  The one=
 exception that seems workable is if the remembered value is 0 (no dynami=
c table), the server could send a non-zero value in SETTINGS - this is th=
e same case as 1-RTT, since the default is 0.</p>
<p>True, it means the server must reject 0-RTT when it changes the size o=
f the dynamic table it wants to support, but this is a very rare server s=
ide change.</p>
<p>I find the idea of putting a latch in the QPACK code that disallows ev=
iction before SETTINGS kind of strange, though the code to do so doesn't =
seem complicated.</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/2276#issuecomment-453593927">view it on GitHub</a>,=
 or <a href=3D"https://github.com/notifications/unsubscribe-auth/AWbkq0TY=
FXW2kRTJpML9vcwkJA1pI9ikks5vCMm7gaJpZM4ZlJXB">mute the thread</a>.<img sr=
c=3D"https://github.com/notifications/beacon/AWbkqyUYRhcosqyOZEzBXWNbVrgP=
kbDDks5vCMm7gaJpZM4ZlJXB.gif" height=3D"1" width=3D"1" alt=3D"" /></p>
<script type=3D"application/json" data-scope=3D"inboxmarkup">{"api_versio=
n":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name"=
:"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"=
quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"http=
s://github.githubassets.com/images/email/message_cards/header.png","avata=
r_image_url":"https://github.githubassets.com/images/email/message_cards/=
avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/q=
uicwg/base-drafts"}},"updates":{"snippets":[{"icon":"PERSON","message":"@=
afrind in #2276: I agree we should not allow SETTINGS to carry a differen=
t value for the maximum dynamic table size than the remembered value of 0=
-RTT.  The one exception that seems workable is if the remembered value i=
s 0 (no dynamic table), the server could send a non-zero value in SETTING=
S - this is the same case as 1-RTT, since the default is 0.\r\n\r\nTrue, =
it means the server must reject 0-RTT when it changes the size of the dyn=
amic table it wants to support, but this is a very rare server side chang=
e.\r\n\r\nI find the idea of putting a latch in the QPACK code that disal=
lows eviction before SETTINGS kind of strange, though the code to do so d=
oesn't seem complicated."}],"action":{"name":"View Issue","url":"https://=
github.com/quicwg/base-drafts/issues/2276#issuecomment-453593927"}}}</scr=
ipt>
<script type=3D"application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/issues/2276#issuecomment=
-453593927",
"url": "https://github.com/quicwg/base-drafts/issues/2276#issuecomment-45=
3593927",
"name": "View Issue"
},
"description": "View this Issue on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>=

----==_mimepart_5c38d23b7709d_16f83fd7b1ad45bc446756--


From nobody Fri Jan 11 09:36: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 4D80F130D7A for <quic-issues@ietfa.amsl.com>; Fri, 11 Jan 2019 09:35:57 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -10.935
X-Spam-Level: 
X-Spam-Status: No, score=-10.935 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIMWL_WL_HIGH=-4.553, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, HTML_IMAGE_ONLY_24=1.618, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-1, RCVD_IN_DNSWL_HI=-5, SPF_PASS=-0.001] autolearn=ham autolearn_force=no
Authentication-Results: ietfa.amsl.com (amavisd-new); dkim=pass (1024-bit key) header.d=github.com
Received: from mail.ietf.org ([4.31.198.44]) by localhost (ietfa.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id XSLpi9Jb9OLN for <quic-issues@ietfa.amsl.com>; Fri, 11 Jan 2019 09:35:55 -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 9EE9C1294FA for <quic-issues@ietf.org>; Fri, 11 Jan 2019 09:35:55 -0800 (PST)
Date: Fri, 11 Jan 2019 09:35:54 -0800
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1547228154; bh=Bj3sXHaaFil8+KIOObzzLlh/HjcqfwfRplw5+gTs86Q=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=kknC5UyM5/VvNyvYngdjfdssUoGem8hEq1dQMIivvcyn6ry8lMfSGW0VXtuC7Twcb KVqOWTnWnMIu0OUqFEQHGeTFtHKbLs48f6BjtAmqP3UVfj3lcBu6ntrjx9suOIwJ/E dCzYxvg/htDWzVwhrUkJiP83nlITwqUn7KCTg3ms=
From: Lucas Pardue <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/2322/push/3202015546@github.com>
In-Reply-To: <quicwg/base-drafts/pull/2322@github.com>
References: <quicwg/base-drafts/pull/2322@github.com>
Subject: Re: [quicwg/base-drafts] Prioritization edits (#2322)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5c38d3fab707e_2f863fa7bfad45c091453"; charset=UTF-8
Content-Transfer-Encoding: 7bit
Precedence: list
X-GitHub-Sender: LPardue
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/n089bBvS_mVg6DPL8vvSvNjUMTc>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
List-Id: Notification list for GitHub issues related to the QUIC WG <quic-issues.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=unsubscribe>
List-Archive: <https://mailarchive.ietf.org/arch/browse/quic-issues/>
List-Post: <mailto:quic-issues@ietf.org>
List-Help: <mailto:quic-issues-request@ietf.org?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, 11 Jan 2019 17:36:04 -0000

----==_mimepart_5c38d3fab707e_2f863fa7bfad45c091453
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

@LPardue pushed 1 commit.

d3d519fda734c945050aa994f9905b61188eb102  Apply suggestions from Mike's code review


-- 
You are receiving this because you are subscribed to this thread.
View it on GitHub:
https://github.com/quicwg/base-drafts/pull/2322/files/cfdf3ba7d7ea9fbdfa7467de390def470146031b..d3d519fda734c945050aa994f9905b61188eb102

----==_mimepart_5c38d3fab707e_2f863fa7bfad45c091453
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

<p><a href="https://github.com/LPardue" class="user-mention">@LPardue</a> pushed 1 commit.</p>

<ul>
  <li><a class="commit-link" href="https://github.com/quicwg/base-drafts/commit/d3d519fda734c945050aa994f9905b61188eb102">d3d519f</a>  Apply suggestions from Mike&#39;s code review</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/2322/files/cfdf3ba7d7ea9fbdfa7467de390def470146031b..d3d519fda734c945050aa994f9905b61188eb102">View it on GitHub</a> or <a href="https://github.com/notifications/unsubscribe-auth/AWbkqxPeOu42fI7_HapsiNnlA3c5YBwqks5vCMt6gaJpZM4Z3n_A">mute the thread</a>.<img src="https://github.com/notifications/beacon/AWbkq-HPCzuiL-zKkGkavblrd0w5RKaSks5vCMt6gaJpZM4Z3n_A.gif" height="1" width="1" alt="" /></p>
<script type="application/json" data-scope="inboxmarkup">{"api_version":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name":"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"https://github.githubassets.com/images/email/message_cards/header.png","avatar_image_url":"https://github.githubassets.com/images/email/message_cards/avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/quicwg/base-drafts"}},"updates":{"snippets":[{"icon":"PERSON","message":"@LPardue pushed 1 commit in #2322"}],"action":{"name":"View Pull Request","url":"https://github.com/quicwg/base-drafts/pull/2322/files/cfdf3ba7d7ea9fbdfa7467de390def470146031b..d3d519fda734c945050aa994f9905b61188eb102"}}}</script>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/pull/2322/files/cfdf3ba7d7ea9fbdfa7467de390def470146031b..d3d519fda734c945050aa994f9905b61188eb102",
"url": "https://github.com/quicwg/base-drafts/pull/2322/files/cfdf3ba7d7ea9fbdfa7467de390def470146031b..d3d519fda734c945050aa994f9905b61188eb102",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>

----==_mimepart_5c38d3fab707e_2f863fa7bfad45c091453--


From nobody Fri Jan 11 09:45: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 99F5B1271FF for <quic-issues@ietfa.amsl.com>; Fri, 11 Jan 2019 09:45:51 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -11.149
X-Spam-Level: 
X-Spam-Status: No, score=-11.149 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIMWL_WL_HIGH=-4.553, 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_PASS=-0.001] autolearn=ham autolearn_force=no
Authentication-Results: ietfa.amsl.com (amavisd-new); dkim=pass (1024-bit key) header.d=github.com
Received: from mail.ietf.org ([4.31.198.44]) by localhost (ietfa.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id n1c3E5dwetVv for <quic-issues@ietfa.amsl.com>; Fri, 11 Jan 2019 09:45:50 -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 03D81126CB6 for <quic-issues@ietf.org>; Fri, 11 Jan 2019 09:45:50 -0800 (PST)
Date: Fri, 11 Jan 2019 09:45:49 -0800
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1547228749; bh=cZ+Ub6heHmC4bGMUmef350lutY3CsfuYEcKBWEr4QHw=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=LvSJ2IdQDtG6epklW93LuAgpfr3PV0yXZk/EeFv81KTx4KY7i96jjMxb9xuQueIl9 liWSxzBJA3hSu9/IwOIVQ+DN4pYkiWBRnhr4giObLGgWcm7MYvoh1kuQ4NhPOmnbN5 HUGkJ4UUqPGbZBhdmVJC92+E5m2OcVGeUZ/+4E6M=
From: Mike Bishop <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+0166e4abf86f628caaefd6b5505e2330b41c6e61cabcf21292cf000000011850984d92a169ce17ae7ded@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/issue/2321/issue_event/2069157086@github.com>
In-Reply-To: <quicwg/base-drafts/issues/2321@github.com>
References: <quicwg/base-drafts/issues/2321@github.com>
Subject: Re: [quicwg/base-drafts] "PRIORITY frame expresses priority of a stream" (#2321)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5c38d64d2f9b6_2f5e3fa7bfad45c01581db"; 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/oHb2nXlBFsRb10wXeZ0iM5sJPmM>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
List-Id: Notification list for GitHub issues related to the QUIC WG <quic-issues.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=unsubscribe>
List-Archive: <https://mailarchive.ietf.org/arch/browse/quic-issues/>
List-Post: <mailto:quic-issues@ietf.org>
List-Help: <mailto:quic-issues-request@ietf.org?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, 11 Jan 2019 17:45:52 -0000

----==_mimepart_5c38d64d2f9b6_2f5e3fa7bfad45c01581db
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

Closed #2321 via #2322.

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/quicwg/base-drafts/issues/2321#event-2069157086
----==_mimepart_5c38d64d2f9b6_2f5e3fa7bfad45c01581db
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="397311469" data-permission-text="Issue title is private" data-url="https://github.com/quicwg/base-drafts/issues/2321" data-hovercard-type="issue" data-hovercard-url="/quicwg/base-drafts/issues/2321/hovercard" href="https://github.com/quicwg/base-drafts/issues/2321">#2321</a> via <a class="issue-link js-issue-link" data-error-text="Failed to load issue title" data-id="397402771" data-permission-text="Issue title is private" data-url="https://github.com/quicwg/base-drafts/issues/2322" data-hovercard-type="pull_request" data-hovercard-url="/quicwg/base-drafts/pull/2322/hovercard" href="https://github.com/quicwg/base-drafts/pull/2322">#2322</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/2321#event-2069157086">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AWbkqwfiMYYoc8wAGdxZv0dMQLUF9iGQks5vCM3NgaJpZM4Z3N8q">mute the thread</a>.<img src="https://github.com/notifications/beacon/AWbkq0ngBGbRIgXtnYSdTRK23uvsgqNTks5vCM3NgaJpZM4Z3N8q.gif" height="1" width="1" alt="" /></p>
<script type="application/json" data-scope="inboxmarkup">{"api_version":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name":"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"https://github.githubassets.com/images/email/message_cards/header.png","avatar_image_url":"https://github.githubassets.com/images/email/message_cards/avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/quicwg/base-drafts"}},"updates":{"snippets":[{"icon":"DESCRIPTION","message":"Closed #2321 via #2322."}],"action":{"name":"View Issue","url":"https://github.com/quicwg/base-drafts/issues/2321#event-2069157086"}}}</script>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/issues/2321#event-2069157086",
"url": "https://github.com/quicwg/base-drafts/issues/2321#event-2069157086",
"name": "View Issue"
},
"description": "View this Issue on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>
----==_mimepart_5c38d64d2f9b6_2f5e3fa7bfad45c01581db--


From nobody Fri Jan 11 09:46: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 8A8DD126CB6 for <quic-issues@ietfa.amsl.com>; Fri, 11 Jan 2019 09:45:53 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -10.935
X-Spam-Level: 
X-Spam-Status: No, score=-10.935 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIMWL_WL_HIGH=-4.553, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, HTML_IMAGE_ONLY_24=1.618, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-1, RCVD_IN_DNSWL_HI=-5, SPF_PASS=-0.001] autolearn=ham autolearn_force=no
Authentication-Results: ietfa.amsl.com (amavisd-new); dkim=pass (1024-bit key) header.d=github.com
Received: from mail.ietf.org ([4.31.198.44]) by localhost (ietfa.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id ON4tnWcBDOUu for <quic-issues@ietfa.amsl.com>; Fri, 11 Jan 2019 09:45: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 128C0127133 for <quic-issues@ietf.org>; Fri, 11 Jan 2019 09:45:51 -0800 (PST)
Date: Fri, 11 Jan 2019 09:45:50 -0800
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1547228750; bh=1FOMl6RAjEVIiG0ZyBCvpb5wvDMMQSpj7l3ZxXosQoQ=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=p0iX1ePRN2vOmwyN1wtMTOCCMxmw4iv8uhPmdNzDcJ4VpVpsLtS0nHmWKk1UYPxPF DoO48R1Rq5YglzKwllpAhTNgGxpOHsqUWM9Gz9SCoQHOcfLZEAPGMNAo6oRF+smV4M 2cTpZpYWFq/ko/QN2Qc9uxkbcCwJclbnRfy993O4=
From: Mike Bishop <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+0166e4ab7721c673cc87dc8b7da870999584ed309da5235492cf000000011850984e92a169ce17afe293@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/pull/2322/issue_event/2069157080@github.com>
In-Reply-To: <quicwg/base-drafts/pull/2322@github.com>
References: <quicwg/base-drafts/pull/2322@github.com>
Subject: Re: [quicwg/base-drafts] Prioritization edits (#2322)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5c38d64e34645_50213fc4e5cd45bc6635f"; 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/frYx1mubj26nddhlxo1WfugilDc>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
List-Id: Notification list for GitHub issues related to the QUIC WG <quic-issues.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=unsubscribe>
List-Archive: <https://mailarchive.ietf.org/arch/browse/quic-issues/>
List-Post: <mailto:quic-issues@ietf.org>
List-Help: <mailto:quic-issues-request@ietf.org?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, 11 Jan 2019 17:45:54 -0000

----==_mimepart_5c38d64e34645_50213fc4e5cd45bc6635f
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

Merged #2322 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/2322#event-2069157080
----==_mimepart_5c38d64e34645_50213fc4e5cd45bc6635f
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="397402771" data-permission-text="Issue title is private" data-url="https://github.com/quicwg/base-drafts/issues/2322" data-hovercard-type="pull_request" data-hovercard-url="/quicwg/base-drafts/pull/2322/hovercard" href="https://github.com/quicwg/base-drafts/pull/2322">#2322</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/2322#event-2069157080">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AWbkq2IZpdugZseXNS-14SEx4KnpQyLkks5vCM3OgaJpZM4Z3n_A">mute the thread</a>.<img src="https://github.com/notifications/beacon/AWbkq7KXfkxgCnBgF-207bLA_ghq9kf7ks5vCM3OgaJpZM4Z3n_A.gif" height="1" width="1" alt="" /></p>
<script type="application/json" data-scope="inboxmarkup">{"api_version":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name":"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"https://github.githubassets.com/images/email/message_cards/header.png","avatar_image_url":"https://github.githubassets.com/images/email/message_cards/avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/quicwg/base-drafts"}},"updates":{"snippets":[{"icon":"DESCRIPTION","message":"Merged #2322 into master."}],"action":{"name":"View Pull Request","url":"https://github.com/quicwg/base-drafts/pull/2322#event-2069157080"}}}</script>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/pull/2322#event-2069157080",
"url": "https://github.com/quicwg/base-drafts/pull/2322#event-2069157080",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>
----==_mimepart_5c38d64e34645_50213fc4e5cd45bc6635f--


From nobody Fri Jan 11 11:57: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 4D784128B14 for <quic-issues@ietfa.amsl.com>; Fri, 11 Jan 2019 11:57:24 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -12.553
X-Spam-Level: 
X-Spam-Status: No, score=-12.553 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIMWL_WL_HIGH=-4.553, 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_PASS=-0.001] autolearn=ham autolearn_force=no
Authentication-Results: ietfa.amsl.com (amavisd-new); dkim=pass (1024-bit key) header.d=github.com
Received: from mail.ietf.org ([4.31.198.44]) by localhost (ietfa.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id ZJLRB9xjdq9t for <quic-issues@ietfa.amsl.com>; Fri, 11 Jan 2019 11:57:21 -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 2547D130E2B for <quic-issues@ietf.org>; Fri, 11 Jan 2019 11:57:21 -0800 (PST)
Date: Fri, 11 Jan 2019 11:57:19 -0800
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1547236640; bh=cKy30MBlXQD71d18yVumUv4trL5qBK+JQwINEeBcpgA=; h=Date:From:Reply-To:To:Cc:Subject:List-ID:List-Archive:List-Post: List-Unsubscribe:From; b=Q3sJfFEZBj4elVGVeXt4faxKoDXUWbdAYWL8k8jga3jcoOphVtUcHnVrwbJJh1Lzt kS7Vofzsm4icysNLbJoLtxpqUd5PDy7qvvQsbEhZ1Q3Q/aKDrznyGYt4AxnPAy+XGZ uUpieEE35Guf7GIq50hpLgFotQW81G+BJNQyCqKA=
From: afrind <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+0166e4abc727c51deb15579f3dacaec9d090084f571bf92892cf000000011850b71f92a169ce17bf8a90@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/pull/2330@github.com>
Subject: [quicwg/base-drafts] QPACK: Clarify how maximum dynamic table capacity can be set (#2330)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5c38f51ff2b7a_3f833f972c4d45c4211b1"; 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/U7POM-4TI5iVxdqzPuniMTiHWd4>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
List-Id: Notification list for GitHub issues related to the QUIC WG <quic-issues.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=unsubscribe>
List-Archive: <https://mailarchive.ietf.org/arch/browse/quic-issues/>
List-Post: <mailto:quic-issues@ietf.org>
List-Help: <mailto:quic-issues-request@ietf.org?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, 11 Jan 2019 19:57:24 -0000

----==_mimepart_5c38f51ff2b7a_3f833f972c4d45c4211b1
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

0-RTT client
 Use remembered value
 If 0, server can increase in SETTINGS
 otherwise server must use this value in SETTINGS

Everyone else
 Starts at 0
 Can be set to non-zero by SETTINGS

This started as a modification of #2257, but the differences were significant enough I split it off.

Fixes #2276
You can view, comment on, or merge this pull request online at:

  https://github.com/quicwg/base-drafts/pull/2330

-- Commit Summary --

  * QPACK: Clarify how maximum dynamic table capacity can be set

-- File Changes --

    M draft-ietf-quic-qpack.md (24)

-- Patch Links --

https://github.com/quicwg/base-drafts/pull/2330.patch
https://github.com/quicwg/base-drafts/pull/2330.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/2330

----==_mimepart_5c38f51ff2b7a_3f833f972c4d45c4211b1
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

<p>0-RTT client<br>
Use remembered value<br>
If 0, server can increase in SETTINGS<br>
otherwise server must use this value in SETTINGS</p>
<p>Everyone else<br>
Starts at 0<br>
Can be set to non-zero by SETTINGS</p>
<p>This started as a modification of <a class="issue-link js-issue-link" data-error-text="Failed to load issue title" data-id="394189844" data-permission-text="Issue title is private" data-url="https://github.com/quicwg/base-drafts/issues/2257" data-hovercard-type="pull_request" data-hovercard-url="/quicwg/base-drafts/pull/2257/hovercard" href="https://github.com/quicwg/base-drafts/pull/2257">#2257</a>, but the differences were significant enough I split it off.</p>
<p><span class="issue-keyword tooltipped tooltipped-se" aria-label="This pull request closes issue #2276.">Fixes</span> <a class="issue-link js-issue-link" data-error-text="Failed to load issue title" data-id="394917254" data-permission-text="Issue title is private" data-url="https://github.com/quicwg/base-drafts/issues/2276" data-hovercard-type="issue" data-hovercard-url="/quicwg/base-drafts/issues/2276/hovercard" href="https://github.com/quicwg/base-drafts/issues/2276">#2276</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/2330'>https://github.com/quicwg/base-drafts/pull/2330</a></p>

<h4>Commit Summary</h4>
<ul>
  <li>QPACK: Clarify how maximum dynamic table capacity can be set</li>
</ul>

<h4>File Changes</h4>
<ul>
  <li>
    <strong>M</strong>
    <a href="https://github.com/quicwg/base-drafts/pull/2330/files#diff-0">draft-ietf-quic-qpack.md</a>
    (24)
  </li>
</ul>

<h4>Patch Links:</h4>
<ul>
  <li><a href='https://github.com/quicwg/base-drafts/pull/2330.patch'>https://github.com/quicwg/base-drafts/pull/2330.patch</a></li>
  <li><a href='https://github.com/quicwg/base-drafts/pull/2330.diff'>https://github.com/quicwg/base-drafts/pull/2330.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/2330">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AWbkqx614lriYooked0-dANX50tCGUp_ks5vCOyfgaJpZM4Z8FHJ">mute the thread</a>.<img src="https://github.com/notifications/beacon/AWbkq8sQq-6xRMVPfD-q_RIZzkBfStz1ks5vCOyfgaJpZM4Z8FHJ.gif" height="1" width="1" alt="" /></p>
<script type="application/json" data-scope="inboxmarkup">{"api_version":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name":"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"https://github.githubassets.com/images/email/message_cards/header.png","avatar_image_url":"https://github.githubassets.com/images/email/message_cards/avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/quicwg/base-drafts"}},"updates":{"snippets":[{"icon":"DESCRIPTION","message":"QPACK: Clarify how maximum dynamic table capacity can be set (#2330)"}],"action":{"name":"View Pull Request","url":"https://github.com/quicwg/base-drafts/pull/2330"}}}</script>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/pull/2330",
"url": "https://github.com/quicwg/base-drafts/pull/2330",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>

----==_mimepart_5c38f51ff2b7a_3f833f972c4d45c4211b1--


From nobody Fri Jan 11 12:40: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 37FA2128B14 for <quic-issues@ietfa.amsl.com>; Fri, 11 Jan 2019 12:40:21 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -10.935
X-Spam-Level: 
X-Spam-Status: No, score=-10.935 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIMWL_WL_HIGH=-4.553, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, HTML_IMAGE_ONLY_24=1.618, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-1, RCVD_IN_DNSWL_HI=-5, SPF_PASS=-0.001] autolearn=ham autolearn_force=no
Authentication-Results: ietfa.amsl.com (amavisd-new); dkim=pass (1024-bit key) header.d=github.com
Received: from mail.ietf.org ([4.31.198.44]) by localhost (ietfa.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id fYmxjxaaHDSx for <quic-issues@ietfa.amsl.com>; Fri, 11 Jan 2019 12:40: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 B6D23128D0C for <quic-issues@ietf.org>; Fri, 11 Jan 2019 12:40:19 -0800 (PST)
Date: Fri, 11 Jan 2019 12:40:18 -0800
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1547239218; bh=+ldICipIRemkRQZ5JB7hSISeOcEtEKDW+uJNUaAZ/kE=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=me9Ax7vZFLWfgnmypTzoPXCZui/Km2cVz+aWEueNwfr2gugh0YUqZC1h2IasJYwPg bO2iziChq3inIFTc36Lx3vk4VpaVmF9mtbeh5aAdzAyzZo4fTzMYKdKXL05cv0CHMI qaICwAYBJXb2fAojjvfz5gNXi1/67bqAYekKeZOo=
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/1637/push/3202503284@github.com>
In-Reply-To: <quicwg/base-drafts/pull/1637@github.com>
References: <quicwg/base-drafts/pull/1637@github.com>
Subject: Re: [quicwg/base-drafts] Discuss Application-Limited Sending (#1637)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5c38ff32a304f_61603f919bad45b41006ae"; 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/3rxyZBhuD5X2Zhq_N7k_SHzbQYE>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
List-Id: Notification list for GitHub issues related to the QUIC WG <quic-issues.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=unsubscribe>
List-Archive: <https://mailarchive.ietf.org/arch/browse/quic-issues/>
List-Post: <mailto:quic-issues@ietf.org>
List-Help: <mailto:quic-issues-request@ietf.org?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, 11 Jan 2019 20:40:21 -0000

----==_mimepart_5c38ff32a304f_61603f919bad45b41006ae
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

@ianswett pushed 1 commit.

b6546ab40393f119ab92929019eee6b94df946c2  Merge branch 'master' into ianswett-app-limited


-- 
You are receiving this because you are subscribed to this thread.
View it on GitHub:
https://github.com/quicwg/base-drafts/pull/1637/files/a38f3f9e44b95bed81592394ecbeb5f6eb0fa97a..b6546ab40393f119ab92929019eee6b94df946c2

----==_mimepart_5c38ff32a304f_61603f919bad45b41006ae
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/b6546ab40393f119ab92929019eee6b94df946c2">b6546ab</a>  Merge branch &#39;master&#39; into ianswett-app-limited</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/1637/files/a38f3f9e44b95bed81592394ecbeb5f6eb0fa97a..b6546ab40393f119ab92929019eee6b94df946c2">View it on GitHub</a> or <a href="https://github.com/notifications/unsubscribe-auth/AWbkq7Is0uh0K-_kucNIzOV3hi_NQCcZks5vCPaygaJpZM4VytaJ">mute the thread</a>.<img src="https://github.com/notifications/beacon/AWbkqx9Ga_OcP-TXkIpSC4BiBWRGH9wLks5vCPaygaJpZM4VytaJ.gif" height="1" width="1" alt="" /></p>
<script type="application/json" data-scope="inboxmarkup">{"api_version":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name":"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"https://github.githubassets.com/images/email/message_cards/header.png","avatar_image_url":"https://github.githubassets.com/images/email/message_cards/avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/quicwg/base-drafts"}},"updates":{"snippets":[{"icon":"PERSON","message":"@ianswett pushed 1 commit in #1637"}],"action":{"name":"View Pull Request","url":"https://github.com/quicwg/base-drafts/pull/1637/files/a38f3f9e44b95bed81592394ecbeb5f6eb0fa97a..b6546ab40393f119ab92929019eee6b94df946c2"}}}</script>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/pull/1637/files/a38f3f9e44b95bed81592394ecbeb5f6eb0fa97a..b6546ab40393f119ab92929019eee6b94df946c2",
"url": "https://github.com/quicwg/base-drafts/pull/1637/files/a38f3f9e44b95bed81592394ecbeb5f6eb0fa97a..b6546ab40393f119ab92929019eee6b94df946c2",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>

----==_mimepart_5c38ff32a304f_61603f919bad45b41006ae--


From nobody Fri Jan 11 12:42: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 32AD0128D0C for <quic-issues@ietfa.amsl.com>; Fri, 11 Jan 2019 12:42:40 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -11.149
X-Spam-Level: 
X-Spam-Status: No, score=-11.149 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIMWL_WL_HIGH=-4.553, 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_PASS=-0.001] autolearn=ham autolearn_force=no
Authentication-Results: ietfa.amsl.com (amavisd-new); dkim=pass (1024-bit key) header.d=github.com
Received: from mail.ietf.org ([4.31.198.44]) by localhost (ietfa.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id dhNyqvyrKytR for <quic-issues@ietfa.amsl.com>; Fri, 11 Jan 2019 12:42: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 5D8D3128B14 for <quic-issues@ietf.org>; Fri, 11 Jan 2019 12:42:38 -0800 (PST)
Date: Fri, 11 Jan 2019 12:42:37 -0800
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1547239357; bh=PwFWsDQmBavgRwflus03ZB1zgk+tBFhb9L2uoQEk3Ss=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=noHsfQgxx1ODLaemxYgPDYubtHifWTALzJgKuUavtzb6/cvJ4YrDfXdclkmPM0J0O tDQkFDBE9gEGZjKCPYxWBt7lUFyzBFtOb4C/VpcCa+kSpXF4sSoRFG6CeRcb0wfxyo GLSt4PoK5oOMptN5134nFzCgFjEgKz6iMGbSQj88=
From: ianswett <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+0166e4ab72398a0b2187e9afac70a557e5bf5847974667ca92cf000000011850c1bd92a169ce14c4e0aa@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/pull/1637/review/191858170@github.com>
In-Reply-To: <quicwg/base-drafts/pull/1637@github.com>
References: <quicwg/base-drafts/pull/1637@github.com>
Subject: Re: [quicwg/base-drafts] Discuss Application-Limited Sending (#1637)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5c38ffbd53ef7_dd03fa9b22d45c41073ee"; 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/VIy9MdEglJmMUTpM99OKERwE1dk>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
List-Id: Notification list for GitHub issues related to the QUIC WG <quic-issues.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=unsubscribe>
List-Archive: <https://mailarchive.ietf.org/arch/browse/quic-issues/>
List-Post: <mailto:quic-issues@ietf.org>
List-Help: <mailto:quic-issues-request@ietf.org?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, 11 Jan 2019 20:42:40 -0000

----==_mimepart_5c38ffbd53ef7_dd03fa9b22d45c41073ee
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

ianswett commented on this pull request.



>  
    OnPacketAckedCC(acked_packet):
      // Remove from bytes_in_flight.
      bytes_in_flight -= acked_packet.bytes
      if (InRecovery(acked_packet.packet_number)):
        // Do not increase congestion window in recovery period.
        return
+     if (IsAppLimited())
+       // Do not increase congestion_window if application limited.
+       return

Agreed, getting this right is complex.  I am going to not define the IsAppLimited() method, but document what it's intent 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/1637#discussion_r247248134
----==_mimepart_5c38ffbd53ef7_dd03fa9b22d45c41073ee
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/1637#discussion_r247248134">draft-ietf-quic-recovery.md</a>:</p>
<pre style='color:#555'>&gt;  
    OnPacketAckedCC(acked_packet):
      // Remove from bytes_in_flight.
      bytes_in_flight -= acked_packet.bytes
      if (InRecovery(acked_packet.packet_number)):
        // Do not increase congestion window in recovery period.
        return
+     if (IsAppLimited())
+       // Do not increase congestion_window if application limited.
+       return
</pre>
<p>Agreed, getting this right is complex.  I am going to not define the IsAppLimited() method, but document what it's intent 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/1637#discussion_r247248134">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AWbkqyPVQFq7RrNVBAbnZubD58oVQTPEks5vCPc9gaJpZM4VytaJ">mute the thread</a>.<img src="https://github.com/notifications/beacon/AWbkq-dzNSMv5FyEtAcd7ApWwqA0SQ_bks5vCPc9gaJpZM4VytaJ.gif" height="1" width="1" alt="" /></p>
<script type="application/json" data-scope="inboxmarkup">{"api_version":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name":"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"https://github.githubassets.com/images/email/message_cards/header.png","avatar_image_url":"https://github.githubassets.com/images/email/message_cards/avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/quicwg/base-drafts"}},"updates":{"snippets":[{"icon":"PERSON","message":"@ianswett commented on #1637"}],"action":{"name":"View Pull Request","url":"https://github.com/quicwg/base-drafts/pull/1637#discussion_r247248134"}}}</script>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/pull/1637#discussion_r247248134",
"url": "https://github.com/quicwg/base-drafts/pull/1637#discussion_r247248134",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>
----==_mimepart_5c38ffbd53ef7_dd03fa9b22d45c41073ee--


From nobody Fri Jan 11 12:54: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 49C76128D52 for <quic-issues@ietfa.amsl.com>; Fri, 11 Jan 2019 12:54:39 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -10.935
X-Spam-Level: 
X-Spam-Status: No, score=-10.935 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIMWL_WL_HIGH=-4.553, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, HTML_IMAGE_ONLY_24=1.618, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-1, RCVD_IN_DNSWL_HI=-5, SPF_PASS=-0.001] autolearn=ham autolearn_force=no
Authentication-Results: ietfa.amsl.com (amavisd-new); dkim=pass (1024-bit key) header.d=github.com
Received: from mail.ietf.org ([4.31.198.44]) by localhost (ietfa.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id IkmnP9kPynhX for <quic-issues@ietfa.amsl.com>; Fri, 11 Jan 2019 12:54:37 -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 DF330129AA0 for <quic-issues@ietf.org>; Fri, 11 Jan 2019 12:54:36 -0800 (PST)
Date: Fri, 11 Jan 2019 12:54:35 -0800
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1547240075; bh=UVK3aYBJS+lep/CVe/jejFRYvFqEEFVxUz98fJ5D0oY=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=IRGk+xplQCkuooT9JzxHP24do/VV9xag7GPSBg/fXEx9gQW0qq7/xJAEhFQ72Cyvn 6/4BVt55My9PSIWcskFLJjQDbmMKTRkVi9r3WP56RRQGedAR5TAGdE07ZtBY5Y55Wx CjJUDBlXgdeCRZA95OoiTjZolnSot1Q51mmo+yqo=
From: afrind <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+0166e4ab7102fe4c3e2ab56786a9ce23b78db770eec1344192cf000000011850c48b92a169ce177edbe7@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/pull/2256/issue_event/2069519003@github.com>
In-Reply-To: <quicwg/base-drafts/pull/2256@github.com>
References: <quicwg/base-drafts/pull/2256@github.com>
Subject: Re: [quicwg/base-drafts] Initial maximum table size is zero. (#2256)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5c39028be130a_7ab23f7e1b0d45c02546e1"; 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/XCIKPb7DzhrJR_AR_cJdLP679yE>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
List-Id: Notification list for GitHub issues related to the QUIC WG <quic-issues.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=unsubscribe>
List-Archive: <https://mailarchive.ietf.org/arch/browse/quic-issues/>
List-Post: <mailto:quic-issues@ietf.org>
List-Help: <mailto:quic-issues-request@ietf.org?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, 11 Jan 2019 20:54:39 -0000

----==_mimepart_5c39028be130a_7ab23f7e1b0d45c02546e1
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

Closed #2256.

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/quicwg/base-drafts/pull/2256#event-2069519003
----==_mimepart_5c39028be130a_7ab23f7e1b0d45c02546e1
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="394189799" data-permission-text="Issue title is private" data-url="https://github.com/quicwg/base-drafts/issues/2256" data-hovercard-type="pull_request" data-hovercard-url="/quicwg/base-drafts/pull/2256/hovercard" href="https://github.com/quicwg/base-drafts/pull/2256">#2256</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/2256#event-2069519003">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AWbkqwTT79qDRwUcFg3v1_Px-aNhJNetks5vCPoLgaJpZM4Zh2cV">mute the thread</a>.<img src="https://github.com/notifications/beacon/AWbkq5_mUWOPn1oOlDlM4uShasHR9HIHks5vCPoLgaJpZM4Zh2cV.gif" height="1" width="1" alt="" /></p>
<script type="application/json" data-scope="inboxmarkup">{"api_version":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name":"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"https://github.githubassets.com/images/email/message_cards/header.png","avatar_image_url":"https://github.githubassets.com/images/email/message_cards/avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/quicwg/base-drafts"}},"updates":{"snippets":[{"icon":"DESCRIPTION","message":"Closed #2256."}],"action":{"name":"View Pull Request","url":"https://github.com/quicwg/base-drafts/pull/2256#event-2069519003"}}}</script>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/pull/2256#event-2069519003",
"url": "https://github.com/quicwg/base-drafts/pull/2256#event-2069519003",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>
----==_mimepart_5c39028be130a_7ab23f7e1b0d45c02546e1--


From nobody Fri Jan 11 12: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 3A210129AA0 for <quic-issues@ietfa.amsl.com>; Fri, 11 Jan 2019 12:54:40 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -11.149
X-Spam-Level: 
X-Spam-Status: No, score=-11.149 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIMWL_WL_HIGH=-4.553, 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_PASS=-0.001] autolearn=ham autolearn_force=no
Authentication-Results: ietfa.amsl.com (amavisd-new); dkim=pass (1024-bit key) header.d=github.com
Received: from mail.ietf.org ([4.31.198.44]) by localhost (ietfa.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id ZSRVrRoOy9pI for <quic-issues@ietfa.amsl.com>; Fri, 11 Jan 2019 12:54: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 E60C112D4E8 for <quic-issues@ietf.org>; Fri, 11 Jan 2019 12:54:36 -0800 (PST)
Date: Fri, 11 Jan 2019 12:54:35 -0800
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1547240075; bh=G+a8ZTsjkjLTLlEPI91/yY3ZrSUVzarA5+JwICyKKFc=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=djWUB2N91ydeCjmLyu1yWPF/HiJ9d9iG6v9TJ2ny4twhcW6413leQLn50rcM0kBHo 9KNX+XzGzXkz9t6pBgdyJaWipBW3/WDID5sQaCy+P4ndg6unME8n4p492abT/ATPvY rT5/WkfSWbNg1jZgQg844XhO1gv71Rx+vuSZw5OU=
From: afrind <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+0166e4ab7102fe4c3e2ab56786a9ce23b78db770eec1344192cf000000011850c48b92a169ce177edbe7@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/pull/2256/c453653449@github.com>
In-Reply-To: <quicwg/base-drafts/pull/2256@github.com>
References: <quicwg/base-drafts/pull/2256@github.com>
Subject: Re: [quicwg/base-drafts] Initial maximum table size is zero. (#2256)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5c39028becb5c_13963ffbd8ad45bc225134"; 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/LPnYEHsF00VkLnO3XINqV77u6jc>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
List-Id: Notification list for GitHub issues related to the QUIC WG <quic-issues.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=unsubscribe>
List-Archive: <https://mailarchive.ietf.org/arch/browse/quic-issues/>
List-Post: <mailto:quic-issues@ietf.org>
List-Help: <mailto:quic-issues-request@ietf.org?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, 11 Jan 2019 20:54:41 -0000

----==_mimepart_5c39028becb5c_13963ffbd8ad45bc225134
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

I think we need to include something about the SETTING in there.  #2257 or #2330

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/quicwg/base-drafts/pull/2256#issuecomment-453653449
----==_mimepart_5c39028becb5c_13963ffbd8ad45bc225134
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

<p>I think we need to include something about the SETTING in there.  <a class="issue-link js-issue-link" data-error-text="Failed to load issue title" data-id="394189844" data-permission-text="Issue title is private" data-url="https://github.com/quicwg/base-drafts/issues/2257" data-hovercard-type="pull_request" data-hovercard-url="/quicwg/base-drafts/pull/2257/hovercard" href="https://github.com/quicwg/base-drafts/pull/2257">#2257</a> or <a class="issue-link js-issue-link" data-error-text="Failed to load issue title" data-id="398428816" data-permission-text="Issue title is private" data-url="https://github.com/quicwg/base-drafts/issues/2330" data-hovercard-type="pull_request" data-hovercard-url="/quicwg/base-drafts/pull/2330/hovercard" href="https://github.com/quicwg/base-drafts/pull/2330">#2330</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/2256#issuecomment-453653449">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AWbkqwTT79qDRwUcFg3v1_Px-aNhJNetks5vCPoLgaJpZM4Zh2cV">mute the thread</a>.<img src="https://github.com/notifications/beacon/AWbkq5_mUWOPn1oOlDlM4uShasHR9HIHks5vCPoLgaJpZM4Zh2cV.gif" height="1" width="1" alt="" /></p>
<script type="application/json" data-scope="inboxmarkup">{"api_version":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name":"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"https://github.githubassets.com/images/email/message_cards/header.png","avatar_image_url":"https://github.githubassets.com/images/email/message_cards/avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/quicwg/base-drafts"}},"updates":{"snippets":[{"icon":"PERSON","message":"@afrind in #2256: I think we need to include something about the SETTING in there.  #2257 or #2330"}],"action":{"name":"View Pull Request","url":"https://github.com/quicwg/base-drafts/pull/2256#issuecomment-453653449"}}}</script>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/pull/2256#issuecomment-453653449",
"url": "https://github.com/quicwg/base-drafts/pull/2256#issuecomment-453653449",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>
----==_mimepart_5c39028becb5c_13963ffbd8ad45bc225134--


From nobody Fri Jan 11 13:07: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 31A68128D0C for <quic-issues@ietfa.amsl.com>; Fri, 11 Jan 2019 13:07:04 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -10.935
X-Spam-Level: 
X-Spam-Status: No, score=-10.935 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIMWL_WL_HIGH=-4.553, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, HTML_IMAGE_ONLY_24=1.618, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-1, RCVD_IN_DNSWL_HI=-5, SPF_PASS=-0.001] autolearn=ham autolearn_force=no
Authentication-Results: ietfa.amsl.com (amavisd-new); dkim=pass (1024-bit key) header.d=github.com
Received: from mail.ietf.org ([4.31.198.44]) by localhost (ietfa.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id txyslUdBE3xc for <quic-issues@ietfa.amsl.com>; Fri, 11 Jan 2019 13:07: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 72369128B14 for <quic-issues@ietf.org>; Fri, 11 Jan 2019 13:07:02 -0800 (PST)
Date: Fri, 11 Jan 2019 13:07:01 -0800
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1547240821; bh=ixT2OyI+XRFeqhHtMYCqddF6PIhCqp1os6AYeThGzd8=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=az6vATjK29IwBkeJH9xiGj9lfZo85k4qmP/6Zlqz5qgkeohEvtlX1yB1BNu4A99XY dLqG6yZHQRt4H9MSZRAtlUSQ80WRA5k2EhGHwkyoqQXHLqe4dD6xh6Gq4mFM2syn/q B8/fz/dRrWe5rsZIHOWFOmOBx1b1G3cOUWKzl7cM=
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/1637/push/3202567583@github.com>
In-Reply-To: <quicwg/base-drafts/pull/1637@github.com>
References: <quicwg/base-drafts/pull/1637@github.com>
Subject: Re: [quicwg/base-drafts] Discuss Application-Limited Sending (#1637)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5c390575af766_2e63fa9b22d45c459475d"; 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/dveAvuIZ83DCWUv3jmNclWrnz28>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
List-Id: Notification list for GitHub issues related to the QUIC WG <quic-issues.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=unsubscribe>
List-Archive: <https://mailarchive.ietf.org/arch/browse/quic-issues/>
List-Post: <mailto:quic-issues@ietf.org>
List-Help: <mailto:quic-issues-request@ietf.org?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, 11 Jan 2019 21:07:04 -0000

----==_mimepart_5c390575af766_2e63fa9b22d45c459475d
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

@ianswett pushed 1 commit.

f49e4a4707d2733b178079d2655dbe61a60b8ef9  Rewrite and specifically note pacing


-- 
You are receiving this because you are subscribed to this thread.
View it on GitHub:
https://github.com/quicwg/base-drafts/pull/1637/files/b6546ab40393f119ab92929019eee6b94df946c2..f49e4a4707d2733b178079d2655dbe61a60b8ef9

----==_mimepart_5c390575af766_2e63fa9b22d45c459475d
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/f49e4a4707d2733b178079d2655dbe61a60b8ef9">f49e4a4</a>  Rewrite and specifically note pacing</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/1637/files/b6546ab40393f119ab92929019eee6b94df946c2..f49e4a4707d2733b178079d2655dbe61a60b8ef9">View it on GitHub</a> or <a href="https://github.com/notifications/unsubscribe-auth/AWbkqxW10E-ldifvSPgh2jsLa2TUGPnfks5vCPz1gaJpZM4VytaJ">mute the thread</a>.<img src="https://github.com/notifications/beacon/AWbkqyjW5anMslmOaQj9UmrC_wENKOx3ks5vCPz1gaJpZM4VytaJ.gif" height="1" width="1" alt="" /></p>
<script type="application/json" data-scope="inboxmarkup">{"api_version":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name":"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"https://github.githubassets.com/images/email/message_cards/header.png","avatar_image_url":"https://github.githubassets.com/images/email/message_cards/avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/quicwg/base-drafts"}},"updates":{"snippets":[{"icon":"PERSON","message":"@ianswett pushed 1 commit in #1637"}],"action":{"name":"View Pull Request","url":"https://github.com/quicwg/base-drafts/pull/1637/files/b6546ab40393f119ab92929019eee6b94df946c2..f49e4a4707d2733b178079d2655dbe61a60b8ef9"}}}</script>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/pull/1637/files/b6546ab40393f119ab92929019eee6b94df946c2..f49e4a4707d2733b178079d2655dbe61a60b8ef9",
"url": "https://github.com/quicwg/base-drafts/pull/1637/files/b6546ab40393f119ab92929019eee6b94df946c2..f49e4a4707d2733b178079d2655dbe61a60b8ef9",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>

----==_mimepart_5c390575af766_2e63fa9b22d45c459475d--


From nobody Fri Jan 11 13:08: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 A040E128CE4 for <quic-issues@ietfa.amsl.com>; Fri, 11 Jan 2019 13:08:40 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -10.935
X-Spam-Level: 
X-Spam-Status: No, score=-10.935 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIMWL_WL_HIGH=-4.553, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, HTML_IMAGE_ONLY_24=1.618, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-1, RCVD_IN_DNSWL_HI=-5, SPF_PASS=-0.001] autolearn=ham autolearn_force=no
Authentication-Results: ietfa.amsl.com (amavisd-new); dkim=pass (1024-bit key) header.d=github.com
Received: from mail.ietf.org ([4.31.198.44]) by localhost (ietfa.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id jaiUzB1C8BJy for <quic-issues@ietfa.amsl.com>; Fri, 11 Jan 2019 13:08: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 19B91128B14 for <quic-issues@ietf.org>; Fri, 11 Jan 2019 13:08:39 -0800 (PST)
Date: Fri, 11 Jan 2019 13:08:38 -0800
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1547240918; bh=cTPzmH3NTw2HNy7mDquYPSCTgb9hfA6/jxN1dvujGws=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=OsNsvVfTrXxbktHW/i1mPAaobb27xXDjMca59LeF7l+8eTnh47RAk/4LiZK9tuQWS 8wYcE/614dvUGcsswfcBo6JY7VN5+Yzi0bi1T0LWf366ZLws/SFNJEGPdi42pNpFv2 gnDapPgLQI0xtW62ztWjeSVONWn2famwzQxjTHr0=
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/1637/push/3202571656@github.com>
In-Reply-To: <quicwg/base-drafts/pull/1637@github.com>
References: <quicwg/base-drafts/pull/1637@github.com>
Subject: Re: [quicwg/base-drafts] Discuss Application-Limited Sending (#1637)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5c3905d66ada4_4c1c3fd2c12d45b420143e"; 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/QpM74xvuQcZaZRVZREsOcICrkJU>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
List-Id: Notification list for GitHub issues related to the QUIC WG <quic-issues.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=unsubscribe>
List-Archive: <https://mailarchive.ietf.org/arch/browse/quic-issues/>
List-Post: <mailto:quic-issues@ietf.org>
List-Help: <mailto:quic-issues-request@ietf.org?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, 11 Jan 2019 21:08:41 -0000

----==_mimepart_5c3905d66ada4_4c1c3fd2c12d45b420143e
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

@ianswett pushed 1 commit.

10f9dedbf84d828cf2d49cf3dbe9ed367e89593d  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/1637/files/f49e4a4707d2733b178079d2655dbe61a60b8ef9..10f9dedbf84d828cf2d49cf3dbe9ed367e89593d

----==_mimepart_5c3905d66ada4_4c1c3fd2c12d45b420143e
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/10f9dedbf84d828cf2d49cf3dbe9ed367e89593d">10f9ded</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/1637/files/f49e4a4707d2733b178079d2655dbe61a60b8ef9..10f9dedbf84d828cf2d49cf3dbe9ed367e89593d">View it on GitHub</a> or <a href="https://github.com/notifications/unsubscribe-auth/AWbkq-Ba_AU23CKEYxJK8vAFvcEKGTsNks5vCP1WgaJpZM4VytaJ">mute the thread</a>.<img src="https://github.com/notifications/beacon/AWbkq0v8YZBdARR7zu04L0DSaf5cyQVcks5vCP1WgaJpZM4VytaJ.gif" height="1" width="1" alt="" /></p>
<script type="application/json" data-scope="inboxmarkup">{"api_version":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name":"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"https://github.githubassets.com/images/email/message_cards/header.png","avatar_image_url":"https://github.githubassets.com/images/email/message_cards/avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/quicwg/base-drafts"}},"updates":{"snippets":[{"icon":"PERSON","message":"@ianswett pushed 1 commit in #1637"}],"action":{"name":"View Pull Request","url":"https://github.com/quicwg/base-drafts/pull/1637/files/f49e4a4707d2733b178079d2655dbe61a60b8ef9..10f9dedbf84d828cf2d49cf3dbe9ed367e89593d"}}}</script>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/pull/1637/files/f49e4a4707d2733b178079d2655dbe61a60b8ef9..10f9dedbf84d828cf2d49cf3dbe9ed367e89593d",
"url": "https://github.com/quicwg/base-drafts/pull/1637/files/f49e4a4707d2733b178079d2655dbe61a60b8ef9..10f9dedbf84d828cf2d49cf3dbe9ed367e89593d",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>

----==_mimepart_5c3905d66ada4_4c1c3fd2c12d45b420143e--


From nobody Fri Jan 11 13:38: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 E6CD31200D7 for <quic-issues@ietfa.amsl.com>; Fri, 11 Jan 2019 13:38:47 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -12.552
X-Spam-Level: 
X-Spam-Status: No, score=-12.552 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIMWL_WL_HIGH=-4.553, 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_PASS=-0.001] autolearn=ham autolearn_force=no
Authentication-Results: ietfa.amsl.com (amavisd-new); dkim=pass (1024-bit key) header.d=github.com
Received: from mail.ietf.org ([4.31.198.44]) by localhost (ietfa.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id MK4DPjB1gpCl for <quic-issues@ietfa.amsl.com>; Fri, 11 Jan 2019 13:38: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 F31F91200B3 for <quic-issues@ietf.org>; Fri, 11 Jan 2019 13:38:45 -0800 (PST)
Date: Fri, 11 Jan 2019 13:38:44 -0800
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1547242724; bh=hxqcIo/b5K/T0vDuwmx88Jl/bVlgpHTVPLv2EcXLj0w=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=n0WxXF1E6G5Jf2Ajmv5mShpeQhb6neH3gTEpvdP5Q2m39TB3BDdPtw52Rr30N6sSi lmGAl6IcREgUUWXn3ssOPwK2/f2G5YT35j1iISTefHAj2tMbWMkl42lqSiutXcFIdj zo8lq2dYF5oX3fZTgFR6t97O4elmpH8y7IOhCp8k=
From: afrind <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+0166e4abdb253efc3f076f0d459ed61e8abe93b5a8feb04d92cf000000011850cee492a169ce1646529e@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/issues/1904/453665134@github.com>
In-Reply-To: <quicwg/base-drafts/issues/1904@github.com>
References: <quicwg/base-drafts/issues/1904@github.com>
Subject: Re: [quicwg/base-drafts] Alternative largest reference algorithm (#1904)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5c390ce4ba324_5c03fe2536d45b4333a9"; 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/kpQcJDak3OnXif_s6mRUx66liPw>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
List-Id: Notification list for GitHub issues related to the QUIC WG <quic-issues.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=unsubscribe>
List-Archive: <https://mailarchive.ietf.org/arch/browse/quic-issues/>
List-Post: <mailto:quic-issues@ietf.org>
List-Help: <mailto:quic-issues-request@ietf.org?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, 11 Jan 2019 21:38:48 -0000

----==_mimepart_5c390ce4ba324_5c03fe2536d45b4333a9
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

I'd like to make it a requirement that the algorithm produce an error if the encoder sent a value that is not possible if it were following the rules in the spec.  Example per the discussion in #2112:

MaxEntries = 10
TotalNumberOfInserts (decoder_base) = 2
WireLR = 18

This algorithm returns 17.  What is the guidance to convert this to an error?  Is it:

```
if lr > max_value:
  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/issues/1904#issuecomment-453665134
----==_mimepart_5c390ce4ba324_5c03fe2536d45b4333a9
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: quoted-printable

<p>I'd like to make it a requirement that the algorithm produce an error =
if the encoder sent a value that is not possible if it were following the=
 rules in the spec.  Example per the discussion in <a class=3D"issue-link=
 js-issue-link" data-error-text=3D"Failed to load issue title" data-id=3D=
"389626872" data-permission-text=3D"Issue title is private" data-url=3D"h=
ttps://github.com/quicwg/base-drafts/issues/2112" data-hovercard-type=3D"=
issue" data-hovercard-url=3D"/quicwg/base-drafts/issues/2112/hovercard" h=
ref=3D"https://github.com/quicwg/base-drafts/issues/2112">#2112</a>:</p>
<p>MaxEntries =3D 10<br>
TotalNumberOfInserts (decoder_base) =3D 2<br>
WireLR =3D 18</p>
<p>This algorithm returns 17.  What is the guidance to convert this to an=
 error?  Is it:</p>
<pre><code>if lr &gt; max_value:
  Error
</code></pre>

<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/1904#issuecomment-453665134">view it on GitHub</a>,=
 or <a href=3D"https://github.com/notifications/unsubscribe-auth/AWbkq_UA=
SeFdGWMJR8q5BDr_eKyWEbdrks5vCQRkgaJpZM4X5MfV">mute the thread</a>.<img sr=
c=3D"https://github.com/notifications/beacon/AWbkq4jBUpmWwADeAG4hwa1yiadG=
Scu8ks5vCQRkgaJpZM4X5MfV.gif" height=3D"1" width=3D"1" alt=3D"" /></p>
<script type=3D"application/json" data-scope=3D"inboxmarkup">{"api_versio=
n":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name"=
:"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"=
quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"http=
s://github.githubassets.com/images/email/message_cards/header.png","avata=
r_image_url":"https://github.githubassets.com/images/email/message_cards/=
avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/q=
uicwg/base-drafts"}},"updates":{"snippets":[{"icon":"PERSON","message":"@=
afrind in #1904: I'd like to make it a requirement that the algorithm pro=
duce an error if the encoder sent a value that is not possible if it were=
 following the rules in the spec.  Example per the discussion in #2112:\r=
\n\r\nMaxEntries =3D 10\r\nTotalNumberOfInserts (decoder_base) =3D 2\r\nW=
ireLR =3D 18\r\n\r\nThis algorithm returns 17.  What is the guidance to c=
onvert this to an error?  Is it:\r\n\r\n```\r\nif lr \u003e max_value:\r\=
n  Error\r\n```"}],"action":{"name":"View Issue","url":"https://github.co=
m/quicwg/base-drafts/issues/1904#issuecomment-453665134"}}}</script>
<script type=3D"application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/issues/1904#issuecomment=
-453665134",
"url": "https://github.com/quicwg/base-drafts/issues/1904#issuecomment-45=
3665134",
"name": "View Issue"
},
"description": "View this Issue on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>=

----==_mimepart_5c390ce4ba324_5c03fe2536d45b4333a9--


From nobody Fri Jan 11 16:05: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 A1FA8126BED for <quic-issues@ietfa.amsl.com>; Fri, 11 Jan 2019 16:05:22 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -12.553
X-Spam-Level: 
X-Spam-Status: No, score=-12.553 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIMWL_WL_HIGH=-4.553, 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_PASS=-0.001] autolearn=ham autolearn_force=no
Authentication-Results: ietfa.amsl.com (amavisd-new); dkim=pass (1024-bit key) header.d=github.com
Received: from mail.ietf.org ([4.31.198.44]) by localhost (ietfa.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id Pa95tSBbozCG for <quic-issues@ietfa.amsl.com>; Fri, 11 Jan 2019 16:05: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 2BF0A128AFB for <quic-issues@ietf.org>; Fri, 11 Jan 2019 16:05:20 -0800 (PST)
Date: Fri, 11 Jan 2019 16:05:19 -0800
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1547251519; bh=WlO69g00ZUV9yiJOeNT9i4O6OEB+4CrW396hfX/hkEI=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=FKy8JNlnFbIY7/3NS5CgaRkzonP1JnUAr+nevDT/17Vsv+Gsny/pKCLYdVOa0rkHX shyOmuOAblEWrY7Ka2av3AgtvDCEtxCkBMAB9u7VMa8cXAaU8ef4JyVMmnf/7xXdb+ ruza7OWJOQMXuCUPesYOma7gCd0GEN6xgC0afDIw=
From: Martin Thomson <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+0166e4ab6ee41aa235da22be335af0cc56fc4e2378dca31892cf000000011850f13f92a169ce1789f586@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/issues/2276/453696458@github.com>
In-Reply-To: <quicwg/base-drafts/issues/2276@github.com>
References: <quicwg/base-drafts/issues/2276@github.com>
Subject: Re: [quicwg/base-drafts] Disallow changes of table size after 0-RTT (#2276)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5c392f3f314ce_3d9b3fb11d6d45bc753a9"; 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/y_sc4FX6lABBLbLG1fy2oZ8LhMY>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
List-Id: Notification list for GitHub issues related to the QUIC WG <quic-issues.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=unsubscribe>
List-Archive: <https://mailarchive.ietf.org/arch/browse/quic-issues/>
List-Post: <mailto:quic-issues@ietf.org>
List-Help: <mailto:quic-issues-request@ietf.org?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, 12 Jan 2019 00:05:22 -0000

----==_mimepart_5c392f3f314ce_3d9b3fb11d6d45bc753a9
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

If we allow 0 to become >0, that isn't fundamentally that different to allowing increases. If you chose 0, then 0-RTT probably isn't that effective either. I am inclined to leave no change as the only option if we go this way.

The alternative is to prohibit wrapping until SETTINGS is received, which I agree is manageable, but a little clumsy. For me, this comes down to whether we think that changing max capacity will be that common. It might be easier to say that changes (increases really) can't be made until you get a full handshake.

We see only slightly more than 1% of our TLS 1.3 connections accepting 0-RTT - or even attempting it. It is early days for 0-RTT, but that suggests that there will be plenty of opportunities - even for a server that prefers 0-RTT - to bump the capacity limit.

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/quicwg/base-drafts/issues/2276#issuecomment-453696458
----==_mimepart_5c392f3f314ce_3d9b3fb11d6d45bc753a9
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: quoted-printable

<p>If we allow 0 to become &gt;0, that isn't fundamentally that different=
 to allowing increases. If you chose 0, then 0-RTT probably isn't that ef=
fective either. I am inclined to leave no change as the only option if we=
 go this way.</p>
<p>The alternative is to prohibit wrapping until SETTINGS is received, wh=
ich I agree is manageable, but a little clumsy. For me, this comes down t=
o whether we think that changing max capacity will be that common. It mig=
ht be easier to say that changes (increases really) can't be made until y=
ou get a full handshake.</p>
<p>We see only slightly more than 1% of our TLS 1.3 connections accepting=
 0-RTT - or even attempting it. It is early days for 0-RTT, but that sugg=
ests that there will be plenty of opportunities - even for a server that =
prefers 0-RTT - to bump the capacity limit.</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/2276#issuecomment-453696458">view it on GitHub</a>,=
 or <a href=3D"https://github.com/notifications/unsubscribe-auth/AWbkq9Wo=
QiJrFwB9MJPxmV3dxIZPsIVrks5vCSa_gaJpZM4ZlJXB">mute the thread</a>.<img sr=
c=3D"https://github.com/notifications/beacon/AWbkq83jF9EjyF6IErJVM53UMVPE=
pgORks5vCSa_gaJpZM4ZlJXB.gif" height=3D"1" width=3D"1" alt=3D"" /></p>
<script type=3D"application/json" data-scope=3D"inboxmarkup">{"api_versio=
n":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name"=
:"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"=
quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"http=
s://github.githubassets.com/images/email/message_cards/header.png","avata=
r_image_url":"https://github.githubassets.com/images/email/message_cards/=
avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/q=
uicwg/base-drafts"}},"updates":{"snippets":[{"icon":"PERSON","message":"@=
martinthomson in #2276: If we allow 0 to become \u003e0, that isn't funda=
mentally that different to allowing increases. If you chose 0, then 0-RTT=
 probably isn't that effective either. I am inclined to leave no change a=
s the only option if we go this way.\r\n\r\nThe alternative is to prohibi=
t wrapping until SETTINGS is received, which I agree is manageable, but a=
 little clumsy. For me, this comes down to whether we think that changing=
 max capacity will be that common. It might be easier to say that changes=
 (increases really) can't be made until you get a full handshake.\r\n\r\n=
We see only slightly more than 1% of our TLS 1.3 connections accepting 0-=
RTT - or even attempting it. It is early days for 0-RTT, but that suggest=
s that there will be plenty of opportunities - even for a server that pre=
fers 0-RTT - to bump the capacity limit."}],"action":{"name":"View Issue"=
,"url":"https://github.com/quicwg/base-drafts/issues/2276#issuecomment-45=
3696458"}}}</script>
<script type=3D"application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/issues/2276#issuecomment=
-453696458",
"url": "https://github.com/quicwg/base-drafts/issues/2276#issuecomment-45=
3696458",
"name": "View Issue"
},
"description": "View this Issue on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>=

----==_mimepart_5c392f3f314ce_3d9b3fb11d6d45bc753a9--


From nobody Fri Jan 11 16: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 DF1E7126BED for <quic-issues@ietfa.amsl.com>; Fri, 11 Jan 2019 16:08:00 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -10.935
X-Spam-Level: 
X-Spam-Status: No, score=-10.935 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIMWL_WL_HIGH=-4.553, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, HTML_IMAGE_ONLY_24=1.618, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-1, RCVD_IN_DNSWL_HI=-5, SPF_PASS=-0.001] autolearn=ham autolearn_force=no
Authentication-Results: ietfa.amsl.com (amavisd-new); dkim=pass (1024-bit key) header.d=github.com
Received: from mail.ietf.org ([4.31.198.44]) by localhost (ietfa.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id zk5HdFaJRLqT for <quic-issues@ietfa.amsl.com>; Fri, 11 Jan 2019 16:07: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 474F2128AFB for <quic-issues@ietf.org>; Fri, 11 Jan 2019 16:07:59 -0800 (PST)
Date: Fri, 11 Jan 2019 16:07:58 -0800
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1547251678; bh=NZ3seqHkJPYF3anNu0AtCq6gVBOs10Al5nKpCk1ZzI8=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=ojl8DLP/yBAzHqxw1Dc9kucXUW1Fl1jowfjTHfQLbq73af94fNGqZts8GZlkPvcuX DnRawRpUK1c4aXvdmL09360Ofnji3Li/Z3Ss2+oGmSf9wf8A7rtmrCL/dTUo1Bf9po ISjlr4rubkHNY+lSIi/1bB003p98k1l9tISZsyW0=
From: Martin Thomson <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+0166e4abd27d85da0c85d92113bb120b13ebd98e92c220b892cf000000011850f1de92a163ce01e70038@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/commit/98a8932a0b24dbbe725b39ea01f86f1f0f43e947/31916088@github.com>
In-Reply-To: <quicwg/base-drafts/commit/98a8932a0b24dbbe725b39ea01f86f1f0f43e947@github.com>
References: <quicwg/base-drafts/commit/98a8932a0b24dbbe725b39ea01f86f1f0f43e947@github.com>
Subject: Re: [quicwg/base-drafts] QPACK: Clarify how maximum dynamic table capacity can be set (98a8932)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5c392fde982a7_69163ff6d34d45b8408a3"; 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/CxGuxBeNfC9Km84ePcspBJ56Pn8>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
List-Id: Notification list for GitHub issues related to the QUIC WG <quic-issues.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=unsubscribe>
List-Archive: <https://mailarchive.ietf.org/arch/browse/quic-issues/>
List-Post: <mailto:quic-issues@ietf.org>
List-Help: <mailto:quic-issues-request@ietf.org?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, 12 Jan 2019 00:08:01 -0000

----==_mimepart_5c392fde982a7_69163ff6d34d45b8408a3
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

What is missing here is whether the table capacity instruction needs to be sent when SETTINGS causes the value to 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/commit/98a8932a0b24dbbe725b39ea01f86f1f0f43e947#commitcomment-31916088
----==_mimepart_5c392fde982a7_69163ff6d34d45b8408a3
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

<p>What is missing here is whether the table capacity instruction needs to be sent when SETTINGS causes the value to increase.</p>

<p style="font-size:small;-webkit-text-size-adjust:none;color:#666;">&mdash;<br />You 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/98a8932a0b24dbbe725b39ea01f86f1f0f43e947#commitcomment-31916088">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AWbkqwhQ5wNdmgsJNbGXU3e3Wsiyrqtyks5vCSdegaJpZM4Z8XyF">mute the thread</a>.<img src="https://github.com/notifications/beacon/AWbkq-AYix0feo7KvgWF77FWKa-hvE_Cks5vCSdegaJpZM4Z8XyF.gif" height="1" width="1" alt="" /></p>
<script type="application/json" data-scope="inboxmarkup">{"api_version":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name":"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"https://github.githubassets.com/images/email/message_cards/header.png","avatar_image_url":"https://github.githubassets.com/images/email/message_cards/avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/quicwg/base-drafts"}},"updates":{"snippets":[{"icon":"PERSON","message":"@martinthomson on 98a8932: What is missing here is whether the table capacity instruction needs to be sent when SETTINGS causes the value to increase. "}],"action":{"name":"View Commit","url":"https://github.com/quicwg/base-drafts/commit/98a8932a0b24dbbe725b39ea01f86f1f0f43e947#commitcomment-31916088"}}}</script>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/commit/98a8932a0b24dbbe725b39ea01f86f1f0f43e947#commitcomment-31916088",
"url": "https://github.com/quicwg/base-drafts/commit/98a8932a0b24dbbe725b39ea01f86f1f0f43e947#commitcomment-31916088",
"name": "View Commit"
},
"description": "View this Commit on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>
----==_mimepart_5c392fde982a7_69163ff6d34d45b8408a3--


From nobody Fri Jan 11 17:40: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 C28F1130EB2 for <quic-issues@ietfa.amsl.com>; Fri, 11 Jan 2019 17:40:28 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -10.17
X-Spam-Level: 
X-Spam-Status: No, score=-10.17 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIMWL_WL_HIGH=-4.553, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, FROM_EXCESS_BASE64=0.979, HTML_IMAGE_ONLY_28=1.404, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-1, RCVD_IN_DNSWL_HI=-5, SPF_PASS=-0.001] autolearn=ham autolearn_force=no
Authentication-Results: ietfa.amsl.com (amavisd-new); dkim=pass (1024-bit key) header.d=github.com
Received: from mail.ietf.org ([4.31.198.44]) by localhost (ietfa.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id EKnXJy0TlHzF for <quic-issues@ietfa.amsl.com>; Fri, 11 Jan 2019 17:40: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 2242E130EAB for <quic-issues@ietf.org>; Fri, 11 Jan 2019 17:40:27 -0800 (PST)
Date: Fri, 11 Jan 2019 17:40:25 -0800
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1547257225; bh=BO/du0hrBE8uzcywZFhhlD27lbZ8IZg34ao08I2KGlg=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=frdQDwjbxVd+yQ1tjAeCmLnX8nVSiESE6WnqJLfK8d3AxBT7djN7Jz+tk4XnZ4swh AbReaOtHejkRN/LKP101sfAtr95/ZxMPYeaFE5G7+PpIvP7HVUCzI5hTpSyemZzCwZ vMRpiuHYo4DZIh0Wols76Ttg7Tz128eT0KMytcyY=
From: =?UTF-8?B?QmVuY2UgQsOpa3k=?= <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+0166e4ab5c47d10f9e5c6660dfadf76bfc270cb6baa7a41d92cf000000011851078992a169ce17789e1a@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/pull/2249/c453708524@github.com>
In-Reply-To: <quicwg/base-drafts/pull/2249@github.com>
References: <quicwg/base-drafts/pull/2249@github.com>
Subject: Re: [quicwg/base-drafts] Invalid Largest Reference is a stream error. (#2249)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5c39458996dd5_66bd3fbaf26d45c4409490"; 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/VFJvRqaI_5iPzagAWSjpJTFC64c>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
List-Id: Notification list for GitHub issues related to the QUIC WG <quic-issues.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=unsubscribe>
List-Archive: <https://mailarchive.ietf.org/arch/browse/quic-issues/>
List-Post: <mailto:quic-issues@ietf.org>
List-Help: <mailto:quic-issues-request@ietf.org?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, 12 Jan 2019 01:40:29 -0000

----==_mimepart_5c39458996dd5_66bd3fbaf26d45c4409490
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

> I'm confused -- if LR is invalid, the HEADERS frame can't be interpreted, I agree. It's unclear why a failure to decode anything on a request stream could constitute an encoder stream error.

Good point.  Let's make it a stream error (with the usual code HTTP_QPACK_DECOMPRESSION_FAILED) then.

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/quicwg/base-drafts/pull/2249#issuecomment-453708524
----==_mimepart_5c39458996dd5_66bd3fbaf26d45c4409490
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: quoted-printable

<blockquote>
<p>I'm confused -- if LR is invalid, the HEADERS frame can't be interpret=
ed, I agree. It's unclear why a failure to decode anything on a request s=
tream could constitute an encoder stream error.</p>
</blockquote>
<p>Good point.  Let's make it a stream error (with the usual code HTTP_QP=
ACK_DECOMPRESSION_FAILED) then.</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/pull/2249#issuecomment-453708524">view it on GitHub</a>, o=
r <a href=3D"https://github.com/notifications/unsubscribe-auth/AWbkq6NYk_=
H26pm5aZhchjhnhXMq_3C-ks5vCT0JgaJpZM4Zf_Ul">mute the thread</a>.<img src=3D=
"https://github.com/notifications/beacon/AWbkq7N76jQWU67dRq1BIHRAsNAzz5IZ=
ks5vCT0JgaJpZM4Zf_Ul.gif" height=3D"1" width=3D"1" alt=3D"" /></p>
<script type=3D"application/json" data-scope=3D"inboxmarkup">{"api_versio=
n":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name"=
:"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"=
quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"http=
s://github.githubassets.com/images/email/message_cards/header.png","avata=
r_image_url":"https://github.githubassets.com/images/email/message_cards/=
avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/q=
uicwg/base-drafts"}},"updates":{"snippets":[{"icon":"PERSON","message":"@=
bencebeky in #2249: \u003e I'm confused -- if LR is invalid, the HEADERS =
frame can't be interpreted, I agree. It's unclear why a failure to decode=
 anything on a request stream could constitute an encoder stream error.\r=
\n\r\nGood point.  Let's make it a stream error (with the usual code HTTP=
_QPACK_DECOMPRESSION_FAILED) then."}],"action":{"name":"View Pull Request=
","url":"https://github.com/quicwg/base-drafts/pull/2249#issuecomment-453=
708524"}}}</script>
<script type=3D"application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/pull/2249#issuecomment-4=
53708524",
"url": "https://github.com/quicwg/base-drafts/pull/2249#issuecomment-4537=
08524",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>=

----==_mimepart_5c39458996dd5_66bd3fbaf26d45c4409490--


From nobody Fri Jan 11 17: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 EEA72130DD8 for <quic-issues@ietfa.amsl.com>; Fri, 11 Jan 2019 17:41:57 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -11.573
X-Spam-Level: 
X-Spam-Status: No, score=-11.573 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIMWL_WL_HIGH=-4.553, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, FROM_EXCESS_BASE64=0.979, HTML_IMAGE_ONLY_32=0.001, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-1, RCVD_IN_DNSWL_HI=-5, SPF_PASS=-0.001] autolearn=ham autolearn_force=no
Authentication-Results: ietfa.amsl.com (amavisd-new); dkim=pass (1024-bit key) header.d=github.com
Received: from mail.ietf.org ([4.31.198.44]) by localhost (ietfa.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id XoqRADjSxE7d for <quic-issues@ietfa.amsl.com>; Fri, 11 Jan 2019 17:41:56 -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 C715A130EB0 for <quic-issues@ietf.org>; Fri, 11 Jan 2019 17:41:54 -0800 (PST)
Date: Fri, 11 Jan 2019 17:41:54 -0800
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1547257314; bh=TQomcSI1W/TST2aiiupbhDXFQFtuNNXcb+18P9xd9eM=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=YsTJh7HANip4jn99b68+5UJAQSGpJz6yDPOn9X4PlppRjwpDg7NThhPEoYlJZnDEK hvv6XWP0j3/3HM4nJV645YzY8FhkAYyUbH5RGY8onUp9et0oRe5nzngBQlNH9GT6Rr mySkABEJ44lwZ0h54LKR+CdOwru36F9payhhKLZY=
From: =?UTF-8?B?QmVuY2UgQsOpa3k=?= <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+0166e4abd1da49b4ad0e74bff4063b4450a86c87b0c789f592cf00000001185107e292a169ce1646529e@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/issues/1904/453708671@github.com>
In-Reply-To: <quicwg/base-drafts/issues/1904@github.com>
References: <quicwg/base-drafts/issues/1904@github.com>
Subject: Re: [quicwg/base-drafts] Alternative largest reference algorithm (#1904)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5c3945e2c291_336f3fb1e7ed45bc290971"; 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/v1zrT68aO33vt0TAdaOxwFyd8jA>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
List-Id: Notification list for GitHub issues related to the QUIC WG <quic-issues.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=unsubscribe>
List-Archive: <https://mailarchive.ietf.org/arch/browse/quic-issues/>
List-Post: <mailto:quic-issues@ietf.org>
List-Help: <mailto:quic-issues-request@ietf.org?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, 12 Jan 2019 01:41:58 -0000

----==_mimepart_5c3945e2c291_336f3fb1e7ed45bc290971
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

> I'd like to make it a requirement that the algorithm produce an error if the encoder sent a value that is not possible if it were following the rules in the spec. Example per the discussion in #2112:
> 
> MaxEntries = 10
> TotalNumberOfInserts (decoder_base) = 2
> WireLR = 18
> 
> This algorithm returns 17. What is the guidance to convert this to an error? Is it:
> 
> ```
> if lr > max_value:
>   Error
> ```

I'm with you.  See issue 2249.

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/quicwg/base-drafts/issues/1904#issuecomment-453708671
----==_mimepart_5c3945e2c291_336f3fb1e7ed45bc290971
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: quoted-printable

<blockquote>
<p>I'd like to make it a requirement that the algorithm produce an error =
if the encoder sent a value that is not possible if it were following the=
 rules in the spec. Example per the discussion in <a class=3D"issue-link =
js-issue-link" data-error-text=3D"Failed to load issue title" data-id=3D"=
389626872" data-permission-text=3D"Issue title is private" data-url=3D"ht=
tps://github.com/quicwg/base-drafts/issues/2112" data-hovercard-type=3D"i=
ssue" data-hovercard-url=3D"/quicwg/base-drafts/issues/2112/hovercard" hr=
ef=3D"https://github.com/quicwg/base-drafts/issues/2112">#2112</a>:</p>
<p>MaxEntries =3D 10<br>
TotalNumberOfInserts (decoder_base) =3D 2<br>
WireLR =3D 18</p>
<p>This algorithm returns 17. What is the guidance to convert this to an =
error? Is it:</p>
<pre><code>if lr &gt; max_value:
  Error
</code></pre>
</blockquote>
<p>I'm with you.  See issue 2249.</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/1904#issuecomment-453708671">view it on GitHub</a>,=
 or <a href=3D"https://github.com/notifications/unsubscribe-auth/AWbkq2NC=
q2DijV1Aotu9INVCvkCqTK2xks5vCT1igaJpZM4X5MfV">mute the thread</a>.<img sr=
c=3D"https://github.com/notifications/beacon/AWbkq9ps1KQZnJOuosxP3StazzGh=
zGycks5vCT1igaJpZM4X5MfV.gif" height=3D"1" width=3D"1" alt=3D"" /></p>
<script type=3D"application/json" data-scope=3D"inboxmarkup">{"api_versio=
n":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name"=
:"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"=
quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"http=
s://github.githubassets.com/images/email/message_cards/header.png","avata=
r_image_url":"https://github.githubassets.com/images/email/message_cards/=
avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/q=
uicwg/base-drafts"}},"updates":{"snippets":[{"icon":"PERSON","message":"@=
bencebeky in #1904: \u003e I'd like to make it a requirement that the alg=
orithm produce an error if the encoder sent a value that is not possible =
if it were following the rules in the spec. Example per the discussion in=
 #2112:\r\n\u003e \r\n\u003e MaxEntries =3D 10\r\n\u003e TotalNumberOfIns=
erts (decoder_base) =3D 2\r\n\u003e WireLR =3D 18\r\n\u003e \r\n\u003e Th=
is algorithm returns 17. What is the guidance to convert this to an error=
? Is it:\r\n\u003e \r\n\u003e ```\r\n\u003e if lr \u003e max_value:\r\n\u=
003e   Error\r\n\u003e ```\r\n\r\nI'm with you.  See issue 2249."}],"acti=
on":{"name":"View Issue","url":"https://github.com/quicwg/base-drafts/iss=
ues/1904#issuecomment-453708671"}}}</script>
<script type=3D"application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/issues/1904#issuecomment=
-453708671",
"url": "https://github.com/quicwg/base-drafts/issues/1904#issuecomment-45=
3708671",
"name": "View Issue"
},
"description": "View this Issue on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>=

----==_mimepart_5c3945e2c291_336f3fb1e7ed45bc290971--


From nobody Fri Jan 11 18:48: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 B7A9B130EDF for <quic-issues@ietfa.amsl.com>; Fri, 11 Jan 2019 18:48:24 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -9.956
X-Spam-Level: 
X-Spam-Status: No, score=-9.956 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIMWL_WL_HIGH=-4.553, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, FROM_EXCESS_BASE64=0.979, HTML_IMAGE_ONLY_24=1.618, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-1, RCVD_IN_DNSWL_HI=-5, SPF_PASS=-0.001] autolearn=ham autolearn_force=no
Authentication-Results: ietfa.amsl.com (amavisd-new); dkim=pass (1024-bit key) header.d=github.com
Received: from mail.ietf.org ([4.31.198.44]) by localhost (ietfa.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id rFkAzu-n99Vg for <quic-issues@ietfa.amsl.com>; Fri, 11 Jan 2019 18:48:23 -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 DED4612DDA3 for <quic-issues@ietf.org>; Fri, 11 Jan 2019 18:48:22 -0800 (PST)
Date: Fri, 11 Jan 2019 18:48:21 -0800
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1547261301; bh=RJ8Q//iNDvBTECd5l+b8op6i5wyiOLeO6+tICk7xoZc=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=IaOB1jd7s+IRpYdr8jIJsHmYJycVVaEYqhcdi/qvJ5gWmU/UsUpvIONNZNzd9WDc7 lu1Wl/mEjI27K99HkrkvCu1+ei27HBQVjTrueJaB3ebdsR5ppEf0JohxftO6fUFY7B +i4X1omq0GY7XI+VQlDge3/Lj6wV6K5c5HVKKslc=
From: =?UTF-8?B?QmVuY2UgQsOpa3k=?= <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+0166e4ab81e1f5e0e938d3c07703836e36ea61200c2e591192cf000000011851177592a169ce177edca7@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/issues/2258/453713488@github.com>
In-Reply-To: <quicwg/base-drafts/issues/2258@github.com>
References: <quicwg/base-drafts/issues/2258@github.com>
Subject: Re: [quicwg/base-drafts] Initial maximum table size needs clarification. (#2258)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5c395575a934a_9323fe5db6d45c4841651"; 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/L-2ZynehVn2LaftKBETh9qfcbLk>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
List-Id: Notification list for GitHub issues related to the QUIC WG <quic-issues.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=unsubscribe>
List-Archive: <https://mailarchive.ietf.org/arch/browse/quic-issues/>
List-Post: <mailto:quic-issues@ietf.org>
List-Help: <mailto:quic-issues-request@ietf.org?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, 12 Jan 2019 02:48:25 -0000

----==_mimepart_5c395575a934a_9323fe5db6d45c4841651
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

> 
> Agreed. And my preference goes to simply disallowing servers from advertising a different max table size when 0-RTT is used.

I also 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/issues/2258#issuecomment-453713488
----==_mimepart_5c395575a934a_9323fe5db6d45c4841651
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

<blockquote>
<p>Agreed. And my preference goes to simply disallowing servers from advertising a different max table size when 0-RTT is used.</p>
</blockquote>
<p>I also 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/issues/2258#issuecomment-453713488">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AWbkq3vtNDhc9d_SNn0g53MXm92_Wel2ks5vCUz1gaJpZM4Zh2fy">mute the thread</a>.<img src="https://github.com/notifications/beacon/AWbkq-bqud-I_kKQL7AN4u5nW3k0my_Zks5vCUz1gaJpZM4Zh2fy.gif" height="1" width="1" alt="" /></p>
<script type="application/json" data-scope="inboxmarkup">{"api_version":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name":"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"https://github.githubassets.com/images/email/message_cards/header.png","avatar_image_url":"https://github.githubassets.com/images/email/message_cards/avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/quicwg/base-drafts"}},"updates":{"snippets":[{"icon":"PERSON","message":"@bencebeky in #2258: \u003e \r\n\u003e Agreed. And my preference goes to simply disallowing servers from advertising a different max table size when 0-RTT is used.\r\n\r\nI also support this."}],"action":{"name":"View Issue","url":"https://github.com/quicwg/base-drafts/issues/2258#issuecomment-453713488"}}}</script>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/issues/2258#issuecomment-453713488",
"url": "https://github.com/quicwg/base-drafts/issues/2258#issuecomment-453713488",
"name": "View Issue"
},
"description": "View this Issue on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>
----==_mimepart_5c395575a934a_9323fe5db6d45c4841651--


From nobody Fri Jan 11 21:06: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 5A9F9130F6F for <quic-issues@ietfa.amsl.com>; Fri, 11 Jan 2019 21:06:14 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -11.007
X-Spam-Level: 
X-Spam-Status: No, score=-11.007 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIMWL_WL_HIGH=-4.553, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, HTML_IMAGE_ONLY_20=1.546, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-1, RCVD_IN_DNSWL_HI=-5, SPF_PASS=-0.001] autolearn=ham autolearn_force=no
Authentication-Results: ietfa.amsl.com (amavisd-new); dkim=pass (1024-bit key) header.d=github.com
Received: from mail.ietf.org ([4.31.198.44]) by localhost (ietfa.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id wdJEzWB-Znbc for <quic-issues@ietfa.amsl.com>; Fri, 11 Jan 2019 21:06:13 -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 0F372124408 for <quic-issues@ietf.org>; Fri, 11 Jan 2019 21:06:13 -0800 (PST)
Date: Fri, 11 Jan 2019 21:06:11 -0800
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1547269571; bh=YNU6wAaAxSUffae7r4bfUyx03Fj5UyPut9JrroNpd0g=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=u4bmM0QoBrsOKWb8G+65aOhta9QvDjkP3slRiIOAo90cpolZLFYFAob0C5vS/b4vL 4ECToYofvdwIYXY4PD+BhC0CX1otmdI0asWeN+BPYWhrAYGMBn/17JKfEAhodTsimC mqdJQQLbhrxjxoTF9IL7QpVfyQ3CkjvlbWiU6iDs=
From: Benjamin Saunders <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+0166e4ab6060b3ad71d82517413cc9647ed9d7db9c9a94eb92cf00000001185137c392a169ce178befb2@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/pull/2281/c453720326@github.com>
In-Reply-To: <quicwg/base-drafts/pull/2281@github.com>
References: <quicwg/base-drafts/pull/2281@github.com>
Subject: Re: [quicwg/base-drafts] Include handshake anti-deadlock logic in pseudocode (#2281)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5c3975c3536dc_45f53fd545ed45b811553ac"; 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/Yts_G5T4Wl_OGXNpeS1DPmg7kMo>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
List-Id: Notification list for GitHub issues related to the QUIC WG <quic-issues.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=unsubscribe>
List-Archive: <https://mailarchive.ietf.org/arch/browse/quic-issues/>
List-Post: <mailto:quic-issues@ietf.org>
List-Help: <mailto:quic-issues-request@ietf.org?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, 12 Jan 2019 05:06:14 -0000

----==_mimepart_5c3975c3536dc_45f53fd545ed45b811553ac
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

Updated to use an explicit variable, and to use unpadded packets at Handshake level.

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/quicwg/base-drafts/pull/2281#issuecomment-453720326
----==_mimepart_5c3975c3536dc_45f53fd545ed45b811553ac
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

<p>Updated to use an explicit variable, and to use unpadded packets at Handshake level.</p>

<p style="font-size:small;-webkit-text-size-adjust:none;color:#666;">&mdash;<br />You are receiving this because you are subscribed to this thread.<br />Reply to this email directly, <a href="https://github.com/quicwg/base-drafts/pull/2281#issuecomment-453720326">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AWbkqzDSwqIptLHJekEC0QxTr7cYU7qdks5vCW1DgaJpZM4Zluan">mute the thread</a>.<img src="https://github.com/notifications/beacon/AWbkq3IvUbAREsHVwbLu_-Olf15HhsM7ks5vCW1DgaJpZM4Zluan.gif" height="1" width="1" alt="" /></p>
<script type="application/json" data-scope="inboxmarkup">{"api_version":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name":"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"https://github.githubassets.com/images/email/message_cards/header.png","avatar_image_url":"https://github.githubassets.com/images/email/message_cards/avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/quicwg/base-drafts"}},"updates":{"snippets":[{"icon":"PERSON","message":"@Ralith in #2281: Updated to use an explicit variable, and to use unpadded packets at Handshake level."}],"action":{"name":"View Pull Request","url":"https://github.com/quicwg/base-drafts/pull/2281#issuecomment-453720326"}}}</script>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/pull/2281#issuecomment-453720326",
"url": "https://github.com/quicwg/base-drafts/pull/2281#issuecomment-453720326",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>
----==_mimepart_5c3975c3536dc_45f53fd545ed45b811553ac--


From nobody Fri Jan 11 21:55: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 0F94D12D4EB for <quic-issues@ietfa.amsl.com>; Fri, 11 Jan 2019 21:55:15 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -11.149
X-Spam-Level: 
X-Spam-Status: No, score=-11.149 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIMWL_WL_HIGH=-4.553, 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_PASS=-0.001] autolearn=ham autolearn_force=no
Authentication-Results: ietfa.amsl.com (amavisd-new); dkim=pass (1024-bit key) header.d=github.com
Received: from mail.ietf.org ([4.31.198.44]) by localhost (ietfa.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id vnMR4hHjzCfa for <quic-issues@ietfa.amsl.com>; Fri, 11 Jan 2019 21:55: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 A977D12950A for <quic-issues@ietf.org>; Fri, 11 Jan 2019 21:55:13 -0800 (PST)
Date: Fri, 11 Jan 2019 21:55:12 -0800
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1547272512; bh=d9KRNakcq2HLJSntOCJKN4mFFyXc5aiZsIBiWmH9XUk=; h=Date:From:Reply-To:To:Cc:Subject:List-ID:List-Archive:List-Post: List-Unsubscribe:From; b=KVuBrFSkXp9wh5W1BBXis6lmgLPFYLmBbemIWynd414TZga48tJwe/cyA3TIwruu5 eFkwWmdYLHk4F/M2fukYWYPUNa0pnIkqQ7zleyxe2kCUT/FZHePof60/CnMxGrbuoR NN7e5/+kodcuR6CmS3J8q9wIt44qAKo+Qgf0Vo6o=
From: Kazuho Oku <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+0166e4ab437ce444796ce5e72f8a409b3cf92ee251e9212092cf000000011851434092a169ce17c1011d@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/issues/2331@github.com>
Subject: [quicwg/base-drafts] What should the receiver do when the peer closes a unidirectional stream before providing the stream type? (#2331)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5c3981408a715_52433f9425ad45b49186f5"; 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/OkmniOVqeumPHivrH18YpNqYm1E>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
List-Id: Notification list for GitHub issues related to the QUIC WG <quic-issues.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=unsubscribe>
List-Archive: <https://mailarchive.ietf.org/arch/browse/quic-issues/>
List-Post: <mailto:quic-issues@ietf.org>
List-Help: <mailto:quic-issues-request@ietf.org?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, 12 Jan 2019 05:55:15 -0000

----==_mimepart_5c3981408a715_52433f9425ad45b49186f5
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

The H3 draft seems to be silent about what should be done, and we have two options:
* close the connection with a `HTTP_CLOSED_CRITICAL_STREAM` error, because it might have been a control stream or QPACK stream
* ignore that, because H3 endpoints are permitted to start using new unidirectional streams without negotiation

I prefer the former, because sending the stream type is a requirement for any unidirectional stream. However, the name of the error code is counterintuitive for an error code to be sent in response to a closure of a stream that might not have been critical.

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/quicwg/base-drafts/issues/2331
----==_mimepart_5c3981408a715_52433f9425ad45b49186f5
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

<p>The H3 draft seems to be silent about what should be done, and we have two options:</p>
<ul>
<li>close the connection with a <code>HTTP_CLOSED_CRITICAL_STREAM</code> error, because it might have been a control stream or QPACK stream</li>
<li>ignore that, because H3 endpoints are permitted to start using new unidirectional streams without negotiation</li>
</ul>
<p>I prefer the former, because sending the stream type is a requirement for any unidirectional stream. However, the name of the error code is counterintuitive for an error code to be sent in response to a closure of a stream that might not have been critical.</p>

<p style="font-size:small;-webkit-text-size-adjust:none;color:#666;">&mdash;<br />You are receiving this because you are subscribed to this thread.<br />Reply to this email directly, <a href="https://github.com/quicwg/base-drafts/issues/2331">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AWbkq2vOjDa8ZFBiglWKFMFH72D40s6kks5vCXjAgaJpZM4Z8gYm">mute the thread</a>.<img src="https://github.com/notifications/beacon/AWbkq9myIBv9J75ZoTQsnikWXHLR4QBCks5vCXjAgaJpZM4Z8gYm.gif" height="1" width="1" alt="" /></p>
<script type="application/json" data-scope="inboxmarkup">{"api_version":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name":"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"https://github.githubassets.com/images/email/message_cards/header.png","avatar_image_url":"https://github.githubassets.com/images/email/message_cards/avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/quicwg/base-drafts"}},"updates":{"snippets":[{"icon":"DESCRIPTION","message":"What should the receiver do when the peer closes a unidirectional stream before providing the stream type? (#2331)"}],"action":{"name":"View Issue","url":"https://github.com/quicwg/base-drafts/issues/2331"}}}</script>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/issues/2331",
"url": "https://github.com/quicwg/base-drafts/issues/2331",
"name": "View Issue"
},
"description": "View this Issue on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>
----==_mimepart_5c3981408a715_52433f9425ad45b49186f5--


From nobody Fri Jan 11 22: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 4191A12D84C for <quic-issues@ietfa.amsl.com>; Fri, 11 Jan 2019 22:16:19 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -10.935
X-Spam-Level: 
X-Spam-Status: No, score=-10.935 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIMWL_WL_HIGH=-4.553, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, HTML_IMAGE_ONLY_24=1.618, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-1, RCVD_IN_DNSWL_HI=-5, SPF_PASS=-0.001] autolearn=ham autolearn_force=no
Authentication-Results: ietfa.amsl.com (amavisd-new); dkim=pass (1024-bit key) header.d=github.com
Received: from mail.ietf.org ([4.31.198.44]) by localhost (ietfa.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id oZZTqYkjVmeV for <quic-issues@ietfa.amsl.com>; Fri, 11 Jan 2019 22:16:17 -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 51A0F12D4EB for <quic-issues@ietf.org>; Fri, 11 Jan 2019 22:16:17 -0800 (PST)
Date: Fri, 11 Jan 2019 22:16:16 -0800
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1547273776; bh=mCuDIbD8N8btkt05Sw+oBji5/kFFwnpDYcf/oUL70cQ=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=BeGfKj1r0H0MQclBaG7c5A2/micmBmP/NsaimdJbRf2cs/aGnoTavvZTrZoj9f/7g Moj/YNOpNkDISxldTF6hZGBh5SkZY3Hbmrs9gQutytGfHphBXDWCAKDXXfrfLeTaHg OIN1jdpObyH98WUS2iCU6m9+Wj4AW78v8fGTZJ4c=
From: Igor Lubashev <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+0166e4ab78dac62fd53584c2d1dbedfac51e28420b73860492cf000000011851483092a169ce0cb13645@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/issues/377/453723372@github.com>
In-Reply-To: <quicwg/base-drafts/issues/377@github.com>
References: <quicwg/base-drafts/issues/377@github.com>
Subject: Re: [quicwg/base-drafts] ICMP and ICMPv6 (Type: DestinationUnreachable) (#377)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5c39863035297_57b23fdf4ccd45b833338d"; 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/H_faTWHqQxFOoDxLFg7teqkGm7o>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
List-Id: Notification list for GitHub issues related to the QUIC WG <quic-issues.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=unsubscribe>
List-Archive: <https://mailarchive.ietf.org/arch/browse/quic-issues/>
List-Post: <mailto:quic-issues@ietf.org>
List-Help: <mailto:quic-issues-request@ietf.org?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, 12 Jan 2019 06:16:19 -0000

----==_mimepart_5c39863035297_57b23fdf4ccd45b833338d
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

This has already been resolved in the latest draft. I propose closing this. The discussion of securing version negotiation can have its own 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/377#issuecomment-453723372
----==_mimepart_5c39863035297_57b23fdf4ccd45b833338d
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

<p>This has already been resolved in the latest draft. I propose closing this. The discussion of securing version negotiation can have its own 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/377#issuecomment-453723372">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AWbkq_C_X7ZSnJ1-vC4RPMd0tU7fq20Fks5vCX2wgaJpZM4MXqun">mute the thread</a>.<img src="https://github.com/notifications/beacon/AWbkqyIJmBcgHV768sZFAcVSwj12x6nSks5vCX2wgaJpZM4MXqun.gif" height="1" width="1" alt="" /></p>
<script type="application/json" data-scope="inboxmarkup">{"api_version":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name":"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"https://github.githubassets.com/images/email/message_cards/header.png","avatar_image_url":"https://github.githubassets.com/images/email/message_cards/avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/quicwg/base-drafts"}},"updates":{"snippets":[{"icon":"PERSON","message":"@igorlord in #377: This has already been resolved in the latest draft. I propose closing this. The discussion of securing version negotiation can have its own issue."}],"action":{"name":"View Issue","url":"https://github.com/quicwg/base-drafts/issues/377#issuecomment-453723372"}}}</script>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/issues/377#issuecomment-453723372",
"url": "https://github.com/quicwg/base-drafts/issues/377#issuecomment-453723372",
"name": "View Issue"
},
"description": "View this Issue on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>
----==_mimepart_5c39863035297_57b23fdf4ccd45b833338d--


From nobody Fri Jan 11 22: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 71B75130F73 for <quic-issues@ietfa.amsl.com>; Fri, 11 Jan 2019 22:33:59 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -12.552
X-Spam-Level: 
X-Spam-Status: No, score=-12.552 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIMWL_WL_HIGH=-4.553, 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_PASS=-0.001] autolearn=ham autolearn_force=no
Authentication-Results: ietfa.amsl.com (amavisd-new); dkim=pass (1024-bit key) header.d=github.com
Received: from mail.ietf.org ([4.31.198.44]) by localhost (ietfa.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id gBx0ojsdPzkA for <quic-issues@ietfa.amsl.com>; Fri, 11 Jan 2019 22:33:57 -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 4AB4412D4EB for <quic-issues@ietf.org>; Fri, 11 Jan 2019 22:33:57 -0800 (PST)
Date: Fri, 11 Jan 2019 22:33:55 -0800
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1547274835; bh=z1j9xq1Smwh5VPbejVzqrMBaUn71DSVPZq2eL9sMNm8=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=HHNTraQ35rFUSTo8qfbk0rijytxG3q/kcEILFvMdzUO+txlFrf9Xog0qMHAEj+c0B HjUfB2iAQk1Hybc8NQJs4ZBJJXIuwdAQ8E0lU7YshRfdsyEnAekIWoAGWNnAPdToGP hEzsrbi01RoftZIz4vfYVAH55F+Z4tCnwnQgwH4Q=
From: Igor Lubashev <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+0166e4ab45f8b795177545fdfd1ab8ef7f183d741f5d583392cf0000000118514c5392a169ce179fbcfb@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/issues/2308/453724206@github.com>
In-Reply-To: <quicwg/base-drafts/issues/2308@github.com>
References: <quicwg/base-drafts/issues/2308@github.com>
Subject: Re: [quicwg/base-drafts] handling of coalesced packets with decryption errors creates DoS opportunity (#2308)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5c398a53e6156_66943fbaf26d45c4666942"; 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/SOBV_fMFmJLOgREhblSc5AwuxUs>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
List-Id: Notification list for GitHub issues related to the QUIC WG <quic-issues.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=unsubscribe>
List-Archive: <https://mailarchive.ietf.org/arch/browse/quic-issues/>
List-Post: <mailto:quic-issues@ietf.org>
List-Help: <mailto:quic-issues-request@ietf.org?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, 12 Jan 2019 06:34:00 -0000

----==_mimepart_5c398a53e6156_66943fbaf26d45c4666942
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

We also talked in Kista about using just such coalesced packets for PMTU probing.  I.e. coalescing a short long-header packet that will not decrypt but contains Server's Connection ID with a short-header packet that has the actual payload.

If the UDP datagram does get delivered, the long-header packet will be discarded and the short-header packet -- ACKed.  If this UDP datagram runs into an MTU problem, the response ICMP will contain Server Connection ID, and it will be routed to the correct backend.

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/quicwg/base-drafts/issues/2308#issuecomment-453724206
----==_mimepart_5c398a53e6156_66943fbaf26d45c4666942
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: quoted-printable

<p>We also talked in Kista about using just such coalesced packets for PM=
TU probing.  I.e. coalescing a short long-header packet that will not dec=
rypt but contains Server's Connection ID with a short-header packet that =
has the actual payload.</p>
<p>If the UDP datagram does get delivered, the long-header packet will be=
 discarded and the short-header packet -- ACKed.  If this UDP datagram ru=
ns into an MTU problem, the response ICMP will contain Server Connection =
ID, and it will be routed to the correct backend.</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/2308#issuecomment-453724206">view it on GitHub</a>,=
 or <a href=3D"https://github.com/notifications/unsubscribe-auth/AWbkq0DS=
g_TKX2GuEmoRqomceHjYlFLXks5vCYHTgaJpZM4Zy2NI">mute the thread</a>.<img sr=
c=3D"https://github.com/notifications/beacon/AWbkq2aONJNWy6GgVHwjlBLyt2-a=
2ticks5vCYHTgaJpZM4Zy2NI.gif" height=3D"1" width=3D"1" alt=3D"" /></p>
<script type=3D"application/json" data-scope=3D"inboxmarkup">{"api_versio=
n":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name"=
:"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"=
quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"http=
s://github.githubassets.com/images/email/message_cards/header.png","avata=
r_image_url":"https://github.githubassets.com/images/email/message_cards/=
avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/q=
uicwg/base-drafts"}},"updates":{"snippets":[{"icon":"PERSON","message":"@=
igorlord in #2308: We also talked in Kista about using just such coalesce=
d packets for PMTU probing.  I.e. coalescing a short long-header packet t=
hat will not decrypt but contains Server's Connection ID with a short-hea=
der packet that has the actual payload.\r\n\r\nIf the UDP datagram does g=
et delivered, the long-header packet will be discarded and the short-head=
er packet -- ACKed.  If this UDP datagram runs into an MTU problem, the r=
esponse ICMP will contain Server Connection ID, and it will be routed to =
the correct backend."}],"action":{"name":"View Issue","url":"https://gith=
ub.com/quicwg/base-drafts/issues/2308#issuecomment-453724206"}}}</script>=

<script type=3D"application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/issues/2308#issuecomment=
-453724206",
"url": "https://github.com/quicwg/base-drafts/issues/2308#issuecomment-45=
3724206",
"name": "View Issue"
},
"description": "View this Issue on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>=

----==_mimepart_5c398a53e6156_66943fbaf26d45c4666942--


From nobody Sat Jan 12 00: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 9508C124408 for <quic-issues@ietfa.amsl.com>; Sat, 12 Jan 2019 00:47:46 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -11.149
X-Spam-Level: 
X-Spam-Status: No, score=-11.149 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIMWL_WL_HIGH=-4.553, 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_PASS=-0.001] autolearn=ham autolearn_force=no
Authentication-Results: ietfa.amsl.com (amavisd-new); dkim=pass (1024-bit key) header.d=github.com
Received: from mail.ietf.org ([4.31.198.44]) by localhost (ietfa.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 5LKAyha0WZzo for <quic-issues@ietfa.amsl.com>; Sat, 12 Jan 2019 00:47: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 B4B8D12785F for <quic-issues@ietf.org>; Sat, 12 Jan 2019 00:47:44 -0800 (PST)
Date: Sat, 12 Jan 2019 00:47:43 -0800
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1547282863; bh=PbQHFjce0qu7L/9YFCEGLh0Qg9/ZVl2JrtRDOYIAEc0=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=PxnfYX1byIiivC0IlE1CnG4WXmeqRNS1gBPiY29j1vgAB0XkY4OUj026ujBZrt16h ryf3bN3sWkcgkpj9KFrBs8/1WOcp6a+1kIa9LUodRCW785uVg/ZTOqmtqeYkFpSngc rBDFxC0dlYNgbHZLKs/9VoLlh3NjsJahT54s4VxM=
From: MikkelFJ <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+0166e4ab4f473a4517b4cbd6c23427bf5e569388172a122192cf0000000118516baf92a169ce17c1011d@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/issues/2331/453731137@github.com>
In-Reply-To: <quicwg/base-drafts/issues/2331@github.com>
References: <quicwg/base-drafts/issues/2331@github.com>
Subject: Re: [quicwg/base-drafts] What should the receiver do when the peer closes a unidirectional stream before providing the stream type? (#2331)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5c39a9af5f0f6_66c93fbaf26d45c41342026"; 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/VGJY1GD1BcbUBSrcgKZdS1wGyNI>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
List-Id: Notification list for GitHub issues related to the QUIC WG <quic-issues.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=unsubscribe>
List-Archive: <https://mailarchive.ietf.org/arch/browse/quic-issues/>
List-Post: <mailto:quic-issues@ietf.org>
List-Help: <mailto:quic-issues-request@ietf.org?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, 12 Jan 2019 08:47:46 -0000

----==_mimepart_5c39a9af5f0f6_66c93fbaf26d45c41342026
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

The question is if you can close a stream after sending a frame type, then loose a packet so the receiver is not aware of the type at the time it responds to the close.

If this is not the case, notably when the stream is closed with final size 0, I don't think it should be a considered a critical stream but rather an optional stream that never came to happen. After all, the sender (ought to) know what it is doing.

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/quicwg/base-drafts/issues/2331#issuecomment-453731137
----==_mimepart_5c39a9af5f0f6_66c93fbaf26d45c41342026
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: quoted-printable

<p>The question is if you can close a stream after sending a frame type, =
then loose a packet so the receiver is not aware of the type at the time =
it responds to the close.</p>
<p>If this is not the case, notably when the stream is closed with final =
size 0, I don't think it should be a considered a critical stream but rat=
her an optional stream that never came to happen. After all, the sender (=
ought to) know what it is doing.</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/2331#issuecomment-453731137">view it on GitHub</a>,=
 or <a href=3D"https://github.com/notifications/unsubscribe-auth/AWbkq-sB=
j8HXOaUkGY-z7kB536grVFPNks5vCaEvgaJpZM4Z8gYm">mute the thread</a>.<img sr=
c=3D"https://github.com/notifications/beacon/AWbkq4wh5E7Llw0JzK4UHxCbb8MN=
GhJzks5vCaEvgaJpZM4Z8gYm.gif" height=3D"1" width=3D"1" alt=3D"" /></p>
<script type=3D"application/json" data-scope=3D"inboxmarkup">{"api_versio=
n":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name"=
:"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"=
quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"http=
s://github.githubassets.com/images/email/message_cards/header.png","avata=
r_image_url":"https://github.githubassets.com/images/email/message_cards/=
avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/q=
uicwg/base-drafts"}},"updates":{"snippets":[{"icon":"PERSON","message":"@=
mikkelfj in #2331: The question is if you can close a stream after sendin=
g a frame type, then loose a packet so the receiver is not aware of the t=
ype at the time it responds to the close.\r\n\r\nIf this is not the case,=
 notably when the stream is closed with final size 0, I don't think it sh=
ould be a considered a critical stream but rather an optional stream that=
 never came to happen. After all, the sender (ought to) know what it is d=
oing."}],"action":{"name":"View Issue","url":"https://github.com/quicwg/b=
ase-drafts/issues/2331#issuecomment-453731137"}}}</script>
<script type=3D"application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/issues/2331#issuecomment=
-453731137",
"url": "https://github.com/quicwg/base-drafts/issues/2331#issuecomment-45=
3731137",
"name": "View Issue"
},
"description": "View this Issue on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>=

----==_mimepart_5c39a9af5f0f6_66c93fbaf26d45c41342026--


From nobody Sat Jan 12 01:14: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 6ACD9129A87 for <quic-issues@ietfa.amsl.com>; Sat, 12 Jan 2019 01:14:22 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -12.553
X-Spam-Level: 
X-Spam-Status: No, score=-12.553 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIMWL_WL_HIGH=-4.553, 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_PASS=-0.001] autolearn=ham autolearn_force=no
Authentication-Results: ietfa.amsl.com (amavisd-new); dkim=pass (1024-bit key) header.d=github.com
Received: from mail.ietf.org ([4.31.198.44]) by localhost (ietfa.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id Z1_bLO0wgIwq for <quic-issues@ietfa.amsl.com>; Sat, 12 Jan 2019 01:14:20 -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 B556A128D09 for <quic-issues@ietf.org>; Sat, 12 Jan 2019 01:14:20 -0800 (PST)
Date: Sat, 12 Jan 2019 01:14:20 -0800
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1547284460; bh=FPjgN1kzhDaFEPSwpNry6BpwsqdSoA9IKxg5EASUH4c=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=YShQnvTlsFwTdFw7IDXE7EgHLEhPzIEhzYzgd6ed+FHrxIeTPWGbsx6x/5htAtpyZ 7r1KfiiRwwc+9UT1rfMbTES9B/ZNRbZtCi22R8/bVCUHLyY1D/bIzad6Hywa+vopMS +6OqzT7a+LSPo1dTUr/x4n/kdH+WavCDKjKbkoU0=
From: Kazuho Oku <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+0166e4abebc8acd9381c33e17f04f79ae8a094d32dc0ee7c92cf00000001185171ec92a169ce17c1011d@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/issues/2331/453732566@github.com>
In-Reply-To: <quicwg/base-drafts/issues/2331@github.com>
References: <quicwg/base-drafts/issues/2331@github.com>
Subject: Re: [quicwg/base-drafts] What should the receiver do when the peer closes a unidirectional stream before providing the stream type? (#2331)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5c39afec3764_3d83fc6b1ad45b411843ad"; 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/TBqDfclVKz0JXHvhykMxYOPnzAk>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
List-Id: Notification list for GitHub issues related to the QUIC WG <quic-issues.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=unsubscribe>
List-Archive: <https://mailarchive.ietf.org/arch/browse/quic-issues/>
List-Post: <mailto:quic-issues@ietf.org>
List-Help: <mailto:quic-issues-request@ietf.org?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, 12 Jan 2019 09:14:22 -0000

----==_mimepart_5c39afec3764_3d83fc6b1ad45b411843ad
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

@mikkelfj I do not think that we have an API requirement that the two cases that you describe need be distinguishable.

IMO, a QUIC stack should not be required to communicate the final size when it receives a RST_STREAM frame. An H2 implementation using such a QUIC stack will not be able to distinguish between when it receives RST_STREAM (final_size=1) before seeing any STREAM frame, and when it receives RST_STREAM (final_size=0).

Therefore, IMO the issue is what an H3 endpoint should do when it receives a RST_STREAM (and also a FIN, depending on the outcome of the discussion) before receiving the first byte.

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/quicwg/base-drafts/issues/2331#issuecomment-453732566
----==_mimepart_5c39afec3764_3d83fc6b1ad45b411843ad
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=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> I do not think that we have an API requirement tha=
t the two cases that you describe need be distinguishable.</p>
<p>IMO, a QUIC stack should not be required to communicate the final size=
 when it receives a RST_STREAM frame. An H2 implementation using such a Q=
UIC stack will not be able to distinguish between when it receives RST_ST=
REAM (final_size=3D1) before seeing any STREAM frame, and when it receive=
s RST_STREAM (final_size=3D0).</p>
<p>Therefore, IMO the issue is what an H3 endpoint should do when it rece=
ives a RST_STREAM (and also a FIN, depending on the outcome of the discus=
sion) before receiving the first byte.</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/2331#issuecomment-453732566">view it on GitHub</a>,=
 or <a href=3D"https://github.com/notifications/unsubscribe-auth/AWbkqwRp=
W_Ww1n4jpHzopwDPRa1qprbyks5vCadsgaJpZM4Z8gYm">mute the thread</a>.<img sr=
c=3D"https://github.com/notifications/beacon/AWbkq9H4q-GRRt4ZjFFDCma-7RHW=
qjnbks5vCadsgaJpZM4Z8gYm.gif" height=3D"1" width=3D"1" alt=3D"" /></p>
<script type=3D"application/json" data-scope=3D"inboxmarkup">{"api_versio=
n":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name"=
:"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"=
quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"http=
s://github.githubassets.com/images/email/message_cards/header.png","avata=
r_image_url":"https://github.githubassets.com/images/email/message_cards/=
avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/q=
uicwg/base-drafts"}},"updates":{"snippets":[{"icon":"PERSON","message":"@=
kazuho in #2331: @mikkelfj I do not think that we have an API requirement=
 that the two cases that you describe need be distinguishable.\r\n\r\nIMO=
, a QUIC stack should not be required to communicate the final size when =
it receives a RST_STREAM frame. An H2 implementation using such a QUIC st=
ack will not be able to distinguish between when it receives RST_STREAM (=
final_size=3D1) before seeing any STREAM frame, and when it receives RST_=
STREAM (final_size=3D0).\r\n\r\nTherefore, IMO the issue is what an H3 en=
dpoint should do when it receives a RST_STREAM (and also a FIN, depending=
 on the outcome of the discussion) before receiving the first byte."}],"a=
ction":{"name":"View Issue","url":"https://github.com/quicwg/base-drafts/=
issues/2331#issuecomment-453732566"}}}</script>
<script type=3D"application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/issues/2331#issuecomment=
-453732566",
"url": "https://github.com/quicwg/base-drafts/issues/2331#issuecomment-45=
3732566",
"name": "View Issue"
},
"description": "View this Issue on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>=

----==_mimepart_5c39afec3764_3d83fc6b1ad45b411843ad--


From nobody Sat Jan 12 01:59: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 0F041130DF1 for <quic-issues@ietfa.amsl.com>; Sat, 12 Jan 2019 01:59:50 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -12.553
X-Spam-Level: 
X-Spam-Status: No, score=-12.553 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIMWL_WL_HIGH=-4.553, 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_PASS=-0.001] autolearn=ham autolearn_force=no
Authentication-Results: ietfa.amsl.com (amavisd-new); dkim=pass (1024-bit key) header.d=github.com
Received: from mail.ietf.org ([4.31.198.44]) by localhost (ietfa.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 3n5aufvCOs0k for <quic-issues@ietfa.amsl.com>; Sat, 12 Jan 2019 01:59:48 -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 239D912D4E9 for <quic-issues@ietf.org>; Sat, 12 Jan 2019 01:59:48 -0800 (PST)
Date: Sat, 12 Jan 2019 01:59:47 -0800
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1547287187; bh=P2CboE5IeKwsGK8jQi/6SPHx1kPTfuO2kqBXHfNbAnE=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=kQBWygY8ds5mqRPCb5H56IjKooIGq4oKCBcGiLzKFfO/RVjREA1fGa69JfsVsFKBz bQUo2epMkvPtVZGD6IFF+mAZ95tvQ90dSmjKDcNoT9SnXnb0HrvGYOW8Z5tRURZ6ou 7zjkFhrGe1hag3A7/BFSAfYIlP18wTvyQEOauZes=
From: MikkelFJ <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+0166e4ab412a5b473b50d944065a8b4d5de995d0c4833e7592cf0000000118517c9392a169ce17c1011d@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/issues/2331/453734970@github.com>
In-Reply-To: <quicwg/base-drafts/issues/2331@github.com>
References: <quicwg/base-drafts/issues/2331@github.com>
Subject: Re: [quicwg/base-drafts] What should the receiver do when the peer closes a unidirectional stream before providing the stream type? (#2331)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5c39ba938dd3_5f713fa8fc2d45bc61168"; 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/nxZIwQDbreOzNHUlFz1WKkc4tF4>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
List-Id: Notification list for GitHub issues related to the QUIC WG <quic-issues.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=unsubscribe>
List-Archive: <https://mailarchive.ietf.org/arch/browse/quic-issues/>
List-Post: <mailto:quic-issues@ietf.org>
List-Help: <mailto:quic-issues-request@ietf.org?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, 12 Jan 2019 09:59:50 -0000

----==_mimepart_5c39ba938dd3_5f713fa8fc2d45bc61168
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

(It's now RESET_STREAM)

You can close normally (FIN), or with RESET_STREAM. In both cases there is a final size. The difference is that RESET_STREAM does not require unsent or lost data to be (re)transmitted. (I'm sure you are aware of all this).

If you get a RESET_STREAM and you do not have the stream type, there is no point in waiting for it. If you get a FIN without a type and a final size >= 1 but have not received the first byte, you can choose to wait for it. You probably should - but an implementation could make a mistake here assuming an error if an internal struct says type = type_missing. I take it you issue is intended for RESET only, but you were not clear on that.

Now, further analysis:
Assume you send a non critical stream with a type, and some other data. Then decide to RESET_STREAM in a later packet. This later packet overtakes the previous packet holding the type. Since the receiver cannot assume that the type was ever sent or will ever be received, it must act on what it knows. Hence, if it treats this as a critical error, streams can never be reset. Consequently, either streams should never be reset, or a reset without a type should not be treated as critical. I.e. a stream only exists for real once a type is positively known.

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/quicwg/base-drafts/issues/2331#issuecomment-453734970
----==_mimepart_5c39ba938dd3_5f713fa8fc2d45bc61168
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: quoted-printable

<p>(It's now RESET_STREAM)</p>
<p>You can close normally (FIN), or with RESET_STREAM. In both cases ther=
e is a final size. The difference is that RESET_STREAM does not require u=
nsent or lost data to be (re)transmitted. (I'm sure you are aware of all =
this).</p>
<p>If you get a RESET_STREAM and you do not have the stream type, there i=
s no point in waiting for it. If you get a FIN without a type and a final=
 size &gt;=3D 1 but have not received the first byte, you can choose to w=
ait for it. You probably should - but an implementation could make a mist=
ake here assuming an error if an internal struct says type =3D type_missi=
ng. I take it you issue is intended for RESET only, but you were not clea=
r on that.</p>
<p>Now, further analysis:<br>
Assume you send a non critical stream with a type, and some other data. T=
hen decide to RESET_STREAM in a later packet. This later packet overtakes=
 the previous packet holding the type. Since the receiver cannot assume t=
hat the type was ever sent or will ever be received, it must act on what =
it knows. Hence, if it treats this as a critical error, streams can never=
 be reset. Consequently, either streams should never be reset, or a reset=
 without a type should not be treated as critical. I.e. a stream only exi=
sts for real once a type is positively known.</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/2331#issuecomment-453734970">view it on GitHub</a>,=
 or <a href=3D"https://github.com/notifications/unsubscribe-auth/AWbkq2od=
sG0rseV1Ew0fMiVxo-qVnO6mks5vCbITgaJpZM4Z8gYm">mute the thread</a>.<img sr=
c=3D"https://github.com/notifications/beacon/AWbkq-kIFwdUqIfcobUT0ei5-274=
6T4Sks5vCbITgaJpZM4Z8gYm.gif" height=3D"1" width=3D"1" alt=3D"" /></p>
<script type=3D"application/json" data-scope=3D"inboxmarkup">{"api_versio=
n":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name"=
:"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"=
quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"http=
s://github.githubassets.com/images/email/message_cards/header.png","avata=
r_image_url":"https://github.githubassets.com/images/email/message_cards/=
avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/q=
uicwg/base-drafts"}},"updates":{"snippets":[{"icon":"PERSON","message":"@=
mikkelfj in #2331: (It's now RESET_STREAM)\r\n\r\nYou can close normally =
(FIN), or with RESET_STREAM. In both cases there is a final size. The dif=
ference is that RESET_STREAM does not require unsent or lost data to be (=
re)transmitted. (I'm sure you are aware of all this).\r\n\r\nIf you get a=
 RESET_STREAM and you do not have the stream type, there is no point in w=
aiting for it. If you get a FIN without a type and a final size \u003e=3D=
 1 but have not received the first byte, you can choose to wait for it. Y=
ou probably should - but an implementation could make a mistake here assu=
ming an error if an internal struct says type =3D type_missing. I take it=
 you issue is intended for RESET only, but you were not clear on that.\r\=
n\r\nNow, further analysis:\r\nAssume you send a non critical stream with=
 a type, and some other data. Then decide to RESET_STREAM in a later pack=
et. This later packet overtakes the previous packet holding the type. Sin=
ce the receiver cannot assume that the type was ever sent or will ever be=
 received, it must act on what it knows. Hence, if it treats this as a cr=
itical error, streams can never be reset. Consequently, either streams sh=
ould never be reset, or a reset without a type should not be treated as c=
ritical. I.e. a stream only exists for real once a type is positively kno=
wn."}],"action":{"name":"View Issue","url":"https://github.com/quicwg/bas=
e-drafts/issues/2331#issuecomment-453734970"}}}</script>
<script type=3D"application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/issues/2331#issuecomment=
-453734970",
"url": "https://github.com/quicwg/base-drafts/issues/2331#issuecomment-45=
3734970",
"name": "View Issue"
},
"description": "View this Issue on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>=

----==_mimepart_5c39ba938dd3_5f713fa8fc2d45bc61168--


From nobody Sat Jan 12 02: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 2B2CB12D4E9 for <quic-issues@ietfa.amsl.com>; Sat, 12 Jan 2019 02:01:53 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -10.935
X-Spam-Level: 
X-Spam-Status: No, score=-10.935 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIMWL_WL_HIGH=-4.553, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, HTML_IMAGE_ONLY_24=1.618, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-1, RCVD_IN_DNSWL_HI=-5, SPF_PASS=-0.001] autolearn=ham autolearn_force=no
Authentication-Results: ietfa.amsl.com (amavisd-new); dkim=pass (1024-bit key) header.d=github.com
Received: from mail.ietf.org ([4.31.198.44]) by localhost (ietfa.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id oW2qNkxiZOEt for <quic-issues@ietfa.amsl.com>; Sat, 12 Jan 2019 02:01: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 7DFE6129A87 for <quic-issues@ietf.org>; Sat, 12 Jan 2019 02:01:51 -0800 (PST)
Date: Sat, 12 Jan 2019 02:01:50 -0800
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1547287310; bh=9sIJMyLgRodHiKhL7N6kb9vRJbQSkoI5yFyFNviYcSc=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=0PfdUTmWcD54OcBtT7tSqJckxXIsG/miCHU2aFtWYqVQxprmrCwc353nvVZSYFR8i 1UMrkQ4iFU+Bj066SExh6T6kc2z1kTQShzpMXVRWBM2W3QpursFmJN+75+c5i/Ft5C Jqy8XVbsgSPaQqN5SAZF2Z0tOxsD9E2XuIYgc5+M=
From: MikkelFJ <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+0166e4ab53fafb756f0642c59cf2a76cc2c73707156dea0792cf0000000118517d0e92a169ce17c1011d@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/issues/2331/453735071@github.com>
In-Reply-To: <quicwg/base-drafts/issues/2331@github.com>
References: <quicwg/base-drafts/issues/2331@github.com>
Subject: Re: [quicwg/base-drafts] What should the receiver do when the peer closes a unidirectional stream before providing the stream type? (#2331)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5c39bb0e744c0_aa73fd1a82d45c45089e1"; 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/vc4bedFSv45Nhmp3lZc2Gn0ZFOE>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
List-Id: Notification list for GitHub issues related to the QUIC WG <quic-issues.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=unsubscribe>
List-Archive: <https://mailarchive.ietf.org/arch/browse/quic-issues/>
List-Post: <mailto:quic-issues@ietf.org>
List-Help: <mailto:quic-issues-request@ietf.org?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, 12 Jan 2019 10:01:53 -0000

----==_mimepart_5c39bb0e744c0_aa73fd1a82d45c45089e1
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

(I think you edited your previous text while I got distracted editing my response, at least you distinguish between FIN and RESET contrary to what I suggest in the above. Regardless, I stand by what I wrote).

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/quicwg/base-drafts/issues/2331#issuecomment-453735071
----==_mimepart_5c39bb0e744c0_aa73fd1a82d45c45089e1
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

<p>(I think you edited your previous text while I got distracted editing my response, at least you distinguish between FIN and RESET contrary to what I suggest in the above. Regardless, I stand by what I wrote).</p>

<p style="font-size:small;-webkit-text-size-adjust:none;color:#666;">&mdash;<br />You are receiving this because you are subscribed to this thread.<br />Reply to this email directly, <a href="https://github.com/quicwg/base-drafts/issues/2331#issuecomment-453735071">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AWbkq9L5PMi-PUGtkTj2ZN-J1c2vEd0Wks5vCbKOgaJpZM4Z8gYm">mute the thread</a>.<img src="https://github.com/notifications/beacon/AWbkq0Vv2o9qtRb3c1Od_esFCNvvzjDcks5vCbKOgaJpZM4Z8gYm.gif" height="1" width="1" alt="" /></p>
<script type="application/json" data-scope="inboxmarkup">{"api_version":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name":"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"https://github.githubassets.com/images/email/message_cards/header.png","avatar_image_url":"https://github.githubassets.com/images/email/message_cards/avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/quicwg/base-drafts"}},"updates":{"snippets":[{"icon":"PERSON","message":"@mikkelfj in #2331: (I think you edited your previous text while I got distracted editing my response, at least you distinguish between FIN and RESET contrary to what I suggest in the above. Regardless, I stand by what I wrote)."}],"action":{"name":"View Issue","url":"https://github.com/quicwg/base-drafts/issues/2331#issuecomment-453735071"}}}</script>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/issues/2331#issuecomment-453735071",
"url": "https://github.com/quicwg/base-drafts/issues/2331#issuecomment-453735071",
"name": "View Issue"
},
"description": "View this Issue on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>
----==_mimepart_5c39bb0e744c0_aa73fd1a82d45c45089e1--


From nobody Sat Jan 12 02:42: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 44294129A87 for <quic-issues@ietfa.amsl.com>; Sat, 12 Jan 2019 02:42:57 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -11.149
X-Spam-Level: 
X-Spam-Status: No, score=-11.149 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIMWL_WL_HIGH=-4.553, 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_PASS=-0.001] autolearn=ham autolearn_force=no
Authentication-Results: ietfa.amsl.com (amavisd-new); dkim=pass (1024-bit key) header.d=github.com
Received: from mail.ietf.org ([4.31.198.44]) by localhost (ietfa.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id bVSc3icSN2gH for <quic-issues@ietfa.amsl.com>; Sat, 12 Jan 2019 02:42:55 -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 686CD12785F for <quic-issues@ietf.org>; Sat, 12 Jan 2019 02:42:55 -0800 (PST)
Date: Sat, 12 Jan 2019 02:42:54 -0800
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1547289774; bh=5PSENidlzHnrqidGW7ml8et/YMx8ilGINHsERe0zcuY=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=lu04psvSD+ZPfnsbF2PleE9a47RQRijgVmyfCjCuK4/K+8aYUmeN8ySbLojszVrNG 7+/gi91Nw833jBecL1SGgZS+7fAODBozF/o9BTL2hAwuxTbvF6+9sjeq+GN5xZhfGj 0GSuNxIXi4mxQjURNa4Er8QDhdgiv/BTnOCzPb8s=
From: Lucas Pardue <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+0166e4abb27a6e9dfb8b64059fe5043442bb68d7ed246d1f92cf00000001185186ae92a169ce17c1011d@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/issues/2331/453737469@github.com>
In-Reply-To: <quicwg/base-drafts/issues/2331@github.com>
References: <quicwg/base-drafts/issues/2331@github.com>
Subject: Re: [quicwg/base-drafts] What should the receiver do when the peer closes a unidirectional stream before providing the stream type? (#2331)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5c39c4ae81f46_719f3fbc654d45c013712d0"; 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/fOFmtUyVP3lsIIJsljyCboF2WKo>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
List-Id: Notification list for GitHub issues related to the QUIC WG <quic-issues.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=unsubscribe>
List-Archive: <https://mailarchive.ietf.org/arch/browse/quic-issues/>
List-Post: <mailto:quic-issues@ietf.org>
List-Help: <mailto:quic-issues-request@ietf.org?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, 12 Jan 2019 10:42:57 -0000

----==_mimepart_5c39c4ae81f46_719f3fbc654d45c013712d0
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

Nice spot @kazuho, I prefer your second option.

I do wonder how likely this is to happen in practice. An endpoint opens the stream with a STREAM frame, and it would probably be wise for them to include the type byte in that initial frame.

If I understand what Mikkel said, the endpoint sends and empty stream frame and then closes the stream. What is advantage in that style of opening?

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/quicwg/base-drafts/issues/2331#issuecomment-453737469
----==_mimepart_5c39c4ae81f46_719f3fbc654d45c013712d0
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: quoted-printable

<p>Nice spot <a class=3D"user-mention" data-hovercard-type=3D"user" data-=
hovercard-url=3D"/hovercards?user_id=3D41567" data-octo-click=3D"hovercar=
d-link-click" data-octo-dimensions=3D"link_type:self" href=3D"https://git=
hub.com/kazuho">@kazuho</a>, I prefer your second option.</p>
<p>I do wonder how likely this is to happen in practice. An endpoint open=
s the stream with a STREAM frame, and it would probably be wise for them =
to include the type byte in that initial frame.</p>
<p>If I understand what Mikkel said, the endpoint sends and empty stream =
frame and then closes the stream. What is advantage in that style of open=
ing?</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/2331#issuecomment-453737469">view it on GitHub</a>,=
 or <a href=3D"https://github.com/notifications/unsubscribe-auth/AWbkqyyc=
JlaE9rDVynFvXJnOKXwy9_sRks5vCbwugaJpZM4Z8gYm">mute the thread</a>.<img sr=
c=3D"https://github.com/notifications/beacon/AWbkqwRJobyAZkNXsHvQL28To8MF=
A4Krks5vCbwugaJpZM4Z8gYm.gif" height=3D"1" width=3D"1" alt=3D"" /></p>
<script type=3D"application/json" data-scope=3D"inboxmarkup">{"api_versio=
n":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name"=
:"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"=
quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"http=
s://github.githubassets.com/images/email/message_cards/header.png","avata=
r_image_url":"https://github.githubassets.com/images/email/message_cards/=
avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/q=
uicwg/base-drafts"}},"updates":{"snippets":[{"icon":"PERSON","message":"@=
LPardue in #2331: Nice spot @kazuho, I prefer your second option.\r\n\r\n=
I do wonder how likely this is to happen in practice. An endpoint opens t=
he stream with a STREAM frame, and it would probably be wise for them to =
include the type byte in that initial frame.\r\n\r\nIf I understand what =
Mikkel said, the endpoint sends and empty stream frame and then closes th=
e stream. What is advantage in that style of opening?"}],"action":{"name"=
:"View Issue","url":"https://github.com/quicwg/base-drafts/issues/2331#is=
suecomment-453737469"}}}</script>
<script type=3D"application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/issues/2331#issuecomment=
-453737469",
"url": "https://github.com/quicwg/base-drafts/issues/2331#issuecomment-45=
3737469",
"name": "View Issue"
},
"description": "View this Issue on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>=

----==_mimepart_5c39c4ae81f46_719f3fbc654d45c013712d0--


From nobody Sat Jan 12 04:33: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 6D65512D4ED for <quic-issues@ietfa.amsl.com>; Sat, 12 Jan 2019 04:33:49 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -12.553
X-Spam-Level: 
X-Spam-Status: No, score=-12.553 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIMWL_WL_HIGH=-4.553, 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_PASS=-0.001] autolearn=ham autolearn_force=no
Authentication-Results: ietfa.amsl.com (amavisd-new); dkim=pass (1024-bit key) header.d=github.com
Received: from mail.ietf.org ([4.31.198.44]) by localhost (ietfa.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id gQ4jd6YHBlM5 for <quic-issues@ietfa.amsl.com>; Sat, 12 Jan 2019 04:33:47 -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 9FDDA128CF3 for <quic-issues@ietf.org>; Sat, 12 Jan 2019 04:33:47 -0800 (PST)
Date: Sat, 12 Jan 2019 04:33:45 -0800
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1547296425; bh=Gv0ZshcsEf4lX7Vd1XHw9/+m2QKgE8tWSX20hq4VOaY=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=PJswT5VBsB+rcSZ/p9znnTzsjgiBevhXsa8elgTz1v2HOHYwXEJ3dz7Y82eDFH+22 sJRd8wq+ECtxnGOXg8CuezrbnrcT56TgmSLyBTbnR+R+TFKDocCgzOBRqiB1+nr+oA Di77KAp9K+0t+GXl79WX6TZyBRdoy4qHgp9ZRHS4=
From: MikkelFJ <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+0166e4ab79aa24ee4e01ca32d87b54edcc48d6d783d547b592cf000000011851a0a992a169ce17c1011d@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/issues/2331/453743962@github.com>
In-Reply-To: <quicwg/base-drafts/issues/2331@github.com>
References: <quicwg/base-drafts/issues/2331@github.com>
Subject: Re: [quicwg/base-drafts] What should the receiver do when the peer closes a unidirectional stream before providing the stream type? (#2331)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5c39dea95cc60_50c23fa52ead45b85261eb"; 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/Zdiffe0qw1Q2q2b06-PabSSE124>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
List-Id: Notification list for GitHub issues related to the QUIC WG <quic-issues.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=unsubscribe>
List-Archive: <https://mailarchive.ietf.org/arch/browse/quic-issues/>
List-Post: <mailto:quic-issues@ietf.org>
List-Help: <mailto:quic-issues-request@ietf.org?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, 12 Jan 2019 12:33:50 -0000

----==_mimepart_5c39dea95cc60_50c23fa52ead45b85261eb
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

> If I understand what Mikkel said, the endpoint sends and empty stream frame and then closes the stream. What is advantage in that style of opening?

First, it is a matter of being robust against all possible ways of transmitting packets, even if done in an unlikely way.

Second, in my last analysis I have a case where you send valid data, but the later RESET races the earlier packets. There are several cases: the open is entirely missed and only the RESET survives, but it then effectively opens and closes the stream, or the open is sent with 0 length data, then a later packet sends the frame type, and a later packet again sends the RESET, and the middle packet gets lost or delayed. The latter case is of course contrived, but it is still valid and 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/2331#issuecomment-453743962
----==_mimepart_5c39dea95cc60_50c23fa52ead45b85261eb
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: quoted-printable

<blockquote>
<p>If I understand what Mikkel said, the endpoint sends and empty stream =
frame and then closes the stream. What is advantage in that style of open=
ing?</p>
</blockquote>
<p>First, it is a matter of being robust against all possible ways of tra=
nsmitting packets, even if done in an unlikely way.</p>
<p>Second, in my last analysis I have a case where you send valid data, b=
ut the later RESET races the earlier packets. There are several cases: th=
e open is entirely missed and only the RESET survives, but it then effect=
ively opens and closes the stream, or the open is sent with 0 length data=
, then a later packet sends the frame type, and a later packet again send=
s the RESET, and the middle packet gets lost or delayed. The latter case =
is of course contrived, but it is still valid and possible.</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/2331#issuecomment-453743962">view it on GitHub</a>,=
 or <a href=3D"https://github.com/notifications/unsubscribe-auth/AWbkqwfK=
zAFXus3kSOFZSuyz1bCdIiBrks5vCdYpgaJpZM4Z8gYm">mute the thread</a>.<img sr=
c=3D"https://github.com/notifications/beacon/AWbkq7aeCmYE2sZyZlmavlRnh7Ng=
w-Kuks5vCdYpgaJpZM4Z8gYm.gif" height=3D"1" width=3D"1" alt=3D"" /></p>
<script type=3D"application/json" data-scope=3D"inboxmarkup">{"api_versio=
n":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name"=
:"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"=
quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"http=
s://github.githubassets.com/images/email/message_cards/header.png","avata=
r_image_url":"https://github.githubassets.com/images/email/message_cards/=
avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/q=
uicwg/base-drafts"}},"updates":{"snippets":[{"icon":"PERSON","message":"@=
mikkelfj in #2331: \u003e If I understand what Mikkel said, the endpoint =
sends and empty stream frame and then closes the stream. What is advantag=
e in that style of opening?\r\n\r\nFirst, it is a matter of being robust =
against all possible ways of transmitting packets, even if done in an unl=
ikely way.\r\n\r\nSecond, in my last analysis I have a case where you sen=
d valid data, but the later RESET races the earlier packets. There are se=
veral cases: the open is entirely missed and only the RESET survives, but=
 it then effectively opens and closes the stream, or the open is sent wit=
h 0 length data, then a later packet sends the frame type, and a later pa=
cket again sends the RESET, and the middle packet gets lost or delayed. T=
he latter case is of course contrived, but it is still valid and possible=
."}],"action":{"name":"View Issue","url":"https://github.com/quicwg/base-=
drafts/issues/2331#issuecomment-453743962"}}}</script>
<script type=3D"application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/issues/2331#issuecomment=
-453743962",
"url": "https://github.com/quicwg/base-drafts/issues/2331#issuecomment-45=
3743962",
"name": "View Issue"
},
"description": "View this Issue on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>=

----==_mimepart_5c39dea95cc60_50c23fa52ead45b85261eb--


From nobody Sat Jan 12 04:57: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 F2807130E25 for <quic-issues@ietfa.amsl.com>; Sat, 12 Jan 2019 04:57:24 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -10.935
X-Spam-Level: 
X-Spam-Status: No, score=-10.935 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIMWL_WL_HIGH=-4.553, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, HTML_IMAGE_ONLY_24=1.618, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-1, RCVD_IN_DNSWL_HI=-5, SPF_PASS=-0.001] autolearn=ham autolearn_force=no
Authentication-Results: ietfa.amsl.com (amavisd-new); dkim=pass (1024-bit key) header.d=github.com
Received: from mail.ietf.org ([4.31.198.44]) by localhost (ietfa.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id vTURAPWuSkMt for <quic-issues@ietfa.amsl.com>; Sat, 12 Jan 2019 04:57: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 9A15012E04D for <quic-issues@ietf.org>; Sat, 12 Jan 2019 04:57:16 -0800 (PST)
Date: Sat, 12 Jan 2019 04:57:15 -0800
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1547297835; bh=ssHhOBB6kk4OkyoQ3QgoM7r/IDHnkUrJCXzeF5H1CGc=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=j++repvAoDZfPEErRnhy921AsxmLE5K7PG61vlFioNOGaOVVsQwls+Vp6NMbaJvDJ /U64vS/qFPnRyWJT1gwO6uj34D0lRScmg02oEqqaFg6K699xYz0PL2flanNsItSZvB 0f/VDbXPqvit8nTfdtVpyKdtjitc/JDoYKI7K+Vc=
From: Lucas Pardue <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+0166e4ab50ce1fea3b1788ba676781cdc62082ee8008ca0a92cf000000011851a62b92a169ce17c1011d@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/issues/2331/453745447@github.com>
In-Reply-To: <quicwg/base-drafts/issues/2331@github.com>
References: <quicwg/base-drafts/issues/2331@github.com>
Subject: Re: [quicwg/base-drafts] What should the receiver do when the peer closes a unidirectional stream before providing the stream type? (#2331)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5c39e42bcc0e9_5be3fa3344d45c423697d"; 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/UoDmUER9r4yQk8QcvZ0zmujqdrg>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
List-Id: Notification list for GitHub issues related to the QUIC WG <quic-issues.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=unsubscribe>
List-Archive: <https://mailarchive.ietf.org/arch/browse/quic-issues/>
List-Post: <mailto:quic-issues@ietf.org>
List-Help: <mailto:quic-issues-request@ietf.org?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, 12 Jan 2019 12:57:25 -0000

----==_mimepart_5c39e42bcc0e9_5be3fa3344d45c423697d
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

I understand we need to be robust and that's why I like the Kazuho's second option. It's just going to be a bit disappointing if H3 implementations fail at creating the 4 unidirectional streams that are fundamental to the application session. 

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/quicwg/base-drafts/issues/2331#issuecomment-453745447
----==_mimepart_5c39e42bcc0e9_5be3fa3344d45c423697d
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

<p>I understand we need to be robust and that's why I like the Kazuho's second option. It's just going to be a bit disappointing if H3 implementations fail at creating the 4 unidirectional streams that are fundamental to the application session.</p>

<p style="font-size:small;-webkit-text-size-adjust:none;color:#666;">&mdash;<br />You are receiving this because you are subscribed to this thread.<br />Reply to this email directly, <a href="https://github.com/quicwg/base-drafts/issues/2331#issuecomment-453745447">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AWbkq2EaZjiU33MlRIFNen4Noq4hAr8Kks5vCdurgaJpZM4Z8gYm">mute the thread</a>.<img src="https://github.com/notifications/beacon/AWbkq6k-f6yTfpDJcL0Dwt1qypd2jWZRks5vCdurgaJpZM4Z8gYm.gif" height="1" width="1" alt="" /></p>
<script type="application/json" data-scope="inboxmarkup">{"api_version":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name":"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"https://github.githubassets.com/images/email/message_cards/header.png","avatar_image_url":"https://github.githubassets.com/images/email/message_cards/avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/quicwg/base-drafts"}},"updates":{"snippets":[{"icon":"PERSON","message":"@LPardue in #2331: I understand we need to be robust and that's why I like the Kazuho's second option. It's just going to be a bit disappointing if H3 implementations fail at creating the 4 unidirectional streams that are fundamental to the application session. "}],"action":{"name":"View Issue","url":"https://github.com/quicwg/base-drafts/issues/2331#issuecomment-453745447"}}}</script>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/issues/2331#issuecomment-453745447",
"url": "https://github.com/quicwg/base-drafts/issues/2331#issuecomment-453745447",
"name": "View Issue"
},
"description": "View this Issue on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>
----==_mimepart_5c39e42bcc0e9_5be3fa3344d45c423697d--


From nobody Sat Jan 12 05:17: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 97349130E5D for <quic-issues@ietfa.amsl.com>; Sat, 12 Jan 2019 05:17:35 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -10.935
X-Spam-Level: 
X-Spam-Status: No, score=-10.935 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIMWL_WL_HIGH=-4.553, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, HTML_IMAGE_ONLY_24=1.618, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-1, RCVD_IN_DNSWL_HI=-5, SPF_PASS=-0.001] autolearn=ham autolearn_force=no
Authentication-Results: ietfa.amsl.com (amavisd-new); dkim=pass (1024-bit key) header.d=github.com
Received: from mail.ietf.org ([4.31.198.44]) by localhost (ietfa.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id iM8XyK9bFfrB for <quic-issues@ietfa.amsl.com>; Sat, 12 Jan 2019 05:17: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 BF18312E04D for <quic-issues@ietf.org>; Sat, 12 Jan 2019 05:17:33 -0800 (PST)
Date: Sat, 12 Jan 2019 05:17:32 -0800
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1547299052; bh=B34mJ5fent+KRwQRcjDKCcjULQTD4B41qyeGg3+53JY=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=L5X1ksvE8+nQuQoyZYZ5BMlLMrcgMB5aawkvPBvq/CHKSyTToXFo/8MlCSHPBSb+X uN4XEkf7K2kXWPR1qmTgwATliUwJ310wO7PZGf5hetNtn8Un8zvo2h1KWWkER4kz99 1eDV+DU+i8P7RU9IBKCo4MeKthgVC+Aid7XX2SlQ=
From: MikkelFJ <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+0166e4ab8dca2ad91999b984caad9093d57371d86380bed092cf000000011851aaec92a169ce17c1011d@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/issues/2331/453746753@github.com>
In-Reply-To: <quicwg/base-drafts/issues/2331@github.com>
References: <quicwg/base-drafts/issues/2331@github.com>
Subject: Re: [quicwg/base-drafts] What should the receiver do when the peer closes a unidirectional stream before providing the stream type? (#2331)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5c39e8ec668cd_5933fb9a7cd45c43228b3"; 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/Fw8hjvPtka_j8fVfbauy7y23jck>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
List-Id: Notification list for GitHub issues related to the QUIC WG <quic-issues.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=unsubscribe>
List-Archive: <https://mailarchive.ietf.org/arch/browse/quic-issues/>
List-Post: <mailto:quic-issues@ietf.org>
List-Help: <mailto:quic-issues-request@ietf.org?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, 12 Jan 2019 13:17:36 -0000

----==_mimepart_5c39e8ec668cd_5933fb9a7cd45c43228b3
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

Well, if the peer intentionally isn't creating the necessary streams, the connection won't work. It's not like you accidentally send a reset just because. There are endless other ways to do that, like never sending a response to a 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/issues/2331#issuecomment-453746753
----==_mimepart_5c39e8ec668cd_5933fb9a7cd45c43228b3
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

<p>Well, if the peer intentionally isn't creating the necessary streams, the connection won't work. It's not like you accidentally send a reset just because. There are endless other ways to do that, like never sending a response to a 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/issues/2331#issuecomment-453746753">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AWbkq6XrUYUNltqdVvA3ogn3eMy6sU5Kks5vCeBsgaJpZM4Z8gYm">mute the thread</a>.<img src="https://github.com/notifications/beacon/AWbkqyQXa9SBAbbecMZ8HXZlxWPIMeh-ks5vCeBsgaJpZM4Z8gYm.gif" height="1" width="1" alt="" /></p>
<script type="application/json" data-scope="inboxmarkup">{"api_version":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name":"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"https://github.githubassets.com/images/email/message_cards/header.png","avatar_image_url":"https://github.githubassets.com/images/email/message_cards/avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/quicwg/base-drafts"}},"updates":{"snippets":[{"icon":"PERSON","message":"@mikkelfj in #2331: Well, if the peer intentionally isn't creating the necessary streams, the connection won't work. It's not like you accidentally send a reset just because. There are endless other ways to do that, like never sending a response to a request."}],"action":{"name":"View Issue","url":"https://github.com/quicwg/base-drafts/issues/2331#issuecomment-453746753"}}}</script>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/issues/2331#issuecomment-453746753",
"url": "https://github.com/quicwg/base-drafts/issues/2331#issuecomment-453746753",
"name": "View Issue"
},
"description": "View this Issue on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>
----==_mimepart_5c39e8ec668cd_5933fb9a7cd45c43228b3--


From nobody Sat Jan 12 14:22: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 7E04F1310FA for <quic-issues@ietfa.amsl.com>; Sat, 12 Jan 2019 14:22:13 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -12.553
X-Spam-Level: 
X-Spam-Status: No, score=-12.553 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIMWL_WL_HIGH=-4.553, 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_PASS=-0.001] autolearn=ham autolearn_force=no
Authentication-Results: ietfa.amsl.com (amavisd-new); dkim=pass (1024-bit key) header.d=github.com
Received: from mail.ietf.org ([4.31.198.44]) by localhost (ietfa.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id B76YNIT3Fd8M for <quic-issues@ietfa.amsl.com>; Sat, 12 Jan 2019 14:22:11 -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 503931310F6 for <quic-issues@ietf.org>; Sat, 12 Jan 2019 14:22:11 -0800 (PST)
Date: Sat, 12 Jan 2019 14:22:09 -0800
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1547331730; bh=05DM8u1zrJc/sgLzo+OGLE+BotmSsau2ch7QI8eAW7U=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=a1kdjfztm8w6pR2k2VhJgExn6GJmUfajrwS3ypOuDTWl70wBx8GKGGPEJ5K+nrqiU TuRJ98oJlt1vcOsT4ArQ67CP5nMQ8O0co+5PqGMBvW6whaKm83s/xwDrIYkInF176q M3X7rOSlCGpkm/w1q+fePwzmy++XzMojYAHzhits=
From: Kazuho Oku <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+0166e4abb3755828492780c8aa1b2c6e214396f635f7b0df92cf0000000118522a9192a169ce17c1011d@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/issues/2331/453785366@github.com>
In-Reply-To: <quicwg/base-drafts/issues/2331@github.com>
References: <quicwg/base-drafts/issues/2331@github.com>
Subject: Re: [quicwg/base-drafts] What should the receiver do when the peer closes a unidirectional stream before providing the stream type? (#2331)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5c3a6891eea59_9663fb11d6d45bc1276223"; 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/-iBsqrBJFLCyxmPRmUusrKTCP1I>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
List-Id: Notification list for GitHub issues related to the QUIC WG <quic-issues.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=unsubscribe>
List-Archive: <https://mailarchive.ietf.org/arch/browse/quic-issues/>
List-Post: <mailto:quic-issues@ietf.org>
List-Help: <mailto:quic-issues-request@ietf.org?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, 12 Jan 2019 22:22:14 -0000

----==_mimepart_5c3a6891eea59_9663fb11d6d45bc1276223
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

@mikkelfj Yes, I did edit my comment in order to clarify what I meant, while you tried to confirm what we have now. Thank you for the clarification and sorry for the confusion.

> Hence, if it treats this as a critical error, streams can never be reset. Consequently, either streams should never be reset, or a reset without a type should not be treated as critical. I.e. a stream only exists for real once a type is positively known.

Yes. To be precise, calling the symptom a critical error would mean that the sender cannot reset a stream until it knows that the peer has received the first octet. But it is often hard for the application to "know" that the peer has received the first octet. For example, the sender will in practice never know that the first octet of the control stream has been received by the peer if the values sent in the SETTINGS frame were: NUM_PLACEHOLDERS=0, QPACK_MAX_TABLE_CAPACITY=0.

OTOH, the downside of _not_ calling that a critical error means that the connection state might not advance at all, if the server creates a control stream and then resets it before the first byte is delivered to the client. In such case, a client that waits for SETTINGS frame before sending any request will stall forever. However, we might argue that such stall would also happen when the packet that carries the control stream gets always dropped on the network (for some reason), and that a sender resetting the control stream is as unlikely as that.

In the end, now I think I might prefer the second option (i.e. ignore).

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/quicwg/base-drafts/issues/2331#issuecomment-453785366
----==_mimepart_5c3a6891eea59_9663fb11d6d45bc1276223
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=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> Yes, I did edit my comment in order to clarify wha=
t I meant, while you tried to confirm what we have now. Thank you for the=
 clarification and sorry for the confusion.</p>
<blockquote>
<p>Hence, if it treats this as a critical error, streams can never be res=
et. Consequently, either streams should never be reset, or a reset withou=
t a type should not be treated as critical. I.e. a stream only exists for=
 real once a type is positively known.</p>
</blockquote>
<p>Yes. To be precise, calling the symptom a critical error would mean th=
at the sender cannot reset a stream until it knows that the peer has rece=
ived the first octet. But it is often hard for the application to "know" =
that the peer has received the first octet. For example, the sender will =
in practice never know that the first octet of the control stream has bee=
n received by the peer if the values sent in the SETTINGS frame were: NUM=
_PLACEHOLDERS=3D0, QPACK_MAX_TABLE_CAPACITY=3D0.</p>
<p>OTOH, the downside of <em>not</em> calling that a critical error means=
 that the connection state might not advance at all, if the server create=
s a control stream and then resets it before the first byte is delivered =
to the client. In such case, a client that waits for SETTINGS frame befor=
e sending any request will stall forever. However, we might argue that su=
ch stall would also happen when the packet that carries the control strea=
m gets always dropped on the network (for some reason), and that a sender=
 resetting the control stream is as unlikely as that.</p>
<p>In the end, now I think I might prefer the second option (i.e. ignore)=
.</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/2331#issuecomment-453785366">view it on GitHub</a>,=
 or <a href=3D"https://github.com/notifications/unsubscribe-auth/AWbkq3EJ=
ui_iFsDY_8f1miBmnKW7aukDks5vCmARgaJpZM4Z8gYm">mute the thread</a>.<img sr=
c=3D"https://github.com/notifications/beacon/AWbkq9p6X_pOW885QsAf5_tGb5XJ=
jSqIks5vCmARgaJpZM4Z8gYm.gif" height=3D"1" width=3D"1" alt=3D"" /></p>
<script type=3D"application/json" data-scope=3D"inboxmarkup">{"api_versio=
n":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name"=
:"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"=
quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"http=
s://github.githubassets.com/images/email/message_cards/header.png","avata=
r_image_url":"https://github.githubassets.com/images/email/message_cards/=
avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/q=
uicwg/base-drafts"}},"updates":{"snippets":[{"icon":"PERSON","message":"@=
kazuho in #2331: @mikkelfj Yes, I did edit my comment in order to clarify=
 what I meant, while you tried to confirm what we have now. Thank you for=
 the clarification and sorry for the confusion.\r\n\r\n\u003e Hence, if i=
t treats this as a critical error, streams can never be reset. Consequent=
ly, either streams should never be reset, or a reset without a type shoul=
d not be treated as critical. I.e. a stream only exists for real once a t=
ype is positively known.\r\n\r\nYes. To be precise, calling the symptom a=
 critical error would mean that the sender cannot reset a stream until it=
 knows that the peer has received the first octet. But it is often hard f=
or the application to \"know\" that the peer has received the first octet=
. For example, the sender will in practice never know that the first octe=
t of the control stream has been received by the peer if the values sent =
in the SETTINGS frame were: NUM_PLACEHOLDERS=3D0, QPACK_MAX_TABLE_CAPACIT=
Y=3D0.\r\n\r\nOTOH, the downside of _not_ calling that a critical error m=
eans that the connection state might not advance at all, if the server cr=
eates a control stream and then resets it before the first byte is delive=
red to the client. In such case, a client that waits for SETTINGS frame b=
efore sending any request will stall forever. However, we might argue tha=
t such stall would also happen when the packet that carries the control s=
tream gets always dropped on the network (for some reason), and that a se=
nder resetting the control stream is as unlikely as that.\r\n\r\nIn the e=
nd, now I think I might prefer the second option (i.e. ignore)."}],"actio=
n":{"name":"View Issue","url":"https://github.com/quicwg/base-drafts/issu=
es/2331#issuecomment-453785366"}}}</script>
<script type=3D"application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/issues/2331#issuecomment=
-453785366",
"url": "https://github.com/quicwg/base-drafts/issues/2331#issuecomment-45=
3785366",
"name": "View Issue"
},
"description": "View this Issue on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>=

----==_mimepart_5c3a6891eea59_9663fb11d6d45bc1276223--


From nobody Sat Jan 12 14:27: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 4EF32131106 for <quic-issues@ietfa.amsl.com>; Sat, 12 Jan 2019 14:27:26 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -10.935
X-Spam-Level: 
X-Spam-Status: No, score=-10.935 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIMWL_WL_HIGH=-4.553, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, HTML_IMAGE_ONLY_24=1.618, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-1, RCVD_IN_DNSWL_HI=-5, SPF_PASS=-0.001] autolearn=ham autolearn_force=no
Authentication-Results: ietfa.amsl.com (amavisd-new); dkim=pass (1024-bit key) header.d=github.com
Received: from mail.ietf.org ([4.31.198.44]) by localhost (ietfa.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id CmHrrOf0c7rU for <quic-issues@ietfa.amsl.com>; Sat, 12 Jan 2019 14:27: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 CE76E131105 for <quic-issues@ietf.org>; Sat, 12 Jan 2019 14:27:24 -0800 (PST)
Date: Sat, 12 Jan 2019 14:27:23 -0800
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1547332043; bh=FnxD8fDxA2qmm6eQ/zjYXjLSj2bzAfASifzk5hT+6Hk=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=PypXdK4nV2lqr2JrdRsHpp7ekaZM6mROvr1ODN18GuHHvRmYBBorHmb9rG1Wafv8h WgkKmaDlgDX4UZf6NlIQF3lfsL4P5UwFM36liLuGxKZ1H0SlW88G6AFaUalbyJP4hD HTKVh/8KUl16hvyQiXAB5Wa203/O4CEBOWfOypdQ=
From: Lucas Pardue <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+0166e4ab814a6f0658b4464db9a0494e82762537ce5950bd92cf0000000118522bcb92a169ce17c1011d@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/issues/2331/453785642@github.com>
In-Reply-To: <quicwg/base-drafts/issues/2331@github.com>
References: <quicwg/base-drafts/issues/2331@github.com>
Subject: Re: [quicwg/base-drafts] What should the receiver do when the peer closes a unidirectional stream before providing the stream type? (#2331)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5c3a69cb9ce40_27723f8759cd45b8381058"; 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/PQIVl8mLu_Os8dKlZ-zufSSeYLc>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
List-Id: Notification list for GitHub issues related to the QUIC WG <quic-issues.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=unsubscribe>
List-Archive: <https://mailarchive.ietf.org/arch/browse/quic-issues/>
List-Post: <mailto:quic-issues@ietf.org>
List-Help: <mailto:quic-issues-request@ietf.org?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, 12 Jan 2019 22:27:26 -0000

----==_mimepart_5c3a69cb9ce40_27723f8759cd45b8381058
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

Given that resetting a control stream is going to cause a connection error, I don't know why an implementation would ever try to do that. The risk is high, what is the benefit?

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/quicwg/base-drafts/issues/2331#issuecomment-453785642
----==_mimepart_5c3a69cb9ce40_27723f8759cd45b8381058
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

<p>Given that resetting a control stream is going to cause a connection error, I don't know why an implementation would ever try to do that. The risk is high, what is the benefit?</p>

<p style="font-size:small;-webkit-text-size-adjust:none;color:#666;">&mdash;<br />You are receiving this because you are subscribed to this thread.<br />Reply to this email directly, <a href="https://github.com/quicwg/base-drafts/issues/2331#issuecomment-453785642">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AWbkqzo5R-7odGDbvP-kIKesYhA9xHfSks5vCmFLgaJpZM4Z8gYm">mute the thread</a>.<img src="https://github.com/notifications/beacon/AWbkqyz0K01NNPG5qLR-8MThFr6AxIB1ks5vCmFLgaJpZM4Z8gYm.gif" height="1" width="1" alt="" /></p>
<script type="application/json" data-scope="inboxmarkup">{"api_version":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name":"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"https://github.githubassets.com/images/email/message_cards/header.png","avatar_image_url":"https://github.githubassets.com/images/email/message_cards/avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/quicwg/base-drafts"}},"updates":{"snippets":[{"icon":"PERSON","message":"@LPardue in #2331: Given that resetting a control stream is going to cause a connection error, I don't know why an implementation would ever try to do that. The risk is high, what is the benefit?"}],"action":{"name":"View Issue","url":"https://github.com/quicwg/base-drafts/issues/2331#issuecomment-453785642"}}}</script>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/issues/2331#issuecomment-453785642",
"url": "https://github.com/quicwg/base-drafts/issues/2331#issuecomment-453785642",
"name": "View Issue"
},
"description": "View this Issue on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>
----==_mimepart_5c3a69cb9ce40_27723f8759cd45b8381058--


From nobody Sat Jan 12 14:41: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 7ACA8131132 for <quic-issues@ietfa.amsl.com>; Sat, 12 Jan 2019 14:41:49 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -10.935
X-Spam-Level: 
X-Spam-Status: No, score=-10.935 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIMWL_WL_HIGH=-4.553, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, HTML_IMAGE_ONLY_24=1.618, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-1, RCVD_IN_DNSWL_HI=-5, SPF_PASS=-0.001] autolearn=ham autolearn_force=no
Authentication-Results: ietfa.amsl.com (amavisd-new); dkim=pass (1024-bit key) header.d=github.com
Received: from mail.ietf.org ([4.31.198.44]) by localhost (ietfa.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 7J9Wwe9bo13E for <quic-issues@ietfa.amsl.com>; Sat, 12 Jan 2019 14:41: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 9AD68131127 for <quic-issues@ietf.org>; Sat, 12 Jan 2019 14:41:47 -0800 (PST)
Date: Sat, 12 Jan 2019 14:41:45 -0800
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1547332905; bh=lodMif76OoPhG9qm3+OMqd8KR/fmCEUbXrjKeBjB4gs=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=KFWItPuTfcTq5MLM8XFUJBjpbKLpWNJYnrgpt2yqcFE1/xU0oDvW7sgxJU/ST16D7 OOMWQJEAC3SOwqGGL/TWJNosO2MJvP7Un8g6SrnOfR9XfN1vKev5p8u4Ql32O0ICQG EK5Ed6u/1g514qfNvu0293e2AFAYJgYAj9e9mXMg=
From: Kazuho Oku <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+0166e4ab9de18f73f4262757bac64732df6f4ab60e48ae9992cf0000000118522f2992a169ce17792cde@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/issues/2253/453786471@github.com>
In-Reply-To: <quicwg/base-drafts/issues/2253@github.com>
References: <quicwg/base-drafts/issues/2253@github.com>
Subject: Re: [quicwg/base-drafts] Consider making h3 frame types varint (#2253)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5c3a6d29a25eb_4ac43fd1a82d45c4845297"; 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/HIMMHRpRXhE8AcV9bWNu5j2Zc1o>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
List-Id: Notification list for GitHub issues related to the QUIC WG <quic-issues.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=unsubscribe>
List-Archive: <https://mailarchive.ietf.org/arch/browse/quic-issues/>
List-Post: <mailto:quic-issues@ietf.org>
List-Help: <mailto:quic-issues-request@ietf.org?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, 12 Jan 2019 22:41:50 -0000

----==_mimepart_5c3a6d29a25eb_4ac43fd1a82d45c4845297
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

I think it's worth noting that the side effect of varint h3 frame types means that we would need to redesign (or abandon) the HTTP_MALFORMED_FRAME error code. It relies on the frame type being 8-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/2253#issuecomment-453786471
----==_mimepart_5c3a6d29a25eb_4ac43fd1a82d45c4845297
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

<p>I think it's worth noting that the side effect of varint h3 frame types means that we would need to redesign (or abandon) the HTTP_MALFORMED_FRAME error code. It relies on the frame type being 8-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/2253#issuecomment-453786471">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AWbkq7cYYI1n_JIIzuRkhEfeHveOVoZzks5vCmSpgaJpZM4ZgKQr">mute the thread</a>.<img src="https://github.com/notifications/beacon/AWbkq9OTGy39Q7ixxN9dkniylrQln3FVks5vCmSpgaJpZM4ZgKQr.gif" height="1" width="1" alt="" /></p>
<script type="application/json" data-scope="inboxmarkup">{"api_version":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name":"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"https://github.githubassets.com/images/email/message_cards/header.png","avatar_image_url":"https://github.githubassets.com/images/email/message_cards/avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/quicwg/base-drafts"}},"updates":{"snippets":[{"icon":"PERSON","message":"@kazuho in #2253: I think it's worth noting that the side effect of varint h3 frame types means that we would need to redesign (or abandon) the HTTP_MALFORMED_FRAME error code. It relies on the frame type being 8-bit."}],"action":{"name":"View Issue","url":"https://github.com/quicwg/base-drafts/issues/2253#issuecomment-453786471"}}}</script>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/issues/2253#issuecomment-453786471",
"url": "https://github.com/quicwg/base-drafts/issues/2253#issuecomment-453786471",
"name": "View Issue"
},
"description": "View this Issue on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>
----==_mimepart_5c3a6d29a25eb_4ac43fd1a82d45c4845297--


From nobody Sat Jan 12 14:48: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 19865131132 for <quic-issues@ietfa.amsl.com>; Sat, 12 Jan 2019 14:48:03 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -10.935
X-Spam-Level: 
X-Spam-Status: No, score=-10.935 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIMWL_WL_HIGH=-4.553, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, HTML_IMAGE_ONLY_24=1.618, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-1, RCVD_IN_DNSWL_HI=-5, SPF_PASS=-0.001] autolearn=ham autolearn_force=no
Authentication-Results: ietfa.amsl.com (amavisd-new); dkim=pass (1024-bit key) header.d=github.com
Received: from mail.ietf.org ([4.31.198.44]) by localhost (ietfa.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id kLTqacHMQ6uj for <quic-issues@ietfa.amsl.com>; Sat, 12 Jan 2019 14:48:01 -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 67D1B131127 for <quic-issues@ietf.org>; Sat, 12 Jan 2019 14:48:01 -0800 (PST)
Date: Sat, 12 Jan 2019 14:48:00 -0800
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1547333280; bh=j/857ASfH6jFDQllJnFnjRuMvLwF3V6ctO3BK6HUxPk=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=HgGEN/sYMCmqU0SD5eeVMKXw9Rk4xPlnQQY8DT1SFtnZLBfQmT8s1JQ6LG9QafIP7 g8xlULyR9D3hxJ1/0lelmDOEB6LcBBYWocAbpb5ztxR+sr606VjggdQymMEa5rS1J2 2y51gTxfa3OP3mH4iUhn3VnMd6M0pk1CqwwXzuV4=
From: Kazuho Oku <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+0166e4ab3ab7478abf3b6f6df37b2ce22888b35f9457883a92cf00000001185230a092a169ce17ada169@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/issues/2319/453786815@github.com>
In-Reply-To: <quicwg/base-drafts/issues/2319@github.com>
References: <quicwg/base-drafts/issues/2319@github.com>
Subject: Re: [quicwg/base-drafts] introduce an error code for loss recovery-related errors (#2319)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5c3a6ea03f241_6c723f8c7c8d45bc7252f"; 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/3ZgtXjGW-TJn0PUxRAoPSS62nhA>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
List-Id: Notification list for GitHub issues related to the QUIC WG <quic-issues.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=unsubscribe>
List-Archive: <https://mailarchive.ietf.org/arch/browse/quic-issues/>
List-Post: <mailto:quic-issues@ietf.org>
List-Help: <mailto:quic-issues-request@ietf.org?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, 12 Jan 2019 22:48:03 -0000

----==_mimepart_5c3a6ea03f241_6c723f8c7c8d45bc7252f
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

I must have been dumb, but I now realize that the proposed error code would be equivalent of a connection error of (error_code=PROTOCOL_VIOLATION, frame_type=ACK)? Am I correct?

If that is the case, I wonder if we achieve anything by have a new error 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/2319#issuecomment-453786815
----==_mimepart_5c3a6ea03f241_6c723f8c7c8d45bc7252f
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

<p>I must have been dumb, but I now realize that the proposed error code would be equivalent of a connection error of (error_code=PROTOCOL_VIOLATION, frame_type=ACK)? Am I correct?</p>
<p>If that is the case, I wonder if we achieve anything by have a new error 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/2319#issuecomment-453786815">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AWbkq5vY58xEUDyCI9iq5kbYd1qtiXEfks5vCmYggaJpZM4Z295L">mute the thread</a>.<img src="https://github.com/notifications/beacon/AWbkq61rSbZbiBWSyXgcyO6ZNrFNyWvAks5vCmYggaJpZM4Z295L.gif" height="1" width="1" alt="" /></p>
<script type="application/json" data-scope="inboxmarkup">{"api_version":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name":"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"https://github.githubassets.com/images/email/message_cards/header.png","avatar_image_url":"https://github.githubassets.com/images/email/message_cards/avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/quicwg/base-drafts"}},"updates":{"snippets":[{"icon":"PERSON","message":"@kazuho in #2319: I must have been dumb, but I now realize that the proposed error code would be equivalent of a connection error of (error_code=PROTOCOL_VIOLATION, frame_type=ACK)? Am I correct?\r\n\r\nIf that is the case, I wonder if we achieve anything by have a new error code."}],"action":{"name":"View Issue","url":"https://github.com/quicwg/base-drafts/issues/2319#issuecomment-453786815"}}}</script>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/issues/2319#issuecomment-453786815",
"url": "https://github.com/quicwg/base-drafts/issues/2319#issuecomment-453786815",
"name": "View Issue"
},
"description": "View this Issue on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>
----==_mimepart_5c3a6ea03f241_6c723f8c7c8d45bc7252f--


From nobody Sat Jan 12 14: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 BD872131132 for <quic-issues@ietfa.amsl.com>; Sat, 12 Jan 2019 14:57:54 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -10.935
X-Spam-Level: 
X-Spam-Status: No, score=-10.935 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIMWL_WL_HIGH=-4.553, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, HTML_IMAGE_ONLY_24=1.618, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-1, RCVD_IN_DNSWL_HI=-5, SPF_PASS=-0.001] autolearn=ham autolearn_force=no
Authentication-Results: ietfa.amsl.com (amavisd-new); dkim=pass (1024-bit key) header.d=github.com
Received: from mail.ietf.org ([4.31.198.44]) by localhost (ietfa.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id OzECZbiI2Pgk for <quic-issues@ietfa.amsl.com>; Sat, 12 Jan 2019 14:57:52 -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 9F688130DE3 for <quic-issues@ietf.org>; Sat, 12 Jan 2019 14:57:52 -0800 (PST)
Date: Sat, 12 Jan 2019 14:57:51 -0800
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1547333871; bh=nFkY2RFaAckN9bRAGQQ48ZOyp5dh+Mz7o81VUwmlRPE=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=e7hfokMGv1LZEYm83wAaFGytFfnCdZEs6G7VW2pGI6oSTS+mLw91sX04Rz+48cceq 7ZsRQQ4lCIkSdvivF2x82GBSKLzZhJjbLIUZXkJ59I/dI85fRbnREXBgbV9TQvHuA/ Cr2Hcff2g/vb/e4118tQSfRWkzj/gk2f54RcfT1Y=
From: ianswett <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+0166e4ab25271c9b6b9c4b06b86fe2e156c2a4f98a12c5fb92cf00000001185232ef92a169ce17ada169@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/issues/2319/453787390@github.com>
In-Reply-To: <quicwg/base-drafts/issues/2319@github.com>
References: <quicwg/base-drafts/issues/2319@github.com>
Subject: Re: [quicwg/base-drafts] introduce an error code for loss recovery-related errors (#2319)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5c3a70ef69a3d_68bb3fcc310d45c02135218"; 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/M9SxIa6m885MMWKVkD9NwITwaGk>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
List-Id: Notification list for GitHub issues related to the QUIC WG <quic-issues.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=unsubscribe>
List-Archive: <https://mailarchive.ietf.org/arch/browse/quic-issues/>
List-Post: <mailto:quic-issues@ietf.org>
List-Help: <mailto:quic-issues-request@ietf.org?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, 12 Jan 2019 22:57:55 -0000

----==_mimepart_5c3a70ef69a3d_68bb3fcc310d45c02135218
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

@kazuho you make a good point.  I think it'd be preferable to remove the frame type and have more error codes, but I think we'll get to have that larger discussion in Tokyo.

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/quicwg/base-drafts/issues/2319#issuecomment-453787390
----==_mimepart_5c3a70ef69a3d_68bb3fcc310d45c02135218
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 make a good point.  I think it'd be preferable to remove the frame type and have more error codes, but I think we'll get to have that larger discussion in Tokyo.</p>

<p style="font-size:small;-webkit-text-size-adjust:none;color:#666;">&mdash;<br />You are receiving this because you are subscribed to this thread.<br />Reply to this email directly, <a href="https://github.com/quicwg/base-drafts/issues/2319#issuecomment-453787390">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AWbkq_SvVvHOP0w3hHrIjDpEIcpAtvlGks5vCmhvgaJpZM4Z295L">mute the thread</a>.<img src="https://github.com/notifications/beacon/AWbkq27jzzGxHdt2YJRHfmIqNNhx_c-Dks5vCmhvgaJpZM4Z295L.gif" height="1" width="1" alt="" /></p>
<script type="application/json" data-scope="inboxmarkup">{"api_version":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name":"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"https://github.githubassets.com/images/email/message_cards/header.png","avatar_image_url":"https://github.githubassets.com/images/email/message_cards/avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/quicwg/base-drafts"}},"updates":{"snippets":[{"icon":"PERSON","message":"@ianswett in #2319: @kazuho you make a good point.  I think it'd be preferable to remove the frame type and have more error codes, but I think we'll get to have that larger discussion in Tokyo."}],"action":{"name":"View Issue","url":"https://github.com/quicwg/base-drafts/issues/2319#issuecomment-453787390"}}}</script>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/issues/2319#issuecomment-453787390",
"url": "https://github.com/quicwg/base-drafts/issues/2319#issuecomment-453787390",
"name": "View Issue"
},
"description": "View this Issue on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>
----==_mimepart_5c3a70ef69a3d_68bb3fcc310d45c02135218--


From nobody Sat Jan 12 15:40: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 9533313115B for <quic-issues@ietfa.amsl.com>; Sat, 12 Jan 2019 15:40:09 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -12.553
X-Spam-Level: 
X-Spam-Status: No, score=-12.553 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIMWL_WL_HIGH=-4.553, 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_PASS=-0.001] autolearn=ham autolearn_force=no
Authentication-Results: ietfa.amsl.com (amavisd-new); dkim=pass (1024-bit key) header.d=github.com
Received: from mail.ietf.org ([4.31.198.44]) by localhost (ietfa.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id NZBW0MrSWnWj for <quic-issues@ietfa.amsl.com>; Sat, 12 Jan 2019 15:40:07 -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 9E001131168 for <quic-issues@ietf.org>; Sat, 12 Jan 2019 15:40:07 -0800 (PST)
Date: Sat, 12 Jan 2019 15:40:06 -0800
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1547336406; bh=+d0u41/413zvLmoDnsslPC+zd1Z+UlkbltJsqexeDiQ=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=EVlF0LAA40QrLYPthE32bUNzX0U8r406x7T6zGscSfjMjQS08erVJkuXry932ZO6C 8b1ZmDIsyHVEPvZtRIVdpcba+n2xCiX9JsjamjrCDhIR7fFkmYfs2kaL5E9Fyqw2tL DB56f3J9SxXb87n7Xg+JiY2GxiJ33Fqp6bACyWV0=
From: Kazuho Oku <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+0166e4ab7193210f0cbd0b22dadf66b9f09fef254971767b92cf0000000118523cd692a169ce17c1011d@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/issues/2331/453789586@github.com>
In-Reply-To: <quicwg/base-drafts/issues/2331@github.com>
References: <quicwg/base-drafts/issues/2331@github.com>
Subject: Re: [quicwg/base-drafts] What should the receiver do when the peer closes a unidirectional stream before providing the stream type? (#2331)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5c3a7ad61f229_9993f9425ad45b43285c5"; 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/WPTQIqGNivqwnN38IKclFAF5XSI>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
List-Id: Notification list for GitHub issues related to the QUIC WG <quic-issues.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=unsubscribe>
List-Archive: <https://mailarchive.ietf.org/arch/browse/quic-issues/>
List-Post: <mailto:quic-issues@ietf.org>
List-Help: <mailto:quic-issues-request@ietf.org?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, 12 Jan 2019 23:40:09 -0000

----==_mimepart_5c3a7ad61f229_9993f9425ad45b43285c5
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

@LPardue I agree that nobody would try to do that in practice (although in a very rare case that might happen due to some other reason; e.g. low memory). Anyways, there are million ways to block the protocol from proceeding, and I do not think it's necessary to detect this particular condition.

In contrast, allowing the sender of an extended unidirectional stream to reset the stream might have practical benefit. For example, a sender can speculatively create a unidirectional stream then reset it when the received SETTINGS indicate that the peer does not support the necessary feature. Using reset makes sense especially when the sender has sent certain amount of bytes on the stream; avoiding retransmission (if possible) is beneficial.

That's why I now think the second option (ignore early close) is preferable.

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/quicwg/base-drafts/issues/2331#issuecomment-453789586
----==_mimepart_5c3a7ad61f229_9993f9425ad45b43285c5
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=3D6571445" data-octo-click=3D"hovercard-link-c=
lick" data-octo-dimensions=3D"link_type:self" href=3D"https://github.com/=
LPardue">@LPardue</a> I agree that nobody would try to do that in practic=
e (although in a very rare case that might happen due to some other reaso=
n; e.g. low memory). Anyways, there are million ways to block the protoco=
l from proceeding, and I do not think it's necessary to detect this parti=
cular condition.</p>
<p>In contrast, allowing the sender of an extended unidirectional stream =
to reset the stream might have practical benefit. For example, a sender c=
an speculatively create a unidirectional stream then reset it when the re=
ceived SETTINGS indicate that the peer does not support the necessary fea=
ture. Using reset makes sense especially when the sender has sent certain=
 amount of bytes on the stream; avoiding retransmission (if possible) is =
beneficial.</p>
<p>That's why I now think the second option (ignore early close) is prefe=
rable.</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/2331#issuecomment-453789586">view it on GitHub</a>,=
 or <a href=3D"https://github.com/notifications/unsubscribe-auth/AWbkq1xL=
SlgTRG0XpCDsKp4Kw_bjr8Ksks5vCnJWgaJpZM4Z8gYm">mute the thread</a>.<img sr=
c=3D"https://github.com/notifications/beacon/AWbkq7W6ni8VH32q-AwhmRN85rn7=
Rm0Jks5vCnJWgaJpZM4Z8gYm.gif" height=3D"1" width=3D"1" alt=3D"" /></p>
<script type=3D"application/json" data-scope=3D"inboxmarkup">{"api_versio=
n":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name"=
:"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"=
quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"http=
s://github.githubassets.com/images/email/message_cards/header.png","avata=
r_image_url":"https://github.githubassets.com/images/email/message_cards/=
avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/q=
uicwg/base-drafts"}},"updates":{"snippets":[{"icon":"PERSON","message":"@=
kazuho in #2331: @LPardue I agree that nobody would try to do that in pra=
ctice (although in a very rare case that might happen due to some other r=
eason; e.g. low memory). Anyways, there are million ways to block the pro=
tocol from proceeding, and I do not think it's necessary to detect this p=
articular condition.\r\n\r\nIn contrast, allowing the sender of an extend=
ed unidirectional stream to reset the stream might have practical benefit=
. For example, a sender can speculatively create a unidirectional stream =
then reset it when the received SETTINGS indicate that the peer does not =
support the necessary feature. Using reset makes sense especially when th=
e sender has sent certain amount of bytes on the stream; avoiding retrans=
mission (if possible) is beneficial.\r\n\r\nThat's why I now think the se=
cond option (ignore early close) is preferable."}],"action":{"name":"View=
 Issue","url":"https://github.com/quicwg/base-drafts/issues/2331#issuecom=
ment-453789586"}}}</script>
<script type=3D"application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/issues/2331#issuecomment=
-453789586",
"url": "https://github.com/quicwg/base-drafts/issues/2331#issuecomment-45=
3789586",
"name": "View Issue"
},
"description": "View this Issue on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>=

----==_mimepart_5c3a7ad61f229_9993f9425ad45b43285c5--


From nobody Sat Jan 12 15:46: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 4E674131169 for <quic-issues@ietfa.amsl.com>; Sat, 12 Jan 2019 15:46:15 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -11.149
X-Spam-Level: 
X-Spam-Status: No, score=-11.149 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIMWL_WL_HIGH=-4.553, 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_PASS=-0.001] autolearn=ham autolearn_force=no
Authentication-Results: ietfa.amsl.com (amavisd-new); dkim=pass (1024-bit key) header.d=github.com
Received: from mail.ietf.org ([4.31.198.44]) by localhost (ietfa.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id Y0q-F7MtaMZ0 for <quic-issues@ietfa.amsl.com>; Sat, 12 Jan 2019 15:46:13 -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 7F98713115B for <quic-issues@ietf.org>; Sat, 12 Jan 2019 15:46:13 -0800 (PST)
Date: Sat, 12 Jan 2019 15:46:12 -0800
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1547336772; bh=jgx5pG13iEtyuS4o8js1h7MQry6Ye/uf2Ipa56L5iSw=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=XitBxjjP1YCuAOEbb/pg2omClyUJNYkmKnFWa/OtSz3wwq69S6vA+J/XCrOBfqGTM 3ciNIIGdHsNIWW/OLNyTNfI4JXcfvrG4Uf/EU/NnXqVwRWbZY79PrsUXG/+IWdikvN VyM4rC3WWY2qff9jrCRxxA4DR+3v4bbml72LfF6o=
From: Subodh Iyengar <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+0166e4aba13c7643fcd0a3a784c71aaefcc66750d6f076e592cf0000000118523e4492a169ce17c1011d@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/issues/2331/453789857@github.com>
In-Reply-To: <quicwg/base-drafts/issues/2331@github.com>
References: <quicwg/base-drafts/issues/2331@github.com>
Subject: Re: [quicwg/base-drafts] What should the receiver do when the peer closes a unidirectional stream before providing the stream type? (#2331)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5c3a7c4484d89_45013fa3344d45c41059b7"; charset=UTF-8
Content-Transfer-Encoding: 7bit
Precedence: list
X-GitHub-Sender: siyengar
X-GitHub-Recipient: quic-issues
X-GitHub-Reason: subscribed
X-Auto-Response-Suppress: All
X-GitHub-Recipient-Address: quic-issues@ietf.org
Archived-At: <https://mailarchive.ietf.org/arch/msg/quic-issues/R9bOzFojQibHG8Bdiw5qnmsUzcU>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
List-Id: Notification list for GitHub issues related to the QUIC WG <quic-issues.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=unsubscribe>
List-Archive: <https://mailarchive.ietf.org/arch/browse/quic-issues/>
List-Post: <mailto:quic-issues@ietf.org>
List-Help: <mailto:quic-issues-request@ietf.org?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, 12 Jan 2019 23:46:15 -0000

----==_mimepart_5c3a7c4484d89_45013fa3344d45c41059b7
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

We encountered this as well, however we implicitly chose to go with the second option. I think it is the right option because the stream can be opened as a result or not just receiving the a type byte but also by a BLOCKED frame type or some other frames associated with a stream. For example a receiver of a unidirectional stream could choose to have an initial flow window of 0 bytes (weird but 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/2331#issuecomment-453789857
----==_mimepart_5c3a7c4484d89_45013fa3344d45c41059b7
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: quoted-printable

<p>We encountered this as well, however we implicitly chose to go with th=
e second option. I think it is the right option because the stream can be=
 opened as a result or not just receiving the a type byte but also by a B=
LOCKED frame type or some other frames associated with a stream. For exam=
ple a receiver of a unidirectional stream could choose to have an initial=
 flow window of 0 bytes (weird but possible).</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/2331#issuecomment-453789857">view it on GitHub</a>,=
 or <a href=3D"https://github.com/notifications/unsubscribe-auth/AWbkqysZ=
yPrhv8sQ4f7hmz-uy9QYf93uks5vCnPEgaJpZM4Z8gYm">mute the thread</a>.<img sr=
c=3D"https://github.com/notifications/beacon/AWbkq0m3nT5DBfC0UxQB-cfZ190w=
SK_Hks5vCnPEgaJpZM4Z8gYm.gif" height=3D"1" width=3D"1" alt=3D"" /></p>
<script type=3D"application/json" data-scope=3D"inboxmarkup">{"api_versio=
n":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name"=
:"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"=
quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"http=
s://github.githubassets.com/images/email/message_cards/header.png","avata=
r_image_url":"https://github.githubassets.com/images/email/message_cards/=
avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/q=
uicwg/base-drafts"}},"updates":{"snippets":[{"icon":"PERSON","message":"@=
siyengar in #2331: We encountered this as well, however we implicitly cho=
se to go with the second option. I think it is the right option because t=
he stream can be opened as a result or not just receiving the a type byte=
 but also by a BLOCKED frame type or some other frames associated with a =
stream. For example a receiver of a unidirectional stream could choose to=
 have an initial flow window of 0 bytes (weird but possible)."}],"action"=
:{"name":"View Issue","url":"https://github.com/quicwg/base-drafts/issues=
/2331#issuecomment-453789857"}}}</script>
<script type=3D"application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/issues/2331#issuecomment=
-453789857",
"url": "https://github.com/quicwg/base-drafts/issues/2331#issuecomment-45=
3789857",
"name": "View Issue"
},
"description": "View this Issue on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>=

----==_mimepart_5c3a7c4484d89_45013fa3344d45c41059b7--


From nobody Sat Jan 12 16:44: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 86A1613115B for <quic-issues@ietfa.amsl.com>; Sat, 12 Jan 2019 16:44:05 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -12.552
X-Spam-Level: 
X-Spam-Status: No, score=-12.552 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIMWL_WL_HIGH=-4.553, 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_PASS=-0.001] autolearn=ham autolearn_force=no
Authentication-Results: ietfa.amsl.com (amavisd-new); dkim=pass (1024-bit key) header.d=github.com
Received: from mail.ietf.org ([4.31.198.44]) by localhost (ietfa.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id cPk_d23EWx2q for <quic-issues@ietfa.amsl.com>; Sat, 12 Jan 2019 16:44:03 -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 B323E131133 for <quic-issues@ietf.org>; Sat, 12 Jan 2019 16:44:03 -0800 (PST)
Date: Sat, 12 Jan 2019 16:43:59 -0800
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1547340239; bh=9aPwo7/QNPQWAtUt9XLz8DXUIXllNYgp2YTQzV82Jrw=; h=Date:From:Reply-To:To:Cc:Subject:List-ID:List-Archive:List-Post: List-Unsubscribe:From; b=Xyfsu/d5Jc3tISdZY86I+YoUha8rdb2AqpAffilFLqns2MnFjVGLYyO3enB5K6ZIu x6r+QD5U8euE1rl1ZHYiuufsvA8CpGBcUA9nv/J+wBKSFiUWdz0mI+X7ttSp/twdT7 AerHA78XTP4KsyK6EXMLpKU7cN9jA1WmBG912CWI=
From: Kazuho Oku <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+0166e4abf8ad0ed6af43a20869d44a7fa39cca1265ab16da92cf0000000118524bcf92a169ce17c24237@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/pull/2332@github.com>
Subject: [quicwg/base-drafts] extended unidirectional streams can be closed or reset (#2332)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5c3a89cf8521c_47a73fdf4ccd45b81165126"; 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/v7q38mchhqBaExOy4o-Ga4XSQzU>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
List-Id: Notification list for GitHub issues related to the QUIC WG <quic-issues.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=unsubscribe>
List-Archive: <https://mailarchive.ietf.org/arch/browse/quic-issues/>
List-Post: <mailto:quic-issues@ietf.org>
List-Help: <mailto:quic-issues-request@ietf.org?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, 13 Jan 2019 00:44:06 -0000

----==_mimepart_5c3a89cf8521c_47a73fdf4ccd45b81165126
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

closes #2331.
You can view, comment on, or merge this pull request online at:

  https://github.com/quicwg/base-drafts/pull/2332

-- Commit Summary --

  * extended unidirectional streams can be closed or reset

-- File Changes --

    M draft-ietf-quic-http.md (4)

-- Patch Links --

https://github.com/quicwg/base-drafts/pull/2332.patch
https://github.com/quicwg/base-drafts/pull/2332.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/2332

----==_mimepart_5c3a89cf8521c_47a73fdf4ccd45b81165126
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 #2331.">closes</span> <a class="issue-link js-issue-link" data-error-text="Failed to load issue title" data-id="398524701" data-permission-text="Issue title is private" data-url="https://github.com/quicwg/base-drafts/issues/2331" data-hovercard-type="issue" data-hovercard-url="/quicwg/base-drafts/issues/2331/hovercard" href="https://github.com/quicwg/base-drafts/issues/2331">#2331</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/2332'>https://github.com/quicwg/base-drafts/pull/2332</a></p>

<h4>Commit Summary</h4>
<ul>
  <li>extended unidirectional streams can be closed or reset</li>
</ul>

<h4>File Changes</h4>
<ul>
  <li>
    <strong>M</strong>
    <a href="https://github.com/quicwg/base-drafts/pull/2332/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/2332.patch'>https://github.com/quicwg/base-drafts/pull/2332.patch</a></li>
  <li><a href='https://github.com/quicwg/base-drafts/pull/2332.diff'>https://github.com/quicwg/base-drafts/pull/2332.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/2332">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AWbkq9X3m6QQobNyc0Y0E0UUy-KE8W0Aks5vCoFPgaJpZM4Z86_h">mute the thread</a>.<img src="https://github.com/notifications/beacon/AWbkq9ez5yf9sv42TU5dT3pyq-ROgfxGks5vCoFPgaJpZM4Z86_h.gif" height="1" width="1" alt="" /></p>
<script type="application/json" data-scope="inboxmarkup">{"api_version":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name":"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"https://github.githubassets.com/images/email/message_cards/header.png","avatar_image_url":"https://github.githubassets.com/images/email/message_cards/avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/quicwg/base-drafts"}},"updates":{"snippets":[{"icon":"DESCRIPTION","message":"extended unidirectional streams can be closed or reset (#2332)"}],"action":{"name":"View Pull Request","url":"https://github.com/quicwg/base-drafts/pull/2332"}}}</script>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/pull/2332",
"url": "https://github.com/quicwg/base-drafts/pull/2332",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>

----==_mimepart_5c3a89cf8521c_47a73fdf4ccd45b81165126--


From nobody Sat Jan 12 17:05: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 29486126BED for <quic-issues@ietfa.amsl.com>; Sat, 12 Jan 2019 17:05:55 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -10.935
X-Spam-Level: 
X-Spam-Status: No, score=-10.935 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIMWL_WL_HIGH=-4.553, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, HTML_IMAGE_ONLY_24=1.618, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-1, RCVD_IN_DNSWL_HI=-5, SPF_PASS=-0.001] autolearn=ham autolearn_force=no
Authentication-Results: ietfa.amsl.com (amavisd-new); dkim=pass (1024-bit key) header.d=github.com
Received: from mail.ietf.org ([4.31.198.44]) by localhost (ietfa.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id lEm1SEH3yqoW for <quic-issues@ietfa.amsl.com>; Sat, 12 Jan 2019 17:05: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 B0A6E124D68 for <quic-issues@ietf.org>; Sat, 12 Jan 2019 17:05:53 -0800 (PST)
Date: Sat, 12 Jan 2019 17:05:52 -0800
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1547341552; bh=li90cImEw43c/atOwWPI1heMbj+I8penmVjn2W2dCd0=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=q0cwfPa7Qcni+AS+24wWjMDexcZX8vLXGO5gsVyih7c3L5TBI7ZOKjZ1BENSgTffO 9YCoJ/d+3oyzbT+CHWnsPqMewoOqhy9vgJ3MJWWve5pv8dFws9jStLddIaM9asz+QA aHqwS8D8Fl/U3GvHy30j7x9TVkbOb6c8Rr2hdHj8=
From: Lucas Pardue <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+0166e4ab1e07dbe81117359019e364dd2be5676e3bd426d892cf00000001185250f092a169ce17c24237@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/pull/2332/review/191957033@github.com>
In-Reply-To: <quicwg/base-drafts/pull/2332@github.com>
References: <quicwg/base-drafts/pull/2332@github.com>
Subject: Re: [quicwg/base-drafts] extended unidirectional streams can be closed or reset (#2332)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5c3a8ef0aac3e_1a823fe115ad45b878748b"; 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/i0dEwcs6Haqj6q-3w65Zti4-rMQ>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
List-Id: Notification list for GitHub issues related to the QUIC WG <quic-issues.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=unsubscribe>
List-Archive: <https://mailarchive.ietf.org/arch/browse/quic-issues/>
List-Post: <mailto:quic-issues@ietf.org>
List-Help: <mailto:quic-issues-request@ietf.org?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, 13 Jan 2019 01:05:55 -0000

----==_mimepart_5c3a8ef0aac3e_1a823fe115ad45b878748b
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

LPardue commented on this pull request.

I think this is almost there. There is already some text recommending RESET_STREAM logic for push streams, which are not extensions (see section 4.2.4).

Perhaps we can generalise the statement?

Also typo a minor typo "s/torelate/tolerate"



-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/quicwg/base-drafts/pull/2332#pullrequestreview-191957033
----==_mimepart_5c3a8ef0aac3e_1a823fe115ad45b878748b
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

<p><b>@LPardue</b> commented on this pull request.</p>

<p>I think this is almost there. There is already some text recommending RESET_STREAM logic for push streams, which are not extensions (see section 4.2.4).</p>
<p>Perhaps we can generalise the statement?</p>
<p>Also typo a minor typo "s/torelate/tolerate"</p>

<p style="font-size:small;-webkit-text-size-adjust:none;color:#666;">&mdash;<br />You are receiving this because you are subscribed to this thread.<br />Reply to this email directly, <a href="https://github.com/quicwg/base-drafts/pull/2332#pullrequestreview-191957033">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AWbkq8yc_w4SLy_myYR3EbZhPUCpRw09ks5vCoZwgaJpZM4Z86_h">mute the thread</a>.<img src="https://github.com/notifications/beacon/AWbkq4NinNDY0mWZhLBjYf0NhezgqXMcks5vCoZwgaJpZM4Z86_h.gif" height="1" width="1" alt="" /></p>
<script type="application/json" data-scope="inboxmarkup">{"api_version":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name":"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"https://github.githubassets.com/images/email/message_cards/header.png","avatar_image_url":"https://github.githubassets.com/images/email/message_cards/avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/quicwg/base-drafts"}},"updates":{"snippets":[{"icon":"PERSON","message":"@LPardue commented on #2332"}],"action":{"name":"View Pull Request","url":"https://github.com/quicwg/base-drafts/pull/2332#pullrequestreview-191957033"}}}</script>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/pull/2332#pullrequestreview-191957033",
"url": "https://github.com/quicwg/base-drafts/pull/2332#pullrequestreview-191957033",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>
----==_mimepart_5c3a8ef0aac3e_1a823fe115ad45b878748b--


From nobody Sat Jan 12 17: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 8B08B126DBF for <quic-issues@ietfa.amsl.com>; Sat, 12 Jan 2019 17:24:08 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -10.935
X-Spam-Level: 
X-Spam-Status: No, score=-10.935 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIMWL_WL_HIGH=-4.553, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, HTML_IMAGE_ONLY_24=1.618, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-1, RCVD_IN_DNSWL_HI=-5, SPF_PASS=-0.001] autolearn=ham autolearn_force=no
Authentication-Results: ietfa.amsl.com (amavisd-new); dkim=pass (1024-bit key) header.d=github.com
Received: from mail.ietf.org ([4.31.198.44]) by localhost (ietfa.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id e27VlHkqUQ9L for <quic-issues@ietfa.amsl.com>; Sat, 12 Jan 2019 17:24:07 -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 3B63C126BED for <quic-issues@ietf.org>; Sat, 12 Jan 2019 17:24:07 -0800 (PST)
Date: Sat, 12 Jan 2019 17:24:06 -0800
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1547342646; bh=Ql7eBHRMmeamdJEIy7O86F9z2JvEoBMDva6W3d8XPj0=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=Jed9DMRMFiSd1fnVWGhAk4uAfIS6bQh2Odd4l4mNqG3zbzhE72tuEXx34ww+uwjGv WLQyEniyZipsRVmbDwqlM+KJNiyi7bbLIsZDu9hxL7wGkdHMTd084hS/z0E+wHqtLe hp1duIEdZBiUdraRtxst4beREMokslBdpN8w4c/I=
From: Kazuho Oku <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+0166e4abbfcd5060ac6681f9bea125fed780e3968045620a92cf000000011852553692a169ce17c1011d@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/issues/2331/453794131@github.com>
In-Reply-To: <quicwg/base-drafts/issues/2331@github.com>
References: <quicwg/base-drafts/issues/2331@github.com>
Subject: Re: [quicwg/base-drafts] What should the receiver do when the peer closes a unidirectional stream before providing the stream type? (#2331)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5c3a9336302b_1c693f84854d45c4157337a"; 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/bi25tK5Dla-okXbeS2JYtpEv5W8>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
List-Id: Notification list for GitHub issues related to the QUIC WG <quic-issues.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=unsubscribe>
List-Archive: <https://mailarchive.ietf.org/arch/browse/quic-issues/>
List-Post: <mailto:quic-issues@ietf.org>
List-Help: <mailto:quic-issues-request@ietf.org?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, 13 Jan 2019 01:24:08 -0000

----==_mimepart_5c3a9336302b_1c693f84854d45c4157337a
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

Thanks all. Filed #2332.

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/quicwg/base-drafts/issues/2331#issuecomment-453794131
----==_mimepart_5c3a9336302b_1c693f84854d45c4157337a
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

<p>Thanks all. Filed <a class="issue-link js-issue-link" data-error-text="Failed to load issue title" data-id="398606903" data-permission-text="Issue title is private" data-url="https://github.com/quicwg/base-drafts/issues/2332" data-hovercard-type="pull_request" data-hovercard-url="/quicwg/base-drafts/pull/2332/hovercard" href="https://github.com/quicwg/base-drafts/pull/2332">#2332</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/2331#issuecomment-453794131">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AWbkq3QENyj0qCl2XzbmqG6oNO0GVQi0ks5vCoq2gaJpZM4Z8gYm">mute the thread</a>.<img src="https://github.com/notifications/beacon/AWbkqxy5o5mBO8bd9zOYzN-BaOEMonInks5vCoq2gaJpZM4Z8gYm.gif" height="1" width="1" alt="" /></p>
<script type="application/json" data-scope="inboxmarkup">{"api_version":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name":"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"https://github.githubassets.com/images/email/message_cards/header.png","avatar_image_url":"https://github.githubassets.com/images/email/message_cards/avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/quicwg/base-drafts"}},"updates":{"snippets":[{"icon":"PERSON","message":"@kazuho in #2331: Thanks all. Filed #2332."}],"action":{"name":"View Issue","url":"https://github.com/quicwg/base-drafts/issues/2331#issuecomment-453794131"}}}</script>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/issues/2331#issuecomment-453794131",
"url": "https://github.com/quicwg/base-drafts/issues/2331#issuecomment-453794131",
"name": "View Issue"
},
"description": "View this Issue on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>
----==_mimepart_5c3a9336302b_1c693f84854d45c4157337a--


From nobody Sat Jan 12 17: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 05F92126DBF for <quic-issues@ietfa.amsl.com>; Sat, 12 Jan 2019 17:24:58 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -10.935
X-Spam-Level: 
X-Spam-Status: No, score=-10.935 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIMWL_WL_HIGH=-4.553, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, HTML_IMAGE_ONLY_24=1.618, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-1, RCVD_IN_DNSWL_HI=-5, SPF_PASS=-0.001] autolearn=ham autolearn_force=no
Authentication-Results: ietfa.amsl.com (amavisd-new); dkim=pass (1024-bit key) header.d=github.com
Received: from mail.ietf.org ([4.31.198.44]) by localhost (ietfa.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id NVrFIzfgHvIm for <quic-issues@ietfa.amsl.com>; Sat, 12 Jan 2019 17:24: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 45C0F126BED for <quic-issues@ietf.org>; Sat, 12 Jan 2019 17:24:56 -0800 (PST)
Date: Sat, 12 Jan 2019 17:24:55 -0800
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1547342695; bh=bhWGB3YKW9byQKIjau7YNS6A9m48L3MBmm7/1+9jwtA=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=SCw+cGbs/r9i4suK3+GpHQd2VtRoH1xCDiLY5nUQJnos+qSqT6vQQ4a8QtZTo/97q ngunoLONV6h/0j++1favtXoWKIt5cvDgk6d3WPr45cqUWki45fUmz/LfztrOWZ4OUG /6ORDl0lovFKM5w8L0UFdYTmBiDiIXgzcDaoormo=
From: Kazuho Oku <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/2332/push/3204495141@github.com>
In-Reply-To: <quicwg/base-drafts/pull/2332@github.com>
References: <quicwg/base-drafts/pull/2332@github.com>
Subject: Re: [quicwg/base-drafts] extended unidirectional streams can be closed or reset (#2332)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5c3a936754074_bac3fb1e7ed45bc4119d5"; charset=UTF-8
Content-Transfer-Encoding: 7bit
Precedence: list
X-GitHub-Sender: kazuho
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/5sZZBY8jiCPvGf8fb0AXqK65ZB4>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
List-Id: Notification list for GitHub issues related to the QUIC WG <quic-issues.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=unsubscribe>
List-Archive: <https://mailarchive.ietf.org/arch/browse/quic-issues/>
List-Post: <mailto:quic-issues@ietf.org>
List-Help: <mailto:quic-issues-request@ietf.org?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, 13 Jan 2019 01:24:58 -0000

----==_mimepart_5c3a936754074_bac3fb1e7ed45bc4119d5
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

@kazuho pushed 1 commit.

ac04348e4b471f4906224a9d6121b90c550ba3f7  fix typo


-- 
You are receiving this because you are subscribed to this thread.
View it on GitHub:
https://github.com/quicwg/base-drafts/pull/2332/files/081cd369fcf752124aa13fbbb18d8de884d6ddbf..ac04348e4b471f4906224a9d6121b90c550ba3f7

----==_mimepart_5c3a936754074_bac3fb1e7ed45bc4119d5
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

<p><a href="https://github.com/kazuho" class="user-mention">@kazuho</a> pushed 1 commit.</p>

<ul>
  <li><a class="commit-link" href="https://github.com/quicwg/base-drafts/commit/ac04348e4b471f4906224a9d6121b90c550ba3f7">ac04348</a>  fix typo</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/2332/files/081cd369fcf752124aa13fbbb18d8de884d6ddbf..ac04348e4b471f4906224a9d6121b90c550ba3f7">View it on GitHub</a> or <a href="https://github.com/notifications/unsubscribe-auth/AWbkq36jUuS48nG6LE7kIM3hN_cRCS_0ks5vCorngaJpZM4Z86_h">mute the thread</a>.<img src="https://github.com/notifications/beacon/AWbkq0T-2K7j9p_mmnPihCW6uTrwm6Vmks5vCorngaJpZM4Z86_h.gif" height="1" width="1" alt="" /></p>
<script type="application/json" data-scope="inboxmarkup">{"api_version":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name":"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"https://github.githubassets.com/images/email/message_cards/header.png","avatar_image_url":"https://github.githubassets.com/images/email/message_cards/avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/quicwg/base-drafts"}},"updates":{"snippets":[{"icon":"PERSON","message":"@kazuho pushed 1 commit in #2332"}],"action":{"name":"View Pull Request","url":"https://github.com/quicwg/base-drafts/pull/2332/files/081cd369fcf752124aa13fbbb18d8de884d6ddbf..ac04348e4b471f4906224a9d6121b90c550ba3f7"}}}</script>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/pull/2332/files/081cd369fcf752124aa13fbbb18d8de884d6ddbf..ac04348e4b471f4906224a9d6121b90c550ba3f7",
"url": "https://github.com/quicwg/base-drafts/pull/2332/files/081cd369fcf752124aa13fbbb18d8de884d6ddbf..ac04348e4b471f4906224a9d6121b90c550ba3f7",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>

----==_mimepart_5c3a936754074_bac3fb1e7ed45bc4119d5--


From nobody Sat Jan 12 17: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 116EF12958B for <quic-issues@ietfa.amsl.com>; Sat, 12 Jan 2019 17:27:46 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -11.149
X-Spam-Level: 
X-Spam-Status: No, score=-11.149 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIMWL_WL_HIGH=-4.553, 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_PASS=-0.001] autolearn=ham autolearn_force=no
Authentication-Results: ietfa.amsl.com (amavisd-new); dkim=pass (1024-bit key) header.d=github.com
Received: from mail.ietf.org ([4.31.198.44]) by localhost (ietfa.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id u02I4BAMb-rN for <quic-issues@ietfa.amsl.com>; Sat, 12 Jan 2019 17:27:44 -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 9094A126BED for <quic-issues@ietf.org>; Sat, 12 Jan 2019 17:27:44 -0800 (PST)
Date: Sat, 12 Jan 2019 17:27:43 -0800
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1547342863; bh=hOjlFyb2lh7c0GwrfAK4BvzHR4Ghtqp2Y8LQepJBaFI=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=hnplCuY0RLbi35X2C68gBvo70Hgpu4k9aqYLRejAUccmHCTj4K7BOR5AtvExHzB07 w8gEceVBYpRUW2sPLV92ngyayeooH4g4THKAGs1CAlbffBHCKehWfeeJvnANzVqEr0 GDZ1PuzjBdF8OhOyHRG4DzIM5N1t5Gusq9rELCUs=
From: Kazuho Oku <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+0166e4ab87c718e914cdbd80d194df32439f109267d0008e92cf000000011852560f92a169ce17c24237@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/pull/2332/c453794273@github.com>
In-Reply-To: <quicwg/base-drafts/pull/2332@github.com>
References: <quicwg/base-drafts/pull/2332@github.com>
Subject: Re: [quicwg/base-drafts] extended unidirectional streams can be closed or reset (#2332)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5c3a940f9188b_1d2e3f8c7c8d45bc13225b6"; 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/rwBAPNgTt5OGFSe-gl75aN_KO_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: Sun, 13 Jan 2019 01:27:46 -0000

----==_mimepart_5c3a940f9188b_1d2e3f8c7c8d45bc13225b6
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

@LPardue Do you have a specific suggestion re how we can generalize? My assumption has been that we cannot generalize, because control stream and QPACK streams can never be closed or reset.

And thank you for catching the typo. Fixed 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/2332#issuecomment-453794273
----==_mimepart_5c3a940f9188b_1d2e3f8c7c8d45bc13225b6
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=6571445" data-octo-click="hovercard-link-click" data-octo-dimensions="link_type:self" href="https://github.com/LPardue">@LPardue</a> Do you have a specific suggestion re how we can generalize? My assumption has been that we cannot generalize, because control stream and QPACK streams can never be closed or reset.</p>
<p>And thank you for catching the typo. Fixed 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/2332#issuecomment-453794273">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AWbkq6jfBkAAWH4uc7ViyvukBFicuwCXks5vCouPgaJpZM4Z86_h">mute the thread</a>.<img src="https://github.com/notifications/beacon/AWbkq1bJy1dsAakLmm70uBGftQD58zDgks5vCouPgaJpZM4Z86_h.gif" height="1" width="1" alt="" /></p>
<script type="application/json" data-scope="inboxmarkup">{"api_version":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name":"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"https://github.githubassets.com/images/email/message_cards/header.png","avatar_image_url":"https://github.githubassets.com/images/email/message_cards/avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/quicwg/base-drafts"}},"updates":{"snippets":[{"icon":"PERSON","message":"@kazuho in #2332: @LPardue Do you have a specific suggestion re how we can generalize? My assumption has been that we cannot generalize, because control stream and QPACK streams can never be closed or reset.\r\n\r\nAnd thank you for catching the typo. Fixed that."}],"action":{"name":"View Pull Request","url":"https://github.com/quicwg/base-drafts/pull/2332#issuecomment-453794273"}}}</script>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/pull/2332#issuecomment-453794273",
"url": "https://github.com/quicwg/base-drafts/pull/2332#issuecomment-453794273",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>
----==_mimepart_5c3a940f9188b_1d2e3f8c7c8d45bc13225b6--


From nobody Sat Jan 12 17:42: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 C3BAB128AFB for <quic-issues@ietfa.amsl.com>; Sat, 12 Jan 2019 17:42:42 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -10.935
X-Spam-Level: 
X-Spam-Status: No, score=-10.935 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIMWL_WL_HIGH=-4.553, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, HTML_IMAGE_ONLY_24=1.618, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-1, RCVD_IN_DNSWL_HI=-5, SPF_PASS=-0.001] autolearn=ham autolearn_force=no
Authentication-Results: ietfa.amsl.com (amavisd-new); dkim=pass (1024-bit key) header.d=github.com
Received: from mail.ietf.org ([4.31.198.44]) by localhost (ietfa.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 2JT1v4flHiGw for <quic-issues@ietfa.amsl.com>; Sat, 12 Jan 2019 17:42: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 DAF9C126DBF for <quic-issues@ietf.org>; Sat, 12 Jan 2019 17:42:40 -0800 (PST)
Date: Sat, 12 Jan 2019 17:42:39 -0800
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1547343759; bh=LkHjdzTEvtyMbym2tWI5JrTr484aV0IVYIgaVhIzvZI=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=wdbOQnC1+QsJFrQs9ahV6W5L+UsFWx1ma8M7tL7ZtukvjF2odE/6y1abTRPltRTsb EhCs5rhueH4Uc6ORWRBjmCmj30cdnBPu+YhVCoEx0tEAuI0W+LM9n/iNXk3/q8Purg Bj5ogbq2rnLoAJqbLryhLUFG3GMGaxULDwigh6fw=
From: Lucas Pardue <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+0166e4ab9ae44fa00392e6c97b224f529e20aed8876ef71c92cf000000011852598f92a169ce17c24237@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/pull/2332/c453794895@github.com>
In-Reply-To: <quicwg/base-drafts/pull/2332@github.com>
References: <quicwg/base-drafts/pull/2332@github.com>
Subject: Re: [quicwg/base-drafts] extended unidirectional streams can be closed or reset (#2332)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5c3a978fb3565_5a3d3fbc654d45c02968e7"; 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/NipyIlL7vaCOgDWvpaGP27YunX8>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
List-Id: Notification list for GitHub issues related to the QUIC WG <quic-issues.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=unsubscribe>
List-Archive: <https://mailarchive.ietf.org/arch/browse/quic-issues/>
List-Post: <mailto:quic-issues@ietf.org>
List-Help: <mailto:quic-issues-request@ietf.org?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, 13 Jan 2019 01:42:43 -0000

----==_mimepart_5c3a978fb3565_5a3d3fbc654d45c02968e7
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

Something like lose the first sentence and say instead "Some unidirectional  stream types are allowed to be closed or reset during a connection. A receiver MUST tolerate unidirectional stream close or reset prior to reception of the type byte."

Not sure my version is any 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/pull/2332#issuecomment-453794895
----==_mimepart_5c3a978fb3565_5a3d3fbc654d45c02968e7
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: quoted-printable

<p>Something like lose the first sentence and say instead "Some unidirect=
ional  stream types are allowed to be closed or reset during a connection=
. A receiver MUST tolerate unidirectional stream close or reset prior to =
reception of the type byte."</p>
<p>Not sure my version is any better...</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/pull/2332#issuecomment-453794895">view it on GitHub</a>, o=
r <a href=3D"https://github.com/notifications/unsubscribe-auth/AWbkq90S0s=
BBhg171EBhLb4ZErdnGS3Jks5vCo8PgaJpZM4Z86_h">mute the thread</a>.<img src=3D=
"https://github.com/notifications/beacon/AWbkq0Z5ZeS8o6cV11DLbOE3LbRI-WNG=
ks5vCo8PgaJpZM4Z86_h.gif" height=3D"1" width=3D"1" alt=3D"" /></p>
<script type=3D"application/json" data-scope=3D"inboxmarkup">{"api_versio=
n":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name"=
:"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"=
quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"http=
s://github.githubassets.com/images/email/message_cards/header.png","avata=
r_image_url":"https://github.githubassets.com/images/email/message_cards/=
avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/q=
uicwg/base-drafts"}},"updates":{"snippets":[{"icon":"PERSON","message":"@=
LPardue in #2332: Something like lose the first sentence and say instead =
\"Some unidirectional  stream types are allowed to be closed or reset dur=
ing a connection. A receiver MUST tolerate unidirectional stream close or=
 reset prior to reception of the type byte.\"\r\n\r\nNot sure my version =
is any better..."}],"action":{"name":"View Pull Request","url":"https://g=
ithub.com/quicwg/base-drafts/pull/2332#issuecomment-453794895"}}}</script=
>
<script type=3D"application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/pull/2332#issuecomment-4=
53794895",
"url": "https://github.com/quicwg/base-drafts/pull/2332#issuecomment-4537=
94895",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>=

----==_mimepart_5c3a978fb3565_5a3d3fbc654d45c02968e7--


From nobody Sat Jan 12 17:50: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 C032D128AFB for <quic-issues@ietfa.amsl.com>; Sat, 12 Jan 2019 17:50:38 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -10.935
X-Spam-Level: 
X-Spam-Status: No, score=-10.935 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIMWL_WL_HIGH=-4.553, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, HTML_IMAGE_ONLY_24=1.618, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-1, RCVD_IN_DNSWL_HI=-5, SPF_PASS=-0.001] autolearn=ham autolearn_force=no
Authentication-Results: ietfa.amsl.com (amavisd-new); dkim=pass (1024-bit key) header.d=github.com
Received: from mail.ietf.org ([4.31.198.44]) by localhost (ietfa.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id gAAHGcgGbZp8 for <quic-issues@ietfa.amsl.com>; Sat, 12 Jan 2019 17:50:37 -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 3A6C1126DBF for <quic-issues@ietf.org>; Sat, 12 Jan 2019 17:50:37 -0800 (PST)
Date: Sat, 12 Jan 2019 17:50:36 -0800
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1547344236; bh=Zj+cfJbtASxhnYTQ/uU0UXD4+aQu9PqsFLYdxunFDjc=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=sYAisNdS74r2WX/MNVHiDOYFppzaNU+sq/ptOQV1aRoJZWKV0tGvTuyrsqAK1odN7 J+ZV7GrUDpaDF+MK/+0LMu0XxfA6i3sOe84VnBtskTNf0VR788Lwk7vvl4RJR0k253 OtODMFdxTl6BgK8tVC/rtbM+9EM6SgncO1PTFON8=
From: Kazuho Oku <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/2332/push/3204515308@github.com>
In-Reply-To: <quicwg/base-drafts/pull/2332@github.com>
References: <quicwg/base-drafts/pull/2332@github.com>
Subject: Re: [quicwg/base-drafts] extended unidirectional streams can be closed or reset (#2332)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5c3a996c34157_2cce3fb9a7cd45c4827377"; charset=UTF-8
Content-Transfer-Encoding: 7bit
Precedence: list
X-GitHub-Sender: kazuho
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/nYw9TjCfWy4McB-YnxSU1WwWdXc>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
List-Id: Notification list for GitHub issues related to the QUIC WG <quic-issues.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=unsubscribe>
List-Archive: <https://mailarchive.ietf.org/arch/browse/quic-issues/>
List-Post: <mailto:quic-issues@ietf.org>
List-Help: <mailto:quic-issues-request@ietf.org?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, 13 Jan 2019 01:50:39 -0000

----==_mimepart_5c3a996c34157_2cce3fb9a7cd45c4827377
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

@kazuho pushed 1 commit.

05e411e7f26774ed6d25b530dda6328c9e931084  designate the streams that MUST NOT be closed


-- 
You are receiving this because you are subscribed to this thread.
View it on GitHub:
https://github.com/quicwg/base-drafts/pull/2332/files/ac04348e4b471f4906224a9d6121b90c550ba3f7..05e411e7f26774ed6d25b530dda6328c9e931084

----==_mimepart_5c3a996c34157_2cce3fb9a7cd45c4827377
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

<p><a href="https://github.com/kazuho" class="user-mention">@kazuho</a> pushed 1 commit.</p>

<ul>
  <li><a class="commit-link" href="https://github.com/quicwg/base-drafts/commit/05e411e7f26774ed6d25b530dda6328c9e931084">05e411e</a>  designate the streams that MUST NOT be closed</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/2332/files/ac04348e4b471f4906224a9d6121b90c550ba3f7..05e411e7f26774ed6d25b530dda6328c9e931084">View it on GitHub</a> or <a href="https://github.com/notifications/unsubscribe-auth/AWbkq4pVOLP9G6ei52Qt8nNVgvIqty3zks5vCpDsgaJpZM4Z86_h">mute the thread</a>.<img src="https://github.com/notifications/beacon/AWbkq_hvmSZhCljx8q_qsk4yc1TO4i0aks5vCpDsgaJpZM4Z86_h.gif" height="1" width="1" alt="" /></p>
<script type="application/json" data-scope="inboxmarkup">{"api_version":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name":"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"https://github.githubassets.com/images/email/message_cards/header.png","avatar_image_url":"https://github.githubassets.com/images/email/message_cards/avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/quicwg/base-drafts"}},"updates":{"snippets":[{"icon":"PERSON","message":"@kazuho pushed 1 commit in #2332"}],"action":{"name":"View Pull Request","url":"https://github.com/quicwg/base-drafts/pull/2332/files/ac04348e4b471f4906224a9d6121b90c550ba3f7..05e411e7f26774ed6d25b530dda6328c9e931084"}}}</script>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/pull/2332/files/ac04348e4b471f4906224a9d6121b90c550ba3f7..05e411e7f26774ed6d25b530dda6328c9e931084",
"url": "https://github.com/quicwg/base-drafts/pull/2332/files/ac04348e4b471f4906224a9d6121b90c550ba3f7..05e411e7f26774ed6d25b530dda6328c9e931084",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>

----==_mimepart_5c3a996c34157_2cce3fb9a7cd45c4827377--


From nobody Sat Jan 12 17:53: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 84C80128AFB for <quic-issues@ietfa.amsl.com>; Sat, 12 Jan 2019 17:53:24 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -11.149
X-Spam-Level: 
X-Spam-Status: No, score=-11.149 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIMWL_WL_HIGH=-4.553, 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_PASS=-0.001] autolearn=ham autolearn_force=no
Authentication-Results: ietfa.amsl.com (amavisd-new); dkim=pass (1024-bit key) header.d=github.com
Received: from mail.ietf.org ([4.31.198.44]) by localhost (ietfa.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id kLWWpWCoaEsM for <quic-issues@ietfa.amsl.com>; Sat, 12 Jan 2019 17:53: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 C04E3126DBF for <quic-issues@ietf.org>; Sat, 12 Jan 2019 17:53:22 -0800 (PST)
Date: Sat, 12 Jan 2019 17:53:21 -0800
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1547344402; bh=xYojpE2uVcTRYvN9wo5QfJKpDB6es2BdmgFmkFRwpAQ=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=RDnSGjJK5P45qyexcLp/jtuJsqTt0xJUZzZJoDswkebeReA9GnyC5xVUu9QzSkdfQ il5n62hefly2vaTnCixabxupMCh439QZzp7+p1U82g9CXpCVi+Sswqvq9JW/mWlsLg KjgtQllgpgqPVtXfUxmwaarw7AG4a94JC+nBSOdA=
From: Kazuho Oku <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+0166e4ab54b80f86308a8c749e9a720dc7f4d2809af7959e92cf0000000118525c1192a169ce17c24237@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/pull/2332/c453795287@github.com>
In-Reply-To: <quicwg/base-drafts/pull/2332@github.com>
References: <quicwg/base-drafts/pull/2332@github.com>
Subject: Re: [quicwg/base-drafts] extended unidirectional streams can be closed or reset (#2332)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5c3a9a11f25be_72fe3f9425ad45b4705556"; 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/1Mo6sX7vpbnHVIO9mHyvOC0Z5cA>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
List-Id: Notification list for GitHub issues related to the QUIC WG <quic-issues.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=unsubscribe>
List-Archive: <https://mailarchive.ietf.org/arch/browse/quic-issues/>
List-Post: <mailto:quic-issues@ietf.org>
List-Help: <mailto:quic-issues-request@ietf.org?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, 13 Jan 2019 01:53:24 -0000

----==_mimepart_5c3a9a11f25be_72fe3f9425ad45b4705556
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

@LPardue Thank you for the clarification. I agree that we should refrain from having a text that might seen as to imply that a push stream cannot be reset prior to sending the type byte.

I've changed the approach to clarify the general rule (that the streams can be reset or closed) then name out the exceptions. Does that look 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/pull/2332#issuecomment-453795287
----==_mimepart_5c3a9a11f25be_72fe3f9425ad45b4705556
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=3D6571445" data-octo-click=3D"hovercard-link-c=
lick" data-octo-dimensions=3D"link_type:self" href=3D"https://github.com/=
LPardue">@LPardue</a> Thank you for the clarification. I agree that we sh=
ould refrain from having a text that might seen as to imply that a push s=
tream cannot be reset prior to sending the type byte.</p>
<p>I've changed the approach to clarify the general rule (that the stream=
s can be reset or closed) then name out the exceptions. Does that look be=
tter?</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/pull/2332#issuecomment-453795287">view it on GitHub</a>, o=
r <a href=3D"https://github.com/notifications/unsubscribe-auth/AWbkq-r11L=
9254RiqukXRv3Od7WowDf9ks5vCpGRgaJpZM4Z86_h">mute the thread</a>.<img src=3D=
"https://github.com/notifications/beacon/AWbkq_jmRUtawvyZgniZWzMCpaqLNZ7F=
ks5vCpGRgaJpZM4Z86_h.gif" height=3D"1" width=3D"1" alt=3D"" /></p>
<script type=3D"application/json" data-scope=3D"inboxmarkup">{"api_versio=
n":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name"=
:"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"=
quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"http=
s://github.githubassets.com/images/email/message_cards/header.png","avata=
r_image_url":"https://github.githubassets.com/images/email/message_cards/=
avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/q=
uicwg/base-drafts"}},"updates":{"snippets":[{"icon":"PERSON","message":"@=
kazuho in #2332: @LPardue Thank you for the clarification. I agree that w=
e should refrain from having a text that might seen as to imply that a pu=
sh stream cannot be reset prior to sending the type byte.\r\n\r\nI've cha=
nged the approach to clarify the general rule (that the streams can be re=
set or closed) then name out the exceptions. Does that look better?"}],"a=
ction":{"name":"View Pull Request","url":"https://github.com/quicwg/base-=
drafts/pull/2332#issuecomment-453795287"}}}</script>
<script type=3D"application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/pull/2332#issuecomment-4=
53795287",
"url": "https://github.com/quicwg/base-drafts/pull/2332#issuecomment-4537=
95287",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>=

----==_mimepart_5c3a9a11f25be_72fe3f9425ad45b4705556--


From nobody Sat Jan 12 18:56: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 F0786128B14 for <quic-issues@ietfa.amsl.com>; Sat, 12 Jan 2019 18:56:49 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -12.552
X-Spam-Level: 
X-Spam-Status: No, score=-12.552 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIMWL_WL_HIGH=-4.553, 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_PASS=-0.001] autolearn=ham autolearn_force=no
Authentication-Results: ietfa.amsl.com (amavisd-new); dkim=pass (1024-bit key) header.d=github.com
Received: from mail.ietf.org ([4.31.198.44]) by localhost (ietfa.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id iFOvc8YBzyS7 for <quic-issues@ietfa.amsl.com>; Sat, 12 Jan 2019 18:56:48 -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 4D6F1128AFB for <quic-issues@ietf.org>; Sat, 12 Jan 2019 18:56:48 -0800 (PST)
Date: Sat, 12 Jan 2019 18:56:45 -0800
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1547348205; bh=bpSgT9DryoWrICEG6s7yBzHiIX39uIwxC94kq9btek4=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=X0bgjHsBKPXH2C+61uLbmuIRgmpVBUPgXxViIPKCbQznturzORRU/mbbU46C1FzzS gWDR9rBA/LKdE44tfrVdssorXKTpeJl8cP4z4t0SLwe/E0uChGU1XJ5F4+VFlefxKT rMwvkzdviidFWeFXJU9BiC7wM7wsTvBNaMhuAV+g=
From: ianswett <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+0166e4ab0249a77c723467bb859d2664cf3ca8265183ac4d92cf0000000118526aed92a169ce179bec73@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/pull/2296/review/191958658@github.com>
In-Reply-To: <quicwg/base-drafts/pull/2296@github.com>
References: <quicwg/base-drafts/pull/2296@github.com>
Subject: Re: [quicwg/base-drafts] Allow servers to send a preferred address of each address family (#2296)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5c3aa8eddbe72_12c33f84854d45c41117934"; 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/sLRfeNRr51L6k0iZ5GXewXgnYvg>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
List-Id: Notification list for GitHub issues related to the QUIC WG <quic-issues.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=unsubscribe>
List-Archive: <https://mailarchive.ietf.org/arch/browse/quic-issues/>
List-Post: <mailto:quic-issues@ietf.org>
List-Help: <mailto:quic-issues-request@ietf.org?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, 13 Jan 2019 02:56:50 -0000

----==_mimepart_5c3aa8eddbe72_12c33f84854d45c41117934
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

ianswett requested changes on this pull request.



> @@ -2116,6 +2116,9 @@ packets.
 A server conveys a preferred address by including the preferred_address
 transport parameter in the TLS handshake.
 
+Servers MAY communicate a preferred address of each address family (IPv4 and

I realize, looking back on the issue, why Jana mentioned alternate.  There are two separate cases: Connection migration and Server's Preferred Address.

In one case, you want to make sure connection migration doesn't fail when moving from v6 to v4 only, but you don't want them to do anything after the handshake.  In the other case, you want them to migrate to a more stable IP after the handshake.

If the server omits the address family you connected on, but supplies a preferred address on the other address family, do you try to migrate?

I suspect we need to change the structure from what's in this PR, and if not, we need to nail down the critical use cases and make sure they all 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/2296#pullrequestreview-191958658
----==_mimepart_5c3aa8eddbe72_12c33f84854d45c41117934
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

<p><b>@ianswett</b> requested changes on this pull request.</p>

<hr>

<p>In <a href="https://github.com/quicwg/base-drafts/pull/2296#discussion_r247332485">draft-ietf-quic-transport.md</a>:</p>
<pre style='color:#555'>&gt; @@ -2116,6 +2116,9 @@ packets.
 A server conveys a preferred address by including the preferred_address
 transport parameter in the TLS handshake.
 
+Servers MAY communicate a preferred address of each address family (IPv4 and
</pre>
<p>I realize, looking back on the issue, why Jana mentioned alternate.  There are two separate cases: Connection migration and Server's Preferred Address.</p>
<p>In one case, you want to make sure connection migration doesn't fail when moving from v6 to v4 only, but you don't want them to do anything after the handshake.  In the other case, you want them to migrate to a more stable IP after the handshake.</p>
<p>If the server omits the address family you connected on, but supplies a preferred address on the other address family, do you try to migrate?</p>
<p>I suspect we need to change the structure from what's in this PR, and if not, we need to nail down the critical use cases and make sure they all 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/2296#pullrequestreview-191958658">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AWbkq1n9C738kFDyk_JybjWf6uY20M7bks5vCqBtgaJpZM4ZuHR_">mute the thread</a>.<img src="https://github.com/notifications/beacon/AWbkq3luhs1DY3eXJ1kbXoaeXFllgSAiks5vCqBtgaJpZM4ZuHR_.gif" height="1" width="1" alt="" /></p>
<script type="application/json" data-scope="inboxmarkup">{"api_version":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name":"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"https://github.githubassets.com/images/email/message_cards/header.png","avatar_image_url":"https://github.githubassets.com/images/email/message_cards/avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/quicwg/base-drafts"}},"updates":{"snippets":[{"icon":"PERSON","message":"@ianswett requested changes on #2296"}],"action":{"name":"View Pull Request","url":"https://github.com/quicwg/base-drafts/pull/2296#pullrequestreview-191958658"}}}</script>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/pull/2296#pullrequestreview-191958658",
"url": "https://github.com/quicwg/base-drafts/pull/2296#pullrequestreview-191958658",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>
----==_mimepart_5c3aa8eddbe72_12c33f84854d45c41117934--


From nobody Sun Jan 13 01: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 B1C19129BBF for <quic-issues@ietfa.amsl.com>; Sun, 13 Jan 2019 01:46:01 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -11.007
X-Spam-Level: 
X-Spam-Status: No, score=-11.007 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIMWL_WL_HIGH=-4.553, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, HTML_IMAGE_ONLY_20=1.546, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-1, RCVD_IN_DNSWL_HI=-5, SPF_PASS=-0.001] autolearn=ham autolearn_force=no
Authentication-Results: ietfa.amsl.com (amavisd-new); dkim=pass (1024-bit key) header.d=github.com
Received: from mail.ietf.org ([4.31.198.44]) by localhost (ietfa.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id HNwxwVpKbhHI for <quic-issues@ietfa.amsl.com>; Sun, 13 Jan 2019 01:46:00 -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 CDD86124408 for <quic-issues@ietf.org>; Sun, 13 Jan 2019 01:45:59 -0800 (PST)
Date: Sun, 13 Jan 2019 01:45:58 -0800
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1547372758; bh=kjnTrK5B0Lf7aZL+rjJKum4kUKIHZX+qICrbEuq2UaY=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=AJFh23aYwW2+ywMykSCNGw29pr//C3UexPpMb+PdcVnJLNScsALhuIT6FcrW0fc51 keM4ni2v6iLKCOikwVDN7pZgBRjF9F5h2KkmKlBgZJRSxSchO/Npon0+w3EVTjrgMa Q898YjycoOO1Z8BFLYpQpDW5WgX3d2UNILLmKyvg=
From: Lucas Pardue <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+0166e4abaf2aa0eacaec3f417c5629578c0da2e45aee127792cf000000011852cad692a169ce17c24237@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/pull/2332/c453815680@github.com>
In-Reply-To: <quicwg/base-drafts/pull/2332@github.com>
References: <quicwg/base-drafts/pull/2332@github.com>
Subject: Re: [quicwg/base-drafts] extended unidirectional streams can be closed or reset (#2332)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5c3b08d636109_47b43f94afed45bc1406bc"; 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/ugZnQVICu6EQblRn34_AfceKBJw>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
List-Id: Notification list for GitHub issues related to the QUIC WG <quic-issues.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=unsubscribe>
List-Archive: <https://mailarchive.ietf.org/arch/browse/quic-issues/>
List-Post: <mailto:quic-issues@ietf.org>
List-Help: <mailto:quic-issues-request@ietf.org?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, 13 Jan 2019 09:46:02 -0000

----==_mimepart_5c3b08d636109_47b43f94afed45bc1406bc
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

Lgtm, 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/2332#issuecomment-453815680
----==_mimepart_5c3b08d636109_47b43f94afed45bc1406bc
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

<p>Lgtm, 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/2332#issuecomment-453815680">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AWbkq3q64VCXWL6FdVNZR6RQNPiqAamtks5vCwBWgaJpZM4Z86_h">mute the thread</a>.<img src="https://github.com/notifications/beacon/AWbkqyseLmUkw9Vn9aFA-kCwFjr2lUXwks5vCwBWgaJpZM4Z86_h.gif" height="1" width="1" alt="" /></p>
<script type="application/json" data-scope="inboxmarkup">{"api_version":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name":"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"https://github.githubassets.com/images/email/message_cards/header.png","avatar_image_url":"https://github.githubassets.com/images/email/message_cards/avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/quicwg/base-drafts"}},"updates":{"snippets":[{"icon":"PERSON","message":"@LPardue in #2332: Lgtm, thanks!"}],"action":{"name":"View Pull Request","url":"https://github.com/quicwg/base-drafts/pull/2332#issuecomment-453815680"}}}</script>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/pull/2332#issuecomment-453815680",
"url": "https://github.com/quicwg/base-drafts/pull/2332#issuecomment-453815680",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>
----==_mimepart_5c3b08d636109_47b43f94afed45bc1406bc--


From nobody Sun Jan 13 14: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 7547B12D7EA for <quic-issues@ietfa.amsl.com>; Sun, 13 Jan 2019 14:06:09 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -10.935
X-Spam-Level: 
X-Spam-Status: No, score=-10.935 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIMWL_WL_HIGH=-4.553, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, HTML_IMAGE_ONLY_24=1.618, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-1, RCVD_IN_DNSWL_HI=-5, SPF_PASS=-0.001] autolearn=ham autolearn_force=no
Authentication-Results: ietfa.amsl.com (amavisd-new); dkim=pass (1024-bit key) header.d=github.com
Received: from mail.ietf.org ([4.31.198.44]) by localhost (ietfa.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id KxQ4nC2dJi_i for <quic-issues@ietfa.amsl.com>; Sun, 13 Jan 2019 14:06: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 DECDE12D4EA for <quic-issues@ietf.org>; Sun, 13 Jan 2019 14:06:07 -0800 (PST)
Date: Sun, 13 Jan 2019 14:06:06 -0800
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1547417166; bh=Rss6Hu5deNT3G5kbU49hPrrAJhkZ/Ye9BeHxKYTykv4=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=v2gXWnYWfbF7Q2n64hyGwwcXwPO0IIEqA63PHOLfecY4aaMEbBDuRY4N33Rnp7dlJ tzgmNi1UfSP3U1Akcp1PWdl5cWSQYpOZYhN+da8ASJ2QWrrsNmpQUtCAfHzjP03E59 BeVae4OqKlOTItQ9xWnxzXzVg3Vh7Qd0EqFIeBIU=
From: Martin Thomson <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+0166e4ab961e7ee7b50632b548dc54574216e40b73d1e92a92cf000000011853784e92a169ce0cb13645@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/issue/377/issue_event/2070741756@github.com>
In-Reply-To: <quicwg/base-drafts/issues/377@github.com>
References: <quicwg/base-drafts/issues/377@github.com>
Subject: Re: [quicwg/base-drafts] ICMP and ICMPv6 (Type: DestinationUnreachable) (#377)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5c3bb64e6a497_6e2d3f89cecd45b416443d"; 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/LPTB3ifrvYFlMcoDMOwMXchmvSg>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
List-Id: Notification list for GitHub issues related to the QUIC WG <quic-issues.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=unsubscribe>
List-Archive: <https://mailarchive.ietf.org/arch/browse/quic-issues/>
List-Post: <mailto:quic-issues@ietf.org>
List-Help: <mailto:quic-issues-request@ietf.org?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, 13 Jan 2019 22:06:09 -0000

----==_mimepart_5c3bb64e6a497_6e2d3f89cecd45b416443d
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

Closed #377.

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/quicwg/base-drafts/issues/377#event-2070741756
----==_mimepart_5c3bb64e6a497_6e2d3f89cecd45b416443d
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="212940357" data-permission-text="Issue title is private" data-url="https://github.com/quicwg/base-drafts/issues/377" data-hovercard-type="issue" data-hovercard-url="/quicwg/base-drafts/issues/377/hovercard" href="https://github.com/quicwg/base-drafts/issues/377">#377</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/377#event-2070741756">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AWbkqw73E8SqC0grq6sCRup0U4l5vJRsks5vC63OgaJpZM4MXqun">mute the thread</a>.<img src="https://github.com/notifications/beacon/AWbkq1UPHMtCFPEEc7sxx2XB3lex_-ELks5vC63OgaJpZM4MXqun.gif" height="1" width="1" alt="" /></p>
<script type="application/json" data-scope="inboxmarkup">{"api_version":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name":"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"https://github.githubassets.com/images/email/message_cards/header.png","avatar_image_url":"https://github.githubassets.com/images/email/message_cards/avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/quicwg/base-drafts"}},"updates":{"snippets":[{"icon":"DESCRIPTION","message":"Closed #377."}],"action":{"name":"View Issue","url":"https://github.com/quicwg/base-drafts/issues/377#event-2070741756"}}}</script>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/issues/377#event-2070741756",
"url": "https://github.com/quicwg/base-drafts/issues/377#event-2070741756",
"name": "View Issue"
},
"description": "View this Issue on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>
----==_mimepart_5c3bb64e6a497_6e2d3f89cecd45b416443d--


From nobody Sun Jan 13 14:06: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 64C0512D4EA for <quic-issues@ietfa.amsl.com>; Sun, 13 Jan 2019 14:06:13 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -11.007
X-Spam-Level: 
X-Spam-Status: No, score=-11.007 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIMWL_WL_HIGH=-4.553, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, HTML_IMAGE_ONLY_20=1.546, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-1, RCVD_IN_DNSWL_HI=-5, SPF_PASS=-0.001] autolearn=ham autolearn_force=no
Authentication-Results: ietfa.amsl.com (amavisd-new); dkim=pass (1024-bit key) header.d=github.com
Received: from mail.ietf.org ([4.31.198.44]) by localhost (ietfa.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 8iynkcfHHfWP for <quic-issues@ietfa.amsl.com>; Sun, 13 Jan 2019 14:06:11 -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 C0EE012D7F8 for <quic-issues@ietf.org>; Sun, 13 Jan 2019 14:06:11 -0800 (PST)
Date: Sun, 13 Jan 2019 14:06:10 -0800
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1547417171; bh=/5Vfc91hTQkO/eUhBYs6QK2irr7ReqX5g4DugY18jN8=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=eK6qJpXBZCt++o302s/+UupMbnW5s+nS0m611ehcMWbPqLuQFkh9iXKtUnktZwhvP 5thDnBiD1lVAPI7nP0fogCs6bkQTAQmuHDF6rAoMejXO7SGIIuzaWOsMP/FXGEXmh5 uu8AnNWdtnELL+Pmq6sV1kILWzODbeLj7Z3WvlN8=
From: Martin Thomson <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+0166e4abe2861251f7d5323aa60cd4945e052d2d26a2f59192cf000000011853785292a169ce0cb13645@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/issues/377/453869966@github.com>
In-Reply-To: <quicwg/base-drafts/issues/377@github.com>
References: <quicwg/base-drafts/issues/377@github.com>
Subject: Re: [quicwg/base-drafts] ICMP and ICMPv6 (Type: DestinationUnreachable) (#377)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5c3bb652efaa9_38183fc15a0d45c02655be"; 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/f0LnWdehO898rvV8o2E-29SsoNY>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
List-Id: Notification list for GitHub issues related to the QUIC WG <quic-issues.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=unsubscribe>
List-Archive: <https://mailarchive.ietf.org/arch/browse/quic-issues/>
List-Post: <mailto:quic-issues@ietf.org>
List-Help: <mailto:quic-issues-request@ietf.org?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, 13 Jan 2019 22:06:13 -0000

----==_mimepart_5c3bb652efaa9_38183fc15a0d45c02655be
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

Thanks Igor.

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/quicwg/base-drafts/issues/377#issuecomment-453869966
----==_mimepart_5c3bb652efaa9_38183fc15a0d45c02655be
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

<p>Thanks Igor.</p>

<p style="font-size:small;-webkit-text-size-adjust:none;color:#666;">&mdash;<br />You are receiving this because you are subscribed to this thread.<br />Reply to this email directly, <a href="https://github.com/quicwg/base-drafts/issues/377#issuecomment-453869966">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AWbkqwLvJwXraU-5uIYu90Y290SQCYsyks5vC63SgaJpZM4MXqun">mute the thread</a>.<img src="https://github.com/notifications/beacon/AWbkqzyliU3Rzt6rHYZ-QvnRV2X4skioks5vC63SgaJpZM4MXqun.gif" height="1" width="1" alt="" /></p>
<script type="application/json" data-scope="inboxmarkup">{"api_version":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name":"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"https://github.githubassets.com/images/email/message_cards/header.png","avatar_image_url":"https://github.githubassets.com/images/email/message_cards/avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/quicwg/base-drafts"}},"updates":{"snippets":[{"icon":"PERSON","message":"@martinthomson in #377: Thanks Igor."}],"action":{"name":"View Issue","url":"https://github.com/quicwg/base-drafts/issues/377#issuecomment-453869966"}}}</script>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/issues/377#issuecomment-453869966",
"url": "https://github.com/quicwg/base-drafts/issues/377#issuecomment-453869966",
"name": "View Issue"
},
"description": "View this Issue on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>
----==_mimepart_5c3bb652efaa9_38183fc15a0d45c02655be--


From nobody Sun Jan 13 14:40: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 EFD6412E04D for <quic-issues@ietfa.amsl.com>; Sun, 13 Jan 2019 14:40:02 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -11.007
X-Spam-Level: 
X-Spam-Status: No, score=-11.007 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIMWL_WL_HIGH=-4.553, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, HTML_IMAGE_ONLY_20=1.546, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-1, RCVD_IN_DNSWL_HI=-5, SPF_PASS=-0.001] autolearn=ham autolearn_force=no
Authentication-Results: ietfa.amsl.com (amavisd-new); dkim=pass (1024-bit key) header.d=github.com
Received: from mail.ietf.org ([4.31.198.44]) by localhost (ietfa.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id qqFGVaGXKasM for <quic-issues@ietfa.amsl.com>; Sun, 13 Jan 2019 14:40:00 -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 B83C912D4EA for <quic-issues@ietf.org>; Sun, 13 Jan 2019 14:39:59 -0800 (PST)
Date: Sun, 13 Jan 2019 14:39:58 -0800
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1547419198; bh=zeNk3P9WMk6j5L1HNeM2fXyOHSCA+wYtRJ8dt9IgNP4=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=guG5Fbu1ePBGdkDt2yiuaUzIkm4hNzX8LOGM1F53z/8cW+UVbQcbPQwCs+AQ1O6QV mbPGGA7zA1F+2UTeqOSEwRiPlYyMuhcSQAzHlFYJLRaMswFFSw2UKxc653ekzuqLgf hYHQhVIbk6VV0lBqlK03AalsuNKOZyy+IsNaP5a8=
From: Martin Thomson <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+0166e4ab17b4f9e36979afc5fa819c62795051957c28d7bd92cf000000011853803e92a169ce17bf8a90@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/pull/2330/review/191993983@github.com>
In-Reply-To: <quicwg/base-drafts/pull/2330@github.com>
References: <quicwg/base-drafts/pull/2330@github.com>
Subject: Re: [quicwg/base-drafts] QPACK: Clarify how maximum dynamic table capacity can be set (#2330)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5c3bbe3e77ac4_557c3fac09ad45b84916dc"; 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/ZkvF7dZhf5PYbQRJIfTAcvljscs>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
List-Id: Notification list for GitHub issues related to the QUIC WG <quic-issues.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=unsubscribe>
List-Archive: <https://mailarchive.ietf.org/arch/browse/quic-issues/>
List-Post: <mailto:quic-issues@ietf.org>
List-Help: <mailto:quic-issues-request@ietf.org?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, 13 Jan 2019 22:40:03 -0000

----==_mimepart_5c3bbe3e77ac4_557c3fac09ad45b84916dc
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

martinthomson commented on this pull request.

See my previous comment about the capacity instruction.



-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/quicwg/base-drafts/pull/2330#pullrequestreview-191993983
----==_mimepart_5c3bbe3e77ac4_557c3fac09ad45b84916dc
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

<p><b>@martinthomson</b> commented on this pull request.</p>

<p>See my previous comment about the capacity instruction.</p>

<p style="font-size:small;-webkit-text-size-adjust:none;color:#666;">&mdash;<br />You are receiving this because you are subscribed to this thread.<br />Reply to this email directly, <a href="https://github.com/quicwg/base-drafts/pull/2330#pullrequestreview-191993983">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AWbkq8xP9qt1lMd1K-WBfoC13YeIi0Dzks5vC7W-gaJpZM4Z8FHJ">mute the thread</a>.<img src="https://github.com/notifications/beacon/AWbkq6ZvwI5oYSkJU-EBoPGg1dzWR_nOks5vC7W-gaJpZM4Z8FHJ.gif" height="1" width="1" alt="" /></p>
<script type="application/json" data-scope="inboxmarkup">{"api_version":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name":"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"https://github.githubassets.com/images/email/message_cards/header.png","avatar_image_url":"https://github.githubassets.com/images/email/message_cards/avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/quicwg/base-drafts"}},"updates":{"snippets":[{"icon":"PERSON","message":"@martinthomson commented on #2330"}],"action":{"name":"View Pull Request","url":"https://github.com/quicwg/base-drafts/pull/2330#pullrequestreview-191993983"}}}</script>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/pull/2330#pullrequestreview-191993983",
"url": "https://github.com/quicwg/base-drafts/pull/2330#pullrequestreview-191993983",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>
----==_mimepart_5c3bbe3e77ac4_557c3fac09ad45b84916dc--


From nobody Sun Jan 13 14: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 21A1912D4EB for <quic-issues@ietfa.amsl.com>; Sun, 13 Jan 2019 14:47:30 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -12.553
X-Spam-Level: 
X-Spam-Status: No, score=-12.553 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIMWL_WL_HIGH=-4.553, 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_PASS=-0.001] autolearn=ham autolearn_force=no
Authentication-Results: ietfa.amsl.com (amavisd-new); dkim=pass (1024-bit key) header.d=github.com
Received: from mail.ietf.org ([4.31.198.44]) by localhost (ietfa.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id d7E0WYoEXMYy for <quic-issues@ietfa.amsl.com>; Sun, 13 Jan 2019 14:47: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 3E8A812D4EA for <quic-issues@ietf.org>; Sun, 13 Jan 2019 14:47:28 -0800 (PST)
Date: Sun, 13 Jan 2019 14:47:27 -0800
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1547419647; bh=EBXHMfuarfix33C0I+NMdfWlpEC4dskzcPeGqkUi734=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=w7cPP4QFcaheVNV+I0Q8yc6LcjAqPkslTp59ZPfslD8WaxdqH7+7KdNEWREoR4/CA 7myXxIHBF+qov7hf+TUSkh4bVU+4h9KkXNUwpae9yVJ85z3e/UIgofAwiVfXMwf1oj lYfnWtiTlgaY6Ml6y69atS8keipKI6iPHzebCsgs=
From: Martin Thomson <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+0166e4ab4fcfddd9cd0bc388e7cc3a99c7a9b01b5945d34092cf00000001185381ff92a169ce14c4e0aa@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/pull/1637/review/191994034@github.com>
In-Reply-To: <quicwg/base-drafts/pull/1637@github.com>
References: <quicwg/base-drafts/pull/1637@github.com>
Subject: Re: [quicwg/base-drafts] Discuss Application-Limited Sending (#1637)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5c3bbfff280be_727d3fb448ed45b83997f0"; 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/M-2lvyE09AJLTVJ2wmyAmhTxggQ>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
List-Id: Notification list for GitHub issues related to the QUIC WG <quic-issues.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=unsubscribe>
List-Archive: <https://mailarchive.ietf.org/arch/browse/quic-issues/>
List-Post: <mailto:quic-issues@ietf.org>
List-Help: <mailto:quic-issues-request@ietf.org?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, 13 Jan 2019 22:47:30 -0000

----==_mimepart_5c3bbfff280be_727d3fb448ed45b83997f0
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

martinthomson commented on this pull request.



> @@ -999,6 +996,18 @@ paces the sending of any packets in excess of the initial congestion window.
 A sender MAY implement alternate mechanisms to update its congestion window
 after idle periods, such as those proposed for TCP in {{?RFC7661}}.
 
+## Application Limited Sending
+
+The congestion window should not be increased in slow start or congestion
+avoidance when it is not fully utilized.  The congestion window could be
+under-utilized due to insufficient application data to send or flow control
+limits.
+
+When the sender is pacing(see {{pacing}}) packets, the sender may be unable

```suggestion
When the sender is pacing (see {{pacing}}) packets, the sender may be unable
```

> @@ -999,6 +996,18 @@ paces the sending of any packets in excess of the initial congestion window.
 A sender MAY implement alternate mechanisms to update its congestion window
 after idle periods, such as those proposed for TCP in {{?RFC7661}}.
 
+## Application Limited Sending
+
+The congestion window should not be increased in slow start or congestion
+avoidance when it is not fully utilized.  The congestion window could be
+under-utilized due to insufficient application data to send or flow control
+limits.
+
+When the sender is pacing(see {{pacing}}) packets, the sender may be unable
+to use the full congestion window for a period of time after receiving an
+ACK, due to pacing.  In this case, the sender should not consider themselves

```suggestion
acknowledgment.  In this case, the sender should not consider themselves
```

> @@ -999,6 +996,18 @@ paces the sending of any packets in excess of the initial congestion window.
 A sender MAY implement alternate mechanisms to update its congestion window
 after idle periods, such as those proposed for TCP in {{?RFC7661}}.
 
+## Application Limited Sending
+
+The congestion window should not be increased in slow start or congestion
+avoidance when it is not fully utilized.  The congestion window could be
+under-utilized due to insufficient application data to send or flow control
+limits.
+
+When the sender is pacing(see {{pacing}}) packets, the sender may be unable
+to use the full congestion window for a period of time after receiving an
+ACK, due to pacing.  In this case, the sender should not consider themselves
+application limited and should allow the congestion window to increase.

I'm not really following the logic here.  I think that you need more words.

The reason that the congestion window is limited in this fashion is that without being exercised, there is no assurance that this much data can be sent.  If there is a sudden increase in demand from the application such that the inflated limit is now used, that results in using an untested limit, which might result in severe congestion.

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/quicwg/base-drafts/pull/1637#pullrequestreview-191994034
----==_mimepart_5c3bbfff280be_727d3fb448ed45b83997f0
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/1637#discussi=
on_r247366130">draft-ietf-quic-recovery.md</a>:</p>=0D
<pre style=3D'color:#555'>&gt; @@ -999,6 +996,18 @@ paces the sending of =
any packets in excess of the initial congestion window.=0D
 A sender MAY implement alternate mechanisms to update its congestion win=
dow=0D
 after idle periods, such as those proposed for TCP in {{?RFC7661}}.=0D
 =0D
+## Application Limited Sending=0D
+=0D
+The congestion window should not be increased in slow start or congestio=
n=0D
+avoidance when it is not fully utilized.  The congestion window could be=
=0D
+under-utilized due to insufficient application data to send or flow cont=
rol=0D
+limits.=0D
+=0D
+When the sender is pacing(see {{pacing}}) packets, the sender may be una=
ble=0D
</pre>=0D
=E2=AC=87=EF=B8=8F Suggested change=0D
<pre style=3D"color: #555">-When the sender is pacing(see {{pacing}}) pac=
kets, the sender may be unable=0D
+When the sender is pacing (see {{pacing}}) packets, the sender may be un=
able=0D
</pre>=0D
=0D
=0D
<hr>=0D
=0D
<p>In <a href=3D"https://github.com/quicwg/base-drafts/pull/1637#discussi=
on_r247366150">draft-ietf-quic-recovery.md</a>:</p>=0D
<pre style=3D'color:#555'>&gt; @@ -999,6 +996,18 @@ paces the sending of =
any packets in excess of the initial congestion window.=0D
 A sender MAY implement alternate mechanisms to update its congestion win=
dow=0D
 after idle periods, such as those proposed for TCP in {{?RFC7661}}.=0D
 =0D
+## Application Limited Sending=0D
+=0D
+The congestion window should not be increased in slow start or congestio=
n=0D
+avoidance when it is not fully utilized.  The congestion window could be=
=0D
+under-utilized due to insufficient application data to send or flow cont=
rol=0D
+limits.=0D
+=0D
+When the sender is pacing(see {{pacing}}) packets, the sender may be una=
ble=0D
+to use the full congestion window for a period of time after receiving a=
n=0D
+ACK, due to pacing.  In this case, the sender should not consider themse=
lves=0D
</pre>=0D
=E2=AC=87=EF=B8=8F Suggested change=0D
<pre style=3D"color: #555">-ACK, due to pacing.  In this case, the sender=
 should not consider themselves=0D
+acknowledgment.  In this case, the sender should not consider themselves=
=0D
</pre>=0D
=0D
=0D
<hr>=0D
=0D
<p>In <a href=3D"https://github.com/quicwg/base-drafts/pull/1637#discussi=
on_r247366334">draft-ietf-quic-recovery.md</a>:</p>=0D
<pre style=3D'color:#555'>&gt; @@ -999,6 +996,18 @@ paces the sending of =
any packets in excess of the initial congestion window.=0D
 A sender MAY implement alternate mechanisms to update its congestion win=
dow=0D
 after idle periods, such as those proposed for TCP in {{?RFC7661}}.=0D
 =0D
+## Application Limited Sending=0D
+=0D
+The congestion window should not be increased in slow start or congestio=
n=0D
+avoidance when it is not fully utilized.  The congestion window could be=
=0D
+under-utilized due to insufficient application data to send or flow cont=
rol=0D
+limits.=0D
+=0D
+When the sender is pacing(see {{pacing}}) packets, the sender may be una=
ble=0D
+to use the full congestion window for a period of time after receiving a=
n=0D
+ACK, due to pacing.  In this case, the sender should not consider themse=
lves=0D
+application limited and should allow the congestion window to increase.=0D=

</pre>=0D
<p>I'm not really following the logic here.  I think that you need more w=
ords.</p>=0D
<p>The reason that the congestion window is limited in this fashion is th=
at without being exercised, there is no assurance that this much data can=
 be sent.  If there is a sudden increase in demand from the application s=
uch that the inflated limit is now used, that results in using an unteste=
d limit, which might result in severe congestion.</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/1637#pullrequestreview-191994034">view it on GitHub</=
a>, or <a href=3D"https://github.com/notifications/unsubscribe-auth/AWbkq=
11UMgyxs69HrZqCrE09K2F7xsUFks5vC7d_gaJpZM4VytaJ">mute the thread</a>.<img=
 src=3D"https://github.com/notifications/beacon/AWbkqwfJK6hI6F78TgqjNxhq-=
MVYQsWaks5vC7d_gaJpZM4VytaJ.gif" height=3D"1" width=3D"1" alt=3D"" /></p>=
=0D
<script type=3D"application/json" data-scope=3D"inboxmarkup">{"api_versio=
n":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name"=
:"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"=
quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"http=
s://github.githubassets.com/images/email/message_cards/header.png","avata=
r_image_url":"https://github.githubassets.com/images/email/message_cards/=
avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/q=
uicwg/base-drafts"}},"updates":{"snippets":[{"icon":"PERSON","message":"@=
martinthomson commented on #1637"}],"action":{"name":"View Pull Request",=
"url":"https://github.com/quicwg/base-drafts/pull/1637#pullrequestreview-=
191994034"}}}</script>=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/1637#pullrequestrev=
iew-191994034",=0D
"url": "https://github.com/quicwg/base-drafts/pull/1637#pullrequestreview=
-191994034",=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_5c3bbfff280be_727d3fb448ed45b83997f0--


From nobody Sun Jan 13 14:51: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 4415F12D4EA for <quic-issues@ietfa.amsl.com>; Sun, 13 Jan 2019 14:51:56 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -12.553
X-Spam-Level: 
X-Spam-Status: No, score=-12.553 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIMWL_WL_HIGH=-4.553, 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_PASS=-0.001] autolearn=ham autolearn_force=no
Authentication-Results: ietfa.amsl.com (amavisd-new); dkim=pass (1024-bit key) header.d=github.com
Received: from mail.ietf.org ([4.31.198.44]) by localhost (ietfa.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 2ysMDhDT0Gaj for <quic-issues@ietfa.amsl.com>; Sun, 13 Jan 2019 14:51: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 2636912008A for <quic-issues@ietf.org>; Sun, 13 Jan 2019 14:51:54 -0800 (PST)
Date: Sun, 13 Jan 2019 14:51:53 -0800
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1547419913; bh=cm2snhlCu467dvgFFKod+UZ/tHbTolnGeRaR2nuJy7E=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=h1ZfForWxQvBby/IcCsWA2Cap3+7q6DGyXuSETmSwcNznX+uNKGtPeOv1EFXV0xlA 0XtbFXXUHYOThefepeBuVJ/HOu3Yxj5taV7jbjpZ3FIB1jH46IW/fLvecpTN0/AwXe MLiiADM0+QKoEBO5f5OAKMn8aDPM5GfJlLx/ZVa4=
From: Martin Thomson <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+0166e4ab79bda61c5ba86fa3207de7a49bc6b04bd9ea72ac92cf000000011853830992a169ce17c24237@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/pull/2332/review/191994530@github.com>
In-Reply-To: <quicwg/base-drafts/pull/2332@github.com>
References: <quicwg/base-drafts/pull/2332@github.com>
Subject: Re: [quicwg/base-drafts] extended unidirectional streams can be closed or reset (#2332)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5c3bc1094d637_1763f7f832d45b47306ba"; 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/I5uU4Iq06pY23fH_Ggv4BM_dyVw>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
List-Id: Notification list for GitHub issues related to the QUIC WG <quic-issues.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=unsubscribe>
List-Archive: <https://mailarchive.ietf.org/arch/browse/quic-issues/>
List-Post: <mailto:quic-issues@ietf.org>
List-Help: <mailto:quic-issues-request@ietf.org?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, 13 Jan 2019 22:51:56 -0000

----==_mimepart_5c3bc1094d637_1763f7f832d45b47306ba
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

martinthomson approved this pull request.



> @@ -334,6 +334,10 @@ them.  However, stream types which could modify the state or semantics of
 existing protocol components, including QPACK or other extensions, MUST NOT be
 sent until the peer is known to support them.
 
+A sender can close or reset a unidirectional stream unless specified otherwise.
+A receiver MUST tolerate unidirectional streams being closed or reset prior to
+the reception of the unidirecitonal stream header.

```suggestion
the reception of the unidirectional stream header.
```

> @@ -588,9 +588,9 @@ instruction space:
 <!-- s/exactly/no more than/  ? -->
 There MUST be exactly one of each unidirectional stream type in each direction.
 Receipt of a second instance of either stream type MUST be treated as a
-connection error of HTTP_WRONG_STREAM_COUNT.  Closure of either unidirectional
-stream MUST be treated as a connection error of type
-HTTP_CLOSED_CRITICAL_STREAM.
+connection error of HTTP_WRONG_STREAM_COUNT.  The streams MUST NOT be closed.

```suggestion
connection error of HTTP_WRONG_STREAM_COUNT.  These streams MUST NOT be closed.
```

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/quicwg/base-drafts/pull/2332#pullrequestreview-191994530
----==_mimepart_5c3bc1094d637_1763f7f832d45b47306ba
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/2332#discussi=
on_r247366605">draft-ietf-quic-http.md</a>:</p>=0D
<pre style=3D'color:#555'>&gt; @@ -334,6 +334,10 @@ them.  However, strea=
m types which could modify the state or semantics of=0D
 existing protocol components, including QPACK or other extensions, MUST =
NOT be=0D
 sent until the peer is known to support them.=0D
 =0D
+A sender can close or reset a unidirectional stream unless specified oth=
erwise.=0D
+A receiver MUST tolerate unidirectional streams being closed or reset pr=
ior to=0D
+the reception of the unidirecitonal stream header.=0D
</pre>=0D
=E2=AC=87=EF=B8=8F Suggested change=0D
<pre style=3D"color: #555">-the reception of the unidirecitonal stream he=
ader.=0D
+the reception of the unidirectional stream header.=0D
</pre>=0D
=0D
=0D
<hr>=0D
=0D
<p>In <a href=3D"https://github.com/quicwg/base-drafts/pull/2332#discussi=
on_r247366639">draft-ietf-quic-qpack.md</a>:</p>=0D
<pre style=3D'color:#555'>&gt; @@ -588,9 +588,9 @@ instruction space:=0D
 &lt;!-- s/exactly/no more than/  ? --&gt;=0D
 There MUST be exactly one of each unidirectional stream type in each dir=
ection.=0D
 Receipt of a second instance of either stream type MUST be treated as a=0D=

-connection error of HTTP_WRONG_STREAM_COUNT.  Closure of either unidirec=
tional=0D
-stream MUST be treated as a connection error of type=0D
-HTTP_CLOSED_CRITICAL_STREAM.=0D
+connection error of HTTP_WRONG_STREAM_COUNT.  The streams MUST NOT be cl=
osed.=0D
</pre>=0D
=E2=AC=87=EF=B8=8F Suggested change=0D
<pre style=3D"color: #555">-connection error of HTTP_WRONG_STREAM_COUNT. =
 The streams MUST NOT be closed.=0D
+connection error of HTTP_WRONG_STREAM_COUNT.  These streams MUST NOT be =
closed.=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/2332#pullrequestreview-191994530">view it on GitHub</=
a>, or <a href=3D"https://github.com/notifications/unsubscribe-auth/AWbkq=
x9SZEkYJbOoLeE7TTIZlFR5_iaKks5vC7iJgaJpZM4Z86_h">mute the thread</a>.<img=
 src=3D"https://github.com/notifications/beacon/AWbkq-JpZRo-k93ayzu2srDzP=
TMvj5aRks5vC7iJgaJpZM4Z86_h.gif" height=3D"1" width=3D"1" alt=3D"" /></p>=
=0D
<script type=3D"application/json" data-scope=3D"inboxmarkup">{"api_versio=
n":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name"=
:"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"=
quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"http=
s://github.githubassets.com/images/email/message_cards/header.png","avata=
r_image_url":"https://github.githubassets.com/images/email/message_cards/=
avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/q=
uicwg/base-drafts"}},"updates":{"snippets":[{"icon":"PERSON","message":"@=
martinthomson approved #2332"}],"action":{"name":"View Pull Request","url=
":"https://github.com/quicwg/base-drafts/pull/2332#pullrequestreview-1919=
94530"}}}</script>=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/2332#pullrequestrev=
iew-191994530",=0D
"url": "https://github.com/quicwg/base-drafts/pull/2332#pullrequestreview=
-191994530",=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_5c3bc1094d637_1763f7f832d45b47306ba--


From nobody Sun Jan 13 15:37: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 70F30124408 for <quic-issues@ietfa.amsl.com>; Sun, 13 Jan 2019 15:37:15 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -10.935
X-Spam-Level: 
X-Spam-Status: No, score=-10.935 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIMWL_WL_HIGH=-4.553, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, HTML_IMAGE_ONLY_24=1.618, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-1, RCVD_IN_DNSWL_HI=-5, SPF_PASS=-0.001] autolearn=ham autolearn_force=no
Authentication-Results: ietfa.amsl.com (amavisd-new); dkim=pass (1024-bit key) header.d=github.com
Received: from mail.ietf.org ([4.31.198.44]) by localhost (ietfa.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 87XIuLldUJXt for <quic-issues@ietfa.amsl.com>; Sun, 13 Jan 2019 15:37: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 6B7C5123FFD for <quic-issues@ietf.org>; Sun, 13 Jan 2019 15:37:11 -0800 (PST)
Date: Sun, 13 Jan 2019 15:37:10 -0800
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1547422630; bh=kYMvsdw0czg2nuXbbmO/veXNgFtppe/UsVcilJ0NkLA=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=r9tP6xsqQJIOjLkwoeFATssqzj5egXiZUMg7DTX+rojZew5VEqGlwaD3YnZ3O1BOt WaRuuIp0fW2u2tcaKFPMFzcXKVKyvvHPfOiONrMNNo7kczxnDwpr7MY/apE2bczz4/ 2HOO92MuKVLzwPhiwCTjOC+9MzeKbxADbuNtHmSY=
From: Kazuho Oku <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/2332/push/3205876360@github.com>
In-Reply-To: <quicwg/base-drafts/pull/2332@github.com>
References: <quicwg/base-drafts/pull/2332@github.com>
Subject: Re: [quicwg/base-drafts] extended unidirectional streams can be closed or reset (#2332)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5c3bcba6507f8_51083fdcf0ad45b4294950"; charset=UTF-8
Content-Transfer-Encoding: 7bit
Precedence: list
X-GitHub-Sender: kazuho
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/eymaSYbfyG_glUnQZB59USlNuOU>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
List-Id: Notification list for GitHub issues related to the QUIC WG <quic-issues.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=unsubscribe>
List-Archive: <https://mailarchive.ietf.org/arch/browse/quic-issues/>
List-Post: <mailto:quic-issues@ietf.org>
List-Help: <mailto:quic-issues-request@ietf.org?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, 13 Jan 2019 23:37:16 -0000

----==_mimepart_5c3bcba6507f8_51083fdcf0ad45b4294950
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

@kazuho pushed 1 commit.

29b9935a474f1e0ae94fc0d547cb438bf9047a6d  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/2332/files/05e411e7f26774ed6d25b530dda6328c9e931084..29b9935a474f1e0ae94fc0d547cb438bf9047a6d

----==_mimepart_5c3bcba6507f8_51083fdcf0ad45b4294950
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

<p><a href="https://github.com/kazuho" class="user-mention">@kazuho</a> pushed 1 commit.</p>

<ul>
  <li><a class="commit-link" href="https://github.com/quicwg/base-drafts/commit/29b9935a474f1e0ae94fc0d547cb438bf9047a6d">29b9935</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/2332/files/05e411e7f26774ed6d25b530dda6328c9e931084..29b9935a474f1e0ae94fc0d547cb438bf9047a6d">View it on GitHub</a> or <a href="https://github.com/notifications/unsubscribe-auth/AWbkq2QjWuwSBUByZvoWTT-BfuWo3pqgks5vC8MmgaJpZM4Z86_h">mute the thread</a>.<img src="https://github.com/notifications/beacon/AWbkq1RDOS6Ww6ZCKr-vWXcgYrrWy3Bgks5vC8MmgaJpZM4Z86_h.gif" height="1" width="1" alt="" /></p>
<script type="application/json" data-scope="inboxmarkup">{"api_version":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name":"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"https://github.githubassets.com/images/email/message_cards/header.png","avatar_image_url":"https://github.githubassets.com/images/email/message_cards/avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/quicwg/base-drafts"}},"updates":{"snippets":[{"icon":"PERSON","message":"@kazuho pushed 1 commit in #2332"}],"action":{"name":"View Pull Request","url":"https://github.com/quicwg/base-drafts/pull/2332/files/05e411e7f26774ed6d25b530dda6328c9e931084..29b9935a474f1e0ae94fc0d547cb438bf9047a6d"}}}</script>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/pull/2332/files/05e411e7f26774ed6d25b530dda6328c9e931084..29b9935a474f1e0ae94fc0d547cb438bf9047a6d",
"url": "https://github.com/quicwg/base-drafts/pull/2332/files/05e411e7f26774ed6d25b530dda6328c9e931084..29b9935a474f1e0ae94fc0d547cb438bf9047a6d",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>

----==_mimepart_5c3bcba6507f8_51083fdcf0ad45b4294950--


From nobody Sun Jan 13 15:37: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 D796D124408 for <quic-issues@ietfa.amsl.com>; Sun, 13 Jan 2019 15:37:40 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -10.935
X-Spam-Level: 
X-Spam-Status: No, score=-10.935 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIMWL_WL_HIGH=-4.553, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, HTML_IMAGE_ONLY_24=1.618, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-1, RCVD_IN_DNSWL_HI=-5, SPF_PASS=-0.001] autolearn=ham autolearn_force=no
Authentication-Results: ietfa.amsl.com (amavisd-new); dkim=pass (1024-bit key) header.d=github.com
Received: from mail.ietf.org ([4.31.198.44]) by localhost (ietfa.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 81fNd8Bh8O92 for <quic-issues@ietfa.amsl.com>; Sun, 13 Jan 2019 15:37:39 -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 7A5AA123FFD for <quic-issues@ietf.org>; Sun, 13 Jan 2019 15:37:39 -0800 (PST)
Date: Sun, 13 Jan 2019 15:37:38 -0800
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1547422658; bh=1k0U22rkjjdlYaX0+F6QDQrAGen44zCPeuDQAFaIZXk=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=J8rpVhGdS8RHu+8sWqpIgGIewnjVQt4rMkoeoq5WJgT3zsi5xGKyi1EvVjhgFzdrM L2GwD1K1nBJfpmz4zd3xSgESzj7hzdHtiqEGCdDOK/3F3PkSbxwluPYnbDRiCz5zyc 3bv2MDsP3N4MRntu1IvZQwlOqENAw8j7lGhplPTU=
From: Kazuho Oku <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/2332/push/3205876867@github.com>
In-Reply-To: <quicwg/base-drafts/pull/2332@github.com>
References: <quicwg/base-drafts/pull/2332@github.com>
Subject: Re: [quicwg/base-drafts] extended unidirectional streams can be closed or reset (#2332)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5c3bcbc29f6b4_6b1b3fdc3aed45bc16446c"; charset=UTF-8
Content-Transfer-Encoding: 7bit
Precedence: list
X-GitHub-Sender: kazuho
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/f2344IzVrfn8a7s2WwtXPiJRDfU>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
List-Id: Notification list for GitHub issues related to the QUIC WG <quic-issues.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=unsubscribe>
List-Archive: <https://mailarchive.ietf.org/arch/browse/quic-issues/>
List-Post: <mailto:quic-issues@ietf.org>
List-Help: <mailto:quic-issues-request@ietf.org?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, 13 Jan 2019 23:37:41 -0000

----==_mimepart_5c3bcbc29f6b4_6b1b3fdc3aed45bc16446c
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

@kazuho pushed 1 commit.

53268acc79cda7151fd3f7325f5f9a0e703891e3  Update draft-ietf-quic-qpack.md


-- 
You are receiving this because you are subscribed to this thread.
View it on GitHub:
https://github.com/quicwg/base-drafts/pull/2332/files/29b9935a474f1e0ae94fc0d547cb438bf9047a6d..53268acc79cda7151fd3f7325f5f9a0e703891e3

----==_mimepart_5c3bcbc29f6b4_6b1b3fdc3aed45bc16446c
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

<p><a href="https://github.com/kazuho" class="user-mention">@kazuho</a> pushed 1 commit.</p>

<ul>
  <li><a class="commit-link" href="https://github.com/quicwg/base-drafts/commit/53268acc79cda7151fd3f7325f5f9a0e703891e3">53268ac</a>  Update draft-ietf-quic-qpack.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/2332/files/29b9935a474f1e0ae94fc0d547cb438bf9047a6d..53268acc79cda7151fd3f7325f5f9a0e703891e3">View it on GitHub</a> or <a href="https://github.com/notifications/unsubscribe-auth/AWbkq6ANbUjvpQO1i0LQVuvyxVtNFRyKks5vC8NCgaJpZM4Z86_h">mute the thread</a>.<img src="https://github.com/notifications/beacon/AWbkq1LreHPpUS2BxGMjgT8vgOgpQWdIks5vC8NCgaJpZM4Z86_h.gif" height="1" width="1" alt="" /></p>
<script type="application/json" data-scope="inboxmarkup">{"api_version":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name":"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"https://github.githubassets.com/images/email/message_cards/header.png","avatar_image_url":"https://github.githubassets.com/images/email/message_cards/avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/quicwg/base-drafts"}},"updates":{"snippets":[{"icon":"PERSON","message":"@kazuho pushed 1 commit in #2332"}],"action":{"name":"View Pull Request","url":"https://github.com/quicwg/base-drafts/pull/2332/files/29b9935a474f1e0ae94fc0d547cb438bf9047a6d..53268acc79cda7151fd3f7325f5f9a0e703891e3"}}}</script>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/pull/2332/files/29b9935a474f1e0ae94fc0d547cb438bf9047a6d..53268acc79cda7151fd3f7325f5f9a0e703891e3",
"url": "https://github.com/quicwg/base-drafts/pull/2332/files/29b9935a474f1e0ae94fc0d547cb438bf9047a6d..53268acc79cda7151fd3f7325f5f9a0e703891e3",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>

----==_mimepart_5c3bcbc29f6b4_6b1b3fdc3aed45bc16446c--


From nobody Sun Jan 13 22:37: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 C3F80130F5B for <quic-issues@ietfa.amsl.com>; Sun, 13 Jan 2019 22:37:30 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -11.149
X-Spam-Level: 
X-Spam-Status: No, score=-11.149 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIMWL_WL_HIGH=-4.553, 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_PASS=-0.001] autolearn=ham autolearn_force=no
Authentication-Results: ietfa.amsl.com (amavisd-new); dkim=pass (1024-bit key) header.d=github.com
Received: from mail.ietf.org ([4.31.198.44]) by localhost (ietfa.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id g7uvrk1SoUu9 for <quic-issues@ietfa.amsl.com>; Sun, 13 Jan 2019 22:37: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 E64B3130F56 for <quic-issues@ietf.org>; Sun, 13 Jan 2019 22:37:27 -0800 (PST)
Date: Sun, 13 Jan 2019 22:37:26 -0800
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1547447846; bh=4nuqXl1KqndKg/g7yG8Iy3QOZNo6gtVzoFeKF0diy/A=; h=Date:From:Reply-To:To:Cc:Subject:List-ID:List-Archive:List-Post: List-Unsubscribe:From; b=ZcIG0BXdGSD5m5BtFv/iYCS+A+eSC3aULK7LvSclwrcvoU/MK72EDTp3moJyKzIHU mGLYOJQXmw0W+NLqh/cPpWUdpwaSAz6FBq4BCkuW7SbTLEQFJJY5Cbb7GIXZy9sgXH Bs6IV27OSYOB0mtYx7PXxB9l+62UW/8mmUnSYR08=
From: Marten Seemann <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+0166e4ab75a6a14e9620c18e967b06100f7c0bd0de56c1c292cf000000011853f02692a169ce17c4a8b9@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/issues/2333@github.com>
Subject: [quicwg/base-drafts] What does a server do with Handshake packets not belonging any connection? (#2333)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5c3c2e264abf9_779f3fc80e6d45b41320184"; 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/UqxAYeswQm5OrL4Msr530Dv8dM0>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
List-Id: Notification list for GitHub issues related to the QUIC WG <quic-issues.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=unsubscribe>
List-Archive: <https://mailarchive.ietf.org/arch/browse/quic-issues/>
List-Post: <mailto:quic-issues@ietf.org>
List-Help: <mailto:quic-issues-request@ietf.org?subject=help>
List-Subscribe: <https://www.ietf.org/mailman/listinfo/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=subscribe>
X-List-Received-Date: Mon, 14 Jan 2019 06:37:31 -0000

----==_mimepart_5c3c2e264abf9_779f3fc80e6d45b41320184
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

This could e.g. happen if a server loses state after sending the ServerHello, and comes back up before the client gives up. Or it could just be an incorrectly routed Handshake packet.

Currently, the spec doesn't say anything explicitly about this case, so the general case about receiving a packet that is not associated with any connection applies, thus we'd send a Stateless Reset. There are two problems with this solution:

* We clearly can do better than sending a random data, since we have access to the source connection ID on the incoming packet, so in principle we are able to ensure correct routing of the stateless reset.
* That doesn't really help though, since the client might not have received the stateless reset token yet, and would just drop the stateless 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/issues/2333
----==_mimepart_5c3c2e264abf9_779f3fc80e6d45b41320184
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

<p>This could e.g. happen if a server loses state after sending the ServerHello, and comes back up before the client gives up. Or it could just be an incorrectly routed Handshake packet.</p>
<p>Currently, the spec doesn't say anything explicitly about this case, so the general case about receiving a packet that is not associated with any connection applies, thus we'd send a Stateless Reset. There are two problems with this solution:</p>
<ul>
<li>We clearly can do better than sending a random data, since we have access to the source connection ID on the incoming packet, so in principle we are able to ensure correct routing of the stateless reset.</li>
<li>That doesn't really help though, since the client might not have received the stateless reset token yet, and would just drop the stateless reset.</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/2333">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AWbkqy9mQO4ptfmC9G5gyVwRXQFrfywiks5vDCWmgaJpZM4Z9roE">mute the thread</a>.<img src="https://github.com/notifications/beacon/AWbkqw7_BCpJG3BoFkCKPxBpXaQyGZUwks5vDCWmgaJpZM4Z9roE.gif" height="1" width="1" alt="" /></p>
<script type="application/json" data-scope="inboxmarkup">{"api_version":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name":"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"https://github.githubassets.com/images/email/message_cards/header.png","avatar_image_url":"https://github.githubassets.com/images/email/message_cards/avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/quicwg/base-drafts"}},"updates":{"snippets":[{"icon":"DESCRIPTION","message":"What does a server do with Handshake packets not belonging any connection? (#2333)"}],"action":{"name":"View Issue","url":"https://github.com/quicwg/base-drafts/issues/2333"}}}</script>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/issues/2333",
"url": "https://github.com/quicwg/base-drafts/issues/2333",
"name": "View Issue"
},
"description": "View this Issue on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>
----==_mimepart_5c3c2e264abf9_779f3fc80e6d45b41320184--


From nobody Sun Jan 13 22: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 30C62130F5C for <quic-issues@ietfa.amsl.com>; Sun, 13 Jan 2019 22:43:56 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -12.552
X-Spam-Level: 
X-Spam-Status: No, score=-12.552 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIMWL_WL_HIGH=-4.553, 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_PASS=-0.001] autolearn=ham autolearn_force=no
Authentication-Results: ietfa.amsl.com (amavisd-new); dkim=pass (1024-bit key) header.d=github.com
Received: from mail.ietf.org ([4.31.198.44]) by localhost (ietfa.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id a9aI07WYNkFi for <quic-issues@ietfa.amsl.com>; Sun, 13 Jan 2019 22:43: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 16AE2130F58 for <quic-issues@ietf.org>; Sun, 13 Jan 2019 22:43:54 -0800 (PST)
Date: Sun, 13 Jan 2019 22:43:53 -0800
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1547448233; bh=zJc/gWdeuNCHvWWG3h6uP/UtKXl5KDHXeNTkbZk3l/o=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=Qu8gLqTeo7M/9IE58tPcnCR7XlC8Md4CWc5R0+E+3SbaeBZTpwtpy++Hhce4LT5Om YSWAFmksRWvC4dTboXKQR9dZ5D1HsLhmmBIjF0yE5qoiGHHUdmoJWEEh3EDnQ+8WDv fhxRRSC1FKqUR1nAwmQdpIjfTiYok60yp7tskqWI=
From: Marten Seemann <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+0166e4ab12d43000c2dc43b3946ff2b8a9c2a615d059c55e92cf000000011853f1a992a169ce17c4a8b9@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/issues/2333/453913245@github.com>
In-Reply-To: <quicwg/base-drafts/issues/2333@github.com>
References: <quicwg/base-drafts/issues/2333@github.com>
Subject: Re: [quicwg/base-drafts] What does a server do with Handshake packets not belonging any connection? (#2333)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5c3c2fa9b798_8193f9050ed45c083488b"; 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/ZYz_a_gGSCy_jipyD-ivCRS7-hQ>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
List-Id: Notification list for GitHub issues related to the QUIC WG <quic-issues.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=unsubscribe>
List-Archive: <https://mailarchive.ietf.org/arch/browse/quic-issues/>
List-Post: <mailto:quic-issues@ietf.org>
List-Help: <mailto:quic-issues-request@ietf.org?subject=help>
List-Subscribe: <https://www.ietf.org/mailman/listinfo/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=subscribe>
X-List-Received-Date: Mon, 14 Jan 2019 06:43:56 -0000

----==_mimepart_5c3c2fa9b798_8193f9050ed45c083488b
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

I just saw that we already have text about that:
> An endpoint MAY send a stateless reset in response to a packet with a long header. This would not be effective if the stateless reset token was not yet available to a peer. In this QUIC version, packets with a long header are only used during connection establishment. Because the stateless reset token is not available until connection establishment is complete or near completion, ignoring an unknown packet with a long header might be more effective.

Sorry for the noise.

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/quicwg/base-drafts/issues/2333#issuecomment-453913245
----==_mimepart_5c3c2fa9b798_8193f9050ed45c083488b
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: quoted-printable

<p>I just saw that we already have text about that:</p>
<blockquote>
<p>An endpoint MAY send a stateless reset in response to a packet with a =
long header. This would not be effective if the stateless reset token was=
 not yet available to a peer. In this QUIC version, packets with a long h=
eader are only used during connection establishment. Because the stateles=
s reset token is not available until connection establishment is complete=
 or near completion, ignoring an unknown packet with a long header might =
be more effective.</p>
</blockquote>
<p>Sorry for the noise.</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/2333#issuecomment-453913245">view it on GitHub</a>,=
 or <a href=3D"https://github.com/notifications/unsubscribe-auth/AWbkqztm=
UNJUKUsk18_6HWepkMW2UGsbks5vDCcpgaJpZM4Z9roE">mute the thread</a>.<img sr=
c=3D"https://github.com/notifications/beacon/AWbkq_Z4ZJpc6XJavyqr75TKuf0k=
krEfks5vDCcpgaJpZM4Z9roE.gif" height=3D"1" width=3D"1" alt=3D"" /></p>
<script type=3D"application/json" data-scope=3D"inboxmarkup">{"api_versio=
n":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name"=
:"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"=
quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"http=
s://github.githubassets.com/images/email/message_cards/header.png","avata=
r_image_url":"https://github.githubassets.com/images/email/message_cards/=
avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/q=
uicwg/base-drafts"}},"updates":{"snippets":[{"icon":"PERSON","message":"@=
marten-seemann in #2333: I just saw that we already have text about that:=
\r\n\u003e An endpoint MAY send a stateless reset in response to a packet=
 with a long header. This would not be effective if the stateless reset t=
oken was not yet available to a peer. In this QUIC version, packets with =
a long header are only used during connection establishment. Because the =
stateless reset token is not available until connection establishment is =
complete or near completion, ignoring an unknown packet with a long heade=
r might be more effective.\r\n\r\nSorry for the noise."}],"action":{"name=
":"View Issue","url":"https://github.com/quicwg/base-drafts/issues/2333#i=
ssuecomment-453913245"}}}</script>
<script type=3D"application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/issues/2333#issuecomment=
-453913245",
"url": "https://github.com/quicwg/base-drafts/issues/2333#issuecomment-45=
3913245",
"name": "View Issue"
},
"description": "View this Issue on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>=

----==_mimepart_5c3c2fa9b798_8193f9050ed45c083488b--


From nobody Sun Jan 13 22:44: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 C2163130F58 for <quic-issues@ietfa.amsl.com>; Sun, 13 Jan 2019 22:43:56 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -10.935
X-Spam-Level: 
X-Spam-Status: No, score=-10.935 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIMWL_WL_HIGH=-4.553, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, HTML_IMAGE_ONLY_24=1.618, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-1, RCVD_IN_DNSWL_HI=-5, SPF_PASS=-0.001] autolearn=ham autolearn_force=no
Authentication-Results: ietfa.amsl.com (amavisd-new); dkim=pass (1024-bit key) header.d=github.com
Received: from mail.ietf.org ([4.31.198.44]) by localhost (ietfa.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id yn565qSt9I_I for <quic-issues@ietfa.amsl.com>; Sun, 13 Jan 2019 22:43:55 -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 EB537130F5B for <quic-issues@ietf.org>; Sun, 13 Jan 2019 22:43:54 -0800 (PST)
Date: Sun, 13 Jan 2019 22:43:53 -0800
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1547448233; bh=f/IE7EmU0P4s43VgAsIuqddj2AX7gvuP0eFpXtYcPYM=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=sHniQK2DNMaF+Wya9AQm2nMsiCcPJNZ52VEuo0iPTK4C8ax2H0kzFQVMjXzMCce/f lk/8EbdcQ0Azp4ubO0RZDrcfq+I1Zq+EclAy4GUK/sdqR0sIA2zXeJws5tgJZ5fbPs FQv1Pw21XnV9iOruCgKmuRwt1V2Sv6ObQfUrei74=
From: Marten Seemann <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+0166e4ab12d43000c2dc43b3946ff2b8a9c2a615d059c55e92cf000000011853f1a992a169ce17c4a8b9@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/issue/2333/issue_event/2071031491@github.com>
In-Reply-To: <quicwg/base-drafts/issues/2333@github.com>
References: <quicwg/base-drafts/issues/2333@github.com>
Subject: Re: [quicwg/base-drafts] What does a server do with Handshake packets not belonging any connection? (#2333)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5c3c2fa9efe81_d433fa2776d45bc8573b4"; 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/9GkiveE7kQ6M_fzMuWjEpqtvaCQ>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
List-Id: Notification list for GitHub issues related to the QUIC WG <quic-issues.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=unsubscribe>
List-Archive: <https://mailarchive.ietf.org/arch/browse/quic-issues/>
List-Post: <mailto:quic-issues@ietf.org>
List-Help: <mailto:quic-issues-request@ietf.org?subject=help>
List-Subscribe: <https://www.ietf.org/mailman/listinfo/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=subscribe>
X-List-Received-Date: Mon, 14 Jan 2019 06:43:57 -0000

----==_mimepart_5c3c2fa9efe81_d433fa2776d45bc8573b4
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

Closed #2333.

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/quicwg/base-drafts/issues/2333#event-2071031491
----==_mimepart_5c3c2fa9efe81_d433fa2776d45bc8573b4
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="398764217" data-permission-text="Issue title is private" data-url="https://github.com/quicwg/base-drafts/issues/2333" data-hovercard-type="issue" data-hovercard-url="/quicwg/base-drafts/issues/2333/hovercard" href="https://github.com/quicwg/base-drafts/issues/2333">#2333</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/2333#event-2071031491">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AWbkqztmUNJUKUsk18_6HWepkMW2UGsbks5vDCcpgaJpZM4Z9roE">mute the thread</a>.<img src="https://github.com/notifications/beacon/AWbkq_Z4ZJpc6XJavyqr75TKuf0kkrEfks5vDCcpgaJpZM4Z9roE.gif" height="1" width="1" alt="" /></p>
<script type="application/json" data-scope="inboxmarkup">{"api_version":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name":"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"https://github.githubassets.com/images/email/message_cards/header.png","avatar_image_url":"https://github.githubassets.com/images/email/message_cards/avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/quicwg/base-drafts"}},"updates":{"snippets":[{"icon":"DESCRIPTION","message":"Closed #2333."}],"action":{"name":"View Issue","url":"https://github.com/quicwg/base-drafts/issues/2333#event-2071031491"}}}</script>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/issues/2333#event-2071031491",
"url": "https://github.com/quicwg/base-drafts/issues/2333#event-2071031491",
"name": "View Issue"
},
"description": "View this Issue on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>
----==_mimepart_5c3c2fa9efe81_d433fa2776d45bc8573b4--


From nobody Sun Jan 13 23: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 54D18130F99 for <quic-issues@ietfa.amsl.com>; Sun, 13 Jan 2019 23:53:34 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -10.935
X-Spam-Level: 
X-Spam-Status: No, score=-10.935 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIMWL_WL_HIGH=-4.553, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, HTML_IMAGE_ONLY_24=1.618, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-1, RCVD_IN_DNSWL_HI=-5, SPF_PASS=-0.001] autolearn=ham autolearn_force=no
Authentication-Results: ietfa.amsl.com (amavisd-new); dkim=pass (1024-bit key) header.d=github.com
Received: from mail.ietf.org ([4.31.198.44]) by localhost (ietfa.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id BZAaiXnsq6v6 for <quic-issues@ietfa.amsl.com>; Sun, 13 Jan 2019 23:53: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 1A4BB130F83 for <quic-issues@ietf.org>; Sun, 13 Jan 2019 23:53:32 -0800 (PST)
Date: Sun, 13 Jan 2019 23:53:30 -0800
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1547452410; bh=VQN+PG1+0KbXi3XEsdbCP0MKUf78A97njC37r+S1R9E=; h=Date:From:Reply-To:To:Cc:Subject:List-ID:List-Archive:List-Post: List-Unsubscribe:From; b=i+ceW2+vhV5PIdMsqkWFT10xhLMBX1Ng9WpjCWeqHBNEKOtLepp6+1kEXqxu5bbzm Y+TZi8h2wwsqe/fXHFl1YRfwte4YXi0+S7RdmJ5kzhT9E7CgPa7aLkitwcHHu+tV/1 mR9UMnsXruOKRh/jIBlv8tBq/pjF9ZA+CTAeT69I=
From: MikkelFJ <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+0166e4ab61b49445c6eb511b09cc7d332d8c1a0c4e7717d892cf00000001185401fa92a169ce17c4e3e7@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/issues/2334@github.com>
Subject: [quicwg/base-drafts] Packer number space not explained in handshake text (#2334)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5c3c3ffae272a_6d133ff4dfed45b8186869a"; 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/POFi2VKQgUoiNiqn3X04MlrlgXs>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
List-Id: Notification list for GitHub issues related to the QUIC WG <quic-issues.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=unsubscribe>
List-Archive: <https://mailarchive.ietf.org/arch/browse/quic-issues/>
List-Post: <mailto:quic-issues@ietf.org>
List-Help: <mailto:quic-issues-request@ietf.org?subject=help>
List-Subscribe: <https://www.ietf.org/mailman/listinfo/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=subscribe>
X-List-Received-Date: Mon, 14 Jan 2019 07:53:34 -0000

----==_mimepart_5c3c3ffae272a_6d133ff4dfed45b8186869a
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

Sect. 7 in transport refers to packer number spaces without any reference to what that might mean. These are only introduced later in sect. 12.3.

Also the text talks about crypto sequence numbers and the text is not very clear about these being different from packet numbers if you haven't been through TLS 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/2334
----==_mimepart_5c3c3ffae272a_6d133ff4dfed45b8186869a
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

<p>Sect. 7 in transport refers to packer number spaces without any reference to what that might mean. These are only introduced later in sect. 12.3.</p>
<p>Also the text talks about crypto sequence numbers and the text is not very clear about these being different from packet numbers if you haven't been through TLS 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/2334">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AWbkq1uxjBf39mn7t_bUQDGP61oWwYW6ks5vDDd6gaJpZM4Z9wJC">mute the thread</a>.<img src="https://github.com/notifications/beacon/AWbkqweQtBG-9J5eXq8YshpFmboVezp1ks5vDDd6gaJpZM4Z9wJC.gif" height="1" width="1" alt="" /></p>
<script type="application/json" data-scope="inboxmarkup">{"api_version":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name":"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"https://github.githubassets.com/images/email/message_cards/header.png","avatar_image_url":"https://github.githubassets.com/images/email/message_cards/avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/quicwg/base-drafts"}},"updates":{"snippets":[{"icon":"DESCRIPTION","message":"Packer number space not explained in handshake text (#2334)"}],"action":{"name":"View Issue","url":"https://github.com/quicwg/base-drafts/issues/2334"}}}</script>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/issues/2334",
"url": "https://github.com/quicwg/base-drafts/issues/2334",
"name": "View Issue"
},
"description": "View this Issue on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>
----==_mimepart_5c3c3ffae272a_6d133ff4dfed45b8186869a--


From nobody Mon Jan 14 04:57: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 7E52A131065 for <quic-issues@ietfa.amsl.com>; Mon, 14 Jan 2019 04:57:35 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -10.935
X-Spam-Level: 
X-Spam-Status: No, score=-10.935 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIMWL_WL_HIGH=-4.553, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, HTML_IMAGE_ONLY_24=1.618, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-1, RCVD_IN_DNSWL_HI=-5, SPF_PASS=-0.001] autolearn=ham autolearn_force=no
Authentication-Results: ietfa.amsl.com (amavisd-new); dkim=pass (1024-bit key) header.d=github.com
Received: from mail.ietf.org ([4.31.198.44]) by localhost (ietfa.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 37P88aN4SUEp for <quic-issues@ietfa.amsl.com>; Mon, 14 Jan 2019 04:57:34 -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 B8892131060 for <quic-issues@ietf.org>; Mon, 14 Jan 2019 04:57:33 -0800 (PST)
Date: Mon, 14 Jan 2019 04:57:31 -0800
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1547470651; bh=Yw3x5gwpU6hkv4gdWZYZX/3s7tHkokxTCPqQVoOULkE=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=PykfTgM/JCKc+D5A+3GYBq6hwsWzEHyL1ZsFU0GhINO7Pe73yyGXy5v836DDK0HgQ 0mmTvdm8NZtUdSDuP2rh6LP9qxbULgvBJAotPTTP34kiT6be4RoByLdBR6+4QyTWGS bDt98N7Hpb5957nS/f6ivPI1bbhe3zu3A7U+LUj8=
From: Magnus Westerlund <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+0166e4ab5f4bdf549c33899537aba0c5be8bc22847395f2392cf000000011854493b92a169ce17b7938d@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/issues/2329/453995906@github.com>
In-Reply-To: <quicwg/base-drafts/issues/2329@github.com>
References: <quicwg/base-drafts/issues/2329@github.com>
Subject: Re: [quicwg/base-drafts] Actions to take when Reserved Bits are not Zero (#2329)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5c3c873be70da_767a3fc3618d45b4266426"; charset=UTF-8
Content-Transfer-Encoding: 7bit
Precedence: list
X-GitHub-Sender: gloinul
X-GitHub-Recipient: quic-issues
X-GitHub-Reason: subscribed
X-Auto-Response-Suppress: All
X-GitHub-Recipient-Address: quic-issues@ietf.org
Archived-At: <https://mailarchive.ietf.org/arch/msg/quic-issues/GtILceu1owL7lxhLRte67sGWwL4>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
List-Id: Notification list for GitHub issues related to the QUIC WG <quic-issues.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=unsubscribe>
List-Archive: <https://mailarchive.ietf.org/arch/browse/quic-issues/>
List-Post: <mailto:quic-issues@ietf.org>
List-Help: <mailto:quic-issues-request@ietf.org?subject=help>
List-Subscribe: <https://www.ietf.org/mailman/listinfo/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=subscribe>
X-List-Received-Date: Mon, 14 Jan 2019 12:57:36 -0000

----==_mimepart_5c3c873be70da_767a3fc3618d45b4266426
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

What is actually wrong with MUST be set to zero 0 sending and MUST be ignored by receiver. Use of a reserved field normally occur only after negotiation of such use. The exception to the later are if we actually like to use a reserved bit in the parts that are prior to negotiation can occur. 

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/quicwg/base-drafts/issues/2329#issuecomment-453995906
----==_mimepart_5c3c873be70da_767a3fc3618d45b4266426
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: quoted-printable

<p>What is actually wrong with MUST be set to zero 0 sending and MUST be =
ignored by receiver. Use of a reserved field normally occur only after ne=
gotiation of such use. The exception to the later are if we actually like=
 to use a reserved bit in the parts that are prior to negotiation can occ=
ur.</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/2329#issuecomment-453995906">view it on GitHub</a>,=
 or <a href=3D"https://github.com/notifications/unsubscribe-auth/AWbkq40J=
Y0IZn8ebRMMjTdSk25cxH4VFks5vDH67gaJpZM4Z51e8">mute the thread</a>.<img sr=
c=3D"https://github.com/notifications/beacon/AWbkq2O5_lp6uScQbvhgkGceUFlQ=
0NITks5vDH67gaJpZM4Z51e8.gif" height=3D"1" width=3D"1" alt=3D"" /></p>
<script type=3D"application/json" data-scope=3D"inboxmarkup">{"api_versio=
n":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name"=
:"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"=
quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"http=
s://github.githubassets.com/images/email/message_cards/header.png","avata=
r_image_url":"https://github.githubassets.com/images/email/message_cards/=
avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/q=
uicwg/base-drafts"}},"updates":{"snippets":[{"icon":"PERSON","message":"@=
gloinul in #2329: What is actually wrong with MUST be set to zero 0 sendi=
ng and MUST be ignored by receiver. Use of a reserved field normally occu=
r only after negotiation of such use. The exception to the later are if w=
e actually like to use a reserved bit in the parts that are prior to nego=
tiation can occur. "}],"action":{"name":"View Issue","url":"https://githu=
b.com/quicwg/base-drafts/issues/2329#issuecomment-453995906"}}}</script>
<script type=3D"application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/issues/2329#issuecomment=
-453995906",
"url": "https://github.com/quicwg/base-drafts/issues/2329#issuecomment-45=
3995906",
"name": "View Issue"
},
"description": "View this Issue on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>=

----==_mimepart_5c3c873be70da_767a3fc3618d45b4266426--


From nobody Mon Jan 14 09:46:45 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 CD25C1311FF for <quic-issues@ietfa.amsl.com>; Mon, 14 Jan 2019 09:46:36 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -6.149
X-Spam-Level: 
X-Spam-Status: No, score=-6.149 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIMWL_WL_HIGH=-4.553, 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_PASS=-0.001] autolearn=ham autolearn_force=no
Authentication-Results: ietfa.amsl.com (amavisd-new); dkim=pass (1024-bit key) header.d=github.com
Received: from mail.ietf.org ([4.31.198.44]) by localhost (ietfa.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id sn6LxRZiD7Iz for <quic-issues@ietfa.amsl.com>; Mon, 14 Jan 2019 09:46:35 -0800 (PST)
Received: from o7.sgmail.github.com (o7.sgmail.github.com [167.89.101.198]) (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 A3F221286E7 for <quic-issues@ietf.org>; Mon, 14 Jan 2019 09:46:34 -0800 (PST)
DKIM-Signature: v=1; a=rsa-sha1; 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=tmOGBvfPfoqF9n8m2p8u9cTUkWA=; b=C0n6yZOmKaKCe83i m3hPRVcWfvUgP1nkyVOpEPFvdLF+RCBIHxLf13rZX7uK1B/qA0LgPIZwninU1VM1 Cn0Tl8LQwoV8HlEU/Gm5Q8atueoThNCf5fSvGEQ44EVstf3qizE9sNc0Y6GSvf+V c7/HvCPIgOqEdBa+6Bh4cQ6bNPI=
Received: by filter1725p1mdw1.sendgrid.net with SMTP id filter1725p1mdw1-15824-5C3CCAF9-10 2019-01-14 17:46:33.288495914 +0000 UTC m=+2905.136624668
Received: from github-lowworker-b40b5a4.cp1-iad.github.net (unknown [192.30.252.36]) by ismtpd0036p1iad2.sendgrid.net (SG) with ESMTP id 5KmXlF2_ROC_lAffyQUDCw for <quic-issues@ietf.org>; Mon, 14 Jan 2019 17:46:33.275 +0000 (UTC)
Received: from github.com (localhost [127.0.0.1]) by github-lowworker-b40b5a4.cp1-iad.github.net (Postfix) with ESMTP id 3F3793E008A for <quic-issues@ietf.org>; Mon, 14 Jan 2019 09:46:33 -0800 (PST)
Date: Mon, 14 Jan 2019 17:46:33 +0000 (UTC)
From: Mike Bishop <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+0166e4abe8c1fe956fa47c6b37bbdac1588bf73c00524d3792cf0000000118548cf992a169ce17c24237@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/pull/2332/review/192276265@github.com>
In-Reply-To: <quicwg/base-drafts/pull/2332@github.com>
References: <quicwg/base-drafts/pull/2332@github.com>
Subject: Re: [quicwg/base-drafts] extended unidirectional streams can be closed or reset (#2332)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5c3ccaf93dda1_39b93fab00cd45c06392d"; 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: l64QuQ2uJCcEyUykJbxN122A6QRmEpucztpreh3Pak2Yy2a3+QBZuunofbdQbeFt1KG/4WDYfIptqk pFTO2BFCuQRZltVDcuggAjrcGdB/nRDEjsm6R8r/o1dR1DhbYvOHgqgRxdPuMwWboT07JIvXILzfj8 MLOGLv45yKHu0BOhc4QajyBjMVhtgT+OJPI7JMGGLpu9QyMBiQknGsQlKwpiOlTGNToOHT83L+kmwu 8=
Archived-At: <https://mailarchive.ietf.org/arch/msg/quic-issues/xA55jwEbRXIZKdkTZI7YjBt9CgU>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
List-Id: Notification list for GitHub issues related to the QUIC WG <quic-issues.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=unsubscribe>
List-Archive: <https://mailarchive.ietf.org/arch/browse/quic-issues/>
List-Post: <mailto:quic-issues@ietf.org>
List-Help: <mailto:quic-issues-request@ietf.org?subject=help>
List-Subscribe: <https://www.ietf.org/mailman/listinfo/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=subscribe>
X-List-Received-Date: Mon, 14 Jan 2019 17:46:43 -0000

----==_mimepart_5c3ccaf93dda1_39b93fab00cd45c06392d
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

MikeBishop approved this pull request.

Looks good.

> @@ -334,6 +334,10 @@ them.  However, stream types which could modify the state or semantics of
 existing protocol components, including QPACK or other extensions, MUST NOT be
 sent until the peer is known to support them.
 
+A sender can close or reset a unidirectional stream unless specified otherwise.

```suggestion
A sender can close or reset a unidirectional stream unless otherwise specified.
```
This is the more usual word ordering, though I admit I don't know 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/2332#pullrequestreview-192276265
----==_mimepart_5c3ccaf93dda1_39b93fab00cd45c06392d
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: quoted-printable

<p><b>@MikeBishop</b> approved this pull request.</p>=0D
=0D
<p>Looks good.</p><hr>=0D
=0D
<p>In <a href=3D"https://github.com/quicwg/base-drafts/pull/2332#discussion=
_r247588969">draft-ietf-quic-http.md</a>:</p>=0D
<pre style=3D'color:#555'>&gt; @@ -334,6 +334,10 @@ them.  However, stream =
types which could modify the state or semantics of=0D
 existing protocol components, including QPACK or other extensions, MUST NO=
T be=0D
 sent until the peer is known to support them.=0D
 =0D
+A sender can close or reset a unidirectional stream unless specified other=
wise.=0D
</pre>=0D
=E2=AC=87=EF=B8=8F Suggested change=0D
<pre style=3D"color: #555">-A sender can close or reset a unidirectional st=
ream unless specified otherwise.=0D
+A sender can close or reset a unidirectional stream unless otherwise speci=
fied.=0D
</pre>=0D
=0D
<p>This is the more usual word ordering, though I admit I don't know why.  =
:-)</p>=0D
=0D
<p style=3D"font-size:small;-webkit-text-size-adjust:none;color:#666;">&mda=
sh;<br />You are receiving this because you are subscribed to this thread.<=
br />Reply to this email directly, <a href=3D"https://github.com/quicwg/bas=
e-drafts/pull/2332#pullrequestreview-192276265">view it on GitHub</a>, or <=
a href=3D"https://github.com/notifications/unsubscribe-auth/AWbkqw46dCw0X6a=
8jwt1CGCZtNjomAFTks5vDMJ5gaJpZM4Z86_h">mute the thread</a>.<img src=3D"http=
s://github.com/notifications/beacon/AWbkqxCVE0jspnBHxveyMUsECf_ztc2eks5vDMJ=
5gaJpZM4Z86_h.gif" height=3D"1" width=3D"1" alt=3D"" /></p>=0D
<script type=3D"application/json" data-scope=3D"inboxmarkup">{"api_version"=
:"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name":"Gi=
tHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"quicwg=
/base-drafts","subtitle":"GitHub repository","main_image_url":"https://gith=
ub.githubassets.com/images/email/message_cards/header.png","avatar_image_ur=
l":"https://github.githubassets.com/images/email/message_cards/avatar.png",=
"action":{"name":"Open in GitHub","url":"https://github.com/quicwg/base-dra=
fts"}},"updates":{"snippets":[{"icon":"PERSON","message":"@MikeBishop appro=
ved #2332"}],"action":{"name":"View Pull Request","url":"https://github.com=
/quicwg/base-drafts/pull/2332#pullrequestreview-192276265"}}}</script>=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/2332#pullrequestrevie=
w-192276265",=0D
"url": "https://github.com/quicwg/base-drafts/pull/2332#pullrequestreview-1=
92276265",=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_5c3ccaf93dda1_39b93fab00cd45c06392d--


From nobody Mon Jan 14 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 E5BD212896A for <quic-issues@ietfa.amsl.com>; Mon, 14 Jan 2019 09:51:44 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -12.552
X-Spam-Level: 
X-Spam-Status: No, score=-12.552 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIMWL_WL_HIGH=-4.553, 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_PASS=-0.001] autolearn=ham autolearn_force=no
Authentication-Results: ietfa.amsl.com (amavisd-new); dkim=pass (1024-bit key) header.d=github.com
Received: 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-z_w5p5XJbv for <quic-issues@ietfa.amsl.com>; Mon, 14 Jan 2019 09:51: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 55BAF1286E7 for <quic-issues@ietf.org>; Mon, 14 Jan 2019 09:51:43 -0800 (PST)
Date: Mon, 14 Jan 2019 09:51:41 -0800
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1547488301; bh=kxIxDu4EWhsrBt2cg1oEbF4YdP2omP371A5gDxEaXEA=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=zu+f1lW6H5UdSPyzCr45GnYhyMURVnOe5jYN0NzMC96CK2NsNJqEDY1U8G0E3qO64 S+WDeS8qkYwhYik47ROOrRwEiU+GwDfng69+sFDu40Aw8DWKfnvy1myEwJFNnob0CU mMaWhhVzBTP6/JdnXiQDpHctV/WcZ1QTFy8YoWeI=
From: afrind <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+0166e4abf395524d800fbaf248748a7ef7f741d00ad716fc92cf0000000118548e2d92a169ce17bf8a90@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/pull/2330/c454097839@github.com>
In-Reply-To: <quicwg/base-drafts/pull/2330@github.com>
References: <quicwg/base-drafts/pull/2330@github.com>
Subject: Re: [quicwg/base-drafts] QPACK: Clarify how maximum dynamic table capacity can be set (#2330)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5c3ccc2de9158_57a43fd45d4d45c4101769"; 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/omKn7mnZ6x-yMguW5Z1mrdOpja0>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
List-Id: Notification list for GitHub issues related to the QUIC WG <quic-issues.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=unsubscribe>
List-Archive: <https://mailarchive.ietf.org/arch/browse/quic-issues/>
List-Post: <mailto:quic-issues@ietf.org>
List-Help: <mailto:quic-issues-request@ietf.org?subject=help>
List-Subscribe: <https://www.ietf.org/mailman/listinfo/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=subscribe>
X-List-Received-Date: Mon, 14 Jan 2019 17:51:45 -0000

----==_mimepart_5c3ccc2de9158_57a43fd45d4d45c4101769
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

Sending a MAX in SETTINGS never changes the table capacity.  Sending a set capacity instruction is required if the encoder wants to change capacity.

I agree the 0 -> >0 transition could be handled by reject 0-RTT when an implementation enables the dynamic table after running for some period with it off.  Such cases are probably as rare as the server changing the max capacity it supports.  The argument I have for allowing it is that it's the same case as 1-RTT (client starts at 0, enable dynamic table later), so I don't think the implementation needs to be any more complex to handle it.  But I can live without it also.

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/quicwg/base-drafts/pull/2330#issuecomment-454097839
----==_mimepart_5c3ccc2de9158_57a43fd45d4d45c4101769
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: quoted-printable

<p>Sending a MAX in SETTINGS never changes the table capacity.  Sending a=
 set capacity instruction is required if the encoder wants to change capa=
city.</p>
<p>I agree the 0 -&gt; &gt;0 transition could be handled by reject 0-RTT =
when an implementation enables the dynamic table after running for some p=
eriod with it off.  Such cases are probably as rare as the server changin=
g the max capacity it supports.  The argument I have for allowing it is t=
hat it's the same case as 1-RTT (client starts at 0, enable dynamic table=
 later), so I don't think the implementation needs to be any more complex=
 to handle it.  But I can live without it also.</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/pull/2330#issuecomment-454097839">view it on GitHub</a>, o=
r <a href=3D"https://github.com/notifications/unsubscribe-auth/AWbkq3IMDU=
OzW_CW59nsn-Bl9e8dUWqoks5vDMOtgaJpZM4Z8FHJ">mute the thread</a>.<img src=3D=
"https://github.com/notifications/beacon/AWbkq7bAfxlVLCf1PInCKOo5neUZmffd=
ks5vDMOtgaJpZM4Z8FHJ.gif" height=3D"1" width=3D"1" alt=3D"" /></p>
<script type=3D"application/json" data-scope=3D"inboxmarkup">{"api_versio=
n":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name"=
:"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"=
quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"http=
s://github.githubassets.com/images/email/message_cards/header.png","avata=
r_image_url":"https://github.githubassets.com/images/email/message_cards/=
avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/q=
uicwg/base-drafts"}},"updates":{"snippets":[{"icon":"PERSON","message":"@=
afrind in #2330: Sending a MAX in SETTINGS never changes the table capaci=
ty.  Sending a set capacity instruction is required if the encoder wants =
to change capacity.\r\n\r\nI agree the 0 -\u003e \u003e0 transition could=
 be handled by reject 0-RTT when an implementation enables the dynamic ta=
ble after running for some period with it off.  Such cases are probably a=
s rare as the server changing the max capacity it supports.  The argument=
 I have for allowing it is that it's the same case as 1-RTT (client start=
s at 0, enable dynamic table later), so I don't think the implementation =
needs to be any more complex to handle it.  But I can live without it als=
o."}],"action":{"name":"View Pull Request","url":"https://github.com/quic=
wg/base-drafts/pull/2330#issuecomment-454097839"}}}</script>
<script type=3D"application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/pull/2330#issuecomment-4=
54097839",
"url": "https://github.com/quicwg/base-drafts/pull/2330#issuecomment-4540=
97839",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>=

----==_mimepart_5c3ccc2de9158_57a43fd45d4d45c4101769--


From nobody Mon Jan 14 09:56: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 E40301311E4 for <quic-issues@ietfa.amsl.com>; Mon, 14 Jan 2019 09:56:34 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -12.552
X-Spam-Level: 
X-Spam-Status: No, score=-12.552 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIMWL_WL_HIGH=-4.553, 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_PASS=-0.001] autolearn=ham autolearn_force=no
Authentication-Results: ietfa.amsl.com (amavisd-new); dkim=pass (1024-bit key) header.d=github.com
Received: 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-1UqPmHsC6 for <quic-issues@ietfa.amsl.com>; Mon, 14 Jan 2019 09:56: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 66DD61311E0 for <quic-issues@ietf.org>; Mon, 14 Jan 2019 09:56:33 -0800 (PST)
Date: Mon, 14 Jan 2019 09:56:31 -0800
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1547488591; bh=KuHQJK8rXrWvDNWZp3eiOylL5rv61Li2lLrHc93UTGc=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=TsPF0QOPYzWvRFxhk++f4bz+83bNDCdmkkHhtDn9ouSJYDXd74BpIuXNICo1R7YUQ CRjfZ7v4DF5Qg8Ekd2GU8jTNp05KvCOeXsJZatUXXQTKboViYp07v34vi65OKmLuzI lmsnzbzWkZdr47rDcbgxPDFJn5O5kgrUNM/nkblg=
From: Lucas Pardue <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+0166e4abe627e0b76613d1f52d74e10f9fe5613921356f1592cf0000000118548f4f92a169ce17c24237@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/pull/2332/review/192282407@github.com>
In-Reply-To: <quicwg/base-drafts/pull/2332@github.com>
References: <quicwg/base-drafts/pull/2332@github.com>
Subject: Re: [quicwg/base-drafts] extended unidirectional streams can be closed or reset (#2332)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5c3ccd4f77886_69243fdabe0d45c084227"; 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/eLiMBEnTapUipgdo3D3rdX3-YoY>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
List-Id: Notification list for GitHub issues related to the QUIC WG <quic-issues.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=unsubscribe>
List-Archive: <https://mailarchive.ietf.org/arch/browse/quic-issues/>
List-Post: <mailto:quic-issues@ietf.org>
List-Help: <mailto:quic-issues-request@ietf.org?subject=help>
List-Subscribe: <https://www.ietf.org/mailman/listinfo/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=subscribe>
X-List-Received-Date: Mon, 14 Jan 2019 17:56:35 -0000

----==_mimepart_5c3ccd4f77886_69243fdabe0d45c084227
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

LPardue commented on this pull request.



> @@ -334,6 +334,10 @@ them.  However, stream types which could modify the state or semantics of
 existing protocol components, including QPACK or other extensions, MUST NOT be
 sent until the peer is known to support them.
 
+A sender can close or reset a unidirectional stream unless specified otherwise.

https://books.google.com/ngrams/graph?content=unless+specified+otherwise%2C+unless+otherwise+specified&year_start=1800&year_end=2000&corpus=15&smoothing=3&share=&direct_url=t1%3B%2Cunless%20specified%20otherwise%3B%2Cc0%3B.t1%3B%2Cunless%20otherwise%20specified%3B%2Cc0

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/quicwg/base-drafts/pull/2332#discussion_r247593825
----==_mimepart_5c3ccd4f77886_69243fdabe0d45c084227
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/2332#discussion_r247593825">draft-ietf-quic-http.md</a>:</p>
<pre style='color:#555'>&gt; @@ -334,6 +334,10 @@ them.  However, stream types which could modify the state or semantics of
 existing protocol components, including QPACK or other extensions, MUST NOT be
 sent until the peer is known to support them.
 
+A sender can close or reset a unidirectional stream unless specified otherwise.
</pre>
<p><a href="https://books.google.com/ngrams/graph?content=unless+specified+otherwise%2C+unless+otherwise+specified&amp;year_start=1800&amp;year_end=2000&amp;corpus=15&amp;smoothing=3&amp;share=&amp;direct_url=t1%3B%2Cunless%20specified%20otherwise%3B%2Cc0%3B.t1%3B%2Cunless%20otherwise%20specified%3B%2Cc0" rel="nofollow">https://books.google.com/ngrams/graph?content=unless+specified+otherwise%2C+unless+otherwise+specified&amp;year_start=1800&amp;year_end=2000&amp;corpus=15&amp;smoothing=3&amp;share=&amp;direct_url=t1%3B%2Cunless%20specified%20otherwise%3B%2Cc0%3B.t1%3B%2Cunless%20otherwise%20specified%3B%2Cc0</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/2332#discussion_r247593825">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AWbkq1NU_041lMUwmVgUKc1cLsp9o6A9ks5vDMTPgaJpZM4Z86_h">mute the thread</a>.<img src="https://github.com/notifications/beacon/AWbkq4_1CAfw1PvzfOhgxgDAWp0vyuF6ks5vDMTPgaJpZM4Z86_h.gif" height="1" width="1" alt="" /></p>
<script type="application/json" data-scope="inboxmarkup">{"api_version":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name":"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"https://github.githubassets.com/images/email/message_cards/header.png","avatar_image_url":"https://github.githubassets.com/images/email/message_cards/avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/quicwg/base-drafts"}},"updates":{"snippets":[{"icon":"PERSON","message":"@LPardue commented on #2332"}],"action":{"name":"View Pull Request","url":"https://github.com/quicwg/base-drafts/pull/2332#discussion_r247593825"}}}</script>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/pull/2332#discussion_r247593825",
"url": "https://github.com/quicwg/base-drafts/pull/2332#discussion_r247593825",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>
----==_mimepart_5c3ccd4f77886_69243fdabe0d45c084227--


From nobody Mon Jan 14 09:59: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 BD79D131217 for <quic-issues@ietfa.amsl.com>; Mon, 14 Jan 2019 09:59:13 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -11.149
X-Spam-Level: 
X-Spam-Status: No, score=-11.149 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIMWL_WL_HIGH=-4.553, 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_PASS=-0.001] autolearn=ham autolearn_force=no
Authentication-Results: ietfa.amsl.com (amavisd-new); dkim=pass (1024-bit key) header.d=github.com
Received: from mail.ietf.org ([4.31.198.44]) by localhost (ietfa.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id ZHRKm_grf8Tt for <quic-issues@ietfa.amsl.com>; Mon, 14 Jan 2019 09:59: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 C39F013121A for <quic-issues@ietf.org>; Mon, 14 Jan 2019 09:59:11 -0800 (PST)
Date: Mon, 14 Jan 2019 09:59:10 -0800
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1547488750; bh=+B6ViAGRX/enClhzbkFojrPNq5li/4HZS74mf7kB9fY=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=rx0Xu3SZ2PQABUbn49fSvrRb3YrUGXE0CHYxBXC5493hS28xCXe21ICGj7FbI6Gw+ ATwWlwKiidtNwcUR3jsg6y/LSY7Tsp2yIMg+ss6PRiag19zG8En/ucjrlKzw/gYAaq gRhGetyyPlirIASTk1YZX76Evj7g2FX6+BrR2LC4=
From: Mike Bishop <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+0166e4ab5a5742ff291bc0dd0681b301790fc77679245c1692cf0000000118548fee92a169ce17c24237@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/pull/2332/review/192283540@github.com>
In-Reply-To: <quicwg/base-drafts/pull/2332@github.com>
References: <quicwg/base-drafts/pull/2332@github.com>
Subject: Re: [quicwg/base-drafts] extended unidirectional streams can be closed or reset (#2332)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5c3ccdeed3e67_53b83f8642ad45b4133721"; 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/LkL-q93hGl6uTte2v2jXeo8TOrs>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
List-Id: Notification list for GitHub issues related to the QUIC WG <quic-issues.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=unsubscribe>
List-Archive: <https://mailarchive.ietf.org/arch/browse/quic-issues/>
List-Post: <mailto:quic-issues@ietf.org>
List-Help: <mailto:quic-issues-request@ietf.org?subject=help>
List-Subscribe: <https://www.ietf.org/mailman/listinfo/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=subscribe>
X-List-Received-Date: Mon, 14 Jan 2019 17:59:21 -0000

----==_mimepart_5c3ccdeed3e67_53b83f8642ad45b4133721
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

MikeBishop commented on this pull request.



> @@ -334,6 +334,10 @@ them.  However, stream types which could modify the state or semantics of
 existing protocol components, including QPACK or other extensions, MUST NOT be
 sent until the peer is known to support them.
 
+A sender can close or reset a unidirectional stream unless specified otherwise.

Interesting data, but it doesn't argue strongly either direction.  One is vastly more common but having a decline, while the other is uncommon but gaining.

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/quicwg/base-drafts/pull/2332#discussion_r247594836
----==_mimepart_5c3ccdeed3e67_53b83f8642ad45b4133721
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/2332#discussion_r247594836">draft-ietf-quic-http.md</a>:</p>
<pre style='color:#555'>&gt; @@ -334,6 +334,10 @@ them.  However, stream types which could modify the state or semantics of
 existing protocol components, including QPACK or other extensions, MUST NOT be
 sent until the peer is known to support them.
 
+A sender can close or reset a unidirectional stream unless specified otherwise.
</pre>
<p>Interesting data, but it doesn't argue strongly either direction.  One is vastly more common but having a decline, while the other is uncommon but gaining.</p>

<p style="font-size:small;-webkit-text-size-adjust:none;color:#666;">&mdash;<br />You are receiving this because you are subscribed to this thread.<br />Reply to this email directly, <a href="https://github.com/quicwg/base-drafts/pull/2332#discussion_r247594836">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AWbkqyetQiuRIv_wTJsyj-PAonQPbXPOks5vDMVugaJpZM4Z86_h">mute the thread</a>.<img src="https://github.com/notifications/beacon/AWbkqwLv0_ZPPUQX58Uy7BcRuV3fuVaYks5vDMVugaJpZM4Z86_h.gif" height="1" width="1" alt="" /></p>
<script type="application/json" data-scope="inboxmarkup">{"api_version":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name":"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"https://github.githubassets.com/images/email/message_cards/header.png","avatar_image_url":"https://github.githubassets.com/images/email/message_cards/avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/quicwg/base-drafts"}},"updates":{"snippets":[{"icon":"PERSON","message":"@MikeBishop commented on #2332"}],"action":{"name":"View Pull Request","url":"https://github.com/quicwg/base-drafts/pull/2332#discussion_r247594836"}}}</script>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/pull/2332#discussion_r247594836",
"url": "https://github.com/quicwg/base-drafts/pull/2332#discussion_r247594836",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>
----==_mimepart_5c3ccdeed3e67_53b83f8642ad45b4133721--


From nobody Mon Jan 14 10:53: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 ABB6813120C for <quic-issues@ietfa.amsl.com>; Mon, 14 Jan 2019 10:53:32 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -11.149
X-Spam-Level: 
X-Spam-Status: No, score=-11.149 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIMWL_WL_HIGH=-4.553, 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_PASS=-0.001] autolearn=ham autolearn_force=no
Authentication-Results: ietfa.amsl.com (amavisd-new); dkim=pass (1024-bit key) header.d=github.com
Received: from mail.ietf.org ([4.31.198.44]) by localhost (ietfa.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id i7Rb9Uk8w2qE for <quic-issues@ietfa.amsl.com>; Mon, 14 Jan 2019 10:53:31 -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 13A44126C7E for <quic-issues@ietf.org>; Mon, 14 Jan 2019 10:53:31 -0800 (PST)
Date: Mon, 14 Jan 2019 10:53:29 -0800
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1547492009; bh=1TnVF4/uGg1SQnu9d1LjtjlsT9xw18mTyFA5jRtorZU=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=0uIndAf0rRFgE0RaLIULwbYdZB4SUGuO3QZbVhSQrak+EKSAcy0aVjUjuHVqhxFFo +WJl4s55mFPq9doUb04ZBCqzu7DrkcRDjGTKDAO+55Oz2tlrVZaJ+45Pv9epH0mk+4 f28orR2BG6dzGuLvwe5L3KdWdyUItpXk0fVcRHkU=
From: ianswett <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+0166e4ab8662bf7c01cab682f214a1b922e720895ddb692a92cf0000000118549ca992a169ce179bec73@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/pull/2296/review/192306688@github.com>
In-Reply-To: <quicwg/base-drafts/pull/2296@github.com>
References: <quicwg/base-drafts/pull/2296@github.com>
Subject: Re: [quicwg/base-drafts] Allow servers to send a preferred address of each address family (#2296)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5c3cdaa9bf66d_62003fac5a8d45b41325f0"; 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/LCSCH1RxEMKcVhgp-Ofp6PZJZ1g>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
List-Id: Notification list for GitHub issues related to the QUIC WG <quic-issues.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=unsubscribe>
List-Archive: <https://mailarchive.ietf.org/arch/browse/quic-issues/>
List-Post: <mailto:quic-issues@ietf.org>
List-Help: <mailto:quic-issues-request@ietf.org?subject=help>
List-Subscribe: <https://www.ietf.org/mailman/listinfo/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=subscribe>
X-List-Received-Date: Mon, 14 Jan 2019 18:53:33 -0000

----==_mimepart_5c3cdaa9bf66d_62003fac5a8d45b41325f0
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

ianswett commented on this pull request.

Part of me wants to be more specific about what the preferred client behavior, but I realize you're being flexible intentionally, and I think that's ok in the end.

> @@ -2116,6 +2116,9 @@ packets.
 A server conveys a preferred address by including the preferred_address
 transport parameter in the TLS handshake.
 
+Servers MAY communicate a preferred address of each address family (IPv4 and

Re-reading this PR, I think its workable as is, but this might read better if this paragraph was merged into the next paragraph and the next paragraph was updated to something like: "one of the servers preferred addresses using..."

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/quicwg/base-drafts/pull/2296#pullrequestreview-192306688
----==_mimepart_5c3cdaa9bf66d_62003fac5a8d45b41325f0
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

<p><b>@ianswett</b> commented on this pull request.</p>

<p>Part of me wants to be more specific about what the preferred client behavior, but I realize you're being flexible intentionally, and I think that's ok in the end.</p><hr>

<p>In <a href="https://github.com/quicwg/base-drafts/pull/2296#discussion_r247613433">draft-ietf-quic-transport.md</a>:</p>
<pre style='color:#555'>&gt; @@ -2116,6 +2116,9 @@ packets.
 A server conveys a preferred address by including the preferred_address
 transport parameter in the TLS handshake.
 
+Servers MAY communicate a preferred address of each address family (IPv4 and
</pre>
<p>Re-reading this PR, I think its workable as is, but this might read better if this paragraph was merged into the next paragraph and the next paragraph was updated to something like: "one of the servers preferred addresses using..."</p>

<p style="font-size:small;-webkit-text-size-adjust:none;color:#666;">&mdash;<br />You are receiving this because you are subscribed to this thread.<br />Reply to this email directly, <a href="https://github.com/quicwg/base-drafts/pull/2296#pullrequestreview-192306688">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AWbkq1kBlX45T7KOUy6eynJtDsua0pdyks5vDNIpgaJpZM4ZuHR_">mute the thread</a>.<img src="https://github.com/notifications/beacon/AWbkqxQc1TFR8vYi5QhZcHparTDjNStwks5vDNIpgaJpZM4ZuHR_.gif" height="1" width="1" alt="" /></p>
<script type="application/json" data-scope="inboxmarkup">{"api_version":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name":"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"https://github.githubassets.com/images/email/message_cards/header.png","avatar_image_url":"https://github.githubassets.com/images/email/message_cards/avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/quicwg/base-drafts"}},"updates":{"snippets":[{"icon":"PERSON","message":"@ianswett commented on #2296"}],"action":{"name":"View Pull Request","url":"https://github.com/quicwg/base-drafts/pull/2296#pullrequestreview-192306688"}}}</script>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/pull/2296#pullrequestreview-192306688",
"url": "https://github.com/quicwg/base-drafts/pull/2296#pullrequestreview-192306688",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>
----==_mimepart_5c3cdaa9bf66d_62003fac5a8d45b41325f0--


From nobody Mon Jan 14 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 702F513128F for <quic-issues@ietfa.amsl.com>; Mon, 14 Jan 2019 12:11:54 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -10.935
X-Spam-Level: 
X-Spam-Status: No, score=-10.935 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIMWL_WL_HIGH=-4.553, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, HTML_IMAGE_ONLY_24=1.618, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-1, RCVD_IN_DNSWL_HI=-5, SPF_PASS=-0.001] autolearn=ham autolearn_force=no
Authentication-Results: ietfa.amsl.com (amavisd-new); dkim=pass (1024-bit key) header.d=github.com
Received: from mail.ietf.org ([4.31.198.44]) by localhost (ietfa.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id wnPeGWOpAedd for <quic-issues@ietfa.amsl.com>; Mon, 14 Jan 2019 12:11:52 -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 E45E713128A for <quic-issues@ietf.org>; Mon, 14 Jan 2019 12:11:51 -0800 (PST)
Date: Mon, 14 Jan 2019 12:11:50 -0800
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1547496710; bh=Kyc+8tu3RzWQgtJV1nlopwrhB/yIXcVpws9Dz9bYPFo=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=dC6i9f33jLBwv+65I5BY7FRzlhRqdekqBmTuyGE5rVLH/FYknQ/tf1Do411CFduiX uqT257i8VBXJCE4EjxS0TZWlH8zNy2U2WzXNozebWADKwZU46Ym93luf11TJtc3x3j HHBi2nQPMBIUF82x7l3tmaluuAeocw8UjX79ORSs=
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/2296/push/3208833427@github.com>
In-Reply-To: <quicwg/base-drafts/pull/2296@github.com>
References: <quicwg/base-drafts/pull/2296@github.com>
Subject: Re: [quicwg/base-drafts] Allow servers to send a preferred address of each address family (#2296)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5c3ced069323a_2b6e3ffdbacd45b81041d0"; 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/8ojeWWx4ewTxmaoO9eNfDf52tFo>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
List-Id: Notification list for GitHub issues related to the QUIC WG <quic-issues.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=unsubscribe>
List-Archive: <https://mailarchive.ietf.org/arch/browse/quic-issues/>
List-Post: <mailto:quic-issues@ietf.org>
List-Help: <mailto:quic-issues-request@ietf.org?subject=help>
List-Subscribe: <https://www.ietf.org/mailman/listinfo/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=subscribe>
X-List-Received-Date: Mon, 14 Jan 2019 20:11:54 -0000

----==_mimepart_5c3ced069323a_2b6e3ffdbacd45b81041d0
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

@DavidSchinazi pushed 1 commit.

68a4d3a0da6ff40c707187b2e0a6062bc2d664e5  Clarify client response to preferred_address


-- 
You are receiving this because you are subscribed to this thread.
View it on GitHub:
https://github.com/quicwg/base-drafts/pull/2296/files/cf29b304eecda537ba1d9c56dcfb1ced423b00c2..68a4d3a0da6ff40c707187b2e0a6062bc2d664e5

----==_mimepart_5c3ced069323a_2b6e3ffdbacd45b81041d0
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/68a4d3a0da6ff40c707187b2e0a6062bc2d664e5">68a4d3a</a>  Clarify client response to preferred_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 /><a href="https://github.com/quicwg/base-drafts/pull/2296/files/cf29b304eecda537ba1d9c56dcfb1ced423b00c2..68a4d3a0da6ff40c707187b2e0a6062bc2d664e5">View it on GitHub</a> or <a href="https://github.com/notifications/unsubscribe-auth/AWbkq1a5sd796bd04mr5kcuJMiF2DlTtks5vDOSGgaJpZM4ZuHR_">mute the thread</a>.<img src="https://github.com/notifications/beacon/AWbkq-g52g6-Fh5n4YzcwzYeNUIy8KTSks5vDOSGgaJpZM4ZuHR_.gif" height="1" width="1" alt="" /></p>
<script type="application/json" data-scope="inboxmarkup">{"api_version":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name":"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"https://github.githubassets.com/images/email/message_cards/header.png","avatar_image_url":"https://github.githubassets.com/images/email/message_cards/avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/quicwg/base-drafts"}},"updates":{"snippets":[{"icon":"PERSON","message":"@DavidSchinazi pushed 1 commit in #2296"}],"action":{"name":"View Pull Request","url":"https://github.com/quicwg/base-drafts/pull/2296/files/cf29b304eecda537ba1d9c56dcfb1ced423b00c2..68a4d3a0da6ff40c707187b2e0a6062bc2d664e5"}}}</script>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/pull/2296/files/cf29b304eecda537ba1d9c56dcfb1ced423b00c2..68a4d3a0da6ff40c707187b2e0a6062bc2d664e5",
"url": "https://github.com/quicwg/base-drafts/pull/2296/files/cf29b304eecda537ba1d9c56dcfb1ced423b00c2..68a4d3a0da6ff40c707187b2e0a6062bc2d664e5",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>

----==_mimepart_5c3ced069323a_2b6e3ffdbacd45b81041d0--


From nobody Mon Jan 14 12:14: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 8095B13128F for <quic-issues@ietfa.amsl.com>; Mon, 14 Jan 2019 12:14:09 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -12.552
X-Spam-Level: 
X-Spam-Status: No, score=-12.552 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIMWL_WL_HIGH=-4.553, 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_PASS=-0.001] autolearn=ham autolearn_force=no
Authentication-Results: ietfa.amsl.com (amavisd-new); dkim=pass (1024-bit key) header.d=github.com
Received: from mail.ietf.org ([4.31.198.44]) by localhost (ietfa.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id CK7UrLuHD25N for <quic-issues@ietfa.amsl.com>; Mon, 14 Jan 2019 12:14: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 19F0C13128A for <quic-issues@ietf.org>; Mon, 14 Jan 2019 12:14:08 -0800 (PST)
Date: Mon, 14 Jan 2019 12:14:06 -0800
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1547496846; bh=9U7CjgZEynqX4hqf9QccTiA970PxPxzF8Nyxpxa1+Q8=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=TI5EU9ApW0eKt3dW021cCellNtnreCilaipsONMW+bVzJDL2zNCFGmIzVq5bZBcYB m294ySxaypVaXa+a+Ttn/BXVYTKDTp+AOr8ec/yjuEv7lbahbAsawe+DHGbrQ053FU 2/5sSxpuBQr0kPLl6SqD7HZK9OkQvnNKai3wfZeg=
From: David Schinazi <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+0166e4ab3ac53865352653e5d9d7ad027e644980bd9e9dcc92cf000000011854af8e92a169ce179bec73@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/pull/2296/c454145541@github.com>
In-Reply-To: <quicwg/base-drafts/pull/2296@github.com>
References: <quicwg/base-drafts/pull/2296@github.com>
Subject: Re: [quicwg/base-drafts] Allow servers to send a preferred address of each address family (#2296)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5c3ced8ee6cca_1e073ff662cd45b82062d5"; 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/S4Lc4UdYOJTiOoK2n3uTXYnK6lM>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
List-Id: Notification list for GitHub issues related to the QUIC WG <quic-issues.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=unsubscribe>
List-Archive: <https://mailarchive.ietf.org/arch/browse/quic-issues/>
List-Post: <mailto:quic-issues@ietf.org>
List-Help: <mailto:quic-issues-request@ietf.org?subject=help>
List-Subscribe: <https://www.ietf.org/mailman/listinfo/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=subscribe>
X-List-Received-Date: Mon, 14 Jan 2019 20:14:10 -0000

----==_mimepart_5c3ced8ee6cca_1e073ff662cd45b82062d5
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

@ianswett I think migration and preferred address are separate parts of the protocol. The goal of this PR is to improve preferred address. It allows the client to pick the address family it transfers to right after the handshake. If the server only provides you with a preferred address family you don't have access to, you can simply ignore it - and that's not new from this PR. I've slightly tweaked the text to clarify how clients respond to preferred_address. Does this address your 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/pull/2296#issuecomment-454145541
----==_mimepart_5c3ced8ee6cca_1e073ff662cd45b82062d5
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=3D20072817" data-octo-click=3D"hovercard-link-=
click" data-octo-dimensions=3D"link_type:self" href=3D"https://github.com=
/ianswett">@ianswett</a> I think migration and preferred address are sepa=
rate parts of the protocol. The goal of this PR is to improve preferred a=
ddress. It allows the client to pick the address family it transfers to r=
ight after the handshake. If the server only provides you with a preferre=
d address family you don't have access to, you can simply ignore it - and=
 that's not new from this PR. I've slightly tweaked the text to clarify h=
ow clients respond to preferred_address. Does this address your concerns?=
</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/pull/2296#issuecomment-454145541">view it on GitHub</a>, o=
r <a href=3D"https://github.com/notifications/unsubscribe-auth/AWbkq0j3_4=
fNRG7CBYNbh2NTEqfT1a1uks5vDOUOgaJpZM4ZuHR_">mute the thread</a>.<img src=3D=
"https://github.com/notifications/beacon/AWbkq5KDmvIPp7MlvWam15NcFB-7yoNd=
ks5vDOUOgaJpZM4ZuHR_.gif" height=3D"1" width=3D"1" alt=3D"" /></p>
<script type=3D"application/json" data-scope=3D"inboxmarkup">{"api_versio=
n":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name"=
:"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"=
quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"http=
s://github.githubassets.com/images/email/message_cards/header.png","avata=
r_image_url":"https://github.githubassets.com/images/email/message_cards/=
avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/q=
uicwg/base-drafts"}},"updates":{"snippets":[{"icon":"PERSON","message":"@=
DavidSchinazi in #2296: @ianswett I think migration and preferred address=
 are separate parts of the protocol. The goal of this PR is to improve pr=
eferred address. It allows the client to pick the address family it trans=
fers to right after the handshake. If the server only provides you with a=
 preferred address family you don't have access to, you can simply ignore=
 it - and that's not new from this PR. I've slightly tweaked the text to =
clarify how clients respond to preferred_address. Does this address your =
concerns?"}],"action":{"name":"View Pull Request","url":"https://github.c=
om/quicwg/base-drafts/pull/2296#issuecomment-454145541"}}}</script>
<script type=3D"application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/pull/2296#issuecomment-4=
54145541",
"url": "https://github.com/quicwg/base-drafts/pull/2296#issuecomment-4541=
45541",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>=

----==_mimepart_5c3ced8ee6cca_1e073ff662cd45b82062d5--


From nobody Mon Jan 14 12:16:30 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 AA3FC131294 for <quic-issues@ietfa.amsl.com>; Mon, 14 Jan 2019 12:16:29 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -6.007
X-Spam-Level: 
X-Spam-Status: No, score=-6.007 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIMWL_WL_HIGH=-4.553, DKIM_SIGNED=0.1, DKIM_VALID=-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_PASS=-0.001] autolearn=ham autolearn_force=no
Authentication-Results: ietfa.amsl.com (amavisd-new); dkim=pass (1024-bit key) header.d=github.com
Received: from mail.ietf.org ([4.31.198.44]) by localhost (ietfa.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id idRw22KPcGFK for <quic-issues@ietfa.amsl.com>; Mon, 14 Jan 2019 12:16:28 -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 DCECB13128F for <quic-issues@ietf.org>; Mon, 14 Jan 2019 12:16:27 -0800 (PST)
DKIM-Signature: v=1; a=rsa-sha1; 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=uQkBPW09rhKNMFkE3PN/ICa+2PQ=; b=Cwo6XY7daqBG+w4y IBufZuAjfSaLPh1Fd2SMfJNomPAVHQHTbp5X4sGIqRYJN2N8ZZaKZwz211aXPUw7 ntatmGF6VcjalWpMqjGYUjlXXJwek/zk34qz5OPgrCByKv/9oo0cQiXIa3dlfyOj XZT+BDYe86B4fItpswAGuCfBEfk=
Received: by filter1190p1las1.sendgrid.net with SMTP id filter1190p1las1-31586-5C3CEE1A-33 2019-01-14 20:16:26.812869272 +0000 UTC m=+17629.853176725
Received: from github-lowworker-05ceafd.cp1-iad.github.net (unknown [192.30.252.40]) by ismtpd0030p1iad1.sendgrid.net (SG) with ESMTP id ldciymqmSvWr77A538_03A for <quic-issues@ietf.org>; Mon, 14 Jan 2019 20:16:26.653 +0000 (UTC)
Received: from github.com (localhost [127.0.0.1]) by github-lowworker-05ceafd.cp1-iad.github.net (Postfix) with ESMTP id 9D4ED460101 for <quic-issues@ietf.org>; Mon, 14 Jan 2019 12:16:26 -0800 (PST)
Date: Mon, 14 Jan 2019 20:16:27 +0000 (UTC)
From: ianswett <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+0166e4ab293e1239afb1bfe671f951d04165a77bea6c94ec92cf000000011854b01a92a169ce179bec73@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/pull/2296/review/192342943@github.com>
In-Reply-To: <quicwg/base-drafts/pull/2296@github.com>
References: <quicwg/base-drafts/pull/2296@github.com>
Subject: Re: [quicwg/base-drafts] Allow servers to send a preferred address of each address family (#2296)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5c3cee1a981d5_40963fb96bed45b8139928"; 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
X-SG-EID: l64QuQ2uJCcEyUykJbxN122A6QRmEpucztpreh3Pak2e78UiNF+q5CmZLL/uMGnoxXTjMhEEPadlUs 1Lwc869FtK6Ngn6q1YPEt2EU+aj8HhcfnYYpPpTMhjLPGbI7zVG+kpd55d4HKNFMLPxt4fl+eDSG5r qz2WTQwpoSChHCV8P+OrR95AUOs20hAAiYzvbrh6+OWiLBxghjOfqHbljZi6azry+o0KXVgQ8QPOdm c=
Archived-At: <https://mailarchive.ietf.org/arch/msg/quic-issues/9-bG81416QZhWjZh57S1efqCpNU>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
List-Id: Notification list for GitHub issues related to the QUIC WG <quic-issues.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=unsubscribe>
List-Archive: <https://mailarchive.ietf.org/arch/browse/quic-issues/>
List-Post: <mailto:quic-issues@ietf.org>
List-Help: <mailto:quic-issues-request@ietf.org?subject=help>
List-Subscribe: <https://www.ietf.org/mailman/listinfo/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=subscribe>
X-List-Received-Date: Mon, 14 Jan 2019 20:16:29 -0000

----==_mimepart_5c3cee1a981d5_40963fb96bed45b8139928
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/2296#pullrequestreview-192342943
----==_mimepart_5c3cee1a981d5_40963fb96bed45b8139928
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/2296#pullrequestreview-192342943">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AWbkq13HnTAjK5CofcPqvQMfVXxVeaNDks5vDOWagaJpZM4ZuHR_">mute the thread</a>.<img src="https://github.com/notifications/beacon/AWbkq-2sFPPv5uRZzY7L7QIuFEAfQciIks5vDOWagaJpZM4ZuHR_.gif" height="1" width="1" alt="" /></p>
<script type="application/json" data-scope="inboxmarkup">{"api_version":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name":"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"https://github.githubassets.com/images/email/message_cards/header.png","avatar_image_url":"https://github.githubassets.com/images/email/message_cards/avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/quicwg/base-drafts"}},"updates":{"snippets":[{"icon":"PERSON","message":"@ianswett approved #2296"}],"action":{"name":"View Pull Request","url":"https://github.com/quicwg/base-drafts/pull/2296#pullrequestreview-192342943"}}}</script>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/pull/2296#pullrequestreview-192342943",
"url": "https://github.com/quicwg/base-drafts/pull/2296#pullrequestreview-192342943",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>
----==_mimepart_5c3cee1a981d5_40963fb96bed45b8139928--


From nobody Mon Jan 14 19:11: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 AD6ED126BED for <quic-issues@ietfa.amsl.com>; Mon, 14 Jan 2019 19:11:48 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -10.935
X-Spam-Level: 
X-Spam-Status: No, score=-10.935 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIMWL_WL_HIGH=-4.553, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, HTML_IMAGE_ONLY_24=1.618, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-1, RCVD_IN_DNSWL_HI=-5, SPF_PASS=-0.001] autolearn=ham autolearn_force=no
Authentication-Results: ietfa.amsl.com (amavisd-new); dkim=pass (1024-bit key) header.d=github.com
Received: from mail.ietf.org ([4.31.198.44]) by localhost (ietfa.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id FQzGmjk7HOOe for <quic-issues@ietfa.amsl.com>; Mon, 14 Jan 2019 19:11:45 -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 F1CD712F1A6 for <quic-issues@ietf.org>; Mon, 14 Jan 2019 19:11:44 -0800 (PST)
Date: Mon, 14 Jan 2019 19:11:43 -0800
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1547521903; bh=+S5jxL7PfXT01PnaDs0nUTxDxnawgfJDJxR5qwDBIxQ=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=JaiPpLGYUVfuShJtz8KmyBzUrnZOPzB225P/om8zTUkPuPnnTzPJjpSoCK2w9vp9U jZpmz+3jcV9LG3M9dIPNbgkRA5m5gLzCjWcnaj68mPfZTUIOHRb2EA60e1LMBZXCeX Atan2NtDZHaDqtBoTXcYD0DJieyelplWmZchfbBQ=
From: Kazuho Oku <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/2332/push/3209774210@github.com>
In-Reply-To: <quicwg/base-drafts/pull/2332@github.com>
References: <quicwg/base-drafts/pull/2332@github.com>
Subject: Re: [quicwg/base-drafts] extended unidirectional streams can be closed or reset (#2332)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5c3d4f6f72470_7eb83facdecd45b81312ca"; charset=UTF-8
Content-Transfer-Encoding: 7bit
Precedence: list
X-GitHub-Sender: kazuho
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/MKu4CSsUkUoER7H8DOELndACxyQ>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
List-Id: Notification list for GitHub issues related to the QUIC WG <quic-issues.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=unsubscribe>
List-Archive: <https://mailarchive.ietf.org/arch/browse/quic-issues/>
List-Post: <mailto:quic-issues@ietf.org>
List-Help: <mailto:quic-issues-request@ietf.org?subject=help>
List-Subscribe: <https://www.ietf.org/mailman/listinfo/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=subscribe>
X-List-Received-Date: Tue, 15 Jan 2019 03:11:49 -0000

----==_mimepart_5c3d4f6f72470_7eb83facdecd45b81312ca
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

@kazuho pushed 1 commit.

ac56fb43c6d200a35271c120c274fcdc703ecd9e  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/2332/files/53268acc79cda7151fd3f7325f5f9a0e703891e3..ac56fb43c6d200a35271c120c274fcdc703ecd9e

----==_mimepart_5c3d4f6f72470_7eb83facdecd45b81312ca
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

<p><a href="https://github.com/kazuho" class="user-mention">@kazuho</a> pushed 1 commit.</p>

<ul>
  <li><a class="commit-link" href="https://github.com/quicwg/base-drafts/commit/ac56fb43c6d200a35271c120c274fcdc703ecd9e">ac56fb4</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/2332/files/53268acc79cda7151fd3f7325f5f9a0e703891e3..ac56fb43c6d200a35271c120c274fcdc703ecd9e">View it on GitHub</a> or <a href="https://github.com/notifications/unsubscribe-auth/AWbkq2JZJpx_yFOcWaZ2gia4lo2EEEXoks5vDUbvgaJpZM4Z86_h">mute the thread</a>.<img src="https://github.com/notifications/beacon/AWbkq-gb10DGObzu40Kqs5x0OQt-aGFsks5vDUbvgaJpZM4Z86_h.gif" height="1" width="1" alt="" /></p>
<script type="application/json" data-scope="inboxmarkup">{"api_version":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name":"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"https://github.githubassets.com/images/email/message_cards/header.png","avatar_image_url":"https://github.githubassets.com/images/email/message_cards/avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/quicwg/base-drafts"}},"updates":{"snippets":[{"icon":"PERSON","message":"@kazuho pushed 1 commit in #2332"}],"action":{"name":"View Pull Request","url":"https://github.com/quicwg/base-drafts/pull/2332/files/53268acc79cda7151fd3f7325f5f9a0e703891e3..ac56fb43c6d200a35271c120c274fcdc703ecd9e"}}}</script>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/pull/2332/files/53268acc79cda7151fd3f7325f5f9a0e703891e3..ac56fb43c6d200a35271c120c274fcdc703ecd9e",
"url": "https://github.com/quicwg/base-drafts/pull/2332/files/53268acc79cda7151fd3f7325f5f9a0e703891e3..ac56fb43c6d200a35271c120c274fcdc703ecd9e",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>

----==_mimepart_5c3d4f6f72470_7eb83facdecd45b81312ca--


From nobody Mon Jan 14 19: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 2118612F1A6 for <quic-issues@ietfa.amsl.com>; Mon, 14 Jan 2019 19:13:06 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -11.149
X-Spam-Level: 
X-Spam-Status: No, score=-11.149 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIMWL_WL_HIGH=-4.553, 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_PASS=-0.001] autolearn=ham autolearn_force=no
Authentication-Results: ietfa.amsl.com (amavisd-new); dkim=pass (1024-bit key) header.d=github.com
Received: from mail.ietf.org ([4.31.198.44]) by localhost (ietfa.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id uPao0FE8Xma2 for <quic-issues@ietfa.amsl.com>; Mon, 14 Jan 2019 19:13: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 85C0A126BED for <quic-issues@ietf.org>; Mon, 14 Jan 2019 19:13:03 -0800 (PST)
Date: Mon, 14 Jan 2019 19:13:02 -0800
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1547521982; bh=NOr6hiniKroYkmTjTBcBjMscIu7ytK1yAEhCDt/wXRo=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=EI/frXp634dSiKCmWlJTmCoU32tCXnLt0pyXjFNEWImc2bxsi8xKES40hYqifZ8zh G7Vm8LKFge8o/2KRwEQmVDSUuIJN6U5FGNhiIVUS0Q2jRKf598aQ2WYEtWF3bdX+g7 WtYSb/DWP+jkGOccgVHrfEW3+EhmDoNOaqcaCEjY=
From: Kazuho Oku <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+0166e4abb842704e068240834ef53c5655e028117ddbc33f92cf00000001185511be92a169ce17c24237@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/pull/2332/review/192472362@github.com>
In-Reply-To: <quicwg/base-drafts/pull/2332@github.com>
References: <quicwg/base-drafts/pull/2332@github.com>
Subject: Re: [quicwg/base-drafts] extended unidirectional streams can be closed or reset (#2332)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5c3d4fbe92cdc_1ff93ffca2ad45c4137059"; 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/BtxY11vvro1joV2mABKEcMJtY9A>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
List-Id: Notification list for GitHub issues related to the QUIC WG <quic-issues.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=unsubscribe>
List-Archive: <https://mailarchive.ietf.org/arch/browse/quic-issues/>
List-Post: <mailto:quic-issues@ietf.org>
List-Help: <mailto:quic-issues-request@ietf.org?subject=help>
List-Subscribe: <https://www.ietf.org/mailman/listinfo/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=subscribe>
X-List-Received-Date: Tue, 15 Jan 2019 03:13:06 -0000

----==_mimepart_5c3d4fbe92cdc_1ff93ffca2ad45c4137059
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

kazuho commented on this pull request.



> @@ -334,6 +334,10 @@ them.  However, stream types which could modify the state or semantics of
 existing protocol components, including QPACK or other extensions, MUST NOT be
 sent until the peer is known to support them.
 
+A sender can close or reset a unidirectional stream unless specified otherwise.

Thank you for the suggestion and the discussion. I've applied the suggested fix assuming that @LPardue would not complain "unless otherwise specified" to be incorrect.

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/quicwg/base-drafts/pull/2332#discussion_r247752052
----==_mimepart_5c3d4fbe92cdc_1ff93ffca2ad45c4137059
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/2332#discussion_r247752052">draft-ietf-quic-http.md</a>:</p>
<pre style='color:#555'>&gt; @@ -334,6 +334,10 @@ them.  However, stream types which could modify the state or semantics of
 existing protocol components, including QPACK or other extensions, MUST NOT be
 sent until the peer is known to support them.
 
+A sender can close or reset a unidirectional stream unless specified otherwise.
</pre>
<p>Thank you for the suggestion and the discussion. I've applied the suggested fix assuming that <a class="user-mention" data-hovercard-type="user" data-hovercard-url="/hovercards?user_id=6571445" data-octo-click="hovercard-link-click" data-octo-dimensions="link_type:self" href="https://github.com/LPardue">@LPardue</a> would not complain "unless otherwise specified" to be incorrect.</p>

<p style="font-size:small;-webkit-text-size-adjust:none;color:#666;">&mdash;<br />You are receiving this because you are subscribed to this thread.<br />Reply to this email directly, <a href="https://github.com/quicwg/base-drafts/pull/2332#discussion_r247752052">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AWbkq5ajKIG7AsonYvUJVaEOCRcoU2_qks5vDUc-gaJpZM4Z86_h">mute the thread</a>.<img src="https://github.com/notifications/beacon/AWbkqySt7HnUu8I39pZQYF2tISfGDpIQks5vDUc-gaJpZM4Z86_h.gif" height="1" width="1" alt="" /></p>
<script type="application/json" data-scope="inboxmarkup">{"api_version":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name":"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"https://github.githubassets.com/images/email/message_cards/header.png","avatar_image_url":"https://github.githubassets.com/images/email/message_cards/avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/quicwg/base-drafts"}},"updates":{"snippets":[{"icon":"PERSON","message":"@kazuho commented on #2332"}],"action":{"name":"View Pull Request","url":"https://github.com/quicwg/base-drafts/pull/2332#discussion_r247752052"}}}</script>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/pull/2332#discussion_r247752052",
"url": "https://github.com/quicwg/base-drafts/pull/2332#discussion_r247752052",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>
----==_mimepart_5c3d4fbe92cdc_1ff93ffca2ad45c4137059--


From nobody Tue Jan 15 04:45: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 48A52130DE9 for <quic-issues@ietfa.amsl.com>; Tue, 15 Jan 2019 04:45:54 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -10.935
X-Spam-Level: 
X-Spam-Status: No, score=-10.935 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIMWL_WL_HIGH=-4.553, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, HTML_IMAGE_ONLY_24=1.618, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-1, RCVD_IN_DNSWL_HI=-5, SPF_PASS=-0.001] autolearn=ham autolearn_force=no
Authentication-Results: ietfa.amsl.com (amavisd-new); dkim=pass (1024-bit key) header.d=github.com
Received: from mail.ietf.org ([4.31.198.44]) by localhost (ietfa.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id t0Eh9efeNVjy for <quic-issues@ietfa.amsl.com>; Tue, 15 Jan 2019 04:45:52 -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 9710B130DE3 for <quic-issues@ietf.org>; Tue, 15 Jan 2019 04:45:52 -0800 (PST)
Date: Tue, 15 Jan 2019 04:45:51 -0800
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1547556351; bh=SJWKPn8WWKWFCdRCsej3or4dn7i0k9rRhdAZXC+jZ7g=; h=Date:From:Reply-To:To:Cc:Subject:List-ID:List-Archive:List-Post: List-Unsubscribe:From; b=Id6wdw7y39H0qM8E8Gl4J9uX50D9VpAb9LaPnrbBrtVx3Cs72KU1Q0ditOSWzyW+A SUHDbQLgynerdNspI4Y7hQhMy1vRmXwxadjZ2KSoYRbz4M85hRcXlnhM5AyoUiXcVb pv6gOpdxnyyzILgIl4mNGs6d9VZK3B/b64nAAqo0=
From: Magnus Westerlund <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+0166e4ab847f617819672926af1571a13d5b608aba42c6e192cf00000001185597ff92a169ce17cd4834@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/issues/2335@github.com>
Subject: [quicwg/base-drafts] Invariants: Unclarity in short headers (#2335)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5c3dd5ffffdd_d773feb50ed45c4224053"; charset=UTF-8
Content-Transfer-Encoding: 7bit
Precedence: list
X-GitHub-Sender: gloinul
X-GitHub-Recipient: quic-issues
X-GitHub-Reason: subscribed
X-Auto-Response-Suppress: All
X-GitHub-Recipient-Address: quic-issues@ietf.org
Archived-At: <https://mailarchive.ietf.org/arch/msg/quic-issues/Qr1SWX2gqF1OK7HgOZOd7hs0RrU>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
List-Id: Notification list for GitHub issues related to the QUIC WG <quic-issues.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=unsubscribe>
List-Archive: <https://mailarchive.ietf.org/arch/browse/quic-issues/>
List-Post: <mailto:quic-issues@ietf.org>
List-Help: <mailto:quic-issues-request@ietf.org?subject=help>
List-Subscribe: <https://www.ietf.org/mailman/listinfo/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=subscribe>
X-List-Received-Date: Tue, 15 Jan 2019 12:45:54 -0000

----==_mimepart_5c3dd5ffffdd_d773feb50ed45c4224053
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

Section 4.2 of the Invariant Short header are not explicit that the Destionation CID follows the first byte: 

"A QUIC packet with a short header includes a Destination Connection ID. The short header does not include the Connection ID Lengths, Source Connection ID, or Version fields."

As see it just says that the destination CID is part of the short header, not where to find 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/2335
----==_mimepart_5c3dd5ffffdd_d773feb50ed45c4224053
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

<p>Section 4.2 of the Invariant Short header are not explicit that the Destionation CID follows the first byte:</p>
<p>"A QUIC packet with a short header includes a Destination Connection ID. The short header does not include the Connection ID Lengths, Source Connection ID, or Version fields."</p>
<p>As see it just says that the destination CID is part of the short header, not where to find 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/2335">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AWbkqwGARRAPRAfOJArbFUoHoWD3Bjrjks5vDc1_gaJpZM4aA5Ar">mute the thread</a>.<img src="https://github.com/notifications/beacon/AWbkq6bS6g5ZUh6uKLdwTZlPO6va2YUaks5vDc1_gaJpZM4aA5Ar.gif" height="1" width="1" alt="" /></p>
<script type="application/json" data-scope="inboxmarkup">{"api_version":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name":"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"https://github.githubassets.com/images/email/message_cards/header.png","avatar_image_url":"https://github.githubassets.com/images/email/message_cards/avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/quicwg/base-drafts"}},"updates":{"snippets":[{"icon":"DESCRIPTION","message":"Invariants: Unclarity in short headers (#2335)"}],"action":{"name":"View Issue","url":"https://github.com/quicwg/base-drafts/issues/2335"}}}</script>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/issues/2335",
"url": "https://github.com/quicwg/base-drafts/issues/2335",
"name": "View Issue"
},
"description": "View this Issue on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>
----==_mimepart_5c3dd5ffffdd_d773feb50ed45c4224053--


From nobody Tue Jan 15 04:51: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 3B466130E46 for <quic-issues@ietfa.amsl.com>; Tue, 15 Jan 2019 04:51:53 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -10.935
X-Spam-Level: 
X-Spam-Status: No, score=-10.935 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIMWL_WL_HIGH=-4.553, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, HTML_IMAGE_ONLY_24=1.618, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-1, RCVD_IN_DNSWL_HI=-5, SPF_PASS=-0.001] autolearn=ham autolearn_force=no
Authentication-Results: ietfa.amsl.com (amavisd-new); dkim=pass (1024-bit key) header.d=github.com
Received: from mail.ietf.org ([4.31.198.44]) by localhost (ietfa.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id x3RBeiKpj4QO for <quic-issues@ietfa.amsl.com>; Tue, 15 Jan 2019 04:51: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 50499130DE3 for <quic-issues@ietf.org>; Tue, 15 Jan 2019 04:51:51 -0800 (PST)
Date: Tue, 15 Jan 2019 04:51:50 -0800
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1547556710; bh=YtwS66YdH5/FqwC2wzJS/mazpjI/cUeom03Mcqb+njo=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=ELp8/1r7pZR8A1xSXINspXziz+djazXG6FvxqQFcF7DVGGRd0HWF3I/oA1FkBukDv XW2Z3uKLBNRVKN21dbzhg7b32WctkJJyLG2rmmP/r40/++qUtEcKYJEgg3Fw/7lxM4 ZryDHg2aOK5JGqizdeKMagQuf38Bs8D7Zjkfttu8=
From: Magnus Westerlund <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+0166e4abbf59ddd2d6c2a6ba73fb497e18665f8b429ea3f792cf000000011855996692a169ce17cd4834@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/issues/2335/454381750@github.com>
In-Reply-To: <quicwg/base-drafts/issues/2335@github.com>
References: <quicwg/base-drafts/issues/2335@github.com>
Subject: Re: [quicwg/base-drafts] Invariants: Unclarity in short headers (#2335)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5c3dd76640877_305f3fb2422d45b8131933"; charset=UTF-8
Content-Transfer-Encoding: 7bit
Precedence: list
X-GitHub-Sender: gloinul
X-GitHub-Recipient: quic-issues
X-GitHub-Reason: subscribed
X-Auto-Response-Suppress: All
X-GitHub-Recipient-Address: quic-issues@ietf.org
Archived-At: <https://mailarchive.ietf.org/arch/msg/quic-issues/bkBTHLmQE2R_gGus5i6THsFQWiY>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
List-Id: Notification list for GitHub issues related to the QUIC WG <quic-issues.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=unsubscribe>
List-Archive: <https://mailarchive.ietf.org/arch/browse/quic-issues/>
List-Post: <mailto:quic-issues@ietf.org>
List-Help: <mailto:quic-issues-request@ietf.org?subject=help>
List-Subscribe: <https://www.ietf.org/mailman/listinfo/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=subscribe>
X-List-Received-Date: Tue, 15 Jan 2019 12:51:53 -0000

----==_mimepart_5c3dd76640877_305f3fb2422d45b8131933
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

Also the length of the DCID in the short header is unclear. With the long header's restriction on both source and destination CID I don't think the CID is of arbitrary length as stated in Section 4.3. I think it is 0 to 18 bytes long as set agreed by 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/2335#issuecomment-454381750
----==_mimepart_5c3dd76640877_305f3fb2422d45b8131933
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

<p>Also the length of the DCID in the short header is unclear. With the long header's restriction on both source and destination CID I don't think the CID is of arbitrary length as stated in Section 4.3. I think it is 0 to 18 bytes long as set agreed by 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/2335#issuecomment-454381750">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AWbkqy03fR3ntGpVXNFe8hNXXyOPs01-ks5vDc7mgaJpZM4aA5Ar">mute the thread</a>.<img src="https://github.com/notifications/beacon/AWbkqxyn2oVCWk79PEn3ai8MaUYif475ks5vDc7mgaJpZM4aA5Ar.gif" height="1" width="1" alt="" /></p>
<script type="application/json" data-scope="inboxmarkup">{"api_version":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name":"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"https://github.githubassets.com/images/email/message_cards/header.png","avatar_image_url":"https://github.githubassets.com/images/email/message_cards/avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/quicwg/base-drafts"}},"updates":{"snippets":[{"icon":"PERSON","message":"@gloinul in #2335: Also the length of the DCID in the short header is unclear. With the long header's restriction on both source and destination CID I don't think the CID is of arbitrary length as stated in Section 4.3. I think it is 0 to 18 bytes long as set agreed by the connection. "}],"action":{"name":"View Issue","url":"https://github.com/quicwg/base-drafts/issues/2335#issuecomment-454381750"}}}</script>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/issues/2335#issuecomment-454381750",
"url": "https://github.com/quicwg/base-drafts/issues/2335#issuecomment-454381750",
"name": "View Issue"
},
"description": "View this Issue on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>
----==_mimepart_5c3dd76640877_305f3fb2422d45b8131933--


From nobody Tue Jan 15 08:04: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 8E7C2130E6B for <quic-issues@ietfa.amsl.com>; Tue, 15 Jan 2019 08:03:59 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -11.149
X-Spam-Level: 
X-Spam-Status: No, score=-11.149 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIMWL_WL_HIGH=-4.553, 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_PASS=-0.001] autolearn=ham autolearn_force=no
Authentication-Results: ietfa.amsl.com (amavisd-new); dkim=pass (1024-bit key) header.d=github.com
Received: from mail.ietf.org ([4.31.198.44]) by localhost (ietfa.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id rB443NLe7ROv for <quic-issues@ietfa.amsl.com>; Tue, 15 Jan 2019 08:03:57 -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 7026E124B0C for <quic-issues@ietf.org>; Tue, 15 Jan 2019 08:03:57 -0800 (PST)
Date: Tue, 15 Jan 2019 08:03:55 -0800
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1547568235; bh=A1AocU/I+j5PueUK9y2/n4R2R6MVfmjvk7LzCjGhaWQ=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=I8Jni/+kj2sQZmVyIwGz3KRCRP2Sy/YAhEz35i1gCC6DY4tUmut12q/PhZSmTteCQ 5HgiFrlzf3uBo6jYcmZPEN40H8Qs+ScTOt+UvlxJOock9MKAS2vRy4YCW3gmdTXCjb r7oFJWrK613z3O/cw0PUtpStHzNALFNz8Ci9s6gw=
From: Nick Banks <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+0166e4abe8d82325f6450d8d633212de841dd427b2c201ea92cf000000011855c66b92a169ce16660d11@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/issues/1940/454446787@github.com>
In-Reply-To: <quicwg/base-drafts/issues/1940@github.com>
References: <quicwg/base-drafts/issues/1940@github.com>
Subject: Re: [quicwg/base-drafts] Why are error codes not a varint? (#1940)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5c3e046bd3ed7_1dce3fc05d0d45b45465e9"; 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/hfBeFCSD_rJteTWDVkiE7kxSd5o>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
List-Id: Notification list for GitHub issues related to the QUIC WG <quic-issues.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=unsubscribe>
List-Archive: <https://mailarchive.ietf.org/arch/browse/quic-issues/>
List-Post: <mailto:quic-issues@ietf.org>
List-Help: <mailto:quic-issues-request@ietf.org?subject=help>
List-Subscribe: <https://www.ietf.org/mailman/listinfo/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=subscribe>
X-List-Received-Date: Tue, 15 Jan 2019 16:04:00 -0000

----==_mimepart_5c3e046bd3ed7_1dce3fc05d0d45b45465e9
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

I'd like to propose opening this for discussion once more.

I've recently been working with some teams internal to Microsoft that currently use 4-byte error codes everywhere, and are working to port their protocols to QUIC. If we used variable length integers for application layer error codes they could directly pass these error codes to QUIC. Otherwise they are going to have to figure out how (if possible) to map these error codes to 16-bit 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/issues/1940#issuecomment-454446787
----==_mimepart_5c3e046bd3ed7_1dce3fc05d0d45b45465e9
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: quoted-printable

<p>I'd like to propose opening this for discussion once more.</p>
<p>I've recently been working with some teams internal to Microsoft that =
currently use 4-byte error codes everywhere, and are working to port thei=
r protocols to QUIC. If we used variable length integers for application =
layer error codes they could directly pass these error codes to QUIC. Oth=
erwise they are going to have to figure out how (if possible) to map thes=
e error codes to 16-bit errors.</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/1940#issuecomment-454446787">view it on GitHub</a>,=
 or <a href=3D"https://github.com/notifications/unsubscribe-auth/AWbkq3Ak=
xt67lSa2xeGcLHxOqLPfObbNks5vDfvrgaJpZM4YDS68">mute the thread</a>.<img sr=
c=3D"https://github.com/notifications/beacon/AWbkq7pzDZnNG0Fq9pyAILY6f6RO=
tZnhks5vDfvrgaJpZM4YDS68.gif" height=3D"1" width=3D"1" alt=3D"" /></p>
<script type=3D"application/json" data-scope=3D"inboxmarkup">{"api_versio=
n":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name"=
:"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"=
quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"http=
s://github.githubassets.com/images/email/message_cards/header.png","avata=
r_image_url":"https://github.githubassets.com/images/email/message_cards/=
avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/q=
uicwg/base-drafts"}},"updates":{"snippets":[{"icon":"PERSON","message":"@=
nibanks in #1940: I'd like to propose opening this for discussion once mo=
re.\r\n\r\nI've recently been working with some teams internal to Microso=
ft that currently use 4-byte error codes everywhere, and are working to p=
ort their protocols to QUIC. If we used variable length integers for appl=
ication layer error codes they could directly pass these error codes to Q=
UIC. Otherwise they are going to have to figure out how (if possible) to =
map these error codes to 16-bit errors."}],"action":{"name":"View Issue",=
"url":"https://github.com/quicwg/base-drafts/issues/1940#issuecomment-454=
446787"}}}</script>
<script type=3D"application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/issues/1940#issuecomment=
-454446787",
"url": "https://github.com/quicwg/base-drafts/issues/1940#issuecomment-45=
4446787",
"name": "View Issue"
},
"description": "View this Issue on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>=

----==_mimepart_5c3e046bd3ed7_1dce3fc05d0d45b45465e9--


From nobody Tue Jan 15 08:44:37 2019
Return-Path: <bounce+565321.40f-quic-issues=ietf.org@github.com>
X-Original-To: quic-issues@ietfa.amsl.com
Delivered-To: quic-issues@ietfa.amsl.com
Received: from localhost (localhost [127.0.0.1]) by ietfa.amsl.com (Postfix) with ESMTP id E229C130EA4 for <quic-issues@ietfa.amsl.com>; Tue, 15 Jan 2019 08:44:34 -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=-4.553, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, HEADER_FROM_DIFFERENT_DOMAINS=0.001, RCVD_IN_DNSWL_NONE=-0.0001, SPF_PASS=-0.001] autolearn=ham autolearn_force=no
Authentication-Results: ietfa.amsl.com (amavisd-new); dkim=pass (1024-bit key) header.d=github.com
Received: from mail.ietf.org ([4.31.198.44]) by localhost (ietfa.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 6co5LUWUuN-9 for <quic-issues@ietfa.amsl.com>; Tue, 15 Jan 2019 08:44:32 -0800 (PST)
Received: from m71-131.mailgun.net (m71-131.mailgun.net [166.78.71.131]) (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 94632130E7E for <quic-issues@ietf.org>; Tue, 15 Jan 2019 08:44:32 -0800 (PST)
DKIM-Signature: a=rsa-sha256; v=1; c=relaxed/relaxed; d=github.com; q=dns/txt;  s=mailo; t=1547570671; h=Content-Transfer-Encoding: Content-Type: Mime-Version: Subject: Message-ID: To: Reply-To: From: Date: Sender; bh=KjW91sa082XVjpN4BCEDMeE6gH0ghAehXQM6U33iVJE=; b=Wdo2HKcm2WF3E3gPdz0Fz9Za+MPlOXteP1JQMYQSeycFtgYoOOAS5XKAvtbJhInTN9hkekYA UH3twBR/G9g1b9Q98tjcE8IX6DWxGEyqZLbYwkUlQCCPPvEEUsD0/bsWzG4qMMARSd/v7M0T RWPcOnb7BUb9hPw9xYvxb8QyW3s=
X-Mailgun-Sending-Ip: 166.78.71.131
X-Mailgun-Sid: WyJhNzYyYiIsICJxdWljLWlzc3Vlc0BpZXRmLm9yZyIsICI0MGYiXQ==
Sender: mt=lowentropy.net@github.com
Received: from github.com (Unknown [192.30.252.38]) by mxa.mailgun.org with ESMTP id 5c3e0def.7fbd507b45a0-smtp-out-n03; Tue, 15 Jan 2019 16:44:31 -0000 (UTC)
Date: Tue, 15 Jan 2019 08:44:31 -0800
From: Martin Thomson <mt@lowentropy.net>
Reply-To: Martin Thomson <mt@lowentropy.net>
To: quic-issues@ietf.org
Message-ID: <5c3e0def5e424_67432afc9e912588965e@hookshot-fe-265448d.cp1-iad.github.net.mail>
Subject: [quicwg/base-drafts] fb1336: Update draft-ietf-quic-recovery.md
Mime-Version: 1.0
Content-Type: multipart/mixed; boundary="--==_mimepart_5c3e0def5e04e_67432afc9e91258896417"; charset=UTF-8
Content-Transfer-Encoding: 7bit
Archived-At: <https://mailarchive.ietf.org/arch/msg/quic-issues/qkxiATECcDdLWpvlO3XrJykKtzs>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
Precedence: list
List-Id: Notification list for GitHub issues related to the QUIC WG <quic-issues.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=unsubscribe>
List-Archive: <https://mailarchive.ietf.org/arch/browse/quic-issues/>
List-Post: <mailto:quic-issues@ietf.org>
List-Help: <mailto:quic-issues-request@ietf.org?subject=help>
List-Subscribe: <https://www.ietf.org/mailman/listinfo/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=subscribe>
X-List-Received-Date: Tue, 15 Jan 2019 16:44:35 -0000

----==_mimepart_5c3e0def5e04e_67432afc9e91258896417
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

  Branch: refs/heads/ianswett-app-limited
  Home:   https://github.com/quicwg/base-drafts
  Commit: fb13365635420b3d53dd2bff388afca10f4fcf68
      https://github.com/quicwg/base-drafts/commit/fb13365635420b3d53dd2bff388afca10f4fcf68
  Author: Martin Thomson <mt@lowentropy.net>
  Date:   2019-01-15 (Tue, 15 Jan 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>



      **NOTE:** This service has been marked for deprecation: https://developer.github.com/changes/2018-04-25-github-services-deprecation/

      Functionality will be removed from GitHub.com on January 31st, 2019.

----==_mimepart_5c3e0def5e04e_67432afc9e91258896417--


From nobody Tue Jan 15 08:44: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 EE343130E7E for <quic-issues@ietfa.amsl.com>; Tue, 15 Jan 2019 08:44:38 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -10.935
X-Spam-Level: 
X-Spam-Status: No, score=-10.935 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIMWL_WL_HIGH=-4.553, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, HTML_IMAGE_ONLY_24=1.618, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-1, RCVD_IN_DNSWL_HI=-5, SPF_PASS=-0.001] autolearn=ham autolearn_force=no
Authentication-Results: ietfa.amsl.com (amavisd-new); dkim=pass (1024-bit key) header.d=github.com
Received: from mail.ietf.org ([4.31.198.44]) by localhost (ietfa.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id bklKD1Hzh0El for <quic-issues@ietfa.amsl.com>; Tue, 15 Jan 2019 08:44: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 26A18130EAE for <quic-issues@ietf.org>; Tue, 15 Jan 2019 08:44:37 -0800 (PST)
Date: Tue, 15 Jan 2019 08:44:35 -0800
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1547570675; bh=ocelm+VzGfsbKGrPbLl+3lODqi+CrFLuGxxei2GZRFM=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=ZqeKYuREGNU2+YUgLS/W94gd+/Y0VlRmxOqoC4mn5rlsoOXlIBG7s51NKYh15SxFZ VdYfG8bD9uKiNtmYd0UKbxKcQtZRuCs9lLYtajbKURhXKwDJRAosOsNejS9a95AfVP xDCKFfIyt9uZdb8p+Qm14gesp7UazQfAbaHYu5zs=
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/1637/push/3211947053@github.com>
In-Reply-To: <quicwg/base-drafts/pull/1637@github.com>
References: <quicwg/base-drafts/pull/1637@github.com>
Subject: Re: [quicwg/base-drafts] Discuss Application-Limited Sending (#1637)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5c3e0df3eb23c_604f3ff9f8ad45bc1545b4"; 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/ad_M_OPmOFeEjQ7oVExHWC1PTsM>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
List-Id: Notification list for GitHub issues related to the QUIC WG <quic-issues.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=unsubscribe>
List-Archive: <https://mailarchive.ietf.org/arch/browse/quic-issues/>
List-Post: <mailto:quic-issues@ietf.org>
List-Help: <mailto:quic-issues-request@ietf.org?subject=help>
List-Subscribe: <https://www.ietf.org/mailman/listinfo/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=subscribe>
X-List-Received-Date: Tue, 15 Jan 2019 16:44:39 -0000

----==_mimepart_5c3e0df3eb23c_604f3ff9f8ad45bc1545b4
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

@ianswett pushed 1 commit.

fb13365635420b3d53dd2bff388afca10f4fcf68  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/1637/files/10f9dedbf84d828cf2d49cf3dbe9ed367e89593d..fb13365635420b3d53dd2bff388afca10f4fcf68

----==_mimepart_5c3e0df3eb23c_604f3ff9f8ad45bc1545b4
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/fb13365635420b3d53dd2bff388afca10f4fcf68">fb13365</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/1637/files/10f9dedbf84d828cf2d49cf3dbe9ed367e89593d..fb13365635420b3d53dd2bff388afca10f4fcf68">View it on GitHub</a> or <a href="https://github.com/notifications/unsubscribe-auth/AWbkq-rKChlNJU7Mi19qEhfrGzKrpMFEks5vDgVzgaJpZM4VytaJ">mute the thread</a>.<img src="https://github.com/notifications/beacon/AWbkq_Kwr9aSoYEWjmKOQmaoenrhSA_Dks5vDgVzgaJpZM4VytaJ.gif" height="1" width="1" alt="" /></p>
<script type="application/json" data-scope="inboxmarkup">{"api_version":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name":"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"https://github.githubassets.com/images/email/message_cards/header.png","avatar_image_url":"https://github.githubassets.com/images/email/message_cards/avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/quicwg/base-drafts"}},"updates":{"snippets":[{"icon":"PERSON","message":"@ianswett pushed 1 commit in #1637"}],"action":{"name":"View Pull Request","url":"https://github.com/quicwg/base-drafts/pull/1637/files/10f9dedbf84d828cf2d49cf3dbe9ed367e89593d..fb13365635420b3d53dd2bff388afca10f4fcf68"}}}</script>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/pull/1637/files/10f9dedbf84d828cf2d49cf3dbe9ed367e89593d..fb13365635420b3d53dd2bff388afca10f4fcf68",
"url": "https://github.com/quicwg/base-drafts/pull/1637/files/10f9dedbf84d828cf2d49cf3dbe9ed367e89593d..fb13365635420b3d53dd2bff388afca10f4fcf68",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>

----==_mimepart_5c3e0df3eb23c_604f3ff9f8ad45bc1545b4--


From nobody Tue Jan 15 08:46: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 63C12129AB8 for <quic-issues@ietfa.amsl.com>; Tue, 15 Jan 2019 08:46:26 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -12.552
X-Spam-Level: 
X-Spam-Status: No, score=-12.552 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIMWL_WL_HIGH=-4.553, 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_PASS=-0.001] autolearn=ham autolearn_force=no
Authentication-Results: ietfa.amsl.com (amavisd-new); dkim=pass (1024-bit key) header.d=github.com
Received: from mail.ietf.org ([4.31.198.44]) by localhost (ietfa.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id pfNeYQhuoUCH for <quic-issues@ietfa.amsl.com>; Tue, 15 Jan 2019 08:46: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 60924130E69 for <quic-issues@ietf.org>; Tue, 15 Jan 2019 08:46:24 -0800 (PST)
Date: Tue, 15 Jan 2019 08:46:23 -0800
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1547570783; bh=49N0zgcen0MjGUrvrJjU7iC+qqJuOyzUPVvVP28zxeg=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=HIl0O4w+S3kuBZr2o2Qv6Z7mDmoZU8mo73fVp6DfI755AvGu54bXftaMnCADePPAy BAOmBrmppRTy2dKd42RqMVn+M+eWiCIJJmIMpvDlCebqoOgibc1uD3v8hPLcn//WyK MaO2m55pN/yAMfPukcil23+JL45d2sGAIluC66ho=
From: ianswett <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+0166e4ab4e708582528dd14a30394aa8d224bc6df10b186592cf000000011855d05f92a169ce14c4e0aa@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/pull/1637/review/192748666@github.com>
In-Reply-To: <quicwg/base-drafts/pull/1637@github.com>
References: <quicwg/base-drafts/pull/1637@github.com>
Subject: Re: [quicwg/base-drafts] Discuss Application-Limited Sending (#1637)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5c3e0e5f75c19_59c53feae2ed45c41887fb"; 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/DfPQW51oPYitfZjqaKQ-kB6xkPA>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
List-Id: Notification list for GitHub issues related to the QUIC WG <quic-issues.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=unsubscribe>
List-Archive: <https://mailarchive.ietf.org/arch/browse/quic-issues/>
List-Post: <mailto:quic-issues@ietf.org>
List-Help: <mailto:quic-issues-request@ietf.org?subject=help>
List-Subscribe: <https://www.ietf.org/mailman/listinfo/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=subscribe>
X-List-Received-Date: Tue, 15 Jan 2019 16:46:27 -0000

----==_mimepart_5c3e0e5f75c19_59c53feae2ed45c41887fb
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

ianswett commented on this pull request.



> @@ -999,6 +996,18 @@ paces the sending of any packets in excess of the initial congestion window.
 A sender MAY implement alternate mechanisms to update its congestion window
 after idle periods, such as those proposed for TCP in {{?RFC7661}}.
 
+## Application Limited Sending
+
+The congestion window should not be increased in slow start or congestion
+avoidance when it is not fully utilized.  The congestion window could be
+under-utilized due to insufficient application data to send or flow control
+limits.
+
+When the sender is pacing(see {{pacing}}) packets, the sender may be unable
+to use the full congestion window for a period of time after receiving an
+ACK, due to pacing.  In this case, the sender should not consider themselves

I think I mean ACK, as in the 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/1637#discussion_r247972865
----==_mimepart_5c3e0e5f75c19_59c53feae2ed45c41887fb
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/1637#discussion_r247972865">draft-ietf-quic-recovery.md</a>:</p>
<pre style='color:#555'>&gt; @@ -999,6 +996,18 @@ paces the sending of any packets in excess of the initial congestion window.
 A sender MAY implement alternate mechanisms to update its congestion window
 after idle periods, such as those proposed for TCP in {{?RFC7661}}.
 
+## Application Limited Sending
+
+The congestion window should not be increased in slow start or congestion
+avoidance when it is not fully utilized.  The congestion window could be
+under-utilized due to insufficient application data to send or flow control
+limits.
+
+When the sender is pacing(see {{pacing}}) packets, the sender may be unable
+to use the full congestion window for a period of time after receiving an
+ACK, due to pacing.  In this case, the sender should not consider themselves
</pre>
<p>I think I mean ACK, as in the 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/1637#discussion_r247972865">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AWbkq-_WmjAMkDWZxmd6oiKytqeYnYS9ks5vDgXfgaJpZM4VytaJ">mute the thread</a>.<img src="https://github.com/notifications/beacon/AWbkq2m9l6XqJCMkDVNXFMU-mgTVwooqks5vDgXfgaJpZM4VytaJ.gif" height="1" width="1" alt="" /></p>
<script type="application/json" data-scope="inboxmarkup">{"api_version":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name":"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"https://github.githubassets.com/images/email/message_cards/header.png","avatar_image_url":"https://github.githubassets.com/images/email/message_cards/avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/quicwg/base-drafts"}},"updates":{"snippets":[{"icon":"PERSON","message":"@ianswett commented on #1637"}],"action":{"name":"View Pull Request","url":"https://github.com/quicwg/base-drafts/pull/1637#discussion_r247972865"}}}</script>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/pull/1637#discussion_r247972865",
"url": "https://github.com/quicwg/base-drafts/pull/1637#discussion_r247972865",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>
----==_mimepart_5c3e0e5f75c19_59c53feae2ed45c41887fb--


From nobody Tue Jan 15 08:49: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 CEC74130E85 for <quic-issues@ietfa.amsl.com>; Tue, 15 Jan 2019 08:49:32 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -11.007
X-Spam-Level: 
X-Spam-Status: No, score=-11.007 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIMWL_WL_HIGH=-4.553, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, HTML_IMAGE_ONLY_20=1.546, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-1, RCVD_IN_DNSWL_HI=-5, SPF_PASS=-0.001] autolearn=ham autolearn_force=no
Authentication-Results: ietfa.amsl.com (amavisd-new); dkim=pass (1024-bit key) header.d=github.com
Received: from mail.ietf.org ([4.31.198.44]) by localhost (ietfa.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id rYgys1Exd2O7 for <quic-issues@ietfa.amsl.com>; Tue, 15 Jan 2019 08:49:31 -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 25B7C129AB8 for <quic-issues@ietf.org>; Tue, 15 Jan 2019 08:49:31 -0800 (PST)
Date: Tue, 15 Jan 2019 08:49:30 -0800
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1547570970; bh=tpgqfKfwJlNydRt919omGGikiJ1u7oKlDwvQCzrJd/Y=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=hoOMrTo2EetkTBuEQ6mUeDxpC0o+CzKH1TUhF+E+kha/Io9zjzkqbaxS4GBtwia1A aMVyGQIlp642w8cLNR/jC5qupAhBpOigD0H8oRvfMHkQPCizp2jsifstIPuLsVPDBj OBgwcJxX4RvHgIk4tEtCycba92xxmrlKT1VGI/gA=
From: Nick Banks <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+0166e4ab726b38462de3cbd18f0138253db5ac268f329b3b92cf000000011855d11a92a169ce14c4e0aa@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/pull/1637/review/192750422@github.com>
In-Reply-To: <quicwg/base-drafts/pull/1637@github.com>
References: <quicwg/base-drafts/pull/1637@github.com>
Subject: Re: [quicwg/base-drafts] Discuss Application-Limited Sending (#1637)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5c3e0f1a9c4c_5beb3f87500d45b4117059"; 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/5PSiXjj2hJGEqcfMJm_ipZCHIVk>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
List-Id: Notification list for GitHub issues related to the QUIC WG <quic-issues.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=unsubscribe>
List-Archive: <https://mailarchive.ietf.org/arch/browse/quic-issues/>
List-Post: <mailto:quic-issues@ietf.org>
List-Help: <mailto:quic-issues-request@ietf.org?subject=help>
List-Subscribe: <https://www.ietf.org/mailman/listinfo/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=subscribe>
X-List-Received-Date: Tue, 15 Jan 2019 16:49:33 -0000

----==_mimepart_5c3e0f1a9c4c_5beb3f87500d45b4117059
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

nibanks approved this pull request.

Looks fine 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/pull/1637#pullrequestreview-192750422
----==_mimepart_5c3e0f1a9c4c_5beb3f87500d45b4117059
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

<p><b>@nibanks</b> approved this pull request.</p>

<p>Looks fine 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/pull/1637#pullrequestreview-192750422">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AWbkq-7fvm5ZXSTH-zjwuHI50DGA9VZEks5vDgaagaJpZM4VytaJ">mute the thread</a>.<img src="https://github.com/notifications/beacon/AWbkq53r7duo0Zrhc0AovhUdK-k-EeJTks5vDgaagaJpZM4VytaJ.gif" height="1" width="1" alt="" /></p>
<script type="application/json" data-scope="inboxmarkup">{"api_version":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name":"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"https://github.githubassets.com/images/email/message_cards/header.png","avatar_image_url":"https://github.githubassets.com/images/email/message_cards/avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/quicwg/base-drafts"}},"updates":{"snippets":[{"icon":"PERSON","message":"@nibanks approved #1637"}],"action":{"name":"View Pull Request","url":"https://github.com/quicwg/base-drafts/pull/1637#pullrequestreview-192750422"}}}</script>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/pull/1637#pullrequestreview-192750422",
"url": "https://github.com/quicwg/base-drafts/pull/1637#pullrequestreview-192750422",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>
----==_mimepart_5c3e0f1a9c4c_5beb3f87500d45b4117059--


From nobody Tue Jan 15 08:56: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 CC070130E7E for <quic-issues@ietfa.amsl.com>; Tue, 15 Jan 2019 08:56:05 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -12.553
X-Spam-Level: 
X-Spam-Status: No, score=-12.553 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIMWL_WL_HIGH=-4.553, 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_PASS=-0.001] autolearn=ham autolearn_force=no
Authentication-Results: ietfa.amsl.com (amavisd-new); dkim=pass (1024-bit key) header.d=github.com
Received: from mail.ietf.org ([4.31.198.44]) by localhost (ietfa.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id XQuIV0r2srEv for <quic-issues@ietfa.amsl.com>; Tue, 15 Jan 2019 08:56:04 -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 C7F8E130E69 for <quic-issues@ietf.org>; Tue, 15 Jan 2019 08:56:03 -0800 (PST)
Date: Tue, 15 Jan 2019 08:56:02 -0800
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1547571362; bh=1GJN9jLIxPKcjjWwB6QaGFfpHkWlKkIhidLjx2AG9VY=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=cdrBsx49EhrSQ1RW4vE+9zr6WxZgc7dvi95OWNUfGTAHUdQrd8uMRnOvo/UolGgLa wezpUAVO7/sbGB42/fw3OSIonzaEF2Q/0iqRKxnT3IYHZ6R4n5hWGoAoUUoQfYiFAX P4XzwJGaXPOmUGD5en9IN3hp1SkzBLgrSNDpAZ50=
From: ianswett <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+0166e4ab78f927c17e62f82b6aae0dff9c03af36940525e992cf000000011855d2a292a169ce14c4e0aa@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/pull/1637/review/192753893@github.com>
In-Reply-To: <quicwg/base-drafts/pull/1637@github.com>
References: <quicwg/base-drafts/pull/1637@github.com>
Subject: Re: [quicwg/base-drafts] Discuss Application-Limited Sending (#1637)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5c3e10a2de480_3bbe3fd692cd45bc20794e"; 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/HBWBqQY-2aRWrodScxzcR9YENMc>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
List-Id: Notification list for GitHub issues related to the QUIC WG <quic-issues.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=unsubscribe>
List-Archive: <https://mailarchive.ietf.org/arch/browse/quic-issues/>
List-Post: <mailto:quic-issues@ietf.org>
List-Help: <mailto:quic-issues-request@ietf.org?subject=help>
List-Subscribe: <https://www.ietf.org/mailman/listinfo/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=subscribe>
X-List-Received-Date: Tue, 15 Jan 2019 16:56:06 -0000

----==_mimepart_5c3e10a2de480_3bbe3fd692cd45bc20794e
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

ianswett commented on this pull request.



> @@ -999,6 +996,18 @@ paces the sending of any packets in excess of the initial congestion window.
 A sender MAY implement alternate mechanisms to update its congestion window
 after idle periods, such as those proposed for TCP in {{?RFC7661}}.
 
+## Application Limited Sending
+
+The congestion window should not be increased in slow start or congestion
+avoidance when it is not fully utilized.  The congestion window could be
+under-utilized due to insufficient application data to send or flow control
+limits.
+
+When the sender is pacing(see {{pacing}}) packets, the sender may be unable
+to use the full congestion window for a period of time after receiving an
+ACK, due to pacing.  In this case, the sender should not consider themselves
+application limited and should allow the congestion window to increase.

SG, maybe @janaiyengar or @nibanks will have a 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/1637#discussion_r247976925
----==_mimepart_5c3e10a2de480_3bbe3fd692cd45bc20794e
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/1637#discussion_r247976925">draft-ietf-quic-recovery.md</a>:</p>
<pre style='color:#555'>&gt; @@ -999,6 +996,18 @@ paces the sending of any packets in excess of the initial congestion window.
 A sender MAY implement alternate mechanisms to update its congestion window
 after idle periods, such as those proposed for TCP in {{?RFC7661}}.
 
+## Application Limited Sending
+
+The congestion window should not be increased in slow start or congestion
+avoidance when it is not fully utilized.  The congestion window could be
+under-utilized due to insufficient application data to send or flow control
+limits.
+
+When the sender is pacing(see {{pacing}}) packets, the sender may be unable
+to use the full congestion window for a period of time after receiving an
+ACK, due to pacing.  In this case, the sender should not consider themselves
+application limited and should allow the congestion window to increase.
</pre>
<p>SG, maybe <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> or <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> will have a 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/1637#discussion_r247976925">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AWbkqyxkz9-mjmHPx7XMP80YV-O3bDmFks5vDggigaJpZM4VytaJ">mute the thread</a>.<img src="https://github.com/notifications/beacon/AWbkq2NX2IcJnv6oApaZSe78QedPj9KXks5vDggigaJpZM4VytaJ.gif" height="1" width="1" alt="" /></p>
<script type="application/json" data-scope="inboxmarkup">{"api_version":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name":"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"https://github.githubassets.com/images/email/message_cards/header.png","avatar_image_url":"https://github.githubassets.com/images/email/message_cards/avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/quicwg/base-drafts"}},"updates":{"snippets":[{"icon":"PERSON","message":"@ianswett commented on #1637"}],"action":{"name":"View Pull Request","url":"https://github.com/quicwg/base-drafts/pull/1637#discussion_r247976925"}}}</script>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/pull/1637#discussion_r247976925",
"url": "https://github.com/quicwg/base-drafts/pull/1637#discussion_r247976925",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>
----==_mimepart_5c3e10a2de480_3bbe3fd692cd45bc20794e--


From nobody Tue Jan 15 08:58: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 69743130E85 for <quic-issues@ietfa.amsl.com>; Tue, 15 Jan 2019 08:58:48 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -12.552
X-Spam-Level: 
X-Spam-Status: No, score=-12.552 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIMWL_WL_HIGH=-4.553, 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_PASS=-0.001] autolearn=ham autolearn_force=no
Authentication-Results: ietfa.amsl.com (amavisd-new); dkim=pass (1024-bit key) header.d=github.com
Received: from mail.ietf.org ([4.31.198.44]) by localhost (ietfa.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 5Sk-8D62hdRf for <quic-issues@ietfa.amsl.com>; Tue, 15 Jan 2019 08:58: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 59969130EA4 for <quic-issues@ietf.org>; Tue, 15 Jan 2019 08:58:46 -0800 (PST)
Date: Tue, 15 Jan 2019 08:58:45 -0800
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1547571525; bh=f5wW+kLNnX4t6pwza9x3EHfuhMIinCLjAch1wsjnSJM=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=OAhJafycVZN3xlXyqIhcto+jc/uKs1vHAprvxZBjnTP4IFxUqOVzQVM3JPCEOYTTE ewkxtYb5RoKKkc/xka5O0v/OOAP9zhJcXPM2iHLj436aor9+6Uzk5J02o0nQqY0Y+K YPmI3yOMA1sp8XjoTZ8awbLKuq+0FKaKqUdMIVSk=
From: Nick Banks <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+0166e4abcbcc5fe23f33261214991bcb8651879b990da22192cf000000011855d34592a169ce14c4e0aa@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/pull/1637/review/192755351@github.com>
In-Reply-To: <quicwg/base-drafts/pull/1637@github.com>
References: <quicwg/base-drafts/pull/1637@github.com>
Subject: Re: [quicwg/base-drafts] Discuss Application-Limited Sending (#1637)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5c3e114585627_683a3fc2f6cd45bc382562"; 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/66s1PXefAHfosLAVqFlzXe5Tx5Y>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
List-Id: Notification list for GitHub issues related to the QUIC WG <quic-issues.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=unsubscribe>
List-Archive: <https://mailarchive.ietf.org/arch/browse/quic-issues/>
List-Post: <mailto:quic-issues@ietf.org>
List-Help: <mailto:quic-issues-request@ietf.org?subject=help>
List-Subscribe: <https://www.ietf.org/mailman/listinfo/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=subscribe>
X-List-Received-Date: Tue, 15 Jan 2019 16:58:49 -0000

----==_mimepart_5c3e114585627_683a3fc2f6cd45bc382562
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

nibanks commented on this pull request.



> @@ -999,6 +996,18 @@ paces the sending of any packets in excess of the initial congestion window.
 A sender MAY implement alternate mechanisms to update its congestion window
 after idle periods, such as those proposed for TCP in {{?RFC7661}}.
 
+## Application Limited Sending
+
+The congestion window should not be increased in slow start or congestion
+avoidance when it is not fully utilized.  The congestion window could be
+under-utilized due to insufficient application data to send or flow control
+limits.
+
+When the sender is pacing(see {{pacing}}) packets, the sender may be unable
+to use the full congestion window for a period of time after receiving an
+ACK, due to pacing.  In this case, the sender should not consider themselves
+application limited and should allow the congestion window to increase.

Maybe it's just a case of too much detail. I think folks should understand that just because a pacing interval has currently been used up, that's not considered application limited? So, maybe, just don't have this at all? 

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/quicwg/base-drafts/pull/1637#discussion_r247978038
----==_mimepart_5c3e114585627_683a3fc2f6cd45bc382562
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/1637#discussion_r247978038">draft-ietf-quic-recovery.md</a>:</p>
<pre style='color:#555'>&gt; @@ -999,6 +996,18 @@ paces the sending of any packets in excess of the initial congestion window.
 A sender MAY implement alternate mechanisms to update its congestion window
 after idle periods, such as those proposed for TCP in {{?RFC7661}}.
 
+## Application Limited Sending
+
+The congestion window should not be increased in slow start or congestion
+avoidance when it is not fully utilized.  The congestion window could be
+under-utilized due to insufficient application data to send or flow control
+limits.
+
+When the sender is pacing(see {{pacing}}) packets, the sender may be unable
+to use the full congestion window for a period of time after receiving an
+ACK, due to pacing.  In this case, the sender should not consider themselves
+application limited and should allow the congestion window to increase.
</pre>
<p>Maybe it's just a case of too much detail. I think folks should understand that just because a pacing interval has currently been used up, that's not considered application limited? So, maybe, just don't have this at all?</p>

<p style="font-size:small;-webkit-text-size-adjust:none;color:#666;">&mdash;<br />You are receiving this because you are subscribed to this thread.<br />Reply to this email directly, <a href="https://github.com/quicwg/base-drafts/pull/1637#discussion_r247978038">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AWbkq4AXH5oZlfYI7NCs3NoJn_1c90EKks5vDgjFgaJpZM4VytaJ">mute the thread</a>.<img src="https://github.com/notifications/beacon/AWbkq3IuC9YqRxcsLw4Ti_JGedVBceV9ks5vDgjFgaJpZM4VytaJ.gif" height="1" width="1" alt="" /></p>
<script type="application/json" data-scope="inboxmarkup">{"api_version":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name":"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"https://github.githubassets.com/images/email/message_cards/header.png","avatar_image_url":"https://github.githubassets.com/images/email/message_cards/avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/quicwg/base-drafts"}},"updates":{"snippets":[{"icon":"PERSON","message":"@nibanks commented on #1637"}],"action":{"name":"View Pull Request","url":"https://github.com/quicwg/base-drafts/pull/1637#discussion_r247978038"}}}</script>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/pull/1637#discussion_r247978038",
"url": "https://github.com/quicwg/base-drafts/pull/1637#discussion_r247978038",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>
----==_mimepart_5c3e114585627_683a3fc2f6cd45bc382562--


From nobody Tue Jan 15 09:43:48 2019
Return-Path: <bounce+565321.40f-quic-issues=ietf.org@github.com>
X-Original-To: quic-issues@ietfa.amsl.com
Delivered-To: quic-issues@ietfa.amsl.com
Received: from localhost (localhost [127.0.0.1]) by ietfa.amsl.com (Postfix) with ESMTP id ADD46130EC6 for <quic-issues@ietfa.amsl.com>; Tue, 15 Jan 2019 09:43: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=-4.553, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, RCVD_IN_DNSWL_NONE=-0.0001, SPF_PASS=-0.001] autolearn=ham autolearn_force=no
Authentication-Results: ietfa.amsl.com (amavisd-new); dkim=pass (1024-bit key) header.d=github.com
Received: from mail.ietf.org ([4.31.198.44]) by localhost (ietfa.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 0r_XJKz5B53R for <quic-issues@ietfa.amsl.com>; Tue, 15 Jan 2019 09:43:44 -0800 (PST)
Received: from m71-131.mailgun.net (m71-131.mailgun.net [166.78.71.131]) (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 A239B130DCB for <quic-issues@ietf.org>; Tue, 15 Jan 2019 09:43:44 -0800 (PST)
DKIM-Signature: a=rsa-sha256; v=1; c=relaxed/relaxed; d=github.com; q=dns/txt;  s=mailo; t=1547574223; h=Content-Transfer-Encoding: Content-Type: Mime-Version: Subject: Message-ID: To: Reply-To: From: Date: Sender; bh=h+Tv2eG5zFsurKV8wse4a+KoCdRlCBisTEX7UYdDwnA=; b=XXRnfW0r4mc3+xHttsNAvItGCjWsO/vT8HTXTuvN2DIkCKZewqFqDt+z4iJMt7X57UeVPkpA XCM43X5zrX833Ozs5c2IjIwi+yOw2Tmznkms44kSHW2vYboN7Oc6dnn1INGgHQWB6qnwyVz2 h6lQB0FU83ZTP3DbBKO3/i9rok0=
X-Mailgun-Sending-Ip: 166.78.71.131
X-Mailgun-Sid: WyJhNzYyYiIsICJxdWljLWlzc3Vlc0BpZXRmLm9yZyIsICI0MGYiXQ==
Sender: ianswett=users.noreply.github.com@github.com
Received: from github.com (Unknown [192.30.252.35]) by mxa.mailgun.org with ESMTP id 5c3e1bcf.7fdf75f52e40-smtp-out-n03; Tue, 15 Jan 2019 17:43:43 -0000 (UTC)
Date: Tue, 15 Jan 2019 09:43:42 -0800
From: ianswett <ianswett@users.noreply.github.com>
Reply-To: ianswett <ianswett@users.noreply.github.com>
To: quic-issues@ietf.org
Message-ID: <5c3e1bce4ccf0_118c2afe6d9da59446693@hookshot-fe-d252ca1.cp1-iad.github.net.mail>
Subject: [quicwg/base-drafts] f070e8: Should immediately ACK one packet
Mime-Version: 1.0
Content-Type: multipart/mixed; boundary="--==_mimepart_5c3e1bce4c984_118c2afe6d9da59446540"; charset=UTF-8
Content-Transfer-Encoding: 7bit
Archived-At: <https://mailarchive.ietf.org/arch/msg/quic-issues/-_vmoCA_30BdiD8BFQz1PW1Fm6M>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
Precedence: list
List-Id: Notification list for GitHub issues related to the QUIC WG <quic-issues.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=unsubscribe>
List-Archive: <https://mailarchive.ietf.org/arch/browse/quic-issues/>
List-Post: <mailto:quic-issues@ietf.org>
List-Help: <mailto:quic-issues-request@ietf.org?subject=help>
List-Subscribe: <https://www.ietf.org/mailman/listinfo/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=subscribe>
X-List-Received-Date: Tue, 15 Jan 2019 17:43:47 -0000

----==_mimepart_5c3e1bce4c984_118c2afe6d9da59446540
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

  Branch: refs/heads/ianswett-immediate-ack
  Home:   https://github.com/quicwg/base-drafts
  Commit: f070e8ff061c9cc366f7d56168f69dc33829b53c
      https://github.com/quicwg/base-drafts/commit/f070e8ff061c9cc366f7d56168f69dc33829b53c
  Author: ianswett <ianswett@users.noreply.github.com>
  Date:   2019-01-15 (Tue, 15 Jan 2019)

  Changed paths:
    M draft-ietf-quic-recovery.md

  Log Message:
  -----------
  Should immediately ACK one packet



      **NOTE:** This service has been marked for deprecation: https://developer.github.com/changes/2018-04-25-github-services-deprecation/

      Functionality will be removed from GitHub.com on January 31st, 2019.

----==_mimepart_5c3e1bce4c984_118c2afe6d9da59446540--


From nobody Tue Jan 15 09: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 76EEC130ECA for <quic-issues@ietfa.amsl.com>; Tue, 15 Jan 2019 09:43:50 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -10.935
X-Spam-Level: 
X-Spam-Status: No, score=-10.935 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIMWL_WL_HIGH=-4.553, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, HTML_IMAGE_ONLY_24=1.618, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-1, RCVD_IN_DNSWL_HI=-5, SPF_PASS=-0.001] autolearn=ham autolearn_force=no
Authentication-Results: ietfa.amsl.com (amavisd-new); dkim=pass (1024-bit key) header.d=github.com
Received: from mail.ietf.org ([4.31.198.44]) by localhost (ietfa.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 0Nm4Upz0UbE6 for <quic-issues@ietfa.amsl.com>; Tue, 15 Jan 2019 09:43: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 88AF5130EDA for <quic-issues@ietf.org>; Tue, 15 Jan 2019 09:43:48 -0800 (PST)
Date: Tue, 15 Jan 2019 09:43:46 -0800
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1547574226; bh=JFzuhYg+yIrSn2TCPXW6+wIat6Yu2i43QAps7E3jPYk=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=yZqOxIMUV3IHiG7n2o8NwPhDAYs3ymsX6q31oVSaEcdfKFtgz9IyMyNBm1atSYrfn fuMCrfseQgzUTaqsGBa2Ua4DqaxxWDJG49c3zBy4MzU3otzk2EsCgep+Yl7oWBktQB +Rpbhmvgl55t+QFsMHBq7R+gWiKCQsEsR8gm2SWw=
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/2025/push/3212142415@github.com>
In-Reply-To: <quicwg/base-drafts/pull/2025@github.com>
References: <quicwg/base-drafts/pull/2025@github.com>
Subject: Re: [quicwg/base-drafts] Send an immediate ACK (#2025)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5c3e1bd2b8b30_5be63f98016d45c4443e2"; 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/8dROTliQhXNPHphoot8He8pYI6M>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
List-Id: Notification list for GitHub issues related to the QUIC WG <quic-issues.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=unsubscribe>
List-Archive: <https://mailarchive.ietf.org/arch/browse/quic-issues/>
List-Post: <mailto:quic-issues@ietf.org>
List-Help: <mailto:quic-issues-request@ietf.org?subject=help>
List-Subscribe: <https://www.ietf.org/mailman/listinfo/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=subscribe>
X-List-Received-Date: Tue, 15 Jan 2019 17:43:51 -0000

----==_mimepart_5c3e1bd2b8b30_5be63f98016d45c4443e2
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

@ianswett pushed 1 commit.

f070e8ff061c9cc366f7d56168f69dc33829b53c  Should immediately ACK one packet


-- 
You are receiving this because you are subscribed to this thread.
View it on GitHub:
https://github.com/quicwg/base-drafts/pull/2025/files/b343e2b684bd69a138bf15cbfa53a1419cb539c4..f070e8ff061c9cc366f7d56168f69dc33829b53c

----==_mimepart_5c3e1bd2b8b30_5be63f98016d45c4443e2
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/f070e8ff061c9cc366f7d56168f69dc33829b53c">f070e8f</a>  Should immediately ACK one packet</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/2025/files/b343e2b684bd69a138bf15cbfa53a1419cb539c4..f070e8ff061c9cc366f7d56168f69dc33829b53c">View it on GitHub</a> or <a href="https://github.com/notifications/unsubscribe-auth/AWbkq8OBzxDA2eLDKLtDMaF4bGhX5inPks5vDhNSgaJpZM4YruSf">mute the thread</a>.<img src="https://github.com/notifications/beacon/AWbkq_Rpxahme6ZDUgiGfiyy0kCWkMNUks5vDhNSgaJpZM4YruSf.gif" height="1" width="1" alt="" /></p>
<script type="application/json" data-scope="inboxmarkup">{"api_version":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name":"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"https://github.githubassets.com/images/email/message_cards/header.png","avatar_image_url":"https://github.githubassets.com/images/email/message_cards/avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/quicwg/base-drafts"}},"updates":{"snippets":[{"icon":"PERSON","message":"@ianswett pushed 1 commit in #2025"}],"action":{"name":"View Pull Request","url":"https://github.com/quicwg/base-drafts/pull/2025/files/b343e2b684bd69a138bf15cbfa53a1419cb539c4..f070e8ff061c9cc366f7d56168f69dc33829b53c"}}}</script>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/pull/2025/files/b343e2b684bd69a138bf15cbfa53a1419cb539c4..f070e8ff061c9cc366f7d56168f69dc33829b53c",
"url": "https://github.com/quicwg/base-drafts/pull/2025/files/b343e2b684bd69a138bf15cbfa53a1419cb539c4..f070e8ff061c9cc366f7d56168f69dc33829b53c",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>

----==_mimepart_5c3e1bd2b8b30_5be63f98016d45c4443e2--


From nobody Tue Jan 15 10:15: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 86035130EEC for <quic-issues@ietfa.amsl.com>; Tue, 15 Jan 2019 10:15:45 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -12.552
X-Spam-Level: 
X-Spam-Status: No, score=-12.552 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIMWL_WL_HIGH=-4.553, 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_PASS=-0.001] autolearn=ham autolearn_force=no
Authentication-Results: ietfa.amsl.com (amavisd-new); dkim=pass (1024-bit key) header.d=github.com
Received: from mail.ietf.org ([4.31.198.44]) by localhost (ietfa.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id DOusNLJ_pgyL for <quic-issues@ietfa.amsl.com>; Tue, 15 Jan 2019 10:15: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 601A9130EE6 for <quic-issues@ietf.org>; Tue, 15 Jan 2019 10:15:43 -0800 (PST)
Date: Tue, 15 Jan 2019 10:15:42 -0800
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1547576142; bh=Uf3LRjE0FhCQodK0nnfObR6W1UtL2PiTptmcjy6RZ6E=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=UT2Haxw1TiogiD0vpqK7HFFhQu735EDcPvJzGsjm1Jk6OfUh7yqAdMNETlftyBLEz 8153Uq4nZqJla73AZNNja9qxo6zL2VwYJMpoNZ4g7scW1S+CkowawbCVxiBch183ha yqaNpPkqvYjONLohb/D4KFQpVXatX8V3qC2BKUUU=
From: ianswett <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+0166e4abe6399921b59fad93fc63418c4b4ff5d4a242592892cf000000011855e54e92a169ce17261a55@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/issues/2103/454494918@github.com>
In-Reply-To: <quicwg/base-drafts/issues/2103@github.com>
References: <quicwg/base-drafts/issues/2103@github.com>
Subject: Re: [quicwg/base-drafts] Guidelines for Retransmitting Lost Data (#2103)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5c3e234e366a5_6c923fe6bf4d45b42079b7"; 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/wdKh91Gql_wkzN_F-SIZIIYFWho>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
List-Id: Notification list for GitHub issues related to the QUIC WG <quic-issues.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=unsubscribe>
List-Archive: <https://mailarchive.ietf.org/arch/browse/quic-issues/>
List-Post: <mailto:quic-issues@ietf.org>
List-Help: <mailto:quic-issues-request@ietf.org?subject=help>
List-Subscribe: <https://www.ietf.org/mailman/listinfo/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=subscribe>
X-List-Received-Date: Tue, 15 Jan 2019 18:15:45 -0000

----==_mimepart_5c3e234e366a5_6c923fe6bf4d45b42079b7
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

The current text, which was written after this issue was filed is:
"Probe packets sent on a PTO MUST be ack-eliciting. A probe packet SHOULD carry new data when possible. A probe packet MAY carry retransmitted unacknowledged data when new data is unavailable, when flow control does not permit new data to be sent, or to opportunistically reduce loss recovery delay. Implementations MAY use alternate strategies for determining the content of probe packets, including sending new or retransmitted data based on the application's priorities."

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/quicwg/base-drafts/issues/2103#issuecomment-454494918
----==_mimepart_5c3e234e366a5_6c923fe6bf4d45b42079b7
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: quoted-printable

<p>The current text, which was written after this issue was filed is:<br>=

"Probe packets sent on a PTO MUST be ack-eliciting. A probe packet SHOULD=
 carry new data when possible. A probe packet MAY carry retransmitted una=
cknowledged data when new data is unavailable, when flow control does not=
 permit new data to be sent, or to opportunistically reduce loss recovery=
 delay. Implementations MAY use alternate strategies for determining the =
content of probe packets, including sending new or retransmitted data bas=
ed on the application's priorities."</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/2103#issuecomment-454494918">view it on GitHub</a>,=
 or <a href=3D"https://github.com/notifications/unsubscribe-auth/AWbkq6kp=
yk9PwB1PZf_hzGue0up2cjIJks5vDhrOgaJpZM4ZHNQm">mute the thread</a>.<img sr=
c=3D"https://github.com/notifications/beacon/AWbkq-xt0td89IJZEhTqlQUcYxj3=
AnzJks5vDhrOgaJpZM4ZHNQm.gif" height=3D"1" width=3D"1" alt=3D"" /></p>
<script type=3D"application/json" data-scope=3D"inboxmarkup">{"api_versio=
n":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name"=
:"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"=
quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"http=
s://github.githubassets.com/images/email/message_cards/header.png","avata=
r_image_url":"https://github.githubassets.com/images/email/message_cards/=
avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/q=
uicwg/base-drafts"}},"updates":{"snippets":[{"icon":"PERSON","message":"@=
ianswett in #2103: The current text, which was written after this issue w=
as filed is:\r\n\"Probe packets sent on a PTO MUST be ack-eliciting. A pr=
obe packet SHOULD carry new data when possible. A probe packet MAY carry =
retransmitted unacknowledged data when new data is unavailable, when flow=
 control does not permit new data to be sent, or to opportunistically red=
uce loss recovery delay. Implementations MAY use alternate strategies for=
 determining the content of probe packets, including sending new or retra=
nsmitted data based on the application's priorities.\""}],"action":{"name=
":"View Issue","url":"https://github.com/quicwg/base-drafts/issues/2103#i=
ssuecomment-454494918"}}}</script>
<script type=3D"application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/issues/2103#issuecomment=
-454494918",
"url": "https://github.com/quicwg/base-drafts/issues/2103#issuecomment-45=
4494918",
"name": "View Issue"
},
"description": "View this Issue on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>=

----==_mimepart_5c3e234e366a5_6c923fe6bf4d45b42079b7--


From nobody Tue Jan 15 10:18: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 47192130EEC for <quic-issues@ietfa.amsl.com>; Tue, 15 Jan 2019 10:18:05 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -12.553
X-Spam-Level: 
X-Spam-Status: No, score=-12.553 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIMWL_WL_HIGH=-4.553, 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_PASS=-0.001] autolearn=ham autolearn_force=no
Authentication-Results: ietfa.amsl.com (amavisd-new); dkim=pass (1024-bit key) header.d=github.com
Received: from mail.ietf.org ([4.31.198.44]) by localhost (ietfa.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id puPY1ma_yaJZ for <quic-issues@ietfa.amsl.com>; Tue, 15 Jan 2019 10:18:02 -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 581B8130EE6 for <quic-issues@ietf.org>; Tue, 15 Jan 2019 10:18:02 -0800 (PST)
Date: Tue, 15 Jan 2019 10:18:01 -0800
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1547576281; bh=6I8lfk9E7/6SOG7rySkT+egZhPuCnNbmEfFM2leZTpg=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=DGyxwqNnFiUh1fevjt9FfJ8lhcfP1peF0Dvt3E0zfdR0TdqQezfWuHOUB6z6DRc9T MYlNYQemWhQtxqXqgJyFyuclQMBDeoRIhLgUW8Of0uepYWSHcWgIe4+GyVAiPv5ZS3 DGMsHVfG3VoM5vWRVHHX3gZ3j+Zni8XvFwdgx/Z4=
From: martinduke <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+0166e4ab2d1a0376095dcdd472815a4f768621c5526e105392cf000000011855e5d992a169ce16d11972@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/pull/2025/review/192783368@github.com>
In-Reply-To: <quicwg/base-drafts/pull/2025@github.com>
References: <quicwg/base-drafts/pull/2025@github.com>
Subject: Re: [quicwg/base-drafts] Send an immediate ACK (#2025)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5c3e23d967082_53183f9d2a0d45c416301b"; 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/dpfYsaoGbyW44-Srqy5sif1YXvs>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
List-Id: Notification list for GitHub issues related to the QUIC WG <quic-issues.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=unsubscribe>
List-Archive: <https://mailarchive.ietf.org/arch/browse/quic-issues/>
List-Post: <mailto:quic-issues@ietf.org>
List-Help: <mailto:quic-issues-request@ietf.org?subject=help>
List-Subscribe: <https://www.ietf.org/mailman/listinfo/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=subscribe>
X-List-Received-Date: Tue, 15 Jan 2019 18:18:06 -0000

----==_mimepart_5c3e23d967082_53183f9d2a0d45c416301b
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

martinduke commented on this pull request.

I am not sure where this stack of SHOULDs leaves us.

There is one MUST, which is that we MUST ack within max_ack_delay.

Beyond that, receivers:
SHOULD NOT ack every packet
SHOULD ack every other packet.
SHOULD immediately ack if OOO
MAY immediately ack subsequent packets, but
SHOULD NOT do it for a whole RTT.

The MAY seems a little redundant; it is clearly authorized by the lack of any MUSTs. I think you are trying to say "receivers SHOULD immediately ack an OOO packet and the next few packets after that to improve the chance of delivery". Maybe just say that?



>  
 Out-of-order packets SHOULD be acknowledged more quickly, in order to accelerate
 loss recovery.  The receiver SHOULD send an immediate ACK when it receives a new
-packet which is not one greater than the largest received packet number.
+packet which is not the next expected one. That is, its packet number is not one
+greater than the largest received packet number.  A receiver MAY immediately
+ack subsequent packets after first receiving a packet out of order. A receiver
+SHOULD NOT send an immediate ACK any time there is a gap in the ACK frame,

the ACK frame it is sending, or the ACK it is receiving? I think you mean the ACK frame it's sending, but it took me a couple of readings to get 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/2025#pullrequestreview-192783368
----==_mimepart_5c3e23d967082_53183f9d2a0d45c416301b
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

<p><b>@martinduke</b> commented on this pull request.</p>

<p>I am not sure where this stack of SHOULDs leaves us.</p>
<p>There is one MUST, which is that we MUST ack within max_ack_delay.</p>
<p>Beyond that, receivers:<br>
SHOULD NOT ack every packet<br>
SHOULD ack every other packet.<br>
SHOULD immediately ack if OOO<br>
MAY immediately ack subsequent packets, but<br>
SHOULD NOT do it for a whole RTT.</p>
<p>The MAY seems a little redundant; it is clearly authorized by the lack of any MUSTs. I think you are trying to say "receivers SHOULD immediately ack an OOO packet and the next few packets after that to improve the chance of delivery". Maybe just say that?</p><hr>

<p>In <a href="https://github.com/quicwg/base-drafts/pull/2025#discussion_r247999929">draft-ietf-quic-recovery.md</a>:</p>
<pre style='color:#555'>&gt;  
 Out-of-order packets SHOULD be acknowledged more quickly, in order to accelerate
 loss recovery.  The receiver SHOULD send an immediate ACK when it receives a new
-packet which is not one greater than the largest received packet number.
+packet which is not the next expected one. That is, its packet number is not one
+greater than the largest received packet number.  A receiver MAY immediately
+ack subsequent packets after first receiving a packet out of order. A receiver
+SHOULD NOT send an immediate ACK any time there is a gap in the ACK frame,
</pre>
<p>the ACK frame it is sending, or the ACK it is receiving? I think you mean the ACK frame it's sending, but it took me a couple of readings to get 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/2025#pullrequestreview-192783368">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AWbkq5ul7X7kWODIHfCpkzujilTFrNepks5vDhtZgaJpZM4YruSf">mute the thread</a>.<img src="https://github.com/notifications/beacon/AWbkq-ieQxyiYVTv0ZrUyM2uRCrPVYM7ks5vDhtZgaJpZM4YruSf.gif" height="1" width="1" alt="" /></p>
<script type="application/json" data-scope="inboxmarkup">{"api_version":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name":"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"https://github.githubassets.com/images/email/message_cards/header.png","avatar_image_url":"https://github.githubassets.com/images/email/message_cards/avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/quicwg/base-drafts"}},"updates":{"snippets":[{"icon":"PERSON","message":"@martinduke commented on #2025"}],"action":{"name":"View Pull Request","url":"https://github.com/quicwg/base-drafts/pull/2025#pullrequestreview-192783368"}}}</script>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/pull/2025#pullrequestreview-192783368",
"url": "https://github.com/quicwg/base-drafts/pull/2025#pullrequestreview-192783368",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>
----==_mimepart_5c3e23d967082_53183f9d2a0d45c416301b--


From nobody Tue Jan 15 10:28: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 32303130F02 for <quic-issues@ietfa.amsl.com>; Tue, 15 Jan 2019 10:28:43 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -11.149
X-Spam-Level: 
X-Spam-Status: No, score=-11.149 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIMWL_WL_HIGH=-4.553, 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_PASS=-0.001] autolearn=ham autolearn_force=no
Authentication-Results: ietfa.amsl.com (amavisd-new); dkim=pass (1024-bit key) header.d=github.com
Received: from mail.ietf.org ([4.31.198.44]) by localhost (ietfa.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id dlREpS7IQ9yu for <quic-issues@ietfa.amsl.com>; Tue, 15 Jan 2019 10:28: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 71273130EFA for <quic-issues@ietf.org>; Tue, 15 Jan 2019 10:28:41 -0800 (PST)
Date: Tue, 15 Jan 2019 10:28:40 -0800
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1547576920; bh=wqPToRQR1XPsChl6hkrnhOrM53s5J9OixcuVF1JUEjA=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=FXpcwuPCMzgCsOLIAjTdVYTydYVHkG70L4bkxedmrmNBy1RnzNsJhACh4SEqfBRoI kuEN2Nm9mjZIZUh2zDjsZLlNzSMfwvjVphY+4gtj+LJPsEXEDqeGRjEDnH8EJ9oKrz JyYmoRk29YdYjSrfjBj4gvI/4hrt6pg4/p3lRF/U=
From: martinduke <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+0166e4ab6280254b57628e3ed803e89b6ae38bb97c5d4b8792cf000000011855e85892a169ce17261a55@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/issues/2103/454499260@github.com>
In-Reply-To: <quicwg/base-drafts/issues/2103@github.com>
References: <quicwg/base-drafts/issues/2103@github.com>
Subject: Re: [quicwg/base-drafts] Guidelines for Retransmitting Lost Data (#2103)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5c3e2658a3bdc_23d23fe95ced45c4314df"; 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/jFUuyNbR8oeN5IgERzFHAuRWY00>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
List-Id: Notification list for GitHub issues related to the QUIC WG <quic-issues.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=unsubscribe>
List-Archive: <https://mailarchive.ietf.org/arch/browse/quic-issues/>
List-Post: <mailto:quic-issues@ietf.org>
List-Help: <mailto:quic-issues-request@ietf.org?subject=help>
List-Subscribe: <https://www.ietf.org/mailman/listinfo/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=subscribe>
X-List-Received-Date: Tue, 15 Jan 2019 18:28:43 -0000

----==_mimepart_5c3e2658a3bdc_23d23fe95ced45c4314df
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

The current text is fine as a normative spec. The point of the issue, though, is to provide some suggestions on how to pick the "retransmitted unacknowledged data". It is not certainly not obvious to me how this logic should go.

There's a somewhat broader discussion about how we're defining loss and loss response that isn't going to go well over github. Can we leave this open until I can try to explain to you and Jana in Tokyo?

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/quicwg/base-drafts/issues/2103#issuecomment-454499260
----==_mimepart_5c3e2658a3bdc_23d23fe95ced45c4314df
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: quoted-printable

<p>The current text is fine as a normative spec. The point of the issue, =
though, is to provide some suggestions on how to pick the "retransmitted =
unacknowledged data". It is not certainly not obvious to me how this logi=
c should go.</p>
<p>There's a somewhat broader discussion about how we're defining loss an=
d loss response that isn't going to go well over github. Can we leave thi=
s open until I can try to explain to you and Jana in Tokyo?</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/2103#issuecomment-454499260">view it on GitHub</a>,=
 or <a href=3D"https://github.com/notifications/unsubscribe-auth/AWbkqzZ4=
-ORcruhWZN2085_H-F2Mqqsyks5vDh3YgaJpZM4ZHNQm">mute the thread</a>.<img sr=
c=3D"https://github.com/notifications/beacon/AWbkq9vekDk7LBf7bOCAbH6259TI=
kYPbks5vDh3YgaJpZM4ZHNQm.gif" height=3D"1" width=3D"1" alt=3D"" /></p>
<script type=3D"application/json" data-scope=3D"inboxmarkup">{"api_versio=
n":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name"=
:"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"=
quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"http=
s://github.githubassets.com/images/email/message_cards/header.png","avata=
r_image_url":"https://github.githubassets.com/images/email/message_cards/=
avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/q=
uicwg/base-drafts"}},"updates":{"snippets":[{"icon":"PERSON","message":"@=
martinduke in #2103: The current text is fine as a normative spec. The po=
int of the issue, though, is to provide some suggestions on how to pick t=
he \"retransmitted unacknowledged data\". It is not certainly not obvious=
 to me how this logic should go.\r\n\r\nThere's a somewhat broader discus=
sion about how we're defining loss and loss response that isn't going to =
go well over github. Can we leave this open until I can try to explain to=
 you and Jana in Tokyo?"}],"action":{"name":"View Issue","url":"https://g=
ithub.com/quicwg/base-drafts/issues/2103#issuecomment-454499260"}}}</scri=
pt>
<script type=3D"application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/issues/2103#issuecomment=
-454499260",
"url": "https://github.com/quicwg/base-drafts/issues/2103#issuecomment-45=
4499260",
"name": "View Issue"
},
"description": "View this Issue on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>=

----==_mimepart_5c3e2658a3bdc_23d23fe95ced45c4314df--


From nobody Tue Jan 15 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 7C7A6130F11 for <quic-issues@ietfa.amsl.com>; Tue, 15 Jan 2019 10:32:28 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -11.007
X-Spam-Level: 
X-Spam-Status: No, score=-11.007 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIMWL_WL_HIGH=-4.553, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, HTML_IMAGE_ONLY_20=1.546, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-1, RCVD_IN_DNSWL_HI=-5, SPF_PASS=-0.001] autolearn=ham autolearn_force=no
Authentication-Results: ietfa.amsl.com (amavisd-new); dkim=pass (1024-bit key) header.d=github.com
Received: from mail.ietf.org ([4.31.198.44]) by localhost (ietfa.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id DamwZFwMy3VM for <quic-issues@ietfa.amsl.com>; Tue, 15 Jan 2019 10:32: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 268D6130F03 for <quic-issues@ietf.org>; Tue, 15 Jan 2019 10:32:26 -0800 (PST)
Date: Tue, 15 Jan 2019 10:32:25 -0800
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1547577145; bh=OXERJRCSXlOiJKxGGNCOrUUaIZtpl6NlRDBjTwpTiS0=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=dpz36qQWi02iBM4ycipT9zV+s1WZRFGRB/ttuAq6m0g1QolXLIXxuB4kQaXH8rLr5 NxgQ24ymwkvysG/+GDeMgE6PXMRiil2o/V0md7/HwBQeKWFmvkwBQyQLuHJuCZAKfy HAJPSfphC8DqCKavMwbZ2vTK4NFln2RU8poFmNDs=
From: ianswett <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+0166e4ab8ac4a70baa4552efc65e44c5e9d4fbb91669d46092cf000000011855e93992a169ce17261a55@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/issues/2103/454500539@github.com>
In-Reply-To: <quicwg/base-drafts/issues/2103@github.com>
References: <quicwg/base-drafts/issues/2103@github.com>
Subject: Re: [quicwg/base-drafts] Guidelines for Retransmitting Lost Data (#2103)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5c3e273917cc4_24ec3fa5064d45b4112955"; 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/OlthM5khPWo6R5EOCOQ2c0RSrmU>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
List-Id: Notification list for GitHub issues related to the QUIC WG <quic-issues.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=unsubscribe>
List-Archive: <https://mailarchive.ietf.org/arch/browse/quic-issues/>
List-Post: <mailto:quic-issues@ietf.org>
List-Help: <mailto:quic-issues-request@ietf.org?subject=help>
List-Subscribe: <https://www.ietf.org/mailman/listinfo/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=subscribe>
X-List-Received-Date: Tue, 15 Jan 2019 18:32:29 -0000

----==_mimepart_5c3e273917cc4_24ec3fa5064d45b4112955
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

Sure, let's discuss in person.

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/quicwg/base-drafts/issues/2103#issuecomment-454500539
----==_mimepart_5c3e273917cc4_24ec3fa5064d45b4112955
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

<p>Sure, let's discuss in person.</p>

<p style="font-size:small;-webkit-text-size-adjust:none;color:#666;">&mdash;<br />You are receiving this because you are subscribed to this thread.<br />Reply to this email directly, <a href="https://github.com/quicwg/base-drafts/issues/2103#issuecomment-454500539">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AWbkqyCTA88yb1tFdz0tu2XcdgOzGRfqks5vDh65gaJpZM4ZHNQm">mute the thread</a>.<img src="https://github.com/notifications/beacon/AWbkqztpBqJF_xtpPwb6N_Cz3M52GESWks5vDh65gaJpZM4ZHNQm.gif" height="1" width="1" alt="" /></p>
<script type="application/json" data-scope="inboxmarkup">{"api_version":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name":"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"https://github.githubassets.com/images/email/message_cards/header.png","avatar_image_url":"https://github.githubassets.com/images/email/message_cards/avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/quicwg/base-drafts"}},"updates":{"snippets":[{"icon":"PERSON","message":"@ianswett in #2103: Sure, let's discuss in person."}],"action":{"name":"View Issue","url":"https://github.com/quicwg/base-drafts/issues/2103#issuecomment-454500539"}}}</script>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/issues/2103#issuecomment-454500539",
"url": "https://github.com/quicwg/base-drafts/issues/2103#issuecomment-454500539",
"name": "View Issue"
},
"description": "View this Issue on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>
----==_mimepart_5c3e273917cc4_24ec3fa5064d45b4112955--


From nobody Tue Jan 15 10:47:58 2019
Return-Path: <bounce+565321.40f-quic-issues=ietf.org@github.com>
X-Original-To: quic-issues@ietfa.amsl.com
Delivered-To: quic-issues@ietfa.amsl.com
Received: from localhost (localhost [127.0.0.1]) by ietfa.amsl.com (Postfix) with ESMTP id 4656F130F03 for <quic-issues@ietfa.amsl.com>; Tue, 15 Jan 2019 10:47: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=-4.553, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, RCVD_IN_DNSWL_NONE=-0.0001, SPF_PASS=-0.001] autolearn=ham autolearn_force=no
Authentication-Results: ietfa.amsl.com (amavisd-new); dkim=pass (1024-bit key) header.d=github.com
Received: from mail.ietf.org ([4.31.198.44]) by localhost (ietfa.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id gyQqwd-NJQmY for <quic-issues@ietfa.amsl.com>; Tue, 15 Jan 2019 10:47:54 -0800 (PST)
Received: from m69-169.mailgun.net (m69-169.mailgun.net [166.78.69.169]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id 0913812426E for <quic-issues@ietf.org>; Tue, 15 Jan 2019 10:47:53 -0800 (PST)
DKIM-Signature: a=rsa-sha256; v=1; c=relaxed/relaxed; d=github.com; q=dns/txt;  s=mailo; t=1547578073; h=Content-Transfer-Encoding: Content-Type: Mime-Version: Subject: Message-ID: To: Reply-To: From: Date: Sender; bh=E7MrxqDPWUB+fFRMqI6OkS3s08mggGT14W6s9zrvWHg=; b=HRqmoS3APnfBRiyYOqSs8HSTyu9OMkxuJ4BLMlIjNLljqf3Vct08wHKs+N0IT02JHeRp50R1 NmhIbIYcl6dbSMN/hSBWDvpwzu0sIyUlUmIEnIUWbKYIy6xjcEVZTsmlrfqu5WRP7zYzB33j cNAKmLxLudxS1JjMC1WfhFZqGvw=
X-Mailgun-Sending-Ip: 166.78.69.169
X-Mailgun-Sid: WyJhNzYyYiIsICJxdWljLWlzc3Vlc0BpZXRmLm9yZyIsICI0MGYiXQ==
Sender: ianswett=users.noreply.github.com@github.com
Received: from github.com (Unknown [192.30.252.39]) by mxa.mailgun.org with ESMTP id 5c3e2ad8.7fae27e646c0-smtp-out-n01; Tue, 15 Jan 2019 18:47:52 -0000 (UTC)
Date: Tue, 15 Jan 2019 10:47:52 -0800
From: ianswett <ianswett@users.noreply.github.com>
Reply-To: ianswett <ianswett@users.noreply.github.com>
To: quic-issues@ietf.org
Message-ID: <5c3e2ad8664b1_c062aad82ec6594843a8@hookshot-fe-dfcc362.cp1-iad.github.net.mail>
Subject: [quicwg/base-drafts] 60a625: Update draft-ietf-quic-recovery.md
Mime-Version: 1.0
Content-Type: multipart/mixed; boundary="--==_mimepart_5c3e2ad865eb5_c062aad82ec6594842eb"; charset=UTF-8
Content-Transfer-Encoding: 7bit
Archived-At: <https://mailarchive.ietf.org/arch/msg/quic-issues/QOrvTxkwM_OQKhhk4t3HMO5L-kE>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
Precedence: list
List-Id: Notification list for GitHub issues related to the QUIC WG <quic-issues.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=unsubscribe>
List-Archive: <https://mailarchive.ietf.org/arch/browse/quic-issues/>
List-Post: <mailto:quic-issues@ietf.org>
List-Help: <mailto:quic-issues-request@ietf.org?subject=help>
List-Subscribe: <https://www.ietf.org/mailman/listinfo/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=subscribe>
X-List-Received-Date: Tue, 15 Jan 2019 18:47:56 -0000

----==_mimepart_5c3e2ad865eb5_c062aad82ec6594842eb
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

  Branch: refs/heads/ianswett-immediate-ack
  Home:   https://github.com/quicwg/base-drafts
  Commit: 60a6255b8de4a75f9e0d9bee4cb43036889d6d59
      https://github.com/quicwg/base-drafts/commit/60a6255b8de4a75f9e0d9bee4cb43036889d6d59
  Author: ianswett <ianswett@users.noreply.github.com>
  Date:   2019-01-15 (Tue, 15 Jan 2019)

  Changed paths:
    M draft-ietf-quic-recovery.md

  Log Message:
  -----------
  Update draft-ietf-quic-recovery.md



      **NOTE:** This service has been marked for deprecation: https://developer.github.com/changes/2018-04-25-github-services-deprecation/

      Functionality will be removed from GitHub.com on January 31st, 2019.

----==_mimepart_5c3e2ad865eb5_c062aad82ec6594842eb--


From nobody Tue Jan 15 10:48: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 6EA87130F1A for <quic-issues@ietfa.amsl.com>; Tue, 15 Jan 2019 10:47:59 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -10.935
X-Spam-Level: 
X-Spam-Status: No, score=-10.935 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIMWL_WL_HIGH=-4.553, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, HTML_IMAGE_ONLY_24=1.618, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-1, RCVD_IN_DNSWL_HI=-5, SPF_PASS=-0.001] autolearn=ham autolearn_force=no
Authentication-Results: ietfa.amsl.com (amavisd-new); dkim=pass (1024-bit key) header.d=github.com
Received: from mail.ietf.org ([4.31.198.44]) by localhost (ietfa.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id eT_tCOx9oqa1 for <quic-issues@ietfa.amsl.com>; Tue, 15 Jan 2019 10:47:57 -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 6F6A412426E for <quic-issues@ietf.org>; Tue, 15 Jan 2019 10:47:57 -0800 (PST)
Date: Tue, 15 Jan 2019 10:47:56 -0800
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1547578076; bh=Z2UITKei6j4hVOOuDlhk2hK54G1EoUhOTVxn7yMZUSA=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=NwDSPu6OngcqJEJxa14ZgWYIeikQlDnqlZSQ0oilfeT/FW7R52Djy9d7ARml7BUkn ff4PZOslogISsSOR+VSAbnrfGE9WZHTcx+b6w9vQSJzGd6QKgffZQb5wiQE6W4C1XQ gqBfi8N3dKdgYQ1U+QoS74+zb8zmicDMKldungck=
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/2025/push/3212334832@github.com>
In-Reply-To: <quicwg/base-drafts/pull/2025@github.com>
References: <quicwg/base-drafts/pull/2025@github.com>
Subject: Re: [quicwg/base-drafts] Send an immediate ACK (#2025)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5c3e2adc6f27f_eb33f8de7ad45bc159726"; 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/WCEjLgIMbw0XT8jQ7obfqVyHzF0>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
List-Id: Notification list for GitHub issues related to the QUIC WG <quic-issues.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=unsubscribe>
List-Archive: <https://mailarchive.ietf.org/arch/browse/quic-issues/>
List-Post: <mailto:quic-issues@ietf.org>
List-Help: <mailto:quic-issues-request@ietf.org?subject=help>
List-Subscribe: <https://www.ietf.org/mailman/listinfo/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=subscribe>
X-List-Received-Date: Tue, 15 Jan 2019 18:48:00 -0000

----==_mimepart_5c3e2adc6f27f_eb33f8de7ad45bc159726
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

@ianswett pushed 1 commit.

60a6255b8de4a75f9e0d9bee4cb43036889d6d59  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/2025/files/f070e8ff061c9cc366f7d56168f69dc33829b53c..60a6255b8de4a75f9e0d9bee4cb43036889d6d59

----==_mimepart_5c3e2adc6f27f_eb33f8de7ad45bc159726
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/60a6255b8de4a75f9e0d9bee4cb43036889d6d59">60a6255</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/2025/files/f070e8ff061c9cc366f7d56168f69dc33829b53c..60a6255b8de4a75f9e0d9bee4cb43036889d6d59">View it on GitHub</a> or <a href="https://github.com/notifications/unsubscribe-auth/AWbkqwajzQD7qo3uIPrAXbwQST0dMlzhks5vDiJcgaJpZM4YruSf">mute the thread</a>.<img src="https://github.com/notifications/beacon/AWbkq4BKHNQR6pURvLQS0Xn0i3HdMlxpks5vDiJcgaJpZM4YruSf.gif" height="1" width="1" alt="" /></p>
<script type="application/json" data-scope="inboxmarkup">{"api_version":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name":"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"https://github.githubassets.com/images/email/message_cards/header.png","avatar_image_url":"https://github.githubassets.com/images/email/message_cards/avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/quicwg/base-drafts"}},"updates":{"snippets":[{"icon":"PERSON","message":"@ianswett pushed 1 commit in #2025"}],"action":{"name":"View Pull Request","url":"https://github.com/quicwg/base-drafts/pull/2025/files/f070e8ff061c9cc366f7d56168f69dc33829b53c..60a6255b8de4a75f9e0d9bee4cb43036889d6d59"}}}</script>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/pull/2025/files/f070e8ff061c9cc366f7d56168f69dc33829b53c..60a6255b8de4a75f9e0d9bee4cb43036889d6d59",
"url": "https://github.com/quicwg/base-drafts/pull/2025/files/f070e8ff061c9cc366f7d56168f69dc33829b53c..60a6255b8de4a75f9e0d9bee4cb43036889d6d59",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>

----==_mimepart_5c3e2adc6f27f_eb33f8de7ad45bc159726--


From nobody Tue Jan 15 10:48:43 2019
Return-Path: <bounce+565321.40f-quic-issues=ietf.org@github.com>
X-Original-To: quic-issues@ietfa.amsl.com
Delivered-To: quic-issues@ietfa.amsl.com
Received: from localhost (localhost [127.0.0.1]) by ietfa.amsl.com (Postfix) with ESMTP id E1A67130F0F for <quic-issues@ietfa.amsl.com>; Tue, 15 Jan 2019 10:48: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=-4.553, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, RCVD_IN_DNSWL_NONE=-0.0001, SPF_PASS=-0.001] autolearn=ham autolearn_force=no
Authentication-Results: ietfa.amsl.com (amavisd-new); dkim=pass (1024-bit key) header.d=github.com
Received: from mail.ietf.org ([4.31.198.44]) by localhost (ietfa.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id DiSuo9Z3feIr for <quic-issues@ietfa.amsl.com>; Tue, 15 Jan 2019 10:48:40 -0800 (PST)
Received: from m71-131.mailgun.net (m71-131.mailgun.net [166.78.71.131]) (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 CD09C12426E for <quic-issues@ietf.org>; Tue, 15 Jan 2019 10:48:39 -0800 (PST)
DKIM-Signature: a=rsa-sha256; v=1; c=relaxed/relaxed; d=github.com; q=dns/txt;  s=mailo; t=1547578118; h=Content-Transfer-Encoding: Content-Type: Mime-Version: Subject: Message-ID: To: Reply-To: From: Date: Sender; bh=UP59ZaUJUl/vDxAHk7fl1XICJjRHQlOOJMFZc5M7WSE=; b=goZDI2CIuwHCu6THdxq/jeFrpRlWJxGH4bwnStlDUhizuhLNKKRWICX3omVznxfNBUU3kE0/ /cfDtIjG93dndN8r4osTbR6q6whepbzNO8GhK+iF5FTewHk12jNoBzFNQGfGTdhs6PomyWQL ssRXUFh4yqqtLYyFpeCS/nWEzOw=
X-Mailgun-Sending-Ip: 166.78.71.131
X-Mailgun-Sid: WyJhNzYyYiIsICJxdWljLWlzc3Vlc0BpZXRmLm9yZyIsICI0MGYiXQ==
Sender: ianswett=users.noreply.github.com@github.com
Received: from github.com (Unknown [192.30.252.39]) by mxa.mailgun.org with ESMTP id 5c3e2b06.7f5737029e40-smtp-out-n03; Tue, 15 Jan 2019 18:48:38 -0000 (UTC)
Date: Tue, 15 Jan 2019 10:48:37 -0800
From: ianswett <ianswett@users.noreply.github.com>
Reply-To: ianswett <ianswett@users.noreply.github.com>
To: quic-issues@ietf.org
Message-ID: <5c3e2b059f226_211d2aad44e74584288c5@hookshot-fe-31feec6.cp1-iad.github.net.mail>
Subject: [quicwg/base-drafts] cfb0ae: Update draft-ietf-quic-recovery.md
Mime-Version: 1.0
Content-Type: multipart/mixed; boundary="--==_mimepart_5c3e2b059ead7_211d2aad44e745842873e"; charset=UTF-8
Content-Transfer-Encoding: 7bit
Archived-At: <https://mailarchive.ietf.org/arch/msg/quic-issues/E14hpW7OR81nG83rg2I5kZzQpS4>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
Precedence: list
List-Id: Notification list for GitHub issues related to the QUIC WG <quic-issues.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=unsubscribe>
List-Archive: <https://mailarchive.ietf.org/arch/browse/quic-issues/>
List-Post: <mailto:quic-issues@ietf.org>
List-Help: <mailto:quic-issues-request@ietf.org?subject=help>
List-Subscribe: <https://www.ietf.org/mailman/listinfo/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=subscribe>
X-List-Received-Date: Tue, 15 Jan 2019 18:48:42 -0000

----==_mimepart_5c3e2b059ead7_211d2aad44e745842873e
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

  Branch: refs/heads/ianswett-immediate-ack
  Home:   https://github.com/quicwg/base-drafts
  Commit: cfb0ae882b4d80fc8f2311dd7245c6da86dd19ca
      https://github.com/quicwg/base-drafts/commit/cfb0ae882b4d80fc8f2311dd7245c6da86dd19ca
  Author: ianswett <ianswett@users.noreply.github.com>
  Date:   2019-01-15 (Tue, 15 Jan 2019)

  Changed paths:
    M draft-ietf-quic-recovery.md

  Log Message:
  -----------
  Update draft-ietf-quic-recovery.md



      **NOTE:** This service has been marked for deprecation: https://developer.github.com/changes/2018-04-25-github-services-deprecation/

      Functionality will be removed from GitHub.com on January 31st, 2019.

----==_mimepart_5c3e2b059ead7_211d2aad44e745842873e--


From nobody Tue Jan 15 10:48: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 1B0DC130F1A for <quic-issues@ietfa.amsl.com>; Tue, 15 Jan 2019 10:48:45 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -10.935
X-Spam-Level: 
X-Spam-Status: No, score=-10.935 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIMWL_WL_HIGH=-4.553, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, HTML_IMAGE_ONLY_24=1.618, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-1, RCVD_IN_DNSWL_HI=-5, SPF_PASS=-0.001] autolearn=ham autolearn_force=no
Authentication-Results: ietfa.amsl.com (amavisd-new); dkim=pass (1024-bit key) header.d=github.com
Received: from mail.ietf.org ([4.31.198.44]) by localhost (ietfa.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id qtbFuTA8iefG for <quic-issues@ietfa.amsl.com>; Tue, 15 Jan 2019 10:48: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 422B212426E for <quic-issues@ietf.org>; Tue, 15 Jan 2019 10:48:43 -0800 (PST)
Date: Tue, 15 Jan 2019 10:48:42 -0800
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1547578122; bh=EZtPrkbajEk6lNyksPCG7m/Z3NlRHfiBe7jQ/V0cBmw=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=CdqGF4gpObIehjDlM4BRVqc2wATuC1FeCJH5W78odMpqeIEMznSeQVzDkB4Sv61Oa xAeLgh8Wv7xQjOE2XUucEeUvj4oeFIj+qp/y4GJ8vFeZpvkVB4okZGC37XraKukTJE bjMzMi9Xq5/eZtQXJ3+2YSGLW6pimeH+WKWAY5UY=
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/2025/push/3212337107@github.com>
In-Reply-To: <quicwg/base-drafts/pull/2025@github.com>
References: <quicwg/base-drafts/pull/2025@github.com>
Subject: Re: [quicwg/base-drafts] Send an immediate ACK (#2025)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5c3e2b0a41ed9_10da3fcfdced45b821857b"; 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/kkq4ZR1GWlXbuNuhWr6zzc4pqxM>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
List-Id: Notification list for GitHub issues related to the QUIC WG <quic-issues.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=unsubscribe>
List-Archive: <https://mailarchive.ietf.org/arch/browse/quic-issues/>
List-Post: <mailto:quic-issues@ietf.org>
List-Help: <mailto:quic-issues-request@ietf.org?subject=help>
List-Subscribe: <https://www.ietf.org/mailman/listinfo/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=subscribe>
X-List-Received-Date: Tue, 15 Jan 2019 18:48:46 -0000

----==_mimepart_5c3e2b0a41ed9_10da3fcfdced45b821857b
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

@ianswett pushed 1 commit.

cfb0ae882b4d80fc8f2311dd7245c6da86dd19ca  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/2025/files/60a6255b8de4a75f9e0d9bee4cb43036889d6d59..cfb0ae882b4d80fc8f2311dd7245c6da86dd19ca

----==_mimepart_5c3e2b0a41ed9_10da3fcfdced45b821857b
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/cfb0ae882b4d80fc8f2311dd7245c6da86dd19ca">cfb0ae8</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/2025/files/60a6255b8de4a75f9e0d9bee4cb43036889d6d59..cfb0ae882b4d80fc8f2311dd7245c6da86dd19ca">View it on GitHub</a> or <a href="https://github.com/notifications/unsubscribe-auth/AWbkq0GtUHmkJtGhtt_Yv42kWS_8pAyJks5vDiKKgaJpZM4YruSf">mute the thread</a>.<img src="https://github.com/notifications/beacon/AWbkq1PsnbjFiaCLokwbDV4Ebwc2PzhZks5vDiKKgaJpZM4YruSf.gif" height="1" width="1" alt="" /></p>
<script type="application/json" data-scope="inboxmarkup">{"api_version":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name":"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"https://github.githubassets.com/images/email/message_cards/header.png","avatar_image_url":"https://github.githubassets.com/images/email/message_cards/avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/quicwg/base-drafts"}},"updates":{"snippets":[{"icon":"PERSON","message":"@ianswett pushed 1 commit in #2025"}],"action":{"name":"View Pull Request","url":"https://github.com/quicwg/base-drafts/pull/2025/files/60a6255b8de4a75f9e0d9bee4cb43036889d6d59..cfb0ae882b4d80fc8f2311dd7245c6da86dd19ca"}}}</script>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/pull/2025/files/60a6255b8de4a75f9e0d9bee4cb43036889d6d59..cfb0ae882b4d80fc8f2311dd7245c6da86dd19ca",
"url": "https://github.com/quicwg/base-drafts/pull/2025/files/60a6255b8de4a75f9e0d9bee4cb43036889d6d59..cfb0ae882b4d80fc8f2311dd7245c6da86dd19ca",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>

----==_mimepart_5c3e2b0a41ed9_10da3fcfdced45b821857b--


From nobody Tue Jan 15 10:48:59 2019
Return-Path: <bounce+565321.40f-quic-issues=ietf.org@github.com>
X-Original-To: quic-issues@ietfa.amsl.com
Delivered-To: quic-issues@ietfa.amsl.com
Received: from localhost (localhost [127.0.0.1]) by ietfa.amsl.com (Postfix) with ESMTP id 7BF03130F03 for <quic-issues@ietfa.amsl.com>; Tue, 15 Jan 2019 10:48: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=-4.553, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, RCVD_IN_DNSWL_NONE=-0.0001, SPF_PASS=-0.001] autolearn=ham autolearn_force=no
Authentication-Results: ietfa.amsl.com (amavisd-new); dkim=pass (1024-bit key) header.d=github.com
Received: from mail.ietf.org ([4.31.198.44]) by localhost (ietfa.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id uSa4Ogj9zrgL for <quic-issues@ietfa.amsl.com>; Tue, 15 Jan 2019 10:48:55 -0800 (PST)
Received: from m71-131.mailgun.net (m71-131.mailgun.net [166.78.71.131]) (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 E1C46130F06 for <quic-issues@ietf.org>; Tue, 15 Jan 2019 10:48:54 -0800 (PST)
DKIM-Signature: a=rsa-sha256; v=1; c=relaxed/relaxed; d=github.com; q=dns/txt;  s=mailo; t=1547578134; h=Content-Transfer-Encoding: Content-Type: Mime-Version: Subject: Message-ID: To: Reply-To: From: Date: Sender; bh=AGl5ONKJ70rWZEcclPwKmzPvf5QiD9wVQBB86sOMA70=; b=FOM2QIfoIOPeldIA9QhAQ0I7XmCSAcoGqgSEmr71lRqIY+NO0WKvZb1qYWPVQz4ITQNZtl/M kznPN7Vq2JA4LAucImUb+QVki3lfLpYWUPrkxlYoPjS90bf7dJMAV6e6hXvbGSYPDN/4HZoA GzGIyPg7GtaVeWN1Tq9K6zUjEnc=
X-Mailgun-Sending-Ip: 166.78.71.131
X-Mailgun-Sid: WyJhNzYyYiIsICJxdWljLWlzc3Vlc0BpZXRmLm9yZyIsICI0MGYiXQ==
Sender: ianswett=users.noreply.github.com@github.com
Received: from github.com (Unknown [192.30.252.37]) by mxa.mailgun.org with ESMTP id 5c3e2b16.7fc67fd78b70-smtp-out-n02; Tue, 15 Jan 2019 18:48:54 -0000 (UTC)
Date: Tue, 15 Jan 2019 10:48:54 -0800
From: ianswett <ianswett@users.noreply.github.com>
Reply-To: ianswett <ianswett@users.noreply.github.com>
To: quic-issues@ietf.org
Message-ID: <5c3e2b1665d64_74f52ac8f8d36580207f7@hookshot-fe-2cc8887.cp1-iad.github.net.mail>
Subject: [quicwg/base-drafts] 183d6c: Update draft-ietf-quic-recovery.md
Mime-Version: 1.0
Content-Type: multipart/mixed; boundary="--==_mimepart_5c3e2b16659f3_74f52ac8f8d36580206d0"; charset=UTF-8
Content-Transfer-Encoding: 7bit
Archived-At: <https://mailarchive.ietf.org/arch/msg/quic-issues/LJjt9D61g1r-9AO6HzTxO8dj1Oc>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
Precedence: list
List-Id: Notification list for GitHub issues related to the QUIC WG <quic-issues.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=unsubscribe>
List-Archive: <https://mailarchive.ietf.org/arch/browse/quic-issues/>
List-Post: <mailto:quic-issues@ietf.org>
List-Help: <mailto:quic-issues-request@ietf.org?subject=help>
List-Subscribe: <https://www.ietf.org/mailman/listinfo/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=subscribe>
X-List-Received-Date: Tue, 15 Jan 2019 18:48:58 -0000

----==_mimepart_5c3e2b16659f3_74f52ac8f8d36580206d0
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

  Branch: refs/heads/ianswett-immediate-ack
  Home:   https://github.com/quicwg/base-drafts
  Commit: 183d6c301e5af64f795651eed7d73c20399321bf
      https://github.com/quicwg/base-drafts/commit/183d6c301e5af64f795651eed7d73c20399321bf
  Author: ianswett <ianswett@users.noreply.github.com>
  Date:   2019-01-15 (Tue, 15 Jan 2019)

  Changed paths:
    M draft-ietf-quic-recovery.md

  Log Message:
  -----------
  Update draft-ietf-quic-recovery.md



      **NOTE:** This service has been marked for deprecation: https://developer.github.com/changes/2018-04-25-github-services-deprecation/

      Functionality will be removed from GitHub.com on January 31st, 2019.

----==_mimepart_5c3e2b16659f3_74f52ac8f8d36580206d0--


From nobody Tue Jan 15 10:49: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 F15F1130F11 for <quic-issues@ietfa.amsl.com>; Tue, 15 Jan 2019 10:49:01 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -10.935
X-Spam-Level: 
X-Spam-Status: No, score=-10.935 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIMWL_WL_HIGH=-4.553, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, HTML_IMAGE_ONLY_24=1.618, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-1, RCVD_IN_DNSWL_HI=-5, SPF_PASS=-0.001] autolearn=ham autolearn_force=no
Authentication-Results: ietfa.amsl.com (amavisd-new); dkim=pass (1024-bit key) header.d=github.com
Received: from mail.ietf.org ([4.31.198.44]) by localhost (ietfa.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id vBDVgLWzK1vZ for <quic-issues@ietfa.amsl.com>; Tue, 15 Jan 2019 10:49: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 30D52130F13 for <quic-issues@ietf.org>; Tue, 15 Jan 2019 10:49:00 -0800 (PST)
Date: Tue, 15 Jan 2019 10:48:59 -0800
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1547578139; bh=BaZXETS9356BgZ7neEJwPATxj+A1bTjl5D+Jmxq0Nvo=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=zAsFdDBVK11r8e+hAtOO1HHjiymbqX4r6iHFBfTYGTQfkuLENjs40bWgoY5Ue0RrL eJrmA6t5OCaPDs6Bxr/dhUeaytXCjyDMAraJvS7mki3ihtI0iNcF3sJXFPWkr16Gsn iIBDB5ez3v08gd6I2SLeSxvA01nGI5lk9yOWeqmk=
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/2025/push/3212337990@github.com>
In-Reply-To: <quicwg/base-drafts/pull/2025@github.com>
References: <quicwg/base-drafts/pull/2025@github.com>
Subject: Re: [quicwg/base-drafts] Send an immediate ACK (#2025)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5c3e2b1b193da_1c463f8ec6ed45c424011c"; 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/vbcIB3KPdDSjdAgCENl_tEsBxJc>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
List-Id: Notification list for GitHub issues related to the QUIC WG <quic-issues.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=unsubscribe>
List-Archive: <https://mailarchive.ietf.org/arch/browse/quic-issues/>
List-Post: <mailto:quic-issues@ietf.org>
List-Help: <mailto:quic-issues-request@ietf.org?subject=help>
List-Subscribe: <https://www.ietf.org/mailman/listinfo/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=subscribe>
X-List-Received-Date: Tue, 15 Jan 2019 18:49:02 -0000

----==_mimepart_5c3e2b1b193da_1c463f8ec6ed45c424011c
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

@ianswett pushed 1 commit.

183d6c301e5af64f795651eed7d73c20399321bf  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/2025/files/cfb0ae882b4d80fc8f2311dd7245c6da86dd19ca..183d6c301e5af64f795651eed7d73c20399321bf

----==_mimepart_5c3e2b1b193da_1c463f8ec6ed45c424011c
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/183d6c301e5af64f795651eed7d73c20399321bf">183d6c3</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/2025/files/cfb0ae882b4d80fc8f2311dd7245c6da86dd19ca..183d6c301e5af64f795651eed7d73c20399321bf">View it on GitHub</a> or <a href="https://github.com/notifications/unsubscribe-auth/AWbkq4xKcMpAwmWG9UAfsSQbGuxFKQmiks5vDiKbgaJpZM4YruSf">mute the thread</a>.<img src="https://github.com/notifications/beacon/AWbkq4NIknTPHKHE6WFspaRH29h5wuLiks5vDiKbgaJpZM4YruSf.gif" height="1" width="1" alt="" /></p>
<script type="application/json" data-scope="inboxmarkup">{"api_version":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name":"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"https://github.githubassets.com/images/email/message_cards/header.png","avatar_image_url":"https://github.githubassets.com/images/email/message_cards/avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/quicwg/base-drafts"}},"updates":{"snippets":[{"icon":"PERSON","message":"@ianswett pushed 1 commit in #2025"}],"action":{"name":"View Pull Request","url":"https://github.com/quicwg/base-drafts/pull/2025/files/cfb0ae882b4d80fc8f2311dd7245c6da86dd19ca..183d6c301e5af64f795651eed7d73c20399321bf"}}}</script>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/pull/2025/files/cfb0ae882b4d80fc8f2311dd7245c6da86dd19ca..183d6c301e5af64f795651eed7d73c20399321bf",
"url": "https://github.com/quicwg/base-drafts/pull/2025/files/cfb0ae882b4d80fc8f2311dd7245c6da86dd19ca..183d6c301e5af64f795651eed7d73c20399321bf",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>

----==_mimepart_5c3e2b1b193da_1c463f8ec6ed45c424011c--


From nobody Tue Jan 15 10:50:08 2019
Return-Path: <bounce+565321.40f-quic-issues=ietf.org@github.com>
X-Original-To: quic-issues@ietfa.amsl.com
Delivered-To: quic-issues@ietfa.amsl.com
Received: from localhost (localhost [127.0.0.1]) by ietfa.amsl.com (Postfix) with ESMTP id 51217130F03 for <quic-issues@ietfa.amsl.com>; Tue, 15 Jan 2019 10:50: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=-4.553, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, RCVD_IN_DNSWL_NONE=-0.0001, SPF_PASS=-0.001] autolearn=ham autolearn_force=no
Authentication-Results: ietfa.amsl.com (amavisd-new); dkim=pass (1024-bit key) header.d=github.com
Received: from mail.ietf.org ([4.31.198.44]) by localhost (ietfa.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id AF-29-cCJC_O for <quic-issues@ietfa.amsl.com>; Tue, 15 Jan 2019 10:50:04 -0800 (PST)
Received: from m69-170.mailgun.net (m69-170.mailgun.net [166.78.69.170]) (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 4977C12426E for <quic-issues@ietf.org>; Tue, 15 Jan 2019 10:50:04 -0800 (PST)
DKIM-Signature: a=rsa-sha256; v=1; c=relaxed/relaxed; d=github.com; q=dns/txt;  s=mailo; t=1547578203; h=Content-Transfer-Encoding: Content-Type: Mime-Version: Subject: Message-ID: To: Reply-To: From: Date: Sender; bh=oHg8ItMIgf3KS0Zw6fxkE5SMTNxOVefgXVGhtUJ6MBA=; b=QW7rgjtEXvE6jBDb9I5kMa9uSUb1oEuhmYneD6oOuJFpsyBNXCctgkdbv2fj0LeA6knuv3t1 ZZBjnOocFJh9niVTkYwzYQ9auPhsTVd10MSgl6DqfO/GFdjCz9Jo6cNoQr3d9pc3st2HLssy DesTcyffbABzRL8Dxjv4cVA7zX8=
X-Mailgun-Sending-Ip: 166.78.69.170
X-Mailgun-Sid: WyJhNzYyYiIsICJxdWljLWlzc3Vlc0BpZXRmLm9yZyIsICI0MGYiXQ==
Sender: ianswett=users.noreply.github.com@github.com
Received: from github.com (Unknown [192.30.252.36]) by mxa.mailgun.org with ESMTP id 5c3e2b5b.7f6d29639510-smtp-out-n02; Tue, 15 Jan 2019 18:50:03 -0000 (UTC)
Date: Tue, 15 Jan 2019 10:50:02 -0800
From: ianswett <ianswett@users.noreply.github.com>
Reply-To: ianswett <ianswett@users.noreply.github.com>
To: quic-issues@ietf.org
Message-ID: <5c3e2b5a31b58_3ee92b0e3982c57c345ed@hookshot-fe-6b2eebc.cp1-iad.github.net.mail>
Subject: [quicwg/base-drafts] 87ac16: Update draft-ietf-quic-recovery.md
Mime-Version: 1.0
Content-Type: multipart/mixed; boundary="--==_mimepart_5c3e2b5a31708_3ee92b0e3982c57c34432"; charset=UTF-8
Content-Transfer-Encoding: 7bit
Archived-At: <https://mailarchive.ietf.org/arch/msg/quic-issues/QxYYv7-H8Owbt-c-lEvbQwZLiFg>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
Precedence: list
List-Id: Notification list for GitHub issues related to the QUIC WG <quic-issues.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=unsubscribe>
List-Archive: <https://mailarchive.ietf.org/arch/browse/quic-issues/>
List-Post: <mailto:quic-issues@ietf.org>
List-Help: <mailto:quic-issues-request@ietf.org?subject=help>
List-Subscribe: <https://www.ietf.org/mailman/listinfo/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=subscribe>
X-List-Received-Date: Tue, 15 Jan 2019 18:50:07 -0000

----==_mimepart_5c3e2b5a31708_3ee92b0e3982c57c34432
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

  Branch: refs/heads/ianswett-immediate-ack
  Home:   https://github.com/quicwg/base-drafts
  Commit: 87ac16a634eb4cf1e4cfd994039440c053536f12
      https://github.com/quicwg/base-drafts/commit/87ac16a634eb4cf1e4cfd994039440c053536f12
  Author: ianswett <ianswett@users.noreply.github.com>
  Date:   2019-01-15 (Tue, 15 Jan 2019)

  Changed paths:
    M draft-ietf-quic-recovery.md

  Log Message:
  -----------
  Update draft-ietf-quic-recovery.md



      **NOTE:** This service has been marked for deprecation: https://developer.github.com/changes/2018-04-25-github-services-deprecation/

      Functionality will be removed from GitHub.com on January 31st, 2019.

----==_mimepart_5c3e2b5a31708_3ee92b0e3982c57c34432--


From nobody Tue Jan 15 10:50:14 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 B1693130F06 for <quic-issues@ietfa.amsl.com>; Tue, 15 Jan 2019 10:50:10 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -5.935
X-Spam-Level: 
X-Spam-Status: No, score=-5.935 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIMWL_WL_HIGH=-4.553, DKIM_SIGNED=0.1, DKIM_VALID=-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_PASS=-0.001] autolearn=ham autolearn_force=no
Authentication-Results: ietfa.amsl.com (amavisd-new); dkim=pass (1024-bit key) header.d=github.com
Received: from mail.ietf.org ([4.31.198.44]) by localhost (ietfa.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id NDzvlzbTt19T for <quic-issues@ietfa.amsl.com>; Tue, 15 Jan 2019 10:50:08 -0800 (PST)
Received: from o4.sgmail.github.com (o4.sgmail.github.com [192.254.112.99]) (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 B7320130F03 for <quic-issues@ietf.org>; Tue, 15 Jan 2019 10:50:08 -0800 (PST)
DKIM-Signature: v=1; a=rsa-sha1; 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=R5Bcw+zv8J5B/BseF10yMHfcUqU=; b=BfteR/OKpIQxSEeo GPYUhH2pUWP09RIdqDWf7DhSajeyL6TmhbIPbWSNV1buoJc8sMz3IEcB0jv6c93F LHXBVH61AXBlN4aPzobyBm2FINHqlpACURzN57l1oCtLZXnItQsPhIUvf+U4NwNN nh4unJzUL5MuJW8mZdN+J2IYRwY=
Received: by filter1375p1mdw1.sendgrid.net with SMTP id filter1375p1mdw1-1194-5C3E2B5F-21 2019-01-15 18:50:07.660512843 +0000 UTC m=+67435.876997336
Received: from github-lowworker-63e61ec.cp1-iad.github.net (unknown [192.30.252.36]) by ismtpd0032p1iad2.sendgrid.net (SG) with ESMTP id F_07eSQNTnqf6_eJ1rUisA for <quic-issues@ietf.org>; Tue, 15 Jan 2019 18:50:07.630 +0000 (UTC)
Received: from github.com (localhost [127.0.0.1]) by github-lowworker-63e61ec.cp1-iad.github.net (Postfix) with ESMTP id 969302A13B5 for <quic-issues@ietf.org>; Tue, 15 Jan 2019 10:50:07 -0800 (PST)
Date: Tue, 15 Jan 2019 18:50:07 +0000 (UTC)
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/2025/push/3212341456@github.com>
In-Reply-To: <quicwg/base-drafts/pull/2025@github.com>
References: <quicwg/base-drafts/pull/2025@github.com>
Subject: Re: [quicwg/base-drafts] Send an immediate ACK (#2025)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5c3e2b5f943b8_c6d3fddcc6d45b8210877"; 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
X-SG-EID: l64QuQ2uJCcEyUykJbxN122A6QRmEpucztpreh3Pak0lK3uQjc2jO5mNu8zFUvAkj5cyp9PyXk8LhT 3AdzaeeQ0RnMzhnECYdxz0ye8H4+b/9HM8jbEi4fmSCE1aY0FH5OvCW2ccdrYPHxZFERXo3VsOV8vA cuAtkMVuSgN2aJbbuIC6Gp0fqeHN1f1VHBTERdOIOiomICYBt6pPY5qmXA==
Archived-At: <https://mailarchive.ietf.org/arch/msg/quic-issues/nG4gxwBqotSALexn2LMYANHBUI8>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
List-Id: Notification list for GitHub issues related to the QUIC WG <quic-issues.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=unsubscribe>
List-Archive: <https://mailarchive.ietf.org/arch/browse/quic-issues/>
List-Post: <mailto:quic-issues@ietf.org>
List-Help: <mailto:quic-issues-request@ietf.org?subject=help>
List-Subscribe: <https://www.ietf.org/mailman/listinfo/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=subscribe>
X-List-Received-Date: Tue, 15 Jan 2019 18:50:11 -0000

----==_mimepart_5c3e2b5f943b8_c6d3fddcc6d45b8210877
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

@ianswett pushed 1 commit.

87ac16a634eb4cf1e4cfd994039440c053536f12  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/2025/files/183d6c301e5af64f795651eed7d73c20399321bf..87ac16a634eb4cf1e4cfd994039440c053536f12

----==_mimepart_5c3e2b5f943b8_c6d3fddcc6d45b8210877
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/87ac16a634eb4cf1e4cfd994039440c053536f12">87ac16a</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/2025/files/183d6c301e5af64f795651eed7d73c20399321bf..87ac16a634eb4cf1e4cfd994039440c053536f12">View it on GitHub</a> or <a href="https://github.com/notifications/unsubscribe-auth/AWbkq-tHZQ5VMXTSvLWXEuxnQY3ZOnyCks5vDiLfgaJpZM4YruSf">mute the thread</a>.<img src="https://github.com/notifications/beacon/AWbkqwZTeF63lybJL3GOkHQrD72DQkw_ks5vDiLfgaJpZM4YruSf.gif" height="1" width="1" alt="" /></p>
<script type="application/json" data-scope="inboxmarkup">{"api_version":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name":"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"https://github.githubassets.com/images/email/message_cards/header.png","avatar_image_url":"https://github.githubassets.com/images/email/message_cards/avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/quicwg/base-drafts"}},"updates":{"snippets":[{"icon":"PERSON","message":"@ianswett pushed 1 commit in #2025"}],"action":{"name":"View Pull Request","url":"https://github.com/quicwg/base-drafts/pull/2025/files/183d6c301e5af64f795651eed7d73c20399321bf..87ac16a634eb4cf1e4cfd994039440c053536f12"}}}</script>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/pull/2025/files/183d6c301e5af64f795651eed7d73c20399321bf..87ac16a634eb4cf1e4cfd994039440c053536f12",
"url": "https://github.com/quicwg/base-drafts/pull/2025/files/183d6c301e5af64f795651eed7d73c20399321bf..87ac16a634eb4cf1e4cfd994039440c053536f12",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>

----==_mimepart_5c3e2b5f943b8_c6d3fddcc6d45b8210877--


From nobody Tue Jan 15 10:51: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 83ACB130F06 for <quic-issues@ietfa.amsl.com>; Tue, 15 Jan 2019 10:51:22 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -10.935
X-Spam-Level: 
X-Spam-Status: No, score=-10.935 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIMWL_WL_HIGH=-4.553, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, HTML_IMAGE_ONLY_24=1.618, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-1, RCVD_IN_DNSWL_HI=-5, SPF_PASS=-0.001] autolearn=ham autolearn_force=no
Authentication-Results: ietfa.amsl.com (amavisd-new); dkim=pass (1024-bit key) header.d=github.com
Received: from mail.ietf.org ([4.31.198.44]) by localhost (ietfa.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 4NlEeeizagqU for <quic-issues@ietfa.amsl.com>; Tue, 15 Jan 2019 10:51: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 AF8D5130F03 for <quic-issues@ietf.org>; Tue, 15 Jan 2019 10:51:20 -0800 (PST)
Date: Tue, 15 Jan 2019 10:51:19 -0800
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1547578279; bh=3WfAUV0ncSYZfKo2wQ/JUk5xgfXxrWtrxxP9i/xnXJ8=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=hcYDfn4BsPi5wtPiZkFOw1c8Ihkd7CIy0eawXBKtx5089ufOsfATXxGcPPBQX2f+I l6bxSzzKPuIFQY/U8e7MWUSC8TKomvle6rusbqKLUS5IVOm4gUHp8C7TDY+d6qrA+v Y316u3B45/vYf/3roPYYMVCbohiuLrfBC/8xlNOw=
From: martinduke <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+0166e4abd0f372e2b8b05fbaa85669a01a09d683597deef792cf000000011855eda792a169ce16d11972@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/pull/2025/c454506771@github.com>
In-Reply-To: <quicwg/base-drafts/pull/2025@github.com>
References: <quicwg/base-drafts/pull/2025@github.com>
Subject: Re: [quicwg/base-drafts] Send an immediate ACK (#2025)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5c3e2ba7c9f5e_1c533f8ec6ed45c460464a"; 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/jDS6mHT3a3HyltAKlG44P2dv_mQ>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
List-Id: Notification list for GitHub issues related to the QUIC WG <quic-issues.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=unsubscribe>
List-Archive: <https://mailarchive.ietf.org/arch/browse/quic-issues/>
List-Post: <mailto:quic-issues@ietf.org>
List-Help: <mailto:quic-issues-request@ietf.org?subject=help>
List-Subscribe: <https://www.ietf.org/mailman/listinfo/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=subscribe>
X-List-Received-Date: Tue, 15 Jan 2019 18:51:23 -0000

----==_mimepart_5c3e2ba7c9f5e_1c533f8ec6ed45c460464a
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

I think 'kPacketThreshold' is the ideal value of 'few' in my comment above. Maybe this should become an optional transport 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/pull/2025#issuecomment-454506771
----==_mimepart_5c3e2ba7c9f5e_1c533f8ec6ed45c460464a
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

<p>I think 'kPacketThreshold' is the ideal value of 'few' in my comment above. Maybe this should become an optional transport 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/pull/2025#issuecomment-454506771">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AWbkq_ZC6APcqtjzDqB7V_YMbIGwvdGgks5vDiMngaJpZM4YruSf">mute the thread</a>.<img src="https://github.com/notifications/beacon/AWbkq6DRb4Psno8kyoV9eyB6F_sxNFyVks5vDiMngaJpZM4YruSf.gif" height="1" width="1" alt="" /></p>
<script type="application/json" data-scope="inboxmarkup">{"api_version":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name":"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"https://github.githubassets.com/images/email/message_cards/header.png","avatar_image_url":"https://github.githubassets.com/images/email/message_cards/avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/quicwg/base-drafts"}},"updates":{"snippets":[{"icon":"PERSON","message":"@martinduke in #2025: I think 'kPacketThreshold' is the ideal value of 'few' in my comment above. Maybe this should become an optional transport parameter?"}],"action":{"name":"View Pull Request","url":"https://github.com/quicwg/base-drafts/pull/2025#issuecomment-454506771"}}}</script>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/pull/2025#issuecomment-454506771",
"url": "https://github.com/quicwg/base-drafts/pull/2025#issuecomment-454506771",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>
----==_mimepart_5c3e2ba7c9f5e_1c533f8ec6ed45c460464a--


From nobody Tue Jan 15 10:52: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 200B312426E for <quic-issues@ietfa.amsl.com>; Tue, 15 Jan 2019 10:52:29 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -10.935
X-Spam-Level: 
X-Spam-Status: No, score=-10.935 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIMWL_WL_HIGH=-4.553, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, HTML_IMAGE_ONLY_24=1.618, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-1, RCVD_IN_DNSWL_HI=-5, SPF_PASS=-0.001] autolearn=ham autolearn_force=no
Authentication-Results: ietfa.amsl.com (amavisd-new); dkim=pass (1024-bit key) header.d=github.com
Received: from mail.ietf.org ([4.31.198.44]) by localhost (ietfa.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id mibiy2121A7V for <quic-issues@ietfa.amsl.com>; Tue, 15 Jan 2019 10:52:27 -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 27477130F06 for <quic-issues@ietf.org>; Tue, 15 Jan 2019 10:52:27 -0800 (PST)
Date: Tue, 15 Jan 2019 10:52:26 -0800
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1547578346; bh=zC84cPMTvQdqJT/YOYSP3XTHx+zhi/InjCY2PW8g8nE=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=L7Du5bglytZaRpwyFhbS98n6m8aG93MfC78EPopOsJ3LtK6VyzryYyupka/q47nDK AA1k5TZFZlk6fMUOfpXSWZbV3x1WAoPKPi/mEsUKf4PPGCaTxCB1DpGU0NQXIro7su Io8sZsegNXvnZHjiT8/GcXjlFjyTG2yrR0ngmd4w=
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/2025/push/3212348645@github.com>
In-Reply-To: <quicwg/base-drafts/pull/2025@github.com>
References: <quicwg/base-drafts/pull/2025@github.com>
Subject: Re: [quicwg/base-drafts] Send an immediate ACK (#2025)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5c3e2bea50e9b_114a3fb31f8d45c0265e5"; 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/yWsuqk8dF7lxnZwwHJ-7C1TnYeg>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
List-Id: Notification list for GitHub issues related to the QUIC WG <quic-issues.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=unsubscribe>
List-Archive: <https://mailarchive.ietf.org/arch/browse/quic-issues/>
List-Post: <mailto:quic-issues@ietf.org>
List-Help: <mailto:quic-issues-request@ietf.org?subject=help>
List-Subscribe: <https://www.ietf.org/mailman/listinfo/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=subscribe>
X-List-Received-Date: Tue, 15 Jan 2019 18:52:29 -0000

----==_mimepart_5c3e2bea50e9b_114a3fb31f8d45c0265e5
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

@ianswett pushed 1 commit.

fba23ef4187a7f59b922ba0a8c0ea263627b447b  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/2025/files/87ac16a634eb4cf1e4cfd994039440c053536f12..fba23ef4187a7f59b922ba0a8c0ea263627b447b

----==_mimepart_5c3e2bea50e9b_114a3fb31f8d45c0265e5
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/fba23ef4187a7f59b922ba0a8c0ea263627b447b">fba23ef</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/2025/files/87ac16a634eb4cf1e4cfd994039440c053536f12..fba23ef4187a7f59b922ba0a8c0ea263627b447b">View it on GitHub</a> or <a href="https://github.com/notifications/unsubscribe-auth/AWbkqwVwMyy0urnxsb45EYzTdAMLLdIXks5vDiNqgaJpZM4YruSf">mute the thread</a>.<img src="https://github.com/notifications/beacon/AWbkq9ujiIGxZIhCrKVsIwg0rLmaoUF3ks5vDiNqgaJpZM4YruSf.gif" height="1" width="1" alt="" /></p>
<script type="application/json" data-scope="inboxmarkup">{"api_version":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name":"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"https://github.githubassets.com/images/email/message_cards/header.png","avatar_image_url":"https://github.githubassets.com/images/email/message_cards/avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/quicwg/base-drafts"}},"updates":{"snippets":[{"icon":"PERSON","message":"@ianswett pushed 1 commit in #2025"}],"action":{"name":"View Pull Request","url":"https://github.com/quicwg/base-drafts/pull/2025/files/87ac16a634eb4cf1e4cfd994039440c053536f12..fba23ef4187a7f59b922ba0a8c0ea263627b447b"}}}</script>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/pull/2025/files/87ac16a634eb4cf1e4cfd994039440c053536f12..fba23ef4187a7f59b922ba0a8c0ea263627b447b",
"url": "https://github.com/quicwg/base-drafts/pull/2025/files/87ac16a634eb4cf1e4cfd994039440c053536f12..fba23ef4187a7f59b922ba0a8c0ea263627b447b",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>

----==_mimepart_5c3e2bea50e9b_114a3fb31f8d45c0265e5--


From nobody Tue Jan 15 10:53: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 11E3E130F33 for <quic-issues@ietfa.amsl.com>; Tue, 15 Jan 2019 10:53:42 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -6.149
X-Spam-Level: 
X-Spam-Status: No, score=-6.149 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIMWL_WL_HIGH=-4.553, 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_PASS=-0.001] autolearn=ham autolearn_force=no
Authentication-Results: ietfa.amsl.com (amavisd-new); dkim=pass (1024-bit key) header.d=github.com
Received: from mail.ietf.org ([4.31.198.44]) by localhost (ietfa.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id PtCJaAh2rzMf for <quic-issues@ietfa.amsl.com>; Tue, 15 Jan 2019 10:53:39 -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 63BAA130F5B for <quic-issues@ietf.org>; Tue, 15 Jan 2019 10:53:39 -0800 (PST)
DKIM-Signature: v=1; a=rsa-sha1; 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=4zuzSPDj1V7bRb02OZ7FSclYyr4=; b=o7wnYFt0w5KjE5kB NhILJ6opB/UUafIy82RwIddkVhZWlpbeFPHBKpMrHsVVpdKv+wmWlJ28WTAKz1j6 LNOG0uiBroVOrVYsudP5IoOsubuuYUXo2SB3BQ4U8FgUC5BKEBMtuWJiZyI9gws+ jZTTI6aVztpH/mqG7gsNxft81+0=
Received: by filter1848p1mdw1.sendgrid.net with SMTP id filter1848p1mdw1-30536-5C3E2C30-6 2019-01-15 18:53:36.179853353 +0000 UTC m=+66575.162336693
Received: from github-lowworker-97d0962.cp1-iad.github.net (unknown [192.30.252.41]) by ismtpd0039p1iad1.sendgrid.net (SG) with ESMTP id nv8rrWQfSpyENbvGK9LGrw for <quic-issues@ietf.org>; Tue, 15 Jan 2019 18:53:36.167 +0000 (UTC)
Received: from github.com (localhost [127.0.0.1]) by github-lowworker-97d0962.cp1-iad.github.net (Postfix) with ESMTP id 26E3D80099 for <quic-issues@ietf.org>; Tue, 15 Jan 2019 10:53:36 -0800 (PST)
Date: Tue, 15 Jan 2019 18:53:36 +0000 (UTC)
From: ianswett <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+0166e4abb4fc7a3b0b92be1f48c6595be4242c4738eb58fb92cf000000011855ee3092a169ce16d11972@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/pull/2025/review/192807252@github.com>
In-Reply-To: <quicwg/base-drafts/pull/2025@github.com>
References: <quicwg/base-drafts/pull/2025@github.com>
Subject: Re: [quicwg/base-drafts] Send an immediate ACK (#2025)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5c3e2c30252a4_7cd43ff3338d45bc73067"; 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
X-SG-EID: l64QuQ2uJCcEyUykJbxN122A6QRmEpucztpreh3Pak0ltsS+Qcp78d2WJPjTl8BxcLUaGNbJGwdf9s v/xRGMJDUKCXyXM7W/yciJfgwAU+BCOo1EspdKZwN8KloF3kp0wd+yqsQcgkpCLzyPaOohgFxmOyKf lk3z1mRcoHMTk+MGVwTpbT0y+ZPj2TUwCDW1BWJze82BhBv4+0gZ4XrYbQ==
Archived-At: <https://mailarchive.ietf.org/arch/msg/quic-issues/oE91fBo96bsoTpGo6A4NC4Ij6jA>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
List-Id: Notification list for GitHub issues related to the QUIC WG <quic-issues.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=unsubscribe>
List-Archive: <https://mailarchive.ietf.org/arch/browse/quic-issues/>
List-Post: <mailto:quic-issues@ietf.org>
List-Help: <mailto:quic-issues-request@ietf.org?subject=help>
List-Subscribe: <https://www.ietf.org/mailman/listinfo/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=subscribe>
X-List-Received-Date: Tue, 15 Jan 2019 18:53:42 -0000

----==_mimepart_5c3e2c30252a4_7cd43ff3338d45bc73067
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

ianswett commented on this pull request.



>  
 Out-of-order packets SHOULD be acknowledged more quickly, in order to accelerate
 loss recovery.  The receiver SHOULD send an immediate ACK when it receives a new
-packet which is not one greater than the largest received packet number.
+packet which is not the next expected one. That is, its packet number is not one
+greater than the largest received packet number.  A receiver MAY immediately
+ack subsequent packets after first receiving a packet out of order. A receiver
+SHOULD NOT send an immediate ACK any time there is a gap in the ACK frame,

Clarified.

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/quicwg/base-drafts/pull/2025#discussion_r248018922
----==_mimepart_5c3e2c30252a4_7cd43ff3338d45bc73067
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/2025#discussion_r248018922">draft-ietf-quic-recovery.md</a>:</p>
<pre style='color:#555'>&gt;  
 Out-of-order packets SHOULD be acknowledged more quickly, in order to accelerate
 loss recovery.  The receiver SHOULD send an immediate ACK when it receives a new
-packet which is not one greater than the largest received packet number.
+packet which is not the next expected one. That is, its packet number is not one
+greater than the largest received packet number.  A receiver MAY immediately
+ack subsequent packets after first receiving a packet out of order. A receiver
+SHOULD NOT send an immediate ACK any time there is a gap in the ACK frame,
</pre>
<p>Clarified.</p>

<p style="font-size:small;-webkit-text-size-adjust:none;color:#666;">&mdash;<br />You are receiving this because you are subscribed to this thread.<br />Reply to this email directly, <a href="https://github.com/quicwg/base-drafts/pull/2025#discussion_r248018922">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AWbkq2ff_Wvf0kuPPxUMMTsgWHn9zYQ2ks5vDiOwgaJpZM4YruSf">mute the thread</a>.<img src="https://github.com/notifications/beacon/AWbkqzuDM0JRgWf1qLOVYLnUgChTMGE8ks5vDiOwgaJpZM4YruSf.gif" height="1" width="1" alt="" /></p>
<script type="application/json" data-scope="inboxmarkup">{"api_version":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name":"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"https://github.githubassets.com/images/email/message_cards/header.png","avatar_image_url":"https://github.githubassets.com/images/email/message_cards/avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/quicwg/base-drafts"}},"updates":{"snippets":[{"icon":"PERSON","message":"@ianswett commented on #2025"}],"action":{"name":"View Pull Request","url":"https://github.com/quicwg/base-drafts/pull/2025#discussion_r248018922"}}}</script>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/pull/2025#discussion_r248018922",
"url": "https://github.com/quicwg/base-drafts/pull/2025#discussion_r248018922",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>
----==_mimepart_5c3e2c30252a4_7cd43ff3338d45bc73067--


From nobody Tue Jan 15 10:55: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 F1395130F06 for <quic-issues@ietfa.amsl.com>; Tue, 15 Jan 2019 10:55:51 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -11.149
X-Spam-Level: 
X-Spam-Status: No, score=-11.149 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIMWL_WL_HIGH=-4.553, 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_PASS=-0.001] autolearn=ham autolearn_force=no
Authentication-Results: ietfa.amsl.com (amavisd-new); dkim=pass (1024-bit key) header.d=github.com
Received: from mail.ietf.org ([4.31.198.44]) by localhost (ietfa.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id xjnlmXLRo7ed for <quic-issues@ietfa.amsl.com>; Tue, 15 Jan 2019 10:55: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 6D597130F0D for <quic-issues@ietf.org>; Tue, 15 Jan 2019 10:55:50 -0800 (PST)
Date: Tue, 15 Jan 2019 10:55:49 -0800
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1547578549; bh=SrvsBiiCotFFmrvkFkv6Krib+wskxB+QE1rCJ7UFjTg=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=ThBKfcOAx/LYyOQH75ZyDNMPlW4yAZC0Zgmd9MxEkCxKrV4Qv9IvlpN5dxyNygl0T LdWXsFayxUxS1o23bsJB13zNDDw0ZqzFgXhnnnz07X9PhtR2GHsefuUV3hO65sf7PL InRSPDr+/GDpssScASOokDSSV8kxuAMzPPvu8sPo=
From: ianswett <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+0166e4ab6ad4f2712367f89b7b25b86c093b1bd84e29045b92cf000000011855eeb592a169ce16d11972@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/pull/2025/c454508341@github.com>
In-Reply-To: <quicwg/base-drafts/pull/2025@github.com>
References: <quicwg/base-drafts/pull/2025@github.com>
Subject: Re: [quicwg/base-drafts] Send an immediate ACK (#2025)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5c3e2cb58b601_7f033fe7094d45c427021"; 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/WL5z8s_GnosbyAGuC4LSdoiDiLM>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
List-Id: Notification list for GitHub issues related to the QUIC WG <quic-issues.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=unsubscribe>
List-Archive: <https://mailarchive.ietf.org/arch/browse/quic-issues/>
List-Post: <mailto:quic-issues@ietf.org>
List-Help: <mailto:quic-issues-request@ietf.org?subject=help>
List-Subscribe: <https://www.ietf.org/mailman/listinfo/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=subscribe>
X-List-Received-Date: Tue, 15 Jan 2019 18:55:52 -0000

----==_mimepart_5c3e2cb58b601_7f033fe7094d45c427021
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

Previously this said immediately ack 3 packets, but that assumes kReorderingThreshold is always 3, which seems like a poor choice.

Given we now say you should declare a packet lost based on time or packet reordering threshold, I expect most people will implement an adaptive packet reordering threshold, so even if we added a transport param, I think that's a lower bound?

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/quicwg/base-drafts/pull/2025#issuecomment-454508341
----==_mimepart_5c3e2cb58b601_7f033fe7094d45c427021
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: quoted-printable

<p>Previously this said immediately ack 3 packets, but that assumes kReor=
deringThreshold is always 3, which seems like a poor choice.</p>
<p>Given we now say you should declare a packet lost based on time or pac=
ket reordering threshold, I expect most people will implement an adaptive=
 packet reordering threshold, so even if we added a transport param, I th=
ink that's a lower bound?</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/pull/2025#issuecomment-454508341">view it on GitHub</a>, o=
r <a href=3D"https://github.com/notifications/unsubscribe-auth/AWbkq_-qHs=
mP4bC-1QATb8QSk-s567Nwks5vDiQ1gaJpZM4YruSf">mute the thread</a>.<img src=3D=
"https://github.com/notifications/beacon/AWbkq3KWoG56WCERwAxB7TCemt0SbAkL=
ks5vDiQ1gaJpZM4YruSf.gif" height=3D"1" width=3D"1" alt=3D"" /></p>
<script type=3D"application/json" data-scope=3D"inboxmarkup">{"api_versio=
n":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name"=
:"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"=
quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"http=
s://github.githubassets.com/images/email/message_cards/header.png","avata=
r_image_url":"https://github.githubassets.com/images/email/message_cards/=
avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/q=
uicwg/base-drafts"}},"updates":{"snippets":[{"icon":"PERSON","message":"@=
ianswett in #2025: Previously this said immediately ack 3 packets, but th=
at assumes kReorderingThreshold is always 3, which seems like a poor choi=
ce.\r\n\r\nGiven we now say you should declare a packet lost based on tim=
e or packet reordering threshold, I expect most people will implement an =
adaptive packet reordering threshold, so even if we added a transport par=
am, I think that's a lower bound?"}],"action":{"name":"View Pull Request"=
,"url":"https://github.com/quicwg/base-drafts/pull/2025#issuecomment-4545=
08341"}}}</script>
<script type=3D"application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/pull/2025#issuecomment-4=
54508341",
"url": "https://github.com/quicwg/base-drafts/pull/2025#issuecomment-4545=
08341",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>=

----==_mimepart_5c3e2cb58b601_7f033fe7094d45c427021--


From nobody Tue Jan 15 10:58:48 2019
Return-Path: <bounce+565321.40f-quic-issues=ietf.org@github.com>
X-Original-To: quic-issues@ietfa.amsl.com
Delivered-To: quic-issues@ietfa.amsl.com
Received: from localhost (localhost [127.0.0.1]) by ietfa.amsl.com (Postfix) with ESMTP id D5FEF130F25 for <quic-issues@ietfa.amsl.com>; Tue, 15 Jan 2019 10:58: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=-4.553, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, RCVD_IN_DNSWL_NONE=-0.0001, SPF_PASS=-0.001] autolearn=ham autolearn_force=no
Authentication-Results: ietfa.amsl.com (amavisd-new); dkim=pass (1024-bit key) header.d=github.com
Received: from mail.ietf.org ([4.31.198.44]) by localhost (ietfa.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 0L0_p8sdj5lu for <quic-issues@ietfa.amsl.com>; Tue, 15 Jan 2019 10:58:33 -0800 (PST)
Received: from m69-169.mailgun.net (m69-169.mailgun.net [166.78.69.169]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id F3F9A130F32 for <quic-issues@ietf.org>; Tue, 15 Jan 2019 10:58:32 -0800 (PST)
DKIM-Signature: a=rsa-sha256; v=1; c=relaxed/relaxed; d=github.com; q=dns/txt;  s=mailo; t=1547578712; h=Content-Transfer-Encoding: Content-Type: Mime-Version: Subject: Message-ID: To: Reply-To: From: Date: Sender; bh=ps7VNndV+yIzCSnZWc81pT8Xcy0CW70yVn7RSRZ0iDM=; b=hTFzH/mGZdzbSIgLI+BSlt66UjBJ8akyqyVRqd7HTMTCLKtIPw9CPZPtmiILaDkFaBsJwo+w NhO5YMfqQs4C3bYUGGT7O4TIpw18XFeCDcOdDtH39NU+K8uQUv4zsqBvxu6Xuw51vfk3Qf+A I/Er5V9z2dFjrbZN8y0H8AxZrfo=
X-Mailgun-Sending-Ip: 166.78.69.169
X-Mailgun-Sid: WyJhNzYyYiIsICJxdWljLWlzc3Vlc0BpZXRmLm9yZyIsICI0MGYiXQ==
Sender: ianswett=users.noreply.github.com@github.com
Received: from github.com (Unknown [192.30.252.35]) by mxa.mailgun.org with ESMTP id 5c3e2d57.7f6d2b822660-smtp-out-n02; Tue, 15 Jan 2019 18:58:31 -0000 (UTC)
Date: Tue, 15 Jan 2019 10:58:30 -0800
From: ianswett <ianswett@users.noreply.github.com>
Reply-To: ianswett <ianswett@users.noreply.github.com>
To: quic-issues@ietf.org
Message-ID: <5c3e2d569eecc_12352b0067e16580165da@hookshot-fe-d252ca1.cp1-iad.github.net.mail>
Subject: [quicwg/base-drafts] ac2c59: Update draft-ietf-quic-recovery.md
Mime-Version: 1.0
Content-Type: multipart/mixed; boundary="--==_mimepart_5c3e2d569ea12_12352b0067e16580164ef"; charset=UTF-8
Content-Transfer-Encoding: 7bit
Archived-At: <https://mailarchive.ietf.org/arch/msg/quic-issues/e1knQo5T3gqnCtrMwtlin0waxtc>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
Precedence: list
List-Id: Notification list for GitHub issues related to the QUIC WG <quic-issues.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=unsubscribe>
List-Archive: <https://mailarchive.ietf.org/arch/browse/quic-issues/>
List-Post: <mailto:quic-issues@ietf.org>
List-Help: <mailto:quic-issues-request@ietf.org?subject=help>
List-Subscribe: <https://www.ietf.org/mailman/listinfo/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=subscribe>
X-List-Received-Date: Tue, 15 Jan 2019 18:58:46 -0000

----==_mimepart_5c3e2d569ea12_12352b0067e16580164ef
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

  Branch: refs/heads/ianswett-immediate-ack
  Home:   https://github.com/quicwg/base-drafts
  Commit: ac2c595a33dfb08bb1dc5d0d9cf26f0fe4339b5f
      https://github.com/quicwg/base-drafts/commit/ac2c595a33dfb08bb1dc5d0d9cf26f0fe4339b5f
  Author: ianswett <ianswett@users.noreply.github.com>
  Date:   2019-01-15 (Tue, 15 Jan 2019)

  Changed paths:
    M draft-ietf-quic-recovery.md

  Log Message:
  -----------
  Update draft-ietf-quic-recovery.md



      **NOTE:** This service has been marked for deprecation: https://developer.github.com/changes/2018-04-25-github-services-deprecation/

      Functionality will be removed from GitHub.com on January 31st, 2019.

----==_mimepart_5c3e2d569ea12_12352b0067e16580164ef--


From nobody Tue Jan 15 10:58: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 AAA34130F26 for <quic-issues@ietfa.amsl.com>; Tue, 15 Jan 2019 10:58:39 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -10.935
X-Spam-Level: 
X-Spam-Status: No, score=-10.935 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIMWL_WL_HIGH=-4.553, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, HTML_IMAGE_ONLY_24=1.618, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-1, RCVD_IN_DNSWL_HI=-5, SPF_PASS=-0.001] autolearn=ham autolearn_force=no
Authentication-Results: ietfa.amsl.com (amavisd-new); dkim=pass (1024-bit key) header.d=github.com
Received: from mail.ietf.org ([4.31.198.44]) by localhost (ietfa.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id uwHVQ3Y3tHmd for <quic-issues@ietfa.amsl.com>; Tue, 15 Jan 2019 10:58: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 F3F3F130F13 for <quic-issues@ietf.org>; Tue, 15 Jan 2019 10:58:36 -0800 (PST)
Date: Tue, 15 Jan 2019 10:58:36 -0800
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1547578716; bh=fgo2WOTCJkrTdTufWqA/UXztbLF5QzAOfLgFRESbeLQ=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=NtF92KC3pb4MoOjyHXa1iVVjZs54nOKk9JG1Ytl7dkyrrCJEYZNpNe+NqcKRqp/X3 jl6chGX0B5WkBiWi5PgObQlwDQnNK5AyTOrcLnsikUxQCWss1d7ntKxFpNXBa82be3 0gB7Th6HrMSkegi2bWDU4rPUcwWcRICg7GUjl3GM=
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/2025/push/3212367419@github.com>
In-Reply-To: <quicwg/base-drafts/pull/2025@github.com>
References: <quicwg/base-drafts/pull/2025@github.com>
Subject: Re: [quicwg/base-drafts] Send an immediate ACK (#2025)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5c3e2d5c20c5f_da73fe932ed45bc11433c"; 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/amrptkc12vUuh9Vr9_oY6xXIaPI>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
List-Id: Notification list for GitHub issues related to the QUIC WG <quic-issues.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=unsubscribe>
List-Archive: <https://mailarchive.ietf.org/arch/browse/quic-issues/>
List-Post: <mailto:quic-issues@ietf.org>
List-Help: <mailto:quic-issues-request@ietf.org?subject=help>
List-Subscribe: <https://www.ietf.org/mailman/listinfo/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=subscribe>
X-List-Received-Date: Tue, 15 Jan 2019 18:58:49 -0000

----==_mimepart_5c3e2d5c20c5f_da73fe932ed45bc11433c
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

@ianswett pushed 1 commit.

ac2c595a33dfb08bb1dc5d0d9cf26f0fe4339b5f  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/2025/files/fba23ef4187a7f59b922ba0a8c0ea263627b447b..ac2c595a33dfb08bb1dc5d0d9cf26f0fe4339b5f

----==_mimepart_5c3e2d5c20c5f_da73fe932ed45bc11433c
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/ac2c595a33dfb08bb1dc5d0d9cf26f0fe4339b5f">ac2c595</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/2025/files/fba23ef4187a7f59b922ba0a8c0ea263627b447b..ac2c595a33dfb08bb1dc5d0d9cf26f0fe4339b5f">View it on GitHub</a> or <a href="https://github.com/notifications/unsubscribe-auth/AWbkq4ce2zthJXjJB7x8c25MuADbrFtcks5vDiTcgaJpZM4YruSf">mute the thread</a>.<img src="https://github.com/notifications/beacon/AWbkq9SieWSxLhYxEYM8Kde24dTzUPE8ks5vDiTcgaJpZM4YruSf.gif" height="1" width="1" alt="" /></p>
<script type="application/json" data-scope="inboxmarkup">{"api_version":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name":"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"https://github.githubassets.com/images/email/message_cards/header.png","avatar_image_url":"https://github.githubassets.com/images/email/message_cards/avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/quicwg/base-drafts"}},"updates":{"snippets":[{"icon":"PERSON","message":"@ianswett pushed 1 commit in #2025"}],"action":{"name":"View Pull Request","url":"https://github.com/quicwg/base-drafts/pull/2025/files/fba23ef4187a7f59b922ba0a8c0ea263627b447b..ac2c595a33dfb08bb1dc5d0d9cf26f0fe4339b5f"}}}</script>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/pull/2025/files/fba23ef4187a7f59b922ba0a8c0ea263627b447b..ac2c595a33dfb08bb1dc5d0d9cf26f0fe4339b5f",
"url": "https://github.com/quicwg/base-drafts/pull/2025/files/fba23ef4187a7f59b922ba0a8c0ea263627b447b..ac2c595a33dfb08bb1dc5d0d9cf26f0fe4339b5f",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>

----==_mimepart_5c3e2d5c20c5f_da73fe932ed45bc11433c--


From nobody Tue Jan 15 11:02:45 2019
Return-Path: <bounce+565321.40f-quic-issues=ietf.org@github.com>
X-Original-To: quic-issues@ietfa.amsl.com
Delivered-To: quic-issues@ietfa.amsl.com
Received: from localhost (localhost [127.0.0.1]) by ietfa.amsl.com (Postfix) with ESMTP id D3E62130F30 for <quic-issues@ietfa.amsl.com>; Tue, 15 Jan 2019 11:02: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=-4.553, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, RCVD_IN_DNSWL_NONE=-0.0001, SPF_PASS=-0.001] autolearn=ham autolearn_force=no
Authentication-Results: ietfa.amsl.com (amavisd-new); dkim=pass (1024-bit key) header.d=github.com
Received: from mail.ietf.org ([4.31.198.44]) by localhost (ietfa.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id zAfGTIbiVrqA for <quic-issues@ietfa.amsl.com>; Tue, 15 Jan 2019 11:02:28 -0800 (PST)
Received: from m71-131.mailgun.net (m71-131.mailgun.net [166.78.71.131]) (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 034FA130F3A for <quic-issues@ietf.org>; Tue, 15 Jan 2019 11:02:26 -0800 (PST)
DKIM-Signature: a=rsa-sha256; v=1; c=relaxed/relaxed; d=github.com; q=dns/txt;  s=mailo; t=1547578946; h=Content-Transfer-Encoding: Content-Type: Mime-Version: Subject: Message-ID: To: Reply-To: From: Date: Sender; bh=/BLGMMwk2dSEi6A84L9Kh27U8kYpGXOT9J4pObtJLHE=; b=I43F+l/Vc1DJmN1hMr6EFmMW/hy+94PKqfaXnGVRZGdD/OXQsNThMwp1tgIECVUTYWdzA1nW C4KwmR93803Nsd/Lz6qdvEHP8XGX09/5F2a8Z/bN+lhd9w4LK1SeYt3wnHFz+pCULtm5axxM Zxd/AyRgdSD5gSkJBORS2SYxXok=
X-Mailgun-Sending-Ip: 166.78.71.131
X-Mailgun-Sid: WyJhNzYyYiIsICJxdWljLWlzc3Vlc0BpZXRmLm9yZyIsICI0MGYiXQ==
Sender: ianswett=users.noreply.github.com@github.com
Received: from github.com (Unknown [192.30.252.39]) by mxa.mailgun.org with ESMTP id 5c3e2be9.7f89dd3ea570-smtp-out-n03; Tue, 15 Jan 2019 18:52:25 -0000 (UTC)
Date: Tue, 15 Jan 2019 10:52:22 -0800
From: ianswett <ianswett@users.noreply.github.com>
Reply-To: ianswett <ianswett@users.noreply.github.com>
To: quic-issues@ietf.org
Message-ID: <5c3e2be69de6f_74f2abe59a045788505f@hookshot-fe-dfcc362.cp1-iad.github.net.mail>
Subject: [quicwg/base-drafts] fba23e: Update draft-ietf-quic-recovery.md
Mime-Version: 1.0
Content-Type: multipart/mixed; boundary="--==_mimepart_5c3e2be69d9ba_74f2abe59a045788493a"; charset=UTF-8
Content-Transfer-Encoding: 7bit
Archived-At: <https://mailarchive.ietf.org/arch/msg/quic-issues/Etx0KfNHwe7Ms3n1Lhk2T7TtXkU>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
Precedence: list
List-Id: Notification list for GitHub issues related to the QUIC WG <quic-issues.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=unsubscribe>
List-Archive: <https://mailarchive.ietf.org/arch/browse/quic-issues/>
List-Post: <mailto:quic-issues@ietf.org>
List-Help: <mailto:quic-issues-request@ietf.org?subject=help>
List-Subscribe: <https://www.ietf.org/mailman/listinfo/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=subscribe>
X-List-Received-Date: Tue, 15 Jan 2019 19:02:42 -0000

----==_mimepart_5c3e2be69d9ba_74f2abe59a045788493a
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

  Branch: refs/heads/ianswett-immediate-ack
  Home:   https://github.com/quicwg/base-drafts
  Commit: fba23ef4187a7f59b922ba0a8c0ea263627b447b
      https://github.com/quicwg/base-drafts/commit/fba23ef4187a7f59b922ba0a8c0ea263627b447b
  Author: ianswett <ianswett@users.noreply.github.com>
  Date:   2019-01-15 (Tue, 15 Jan 2019)

  Changed paths:
    M draft-ietf-quic-recovery.md

  Log Message:
  -----------
  Update draft-ietf-quic-recovery.md



      **NOTE:** This service has been marked for deprecation: https://developer.github.com/changes/2018-04-25-github-services-deprecation/

      Functionality will be removed from GitHub.com on January 31st, 2019.

----==_mimepart_5c3e2be69d9ba_74f2abe59a045788493a--


From nobody Tue Jan 15 11:51: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 6986E130F0F for <quic-issues@ietfa.amsl.com>; Tue, 15 Jan 2019 11:51:01 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -10.935
X-Spam-Level: 
X-Spam-Status: No, score=-10.935 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIMWL_WL_HIGH=-4.553, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, HTML_IMAGE_ONLY_24=1.618, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-1, RCVD_IN_DNSWL_HI=-5, SPF_PASS=-0.001] autolearn=ham autolearn_force=no
Authentication-Results: ietfa.amsl.com (amavisd-new); dkim=pass (1024-bit key) header.d=github.com
Received: from mail.ietf.org ([4.31.198.44]) by localhost (ietfa.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id To4zFHX3YUFz for <quic-issues@ietfa.amsl.com>; Tue, 15 Jan 2019 11:50: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 7EA4612872C for <quic-issues@ietf.org>; Tue, 15 Jan 2019 11:50:59 -0800 (PST)
Date: Tue, 15 Jan 2019 11:50:58 -0800
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1547581858; bh=ijyrXvuPAcuDI7AJJso/t52V/PJebfgfv/J7aDBlv+w=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=NXBlXsbbOHk9dps1NKWN35tb/DfOkyBiY2KLI+hDPY+sv0KYeCbNWEFd9xUVTDRN6 mrfGADckpEFl2kGaJaz87Ryo/rOA3Xoj/O4AXuybCx8R9ZWwYwsELfrhl3/jmUELCA 7ztzgQeZiCEcpWaCrXXPvEhAxUIkw72LN+zzwIYs=
From: martinduke <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+0166e4ab1156f210076a1e177f144a14d0a3a0118c05bd9f92cf000000011855fba292a169ce16d11972@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/pull/2025/c454527229@github.com>
In-Reply-To: <quicwg/base-drafts/pull/2025@github.com>
References: <quicwg/base-drafts/pull/2025@github.com>
Subject: Re: [quicwg/base-drafts] Send an immediate ACK (#2025)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5c3e39a23d0b3_66f93fdbc46d45b877760"; 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/efTKXBXuFpAYb3-uBeeTwrcmfPU>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
List-Id: Notification list for GitHub issues related to the QUIC WG <quic-issues.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=unsubscribe>
List-Archive: <https://mailarchive.ietf.org/arch/browse/quic-issues/>
List-Post: <mailto:quic-issues@ietf.org>
List-Help: <mailto:quic-issues-request@ietf.org?subject=help>
List-Subscribe: <https://www.ietf.org/mailman/listinfo/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=subscribe>
X-List-Received-Date: Tue, 15 Jan 2019 19:51:02 -0000

----==_mimepart_5c3e39a23d0b3_66f93fdbc46d45b877760
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

@ianswett good point; I return to the position of my comment before last.

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/quicwg/base-drafts/pull/2025#issuecomment-454527229
----==_mimepart_5c3e39a23d0b3_66f93fdbc46d45b877760
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> good point; I return to the position of my comment before last.</p>

<p style="font-size:small;-webkit-text-size-adjust:none;color:#666;">&mdash;<br />You are receiving this because you are subscribed to this thread.<br />Reply to this email directly, <a href="https://github.com/quicwg/base-drafts/pull/2025#issuecomment-454527229">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AWbkq0g_vbthTc22CNcrTFQk-dJv2Mupks5vDjEigaJpZM4YruSf">mute the thread</a>.<img src="https://github.com/notifications/beacon/AWbkq7q5B02juLY-QbLSIy2hFZ63-cDEks5vDjEigaJpZM4YruSf.gif" height="1" width="1" alt="" /></p>
<script type="application/json" data-scope="inboxmarkup">{"api_version":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name":"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"https://github.githubassets.com/images/email/message_cards/header.png","avatar_image_url":"https://github.githubassets.com/images/email/message_cards/avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/quicwg/base-drafts"}},"updates":{"snippets":[{"icon":"PERSON","message":"@martinduke in #2025: @ianswett good point; I return to the position of my comment before last."}],"action":{"name":"View Pull Request","url":"https://github.com/quicwg/base-drafts/pull/2025#issuecomment-454527229"}}}</script>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/pull/2025#issuecomment-454527229",
"url": "https://github.com/quicwg/base-drafts/pull/2025#issuecomment-454527229",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>
----==_mimepart_5c3e39a23d0b3_66f93fdbc46d45b877760--


From nobody Tue Jan 15 12:13: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 350061295D8 for <quic-issues@ietfa.amsl.com>; Tue, 15 Jan 2019 12:13:56 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -10.935
X-Spam-Level: 
X-Spam-Status: No, score=-10.935 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIMWL_WL_HIGH=-4.553, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, HTML_IMAGE_ONLY_24=1.618, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-1, RCVD_IN_DNSWL_HI=-5, SPF_PASS=-0.001] autolearn=ham autolearn_force=no
Authentication-Results: ietfa.amsl.com (amavisd-new); dkim=pass (1024-bit key) header.d=github.com
Received: from mail.ietf.org ([4.31.198.44]) by localhost (ietfa.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id HnUiFt01ktYm for <quic-issues@ietfa.amsl.com>; Tue, 15 Jan 2019 12:13: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 6771E1294D0 for <quic-issues@ietf.org>; Tue, 15 Jan 2019 12:13:54 -0800 (PST)
Date: Tue, 15 Jan 2019 12:13:53 -0800
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1547583233; bh=sy/zWDv8mfKR/gCn9ksYbRV6LO0KzH+ni93+83TtSkM=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=tp8QpsFRwlVSt2TgqkOOYns6oLV85PkjZqLuepwVLltaRyfjGQRn4yi9b4Z4rsJuf 3ih3uF9yYO/OrASEtjECp9Up2AhA1NMKiRolV6zjfsRXt6bmNkSAI0u9LYV+rkT4yT 4LtcUDBBvZYBV9bXRs1r5G4fCFiG4Fs1qdNkuPgM=
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/2313/push/3212591954@github.com>
In-Reply-To: <quicwg/base-drafts/pull/2313@github.com>
References: <quicwg/base-drafts/pull/2313@github.com>
Subject: Re: [quicwg/base-drafts] Proposal to make Version Negotiation more like Retry to punt VN to QUICv2 (#2313)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5c3e3f01664c0_31c43fd3d40d45c0459dd"; 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/I0sZozgwK2T5hLEXLLaZL9ncYrg>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
List-Id: Notification list for GitHub issues related to the QUIC WG <quic-issues.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=unsubscribe>
List-Archive: <https://mailarchive.ietf.org/arch/browse/quic-issues/>
List-Post: <mailto:quic-issues@ietf.org>
List-Help: <mailto:quic-issues-request@ietf.org?subject=help>
List-Subscribe: <https://www.ietf.org/mailman/listinfo/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=subscribe>
X-List-Received-Date: Tue, 15 Jan 2019 20:13:56 -0000

----==_mimepart_5c3e3f01664c0_31c43fd3d40d45c0459dd
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

@DavidSchinazi pushed 1 commit.

3a0b08c258651e6f9924108baa9b494dfe3774c1  Revert changes to the invariants


-- 
You are receiving this because you are subscribed to this thread.
View it on GitHub:
https://github.com/quicwg/base-drafts/pull/2313/files/738fec2ec2fad1d8f26a5307ab426bb4910643eb..3a0b08c258651e6f9924108baa9b494dfe3774c1

----==_mimepart_5c3e3f01664c0_31c43fd3d40d45c0459dd
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/3a0b08c258651e6f9924108baa9b494dfe3774c1">3a0b08c</a>  Revert changes to the invariants</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/2313/files/738fec2ec2fad1d8f26a5307ab426bb4910643eb..3a0b08c258651e6f9924108baa9b494dfe3774c1">View it on GitHub</a> or <a href="https://github.com/notifications/unsubscribe-auth/AWbkq2WsbgsWeEjVqkLLcDX_G1Ero9Veks5vDjaBgaJpZM4Z0W3R">mute the thread</a>.<img src="https://github.com/notifications/beacon/AWbkq3RDdkR9eXBySlTLl3zoTjaocFPcks5vDjaBgaJpZM4Z0W3R.gif" height="1" width="1" alt="" /></p>
<script type="application/json" data-scope="inboxmarkup">{"api_version":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name":"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"https://github.githubassets.com/images/email/message_cards/header.png","avatar_image_url":"https://github.githubassets.com/images/email/message_cards/avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/quicwg/base-drafts"}},"updates":{"snippets":[{"icon":"PERSON","message":"@DavidSchinazi pushed 1 commit in #2313"}],"action":{"name":"View Pull Request","url":"https://github.com/quicwg/base-drafts/pull/2313/files/738fec2ec2fad1d8f26a5307ab426bb4910643eb..3a0b08c258651e6f9924108baa9b494dfe3774c1"}}}</script>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/pull/2313/files/738fec2ec2fad1d8f26a5307ab426bb4910643eb..3a0b08c258651e6f9924108baa9b494dfe3774c1",
"url": "https://github.com/quicwg/base-drafts/pull/2313/files/738fec2ec2fad1d8f26a5307ab426bb4910643eb..3a0b08c258651e6f9924108baa9b494dfe3774c1",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>

----==_mimepart_5c3e3f01664c0_31c43fd3d40d45c0459dd--


From nobody Tue Jan 15 12:15: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 852CD1294D0 for <quic-issues@ietfa.amsl.com>; Tue, 15 Jan 2019 12:15:12 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -10.935
X-Spam-Level: 
X-Spam-Status: No, score=-10.935 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIMWL_WL_HIGH=-4.553, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, HTML_IMAGE_ONLY_24=1.618, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-1, RCVD_IN_DNSWL_HI=-5, SPF_PASS=-0.001] autolearn=ham autolearn_force=no
Authentication-Results: ietfa.amsl.com (amavisd-new); dkim=pass (1024-bit key) header.d=github.com
Received: from mail.ietf.org ([4.31.198.44]) by localhost (ietfa.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id oYFbag8XaT8r for <quic-issues@ietfa.amsl.com>; Tue, 15 Jan 2019 12:15:10 -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 93A2B1295D8 for <quic-issues@ietf.org>; Tue, 15 Jan 2019 12:15:10 -0800 (PST)
Date: Tue, 15 Jan 2019 12:15:09 -0800
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1547583309; bh=PETLT4EvbcIDpUtq370OGfJbePXKZhrgKBRbeANSXNA=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=0DU0WeCR+OuEf6IPZ9TWRsvzR1ocXkWQoYrDI43AafxAL4PAb6P/d6hn9E7JYSqP4 VY+lL1Vfd97kdJsuSsRd6DuDBzYWtizZFh4ScU86ZTRT3r+yBMEjLewNBCRTpN1MGW mRrRGgE9YoWYLr5/8B+woO51omLg4V9fKeEAHqa0=
From: David Schinazi <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+0166e4ab70455afbeed7cbc2f305f0a8bfe288803b55c24e92cf000000011856014d92a169ce17a48a98@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/pull/2313/c454535056@github.com>
In-Reply-To: <quicwg/base-drafts/pull/2313@github.com>
References: <quicwg/base-drafts/pull/2313@github.com>
Subject: Re: [quicwg/base-drafts] Proposal to make Version Negotiation more like Retry to punt VN to QUICv2 (#2313)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5c3e3f4d826c8_2edf3fe03dcd45bc833e8"; 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/LN9MlLbQqz3GMtrvR9NZgHQc_3c>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
List-Id: Notification list for GitHub issues related to the QUIC WG <quic-issues.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=unsubscribe>
List-Archive: <https://mailarchive.ietf.org/arch/browse/quic-issues/>
List-Post: <mailto:quic-issues@ietf.org>
List-Help: <mailto:quic-issues-request@ietf.org?subject=help>
List-Subscribe: <https://www.ietf.org/mailman/listinfo/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=subscribe>
X-List-Received-Date: Tue, 15 Jan 2019 20:15:13 -0000

----==_mimepart_5c3e3f4d826c8_2edf3fe03dcd45bc833e8
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

I've now reverted the part of this proposal that changed the invariants. It now simply removes VN from v1.

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/quicwg/base-drafts/pull/2313#issuecomment-454535056
----==_mimepart_5c3e3f4d826c8_2edf3fe03dcd45bc833e8
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

<p>I've now reverted the part of this proposal that changed the invariants. It now simply removes VN from v1.</p>

<p style="font-size:small;-webkit-text-size-adjust:none;color:#666;">&mdash;<br />You are receiving this because you are subscribed to this thread.<br />Reply to this email directly, <a href="https://github.com/quicwg/base-drafts/pull/2313#issuecomment-454535056">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AWbkq0l-yZ5H09IJmh5MZZr-TItV4qW6ks5vDjbNgaJpZM4Z0W3R">mute the thread</a>.<img src="https://github.com/notifications/beacon/AWbkq3WEU7sMQofjtQc8UqI8yTBFPmhQks5vDjbNgaJpZM4Z0W3R.gif" height="1" width="1" alt="" /></p>
<script type="application/json" data-scope="inboxmarkup">{"api_version":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name":"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"https://github.githubassets.com/images/email/message_cards/header.png","avatar_image_url":"https://github.githubassets.com/images/email/message_cards/avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/quicwg/base-drafts"}},"updates":{"snippets":[{"icon":"PERSON","message":"@DavidSchinazi in #2313: I've now reverted the part of this proposal that changed the invariants. It now simply removes VN from v1."}],"action":{"name":"View Pull Request","url":"https://github.com/quicwg/base-drafts/pull/2313#issuecomment-454535056"}}}</script>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/pull/2313#issuecomment-454535056",
"url": "https://github.com/quicwg/base-drafts/pull/2313#issuecomment-454535056",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>
----==_mimepart_5c3e3f4d826c8_2edf3fe03dcd45bc833e8--


From nobody Tue Jan 15 12:53:14 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 6BC461294D0 for <quic-issues@ietfa.amsl.com>; Tue, 15 Jan 2019 12:53:13 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -7.553
X-Spam-Level: 
X-Spam-Status: No, score=-7.553 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIMWL_WL_HIGH=-4.553, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-1, RCVD_IN_DNSWL_NONE=-0.0001, SPF_PASS=-0.001] autolearn=ham autolearn_force=no
Authentication-Results: ietfa.amsl.com (amavisd-new); dkim=pass (1024-bit key) header.d=github.com
Received: from mail.ietf.org ([4.31.198.44]) by localhost (ietfa.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id zUHv5ayQ3P3s for <quic-issues@ietfa.amsl.com>; Tue, 15 Jan 2019 12:53:11 -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 E176D1295D8 for <quic-issues@ietf.org>; Tue, 15 Jan 2019 12:53:10 -0800 (PST)
DKIM-Signature: v=1; a=rsa-sha1; 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=cmmWvY4uqBN2uTjCV3hbQ60qUWY=; b=k3iI1kDqs5eWOa7M UZtMlt+nu6JsUdiSVdsOeqys9X+7tq1SM8a/KDhNY+Jq736GeljFbvF77R8FGUO8 kd2bzOPs5JTDMyvWmkAtfoOamMvdQ4gIW6gslxLQB94PN3RwLgaJJ4WirWCmCiWu bjf3wt17icgCyIiAEg3WJdOksgs=
Received: by filter1717p1mdw1.sendgrid.net with SMTP id filter1717p1mdw1-17115-5C3E4835-18 2019-01-15 20:53:09.634143407 +0000 UTC m=+74036.713388179
Received: from github-lowworker-0b1e58d.cp1-iad.github.net (unknown [192.30.252.43]) by ismtpd0012p1iad2.sendgrid.net (SG) with ESMTP id b9jNcu_HRl-4MEqrSxW8fg for <quic-issues@ietf.org>; Tue, 15 Jan 2019 20:53:09.647 +0000 (UTC)
Received: from github.com (localhost [127.0.0.1]) by github-lowworker-0b1e58d.cp1-iad.github.net (Postfix) with ESMTP id 88C763E00FB for <quic-issues@ietf.org>; Tue, 15 Jan 2019 12:53:09 -0800 (PST)
Date: Tue, 15 Jan 2019 20:53:09 +0000 (UTC)
From: ianswett <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+0166e4ab65370f8a77542bc1f72efe4e94d7ec05e6fd158c92cf0000000118560a3592a169ce178befb2@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/pull/2281/review/192855977@github.com>
In-Reply-To: <quicwg/base-drafts/pull/2281@github.com>
References: <quicwg/base-drafts/pull/2281@github.com>
Subject: Re: [quicwg/base-drafts] Include handshake anti-deadlock logic in pseudocode (#2281)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5c3e483587528_739a3fd3d40d45c0319115"; 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
X-SG-EID: l64QuQ2uJCcEyUykJbxN122A6QRmEpucztpreh3Pak2cLJj1sMC9EGwnilEUzKlM+C7gP+vYtTkDLd lw7sLq8eXP/SrtN0FDh8qw732qV6zEUvSa4rGV+OE9m91CjPX3Lm8+8PiAypC5wFvE+Hp22mQCcErF M4s8Zs8JzWJoXAS4eKA+T1nHIfYyxigV1n5hgMaUIC6j/sR2504HJAyWxDhnuYerP9fRkDRc7xq+wH s=
Archived-At: <https://mailarchive.ietf.org/arch/msg/quic-issues/pcdq1V3d6Kh7Emm9WOHYL4PR3Lk>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
List-Id: Notification list for GitHub issues related to the QUIC WG <quic-issues.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=unsubscribe>
List-Archive: <https://mailarchive.ietf.org/arch/browse/quic-issues/>
List-Post: <mailto:quic-issues@ietf.org>
List-Help: <mailto:quic-issues-request@ietf.org?subject=help>
List-Subscribe: <https://www.ietf.org/mailman/listinfo/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=subscribe>
X-List-Received-Date: Tue, 15 Jan 2019 20:53:14 -0000

----==_mimepart_5c3e483587528_739a3fd3d40d45c0319115
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

ianswett commented on this pull request.

Thanks, I think this is heading in the right direction.  I'd like it to be cleaner, but this isn't a clean mechanism.

> @@ -699,6 +703,9 @@ Pseudocode for OnAckReceived and UpdateRtt follow:
     largest_acked_packet = max(largest_acked_packet,
                                ack.largest_acked)
 
+    if (from Handshake packet):

```suggestion
    if (ack from Handshake packet):
```

> @@ -699,6 +703,9 @@ Pseudocode for OnAckReceived and UpdateRtt follow:
     largest_acked_packet = max(largest_acked_packet,
                                ack.largest_acked)
 
+    if (from Handshake packet):

Can you add a short comment like "Once the client receives an ACK in a Handshake packet, it knows the server considers its address verified."?

> @@ -823,6 +831,12 @@ Pseudocode for OnLossDetectionTimeout follows:
        // Crypto retransmission timeout.
        RetransmitUnackedCryptoData()
        crypto_count++
+     else if (unverified_client):
+       if (handshake keys available)
+         SendOnePacket()
+       else:
+         SendPaddedPacket()

```suggestion
         SendOnePaddedPacket()
```

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/quicwg/base-drafts/pull/2281#pullrequestreview-192855977
----==_mimepart_5c3e483587528_739a3fd3d40d45c0319115
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: quoted-printable

<p><b>@ianswett</b> commented on this pull request.</p>=0D
=0D
<p>Thanks, I think this is heading in the right direction.  I'd like it to =
be cleaner, but this isn't a clean mechanism.</p><hr>=0D
=0D
<p>In <a href=3D"https://github.com/quicwg/base-drafts/pull/2281#discussion=
_r248056667">draft-ietf-quic-recovery.md</a>:</p>=0D
<pre style=3D'color:#555'>&gt; @@ -699,6 +703,9 @@ Pseudocode for OnAckRece=
ived and UpdateRtt follow:=0D
     largest_acked_packet =3D max(largest_acked_packet,=0D
                                ack.largest_acked)=0D
 =0D
+    if (from Handshake packet):=0D
</pre>=0D
=E2=AC=87=EF=B8=8F Suggested change=0D
<pre style=3D"color: #555">-    if (from Handshake packet):=0D
+    if (ack from Handshake packet):=0D
</pre>=0D
=0D
=0D
<hr>=0D
=0D
<p>In <a href=3D"https://github.com/quicwg/base-drafts/pull/2281#discussion=
_r248057024">draft-ietf-quic-recovery.md</a>:</p>=0D
<pre style=3D'color:#555'>&gt; @@ -699,6 +703,9 @@ Pseudocode for OnAckRece=
ived and UpdateRtt follow:=0D
     largest_acked_packet =3D max(largest_acked_packet,=0D
                                ack.largest_acked)=0D
 =0D
+    if (from Handshake packet):=0D
</pre>=0D
<p>Can you add a short comment like "Once the client receives an ACK in a H=
andshake packet, it knows the server considers its address verified."?</p>=
=0D
=0D
<hr>=0D
=0D
<p>In <a href=3D"https://github.com/quicwg/base-drafts/pull/2281#discussion=
_r248057920">draft-ietf-quic-recovery.md</a>:</p>=0D
<pre style=3D'color:#555'>&gt; @@ -823,6 +831,12 @@ Pseudocode for OnLossDe=
tectionTimeout follows:=0D
        // Crypto retransmission timeout.=0D
        RetransmitUnackedCryptoData()=0D
        crypto_count++=0D
+     else if (unverified_client):=0D
+       if (handshake keys available)=0D
+         SendOnePacket()=0D
+       else:=0D
+         SendPaddedPacket()=0D
</pre>=0D
=E2=AC=87=EF=B8=8F Suggested change=0D
<pre style=3D"color: #555">-         SendPaddedPacket()=0D
+         SendOnePaddedPacket()=0D
</pre>=0D
=0D
=0D
<p style=3D"font-size:small;-webkit-text-size-adjust:none;color:#666;">&mda=
sh;<br />You are receiving this because you are subscribed to this thread.<=
br />Reply to this email directly, <a href=3D"https://github.com/quicwg/bas=
e-drafts/pull/2281#pullrequestreview-192855977">view it on GitHub</a>, or <=
a href=3D"https://github.com/notifications/unsubscribe-auth/AWbkq_JKqFtc0Aa=
CT1kFJ5A6B-eezVM2ks5vDj-1gaJpZM4Zluan">mute the thread</a>.<img src=3D"http=
s://github.com/notifications/beacon/AWbkqyfDlNwfIHhXVI24v-QNmVgnhkrPks5vDj-=
1gaJpZM4Zluan.gif" height=3D"1" width=3D"1" alt=3D"" /></p>=0D
<script type=3D"application/json" data-scope=3D"inboxmarkup">{"api_version"=
:"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name":"Gi=
tHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"quicwg=
/base-drafts","subtitle":"GitHub repository","main_image_url":"https://gith=
ub.githubassets.com/images/email/message_cards/header.png","avatar_image_ur=
l":"https://github.githubassets.com/images/email/message_cards/avatar.png",=
"action":{"name":"Open in GitHub","url":"https://github.com/quicwg/base-dra=
fts"}},"updates":{"snippets":[{"icon":"PERSON","message":"@ianswett comment=
ed on #2281"}],"action":{"name":"View Pull Request","url":"https://github.c=
om/quicwg/base-drafts/pull/2281#pullrequestreview-192855977"}}}</script>=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/2281#pullrequestrevie=
w-192855977",=0D
"url": "https://github.com/quicwg/base-drafts/pull/2281#pullrequestreview-1=
92855977",=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_5c3e483587528_739a3fd3d40d45c0319115--


From nobody Tue Jan 15 14: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 898CE130F2A for <quic-issues@ietfa.amsl.com>; Tue, 15 Jan 2019 14:33:51 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -12.553
X-Spam-Level: 
X-Spam-Status: No, score=-12.553 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIMWL_WL_HIGH=-4.553, 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_PASS=-0.001] autolearn=ham autolearn_force=no
Authentication-Results: ietfa.amsl.com (amavisd-new); dkim=pass (1024-bit key) header.d=github.com
Received: from mail.ietf.org ([4.31.198.44]) by localhost (ietfa.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id GibvMr2f6j0E for <quic-issues@ietfa.amsl.com>; Tue, 15 Jan 2019 14:33:49 -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 634F1130F62 for <quic-issues@ietf.org>; Tue, 15 Jan 2019 14:33:49 -0800 (PST)
Date: Tue, 15 Jan 2019 14:33:47 -0800
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1547591627; bh=9uJXQhol3INYHoPNaN13cTbfOtwwh6w3XD7qh3c8nAA=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=IAaoaKTqovnBwyTJy34pfgE0OyCXRx8/dw2uWYmil3CFQeDummbXiDosqia1bTJPT oVvymSWBrVz3FKhOr2ay27Lu+z/MMtVyyZ/IC5+VSgjGdJU3mLEP2P4gVLNS4zNkUa B7/ZPLE4nz4ScBtGI0WaakaSFjuAj94Yu2nzVHNI=
From: ianswett <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+0166e4ab790e3eafbc90eb3997dbd2db9a58244d15ff60ca92cf00000001185621cb92a169ce1784eaec@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/issues/2267/454578037@github.com>
In-Reply-To: <quicwg/base-drafts/issues/2267@github.com>
References: <quicwg/base-drafts/issues/2267@github.com>
Subject: Re: [quicwg/base-drafts] loss of only two packets can lead to an unrecoverable situation (#2267)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5c3e5fcb82b43_22663fdd4f6d45b8258246"; 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/m5lO3HEKkETY191j7pNeLR16E3g>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
List-Id: Notification list for GitHub issues related to the QUIC WG <quic-issues.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=unsubscribe>
List-Archive: <https://mailarchive.ietf.org/arch/browse/quic-issues/>
List-Post: <mailto:quic-issues@ietf.org>
List-Help: <mailto:quic-issues-request@ietf.org?subject=help>
List-Subscribe: <https://www.ietf.org/mailman/listinfo/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=subscribe>
X-List-Received-Date: Tue, 15 Jan 2019 22:34:01 -0000

----==_mimepart_5c3e5fcb82b43_22663fdd4f6d45b8258246
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

@kazuho I think we should do something, because in this case the CFIN would be in-flight, and that would cause only the handshake timer to be active in the recovery draft, even if the CFIN is no longer ACK-able.

Even without HANDSHAKE_DONE, anytime you receive a 1-RTT ACK, you can assume all Handshake data has been received and no longer needs retransmission, so you can drop the Handshake send keys.  That's a unilateral action that the peer doesn't need to be aware of I believe, as long as it's only the send keys being dropped and not receive.

We could advise coalescing a 1-RTT PING with a Handshake timeout retransmission if 1-RTT send keys are available and also advise to consider all Handshake data delivered once a 1-RTT ACK is received and processed?

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/quicwg/base-drafts/issues/2267#issuecomment-454578037
----==_mimepart_5c3e5fcb82b43_22663fdd4f6d45b8258246
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=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 think we should do something, because in this case th=
e CFIN would be in-flight, and that would cause only the handshake timer =
to be active in the recovery draft, even if the CFIN is no longer ACK-abl=
e.</p>
<p>Even without HANDSHAKE_DONE, anytime you receive a 1-RTT ACK, you can =
assume all Handshake data has been received and no longer needs retransmi=
ssion, so you can drop the Handshake send keys.  That's a unilateral acti=
on that the peer doesn't need to be aware of I believe, as long as it's o=
nly the send keys being dropped and not receive.</p>
<p>We could advise coalescing a 1-RTT PING with a Handshake timeout retra=
nsmission if 1-RTT send keys are available and also advise to consider al=
l Handshake data delivered once a 1-RTT ACK is received and processed?</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/2267#issuecomment-454578037">view it on GitHub</a>,=
 or <a href=3D"https://github.com/notifications/unsubscribe-auth/AWbkqzN7=
x-1FRpTSaEc3Jnr5Wu5annsLks5vDldLgaJpZM4ZjodA">mute the thread</a>.<img sr=
c=3D"https://github.com/notifications/beacon/AWbkq9JGKx5QVlI3pcsX9cNXsQrK=
N9Vyks5vDldLgaJpZM4ZjodA.gif" height=3D"1" width=3D"1" alt=3D"" /></p>
<script type=3D"application/json" data-scope=3D"inboxmarkup">{"api_versio=
n":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name"=
:"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"=
quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"http=
s://github.githubassets.com/images/email/message_cards/header.png","avata=
r_image_url":"https://github.githubassets.com/images/email/message_cards/=
avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/q=
uicwg/base-drafts"}},"updates":{"snippets":[{"icon":"PERSON","message":"@=
ianswett in #2267: @kazuho I think we should do something, because in thi=
s case the CFIN would be in-flight, and that would cause only the handsha=
ke timer to be active in the recovery draft, even if the CFIN is no longe=
r ACK-able.\r\n\r\nEven without HANDSHAKE_DONE, anytime you receive a 1-R=
TT ACK, you can assume all Handshake data has been received and no longer=
 needs retransmission, so you can drop the Handshake send keys.  That's a=
 unilateral action that the peer doesn't need to be aware of I believe, a=
s long as it's only the send keys being dropped and not receive.\r\n\r\nW=
e could advise coalescing a 1-RTT PING with a Handshake timeout retransmi=
ssion if 1-RTT send keys are available and also advise to consider all Ha=
ndshake data delivered once a 1-RTT ACK is received and processed?"}],"ac=
tion":{"name":"View Issue","url":"https://github.com/quicwg/base-drafts/i=
ssues/2267#issuecomment-454578037"}}}</script>
<script type=3D"application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/issues/2267#issuecomment=
-454578037",
"url": "https://github.com/quicwg/base-drafts/issues/2267#issuecomment-45=
4578037",
"name": "View Issue"
},
"description": "View this Issue on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>=

----==_mimepart_5c3e5fcb82b43_22663fdd4f6d45b8258246--


From nobody Tue Jan 15 14:46: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 6A56F130F33 for <quic-issues@ietfa.amsl.com>; Tue, 15 Jan 2019 14:45:59 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -11.007
X-Spam-Level: 
X-Spam-Status: No, score=-11.007 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIMWL_WL_HIGH=-4.553, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, HTML_IMAGE_ONLY_20=1.546, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-1, RCVD_IN_DNSWL_HI=-5, SPF_PASS=-0.001] autolearn=ham autolearn_force=no
Authentication-Results: ietfa.amsl.com (amavisd-new); dkim=pass (1024-bit key) header.d=github.com
Received: from mail.ietf.org ([4.31.198.44]) by localhost (ietfa.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id mReeMyxVrvgD for <quic-issues@ietfa.amsl.com>; Tue, 15 Jan 2019 14:45:57 -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 763AB130F2A for <quic-issues@ietf.org>; Tue, 15 Jan 2019 14:45:57 -0800 (PST)
Date: Tue, 15 Jan 2019 14:45:56 -0800
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1547592356; bh=DBuMjwZZgKyVqNg+ZTlNvVisggZLnAU46fW1Zs/Robg=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=J1eg7qbOBV5kAaFx5qlo6J1coz06+yCiaW3Ap524ZshF002JzGpyXjqx2fi/xzbI/ kaHtfzwK5UpUwCrxb7FaVBXnPcXpW34RbY5UqlNEOr2crZCAaCZGdch4WnFtlANwku Js07QNou7z4Djqflpijzm3yy+nJSp+sZBDvvj3OA=
From: ianswett <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+0166e4ab98162efebe18e49336b4be17736b92664a543af392cf00000001185624a492a169ce177b64ce@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/issues/2255/454581225@github.com>
In-Reply-To: <quicwg/base-drafts/issues/2255@github.com>
References: <quicwg/base-drafts/issues/2255@github.com>
Subject: Re: [quicwg/base-drafts] persistent congestion is more aggressive than RTO verified (#2255)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5c3e62a447af8_6b93fe390cd45c090663"; 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/I6FK9COm9mLgQm6KNuqcUd80D4w>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
List-Id: Notification list for GitHub issues related to the QUIC WG <quic-issues.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=unsubscribe>
List-Archive: <https://mailarchive.ietf.org/arch/browse/quic-issues/>
List-Post: <mailto:quic-issues@ietf.org>
List-Help: <mailto:quic-issues-request@ietf.org?subject=help>
List-Subscribe: <https://www.ietf.org/mailman/listinfo/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=subscribe>
X-List-Received-Date: Tue, 15 Jan 2019 22:46:10 -0000

----==_mimepart_5c3e62a447af8_6b93fe390cd45c090663
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

I'm removing design.  I consider this a bug fix, but still very important.

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/quicwg/base-drafts/issues/2255#issuecomment-454581225
----==_mimepart_5c3e62a447af8_6b93fe390cd45c090663
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

<p>I'm removing design.  I consider this a bug fix, but still very important.</p>

<p style="font-size:small;-webkit-text-size-adjust:none;color:#666;">&mdash;<br />You are receiving this because you are subscribed to this thread.<br />Reply to this email directly, <a href="https://github.com/quicwg/base-drafts/issues/2255#issuecomment-454581225">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AWbkqxJaEeOae8esggNxhOFcQnOntGdHks5vDlokgaJpZM4Zg0aT">mute the thread</a>.<img src="https://github.com/notifications/beacon/AWbkqyuS_7Gj_auIRK0DwJSO_5Rp1KkTks5vDlokgaJpZM4Zg0aT.gif" height="1" width="1" alt="" /></p>
<script type="application/json" data-scope="inboxmarkup">{"api_version":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name":"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"https://github.githubassets.com/images/email/message_cards/header.png","avatar_image_url":"https://github.githubassets.com/images/email/message_cards/avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/quicwg/base-drafts"}},"updates":{"snippets":[{"icon":"PERSON","message":"@ianswett in #2255: I'm removing design.  I consider this a bug fix, but still very important."}],"action":{"name":"View Issue","url":"https://github.com/quicwg/base-drafts/issues/2255#issuecomment-454581225"}}}</script>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/issues/2255#issuecomment-454581225",
"url": "https://github.com/quicwg/base-drafts/issues/2255#issuecomment-454581225",
"name": "View Issue"
},
"description": "View this Issue on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>
----==_mimepart_5c3e62a447af8_6b93fe390cd45c090663--


From nobody Tue Jan 15 14:51:01 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 67E1A130F24 for <quic-issues@ietfa.amsl.com>; Tue, 15 Jan 2019 14:51:00 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -5.935
X-Spam-Level: 
X-Spam-Status: No, score=-5.935 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIMWL_WL_HIGH=-4.553, DKIM_SIGNED=0.1, DKIM_VALID=-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_PASS=-0.001] autolearn=ham autolearn_force=no
Authentication-Results: ietfa.amsl.com (amavisd-new); dkim=pass (1024-bit key) header.d=github.com
Received: from mail.ietf.org ([4.31.198.44]) by localhost (ietfa.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id pGgLQP5Ug_wo for <quic-issues@ietfa.amsl.com>; Tue, 15 Jan 2019 14:50:58 -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 7D924127598 for <quic-issues@ietf.org>; Tue, 15 Jan 2019 14:50:58 -0800 (PST)
DKIM-Signature: v=1; a=rsa-sha1; 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=wUqtlBacN7VkHJ6UjS0kEvF7xt0=; b=mvCB54rX46jlCbLV SRJvLMGhkkMtij4PvC9U/0R4JGzJyFhQe3Kvxmnb2++EG3aukCk+1GbbK+2YuRLA 55LGYIvjHWAL1uFRzg3gWKLd9HLTDIc7VSpn7Vx3+8u6ZuiptjQtwM382uI7qwlV Z1TfeDS9DznkQA2xQGFTE1ELxag=
Received: by filter0367p1iad2.sendgrid.net with SMTP id filter0367p1iad2-20005-5C3E63D1-6 2019-01-15 22:50:57.462852888 +0000 UTC m=+86834.014967647
Received: from github-lowworker-e51511d.cp1-iad.github.net (unknown [192.30.252.34]) by ismtpd0050p1iad1.sendgrid.net (SG) with ESMTP id C_Td58E2SumZol7RdQKGjA for <quic-issues@ietf.org>; Tue, 15 Jan 2019 22:50:57.139 +0000 (UTC)
Received: from github.com (localhost [127.0.0.1]) by github-lowworker-e51511d.cp1-iad.github.net (Postfix) with ESMTP id 20EE280032 for <quic-issues@ietf.org>; Tue, 15 Jan 2019 14:50:57 -0800 (PST)
Date: Tue, 15 Jan 2019 22:50:57 +0000 (UTC)
From: ianswett <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+0166e4ab4e7293604a26ba358ece811ddce074bc83b0635392cf00000001185625d192a169ce177b64ce@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/issues/2255/454582493@github.com>
In-Reply-To: <quicwg/base-drafts/issues/2255@github.com>
References: <quicwg/base-drafts/issues/2255@github.com>
Subject: Re: [quicwg/base-drafts] persistent congestion is more aggressive than RTO verified (#2255)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5c3e63d11f76d_72803f983d0d45c02121e"; 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
X-SG-EID: l64QuQ2uJCcEyUykJbxN122A6QRmEpucztpreh3Pak0VQ+69XDy6E+FwrU5+Nc7G+DNZ8mJHPGzVW8 0+1OWhVHorJcFnl33YQkeQQDCpN9JIvLXagTStUx9ZV1TqMWYTjWAIy9GNvnXQgapyph0ZTItkSqSo /OwJxcKHdwS+NWJrWXfrBnZREVZan4HDDj2LqGGdx+D67MgHoxoWCkcTBg==
Archived-At: <https://mailarchive.ietf.org/arch/msg/quic-issues/sjB-IEtk4TuTq65eaNYcg1ffIhQ>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
List-Id: Notification list for GitHub issues related to the QUIC WG <quic-issues.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=unsubscribe>
List-Archive: <https://mailarchive.ietf.org/arch/browse/quic-issues/>
List-Post: <mailto:quic-issues@ietf.org>
List-Help: <mailto:quic-issues-request@ietf.org?subject=help>
List-Subscribe: <https://www.ietf.org/mailman/listinfo/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=subscribe>
X-List-Received-Date: Tue, 15 Jan 2019 22:51:01 -0000

----==_mimepart_5c3e63d11f76d_72803f983d0d45c02121e
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

See #2293 which I believe fixes the 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/2255#issuecomment-454582493
----==_mimepart_5c3e63d11f76d_72803f983d0d45c02121e
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

<p>See <a class="issue-link js-issue-link" data-error-text="Failed to load issue title" data-id="395845498" data-permission-text="Issue title is private" data-url="https://github.com/quicwg/base-drafts/issues/2293" data-hovercard-type="pull_request" data-hovercard-url="/quicwg/base-drafts/pull/2293/hovercard" href="https://github.com/quicwg/base-drafts/pull/2293">#2293</a> which I believe fixes the 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/2255#issuecomment-454582493">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AWbkq-jOTY_H-azgmefaeHPjr5bI9IlMks5vDltRgaJpZM4Zg0aT">mute the thread</a>.<img src="https://github.com/notifications/beacon/AWbkq9kmZBCPGqtqqggKaJTHPVu7-BuTks5vDltRgaJpZM4Zg0aT.gif" height="1" width="1" alt="" /></p>
<script type="application/json" data-scope="inboxmarkup">{"api_version":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name":"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"https://github.githubassets.com/images/email/message_cards/header.png","avatar_image_url":"https://github.githubassets.com/images/email/message_cards/avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/quicwg/base-drafts"}},"updates":{"snippets":[{"icon":"PERSON","message":"@ianswett in #2255: See #2293 which I believe fixes the text."}],"action":{"name":"View Issue","url":"https://github.com/quicwg/base-drafts/issues/2255#issuecomment-454582493"}}}</script>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/issues/2255#issuecomment-454582493",
"url": "https://github.com/quicwg/base-drafts/issues/2255#issuecomment-454582493",
"name": "View Issue"
},
"description": "View this Issue on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>
----==_mimepart_5c3e63d11f76d_72803f983d0d45c02121e--


From nobody Tue Jan 15 14:52: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 E675A130F1F for <quic-issues@ietfa.amsl.com>; Tue, 15 Jan 2019 14:52:00 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -10.935
X-Spam-Level: 
X-Spam-Status: No, score=-10.935 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIMWL_WL_HIGH=-4.553, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, HTML_IMAGE_ONLY_24=1.618, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-1, RCVD_IN_DNSWL_HI=-5, SPF_PASS=-0.001] autolearn=ham autolearn_force=no
Authentication-Results: ietfa.amsl.com (amavisd-new); dkim=pass (1024-bit key) header.d=github.com
Received: from mail.ietf.org ([4.31.198.44]) by localhost (ietfa.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id jFpLzMXTV2HO for <quic-issues@ietfa.amsl.com>; Tue, 15 Jan 2019 14:51: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 24AF9127598 for <quic-issues@ietf.org>; Tue, 15 Jan 2019 14:51:59 -0800 (PST)
Date: Tue, 15 Jan 2019 14:51:57 -0800
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1547592718; bh=AsJ2aOtitl29gonAehrPDwIUcbN76+SEGkjXmJlIO+U=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=tRUo0ajHxmfwBcS/b2iBp0jJ3Vb+dMPCu04ci/xYo76arwy4W/mmWPMpgtt8r1jK5 zBCK9It1FpmsnmiuAkgM6XCuslCVG4FejOm/kWKZdsf3shYm9PU8xmGTgfAtsRhY4v WLjTTYbEY2s+3pfkXy1HgBmNr08zhDhZC+iu4h4A=
From: ianswett <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+0166e4aba5ccb6bf7f811ffec4282cd18bdb339dcc267eb192cf000000011856260d92a169ce167d1e37@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/issues/1966/454582769@github.com>
In-Reply-To: <quicwg/base-drafts/issues/1966@github.com>
References: <quicwg/base-drafts/issues/1966@github.com>
Subject: Re: [quicwg/base-drafts] Spurious RTO detection (#1966)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5c3e640debbe7_1e453fb3c36d45b4140057"; 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/geIzJ3zNrfHdYLUSCRF80Pw9pi4>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
List-Id: Notification list for GitHub issues related to the QUIC WG <quic-issues.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=unsubscribe>
List-Archive: <https://mailarchive.ietf.org/arch/browse/quic-issues/>
List-Post: <mailto:quic-issues@ietf.org>
List-Help: <mailto:quic-issues-request@ietf.org?subject=help>
List-Subscribe: <https://www.ietf.org/mailman/listinfo/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=subscribe>
X-List-Received-Date: Tue, 15 Jan 2019 22:52:01 -0000

----==_mimepart_5c3e640debbe7_1e453fb3c36d45b4140057
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

In light of #2293, I think this is OBE?

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/quicwg/base-drafts/issues/1966#issuecomment-454582769
----==_mimepart_5c3e640debbe7_1e453fb3c36d45b4140057
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

<p>In light of <a class="issue-link js-issue-link" data-error-text="Failed to load issue title" data-id="395845498" data-permission-text="Issue title is private" data-url="https://github.com/quicwg/base-drafts/issues/2293" data-hovercard-type="pull_request" data-hovercard-url="/quicwg/base-drafts/pull/2293/hovercard" href="https://github.com/quicwg/base-drafts/pull/2293">#2293</a>, I think this is OBE?</p>

<p style="font-size:small;-webkit-text-size-adjust:none;color:#666;">&mdash;<br />You are receiving this because you are subscribed to this thread.<br />Reply to this email directly, <a href="https://github.com/quicwg/base-drafts/issues/1966#issuecomment-454582769">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AWbkq0bP4c5Jdxst3F-NO12tlthNQW2cks5vDluNgaJpZM4YN_QA">mute the thread</a>.<img src="https://github.com/notifications/beacon/AWbkq44pbDdbedRs4-cB_hYdAc6n30U-ks5vDluNgaJpZM4YN_QA.gif" height="1" width="1" alt="" /></p>
<script type="application/json" data-scope="inboxmarkup">{"api_version":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name":"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"https://github.githubassets.com/images/email/message_cards/header.png","avatar_image_url":"https://github.githubassets.com/images/email/message_cards/avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/quicwg/base-drafts"}},"updates":{"snippets":[{"icon":"PERSON","message":"@ianswett in #1966: In light of #2293, I think this is OBE?"}],"action":{"name":"View Issue","url":"https://github.com/quicwg/base-drafts/issues/1966#issuecomment-454582769"}}}</script>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/issues/1966#issuecomment-454582769",
"url": "https://github.com/quicwg/base-drafts/issues/1966#issuecomment-454582769",
"name": "View Issue"
},
"description": "View this Issue on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>
----==_mimepart_5c3e640debbe7_1e453fb3c36d45b4140057--


From nobody Tue Jan 15 15:26:15 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 8F1FE126CC7 for <quic-issues@ietfa.amsl.com>; Tue, 15 Jan 2019 15:26:13 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -5.935
X-Spam-Level: 
X-Spam-Status: No, score=-5.935 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIMWL_WL_HIGH=-4.553, DKIM_SIGNED=0.1, DKIM_VALID=-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_PASS=-0.001] autolearn=ham autolearn_force=no
Authentication-Results: ietfa.amsl.com (amavisd-new); dkim=pass (1024-bit key) header.d=github.com
Received: from mail.ietf.org ([4.31.198.44]) by localhost (ietfa.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id b9XPVH24v-lL for <quic-issues@ietfa.amsl.com>; Tue, 15 Jan 2019 15:26:12 -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 CB76712867A for <quic-issues@ietf.org>; Tue, 15 Jan 2019 15:26:11 -0800 (PST)
DKIM-Signature: v=1; a=rsa-sha1; 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=orE/rf6S56EtoPsWoa/8S37n3oM=; b=Zh6qWcShJv2glNsm Dz9C7Rp8XQ8R07+SdafZ4bNIyqwVonSxYukLVGyvXEP8l7le5RM+Jf7KZVprjZrb wTJk6aGpxZ4OnCBdFNUzWh/HDtameS9jF6XiJ3/HYuw9fmDvRJKmwt85T/TvbPxY 2j+YxwP2/EkFg42SL7y5ZMJJUnE=
Received: by filter0222p1iad2.sendgrid.net with SMTP id filter0222p1iad2-30435-5C3E6C12-23 2019-01-15 23:26:10.860532594 +0000 UTC m=+81093.713160380
Received: from github-lowworker-e711880.cp1-iad.github.net (unknown [192.30.252.45]) by ismtpd0014p1iad2.sendgrid.net (SG) with ESMTP id e0cWBZJZTcSohkXQkl6Ubw for <quic-issues@ietf.org>; Tue, 15 Jan 2019 23:26:10.947 +0000 (UTC)
Received: from github.com (localhost [127.0.0.1]) by github-lowworker-e711880.cp1-iad.github.net (Postfix) with ESMTP id C05BD441423 for <quic-issues@ietf.org>; Tue, 15 Jan 2019 15:26:10 -0800 (PST)
Date: Tue, 15 Jan 2019 23:26:10 +0000 (UTC)
From: ianswett <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+0166e4ab606dbdb8f3d1d992e7f0485539c397fc83043bec92cf0000000118562e1292a169ce169caef1@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/issues/1986/454591016@github.com>
In-Reply-To: <quicwg/base-drafts/issues/1986@github.com>
References: <quicwg/base-drafts/issues/1986@github.com>
Subject: Re: [quicwg/base-drafts] Consider dynamic hybrid between time-based and packet-based loss detection (#1986)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5c3e6c12be868_68653fef84ad45b83360b"; 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
X-SG-EID: l64QuQ2uJCcEyUykJbxN122A6QRmEpucztpreh3Pak0446qK15lONnkjQDRuFxbYSvoJmGG+yGAzOF qNqac3jDQ/nTOtLR459mWHk5XliDA6brLyrU9vcOg/yKRZcdM/LsT/NTl51bskfzaZt/g4+9fOjLUd BwtveaxrCHZZ8Zvyzp37S9KRYyl7f061RHMNkHu94ayhHbNWIXi57ukbMXjxypUJoSmGPZ8rzogSO6 8=
Archived-At: <https://mailarchive.ietf.org/arch/msg/quic-issues/Yw6WfsNlmCxc2JiFsU1FEdk31XI>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
List-Id: Notification list for GitHub issues related to the QUIC WG <quic-issues.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=unsubscribe>
List-Archive: <https://mailarchive.ietf.org/arch/browse/quic-issues/>
List-Post: <mailto:quic-issues@ietf.org>
List-Help: <mailto:quic-issues-request@ietf.org?subject=help>
List-Subscribe: <https://www.ietf.org/mailman/listinfo/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=subscribe>
X-List-Received-Date: Tue, 15 Jan 2019 23:26:13 -0000

----==_mimepart_5c3e6c12be868_68653fef84ad45b83360b
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

Now that the draft has moved to PTO from TLP/RTO, if you'd like to make a specific proposal, it'd be a good time.

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/quicwg/base-drafts/issues/1986#issuecomment-454591016
----==_mimepart_5c3e6c12be868_68653fef84ad45b83360b
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

<p>Now that the draft has moved to PTO from TLP/RTO, if you'd like to make a specific proposal, it'd be a good time.</p>

<p style="font-size:small;-webkit-text-size-adjust:none;color:#666;">&mdash;<br />You are receiving this because you are subscribed to this thread.<br />Reply to this email directly, <a href="https://github.com/quicwg/base-drafts/issues/1986#issuecomment-454591016">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AWbkqzDCR_t4VpDJpn5A9ukGZ0sr0d9dks5vDmOSgaJpZM4YXtzP">mute the thread</a>.<img src="https://github.com/notifications/beacon/AWbkqyKgRmWKEYbYRYNfF93VKHD_2n1nks5vDmOSgaJpZM4YXtzP.gif" height="1" width="1" alt="" /></p>
<script type="application/json" data-scope="inboxmarkup">{"api_version":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name":"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"https://github.githubassets.com/images/email/message_cards/header.png","avatar_image_url":"https://github.githubassets.com/images/email/message_cards/avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/quicwg/base-drafts"}},"updates":{"snippets":[{"icon":"PERSON","message":"@ianswett in #1986: Now that the draft has moved to PTO from TLP/RTO, if you'd like to make a specific proposal, it'd be a good time."}],"action":{"name":"View Issue","url":"https://github.com/quicwg/base-drafts/issues/1986#issuecomment-454591016"}}}</script>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/issues/1986#issuecomment-454591016",
"url": "https://github.com/quicwg/base-drafts/issues/1986#issuecomment-454591016",
"name": "View Issue"
},
"description": "View this Issue on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>
----==_mimepart_5c3e6c12be868_68653fef84ad45b83360b--


From nobody Tue Jan 15 15: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 EBE8612D4F2 for <quic-issues@ietfa.amsl.com>; Tue, 15 Jan 2019 15:29:06 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -10.935
X-Spam-Level: 
X-Spam-Status: No, score=-10.935 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIMWL_WL_HIGH=-4.553, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, HTML_IMAGE_ONLY_24=1.618, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-1, RCVD_IN_DNSWL_HI=-5, SPF_PASS=-0.001] autolearn=ham autolearn_force=no
Authentication-Results: ietfa.amsl.com (amavisd-new); dkim=pass (1024-bit key) header.d=github.com
Received: from mail.ietf.org ([4.31.198.44]) by localhost (ietfa.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 0iJtuU9hl-T8 for <quic-issues@ietfa.amsl.com>; Tue, 15 Jan 2019 15:29:05 -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 5A783128766 for <quic-issues@ietf.org>; Tue, 15 Jan 2019 15:29:05 -0800 (PST)
Date: Tue, 15 Jan 2019 15:29:03 -0800
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1547594943; bh=Ty6YMY+HvKWlTeIews2BOxbwqZc++VBMjXVLBW7yeW8=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=dE6T4F3ScUIqc40j9/9eF2TznIWijr5FXR9Zp+QOJwZpAQew2Ive3l9uROajCha/B VUY8q1wdOa+QE21Bfu8rwa5dwULJPANW3ACn9gYOaNbS6CNvP4HUxm8hMODgUrezCH 7oBdvIR3L/4yTa7YiseothNGxSu3PHssAR7arHfk=
From: ianswett <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+0166e4ab3df22824dd70e6d4facdbb8a1354471d848ff8c492cf0000000118562ebf92a169ce174638d4@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/issues/2135/454591693@github.com>
In-Reply-To: <quicwg/base-drafts/issues/2135@github.com>
References: <quicwg/base-drafts/issues/2135@github.com>
Subject: Re: [quicwg/base-drafts] How many datagrams can a client send prior to validating the path? (#2135)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5c3e6cbf83444_32eb3fa800cd45b4420917"; 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/IMN5hCaKA6T5Wzn2utAMO3qGqz0>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
List-Id: Notification list for GitHub issues related to the QUIC WG <quic-issues.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=unsubscribe>
List-Archive: <https://mailarchive.ietf.org/arch/browse/quic-issues/>
List-Post: <mailto:quic-issues@ietf.org>
List-Help: <mailto:quic-issues-request@ietf.org?subject=help>
List-Subscribe: <https://www.ietf.org/mailman/listinfo/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=subscribe>
X-List-Received-Date: Tue, 15 Jan 2019 23:29:07 -0000

----==_mimepart_5c3e6cbf83444_32eb3fa800cd45b4420917
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

@kazuho I don't see anyone objecting to that approach, is there some text you'd like added to one of the drafts?

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/quicwg/base-drafts/issues/2135#issuecomment-454591693
----==_mimepart_5c3e6cbf83444_32eb3fa800cd45b4420917
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 don't see anyone objecting to that approach, is there some text you'd like added to one of the drafts?</p>

<p style="font-size:small;-webkit-text-size-adjust:none;color:#666;">&mdash;<br />You are receiving this because you are subscribed to this thread.<br />Reply to this email directly, <a href="https://github.com/quicwg/base-drafts/issues/2135#issuecomment-454591693">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AWbkqz7x6hpSyuH_WFJmsKNQ0oriSNFGks5vDmQ_gaJpZM4ZQv8P">mute the thread</a>.<img src="https://github.com/notifications/beacon/AWbkq_Bc-MHfodMIpWr6JRbzK_GEYVxbks5vDmQ_gaJpZM4ZQv8P.gif" height="1" width="1" alt="" /></p>
<script type="application/json" data-scope="inboxmarkup">{"api_version":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name":"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"https://github.githubassets.com/images/email/message_cards/header.png","avatar_image_url":"https://github.githubassets.com/images/email/message_cards/avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/quicwg/base-drafts"}},"updates":{"snippets":[{"icon":"PERSON","message":"@ianswett in #2135: @kazuho I don't see anyone objecting to that approach, is there some text you'd like added to one of the drafts?"}],"action":{"name":"View Issue","url":"https://github.com/quicwg/base-drafts/issues/2135#issuecomment-454591693"}}}</script>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/issues/2135#issuecomment-454591693",
"url": "https://github.com/quicwg/base-drafts/issues/2135#issuecomment-454591693",
"name": "View Issue"
},
"description": "View this Issue on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>
----==_mimepart_5c3e6cbf83444_32eb3fa800cd45b4420917--


From nobody Tue Jan 15 15:29:43 2019
Return-Path: <bounce+565321.40f-quic-issues=ietf.org@github.com>
X-Original-To: quic-issues@ietfa.amsl.com
Delivered-To: quic-issues@ietfa.amsl.com
Received: from localhost (localhost [127.0.0.1]) by ietfa.amsl.com (Postfix) with ESMTP id 32300130F2F for <quic-issues@ietfa.amsl.com>; Tue, 15 Jan 2019 15:29:41 -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=-4.553, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, HEADER_FROM_DIFFERENT_DOMAINS=0.001, RCVD_IN_DNSWL_NONE=-0.0001, SPF_PASS=-0.001] autolearn=ham autolearn_force=no
Authentication-Results: ietfa.amsl.com (amavisd-new); dkim=pass (1024-bit key) header.d=github.com
Received: from mail.ietf.org ([4.31.198.44]) by localhost (ietfa.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id WgAAKrbtm6_2 for <quic-issues@ietfa.amsl.com>; Tue, 15 Jan 2019 15:29:39 -0800 (PST)
Received: from m69-169.mailgun.net (m69-169.mailgun.net [166.78.69.169]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id 6290C12D4F2 for <quic-issues@ietf.org>; Tue, 15 Jan 2019 15:29:39 -0800 (PST)
DKIM-Signature: a=rsa-sha256; v=1; c=relaxed/relaxed; d=github.com; q=dns/txt;  s=mailo; t=1547594978; h=Content-Transfer-Encoding: Content-Type: Mime-Version: Subject: Message-ID: To: Reply-To: From: Date: Sender; bh=cBzRMdNK9nzZUmgsatlHefdXP12wd9KUO/JVvrJWeeQ=; b=mx2kGDUBbpAoVxDjIhQCfEf1tMI+94hYaQa0MJl6HHGAnXq4jtXKfg8NTALju1kjjch9r19v dMORXVjD3+frRKaoajmQ60fOojG2gVDj1cKI+pCOAqD3c6JbfAbZKonzJbwoVpG50LzKRjj/ DPVYlQzsCSzQvA1vOamP8s2L10k=
X-Mailgun-Sending-Ip: 166.78.69.169
X-Mailgun-Sid: WyJhNzYyYiIsICJxdWljLWlzc3Vlc0BpZXRmLm9yZyIsICI0MGYiXQ==
Sender: mbishop=evequefou.be@github.com
Received: from github.com (Unknown [192.30.252.35]) by mxa.mailgun.org with ESMTP id 5c3e6ce1.7f659a479720-smtp-out-n01; Tue, 15 Jan 2019 23:29:37 -0000 (UTC)
Date: Tue, 15 Jan 2019 15:29:36 -0800
From: Mike Bishop <mbishop@evequefou.be>
Reply-To: Mike Bishop <mbishop@evequefou.be>
To: quic-issues@ietf.org
Message-ID: <5c3e6ce09106e_e0d2ad46920e5786195b@hookshot-fe-d252ca1.cp1-iad.github.net.mail>
Subject: [quicwg/base-drafts] d913c6: Restrict PUSH_PROMISE to request streams (#2323)
Mime-Version: 1.0
Content-Type: multipart/mixed; boundary="--==_mimepart_5c3e6ce090d03_e0d2ad46920e578618f1"; charset=UTF-8
Content-Transfer-Encoding: 7bit
Archived-At: <https://mailarchive.ietf.org/arch/msg/quic-issues/2536pKC_HM2I6nRpt0pcw5FZFjU>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
Precedence: list
List-Id: Notification list for GitHub issues related to the QUIC WG <quic-issues.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=unsubscribe>
List-Archive: <https://mailarchive.ietf.org/arch/browse/quic-issues/>
List-Post: <mailto:quic-issues@ietf.org>
List-Help: <mailto:quic-issues-request@ietf.org?subject=help>
List-Subscribe: <https://www.ietf.org/mailman/listinfo/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=subscribe>
X-List-Received-Date: Tue, 15 Jan 2019 23:29:41 -0000

----==_mimepart_5c3e6ce090d03_e0d2ad46920e578618f1
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

  Branch: refs/heads/master
  Home:   https://github.com/quicwg/base-drafts
  Commit: d913c62b29a3245d4afa97837938898c555b395e
      https://github.com/quicwg/base-drafts/commit/d913c62b29a3245d4afa97837938898c555b395e
  Author: Mike Bishop <mbishop@evequefou.be>
  Date:   2019-01-15 (Tue, 15 Jan 2019)

  Changed paths:
    M draft-ietf-quic-http.md

  Log Message:
  -----------
  Restrict PUSH_PROMISE to request streams (#2323)

* Restrict P_P to request streams

* Gah, you know what I meant



      **NOTE:** This service has been marked for deprecation: https://developer.github.com/changes/2018-04-25-github-services-deprecation/

      Functionality will be removed from GitHub.com on January 31st, 2019.

----==_mimepart_5c3e6ce090d03_e0d2ad46920e578618f1--


From nobody Tue Jan 15 15:29: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 A2359130F39 for <quic-issues@ietfa.amsl.com>; Tue, 15 Jan 2019 15:29:43 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -10.935
X-Spam-Level: 
X-Spam-Status: No, score=-10.935 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIMWL_WL_HIGH=-4.553, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, HTML_IMAGE_ONLY_24=1.618, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-1, RCVD_IN_DNSWL_HI=-5, SPF_PASS=-0.001] autolearn=ham autolearn_force=no
Authentication-Results: ietfa.amsl.com (amavisd-new); dkim=pass (1024-bit key) header.d=github.com
Received: from mail.ietf.org ([4.31.198.44]) by localhost (ietfa.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id UflhUCjYM4f7 for <quic-issues@ietfa.amsl.com>; Tue, 15 Jan 2019 15:29:42 -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 24F4412D7F8 for <quic-issues@ietf.org>; Tue, 15 Jan 2019 15:29:41 -0800 (PST)
Date: Tue, 15 Jan 2019 15:29:40 -0800
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1547594980; bh=2qMWCZxAZAU7o99Au+A6A8yRWdvWoe93FZRvcCYW/bw=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=cT49s/Me7mFEU10TsH5EdHnwdvEukHAE+mkp1P1qGayj/iy/wgRhWyk9etEQzo0CE ukhXgh4CezGet5F74DKBwYl9knXT3b+rYPAUJVweWEgO+ZoxhlWyj2n4kh0IYugZcX scmF1svER8Rw+AxoUICJ3s/94XUq8c7JJgc7FWOU=
From: Mike Bishop <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+0166e4abf05cd638418f601fca081fc7e31022f511e1e4d792cf0000000118562ee492a169ce17b13d9c@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/pull/2323/issue_event/2076056206@github.com>
In-Reply-To: <quicwg/base-drafts/pull/2323@github.com>
References: <quicwg/base-drafts/pull/2323@github.com>
Subject: Re: [quicwg/base-drafts] Restrict PUSH_PROMISE to request streams (#2323)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5c3e6ce4318c9_56063fef84ad45b822058d"; 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/Cge7zNTaymAMWZQ__d6HfpS130Y>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
List-Id: Notification list for GitHub issues related to the QUIC WG <quic-issues.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=unsubscribe>
List-Archive: <https://mailarchive.ietf.org/arch/browse/quic-issues/>
List-Post: <mailto:quic-issues@ietf.org>
List-Help: <mailto:quic-issues-request@ietf.org?subject=help>
List-Subscribe: <https://www.ietf.org/mailman/listinfo/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=subscribe>
X-List-Received-Date: Tue, 15 Jan 2019 23:29:45 -0000

----==_mimepart_5c3e6ce4318c9_56063fef84ad45b822058d
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

Merged #2323 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/2323#event-2076056206
----==_mimepart_5c3e6ce4318c9_56063fef84ad45b822058d
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="397491612" data-permission-text="Issue title is private" data-url="https://github.com/quicwg/base-drafts/issues/2323" data-hovercard-type="pull_request" data-hovercard-url="/quicwg/base-drafts/pull/2323/hovercard" href="https://github.com/quicwg/base-drafts/pull/2323">#2323</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/2323#event-2076056206">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AWbkqy64sHVMydrk3bx18fwDHtCvjRLMks5vDmRkgaJpZM4Z4Ems">mute the thread</a>.<img src="https://github.com/notifications/beacon/AWbkqyIAI3WW_qOUBZ-21v5mW9-Wqcdeks5vDmRkgaJpZM4Z4Ems.gif" height="1" width="1" alt="" /></p>
<script type="application/json" data-scope="inboxmarkup">{"api_version":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name":"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"https://github.githubassets.com/images/email/message_cards/header.png","avatar_image_url":"https://github.githubassets.com/images/email/message_cards/avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/quicwg/base-drafts"}},"updates":{"snippets":[{"icon":"DESCRIPTION","message":"Merged #2323 into master."}],"action":{"name":"View Pull Request","url":"https://github.com/quicwg/base-drafts/pull/2323#event-2076056206"}}}</script>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/pull/2323#event-2076056206",
"url": "https://github.com/quicwg/base-drafts/pull/2323#event-2076056206",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>
----==_mimepart_5c3e6ce4318c9_56063fef84ad45b822058d--


From nobody Tue Jan 15 15:30: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 45429130F43 for <quic-issues@ietfa.amsl.com>; Tue, 15 Jan 2019 15:29:44 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -11.149
X-Spam-Level: 
X-Spam-Status: No, score=-11.149 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIMWL_WL_HIGH=-4.553, 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_PASS=-0.001] autolearn=ham autolearn_force=no
Authentication-Results: ietfa.amsl.com (amavisd-new); dkim=pass (1024-bit key) header.d=github.com
Received: from mail.ietf.org ([4.31.198.44]) by localhost (ietfa.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id gUb_ocnPyYYD for <quic-issues@ietfa.amsl.com>; Tue, 15 Jan 2019 15:29: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 6CFCE130F32 for <quic-issues@ietf.org>; Tue, 15 Jan 2019 15:29:41 -0800 (PST)
Date: Tue, 15 Jan 2019 15:29:40 -0800
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1547594980; bh=YlYvpzRG3lB7MMogKlE+AJM7onbmmAFpUNlOmJzc78E=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=LvPUxzy00czWSnH1olYsUlfmM0MI8G3VfES3ZnbQ15wZABXSJl3wgdIU/uXHHJLJd mOuXx7mx7EDDedkb8TZDfpyfAdSEAcZv/JLX0eT7bjglyaTBOr1v8AmNhs1boxd7FA eh3GgNZPrHEwmwbGSrEqC/l4XHQGL99szwLWiVqQ=
From: Mike Bishop <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+0166e4ab8ddc2fd44d754348865e45b60770559c012c7feb92cf0000000118562ee492a169ce164d1592@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/issue/1920/issue_event/2076056208@github.com>
In-Reply-To: <quicwg/base-drafts/issues/1920@github.com>
References: <quicwg/base-drafts/issues/1920@github.com>
Subject: Re: [quicwg/base-drafts] Section 4.2.6 PUSH_PROMISE does not indicate on which stream type this frame is allowed (#1920)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5c3e6ce45f745_33ae3fabab4d45b8510175"; 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/N8RwEN3ejvKpIgS9820p_R7QlpU>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
List-Id: Notification list for GitHub issues related to the QUIC WG <quic-issues.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=unsubscribe>
List-Archive: <https://mailarchive.ietf.org/arch/browse/quic-issues/>
List-Post: <mailto:quic-issues@ietf.org>
List-Help: <mailto:quic-issues-request@ietf.org?subject=help>
List-Subscribe: <https://www.ietf.org/mailman/listinfo/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=subscribe>
X-List-Received-Date: Tue, 15 Jan 2019 23:29:45 -0000

----==_mimepart_5c3e6ce45f745_33ae3fabab4d45b8510175
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

Closed #1920 via #2323.

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/quicwg/base-drafts/issues/1920#event-2076056208
----==_mimepart_5c3e6ce45f745_33ae3fabab4d45b8510175
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="374150546" data-permission-text="Issue title is private" data-url="https://github.com/quicwg/base-drafts/issues/1920" data-hovercard-type="issue" data-hovercard-url="/quicwg/base-drafts/issues/1920/hovercard" href="https://github.com/quicwg/base-drafts/issues/1920">#1920</a> via <a class="issue-link js-issue-link" data-error-text="Failed to load issue title" data-id="397491612" data-permission-text="Issue title is private" data-url="https://github.com/quicwg/base-drafts/issues/2323" data-hovercard-type="pull_request" data-hovercard-url="/quicwg/base-drafts/pull/2323/hovercard" href="https://github.com/quicwg/base-drafts/pull/2323">#2323</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/1920#event-2076056208">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AWbkqxskmwyOJ2QJERGNaBoIQlO2Ng8zks5vDmRkgaJpZM4X7MM5">mute the thread</a>.<img src="https://github.com/notifications/beacon/AWbkq2igObwn2D2iDlGXdvtloWTYNo-uks5vDmRkgaJpZM4X7MM5.gif" height="1" width="1" alt="" /></p>
<script type="application/json" data-scope="inboxmarkup">{"api_version":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name":"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"https://github.githubassets.com/images/email/message_cards/header.png","avatar_image_url":"https://github.githubassets.com/images/email/message_cards/avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/quicwg/base-drafts"}},"updates":{"snippets":[{"icon":"DESCRIPTION","message":"Closed #1920 via #2323."}],"action":{"name":"View Issue","url":"https://github.com/quicwg/base-drafts/issues/1920#event-2076056208"}}}</script>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/issues/1920#event-2076056208",
"url": "https://github.com/quicwg/base-drafts/issues/1920#event-2076056208",
"name": "View Issue"
},
"description": "View this Issue on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>
----==_mimepart_5c3e6ce45f745_33ae3fabab4d45b8510175--


From nobody Tue Jan 15 15:36: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 8A4161292F1 for <quic-issues@ietfa.amsl.com>; Tue, 15 Jan 2019 15:36:11 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -10.935
X-Spam-Level: 
X-Spam-Status: No, score=-10.935 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIMWL_WL_HIGH=-4.553, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, HTML_IMAGE_ONLY_24=1.618, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-1, RCVD_IN_DNSWL_HI=-5, SPF_PASS=-0.001] autolearn=ham autolearn_force=no
Authentication-Results: ietfa.amsl.com (amavisd-new); dkim=pass (1024-bit key) header.d=github.com
Received: from mail.ietf.org ([4.31.198.44]) by localhost (ietfa.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id WvhiKUxO60L7 for <quic-issues@ietfa.amsl.com>; Tue, 15 Jan 2019 15:36: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 1D05412867A for <quic-issues@ietf.org>; Tue, 15 Jan 2019 15:36:10 -0800 (PST)
Date: Tue, 15 Jan 2019 15:36:09 -0800
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1547595369; bh=cexSTYRedd/y2Y7BUe5I+sXIni+XuifHjRwktdKK+oQ=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=2DbrzYmnAkEnVEQf6XsxroLawu/KwIkEDbyKYMaYz3wnd33uN5BSz5bQWz0THx8o7 1Rhs+9t3Xdh0KFTcjSN4O0iGTHEgUgmX4BabPMXYRrafKCHBE39n5dF+v6wTXLtrjb q6rMh7oMcVHS5IaFMpTvv5tTOVPoCLXCHZCrbYJs=
From: Martin Thomson <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+0166e4abfd32fc510700b958d2f0031859e06a04375c7bef92cf000000011856306992a169ce1646529e@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/issues/1904/454593235@github.com>
In-Reply-To: <quicwg/base-drafts/issues/1904@github.com>
References: <quicwg/base-drafts/issues/1904@github.com>
Subject: Re: [quicwg/base-drafts] Alternative largest reference algorithm (#1904)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5c3e6e6968d9c_28d73feedcad45c03753a1"; 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/n7kPCU107P7yZbVvxqrbSkfpN7E>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
List-Id: Notification list for GitHub issues related to the QUIC WG <quic-issues.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=unsubscribe>
List-Archive: <https://mailarchive.ietf.org/arch/browse/quic-issues/>
List-Post: <mailto:quic-issues@ietf.org>
List-Help: <mailto:quic-issues-request@ietf.org?subject=help>
List-Subscribe: <https://www.ietf.org/mailman/listinfo/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=subscribe>
X-List-Received-Date: Tue, 15 Jan 2019 23:36:12 -0000

----==_mimepart_5c3e6e6968d9c_28d73feedcad45c03753a1
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

If you want errors on underflow:

```
    if lr > max_value and lr >= full_range:
        lr -= full_range
```
becomes
```
    if lr > max_value:
        if lr < full_range:
            throw!
        lr -= full_range
```


-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/quicwg/base-drafts/issues/1904#issuecomment-454593235
----==_mimepart_5c3e6e6968d9c_28d73feedcad45c03753a1
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: quoted-printable

<p>If you want errors on underflow:</p>
<pre><code>    if lr &gt; max_value and lr &gt;=3D full_range:
        lr -=3D full_range
</code></pre>
<p>becomes</p>
<pre><code>    if lr &gt; max_value:
        if lr &lt; full_range:
            throw!
        lr -=3D full_range
</code></pre>

<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/1904#issuecomment-454593235">view it on GitHub</a>,=
 or <a href=3D"https://github.com/notifications/unsubscribe-auth/AWbkq0VD=
ZV-onN1QwEXBoTQHPvto04umks5vDmXpgaJpZM4X5MfV">mute the thread</a>.<img sr=
c=3D"https://github.com/notifications/beacon/AWbkqw049mFKfQQm6mEd7sBYjGjA=
f9K1ks5vDmXpgaJpZM4X5MfV.gif" height=3D"1" width=3D"1" alt=3D"" /></p>
<script type=3D"application/json" data-scope=3D"inboxmarkup">{"api_versio=
n":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name"=
:"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"=
quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"http=
s://github.githubassets.com/images/email/message_cards/header.png","avata=
r_image_url":"https://github.githubassets.com/images/email/message_cards/=
avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/q=
uicwg/base-drafts"}},"updates":{"snippets":[{"icon":"PERSON","message":"@=
martinthomson in #1904: If you want errors on underflow:\r\n\r\n```\r\n  =
  if lr \u003e max_value and lr \u003e=3D full_range:\r\n        lr -=3D =
full_range\r\n```\r\nbecomes\r\n```\r\n    if lr \u003e max_value:\r\n   =
     if lr \u003c full_range:\r\n            throw!\r\n        lr -=3D fu=
ll_range\r\n```\r\n"}],"action":{"name":"View Issue","url":"https://githu=
b.com/quicwg/base-drafts/issues/1904#issuecomment-454593235"}}}</script>
<script type=3D"application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/issues/1904#issuecomment=
-454593235",
"url": "https://github.com/quicwg/base-drafts/issues/1904#issuecomment-45=
4593235",
"name": "View Issue"
},
"description": "View this Issue on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>=

----==_mimepart_5c3e6e6968d9c_28d73feedcad45c03753a1--


From nobody Tue Jan 15 15:41: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 01A9412D7F8 for <quic-issues@ietfa.amsl.com>; Tue, 15 Jan 2019 15:41:34 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -10.935
X-Spam-Level: 
X-Spam-Status: No, score=-10.935 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIMWL_WL_HIGH=-4.553, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, HTML_IMAGE_ONLY_24=1.618, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-1, RCVD_IN_DNSWL_HI=-5, SPF_PASS=-0.001] autolearn=ham autolearn_force=no
Authentication-Results: ietfa.amsl.com (amavisd-new); dkim=pass (1024-bit key) header.d=github.com
Received: from mail.ietf.org ([4.31.198.44]) by localhost (ietfa.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id qKedEnKD9Kbd for <quic-issues@ietfa.amsl.com>; Tue, 15 Jan 2019 15:41:32 -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 5D9801292F1 for <quic-issues@ietf.org>; Tue, 15 Jan 2019 15:41:32 -0800 (PST)
Date: Tue, 15 Jan 2019 15:41:31 -0800
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1547595691; bh=ipsfCUkWMiGMBuCzIEhSE3FPrDPgpgeF6zHkXnj0AMQ=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=rh0vdF39rLI2OkQ5W4vqYYZ6Gi2qUjzPUI8/RbGN5ZIjDVMTrBODvYpT7O70WCiEj 2+6DUl2kPx+vPJnXvR/rMIlpZ6vbliTEbYDOJcMjh+Aqnad427L7F/xXEdNEA/5WU+ srBclucRWVoaEBUlwPRuq6zCGCKU5qTUfRk6Inbo=
From: Martin Thomson <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+0166e4ab00ff0033524f2cf1ea2476a655146b63f793219492cf00000001185631ab92a169ce17cd4834@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/issues/2335/454594416@github.com>
In-Reply-To: <quicwg/base-drafts/issues/2335@github.com>
References: <quicwg/base-drafts/issues/2335@github.com>
Subject: Re: [quicwg/base-drafts] Invariants: Unclarity in short headers (#2335)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5c3e6fab84185_4eff3fe69e2d45b457846c"; 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/yP3qu8Cn7i9a7z0pRcpMT4e61FQ>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
List-Id: Notification list for GitHub issues related to the QUIC WG <quic-issues.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=unsubscribe>
List-Archive: <https://mailarchive.ietf.org/arch/browse/quic-issues/>
List-Post: <mailto:quic-issues@ietf.org>
List-Help: <mailto:quic-issues-request@ietf.org?subject=help>
List-Subscribe: <https://www.ietf.org/mailman/listinfo/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=subscribe>
X-List-Received-Date: Tue, 15 Jan 2019 23:41:34 -0000

----==_mimepart_5c3e6fab84185_4eff3fe69e2d45b457846c
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

Yes, DCID follows the first octet, and we should say that.

As for the length, 0/4-18 is a restriction that we agreed applies only to long headers.  You can - if the QUIC version allows it - negotiate other lengths for connection IDs using other 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/2335#issuecomment-454594416
----==_mimepart_5c3e6fab84185_4eff3fe69e2d45b457846c
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

<p>Yes, DCID follows the first octet, and we should say that.</p>
<p>As for the length, 0/4-18 is a restriction that we agreed applies only to long headers.  You can - if the QUIC version allows it - negotiate other lengths for connection IDs using other 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/2335#issuecomment-454594416">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AWbkq6CMA6m2sSY_xi7scakOHEcS_Hekks5vDmcrgaJpZM4aA5Ar">mute the thread</a>.<img src="https://github.com/notifications/beacon/AWbkq3P66cy5pKPJUjsurBA58OybCYw3ks5vDmcrgaJpZM4aA5Ar.gif" height="1" width="1" alt="" /></p>
<script type="application/json" data-scope="inboxmarkup">{"api_version":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name":"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"https://github.githubassets.com/images/email/message_cards/header.png","avatar_image_url":"https://github.githubassets.com/images/email/message_cards/avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/quicwg/base-drafts"}},"updates":{"snippets":[{"icon":"PERSON","message":"@martinthomson in #2335: Yes, DCID follows the first octet, and we should say that.\r\n\r\nAs for the length, 0/4-18 is a restriction that we agreed applies only to long headers.  You can - if the QUIC version allows it - negotiate other lengths for connection IDs using other methods."}],"action":{"name":"View Issue","url":"https://github.com/quicwg/base-drafts/issues/2335#issuecomment-454594416"}}}</script>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/issues/2335#issuecomment-454594416",
"url": "https://github.com/quicwg/base-drafts/issues/2335#issuecomment-454594416",
"name": "View Issue"
},
"description": "View this Issue on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>
----==_mimepart_5c3e6fab84185_4eff3fe69e2d45b457846c--


From nobody Tue Jan 15 15:48: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 D108C1292F1 for <quic-issues@ietfa.amsl.com>; Tue, 15 Jan 2019 15:48:17 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -10.935
X-Spam-Level: 
X-Spam-Status: No, score=-10.935 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIMWL_WL_HIGH=-4.553, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, HTML_IMAGE_ONLY_24=1.618, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-1, RCVD_IN_DNSWL_HI=-5, SPF_PASS=-0.001] autolearn=ham autolearn_force=no
Authentication-Results: ietfa.amsl.com (amavisd-new); dkim=pass (1024-bit key) header.d=github.com
Received: from mail.ietf.org ([4.31.198.44]) by localhost (ietfa.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id FDCpMDXwLAZy for <quic-issues@ietfa.amsl.com>; Tue, 15 Jan 2019 15:48: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 1D28512D4F2 for <quic-issues@ietf.org>; Tue, 15 Jan 2019 15:48:16 -0800 (PST)
Date: Tue, 15 Jan 2019 15:48:15 -0800
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1547596095; bh=gsUMzCdCNX+SvO3Xf6BzsrGrLJ55vdwTI9+wKtbAMl4=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=Oj/RBtkcV2OApmBkrhhBc2w5Hma9cTZ3HTV0aMvr5LTaX6mlQ0trnWj56jPzWwMKz RkRK9ewfhDv/Tgw61Q2EvjN7SPCIhG5OxNuk+IoGsCRzy+if/jsfrtjzH7WOBiD6mZ sGUlrSCl813HbZxBeYdGV0t16HxXWlsWAcmD3HC8=
From: Martin Thomson <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+0166e4ab95efe80f4147f3657b1a499e1548c648eb106b8492cf000000011856333f92a169ce179fb001@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/pull/2307/c454595837@github.com>
In-Reply-To: <quicwg/base-drafts/pull/2307@github.com>
References: <quicwg/base-drafts/pull/2307@github.com>
Subject: Re: [quicwg/base-drafts] allow PING frames in Initial and Handshake packets (#2307)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5c3e713f5bad6_8143fedd80d45c049176a"; 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/t_6C18ItX1fZQpa0yRJPxf4B-6Y>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
List-Id: Notification list for GitHub issues related to the QUIC WG <quic-issues.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=unsubscribe>
List-Archive: <https://mailarchive.ietf.org/arch/browse/quic-issues/>
List-Post: <mailto:quic-issues@ietf.org>
List-Help: <mailto:quic-issues-request@ietf.org?subject=help>
List-Subscribe: <https://www.ietf.org/mailman/listinfo/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=subscribe>
X-List-Received-Date: Tue, 15 Jan 2019 23:48:18 -0000

----==_mimepart_5c3e713f5bad6_8143fedd80d45c049176a
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

If we're going to resolve this, it needs an issue.  Because we're discussing issues there.  This one seems contentious.

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/quicwg/base-drafts/pull/2307#issuecomment-454595837
----==_mimepart_5c3e713f5bad6_8143fedd80d45c049176a
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

<p>If we're going to resolve this, it needs an issue.  Because we're discussing issues there.  This one seems contentious.</p>

<p style="font-size:small;-webkit-text-size-adjust:none;color:#666;">&mdash;<br />You are receiving this because you are subscribed to this thread.<br />Reply to this email directly, <a href="https://github.com/quicwg/base-drafts/pull/2307#issuecomment-454595837">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AWbkq6fGKpa8t9XW_iqxB0nUaH8Owtriks5vDmi_gaJpZM4Zy1R1">mute the thread</a>.<img src="https://github.com/notifications/beacon/AWbkq6ZedYI2PHfSS3nb3xak869_mIacks5vDmi_gaJpZM4Zy1R1.gif" height="1" width="1" alt="" /></p>
<script type="application/json" data-scope="inboxmarkup">{"api_version":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name":"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"https://github.githubassets.com/images/email/message_cards/header.png","avatar_image_url":"https://github.githubassets.com/images/email/message_cards/avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/quicwg/base-drafts"}},"updates":{"snippets":[{"icon":"PERSON","message":"@martinthomson in #2307: If we're going to resolve this, it needs an issue.  Because we're discussing issues there.  This one seems contentious."}],"action":{"name":"View Pull Request","url":"https://github.com/quicwg/base-drafts/pull/2307#issuecomment-454595837"}}}</script>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/pull/2307#issuecomment-454595837",
"url": "https://github.com/quicwg/base-drafts/pull/2307#issuecomment-454595837",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>
----==_mimepart_5c3e713f5bad6_8143fedd80d45c049176a--


From nobody Tue Jan 15 16:10:44 2019
Return-Path: <bounce+565321.40f-quic-issues=ietf.org@github.com>
X-Original-To: quic-issues@ietfa.amsl.com
Delivered-To: quic-issues@ietfa.amsl.com
Received: from localhost (localhost [127.0.0.1]) by ietfa.amsl.com (Postfix) with ESMTP id 67E4812D4F2 for <quic-issues@ietfa.amsl.com>; Tue, 15 Jan 2019 16:10:42 -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=-4.553, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, HEADER_FROM_DIFFERENT_DOMAINS=0.001, RCVD_IN_DNSWL_NONE=-0.0001, SPF_PASS=-0.001] autolearn=ham autolearn_force=no
Authentication-Results: ietfa.amsl.com (amavisd-new); dkim=pass (1024-bit key) header.d=github.com
Received: from mail.ietf.org ([4.31.198.44]) by localhost (ietfa.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id bvBqj5B-N-7x for <quic-issues@ietfa.amsl.com>; Tue, 15 Jan 2019 16:10:40 -0800 (PST)
Received: from m69-169.mailgun.net (m69-169.mailgun.net [166.78.69.169]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id 8AB99126F72 for <quic-issues@ietf.org>; Tue, 15 Jan 2019 16:10:40 -0800 (PST)
DKIM-Signature: a=rsa-sha256; v=1; c=relaxed/relaxed; d=github.com; q=dns/txt;  s=mailo; t=1547597439; h=Content-Transfer-Encoding: Content-Type: Mime-Version: Subject: Message-ID: To: Reply-To: From: Date: Sender; bh=TO7vWe7TeJgJhdJ0KqEbnUpr0qJmwVFTxA5niFqkBJo=; b=erX6ENNhx3yNlv0ZU5AVmrJCnkI6aPE8VUkkEh325KZu4ojDVNSLHTQG/jyKwd07Nekh1g+S m3XqfxJHePzuKF1Itqj13h/JpmfzLbYl1SXm/pvUiTASu7dGAFl41KuQFPG4peWNJ8vX/wrR ihoiXFAYz9vT/NuG0Kz0z4Dlu0k=
X-Mailgun-Sending-Ip: 166.78.69.169
X-Mailgun-Sid: WyJhNzYyYiIsICJxdWljLWlzc3Vlc0BpZXRmLm9yZyIsICI0MGYiXQ==
Sender: mbishop=evequefou.be@github.com
Received: from github.com (Unknown [192.30.252.39]) by mxa.mailgun.org with ESMTP id 5c3e767f.7fc6825b4870-smtp-out-n02; Wed, 16 Jan 2019 00:10:39 -0000 (UTC)
Date: Tue, 15 Jan 2019 16:10:39 -0800
From: Mike Bishop <mbishop@evequefou.be>
Reply-To: Mike Bishop <mbishop@evequefou.be>
To: quic-issues@ietf.org
Message-ID: <5c3e767f2d0e0_7712aaee19ec57c55133@hookshot-fe-dfcc362.cp1-iad.github.net.mail>
Subject: [quicwg/base-drafts] 8adb75: Clients don't reject, they cancel
Mime-Version: 1.0
Content-Type: multipart/mixed; boundary="--==_mimepart_5c3e767f2cdf2_7712aaee19ec57c550f1"; charset=UTF-8
Content-Transfer-Encoding: 7bit
Archived-At: <https://mailarchive.ietf.org/arch/msg/quic-issues/tE_owUcm8PSi85W1o6aM0KV0cJ8>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
Precedence: list
List-Id: Notification list for GitHub issues related to the QUIC WG <quic-issues.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=unsubscribe>
List-Archive: <https://mailarchive.ietf.org/arch/browse/quic-issues/>
List-Post: <mailto:quic-issues@ietf.org>
List-Help: <mailto:quic-issues-request@ietf.org?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, 16 Jan 2019 00:10:43 -0000

----==_mimepart_5c3e767f2cdf2_7712aaee19ec57c550f1
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

  Branch: refs/heads/http/dont-overload-cancelled
  Home:   https://github.com/quicwg/base-drafts
  Commit: 8adb75ed0483cb720412837879363a236ecc37c9
      https://github.com/quicwg/base-drafts/commit/8adb75ed0483cb720412837879363a236ecc37c9
  Author: Mike Bishop <mbishop@evequefou.be>
  Date:   2019-01-15 (Tue, 15 Jan 2019)

  Changed paths:
    M draft-ietf-quic-http.md

  Log Message:
  -----------
  Clients don't reject, they cancel



      **NOTE:** This service has been marked for deprecation: https://developer.github.com/changes/2018-04-25-github-services-deprecation/

      Functionality will be removed from GitHub.com on January 31st, 2019.

----==_mimepart_5c3e767f2cdf2_7712aaee19ec57c550f1--


From nobody Tue Jan 15 16:10: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 001E1126F72 for <quic-issues@ietfa.amsl.com>; Tue, 15 Jan 2019 16:10:44 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -10.935
X-Spam-Level: 
X-Spam-Status: No, score=-10.935 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIMWL_WL_HIGH=-4.553, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, HTML_IMAGE_ONLY_24=1.618, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-1, RCVD_IN_DNSWL_HI=-5, SPF_PASS=-0.001] autolearn=ham autolearn_force=no
Authentication-Results: ietfa.amsl.com (amavisd-new); dkim=pass (1024-bit key) header.d=github.com
Received: from mail.ietf.org ([4.31.198.44]) by localhost (ietfa.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id RRCVXWc0B_KZ for <quic-issues@ietfa.amsl.com>; Tue, 15 Jan 2019 16:10: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 426B4126C01 for <quic-issues@ietf.org>; Tue, 15 Jan 2019 16:10:43 -0800 (PST)
Date: Tue, 15 Jan 2019 16:10:42 -0800
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1547597442; bh=05t5Pv76ksvSTpGMQjC3PbdrA3qxbu+MXtLReDQolEc=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=eumxLc72INAazW+Ds+BBfvORmOJitKdhcA8l37KfoIRxebpHYHuoD4w8QKRUmLMRm O8J6lBp83N5q2d0QJS3pZtvRg8FsyDhneInR1SZQ6BZ8+cp8Af33lmRIfR49DtxN7e vxCsyug5FZFA1nls55mZhM3P8FIZlh3OShsq/oU0=
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/2325/push/3213204357@github.com>
In-Reply-To: <quicwg/base-drafts/pull/2325@github.com>
References: <quicwg/base-drafts/pull/2325@github.com>
Subject: Re: [quicwg/base-drafts] Introduce HTTP_REQUEST_REJECTED (#2325)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5c3e7682280ff_304c3f8cafcd45bc57026"; 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/SY2GkWxMd5Q5oDGdnkv3JxvRMSk>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
List-Id: Notification list for GitHub issues related to the QUIC WG <quic-issues.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=unsubscribe>
List-Archive: <https://mailarchive.ietf.org/arch/browse/quic-issues/>
List-Post: <mailto:quic-issues@ietf.org>
List-Help: <mailto:quic-issues-request@ietf.org?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, 16 Jan 2019 00:10:45 -0000

----==_mimepart_5c3e7682280ff_304c3f8cafcd45bc57026
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

@MikeBishop pushed 1 commit.

8adb75ed0483cb720412837879363a236ecc37c9  Clients don't reject, they cancel


-- 
You are receiving this because you are subscribed to this thread.
View it on GitHub:
https://github.com/quicwg/base-drafts/pull/2325/files/5fbe7f5959653fdd7ca8c28313783f2e81ab780d..8adb75ed0483cb720412837879363a236ecc37c9

----==_mimepart_5c3e7682280ff_304c3f8cafcd45bc57026
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/8adb75ed0483cb720412837879363a236ecc37c9">8adb75e</a>  Clients don&#39;t reject, they cancel</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/2325/files/5fbe7f5959653fdd7ca8c28313783f2e81ab780d..8adb75ed0483cb720412837879363a236ecc37c9">View it on GitHub</a> or <a href="https://github.com/notifications/unsubscribe-auth/AWbkq76MWGDV17q3D9N6qVy4Ff2fZIiqks5vDm4CgaJpZM4Z4DzN">mute the thread</a>.<img src="https://github.com/notifications/beacon/AWbkq775e8_h-JqhH6RGpEb650rscKv8ks5vDm4CgaJpZM4Z4DzN.gif" height="1" width="1" alt="" /></p>
<script type="application/json" data-scope="inboxmarkup">{"api_version":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name":"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"https://github.githubassets.com/images/email/message_cards/header.png","avatar_image_url":"https://github.githubassets.com/images/email/message_cards/avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/quicwg/base-drafts"}},"updates":{"snippets":[{"icon":"PERSON","message":"@MikeBishop pushed 1 commit in #2325"}],"action":{"name":"View Pull Request","url":"https://github.com/quicwg/base-drafts/pull/2325/files/5fbe7f5959653fdd7ca8c28313783f2e81ab780d..8adb75ed0483cb720412837879363a236ecc37c9"}}}</script>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/pull/2325/files/5fbe7f5959653fdd7ca8c28313783f2e81ab780d..8adb75ed0483cb720412837879363a236ecc37c9",
"url": "https://github.com/quicwg/base-drafts/pull/2325/files/5fbe7f5959653fdd7ca8c28313783f2e81ab780d..8adb75ed0483cb720412837879363a236ecc37c9",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>

----==_mimepart_5c3e7682280ff_304c3f8cafcd45bc57026--


From nobody Tue Jan 15 16:12:33 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 DFC47130F0D for <quic-issues@ietfa.amsl.com>; Tue, 15 Jan 2019 16:12:26 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -6.149
X-Spam-Level: 
X-Spam-Status: No, score=-6.149 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIMWL_WL_HIGH=-4.553, 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_PASS=-0.001] autolearn=ham autolearn_force=no
Authentication-Results: ietfa.amsl.com (amavisd-new); dkim=pass (1024-bit key) header.d=github.com
Received: from mail.ietf.org ([4.31.198.44]) by localhost (ietfa.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id eHXD1WNc3QlA for <quic-issues@ietfa.amsl.com>; Tue, 15 Jan 2019 16:12:25 -0800 (PST)
Received: from o4.sgmail.github.com (o4.sgmail.github.com [192.254.112.99]) (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 3AD82126C01 for <quic-issues@ietf.org>; Tue, 15 Jan 2019 16:12:25 -0800 (PST)
DKIM-Signature: v=1; a=rsa-sha1; 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=Z8ZhSJwYYuHJu5Exkc2nd9g/Cl8=; b=bDDlWtx5gooPQyyx Zf51JHByMfKo4Kza+JrEbg5fIzmEZzyoY1KljSoBInD63//n6L+uO527cts8mDuu NC8fmQZpv66rODYpvnCN4YQCeDYsPsZI3M1Frs/hHleW2vt9vZG+6y0xtIS6m+6K EHdI2DyBEvjVODtbPWC6p2djCLA=
Received: by filter0146p1iad2.sendgrid.net with SMTP id filter0146p1iad2-942-5C3E76E7-43 2019-01-16 00:12:23.922941265 +0000 UTC m=+91534.536059487
Received: from github-lowworker-e51511d.cp1-iad.github.net (unknown [192.30.252.34]) by ismtpd0037p1iad2.sendgrid.net (SG) with ESMTP id KLiOGkHsTgK-Kiszq_gYNg for <quic-issues@ietf.org>; Wed, 16 Jan 2019 00:12:23.741 +0000 (UTC)
Received: from github.com (localhost [127.0.0.1]) by github-lowworker-e51511d.cp1-iad.github.net (Postfix) with ESMTP id B51E281280 for <quic-issues@ietf.org>; Tue, 15 Jan 2019 16:12:23 -0800 (PST)
Date: Wed, 16 Jan 2019 00:12:24 +0000 (UTC)
From: Mike Bishop <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+0166e4ab9a5f63d28497a1a2e6ccf8052c756cbe36e6dd3b92cf00000001185638e792a169ce172ccfe1@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/issue/2106/issue_event/2076115954@github.com>
In-Reply-To: <quicwg/base-drafts/issues/2106@github.com>
References: <quicwg/base-drafts/issues/2106@github.com>
Subject: Re: [quicwg/base-drafts] Echoing HTTP_REQUEST_CANCELLED from STOP_SENDING has unintended semantics (#2106)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5c3e76e7b30c3_6dca3fa9624d45b8690bb"; 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: l64QuQ2uJCcEyUykJbxN122A6QRmEpucztpreh3Pak1v7l1zmzz2paIhyJYF9Mi+JKE/Yn5o0YQwx1 JO5cc725DZFo5tn6h7NxojjYXNeRIQzu2UHgajji0FHx+5uzhInM18bTbRF3pDMybnzPk36eWYzvlr 5nHL+v8q0lpoZrvMoKRc+wORETZdc/9ntCCadygAHJReb1MRO18HJOLOD4dkGPmlpO+DAtoYbTZMrh M=
Archived-At: <https://mailarchive.ietf.org/arch/msg/quic-issues/9KRSfyZiQ6OfSEOSxFx6HwTjWro>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
List-Id: Notification list for GitHub issues related to the QUIC WG <quic-issues.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=unsubscribe>
List-Archive: <https://mailarchive.ietf.org/arch/browse/quic-issues/>
List-Post: <mailto:quic-issues@ietf.org>
List-Help: <mailto:quic-issues-request@ietf.org?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, 16 Jan 2019 00:12:32 -0000

----==_mimepart_5c3e76e7b30c3_6dca3fa9624d45b8690bb
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

Closed #2106 via #2325.

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/quicwg/base-drafts/issues/2106#event-2076115954
----==_mimepart_5c3e76e7b30c3_6dca3fa9624d45b8690bb
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="388812769" data-permission-text="Issue title is private" data-url="https://github.com/quicwg/base-drafts/issues/2106" data-hovercard-type="issue" data-hovercard-url="/quicwg/base-drafts/issues/2106/hovercard" href="https://github.com/quicwg/base-drafts/issues/2106">#2106</a> via <a class="issue-link js-issue-link" data-error-text="Failed to load issue title" data-id="397499317" data-permission-text="Issue title is private" data-url="https://github.com/quicwg/base-drafts/issues/2325" data-hovercard-type="pull_request" data-hovercard-url="/quicwg/base-drafts/pull/2325/hovercard" href="https://github.com/quicwg/base-drafts/pull/2325">#2325</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/2106#event-2076115954">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AWbkq9XF7pPvntaq1AulW_qOVuM8qPfyks5vDm5ngaJpZM4ZJI-K">mute the thread</a>.<img src="https://github.com/notifications/beacon/AWbkq3gwYiCF_vDgod2a4JnbwAFdgEEEks5vDm5ngaJpZM4ZJI-K.gif" height="1" width="1" alt="" /></p>
<script type="application/json" data-scope="inboxmarkup">{"api_version":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name":"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"https://github.githubassets.com/images/email/message_cards/header.png","avatar_image_url":"https://github.githubassets.com/images/email/message_cards/avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/quicwg/base-drafts"}},"updates":{"snippets":[{"icon":"DESCRIPTION","message":"Closed #2106 via #2325."}],"action":{"name":"View Issue","url":"https://github.com/quicwg/base-drafts/issues/2106#event-2076115954"}}}</script>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/issues/2106#event-2076115954",
"url": "https://github.com/quicwg/base-drafts/issues/2106#event-2076115954",
"name": "View Issue"
},
"description": "View this Issue on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>
----==_mimepart_5c3e76e7b30c3_6dca3fa9624d45b8690bb--


From nobody Tue Jan 15 16: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 22F47130F3C for <quic-issues@ietfa.amsl.com>; Tue, 15 Jan 2019 16:12:28 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -10.935
X-Spam-Level: 
X-Spam-Status: No, score=-10.935 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIMWL_WL_HIGH=-4.553, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, HTML_IMAGE_ONLY_24=1.618, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-1, RCVD_IN_DNSWL_HI=-5, SPF_PASS=-0.001] autolearn=ham autolearn_force=no
Authentication-Results: ietfa.amsl.com (amavisd-new); dkim=pass (1024-bit key) header.d=github.com
Received: from mail.ietf.org ([4.31.198.44]) by localhost (ietfa.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id egRg66OBY2f2 for <quic-issues@ietfa.amsl.com>; Tue, 15 Jan 2019 16:12: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 4463912D7EA for <quic-issues@ietf.org>; Tue, 15 Jan 2019 16:12:25 -0800 (PST)
Date: Tue, 15 Jan 2019 16:12:24 -0800
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1547597544; bh=HprCDsY12GIdXgcDTAnHSQuiKuxdovfyd8XOuqdxYCI=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=0IrozOR2Krv5v6EmEg+EWDL2yorMg7lpFXK02CrVKi9EnQtFJIP/SPdZu3biLzv3p +mNnzOy3x082Sp4CMxPjchUaQ+550EMfO1BpTk2USOdWyXT6GQ9y9BwsRP1dSBsSVY g3Imlria3cHQc8zWNdxPq2PIEr7iZXSwLIxa4ZE8=
From: Mike Bishop <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+0166e4ab98bcf10e9f95ba4d011266e686643d3cb8880fb792cf00000001185638e892a169ce17b15bb5@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/pull/2325/issue_event/2076115953@github.com>
In-Reply-To: <quicwg/base-drafts/pull/2325@github.com>
References: <quicwg/base-drafts/pull/2325@github.com>
Subject: Re: [quicwg/base-drafts] Introduce HTTP_REQUEST_REJECTED (#2325)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5c3e76e863143_4dcb3f89558d45b413873c"; 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/kEQ_cQvHmCGvv9L4xi3Z3TXvfOo>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
List-Id: Notification list for GitHub issues related to the QUIC WG <quic-issues.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=unsubscribe>
List-Archive: <https://mailarchive.ietf.org/arch/browse/quic-issues/>
List-Post: <mailto:quic-issues@ietf.org>
List-Help: <mailto:quic-issues-request@ietf.org?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, 16 Jan 2019 00:12:34 -0000

----==_mimepart_5c3e76e863143_4dcb3f89558d45b413873c
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

Merged #2325 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/2325#event-2076115953
----==_mimepart_5c3e76e863143_4dcb3f89558d45b413873c
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="397499317" data-permission-text="Issue title is private" data-url="https://github.com/quicwg/base-drafts/issues/2325" data-hovercard-type="pull_request" data-hovercard-url="/quicwg/base-drafts/pull/2325/hovercard" href="https://github.com/quicwg/base-drafts/pull/2325">#2325</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/2325#event-2076115953">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AWbkqwrcttTSaNwLPzVCYsV7gPI0hmEMks5vDm5ogaJpZM4Z4DzN">mute the thread</a>.<img src="https://github.com/notifications/beacon/AWbkq8hJC69gC0sWhHsKlUp-2tH23Lllks5vDm5ogaJpZM4Z4DzN.gif" height="1" width="1" alt="" /></p>
<script type="application/json" data-scope="inboxmarkup">{"api_version":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name":"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"https://github.githubassets.com/images/email/message_cards/header.png","avatar_image_url":"https://github.githubassets.com/images/email/message_cards/avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/quicwg/base-drafts"}},"updates":{"snippets":[{"icon":"DESCRIPTION","message":"Merged #2325 into master."}],"action":{"name":"View Pull Request","url":"https://github.com/quicwg/base-drafts/pull/2325#event-2076115953"}}}</script>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/pull/2325#event-2076115953",
"url": "https://github.com/quicwg/base-drafts/pull/2325#event-2076115953",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>
----==_mimepart_5c3e76e863143_4dcb3f89558d45b413873c--


From nobody Tue Jan 15 16: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 98437126F72 for <quic-issues@ietfa.amsl.com>; Tue, 15 Jan 2019 16:13:59 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -12.553
X-Spam-Level: 
X-Spam-Status: No, score=-12.553 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIMWL_WL_HIGH=-4.553, 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_PASS=-0.001] autolearn=ham autolearn_force=no
Authentication-Results: ietfa.amsl.com (amavisd-new); dkim=pass (1024-bit key) header.d=github.com
Received: from mail.ietf.org ([4.31.198.44]) by localhost (ietfa.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id TgGkelKZre70 for <quic-issues@ietfa.amsl.com>; Tue, 15 Jan 2019 16:13: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 126AA126C01 for <quic-issues@ietf.org>; Tue, 15 Jan 2019 16:13:58 -0800 (PST)
Date: Tue, 15 Jan 2019 16:13:56 -0800
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1547597636; bh=1ko062Dz7qSGCRB8CYRKhsI+M9UuO4swSOCD3jn8Tk8=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=t7APnjI0bjT/pzQBJ/PluXX3xSLQYwn9QVr3NwITj6dC/rG1ftgM/+b8+sNmXu1jy gwLJSP/5sJLw80FwV2SYsQvZfv/kObcPUQlUOtl2QV3Zs1zAip4yMswVzXf5oTf1ik TVO2NPKFxa+3oFnqoR+zyj8GhsHOwUjxPj8OqfS8=
From: janaiyengar <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+0166e4abb7d960b1e87a4f3b397c0ffd7d3bb8ee3f922b0e92cf000000011856394492a169ce179f536f@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/pull/2303/c454601267@github.com>
In-Reply-To: <quicwg/base-drafts/pull/2303@github.com>
References: <quicwg/base-drafts/pull/2303@github.com>
Subject: Re: [quicwg/base-drafts] One Retry/VN per UDP datagram (#2303)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5c3e7744d41d7_62cb3ff4d40d45b8113540"; 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/Rb-p9LVetKM5RdiFZimPVlJl-hI>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
List-Id: Notification list for GitHub issues related to the QUIC WG <quic-issues.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=unsubscribe>
List-Archive: <https://mailarchive.ietf.org/arch/browse/quic-issues/>
List-Post: <mailto:quic-issues@ietf.org>
List-Help: <mailto:quic-issues-request@ietf.org?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, 16 Jan 2019 00:14:00 -0000

----==_mimepart_5c3e7744d41d7_62cb3ff4d40d45b8113540
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

I think this PR addresses the amplification problem directly, by tying the number of response datagrams to the number of incoming datagrams, so I am in favor of this PR as a spec solution.

@marten-seemann : quic-go can still choose to drop datagrams with a large (> 3?) coalesced packets, which might help you (slightly). I agree with @kazuho also that since all coalesced packets are supposed to go to the same connection, the implementation would be better aligned if it were to pass the datagram along to the connection instead of the individual packets... but that's an impl choice, and it's certainly not the only way 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/pull/2303#issuecomment-454601267
----==_mimepart_5c3e7744d41d7_62cb3ff4d40d45b8113540
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: quoted-printable

<p>I think this PR addresses the amplification problem directly, by tying=
 the number of response datagrams to the number of incoming datagrams, so=
 I am in favor of this PR as a spec solution.</p>
<p><a class=3D"user-mention" data-hovercard-type=3D"user" data-hovercard-=
url=3D"/hovercards?user_id=3D1478487" data-octo-click=3D"hovercard-link-c=
lick" data-octo-dimensions=3D"link_type:self" href=3D"https://github.com/=
marten-seemann">@marten-seemann</a> : quic-go can still choose to drop da=
tagrams with a large (&gt; 3?) coalesced packets, which might help you (s=
lightly). I agree with <a class=3D"user-mention" data-hovercard-type=3D"u=
ser" data-hovercard-url=3D"/hovercards?user_id=3D41567" data-octo-click=3D=
"hovercard-link-click" data-octo-dimensions=3D"link_type:self" href=3D"ht=
tps://github.com/kazuho">@kazuho</a> also that since all coalesced packet=
s are supposed to go to the same connection, the implementation would be =
better aligned if it were to pass the datagram along to the connection in=
stead of the individual packets... but that's an impl choice, and it's ce=
rtainly not the only way to do this.</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/pull/2303#issuecomment-454601267">view it on GitHub</a>, o=
r <a href=3D"https://github.com/notifications/unsubscribe-auth/AWbkq2BmtW=
KSK-T0MSUxAZzLv5o6J9oGks5vDm7EgaJpZM4Zyty6">mute the thread</a>.<img src=3D=
"https://github.com/notifications/beacon/AWbkq1bR4g32BkQCfGvRQBwgyqoRiNpd=
ks5vDm7EgaJpZM4Zyty6.gif" height=3D"1" width=3D"1" alt=3D"" /></p>
<script type=3D"application/json" data-scope=3D"inboxmarkup">{"api_versio=
n":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name"=
:"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"=
quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"http=
s://github.githubassets.com/images/email/message_cards/header.png","avata=
r_image_url":"https://github.githubassets.com/images/email/message_cards/=
avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/q=
uicwg/base-drafts"}},"updates":{"snippets":[{"icon":"PERSON","message":"@=
janaiyengar in #2303: I think this PR addresses the amplification problem=
 directly, by tying the number of response datagrams to the number of inc=
oming datagrams, so I am in favor of this PR as a spec solution.\r\n\r\n@=
marten-seemann : quic-go can still choose to drop datagrams with a large =
(\u003e 3?) coalesced packets, which might help you (slightly). I agree w=
ith @kazuho also that since all coalesced packets are supposed to go to t=
he same connection, the implementation would be better aligned if it were=
 to pass the datagram along to the connection instead of the individual p=
ackets... but that's an impl choice, and it's certainly not the only way =
to do this."}],"action":{"name":"View Pull Request","url":"https://github=
.com/quicwg/base-drafts/pull/2303#issuecomment-454601267"}}}</script>
<script type=3D"application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/pull/2303#issuecomment-4=
54601267",
"url": "https://github.com/quicwg/base-drafts/pull/2303#issuecomment-4546=
01267",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>=

----==_mimepart_5c3e7744d41d7_62cb3ff4d40d45b8113540--


From nobody Tue Jan 15 16:14: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 4093212867A for <quic-issues@ietfa.amsl.com>; Tue, 15 Jan 2019 16:14:36 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -10.935
X-Spam-Level: 
X-Spam-Status: No, score=-10.935 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIMWL_WL_HIGH=-4.553, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, HTML_IMAGE_ONLY_24=1.618, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-1, RCVD_IN_DNSWL_HI=-5, SPF_PASS=-0.001] autolearn=ham autolearn_force=no
Authentication-Results: ietfa.amsl.com (amavisd-new); dkim=pass (1024-bit key) header.d=github.com
Received: from mail.ietf.org ([4.31.198.44]) by localhost (ietfa.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 2kzwEDff9Q0I for <quic-issues@ietfa.amsl.com>; Tue, 15 Jan 2019 16:14: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 53049130F3C for <quic-issues@ietf.org>; Tue, 15 Jan 2019 16:14:34 -0800 (PST)
Date: Tue, 15 Jan 2019 16:14:33 -0800
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1547597673; bh=GWltNCx4CrutXqT2BBGEobw+ZJYlzUk76+/+Br1fncI=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=hZkxNxhQ+wyX9mEFUqAL4JakCxvXifgVpMKCsQZMV1BY9x47/Bp/oJc9ssX2FKIXk /1ctZKolTCy1ZLiazp0TEwc3xacybTPHmUaanQQRa8FpCBcfQ/LZvJbmVg4dzplu3b 2CDqF65QHIQwTBiHpl0DCv8kY7eifdwnySWQ4Nqs=
From: janaiyengar <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+0166e4ab760bc2c4561122e3a450609908fbe4d6c74ef5b092cf000000011856396992a169ce179f536f@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/pull/2303/c454601406@github.com>
In-Reply-To: <quicwg/base-drafts/pull/2303@github.com>
References: <quicwg/base-drafts/pull/2303@github.com>
Subject: Re: [quicwg/base-drafts] One Retry/VN per UDP datagram (#2303)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5c3e776966f08_68533f823e8d45b463665"; 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/2LSlBOiY1KoHcQyJcwRFoS9pBOM>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
List-Id: Notification list for GitHub issues related to the QUIC WG <quic-issues.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=unsubscribe>
List-Archive: <https://mailarchive.ietf.org/arch/browse/quic-issues/>
List-Post: <mailto:quic-issues@ietf.org>
List-Help: <mailto:quic-issues-request@ietf.org?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, 16 Jan 2019 00:14:36 -0000

----==_mimepart_5c3e776966f08_68533f823e8d45b463665
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

I'm merging this. Please reopen the issue if you think this ought to be discussed further, especially in Tokyo.

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/quicwg/base-drafts/pull/2303#issuecomment-454601406
----==_mimepart_5c3e776966f08_68533f823e8d45b463665
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

<p>I'm merging this. Please reopen the issue if you think this ought to be discussed further, especially in Tokyo.</p>

<p style="font-size:small;-webkit-text-size-adjust:none;color:#666;">&mdash;<br />You are receiving this because you are subscribed to this thread.<br />Reply to this email directly, <a href="https://github.com/quicwg/base-drafts/pull/2303#issuecomment-454601406">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AWbkqyue6GcoKnaZFgr86rVr8Aep5_ORks5vDm7pgaJpZM4Zyty6">mute the thread</a>.<img src="https://github.com/notifications/beacon/AWbkqy7SKYoVl62ymnYzo-5LL_rVavV3ks5vDm7pgaJpZM4Zyty6.gif" height="1" width="1" alt="" /></p>
<script type="application/json" data-scope="inboxmarkup">{"api_version":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name":"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"https://github.githubassets.com/images/email/message_cards/header.png","avatar_image_url":"https://github.githubassets.com/images/email/message_cards/avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/quicwg/base-drafts"}},"updates":{"snippets":[{"icon":"PERSON","message":"@janaiyengar in #2303: I'm merging this. Please reopen the issue if you think this ought to be discussed further, especially in Tokyo."}],"action":{"name":"View Pull Request","url":"https://github.com/quicwg/base-drafts/pull/2303#issuecomment-454601406"}}}</script>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/pull/2303#issuecomment-454601406",
"url": "https://github.com/quicwg/base-drafts/pull/2303#issuecomment-454601406",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>
----==_mimepart_5c3e776966f08_68533f823e8d45b463665--


From nobody Tue Jan 15 16:14: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 7528512D4F2 for <quic-issues@ietfa.amsl.com>; Tue, 15 Jan 2019 16:14:52 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -10.935
X-Spam-Level: 
X-Spam-Status: No, score=-10.935 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIMWL_WL_HIGH=-4.553, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, HTML_IMAGE_ONLY_24=1.618, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-1, RCVD_IN_DNSWL_HI=-5, SPF_PASS=-0.001] autolearn=ham autolearn_force=no
Authentication-Results: ietfa.amsl.com (amavisd-new); dkim=pass (1024-bit key) header.d=github.com
Received: from mail.ietf.org ([4.31.198.44]) by localhost (ietfa.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id WNRV_mE_lD-p for <quic-issues@ietfa.amsl.com>; Tue, 15 Jan 2019 16:14:51 -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 04D05126C01 for <quic-issues@ietf.org>; Tue, 15 Jan 2019 16:14:51 -0800 (PST)
Date: Tue, 15 Jan 2019 16:14:50 -0800
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1547597690; bh=JaMldEfoBMk9DsFKJvrBgfgk/E4JlahL1j2+EYgS1Ls=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=hwHLbsl9pesEA9Iz0tmmdZBKrG7K/h0Nj4QYTXOiiIp7hJVL1G9p5/g7LxfWkEhjV wa51CQqhPG8nkNRqejrPSwoJxXScwgWW+9jOrtlKECdHnFFXr2PQsckAZlPVXYf6AS w20b7c1jEL1FVQCenCAqIKZzTYtNFwukpe5oeHvE=
From: janaiyengar <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+0166e4ab3cc21364da4c94f62f86f64fccb284ac9e54a30592cf000000011856397a92a169ce179f536f@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/pull/2303/issue_event/2076119455@github.com>
In-Reply-To: <quicwg/base-drafts/pull/2303@github.com>
References: <quicwg/base-drafts/pull/2303@github.com>
Subject: Re: [quicwg/base-drafts] One Retry/VN per UDP datagram (#2303)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5c3e777a21e04_30673f8cafcd45bc21810"; 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/SM6cSYUG00K3vWeVM1AAATWzJlc>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
List-Id: Notification list for GitHub issues related to the QUIC WG <quic-issues.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=unsubscribe>
List-Archive: <https://mailarchive.ietf.org/arch/browse/quic-issues/>
List-Post: <mailto:quic-issues@ietf.org>
List-Help: <mailto:quic-issues-request@ietf.org?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, 16 Jan 2019 00:14:52 -0000

----==_mimepart_5c3e777a21e04_30673f8cafcd45bc21810
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

Merged #2303 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/2303#event-2076119455
----==_mimepart_5c3e777a21e04_30673f8cafcd45bc21810
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="396317551" data-permission-text="Issue title is private" data-url="https://github.com/quicwg/base-drafts/issues/2303" data-hovercard-type="pull_request" data-hovercard-url="/quicwg/base-drafts/pull/2303/hovercard" href="https://github.com/quicwg/base-drafts/pull/2303">#2303</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/2303#event-2076119455">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AWbkq3mg608VfqgVQaA0wRc-2n4OLJk9ks5vDm76gaJpZM4Zyty6">mute the thread</a>.<img src="https://github.com/notifications/beacon/AWbkq1HRPS6Rg-Em4wTRYyIP-3ED_7kTks5vDm76gaJpZM4Zyty6.gif" height="1" width="1" alt="" /></p>
<script type="application/json" data-scope="inboxmarkup">{"api_version":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name":"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"https://github.githubassets.com/images/email/message_cards/header.png","avatar_image_url":"https://github.githubassets.com/images/email/message_cards/avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/quicwg/base-drafts"}},"updates":{"snippets":[{"icon":"DESCRIPTION","message":"Merged #2303 into master."}],"action":{"name":"View Pull Request","url":"https://github.com/quicwg/base-drafts/pull/2303#event-2076119455"}}}</script>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/pull/2303#event-2076119455",
"url": "https://github.com/quicwg/base-drafts/pull/2303#event-2076119455",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>
----==_mimepart_5c3e777a21e04_30673f8cafcd45bc21810--


From nobody Tue Jan 15 16:15: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 6CE8912D4F2 for <quic-issues@ietfa.amsl.com>; Tue, 15 Jan 2019 16:14:53 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -6.149
X-Spam-Level: 
X-Spam-Status: No, score=-6.149 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIMWL_WL_HIGH=-4.553, 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_PASS=-0.001] autolearn=ham autolearn_force=no
Authentication-Results: ietfa.amsl.com (amavisd-new); dkim=pass (1024-bit key) header.d=github.com
Received: from mail.ietf.org ([4.31.198.44]) by localhost (ietfa.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id oJnhNNuahCo9 for <quic-issues@ietfa.amsl.com>; Tue, 15 Jan 2019 16:14:51 -0800 (PST)
Received: from o4.sgmail.github.com (o4.sgmail.github.com [192.254.112.99]) (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 BE88E126F72 for <quic-issues@ietf.org>; Tue, 15 Jan 2019 16:14:51 -0800 (PST)
DKIM-Signature: v=1; a=rsa-sha1; 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=7pww04WB+lACjhJxJ7+tt6BgvXs=; b=LG8bX9UB0bnRGhuF 1mEjdeCDDZH++q4DpEJqsYakCgCarZvVMkZh4DxFdY8p0BF73NGjlqXzJUA5YMjH J8622XuGlzqbo1MC/wWPr/xfIQKQRJ5BoAC/LNK08qoUYeiAecW/ItnQHCbc8383 d2HNXKMXwcvanJUjFnpsKWVqQGI=
Received: by filter0885p1las1.sendgrid.net with SMTP id filter0885p1las1-6633-5C3E777A-16 2019-01-16 00:14:50.595501258 +0000 UTC m=+88295.562084028
Received: from out-4.smtp.github.com (out-4.smtp.github.com [192.30.252.195]) by ismtpd0024p1iad2.sendgrid.net (SG) with ESMTP id fXGQDU4GRZiksukdChvVlw for <quic-issues@ietf.org>; Wed, 16 Jan 2019 00:14:50.550 +0000 (UTC)
Date: Wed, 16 Jan 2019 00:14:50 +0000 (UTC)
From: janaiyengar <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+0166e4abde4fe30b4d2cac1f122e59141c99896a913cfb3e92cf000000011856397a92a169ce177f0208@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/issue/2259/issue_event/2076119458@github.com>
In-Reply-To: <quicwg/base-drafts/issues/2259@github.com>
References: <quicwg/base-drafts/issues/2259@github.com>
Subject: Re: [quicwg/base-drafts] amplification attack using Retry and VN triggered by coalesced Initial packets (#2259)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5c3e777a480a8_3f433faeb24d45b88729d"; 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
X-SG-EID: l64QuQ2uJCcEyUykJbxN122A6QRmEpucztpreh3Pak2JR4gIPBKjto4TJyhCn6raRxo63PYhRSU4iT 5+xY9SupKuHyy9u+WBMg2NOlyAlYMIo70na5bbw10rk8mT4NDkm0tlUKiBQivAO2KvQx1agvwcUC/H YmWuWytjJ/kTiKPIn+lOUZKEHWnWCekK4uML5fHPti+ADbYghf1Tw/AiQilgq9wSWoWddGcO321MfZ I=
Archived-At: <https://mailarchive.ietf.org/arch/msg/quic-issues/AxBemOPhIM1y0UuiKMtTMBLdFaY>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
List-Id: Notification list for GitHub issues related to the QUIC WG <quic-issues.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=unsubscribe>
List-Archive: <https://mailarchive.ietf.org/arch/browse/quic-issues/>
List-Post: <mailto:quic-issues@ietf.org>
List-Help: <mailto:quic-issues-request@ietf.org?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, 16 Jan 2019 00:14:53 -0000

----==_mimepart_5c3e777a480a8_3f433faeb24d45b88729d
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

Closed #2259 via #2303.

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/quicwg/base-drafts/issues/2259#event-2076119458
----==_mimepart_5c3e777a480a8_3f433faeb24d45b88729d
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="394199560" data-permission-text="Issue title is private" data-url="https://github.com/quicwg/base-drafts/issues/2259" data-hovercard-type="issue" data-hovercard-url="/quicwg/base-drafts/issues/2259/hovercard" href="https://github.com/quicwg/base-drafts/issues/2259">#2259</a> via <a class="issue-link js-issue-link" data-error-text="Failed to load issue title" data-id="396317551" data-permission-text="Issue title is private" data-url="https://github.com/quicwg/base-drafts/issues/2303" data-hovercard-type="pull_request" data-hovercard-url="/quicwg/base-drafts/pull/2303/hovercard" href="https://github.com/quicwg/base-drafts/pull/2303">#2303</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/2259#event-2076119458">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AWbkq1M9Cj_dd7Iq99oSQA3ZaA9SEF7fks5vDm76gaJpZM4Zh5Ox">mute the thread</a>.<img src="https://github.com/notifications/beacon/AWbkq5I2PD8zj_y3vajBDeTEKBPrJFdbks5vDm76gaJpZM4Zh5Ox.gif" height="1" width="1" alt="" /></p>
<script type="application/json" data-scope="inboxmarkup">{"api_version":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name":"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"https://github.githubassets.com/images/email/message_cards/header.png","avatar_image_url":"https://github.githubassets.com/images/email/message_cards/avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/quicwg/base-drafts"}},"updates":{"snippets":[{"icon":"DESCRIPTION","message":"Closed #2259 via #2303."}],"action":{"name":"View Issue","url":"https://github.com/quicwg/base-drafts/issues/2259#event-2076119458"}}}</script>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/issues/2259#event-2076119458",
"url": "https://github.com/quicwg/base-drafts/issues/2259#event-2076119458",
"name": "View Issue"
},
"description": "View this Issue on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>
----==_mimepart_5c3e777a480a8_3f433faeb24d45b88729d--


From nobody Tue Jan 15 16: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 55BCF126C01 for <quic-issues@ietfa.amsl.com>; Tue, 15 Jan 2019 16:15:08 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -11.007
X-Spam-Level: 
X-Spam-Status: No, score=-11.007 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIMWL_WL_HIGH=-4.553, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, HTML_IMAGE_ONLY_20=1.546, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-1, RCVD_IN_DNSWL_HI=-5, SPF_PASS=-0.001] autolearn=ham autolearn_force=no
Authentication-Results: ietfa.amsl.com (amavisd-new); dkim=pass (1024-bit key) header.d=github.com
Received: from mail.ietf.org ([4.31.198.44]) by localhost (ietfa.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id ZxBT2wpu-tRt for <quic-issues@ietfa.amsl.com>; Tue, 15 Jan 2019 16:15: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 C6932126F72 for <quic-issues@ietf.org>; Tue, 15 Jan 2019 16:15:06 -0800 (PST)
Date: Tue, 15 Jan 2019 16:15:06 -0800
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1547597706; bh=fyct3t8fhP1iEiS4fuRm8Lj7v5aevnEWCAikxm9lwA8=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=Rr3tPBxhTBl4zzGrgB2QXuWx+sGrWTOOwi6y8tCVdZNuIB/tqnStDtzuGRjbNp5in WqwB7jRVvAEzpeueu2EVxjVrK6OAg+0bpeumgk5bdr12cdaKU/nSXB7KzBT39n9hF7 50FBz+hGkCLlrDsRq840Gai7+RfXRYpSD4AK3PQo=
From: janaiyengar <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+0166e4abe7fb2ffd7a384a09829e37746ac7a6401cbb5dcf92cf000000011856398a92a169ce177f0208@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/issues/2259/454601517@github.com>
In-Reply-To: <quicwg/base-drafts/issues/2259@github.com>
References: <quicwg/base-drafts/issues/2259@github.com>
Subject: Re: [quicwg/base-drafts] amplification attack using Retry and VN triggered by coalesced Initial packets (#2259)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5c3e778a7453_47b83f866a8d45c012932b"; 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/TZD-PjQkNWErmI8ieZCmyZT_P6A>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
List-Id: Notification list for GitHub issues related to the QUIC WG <quic-issues.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=unsubscribe>
List-Archive: <https://mailarchive.ietf.org/arch/browse/quic-issues/>
List-Post: <mailto:quic-issues@ietf.org>
List-Help: <mailto:quic-issues-request@ietf.org?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, 16 Jan 2019 00:15:08 -0000

----==_mimepart_5c3e778a7453_47b83f866a8d45c012932b
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

Please reopen the issue if you think this ought to be discussed further, especially in Tokyo.

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/quicwg/base-drafts/issues/2259#issuecomment-454601517
----==_mimepart_5c3e778a7453_47b83f866a8d45c012932b
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

<p>Please reopen the issue if you think this ought to be discussed further, especially in Tokyo.</p>

<p style="font-size:small;-webkit-text-size-adjust:none;color:#666;">&mdash;<br />You are receiving this because you are subscribed to this thread.<br />Reply to this email directly, <a href="https://github.com/quicwg/base-drafts/issues/2259#issuecomment-454601517">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AWbkqw8ToGwptrX5MVW-rRGsAKywBQyAks5vDm8KgaJpZM4Zh5Ox">mute the thread</a>.<img src="https://github.com/notifications/beacon/AWbkq4jyA76rpQ47gp9TZWrwdG2Ffa_Qks5vDm8KgaJpZM4Zh5Ox.gif" height="1" width="1" alt="" /></p>
<script type="application/json" data-scope="inboxmarkup">{"api_version":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name":"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"https://github.githubassets.com/images/email/message_cards/header.png","avatar_image_url":"https://github.githubassets.com/images/email/message_cards/avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/quicwg/base-drafts"}},"updates":{"snippets":[{"icon":"PERSON","message":"@janaiyengar in #2259: Please reopen the issue if you think this ought to be discussed further, especially in Tokyo."}],"action":{"name":"View Issue","url":"https://github.com/quicwg/base-drafts/issues/2259#issuecomment-454601517"}}}</script>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/issues/2259#issuecomment-454601517",
"url": "https://github.com/quicwg/base-drafts/issues/2259#issuecomment-454601517",
"name": "View Issue"
},
"description": "View this Issue on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>
----==_mimepart_5c3e778a7453_47b83f866a8d45c012932b--


From nobody Tue Jan 15 16: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 6107512867A for <quic-issues@ietfa.amsl.com>; Tue, 15 Jan 2019 16:17:43 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -12.552
X-Spam-Level: 
X-Spam-Status: No, score=-12.552 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIMWL_WL_HIGH=-4.553, 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_PASS=-0.001] autolearn=ham autolearn_force=no
Authentication-Results: ietfa.amsl.com (amavisd-new); dkim=pass (1024-bit key) header.d=github.com
Received: from mail.ietf.org ([4.31.198.44]) by localhost (ietfa.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id XslxwYPBuy6B for <quic-issues@ietfa.amsl.com>; Tue, 15 Jan 2019 16:17: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 D550D126C01 for <quic-issues@ietf.org>; Tue, 15 Jan 2019 16:17:41 -0800 (PST)
Date: Tue, 15 Jan 2019 16:17:40 -0800
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1547597860; bh=fEe87gsAL7TGfASuKe3ccMmljqETF+jkErIiEK61DPk=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=FcTQb/w4+apY3FV0To84GXbeNUoBkTfjmE49HEJuaxqeB95cqA01WE6l02YAsHtPR cKfZyMbhA+Lg7QJii8cWre3SrpchkFntdRP55ahgXuiHr/iIyPxRqpkyxx7i70HPwa 6nMThNQA4JFQXwQZUrgRgx+n3PBvaEEQZAIhe3PA=
From: Martin Thomson <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+0166e4abc47596b4658328fd85d27d2c40084dd0f0f0d2de92cf0000000118563a2492a169ce177b64ce@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/issues/2255/454602051@github.com>
In-Reply-To: <quicwg/base-drafts/issues/2255@github.com>
References: <quicwg/base-drafts/issues/2255@github.com>
Subject: Re: [quicwg/base-drafts] persistent congestion is more aggressive than RTO verified (#2255)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5c3e7824c10d7_4d653f89558d45b41873e0"; 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/tZbRnRMjPJmX3QwddYlOBjM0Eyw>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
List-Id: Notification list for GitHub issues related to the QUIC WG <quic-issues.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=unsubscribe>
List-Archive: <https://mailarchive.ietf.org/arch/browse/quic-issues/>
List-Post: <mailto:quic-issues@ietf.org>
List-Help: <mailto:quic-issues-request@ietf.org?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, 16 Jan 2019 00:17:43 -0000

----==_mimepart_5c3e7824c10d7_4d653f89558d45b41873e0
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

I've been using `design` to mark things that will result in changes that affect implementations.  This would seem to fit that description.  Whether you consider it worth discussing is different.  If it isn't worth discussing, maybe it will just be fixed by #2293 and everything will be fine without discussion in Tokyo.

WIthout the label, this won't make the change log, and that might be 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/2255#issuecomment-454602051
----==_mimepart_5c3e7824c10d7_4d653f89558d45b41873e0
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: quoted-printable

<p>I've been using <code>design</code> to mark things that will result in=
 changes that affect implementations.  This would seem to fit that descri=
ption.  Whether you consider it worth discussing is different.  If it isn=
't worth discussing, maybe it will just be fixed by <a class=3D"issue-lin=
k js-issue-link" data-error-text=3D"Failed to load issue title" data-id=3D=
"395845498" data-permission-text=3D"Issue title is private" data-url=3D"h=
ttps://github.com/quicwg/base-drafts/issues/2293" data-hovercard-type=3D"=
pull_request" data-hovercard-url=3D"/quicwg/base-drafts/pull/2293/hoverca=
rd" href=3D"https://github.com/quicwg/base-drafts/pull/2293">#2293</a> an=
d everything will be fine without discussion in Tokyo.</p>
<p>WIthout the label, this won't make the change log, and that might be a=
 problem.</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/2255#issuecomment-454602051">view it on GitHub</a>,=
 or <a href=3D"https://github.com/notifications/unsubscribe-auth/AWbkqyqh=
3IrJrIIM8sIpbYTUmQuSy5btks5vDm-kgaJpZM4Zg0aT">mute the thread</a>.<img sr=
c=3D"https://github.com/notifications/beacon/AWbkqwtjzfm88pDTwKNchPKKmZlY=
IQUVks5vDm-kgaJpZM4Zg0aT.gif" height=3D"1" width=3D"1" alt=3D"" /></p>
<script type=3D"application/json" data-scope=3D"inboxmarkup">{"api_versio=
n":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name"=
:"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"=
quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"http=
s://github.githubassets.com/images/email/message_cards/header.png","avata=
r_image_url":"https://github.githubassets.com/images/email/message_cards/=
avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/q=
uicwg/base-drafts"}},"updates":{"snippets":[{"icon":"PERSON","message":"@=
martinthomson in #2255: I've been using `design` to mark things that will=
 result in changes that affect implementations.  This would seem to fit t=
hat description.  Whether you consider it worth discussing is different. =
 If it isn't worth discussing, maybe it will just be fixed by #2293 and e=
verything will be fine without discussion in Tokyo.\r\n\r\nWIthout the la=
bel, this won't make the change log, and that might be a problem."}],"act=
ion":{"name":"View Issue","url":"https://github.com/quicwg/base-drafts/is=
sues/2255#issuecomment-454602051"}}}</script>
<script type=3D"application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/issues/2255#issuecomment=
-454602051",
"url": "https://github.com/quicwg/base-drafts/issues/2255#issuecomment-45=
4602051",
"name": "View Issue"
},
"description": "View this Issue on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>=

----==_mimepart_5c3e7824c10d7_4d653f89558d45b41873e0--


From nobody Tue Jan 15 16:22:26 2019
Return-Path: <bounce+565321.40f-quic-issues=ietf.org@github.com>
X-Original-To: quic-issues@ietfa.amsl.com
Delivered-To: quic-issues@ietfa.amsl.com
Received: from localhost (localhost [127.0.0.1]) by ietfa.amsl.com (Postfix) with ESMTP id 9049B12867A for <quic-issues@ietfa.amsl.com>; Tue, 15 Jan 2019 16:22:24 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -6.452
X-Spam-Level: 
X-Spam-Status: No, score=-6.452 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIMWL_WL_HIGH=-4.553, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, HEADER_FROM_DIFFERENT_DOMAINS=0.001, RCVD_IN_DNSWL_NONE=-0.0001, SPF_PASS=-0.001, URIBL_BLOCKED=0.001] autolearn=ham autolearn_force=no
Authentication-Results: ietfa.amsl.com (amavisd-new); dkim=pass (1024-bit key) header.d=github.com
Received: from mail.ietf.org ([4.31.198.44]) by localhost (ietfa.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id tOlqPgvPjgI5 for <quic-issues@ietfa.amsl.com>; Tue, 15 Jan 2019 16:22:22 -0800 (PST)
Received: from m69-170.mailgun.net (m69-170.mailgun.net [166.78.69.170]) (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 4ADA4126C01 for <quic-issues@ietf.org>; Tue, 15 Jan 2019 16:22:22 -0800 (PST)
DKIM-Signature: a=rsa-sha256; v=1; c=relaxed/relaxed; d=github.com; q=dns/txt;  s=mailo; t=1547598141; h=Content-Transfer-Encoding: Content-Type: Mime-Version: Subject: Message-ID: To: Reply-To: From: Date: Sender; bh=8k/1cMvfDFQNpfDEGDPBhbPuOJ3Ka5qlVvqczhn7nwY=; b=taElLIo2+y31z4t/1cRBNL8mFjFyibNA0YCxMUKSsbjGHa0AkjSku8VcjNimFvTHAR8cWJZ0 tq6MIh7EGus+/cYdB8dXUtt6Pu3NPaAgYSzOoQkIGJWp+gdvuRHspOjd9blfHW6Lc0i/3du+ txPhSXtpy89+KzRl3tLSF6rFKGQ=
X-Mailgun-Sending-Ip: 166.78.69.170
X-Mailgun-Sid: WyJhNzYyYiIsICJxdWljLWlzc3Vlc0BpZXRmLm9yZyIsICI0MGYiXQ==
Sender: mbishop=evequefou.be@github.com
Received: from github.com (Unknown [192.30.252.44]) by mxa.mailgun.org with ESMTP id 5c3e76e5.7f4bb763a780-smtp-out-n01; Wed, 16 Jan 2019 00:12:21 -0000 (UTC)
Date: Tue, 15 Jan 2019 16:12:20 -0800
From: Mike Bishop <mbishop@evequefou.be>
Reply-To: Mike Bishop <mbishop@evequefou.be>
To: quic-issues@ietf.org
Message-ID: <5c3e76e446b3a_73fc2b028e6b85805439c@hookshot-fe-6e9b612.cp1-iad.github.net.mail>
Subject: [quicwg/base-drafts] e1493d: Introduce HTTP_REQUEST_REJECTED (#2325)
Mime-Version: 1.0
Content-Type: multipart/mixed; boundary="--==_mimepart_5c3e76e4466ff_73fc2b028e6b858054218"; charset=UTF-8
Content-Transfer-Encoding: 7bit
Archived-At: <https://mailarchive.ietf.org/arch/msg/quic-issues/IaFw70owpOUxBJaBx4PZS1vUVfg>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
Precedence: list
List-Id: Notification list for GitHub issues related to the QUIC WG <quic-issues.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=unsubscribe>
List-Archive: <https://mailarchive.ietf.org/arch/browse/quic-issues/>
List-Post: <mailto:quic-issues@ietf.org>
List-Help: <mailto:quic-issues-request@ietf.org?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, 16 Jan 2019 00:22:25 -0000

----==_mimepart_5c3e76e4466ff_73fc2b028e6b858054218
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

  Branch: refs/heads/master
  Home:   https://github.com/quicwg/base-drafts
  Commit: e1493d72e5877230f6f0055cdb8907459053ecdd
      https://github.com/quicwg/base-drafts/commit/e1493d72e5877230f6f0055cdb8907459053ecdd
  Author: Mike Bishop <mbishop@evequefou.be>
  Date:   2019-01-15 (Tue, 15 Jan 2019)

  Changed paths:
    M draft-ietf-quic-http.md

  Log Message:
  -----------
  Introduce HTTP_REQUEST_REJECTED (#2325)

* Introduce HTTP_REQUEST_REJECTED

* Missed a merge conflict

* Martin's edits

* Leftover > instead of >=

* Clients don't reject, they cancel



      **NOTE:** This service has been marked for deprecation: https://developer.github.com/changes/2018-04-25-github-services-deprecation/

      Functionality will be removed from GitHub.com on January 31st, 2019.

----==_mimepart_5c3e76e4466ff_73fc2b028e6b858054218--


From nobody Tue Jan 15 16:23: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 4909412867A for <quic-issues@ietfa.amsl.com>; Tue, 15 Jan 2019 16:23:08 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -10.935
X-Spam-Level: 
X-Spam-Status: No, score=-10.935 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIMWL_WL_HIGH=-4.553, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, HTML_IMAGE_ONLY_24=1.618, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-1, RCVD_IN_DNSWL_HI=-5, SPF_PASS=-0.001] autolearn=ham autolearn_force=no
Authentication-Results: ietfa.amsl.com (amavisd-new); dkim=pass (1024-bit key) header.d=github.com
Received: from mail.ietf.org ([4.31.198.44]) by localhost (ietfa.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id MGjhuDdogHTo for <quic-issues@ietfa.amsl.com>; Tue, 15 Jan 2019 16:23: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 9E08C126C01 for <quic-issues@ietf.org>; Tue, 15 Jan 2019 16:23:06 -0800 (PST)
Date: Tue, 15 Jan 2019 16:23:05 -0800
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1547598185; bh=K3m65ryopD/cmS9Wda7Qd3WVPOsAmL7ls+lltaCrDMM=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=UNrRmPawckfi8305siE5GltEALYtHoXUZH/gbI+rh3CFYJIMHp0uVZ5eng9W/1eEi k4Kh05wqzuwufrB03w0Ccy/d1oPGp5Zt62VBeKFUNnheISgj+9ZCuVjKiR2DHrqlTr hD87Q0XP629DsMfWlx7Ha5LdrK+qgCJjglEYav7U=
From: ianswett <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+0166e4abc07472915c6ee25892b43ed32e967c101147d87692cf0000000118563b6992a169ce177b64ce@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/issues/2255/454603076@github.com>
In-Reply-To: <quicwg/base-drafts/issues/2255@github.com>
References: <quicwg/base-drafts/issues/2255@github.com>
Subject: Re: [quicwg/base-drafts] persistent congestion is more aggressive than RTO verified (#2255)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5c3e7969c3a68_306b3f8cafcd45bc11995"; 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/_6w4Ao8lWGSkgBlX8xBkInfq8SU>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
List-Id: Notification list for GitHub issues related to the QUIC WG <quic-issues.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=unsubscribe>
List-Archive: <https://mailarchive.ietf.org/arch/browse/quic-issues/>
List-Post: <mailto:quic-issues@ietf.org>
List-Help: <mailto:quic-issues-request@ietf.org?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, 16 Jan 2019 00:23:08 -0000

----==_mimepart_5c3e7969c3a68_306b3f8cafcd45bc11995
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

Fair point, I think #2293 fixes the text, but I'll re-label this as design to ensure it's included in the changelogs.

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/quicwg/base-drafts/issues/2255#issuecomment-454603076
----==_mimepart_5c3e7969c3a68_306b3f8cafcd45bc11995
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

<p>Fair point, I think <a class="issue-link js-issue-link" data-error-text="Failed to load issue title" data-id="395845498" data-permission-text="Issue title is private" data-url="https://github.com/quicwg/base-drafts/issues/2293" data-hovercard-type="pull_request" data-hovercard-url="/quicwg/base-drafts/pull/2293/hovercard" href="https://github.com/quicwg/base-drafts/pull/2293">#2293</a> fixes the text, but I'll re-label this as design to ensure it's included in the changelogs.</p>

<p style="font-size:small;-webkit-text-size-adjust:none;color:#666;">&mdash;<br />You are receiving this because you are subscribed to this thread.<br />Reply to this email directly, <a href="https://github.com/quicwg/base-drafts/issues/2255#issuecomment-454603076">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AWbkq9l7sro1XO1KCQxQ9ha19Gh0_AYeks5vDnDpgaJpZM4Zg0aT">mute the thread</a>.<img src="https://github.com/notifications/beacon/AWbkq_fi6eGBt5TqR_y2qup_y63Kvthwks5vDnDpgaJpZM4Zg0aT.gif" height="1" width="1" alt="" /></p>
<script type="application/json" data-scope="inboxmarkup">{"api_version":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name":"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"https://github.githubassets.com/images/email/message_cards/header.png","avatar_image_url":"https://github.githubassets.com/images/email/message_cards/avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/quicwg/base-drafts"}},"updates":{"snippets":[{"icon":"PERSON","message":"@ianswett in #2255: Fair point, I think #2293 fixes the text, but I'll re-label this as design to ensure it's included in the changelogs."}],"action":{"name":"View Issue","url":"https://github.com/quicwg/base-drafts/issues/2255#issuecomment-454603076"}}}</script>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/issues/2255#issuecomment-454603076",
"url": "https://github.com/quicwg/base-drafts/issues/2255#issuecomment-454603076",
"name": "View Issue"
},
"description": "View this Issue on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>
----==_mimepart_5c3e7969c3a68_306b3f8cafcd45bc11995--


From nobody Tue Jan 15 16:24: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 45AEA12D4F2 for <quic-issues@ietfa.amsl.com>; Tue, 15 Jan 2019 16:24:26 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -11.149
X-Spam-Level: 
X-Spam-Status: No, score=-11.149 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIMWL_WL_HIGH=-4.553, 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_PASS=-0.001] autolearn=ham autolearn_force=no
Authentication-Results: ietfa.amsl.com (amavisd-new); dkim=pass (1024-bit key) header.d=github.com
Received: from mail.ietf.org ([4.31.198.44]) by localhost (ietfa.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id ld355xiv7JEH for <quic-issues@ietfa.amsl.com>; Tue, 15 Jan 2019 16:24:23 -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 D4137130F0D for <quic-issues@ietf.org>; Tue, 15 Jan 2019 16:24:19 -0800 (PST)
Date: Tue, 15 Jan 2019 16:24:19 -0800
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1547598259; bh=bxDsHtbPhDNPvy+UVoxd8RKYVteUL1UJ+6MZbtkip68=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=PGH6eHe3uUE41Nq7v36r9eQPHBwYhiKs1sabFSYTfUkjDlXrpE1/yPRiXE5AlhApM 3pPCqJAyEI0I6oKEs/JRBPaQoaJZoL3dvbvNgCbY7Q0nbp7kSb5NNEUT65yZ/dBxmV Em5QvZLLfkFZnCegQiZa4P5aMddLLqNhlKEG+8Jg=
From: Martin Thomson <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+0166e4ab5a42816c812ffd320329978b1521a2c8987d58ad92cf0000000118563bb392a169ce178befb2@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/pull/2281/review/192927486@github.com>
In-Reply-To: <quicwg/base-drafts/pull/2281@github.com>
References: <quicwg/base-drafts/pull/2281@github.com>
Subject: Re: [quicwg/base-drafts] Include handshake anti-deadlock logic in pseudocode (#2281)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5c3e79b330377_65753fdbd5ed45b8188927"; 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/M7CppXoCBRoO5kTxjeD7C_aabbk>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
List-Id: Notification list for GitHub issues related to the QUIC WG <quic-issues.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=unsubscribe>
List-Archive: <https://mailarchive.ietf.org/arch/browse/quic-issues/>
List-Post: <mailto:quic-issues@ietf.org>
List-Help: <mailto:quic-issues-request@ietf.org?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, 16 Jan 2019 00:24:26 -0000

----==_mimepart_5c3e79b330377_65753fdbd5ed45b8188927
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

martinthomson commented on this pull request.



> @@ -699,6 +703,9 @@ Pseudocode for OnAckReceived and UpdateRtt follow:
     largest_acked_packet = max(largest_acked_packet,
                                ack.largest_acked)
 
+    if (from Handshake packet):

I don't think that we should be using acknowledgments to drive state at this level.  I realize that this is less optimal, but I don't think that we need this variable.

The client can know that it is unverified if it is sending Initial packets and not Handshake (or greater).  That should be enough.  As for the test in SetLossDetectionTimer() or LossDetectionTimeout(), how is it possible for a crypto packet to be in flight, where this condition would be true?

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/quicwg/base-drafts/pull/2281#discussion_r248113199
----==_mimepart_5c3e79b330377_65753fdbd5ed45b8188927
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/2281#discussion_r248113199">draft-ietf-quic-recovery.md</a>:</p>
<pre style='color:#555'>&gt; @@ -699,6 +703,9 @@ Pseudocode for OnAckReceived and UpdateRtt follow:
     largest_acked_packet = max(largest_acked_packet,
                                ack.largest_acked)
 
+    if (from Handshake packet):
</pre>
<p>I don't think that we should be using acknowledgments to drive state at this level.  I realize that this is less optimal, but I don't think that we need this variable.</p>
<p>The client can know that it is unverified if it is sending Initial packets and not Handshake (or greater).  That should be enough.  As for the test in SetLossDetectionTimer() or LossDetectionTimeout(), how is it possible for a crypto packet to be in flight, where this condition would be true?</p>

<p style="font-size:small;-webkit-text-size-adjust:none;color:#666;">&mdash;<br />You are receiving this because you are subscribed to this thread.<br />Reply to this email directly, <a href="https://github.com/quicwg/base-drafts/pull/2281#discussion_r248113199">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AWbkq9sMi8X93aoeZHXUbntbgs9BYAcHks5vDnEzgaJpZM4Zluan">mute the thread</a>.<img src="https://github.com/notifications/beacon/AWbkq94Q3d26rCtW9jh7JqC8jchQOKBuks5vDnEzgaJpZM4Zluan.gif" height="1" width="1" alt="" /></p>
<script type="application/json" data-scope="inboxmarkup">{"api_version":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name":"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"https://github.githubassets.com/images/email/message_cards/header.png","avatar_image_url":"https://github.githubassets.com/images/email/message_cards/avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/quicwg/base-drafts"}},"updates":{"snippets":[{"icon":"PERSON","message":"@martinthomson commented on #2281"}],"action":{"name":"View Pull Request","url":"https://github.com/quicwg/base-drafts/pull/2281#discussion_r248113199"}}}</script>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/pull/2281#discussion_r248113199",
"url": "https://github.com/quicwg/base-drafts/pull/2281#discussion_r248113199",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>
----==_mimepart_5c3e79b330377_65753fdbd5ed45b8188927--


From nobody Tue Jan 15 16:24:52 2019
Return-Path: <bounce+565321.40f-quic-issues=ietf.org@github.com>
X-Original-To: quic-issues@ietfa.amsl.com
Delivered-To: quic-issues@ietfa.amsl.com
Received: from localhost (localhost [127.0.0.1]) by ietfa.amsl.com (Postfix) with ESMTP id 8954612DDA3 for <quic-issues@ietfa.amsl.com>; Tue, 15 Jan 2019 16:24:49 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -0.996
X-Spam-Level: 
X-Spam-Status: No, score=-0.996 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIM_ADSP_CUSTOM_MED=0.001, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, FREEMAIL_FORGED_FROMDOMAIN=0.001, FREEMAIL_FROM=0.001, HEADER_FROM_DIFFERENT_DOMAINS=0.001, NML_ADSP_CUSTOM_MED=0.9, RCVD_IN_DNSWL_NONE=-0.0001, SPF_PASS=-0.001, URIBL_BLOCKED=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 SIfmHFM0K0Xl for <quic-issues@ietfa.amsl.com>; Tue, 15 Jan 2019 16:24:48 -0800 (PST)
Received: from m69-169.mailgun.net (m69-169.mailgun.net [166.78.69.169]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id D16D412D4F2 for <quic-issues@ietf.org>; Tue, 15 Jan 2019 16:24:47 -0800 (PST)
DKIM-Signature: a=rsa-sha256; v=1; c=relaxed/relaxed; d=github.com; q=dns/txt;  s=mailo; t=1547598287; h=Content-Transfer-Encoding: Content-Type: Mime-Version: Subject: Message-ID: To: Reply-To: From: Date: Sender; bh=fb9IjaJyPN1xqIWEAQNtXsunTGCczFR8J6PxRHqvlaA=; b=rS276y5IxtbKqayS+xMgnxj/KT+nQh924Lm22uLZ/1hv9YQeAlcJW1kUaw+9BmceliRAM1pk +IDgnHx81PZnqGDAlCcywLFys5WvaUHl5HGYjEew8fjKPQRTBkF/Vqy7eN15qpYqAhxi+qDk cxfXFHgVtlweZEeBr7ILJSz7dUg=
X-Mailgun-Sending-Ip: 166.78.69.169
X-Mailgun-Sid: WyJhNzYyYiIsICJxdWljLWlzc3Vlc0BpZXRmLm9yZyIsICI0MGYiXQ==
Sender: jri.ietf=gmail.com@github.com
Received: from github.com (Unknown [192.30.252.44]) by mxa.mailgun.org with ESMTP id 5c3e7777.7f6c63c03f60-smtp-out-n02; Wed, 16 Jan 2019 00:14:47 -0000 (UTC)
Date: Tue, 15 Jan 2019 16:14:46 -0800
From: janaiyengar <jri.ietf@gmail.com>
Reply-To: janaiyengar <jri.ietf@gmail.com>
To: quic-issues@ietf.org
Message-ID: <5c3e7776eb7c7_74882aba7792e580418f1@hookshot-fe-6e9b612.cp1-iad.github.net.mail>
Subject: [quicwg/base-drafts] 1fc3c3: One Retry/VN per UDP datagram
Mime-Version: 1.0
Content-Type: multipart/mixed; boundary="--==_mimepart_5c3e7776eb470_74882aba7792e5804174b"; charset=UTF-8
Content-Transfer-Encoding: 7bit
Archived-At: <https://mailarchive.ietf.org/arch/msg/quic-issues/8V-G-dG5fGuFDGNVj4WN_qEOZdo>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
Precedence: list
List-Id: Notification list for GitHub issues related to the QUIC WG <quic-issues.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=unsubscribe>
List-Archive: <https://mailarchive.ietf.org/arch/browse/quic-issues/>
List-Post: <mailto:quic-issues@ietf.org>
List-Help: <mailto:quic-issues-request@ietf.org?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, 16 Jan 2019 00:24:50 -0000

----==_mimepart_5c3e7776eb470_74882aba7792e5804174b
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

  Branch: refs/heads/master
  Home:   https://github.com/quicwg/base-drafts
  Commit: 1fc3c3e52b7f56e169c64edb0fa338f2a529866e
      https://github.com/quicwg/base-drafts/commit/1fc3c3e52b7f56e169c64edb0fa338f2a529866e
  Author: Martin Thomson <mt@lowentropy.net>
  Date:   2019-01-07 (Mon, 07 Jan 2019)

  Changed paths:
    M draft-ietf-quic-transport.md

  Log Message:
  -----------
  One Retry/VN per UDP datagram

This keeps things simple.

Closes #2259.


  Commit: 07ea0dc49b3b62ad504d05ed7d4a92f8909788e8
      https://github.com/quicwg/base-drafts/commit/07ea0dc49b3b62ad504d05ed7d4a92f8909788e8
  Author: janaiyengar <jri.ietf@gmail.com>
  Date:   2019-01-15 (Tue, 15 Jan 2019)

  Changed paths:
    M draft-ietf-quic-transport.md

  Log Message:
  -----------
  Merge pull request #2303 from quicwg/one-retry-per-datagram

One Retry/VN per UDP datagram


Compare: https://github.com/quicwg/base-drafts/compare/e1493d72e587...07ea0dc49b3b
      **NOTE:** This service has been marked for deprecation: https://developer.github.com/changes/2018-04-25-github-services-deprecation/

      Functionality will be removed from GitHub.com on January 31st, 2019.

----==_mimepart_5c3e7776eb470_74882aba7792e5804174b--


From nobody Tue Jan 15 16:31: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 850D312D4F2 for <quic-issues@ietfa.amsl.com>; Tue, 15 Jan 2019 16:31:14 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -12.552
X-Spam-Level: 
X-Spam-Status: No, score=-12.552 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIMWL_WL_HIGH=-4.553, 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_PASS=-0.001] autolearn=ham autolearn_force=no
Authentication-Results: ietfa.amsl.com (amavisd-new); dkim=pass (1024-bit key) header.d=github.com
Received: from mail.ietf.org ([4.31.198.44]) by localhost (ietfa.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id gh03NGS3Y5L9 for <quic-issues@ietfa.amsl.com>; Tue, 15 Jan 2019 16:31:13 -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 E0FFA130F59 for <quic-issues@ietf.org>; Tue, 15 Jan 2019 16:31:12 -0800 (PST)
Date: Tue, 15 Jan 2019 16:31:12 -0800
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1547598672; bh=VURTUeFPqa3UP0A35TZo9Q7Udd6A6stSZVKVvH0YL2g=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=wcf83vBQJIxWQxbrbFDlU+pjRJeDp/lXMhV5tXdUaGptX/zBuWQ9mjOH00CwEJ+y0 YRB3dVAsdQumVw0P4NkEDSDbtNm9RtUUoc89txG6anEmkZ1qun9NAMgYxqSsCdR6jR Wx4lg1FxbA9QZ5grQUMlXCS0p5ot8M7aIJuviMxQ=
From: Martin Thomson <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+0166e4ab1e998a22fdca1949d176191cfbf9d5b9d934d59b92cf0000000118563d5092a169ce179bec73@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/pull/2296/review/192929031@github.com>
In-Reply-To: <quicwg/base-drafts/pull/2296@github.com>
References: <quicwg/base-drafts/pull/2296@github.com>
Subject: Re: [quicwg/base-drafts] Allow servers to send a preferred address of each address family (#2296)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5c3e7b504085e_48cd3fd7b34d45c0339443"; 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/UXdDNf-XVbRW6akqSoC4vzQAByE>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
List-Id: Notification list for GitHub issues related to the QUIC WG <quic-issues.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=unsubscribe>
List-Archive: <https://mailarchive.ietf.org/arch/browse/quic-issues/>
List-Post: <mailto:quic-issues@ietf.org>
List-Help: <mailto:quic-issues-request@ietf.org?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, 16 Jan 2019 00:31:15 -0000

----==_mimepart_5c3e7b504085e_48cd3fd7b34d45c0339443
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

martinthomson commented on this pull request.



> @@ -2116,9 +2116,13 @@ packets.
 A server conveys a preferred address by including the preferred_address
 transport parameter in the TLS handshake.
 
-Once the handshake is finished, the client SHOULD initiate path validation (see
-{{migrate-validate}}) of the server's preferred address using the connection ID
-provided in the preferred_address transport parameter.
+Servers MAY communicate a preferred address of each address family (IPv4 and
+IPv6) to allow clients to pick the one most suited to their network attachment.

After all our discussion, the question I have here is whether this preferred address might be used for a migating client.  Say I use v6 now, but then migrate to a network that doesn't have v6.  Is it acceptable for me to use the v6 preferred address during that migration?  The text here is silent on that 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/2296#pullrequestreview-192929031
----==_mimepart_5c3e7b504085e_48cd3fd7b34d45c0339443
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/2296#discussion_r248114458">draft-ietf-quic-transport.md</a>:</p>
<pre style='color:#555'>&gt; @@ -2116,9 +2116,13 @@ packets.
 A server conveys a preferred address by including the preferred_address
 transport parameter in the TLS handshake.
 
-Once the handshake is finished, the client SHOULD initiate path validation (see
-{{migrate-validate}}) of the server&#39;s preferred address using the connection ID
-provided in the preferred_address transport parameter.
+Servers MAY communicate a preferred address of each address family (IPv4 and
+IPv6) to allow clients to pick the one most suited to their network attachment.
</pre>
<p>After all our discussion, the question I have here is whether this preferred address might be used for a migating client.  Say I use v6 now, but then migrate to a network that doesn't have v6.  Is it acceptable for me to use the v6 preferred address during that migration?  The text here is silent on that 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/2296#pullrequestreview-192929031">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AWbkq1rAYYKxzj9UrHu8rdbxK5NJryFGks5vDnLQgaJpZM4ZuHR_">mute the thread</a>.<img src="https://github.com/notifications/beacon/AWbkq5nh9ksY4_EwOFEbYcGoaLErYiOHks5vDnLQgaJpZM4ZuHR_.gif" height="1" width="1" alt="" /></p>
<script type="application/json" data-scope="inboxmarkup">{"api_version":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name":"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"https://github.githubassets.com/images/email/message_cards/header.png","avatar_image_url":"https://github.githubassets.com/images/email/message_cards/avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/quicwg/base-drafts"}},"updates":{"snippets":[{"icon":"PERSON","message":"@martinthomson commented on #2296"}],"action":{"name":"View Pull Request","url":"https://github.com/quicwg/base-drafts/pull/2296#pullrequestreview-192929031"}}}</script>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/pull/2296#pullrequestreview-192929031",
"url": "https://github.com/quicwg/base-drafts/pull/2296#pullrequestreview-192929031",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>
----==_mimepart_5c3e7b504085e_48cd3fd7b34d45c0339443--


From nobody Tue Jan 15 16:33: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 6B285130F79 for <quic-issues@ietfa.amsl.com>; Tue, 15 Jan 2019 16:32:47 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -7.552
X-Spam-Level: 
X-Spam-Status: No, score=-7.552 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIMWL_WL_HIGH=-4.553, 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_PASS=-0.001] autolearn=ham autolearn_force=no
Authentication-Results: ietfa.amsl.com (amavisd-new); dkim=pass (1024-bit key) header.d=github.com
Received: from mail.ietf.org ([4.31.198.44]) by localhost (ietfa.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 103C1HAeQ-lt for <quic-issues@ietfa.amsl.com>; Tue, 15 Jan 2019 16:32:45 -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 E86CB130F99 for <quic-issues@ietf.org>; Tue, 15 Jan 2019 16:32:44 -0800 (PST)
DKIM-Signature: v=1; a=rsa-sha1; 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=ZmLh/K3xEiJ/3GpyppqG+gZ2KOQ=; b=Snoh3W26KQwdJ30x aXqpgu9yNDVHUONj1KKGr2qiW5TrBQSL7M3J5eT1H43XD2fHJhv3SflPyVQoNgK8 48KL6Yt6/QeKTid6a9u4Sao7ICqyq8LxlkJccENUAhDRBka1SHrLK42qtRTpPHGR W/2sqw+hBCXNpv3tMiwlfv+zo0s=
Received: by filter0147p1iad2.sendgrid.net with SMTP id filter0147p1iad2-29813-5C3E7BAB-4F 2019-01-16 00:32:43.786406632 +0000 UTC m=+93090.507475691
Received: from github-lowworker-fc273f0.cp1-iad.github.net (unknown [192.30.252.33]) by ismtpd0012p1iad1.sendgrid.net (SG) with ESMTP id DEDlL4smT4mzfHJF_EP3Aw for <quic-issues@ietf.org>; Wed, 16 Jan 2019 00:32:43.624 +0000 (UTC)
Received: from github.com (localhost [127.0.0.1]) by github-lowworker-fc273f0.cp1-iad.github.net (Postfix) with ESMTP id 972AAC0C0F for <quic-issues@ietf.org>; Tue, 15 Jan 2019 16:32:43 -0800 (PST)
Date: Wed, 16 Jan 2019 00:32:43 +0000 (UTC)
From: Martin Thomson <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+0166e4ab025459a9c4dce0a32d684e55bc2255b721d1be2392cf0000000118563dab92a169ce14c4e0aa@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/pull/1637/review/192929446@github.com>
In-Reply-To: <quicwg/base-drafts/pull/1637@github.com>
References: <quicwg/base-drafts/pull/1637@github.com>
Subject: Re: [quicwg/base-drafts] Discuss Application-Limited Sending (#1637)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5c3e7bab95d4f_3a043fd9f52d45c4300779"; 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-SG-EID: l64QuQ2uJCcEyUykJbxN122A6QRmEpucztpreh3Pak25Ilt1xfrnFQsXyOtbD3kDBfXnycLQeOznPw gD9eMABG60w8UTaH+UvMk2ihb5IPm88ARDUSAG2Yr5ZRWpODMB67EUXuIeeG6LOaPcWhFSkW4aaukV rQ9ZaASQHHXujv29JAP4ytK5HEsZrfr8/nyTeyDclHTfnglL+kGh2F5sJ/2scX59QFrCMVutnAQvBQ Y=
Archived-At: <https://mailarchive.ietf.org/arch/msg/quic-issues/vVshIJ3BEdlB1OdAcymvT94gBbg>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
List-Id: Notification list for GitHub issues related to the QUIC WG <quic-issues.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=unsubscribe>
List-Archive: <https://mailarchive.ietf.org/arch/browse/quic-issues/>
List-Post: <mailto:quic-issues@ietf.org>
List-Help: <mailto:quic-issues-request@ietf.org?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, 16 Jan 2019 00:32:59 -0000

----==_mimepart_5c3e7bab95d4f_3a043fd9f52d45c4300779
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

martinthomson commented on this pull request.



> @@ -999,6 +996,18 @@ paces the sending of any packets in excess of the initial congestion window.
 A sender MAY implement alternate mechanisms to update its congestion window
 after idle periods, such as those proposed for TCP in {{?RFC7661}}.
 
+## Application Limited Sending
+
+The congestion window should not be increased in slow start or congestion
+avoidance when it is not fully utilized.  The congestion window could be
+under-utilized due to insufficient application data to send or flow control
+limits.
+
+When the sender is pacing(see {{pacing}}) packets, the sender may be unable
+to use the full congestion window for a period of time after receiving an
+ACK, due to pacing.  In this case, the sender should not consider themselves

You need more than an ACK, you need one that contains fresh acknowledgments, 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/1637#discussion_r248114813
----==_mimepart_5c3e7bab95d4f_3a043fd9f52d45c4300779
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/1637#discussion_r248114813">draft-ietf-quic-recovery.md</a>:</p>
<pre style='color:#555'>&gt; @@ -999,6 +996,18 @@ paces the sending of any packets in excess of the initial congestion window.
 A sender MAY implement alternate mechanisms to update its congestion window
 after idle periods, such as those proposed for TCP in {{?RFC7661}}.
 
+## Application Limited Sending
+
+The congestion window should not be increased in slow start or congestion
+avoidance when it is not fully utilized.  The congestion window could be
+under-utilized due to insufficient application data to send or flow control
+limits.
+
+When the sender is pacing(see {{pacing}}) packets, the sender may be unable
+to use the full congestion window for a period of time after receiving an
+ACK, due to pacing.  In this case, the sender should not consider themselves
</pre>
<p>You need more than an ACK, you need one that contains fresh acknowledgments, 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/1637#discussion_r248114813">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AWbkq5e-rnlcZic8VIV6-55kPhgWYiRfks5vDnMrgaJpZM4VytaJ">mute the thread</a>.<img src="https://github.com/notifications/beacon/AWbkq_hBzP5IANQm9LMy8wIc2rdeaEqBks5vDnMrgaJpZM4VytaJ.gif" height="1" width="1" alt="" /></p>
<script type="application/json" data-scope="inboxmarkup">{"api_version":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name":"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"https://github.githubassets.com/images/email/message_cards/header.png","avatar_image_url":"https://github.githubassets.com/images/email/message_cards/avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/quicwg/base-drafts"}},"updates":{"snippets":[{"icon":"PERSON","message":"@martinthomson commented on #1637"}],"action":{"name":"View Pull Request","url":"https://github.com/quicwg/base-drafts/pull/1637#discussion_r248114813"}}}</script>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/pull/1637#discussion_r248114813",
"url": "https://github.com/quicwg/base-drafts/pull/1637#discussion_r248114813",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>
----==_mimepart_5c3e7bab95d4f_3a043fd9f52d45c4300779--


From nobody Tue Jan 15 17: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 92A91130FAF for <quic-issues@ietfa.amsl.com>; Tue, 15 Jan 2019 17:32:50 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -12.553
X-Spam-Level: 
X-Spam-Status: No, score=-12.553 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIMWL_WL_HIGH=-4.553, 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_PASS=-0.001] autolearn=ham autolearn_force=no
Authentication-Results: ietfa.amsl.com (amavisd-new); dkim=pass (1024-bit key) header.d=github.com
Received: from mail.ietf.org ([4.31.198.44]) by localhost (ietfa.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id pMphUIBc38VS for <quic-issues@ietfa.amsl.com>; Tue, 15 Jan 2019 17:32:48 -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 6AA14130F5C for <quic-issues@ietf.org>; Tue, 15 Jan 2019 17:32:48 -0800 (PST)
Date: Tue, 15 Jan 2019 17:32:47 -0800
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1547602367; bh=S+XkngJ2DGS2LJCCFCA5OsTjeUUdBRCfODyIujPJdOw=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=1wXY9b/3TCK0MYfhn0mVAPamoMwg3uRWNHE+znGdNsSElgcGkOSknC6ByI6xgWE4t ViazWmBDgEbrYiI43bO66IyhoDsze/P2zfTZH2MB0N6azgtt06OwUiK5s44dAQQhKq bWKZPFCrGesQVzUkTrl3aKAdeLLOc4jfkTNhMyjw=
From: janaiyengar <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+0166e4ab663456294334bcc20843a4385e9eaa975d69c38a92cf0000000118564bbf92a169ce17b2473c@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/pull/2327/review/192936478@github.com>
In-Reply-To: <quicwg/base-drafts/pull/2327@github.com>
References: <quicwg/base-drafts/pull/2327@github.com>
Subject: Re: [quicwg/base-drafts] Ignore packet loss when the keys are not available (#2327)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5c3e89bf819bb_6fd53f85526d45b825977a"; 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/I5f3CjSmPgi1GWXgvJI2fyl15A4>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
List-Id: Notification list for GitHub issues related to the QUIC WG <quic-issues.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=unsubscribe>
List-Archive: <https://mailarchive.ietf.org/arch/browse/quic-issues/>
List-Post: <mailto:quic-issues@ietf.org>
List-Help: <mailto:quic-issues-request@ietf.org?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, 16 Jan 2019 01:32:51 -0000

----==_mimepart_5c3e89bf819bb_6fd53f85526d45b825977a
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

janaiyengar commented on this pull request.

A few comments, editorial.

>  
+When 0-RTT is rejected, recovery state for all in-flight 0-RTT packets is
+discarded.
+
+If a server accepts 0-RTT, but does not buffer 0-RTT packets that arrive
+before Initial packets, early 0-RTT packets will be declared lost, but that
+is expected to be infrequent.
+
+#### Ignoring Loss of Undecryptable Packets

This doesn't belong here. You want this in the CC section.

> @@ -427,15 +445,34 @@ packet is received.  The client MAY use this value to seed the RTT estimator for
 a subsequent connection attempt to the server.
 
 
-#### Discarding Initial State {#discard-initial}
+#### Discarding Keys and Packet State {#discarding-packets}
+
+When packet protection keys are discarded (see Section 4.9 of {{QUIC-TLS}}),
+recovery state for all in-flight packets sent with those keys is discarded.

I think a slight restructure might help make this text clearer. I've also rephrased some.

"When packet protection keys are discarded (see Section 4.9 of {{QUIC-TLS}}),
all packets that were sent with those keys can no longer be acknowledged because
their acknowledgements cannot be processed anymore. The sender considers them
no longer in flight.  That is, the sender SHOULD discard all recovery state associated
with those packets and MUST remove them from the count of bytes in flight.

As described in Section 17.5.1 of {{QUIC-TRANSPORT}}, endpoints stop sending and
receiving Initial packets once they start exchanging Handshake packets.  At this
point, recovery state for all in-flight Initial packets is discarded.

When 0-RTT is rejected, recovery state for all in-flight 0-RTT packets is
discarded.

If a server accepts 0-RTT, but does not buffer 0-RTT packets that arrive
before Initial packets, early 0-RTT packets will be declared lost, but that
is expected to be infrequent.

It is expected that keys are discarded after packets encrypted with them would be
acknowledged or declared lost, with the exception of Initial secrets, which might
destroyed earlier."


> @@ -427,15 +445,34 @@ packet is received.  The client MAY use this value to seed the RTT estimator for
 a subsequent connection attempt to the server.
 
 
-#### Discarding Initial State {#discard-initial}
+#### Discarding Keys and Packet State {#discarding-packets}
+
+When packet protection keys are discarded (see Section 4.9 of {{QUIC-TLS}}),
+recovery state for all in-flight packets sent with those keys is discarded.
+The packets are removed from the count of bytes in flight and no
+acknowledgements or loss events will occur for those packets.  Note that it
+is expected that keys are discarded after those packets would be declared lost,
+but Initial secrets are destroyed earlier.

I don't understand this last sentence. Can you rephrase?

>  
+When 0-RTT is rejected, recovery state for all in-flight 0-RTT packets is
+discarded.
+
+If a server accepts 0-RTT, but does not buffer 0-RTT packets that arrive
+before Initial packets, early 0-RTT packets will be declared lost, but that
+is expected to be infrequent.
+
+#### Ignoring Loss of Undecryptable Packets
+
+During the handshake, some packet protection keys might not be
+available when a packet arrives. In particular, Handshake and 0-RTT packets
+can't be processed until the Initial flight arrives and 1-RTT packets

```suggestion
cannot be processed until the Initial packets arrive, and 1-RTT packets
```

>  
+When 0-RTT is rejected, recovery state for all in-flight 0-RTT packets is
+discarded.
+
+If a server accepts 0-RTT, but does not buffer 0-RTT packets that arrive
+before Initial packets, early 0-RTT packets will be declared lost, but that
+is expected to be infrequent.
+
+#### Ignoring Loss of Undecryptable Packets
+
+During the handshake, some packet protection keys might not be
+available when a packet arrives. In particular, Handshake and 0-RTT packets
+can't be processed until the Initial flight arrives and 1-RTT packets
+can't be processed until the handshake completes.  Endpoints MAY

```suggestion
cannot be processed until the handshake completes.  Endpoints MAY
```

>  
+When 0-RTT is rejected, recovery state for all in-flight 0-RTT packets is
+discarded.
+
+If a server accepts 0-RTT, but does not buffer 0-RTT packets that arrive
+before Initial packets, early 0-RTT packets will be declared lost, but that
+is expected to be infrequent.
+
+#### Ignoring Loss of Undecryptable Packets
+
+During the handshake, some packet protection keys might not be
+available when a packet arrives. In particular, Handshake and 0-RTT packets
+can't be processed until the Initial flight arrives and 1-RTT packets
+can't be processed until the handshake completes.  Endpoints MAY
+ignore the loss of Handshake, 0-RTT, and 1-RTT packets that arrive before the

```suggestion
ignore the loss of Handshake, 0-RTT, and 1-RTT packets that might arrive before 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/2327#pullrequestreview-192936478
----==_mimepart_5c3e89bf819bb_6fd53f85526d45b825977a
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, editorial.</p><hr>=0D
=0D
<p>In <a href=3D"https://github.com/quicwg/base-drafts/pull/2327#discussi=
on_r248120637">draft-ietf-quic-recovery.md</a>:</p>=0D
<pre style=3D'color:#555'>&gt;  =0D
+When 0-RTT is rejected, recovery state for all in-flight 0-RTT packets i=
s=0D
+discarded.=0D
+=0D
+If a server accepts 0-RTT, but does not buffer 0-RTT packets that arrive=
=0D
+before Initial packets, early 0-RTT packets will be declared lost, but t=
hat=0D
+is expected to be infrequent.=0D
+=0D
+#### Ignoring Loss of Undecryptable Packets=0D
</pre>=0D
<p>This doesn't belong here. You want this in the CC section.</p>=0D
=0D
<hr>=0D
=0D
<p>In <a href=3D"https://github.com/quicwg/base-drafts/pull/2327#discussi=
on_r248123962">draft-ietf-quic-recovery.md</a>:</p>=0D
<pre style=3D'color:#555'>&gt; @@ -427,15 +445,34 @@ packet is received. =
 The client MAY use this value to seed the RTT estimator for=0D
 a subsequent connection attempt to the server.=0D
 =0D
 =0D
-#### Discarding Initial State {#discard-initial}=0D
+#### Discarding Keys and Packet State {#discarding-packets}=0D
+=0D
+When packet protection keys are discarded (see Section 4.9 of {{QUIC-TLS=
}}),=0D
+recovery state for all in-flight packets sent with those keys is discard=
ed.=0D
</pre>=0D
<p>I think a slight restructure might help make this text clearer. I've a=
lso rephrased some.</p>=0D
<p>"When packet protection keys are discarded (see Section 4.9 of {{QUIC-=
TLS}}),<br>=0D
all packets that were sent with those keys can no longer be acknowledged =
because<br>=0D
their acknowledgements cannot be processed anymore. The sender considers =
them<br>=0D
no longer in flight.  That is, the sender SHOULD discard all recovery sta=
te associated<br>=0D
with those packets and MUST remove them from the count of bytes in flight=
.</p>=0D
<p>As described in Section 17.5.1 of {{QUIC-TRANSPORT}}, endpoints stop s=
ending and<br>=0D
receiving Initial packets once they start exchanging Handshake packets.  =
At this<br>=0D
point, recovery state for all in-flight Initial packets is discarded.</p>=
=0D
<p>When 0-RTT is rejected, recovery state for all in-flight 0-RTT packets=
 is<br>=0D
discarded.</p>=0D
<p>If a server accepts 0-RTT, but does not buffer 0-RTT packets that arri=
ve<br>=0D
before Initial packets, early 0-RTT packets will be declared lost, but th=
at<br>=0D
is expected to be infrequent.</p>=0D
<p>It is expected that keys are discarded after packets encrypted with th=
em would be<br>=0D
acknowledged or declared lost, with the exception of Initial secrets, whi=
ch might<br>=0D
destroyed earlier."</p>=0D
=0D
<hr>=0D
=0D
<p>In <a href=3D"https://github.com/quicwg/base-drafts/pull/2327#discussi=
on_r248124102">draft-ietf-quic-recovery.md</a>:</p>=0D
<pre style=3D'color:#555'>&gt; @@ -427,15 +445,34 @@ packet is received. =
 The client MAY use this value to seed the RTT estimator for=0D
 a subsequent connection attempt to the server.=0D
 =0D
 =0D
-#### Discarding Initial State {#discard-initial}=0D
+#### Discarding Keys and Packet State {#discarding-packets}=0D
+=0D
+When packet protection keys are discarded (see Section 4.9 of {{QUIC-TLS=
}}),=0D
+recovery state for all in-flight packets sent with those keys is discard=
ed.=0D
+The packets are removed from the count of bytes in flight and no=0D
+acknowledgements or loss events will occur for those packets.  Note that=
 it=0D
+is expected that keys are discarded after those packets would be declare=
d lost,=0D
+but Initial secrets are destroyed earlier.=0D
</pre>=0D
<p>I don't understand this last sentence. Can you rephrase?</p>=0D
=0D
<hr>=0D
=0D
<p>In <a href=3D"https://github.com/quicwg/base-drafts/pull/2327#discussi=
on_r248124288">draft-ietf-quic-recovery.md</a>:</p>=0D
<pre style=3D'color:#555'>&gt;  =0D
+When 0-RTT is rejected, recovery state for all in-flight 0-RTT packets i=
s=0D
+discarded.=0D
+=0D
+If a server accepts 0-RTT, but does not buffer 0-RTT packets that arrive=
=0D
+before Initial packets, early 0-RTT packets will be declared lost, but t=
hat=0D
+is expected to be infrequent.=0D
+=0D
+#### Ignoring Loss of Undecryptable Packets=0D
+=0D
+During the handshake, some packet protection keys might not be=0D
+available when a packet arrives. In particular, Handshake and 0-RTT pack=
ets=0D
+can&#39;t be processed until the Initial flight arrives and 1-RTT packet=
s=0D
</pre>=0D
=E2=AC=87=EF=B8=8F Suggested change=0D
<pre style=3D"color: #555">-can't be processed until the Initial flight a=
rrives and 1-RTT packets=0D
+cannot be processed until the Initial packets arrive, and 1-RTT packets=0D=

</pre>=0D
=0D
=0D
<hr>=0D
=0D
<p>In <a href=3D"https://github.com/quicwg/base-drafts/pull/2327#discussi=
on_r248124349">draft-ietf-quic-recovery.md</a>:</p>=0D
<pre style=3D'color:#555'>&gt;  =0D
+When 0-RTT is rejected, recovery state for all in-flight 0-RTT packets i=
s=0D
+discarded.=0D
+=0D
+If a server accepts 0-RTT, but does not buffer 0-RTT packets that arrive=
=0D
+before Initial packets, early 0-RTT packets will be declared lost, but t=
hat=0D
+is expected to be infrequent.=0D
+=0D
+#### Ignoring Loss of Undecryptable Packets=0D
+=0D
+During the handshake, some packet protection keys might not be=0D
+available when a packet arrives. In particular, Handshake and 0-RTT pack=
ets=0D
+can&#39;t be processed until the Initial flight arrives and 1-RTT packet=
s=0D
+can&#39;t be processed until the handshake completes.  Endpoints MAY=0D
</pre>=0D
=E2=AC=87=EF=B8=8F Suggested change=0D
<pre style=3D"color: #555">-can't be processed until the handshake comple=
tes.  Endpoints MAY=0D
+cannot be processed until the handshake completes.  Endpoints MAY=0D
</pre>=0D
=0D
=0D
<hr>=0D
=0D
<p>In <a href=3D"https://github.com/quicwg/base-drafts/pull/2327#discussi=
on_r248124740">draft-ietf-quic-recovery.md</a>:</p>=0D
<pre style=3D'color:#555'>&gt;  =0D
+When 0-RTT is rejected, recovery state for all in-flight 0-RTT packets i=
s=0D
+discarded.=0D
+=0D
+If a server accepts 0-RTT, but does not buffer 0-RTT packets that arrive=
=0D
+before Initial packets, early 0-RTT packets will be declared lost, but t=
hat=0D
+is expected to be infrequent.=0D
+=0D
+#### Ignoring Loss of Undecryptable Packets=0D
+=0D
+During the handshake, some packet protection keys might not be=0D
+available when a packet arrives. In particular, Handshake and 0-RTT pack=
ets=0D
+can&#39;t be processed until the Initial flight arrives and 1-RTT packet=
s=0D
+can&#39;t be processed until the handshake completes.  Endpoints MAY=0D
+ignore the loss of Handshake, 0-RTT, and 1-RTT packets that arrive befor=
e the=0D
</pre>=0D
=E2=AC=87=EF=B8=8F Suggested change=0D
<pre style=3D"color: #555">-ignore the loss of Handshake, 0-RTT, and 1-RT=
T packets that arrive before the=0D
+ignore the loss of Handshake, 0-RTT, and 1-RTT packets that might arrive=
 before 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/2327#pullrequestreview-192936478">view it on GitHub</=
a>, or <a href=3D"https://github.com/notifications/unsubscribe-auth/AWbkq=
7x6olQ5gkPy6LUaZJUGMDYhcGeOks5vDoE_gaJpZM4Z4S8B">mute the thread</a>.<img=
 src=3D"https://github.com/notifications/beacon/AWbkq7tr0lBBKG4EKTyKkx5Va=
H8fl2hgks5vDoE_gaJpZM4Z4S8B.gif" height=3D"1" width=3D"1" alt=3D"" /></p>=
=0D
<script type=3D"application/json" data-scope=3D"inboxmarkup">{"api_versio=
n":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name"=
:"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"=
quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"http=
s://github.githubassets.com/images/email/message_cards/header.png","avata=
r_image_url":"https://github.githubassets.com/images/email/message_cards/=
avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/q=
uicwg/base-drafts"}},"updates":{"snippets":[{"icon":"PERSON","message":"@=
janaiyengar commented on #2327"}],"action":{"name":"View Pull Request","u=
rl":"https://github.com/quicwg/base-drafts/pull/2327#pullrequestreview-19=
2936478"}}}</script>=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/2327#pullrequestrev=
iew-192936478",=0D
"url": "https://github.com/quicwg/base-drafts/pull/2327#pullrequestreview=
-192936478",=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_5c3e89bf819bb_6fd53f85526d45b825977a--


From nobody Tue Jan 15 17: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 4B1F2130FF0 for <quic-issues@ietfa.amsl.com>; Tue, 15 Jan 2019 17:46:01 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -12.552
X-Spam-Level: 
X-Spam-Status: No, score=-12.552 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIMWL_WL_HIGH=-4.553, 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_PASS=-0.001] autolearn=ham autolearn_force=no
Authentication-Results: ietfa.amsl.com (amavisd-new); dkim=pass (1024-bit key) header.d=github.com
Received: from mail.ietf.org ([4.31.198.44]) by localhost (ietfa.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id K5hFcI7EJsWU for <quic-issues@ietfa.amsl.com>; Tue, 15 Jan 2019 17:45:59 -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 49FB6130FFF for <quic-issues@ietf.org>; Tue, 15 Jan 2019 17:45:59 -0800 (PST)
Date: Tue, 15 Jan 2019 17:45:58 -0800
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1547603158; bh=vN7JExzjwo4KBR9PawrTYPH6CUuNMvIGwBZzrXOTwhs=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=UG8GOTktIqVtSdP91b5pXhYLdSM3C2EgUSkhmhhVqi6rg61fv4eBiZMB2M6jEKyK7 bnuMufUxG17g2YVzptRn9OimEJBpzNr3mEJgc6fXkIwHeXIkLQWfOI5G+B3whiWaME XrTdJc+aOcNwQF5JqXRcPjnJjZfWjDrU5rvH22EQ=
From: Benjamin Saunders <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+0166e4ab2a9dd2fc04d1d3d58fcf00c200f27956c553a51092cf0000000118564ed692a169ce178befb2@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/pull/2281/review/192944026@github.com>
In-Reply-To: <quicwg/base-drafts/pull/2281@github.com>
References: <quicwg/base-drafts/pull/2281@github.com>
Subject: Re: [quicwg/base-drafts] Include handshake anti-deadlock logic in pseudocode (#2281)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5c3e8cd63a5a9_21b93f8fbdad45bc15467a"; 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/L2V1tjDHk93NQjdJsomH865U0rM>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
List-Id: Notification list for GitHub issues related to the QUIC WG <quic-issues.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=unsubscribe>
List-Archive: <https://mailarchive.ietf.org/arch/browse/quic-issues/>
List-Post: <mailto:quic-issues@ietf.org>
List-Help: <mailto:quic-issues-request@ietf.org?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, 16 Jan 2019 01:46:11 -0000

----==_mimepart_5c3e8cd63a5a9_21b93f8fbdad45bc15467a
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

Ralith commented on this pull request.



> @@ -699,6 +703,9 @@ Pseudocode for OnAckReceived and UpdateRtt follow:
     largest_acked_packet = max(largest_acked_packet,
                                ack.largest_acked)
 
+    if (from Handshake packet):

> The client can know that it is unverified if it is sending Initial packets and not Handshake (or greater).

That's not true, though: the client doesn't know it's been validated until it's seen an ACK using Handshake keys (or greater). The server needs to see a Handshake packet to validate the client, and until the client's seen such an ACK it can't be sure that any Handshake packets it might have sent so far weren't lost.

> As for the test in SetLossDetectionTimer() or LossDetectionTimeout(), how is it possible for a crypto packet to be in flight, where this condition would be true?

I'm not sure I understand the question. The tests in those functions are to ensure that a client sends packets to either earn anti-amplification credit or validate its address even when it has no information 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/pull/2281#discussion_r248127126
----==_mimepart_5c3e8cd63a5a9_21b93f8fbdad45bc15467a
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

<p><b>@Ralith</b> commented on this pull request.</p>

<hr>

<p>In <a href="https://github.com/quicwg/base-drafts/pull/2281#discussion_r248127126">draft-ietf-quic-recovery.md</a>:</p>
<pre style='color:#555'>&gt; @@ -699,6 +703,9 @@ Pseudocode for OnAckReceived and UpdateRtt follow:
     largest_acked_packet = max(largest_acked_packet,
                                ack.largest_acked)
 
+    if (from Handshake packet):
</pre>
<blockquote>
<p>The client can know that it is unverified if it is sending Initial packets and not Handshake (or greater).</p>
</blockquote>
<p>That's not true, though: the client doesn't know it's been validated until it's seen an ACK using Handshake keys (or greater). The server needs to see a Handshake packet to validate the client, and until the client's seen such an ACK it can't be sure that any Handshake packets it might have sent so far weren't lost.</p>
<blockquote>
<p>As for the test in SetLossDetectionTimer() or LossDetectionTimeout(), how is it possible for a crypto packet to be in flight, where this condition would be true?</p>
</blockquote>
<p>I'm not sure I understand the question. The tests in those functions are to ensure that a client sends packets to either earn anti-amplification credit or validate its address even when it has no information 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/pull/2281#discussion_r248127126">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AWbkq9QfTsW0lOt0hbxLpra0C3CQSQL8ks5vDoRWgaJpZM4Zluan">mute the thread</a>.<img src="https://github.com/notifications/beacon/AWbkq4fC3M3yccqvt_VWdc2VOis3KZxVks5vDoRWgaJpZM4Zluan.gif" height="1" width="1" alt="" /></p>
<script type="application/json" data-scope="inboxmarkup">{"api_version":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name":"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"https://github.githubassets.com/images/email/message_cards/header.png","avatar_image_url":"https://github.githubassets.com/images/email/message_cards/avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/quicwg/base-drafts"}},"updates":{"snippets":[{"icon":"PERSON","message":"@Ralith commented on #2281"}],"action":{"name":"View Pull Request","url":"https://github.com/quicwg/base-drafts/pull/2281#discussion_r248127126"}}}</script>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/pull/2281#discussion_r248127126",
"url": "https://github.com/quicwg/base-drafts/pull/2281#discussion_r248127126",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>
----==_mimepart_5c3e8cd63a5a9_21b93f8fbdad45bc15467a--


From nobody Tue Jan 15 17:56: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 76A1A130DD6 for <quic-issues@ietfa.amsl.com>; Tue, 15 Jan 2019 17:56:36 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -12.552
X-Spam-Level: 
X-Spam-Status: No, score=-12.552 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIMWL_WL_HIGH=-4.553, 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_PASS=-0.001] autolearn=ham autolearn_force=no
Authentication-Results: ietfa.amsl.com (amavisd-new); dkim=pass (1024-bit key) header.d=github.com
Received: from mail.ietf.org ([4.31.198.44]) by localhost (ietfa.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 8NJActO6IkOL for <quic-issues@ietfa.amsl.com>; Tue, 15 Jan 2019 17:56:34 -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 638B312785F for <quic-issues@ietf.org>; Tue, 15 Jan 2019 17:56:34 -0800 (PST)
Date: Tue, 15 Jan 2019 17:56:33 -0800
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1547603793; bh=8JjdHNP+bJ4XAb8mnP8b9s4x+YEYkUQbNXn7j3IO67Q=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=0od7fsBkHwGmxuvxjX0pdb5CUD9Z77cs9pyjKC8eZx5f3/JHOhWRQXKz0x29w4xHr 2XoSrGMfBs9hUvGTykIApVtbRMFzYVxDIz3L0qU2yVrfqKVwVbJ1JcSiFhrcykwDyL M8DLnM4lwcaSMzaYK4zzIVXr/wmrfYYOTR6rXbCg=
From: Christian Huitema <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+0166e4ab80e952a034d61695c370c26873f0b7e157e051d792cf000000011856515192a169ce1784eaec@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/issues/2267/454621847@github.com>
In-Reply-To: <quicwg/base-drafts/issues/2267@github.com>
References: <quicwg/base-drafts/issues/2267@github.com>
Subject: Re: [quicwg/base-drafts] loss of only two packets can lead to an unrecoverable situation (#2267)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5c3e8f51b6fce_12cb3f9d304d45c4213395"; 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/eFPL_GqQTgVvhIVvFEvpbGA63Eg>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
List-Id: Notification list for GitHub issues related to the QUIC WG <quic-issues.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=unsubscribe>
List-Archive: <https://mailarchive.ietf.org/arch/browse/quic-issues/>
List-Post: <mailto:quic-issues@ietf.org>
List-Help: <mailto:quic-issues-request@ietf.org?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, 16 Jan 2019 01:56:36 -0000

----==_mimepart_5c3e8f51b6fce_12cb3f9d304d45c4213395
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

@ianswett I don't think that you can drop the Handshake send keys unilaterally just because you received a 1RTT ACK. You can safely mark all the locally sent handshake packets as acknowledged, and you know that they will never need to be retransmitted. But if you receive a repeated handshake packet from the peer, it means that the peer is not implementing implicit ACK, and also is expecting an ACK on the repeated handshake packet. If you don't send the ACK, the peer could repeat the handshake packet N times and drop 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/2267#issuecomment-454621847
----==_mimepart_5c3e8f51b6fce_12cb3f9d304d45c4213395
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=3D20072817" data-octo-click=3D"hovercard-link-=
click" data-octo-dimensions=3D"link_type:self" href=3D"https://github.com=
/ianswett">@ianswett</a> I don't think that you can drop the Handshake se=
nd keys unilaterally just because you received a 1RTT ACK. You can safely=
 mark all the locally sent handshake packets as acknowledged, and you kno=
w that they will never need to be retransmitted. But if you receive a rep=
eated handshake packet from the peer, it means that the peer is not imple=
menting implicit ACK, and also is expecting an ACK on the repeated handsh=
ake packet. If you don't send the ACK, the peer could repeat the handshak=
e packet N times and drop the connection.</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/2267#issuecomment-454621847">view it on GitHub</a>,=
 or <a href=3D"https://github.com/notifications/unsubscribe-auth/AWbkq9Rc=
F_ui07TywJtVhmqYqFEwhQmYks5vDobRgaJpZM4ZjodA">mute the thread</a>.<img sr=
c=3D"https://github.com/notifications/beacon/AWbkqzx5yI3XJSx62gfMSGZ_G87m=
HC_4ks5vDobRgaJpZM4ZjodA.gif" height=3D"1" width=3D"1" alt=3D"" /></p>
<script type=3D"application/json" data-scope=3D"inboxmarkup">{"api_versio=
n":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name"=
:"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"=
quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"http=
s://github.githubassets.com/images/email/message_cards/header.png","avata=
r_image_url":"https://github.githubassets.com/images/email/message_cards/=
avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/q=
uicwg/base-drafts"}},"updates":{"snippets":[{"icon":"PERSON","message":"@=
huitema in #2267: @ianswett I don't think that you can drop the Handshake=
 send keys unilaterally just because you received a 1RTT ACK. You can saf=
ely mark all the locally sent handshake packets as acknowledged, and you =
know that they will never need to be retransmitted. But if you receive a =
repeated handshake packet from the peer, it means that the peer is not im=
plementing implicit ACK, and also is expecting an ACK on the repeated han=
dshake packet. If you don't send the ACK, the peer could repeat the hands=
hake packet N times and drop the connection."}],"action":{"name":"View Is=
sue","url":"https://github.com/quicwg/base-drafts/issues/2267#issuecommen=
t-454621847"}}}</script>
<script type=3D"application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/issues/2267#issuecomment=
-454621847",
"url": "https://github.com/quicwg/base-drafts/issues/2267#issuecomment-45=
4621847",
"name": "View Issue"
},
"description": "View this Issue on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>=

----==_mimepart_5c3e8f51b6fce_12cb3f9d304d45c4213395--


From nobody Tue Jan 15 18:01: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 F3D5A130FD9 for <quic-issues@ietfa.amsl.com>; Tue, 15 Jan 2019 18:01:14 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -10.935
X-Spam-Level: 
X-Spam-Status: No, score=-10.935 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIMWL_WL_HIGH=-4.553, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, HTML_IMAGE_ONLY_24=1.618, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-1, RCVD_IN_DNSWL_HI=-5, SPF_PASS=-0.001] autolearn=ham autolearn_force=no
Authentication-Results: ietfa.amsl.com (amavisd-new); dkim=pass (1024-bit key) header.d=github.com
Received: from mail.ietf.org ([4.31.198.44]) by localhost (ietfa.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id X0tdi209I1Ig for <quic-issues@ietfa.amsl.com>; Tue, 15 Jan 2019 18:01: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 52E9C12785F for <quic-issues@ietf.org>; Tue, 15 Jan 2019 18:01:13 -0800 (PST)
Date: Tue, 15 Jan 2019 18:01:12 -0800
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1547604072; bh=f5BP6TLHUBusXD/e1IgDkkjntRZYZ6GE4GqQsEBClXA=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=A3+QvHgNB94NrYv7x8Nj2usIqTrsU0qigCIoGGPREbnPh5lId0TkEP1TRkQ6sMPbg 7eyWNmT4NEyX2w9Qsv5SFwOCCCcpUiGau8NJkKH9GPEGVF8tItn4WCIL4IzIEEZFGi TeCSAwUzU4vs7HWgG11YV++550f29CkfONb3AOvE=
From: Benjamin Saunders <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+0166e4ab83f7dd6334a7133584d4b974748ddfb48a44cc9b92cf000000011856526892a169ce178befb2@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/pull/2281/c454622710@github.com>
In-Reply-To: <quicwg/base-drafts/pull/2281@github.com>
References: <quicwg/base-drafts/pull/2281@github.com>
Subject: Re: [quicwg/base-drafts] Include handshake anti-deadlock logic in pseudocode (#2281)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5c3e90687b01f_34123fbc0a2d45b439855b"; 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/kft8e-ifTObNLRxbBB3CJyN2hMU>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
List-Id: Notification list for GitHub issues related to the QUIC WG <quic-issues.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=unsubscribe>
List-Archive: <https://mailarchive.ietf.org/arch/browse/quic-issues/>
List-Post: <mailto:quic-issues@ietf.org>
List-Help: <mailto:quic-issues-request@ietf.org?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, 16 Jan 2019 02:01:15 -0000

----==_mimepart_5c3e90687b01f_34123fbc0a2d45b439855b
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

Added @ianswett's tweaks and relaxed the validation check slightly, since a client could conceivably receive a 1-RTT ACK before a Handshake ACK due to even a single packet's worth of reordering.

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/quicwg/base-drafts/pull/2281#issuecomment-454622710
----==_mimepart_5c3e90687b01f_34123fbc0a2d45b439855b
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

<p>Added <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>'s tweaks and relaxed the validation check slightly, since a client could conceivably receive a 1-RTT ACK before a Handshake ACK due to even a single packet's worth of reordering.</p>

<p style="font-size:small;-webkit-text-size-adjust:none;color:#666;">&mdash;<br />You are receiving this because you are subscribed to this thread.<br />Reply to this email directly, <a href="https://github.com/quicwg/base-drafts/pull/2281#issuecomment-454622710">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AWbkq8WQuTaZj-w37oUh6n1wuX5Yiu5Jks5vDofogaJpZM4Zluan">mute the thread</a>.<img src="https://github.com/notifications/beacon/AWbkqwENYsg4RfW5AOzOcrOmzBhYgmBxks5vDofogaJpZM4Zluan.gif" height="1" width="1" alt="" /></p>
<script type="application/json" data-scope="inboxmarkup">{"api_version":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name":"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"https://github.githubassets.com/images/email/message_cards/header.png","avatar_image_url":"https://github.githubassets.com/images/email/message_cards/avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/quicwg/base-drafts"}},"updates":{"snippets":[{"icon":"PERSON","message":"@Ralith in #2281: Added @ianswett's tweaks and relaxed the validation check slightly, since a client could conceivably receive a 1-RTT ACK before a Handshake ACK due to even a single packet's worth of reordering."}],"action":{"name":"View Pull Request","url":"https://github.com/quicwg/base-drafts/pull/2281#issuecomment-454622710"}}}</script>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/pull/2281#issuecomment-454622710",
"url": "https://github.com/quicwg/base-drafts/pull/2281#issuecomment-454622710",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>
----==_mimepart_5c3e90687b01f_34123fbc0a2d45b439855b--


From nobody Tue Jan 15 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 C986A13104A for <quic-issues@ietfa.amsl.com>; Tue, 15 Jan 2019 19:26:28 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -11.149
X-Spam-Level: 
X-Spam-Status: No, score=-11.149 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIMWL_WL_HIGH=-4.553, 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_PASS=-0.001] autolearn=ham autolearn_force=no
Authentication-Results: ietfa.amsl.com (amavisd-new); dkim=pass (1024-bit key) header.d=github.com
Received: from mail.ietf.org ([4.31.198.44]) by localhost (ietfa.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id d-Mth-RZ16ma for <quic-issues@ietfa.amsl.com>; Tue, 15 Jan 2019 19:26:27 -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 F33B6131045 for <quic-issues@ietf.org>; Tue, 15 Jan 2019 19:26:26 -0800 (PST)
Date: Tue, 15 Jan 2019 19:26:25 -0800
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1547609185; bh=GIzbfqVnLaaONBdn8HVUGspx1+A7e84DzP+nmsSz6JI=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=sa6VXaWFlrZNvQJ2vF/xnuqYpPqHlPcJ6nCzvKLGuKha0F3lAs90sPeNsdJpLZ6NQ TB42RO3bOWwWDRcShQy8jIsVJKP2Cr+bFIRE3ZcQJZY7TO/TmBk4jYmlWovvKK8XNn J3eqZGtmywyUi76vWRKvDLGneBzSrcGTtpuwLNso=
From: Martin Thomson <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+0166e4ab075182c10076589f33870789fa80edb62e1ee42392cf000000011856666192a169ce178befb2@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/pull/2281/review/192960929@github.com>
In-Reply-To: <quicwg/base-drafts/pull/2281@github.com>
References: <quicwg/base-drafts/pull/2281@github.com>
Subject: Re: [quicwg/base-drafts] Include handshake anti-deadlock logic in pseudocode (#2281)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5c3ea461c09e3_9fc3fde4c8d45b81077e2"; 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/LlktiIzKhVQPSNZFYbd-U3pwQDQ>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
List-Id: Notification list for GitHub issues related to the QUIC WG <quic-issues.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=unsubscribe>
List-Archive: <https://mailarchive.ietf.org/arch/browse/quic-issues/>
List-Post: <mailto:quic-issues@ietf.org>
List-Help: <mailto:quic-issues-request@ietf.org?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, 16 Jan 2019 03:26:29 -0000

----==_mimepart_5c3ea461c09e3_9fc3fde4c8d45b81077e2
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

martinthomson commented on this pull request.



> @@ -699,6 +703,9 @@ Pseudocode for OnAckReceived and UpdateRtt follow:
     largest_acked_packet = max(largest_acked_packet,
                                ack.largest_acked)
 
+    if (from Handshake packet):

Sorry, I should proof-read these.  I should have said that the client can assume that it is unverified for longer than it actually is.  The cost, for a client that is sending Handshake packets is small and for Initial packets, the time is well bounded.

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/quicwg/base-drafts/pull/2281#discussion_r248141158
----==_mimepart_5c3ea461c09e3_9fc3fde4c8d45b81077e2
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/2281#discussion_r248141158">draft-ietf-quic-recovery.md</a>:</p>
<pre style='color:#555'>&gt; @@ -699,6 +703,9 @@ Pseudocode for OnAckReceived and UpdateRtt follow:
     largest_acked_packet = max(largest_acked_packet,
                                ack.largest_acked)
 
+    if (from Handshake packet):
</pre>
<p>Sorry, I should proof-read these.  I should have said that the client can assume that it is unverified for longer than it actually is.  The cost, for a client that is sending Handshake packets is small and for Initial packets, the time is well bounded.</p>

<p style="font-size:small;-webkit-text-size-adjust:none;color:#666;">&mdash;<br />You are receiving this because you are subscribed to this thread.<br />Reply to this email directly, <a href="https://github.com/quicwg/base-drafts/pull/2281#discussion_r248141158">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AWbkqw5Mnq-iF20GvOX2O2UpcbQBmt8Bks5vDpvhgaJpZM4Zluan">mute the thread</a>.<img src="https://github.com/notifications/beacon/AWbkqxUtkj5zw-S7YtvQ3vGroJVFIah0ks5vDpvhgaJpZM4Zluan.gif" height="1" width="1" alt="" /></p>
<script type="application/json" data-scope="inboxmarkup">{"api_version":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name":"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"https://github.githubassets.com/images/email/message_cards/header.png","avatar_image_url":"https://github.githubassets.com/images/email/message_cards/avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/quicwg/base-drafts"}},"updates":{"snippets":[{"icon":"PERSON","message":"@martinthomson commented on #2281"}],"action":{"name":"View Pull Request","url":"https://github.com/quicwg/base-drafts/pull/2281#discussion_r248141158"}}}</script>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/pull/2281#discussion_r248141158",
"url": "https://github.com/quicwg/base-drafts/pull/2281#discussion_r248141158",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>
----==_mimepart_5c3ea461c09e3_9fc3fde4c8d45b81077e2--


From nobody Tue Jan 15 19:45: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 428CE12F1A2 for <quic-issues@ietfa.amsl.com>; Tue, 15 Jan 2019 19:45:34 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -11.148
X-Spam-Level: 
X-Spam-Status: No, score=-11.148 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIMWL_WL_HIGH=-4.553, 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_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 TZHMH2A1R99Q for <quic-issues@ietfa.amsl.com>; Tue, 15 Jan 2019 19:45: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 125131310B0 for <quic-issues@ietf.org>; Tue, 15 Jan 2019 19:45:32 -0800 (PST)
Date: Tue, 15 Jan 2019 19:45:30 -0800
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1547610330; bh=9J37emNC4WpQJv4jUEaF7l49EG07QiEn6gyxExjegqE=; h=Date:From:Reply-To:To:Cc:Subject:List-ID:List-Archive:List-Post: List-Unsubscribe:From; b=ZKFXnVTZSK+n4LPIkBqfDK5wVtpzSLg00f4VYYKPhJowwPAxop0JZykL2EjJOGcaK YorQjH9nwPjgNujfzXLx7j2wN60ZHINJl/B5Fw12M0riYw8wWIp5FZ34PjgkSyibLi O5XQ6gS4i3dCbi9CVsKGyIwoco3vCTHaYo3LWNfo=
From: Marten Seemann <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+0166e4abbd856053ddc4b381786eae8178832bb770fd0a9b92cf0000000118566ada92a169ce17d1f40c@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/pull/2336@github.com>
Subject: [quicwg/base-drafts] editorial: make the frame type example consistent (#2336)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5c3ea8dabec6e_41a13fe4a40d45bc1105f0"; 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/2vHUWVuauI0DtZtYI8JM52PymZE>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
List-Id: Notification list for GitHub issues related to the QUIC WG <quic-issues.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=unsubscribe>
List-Archive: <https://mailarchive.ietf.org/arch/browse/quic-issues/>
List-Post: <mailto:quic-issues@ietf.org>
List-Help: <mailto:quic-issues-request@ietf.org?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, 16 Jan 2019 03:45:44 -0000

----==_mimepart_5c3ea8dabec6e_41a13fe4a40d45bc1105f0
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/2336

-- Commit Summary --

  * make the frame type example consistent

-- File Changes --

    M draft-ietf-quic-transport.md (4)

-- Patch Links --

https://github.com/quicwg/base-drafts/pull/2336.patch
https://github.com/quicwg/base-drafts/pull/2336.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/2336

----==_mimepart_5c3ea8dabec6e_41a13fe4a40d45bc1105f0
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/2336'>https://github.com/quicwg/base-drafts/pull/2336</a></p>

<h4>Commit Summary</h4>
<ul>
  <li>make the frame type example consistent</li>
</ul>

<h4>File Changes</h4>
<ul>
  <li>
    <strong>M</strong>
    <a href="https://github.com/quicwg/base-drafts/pull/2336/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/2336.patch'>https://github.com/quicwg/base-drafts/pull/2336.patch</a></li>
  <li><a href='https://github.com/quicwg/base-drafts/pull/2336.diff'>https://github.com/quicwg/base-drafts/pull/2336.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/2336">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AWbkqyONHKMSWK20phmpLLHU1Q24QnHrks5vDqBagaJpZM4aCQf0">mute the thread</a>.<img src="https://github.com/notifications/beacon/AWbkq0AQR7VeVlkdVrujXZxYL49w7n4lks5vDqBagaJpZM4aCQf0.gif" height="1" width="1" alt="" /></p>
<script type="application/json" data-scope="inboxmarkup">{"api_version":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name":"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"https://github.githubassets.com/images/email/message_cards/header.png","avatar_image_url":"https://github.githubassets.com/images/email/message_cards/avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/quicwg/base-drafts"}},"updates":{"snippets":[{"icon":"DESCRIPTION","message":"editorial: make the frame type example consistent (#2336)"}],"action":{"name":"View Pull Request","url":"https://github.com/quicwg/base-drafts/pull/2336"}}}</script>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/pull/2336",
"url": "https://github.com/quicwg/base-drafts/pull/2336",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>

----==_mimepart_5c3ea8dabec6e_41a13fe4a40d45bc1105f0--


From nobody Tue Jan 15 19:49: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 DC17E12F19D for <quic-issues@ietfa.amsl.com>; Tue, 15 Jan 2019 19:49:30 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -11.149
X-Spam-Level: 
X-Spam-Status: No, score=-11.149 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIMWL_WL_HIGH=-4.553, 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_PASS=-0.001] autolearn=ham autolearn_force=no
Authentication-Results: ietfa.amsl.com (amavisd-new); dkim=pass (1024-bit key) header.d=github.com
Received: from mail.ietf.org ([4.31.198.44]) by localhost (ietfa.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 835JwwMSVo1l for <quic-issues@ietfa.amsl.com>; Tue, 15 Jan 2019 19:49: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 C312712F18C for <quic-issues@ietf.org>; Tue, 15 Jan 2019 19:49:28 -0800 (PST)
Date: Tue, 15 Jan 2019 19:49:27 -0800
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1547610567; bh=gSf9ye/F+4f73u54/EXohZKG85eOM1s8yz3FlBJ/PQA=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=DmDQOKpAPGGw08DEQDpsPKgj/nj1bHsg4Q1t34qwIHA/Um6chA/VYgFV1u7RTlUWL q90AyTNaKw2QAOJnrUvBy4k3FaRvtwwZL0hBzLpqnldNf08JDSSzBCcGRb1u/ly56g UeI9al8mhTRm9wFeY+5XhY994CzbhZJ14ysEpamc=
From: Benjamin Saunders <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+0166e4ab401696f958082ef551c4be005d5331a417f26cac92cf0000000118566bc792a169ce178befb2@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/pull/2281/review/192964310@github.com>
In-Reply-To: <quicwg/base-drafts/pull/2281@github.com>
References: <quicwg/base-drafts/pull/2281@github.com>
Subject: Re: [quicwg/base-drafts] Include handshake anti-deadlock logic in pseudocode (#2281)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5c3ea9c76f58e_39c33f87156d45bc51215"; 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/vu_6ev_FmZdt7XEgc3GKldL0LtA>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
List-Id: Notification list for GitHub issues related to the QUIC WG <quic-issues.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=unsubscribe>
List-Archive: <https://mailarchive.ietf.org/arch/browse/quic-issues/>
List-Post: <mailto:quic-issues@ietf.org>
List-Help: <mailto:quic-issues-request@ietf.org?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, 16 Jan 2019 03:49:31 -0000

----==_mimepart_5c3ea9c76f58e_39c33f87156d45bc51215
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

Ralith commented on this pull request.



> @@ -699,6 +703,9 @@ Pseudocode for OnAckReceived and UpdateRtt follow:
     largest_acked_packet = max(largest_acked_packet,
                                ack.largest_acked)
 
+    if (from Handshake packet):

Are you suggesting that we ditch `unverified_client` in favor of checking whether the endpoint is a client that doesn't yet have 1-RTT? I think that works as a simplification, if I'm understanding correctly.

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/quicwg/base-drafts/pull/2281#discussion_r248144053
----==_mimepart_5c3ea9c76f58e_39c33f87156d45bc51215
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

<p><b>@Ralith</b> commented on this pull request.</p>

<hr>

<p>In <a href="https://github.com/quicwg/base-drafts/pull/2281#discussion_r248144053">draft-ietf-quic-recovery.md</a>:</p>
<pre style='color:#555'>&gt; @@ -699,6 +703,9 @@ Pseudocode for OnAckReceived and UpdateRtt follow:
     largest_acked_packet = max(largest_acked_packet,
                                ack.largest_acked)
 
+    if (from Handshake packet):
</pre>
<p>Are you suggesting that we ditch <code>unverified_client</code> in favor of checking whether the endpoint is a client that doesn't yet have 1-RTT? I think that works as a simplification, if I'm understanding correctly.</p>

<p style="font-size:small;-webkit-text-size-adjust:none;color:#666;">&mdash;<br />You are receiving this because you are subscribed to this thread.<br />Reply to this email directly, <a href="https://github.com/quicwg/base-drafts/pull/2281#discussion_r248144053">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AWbkqzWl7C8md5utEWLyK0QTHzz2wReLks5vDqFHgaJpZM4Zluan">mute the thread</a>.<img src="https://github.com/notifications/beacon/AWbkq3YMcDrEhRNP4B9sICdnAG8o7vDBks5vDqFHgaJpZM4Zluan.gif" height="1" width="1" alt="" /></p>
<script type="application/json" data-scope="inboxmarkup">{"api_version":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name":"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"https://github.githubassets.com/images/email/message_cards/header.png","avatar_image_url":"https://github.githubassets.com/images/email/message_cards/avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/quicwg/base-drafts"}},"updates":{"snippets":[{"icon":"PERSON","message":"@Ralith commented on #2281"}],"action":{"name":"View Pull Request","url":"https://github.com/quicwg/base-drafts/pull/2281#discussion_r248144053"}}}</script>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/pull/2281#discussion_r248144053",
"url": "https://github.com/quicwg/base-drafts/pull/2281#discussion_r248144053",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>
----==_mimepart_5c3ea9c76f58e_39c33f87156d45bc51215--


From nobody Tue Jan 15 20:16: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 44AE3130E68 for <quic-issues@ietfa.amsl.com>; Tue, 15 Jan 2019 20:16:32 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -11.149
X-Spam-Level: 
X-Spam-Status: No, score=-11.149 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIMWL_WL_HIGH=-4.553, 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_PASS=-0.001] autolearn=ham autolearn_force=no
Authentication-Results: ietfa.amsl.com (amavisd-new); dkim=pass (1024-bit key) header.d=github.com
Received: from mail.ietf.org ([4.31.198.44]) by localhost (ietfa.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id fTT8OfzjTMUS for <quic-issues@ietfa.amsl.com>; Tue, 15 Jan 2019 20:16:29 -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 E19E2130E25 for <quic-issues@ietf.org>; Tue, 15 Jan 2019 20:16:28 -0800 (PST)
Date: Tue, 15 Jan 2019 20:16:27 -0800
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1547612187; bh=zEgBTXS5rsEWzD6Fq6XVaCSL3X2R1usIKSxlt6at/Yc=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=ryv2EqAncMSkuwrgurkPsmPCQCJGmpZnXHMB7b3wUDVjyhirMJWHoFykRUhjl7smW e7Kf9OLW5NuH2KryXfUZYrG2uwMs55Y/hlgYI8axqv7BorPzoo2ckrV2PSOglxDn2g E3XU/Dj/QXsEWNibVRWdJcuRjv+usPdWGvwfpfVg=
From: Martin Thomson <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+0166e4ab6f0ed7cc71ecbb7dc8a99b7ed0e38e3415ec4f1092cf000000011856721b92a169ce178befb2@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/pull/2281/review/192968166@github.com>
In-Reply-To: <quicwg/base-drafts/pull/2281@github.com>
References: <quicwg/base-drafts/pull/2281@github.com>
Subject: Re: [quicwg/base-drafts] Include handshake anti-deadlock logic in pseudocode (#2281)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5c3eb01b69398_73333f8828ad45b8112286"; 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/9JI3KbSrUnVDA-KkMiz8rshrrsE>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
List-Id: Notification list for GitHub issues related to the QUIC WG <quic-issues.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=unsubscribe>
List-Archive: <https://mailarchive.ietf.org/arch/browse/quic-issues/>
List-Post: <mailto:quic-issues@ietf.org>
List-Help: <mailto:quic-issues-request@ietf.org?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, 16 Jan 2019 04:16:32 -0000

----==_mimepart_5c3eb01b69398_73333f8828ad45b8112286
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

martinthomson commented on this pull request.



> @@ -699,6 +703,9 @@ Pseudocode for OnAckReceived and UpdateRtt follow:
     largest_acked_packet = max(largest_acked_packet,
                                ack.largest_acked)
 
+    if (from Handshake packet):

I think that works.  For the most part "do I have crypto packets in flight" covers the rest of it.  Though "in flight" might be wrong, and it might be better as "are any crypto packets that I have sent, but are unacknowledged".

The cost is that the client might keep this timer well past the point it is needed when acknowledgments are lost, but the simplification is pretty big.

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/quicwg/base-drafts/pull/2281#discussion_r248147254
----==_mimepart_5c3eb01b69398_73333f8828ad45b8112286
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/2281#discussion_r248147254">draft-ietf-quic-recovery.md</a>:</p>
<pre style='color:#555'>&gt; @@ -699,6 +703,9 @@ Pseudocode for OnAckReceived and UpdateRtt follow:
     largest_acked_packet = max(largest_acked_packet,
                                ack.largest_acked)
 
+    if (from Handshake packet):
</pre>
<p>I think that works.  For the most part "do I have crypto packets in flight" covers the rest of it.  Though "in flight" might be wrong, and it might be better as "are any crypto packets that I have sent, but are unacknowledged".</p>
<p>The cost is that the client might keep this timer well past the point it is needed when acknowledgments are lost, but the simplification is pretty big.</p>

<p style="font-size:small;-webkit-text-size-adjust:none;color:#666;">&mdash;<br />You are receiving this because you are subscribed to this thread.<br />Reply to this email directly, <a href="https://github.com/quicwg/base-drafts/pull/2281#discussion_r248147254">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AWbkq8qJpfwqDlJi6fmEJ8SlwH9zwG2Pks5vDqebgaJpZM4Zluan">mute the thread</a>.<img src="https://github.com/notifications/beacon/AWbkq0Jwg-Ugq3bvp4S6ipw_P-oAKuI2ks5vDqebgaJpZM4Zluan.gif" height="1" width="1" alt="" /></p>
<script type="application/json" data-scope="inboxmarkup">{"api_version":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name":"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"https://github.githubassets.com/images/email/message_cards/header.png","avatar_image_url":"https://github.githubassets.com/images/email/message_cards/avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/quicwg/base-drafts"}},"updates":{"snippets":[{"icon":"PERSON","message":"@martinthomson commented on #2281"}],"action":{"name":"View Pull Request","url":"https://github.com/quicwg/base-drafts/pull/2281#discussion_r248147254"}}}</script>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/pull/2281#discussion_r248147254",
"url": "https://github.com/quicwg/base-drafts/pull/2281#discussion_r248147254",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>
----==_mimepart_5c3eb01b69398_73333f8828ad45b8112286--


From nobody Tue Jan 15 20:25:33 2019
Return-Path: <bounce+565321.40f-quic-issues=ietf.org@github.com>
X-Original-To: quic-issues@ietfa.amsl.com
Delivered-To: quic-issues@ietfa.amsl.com
Received: from localhost (localhost [127.0.0.1]) by ietfa.amsl.com (Postfix) with ESMTP id A322513108E for <quic-issues@ietfa.amsl.com>; Tue, 15 Jan 2019 20:25:31 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -6.452
X-Spam-Level: 
X-Spam-Status: No, score=-6.452 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIMWL_WL_HIGH=-4.553, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, HEADER_FROM_DIFFERENT_DOMAINS=0.001, RCVD_IN_DNSWL_NONE=-0.0001, SPF_PASS=-0.001, URIBL_BLOCKED=0.001] autolearn=ham autolearn_force=no
Authentication-Results: ietfa.amsl.com (amavisd-new); dkim=pass (1024-bit key) header.d=github.com
Received: from mail.ietf.org ([4.31.198.44]) by localhost (ietfa.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id RYcZL94OJhUZ for <quic-issues@ietfa.amsl.com>; Tue, 15 Jan 2019 20:25:28 -0800 (PST)
Received: from m71-131.mailgun.net (m71-131.mailgun.net [166.78.71.131]) (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 AB18F131088 for <quic-issues@ietf.org>; Tue, 15 Jan 2019 20:25:28 -0800 (PST)
DKIM-Signature: a=rsa-sha256; v=1; c=relaxed/relaxed; d=github.com; q=dns/txt;  s=mailo; t=1547612727; h=Content-Transfer-Encoding: Content-Type: Mime-Version: Subject: Message-ID: To: Reply-To: From: Date: Sender; bh=JyFRKp7xrk6ipPGgZEFQ+XExbzFAnLgw235xgb24bhg=; b=zblYLTDo7t7UYFMp4laDcdFp5tOFI0SKOrx3JDM9dT53JJ/lKbOd7VEXW2+aDTzdhJ8Datpv 5lCTVsGKB4yvExcSvHQ3wdjRQD6qgwxHvv3V22R1XowXz2mfpjG1UtP1jFr0yg9Uu1bA+Eq1 Os5/W3lwoE1zYPGsNz2rTb/tA0c=
X-Mailgun-Sending-Ip: 166.78.71.131
X-Mailgun-Sid: WyJhNzYyYiIsICJxdWljLWlzc3Vlc0BpZXRmLm9yZyIsICI0MGYiXQ==
Sender: mt=lowentropy.net@github.com
Received: from github.com (Unknown [192.30.252.34]) by mxa.mailgun.org with ESMTP id 5c3eb237.7f390c055780-smtp-out-n03; Wed, 16 Jan 2019 04:25:27 -0000 (UTC)
Date: Tue, 15 Jan 2019 20:25:26 -0800
From: Martin Thomson <mt@lowentropy.net>
Reply-To: Martin Thomson <mt@lowentropy.net>
To: quic-issues@ietf.org
Message-ID: <5c3eb2363148a_70ab2ad9d079257850171@hookshot-fe-88eb02d.cp1-iad.github.net.mail>
Subject: [quicwg/base-drafts] 308f7c: make the frame type example consistent
Mime-Version: 1.0
Content-Type: multipart/mixed; boundary="--==_mimepart_5c3eb23630d8e_70ab2ad9d07925785002d"; charset=UTF-8
Content-Transfer-Encoding: 7bit
Archived-At: <https://mailarchive.ietf.org/arch/msg/quic-issues/2VjRW5-Hp-NgfJIcDjDUFzo9HYI>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
Precedence: list
List-Id: Notification list for GitHub issues related to the QUIC WG <quic-issues.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=unsubscribe>
List-Archive: <https://mailarchive.ietf.org/arch/browse/quic-issues/>
List-Post: <mailto:quic-issues@ietf.org>
List-Help: <mailto:quic-issues-request@ietf.org?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, 16 Jan 2019 04:25:32 -0000

----==_mimepart_5c3eb23630d8e_70ab2ad9d07925785002d
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

  Branch: refs/heads/master
  Home:   https://github.com/quicwg/base-drafts
  Commit: 308f7c81a13e809bef7ee0087c4cc99f3960d296
      https://github.com/quicwg/base-drafts/commit/308f7c81a13e809bef7ee0087c4cc99f3960d296
  Author: Marten Seemann <martenseemann@gmail.com>
  Date:   2019-01-16 (Wed, 16 Jan 2019)

  Changed paths:
    M draft-ietf-quic-transport.md

  Log Message:
  -----------
  make the frame type example consistent


  Commit: e3b67c30bad93820d44eb19353a6f4142f1e6723
      https://github.com/quicwg/base-drafts/commit/e3b67c30bad93820d44eb19353a6f4142f1e6723
  Author: Martin Thomson <mt@lowentropy.net>
  Date:   2019-01-16 (Wed, 16 Jan 2019)

  Changed paths:
    M draft-ietf-quic-transport.md

  Log Message:
  -----------
  Merge pull request #2336 from marten-seemann/fix-ping-frame-example

editorial: make the frame type example consistent


Compare: https://github.com/quicwg/base-drafts/compare/07ea0dc49b3b...e3b67c30bad9
      **NOTE:** This service has been marked for deprecation: https://developer.github.com/changes/2018-04-25-github-services-deprecation/

      Functionality will be removed from GitHub.com on January 31st, 2019.

----==_mimepart_5c3eb23630d8e_70ab2ad9d07925785002d--


From nobody Tue Jan 15 20: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 4A732131088 for <quic-issues@ietfa.amsl.com>; Tue, 15 Jan 2019 20:25:33 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -10.935
X-Spam-Level: 
X-Spam-Status: No, score=-10.935 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIMWL_WL_HIGH=-4.553, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, HTML_IMAGE_ONLY_24=1.618, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-1, RCVD_IN_DNSWL_HI=-5, SPF_PASS=-0.001] autolearn=ham autolearn_force=no
Authentication-Results: ietfa.amsl.com (amavisd-new); dkim=pass (1024-bit key) header.d=github.com
Received: from mail.ietf.org ([4.31.198.44]) by localhost (ietfa.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id Q67RiyuikuMo for <quic-issues@ietfa.amsl.com>; Tue, 15 Jan 2019 20:25: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 39DCE13107E for <quic-issues@ietf.org>; Tue, 15 Jan 2019 20:25:31 -0800 (PST)
Date: Tue, 15 Jan 2019 20:25:29 -0800
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1547612729; bh=AZ9DV/YqlUlgwkGFxadyBbRP+2R36S+aYmnFBjZv4bs=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=iE75oo4Fyasnid49YPlCGzOCxWDET9F4YpdC6+Cq+rovqKC6eQDKRdIxckh87b4g7 TQ9jpUajqFVrtubjepKQT82lQi2EF/+TObscDTV659lzZYWUtdnqCjKelziHGfOa0J b0fCqaihf0DjD9tuD5o6JtTvE+g11ygivK5cYSJ0=
From: Martin Thomson <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+0166e4ab2fb58349d3f1f0e35391480f2e798a1f41dcf9bd92cf000000011856743992a169ce17d1f40c@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/pull/2336/issue_event/2076411216@github.com>
In-Reply-To: <quicwg/base-drafts/pull/2336@github.com>
References: <quicwg/base-drafts/pull/2336@github.com>
Subject: Re: [quicwg/base-drafts] editorial: make the frame type example consistent (#2336)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5c3eb239c5bb4_1eac3f90902d45b4702c4"; 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/51cVEKVwQcYwCwI8-kOgvuvUUh4>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
List-Id: Notification list for GitHub issues related to the QUIC WG <quic-issues.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=unsubscribe>
List-Archive: <https://mailarchive.ietf.org/arch/browse/quic-issues/>
List-Post: <mailto:quic-issues@ietf.org>
List-Help: <mailto:quic-issues-request@ietf.org?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, 16 Jan 2019 04:25:33 -0000

----==_mimepart_5c3eb239c5bb4_1eac3f90902d45b4702c4
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

Merged #2336 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/2336#event-2076411216
----==_mimepart_5c3eb239c5bb4_1eac3f90902d45b4702c4
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="399635468" data-permission-text="Issue title is private" data-url="https://github.com/quicwg/base-drafts/issues/2336" data-hovercard-type="pull_request" data-hovercard-url="/quicwg/base-drafts/pull/2336/hovercard" href="https://github.com/quicwg/base-drafts/pull/2336">#2336</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/2336#event-2076411216">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AWbkq-3ZfY_Gx9HuSqomx_ooB9Z0_jBXks5vDqm5gaJpZM4aCQf0">mute the thread</a>.<img src="https://github.com/notifications/beacon/AWbkq_rG6is1cQYtxiJMAVHMsNOS_zpRks5vDqm5gaJpZM4aCQf0.gif" height="1" width="1" alt="" /></p>
<script type="application/json" data-scope="inboxmarkup">{"api_version":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name":"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"https://github.githubassets.com/images/email/message_cards/header.png","avatar_image_url":"https://github.githubassets.com/images/email/message_cards/avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/quicwg/base-drafts"}},"updates":{"snippets":[{"icon":"DESCRIPTION","message":"Merged #2336 into master."}],"action":{"name":"View Pull Request","url":"https://github.com/quicwg/base-drafts/pull/2336#event-2076411216"}}}</script>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/pull/2336#event-2076411216",
"url": "https://github.com/quicwg/base-drafts/pull/2336#event-2076411216",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>
----==_mimepart_5c3eb239c5bb4_1eac3f90902d45b4702c4--


From nobody Tue Jan 15 22: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 D6BF91310EB for <quic-issues@ietfa.amsl.com>; Tue, 15 Jan 2019 22:54:03 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -11.149
X-Spam-Level: 
X-Spam-Status: No, score=-11.149 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIMWL_WL_HIGH=-4.553, 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_PASS=-0.001] autolearn=ham autolearn_force=no
Authentication-Results: ietfa.amsl.com (amavisd-new); dkim=pass (1024-bit key) header.d=github.com
Received: from mail.ietf.org ([4.31.198.44]) by localhost (ietfa.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id ljLlN6UyR8-b for <quic-issues@ietfa.amsl.com>; Tue, 15 Jan 2019 22:54: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 1D86812F1AC for <quic-issues@ietf.org>; Tue, 15 Jan 2019 22:54:02 -0800 (PST)
Date: Tue, 15 Jan 2019 22:54:00 -0800
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1547621640; bh=BZZLLSg/OYNNwbgDK6geYrpI1LEJ963ByhMn4gjLPOI=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=U7h8dsQFv5G32DD1E+ay1TTitABLbIbR27lq6rJZLwoaiddpLnpojjhxqb95rQ3iE 488f9hK3qC1eKMtIL11/3TvwMODPqQ8e6Bn0U3fgAAkL2Ku72Pv1y6tiHkvZRMvWDN J10tZNsEYMA6nXxORItGjxkr2KWn1ztJs0K+yTYA=
From: Lars Eggert <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+0166e4abb2d365b659e562a791126a70cb0b464d84399c9a92cf000000011856970892a169ce179e43e2@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/issues/2299/454672073@github.com>
In-Reply-To: <quicwg/base-drafts/issues/2299@github.com>
References: <quicwg/base-drafts/issues/2299@github.com>
Subject: Re: [quicwg/base-drafts] consider making the varint encoding unique (#2299)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5c3ed508d8202_3ee3f7e630d45b457737d"; 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/y_ACT84CT9adaxc75wn0_u8Swug>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
List-Id: Notification list for GitHub issues related to the QUIC WG <quic-issues.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=unsubscribe>
List-Archive: <https://mailarchive.ietf.org/arch/browse/quic-issues/>
List-Post: <mailto:quic-issues@ietf.org>
List-Help: <mailto:quic-issues-request@ietf.org?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, 16 Jan 2019 06:54:04 -0000

----==_mimepart_5c3ed508d8202_3ee3f7e630d45b457737d
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

I'm OK with closing, but it is *not* difficult to know how long a packet number will need to be, and to leave space for it.
```
   The sender MUST use a packet number size able to represent more than
   twice as large a range than the difference between the largest
   acknowledged packet and packet number being 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/issues/2299#issuecomment-454672073
----==_mimepart_5c3ed508d8202_3ee3f7e630d45b457737d
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: quoted-printable

<p>I'm OK with closing, but it is <em>not</em> difficult to know how long=
 a packet number will need to be, and to leave space for it.</p>
<pre><code>   The sender MUST use a packet number size able to represent =
more than
   twice as large a range than the difference between the largest
   acknowledged packet and packet number being sent.
</code></pre>

<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/2299#issuecomment-454672073">view it on GitHub</a>,=
 or <a href=3D"https://github.com/notifications/unsubscribe-auth/AWbkq9bi=
TXpMb6sfYUosMB9pK-LUmrPDks5vDsyIgaJpZM4ZyX3n">mute the thread</a>.<img sr=
c=3D"https://github.com/notifications/beacon/AWbkq4izPzgKoodiF9g-yf0Pnh71=
2budks5vDsyIgaJpZM4ZyX3n.gif" height=3D"1" width=3D"1" alt=3D"" /></p>
<script type=3D"application/json" data-scope=3D"inboxmarkup">{"api_versio=
n":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name"=
:"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"=
quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"http=
s://github.githubassets.com/images/email/message_cards/header.png","avata=
r_image_url":"https://github.githubassets.com/images/email/message_cards/=
avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/q=
uicwg/base-drafts"}},"updates":{"snippets":[{"icon":"PERSON","message":"@=
larseggert in #2299: I'm OK with closing, but it is *not* difficult to kn=
ow how long a packet number will need to be, and to leave space for it.\r=
\n```\r\n   The sender MUST use a packet number size able to represent mo=
re than\r\n   twice as large a range than the difference between the larg=
est\r\n   acknowledged packet and packet number being sent.\r\n```"}],"ac=
tion":{"name":"View Issue","url":"https://github.com/quicwg/base-drafts/i=
ssues/2299#issuecomment-454672073"}}}</script>
<script type=3D"application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/issues/2299#issuecomment=
-454672073",
"url": "https://github.com/quicwg/base-drafts/issues/2299#issuecomment-45=
4672073",
"name": "View Issue"
},
"description": "View this Issue on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>=

----==_mimepart_5c3ed508d8202_3ee3f7e630d45b457737d--


From nobody Tue Jan 15 23:13: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 1ECBA1310ED for <quic-issues@ietfa.amsl.com>; Tue, 15 Jan 2019 23:13:56 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -11.149
X-Spam-Level: 
X-Spam-Status: No, score=-11.149 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIMWL_WL_HIGH=-4.553, 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_PASS=-0.001] autolearn=ham autolearn_force=no
Authentication-Results: ietfa.amsl.com (amavisd-new); dkim=pass (1024-bit key) header.d=github.com
Received: from mail.ietf.org ([4.31.198.44]) by localhost (ietfa.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 3ceL2O09R8mc for <quic-issues@ietfa.amsl.com>; Tue, 15 Jan 2019 23:13: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 78E9B12F1AC for <quic-issues@ietf.org>; Tue, 15 Jan 2019 23:13:54 -0800 (PST)
Date: Tue, 15 Jan 2019 23:13:53 -0800
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1547622833; bh=+rZ5TkMLK0NtGNpoJ+dhQJZol+s12kY2eQT01ZUYMNo=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=Q03TIOensy9Wb14CVoh44rfE9OYX4ctGAesZ1nc+NrOSOJY2L/1WQBwOJky+ed0Xv H7CZfWCtzMhu1rBNBwn78QVUb4MYx5Zalgfot4vplrFChu6H+VI/TGlkjXyke9UXIO FrazbCToGLMxUaOSvRUpxCYvimKgP8DLsL7JEoGU=
From: Christian Huitema <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+0166e4ab162a66279b693bd07eeb29d47e82e8f8e987434992cf0000000118569bb192a169ce1784eaec@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/issues/2267/454676071@github.com>
In-Reply-To: <quicwg/base-drafts/issues/2267@github.com>
References: <quicwg/base-drafts/issues/2267@github.com>
Subject: Re: [quicwg/base-drafts] loss of only two packets can lead to an unrecoverable situation (#2267)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5c3ed9b161b06_7f893f991ead45c035887c"; 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/UkxKhfGn2w450V5d9_9SSXVz_hc>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
List-Id: Notification list for GitHub issues related to the QUIC WG <quic-issues.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=unsubscribe>
List-Archive: <https://mailarchive.ietf.org/arch/browse/quic-issues/>
List-Post: <mailto:quic-issues@ietf.org>
List-Help: <mailto:quic-issues-request@ietf.org?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, 16 Jan 2019 07:13:56 -0000

----==_mimepart_5c3ed9b161b06_7f893f991ead45c035887c
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

If we want to drop handshake keys, it has to be coordinated with the peer in a standard way. For example, we could update the spec and say that handshake keys are expected to be dropped after the first 1RTT ack has been received (client side) or the first 1RTT-protected packet has been received (server side). That will work because it compels both peers to do implicit acks. But without stating that in the standard, no, you cannot do 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/2267#issuecomment-454676071
----==_mimepart_5c3ed9b161b06_7f893f991ead45c035887c
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: quoted-printable

<p>If we want to drop handshake keys, it has to be coordinated with the p=
eer in a standard way. For example, we could update the spec and say that=
 handshake keys are expected to be dropped after the first 1RTT ack has b=
een received (client side) or the first 1RTT-protected packet has been re=
ceived (server side). That will work because it compels both peers to do =
implicit acks. But without stating that in the standard, no, you cannot d=
o it.</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/2267#issuecomment-454676071">view it on GitHub</a>,=
 or <a href=3D"https://github.com/notifications/unsubscribe-auth/AWbkq5wV=
5iqMggsxMy8Vm57RNk4_5SG7ks5vDtExgaJpZM4ZjodA">mute the thread</a>.<img sr=
c=3D"https://github.com/notifications/beacon/AWbkqxqAbj9V7DM3gp338_Ztbh_D=
rDkVks5vDtExgaJpZM4ZjodA.gif" height=3D"1" width=3D"1" alt=3D"" /></p>
<script type=3D"application/json" data-scope=3D"inboxmarkup">{"api_versio=
n":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name"=
:"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"=
quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"http=
s://github.githubassets.com/images/email/message_cards/header.png","avata=
r_image_url":"https://github.githubassets.com/images/email/message_cards/=
avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/q=
uicwg/base-drafts"}},"updates":{"snippets":[{"icon":"PERSON","message":"@=
huitema in #2267: If we want to drop handshake keys, it has to be coordin=
ated with the peer in a standard way. For example, we could update the sp=
ec and say that handshake keys are expected to be dropped after the first=
 1RTT ack has been received (client side) or the first 1RTT-protected pac=
ket has been received (server side). That will work because it compels bo=
th peers to do implicit acks. But without stating that in the standard, n=
o, you cannot do it."}],"action":{"name":"View Issue","url":"https://gith=
ub.com/quicwg/base-drafts/issues/2267#issuecomment-454676071"}}}</script>=

<script type=3D"application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/issues/2267#issuecomment=
-454676071",
"url": "https://github.com/quicwg/base-drafts/issues/2267#issuecomment-45=
4676071",
"name": "View Issue"
},
"description": "View this Issue on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>=

----==_mimepart_5c3ed9b161b06_7f893f991ead45c035887c--


From nobody Wed Jan 16 01:03: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 868FF130E00 for <quic-issues@ietfa.amsl.com>; Wed, 16 Jan 2019 01:03:07 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -10.935
X-Spam-Level: 
X-Spam-Status: No, score=-10.935 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIMWL_WL_HIGH=-4.553, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, HTML_IMAGE_ONLY_24=1.618, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-1, RCVD_IN_DNSWL_HI=-5, SPF_PASS=-0.001] autolearn=ham autolearn_force=no
Authentication-Results: ietfa.amsl.com (amavisd-new); dkim=pass (1024-bit key) header.d=github.com
Received: from mail.ietf.org ([4.31.198.44]) by localhost (ietfa.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id sbNo0S6UVVrH for <quic-issues@ietfa.amsl.com>; Wed, 16 Jan 2019 01:03:06 -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 AE4A5130DD8 for <quic-issues@ietf.org>; Wed, 16 Jan 2019 01:03:05 -0800 (PST)
Date: Wed, 16 Jan 2019 01:03:04 -0800
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1547629384; bh=RGNaxgiqV68HhR7BAiJpxTVAq9UAOCAVU7kB5x9PvS0=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=z2rIOdyUFuCQQvHeRgWEU5na9HHYIGcQELvWIs2BWt7ZrQYtP090a0HxEMNIL/DyH 3NATdkWkoVxW3U90RphWAMoAPFhaJfaODajGtCkrSPt9YEbXH7S4tnUvel1qD0z6Xb b1Vf/VzIamiK7RKKhSSj93LS6ZjN0B3b67CDqS0M=
From: MikkelFJ <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+0166e4abed230fffe66f09bd9842ea9e5d249e06c3949afe92cf000000011856b54892a169ce179e43e2@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/issues/2299/454703272@github.com>
In-Reply-To: <quicwg/base-drafts/issues/2299@github.com>
References: <quicwg/base-drafts/issues/2299@github.com>
Subject: Re: [quicwg/base-drafts] consider making the varint encoding unique (#2299)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5c3ef3484cbf6_780d3fce0e4d45c49157ba"; 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/3ZazBBvpf3MV48zEb_9Kri_o7dU>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
List-Id: Notification list for GitHub issues related to the QUIC WG <quic-issues.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=unsubscribe>
List-Archive: <https://mailarchive.ietf.org/arch/browse/quic-issues/>
List-Post: <mailto:quic-issues@ietf.org>
List-Help: <mailto:quic-issues-request@ietf.org?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, 16 Jan 2019 09:03:08 -0000

----==_mimepart_5c3ef3484cbf6_780d3fce0e4d45c49157ba
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

@larseggert The problem is with formatting ACK frames in-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/issues/2299#issuecomment-454703272
----==_mimepart_5c3ef3484cbf6_780d3fce0e4d45c49157ba
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=200328" data-octo-click="hovercard-link-click" data-octo-dimensions="link_type:self" href="https://github.com/larseggert">@larseggert</a> The problem is with formatting ACK frames in-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/issues/2299#issuecomment-454703272">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AWbkq3D15joFgCILdHNng_1E8j7yPvLEks5vDurIgaJpZM4ZyX3n">mute the thread</a>.<img src="https://github.com/notifications/beacon/AWbkq-ZSGrWt7qh19Q2QH4zsvdsSk677ks5vDurIgaJpZM4ZyX3n.gif" height="1" width="1" alt="" /></p>
<script type="application/json" data-scope="inboxmarkup">{"api_version":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name":"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"https://github.githubassets.com/images/email/message_cards/header.png","avatar_image_url":"https://github.githubassets.com/images/email/message_cards/avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/quicwg/base-drafts"}},"updates":{"snippets":[{"icon":"PERSON","message":"@mikkelfj in #2299: @larseggert The problem is with formatting ACK frames in-place."}],"action":{"name":"View Issue","url":"https://github.com/quicwg/base-drafts/issues/2299#issuecomment-454703272"}}}</script>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/issues/2299#issuecomment-454703272",
"url": "https://github.com/quicwg/base-drafts/issues/2299#issuecomment-454703272",
"name": "View Issue"
},
"description": "View this Issue on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>
----==_mimepart_5c3ef3484cbf6_780d3fce0e4d45c49157ba--


From nobody Wed Jan 16 01:13:57 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 755CF131063 for <quic-issues@ietfa.amsl.com>; Wed, 16 Jan 2019 01:13:55 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -6.149
X-Spam-Level: 
X-Spam-Status: No, score=-6.149 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIMWL_WL_HIGH=-4.553, 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_PASS=-0.001] autolearn=ham autolearn_force=no
Authentication-Results: ietfa.amsl.com (amavisd-new); dkim=pass (1024-bit key) header.d=github.com
Received: from mail.ietf.org ([4.31.198.44]) by localhost (ietfa.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id eYZzHeV-iAPj for <quic-issues@ietfa.amsl.com>; Wed, 16 Jan 2019 01:13:54 -0800 (PST)
Received: from o9.sgmail.github.com (o9.sgmail.github.com [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 158AA12F1A5 for <quic-issues@ietf.org>; Wed, 16 Jan 2019 01:13:54 -0800 (PST)
DKIM-Signature: v=1; a=rsa-sha1; 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=HOZPsLRYSt15jJRPZaL6zowo9fU=; b=wR/9/CJSKdh9W1Pp xv3MqZ0qfhJ75P/oEnb/4r+uRsHa3beBUOZhfRwiCK0NlJ3IOKdqzKX6H/4Q237M ieyTlaq+RyI4pBJ5LKNviBwCo15uzT3/LBfc1m41tZfghxXEzJgwZIFKTMRT96U1 85WKVFmc+vPAaUPvqgTTe8ttUIM=
Received: by filter1240p1las1.sendgrid.net with SMTP id filter1240p1las1-11745-5C3EF5D1-1 2019-01-16 09:13:53.091812999 +0000 UTC m=+120098.629036734
Received: from github-lowworker-4f62d42.cp1-iad.github.net (unknown [192.30.252.35]) by ismtpd0010p1iad1.sendgrid.net (SG) with ESMTP id yD_8sVkwRBSE_gRsJ6hRVA for <quic-issues@ietf.org>; Wed, 16 Jan 2019 09:13:52.945 +0000 (UTC)
Received: from github.com (localhost [127.0.0.1]) by github-lowworker-4f62d42.cp1-iad.github.net (Postfix) with ESMTP id E4FDDC2786 for <quic-issues@ietf.org>; Wed, 16 Jan 2019 01:13:52 -0800 (PST)
Date: Wed, 16 Jan 2019 09:13:53 +0000 (UTC)
From: MikkelFJ <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+0166e4ab403f135e11748840b2147eb6e4dacea512daf41292cf000000011856b7d092a169ce174638d4@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/issues/2135/454706369@github.com>
In-Reply-To: <quicwg/base-drafts/issues/2135@github.com>
References: <quicwg/base-drafts/issues/2135@github.com>
Subject: Re: [quicwg/base-drafts] How many datagrams can a client send prior to validating the path? (#2135)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5c3ef5d0e3279_7e1f3ff05f4d45c413219f"; 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
X-SG-EID: l64QuQ2uJCcEyUykJbxN122A6QRmEpucztpreh3Pak2mmgVMy3HebykF9vVHfFWN/IK4PTls3oC+D2 APMNdHyCRUMYgf+TyU5SDdLG0IextnSPmQvNfF1LP4ieRasIgjwqsj/Ov6+X8YmAi6LB/e8vWgBEAJ C1cOPw/ajPFfwMa285EG2ZHqEsSCJAStrwubnS87elIkGCXMXzNVBf3hVA==
Archived-At: <https://mailarchive.ietf.org/arch/msg/quic-issues/5UG4cS38NaWnv8HvaUTpQl9bUBQ>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
List-Id: Notification list for GitHub issues related to the QUIC WG <quic-issues.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=unsubscribe>
List-Archive: <https://mailarchive.ietf.org/arch/browse/quic-issues/>
List-Post: <mailto:quic-issues@ietf.org>
List-Help: <mailto:quic-issues-request@ietf.org?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, 16 Jan 2019 09:13:55 -0000

----==_mimepart_5c3ef5d0e3279_7e1f3ff05f4d45c413219f
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

I was thinking:

The client creates a valid connection. Then initiates a migration to a new path that it does not own for the sole purpose of DoS'ing some other poor individual. While there is a setup cost, the migration can be repeated for the same or different targets until the peer decides it is enough and closes.

How is the initial CWND sufficient protection 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/issues/2135#issuecomment-454706369
----==_mimepart_5c3ef5d0e3279_7e1f3ff05f4d45c413219f
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: quoted-printable

<p>I was thinking:</p>
<p>The client creates a valid connection. Then initiates a migration to a n=
ew path that it does not own for the sole purpose of DoS'ing some other poo=
r individual. While there is a setup cost, the migration can be repeated fo=
r the same or different targets until the peer decides it is enough and clo=
ses.</p>
<p>How is the initial CWND sufficient protection against that?</p>

<p style=3D"font-size:small;-webkit-text-size-adjust:none;color:#666;">&mda=
sh;<br />You are receiving this because you are subscribed to this thread.<=
br />Reply to this email directly, <a href=3D"https://github.com/quicwg/bas=
e-drafts/issues/2135#issuecomment-454706369">view it on GitHub</a>, or <a h=
ref=3D"https://github.com/notifications/unsubscribe-auth/AWbkq06nVyQ-AtpIDR=
YYbbCS2-KacxIbks5vDu1QgaJpZM4ZQv8P">mute the thread</a>.<img src=3D"https:/=
/github.com/notifications/beacon/AWbkq2lD52fMNQJvXkrbLjXVKvVjA3yKks5vDu1Qga=
JpZM4ZQv8P.gif" height=3D"1" width=3D"1" alt=3D"" /></p>
<script type=3D"application/json" data-scope=3D"inboxmarkup">{"api_version"=
:"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name":"Gi=
tHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"quicwg=
/base-drafts","subtitle":"GitHub repository","main_image_url":"https://gith=
ub.githubassets.com/images/email/message_cards/header.png","avatar_image_ur=
l":"https://github.githubassets.com/images/email/message_cards/avatar.png",=
"action":{"name":"Open in GitHub","url":"https://github.com/quicwg/base-dra=
fts"}},"updates":{"snippets":[{"icon":"PERSON","message":"@mikkelfj in #213=
5: I was thinking:\r\n\r\nThe client creates a valid connection. Then initi=
ates a migration to a new path that it does not own for the sole purpose of=
 DoS'ing some other poor individual. While there is a setup cost, the migra=
tion can be repeated for the same or different targets until the peer decid=
es it is enough and closes.\r\n\r\nHow is the initial CWND sufficient prote=
ction against that?\r\n"}],"action":{"name":"View Issue","url":"https://git=
hub.com/quicwg/base-drafts/issues/2135#issuecomment-454706369"}}}</script>
<script type=3D"application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/issues/2135#issuecomment-4=
54706369",
"url": "https://github.com/quicwg/base-drafts/issues/2135#issuecomment-4547=
06369",
"name": "View Issue"
},
"description": "View this Issue on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>=

----==_mimepart_5c3ef5d0e3279_7e1f3ff05f4d45c413219f--


From nobody Wed Jan 16 01:29: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 6282C1310F6 for <quic-issues@ietfa.amsl.com>; Wed, 16 Jan 2019 01:29:51 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -10.935
X-Spam-Level: 
X-Spam-Status: No, score=-10.935 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIMWL_WL_HIGH=-4.553, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, HTML_IMAGE_ONLY_24=1.618, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-1, RCVD_IN_DNSWL_HI=-5, SPF_PASS=-0.001] autolearn=ham autolearn_force=no
Authentication-Results: ietfa.amsl.com (amavisd-new); dkim=pass (1024-bit key) header.d=github.com
Received: from mail.ietf.org ([4.31.198.44]) by localhost (ietfa.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 8qNm_BQbMVHy for <quic-issues@ietfa.amsl.com>; Wed, 16 Jan 2019 01:29: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 9A126131063 for <quic-issues@ietf.org>; Wed, 16 Jan 2019 01:29:48 -0800 (PST)
Date: Wed, 16 Jan 2019 01:29:47 -0800
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1547630987; bh=UVmEl7eCEcKekHUts9IiW0d7TtAC+iFG6QF7+q2zkrA=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=SNG7eCxIT9ZMugX+uQW/qMG/saK5bUGqFndjBE8Rdr0AqxhXtL7g93s8JwxnW06zZ ae0MtemR6NkBS382T7tTzIAR+Jsgk4YdWEbxxQi+h8qMI+jYY2I1uxsD/P/oOkXK4T S1PYz+7jyCAbj2Kl27eS9hhLr/J0tG15XX2HvRUU=
From: MikkelFJ <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+0166e4ab3ace0de87ae9dceee306703192aed2ef391f2aa792cf000000011856bb8b92a169ce179fb001@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/pull/2307/c454711327@github.com>
In-Reply-To: <quicwg/base-drafts/pull/2307@github.com>
References: <quicwg/base-drafts/pull/2307@github.com>
Subject: Re: [quicwg/base-drafts] allow PING frames in Initial and Handshake packets (#2307)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5c3ef98b12439_75973f8dc3ad45b8317938"; 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/qKBBN4stxdQ3y16-M_97dSKcL-U>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
List-Id: Notification list for GitHub issues related to the QUIC WG <quic-issues.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=unsubscribe>
List-Archive: <https://mailarchive.ietf.org/arch/browse/quic-issues/>
List-Post: <mailto:quic-issues@ietf.org>
List-Help: <mailto:quic-issues-request@ietf.org?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, 16 Jan 2019 09:29:51 -0000

----==_mimepart_5c3ef98b12439_75973f8dc3ad45b8317938
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

In another context it was mentioned to perhaps coalesce a packet with a ping frame to prevent deadlock in handshake AFAIR. While I prefer to have the minimum framing in the handshake, a requirement to coalesce does not appear simpler.

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/quicwg/base-drafts/pull/2307#issuecomment-454711327
----==_mimepart_5c3ef98b12439_75973f8dc3ad45b8317938
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

<p>In another context it was mentioned to perhaps coalesce a packet with a ping frame to prevent deadlock in handshake AFAIR. While I prefer to have the minimum framing in the handshake, a requirement to coalesce does not appear simpler.</p>

<p style="font-size:small;-webkit-text-size-adjust:none;color:#666;">&mdash;<br />You are receiving this because you are subscribed to this thread.<br />Reply to this email directly, <a href="https://github.com/quicwg/base-drafts/pull/2307#issuecomment-454711327">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AWbkq3XmuTYdFHY8ArZiM4tcgVVVWB7hks5vDvELgaJpZM4Zy1R1">mute the thread</a>.<img src="https://github.com/notifications/beacon/AWbkq5WKqoJhmKflw9jQ-_BY9cNw1I9Aks5vDvELgaJpZM4Zy1R1.gif" height="1" width="1" alt="" /></p>
<script type="application/json" data-scope="inboxmarkup">{"api_version":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name":"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"https://github.githubassets.com/images/email/message_cards/header.png","avatar_image_url":"https://github.githubassets.com/images/email/message_cards/avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/quicwg/base-drafts"}},"updates":{"snippets":[{"icon":"PERSON","message":"@mikkelfj in #2307: In another context it was mentioned to perhaps coalesce a packet with a ping frame to prevent deadlock in handshake AFAIR. While I prefer to have the minimum framing in the handshake, a requirement to coalesce does not appear simpler."}],"action":{"name":"View Pull Request","url":"https://github.com/quicwg/base-drafts/pull/2307#issuecomment-454711327"}}}</script>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/pull/2307#issuecomment-454711327",
"url": "https://github.com/quicwg/base-drafts/pull/2307#issuecomment-454711327",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>
----==_mimepart_5c3ef98b12439_75973f8dc3ad45b8317938--


From nobody Wed Jan 16 01:48: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 40140130E0A for <quic-issues@ietfa.amsl.com>; Wed, 16 Jan 2019 01:48:54 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -11.007
X-Spam-Level: 
X-Spam-Status: No, score=-11.007 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIMWL_WL_HIGH=-4.553, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, HTML_IMAGE_ONLY_20=1.546, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-1, RCVD_IN_DNSWL_HI=-5, SPF_PASS=-0.001] autolearn=ham autolearn_force=no
Authentication-Results: ietfa.amsl.com (amavisd-new); dkim=pass (1024-bit key) header.d=github.com
Received: from mail.ietf.org ([4.31.198.44]) by localhost (ietfa.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id vXrchdToloXZ for <quic-issues@ietfa.amsl.com>; Wed, 16 Jan 2019 01:48:53 -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 BE93C130DF1 for <quic-issues@ietf.org>; Wed, 16 Jan 2019 01:48:52 -0800 (PST)
Date: Wed, 16 Jan 2019 01:48:51 -0800
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1547632131; bh=jz+yMk6S7WY9Pj3ffeLuwgtpGrQsXRLXz3MHDf7Rtn0=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=gWr9QOaKsaOYhqvJxobIG8Tk8cG09HIezZZlBf4yYI+8bWf2ZeQ0qdEpZdgeFZyaG ay3QnEj9cbYEJjh/OZpYDcDnnQ2pJ0RsfqTDDW+jHX+nNIpfu300Xzo2WMb1Fc8twt O4tPpnYfTZj2WJGWWsJHgZbvaZPgqOPb/VpDGKi4=
From: Lars Eggert <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+0166e4abe4f87b42368c30f0a3eb8f327f32161e4170557592cf000000011856c00392a169ce179e43e2@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/issues/2299/454717219@github.com>
In-Reply-To: <quicwg/base-drafts/issues/2299@github.com>
References: <quicwg/base-drafts/issues/2299@github.com>
Subject: Re: [quicwg/base-drafts] consider making the varint encoding unique (#2299)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5c3efe0387d3f_15dd3fdf402d45c493414"; 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/yQF6ub0hDyoJ04dZ2uUG-GVtnvw>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
List-Id: Notification list for GitHub issues related to the QUIC WG <quic-issues.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=unsubscribe>
List-Archive: <https://mailarchive.ietf.org/arch/browse/quic-issues/>
List-Post: <mailto:quic-issues@ietf.org>
List-Help: <mailto:quic-issues-request@ietf.org?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, 16 Jan 2019 09:48:54 -0000

----==_mimepart_5c3efe0387d3f_15dd3fdf402d45c493414
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

Depends on your data structures. My ACKing code doesn't have this 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/2299#issuecomment-454717219
----==_mimepart_5c3efe0387d3f_15dd3fdf402d45c493414
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

<p>Depends on your data structures. My ACKing code doesn't have this 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/2299#issuecomment-454717219">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AWbkqzzIZ01PBcAbrfdzZn3Km9lVKJ1Eks5vDvWDgaJpZM4ZyX3n">mute the thread</a>.<img src="https://github.com/notifications/beacon/AWbkqyB2V7KZebskQXLENo-QjQ06yVslks5vDvWDgaJpZM4ZyX3n.gif" height="1" width="1" alt="" /></p>
<script type="application/json" data-scope="inboxmarkup">{"api_version":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name":"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"https://github.githubassets.com/images/email/message_cards/header.png","avatar_image_url":"https://github.githubassets.com/images/email/message_cards/avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/quicwg/base-drafts"}},"updates":{"snippets":[{"icon":"PERSON","message":"@larseggert in #2299: Depends on your data structures. My ACKing code doesn't have this issue."}],"action":{"name":"View Issue","url":"https://github.com/quicwg/base-drafts/issues/2299#issuecomment-454717219"}}}</script>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/issues/2299#issuecomment-454717219",
"url": "https://github.com/quicwg/base-drafts/issues/2299#issuecomment-454717219",
"name": "View Issue"
},
"description": "View this Issue on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>
----==_mimepart_5c3efe0387d3f_15dd3fdf402d45c493414--


From nobody Wed Jan 16 03:57: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 9DADE12F18C for <quic-issues@ietfa.amsl.com>; Wed, 16 Jan 2019 03:57:35 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -7.551
X-Spam-Level: 
X-Spam-Status: No, score=-7.551 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIMWL_WL_HIGH=-4.553, 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_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 2t-Jfwf0d9L6 for <quic-issues@ietfa.amsl.com>; Wed, 16 Jan 2019 03:57:34 -0800 (PST)
Received: from o4.sgmail.github.com (o4.sgmail.github.com [192.254.112.99]) (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 D127C128B01 for <quic-issues@ietf.org>; Wed, 16 Jan 2019 03:57:33 -0800 (PST)
DKIM-Signature: v=1; a=rsa-sha1; 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=qH+FDvlrwDaM4ajgWvP7E+bLb2Y=; b=krnptdB6hzvkATaj x0tjubFyMvHnguF0FAua6/4XJXm0rifGN39YDTltzieh/3ikvx07DlrMfEISkviI N6ZBjq70yY4S0rNNVFDqRB5oq5G9QdlL6YgjdCMKJYg61JfxlWpjuslSiFSq4Uem If67umcK1Pq4j6hMudJlAGy2S4E=
Received: by filter0060p1iad2.sendgrid.net with SMTP id filter0060p1iad2-912-5C3F1C2C-13 2019-01-16 11:57:32.47896479 +0000 UTC m=+134172.997824751
Received: from github-lowworker-e711880.cp1-iad.github.net (unknown [192.30.252.45]) by ismtpd0003p1iad2.sendgrid.net (SG) with ESMTP id VrLcuwC0ShqfTBT_7POatw for <quic-issues@ietf.org>; Wed, 16 Jan 2019 11:57:32.532 +0000 (UTC)
Received: from github.com (localhost [127.0.0.1]) by github-lowworker-e711880.cp1-iad.github.net (Postfix) with ESMTP id 7F259440DE7 for <quic-issues@ietf.org>; Wed, 16 Jan 2019 03:57:32 -0800 (PST)
Date: Wed, 16 Jan 2019 11:57:32 +0000 (UTC)
From: Kazuho Oku <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+0166e4ab49812b29deb03a8fd46cb34fc314ee78012905a892cf000000011856de2c92a169ce17b2473c@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/pull/2327/review/193100097@github.com>
In-Reply-To: <quicwg/base-drafts/pull/2327@github.com>
References: <quicwg/base-drafts/pull/2327@github.com>
Subject: Re: [quicwg/base-drafts] Ignore packet loss when the keys are not available (#2327)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5c3f1c2c7cd9a_438f3fb69a8d45c417019f"; 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: l64QuQ2uJCcEyUykJbxN122A6QRmEpucztpreh3Pak3BVMAjWBm4TWwCBs1u4ezOmpBJFywFGlBhL1 HCWuvk56FcwXqCo+naa6JS+jh8/2YU+KA2HGwWq9uN4Nos2s95pVwMBXUxn2kdk51cTwteCLNlMCNn Q0ZHp1NANb0lf0JAZfEhUduVCro3SO3Z+GsPhjJE3NifS+TFF9M+LP1C8uA635ZaYZxWuXLuD+W0gy k=
Archived-At: <https://mailarchive.ietf.org/arch/msg/quic-issues/QhD9yxnAbiT2eyiOy3HVXeeJNNY>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
List-Id: Notification list for GitHub issues related to the QUIC WG <quic-issues.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=unsubscribe>
List-Archive: <https://mailarchive.ietf.org/arch/browse/quic-issues/>
List-Post: <mailto:quic-issues@ietf.org>
List-Help: <mailto:quic-issues-request@ietf.org?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, 16 Jan 2019 11:57:36 -0000

----==_mimepart_5c3f1c2c7cd9a_438f3fb69a8d45c417019f
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

kazuho commented on this pull request.



> @@ -427,15 +445,34 @@ packet is received.  The client MAY use this value to seed the RTT estimator for
 a subsequent connection attempt to the server.
 
 
-#### Discarding Initial State {#discard-initial}
+#### Discarding Keys and Packet State {#discarding-packets}
+
+When packet protection keys are discarded (see Section 4.9 of {{QUIC-TLS}}),
+recovery state for all in-flight packets sent with those keys is discarded.
+The packets are removed from the count of bytes in flight and no
+acknowledgements or loss events will occur for those packets.  Note that it
+is expected that keys are discarded after those packets would be declared lost,
+but Initial secrets are destroyed earlier.

IIUC this refers to the provision in https://quicwg.org/base-drafts/draft-ietf-quic-tls.html#rfc.section.4.10. Maybe it's worth adding a 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/pull/2327#discussion_r248253477
----==_mimepart_5c3f1c2c7cd9a_438f3fb69a8d45c417019f
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/2327#discussion_r248253477">draft-ietf-quic-recovery.md</a>:</p>
<pre style='color:#555'>&gt; @@ -427,15 +445,34 @@ packet is received.  The client MAY use this value to seed the RTT estimator for
 a subsequent connection attempt to the server.
 
 
-#### Discarding Initial State {#discard-initial}
+#### Discarding Keys and Packet State {#discarding-packets}
+
+When packet protection keys are discarded (see Section 4.9 of {{QUIC-TLS}}),
+recovery state for all in-flight packets sent with those keys is discarded.
+The packets are removed from the count of bytes in flight and no
+acknowledgements or loss events will occur for those packets.  Note that it
+is expected that keys are discarded after those packets would be declared lost,
+but Initial secrets are destroyed earlier.
</pre>
<p>IIUC this refers to the provision in <a href="https://quicwg.org/base-drafts/draft-ietf-quic-tls.html#rfc.section.4.10" rel="nofollow">https://quicwg.org/base-drafts/draft-ietf-quic-tls.html#rfc.section.4.10</a>. Maybe it's worth adding a 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/pull/2327#discussion_r248253477">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AWbkq6cUnOhvmv2XE3YhfQuagJ_wXYYIks5vDxOsgaJpZM4Z4S8B">mute the thread</a>.<img src="https://github.com/notifications/beacon/AWbkq3kp7hmDpE-A-w_Au_7D3YnOO3TQks5vDxOsgaJpZM4Z4S8B.gif" height="1" width="1" alt="" /></p>
<script type="application/json" data-scope="inboxmarkup">{"api_version":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name":"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"https://github.githubassets.com/images/email/message_cards/header.png","avatar_image_url":"https://github.githubassets.com/images/email/message_cards/avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/quicwg/base-drafts"}},"updates":{"snippets":[{"icon":"PERSON","message":"@kazuho commented on #2327"}],"action":{"name":"View Pull Request","url":"https://github.com/quicwg/base-drafts/pull/2327#discussion_r248253477"}}}</script>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/pull/2327#discussion_r248253477",
"url": "https://github.com/quicwg/base-drafts/pull/2327#discussion_r248253477",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>
----==_mimepart_5c3f1c2c7cd9a_438f3fb69a8d45c417019f--


From nobody Wed Jan 16 06:38:57 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 CC696130E5F for <quic-issues@ietfa.amsl.com>; Wed, 16 Jan 2019 06:38:55 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -6.007
X-Spam-Level: 
X-Spam-Status: No, score=-6.007 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIMWL_WL_HIGH=-4.553, DKIM_SIGNED=0.1, DKIM_VALID=-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_PASS=-0.001] autolearn=ham autolearn_force=no
Authentication-Results: ietfa.amsl.com (amavisd-new); dkim=pass (1024-bit key) header.d=github.com
Received: from mail.ietf.org ([4.31.198.44]) by localhost (ietfa.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id rVAHNrN75F_B for <quic-issues@ietfa.amsl.com>; Wed, 16 Jan 2019 06:38:54 -0800 (PST)
Received: from o9.sgmail.github.com (o9.sgmail.github.com [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 D98DA130E46 for <quic-issues@ietf.org>; Wed, 16 Jan 2019 06:38:53 -0800 (PST)
DKIM-Signature: v=1; a=rsa-sha1; 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=LF9dl57bYuyTljueHhITx+V9lYA=; b=R1dRbPJ84x3fLm/w am4upacYM1fTrvGhhwHSJb56SAiq26nG+58OKdfqrudP5SVdGy1u/lNjcm4YvzSz lOxg1yE97ZdfV0V2OiieUaevurDclqG/p3r1ATwZVLDzq+1VIEtGhmPW/g0zNYt4 lR1CF9ZzivRVSkIQvOVJgqqEc3c=
Received: by filter0276p1iad2.sendgrid.net with SMTP id filter0276p1iad2-22372-5C3F41FC-20 2019-01-16 14:38:52.57128476 +0000 UTC m=+144229.247562717
Received: from github-lowworker-05ceafd.cp1-iad.github.net (unknown [192.30.252.40]) by ismtpd0020p1iad2.sendgrid.net (SG) with ESMTP id fX9RHiywRGyHtdemIaMuFw for <quic-issues@ietf.org>; Wed, 16 Jan 2019 14:38:52.306 +0000 (UTC)
Received: from github.com (localhost [127.0.0.1]) by github-lowworker-05ceafd.cp1-iad.github.net (Postfix) with ESMTP id 7C8C5461859 for <quic-issues@ietf.org>; Wed, 16 Jan 2019 06:38:52 -0800 (PST)
Date: Wed, 16 Jan 2019 14:38:52 +0000 (UTC)
From: Lucas Pardue <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+0166e4ab5fe0356973fdd28a92570a59ce70885e7636540992cf00000001185703fc92a169ce17d50c0c@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/issues/2337@github.com>
Subject: [quicwg/base-drafts] HTTP/3: is the recommended size of max bidi streams normative? (#2337)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5c3f41fc7b49e_39e33fd2016d45bc179649"; 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
X-SG-EID: l64QuQ2uJCcEyUykJbxN122A6QRmEpucztpreh3Pak1cISyZsNe/JS019EoxGBZKwbQdBZzyUMAtRA Kgy+RrdaZWwMf1WagfU6w4IWZuqi9BSJJvBgULjfzhp4rV0snRS6GyJoo15+ISNSNzMWZzBDcr3txS 7FoPOcbGCjeDC63MUzkjsMQQkOQ/AYYwytTTrLOEmmcSgDAmITVEwxbrjc7tTYU5YpmUYE3FvWxpwy g=
Archived-At: <https://mailarchive.ietf.org/arch/msg/quic-issues/wM9uT6kMwyyllnXk3gFJabYmEno>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
List-Id: Notification list for GitHub issues related to the QUIC WG <quic-issues.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=unsubscribe>
List-Archive: <https://mailarchive.ietf.org/arch/browse/quic-issues/>
List-Post: <mailto:quic-issues@ietf.org>
List-Help: <mailto:quic-issues-request@ietf.org?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, 16 Jan 2019 14:38:56 -0000

----==_mimepart_5c3f41fc7b49e_39e33fd2016d45bc179649
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

> It is recommended that initial_max_bidi_streams be no smaller than 100, so as to not unnecessarily limit parallelism.

Is this normative? It can be detected...

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/quicwg/base-drafts/issues/2337
----==_mimepart_5c3f41fc7b49e_39e33fd2016d45bc179649
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

<blockquote>
<p>It is recommended that initial_max_bidi_streams be no smaller than 100, so as to not unnecessarily limit parallelism.</p>
</blockquote>
<p>Is this normative? It can be detected...</p>

<p style="font-size:small;-webkit-text-size-adjust:none;color:#666;">&mdash;<br />You are receiving this because you are subscribed to this thread.<br />Reply to this email directly, <a href="https://github.com/quicwg/base-drafts/issues/2337">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AWbkq7jxr-I881c11Ue9ILUDqIbatactks5vDzl8gaJpZM4aDNHL">mute the thread</a>.<img src="https://github.com/notifications/beacon/AWbkqxgTTexQC6N2r9u5CbAuQxvak1b-ks5vDzl8gaJpZM4aDNHL.gif" height="1" width="1" alt="" /></p>
<script type="application/json" data-scope="inboxmarkup">{"api_version":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name":"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"https://github.githubassets.com/images/email/message_cards/header.png","avatar_image_url":"https://github.githubassets.com/images/email/message_cards/avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/quicwg/base-drafts"}},"updates":{"snippets":[{"icon":"DESCRIPTION","message":"HTTP/3: is the recommended size of max bidi streams normative? (#2337)"}],"action":{"name":"View Issue","url":"https://github.com/quicwg/base-drafts/issues/2337"}}}</script>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/issues/2337",
"url": "https://github.com/quicwg/base-drafts/issues/2337",
"name": "View Issue"
},
"description": "View this Issue on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>
----==_mimepart_5c3f41fc7b49e_39e33fd2016d45bc179649--


From nobody Wed Jan 16 07: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 631C612D4E7 for <quic-issues@ietfa.amsl.com>; Wed, 16 Jan 2019 07:50:24 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -10.935
X-Spam-Level: 
X-Spam-Status: No, score=-10.935 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIMWL_WL_HIGH=-4.553, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, HTML_IMAGE_ONLY_24=1.618, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-1, RCVD_IN_DNSWL_HI=-5, SPF_PASS=-0.001] autolearn=ham autolearn_force=no
Authentication-Results: ietfa.amsl.com (amavisd-new); dkim=pass (1024-bit key) header.d=github.com
Received: from mail.ietf.org ([4.31.198.44]) by localhost (ietfa.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id TuXfv_MCJOh7 for <quic-issues@ietfa.amsl.com>; Wed, 16 Jan 2019 07:50: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 9C8C4129C6A for <quic-issues@ietf.org>; Wed, 16 Jan 2019 07:50:22 -0800 (PST)
Date: Wed, 16 Jan 2019 07:50:21 -0800
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1547653821; bh=2CzU3pmaG1MKo2/avl78iwNcVdVYMD+fBuk1yZ9kerY=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=zEn0Rt87fwputay3xhDX2xM107dXngIUHh1irSdyoLRlOLLyUdiBZlIoboPN4VYGe WUKngkHhnnTwOrt0JS+JmUvIOfQWwkg2MLLpijmK8J2WeS+bOwurHCgndlNWywRAQO aCDEiYMLLwCUO6E1DGN+29D1Et4jvzpuX3XvUxYE=
From: ianswett <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+0166e4abf59f94332fe2f1839b0c14f213720496b567964192cf00000001185714bd92a169ce179e43e2@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/issues/2299/454828853@github.com>
In-Reply-To: <quicwg/base-drafts/issues/2299@github.com>
References: <quicwg/base-drafts/issues/2299@github.com>
Subject: Re: [quicwg/base-drafts] consider making the varint encoding unique (#2299)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5c3f52bd3e40a_71713fab1f8d45b42957a8"; 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/mdJb3TzZTH-gkCjHeohtvQw-0Fc>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
List-Id: Notification list for GitHub issues related to the QUIC WG <quic-issues.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=unsubscribe>
List-Archive: <https://mailarchive.ietf.org/arch/browse/quic-issues/>
List-Post: <mailto:quic-issues@ietf.org>
List-Help: <mailto:quic-issues-request@ietf.org?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, 16 Jan 2019 15:50:24 -0000

----==_mimepart_5c3f52bd3e40a_71713fab1f8d45b42957a8
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

I think long header packets are the largest issue I'm aware of as @nibanks pointed out above.

ACK frames are a bit annoying, but easier.

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/quicwg/base-drafts/issues/2299#issuecomment-454828853
----==_mimepart_5c3f52bd3e40a_71713fab1f8d45b42957a8
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

<p>I think long header packets are the largest issue I'm aware of as <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> pointed out above.</p>
<p>ACK frames are a bit annoying, but easier.</p>

<p style="font-size:small;-webkit-text-size-adjust:none;color:#666;">&mdash;<br />You are receiving this because you are subscribed to this thread.<br />Reply to this email directly, <a href="https://github.com/quicwg/base-drafts/issues/2299#issuecomment-454828853">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AWbkq9HVpau2iUMF9WMVIZMvG4xmRvlpks5vD0o9gaJpZM4ZyX3n">mute the thread</a>.<img src="https://github.com/notifications/beacon/AWbkq2mUprPXH__ca5PGrZcXXjzhzEYVks5vD0o9gaJpZM4ZyX3n.gif" height="1" width="1" alt="" /></p>
<script type="application/json" data-scope="inboxmarkup">{"api_version":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name":"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"https://github.githubassets.com/images/email/message_cards/header.png","avatar_image_url":"https://github.githubassets.com/images/email/message_cards/avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/quicwg/base-drafts"}},"updates":{"snippets":[{"icon":"PERSON","message":"@ianswett in #2299: I think long header packets are the largest issue I'm aware of as @nibanks pointed out above.\r\n\r\nACK frames are a bit annoying, but easier."}],"action":{"name":"View Issue","url":"https://github.com/quicwg/base-drafts/issues/2299#issuecomment-454828853"}}}</script>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/issues/2299#issuecomment-454828853",
"url": "https://github.com/quicwg/base-drafts/issues/2299#issuecomment-454828853",
"name": "View Issue"
},
"description": "View this Issue on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>
----==_mimepart_5c3f52bd3e40a_71713fab1f8d45b42957a8--


From nobody Wed Jan 16 07:53: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 4486212894E for <quic-issues@ietfa.amsl.com>; Wed, 16 Jan 2019 07:53:23 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -10.935
X-Spam-Level: 
X-Spam-Status: No, score=-10.935 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIMWL_WL_HIGH=-4.553, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, HTML_IMAGE_ONLY_24=1.618, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-1, RCVD_IN_DNSWL_HI=-5, SPF_PASS=-0.001] autolearn=ham autolearn_force=no
Authentication-Results: ietfa.amsl.com (amavisd-new); dkim=pass (1024-bit key) header.d=github.com
Received: from mail.ietf.org ([4.31.198.44]) by localhost (ietfa.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id wY7qhhYKsmyh for <quic-issues@ietfa.amsl.com>; Wed, 16 Jan 2019 07:53: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 53A74127B4C for <quic-issues@ietf.org>; Wed, 16 Jan 2019 07:53:21 -0800 (PST)
Date: Wed, 16 Jan 2019 07:53:20 -0800
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1547654000; bh=OFBvKJBMaNuw+euJB8Kjkr5k8IPmR2rCOtOVncIMFPU=; h=Date:From:Reply-To:To:Cc:Subject:List-ID:List-Archive:List-Post: List-Unsubscribe:From; b=bbVqn1D8V/iSjQJqEWH0jWOJUJwhgcwjnRhi41IEJM8nehAQ9zYbCAqQj/qx2vb6z aT1kIAebTEB3WnIz3tTtETdVWhdO51PEM1ULqDp0WWUVL9sVLtNrKQjrmLw2ExmnSo pDrgjOrIK4mAxSigoPZfjj0fEr2ebcJ0rAKFOXFA=
From: Lucas Pardue <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+0166e4abb26f0c928cc76f140dd06c654c73c738dde12b6292cf000000011857157092a169ce17d59661@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/issues/2338@github.com>
Subject: [quicwg/base-drafts] HTTP/3: Push stream description diagram is ambiguous (#2338)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5c3f537053574_3b573fdef8ad45b4311436"; 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/Yk9N_kwtd7g7RlzhAjuc9AW4wYY>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
List-Id: Notification list for GitHub issues related to the QUIC WG <quic-issues.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=unsubscribe>
List-Archive: <https://mailarchive.ietf.org/arch/browse/quic-issues/>
List-Post: <mailto:quic-issues@ietf.org>
List-Help: <mailto:quic-issues-request@ietf.org?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, 16 Jan 2019 15:53:23 -0000

----==_mimepart_5c3f537053574_3b573fdef8ad45b4311436
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

Push streams are special, compared to other unidirectional streams, because they requires some some additional preface (Push ID) before allowing frames.

Reading through section 3.2 again. It seems like a reader could be mislead by the combination of figure 1 and 2.

The usual convention across QUIC and HTTP/3 specs is to define a frame header, then later section define the frame body. The Push stream shown in figure 2 duplicates the stream header field, and I think it could be misread as saying there are two stream headers.

Do others think this is a problem? We could fix the diagram or remove it completely. Or something else entirely.

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/quicwg/base-drafts/issues/2338
----==_mimepart_5c3f537053574_3b573fdef8ad45b4311436
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

<p>Push streams are special, compared to other unidirectional streams, because they requires some some additional preface (Push ID) before allowing frames.</p>
<p>Reading through section 3.2 again. It seems like a reader could be mislead by the combination of figure 1 and 2.</p>
<p>The usual convention across QUIC and HTTP/3 specs is to define a frame header, then later section define the frame body. The Push stream shown in figure 2 duplicates the stream header field, and I think it could be misread as saying there are two stream headers.</p>
<p>Do others think this is a problem? We could fix the diagram or remove it completely. Or something else entirely.</p>

<p style="font-size:small;-webkit-text-size-adjust:none;color:#666;">&mdash;<br />You are receiving this because you are subscribed to this thread.<br />Reply to this email directly, <a href="https://github.com/quicwg/base-drafts/issues/2338">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AWbkqwLh5nMEt--cHg7RX47LvQSrCutKks5vD0rwgaJpZM4aDXso">mute the thread</a>.<img src="https://github.com/notifications/beacon/AWbkq60e1QdZ474uST6ACz0zvXcpPNlZks5vD0rwgaJpZM4aDXso.gif" height="1" width="1" alt="" /></p>
<script type="application/json" data-scope="inboxmarkup">{"api_version":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name":"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"https://github.githubassets.com/images/email/message_cards/header.png","avatar_image_url":"https://github.githubassets.com/images/email/message_cards/avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/quicwg/base-drafts"}},"updates":{"snippets":[{"icon":"DESCRIPTION","message":"HTTP/3: Push stream description diagram is ambiguous (#2338)"}],"action":{"name":"View Issue","url":"https://github.com/quicwg/base-drafts/issues/2338"}}}</script>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/issues/2338",
"url": "https://github.com/quicwg/base-drafts/issues/2338",
"name": "View Issue"
},
"description": "View this Issue on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>
----==_mimepart_5c3f537053574_3b573fdef8ad45b4311436--


From nobody Wed Jan 16 07:53: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 33E7712D4E7 for <quic-issues@ietfa.amsl.com>; Wed, 16 Jan 2019 07:53:35 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -10.935
X-Spam-Level: 
X-Spam-Status: No, score=-10.935 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIMWL_WL_HIGH=-4.553, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, HTML_IMAGE_ONLY_24=1.618, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-1, RCVD_IN_DNSWL_HI=-5, SPF_PASS=-0.001] autolearn=ham autolearn_force=no
Authentication-Results: ietfa.amsl.com (amavisd-new); dkim=pass (1024-bit key) header.d=github.com
Received: from mail.ietf.org ([4.31.198.44]) by localhost (ietfa.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id gTlvVRO7W_a1 for <quic-issues@ietfa.amsl.com>; Wed, 16 Jan 2019 07:53: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 B061D12894E for <quic-issues@ietf.org>; Wed, 16 Jan 2019 07:53:33 -0800 (PST)
Date: Wed, 16 Jan 2019 07:53:32 -0800
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1547654012; bh=wKsXaWn8wz+s5xS5uINiS6N3jNRV9Wl25BJ5PAFGlQA=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=SqvfOzhcinvc2Om7u0Brifc8UacvxiPTWc0yC7X/gX/GGl9zsMGqDPb28crPgi0X9 pYGBqjh6y/u07gALvFCxi67+p1hPyJ0UGf2jOJ2yiUxiEAgfSSS1P582a6BhtkyCs+ vMOXLz3JWOYOon0vpzned/Mjq12F0zJqkTw1e1gk=
From: ianswett <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+0166e4ab7d1192c61bc685bbf2c443475b0d016127427c3a92cf000000011857157c92a169ce174638d4@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/issues/2135/454830134@github.com>
In-Reply-To: <quicwg/base-drafts/issues/2135@github.com>
References: <quicwg/base-drafts/issues/2135@github.com>
Subject: Re: [quicwg/base-drafts] How many datagrams can a client send prior to validating the path? (#2135)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5c3f537cc7af5_8f93f82732d45bc4628cc"; 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/tUVJ_42QtU8HouEqt7DdOB6kRoI>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
List-Id: Notification list for GitHub issues related to the QUIC WG <quic-issues.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=unsubscribe>
List-Archive: <https://mailarchive.ietf.org/arch/browse/quic-issues/>
List-Post: <mailto:quic-issues@ietf.org>
List-Help: <mailto:quic-issues-request@ietf.org?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, 16 Jan 2019 15:53:35 -0000

----==_mimepart_5c3f537cc7af5_8f93f82732d45bc4628cc
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

@mikkelfj Malicious clients can always send an unlimited number of packets anywhere.  QUIC doesn't 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/issues/2135#issuecomment-454830134
----==_mimepart_5c3f537cc7af5_8f93f82732d45bc4628cc
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> Malicious clients can always send an unlimited number of packets anywhere.  QUIC doesn't 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/issues/2135#issuecomment-454830134">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AWbkq9ALMkwok4bR0zJh8t047_dbzZHHks5vD0r8gaJpZM4ZQv8P">mute the thread</a>.<img src="https://github.com/notifications/beacon/AWbkqymV234CnCp4YNgVszaoUm63ypanks5vD0r8gaJpZM4ZQv8P.gif" height="1" width="1" alt="" /></p>
<script type="application/json" data-scope="inboxmarkup">{"api_version":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name":"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"https://github.githubassets.com/images/email/message_cards/header.png","avatar_image_url":"https://github.githubassets.com/images/email/message_cards/avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/quicwg/base-drafts"}},"updates":{"snippets":[{"icon":"PERSON","message":"@ianswett in #2135: @mikkelfj Malicious clients can always send an unlimited number of packets anywhere.  QUIC doesn't change that."}],"action":{"name":"View Issue","url":"https://github.com/quicwg/base-drafts/issues/2135#issuecomment-454830134"}}}</script>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/issues/2135#issuecomment-454830134",
"url": "https://github.com/quicwg/base-drafts/issues/2135#issuecomment-454830134",
"name": "View Issue"
},
"description": "View this Issue on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>
----==_mimepart_5c3f537cc7af5_8f93f82732d45bc4628cc--


From nobody Wed Jan 16 07:56: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 0DC5812894E for <quic-issues@ietfa.amsl.com>; Wed, 16 Jan 2019 07:56:21 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -10.935
X-Spam-Level: 
X-Spam-Status: No, score=-10.935 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIMWL_WL_HIGH=-4.553, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, HTML_IMAGE_ONLY_24=1.618, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-1, RCVD_IN_DNSWL_HI=-5, SPF_PASS=-0.001] autolearn=ham autolearn_force=no
Authentication-Results: ietfa.amsl.com (amavisd-new); dkim=pass (1024-bit key) header.d=github.com
Received: from mail.ietf.org ([4.31.198.44]) by localhost (ietfa.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id g9ap6g-r53w1 for <quic-issues@ietfa.amsl.com>; Wed, 16 Jan 2019 07:56:19 -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 5A992127B4C for <quic-issues@ietf.org>; Wed, 16 Jan 2019 07:56:19 -0800 (PST)
Date: Wed, 16 Jan 2019 07:56:18 -0800
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1547654178; bh=yMVbhD33mmjDwDt6DbjjrsEBZ01J1sBFakOGYitTemI=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=JfHWtUKaAB2KXC6k8v/hKCsZDUVQp8vPK8bCsdrjSpWoU32gbadP5RNqX8dGSjcKO gs53akf0LSpa04zLNr9cZplkqN6jCqcdfbRQ0HBOtveBEAS9LRV4Sy0C6mv3p/eQzJ dV9vgwYQPPVEup2Lqzd1THfUWPsqCgA/3321CsQc=
From: ianswett <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+0166e4abc245eb05731ab1c9815755a06794cf4dcc3a5f5392cf000000011857162292a169ce1784eaec@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/issues/2267/454831297@github.com>
In-Reply-To: <quicwg/base-drafts/issues/2267@github.com>
References: <quicwg/base-drafts/issues/2267@github.com>
Subject: Re: [quicwg/base-drafts] loss of only two packets can lead to an unrecoverable situation (#2267)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5c3f54224383c_71343fab1f8d45b43073d3"; 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/jXN2N3pM3fyaKytIxUK_v-WExek>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
List-Id: Notification list for GitHub issues related to the QUIC WG <quic-issues.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=unsubscribe>
List-Archive: <https://mailarchive.ietf.org/arch/browse/quic-issues/>
List-Post: <mailto:quic-issues@ietf.org>
List-Help: <mailto:quic-issues-request@ietf.org?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, 16 Jan 2019 15:56:21 -0000

----==_mimepart_5c3f54224383c_71343fab1f8d45b43073d3
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

@huitema Thanks for the correction, I keep forgetting about sending ACKs.

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/quicwg/base-drafts/issues/2267#issuecomment-454831297
----==_mimepart_5c3f54224383c_71343fab1f8d45b43073d3
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=7464128" data-octo-click="hovercard-link-click" data-octo-dimensions="link_type:self" href="https://github.com/huitema">@huitema</a> Thanks for the correction, I keep forgetting about sending ACKs.</p>

<p style="font-size:small;-webkit-text-size-adjust:none;color:#666;">&mdash;<br />You are receiving this because you are subscribed to this thread.<br />Reply to this email directly, <a href="https://github.com/quicwg/base-drafts/issues/2267#issuecomment-454831297">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AWbkq8kTEl3fEhE307A-8Z3qjC2JkVePks5vD0uigaJpZM4ZjodA">mute the thread</a>.<img src="https://github.com/notifications/beacon/AWbkq22lkpUF3HarmZeEtE5DeTpB6IYwks5vD0uigaJpZM4ZjodA.gif" height="1" width="1" alt="" /></p>
<script type="application/json" data-scope="inboxmarkup">{"api_version":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name":"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"https://github.githubassets.com/images/email/message_cards/header.png","avatar_image_url":"https://github.githubassets.com/images/email/message_cards/avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/quicwg/base-drafts"}},"updates":{"snippets":[{"icon":"PERSON","message":"@ianswett in #2267: @huitema Thanks for the correction, I keep forgetting about sending ACKs."}],"action":{"name":"View Issue","url":"https://github.com/quicwg/base-drafts/issues/2267#issuecomment-454831297"}}}</script>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/issues/2267#issuecomment-454831297",
"url": "https://github.com/quicwg/base-drafts/issues/2267#issuecomment-454831297",
"name": "View Issue"
},
"description": "View this Issue on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>
----==_mimepart_5c3f54224383c_71343fab1f8d45b43073d3--


From nobody Wed Jan 16 08:02: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 D25C812D4E8 for <quic-issues@ietfa.amsl.com>; Wed, 16 Jan 2019 08:02:36 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -10.935
X-Spam-Level: 
X-Spam-Status: No, score=-10.935 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIMWL_WL_HIGH=-4.553, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, HTML_IMAGE_ONLY_24=1.618, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-1, RCVD_IN_DNSWL_HI=-5, SPF_PASS=-0.001] autolearn=ham autolearn_force=no
Authentication-Results: ietfa.amsl.com (amavisd-new); dkim=pass (1024-bit key) header.d=github.com
Received: from mail.ietf.org ([4.31.198.44]) by localhost (ietfa.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 05r-XegkdiBJ for <quic-issues@ietfa.amsl.com>; Wed, 16 Jan 2019 08:02: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 DDD3212894E for <quic-issues@ietf.org>; Wed, 16 Jan 2019 08:02:34 -0800 (PST)
Date: Wed, 16 Jan 2019 08:02:34 -0800
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1547654554; bh=Sbts1mgbTU2AgjdVu+B9X9xZwDDHM0fs1ny34saQcGc=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=IIATiHwWpFzoEpGLQsK35k4KSYGOzUZbDmq71EXNEyTLd5NILLWX8NgSHPTY7Fn6U 37wUgTvAt/7+khXIUzI5gQj+pbMKredD704SzS4cyhppusocc03VQs6MVzQKGrwdKT RA5AcVINMLeTXPHNycmp7ziGDEiWifX6xwT0SmNo=
From: MikkelFJ <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+0166e4ab4b334ff9ac8c07977284eefe99d85c28c0558e4292cf000000011857179a92a169ce174638d4@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/issues/2135/454833900@github.com>
In-Reply-To: <quicwg/base-drafts/issues/2135@github.com>
References: <quicwg/base-drafts/issues/2135@github.com>
Subject: Re: [quicwg/base-drafts] How many datagrams can a client send prior to validating the path? (#2135)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5c3f559a87f9_4f673ff5de4d45b8535656"; 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/zDnlWhY5ECmg11OPH9WeYTZt6Qo>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
List-Id: Notification list for GitHub issues related to the QUIC WG <quic-issues.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=unsubscribe>
List-Archive: <https://mailarchive.ietf.org/arch/browse/quic-issues/>
List-Post: <mailto:quic-issues@ietf.org>
List-Help: <mailto:quic-issues-request@ietf.org?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, 16 Jan 2019 16:02:37 -0000

----==_mimepart_5c3f559a87f9_4f673ff5de4d45b8535656
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

@ianswett I mean that the client causes the peer to respond to a fake migration attempt and coerces the peer into sending packets elsewhere. I'm not sure if that can amplify, e.g. via PMTU probe.

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/quicwg/base-drafts/issues/2135#issuecomment-454833900
----==_mimepart_5c3f559a87f9_4f673ff5de4d45b8535656
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 mean that the client causes the peer to respond to a fake migration attempt and coerces the peer into sending packets elsewhere. I'm not sure if that can amplify, e.g. via PMTU probe.</p>

<p style="font-size:small;-webkit-text-size-adjust:none;color:#666;">&mdash;<br />You are receiving this because you are subscribed to this thread.<br />Reply to this email directly, <a href="https://github.com/quicwg/base-drafts/issues/2135#issuecomment-454833900">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AWbkq0gIjO_3lGChVR8WAj9fb8-tSaeiks5vD00agaJpZM4ZQv8P">mute the thread</a>.<img src="https://github.com/notifications/beacon/AWbkq5JZ1REEsoDkP9CpfJmrd0HLQkZ5ks5vD00agaJpZM4ZQv8P.gif" height="1" width="1" alt="" /></p>
<script type="application/json" data-scope="inboxmarkup">{"api_version":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name":"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"https://github.githubassets.com/images/email/message_cards/header.png","avatar_image_url":"https://github.githubassets.com/images/email/message_cards/avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/quicwg/base-drafts"}},"updates":{"snippets":[{"icon":"PERSON","message":"@mikkelfj in #2135: @ianswett I mean that the client causes the peer to respond to a fake migration attempt and coerces the peer into sending packets elsewhere. I'm not sure if that can amplify, e.g. via PMTU probe."}],"action":{"name":"View Issue","url":"https://github.com/quicwg/base-drafts/issues/2135#issuecomment-454833900"}}}</script>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/issues/2135#issuecomment-454833900",
"url": "https://github.com/quicwg/base-drafts/issues/2135#issuecomment-454833900",
"name": "View Issue"
},
"description": "View this Issue on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>
----==_mimepart_5c3f559a87f9_4f673ff5de4d45b8535656--


From nobody Wed Jan 16 08: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 1930E12D4ED for <quic-issues@ietfa.amsl.com>; Wed, 16 Jan 2019 08:04:28 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -11.007
X-Spam-Level: 
X-Spam-Status: No, score=-11.007 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIMWL_WL_HIGH=-4.553, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, HTML_IMAGE_ONLY_20=1.546, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-1, RCVD_IN_DNSWL_HI=-5, SPF_PASS=-0.001] autolearn=ham autolearn_force=no
Authentication-Results: ietfa.amsl.com (amavisd-new); dkim=pass (1024-bit key) header.d=github.com
Received: from mail.ietf.org ([4.31.198.44]) by localhost (ietfa.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id pA9ofWU2_9EK for <quic-issues@ietfa.amsl.com>; Wed, 16 Jan 2019 08:04: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 7596B12894E for <quic-issues@ietf.org>; Wed, 16 Jan 2019 08:04:26 -0800 (PST)
Date: Wed, 16 Jan 2019 08:04:25 -0800
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1547654665; bh=qREb2I3N6/JyU6jZ1H3aD9spEPBMAbhrTXCr9pDGrf8=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=j27yVF8B1kC3JpU/a8NyqddAmT/GM7/vB8gG5bM7q4/WlDQzdF3C8aLfxczusJh/r YrQAeVjuAt3zUHZWru81jFZniAAI7RwWzGqrR+6vCe5V6oD289DwPzYDlUGB28zOjN qIJj8U6Df/ygERAdNZsqnLea6qKJptO+y0t0gA6Y=
From: MikkelFJ <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+0166e4ab803e49cf73d7ad1dd5a43a00f164b61aaf016da092cf000000011857180992a169ce174638d4@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/issues/2135/454834611@github.com>
In-Reply-To: <quicwg/base-drafts/issues/2135@github.com>
References: <quicwg/base-drafts/issues/2135@github.com>
Subject: Re: [quicwg/base-drafts] How many datagrams can a client send prior to validating the path? (#2135)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5c3f560966c43_48163ff3bc8d45c4527826"; 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/ojGXu3xL_pGd654D92FPnNU09vY>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
List-Id: Notification list for GitHub issues related to the QUIC WG <quic-issues.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=unsubscribe>
List-Archive: <https://mailarchive.ietf.org/arch/browse/quic-issues/>
List-Post: <mailto:quic-issues@ietf.org>
List-Help: <mailto:quic-issues-request@ietf.org?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, 16 Jan 2019 16:04:28 -0000

----==_mimepart_5c3f560966c43_48163ff3bc8d45c4527826
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

I think we had a similar discussion twice, getting some text, and later removed. But I don't recall anymore.

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/quicwg/base-drafts/issues/2135#issuecomment-454834611
----==_mimepart_5c3f560966c43_48163ff3bc8d45c4527826
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

<p>I think we had a similar discussion twice, getting some text, and later removed. But I don't recall anymore.</p>

<p style="font-size:small;-webkit-text-size-adjust:none;color:#666;">&mdash;<br />You are receiving this because you are subscribed to this thread.<br />Reply to this email directly, <a href="https://github.com/quicwg/base-drafts/issues/2135#issuecomment-454834611">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AWbkq7nqjnOZafYNeSRu3CSOFM-O_GB5ks5vD02JgaJpZM4ZQv8P">mute the thread</a>.<img src="https://github.com/notifications/beacon/AWbkq5lM4RJPy5N_XNSGxgvxj5gCAVsVks5vD02JgaJpZM4ZQv8P.gif" height="1" width="1" alt="" /></p>
<script type="application/json" data-scope="inboxmarkup">{"api_version":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name":"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"https://github.githubassets.com/images/email/message_cards/header.png","avatar_image_url":"https://github.githubassets.com/images/email/message_cards/avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/quicwg/base-drafts"}},"updates":{"snippets":[{"icon":"PERSON","message":"@mikkelfj in #2135: I think we had a similar discussion twice, getting some text, and later removed. But I don't recall anymore."}],"action":{"name":"View Issue","url":"https://github.com/quicwg/base-drafts/issues/2135#issuecomment-454834611"}}}</script>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/issues/2135#issuecomment-454834611",
"url": "https://github.com/quicwg/base-drafts/issues/2135#issuecomment-454834611",
"name": "View Issue"
},
"description": "View this Issue on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>
----==_mimepart_5c3f560966c43_48163ff3bc8d45c4527826--


From nobody Wed Jan 16 08:26:34 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 91FBB130E1C for <quic-issues@ietfa.amsl.com>; Wed, 16 Jan 2019 08:26:31 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -7.553
X-Spam-Level: 
X-Spam-Status: No, score=-7.553 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIMWL_WL_HIGH=-4.553, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-1, RCVD_IN_DNSWL_NONE=-0.0001, SPF_PASS=-0.001] autolearn=ham autolearn_force=no
Authentication-Results: ietfa.amsl.com (amavisd-new); dkim=pass (1024-bit key) header.d=github.com
Received: from mail.ietf.org ([4.31.198.44]) by localhost (ietfa.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id Xc0ahHYMDJhB for <quic-issues@ietfa.amsl.com>; Wed, 16 Jan 2019 08:26:29 -0800 (PST)
Received: from o9.sgmail.github.com (o9.sgmail.github.com [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 8251F12D4EC for <quic-issues@ietf.org>; Wed, 16 Jan 2019 08:26:29 -0800 (PST)
DKIM-Signature: v=1; a=rsa-sha1; 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=87YaFEQTg8ojb18FrwigLmMzGsc=; b=Iuez9kQf4N/hHeWT mc3Ck2xlNVEwB06p0z2/+R/fgHqX5FO4l/NqJUcXT2jXaBTPmjr99o7PYSLlzW7E HxCUzPO2tJNTPRJCGIeVticb2Ov95v2m0c5YHSS9h4MN0oqDmOXSlfF8ckl8iYOf H8WyCzAQRDGF7s3saq4mAGANmU8=
Received: by filter0305p1iad2.sendgrid.net with SMTP id filter0305p1iad2-5789-5C3F5B34-7 2019-01-16 16:26:28.083019668 +0000 UTC m=+150353.224928909
Received: from github-lowworker-e55e3e3.cp1-iad.github.net (unknown [192.30.252.41]) by ismtpd0031p1iad2.sendgrid.net (SG) with ESMTP id -6kFyYy9QYuE4mnRmay_Hg for <quic-issues@ietf.org>; Wed, 16 Jan 2019 16:26:28.113 +0000 (UTC)
Received: from github.com (localhost [127.0.0.1]) by github-lowworker-e55e3e3.cp1-iad.github.net (Postfix) with ESMTP id 13844180060 for <quic-issues@ietf.org>; Wed, 16 Jan 2019 08:26:28 -0800 (PST)
Date: Wed, 16 Jan 2019 16:26:28 +0000 (UTC)
From: Lucas Pardue <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+0166e4ab71bd356694e846c22e3835bcd7c99030aedd575892cf0000000118571d3492a169ce17d5d58e@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/issues/2339@github.com>
Subject: [quicwg/base-drafts] QPACK: instructions and stream description is suboptimal (#2339)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5c3f5b341216a_426c3fea0c8d45c41319c"; 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
X-SG-EID: l64QuQ2uJCcEyUykJbxN122A6QRmEpucztpreh3Pak0ddPmouTmQTCn8ekEdr4/Jh+EvsGiPW3KdBn bb4WMI8sUqAdRhZPNb4q/gGZPln4rQ1osxsCWyXGa6u3D1pBp7OxALjZpHEQ60FW8YwXgwPwScZqrP OtHpfCSR6kOEXcuDm1FXjqcIBh+8zUW3Ta/XSWPP+nwz6dy2ARYZdkX+kxgfd11QXvLJuGuQuAnHIF c=
Archived-At: <https://mailarchive.ietf.org/arch/msg/quic-issues/6iNzoPDCv-JSMOr_N5xqvi7gTGI>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
List-Id: Notification list for GitHub issues related to the QUIC WG <quic-issues.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=unsubscribe>
List-Archive: <https://mailarchive.ietf.org/arch/browse/quic-issues/>
List-Post: <mailto:quic-issues@ietf.org>
List-Help: <mailto:quic-issues-request@ietf.org?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, 16 Jan 2019 16:26:31 -0000

----==_mimepart_5c3f5b341216a_426c3fea0c8d45c41319c
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

Did the section hierarchy get messed up a little in a recent refactor?

The concept of QPACK instructions are first introduced in section 2, along with encoder and decoder streams. There is no forward reference to the later definitions.

The real problem I have is with section 4.2. It contains a bulleted list that is almost identical to section 2, but subtly different. The text following this list is also ambiguous

> There MUST be exactly one of each unidirectional stream type in each direction.
The previous list referred to request streams and push streams. These are obviously out of scope but it could get mistaken.

I think we've discussed elsewhere that implementations could decide not to use dynamic compression, and so the encoder and decoder streams are not necessary. I think this sentence could be made clearer by saying something like "if the dynamic table is being used, each endpoint MUST create exactly one pair of encoder and decoder streams."

> Receipt of a second instance of either stream type MUST be treated as a connection error of HTTP_WRONG_STREAM_COUNT.

Perhaps simplify to "receipt of additional streams which claim to be an encoder or decoder stream MUST be treated as a connection error of HTTP_WRONG_STREAM_COUNT.

> Closure of either unidirectional stream MUST be treated as a connection error of type HTTP_CLOSED_CRITICAL_STREAM.

Perhaps "The closure of encoder or decoder streams, at any point, MUST be treated as a connection error of type HTTP_CLOSED_CRITICAL_STREAM."

> This section describes the instructions which are possible on each stream type.
No it doesn't :)

While I am here, Section 4.5 is titled "Request and Push Streams" but it just talks about instructions to include in frames. 

I'm left with a feeling that there is a misplaced focus on streams rather than instructions. This could be inverted to state instructions, with a comment on where they are allowed to appear, summarised in a nice table somewhere in 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/issues/2339
----==_mimepart_5c3f5b341216a_426c3fea0c8d45c41319c
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

<p>Did the section hierarchy get messed up a little in a recent refactor?</p>
<p>The concept of QPACK instructions are first introduced in section 2, along with encoder and decoder streams. There is no forward reference to the later definitions.</p>
<p>The real problem I have is with section 4.2. It contains a bulleted list that is almost identical to section 2, but subtly different. The text following this list is also ambiguous</p>
<blockquote>
<p>There MUST be exactly one of each unidirectional stream type in each direction.<br>
The previous list referred to request streams and push streams. These are obviously out of scope but it could get mistaken.</p>
</blockquote>
<p>I think we've discussed elsewhere that implementations could decide not to use dynamic compression, and so the encoder and decoder streams are not necessary. I think this sentence could be made clearer by saying something like "if the dynamic table is being used, each endpoint MUST create exactly one pair of encoder and decoder streams."</p>
<blockquote>
<p>Receipt of a second instance of either stream type MUST be treated as a connection error of HTTP_WRONG_STREAM_COUNT.</p>
</blockquote>
<p>Perhaps simplify to "receipt of additional streams which claim to be an encoder or decoder stream MUST be treated as a connection error of HTTP_WRONG_STREAM_COUNT.</p>
<blockquote>
<p>Closure of either unidirectional stream MUST be treated as a connection error of type HTTP_CLOSED_CRITICAL_STREAM.</p>
</blockquote>
<p>Perhaps "The closure of encoder or decoder streams, at any point, MUST be treated as a connection error of type HTTP_CLOSED_CRITICAL_STREAM."</p>
<blockquote>
<p>This section describes the instructions which are possible on each stream type.<br>
No it doesn't :)</p>
</blockquote>
<p>While I am here, Section 4.5 is titled "Request and Push Streams" but it just talks about instructions to include in frames.</p>
<p>I'm left with a feeling that there is a misplaced focus on streams rather than instructions. This could be inverted to state instructions, with a comment on where they are allowed to appear, summarised in a nice table somewhere in 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/issues/2339">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AWbkq7QHaNKLQUBIZHK84ZtelhAdgClGks5vD1K0gaJpZM4aDcsl">mute the thread</a>.<img src="https://github.com/notifications/beacon/AWbkq4PAkyKI1vLtPhqc0lk5PvDHbwlHks5vD1K0gaJpZM4aDcsl.gif" height="1" width="1" alt="" /></p>
<script type="application/json" data-scope="inboxmarkup">{"api_version":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name":"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"https://github.githubassets.com/images/email/message_cards/header.png","avatar_image_url":"https://github.githubassets.com/images/email/message_cards/avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/quicwg/base-drafts"}},"updates":{"snippets":[{"icon":"DESCRIPTION","message":"QPACK: instructions and stream description is suboptimal (#2339)"}],"action":{"name":"View Issue","url":"https://github.com/quicwg/base-drafts/issues/2339"}}}</script>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/issues/2339",
"url": "https://github.com/quicwg/base-drafts/issues/2339",
"name": "View Issue"
},
"description": "View this Issue on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>
----==_mimepart_5c3f5b341216a_426c3fea0c8d45c41319c--


From nobody Wed Jan 16 08:30:55 2019
Return-Path: <bounce+565321.40f-quic-issues=ietf.org@github.com>
X-Original-To: quic-issues@ietfa.amsl.com
Delivered-To: quic-issues@ietfa.amsl.com
Received: from localhost (localhost [127.0.0.1]) by ietfa.amsl.com (Postfix) with ESMTP id E354712D4ED for <quic-issues@ietfa.amsl.com>; Wed, 16 Jan 2019 08:30:54 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -0.996
X-Spam-Level: 
X-Spam-Status: No, score=-0.996 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIM_ADSP_CUSTOM_MED=0.001, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, FREEMAIL_FORGED_FROMDOMAIN=0.001, FREEMAIL_FROM=0.001, HEADER_FROM_DIFFERENT_DOMAINS=0.001, NML_ADSP_CUSTOM_MED=0.9, RCVD_IN_DNSWL_NONE=-0.0001, SPF_PASS=-0.001, URIBL_BLOCKED=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 xuaYHX9VKbzB for <quic-issues@ietfa.amsl.com>; Wed, 16 Jan 2019 08:30:53 -0800 (PST)
Received: from m71-131.mailgun.net (m71-131.mailgun.net [166.78.71.131]) (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 A440A12D4EC for <quic-issues@ietf.org>; Wed, 16 Jan 2019 08:30:53 -0800 (PST)
DKIM-Signature: a=rsa-sha256; v=1; c=relaxed/relaxed; d=github.com; q=dns/txt;  s=mailo; t=1547656252; h=Content-Transfer-Encoding: Content-Type: Mime-Version: Subject: Message-ID: To: Reply-To: From: Date: Sender; bh=3qcndh8/+Da9huRczNfUGY6r6F1J2MvY1FcjqgRsFJE=; b=OrURB0PCcSR4rigNco0vjL/+LJNTUZWJ0+dvTsvwXUo5uFabpdowFipvbX+YFAZBWEG2BIWq GLKjUgO3qxhbou6GhPETa6/h555sgf8+5nyBjU1pQmJwJr3rNYcttUbFi5r+MFWzalNKfQbV oKFvZJ1RPb/h4dzSU6fhJnN0ob4=
X-Mailgun-Sending-Ip: 166.78.71.131
X-Mailgun-Sid: WyJhNzYyYiIsICJxdWljLWlzc3Vlc0BpZXRmLm9yZyIsICI0MGYiXQ==
Sender: kazuhooku=gmail.com@github.com
Received: from github.com (Unknown [192.30.252.39]) by mxa.mailgun.org with ESMTP id 5c3f5c3c.7f10ba5f1a50-smtp-out-n03; Wed, 16 Jan 2019 16:30:52 -0000 (UTC)
Date: Wed, 16 Jan 2019 08:30:51 -0800
From: Kazuho Oku <kazuhooku@gmail.com>
Reply-To: Kazuho Oku <kazuhooku@gmail.com>
To: quic-issues@ietf.org
Message-ID: <5c3f5c3bb350d_549c2ac6c6f36580669e1@hookshot-fe-da92815.cp1-iad.github.net.mail>
Subject: [quicwg/base-drafts] 0fcb05: extended unidirectional streams can be closed or r...
Mime-Version: 1.0
Content-Type: multipart/mixed; boundary="--==_mimepart_5c3f5c3bb318b_549c2ac6c6f365806687c"; charset=UTF-8
Content-Transfer-Encoding: 7bit
Archived-At: <https://mailarchive.ietf.org/arch/msg/quic-issues/a2W-4kv1JsrQ2Nb7VuqDD3-yNS8>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
Precedence: list
List-Id: Notification list for GitHub issues related to the QUIC WG <quic-issues.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=unsubscribe>
List-Archive: <https://mailarchive.ietf.org/arch/browse/quic-issues/>
List-Post: <mailto:quic-issues@ietf.org>
List-Help: <mailto:quic-issues-request@ietf.org?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, 16 Jan 2019 16:30:55 -0000

----==_mimepart_5c3f5c3bb318b_549c2ac6c6f365806687c
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

  Branch: refs/heads/master
  Home:   https://github.com/quicwg/base-drafts
  Commit: 0fcb0544ca54f147ed52567678ae0ceb00bdd633
      https://github.com/quicwg/base-drafts/commit/0fcb0544ca54f147ed52567678ae0ceb00bdd633
  Author: Kazuho Oku <kazuhooku@gmail.com>
  Date:   2019-01-16 (Wed, 16 Jan 2019)

  Changed paths:
    M draft-ietf-quic-http.md
    M draft-ietf-quic-qpack.md

  Log Message:
  -----------
  extended unidirectional streams can be closed or reset (#2332)

* extended unidirectional streams can be closed or reset

* fix typo

* designate the streams that MUST NOT be closed

* Update draft-ietf-quic-http.md

Co-Authored-By: kazuho <kazuhooku@gmail.com>

* Update draft-ietf-quic-qpack.md

Co-Authored-By: kazuho <kazuhooku@gmail.com>

* Update draft-ietf-quic-http.md

Co-Authored-By: kazuho <kazuhooku@gmail.com>



      **NOTE:** This service has been marked for deprecation: https://developer.github.com/changes/2018-04-25-github-services-deprecation/

      Functionality will be removed from GitHub.com on January 31st, 2019.

----==_mimepart_5c3f5c3bb318b_549c2ac6c6f365806687c--


From nobody Wed Jan 16 08: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 C03D6130E1C for <quic-issues@ietfa.amsl.com>; Wed, 16 Jan 2019 08:30:59 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -11.149
X-Spam-Level: 
X-Spam-Status: No, score=-11.149 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIMWL_WL_HIGH=-4.553, 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_PASS=-0.001] autolearn=ham autolearn_force=no
Authentication-Results: ietfa.amsl.com (amavisd-new); dkim=pass (1024-bit key) header.d=github.com
Received: from mail.ietf.org ([4.31.198.44]) by localhost (ietfa.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id Gkwvp18HnZiX for <quic-issues@ietfa.amsl.com>; Wed, 16 Jan 2019 08:30: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 0B333130E0E for <quic-issues@ietf.org>; Wed, 16 Jan 2019 08:30:58 -0800 (PST)
Date: Wed, 16 Jan 2019 08:30:56 -0800
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1547656256; bh=WX+Lcth7TQsTDr2Sc2RoNT3YG4wXada/J8m1t0Vh1sk=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=j7T2l3x13n0LikYTd5dRikVmpwYog18mic0NZxKjn+T3rFfnS8FaVnwuvqbgLBh2Z gDojtPf/XyBvjHOeO5ZcEdfjrEW8gL8hz60iReiFS9Bbil27PDAXxn6j72uXaamZId IaZFUuJpIQE2h3XcIoeWuH9sDBuqFTlpWOKnoTA0=
From: Mike Bishop <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+0166e4abb114dc3238db158634a84679ed51534e9692b45e92cf0000000118571e4092a169ce17c1011d@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/issue/2331/issue_event/2077905646@github.com>
In-Reply-To: <quicwg/base-drafts/issues/2331@github.com>
References: <quicwg/base-drafts/issues/2331@github.com>
Subject: Re: [quicwg/base-drafts] What should the receiver do when the peer closes a unidirectional stream before providing the stream type? (#2331)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5c3f5c40bbf81_5193fe400cd45b42069ba"; 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/uxJYqm6Gc2DtavfZmbmTIITh15Y>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
List-Id: Notification list for GitHub issues related to the QUIC WG <quic-issues.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=unsubscribe>
List-Archive: <https://mailarchive.ietf.org/arch/browse/quic-issues/>
List-Post: <mailto:quic-issues@ietf.org>
List-Help: <mailto:quic-issues-request@ietf.org?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, 16 Jan 2019 16:31:00 -0000

----==_mimepart_5c3f5c40bbf81_5193fe400cd45b42069ba
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

Closed #2331 via #2332.

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/quicwg/base-drafts/issues/2331#event-2077905646
----==_mimepart_5c3f5c40bbf81_5193fe400cd45b42069ba
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="398524701" data-permission-text="Issue title is private" data-url="https://github.com/quicwg/base-drafts/issues/2331" data-hovercard-type="issue" data-hovercard-url="/quicwg/base-drafts/issues/2331/hovercard" href="https://github.com/quicwg/base-drafts/issues/2331">#2331</a> via <a class="issue-link js-issue-link" data-error-text="Failed to load issue title" data-id="398606903" data-permission-text="Issue title is private" data-url="https://github.com/quicwg/base-drafts/issues/2332" data-hovercard-type="pull_request" data-hovercard-url="/quicwg/base-drafts/pull/2332/hovercard" href="https://github.com/quicwg/base-drafts/pull/2332">#2332</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/2331#event-2077905646">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AWbkq9QjJxiUcqg1jVJ-dJjT_9p3psY-ks5vD1PAgaJpZM4Z8gYm">mute the thread</a>.<img src="https://github.com/notifications/beacon/AWbkq9zoUZR9QO4DdQ5iCciab8PIV_qmks5vD1PAgaJpZM4Z8gYm.gif" height="1" width="1" alt="" /></p>
<script type="application/json" data-scope="inboxmarkup">{"api_version":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name":"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"https://github.githubassets.com/images/email/message_cards/header.png","avatar_image_url":"https://github.githubassets.com/images/email/message_cards/avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/quicwg/base-drafts"}},"updates":{"snippets":[{"icon":"DESCRIPTION","message":"Closed #2331 via #2332."}],"action":{"name":"View Issue","url":"https://github.com/quicwg/base-drafts/issues/2331#event-2077905646"}}}</script>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/issues/2331#event-2077905646",
"url": "https://github.com/quicwg/base-drafts/issues/2331#event-2077905646",
"name": "View Issue"
},
"description": "View this Issue on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>
----==_mimepart_5c3f5c40bbf81_5193fe400cd45b42069ba--


From nobody Wed Jan 16 08:31:07 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 EC28E12D4EC for <quic-issues@ietfa.amsl.com>; Wed, 16 Jan 2019 08:31:00 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -5.935
X-Spam-Level: 
X-Spam-Status: No, score=-5.935 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIMWL_WL_HIGH=-4.553, DKIM_SIGNED=0.1, DKIM_VALID=-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_PASS=-0.001] autolearn=ham autolearn_force=no
Authentication-Results: ietfa.amsl.com (amavisd-new); dkim=pass (1024-bit key) header.d=github.com
Received: 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-Cq9-ndhWZp for <quic-issues@ietfa.amsl.com>; Wed, 16 Jan 2019 08:30:59 -0800 (PST)
Received: from o4.sgmail.github.com (o4.sgmail.github.com [192.254.112.99]) (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 4F53F12D4ED for <quic-issues@ietf.org>; Wed, 16 Jan 2019 08:30:59 -0800 (PST)
DKIM-Signature: v=1; a=rsa-sha1; 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=Jwa6tueonubBFMrRP49Mpq0lkKI=; b=kdbv01xIVLSPXIro bpa82ioEAi7j7HpBMat88QgcvZwf9Ks4+RX4dybZ+KWvI3EBWFaUfG1h1P53rmbE k8Ecyw7EXswekoDuA8gviDlCHz1sD8Uf0ni0OUSEK4gpDcQ9JVPqVP/SrQn8ditZ F1rHoJDQ2jrHYCjMa1u00yJVZNg=
Received: by filter0244p1iad2.sendgrid.net with SMTP id filter0244p1iad2-20763-5C3F5C42-3 2019-01-16 16:30:58.048119585 +0000 UTC m=+150396.607015966
Received: from github-lowworker-e8fa9ff.cp1-iad.github.net (unknown [192.30.252.43]) by ismtpd0058p1mdw1.sendgrid.net (SG) with ESMTP id qH7U84SaR5OolVGJU10BNg for <quic-issues@ietf.org>; Wed, 16 Jan 2019 16:30:57.924 +0000 (UTC)
Received: from github.com (localhost [127.0.0.1]) by github-lowworker-e8fa9ff.cp1-iad.github.net (Postfix) with ESMTP id C7017420289 for <quic-issues@ietf.org>; Wed, 16 Jan 2019 08:30:57 -0800 (PST)
Date: Wed, 16 Jan 2019 16:30:58 +0000 (UTC)
From: Mike Bishop <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+0166e4abf836e15818dbffb7528d1b182795e22449d9149692cf0000000118571e4192a169ce17c24237@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/pull/2332/issue_event/2077905634@github.com>
In-Reply-To: <quicwg/base-drafts/pull/2332@github.com>
References: <quicwg/base-drafts/pull/2332@github.com>
Subject: Re: [quicwg/base-drafts] extended unidirectional streams can be closed or reset (#2332)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5c3f5c41c4497_72ad3fbafd4d45c0103930"; 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: l64QuQ2uJCcEyUykJbxN122A6QRmEpucztpreh3Pak2J+l+XGkXVCpFdW2EJ/QrwcfdcApgernYmqh U1kIJwo7Cif3R8EtPzlBQl3eXtB9tDgcMhLaUxZ3r36aQtdXhqfcNU9AMKtOqLj9Ic82z/8xQCzpcD /oRtixvw5ajft+GxitjtHeSKyTs/mi0Fy3x6p2WsIE2U7dSiVbXv729XRxmDf4b9bEX6hqlYXE5wD/ E=
Archived-At: <https://mailarchive.ietf.org/arch/msg/quic-issues/6CORlFPpzXWNJ5pVjJV-nr8Q8O4>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
List-Id: Notification list for GitHub issues related to the QUIC WG <quic-issues.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=unsubscribe>
List-Archive: <https://mailarchive.ietf.org/arch/browse/quic-issues/>
List-Post: <mailto:quic-issues@ietf.org>
List-Help: <mailto:quic-issues-request@ietf.org?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, 16 Jan 2019 16:31:01 -0000

----==_mimepart_5c3f5c41c4497_72ad3fbafd4d45c0103930
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

Merged #2332 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/2332#event-2077905634
----==_mimepart_5c3f5c41c4497_72ad3fbafd4d45c0103930
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="398606903" data-permission-text="Issue title is private" data-url="https://github.com/quicwg/base-drafts/issues/2332" data-hovercard-type="pull_request" data-hovercard-url="/quicwg/base-drafts/pull/2332/hovercard" href="https://github.com/quicwg/base-drafts/pull/2332">#2332</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/2332#event-2077905634">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AWbkqxpBNOsQBmfM1OoVp2P8t4qLfLcyks5vD1PBgaJpZM4Z86_h">mute the thread</a>.<img src="https://github.com/notifications/beacon/AWbkq_RhkM1RPeaVM9uzvhYVvTYqJdRnks5vD1PBgaJpZM4Z86_h.gif" height="1" width="1" alt="" /></p>
<script type="application/json" data-scope="inboxmarkup">{"api_version":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name":"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"https://github.githubassets.com/images/email/message_cards/header.png","avatar_image_url":"https://github.githubassets.com/images/email/message_cards/avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/quicwg/base-drafts"}},"updates":{"snippets":[{"icon":"DESCRIPTION","message":"Merged #2332 into master."}],"action":{"name":"View Pull Request","url":"https://github.com/quicwg/base-drafts/pull/2332#event-2077905634"}}}</script>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/pull/2332#event-2077905634",
"url": "https://github.com/quicwg/base-drafts/pull/2332#event-2077905634",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>
----==_mimepart_5c3f5c41c4497_72ad3fbafd4d45c0103930--


From nobody Wed Jan 16 08: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 6B6B0130E1C for <quic-issues@ietfa.amsl.com>; Wed, 16 Jan 2019 08:35:45 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -12.553
X-Spam-Level: 
X-Spam-Status: No, score=-12.553 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIMWL_WL_HIGH=-4.553, 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_PASS=-0.001] autolearn=ham autolearn_force=no
Authentication-Results: ietfa.amsl.com (amavisd-new); dkim=pass (1024-bit key) header.d=github.com
Received: from mail.ietf.org ([4.31.198.44]) by localhost (ietfa.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 80Fyrsaxuigo for <quic-issues@ietfa.amsl.com>; Wed, 16 Jan 2019 08:35: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 8277D12D4EC for <quic-issues@ietf.org>; Wed, 16 Jan 2019 08:35:43 -0800 (PST)
Date: Wed, 16 Jan 2019 08:35:42 -0800
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1547656542; bh=QVBY9K5OfKMXrc2Un78SLIvnCVGQFedFlrhRdFZY0pM=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=L7e+EqQzMCuEyINI6KsT7o0UhK+PmR8s6daqv08xDbdKlA4My5q5ViY5HMFxEyWEf d/n5AzJV0QCV/l8ICd0N1OohSc0VDr6CqIfO1M+kTlj3/sMkwRQ26x/a2wY2ufIPa0 WGfaMeO24TpUA+BIaJomFdHTDeGkWoKM/ucc2ga0=
From: afrind <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+0166e4abf87cda656bd133680942a858d357bde18fd1325c92cf0000000118571f5e92a169ce17d5d58e@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/issues/2339/454847187@github.com>
In-Reply-To: <quicwg/base-drafts/issues/2339@github.com>
References: <quicwg/base-drafts/issues/2339@github.com>
Subject: Re: [quicwg/base-drafts] QPACK: instructions and stream description is suboptimal (#2339)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5c3f5d5e82e42_52e3fe400cd45b434896a"; 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/dsYb4pPutSkaUy70orPJv9Efu2A>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
List-Id: Notification list for GitHub issues related to the QUIC WG <quic-issues.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=unsubscribe>
List-Archive: <https://mailarchive.ietf.org/arch/browse/quic-issues/>
List-Post: <mailto:quic-issues@ietf.org>
List-Help: <mailto:quic-issues-request@ietf.org?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, 16 Jan 2019 16:35:45 -0000

----==_mimepart_5c3f5d5e82e42_52e3fe400cd45b434896a
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

The big editorial refactor intentionally reordered the sections: the goal was to describe concepts first and specific instructions second.

Regarding whether the encoder/decoder streams are required, there's a separate (design) issue open (#2100). 

Given that the instruction spaces are unique per stream type, and no instruction is allowed on more than one stream, I think it makes sense to keep the instructions organized by the stream on which they are used.  

I can clean up the ambiguous references to unidirectional streams to make it clear that we're talking about the QPACK control streams.

I'll give it another read through with your comments in mind and see what further improvements we can make.

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/quicwg/base-drafts/issues/2339#issuecomment-454847187
----==_mimepart_5c3f5d5e82e42_52e3fe400cd45b434896a
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: quoted-printable

<p>The big editorial refactor intentionally reordered the sections: the g=
oal was to describe concepts first and specific instructions second.</p>
<p>Regarding whether the encoder/decoder streams are required, there's a =
separate (design) issue open (<a class=3D"issue-link js-issue-link" data-=
error-text=3D"Failed to load issue title" data-id=3D"387650444" data-perm=
ission-text=3D"Issue title is private" data-url=3D"https://github.com/qui=
cwg/base-drafts/issues/2100" data-hovercard-type=3D"issue" data-hovercard=
-url=3D"/quicwg/base-drafts/issues/2100/hovercard" href=3D"https://github=
.com/quicwg/base-drafts/issues/2100">#2100</a>).</p>
<p>Given that the instruction spaces are unique per stream type, and no i=
nstruction is allowed on more than one stream, I think it makes sense to =
keep the instructions organized by the stream on which they are used.</p>=

<p>I can clean up the ambiguous references to unidirectional streams to m=
ake it clear that we're talking about the QPACK control streams.</p>
<p>I'll give it another read through with your comments in mind and see w=
hat further improvements we can make.</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/2339#issuecomment-454847187">view it on GitHub</a>,=
 or <a href=3D"https://github.com/notifications/unsubscribe-auth/AWbkq6zp=
4eBUYmd_urrIdp4Mixceft4Bks5vD1TegaJpZM4aDcsl">mute the thread</a>.<img sr=
c=3D"https://github.com/notifications/beacon/AWbkq855iQ26wCNJEp8r630Eg3fq=
0CH9ks5vD1TegaJpZM4aDcsl.gif" height=3D"1" width=3D"1" alt=3D"" /></p>
<script type=3D"application/json" data-scope=3D"inboxmarkup">{"api_versio=
n":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name"=
:"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"=
quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"http=
s://github.githubassets.com/images/email/message_cards/header.png","avata=
r_image_url":"https://github.githubassets.com/images/email/message_cards/=
avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/q=
uicwg/base-drafts"}},"updates":{"snippets":[{"icon":"PERSON","message":"@=
afrind in #2339: The big editorial refactor intentionally reordered the s=
ections: the goal was to describe concepts first and specific instruction=
s second.\r\n\r\nRegarding whether the encoder/decoder streams are requir=
ed, there's a separate (design) issue open (#2100). \r\n\r\nGiven that th=
e instruction spaces are unique per stream type, and no instruction is al=
lowed on more than one stream, I think it makes sense to keep the instruc=
tions organized by the stream on which they are used.  \r\n\r\nI can clea=
n up the ambiguous references to unidirectional streams to make it clear =
that we're talking about the QPACK control streams.\r\n\r\nI'll give it a=
nother read through with your comments in mind and see what further impro=
vements we can make."}],"action":{"name":"View Issue","url":"https://gith=
ub.com/quicwg/base-drafts/issues/2339#issuecomment-454847187"}}}</script>=

<script type=3D"application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/issues/2339#issuecomment=
-454847187",
"url": "https://github.com/quicwg/base-drafts/issues/2339#issuecomment-45=
4847187",
"name": "View Issue"
},
"description": "View this Issue on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>=

----==_mimepart_5c3f5d5e82e42_52e3fe400cd45b434896a--


From nobody Wed Jan 16 08:53: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 B1CFB12894E for <quic-issues@ietfa.amsl.com>; Wed, 16 Jan 2019 08:53:53 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -12.553
X-Spam-Level: 
X-Spam-Status: No, score=-12.553 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIMWL_WL_HIGH=-4.553, 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_PASS=-0.001] autolearn=ham autolearn_force=no
Authentication-Results: ietfa.amsl.com (amavisd-new); dkim=pass (1024-bit key) header.d=github.com
Received: from mail.ietf.org ([4.31.198.44]) by localhost (ietfa.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id Yik36L9jfPXm for <quic-issues@ietfa.amsl.com>; Wed, 16 Jan 2019 08:53: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 078151276D0 for <quic-issues@ietf.org>; Wed, 16 Jan 2019 08:53:52 -0800 (PST)
Date: Wed, 16 Jan 2019 08:53:51 -0800
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1547657631; bh=GWYAtZxAns443ZLum+JSfyzslPgdCnsPPkpCm4BjTx8=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=Bmj5gacaxeeT18iWvQ5a/hoxqaVYxGy/vnFhmcglECHEjbuASGp6hqFM/iXERDOWG aXXb0YwjydK213yUVtW12zzaGnHTIlvNAFJ6Sq882Obu5Nw4SJDcxp1vEDaHKukn01 VU9QtUYfu5/QZ9htj0yMtEdoxbneJ5cUFh7C6qyQ=
From: Lucas Pardue <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+0166e4ab809b68864c7b57c666f11f7e24f1aedb1bc8502192cf000000011857239f92a169ce17d5d58e@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/issues/2339/454854127@github.com>
In-Reply-To: <quicwg/base-drafts/issues/2339@github.com>
References: <quicwg/base-drafts/issues/2339@github.com>
Subject: Re: [quicwg/base-drafts] QPACK: instructions and stream description is suboptimal (#2339)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5c3f619f46c8c_1e1a3ffd0e6d45c09548"; 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/CG9aC10Heb-0-T_sSfvO74Hcat0>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
List-Id: Notification list for GitHub issues related to the QUIC WG <quic-issues.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=unsubscribe>
List-Archive: <https://mailarchive.ietf.org/arch/browse/quic-issues/>
List-Post: <mailto:quic-issues@ietf.org>
List-Help: <mailto:quic-issues-request@ietf.org?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, 16 Jan 2019 16:53:54 -0000

----==_mimepart_5c3f619f46c8c_1e1a3ffd0e6d45c09548
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

I'm happy to come up with a PR containing some proposals. 

I think we have some diversity in perspective. Coming from a HTTP/3-first position with a background in HTTP/2, my currency is the _header block_. I've been told it can be sent in HEADERS and PUSH_PROMISE, I don't need to be told how those frames are sent (i.e. what streams).

As someone unfamiliar with the specification, the instructions don't leap out. There is not one section in the TOC that mentions the term _instruction_. From my limited appreciation, I'd class the instructions as a primitive of header compression. But I accept that these are perhaps the QPACK data model, with primitives akin to built-in types. 

It still hasn't leapt out to me if the encoder and decoder stream exchange clear header blocks, or just a stream of instructions.

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/quicwg/base-drafts/issues/2339#issuecomment-454854127
----==_mimepart_5c3f619f46c8c_1e1a3ffd0e6d45c09548
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: quoted-printable

<p>I'm happy to come up with a PR containing some proposals.</p>
<p>I think we have some diversity in perspective. Coming from a HTTP/3-fi=
rst position with a background in HTTP/2, my currency is the <em>header b=
lock</em>. I've been told it can be sent in HEADERS and PUSH_PROMISE, I d=
on't need to be told how those frames are sent (i.e. what streams).</p>
<p>As someone unfamiliar with the specification, the instructions don't l=
eap out. There is not one section in the TOC that mentions the term <em>i=
nstruction</em>. From my limited appreciation, I'd class the instructions=
 as a primitive of header compression. But I accept that these are perhap=
s the QPACK data model, with primitives akin to built-in types.</p>
<p>It still hasn't leapt out to me if the encoder and decoder stream exch=
ange clear header blocks, or just a stream of instructions.</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/2339#issuecomment-454854127">view it on GitHub</a>,=
 or <a href=3D"https://github.com/notifications/unsubscribe-auth/AWbkq7lK=
BsoXJfD74n8jhTt7LYnjYDblks5vD1kfgaJpZM4aDcsl">mute the thread</a>.<img sr=
c=3D"https://github.com/notifications/beacon/AWbkq-zcQwhNkejM_tCd1exSjSbD=
71p2ks5vD1kfgaJpZM4aDcsl.gif" height=3D"1" width=3D"1" alt=3D"" /></p>
<script type=3D"application/json" data-scope=3D"inboxmarkup">{"api_versio=
n":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name"=
:"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"=
quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"http=
s://github.githubassets.com/images/email/message_cards/header.png","avata=
r_image_url":"https://github.githubassets.com/images/email/message_cards/=
avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/q=
uicwg/base-drafts"}},"updates":{"snippets":[{"icon":"PERSON","message":"@=
LPardue in #2339: I'm happy to come up with a PR containing some proposal=
s. \r\n\r\nI think we have some diversity in perspective. Coming from a H=
TTP/3-first position with a background in HTTP/2, my currency is the _hea=
der block_. I've been told it can be sent in HEADERS and PUSH_PROMISE, I =
don't need to be told how those frames are sent (i.e. what streams).\r\n\=
r\nAs someone unfamiliar with the specification, the instructions don't l=
eap out. There is not one section in the TOC that mentions the term _inst=
ruction_. From my limited appreciation, I'd class the instructions as a p=
rimitive of header compression. But I accept that these are perhaps the Q=
PACK data model, with primitives akin to built-in types. \r\n\r\nIt still=
 hasn't leapt out to me if the encoder and decoder stream exchange clear =
header blocks, or just a stream of instructions."}],"action":{"name":"Vie=
w Issue","url":"https://github.com/quicwg/base-drafts/issues/2339#issueco=
mment-454854127"}}}</script>
<script type=3D"application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/issues/2339#issuecomment=
-454854127",
"url": "https://github.com/quicwg/base-drafts/issues/2339#issuecomment-45=
4854127",
"name": "View Issue"
},
"description": "View this Issue on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>=

----==_mimepart_5c3f619f46c8c_1e1a3ffd0e6d45c09548--


From nobody Wed Jan 16 08:57:15 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 4816C124BAA for <quic-issues@ietfa.amsl.com>; Wed, 16 Jan 2019 08:57:14 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -5.934
X-Spam-Level: 
X-Spam-Status: No, score=-5.934 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIMWL_WL_HIGH=-4.553, DKIM_SIGNED=0.1, DKIM_VALID=-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_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 ncShyri21KeY for <quic-issues@ietfa.amsl.com>; Wed, 16 Jan 2019 08:57:12 -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 BBC9B124B0C for <quic-issues@ietf.org>; Wed, 16 Jan 2019 08:57:12 -0800 (PST)
DKIM-Signature: v=1; a=rsa-sha1; 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=sPK1D1S1Tcq8naANz3LPQBqLkpg=; b=wDNql1MAB1oLUvoz 1NSpQJyiS5nF1YHS3hAcw33pyPl/b49Q9FhC8NmkGbIf4xeIDC6SPN/7z/5TaMb1 aNGEcbl4vlyDn1Afz6gngw90SSoNIYVNzTUlnDrzUfV6zej6nsf+WX+wj5tJu99k FJW8IudEQC7EGC3j2VTiNtc236w=
Received: by filter0752p1las1.sendgrid.net with SMTP id filter0752p1las1-7748-5C3F6267-1F 2019-01-16 16:57:11.438932155 +0000 UTC m=+149238.565279672
Received: from github-lowworker-1f7e42f.cp1-iad.github.net (unknown [192.30.252.46]) by ismtpd0034p1iad2.sendgrid.net (SG) with ESMTP id 8ZYDPzyMQSGFMNRrRYxi7A for <quic-issues@ietf.org>; Wed, 16 Jan 2019 16:57:11.485 +0000 (UTC)
Received: from github.com (localhost [127.0.0.1]) by github-lowworker-1f7e42f.cp1-iad.github.net (Postfix) with ESMTP id 5CBCCC0603 for <quic-issues@ietf.org>; Wed, 16 Jan 2019 08:57:11 -0800 (PST)
Date: Wed, 16 Jan 2019 16:57:11 +0000 (UTC)
From: ianswett <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+0166e4ab15a26ea1f376d9e18e2d7404b165fdecb738eb7c92cf000000011857246792a169ce174638d4@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/issues/2135/454855460@github.com>
In-Reply-To: <quicwg/base-drafts/issues/2135@github.com>
References: <quicwg/base-drafts/issues/2135@github.com>
Subject: Re: [quicwg/base-drafts] How many datagrams can a client send prior to validating the path? (#2135)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5c3f62675a75a_2b0c3fcf956d45bc2058c8"; 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
X-SG-EID: l64QuQ2uJCcEyUykJbxN122A6QRmEpucztpreh3Pak2hAuOotwT41w1JIbJbS+WN2UFmgXiGFcrW4+ T138po+JRa/RjTblovSTb/1k77it76ELVhvmtTA26K4owDrP7E92yG1855MSp/Fd7ZXwo+ChBUI2jH w6TXRUWsUT1z/DCyaIEE/PqHyllzTuSzRtyYBxVlmg7UFylIQZQXSNbrOA==
Archived-At: <https://mailarchive.ietf.org/arch/msg/quic-issues/ixAjIL4dKe9xz-eGWDaReDO4DRo>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
List-Id: Notification list for GitHub issues related to the QUIC WG <quic-issues.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=unsubscribe>
List-Archive: <https://mailarchive.ietf.org/arch/browse/quic-issues/>
List-Post: <mailto:quic-issues@ietf.org>
List-Help: <mailto:quic-issues-request@ietf.org?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, 16 Jan 2019 16:57:14 -0000

----==_mimepart_5c3f62675a75a_2b0c3fcf956d45bc2058c8
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

There's a section on address validation which should prevent reflection attacks: https://tools.ietf.org/html/draft-ietf-quic-transport-17#section-8

This issue is about what the client can 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/2135#issuecomment-454855460
----==_mimepart_5c3f62675a75a_2b0c3fcf956d45bc2058c8
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

<p>There's a section on address validation which should prevent reflection attacks: <a href="https://tools.ietf.org/html/draft-ietf-quic-transport-17#section-8" rel="nofollow">https://tools.ietf.org/html/draft-ietf-quic-transport-17#section-8</a></p>
<p>This issue is about what the client can 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/2135#issuecomment-454855460">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AWbkq3Z1wk3207m0PV7BerqttQUx93Imks5vD1nngaJpZM4ZQv8P">mute the thread</a>.<img src="https://github.com/notifications/beacon/AWbkq7-D8iiS7oDhSePRHcqhbZsWqN3oks5vD1nngaJpZM4ZQv8P.gif" height="1" width="1" alt="" /></p>
<script type="application/json" data-scope="inboxmarkup">{"api_version":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name":"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"https://github.githubassets.com/images/email/message_cards/header.png","avatar_image_url":"https://github.githubassets.com/images/email/message_cards/avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/quicwg/base-drafts"}},"updates":{"snippets":[{"icon":"PERSON","message":"@ianswett in #2135: There's a section on address validation which should prevent reflection attacks: https://tools.ietf.org/html/draft-ietf-quic-transport-17#section-8\r\n\r\nThis issue is about what the client can send."}],"action":{"name":"View Issue","url":"https://github.com/quicwg/base-drafts/issues/2135#issuecomment-454855460"}}}</script>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/issues/2135#issuecomment-454855460",
"url": "https://github.com/quicwg/base-drafts/issues/2135#issuecomment-454855460",
"name": "View Issue"
},
"description": "View this Issue on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>
----==_mimepart_5c3f62675a75a_2b0c3fcf956d45bc2058c8--


From nobody Wed Jan 16 09:21:06 2019
Return-Path: <bounce+565321.40f-quic-issues=ietf.org@github.com>
X-Original-To: quic-issues@ietfa.amsl.com
Delivered-To: quic-issues@ietfa.amsl.com
Received: from localhost (localhost [127.0.0.1]) by ietfa.amsl.com (Postfix) with ESMTP id A392A130E99 for <quic-issues@ietfa.amsl.com>; Wed, 16 Jan 2019 09:20:57 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -0.996
X-Spam-Level: 
X-Spam-Status: No, score=-0.996 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIM_ADSP_CUSTOM_MED=0.001, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, FREEMAIL_FORGED_FROMDOMAIN=0.001, FREEMAIL_FROM=0.001, HEADER_FROM_DIFFERENT_DOMAINS=0.001, NML_ADSP_CUSTOM_MED=0.9, RCVD_IN_DNSWL_NONE=-0.0001, SPF_PASS=-0.001, URIBL_BLOCKED=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 4NiRhjQBE9YQ for <quic-issues@ietfa.amsl.com>; Wed, 16 Jan 2019 09:20:56 -0800 (PST)
Received: from m71-131.mailgun.net (m71-131.mailgun.net [166.78.71.131]) (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 3B9DD130EE5 for <quic-issues@ietf.org>; Wed, 16 Jan 2019 09:20:56 -0800 (PST)
DKIM-Signature: a=rsa-sha256; v=1; c=relaxed/relaxed; d=github.com; q=dns/txt;  s=mailo; t=1547659255; h=Content-Transfer-Encoding: Content-Type: Mime-Version: Subject: Message-ID: To: Reply-To: From: Date: Sender; bh=Zb/casmgKLXZc8uwqzsu0WayDsNtQR0KP8fsjanC+MU=; b=t6TXl9EbR3/Lc2KCpGvBnlIxtVqKgan5u88nTZ4h3gESuVKm63X70fubNBwpXztM5az0wJ1L MNGwRKenXQ/MiUhtVpcRhSJNKWE0oVHruMO4F/bJrBj64JWIVTfSTpyidXap12W1aA4HuYM0 LNpd+/xNBe+mmqUov/zTiLQAsVE=
X-Mailgun-Sending-Ip: 166.78.71.131
X-Mailgun-Sid: WyJhNzYyYiIsICJxdWljLWlzc3Vlc0BpZXRmLm9yZyIsICI0MGYiXQ==
Sender: jri.ietf=gmail.com@github.com
Received: from github.com (Unknown [192.30.252.44]) by mxa.mailgun.org with ESMTP id 5c3f67f7.7f2e6345c810-smtp-out-n02; Wed, 16 Jan 2019 17:20:55 -0000 (UTC)
Date: Wed, 16 Jan 2019 09:20:54 -0800
From: janaiyengar <jri.ietf@gmail.com>
Reply-To: janaiyengar <jri.ietf@gmail.com>
To: quic-issues@ietf.org
Message-ID: <5c3f67f62cdc9_749c2b2267a6c57090911@hookshot-fe-6e9b612.cp1-iad.github.net.mail>
Subject: [quicwg/base-drafts] 9471af: Update draft-ietf-quic-recovery.md
Mime-Version: 1.0
Content-Type: multipart/mixed; boundary="--==_mimepart_5c3f67f62c802_749c2b2267a6c570908c9"; charset=UTF-8
Content-Transfer-Encoding: 7bit
Archived-At: <https://mailarchive.ietf.org/arch/msg/quic-issues/e2rDWmdJquVPvkgOX8j2x7DbBuA>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
Precedence: list
List-Id: Notification list for GitHub issues related to the QUIC WG <quic-issues.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=unsubscribe>
List-Archive: <https://mailarchive.ietf.org/arch/browse/quic-issues/>
List-Post: <mailto:quic-issues@ietf.org>
List-Help: <mailto:quic-issues-request@ietf.org?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, 16 Jan 2019 17:21:04 -0000

----==_mimepart_5c3f67f62c802_749c2b2267a6c570908c9
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

  Branch: refs/heads/ianswett-ignore-loss
  Home:   https://github.com/quicwg/base-drafts
  Commit: 9471affabce0a9794b4a3f7844d0308951653c07
      https://github.com/quicwg/base-drafts/commit/9471affabce0a9794b4a3f7844d0308951653c07
  Author: janaiyengar <jri.ietf@gmail.com>
  Date:   2019-01-16 (Wed, 16 Jan 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>



      **NOTE:** This service has been marked for deprecation: https://developer.github.com/changes/2018-04-25-github-services-deprecation/

      Functionality will be removed from GitHub.com on January 31st, 2019.

----==_mimepart_5c3f67f62c802_749c2b2267a6c570908c9--


From nobody Wed Jan 16 09:21:13 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 02D60130EB4 for <quic-issues@ietfa.amsl.com>; Wed, 16 Jan 2019 09:21:01 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -5.934
X-Spam-Level: 
X-Spam-Status: No, score=-5.934 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIMWL_WL_HIGH=-4.553, DKIM_SIGNED=0.1, DKIM_VALID=-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_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 83W_lyV2c_3J for <quic-issues@ietfa.amsl.com>; Wed, 16 Jan 2019 09:20:59 -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 68CD3130E8F for <quic-issues@ietf.org>; Wed, 16 Jan 2019 09:20:58 -0800 (PST)
DKIM-Signature: v=1; a=rsa-sha1; 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=031+hKQFs30LYkipLYf/PgO/DQ4=; b=cVSaAvNW/evCK4yX y+Sx1MAocVoERbaIsmn4CrUiq6eKXLthcmbGPYWJ2mZwsc4r8NOzGsHftMkJgVMi 6+k5bzRTpKFgfPzq+Seey0MT3b1Nj7nDo5os50XFhbDYqOxfSHRFgVa6yfUyRGEB rNSCk0595F9YCRjqTiyJDsNH7wQ=
Received: by filter1173p1las1.sendgrid.net with SMTP id filter1173p1las1-25463-5C3F67F9-1E 2019-01-16 17:20:57.67914142 +0000 UTC m=+1387.462357234
Received: from github-lowworker-0b1e58d.cp1-iad.github.net (unknown [192.30.252.43]) by ismtpd0017p1iad2.sendgrid.net (SG) with ESMTP id P2Me7x1SSnSxcR8oWOPJBQ for <quic-issues@ietf.org>; Wed, 16 Jan 2019 17:20:57.605 +0000 (UTC)
Received: from github.com (localhost [127.0.0.1]) by github-lowworker-0b1e58d.cp1-iad.github.net (Postfix) with ESMTP id 8A4DF3E0BAE for <quic-issues@ietf.org>; Wed, 16 Jan 2019 09:20:57 -0800 (PST)
Date: Wed, 16 Jan 2019 17:20:58 +0000 (UTC)
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/2327/push/3215910943@github.com>
In-Reply-To: <quicwg/base-drafts/pull/2327@github.com>
References: <quicwg/base-drafts/pull/2327@github.com>
Subject: Re: [quicwg/base-drafts] Ignore packet loss when the keys are not available (#2327)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5c3f67f988c41_14883fbf650d45bc30765"; 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
X-SG-EID: l64QuQ2uJCcEyUykJbxN122A6QRmEpucztpreh3Pak23TJOzw9qwS8uBPTpFFYd28jdXrd0A3W/7Ln q7BorjitrLNCq8NnI4Rp1KnLFqGcu+dIWWQlLABdXifITCSZHxJUU8RBIvF+hG0TnfWkSW+zeKUVYX 1sFpAx+e9icGTpFwTgFpleEqAatd3S6JKfWsMuTofArVNkSh5mLS1lKXj5Ir4HVPRn15BbVBywdsAb 4=
Archived-At: <https://mailarchive.ietf.org/arch/msg/quic-issues/7XFamuDAlFRRQdjKMzD34avpVRM>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
List-Id: Notification list for GitHub issues related to the QUIC WG <quic-issues.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=unsubscribe>
List-Archive: <https://mailarchive.ietf.org/arch/browse/quic-issues/>
List-Post: <mailto:quic-issues@ietf.org>
List-Help: <mailto:quic-issues-request@ietf.org?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, 16 Jan 2019 17:21:05 -0000

----==_mimepart_5c3f67f988c41_14883fbf650d45bc30765
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

@ianswett pushed 1 commit.

9471affabce0a9794b4a3f7844d0308951653c07  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/2327/files/16569969f029354b64295a475f670f40ff1ccc07..9471affabce0a9794b4a3f7844d0308951653c07

----==_mimepart_5c3f67f988c41_14883fbf650d45bc30765
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/9471affabce0a9794b4a3f7844d0308951653c07">9471aff</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/2327/files/16569969f029354b64295a475f670f40ff1ccc07..9471affabce0a9794b4a3f7844d0308951653c07">View it on GitHub</a> or <a href="https://github.com/notifications/unsubscribe-auth/AWbkq06Y5lVGZRjRJVx-srr677ixo6Bpks5vD195gaJpZM4Z4S8B">mute the thread</a>.<img src="https://github.com/notifications/beacon/AWbkq7DWmXDSb25fgBt6YY5EEF3OTM39ks5vD195gaJpZM4Z4S8B.gif" height="1" width="1" alt="" /></p>
<script type="application/json" data-scope="inboxmarkup">{"api_version":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name":"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"https://github.githubassets.com/images/email/message_cards/header.png","avatar_image_url":"https://github.githubassets.com/images/email/message_cards/avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/quicwg/base-drafts"}},"updates":{"snippets":[{"icon":"PERSON","message":"@ianswett pushed 1 commit in #2327"}],"action":{"name":"View Pull Request","url":"https://github.com/quicwg/base-drafts/pull/2327/files/16569969f029354b64295a475f670f40ff1ccc07..9471affabce0a9794b4a3f7844d0308951653c07"}}}</script>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/pull/2327/files/16569969f029354b64295a475f670f40ff1ccc07..9471affabce0a9794b4a3f7844d0308951653c07",
"url": "https://github.com/quicwg/base-drafts/pull/2327/files/16569969f029354b64295a475f670f40ff1ccc07..9471affabce0a9794b4a3f7844d0308951653c07",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>

----==_mimepart_5c3f67f988c41_14883fbf650d45bc30765--


From nobody Wed Jan 16 09:21:51 2019
Return-Path: <bounce+565321.40f-quic-issues=ietf.org@github.com>
X-Original-To: quic-issues@ietfa.amsl.com
Delivered-To: quic-issues@ietfa.amsl.com
Received: from localhost (localhost [127.0.0.1]) by ietfa.amsl.com (Postfix) with ESMTP id 1DE4F124BAA for <quic-issues@ietfa.amsl.com>; Wed, 16 Jan 2019 09:21:50 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -0.996
X-Spam-Level: 
X-Spam-Status: No, score=-0.996 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIM_ADSP_CUSTOM_MED=0.001, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, FREEMAIL_FORGED_FROMDOMAIN=0.001, FREEMAIL_FROM=0.001, HEADER_FROM_DIFFERENT_DOMAINS=0.001, NML_ADSP_CUSTOM_MED=0.9, RCVD_IN_DNSWL_NONE=-0.0001, SPF_PASS=-0.001, URIBL_BLOCKED=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 BmBDjwAGz121 for <quic-issues@ietfa.amsl.com>; Wed, 16 Jan 2019 09:21:48 -0800 (PST)
Received: from m69-169.mailgun.net (m69-169.mailgun.net [166.78.69.169]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id AD063124B0C for <quic-issues@ietf.org>; Wed, 16 Jan 2019 09:21:48 -0800 (PST)
DKIM-Signature: a=rsa-sha256; v=1; c=relaxed/relaxed; d=github.com; q=dns/txt;  s=mailo; t=1547659307; h=Content-Transfer-Encoding: Content-Type: Mime-Version: Subject: Message-ID: To: Reply-To: From: Date: Sender; bh=2NImwnlDYOuzwrsF1jKw/qcBu48zat0SlMMfLZ7+KAo=; b=O+cG/pFLqzacp5hecnvyWL6HzTPDCJSttBr6lB2BcIoMmev5Vqb7UFx68BN7lZMg99CCOKWz v1JwMwkIROVr4Z8OfKFnJs3w+XWRXPSEVCz4j5L8XY8VYHGlDrYv6k5S6FWlHKomqxX72wT8 1OvzbKqzz5fs0cd5nnhLYs7+3XE=
X-Mailgun-Sending-Ip: 166.78.69.169
X-Mailgun-Sid: WyJhNzYyYiIsICJxdWljLWlzc3Vlc0BpZXRmLm9yZyIsICI0MGYiXQ==
Sender: jri.ietf=gmail.com@github.com
Received: from github.com (Unknown [192.30.252.37]) by mxa.mailgun.org with ESMTP id 5c3f682b.7f6b4dccf930-smtp-out-n03; Wed, 16 Jan 2019 17:21:47 -0000 (UTC)
Date: Wed, 16 Jan 2019 09:21:47 -0800
From: janaiyengar <jri.ietf@gmail.com>
Reply-To: janaiyengar <jri.ietf@gmail.com>
To: quic-issues@ietf.org
Message-ID: <5c3f682bcadf1_61772b1e984f8580929b3@hookshot-fe-32b5f5b.cp1-iad.github.net.mail>
Subject: [quicwg/base-drafts] 820e03: Update draft-ietf-quic-recovery.md
Mime-Version: 1.0
Content-Type: multipart/mixed; boundary="--==_mimepart_5c3f682bcaa10_61772b1e984f85809288f"; charset=UTF-8
Content-Transfer-Encoding: 7bit
Archived-At: <https://mailarchive.ietf.org/arch/msg/quic-issues/0D2o6F7YujzaI7Ab9uO1NhaAqPo>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
Precedence: list
List-Id: Notification list for GitHub issues related to the QUIC WG <quic-issues.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=unsubscribe>
List-Archive: <https://mailarchive.ietf.org/arch/browse/quic-issues/>
List-Post: <mailto:quic-issues@ietf.org>
List-Help: <mailto:quic-issues-request@ietf.org?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, 16 Jan 2019 17:21:50 -0000

----==_mimepart_5c3f682bcaa10_61772b1e984f85809288f
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

  Branch: refs/heads/ianswett-ignore-loss
  Home:   https://github.com/quicwg/base-drafts
  Commit: 820e03c643fb2e9362f74cde8dad0947dfe1d9dc
      https://github.com/quicwg/base-drafts/commit/820e03c643fb2e9362f74cde8dad0947dfe1d9dc
  Author: janaiyengar <jri.ietf@gmail.com>
  Date:   2019-01-16 (Wed, 16 Jan 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>



      **NOTE:** This service has been marked for deprecation: https://developer.github.com/changes/2018-04-25-github-services-deprecation/

      Functionality will be removed from GitHub.com on January 31st, 2019.

----==_mimepart_5c3f682bcaa10_61772b1e984f85809288f--


From nobody Wed Jan 16 09:21: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 50241124B0C for <quic-issues@ietfa.amsl.com>; Wed, 16 Jan 2019 09:21:56 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -10.934
X-Spam-Level: 
X-Spam-Status: No, score=-10.934 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIMWL_WL_HIGH=-4.553, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, HTML_IMAGE_ONLY_24=1.618, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-1, RCVD_IN_DNSWL_HI=-5, 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 dQMIH5JXWtAz for <quic-issues@ietfa.amsl.com>; Wed, 16 Jan 2019 09:21:54 -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 8BE24124BE5 for <quic-issues@ietf.org>; Wed, 16 Jan 2019 09:21:54 -0800 (PST)
Date: Wed, 16 Jan 2019 09:21:53 -0800
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1547659313; bh=beq2diKrdaaRTXvmzokl15wTTHj7VvrBxn17sfpD4zA=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=zOTawrvyMwJkzuLYVBR7XkOlQaagICcAgu5lBNTtyB2GExzMVNnrB7R12noQ1iuDF pooPyuWvA4einKJjbvz1cwaQeJYP7uQsk7KftxHVbN8K5UpnJoZfAh+Q+QuDlqQckC sy697YzDyCUiFhT5ec9TTVS4uvDDISh+e3KcjrxM=
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/2327/push/3215913810@github.com>
In-Reply-To: <quicwg/base-drafts/pull/2327@github.com>
References: <quicwg/base-drafts/pull/2327@github.com>
Subject: Re: [quicwg/base-drafts] Ignore packet loss when the keys are not available (#2327)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5c3f68314243f_26cc3fb1948d45c06542d"; 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/rnRklrCEDtm71020ZDz_fIdknLs>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
List-Id: Notification list for GitHub issues related to the QUIC WG <quic-issues.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=unsubscribe>
List-Archive: <https://mailarchive.ietf.org/arch/browse/quic-issues/>
List-Post: <mailto:quic-issues@ietf.org>
List-Help: <mailto:quic-issues-request@ietf.org?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, 16 Jan 2019 17:21:56 -0000

----==_mimepart_5c3f68314243f_26cc3fb1948d45c06542d
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

@ianswett pushed 1 commit.

820e03c643fb2e9362f74cde8dad0947dfe1d9dc  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/2327/files/9471affabce0a9794b4a3f7844d0308951653c07..820e03c643fb2e9362f74cde8dad0947dfe1d9dc

----==_mimepart_5c3f68314243f_26cc3fb1948d45c06542d
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/820e03c643fb2e9362f74cde8dad0947dfe1d9dc">820e03c</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/2327/files/9471affabce0a9794b4a3f7844d0308951653c07..820e03c643fb2e9362f74cde8dad0947dfe1d9dc">View it on GitHub</a> or <a href="https://github.com/notifications/unsubscribe-auth/AWbkq022FB0AjDyabkrtkr0uC14AwdTyks5vD1-xgaJpZM4Z4S8B">mute the thread</a>.<img src="https://github.com/notifications/beacon/AWbkq8bBAotSD8lKbwuBpM1s5_yF4n3rks5vD1-xgaJpZM4Z4S8B.gif" height="1" width="1" alt="" /></p>
<script type="application/json" data-scope="inboxmarkup">{"api_version":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name":"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"https://github.githubassets.com/images/email/message_cards/header.png","avatar_image_url":"https://github.githubassets.com/images/email/message_cards/avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/quicwg/base-drafts"}},"updates":{"snippets":[{"icon":"PERSON","message":"@ianswett pushed 1 commit in #2327"}],"action":{"name":"View Pull Request","url":"https://github.com/quicwg/base-drafts/pull/2327/files/9471affabce0a9794b4a3f7844d0308951653c07..820e03c643fb2e9362f74cde8dad0947dfe1d9dc"}}}</script>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/pull/2327/files/9471affabce0a9794b4a3f7844d0308951653c07..820e03c643fb2e9362f74cde8dad0947dfe1d9dc",
"url": "https://github.com/quicwg/base-drafts/pull/2327/files/9471affabce0a9794b4a3f7844d0308951653c07..820e03c643fb2e9362f74cde8dad0947dfe1d9dc",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>

----==_mimepart_5c3f68314243f_26cc3fb1948d45c06542d--


From nobody Wed Jan 16 09:22:51 2019
Return-Path: <bounce+565321.40f-quic-issues=ietf.org@github.com>
X-Original-To: quic-issues@ietfa.amsl.com
Delivered-To: quic-issues@ietfa.amsl.com
Received: from localhost (localhost [127.0.0.1]) by ietfa.amsl.com (Postfix) with ESMTP id 209EF130E0E for <quic-issues@ietfa.amsl.com>; Wed, 16 Jan 2019 09:22:43 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -0.996
X-Spam-Level: 
X-Spam-Status: No, score=-0.996 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIM_ADSP_CUSTOM_MED=0.001, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, FREEMAIL_FORGED_FROMDOMAIN=0.001, FREEMAIL_FROM=0.001, HEADER_FROM_DIFFERENT_DOMAINS=0.001, NML_ADSP_CUSTOM_MED=0.9, RCVD_IN_DNSWL_NONE=-0.0001, SPF_PASS=-0.001, URIBL_BLOCKED=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 LlKLlkDXXPvj for <quic-issues@ietfa.amsl.com>; Wed, 16 Jan 2019 09:22:41 -0800 (PST)
Received: from m69-170.mailgun.net (m69-170.mailgun.net [166.78.69.170]) (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 BB5F7128CF2 for <quic-issues@ietf.org>; Wed, 16 Jan 2019 09:22:41 -0800 (PST)
DKIM-Signature: a=rsa-sha256; v=1; c=relaxed/relaxed; d=github.com; q=dns/txt;  s=mailo; t=1547659361; h=Content-Transfer-Encoding: Content-Type: Mime-Version: Subject: Message-ID: To: Reply-To: From: Date: Sender; bh=0CE86eUMZC6WQij2AWAoPArCdifEDDy68RE6QFtJVFc=; b=SVxUPA9D9GZvjowmsbpv70PeguV4b6/FkrvEKqCakyeMlnmFrMs/AQTpxecnxsfjnDKzOdks B1Lr1bO+5kWu0w8vPr2wddP8dPY609hV2NIiA5Efzmv+5YeFAOdH+zG1GcM5A2jf2eagfM57 svVV9TENOBkmfuAh2Sfm3pV2J9g=
X-Mailgun-Sending-Ip: 166.78.69.170
X-Mailgun-Sid: WyJhNzYyYiIsICJxdWljLWlzc3Vlc0BpZXRmLm9yZyIsICI0MGYiXQ==
Sender: jri.ietf=gmail.com@github.com
Received: from github.com (Unknown [192.30.252.35]) by mxa.mailgun.org with ESMTP id 5c3f6861.7fbba56fee70-smtp-out-n02; Wed, 16 Jan 2019 17:22:41 -0000 (UTC)
Date: Wed, 16 Jan 2019 09:22:40 -0800
From: janaiyengar <jri.ietf@gmail.com>
Reply-To: janaiyengar <jri.ietf@gmail.com>
To: quic-issues@ietf.org
Message-ID: <5c3f686082d5e_12352b0067e16580281bc@hookshot-fe-d252ca1.cp1-iad.github.net.mail>
Subject: [quicwg/base-drafts] 4edcbc: Update draft-ietf-quic-recovery.md
Mime-Version: 1.0
Content-Type: multipart/mixed; boundary="--==_mimepart_5c3f686082a1d_12352b0067e1658028034"; charset=UTF-8
Content-Transfer-Encoding: 7bit
Archived-At: <https://mailarchive.ietf.org/arch/msg/quic-issues/c4cFhEax8hDWmkX_TKqnQ0JU41M>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
Precedence: list
List-Id: Notification list for GitHub issues related to the QUIC WG <quic-issues.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=unsubscribe>
List-Archive: <https://mailarchive.ietf.org/arch/browse/quic-issues/>
List-Post: <mailto:quic-issues@ietf.org>
List-Help: <mailto:quic-issues-request@ietf.org?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, 16 Jan 2019 17:22:49 -0000

----==_mimepart_5c3f686082a1d_12352b0067e1658028034
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

  Branch: refs/heads/ianswett-ignore-loss
  Home:   https://github.com/quicwg/base-drafts
  Commit: 4edcbcdf9065347029e6be69cebf92a99d3fc218
      https://github.com/quicwg/base-drafts/commit/4edcbcdf9065347029e6be69cebf92a99d3fc218
  Author: janaiyengar <jri.ietf@gmail.com>
  Date:   2019-01-16 (Wed, 16 Jan 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>



      **NOTE:** This service has been marked for deprecation: https://developer.github.com/changes/2018-04-25-github-services-deprecation/

      Functionality will be removed from GitHub.com on January 31st, 2019.

----==_mimepart_5c3f686082a1d_12352b0067e1658028034--


From nobody Wed Jan 16 09: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 59D111310FA for <quic-issues@ietfa.amsl.com>; Wed, 16 Jan 2019 09:22:52 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -10.934
X-Spam-Level: 
X-Spam-Status: No, score=-10.934 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIMWL_WL_HIGH=-4.553, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, HTML_IMAGE_ONLY_24=1.618, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-1, RCVD_IN_DNSWL_HI=-5, 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 sj8Vv6TaN8wx for <quic-issues@ietfa.amsl.com>; Wed, 16 Jan 2019 09:22: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 4B0E5130E7F for <quic-issues@ietf.org>; Wed, 16 Jan 2019 09:22:46 -0800 (PST)
Date: Wed, 16 Jan 2019 09:22:45 -0800
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1547659365; bh=NIjQCZyV38VnXTLxrbGWcstP63nJaJRrrmUFm/Gu5Kg=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=ES08i7VvQEFfYwYbnw+UR+BDL+pXrY7xL9Qk1/Whv/a0VSuRW/z6Yxb9axQ7l6J0W apaq8NA0zzuz5MByKb61M4PXV/SxQHDQ0GEx2jFs/aWK2jINluDmtsTsmP2C89gcWE LP2Ho05yAzNYVC00HgEKVquRZUvL9W+fBtMFI4UQ=
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/2327/push/3215916647@github.com>
In-Reply-To: <quicwg/base-drafts/pull/2327@github.com>
References: <quicwg/base-drafts/pull/2327@github.com>
Subject: Re: [quicwg/base-drafts] Ignore packet loss when the keys are not available (#2327)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5c3f68654f9bb_4bc13f98832d45b469110"; 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/9vQBhRjVRpqAwE9HPkmLz3jPGPA>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
List-Id: Notification list for GitHub issues related to the QUIC WG <quic-issues.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=unsubscribe>
List-Archive: <https://mailarchive.ietf.org/arch/browse/quic-issues/>
List-Post: <mailto:quic-issues@ietf.org>
List-Help: <mailto:quic-issues-request@ietf.org?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, 16 Jan 2019 17:22:58 -0000

----==_mimepart_5c3f68654f9bb_4bc13f98832d45b469110
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

@ianswett pushed 1 commit.

4edcbcdf9065347029e6be69cebf92a99d3fc218  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/2327/files/820e03c643fb2e9362f74cde8dad0947dfe1d9dc..4edcbcdf9065347029e6be69cebf92a99d3fc218

----==_mimepart_5c3f68654f9bb_4bc13f98832d45b469110
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/4edcbcdf9065347029e6be69cebf92a99d3fc218">4edcbcd</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/2327/files/820e03c643fb2e9362f74cde8dad0947dfe1d9dc..4edcbcdf9065347029e6be69cebf92a99d3fc218">View it on GitHub</a> or <a href="https://github.com/notifications/unsubscribe-auth/AWbkq7rbdZcLHORRBPBH5BFksVP-gJn0ks5vD1_lgaJpZM4Z4S8B">mute the thread</a>.<img src="https://github.com/notifications/beacon/AWbkqydmubjRrEUkiTNUGRbszSXiOxSNks5vD1_lgaJpZM4Z4S8B.gif" height="1" width="1" alt="" /></p>
<script type="application/json" data-scope="inboxmarkup">{"api_version":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name":"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"https://github.githubassets.com/images/email/message_cards/header.png","avatar_image_url":"https://github.githubassets.com/images/email/message_cards/avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/quicwg/base-drafts"}},"updates":{"snippets":[{"icon":"PERSON","message":"@ianswett pushed 1 commit in #2327"}],"action":{"name":"View Pull Request","url":"https://github.com/quicwg/base-drafts/pull/2327/files/820e03c643fb2e9362f74cde8dad0947dfe1d9dc..4edcbcdf9065347029e6be69cebf92a99d3fc218"}}}</script>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/pull/2327/files/820e03c643fb2e9362f74cde8dad0947dfe1d9dc..4edcbcdf9065347029e6be69cebf92a99d3fc218",
"url": "https://github.com/quicwg/base-drafts/pull/2327/files/820e03c643fb2e9362f74cde8dad0947dfe1d9dc..4edcbcdf9065347029e6be69cebf92a99d3fc218",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>

----==_mimepart_5c3f68654f9bb_4bc13f98832d45b469110--


From nobody Wed Jan 16 09:24:25 2019
Return-Path: <bounce+565321.40f-quic-issues=ietf.org@github.com>
X-Original-To: quic-issues@ietfa.amsl.com
Delivered-To: quic-issues@ietfa.amsl.com
Received: from localhost (localhost [127.0.0.1]) by ietfa.amsl.com (Postfix) with ESMTP id AFD05124BAA for <quic-issues@ietfa.amsl.com>; Wed, 16 Jan 2019 09:24:23 -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=-4.553, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, RCVD_IN_DNSWL_NONE=-0.0001, SPF_PASS=-0.001, URIBL_BLOCKED=0.001] autolearn=ham autolearn_force=no
Authentication-Results: ietfa.amsl.com (amavisd-new); dkim=pass (1024-bit key) header.d=github.com
Received: from mail.ietf.org ([4.31.198.44]) by localhost (ietfa.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id Qg5r4LhuKMit for <quic-issues@ietfa.amsl.com>; Wed, 16 Jan 2019 09:24:22 -0800 (PST)
Received: from m69-169.mailgun.net (m69-169.mailgun.net [166.78.69.169]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id EE3781228B7 for <quic-issues@ietf.org>; Wed, 16 Jan 2019 09:24:21 -0800 (PST)
DKIM-Signature: a=rsa-sha256; v=1; c=relaxed/relaxed; d=github.com; q=dns/txt;  s=mailo; t=1547659461; h=Content-Transfer-Encoding: Content-Type: Mime-Version: Subject: Message-ID: To: Reply-To: From: Date: Sender; bh=R1pJf3qEgWZ89O3yKfnA4w9NFFfpACah6HqQ1d7ogBk=; b=H6U2QYmMWFrujphxZGsCkgquox+/aKupdtCjgA/2/l702IB0QQsJQFWw7a8xXnDutY7pGcum un0Q14BYnW2MSGvzO2vjgmjHznAXuj0bBnEyK4hkUsXS04hTuRBhVlheppHm/OnqskKzYfL+ KE+3iL++rrpkk5O8grzrxocd1Is=
X-Mailgun-Sending-Ip: 166.78.69.169
X-Mailgun-Sid: WyJhNzYyYiIsICJxdWljLWlzc3Vlc0BpZXRmLm9yZyIsICI0MGYiXQ==
Sender: ianswett=users.noreply.github.com@github.com
Received: from github.com (Unknown [192.30.253.29]) by mxa.mailgun.org with ESMTP id 5c3f68c5.7efcf46c4e40-smtp-out-n02; Wed, 16 Jan 2019 17:24:21 -0000 (UTC)
Date: Wed, 16 Jan 2019 09:24:20 -0800
From: ianswett <ianswett@users.noreply.github.com>
Reply-To: ianswett <ianswett@users.noreply.github.com>
To: quic-issues@ietf.org
Message-ID: <5c3f68c4428ec_7ed2b17e0cd45889872f@hookshot-fe-b0febf1.cp1-iad.github.net.mail>
Subject: [quicwg/base-drafts] ea8baa: Update draft-ietf-quic-recovery.md
Mime-Version: 1.0
Content-Type: multipart/mixed; boundary="--==_mimepart_5c3f68c44231a_7ed2b17e0cd45889862c"; charset=UTF-8
Content-Transfer-Encoding: 7bit
Archived-At: <https://mailarchive.ietf.org/arch/msg/quic-issues/EqmxQ-7P8_rvYo4akKqW5jn0nIk>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
Precedence: list
List-Id: Notification list for GitHub issues related to the QUIC WG <quic-issues.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=unsubscribe>
List-Archive: <https://mailarchive.ietf.org/arch/browse/quic-issues/>
List-Post: <mailto:quic-issues@ietf.org>
List-Help: <mailto:quic-issues-request@ietf.org?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, 16 Jan 2019 17:24:24 -0000

----==_mimepart_5c3f68c44231a_7ed2b17e0cd45889862c
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

  Branch: refs/heads/ianswett-ignore-loss
  Home:   https://github.com/quicwg/base-drafts
  Commit: ea8baae8ee5edd96daa90f317b38ec2267f86d0e
      https://github.com/quicwg/base-drafts/commit/ea8baae8ee5edd96daa90f317b38ec2267f86d0e
  Author: ianswett <ianswett@users.noreply.github.com>
  Date:   2019-01-16 (Wed, 16 Jan 2019)

  Changed paths:
    M draft-ietf-quic-recovery.md

  Log Message:
  -----------
  Update draft-ietf-quic-recovery.md



      **NOTE:** This service has been marked for deprecation: https://developer.github.com/changes/2018-04-25-github-services-deprecation/

      Functionality will be removed from GitHub.com on January 31st, 2019.

----==_mimepart_5c3f68c44231a_7ed2b17e0cd45889862c--


From nobody Wed Jan 16 09: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 DFC4A124B0C for <quic-issues@ietfa.amsl.com>; Wed, 16 Jan 2019 09:24:26 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -10.934
X-Spam-Level: 
X-Spam-Status: No, score=-10.934 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIMWL_WL_HIGH=-4.553, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, HTML_IMAGE_ONLY_24=1.618, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-1, RCVD_IN_DNSWL_HI=-5, 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 fM20dWoga1MO for <quic-issues@ietfa.amsl.com>; Wed, 16 Jan 2019 09:24:24 -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 368571228B7 for <quic-issues@ietf.org>; Wed, 16 Jan 2019 09:24:24 -0800 (PST)
Date: Wed, 16 Jan 2019 09:24:23 -0800
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1547659463; bh=k5EWffnrI0XNyM4o9niA6uDGdz2LtYs9w0XXgmKpjwI=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=M54gD9c7DI53tmb3C0ELUqwRGaPB4ESJyh1w/H5Jm1PbUraDXlbHRCz5/1hYbQhqM HwAYDFUFf/vDFbesZeVYEiVexKOiHG8H/hWqrWH0TvjRNXTdVfdpwmvu6FCko6I+GJ ixCFl7uFX9RhvNaHRg4mPaEeyKTfZr0+b92GJWS8=
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/2327/push/3215922036@github.com>
In-Reply-To: <quicwg/base-drafts/pull/2327@github.com>
References: <quicwg/base-drafts/pull/2327@github.com>
Subject: Re: [quicwg/base-drafts] Ignore packet loss when the keys are not available (#2327)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5c3f68c77cb54_13fe3f89100d45c056014"; 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/Q8y9EA4Jb4qwRaqQJaTIvu-xBi8>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
List-Id: Notification list for GitHub issues related to the QUIC WG <quic-issues.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=unsubscribe>
List-Archive: <https://mailarchive.ietf.org/arch/browse/quic-issues/>
List-Post: <mailto:quic-issues@ietf.org>
List-Help: <mailto:quic-issues-request@ietf.org?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, 16 Jan 2019 17:24:27 -0000

----==_mimepart_5c3f68c77cb54_13fe3f89100d45c056014
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

@ianswett pushed 1 commit.

ea8baae8ee5edd96daa90f317b38ec2267f86d0e  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/2327/files/4edcbcdf9065347029e6be69cebf92a99d3fc218..ea8baae8ee5edd96daa90f317b38ec2267f86d0e

----==_mimepart_5c3f68c77cb54_13fe3f89100d45c056014
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/ea8baae8ee5edd96daa90f317b38ec2267f86d0e">ea8baae</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/2327/files/4edcbcdf9065347029e6be69cebf92a99d3fc218..ea8baae8ee5edd96daa90f317b38ec2267f86d0e">View it on GitHub</a> or <a href="https://github.com/notifications/unsubscribe-auth/AWbkq02TCW6zSKHu2HjZb6AgNzHcLrZfks5vD2BHgaJpZM4Z4S8B">mute the thread</a>.<img src="https://github.com/notifications/beacon/AWbkqwCErsIPKEWKZSF_APQPGZuWW1ILks5vD2BHgaJpZM4Z4S8B.gif" height="1" width="1" alt="" /></p>
<script type="application/json" data-scope="inboxmarkup">{"api_version":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name":"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"https://github.githubassets.com/images/email/message_cards/header.png","avatar_image_url":"https://github.githubassets.com/images/email/message_cards/avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/quicwg/base-drafts"}},"updates":{"snippets":[{"icon":"PERSON","message":"@ianswett pushed 1 commit in #2327"}],"action":{"name":"View Pull Request","url":"https://github.com/quicwg/base-drafts/pull/2327/files/4edcbcdf9065347029e6be69cebf92a99d3fc218..ea8baae8ee5edd96daa90f317b38ec2267f86d0e"}}}</script>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/pull/2327/files/4edcbcdf9065347029e6be69cebf92a99d3fc218..ea8baae8ee5edd96daa90f317b38ec2267f86d0e",
"url": "https://github.com/quicwg/base-drafts/pull/2327/files/4edcbcdf9065347029e6be69cebf92a99d3fc218..ea8baae8ee5edd96daa90f317b38ec2267f86d0e",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>

----==_mimepart_5c3f68c77cb54_13fe3f89100d45c056014--


From nobody Wed Jan 16 09:26:30 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 E5BB1130E84 for <quic-issues@ietfa.amsl.com>; Wed, 16 Jan 2019 09:26:22 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -7.552
X-Spam-Level: 
X-Spam-Status: No, score=-7.552 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIMWL_WL_HIGH=-4.553, 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_PASS=-0.001] autolearn=ham autolearn_force=no
Authentication-Results: ietfa.amsl.com (amavisd-new); dkim=pass (1024-bit key) header.d=github.com
Received: from mail.ietf.org ([4.31.198.44]) by localhost (ietfa.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 229b5cjQHGW3 for <quic-issues@ietfa.amsl.com>; Wed, 16 Jan 2019 09:26:21 -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 BF1CC130E67 for <quic-issues@ietf.org>; Wed, 16 Jan 2019 09:26:20 -0800 (PST)
DKIM-Signature: v=1; a=rsa-sha1; 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=U4KLaw+ynferMAh8C0iYLgX3PGI=; b=gKQ37b767//Hk/+g iXdVji6YvM0WxI3Dk88fQxcxG4OvrGaFywXluNekHAcSdO1hssH56oMOErozFVCG wOkqwyd8qIs25lPQ3fMrXOhD4IPaAawSgm2498TzUYvr6Ji3T9cMGgnFnQES/RWZ oHic7fDPj+p+dX/HSHEEYNnUWu0=
Received: by filter0251p1iad2.sendgrid.net with SMTP id filter0251p1iad2-6967-5C3F693B-A 2019-01-16 17:26:19.15775305 +0000 UTC m=+153719.379758590
Received: from github-lowworker-f6df7df.cp1-iad.github.net (unknown [192.30.252.41]) by ismtpd0012p1iad1.sendgrid.net (SG) with ESMTP id oo6U6WhaQzqHeksHll3nTA for <quic-issues@ietf.org>; Wed, 16 Jan 2019 17:26:19.094 +0000 (UTC)
Received: from github.com (localhost [127.0.0.1]) by github-lowworker-f6df7df.cp1-iad.github.net (Postfix) with ESMTP id 154C03E0329 for <quic-issues@ietf.org>; Wed, 16 Jan 2019 09:26:19 -0800 (PST)
Date: Wed, 16 Jan 2019 17:26:19 +0000 (UTC)
From: ianswett <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+0166e4abeecc4107239c029b264a4d3c6a44cc13f4951c4692cf0000000118572b3b92a169ce14c4e0aa@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/pull/1637/review/193258313@github.com>
In-Reply-To: <quicwg/base-drafts/pull/1637@github.com>
References: <quicwg/base-drafts/pull/1637@github.com>
Subject: Re: [quicwg/base-drafts] Discuss Application-Limited Sending (#1637)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5c3f693b140a2_2943f80a22d45bc127090"; 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
X-SG-EID: l64QuQ2uJCcEyUykJbxN122A6QRmEpucztpreh3Pak3BbNQszBVI++vBVUrCf98IGzQmPySk2L+Ib8 PnQ0EurAE3y1w8USXX3X8Y5ZU73G1+87qOOhKdct+wWcF3ZwPmQjbs4XNB2Nuy408tDy79xmMrnKIE dTn9NHrZ86lYxx/0sqAyxMU1bXwYLY97wXqMh+Z1LLQRzX/mEDYDfj4zVg==
Archived-At: <https://mailarchive.ietf.org/arch/msg/quic-issues/ZtbxoSVCLvnDdm8aWLFYmP6SrYE>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
List-Id: Notification list for GitHub issues related to the QUIC WG <quic-issues.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=unsubscribe>
List-Archive: <https://mailarchive.ietf.org/arch/browse/quic-issues/>
List-Post: <mailto:quic-issues@ietf.org>
List-Help: <mailto:quic-issues-request@ietf.org?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, 16 Jan 2019 17:26:29 -0000

----==_mimepart_5c3f693b140a2_2943f80a22d45bc127090
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

ianswett commented on this pull request.



> @@ -999,6 +996,18 @@ paces the sending of any packets in excess of the initial congestion window.
 A sender MAY implement alternate mechanisms to update its congestion window
 after idle periods, such as those proposed for TCP in {{?RFC7661}}.
 
+## Application Limited Sending
+
+The congestion window should not be increased in slow start or congestion
+avoidance when it is not fully utilized.  The congestion window could be
+under-utilized due to insufficient application data to send or flow control
+limits.
+
+When the sender is pacing(see {{pacing}}) packets, the sender may be unable
+to use the full congestion window for a period of time after receiving an
+ACK, due to pacing.  In this case, the sender should not consider themselves

True, changed to acknowledgements.

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/quicwg/base-drafts/pull/1637#discussion_r248377271
----==_mimepart_5c3f693b140a2_2943f80a22d45bc127090
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/1637#discussion_r248377271">draft-ietf-quic-recovery.md</a>:</p>
<pre style='color:#555'>&gt; @@ -999,6 +996,18 @@ paces the sending of any packets in excess of the initial congestion window.
 A sender MAY implement alternate mechanisms to update its congestion window
 after idle periods, such as those proposed for TCP in {{?RFC7661}}.
 
+## Application Limited Sending
+
+The congestion window should not be increased in slow start or congestion
+avoidance when it is not fully utilized.  The congestion window could be
+under-utilized due to insufficient application data to send or flow control
+limits.
+
+When the sender is pacing(see {{pacing}}) packets, the sender may be unable
+to use the full congestion window for a period of time after receiving an
+ACK, due to pacing.  In this case, the sender should not consider themselves
</pre>
<p>True, changed to acknowledgements.</p>

<p style="font-size:small;-webkit-text-size-adjust:none;color:#666;">&mdash;<br />You are receiving this because you are subscribed to this thread.<br />Reply to this email directly, <a href="https://github.com/quicwg/base-drafts/pull/1637#discussion_r248377271">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AWbkqzDAi8UlEKROfcgoxynrx1ydWb9sks5vD2C7gaJpZM4VytaJ">mute the thread</a>.<img src="https://github.com/notifications/beacon/AWbkq4R2Kz9TnW3NHgXXNXz5tMVQFpDTks5vD2C7gaJpZM4VytaJ.gif" height="1" width="1" alt="" /></p>
<script type="application/json" data-scope="inboxmarkup">{"api_version":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name":"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"https://github.githubassets.com/images/email/message_cards/header.png","avatar_image_url":"https://github.githubassets.com/images/email/message_cards/avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/quicwg/base-drafts"}},"updates":{"snippets":[{"icon":"PERSON","message":"@ianswett commented on #1637"}],"action":{"name":"View Pull Request","url":"https://github.com/quicwg/base-drafts/pull/1637#discussion_r248377271"}}}</script>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/pull/1637#discussion_r248377271",
"url": "https://github.com/quicwg/base-drafts/pull/1637#discussion_r248377271",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>
----==_mimepart_5c3f693b140a2_2943f80a22d45bc127090--


From nobody Wed Jan 16 09:26:58 2019
Return-Path: <bounce+565321.40f-quic-issues=ietf.org@github.com>
X-Original-To: quic-issues@ietfa.amsl.com
Delivered-To: quic-issues@ietfa.amsl.com
Received: from localhost (localhost [127.0.0.1]) by ietfa.amsl.com (Postfix) with ESMTP id 22EC71228B7 for <quic-issues@ietfa.amsl.com>; Wed, 16 Jan 2019 09:26:56 -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=-4.553, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, RCVD_IN_DNSWL_NONE=-0.0001, SPF_PASS=-0.001, URIBL_BLOCKED=0.001] autolearn=ham autolearn_force=no
Authentication-Results: ietfa.amsl.com (amavisd-new); dkim=pass (1024-bit key) header.d=github.com
Received: from mail.ietf.org ([4.31.198.44]) by localhost (ietfa.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id eNXuT_JkVz-A for <quic-issues@ietfa.amsl.com>; Wed, 16 Jan 2019 09:26:54 -0800 (PST)
Received: from m71-131.mailgun.net (m71-131.mailgun.net [166.78.71.131]) (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 C8BC8124BAA for <quic-issues@ietf.org>; Wed, 16 Jan 2019 09:26:54 -0800 (PST)
DKIM-Signature: a=rsa-sha256; v=1; c=relaxed/relaxed; d=github.com; q=dns/txt;  s=mailo; t=1547659614; h=Content-Transfer-Encoding: Content-Type: Mime-Version: Subject: Message-ID: To: Reply-To: From: Date: Sender; bh=rB5Dv302FiTgi2y4L1/80k+afykWw9vjJpygmM7VPQQ=; b=iJJwxYBLfX51sALOvQp7cPjkLksOQwwTYQ/qyA9ovWa6+ntomNjv4FxAq86H4LF1vvW1X/f0 ydMZxxJmYT8EhPV9650FyjX0EAqaYX1JxnyxRgzcRHYVJmKI099ZbCsY3uyPT50MwL2MqRk8 QxiSJ2dsEdU3FofL3FTXdgvAE3g=
X-Mailgun-Sending-Ip: 166.78.71.131
X-Mailgun-Sid: WyJhNzYyYiIsICJxdWljLWlzc3Vlc0BpZXRmLm9yZyIsICI0MGYiXQ==
Sender: ianswett=users.noreply.github.com@github.com
Received: from github.com (Unknown [192.30.252.37]) by mxa.mailgun.org with ESMTP id 5c3f695e.7feeb7d61f90-smtp-out-n03; Wed, 16 Jan 2019 17:26:54 -0000 (UTC)
Date: Wed, 16 Jan 2019 09:26:54 -0800
From: ianswett <ianswett@users.noreply.github.com>
Reply-To: ianswett <ianswett@users.noreply.github.com>
To: quic-issues@ietf.org
Message-ID: <5c3f695ed4ac_65f02b03d02ee588406c1@hookshot-fe-32b5f5b.cp1-iad.github.net.mail>
Subject: [quicwg/base-drafts] 3fb5df: Update draft-ietf-quic-recovery.md
Mime-Version: 1.0
Content-Type: multipart/mixed; boundary="--==_mimepart_5c3f695ed106_65f02b03d02ee588405d3"; charset=UTF-8
Content-Transfer-Encoding: 7bit
Archived-At: <https://mailarchive.ietf.org/arch/msg/quic-issues/0IRIE1l93HXJNN8EuCA7ec_5hjc>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
Precedence: list
List-Id: Notification list for GitHub issues related to the QUIC WG <quic-issues.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=unsubscribe>
List-Archive: <https://mailarchive.ietf.org/arch/browse/quic-issues/>
List-Post: <mailto:quic-issues@ietf.org>
List-Help: <mailto:quic-issues-request@ietf.org?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, 16 Jan 2019 17:26:56 -0000

----==_mimepart_5c3f695ed106_65f02b03d02ee588405d3
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

  Branch: refs/heads/ianswett-app-limited
  Home:   https://github.com/quicwg/base-drafts
  Commit: 3fb5df177679b5a410a865ec07d139aea26d72a2
      https://github.com/quicwg/base-drafts/commit/3fb5df177679b5a410a865ec07d139aea26d72a2
  Author: ianswett <ianswett@users.noreply.github.com>
  Date:   2019-01-16 (Wed, 16 Jan 2019)

  Changed paths:
    M draft-ietf-quic-recovery.md

  Log Message:
  -----------
  Update draft-ietf-quic-recovery.md



      **NOTE:** This service has been marked for deprecation: https://developer.github.com/changes/2018-04-25-github-services-deprecation/

      Functionality will be removed from GitHub.com on January 31st, 2019.

----==_mimepart_5c3f695ed106_65f02b03d02ee588405d3--


From nobody Wed Jan 16 09:27: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 7CD6C1228B7 for <quic-issues@ietfa.amsl.com>; Wed, 16 Jan 2019 09:27:00 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -10.934
X-Spam-Level: 
X-Spam-Status: No, score=-10.934 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIMWL_WL_HIGH=-4.553, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, HTML_IMAGE_ONLY_24=1.618, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-1, RCVD_IN_DNSWL_HI=-5, 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 hI34XUFLLuvI for <quic-issues@ietfa.amsl.com>; Wed, 16 Jan 2019 09:26: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 E7099130E58 for <quic-issues@ietf.org>; Wed, 16 Jan 2019 09:26:58 -0800 (PST)
Date: Wed, 16 Jan 2019 09:26:58 -0800
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1547659618; bh=Wu2B/vBgcjUuEMVHWtZAP2EQg+5vhJOSVKqzOBN3sjU=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=kGp5mHvx5mlKR9Z3UfwpUcJNGtxbyhXmkAKzS0GV4/fuE2c0mV6uf+FfW2YfOoj6r wGmWVcn37xIHv+GaRwTfe4hsjcmE1WcOLEes6ihfc/BHXAH+gw1vHS4BbmGqHTfg9A 4PDdPXsp88bIzsP1c7RUKktZynM2ixSY/CFDxRS8=
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/1637/push/3215930361@github.com>
In-Reply-To: <quicwg/base-drafts/pull/1637@github.com>
References: <quicwg/base-drafts/pull/1637@github.com>
Subject: Re: [quicwg/base-drafts] Discuss Application-Limited Sending (#1637)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5c3f696240786_436f3fd24c0d45b8103137"; 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/tURW_E8UiafzSJGVMU-0ESXmi1s>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
List-Id: Notification list for GitHub issues related to the QUIC WG <quic-issues.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=unsubscribe>
List-Archive: <https://mailarchive.ietf.org/arch/browse/quic-issues/>
List-Post: <mailto:quic-issues@ietf.org>
List-Help: <mailto:quic-issues-request@ietf.org?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, 16 Jan 2019 17:27:01 -0000

----==_mimepart_5c3f696240786_436f3fd24c0d45b8103137
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

@ianswett pushed 1 commit.

3fb5df177679b5a410a865ec07d139aea26d72a2  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/1637/files/fb13365635420b3d53dd2bff388afca10f4fcf68..3fb5df177679b5a410a865ec07d139aea26d72a2

----==_mimepart_5c3f696240786_436f3fd24c0d45b8103137
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/3fb5df177679b5a410a865ec07d139aea26d72a2">3fb5df1</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/1637/files/fb13365635420b3d53dd2bff388afca10f4fcf68..3fb5df177679b5a410a865ec07d139aea26d72a2">View it on GitHub</a> or <a href="https://github.com/notifications/unsubscribe-auth/AWbkq2xr9MGm5ofPa2hFj6DQb3_mz2vvks5vD2DigaJpZM4VytaJ">mute the thread</a>.<img src="https://github.com/notifications/beacon/AWbkq2mr1B4qahQMnz-AzbwTJrGWLZprks5vD2DigaJpZM4VytaJ.gif" height="1" width="1" alt="" /></p>
<script type="application/json" data-scope="inboxmarkup">{"api_version":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name":"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"https://github.githubassets.com/images/email/message_cards/header.png","avatar_image_url":"https://github.githubassets.com/images/email/message_cards/avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/quicwg/base-drafts"}},"updates":{"snippets":[{"icon":"PERSON","message":"@ianswett pushed 1 commit in #1637"}],"action":{"name":"View Pull Request","url":"https://github.com/quicwg/base-drafts/pull/1637/files/fb13365635420b3d53dd2bff388afca10f4fcf68..3fb5df177679b5a410a865ec07d139aea26d72a2"}}}</script>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/pull/1637/files/fb13365635420b3d53dd2bff388afca10f4fcf68..3fb5df177679b5a410a865ec07d139aea26d72a2",
"url": "https://github.com/quicwg/base-drafts/pull/1637/files/fb13365635420b3d53dd2bff388afca10f4fcf68..3fb5df177679b5a410a865ec07d139aea26d72a2",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>

----==_mimepart_5c3f696240786_436f3fd24c0d45b8103137--


From nobody Wed Jan 16 09:28:48 2019
Return-Path: <bounce+565321.40f-quic-issues=ietf.org@github.com>
X-Original-To: quic-issues@ietfa.amsl.com
Delivered-To: quic-issues@ietfa.amsl.com
Received: from localhost (localhost [127.0.0.1]) by ietfa.amsl.com (Postfix) with ESMTP id CE961130E88 for <quic-issues@ietfa.amsl.com>; Wed, 16 Jan 2019 09:28:39 -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=-4.553, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, RCVD_IN_DNSWL_NONE=-0.0001, SPF_PASS=-0.001, URIBL_BLOCKED=0.001] autolearn=ham autolearn_force=no
Authentication-Results: ietfa.amsl.com (amavisd-new); dkim=pass (1024-bit key) header.d=github.com
Received: from mail.ietf.org ([4.31.198.44]) by localhost (ietfa.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id X7nYswHwkQqQ for <quic-issues@ietfa.amsl.com>; Wed, 16 Jan 2019 09:28:38 -0800 (PST)
Received: from m69-170.mailgun.net (m69-170.mailgun.net [166.78.69.170]) (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 C8557130E79 for <quic-issues@ietf.org>; Wed, 16 Jan 2019 09:28:37 -0800 (PST)
DKIM-Signature: a=rsa-sha256; v=1; c=relaxed/relaxed; d=github.com; q=dns/txt;  s=mailo; t=1547659717; h=Content-Transfer-Encoding: Content-Type: Mime-Version: Subject: Message-ID: To: Reply-To: From: Date: Sender; bh=zexjTS0HFv5f2Op3HZ2OyJ+O3/dpb5+zgbNY2u/O1zE=; b=Ub3NCtDmLmr9wGcMRqfIUYNR8tU7YBYZw9fU00kF9Fsnuie6W5t9ihank10pIk/bQ7nPpkl8 y0IFVL9sseVLQ7FfsQY+Xa5jt1+4UIgfHRGPctwv5uqv9neufv1S2ZiQdKJN+UXMFxpcawns F9VLnY+I+Wfl4/DviTrzRNKh/C8=
X-Mailgun-Sending-Ip: 166.78.69.170
X-Mailgun-Sid: WyJhNzYyYiIsICJxdWljLWlzc3Vlc0BpZXRmLm9yZyIsICI0MGYiXQ==
Sender: ianswett=users.noreply.github.com@github.com
Received: from github.com (Unknown [192.30.252.34]) by mxa.mailgun.org with ESMTP id 5c3f69c4.7f9231983390-smtp-out-n03; Wed, 16 Jan 2019 17:28:36 -0000 (UTC)
Date: Wed, 16 Jan 2019 09:28:35 -0800
From: ianswett <ianswett@users.noreply.github.com>
Reply-To: ianswett <ianswett@users.noreply.github.com>
To: quic-issues@ietf.org
Message-ID: <5c3f69c3ea7ef_654d2b24962345842229b@hookshot-fe-88eb02d.cp1-iad.github.net.mail>
Subject: [quicwg/base-drafts] 0d231b: Update draft-ietf-quic-recovery.md
Mime-Version: 1.0
Content-Type: multipart/mixed; boundary="--==_mimepart_5c3f69c3ea31c_654d2b2496234584221fe"; charset=UTF-8
Content-Transfer-Encoding: 7bit
Archived-At: <https://mailarchive.ietf.org/arch/msg/quic-issues/aXCcGBnydyVGpUNr5lB4-iLHpmY>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
Precedence: list
List-Id: Notification list for GitHub issues related to the QUIC WG <quic-issues.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=unsubscribe>
List-Archive: <https://mailarchive.ietf.org/arch/browse/quic-issues/>
List-Post: <mailto:quic-issues@ietf.org>
List-Help: <mailto:quic-issues-request@ietf.org?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, 16 Jan 2019 17:28:47 -0000

----==_mimepart_5c3f69c3ea31c_654d2b2496234584221fe
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

  Branch: refs/heads/ianswett-ignore-loss
  Home:   https://github.com/quicwg/base-drafts
  Commit: 0d231b6c4ff69db74d5156cf422ae5d6198bf22d
      https://github.com/quicwg/base-drafts/commit/0d231b6c4ff69db74d5156cf422ae5d6198bf22d
  Author: ianswett <ianswett@users.noreply.github.com>
  Date:   2019-01-16 (Wed, 16 Jan 2019)

  Changed paths:
    M draft-ietf-quic-recovery.md

  Log Message:
  -----------
  Update draft-ietf-quic-recovery.md



      **NOTE:** This service has been marked for deprecation: https://developer.github.com/changes/2018-04-25-github-services-deprecation/

      Functionality will be removed from GitHub.com on January 31st, 2019.

----==_mimepart_5c3f69c3ea31c_654d2b2496234584221fe--


From nobody Wed Jan 16 09:28: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 19B221276D0 for <quic-issues@ietfa.amsl.com>; Wed, 16 Jan 2019 09:28:42 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -10.934
X-Spam-Level: 
X-Spam-Status: No, score=-10.934 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIMWL_WL_HIGH=-4.553, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, HTML_IMAGE_ONLY_24=1.618, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-1, RCVD_IN_DNSWL_HI=-5, 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 2AUZls540Ezj for <quic-issues@ietfa.amsl.com>; Wed, 16 Jan 2019 09:28:40 -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 6260D130E73 for <quic-issues@ietf.org>; Wed, 16 Jan 2019 09:28:40 -0800 (PST)
Date: Wed, 16 Jan 2019 09:28:39 -0800
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1547659719; bh=U+oGLuM/gYA4WrgiOHoARELBD4BV0LMIpjVAaJ2RDzw=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=TG6BH/p5jH5Uz+8WqobS01DYYtMjdeMdKjYy4maguvLJSizAOdoZ2Dqn8TC07zr4O az5AJX1lyhQZO8rwegSLJZqA7FUsi4BVyjUcM7+te4woTfTQNqqa6yCyjtoyw1qMxg wPgcXi9BFBbhl4WaCQOIqPgyN0HPf7rqsJRbMZMg=
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/2327/push/3215935590@github.com>
In-Reply-To: <quicwg/base-drafts/pull/2327@github.com>
References: <quicwg/base-drafts/pull/2327@github.com>
Subject: Re: [quicwg/base-drafts] Ignore packet loss when the keys are not available (#2327)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5c3f69c771880_6eaf3fb181ad45b81379e1"; 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/_9vNAxRkgxVtLKd7ejeiI0TaRa8>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
List-Id: Notification list for GitHub issues related to the QUIC WG <quic-issues.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=unsubscribe>
List-Archive: <https://mailarchive.ietf.org/arch/browse/quic-issues/>
List-Post: <mailto:quic-issues@ietf.org>
List-Help: <mailto:quic-issues-request@ietf.org?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, 16 Jan 2019 17:28:49 -0000

----==_mimepart_5c3f69c771880_6eaf3fb181ad45b81379e1
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

@ianswett pushed 1 commit.

0d231b6c4ff69db74d5156cf422ae5d6198bf22d  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/2327/files/ea8baae8ee5edd96daa90f317b38ec2267f86d0e..0d231b6c4ff69db74d5156cf422ae5d6198bf22d

----==_mimepart_5c3f69c771880_6eaf3fb181ad45b81379e1
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/0d231b6c4ff69db74d5156cf422ae5d6198bf22d">0d231b6</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/2327/files/ea8baae8ee5edd96daa90f317b38ec2267f86d0e..0d231b6c4ff69db74d5156cf422ae5d6198bf22d">View it on GitHub</a> or <a href="https://github.com/notifications/unsubscribe-auth/AWbkq3VJx0o64ImIrSw64kLsq0er00peks5vD2FHgaJpZM4Z4S8B">mute the thread</a>.<img src="https://github.com/notifications/beacon/AWbkqyOyLjv456cxLvge2ps3vozyFjZLks5vD2FHgaJpZM4Z4S8B.gif" height="1" width="1" alt="" /></p>
<script type="application/json" data-scope="inboxmarkup">{"api_version":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name":"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"https://github.githubassets.com/images/email/message_cards/header.png","avatar_image_url":"https://github.githubassets.com/images/email/message_cards/avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/quicwg/base-drafts"}},"updates":{"snippets":[{"icon":"PERSON","message":"@ianswett pushed 1 commit in #2327"}],"action":{"name":"View Pull Request","url":"https://github.com/quicwg/base-drafts/pull/2327/files/ea8baae8ee5edd96daa90f317b38ec2267f86d0e..0d231b6c4ff69db74d5156cf422ae5d6198bf22d"}}}</script>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/pull/2327/files/ea8baae8ee5edd96daa90f317b38ec2267f86d0e..0d231b6c4ff69db74d5156cf422ae5d6198bf22d",
"url": "https://github.com/quicwg/base-drafts/pull/2327/files/ea8baae8ee5edd96daa90f317b38ec2267f86d0e..0d231b6c4ff69db74d5156cf422ae5d6198bf22d",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>

----==_mimepart_5c3f69c771880_6eaf3fb181ad45b81379e1--


From nobody Wed Jan 16 09:29: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 266D3124B0C for <quic-issues@ietfa.amsl.com>; Wed, 16 Jan 2019 09:29:36 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -10.935
X-Spam-Level: 
X-Spam-Status: No, score=-10.935 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIMWL_WL_HIGH=-4.553, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, HTML_IMAGE_ONLY_24=1.618, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-1, RCVD_IN_DNSWL_HI=-5, SPF_PASS=-0.001] autolearn=ham autolearn_force=no
Authentication-Results: ietfa.amsl.com (amavisd-new); dkim=pass (1024-bit key) header.d=github.com
Received: from mail.ietf.org ([4.31.198.44]) by localhost (ietfa.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id D1wjgLJhwe4a for <quic-issues@ietfa.amsl.com>; Wed, 16 Jan 2019 09:29: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 B39421228B7 for <quic-issues@ietf.org>; Wed, 16 Jan 2019 09:29:34 -0800 (PST)
Date: Wed, 16 Jan 2019 09:29:33 -0800
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1547659774; bh=UMcGWhTjlF9FrLjCA2/m9g2QJ0OwD1+y4bwrA7Xzcys=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=klEGG1bsEh3M+sX/muQvthO66IA2wuvas32mkk/O8o4E8AYBdF0vUMBOAl7CYPeZ5 XJTHcaaeGdohDEwaITTSq+PH8sZgqAwQLi325XPzuB1E8a5ZtU0eK6wkFg2/aYUxvZ BBS+tPDd2oewQ8ZjqCYFS3MXMXODLQX45MmsHJEA=
From: MikkelFJ <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+0166e4ab5a7bd326432f9af5a1c93f1ff151710add5e70ae92cf0000000118572bfd92a169ce174638d4@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/issues/2135/454867312@github.com>
In-Reply-To: <quicwg/base-drafts/issues/2135@github.com>
References: <quicwg/base-drafts/issues/2135@github.com>
Subject: Re: [quicwg/base-drafts] How many datagrams can a client send prior to validating the path? (#2135)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5c3f69fdf28bc_2c343fdd9a8d45c011104c"; 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/bWPUY8-e5q2w85Y0tGC_u9ebPH4>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
List-Id: Notification list for GitHub issues related to the QUIC WG <quic-issues.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=unsubscribe>
List-Archive: <https://mailarchive.ietf.org/arch/browse/quic-issues/>
List-Post: <mailto:quic-issues@ietf.org>
List-Help: <mailto:quic-issues-request@ietf.org?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, 16 Jan 2019 17:29:36 -0000

----==_mimepart_5c3f69fdf28bc_2c343fdd9a8d45c011104c
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

@ianswett thanks, that covers 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/2135#issuecomment-454867312
----==_mimepart_5c3f69fdf28bc_2c343fdd9a8d45c011104c
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, that covers 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/2135#issuecomment-454867312">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AWbkq_n1zMa00VqXxeLZebVa-sWbsqkEks5vD2F9gaJpZM4ZQv8P">mute the thread</a>.<img src="https://github.com/notifications/beacon/AWbkq6WTAIIu9EyY_HKGB9Twv5XuYmTFks5vD2F9gaJpZM4ZQv8P.gif" height="1" width="1" alt="" /></p>
<script type="application/json" data-scope="inboxmarkup">{"api_version":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name":"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"https://github.githubassets.com/images/email/message_cards/header.png","avatar_image_url":"https://github.githubassets.com/images/email/message_cards/avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/quicwg/base-drafts"}},"updates":{"snippets":[{"icon":"PERSON","message":"@mikkelfj in #2135: @ianswett thanks, that covers it."}],"action":{"name":"View Issue","url":"https://github.com/quicwg/base-drafts/issues/2135#issuecomment-454867312"}}}</script>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/issues/2135#issuecomment-454867312",
"url": "https://github.com/quicwg/base-drafts/issues/2135#issuecomment-454867312",
"name": "View Issue"
},
"description": "View this Issue on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>
----==_mimepart_5c3f69fdf28bc_2c343fdd9a8d45c011104c--


From nobody Wed Jan 16 09:33: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 65746124BF6 for <quic-issues@ietfa.amsl.com>; Wed, 16 Jan 2019 09:33:34 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -11.007
X-Spam-Level: 
X-Spam-Status: No, score=-11.007 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIMWL_WL_HIGH=-4.553, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, HTML_IMAGE_ONLY_20=1.546, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-1, RCVD_IN_DNSWL_HI=-5, SPF_PASS=-0.001] autolearn=ham autolearn_force=no
Authentication-Results: ietfa.amsl.com (amavisd-new); dkim=pass (1024-bit key) header.d=github.com
Received: from mail.ietf.org ([4.31.198.44]) by localhost (ietfa.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 1Yi94qT9-MPj for <quic-issues@ietfa.amsl.com>; Wed, 16 Jan 2019 09:33: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 1B8D2124BE5 for <quic-issues@ietf.org>; Wed, 16 Jan 2019 09:33:33 -0800 (PST)
Date: Wed, 16 Jan 2019 09:33:32 -0800
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1547660012; bh=zgcBQah2RedpwFodFrCPyfoA9TNExivfRIO0xQT18cc=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=VVZ4p4/BGdqhtG4tMYymkiX7j+6UIu1EOR4XyDPzGF9Cl2Rnh2uMr8+ZnFzHvFXwc xSrukbvTI9Swd17vpvsRlC1JBgozjDxX4oLnIlXjf6oDRzk+mYbSGVrt5xjffEQDff 9lB5jBkyZeeL3ETu9AaY8lHwUl4Ilm114YgF3Eio=
From: Lars Eggert <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+0166e4ab51f5bb2a1e690cdfc633090bea75748d03a251bc92cf0000000118572cec92a169ce179e43e2@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/issues/2299/454868732@github.com>
In-Reply-To: <quicwg/base-drafts/issues/2299@github.com>
References: <quicwg/base-drafts/issues/2299@github.com>
Subject: Re: [quicwg/base-drafts] consider making the varint encoding unique (#2299)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5c3f6aec5c6a1_74a33fc542ad45c092884"; 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/hVMihK2rXbCsUPZ8OJbDJY63fmg>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
List-Id: Notification list for GitHub issues related to the QUIC WG <quic-issues.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=unsubscribe>
List-Archive: <https://mailarchive.ietf.org/arch/browse/quic-issues/>
List-Post: <mailto:quic-issues@ietf.org>
List-Help: <mailto:quic-issues-request@ietf.org?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, 16 Jan 2019 17:33:34 -0000

----==_mimepart_5c3f6aec5c6a1_74a33fc542ad45c092884
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

Well, as I said, I'm not objecting to closing 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/2299#issuecomment-454868732
----==_mimepart_5c3f6aec5c6a1_74a33fc542ad45c092884
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

<p>Well, as I said, I'm not objecting to closing 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/2299#issuecomment-454868732">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AWbkq0eIr7BKoE-xihX9HomqT1HF4TILks5vD2JsgaJpZM4ZyX3n">mute the thread</a>.<img src="https://github.com/notifications/beacon/AWbkq2bQLTeoyRPJ0kqaDEZfmZSoBPUVks5vD2JsgaJpZM4ZyX3n.gif" height="1" width="1" alt="" /></p>
<script type="application/json" data-scope="inboxmarkup">{"api_version":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name":"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"https://github.githubassets.com/images/email/message_cards/header.png","avatar_image_url":"https://github.githubassets.com/images/email/message_cards/avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/quicwg/base-drafts"}},"updates":{"snippets":[{"icon":"PERSON","message":"@larseggert in #2299: Well, as I said, I'm not objecting to closing this now"}],"action":{"name":"View Issue","url":"https://github.com/quicwg/base-drafts/issues/2299#issuecomment-454868732"}}}</script>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/issues/2299#issuecomment-454868732",
"url": "https://github.com/quicwg/base-drafts/issues/2299#issuecomment-454868732",
"name": "View Issue"
},
"description": "View this Issue on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>
----==_mimepart_5c3f6aec5c6a1_74a33fc542ad45c092884--


From nobody Wed Jan 16 09:55:46 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 01E87124BE5 for <quic-issues@ietfa.amsl.com>; Wed, 16 Jan 2019 09:55:45 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -7.553
X-Spam-Level: 
X-Spam-Status: No, score=-7.553 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIMWL_WL_HIGH=-4.553, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-1, RCVD_IN_DNSWL_NONE=-0.0001, SPF_PASS=-0.001] autolearn=ham autolearn_force=no
Authentication-Results: ietfa.amsl.com (amavisd-new); dkim=pass (1024-bit key) header.d=github.com
Received: from mail.ietf.org ([4.31.198.44]) by localhost (ietfa.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id YjvVHfpIcm8l for <quic-issues@ietfa.amsl.com>; Wed, 16 Jan 2019 09:55:43 -0800 (PST)
Received: from o9.sgmail.github.com (o9.sgmail.github.com [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 19689124B0C for <quic-issues@ietf.org>; Wed, 16 Jan 2019 09:55:42 -0800 (PST)
DKIM-Signature: v=1; a=rsa-sha1; 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=I2lMJ8XPRxeGIOiS/jKRAbmsDzA=; b=sti8ysSTv0pMMOQ+ gDckR5g01IWumgLLMV2da8X/EQGsynhjV3Vo1vdZDeDHNG+JZiwnaKG2QM7qgEWX 12tpNequaT2xW0jwjwt0g0uMwH34XLMifFfi2atNO0jqaM4nJEo+OugCjoNjC5IN OSk+EDdm2Y/8fcEFBSayoWaw1HA=
Received: by filter0609p1iad2.sendgrid.net with SMTP id filter0609p1iad2-17164-5C3F701D-14 2019-01-16 17:55:41.55993455 +0000 UTC m=+155443.942345339
Received: from github-lowworker-e55e3e3.cp1-iad.github.net (unknown [192.30.252.41]) by ismtpd0003p1iad1.sendgrid.net (SG) with ESMTP id IbdklSchRN24b_L5nHwFcQ for <quic-issues@ietf.org>; Wed, 16 Jan 2019 17:55:41.459 +0000 (UTC)
Received: from github.com (localhost [127.0.0.1]) by github-lowworker-e55e3e3.cp1-iad.github.net (Postfix) with ESMTP id 6DC5A180060 for <quic-issues@ietf.org>; Wed, 16 Jan 2019 09:55:41 -0800 (PST)
Date: Wed, 16 Jan 2019 17:55:41 +0000 (UTC)
From: afrind <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+0166e4aba001ec1e078aad080c40c9d2c162c631347756ef92cf000000011857321d92a169ce17d5d58e@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/issues/2339/454876451@github.com>
In-Reply-To: <quicwg/base-drafts/issues/2339@github.com>
References: <quicwg/base-drafts/issues/2339@github.com>
Subject: Re: [quicwg/base-drafts] QPACK: instructions and stream description is suboptimal (#2339)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5c3f701d6b9f3_7d4a3ff479ad45b45896ac"; 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
X-SG-EID: l64QuQ2uJCcEyUykJbxN122A6QRmEpucztpreh3Pak0OLYfx6iV1udYBGMfqE8HMhcZwv6IT5xYIic qf9wW/xd8CyyHwy2Eqtp0bZjE1zYqHW21dksd7LHB9aesRce2V0BmfS2DyWbyNZjnphaW+w4htihOo GDh9blV5COYrSF1ONaZFQ5bUp2nyoWs/n2kRvxc4+cXJZnRPqys6HtOXug==
Archived-At: <https://mailarchive.ietf.org/arch/msg/quic-issues/dtD6_j6mCFd0LTsWUY7EoZ3vqsE>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
List-Id: Notification list for GitHub issues related to the QUIC WG <quic-issues.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=unsubscribe>
List-Archive: <https://mailarchive.ietf.org/arch/browse/quic-issues/>
List-Post: <mailto:quic-issues@ietf.org>
List-Help: <mailto:quic-issues-request@ietf.org?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, 16 Jan 2019 17:55:45 -0000

----==_mimepart_5c3f701d6b9f3_7d4a3ff479ad45b45896ac
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

> my currency is the header block. I've been told it can be sent in HEADERS and PUSH_PROMISE, I don't need to be told how those frames are sent (i.e. what streams).

Maybe it would simplify the document to refer to encoder stream, decoder stream and header blocks in that case?

>  I'd class the instructions as a primitive of header compression.

True, much like frames are primitives in transport and HTTP.  Both documents were reorganized as concepts first and wire-specifics following.  Perhaps instructions as a concept aren't explained early enough?  I'd prefer to keep the wire instructions after concepts.

> It still hasn't leapt out to me if the encoder and decoder stream exchange clear header blocks, or just a stream of instructions.

See 4.3 and 4.4

> The contents of the en/decoder stream are an unframed sequence of the following instructions.

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/quicwg/base-drafts/issues/2339#issuecomment-454876451
----==_mimepart_5c3f701d6b9f3_7d4a3ff479ad45b45896ac
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: quoted-printable

<blockquote>
<p>my currency is the header block. I've been told it can be sent in HEADER=
S and PUSH_PROMISE, I don't need to be told how those frames are sent (i.e.=
 what streams).</p>
</blockquote>
<p>Maybe it would simplify the document to refer to encoder stream, decoder=
 stream and header blocks in that case?</p>
<blockquote>
<p>I'd class the instructions as a primitive of header compression.</p>
</blockquote>
<p>True, much like frames are primitives in transport and HTTP.  Both docum=
ents were reorganized as concepts first and wire-specifics following.  Perh=
aps instructions as a concept aren't explained early enough?  I'd prefer to=
 keep the wire instructions after concepts.</p>
<blockquote>
<p>It still hasn't leapt out to me if the encoder and decoder stream exchan=
ge clear header blocks, or just a stream of instructions.</p>
</blockquote>
<p>See 4.3 and 4.4</p>
<blockquote>
<p>The contents of the en/decoder stream are an unframed sequence of the fo=
llowing instructions.</p>
</blockquote>

<p style=3D"font-size:small;-webkit-text-size-adjust:none;color:#666;">&mda=
sh;<br />You are receiving this because you are subscribed to this thread.<=
br />Reply to this email directly, <a href=3D"https://github.com/quicwg/bas=
e-drafts/issues/2339#issuecomment-454876451">view it on GitHub</a>, or <a h=
ref=3D"https://github.com/notifications/unsubscribe-auth/AWbkq9D_MWmEzx-wbq=
-pCyXDohfVk9zpks5vD2edgaJpZM4aDcsl">mute the thread</a>.<img src=3D"https:/=
/github.com/notifications/beacon/AWbkq-CbwT6pX1bGSmNt8gYbuZXqfHUwks5vD2edga=
JpZM4aDcsl.gif" height=3D"1" width=3D"1" alt=3D"" /></p>
<script type=3D"application/json" data-scope=3D"inboxmarkup">{"api_version"=
:"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name":"Gi=
tHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"quicwg=
/base-drafts","subtitle":"GitHub repository","main_image_url":"https://gith=
ub.githubassets.com/images/email/message_cards/header.png","avatar_image_ur=
l":"https://github.githubassets.com/images/email/message_cards/avatar.png",=
"action":{"name":"Open in GitHub","url":"https://github.com/quicwg/base-dra=
fts"}},"updates":{"snippets":[{"icon":"PERSON","message":"@afrind in #2339:=
 \u003e my currency is the header block. I've been told it can be sent in H=
EADERS and PUSH_PROMISE, I don't need to be told how those frames are sent =
(i.e. what streams).\r\n\r\nMaybe it would simplify the document to refer t=
o encoder stream, decoder stream and header blocks in that case?\r\n\r\n\u0=
03e  I'd class the instructions as a primitive of header compression.\r\n\r=
\nTrue, much like frames are primitives in transport and HTTP.  Both docume=
nts were reorganized as concepts first and wire-specifics following.  Perha=
ps instructions as a concept aren't explained early enough?  I'd prefer to =
keep the wire instructions after concepts.\r\n\r\n\u003e It still hasn't le=
apt out to me if the encoder and decoder stream exchange clear header block=
s, or just a stream of instructions.\r\n\r\nSee 4.3 and 4.4\r\n\r\n\u003e T=
he contents of the en/decoder stream are an unframed sequence of the follow=
ing instructions."}],"action":{"name":"View Issue","url":"https://github.co=
m/quicwg/base-drafts/issues/2339#issuecomment-454876451"}}}</script>
<script type=3D"application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/issues/2339#issuecomment-4=
54876451",
"url": "https://github.com/quicwg/base-drafts/issues/2339#issuecomment-4548=
76451",
"name": "View Issue"
},
"description": "View this Issue on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>=

----==_mimepart_5c3f701d6b9f3_7d4a3ff479ad45b45896ac--


From nobody Wed Jan 16 10:42: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 3324D130E83 for <quic-issues@ietfa.amsl.com>; Wed, 16 Jan 2019 10:42:06 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -12.552
X-Spam-Level: 
X-Spam-Status: No, score=-12.552 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIMWL_WL_HIGH=-4.553, 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_PASS=-0.001] autolearn=ham autolearn_force=no
Authentication-Results: ietfa.amsl.com (amavisd-new); dkim=pass (1024-bit key) header.d=github.com
Received: from mail.ietf.org ([4.31.198.44]) by localhost (ietfa.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 7a7K4szBWJp3 for <quic-issues@ietfa.amsl.com>; Wed, 16 Jan 2019 10:42:04 -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 536F3130E7A for <quic-issues@ietf.org>; Wed, 16 Jan 2019 10:42:04 -0800 (PST)
Date: Wed, 16 Jan 2019 10:42:03 -0800
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1547664123; bh=JAd0VPFXtj3ZtXb72PEJjhBw0/u3TiT9chPt8zuA2Zo=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=c0bNabDzD7QKPbx6Yq4b4/2kruAipKRnB8M1x9avAPDL+UDKQaQ3G7AV3yqDGt7bI 5fwWUOXvX8ZqY6uyCgggmi5tqDt4kcAVKzQMOm81MLEXKZEHffHueyKYI4MsGMwqml cscxNXmm2vhBW2zQg8n6j8YEkaFMCpC0mE9mNfig=
From: David Schinazi <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+0166e4abcd7a56327b48d0fce2aae06f245e08f4e6c8280592cf0000000118573cfb92a169ce179bec73@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/pull/2296/review/193291859@github.com>
In-Reply-To: <quicwg/base-drafts/pull/2296@github.com>
References: <quicwg/base-drafts/pull/2296@github.com>
Subject: Re: [quicwg/base-drafts] Allow servers to send a preferred address of each address family (#2296)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5c3f7afb3ffb4_73673fe36b8d45bc1422a4"; 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/2svUf3Vgq_lvyRwmOPTqB6FMXSU>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
List-Id: Notification list for GitHub issues related to the QUIC WG <quic-issues.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=unsubscribe>
List-Archive: <https://mailarchive.ietf.org/arch/browse/quic-issues/>
List-Post: <mailto:quic-issues@ietf.org>
List-Help: <mailto:quic-issues-request@ietf.org?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, 16 Jan 2019 18:42:06 -0000

----==_mimepart_5c3f7afb3ffb4_73673fe36b8d45bc1422a4
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

DavidSchinazi commented on this pull request.



> @@ -2116,9 +2116,13 @@ packets.
 A server conveys a preferred address by including the preferred_address
 transport parameter in the TLS handshake.
 
-Once the handshake is finished, the client SHOULD initiate path validation (see
-{{migrate-validate}}) of the server's preferred address using the connection ID
-provided in the preferred_address transport parameter.
+Servers MAY communicate a preferred address of each address family (IPv4 and
+IPv6) to allow clients to pick the one most suited to their network attachment.

@martinthomson I'm thinking we may want more deployment experience before we decide if we want to recommend or prohibit 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/2296#discussion_r248404268
----==_mimepart_5c3f7afb3ffb4_73673fe36b8d45bc1422a4
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/2296#discussion_r248404268">draft-ietf-quic-transport.md</a>:</p>
<pre style='color:#555'>&gt; @@ -2116,9 +2116,13 @@ packets.
 A server conveys a preferred address by including the preferred_address
 transport parameter in the TLS handshake.
 
-Once the handshake is finished, the client SHOULD initiate path validation (see
-{{migrate-validate}}) of the server&#39;s preferred address using the connection ID
-provided in the preferred_address transport parameter.
+Servers MAY communicate a preferred address of each address family (IPv4 and
+IPv6) to allow clients to pick the one most suited to their network attachment.
</pre>
<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> I'm thinking we may want more deployment experience before we decide if we want to recommend or prohibit 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/2296#discussion_r248404268">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AWbkq44SLKMybt3zZe3C-N7WZ4ZJiGLOks5vD3J7gaJpZM4ZuHR_">mute the thread</a>.<img src="https://github.com/notifications/beacon/AWbkq7hkl5tRijnQsa1IWdQOENFyWh3Rks5vD3J7gaJpZM4ZuHR_.gif" height="1" width="1" alt="" /></p>
<script type="application/json" data-scope="inboxmarkup">{"api_version":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name":"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"https://github.githubassets.com/images/email/message_cards/header.png","avatar_image_url":"https://github.githubassets.com/images/email/message_cards/avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/quicwg/base-drafts"}},"updates":{"snippets":[{"icon":"PERSON","message":"@DavidSchinazi commented on #2296"}],"action":{"name":"View Pull Request","url":"https://github.com/quicwg/base-drafts/pull/2296#discussion_r248404268"}}}</script>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/pull/2296#discussion_r248404268",
"url": "https://github.com/quicwg/base-drafts/pull/2296#discussion_r248404268",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>
----==_mimepart_5c3f7afb3ffb4_73673fe36b8d45bc1422a4--


From nobody Wed Jan 16 11:27: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 85C6313110C for <quic-issues@ietfa.amsl.com>; Wed, 16 Jan 2019 11:27:04 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -5.935
X-Spam-Level: 
X-Spam-Status: No, score=-5.935 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIMWL_WL_HIGH=-4.553, DKIM_SIGNED=0.1, DKIM_VALID=-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_PASS=-0.001] autolearn=ham autolearn_force=no
Authentication-Results: ietfa.amsl.com (amavisd-new); dkim=pass (1024-bit key) header.d=github.com
Received: from mail.ietf.org ([4.31.198.44]) by localhost (ietfa.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 0TWwpWIbHeFK for <quic-issues@ietfa.amsl.com>; Wed, 16 Jan 2019 11:27:02 -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 9C06D130F21 for <quic-issues@ietf.org>; Wed, 16 Jan 2019 11:27:02 -0800 (PST)
DKIM-Signature: v=1; a=rsa-sha1; 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=XuvA0OFvr1HkgryOQtJBks2H2HE=; b=ghSRBLsDFiySUGPC TjnU6bho04WkckhJ6BXjWCyGtVuzJrqYoJxgPOM+lmwfJ87FzGYu4irlyTl5xqKb pq2qeaqAPGBxvC+aAi1FRQQ3r6vmXb+m1nHeLmbpVT8urFpNFgvxePcvMmtOVZmc AhwKmRxbN3HO8NsJVWI8yHWWsks=
Received: by filter0705p1las1.sendgrid.net with SMTP id filter0705p1las1-11134-5C3F8584-22 2019-01-16 19:27:00.690705516 +0000 UTC m=+158520.132099215
Received: from github-lowworker-dc5ea3e.cp1-iad.github.net (unknown [192.30.252.45]) by ismtpd0004p1iad1.sendgrid.net (SG) with ESMTP id SAMWt3lfQk62fmiSKsTWtA for <quic-issues@ietf.org>; Wed, 16 Jan 2019 19:27:00.614 +0000 (UTC)
Received: from github.com (localhost [127.0.0.1]) by github-lowworker-dc5ea3e.cp1-iad.github.net (Postfix) with ESMTP id 93EBE260934 for <quic-issues@ietf.org>; Wed, 16 Jan 2019 11:27:00 -0800 (PST)
Date: Wed, 16 Jan 2019 19:27:01 +0000 (UTC)
From: Mike Bishop <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+0166e4ab9b5e4a42265ef8dfc6e9f046435b4fec6fb7573892cf000000011857478492a169ce17d50c0c@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/issues/2337/454907586@github.com>
In-Reply-To: <quicwg/base-drafts/issues/2337@github.com>
References: <quicwg/base-drafts/issues/2337@github.com>
Subject: Re: [quicwg/base-drafts] HTTP/3: is the recommended size of max bidi streams normative? (#2337)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5c3f858491f9e_11ae3febb38d45bc7843d"; 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: l64QuQ2uJCcEyUykJbxN122A6QRmEpucztpreh3Pak2UO/Si6gXCD8Z8AG409ZFiG8qM/e8nA//iUz b5Dvt5TmTr3Cx1/8l+m4RkuUS381WLfhWR4W/qjMwDF+NUI+FOXI8K42FerF6We0+E5LA4Ws+wXm/M aXjgJvQe0A89KWEDIOzW9El1ucEQrlA6M/YJWcJk041ElbtbTlR1uYEVdm1pfHHvm1TS01nLHYOY90 0=
Archived-At: <https://mailarchive.ietf.org/arch/msg/quic-issues/_Z8ZpKzjIqL_s2wMizfuACS_s8E>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
List-Id: Notification list for GitHub issues related to the QUIC WG <quic-issues.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=unsubscribe>
List-Archive: <https://mailarchive.ietf.org/arch/browse/quic-issues/>
List-Post: <mailto:quic-issues@ietf.org>
List-Help: <mailto:quic-issues-request@ietf.org?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, 16 Jan 2019 19:27:10 -0000

----==_mimepart_5c3f858491f9e_11ae3febb38d45bc7843d
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

RFC7540 used a lower-case "recommended", and the text was picked up from there.  I don't know that there's any harm if we made it "RECOMMENDED", but I'm not sure there's a ton of benefit either.  It's a value the implementation can set (or expose via configuration), and we're giving some 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/2337#issuecomment-454907586
----==_mimepart_5c3f858491f9e_11ae3febb38d45bc7843d
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: quoted-printable

<p>RFC7540 used a lower-case "recommended", and the text was picked up from=
 there.  I don't know that there's any harm if we made it "RECOMMENDED", bu=
t I'm not sure there's a ton of benefit either.  It's a value the implement=
ation can set (or expose via configuration), and we're giving some guidance=
.</p>

<p style=3D"font-size:small;-webkit-text-size-adjust:none;color:#666;">&mda=
sh;<br />You are receiving this because you are subscribed to this thread.<=
br />Reply to this email directly, <a href=3D"https://github.com/quicwg/bas=
e-drafts/issues/2337#issuecomment-454907586">view it on GitHub</a>, or <a h=
ref=3D"https://github.com/notifications/unsubscribe-auth/AWbkq9-RUQSTJxVQaY=
ccxa3_R2fjBoKlks5vD30EgaJpZM4aDNHL">mute the thread</a>.<img src=3D"https:/=
/github.com/notifications/beacon/AWbkq7ns8kAfHqx4tafTpbubHxikIc9hks5vD30Ega=
JpZM4aDNHL.gif" height=3D"1" width=3D"1" alt=3D"" /></p>
<script type=3D"application/json" data-scope=3D"inboxmarkup">{"api_version"=
:"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name":"Gi=
tHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"quicwg=
/base-drafts","subtitle":"GitHub repository","main_image_url":"https://gith=
ub.githubassets.com/images/email/message_cards/header.png","avatar_image_ur=
l":"https://github.githubassets.com/images/email/message_cards/avatar.png",=
"action":{"name":"Open in GitHub","url":"https://github.com/quicwg/base-dra=
fts"}},"updates":{"snippets":[{"icon":"PERSON","message":"@MikeBishop in #2=
337: RFC7540 used a lower-case \"recommended\", and the text was picked up =
from there.  I don't know that there's any harm if we made it \"RECOMMENDED=
\", but I'm not sure there's a ton of benefit either.  It's a value the imp=
lementation can set (or expose via configuration), and we're giving some gu=
idance."}],"action":{"name":"View Issue","url":"https://github.com/quicwg/b=
ase-drafts/issues/2337#issuecomment-454907586"}}}</script>
<script type=3D"application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/issues/2337#issuecomment-4=
54907586",
"url": "https://github.com/quicwg/base-drafts/issues/2337#issuecomment-4549=
07586",
"name": "View Issue"
},
"description": "View this Issue on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>=

----==_mimepart_5c3f858491f9e_11ae3febb38d45bc7843d--


From nobody Wed Jan 16 11:29: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 BC9A9130EC1 for <quic-issues@ietfa.amsl.com>; Wed, 16 Jan 2019 11:29:38 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -11.007
X-Spam-Level: 
X-Spam-Status: No, score=-11.007 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIMWL_WL_HIGH=-4.553, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, HTML_IMAGE_ONLY_20=1.546, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-1, RCVD_IN_DNSWL_HI=-5, SPF_PASS=-0.001] autolearn=ham autolearn_force=no
Authentication-Results: ietfa.amsl.com (amavisd-new); dkim=pass (1024-bit key) header.d=github.com
Received: from mail.ietf.org ([4.31.198.44]) by localhost (ietfa.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 0oV6o-j_SJ-B for <quic-issues@ietfa.amsl.com>; Wed, 16 Jan 2019 11:29:37 -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 53FF8130E63 for <quic-issues@ietf.org>; Wed, 16 Jan 2019 11:29:37 -0800 (PST)
Date: Wed, 16 Jan 2019 11:29:36 -0800
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1547666976; bh=v9Lw9kLOX1l/6xBe0kdhPM9MYFCEE550B2/WlPqgVo0=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=QqlO1AScHpwDExAozIDNfLhjbV20z4hgww2GH0E6enkA7OqgLaHaMucNAxIrBPuiU DPQgZ3HmZTyhXxsMtfbo0q96JTypycqN1Gi+0grJKxKxH9XRMjHkSdwAZV+LhzjY7t YB4Vo6M1+2p+KBIi1NCg6iyrkzKFb5vo/DzYYHDw=
From: Mike Bishop <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+0166e4ab59d69df7942059e5f6a101f3cc72cd8ac3cee33992cf000000011857482092a169ce17d59661@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/issues/2338/454908486@github.com>
In-Reply-To: <quicwg/base-drafts/issues/2338@github.com>
References: <quicwg/base-drafts/issues/2338@github.com>
Subject: Re: [quicwg/base-drafts] HTTP/3: Push stream description diagram is ambiguous (#2338)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5c3f86205098b_577e3fde07ed45c0454bc"; 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/2U3LXYWGb9_QJyCsWcNs08uMioI>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
List-Id: Notification list for GitHub issues related to the QUIC WG <quic-issues.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=unsubscribe>
List-Archive: <https://mailarchive.ietf.org/arch/browse/quic-issues/>
List-Post: <mailto:quic-issues@ietf.org>
List-Help: <mailto:quic-issues-request@ietf.org?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, 16 Jan 2019 19:29:39 -0000

----==_mimepart_5c3f86205098b_577e3fde07ed45c0454bc
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

I'm not sold on this being a problem, but let's see what others 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/issues/2338#issuecomment-454908486
----==_mimepart_5c3f86205098b_577e3fde07ed45c0454bc
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

<p>I'm not sold on this being a problem, but let's see what others 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/issues/2338#issuecomment-454908486">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AWbkq4yJB87A4oOyK6tIQOI1Lgk4_MA4ks5vD32ggaJpZM4aDXso">mute the thread</a>.<img src="https://github.com/notifications/beacon/AWbkq_58CTQbBB6_QgygdcWPIg6n0Kdfks5vD32ggaJpZM4aDXso.gif" height="1" width="1" alt="" /></p>
<script type="application/json" data-scope="inboxmarkup">{"api_version":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name":"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"https://github.githubassets.com/images/email/message_cards/header.png","avatar_image_url":"https://github.githubassets.com/images/email/message_cards/avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/quicwg/base-drafts"}},"updates":{"snippets":[{"icon":"PERSON","message":"@MikeBishop in #2338: I'm not sold on this being a problem, but let's see what others think."}],"action":{"name":"View Issue","url":"https://github.com/quicwg/base-drafts/issues/2338#issuecomment-454908486"}}}</script>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/issues/2338#issuecomment-454908486",
"url": "https://github.com/quicwg/base-drafts/issues/2338#issuecomment-454908486",
"name": "View Issue"
},
"description": "View this Issue on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>
----==_mimepart_5c3f86205098b_577e3fde07ed45c0454bc--


From nobody Wed Jan 16 13:34: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 BE2581311AE for <quic-issues@ietfa.amsl.com>; Wed, 16 Jan 2019 13:34:50 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -11.149
X-Spam-Level: 
X-Spam-Status: No, score=-11.149 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIMWL_WL_HIGH=-4.553, 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_PASS=-0.001] autolearn=ham autolearn_force=no
Authentication-Results: ietfa.amsl.com (amavisd-new); dkim=pass (1024-bit key) header.d=github.com
Received: from mail.ietf.org ([4.31.198.44]) by localhost (ietfa.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id nLBKiFrW1JTy for <quic-issues@ietfa.amsl.com>; Wed, 16 Jan 2019 13:34: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 253771311A7 for <quic-issues@ietf.org>; Wed, 16 Jan 2019 13:34:49 -0800 (PST)
Date: Wed, 16 Jan 2019 13:34:47 -0800
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1547674487; bh=KmWzkvErpRoTEKdNLDYLXvNBBLZqWrOY3DxOPUEjLjY=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=uWzIxMKt9XYSv2gnk+C49OW2v+aJA4coBnjxv7zM18pzErzoW00nkFoAelHB3Ats7 mUOCFyJ8tcLmG22jz1INqKWPDaPV9bF5eeojsuRh8vl59dLiaQa6R12pgl7q1+CgPL D/jy+PvVdWh5iG804YwS0jo26CFyWDC0+ht7jJ30=
From: Martin Thomson <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+0166e4ab22d17f77fdbc15adc551b1a01223f23c9d488af492cf000000011857657792a169ce17b2473c@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/pull/2327/review/193363460@github.com>
In-Reply-To: <quicwg/base-drafts/pull/2327@github.com>
References: <quicwg/base-drafts/pull/2327@github.com>
Subject: Re: [quicwg/base-drafts] Ignore packet loss when the keys are not available (#2327)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5c3fa377d1b8a_49f33fc6020d45b425386f"; 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/0myenKghmV8GTxsY8KjWqq77RDE>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
List-Id: Notification list for GitHub issues related to the QUIC WG <quic-issues.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=unsubscribe>
List-Archive: <https://mailarchive.ietf.org/arch/browse/quic-issues/>
List-Post: <mailto:quic-issues@ietf.org>
List-Help: <mailto:quic-issues-request@ietf.org?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, 16 Jan 2019 21:34:51 -0000

----==_mimepart_5c3fa377d1b8a_49f33fc6020d45b425386f
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

martinthomson commented on this pull request.



> @@ -945,6 +973,14 @@ The recovery period limits congestion window reduction to once per round trip.
 During recovery, the congestion window remains unchanged irrespective of new
 losses or increases in the ECN-CE counter.
 
+#### Ignoring Loss of Undecryptable Packets

I think that you want H2 here, definitely not H4.

```suggestion
## Ignoring Loss of Undecryptable 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/2327#pullrequestreview-193363460
----==_mimepart_5c3fa377d1b8a_49f33fc6020d45b425386f
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/2327#discussi=
on_r248459197">draft-ietf-quic-recovery.md</a>:</p>=0D
<pre style=3D'color:#555'>&gt; @@ -945,6 +973,14 @@ The recovery period l=
imits congestion window reduction to once per round trip.=0D
 During recovery, the congestion window remains unchanged irrespective of=
 new=0D
 losses or increases in the ECN-CE counter.=0D
 =0D
+#### Ignoring Loss of Undecryptable Packets=0D
</pre>=0D
<p>I think that you want H2 here, definitely not H4.</p>=0D
=E2=AC=87=EF=B8=8F Suggested change=0D
<pre style=3D"color: #555">-#### Ignoring Loss of Undecryptable Packets=0D=

+## Ignoring Loss of Undecryptable Packets=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/2327#pullrequestreview-193363460">view it on GitHub</=
a>, or <a href=3D"https://github.com/notifications/unsubscribe-auth/AWbkq=
-KkvbWr9WUW7izX6eJiJGZ-Zqkjks5vD5r3gaJpZM4Z4S8B">mute the thread</a>.<img=
 src=3D"https://github.com/notifications/beacon/AWbkq5W4BVv35jV1vXxgXR1UB=
M0urqOFks5vD5r3gaJpZM4Z4S8B.gif" height=3D"1" width=3D"1" alt=3D"" /></p>=
=0D
<script type=3D"application/json" data-scope=3D"inboxmarkup">{"api_versio=
n":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name"=
:"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"=
quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"http=
s://github.githubassets.com/images/email/message_cards/header.png","avata=
r_image_url":"https://github.githubassets.com/images/email/message_cards/=
avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/q=
uicwg/base-drafts"}},"updates":{"snippets":[{"icon":"PERSON","message":"@=
martinthomson commented on #2327"}],"action":{"name":"View Pull Request",=
"url":"https://github.com/quicwg/base-drafts/pull/2327#pullrequestreview-=
193363460"}}}</script>=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/2327#pullrequestrev=
iew-193363460",=0D
"url": "https://github.com/quicwg/base-drafts/pull/2327#pullrequestreview=
-193363460",=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_5c3fa377d1b8a_49f33fc6020d45b425386f--


From nobody Wed Jan 16 13:37: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 BE6B41311BA for <quic-issues@ietfa.amsl.com>; Wed, 16 Jan 2019 13:37:51 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -11.149
X-Spam-Level: 
X-Spam-Status: No, score=-11.149 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIMWL_WL_HIGH=-4.553, 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_PASS=-0.001] autolearn=ham autolearn_force=no
Authentication-Results: ietfa.amsl.com (amavisd-new); dkim=pass (1024-bit key) header.d=github.com
Received: from mail.ietf.org ([4.31.198.44]) by localhost (ietfa.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id dK4rrPyZUi7a for <quic-issues@ietfa.amsl.com>; Wed, 16 Jan 2019 13:37:50 -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 CFC161294D0 for <quic-issues@ietf.org>; Wed, 16 Jan 2019 13:37:49 -0800 (PST)
Date: Wed, 16 Jan 2019 13:37:48 -0800
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1547674668; bh=R5RwxrRmromahGFV0X35s20/2MgIyIZe/yO1KLJmkbw=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=AH8RObp0yvmKr3Q5uVaHat/g7BhbeaOS54aXT5aIbxiTc6dg1IxWIXboMB5gltKdZ MuJzru2gQ/u5j3XkjYb/O8xMfKSGaZGlqGlvhCMHlCa4JJc70vWLopqJAcxlkf6opk IYD2m7yS5v1lF62uci2LcUFRlTgFnJ854pRu+AMo=
From: Martin Thomson <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+0166e4abe3cf9e09ab066d53e058bbf83f459d81265fce2392cf000000011857662c92a169ce179bec73@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/pull/2296/review/193364628@github.com>
In-Reply-To: <quicwg/base-drafts/pull/2296@github.com>
References: <quicwg/base-drafts/pull/2296@github.com>
Subject: Re: [quicwg/base-drafts] Allow servers to send a preferred address of each address family (#2296)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5c3fa42c81df6_3b53fce68cd45bc46830"; 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/FNE2D3faN6E-ptXRjb5A_TWIhrE>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
List-Id: Notification list for GitHub issues related to the QUIC WG <quic-issues.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=unsubscribe>
List-Archive: <https://mailarchive.ietf.org/arch/browse/quic-issues/>
List-Post: <mailto:quic-issues@ietf.org>
List-Help: <mailto:quic-issues-request@ietf.org?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, 16 Jan 2019 21:37:52 -0000

----==_mimepart_5c3fa42c81df6_3b53fce68cd45bc46830
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

martinthomson commented on this pull request.



> @@ -2116,9 +2116,13 @@ packets.
 A server conveys a preferred address by including the preferred_address
 transport parameter in the TLS handshake.
 
-Once the handshake is finished, the client SHOULD initiate path validation (see
-{{migrate-validate}}) of the server's preferred address using the connection ID
-provided in the preferred_address transport parameter.
+Servers MAY communicate a preferred address of each address family (IPv4 and
+IPv6) to allow clients to pick the one most suited to their network attachment.

I'm only asking if it is *allowed*.

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/quicwg/base-drafts/pull/2296#discussion_r248460095
----==_mimepart_5c3fa42c81df6_3b53fce68cd45bc46830
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/2296#discussion_r248460095">draft-ietf-quic-transport.md</a>:</p>
<pre style='color:#555'>&gt; @@ -2116,9 +2116,13 @@ packets.
 A server conveys a preferred address by including the preferred_address
 transport parameter in the TLS handshake.
 
-Once the handshake is finished, the client SHOULD initiate path validation (see
-{{migrate-validate}}) of the server&#39;s preferred address using the connection ID
-provided in the preferred_address transport parameter.
+Servers MAY communicate a preferred address of each address family (IPv4 and
+IPv6) to allow clients to pick the one most suited to their network attachment.
</pre>
<p>I'm only asking if it is <em>allowed</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/pull/2296#discussion_r248460095">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AWbkqysmQhgNqoaT89EKaPoPcwa5CRnsks5vD5usgaJpZM4ZuHR_">mute the thread</a>.<img src="https://github.com/notifications/beacon/AWbkq6gCAA_2bkAsbxHRQCY5Nkq7sbH4ks5vD5usgaJpZM4ZuHR_.gif" height="1" width="1" alt="" /></p>
<script type="application/json" data-scope="inboxmarkup">{"api_version":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name":"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"https://github.githubassets.com/images/email/message_cards/header.png","avatar_image_url":"https://github.githubassets.com/images/email/message_cards/avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/quicwg/base-drafts"}},"updates":{"snippets":[{"icon":"PERSON","message":"@martinthomson commented on #2296"}],"action":{"name":"View Pull Request","url":"https://github.com/quicwg/base-drafts/pull/2296#discussion_r248460095"}}}</script>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/pull/2296#discussion_r248460095",
"url": "https://github.com/quicwg/base-drafts/pull/2296#discussion_r248460095",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>
----==_mimepart_5c3fa42c81df6_3b53fce68cd45bc46830--


From nobody Wed Jan 16 13:51:39 2019
Return-Path: <bounce+565321.40f-quic-issues=ietf.org@github.com>
X-Original-To: quic-issues@ietfa.amsl.com
Delivered-To: quic-issues@ietfa.amsl.com
Received: from localhost (localhost [127.0.0.1]) by ietfa.amsl.com (Postfix) with ESMTP id 4ED2C1311E8 for <quic-issues@ietfa.amsl.com>; Wed, 16 Jan 2019 13:51:31 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -6.452
X-Spam-Level: 
X-Spam-Status: No, score=-6.452 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIMWL_WL_HIGH=-4.553, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, HEADER_FROM_DIFFERENT_DOMAINS=0.001, RCVD_IN_DNSWL_NONE=-0.0001, SPF_PASS=-0.001, URIBL_BLOCKED=0.001] autolearn=ham autolearn_force=no
Authentication-Results: ietfa.amsl.com (amavisd-new); dkim=pass (1024-bit key) header.d=github.com
Received: from mail.ietf.org ([4.31.198.44]) by localhost (ietfa.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id znTHj1IOhwdG for <quic-issues@ietfa.amsl.com>; Wed, 16 Jan 2019 13:51:29 -0800 (PST)
Received: from m69-170.mailgun.net (m69-170.mailgun.net [166.78.69.170]) (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 2EA4B1311D4 for <quic-issues@ietf.org>; Wed, 16 Jan 2019 13:51:29 -0800 (PST)
DKIM-Signature: a=rsa-sha256; v=1; c=relaxed/relaxed; d=github.com; q=dns/txt;  s=mailo; t=1547675488; h=Content-Transfer-Encoding: Content-Type: Mime-Version: Subject: Message-ID: To: Reply-To: From: Date: Sender; bh=y2kuN1V+oo7PNVOHaRKDy7d70M765BceT9JSK8PDw9s=; b=SEpfJPotFk32nHMFezAtjX7Y7AuGDN/DOJyuBJEfXbLxlzz1guJZNCdY5C1z6HE14RE1fYI0 WtQE+B33x6Xcv+ATHlE5eNYqL7njRCDopqsWef/uJbxsutxAyyDcL6R+/71v1BQPxESoLRBT Qgacvr7/oK8LUksLDz8AmNeA9f0=
X-Mailgun-Sending-Ip: 166.78.69.170
X-Mailgun-Sid: WyJhNzYyYiIsICJxdWljLWlzc3Vlc0BpZXRmLm9yZyIsICI0MGYiXQ==
Sender: mt=lowentropy.net@github.com
Received: from github.com (Unknown [192.30.253.29]) by mxa.mailgun.org with ESMTP id 5c3fa75f.7f28ad9ce3c0-smtp-out-n03; Wed, 16 Jan 2019 21:51:27 -0000 (UTC)
Date: Wed, 16 Jan 2019 13:51:26 -0800
From: Martin Thomson <mt@lowentropy.net>
Reply-To: Martin Thomson <mt@lowentropy.net>
To: quic-issues@ietf.org
Message-ID: <5c3fa75e875b4_10192ac5a8a98588286bc@hookshot-fe-b0febf1.cp1-iad.github.net.mail>
Subject: [quicwg/base-drafts] b5386c: Update draft-ietf-quic-recovery.md
Mime-Version: 1.0
Content-Type: multipart/mixed; boundary="--==_mimepart_5c3fa75e8702d_10192ac5a8a9858828592"; charset=UTF-8
Content-Transfer-Encoding: 7bit
Archived-At: <https://mailarchive.ietf.org/arch/msg/quic-issues/x1PhFzgPUs31asxJgg2n8CYI5WE>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
Precedence: list
List-Id: Notification list for GitHub issues related to the QUIC WG <quic-issues.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=unsubscribe>
List-Archive: <https://mailarchive.ietf.org/arch/browse/quic-issues/>
List-Post: <mailto:quic-issues@ietf.org>
List-Help: <mailto:quic-issues-request@ietf.org?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, 16 Jan 2019 21:51:37 -0000

----==_mimepart_5c3fa75e8702d_10192ac5a8a9858828592
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

  Branch: refs/heads/ianswett-ignore-loss
  Home:   https://github.com/quicwg/base-drafts
  Commit: b5386cd183f557d550a73203e0ac0ba6f744e1e8
      https://github.com/quicwg/base-drafts/commit/b5386cd183f557d550a73203e0ac0ba6f744e1e8
  Author: Martin Thomson <mt@lowentropy.net>
  Date:   2019-01-16 (Wed, 16 Jan 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>



      **NOTE:** This service has been marked for deprecation: https://developer.github.com/changes/2018-04-25-github-services-deprecation/

      Functionality will be removed from GitHub.com on January 31st, 2019.

----==_mimepart_5c3fa75e8702d_10192ac5a8a9858828592--


From nobody Wed Jan 16 13:51:48 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 D01A41311F9 for <quic-issues@ietfa.amsl.com>; Wed, 16 Jan 2019 13:51:33 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -5.934
X-Spam-Level: 
X-Spam-Status: No, score=-5.934 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIMWL_WL_HIGH=-4.553, DKIM_SIGNED=0.1, DKIM_VALID=-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_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 nBD896Tt_MoE for <quic-issues@ietfa.amsl.com>; Wed, 16 Jan 2019 13:51:31 -0800 (PST)
Received: from o5.sgmail.github.com (o5.sgmail.github.com [192.254.113.10]) (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 92DD11311D5 for <quic-issues@ietf.org>; Wed, 16 Jan 2019 13:51:31 -0800 (PST)
DKIM-Signature: v=1; a=rsa-sha1; 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=SSioTy3Ex78+pQWM4KVjIHcKUPI=; b=CCbEt0FRD9A75whO ET/bw029Z2NMQ219DwIaSKtHBmWdZEjZIJMcPKXKDhGgqlCRs/EozvX4TviEhObF raFn9g4lShKS1VqvO83zrPxwNDYaKMBm4ASEFjPIDv/Xkmm1VIb/R4oVKI91GNux rxFShfBzv3xmgtU/UhLILDjyAg4=
Received: by filter1570p1mdw1.sendgrid.net with SMTP id filter1570p1mdw1-534-5C3FA762-13 2019-01-16 21:51:30.436285394 +0000 UTC m=+164673.475924990
Received: from github-lowworker-1ffe0ab.cp1-iad.github.net (unknown [192.30.252.38]) by ismtpd0022p1iad2.sendgrid.net (SG) with ESMTP id iXIOANA_StKKZbA6aG7-Eg for <quic-issues@ietf.org>; Wed, 16 Jan 2019 21:51:30.288 +0000 (UTC)
Received: from github.com (localhost [127.0.0.1]) by github-lowworker-1ffe0ab.cp1-iad.github.net (Postfix) with ESMTP id 5C0BE38126F for <quic-issues@ietf.org>; Wed, 16 Jan 2019 13:51:30 -0800 (PST)
Date: Wed, 16 Jan 2019 21:51:30 +0000 (UTC)
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/2327/push/3216716719@github.com>
In-Reply-To: <quicwg/base-drafts/pull/2327@github.com>
References: <quicwg/base-drafts/pull/2327@github.com>
Subject: Re: [quicwg/base-drafts] Ignore packet loss when the keys are not available (#2327)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5c3fa7625a29b_5eba3fd7bc2d45b481246"; 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
X-SG-EID: l64QuQ2uJCcEyUykJbxN122A6QRmEpucztpreh3Pak3x5XaD7LA3kCbOtefse7BesH9ZA6V7Y3N+iN MxSGeEgeSasOpM9JB1WfX5DFlqw6Hsq++klw83WD8lkTKmXobciJuo1itze1UYj87GQ3LmBgWBGfSg okwQCS1k/CW07W4AFyZ28Vn2BbhnchMBGf7Fvb9Edwg2bbcrkI54Uhh5JEGEW3vSI1Y/nbDTDHHbmY o=
Archived-At: <https://mailarchive.ietf.org/arch/msg/quic-issues/jKqyDExQeZQEk1Zrgi-Pzr7pIkM>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
List-Id: Notification list for GitHub issues related to the QUIC WG <quic-issues.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=unsubscribe>
List-Archive: <https://mailarchive.ietf.org/arch/browse/quic-issues/>
List-Post: <mailto:quic-issues@ietf.org>
List-Help: <mailto:quic-issues-request@ietf.org?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, 16 Jan 2019 21:51:41 -0000

----==_mimepart_5c3fa7625a29b_5eba3fd7bc2d45b481246
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

@ianswett pushed 1 commit.

b5386cd183f557d550a73203e0ac0ba6f744e1e8  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/2327/files/0d231b6c4ff69db74d5156cf422ae5d6198bf22d..b5386cd183f557d550a73203e0ac0ba6f744e1e8

----==_mimepart_5c3fa7625a29b_5eba3fd7bc2d45b481246
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/b5386cd183f557d550a73203e0ac0ba6f744e1e8">b5386cd</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/2327/files/0d231b6c4ff69db74d5156cf422ae5d6198bf22d..b5386cd183f557d550a73203e0ac0ba6f744e1e8">View it on GitHub</a> or <a href="https://github.com/notifications/unsubscribe-auth/AWbkq7vzq-bv9hRz3Y9XdiShkZQF6uyZks5vD57igaJpZM4Z4S8B">mute the thread</a>.<img src="https://github.com/notifications/beacon/AWbkq_MtywUjEHWsghY3DdB7TT-5yHkOks5vD57igaJpZM4Z4S8B.gif" height="1" width="1" alt="" /></p>
<script type="application/json" data-scope="inboxmarkup">{"api_version":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name":"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"https://github.githubassets.com/images/email/message_cards/header.png","avatar_image_url":"https://github.githubassets.com/images/email/message_cards/avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/quicwg/base-drafts"}},"updates":{"snippets":[{"icon":"PERSON","message":"@ianswett pushed 1 commit in #2327"}],"action":{"name":"View Pull Request","url":"https://github.com/quicwg/base-drafts/pull/2327/files/0d231b6c4ff69db74d5156cf422ae5d6198bf22d..b5386cd183f557d550a73203e0ac0ba6f744e1e8"}}}</script>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/pull/2327/files/0d231b6c4ff69db74d5156cf422ae5d6198bf22d..b5386cd183f557d550a73203e0ac0ba6f744e1e8",
"url": "https://github.com/quicwg/base-drafts/pull/2327/files/0d231b6c4ff69db74d5156cf422ae5d6198bf22d..b5386cd183f557d550a73203e0ac0ba6f744e1e8",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>

----==_mimepart_5c3fa7625a29b_5eba3fd7bc2d45b481246--


From nobody Wed Jan 16 18: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 9B6A4130F44 for <quic-issues@ietfa.amsl.com>; Wed, 16 Jan 2019 18:10:38 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -11.007
X-Spam-Level: 
X-Spam-Status: No, score=-11.007 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIMWL_WL_HIGH=-4.553, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, HTML_IMAGE_ONLY_20=1.546, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-1, RCVD_IN_DNSWL_HI=-5, SPF_PASS=-0.001] autolearn=ham autolearn_force=no
Authentication-Results: ietfa.amsl.com (amavisd-new); dkim=pass (1024-bit key) header.d=github.com
Received: from mail.ietf.org ([4.31.198.44]) by localhost (ietfa.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id lgAr0gnidMke for <quic-issues@ietfa.amsl.com>; Wed, 16 Jan 2019 18:10: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 EAE5E130F3C for <quic-issues@ietf.org>; Wed, 16 Jan 2019 18:10:36 -0800 (PST)
Date: Wed, 16 Jan 2019 18:10:35 -0800
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1547691035; bh=SG8QFypGKVNv9LNw5C9t5V2aTcZ5BglzZ42w3P0KHBM=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=DSXwBsOXiIQDwaMBnYt3tEDDZLTSGIiFw2av8fH1/UiNoZJg7x6mLVIkx1B/ZMG7F bdAVLueNbU3Qb7y7Fko1o/881eIqheAbN9G62Z3QQbtkEsXDDgUYt7K3wn6gBNaBsF r8L0J/3Kp9Rkj+NUGlzXfj9apXyi/J7hkMirLLy8=
From: janaiyengar <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+0166e4abd41a226250c743734e3812ee6ab2922c7b6ed92d92cf000000011857a61b92a169ce167d1e37@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/issues/1966/455015746@github.com>
In-Reply-To: <quicwg/base-drafts/issues/1966@github.com>
References: <quicwg/base-drafts/issues/1966@github.com>
Subject: Re: [quicwg/base-drafts] Spurious RTO detection (#1966)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5c3fe41ba3da2_5bdb3fb1a2ad45c41280dc"; 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/s6zxPjp3TDS14mGl5IA4tbbMwVA>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
List-Id: Notification list for GitHub issues related to the QUIC WG <quic-issues.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=unsubscribe>
List-Archive: <https://mailarchive.ietf.org/arch/browse/quic-issues/>
List-Post: <mailto:quic-issues@ietf.org>
List-Help: <mailto:quic-issues-request@ietf.org?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, 17 Jan 2019 02:10:39 -0000

----==_mimepart_5c3fe41ba3da2_5bdb3fb1a2ad45c41280dc
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

Yes, this is OBE. Closing.

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/quicwg/base-drafts/issues/1966#issuecomment-455015746
----==_mimepart_5c3fe41ba3da2_5bdb3fb1a2ad45c41280dc
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

<p>Yes, this is OBE. Closing.</p>

<p style="font-size:small;-webkit-text-size-adjust:none;color:#666;">&mdash;<br />You are receiving this because you are subscribed to this thread.<br />Reply to this email directly, <a href="https://github.com/quicwg/base-drafts/issues/1966#issuecomment-455015746">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AWbkq1ngX-QNWlcYw54YqWns4GtDohLEks5vD9ubgaJpZM4YN_QA">mute the thread</a>.<img src="https://github.com/notifications/beacon/AWbkq_RLhXZWOEsFRmbBQrFMVKQnY6fiks5vD9ubgaJpZM4YN_QA.gif" height="1" width="1" alt="" /></p>
<script type="application/json" data-scope="inboxmarkup">{"api_version":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name":"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"https://github.githubassets.com/images/email/message_cards/header.png","avatar_image_url":"https://github.githubassets.com/images/email/message_cards/avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/quicwg/base-drafts"}},"updates":{"snippets":[{"icon":"PERSON","message":"@janaiyengar in #1966: Yes, this is OBE. Closing."}],"action":{"name":"View Issue","url":"https://github.com/quicwg/base-drafts/issues/1966#issuecomment-455015746"}}}</script>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/issues/1966#issuecomment-455015746",
"url": "https://github.com/quicwg/base-drafts/issues/1966#issuecomment-455015746",
"name": "View Issue"
},
"description": "View this Issue on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>
----==_mimepart_5c3fe41ba3da2_5bdb3fb1a2ad45c41280dc--


From nobody Wed Jan 16 18:10: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 05B50130F3C for <quic-issues@ietfa.amsl.com>; Wed, 16 Jan 2019 18:10:39 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -10.935
X-Spam-Level: 
X-Spam-Status: No, score=-10.935 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIMWL_WL_HIGH=-4.553, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, HTML_IMAGE_ONLY_24=1.618, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-1, RCVD_IN_DNSWL_HI=-5, SPF_PASS=-0.001] autolearn=ham autolearn_force=no
Authentication-Results: ietfa.amsl.com (amavisd-new); dkim=pass (1024-bit key) header.d=github.com
Received: from mail.ietf.org ([4.31.198.44]) by localhost (ietfa.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id bWf3a-zggijt for <quic-issues@ietfa.amsl.com>; Wed, 16 Jan 2019 18:10: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 7D34B130F43 for <quic-issues@ietf.org>; Wed, 16 Jan 2019 18:10:37 -0800 (PST)
Date: Wed, 16 Jan 2019 18:10:35 -0800
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1547691035; bh=+qZqwfcIyQ4AXsrS+hU5SOwosJ8m+Lts0eu0yVaG/yo=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=lZVHWWO1eEtTA12wliu9lF5TNZovsvNSYvG1AgQA1It86bJsjzuyD6BekUqIC4GAQ JpIGlenCTX0IE0+Ts1DhQWQ1NOQuF0WEsOWwaXxsi2Q15jzJ/NFkuVwYLLIE1S1Mrb peXOhOd4xoj2CcFeYAWj+2Vai/OzgO74ccYU5MKM=
From: janaiyengar <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+0166e4abd41a226250c743734e3812ee6ab2922c7b6ed92d92cf000000011857a61b92a169ce167d1e37@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/issue/1966/issue_event/2079062682@github.com>
In-Reply-To: <quicwg/base-drafts/issues/1966@github.com>
References: <quicwg/base-drafts/issues/1966@github.com>
Subject: Re: [quicwg/base-drafts] Spurious RTO detection (#1966)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5c3fe41ba59d0_64273fd887cd45c0138929"; 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/5vhlrgf_o1_dfEb8USM31X4B9xM>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
List-Id: Notification list for GitHub issues related to the QUIC WG <quic-issues.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=unsubscribe>
List-Archive: <https://mailarchive.ietf.org/arch/browse/quic-issues/>
List-Post: <mailto:quic-issues@ietf.org>
List-Help: <mailto:quic-issues-request@ietf.org?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, 17 Jan 2019 02:10:39 -0000

----==_mimepart_5c3fe41ba59d0_64273fd887cd45c0138929
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

Closed #1966.

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/quicwg/base-drafts/issues/1966#event-2079062682
----==_mimepart_5c3fe41ba59d0_64273fd887cd45c0138929
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="377298487" data-permission-text="Issue title is private" data-url="https://github.com/quicwg/base-drafts/issues/1966" data-hovercard-type="issue" data-hovercard-url="/quicwg/base-drafts/issues/1966/hovercard" href="https://github.com/quicwg/base-drafts/issues/1966">#1966</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/1966#event-2079062682">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AWbkq1ngX-QNWlcYw54YqWns4GtDohLEks5vD9ubgaJpZM4YN_QA">mute the thread</a>.<img src="https://github.com/notifications/beacon/AWbkq_RLhXZWOEsFRmbBQrFMVKQnY6fiks5vD9ubgaJpZM4YN_QA.gif" height="1" width="1" alt="" /></p>
<script type="application/json" data-scope="inboxmarkup">{"api_version":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name":"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"https://github.githubassets.com/images/email/message_cards/header.png","avatar_image_url":"https://github.githubassets.com/images/email/message_cards/avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/quicwg/base-drafts"}},"updates":{"snippets":[{"icon":"DESCRIPTION","message":"Closed #1966."}],"action":{"name":"View Issue","url":"https://github.com/quicwg/base-drafts/issues/1966#event-2079062682"}}}</script>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/issues/1966#event-2079062682",
"url": "https://github.com/quicwg/base-drafts/issues/1966#event-2079062682",
"name": "View Issue"
},
"description": "View this Issue on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>
----==_mimepart_5c3fe41ba59d0_64273fd887cd45c0138929--


From nobody Wed Jan 16 18:15: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 F3055130F39 for <quic-issues@ietfa.amsl.com>; Wed, 16 Jan 2019 18:15:16 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -10.935
X-Spam-Level: 
X-Spam-Status: No, score=-10.935 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIMWL_WL_HIGH=-4.553, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, HTML_IMAGE_ONLY_24=1.618, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-1, RCVD_IN_DNSWL_HI=-5, SPF_PASS=-0.001] autolearn=ham autolearn_force=no
Authentication-Results: ietfa.amsl.com (amavisd-new); dkim=pass (1024-bit key) header.d=github.com
Received: from mail.ietf.org ([4.31.198.44]) by localhost (ietfa.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id hiMaK8i8cjeP for <quic-issues@ietfa.amsl.com>; Wed, 16 Jan 2019 18:15:15 -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 580A112D4EA for <quic-issues@ietf.org>; Wed, 16 Jan 2019 18:15:15 -0800 (PST)
Date: Wed, 16 Jan 2019 18:15:14 -0800
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1547691314; bh=EDQZajRVpB9lUEpLWKe3rTj+w01RsCU9pRw10jMNSzU=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=I0SkvnYUsSjUk2oXxm/oDUy0H4q6Tr3hbxFfVgLfmrfbOmlQwhzLND/sD+3TLAj40 /7eRcK7ui2o/sMnZ7V5S/eO+rpbzbY5wjicmCd725L7mjzRlbPOcfaHi0+FghWiZxM h7Nn3k+kSzpEr8t0CQX+gPQ3ddGwNcX9uk1oqQXU=
From: janaiyengar <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+0166e4abde486581df8728c57e7e288fe731cf5bd8eb99f392cf000000011857a73292a169ce169caef1@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/issues/1986/455016629@github.com>
In-Reply-To: <quicwg/base-drafts/issues/1986@github.com>
References: <quicwg/base-drafts/issues/1986@github.com>
Subject: Re: [quicwg/base-drafts] Consider dynamic hybrid between time-based and packet-based loss detection (#1986)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5c3fe53247449_61493f98b94d45b811369e"; 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/gbd8po_q8F5yl-LK9eym7PVMzlM>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
List-Id: Notification list for GitHub issues related to the QUIC WG <quic-issues.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=unsubscribe>
List-Archive: <https://mailarchive.ietf.org/arch/browse/quic-issues/>
List-Post: <mailto:quic-issues@ietf.org>
List-Help: <mailto:quic-issues-request@ietf.org?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, 17 Jan 2019 02:15:17 -0000

----==_mimepart_5c3fe53247449_61493f98b94d45b811369e
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

@maolson-msft : Would you like to propose 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/1986#issuecomment-455016629
----==_mimepart_5c3fe53247449_61493f98b94d45b811369e
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=26825838" data-octo-click="hovercard-link-click" data-octo-dimensions="link_type:self" href="https://github.com/maolson-msft">@maolson-msft</a> : Would you like to propose 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/1986#issuecomment-455016629">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AWbkqyO8FMHkCv4p8CdsgSFJSbJrQ_LCks5vD9yygaJpZM4YXtzP">mute the thread</a>.<img src="https://github.com/notifications/beacon/AWbkq-1oSLHRnHrUwg_j6UJ4NaplrWtOks5vD9yygaJpZM4YXtzP.gif" height="1" width="1" alt="" /></p>
<script type="application/json" data-scope="inboxmarkup">{"api_version":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name":"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"https://github.githubassets.com/images/email/message_cards/header.png","avatar_image_url":"https://github.githubassets.com/images/email/message_cards/avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/quicwg/base-drafts"}},"updates":{"snippets":[{"icon":"PERSON","message":"@janaiyengar in #1986: @maolson-msft : Would you like to propose a PR?"}],"action":{"name":"View Issue","url":"https://github.com/quicwg/base-drafts/issues/1986#issuecomment-455016629"}}}</script>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/issues/1986#issuecomment-455016629",
"url": "https://github.com/quicwg/base-drafts/issues/1986#issuecomment-455016629",
"name": "View Issue"
},
"description": "View this Issue on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>
----==_mimepart_5c3fe53247449_61493f98b94d45b811369e--


From nobody Wed Jan 16 18:20: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 6988A12D4EA for <quic-issues@ietfa.amsl.com>; Wed, 16 Jan 2019 18:20:05 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -10.935
X-Spam-Level: 
X-Spam-Status: No, score=-10.935 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIMWL_WL_HIGH=-4.553, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, HTML_IMAGE_ONLY_24=1.618, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-1, RCVD_IN_DNSWL_HI=-5, SPF_PASS=-0.001] autolearn=ham autolearn_force=no
Authentication-Results: ietfa.amsl.com (amavisd-new); dkim=pass (1024-bit key) header.d=github.com
Received: from mail.ietf.org ([4.31.198.44]) by localhost (ietfa.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id z9vRGKS_TRc3 for <quic-issues@ietfa.amsl.com>; Wed, 16 Jan 2019 18:20: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 07956130F3C for <quic-issues@ietf.org>; Wed, 16 Jan 2019 18:20:04 -0800 (PST)
Date: Wed, 16 Jan 2019 18:20:03 -0800
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1547691603; bh=iNJBEhGjLszTQIMsr1a9aEyS/HLGFEjT0VxIdRYu33c=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=d8FCOtomzUSUjwjCW87xuxwFI0eVdMBY1J93nMBjNttGZKheS2wFjb6dhpjEQ2+d4 fYwaSOWFgy2NsnCqYAFiM1AQstInCRkU+rBIN7bX5JjEb9ng+owfc5Fuuq2di95OXj EIOw+rjOtxKsBwdBrH+PPStsuYSZVMQVBO7+pvlw=
From: Marten Seemann <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+0166e4ab6fbff8b047c924731e836237b157765bac6ac5ad92cf000000011857a85392a169ce179e43e2@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/issues/2299/455017560@github.com>
In-Reply-To: <quicwg/base-drafts/issues/2299@github.com>
References: <quicwg/base-drafts/issues/2299@github.com>
Subject: Re: [quicwg/base-drafts] consider making the varint encoding unique (#2299)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5c3fe6534f32f_3dfc3fee4f0d45bc856b4"; 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/EafT84Dsc2G8fmf_zL-9-QTiol8>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
List-Id: Notification list for GitHub issues related to the QUIC WG <quic-issues.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=unsubscribe>
List-Archive: <https://mailarchive.ietf.org/arch/browse/quic-issues/>
List-Post: <mailto:quic-issues@ietf.org>
List-Help: <mailto:quic-issues-request@ietf.org?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, 17 Jan 2019 02:20:05 -0000

----==_mimepart_5c3fe6534f32f_3dfc3fee4f0d45bc856b4
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

Not feeling strongly about this issue, but for how many implementations would this change actually be difficult to implement? So far, the only definitive statement was about WinQuic. Does this apply to other implementations as well, or is this something that's limited to one 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/2299#issuecomment-455017560
----==_mimepart_5c3fe6534f32f_3dfc3fee4f0d45bc856b4
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: quoted-printable

<p>Not feeling strongly about this issue, but for how many implementation=
s would this change actually be difficult to implement? So far, the only =
definitive statement was about WinQuic. Does this apply to other implemen=
tations as well, or is this something that's limited to one implementatio=
n?</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/2299#issuecomment-455017560">view it on GitHub</a>,=
 or <a href=3D"https://github.com/notifications/unsubscribe-auth/AWbkq311=
n62s0nQjxkoeTpctowSuesYnks5vD93TgaJpZM4ZyX3n">mute the thread</a>.<img sr=
c=3D"https://github.com/notifications/beacon/AWbkq4_5fWt3tDJW2ciPuJI54WFt=
qCRsks5vD93TgaJpZM4ZyX3n.gif" height=3D"1" width=3D"1" alt=3D"" /></p>
<script type=3D"application/json" data-scope=3D"inboxmarkup">{"api_versio=
n":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name"=
:"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"=
quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"http=
s://github.githubassets.com/images/email/message_cards/header.png","avata=
r_image_url":"https://github.githubassets.com/images/email/message_cards/=
avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/q=
uicwg/base-drafts"}},"updates":{"snippets":[{"icon":"PERSON","message":"@=
marten-seemann in #2299: Not feeling strongly about this issue, but for h=
ow many implementations would this change actually be difficult to implem=
ent? So far, the only definitive statement was about WinQuic. Does this a=
pply to other implementations as well, or is this something that's limite=
d to one implementation?"}],"action":{"name":"View Issue","url":"https://=
github.com/quicwg/base-drafts/issues/2299#issuecomment-455017560"}}}</scr=
ipt>
<script type=3D"application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/issues/2299#issuecomment=
-455017560",
"url": "https://github.com/quicwg/base-drafts/issues/2299#issuecomment-45=
5017560",
"name": "View Issue"
},
"description": "View this Issue on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>=

----==_mimepart_5c3fe6534f32f_3dfc3fee4f0d45bc856b4--


From nobody Wed Jan 16 18:22: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 3D39B130F3C for <quic-issues@ietfa.amsl.com>; Wed, 16 Jan 2019 18:21:59 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -10.935
X-Spam-Level: 
X-Spam-Status: No, score=-10.935 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIMWL_WL_HIGH=-4.553, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, HTML_IMAGE_ONLY_24=1.618, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-1, RCVD_IN_DNSWL_HI=-5, SPF_PASS=-0.001] autolearn=ham autolearn_force=no
Authentication-Results: ietfa.amsl.com (amavisd-new); dkim=pass (1024-bit key) header.d=github.com
Received: from mail.ietf.org ([4.31.198.44]) by localhost (ietfa.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id dM8Xvf1rPeRB for <quic-issues@ietfa.amsl.com>; Wed, 16 Jan 2019 18: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 B821E12D4EA for <quic-issues@ietf.org>; Wed, 16 Jan 2019 18:21:57 -0800 (PST)
Date: Wed, 16 Jan 2019 18:21:56 -0800
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1547691716; bh=/INj9jqsOAY3GufXS1R21rWU4i54eOhZ5C79e00/p6Y=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=HX4hGLP/G2Ffj9uttI1CWg0YKQGgkJDVW3Kon0eTWZ6DGMhxIaEXhbRIdOzvif553 FddzXd6NcVvxRnVamH35pjJDh5j2i/IAbuBXDFpzyWfWQ57jhqctm2WBCOtynJ31BP wtPwGVpT2LaKBEGFzq4RA/TCo2evjWXYpYoFJf98=
From: ianswett <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+0166e4abb36211a4bb405dc201b9e7a9cc53ecc114f3ea8f92cf000000011857a8c492a169ce179e43e2@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/issues/2299/455017904@github.com>
In-Reply-To: <quicwg/base-drafts/issues/2299@github.com>
References: <quicwg/base-drafts/issues/2299@github.com>
Subject: Re: [quicwg/base-drafts] consider making the varint encoding unique (#2299)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5c3fe6c4f1498_48e43ff7ff8d45b4823ef"; 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/xd_LJcV9YkkJEFh1ogJhn7c-FUE>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
List-Id: Notification list for GitHub issues related to the QUIC WG <quic-issues.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=unsubscribe>
List-Archive: <https://mailarchive.ietf.org/arch/browse/quic-issues/>
List-Post: <mailto:quic-issues@ietf.org>
List-Help: <mailto:quic-issues-request@ietf.org?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, 17 Jan 2019 02:21:59 -0000

----==_mimepart_5c3fe6c4f1498_48e43ff7ff8d45b4823ef
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

I believe @DavidSchinazi indicated it'd be more difficult in our coalesced packets implementation, but I'll let him confirm.

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/quicwg/base-drafts/issues/2299#issuecomment-455017904
----==_mimepart_5c3fe6c4f1498_48e43ff7ff8d45b4823ef
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

<p>I believe <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> indicated it'd be more difficult in our coalesced packets implementation, but I'll let him confirm.</p>

<p style="font-size:small;-webkit-text-size-adjust:none;color:#666;">&mdash;<br />You are receiving this because you are subscribed to this thread.<br />Reply to this email directly, <a href="https://github.com/quicwg/base-drafts/issues/2299#issuecomment-455017904">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AWbkq9WFbZKuz2D-_2pymEjtcSBRDTfXks5vD95EgaJpZM4ZyX3n">mute the thread</a>.<img src="https://github.com/notifications/beacon/AWbkq2HTPhhIG3H4LDH73AizLlRrFdJxks5vD95EgaJpZM4ZyX3n.gif" height="1" width="1" alt="" /></p>
<script type="application/json" data-scope="inboxmarkup">{"api_version":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name":"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"https://github.githubassets.com/images/email/message_cards/header.png","avatar_image_url":"https://github.githubassets.com/images/email/message_cards/avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/quicwg/base-drafts"}},"updates":{"snippets":[{"icon":"PERSON","message":"@ianswett in #2299: I believe @DavidSchinazi indicated it'd be more difficult in our coalesced packets implementation, but I'll let him confirm."}],"action":{"name":"View Issue","url":"https://github.com/quicwg/base-drafts/issues/2299#issuecomment-455017904"}}}</script>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/issues/2299#issuecomment-455017904",
"url": "https://github.com/quicwg/base-drafts/issues/2299#issuecomment-455017904",
"name": "View Issue"
},
"description": "View this Issue on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>
----==_mimepart_5c3fe6c4f1498_48e43ff7ff8d45b4823ef--


From nobody Wed Jan 16 18:27: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 BA898130F52 for <quic-issues@ietfa.amsl.com>; Wed, 16 Jan 2019 18:27:52 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -11.149
X-Spam-Level: 
X-Spam-Status: No, score=-11.149 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIMWL_WL_HIGH=-4.553, 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_PASS=-0.001] autolearn=ham autolearn_force=no
Authentication-Results: ietfa.amsl.com (amavisd-new); dkim=pass (1024-bit key) header.d=github.com
Received: from mail.ietf.org ([4.31.198.44]) by localhost (ietfa.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id QqVup3hNZITf for <quic-issues@ietfa.amsl.com>; Wed, 16 Jan 2019 18:27:49 -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 AB075130F7B for <quic-issues@ietf.org>; Wed, 16 Jan 2019 18:27:49 -0800 (PST)
Date: Wed, 16 Jan 2019 18:27:48 -0800
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1547692068; bh=JV6NK9x7p6cemoc7+G1wvDz3r0fYoiH6Ms6BZrPiAKY=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=JtX13xieCwJEg03p396B5sjS0pCuIq6lq116rvgsImv9QUaIPgpEnStzC64kuk3/b U+uEzCGyEGzfeuHyz1vk6goJnWP9cjAw4Jd1fqIrBK7mrrygQoy1eTehU+hrgsBM3D HKkiyKd6NqBr+cWK7ztH/bJ1GF3RimwpAL3ab9fE=
From: Martin Thomson <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+0166e4aba18f160a6aba98740c55348dda2f0c35fcc6eb6c92cf000000011857aa2492a169ce179e43e2@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/issues/2299/455018996@github.com>
In-Reply-To: <quicwg/base-drafts/issues/2299@github.com>
References: <quicwg/base-drafts/issues/2299@github.com>
Subject: Re: [quicwg/base-drafts] consider making the varint encoding unique (#2299)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5c3fe82491e5f_64b83fb7118d45c065990"; 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/u2sJ5z6C9QsWJS2VVh4IfFSBLzQ>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
List-Id: Notification list for GitHub issues related to the QUIC WG <quic-issues.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=unsubscribe>
List-Archive: <https://mailarchive.ietf.org/arch/browse/quic-issues/>
List-Post: <mailto:quic-issues@ietf.org>
List-Help: <mailto:quic-issues-request@ietf.org?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, 17 Jan 2019 02:27:57 -0000

----==_mimepart_5c3fe82491e5f_64b83fb7118d45c065990
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

At this stage, I think that one objection is sufficient.  The advantage of a minimal encoding is in wire efficiency.  Something that can be achieved with the current scheme, and not guaranteed with the proposed one (because there are ample ways in which to suboptimally encode packets, PADDING notwithstanding).

Add the unproven performance characteristics, and I'm not seeing much incentive to change 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/2299#issuecomment-455018996
----==_mimepart_5c3fe82491e5f_64b83fb7118d45c065990
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: quoted-printable

<p>At this stage, I think that one objection is sufficient.  The advantag=
e of a minimal encoding is in wire efficiency.  Something that can be ach=
ieved with the current scheme, and not guaranteed with the proposed one (=
because there are ample ways in which to suboptimally encode packets, PAD=
DING notwithstanding).</p>
<p>Add the unproven performance characteristics, and I'm not seeing much =
incentive to change 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/2299#issuecomment-455018996">view it on GitHub</a>,=
 or <a href=3D"https://github.com/notifications/unsubscribe-auth/AWbkqw75=
yGGmuor54Krw5SH5_jp0I83bks5vD9-kgaJpZM4ZyX3n">mute the thread</a>.<img sr=
c=3D"https://github.com/notifications/beacon/AWbkq3bSRFqBA1WYR8exT4IYjxMD=
lDhoks5vD9-kgaJpZM4ZyX3n.gif" height=3D"1" width=3D"1" alt=3D"" /></p>
<script type=3D"application/json" data-scope=3D"inboxmarkup">{"api_versio=
n":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name"=
:"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"=
quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"http=
s://github.githubassets.com/images/email/message_cards/header.png","avata=
r_image_url":"https://github.githubassets.com/images/email/message_cards/=
avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/q=
uicwg/base-drafts"}},"updates":{"snippets":[{"icon":"PERSON","message":"@=
martinthomson in #2299: At this stage, I think that one objection is suff=
icient.  The advantage of a minimal encoding is in wire efficiency.  Some=
thing that can be achieved with the current scheme, and not guaranteed wi=
th the proposed one (because there are ample ways in which to suboptimall=
y encode packets, PADDING notwithstanding).\r\n\r\nAdd the unproven perfo=
rmance characteristics, and I'm not seeing much incentive to change anyth=
ing."}],"action":{"name":"View Issue","url":"https://github.com/quicwg/ba=
se-drafts/issues/2299#issuecomment-455018996"}}}</script>
<script type=3D"application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/issues/2299#issuecomment=
-455018996",
"url": "https://github.com/quicwg/base-drafts/issues/2299#issuecomment-45=
5018996",
"name": "View Issue"
},
"description": "View this Issue on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>=

----==_mimepart_5c3fe82491e5f_64b83fb7118d45c065990--


From nobody Wed Jan 16 18:28:25 2019
Return-Path: <bounce+565321.40f-quic-issues=ietf.org@github.com>
X-Original-To: quic-issues@ietfa.amsl.com
Delivered-To: quic-issues@ietfa.amsl.com
Received: from localhost (localhost [127.0.0.1]) by ietfa.amsl.com (Postfix) with ESMTP id 53C0C130F12 for <quic-issues@ietfa.amsl.com>; Wed, 16 Jan 2019 18:28:23 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -0.997
X-Spam-Level: 
X-Spam-Status: No, score=-0.997 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIM_ADSP_CUSTOM_MED=0.001, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, FREEMAIL_FORGED_FROMDOMAIN=0.001, FREEMAIL_FROM=0.001, HEADER_FROM_DIFFERENT_DOMAINS=0.001, NML_ADSP_CUSTOM_MED=0.9, RCVD_IN_DNSWL_NONE=-0.0001, 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 j3DD1PrCe33x for <quic-issues@ietfa.amsl.com>; Wed, 16 Jan 2019 18:28:22 -0800 (PST)
Received: from m71-131.mailgun.net (m71-131.mailgun.net [166.78.71.131]) (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 D2C9C130F44 for <quic-issues@ietf.org>; Wed, 16 Jan 2019 18:28:20 -0800 (PST)
DKIM-Signature: a=rsa-sha256; v=1; c=relaxed/relaxed; d=github.com; q=dns/txt;  s=mailo; t=1547692100; h=Content-Transfer-Encoding: Content-Type: Mime-Version: Subject: Message-ID: To: Reply-To: From: Date: Sender; bh=5geweUjW+DybQlFcMu6kQTOiTfi85PqbrMCN1PZiX+w=; b=uXBXdQFJ7T8eERzB3IDKzJ0xhrXAHuOCOiBDV3ukFqQAEYoHumGFwgDWN9lmEzC1eadPA6GM qnScDacAcIQzpZ3rdvCiLs9D9FV2ZXidzXs0yV+0afXu2qGW703rgysJP5mbpKp2tmaO7Xjt bUls90JVGK7rQx5wNoKYb4Jw5ds=
X-Mailgun-Sending-Ip: 166.78.71.131
X-Mailgun-Sid: WyJhNzYyYiIsICJxdWljLWlzc3Vlc0BpZXRmLm9yZyIsICI0MGYiXQ==
Sender: jri.ietf=gmail.com@github.com
Received: from github.com (Unknown [192.30.252.34]) by mxa.mailgun.org with ESMTP id 5c3fe843.7f94d9ce8f00-smtp-out-n02; Thu, 17 Jan 2019 02:28:19 -0000 (UTC)
Date: Wed, 16 Jan 2019 18:28:19 -0800
From: Jana Iyengar <jri.ietf@gmail.com>
Reply-To: Jana Iyengar <jri.ietf@gmail.com>
To: quic-issues@ietf.org
Message-ID: <5c3fe843ba536_68902adc97016578612cb@hookshot-fe-88eb02d.cp1-iad.github.net.mail>
Subject: [quicwg/base-drafts] 3c1388: Add note about frequent RTT estimates
Mime-Version: 1.0
Content-Type: multipart/mixed; boundary="--==_mimepart_5c3fe843b9e06_68902adc97016578611cb"; charset=UTF-8
Content-Transfer-Encoding: 7bit
Archived-At: <https://mailarchive.ietf.org/arch/msg/quic-issues/-VTtfb-C52R1rQXoD9YLCHMcRDk>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
Precedence: list
List-Id: Notification list for GitHub issues related to the QUIC WG <quic-issues.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=unsubscribe>
List-Archive: <https://mailarchive.ietf.org/arch/browse/quic-issues/>
List-Post: <mailto:quic-issues@ietf.org>
List-Help: <mailto:quic-issues-request@ietf.org?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, 17 Jan 2019 02:28:23 -0000

----==_mimepart_5c3fe843b9e06_68902adc97016578611cb
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

  Branch: refs/heads/close2067
  Home:   https://github.com/quicwg/base-drafts
  Commit: 3c1388d952919186d67c5a91f0a65fdf19bf463b
      https://github.com/quicwg/base-drafts/commit/3c1388d952919186d67c5a91f0a65fdf19bf463b
  Author: Jana Iyengar <jri.ietf@gmail.com>
  Date:   2019-01-16 (Wed, 16 Jan 2019)

  Changed paths:
    M draft-ietf-quic-recovery.md

  Log Message:
  -----------
  Add note about frequent RTT estimates



      **NOTE:** This service has been marked for deprecation: https://developer.github.com/changes/2018-04-25-github-services-deprecation/

      Functionality will be removed from GitHub.com on January 31st, 2019.

----==_mimepart_5c3fe843b9e06_68902adc97016578611cb--


From nobody Wed Jan 16 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 9F54B130F3C for <quic-issues@ietfa.amsl.com>; Wed, 16 Jan 2019 18:28:54 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -12.552
X-Spam-Level: 
X-Spam-Status: No, score=-12.552 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIMWL_WL_HIGH=-4.553, 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_PASS=-0.001] autolearn=ham autolearn_force=no
Authentication-Results: ietfa.amsl.com (amavisd-new); dkim=pass (1024-bit key) header.d=github.com
Received: from mail.ietf.org ([4.31.198.44]) by localhost (ietfa.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id td617mUp798o for <quic-issues@ietfa.amsl.com>; Wed, 16 Jan 2019 18:28: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 61E44130F44 for <quic-issues@ietf.org>; Wed, 16 Jan 2019 18:28:52 -0800 (PST)
Date: Wed, 16 Jan 2019 18:28:51 -0800
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1547692131; bh=qHebn66VUqhi747NU9LtJnnyldCpKS5x7SWZSNCth0A=; h=Date:From:Reply-To:To:Cc:Subject:List-ID:List-Archive:List-Post: List-Unsubscribe:From; b=vfsQ1jqhOb0w5lvMpQ/GWa2GHXcVOPZg+Ffl0WWjSeR+sP+7zrCI3Opqu2KhIPuyn yKG5A3qJadkw4FgKjCmZByvtH+lZbmjvOEuJT8lbvUCBFZEpsBaMF6U/JMTLvSxJsB 8UXyuGsmHvjPOoYXaAiuCJvzYL4o97T73ipKrPV0=
From: janaiyengar <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+0166e4abb65bed530672d0685ec6954cd8dfe5990710183892cf000000011857aa6392a169ce17d8cc13@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/pull/2340@github.com>
Subject: [quicwg/base-drafts] Add note about frequent RTT estimates (#2340)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5c3fe8634728a_64873fb7118d45c08967d"; 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/ONQ1Ei_cayCPiW-eiah4afXc5EI>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
List-Id: Notification list for GitHub issues related to the QUIC WG <quic-issues.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=unsubscribe>
List-Archive: <https://mailarchive.ietf.org/arch/browse/quic-issues/>
List-Post: <mailto:quic-issues@ietf.org>
List-Help: <mailto:quic-issues-request@ietf.org?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, 17 Jan 2019 02:28:55 -0000

----==_mimepart_5c3fe8634728a_64873fb7118d45c08967d
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

Closes #2067.
You can view, comment on, or merge this pull request online at:

  https://github.com/quicwg/base-drafts/pull/2340

-- Commit Summary --

  * Add note about frequent RTT estimates

-- File Changes --

    M draft-ietf-quic-recovery.md (4)

-- Patch Links --

https://github.com/quicwg/base-drafts/pull/2340.patch
https://github.com/quicwg/base-drafts/pull/2340.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/2340

----==_mimepart_5c3fe8634728a_64873fb7118d45c08967d
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 #2067.">Closes</span> <a class="issue-link js-issue-link" data-error-text="Failed to load issue title" data-id="385524479" data-permission-text="Issue title is private" data-url="https://github.com/quicwg/base-drafts/issues/2067" data-hovercard-type="issue" data-hovercard-url="/quicwg/base-drafts/issues/2067/hovercard" href="https://github.com/quicwg/base-drafts/issues/2067">#2067</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/2340'>https://github.com/quicwg/base-drafts/pull/2340</a></p>

<h4>Commit Summary</h4>
<ul>
  <li>Add note about frequent RTT estimates</li>
</ul>

<h4>File Changes</h4>
<ul>
  <li>
    <strong>M</strong>
    <a href="https://github.com/quicwg/base-drafts/pull/2340/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/2340.patch'>https://github.com/quicwg/base-drafts/pull/2340.patch</a></li>
  <li><a href='https://github.com/quicwg/base-drafts/pull/2340.diff'>https://github.com/quicwg/base-drafts/pull/2340.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/2340">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AWbkq8Ytf8DGjPafpjE49xylr_I08NP0ks5vD9_jgaJpZM4aEVlj">mute the thread</a>.<img src="https://github.com/notifications/beacon/AWbkq2EpItHmsrKv6o56PkfnKoJ4e6_sks5vD9_jgaJpZM4aEVlj.gif" height="1" width="1" alt="" /></p>
<script type="application/json" data-scope="inboxmarkup">{"api_version":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name":"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"https://github.githubassets.com/images/email/message_cards/header.png","avatar_image_url":"https://github.githubassets.com/images/email/message_cards/avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/quicwg/base-drafts"}},"updates":{"snippets":[{"icon":"DESCRIPTION","message":"Add note about frequent RTT estimates (#2340)"}],"action":{"name":"View Pull Request","url":"https://github.com/quicwg/base-drafts/pull/2340"}}}</script>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/pull/2340",
"url": "https://github.com/quicwg/base-drafts/pull/2340",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>

----==_mimepart_5c3fe8634728a_64873fb7118d45c08967d--


From nobody Wed Jan 16 18:32: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 F1394130F12 for <quic-issues@ietfa.amsl.com>; Wed, 16 Jan 2019 18:32:21 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -6.149
X-Spam-Level: 
X-Spam-Status: No, score=-6.149 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIMWL_WL_HIGH=-4.553, 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_PASS=-0.001] autolearn=ham autolearn_force=no
Authentication-Results: ietfa.amsl.com (amavisd-new); dkim=pass (1024-bit key) header.d=github.com
Received: from mail.ietf.org ([4.31.198.44]) by localhost (ietfa.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id qhL6SUzgBc9K for <quic-issues@ietfa.amsl.com>; Wed, 16 Jan 2019 18:32:20 -0800 (PST)
Received: from o9.sgmail.github.com (o9.sgmail.github.com [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 11EB0130E9C for <quic-issues@ietf.org>; Wed, 16 Jan 2019 18:32:19 -0800 (PST)
DKIM-Signature: v=1; a=rsa-sha1; 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=FMFUAmCGFJD4JO+ZGco5NfSxTAE=; b=FrEW/cRuWeOFOMz8 BpZitFtTAf9rlStTXGBSuLe2AtaU3hqPRfTsfKjZIZPuxuCEn5vgquR6FavLxFGH XKdEeXmdVrfj5DUXRQgE3lBUF4q7F3ZnRI1H5sSiQYH7z5GOsx2U25jXKL3ZZgLK hD2tFXRo/sP1n8uG97aIq+LmKx0=
Received: by filter0313p1iad2.sendgrid.net with SMTP id filter0313p1iad2-14222-5C3FE932-27 2019-01-17 02:32:18.816488152 +0000 UTC m=+11711.751511323
Received: from github-lowworker-dc5ea3e.cp1-iad.github.net (unknown [192.30.252.45]) by ismtpd0012p1iad1.sendgrid.net (SG) with ESMTP id YPU9w0ewTIeqzzNzJYRiqg for <quic-issues@ietf.org>; Thu, 17 Jan 2019 02:32:18.495 +0000 (UTC)
Received: from github.com (localhost [127.0.0.1]) by github-lowworker-dc5ea3e.cp1-iad.github.net (Postfix) with ESMTP id 769E7260081 for <quic-issues@ietf.org>; Wed, 16 Jan 2019 18:32:18 -0800 (PST)
Date: Thu, 17 Jan 2019 02:32:19 +0000 (UTC)
From: Martin Thomson <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+0166e4ab40bfe2d925daa04ae4d186168fb1ebb2662bac2592cf000000011857ab3292a169ce16faa2ff@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/issues/2067/455019842@github.com>
In-Reply-To: <quicwg/base-drafts/issues/2067@github.com>
References: <quicwg/base-drafts/issues/2067@github.com>
Subject: Re: [quicwg/base-drafts] Samples for RTT estimation (#2067)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5c3fe932753d0_2d3e3fe3ea6d45bc13162e"; 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-SG-EID: l64QuQ2uJCcEyUykJbxN122A6QRmEpucztpreh3Pak2wkBXerua8Rxac6LaUxYFdOB+gPK8yuzq+Yn jh1y59n7/DQnzicT3XGsqa0MtanJEnYG6ysT9Rvr28HEIAHqOstp6xWcfsp+FvadKsZuEp1fZu2YWc h5UqAvGJpS/fIHhU8HduIXiV1JR/cu6bbDsZk0altDlNfae/CyWQ4xOlz+eH5ReR26ji/r38uqBS5r s=
Archived-At: <https://mailarchive.ietf.org/arch/msg/quic-issues/rDly2b8yh_qRUPBaYMuQMFElO2c>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
List-Id: Notification list for GitHub issues related to the QUIC WG <quic-issues.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=unsubscribe>
List-Archive: <https://mailarchive.ietf.org/arch/browse/quic-issues/>
List-Post: <mailto:quic-issues@ietf.org>
List-Help: <mailto:quic-issues-request@ietf.org?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, 17 Jan 2019 02:32:22 -0000

----==_mimepart_5c3fe932753d0_2d3e3fe3ea6d45bc13162e
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

@goelvidhi, can you take a look at @janaiyengar's proposed resolution here?  I know that it's not great, because it ties the depth of the history to the ACK rate, but we don't have a concrete alternative solution.

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/quicwg/base-drafts/issues/2067#issuecomment-455019842
----==_mimepart_5c3fe932753d0_2d3e3fe3ea6d45bc13162e
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=10913828" data-octo-click="hovercard-link-click" data-octo-dimensions="link_type:self" href="https://github.com/goelvidhi">@goelvidhi</a>, can you take a look at <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>'s proposed resolution here?  I know that it's not great, because it ties the depth of the history to the ACK rate, but we don't have a concrete alternative solution.</p>

<p style="font-size:small;-webkit-text-size-adjust:none;color:#666;">&mdash;<br />You are receiving this because you are subscribed to this thread.<br />Reply to this email directly, <a href="https://github.com/quicwg/base-drafts/issues/2067#issuecomment-455019842">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AWbkq8_2OZkXl706l2LnyhQNOIvgeq8Nks5vD-CygaJpZM4Y4vMG">mute the thread</a>.<img src="https://github.com/notifications/beacon/AWbkq2eOQGfJDlIl_ML5oQLuu0_Ff9Yoks5vD-CygaJpZM4Y4vMG.gif" height="1" width="1" alt="" /></p>
<script type="application/json" data-scope="inboxmarkup">{"api_version":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name":"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"https://github.githubassets.com/images/email/message_cards/header.png","avatar_image_url":"https://github.githubassets.com/images/email/message_cards/avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/quicwg/base-drafts"}},"updates":{"snippets":[{"icon":"PERSON","message":"@martinthomson in #2067: @goelvidhi, can you take a look at @janaiyengar's proposed resolution here?  I know that it's not great, because it ties the depth of the history to the ACK rate, but we don't have a concrete alternative solution."}],"action":{"name":"View Issue","url":"https://github.com/quicwg/base-drafts/issues/2067#issuecomment-455019842"}}}</script>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/issues/2067#issuecomment-455019842",
"url": "https://github.com/quicwg/base-drafts/issues/2067#issuecomment-455019842",
"name": "View Issue"
},
"description": "View this Issue on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>
----==_mimepart_5c3fe932753d0_2d3e3fe3ea6d45bc13162e--


From nobody Wed Jan 16 19:27:31 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 B6553130F4D for <quic-issues@ietfa.amsl.com>; Wed, 16 Jan 2019 19:27:29 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -7.552
X-Spam-Level: 
X-Spam-Status: No, score=-7.552 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIMWL_WL_HIGH=-4.553, 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_PASS=-0.001] autolearn=ham autolearn_force=no
Authentication-Results: ietfa.amsl.com (amavisd-new); dkim=pass (1024-bit key) header.d=github.com
Received: from mail.ietf.org ([4.31.198.44]) by localhost (ietfa.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 3VHtczHmQuEt for <quic-issues@ietfa.amsl.com>; Wed, 16 Jan 2019 19:27:28 -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 2AD4012785F for <quic-issues@ietf.org>; Wed, 16 Jan 2019 19:27:28 -0800 (PST)
DKIM-Signature: v=1; a=rsa-sha1; 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=KdbnLqAS4IzYPzWPZHg0bjiWPE4=; b=PPu3QIvx0YRfh//Z QqM6fkEKmX453GEJE3KfMm0JFHN+IDAjNFwGVMcVRBHX9VmkxcSw1QSJ+wafuFsw 1+ZxgS4SlhMLnZyUECayJEpT9t5n7v1+qmIztHp/051zV0NIH6qvUqyYLNz1cMQm vigkAt6BI2/iRvCRXUmck1KTte4=
Received: by filter1754p1mdw1.sendgrid.net with SMTP id filter1754p1mdw1-1296-5C3FF61E-2 2019-01-17 03:27:26.206999688 +0000 UTC m=+183460.568256997
Received: from github-lowworker-1ffe0ab.cp1-iad.github.net (unknown [192.30.252.38]) by ismtpd0017p1iad2.sendgrid.net (SG) with ESMTP id dwBbDB5eR6el36PNFKUOnw for <quic-issues@ietf.org>; Thu, 17 Jan 2019 03:27:26.199 +0000 (UTC)
Received: from github.com (localhost [127.0.0.1]) by github-lowworker-1ffe0ab.cp1-iad.github.net (Postfix) with ESMTP id 264F8380E6F for <quic-issues@ietf.org>; Wed, 16 Jan 2019 19:27:26 -0800 (PST)
Date: Thu, 17 Jan 2019 03:27:27 +0000 (UTC)
From: Kazuho Oku <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+0166e4ab7fdfdc27f53cfbf560283d01cda40632c759f9c992cf000000011857b81e92a169ce17d8f804@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/pull/2341@github.com>
Subject: [quicwg/base-drafts] clarify that INITCWND caps amount of data sent to a client before address validation (#2341)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5c3ff61e24c84_70713fa365ad45c434658b"; 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: l64QuQ2uJCcEyUykJbxN122A6QRmEpucztpreh3Pak33k1dSTmxeMfJ/qDQGnvbPSNvFEjpL3Mteqc 6QxxxRn9/aGG/t1Mn4JSKsT7HudGkAS+CGl79hw1Td/nRFutZVf2EoPUi7VeAyDiV5PBXkFVod4M6T BwPWuAW2Lrk2C9piDSTyqtvKeT0UD301bABGbBgLeqkNVeWytxjgtzwr3KMdDdionTj21Y7P4Fuw1g 4=
Archived-At: <https://mailarchive.ietf.org/arch/msg/quic-issues/H1g-7WkUy8wYQg8ZodiWGHSqNk4>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
List-Id: Notification list for GitHub issues related to the QUIC WG <quic-issues.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=unsubscribe>
List-Archive: <https://mailarchive.ietf.org/arch/browse/quic-issues/>
List-Post: <mailto:quic-issues@ietf.org>
List-Help: <mailto:quic-issues-request@ietf.org?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, 17 Jan 2019 03:27:30 -0000

----==_mimepart_5c3ff61e24c84_70713fa365ad45c434658b
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

Clarifies how we prohibit a server from sending too many packets to a client prior to validating the address.

Closes #2135.
You can view, comment on, or merge this pull request online at:

  https://github.com/quicwg/base-drafts/pull/2341

-- Commit Summary --

  * clarify that INITCWND caps amount of data sent to an unvalidated client

-- File Changes --

    M draft-ietf-quic-transport.md (3)

-- Patch Links --

https://github.com/quicwg/base-drafts/pull/2341.patch
https://github.com/quicwg/base-drafts/pull/2341.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/2341

----==_mimepart_5c3ff61e24c84_70713fa365ad45c434658b
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

<p>Clarifies how we prohibit a server from sending too many packets to a client prior to validating the address.</p>
<p><span class="issue-keyword tooltipped tooltipped-se" aria-label="This pull request closes issue #2135.">Closes</span> <a class="issue-link js-issue-link" data-error-text="Failed to load issue title" data-id="390478036" data-permission-text="Issue title is private" data-url="https://github.com/quicwg/base-drafts/issues/2135" data-hovercard-type="issue" data-hovercard-url="/quicwg/base-drafts/issues/2135/hovercard" href="https://github.com/quicwg/base-drafts/issues/2135">#2135</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/2341'>https://github.com/quicwg/base-drafts/pull/2341</a></p>

<h4>Commit Summary</h4>
<ul>
  <li>clarify that INITCWND caps amount of data sent to an unvalidated client</li>
</ul>

<h4>File Changes</h4>
<ul>
  <li>
    <strong>M</strong>
    <a href="https://github.com/quicwg/base-drafts/pull/2341/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/2341.patch'>https://github.com/quicwg/base-drafts/pull/2341.patch</a></li>
  <li><a href='https://github.com/quicwg/base-drafts/pull/2341.diff'>https://github.com/quicwg/base-drafts/pull/2341.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/2341">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AWbkqwMjNShhTF5OWAV5M2fWzrMBIta2ks5vD-2egaJpZM4aEY8S">mute the thread</a>.<img src="https://github.com/notifications/beacon/AWbkqyrXr1OvsybRCMMwBmk3LFHOofhpks5vD-2egaJpZM4aEY8S.gif" height="1" width="1" alt="" /></p>
<script type="application/json" data-scope="inboxmarkup">{"api_version":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name":"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"https://github.githubassets.com/images/email/message_cards/header.png","avatar_image_url":"https://github.githubassets.com/images/email/message_cards/avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/quicwg/base-drafts"}},"updates":{"snippets":[{"icon":"DESCRIPTION","message":"clarify that INITCWND caps amount of data sent to a client before address validation (#2341)"}],"action":{"name":"View Pull Request","url":"https://github.com/quicwg/base-drafts/pull/2341"}}}</script>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/pull/2341",
"url": "https://github.com/quicwg/base-drafts/pull/2341",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>

----==_mimepart_5c3ff61e24c84_70713fa365ad45c434658b--


From nobody Wed Jan 16 19:30: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 8411B130F4D for <quic-issues@ietfa.amsl.com>; Wed, 16 Jan 2019 19:30:51 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -12.552
X-Spam-Level: 
X-Spam-Status: No, score=-12.552 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIMWL_WL_HIGH=-4.553, 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_PASS=-0.001] autolearn=ham autolearn_force=no
Authentication-Results: ietfa.amsl.com (amavisd-new); dkim=pass (1024-bit key) header.d=github.com
Received: from mail.ietf.org ([4.31.198.44]) by localhost (ietfa.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id eEI4eEvMvwNZ for <quic-issues@ietfa.amsl.com>; Wed, 16 Jan 2019 19:30: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 1311E12785F for <quic-issues@ietf.org>; Wed, 16 Jan 2019 19:30:50 -0800 (PST)
Date: Wed, 16 Jan 2019 19:30:48 -0800
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1547695848; bh=idNhXcQJoPkakB382qznYMQQmvdgEXGGr1J1kEZ2dUs=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=zptRIkdx+6u1AJF4uLKRSzCAUoYLrM73VN9UbeXkXhqZeZrR+gr6ylbfWjhnmkbkn dsVQWudxRc3A2Jhj/SFgKiuM0LpqyjASpePqfncpTPqQM4gUt1gQVEW6WpKtXzxcJZ k4qENwQj+XxOdHXpYbmEB+mPmeu0CNf1ZtriL9RQ=
From: Kazuho Oku <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+0166e4ab57f1c5bd84280c2f7882123a9fe6d23c2a49430792cf000000011857b8e892a169ce174638d4@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/issues/2135/455029746@github.com>
In-Reply-To: <quicwg/base-drafts/issues/2135@github.com>
References: <quicwg/base-drafts/issues/2135@github.com>
Subject: Re: [quicwg/base-drafts] How many datagrams can a client send prior to validating the path? (#2135)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5c3ff6e8c5b35_53423fa381cd45c4489745"; 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/yLRodii3WNI555kn5232L4xK_qI>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
List-Id: Notification list for GitHub issues related to the QUIC WG <quic-issues.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=unsubscribe>
List-Archive: <https://mailarchive.ietf.org/arch/browse/quic-issues/>
List-Post: <mailto:quic-issues@ietf.org>
List-Help: <mailto:quic-issues-request@ietf.org?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, 17 Jan 2019 03:30:51 -0000

----==_mimepart_5c3ff6e8c5b35_53423fa381cd45c4489745
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

@ianswett 
> I don't see anyone objecting to that approach, is there some text you'd like added to one of the drafts?

Filed #2341. I do not have a strong opinion on whether this needs to be clarified, therefore I would not oppose if the PR gets refused.

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/quicwg/base-drafts/issues/2135#issuecomment-455029746
----==_mimepart_5c3ff6e8c5b35_53423fa381cd45c4489745
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></p>
<blockquote>
<p>I don't see anyone objecting to that approach, is there some text you'd like added to one of the drafts?</p>
</blockquote>
<p>Filed <a class="issue-link js-issue-link" data-error-text="Failed to load issue title" data-id="400095236" data-permission-text="Issue title is private" data-url="https://github.com/quicwg/base-drafts/issues/2341" data-hovercard-type="pull_request" data-hovercard-url="/quicwg/base-drafts/pull/2341/hovercard" href="https://github.com/quicwg/base-drafts/pull/2341">#2341</a>. I do not have a strong opinion on whether this needs to be clarified, therefore I would not oppose if the PR gets refused.</p>

<p style="font-size:small;-webkit-text-size-adjust:none;color:#666;">&mdash;<br />You are receiving this because you are subscribed to this thread.<br />Reply to this email directly, <a href="https://github.com/quicwg/base-drafts/issues/2135#issuecomment-455029746">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AWbkq6WQG3sQDrndQjotqz6Uqz8RkgSuks5vD-5ogaJpZM4ZQv8P">mute the thread</a>.<img src="https://github.com/notifications/beacon/AWbkq4CdHWFLVRdDpFiHbrW4QRJf3b75ks5vD-5ogaJpZM4ZQv8P.gif" height="1" width="1" alt="" /></p>
<script type="application/json" data-scope="inboxmarkup">{"api_version":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name":"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"https://github.githubassets.com/images/email/message_cards/header.png","avatar_image_url":"https://github.githubassets.com/images/email/message_cards/avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/quicwg/base-drafts"}},"updates":{"snippets":[{"icon":"PERSON","message":"@kazuho in #2135: @ianswett \r\n\u003e I don't see anyone objecting to that approach, is there some text you'd like added to one of the drafts?\r\n\r\nFiled #2341. I do not have a strong opinion on whether this needs to be clarified, therefore I would not oppose if the PR gets refused."}],"action":{"name":"View Issue","url":"https://github.com/quicwg/base-drafts/issues/2135#issuecomment-455029746"}}}</script>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/issues/2135#issuecomment-455029746",
"url": "https://github.com/quicwg/base-drafts/issues/2135#issuecomment-455029746",
"name": "View Issue"
},
"description": "View this Issue on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>
----==_mimepart_5c3ff6e8c5b35_53423fa381cd45c4489745--


From nobody Wed Jan 16 19: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 50BB7130F4D for <quic-issues@ietfa.amsl.com>; Wed, 16 Jan 2019 19:36:28 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -10.935
X-Spam-Level: 
X-Spam-Status: No, score=-10.935 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIMWL_WL_HIGH=-4.553, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, HTML_IMAGE_ONLY_24=1.618, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-1, RCVD_IN_DNSWL_HI=-5, SPF_PASS=-0.001] autolearn=ham autolearn_force=no
Authentication-Results: ietfa.amsl.com (amavisd-new); dkim=pass (1024-bit key) header.d=github.com
Received: from mail.ietf.org ([4.31.198.44]) by localhost (ietfa.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 2NaZzABOUXIi for <quic-issues@ietfa.amsl.com>; Wed, 16 Jan 2019 19:36: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 93C92130F4C for <quic-issues@ietf.org>; Wed, 16 Jan 2019 19:36:26 -0800 (PST)
Date: Wed, 16 Jan 2019 19:36:25 -0800
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1547696185; bh=xsjZtmY8cWmnSRgGai9jj9o/ZwU4UdF1JgM5nauqhsw=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=HR8yGbQSTbdO6WAqP4XHcFVzuA1JZaqjJJcAOutasHe8qF6PXTXGDLRt8g6nG4Ap7 3TzkQot3eVH1Ihwj6UrNC5dw5i3/PYigh1wSMuKtQLKbecFjVLsiIBEKMBOgLDELgB 4L9PA16e1HgXXvnkxvKjjbtk9KRt+y9cqkG/GMr0=
From: Martin Thomson <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+0166e4ab661342a1484b1e11bf2e5abaaaa1cb2d77d7590692cf000000011857ba3992a169ce17d8f804@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/pull/2341/review/193449112@github.com>
In-Reply-To: <quicwg/base-drafts/pull/2341@github.com>
References: <quicwg/base-drafts/pull/2341@github.com>
Subject: Re: [quicwg/base-drafts] clarify that INITCWND caps amount of data sent to a client before address validation (#2341)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5c3ff83954419_3a213fee4f0d45bc3988e0"; 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/Ie_YR3p1osh35Vg9OiWSdwTW3ao>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
List-Id: Notification list for GitHub issues related to the QUIC WG <quic-issues.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=unsubscribe>
List-Archive: <https://mailarchive.ietf.org/arch/browse/quic-issues/>
List-Post: <mailto:quic-issues@ietf.org>
List-Help: <mailto:quic-issues-request@ietf.org?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, 17 Jan 2019 03:36:28 -0000

----==_mimepart_5c3ff83954419_3a213fee4f0d45bc3988e0
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

martinthomson commented on this pull request.

I think that you have this backwards.  The point here is that the client is limited by INITCWND.  The server has to abide by the x3 rule.



-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/quicwg/base-drafts/pull/2341#pullrequestreview-193449112
----==_mimepart_5c3ff83954419_3a213fee4f0d45bc3988e0
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 you have this backwards.  The point here is that the client is limited by INITCWND.  The server has to abide by the x3 rule.</p>

<p style="font-size:small;-webkit-text-size-adjust:none;color:#666;">&mdash;<br />You are receiving this because you are subscribed to this thread.<br />Reply to this email directly, <a href="https://github.com/quicwg/base-drafts/pull/2341#pullrequestreview-193449112">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AWbkq_uCj3WmPJYNNTqXROBdSposeNPNks5vD--5gaJpZM4aEY8S">mute the thread</a>.<img src="https://github.com/notifications/beacon/AWbkq9nJnt_FgVa11RpFVslsAouI5yqnks5vD--5gaJpZM4aEY8S.gif" height="1" width="1" alt="" /></p>
<script type="application/json" data-scope="inboxmarkup">{"api_version":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name":"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"https://github.githubassets.com/images/email/message_cards/header.png","avatar_image_url":"https://github.githubassets.com/images/email/message_cards/avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/quicwg/base-drafts"}},"updates":{"snippets":[{"icon":"PERSON","message":"@martinthomson commented on #2341"}],"action":{"name":"View Pull Request","url":"https://github.com/quicwg/base-drafts/pull/2341#pullrequestreview-193449112"}}}</script>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/pull/2341#pullrequestreview-193449112",
"url": "https://github.com/quicwg/base-drafts/pull/2341#pullrequestreview-193449112",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>
----==_mimepart_5c3ff83954419_3a213fee4f0d45bc3988e0--


From nobody Wed Jan 16 19: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 306BE130F53 for <quic-issues@ietfa.amsl.com>; Wed, 16 Jan 2019 19:43:56 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -10.935
X-Spam-Level: 
X-Spam-Status: No, score=-10.935 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIMWL_WL_HIGH=-4.553, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, HTML_IMAGE_ONLY_24=1.618, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-1, RCVD_IN_DNSWL_HI=-5, SPF_PASS=-0.001] autolearn=ham autolearn_force=no
Authentication-Results: ietfa.amsl.com (amavisd-new); dkim=pass (1024-bit key) header.d=github.com
Received: from mail.ietf.org ([4.31.198.44]) by localhost (ietfa.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id Zinc_53N6X7t for <quic-issues@ietfa.amsl.com>; Wed, 16 Jan 2019 19:43: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 9B9C4130F4C for <quic-issues@ietf.org>; Wed, 16 Jan 2019 19:43:54 -0800 (PST)
Date: Wed, 16 Jan 2019 19:43:53 -0800
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1547696633; bh=jFCIOVnkXsUJfeEYFpsO2METP1gpCPUlNIsNVlT9EtA=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=0VCgBRf3lVSXSKB+6ZePtLKPBx55+BZKwUlu9fRC7t3Y16F6I1hRuuLFTaEBjqO27 H3tPJ5hfUw3YJLjP8vSAv4lwQbfDTLtJwceOcUU5qo+EtdAwT7+9EwXNKp9wW2xBog H0Sh/mOOqcAHGFs2vrdJ9p+Ut4RKt/FSZS/HJ+Vo=
From: Kazuho Oku <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/2341/push/3217433906@github.com>
In-Reply-To: <quicwg/base-drafts/pull/2341@github.com>
References: <quicwg/base-drafts/pull/2341@github.com>
Subject: Re: [quicwg/base-drafts] clarify that INITCWND caps amount of data sent to a client before address validation (#2341)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5c3ff9f98905b_1e6f3fae91cd45b84437d0"; charset=UTF-8
Content-Transfer-Encoding: 7bit
Precedence: list
X-GitHub-Sender: kazuho
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/QEnqCqwTZtt0f0TLmbWt2b_dvb8>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
List-Id: Notification list for GitHub issues related to the QUIC WG <quic-issues.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=unsubscribe>
List-Archive: <https://mailarchive.ietf.org/arch/browse/quic-issues/>
List-Post: <mailto:quic-issues@ietf.org>
List-Help: <mailto:quic-issues-request@ietf.org?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, 17 Jan 2019 03:43:56 -0000

----==_mimepart_5c3ff9f98905b_1e6f3fae91cd45b84437d0
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

@kazuho pushed 1 commit.

f7b0187521bb60349e258eb7222e53c877a8b887  the restriction is in the opposite direction


-- 
You are receiving this because you are subscribed to this thread.
View it on GitHub:
https://github.com/quicwg/base-drafts/pull/2341/files/7c7c506db978425c6259ec5b937346768185cc44..f7b0187521bb60349e258eb7222e53c877a8b887

----==_mimepart_5c3ff9f98905b_1e6f3fae91cd45b84437d0
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

<p><a href="https://github.com/kazuho" class="user-mention">@kazuho</a> pushed 1 commit.</p>

<ul>
  <li><a class="commit-link" href="https://github.com/quicwg/base-drafts/commit/f7b0187521bb60349e258eb7222e53c877a8b887">f7b0187</a>  the restriction is in the opposite direction</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/2341/files/7c7c506db978425c6259ec5b937346768185cc44..f7b0187521bb60349e258eb7222e53c877a8b887">View it on GitHub</a> or <a href="https://github.com/notifications/unsubscribe-auth/AWbkq_Prkm2zcdpdU2ZIC2aJoH4oGVf7ks5vD_F5gaJpZM4aEY8S">mute the thread</a>.<img src="https://github.com/notifications/beacon/AWbkq5rgsdUM_y6jBszl9TZecaQPTESBks5vD_F5gaJpZM4aEY8S.gif" height="1" width="1" alt="" /></p>
<script type="application/json" data-scope="inboxmarkup">{"api_version":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name":"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"https://github.githubassets.com/images/email/message_cards/header.png","avatar_image_url":"https://github.githubassets.com/images/email/message_cards/avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/quicwg/base-drafts"}},"updates":{"snippets":[{"icon":"PERSON","message":"@kazuho pushed 1 commit in #2341"}],"action":{"name":"View Pull Request","url":"https://github.com/quicwg/base-drafts/pull/2341/files/7c7c506db978425c6259ec5b937346768185cc44..f7b0187521bb60349e258eb7222e53c877a8b887"}}}</script>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/pull/2341/files/7c7c506db978425c6259ec5b937346768185cc44..f7b0187521bb60349e258eb7222e53c877a8b887",
"url": "https://github.com/quicwg/base-drafts/pull/2341/files/7c7c506db978425c6259ec5b937346768185cc44..f7b0187521bb60349e258eb7222e53c877a8b887",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>

----==_mimepart_5c3ff9f98905b_1e6f3fae91cd45b84437d0--


From nobody Wed Jan 16 19: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 86FF1130F4C for <quic-issues@ietfa.amsl.com>; Wed, 16 Jan 2019 19:44:57 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -11.149
X-Spam-Level: 
X-Spam-Status: No, score=-11.149 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIMWL_WL_HIGH=-4.553, 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_PASS=-0.001] autolearn=ham autolearn_force=no
Authentication-Results: ietfa.amsl.com (amavisd-new); dkim=pass (1024-bit key) header.d=github.com
Received: from mail.ietf.org ([4.31.198.44]) by localhost (ietfa.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 1WlTv_4XzxQ9 for <quic-issues@ietfa.amsl.com>; Wed, 16 Jan 2019 19:44: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 1FF8D12785F for <quic-issues@ietf.org>; Wed, 16 Jan 2019 19:44:56 -0800 (PST)
Date: Wed, 16 Jan 2019 19:44:55 -0800
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1547696695; bh=it1lUgPGgP/255AsaUISrIk2RFvz59qgRd744cIXxC8=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=pjSv2M8zDC/GuNXdNR/ejoeLSnTjIL7R2hhvVNBEBlv6b6h4BMYL9RLKLNUkibkcI KRnNrouXPcekxoQhIGWqi/pozNs1RGQZmQHlbXHzS5NVIGrr1bpZceZ3e0aiAGYFVl 3CuKNNijiXcT3ym3la4XhpNSjBgGm3kQfEHfyl7I=
From: Kazuho Oku <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+0166e4ab0725358813a99c1ef46b0594f4a24dd8943f290792cf000000011857bc3792a169ce17d8f804@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/pull/2341/c455031945@github.com>
In-Reply-To: <quicwg/base-drafts/pull/2341@github.com>
References: <quicwg/base-drafts/pull/2341@github.com>
Subject: Re: [quicwg/base-drafts] clarify that INITCWND caps amount of data sent to a server before address validation (#2341)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5c3ffa3733b5e_70553fa365ad45c4332822"; 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/j6LEQYE-ZzIh-zDgF6--Bei3jpE>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
List-Id: Notification list for GitHub issues related to the QUIC WG <quic-issues.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=unsubscribe>
List-Archive: <https://mailarchive.ietf.org/arch/browse/quic-issues/>
List-Post: <mailto:quic-issues@ietf.org>
List-Help: <mailto:quic-issues-request@ietf.org?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, 17 Jan 2019 03:44:57 -0000

----==_mimepart_5c3ffa3733b5e_70553fa365ad45c4332822
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

@martinthomson That's definitely true. Addressed in f7b0187.

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/quicwg/base-drafts/pull/2341#issuecomment-455031945
----==_mimepart_5c3ffa3733b5e_70553fa365ad45c4332822
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> That's definitely true. Addressed in <a class="commit-link" data-hovercard-type="commit" data-hovercard-url="https://github.com/quicwg/base-drafts/commit/f7b0187521bb60349e258eb7222e53c877a8b887/hovercard" href="https://github.com/quicwg/base-drafts/commit/f7b0187521bb60349e258eb7222e53c877a8b887"><tt>f7b0187</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/2341#issuecomment-455031945">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AWbkq5BH1LJqWPUr2eO6Vpvbccrisuoiks5vD_G3gaJpZM4aEY8S">mute the thread</a>.<img src="https://github.com/notifications/beacon/AWbkq4cB2aCP2akvnYv1uaXWlnF797yCks5vD_G3gaJpZM4aEY8S.gif" height="1" width="1" alt="" /></p>
<script type="application/json" data-scope="inboxmarkup">{"api_version":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name":"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"https://github.githubassets.com/images/email/message_cards/header.png","avatar_image_url":"https://github.githubassets.com/images/email/message_cards/avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/quicwg/base-drafts"}},"updates":{"snippets":[{"icon":"PERSON","message":"@kazuho in #2341: @martinthomson That's definitely true. Addressed in f7b0187."}],"action":{"name":"View Pull Request","url":"https://github.com/quicwg/base-drafts/pull/2341#issuecomment-455031945"}}}</script>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/pull/2341#issuecomment-455031945",
"url": "https://github.com/quicwg/base-drafts/pull/2341#issuecomment-455031945",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>
----==_mimepart_5c3ffa3733b5e_70553fa365ad45c4332822--


From nobody Wed Jan 16 19: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 A2617130DD6 for <quic-issues@ietfa.amsl.com>; Wed, 16 Jan 2019 19:57:54 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -10.935
X-Spam-Level: 
X-Spam-Status: No, score=-10.935 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIMWL_WL_HIGH=-4.553, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, HTML_IMAGE_ONLY_24=1.618, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-1, RCVD_IN_DNSWL_HI=-5, SPF_PASS=-0.001] autolearn=ham autolearn_force=no
Authentication-Results: ietfa.amsl.com (amavisd-new); dkim=pass (1024-bit key) header.d=github.com
Received: from mail.ietf.org ([4.31.198.44]) by localhost (ietfa.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id v2jbFH-Ni8h7 for <quic-issues@ietfa.amsl.com>; Wed, 16 Jan 2019 19:57:53 -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 27F5D1292F1 for <quic-issues@ietf.org>; Wed, 16 Jan 2019 19:57:53 -0800 (PST)
Date: Wed, 16 Jan 2019 19:57:52 -0800
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1547697472; bh=hTr9gZVlZPih9CEN1FHwvG2CIopAtPx0P9TjT51pNkY=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=CEKb/RdBeGz6iOfYaJAOqZKG9IA7if22Mp7+7ob22RyuVQVUFA9CnwBpT3kiOh5Kn UDaB6l+mjQCG6T7/Z8SrLsHvmSBXZ2a/2VPoF5XbyUpmgJr74y9jJGu8ETqRZJ2CvM g5+d7iaQ4P0GlP+Z5LG8JLZyfV2yZOMfOozHXbvM=
From: Marten Seemann <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+0166e4ab992c0008339a56e9888936bc9a1ef22bb103490092cf000000011857bf4092a169ce17d8f804@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/pull/2341/c455034013@github.com>
In-Reply-To: <quicwg/base-drafts/pull/2341@github.com>
References: <quicwg/base-drafts/pull/2341@github.com>
Subject: Re: [quicwg/base-drafts] clarify that INITCWND caps amount of data sent to a server before address validation (#2341)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5c3ffd407ad70_708e3fa365ad45c47414fd"; 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/SXMMSD7cnhMArWwpm4eeC5Xetb8>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
List-Id: Notification list for GitHub issues related to the QUIC WG <quic-issues.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=unsubscribe>
List-Archive: <https://mailarchive.ietf.org/arch/browse/quic-issues/>
List-Post: <mailto:quic-issues@ietf.org>
List-Help: <mailto:quic-issues-request@ietf.org?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, 17 Jan 2019 03:57:55 -0000

----==_mimepart_5c3ffd407ad70_708e3fa365ad45c47414fd
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

I'm not sure if this is correct. If a packet is declared lost, it can be retransmitted, so in that case the amount of data sent is larger than initial cwnd.

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/quicwg/base-drafts/pull/2341#issuecomment-455034013
----==_mimepart_5c3ffd407ad70_708e3fa365ad45c47414fd
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

<p>I'm not sure if this is correct. If a packet is declared lost, it can be retransmitted, so in that case the amount of data sent is larger than initial cwnd.</p>

<p style="font-size:small;-webkit-text-size-adjust:none;color:#666;">&mdash;<br />You are receiving this because you are subscribed to this thread.<br />Reply to this email directly, <a href="https://github.com/quicwg/base-drafts/pull/2341#issuecomment-455034013">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AWbkq6nT5fn0oaObfJ4A-y97-uzO5z6bks5vD_TAgaJpZM4aEY8S">mute the thread</a>.<img src="https://github.com/notifications/beacon/AWbkqxq0ksr0IrYxhzkCplfbR4QU71lwks5vD_TAgaJpZM4aEY8S.gif" height="1" width="1" alt="" /></p>
<script type="application/json" data-scope="inboxmarkup">{"api_version":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name":"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"https://github.githubassets.com/images/email/message_cards/header.png","avatar_image_url":"https://github.githubassets.com/images/email/message_cards/avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/quicwg/base-drafts"}},"updates":{"snippets":[{"icon":"PERSON","message":"@marten-seemann in #2341: I'm not sure if this is correct. If a packet is declared lost, it can be retransmitted, so in that case the amount of data sent is larger than initial cwnd."}],"action":{"name":"View Pull Request","url":"https://github.com/quicwg/base-drafts/pull/2341#issuecomment-455034013"}}}</script>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/pull/2341#issuecomment-455034013",
"url": "https://github.com/quicwg/base-drafts/pull/2341#issuecomment-455034013",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>
----==_mimepart_5c3ffd407ad70_708e3fa365ad45c47414fd--


From nobody Wed Jan 16 20: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 3128E1292F1 for <quic-issues@ietfa.amsl.com>; Wed, 16 Jan 2019 19:59:59 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -10.935
X-Spam-Level: 
X-Spam-Status: No, score=-10.935 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIMWL_WL_HIGH=-4.553, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, HTML_IMAGE_ONLY_24=1.618, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-1, RCVD_IN_DNSWL_HI=-5, SPF_PASS=-0.001] autolearn=ham autolearn_force=no
Authentication-Results: ietfa.amsl.com (amavisd-new); dkim=pass (1024-bit key) header.d=github.com
Received: from mail.ietf.org ([4.31.198.44]) by localhost (ietfa.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id o8JYgLLF4tnB for <quic-issues@ietfa.amsl.com>; Wed, 16 Jan 2019 19:59:57 -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 B20A8126CB6 for <quic-issues@ietf.org>; Wed, 16 Jan 2019 19:59:57 -0800 (PST)
Date: Wed, 16 Jan 2019 19:59:57 -0800
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1547697597; bh=hpHz78Nfr75lbBCB6xJu0BBSsnr9kng8HSpB3Alh/74=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=O90adDBHwIC2tX06oGIzg1Kt0S+dygB0+DJU9taRhpFARjHNK+uIYrUSuGrLUI0OX 4Ice1xf414dZxMrTD2r9sec5KLnOabp32Oo5cy0R2RLhp3DYKpyYDxGuZeQvTk0/MA pT/pcKrLOpCSVWZ9s19X4Sr66KUXXQjYM+sHX3j8=
From: Kazuho Oku <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+0166e4ab02f3d22f04bbd136dc3572d2d26c83cdb56208b392cf000000011857bfbc92a169ce17d8f804@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/pull/2341/c455034336@github.com>
In-Reply-To: <quicwg/base-drafts/pull/2341@github.com>
References: <quicwg/base-drafts/pull/2341@github.com>
Subject: Re: [quicwg/base-drafts] clarify that INITCWND caps amount of data sent to a server before address validation (#2341)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5c3ffdbdb035_6baf3fa365ad45c44215fd"; 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/dOH9qWl-83n7m-UWLKWRN23EgkQ>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
List-Id: Notification list for GitHub issues related to the QUIC WG <quic-issues.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=unsubscribe>
List-Archive: <https://mailarchive.ietf.org/arch/browse/quic-issues/>
List-Post: <mailto:quic-issues@ietf.org>
List-Help: <mailto:quic-issues-request@ietf.org?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, 17 Jan 2019 03:59:59 -0000

----==_mimepart_5c3ffdbdb035_6baf3fa365ad45c44215fd
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

@marten-seemann That's a good point. Does changing the text to refer to "congestion avoidance algorithm" instead of "initial congestion window" resolve the concern?

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/quicwg/base-drafts/pull/2341#issuecomment-455034336
----==_mimepart_5c3ffdbdb035_6baf3fa365ad45c44215fd
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> That's a good point. Does changing the text to refer to "congestion avoidance algorithm" instead of "initial congestion window" resolve the concern?</p>

<p style="font-size:small;-webkit-text-size-adjust:none;color:#666;">&mdash;<br />You are receiving this because you are subscribed to this thread.<br />Reply to this email directly, <a href="https://github.com/quicwg/base-drafts/pull/2341#issuecomment-455034336">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AWbkq_-DN47ku41P6cHpaZmx1YVf98UMks5vD_U9gaJpZM4aEY8S">mute the thread</a>.<img src="https://github.com/notifications/beacon/AWbkqzYZ0ikznDcqxuhUK6TfNHUITXpEks5vD_U9gaJpZM4aEY8S.gif" height="1" width="1" alt="" /></p>
<script type="application/json" data-scope="inboxmarkup">{"api_version":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name":"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"https://github.githubassets.com/images/email/message_cards/header.png","avatar_image_url":"https://github.githubassets.com/images/email/message_cards/avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/quicwg/base-drafts"}},"updates":{"snippets":[{"icon":"PERSON","message":"@kazuho in #2341: @marten-seemann That's a good point. Does changing the text to refer to \"congestion avoidance algorithm\" instead of \"initial congestion window\" resolve the concern?"}],"action":{"name":"View Pull Request","url":"https://github.com/quicwg/base-drafts/pull/2341#issuecomment-455034336"}}}</script>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/pull/2341#issuecomment-455034336",
"url": "https://github.com/quicwg/base-drafts/pull/2341#issuecomment-455034336",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>
----==_mimepart_5c3ffdbdb035_6baf3fa365ad45c44215fd--


From nobody Wed Jan 16 20:18: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 D90E4126CB6 for <quic-issues@ietfa.amsl.com>; Wed, 16 Jan 2019 20:17:57 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -11.149
X-Spam-Level: 
X-Spam-Status: No, score=-11.149 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIMWL_WL_HIGH=-4.553, 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_PASS=-0.001] autolearn=ham autolearn_force=no
Authentication-Results: ietfa.amsl.com (amavisd-new); dkim=pass (1024-bit key) header.d=github.com
Received: from mail.ietf.org ([4.31.198.44]) by localhost (ietfa.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 7fw-ZMoBzFXW for <quic-issues@ietfa.amsl.com>; Wed, 16 Jan 2019 20:17:56 -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 910C3124408 for <quic-issues@ietf.org>; Wed, 16 Jan 2019 20:17:56 -0800 (PST)
Date: Wed, 16 Jan 2019 20:17:55 -0800
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1547698675; bh=VcNBQDlYriGKE+O0Diz6jdLcmiSwzZwnaj4kWUmnMNo=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=ROCqNOQOylFoTn6XcfOcqhJAeGzCo56kZNhh0JOCaEg6CQppNVUyAIOl5fOhFFysP EPk27V8qA508X5cIfjY6JmHZXeb/hjYTdEnwq24PiCFaDc7AZcEJg0mTiMdi32se4o 5bHrDDxolW87fv2yfft4JMnihl0m7chkm6byAmp4=
From: Kazuho Oku <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+0166e4ab35b3344969a8361ce8b8dd8a007c8b3f144f76e492cf000000011857c3f392a169ce1784eaec@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/issues/2267/455036849@github.com>
In-Reply-To: <quicwg/base-drafts/issues/2267@github.com>
References: <quicwg/base-drafts/issues/2267@github.com>
Subject: Re: [quicwg/base-drafts] loss of only two packets can lead to an unrecoverable situation (#2267)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5c4001f380fc1_1e3a3fae91cd45b8375375"; 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/jEoBAFHx6GddrSLYh286V3ISB8o>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
List-Id: Notification list for GitHub issues related to the QUIC WG <quic-issues.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=unsubscribe>
List-Archive: <https://mailarchive.ietf.org/arch/browse/quic-issues/>
List-Post: <mailto:quic-issues@ietf.org>
List-Help: <mailto:quic-issues-request@ietf.org?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, 17 Jan 2019 04:17:58 -0000

----==_mimepart_5c4001f380fc1_1e3a3fae91cd45b8375375
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

FWIW, current TLS draft states: _After all CRYPTO frames for a given encryption level have been sent and all expected CRYPTO frames received, and all the corresponding acknowledgments have been received or sent, an endpoint starts a timer._

To me this sounds safe and that there is nothing we need to fix.

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/quicwg/base-drafts/issues/2267#issuecomment-455036849
----==_mimepart_5c4001f380fc1_1e3a3fae91cd45b8375375
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: quoted-printable

<p>FWIW, current TLS draft states: <em>After all CRYPTO frames for a give=
n encryption level have been sent and all expected CRYPTO frames received=
, and all the corresponding acknowledgments have been received or sent, a=
n endpoint starts a timer.</em></p>
<p>To me this sounds safe and that there is nothing we need to fix.</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/2267#issuecomment-455036849">view it on GitHub</a>,=
 or <a href=3D"https://github.com/notifications/unsubscribe-auth/AWbkqwCq=
6NBfOal07_qXrCojcgkXF3Pvks5vD_lzgaJpZM4ZjodA">mute the thread</a>.<img sr=
c=3D"https://github.com/notifications/beacon/AWbkq7zR70ivEKp6iv605mZ5o-ZG=
mlDaks5vD_lzgaJpZM4ZjodA.gif" height=3D"1" width=3D"1" alt=3D"" /></p>
<script type=3D"application/json" data-scope=3D"inboxmarkup">{"api_versio=
n":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name"=
:"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"=
quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"http=
s://github.githubassets.com/images/email/message_cards/header.png","avata=
r_image_url":"https://github.githubassets.com/images/email/message_cards/=
avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/q=
uicwg/base-drafts"}},"updates":{"snippets":[{"icon":"PERSON","message":"@=
kazuho in #2267: FWIW, current TLS draft states: _After all CRYPTO frames=
 for a given encryption level have been sent and all expected CRYPTO fram=
es received, and all the corresponding acknowledgments have been received=
 or sent, an endpoint starts a timer._\r\n\r\nTo me this sounds safe and =
that there is nothing we need to fix."}],"action":{"name":"View Issue","u=
rl":"https://github.com/quicwg/base-drafts/issues/2267#issuecomment-45503=
6849"}}}</script>
<script type=3D"application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/issues/2267#issuecomment=
-455036849",
"url": "https://github.com/quicwg/base-drafts/issues/2267#issuecomment-45=
5036849",
"name": "View Issue"
},
"description": "View this Issue on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>=

----==_mimepart_5c4001f380fc1_1e3a3fae91cd45b8375375--


From nobody Wed Jan 16 20:26: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 7A5A0124408 for <quic-issues@ietfa.amsl.com>; Wed, 16 Jan 2019 20:26:17 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -11.149
X-Spam-Level: 
X-Spam-Status: No, score=-11.149 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIMWL_WL_HIGH=-4.553, 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_PASS=-0.001] autolearn=ham autolearn_force=no
Authentication-Results: ietfa.amsl.com (amavisd-new); dkim=pass (1024-bit key) header.d=github.com
Received: from mail.ietf.org ([4.31.198.44]) by localhost (ietfa.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id tZ8h-QYI2ygx for <quic-issues@ietfa.amsl.com>; Wed, 16 Jan 2019 20:26: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 9F02E123FFD for <quic-issues@ietf.org>; Wed, 16 Jan 2019 20:26:15 -0800 (PST)
Date: Wed, 16 Jan 2019 20:26:14 -0800
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1547699174; bh=0pzmWoL6hZLVIVCcvIunrga1BPLi6N6tqi8zP+50i9s=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=VYcKst5VtKZ+miBXXZYV0iCoo5yjFcGDANqEy96BQ1IU6CwLS+rfQdyCsX29yHLll y6hyIX/y3IcrdJ1gmuVLXNPJ8cv8a0u9u3w2WNJTR2iRIOVBt3Vdzw9tM0r9te9E+r xgeepPFsIxmpX9egBL3sAnevs4tzSqR8a9y6HaRM=
From: Martin Thomson <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+0166e4abad301c02017e3b24992a09cfec36f4fda470f74f92cf000000011857c5e692a169ce17d8f804@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/pull/2341/c455038161@github.com>
In-Reply-To: <quicwg/base-drafts/pull/2341@github.com>
References: <quicwg/base-drafts/pull/2341@github.com>
Subject: Re: [quicwg/base-drafts] clarify that INITCWND caps amount of data sent to a server before address validation (#2341)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5c4003e6d0f31_52a3ff7ff8d45b47181ef"; 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/dm4VPVCZRj3ihS4hSg7BwktpTsA>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
List-Id: Notification list for GitHub issues related to the QUIC WG <quic-issues.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=unsubscribe>
List-Archive: <https://mailarchive.ietf.org/arch/browse/quic-issues/>
List-Post: <mailto:quic-issues@ietf.org>
List-Help: <mailto:quic-issues-request@ietf.org?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, 17 Jan 2019 04:26:17 -0000

----==_mimepart_5c4003e6d0f31_52a3ff7ff8d45b47181ef
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

This looks fine, but I have a new concern: this makes it appear as though the congestion window doesn't apply to the server.  It does.  Would this be better?

> The amount that servers are permitted to send is also constrained by the limit set by the congestion avoidance algorithm.  Clients are only constrained in what they can send prior to address validation by congestion 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/2341#issuecomment-455038161
----==_mimepart_5c4003e6d0f31_52a3ff7ff8d45b47181ef
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: quoted-printable

<p>This looks fine, but I have a new concern: this makes it appear as tho=
ugh the congestion window doesn't apply to the server.  It does.  Would t=
his be better?</p>
<blockquote>
<p>The amount that servers are permitted to send is also constrained by t=
he limit set by the congestion avoidance algorithm.  Clients are only con=
strained in what they can send prior to address validation by congestion =
control.</p>
</blockquote>

<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/2341#issuecomment-455038161">view it on GitHub</a>, o=
r <a href=3D"https://github.com/notifications/unsubscribe-auth/AWbkq7F653=
1jZ941uPggWQoDMRUlKLrOks5vD_tmgaJpZM4aEY8S">mute the thread</a>.<img src=3D=
"https://github.com/notifications/beacon/AWbkq8K43PTu-XY_RCsSWk3SJMdEUyfb=
ks5vD_tmgaJpZM4aEY8S.gif" height=3D"1" width=3D"1" alt=3D"" /></p>
<script type=3D"application/json" data-scope=3D"inboxmarkup">{"api_versio=
n":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name"=
:"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"=
quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"http=
s://github.githubassets.com/images/email/message_cards/header.png","avata=
r_image_url":"https://github.githubassets.com/images/email/message_cards/=
avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/q=
uicwg/base-drafts"}},"updates":{"snippets":[{"icon":"PERSON","message":"@=
martinthomson in #2341: This looks fine, but I have a new concern: this m=
akes it appear as though the congestion window doesn't apply to the serve=
r.  It does.  Would this be better?\r\n\r\n\u003e The amount that servers=
 are permitted to send is also constrained by the limit set by the conges=
tion avoidance algorithm.  Clients are only constrained in what they can =
send prior to address validation by congestion control."}],"action":{"nam=
e":"View Pull Request","url":"https://github.com/quicwg/base-drafts/pull/=
2341#issuecomment-455038161"}}}</script>
<script type=3D"application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/pull/2341#issuecomment-4=
55038161",
"url": "https://github.com/quicwg/base-drafts/pull/2341#issuecomment-4550=
38161",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>=

----==_mimepart_5c4003e6d0f31_52a3ff7ff8d45b47181ef--


From nobody Wed Jan 16 20: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 CACFB130F78 for <quic-issues@ietfa.amsl.com>; Wed, 16 Jan 2019 20:36:42 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -10.935
X-Spam-Level: 
X-Spam-Status: No, score=-10.935 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIMWL_WL_HIGH=-4.553, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, HTML_IMAGE_ONLY_24=1.618, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-1, RCVD_IN_DNSWL_HI=-5, SPF_PASS=-0.001] autolearn=ham autolearn_force=no
Authentication-Results: ietfa.amsl.com (amavisd-new); dkim=pass (1024-bit key) header.d=github.com
Received: from mail.ietf.org ([4.31.198.44]) by localhost (ietfa.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id CW43_089t4IC for <quic-issues@ietfa.amsl.com>; Wed, 16 Jan 2019 20:36: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 D407C130F99 for <quic-issues@ietf.org>; Wed, 16 Jan 2019 20:36:40 -0800 (PST)
Date: Wed, 16 Jan 2019 20:36:39 -0800
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1547699799; bh=cQ9jnN/aMbMedHdOPKb+6enC81dajhmRNIMMLFSknIw=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=tvc701iIK3PqahWMKn1kZdr4MWwMeB6nGjcXa8bhi5zwjl4VPN0ilqAUviz6BGdI9 xksYf16jA0MtSG0NPM9PmWzXbdCth7ZdSiJkHTyPEve+67grs4xamyygwiykPuSR8/ JN5EGHV3A8Ug/adIamvpQKqYKbKBh6Eg5/95YYVU=
From: Kazuho Oku <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/2341/push/3217518486@github.com>
In-Reply-To: <quicwg/base-drafts/pull/2341@github.com>
References: <quicwg/base-drafts/pull/2341@github.com>
Subject: Re: [quicwg/base-drafts] clarify that INITCWND caps amount of data sent to a server before address validation (#2341)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5c40065758a9_1c4a3fab5c6d45c44444e1"; charset=UTF-8
Content-Transfer-Encoding: 7bit
Precedence: list
X-GitHub-Sender: kazuho
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/02M_ukuPYzf6VbopQ2ahH_27e5I>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
List-Id: Notification list for GitHub issues related to the QUIC WG <quic-issues.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=unsubscribe>
List-Archive: <https://mailarchive.ietf.org/arch/browse/quic-issues/>
List-Post: <mailto:quic-issues@ietf.org>
List-Help: <mailto:quic-issues-request@ietf.org?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, 17 Jan 2019 04:36:50 -0000

----==_mimepart_5c40065758a9_1c4a3fab5c6d45c44444e1
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

@kazuho pushed 1 commit.

5522bd547d040512ada19513ffd2cbbfad386d87  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/2341/files/f7b0187521bb60349e258eb7222e53c877a8b887..5522bd547d040512ada19513ffd2cbbfad386d87

----==_mimepart_5c40065758a9_1c4a3fab5c6d45c44444e1
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

<p><a href="https://github.com/kazuho" class="user-mention">@kazuho</a> pushed 1 commit.</p>

<ul>
  <li><a class="commit-link" href="https://github.com/quicwg/base-drafts/commit/5522bd547d040512ada19513ffd2cbbfad386d87">5522bd5</a>  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/2341/files/f7b0187521bb60349e258eb7222e53c877a8b887..5522bd547d040512ada19513ffd2cbbfad386d87">View it on GitHub</a> or <a href="https://github.com/notifications/unsubscribe-auth/AWbkqyf6iD2gxdO2wt82EFt71Zd93kasks5vD_3XgaJpZM4aEY8S">mute the thread</a>.<img src="https://github.com/notifications/beacon/AWbkq9NmSHVsPYH_MBLMvQA7SCpYlHfsks5vD_3XgaJpZM4aEY8S.gif" height="1" width="1" alt="" /></p>
<script type="application/json" data-scope="inboxmarkup">{"api_version":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name":"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"https://github.githubassets.com/images/email/message_cards/header.png","avatar_image_url":"https://github.githubassets.com/images/email/message_cards/avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/quicwg/base-drafts"}},"updates":{"snippets":[{"icon":"PERSON","message":"@kazuho pushed 1 commit in #2341"}],"action":{"name":"View Pull Request","url":"https://github.com/quicwg/base-drafts/pull/2341/files/f7b0187521bb60349e258eb7222e53c877a8b887..5522bd547d040512ada19513ffd2cbbfad386d87"}}}</script>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/pull/2341/files/f7b0187521bb60349e258eb7222e53c877a8b887..5522bd547d040512ada19513ffd2cbbfad386d87",
"url": "https://github.com/quicwg/base-drafts/pull/2341/files/f7b0187521bb60349e258eb7222e53c877a8b887..5522bd547d040512ada19513ffd2cbbfad386d87",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>

----==_mimepart_5c40065758a9_1c4a3fab5c6d45c44444e1--


From nobody Wed Jan 16 20: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 19EC5130F99 for <quic-issues@ietfa.amsl.com>; Wed, 16 Jan 2019 20:37:02 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -10.935
X-Spam-Level: 
X-Spam-Status: No, score=-10.935 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIMWL_WL_HIGH=-4.553, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, HTML_IMAGE_ONLY_24=1.618, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-1, RCVD_IN_DNSWL_HI=-5, SPF_PASS=-0.001] autolearn=ham autolearn_force=no
Authentication-Results: ietfa.amsl.com (amavisd-new); dkim=pass (1024-bit key) header.d=github.com
Received: from mail.ietf.org ([4.31.198.44]) by localhost (ietfa.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id KMybpkRk9xTz for <quic-issues@ietfa.amsl.com>; Wed, 16 Jan 2019 20:37: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 306E6130FBE for <quic-issues@ietf.org>; Wed, 16 Jan 2019 20:37:00 -0800 (PST)
Date: Wed, 16 Jan 2019 20:36:59 -0800
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1547699819; bh=7PBQA3wX7WlRYIskSrg2zLASOoRfp6SFTzB5Khn2Yz0=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=C88yvIPOIMkraByXqd0Ex/un+AhcyVW37eH0INkmIZXPs0g0faDE3f8LfYUvOGxRF Jc/fCQdz5bKs/nI0SPFmeFR4Idu7ftBQiYwYUmPCWS8GGAokJIP9yK5BbUWsjS1ps/ M2xJ0NkNJ5xWDWI+w0LDkKXlm3jX1TFNDMKhDzN8=
From: Kazuho Oku <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+0166e4ab32cf2b1eb56179ff5e79851793c47de9e8bcf83592cf000000011857c86b92a169ce17d8f804@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/pull/2341/c455039616@github.com>
In-Reply-To: <quicwg/base-drafts/pull/2341@github.com>
References: <quicwg/base-drafts/pull/2341@github.com>
Subject: Re: [quicwg/base-drafts] clarify that INITCWND caps amount of data sent to a server before address validation (#2341)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5c40066bc69b_70793fa365ad45c41178964"; 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/0IIHsbr8nSi46EJxcHa3Ry42CGU>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
List-Id: Notification list for GitHub issues related to the QUIC WG <quic-issues.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=unsubscribe>
List-Archive: <https://mailarchive.ietf.org/arch/browse/quic-issues/>
List-Post: <mailto:quic-issues@ietf.org>
List-Help: <mailto:quic-issues-request@ietf.org?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, 17 Jan 2019 04:37:08 -0000

----==_mimepart_5c40066bc69b_70793fa365ad45c41178964
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

@martinthomson Thanks. Applied in 5522bd5.

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/quicwg/base-drafts/pull/2341#issuecomment-455039616
----==_mimepart_5c40066bc69b_70793fa365ad45c41178964
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. Applied in <a class="commit-link" data-hovercard-type="commit" data-hovercard-url="https://github.com/quicwg/base-drafts/commit/5522bd547d040512ada19513ffd2cbbfad386d87/hovercard" href="https://github.com/quicwg/base-drafts/commit/5522bd547d040512ada19513ffd2cbbfad386d87"><tt>5522bd5</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/2341#issuecomment-455039616">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AWbkqx7wWv24cZPs7iOcHX-dlV0X4rGDks5vD_3rgaJpZM4aEY8S">mute the thread</a>.<img src="https://github.com/notifications/beacon/AWbkqynqnYQl5g0pKW_GRrHqn6a5FnRrks5vD_3rgaJpZM4aEY8S.gif" height="1" width="1" alt="" /></p>
<script type="application/json" data-scope="inboxmarkup">{"api_version":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name":"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"https://github.githubassets.com/images/email/message_cards/header.png","avatar_image_url":"https://github.githubassets.com/images/email/message_cards/avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/quicwg/base-drafts"}},"updates":{"snippets":[{"icon":"PERSON","message":"@kazuho in #2341: @martinthomson Thanks. Applied in 5522bd5."}],"action":{"name":"View Pull Request","url":"https://github.com/quicwg/base-drafts/pull/2341#issuecomment-455039616"}}}</script>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/pull/2341#issuecomment-455039616",
"url": "https://github.com/quicwg/base-drafts/pull/2341#issuecomment-455039616",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>
----==_mimepart_5c40066bc69b_70793fa365ad45c41178964--


From nobody Wed Jan 16 20:48: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 B68EF127AC2 for <quic-issues@ietfa.amsl.com>; Wed, 16 Jan 2019 20:48:17 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -11.007
X-Spam-Level: 
X-Spam-Status: No, score=-11.007 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIMWL_WL_HIGH=-4.553, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, HTML_IMAGE_ONLY_20=1.546, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-1, RCVD_IN_DNSWL_HI=-5, SPF_PASS=-0.001] autolearn=ham autolearn_force=no
Authentication-Results: ietfa.amsl.com (amavisd-new); dkim=pass (1024-bit key) header.d=github.com
Received: from mail.ietf.org ([4.31.198.44]) by localhost (ietfa.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id ntVLwslnRGEr for <quic-issues@ietfa.amsl.com>; Wed, 16 Jan 2019 20:48: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 09ABC123FFD for <quic-issues@ietf.org>; Wed, 16 Jan 2019 20:48:16 -0800 (PST)
Date: Wed, 16 Jan 2019 20:48:14 -0800
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1547700494; bh=8wHVqdcN2pw5HB58cCOOxv9waWd+7yHU5MizeMMrViA=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=TlT/JDuI2oPNoaozAmWwZrtRDmb6U48LrHGOnh0I5NoWfkwTXU/ImrjI5xu0VXhuW B3C6r8hf7AB56ds1f5Ivd1XWDgp5iVIS6aRsd24kkEFiWJMUHLcrRhKOzU+k9Xb1Wf 6/Squ0a6nLYSZ1pq7HOMGiz3xgFbLZGsshHwIFrc=
From: erickinnear <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+0166e4abed7becb4451958034d6dfab401445417a0d444f792cf000000011857cb0e92a169ce17d8cc13@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/pull/2340/c455041278@github.com>
In-Reply-To: <quicwg/base-drafts/pull/2340@github.com>
References: <quicwg/base-drafts/pull/2340@github.com>
Subject: Re: [quicwg/base-drafts] Add note about frequent RTT estimates (#2340)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5c40090e8a560_7ca73ffc2cad45b884224"; 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/6ZRZSMn6X9jaidHv46AGZat4NnY>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
List-Id: Notification list for GitHub issues related to the QUIC WG <quic-issues.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=unsubscribe>
List-Archive: <https://mailarchive.ietf.org/arch/browse/quic-issues/>
List-Post: <mailto:quic-issues@ietf.org>
List-Help: <mailto:quic-issues-request@ietf.org?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, 17 Jan 2019 04:48:18 -0000

----==_mimepart_5c40090e8a560_7ca73ffc2cad45b884224
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

Looks good to me, always nice to pull that note out of the reference and make sure people see 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/2340#issuecomment-455041278
----==_mimepart_5c40090e8a560_7ca73ffc2cad45b884224
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

<p>Looks good to me, always nice to pull that note out of the reference and make sure people see 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/2340#issuecomment-455041278">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AWbkqwhVIA4KuuhkpUVaGpO7Y-ZHB5Yqks5vEACOgaJpZM4aEVlj">mute the thread</a>.<img src="https://github.com/notifications/beacon/AWbkq2L1HY1nreSh2maTSt3aUto2VXy6ks5vEACOgaJpZM4aEVlj.gif" height="1" width="1" alt="" /></p>
<script type="application/json" data-scope="inboxmarkup">{"api_version":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name":"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"https://github.githubassets.com/images/email/message_cards/header.png","avatar_image_url":"https://github.githubassets.com/images/email/message_cards/avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/quicwg/base-drafts"}},"updates":{"snippets":[{"icon":"PERSON","message":"@erickinnear in #2340: Looks good to me, always nice to pull that note out of the reference and make sure people see it."}],"action":{"name":"View Pull Request","url":"https://github.com/quicwg/base-drafts/pull/2340#issuecomment-455041278"}}}</script>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/pull/2340#issuecomment-455041278",
"url": "https://github.com/quicwg/base-drafts/pull/2340#issuecomment-455041278",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>
----==_mimepart_5c40090e8a560_7ca73ffc2cad45b884224--


From nobody Wed Jan 16 20:48: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 782F6127AC2 for <quic-issues@ietfa.amsl.com>; Wed, 16 Jan 2019 20:48:39 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -11.007
X-Spam-Level: 
X-Spam-Status: No, score=-11.007 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIMWL_WL_HIGH=-4.553, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, HTML_IMAGE_ONLY_20=1.546, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-1, RCVD_IN_DNSWL_HI=-5, SPF_PASS=-0.001] autolearn=ham autolearn_force=no
Authentication-Results: ietfa.amsl.com (amavisd-new); dkim=pass (1024-bit key) header.d=github.com
Received: from mail.ietf.org ([4.31.198.44]) by localhost (ietfa.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id f9vThfp6Ooxk for <quic-issues@ietfa.amsl.com>; Wed, 16 Jan 2019 20:48: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 08FD7123FFD for <quic-issues@ietf.org>; Wed, 16 Jan 2019 20:48:37 -0800 (PST)
Date: Wed, 16 Jan 2019 20:48:37 -0800
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1547700517; bh=z2P61DqzIZ9Ew3P3NksNcbM8yRPN2IRSiZJs5fNYRIE=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=CqDfGv0AUcy5SxQy4GCYI0K3enYiizZWP6wsjQZHZV7qEbqiFTlxJkzIhYYEaGNCb IV0cNGDth6pJe8foDA/9F5go8lIINOeganPcbo1U/GMDPeCMb2rc4b/I7JJtgIGr9Z JfIHWKv0v6hn7zndfH2Hn7zN/lTlwtBpFPFfxZAQ=
From: erickinnear <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+0166e4ab403a005c7e58438ac771da895365c75253bab92292cf000000011857cb2592a169ce17d8cc13@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/pull/2340/review/193459184@github.com>
In-Reply-To: <quicwg/base-drafts/pull/2340@github.com>
References: <quicwg/base-drafts/pull/2340@github.com>
Subject: Re: [quicwg/base-drafts] Add note about frequent RTT estimates (#2340)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5c4009254f494_7c973ffc2cad45b81127993"; 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/PHaz84i2TUJHB4lL2F2TKGvQgnY>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
List-Id: Notification list for GitHub issues related to the QUIC WG <quic-issues.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=unsubscribe>
List-Archive: <https://mailarchive.ietf.org/arch/browse/quic-issues/>
List-Post: <mailto:quic-issues@ietf.org>
List-Help: <mailto:quic-issues-request@ietf.org?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, 17 Jan 2019 04:48:39 -0000

----==_mimepart_5c4009254f494_7c973ffc2cad45b81127993
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

erickinnear 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/2340#pullrequestreview-193459184
----==_mimepart_5c4009254f494_7c973ffc2cad45b81127993
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

<p><b>@erickinnear</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/2340#pullrequestreview-193459184">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AWbkq9y4jdtx0RVjUnk1TNTpgoFvpaM9ks5vEAClgaJpZM4aEVlj">mute the thread</a>.<img src="https://github.com/notifications/beacon/AWbkq6c0p-VNqfWQ9t2DrzDWiRd8PLLlks5vEAClgaJpZM4aEVlj.gif" height="1" width="1" alt="" /></p>
<script type="application/json" data-scope="inboxmarkup">{"api_version":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name":"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"https://github.githubassets.com/images/email/message_cards/header.png","avatar_image_url":"https://github.githubassets.com/images/email/message_cards/avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/quicwg/base-drafts"}},"updates":{"snippets":[{"icon":"PERSON","message":"@erickinnear approved #2340"}],"action":{"name":"View Pull Request","url":"https://github.com/quicwg/base-drafts/pull/2340#pullrequestreview-193459184"}}}</script>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/pull/2340#pullrequestreview-193459184",
"url": "https://github.com/quicwg/base-drafts/pull/2340#pullrequestreview-193459184",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>
----==_mimepart_5c4009254f494_7c973ffc2cad45b81127993--


From nobody Wed Jan 16 23:45: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 54A74130DE5 for <quic-issues@ietfa.amsl.com>; Wed, 16 Jan 2019 23:45:53 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -11.149
X-Spam-Level: 
X-Spam-Status: No, score=-11.149 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIMWL_WL_HIGH=-4.553, 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_PASS=-0.001] autolearn=ham autolearn_force=no
Authentication-Results: ietfa.amsl.com (amavisd-new); dkim=pass (1024-bit key) header.d=github.com
Received: from mail.ietf.org ([4.31.198.44]) by localhost (ietfa.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id Dd_x8ZMEYSVM for <quic-issues@ietfa.amsl.com>; Wed, 16 Jan 2019 23:45:52 -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 BDDB312D4EA for <quic-issues@ietf.org>; Wed, 16 Jan 2019 23:45:51 -0800 (PST)
Date: Wed, 16 Jan 2019 23:45:50 -0800
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1547711150; bh=/+HbRdIH1nq23KAMSLDjtVm6DLvPMCYnh7vGI7ji7bM=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=DqnjYBTBdUbZiMvKzTS19Xb6SQGEsP2q4947VS8DXy0LvQrCI5lfQsjJ3CWh/H6JX kYpvwzt5E85cP/ZjhwQwH2i1GjezoToloZcFtUIlVvuCYcmxkIetmiPQUcYhuEoPdl E0iI2PwAfJ+OHfBLM+izHd3in2GEhS8zQkf5/Fok=
From: MikkelFJ <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+0166e4abcf7942439dacc560311f78289c71bf1793858eb092cf000000011857f4ae92a169ce179e43e2@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/issues/2299/455073611@github.com>
In-Reply-To: <quicwg/base-drafts/issues/2299@github.com>
References: <quicwg/base-drafts/issues/2299@github.com>
Subject: Re: [quicwg/base-drafts] consider making the varint encoding unique (#2299)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5c4032aea7886_62d93fa5988d45b4501bb"; 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/fYa7LNzqSbVKmRh1wvrm0TTGHDI>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
List-Id: Notification list for GitHub issues related to the QUIC WG <quic-issues.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=unsubscribe>
List-Archive: <https://mailarchive.ietf.org/arch/browse/quic-issues/>
List-Post: <mailto:quic-issues@ietf.org>
List-Help: <mailto:quic-issues-request@ietf.org?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, 17 Jan 2019 07:45:53 -0000

----==_mimepart_5c4032aea7886_62d93fa5988d45b4501bb
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

I don't disagree. But I'd like to add that non-canonical form should only apply to lengths, not enumerations such as frame headers or error codes, as a general principle. The latter can be inconvenient to process if not predictable and have no benefit of being written non-canonical (other than being robust against implementation mistakes).

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/quicwg/base-drafts/issues/2299#issuecomment-455073611
----==_mimepart_5c4032aea7886_62d93fa5988d45b4501bb
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: quoted-printable

<p>I don't disagree. But I'd like to add that non-canonical form should o=
nly apply to lengths, not enumerations such as frame headers or error cod=
es, as a general principle. The latter can be inconvenient to process if =
not predictable and have no benefit of being written non-canonical (other=
 than being robust against implementation mistakes).</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/2299#issuecomment-455073611">view it on GitHub</a>,=
 or <a href=3D"https://github.com/notifications/unsubscribe-auth/AWbkq0bE=
5RWyPiNjKlhaO8KnQl6FKHuIks5vECougaJpZM4ZyX3n">mute the thread</a>.<img sr=
c=3D"https://github.com/notifications/beacon/AWbkq5sJMe2ddGWVa5SSS9UkOsjX=
Ag1jks5vECougaJpZM4ZyX3n.gif" height=3D"1" width=3D"1" alt=3D"" /></p>
<script type=3D"application/json" data-scope=3D"inboxmarkup">{"api_versio=
n":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name"=
:"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"=
quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"http=
s://github.githubassets.com/images/email/message_cards/header.png","avata=
r_image_url":"https://github.githubassets.com/images/email/message_cards/=
avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/q=
uicwg/base-drafts"}},"updates":{"snippets":[{"icon":"PERSON","message":"@=
mikkelfj in #2299: I don't disagree. But I'd like to add that non-canonic=
al form should only apply to lengths, not enumerations such as frame head=
ers or error codes, as a general principle. The latter can be inconvenien=
t to process if not predictable and have no benefit of being written non-=
canonical (other than being robust against implementation mistakes)."}],"=
action":{"name":"View Issue","url":"https://github.com/quicwg/base-drafts=
/issues/2299#issuecomment-455073611"}}}</script>
<script type=3D"application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/issues/2299#issuecomment=
-455073611",
"url": "https://github.com/quicwg/base-drafts/issues/2299#issuecomment-45=
5073611",
"name": "View Issue"
},
"description": "View this Issue on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>=

----==_mimepart_5c4032aea7886_62d93fa5988d45b4501bb--


From nobody Thu Jan 17 01:03: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 D964812F1AC for <quic-issues@ietfa.amsl.com>; Thu, 17 Jan 2019 01:03:57 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -12.552
X-Spam-Level: 
X-Spam-Status: No, score=-12.552 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIMWL_WL_HIGH=-4.553, 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_PASS=-0.001] autolearn=ham autolearn_force=no
Authentication-Results: ietfa.amsl.com (amavisd-new); dkim=pass (1024-bit key) header.d=github.com
Received: from mail.ietf.org ([4.31.198.44]) by localhost (ietfa.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id jkCjOHwH6gZy for <quic-issues@ietfa.amsl.com>; Thu, 17 Jan 2019 01:03: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 301A1124B0C for <quic-issues@ietf.org>; Thu, 17 Jan 2019 01:03:56 -0800 (PST)
Date: Thu, 17 Jan 2019 01:03:55 -0800
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1547715835; bh=iPTy9Ul/dIItHr/hPwhinYSojUs3pkM2k5d7Vyi+KvM=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=aJdjgGzwsNE80ZQNOgizYZAAPlAmXqamNMFbkdcEextjWqqbNCU85TZS2jjTS4rwH Q0MtvXzSxhhQZbM0dpQPqPJv6/ci+Iorzua8X50E+7pnuKUfB1Uw2KKlgZt+CNnUOz oT2/jhOKwX1obsxFoXPoYgdbh/SvK57HFCgDLIyg=
From: Magnus Westerlund <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+0166e4ab8adfd3818f8b5b43adae05f8bf8a86f78554a1cf92cf00000001185806fb92a169ce17cd4834@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/issues/2335/455094782@github.com>
In-Reply-To: <quicwg/base-drafts/issues/2335@github.com>
References: <quicwg/base-drafts/issues/2335@github.com>
Subject: Re: [quicwg/base-drafts] Invariants: Unclarity in short headers (#2335)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5c4044fb1bd6_71823fb4f28d45b414334e"; charset=UTF-8
Content-Transfer-Encoding: 7bit
Precedence: list
X-GitHub-Sender: gloinul
X-GitHub-Recipient: quic-issues
X-GitHub-Reason: subscribed
X-Auto-Response-Suppress: All
X-GitHub-Recipient-Address: quic-issues@ietf.org
Archived-At: <https://mailarchive.ietf.org/arch/msg/quic-issues/XLuwaOcbIxMTB6aNGsskeVNrzQE>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
List-Id: Notification list for GitHub issues related to the QUIC WG <quic-issues.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=unsubscribe>
List-Archive: <https://mailarchive.ietf.org/arch/browse/quic-issues/>
List-Post: <mailto:quic-issues@ietf.org>
List-Help: <mailto:quic-issues-request@ietf.org?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, 17 Jan 2019 09:03:58 -0000

----==_mimepart_5c4044fb1bd6_71823fb4f28d45b414334e
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

Ok, the spec is in some sense clear that this can be of arbitary length. However, that this is not required to be consistent with the long header is far from obvious and probably should be explicitly remarked. 

An realization I didn't have before over this design is that a given destination IP address and UDP port that deals with multiple QUIC connections will be foreced to use one commond DCID length across all QUIC connections using that port, otherwise it will have to use prefixes for DCIDs to be able to determine how long the actual DCID field are to enable decoding the header protection. It might have been a misstake to not include an DCID length 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/issues/2335#issuecomment-455094782
----==_mimepart_5c4044fb1bd6_71823fb4f28d45b414334e
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: quoted-printable

<p>Ok, the spec is in some sense clear that this can be of arbitary lengt=
h. However, that this is not required to be consistent with the long head=
er is far from obvious and probably should be explicitly remarked.</p>
<p>An realization I didn't have before over this design is that a given d=
estination IP address and UDP port that deals with multiple QUIC connecti=
ons will be foreced to use one commond DCID length across all QUIC connec=
tions using that port, otherwise it will have to use prefixes for DCIDs t=
o be able to determine how long the actual DCID field are to enable decod=
ing the header protection. It might have been a misstake to not include a=
n DCID length field.</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/2335#issuecomment-455094782">view it on GitHub</a>,=
 or <a href=3D"https://github.com/notifications/unsubscribe-auth/AWbkq3ZL=
iJ9CB4WXBkNYxxwzVZTE4QGHks5vEDx7gaJpZM4aA5Ar">mute the thread</a>.<img sr=
c=3D"https://github.com/notifications/beacon/AWbkqwF9XYoC6x3NGC6M9pGf-StK=
8uOYks5vEDx7gaJpZM4aA5Ar.gif" height=3D"1" width=3D"1" alt=3D"" /></p>
<script type=3D"application/json" data-scope=3D"inboxmarkup">{"api_versio=
n":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name"=
:"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"=
quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"http=
s://github.githubassets.com/images/email/message_cards/header.png","avata=
r_image_url":"https://github.githubassets.com/images/email/message_cards/=
avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/q=
uicwg/base-drafts"}},"updates":{"snippets":[{"icon":"PERSON","message":"@=
gloinul in #2335: Ok, the spec is in some sense clear that this can be of=
 arbitary length. However, that this is not required to be consistent wit=
h the long header is far from obvious and probably should be explicitly r=
emarked. \r\n\r\nAn realization I didn't have before over this design is =
that a given destination IP address and UDP port that deals with multiple=
 QUIC connections will be foreced to use one commond DCID length across a=
ll QUIC connections using that port, otherwise it will have to use prefix=
es for DCIDs to be able to determine how long the actual DCID field are t=
o enable decoding the header protection. It might have been a misstake to=
 not include an DCID length field. "}],"action":{"name":"View Issue","url=
":"https://github.com/quicwg/base-drafts/issues/2335#issuecomment-4550947=
82"}}}</script>
<script type=3D"application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/issues/2335#issuecomment=
-455094782",
"url": "https://github.com/quicwg/base-drafts/issues/2335#issuecomment-45=
5094782",
"name": "View Issue"
},
"description": "View this Issue on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>=

----==_mimepart_5c4044fb1bd6_71823fb4f28d45b414334e--


From nobody Thu Jan 17 01:38: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 D5540130ECA for <quic-issues@ietfa.amsl.com>; Thu, 17 Jan 2019 01:38:08 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -10.935
X-Spam-Level: 
X-Spam-Status: No, score=-10.935 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIMWL_WL_HIGH=-4.553, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, HTML_IMAGE_ONLY_24=1.618, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-1, RCVD_IN_DNSWL_HI=-5, SPF_PASS=-0.001] autolearn=ham autolearn_force=no
Authentication-Results: ietfa.amsl.com (amavisd-new); dkim=pass (1024-bit key) header.d=github.com
Received: from mail.ietf.org ([4.31.198.44]) by localhost (ietfa.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id nl2DwWasWxrB for <quic-issues@ietfa.amsl.com>; Thu, 17 Jan 2019 01:38: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 0A747130EC2 for <quic-issues@ietf.org>; Thu, 17 Jan 2019 01:38:07 -0800 (PST)
Date: Thu, 17 Jan 2019 01:38:05 -0800
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1547717885; bh=dTHBPp8goYjUyXuml7CsKjK+tOVF6RHPeeqM6gOWthE=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=c9iqAcMoM/Zel2rhYOfJ5Q6W7hr2XHDzYkBiALQYz30XlhWF3DjxZp9ebudu3Vz/z q8tA+3XsXATR/jy7tK81qwMGUnXYLFp/cZnxKZ5zd/kKm+0LddjUZKXJnhHcfCzcsr ACniucpa+yd0vpE0hM0+QIt4wydIOcpC4jR6qui0=
From: ianswett <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+0166e4abc73ddf8e0b198f4201fbfb060d08bccacfd9eb8292cf0000000118580efd92a169ce174638d4@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/issues/2135/455105747@github.com>
In-Reply-To: <quicwg/base-drafts/issues/2135@github.com>
References: <quicwg/base-drafts/issues/2135@github.com>
Subject: Re: [quicwg/base-drafts] How many datagrams can a client send prior to validating the path? (#2135)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5c404cfde2d0c_22f53f8d51cd45c42933bb"; 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/RHUjmmlHrxjfq1nfaCZbytr8Rq4>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
List-Id: Notification list for GitHub issues related to the QUIC WG <quic-issues.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=unsubscribe>
List-Archive: <https://mailarchive.ietf.org/arch/browse/quic-issues/>
List-Post: <mailto:quic-issues@ietf.org>
List-Help: <mailto:quic-issues-request@ietf.org?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, 17 Jan 2019 09:38:09 -0000

----==_mimepart_5c404cfde2d0c_22f53f8d51cd45c42933bb
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

Thanks for the PR.  I'm not against clarification, I'm just not sure what to write and I'd like to close this before Tokyo if we can.  Taking a look at the PR 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/2135#issuecomment-455105747
----==_mimepart_5c404cfde2d0c_22f53f8d51cd45c42933bb
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

<p>Thanks for the PR.  I'm not against clarification, I'm just not sure what to write and I'd like to close this before Tokyo if we can.  Taking a look at the PR 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/2135#issuecomment-455105747">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AWbkqxkpQ3yaYMsGVLG63rDhuJuVM1PMks5vEER9gaJpZM4ZQv8P">mute the thread</a>.<img src="https://github.com/notifications/beacon/AWbkqz22r6EbwODHTpkIhMN_mW8RNh7Sks5vEER9gaJpZM4ZQv8P.gif" height="1" width="1" alt="" /></p>
<script type="application/json" data-scope="inboxmarkup">{"api_version":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name":"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"https://github.githubassets.com/images/email/message_cards/header.png","avatar_image_url":"https://github.githubassets.com/images/email/message_cards/avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/quicwg/base-drafts"}},"updates":{"snippets":[{"icon":"PERSON","message":"@ianswett in #2135: Thanks for the PR.  I'm not against clarification, I'm just not sure what to write and I'd like to close this before Tokyo if we can.  Taking a look at the PR now."}],"action":{"name":"View Issue","url":"https://github.com/quicwg/base-drafts/issues/2135#issuecomment-455105747"}}}</script>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/issues/2135#issuecomment-455105747",
"url": "https://github.com/quicwg/base-drafts/issues/2135#issuecomment-455105747",
"name": "View Issue"
},
"description": "View this Issue on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>
----==_mimepart_5c404cfde2d0c_22f53f8d51cd45c42933bb--


From nobody Thu Jan 17 01:43:26 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 486BE130EC2 for <quic-issues@ietfa.amsl.com>; Thu, 17 Jan 2019 01:43:25 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -6.149
X-Spam-Level: 
X-Spam-Status: No, score=-6.149 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIMWL_WL_HIGH=-4.553, 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_PASS=-0.001] autolearn=ham autolearn_force=no
Authentication-Results: ietfa.amsl.com (amavisd-new); dkim=pass (1024-bit key) header.d=github.com
Received: from mail.ietf.org ([4.31.198.44]) by localhost (ietfa.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id JPNsisrFuzCV for <quic-issues@ietfa.amsl.com>; Thu, 17 Jan 2019 01:43:23 -0800 (PST)
Received: from o7.sgmail.github.com (o7.sgmail.github.com [167.89.101.198]) (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 8D38B130DFA for <quic-issues@ietf.org>; Thu, 17 Jan 2019 01:43:23 -0800 (PST)
DKIM-Signature: v=1; a=rsa-sha1; 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=03SvteCWONpFBZh0wXtnnDRv474=; b=Je7TYGTSmCyjBR6J bduB97ExkO+tv5PUYOF5Wj7wsHAgJAs0VxSXSKSq0szKcC5LetVLtt46G54ru7kp +IDrIGOeBYg+QkgRkrUZ7KCdS3Ox1zn9P74JGh5DOUh7JIq3LFY8pGfUx/TvLLvV ulGxPZeCj8Ojvd3VEnpmlzmUrdY=
Received: by filter1573p1mdw1.sendgrid.net with SMTP id filter1573p1mdw1-28830-5C404E3A-9 2019-01-17 09:43:22.474250768 +0000 UTC m=+205876.910640976
Received: from github-lowworker-1ffe0ab.cp1-iad.github.net (unknown [192.30.252.38]) by ismtpd0046p1iad1.sendgrid.net (SG) with ESMTP id uvw1ib5uQe-WGzxFcNLdsg for <quic-issues@ietf.org>; Thu, 17 Jan 2019 09:43:22.434 +0000 (UTC)
Received: from github.com (localhost [127.0.0.1]) by github-lowworker-1ffe0ab.cp1-iad.github.net (Postfix) with ESMTP id 66042380B18 for <quic-issues@ietf.org>; Thu, 17 Jan 2019 01:43:22 -0800 (PST)
Date: Thu, 17 Jan 2019 09:43:22 +0000 (UTC)
From: ianswett <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+0166e4ab8cb8c76ec64e755277feed07851e3eaf7b22f88192cf000000011858103a92a169ce17d8f804@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/pull/2341/review/193532676@github.com>
In-Reply-To: <quicwg/base-drafts/pull/2341@github.com>
References: <quicwg/base-drafts/pull/2341@github.com>
Subject: Re: [quicwg/base-drafts] clarify that INITCWND caps amount of data sent to a server before address validation (#2341)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5c404e3a64336_14d63f8b00ed45c066558a"; 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
X-SG-EID: l64QuQ2uJCcEyUykJbxN122A6QRmEpucztpreh3Pak2Spo1eEL2fBX2qHr9XpFjz2/bOZL2OZenO9G ixU6w8Fx94WnHOzU8ecqa3GjSuiyAjeg+/KaL4RKyT7qv/kqx8v/LKeZqlLIKwXiFGEIOrtlzcUYMd +huSth17B8TgudcrwPydCPBQ8VMBNanDI4O5Sh4sTvUYsJO+tBtigEz+NA==
Archived-At: <https://mailarchive.ietf.org/arch/msg/quic-issues/3uyhVBR8m2VIFvunWvemTxRkQ1A>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
List-Id: Notification list for GitHub issues related to the QUIC WG <quic-issues.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=unsubscribe>
List-Archive: <https://mailarchive.ietf.org/arch/browse/quic-issues/>
List-Post: <mailto:quic-issues@ietf.org>
List-Help: <mailto:quic-issues-request@ietf.org?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, 17 Jan 2019 09:43:25 -0000

----==_mimepart_5c404e3a64336_14d63f8b00ed45c066558a
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

ianswett commented on this pull request.



> @@ -1579,6 +1579,10 @@ the client during connection establishment with a Retry packet (see
 {{validate-retry}}) or in a previous connection using the NEW_TOKEN frame (see
 {{validate-future}}).
 
+The amount that servers are permitted to send is also constrained by the limit

Suggestion: "In addition to sending limits imposed prior to address validation, servers are also constrained in what they can send by the limits set by the congestion avoidance algorithm.  Clients are only constrained by the congestion avoidance algorithm."

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/quicwg/base-drafts/pull/2341#pullrequestreview-193532676
----==_mimepart_5c404e3a64336_14d63f8b00ed45c066558a
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/2341#discussion_r248598975">draft-ietf-quic-transport.md</a>:</p>
<pre style='color:#555'>&gt; @@ -1579,6 +1579,10 @@ the client during connection establishment with a Retry packet (see
 {{validate-retry}}) or in a previous connection using the NEW_TOKEN frame (see
 {{validate-future}}).
 
+The amount that servers are permitted to send is also constrained by the limit
</pre>
<p>Suggestion: "In addition to sending limits imposed prior to address validation, servers are also constrained in what they can send by the limits set by the congestion avoidance algorithm.  Clients are only constrained by the congestion avoidance algorithm."</p>

<p style="font-size:small;-webkit-text-size-adjust:none;color:#666;">&mdash;<br />You are receiving this because you are subscribed to this thread.<br />Reply to this email directly, <a href="https://github.com/quicwg/base-drafts/pull/2341#pullrequestreview-193532676">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AWbkq_BKtbdGj7jFMJPH66JuX1YEWPsjks5vEEW6gaJpZM4aEY8S">mute the thread</a>.<img src="https://github.com/notifications/beacon/AWbkq8FXTOnFb03d51MTt8sf0p9m4yeqks5vEEW6gaJpZM4aEY8S.gif" height="1" width="1" alt="" /></p>
<script type="application/json" data-scope="inboxmarkup">{"api_version":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name":"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"https://github.githubassets.com/images/email/message_cards/header.png","avatar_image_url":"https://github.githubassets.com/images/email/message_cards/avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/quicwg/base-drafts"}},"updates":{"snippets":[{"icon":"PERSON","message":"@ianswett commented on #2341"}],"action":{"name":"View Pull Request","url":"https://github.com/quicwg/base-drafts/pull/2341#pullrequestreview-193532676"}}}</script>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/pull/2341#pullrequestreview-193532676",
"url": "https://github.com/quicwg/base-drafts/pull/2341#pullrequestreview-193532676",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>
----==_mimepart_5c404e3a64336_14d63f8b00ed45c066558a--


From nobody Thu Jan 17 01:46: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 B0B8A130DCD for <quic-issues@ietfa.amsl.com>; Thu, 17 Jan 2019 01:46:53 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -11.149
X-Spam-Level: 
X-Spam-Status: No, score=-11.149 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIMWL_WL_HIGH=-4.553, 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_PASS=-0.001] autolearn=ham autolearn_force=no
Authentication-Results: ietfa.amsl.com (amavisd-new); dkim=pass (1024-bit key) header.d=github.com
Received: from mail.ietf.org ([4.31.198.44]) by localhost (ietfa.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id YS4Yhy_kGznF for <quic-issues@ietfa.amsl.com>; Thu, 17 Jan 2019 01:46:52 -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 03CD6130DFA for <quic-issues@ietf.org>; Thu, 17 Jan 2019 01:46:52 -0800 (PST)
Date: Thu, 17 Jan 2019 01:46:50 -0800
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1547718410; bh=n1mpOrsNh2U+9udpCnB8ZCG0NDGFuhrypVGum1n7hYk=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=Ifvc9KfGFdvcuvTHeWZtIodEpMGxIUeFxRNm+0Ut8fPWnky8TCc0aTZvwZEj0V/fa XlOEMca2zqHisUaycEKS/L+MTB21b/JeY3LDmXs1Nkk8qYpuBiLPori7jF8/lg/rtx J9W/hFWgimeN4NyN0bWRxi85g16QArFiAoYMeEZ4=
From: ianswett <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+0166e4aba69a333d671568ab4bb436827fba52064f400aea92cf000000011858110a92a169ce17d8cc13@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/pull/2340/review/193534236@github.com>
In-Reply-To: <quicwg/base-drafts/pull/2340@github.com>
References: <quicwg/base-drafts/pull/2340@github.com>
Subject: Re: [quicwg/base-drafts] Add note about frequent RTT estimates (#2340)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5c404f0addaeb_2e113fa7906d45bc24251c"; 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/bIDyWPymqYArpTT2W1oXNLcDUfg>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
List-Id: Notification list for GitHub issues related to the QUIC WG <quic-issues.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=unsubscribe>
List-Archive: <https://mailarchive.ietf.org/arch/browse/quic-issues/>
List-Post: <mailto:quic-issues@ietf.org>
List-Help: <mailto:quic-issues-request@ietf.org?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, 17 Jan 2019 09:46:54 -0000

----==_mimepart_5c404f0addaeb_2e113fa7906d45bc24251c
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

ianswett commented on this pull request.



> @@ -292,6 +292,10 @@ ack delay field should be ignored.
 Like TCP, QUIC calculates both smoothed RTT and RTT variance similar to those
 specified in {{?RFC6298}}.
 
+A sender might take multiple samples per RTT, and as suggested in {{?RFC6298}},

```suggestion
Taking a sample from every ACK with a larger largest acked is likely to cause a sender to take multiple samples per RTT, and as suggested in {{?RFC6298}},
```

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/quicwg/base-drafts/pull/2340#pullrequestreview-193534236
----==_mimepart_5c404f0addaeb_2e113fa7906d45bc24251c
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/2340#discussi=
on_r248600261">draft-ietf-quic-recovery.md</a>:</p>=0D
<pre style=3D'color:#555'>&gt; @@ -292,6 +292,10 @@ ack delay field shoul=
d be ignored.=0D
 Like TCP, QUIC calculates both smoothed RTT and RTT variance similar to =
those=0D
 specified in {{?RFC6298}}.=0D
 =0D
+A sender might take multiple samples per RTT, and as suggested in {{?RFC=
6298}},=0D
</pre>=0D
=E2=AC=87=EF=B8=8F Suggested change=0D
<pre style=3D"color: #555">-A sender might take multiple samples per RTT,=
 and as suggested in {{?RFC6298}},=0D
+Taking a sample from every ACK with a larger largest acked is likely to =
cause a sender to take multiple samples per RTT, and as suggested in {{?R=
FC6298}},=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/2340#pullrequestreview-193534236">view it on GitHub</=
a>, or <a href=3D"https://github.com/notifications/unsubscribe-auth/AWbkq=
453SVKdTLjhHSTJVbakoXxdECl4ks5vEEaKgaJpZM4aEVlj">mute the thread</a>.<img=
 src=3D"https://github.com/notifications/beacon/AWbkq6mGsn74YfS8nk34oV4ZH=
_PhvAkRks5vEEaKgaJpZM4aEVlj.gif" height=3D"1" width=3D"1" alt=3D"" /></p>=
=0D
<script type=3D"application/json" data-scope=3D"inboxmarkup">{"api_versio=
n":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name"=
:"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"=
quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"http=
s://github.githubassets.com/images/email/message_cards/header.png","avata=
r_image_url":"https://github.githubassets.com/images/email/message_cards/=
avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/q=
uicwg/base-drafts"}},"updates":{"snippets":[{"icon":"PERSON","message":"@=
ianswett commented on #2340"}],"action":{"name":"View Pull Request","url"=
:"https://github.com/quicwg/base-drafts/pull/2340#pullrequestreview-19353=
4236"}}}</script>=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/2340#pullrequestrev=
iew-193534236",=0D
"url": "https://github.com/quicwg/base-drafts/pull/2340#pullrequestreview=
-193534236",=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_5c404f0addaeb_2e113fa7906d45bc24251c--


From nobody Thu Jan 17 01:47:51 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 25EE2130E00 for <quic-issues@ietfa.amsl.com>; Thu, 17 Jan 2019 01:47:49 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -6.007
X-Spam-Level: 
X-Spam-Status: No, score=-6.007 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIMWL_WL_HIGH=-4.553, DKIM_SIGNED=0.1, DKIM_VALID=-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_PASS=-0.001] autolearn=ham autolearn_force=no
Authentication-Results: ietfa.amsl.com (amavisd-new); dkim=pass (1024-bit key) header.d=github.com
Received: from mail.ietf.org ([4.31.198.44]) by localhost (ietfa.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id mUwl3AzIh7gn for <quic-issues@ietfa.amsl.com>; Thu, 17 Jan 2019 01:47:47 -0800 (PST)
Received: from o10.sgmail.github.com (o10.sgmail.github.com [167.89.101.201]) (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 6BD7E130DCD for <quic-issues@ietf.org>; Thu, 17 Jan 2019 01:47:47 -0800 (PST)
DKIM-Signature: v=1; a=rsa-sha1; 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=SisBcFmUtVNi50mb7Lx4eo3qiL0=; b=N0P1L8iHhzN+xvwO XELZ5OW+cFybml7DPy5bzq+XiaI4lyi4F7xb0GL2U9oJsH4fZ+3z7e+x6CD4fTqX OUyQlK2P2R+rELYRZXcTlQq2sae4DfLDZYkgGy9jZd8nGkZlRdJtMWH5Az+vi1ZR hrn71Mjw/b8IIjj09O49d2Lbxm8=
Received: by filter0010p1iad2.sendgrid.net with SMTP id filter0010p1iad2-5120-5C404F41-6 2019-01-17 09:47:46.0178057 +0000 UTC m=+38026.108364031
Received: from github-lowworker-97d0962.cp1-iad.github.net (unknown [192.30.252.41]) by ismtpd0001p1iad1.sendgrid.net (SG) with ESMTP id n7Ed2zeaQ5Slb5jLvE5SrQ for <quic-issues@ietf.org>; Thu, 17 Jan 2019 09:47:46.015 +0000 (UTC)
Received: from github.com (localhost [127.0.0.1]) by github-lowworker-97d0962.cp1-iad.github.net (Postfix) with ESMTP id 01C0480F1F for <quic-issues@ietf.org>; Thu, 17 Jan 2019 01:47:46 -0800 (PST)
Date: Thu, 17 Jan 2019 09:47:46 +0000 (UTC)
From: ianswett <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+0166e4ab6f6915dfef93508adfc3d49d87390b6a3c4da36c92cf000000011858114192a169ce17d8cc13@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/pull/2340/review/193534640@github.com>
In-Reply-To: <quicwg/base-drafts/pull/2340@github.com>
References: <quicwg/base-drafts/pull/2340@github.com>
Subject: Re: [quicwg/base-drafts] Add note about frequent RTT estimates (#2340)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5c404f41f3e48_717e3fb4f28d45b4315571"; 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
X-SG-EID: l64QuQ2uJCcEyUykJbxN122A6QRmEpucztpreh3Pak0o0cAwuS9ssDNa4Ag6sX99ZIdsmXVeTkRX4/ EKjavBrhYJjgQWbk6WORGLJvg4urr1j6RCz3mEWaDMDOBFW8fcZD4wsPrJWnvq5M8OMYqyK5/STCu/ EJfyOt1ckC8lEFft95AFYpcIk7SiGp1yQXoXs8zoTeyzY2ZpFDFA346PVg==
Archived-At: <https://mailarchive.ietf.org/arch/msg/quic-issues/snqoZaeqCXXR-3_t8x7iVA_25Rw>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
List-Id: Notification list for GitHub issues related to the QUIC WG <quic-issues.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=unsubscribe>
List-Archive: <https://mailarchive.ietf.org/arch/browse/quic-issues/>
List-Post: <mailto:quic-issues@ietf.org>
List-Help: <mailto:quic-issues-request@ietf.org?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, 17 Jan 2019 09:47:49 -0000

----==_mimepart_5c404f41f3e48_717e3fb4f28d45b4315571
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

ianswett commented on this pull request.

Suggestion on the text, but I'm happy with the addition.



-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/quicwg/base-drafts/pull/2340#pullrequestreview-193534640
----==_mimepart_5c404f41f3e48_717e3fb4f28d45b4315571
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

<p><b>@ianswett</b> commented on this pull request.</p>

<p>Suggestion on the text, but I'm happy with the addition.</p>

<p style="font-size:small;-webkit-text-size-adjust:none;color:#666;">&mdash;<br />You are receiving this because you are subscribed to this thread.<br />Reply to this email directly, <a href="https://github.com/quicwg/base-drafts/pull/2340#pullrequestreview-193534640">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AWbkq0wMPw_2x7yHHmrVITEf31PRVakrks5vEEbBgaJpZM4aEVlj">mute the thread</a>.<img src="https://github.com/notifications/beacon/AWbkqwkXrXHZQLWMJhbz_E2wkLPfpAT0ks5vEEbBgaJpZM4aEVlj.gif" height="1" width="1" alt="" /></p>
<script type="application/json" data-scope="inboxmarkup">{"api_version":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name":"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"https://github.githubassets.com/images/email/message_cards/header.png","avatar_image_url":"https://github.githubassets.com/images/email/message_cards/avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/quicwg/base-drafts"}},"updates":{"snippets":[{"icon":"PERSON","message":"@ianswett commented on #2340"}],"action":{"name":"View Pull Request","url":"https://github.com/quicwg/base-drafts/pull/2340#pullrequestreview-193534640"}}}</script>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/pull/2340#pullrequestreview-193534640",
"url": "https://github.com/quicwg/base-drafts/pull/2340#pullrequestreview-193534640",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>
----==_mimepart_5c404f41f3e48_717e3fb4f28d45b4315571--


From nobody Thu Jan 17 08:15: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 CB8A8130E8E for <quic-issues@ietfa.amsl.com>; Thu, 17 Jan 2019 08:15:10 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -6.007
X-Spam-Level: 
X-Spam-Status: No, score=-6.007 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIMWL_WL_HIGH=-4.553, DKIM_SIGNED=0.1, DKIM_VALID=-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_PASS=-0.001] autolearn=ham autolearn_force=no
Authentication-Results: ietfa.amsl.com (amavisd-new); dkim=pass (1024-bit key) header.d=github.com
Received: from mail.ietf.org ([4.31.198.44]) by localhost (ietfa.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id atR7Hu7jf7yL for <quic-issues@ietfa.amsl.com>; Thu, 17 Jan 2019 08:15:04 -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 67A16130E8D for <quic-issues@ietf.org>; Thu, 17 Jan 2019 08:15:04 -0800 (PST)
DKIM-Signature: v=1; a=rsa-sha1; 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=wIbNMil9g/Hw9CINjJi04/6jJWM=; b=gF7BFICwDZQD4mnK jLvrX1+BA1NiLtmcZIrcd2E7N+gwZTx/ALlglZC3Y5YsEJrLfOFvcGrEsENnEteL 8cuerdQC2uu3P/TAepxShZFOUB3JucBDnAYe02dw2AWHPRXVKKgYvx/izkRsy3du ls76QqgeCethnx39mQJMPQQBdfY=
Received: by filter1338p1mdw1.sendgrid.net with SMTP id filter1338p1mdw1-20604-5C40AA07-A 2019-01-17 16:15:03.150709529 +0000 UTC m=+228640.835852579
Received: from github-lowworker-97d0962.cp1-iad.github.net (unknown [192.30.252.41]) by ismtpd0010p1iad2.sendgrid.net (SG) with ESMTP id a4XM3o4XQnehSsGGiLPy7A for <quic-issues@ietf.org>; Thu, 17 Jan 2019 16:15:03.167 +0000 (UTC)
Received: from github.com (localhost [127.0.0.1]) by github-lowworker-97d0962.cp1-iad.github.net (Postfix) with ESMTP id 1A96A8031B for <quic-issues@ietf.org>; Thu, 17 Jan 2019 08:15:03 -0800 (PST)
Date: Thu, 17 Jan 2019 16:15:03 +0000 (UTC)
From: MikkelFJ <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+0166e4ab6aac09f6bfbc21bfefe5c1eb927e5631adc89e3192cf0000000118586c0792a169ce17cd4834@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/issues/2335/455231263@github.com>
In-Reply-To: <quicwg/base-drafts/issues/2335@github.com>
References: <quicwg/base-drafts/issues/2335@github.com>
Subject: Re: [quicwg/base-drafts] Invariants: Unclarity in short headers (#2335)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5c40aa071950b_26c53fb92ded45c45013d"; 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
X-SG-EID: l64QuQ2uJCcEyUykJbxN122A6QRmEpucztpreh3Pak2nN5pXTUej0vpVZMgD7eesVmalHro8JSkvhA 10GCioQPdcy2ngsZaHLgWyI1jCgtHt395Kx4zD3Xs4Ik4jGGp3cXKV0mvx6rHFLuC8m+pTBSDDcrHI eB+fbjUHeRgvjrRarprwR1fJH4XUEo4i316J6XO0YF3XA8hFKOvFjGQIcA==
Archived-At: <https://mailarchive.ietf.org/arch/msg/quic-issues/PrP6GjHtgfv4cgYBJu-NPR1u0VU>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
List-Id: Notification list for GitHub issues related to the QUIC WG <quic-issues.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=unsubscribe>
List-Archive: <https://mailarchive.ietf.org/arch/browse/quic-issues/>
List-Post: <mailto:quic-issues@ietf.org>
List-Help: <mailto:quic-issues-request@ietf.org?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, 17 Jan 2019 16:15:11 -0000

----==_mimepart_5c40aa071950b_26c53fb92ded45c45013d
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

The endpoint can decide on its own DCID length encoding, so that is 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/issues/2335#issuecomment-455231263
----==_mimepart_5c40aa071950b_26c53fb92ded45c45013d
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

<p>The endpoint can decide on its own DCID length encoding, so that is 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/issues/2335#issuecomment-455231263">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AWbkq41j4EVQZxXZk2WJyevZqODzejo9ks5vEKGHgaJpZM4aA5Ar">mute the thread</a>.<img src="https://github.com/notifications/beacon/AWbkq3C7UE9rCMfh-Oc5E2RlxUj0bK2yks5vEKGHgaJpZM4aA5Ar.gif" height="1" width="1" alt="" /></p>
<script type="application/json" data-scope="inboxmarkup">{"api_version":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name":"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"https://github.githubassets.com/images/email/message_cards/header.png","avatar_image_url":"https://github.githubassets.com/images/email/message_cards/avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/quicwg/base-drafts"}},"updates":{"snippets":[{"icon":"PERSON","message":"@mikkelfj in #2335: The endpoint can decide on its own DCID length encoding, so that is fine."}],"action":{"name":"View Issue","url":"https://github.com/quicwg/base-drafts/issues/2335#issuecomment-455231263"}}}</script>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/issues/2335#issuecomment-455231263",
"url": "https://github.com/quicwg/base-drafts/issues/2335#issuecomment-455231263",
"name": "View Issue"
},
"description": "View this Issue on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>
----==_mimepart_5c40aa071950b_26c53fb92ded45c45013d--


From nobody Thu Jan 17 09: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 76727130ECD for <quic-issues@ietfa.amsl.com>; Thu, 17 Jan 2019 09:41:36 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -10.935
X-Spam-Level: 
X-Spam-Status: No, score=-10.935 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIMWL_WL_HIGH=-4.553, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, HTML_IMAGE_ONLY_24=1.618, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-1, RCVD_IN_DNSWL_HI=-5, SPF_PASS=-0.001] autolearn=ham autolearn_force=no
Authentication-Results: ietfa.amsl.com (amavisd-new); dkim=pass (1024-bit key) header.d=github.com
Received: from mail.ietf.org ([4.31.198.44]) by localhost (ietfa.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 2NYK0LfsNxtm for <quic-issues@ietfa.amsl.com>; Thu, 17 Jan 2019 09:41:33 -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 AECE6130EB5 for <quic-issues@ietf.org>; Thu, 17 Jan 2019 09:41:33 -0800 (PST)
Date: Thu, 17 Jan 2019 09:41:32 -0800
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1547746892; bh=fMu6RnSNmF1ZrT1QtlZCNpnLTqMNXbsg90rRZmCrij8=; h=Date:From:Reply-To:To:Cc:Subject:List-ID:List-Archive:List-Post: List-Unsubscribe:From; b=VtBxD19BAA4nSasP1MMbdZeRuntgEGDdsZEJ0mRB73wvnioGtXw1tBKrfDtoRFOdO 2VY/0g9DVIKWFfP6ETEwexgrlZJ5gphvlDbBv8Ogie5EcfYjbEKZF9AH0+zjdRrBxZ XSHS2/xCmJSPV1JhTRuDzxN3cWRJDzam5g58+69U=
From: Igor Lubashev <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+0166e4abdb756c794a6236a3dfa2ea36b280a8d7df697fad92cf000000011858804c92a169ce17dd73ed@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/issues/2342@github.com>
Subject: [quicwg/base-drafts] Spoofed connection migration as a DoS vector (#2342)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5c40be4c5ddee_525f3fe9664d45c488869"; 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/aelR9immRzWzNhn-RDsMDC_O2RI>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
List-Id: Notification list for GitHub issues related to the QUIC WG <quic-issues.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=unsubscribe>
List-Archive: <https://mailarchive.ietf.org/arch/browse/quic-issues/>
List-Post: <mailto:quic-issues@ietf.org>
List-Help: <mailto:quic-issues-request@ietf.org?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, 17 Jan 2019 17:41:37 -0000

----==_mimepart_5c40be4c5ddee_525f3fe9664d45c488869
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

Section 9 "Connection Migration" has this text:

> An endpoint which has sent this [disable_migration] transport parameter, but detects that a peer has nonetheless migrated to a different network MAY treat this as a connection error of type INVALID_MIGRATION.

How can an endpoint distinguish "a peer has nonetheless migrated to a different network" vs "an off-path attacker has resent/raced a packet from a different IP"?  An insidious attacker can actually own the new IP and proxy packets with PATH_CHALLENGE and resend packets with PATH_CHALLENGE_RESPONSE from its IP.

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/quicwg/base-drafts/issues/2342
----==_mimepart_5c40be4c5ddee_525f3fe9664d45c488869
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

<p>Section 9 "Connection Migration" has this text:</p>
<blockquote>
<p>An endpoint which has sent this [disable_migration] transport parameter, but detects that a peer has nonetheless migrated to a different network MAY treat this as a connection error of type INVALID_MIGRATION.</p>
</blockquote>
<p>How can an endpoint distinguish "a peer has nonetheless migrated to a different network" vs "an off-path attacker has resent/raced a packet from a different IP"?  An insidious attacker can actually own the new IP and proxy packets with PATH_CHALLENGE and resend packets with PATH_CHALLENGE_RESPONSE from its IP.</p>

<p style="font-size:small;-webkit-text-size-adjust:none;color:#666;">&mdash;<br />You are receiving this because you are subscribed to this thread.<br />Reply to this email directly, <a href="https://github.com/quicwg/base-drafts/issues/2342">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AWbkq6h3ReVwHckJmsyVByg1qeYsS4tHks5vELXMgaJpZM4aGZ__">mute the thread</a>.<img src="https://github.com/notifications/beacon/AWbkq565vCc9eLB85xnDQuJKRTg3ZJf1ks5vELXMgaJpZM4aGZ__.gif" height="1" width="1" alt="" /></p>
<script type="application/json" data-scope="inboxmarkup">{"api_version":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name":"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"https://github.githubassets.com/images/email/message_cards/header.png","avatar_image_url":"https://github.githubassets.com/images/email/message_cards/avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/quicwg/base-drafts"}},"updates":{"snippets":[{"icon":"DESCRIPTION","message":"Spoofed connection migration as a DoS vector (#2342)"}],"action":{"name":"View Issue","url":"https://github.com/quicwg/base-drafts/issues/2342"}}}</script>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/issues/2342",
"url": "https://github.com/quicwg/base-drafts/issues/2342",
"name": "View Issue"
},
"description": "View this Issue on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>
----==_mimepart_5c40be4c5ddee_525f3fe9664d45c488869--


From nobody Thu Jan 17 11:56:32 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 D7555130FF0 for <quic-issues@ietfa.amsl.com>; Thu, 17 Jan 2019 11:56:25 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -5.935
X-Spam-Level: 
X-Spam-Status: No, score=-5.935 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIMWL_WL_HIGH=-4.553, DKIM_SIGNED=0.1, DKIM_VALID=-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_PASS=-0.001] autolearn=ham autolearn_force=no
Authentication-Results: ietfa.amsl.com (amavisd-new); dkim=pass (1024-bit key) header.d=github.com
Received: from mail.ietf.org ([4.31.198.44]) by localhost (ietfa.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 0c4Kb6BHpwWo for <quic-issues@ietfa.amsl.com>; Thu, 17 Jan 2019 11:56:23 -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 BC45313101B for <quic-issues@ietf.org>; Thu, 17 Jan 2019 11:56:22 -0800 (PST)
DKIM-Signature: v=1; a=rsa-sha1; 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=lZguYaf8eNqk7yw0FZ6wCj+Gn0Y=; b=o0W2BOBuF1OTpjl7 Dd3B9JlPbWuDn0sQSHNfG6igFRUtsSHLF098QZpfJqX3IMZ3t4g/OwmVzV1+K0iD 1bGnPW6XRszQc6Byfoq7Rt38ZOS88ikmmkUpk9MjZyy3UUONBIXWeaodBQYabiPs /GmCNo1fWkQMVsffxK+oFHF01iw=
Received: by filter1568p1mdw1.sendgrid.net with SMTP id filter1568p1mdw1-14935-5C40DDE0-22 2019-01-17 19:56:16.965618156 +0000 UTC m=+233586.852472584
Received: from github-lowworker-b40b5a4.cp1-iad.github.net (unknown [192.30.252.36]) by ismtpd0004p1iad2.sendgrid.net (SG) with ESMTP id BJHFb8w9TZ6rbIugOAWR9Q for <quic-issues@ietf.org>; Thu, 17 Jan 2019 19:56:16.928 +0000 (UTC)
Received: from github.com (localhost [127.0.0.1]) by github-lowworker-b40b5a4.cp1-iad.github.net (Postfix) with ESMTP id E53F23E007C for <quic-issues@ietf.org>; Thu, 17 Jan 2019 11:56:16 -0800 (PST)
Date: Thu, 17 Jan 2019 19:56:17 +0000 (UTC)
From: ianswett <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+0166e4ab35d829e562b348d096882237045786b1d219bd7592cf0000000118589fe092a169ce1784eaec@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/issues/2267/455310438@github.com>
In-Reply-To: <quicwg/base-drafts/issues/2267@github.com>
References: <quicwg/base-drafts/issues/2267@github.com>
Subject: Re: [quicwg/base-drafts] loss of only two packets can lead to an unrecoverable situation (#2267)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5c40dde0e3e0c_5a5a3faec28d45b8954cd"; 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
X-SG-EID: l64QuQ2uJCcEyUykJbxN122A6QRmEpucztpreh3Pak17Ws2eeMUoJWLPCrQjN/AsbjDDZgevQfwvDW T81HKg/iVMbWFIam/kavy8K6PqMq+axUtUJr2Zi3av9iT6ekV3Giu2bsgVeQ3DDZ212Qgz1uhARSoC +6Jy8DMiUldrqns0wXj1Ox7kvTneul72tfc8YOQbbOskP7fFgeYtWdUj294ou9kUlAt6AteRE+j8l6 s=
Archived-At: <https://mailarchive.ietf.org/arch/msg/quic-issues/1GzOFbjo4RiT-qvu9aYSE5SH2k0>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
List-Id: Notification list for GitHub issues related to the QUIC WG <quic-issues.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=unsubscribe>
List-Archive: <https://mailarchive.ietf.org/arch/browse/quic-issues/>
List-Post: <mailto:quic-issues@ietf.org>
List-Help: <mailto:quic-issues-request@ietf.org?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, 17 Jan 2019 19:56:31 -0000

----==_mimepart_5c40dde0e3e0c_5a5a3faec28d45b8954cd
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

@kazuho I believe in the case Marten is concerned about "After all CRYPTO frames for a given encryption level have been sent " is not true, because the acknowledgements are not 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/issues/2267#issuecomment-455310438
----==_mimepart_5c40dde0e3e0c_5a5a3faec28d45b8954cd
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 believe in the case Marten is concerned about "After all CRYPTO frames for a given encryption level have been sent " is not true, because the acknowledgements are not 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/issues/2267#issuecomment-455310438">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AWbkq2J_0N5MQ0SpkOje2yVYx0FgyQGaks5vENVggaJpZM4ZjodA">mute the thread</a>.<img src="https://github.com/notifications/beacon/AWbkq-NAP3j3xrEVtjMg6Sr65XFiWQbHks5vENVggaJpZM4ZjodA.gif" height="1" width="1" alt="" /></p>
<script type="application/json" data-scope="inboxmarkup">{"api_version":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name":"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"https://github.githubassets.com/images/email/message_cards/header.png","avatar_image_url":"https://github.githubassets.com/images/email/message_cards/avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/quicwg/base-drafts"}},"updates":{"snippets":[{"icon":"PERSON","message":"@ianswett in #2267: @kazuho I believe in the case Marten is concerned about \"After all CRYPTO frames for a given encryption level have been sent \" is not true, because the acknowledgements are not received?"}],"action":{"name":"View Issue","url":"https://github.com/quicwg/base-drafts/issues/2267#issuecomment-455310438"}}}</script>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/issues/2267#issuecomment-455310438",
"url": "https://github.com/quicwg/base-drafts/issues/2267#issuecomment-455310438",
"name": "View Issue"
},
"description": "View this Issue on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>
----==_mimepart_5c40dde0e3e0c_5a5a3faec28d45b8954cd--


From nobody Thu Jan 17 11:58: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 A5DBC130F75 for <quic-issues@ietfa.amsl.com>; Thu, 17 Jan 2019 11:58:16 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -11.149
X-Spam-Level: 
X-Spam-Status: No, score=-11.149 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIMWL_WL_HIGH=-4.553, 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_PASS=-0.001] autolearn=ham autolearn_force=no
Authentication-Results: ietfa.amsl.com (amavisd-new); dkim=pass (1024-bit key) header.d=github.com
Received: from mail.ietf.org ([4.31.198.44]) by localhost (ietfa.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id G179OBdI7xFG for <quic-issues@ietfa.amsl.com>; Thu, 17 Jan 2019 11:58: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 B6D52130F5B for <quic-issues@ietf.org>; Thu, 17 Jan 2019 11:58:14 -0800 (PST)
Date: Thu, 17 Jan 2019 11:58:13 -0800
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1547755093; bh=j7O0kjOPMaEX41FNlLkTPMcRGK0Bc5GFZBE0rZXB/go=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=wH+27AbTCzVbVJrtCQUcvFWudR572amzoAGMg8WI5CY1TC9zZBtBrnyOyfqmuctp6 0RP/DFD80VAAVJIBPLRtiYEf4elLcd2zmiYfXDZtybH+WEfsbG9boBKc7h7Sc00FWR /9gZeqE+fBT2tkDpJhIZ9zeStPo+lIEM5zWOC4Fo=
From: David Schinazi <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+0166e4abc31a4f267fd232e9378e2ca651c8eb9028583cd692cf000000011858a05592a169ce179bec73@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/pull/2296/review/193814210@github.com>
In-Reply-To: <quicwg/base-drafts/pull/2296@github.com>
References: <quicwg/base-drafts/pull/2296@github.com>
Subject: Re: [quicwg/base-drafts] Allow servers to send a preferred address of each address family (#2296)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5c40de55722e5_24fc3ff7788d45b46218"; 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/t8WJzbHTLfuiuaiqOFsqi1wjKzY>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
List-Id: Notification list for GitHub issues related to the QUIC WG <quic-issues.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=unsubscribe>
List-Archive: <https://mailarchive.ietf.org/arch/browse/quic-issues/>
List-Post: <mailto:quic-issues@ietf.org>
List-Help: <mailto:quic-issues-request@ietf.org?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, 17 Jan 2019 19:58:17 -0000

----==_mimepart_5c40de55722e5_24fc3ff7788d45b46218
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

DavidSchinazi commented on this pull request.



> @@ -2116,9 +2116,13 @@ packets.
 A server conveys a preferred address by including the preferred_address
 transport parameter in the TLS handshake.
 
-Once the handshake is finished, the client SHOULD initiate path validation (see
-{{migrate-validate}}) of the server's preferred address using the connection ID
-provided in the preferred_address transport parameter.
+Servers MAY communicate a preferred address of each address family (IPv4 and
+IPv6) to allow clients to pick the one most suited to their network attachment.

It is currently allowed - there is no text prohibiting 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/2296#discussion_r248819550
----==_mimepart_5c40de55722e5_24fc3ff7788d45b46218
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/2296#discussion_r248819550">draft-ietf-quic-transport.md</a>:</p>
<pre style='color:#555'>&gt; @@ -2116,9 +2116,13 @@ packets.
 A server conveys a preferred address by including the preferred_address
 transport parameter in the TLS handshake.
 
-Once the handshake is finished, the client SHOULD initiate path validation (see
-{{migrate-validate}}) of the server&#39;s preferred address using the connection ID
-provided in the preferred_address transport parameter.
+Servers MAY communicate a preferred address of each address family (IPv4 and
+IPv6) to allow clients to pick the one most suited to their network attachment.
</pre>
<p>It is currently allowed - there is no text prohibiting 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/2296#discussion_r248819550">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AWbkq-LkMx5Tu9Y9rxKzPyPx4f-ZhVaZks5vENXVgaJpZM4ZuHR_">mute the thread</a>.<img src="https://github.com/notifications/beacon/AWbkqwI7FrhT3idJyGdX4proBVgGqe_4ks5vENXVgaJpZM4ZuHR_.gif" height="1" width="1" alt="" /></p>
<script type="application/json" data-scope="inboxmarkup">{"api_version":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name":"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"https://github.githubassets.com/images/email/message_cards/header.png","avatar_image_url":"https://github.githubassets.com/images/email/message_cards/avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/quicwg/base-drafts"}},"updates":{"snippets":[{"icon":"PERSON","message":"@DavidSchinazi commented on #2296"}],"action":{"name":"View Pull Request","url":"https://github.com/quicwg/base-drafts/pull/2296#discussion_r248819550"}}}</script>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/pull/2296#discussion_r248819550",
"url": "https://github.com/quicwg/base-drafts/pull/2296#discussion_r248819550",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>
----==_mimepart_5c40de55722e5_24fc3ff7788d45b46218--


From nobody Thu Jan 17 12: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 A45B41310D7 for <quic-issues@ietfa.amsl.com>; Thu, 17 Jan 2019 12:00:42 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -10.935
X-Spam-Level: 
X-Spam-Status: No, score=-10.935 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIMWL_WL_HIGH=-4.553, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, HTML_IMAGE_ONLY_24=1.618, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-1, RCVD_IN_DNSWL_HI=-5, SPF_PASS=-0.001] autolearn=ham autolearn_force=no
Authentication-Results: ietfa.amsl.com (amavisd-new); dkim=pass (1024-bit key) header.d=github.com
Received: from mail.ietf.org ([4.31.198.44]) by localhost (ietfa.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id DBfzM8T3wmtJ for <quic-issues@ietfa.amsl.com>; Thu, 17 Jan 2019 12:00: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 7DC89130FF4 for <quic-issues@ietf.org>; Thu, 17 Jan 2019 12:00:39 -0800 (PST)
Date: Thu, 17 Jan 2019 12:00:38 -0800
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1547755238; bh=wI1nmGRS1RXAB6z2kbFXPqgsKLG1+RDEOjEPvPlZf2c=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=yPfSBcWa5YWInBefIIBW1V0i6BNYIttta+NrFvHp6oy7xI2jFo0Bzt4yOQAj3+8Y8 R7Qh2TRTimvE+gBT1IArAoOHpvbpawIlLLubOc7M5pF0dfYmcL9MEpC+/yL7N2wTNL wEPuOeCfHg+caovAYFN4rhAAMhQCKetFJ66tm/UA=
From: David Schinazi <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+0166e4ab20327c1d5390c436344a8d0b9458b969fb6f635c92cf000000011858a0e692a169ce179e43e2@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/issues/2299/455311967@github.com>
In-Reply-To: <quicwg/base-drafts/issues/2299@github.com>
References: <quicwg/base-drafts/issues/2299@github.com>
Subject: Re: [quicwg/base-drafts] consider making the varint encoding unique (#2299)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5c40dee69cafe_20393f9d80ed45c4133254"; 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/4jiC_7Xrx2q3wrISBwgY1tTHtiA>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
List-Id: Notification list for GitHub issues related to the QUIC WG <quic-issues.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=unsubscribe>
List-Archive: <https://mailarchive.ietf.org/arch/browse/quic-issues/>
List-Post: <mailto:quic-issues@ietf.org>
List-Help: <mailto:quic-issues-request@ietf.org?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, 17 Jan 2019 20:00:48 -0000

----==_mimepart_5c40dee69cafe_20393f9d80ed45c4133254
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

@ianswett yes it would make the code slightly more complicated on the send path for long headers, but not insurmountable. I don't feel too strongly either way about this 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/issues/2299#issuecomment-455311967
----==_mimepart_5c40dee69cafe_20393f9d80ed45c4133254
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 it would make the code slightly more complicated on the send path for long headers, but not insurmountable. I don't feel too strongly either way about this 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/issues/2299#issuecomment-455311967">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AWbkq2XaROGOeQ-SFc0eOOeYJx28yMtfks5vENZmgaJpZM4ZyX3n">mute the thread</a>.<img src="https://github.com/notifications/beacon/AWbkq-4x6u4r5iEKfTONX8yiyO3ilSyXks5vENZmgaJpZM4ZyX3n.gif" height="1" width="1" alt="" /></p>
<script type="application/json" data-scope="inboxmarkup">{"api_version":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name":"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"https://github.githubassets.com/images/email/message_cards/header.png","avatar_image_url":"https://github.githubassets.com/images/email/message_cards/avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/quicwg/base-drafts"}},"updates":{"snippets":[{"icon":"PERSON","message":"@DavidSchinazi in #2299: @ianswett yes it would make the code slightly more complicated on the send path for long headers, but not insurmountable. I don't feel too strongly either way about this one."}],"action":{"name":"View Issue","url":"https://github.com/quicwg/base-drafts/issues/2299#issuecomment-455311967"}}}</script>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/issues/2299#issuecomment-455311967",
"url": "https://github.com/quicwg/base-drafts/issues/2299#issuecomment-455311967",
"name": "View Issue"
},
"description": "View this Issue on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>
----==_mimepart_5c40dee69cafe_20393f9d80ed45c4133254--


From nobody Thu Jan 17 12: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 EB09E12958B for <quic-issues@ietfa.amsl.com>; Thu, 17 Jan 2019 12:23:34 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -12.552
X-Spam-Level: 
X-Spam-Status: No, score=-12.552 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIMWL_WL_HIGH=-4.553, 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_PASS=-0.001] autolearn=ham autolearn_force=no
Authentication-Results: ietfa.amsl.com (amavisd-new); dkim=pass (1024-bit key) header.d=github.com
Received: from mail.ietf.org ([4.31.198.44]) by localhost (ietfa.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 1OAh_KCsQeRm for <quic-issues@ietfa.amsl.com>; Thu, 17 Jan 2019 12:23: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 0A9E5128CF2 for <quic-issues@ietf.org>; Thu, 17 Jan 2019 12:23:33 -0800 (PST)
Date: Thu, 17 Jan 2019 12:23:31 -0800
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1547756611; bh=XpBscDTROXpG8fWUtEw2j90E8JymCeCdtSYpnNd4KW0=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=W1kH9Z9RYrGTuhLLUrGTtZ+E63vA1M1n6nlU7LeMLhE3V3ZVZ1f5f7xIx8j/Wwt7s 3P236HZNZ19Pn6IxrgtTPxs+TMMISflZDKoSPgvyGNbLUl5T+8YmnI+p+tQBOSs/LG NIUOBDiT+yfAw2CMyZ95/Hc5pF7KejM7/QdxnV4Y=
From: janaiyengar <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+0166e4ab971416d6bf2e6aac089ef7d1bdf7570abaf42d9892cf000000011858a64392a169ce179bec73@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/pull/2296/review/193824096@github.com>
In-Reply-To: <quicwg/base-drafts/pull/2296@github.com>
References: <quicwg/base-drafts/pull/2296@github.com>
Subject: Re: [quicwg/base-drafts] Allow servers to send a preferred address of each address family (#2296)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5c40e4435f469_2e8c3f8e5ead45b8492a3"; 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/YxtYO-vARrMKfAXvqEOgTeM7muQ>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
List-Id: Notification list for GitHub issues related to the QUIC WG <quic-issues.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=unsubscribe>
List-Archive: <https://mailarchive.ietf.org/arch/browse/quic-issues/>
List-Post: <mailto:quic-issues@ietf.org>
List-Help: <mailto:quic-issues-request@ietf.org?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, 17 Jan 2019 20:23:35 -0000

----==_mimepart_5c40e4435f469_2e8c3f8e5ead45b8492a3
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

janaiyengar commented on this pull request.



> @@ -2116,6 +2116,9 @@ packets.
 A server conveys a preferred address by including the preferred_address
 transport parameter in the TLS handshake.
 
+Servers MAY communicate a preferred address of each address family (IPv4 and

Yes, this ambiguity comes from the fact that this PR solves a problem that is slightly different than the one solved by the PreferredAddress TP.  I think you're all right that "preferred" is better than "alternate", but there's a gap.

I think this can be addressed by just a bit of text stating that it is up to the client to decide which among the preferred addresses it uses.  If the client has access to both address families, it's up to the client to decide whether it wants to migrate or not. The addresses are preferred by the server, but it's up to the client to decide if and when it moves to those.

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/quicwg/base-drafts/pull/2296#discussion_r248827317
----==_mimepart_5c40e4435f469_2e8c3f8e5ead45b8492a3
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/2296#discussion_r248827317">draft-ietf-quic-transport.md</a>:</p>
<pre style='color:#555'>&gt; @@ -2116,6 +2116,9 @@ packets.
 A server conveys a preferred address by including the preferred_address
 transport parameter in the TLS handshake.
 
+Servers MAY communicate a preferred address of each address family (IPv4 and
</pre>
<p>Yes, this ambiguity comes from the fact that this PR solves a problem that is slightly different than the one solved by the PreferredAddress TP.  I think you're all right that "preferred" is better than "alternate", but there's a gap.</p>
<p>I think this can be addressed by just a bit of text stating that it is up to the client to decide which among the preferred addresses it uses.  If the client has access to both address families, it's up to the client to decide whether it wants to migrate or not. The addresses are preferred by the server, but it's up to the client to decide if and when it moves to those.</p>

<p style="font-size:small;-webkit-text-size-adjust:none;color:#666;">&mdash;<br />You are receiving this because you are subscribed to this thread.<br />Reply to this email directly, <a href="https://github.com/quicwg/base-drafts/pull/2296#discussion_r248827317">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AWbkq-P26BFt70ZxbQR3gEyP6lcXBcqlks5vENvDgaJpZM4ZuHR_">mute the thread</a>.<img src="https://github.com/notifications/beacon/AWbkqwT9XpLAVE7iFjfqLxcTr9EMxAsQks5vENvDgaJpZM4ZuHR_.gif" height="1" width="1" alt="" /></p>
<script type="application/json" data-scope="inboxmarkup">{"api_version":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name":"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"https://github.githubassets.com/images/email/message_cards/header.png","avatar_image_url":"https://github.githubassets.com/images/email/message_cards/avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/quicwg/base-drafts"}},"updates":{"snippets":[{"icon":"PERSON","message":"@janaiyengar commented on #2296"}],"action":{"name":"View Pull Request","url":"https://github.com/quicwg/base-drafts/pull/2296#discussion_r248827317"}}}</script>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/pull/2296#discussion_r248827317",
"url": "https://github.com/quicwg/base-drafts/pull/2296#discussion_r248827317",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>
----==_mimepart_5c40e4435f469_2e8c3f8e5ead45b8492a3--


From nobody Thu Jan 17 12:24:08 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 4158A130FBA for <quic-issues@ietfa.amsl.com>; Thu, 17 Jan 2019 12:24:01 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -7.552
X-Spam-Level: 
X-Spam-Status: No, score=-7.552 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIMWL_WL_HIGH=-4.553, 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_PASS=-0.001] autolearn=ham autolearn_force=no
Authentication-Results: ietfa.amsl.com (amavisd-new); dkim=pass (1024-bit key) header.d=github.com
Received: from mail.ietf.org ([4.31.198.44]) by localhost (ietfa.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id U7WfBEf1-2bS for <quic-issues@ietfa.amsl.com>; Thu, 17 Jan 2019 12:23:59 -0800 (PST)
Received: from o9.sgmail.github.com (o9.sgmail.github.com [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 10AB9130FB5 for <quic-issues@ietf.org>; Thu, 17 Jan 2019 12:23:58 -0800 (PST)
DKIM-Signature: v=1; a=rsa-sha1; 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=kEcwh7FEmdae6NEIdnzShysmnBk=; b=qmUL+Ft2KhrhCApw Ava2WH3wu3QtkcncriM/XDzE76hpNqF9kokZDzOyEny4qji/j0E+dHvVMBWKyGqS MZEYcevlQ6EZHyy3SlMznW5vFEApVba7LgQ1qnqm3yqP6oGQL5LRibOqy8lDZl7Q d/eVxp+cpHTWi/jfml3wSaGtVrE=
Received: by filter0163p1iad2.sendgrid.net with SMTP id filter0163p1iad2-9953-5C40E45D-E 2019-01-17 20:23:57.844108016 +0000 UTC m=+250071.801737936
Received: from github-lowworker-fc273f0.cp1-iad.github.net (unknown [192.30.252.33]) by ismtpd0050p1iad1.sendgrid.net (SG) with ESMTP id pIgzht0sRX68a6aF1uPdAA for <quic-issues@ietf.org>; Thu, 17 Jan 2019 20:23:57.834 +0000 (UTC)
Received: from github.com (localhost [127.0.0.1]) by github-lowworker-fc273f0.cp1-iad.github.net (Postfix) with ESMTP id C9F7FC0B3D for <quic-issues@ietf.org>; Thu, 17 Jan 2019 12:23:57 -0800 (PST)
Date: Thu, 17 Jan 2019 20:23:57 +0000 (UTC)
From: MikkelFJ <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+0166e4ab384fc20271075e2bc9c2db2eb4e5fa950fe739ac92cf000000011858a65d92a169ce179e43e2@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/issues/2299/455319128@github.com>
In-Reply-To: <quicwg/base-drafts/issues/2299@github.com>
References: <quicwg/base-drafts/issues/2299@github.com>
Subject: Re: [quicwg/base-drafts] consider making the varint encoding unique (#2299)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5c40e45dc8acd_5be53fd1de4d45b44392d"; 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
X-SG-EID: l64QuQ2uJCcEyUykJbxN122A6QRmEpucztpreh3Pak108O/WFTH2TRjTzzM81KqM44ECenp41pY20r SwTjAiQgMMAU5bA1RX63iL6vqWKlK5j6IKx5ZeYlzXD8Ng2zVJT2owPwI4BJ59NdIsRTEw0WIuPOen QK5VwPNUVN3E6Pb8KxpfvYxhU8tr21F160ssHo70S6AzW2R9DoZfCdsX0Q==
Archived-At: <https://mailarchive.ietf.org/arch/msg/quic-issues/fob-fh6uIFlmMcqw5Yo5e-4WVM0>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
List-Id: Notification list for GitHub issues related to the QUIC WG <quic-issues.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=unsubscribe>
List-Archive: <https://mailarchive.ietf.org/arch/browse/quic-issues/>
List-Post: <mailto:quic-issues@ietf.org>
List-Help: <mailto:quic-issues-request@ietf.org?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, 17 Jan 2019 20:24:06 -0000

----==_mimepart_5c40e45dc8acd_5be53fd1de4d45b44392d
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

Honestly, if it is _only_ about long headers length field, then by all means make it canonical. There are so few of those packages, and memmove is relatively cheap, especially compared to the handshake. Furthermore, you can special case those packets to start at an offset and move the preceding data down, or even write them after the length. Typically you can even with benefit use a vectored write with a separate buffer for the header. And for higher level languages that care less about performance, you can just concatenate two buffers.

If it were post handshake with lots of data it would be different. This hangs on ACK's being easy to generate with known lengths.

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/quicwg/base-drafts/issues/2299#issuecomment-455319128
----==_mimepart_5c40e45dc8acd_5be53fd1de4d45b44392d
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: quoted-printable

<p>Honestly, if it is <em>only</em> about long headers length field, then b=
y all means make it canonical. There are so few of those packages, and memm=
ove is relatively cheap, especially compared to the handshake. Furthermore,=
 you can special case those packets to start at an offset and move the prec=
eding data down, or even write them after the length. Typically you can eve=
n with benefit use a vectored write with a separate buffer for the header. =
And for higher level languages that care less about performance, you can ju=
st concatenate two buffers.</p>
<p>If it were post handshake with lots of data it would be different. This =
hangs on ACK's being easy to generate with known lengths.</p>

<p style=3D"font-size:small;-webkit-text-size-adjust:none;color:#666;">&mda=
sh;<br />You are receiving this because you are subscribed to this thread.<=
br />Reply to this email directly, <a href=3D"https://github.com/quicwg/bas=
e-drafts/issues/2299#issuecomment-455319128">view it on GitHub</a>, or <a h=
ref=3D"https://github.com/notifications/unsubscribe-auth/AWbkq-QCXoO61hbqId=
Y4dSy4XIV7dU-Gks5vENvdgaJpZM4ZyX3n">mute the thread</a>.<img src=3D"https:/=
/github.com/notifications/beacon/AWbkq7ff1YkKbFtMTGrK0fTNOj2gSw_vks5vENvdga=
JpZM4ZyX3n.gif" height=3D"1" width=3D"1" alt=3D"" /></p>
<script type=3D"application/json" data-scope=3D"inboxmarkup">{"api_version"=
:"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name":"Gi=
tHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"quicwg=
/base-drafts","subtitle":"GitHub repository","main_image_url":"https://gith=
ub.githubassets.com/images/email/message_cards/header.png","avatar_image_ur=
l":"https://github.githubassets.com/images/email/message_cards/avatar.png",=
"action":{"name":"Open in GitHub","url":"https://github.com/quicwg/base-dra=
fts"}},"updates":{"snippets":[{"icon":"PERSON","message":"@mikkelfj in #229=
9: Honestly, if it is _only_ about long headers length field, then by all m=
eans make it canonical. There are so few of those packages, and memmove is =
relatively cheap, especially compared to the handshake. Furthermore, you ca=
n special case those packets to start at an offset and move the preceding d=
ata down, or even write them after the length. Typically you can even with =
benefit use a vectored write with a separate buffer for the header. And for=
 higher level languages that care less about performance, you can just conc=
atenate two buffers.\r\n\r\nIf it were post handshake with lots of data it =
would be different. This hangs on ACK's being easy to generate with known l=
engths."}],"action":{"name":"View Issue","url":"https://github.com/quicwg/b=
ase-drafts/issues/2299#issuecomment-455319128"}}}</script>
<script type=3D"application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/issues/2299#issuecomment-4=
55319128",
"url": "https://github.com/quicwg/base-drafts/issues/2299#issuecomment-4553=
19128",
"name": "View Issue"
},
"description": "View this Issue on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>=

----==_mimepart_5c40e45dc8acd_5be53fd1de4d45b44392d--


From nobody Thu Jan 17 12: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 B6A2E12958B for <quic-issues@ietfa.amsl.com>; Thu, 17 Jan 2019 12:24:34 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -11.149
X-Spam-Level: 
X-Spam-Status: No, score=-11.149 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIMWL_WL_HIGH=-4.553, 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_PASS=-0.001] autolearn=ham autolearn_force=no
Authentication-Results: ietfa.amsl.com (amavisd-new); dkim=pass (1024-bit key) header.d=github.com
Received: from mail.ietf.org ([4.31.198.44]) by localhost (ietfa.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id Uiv8Pozflr20 for <quic-issues@ietfa.amsl.com>; Thu, 17 Jan 2019 12:24: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 C1011127B4C for <quic-issues@ietf.org>; Thu, 17 Jan 2019 12:24:32 -0800 (PST)
Date: Thu, 17 Jan 2019 12:24:31 -0800
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1547756671; bh=XS6ymhb7+0KrGvz4ItkwBkjcI+9ujawS/JVjyZTdx+g=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=KvnE6KyVbRYdTGB38nOVLWSFMkOlmEQd/kAm5EyTmiL4n1O+KN/WXoACV6ihkz9LY h2qJVhwmg6Or0xtO7lpHoT3ONHTwPc6ntjV+sDL0dh+nPdwjfHDrtFNLnhOjJ446eA kwSq4RRdf8jodkkJhg7Y6ouKm9cr6P07IeSTpFHw=
From: janaiyengar <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+0166e4ab951425530fd01103d48867515a2dc41e380589ac92cf000000011858a67f92a169ce179bec73@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/pull/2296/review/193824493@github.com>
In-Reply-To: <quicwg/base-drafts/pull/2296@github.com>
References: <quicwg/base-drafts/pull/2296@github.com>
Subject: Re: [quicwg/base-drafts] Allow servers to send a preferred address of each address family (#2296)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5c40e47f94ad0_13223fc7148d45bc19993"; 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/LGqiODnTq36C1T-x19CNFn-SXcg>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
List-Id: Notification list for GitHub issues related to the QUIC WG <quic-issues.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=unsubscribe>
List-Archive: <https://mailarchive.ietf.org/arch/browse/quic-issues/>
List-Post: <mailto:quic-issues@ietf.org>
List-Help: <mailto:quic-issues-request@ietf.org?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, 17 Jan 2019 20:24:35 -0000

----==_mimepart_5c40e47f94ad0_13223fc7148d45bc19993
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

janaiyengar commented on this pull request.



> @@ -2116,9 +2116,13 @@ packets.
 A server conveys a preferred address by including the preferred_address
 transport parameter in the TLS handshake.
 
-Once the handshake is finished, the client SHOULD initiate path validation (see
-{{migrate-validate}}) of the server's preferred address using the connection ID
-provided in the preferred_address transport parameter.
+Servers MAY communicate a preferred address of each address family (IPv4 and
+IPv6) to allow clients to pick the one most suited to their network attachment.

We may want to explicitly state this. See my comment 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/pull/2296#discussion_r248827633
----==_mimepart_5c40e47f94ad0_13223fc7148d45bc19993
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/2296#discussion_r248827633">draft-ietf-quic-transport.md</a>:</p>
<pre style='color:#555'>&gt; @@ -2116,9 +2116,13 @@ packets.
 A server conveys a preferred address by including the preferred_address
 transport parameter in the TLS handshake.
 
-Once the handshake is finished, the client SHOULD initiate path validation (see
-{{migrate-validate}}) of the server&#39;s preferred address using the connection ID
-provided in the preferred_address transport parameter.
+Servers MAY communicate a preferred address of each address family (IPv4 and
+IPv6) to allow clients to pick the one most suited to their network attachment.
</pre>
<p>We may want to explicitly state this. See my comment above.</p>

<p style="font-size:small;-webkit-text-size-adjust:none;color:#666;">&mdash;<br />You are receiving this because you are subscribed to this thread.<br />Reply to this email directly, <a href="https://github.com/quicwg/base-drafts/pull/2296#discussion_r248827633">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AWbkq91pyRXTQOM7QsEnIZcS17OlI75yks5vENv_gaJpZM4ZuHR_">mute the thread</a>.<img src="https://github.com/notifications/beacon/AWbkq7_Ua03_ffjUOgc9RHQR1tnF7Li7ks5vENv_gaJpZM4ZuHR_.gif" height="1" width="1" alt="" /></p>
<script type="application/json" data-scope="inboxmarkup">{"api_version":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name":"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"https://github.githubassets.com/images/email/message_cards/header.png","avatar_image_url":"https://github.githubassets.com/images/email/message_cards/avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/quicwg/base-drafts"}},"updates":{"snippets":[{"icon":"PERSON","message":"@janaiyengar commented on #2296"}],"action":{"name":"View Pull Request","url":"https://github.com/quicwg/base-drafts/pull/2296#discussion_r248827633"}}}</script>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/pull/2296#discussion_r248827633",
"url": "https://github.com/quicwg/base-drafts/pull/2296#discussion_r248827633",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>
----==_mimepart_5c40e47f94ad0_13223fc7148d45bc19993--


From nobody Thu Jan 17 12:29:48 2019
Return-Path: <bounce+565321.40f-quic-issues=ietf.org@github.com>
X-Original-To: quic-issues@ietfa.amsl.com
Delivered-To: quic-issues@ietfa.amsl.com
Received: from localhost (localhost [127.0.0.1]) by ietfa.amsl.com (Postfix) with ESMTP id 43FE2130EC1 for <quic-issues@ietfa.amsl.com>; Thu, 17 Jan 2019 12:29:46 -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=-4.553, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, HEADER_FROM_DIFFERENT_DOMAINS=0.001, RCVD_IN_DNSWL_NONE=-0.0001, SPF_PASS=-0.001] autolearn=ham autolearn_force=no
Authentication-Results: ietfa.amsl.com (amavisd-new); dkim=pass (1024-bit key) header.d=github.com
Received: from mail.ietf.org ([4.31.198.44]) by localhost (ietfa.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id oogn0I3tAWey for <quic-issues@ietfa.amsl.com>; Thu, 17 Jan 2019 12:29:44 -0800 (PST)
Received: from m69-169.mailgun.net (m69-169.mailgun.net [166.78.69.169]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id C17DD130E72 for <quic-issues@ietf.org>; Thu, 17 Jan 2019 12:29:43 -0800 (PST)
DKIM-Signature: a=rsa-sha256; v=1; c=relaxed/relaxed; d=github.com; q=dns/txt;  s=mailo; t=1547756982; h=Content-Transfer-Encoding: Content-Type: Mime-Version: Subject: Message-ID: To: Reply-To: From: Date: Sender; bh=nuBy+lv4H17p9tl4bFol/zeyFksJ5iFtEUOW0uRITw4=; b=nGqrDmka6F4ZL5vvONcyZQgkGsED5xc6B0h9iJJBj+6WgL12cjbgZ94fdD18ydD4W76WaogW fjyoN2GzlxaIye2RHhg9Y+Cgbhm7TyyIftF7gVsSJO/cAv/IP1Ug3dHJmDhlP9fhq/SUrntq mGDTh3wMqwHFUkpHSKmR6TfhSuc=
X-Mailgun-Sending-Ip: 166.78.69.169
X-Mailgun-Sid: WyJhNzYyYiIsICJxdWljLWlzc3Vlc0BpZXRmLm9yZyIsICI0MGYiXQ==
Sender: mnot=mnot.net@github.com
Received: from github.com (Unknown [192.30.252.35]) by mxa.mailgun.org with ESMTP id 5c40e5b6.7fc668b8af90-smtp-out-n02; Thu, 17 Jan 2019 20:29:42 -0000 (UTC)
Date: Thu, 17 Jan 2019 12:29:42 -0800
From: Mark Nottingham <mnot@mnot.net>
Reply-To: Mark Nottingham <mnot@mnot.net>
To: quic-issues@ietf.org
Message-ID: <5c40e5b618c07_492c2ae30ce02580717c0@hookshot-fe-d252ca1.cp1-iad.github.net.mail>
Subject: [quicwg/base-drafts] 753b18: try release-drafter
Mime-Version: 1.0
Content-Type: multipart/mixed; boundary="--==_mimepart_5c40e5b618846_492c2ae30ce025807162c"; charset=UTF-8
Content-Transfer-Encoding: 7bit
Archived-At: <https://mailarchive.ietf.org/arch/msg/quic-issues/ViuQxpnl0fT29K-7bE6L4YjcJX8>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
Precedence: list
List-Id: Notification list for GitHub issues related to the QUIC WG <quic-issues.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=unsubscribe>
List-Archive: <https://mailarchive.ietf.org/arch/browse/quic-issues/>
List-Post: <mailto:quic-issues@ietf.org>
List-Help: <mailto:quic-issues-request@ietf.org?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, 17 Jan 2019 20:29:46 -0000

----==_mimepart_5c40e5b618846_492c2ae30ce025807162c
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

  Branch: refs/heads/master
  Home:   https://github.com/quicwg/base-drafts
  Commit: 753b18b544864ee836ab51f7123af676cd5796b3
      https://github.com/quicwg/base-drafts/commit/753b18b544864ee836ab51f7123af676cd5796b3
  Author: Mark Nottingham <mnot@mnot.net>
  Date:   2019-01-17 (Thu, 17 Jan 2019)

  Changed paths:
    A .github/release-drafter.yml

  Log Message:
  -----------
  try release-drafter



      **NOTE:** This service has been marked for deprecation: https://developer.github.com/changes/2018-04-25-github-services-deprecation/

      Functionality will be removed from GitHub.com on January 31st, 2019.

----==_mimepart_5c40e5b618846_492c2ae30ce025807162c--


From nobody Thu Jan 17 12: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 5167212958B for <quic-issues@ietfa.amsl.com>; Thu, 17 Jan 2019 12:33:31 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -11.007
X-Spam-Level: 
X-Spam-Status: No, score=-11.007 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIMWL_WL_HIGH=-4.553, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, HTML_IMAGE_ONLY_20=1.546, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-1, RCVD_IN_DNSWL_HI=-5, SPF_PASS=-0.001] autolearn=ham autolearn_force=no
Authentication-Results: ietfa.amsl.com (amavisd-new); dkim=pass (1024-bit key) header.d=github.com
Received: from mail.ietf.org ([4.31.198.44]) by localhost (ietfa.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id cAojYOteNDeV for <quic-issues@ietfa.amsl.com>; Thu, 17 Jan 2019 12:33: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 7479D1271FF for <quic-issues@ietf.org>; Thu, 17 Jan 2019 12:33:29 -0800 (PST)
Date: Thu, 17 Jan 2019 12:33:28 -0800
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1547757208; bh=swVChiaSQHM/4m6wNkHjboj4BLzzLBh+aK9ycTdTf+k=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=Xz3oMXHFRobCfgD6xelxsDlFnqRFtoBzk61ox8zZ2b97G4c6iOhfWgLhNNP85vgtM LhVaak4AxktF033sHRn6kEuSEWAm+HvXRD75m6Cpsyk9p3pKy9XxbOLiSkQbMDkq8l 6GFtqTyqzyc9Gys1bJP6nYiPqh3pHFoFD6ZTJi0w=
From: MikkelFJ <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+0166e4abcf3e5e19a0c429870dbadf5ff141e114572b030792cf000000011858a89892a169ce179e43e2@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/issues/2299/455321159@github.com>
In-Reply-To: <quicwg/base-drafts/issues/2299@github.com>
References: <quicwg/base-drafts/issues/2299@github.com>
Subject: Re: [quicwg/base-drafts] consider making the varint encoding unique (#2299)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5c40e6982d5b6_5c4e3f9912ad45b833157"; 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/0bF19JO-qL-F6ng9UVMSHoqJb6w>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
List-Id: Notification list for GitHub issues related to the QUIC WG <quic-issues.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=unsubscribe>
List-Archive: <https://mailarchive.ietf.org/arch/browse/quic-issues/>
List-Post: <mailto:quic-issues@ietf.org>
List-Help: <mailto:quic-issues-request@ietf.org?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, 17 Jan 2019 20:33:31 -0000

----==_mimepart_5c40e6982d5b6_5c4e3f9912ad45b833157
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

A canonical length means you use memcmp and hash keys directly, for example for the token length + 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/issues/2299#issuecomment-455321159
----==_mimepart_5c40e6982d5b6_5c4e3f9912ad45b833157
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

<p>A canonical length means you use memcmp and hash keys directly, for example for the token length + 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/issues/2299#issuecomment-455321159">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AWbkq7uaObU8hgXEMzdu0sbJSpgbQjHcks5vEN4YgaJpZM4ZyX3n">mute the thread</a>.<img src="https://github.com/notifications/beacon/AWbkq6iBA9zRAIgwlqB3i5sc6YQNaoNnks5vEN4YgaJpZM4ZyX3n.gif" height="1" width="1" alt="" /></p>
<script type="application/json" data-scope="inboxmarkup">{"api_version":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name":"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"https://github.githubassets.com/images/email/message_cards/header.png","avatar_image_url":"https://github.githubassets.com/images/email/message_cards/avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/quicwg/base-drafts"}},"updates":{"snippets":[{"icon":"PERSON","message":"@mikkelfj in #2299: A canonical length means you use memcmp and hash keys directly, for example for the token length + token."}],"action":{"name":"View Issue","url":"https://github.com/quicwg/base-drafts/issues/2299#issuecomment-455321159"}}}</script>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/issues/2299#issuecomment-455321159",
"url": "https://github.com/quicwg/base-drafts/issues/2299#issuecomment-455321159",
"name": "View Issue"
},
"description": "View this Issue on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>
----==_mimepart_5c40e6982d5b6_5c4e3f9912ad45b833157--


From nobody Thu Jan 17 12:48:13 2019
Return-Path: <bounce+565321.40f-quic-issues=ietf.org@github.com>
X-Original-To: quic-issues@ietfa.amsl.com
Delivered-To: quic-issues@ietfa.amsl.com
Received: from localhost (localhost [127.0.0.1]) by ietfa.amsl.com (Postfix) with ESMTP id C9D8F12958B for <quic-issues@ietfa.amsl.com>; Thu, 17 Jan 2019 12:48:11 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -0.997
X-Spam-Level: 
X-Spam-Status: No, score=-0.997 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIM_ADSP_CUSTOM_MED=0.001, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, FREEMAIL_FORGED_FROMDOMAIN=0.001, FREEMAIL_FROM=0.001, HEADER_FROM_DIFFERENT_DOMAINS=0.001, NML_ADSP_CUSTOM_MED=0.9, RCVD_IN_DNSWL_NONE=-0.0001, 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 9d-AiCskLw_T for <quic-issues@ietfa.amsl.com>; Thu, 17 Jan 2019 12:48:10 -0800 (PST)
Received: from m71-131.mailgun.net (m71-131.mailgun.net [166.78.71.131]) (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 52D211271FF for <quic-issues@ietf.org>; Thu, 17 Jan 2019 12:48:10 -0800 (PST)
DKIM-Signature: a=rsa-sha256; v=1; c=relaxed/relaxed; d=github.com; q=dns/txt;  s=mailo; t=1547758089; h=Content-Transfer-Encoding: Content-Type: Mime-Version: Subject: Message-ID: To: Reply-To: From: Date: Sender; bh=BIyI/MmKBTAGy8MiOJy4P10QuTFxJepJ295VIzlQ6Vk=; b=NJ8DwJ4jat8kVQ+p9lglpIWpHv+k4azDnS54Jpau8jGfIjKtTpB2nWhRVqEKFeJOrzEDt6hT EVTxaANqHCO8bmFo0NqW8mYPxl163JRlx/H1oO39ZqiCTTRmK8WGeLax5FBjmIj6TwDhmXhu 3xtOG2dOtCTyMnIXCzxV3EPefZo=
X-Mailgun-Sending-Ip: 166.78.71.131
X-Mailgun-Sid: WyJhNzYyYiIsICJxdWljLWlzc3Vlc0BpZXRmLm9yZyIsICI0MGYiXQ==
Sender: jri.ietf=gmail.com@github.com
Received: from github.com (Unknown [192.30.252.37]) by mxa.mailgun.org with ESMTP id 5c40ea09.7fc3303494e0-smtp-out-n03; Thu, 17 Jan 2019 20:48:09 -0000 (UTC)
Date: Thu, 17 Jan 2019 12:48:07 -0800
From: Jana Iyengar <jri.ietf@gmail.com>
Reply-To: Jana Iyengar <jri.ietf@gmail.com>
To: quic-issues@ietf.org
Message-ID: <5c40ea07ea51f_b572b278e29e5887287e@hookshot-fe-2cc8887.cp1-iad.github.net.mail>
Subject: [quicwg/base-drafts] e69874: some more text
Mime-Version: 1.0
Content-Type: multipart/mixed; boundary="--==_mimepart_5c40ea07ea137_b572b278e29e58872794"; charset=UTF-8
Content-Transfer-Encoding: 7bit
Archived-At: <https://mailarchive.ietf.org/arch/msg/quic-issues/Ihlfu8XBsC69wewg7lshR2aGfVo>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
Precedence: list
List-Id: Notification list for GitHub issues related to the QUIC WG <quic-issues.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=unsubscribe>
List-Archive: <https://mailarchive.ietf.org/arch/browse/quic-issues/>
List-Post: <mailto:quic-issues@ietf.org>
List-Help: <mailto:quic-issues-request@ietf.org?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, 17 Jan 2019 20:48:12 -0000

----==_mimepart_5c40ea07ea137_b572b278e29e58872794
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

  Branch: refs/heads/close2067
  Home:   https://github.com/quicwg/base-drafts
  Commit: e69874c32b91cf82711594194a898ffe2db5ca6d
      https://github.com/quicwg/base-drafts/commit/e69874c32b91cf82711594194a898ffe2db5ca6d
  Author: Jana Iyengar <jri.ietf@gmail.com>
  Date:   2019-01-17 (Thu, 17 Jan 2019)

  Changed paths:
    M draft-ietf-quic-recovery.md

  Log Message:
  -----------
  some more text



      **NOTE:** This service has been marked for deprecation: https://developer.github.com/changes/2018-04-25-github-services-deprecation/

      Functionality will be removed from GitHub.com on January 31st, 2019.

----==_mimepart_5c40ea07ea137_b572b278e29e58872794--


From nobody Thu Jan 17 12:48:20 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 0E83A130E72 for <quic-issues@ietfa.amsl.com>; Thu, 17 Jan 2019 12:48:15 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -5.935
X-Spam-Level: 
X-Spam-Status: No, score=-5.935 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIMWL_WL_HIGH=-4.553, DKIM_SIGNED=0.1, DKIM_VALID=-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_PASS=-0.001] autolearn=ham autolearn_force=no
Authentication-Results: ietfa.amsl.com (amavisd-new); dkim=pass (1024-bit key) header.d=github.com
Received: 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_-E6kYN0TCI for <quic-issues@ietfa.amsl.com>; Thu, 17 Jan 2019 12:48:13 -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 F38AA1271FF for <quic-issues@ietf.org>; Thu, 17 Jan 2019 12:48:12 -0800 (PST)
DKIM-Signature: v=1; a=rsa-sha1; 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=pgV5pwyA/ZvAEx6jgiQgs23VX7Y=; b=RKt3CPm4n7NU+4sn CjhWSohysbjXIYcD5kUMXySkPdRdBuR0MFnzSsShJjKyujn0xOHYpJqlc23IgQxo c/aqxiDjbCEue4v6UWup+k7fjv87cihn3aOk12qXAmAvHxZAkIcNiZm2Jaip41Wv BloD0co3wRMmIcXBCGbgRtKD4TU=
Received: by filter1650p1mdw1.sendgrid.net with SMTP id filter1650p1mdw1-31568-5C40EA0B-14 2019-01-17 20:48:11.483860772 +0000 UTC m=+246078.199754637
Received: from github-lowworker-baaab27.cp1-iad.github.net (unknown [192.30.252.33]) by ismtpd0032p1iad2.sendgrid.net (SG) with ESMTP id K__hU8lUR6GLVAQlgrQd-Q for <quic-issues@ietf.org>; Thu, 17 Jan 2019 20:48:11.420 +0000 (UTC)
Received: from github.com (localhost [127.0.0.1]) by github-lowworker-baaab27.cp1-iad.github.net (Postfix) with ESMTP id 67FEF80354 for <quic-issues@ietf.org>; Thu, 17 Jan 2019 12:48:11 -0800 (PST)
Date: Thu, 17 Jan 2019 20:48:11 +0000 (UTC)
From: janaiyengar <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/2340/push/3220359216@github.com>
In-Reply-To: <quicwg/base-drafts/pull/2340@github.com>
References: <quicwg/base-drafts/pull/2340@github.com>
Subject: Re: [quicwg/base-drafts] Add note about frequent RTT estimates (#2340)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5c40ea0b664a4_4c593ffa596d45b413244a"; 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
X-SG-EID: l64QuQ2uJCcEyUykJbxN122A6QRmEpucztpreh3Pak26l1AoDdlRU5jRHyBUNOG3DOfvgeW1iAJ4OZ gBBLMZC5LUPi16b1XKgqtN3GHQvLTpTuF/JRETKcMjc3Vrv5fm1N4z3J0dyPBxhIydsn7GlIyUGOTs HiR3tb7aqBAe2sDQvers6ql1xAJwpTmeF+YBxyMeyJOJuAbkgBDvNtuJj1SOhJYqWG1TY40PxdbkIp U=
Archived-At: <https://mailarchive.ietf.org/arch/msg/quic-issues/HIr-YtpsNsjSVU0N4qQT59yM8Tk>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
List-Id: Notification list for GitHub issues related to the QUIC WG <quic-issues.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=unsubscribe>
List-Archive: <https://mailarchive.ietf.org/arch/browse/quic-issues/>
List-Post: <mailto:quic-issues@ietf.org>
List-Help: <mailto:quic-issues-request@ietf.org?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, 17 Jan 2019 20:48:15 -0000

----==_mimepart_5c40ea0b664a4_4c593ffa596d45b413244a
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

@janaiyengar pushed 1 commit.

e69874c32b91cf82711594194a898ffe2db5ca6d  some more text


-- 
You are receiving this because you are subscribed to this thread.
View it on GitHub:
https://github.com/quicwg/base-drafts/pull/2340/files/3c1388d952919186d67c5a91f0a65fdf19bf463b..e69874c32b91cf82711594194a898ffe2db5ca6d

----==_mimepart_5c40ea0b664a4_4c593ffa596d45b413244a
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/e69874c32b91cf82711594194a898ffe2db5ca6d">e69874c</a>  some more text</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/2340/files/3c1388d952919186d67c5a91f0a65fdf19bf463b..e69874c32b91cf82711594194a898ffe2db5ca6d">View it on GitHub</a> or <a href="https://github.com/notifications/unsubscribe-auth/AWbkq4bsx4LhzekXk4IHDpKm7DxQO0ucks5vEOGLgaJpZM4aEVlj">mute the thread</a>.<img src="https://github.com/notifications/beacon/AWbkqx_BR9v4ucvIyR13AVODwefykR-Bks5vEOGLgaJpZM4aEVlj.gif" height="1" width="1" alt="" /></p>
<script type="application/json" data-scope="inboxmarkup">{"api_version":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name":"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"https://github.githubassets.com/images/email/message_cards/header.png","avatar_image_url":"https://github.githubassets.com/images/email/message_cards/avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/quicwg/base-drafts"}},"updates":{"snippets":[{"icon":"PERSON","message":"@janaiyengar pushed 1 commit in #2340"}],"action":{"name":"View Pull Request","url":"https://github.com/quicwg/base-drafts/pull/2340/files/3c1388d952919186d67c5a91f0a65fdf19bf463b..e69874c32b91cf82711594194a898ffe2db5ca6d"}}}</script>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/pull/2340/files/3c1388d952919186d67c5a91f0a65fdf19bf463b..e69874c32b91cf82711594194a898ffe2db5ca6d",
"url": "https://github.com/quicwg/base-drafts/pull/2340/files/3c1388d952919186d67c5a91f0a65fdf19bf463b..e69874c32b91cf82711594194a898ffe2db5ca6d",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>

----==_mimepart_5c40ea0b664a4_4c593ffa596d45b413244a--


From nobody Thu Jan 17 12: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 A3D01130E63 for <quic-issues@ietfa.amsl.com>; Thu, 17 Jan 2019 12:48:24 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -10.935
X-Spam-Level: 
X-Spam-Status: No, score=-10.935 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIMWL_WL_HIGH=-4.553, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, HTML_IMAGE_ONLY_24=1.618, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-1, RCVD_IN_DNSWL_HI=-5, SPF_PASS=-0.001] autolearn=ham autolearn_force=no
Authentication-Results: ietfa.amsl.com (amavisd-new); dkim=pass (1024-bit key) header.d=github.com
Received: from mail.ietf.org ([4.31.198.44]) by localhost (ietfa.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id rwxgOB6uRQKk for <quic-issues@ietfa.amsl.com>; Thu, 17 Jan 2019 12:48: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 EE3301271FF for <quic-issues@ietf.org>; Thu, 17 Jan 2019 12:48:22 -0800 (PST)
Date: Thu, 17 Jan 2019 12:48:22 -0800
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1547758102; bh=rp9ON4WW/uTUeWm4zofYMRsSIml7VkNP2Mpp5tK47Uw=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=UMSUzP32hwipk7Eqp2/W4ouWaVrWY2F/T3ekYnRgjXn4yxvnqmLa9X0hBDaCvUbBY c3AwlXxyZQU0H4HfMYljfflK9BT5kap1uCVllGNWEOPybTdZwmNAs1r/MLOtzkWOlT VK0YQxzRC8yVOTLmMqKEwkgue3WtjPBJKho+gtok=
From: janaiyengar <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+0166e4ab47ec50df2be2870e2093f3fcf53976e01770ffdc92cf000000011858ac1692a169ce17d8cc13@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/pull/2340/review/193833899@github.com>
In-Reply-To: <quicwg/base-drafts/pull/2340@github.com>
References: <quicwg/base-drafts/pull/2340@github.com>
Subject: Re: [quicwg/base-drafts] Add note about frequent RTT estimates (#2340)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5c40ea166096_2baa3ff8e36d45b86471c"; 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/DAfQKmc7t-W4FwfLBYK8WU86ipQ>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
List-Id: Notification list for GitHub issues related to the QUIC WG <quic-issues.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=unsubscribe>
List-Archive: <https://mailarchive.ietf.org/arch/browse/quic-issues/>
List-Post: <mailto:quic-issues@ietf.org>
List-Help: <mailto:quic-issues-request@ietf.org?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, 17 Jan 2019 20:48:25 -0000

----==_mimepart_5c40ea166096_2baa3ff8e36d45b86471c
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

janaiyengar commented on this pull request.



> @@ -292,6 +292,10 @@ ack delay field should be ignored.
 Like TCP, QUIC calculates both smoothed RTT and RTT variance similar to those
 specified in {{?RFC6298}}.
 
+A sender might take multiple samples per RTT, and as suggested in {{?RFC6298}},

I've rephrased, take a look

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/quicwg/base-drafts/pull/2340#discussion_r248834876
----==_mimepart_5c40ea166096_2baa3ff8e36d45b86471c
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/2340#discussion_r248834876">draft-ietf-quic-recovery.md</a>:</p>
<pre style='color:#555'>&gt; @@ -292,6 +292,10 @@ ack delay field should be ignored.
 Like TCP, QUIC calculates both smoothed RTT and RTT variance similar to those
 specified in {{?RFC6298}}.
 
+A sender might take multiple samples per RTT, and as suggested in {{?RFC6298}},
</pre>
<p>I've rephrased, take a look</p>

<p style="font-size:small;-webkit-text-size-adjust:none;color:#666;">&mdash;<br />You are receiving this because you are subscribed to this thread.<br />Reply to this email directly, <a href="https://github.com/quicwg/base-drafts/pull/2340#discussion_r248834876">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AWbkqzcVImESv0wRZ8IHOi2-Z-1y9RuSks5vEOGWgaJpZM4aEVlj">mute the thread</a>.<img src="https://github.com/notifications/beacon/AWbkq7chIsoBO-BVmI2JYTO0dwYiCe4eks5vEOGWgaJpZM4aEVlj.gif" height="1" width="1" alt="" /></p>
<script type="application/json" data-scope="inboxmarkup">{"api_version":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name":"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"https://github.githubassets.com/images/email/message_cards/header.png","avatar_image_url":"https://github.githubassets.com/images/email/message_cards/avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/quicwg/base-drafts"}},"updates":{"snippets":[{"icon":"PERSON","message":"@janaiyengar commented on #2340"}],"action":{"name":"View Pull Request","url":"https://github.com/quicwg/base-drafts/pull/2340#discussion_r248834876"}}}</script>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/pull/2340#discussion_r248834876",
"url": "https://github.com/quicwg/base-drafts/pull/2340#discussion_r248834876",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>
----==_mimepart_5c40ea166096_2baa3ff8e36d45b86471c--


From nobody Thu Jan 17 12:56: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 4A1AB130E63 for <quic-issues@ietfa.amsl.com>; Thu, 17 Jan 2019 12:56:50 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -10.935
X-Spam-Level: 
X-Spam-Status: No, score=-10.935 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIMWL_WL_HIGH=-4.553, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, HTML_IMAGE_ONLY_24=1.618, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-1, RCVD_IN_DNSWL_HI=-5, SPF_PASS=-0.001] autolearn=ham autolearn_force=no
Authentication-Results: ietfa.amsl.com (amavisd-new); dkim=pass (1024-bit key) header.d=github.com
Received: from mail.ietf.org ([4.31.198.44]) by localhost (ietfa.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id BgH_cOL6njBd for <quic-issues@ietfa.amsl.com>; Thu, 17 Jan 2019 12:56:48 -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 A3E4412958B for <quic-issues@ietf.org>; Thu, 17 Jan 2019 12:56:48 -0800 (PST)
Date: Thu, 17 Jan 2019 12:56:47 -0800
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1547758607; bh=9KaldDa26o0wObhT2jI7eWbLSjsnUy1Bh/cIN66nN1o=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=y4tHlIOoBtQ+VP836bxR/XWeFaqpR/o7aAleB4Io0h6CYRe6Psz/AI/T8Y9mrKFUo nxrFFTgzU3bQwBDlzTWNgIbO1y6MNqA9Po1AmI7Rpl+8V/kUpqfve8hfTuZEV+87yp dmPsGJtcgz20/pK30FEoVfVTSkw9lmrYQ9cOCzBQ=
From: janaiyengar <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+0166e4ab0f02f7369981f2c3d7e65dc4d0887c5c3cb4fd8292cf000000011858ae0f92a169ce17d8f804@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/pull/2341/review/193837243@github.com>
In-Reply-To: <quicwg/base-drafts/pull/2341@github.com>
References: <quicwg/base-drafts/pull/2341@github.com>
Subject: Re: [quicwg/base-drafts] clarify that INITCWND caps amount of data sent to a server before address validation (#2341)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5c40ec0f68b98_621b3fc716ad45b8158574"; 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/Id2tzdRxnekChE-GnFJPrXoYouc>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
List-Id: Notification list for GitHub issues related to the QUIC WG <quic-issues.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=unsubscribe>
List-Archive: <https://mailarchive.ietf.org/arch/browse/quic-issues/>
List-Post: <mailto:quic-issues@ietf.org>
List-Help: <mailto:quic-issues-request@ietf.org?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, 17 Jan 2019 20:56:50 -0000

----==_mimepart_5c40ec0f68b98_621b3fc716ad45b8158574
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

janaiyengar commented on this pull request.



> @@ -1579,6 +1579,10 @@ the client during connection establishment with a Retry packet (see
 {{validate-retry}}) or in a previous connection using the NEW_TOKEN frame (see
 {{validate-future}}).
 
+The amount that servers are permitted to send is also constrained by the limit

s/congestion avoidance algorithm/congestion controller.

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/quicwg/base-drafts/pull/2341#discussion_r248837453
----==_mimepart_5c40ec0f68b98_621b3fc716ad45b8158574
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/2341#discussion_r248837453">draft-ietf-quic-transport.md</a>:</p>
<pre style='color:#555'>&gt; @@ -1579,6 +1579,10 @@ the client during connection establishment with a Retry packet (see
 {{validate-retry}}) or in a previous connection using the NEW_TOKEN frame (see
 {{validate-future}}).
 
+The amount that servers are permitted to send is also constrained by the limit
</pre>
<p>s/congestion avoidance algorithm/congestion controller.</p>

<p style="font-size:small;-webkit-text-size-adjust:none;color:#666;">&mdash;<br />You are receiving this because you are subscribed to this thread.<br />Reply to this email directly, <a href="https://github.com/quicwg/base-drafts/pull/2341#discussion_r248837453">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AWbkqz-wpOxbjVO_7FGdr0nVzzTSUdeHks5vEOOPgaJpZM4aEY8S">mute the thread</a>.<img src="https://github.com/notifications/beacon/AWbkq5EN8Gc01G_uJhVgJSj_e11r1LVxks5vEOOPgaJpZM4aEY8S.gif" height="1" width="1" alt="" /></p>
<script type="application/json" data-scope="inboxmarkup">{"api_version":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name":"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"https://github.githubassets.com/images/email/message_cards/header.png","avatar_image_url":"https://github.githubassets.com/images/email/message_cards/avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/quicwg/base-drafts"}},"updates":{"snippets":[{"icon":"PERSON","message":"@janaiyengar commented on #2341"}],"action":{"name":"View Pull Request","url":"https://github.com/quicwg/base-drafts/pull/2341#discussion_r248837453"}}}</script>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/pull/2341#discussion_r248837453",
"url": "https://github.com/quicwg/base-drafts/pull/2341#discussion_r248837453",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>
----==_mimepart_5c40ec0f68b98_621b3fc716ad45b8158574--


From nobody Thu Jan 17 13:07: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 A702C130ED4 for <quic-issues@ietfa.amsl.com>; Thu, 17 Jan 2019 13:07:37 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -10.935
X-Spam-Level: 
X-Spam-Status: No, score=-10.935 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIMWL_WL_HIGH=-4.553, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, HTML_IMAGE_ONLY_24=1.618, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-1, RCVD_IN_DNSWL_HI=-5, SPF_PASS=-0.001] autolearn=ham autolearn_force=no
Authentication-Results: ietfa.amsl.com (amavisd-new); dkim=pass (1024-bit key) header.d=github.com
Received: from mail.ietf.org ([4.31.198.44]) by localhost (ietfa.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id NP9pKUHjr-7r for <quic-issues@ietfa.amsl.com>; Thu, 17 Jan 2019 13:07:36 -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 01C4F1271FF for <quic-issues@ietf.org>; Thu, 17 Jan 2019 13:07:36 -0800 (PST)
Date: Thu, 17 Jan 2019 13:07:35 -0800
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1547759255; bh=kxXoTRLwom9qXlE+HSBLuL8n89BQIqT+LOlG/cgxDoQ=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=Sso6bLO0S9piW2/k767iHxhBoFzdUQscfW6hQdv+CnElOWEIELLTZB4Ir1ZvagtJi uGLUxoCvcvP5RHO+k12ieH5dyg0WGhi114aYDTkATWVcE0969Pr+mKFn+ydfjC8JKt p38gdHgVJGiaw09wG5bWOgF+3siqhyX1LcYq6MOY=
From: janaiyengar <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+0166e4abe69f39a121dd1b9789fa9b75b9ecbdd9687e998892cf000000011858b09792a169ce179e43e2@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/issues/2299/455332264@github.com>
In-Reply-To: <quicwg/base-drafts/issues/2299@github.com>
References: <quicwg/base-drafts/issues/2299@github.com>
Subject: Re: [quicwg/base-drafts] consider making the varint encoding unique (#2299)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5c40ee9711174_216e3fd4682d45c01254d4"; 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/x9mFBrrQv6rlNkj1ae-K0SndSQw>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
List-Id: Notification list for GitHub issues related to the QUIC WG <quic-issues.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=unsubscribe>
List-Archive: <https://mailarchive.ietf.org/arch/browse/quic-issues/>
List-Post: <mailto:quic-issues@ietf.org>
List-Help: <mailto:quic-issues-request@ietf.org?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, 17 Jan 2019 21:07:38 -0000

----==_mimepart_5c40ee9711174_216e3fd4682d45c01254d4
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

I'm disinclined to pull for a change that doesn't have strong proponents. @nibanks seems to have a strong reservation against this change. On balance, I'm supportive of closing this 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/2299#issuecomment-455332264
----==_mimepart_5c40ee9711174_216e3fd4682d45c01254d4
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

<p>I'm disinclined to pull for a change that doesn't have strong proponents. <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> seems to have a strong reservation against this change. On balance, I'm supportive of closing this 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/2299#issuecomment-455332264">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AWbkq3LCqmiMvXVnx444KYG7Y3k0Pzjuks5vEOYXgaJpZM4ZyX3n">mute the thread</a>.<img src="https://github.com/notifications/beacon/AWbkq9NTDxG08RRn9iPw799p4rGaykKNks5vEOYXgaJpZM4ZyX3n.gif" height="1" width="1" alt="" /></p>
<script type="application/json" data-scope="inboxmarkup">{"api_version":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name":"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"https://github.githubassets.com/images/email/message_cards/header.png","avatar_image_url":"https://github.githubassets.com/images/email/message_cards/avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/quicwg/base-drafts"}},"updates":{"snippets":[{"icon":"PERSON","message":"@janaiyengar in #2299: I'm disinclined to pull for a change that doesn't have strong proponents. @nibanks seems to have a strong reservation against this change. On balance, I'm supportive of closing this issue."}],"action":{"name":"View Issue","url":"https://github.com/quicwg/base-drafts/issues/2299#issuecomment-455332264"}}}</script>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/issues/2299#issuecomment-455332264",
"url": "https://github.com/quicwg/base-drafts/issues/2299#issuecomment-455332264",
"name": "View Issue"
},
"description": "View this Issue on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>
----==_mimepart_5c40ee9711174_216e3fd4682d45c01254d4--


From nobody Thu Jan 17 13: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 2BC19130E65 for <quic-issues@ietfa.amsl.com>; Thu, 17 Jan 2019 13:45:10 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -11.149
X-Spam-Level: 
X-Spam-Status: No, score=-11.149 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIMWL_WL_HIGH=-4.553, 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_PASS=-0.001] autolearn=ham autolearn_force=no
Authentication-Results: ietfa.amsl.com (amavisd-new); dkim=pass (1024-bit key) header.d=github.com
Received: from mail.ietf.org ([4.31.198.44]) by localhost (ietfa.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id Mp2E6QGgcJy1 for <quic-issues@ietfa.amsl.com>; Thu, 17 Jan 2019 13:45: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 4AB6F130E5E for <quic-issues@ietf.org>; Thu, 17 Jan 2019 13:45:08 -0800 (PST)
Date: Thu, 17 Jan 2019 13:45:07 -0800
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1547761507; bh=eQCZFvSB3/9egroFYbMD6x30dwg237aS7xPnjAHt5pE=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=e3ksIM5yjAXSSbgu1eHR8plAoUff5p57IvuoJBEAYiGhxVHbQGlfWLRnxueT/BZZY 6Z+AHo0lKAtOnOER4zotMD39hxSuN8UAu3kT5vulxINyRP7S3Lx5C7qSnhIsXYIza9 Hg0m5CjWvMCrO0w9pIiQUl9yZh7QRAKajwbGbxos=
From: ianswett <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+0166e4ab3895f89d9fd0a14a2f7f0576bcd10287502a267b92cf000000011858b96392a169ce17d8cc13@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/pull/2340/review/193857094@github.com>
In-Reply-To: <quicwg/base-drafts/pull/2340@github.com>
References: <quicwg/base-drafts/pull/2340@github.com>
Subject: Re: [quicwg/base-drafts] Add note about frequent RTT estimates (#2340)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5c40f763570eb_7a473fdb42ad45b4126461"; 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/7hDkSiaQQ43oUzG9PYxWhN3zRm0>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
List-Id: Notification list for GitHub issues related to the QUIC WG <quic-issues.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=unsubscribe>
List-Archive: <https://mailarchive.ietf.org/arch/browse/quic-issues/>
List-Post: <mailto:quic-issues@ietf.org>
List-Help: <mailto:quic-issues-request@ietf.org?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, 17 Jan 2019 21:45:10 -0000

----==_mimepart_5c40f763570eb_7a473fdb42ad45b4126461
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

ianswett commented on this pull request.



> @@ -289,8 +289,14 @@ be subtracted from the RTT as long as the result is larger than the min_rtt.
 If the result is smaller than the min_rtt, the RTT should be used, but the
 ack delay field should be ignored.
 
-Like TCP, QUIC calculates both smoothed RTT and RTT variance similar to those
-specified in {{?RFC6298}}.
+A sender calculates both smoothed RTT and RTT variance similar to those
+specified in {{?RFC6298}}, see {{on-ack-received}}.
+
+A sender will commonly receive ACK frames that acknowledge larger packet numbers

Please add text on why this is relevant.  Suggestion "that increase largest acked and therefore generate an RTT sample."

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/quicwg/base-drafts/pull/2340#pullrequestreview-193857094
----==_mimepart_5c40f763570eb_7a473fdb42ad45b4126461
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/2340#discussion_r248853009">draft-ietf-quic-recovery.md</a>:</p>
<pre style='color:#555'>&gt; @@ -289,8 +289,14 @@ be subtracted from the RTT as long as the result is larger than the min_rtt.
 If the result is smaller than the min_rtt, the RTT should be used, but the
 ack delay field should be ignored.
 
-Like TCP, QUIC calculates both smoothed RTT and RTT variance similar to those
-specified in {{?RFC6298}}.
+A sender calculates both smoothed RTT and RTT variance similar to those
+specified in {{?RFC6298}}, see {{on-ack-received}}.
+
+A sender will commonly receive ACK frames that acknowledge larger packet numbers
</pre>
<p>Please add text on why this is relevant.  Suggestion "that increase largest acked and therefore generate an RTT sample."</p>

<p style="font-size:small;-webkit-text-size-adjust:none;color:#666;">&mdash;<br />You are receiving this because you are subscribed to this thread.<br />Reply to this email directly, <a href="https://github.com/quicwg/base-drafts/pull/2340#pullrequestreview-193857094">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AWbkq9Ov54KPoNTFu59HlndIH-pN9aVHks5vEO7jgaJpZM4aEVlj">mute the thread</a>.<img src="https://github.com/notifications/beacon/AWbkqwxOKQFdjjIFzOQjnZ-6wFx-t_xyks5vEO7jgaJpZM4aEVlj.gif" height="1" width="1" alt="" /></p>
<script type="application/json" data-scope="inboxmarkup">{"api_version":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name":"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"https://github.githubassets.com/images/email/message_cards/header.png","avatar_image_url":"https://github.githubassets.com/images/email/message_cards/avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/quicwg/base-drafts"}},"updates":{"snippets":[{"icon":"PERSON","message":"@ianswett commented on #2340"}],"action":{"name":"View Pull Request","url":"https://github.com/quicwg/base-drafts/pull/2340#pullrequestreview-193857094"}}}</script>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/pull/2340#pullrequestreview-193857094",
"url": "https://github.com/quicwg/base-drafts/pull/2340#pullrequestreview-193857094",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>
----==_mimepart_5c40f763570eb_7a473fdb42ad45b4126461--


From nobody Thu Jan 17 13:49: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 CDC6E12958B for <quic-issues@ietfa.amsl.com>; Thu, 17 Jan 2019 13:49:17 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -12.552
X-Spam-Level: 
X-Spam-Status: No, score=-12.552 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIMWL_WL_HIGH=-4.553, 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_PASS=-0.001] autolearn=ham autolearn_force=no
Authentication-Results: ietfa.amsl.com (amavisd-new); dkim=pass (1024-bit key) header.d=github.com
Received: from mail.ietf.org ([4.31.198.44]) by localhost (ietfa.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id Fu3gsQbHrSdY for <quic-issues@ietfa.amsl.com>; Thu, 17 Jan 2019 13:49: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 B7D32130EE9 for <quic-issues@ietf.org>; Thu, 17 Jan 2019 13:49:15 -0800 (PST)
Date: Thu, 17 Jan 2019 13:49:14 -0800
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1547761754; bh=q+16D54i4xyNpmWu68dttvEQS57qxOr00vpPlKDEu2Q=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=uJ720LtbBmupi02Y+W9YQ+LS8i8f7mCm6eSI6M2pzA4Kkeny+bKji13/07KaTERRm nbNSRXtvLo2D/QNsmyXJGdXwCAIATyyl52dLF+Ne6g0nLZAFZX9JWc7Ij8gf4dXDM4 1ZGKgrC4DkprZof58dMKoKiA1fCNQwgd5QEXiTo0=
From: ianswett <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+0166e4ab28fb759aef1045456f29c7a05e51a2fe841bd50292cf000000011858ba5a92a169ce17d8cc13@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/pull/2340/review/193858610@github.com>
In-Reply-To: <quicwg/base-drafts/pull/2340@github.com>
References: <quicwg/base-drafts/pull/2340@github.com>
Subject: Re: [quicwg/base-drafts] Add note about frequent RTT estimates (#2340)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5c40f85a9e7db_31733f7f0c4d45c010844b"; 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/ac58BD-QV2Q44UgKfY9EDQa-H8E>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
List-Id: Notification list for GitHub issues related to the QUIC WG <quic-issues.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=unsubscribe>
List-Archive: <https://mailarchive.ietf.org/arch/browse/quic-issues/>
List-Post: <mailto:quic-issues@ietf.org>
List-Help: <mailto:quic-issues-request@ietf.org?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, 17 Jan 2019 21:49:18 -0000

----==_mimepart_5c40f85a9e7db_31733f7f0c4d45c010844b
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

ianswett commented on this pull request.



> @@ -289,8 +289,14 @@ be subtracted from the RTT as long as the result is larger than the min_rtt.
 If the result is smaller than the min_rtt, the RTT should be used, but the
 ack delay field should be ignored.
 
-Like TCP, QUIC calculates both smoothed RTT and RTT variance similar to those
-specified in {{?RFC6298}}.
+A sender calculates both smoothed RTT and RTT variance similar to those
+specified in {{?RFC6298}}, see {{on-ack-received}}.
+
+A sender will commonly receive ACK frames that acknowledge larger packet numbers
+than before.  A sender might therefore take multiple samples per RTT (see

Suggestion: replace "A sender..." on with: "When multiple samples are generated within an RTT, the smoothed RTT may retain inadequate RTT history, as suggested in {{?RFC6298}}.  Utilizing multiple RTT samples per RTT in smoothed RTT and RTT variance in a different way is currently an open research 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/2340#pullrequestreview-193858610
----==_mimepart_5c40f85a9e7db_31733f7f0c4d45c010844b
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/2340#discussion_r248854185">draft-ietf-quic-recovery.md</a>:</p>
<pre style='color:#555'>&gt; @@ -289,8 +289,14 @@ be subtracted from the RTT as long as the result is larger than the min_rtt.
 If the result is smaller than the min_rtt, the RTT should be used, but the
 ack delay field should be ignored.
 
-Like TCP, QUIC calculates both smoothed RTT and RTT variance similar to those
-specified in {{?RFC6298}}.
+A sender calculates both smoothed RTT and RTT variance similar to those
+specified in {{?RFC6298}}, see {{on-ack-received}}.
+
+A sender will commonly receive ACK frames that acknowledge larger packet numbers
+than before.  A sender might therefore take multiple samples per RTT (see
</pre>
<p>Suggestion: replace "A sender..." on with: "When multiple samples are generated within an RTT, the smoothed RTT may retain inadequate RTT history, as suggested in {{?RFC6298}}.  Utilizing multiple RTT samples per RTT in smoothed RTT and RTT variance in a different way is currently an open research 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/2340#pullrequestreview-193858610">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AWbkq2OPqsNIIZdsA6Com05iFFMJCRPIks5vEO_agaJpZM4aEVlj">mute the thread</a>.<img src="https://github.com/notifications/beacon/AWbkqxAEjUBqQykObZl8CvlFzXIjTDfAks5vEO_agaJpZM4aEVlj.gif" height="1" width="1" alt="" /></p>
<script type="application/json" data-scope="inboxmarkup">{"api_version":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name":"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"https://github.githubassets.com/images/email/message_cards/header.png","avatar_image_url":"https://github.githubassets.com/images/email/message_cards/avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/quicwg/base-drafts"}},"updates":{"snippets":[{"icon":"PERSON","message":"@ianswett commented on #2340"}],"action":{"name":"View Pull Request","url":"https://github.com/quicwg/base-drafts/pull/2340#pullrequestreview-193858610"}}}</script>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/pull/2340#pullrequestreview-193858610",
"url": "https://github.com/quicwg/base-drafts/pull/2340#pullrequestreview-193858610",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>
----==_mimepart_5c40f85a9e7db_31733f7f0c4d45c010844b--


From nobody Thu Jan 17 14:04:41 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 9E165130EC1 for <quic-issues@ietfa.amsl.com>; Thu, 17 Jan 2019 14:04:39 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -5.935
X-Spam-Level: 
X-Spam-Status: No, score=-5.935 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIMWL_WL_HIGH=-4.553, DKIM_SIGNED=0.1, DKIM_VALID=-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_PASS=-0.001] autolearn=ham autolearn_force=no
Authentication-Results: ietfa.amsl.com (amavisd-new); dkim=pass (1024-bit key) header.d=github.com
Received: from mail.ietf.org ([4.31.198.44]) by localhost (ietfa.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id qQuMQ5G8ucrP for <quic-issues@ietfa.amsl.com>; Thu, 17 Jan 2019 14:04:37 -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 8074112958B for <quic-issues@ietf.org>; Thu, 17 Jan 2019 14:04:37 -0800 (PST)
DKIM-Signature: v=1; a=rsa-sha1; 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=4pKoUkOof9M2uYe5ES/zRD5I6gw=; b=R0g66uUzsdwP31L4 MGqOPetl2ot/fKGsDJRD/fDvLlY8W2ixC8dDqcKecGAz3gun/ynvLEov60rRweOd FQI+oWgbXZBZGuFW0i69+uj3fBkzMfE8TN6MxQNFWCLtR48kn/hwsr6kGJjTiRkN zrPCf2T7sRjPyPW5oJgvyJZwz2M=
Received: by filter0102p1iad2.sendgrid.net with SMTP id filter0102p1iad2-15898-5C40FBF3-25 2019-01-17 22:04:35.995061495 +0000 UTC m=+257552.178335824
Received: from github-lowworker-56a5eb2.cp1-iad.github.net (unknown [192.30.252.33]) by ismtpd0008p1iad2.sendgrid.net (SG) with ESMTP id 9yY43g6-RXSp3ucpmyFWpQ for <quic-issues@ietf.org>; Thu, 17 Jan 2019 22:04:36.114 +0000 (UTC)
Received: from github.com (localhost [127.0.0.1]) by github-lowworker-56a5eb2.cp1-iad.github.net (Postfix) with ESMTP id 092F4C0D52 for <quic-issues@ietf.org>; Thu, 17 Jan 2019 14:04:36 -0800 (PST)
Date: Thu, 17 Jan 2019 22:04:36 +0000 (UTC)
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/2296/push/3220578497@github.com>
In-Reply-To: <quicwg/base-drafts/pull/2296@github.com>
References: <quicwg/base-drafts/pull/2296@github.com>
Subject: Re: [quicwg/base-drafts] Allow servers to send a preferred address of each address family (#2296)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5c40fbf47d61_29d93f92cf2d45b413583d"; 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
X-SG-EID: l64QuQ2uJCcEyUykJbxN122A6QRmEpucztpreh3Pak2FBiH0QQV4LO74Iub8TMSQ9NPfJmhNztBOfU 2AvIcNKhWsQN5uQ7FzAmEDPH/1lRrw/OTDpWYlUe9uwpZT2Z22OAqZUropZ8tSSwWT0F+dXC1C9Ke2 I5EMZmJxDUW99qeM7UhyefuruW8LkTVepHeRA66pFYAN2oYSW46aKwDbISflbjG4SkhD94ezwzh/Cn c=
Archived-At: <https://mailarchive.ietf.org/arch/msg/quic-issues/SQXU91iFxguKjCn0j1KY0e4y_bg>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
List-Id: Notification list for GitHub issues related to the QUIC WG <quic-issues.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=unsubscribe>
List-Archive: <https://mailarchive.ietf.org/arch/browse/quic-issues/>
List-Post: <mailto:quic-issues@ietf.org>
List-Help: <mailto:quic-issues-request@ietf.org?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, 17 Jan 2019 22:04:40 -0000

----==_mimepart_5c40fbf47d61_29d93f92cf2d45b413583d
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

@DavidSchinazi pushed 1 commit.

5d1d27668056e76ba005e0d141fea70fe46b5c12  Add text to clarify how the second preferred address interacts with migration


-- 
You are receiving this because you are subscribed to this thread.
View it on GitHub:
https://github.com/quicwg/base-drafts/pull/2296/files/68a4d3a0da6ff40c707187b2e0a6062bc2d664e5..5d1d27668056e76ba005e0d141fea70fe46b5c12

----==_mimepart_5c40fbf47d61_29d93f92cf2d45b413583d
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/5d1d27668056e76ba005e0d141fea70fe46b5c12">5d1d276</a>  Add text to clarify how the second preferred address interacts with migration</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/2296/files/68a4d3a0da6ff40c707187b2e0a6062bc2d664e5..5d1d27668056e76ba005e0d141fea70fe46b5c12">View it on GitHub</a> or <a href="https://github.com/notifications/unsubscribe-auth/AWbkqxd4vTm6yRJudjA6kkp5T3jY3Jfhks5vEPN0gaJpZM4ZuHR_">mute the thread</a>.<img src="https://github.com/notifications/beacon/AWbkqxydXlbCFD04s47aBIxAbswjgc-Sks5vEPN0gaJpZM4ZuHR_.gif" height="1" width="1" alt="" /></p>
<script type="application/json" data-scope="inboxmarkup">{"api_version":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name":"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"https://github.githubassets.com/images/email/message_cards/header.png","avatar_image_url":"https://github.githubassets.com/images/email/message_cards/avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/quicwg/base-drafts"}},"updates":{"snippets":[{"icon":"PERSON","message":"@DavidSchinazi pushed 1 commit in #2296"}],"action":{"name":"View Pull Request","url":"https://github.com/quicwg/base-drafts/pull/2296/files/68a4d3a0da6ff40c707187b2e0a6062bc2d664e5..5d1d27668056e76ba005e0d141fea70fe46b5c12"}}}</script>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/pull/2296/files/68a4d3a0da6ff40c707187b2e0a6062bc2d664e5..5d1d27668056e76ba005e0d141fea70fe46b5c12",
"url": "https://github.com/quicwg/base-drafts/pull/2296/files/68a4d3a0da6ff40c707187b2e0a6062bc2d664e5..5d1d27668056e76ba005e0d141fea70fe46b5c12",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>

----==_mimepart_5c40fbf47d61_29d93f92cf2d45b413583d--


From nobody Thu Jan 17 14:05:33 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 867FE130EAA for <quic-issues@ietfa.amsl.com>; Thu, 17 Jan 2019 14:05:31 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -6.007
X-Spam-Level: 
X-Spam-Status: No, score=-6.007 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIMWL_WL_HIGH=-4.553, DKIM_SIGNED=0.1, DKIM_VALID=-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_PASS=-0.001] autolearn=ham autolearn_force=no
Authentication-Results: ietfa.amsl.com (amavisd-new); dkim=pass (1024-bit key) header.d=github.com
Received: from mail.ietf.org ([4.31.198.44]) by localhost (ietfa.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id yuglmAMFAKbS for <quic-issues@ietfa.amsl.com>; Thu, 17 Jan 2019 14:05:29 -0800 (PST)
Received: from o5.sgmail.github.com (o5.sgmail.github.com [192.254.113.10]) (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 969A212958B for <quic-issues@ietf.org>; Thu, 17 Jan 2019 14:05:29 -0800 (PST)
DKIM-Signature: v=1; a=rsa-sha1; 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=l5SajJsUEJE3nxLJcHJ5K2vCy6Q=; b=Ola8+VJZAzZpR2rD G6oHeRWdeIJww4I5KpT2XYxpA1G33tM67Ydf9EZJE8B2uHQnUm7nljf4sdmb26XG 2n4BBexOV0Q5I5tDffbnP5a/spSaO9ziGRsZ90+gHgjMJGr6undBHVYIoguCA1bk UNakjPtzIrDZViGgGnlW1Xr8imo=
Received: by filter1509p1mdw1.sendgrid.net with SMTP id filter1509p1mdw1-13718-5C40FC28-A 2019-01-17 22:05:28.44280817 +0000 UTC m=+251583.678977449
Received: from github-lowworker-e55e3e3.cp1-iad.github.net (unknown [192.30.252.41]) by ismtpd0010p1iad1.sendgrid.net (SG) with ESMTP id kM2mLAD9RpqdlIfnxQUnyg for <quic-issues@ietf.org>; Thu, 17 Jan 2019 22:05:28.422 +0000 (UTC)
Received: from github.com (localhost [127.0.0.1]) by github-lowworker-e55e3e3.cp1-iad.github.net (Postfix) with ESMTP id 62C33180D48 for <quic-issues@ietf.org>; Thu, 17 Jan 2019 14:05:28 -0800 (PST)
Date: Thu, 17 Jan 2019 22:05:28 +0000 (UTC)
From: Nick Banks <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+0166e4ab0a8469e5de3e7903e018733105fe09240cf6433792cf000000011858be2892a169ce179e43e2@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/issues/2299/455349338@github.com>
In-Reply-To: <quicwg/base-drafts/issues/2299@github.com>
References: <quicwg/base-drafts/issues/2299@github.com>
Subject: Re: [quicwg/base-drafts] consider making the varint encoding unique (#2299)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5c40fc28615ae_3ae83fc3e0ed45c035753"; 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
X-SG-EID: l64QuQ2uJCcEyUykJbxN122A6QRmEpucztpreh3Pak3QmiYg9DIJG2wKS7OKVjtYDOHFyLmYSWTfdP hRu+sZkq6QBf8uBFzEhiUaSEvHMLJFeG4vccv+GaFGKs+b4PoD5h1ZgtWR1tb/Uui9RMjoewChB/NH reYYtOvoij6rjlY3wSZnh0sUYu+VM2ghyB2N/x9KrWnxDDUWdZ8waK1GH38ises+nIv0La3Wjf+Cs8 I=
Archived-At: <https://mailarchive.ietf.org/arch/msg/quic-issues/_YxiNJiEkismBQy2i1qFlKK1ui8>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
List-Id: Notification list for GitHub issues related to the QUIC WG <quic-issues.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=unsubscribe>
List-Archive: <https://mailarchive.ietf.org/arch/browse/quic-issues/>
List-Post: <mailto:quic-issues@ietf.org>
List-Help: <mailto:quic-issues-request@ietf.org?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, 17 Jan 2019 22:05:32 -0000

----==_mimepart_5c40fc28615ae_3ae83fc3e0ed45c035753
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

Yeah, I'd prefer not to take a change for this, at this time.

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/quicwg/base-drafts/issues/2299#issuecomment-455349338
----==_mimepart_5c40fc28615ae_3ae83fc3e0ed45c035753
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

<p>Yeah, I'd prefer not to take a change for this, at this time.</p>

<p style="font-size:small;-webkit-text-size-adjust:none;color:#666;">&mdash;<br />You are receiving this because you are subscribed to this thread.<br />Reply to this email directly, <a href="https://github.com/quicwg/base-drafts/issues/2299#issuecomment-455349338">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AWbkqw2KlqqGlIuR1gsI-JY-ReC6ikLpks5vEPOogaJpZM4ZyX3n">mute the thread</a>.<img src="https://github.com/notifications/beacon/AWbkqxwyk_1WjzHfPxAalDybKxCECCleks5vEPOogaJpZM4ZyX3n.gif" height="1" width="1" alt="" /></p>
<script type="application/json" data-scope="inboxmarkup">{"api_version":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name":"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"https://github.githubassets.com/images/email/message_cards/header.png","avatar_image_url":"https://github.githubassets.com/images/email/message_cards/avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/quicwg/base-drafts"}},"updates":{"snippets":[{"icon":"PERSON","message":"@nibanks in #2299: Yeah, I'd prefer not to take a change for this, at this time."}],"action":{"name":"View Issue","url":"https://github.com/quicwg/base-drafts/issues/2299#issuecomment-455349338"}}}</script>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/issues/2299#issuecomment-455349338",
"url": "https://github.com/quicwg/base-drafts/issues/2299#issuecomment-455349338",
"name": "View Issue"
},
"description": "View this Issue on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>
----==_mimepart_5c40fc28615ae_3ae83fc3e0ed45c035753--


From nobody Thu Jan 17 14:06: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 062B6130EAA for <quic-issues@ietfa.amsl.com>; Thu, 17 Jan 2019 14:06:19 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -11.149
X-Spam-Level: 
X-Spam-Status: No, score=-11.149 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIMWL_WL_HIGH=-4.553, 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_PASS=-0.001] autolearn=ham autolearn_force=no
Authentication-Results: ietfa.amsl.com (amavisd-new); dkim=pass (1024-bit key) header.d=github.com
Received: from mail.ietf.org ([4.31.198.44]) by localhost (ietfa.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 6P7UlTiHpC0h for <quic-issues@ietfa.amsl.com>; Thu, 17 Jan 2019 14:06: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 4BA8912958B for <quic-issues@ietf.org>; Thu, 17 Jan 2019 14:06:17 -0800 (PST)
Date: Thu, 17 Jan 2019 14:06:16 -0800
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1547762776; bh=ph8N41rIpXkTCRJubR+c9Law2Y4J8TfuLXDiAfKgSOI=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=2CopaP406iSKGOIthIr9t2kx3xrqQzu/Y4+IhzFIJeIhqlNRGuiVcAHV91sNlE0/8 BsLQvbE0ItQ5rdQ7kZfX2aqnItqqb4wYBZ2QI7SQdM7d7Yi8AbD7SzaIjuJQqj+TSL sGMk0NFQCWH3gC24Jpl7CxzyhgaOKXtvdm80VmcY=
From: David Schinazi <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+0166e4ab1ed5d1ce2fabb6a0ac87ef34e6bbbc49987d514192cf000000011858be5892a169ce179bec73@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/pull/2296/review/193865454@github.com>
In-Reply-To: <quicwg/base-drafts/pull/2296@github.com>
References: <quicwg/base-drafts/pull/2296@github.com>
Subject: Re: [quicwg/base-drafts] Allow servers to send a preferred address of each address family (#2296)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5c40fc5844d45_7a2a3fdb42ad45b41886cc"; 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/mprowAcUKn20LnQULRPSr86XnMY>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
List-Id: Notification list for GitHub issues related to the QUIC WG <quic-issues.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=unsubscribe>
List-Archive: <https://mailarchive.ietf.org/arch/browse/quic-issues/>
List-Post: <mailto:quic-issues@ietf.org>
List-Help: <mailto:quic-issues-request@ietf.org?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, 17 Jan 2019 22:06:19 -0000

----==_mimepart_5c40fc5844d45_7a2a3fdb42ad45b41886cc
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

DavidSchinazi commented on this pull request.



> @@ -2116,9 +2116,13 @@ packets.
 A server conveys a preferred address by including the preferred_address
 transport parameter in the TLS handshake.
 
-Once the handshake is finished, the client SHOULD initiate path validation (see
-{{migrate-validate}}) of the server's preferred address using the connection ID
-provided in the preferred_address transport parameter.
+Servers MAY communicate a preferred address of each address family (IPv4 and
+IPv6) to allow clients to pick the one most suited to their network attachment.

Good point, I've added some text to the _Interaction of Client Migration and Preferred Address_ 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/2296#discussion_r248859413
----==_mimepart_5c40fc5844d45_7a2a3fdb42ad45b41886cc
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/2296#discussion_r248859413">draft-ietf-quic-transport.md</a>:</p>
<pre style='color:#555'>&gt; @@ -2116,9 +2116,13 @@ packets.
 A server conveys a preferred address by including the preferred_address
 transport parameter in the TLS handshake.
 
-Once the handshake is finished, the client SHOULD initiate path validation (see
-{{migrate-validate}}) of the server&#39;s preferred address using the connection ID
-provided in the preferred_address transport parameter.
+Servers MAY communicate a preferred address of each address family (IPv4 and
+IPv6) to allow clients to pick the one most suited to their network attachment.
</pre>
<p>Good point, I've added some text to the <em>Interaction of Client Migration and Preferred Address</em> 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/2296#discussion_r248859413">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AWbkq07S9mj8mMtgzormKW_VDtjcPRLSks5vEPPYgaJpZM4ZuHR_">mute the thread</a>.<img src="https://github.com/notifications/beacon/AWbkq5xahBXEttDtB_HAEroRVyUcdUDsks5vEPPYgaJpZM4ZuHR_.gif" height="1" width="1" alt="" /></p>
<script type="application/json" data-scope="inboxmarkup">{"api_version":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name":"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"https://github.githubassets.com/images/email/message_cards/header.png","avatar_image_url":"https://github.githubassets.com/images/email/message_cards/avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/quicwg/base-drafts"}},"updates":{"snippets":[{"icon":"PERSON","message":"@DavidSchinazi commented on #2296"}],"action":{"name":"View Pull Request","url":"https://github.com/quicwg/base-drafts/pull/2296#discussion_r248859413"}}}</script>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/pull/2296#discussion_r248859413",
"url": "https://github.com/quicwg/base-drafts/pull/2296#discussion_r248859413",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>
----==_mimepart_5c40fc5844d45_7a2a3fdb42ad45b41886cc--


From nobody Thu Jan 17 14:28:38 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 C3E7C130E5E for <quic-issues@ietfa.amsl.com>; Thu, 17 Jan 2019 14:28:36 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -6.149
X-Spam-Level: 
X-Spam-Status: No, score=-6.149 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIMWL_WL_HIGH=-4.553, 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_PASS=-0.001] autolearn=ham autolearn_force=no
Authentication-Results: ietfa.amsl.com (amavisd-new); dkim=pass (1024-bit key) header.d=github.com
Received: from mail.ietf.org ([4.31.198.44]) by localhost (ietfa.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id HNaqArkO5ilg for <quic-issues@ietfa.amsl.com>; Thu, 17 Jan 2019 14:28:35 -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 04F7D12958B for <quic-issues@ietf.org>; Thu, 17 Jan 2019 14:28:34 -0800 (PST)
DKIM-Signature: v=1; a=rsa-sha1; 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=y15txiksyS+vPyXBCagMSJ4sSjE=; b=hR+gybNcRgMIf2FR G8a9Lgrd94McjaJ7P2n8ZvLsQ879BQK7Tr/siyaId0EyM48h/dNoev8Hq+YJOW7H 9+rG4SuSdvzR9YO3Po4hTNLfwUHST8HMjHmJ7IdhyC1+n+659DbbsvLHhjTiiCeU FpEOf1HOHN5YyUenB+a6DdeI8dY=
Received: by filter0129p1iad2.sendgrid.net with SMTP id filter0129p1iad2-1191-5C40FD65-19 2019-01-17 22:10:45.693055679 +0000 UTC m=+256788.031233182
Received: from github-lowworker-baaab27.cp1-iad.github.net (unknown [192.30.252.33]) by ismtpd0027p1iad2.sendgrid.net (SG) with ESMTP id lHTy87PZTSOyiIgdSoE--w for <quic-issues@ietf.org>; Thu, 17 Jan 2019 22:10:45.633 +0000 (UTC)
Received: from github.com (localhost [127.0.0.1]) by github-lowworker-baaab27.cp1-iad.github.net (Postfix) with ESMTP id 9499C80324 for <quic-issues@ietf.org>; Thu, 17 Jan 2019 14:10:45 -0800 (PST)
Date: Thu, 17 Jan 2019 22:10:46 +0000 (UTC)
From: David Schinazi <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+0166e4ab460090c8de8860894763524e08389c74c9356d7192cf000000011858bf6592a169ce179e43e2@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/issues/2299/455350870@github.com>
In-Reply-To: <quicwg/base-drafts/issues/2299@github.com>
References: <quicwg/base-drafts/issues/2299@github.com>
Subject: Re: [quicwg/base-drafts] consider making the varint encoding unique (#2299)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5c40fd6593255_54ed3fe7a56d45bc340113"; 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
X-SG-EID: l64QuQ2uJCcEyUykJbxN122A6QRmEpucztpreh3Pak1J7szeSYX1XVE7bY9iHyxlEOrcsizTg4O6qa inh90ZeX0or9YqyNiAkTDbbIE4/8kA3hyK9FOESPFqHv7j78NlxYZYSFrRA4Wj1FiOL17ostnuBGNj 42qajNKmbmUZ3M2rYQqZxSs5+VXgjp6tWLqBYvthxJxxqOCcuRxbj49xVrHYA8hTzranD3HgLuXOqx s=
Archived-At: <https://mailarchive.ietf.org/arch/msg/quic-issues/kBTxUvSUSIOmL3Bx2FklpxodIuo>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
List-Id: Notification list for GitHub issues related to the QUIC WG <quic-issues.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=unsubscribe>
List-Archive: <https://mailarchive.ietf.org/arch/browse/quic-issues/>
List-Post: <mailto:quic-issues@ietf.org>
List-Help: <mailto:quic-issues-request@ietf.org?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, 17 Jan 2019 22:28:37 -0000

----==_mimepart_5c40fd6593255_54ed3fe7a56d45bc340113
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

(somehow I accidentally deleted my earlier comment, so I'm reposting it)

@ianswett This would add complexity to our long header write path, but it wouldn't be insurmountable. I personally don't have a strong opinion on this change either 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/issues/2299#issuecomment-455350870
----==_mimepart_5c40fd6593255_54ed3fe7a56d45bc340113
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

<p>(somehow I accidentally deleted my earlier comment, so I'm reposting it)</p>
<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> This would add complexity to our long header write path, but it wouldn't be insurmountable. I personally don't have a strong opinion on this change either 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/issues/2299#issuecomment-455350870">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AWbkq7zwxJM_leRAyKZTm_Dtyd2SHF-3ks5vEPTlgaJpZM4ZyX3n">mute the thread</a>.<img src="https://github.com/notifications/beacon/AWbkqzSKov51nxM3G44IoWdXStkm0oH7ks5vEPTlgaJpZM4ZyX3n.gif" height="1" width="1" alt="" /></p>
<script type="application/json" data-scope="inboxmarkup">{"api_version":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name":"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"https://github.githubassets.com/images/email/message_cards/header.png","avatar_image_url":"https://github.githubassets.com/images/email/message_cards/avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/quicwg/base-drafts"}},"updates":{"snippets":[{"icon":"PERSON","message":"@DavidSchinazi in #2299: (somehow I accidentally deleted my earlier comment, so I'm reposting it)\r\n\r\n@ianswett This would add complexity to our long header write path, but it wouldn't be insurmountable. I personally don't have a strong opinion on this change either way."}],"action":{"name":"View Issue","url":"https://github.com/quicwg/base-drafts/issues/2299#issuecomment-455350870"}}}</script>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/issues/2299#issuecomment-455350870",
"url": "https://github.com/quicwg/base-drafts/issues/2299#issuecomment-455350870",
"name": "View Issue"
},
"description": "View this Issue on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>
----==_mimepart_5c40fd6593255_54ed3fe7a56d45bc340113--


From nobody Thu Jan 17 15:36: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 343E9130FBE for <quic-issues@ietfa.amsl.com>; Thu, 17 Jan 2019 15:36:06 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -10.935
X-Spam-Level: 
X-Spam-Status: No, score=-10.935 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIMWL_WL_HIGH=-4.553, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, HTML_IMAGE_ONLY_24=1.618, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-1, RCVD_IN_DNSWL_HI=-5, SPF_PASS=-0.001] autolearn=ham autolearn_force=no
Authentication-Results: ietfa.amsl.com (amavisd-new); dkim=pass (1024-bit key) header.d=github.com
Received: from mail.ietf.org ([4.31.198.44]) by localhost (ietfa.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id gQwjRCnbbuQZ for <quic-issues@ietfa.amsl.com>; Thu, 17 Jan 2019 15:36: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 800DB130FBA for <quic-issues@ietf.org>; Thu, 17 Jan 2019 15:36:04 -0800 (PST)
Date: Thu, 17 Jan 2019 15:36:03 -0800
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1547768163; bh=sZhe7318qPzC62kBzO15vUUlWHtIHe7EV3hyJ9icCTw=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=GQkGxQcYU6RXBGfSEuEpECsG/E2lmk4PG54cLIp2Bxss9kwh6mI1T3ROf6SAFMzTO roQ07jPI8ASgcUEN82nXVIFnAbP/NN3iMayLQ7G9rBdeoBn9vRSvATIAnj/m8AOMwh b7MOA8xvZwALlRscZCHh1gX65IpbExbwZjSp4jaU=
From: Kazuho Oku <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+0166e4ab642af5e9e36a880e70ff766df89ced6607e5d14292cf000000011858d36392a169ce1784eaec@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/issues/2267/455372082@github.com>
In-Reply-To: <quicwg/base-drafts/issues/2267@github.com>
References: <quicwg/base-drafts/issues/2267@github.com>
Subject: Re: [quicwg/base-drafts] loss of only two packets can lead to an unrecoverable situation (#2267)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5c4111632ab33_4adb3fdd3b4d45c42258c6"; 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/gS3tNhQG51KFTsq7lFFEurLUlaE>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
List-Id: Notification list for GitHub issues related to the QUIC WG <quic-issues.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=unsubscribe>
List-Archive: <https://mailarchive.ietf.org/arch/browse/quic-issues/>
List-Post: <mailto:quic-issues@ietf.org>
List-Help: <mailto:quic-issues-request@ietf.org?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, 17 Jan 2019 23:36:06 -0000

----==_mimepart_5c4111632ab33_4adb3fdd3b4d45c42258c6
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

@ianswett Seems to me that that is 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/2267#issuecomment-455372082
----==_mimepart_5c4111632ab33_4adb3fdd3b4d45c42258c6
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> Seems to me that that is 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/2267#issuecomment-455372082">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AWbkqwMa9PSOg1CE-K5KjXiNL0SYYpgBks5vEQjjgaJpZM4ZjodA">mute the thread</a>.<img src="https://github.com/notifications/beacon/AWbkq_3IXk8Qjdlk5mvPD84obWYOoZXRks5vEQjjgaJpZM4ZjodA.gif" height="1" width="1" alt="" /></p>
<script type="application/json" data-scope="inboxmarkup">{"api_version":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name":"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"https://github.githubassets.com/images/email/message_cards/header.png","avatar_image_url":"https://github.githubassets.com/images/email/message_cards/avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/quicwg/base-drafts"}},"updates":{"snippets":[{"icon":"PERSON","message":"@kazuho in #2267: @ianswett Seems to me that that is the case."}],"action":{"name":"View Issue","url":"https://github.com/quicwg/base-drafts/issues/2267#issuecomment-455372082"}}}</script>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/issues/2267#issuecomment-455372082",
"url": "https://github.com/quicwg/base-drafts/issues/2267#issuecomment-455372082",
"name": "View Issue"
},
"description": "View this Issue on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>
----==_mimepart_5c4111632ab33_4adb3fdd3b4d45c42258c6--


From nobody Thu Jan 17 15:58:39 2019
Return-Path: <bounce+565321.40f-quic-issues=ietf.org@github.com>
X-Original-To: quic-issues@ietfa.amsl.com
Delivered-To: quic-issues@ietfa.amsl.com
Received: from localhost (localhost [127.0.0.1]) by ietfa.amsl.com (Postfix) with ESMTP id 6357D130FDC for <quic-issues@ietfa.amsl.com>; Thu, 17 Jan 2019 15:58:37 -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=-4.553, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, HEADER_FROM_DIFFERENT_DOMAINS=0.001, RCVD_IN_DNSWL_NONE=-0.0001, SPF_PASS=-0.001] autolearn=ham autolearn_force=no
Authentication-Results: ietfa.amsl.com (amavisd-new); dkim=pass (1024-bit key) header.d=github.com
Received: from mail.ietf.org ([4.31.198.44]) by localhost (ietfa.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id aytbvinzm2-E for <quic-issues@ietfa.amsl.com>; Thu, 17 Jan 2019 15:58:35 -0800 (PST)
Received: from m71-131.mailgun.net (m71-131.mailgun.net [166.78.71.131]) (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 85F41130FD4 for <quic-issues@ietf.org>; Thu, 17 Jan 2019 15:58:35 -0800 (PST)
DKIM-Signature: a=rsa-sha256; v=1; c=relaxed/relaxed; d=github.com; q=dns/txt;  s=mailo; t=1547769514; h=Content-Transfer-Encoding: Content-Type: Mime-Version: Subject: Message-ID: To: Reply-To: From: Date: Sender; bh=RZij7Lix8oKRD17Veu8pnPJGIuQt8rH7o2sTiQS00HA=; b=LbUvK7DGqS2qSuFZPHkWBY4V9Xpp7xRVuoh/X1w/DskyFYKXFn31ortdonR2ehs1WNQuMxni Gblj1xIrVyvsXdfwMLlmfq28Uq5lMZrNORyeb/LJPvaVM/zgPrctbvHcwDVF5USHz3S2fb7F B4s8mJogzXcfybxS/W2DIkl9luU=
X-Mailgun-Sending-Ip: 166.78.71.131
X-Mailgun-Sid: WyJhNzYyYiIsICJxdWljLWlzc3Vlc0BpZXRmLm9yZyIsICI0MGYiXQ==
Sender: mbishop=evequefou.be@github.com
Received: from github.com (Unknown [192.30.252.35]) by mxa.mailgun.org with ESMTP id 5c4116aa.7f6ea7171c60-smtp-out-n01; Thu, 17 Jan 2019 23:58:34 -0000 (UTC)
Date: Thu, 17 Jan 2019 15:58:34 -0800
From: Mike Bishop <mbishop@evequefou.be>
Reply-To: Mike Bishop <mbishop@evequefou.be>
To: quic-issues@ietf.org
Message-ID: <5c4116aa2d00e_2c4c2ae755bc8588497e6@hookshot-fe-d252ca1.cp1-iad.github.net.mail>
Subject: [quicwg/base-drafts] 369669: GOAWAY on wrong stream is WRONG_STREAM
Mime-Version: 1.0
Content-Type: multipart/mixed; boundary="--==_mimepart_5c4116aa2c9cd_2c4c2ae755bc8588496c"; charset=UTF-8
Content-Transfer-Encoding: 7bit
Archived-At: <https://mailarchive.ietf.org/arch/msg/quic-issues/LjWbsu19UCNPgKQRQqXT3TnzM4c>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
Precedence: list
List-Id: Notification list for GitHub issues related to the QUIC WG <quic-issues.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=unsubscribe>
List-Archive: <https://mailarchive.ietf.org/arch/browse/quic-issues/>
List-Post: <mailto:quic-issues@ietf.org>
List-Help: <mailto:quic-issues-request@ietf.org?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, 17 Jan 2019 23:58:37 -0000

----==_mimepart_5c4116aa2c9cd_2c4c2ae755bc8588496c
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

  Branch: refs/heads/http/goaway_error
  Home:   https://github.com/quicwg/base-drafts
  Commit: 3696693f968f05009b8587ce6a1cc9f2cf527112
      https://github.com/quicwg/base-drafts/commit/3696693f968f05009b8587ce6a1cc9f2cf527112
  Author: Mike Bishop <mbishop@evequefou.be>
  Date:   2019-01-17 (Thu, 17 Jan 2019)

  Changed paths:
    M draft-ietf-quic-http.md

  Log Message:
  -----------
  GOAWAY on wrong stream is WRONG_STREAM



      **NOTE:** This service has been marked for deprecation: https://developer.github.com/changes/2018-04-25-github-services-deprecation/

      Functionality will be removed from GitHub.com on January 31st, 2019.

----==_mimepart_5c4116aa2c9cd_2c4c2ae755bc8588496c--


From nobody Thu Jan 17 15: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 6C041130FD4 for <quic-issues@ietfa.amsl.com>; Thu, 17 Jan 2019 15:59:48 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -12.553
X-Spam-Level: 
X-Spam-Status: No, score=-12.553 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIMWL_WL_HIGH=-4.553, 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_PASS=-0.001] autolearn=ham autolearn_force=no
Authentication-Results: ietfa.amsl.com (amavisd-new); dkim=pass (1024-bit key) header.d=github.com
Received: from mail.ietf.org ([4.31.198.44]) by localhost (ietfa.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id sfLMWCusUW1W for <quic-issues@ietfa.amsl.com>; Thu, 17 Jan 2019 15:59:46 -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 5A521130F01 for <quic-issues@ietf.org>; Thu, 17 Jan 2019 15:59:46 -0800 (PST)
Date: Thu, 17 Jan 2019 15:59:45 -0800
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1547769585; bh=CwVid9UQP8NFzH/GAPpXDCjkWrCAxBO+nkrhesryD8A=; h=Date:From:Reply-To:To:Cc:Subject:List-ID:List-Archive:List-Post: List-Unsubscribe:From; b=HBt6yOOnfBc5wdYlE3mPR7byS/zf6zsjqofVJ7oPcVxhwz67maYpAewWftD1ZfApW fvAqq5CKcJm7y0OV5D1WeeNElnv1mA5mpuZDUjUjlPjEqsnIB68L7EqeaxElYXwvKc KCSe7S2AzT7uK/dTJ0e+c9+yKQCGMlaQh/Wk4bM4=
From: Mike Bishop <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+0166e4abf3d04fdad6e74ce45cf8401d37dc67d0ad6ab26e92cf000000011858d8f192a169ce17df60aa@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/pull/2343@github.com>
Subject: [quicwg/base-drafts] GOAWAY on wrong stream is WRONG_STREAM (#2343)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5c4116f14a8ed_312c3fe70f4d45b48322c"; 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/8yd1n0eIz9ofw0ym6iYpDcj2yoI>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
List-Id: Notification list for GitHub issues related to the QUIC WG <quic-issues.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=unsubscribe>
List-Archive: <https://mailarchive.ietf.org/arch/browse/quic-issues/>
List-Post: <mailto:quic-issues@ietf.org>
List-Help: <mailto:quic-issues-request@ietf.org?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, 17 Jan 2019 23:59:49 -0000

----==_mimepart_5c4116f14a8ed_312c3fe70f4d45b48322c
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

Fixes #2231.  (Note that the issue identifies two issues, but one was already fixed in #2204.)
You can view, comment on, or merge this pull request online at:

  https://github.com/quicwg/base-drafts/pull/2343

-- Commit Summary --

  * GOAWAY on wrong stream is WRONG_STREAM

-- File Changes --

    M draft-ietf-quic-http.md (2)

-- Patch Links --

https://github.com/quicwg/base-drafts/pull/2343.patch
https://github.com/quicwg/base-drafts/pull/2343.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/2343

----==_mimepart_5c4116f14a8ed_312c3fe70f4d45b48322c
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 #2231.">Fixes</span> <a class="issue-link js-issue-link" data-error-text="Failed to load issue title" data-id="393245967" data-permission-text="Issue title is private" data-url="https://github.com/quicwg/base-drafts/issues/2231" data-hovercard-type="issue" data-hovercard-url="/quicwg/base-drafts/issues/2231/hovercard" href="https://github.com/quicwg/base-drafts/issues/2231">#2231</a>.  (Note that the issue identifies two issues, but one was already fixed in <a class="issue-link js-issue-link" data-error-text="Failed to load issue title" data-id="392125638" data-permission-text="Issue title is private" data-url="https://github.com/quicwg/base-drafts/issues/2204" data-hovercard-type="pull_request" data-hovercard-url="/quicwg/base-drafts/pull/2204/hovercard" href="https://github.com/quicwg/base-drafts/pull/2204">#2204</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/2343'>https://github.com/quicwg/base-drafts/pull/2343</a></p>

<h4>Commit Summary</h4>
<ul>
  <li>GOAWAY on wrong stream is WRONG_STREAM</li>
</ul>

<h4>File Changes</h4>
<ul>
  <li>
    <strong>M</strong>
    <a href="https://github.com/quicwg/base-drafts/pull/2343/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/2343.patch'>https://github.com/quicwg/base-drafts/pull/2343.patch</a></li>
  <li><a href='https://github.com/quicwg/base-drafts/pull/2343.diff'>https://github.com/quicwg/base-drafts/pull/2343.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/2343">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AWbkq0xNXTaxw_HHkT-V_hT5m6OKlGDgks5vEQ5xgaJpZM4aG-Lb">mute the thread</a>.<img src="https://github.com/notifications/beacon/AWbkqx1QbEEZI7tvKX8DDyrFDmS3iK5cks5vEQ5xgaJpZM4aG-Lb.gif" height="1" width="1" alt="" /></p>
<script type="application/json" data-scope="inboxmarkup">{"api_version":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name":"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"https://github.githubassets.com/images/email/message_cards/header.png","avatar_image_url":"https://github.githubassets.com/images/email/message_cards/avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/quicwg/base-drafts"}},"updates":{"snippets":[{"icon":"DESCRIPTION","message":"GOAWAY on wrong stream is WRONG_STREAM (#2343)"}],"action":{"name":"View Pull Request","url":"https://github.com/quicwg/base-drafts/pull/2343"}}}</script>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/pull/2343",
"url": "https://github.com/quicwg/base-drafts/pull/2343",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>

----==_mimepart_5c4116f14a8ed_312c3fe70f4d45b48322c--


From nobody Thu Jan 17 17:22:16 2019
Return-Path: <bounce+565321.40f-quic-issues=ietf.org@github.com>
X-Original-To: quic-issues@ietfa.amsl.com
Delivered-To: quic-issues@ietfa.amsl.com
Received: from localhost (localhost [127.0.0.1]) by ietfa.amsl.com (Postfix) with ESMTP id 83C6312D7F8 for <quic-issues@ietfa.amsl.com>; Thu, 17 Jan 2019 17:22:14 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -0.996
X-Spam-Level: 
X-Spam-Status: No, score=-0.996 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIM_ADSP_CUSTOM_MED=0.001, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, FREEMAIL_FORGED_FROMDOMAIN=0.001, FREEMAIL_FROM=0.001, HEADER_FROM_DIFFERENT_DOMAINS=0.001, NML_ADSP_CUSTOM_MED=0.9, RCVD_IN_DNSWL_NONE=-0.0001, SPF_PASS=-0.001, URIBL_BLOCKED=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 fTpIhr5zFAxe for <quic-issues@ietfa.amsl.com>; Thu, 17 Jan 2019 17:22:13 -0800 (PST)
Received: from m69-170.mailgun.net (m69-170.mailgun.net [166.78.69.170]) (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 21BE912D4F2 for <quic-issues@ietf.org>; Thu, 17 Jan 2019 17:22:13 -0800 (PST)
DKIM-Signature: a=rsa-sha256; v=1; c=relaxed/relaxed; d=github.com; q=dns/txt;  s=mailo; t=1547774532; h=Content-Transfer-Encoding: Content-Type: Mime-Version: Subject: Message-ID: To: Reply-To: From: Date: Sender; bh=8vqc/WFXxJjFckGCaehpK4Esv1cc90qq0uV6Wl11gM0=; b=XvVUb7hklPnJaYdFMTcO/dE5z337U8kv30XePtSgAyKqj9IOrJQC+TTdtrwfAamluHEV0ztF gIWbb2rb2D9wEVz9rcXFlDoHURDyTvuJjjDYdU0T+oiR4kfuLDVNiNKmJFHJQFOxeMmzgiR+ 89FWgNQ+GUWtQmQvjFgB+9k0l3M=
X-Mailgun-Sending-Ip: 166.78.69.170
X-Mailgun-Sid: WyJhNzYyYiIsICJxdWljLWlzc3Vlc0BpZXRmLm9yZyIsICI0MGYiXQ==
Sender: jri.ietf=gmail.com@github.com
Received: from github.com (Unknown [192.30.252.44]) by mxa.mailgun.org with ESMTP id 5c412a43.7f760d02c960-smtp-out-n03; Fri, 18 Jan 2019 01:22:11 -0000 (UTC)
Date: Thu, 17 Jan 2019 17:22:10 -0800
From: Jana Iyengar <jri.ietf@gmail.com>
Reply-To: Jana Iyengar <jri.ietf@gmail.com>
To: quic-issues@ietf.org
Message-ID: <5c412a429aa8e_1a062af6df9bc58426534@hookshot-fe-6e9b612.cp1-iad.github.net.mail>
Subject: [quicwg/base-drafts] f68a65: more smithing
Mime-Version: 1.0
Content-Type: multipart/mixed; boundary="--==_mimepart_5c412a429a707_1a062af6df9bc58426415"; charset=UTF-8
Content-Transfer-Encoding: 7bit
Archived-At: <https://mailarchive.ietf.org/arch/msg/quic-issues/IBVvnsTjtRirngkeL4-rovU_ukI>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
Precedence: list
List-Id: Notification list for GitHub issues related to the QUIC WG <quic-issues.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=unsubscribe>
List-Archive: <https://mailarchive.ietf.org/arch/browse/quic-issues/>
List-Post: <mailto:quic-issues@ietf.org>
List-Help: <mailto:quic-issues-request@ietf.org?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, 18 Jan 2019 01:22:14 -0000

----==_mimepart_5c412a429a707_1a062af6df9bc58426415
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

  Branch: refs/heads/close2067
  Home:   https://github.com/quicwg/base-drafts
  Commit: f68a65af4ea7d6ed714bcb6ef2c4df06545c787a
      https://github.com/quicwg/base-drafts/commit/f68a65af4ea7d6ed714bcb6ef2c4df06545c787a
  Author: Jana Iyengar <jri.ietf@gmail.com>
  Date:   2019-01-17 (Thu, 17 Jan 2019)

  Changed paths:
    M draft-ietf-quic-recovery.md

  Log Message:
  -----------
  more smithing



      **NOTE:** This service has been marked for deprecation: https://developer.github.com/changes/2018-04-25-github-services-deprecation/

      Functionality will be removed from GitHub.com on January 31st, 2019.

----==_mimepart_5c412a429a707_1a062af6df9bc58426415--


From nobody Thu Jan 17 17:22: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 9215C12D7F8 for <quic-issues@ietfa.amsl.com>; Thu, 17 Jan 2019 17:22:16 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -10.935
X-Spam-Level: 
X-Spam-Status: No, score=-10.935 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIMWL_WL_HIGH=-4.553, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, HTML_IMAGE_ONLY_24=1.618, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-1, RCVD_IN_DNSWL_HI=-5, SPF_PASS=-0.001] autolearn=ham autolearn_force=no
Authentication-Results: ietfa.amsl.com (amavisd-new); dkim=pass (1024-bit key) header.d=github.com
Received: from mail.ietf.org ([4.31.198.44]) by localhost (ietfa.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id EVtClebqzfAA for <quic-issues@ietfa.amsl.com>; Thu, 17 Jan 2019 17:22: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 D03FD12D4F2 for <quic-issues@ietf.org>; Thu, 17 Jan 2019 17:22:14 -0800 (PST)
Date: Thu, 17 Jan 2019 17:22:13 -0800
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1547774533; bh=NR3rSr8TZMrhKgMLDfzfOfcqxbdeKSPcQpaFc0Fg/ps=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=ixjsWfZzmTiyipzHudnfo74d1BGheUWivmN3kFprkqsDKiTcVj0fmDbCMr84TD+mu 1D/ORoVXqDAxW3Z148315CDGrKu0SSlMiccVB/DMTwj76NgPSUiR0WumEGw/CyBrsA qtInUtOCs/mIM9pnrihxsqfbtbEkZCrf638PuyYE=
From: janaiyengar <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/2340/push/3220999085@github.com>
In-Reply-To: <quicwg/base-drafts/pull/2340@github.com>
References: <quicwg/base-drafts/pull/2340@github.com>
Subject: Re: [quicwg/base-drafts] Add note about frequent RTT estimates (#2340)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5c412a45b31d1_5b703fc0960d45bc134697"; 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/CtvUWvPW48rtE-J3EEMx08nfrUM>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
List-Id: Notification list for GitHub issues related to the QUIC WG <quic-issues.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=unsubscribe>
List-Archive: <https://mailarchive.ietf.org/arch/browse/quic-issues/>
List-Post: <mailto:quic-issues@ietf.org>
List-Help: <mailto:quic-issues-request@ietf.org?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, 18 Jan 2019 01:22:17 -0000

----==_mimepart_5c412a45b31d1_5b703fc0960d45bc134697
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

@janaiyengar pushed 1 commit.

f68a65af4ea7d6ed714bcb6ef2c4df06545c787a  more smithing


-- 
You are receiving this because you are subscribed to this thread.
View it on GitHub:
https://github.com/quicwg/base-drafts/pull/2340/files/e69874c32b91cf82711594194a898ffe2db5ca6d..f68a65af4ea7d6ed714bcb6ef2c4df06545c787a

----==_mimepart_5c412a45b31d1_5b703fc0960d45bc134697
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/f68a65af4ea7d6ed714bcb6ef2c4df06545c787a">f68a65a</a>  more smithing</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/2340/files/e69874c32b91cf82711594194a898ffe2db5ca6d..f68a65af4ea7d6ed714bcb6ef2c4df06545c787a">View it on GitHub</a> or <a href="https://github.com/notifications/unsubscribe-auth/AWbkq7kOovwhIOctXzY3Z-9pz6F9jg65ks5vESHFgaJpZM4aEVlj">mute the thread</a>.<img src="https://github.com/notifications/beacon/AWbkq4pTc802mfz1HhwSOkoUXW9K_6uKks5vESHFgaJpZM4aEVlj.gif" height="1" width="1" alt="" /></p>
<script type="application/json" data-scope="inboxmarkup">{"api_version":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name":"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"https://github.githubassets.com/images/email/message_cards/header.png","avatar_image_url":"https://github.githubassets.com/images/email/message_cards/avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/quicwg/base-drafts"}},"updates":{"snippets":[{"icon":"PERSON","message":"@janaiyengar pushed 1 commit in #2340"}],"action":{"name":"View Pull Request","url":"https://github.com/quicwg/base-drafts/pull/2340/files/e69874c32b91cf82711594194a898ffe2db5ca6d..f68a65af4ea7d6ed714bcb6ef2c4df06545c787a"}}}</script>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/pull/2340/files/e69874c32b91cf82711594194a898ffe2db5ca6d..f68a65af4ea7d6ed714bcb6ef2c4df06545c787a",
"url": "https://github.com/quicwg/base-drafts/pull/2340/files/e69874c32b91cf82711594194a898ffe2db5ca6d..f68a65af4ea7d6ed714bcb6ef2c4df06545c787a",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>

----==_mimepart_5c412a45b31d1_5b703fc0960d45bc134697--


From nobody Thu Jan 17 17: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 1F62A12D4F2 for <quic-issues@ietfa.amsl.com>; Thu, 17 Jan 2019 17:22:21 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -11.149
X-Spam-Level: 
X-Spam-Status: No, score=-11.149 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIMWL_WL_HIGH=-4.553, 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_PASS=-0.001] autolearn=ham autolearn_force=no
Authentication-Results: ietfa.amsl.com (amavisd-new); dkim=pass (1024-bit key) header.d=github.com
Received: from mail.ietf.org ([4.31.198.44]) by localhost (ietfa.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id cbuqJy7ny9_P for <quic-issues@ietfa.amsl.com>; Thu, 17 Jan 2019 17:22:19 -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 5880313105F for <quic-issues@ietf.org>; Thu, 17 Jan 2019 17:22:19 -0800 (PST)
Date: Thu, 17 Jan 2019 17:22:18 -0800
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1547774538; bh=siPwmFdqfsX5gg5KOFMK2a2tiJlhFYedwGtDc08iSMs=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=m31Q2TwdiwBOsY93I+G8Ckq0YjGO+tiiJCrDco5RsGc2PFOzpXfxS44inBMVYkcax OWbHXpkm+Sia4ubsDtD4s+ubRIarb0C/57aUaZNPuh94Swpk2GyZNWybhTuAh7FOVB NoM7nEMDXkWWxuVupV+x1v/hj6UEQkKyrZmjscVU=
From: janaiyengar <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+0166e4ab9cbbc38d5672fb10fd58ecbecffa06566f48cec892cf000000011858ec4a92a169ce17d8cc13@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/pull/2340/review/193914340@github.com>
In-Reply-To: <quicwg/base-drafts/pull/2340@github.com>
References: <quicwg/base-drafts/pull/2340@github.com>
Subject: Re: [quicwg/base-drafts] Add note about frequent RTT estimates (#2340)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5c412a4a545ea_1fef3fef222d45b4175066"; 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/bXNdc5SGdplm7MUfVOb4AU-LQrw>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
List-Id: Notification list for GitHub issues related to the QUIC WG <quic-issues.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=unsubscribe>
List-Archive: <https://mailarchive.ietf.org/arch/browse/quic-issues/>
List-Post: <mailto:quic-issues@ietf.org>
List-Help: <mailto:quic-issues-request@ietf.org?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, 18 Jan 2019 01:22:21 -0000

----==_mimepart_5c412a4a545ea_1fef3fef222d45b4175066
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

janaiyengar commented on this pull request.



> @@ -289,8 +289,14 @@ be subtracted from the RTT as long as the result is larger than the min_rtt.
 If the result is smaller than the min_rtt, the RTT should be used, but the
 ack delay field should be ignored.
 
-Like TCP, QUIC calculates both smoothed RTT and RTT variance similar to those
-specified in {{?RFC6298}}.
+A sender calculates both smoothed RTT and RTT variance similar to those
+specified in {{?RFC6298}}, see {{on-ack-received}}.
+
+A sender will commonly receive ACK frames that acknowledge larger packet numbers

I've taken your suggestion but rephrased to avoid a run-on 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/2340#discussion_r248898815
----==_mimepart_5c412a4a545ea_1fef3fef222d45b4175066
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/2340#discussion_r248898815">draft-ietf-quic-recovery.md</a>:</p>
<pre style='color:#555'>&gt; @@ -289,8 +289,14 @@ be subtracted from the RTT as long as the result is larger than the min_rtt.
 If the result is smaller than the min_rtt, the RTT should be used, but the
 ack delay field should be ignored.
 
-Like TCP, QUIC calculates both smoothed RTT and RTT variance similar to those
-specified in {{?RFC6298}}.
+A sender calculates both smoothed RTT and RTT variance similar to those
+specified in {{?RFC6298}}, see {{on-ack-received}}.
+
+A sender will commonly receive ACK frames that acknowledge larger packet numbers
</pre>
<p>I've taken your suggestion but rephrased to avoid a run-on 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/2340#discussion_r248898815">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AWbkqwNzi7p66JQGfHX-2HLbRiW5XS17ks5vESHKgaJpZM4aEVlj">mute the thread</a>.<img src="https://github.com/notifications/beacon/AWbkq2NcRB_gqPkvjO0byOrlZhQybt4Sks5vESHKgaJpZM4aEVlj.gif" height="1" width="1" alt="" /></p>
<script type="application/json" data-scope="inboxmarkup">{"api_version":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name":"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"https://github.githubassets.com/images/email/message_cards/header.png","avatar_image_url":"https://github.githubassets.com/images/email/message_cards/avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/quicwg/base-drafts"}},"updates":{"snippets":[{"icon":"PERSON","message":"@janaiyengar commented on #2340"}],"action":{"name":"View Pull Request","url":"https://github.com/quicwg/base-drafts/pull/2340#discussion_r248898815"}}}</script>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/pull/2340#discussion_r248898815",
"url": "https://github.com/quicwg/base-drafts/pull/2340#discussion_r248898815",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>
----==_mimepart_5c412a4a545ea_1fef3fef222d45b4175066--


From nobody Thu Jan 17 17:25: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 6E35E12D84C for <quic-issues@ietfa.amsl.com>; Thu, 17 Jan 2019 17:25:14 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -11.007
X-Spam-Level: 
X-Spam-Status: No, score=-11.007 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIMWL_WL_HIGH=-4.553, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, HTML_IMAGE_ONLY_20=1.546, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-1, RCVD_IN_DNSWL_HI=-5, SPF_PASS=-0.001] autolearn=ham autolearn_force=no
Authentication-Results: ietfa.amsl.com (amavisd-new); dkim=pass (1024-bit key) header.d=github.com
Received: from mail.ietf.org ([4.31.198.44]) by localhost (ietfa.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id XvsonkUwn5Me for <quic-issues@ietfa.amsl.com>; Thu, 17 Jan 2019 17:25: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 E3BAD12D4F2 for <quic-issues@ietf.org>; Thu, 17 Jan 2019 17:25:12 -0800 (PST)
Date: Thu, 17 Jan 2019 17:25:11 -0800
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1547774711; bh=j3ITdWmkTcPhVuFrRaFGje1YvnYIDyp6SgKwOQEf8xw=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=t1zOoU3fiYu865n3YkyXyFS9MyPsUUj/8svLk1VsEpY78aqmeH8QDVxD7vwPtg8xW Sdh0+ih1vqlYOppaXIzfNfCCFBBEi8ucmMicoZfY4dDi/LwNnC2pMWyND81gR/KgTj urIV9VI9d1nr5vIVS4baK+turC+vf1TP/sUea0Co=
From: janaiyengar <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+0166e4abd9160dc4203e60aebe04282b441c00d038a2e4f692cf000000011858ecf792a169ce17df60aa@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/pull/2343/review/193916554@github.com>
In-Reply-To: <quicwg/base-drafts/pull/2343@github.com>
References: <quicwg/base-drafts/pull/2343@github.com>
Subject: Re: [quicwg/base-drafts] GOAWAY on wrong stream is WRONG_STREAM (#2343)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5c412af7d658f_43993fab28ed45b41620ee"; 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/jYrFHUHmkzajc8UvEZL6dn8I394>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
List-Id: Notification list for GitHub issues related to the QUIC WG <quic-issues.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=unsubscribe>
List-Archive: <https://mailarchive.ietf.org/arch/browse/quic-issues/>
List-Post: <mailto:quic-issues@ietf.org>
List-Help: <mailto:quic-issues-request@ietf.org?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, 18 Jan 2019 01:25:15 -0000

----==_mimepart_5c412af7d658f_43993fab28ed45b41620ee
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/2343#pullrequestreview-193916554
----==_mimepart_5c412af7d658f_43993fab28ed45b41620ee
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/2343#pullrequestreview-193916554">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AWbkq5f_lRdad0PkCBwscKoMKqxGIYW5ks5vESJ3gaJpZM4aG-Lb">mute the thread</a>.<img src="https://github.com/notifications/beacon/AWbkq7Cd94H5w0WjeH0n-QEXki1yWdvqks5vESJ3gaJpZM4aG-Lb.gif" height="1" width="1" alt="" /></p>
<script type="application/json" data-scope="inboxmarkup">{"api_version":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name":"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"https://github.githubassets.com/images/email/message_cards/header.png","avatar_image_url":"https://github.githubassets.com/images/email/message_cards/avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/quicwg/base-drafts"}},"updates":{"snippets":[{"icon":"PERSON","message":"@janaiyengar approved #2343"}],"action":{"name":"View Pull Request","url":"https://github.com/quicwg/base-drafts/pull/2343#pullrequestreview-193916554"}}}</script>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/pull/2343#pullrequestreview-193916554",
"url": "https://github.com/quicwg/base-drafts/pull/2343#pullrequestreview-193916554",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>
----==_mimepart_5c412af7d658f_43993fab28ed45b41620ee--


From nobody Thu Jan 17 17: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 7788512D84C for <quic-issues@ietfa.amsl.com>; Thu, 17 Jan 2019 17:39:58 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -10.935
X-Spam-Level: 
X-Spam-Status: No, score=-10.935 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIMWL_WL_HIGH=-4.553, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, HTML_IMAGE_ONLY_24=1.618, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-1, RCVD_IN_DNSWL_HI=-5, SPF_PASS=-0.001] autolearn=ham autolearn_force=no
Authentication-Results: ietfa.amsl.com (amavisd-new); dkim=pass (1024-bit key) header.d=github.com
Received: from mail.ietf.org ([4.31.198.44]) by localhost (ietfa.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 05u2vFwMeyzh for <quic-issues@ietfa.amsl.com>; Thu, 17 Jan 2019 17:39:57 -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 E4D92130F3F for <quic-issues@ietf.org>; Thu, 17 Jan 2019 17:39:56 -0800 (PST)
Date: Thu, 17 Jan 2019 17:39:56 -0800
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1547775596; bh=9ezlG5p1JFR6RYnQj3Yp8R/9ZhYQ9dPK6lARwxyXhQQ=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=e8GVFf4B6cX1Y61RZMaCVhrdpAg2M+z9cmI5/vJw+hqyU5IVZtWCwPE6JjiJtwxJ4 r5Sw7i+/UF/fqURyR8xnYpJTVCz+3iT8qlDapYqeRpp7Fjg/Mwq6ClAofA1i+X1oQV 5RTMfnuNTytU9UwCMZbrjUsIALKfsFY6FYnF+asE=
From: janaiyengar <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+0166e4ab33a1fa6587d131e4b0828e61f5b80e1c15b0540d92cf000000011858f06c92a169ce178befb2@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/pull/2281/review/193919308@github.com>
In-Reply-To: <quicwg/base-drafts/pull/2281@github.com>
References: <quicwg/base-drafts/pull/2281@github.com>
Subject: Re: [quicwg/base-drafts] Include handshake anti-deadlock logic in pseudocode (#2281)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5c412e6cde94_11f03f8ce82d45c495065"; 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/uZ2YORt0eyeGLXgimL-PCoPuGi8>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
List-Id: Notification list for GitHub issues related to the QUIC WG <quic-issues.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=unsubscribe>
List-Archive: <https://mailarchive.ietf.org/arch/browse/quic-issues/>
List-Post: <mailto:quic-issues@ietf.org>
List-Help: <mailto:quic-issues-request@ietf.org?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, 18 Jan 2019 01:39:59 -0000

----==_mimepart_5c412e6cde94_11f03f8ce82d45c495065
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

janaiyengar commented on this pull request.

Should this be happening in an issue? I think we're close here, but I would recommend moving this discussion to an issue if it continues.

FWIW, I'm in agreement with @martinthomson that it's better to drive logic here using the client's state instead of the received 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/2281#pullrequestreview-193919308
----==_mimepart_5c412e6cde94_11f03f8ce82d45c495065
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

<p><b>@janaiyengar</b> commented on this pull request.</p>

<p>Should this be happening in an issue? I think we're close here, but I would recommend moving this discussion to an issue if it continues.</p>
<p>FWIW, I'm in agreement 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> that it's better to drive logic here using the client's state instead of the received 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/2281#pullrequestreview-193919308">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AWbkq6BXrQ6kOfOq_cbyzBN6h-zjEdxdks5vESXsgaJpZM4Zluan">mute the thread</a>.<img src="https://github.com/notifications/beacon/AWbkq4gR0yAe4Q1msOF94-IPlG17KABsks5vESXsgaJpZM4Zluan.gif" height="1" width="1" alt="" /></p>
<script type="application/json" data-scope="inboxmarkup">{"api_version":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name":"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"https://github.githubassets.com/images/email/message_cards/header.png","avatar_image_url":"https://github.githubassets.com/images/email/message_cards/avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/quicwg/base-drafts"}},"updates":{"snippets":[{"icon":"PERSON","message":"@janaiyengar commented on #2281"}],"action":{"name":"View Pull Request","url":"https://github.com/quicwg/base-drafts/pull/2281#pullrequestreview-193919308"}}}</script>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/pull/2281#pullrequestreview-193919308",
"url": "https://github.com/quicwg/base-drafts/pull/2281#pullrequestreview-193919308",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>
----==_mimepart_5c412e6cde94_11f03f8ce82d45c495065--


From nobody Thu Jan 17 17:44: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 A61D612D84D for <quic-issues@ietfa.amsl.com>; Thu, 17 Jan 2019 17:44:25 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -10.935
X-Spam-Level: 
X-Spam-Status: No, score=-10.935 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIMWL_WL_HIGH=-4.553, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, HTML_IMAGE_ONLY_24=1.618, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-1, RCVD_IN_DNSWL_HI=-5, SPF_PASS=-0.001] autolearn=ham autolearn_force=no
Authentication-Results: ietfa.amsl.com (amavisd-new); dkim=pass (1024-bit key) header.d=github.com
Received: from mail.ietf.org ([4.31.198.44]) by localhost (ietfa.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id pYML55ETXSMH for <quic-issues@ietfa.amsl.com>; Thu, 17 Jan 2019 17:44: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 7A8BE126CC7 for <quic-issues@ietf.org>; Thu, 17 Jan 2019 17:44:24 -0800 (PST)
Date: Thu, 17 Jan 2019 17:44:23 -0800
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1547775863; bh=BgtsWHKYC5ogGstplat+zW/UwHy4/asXftG4fDOt7ug=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=WI/35fjvBQ6UV4t54ZN/86ydXhh/9bFOr1wqFG80T0p+e5SUL5UMwH002HUX9hqWr FhhQWF0ymSPbfMceLaJq+Z8nO7IzE91VYsFtAz+pwxzdWAWUwQWrP/otrN5UfhycIB 8d9s+ckSGMC/vfUO48KXxArW67VEPIIldLB9ffgI=
From: janaiyengar <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+0166e4aba7dc4baa506033edb227d1cb2cbb75d050016ea692cf000000011858f17792a169ce179bec73@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/pull/2296/c455397206@github.com>
In-Reply-To: <quicwg/base-drafts/pull/2296@github.com>
References: <quicwg/base-drafts/pull/2296@github.com>
Subject: Re: [quicwg/base-drafts] Allow servers to send a preferred address of each address family (#2296)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5c412f77a0aae_4d5d3fcf906d45bc60981"; 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/AwuPivF1-0kHh6lw2YPL51Q_zQA>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
List-Id: Notification list for GitHub issues related to the QUIC WG <quic-issues.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=unsubscribe>
List-Archive: <https://mailarchive.ietf.org/arch/browse/quic-issues/>
List-Post: <mailto:quic-issues@ietf.org>
List-Help: <mailto:quic-issues-request@ietf.org?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, 18 Jan 2019 01:44:26 -0000

----==_mimepart_5c412f77a0aae_4d5d3fcf906d45bc60981
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

I'm good with this PR. @martinthomson -- can you see if your concern is addressed?

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/quicwg/base-drafts/pull/2296#issuecomment-455397206
----==_mimepart_5c412f77a0aae_4d5d3fcf906d45bc60981
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

<p>I'm good with this PR. <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> -- can you see if your concern is addressed?</p>

<p style="font-size:small;-webkit-text-size-adjust:none;color:#666;">&mdash;<br />You are receiving this because you are subscribed to this thread.<br />Reply to this email directly, <a href="https://github.com/quicwg/base-drafts/pull/2296#issuecomment-455397206">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AWbkq8TDqdjQRJvLrElJFX9agh0WIU5yks5vESb3gaJpZM4ZuHR_">mute the thread</a>.<img src="https://github.com/notifications/beacon/AWbkqxV-tANEw5iVULyVcZ7SSvBS2sAeks5vESb3gaJpZM4ZuHR_.gif" height="1" width="1" alt="" /></p>
<script type="application/json" data-scope="inboxmarkup">{"api_version":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name":"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"https://github.githubassets.com/images/email/message_cards/header.png","avatar_image_url":"https://github.githubassets.com/images/email/message_cards/avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/quicwg/base-drafts"}},"updates":{"snippets":[{"icon":"PERSON","message":"@janaiyengar in #2296: I'm good with this PR. @martinthomson -- can you see if your concern is addressed?"}],"action":{"name":"View Pull Request","url":"https://github.com/quicwg/base-drafts/pull/2296#issuecomment-455397206"}}}</script>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/pull/2296#issuecomment-455397206",
"url": "https://github.com/quicwg/base-drafts/pull/2296#issuecomment-455397206",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>
----==_mimepart_5c412f77a0aae_4d5d3fcf906d45bc60981--


From nobody Thu Jan 17 17:44: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 41EE6126CC7 for <quic-issues@ietfa.amsl.com>; Thu, 17 Jan 2019 17:44:37 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -11.007
X-Spam-Level: 
X-Spam-Status: No, score=-11.007 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIMWL_WL_HIGH=-4.553, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, HTML_IMAGE_ONLY_20=1.546, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-1, RCVD_IN_DNSWL_HI=-5, SPF_PASS=-0.001] autolearn=ham autolearn_force=no
Authentication-Results: ietfa.amsl.com (amavisd-new); dkim=pass (1024-bit key) header.d=github.com
Received: from mail.ietf.org ([4.31.198.44]) by localhost (ietfa.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id k6u1DW0Zan7z for <quic-issues@ietfa.amsl.com>; Thu, 17 Jan 2019 17:44: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 5EA4712D84D for <quic-issues@ietf.org>; Thu, 17 Jan 2019 17:44:35 -0800 (PST)
Date: Thu, 17 Jan 2019 17:44:34 -0800
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1547775874; bh=cudsfsaqU04EQnZdGR4khmQF92xz4QKcp8w+wPctEoE=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=nf6MvRWwRPrFO4QubaRUWREK/YEP7MlIJqzpdTMBBOFmcdegS+OAb58Om7Cw8I/NS SY0+0azV23+j/ihHS3oV6Q8EGRz5JDEF8IglKTHryQPd7jvQhsHDAjM1hYadsOJBim xsvuCT20SQwlbuXsvVd/EKMzeQRWE+hcXTyURAlA=
From: janaiyengar <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+0166e4abbb29cf7231bdab7949bbfba8bc2ee3cdad41d78992cf000000011858f18292a169ce179bec73@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/pull/2296/review/193920168@github.com>
In-Reply-To: <quicwg/base-drafts/pull/2296@github.com>
References: <quicwg/base-drafts/pull/2296@github.com>
Subject: Re: [quicwg/base-drafts] Allow servers to send a preferred address of each address family (#2296)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5c412f827a7d6_3b743fbad9ed45bc375795"; 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/8w147liU9NBJteY-8IQ188Ggk1o>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
List-Id: Notification list for GitHub issues related to the QUIC WG <quic-issues.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=unsubscribe>
List-Archive: <https://mailarchive.ietf.org/arch/browse/quic-issues/>
List-Post: <mailto:quic-issues@ietf.org>
List-Help: <mailto:quic-issues-request@ietf.org?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, 18 Jan 2019 01:44:37 -0000

----==_mimepart_5c412f827a7d6_3b743fbad9ed45bc375795
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/2296#pullrequestreview-193920168
----==_mimepart_5c412f827a7d6_3b743fbad9ed45bc375795
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/2296#pullrequestreview-193920168">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AWbkq4j7FLlGH1QMkWBBpPddubxNrJgGks5vEScCgaJpZM4ZuHR_">mute the thread</a>.<img src="https://github.com/notifications/beacon/AWbkq3GW4s8hALuugr4dZ8WxlPsVLnz7ks5vEScCgaJpZM4ZuHR_.gif" height="1" width="1" alt="" /></p>
<script type="application/json" data-scope="inboxmarkup">{"api_version":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name":"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"https://github.githubassets.com/images/email/message_cards/header.png","avatar_image_url":"https://github.githubassets.com/images/email/message_cards/avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/quicwg/base-drafts"}},"updates":{"snippets":[{"icon":"PERSON","message":"@janaiyengar approved #2296"}],"action":{"name":"View Pull Request","url":"https://github.com/quicwg/base-drafts/pull/2296#pullrequestreview-193920168"}}}</script>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/pull/2296#pullrequestreview-193920168",
"url": "https://github.com/quicwg/base-drafts/pull/2296#pullrequestreview-193920168",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>
----==_mimepart_5c412f827a7d6_3b743fbad9ed45bc375795--


From nobody Thu Jan 17 17:55: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 2B87E12DD85 for <quic-issues@ietfa.amsl.com>; Thu, 17 Jan 2019 17:55:01 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -11.007
X-Spam-Level: 
X-Spam-Status: No, score=-11.007 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIMWL_WL_HIGH=-4.553, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, HTML_IMAGE_ONLY_20=1.546, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-1, RCVD_IN_DNSWL_HI=-5, SPF_PASS=-0.001] autolearn=ham autolearn_force=no
Authentication-Results: ietfa.amsl.com (amavisd-new); dkim=pass (1024-bit key) header.d=github.com
Received: from mail.ietf.org ([4.31.198.44]) by localhost (ietfa.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 1ZvNgm5FKFp6 for <quic-issues@ietfa.amsl.com>; Thu, 17 Jan 2019 17:54: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 F373E130F3F for <quic-issues@ietf.org>; Thu, 17 Jan 2019 17:54:57 -0800 (PST)
Date: Thu, 17 Jan 2019 17:54:56 -0800
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1547776496; bh=uwUdHTuiAVwoBI1Y8TPLcxCRPoob2LFgWIkcnizbXtg=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=QbRsxB1di3CNRGKjzdhzJKa4cRVj9a45V3IoFYaDWKV57zjqrNwK1gvaRxGyang6r 0HmgGjT+ho4LBPWtr5TOYRgb5KCGkpy+M/sK2kGikkQQQihQ/eHgvl9Wgd6fnI/o6y lcgu7f6GuPhzrVsWUbF3sr4Rlktzby6xXmeXMSd0=
From: Martin Thomson <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+0166e4ab1f673890ff78b3d7487e5f1396b5cd9c131f5fd592cf000000011858f3f092a169ce17df60aa@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/pull/2343/review/193921985@github.com>
In-Reply-To: <quicwg/base-drafts/pull/2343@github.com>
References: <quicwg/base-drafts/pull/2343@github.com>
Subject: Re: [quicwg/base-drafts] GOAWAY on wrong stream is WRONG_STREAM (#2343)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5c4131f0ce749_74e03fe11eed45c423829d"; 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/dyp-uEYLeCQl-1xQI3KKQt99eBU>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
List-Id: Notification list for GitHub issues related to the QUIC WG <quic-issues.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=unsubscribe>
List-Archive: <https://mailarchive.ietf.org/arch/browse/quic-issues/>
List-Post: <mailto:quic-issues@ietf.org>
List-Help: <mailto:quic-issues-request@ietf.org?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, 18 Jan 2019 01:55:01 -0000

----==_mimepart_5c4131f0ce749_74e03fe11eed45c423829d
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/2343#pullrequestreview-193921985
----==_mimepart_5c4131f0ce749_74e03fe11eed45c423829d
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/2343#pullrequestreview-193921985">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AWbkqxSqRVc47BgSVz1zqbJTXlv3qHz9ks5vESlwgaJpZM4aG-Lb">mute the thread</a>.<img src="https://github.com/notifications/beacon/AWbkq6Q3SVBsyFWpRwBV5z_TPba_YKBtks5vESlwgaJpZM4aG-Lb.gif" height="1" width="1" alt="" /></p>
<script type="application/json" data-scope="inboxmarkup">{"api_version":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name":"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"https://github.githubassets.com/images/email/message_cards/header.png","avatar_image_url":"https://github.githubassets.com/images/email/message_cards/avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/quicwg/base-drafts"}},"updates":{"snippets":[{"icon":"PERSON","message":"@martinthomson approved #2343"}],"action":{"name":"View Pull Request","url":"https://github.com/quicwg/base-drafts/pull/2343#pullrequestreview-193921985"}}}</script>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/pull/2343#pullrequestreview-193921985",
"url": "https://github.com/quicwg/base-drafts/pull/2343#pullrequestreview-193921985",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>
----==_mimepart_5c4131f0ce749_74e03fe11eed45c423829d--


From nobody Thu Jan 17 18:00: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 DB99612DF71 for <quic-issues@ietfa.amsl.com>; Thu, 17 Jan 2019 18:00:43 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -11.149
X-Spam-Level: 
X-Spam-Status: No, score=-11.149 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIMWL_WL_HIGH=-4.553, 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_PASS=-0.001] autolearn=ham autolearn_force=no
Authentication-Results: ietfa.amsl.com (amavisd-new); dkim=pass (1024-bit key) header.d=github.com
Received: from mail.ietf.org ([4.31.198.44]) by localhost (ietfa.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id kXhgkNKaReG3 for <quic-issues@ietfa.amsl.com>; Thu, 17 Jan 2019 18:00:42 -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 17209126C01 for <quic-issues@ietf.org>; Thu, 17 Jan 2019 18:00:42 -0800 (PST)
Date: Thu, 17 Jan 2019 18:00:41 -0800
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1547776841; bh=tShATFUmvhRomvh4xQNguTsXIKUuauZ2xekQPxs2kiE=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=zgqdUAaNjVs0VP1d4zzjcVDSKZsGtlFSt+SkqS5ySIbds0oW27yKFi+XP54pgkfI9 Y4lnqu0WyTrrzbSTkP5hQBr8rcvye5TpyZ+09x7nyj4msTND5QjPAxHfSQ/rIFIGUg XSbTcyt9e9zaO2UgJOWFWEGkiEtHLLqXYOMeqjFc=
From: Martin Thomson <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+0166e4abc471a9c1b3010cb7f1f0377867f342822b47c56292cf000000011858f54992a169ce179bec73@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/pull/2296/review/193923001@github.com>
In-Reply-To: <quicwg/base-drafts/pull/2296@github.com>
References: <quicwg/base-drafts/pull/2296@github.com>
Subject: Re: [quicwg/base-drafts] Allow servers to send a preferred address of each address family (#2296)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5c413349331e3_11693f9bb5cd45c020966"; 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/dfk9T7aHQ67cDwVRtc4dRvVe17k>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
List-Id: Notification list for GitHub issues related to the QUIC WG <quic-issues.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=unsubscribe>
List-Archive: <https://mailarchive.ietf.org/arch/browse/quic-issues/>
List-Post: <mailto:quic-issues@ietf.org>
List-Help: <mailto:quic-issues-request@ietf.org?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, 18 Jan 2019 02:00:44 -0000

----==_mimepart_5c413349331e3_11693f9bb5cd45c020966
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

martinthomson commented on this pull request.

Almost right...

> @@ -2169,6 +2173,9 @@ receiving a probe packet from a different address.  Servers MUST NOT send more
 than a minimum congestion window's worth of non-probing packets to the new
 address before path validation is complete.
 
+When a client wishes to migrate to a new local address that is of a different
+address family from the currently used server address, the client can attempt

This can be simpler.  A client that migrates to a new address SHOULD use a preferred address from the same address family for the server. 

I wonder if we should forbid doing a new address lookup for the name or if we should stay silent on that 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/2296#pullrequestreview-193923001
----==_mimepart_5c413349331e3_11693f9bb5cd45c020966
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

<p><b>@martinthomson</b> commented on this pull request.</p>

<p>Almost right...</p><hr>

<p>In <a href="https://github.com/quicwg/base-drafts/pull/2296#discussion_r248906067">draft-ietf-quic-transport.md</a>:</p>
<pre style='color:#555'>&gt; @@ -2169,6 +2173,9 @@ receiving a probe packet from a different address.  Servers MUST NOT send more
 than a minimum congestion window&#39;s worth of non-probing packets to the new
 address before path validation is complete.
 
+When a client wishes to migrate to a new local address that is of a different
+address family from the currently used server address, the client can attempt
</pre>
<p>This can be simpler.  A client that migrates to a new address SHOULD use a preferred address from the same address family for the server.</p>
<p>I wonder if we should forbid doing a new address lookup for the name or if we should stay silent on that 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/2296#pullrequestreview-193923001">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AWbkqyT3wCEFcRuS8ho36dfN0pmaPY2Uks5vESrJgaJpZM4ZuHR_">mute the thread</a>.<img src="https://github.com/notifications/beacon/AWbkq2BdK6_hgcFvXAmpY9MXAg2MbVvaks5vESrJgaJpZM4ZuHR_.gif" height="1" width="1" alt="" /></p>
<script type="application/json" data-scope="inboxmarkup">{"api_version":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name":"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"https://github.githubassets.com/images/email/message_cards/header.png","avatar_image_url":"https://github.githubassets.com/images/email/message_cards/avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/quicwg/base-drafts"}},"updates":{"snippets":[{"icon":"PERSON","message":"@martinthomson commented on #2296"}],"action":{"name":"View Pull Request","url":"https://github.com/quicwg/base-drafts/pull/2296#pullrequestreview-193923001"}}}</script>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/pull/2296#pullrequestreview-193923001",
"url": "https://github.com/quicwg/base-drafts/pull/2296#pullrequestreview-193923001",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>
----==_mimepart_5c413349331e3_11693f9bb5cd45c020966--


From nobody Thu Jan 17 18:10: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 7AEE412DF72 for <quic-issues@ietfa.amsl.com>; Thu, 17 Jan 2019 18:10:57 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -11.149
X-Spam-Level: 
X-Spam-Status: No, score=-11.149 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIMWL_WL_HIGH=-4.553, 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_PASS=-0.001] autolearn=ham autolearn_force=no
Authentication-Results: ietfa.amsl.com (amavisd-new); dkim=pass (1024-bit key) header.d=github.com
Received: from mail.ietf.org ([4.31.198.44]) by localhost (ietfa.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id jBvdTXTuL0Me for <quic-issues@ietfa.amsl.com>; Thu, 17 Jan 2019 18:10: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 0DCF3126C01 for <quic-issues@ietf.org>; Thu, 17 Jan 2019 18:10:55 -0800 (PST)
Date: Thu, 17 Jan 2019 18:10:54 -0800
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1547777454; bh=L0EoSPKbIKyp6tN1AxziDtELjCGakzT0AmHcOmbp8UQ=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=r1tQbvYC7XwljzWeUcoP0iTW6s5Z22nSl5O5EgjK+Te+iCaEXpSBhF4scrcAfJ3Px Hq7IYBmYd2B89mV/ThGg4S3iq/uoxinOfQ/xKswgbMvZ2T6ccVCC8YlK5VHQ4NujLe FO5y3rHRtqdEFhaBpTS/SEfGbM3YywfcxyawJeUo=
From: Jana Iyemgar <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+0166e4ab219aec3b6214b7f522f9cee0054b39bda33ff3a992cf000000011858f7ae92a169ce179bec73@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/pull/2296/review/193924788@github.com>
In-Reply-To: <quicwg/base-drafts/pull/2296@github.com>
References: <quicwg/base-drafts/pull/2296@github.com>
Subject: Re: [quicwg/base-drafts] Allow servers to send a preferred address of each address family (#2296)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5c4135aee922c_4ae23fe525ad45b82320fc"; 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/j8xrgtJs9s0AJZIP4dh5Dmp_m7c>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
List-Id: Notification list for GitHub issues related to the QUIC WG <quic-issues.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=unsubscribe>
List-Archive: <https://mailarchive.ietf.org/arch/browse/quic-issues/>
List-Post: <mailto:quic-issues@ietf.org>
List-Help: <mailto:quic-issues-request@ietf.org?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, 18 Jan 2019 02:10:57 -0000

----==_mimepart_5c4135aee922c_4ae23fe525ad45b82320fc
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

janaiyengar commented on this pull request.



> @@ -2169,6 +2173,9 @@ receiving a probe packet from a different address.  Servers MUST NOT send more
 than a minimum congestion window's worth of non-probing packets to the new
 address before path validation is complete.
 
+When a client wishes to migrate to a new local address that is of a different
+address family from the currently used server address, the client can attempt

+1 to the SHOULD.  

Let's not forbid lookups.  It's an interesting question whether other mechanisms of learning the server's addresses are useful or not; I think more deployment experience would be useful 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/2296#discussion_r248907574
----==_mimepart_5c4135aee922c_4ae23fe525ad45b82320fc
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/2296#discussion_r248907574">draft-ietf-quic-transport.md</a>:</p>
<pre style='color:#555'>&gt; @@ -2169,6 +2173,9 @@ receiving a probe packet from a different address.  Servers MUST NOT send more
 than a minimum congestion window&#39;s worth of non-probing packets to the new
 address before path validation is complete.
 
+When a client wishes to migrate to a new local address that is of a different
+address family from the currently used server address, the client can attempt
</pre>
<p>+1 to the SHOULD.</p>
<p>Let's not forbid lookups.  It's an interesting question whether other mechanisms of learning the server's addresses are useful or not; I think more deployment experience would be useful 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/2296#discussion_r248907574">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AWbkq4i8jERHbsKRhAaWIMrj9bvezFLOks5vES0ugaJpZM4ZuHR_">mute the thread</a>.<img src="https://github.com/notifications/beacon/AWbkq3FAe9nTDVfkUAf9LzaVHJyQbyeNks5vES0ugaJpZM4ZuHR_.gif" height="1" width="1" alt="" /></p>
<script type="application/json" data-scope="inboxmarkup">{"api_version":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name":"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"https://github.githubassets.com/images/email/message_cards/header.png","avatar_image_url":"https://github.githubassets.com/images/email/message_cards/avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/quicwg/base-drafts"}},"updates":{"snippets":[{"icon":"PERSON","message":"@janaiyengar commented on #2296"}],"action":{"name":"View Pull Request","url":"https://github.com/quicwg/base-drafts/pull/2296#discussion_r248907574"}}}</script>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/pull/2296#discussion_r248907574",
"url": "https://github.com/quicwg/base-drafts/pull/2296#discussion_r248907574",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>
----==_mimepart_5c4135aee922c_4ae23fe525ad45b82320fc--


From nobody Thu Jan 17 19: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 F1A821310BA for <quic-issues@ietfa.amsl.com>; Thu, 17 Jan 2019 19:23:09 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -10.934
X-Spam-Level: 
X-Spam-Status: No, score=-10.934 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIMWL_WL_HIGH=-4.553, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, HTML_IMAGE_ONLY_24=1.618, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-1, RCVD_IN_DNSWL_HI=-5, 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 ZZXZ8yjGMbw4 for <quic-issues@ietfa.amsl.com>; Thu, 17 Jan 2019 19:23:08 -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 535691310B7 for <quic-issues@ietf.org>; Thu, 17 Jan 2019 19:23:08 -0800 (PST)
Date: Thu, 17 Jan 2019 19:23:06 -0800
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1547781786; bh=wQjQTpOtKHr8m1lfa0fyiUhuuVNhivwuQiEzDub/xI8=; h=Date:From:Reply-To:To:Cc:Subject:List-ID:List-Archive:List-Post: List-Unsubscribe:From; b=ryb+v4oA6YmcalxEsmptI5tdfNH/YtREVHxkWr9B6ydxqS0XAtP/w1jKu3rbBhabI XKUqzRzwKljZuPP1c04KNz0Tp84hzjoZX8EVnyv/vyUti9PCO2nJPSe/UNBYqYTbhp uN8X/UD+eRGlg5PJKPnF6qyEYlaG/CG2LhbaJwqc=
From: Kazuho Oku <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+0166e4aba0ec59b72abe7c50fd7314bfa16055c814e14d1292cf000000011859089a92a169ce17e00219@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/issues/2344@github.com>
Subject: [quicwg/base-drafts] RESET_STREAM should be allowed in 0-RTT packets (#2344)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5c41469aeb1db_72793ffd93ed45c41676dc"; 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/5WsZ3r5ItJnv2ulGekGYn0y1RHs>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
List-Id: Notification list for GitHub issues related to the QUIC WG <quic-issues.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=unsubscribe>
List-Archive: <https://mailarchive.ietf.org/arch/browse/quic-issues/>
List-Post: <mailto:quic-issues@ietf.org>
List-Help: <mailto:quic-issues-request@ietf.org?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, 18 Jan 2019 03:23:10 -0000

----==_mimepart_5c41469aeb1db_72793ffd93ed45c41676dc
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

[Section 4 of the TLS draft](https://quicwg.org/base-drafts/draft-ietf-quic-tls.html#rfc.section.4) forbids a RESET_STREAM frame being sent in a 0-RTT packet.

I do not see a reason why we should prohibit that even though we allow FIN to be sent. RESET_STREAM is just another way of closing a stream. I think that we should allow RESET_STERAM to be sent using a 0-RTT packet.

FWIW, my assumption is that we simply missed to clarify that RST_STREAM is allowed when we split the frame into RST and 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/2344
----==_mimepart_5c41469aeb1db_72793ffd93ed45c41676dc
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

<p><a href="https://quicwg.org/base-drafts/draft-ietf-quic-tls.html#rfc.section.4" rel="nofollow">Section 4 of the TLS draft</a> forbids a RESET_STREAM frame being sent in a 0-RTT packet.</p>
<p>I do not see a reason why we should prohibit that even though we allow FIN to be sent. RESET_STREAM is just another way of closing a stream. I think that we should allow RESET_STERAM to be sent using a 0-RTT packet.</p>
<p>FWIW, my assumption is that we simply missed to clarify that RST_STREAM is allowed when we split the frame into RST and 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/2344">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AWbkq8KsG3cEm3kjAOdmp5U0ElmqPLkZks5vET4agaJpZM4aHKE6">mute the thread</a>.<img src="https://github.com/notifications/beacon/AWbkqwMT6_9mf8BYCYi_KrM7Eba6_WFDks5vET4agaJpZM4aHKE6.gif" height="1" width="1" alt="" /></p>
<script type="application/json" data-scope="inboxmarkup">{"api_version":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name":"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"https://github.githubassets.com/images/email/message_cards/header.png","avatar_image_url":"https://github.githubassets.com/images/email/message_cards/avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/quicwg/base-drafts"}},"updates":{"snippets":[{"icon":"DESCRIPTION","message":"RESET_STREAM should be allowed in 0-RTT packets (#2344)"}],"action":{"name":"View Issue","url":"https://github.com/quicwg/base-drafts/issues/2344"}}}</script>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/issues/2344",
"url": "https://github.com/quicwg/base-drafts/issues/2344",
"name": "View Issue"
},
"description": "View this Issue on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>
----==_mimepart_5c41469aeb1db_72793ffd93ed45c41676dc--


From nobody Thu Jan 17 19:29: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 B6DB11310D1 for <quic-issues@ietfa.amsl.com>; Thu, 17 Jan 2019 19:29:11 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -10.935
X-Spam-Level: 
X-Spam-Status: No, score=-10.935 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIMWL_WL_HIGH=-4.553, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, HTML_IMAGE_ONLY_24=1.618, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-1, RCVD_IN_DNSWL_HI=-5, SPF_PASS=-0.001] autolearn=ham autolearn_force=no
Authentication-Results: ietfa.amsl.com (amavisd-new); dkim=pass (1024-bit key) header.d=github.com
Received: from mail.ietf.org ([4.31.198.44]) by localhost (ietfa.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id kP7kfM2YrkGQ for <quic-issues@ietfa.amsl.com>; Thu, 17 Jan 2019 19:29:10 -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 3D5071310CF for <quic-issues@ietf.org>; Thu, 17 Jan 2019 19:29:10 -0800 (PST)
Date: Thu, 17 Jan 2019 19:29:09 -0800
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1547782149; bh=5OIPra5ph0tdVUEALxuC2l40dTdnP2E8QAr39BXuMZ0=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=Ai/RhkVh/gp9kiMReupTQSFOeLMmFN8VxZJOit0MMc4BWZrpzu3Ut2cMle49RQlvH 80F8uv/9Yolfp1L23W/DKZyXNVfZvtZaOW9kPXWZqTQabB6ksTzqDyIi6gfAcrQgvo lsRFrDflc8k53f3y6BTGweWwzibZVaADWE28xCxI=
From: Marten Seemann <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+0166e4abbb008ba7a00f5b33d3d9d56236eedd40bb87235e92cf0000000118590a0592a169ce17e00219@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/issues/2344/455415793@github.com>
In-Reply-To: <quicwg/base-drafts/issues/2344@github.com>
References: <quicwg/base-drafts/issues/2344@github.com>
Subject: Re: [quicwg/base-drafts] RESET_STREAM should be allowed in 0-RTT packets (#2344)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5c4148053c3f0_58133fcd66ed45b85690d1"; 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/GgoLHakftJ1Q6xoxRlBBQG_1akw>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
List-Id: Notification list for GitHub issues related to the QUIC WG <quic-issues.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=unsubscribe>
List-Archive: <https://mailarchive.ietf.org/arch/browse/quic-issues/>
List-Post: <mailto:quic-issues@ietf.org>
List-Help: <mailto:quic-issues-request@ietf.org?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, 18 Jan 2019 03:29:12 -0000

----==_mimepart_5c4148053c3f0_58133fcd66ed45b85690d1
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

Do we really need any special rules for allowed frame types in 0-RTT packets? I don't see any justification for treating 0-RTT and 1-RTT different in that regard.

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/quicwg/base-drafts/issues/2344#issuecomment-455415793
----==_mimepart_5c4148053c3f0_58133fcd66ed45b85690d1
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

<p>Do we really need any special rules for allowed frame types in 0-RTT packets? I don't see any justification for treating 0-RTT and 1-RTT different in that regard.</p>

<p style="font-size:small;-webkit-text-size-adjust:none;color:#666;">&mdash;<br />You are receiving this because you are subscribed to this thread.<br />Reply to this email directly, <a href="https://github.com/quicwg/base-drafts/issues/2344#issuecomment-455415793">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AWbkq0Jtd00qf6388VjXVavHYKrj4P9uks5vET-FgaJpZM4aHKE6">mute the thread</a>.<img src="https://github.com/notifications/beacon/AWbkq8pd4xH72Hf9IwGp_EW3NsdXyNFPks5vET-FgaJpZM4aHKE6.gif" height="1" width="1" alt="" /></p>
<script type="application/json" data-scope="inboxmarkup">{"api_version":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name":"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"https://github.githubassets.com/images/email/message_cards/header.png","avatar_image_url":"https://github.githubassets.com/images/email/message_cards/avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/quicwg/base-drafts"}},"updates":{"snippets":[{"icon":"PERSON","message":"@marten-seemann in #2344: Do we really need any special rules for allowed frame types in 0-RTT packets? I don't see any justification for treating 0-RTT and 1-RTT different in that regard."}],"action":{"name":"View Issue","url":"https://github.com/quicwg/base-drafts/issues/2344#issuecomment-455415793"}}}</script>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/issues/2344#issuecomment-455415793",
"url": "https://github.com/quicwg/base-drafts/issues/2344#issuecomment-455415793",
"name": "View Issue"
},
"description": "View this Issue on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>
----==_mimepart_5c4148053c3f0_58133fcd66ed45b85690d1--


From nobody Thu Jan 17 20:02: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 30F151310F1 for <quic-issues@ietfa.amsl.com>; Thu, 17 Jan 2019 20:02:41 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -11.149
X-Spam-Level: 
X-Spam-Status: No, score=-11.149 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIMWL_WL_HIGH=-4.553, 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_PASS=-0.001] autolearn=ham autolearn_force=no
Authentication-Results: ietfa.amsl.com (amavisd-new); dkim=pass (1024-bit key) header.d=github.com
Received: from mail.ietf.org ([4.31.198.44]) by localhost (ietfa.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id lMLJWv0nW0LG for <quic-issues@ietfa.amsl.com>; Thu, 17 Jan 2019 20:02: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 2DDC8130F12 for <quic-issues@ietf.org>; Thu, 17 Jan 2019 20:02:39 -0800 (PST)
Date: Thu, 17 Jan 2019 20:02:38 -0800
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1547784158; bh=Gm/JO7DEzZhffC0mpPE0fRTxkOUwJhHRUAGdO8F3tWo=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=0G3wE8x9P1vskPATO1SlZJDs1u3exQvoRg2NZds35JtyR03I/UmfbwgCd6S8Y+2c4 kk7zCZFrRhi6pnFzwptlue0u1m80bRoqCvbVJitz/IiNDgxGFHTBdOfYFsJ0wANh1l bXtEa9xJAwe5tsuAd7F7QmnBrU/iXuo5ccaXU+fw=
From: Kazuho Oku <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+0166e4abcba23dd1e21dc094a5932bb050e8b77df761e85d92cf00000001185911de92a169ce17e00219@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/issues/2344/455420500@github.com>
In-Reply-To: <quicwg/base-drafts/issues/2344@github.com>
References: <quicwg/base-drafts/issues/2344@github.com>
Subject: Re: [quicwg/base-drafts] RESET_STREAM should be allowed in 0-RTT packets (#2344)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5c414fde3d70_58133fcd66ed45b86541c8"; 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/3V954dOkAw_iw00Lw_6QAvmXs6I>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
List-Id: Notification list for GitHub issues related to the QUIC WG <quic-issues.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=unsubscribe>
List-Archive: <https://mailarchive.ietf.org/arch/browse/quic-issues/>
List-Post: <mailto:quic-issues@ietf.org>
List-Help: <mailto:quic-issues-request@ietf.org?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, 18 Jan 2019 04:02:41 -0000

----==_mimepart_5c414fde3d70_58133fcd66ed45b86541c8
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

@marten-seemann My understanding is that 0-RTT is a temporary state that provides less protection (i.e. not forward-secret and also replay-able). It makes sense to require clients to switch to 1-RTT ASAP. I think that the current approach of limiting the capability to the transmission of stream data is one way of accomplishing 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/2344#issuecomment-455420500
----==_mimepart_5c414fde3d70_58133fcd66ed45b86541c8
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=3D1478487" data-octo-click=3D"hovercard-link-c=
lick" data-octo-dimensions=3D"link_type:self" href=3D"https://github.com/=
marten-seemann">@marten-seemann</a> My understanding is that 0-RTT is a t=
emporary state that provides less protection (i.e. not forward-secret and=
 also replay-able). It makes sense to require clients to switch to 1-RTT =
ASAP. I think that the current approach of limiting the capability to the=
 transmission of stream data is one way of accomplishing that.</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/2344#issuecomment-455420500">view it on GitHub</a>,=
 or <a href=3D"https://github.com/notifications/unsubscribe-auth/AWbkq6Bk=
SeC14XRypm-LubeqsRjupjhXks5vEUdegaJpZM4aHKE6">mute the thread</a>.<img sr=
c=3D"https://github.com/notifications/beacon/AWbkqytJBRh_VVn0HXN5kxngLxRK=
54uYks5vEUdegaJpZM4aHKE6.gif" height=3D"1" width=3D"1" alt=3D"" /></p>
<script type=3D"application/json" data-scope=3D"inboxmarkup">{"api_versio=
n":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name"=
:"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"=
quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"http=
s://github.githubassets.com/images/email/message_cards/header.png","avata=
r_image_url":"https://github.githubassets.com/images/email/message_cards/=
avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/q=
uicwg/base-drafts"}},"updates":{"snippets":[{"icon":"PERSON","message":"@=
kazuho in #2344: @marten-seemann My understanding is that 0-RTT is a temp=
orary state that provides less protection (i.e. not forward-secret and al=
so replay-able). It makes sense to require clients to switch to 1-RTT ASA=
P. I think that the current approach of limiting the capability to the tr=
ansmission of stream data is one way of accomplishing that."}],"action":{=
"name":"View Issue","url":"https://github.com/quicwg/base-drafts/issues/2=
344#issuecomment-455420500"}}}</script>
<script type=3D"application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/issues/2344#issuecomment=
-455420500",
"url": "https://github.com/quicwg/base-drafts/issues/2344#issuecomment-45=
5420500",
"name": "View Issue"
},
"description": "View this Issue on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>=

----==_mimepart_5c414fde3d70_58133fcd66ed45b86541c8--


From nobody Thu Jan 17 20:10: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 561581310F4 for <quic-issues@ietfa.amsl.com>; Thu, 17 Jan 2019 20:10:30 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -10.935
X-Spam-Level: 
X-Spam-Status: No, score=-10.935 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIMWL_WL_HIGH=-4.553, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, HTML_IMAGE_ONLY_24=1.618, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-1, RCVD_IN_DNSWL_HI=-5, SPF_PASS=-0.001] autolearn=ham autolearn_force=no
Authentication-Results: ietfa.amsl.com (amavisd-new); dkim=pass (1024-bit key) header.d=github.com
Received: from mail.ietf.org ([4.31.198.44]) by localhost (ietfa.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id ADot3wetSRv9 for <quic-issues@ietfa.amsl.com>; Thu, 17 Jan 2019 20:10: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 9B6C81310F3 for <quic-issues@ietf.org>; Thu, 17 Jan 2019 20:10:28 -0800 (PST)
Date: Thu, 17 Jan 2019 20:10:27 -0800
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1547784627; bh=PcmP0RyerrXGTW5eh9IaBOmtacTZZM6p5dv8/A/qMlA=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=Fpndxat3AZfxSxlvTtMBqskt83Yn6k6+TEK35xzMvxqOz+N84iBwU8jNWr5TJNI2u sS56HU5/dwsMfXuvcxhXjyhWxfXBIbx8mkFYoyKryh5NiZxOL3YEg/yCBpwAVawikY eWbUYW61oAspS+W6npShCaFpQqXbbyUYyPkELFpc=
From: Benjamin Saunders <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+0166e4ab83c5ed3a72ea376d897c03b862d5cf7a3e1eb83792cf00000001185913b392a169ce17e00219@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/issues/2344/455421535@github.com>
In-Reply-To: <quicwg/base-drafts/issues/2344@github.com>
References: <quicwg/base-drafts/issues/2344@github.com>
Subject: Re: [quicwg/base-drafts] RESET_STREAM should be allowed in 0-RTT packets (#2344)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5c4151b398f23_49d33f92610d45c0887f"; 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/Ykl0pZV1rur5z_FSHQmePVvvFcc>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
List-Id: Notification list for GitHub issues related to the QUIC WG <quic-issues.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=unsubscribe>
List-Archive: <https://mailarchive.ietf.org/arch/browse/quic-issues/>
List-Post: <mailto:quic-issues@ietf.org>
List-Help: <mailto:quic-issues-request@ietf.org?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, 18 Jan 2019 04:10:30 -0000

----==_mimepart_5c4151b398f23_49d33f92610d45c0887f
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

If RESET_STREAM is to be permitted, shouldn't it also be permitted to send STOP_SENDING on locally initiated bidirectional 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/issues/2344#issuecomment-455421535
----==_mimepart_5c4151b398f23_49d33f92610d45c0887f
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

<p>If RESET_STREAM is to be permitted, shouldn't it also be permitted to send STOP_SENDING on locally initiated bidirectional 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/issues/2344#issuecomment-455421535">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AWbkqyx5KnWvl0vCOJE0vCEtcTurSwXqks5vEUkzgaJpZM4aHKE6">mute the thread</a>.<img src="https://github.com/notifications/beacon/AWbkqzcozMd9cLv1-XvNvL8Rh5BWLSM-ks5vEUkzgaJpZM4aHKE6.gif" height="1" width="1" alt="" /></p>
<script type="application/json" data-scope="inboxmarkup">{"api_version":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name":"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"https://github.githubassets.com/images/email/message_cards/header.png","avatar_image_url":"https://github.githubassets.com/images/email/message_cards/avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/quicwg/base-drafts"}},"updates":{"snippets":[{"icon":"PERSON","message":"@Ralith in #2344: If RESET_STREAM is to be permitted, shouldn't it also be permitted to send STOP_SENDING on locally initiated bidirectional streams?"}],"action":{"name":"View Issue","url":"https://github.com/quicwg/base-drafts/issues/2344#issuecomment-455421535"}}}</script>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/issues/2344#issuecomment-455421535",
"url": "https://github.com/quicwg/base-drafts/issues/2344#issuecomment-455421535",
"name": "View Issue"
},
"description": "View this Issue on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>
----==_mimepart_5c4151b398f23_49d33f92610d45c0887f--


From nobody Thu Jan 17 20:44: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 B1E8C131111 for <quic-issues@ietfa.amsl.com>; Thu, 17 Jan 2019 20:44:44 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -11.149
X-Spam-Level: 
X-Spam-Status: No, score=-11.149 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIMWL_WL_HIGH=-4.553, 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_PASS=-0.001] autolearn=ham autolearn_force=no
Authentication-Results: ietfa.amsl.com (amavisd-new); dkim=pass (1024-bit key) header.d=github.com
Received: from mail.ietf.org ([4.31.198.44]) by localhost (ietfa.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id tFZ1-np7TUAX for <quic-issues@ietfa.amsl.com>; Thu, 17 Jan 2019 20:44: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 C4DD213110D for <quic-issues@ietf.org>; Thu, 17 Jan 2019 20:44:42 -0800 (PST)
Date: Thu, 17 Jan 2019 20:44:40 -0800
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1547786680; bh=60WjKAlJb+UWMr6iSoVJLx++FnAElE/liv4uaUgwkc0=; h=Date:From:Reply-To:To:Cc:Subject:List-ID:List-Archive:List-Post: List-Unsubscribe:From; b=TWbIxmEd0lNZlWDLAoTGOBDeRqvcq44Vy1byoNEInjirlprbsLAWusSlPORrAJtT9 e3j7k0upL4wGjoQsRdhFbFgT2WcbnAaV0yVgTuBlxTTROokOXph9ETSPBVkr7Eciju upLL4PNhB7GZNMZvjtl7TeK9TQ8vhYiK+nko6edM=
From: Benjamin Saunders <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+0166e4abe0b9d70198394e9402a34a1fd499a6017379121492cf0000000118591bb892a169ce17e0387c@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/issues/2345@github.com>
Subject: [quicwg/base-drafts] STOP_SENDING on implicitly opened streams is error-prone (#2345)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5c4159b8a9fda_2c713fbd260d45bc741832"; 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/eupT0jbhHMLVM6SEb63Dt3A0sN0>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
List-Id: Notification list for GitHub issues related to the QUIC WG <quic-issues.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=unsubscribe>
List-Archive: <https://mailarchive.ietf.org/arch/browse/quic-issues/>
List-Post: <mailto:quic-issues@ietf.org>
List-Help: <mailto:quic-issues-request@ietf.org?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, 18 Jan 2019 04:44:45 -0000

----==_mimepart_5c4159b8a9fda_2c713fbd260d45bc741832
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: quoted-printable

> A stream ID that is used out of order results in all streams of that ty=
pe with lower-numbered stream IDs also being opened.=0D
=0D
> Receiving a STOP_SENDING frame for a locally-initiated stream that is =E2=
=80=9CReady=E2=80=9D or not yet created MUST be treated as a connection e=
rror of type STREAM_STATE_ERROR=0D
=0D
Streams can easily become open while still in the `Ready` state on the se=
nder if the sender does not necessarily transmit data on streams in exact=
ly the order in which they are allocated. If the receiving application de=
cides to abandon such a stream and sends STOP_SENDING, a connection error=
 results.=0D
=0D
If STOP_SENDING is additionally permitted for streams in the `Ready` stat=
e which have been implicitly opened by some higher-numbered stream of the=
 same type entering any other state, then implicitly-opened streams can b=
e safely discarded without waiting for a STREAM or RESET_STREAM frame whi=
ch the application is no longer interested in.=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/2345=

----==_mimepart_5c4159b8a9fda_2c713fbd260d45bc741832
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: quoted-printable

<blockquote>=0D
<p>A stream ID that is used out of order results in all streams of that t=
ype with lower-numbered stream IDs also being opened.</p>=0D
</blockquote>=0D
<blockquote>=0D
<p>Receiving a STOP_SENDING frame for a locally-initiated stream that is =
=E2=80=9CReady=E2=80=9D or not yet created MUST be treated as a connectio=
n error of type STREAM_STATE_ERROR</p>=0D
</blockquote>=0D
<p>Streams can easily become open while still in the <code>Ready</code> s=
tate on the sender if the sender does not necessarily transmit data on st=
reams in exactly the order in which they are allocated. If the receiving =
application decides to abandon such a stream and sends STOP_SENDING, a co=
nnection error results.</p>=0D
<p>If STOP_SENDING is additionally permitted for streams in the <code>Rea=
dy</code> state which have been implicitly opened by some higher-numbered=
 stream of the same type entering any other state, then implicitly-opened=
 streams can be safely discarded without waiting for a STREAM or RESET_ST=
REAM frame which the application is no longer interested in.</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/2345">view it on GitHub</a>, or <a href=3D"https://=
github.com/notifications/unsubscribe-auth/AWbkq6eoRdka1BEA7nwFZkEB0xbrs5b=
wks5vEVE4gaJpZM4aHOJG">mute the thread</a>.<img src=3D"https://github.com=
/notifications/beacon/AWbkq9RMYIZnJr0e82NK_f4dQ7UV_xvHks5vEVE4gaJpZM4aHOJ=
G.gif" height=3D"1" width=3D"1" alt=3D"" /></p>=0D
<script type=3D"application/json" data-scope=3D"inboxmarkup">{"api_versio=
n":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name"=
:"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"=
quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"http=
s://github.githubassets.com/images/email/message_cards/header.png","avata=
r_image_url":"https://github.githubassets.com/images/email/message_cards/=
avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/q=
uicwg/base-drafts"}},"updates":{"snippets":[{"icon":"DESCRIPTION","messag=
e":"STOP_SENDING on implicitly opened streams is error-prone (#2345)"}],"=
action":{"name":"View Issue","url":"https://github.com/quicwg/base-drafts=
/issues/2345"}}}</script>=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/2345",=0D
"url": "https://github.com/quicwg/base-drafts/issues/2345",=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_5c4159b8a9fda_2c713fbd260d45bc741832--


From nobody Thu Jan 17 21:07: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 674191310D9 for <quic-issues@ietfa.amsl.com>; Thu, 17 Jan 2019 21:07:15 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -11.149
X-Spam-Level: 
X-Spam-Status: No, score=-11.149 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIMWL_WL_HIGH=-4.553, 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_PASS=-0.001] autolearn=ham autolearn_force=no
Authentication-Results: ietfa.amsl.com (amavisd-new); dkim=pass (1024-bit key) header.d=github.com
Received: from mail.ietf.org ([4.31.198.44]) by localhost (ietfa.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id J1nd_S9qgBeq for <quic-issues@ietfa.amsl.com>; Thu, 17 Jan 2019 21:07:14 -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 CB8B4131058 for <quic-issues@ietf.org>; Thu, 17 Jan 2019 21:07:13 -0800 (PST)
Date: Thu, 17 Jan 2019 21:07:12 -0800
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1547788032; bh=AiQQMu1ua23ES7iXKx/OcCbFVnZ8d/f3i4DxRRmP/VI=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=Ktp47hEMDS0nwZp6HKKDpDZOM8aSiT/LNg0r0qyx0+d6LBL4940ZUGQOswTSNsdnj cLceaepmHGNKYQL5TZoxlgV2HGVy/5zspGLj3MUSBnlWMb5WOatWKFWfMRndGIeERT p/G7olp9hAWoQPxEZ0aqehKvPzb3ynNuPRJDg5qY=
From: Marten Seemann <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+0166e4ab87f27f312bd0ae662fec07c3470cc45b5f1c566892cf000000011859210092a169ce17e00219@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/issues/2344/455429150@github.com>
In-Reply-To: <quicwg/base-drafts/issues/2344@github.com>
References: <quicwg/base-drafts/issues/2344@github.com>
Subject: Re: [quicwg/base-drafts] RESET_STREAM should be allowed in 0-RTT packets (#2344)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5c415f00bca09_c6a3fd7b2cd45b425998d"; 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/uadBmzpd9bYn4VYZKIcBmIeIUH8>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
List-Id: Notification list for GitHub issues related to the QUIC WG <quic-issues.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=unsubscribe>
List-Archive: <https://mailarchive.ietf.org/arch/browse/quic-issues/>
List-Post: <mailto:quic-issues@ietf.org>
List-Help: <mailto:quic-issues-request@ietf.org?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, 18 Jan 2019 05:07:15 -0000

----==_mimepart_5c415f00bca09_c6a3fd7b2cd45b425998d
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

I don't understand why we would consider e.g. flow control updates worthy of higher protection than application data.
Note that there's a real use case for sending flow control updates in 0-RTT packets: A client might anticipate a large response when it sends a request in 0-RTT request, and it can save one roundtrip by granting a lot of flow control credit for that 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/2344#issuecomment-455429150
----==_mimepart_5c415f00bca09_c6a3fd7b2cd45b425998d
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: quoted-printable

<p>I don't understand why we would consider e.g. flow control updates wor=
thy of higher protection than application data.<br>
Note that there's a real use case for sending flow control updates in 0-R=
TT packets: A client might anticipate a large response when it sends a re=
quest in 0-RTT request, and it can save one roundtrip by granting a lot o=
f flow control credit for that response.</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/2344#issuecomment-455429150">view it on GitHub</a>,=
 or <a href=3D"https://github.com/notifications/unsubscribe-auth/AWbkq520=
gCpu3o3rM9tOWo53XF-4jaBlks5vEVaAgaJpZM4aHKE6">mute the thread</a>.<img sr=
c=3D"https://github.com/notifications/beacon/AWbkq4bKSAd9vPeaBcTAZ9QJafhK=
dRTHks5vEVaAgaJpZM4aHKE6.gif" height=3D"1" width=3D"1" alt=3D"" /></p>
<script type=3D"application/json" data-scope=3D"inboxmarkup">{"api_versio=
n":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name"=
:"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"=
quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"http=
s://github.githubassets.com/images/email/message_cards/header.png","avata=
r_image_url":"https://github.githubassets.com/images/email/message_cards/=
avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/q=
uicwg/base-drafts"}},"updates":{"snippets":[{"icon":"PERSON","message":"@=
marten-seemann in #2344: I don't understand why we would consider e.g. fl=
ow control updates worthy of higher protection than application data.\r\n=
Note that there's a real use case for sending flow control updates in 0-R=
TT packets: A client might anticipate a large response when it sends a re=
quest in 0-RTT request, and it can save one roundtrip by granting a lot o=
f flow control credit for that response."}],"action":{"name":"View Issue"=
,"url":"https://github.com/quicwg/base-drafts/issues/2344#issuecomment-45=
5429150"}}}</script>
<script type=3D"application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/issues/2344#issuecomment=
-455429150",
"url": "https://github.com/quicwg/base-drafts/issues/2344#issuecomment-45=
5429150",
"name": "View Issue"
},
"description": "View this Issue on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>=

----==_mimepart_5c415f00bca09_c6a3fd7b2cd45b425998d--


From nobody Thu Jan 17 21:27: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 62BF4131116 for <quic-issues@ietfa.amsl.com>; Thu, 17 Jan 2019 21:26:59 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -10.935
X-Spam-Level: 
X-Spam-Status: No, score=-10.935 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIMWL_WL_HIGH=-4.553, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, HTML_IMAGE_ONLY_24=1.618, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-1, RCVD_IN_DNSWL_HI=-5, SPF_PASS=-0.001] autolearn=ham autolearn_force=no
Authentication-Results: ietfa.amsl.com (amavisd-new); dkim=pass (1024-bit key) header.d=github.com
Received: from mail.ietf.org ([4.31.198.44]) by localhost (ietfa.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id hyUrOBIlDJXY for <quic-issues@ietfa.amsl.com>; Thu, 17 Jan 2019 21:26:57 -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 7E8CC131113 for <quic-issues@ietf.org>; Thu, 17 Jan 2019 21:26:57 -0800 (PST)
Date: Thu, 17 Jan 2019 21:26:56 -0800
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1547789216; bh=vcjV7GfTtU/04fiLrrVzgytrwYZHAuEWXTM5Yh0tfXs=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=yi+n+WNYqA7vjhYEpozjfr0SLrox1XkJTrqYZz1DExbZzYusCrUq2xqqToD+bmaCi n/FW3pIeFHu45ceStXMqI29P1MLrtLXb7ZJTYRVpkzQRA8Q8zpRdBcF1Uii63XudAO Fmbw8VX072kweb+6wVHz6gaozDfH3T7s9WnyGvzc=
From: Vidhi Goel <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+0166e4aba4865f42202e3c574ac6cd6238f6041f7fc3161292cf00000001185925a092a169ce16faa2ff@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/issues/2067/455431935@github.com>
In-Reply-To: <quicwg/base-drafts/issues/2067@github.com>
References: <quicwg/base-drafts/issues/2067@github.com>
Subject: Re: [quicwg/base-drafts] Samples for RTT estimation (#2067)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5c4163a05d927_56573fc2d64d45bc74852c"; 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/mjif5Ld1qimYH-OFP4GPvcI9UXo>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
List-Id: Notification list for GitHub issues related to the QUIC WG <quic-issues.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=unsubscribe>
List-Archive: <https://mailarchive.ietf.org/arch/browse/quic-issues/>
List-Post: <mailto:quic-issues@ietf.org>
List-Help: <mailto:quic-issues-request@ietf.org?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, 18 Jan 2019 05:27:00 -0000

----==_mimepart_5c4163a05d927_56573fc2d64d45bc74852c
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

The note looks fine to me. Once we have some experience with RTT samples per ACK and how it impacts the history, we can make an informed decision. 

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/quicwg/base-drafts/issues/2067#issuecomment-455431935
----==_mimepart_5c4163a05d927_56573fc2d64d45bc74852c
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

<p>The note looks fine to me. Once we have some experience with RTT samples per ACK and how it impacts the history, we can make an informed decision.</p>

<p style="font-size:small;-webkit-text-size-adjust:none;color:#666;">&mdash;<br />You are receiving this because you are subscribed to this thread.<br />Reply to this email directly, <a href="https://github.com/quicwg/base-drafts/issues/2067#issuecomment-455431935">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AWbkq7q_jqVK_m1QzMDYPJfXshbmlO2sks5vEVsggaJpZM4Y4vMG">mute the thread</a>.<img src="https://github.com/notifications/beacon/AWbkq9xRGdEmS2l41ZwjRlrlxJgKVwn7ks5vEVsggaJpZM4Y4vMG.gif" height="1" width="1" alt="" /></p>
<script type="application/json" data-scope="inboxmarkup">{"api_version":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name":"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"https://github.githubassets.com/images/email/message_cards/header.png","avatar_image_url":"https://github.githubassets.com/images/email/message_cards/avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/quicwg/base-drafts"}},"updates":{"snippets":[{"icon":"PERSON","message":"@goelvidhi in #2067: The note looks fine to me. Once we have some experience with RTT samples per ACK and how it impacts the history, we can make an informed decision. "}],"action":{"name":"View Issue","url":"https://github.com/quicwg/base-drafts/issues/2067#issuecomment-455431935"}}}</script>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/issues/2067#issuecomment-455431935",
"url": "https://github.com/quicwg/base-drafts/issues/2067#issuecomment-455431935",
"name": "View Issue"
},
"description": "View this Issue on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>
----==_mimepart_5c4163a05d927_56573fc2d64d45bc74852c--


From nobody Thu Jan 17 21:40: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 0DE5612E7C1 for <quic-issues@ietfa.amsl.com>; Thu, 17 Jan 2019 21:40:11 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -10.935
X-Spam-Level: 
X-Spam-Status: No, score=-10.935 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIMWL_WL_HIGH=-4.553, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, HTML_IMAGE_ONLY_24=1.618, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-1, RCVD_IN_DNSWL_HI=-5, SPF_PASS=-0.001] autolearn=ham autolearn_force=no
Authentication-Results: ietfa.amsl.com (amavisd-new); dkim=pass (1024-bit key) header.d=github.com
Received: from mail.ietf.org ([4.31.198.44]) by localhost (ietfa.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id waH7Vi3NygmR for <quic-issues@ietfa.amsl.com>; Thu, 17 Jan 2019 21:40: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 9873E127AC2 for <quic-issues@ietf.org>; Thu, 17 Jan 2019 21:40:08 -0800 (PST)
Date: Thu, 17 Jan 2019 21:40:07 -0800
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1547790007; bh=MwJr3kAkNAGAgaQ0W9/JqU1rQgMV5AHlUKH9JdXz0MM=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=C2ADui3ddCR+mK58C9uT0IEiX2y1aBzPlgSDGPhtwtt67GkqtC2CCK7p+vpP9h6NK SZN8jXO1awkxIvFk5fonbtUAHIsHUXJ9CGumMlw+sQBkMI9Z8GgpZxArtfq58CF0SD Dy9cOXtf5WQQzmLNjV78ajRu6dnYvFZdXTSvfBnk=
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/2296/push/3221416189@github.com>
In-Reply-To: <quicwg/base-drafts/pull/2296@github.com>
References: <quicwg/base-drafts/pull/2296@github.com>
Subject: Re: [quicwg/base-drafts] Allow servers to send a preferred address of each address family (#2296)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5c4166b78ca71_3efc3ff60c8d45b868892d"; 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/u3_uMlSt4g2nXG_wClY-tqKAANA>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
List-Id: Notification list for GitHub issues related to the QUIC WG <quic-issues.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=unsubscribe>
List-Archive: <https://mailarchive.ietf.org/arch/browse/quic-issues/>
List-Post: <mailto:quic-issues@ietf.org>
List-Help: <mailto:quic-issues-request@ietf.org?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, 18 Jan 2019 05:40:11 -0000

----==_mimepart_5c4166b78ca71_3efc3ff60c8d45b868892d
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

@DavidSchinazi pushed 1 commit.

38f53804e318e73aed64a181decb2b9d6039442c  Simplify interaction with migration using text from MT


-- 
You are receiving this because you are subscribed to this thread.
View it on GitHub:
https://github.com/quicwg/base-drafts/pull/2296/files/5d1d27668056e76ba005e0d141fea70fe46b5c12..38f53804e318e73aed64a181decb2b9d6039442c

----==_mimepart_5c4166b78ca71_3efc3ff60c8d45b868892d
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/38f53804e318e73aed64a181decb2b9d6039442c">38f5380</a>  Simplify interaction with migration using text from MT</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/2296/files/5d1d27668056e76ba005e0d141fea70fe46b5c12..38f53804e318e73aed64a181decb2b9d6039442c">View it on GitHub</a> or <a href="https://github.com/notifications/unsubscribe-auth/AWbkq5yIdts95EFcTnzzdKs3rkdBNDXGks5vEV43gaJpZM4ZuHR_">mute the thread</a>.<img src="https://github.com/notifications/beacon/AWbkq9uMBO5KrC3S0ZVSTvVv0UEGZDzbks5vEV43gaJpZM4ZuHR_.gif" height="1" width="1" alt="" /></p>
<script type="application/json" data-scope="inboxmarkup">{"api_version":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name":"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"https://github.githubassets.com/images/email/message_cards/header.png","avatar_image_url":"https://github.githubassets.com/images/email/message_cards/avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/quicwg/base-drafts"}},"updates":{"snippets":[{"icon":"PERSON","message":"@DavidSchinazi pushed 1 commit in #2296"}],"action":{"name":"View Pull Request","url":"https://github.com/quicwg/base-drafts/pull/2296/files/5d1d27668056e76ba005e0d141fea70fe46b5c12..38f53804e318e73aed64a181decb2b9d6039442c"}}}</script>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/pull/2296/files/5d1d27668056e76ba005e0d141fea70fe46b5c12..38f53804e318e73aed64a181decb2b9d6039442c",
"url": "https://github.com/quicwg/base-drafts/pull/2296/files/5d1d27668056e76ba005e0d141fea70fe46b5c12..38f53804e318e73aed64a181decb2b9d6039442c",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>

----==_mimepart_5c4166b78ca71_3efc3ff60c8d45b868892d--


From nobody Thu Jan 17 21:41: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 AC0A912E7C1 for <quic-issues@ietfa.amsl.com>; Thu, 17 Jan 2019 21:41:14 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -11.149
X-Spam-Level: 
X-Spam-Status: No, score=-11.149 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIMWL_WL_HIGH=-4.553, 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_PASS=-0.001] autolearn=ham autolearn_force=no
Authentication-Results: ietfa.amsl.com (amavisd-new); dkim=pass (1024-bit key) header.d=github.com
Received: from mail.ietf.org ([4.31.198.44]) by localhost (ietfa.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id iYPrxnB33EJp for <quic-issues@ietfa.amsl.com>; Thu, 17 Jan 2019 21:41:13 -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 3F1A3127AC2 for <quic-issues@ietf.org>; Thu, 17 Jan 2019 21:41:13 -0800 (PST)
Date: Thu, 17 Jan 2019 21:41:12 -0800
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1547790072; bh=YPt3WWOr0gy1+yj13ID5fOQxfzHUiFSQ5tTjfIhE3vM=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=T6fR7ik5+JAZQ6Svg8RNc2wt9EY7R4RBwXIru4lAj+vpfcFQsubsTCactGmSwt6LQ NAZw6fOKTlhsVLNSg43VtQAcBgRCGXxKY2j4Gx997Wr8DWQPJsyFq/jGF1wQtpOase IKDY3uGOfZy4n2nkN9/r9sqpLG1togN704FFL3wA=
From: David Schinazi <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+0166e4abc6bfd4c6642aefd669096909af138ab38cfbbe9592cf00000001185928f892a169ce179bec73@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/pull/2296/review/193955198@github.com>
In-Reply-To: <quicwg/base-drafts/pull/2296@github.com>
References: <quicwg/base-drafts/pull/2296@github.com>
Subject: Re: [quicwg/base-drafts] Allow servers to send a preferred address of each address family (#2296)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5c4166f85bd33_221e3fc0382d45b45766d0"; 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/EaalYGGhqWJYyVwxEJHvge0kbV0>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
List-Id: Notification list for GitHub issues related to the QUIC WG <quic-issues.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=unsubscribe>
List-Archive: <https://mailarchive.ietf.org/arch/browse/quic-issues/>
List-Post: <mailto:quic-issues@ietf.org>
List-Help: <mailto:quic-issues-request@ietf.org?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, 18 Jan 2019 05:41:15 -0000

----==_mimepart_5c4166f85bd33_221e3fc0382d45b45766d0
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

DavidSchinazi commented on this pull request.



> @@ -2169,6 +2173,9 @@ receiving a probe packet from a different address.  Servers MUST NOT send more
 than a minimum congestion window's worth of non-probing packets to the new
 address before path validation is complete.
 
+When a client wishes to migrate to a new local address that is of a different
+address family from the currently used server address, the client can attempt

Agreed. I've incorporated @martinthomson's text. I agree with Jana that we shouldn't forbid lookups 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/pull/2296#discussion_r248932688
----==_mimepart_5c4166f85bd33_221e3fc0382d45b45766d0
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/2296#discussion_r248932688">draft-ietf-quic-transport.md</a>:</p>
<pre style='color:#555'>&gt; @@ -2169,6 +2173,9 @@ receiving a probe packet from a different address.  Servers MUST NOT send more
 than a minimum congestion window&#39;s worth of non-probing packets to the new
 address before path validation is complete.
 
+When a client wishes to migrate to a new local address that is of a different
+address family from the currently used server address, the client can attempt
</pre>
<p>Agreed. 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 text. I agree with Jana that we shouldn't forbid lookups 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/pull/2296#discussion_r248932688">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AWbkq6kqS6ecUGev3WrXxQzh_pp1RpPZks5vEV54gaJpZM4ZuHR_">mute the thread</a>.<img src="https://github.com/notifications/beacon/AWbkq6ZIt85NrVoMel211y8sobF9pVNpks5vEV54gaJpZM4ZuHR_.gif" height="1" width="1" alt="" /></p>
<script type="application/json" data-scope="inboxmarkup">{"api_version":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name":"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"https://github.githubassets.com/images/email/message_cards/header.png","avatar_image_url":"https://github.githubassets.com/images/email/message_cards/avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/quicwg/base-drafts"}},"updates":{"snippets":[{"icon":"PERSON","message":"@DavidSchinazi commented on #2296"}],"action":{"name":"View Pull Request","url":"https://github.com/quicwg/base-drafts/pull/2296#discussion_r248932688"}}}</script>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/pull/2296#discussion_r248932688",
"url": "https://github.com/quicwg/base-drafts/pull/2296#discussion_r248932688",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>
----==_mimepart_5c4166f85bd33_221e3fc0382d45b45766d0--


From nobody Thu Jan 17 21: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 ADBA712F19D for <quic-issues@ietfa.amsl.com>; Thu, 17 Jan 2019 21:45:38 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -12.552
X-Spam-Level: 
X-Spam-Status: No, score=-12.552 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIMWL_WL_HIGH=-4.553, 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_PASS=-0.001] autolearn=ham autolearn_force=no
Authentication-Results: ietfa.amsl.com (amavisd-new); dkim=pass (1024-bit key) header.d=github.com
Received: from mail.ietf.org ([4.31.198.44]) by localhost (ietfa.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id jWqFgsXdbOVp for <quic-issues@ietfa.amsl.com>; Thu, 17 Jan 2019 21:45: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 0D35E12E7C1 for <quic-issues@ietf.org>; Thu, 17 Jan 2019 21:45:37 -0800 (PST)
Date: Thu, 17 Jan 2019 21:45:36 -0800
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1547790336; bh=nfAz28a5nE7wRuJOwd7MljRZl9wae9tEWQto6I8Drz8=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=nCXFl2ikdnmUo0MAherbmEk+bw1qxufJ35/ohXTFH5Kb4pRQM0pVCZaA/2nQqUDdG WU0cya1ZcOig9FRCondmI2bOKRPg+a6au64gGhNUgePOPuDIrC5RGPERgMbXHDC3Rc lHD+Xw13KPkWA3LhnhwlbfIsNkRsP5a4D9Rf44H4=
From: Kazuho Oku <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+0166e4ab0ca08790e8a18a20b2fb9a93a6dd486e3bf8fcfb92cf0000000118592a0092a169ce17e00219@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/issues/2344/455434688@github.com>
In-Reply-To: <quicwg/base-drafts/issues/2344@github.com>
References: <quicwg/base-drafts/issues/2344@github.com>
Subject: Re: [quicwg/base-drafts] RESET_STREAM should be allowed in 0-RTT packets (#2344)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5c416800686e_67923fd5be8d45b856474a"; 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/MaUb7WN-LOcLLLUOXyg3cNPQ3_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: Fri, 18 Jan 2019 05:45:39 -0000

----==_mimepart_5c416800686e_67923fd5be8d45b856474a
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

@marten-seemann I'm not sure if that's true. A client can always use transport parameters to specify it's limits; I doubt if there's a benefit in updating the limits using a 0-RTT packet.

And in case of anticipating a large response, the anticipation would be that the transmission of the response would span across multiple round-trips (because of congestion control). Everything would work fine if the client's initial limit is large enough to cover what can be sent in the first round-trip (or several round-trips).

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/quicwg/base-drafts/issues/2344#issuecomment-455434688
----==_mimepart_5c416800686e_67923fd5be8d45b856474a
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=3D1478487" data-octo-click=3D"hovercard-link-c=
lick" data-octo-dimensions=3D"link_type:self" href=3D"https://github.com/=
marten-seemann">@marten-seemann</a> I'm not sure if that's true. A client=
 can always use transport parameters to specify it's limits; I doubt if t=
here's a benefit in updating the limits using a 0-RTT packet.</p>
<p>And in case of anticipating a large response, the anticipation would b=
e that the transmission of the response would span across multiple round-=
trips (because of congestion control). Everything would work fine if the =
client's initial limit is large enough to cover what can be sent in the f=
irst round-trip (or several round-trips).</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/2344#issuecomment-455434688">view it on GitHub</a>,=
 or <a href=3D"https://github.com/notifications/unsubscribe-auth/AWbkq34U=
QOHVgjZx-KviTIaqI47rfS1eks5vEV-AgaJpZM4aHKE6">mute the thread</a>.<img sr=
c=3D"https://github.com/notifications/beacon/AWbkq8jF-TqS4C0JW4z_TDBT8kt7=
PzWLks5vEV-AgaJpZM4aHKE6.gif" height=3D"1" width=3D"1" alt=3D"" /></p>
<script type=3D"application/json" data-scope=3D"inboxmarkup">{"api_versio=
n":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name"=
:"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"=
quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"http=
s://github.githubassets.com/images/email/message_cards/header.png","avata=
r_image_url":"https://github.githubassets.com/images/email/message_cards/=
avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/q=
uicwg/base-drafts"}},"updates":{"snippets":[{"icon":"PERSON","message":"@=
kazuho in #2344: @marten-seemann I'm not sure if that's true. A client ca=
n always use transport parameters to specify it's limits; I doubt if ther=
e's a benefit in updating the limits using a 0-RTT packet.\r\n\r\nAnd in =
case of anticipating a large response, the anticipation would be that the=
 transmission of the response would span across multiple round-trips (bec=
ause of congestion control). Everything would work fine if the client's i=
nitial limit is large enough to cover what can be sent in the first round=
-trip (or several round-trips)."}],"action":{"name":"View Issue","url":"h=
ttps://github.com/quicwg/base-drafts/issues/2344#issuecomment-455434688"}=
}}</script>
<script type=3D"application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/issues/2344#issuecomment=
-455434688",
"url": "https://github.com/quicwg/base-drafts/issues/2344#issuecomment-45=
5434688",
"name": "View Issue"
},
"description": "View this Issue on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>=

----==_mimepart_5c416800686e_67923fd5be8d45b856474a--


From nobody Thu Jan 17 21:52: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 27BD112F19D for <quic-issues@ietfa.amsl.com>; Thu, 17 Jan 2019 21:52:51 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -12.553
X-Spam-Level: 
X-Spam-Status: No, score=-12.553 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIMWL_WL_HIGH=-4.553, 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_PASS=-0.001] autolearn=ham autolearn_force=no
Authentication-Results: ietfa.amsl.com (amavisd-new); dkim=pass (1024-bit key) header.d=github.com
Received: from mail.ietf.org ([4.31.198.44]) by localhost (ietfa.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 5iic7FNWhR6m for <quic-issues@ietfa.amsl.com>; Thu, 17 Jan 2019 21:52:49 -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 5429112F1A6 for <quic-issues@ietf.org>; Thu, 17 Jan 2019 21:52:49 -0800 (PST)
Date: Thu, 17 Jan 2019 21:52:48 -0800
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1547790768; bh=BZ5EmyW6l6FOAP8gLvRgfnIxQmvhk1CivjcuhpYq7SI=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=eX0jwJa51EpmBMAML5LpYd/QYpjzFui8WDLTnD2bqG+tTLxiCxFcOZIAqSvS5SfPU 1edEAToAiaP53of4K4ipiJ4AhecaxyPWbKmJldmVQk0w7K/vvk20DkoRgjSXCT94S2 +cNCdCD7BOvJuAL5Yc++uFw5lnwnCrcqd++4gF+M=
From: Marten Seemann <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+0166e4abca4ba7fc21798e1556e585275efeb728ed93257a92cf0000000118592bb092a169ce17e00219@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/issues/2344/455435788@github.com>
In-Reply-To: <quicwg/base-drafts/issues/2344@github.com>
References: <quicwg/base-drafts/issues/2344@github.com>
Subject: Re: [quicwg/base-drafts] RESET_STREAM should be allowed in 0-RTT packets (#2344)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5c4169b06144c_23e33f9a17ed45b82849dd"; 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/l1JblNf99bxtiHdpERJ7E2Dvx-M>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
List-Id: Notification list for GitHub issues related to the QUIC WG <quic-issues.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=unsubscribe>
List-Archive: <https://mailarchive.ietf.org/arch/browse/quic-issues/>
List-Post: <mailto:quic-issues@ietf.org>
List-Help: <mailto:quic-issues-request@ietf.org?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, 18 Jan 2019 05:52:51 -0000

----==_mimepart_5c4169b06144c_23e33f9a17ed45b82849dd
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

> @marten-seemann I'm not sure if that's true. A client can always use transport parameters to specify it's limits; I doubt if there's a benefit in updating the limits using a 0-RTT packet.

There's generally good reason to keep the initial window small, since we don't have any mechanism to update the transport parameters.

> And in case of anticipating a large response, the anticipation would be that the transmission of the response would span across multiple round-trips (because of congestion control). Everything would work fine if the client's initial limit is large enough to cover what can be sent in the first round-trip (or several round-trips).

That depends very much on the concrete values used.

> Asking for permission to send _BLOCKED frames in 0-RTT packets might make sense, though I am not sure if we'd need that in practice. I think we can expect a server allowing 0-RTT to provide enough window to let the client actually use 0-RTT.

Right, I hadn't even thought about BLOCKED. I think it proves my point here: If we don't allow those frame types in 0-RTT, we'll need *a lot* of special code just for keeping those frames out of 0-RTT packets (and to delay transmission until you have 1-RTT keys). Equivalently, on the receiver side, you'd need to implement checks that the payload of 0-RTT packets only contain valid frames. I don't see any reason for special casing anything here, so we should just allow all frame types in 0-RTT 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/2344#issuecomment-455435788
----==_mimepart_5c4169b06144c_23e33f9a17ed45b82849dd
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: quoted-printable

<blockquote>
<p><a class=3D"user-mention" data-hovercard-type=3D"user" data-hovercard-=
url=3D"/hovercards?user_id=3D1478487" data-octo-click=3D"hovercard-link-c=
lick" data-octo-dimensions=3D"link_type:self" href=3D"https://github.com/=
marten-seemann">@marten-seemann</a> I'm not sure if that's true. A client=
 can always use transport parameters to specify it's limits; I doubt if t=
here's a benefit in updating the limits using a 0-RTT packet.</p>
</blockquote>
<p>There's generally good reason to keep the initial window small, since =
we don't have any mechanism to update the transport parameters.</p>
<blockquote>
<p>And in case of anticipating a large response, the anticipation would b=
e that the transmission of the response would span across multiple round-=
trips (because of congestion control). Everything would work fine if the =
client's initial limit is large enough to cover what can be sent in the f=
irst round-trip (or several round-trips).</p>
</blockquote>
<p>That depends very much on the concrete values used.</p>
<blockquote>
<p>Asking for permission to send _BLOCKED frames in 0-RTT packets might m=
ake sense, though I am not sure if we'd need that in practice. I think we=
 can expect a server allowing 0-RTT to provide enough window to let the c=
lient actually use 0-RTT.</p>
</blockquote>
<p>Right, I hadn't even thought about BLOCKED. I think it proves my point=
 here: If we don't allow those frame types in 0-RTT, we'll need <em>a lot=
</em> of special code just for keeping those frames out of 0-RTT packets =
(and to delay transmission until you have 1-RTT keys). Equivalently, on t=
he receiver side, you'd need to implement checks that the payload of 0-RT=
T packets only contain valid frames. I don't see any reason for special c=
asing anything here, so we should just allow all frame types in 0-RTT pac=
kets.</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/2344#issuecomment-455435788">view it on GitHub</a>,=
 or <a href=3D"https://github.com/notifications/unsubscribe-auth/AWbkq3s5=
k1AAnFD4UR6pGVlLB3arqMFQks5vEWEwgaJpZM4aHKE6">mute the thread</a>.<img sr=
c=3D"https://github.com/notifications/beacon/AWbkq_nvYI0UWfHVKh4PSkgaYkdX=
0JGGks5vEWEwgaJpZM4aHKE6.gif" height=3D"1" width=3D"1" alt=3D"" /></p>
<script type=3D"application/json" data-scope=3D"inboxmarkup">{"api_versio=
n":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name"=
:"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"=
quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"http=
s://github.githubassets.com/images/email/message_cards/header.png","avata=
r_image_url":"https://github.githubassets.com/images/email/message_cards/=
avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/q=
uicwg/base-drafts"}},"updates":{"snippets":[{"icon":"PERSON","message":"@=
marten-seemann in #2344: \u003e @marten-seemann I'm not sure if that's tr=
ue. A client can always use transport parameters to specify it's limits; =
I doubt if there's a benefit in updating the limits using a 0-RTT packet.=
\r\n\r\nThere's generally good reason to keep the initial window small, s=
ince we don't have any mechanism to update the transport parameters.\r\n\=
r\n\u003e And in case of anticipating a large response, the anticipation =
would be that the transmission of the response would span across multiple=
 round-trips (because of congestion control). Everything would work fine =
if the client's initial limit is large enough to cover what can be sent i=
n the first round-trip (or several round-trips).\r\n\r\nThat depends very=
 much on the concrete values used.\r\n\r\n\u003e Asking for permission to=
 send _BLOCKED frames in 0-RTT packets might make sense, though I am not =
sure if we'd need that in practice. I think we can expect a server allowi=
ng 0-RTT to provide enough window to let the client actually use 0-RTT.\r=
\n\r\nRight, I hadn't even thought about BLOCKED. I think it proves my po=
int here: If we don't allow those frame types in 0-RTT, we'll need *a lot=
* of special code just for keeping those frames out of 0-RTT packets (and=
 to delay transmission until you have 1-RTT keys). Equivalently, on the r=
eceiver side, you'd need to implement checks that the payload of 0-RTT pa=
ckets only contain valid frames. I don't see any reason for special casin=
g anything here, so we should just allow all frame types in 0-RTT packets=
."}],"action":{"name":"View Issue","url":"https://github.com/quicwg/base-=
drafts/issues/2344#issuecomment-455435788"}}}</script>
<script type=3D"application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/issues/2344#issuecomment=
-455435788",
"url": "https://github.com/quicwg/base-drafts/issues/2344#issuecomment-45=
5435788",
"name": "View Issue"
},
"description": "View this Issue on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>=

----==_mimepart_5c4169b06144c_23e33f9a17ed45b82849dd--


From nobody Thu Jan 17 21: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 62464130E9C for <quic-issues@ietfa.amsl.com>; Thu, 17 Jan 2019 21:55:02 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -12.552
X-Spam-Level: 
X-Spam-Status: No, score=-12.552 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIMWL_WL_HIGH=-4.553, 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_PASS=-0.001] autolearn=ham autolearn_force=no
Authentication-Results: ietfa.amsl.com (amavisd-new); dkim=pass (1024-bit key) header.d=github.com
Received: from mail.ietf.org ([4.31.198.44]) by localhost (ietfa.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id xC0Ej8myDCqi for <quic-issues@ietfa.amsl.com>; Thu, 17 Jan 2019 21:55:00 -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 31B8812F1A6 for <quic-issues@ietf.org>; Thu, 17 Jan 2019 21:55:00 -0800 (PST)
Date: Thu, 17 Jan 2019 21:54:59 -0800
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1547790899; bh=53Ng1l+COZmE8XSuoPezMph46XodRK+hzPTomtFvjuY=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=syzOPJSj03eDXmsTlzUo564E1Vf57JcNZPJM33sf41teyztP7w+kpA+1h3suIvH2+ Z2Oyu+frKAMpfaMrydcKQsNzmzgfi/i4fli42Gj8rJPCJy2V0V4Gu8pXpUkxeH8rAg FCnnJg/ycEZ0yBcwYp3t9DXHUpo0JMOndO/XbLzw=
From: Benjamin Saunders <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+0166e4ab38d67ec510f542608e70b82803f062c09bf94c9192cf0000000118592c3392a169ce17e00219@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/issues/2344/455436136@github.com>
In-Reply-To: <quicwg/base-drafts/issues/2344@github.com>
References: <quicwg/base-drafts/issues/2344@github.com>
Subject: Re: [quicwg/base-drafts] RESET_STREAM should be allowed in 0-RTT packets (#2344)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5c416a3357591_57303fd10f4d45c0170249c"; 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/N-RWMzcNavbzvv74MhruLDUZgP4>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
List-Id: Notification list for GitHub issues related to the QUIC WG <quic-issues.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=unsubscribe>
List-Archive: <https://mailarchive.ietf.org/arch/browse/quic-issues/>
List-Post: <mailto:quic-issues@ietf.org>
List-Help: <mailto:quic-issues-request@ietf.org?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, 18 Jan 2019 05:55:02 -0000

----==_mimepart_5c416a3357591_57303fd10f4d45c0170249c
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

> And in case of anticipating a large response, the anticipation would be that the transmission of the response would span across multiple round-trips (because of congestion control). Everything would work fine if the client's initial limit is large enough to cover what can be sent in the first round-trip (or several round-trips).

I can imagine an application protocol oriented around using streams as message framing that might have small initial limits to support proportionately large numbers of in-flight streams, but occasionally request large responses by issuing MAX_STREAM_DATA alongside the request. Supporting such a pattern in 0-RTT seems 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/issues/2344#issuecomment-455436136
----==_mimepart_5c416a3357591_57303fd10f4d45c0170249c
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: quoted-printable

<blockquote>
<p>And in case of anticipating a large response, the anticipation would b=
e that the transmission of the response would span across multiple round-=
trips (because of congestion control). Everything would work fine if the =
client's initial limit is large enough to cover what can be sent in the f=
irst round-trip (or several round-trips).</p>
</blockquote>
<p>I can imagine an application protocol oriented around using streams as=
 message framing that might have small initial limits to support proporti=
onately large numbers of in-flight streams, but occasionally request larg=
e responses by issuing MAX_STREAM_DATA alongside the request. Supporting =
such a pattern in 0-RTT seems useful.</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/2344#issuecomment-455436136">view it on GitHub</a>,=
 or <a href=3D"https://github.com/notifications/unsubscribe-auth/AWbkq5yV=
UGjuDBSXcGjrLX2054JPCZDhks5vEWGzgaJpZM4aHKE6">mute the thread</a>.<img sr=
c=3D"https://github.com/notifications/beacon/AWbkq-DP_flCi-gwRVsgB4lDo87s=
qTNLks5vEWGzgaJpZM4aHKE6.gif" height=3D"1" width=3D"1" alt=3D"" /></p>
<script type=3D"application/json" data-scope=3D"inboxmarkup">{"api_versio=
n":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name"=
:"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"=
quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"http=
s://github.githubassets.com/images/email/message_cards/header.png","avata=
r_image_url":"https://github.githubassets.com/images/email/message_cards/=
avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/q=
uicwg/base-drafts"}},"updates":{"snippets":[{"icon":"PERSON","message":"@=
Ralith in #2344: \u003e And in case of anticipating a large response, the=
 anticipation would be that the transmission of the response would span a=
cross multiple round-trips (because of congestion control). Everything wo=
uld work fine if the client's initial limit is large enough to cover what=
 can be sent in the first round-trip (or several round-trips).\r\n\r\nI c=
an imagine an application protocol oriented around using streams as messa=
ge framing that might have small initial limits to support proportionatel=
y large numbers of in-flight streams, but occasionally request large resp=
onses by issuing MAX_STREAM_DATA alongside the request. Supporting such a=
 pattern in 0-RTT seems useful."}],"action":{"name":"View Issue","url":"h=
ttps://github.com/quicwg/base-drafts/issues/2344#issuecomment-455436136"}=
}}</script>
<script type=3D"application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/issues/2344#issuecomment=
-455436136",
"url": "https://github.com/quicwg/base-drafts/issues/2344#issuecomment-45=
5436136",
"name": "View Issue"
},
"description": "View this Issue on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>=

----==_mimepart_5c416a3357591_57303fd10f4d45c0170249c--


From nobody Thu Jan 17 22: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 9E1361292F1 for <quic-issues@ietfa.amsl.com>; Thu, 17 Jan 2019 22:25:37 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -11.149
X-Spam-Level: 
X-Spam-Status: No, score=-11.149 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIMWL_WL_HIGH=-4.553, 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_PASS=-0.001] autolearn=ham autolearn_force=no
Authentication-Results: ietfa.amsl.com (amavisd-new); dkim=pass (1024-bit key) header.d=github.com
Received: from mail.ietf.org ([4.31.198.44]) by localhost (ietfa.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id pa3L_IH9Krl9 for <quic-issues@ietfa.amsl.com>; Thu, 17 Jan 2019 22:25:35 -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 86A03126BED for <quic-issues@ietf.org>; Thu, 17 Jan 2019 22:25:35 -0800 (PST)
Date: Thu, 17 Jan 2019 22:25:34 -0800
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1547792734; bh=gT+lLYFwqQESb0kp48d3uicJFFwfxMtPEMJA7bCZM44=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=p3ra+jp9oF+SdXXF43gyHOY6He06+Ym3TjDawOgsxxXq9AGkCFBOHKe5C8Mp9N813 aQ82+/sjsfmu80h2C7WpUtkjOePo7oI5uReJxv8ukqu04aPZpwuAKwlsOXnF0U9DgH ILg9Qmd8B9iVavsNTDMgDPw/yoGeFTR+kF1zDyYM=
From: Kazuho Oku <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+0166e4abf063fbbbc5e11ab7f80f2536e238c04eccf1597392cf000000011859335e92a169ce17e0387c@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/issues/2345/455440932@github.com>
In-Reply-To: <quicwg/base-drafts/issues/2345@github.com>
References: <quicwg/base-drafts/issues/2345@github.com>
Subject: Re: [quicwg/base-drafts] STOP_SENDING on implicitly opened streams is error-prone (#2345)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5c41715e5291c_749f3f89d36d45c48957d0"; 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/V86lRpQMhdQbq4YkLiNx_8r_FOg>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
List-Id: Notification list for GitHub issues related to the QUIC WG <quic-issues.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=unsubscribe>
List-Archive: <https://mailarchive.ietf.org/arch/browse/quic-issues/>
List-Post: <mailto:quic-issues@ietf.org>
List-Help: <mailto:quic-issues-request@ietf.org?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, 18 Jan 2019 06:25:37 -0000

----==_mimepart_5c41715e5291c_749f3f89d36d45c48957d0
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

:+1:

> Streams can easily become open while still in the Ready state on the sender if the sender does not necessarily transmit data on streams in exactly the order in which they are allocated. If the receiving application decides to abandon such a stream and sends STOP_SENDING, a connection error results.

FWIW, this happens also when a packet carrying a STREAM frame with the smaller stream ID gets 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/2345#issuecomment-455440932
----==_mimepart_5c41715e5291c_749f3f89d36d45c48957d0
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: quoted-printable

<p><g-emoji class=3D"g-emoji" alias=3D"+1" fallback-src=3D"https://github=
.githubassets.com/images/icons/emoji/unicode/1f44d.png">=F0=9F=91=8D</g-e=
moji></p>=0D
<blockquote>=0D
<p>Streams can easily become open while still in the Ready state on the s=
ender if the sender does not necessarily transmit data on streams in exac=
tly the order in which they are allocated. If the receiving application d=
ecides to abandon such a stream and sends STOP_SENDING, a connection erro=
r results.</p>=0D
</blockquote>=0D
<p>FWIW, this happens also when a packet carrying a STREAM frame with the=
 smaller stream ID gets dropped.</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/2345#issuecomment-455440932">view it on GitHub</a>,=
 or <a href=3D"https://github.com/notifications/unsubscribe-auth/AWbkq6Kg=
KI5lMXccYvygVxqnpabBhQerks5vEWjegaJpZM4aHOJG">mute the thread</a>.<img sr=
c=3D"https://github.com/notifications/beacon/AWbkq0uzu-kfW0G7vGcpAdE1xbTv=
kODmks5vEWjegaJpZM4aHOJG.gif" height=3D"1" width=3D"1" alt=3D"" /></p>=0D=

<script type=3D"application/json" data-scope=3D"inboxmarkup">{"api_versio=
n":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name"=
:"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"=
quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"http=
s://github.githubassets.com/images/email/message_cards/header.png","avata=
r_image_url":"https://github.githubassets.com/images/email/message_cards/=
avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/q=
uicwg/base-drafts"}},"updates":{"snippets":[{"icon":"PERSON","message":"@=
kazuho in #2345: :+1:\r\n\r\n\u003e Streams can easily become open while =
still in the Ready state on the sender if the sender does not necessarily=
 transmit data on streams in exactly the order in which they are allocate=
d. If the receiving application decides to abandon such a stream and send=
s STOP_SENDING, a connection error results.\r\n\r\nFWIW, this happens als=
o when a packet carrying a STREAM frame with the smaller stream ID gets d=
ropped."}],"action":{"name":"View Issue","url":"https://github.com/quicwg=
/base-drafts/issues/2345#issuecomment-455440932"}}}</script>=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/2345#issuecomment=
-455440932",=0D
"url": "https://github.com/quicwg/base-drafts/issues/2345#issuecomment-45=
5440932",=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_5c41715e5291c_749f3f89d36d45c48957d0--


From nobody Thu Jan 17 22:28: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 998A3131124 for <quic-issues@ietfa.amsl.com>; Thu, 17 Jan 2019 22:28:45 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -11.149
X-Spam-Level: 
X-Spam-Status: No, score=-11.149 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIMWL_WL_HIGH=-4.553, 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_PASS=-0.001] autolearn=ham autolearn_force=no
Authentication-Results: ietfa.amsl.com (amavisd-new); dkim=pass (1024-bit key) header.d=github.com
Received: from mail.ietf.org ([4.31.198.44]) by localhost (ietfa.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id EUHRzxmw3qJ6 for <quic-issues@ietfa.amsl.com>; Thu, 17 Jan 2019 22:28:44 -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 1077D126BED for <quic-issues@ietf.org>; Thu, 17 Jan 2019 22:28:44 -0800 (PST)
Date: Thu, 17 Jan 2019 22:28:41 -0800
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1547792921; bh=jgm12sdTaTVQnRCdi4Mn4g39zFT1kGjyPjD7ffoW8/U=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=hIqCcHPeP8LGDxUEcVT3vCbTKBIkZClzBZ7jBaqNWMYaXbXEHDjc7Rp6OVaDRKV74 T7tmO9o27Gr4wbLdG1hNEjtl7EqvIxDa6X6pnKDYsxDOdAQWwIBRiSPCVM/Vbci5Zf MYJr2wee/ec5eP7pU8mBhGpCHQGTP1FNppQBug8I=
From: Benjamin Saunders <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+0166e4ab635bfeb521673061ad62e5bade24b50e36aa80e192cf000000011859341992a169ce17e0387c@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/issues/2345/455441462@github.com>
In-Reply-To: <quicwg/base-drafts/issues/2345@github.com>
References: <quicwg/base-drafts/issues/2345@github.com>
Subject: Re: [quicwg/base-drafts] STOP_SENDING on implicitly opened streams is error-prone (#2345)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5c41721992213_3713fe0f38d45b41393147"; 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/BvWZc9jFsqjZZNx8iSz26yTNM50>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
List-Id: Notification list for GitHub issues related to the QUIC WG <quic-issues.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=unsubscribe>
List-Archive: <https://mailarchive.ietf.org/arch/browse/quic-issues/>
List-Post: <mailto:quic-issues@ietf.org>
List-Help: <mailto:quic-issues-request@ietf.org?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, 18 Jan 2019 06:28:46 -0000

----==_mimepart_5c41721992213_3713fe0f38d45b41393147
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

> FWIW, this happens also when a packet carrying a STREAM frame with the smaller stream ID gets dropped.

Right, but in that case the sender's state is `Send` for the implicitly-opened stream, so a STOP_SENDING won't produce an error. The receiver of course has no way to distinguish those cases, and so currently cannot ever safely send STOP_SENDING on implicitly opened 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/issues/2345#issuecomment-455441462
----==_mimepart_5c41721992213_3713fe0f38d45b41393147
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: quoted-printable

<blockquote>
<p>FWIW, this happens also when a packet carrying a STREAM frame with the=
 smaller stream ID gets dropped.</p>
</blockquote>
<p>Right, but in that case the sender's state is <code>Send</code> for th=
e implicitly-opened stream, so a STOP_SENDING won't produce an error. The=
 receiver of course has no way to distinguish those cases, and so current=
ly cannot ever safely send STOP_SENDING on implicitly opened streams.</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/2345#issuecomment-455441462">view it on GitHub</a>,=
 or <a href=3D"https://github.com/notifications/unsubscribe-auth/AWbkqzb7=
nrFXFuGTAe7R3DfbDf2rwncZks5vEWmZgaJpZM4aHOJG">mute the thread</a>.<img sr=
c=3D"https://github.com/notifications/beacon/AWbkq5h7nr-VugqNvfa1Sb_YGaLy=
k76Mks5vEWmZgaJpZM4aHOJG.gif" height=3D"1" width=3D"1" alt=3D"" /></p>
<script type=3D"application/json" data-scope=3D"inboxmarkup">{"api_versio=
n":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name"=
:"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"=
quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"http=
s://github.githubassets.com/images/email/message_cards/header.png","avata=
r_image_url":"https://github.githubassets.com/images/email/message_cards/=
avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/q=
uicwg/base-drafts"}},"updates":{"snippets":[{"icon":"PERSON","message":"@=
Ralith in #2345: \u003e FWIW, this happens also when a packet carrying a =
STREAM frame with the smaller stream ID gets dropped.\r\n\r\nRight, but i=
n that case the sender's state is `Send` for the implicitly-opened stream=
, so a STOP_SENDING won't produce an error. The receiver of course has no=
 way to distinguish those cases, and so currently cannot ever safely send=
 STOP_SENDING on implicitly opened streams."}],"action":{"name":"View Iss=
ue","url":"https://github.com/quicwg/base-drafts/issues/2345#issuecomment=
-455441462"}}}</script>
<script type=3D"application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/issues/2345#issuecomment=
-455441462",
"url": "https://github.com/quicwg/base-drafts/issues/2345#issuecomment-45=
5441462",
"name": "View Issue"
},
"description": "View this Issue on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>=

----==_mimepart_5c41721992213_3713fe0f38d45b41393147--


From nobody Thu Jan 17 22: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 6866213112D for <quic-issues@ietfa.amsl.com>; Thu, 17 Jan 2019 22:45:15 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -10.935
X-Spam-Level: 
X-Spam-Status: No, score=-10.935 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIMWL_WL_HIGH=-4.553, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, HTML_IMAGE_ONLY_24=1.618, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-1, RCVD_IN_DNSWL_HI=-5, SPF_PASS=-0.001] autolearn=ham autolearn_force=no
Authentication-Results: ietfa.amsl.com (amavisd-new); dkim=pass (1024-bit key) header.d=github.com
Received: from mail.ietf.org ([4.31.198.44]) by localhost (ietfa.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id U8DnMHRhqQcY for <quic-issues@ietfa.amsl.com>; Thu, 17 Jan 2019 22:45:13 -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 8F3C6126BED for <quic-issues@ietf.org>; Thu, 17 Jan 2019 22:45:13 -0800 (PST)
Date: Thu, 17 Jan 2019 22:45:12 -0800
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1547793912; bh=A7uoJtJEUNOx8Ves/AvXXLUsL3ODOM7eXfYun4tMa3A=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=zBEcEjSz4uWOPlKlxLoyUegMnwMozj2zdVv7fLwyIiR7lU9c4GF6X9XpAGVUmk1jr 3pY5qjQ2NlwBtKEFhrq8YvlQHdE37eLYbN/I5O8xB138zxbGIJtuUVCt5Ct407bkgp 7mxA5ypEgWHP5+G7fW03KazFIDPC8DlQYKb+7UUU=
From: Kazuho Oku <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/2341/push/3221532783@github.com>
In-Reply-To: <quicwg/base-drafts/pull/2341@github.com>
References: <quicwg/base-drafts/pull/2341@github.com>
Subject: Re: [quicwg/base-drafts] clarify that INITCWND caps amount of data sent to a server before address validation (#2341)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5c4175f84f23e_2be23fe901cd45b88836c8"; charset=UTF-8
Content-Transfer-Encoding: 7bit
Precedence: list
X-GitHub-Sender: kazuho
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/WknEgmj-aivi1WjpLb484DabMvU>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
List-Id: Notification list for GitHub issues related to the QUIC WG <quic-issues.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=unsubscribe>
List-Archive: <https://mailarchive.ietf.org/arch/browse/quic-issues/>
List-Post: <mailto:quic-issues@ietf.org>
List-Help: <mailto:quic-issues-request@ietf.org?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, 18 Jan 2019 06:45:16 -0000

----==_mimepart_5c4175f84f23e_2be23fe901cd45b88836c8
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

@kazuho pushed 1 commit.

00bed2ccf53f2fbb9653b05d54d9664516c5c9d5  Ian's suggestions


-- 
You are receiving this because you are subscribed to this thread.
View it on GitHub:
https://github.com/quicwg/base-drafts/pull/2341/files/5522bd547d040512ada19513ffd2cbbfad386d87..00bed2ccf53f2fbb9653b05d54d9664516c5c9d5

----==_mimepart_5c4175f84f23e_2be23fe901cd45b88836c8
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

<p><a href="https://github.com/kazuho" class="user-mention">@kazuho</a> pushed 1 commit.</p>

<ul>
  <li><a class="commit-link" href="https://github.com/quicwg/base-drafts/commit/00bed2ccf53f2fbb9653b05d54d9664516c5c9d5">00bed2c</a>  Ian&#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/2341/files/5522bd547d040512ada19513ffd2cbbfad386d87..00bed2ccf53f2fbb9653b05d54d9664516c5c9d5">View it on GitHub</a> or <a href="https://github.com/notifications/unsubscribe-auth/AWbkq0c2dFNABGYviT1hAQvFbpXeG0IOks5vEW14gaJpZM4aEY8S">mute the thread</a>.<img src="https://github.com/notifications/beacon/AWbkq9I_AzvdKONLxY2y0_xa0JGF1wNPks5vEW14gaJpZM4aEY8S.gif" height="1" width="1" alt="" /></p>
<script type="application/json" data-scope="inboxmarkup">{"api_version":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name":"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"https://github.githubassets.com/images/email/message_cards/header.png","avatar_image_url":"https://github.githubassets.com/images/email/message_cards/avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/quicwg/base-drafts"}},"updates":{"snippets":[{"icon":"PERSON","message":"@kazuho pushed 1 commit in #2341"}],"action":{"name":"View Pull Request","url":"https://github.com/quicwg/base-drafts/pull/2341/files/5522bd547d040512ada19513ffd2cbbfad386d87..00bed2ccf53f2fbb9653b05d54d9664516c5c9d5"}}}</script>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/pull/2341/files/5522bd547d040512ada19513ffd2cbbfad386d87..00bed2ccf53f2fbb9653b05d54d9664516c5c9d5",
"url": "https://github.com/quicwg/base-drafts/pull/2341/files/5522bd547d040512ada19513ffd2cbbfad386d87..00bed2ccf53f2fbb9653b05d54d9664516c5c9d5",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>

----==_mimepart_5c4175f84f23e_2be23fe901cd45b88836c8--


From nobody Thu Jan 17 22:45: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 C082413112D for <quic-issues@ietfa.amsl.com>; Thu, 17 Jan 2019 22:45:43 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -11.149
X-Spam-Level: 
X-Spam-Status: No, score=-11.149 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIMWL_WL_HIGH=-4.553, 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_PASS=-0.001] autolearn=ham autolearn_force=no
Authentication-Results: ietfa.amsl.com (amavisd-new); dkim=pass (1024-bit key) header.d=github.com
Received: from mail.ietf.org ([4.31.198.44]) by localhost (ietfa.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id D2zmfLSLCdRC for <quic-issues@ietfa.amsl.com>; Thu, 17 Jan 2019 22:45: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 CBA3A126BED for <quic-issues@ietf.org>; Thu, 17 Jan 2019 22:45:41 -0800 (PST)
Date: Thu, 17 Jan 2019 22:45:40 -0800
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1547793940; bh=qIVNBpeoi4mxLBvjahmxtX+MS8AKo6jYFNrobCEgA1Y=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=j2ooYwiQgHzLzqoP+QpB2zFIrs+ZGjXqRN3bXqsk5f1RyDAo9Vw7ijX+0gKWojsY0 oqpuyWDTiOlwA+vvwd3gsj1YGVGD3AbqFOMCiGs0kDkkVw8ZuXc4Ibc9H62EDkFb51 fQl9aKOZRRttHGTIOvttv9n3SEGv2hDqH1BBMneA=
From: Kazuho Oku <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+0166e4ab7989d84a3e75fb8b94f32a1781d7cfb9efdb42e892cf000000011859381492a169ce17d8f804@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/pull/2341/review/193965637@github.com>
In-Reply-To: <quicwg/base-drafts/pull/2341@github.com>
References: <quicwg/base-drafts/pull/2341@github.com>
Subject: Re: [quicwg/base-drafts] clarify that INITCWND caps amount of data sent to a server before address validation (#2341)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5c417614b16a6_71d23f99300d45b8921e1"; 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/KHynG84Jb3VwzRtd-b97_bp1TjE>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
List-Id: Notification list for GitHub issues related to the QUIC WG <quic-issues.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=unsubscribe>
List-Archive: <https://mailarchive.ietf.org/arch/browse/quic-issues/>
List-Post: <mailto:quic-issues@ietf.org>
List-Help: <mailto:quic-issues-request@ietf.org?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, 18 Jan 2019 06:45:44 -0000

----==_mimepart_5c417614b16a6_71d23f99300d45b8921e1
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

kazuho commented on this pull request.



> @@ -1579,6 +1579,10 @@ the client during connection establishment with a Retry packet (see
 {{validate-retry}}) or in a previous connection using the NEW_TOKEN frame (see
 {{validate-future}}).
 
+The amount that servers are permitted to send is also constrained by the limit

@ianswett @janaiyengar Thank you! Applied the 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/2341#discussion_r248941152
----==_mimepart_5c417614b16a6_71d23f99300d45b8921e1
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/2341#discussion_r248941152">draft-ietf-quic-transport.md</a>:</p>
<pre style='color:#555'>&gt; @@ -1579,6 +1579,10 @@ the client during connection establishment with a Retry packet (see
 {{validate-retry}}) or in a previous connection using the NEW_TOKEN frame (see
 {{validate-future}}).
 
+The amount that servers are permitted to send is also constrained by the limit
</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> <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> Thank you! Applied the 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/2341#discussion_r248941152">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AWbkqxw34XBVbJgwWDqeLFSy1DgXZo9wks5vEW2UgaJpZM4aEY8S">mute the thread</a>.<img src="https://github.com/notifications/beacon/AWbkq9oPebfgAizvG2HVSHv7HpXE77sfks5vEW2UgaJpZM4aEY8S.gif" height="1" width="1" alt="" /></p>
<script type="application/json" data-scope="inboxmarkup">{"api_version":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name":"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"https://github.githubassets.com/images/email/message_cards/header.png","avatar_image_url":"https://github.githubassets.com/images/email/message_cards/avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/quicwg/base-drafts"}},"updates":{"snippets":[{"icon":"PERSON","message":"@kazuho commented on #2341"}],"action":{"name":"View Pull Request","url":"https://github.com/quicwg/base-drafts/pull/2341#discussion_r248941152"}}}</script>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/pull/2341#discussion_r248941152",
"url": "https://github.com/quicwg/base-drafts/pull/2341#discussion_r248941152",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>
----==_mimepart_5c417614b16a6_71d23f99300d45b8921e1--


From nobody Thu Jan 17 23: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 23C53131136 for <quic-issues@ietfa.amsl.com>; Thu, 17 Jan 2019 23:07:48 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -11.149
X-Spam-Level: 
X-Spam-Status: No, score=-11.149 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIMWL_WL_HIGH=-4.553, 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_PASS=-0.001] autolearn=ham autolearn_force=no
Authentication-Results: ietfa.amsl.com (amavisd-new); dkim=pass (1024-bit key) header.d=github.com
Received: from mail.ietf.org ([4.31.198.44]) by localhost (ietfa.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 3NfMmix2kisk for <quic-issues@ietfa.amsl.com>; Thu, 17 Jan 2019 23:07: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 3D140130D7A for <quic-issues@ietf.org>; Thu, 17 Jan 2019 23:07:46 -0800 (PST)
Date: Thu, 17 Jan 2019 23:07:45 -0800
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1547795265; bh=IvDvvz0MD2eW586USpHwos1gD6gDkOl58MykFIhwlds=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=P1ZZfyzVn8CG0l7TvA71M9Kipm91xjOkdh8LPNcBc83Yd2hyBpqpIaf6A588OOUsG HIuYMWmSOjbYX+Iul6ZfGzwBIjkC/e1wj32cAdKb4rvpZXENWnv+x7rO9SaEhhqOnJ LzglyEb5qWSj/kJEILJcKehjmKofHQC2VsOmHYOg=
From: Marten Seemann <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+0166e4ab4511bb4150df559b1701a36492e01c4471405a5592cf0000000118593d4192a169ce17e0387c@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/issues/2345/455448227@github.com>
In-Reply-To: <quicwg/base-drafts/issues/2345@github.com>
References: <quicwg/base-drafts/issues/2345@github.com>
Subject: Re: [quicwg/base-drafts] STOP_SENDING on implicitly opened streams is error-prone (#2345)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5c417b4132c3b_25763fbfe42d45b8297ab"; 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/HxrJoQ2iEDB0pnOfMFPnhDVB3EY>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
List-Id: Notification list for GitHub issues related to the QUIC WG <quic-issues.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=unsubscribe>
List-Archive: <https://mailarchive.ietf.org/arch/browse/quic-issues/>
List-Post: <mailto:quic-issues@ietf.org>
List-Help: <mailto:quic-issues-request@ietf.org?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, 18 Jan 2019 07:07:48 -0000

----==_mimepart_5c417b4132c3b_25763fbfe42d45b8297ab
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

I think the text should be
> Receiving a STOP_SENDING frame for a locally-initiated stream that is not yet created MUST be treated as a connection error of type STREAM_STATE_ERROR.

There's value in an endpoint being able to communicate that data from a stream won't be read, even if no data was ever sent on that stream before.

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/quicwg/base-drafts/issues/2345#issuecomment-455448227
----==_mimepart_5c417b4132c3b_25763fbfe42d45b8297ab
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: quoted-printable

<p>I think the text should be</p>
<blockquote>
<p>Receiving a STOP_SENDING frame for a locally-initiated stream that is =
not yet created MUST be treated as a connection error of type STREAM_STAT=
E_ERROR.</p>
</blockquote>
<p>There's value in an endpoint being able to communicate that data from =
a stream won't be read, even if no data was ever sent on that stream befo=
re.</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/2345#issuecomment-455448227">view it on GitHub</a>,=
 or <a href=3D"https://github.com/notifications/unsubscribe-auth/AWbkq0Pz=
i-8VTlLzZ-2Q6ZuZKbaFEp55ks5vEXLBgaJpZM4aHOJG">mute the thread</a>.<img sr=
c=3D"https://github.com/notifications/beacon/AWbkq0RnjBpO3mr-DfhXIJAlz3gU=
BoJoks5vEXLBgaJpZM4aHOJG.gif" height=3D"1" width=3D"1" alt=3D"" /></p>
<script type=3D"application/json" data-scope=3D"inboxmarkup">{"api_versio=
n":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name"=
:"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"=
quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"http=
s://github.githubassets.com/images/email/message_cards/header.png","avata=
r_image_url":"https://github.githubassets.com/images/email/message_cards/=
avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/q=
uicwg/base-drafts"}},"updates":{"snippets":[{"icon":"PERSON","message":"@=
marten-seemann in #2345: I think the text should be\r\n\u003e Receiving a=
 STOP_SENDING frame for a locally-initiated stream that is not yet create=
d MUST be treated as a connection error of type STREAM_STATE_ERROR.\r\n\r=
\nThere's value in an endpoint being able to communicate that data from a=
 stream won't be read, even if no data was ever sent on that stream befor=
e."}],"action":{"name":"View Issue","url":"https://github.com/quicwg/base=
-drafts/issues/2345#issuecomment-455448227"}}}</script>
<script type=3D"application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/issues/2345#issuecomment=
-455448227",
"url": "https://github.com/quicwg/base-drafts/issues/2345#issuecomment-45=
5448227",
"name": "View Issue"
},
"description": "View this Issue on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>=

----==_mimepart_5c417b4132c3b_25763fbfe42d45b8297ab--


From nobody Thu Jan 17 23:21: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 12BA4131145 for <quic-issues@ietfa.amsl.com>; Thu, 17 Jan 2019 23:21:00 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -10.935
X-Spam-Level: 
X-Spam-Status: No, score=-10.935 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIMWL_WL_HIGH=-4.553, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, HTML_IMAGE_ONLY_24=1.618, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-1, RCVD_IN_DNSWL_HI=-5, SPF_PASS=-0.001] autolearn=ham autolearn_force=no
Authentication-Results: ietfa.amsl.com (amavisd-new); dkim=pass (1024-bit key) header.d=github.com
Received: from mail.ietf.org ([4.31.198.44]) by localhost (ietfa.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id FaFv4m_2QsvB for <quic-issues@ietfa.amsl.com>; Thu, 17 Jan 2019 23:20:58 -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 73CAB12F295 for <quic-issues@ietf.org>; Thu, 17 Jan 2019 23:20:58 -0800 (PST)
Date: Thu, 17 Jan 2019 23:20:57 -0800
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1547796057; bh=SmWu6RneT9mls6LLIZAO/Phadpw0kozZU56lvYExYzo=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=DAVAwNnR9y+qWkf1b0AF9sYYeV9lY1+gFlzhB+696WN1UtEFQ2ANauEJLvZk8GkaQ YNPl3qjC3h9dZRyHEG/WK4iyBZnje335UrVKbxqCt/b0OipsBB5qgVPxCqYdS1c+D3 ZegpdynOedM5sU29ywc24QZNw5jPTZNMheZV7Pwo=
From: Benjamin Saunders <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+0166e4ab95fd4f1f9e519086ee11f3e545d8d00e0d0a7cd992cf000000011859405992a169ce174b8a33@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/issues/2149/455450715@github.com>
In-Reply-To: <quicwg/base-drafts/issues/2149@github.com>
References: <quicwg/base-drafts/issues/2149@github.com>
Subject: Re: [quicwg/base-drafts] What resets idle timeout? (#2149)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5c417e5949412_62f83fe38e4d45c095636"; 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/xXSiHWB2w1GlHeemgio-fSnXZLA>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
List-Id: Notification list for GitHub issues related to the QUIC WG <quic-issues.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=unsubscribe>
List-Archive: <https://mailarchive.ietf.org/arch/browse/quic-issues/>
List-Post: <mailto:quic-issues@ietf.org>
List-Help: <mailto:quic-issues-request@ietf.org?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, 18 Jan 2019 07:21:00 -0000

----==_mimepart_5c417e5949412_62f83fe38e4d45c095636
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

I like the look of the wording change in ac59e11. Is there something blocking it from being applied?

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/quicwg/base-drafts/issues/2149#issuecomment-455450715
----==_mimepart_5c417e5949412_62f83fe38e4d45c095636
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

<p>I like the look of the wording change in <a class="commit-link" data-hovercard-type="commit" data-hovercard-url="https://github.com/quicwg/base-drafts/commit/ac59e1146fe685a353bc2f3f3d74d98e5a063afe/hovercard" href="https://github.com/quicwg/base-drafts/commit/ac59e1146fe685a353bc2f3f3d74d98e5a063afe"><tt>ac59e11</tt></a>. Is there something blocking it from being applied?</p>

<p style="font-size:small;-webkit-text-size-adjust:none;color:#666;">&mdash;<br />You are receiving this because you are subscribed to this thread.<br />Reply to this email directly, <a href="https://github.com/quicwg/base-drafts/issues/2149#issuecomment-455450715">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AWbkq7VMn6o7L5CWe1J6rDz8y446TlXAks5vEXXZgaJpZM4ZSR1o">mute the thread</a>.<img src="https://github.com/notifications/beacon/AWbkq4Ecj_fhQyUhLD3qSGS4DUFL8Sqtks5vEXXZgaJpZM4ZSR1o.gif" height="1" width="1" alt="" /></p>
<script type="application/json" data-scope="inboxmarkup">{"api_version":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name":"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"https://github.githubassets.com/images/email/message_cards/header.png","avatar_image_url":"https://github.githubassets.com/images/email/message_cards/avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/quicwg/base-drafts"}},"updates":{"snippets":[{"icon":"PERSON","message":"@Ralith in #2149: I like the look of the wording change in ac59e11. Is there something blocking it from being applied?"}],"action":{"name":"View Issue","url":"https://github.com/quicwg/base-drafts/issues/2149#issuecomment-455450715"}}}</script>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/issues/2149#issuecomment-455450715",
"url": "https://github.com/quicwg/base-drafts/issues/2149#issuecomment-455450715",
"name": "View Issue"
},
"description": "View this Issue on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>
----==_mimepart_5c417e5949412_62f83fe38e4d45c095636--


From nobody Thu Jan 17 23: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 3054F131150 for <quic-issues@ietfa.amsl.com>; Thu, 17 Jan 2019 23:30:36 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -11.007
X-Spam-Level: 
X-Spam-Status: No, score=-11.007 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIMWL_WL_HIGH=-4.553, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, HTML_IMAGE_ONLY_20=1.546, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-1, RCVD_IN_DNSWL_HI=-5, SPF_PASS=-0.001] autolearn=ham autolearn_force=no
Authentication-Results: ietfa.amsl.com (amavisd-new); dkim=pass (1024-bit key) header.d=github.com
Received: from mail.ietf.org ([4.31.198.44]) by localhost (ietfa.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id J4BZSZKzGSLb for <quic-issues@ietfa.amsl.com>; Thu, 17 Jan 2019 23:30: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 8C0FE13114E for <quic-issues@ietf.org>; Thu, 17 Jan 2019 23:30:33 -0800 (PST)
Date: Thu, 17 Jan 2019 23:30:32 -0800
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1547796632; bh=VLl0IBsz+3Vx8dSHFPEVQixdrxOYFC7hhJ2EJwlUi24=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=XpQESGth/625eZ7SLRTpzFHBA+it0O0nyx24dpMbHi+TB+en6Rx4uy/ULxrD4RJHg zIaWb6OyOewxhwHSjtNfkd3wxrNvLL450SPMM3k1vd9uJ73pbPm/Np0HgusMICg1D+ ruFMcTRtUXxPaSXMAkDuFtNAHDceQxRJkbPRs8Ak=
From: Martin Thomson <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+0166e4ab7d34ec7af565358af12c05f68c003a3f6e1ada9892cf000000011859429892a169ce179bec73@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/pull/2296/review/193974509@github.com>
In-Reply-To: <quicwg/base-drafts/pull/2296@github.com>
References: <quicwg/base-drafts/pull/2296@github.com>
Subject: Re: [quicwg/base-drafts] Allow servers to send a preferred address of each address family (#2296)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5c4180983a618_4f493fdabd6d45c08321e"; 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/5E4FlciiY4cZbI54mQUrMYUgYuk>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
List-Id: Notification list for GitHub issues related to the QUIC WG <quic-issues.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=unsubscribe>
List-Archive: <https://mailarchive.ietf.org/arch/browse/quic-issues/>
List-Post: <mailto:quic-issues@ietf.org>
List-Help: <mailto:quic-issues-request@ietf.org?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, 18 Jan 2019 07:30:36 -0000

----==_mimepart_5c4180983a618_4f493fdabd6d45c08321e
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

martinthomson approved this pull request.

After reading my text, I am not entirely happy with it, but I lack a better 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/2296#pullrequestreview-193974509
----==_mimepart_5c4180983a618_4f493fdabd6d45c08321e
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

<p><b>@martinthomson</b> approved this pull request.</p>

<p>After reading my text, I am not entirely happy with it, but I lack a better 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/2296#pullrequestreview-193974509">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AWbkq-QVheGNtBWMmcritEputL5yFjm2ks5vEXgYgaJpZM4ZuHR_">mute the thread</a>.<img src="https://github.com/notifications/beacon/AWbkq_PSzcprNEGIUmXcjkkVTAgVXwROks5vEXgYgaJpZM4ZuHR_.gif" height="1" width="1" alt="" /></p>
<script type="application/json" data-scope="inboxmarkup">{"api_version":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name":"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"https://github.githubassets.com/images/email/message_cards/header.png","avatar_image_url":"https://github.githubassets.com/images/email/message_cards/avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/quicwg/base-drafts"}},"updates":{"snippets":[{"icon":"PERSON","message":"@martinthomson approved #2296"}],"action":{"name":"View Pull Request","url":"https://github.com/quicwg/base-drafts/pull/2296#pullrequestreview-193974509"}}}</script>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/pull/2296#pullrequestreview-193974509",
"url": "https://github.com/quicwg/base-drafts/pull/2296#pullrequestreview-193974509",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>
----==_mimepart_5c4180983a618_4f493fdabd6d45c08321e--


From nobody Thu Jan 17 23:38: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 72D16131151 for <quic-issues@ietfa.amsl.com>; Thu, 17 Jan 2019 23:38:03 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -12.551
X-Spam-Level: 
X-Spam-Status: No, score=-12.551 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIMWL_WL_HIGH=-4.553, 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_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 yjKh_2w_b1RP for <quic-issues@ietfa.amsl.com>; Thu, 17 Jan 2019 23:38: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 503D3130D7A for <quic-issues@ietf.org>; Thu, 17 Jan 2019 23:38:01 -0800 (PST)
Date: Thu, 17 Jan 2019 23:38:00 -0800
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1547797080; bh=CltUAds2KSv3qpMq70AorC9FHXccmCXMLdd+KI0Ligk=; h=Date:From:Reply-To:To:Cc:Subject:List-ID:List-Archive:List-Post: List-Unsubscribe:From; b=OV4lOkntRQ1Ksqx7d6ARGvCm8B5Qcr92se+e8sTJagi8t17g5s9piapQRFxabU2+w 2rv7pUyA1PxDuaPbJAIyavbv1+RdKxgHUGeW/qpbbz0W19vxA8OqV8PppHLK5y87yy WHbRQswCnpupWyVEO//yat5mgNdi1fDdm5x3dFF0=
From: Martin Thomson <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+0166e4abb8f9ce5fe2e7c59af8e4f30276f86cc06a30e12792cf000000011859445892a169ce17e0c3bd@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/pull/2346@github.com>
Subject: [quicwg/base-drafts] Rework idle timeout definition (#2346)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5c41825857315_46ba3fce3b4d45c42013dd"; 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/sCSWEjeqCdqkA5zFW6t-7nIJCMM>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
List-Id: Notification list for GitHub issues related to the QUIC WG <quic-issues.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=unsubscribe>
List-Archive: <https://mailarchive.ietf.org/arch/browse/quic-issues/>
List-Post: <mailto:quic-issues@ietf.org>
List-Help: <mailto:quic-issues-request@ietf.org?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, 18 Jan 2019 07:38:03 -0000

----==_mimepart_5c41825857315_46ba3fce3b4d45c42013dd
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

Closes #2149.
You can view, comment on, or merge this pull request online at:

  https://github.com/quicwg/base-drafts/pull/2346

-- Commit Summary --

  * Rework idle timeout definition

-- File Changes --

    M draft-ietf-quic-transport.md (15)

-- Patch Links --

https://github.com/quicwg/base-drafts/pull/2346.patch
https://github.com/quicwg/base-drafts/pull/2346.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/2346

----==_mimepart_5c41825857315_46ba3fce3b4d45c42013dd
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 #2149.">Closes</span> <a class="issue-link js-issue-link" data-error-text="Failed to load issue title" data-id="390826547" data-permission-text="Issue title is private" data-url="https://github.com/quicwg/base-drafts/issues/2149" data-hovercard-type="issue" data-hovercard-url="/quicwg/base-drafts/issues/2149/hovercard" href="https://github.com/quicwg/base-drafts/issues/2149">#2149</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/2346'>https://github.com/quicwg/base-drafts/pull/2346</a></p>

<h4>Commit Summary</h4>
<ul>
  <li>Rework idle timeout definition</li>
</ul>

<h4>File Changes</h4>
<ul>
  <li>
    <strong>M</strong>
    <a href="https://github.com/quicwg/base-drafts/pull/2346/files#diff-0">draft-ietf-quic-transport.md</a>
    (15)
  </li>
</ul>

<h4>Patch Links:</h4>
<ul>
  <li><a href='https://github.com/quicwg/base-drafts/pull/2346.patch'>https://github.com/quicwg/base-drafts/pull/2346.patch</a></li>
  <li><a href='https://github.com/quicwg/base-drafts/pull/2346.diff'>https://github.com/quicwg/base-drafts/pull/2346.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/2346">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AWbkq7VuDk3CRRzpnmbdpU-PZh0RE5-eks5vEXnYgaJpZM4aHYP2">mute the thread</a>.<img src="https://github.com/notifications/beacon/AWbkq3cDxRo_J__zGkLhs-ZDQn8gHeatks5vEXnYgaJpZM4aHYP2.gif" height="1" width="1" alt="" /></p>
<script type="application/json" data-scope="inboxmarkup">{"api_version":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name":"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"https://github.githubassets.com/images/email/message_cards/header.png","avatar_image_url":"https://github.githubassets.com/images/email/message_cards/avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/quicwg/base-drafts"}},"updates":{"snippets":[{"icon":"DESCRIPTION","message":"Rework idle timeout definition (#2346)"}],"action":{"name":"View Pull Request","url":"https://github.com/quicwg/base-drafts/pull/2346"}}}</script>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/pull/2346",
"url": "https://github.com/quicwg/base-drafts/pull/2346",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>

----==_mimepart_5c41825857315_46ba3fce3b4d45c42013dd--


From nobody Thu Jan 17 23:38: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 8A645131151 for <quic-issues@ietfa.amsl.com>; Thu, 17 Jan 2019 23:38:55 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -10.935
X-Spam-Level: 
X-Spam-Status: No, score=-10.935 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIMWL_WL_HIGH=-4.553, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, HTML_IMAGE_ONLY_24=1.618, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-1, RCVD_IN_DNSWL_HI=-5, SPF_PASS=-0.001] autolearn=ham autolearn_force=no
Authentication-Results: ietfa.amsl.com (amavisd-new); dkim=pass (1024-bit key) header.d=github.com
Received: from mail.ietf.org ([4.31.198.44]) by localhost (ietfa.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id es1bAPPXnDgP for <quic-issues@ietfa.amsl.com>; Thu, 17 Jan 2019 23:38: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 85F91131152 for <quic-issues@ietf.org>; Thu, 17 Jan 2019 23:38:53 -0800 (PST)
Date: Thu, 17 Jan 2019 23:38:52 -0800
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1547797132; bh=Gzmwku08e/yJNOIO7tZIvHPDsa/oQ1dMduv3bJwMjZE=; h=Date:From:Reply-To:To:Cc:Subject:List-ID:List-Archive:List-Post: List-Unsubscribe:From; b=nD9fAKXxKJOqYjN15TxWwDJHWYuf8eGGI8j8C/iTH5wfj//BgA21XzjmjwZlec9jC RyrUT9xe90japcScbgfEUzt5fWBcl45Q4Q/zv2gDPZeoVvKXspdeEfFr8W7zPz8Zk+ y98LuH+AaaUdmf4kq2JXCZkcsxgprODq/QDDy8FQ=
From: Kazuho Oku <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+0166e4ab87b713cc8df648f4779757cdfe7d019f0912384692cf000000011859448c92a169ce17e0c497@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/issues/2347@github.com>
Subject: [quicwg/base-drafts] nothing can be sent when receiving a packet just after the idle close timer expires (#2347)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5c41828ca1839_4ecf3fdabd6d45c0139732"; 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/8C2-AJvnRhfpBfbZ-KdkOAeNg-M>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
List-Id: Notification list for GitHub issues related to the QUIC WG <quic-issues.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=unsubscribe>
List-Archive: <https://mailarchive.ietf.org/arch/browse/quic-issues/>
List-Post: <mailto:quic-issues@ietf.org>
List-Help: <mailto:quic-issues-request@ietf.org?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, 18 Jan 2019 07:38:56 -0000

----==_mimepart_5c41828ca1839_4ecf3fdabd6d45c0139732
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

IIUC, the primary reason of having STATELESS_RESET is to let the client notice that the connection is dead immediately, so that it can retransmit the request using a new connection. However, when a server receives a request immediately after it's idle close timer has expired, it cannot send any packet in response, because it is in the draining period. Is this the expected behavior?

IMO, we should always allow a server to respond whenever it receives a packet after the idle timeout has expired. One way of allowing that is to let an endpoint immediately discard the connection state when the idle close timer expires.

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/quicwg/base-drafts/issues/2347
----==_mimepart_5c41828ca1839_4ecf3fdabd6d45c0139732
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

<p>IIUC, the primary reason of having STATELESS_RESET is to let the client notice that the connection is dead immediately, so that it can retransmit the request using a new connection. However, when a server receives a request immediately after it's idle close timer has expired, it cannot send any packet in response, because it is in the draining period. Is this the expected behavior?</p>
<p>IMO, we should always allow a server to respond whenever it receives a packet after the idle timeout has expired. One way of allowing that is to let an endpoint immediately discard the connection state when the idle close timer expires.</p>

<p style="font-size:small;-webkit-text-size-adjust:none;color:#666;">&mdash;<br />You are receiving this because you are subscribed to this thread.<br />Reply to this email directly, <a href="https://github.com/quicwg/base-drafts/issues/2347">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AWbkqx5rZKJCHR5-Thpaj1zxYivWQs7Mks5vEXoMgaJpZM4aHYT2">mute the thread</a>.<img src="https://github.com/notifications/beacon/AWbkqwJ-UWfkogk2JsyzX2ZChf4zDveYks5vEXoMgaJpZM4aHYT2.gif" height="1" width="1" alt="" /></p>
<script type="application/json" data-scope="inboxmarkup">{"api_version":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name":"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"https://github.githubassets.com/images/email/message_cards/header.png","avatar_image_url":"https://github.githubassets.com/images/email/message_cards/avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/quicwg/base-drafts"}},"updates":{"snippets":[{"icon":"DESCRIPTION","message":"nothing can be sent when receiving a packet just after the idle close timer expires (#2347)"}],"action":{"name":"View Issue","url":"https://github.com/quicwg/base-drafts/issues/2347"}}}</script>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/issues/2347",
"url": "https://github.com/quicwg/base-drafts/issues/2347",
"name": "View Issue"
},
"description": "View this Issue on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>
----==_mimepart_5c41828ca1839_4ecf3fdabd6d45c0139732--


From nobody Thu Jan 17 23: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 E2352131152 for <quic-issues@ietfa.amsl.com>; Thu, 17 Jan 2019 23:39:17 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -11.007
X-Spam-Level: 
X-Spam-Status: No, score=-11.007 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIMWL_WL_HIGH=-4.553, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, HTML_IMAGE_ONLY_20=1.546, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-1, RCVD_IN_DNSWL_HI=-5, SPF_PASS=-0.001] autolearn=ham autolearn_force=no
Authentication-Results: ietfa.amsl.com (amavisd-new); dkim=pass (1024-bit key) header.d=github.com
Received: from mail.ietf.org ([4.31.198.44]) by localhost (ietfa.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id nTEuRH0hcWAr for <quic-issues@ietfa.amsl.com>; Thu, 17 Jan 2019 23:39:16 -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 88EAB131151 for <quic-issues@ietf.org>; Thu, 17 Jan 2019 23:39:16 -0800 (PST)
Date: Thu, 17 Jan 2019 23:39:15 -0800
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1547797155; bh=WLNHlUZVvis5JdTXFpVsGNOq79RYpp1KAh1SNhYfkYM=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=QwcH8S4zHtFQI3esQR3OJgbACsbD+wLZQpwwcdwSUS5Tn34AZ1Pl8lVOisfmV2cq6 6McyOfiXl9Xj2yeBs98cP8k2Et6YyDbBh4Qu4Ciaf73znsowRTaum8b2i9CkDOKU92 DFfnAwngGO+Sn3jDR5AqC4Kb037GdLEfMp2tZnC4=
From: Martin Thomson <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+0166e4abf17ce6bbc7205979c9e829e95176247a544b2a0992cf00000001185944a392a169ce174b8a33@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/issues/2149/455454586@github.com>
In-Reply-To: <quicwg/base-drafts/issues/2149@github.com>
References: <quicwg/base-drafts/issues/2149@github.com>
Subject: Re: [quicwg/base-drafts] What resets idle timeout? (#2149)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5c4182a3aca06_46863fce3b4d45c4731f2"; 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/Qjsd5q3kG13JrfqfuApCenJgJw8>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
List-Id: Notification list for GitHub issues related to the QUIC WG <quic-issues.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=unsubscribe>
List-Archive: <https://mailarchive.ietf.org/arch/browse/quic-issues/>
List-Post: <mailto:quic-issues@ietf.org>
List-Help: <mailto:quic-issues-request@ietf.org?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, 18 Jan 2019 07:39:18 -0000

----==_mimepart_5c4182a3aca06_46863fce3b4d45c4731f2
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

Nothing. I just neglected to open the pull request.  That happens sometimes. Lots of changes 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/2149#issuecomment-455454586
----==_mimepart_5c4182a3aca06_46863fce3b4d45c4731f2
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

<p>Nothing. I just neglected to open the pull request.  That happens sometimes. Lots of changes 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/issues/2149#issuecomment-455454586">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AWbkq59RS59sq0eH0Zzf5_DRYCWpV9okks5vEXojgaJpZM4ZSR1o">mute the thread</a>.<img src="https://github.com/notifications/beacon/AWbkq9YJVDjYG4Y559N3nVaNR1EPVPiNks5vEXojgaJpZM4ZSR1o.gif" height="1" width="1" alt="" /></p>
<script type="application/json" data-scope="inboxmarkup">{"api_version":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name":"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"https://github.githubassets.com/images/email/message_cards/header.png","avatar_image_url":"https://github.githubassets.com/images/email/message_cards/avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/quicwg/base-drafts"}},"updates":{"snippets":[{"icon":"PERSON","message":"@martinthomson in #2149: Nothing. I just neglected to open the pull request.  That happens sometimes. Lots of changes in flight..."}],"action":{"name":"View Issue","url":"https://github.com/quicwg/base-drafts/issues/2149#issuecomment-455454586"}}}</script>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/issues/2149#issuecomment-455454586",
"url": "https://github.com/quicwg/base-drafts/issues/2149#issuecomment-455454586",
"name": "View Issue"
},
"description": "View this Issue on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>
----==_mimepart_5c4182a3aca06_46863fce3b4d45c4731f2--


From nobody Fri Jan 18 00:03: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 A4E5313115B for <quic-issues@ietfa.amsl.com>; Fri, 18 Jan 2019 00:03:20 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -10.934
X-Spam-Level: 
X-Spam-Status: No, score=-10.934 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIMWL_WL_HIGH=-4.553, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, HTML_IMAGE_ONLY_24=1.618, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-1, RCVD_IN_DNSWL_HI=-5, 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 iNiLGhv9EbuT for <quic-issues@ietfa.amsl.com>; Fri, 18 Jan 2019 00:03: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 82BBD131155 for <quic-issues@ietf.org>; Fri, 18 Jan 2019 00:03:18 -0800 (PST)
Date: Fri, 18 Jan 2019 00:03:15 -0800
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1547798595; bh=dfMr6qpb6fziIZdvG9rhQIb+90bEeWgzUoqbiW5C++I=; h=Date:From:Reply-To:To:Cc:Subject:List-ID:List-Archive:List-Post: List-Unsubscribe:From; b=qXjBOXIBX6uBNvdrciS9M4ilSwg/ij02xXQYcRonKtNRiUjKB2mM6wYP7D9S9C//x iJb42wdzCKFlB1levHuJvOf2Viq4PivVwIaqqcnjImEVdbxNBp8U30oxgiSQjg9Ip3 r64hM3ePnZq+vcUZ3AD01rN9zkOLdplx8Kzj7BUg=
From: Christian Huitema <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+0166e4abac54bf02e02da05a13d53b23facb48898f951c7c92cf0000000118594a4392a169ce17e0dd5b@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/issues/2348@github.com>
Subject: [quicwg/base-drafts] Specify IPv6 flow label for QUIC (#2348)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5c418843d961a_14113fb24f4d45b8284060"; 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/EMhFHRBKw6SYJXT1_KdH-ADVRy4>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
List-Id: Notification list for GitHub issues related to the QUIC WG <quic-issues.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=unsubscribe>
List-Archive: <https://mailarchive.ietf.org/arch/browse/quic-issues/>
List-Post: <mailto:quic-issues@ietf.org>
List-Help: <mailto:quic-issues-request@ietf.org?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, 18 Jan 2019 08:03:21 -0000

----==_mimepart_5c418843d961a_14113fb24f4d45b8284060
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

There is an ongoing push in the IPv6 working group for conformance to [RFC 6437](https://tools.ietf.org/html/rfc6437). The pseudo random flow label enables routers to perform flow-preserving load balancing without having to parse the transport header, which in IPv6 is sometimes hidden behind a chain of extension headers.

For QUIC, that would probably mean setting the IPv6 flow label to a pseudorandom value function of the source and destination addresses and ports and the Destination Connection ID (if present). Should we mention that in the transport 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/2348
----==_mimepart_5c418843d961a_14113fb24f4d45b8284060
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

<p>There is an ongoing push in the IPv6 working group for conformance to <a href="https://tools.ietf.org/html/rfc6437" rel="nofollow">RFC 6437</a>. The pseudo random flow label enables routers to perform flow-preserving load balancing without having to parse the transport header, which in IPv6 is sometimes hidden behind a chain of extension headers.</p>
<p>For QUIC, that would probably mean setting the IPv6 flow label to a pseudorandom value function of the source and destination addresses and ports and the Destination Connection ID (if present). Should we mention that in the transport 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/2348">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AWbkq-h4SRlE7x16MiRpZSQDZz2xghq9ks5vEX_DgaJpZM4aHaIS">mute the thread</a>.<img src="https://github.com/notifications/beacon/AWbkq2D6pfuJ0Ha4OEp6B7p8FkM0l6ycks5vEX_DgaJpZM4aHaIS.gif" height="1" width="1" alt="" /></p>
<script type="application/json" data-scope="inboxmarkup">{"api_version":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name":"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"https://github.githubassets.com/images/email/message_cards/header.png","avatar_image_url":"https://github.githubassets.com/images/email/message_cards/avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/quicwg/base-drafts"}},"updates":{"snippets":[{"icon":"DESCRIPTION","message":"Specify IPv6 flow label for QUIC (#2348)"}],"action":{"name":"View Issue","url":"https://github.com/quicwg/base-drafts/issues/2348"}}}</script>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/issues/2348",
"url": "https://github.com/quicwg/base-drafts/issues/2348",
"name": "View Issue"
},
"description": "View this Issue on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>
----==_mimepart_5c418843d961a_14113fb24f4d45b8284060--


From nobody Fri Jan 18 01:57:58 2019
Return-Path: <bounce+565321.40f-quic-issues=ietf.org@github.com>
X-Original-To: quic-issues@ietfa.amsl.com
Delivered-To: quic-issues@ietfa.amsl.com
Received: from localhost (localhost [127.0.0.1]) by ietfa.amsl.com (Postfix) with ESMTP id 90539128766 for <quic-issues@ietfa.amsl.com>; Fri, 18 Jan 2019 01:57:56 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -6.452
X-Spam-Level: 
X-Spam-Status: No, score=-6.452 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIMWL_WL_HIGH=-4.553, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, HEADER_FROM_DIFFERENT_DOMAINS=0.001, RCVD_IN_DNSWL_NONE=-0.0001, SPF_PASS=-0.001, URIBL_BLOCKED=0.001] autolearn=ham autolearn_force=no
Authentication-Results: ietfa.amsl.com (amavisd-new); dkim=pass (1024-bit key) header.d=github.com
Received: from mail.ietf.org ([4.31.198.44]) by localhost (ietfa.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id oCtAhtJItM0Q for <quic-issues@ietfa.amsl.com>; Fri, 18 Jan 2019 01:57:55 -0800 (PST)
Received: from m69-170.mailgun.net (m69-170.mailgun.net [166.78.69.170]) (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 06717131186 for <quic-issues@ietf.org>; Fri, 18 Jan 2019 01:57:54 -0800 (PST)
DKIM-Signature: a=rsa-sha256; v=1; c=relaxed/relaxed; d=github.com; q=dns/txt;  s=mailo; t=1547805473; h=Content-Transfer-Encoding: Content-Type: Mime-Version: Subject: Message-ID: To: Reply-To: From: Date: Sender; bh=ETPTlAB5EQZUkY8iUAHe3kbBXE+sPZ1ZD58D/8Nt55s=; b=S5eCXmQIk2QFEUk0MN4TNirCrhsTNbbbtYe7aCUqHlJCi1rYlU5jmIFlhgLlNuKcpYcdALnQ dnImLO9rGeGA5OsP7AdV7kook/9sskPKnngVW6q+oziRl8iJWCayCxclbOI9137HHE4i4zzw hISkRKKzExo77d6U174SWCLyC3E=
X-Mailgun-Sending-Ip: 166.78.69.170
X-Mailgun-Sid: WyJhNzYyYiIsICJxdWljLWlzc3Vlc0BpZXRmLm9yZyIsICI0MGYiXQ==
Sender: lars=eggert.org@github.com
Received: from github.com (Unknown [192.30.252.37]) by mxa.mailgun.org with ESMTP id 5c41a321.7fbf0ecd2b10-smtp-out-n02; Fri, 18 Jan 2019 09:57:53 -0000 (UTC)
Date: Fri, 18 Jan 2019 01:57:52 -0800
From: Lars Eggert <lars@eggert.org>
Reply-To: Lars Eggert <lars@eggert.org>
To: quic-issues@ietf.org
Message-ID: <5c41a32022c1a_73942affa03005786147f@hookshot-fe-2cc8887.cp1-iad.github.net.mail>
Subject: [quicwg/wg-materials] 55182e: Add agenda template
Mime-Version: 1.0
Content-Type: multipart/mixed; boundary="--==_mimepart_5c41a320226aa_73942affa0300578613ad"; charset=UTF-8
Content-Transfer-Encoding: 7bit
Archived-At: <https://mailarchive.ietf.org/arch/msg/quic-issues/LGfr3ZW8xFXfrm0DkzVOyEHH5zA>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
Precedence: list
List-Id: Notification list for GitHub issues related to the QUIC WG <quic-issues.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=unsubscribe>
List-Archive: <https://mailarchive.ietf.org/arch/browse/quic-issues/>
List-Post: <mailto:quic-issues@ietf.org>
List-Help: <mailto:quic-issues-request@ietf.org?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, 18 Jan 2019 09:57:57 -0000

----==_mimepart_5c41a320226aa_73942affa0300578613ad
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

  Branch: refs/heads/master
  Home:   https://github.com/quicwg/wg-materials
  Commit: 55182ecc2f6d63000d1617fe35ca43dc61d51451
      https://github.com/quicwg/wg-materials/commit/55182ecc2f6d63000d1617fe35ca43dc61d51451
  Author: Lars Eggert <lars@eggert.org>
  Date:   2019-01-18 (Fri, 18 Jan 2019)

  Changed paths:
    A ietf104/agenda.md

  Log Message:
  -----------
  Add agenda template



      **NOTE:** This service has been marked for deprecation: https://developer.github.com/changes/2018-04-25-github-services-deprecation/

      Functionality will be removed from GitHub.com on January 31st, 2019.

----==_mimepart_5c41a320226aa_73942affa0300578613ad--


From nobody Fri Jan 18 02: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 0776D130DC0 for <quic-issues@ietfa.amsl.com>; Fri, 18 Jan 2019 02:15:16 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -12.552
X-Spam-Level: 
X-Spam-Status: No, score=-12.552 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIMWL_WL_HIGH=-4.553, 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_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 pJmYE_uziYl5 for <quic-issues@ietfa.amsl.com>; Fri, 18 Jan 2019 02:15:13 -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 811A2126DBF for <quic-issues@ietf.org>; Fri, 18 Jan 2019 02:15:13 -0800 (PST)
Date: Fri, 18 Jan 2019 02:15:12 -0800
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1547806512; bh=a+wCmIRe1SwYFtNibgmKGiEEXMV2Nf8Rz1fZog2CDPU=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=xyxzuqKXcHOBdJQu2CIjKSYEumd0Dj9jbjbCZvfU/gPfabj6XMmeiJaRte9VFGQud 3mjMdUMG6dQfjlyKrTbQW8yK2FKDX21tCYIXeBPc0+EFwitLWKqTDpXk9zXOCgEoZw bfuOkVaewK9oWVTwnQDRNfmvqs2K4UsjvofRvcsU=
From: Brian Trammell <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+0166e4abd9c762b5303f751eb634c984f5686af5d8a86e9492cf000000011859693092a169ce17e0dd5b@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/issues/2348/455496194@github.com>
In-Reply-To: <quicwg/base-drafts/issues/2348@github.com>
References: <quicwg/base-drafts/issues/2348@github.com>
Subject: Re: [quicwg/base-drafts] Specify IPv6 flow label for QUIC (#2348)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5c41a73026d9a_cf43fabdaad45c411294d"; 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/MA11_SzfCcG-V2CEtvfs_n8LkSE>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
List-Id: Notification list for GitHub issues related to the QUIC WG <quic-issues.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=unsubscribe>
List-Archive: <https://mailarchive.ietf.org/arch/browse/quic-issues/>
List-Post: <mailto:quic-issues@ietf.org>
List-Help: <mailto:quic-issues-request@ietf.org?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, 18 Jan 2019 10:15:16 -0000

----==_mimepart_5c41a73026d9a_cf43fabdaad45c411294d
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

Probably. There are (probably minor) caveats here.

If/when [RFC 6437](https://tools.ietf.org/html/6437) is widely deployed in the forwarding plane (I have neither data nor intuition about this), this will cause ECMP to operate on the DCID, so switching DCID will cause packets to be grouped along a different path. 

The upside of this is that in cases where ECMP is balanced across different _interdomain_ paths (this does happen, though I'm not sure how rarely -- though I know of recent work on traceroute enhancements to compensate for increasingly complex multipath topologies in the Internet), the cost of timing-correlation linkability across DCID change goes way up in the Internet core.

The downside is that a DCID switch will be more likely to cause latency discontinuity; when the switch hashes on to a faster path, there will be a spike in reordering at the receiver. This won't break anything per se (QUIC handles reordering just fine as specified), but it may lead to adverse performance in the few windows around a DCID switch that isn't currently there.

tl;dr it's certainly worth doing, but let's not be surprised by the (minor) effects of the decision.

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/quicwg/base-drafts/issues/2348#issuecomment-455496194
----==_mimepart_5c41a73026d9a_cf43fabdaad45c411294d
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: quoted-printable

<p>Probably. There are (probably minor) caveats here.</p>
<p>If/when <a href=3D"https://tools.ietf.org/html/6437" rel=3D"nofollow">=
RFC 6437</a> is widely deployed in the forwarding plane (I have neither d=
ata nor intuition about this), this will cause ECMP to operate on the DCI=
D, so switching DCID will cause packets to be grouped along a different p=
ath.</p>
<p>The upside of this is that in cases where ECMP is balanced across diff=
erent <em>interdomain</em> paths (this does happen, though I'm not sure h=
ow rarely -- though I know of recent work on traceroute enhancements to c=
ompensate for increasingly complex multipath topologies in the Internet),=
 the cost of timing-correlation linkability across DCID change goes way u=
p in the Internet core.</p>
<p>The downside is that a DCID switch will be more likely to cause latenc=
y discontinuity; when the switch hashes on to a faster path, there will b=
e a spike in reordering at the receiver. This won't break anything per se=
 (QUIC handles reordering just fine as specified), but it may lead to adv=
erse performance in the few windows around a DCID switch that isn't curre=
ntly there.</p>
<p>tl;dr it's certainly worth doing, but let's not be surprised by the (m=
inor) effects of the decision.</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/2348#issuecomment-455496194">view it on GitHub</a>,=
 or <a href=3D"https://github.com/notifications/unsubscribe-auth/AWbkqz_h=
szoy1gVIatQjWnHedWIOYMrYks5vEZ6wgaJpZM4aHaIS">mute the thread</a>.<img sr=
c=3D"https://github.com/notifications/beacon/AWbkqyyBKzMYt4XPzZRRdQ4u3jC2=
w7FCks5vEZ6wgaJpZM4aHaIS.gif" height=3D"1" width=3D"1" alt=3D"" /></p>
<script type=3D"application/json" data-scope=3D"inboxmarkup">{"api_versio=
n":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name"=
:"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"=
quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"http=
s://github.githubassets.com/images/email/message_cards/header.png","avata=
r_image_url":"https://github.githubassets.com/images/email/message_cards/=
avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/q=
uicwg/base-drafts"}},"updates":{"snippets":[{"icon":"PERSON","message":"@=
britram in #2348: Probably. There are (probably minor) caveats here.\r\n\=
r\nIf/when [RFC 6437](https://tools.ietf.org/html/6437) is widely deploye=
d in the forwarding plane (I have neither data nor intuition about this),=
 this will cause ECMP to operate on the DCID, so switching DCID will caus=
e packets to be grouped along a different path. \r\n\r\nThe upside of thi=
s is that in cases where ECMP is balanced across different _interdomain_ =
paths (this does happen, though I'm not sure how rarely -- though I know =
of recent work on traceroute enhancements to compensate for increasingly =
complex multipath topologies in the Internet), the cost of timing-correla=
tion linkability across DCID change goes way up in the Internet core.\r\n=
\r\nThe downside is that a DCID switch will be more likely to cause laten=
cy discontinuity; when the switch hashes on to a faster path, there will =
be a spike in reordering at the receiver. This won't break anything per s=
e (QUIC handles reordering just fine as specified), but it may lead to ad=
verse performance in the few windows around a DCID switch that isn't curr=
ently there.\r\n\r\ntl;dr it's certainly worth doing, but let's not be su=
rprised by the (minor) effects of the decision."}],"action":{"name":"View=
 Issue","url":"https://github.com/quicwg/base-drafts/issues/2348#issuecom=
ment-455496194"}}}</script>
<script type=3D"application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/issues/2348#issuecomment=
-455496194",
"url": "https://github.com/quicwg/base-drafts/issues/2348#issuecomment-45=
5496194",
"name": "View Issue"
},
"description": "View this Issue on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>=

----==_mimepart_5c41a73026d9a_cf43fabdaad45c411294d--


From nobody Fri Jan 18 05: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 F0CB9126C7E for <quic-issues@ietfa.amsl.com>; Fri, 18 Jan 2019 05:53:14 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -12.553
X-Spam-Level: 
X-Spam-Status: No, score=-12.553 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIMWL_WL_HIGH=-4.553, 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_PASS=-0.001] autolearn=ham autolearn_force=no
Authentication-Results: ietfa.amsl.com (amavisd-new); dkim=pass (1024-bit key) header.d=github.com
Received: from mail.ietf.org ([4.31.198.44]) by localhost (ietfa.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id ni-uFx6awpUq for <quic-issues@ietfa.amsl.com>; Fri, 18 Jan 2019 05:53: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 7B745124BE5 for <quic-issues@ietf.org>; Fri, 18 Jan 2019 05:53:12 -0800 (PST)
Date: Fri, 18 Jan 2019 05:53:11 -0800
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1547819591; bh=gyTp6yVdPSpaDgZP0esYJFSstknX4IjgZSF2xrhKg0Y=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=vj4L1Ux7JgLmRIoevtl9IlxoOyhuBEXqB4jrgpWSE0nmYjCxExruDlRhl7c6LIf6i ubFg5e3laNxK00ZOHvx8QW0E3F9cCCl7IddL73L6FsN8AQNKOarQCsKIUH3P9S7zCk ng0cRWN7YzSjaizWwCKV7txs/AqrYi0/FN8IhHV4=
From: Dmitri Tikhonov <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+0166e4abf70564f67b4170514a9781b3df4a17758b2af80692cf0000000118599c4792a169ce17e0c3bd@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/pull/2346/review/194104002@github.com>
In-Reply-To: <quicwg/base-drafts/pull/2346@github.com>
References: <quicwg/base-drafts/pull/2346@github.com>
Subject: Re: [quicwg/base-drafts] Rework idle timeout definition (#2346)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5c41da47175f4_39373fa9c46d45b8338360"; 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/VTTINlqsZHCwl-UAOABMtApjufs>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
List-Id: Notification list for GitHub issues related to the QUIC WG <quic-issues.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=unsubscribe>
List-Archive: <https://mailarchive.ietf.org/arch/browse/quic-issues/>
List-Post: <mailto:quic-issues@ietf.org>
List-Help: <mailto:quic-issues-request@ietf.org?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, 18 Jan 2019 13:53:15 -0000

----==_mimepart_5c41da47175f4_39373fa9c46d45b8338360
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

dtikhonov commented on this pull request.



> @@ -2242,14 +2242,13 @@ If the idle timeout is enabled, a connection that remains idle for longer than
 the advertised idle timeout (see {{transport-parameter-definitions}}) is closed.
 A connection enters the draining state when the idle timeout expires.
 
-Each endpoint advertises its own idle timeout to its peer. The idle timeout
-starts from the last packet received.  In order to ensure that initiating new
-activity postpones an idle timeout, an endpoint restarts this timer when sending
-a packet.  An endpoint does not postpone the idle timeout if another packet has
-been sent containing frames other than ACK or PADDING, and that other packet has
-not been acknowledged or declared lost.  Packets that contain only ACK or
-PADDING frames are not acknowledged until an endpoint has other frames to send,
-so they could prevent the timeout from being refreshed.
+Each endpoint advertises its own idle timeout to its peer.  Endpoints restart

I'd switch to the singular number:

> _An enpdpoint restarts any timer it maintains when a packet from its peer_....

As it stands, it sounds as if several endpoints had a single 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/pull/2346#pullrequestreview-194104002
----==_mimepart_5c41da47175f4_39373fa9c46d45b8338360
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

<p><b>@dtikhonov</b> commented on this pull request.</p>

<hr>

<p>In <a href="https://github.com/quicwg/base-drafts/pull/2346#discussion_r249049340">draft-ietf-quic-transport.md</a>:</p>
<pre style='color:#555'>&gt; @@ -2242,14 +2242,13 @@ If the idle timeout is enabled, a connection that remains idle for longer than
 the advertised idle timeout (see {{transport-parameter-definitions}}) is closed.
 A connection enters the draining state when the idle timeout expires.
 
-Each endpoint advertises its own idle timeout to its peer. The idle timeout
-starts from the last packet received.  In order to ensure that initiating new
-activity postpones an idle timeout, an endpoint restarts this timer when sending
-a packet.  An endpoint does not postpone the idle timeout if another packet has
-been sent containing frames other than ACK or PADDING, and that other packet has
-not been acknowledged or declared lost.  Packets that contain only ACK or
-PADDING frames are not acknowledged until an endpoint has other frames to send,
-so they could prevent the timeout from being refreshed.
+Each endpoint advertises its own idle timeout to its peer.  Endpoints restart
</pre>
<p>I'd switch to the singular number:</p>
<blockquote>
<p><em>An enpdpoint restarts any timer it maintains when a packet from its peer</em>....</p>
</blockquote>
<p>As it stands, it sounds as if several endpoints had a single 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/pull/2346#pullrequestreview-194104002">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AWbkq35qe_cu-zLvvAquZhM2b2nAlmioks5vEdHHgaJpZM4aHYP2">mute the thread</a>.<img src="https://github.com/notifications/beacon/AWbkq89IP26duRpXJZgSLG8r7yWsAkT3ks5vEdHHgaJpZM4aHYP2.gif" height="1" width="1" alt="" /></p>
<script type="application/json" data-scope="inboxmarkup">{"api_version":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name":"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"https://github.githubassets.com/images/email/message_cards/header.png","avatar_image_url":"https://github.githubassets.com/images/email/message_cards/avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/quicwg/base-drafts"}},"updates":{"snippets":[{"icon":"PERSON","message":"@dtikhonov commented on #2346"}],"action":{"name":"View Pull Request","url":"https://github.com/quicwg/base-drafts/pull/2346#pullrequestreview-194104002"}}}</script>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/pull/2346#pullrequestreview-194104002",
"url": "https://github.com/quicwg/base-drafts/pull/2346#pullrequestreview-194104002",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>
----==_mimepart_5c41da47175f4_39373fa9c46d45b8338360--


From nobody Fri Jan 18 06:32:05 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 ABA5E124D68 for <quic-issues@ietfa.amsl.com>; Fri, 18 Jan 2019 06:32:03 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -5.935
X-Spam-Level: 
X-Spam-Status: No, score=-5.935 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIMWL_WL_HIGH=-4.553, DKIM_SIGNED=0.1, DKIM_VALID=-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_PASS=-0.001] autolearn=ham autolearn_force=no
Authentication-Results: ietfa.amsl.com (amavisd-new); dkim=pass (1024-bit key) header.d=github.com
Received: from mail.ietf.org ([4.31.198.44]) by localhost (ietfa.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 2d3zf9n8E4YI for <quic-issues@ietfa.amsl.com>; Fri, 18 Jan 2019 06:32:02 -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 0629F1200D7 for <quic-issues@ietf.org>; Fri, 18 Jan 2019 06:32:01 -0800 (PST)
DKIM-Signature: v=1; a=rsa-sha1; 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=xWewH8SGMZwtxINlkph2z7psZQw=; b=LFQp6lx0bIgg39Au LZ99ww+IcvtYTPGfiQlOmOF6k9b0Y+wKGKpWPZWdVeilnrXWP/3Tcaz/imq1OJiP qWB40p9N6grWxFvzYgNii22kFB0vfSqsEMkpFJ93SZkoRv6XnMQyNaMndaHOjuKM a0vk2rUqae3l6MnnopIt2r51IXo=
Received: by filter0039p1iad2.sendgrid.net with SMTP id filter0039p1iad2-6819-5C41E35F-42 2019-01-18 14:31:59.837962326 +0000 UTC m=+316997.003362466
Received: from github-lowworker-cef7735.cp1-iad.github.net (unknown [192.30.252.35]) by ismtpd0002p1iad1.sendgrid.net (SG) with ESMTP id 45AwfNrBQq-KsWpdzjuMTg for <quic-issues@ietf.org>; Fri, 18 Jan 2019 14:31:59.687 +0000 (UTC)
Received: from github.com (localhost [127.0.0.1]) by github-lowworker-cef7735.cp1-iad.github.net (Postfix) with ESMTP id A41021E0AC1 for <quic-issues@ietf.org>; Fri, 18 Jan 2019 06:31:59 -0800 (PST)
Date: Fri, 18 Jan 2019 14:31:59 +0000 (UTC)
From: Nick Banks <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+0166e4abebfe70387119bc1cbbc3369c9d1c9da2019acd6a92cf000000011859a55f92a169ce17e00219@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/issues/2344/455565154@github.com>
In-Reply-To: <quicwg/base-drafts/issues/2344@github.com>
References: <quicwg/base-drafts/issues/2344@github.com>
Subject: Re: [quicwg/base-drafts] RESET_STREAM should be allowed in 0-RTT packets (#2344)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5c41e35fa203f_19313f8751ad45b843929"; 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
X-SG-EID: l64QuQ2uJCcEyUykJbxN122A6QRmEpucztpreh3Pak3eRbNXSTeJGtKWGmAru3gn6Gb3rbpR5ZhnCX Ku2AWk3lca6Pne5zutaEsYTT9Rjyh/Pl0NX8rgtV6yL9Z7IeIOUDIRtdKTy/PzrlloGtcNZBGcgVay /gE64PR1N05zggkyhd24quk5CnbhQ89ldQ8WvlpQoPAO9tLVSsGqYT/GND3e4sxSxfq+BCwzuXs4my M=
Archived-At: <https://mailarchive.ietf.org/arch/msg/quic-issues/yxO8fCk7tTUy-2COVQn-HwyevkA>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
List-Id: Notification list for GitHub issues related to the QUIC WG <quic-issues.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=unsubscribe>
List-Archive: <https://mailarchive.ietf.org/arch/browse/quic-issues/>
List-Post: <mailto:quic-issues@ietf.org>
List-Help: <mailto:quic-issues-request@ietf.org?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, 18 Jan 2019 14:32:04 -0000

----==_mimepart_5c41e35fa203f_19313f8751ad45b843929
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

I agree with @marten-seemann. I think we should just have the same rules for 0-RTT and 1-RTT 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/2344#issuecomment-455565154
----==_mimepart_5c41e35fa203f_19313f8751ad45b843929
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=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 should just have the same rules for 0-RTT and 1-RTT 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/2344#issuecomment-455565154">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AWbkq8vJBWY6QH5YQQWJ5Z1-2eSU9wDpks5vEdrfgaJpZM4aHKE6">mute the thread</a>.<img src="https://github.com/notifications/beacon/AWbkq8KtCQEm_n0BtKILx_IQLaiRPs7bks5vEdrfgaJpZM4aHKE6.gif" height="1" width="1" alt="" /></p>
<script type="application/json" data-scope="inboxmarkup">{"api_version":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name":"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"https://github.githubassets.com/images/email/message_cards/header.png","avatar_image_url":"https://github.githubassets.com/images/email/message_cards/avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/quicwg/base-drafts"}},"updates":{"snippets":[{"icon":"PERSON","message":"@nibanks in #2344: I agree with @marten-seemann. I think we should just have the same rules for 0-RTT and 1-RTT packets."}],"action":{"name":"View Issue","url":"https://github.com/quicwg/base-drafts/issues/2344#issuecomment-455565154"}}}</script>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/issues/2344#issuecomment-455565154",
"url": "https://github.com/quicwg/base-drafts/issues/2344#issuecomment-455565154",
"name": "View Issue"
},
"description": "View this Issue on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>
----==_mimepart_5c41e35fa203f_19313f8751ad45b843929--


From nobody Fri Jan 18 08:01: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 0F808130EF5 for <quic-issues@ietfa.amsl.com>; Fri, 18 Jan 2019 08:01:08 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -11.007
X-Spam-Level: 
X-Spam-Status: No, score=-11.007 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIMWL_WL_HIGH=-4.553, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, HTML_IMAGE_ONLY_20=1.546, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-1, RCVD_IN_DNSWL_HI=-5, SPF_PASS=-0.001] autolearn=ham autolearn_force=no
Authentication-Results: ietfa.amsl.com (amavisd-new); dkim=pass (1024-bit key) header.d=github.com
Received: from mail.ietf.org ([4.31.198.44]) by localhost (ietfa.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id nu8XrzFwXja1 for <quic-issues@ietfa.amsl.com>; Fri, 18 Jan 2019 08:01:05 -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 8F04D130EC9 for <quic-issues@ietf.org>; Fri, 18 Jan 2019 08:00:57 -0800 (PST)
Date: Fri, 18 Jan 2019 08:00:56 -0800
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1547827256; bh=PO0s0EGC5vtEVQS4QylhHvxrvXvwrf9itg5956VoRVY=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=wfVRgREl4A03IQ2RRuCVkGd1JBPofx3aOTgUNZR+44b9ZOma961IRnZBYQXWCrpEo pvDspnJor3bunIwj+1b2IZ8OPEMZPXUUHs1eVpbx6bGN/hctKNBf4Xv7jQ7R+EaK7w 1/YbrJgF+Cbb6HOc08Q8H3B7kK0cr1PKOYo61+Dg=
From: Subodh Iyengar <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+0166e4ab1462dcfc45754ff73b2879d66197e8c301c8b5e792cf000000011859ba3892a169ce17e00219@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/issues/2344/455596181@github.com>
In-Reply-To: <quicwg/base-drafts/issues/2344@github.com>
References: <quicwg/base-drafts/issues/2344@github.com>
Subject: Re: [quicwg/base-drafts] RESET_STREAM should be allowed in 0-RTT packets (#2344)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5c41f8382e228_75b63f9413ad45bc150666"; charset=UTF-8
Content-Transfer-Encoding: 7bit
Precedence: list
X-GitHub-Sender: siyengar
X-GitHub-Recipient: quic-issues
X-GitHub-Reason: subscribed
X-Auto-Response-Suppress: All
X-GitHub-Recipient-Address: quic-issues@ietf.org
Archived-At: <https://mailarchive.ietf.org/arch/msg/quic-issues/iuCTy1msKR9eNbF6ZWD1JOJDoOs>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
List-Id: Notification list for GitHub issues related to the QUIC WG <quic-issues.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=unsubscribe>
List-Archive: <https://mailarchive.ietf.org/arch/browse/quic-issues/>
List-Post: <mailto:quic-issues@ietf.org>
List-Help: <mailto:quic-issues-request@ietf.org?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, 18 Jan 2019 16:01:08 -0000

----==_mimepart_5c41f8382e228_75b63f9413ad45bc150666
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

Acks cannot be sent in 0rtt packets atm, are you proposing changing that as well @marten-seeman

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/quicwg/base-drafts/issues/2344#issuecomment-455596181
----==_mimepart_5c41f8382e228_75b63f9413ad45bc150666
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

<p>Acks cannot be sent in 0rtt packets atm, are you proposing changing that as well @marten-seeman</p>

<p style="font-size:small;-webkit-text-size-adjust:none;color:#666;">&mdash;<br />You are receiving this because you are subscribed to this thread.<br />Reply to this email directly, <a href="https://github.com/quicwg/base-drafts/issues/2344#issuecomment-455596181">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AWbkq1vqvEA_V1BS_EvRjIItYsvDlWgCks5vEe-4gaJpZM4aHKE6">mute the thread</a>.<img src="https://github.com/notifications/beacon/AWbkqxkB8GrIiCR1WGo-oAlq5GC9Cv-8ks5vEe-4gaJpZM4aHKE6.gif" height="1" width="1" alt="" /></p>
<script type="application/json" data-scope="inboxmarkup">{"api_version":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name":"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"https://github.githubassets.com/images/email/message_cards/header.png","avatar_image_url":"https://github.githubassets.com/images/email/message_cards/avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/quicwg/base-drafts"}},"updates":{"snippets":[{"icon":"PERSON","message":"@siyengar in #2344: Acks cannot be sent in 0rtt packets atm, are you proposing changing that as well @marten-seeman"}],"action":{"name":"View Issue","url":"https://github.com/quicwg/base-drafts/issues/2344#issuecomment-455596181"}}}</script>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/issues/2344#issuecomment-455596181",
"url": "https://github.com/quicwg/base-drafts/issues/2344#issuecomment-455596181",
"name": "View Issue"
},
"description": "View this Issue on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>
----==_mimepart_5c41f8382e228_75b63f9413ad45bc150666--


From nobody Fri Jan 18 08: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 14015130EC9 for <quic-issues@ietfa.amsl.com>; Fri, 18 Jan 2019 08:02:30 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -10.935
X-Spam-Level: 
X-Spam-Status: No, score=-10.935 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIMWL_WL_HIGH=-4.553, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, HTML_IMAGE_ONLY_24=1.618, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-1, RCVD_IN_DNSWL_HI=-5, SPF_PASS=-0.001] autolearn=ham autolearn_force=no
Authentication-Results: ietfa.amsl.com (amavisd-new); dkim=pass (1024-bit key) header.d=github.com
Received: from mail.ietf.org ([4.31.198.44]) by localhost (ietfa.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id wU7-CUS4u8lg for <quic-issues@ietfa.amsl.com>; Fri, 18 Jan 2019 08:02: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 D664C130F04 for <quic-issues@ietf.org>; Fri, 18 Jan 2019 08:02:19 -0800 (PST)
Date: Fri, 18 Jan 2019 08:02:18 -0800
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1547827338; bh=v4Lqu01EwR5aKF7gfXVtrldAzqNFtAisv9lI7RrdoNc=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=fqoubZsKfwxW4SwfbcaBnAQjQgLRC65HrujYi2VImZZPx/HgcgckAnvmFREzw7kHc PNB8qjiFrTHMhhzgeXvxrPust75qrA6vjqZ1b5e62RcFP2EkxiRelVBfis+Jtupgjq mrO2Ju/VcKJXNUKWSO2Gn+QeXP+AA3tzILqqm63Y=
From: Subodh Iyengar <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+0166e4abf069b9bac3b5af34ab4904f3600c999901b7b16692cf000000011859ba8a92a169ce17e00219@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/issues/2344/455596633@github.com>
In-Reply-To: <quicwg/base-drafts/issues/2344@github.com>
References: <quicwg/base-drafts/issues/2344@github.com>
Subject: Re: [quicwg/base-drafts] RESET_STREAM should be allowed in 0-RTT packets (#2344)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5c41f88aafb9b_2adc3fec8f2d45b8570490"; charset=UTF-8
Content-Transfer-Encoding: 7bit
Precedence: list
X-GitHub-Sender: siyengar
X-GitHub-Recipient: quic-issues
X-GitHub-Reason: subscribed
X-Auto-Response-Suppress: All
X-GitHub-Recipient-Address: quic-issues@ietf.org
Archived-At: <https://mailarchive.ietf.org/arch/msg/quic-issues/8NKG4MHQ1INLGD40t_7gEd5kVMc>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
List-Id: Notification list for GitHub issues related to the QUIC WG <quic-issues.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=unsubscribe>
List-Archive: <https://mailarchive.ietf.org/arch/browse/quic-issues/>
List-Post: <mailto:quic-issues@ietf.org>
List-Help: <mailto:quic-issues-request@ietf.org?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, 18 Jan 2019 16:02:30 -0000

----==_mimepart_5c41f88aafb9b_2adc3fec8f2d45b8570490
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: quoted-printable

I=E2=80=99m on board with all other frame types though. I guess acks cann=
ot logically be sent in 0rtt naturally, so maybe that=E2=80=99s not reall=
y a big deal=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/2344#issuecomment-455596633=

----==_mimepart_5c41f88aafb9b_2adc3fec8f2d45b8570490
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: quoted-printable

<p>I=E2=80=99m on board with all other frame types though. I guess acks c=
annot logically be sent in 0rtt naturally, so maybe that=E2=80=99s not re=
ally a big deal</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/2344#issuecomment-455596633">view it on GitHub</a>,=
 or <a href=3D"https://github.com/notifications/unsubscribe-auth/AWbkq_lK=
Esmy5ua-RaRm_FJyTGIHb-D1ks5vEfAKgaJpZM4aHKE6">mute the thread</a>.<img sr=
c=3D"https://github.com/notifications/beacon/AWbkq1Q2w9JbGT_MbKGCAvm2sfk4=
TXNKks5vEfAKgaJpZM4aHKE6.gif" height=3D"1" width=3D"1" alt=3D"" /></p>=0D=

<script type=3D"application/json" data-scope=3D"inboxmarkup">{"api_versio=
n":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name"=
:"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"=
quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"http=
s://github.githubassets.com/images/email/message_cards/header.png","avata=
r_image_url":"https://github.githubassets.com/images/email/message_cards/=
avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/q=
uicwg/base-drafts"}},"updates":{"snippets":[{"icon":"PERSON","message":"@=
siyengar in #2344: I=E2=80=99m on board with all other frame types though=
. I guess acks cannot logically be sent in 0rtt naturally, so maybe that=E2=
=80=99s not really a big deal"}],"action":{"name":"View Issue","url":"htt=
ps://github.com/quicwg/base-drafts/issues/2344#issuecomment-455596633"}}}=
</script>=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/2344#issuecomment=
-455596633",=0D
"url": "https://github.com/quicwg/base-drafts/issues/2344#issuecomment-45=
5596633",=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_5c41f88aafb9b_2adc3fec8f2d45b8570490--


From nobody Fri Jan 18 08:04: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 50DB3130F59 for <quic-issues@ietfa.amsl.com>; Fri, 18 Jan 2019 08:04:51 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -11.007
X-Spam-Level: 
X-Spam-Status: No, score=-11.007 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIMWL_WL_HIGH=-4.553, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, HTML_IMAGE_ONLY_20=1.546, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-1, RCVD_IN_DNSWL_HI=-5, SPF_PASS=-0.001] autolearn=ham autolearn_force=no
Authentication-Results: ietfa.amsl.com (amavisd-new); dkim=pass (1024-bit key) header.d=github.com
Received: from mail.ietf.org ([4.31.198.44]) by localhost (ietfa.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id I2pu6l4Vv-Rk for <quic-issues@ietfa.amsl.com>; Fri, 18 Jan 2019 08:04:49 -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 A3A52130F56 for <quic-issues@ietf.org>; Fri, 18 Jan 2019 08:04:49 -0800 (PST)
Date: Fri, 18 Jan 2019 08:04:48 -0800
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1547827488; bh=1fP85oYukfn2kF+Txe08sDP/jSOSITW5QhVNxOMvGVY=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=d6BHOLYT1fRgJj77c2kY156prvmAdPb0tSu8wZqJyt7b9oCe95gArhvoVwC8nkGLq Uf/48g0acvRulas+MsiNbG44AtiRy1FF3y4SNB0ByA+SiPgOL1sR6Is+20UwhlnbaT UE283JvT1+OteSmSIl8rDCLUk1edTcArcCBkTPWI=
From: ianswett <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+0166e4ab65d6767d15f37be5277cac0f7147738cdebcd2e592cf000000011859bb2092a169ce179bec73@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/pull/2296/review/194166371@github.com>
In-Reply-To: <quicwg/base-drafts/pull/2296@github.com>
References: <quicwg/base-drafts/pull/2296@github.com>
Subject: Re: [quicwg/base-drafts] Allow servers to send a preferred address of each address family (#2296)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5c41f92093c72_171b3fb1e18d45b4119232"; 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/tH4ENLdmjaNbUJoKRWzuT4n7m-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: Fri, 18 Jan 2019 16:04:51 -0000

----==_mimepart_5c41f92093c72_171b3fb1e18d45b4119232
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

ianswett approved this pull request.

Still LG



-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/quicwg/base-drafts/pull/2296#pullrequestreview-194166371
----==_mimepart_5c41f92093c72_171b3fb1e18d45b4119232
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

<p><b>@ianswett</b> approved this pull request.</p>

<p>Still LG</p>

<p style="font-size:small;-webkit-text-size-adjust:none;color:#666;">&mdash;<br />You are receiving this because you are subscribed to this thread.<br />Reply to this email directly, <a href="https://github.com/quicwg/base-drafts/pull/2296#pullrequestreview-194166371">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AWbkqz0ObZRgkQN-RqXQPMCR76l8MZcBks5vEfCggaJpZM4ZuHR_">mute the thread</a>.<img src="https://github.com/notifications/beacon/AWbkq6yLmDs6Kgo8pfiUwQKHORPlRvmTks5vEfCggaJpZM4ZuHR_.gif" height="1" width="1" alt="" /></p>
<script type="application/json" data-scope="inboxmarkup">{"api_version":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name":"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"https://github.githubassets.com/images/email/message_cards/header.png","avatar_image_url":"https://github.githubassets.com/images/email/message_cards/avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/quicwg/base-drafts"}},"updates":{"snippets":[{"icon":"PERSON","message":"@ianswett approved #2296"}],"action":{"name":"View Pull Request","url":"https://github.com/quicwg/base-drafts/pull/2296#pullrequestreview-194166371"}}}</script>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/pull/2296#pullrequestreview-194166371",
"url": "https://github.com/quicwg/base-drafts/pull/2296#pullrequestreview-194166371",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>
----==_mimepart_5c41f92093c72_171b3fb1e18d45b4119232--


From nobody Fri Jan 18 08:05:58 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 6F952130F59 for <quic-issues@ietfa.amsl.com>; Fri, 18 Jan 2019 08:05:57 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -6.007
X-Spam-Level: 
X-Spam-Status: No, score=-6.007 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIMWL_WL_HIGH=-4.553, DKIM_SIGNED=0.1, DKIM_VALID=-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_PASS=-0.001] autolearn=ham autolearn_force=no
Authentication-Results: ietfa.amsl.com (amavisd-new); dkim=pass (1024-bit key) header.d=github.com
Received: from mail.ietf.org ([4.31.198.44]) by localhost (ietfa.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id nIGPK3ApjR7t for <quic-issues@ietfa.amsl.com>; Fri, 18 Jan 2019 08:05:55 -0800 (PST)
Received: from o10.sgmail.github.com (o10.sgmail.github.com [167.89.101.201]) (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 F0B6C130F56 for <quic-issues@ietf.org>; Fri, 18 Jan 2019 08:05:54 -0800 (PST)
DKIM-Signature: v=1; a=rsa-sha1; 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=5qB67FoHmKitsp91wfdpT8s/KzA=; b=bKn41XGIyQcqI4Cd 0lkuVor+uzuicuBZvkIGY/PsC+e2gTulbpCuwY9YsS8I/U9RIxq5082oaHjKtfjJ Qz6irF9iOUK2+t8fu0G2clwjNla5+W3G9Cf1y9miRXIfphz1VmOMe4j+ox23QDMA Unc4ONtLMe5ZRMVARWJl7ghLthk=
Received: by filter0333p1iad2.sendgrid.net with SMTP id filter0333p1iad2-7094-5C41F95B-57 2019-01-18 16:05:47.995708579 +0000 UTC m=+322059.424182157
Received: from github-lowworker-dc5ea3e.cp1-iad.github.net (unknown [192.30.252.45]) by ismtpd0014p1iad2.sendgrid.net (SG) with ESMTP id kAc9E4ziR966_xkpGrl95A for <quic-issues@ietf.org>; Fri, 18 Jan 2019 16:05:48.204 +0000 (UTC)
Received: from github.com (localhost [127.0.0.1]) by github-lowworker-dc5ea3e.cp1-iad.github.net (Postfix) with ESMTP id 2CCC126008E for <quic-issues@ietf.org>; Fri, 18 Jan 2019 08:05:48 -0800 (PST)
Date: Fri, 18 Jan 2019 16:05:48 +0000 (UTC)
From: ianswett <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+0166e4ab9c2fd7b365eac29496b9f877920c43c031afa54c92cf000000011859bb5c92a169ce179bec73@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/pull/2296/review/194166858@github.com>
In-Reply-To: <quicwg/base-drafts/pull/2296@github.com>
References: <quicwg/base-drafts/pull/2296@github.com>
Subject: Re: [quicwg/base-drafts] Allow servers to send a preferred address of each address family (#2296)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5c41f95c28f3b_2a363fdf640d45c0456291"; 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
X-SG-EID: l64QuQ2uJCcEyUykJbxN122A6QRmEpucztpreh3Pak2gLH6CZFDwmHpKbJ8w/rS90a9h3IMjxIOyyY I4QDww65jvfcNqtstWy9HSpq4y7Je+m0fYpriFKEOGssKY9QeEY1PilRAEpy1Q0iQdP5byD1SNofao EjDMa9x/h+KUTa8zHilIYeKemwDOtbKlE1f6Z9GaTU/2b8TanHhAZ4zKVQ==
Archived-At: <https://mailarchive.ietf.org/arch/msg/quic-issues/Ehbx03cvcdrkLIMhhI1Ijt6_1Pg>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
List-Id: Notification list for GitHub issues related to the QUIC WG <quic-issues.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=unsubscribe>
List-Archive: <https://mailarchive.ietf.org/arch/browse/quic-issues/>
List-Post: <mailto:quic-issues@ietf.org>
List-Help: <mailto:quic-issues-request@ietf.org?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, 18 Jan 2019 16:05:58 -0000

----==_mimepart_5c41f95c28f3b_2a363fdf640d45c0456291
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

ianswett approved this pull request.

Still LG



-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/quicwg/base-drafts/pull/2296#pullrequestreview-194166858
----==_mimepart_5c41f95c28f3b_2a363fdf640d45c0456291
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

<p><b>@ianswett</b> approved this pull request.</p>

<p>Still LG</p>

<p style="font-size:small;-webkit-text-size-adjust:none;color:#666;">&mdash;<br />You are receiving this because you are subscribed to this thread.<br />Reply to this email directly, <a href="https://github.com/quicwg/base-drafts/pull/2296#pullrequestreview-194166858">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AWbkqyDAd4aM8Nr9fbRVhblb7NMN9AQtks5vEfDcgaJpZM4ZuHR_">mute the thread</a>.<img src="https://github.com/notifications/beacon/AWbkqw8_kD2iBlgDFxGuRtQOY2yyY7anks5vEfDcgaJpZM4ZuHR_.gif" height="1" width="1" alt="" /></p>
<script type="application/json" data-scope="inboxmarkup">{"api_version":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name":"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"https://github.githubassets.com/images/email/message_cards/header.png","avatar_image_url":"https://github.githubassets.com/images/email/message_cards/avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/quicwg/base-drafts"}},"updates":{"snippets":[{"icon":"PERSON","message":"@ianswett approved #2296"}],"action":{"name":"View Pull Request","url":"https://github.com/quicwg/base-drafts/pull/2296#pullrequestreview-194166858"}}}</script>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/pull/2296#pullrequestreview-194166858",
"url": "https://github.com/quicwg/base-drafts/pull/2296#pullrequestreview-194166858",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>
----==_mimepart_5c41f95c28f3b_2a363fdf640d45c0456291--


From nobody Fri Jan 18 08:14: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 1FE27130E13 for <quic-issues@ietfa.amsl.com>; Fri, 18 Jan 2019 08:14:22 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -10.935
X-Spam-Level: 
X-Spam-Status: No, score=-10.935 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIMWL_WL_HIGH=-4.553, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, HTML_IMAGE_ONLY_24=1.618, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-1, RCVD_IN_DNSWL_HI=-5, SPF_PASS=-0.001] autolearn=ham autolearn_force=no
Authentication-Results: ietfa.amsl.com (amavisd-new); dkim=pass (1024-bit key) header.d=github.com
Received: from mail.ietf.org ([4.31.198.44]) by localhost (ietfa.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id IplwjhRSLBW1 for <quic-issues@ietfa.amsl.com>; Fri, 18 Jan 2019 08:14: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 848EA1274D0 for <quic-issues@ietf.org>; Fri, 18 Jan 2019 08:14:20 -0800 (PST)
Date: Fri, 18 Jan 2019 08:14:19 -0800
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1547828059; bh=hvSNu3m43lfxdapHjH2/2pXNVgAxk+Hrkqx94uFEEyk=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=EFS2tr9FrkiI07qc/+AsueiYH/IEH7BSh9f2Eekth2UwhtUJgwBVfYv0Vl4hiWJtf 1yWG+CtUL4sbfD0Ri8uEHoZJC+GSBtmWAn2bNbV8ESworN5g4YxCiExq4fUyBZ0xU3 Y2MQQg1Z3vybFXFOnqJ7kb35rIEf1wvPJ5cIEGdo=
From: MikkelFJ <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+0166e4abe88786d4fb0b70c13f29e14aa9b767a3bd20515592cf000000011859bd5b92a169ce17e00219@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/issues/2344/455600639@github.com>
In-Reply-To: <quicwg/base-drafts/issues/2344@github.com>
References: <quicwg/base-drafts/issues/2344@github.com>
Subject: Re: [quicwg/base-drafts] RESET_STREAM should be allowed in 0-RTT packets (#2344)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5c41fb5ba11ec_30c53fc4220d45b4594978"; 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/V7Gv_0fgQOe88s8Gxd2rq_HPw7w>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
List-Id: Notification list for GitHub issues related to the QUIC WG <quic-issues.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=unsubscribe>
List-Archive: <https://mailarchive.ietf.org/arch/browse/quic-issues/>
List-Post: <mailto:quic-issues@ietf.org>
List-Help: <mailto:quic-issues-request@ietf.org?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, 18 Jan 2019 16:14:22 -0000

----==_mimepart_5c41fb5ba11ec_30c53fc4220d45b4594978
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

I agree that it makes sense to treat 0-RTT and 1-RTT the same since all frames the same. I'd still like to keep the handshake frames to the bare minimum.

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/quicwg/base-drafts/issues/2344#issuecomment-455600639
----==_mimepart_5c41fb5ba11ec_30c53fc4220d45b4594978
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

<p>I agree that it makes sense to treat 0-RTT and 1-RTT the same since all frames the same. I'd still like to keep the handshake frames to the bare minimum.</p>

<p style="font-size:small;-webkit-text-size-adjust:none;color:#666;">&mdash;<br />You are receiving this because you are subscribed to this thread.<br />Reply to this email directly, <a href="https://github.com/quicwg/base-drafts/issues/2344#issuecomment-455600639">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AWbkq8jNb00m8CfMQhxcJuPJqnS2HW1iks5vEfLbgaJpZM4aHKE6">mute the thread</a>.<img src="https://github.com/notifications/beacon/AWbkq-SnTA-TV105JCOc5UP2Nnja6CsJks5vEfLbgaJpZM4aHKE6.gif" height="1" width="1" alt="" /></p>
<script type="application/json" data-scope="inboxmarkup">{"api_version":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name":"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"https://github.githubassets.com/images/email/message_cards/header.png","avatar_image_url":"https://github.githubassets.com/images/email/message_cards/avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/quicwg/base-drafts"}},"updates":{"snippets":[{"icon":"PERSON","message":"@mikkelfj in #2344: I agree that it makes sense to treat 0-RTT and 1-RTT the same since all frames the same. I'd still like to keep the handshake frames to the bare minimum."}],"action":{"name":"View Issue","url":"https://github.com/quicwg/base-drafts/issues/2344#issuecomment-455600639"}}}</script>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/issues/2344#issuecomment-455600639",
"url": "https://github.com/quicwg/base-drafts/issues/2344#issuecomment-455600639",
"name": "View Issue"
},
"description": "View this Issue on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>
----==_mimepart_5c41fb5ba11ec_30c53fc4220d45b4594978--


From nobody Fri Jan 18 09:01: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 5316B1311F2 for <quic-issues@ietfa.amsl.com>; Fri, 18 Jan 2019 09:01:29 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -11.007
X-Spam-Level: 
X-Spam-Status: No, score=-11.007 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIMWL_WL_HIGH=-4.553, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, HTML_IMAGE_ONLY_20=1.546, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-1, RCVD_IN_DNSWL_HI=-5, SPF_PASS=-0.001] autolearn=ham autolearn_force=no
Authentication-Results: ietfa.amsl.com (amavisd-new); dkim=pass (1024-bit key) header.d=github.com
Received: from mail.ietf.org ([4.31.198.44]) by localhost (ietfa.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id zfxAMSDcxAOx for <quic-issues@ietfa.amsl.com>; Fri, 18 Jan 2019 09:01:27 -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 82F591311ED for <quic-issues@ietf.org>; Fri, 18 Jan 2019 09:01:27 -0800 (PST)
Date: Fri, 18 Jan 2019 09:01:26 -0800
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1547830886; bh=1aatYC2w0UMsihmuY3CHXnuiWHiZUAzYpdpXWsxo0Ks=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=IkLiTsvHCBhOe1v9CWibrJkrFCzKvuQghOJMepKKU4bMSl/ZHyRO+bRtPmlTjCdk4 I2vcO1sgLptyg+HFXMmRZetMF05P040fVOwjvKvlUQeuG8th2ymCZ5s444IeqidUzE 1CvoX9RoFD3mJZb5oXk8Rb/w5AvKUfBBwcaDFYoM=
From: Mike Bishop <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+0166e4abeb88fb7c79bce645e024c438b3bf952197ca768992cf000000011859c86692a169ce17e0387c@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/issues/2345/455616519@github.com>
In-Reply-To: <quicwg/base-drafts/issues/2345@github.com>
References: <quicwg/base-drafts/issues/2345@github.com>
Subject: Re: [quicwg/base-drafts] STOP_SENDING on implicitly opened streams is error-prone (#2345)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5c420666637be_6db43f84a68d45b88536ea"; 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/LsaaJFXHXoLXS9GcgR7db65LlEQ>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
List-Id: Notification list for GitHub issues related to the QUIC WG <quic-issues.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=unsubscribe>
List-Archive: <https://mailarchive.ietf.org/arch/browse/quic-issues/>
List-Post: <mailto:quic-issues@ietf.org>
List-Help: <mailto:quic-issues-request@ietf.org?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, 18 Jan 2019 17:01:29 -0000

----==_mimepart_5c420666637be_6db43f84a68d45b88536ea
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

Works for 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/2345#issuecomment-455616519
----==_mimepart_5c420666637be_6db43f84a68d45b88536ea
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

<p>Works for 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/2345#issuecomment-455616519">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AWbkqydWmXXVdAoktGfaMF_NRcSIHzF0ks5vEf3mgaJpZM4aHOJG">mute the thread</a>.<img src="https://github.com/notifications/beacon/AWbkq7b4eMF4fEY3nL0KHbMACT_dABPdks5vEf3mgaJpZM4aHOJG.gif" height="1" width="1" alt="" /></p>
<script type="application/json" data-scope="inboxmarkup">{"api_version":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name":"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"https://github.githubassets.com/images/email/message_cards/header.png","avatar_image_url":"https://github.githubassets.com/images/email/message_cards/avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/quicwg/base-drafts"}},"updates":{"snippets":[{"icon":"PERSON","message":"@MikeBishop in #2345: Works for me."}],"action":{"name":"View Issue","url":"https://github.com/quicwg/base-drafts/issues/2345#issuecomment-455616519"}}}</script>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/issues/2345#issuecomment-455616519",
"url": "https://github.com/quicwg/base-drafts/issues/2345#issuecomment-455616519",
"name": "View Issue"
},
"description": "View this Issue on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>
----==_mimepart_5c420666637be_6db43f84a68d45b88536ea--


From nobody Fri Jan 18 09:10: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 3B10D130E8E for <quic-issues@ietfa.amsl.com>; Fri, 18 Jan 2019 09:10:10 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -12.552
X-Spam-Level: 
X-Spam-Status: No, score=-12.552 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIMWL_WL_HIGH=-4.553, 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_PASS=-0.001] autolearn=ham autolearn_force=no
Authentication-Results: ietfa.amsl.com (amavisd-new); dkim=pass (1024-bit key) header.d=github.com
Received: from mail.ietf.org ([4.31.198.44]) by localhost (ietfa.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id oXdoPBGiWy6t for <quic-issues@ietfa.amsl.com>; Fri, 18 Jan 2019 09:10: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 435DB130E8A for <quic-issues@ietf.org>; Fri, 18 Jan 2019 09:10:08 -0800 (PST)
Date: Fri, 18 Jan 2019 09:10:06 -0800
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1547831406; bh=errmEupI1PrJz6h6MjuOEjBIOvsYbWA984nQiC52+9M=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=fSjyJp3GXAWmKNGuv0PGhjysKKtZ8oRZyXQvr2tpnQyHNx0bQpgA4PjHwgH5P7t+B +0OIvVmcfgcCuGdgKMcKy1g0wZhiHeHnzH0aEbOSi7SpoQYh1KmuO8J3nAoF5RjqdW 7gXKdWGi6AIxsSCN39GSBazlwmay+LIbiVq+G4vU=
From: Mike Bishop <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+0166e4abe018816f9b5a330e44c583b07f79d2bb57963f4792cf000000011859ca6e92a169ce179bec73@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/pull/2296/review/194196039@github.com>
In-Reply-To: <quicwg/base-drafts/pull/2296@github.com>
References: <quicwg/base-drafts/pull/2296@github.com>
Subject: Re: [quicwg/base-drafts] Allow servers to send a preferred address of each address family (#2296)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5c42086eedf50_46cb3fe55c0d45b874042"; 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/jyIr92JU9iozQjBsz0oS53f19p0>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
List-Id: Notification list for GitHub issues related to the QUIC WG <quic-issues.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=unsubscribe>
List-Archive: <https://mailarchive.ietf.org/arch/browse/quic-issues/>
List-Post: <mailto:quic-issues@ietf.org>
List-Help: <mailto:quic-issues-request@ietf.org?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, 18 Jan 2019 17:10:10 -0000

----==_mimepart_5c42086eedf50_46cb3fe55c0d45b874042
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

MikeBishop commented on this pull request.



> @@ -2169,6 +2173,9 @@ receiving a probe packet from a different address.  Servers MUST NOT send more
 than a minimum congestion window's worth of non-probing packets to the new
 address before path validation is complete.
 
+When a client wishes to migrate to a new local address that is of a different
+address family from the currently used server address, the client can attempt

I'm okay with the SHOULD.  The caveats on our network are:
- A lookup by address from a different network will lead you to a different machine.  Unless we then have it route back to the machine you were previously talking to, it will ignore / Reset you.  Of course, if it can't route, it shouldn't have the same Reset Token key, so you'll probably then drop the Reset....
- Using the SPA from a different network will lead you back to the same host, which might not be a good choice for you to keep using.  You'll likely get a prompt GOAWAY in HTTP/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/pull/2296#discussion_r249118894
----==_mimepart_5c42086eedf50_46cb3fe55c0d45b874042
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/2296#discussion_r249118894">draft-ietf-quic-transport.md</a>:</p>
<pre style='color:#555'>&gt; @@ -2169,6 +2173,9 @@ receiving a probe packet from a different address.  Servers MUST NOT send more
 than a minimum congestion window&#39;s worth of non-probing packets to the new
 address before path validation is complete.
 
+When a client wishes to migrate to a new local address that is of a different
+address family from the currently used server address, the client can attempt
</pre>
<p>I'm okay with the SHOULD.  The caveats on our network are:</p>
<ul>
<li>A lookup by address from a different network will lead you to a different machine.  Unless we then have it route back to the machine you were previously talking to, it will ignore / Reset you.  Of course, if it can't route, it shouldn't have the same Reset Token key, so you'll probably then drop the Reset....</li>
<li>Using the SPA from a different network will lead you back to the same host, which might not be a good choice for you to keep using.  You'll likely get a prompt GOAWAY in HTTP/3.</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/2296#discussion_r249118894">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AWbkq8QsIvEqr8_COO4TQV814m7YgmCEks5vEf_ugaJpZM4ZuHR_">mute the thread</a>.<img src="https://github.com/notifications/beacon/AWbkq-kQdHqhRoXI5OHh200x-RWcNqSWks5vEf_ugaJpZM4ZuHR_.gif" height="1" width="1" alt="" /></p>
<script type="application/json" data-scope="inboxmarkup">{"api_version":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name":"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"https://github.githubassets.com/images/email/message_cards/header.png","avatar_image_url":"https://github.githubassets.com/images/email/message_cards/avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/quicwg/base-drafts"}},"updates":{"snippets":[{"icon":"PERSON","message":"@MikeBishop commented on #2296"}],"action":{"name":"View Pull Request","url":"https://github.com/quicwg/base-drafts/pull/2296#discussion_r249118894"}}}</script>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/pull/2296#discussion_r249118894",
"url": "https://github.com/quicwg/base-drafts/pull/2296#discussion_r249118894",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>
----==_mimepart_5c42086eedf50_46cb3fe55c0d45b874042--


From nobody Fri Jan 18 09:36: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 A0C2913123E for <quic-issues@ietfa.amsl.com>; Fri, 18 Jan 2019 09:36:38 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -10.935
X-Spam-Level: 
X-Spam-Status: No, score=-10.935 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIMWL_WL_HIGH=-4.553, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, HTML_IMAGE_ONLY_24=1.618, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-1, RCVD_IN_DNSWL_HI=-5, SPF_PASS=-0.001] autolearn=ham autolearn_force=no
Authentication-Results: ietfa.amsl.com (amavisd-new); dkim=pass (1024-bit key) header.d=github.com
Received: from mail.ietf.org ([4.31.198.44]) by localhost (ietfa.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id swIi5GcZXHrw for <quic-issues@ietfa.amsl.com>; Fri, 18 Jan 2019 09:36:37 -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 E63F7131236 for <quic-issues@ietf.org>; Fri, 18 Jan 2019 09:36:36 -0800 (PST)
Date: Fri, 18 Jan 2019 09:36:35 -0800
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1547832995; bh=hJBaymeqkdDp2+K+KtsNav57i6eGc58PcoH8EC3xOMU=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=skAWmzza7jGJtUt2pnQ+J6abQj/oqL9JLOP5sOtenCexizepTX32bqL5KYvJbgY1k n25sKeP5juBkBfkhlFMKh1RImiZhALr6uBfeILb6dfjaHEenMy2Ko6exC2gS7hIi9k pG07RWmYVnm3rvKWg7+iYEq5zFCOhglzP7em7h+k=
From: Mike Bishop <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+0166e4abac0fd30162bcc35b165949a7e2585aaad343772092cf000000011859d0a392a169ce17e00219@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/issues/2344/455627562@github.com>
In-Reply-To: <quicwg/base-drafts/issues/2344@github.com>
References: <quicwg/base-drafts/issues/2344@github.com>
Subject: Re: [quicwg/base-drafts] RESET_STREAM should be allowed in 0-RTT packets (#2344)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5c420ea3acdff_b853fc77e6d45b83035ca"; 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/pEyPvZLGKQU9xwRRfppmK6Y4sys>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
List-Id: Notification list for GitHub issues related to the QUIC WG <quic-issues.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=unsubscribe>
List-Archive: <https://mailarchive.ietf.org/arch/browse/quic-issues/>
List-Post: <mailto:quic-issues@ietf.org>
List-Help: <mailto:quic-issues-request@ietf.org?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, 18 Jan 2019 17:36:39 -0000

----==_mimepart_5c420ea3acdff_b853fc77e6d45b83035ca
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

I agree with loosening the restrictions.  As with TLS 1.3, it's up to the application layer to restrict what things can't be done in 0-RTT.  Those should generally be things which have effects outside the connection itself, and at the QUIC layer, nothing the client sends does.

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/quicwg/base-drafts/issues/2344#issuecomment-455627562
----==_mimepart_5c420ea3acdff_b853fc77e6d45b83035ca
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: quoted-printable

<p>I agree with loosening the restrictions.  As with TLS 1.3, it's up to =
the application layer to restrict what things can't be done in 0-RTT.  Th=
ose should generally be things which have effects outside the connection =
itself, and at the QUIC layer, nothing the client sends does.</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/2344#issuecomment-455627562">view it on GitHub</a>,=
 or <a href=3D"https://github.com/notifications/unsubscribe-auth/AWbkq1NM=
8kF9BQohG01TIrdGGKBXCE1Sks5vEgYjgaJpZM4aHKE6">mute the thread</a>.<img sr=
c=3D"https://github.com/notifications/beacon/AWbkq51D3htnXNVj6NE8LVcr_FQE=
N6yPks5vEgYjgaJpZM4aHKE6.gif" height=3D"1" width=3D"1" alt=3D"" /></p>
<script type=3D"application/json" data-scope=3D"inboxmarkup">{"api_versio=
n":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name"=
:"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"=
quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"http=
s://github.githubassets.com/images/email/message_cards/header.png","avata=
r_image_url":"https://github.githubassets.com/images/email/message_cards/=
avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/q=
uicwg/base-drafts"}},"updates":{"snippets":[{"icon":"PERSON","message":"@=
MikeBishop in #2344: I agree with loosening the restrictions.  As with TL=
S 1.3, it's up to the application layer to restrict what things can't be =
done in 0-RTT.  Those should generally be things which have effects outsi=
de the connection itself, and at the QUIC layer, nothing the client sends=
 does."}],"action":{"name":"View Issue","url":"https://github.com/quicwg/=
base-drafts/issues/2344#issuecomment-455627562"}}}</script>
<script type=3D"application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/issues/2344#issuecomment=
-455627562",
"url": "https://github.com/quicwg/base-drafts/issues/2344#issuecomment-45=
5627562",
"name": "View Issue"
},
"description": "View this Issue on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>=

----==_mimepart_5c420ea3acdff_b853fc77e6d45b83035ca--


From nobody Fri Jan 18 10:20:47 2019
Return-Path: <bounce+565321.40f-quic-issues=ietf.org@github.com>
X-Original-To: quic-issues@ietfa.amsl.com
Delivered-To: quic-issues@ietfa.amsl.com
Received: from localhost (localhost [127.0.0.1]) by ietfa.amsl.com (Postfix) with ESMTP id 5C39B1312AA for <quic-issues@ietfa.amsl.com>; Fri, 18 Jan 2019 10:20:44 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -6.452
X-Spam-Level: 
X-Spam-Status: No, score=-6.452 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIMWL_WL_HIGH=-4.553, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, HEADER_FROM_DIFFERENT_DOMAINS=0.001, RCVD_IN_DNSWL_NONE=-0.0001, SPF_PASS=-0.001, URIBL_BLOCKED=0.001] autolearn=ham autolearn_force=no
Authentication-Results: ietfa.amsl.com (amavisd-new); dkim=pass (1024-bit key) header.d=github.com
Received: from mail.ietf.org ([4.31.198.44]) by localhost (ietfa.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id M0Qhye2fOhrD for <quic-issues@ietfa.amsl.com>; Fri, 18 Jan 2019 10:20:42 -0800 (PST)
Received: from m71-131.mailgun.net (m71-131.mailgun.net [166.78.71.131]) (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 4F878131133 for <quic-issues@ietf.org>; Fri, 18 Jan 2019 10:20:42 -0800 (PST)
DKIM-Signature: a=rsa-sha256; v=1; c=relaxed/relaxed; d=github.com; q=dns/txt;  s=mailo; t=1547835641; h=Content-Transfer-Encoding: Content-Type: Mime-Version: Subject: Message-ID: To: Reply-To: From: Date: Sender; bh=yzLGFVDfBoXJOA2jzF0bIKfadSpjaUKOvPZriZjCNUw=; b=eidAU1OW911wdVPPETYCurqnSZMtOq5XYLrJPIZPhJtWmI3HTlSc00kB1rbAV8WWb/8unosu 5+YRjkNfinC6pXr95Ukd6c/A9V57QiAkIP3akRntXN9GqMZUjoer0913eUSc7Rc7BSb6DB/a q06LhV7Nykyjgi7G3CQAab6w3tw=
X-Mailgun-Sending-Ip: 166.78.71.131
X-Mailgun-Sid: WyJhNzYyYiIsICJxdWljLWlzc3Vlc0BpZXRmLm9yZyIsICI0MGYiXQ==
Sender: mbishop=evequefou.be@github.com
Received: from github.com (Unknown [192.30.252.37]) by mxa.mailgun.org with ESMTP id 5c4218f8.7f0466c17480-smtp-out-n03; Fri, 18 Jan 2019 18:20:40 -0000 (UTC)
Date: Fri, 18 Jan 2019 10:20:39 -0800
From: Mike Bishop <mbishop@evequefou.be>
Reply-To: Mike Bishop <mbishop@evequefou.be>
To: quic-issues@ietf.org
Message-ID: <5c4218f721014_6a4f2adb4c53259471227@hookshot-fe-2cc8887.cp1-iad.github.net.mail>
Subject: [quicwg/base-drafts] 056969: GOAWAY on wrong stream is WRONG_STREAM (#2343)
Mime-Version: 1.0
Content-Type: multipart/mixed; boundary="--==_mimepart_5c4218f720c18_6a4f2adb4c53259471188"; charset=UTF-8
Content-Transfer-Encoding: 7bit
Archived-At: <https://mailarchive.ietf.org/arch/msg/quic-issues/fS-_hQhOZdhK2rc1oT5bDt_3pGg>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
Precedence: list
List-Id: Notification list for GitHub issues related to the QUIC WG <quic-issues.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=unsubscribe>
List-Archive: <https://mailarchive.ietf.org/arch/browse/quic-issues/>
List-Post: <mailto:quic-issues@ietf.org>
List-Help: <mailto:quic-issues-request@ietf.org?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, 18 Jan 2019 18:20:44 -0000

----==_mimepart_5c4218f720c18_6a4f2adb4c53259471188
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

  Branch: refs/heads/master
  Home:   https://github.com/quicwg/base-drafts
  Commit: 056969c88f0c4a47f2545bc2b24bf9c19eb41909
      https://github.com/quicwg/base-drafts/commit/056969c88f0c4a47f2545bc2b24bf9c19eb41909
  Author: Mike Bishop <mbishop@evequefou.be>
  Date:   2019-01-18 (Fri, 18 Jan 2019)

  Changed paths:
    M draft-ietf-quic-http.md

  Log Message:
  -----------
  GOAWAY on wrong stream is WRONG_STREAM (#2343)



      **NOTE:** This service has been marked for deprecation: https://developer.github.com/changes/2018-04-25-github-services-deprecation/

      Functionality will be removed from GitHub.com on January 31st, 2019.

----==_mimepart_5c4218f720c18_6a4f2adb4c53259471188--


From nobody Fri Jan 18 10:20: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 E35CF131133 for <quic-issues@ietfa.amsl.com>; Fri, 18 Jan 2019 10:20:45 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -10.935
X-Spam-Level: 
X-Spam-Status: No, score=-10.935 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIMWL_WL_HIGH=-4.553, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, HTML_IMAGE_ONLY_24=1.618, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-1, RCVD_IN_DNSWL_HI=-5, SPF_PASS=-0.001] autolearn=ham autolearn_force=no
Authentication-Results: ietfa.amsl.com (amavisd-new); dkim=pass (1024-bit key) header.d=github.com
Received: from mail.ietf.org ([4.31.198.44]) by localhost (ietfa.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id Ugose-h_xB9V for <quic-issues@ietfa.amsl.com>; Fri, 18 Jan 2019 10:20:44 -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 2D62513129F for <quic-issues@ietf.org>; Fri, 18 Jan 2019 10:20:44 -0800 (PST)
Date: Fri, 18 Jan 2019 10:20:42 -0800
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1547835642; bh=XAw9e22RQrom1VaVNVzuBYohAolkO9Y5jHJsALF2nag=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=v8sp2wgMkIHbg/6gOmUG+4oYpwkAJ1ipo76FCQwV2ba092B8CEsI9hSMIq/A42Ugx 0EqJc6JO/OfoRfBp+//jZxBb8RMadm7VjHcUWbKvzutMPmNQbaqJ/5LZx2+dFmrdk3 sYNJY6VJaHe1N0wzhdXJoInpAweAoA6NnNMT4WRc=
From: Mike Bishop <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+0166e4ab4422924926ea663d2a44d148a341064560b714c892cf000000011859dafa92a169ce17df60aa@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/pull/2343/issue_event/2083608113@github.com>
In-Reply-To: <quicwg/base-drafts/pull/2343@github.com>
References: <quicwg/base-drafts/pull/2343@github.com>
Subject: Re: [quicwg/base-drafts] GOAWAY on wrong stream is WRONG_STREAM (#2343)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5c4218fa42112_39e83f8a61ad45b4635183"; 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/RbKg86MxPHKZxvx9W8H7x44io_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, 18 Jan 2019 18:20:46 -0000

----==_mimepart_5c4218fa42112_39e83f8a61ad45b4635183
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

Merged #2343 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/2343#event-2083608113
----==_mimepart_5c4218fa42112_39e83f8a61ad45b4635183
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="400515242" data-permission-text="Issue title is private" data-url="https://github.com/quicwg/base-drafts/issues/2343" data-hovercard-type="pull_request" data-hovercard-url="/quicwg/base-drafts/pull/2343/hovercard" href="https://github.com/quicwg/base-drafts/pull/2343">#2343</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/2343#event-2083608113">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AWbkqyWksJNEayeqhagU_yUnJ5tibbD6ks5vEhB6gaJpZM4aG-Lb">mute the thread</a>.<img src="https://github.com/notifications/beacon/AWbkq5-l6TA_exxGskV9Cu4PGJ_cnIBIks5vEhB6gaJpZM4aG-Lb.gif" height="1" width="1" alt="" /></p>
<script type="application/json" data-scope="inboxmarkup">{"api_version":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name":"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"https://github.githubassets.com/images/email/message_cards/header.png","avatar_image_url":"https://github.githubassets.com/images/email/message_cards/avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/quicwg/base-drafts"}},"updates":{"snippets":[{"icon":"DESCRIPTION","message":"Merged #2343 into master."}],"action":{"name":"View Pull Request","url":"https://github.com/quicwg/base-drafts/pull/2343#event-2083608113"}}}</script>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/pull/2343#event-2083608113",
"url": "https://github.com/quicwg/base-drafts/pull/2343#event-2083608113",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>
----==_mimepart_5c4218fa42112_39e83f8a61ad45b4635183--


From nobody Fri Jan 18 10:20: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 E8EC713129F for <quic-issues@ietfa.amsl.com>; Fri, 18 Jan 2019 10:20:46 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -11.149
X-Spam-Level: 
X-Spam-Status: No, score=-11.149 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIMWL_WL_HIGH=-4.553, 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_PASS=-0.001] autolearn=ham autolearn_force=no
Authentication-Results: ietfa.amsl.com (amavisd-new); dkim=pass (1024-bit key) header.d=github.com
Received: from mail.ietf.org ([4.31.198.44]) by localhost (ietfa.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id vgGLClcoMPJa for <quic-issues@ietfa.amsl.com>; Fri, 18 Jan 2019 10:20: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 3EC1A1312A8 for <quic-issues@ietf.org>; Fri, 18 Jan 2019 10:20:44 -0800 (PST)
Date: Fri, 18 Jan 2019 10:20:42 -0800
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1547835642; bh=pEyFelWuD2NsNyti+m9sUTpSmZzclumRLVM0oaVO6s4=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=VyGGbvqUpwAuCx30yj3aysg3gdzk5fonF+h3PN5unjhhiypx2bJj1rBgeVLyP2Qp+ 85iPJbQAzrqRfzm9bJB3qwsgQbbZzf6EARYTXmHQekErXFDAjfhHhXCNsBmQHYzyqK EquV5OGSRBPNx+1o9yzmcXnTkr2mu/l87burD4J0=
From: Mike Bishop <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+0166e4ab86fbd33e9803932ce0dfef9456e3550ba390b10392cf000000011859dafa92a169ce1770750f@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/issue/2231/issue_event/2083608119@github.com>
In-Reply-To: <quicwg/base-drafts/issues/2231@github.com>
References: <quicwg/base-drafts/issues/2231@github.com>
Subject: Re: [quicwg/base-drafts] HTTP Errors aren't consistent (#2231)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5c4218fa73f5e_2c043f7f2d8d45b42839b6"; 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/0NoBz0R8bHdhGkj0KdJ-kOR-bqU>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
List-Id: Notification list for GitHub issues related to the QUIC WG <quic-issues.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=unsubscribe>
List-Archive: <https://mailarchive.ietf.org/arch/browse/quic-issues/>
List-Post: <mailto:quic-issues@ietf.org>
List-Help: <mailto:quic-issues-request@ietf.org?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, 18 Jan 2019 18:20:47 -0000

----==_mimepart_5c4218fa73f5e_2c043f7f2d8d45b42839b6
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

Closed #2231 via #2343.

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/quicwg/base-drafts/issues/2231#event-2083608119
----==_mimepart_5c4218fa73f5e_2c043f7f2d8d45b42839b6
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="393245967" data-permission-text="Issue title is private" data-url="https://github.com/quicwg/base-drafts/issues/2231" data-hovercard-type="issue" data-hovercard-url="/quicwg/base-drafts/issues/2231/hovercard" href="https://github.com/quicwg/base-drafts/issues/2231">#2231</a> via <a class="issue-link js-issue-link" data-error-text="Failed to load issue title" data-id="400515242" data-permission-text="Issue title is private" data-url="https://github.com/quicwg/base-drafts/issues/2343" data-hovercard-type="pull_request" data-hovercard-url="/quicwg/base-drafts/pull/2343/hovercard" href="https://github.com/quicwg/base-drafts/pull/2343">#2343</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/2231#event-2083608119">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AWbkq6M-nNCbU0jof4GBaOl45HQ6BZzhks5vEhB6gaJpZM4ZdEEi">mute the thread</a>.<img src="https://github.com/notifications/beacon/AWbkqx4drIc9yV8Xoc06_hH8gV6ywPwwks5vEhB6gaJpZM4ZdEEi.gif" height="1" width="1" alt="" /></p>
<script type="application/json" data-scope="inboxmarkup">{"api_version":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name":"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"https://github.githubassets.com/images/email/message_cards/header.png","avatar_image_url":"https://github.githubassets.com/images/email/message_cards/avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/quicwg/base-drafts"}},"updates":{"snippets":[{"icon":"DESCRIPTION","message":"Closed #2231 via #2343."}],"action":{"name":"View Issue","url":"https://github.com/quicwg/base-drafts/issues/2231#event-2083608119"}}}</script>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/issues/2231#event-2083608119",
"url": "https://github.com/quicwg/base-drafts/issues/2231#event-2083608119",
"name": "View Issue"
},
"description": "View this Issue on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>
----==_mimepart_5c4218fa73f5e_2c043f7f2d8d45b42839b6--


From nobody Fri Jan 18 10: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 6FF7A131290 for <quic-issues@ietfa.amsl.com>; Fri, 18 Jan 2019 10:26:29 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -12.553
X-Spam-Level: 
X-Spam-Status: No, score=-12.553 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIMWL_WL_HIGH=-4.553, 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_PASS=-0.001] autolearn=ham autolearn_force=no
Authentication-Results: ietfa.amsl.com (amavisd-new); dkim=pass (1024-bit key) header.d=github.com
Received: from mail.ietf.org ([4.31.198.44]) by localhost (ietfa.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id CMzGxnaBWG63 for <quic-issues@ietfa.amsl.com>; Fri, 18 Jan 2019 10:26: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 E56331312C0 for <quic-issues@ietf.org>; Fri, 18 Jan 2019 10:26:26 -0800 (PST)
Date: Fri, 18 Jan 2019 10:26:26 -0800
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1547835986; bh=Xogztve+Ww68/jc0We+oz3gQHLRjqPEYcSOkBwt8ys4=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=nAQjguBa/D/riyXue0Qz4a3Q1RVxRSQhB+u/IgkatmWmrvlUkXB75fMZIq2ORSF0k l+yg6xSz8Kan+nmlBMULC7CV9QcLYFxPwpc/Qk4UOw5rlKkH28s8FucPbe9WtZRNtu xVlan6S8hLayYZKhvKLUYKXazgyptIDkcGOl6FD8=
From: MikkelFJ <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+0166e4ab264a4b7bee49fcf6ee1509061abd4a4e01174e5992cf000000011859dc5292a169ce17e00219@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/issues/2344/455642017@github.com>
In-Reply-To: <quicwg/base-drafts/issues/2344@github.com>
References: <quicwg/base-drafts/issues/2344@github.com>
Subject: Re: [quicwg/base-drafts] RESET_STREAM should be allowed in 0-RTT packets (#2344)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5c421a5220bfa_59eb3f98226d45bc6618da"; 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/RWOw2pl7b8SXVaC9UcWbzrpWWAM>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
List-Id: Notification list for GitHub issues related to the QUIC WG <quic-issues.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=unsubscribe>
List-Archive: <https://mailarchive.ietf.org/arch/browse/quic-issues/>
List-Post: <mailto:quic-issues@ietf.org>
List-Help: <mailto:quic-issues-request@ietf.org?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, 18 Jan 2019 18:26:30 -0000

----==_mimepart_5c421a5220bfa_59eb3f98226d45bc6618da
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

I have been skimming through the QUIC transport and QUIC TLS draft a few times. It is really difficult to decipher which frames can be sent where. Some packet types mention permitted frames in transport, but does not do that for all packet types. QUIC TLS has a list of frames for different packet types, but it is not clear if that cover all frame types.

QUIC TLS does suggest that CRYPTO frames can be sent in 1-RTT by stating the only 0-RTT cannot contain crypto, but is not clear about how or why that would happen, although I suspect it has to do with client auth - which is explicitly not permitted post handshake without any explanation. It could also be rekeying, but I think that is derived locally from session key.

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/quicwg/base-drafts/issues/2344#issuecomment-455642017
----==_mimepart_5c421a5220bfa_59eb3f98226d45bc6618da
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: quoted-printable

<p>I have been skimming through the QUIC transport and QUIC TLS draft a f=
ew times. It is really difficult to decipher which frames can be sent whe=
re. Some packet types mention permitted frames in transport, but does not=
 do that for all packet types. QUIC TLS has a list of frames for differen=
t packet types, but it is not clear if that cover all frame types.</p>
<p>QUIC TLS does suggest that CRYPTO frames can be sent in 1-RTT by stati=
ng the only 0-RTT cannot contain crypto, but is not clear about how or wh=
y that would happen, although I suspect it has to do with client auth - w=
hich is explicitly not permitted post handshake without any explanation. =
It could also be rekeying, but I think that is derived locally from sessi=
on key.</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/2344#issuecomment-455642017">view it on GitHub</a>,=
 or <a href=3D"https://github.com/notifications/unsubscribe-auth/AWbkqzUX=
gkb2g1mEzEMICqiUjPKCv1-xks5vEhHSgaJpZM4aHKE6">mute the thread</a>.<img sr=
c=3D"https://github.com/notifications/beacon/AWbkq4fw-Ps2HKoL8QOMgILQFeEQ=
QZ2fks5vEhHSgaJpZM4aHKE6.gif" height=3D"1" width=3D"1" alt=3D"" /></p>
<script type=3D"application/json" data-scope=3D"inboxmarkup">{"api_versio=
n":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name"=
:"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"=
quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"http=
s://github.githubassets.com/images/email/message_cards/header.png","avata=
r_image_url":"https://github.githubassets.com/images/email/message_cards/=
avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/q=
uicwg/base-drafts"}},"updates":{"snippets":[{"icon":"PERSON","message":"@=
mikkelfj in #2344: I have been skimming through the QUIC transport and QU=
IC TLS draft a few times. It is really difficult to decipher which frames=
 can be sent where. Some packet types mention permitted frames in transpo=
rt, but does not do that for all packet types. QUIC TLS has a list of fra=
mes for different packet types, but it is not clear if that cover all fra=
me types.\r\n\r\nQUIC TLS does suggest that CRYPTO frames can be sent in =
1-RTT by stating the only 0-RTT cannot contain crypto, but is not clear a=
bout how or why that would happen, although I suspect it has to do with c=
lient auth - which is explicitly not permitted post handshake without any=
 explanation. It could also be rekeying, but I think that is derived loca=
lly from session key."}],"action":{"name":"View Issue","url":"https://git=
hub.com/quicwg/base-drafts/issues/2344#issuecomment-455642017"}}}</script=
>
<script type=3D"application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/issues/2344#issuecomment=
-455642017",
"url": "https://github.com/quicwg/base-drafts/issues/2344#issuecomment-45=
5642017",
"name": "View Issue"
},
"description": "View this Issue on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>=

----==_mimepart_5c421a5220bfa_59eb3f98226d45bc6618da--


From nobody Fri Jan 18 10:28:31 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 48F691312BE for <quic-issues@ietfa.amsl.com>; Fri, 18 Jan 2019 10:28:26 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -5.935
X-Spam-Level: 
X-Spam-Status: No, score=-5.935 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIMWL_WL_HIGH=-4.553, DKIM_SIGNED=0.1, DKIM_VALID=-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_PASS=-0.001] autolearn=ham autolearn_force=no
Authentication-Results: ietfa.amsl.com (amavisd-new); dkim=pass (1024-bit key) header.d=github.com
Received: from mail.ietf.org ([4.31.198.44]) by localhost (ietfa.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 7UxJH-TD0wY1 for <quic-issues@ietfa.amsl.com>; Fri, 18 Jan 2019 10:28:24 -0800 (PST)
Received: from o4.sgmail.github.com (o4.sgmail.github.com [192.254.112.99]) (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 6CEBB131290 for <quic-issues@ietf.org>; Fri, 18 Jan 2019 10:28:24 -0800 (PST)
DKIM-Signature: v=1; a=rsa-sha1; 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=sPro6fHUZPpmnyanPqClejt4/aU=; b=EU+DkY3f2qb0loNN zqVaeCXu+OtxWLH/m8NO7Ln4K8O3NKNbWkpjALsXn5VJYBUHTWjr+TQMBP/PK5n3 CVPu+eumHDaNG6/4wNq63/u+Hu/9Z/khD5dswP6vNUG828rreWl0gnFEKdADXFub Nc9FpAuUCvKeLRU6Heyv1KBK1fA=
Received: by filter1440p1mdw1.sendgrid.net with SMTP id filter1440p1mdw1-1310-5C421AC7-23 2019-01-18 18:28:23.485547256 +0000 UTC m=+324579.177062589
Received: from github-lowworker-e8fa9ff.cp1-iad.github.net (unknown [192.30.252.43]) by ismtpd0039p1iad1.sendgrid.net (SG) with ESMTP id Lba4so3HQ_mLzB9FdztuZw for <quic-issues@ietf.org>; Fri, 18 Jan 2019 18:28:23.436 +0000 (UTC)
Received: from github.com (localhost [127.0.0.1]) by github-lowworker-e8fa9ff.cp1-iad.github.net (Postfix) with ESMTP id 68C81420834 for <quic-issues@ietf.org>; Fri, 18 Jan 2019 10:28:23 -0800 (PST)
Date: Fri, 18 Jan 2019 18:28:23 +0000 (UTC)
From: Benjamin Saunders <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+0166e4abcd85b103a93df536f070e6cfef271577c7caef1892cf000000011859dcc792a169ce17e00219@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/issues/2344/455642572@github.com>
In-Reply-To: <quicwg/base-drafts/issues/2344@github.com>
References: <quicwg/base-drafts/issues/2344@github.com>
Subject: Re: [quicwg/base-drafts] RESET_STREAM should be allowed in 0-RTT packets (#2344)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5c421ac767125_2a183faedf0d45bc8212f"; 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
X-SG-EID: l64QuQ2uJCcEyUykJbxN122A6QRmEpucztpreh3Pak0RI2/26xX1UfC+c/8mJYdmkCk8J7qje0dTD/ VMUvgUZVTbw7U13RQxljr2ZayKA0ysuLI5ibJ93ewEw6zjtLmobqg3CRFGYIzkW9ri4M3TLGV5tFjb Pj7Vb7Te1AZ5561Iec0dKTAZsZ7qTE9/UjrjV66kgY4IAo/1UPyuv00istrfLXS7DM3AZ1RsEM/N8+ I=
Archived-At: <https://mailarchive.ietf.org/arch/msg/quic-issues/y9Q4R0kvMdT-evXpZpQAcE8K2ds>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
List-Id: Notification list for GitHub issues related to the QUIC WG <quic-issues.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=unsubscribe>
List-Archive: <https://mailarchive.ietf.org/arch/browse/quic-issues/>
List-Post: <mailto:quic-issues@ietf.org>
List-Help: <mailto:quic-issues-request@ietf.org?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, 18 Jan 2019 18:28:26 -0000

----==_mimepart_5c421ac767125_2a183faedf0d45bc8212f
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

> QUIC TLS does suggest that CRYPTO frames can be sent in 1-RTT by stating that only 0-RTT cannot contain crypto, but is not clear about how or why that would happen

This is useful for `NewSessionTicket`, for example.

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/quicwg/base-drafts/issues/2344#issuecomment-455642572
----==_mimepart_5c421ac767125_2a183faedf0d45bc8212f
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

<blockquote>
<p>QUIC TLS does suggest that CRYPTO frames can be sent in 1-RTT by stating that only 0-RTT cannot contain crypto, but is not clear about how or why that would happen</p>
</blockquote>
<p>This is useful for <code>NewSessionTicket</code>, for example.</p>

<p style="font-size:small;-webkit-text-size-adjust:none;color:#666;">&mdash;<br />You are receiving this because you are subscribed to this thread.<br />Reply to this email directly, <a href="https://github.com/quicwg/base-drafts/issues/2344#issuecomment-455642572">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AWbkq5yXx1jvpLvygNtfMsFzxehhtkXeks5vEhJHgaJpZM4aHKE6">mute the thread</a>.<img src="https://github.com/notifications/beacon/AWbkq2ZrE9v1ieUkzjskMX-LScnQFLWWks5vEhJHgaJpZM4aHKE6.gif" height="1" width="1" alt="" /></p>
<script type="application/json" data-scope="inboxmarkup">{"api_version":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name":"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"https://github.githubassets.com/images/email/message_cards/header.png","avatar_image_url":"https://github.githubassets.com/images/email/message_cards/avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/quicwg/base-drafts"}},"updates":{"snippets":[{"icon":"PERSON","message":"@Ralith in #2344: \u003e QUIC TLS does suggest that CRYPTO frames can be sent in 1-RTT by stating that only 0-RTT cannot contain crypto, but is not clear about how or why that would happen\r\n\r\nThis is useful for `NewSessionTicket`, for example."}],"action":{"name":"View Issue","url":"https://github.com/quicwg/base-drafts/issues/2344#issuecomment-455642572"}}}</script>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/issues/2344#issuecomment-455642572",
"url": "https://github.com/quicwg/base-drafts/issues/2344#issuecomment-455642572",
"name": "View Issue"
},
"description": "View this Issue on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>
----==_mimepart_5c421ac767125_2a183faedf0d45bc8212f--


From nobody Fri Jan 18 10:31:58 2019
Return-Path: <bounce+565321.40f-quic-issues=ietf.org@github.com>
X-Original-To: quic-issues@ietfa.amsl.com
Delivered-To: quic-issues@ietfa.amsl.com
Received: from localhost (localhost [127.0.0.1]) by ietfa.amsl.com (Postfix) with ESMTP id C18DF1312C7 for <quic-issues@ietfa.amsl.com>; Fri, 18 Jan 2019 10:31:55 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -6.452
X-Spam-Level: 
X-Spam-Status: No, score=-6.452 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIMWL_WL_HIGH=-4.553, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, HEADER_FROM_DIFFERENT_DOMAINS=0.001, RCVD_IN_DNSWL_NONE=-0.0001, SPF_PASS=-0.001, URIBL_BLOCKED=0.001] autolearn=ham autolearn_force=no
Authentication-Results: ietfa.amsl.com (amavisd-new); dkim=pass (1024-bit key) header.d=github.com
Received: from mail.ietf.org ([4.31.198.44]) by localhost (ietfa.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id kfvFtbV8kAvk for <quic-issues@ietfa.amsl.com>; Fri, 18 Jan 2019 10:31:53 -0800 (PST)
Received: from m71-131.mailgun.net (m71-131.mailgun.net [166.78.71.131]) (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 EF4E91312C6 for <quic-issues@ietf.org>; Fri, 18 Jan 2019 10:31:52 -0800 (PST)
DKIM-Signature: a=rsa-sha256; v=1; c=relaxed/relaxed; d=github.com; q=dns/txt;  s=mailo; t=1547836312; h=Content-Transfer-Encoding: Content-Type: Mime-Version: Subject: Message-ID: To: Reply-To: From: Date: Sender; bh=+xMLT9EcBCMl3XwSHcsLUOZmc9Eiz1vbeYEhVYn+oC8=; b=zBVvnUt+kpiwmg3w6yrdxDmf17ZVRBlr0n94QsYvjBlkliKMdW/ZC3Xe98r26ZYeH8BnErHp nYs/kWsOYyJmRPh1fuzjIB+pSxpOQo2+/uydOk6cWWpYKMf14FkFk2q9JwUVyWPqEdqrIqLt 2MTiidQz6VhQOtyDa+2es+F5J8s=
X-Mailgun-Sending-Ip: 166.78.71.131
X-Mailgun-Sid: WyJhNzYyYiIsICJxdWljLWlzc3Vlc0BpZXRmLm9yZyIsICI0MGYiXQ==
Sender: mbishop=evequefou.be@github.com
Received: from github.com (Unknown [192.30.252.37]) by mxa.mailgun.org with ESMTP id 5c421b98.7fc3f8f7db70-smtp-out-n01; Fri, 18 Jan 2019 18:31:52 -0000 (UTC)
Date: Fri, 18 Jan 2019 10:31:52 -0800
From: Mike Bishop <mbishop@evequefou.be>
Reply-To: Mike Bishop <mbishop@evequefou.be>
To: quic-issues@ietf.org
Message-ID: <5c421b98b3dd_6b3b2ab92707257836164@hookshot-fe-2cc8887.cp1-iad.github.net.mail>
Subject: [quicwg/base-drafts] 4e449a: Switching polarity
Mime-Version: 1.0
Content-Type: multipart/mixed; boundary="--==_mimepart_5c421b98af09_6b3b2ab9270725783601e"; charset=UTF-8
Content-Transfer-Encoding: 7bit
Archived-At: <https://mailarchive.ietf.org/arch/msg/quic-issues/COlD4yEjr1vUEyqf3bmb8BVOJmQ>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
Precedence: list
List-Id: Notification list for GitHub issues related to the QUIC WG <quic-issues.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=unsubscribe>
List-Archive: <https://mailarchive.ietf.org/arch/browse/quic-issues/>
List-Post: <mailto:quic-issues@ietf.org>
List-Help: <mailto:quic-issues-request@ietf.org?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, 18 Jan 2019 18:31:56 -0000

----==_mimepart_5c421b98af09_6b3b2ab9270725783601e
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

  Branch: refs/heads/transport/pa_confusing
  Home:   https://github.com/quicwg/base-drafts
  Commit: 4e449add7f4de237c3708a2c73d3d63a8fce4c99
      https://github.com/quicwg/base-drafts/commit/4e449add7f4de237c3708a2c73d3d63a8fce4c99
  Author: Mike Bishop <mbishop@evequefou.be>
  Date:   2019-01-18 (Fri, 18 Jan 2019)

  Changed paths:
    M draft-ietf-quic-transport.md

  Log Message:
  -----------
  Switching polarity



      **NOTE:** This service has been marked for deprecation: https://developer.github.com/changes/2018-04-25-github-services-deprecation/

      Functionality will be removed from GitHub.com on January 31st, 2019.

----==_mimepart_5c421b98af09_6b3b2ab9270725783601e--


From nobody Fri Jan 18 10:34: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 8DEEE1312C9 for <quic-issues@ietfa.amsl.com>; Fri, 18 Jan 2019 10:33:59 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -12.552
X-Spam-Level: 
X-Spam-Status: No, score=-12.552 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIMWL_WL_HIGH=-4.553, 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_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 XdNdwRbmFNdF for <quic-issues@ietfa.amsl.com>; Fri, 18 Jan 2019 10:33:57 -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 A28771312C8 for <quic-issues@ietf.org>; Fri, 18 Jan 2019 10:33:57 -0800 (PST)
Date: Fri, 18 Jan 2019 10:33:56 -0800
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1547836436; bh=bAa9AF3EA81apEi46q/tnbTPJ4SGr7XxODHlm5V2tS0=; h=Date:From:Reply-To:To:Cc:Subject:List-ID:List-Archive:List-Post: List-Unsubscribe:From; b=LC2L4KEcKBieIOsHTapcZoErO8llX9COMi5psYDTvP6X/fGBaj9eQ1IzsGanUNUde G1v9mSp4rahVm0lkBYBEE8wTKqQrUz2ABdm5rkfnbwCV7Y0HSMM+sqC/X9dhTG/Pn1 LiREtaPV5H2+deXWVRnaDay7RCeFAjf2RIp2AEcY=
From: Mike Bishop <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+0166e4abfdcc4bc23ed4ad1e243e949aacb753a51626c6aa92cf000000011859de1492a169ce17e45777@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/pull/2349@github.com>
Subject: [quicwg/base-drafts] Correcting polarity of SPA language (#2349)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5c421c14977e3_46133f8f10ad45c4470262"; 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/4MOlLDU45tRCLuasvkfv8gu02R0>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
List-Id: Notification list for GitHub issues related to the QUIC WG <quic-issues.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=unsubscribe>
List-Archive: <https://mailarchive.ietf.org/arch/browse/quic-issues/>
List-Post: <mailto:quic-issues@ietf.org>
List-Help: <mailto:quic-issues-request@ietf.org?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, 18 Jan 2019 18:34:00 -0000

----==_mimepart_5c421c14977e3_46133f8f10ad45c4470262
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

Editorial because it now says what we originally thought it said, but design because it is changing normative language.  Fixes #2146. Does not interact with #2296.
You can view, comment on, or merge this pull request online at:

  https://github.com/quicwg/base-drafts/pull/2349

-- Commit Summary --

  * Switching polarity

-- File Changes --

    M draft-ietf-quic-transport.md (9)

-- Patch Links --

https://github.com/quicwg/base-drafts/pull/2349.patch
https://github.com/quicwg/base-drafts/pull/2349.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/2349

----==_mimepart_5c421c14977e3_46133f8f10ad45c4470262
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: quoted-printable

<p>Editorial because it now says what we originally thought it said, but =
design because it is changing normative language.  <span class=3D"issue-k=
eyword tooltipped tooltipped-se" aria-label=3D"This pull request closes i=
ssue #2146.">Fixes</span> <a class=3D"issue-link js-issue-link" data-erro=
r-text=3D"Failed to load issue title" data-id=3D"390816348" data-permissi=
on-text=3D"Issue title is private" data-url=3D"https://github.com/quicwg/=
base-drafts/issues/2146" data-hovercard-type=3D"issue" data-hovercard-url=
=3D"/quicwg/base-drafts/issues/2146/hovercard" href=3D"https://github.com=
/quicwg/base-drafts/issues/2146">#2146</a>. Does not interact with <a cla=
ss=3D"issue-link js-issue-link" data-error-text=3D"Failed to load issue t=
itle" data-id=3D"396094579" data-permission-text=3D"Issue title is privat=
e" data-url=3D"https://github.com/quicwg/base-drafts/issues/2296" data-ho=
vercard-type=3D"pull_request" data-hovercard-url=3D"/quicwg/base-drafts/p=
ull/2296/hovercard" href=3D"https://github.com/quicwg/base-drafts/pull/22=
96">#2296</a>.</p>

<hr>

<h4>You can view, comment on, or merge this pull request online at:</h4>
<p>&nbsp;&nbsp;<a href=3D'https://github.com/quicwg/base-drafts/pull/2349=
'>https://github.com/quicwg/base-drafts/pull/2349</a></p>

<h4>Commit Summary</h4>
<ul>
  <li>Switching polarity</li>
</ul>

<h4>File Changes</h4>
<ul>
  <li>
    <strong>M</strong>
    <a href=3D"https://github.com/quicwg/base-drafts/pull/2349/files#diff=
-0">draft-ietf-quic-transport.md</a>
    (9)
  </li>
</ul>

<h4>Patch Links:</h4>
<ul>
  <li><a href=3D'https://github.com/quicwg/base-drafts/pull/2349.patch'>h=
ttps://github.com/quicwg/base-drafts/pull/2349.patch</a></li>
  <li><a href=3D'https://github.com/quicwg/base-drafts/pull/2349.diff'>ht=
tps://github.com/quicwg/base-drafts/pull/2349.diff</a></li>
</ul>

<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/2349">view it on GitHub</a>, or <a href=3D"https://gi=
thub.com/notifications/unsubscribe-auth/AWbkqyDoEHyFcblwMxch41TuPOFX_H14k=
s5vEhOUgaJpZM4aIbHp">mute the thread</a>.<img src=3D"https://github.com/n=
otifications/beacon/AWbkq85C_3yoaTAEoAcLN7M-lBrFL-zZks5vEhOUgaJpZM4aIbHp.=
gif" height=3D"1" width=3D"1" alt=3D"" /></p>
<script type=3D"application/json" data-scope=3D"inboxmarkup">{"api_versio=
n":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name"=
:"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"=
quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"http=
s://github.githubassets.com/images/email/message_cards/header.png","avata=
r_image_url":"https://github.githubassets.com/images/email/message_cards/=
avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/q=
uicwg/base-drafts"}},"updates":{"snippets":[{"icon":"DESCRIPTION","messag=
e":"Correcting polarity of SPA language (#2349)"}],"action":{"name":"View=
 Pull Request","url":"https://github.com/quicwg/base-drafts/pull/2349"}}}=
</script>
<script type=3D"application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/pull/2349",
"url": "https://github.com/quicwg/base-drafts/pull/2349",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>

----==_mimepart_5c421c14977e3_46133f8f10ad45c4470262--


From nobody Fri Jan 18 10:36: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 55EA51312D8 for <quic-issues@ietfa.amsl.com>; Fri, 18 Jan 2019 10:36:49 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -11.149
X-Spam-Level: 
X-Spam-Status: No, score=-11.149 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIMWL_WL_HIGH=-4.553, 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_PASS=-0.001] autolearn=ham autolearn_force=no
Authentication-Results: ietfa.amsl.com (amavisd-new); dkim=pass (1024-bit key) header.d=github.com
Received: from mail.ietf.org ([4.31.198.44]) by localhost (ietfa.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 93oF3GwUOLm6 for <quic-issues@ietfa.amsl.com>; Fri, 18 Jan 2019 10:36:47 -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 58B781312D2 for <quic-issues@ietf.org>; Fri, 18 Jan 2019 10:36:47 -0800 (PST)
Date: Fri, 18 Jan 2019 10:36:46 -0800
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1547836606; bh=rlZeU53XqxPsoAZWZHc2Kp0UMDAi7l1Y1olKKOHuhA4=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=GuZT1SkHIBS2lMieODXNNfHjBPzLGhJCvXle+9BLJRDn+lhKGeIF6EwJlsJTCC7ge d4sQNU5u+DlXC944938FM9Mnc6OD+/DgRcxd89RAPU3t81xxiQjzY/2g7bQtjkGwO0 m0Oh2bMTBaMpds9j5akwaBKxI1/pxvy6Tm32gjNQ=
From: Ryan Hamilton <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+0166e4ab1cd23d8227dd7c3cf1c9eb314142bb9202d33e8a92cf000000011859debe92a169ce179bec73@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/pull/2296/review/194228840@github.com>
In-Reply-To: <quicwg/base-drafts/pull/2296@github.com>
References: <quicwg/base-drafts/pull/2296@github.com>
Subject: Re: [quicwg/base-drafts] Allow servers to send a preferred address of each address family (#2296)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5c421cbe51b67_38593f9711cd45b4645488"; 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/6r5G8jBcC6loLRaiPF729yAjIFo>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
List-Id: Notification list for GitHub issues related to the QUIC WG <quic-issues.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=unsubscribe>
List-Archive: <https://mailarchive.ietf.org/arch/browse/quic-issues/>
List-Post: <mailto:quic-issues@ietf.org>
List-Help: <mailto:quic-issues-request@ietf.org?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, 18 Jan 2019 18:36:49 -0000

----==_mimepart_5c421cbe51b67_38593f9711cd45b4645488
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

RyanAtGoogle commented on this pull request.



> @@ -2169,6 +2173,9 @@ receiving a probe packet from a different address.  Servers MUST NOT send more
 than a minimum congestion window's worth of non-probing packets to the new
 address before path validation is complete.
 
+When a client wishes to migrate to a new local address that is of a different
+address family from the currently used server address, the client can attempt

On our networks as well, lookups are unlikely to route to the same machine. Given that there is no reason to expect a lookup to successfully route to the same machine (even on the SAME network), forbidding it seems like the right choice.

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/quicwg/base-drafts/pull/2296#discussion_r249144376
----==_mimepart_5c421cbe51b67_38593f9711cd45b4645488
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/2296#discussion_r249144376">draft-ietf-quic-transport.md</a>:</p>
<pre style='color:#555'>&gt; @@ -2169,6 +2173,9 @@ receiving a probe packet from a different address.  Servers MUST NOT send more
 than a minimum congestion window&#39;s worth of non-probing packets to the new
 address before path validation is complete.
 
+When a client wishes to migrate to a new local address that is of a different
+address family from the currently used server address, the client can attempt
</pre>
<p>On our networks as well, lookups are unlikely to route to the same machine. Given that there is no reason to expect a lookup to successfully route to the same machine (even on the SAME network), forbidding it seems like the right choice.</p>

<p style="font-size:small;-webkit-text-size-adjust:none;color:#666;">&mdash;<br />You are receiving this because you are subscribed to this thread.<br />Reply to this email directly, <a href="https://github.com/quicwg/base-drafts/pull/2296#discussion_r249144376">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AWbkq9URFOwre-HH8JG5tIUvj9rJ9vcTks5vEhQ-gaJpZM4ZuHR_">mute the thread</a>.<img src="https://github.com/notifications/beacon/AWbkq0QZdvcaxHt02DVAS1628XU-rOy8ks5vEhQ-gaJpZM4ZuHR_.gif" height="1" width="1" alt="" /></p>
<script type="application/json" data-scope="inboxmarkup">{"api_version":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name":"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"https://github.githubassets.com/images/email/message_cards/header.png","avatar_image_url":"https://github.githubassets.com/images/email/message_cards/avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/quicwg/base-drafts"}},"updates":{"snippets":[{"icon":"PERSON","message":"@RyanAtGoogle commented on #2296"}],"action":{"name":"View Pull Request","url":"https://github.com/quicwg/base-drafts/pull/2296#discussion_r249144376"}}}</script>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/pull/2296#discussion_r249144376",
"url": "https://github.com/quicwg/base-drafts/pull/2296#discussion_r249144376",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>
----==_mimepart_5c421cbe51b67_38593f9711cd45b4645488--


From nobody Fri Jan 18 10:38:36 2019
Return-Path: <bounce+565321.40f-quic-issues=ietf.org@github.com>
X-Original-To: quic-issues@ietfa.amsl.com
Delivered-To: quic-issues@ietfa.amsl.com
Received: from localhost (localhost [127.0.0.1]) by ietfa.amsl.com (Postfix) with ESMTP id 77AF91312DC for <quic-issues@ietfa.amsl.com>; Fri, 18 Jan 2019 10:38:35 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -0.996
X-Spam-Level: 
X-Spam-Status: No, score=-0.996 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIM_ADSP_CUSTOM_MED=0.001, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, FREEMAIL_FORGED_FROMDOMAIN=0.001, FREEMAIL_FROM=0.001, HEADER_FROM_DIFFERENT_DOMAINS=0.001, NML_ADSP_CUSTOM_MED=0.9, RCVD_IN_DNSWL_NONE=-0.0001, SPF_PASS=-0.001, URIBL_BLOCKED=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 SRGs-FcS0H98 for <quic-issues@ietfa.amsl.com>; Fri, 18 Jan 2019 10:38:33 -0800 (PST)
Received: from m71-131.mailgun.net (m71-131.mailgun.net [166.78.71.131]) (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 BAE031312DB for <quic-issues@ietf.org>; Fri, 18 Jan 2019 10:38:33 -0800 (PST)
DKIM-Signature: a=rsa-sha256; v=1; c=relaxed/relaxed; d=github.com; q=dns/txt;  s=mailo; t=1547836713; h=Content-Transfer-Encoding: Content-Type: Mime-Version: Subject: Message-ID: To: Reply-To: From: Date: Sender; bh=DeIS0y1w6cls6nyXpoOWQQCAIAYlqx5KIpXKvzZjYAw=; b=K8eF4salFk4T7dZusfzjCD/XmwMVGbNxa8Inv1vryi/QNMgrwY06WBiVxsFr7ffxpxJveY6z bnY5cPKtZU6i5J/4Y8+l0bnswYRf8kHmiSxQlrXFxVgx9+4fsfKck2npu3vxXqEdGQEirnQQ mFhFjpcpsJeBuqSs9OF7oluHPG8=
X-Mailgun-Sending-Ip: 166.78.71.131
X-Mailgun-Sid: WyJhNzYyYiIsICJxdWljLWlzc3Vlc0BpZXRmLm9yZyIsICI0MGYiXQ==
Sender: martin.thomson=gmail.com@github.com
Received: from github.com (Unknown [192.30.252.44]) by mxa.mailgun.org with ESMTP id 5c421d28.7fafda6ec090-smtp-out-n01; Fri, 18 Jan 2019 18:38:32 -0000 (UTC)
Date: Fri, 18 Jan 2019 10:38:32 -0800
From: Martin Thomson <martin.thomson@gmail.com>
Reply-To: Martin Thomson <martin.thomson@gmail.com>
To: quic-issues@ietf.org
Message-ID: <5c421d286da34_11c12af52a5c4578924e1@hookshot-fe-6e9b612.cp1-iad.github.net.mail>
Subject: [quicwg/base-drafts] a5ccc6: No common versions means fail
Mime-Version: 1.0
Content-Type: multipart/mixed; boundary="--==_mimepart_5c421d286d66a_11c12af52a5c4578923d6"; charset=UTF-8
Content-Transfer-Encoding: 7bit
Archived-At: <https://mailarchive.ietf.org/arch/msg/quic-issues/qZzOcQUES8CFsjd0YE-KGerVb7A>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
Precedence: list
List-Id: Notification list for GitHub issues related to the QUIC WG <quic-issues.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=unsubscribe>
List-Archive: <https://mailarchive.ietf.org/arch/browse/quic-issues/>
List-Post: <mailto:quic-issues@ietf.org>
List-Help: <mailto:quic-issues-request@ietf.org?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, 18 Jan 2019 18:38:35 -0000

----==_mimepart_5c421d286d66a_11c12af52a5c4578923d6
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

  Branch: refs/heads/transport/fail_uncommon
  Home:   https://github.com/quicwg/base-drafts
  Commit: a5ccc6252c48434e5a8da9a22633f553f50a38b4
      https://github.com/quicwg/base-drafts/commit/a5ccc6252c48434e5a8da9a22633f553f50a38b4
  Author: Martin Thomson <martin.thomson@gmail.com>
  Date:   2019-01-18 (Fri, 18 Jan 2019)

  Changed paths:
    M draft-ietf-quic-transport.md

  Log Message:
  -----------
  No common versions means fail

Closes #1917.



      **NOTE:** This service has been marked for deprecation: https://developer.github.com/changes/2018-04-25-github-services-deprecation/

      Functionality will be removed from GitHub.com on January 31st, 2019.

----==_mimepart_5c421d286d66a_11c12af52a5c4578923d6--


From nobody Fri Jan 18 10:39: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 AFCD21312DC for <quic-issues@ietfa.amsl.com>; Fri, 18 Jan 2019 10:39:39 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -12.551
X-Spam-Level: 
X-Spam-Status: No, score=-12.551 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIMWL_WL_HIGH=-4.553, 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_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 zYh-WSMnOpn3 for <quic-issues@ietfa.amsl.com>; Fri, 18 Jan 2019 10: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 AF1D21312DB for <quic-issues@ietf.org>; Fri, 18 Jan 2019 10:39:37 -0800 (PST)
Date: Fri, 18 Jan 2019 10:39:36 -0800
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1547836776; bh=BnZX+zj5qgzBIfAQJ8s60htykvEqtFDDQsLpc8DqrTA=; h=Date:From:Reply-To:To:Cc:Subject:List-ID:List-Archive:List-Post: List-Unsubscribe:From; b=2YPvFa10KD6iRRCaiHZe1CKGKZ3i24KAtKl4WO9Ywl1vkNh9JQT/d/axlrWOjhXPz R2s9JVtpxSg2YjYFuQERrMzJz2AOTMOR2QlteK+WtyC+HREMFVgT2H96f4DLpDvjtg Pvhe1pRCtdGN8/RLzp2mzYWSBdGNO79kqW5Z9jwg=
From: Mike Bishop <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+0166e4abe8183641ecba653eb4d9d2fd7656458bbb694f1392cf000000011859df6892a169ce17e45eb5@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/pull/2350@github.com>
Subject: [quicwg/base-drafts] No common versions means fail (#2350)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5c421d689e53d_59b63fe7808d45bc493426"; 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/-iw7s_3h3a44bEFiqBQ4T2sqmSE>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
List-Id: Notification list for GitHub issues related to the QUIC WG <quic-issues.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=unsubscribe>
List-Archive: <https://mailarchive.ietf.org/arch/browse/quic-issues/>
List-Post: <mailto:quic-issues@ietf.org>
List-Help: <mailto:quic-issues-request@ietf.org?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, 18 Jan 2019 18:39:40 -0000

----==_mimepart_5c421d689e53d_59b63fe7808d45bc493426
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

Closes #1917.

Cherry-picking a fix to this issue that got lost in one of the defunct VN-rework PRs.
You can view, comment on, or merge this pull request online at:

  https://github.com/quicwg/base-drafts/pull/2350

-- Commit Summary --

  * No common versions means fail

-- File Changes --

    M draft-ietf-quic-transport.md (3)

-- Patch Links --

https://github.com/quicwg/base-drafts/pull/2350.patch
https://github.com/quicwg/base-drafts/pull/2350.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/2350

----==_mimepart_5c421d689e53d_59b63fe7808d45bc493426
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 #1917.">Closes</span> <a class="issue-link js-issue-link" data-error-text="Failed to load issue title" data-id="374123594" data-permission-text="Issue title is private" data-url="https://github.com/quicwg/base-drafts/issues/1917" data-hovercard-type="issue" data-hovercard-url="/quicwg/base-drafts/issues/1917/hovercard" href="https://github.com/quicwg/base-drafts/issues/1917">#1917</a>.</p>
<p>Cherry-picking a fix to this issue that got lost in one of the defunct VN-rework PRs.</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/2350'>https://github.com/quicwg/base-drafts/pull/2350</a></p>

<h4>Commit Summary</h4>
<ul>
  <li>No common versions means fail</li>
</ul>

<h4>File Changes</h4>
<ul>
  <li>
    <strong>M</strong>
    <a href="https://github.com/quicwg/base-drafts/pull/2350/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/2350.patch'>https://github.com/quicwg/base-drafts/pull/2350.patch</a></li>
  <li><a href='https://github.com/quicwg/base-drafts/pull/2350.diff'>https://github.com/quicwg/base-drafts/pull/2350.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/2350">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AWbkq1qDZAQ3VquBK3NS_9B7g5Ta6oGEks5vEhTogaJpZM4aIbqG">mute the thread</a>.<img src="https://github.com/notifications/beacon/AWbkqx3cKbuaBw-L-UCjWCTqvneSGol7ks5vEhTogaJpZM4aIbqG.gif" height="1" width="1" alt="" /></p>
<script type="application/json" data-scope="inboxmarkup">{"api_version":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name":"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"https://github.githubassets.com/images/email/message_cards/header.png","avatar_image_url":"https://github.githubassets.com/images/email/message_cards/avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/quicwg/base-drafts"}},"updates":{"snippets":[{"icon":"DESCRIPTION","message":"No common versions means fail (#2350)"}],"action":{"name":"View Pull Request","url":"https://github.com/quicwg/base-drafts/pull/2350"}}}</script>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/pull/2350",
"url": "https://github.com/quicwg/base-drafts/pull/2350",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>

----==_mimepart_5c421d689e53d_59b63fe7808d45bc493426--


From nobody Fri Jan 18 10:50: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 123821312F5 for <quic-issues@ietfa.amsl.com>; Fri, 18 Jan 2019 10:50:43 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -10.935
X-Spam-Level: 
X-Spam-Status: No, score=-10.935 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIMWL_WL_HIGH=-4.553, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, HTML_IMAGE_ONLY_24=1.618, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-1, RCVD_IN_DNSWL_HI=-5, SPF_PASS=-0.001] autolearn=ham autolearn_force=no
Authentication-Results: ietfa.amsl.com (amavisd-new); dkim=pass (1024-bit key) header.d=github.com
Received: from mail.ietf.org ([4.31.198.44]) by localhost (ietfa.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id cl7iZj0nv2Uu for <quic-issues@ietfa.amsl.com>; Fri, 18 Jan 2019 10:50: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 D54431312E7 for <quic-issues@ietf.org>; Fri, 18 Jan 2019 10:50:39 -0800 (PST)
Date: Fri, 18 Jan 2019 10:50:39 -0800
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1547837439; bh=WY78CWQVgPRwXbTTsmc+jOiDscoJBNXFP9BEhWc5DUM=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=kxTsGFCweOIk2GhSD8n4fyp4UgxC8muz/X06ud9aHiaSRmvS7Wpp40wu9WXDRahz1 CGa7TRW9aNUXjfmU/y0DsIWJnKfIlis3NIBuV9w/XfEee4aWTwPsXyB/A5Ce4Xfv2B oVUDDiSpvzA0LpILI391Htj8uUms+WiL0ipGC+j8=
From: Mike Bishop <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+0166e4abd7b95b66ca03d23f733109b247e2d441d01c48d692cf000000011859e1ff92a169ce169d83c2@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/issues/1987/455649179@github.com>
In-Reply-To: <quicwg/base-drafts/issues/1987@github.com>
References: <quicwg/base-drafts/issues/1987@github.com>
Subject: Re: [quicwg/base-drafts] Clarify 1200 bytes Initial packet rule (#1987)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5c421fffd3e4_502a3fe7808d45bc972994"; 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/EEehl4t3zmn0eBVr8gDve7re-es>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
List-Id: Notification list for GitHub issues related to the QUIC WG <quic-issues.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=unsubscribe>
List-Archive: <https://mailarchive.ietf.org/arch/browse/quic-issues/>
List-Post: <mailto:quic-issues@ietf.org>
List-Help: <mailto:quic-issues-request@ietf.org?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, 18 Jan 2019 18:50:43 -0000

----==_mimepart_5c421fffd3e4_502a3fe7808d45bc972994
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

Fixed in a326fecb.

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/quicwg/base-drafts/issues/1987#issuecomment-455649179
----==_mimepart_5c421fffd3e4_502a3fe7808d45bc972994
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

<p>Fixed in <a class="commit-link" data-hovercard-type="commit" data-hovercard-url="https://github.com/quicwg/base-drafts/commit/a326fecbd2945809f20848dc0901ab55eef409f7/hovercard" href="https://github.com/quicwg/base-drafts/commit/a326fecbd2945809f20848dc0901ab55eef409f7"><tt>a326fec</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/1987#issuecomment-455649179">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AWbkq6mbUqNaB7hy9V4BT5cpSSkTz6nJks5vEhd_gaJpZM4YX-za">mute the thread</a>.<img src="https://github.com/notifications/beacon/AWbkq1qWPt5PkCIecdN6JQZUmduYYeXmks5vEhd_gaJpZM4YX-za.gif" height="1" width="1" alt="" /></p>
<script type="application/json" data-scope="inboxmarkup">{"api_version":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name":"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"https://github.githubassets.com/images/email/message_cards/header.png","avatar_image_url":"https://github.githubassets.com/images/email/message_cards/avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/quicwg/base-drafts"}},"updates":{"snippets":[{"icon":"PERSON","message":"@MikeBishop in #1987: Fixed in a326fecb."}],"action":{"name":"View Issue","url":"https://github.com/quicwg/base-drafts/issues/1987#issuecomment-455649179"}}}</script>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/issues/1987#issuecomment-455649179",
"url": "https://github.com/quicwg/base-drafts/issues/1987#issuecomment-455649179",
"name": "View Issue"
},
"description": "View this Issue on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>
----==_mimepart_5c421fffd3e4_502a3fe7808d45bc972994--


From nobody Fri Jan 18 10:50: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 ED1DB1312E7 for <quic-issues@ietfa.amsl.com>; Fri, 18 Jan 2019 10:50:44 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -10.935
X-Spam-Level: 
X-Spam-Status: No, score=-10.935 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIMWL_WL_HIGH=-4.553, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, HTML_IMAGE_ONLY_24=1.618, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-1, RCVD_IN_DNSWL_HI=-5, SPF_PASS=-0.001] autolearn=ham autolearn_force=no
Authentication-Results: ietfa.amsl.com (amavisd-new); dkim=pass (1024-bit key) header.d=github.com
Received: from mail.ietf.org ([4.31.198.44]) by localhost (ietfa.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id DwSrvH8ngyHK for <quic-issues@ietfa.amsl.com>; Fri, 18 Jan 2019 10:50: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 585AD1312F3 for <quic-issues@ietf.org>; Fri, 18 Jan 2019 10:50:40 -0800 (PST)
Date: Fri, 18 Jan 2019 10:50:39 -0800
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1547837439; bh=ecOXsPzu7s8MTX8vvnJRXLGSE9MXa7+EOBhK+rTe9KI=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=ttz0bPcMi8iX+fdMnMT8lF8x0irAORcJ1FudFFw2ZEw0AJzJVjEFqKCBZg3/BNOoo xcYk6W2LVIDpLDREJZStEgT4eRA7oFPcKNWMqK5jDy2ajRhpsN8jDvmPdVPuu84W6Y jyL9sYjKZ8rLsGL4Sasjr/PMj0xCCOMk/FTjiAOc=
From: Mike Bishop <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+0166e4abd7b95b66ca03d23f733109b247e2d441d01c48d692cf000000011859e1ff92a169ce169d83c2@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/issue/1987/issue_event/2083669987@github.com>
In-Reply-To: <quicwg/base-drafts/issues/1987@github.com>
References: <quicwg/base-drafts/issues/1987@github.com>
Subject: Re: [quicwg/base-drafts] Clarify 1200 bytes Initial packet rule (#1987)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5c421fff86cc9_64b93fe9ac4d45c4721479"; 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/INKqCuaylIQc9hBitIh2UTl4Gv4>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
List-Id: Notification list for GitHub issues related to the QUIC WG <quic-issues.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=unsubscribe>
List-Archive: <https://mailarchive.ietf.org/arch/browse/quic-issues/>
List-Post: <mailto:quic-issues@ietf.org>
List-Help: <mailto:quic-issues-request@ietf.org?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, 18 Jan 2019 18:50:46 -0000

----==_mimepart_5c421fff86cc9_64b93fe9ac4d45c4721479
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

Closed #1987.

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/quicwg/base-drafts/issues/1987#event-2083669987
----==_mimepart_5c421fff86cc9_64b93fe9ac4d45c4721479
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="379421634" data-permission-text="Issue title is private" data-url="https://github.com/quicwg/base-drafts/issues/1987" data-hovercard-type="issue" data-hovercard-url="/quicwg/base-drafts/issues/1987/hovercard" href="https://github.com/quicwg/base-drafts/issues/1987">#1987</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/1987#event-2083669987">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AWbkq6mbUqNaB7hy9V4BT5cpSSkTz6nJks5vEhd_gaJpZM4YX-za">mute the thread</a>.<img src="https://github.com/notifications/beacon/AWbkq1qWPt5PkCIecdN6JQZUmduYYeXmks5vEhd_gaJpZM4YX-za.gif" height="1" width="1" alt="" /></p>
<script type="application/json" data-scope="inboxmarkup">{"api_version":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name":"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"https://github.githubassets.com/images/email/message_cards/header.png","avatar_image_url":"https://github.githubassets.com/images/email/message_cards/avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/quicwg/base-drafts"}},"updates":{"snippets":[{"icon":"DESCRIPTION","message":"Closed #1987."}],"action":{"name":"View Issue","url":"https://github.com/quicwg/base-drafts/issues/1987#event-2083669987"}}}</script>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/issues/1987#event-2083669987",
"url": "https://github.com/quicwg/base-drafts/issues/1987#event-2083669987",
"name": "View Issue"
},
"description": "View this Issue on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>
----==_mimepart_5c421fff86cc9_64b93fe9ac4d45c4721479--


From nobody Fri Jan 18 11:21:16 2019
Return-Path: <bounce+565321.40f-quic-issues=ietf.org@github.com>
X-Original-To: quic-issues@ietfa.amsl.com
Delivered-To: quic-issues@ietfa.amsl.com
Received: from localhost (localhost [127.0.0.1]) by ietfa.amsl.com (Postfix) with ESMTP id 32D96131315 for <quic-issues@ietfa.amsl.com>; Fri, 18 Jan 2019 11:21:15 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -6.452
X-Spam-Level: 
X-Spam-Status: No, score=-6.452 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIMWL_WL_HIGH=-4.553, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, HEADER_FROM_DIFFERENT_DOMAINS=0.001, RCVD_IN_DNSWL_NONE=-0.0001, SPF_PASS=-0.001, URIBL_BLOCKED=0.001] autolearn=ham autolearn_force=no
Authentication-Results: ietfa.amsl.com (amavisd-new); dkim=pass (1024-bit key) header.d=github.com
Received: from mail.ietf.org ([4.31.198.44]) by localhost (ietfa.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id DoD1717HNsVC for <quic-issues@ietfa.amsl.com>; Fri, 18 Jan 2019 11:21:12 -0800 (PST)
Received: from m69-169.mailgun.net (m69-169.mailgun.net [166.78.69.169]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id BCE37131304 for <quic-issues@ietf.org>; Fri, 18 Jan 2019 11:21:11 -0800 (PST)
DKIM-Signature: a=rsa-sha256; v=1; c=relaxed/relaxed; d=github.com; q=dns/txt;  s=mailo; t=1547839270; h=Content-Transfer-Encoding: Content-Type: Mime-Version: Subject: Message-ID: To: Reply-To: From: Date: Sender; bh=tdvHQ+AyGuzyGw2yh642sMa50g2lGXkgKSol3C3orVs=; b=ogSiGu6jM2Lo+1KFHTF2sm4W5C/9GrE2uKIKlxA9x82xLd50JiYgtlb+eMHrD4mKX4gEwUqE Ba8EJ9bthh0F+7qv23vNNIZztZ93DvW9c4+9Vj8EPiS2zuXr5DhLarTN9lUc6cH2XApHxDXg PrA45KjMVl3WO9qlS9w1ZbAdNss=
X-Mailgun-Sending-Ip: 166.78.69.169
X-Mailgun-Sid: WyJhNzYyYiIsICJxdWljLWlzc3Vlc0BpZXRmLm9yZyIsICI0MGYiXQ==
Sender: mt=lowentropy.net@github.com
Received: from github.com (Unknown [192.30.252.34]) by mxa.mailgun.org with ESMTP id 5c422726.7f21c5e82480-smtp-out-n02; Fri, 18 Jan 2019 19:21:10 -0000 (UTC)
Date: Fri, 18 Jan 2019 11:21:09 -0800
From: Martin Thomson <mt@lowentropy.net>
Reply-To: Martin Thomson <mt@lowentropy.net>
To: quic-issues@ietf.org
Message-ID: <5c422725a64c2_1bd62ac5f4492570716e@hookshot-fe-88eb02d.cp1-iad.github.net.mail>
Subject: [quicwg/base-drafts] a5ccc6: No common versions means fail
Mime-Version: 1.0
Content-Type: multipart/mixed; boundary="--==_mimepart_5c422725a5ec4_1bd62ac5f449257071588"; charset=UTF-8
Content-Transfer-Encoding: 7bit
Archived-At: <https://mailarchive.ietf.org/arch/msg/quic-issues/ga_MEcxZEiQa1odjSTZ7dmoab3M>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
Precedence: list
List-Id: Notification list for GitHub issues related to the QUIC WG <quic-issues.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=unsubscribe>
List-Archive: <https://mailarchive.ietf.org/arch/browse/quic-issues/>
List-Post: <mailto:quic-issues@ietf.org>
List-Help: <mailto:quic-issues-request@ietf.org?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, 18 Jan 2019 19:21:15 -0000

----==_mimepart_5c422725a5ec4_1bd62ac5f449257071588
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

  Branch: refs/heads/master
  Home:   https://github.com/quicwg/base-drafts
  Commit: a5ccc6252c48434e5a8da9a22633f553f50a38b4
      https://github.com/quicwg/base-drafts/commit/a5ccc6252c48434e5a8da9a22633f553f50a38b4
  Author: Martin Thomson <martin.thomson@gmail.com>
  Date:   2019-01-18 (Fri, 18 Jan 2019)

  Changed paths:
    M draft-ietf-quic-transport.md

  Log Message:
  -----------
  No common versions means fail

Closes #1917.


  Commit: 20dccad7fcc494fdc71d52b50122f713b5a645ce
      https://github.com/quicwg/base-drafts/commit/20dccad7fcc494fdc71d52b50122f713b5a645ce
  Author: Martin Thomson <mt@lowentropy.net>
  Date:   2019-01-19 (Sat, 19 Jan 2019)

  Changed paths:
    M draft-ietf-quic-transport.md

  Log Message:
  -----------
  Merge pull request #2350 from quicwg/transport/fail_uncommon

No common versions means fail


Compare: https://github.com/quicwg/base-drafts/compare/056969c88f0c...20dccad7fcc4
      **NOTE:** This service has been marked for deprecation: https://developer.github.com/changes/2018-04-25-github-services-deprecation/

      Functionality will be removed from GitHub.com on January 31st, 2019.

----==_mimepart_5c422725a5ec4_1bd62ac5f449257071588--


From nobody Fri Jan 18 11:21: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 A3853131304 for <quic-issues@ietfa.amsl.com>; Fri, 18 Jan 2019 11:21:15 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -5.935
X-Spam-Level: 
X-Spam-Status: No, score=-5.935 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIMWL_WL_HIGH=-4.553, DKIM_SIGNED=0.1, DKIM_VALID=-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_PASS=-0.001] autolearn=ham autolearn_force=no
Authentication-Results: ietfa.amsl.com (amavisd-new); dkim=pass (1024-bit key) header.d=github.com
Received: from mail.ietf.org ([4.31.198.44]) by localhost (ietfa.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id GNDHyk9S7JIB for <quic-issues@ietfa.amsl.com>; Fri, 18 Jan 2019 11:21:14 -0800 (PST)
Received: from o10.sgmail.github.com (o10.sgmail.github.com [167.89.101.201]) (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 D1357131314 for <quic-issues@ietf.org>; Fri, 18 Jan 2019 11:21:13 -0800 (PST)
DKIM-Signature: v=1; a=rsa-sha1; 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=zcdKATvnluC5W3IB3kny3uHbRcQ=; b=vlrPqSbyws28qyhK d5JFNA2ZWY2VyPTKl/KTzvjkmnxJ4+0q728iyyjoxRHmjv37dRu2bRSHRIy0P3VG tsKdzSCR2NKEDmPL9su9ShfAWZZHlRX0wzwIIbZtD7/VilpDpkHFcgwVqW0KYiSD Wxn9HRcVpTCPl848Gy7ZistZNnE=
Received: by filter1870p1mdw1.sendgrid.net with SMTP id filter1870p1mdw1-5178-5C422728-1A 2019-01-18 19:21:12.843369739 +0000 UTC m=+326571.062856793
Received: from github-lowworker-c7d2ff2.cp1-iad.github.net (unknown [192.30.252.32]) by ismtpd0038p1iad2.sendgrid.net (SG) with ESMTP id WFm2rtEFTzK7MUfXl6mV6g for <quic-issues@ietf.org>; Fri, 18 Jan 2019 19:21:12.804 +0000 (UTC)
Received: from github.com (localhost [127.0.0.1]) by github-lowworker-c7d2ff2.cp1-iad.github.net (Postfix) with ESMTP id B7B0B4C030A for <quic-issues@ietf.org>; Fri, 18 Jan 2019 11:21:12 -0800 (PST)
Date: Fri, 18 Jan 2019 19:21:12 +0000 (UTC)
From: Martin Thomson <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+0166e4aba1cc0e9f1f01f84ac96cde0621f1389bb13eeee092cf000000011859e92892a169ce17e45eb5@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/pull/2350/issue_event/2083734321@github.com>
In-Reply-To: <quicwg/base-drafts/pull/2350@github.com>
References: <quicwg/base-drafts/pull/2350@github.com>
Subject: Re: [quicwg/base-drafts] No common versions means fail (#2350)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5c422728b6650_3ba43fe7020d45c024134c"; 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-SG-EID: l64QuQ2uJCcEyUykJbxN122A6QRmEpucztpreh3Pak27VLhKF5TBdvLa3GEMJ/Za3TKDD0SCueW10z ZpcngSEpskWZgoOj8w2hj1fHHtCbjQcHC3+Ov9tP2M2rh4EGd7ONBxFbGUucKG7FrXGKBnYRZ5mp5I w1aa41wV7B/4TCFoP0yvpDHHnitSYahg+CIRqCBo6bwTS9DZ9GOVe4pYlISQF+Db3yge7UlDkZN7tJ 4=
Archived-At: <https://mailarchive.ietf.org/arch/msg/quic-issues/DuAaNSnKHAkJtN0GmR8NzaDMVfA>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
List-Id: Notification list for GitHub issues related to the QUIC WG <quic-issues.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=unsubscribe>
List-Archive: <https://mailarchive.ietf.org/arch/browse/quic-issues/>
List-Post: <mailto:quic-issues@ietf.org>
List-Help: <mailto:quic-issues-request@ietf.org?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, 18 Jan 2019 19:21:16 -0000

----==_mimepart_5c422728b6650_3ba43fe7020d45c024134c
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

Merged #2350 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/2350#event-2083734321
----==_mimepart_5c422728b6650_3ba43fe7020d45c024134c
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="400842421" data-permission-text="Issue title is private" data-url="https://github.com/quicwg/base-drafts/issues/2350" data-hovercard-type="pull_request" data-hovercard-url="/quicwg/base-drafts/pull/2350/hovercard" href="https://github.com/quicwg/base-drafts/pull/2350">#2350</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/2350#event-2083734321">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AWbkq3D9Zyum7uK2fRYGnqPP0fbGdQQjks5vEh6ogaJpZM4aIbqG">mute the thread</a>.<img src="https://github.com/notifications/beacon/AWbkq2m7aWpXoEInwTq3smjpwgDI8oaWks5vEh6ogaJpZM4aIbqG.gif" height="1" width="1" alt="" /></p>
<script type="application/json" data-scope="inboxmarkup">{"api_version":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name":"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"https://github.githubassets.com/images/email/message_cards/header.png","avatar_image_url":"https://github.githubassets.com/images/email/message_cards/avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/quicwg/base-drafts"}},"updates":{"snippets":[{"icon":"DESCRIPTION","message":"Merged #2350 into master."}],"action":{"name":"View Pull Request","url":"https://github.com/quicwg/base-drafts/pull/2350#event-2083734321"}}}</script>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/pull/2350#event-2083734321",
"url": "https://github.com/quicwg/base-drafts/pull/2350#event-2083734321",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>
----==_mimepart_5c422728b6650_3ba43fe7020d45c024134c--


From nobody Fri Jan 18 11:21:28 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 D8106131304 for <quic-issues@ietfa.amsl.com>; Fri, 18 Jan 2019 11:21:16 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -6.149
X-Spam-Level: 
X-Spam-Status: No, score=-6.149 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIMWL_WL_HIGH=-4.553, 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_PASS=-0.001] autolearn=ham autolearn_force=no
Authentication-Results: ietfa.amsl.com (amavisd-new); dkim=pass (1024-bit key) header.d=github.com
Received: from mail.ietf.org ([4.31.198.44]) by localhost (ietfa.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id CmCxuFWoh2Vp for <quic-issues@ietfa.amsl.com>; Fri, 18 Jan 2019 11:21:15 -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 2915C131300 for <quic-issues@ietf.org>; Fri, 18 Jan 2019 11:21:15 -0800 (PST)
DKIM-Signature: v=1; a=rsa-sha1; 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=XO2qRYwYHRSupfS1p31GGDssX8g=; b=X6RZ5Io+nD1yQSfN vbfskh3qAUZBMiiXPNoHuminRYVdqQQwXajIHRJuCqZ6ykKDZjn2Q9NuAzeqB512 ebU0wl4mlebWj+H1oxNDvc2EgWVqmnUWOGpGia4xkDojQwfkW340GibuMNYiT73t bn/ngrsjqjR7wSZtj9KEmY5IMcA=
Received: by filter1317p1mdw1.sendgrid.net with SMTP id filter1317p1mdw1-14120-5C42272A-3 2019-01-18 19:21:14.196446413 +0000 UTC m=+327230.590761722
Received: from github-lowworker-dc5ea3e.cp1-iad.github.net (unknown [192.30.252.45]) by ismtpd0032p1iad2.sendgrid.net (SG) with ESMTP id 0BM6Mt6oT1a0lAOVKu6YGA for <quic-issues@ietf.org>; Fri, 18 Jan 2019 19:21:14.187 +0000 (UTC)
Received: from github.com (localhost [127.0.0.1]) by github-lowworker-dc5ea3e.cp1-iad.github.net (Postfix) with ESMTP id 1FA7726008A for <quic-issues@ietf.org>; Fri, 18 Jan 2019 11:21:14 -0800 (PST)
Date: Fri, 18 Jan 2019 19:21:14 +0000 (UTC)
From: Martin Thomson <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+0166e4abc3642c5ff273afda2c4d6886ebb3b74ed69152b792cf000000011859e92a92a169ce164cac4a@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/issue/1917/issue_event/2083734326@github.com>
In-Reply-To: <quicwg/base-drafts/issues/1917@github.com>
References: <quicwg/base-drafts/issues/1917@github.com>
Subject: Re: [quicwg/base-drafts] Complete version negotiation failure (#1917)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5c42272a1d93e_58533ff1262d45b8309172"; 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-SG-EID: l64QuQ2uJCcEyUykJbxN122A6QRmEpucztpreh3Pak2t0+vQtsFPt+ldQAIL4LeIG4br5/BCdAfzXT GItc/ALT2a1EnJ+vITesIAXzfx8K1VOg0IZlCD+q628zZhg4ypgDDOyOZ9tHvyWTYh/vth34mo0TmG yzoK6fZXs7EEMaBuSmWpRj5DbMABHHM5hiEmxInqmOPQS3y3w+phMmVpN5tgBfWXHFKW9BO3Xf+YsW c=
Archived-At: <https://mailarchive.ietf.org/arch/msg/quic-issues/GNj7uyKhc5X0WdebuT3cGfGOLlA>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
List-Id: Notification list for GitHub issues related to the QUIC WG <quic-issues.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=unsubscribe>
List-Archive: <https://mailarchive.ietf.org/arch/browse/quic-issues/>
List-Post: <mailto:quic-issues@ietf.org>
List-Help: <mailto:quic-issues-request@ietf.org?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, 18 Jan 2019 19:21:17 -0000

----==_mimepart_5c42272a1d93e_58533ff1262d45b8309172
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

Closed #1917 via #2350.

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/quicwg/base-drafts/issues/1917#event-2083734326
----==_mimepart_5c42272a1d93e_58533ff1262d45b8309172
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="374123594" data-permission-text="Issue title is private" data-url="https://github.com/quicwg/base-drafts/issues/1917" data-hovercard-type="issue" data-hovercard-url="/quicwg/base-drafts/issues/1917/hovercard" href="https://github.com/quicwg/base-drafts/issues/1917">#1917</a> via <a class="issue-link js-issue-link" data-error-text="Failed to load issue title" data-id="400842421" data-permission-text="Issue title is private" data-url="https://github.com/quicwg/base-drafts/issues/2350" data-hovercard-type="pull_request" data-hovercard-url="/quicwg/base-drafts/pull/2350/hovercard" href="https://github.com/quicwg/base-drafts/pull/2350">#2350</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/1917#event-2083734326">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AWbkq7AuQ52iFoMEg7A6fS3gDYXjnNJVks5vEh6qgaJpZM4X7EkN">mute the thread</a>.<img src="https://github.com/notifications/beacon/AWbkq2b_Q3XK9bFXSBFeAyZb46hohqOBks5vEh6qgaJpZM4X7EkN.gif" height="1" width="1" alt="" /></p>
<script type="application/json" data-scope="inboxmarkup">{"api_version":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name":"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"https://github.githubassets.com/images/email/message_cards/header.png","avatar_image_url":"https://github.githubassets.com/images/email/message_cards/avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/quicwg/base-drafts"}},"updates":{"snippets":[{"icon":"DESCRIPTION","message":"Closed #1917 via #2350."}],"action":{"name":"View Issue","url":"https://github.com/quicwg/base-drafts/issues/1917#event-2083734326"}}}</script>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/issues/1917#event-2083734326",
"url": "https://github.com/quicwg/base-drafts/issues/1917#event-2083734326",
"name": "View Issue"
},
"description": "View this Issue on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>
----==_mimepart_5c42272a1d93e_58533ff1262d45b8309172--


From nobody Fri Jan 18 11:23: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 CF03F131314 for <quic-issues@ietfa.amsl.com>; Fri, 18 Jan 2019 11:23:23 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -11.007
X-Spam-Level: 
X-Spam-Status: No, score=-11.007 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIMWL_WL_HIGH=-4.553, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, HTML_IMAGE_ONLY_20=1.546, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-1, RCVD_IN_DNSWL_HI=-5, SPF_PASS=-0.001] autolearn=ham autolearn_force=no
Authentication-Results: ietfa.amsl.com (amavisd-new); dkim=pass (1024-bit key) header.d=github.com
Received: from mail.ietf.org ([4.31.198.44]) by localhost (ietfa.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id LZ-ale48DEQi for <quic-issues@ietfa.amsl.com>; Fri, 18 Jan 2019 11:23:21 -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 A4576131304 for <quic-issues@ietf.org>; Fri, 18 Jan 2019 11:23:21 -0800 (PST)
Date: Fri, 18 Jan 2019 11:23:20 -0800
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1547839400; bh=2HW5Th47Jfkk+XVewa7j5DOJARKOo40ltrDLk/z1hW4=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=Te3fcnb97JhrLAnXPuuEH974elJGLrDHsgG467WolbMqebOpxGj6R8wJKWbRiBfWR XwrFXeW/EYdLfnbjjZWiIl6TA+pA7ypIs9ujjd9Eu9hBQ5BEG9EjIeHJgqLb7rCLlO foY8r80dHwSE7tgQvsCEIfAW+39ox3aOVJ81nBwg=
From: Martin Thomson <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+0166e4ab8254ea3303ed9325effbd1c9647caac2d3b6320592cf000000011859e9a892a169ce17e45777@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/pull/2349/review/194246858@github.com>
In-Reply-To: <quicwg/base-drafts/pull/2349@github.com>
References: <quicwg/base-drafts/pull/2349@github.com>
Subject: Re: [quicwg/base-drafts] Correcting polarity of SPA language (#2349)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5c4227a85b26a_1fbc3fc96d2d45bc182875"; 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/bOfD8W0e8Fo16B8I2jN2Syim6vo>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
List-Id: Notification list for GitHub issues related to the QUIC WG <quic-issues.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=unsubscribe>
List-Archive: <https://mailarchive.ietf.org/arch/browse/quic-issues/>
List-Post: <mailto:quic-issues@ietf.org>
List-Help: <mailto:quic-issues-request@ietf.org?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, 18 Jan 2019 19:23:24 -0000

----==_mimepart_5c4227a85b26a_1fbc3fc96d2d45bc182875
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/2349#pullrequestreview-194246858
----==_mimepart_5c4227a85b26a_1fbc3fc96d2d45bc182875
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/2349#pullrequestreview-194246858">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AWbkq9vKuEfDRoJRTG30BgC_ebJTX_ICks5vEh8ogaJpZM4aIbHp">mute the thread</a>.<img src="https://github.com/notifications/beacon/AWbkqwXObmsaIsqzr6GAzgnM9kxJrLfsks5vEh8ogaJpZM4aIbHp.gif" height="1" width="1" alt="" /></p>
<script type="application/json" data-scope="inboxmarkup">{"api_version":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name":"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"https://github.githubassets.com/images/email/message_cards/header.png","avatar_image_url":"https://github.githubassets.com/images/email/message_cards/avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/quicwg/base-drafts"}},"updates":{"snippets":[{"icon":"PERSON","message":"@martinthomson approved #2349"}],"action":{"name":"View Pull Request","url":"https://github.com/quicwg/base-drafts/pull/2349#pullrequestreview-194246858"}}}</script>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/pull/2349#pullrequestreview-194246858",
"url": "https://github.com/quicwg/base-drafts/pull/2349#pullrequestreview-194246858",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>
----==_mimepart_5c4227a85b26a_1fbc3fc96d2d45bc182875--


From nobody Fri Jan 18 11: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 ECDC213133B for <quic-issues@ietfa.amsl.com>; Fri, 18 Jan 2019 11:31:58 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -11.149
X-Spam-Level: 
X-Spam-Status: No, score=-11.149 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIMWL_WL_HIGH=-4.553, 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_PASS=-0.001] autolearn=ham autolearn_force=no
Authentication-Results: ietfa.amsl.com (amavisd-new); dkim=pass (1024-bit key) header.d=github.com
Received: from mail.ietf.org ([4.31.198.44]) by localhost (ietfa.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id xLkE5akX1wDf for <quic-issues@ietfa.amsl.com>; Fri, 18 Jan 2019 11:31:57 -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 D0E3713133C for <quic-issues@ietf.org>; Fri, 18 Jan 2019 11:31:56 -0800 (PST)
Date: Fri, 18 Jan 2019 11:31:55 -0800
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1547839915; bh=V+brAvERnCPcz5n33Egb4VkDHQyKP6NzvwbslqXihyc=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=S9bgVORKU7QAzThOC0XpaUFKI1cfYPqizOgXuMA1uRCG5SvGPaeNLDVMwgiYS92Gq D5xZnMBX1DDcYUxQRdNeSSJX8wQQn8EWXTmlsARUl05Z4FKy3ueGBkEGvariAqco41 HWeAkpeO922nAqeNlfrbcXuWc1LdOo8BbfVLPerc=
From: David Schinazi <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+0166e4ab97db5d22ae7da6c39f5fd286319bf48100e257e492cf000000011859ebab92a169ce179bec73@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/pull/2296/review/194250149@github.com>
In-Reply-To: <quicwg/base-drafts/pull/2296@github.com>
References: <quicwg/base-drafts/pull/2296@github.com>
Subject: Re: [quicwg/base-drafts] Allow servers to send a preferred address of each address family (#2296)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5c4229aba76c1_47213fdcb84d45c0208d2"; 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/KqOlxQ2mr6NzOZjcmq-J8DIzflo>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
List-Id: Notification list for GitHub issues related to the QUIC WG <quic-issues.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=unsubscribe>
List-Archive: <https://mailarchive.ietf.org/arch/browse/quic-issues/>
List-Post: <mailto:quic-issues@ietf.org>
List-Help: <mailto:quic-issues-request@ietf.org?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, 18 Jan 2019 19:31:59 -0000

----==_mimepart_5c4229aba76c1_47213fdcb84d45c0208d2
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

DavidSchinazi commented on this pull request.



> @@ -2169,6 +2173,9 @@ receiving a probe packet from a different address.  Servers MUST NOT send more
 than a minimum congestion window's worth of non-probing packets to the new
 address before path validation is complete.
 
+When a client wishes to migrate to a new local address that is of a different
+address family from the currently used server address, the client can attempt

I think the DNS lookup issue is orthogonal to this PR. @martinthomson can you file a new issue to discuss 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/2296#discussion_r249160827
----==_mimepart_5c4229aba76c1_47213fdcb84d45c0208d2
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/2296#discussion_r249160827">draft-ietf-quic-transport.md</a>:</p>
<pre style='color:#555'>&gt; @@ -2169,6 +2173,9 @@ receiving a probe packet from a different address.  Servers MUST NOT send more
 than a minimum congestion window&#39;s worth of non-probing packets to the new
 address before path validation is complete.
 
+When a client wishes to migrate to a new local address that is of a different
+address family from the currently used server address, the client can attempt
</pre>
<p>I think the DNS lookup issue is orthogonal to this PR. <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> can you file a new issue to discuss 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/2296#discussion_r249160827">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AWbkqxWAKMCJtP8pdiK7ZccDq2w6C0oKks5vEiErgaJpZM4ZuHR_">mute the thread</a>.<img src="https://github.com/notifications/beacon/AWbkq1f149LinwNi9-yUZaat-A8bzUVIks5vEiErgaJpZM4ZuHR_.gif" height="1" width="1" alt="" /></p>
<script type="application/json" data-scope="inboxmarkup">{"api_version":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name":"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"https://github.githubassets.com/images/email/message_cards/header.png","avatar_image_url":"https://github.githubassets.com/images/email/message_cards/avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/quicwg/base-drafts"}},"updates":{"snippets":[{"icon":"PERSON","message":"@DavidSchinazi commented on #2296"}],"action":{"name":"View Pull Request","url":"https://github.com/quicwg/base-drafts/pull/2296#discussion_r249160827"}}}</script>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/pull/2296#discussion_r249160827",
"url": "https://github.com/quicwg/base-drafts/pull/2296#discussion_r249160827",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>
----==_mimepart_5c4229aba76c1_47213fdcb84d45c0208d2--


From nobody Fri Jan 18 11:32: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 1E746131335 for <quic-issues@ietfa.amsl.com>; Fri, 18 Jan 2019 11:32:29 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -10.935
X-Spam-Level: 
X-Spam-Status: No, score=-10.935 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIMWL_WL_HIGH=-4.553, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, HTML_IMAGE_ONLY_24=1.618, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-1, RCVD_IN_DNSWL_HI=-5, SPF_PASS=-0.001] autolearn=ham autolearn_force=no
Authentication-Results: ietfa.amsl.com (amavisd-new); dkim=pass (1024-bit key) header.d=github.com
Received: from mail.ietf.org ([4.31.198.44]) by localhost (ietfa.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id Xxgu90urDfm0 for <quic-issues@ietfa.amsl.com>; Fri, 18 Jan 2019 11:32: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 3F90213133B for <quic-issues@ietf.org>; Fri, 18 Jan 2019 11:32:27 -0800 (PST)
Date: Fri, 18 Jan 2019 11:32:26 -0800
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1547839946; bh=lDQzNM1SKyG/r1XTbAbOHqhLAdVREbihjyHVSvA9Vek=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=oTBOo1ryUgEVLk3Vhdt3/SAbKDqpolxzL/pd9NcMs3calHdA3CPalcqRQ3j5n/7Yv 30TKbJXzj3aVlpPmq+5GGVaxfXVmxFiEsZ6tPWHPAuQT8kknwMvVwcmjGCQHEAEkxP 6FvM7H+gbCjXOO0uIlbZhkcZrJNUd5MGIihWuGw4=
From: David Schinazi <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+0166e4abbfc7be175322126c68ccbc0cbfa19a24d3c4071792cf000000011859ebca92a169ce179bec73@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/pull/2296/c455661877@github.com>
In-Reply-To: <quicwg/base-drafts/pull/2296@github.com>
References: <quicwg/base-drafts/pull/2296@github.com>
Subject: Re: [quicwg/base-drafts] Allow servers to send a preferred address of each address family (#2296)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5c4229ca427a8_56093fa2756d45b4269370"; 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/gb7T0o24JXIkqkP0wtyaWhiEIcg>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
List-Id: Notification list for GitHub issues related to the QUIC WG <quic-issues.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=unsubscribe>
List-Archive: <https://mailarchive.ietf.org/arch/browse/quic-issues/>
List-Post: <mailto:quic-issues@ietf.org>
List-Help: <mailto:quic-issues-request@ietf.org?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, 18 Jan 2019 19:32:29 -0000

----==_mimepart_5c4229ca427a8_56093fa2756d45b4269370
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

@martinthomson is there anything left for me to do so this can get merged 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/2296#issuecomment-455661877
----==_mimepart_5c4229ca427a8_56093fa2756d45b4269370
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> is there anything left for me to do so this can get merged 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/2296#issuecomment-455661877">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AWbkq6MSwxsIW1I7b9A6FOUnbp_vCJUeks5vEiFKgaJpZM4ZuHR_">mute the thread</a>.<img src="https://github.com/notifications/beacon/AWbkq0cFP1zya8oimR53wiolrSjOHAovks5vEiFKgaJpZM4ZuHR_.gif" height="1" width="1" alt="" /></p>
<script type="application/json" data-scope="inboxmarkup">{"api_version":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name":"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"https://github.githubassets.com/images/email/message_cards/header.png","avatar_image_url":"https://github.githubassets.com/images/email/message_cards/avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/quicwg/base-drafts"}},"updates":{"snippets":[{"icon":"PERSON","message":"@DavidSchinazi in #2296: @martinthomson is there anything left for me to do so this can get merged in?"}],"action":{"name":"View Pull Request","url":"https://github.com/quicwg/base-drafts/pull/2296#issuecomment-455661877"}}}</script>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/pull/2296#issuecomment-455661877",
"url": "https://github.com/quicwg/base-drafts/pull/2296#issuecomment-455661877",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>
----==_mimepart_5c4229ca427a8_56093fa2756d45b4269370--


From nobody Fri Jan 18 11:37: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 93FFA131350 for <quic-issues@ietfa.amsl.com>; Fri, 18 Jan 2019 11:37:08 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -11.148
X-Spam-Level: 
X-Spam-Status: No, score=-11.148 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIMWL_WL_HIGH=-4.553, 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_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 n_XfXtgvVDzs for <quic-issues@ietfa.amsl.com>; Fri, 18 Jan 2019 11:37:05 -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 27D1C13134B for <quic-issues@ietf.org>; Fri, 18 Jan 2019 11:37:05 -0800 (PST)
Date: Fri, 18 Jan 2019 11:37:04 -0800
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1547840224; bh=6Cvk3/i62mIWiY8LZsX+hG5p5CCoFnOZa0VYhUi8yns=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=ysLTt5gmIBuv3xXCh/f3EMZFiudPiEBwGtzwMMITRK/MEaMLUkLo4bnf9eYx07TOc HoYhwRdCgUj2LV+sVBzSwHsjf7hRi1UnmYxioLflVJJzbpv5VYcHUe4r735lnhNvFp dFrN2iKgkMIDX1Bi3iKRNLSDhbFb5//0VifpwGvA=
From: Brian E Carpenter <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+0166e4ab4bf69ae5b0b86c7e2b7a5d79454c0f6ed344f88c92cf000000011859ece092a169ce17e0dd5b@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/issues/2348/455663270@github.com>
In-Reply-To: <quicwg/base-drafts/issues/2348@github.com>
References: <quicwg/base-drafts/issues/2348@github.com>
Subject: Re: [quicwg/base-drafts] Specify IPv6 flow label for QUIC (#2348)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5c422ae05a5e8_16923fbc86cd45c469250"; charset=UTF-8
Content-Transfer-Encoding: 7bit
Precedence: list
X-GitHub-Sender: becarpenter
X-GitHub-Recipient: quic-issues
X-GitHub-Reason: subscribed
X-Auto-Response-Suppress: All
X-GitHub-Recipient-Address: quic-issues@ietf.org
Archived-At: <https://mailarchive.ietf.org/arch/msg/quic-issues/21Ww1w7NthZA4UslWM3JFQqrVd8>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
List-Id: Notification list for GitHub issues related to the QUIC WG <quic-issues.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=unsubscribe>
List-Archive: <https://mailarchive.ietf.org/arch/browse/quic-issues/>
List-Post: <mailto:quic-issues@ietf.org>
List-Help: <mailto:quic-issues-request@ietf.org?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, 18 Jan 2019 19:37:09 -0000

----==_mimepart_5c422ae05a5e8_16923fbc86cd45c469250
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

What you say is correct for in-transit ECMP, if a DCID switch triggers a change of flow label and therefore a possible path change. It's a bit worse if a server load balancer uses the flow label too as per [RFC 7098](http://tools.ietf.org/html/rfc7098); persistence will be hampered, but that will presumably be a challenge 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/issues/2348#issuecomment-455663270
----==_mimepart_5c422ae05a5e8_16923fbc86cd45c469250
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: quoted-printable

<p>What you say is correct for in-transit ECMP, if a DCID switch triggers=
 a change of flow label and therefore a possible path change. It's a bit =
worse if a server load balancer uses the flow label too as per <a href=3D=
"http://tools.ietf.org/html/rfc7098" rel=3D"nofollow">RFC 7098</a>; persi=
stence will be hampered, but that will presumably be a challenge anyway.<=
/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/2348#issuecomment-455663270">view it on GitHub</a>,=
 or <a href=3D"https://github.com/notifications/unsubscribe-auth/AWbkq5I1=
2GyVuU3w3old8EAc4WYFJq2Wks5vEiJggaJpZM4aHaIS">mute the thread</a>.<img sr=
c=3D"https://github.com/notifications/beacon/AWbkq_jDH0qA2Ihs9Hh3zzTsV8Fv=
34Psks5vEiJggaJpZM4aHaIS.gif" height=3D"1" width=3D"1" alt=3D"" /></p>
<script type=3D"application/json" data-scope=3D"inboxmarkup">{"api_versio=
n":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name"=
:"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"=
quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"http=
s://github.githubassets.com/images/email/message_cards/header.png","avata=
r_image_url":"https://github.githubassets.com/images/email/message_cards/=
avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/q=
uicwg/base-drafts"}},"updates":{"snippets":[{"icon":"PERSON","message":"@=
becarpenter in #2348: What you say is correct for in-transit ECMP, if a D=
CID switch triggers a change of flow label and therefore a possible path =
change. It's a bit worse if a server load balancer uses the flow label to=
o as per [RFC 7098](http://tools.ietf.org/html/rfc7098); persistence will=
 be hampered, but that will presumably be a challenge anyway."}],"action"=
:{"name":"View Issue","url":"https://github.com/quicwg/base-drafts/issues=
/2348#issuecomment-455663270"}}}</script>
<script type=3D"application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/issues/2348#issuecomment=
-455663270",
"url": "https://github.com/quicwg/base-drafts/issues/2348#issuecomment-45=
5663270",
"name": "View Issue"
},
"description": "View this Issue on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>=

----==_mimepart_5c422ae05a5e8_16923fbc86cd45c469250--


From nobody Fri Jan 18 11:37: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 4791B131350 for <quic-issues@ietfa.amsl.com>; Fri, 18 Jan 2019 11:37:37 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -10.935
X-Spam-Level: 
X-Spam-Status: No, score=-10.935 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIMWL_WL_HIGH=-4.553, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, HTML_IMAGE_ONLY_24=1.618, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-1, RCVD_IN_DNSWL_HI=-5, SPF_PASS=-0.001] autolearn=ham autolearn_force=no
Authentication-Results: ietfa.amsl.com (amavisd-new); dkim=pass (1024-bit key) header.d=github.com
Received: from mail.ietf.org ([4.31.198.44]) by localhost (ietfa.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id ZanbusO9JKxH for <quic-issues@ietfa.amsl.com>; Fri, 18 Jan 2019 11:37: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 89ECB13134B for <quic-issues@ietf.org>; Fri, 18 Jan 2019 11:37:35 -0800 (PST)
Date: Fri, 18 Jan 2019 11:37:34 -0800
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1547840254; bh=kaLqcdk1olmChSAGlfBmH78lYbw346wcckNheOfdM0g=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=sKJbjBOEVswv1JA3wdbhDnErCs8iWtG7CmRCVon0JswT8SRdPZ+9oy1ApisvUvgm6 dItnsn4BdYy/riDblUNhY7BRxwiJuQG2GUY9Br2UcqSlIj8zov3A4hIUYwUnZyjpJ5 sAvEYP9n26HoTtGYOOXdvO/gBMAwA1ZgW2pPP0eM=
From: MikkelFJ <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+0166e4ab828b258f08111544a8c947e93f56db452ac1445092cf000000011859ecfe92a169ce17e45eb5@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/pull/2350/c455663404@github.com>
In-Reply-To: <quicwg/base-drafts/pull/2350@github.com>
References: <quicwg/base-drafts/pull/2350@github.com>
Subject: Re: [quicwg/base-drafts] No common versions means fail (#2350)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5c422afea3973_2a983ff7758d45bc6011a"; 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/-F1PQOdJewqhiLzoSYiQVkr_onk>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
List-Id: Notification list for GitHub issues related to the QUIC WG <quic-issues.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=unsubscribe>
List-Archive: <https://mailarchive.ietf.org/arch/browse/quic-issues/>
List-Post: <mailto:quic-issues@ietf.org>
List-Help: <mailto:quic-issues-request@ietf.org?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, 18 Jan 2019 19:37:37 -0000

----==_mimepart_5c422afea3973_2a983ff7758d45bc6011a
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

I suggest adding

"A client MAY choose to wait a while to see if a supported Version Negotiation packet arrives before failing the connection. This protects against injection attacks."

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/quicwg/base-drafts/pull/2350#issuecomment-455663404
----==_mimepart_5c422afea3973_2a983ff7758d45bc6011a
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

<p>I suggest adding</p>
<p>"A client MAY choose to wait a while to see if a supported Version Negotiation packet arrives before failing the connection. This protects against injection attacks."</p>

<p style="font-size:small;-webkit-text-size-adjust:none;color:#666;">&mdash;<br />You are receiving this because you are subscribed to this thread.<br />Reply to this email directly, <a href="https://github.com/quicwg/base-drafts/pull/2350#issuecomment-455663404">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AWbkq1CQOYX9evvrNFgm1mnrPDzKdt9Dks5vEiJ-gaJpZM4aIbqG">mute the thread</a>.<img src="https://github.com/notifications/beacon/AWbkq6C67lsfqyBhutUC0g_xKV4HE9Zaks5vEiJ-gaJpZM4aIbqG.gif" height="1" width="1" alt="" /></p>
<script type="application/json" data-scope="inboxmarkup">{"api_version":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name":"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"https://github.githubassets.com/images/email/message_cards/header.png","avatar_image_url":"https://github.githubassets.com/images/email/message_cards/avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/quicwg/base-drafts"}},"updates":{"snippets":[{"icon":"PERSON","message":"@mikkelfj in #2350: I suggest adding\r\n\r\n\"A client MAY choose to wait a while to see if a supported Version Negotiation packet arrives before failing the connection. This protects against injection attacks.\""}],"action":{"name":"View Pull Request","url":"https://github.com/quicwg/base-drafts/pull/2350#issuecomment-455663404"}}}</script>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/pull/2350#issuecomment-455663404",
"url": "https://github.com/quicwg/base-drafts/pull/2350#issuecomment-455663404",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>
----==_mimepart_5c422afea3973_2a983ff7758d45bc6011a--


From nobody Fri Jan 18 13:28: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 A80BB131417 for <quic-issues@ietfa.amsl.com>; Fri, 18 Jan 2019 13:28:47 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -10.935
X-Spam-Level: 
X-Spam-Status: No, score=-10.935 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIMWL_WL_HIGH=-4.553, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, HTML_IMAGE_ONLY_24=1.618, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-1, RCVD_IN_DNSWL_HI=-5, SPF_PASS=-0.001] autolearn=ham autolearn_force=no
Authentication-Results: ietfa.amsl.com (amavisd-new); dkim=pass (1024-bit key) header.d=github.com
Received: from mail.ietf.org ([4.31.198.44]) by localhost (ietfa.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id ipuJqlWN1O8V for <quic-issues@ietfa.amsl.com>; Fri, 18 Jan 2019 13:28:46 -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 059EF131411 for <quic-issues@ietf.org>; Fri, 18 Jan 2019 13:28:46 -0800 (PST)
Date: Fri, 18 Jan 2019 13:28:44 -0800
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1547846924; bh=8zMsdY2HwEIqcqerY1BSGyd2GnOK+4TD0ogEPki+yYM=; h=Date:From:Reply-To:To:Cc:Subject:List-ID:List-Archive:List-Post: List-Unsubscribe:From; b=QHFzLwVv4DYH3GVSoyQ3xs52WoC80h/bZG6YshnLta3Vqzi1/5M7YZFJu9sBOA2C9 FegmhqPTdBzzzLflyNglFVK9z3F8uj4Uqay1rawWmj63WybJbCJoYYU8M0DgLaUC4b NQxIuTJRzfZ0sYhnD9xzeeq+zLHDkDTHPc/fDs04=
From: Mike Bishop <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+0166e4ab993e461002fefa3395bd6c5fd94904aed8c8d30992cf00000001185a070c92a169ce17e52e1b@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/issues/2351@github.com>
Subject: [quicwg/base-drafts] Indicate which frames go on which stream types (#2351)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5c42450cb1f1b_33773f8bc90d45b4747f5"; 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/kre1icHeKQS6n_OcJQ1aqnseoIg>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
List-Id: Notification list for GitHub issues related to the QUIC WG <quic-issues.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=unsubscribe>
List-Archive: <https://mailarchive.ietf.org/arch/browse/quic-issues/>
List-Post: <mailto:quic-issues@ietf.org>
List-Help: <mailto:quic-issues-request@ietf.org?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, 18 Jan 2019 21:28:48 -0000

----==_mimepart_5c42450cb1f1b_33773f8bc90d45b4747f5
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

While each frame's description indicates the stream type(s) on which it is allowed, there isn't one unified place to indicate which frames are expected on which streams.  QPACK subdivides the instruction space per stream, which has the nice property that you _can't_ put something on the wrong stream.  While that's overkill for H3 (too dramatic a departure from H2, multiple IANA registries, etc.), having a table to indicate which frames are permitted on which streams would be helpful.

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/quicwg/base-drafts/issues/2351
----==_mimepart_5c42450cb1f1b_33773f8bc90d45b4747f5
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

<p>While each frame's description indicates the stream type(s) on which it is allowed, there isn't one unified place to indicate which frames are expected on which streams.  QPACK subdivides the instruction space per stream, which has the nice property that you <em>can't</em> put something on the wrong stream.  While that's overkill for H3 (too dramatic a departure from H2, multiple IANA registries, etc.), having a table to indicate which frames are permitted on which streams would be helpful.</p>

<p style="font-size:small;-webkit-text-size-adjust:none;color:#666;">&mdash;<br />You are receiving this because you are subscribed to this thread.<br />Reply to this email directly, <a href="https://github.com/quicwg/base-drafts/issues/2351">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AWbkq9HvunA-eORORRmYWuCIrPUSiQQbks5vEjyMgaJpZM4aIqtO">mute the thread</a>.<img src="https://github.com/notifications/beacon/AWbkq_63xKWPVCHUkw3zyOzcl4zhxXJtks5vEjyMgaJpZM4aIqtO.gif" height="1" width="1" alt="" /></p>
<script type="application/json" data-scope="inboxmarkup">{"api_version":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name":"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"https://github.githubassets.com/images/email/message_cards/header.png","avatar_image_url":"https://github.githubassets.com/images/email/message_cards/avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/quicwg/base-drafts"}},"updates":{"snippets":[{"icon":"DESCRIPTION","message":"Indicate which frames go on which stream types (#2351)"}],"action":{"name":"View Issue","url":"https://github.com/quicwg/base-drafts/issues/2351"}}}</script>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/issues/2351",
"url": "https://github.com/quicwg/base-drafts/issues/2351",
"name": "View Issue"
},
"description": "View this Issue on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>
----==_mimepart_5c42450cb1f1b_33773f8bc90d45b4747f5--


From nobody Fri Jan 18 13:32: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 80B2F131427 for <quic-issues@ietfa.amsl.com>; Fri, 18 Jan 2019 13:32:27 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -11.007
X-Spam-Level: 
X-Spam-Status: No, score=-11.007 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIMWL_WL_HIGH=-4.553, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, HTML_IMAGE_ONLY_20=1.546, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-1, RCVD_IN_DNSWL_HI=-5, SPF_PASS=-0.001] autolearn=ham autolearn_force=no
Authentication-Results: ietfa.amsl.com (amavisd-new); dkim=pass (1024-bit key) header.d=github.com
Received: from mail.ietf.org ([4.31.198.44]) by localhost (ietfa.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id AdBdWIM2fYDt for <quic-issues@ietfa.amsl.com>; Fri, 18 Jan 2019 13:32: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 E14B8131425 for <quic-issues@ietf.org>; Fri, 18 Jan 2019 13:32:21 -0800 (PST)
Date: Fri, 18 Jan 2019 13:32:21 -0800
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1547847141; bh=ZPcAP1NOOiOcYpVq9vqzEYaWVoNgXFUqpYeQ4fk9PM8=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=pecSaL8shs0+OEN0bH6XfSqkVLqC5hb7K1mAH9MhqrefJ2gqc1ybzYg/Vtj4NVPCf 2/iGXStEX7tBcOitXjx23KK5uKuCBx43jsiq7ezM8dC5qu0RQ59IPNOOaLFdH1LqS5 sbWkOSkj7095X+pZQ+NHRbn/EYTcwxdt8O8TRh1A=
From: Lucas Pardue <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+0166e4ab884cd0c2c0e10d551e61a9334519388a390cb3d492cf00000001185a07e592a169ce17e52e1b@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/issues/2351/455694158@github.com>
In-Reply-To: <quicwg/base-drafts/issues/2351@github.com>
References: <quicwg/base-drafts/issues/2351@github.com>
Subject: Re: [quicwg/base-drafts] Indicate which frames go on which stream types (#2351)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5c4245e59e49_18603fe0e04d45bc2181ae"; 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/kf1rNkIdUTMZZnNu_j898N_iriY>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
List-Id: Notification list for GitHub issues related to the QUIC WG <quic-issues.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=unsubscribe>
List-Archive: <https://mailarchive.ietf.org/arch/browse/quic-issues/>
List-Post: <mailto:quic-issues@ietf.org>
List-Help: <mailto:quic-issues-request@ietf.org?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, 18 Jan 2019 21:32:28 -0000

----==_mimepart_5c4245e59e49_18603fe0e04d45bc2181ae
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

I like the table idea for both. Want 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/2351#issuecomment-455694158
----==_mimepart_5c4245e59e49_18603fe0e04d45bc2181ae
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

<p>I like the table idea for both. Want 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/2351#issuecomment-455694158">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AWbkqyjwXrS8_wSQY3_JBrtZWS_MoDwgks5vEj1lgaJpZM4aIqtO">mute the thread</a>.<img src="https://github.com/notifications/beacon/AWbkqzam7Bmu_2M3DcJ-pdClTozs8Hvvks5vEj1lgaJpZM4aIqtO.gif" height="1" width="1" alt="" /></p>
<script type="application/json" data-scope="inboxmarkup">{"api_version":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name":"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"https://github.githubassets.com/images/email/message_cards/header.png","avatar_image_url":"https://github.githubassets.com/images/email/message_cards/avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/quicwg/base-drafts"}},"updates":{"snippets":[{"icon":"PERSON","message":"@LPardue in #2351: I like the table idea for both. Want a PR?"}],"action":{"name":"View Issue","url":"https://github.com/quicwg/base-drafts/issues/2351#issuecomment-455694158"}}}</script>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/issues/2351#issuecomment-455694158",
"url": "https://github.com/quicwg/base-drafts/issues/2351#issuecomment-455694158",
"name": "View Issue"
},
"description": "View this Issue on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>
----==_mimepart_5c4245e59e49_18603fe0e04d45bc2181ae--


From nobody Fri Jan 18 13: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 894B5131424 for <quic-issues@ietfa.amsl.com>; Fri, 18 Jan 2019 13:35:57 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -11.007
X-Spam-Level: 
X-Spam-Status: No, score=-11.007 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIMWL_WL_HIGH=-4.553, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, HTML_IMAGE_ONLY_20=1.546, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-1, RCVD_IN_DNSWL_HI=-5, SPF_PASS=-0.001] autolearn=ham autolearn_force=no
Authentication-Results: ietfa.amsl.com (amavisd-new); dkim=pass (1024-bit key) header.d=github.com
Received: from mail.ietf.org ([4.31.198.44]) by localhost (ietfa.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id ah6rxY3tJS5e for <quic-issues@ietfa.amsl.com>; Fri, 18 Jan 2019 13:35:55 -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 84B0C130EDA for <quic-issues@ietf.org>; Fri, 18 Jan 2019 13:35:55 -0800 (PST)
Date: Fri, 18 Jan 2019 13:35:54 -0800
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1547847354; bh=9I0UGT3YBJBbjMwZX2Pxp9N5bY+8eW9dddJb4+Dg2PM=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=zKwoEHdBV/AobSalJes9R0/bF1JjdUhzEQnwti+/U1AJCvPPMiiJv7VpAM5wpMZiw vLBWFtR6xMXoZnb4rw6taZ+/giGAQSwiJ30SCqD0SrJSwaUb/whyFI0hsQavG3t5mA PLPEvc5j6qmnMpMhKnAqofyeJkTFmCQ2sj7WKj9Y=
From: Mike Bishop <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+0166e4ab7149ad115eeb7b57c91e1ee92412e4108f57f01192cf00000001185a08ba92a169ce17e52e1b@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/issues/2351/455695209@github.com>
In-Reply-To: <quicwg/base-drafts/issues/2351@github.com>
References: <quicwg/base-drafts/issues/2351@github.com>
Subject: Re: [quicwg/base-drafts] Indicate which frames go on which stream types (#2351)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5c4246ba91fd8_7acd3ff442cd45bc10826e"; 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/50TMYuoCCCT0flHD-gy6arU6m-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: Fri, 18 Jan 2019 21:35:57 -0000

----==_mimepart_5c4246ba91fd8_7acd3ff442cd45bc10826e
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: quoted-printable

Text always welcome.  =F0=9F=99=82=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/2351#issuecomment-455695209=

----==_mimepart_5c4246ba91fd8_7acd3ff442cd45bc10826e
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: quoted-printable

<p>Text always welcome.  <g-emoji class=3D"g-emoji" alias=3D"slightly_smi=
ling_face" fallback-src=3D"https://github.githubassets.com/images/icons/e=
moji/unicode/1f642.png">=F0=9F=99=82</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/2351#issuecomment-455695209">view it on GitHub</a>,=
 or <a href=3D"https://github.com/notifications/unsubscribe-auth/AWbkq2e9=
mmavitlquN6kxd4orimxMdf_ks5vEj46gaJpZM4aIqtO">mute the thread</a>.<img sr=
c=3D"https://github.com/notifications/beacon/AWbkqzp0PvzqjNBx7_S_k3Pvg50e=
p1qNks5vEj46gaJpZM4aIqtO.gif" height=3D"1" width=3D"1" alt=3D"" /></p>=0D=

<script type=3D"application/json" data-scope=3D"inboxmarkup">{"api_versio=
n":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name"=
:"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"=
quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"http=
s://github.githubassets.com/images/email/message_cards/header.png","avata=
r_image_url":"https://github.githubassets.com/images/email/message_cards/=
avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/q=
uicwg/base-drafts"}},"updates":{"snippets":[{"icon":"PERSON","message":"@=
MikeBishop in #2351: Text always welcome.  =F0=9F=99=82"}],"action":{"nam=
e":"View Issue","url":"https://github.com/quicwg/base-drafts/issues/2351#=
issuecomment-455695209"}}}</script>=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/2351#issuecomment=
-455695209",=0D
"url": "https://github.com/quicwg/base-drafts/issues/2351#issuecomment-45=
5695209",=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_5c4246ba91fd8_7acd3ff442cd45bc10826e--


From nobody Fri Jan 18 15: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 72211130F35 for <quic-issues@ietfa.amsl.com>; Fri, 18 Jan 2019 15:50:07 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -12.553
X-Spam-Level: 
X-Spam-Status: No, score=-12.553 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIMWL_WL_HIGH=-4.553, 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_PASS=-0.001] autolearn=ham autolearn_force=no
Authentication-Results: ietfa.amsl.com (amavisd-new); dkim=pass (1024-bit key) header.d=github.com
Received: from mail.ietf.org ([4.31.198.44]) by localhost (ietfa.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id qyC_nhfXHQl0 for <quic-issues@ietfa.amsl.com>; Fri, 18 Jan 2019 15:50:05 -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 1A817130F17 for <quic-issues@ietf.org>; Fri, 18 Jan 2019 15:50:05 -0800 (PST)
Date: Fri, 18 Jan 2019 15:50:03 -0800
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1547855403; bh=mE/YRKsYYD+5HG/p5rv9shkB/iUYbXaXf1Ez2NrYnH4=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=hYSEYlwEvkWzBiHyTKfdfEhniFAJ2AehwQFdXuq/EK+FO7DBF66fHqSwbHLidh18g +u8YRyngTB4L/eAFHWZg6j7tdsTIDLtbv4lCv0IhFqeASvTR/XfJs44blA3HpfdN5D r+FkG/R75GMdsnNDAi94dIqp4xEEl1Ugcg3JwbGA=
From: David Schinazi <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+0166e4abc979f37e44b40709d867a89f2ce1baf4e0e61aaf92cf00000001185a282b92a169ce1784eaec@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/issues/2267/455723789@github.com>
In-Reply-To: <quicwg/base-drafts/issues/2267@github.com>
References: <quicwg/base-drafts/issues/2267@github.com>
Subject: Re: [quicwg/base-drafts] loss of only two packets can lead to an unrecoverable situation (#2267)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5c42662bd89a0_3b83fca172d45bc454d1"; 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/W1N7Gwxr9GxvBtLk3Csoqnn_6gU>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
List-Id: Notification list for GitHub issues related to the QUIC WG <quic-issues.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=unsubscribe>
List-Archive: <https://mailarchive.ietf.org/arch/browse/quic-issues/>
List-Post: <mailto:quic-issues@ietf.org>
List-Help: <mailto:quic-issues-request@ietf.org?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, 18 Jan 2019 23:50:08 -0000

----==_mimepart_5c42662bd89a0_3b83fca172d45bc454d1
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

Having thought about this some more, I think that the HANDSHAKE_DONE proposal might be our best way forward.

Knowing when to stop sending ClientFinished/Ack is a variant of the two generals problem, meaning it's actually impossible to know when to stop sending over a lossy network without out-of-band information.

There are two ways to solve this. One is timeouts, similar to what TCP does on graceful connection close. However timeouts aren't great, because they're by definition always too short or too long. In this case, we can do better by using an explicit event that would trigger key discarding. We even have a suitable stream of out-of-band information: our 1-RTT protected packets.

One could consider having the client treat the receipt of any valid 1-RTT packet as confirmation that the ClientFinished was received, but that doesn't work because the server is allowed to send non-sensitive application data before validating the ClientFinished.

Having the server send a retransmittable HANDSHAKE_DONE frame as soon as it receives ClientFinished solves this issue. The server discards its handshake keys when it sends HANDSHAKE_DONE and the client discards them when it receives it.

I personally find this preferable to a short timeout (which can cause an infinite send) and a long timeout (which costs resources).

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/quicwg/base-drafts/issues/2267#issuecomment-455723789
----==_mimepart_5c42662bd89a0_3b83fca172d45bc454d1
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: quoted-printable

<p>Having thought about this some more, I think that the HANDSHAKE_DONE p=
roposal might be our best way forward.</p>
<p>Knowing when to stop sending ClientFinished/Ack is a variant of the tw=
o generals problem, meaning it's actually impossible to know when to stop=
 sending over a lossy network without out-of-band information.</p>
<p>There are two ways to solve this. One is timeouts, similar to what TCP=
 does on graceful connection close. However timeouts aren't great, becaus=
e they're by definition always too short or too long. In this case, we ca=
n do better by using an explicit event that would trigger key discarding.=
 We even have a suitable stream of out-of-band information: our 1-RTT pro=
tected packets.</p>
<p>One could consider having the client treat the receipt of any valid 1-=
RTT packet as confirmation that the ClientFinished was received, but that=
 doesn't work because the server is allowed to send non-sensitive applica=
tion data before validating the ClientFinished.</p>
<p>Having the server send a retransmittable HANDSHAKE_DONE frame as soon =
as it receives ClientFinished solves this issue. The server discards its =
handshake keys when it sends HANDSHAKE_DONE and the client discards them =
when it receives it.</p>
<p>I personally find this preferable to a short timeout (which can cause =
an infinite send) and a long timeout (which costs resources).</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/2267#issuecomment-455723789">view it on GitHub</a>,=
 or <a href=3D"https://github.com/notifications/unsubscribe-auth/AWbkq6D8=
WoHzG9H5Kvji_qOhZeHxwti5ks5vEl2rgaJpZM4ZjodA">mute the thread</a>.<img sr=
c=3D"https://github.com/notifications/beacon/AWbkqyasNhBm_BpGXhZEj3jUWl6U=
AXd0ks5vEl2rgaJpZM4ZjodA.gif" height=3D"1" width=3D"1" alt=3D"" /></p>
<script type=3D"application/json" data-scope=3D"inboxmarkup">{"api_versio=
n":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name"=
:"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"=
quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"http=
s://github.githubassets.com/images/email/message_cards/header.png","avata=
r_image_url":"https://github.githubassets.com/images/email/message_cards/=
avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/q=
uicwg/base-drafts"}},"updates":{"snippets":[{"icon":"PERSON","message":"@=
DavidSchinazi in #2267: Having thought about this some more, I think that=
 the HANDSHAKE_DONE proposal might be our best way forward.\r\n\r\nKnowin=
g when to stop sending ClientFinished/Ack is a variant of the two general=
s problem, meaning it's actually impossible to know when to stop sending =
over a lossy network without out-of-band information.\r\n\r\nThere are tw=
o ways to solve this. One is timeouts, similar to what TCP does on gracef=
ul connection close. However timeouts aren't great, because they're by de=
finition always too short or too long. In this case, we can do better by =
using an explicit event that would trigger key discarding. We even have a=
 suitable stream of out-of-band information: our 1-RTT protected packets.=
\r\n\r\nOne could consider having the client treat the receipt of any val=
id 1-RTT packet as confirmation that the ClientFinished was received, but=
 that doesn't work because the server is allowed to send non-sensitive ap=
plication data before validating the ClientFinished.\r\n\r\nHaving the se=
rver send a retransmittable HANDSHAKE_DONE frame as soon as it receives C=
lientFinished solves this issue. The server discards its handshake keys w=
hen it sends HANDSHAKE_DONE and the client discards them when it receives=
 it.\r\n\r\nI personally find this preferable to a short timeout (which c=
an cause an infinite send) and a long timeout (which costs resources)."}]=
,"action":{"name":"View Issue","url":"https://github.com/quicwg/base-draf=
ts/issues/2267#issuecomment-455723789"}}}</script>
<script type=3D"application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/issues/2267#issuecomment=
-455723789",
"url": "https://github.com/quicwg/base-drafts/issues/2267#issuecomment-45=
5723789",
"name": "View Issue"
},
"description": "View this Issue on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>=

----==_mimepart_5c42662bd89a0_3b83fca172d45bc454d1--


From nobody Fri Jan 18 20:13: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 13C5612D7EA for <quic-issues@ietfa.amsl.com>; Fri, 18 Jan 2019 20:13:28 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -12.553
X-Spam-Level: 
X-Spam-Status: No, score=-12.553 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIMWL_WL_HIGH=-4.553, 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_PASS=-0.001] autolearn=ham autolearn_force=no
Authentication-Results: ietfa.amsl.com (amavisd-new); dkim=pass (1024-bit key) header.d=github.com
Received: from mail.ietf.org ([4.31.198.44]) by localhost (ietfa.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 0SY8JJj2Llj6 for <quic-issues@ietfa.amsl.com>; Fri, 18 Jan 2019 20:13: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 6DE3B128D09 for <quic-issues@ietf.org>; Fri, 18 Jan 2019 20:13:26 -0800 (PST)
Date: Fri, 18 Jan 2019 20:13:25 -0800
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1547871205; bh=kVOLBV/gNtd6wWrVYYszBzUh95RECZw9Qmy2c00qCxo=; h=Date:From:Reply-To:To:Cc:Subject:List-ID:List-Archive:List-Post: List-Unsubscribe:From; b=XpcvHsGBhp0v1Cl9AAkhf5TdMTFfGyongxxY6ZUdf7Oqysuf+7zGIVPErhOkrMT4l GnLf6YQ9bFHhCDTQU7Mer59wIBsbgLb26/wKop5asy89gjbUV+HWuRWji0YyXblG6M Ij5w9LdOEDzPieZDH9gbjUjid+qPAhQiiN3XouRA=
From: Marten Seemann <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+0166e4abf1842b025eab0317a4b2087ec55fbb4e72c63c2b92cf00000001185a65e592a169ce17e62532@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/pull/2352@github.com>
Subject: [quicwg/base-drafts] allow STOP_SENDING on implicitly opened streams (#2352)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5c42a3e548f61_3dd43fba47ad45bc129320"; 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/1V45GJI-O8qm2TDqZ5PrmU1kDz0>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
List-Id: Notification list for GitHub issues related to the QUIC WG <quic-issues.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=unsubscribe>
List-Archive: <https://mailarchive.ietf.org/arch/browse/quic-issues/>
List-Post: <mailto:quic-issues@ietf.org>
List-Help: <mailto:quic-issues-request@ietf.org?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, 19 Jan 2019 04:13:28 -0000

----==_mimepart_5c42a3e548f61_3dd43fba47ad45bc129320
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

As suggested in https://github.com/quicwg/base-drafts/issues/2345#issuecomment-455448227.
Fixes #2345.
You can view, comment on, or merge this pull request online at:

  https://github.com/quicwg/base-drafts/pull/2352

-- Commit Summary --

  * allow STOP_SENDING on implicitly opened streams

-- File Changes --

    M draft-ietf-quic-transport.md (7)

-- Patch Links --

https://github.com/quicwg/base-drafts/pull/2352.patch
https://github.com/quicwg/base-drafts/pull/2352.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/2352

----==_mimepart_5c42a3e548f61_3dd43fba47ad45bc129320
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

<p>As suggested in <a class="issue-link js-issue-link" data-error-text="Failed to load issue title" data-id="400570492" data-permission-text="Issue title is private" data-url="https://github.com/quicwg/base-drafts/issues/2345" data-hovercard-type="issue" data-hovercard-url="/quicwg/base-drafts/issues/2345/hovercard?comment_id=455448227&amp;comment_type=issue_comment" href="https://github.com/quicwg/base-drafts/issues/2345#issuecomment-455448227">#2345 (comment)</a>.<br>
<span class="issue-keyword tooltipped tooltipped-se" aria-label="This pull request closes issue #2345.">Fixes</span> <a class="issue-link js-issue-link" data-error-text="Failed to load issue title" data-id="400570492" data-permission-text="Issue title is private" data-url="https://github.com/quicwg/base-drafts/issues/2345" data-hovercard-type="issue" data-hovercard-url="/quicwg/base-drafts/issues/2345/hovercard" href="https://github.com/quicwg/base-drafts/issues/2345">#2345</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/2352'>https://github.com/quicwg/base-drafts/pull/2352</a></p>

<h4>Commit Summary</h4>
<ul>
  <li>allow STOP_SENDING on implicitly opened streams</li>
</ul>

<h4>File Changes</h4>
<ul>
  <li>
    <strong>M</strong>
    <a href="https://github.com/quicwg/base-drafts/pull/2352/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/2352.patch'>https://github.com/quicwg/base-drafts/pull/2352.patch</a></li>
  <li><a href='https://github.com/quicwg/base-drafts/pull/2352.diff'>https://github.com/quicwg/base-drafts/pull/2352.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/2352">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AWbkqwLANeFi7d4KRzEq2tjFIjEDVqciks5vEptlgaJpZM4aI83x">mute the thread</a>.<img src="https://github.com/notifications/beacon/AWbkq8QfmtqftU_RT1ewyslMeElZIDBxks5vEptlgaJpZM4aI83x.gif" height="1" width="1" alt="" /></p>
<script type="application/json" data-scope="inboxmarkup">{"api_version":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name":"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"https://github.githubassets.com/images/email/message_cards/header.png","avatar_image_url":"https://github.githubassets.com/images/email/message_cards/avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/quicwg/base-drafts"}},"updates":{"snippets":[{"icon":"DESCRIPTION","message":"allow STOP_SENDING on implicitly opened streams (#2352)"}],"action":{"name":"View Pull Request","url":"https://github.com/quicwg/base-drafts/pull/2352"}}}</script>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/pull/2352",
"url": "https://github.com/quicwg/base-drafts/pull/2352",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>

----==_mimepart_5c42a3e548f61_3dd43fba47ad45bc129320--


From nobody Fri Jan 18 22:06: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 80E8F130F1B for <quic-issues@ietfa.amsl.com>; Fri, 18 Jan 2019 22:06:36 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -12.552
X-Spam-Level: 
X-Spam-Status: No, score=-12.552 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIMWL_WL_HIGH=-4.553, 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_PASS=-0.001] autolearn=ham autolearn_force=no
Authentication-Results: ietfa.amsl.com (amavisd-new); dkim=pass (1024-bit key) header.d=github.com
Received: from mail.ietf.org ([4.31.198.44]) by localhost (ietfa.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id TAp_8_RdWas2 for <quic-issues@ietfa.amsl.com>; Fri, 18 Jan 2019 22:06: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 0A9F3130EFA for <quic-issues@ietf.org>; Fri, 18 Jan 2019 22:06:35 -0800 (PST)
Date: Fri, 18 Jan 2019 22:06:32 -0800
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1547877992; bh=gb8I4tG1jfPdHTocevdI4C2FCoOR4auy1NyvcJZBXjE=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=Jfxj6eIUJg011cFVBx0ylDfF90rHM/H+iuf7znzxduRiTV+9DGAZXAvXrKAtGu4HB h6aP2tes8Nf2eTY5NsXb9GA61bS8121C7UwwVP5bkYsvul7RY48faEuc1v0y3k/4zp RqtjFz7huwXMgmjKbn6BBc7VW7ala9HO6JsFkiEc=
From: MikkelFJ <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+0166e4ab17cd98450b66a2e365a7b2f2ecc9c4e2d00c064c92cf00000001185a806892a169ce17e62532@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/pull/2352/c455753063@github.com>
In-Reply-To: <quicwg/base-drafts/pull/2352@github.com>
References: <quicwg/base-drafts/pull/2352@github.com>
Subject: Re: [quicwg/base-drafts] allow STOP_SENDING on implicitly opened streams (#2352)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5c42be689d7c6_39553fb4402d45b83693b5"; 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/XUNCuF4onvNetgnIOfVPxRLtOms>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
List-Id: Notification list for GitHub issues related to the QUIC WG <quic-issues.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=unsubscribe>
List-Archive: <https://mailarchive.ietf.org/arch/browse/quic-issues/>
List-Post: <mailto:quic-issues@ietf.org>
List-Help: <mailto:quic-issues-request@ietf.org?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, 19 Jan 2019 06:06:37 -0000

----==_mimepart_5c42be689d7c6_39553fb4402d45b83693b5
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

I am not necessarily objecting to this, but before just merging this in, please review past discussions on this - it is not as trivial as it might seem.

https://github.com/quicwg/base-drafts/issues/1050
https://github.com/quicwg/base-drafts/issues/1797


-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/quicwg/base-drafts/pull/2352#issuecomment-455753063
----==_mimepart_5c42be689d7c6_39553fb4402d45b83693b5
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

<p>I am not necessarily objecting to this, but before just merging this in, please review past discussions on this - it is not as trivial as it might seem.</p>
<p><a class="issue-link js-issue-link" data-error-text="Failed to load issue title" data-id="288273471" data-permission-text="Issue title is private" data-url="https://github.com/quicwg/base-drafts/issues/1050" data-hovercard-type="issue" data-hovercard-url="/quicwg/base-drafts/issues/1050/hovercard" href="https://github.com/quicwg/base-drafts/issues/1050">#1050</a><br>
<a class="issue-link js-issue-link" data-error-text="Failed to load issue title" data-id="363664143" data-permission-text="Issue title is private" data-url="https://github.com/quicwg/base-drafts/issues/1797" data-hovercard-type="issue" data-hovercard-url="/quicwg/base-drafts/issues/1797/hovercard" href="https://github.com/quicwg/base-drafts/issues/1797">#1797</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/2352#issuecomment-455753063">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AWbkq6q8itK50TXoXxV597zDp9yGxvOhks5vErXogaJpZM4aI83x">mute the thread</a>.<img src="https://github.com/notifications/beacon/AWbkqwVH7PCxeF0OZ4f3ZLBIYCq0sDu6ks5vErXogaJpZM4aI83x.gif" height="1" width="1" alt="" /></p>
<script type="application/json" data-scope="inboxmarkup">{"api_version":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name":"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"https://github.githubassets.com/images/email/message_cards/header.png","avatar_image_url":"https://github.githubassets.com/images/email/message_cards/avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/quicwg/base-drafts"}},"updates":{"snippets":[{"icon":"PERSON","message":"@mikkelfj in #2352: I am not necessarily objecting to this, but before just merging this in, please review past discussions on this - it is not as trivial as it might seem.\r\n\r\nhttps://github.com/quicwg/base-drafts/issues/1050\r\nhttps://github.com/quicwg/base-drafts/issues/1797\r\n"}],"action":{"name":"View Pull Request","url":"https://github.com/quicwg/base-drafts/pull/2352#issuecomment-455753063"}}}</script>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/pull/2352#issuecomment-455753063",
"url": "https://github.com/quicwg/base-drafts/pull/2352#issuecomment-455753063",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>
----==_mimepart_5c42be689d7c6_39553fb4402d45b83693b5--


From nobody Fri Jan 18 22:08: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 C633A130F1B for <quic-issues@ietfa.amsl.com>; Fri, 18 Jan 2019 22:08:44 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -11.149
X-Spam-Level: 
X-Spam-Status: No, score=-11.149 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIMWL_WL_HIGH=-4.553, 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_PASS=-0.001] autolearn=ham autolearn_force=no
Authentication-Results: ietfa.amsl.com (amavisd-new); dkim=pass (1024-bit key) header.d=github.com
Received: from mail.ietf.org ([4.31.198.44]) by localhost (ietfa.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 2sIv8NHC4X20 for <quic-issues@ietfa.amsl.com>; Fri, 18 Jan 2019 22:08:43 -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 1FD87130EFA for <quic-issues@ietf.org>; Fri, 18 Jan 2019 22:08:43 -0800 (PST)
Date: Fri, 18 Jan 2019 22:08:42 -0800
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1547878122; bh=Gt8GtJHKWnY9bTMFS1MlYEEy/hP9g7CKmDBKAETPkRw=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=Mm3X1Ny1rmKkJdntA7y0ex9BpUl+rD75tjcINwNlGMe3W6xka4OtSjBpBNwcG7CRt wvlZxmEjPYKb4NlaUxm+JqRcS1BXgzaD67bAOPO7v6z9J0SHk1/0r5u0CKkbeOzun0 gd0UteDKSPMFz5446HFzW5+vGzFpwsYKeV3NITfE=
From: MikkelFJ <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+0166e4ab53f598f8aaf29695d595720439a5732e17ce210492cf00000001185a80ea92a169ce17e0387c@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/issues/2345/455753199@github.com>
In-Reply-To: <quicwg/base-drafts/issues/2345@github.com>
References: <quicwg/base-drafts/issues/2345@github.com>
Subject: Re: [quicwg/base-drafts] STOP_SENDING on implicitly opened streams is error-prone (#2345)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5c42beea8247_b093f8e656d45c4256655"; 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/j6rn031y3XCZquyWhABRd5s-d8Y>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
List-Id: Notification list for GitHub issues related to the QUIC WG <quic-issues.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=unsubscribe>
List-Archive: <https://mailarchive.ietf.org/arch/browse/quic-issues/>
List-Post: <mailto:quic-issues@ietf.org>
List-Help: <mailto:quic-issues-request@ietf.org?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, 19 Jan 2019 06:08:45 -0000

----==_mimepart_5c42beea8247_b093f8e656d45c4256655
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

Please review past discussions on this

#1050
#1797

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/quicwg/base-drafts/issues/2345#issuecomment-455753199
----==_mimepart_5c42beea8247_b093f8e656d45c4256655
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

<p>Please review past discussions on this</p>
<p><a class="issue-link js-issue-link" data-error-text="Failed to load issue title" data-id="288273471" data-permission-text="Issue title is private" data-url="https://github.com/quicwg/base-drafts/issues/1050" data-hovercard-type="issue" data-hovercard-url="/quicwg/base-drafts/issues/1050/hovercard" href="https://github.com/quicwg/base-drafts/issues/1050">#1050</a><br>
<a class="issue-link js-issue-link" data-error-text="Failed to load issue title" data-id="363664143" data-permission-text="Issue title is private" data-url="https://github.com/quicwg/base-drafts/issues/1797" data-hovercard-type="issue" data-hovercard-url="/quicwg/base-drafts/issues/1797/hovercard" href="https://github.com/quicwg/base-drafts/issues/1797">#1797</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/2345#issuecomment-455753199">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AWbkqwfjUSUJsdoYasIkqg99Ilpmt8eHks5vErZqgaJpZM4aHOJG">mute the thread</a>.<img src="https://github.com/notifications/beacon/AWbkq-msfn-yHbjdo7fB3_7860WFUwvmks5vErZqgaJpZM4aHOJG.gif" height="1" width="1" alt="" /></p>
<script type="application/json" data-scope="inboxmarkup">{"api_version":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name":"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"https://github.githubassets.com/images/email/message_cards/header.png","avatar_image_url":"https://github.githubassets.com/images/email/message_cards/avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/quicwg/base-drafts"}},"updates":{"snippets":[{"icon":"PERSON","message":"@mikkelfj in #2345: Please review past discussions on this\r\n\r\n#1050\r\n#1797"}],"action":{"name":"View Issue","url":"https://github.com/quicwg/base-drafts/issues/2345#issuecomment-455753199"}}}</script>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/issues/2345#issuecomment-455753199",
"url": "https://github.com/quicwg/base-drafts/issues/2345#issuecomment-455753199",
"name": "View Issue"
},
"description": "View this Issue on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>
----==_mimepart_5c42beea8247_b093f8e656d45c4256655--


From nobody Fri Jan 18 22:22: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 658E4130F3F for <quic-issues@ietfa.amsl.com>; Fri, 18 Jan 2019 22:22:57 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -10.935
X-Spam-Level: 
X-Spam-Status: No, score=-10.935 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIMWL_WL_HIGH=-4.553, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, HTML_IMAGE_ONLY_24=1.618, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-1, RCVD_IN_DNSWL_HI=-5, SPF_PASS=-0.001] autolearn=ham autolearn_force=no
Authentication-Results: ietfa.amsl.com (amavisd-new); dkim=pass (1024-bit key) header.d=github.com
Received: from mail.ietf.org ([4.31.198.44]) by localhost (ietfa.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id DET3_mh8dvvr for <quic-issues@ietfa.amsl.com>; Fri, 18 Jan 2019 22:22: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 E629A130EF2 for <quic-issues@ietf.org>; Fri, 18 Jan 2019 22:22:55 -0800 (PST)
Date: Fri, 18 Jan 2019 22:22:54 -0800
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1547878974; bh=QepBLI6GSL3cUkFv6hnzviHYGtv2+F/hfFL1Pv7hjsQ=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=HyNvc0o+HkUTNrQ7T2sr1fTcjRekHMqW5NEi6D2ZdbvDn7gwyJtpNRk34QqO7JrdD ot8Pkmm0kGpuLn1Skjo9V4ioBHrU4MpVq/A3hkG9p5m1jKA9uw6Mfz3G6pNZgZMnP7 9TlXDSwpnC3Un5ZhUeLLuDO/8QK6wmC/e86JTj7E=
From: Marten Seemann <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+0166e4ab8b41cfe12a5bf6ae0d430e8dfe3a6d821e6fe85192cf00000001185a843e92a169ce17e62532@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/pull/2352/c455753870@github.com>
In-Reply-To: <quicwg/base-drafts/pull/2352@github.com>
References: <quicwg/base-drafts/pull/2352@github.com>
Subject: Re: [quicwg/base-drafts] allow STOP_SENDING on implicitly opened streams (#2352)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5c42c23ea9052_22083fe58e0d45b824919d"; 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/-PlDg98ORlIio5PgcyOxPGbQw7M>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
List-Id: Notification list for GitHub issues related to the QUIC WG <quic-issues.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=unsubscribe>
List-Archive: <https://mailarchive.ietf.org/arch/browse/quic-issues/>
List-Post: <mailto:quic-issues@ietf.org>
List-Help: <mailto:quic-issues-request@ietf.org?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, 19 Jan 2019 06:22:57 -0000

----==_mimepart_5c42c23ea9052_22083fe58e0d45b824919d
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

What concrete problem do you see, @mikkelfj?

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/quicwg/base-drafts/pull/2352#issuecomment-455753870
----==_mimepart_5c42c23ea9052_22083fe58e0d45b824919d
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

<p>What concrete problem do you see, <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>?</p>

<p style="font-size:small;-webkit-text-size-adjust:none;color:#666;">&mdash;<br />You are receiving this because you are subscribed to this thread.<br />Reply to this email directly, <a href="https://github.com/quicwg/base-drafts/pull/2352#issuecomment-455753870">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AWbkq-IQc6A_BHFP9hnbxNAmJZ7v_A5rks5vErm-gaJpZM4aI83x">mute the thread</a>.<img src="https://github.com/notifications/beacon/AWbkq5XgPCpWvPTtreci4w2vzNlKQhUdks5vErm-gaJpZM4aI83x.gif" height="1" width="1" alt="" /></p>
<script type="application/json" data-scope="inboxmarkup">{"api_version":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name":"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"https://github.githubassets.com/images/email/message_cards/header.png","avatar_image_url":"https://github.githubassets.com/images/email/message_cards/avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/quicwg/base-drafts"}},"updates":{"snippets":[{"icon":"PERSON","message":"@marten-seemann in #2352: What concrete problem do you see, @mikkelfj?"}],"action":{"name":"View Pull Request","url":"https://github.com/quicwg/base-drafts/pull/2352#issuecomment-455753870"}}}</script>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/pull/2352#issuecomment-455753870",
"url": "https://github.com/quicwg/base-drafts/pull/2352#issuecomment-455753870",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>
----==_mimepart_5c42c23ea9052_22083fe58e0d45b824919d--


From nobody Fri Jan 18 22: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 D569312F1A6 for <quic-issues@ietfa.amsl.com>; Fri, 18 Jan 2019 22:54:39 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -12.553
X-Spam-Level: 
X-Spam-Status: No, score=-12.553 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIMWL_WL_HIGH=-4.553, 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_PASS=-0.001] autolearn=ham autolearn_force=no
Authentication-Results: ietfa.amsl.com (amavisd-new); dkim=pass (1024-bit key) header.d=github.com
Received: from mail.ietf.org ([4.31.198.44]) by localhost (ietfa.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id BXcTGqy4YptN for <quic-issues@ietfa.amsl.com>; Fri, 18 Jan 2019 22:54:38 -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 063A712958B for <quic-issues@ietf.org>; Fri, 18 Jan 2019 22:54:38 -0800 (PST)
Date: Fri, 18 Jan 2019 22:54:36 -0800
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1547880876; bh=4dCjX8EplKO4YqAYmt8d59m9Lom09MyKlA4QU/JRzwQ=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=iQWWb8gkHhVR1hHYLxvapBHjxEfIVYowMGuaSwNcTT6W1oNBR5xCxLuJiHZKkQlQh 7I1KDKYFCFcbfuq3j0bF657of0iRY71KSuVffH+l3/pMQ4hskJFYtZyRuBJKHyUgRN 4/J4TdiAKQE+rUeviU85wEuftNbtsCd2Hr056fMw=
From: Benjamin Saunders <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+0166e4ab45c8cc915c3008180fbd054bbf294623cec4a9cc92cf00000001185a8bab92a169ce17e0387c@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/issues/2345/455755429@github.com>
In-Reply-To: <quicwg/base-drafts/issues/2345@github.com>
References: <quicwg/base-drafts/issues/2345@github.com>
Subject: Re: [quicwg/base-drafts] STOP_SENDING on implicitly opened streams is error-prone (#2345)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5c42c9ac1483_22103fe58e0d45b8363774"; 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/SwUAjXUxtBmRX3hOKF9hUJK-OXc>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
List-Id: Notification list for GitHub issues related to the QUIC WG <quic-issues.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=unsubscribe>
List-Archive: <https://mailarchive.ietf.org/arch/browse/quic-issues/>
List-Post: <mailto:quic-issues@ietf.org>
List-Help: <mailto:quic-issues-request@ietf.org?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, 19 Jan 2019 06:54:40 -0000

----==_mimepart_5c42c9ac1483_22103fe58e0d45b8363774
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

I did review #1050 before opening this issue:
> Yes, we should prohibit the frame for streams that are not yet created.

It seems to me that the intention here was not to exclude implicitly opened streams, since by most reasonable interpretations they have indeed been created. Perhaps it was overlooked in the removal/restoration churn of implicit opening?

Is there something specific in the #1797 discussion that affects this? Nothing jumps out at me, though the overall thrust of weakening the STOP_SENDING restrictions is certainly 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/2345#issuecomment-455755429
----==_mimepart_5c42c9ac1483_22103fe58e0d45b8363774
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: quoted-printable

<p>I did review <a class=3D"issue-link js-issue-link" data-error-text=3D"=
Failed to load issue title" data-id=3D"288273471" data-permission-text=3D=
"Issue title is private" data-url=3D"https://github.com/quicwg/base-draft=
s/issues/1050" data-hovercard-type=3D"issue" data-hovercard-url=3D"/quicw=
g/base-drafts/issues/1050/hovercard" href=3D"https://github.com/quicwg/ba=
se-drafts/issues/1050">#1050</a> before opening this issue:</p>
<blockquote>
<p>Yes, we should prohibit the frame for streams that are not yet created=
.</p>
</blockquote>
<p>It seems to me that the intention here was not to exclude implicitly o=
pened streams, since by most reasonable interpretations they have indeed =
been created. Perhaps it was overlooked in the removal/restoration churn =
of implicit opening?</p>
<p>Is there something specific in the <a class=3D"issue-link js-issue-lin=
k" data-error-text=3D"Failed to load issue title" data-id=3D"363664143" d=
ata-permission-text=3D"Issue title is private" data-url=3D"https://github=
.com/quicwg/base-drafts/issues/1797" data-hovercard-type=3D"issue" data-h=
overcard-url=3D"/quicwg/base-drafts/issues/1797/hovercard" href=3D"https:=
//github.com/quicwg/base-drafts/issues/1797">#1797</a> discussion that af=
fects this? Nothing jumps out at me, though the overall thrust of weakeni=
ng the STOP_SENDING restrictions is certainly related.</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/2345#issuecomment-455755429">view it on GitHub</a>,=
 or <a href=3D"https://github.com/notifications/unsubscribe-auth/AWbkq4hf=
9qGF2WxKLHbnRZmF8SwyepWaks5vEsEsgaJpZM4aHOJG">mute the thread</a>.<img sr=
c=3D"https://github.com/notifications/beacon/AWbkqxPQRHyHydKprPRpvzuhpYHU=
QAUXks5vEsEsgaJpZM4aHOJG.gif" height=3D"1" width=3D"1" alt=3D"" /></p>
<script type=3D"application/json" data-scope=3D"inboxmarkup">{"api_versio=
n":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name"=
:"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"=
quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"http=
s://github.githubassets.com/images/email/message_cards/header.png","avata=
r_image_url":"https://github.githubassets.com/images/email/message_cards/=
avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/q=
uicwg/base-drafts"}},"updates":{"snippets":[{"icon":"PERSON","message":"@=
Ralith in #2345: I did review #1050 before opening this issue:\r\n\u003e =
Yes, we should prohibit the frame for streams that are not yet created.\r=
\n\r\nIt seems to me that the intention here was not to exclude implicitl=
y opened streams, since by most reasonable interpretations they have inde=
ed been created. Perhaps it was overlooked in the removal/restoration chu=
rn of implicit opening?\r\n\r\nIs there something specific in the #1797 d=
iscussion that affects this? Nothing jumps out at me, though the overall =
thrust of weakening the STOP_SENDING restrictions is certainly related."}=
],"action":{"name":"View Issue","url":"https://github.com/quicwg/base-dra=
fts/issues/2345#issuecomment-455755429"}}}</script>
<script type=3D"application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/issues/2345#issuecomment=
-455755429",
"url": "https://github.com/quicwg/base-drafts/issues/2345#issuecomment-45=
5755429",
"name": "View Issue"
},
"description": "View this Issue on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>=

----==_mimepart_5c42c9ac1483_22103fe58e0d45b8363774--


From nobody Sat Jan 19 00:30: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 20C5F130F17 for <quic-issues@ietfa.amsl.com>; Sat, 19 Jan 2019 00:30:40 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -10.935
X-Spam-Level: 
X-Spam-Status: No, score=-10.935 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIMWL_WL_HIGH=-4.553, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, HTML_IMAGE_ONLY_24=1.618, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-1, RCVD_IN_DNSWL_HI=-5, SPF_PASS=-0.001] autolearn=ham autolearn_force=no
Authentication-Results: ietfa.amsl.com (amavisd-new); dkim=pass (1024-bit key) header.d=github.com
Received: from mail.ietf.org ([4.31.198.44]) by localhost (ietfa.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id jmsKTn2DWhWL for <quic-issues@ietfa.amsl.com>; Sat, 19 Jan 2019 00:30: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 1E68F130DC2 for <quic-issues@ietf.org>; Sat, 19 Jan 2019 00:30:38 -0800 (PST)
Date: Sat, 19 Jan 2019 00:30:36 -0800
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1547886636; bh=tzdzmoZ/Wt5qHJmlkncPu4UuqTOSmHW5U0gGz7W+aWs=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=bNIvsNtbZysexJKHGeBlj65L6/rj2JVGwpXfbHz3bKuvAYb4XJc2BMNC9g/LyQrZi Eyh6136PQmUNc0D50KzqdCoGgYq7Xqtt9XqETTEzXE9UKgmdu8YKRj9bioHpBlex1Y 7UCCIKj+mCO1Epms3sZ06kjd+DU1mIqnxIW92yhg=
From: ianswett <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+0166e4ab993c3c352c9c2ebdfa5edbd3e1841ce8d0d2898092cf00000001185aa22c92a169ce17d8cc13@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/pull/2340/review/194349520@github.com>
In-Reply-To: <quicwg/base-drafts/pull/2340@github.com>
References: <quicwg/base-drafts/pull/2340@github.com>
Subject: Re: [quicwg/base-drafts] Add note about frequent RTT estimates (#2340)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5c42e02c9ea3d_29333fab35ad45c46603bc"; 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/f9nqi-rNKAaLFYbV6lbjLGe8zIc>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
List-Id: Notification list for GitHub issues related to the QUIC WG <quic-issues.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=unsubscribe>
List-Archive: <https://mailarchive.ietf.org/arch/browse/quic-issues/>
List-Post: <mailto:quic-issues@ietf.org>
List-Help: <mailto:quic-issues-request@ietf.org?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, 19 Jan 2019 08:30:40 -0000

----==_mimepart_5c42e02c9ea3d_29333fab35ad45c46603bc
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

ianswett commented on this pull request.



> @@ -292,6 +292,10 @@ ack delay field should be ignored.
 Like TCP, QUIC calculates both smoothed RTT and RTT variance similar to those
 specified in {{?RFC6298}}.
 
+A sender might take multiple samples per RTT, and as suggested in {{?RFC6298}},

I really am not in love with the "A sender might" 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/2340#discussion_r249238682
----==_mimepart_5c42e02c9ea3d_29333fab35ad45c46603bc
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/2340#discussion_r249238682">draft-ietf-quic-recovery.md</a>:</p>
<pre style='color:#555'>&gt; @@ -292,6 +292,10 @@ ack delay field should be ignored.
 Like TCP, QUIC calculates both smoothed RTT and RTT variance similar to those
 specified in {{?RFC6298}}.
 
+A sender might take multiple samples per RTT, and as suggested in {{?RFC6298}},
</pre>
<p>I really am not in love with the "A sender might" 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/2340#discussion_r249238682">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AWbkq2E7Kbfp94-L9f3rZa3KeIwZ0qy5ks5vEtesgaJpZM4aEVlj">mute the thread</a>.<img src="https://github.com/notifications/beacon/AWbkq3IeHkcNlNhisrpZpy5KVYMtGxS6ks5vEtesgaJpZM4aEVlj.gif" height="1" width="1" alt="" /></p>
<script type="application/json" data-scope="inboxmarkup">{"api_version":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name":"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"https://github.githubassets.com/images/email/message_cards/header.png","avatar_image_url":"https://github.githubassets.com/images/email/message_cards/avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/quicwg/base-drafts"}},"updates":{"snippets":[{"icon":"PERSON","message":"@ianswett commented on #2340"}],"action":{"name":"View Pull Request","url":"https://github.com/quicwg/base-drafts/pull/2340#discussion_r249238682"}}}</script>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/pull/2340#discussion_r249238682",
"url": "https://github.com/quicwg/base-drafts/pull/2340#discussion_r249238682",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>
----==_mimepart_5c42e02c9ea3d_29333fab35ad45c46603bc--


From nobody Sat Jan 19 00: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 8A1B112DD85 for <quic-issues@ietfa.amsl.com>; Sat, 19 Jan 2019 00:34:23 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -11.149
X-Spam-Level: 
X-Spam-Status: No, score=-11.149 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIMWL_WL_HIGH=-4.553, 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_PASS=-0.001] autolearn=ham autolearn_force=no
Authentication-Results: ietfa.amsl.com (amavisd-new); dkim=pass (1024-bit key) header.d=github.com
Received: from mail.ietf.org ([4.31.198.44]) by localhost (ietfa.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id mDAJewXhN8Es for <quic-issues@ietfa.amsl.com>; Sat, 19 Jan 2019 00:34:21 -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 8B9411228B7 for <quic-issues@ietf.org>; Sat, 19 Jan 2019 00:34:21 -0800 (PST)
Date: Sat, 19 Jan 2019 00:34:20 -0800
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1547886860; bh=L8HmXbb0DaKdhSVVckzbbU9nB9eFEEaq1wP9WGIEZi8=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=eMkdNimRPgfXBRnawS1+hXZ0fHGbCvdB2LywvfMkGP4VY99i1dT270bGgeDsRE+Mu 8YgK7glHMmO3LRYr7vbG6Y5+7XaCAz9Aum8TeMVWD+kAkKQJysWDhBzh/Bn/X+oUuF 5wSPHYIn954bfk/Ee2GGYw+37nhYnRWlLYnkiOyk=
From: ianswett <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+0166e4aba2a1fe06cf054083547b9dccfc593fcd155f537092cf00000001185aa30c92a169ce17d8cc13@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/pull/2340/review/194349635@github.com>
In-Reply-To: <quicwg/base-drafts/pull/2340@github.com>
References: <quicwg/base-drafts/pull/2340@github.com>
Subject: Re: [quicwg/base-drafts] Add note about frequent RTT estimates (#2340)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5c42e10c8a1ee_56973fe0e2ad45b46489ce"; 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/icJD8cexNIvVUupvHa9HumzmuKE>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
List-Id: Notification list for GitHub issues related to the QUIC WG <quic-issues.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=unsubscribe>
List-Archive: <https://mailarchive.ietf.org/arch/browse/quic-issues/>
List-Post: <mailto:quic-issues@ietf.org>
List-Help: <mailto:quic-issues-request@ietf.org?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, 19 Jan 2019 08:34:23 -0000

----==_mimepart_5c42e10c8a1ee_56973fe0e2ad45b46489ce
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

ianswett commented on this pull request.



> @@ -289,8 +289,15 @@ be subtracted from the RTT as long as the result is larger than the min_rtt.
 If the result is smaller than the min_rtt, the RTT should be used, but the
 ack delay field should be ignored.
 
-Like TCP, QUIC calculates both smoothed RTT and RTT variance similar to those
-specified in {{?RFC6298}}.
+A sender calculates both smoothed RTT and RTT variance similar to those
+specified in {{?RFC6298}}, see {{on-ack-received}}.
+
+A sender might take multiple samples per RTT because ACK frames that are

Suggestion: "A sender will take multiple samples per RTT when ACK frames are received within an RTT that acknowledge larger packet numbers than before("

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/quicwg/base-drafts/pull/2340#pullrequestreview-194349635
----==_mimepart_5c42e10c8a1ee_56973fe0e2ad45b46489ce
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/2340#discussion_r249238771">draft-ietf-quic-recovery.md</a>:</p>
<pre style='color:#555'>&gt; @@ -289,8 +289,15 @@ be subtracted from the RTT as long as the result is larger than the min_rtt.
 If the result is smaller than the min_rtt, the RTT should be used, but the
 ack delay field should be ignored.
 
-Like TCP, QUIC calculates both smoothed RTT and RTT variance similar to those
-specified in {{?RFC6298}}.
+A sender calculates both smoothed RTT and RTT variance similar to those
+specified in {{?RFC6298}}, see {{on-ack-received}}.
+
+A sender might take multiple samples per RTT because ACK frames that are
</pre>
<p>Suggestion: "A sender will take multiple samples per RTT when ACK frames are received within an RTT that acknowledge larger packet numbers than before("</p>

<p style="font-size:small;-webkit-text-size-adjust:none;color:#666;">&mdash;<br />You are receiving this because you are subscribed to this thread.<br />Reply to this email directly, <a href="https://github.com/quicwg/base-drafts/pull/2340#pullrequestreview-194349635">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AWbkq-WEl0OC9jvFxPdK7RiRY7bNPf6nks5vEtiMgaJpZM4aEVlj">mute the thread</a>.<img src="https://github.com/notifications/beacon/AWbkq1p49ET19OOM-nJ8ZhoqpK9b3OY4ks5vEtiMgaJpZM4aEVlj.gif" height="1" width="1" alt="" /></p>
<script type="application/json" data-scope="inboxmarkup">{"api_version":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name":"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"https://github.githubassets.com/images/email/message_cards/header.png","avatar_image_url":"https://github.githubassets.com/images/email/message_cards/avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/quicwg/base-drafts"}},"updates":{"snippets":[{"icon":"PERSON","message":"@ianswett commented on #2340"}],"action":{"name":"View Pull Request","url":"https://github.com/quicwg/base-drafts/pull/2340#pullrequestreview-194349635"}}}</script>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/pull/2340#pullrequestreview-194349635",
"url": "https://github.com/quicwg/base-drafts/pull/2340#pullrequestreview-194349635",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>
----==_mimepart_5c42e10c8a1ee_56973fe0e2ad45b46489ce--


From nobody Sat Jan 19 00: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 10E8D12EB11 for <quic-issues@ietfa.amsl.com>; Sat, 19 Jan 2019 00:35:08 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -11.007
X-Spam-Level: 
X-Spam-Status: No, score=-11.007 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIMWL_WL_HIGH=-4.553, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, HTML_IMAGE_ONLY_20=1.546, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-1, RCVD_IN_DNSWL_HI=-5, SPF_PASS=-0.001] autolearn=ham autolearn_force=no
Authentication-Results: ietfa.amsl.com (amavisd-new); dkim=pass (1024-bit key) header.d=github.com
Received: from mail.ietf.org ([4.31.198.44]) by localhost (ietfa.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id bKVWDaX4vSj2 for <quic-issues@ietfa.amsl.com>; Sat, 19 Jan 2019 00:35:06 -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 371A01228B7 for <quic-issues@ietf.org>; Sat, 19 Jan 2019 00:35:06 -0800 (PST)
Date: Sat, 19 Jan 2019 00:35:05 -0800
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1547886905; bh=dCkzziqqxZN/kCTni2MAlOPYo300RiQmw1kn+ca3cQ4=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=IHDuUtHWbH3CznoxrKMzXqnG5awZstpJavb2OMu6wySmTzkxxxLvs4vdLkxP39lWh BD/e44Mra2BupcjoSKEnyfFRchyX7BaYhd8+b3vm5UOFGQmez8Mz/VyAk2RCqun9U3 evdm9ehfqThZLMql+OegpxLvCX5hwjBYmm6kA+p4=
From: ianswett <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+0166e4ab1d098261fd4db74a6a813ca1ed160babca636d2692cf00000001185aa33992a169ce17d8f804@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/pull/2341/review/194349649@github.com>
In-Reply-To: <quicwg/base-drafts/pull/2341@github.com>
References: <quicwg/base-drafts/pull/2341@github.com>
Subject: Re: [quicwg/base-drafts] clarify that INITCWND caps amount of data sent to a server before address validation (#2341)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5c42e1393509e_5ea93f8217ad45c054040"; 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/HnKC7-hUlJDWo2rbgzboE90PQEw>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
List-Id: Notification list for GitHub issues related to the QUIC WG <quic-issues.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=unsubscribe>
List-Archive: <https://mailarchive.ietf.org/arch/browse/quic-issues/>
List-Post: <mailto:quic-issues@ietf.org>
List-Help: <mailto:quic-issues-request@ietf.org?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, 19 Jan 2019 08:35:08 -0000

----==_mimepart_5c42e1393509e_5ea93f8217ad45c054040
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/2341#pullrequestreview-194349649
----==_mimepart_5c42e1393509e_5ea93f8217ad45c054040
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/2341#pullrequestreview-194349649">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AWbkq6nb4QGCqL4RDWC8WJLAWw9Fajf5ks5vEti5gaJpZM4aEY8S">mute the thread</a>.<img src="https://github.com/notifications/beacon/AWbkqxfZMhCOKSeB1mt1HqISlIRx0iFyks5vEti5gaJpZM4aEY8S.gif" height="1" width="1" alt="" /></p>
<script type="application/json" data-scope="inboxmarkup">{"api_version":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name":"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"https://github.githubassets.com/images/email/message_cards/header.png","avatar_image_url":"https://github.githubassets.com/images/email/message_cards/avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/quicwg/base-drafts"}},"updates":{"snippets":[{"icon":"PERSON","message":"@ianswett approved #2341"}],"action":{"name":"View Pull Request","url":"https://github.com/quicwg/base-drafts/pull/2341#pullrequestreview-194349649"}}}</script>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/pull/2341#pullrequestreview-194349649",
"url": "https://github.com/quicwg/base-drafts/pull/2341#pullrequestreview-194349649",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>
----==_mimepart_5c42e1393509e_5ea93f8217ad45c054040--


From nobody Sat Jan 19 01:06: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 01E7012E043 for <quic-issues@ietfa.amsl.com>; Sat, 19 Jan 2019 01:06:34 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -12.552
X-Spam-Level: 
X-Spam-Status: No, score=-12.552 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIMWL_WL_HIGH=-4.553, 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_PASS=-0.001] autolearn=ham autolearn_force=no
Authentication-Results: ietfa.amsl.com (amavisd-new); dkim=pass (1024-bit key) header.d=github.com
Received: from mail.ietf.org ([4.31.198.44]) by localhost (ietfa.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id E10xvJwmg7ho for <quic-issues@ietfa.amsl.com>; Sat, 19 Jan 2019 01:06:32 -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 CBB88130EC1 for <quic-issues@ietf.org>; Sat, 19 Jan 2019 01:06:28 -0800 (PST)
Date: Sat, 19 Jan 2019 01:06:27 -0800
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1547888787; bh=Mx2S45AKbIC3wpsCK8HcEup3Kfq5KWqe/czA1QtgnSI=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=bWZwol6mfraOZlfoI+Y9NspnPPXiZBMM00jVuOCbJVTlUpl2q5uNWCBHo4C8mVp6m SGo/eRJ0AVoaZi85EJRClkStSuqXbdtdAN8X8Ye60Rx1w9LExfjEv8dsSFizYKRn47 LtJSaoR3+yFWoaLU/BbXVOuZ7VYQX70k0qOhp2mQ=
From: MikkelFJ <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+0166e4ab6000338dbed176f210c7b05b46918f700f4b8ed392cf00000001185aaa9392a169ce17e62532@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/pull/2352/c455762660@github.com>
In-Reply-To: <quicwg/base-drafts/pull/2352@github.com>
References: <quicwg/base-drafts/pull/2352@github.com>
Subject: Re: [quicwg/base-drafts] allow STOP_SENDING on implicitly opened streams (#2352)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5c42e893b21c7_b193f8e656d45c42661f0"; 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/Agp3zSkAgOvqPFomLYejiieoTKI>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
List-Id: Notification list for GitHub issues related to the QUIC WG <quic-issues.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=unsubscribe>
List-Archive: <https://mailarchive.ietf.org/arch/browse/quic-issues/>
List-Post: <mailto:quic-issues@ietf.org>
List-Help: <mailto:quic-issues-request@ietf.org?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, 19 Jan 2019 09:06:34 -0000

----==_mimepart_5c42e893b21c7_b193f8e656d45c42661f0
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

> What concrete problem do you see, @mikkelfj?

I don't see a concrete problem, but I do remember a lot of pitfalls, so I just wanted to make a note of it before anything gets merged. I have not yet read through the issues in detail.

One concern is race conditions but it might be captured by the proposed text, I'm just not sure yet.

Also, it is difficult to grasp exactly what is the difference between not yet created, created, Ready, peer has seen data from higher stream but ID is below MAX_STREAM_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/pull/2352#issuecomment-455762660
----==_mimepart_5c42e893b21c7_b193f8e656d45c42661f0
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: quoted-printable

<blockquote>
<p>What concrete problem do you see, <a class=3D"user-mention" data-hover=
card-type=3D"user" data-hovercard-url=3D"/hovercards?user_id=3D193335" da=
ta-octo-click=3D"hovercard-link-click" data-octo-dimensions=3D"link_type:=
self" href=3D"https://github.com/mikkelfj">@mikkelfj</a>?</p>
</blockquote>
<p>I don't see a concrete problem, but I do remember a lot of pitfalls, s=
o I just wanted to make a note of it before anything gets merged. I have =
not yet read through the issues in detail.</p>
<p>One concern is race conditions but it might be captured by the propose=
d text, I'm just not sure yet.</p>
<p>Also, it is difficult to grasp exactly what is the difference between =
not yet created, created, Ready, peer has seen data from higher stream bu=
t ID is below MAX_STREAM_ID.</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/pull/2352#issuecomment-455762660">view it on GitHub</a>, o=
r <a href=3D"https://github.com/notifications/unsubscribe-auth/AWbkqzXxdH=
fUSbc7oRWaonqiRnw67LW5ks5vEuATgaJpZM4aI83x">mute the thread</a>.<img src=3D=
"https://github.com/notifications/beacon/AWbkq0PM2wmY6hv6K4yGOF7BpVuRrbY2=
ks5vEuATgaJpZM4aI83x.gif" height=3D"1" width=3D"1" alt=3D"" /></p>
<script type=3D"application/json" data-scope=3D"inboxmarkup">{"api_versio=
n":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name"=
:"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"=
quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"http=
s://github.githubassets.com/images/email/message_cards/header.png","avata=
r_image_url":"https://github.githubassets.com/images/email/message_cards/=
avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/q=
uicwg/base-drafts"}},"updates":{"snippets":[{"icon":"PERSON","message":"@=
mikkelfj in #2352: \u003e What concrete problem do you see, @mikkelfj?\r\=
n\r\nI don't see a concrete problem, but I do remember a lot of pitfalls,=
 so I just wanted to make a note of it before anything gets merged. I hav=
e not yet read through the issues in detail.\r\n\r\nOne concern is race c=
onditions but it might be captured by the proposed text, I'm just not sur=
e yet.\r\n\r\nAlso, it is difficult to grasp exactly what is the differen=
ce between not yet created, created, Ready, peer has seen data from highe=
r stream but ID is below MAX_STREAM_ID."}],"action":{"name":"View Pull Re=
quest","url":"https://github.com/quicwg/base-drafts/pull/2352#issuecommen=
t-455762660"}}}</script>
<script type=3D"application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/pull/2352#issuecomment-4=
55762660",
"url": "https://github.com/quicwg/base-drafts/pull/2352#issuecomment-4557=
62660",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>=

----==_mimepart_5c42e893b21c7_b193f8e656d45c42661f0--


From nobody Sat Jan 19 01:12: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 D263412DD85 for <quic-issues@ietfa.amsl.com>; Sat, 19 Jan 2019 01:12:35 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -11.149
X-Spam-Level: 
X-Spam-Status: No, score=-11.149 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIMWL_WL_HIGH=-4.553, 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_PASS=-0.001] autolearn=ham autolearn_force=no
Authentication-Results: ietfa.amsl.com (amavisd-new); dkim=pass (1024-bit key) header.d=github.com
Received: from mail.ietf.org ([4.31.198.44]) by localhost (ietfa.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id qzJOL5QK04cK for <quic-issues@ietfa.amsl.com>; Sat, 19 Jan 2019 01:12: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 36E2A1228B7 for <quic-issues@ietf.org>; Sat, 19 Jan 2019 01:12:34 -0800 (PST)
Date: Sat, 19 Jan 2019 01:12:32 -0800
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1547889152; bh=nKJA5DTfUEhTSVqeyvK5Ift4fXEWLHwobQLfEBR2h98=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=bbEWKB2iGvnNjZ354YnCV/ytWDGZdrUxp6mBzN804RRz6Bjp0cCK5xyJyMMRDNhKV G9D5+IG2et1F31YZyB1VMWAcJM+3NAL96+4EruByAc2rp78EyAOOL1rbLzQrr7OCxD MvtJqKUIf5yvzZjmE15Qo1MxgppQHFeDd1txR8zw=
From: MikkelFJ <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+0166e4ab7dd2209231287d0d2a1ba3b244c12cf7bb0891ee92cf00000001185aac0092a169ce17e0387c@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/issues/2345/455763037@github.com>
In-Reply-To: <quicwg/base-drafts/issues/2345@github.com>
References: <quicwg/base-drafts/issues/2345@github.com>
Subject: Re: [quicwg/base-drafts] STOP_SENDING on implicitly opened streams is error-prone (#2345)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5c42ea00d68c4_298f3fe58e0d45b836568a"; 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/niFXtcjLwC7mhepI7D_he6kLCqQ>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
List-Id: Notification list for GitHub issues related to the QUIC WG <quic-issues.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=unsubscribe>
List-Archive: <https://mailarchive.ietf.org/arch/browse/quic-issues/>
List-Post: <mailto:quic-issues@ietf.org>
List-Help: <mailto:quic-issues-request@ietf.org?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, 19 Jan 2019 09:12:36 -0000

----==_mimepart_5c42ea00d68c4_298f3fe58e0d45b836568a
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

Please see my response here: https://github.com/quicwg/base-drafts/pull/2352#issuecomment-455762660

I don't object to the intention, I fact I seem to recall finding the original text overlooking this. But we just need to be careful 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/2345#issuecomment-455763037
----==_mimepart_5c42ea00d68c4_298f3fe58e0d45b836568a
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

<p>Please see my response here: <a class="issue-link js-issue-link" data-error-text="Failed to load issue title" data-id="400958770" data-permission-text="Issue title is private" data-url="https://github.com/quicwg/base-drafts/issues/2352" data-hovercard-type="pull_request" data-hovercard-url="/quicwg/base-drafts/pull/2352/hovercard?comment_id=455762660&amp;comment_type=issue_comment" href="https://github.com/quicwg/base-drafts/pull/2352#issuecomment-455762660">#2352 (comment)</a></p>
<p>I don't object to the intention, I fact I seem to recall finding the original text overlooking this. But we just need to be careful 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/2345#issuecomment-455763037">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AWbkq7njUkmKUBLUNO66B-fHs-L1mJLUks5vEuGAgaJpZM4aHOJG">mute the thread</a>.<img src="https://github.com/notifications/beacon/AWbkq73M4JqbwjwDIEOxy6F0-sdunlblks5vEuGAgaJpZM4aHOJG.gif" height="1" width="1" alt="" /></p>
<script type="application/json" data-scope="inboxmarkup">{"api_version":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name":"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"https://github.githubassets.com/images/email/message_cards/header.png","avatar_image_url":"https://github.githubassets.com/images/email/message_cards/avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/quicwg/base-drafts"}},"updates":{"snippets":[{"icon":"PERSON","message":"@mikkelfj in #2345: Please see my response here: https://github.com/quicwg/base-drafts/pull/2352#issuecomment-455762660\r\n\r\nI don't object to the intention, I fact I seem to recall finding the original text overlooking this. But we just need to be careful here."}],"action":{"name":"View Issue","url":"https://github.com/quicwg/base-drafts/issues/2345#issuecomment-455763037"}}}</script>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/issues/2345#issuecomment-455763037",
"url": "https://github.com/quicwg/base-drafts/issues/2345#issuecomment-455763037",
"name": "View Issue"
},
"description": "View this Issue on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>
----==_mimepart_5c42ea00d68c4_298f3fe58e0d45b836568a--


From nobody Sat Jan 19 01:42: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 CB9E0130DC4 for <quic-issues@ietfa.amsl.com>; Sat, 19 Jan 2019 01:42:14 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -12.553
X-Spam-Level: 
X-Spam-Status: No, score=-12.553 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIMWL_WL_HIGH=-4.553, 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_PASS=-0.001] autolearn=ham autolearn_force=no
Authentication-Results: ietfa.amsl.com (amavisd-new); dkim=pass (1024-bit key) header.d=github.com
Received: from mail.ietf.org ([4.31.198.44]) by localhost (ietfa.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 4y2USivn7Pvy for <quic-issues@ietfa.amsl.com>; Sat, 19 Jan 2019 01:42: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 950A112E043 for <quic-issues@ietf.org>; Sat, 19 Jan 2019 01:42:12 -0800 (PST)
Date: Sat, 19 Jan 2019 01:42:11 -0800
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1547890931; bh=uKmoSkr/akPrNdWqKiqin4uzBYdpseHG4hhOL27x0Ic=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=TABeqJ3tM5+enrJiVvzMMwh4kvYWtb4olzdeMUaQxbt9g13Xn/qHnirS2ZKLYtLio 9WO25A6SwHGl1dmDabMNWFaK0EaXamFAU1uOpeC8WrAkQpaLTeJ6+/RlLYWXnE13Tm rgWdCrCSUmA1f+0W8vNrWC1xoghWSSr5Zjz6g9mY=
From: MikkelFJ <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+0166e4ab8ddfb5b451a0a81018b5d228428abbe3abfc572592cf00000001185ab2f392a169ce17e0387c@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/issues/2345/455764961@github.com>
In-Reply-To: <quicwg/base-drafts/issues/2345@github.com>
References: <quicwg/base-drafts/issues/2345@github.com>
Subject: Re: [quicwg/base-drafts] STOP_SENDING on implicitly opened streams is error-prone (#2345)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5c42f0f34a783_67773f8efdcd45bc13244"; 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/-HcRacmI8FnCqBNUyf3jDpPYWKM>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
List-Id: Notification list for GitHub issues related to the QUIC WG <quic-issues.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=unsubscribe>
List-Archive: <https://mailarchive.ietf.org/arch/browse/quic-issues/>
List-Post: <mailto:quic-issues@ietf.org>
List-Help: <mailto:quic-issues-request@ietf.org?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, 19 Jan 2019 09:42:15 -0000

----==_mimepart_5c42f0f34a783_67773f8efdcd45bc13244
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

The old and new text is based on the senders local created state.
But the peer cannot know the senders local state.

https://quicwg.org/base-drafts/draft-ietf-quic-transport.html#fig-stream-send-states

The fact that a sender created a stream does not mean that the peer has the information yet. It cannot have that information before the highest numbered stream is beyond the READY state.

A peer could legally send STOP_SENDING if it has a out of band information about the senders state even if it is not permitted to send anything else.

The text should instead forbid a peer from sending STOP_SENDING on any stream that is not yet created at its end, meaning it has seen data from the same stream or a higher stream of same kind.

Also the sender should not accept STOP_SENDING unless the local stream state is beyond Ready, or a higher numbered stream of same kind is beyond 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/issues/2345#issuecomment-455764961
----==_mimepart_5c42f0f34a783_67773f8efdcd45bc13244
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: quoted-printable

<p>The old and new text is based on the senders local created state.<br>
But the peer cannot know the senders local state.</p>
<p><a href=3D"https://quicwg.org/base-drafts/draft-ietf-quic-transport.ht=
ml#fig-stream-send-states" rel=3D"nofollow">https://quicwg.org/base-draft=
s/draft-ietf-quic-transport.html#fig-stream-send-states</a></p>
<p>The fact that a sender created a stream does not mean that the peer ha=
s the information yet. It cannot have that information before the highest=
 numbered stream is beyond the READY state.</p>
<p>A peer could legally send STOP_SENDING if it has a out of band informa=
tion about the senders state even if it is not permitted to send anything=
 else.</p>
<p>The text should instead forbid a peer from sending STOP_SENDING on any=
 stream that is not yet created at its end, meaning it has seen data from=
 the same stream or a higher stream of same kind.</p>
<p>Also the sender should not accept STOP_SENDING unless the local stream=
 state is beyond Ready, or a higher numbered stream of same kind is beyon=
d Ready.</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/2345#issuecomment-455764961">view it on GitHub</a>,=
 or <a href=3D"https://github.com/notifications/unsubscribe-auth/AWbkq71V=
UwtlKjLJARbG7kC9oY8TY4DJks5vEuhzgaJpZM4aHOJG">mute the thread</a>.<img sr=
c=3D"https://github.com/notifications/beacon/AWbkqwAQywixHaWJ3a5n8NuV_xxE=
ihyAks5vEuhzgaJpZM4aHOJG.gif" height=3D"1" width=3D"1" alt=3D"" /></p>
<script type=3D"application/json" data-scope=3D"inboxmarkup">{"api_versio=
n":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name"=
:"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"=
quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"http=
s://github.githubassets.com/images/email/message_cards/header.png","avata=
r_image_url":"https://github.githubassets.com/images/email/message_cards/=
avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/q=
uicwg/base-drafts"}},"updates":{"snippets":[{"icon":"PERSON","message":"@=
mikkelfj in #2345: The old and new text is based on the senders local cre=
ated state.\r\nBut the peer cannot know the senders local state.\r\n\r\nh=
ttps://quicwg.org/base-drafts/draft-ietf-quic-transport.html#fig-stream-s=
end-states\r\n\r\nThe fact that a sender created a stream does not mean t=
hat the peer has the information yet. It cannot have that information bef=
ore the highest numbered stream is beyond the READY state.\r\n\r\nA peer =
could legally send STOP_SENDING if it has a out of band information about=
 the senders state even if it is not permitted to send anything else.\r\n=
\r\nThe text should instead forbid a peer from sending STOP_SENDING on an=
y stream that is not yet created at its end, meaning it has seen data fro=
m the same stream or a higher stream of same kind.\r\n\r\nAlso the sender=
 should not accept STOP_SENDING unless the local stream state is beyond R=
eady, or a higher numbered stream of same kind is beyond Ready."}],"actio=
n":{"name":"View Issue","url":"https://github.com/quicwg/base-drafts/issu=
es/2345#issuecomment-455764961"}}}</script>
<script type=3D"application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/issues/2345#issuecomment=
-455764961",
"url": "https://github.com/quicwg/base-drafts/issues/2345#issuecomment-45=
5764961",
"name": "View Issue"
},
"description": "View this Issue on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>=

----==_mimepart_5c42f0f34a783_67773f8efdcd45bc13244--


From nobody Sat Jan 19 01:47: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 B5FF2130DC4 for <quic-issues@ietfa.amsl.com>; Sat, 19 Jan 2019 01:47:09 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -11.149
X-Spam-Level: 
X-Spam-Status: No, score=-11.149 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIMWL_WL_HIGH=-4.553, 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_PASS=-0.001] autolearn=ham autolearn_force=no
Authentication-Results: ietfa.amsl.com (amavisd-new); dkim=pass (1024-bit key) header.d=github.com
Received: from mail.ietf.org ([4.31.198.44]) by localhost (ietfa.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id ewrCYg0-IA7r for <quic-issues@ietfa.amsl.com>; Sat, 19 Jan 2019 01:47: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 3EAAA12E043 for <quic-issues@ietf.org>; Sat, 19 Jan 2019 01:47:08 -0800 (PST)
Date: Sat, 19 Jan 2019 01:47:06 -0800
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1547891226; bh=gg9XSTFqQukZimcNAvBJoRM7EDayXZ4x6cf3n5JKp2A=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=p05kOlIb5DvINVahiyWV2kvRjKKcPxiCbkYTcwpZQ4vP+j0t4yqOGWb0x78IOk5wH FBExpaaYY1354ysu/CsjgbLZoiJKJzHZEq55pkdL6K+YBCTvmYlNoC0Q3ocaYIh2Z5 eOSxA34I37wr3+TLMY1DPiO+dVk8RieARLLvhEiE=
From: MikkelFJ <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+0166e4abee75536cb62bd725666fc1be1c5fa3205f277a0e92cf00000001185ab41a92a169ce17e0387c@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/issues/2345/455765321@github.com>
In-Reply-To: <quicwg/base-drafts/issues/2345@github.com>
References: <quicwg/base-drafts/issues/2345@github.com>
Subject: Re: [quicwg/base-drafts] STOP_SENDING on implicitly opened streams is error-prone (#2345)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5c42f21ad7796_5b033f8efdcd45bc953059"; 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/Nw4JbMsEJNP6zG3J4JM7QJaADuA>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
List-Id: Notification list for GitHub issues related to the QUIC WG <quic-issues.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=unsubscribe>
List-Archive: <https://mailarchive.ietf.org/arch/browse/quic-issues/>
List-Post: <mailto:quic-issues@ietf.org>
List-Help: <mailto:quic-issues-request@ietf.org?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, 19 Jan 2019 09:47:10 -0000

----==_mimepart_5c42f21ad7796_5b033f8efdcd45bc953059
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

What makes this difficult is the remote initiated uni-streams do not have a created state in the same way a bidi-stream has. STOP_SENDING should behave the as if the stream was a bidi stream only be allowed send STOP_SENDING when it can send data on the reverse channel. But it doesn't make sense to say that for uni streams. This leads to assumptions on state at the wrong end of 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/2345#issuecomment-455765321
----==_mimepart_5c42f21ad7796_5b033f8efdcd45bc953059
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: quoted-printable

<p>What makes this difficult is the remote initiated uni-streams do not h=
ave a created state in the same way a bidi-stream has. STOP_SENDING shoul=
d behave the as if the stream was a bidi stream only be allowed send STOP=
_SENDING when it can send data on the reverse channel. But it doesn't mak=
e sense to say that for uni streams. This leads to assumptions on state a=
t the wrong end of the connection.</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/2345#issuecomment-455765321">view it on GitHub</a>,=
 or <a href=3D"https://github.com/notifications/unsubscribe-auth/AWbkq-vb=
KUY3hJ_P-BZZHWYiGySwdPk1ks5vEumagaJpZM4aHOJG">mute the thread</a>.<img sr=
c=3D"https://github.com/notifications/beacon/AWbkq2yIdMG7ZeWYfyZtFhYIKhd-=
pTIVks5vEumagaJpZM4aHOJG.gif" height=3D"1" width=3D"1" alt=3D"" /></p>
<script type=3D"application/json" data-scope=3D"inboxmarkup">{"api_versio=
n":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name"=
:"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"=
quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"http=
s://github.githubassets.com/images/email/message_cards/header.png","avata=
r_image_url":"https://github.githubassets.com/images/email/message_cards/=
avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/q=
uicwg/base-drafts"}},"updates":{"snippets":[{"icon":"PERSON","message":"@=
mikkelfj in #2345: What makes this difficult is the remote initiated uni-=
streams do not have a created state in the same way a bidi-stream has. ST=
OP_SENDING should behave the as if the stream was a bidi stream only be a=
llowed send STOP_SENDING when it can send data on the reverse channel. Bu=
t it doesn't make sense to say that for uni streams. This leads to assump=
tions on state at the wrong end of the connection."}],"action":{"name":"V=
iew Issue","url":"https://github.com/quicwg/base-drafts/issues/2345#issue=
comment-455765321"}}}</script>
<script type=3D"application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/issues/2345#issuecomment=
-455765321",
"url": "https://github.com/quicwg/base-drafts/issues/2345#issuecomment-45=
5765321",
"name": "View Issue"
},
"description": "View this Issue on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>=

----==_mimepart_5c42f21ad7796_5b033f8efdcd45bc953059--


From nobody Sat Jan 19 01:53: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 A8211130DC4 for <quic-issues@ietfa.amsl.com>; Sat, 19 Jan 2019 01:53:43 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -12.553
X-Spam-Level: 
X-Spam-Status: No, score=-12.553 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIMWL_WL_HIGH=-4.553, 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_PASS=-0.001] autolearn=ham autolearn_force=no
Authentication-Results: ietfa.amsl.com (amavisd-new); dkim=pass (1024-bit key) header.d=github.com
Received: from mail.ietf.org ([4.31.198.44]) by localhost (ietfa.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id Tm-w6wyo1tLo for <quic-issues@ietfa.amsl.com>; Sat, 19 Jan 2019 01:53:41 -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 AB8B912E043 for <quic-issues@ietf.org>; Sat, 19 Jan 2019 01:53:41 -0800 (PST)
Date: Sat, 19 Jan 2019 01:53:40 -0800
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1547891620; bh=WdNeL3RzQjkOyzXteGv2iGEoIcHSv6JznjKZ630B0UU=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=G22KsGiWCJMpSYIQfIDEMpY3oFkEHpu5gux7fAxyfjD5cxeSEGksLT8oQ19g1gEhY CEbG0+j1cViKEGKM1jHKgaydwrcVQCzREpiHbclR5XEmkdQOV97ZaX9tJaMWuJqF89 kJRM6EvQ6uehoRlVr7NrrFl1iLZ1AI3gM4qGFr9Q=
From: MikkelFJ <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+0166e4ab7ca0dd5b7d914e15b7a92840813dc2676ee35ea792cf00000001185ab5a492a169ce17e62532@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/pull/2352/c455765790@github.com>
In-Reply-To: <quicwg/base-drafts/pull/2352@github.com>
References: <quicwg/base-drafts/pull/2352@github.com>
Subject: Re: [quicwg/base-drafts] allow STOP_SENDING on implicitly opened streams (#2352)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5c42f3a499bfe_48693feef40d45bc8167e8"; 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/1ltNi9jMdpmKahZkM9-WWtzx-ZQ>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
List-Id: Notification list for GitHub issues related to the QUIC WG <quic-issues.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=unsubscribe>
List-Archive: <https://mailarchive.ietf.org/arch/browse/quic-issues/>
List-Post: <mailto:quic-issues@ietf.org>
List-Help: <mailto:quic-issues-request@ietf.org?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, 19 Jan 2019 09:53:44 -0000

----==_mimepart_5c42f3a499bfe_48693feef40d45bc8167e8
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

propose:

Receipt of a STOP_SENDING frame is invalid for a locally-initiated stream that
has not yet been created or is in the "Ready" state (see
{{stream-send-states}}). Receiving a STOP_SENDING frame for a locally-initiated
stream that has not transitioned past Ready state MUST be treated as a connection error of type
STREAM_STATE_ERROR unless there is a higher numbered stream that has made this transition already.  A peer must have seen data on the same stream or a higher numbered stream of same type before sending STOP_SENDING. An endpoint that receives a STOP_SENDING frame for a
receive-only stream MUST terminate the connection with error STREAM_STATE_ERROR.

See also discussion on associated issue. Removing Ready is not safe as this can lead to speculative STOP_SENDING, for example based on assumed out of band knowledge of the senders local 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/2352#issuecomment-455765790
----==_mimepart_5c42f3a499bfe_48693feef40d45bc8167e8
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: quoted-printable

<p>propose:</p>
<p>Receipt of a STOP_SENDING frame is invalid for a locally-initiated str=
eam that<br>
has not yet been created or is in the "Ready" state (see<br>
{{stream-send-states}}). Receiving a STOP_SENDING frame for a locally-ini=
tiated<br>
stream that has not transitioned past Ready state MUST be treated as a co=
nnection error of type<br>
STREAM_STATE_ERROR unless there is a higher numbered stream that has made=
 this transition already.  A peer must have seen data on the same stream =
or a higher numbered stream of same type before sending STOP_SENDING. An =
endpoint that receives a STOP_SENDING frame for a<br>
receive-only stream MUST terminate the connection with error STREAM_STATE=
_ERROR.</p>
<p>See also discussion on associated issue. Removing Ready is not safe as=
 this can lead to speculative STOP_SENDING, for example based on assumed =
out of band knowledge of the senders local state.</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/pull/2352#issuecomment-455765790">view it on GitHub</a>, o=
r <a href=3D"https://github.com/notifications/unsubscribe-auth/AWbkq9bGqU=
njgPKLZLXqs0KbdsyBFneaks5vEuskgaJpZM4aI83x">mute the thread</a>.<img src=3D=
"https://github.com/notifications/beacon/AWbkq50xrXKP9H1PpJBasa0XzkX1lFru=
ks5vEuskgaJpZM4aI83x.gif" height=3D"1" width=3D"1" alt=3D"" /></p>
<script type=3D"application/json" data-scope=3D"inboxmarkup">{"api_versio=
n":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name"=
:"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"=
quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"http=
s://github.githubassets.com/images/email/message_cards/header.png","avata=
r_image_url":"https://github.githubassets.com/images/email/message_cards/=
avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/q=
uicwg/base-drafts"}},"updates":{"snippets":[{"icon":"PERSON","message":"@=
mikkelfj in #2352: propose:\r\n\r\nReceipt of a STOP_SENDING frame is inv=
alid for a locally-initiated stream that\r\nhas not yet been created or i=
s in the \"Ready\" state (see\r\n{{stream-send-states}}). Receiving a STO=
P_SENDING frame for a locally-initiated\r\nstream that has not transition=
ed past Ready state MUST be treated as a connection error of type\r\nSTRE=
AM_STATE_ERROR unless there is a higher numbered stream that has made thi=
s transition already.  A peer must have seen data on the same stream or a=
 higher numbered stream of same type before sending STOP_SENDING. An endp=
oint that receives a STOP_SENDING frame for a\r\nreceive-only stream MUST=
 terminate the connection with error STREAM_STATE_ERROR.\r\n\r\nSee also =
discussion on associated issue. Removing Ready is not safe as this can le=
ad to speculative STOP_SENDING, for example based on assumed out of band =
knowledge of the senders local state."}],"action":{"name":"View Pull Requ=
est","url":"https://github.com/quicwg/base-drafts/pull/2352#issuecomment-=
455765790"}}}</script>
<script type=3D"application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/pull/2352#issuecomment-4=
55765790",
"url": "https://github.com/quicwg/base-drafts/pull/2352#issuecomment-4557=
65790",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>=

----==_mimepart_5c42f3a499bfe_48693feef40d45bc8167e8--


From nobody Sat Jan 19 02:12: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 E2B59130DC2 for <quic-issues@ietfa.amsl.com>; Sat, 19 Jan 2019 02:12:56 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -12.552
X-Spam-Level: 
X-Spam-Status: No, score=-12.552 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIMWL_WL_HIGH=-4.553, 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_PASS=-0.001] autolearn=ham autolearn_force=no
Authentication-Results: ietfa.amsl.com (amavisd-new); dkim=pass (1024-bit key) header.d=github.com
Received: from mail.ietf.org ([4.31.198.44]) by localhost (ietfa.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id VE1xHS7fdjRB for <quic-issues@ietfa.amsl.com>; Sat, 19 Jan 2019 02:12:55 -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 6552212E043 for <quic-issues@ietf.org>; Sat, 19 Jan 2019 02:12:55 -0800 (PST)
Date: Sat, 19 Jan 2019 02:12:54 -0800
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1547892774; bh=p/tjn0tRBsD12wfnhhYfyyA1H1yBqaQzYbfrUEl9szk=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=gl5IcsVxuQtXLFMrpnMpclH92A5JhzvtlHmHKzHzov7BCsZpeqArDMbaAtCM2/DJh eZgU0EnyS4Uvj9o/28zei0KO4S2cVcz2pKZbUGHSYj46c0HRgy/gqJLaUDu8Pe/nQO EjJmWa3zT0UQ0pVoW3K8KZon5wpFnSbOxCyHubHg=
From: Kazuho Oku <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+0166e4abfabb658481f50ae17a5c10191bf254a1a2499ac692cf00000001185aba2692a169ce17e62532@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/pull/2352/review/194351985@github.com>
In-Reply-To: <quicwg/base-drafts/pull/2352@github.com>
References: <quicwg/base-drafts/pull/2352@github.com>
Subject: Re: [quicwg/base-drafts] allow STOP_SENDING on implicitly opened streams (#2352)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5c42f82645503_26003fab35ad45c423939a"; 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/vzP_ZdqBONnWP5N4Tq-Dpll50ms>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
List-Id: Notification list for GitHub issues related to the QUIC WG <quic-issues.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=unsubscribe>
List-Archive: <https://mailarchive.ietf.org/arch/browse/quic-issues/>
List-Post: <mailto:quic-issues@ietf.org>
List-Help: <mailto:quic-issues-request@ietf.org?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, 19 Jan 2019 10:12:57 -0000

----==_mimepart_5c42f82645503_26003fab35ad45c423939a
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

kazuho commented on this pull request.



> @@ -4491,10 +4491,9 @@ to abruptly terminate transmission on a stream.
 Receipt of a STOP_SENDING frame is invalid for a locally-initiated stream that
 has not yet been created or is in the "Ready" state (see
 {{stream-send-states}}). Receiving a STOP_SENDING frame for a locally-initiated
-stream that is "Ready" or not yet created MUST be treated as a connection error
-of type STREAM_STATE_ERROR.  An endpoint that receives a STOP_SENDING frame for
-a receive-only stream MUST terminate the connection with error
-STREAM_STATE_ERROR.
+stream that is not yet created MUST be treated as a connection error of type

I think the other approach we might consider is to state that a stream enters a Ready state when the endpoints send a frame containing a higher stream ID.

Taking that approach might help resolve @mikkelfj's concern that the definition is becoming loose.

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/quicwg/base-drafts/pull/2352#pullrequestreview-194351985
----==_mimepart_5c42f82645503_26003fab35ad45c423939a
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/2352#discussion_r249240916">draft-ietf-quic-transport.md</a>:</p>
<pre style='color:#555'>&gt; @@ -4491,10 +4491,9 @@ to abruptly terminate transmission on a stream.
 Receipt of a STOP_SENDING frame is invalid for a locally-initiated stream that
 has not yet been created or is in the &quot;Ready&quot; state (see
 {{stream-send-states}}). Receiving a STOP_SENDING frame for a locally-initiated
-stream that is &quot;Ready&quot; or not yet created MUST be treated as a connection error
-of type STREAM_STATE_ERROR.  An endpoint that receives a STOP_SENDING frame for
-a receive-only stream MUST terminate the connection with error
-STREAM_STATE_ERROR.
+stream that is not yet created MUST be treated as a connection error of type
</pre>
<p>I think the other approach we might consider is to state that a stream enters a Ready state when the endpoints send a frame containing a higher stream ID.</p>
<p>Taking that approach might help resolve <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>'s concern that the definition is becoming loose.</p>

<p style="font-size:small;-webkit-text-size-adjust:none;color:#666;">&mdash;<br />You are receiving this because you are subscribed to this thread.<br />Reply to this email directly, <a href="https://github.com/quicwg/base-drafts/pull/2352#pullrequestreview-194351985">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AWbkqzAwt_nTNuR5dSDP4g3KS9gRGJqzks5vEu-mgaJpZM4aI83x">mute the thread</a>.<img src="https://github.com/notifications/beacon/AWbkqyUKIIQ_BdOAbaBSVDoeVr8mMKUiks5vEu-mgaJpZM4aI83x.gif" height="1" width="1" alt="" /></p>
<script type="application/json" data-scope="inboxmarkup">{"api_version":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name":"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"https://github.githubassets.com/images/email/message_cards/header.png","avatar_image_url":"https://github.githubassets.com/images/email/message_cards/avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/quicwg/base-drafts"}},"updates":{"snippets":[{"icon":"PERSON","message":"@kazuho commented on #2352"}],"action":{"name":"View Pull Request","url":"https://github.com/quicwg/base-drafts/pull/2352#pullrequestreview-194351985"}}}</script>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/pull/2352#pullrequestreview-194351985",
"url": "https://github.com/quicwg/base-drafts/pull/2352#pullrequestreview-194351985",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>
----==_mimepart_5c42f82645503_26003fab35ad45c423939a--


From nobody Sat Jan 19 02:13: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 02D84130DC2 for <quic-issues@ietfa.amsl.com>; Sat, 19 Jan 2019 02:13:49 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -11.149
X-Spam-Level: 
X-Spam-Status: No, score=-11.149 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIMWL_WL_HIGH=-4.553, 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_PASS=-0.001] autolearn=ham autolearn_force=no
Authentication-Results: ietfa.amsl.com (amavisd-new); dkim=pass (1024-bit key) header.d=github.com
Received: from mail.ietf.org ([4.31.198.44]) by localhost (ietfa.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id OvTRPHHbTJIk for <quic-issues@ietfa.amsl.com>; Sat, 19 Jan 2019 02:13: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 677C912E043 for <quic-issues@ietf.org>; Sat, 19 Jan 2019 02:13:47 -0800 (PST)
Date: Sat, 19 Jan 2019 02:13:46 -0800
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1547892826; bh=dZ+prcVSVx0fPz9/CCOzcDwgymsmK41xHcf1fD3oXk8=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=wOQRvCwpGGTy6/kEsl87fBXIVUKzrKu6qPgGEgqN/7IY2idp7wxqMZG4coTSX91N1 pS4bW2g3/TlxXbyt90o5pMNRlC2YpWS4Lyj4ZfpFlQd8VRafC5EfHn/k+D06d89Z/v 4Xy86H7/9otNI7aPZJkmz4yl6VUBU3Tut3kjWtxg=
From: Marten Seemann <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+0166e4abd03fc2aae57717d48eef8329455a955a092cc8fa92cf00000001185aba5a92a169ce17e62532@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/pull/2352/c455767160@github.com>
In-Reply-To: <quicwg/base-drafts/pull/2352@github.com>
References: <quicwg/base-drafts/pull/2352@github.com>
Subject: Re: [quicwg/base-drafts] allow STOP_SENDING on implicitly opened streams (#2352)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5c42f85a44ed4_10173fe0e2ad45b4118495"; 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/A3Y7itvxKiUcMqApbUK1y66E_mA>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
List-Id: Notification list for GitHub issues related to the QUIC WG <quic-issues.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=unsubscribe>
List-Archive: <https://mailarchive.ietf.org/arch/browse/quic-issues/>
List-Post: <mailto:quic-issues@ietf.org>
List-Help: <mailto:quic-issues-request@ietf.org?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, 19 Jan 2019 10:13:49 -0000

----==_mimepart_5c42f85a44ed4_10173fe0e2ad45b4118495
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

I don't think we gain anything by worrying about out-of-band knowledge about stream states, and I don't think that @mikkelfj's text suggestion is readable. The same would apply to MAX_STREAM_DATA frames for remote-opened streams 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/2352#issuecomment-455767160
----==_mimepart_5c42f85a44ed4_10173fe0e2ad45b4118495
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

<p>I don't think we gain anything by worrying about out-of-band knowledge about stream states, and I don't think that <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>'s text suggestion is readable. The same would apply to MAX_STREAM_DATA frames for remote-opened streams 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/2352#issuecomment-455767160">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AWbkq9j2r-fmw6TyK0UjVkPZbYV-ztiJks5vEu_agaJpZM4aI83x">mute the thread</a>.<img src="https://github.com/notifications/beacon/AWbkq_ldf0feLIbKhIEISq-2jhtRDLFAks5vEu_agaJpZM4aI83x.gif" height="1" width="1" alt="" /></p>
<script type="application/json" data-scope="inboxmarkup">{"api_version":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name":"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"https://github.githubassets.com/images/email/message_cards/header.png","avatar_image_url":"https://github.githubassets.com/images/email/message_cards/avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/quicwg/base-drafts"}},"updates":{"snippets":[{"icon":"PERSON","message":"@marten-seemann in #2352: I don't think we gain anything by worrying about out-of-band knowledge about stream states, and I don't think that @mikkelfj's text suggestion is readable. The same would apply to MAX_STREAM_DATA frames for remote-opened streams as well."}],"action":{"name":"View Pull Request","url":"https://github.com/quicwg/base-drafts/pull/2352#issuecomment-455767160"}}}</script>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/pull/2352#issuecomment-455767160",
"url": "https://github.com/quicwg/base-drafts/pull/2352#issuecomment-455767160",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>
----==_mimepart_5c42f85a44ed4_10173fe0e2ad45b4118495--


From nobody Sat Jan 19 02: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 3F18512E043 for <quic-issues@ietfa.amsl.com>; Sat, 19 Jan 2019 02:15:44 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -10.935
X-Spam-Level: 
X-Spam-Status: No, score=-10.935 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIMWL_WL_HIGH=-4.553, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, HTML_IMAGE_ONLY_24=1.618, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-1, RCVD_IN_DNSWL_HI=-5, SPF_PASS=-0.001] autolearn=ham autolearn_force=no
Authentication-Results: ietfa.amsl.com (amavisd-new); dkim=pass (1024-bit key) header.d=github.com
Received: from mail.ietf.org ([4.31.198.44]) by localhost (ietfa.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id ybB_2NVVrjXR for <quic-issues@ietfa.amsl.com>; Sat, 19 Jan 2019 02:15: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 8919E128CF3 for <quic-issues@ietf.org>; Sat, 19 Jan 2019 02:15:42 -0800 (PST)
Date: Sat, 19 Jan 2019 02:15:41 -0800
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1547892941; bh=Yzfjb/+GfH0fAEnZ45JtszpPTN3s5sNPQuN2MbY0HbQ=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=iyLOwSWu5qCXQlo3G0FXQPAzImsLMi00+hOLMeyod94heeXCFcZO1L43pzxbAQJOS zNrXX2VJ7CJJP0d7ExdlJzaWEyZtUIRlIiB4AsOr481aI5fQ0goT969C03Wna9Tr7e 8Zv+bLsDBrib/0CZwSqLJTGywZ1pSWzwInHqD/8k=
From: MikkelFJ <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+0166e4ab1c8d9b0427e2f04985b74eed5614c6bf1888e2db92cf00000001185abacd92a169ce17e62532@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/pull/2352/c455767291@github.com>
In-Reply-To: <quicwg/base-drafts/pull/2352@github.com>
References: <quicwg/base-drafts/pull/2352@github.com>
Subject: Re: [quicwg/base-drafts] allow STOP_SENDING on implicitly opened streams (#2352)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5c42f8cd86ca5_2ab93f8fcc4d45b84734a9"; 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/MsmO0wWmjvAXKl9MIv4bsqmPF_M>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
List-Id: Notification list for GitHub issues related to the QUIC WG <quic-issues.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=unsubscribe>
List-Archive: <https://mailarchive.ietf.org/arch/browse/quic-issues/>
List-Post: <mailto:quic-issues@ietf.org>
List-Help: <mailto:quic-issues-request@ietf.org?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, 19 Jan 2019 10:15:44 -0000

----==_mimepart_5c42f8cd86ca5_2ab93f8fcc4d45b84734a9
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

Note that just edited my text. I think @kazuho has a point. But it still needs to be clear what the remote endpoint must observe before 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/pull/2352#issuecomment-455767291
----==_mimepart_5c42f8cd86ca5_2ab93f8fcc4d45b84734a9
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

<p>Note that just edited my text. 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> has a point. But it still needs to be clear what the remote endpoint must observe before 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/pull/2352#issuecomment-455767291">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AWbkq9pV2cVFQuvAaO7XP099t7WZeguuks5vEvBNgaJpZM4aI83x">mute the thread</a>.<img src="https://github.com/notifications/beacon/AWbkq1-qvTTasQUMEIfJaHVwp-xiC0eKks5vEvBNgaJpZM4aI83x.gif" height="1" width="1" alt="" /></p>
<script type="application/json" data-scope="inboxmarkup">{"api_version":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name":"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"https://github.githubassets.com/images/email/message_cards/header.png","avatar_image_url":"https://github.githubassets.com/images/email/message_cards/avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/quicwg/base-drafts"}},"updates":{"snippets":[{"icon":"PERSON","message":"@mikkelfj in #2352: Note that just edited my text. I think @kazuho has a point. But it still needs to be clear what the remote endpoint must observe before sending."}],"action":{"name":"View Pull Request","url":"https://github.com/quicwg/base-drafts/pull/2352#issuecomment-455767291"}}}</script>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/pull/2352#issuecomment-455767291",
"url": "https://github.com/quicwg/base-drafts/pull/2352#issuecomment-455767291",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>
----==_mimepart_5c42f8cd86ca5_2ab93f8fcc4d45b84734a9--


From nobody Sat Jan 19 02: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 A8F0A12E043 for <quic-issues@ietfa.amsl.com>; Sat, 19 Jan 2019 02:18:57 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -10.935
X-Spam-Level: 
X-Spam-Status: No, score=-10.935 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIMWL_WL_HIGH=-4.553, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, HTML_IMAGE_ONLY_24=1.618, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-1, RCVD_IN_DNSWL_HI=-5, SPF_PASS=-0.001] autolearn=ham autolearn_force=no
Authentication-Results: ietfa.amsl.com (amavisd-new); dkim=pass (1024-bit key) header.d=github.com
Received: from mail.ietf.org ([4.31.198.44]) by localhost (ietfa.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id ftOWxnD2PKd1 for <quic-issues@ietfa.amsl.com>; Sat, 19 Jan 2019 02:18:55 -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 0C7F6128CF3 for <quic-issues@ietf.org>; Sat, 19 Jan 2019 02:18:55 -0800 (PST)
Date: Sat, 19 Jan 2019 02:18:54 -0800
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1547893134; bh=4t3FONnpfBxsdzFxgW8eiBHPkBdO7id5+WpPlw/n+Tw=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=Z4x9pfH9oiEsAeb+yTsUcgRpcpHDm1uZr0TjypN+5jxh/sbBxCa7sH65Ild8kA1x0 dHpY4ceFBNYHD3hEcL4+clfFRgk92AXB4S5t6d6yH9e0w8wgf8njjsleXXP2mV9XgO WDfGshwVNOcHjRvyAIjOpKkiBDJApElUD4gTJ3SM=
From: MikkelFJ <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+0166e4abbc7eac43bd28b4b352e3f91e05a5372eca241d0b92cf00000001185abb8e92a169ce17e62532@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/pull/2352/c455767499@github.com>
In-Reply-To: <quicwg/base-drafts/pull/2352@github.com>
References: <quicwg/base-drafts/pull/2352@github.com>
Subject: Re: [quicwg/base-drafts] allow STOP_SENDING on implicitly opened streams (#2352)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5c42f98ebbdf_5623fdb9b4d45c074947c"; 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/U4EEThyF3E8iQT9M9NJt1yCZHZk>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
List-Id: Notification list for GitHub issues related to the QUIC WG <quic-issues.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=unsubscribe>
List-Archive: <https://mailarchive.ietf.org/arch/browse/quic-issues/>
List-Post: <mailto:quic-issues@ietf.org>
List-Help: <mailto:quic-issues-request@ietf.org?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, 19 Jan 2019 10:18:58 -0000

----==_mimepart_5c42f98ebbdf_5623fdb9b4d45c074947c
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

> The same would apply to MAX_STREAM_DATA 

I think that needs to be fixed as well. The frame might get lost due to race conditions.

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/quicwg/base-drafts/pull/2352#issuecomment-455767499
----==_mimepart_5c42f98ebbdf_5623fdb9b4d45c074947c
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

<blockquote>
<p>The same would apply to MAX_STREAM_DATA</p>
</blockquote>
<p>I think that needs to be fixed as well. The frame might get lost due to race conditions.</p>

<p style="font-size:small;-webkit-text-size-adjust:none;color:#666;">&mdash;<br />You are receiving this because you are subscribed to this thread.<br />Reply to this email directly, <a href="https://github.com/quicwg/base-drafts/pull/2352#issuecomment-455767499">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AWbkq5dGe8RFwd2eCYlgYBVvIMAFOh1eks5vEvEOgaJpZM4aI83x">mute the thread</a>.<img src="https://github.com/notifications/beacon/AWbkq8ydZpfe06rorjbKpn5PSLhWn_Vzks5vEvEOgaJpZM4aI83x.gif" height="1" width="1" alt="" /></p>
<script type="application/json" data-scope="inboxmarkup">{"api_version":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name":"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"https://github.githubassets.com/images/email/message_cards/header.png","avatar_image_url":"https://github.githubassets.com/images/email/message_cards/avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/quicwg/base-drafts"}},"updates":{"snippets":[{"icon":"PERSON","message":"@mikkelfj in #2352: \u003e The same would apply to MAX_STREAM_DATA \r\n\r\nI think that needs to be fixed as well. The frame might get lost due to race conditions."}],"action":{"name":"View Pull Request","url":"https://github.com/quicwg/base-drafts/pull/2352#issuecomment-455767499"}}}</script>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/pull/2352#issuecomment-455767499",
"url": "https://github.com/quicwg/base-drafts/pull/2352#issuecomment-455767499",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>
----==_mimepart_5c42f98ebbdf_5623fdb9b4d45c074947c--


From nobody Sat Jan 19 02:20: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 2AD1712E043 for <quic-issues@ietfa.amsl.com>; Sat, 19 Jan 2019 02:20:27 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -10.935
X-Spam-Level: 
X-Spam-Status: No, score=-10.935 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIMWL_WL_HIGH=-4.553, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, HTML_IMAGE_ONLY_24=1.618, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-1, RCVD_IN_DNSWL_HI=-5, SPF_PASS=-0.001] autolearn=ham autolearn_force=no
Authentication-Results: ietfa.amsl.com (amavisd-new); dkim=pass (1024-bit key) header.d=github.com
Received: from mail.ietf.org ([4.31.198.44]) by localhost (ietfa.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id xP8mQjVT0sbX for <quic-issues@ietfa.amsl.com>; Sat, 19 Jan 2019 02:20: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 8BCB312008A for <quic-issues@ietf.org>; Sat, 19 Jan 2019 02:20:25 -0800 (PST)
Date: Sat, 19 Jan 2019 02:20:24 -0800
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1547893224; bh=/RDZUuxaCOgTrx0UpM5OA6wK9dd5DOAwyzg8ufqR/dk=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=WN8CX1wHJUoJzbN9wxHO6+H6dFwoW0LoVsfdkBeK2OLAdBfkjdjUILG/7ANCmWtbU XMoVZdMngYvxnsnoMAbGxyX1sryjf21mhI1RH0Qm0hD4cu70QgLBq27GDkDU+Wumqo XvyRpZS3jNdd0eyGB8ThyUi0+xcQWU+WlQ4dhTKA=
From: Marten Seemann <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+0166e4aba51fd8dbf080b148861980ecd541f852df20def192cf00000001185abbe892a169ce17e62532@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/pull/2352/c455767591@github.com>
In-Reply-To: <quicwg/base-drafts/pull/2352@github.com>
References: <quicwg/base-drafts/pull/2352@github.com>
Subject: Re: [quicwg/base-drafts] allow STOP_SENDING on implicitly opened streams (#2352)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5c42f9e8c11b1_18ba3fa7358d45c0800b3"; 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/CaFje7yrtQd9vbsVIZH6dgTdHQ8>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
List-Id: Notification list for GitHub issues related to the QUIC WG <quic-issues.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=unsubscribe>
List-Archive: <https://mailarchive.ietf.org/arch/browse/quic-issues/>
List-Post: <mailto:quic-issues@ietf.org>
List-Help: <mailto:quic-issues-request@ietf.org?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, 19 Jan 2019 10:20:27 -0000

----==_mimepart_5c42f9e8c11b1_18ba3fa7358d45c0800b3
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

> > The same would apply to MAX_STREAM_DATA
>
> I think that needs to be fixed as well. The frame might get lost due to race conditions.

Can you elaborate where you see a race condition 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/2352#issuecomment-455767591
----==_mimepart_5c42f9e8c11b1_18ba3fa7358d45c0800b3
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

<blockquote>
<blockquote>
<p>The same would apply to MAX_STREAM_DATA</p>
</blockquote>
<p>I think that needs to be fixed as well. The frame might get lost due to race conditions.</p>
</blockquote>
<p>Can you elaborate where you see a race condition 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/2352#issuecomment-455767591">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AWbkq7qhdQ-zmomK7QCI8PfUPdmHF1Spks5vEvFogaJpZM4aI83x">mute the thread</a>.<img src="https://github.com/notifications/beacon/AWbkq7ma3K_0g6fv_-0UUnY_032T0Ebbks5vEvFogaJpZM4aI83x.gif" height="1" width="1" alt="" /></p>
<script type="application/json" data-scope="inboxmarkup">{"api_version":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name":"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"https://github.githubassets.com/images/email/message_cards/header.png","avatar_image_url":"https://github.githubassets.com/images/email/message_cards/avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/quicwg/base-drafts"}},"updates":{"snippets":[{"icon":"PERSON","message":"@marten-seemann in #2352: \u003e \u003e The same would apply to MAX_STREAM_DATA\r\n\u003e\r\n\u003e I think that needs to be fixed as well. The frame might get lost due to race conditions.\r\n\r\nCan you elaborate where you see a race condition here?"}],"action":{"name":"View Pull Request","url":"https://github.com/quicwg/base-drafts/pull/2352#issuecomment-455767591"}}}</script>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/pull/2352#issuecomment-455767591",
"url": "https://github.com/quicwg/base-drafts/pull/2352#issuecomment-455767591",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>
----==_mimepart_5c42f9e8c11b1_18ba3fa7358d45c0800b3--


From nobody Sat Jan 19 02:24: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 EC14B12008A for <quic-issues@ietfa.amsl.com>; Sat, 19 Jan 2019 02:24:27 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -12.552
X-Spam-Level: 
X-Spam-Status: No, score=-12.552 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIMWL_WL_HIGH=-4.553, 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_PASS=-0.001] autolearn=ham autolearn_force=no
Authentication-Results: ietfa.amsl.com (amavisd-new); dkim=pass (1024-bit key) header.d=github.com
Received: from mail.ietf.org ([4.31.198.44]) by localhost (ietfa.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id SV-rKyuVVpJG for <quic-issues@ietfa.amsl.com>; Sat, 19 Jan 2019 02:24: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 634F4126C01 for <quic-issues@ietf.org>; Sat, 19 Jan 2019 02:24:26 -0800 (PST)
Date: Sat, 19 Jan 2019 02:24:25 -0800
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1547893465; bh=2KgHAIz2v4mEPZjsSX/4KBnDFAJ+GM65OaSNYk/BQJE=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=pCMHZieAuCLArHm8WieWz6n1EE8hzFpMrp7vrC6vVE61CS4/b/Mwno1Esy2Hp07sH TWPstk/K/n5DSUjKriZKa/Yw0GyW1+ajv+raV3k3kDQSFZNvyj7cT53XOdVrTNP+lt rowAebZVi4owW+qANXy3kBw1G5d53BhyolHXwUvg=
From: MikkelFJ <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+0166e4ab3a91c3b06017a5f58be27d5fab7c5832d936948a92cf00000001185abcd992a169ce17e62532@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/pull/2352/c455767838@github.com>
In-Reply-To: <quicwg/base-drafts/pull/2352@github.com>
References: <quicwg/base-drafts/pull/2352@github.com>
Subject: Re: [quicwg/base-drafts] allow STOP_SENDING on implicitly opened streams (#2352)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5c42fad95f774_18d23fa7358d45c0592aa"; 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/9nnXVRbvzYN9b0rH5B1_orQ73as>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
List-Id: Notification list for GitHub issues related to the QUIC WG <quic-issues.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=unsubscribe>
List-Archive: <https://mailarchive.ietf.org/arch/browse/quic-issues/>
List-Post: <mailto:quic-issues@ietf.org>
List-Help: <mailto:quic-issues-request@ietf.org?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, 19 Jan 2019 10:24:28 -0000

----==_mimepart_5c42fad95f774_18d23fa7358d45c0592aa
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

> Can you elaborate where you see a race condition here?

The peer sends MAX_STREAM_DATA on stream x and stream x + 4 because they are "always" opened together. The sending endpoint has only set stream x in transmission mode and is about to do the same for stream x + 4 when it receives MAX_STREAM_DATA. Since MAX_STREAM_DATA is sent to a non-existent stream it either faithfully terminates the connection, or just ignores the frame since it is not between min/max range of active 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/2352#issuecomment-455767838
----==_mimepart_5c42fad95f774_18d23fa7358d45c0592aa
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: quoted-printable

<blockquote>
<p>Can you elaborate where you see a race condition here?</p>
</blockquote>
<p>The peer sends MAX_STREAM_DATA on stream x and stream x + 4 because th=
ey are "always" opened together. The sending endpoint has only set stream=
 x in transmission mode and is about to do the same for stream x + 4 when=
 it receives MAX_STREAM_DATA. Since MAX_STREAM_DATA is sent to a non-exis=
tent stream it either faithfully terminates the connection, or just ignor=
es the frame since it is not between min/max range of active streams.</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/pull/2352#issuecomment-455767838">view it on GitHub</a>, o=
r <a href=3D"https://github.com/notifications/unsubscribe-auth/AWbkq5Y5Gp=
_J6Ki-HkLoenz2H1TYitIzks5vEvJZgaJpZM4aI83x">mute the thread</a>.<img src=3D=
"https://github.com/notifications/beacon/AWbkq2ioq8aE8gvyaSgzDxPc0rrMuOan=
ks5vEvJZgaJpZM4aI83x.gif" height=3D"1" width=3D"1" alt=3D"" /></p>
<script type=3D"application/json" data-scope=3D"inboxmarkup">{"api_versio=
n":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name"=
:"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"=
quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"http=
s://github.githubassets.com/images/email/message_cards/header.png","avata=
r_image_url":"https://github.githubassets.com/images/email/message_cards/=
avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/q=
uicwg/base-drafts"}},"updates":{"snippets":[{"icon":"PERSON","message":"@=
mikkelfj in #2352: \u003e Can you elaborate where you see a race conditio=
n here?\r\n\r\nThe peer sends MAX_STREAM_DATA on stream x and stream x + =
4 because they are \"always\" opened together. The sending endpoint has o=
nly set stream x in transmission mode and is about to do the same for str=
eam x + 4 when it receives MAX_STREAM_DATA. Since MAX_STREAM_DATA is sent=
 to a non-existent stream it either faithfully terminates the connection,=
 or just ignores the frame since it is not between min/max range of activ=
e streams."}],"action":{"name":"View Pull Request","url":"https://github.=
com/quicwg/base-drafts/pull/2352#issuecomment-455767838"}}}</script>
<script type=3D"application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/pull/2352#issuecomment-4=
55767838",
"url": "https://github.com/quicwg/base-drafts/pull/2352#issuecomment-4557=
67838",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>=

----==_mimepart_5c42fad95f774_18d23fa7358d45c0592aa--


From nobody Sat Jan 19 02:31: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 07509128CF3 for <quic-issues@ietfa.amsl.com>; Sat, 19 Jan 2019 02:31:07 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -11.149
X-Spam-Level: 
X-Spam-Status: No, score=-11.149 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIMWL_WL_HIGH=-4.553, 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_PASS=-0.001] autolearn=ham autolearn_force=no
Authentication-Results: ietfa.amsl.com (amavisd-new); dkim=pass (1024-bit key) header.d=github.com
Received: from mail.ietf.org ([4.31.198.44]) by localhost (ietfa.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id eqxXrIn-t9Z2 for <quic-issues@ietfa.amsl.com>; Sat, 19 Jan 2019 02:31: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 5F5D5126CC7 for <quic-issues@ietf.org>; Sat, 19 Jan 2019 02:31:05 -0800 (PST)
Date: Sat, 19 Jan 2019 02:31:04 -0800
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1547893864; bh=/SkbGSqappgUzM45UoSfTuXoaEeut07b5amJvExcYHk=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=PWOal61G/cnzvH/od9VTsxYUm0000GwVfPV1jM25Luc/Q8Y8rIvVOH4Uy0sfFkIg1 6sH0Ar1oZsXVtttrevStg91dHLBBAJ+bXJ3lGVNf9FkX3q9RrsbRNEq3XpNSjdcJIN +R5XGCbGjkOGzGRjdftufsTQmYYsD1dlhsG2lD/c=
From: Marten Seemann <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+0166e4ab2d2028bd1bc05053467091b2070de21ac10b7f2792cf00000001185abe6892a169ce17e62532@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/pull/2352/c455768292@github.com>
In-Reply-To: <quicwg/base-drafts/pull/2352@github.com>
References: <quicwg/base-drafts/pull/2352@github.com>
Subject: Re: [quicwg/base-drafts] allow STOP_SENDING on implicitly opened streams (#2352)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5c42fc685db56_3fda3f8e656d45c425608c"; 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/sAOCS75e1rusVKMNUqgDBVU_GCY>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
List-Id: Notification list for GitHub issues related to the QUIC WG <quic-issues.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=unsubscribe>
List-Archive: <https://mailarchive.ietf.org/arch/browse/quic-issues/>
List-Post: <mailto:quic-issues@ietf.org>
List-Help: <mailto:quic-issues-request@ietf.org?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, 19 Jan 2019 10:31:07 -0000

----==_mimepart_5c42fc685db56_3fda3f8e656d45c425608c
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

I don't see any race condition we need to fix here. If it was permissible to send MAX_STREAM_DATA x+4, no amount of reordering will make this a protocol violation. If it was not permissible, and the remote peer just happened to open x+4 while the MAX_STREAM_DATA frame was in flight, then the peer got lucky this one time and the protocol violation won't be detected. I don't think this is something we need to address 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/2352#issuecomment-455768292
----==_mimepart_5c42fc685db56_3fda3f8e656d45c425608c
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: quoted-printable

<p>I don't see any race condition we need to fix here. If it was permissi=
ble to send MAX_STREAM_DATA x+4, no amount of reordering will make this a=
 protocol violation. If it was not permissible, and the remote peer just =
happened to open x+4 while the MAX_STREAM_DATA frame was in flight, then =
the peer got lucky this one time and the protocol violation won't be dete=
cted. I don't think this is something we need to address though.</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/pull/2352#issuecomment-455768292">view it on GitHub</a>, o=
r <a href=3D"https://github.com/notifications/unsubscribe-auth/AWbkq7mrr0=
wuHhrShrjjqIb6DhJbFoQlks5vEvPogaJpZM4aI83x">mute the thread</a>.<img src=3D=
"https://github.com/notifications/beacon/AWbkqx8LqQIFSUIN3EwkZ1GEFf4BhSsc=
ks5vEvPogaJpZM4aI83x.gif" height=3D"1" width=3D"1" alt=3D"" /></p>
<script type=3D"application/json" data-scope=3D"inboxmarkup">{"api_versio=
n":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name"=
:"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"=
quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"http=
s://github.githubassets.com/images/email/message_cards/header.png","avata=
r_image_url":"https://github.githubassets.com/images/email/message_cards/=
avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/q=
uicwg/base-drafts"}},"updates":{"snippets":[{"icon":"PERSON","message":"@=
marten-seemann in #2352: I don't see any race condition we need to fix he=
re. If it was permissible to send MAX_STREAM_DATA x+4, no amount of reord=
ering will make this a protocol violation. If it was not permissible, and=
 the remote peer just happened to open x+4 while the MAX_STREAM_DATA fram=
e was in flight, then the peer got lucky this one time and the protocol v=
iolation won't be detected. I don't think this is something we need to ad=
dress though."}],"action":{"name":"View Pull Request","url":"https://gith=
ub.com/quicwg/base-drafts/pull/2352#issuecomment-455768292"}}}</script>
<script type=3D"application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/pull/2352#issuecomment-4=
55768292",
"url": "https://github.com/quicwg/base-drafts/pull/2352#issuecomment-4557=
68292",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>=

----==_mimepart_5c42fc685db56_3fda3f8e656d45c425608c--


From nobody Sat Jan 19 02:33: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 1A9C4126DBF for <quic-issues@ietfa.amsl.com>; Sat, 19 Jan 2019 02:33:53 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -12.552
X-Spam-Level: 
X-Spam-Status: No, score=-12.552 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIMWL_WL_HIGH=-4.553, 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_PASS=-0.001] autolearn=ham autolearn_force=no
Authentication-Results: ietfa.amsl.com (amavisd-new); dkim=pass (1024-bit key) header.d=github.com
Received: from mail.ietf.org ([4.31.198.44]) by localhost (ietfa.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 0i4j-mBH_o3L for <quic-issues@ietfa.amsl.com>; Sat, 19 Jan 2019 02:33: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 738BA126C01 for <quic-issues@ietf.org>; Sat, 19 Jan 2019 02:33:51 -0800 (PST)
Date: Sat, 19 Jan 2019 02:33:50 -0800
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1547894030; bh=9RZNza0qGPYrw6p5Q+6fqINpXbENewsq0dXxAoecHjQ=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=xQZpU3xA3unqaizm7cu7iEnyL6zRQMhLQzrCFjyfJ9Oni2JpP85+kRTatjNaSqCxQ 28VrBAyENBue4Be7SDjsb5/2nPtHG13Gi83slYqDd6GE9XQGglKtWeEsnu4f7uhN6M mznhWO9lEeNwpd2h4Ycv/kiAThtRRZUjcBa/N87k=
From: MikkelFJ <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+0166e4abc89316a38b845910e24a1a0b1cd3273fe26d91b592cf00000001185abf0e92a169ce17e62532@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/pull/2352/c455768522@github.com>
In-Reply-To: <quicwg/base-drafts/pull/2352@github.com>
References: <quicwg/base-drafts/pull/2352@github.com>
Subject: Re: [quicwg/base-drafts] allow STOP_SENDING on implicitly opened streams (#2352)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5c42fd0ea344a_5fe33fc4984d45bc798879"; 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/OFLhWHhwCx0OXR5hOkA1UCoPf_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: Sat, 19 Jan 2019 10:33:53 -0000

----==_mimepart_5c42fd0ea344a_5fe33fc4984d45bc798879
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

>  If it was permissible to send MAX_STREAM_DATA x+4, no amount of reordering will make this a protocol violation

then you have to be able track infinite amount state because the peer controls MAX_STREAM_ID.

> If it was not permissible, and the remote peer just happened to open x+4 while the MAX_STREAM_DATA frame was in flight, then the peer got lucky this one time and the protocol violation won't be detected.

You can always get lucky, by it is sufficient to risk enforcement, and more importantly, it protects against tracking infinite 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/2352#issuecomment-455768522
----==_mimepart_5c42fd0ea344a_5fe33fc4984d45bc798879
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: quoted-printable

<blockquote>
<p>If it was permissible to send MAX_STREAM_DATA x+4, no amount of reorde=
ring will make this a protocol violation</p>
</blockquote>
<p>then you have to be able track infinite amount state because the peer =
controls MAX_STREAM_ID.</p>
<blockquote>
<p>If it was not permissible, and the remote peer just happened to open x=
+4 while the MAX_STREAM_DATA frame was in flight, then the peer got lucky=
 this one time and the protocol violation won't be detected.</p>
</blockquote>
<p>You can always get lucky, by it is sufficient to risk enforcement, and=
 more importantly, it protects against tracking infinite state.</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/pull/2352#issuecomment-455768522">view it on GitHub</a>, o=
r <a href=3D"https://github.com/notifications/unsubscribe-auth/AWbkq_m_QU=
vpGBsJvNjfOhMdkpIKWhD9ks5vEvSOgaJpZM4aI83x">mute the thread</a>.<img src=3D=
"https://github.com/notifications/beacon/AWbkqyeXwFSNGspAkOifIMweBxyJOB0P=
ks5vEvSOgaJpZM4aI83x.gif" height=3D"1" width=3D"1" alt=3D"" /></p>
<script type=3D"application/json" data-scope=3D"inboxmarkup">{"api_versio=
n":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name"=
:"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"=
quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"http=
s://github.githubassets.com/images/email/message_cards/header.png","avata=
r_image_url":"https://github.githubassets.com/images/email/message_cards/=
avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/q=
uicwg/base-drafts"}},"updates":{"snippets":[{"icon":"PERSON","message":"@=
mikkelfj in #2352: \u003e  If it was permissible to send MAX_STREAM_DATA =
x+4, no amount of reordering will make this a protocol violation\r\n\r\nt=
hen you have to be able track infinite amount state because the peer cont=
rols MAX_STREAM_ID.\r\n\r\n\u003e If it was not permissible, and the remo=
te peer just happened to open x+4 while the MAX_STREAM_DATA frame was in =
flight, then the peer got lucky this one time and the protocol violation =
won't be detected.\r\n\r\nYou can always get lucky, by it is sufficient t=
o risk enforcement, and more importantly, it protects against tracking in=
finite state."}],"action":{"name":"View Pull Request","url":"https://gith=
ub.com/quicwg/base-drafts/pull/2352#issuecomment-455768522"}}}</script>
<script type=3D"application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/pull/2352#issuecomment-4=
55768522",
"url": "https://github.com/quicwg/base-drafts/pull/2352#issuecomment-4557=
68522",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>=

----==_mimepart_5c42fd0ea344a_5fe33fc4984d45bc798879--


From nobody Sat Jan 19 02:36: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 0F79A126DBF for <quic-issues@ietfa.amsl.com>; Sat, 19 Jan 2019 02:36:32 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -10.935
X-Spam-Level: 
X-Spam-Status: No, score=-10.935 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIMWL_WL_HIGH=-4.553, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, HTML_IMAGE_ONLY_24=1.618, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-1, RCVD_IN_DNSWL_HI=-5, SPF_PASS=-0.001] autolearn=ham autolearn_force=no
Authentication-Results: ietfa.amsl.com (amavisd-new); dkim=pass (1024-bit key) header.d=github.com
Received: from mail.ietf.org ([4.31.198.44]) by localhost (ietfa.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id BQIzduTwSNmL for <quic-issues@ietfa.amsl.com>; Sat, 19 Jan 2019 02:36: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 D712A126CC7 for <quic-issues@ietf.org>; Sat, 19 Jan 2019 02:36:29 -0800 (PST)
Date: Sat, 19 Jan 2019 02:36:29 -0800
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1547894189; bh=QP59P4bgW0Q6m7c9Da9wxwmRW5IKPldv1mkrRA4Eb+g=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=CEkPbsmlDK8dDSpI390uBoHt07z6jWdRqwoWt2UJeY+oTSOr+7le0NDtX4isa8qB8 8lKPkm93Ig/zsc6vlxInb4i1uWKfjzv7PejmgSSV+hyIkIHoWI3J0GB4MYdauM6Ziy +SL8uilRfUTKrQBGxBPpb8WTih74JBX/tPn1qVSM=
From: Marten Seemann <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+0166e4ab875868abef16fcf919c1088c5d1600693886159e92cf00000001185abfad92a169ce17e62532@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/pull/2352/c455768679@github.com>
In-Reply-To: <quicwg/base-drafts/pull/2352@github.com>
References: <quicwg/base-drafts/pull/2352@github.com>
Subject: Re: [quicwg/base-drafts] allow STOP_SENDING on implicitly opened streams (#2352)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5c42fdadb6ff_3eba3fe0a10d45b452545f"; 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/IF1F7F_2SBineCrUdN5z3sbGObc>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
List-Id: Notification list for GitHub issues related to the QUIC WG <quic-issues.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=unsubscribe>
List-Archive: <https://mailarchive.ietf.org/arch/browse/quic-issues/>
List-Post: <mailto:quic-issues@ietf.org>
List-Help: <mailto:quic-issues-request@ietf.org?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, 19 Jan 2019 10:36:32 -0000

----==_mimepart_5c42fdadb6ff_3eba3fe0a10d45b452545f
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

> then you have to be able track infinite amount state because the peer controls MAX_STREAM_ID.

No, you don't, because you're allowed to silently drop MAX_STREAM_ID frames for closed streams. We have text about that 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/pull/2352#issuecomment-455768679
----==_mimepart_5c42fdadb6ff_3eba3fe0a10d45b452545f
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

<blockquote>
<p>then you have to be able track infinite amount state because the peer controls MAX_STREAM_ID.</p>
</blockquote>
<p>No, you don't, because you're allowed to silently drop MAX_STREAM_ID frames for closed streams. We have text about that already.</p>

<p style="font-size:small;-webkit-text-size-adjust:none;color:#666;">&mdash;<br />You are receiving this because you are subscribed to this thread.<br />Reply to this email directly, <a href="https://github.com/quicwg/base-drafts/pull/2352#issuecomment-455768679">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AWbkq8ZRNoLI4NiT2AnAGvczum8iaTNYks5vEvUtgaJpZM4aI83x">mute the thread</a>.<img src="https://github.com/notifications/beacon/AWbkq-_Us4Zz7qw4MsyXbJCX04R_jeNMks5vEvUtgaJpZM4aI83x.gif" height="1" width="1" alt="" /></p>
<script type="application/json" data-scope="inboxmarkup">{"api_version":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name":"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"https://github.githubassets.com/images/email/message_cards/header.png","avatar_image_url":"https://github.githubassets.com/images/email/message_cards/avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/quicwg/base-drafts"}},"updates":{"snippets":[{"icon":"PERSON","message":"@marten-seemann in #2352: \u003e then you have to be able track infinite amount state because the peer controls MAX_STREAM_ID.\r\n\r\nNo, you don't, because you're allowed to silently drop MAX_STREAM_ID frames for closed streams. We have text about that already."}],"action":{"name":"View Pull Request","url":"https://github.com/quicwg/base-drafts/pull/2352#issuecomment-455768679"}}}</script>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/pull/2352#issuecomment-455768679",
"url": "https://github.com/quicwg/base-drafts/pull/2352#issuecomment-455768679",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>
----==_mimepart_5c42fdadb6ff_3eba3fe0a10d45b452545f--


From nobody Sat Jan 19 02:40: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 9B641126CC7 for <quic-issues@ietfa.amsl.com>; Sat, 19 Jan 2019 02:40:12 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -11.149
X-Spam-Level: 
X-Spam-Status: No, score=-11.149 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIMWL_WL_HIGH=-4.553, 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_PASS=-0.001] autolearn=ham autolearn_force=no
Authentication-Results: ietfa.amsl.com (amavisd-new); dkim=pass (1024-bit key) header.d=github.com
Received: from mail.ietf.org ([4.31.198.44]) by localhost (ietfa.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 2NbP9Munlz02 for <quic-issues@ietfa.amsl.com>; Sat, 19 Jan 2019 02:40: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 E4369126C01 for <quic-issues@ietf.org>; Sat, 19 Jan 2019 02:40:10 -0800 (PST)
Date: Sat, 19 Jan 2019 02:40:10 -0800
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1547894410; bh=JMYCfy79yaPmNZLh9H625mJSCJNangTXFGYFS7RteTo=; h=Date:From:Reply-To:To:Cc:Subject:List-ID:List-Archive:List-Post: List-Unsubscribe:From; b=1XCOSS3N4fc6hR+Uq7uziPk2Umgk/abMU4TJayhgMyNxvBo0XziBQp+S8wSPHWYid KSbwY6eiK7uDOG1eh0RtnE+MzPawCN8vliGLNwt72lOyRDWkE7AhsePocaPfLa4Tcn //vpX5jFYldFWHu0IZDe7LXKoY3VQBhMj7AKOVgg=
From: MikkelFJ <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+0166e4ab5b85d8d59a055153b49ae1e018b2ae2c7d42b30f92cf00000001185ac08a92a169ce17e68636@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/issues/2353@github.com>
Subject: [quicwg/base-drafts] MAX_STREAM_DATA risk unbounded state (#2353)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5c42fe8a18ae4_3e483f8767ed45bc5416c3"; 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/zJ86yoGl5aGT-w6cdTLzqkWSi6c>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
List-Id: Notification list for GitHub issues related to the QUIC WG <quic-issues.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=unsubscribe>
List-Archive: <https://mailarchive.ietf.org/arch/browse/quic-issues/>
List-Post: <mailto:quic-issues@ietf.org>
List-Help: <mailto:quic-issues-request@ietf.org?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, 19 Jan 2019 10:40:13 -0000

----==_mimepart_5c42fe8a18ae4_3e483f8767ed45bc5416c3
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

MAX_STREAM_DATA should not be able to be transmitted on uni-directional until frames have been received on the same or a higher numbered stream of same type. Or until the stream is created for bidi streams.

If this is not the case, a peer can force the initiator to track unbounded state and frames or risk frames being received when an endpoint is not ready to handle them.

See discussion here

https://github.com/quicwg/base-drafts/pull/2352#issuecomment-455767160


-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/quicwg/base-drafts/issues/2353
----==_mimepart_5c42fe8a18ae4_3e483f8767ed45bc5416c3
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

<p>MAX_STREAM_DATA should not be able to be transmitted on uni-directional until frames have been received on the same or a higher numbered stream of same type. Or until the stream is created for bidi streams.</p>
<p>If this is not the case, a peer can force the initiator to track unbounded state and frames or risk frames being received when an endpoint is not ready to handle them.</p>
<p>See discussion here</p>
<p><a class="issue-link js-issue-link" data-error-text="Failed to load issue title" data-id="400958770" data-permission-text="Issue title is private" data-url="https://github.com/quicwg/base-drafts/issues/2352" data-hovercard-type="pull_request" data-hovercard-url="/quicwg/base-drafts/pull/2352/hovercard?comment_id=455767160&amp;comment_type=issue_comment" href="https://github.com/quicwg/base-drafts/pull/2352#issuecomment-455767160">#2352 (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/2353">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AWbkq1ryDkkxPG_6GuJCh92VQwIUNDPrks5vEvYKgaJpZM4aJE6K">mute the thread</a>.<img src="https://github.com/notifications/beacon/AWbkq5rmgyCxQ81l3VGmjAk2lWXFgYGzks5vEvYKgaJpZM4aJE6K.gif" height="1" width="1" alt="" /></p>
<script type="application/json" data-scope="inboxmarkup">{"api_version":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name":"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"https://github.githubassets.com/images/email/message_cards/header.png","avatar_image_url":"https://github.githubassets.com/images/email/message_cards/avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/quicwg/base-drafts"}},"updates":{"snippets":[{"icon":"DESCRIPTION","message":"MAX_STREAM_DATA risk unbounded state (#2353)"}],"action":{"name":"View Issue","url":"https://github.com/quicwg/base-drafts/issues/2353"}}}</script>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/issues/2353",
"url": "https://github.com/quicwg/base-drafts/issues/2353",
"name": "View Issue"
},
"description": "View this Issue on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>
----==_mimepart_5c42fe8a18ae4_3e483f8767ed45bc5416c3--


From nobody Sat Jan 19 02:45: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 4ED3C126CC7 for <quic-issues@ietfa.amsl.com>; Sat, 19 Jan 2019 02:45:52 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -11.149
X-Spam-Level: 
X-Spam-Status: No, score=-11.149 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIMWL_WL_HIGH=-4.553, 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_PASS=-0.001] autolearn=ham autolearn_force=no
Authentication-Results: ietfa.amsl.com (amavisd-new); dkim=pass (1024-bit key) header.d=github.com
Received: from mail.ietf.org ([4.31.198.44]) by localhost (ietfa.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id UXgju7krykDr for <quic-issues@ietfa.amsl.com>; Sat, 19 Jan 2019 02:45: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 515E0126C01 for <quic-issues@ietf.org>; Sat, 19 Jan 2019 02:45:50 -0800 (PST)
Date: Sat, 19 Jan 2019 02:45:48 -0800
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1547894748; bh=eQuHsfZ3axr5naYYm0BxkdBjDGFkDT/NXt6eeuIBUZM=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=bsLT21dcFQnTE8yt91GyGsHIuZ4v2t3vCvsxQFXIWnYLMX59SZ/Ju3xQx/OGig+tE GDvyV/YAG/uCP4Z8F9ue86hNvmCr2cIu4sTIP9mf0ORQCiUfMl7SgpXvNA6n59Jtw+ gd7uqM2Q/kC/Ku51YBjjZQJy0x7REwgyziJNZKJQ=
From: Marten Seemann <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+0166e4ab7f3cc25088c761fd6ff5657f93c5c0e2c4b0028b92cf00000001185ac1dc92a169ce17e68636@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/issues/2353/455769293@github.com>
In-Reply-To: <quicwg/base-drafts/issues/2353@github.com>
References: <quicwg/base-drafts/issues/2353@github.com>
Subject: Re: [quicwg/base-drafts] MAX_STREAM_DATA risk unbounded state (#2353)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5c42ffdccfb82_59d43fe0e2ad45b473322f"; 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/LVa7t9HihNC26KGlFODKhEzChyA>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
List-Id: Notification list for GitHub issues related to the QUIC WG <quic-issues.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=unsubscribe>
List-Archive: <https://mailarchive.ietf.org/arch/browse/quic-issues/>
List-Post: <mailto:quic-issues@ietf.org>
List-Help: <mailto:quic-issues-request@ietf.org?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, 19 Jan 2019 10:45:52 -0000

----==_mimepart_5c42ffdccfb82_59d43fe0e2ad45b473322f
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

As I said in that discussion, I don't think there's an unresolved issue here. [We already have text about that](https://quicwg.org/base-drafts/draft-ietf-quic-transport.html#frame-max-stream-data):

> An endpoint that receives a MAX_STREAM_DATA frame for a send-only stream it has not opened MUST terminate the connection with error STREAM_STATE_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/issues/2353#issuecomment-455769293
----==_mimepart_5c42ffdccfb82_59d43fe0e2ad45b473322f
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: quoted-printable

<p>As I said in that discussion, I don't think there's an unresolved issu=
e here. <a href=3D"https://quicwg.org/base-drafts/draft-ietf-quic-transpo=
rt.html#frame-max-stream-data" rel=3D"nofollow">We already have text abou=
t that</a>:</p>
<blockquote>
<p>An endpoint that receives a MAX_STREAM_DATA frame for a send-only stre=
am it has not opened MUST terminate the connection with error STREAM_STAT=
E_ERROR.</p>
</blockquote>

<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/2353#issuecomment-455769293">view it on GitHub</a>,=
 or <a href=3D"https://github.com/notifications/unsubscribe-auth/AWbkq4Qk=
kMplxWnt_MWReFPo1Dz8eWp0ks5vEvdcgaJpZM4aJE6K">mute the thread</a>.<img sr=
c=3D"https://github.com/notifications/beacon/AWbkq0sGVTK9IJ67MqCzQqPWYMTf=
x2Sbks5vEvdcgaJpZM4aJE6K.gif" height=3D"1" width=3D"1" alt=3D"" /></p>
<script type=3D"application/json" data-scope=3D"inboxmarkup">{"api_versio=
n":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name"=
:"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"=
quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"http=
s://github.githubassets.com/images/email/message_cards/header.png","avata=
r_image_url":"https://github.githubassets.com/images/email/message_cards/=
avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/q=
uicwg/base-drafts"}},"updates":{"snippets":[{"icon":"PERSON","message":"@=
marten-seemann in #2353: As I said in that discussion, I don't think ther=
e's an unresolved issue here. [We already have text about that](https://q=
uicwg.org/base-drafts/draft-ietf-quic-transport.html#frame-max-stream-dat=
a):\r\n\r\n\u003e An endpoint that receives a MAX_STREAM_DATA frame for a=
 send-only stream it has not opened MUST terminate the connection with er=
ror STREAM_STATE_ERROR."}],"action":{"name":"View Issue","url":"https://g=
ithub.com/quicwg/base-drafts/issues/2353#issuecomment-455769293"}}}</scri=
pt>
<script type=3D"application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/issues/2353#issuecomment=
-455769293",
"url": "https://github.com/quicwg/base-drafts/issues/2353#issuecomment-45=
5769293",
"name": "View Issue"
},
"description": "View this Issue on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>=

----==_mimepart_5c42ffdccfb82_59d43fe0e2ad45b473322f--


From nobody Sat Jan 19 02:49: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 51D85128CF3 for <quic-issues@ietfa.amsl.com>; Sat, 19 Jan 2019 02:49:41 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -10.935
X-Spam-Level: 
X-Spam-Status: No, score=-10.935 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIMWL_WL_HIGH=-4.553, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, HTML_IMAGE_ONLY_24=1.618, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-1, RCVD_IN_DNSWL_HI=-5, SPF_PASS=-0.001] autolearn=ham autolearn_force=no
Authentication-Results: ietfa.amsl.com (amavisd-new); dkim=pass (1024-bit key) header.d=github.com
Received: from mail.ietf.org ([4.31.198.44]) by localhost (ietfa.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 0wXV2Q96tsrk for <quic-issues@ietfa.amsl.com>; Sat, 19 Jan 2019 02:49:39 -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 AE554124B0C for <quic-issues@ietf.org>; Sat, 19 Jan 2019 02:49:39 -0800 (PST)
Date: Sat, 19 Jan 2019 02:49:38 -0800
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1547894978; bh=pocWhTOrdsUInIewdstQLwUnQD6Vb30zlg/V9Rw2Vg0=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=zXukCuHH+nC7b3a5v8HapHRhWDcF3CHn3+tDqKMfJUUBvY55VZswLblnzejAtItVi haK8ZDFMYpTHiF+KVIJ+JEr1zWEWe9PsVM4ZhNptU4mAX67HiaCROL2IMwx5zJ7J8t sRvyOqycNMhGwCQwZ5bl2Ev2rJmUG/+zCLuUyjT4=
From: MikkelFJ <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+0166e4ab9b0bb05474a2e8e6a7db58a70444fb843a7e25ed92cf00000001185ac2c292a169ce17e68636@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/issues/2353/455769549@github.com>
In-Reply-To: <quicwg/base-drafts/issues/2353@github.com>
References: <quicwg/base-drafts/issues/2353@github.com>
Subject: Re: [quicwg/base-drafts] MAX_STREAM_DATA risk unbounded state (#2353)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5c4300c2c3d4e_5b153fd66ecd45b84031c6"; 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/wNMxOyHNG-p1GdPQOuC3SAKOgqM>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
List-Id: Notification list for GitHub issues related to the QUIC WG <quic-issues.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=unsubscribe>
List-Archive: <https://mailarchive.ietf.org/arch/browse/quic-issues/>
List-Post: <mailto:quic-issues@ietf.org>
List-Help: <mailto:quic-issues-request@ietf.org?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, 19 Jan 2019 10:49:41 -0000

----==_mimepart_5c4300c2c3d4e_5b153fd66ecd45b84031c6
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

Sorry if that is the case. My impression was that you used it as an example to where we did not have such protection, and didn't care. I'll leave it open for now since the term "has not opened" is also a bit vague. Exactly what state must the sender be in for this to count?

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/quicwg/base-drafts/issues/2353#issuecomment-455769549
----==_mimepart_5c4300c2c3d4e_5b153fd66ecd45b84031c6
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: quoted-printable

<p>Sorry if that is the case. My impression was that you used it as an ex=
ample to where we did not have such protection, and didn't care. I'll lea=
ve it open for now since the term "has not opened" is also a bit vague. E=
xactly what state must the sender be in for this to count?</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/2353#issuecomment-455769549">view it on GitHub</a>,=
 or <a href=3D"https://github.com/notifications/unsubscribe-auth/AWbkq2AC=
AVYaGLGewJRXoSd4xo6Il2EDks5vEvhCgaJpZM4aJE6K">mute the thread</a>.<img sr=
c=3D"https://github.com/notifications/beacon/AWbkq4-O86PhO5XHYLgWkXYy3K4p=
zhYsks5vEvhCgaJpZM4aJE6K.gif" height=3D"1" width=3D"1" alt=3D"" /></p>
<script type=3D"application/json" data-scope=3D"inboxmarkup">{"api_versio=
n":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name"=
:"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"=
quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"http=
s://github.githubassets.com/images/email/message_cards/header.png","avata=
r_image_url":"https://github.githubassets.com/images/email/message_cards/=
avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/q=
uicwg/base-drafts"}},"updates":{"snippets":[{"icon":"PERSON","message":"@=
mikkelfj in #2353: Sorry if that is the case. My impression was that you =
used it as an example to where we did not have such protection, and didn'=
t care. I'll leave it open for now since the term \"has not opened\" is a=
lso a bit vague. Exactly what state must the sender be in for this to cou=
nt?"}],"action":{"name":"View Issue","url":"https://github.com/quicwg/bas=
e-drafts/issues/2353#issuecomment-455769549"}}}</script>
<script type=3D"application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/issues/2353#issuecomment=
-455769549",
"url": "https://github.com/quicwg/base-drafts/issues/2353#issuecomment-45=
5769549",
"name": "View Issue"
},
"description": "View this Issue on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>=

----==_mimepart_5c4300c2c3d4e_5b153fd66ecd45b84031c6--


From nobody Sat Jan 19 02:55: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 C5D63128766 for <quic-issues@ietfa.amsl.com>; Sat, 19 Jan 2019 02:55:38 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -12.553
X-Spam-Level: 
X-Spam-Status: No, score=-12.553 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIMWL_WL_HIGH=-4.553, 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_PASS=-0.001] autolearn=ham autolearn_force=no
Authentication-Results: ietfa.amsl.com (amavisd-new); dkim=pass (1024-bit key) header.d=github.com
Received: from mail.ietf.org ([4.31.198.44]) by localhost (ietfa.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id LYq2wVS2ndxK for <quic-issues@ietfa.amsl.com>; Sat, 19 Jan 2019 02:55: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 0EE0A126CC7 for <quic-issues@ietf.org>; Sat, 19 Jan 2019 02:55:37 -0800 (PST)
Date: Sat, 19 Jan 2019 02:55:36 -0800
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1547895336; bh=1S8Q0gdi6pBFgULdqgUl4U73OHWmyJ1DiwSS+EvHlzE=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=RJR9op5kL47vUgpyTfkZfL/HW3CtQdffKYMNWwYgGJxa/9dXjVKJxlzn3JfRIjJBk UPuh4rOJ3jtPtOeJqVakXEjbE1RqqVWsSojCWCqLHI/TgVuYC43GqMHXvd6LoSzPAj /K+VcPkb+DHYXKK4UQShejL9NYizEBSUC1VvZVIM=
From: MikkelFJ <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+0166e4ab57c136bf7eb64d6c8e4599737e1865a0faf7c32392cf00000001185ac42892a169ce17e62532@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/pull/2352/c455769914@github.com>
In-Reply-To: <quicwg/base-drafts/pull/2352@github.com>
References: <quicwg/base-drafts/pull/2352@github.com>
Subject: Re: [quicwg/base-drafts] allow STOP_SENDING on implicitly opened streams (#2352)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5c430228bb2d_9043f8217ad45c07169db"; 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/-f5mE6gPciMUmqDzI8E9caUfjIk>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
List-Id: Notification list for GitHub issues related to the QUIC WG <quic-issues.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=unsubscribe>
List-Archive: <https://mailarchive.ietf.org/arch/browse/quic-issues/>
List-Post: <mailto:quic-issues@ietf.org>
List-Help: <mailto:quic-issues-request@ietf.org?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, 19 Jan 2019 10:55:39 -0000

----==_mimepart_5c430228bb2d_9043f8217ad45c07169db
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

> No, you don't, because you're allowed to silently drop MAX_STREAM_ID frames for closed streams. We have text about that already.

I am talking about not yet opened streams.
But is you said in the #2353 there is text protecting against this - only I believe that the text is not very precise.
Wrt. STOP_SENDING I basically want the same protection, and for both frames, I'd like it to be clear what the sender of these reverse frames need to observe before concluding that it is safe to send 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/2352#issuecomment-455769914
----==_mimepart_5c430228bb2d_9043f8217ad45c07169db
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: quoted-printable

<blockquote>
<p>No, you don't, because you're allowed to silently drop MAX_STREAM_ID f=
rames for closed streams. We have text about that already.</p>
</blockquote>
<p>I am talking about not yet opened streams.<br>
But is you said in the <a class=3D"issue-link js-issue-link" data-error-t=
ext=3D"Failed to load issue title" data-id=3D"400983606" data-permission-=
text=3D"Issue title is private" data-url=3D"https://github.com/quicwg/bas=
e-drafts/issues/2353" data-hovercard-type=3D"issue" data-hovercard-url=3D=
"/quicwg/base-drafts/issues/2353/hovercard" href=3D"https://github.com/qu=
icwg/base-drafts/issues/2353">#2353</a> there is text protecting against =
this - only I believe that the text is not very precise.<br>
Wrt. STOP_SENDING I basically want the same protection, and for both fram=
es, I'd like it to be clear what the sender of these reverse frames need =
to observe before concluding that it is safe to send them.</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/pull/2352#issuecomment-455769914">view it on GitHub</a>, o=
r <a href=3D"https://github.com/notifications/unsubscribe-auth/AWbkq0hhRS=
zc6SbFPMEkwzcDtg2ZEl1eks5vEvmogaJpZM4aI83x">mute the thread</a>.<img src=3D=
"https://github.com/notifications/beacon/AWbkq0mlFpsnBYRcK5mg0pG44gwVvn1p=
ks5vEvmogaJpZM4aI83x.gif" height=3D"1" width=3D"1" alt=3D"" /></p>
<script type=3D"application/json" data-scope=3D"inboxmarkup">{"api_versio=
n":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name"=
:"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"=
quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"http=
s://github.githubassets.com/images/email/message_cards/header.png","avata=
r_image_url":"https://github.githubassets.com/images/email/message_cards/=
avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/q=
uicwg/base-drafts"}},"updates":{"snippets":[{"icon":"PERSON","message":"@=
mikkelfj in #2352: \u003e No, you don't, because you're allowed to silent=
ly drop MAX_STREAM_ID frames for closed streams. We have text about that =
already.\r\n\r\nI am talking about not yet opened streams.\r\nBut is you =
said in the #2353 there is text protecting against this - only I believe =
that the text is not very precise.\r\nWrt. STOP_SENDING I basically want =
the same protection, and for both frames, I'd like it to be clear what th=
e sender of these reverse frames need to observe before concluding that i=
t is safe to send them."}],"action":{"name":"View Pull Request","url":"ht=
tps://github.com/quicwg/base-drafts/pull/2352#issuecomment-455769914"}}}<=
/script>
<script type=3D"application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/pull/2352#issuecomment-4=
55769914",
"url": "https://github.com/quicwg/base-drafts/pull/2352#issuecomment-4557=
69914",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>=

----==_mimepart_5c430228bb2d_9043f8217ad45c07169db--


From nobody Sat Jan 19 10:15: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 C895A130E8D for <quic-issues@ietfa.amsl.com>; Sat, 19 Jan 2019 10:15:33 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -12.552
X-Spam-Level: 
X-Spam-Status: No, score=-12.552 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIMWL_WL_HIGH=-4.553, 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_PASS=-0.001] autolearn=ham autolearn_force=no
Authentication-Results: ietfa.amsl.com (amavisd-new); dkim=pass (1024-bit key) header.d=github.com
Received: from mail.ietf.org ([4.31.198.44]) by localhost (ietfa.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id vk2SK-IvZIKx for <quic-issues@ietfa.amsl.com>; Sat, 19 Jan 2019 10:15: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 99534130E8C for <quic-issues@ietf.org>; Sat, 19 Jan 2019 10:15:31 -0800 (PST)
Date: Sat, 19 Jan 2019 10:15:30 -0800
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1547921730; bh=Vqo34LKDuonFqTiXcvsLWnhJ1XW0fh/IhXW+z5bTsjw=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=FdzCCqpQFS5ra3wgeu1f1T53dGgo1JUC7gX9enfHaJYB+W1rJuS+GXRvoWGFGZxtN QZ7M2xIHGA7E/9e+pWJQvhuf3UEcfxVSI449Wrsunr7blHpqqPgyykLXBYttW+5K8M BppNnKJ9VItdFZpXsNErN6MPt1DQbPsDNu4mxGUY=
From: Benjamin Saunders <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+0166e4ab78e6ec6e34cefef3d852c89a01104140f79c1efd92cf00000001185b2b4292a169ce17e62532@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/pull/2352/review/194365157@github.com>
In-Reply-To: <quicwg/base-drafts/pull/2352@github.com>
References: <quicwg/base-drafts/pull/2352@github.com>
Subject: Re: [quicwg/base-drafts] allow STOP_SENDING on implicitly opened streams (#2352)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5c43694244519_7803ff6664d45bc9267d0"; 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/BvMiLt2WVkscZ34WsRgKPgH_1gw>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
List-Id: Notification list for GitHub issues related to the QUIC WG <quic-issues.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=unsubscribe>
List-Archive: <https://mailarchive.ietf.org/arch/browse/quic-issues/>
List-Post: <mailto:quic-issues@ietf.org>
List-Help: <mailto:quic-issues-request@ietf.org?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, 19 Jan 2019 18:15:34 -0000

----==_mimepart_5c43694244519_7803ff6664d45bc9267d0
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

Ralith commented on this pull request.



> @@ -4491,10 +4491,9 @@ to abruptly terminate transmission on a stream.
 Receipt of a STOP_SENDING frame is invalid for a locally-initiated stream that
 has not yet been created or is in the "Ready" state (see
 {{stream-send-states}}). Receiving a STOP_SENDING frame for a locally-initiated
-stream that is "Ready" or not yet created MUST be treated as a connection error
-of type STREAM_STATE_ERROR.  An endpoint that receives a STOP_SENDING frame for
-a receive-only stream MUST terminate the connection with error
-STREAM_STATE_ERROR.
+stream that is not yet created MUST be treated as a connection error of type

Enters the Send state, I think you mean? Ready is the state that currently forbids STOP_SENDING.

That seems like an effective solution, although I find this use of "created" intuitive and consistent with the "Within each type, streams are created with numerically increasing stream IDs" 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/2352#discussion_r249252818
----==_mimepart_5c43694244519_7803ff6664d45bc9267d0
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

<p><b>@Ralith</b> commented on this pull request.</p>

<hr>

<p>In <a href="https://github.com/quicwg/base-drafts/pull/2352#discussion_r249252818">draft-ietf-quic-transport.md</a>:</p>
<pre style='color:#555'>&gt; @@ -4491,10 +4491,9 @@ to abruptly terminate transmission on a stream.
 Receipt of a STOP_SENDING frame is invalid for a locally-initiated stream that
 has not yet been created or is in the &quot;Ready&quot; state (see
 {{stream-send-states}}). Receiving a STOP_SENDING frame for a locally-initiated
-stream that is &quot;Ready&quot; or not yet created MUST be treated as a connection error
-of type STREAM_STATE_ERROR.  An endpoint that receives a STOP_SENDING frame for
-a receive-only stream MUST terminate the connection with error
-STREAM_STATE_ERROR.
+stream that is not yet created MUST be treated as a connection error of type
</pre>
<p>Enters the Send state, I think you mean? Ready is the state that currently forbids STOP_SENDING.</p>
<p>That seems like an effective solution, although I find this use of "created" intuitive and consistent with the "Within each type, streams are created with numerically increasing stream IDs" 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/2352#discussion_r249252818">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AWbkq69XfDkNVxiMvwMNMRKazUcNiIgYks5vE2DCgaJpZM4aI83x">mute the thread</a>.<img src="https://github.com/notifications/beacon/AWbkqweqcvRC6LaNsWfnnplF0vHeSR-lks5vE2DCgaJpZM4aI83x.gif" height="1" width="1" alt="" /></p>
<script type="application/json" data-scope="inboxmarkup">{"api_version":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name":"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"https://github.githubassets.com/images/email/message_cards/header.png","avatar_image_url":"https://github.githubassets.com/images/email/message_cards/avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/quicwg/base-drafts"}},"updates":{"snippets":[{"icon":"PERSON","message":"@Ralith commented on #2352"}],"action":{"name":"View Pull Request","url":"https://github.com/quicwg/base-drafts/pull/2352#discussion_r249252818"}}}</script>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/pull/2352#discussion_r249252818",
"url": "https://github.com/quicwg/base-drafts/pull/2352#discussion_r249252818",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>
----==_mimepart_5c43694244519_7803ff6664d45bc9267d0--


From nobody Sat Jan 19 10:20: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 96CDD130E8C for <quic-issues@ietfa.amsl.com>; Sat, 19 Jan 2019 10:20:32 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -11.149
X-Spam-Level: 
X-Spam-Status: No, score=-11.149 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIMWL_WL_HIGH=-4.553, 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_PASS=-0.001] autolearn=ham autolearn_force=no
Authentication-Results: ietfa.amsl.com (amavisd-new); dkim=pass (1024-bit key) header.d=github.com
Received: from mail.ietf.org ([4.31.198.44]) by localhost (ietfa.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id g8up-pA02nRU for <quic-issues@ietfa.amsl.com>; Sat, 19 Jan 2019 10:20:31 -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 CAFB0130E8B for <quic-issues@ietf.org>; Sat, 19 Jan 2019 10:20:30 -0800 (PST)
Date: Sat, 19 Jan 2019 10:20:29 -0800
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1547922029; bh=6GQidjyC15olY+DaxQik8NDLh9ZmAhKx5Y7qdijkAuk=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=KOLwrdeixQLfScoT8XkfnmoT8bGrfCoNzv7hDqc1W9fCVVutHHl+pHJ4x5/qxGQkN RT9i994Zm5nvz14PnG3B9xgAavxk0dbIH0YZ49dkfB5e4RhVp1hYsmzYObKYpxdxOk PU4mivyuB2tylRaKppOtFUVEWi9Ka+I2MnpnwAhU=
From: Benjamin Saunders <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+0166e4ab95ee6c6f08a73d6de452e6248dd9d3d283a3354b92cf00000001185b2c6d92a169ce17e62532@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/pull/2352/c455803238@github.com>
In-Reply-To: <quicwg/base-drafts/pull/2352@github.com>
References: <quicwg/base-drafts/pull/2352@github.com>
Subject: Re: [quicwg/base-drafts] allow STOP_SENDING on implicitly opened streams (#2352)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5c436a6da4cbd_27723fe0a10d45b4414034"; 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/SyZAWo3u-HMfA9ZhjGYyc7nf1dY>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
List-Id: Notification list for GitHub issues related to the QUIC WG <quic-issues.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=unsubscribe>
List-Archive: <https://mailarchive.ietf.org/arch/browse/quic-issues/>
List-Post: <mailto:quic-issues@ietf.org>
List-Help: <mailto:quic-issues-request@ietf.org?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, 19 Jan 2019 18:20:32 -0000

----==_mimepart_5c436a6da4cbd_27723fe0a10d45b4414034
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

I agree that MAX_STREAM_DATA and STOP_SENDING should have exactly the same rules for when they're accepted, and that MAX_STREAM_DATA's current language, while somewhat vague, permits the case that this issue enables for STOP_SENDING. When we settle on a way to phrase this, it might be nice to use exactly the same language for both frames to 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/2352#issuecomment-455803238
----==_mimepart_5c436a6da4cbd_27723fe0a10d45b4414034
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: quoted-printable

<p>I agree that MAX_STREAM_DATA and STOP_SENDING should have exactly the =
same rules for when they're accepted, and that MAX_STREAM_DATA's current =
language, while somewhat vague, permits the case that this issue enables =
for STOP_SENDING. When we settle on a way to phrase this, it might be nic=
e to use exactly the same language for both frames to make that clear.</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/pull/2352#issuecomment-455803238">view it on GitHub</a>, o=
r <a href=3D"https://github.com/notifications/unsubscribe-auth/AWbkq3VN-2=
Mgjmvn9-dZDW6Y9pLMe4Ohks5vE2HtgaJpZM4aI83x">mute the thread</a>.<img src=3D=
"https://github.com/notifications/beacon/AWbkq9vV4tvCrgIspzhg_RiHXD-fa6gp=
ks5vE2HtgaJpZM4aI83x.gif" height=3D"1" width=3D"1" alt=3D"" /></p>
<script type=3D"application/json" data-scope=3D"inboxmarkup">{"api_versio=
n":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name"=
:"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"=
quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"http=
s://github.githubassets.com/images/email/message_cards/header.png","avata=
r_image_url":"https://github.githubassets.com/images/email/message_cards/=
avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/q=
uicwg/base-drafts"}},"updates":{"snippets":[{"icon":"PERSON","message":"@=
Ralith in #2352: I agree that MAX_STREAM_DATA and STOP_SENDING should hav=
e exactly the same rules for when they're accepted, and that MAX_STREAM_D=
ATA's current language, while somewhat vague, permits the case that this =
issue enables for STOP_SENDING. When we settle on a way to phrase this, i=
t might be nice to use exactly the same language for both frames to make =
that clear."}],"action":{"name":"View Pull Request","url":"https://github=
.com/quicwg/base-drafts/pull/2352#issuecomment-455803238"}}}</script>
<script type=3D"application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/pull/2352#issuecomment-4=
55803238",
"url": "https://github.com/quicwg/base-drafts/pull/2352#issuecomment-4558=
03238",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>=

----==_mimepart_5c436a6da4cbd_27723fe0a10d45b4414034--


From nobody Sat Jan 19 10:28: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 702BB130E8D for <quic-issues@ietfa.amsl.com>; Sat, 19 Jan 2019 10:28:09 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -12.553
X-Spam-Level: 
X-Spam-Status: No, score=-12.553 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIMWL_WL_HIGH=-4.553, 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_PASS=-0.001] autolearn=ham autolearn_force=no
Authentication-Results: ietfa.amsl.com (amavisd-new); dkim=pass (1024-bit key) header.d=github.com
Received: from mail.ietf.org ([4.31.198.44]) by localhost (ietfa.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id NR2IAlilSRNt for <quic-issues@ietfa.amsl.com>; Sat, 19 Jan 2019 10:28: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 B9835130E8B for <quic-issues@ietf.org>; Sat, 19 Jan 2019 10:28:07 -0800 (PST)
Date: Sat, 19 Jan 2019 10:28:06 -0800
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1547922486; bh=+vQ01y3EzZ8zwMTx6lgvG1nhJAiWJY5CyTKsCY19XiE=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=U7m/BSOqJmG+zFS55YXOqPGposYyH1wjVKo88VZsWaQz/RPm09g3Tz20Y3YIw0dJI 5VPYRHyamYSw0g1DpdS3jcnCljEKvRzUtXUyNG33kHR71oGzqUWgAUz8CSe2r6WPcq 6vAelzPGTajYAnER81njMBCGc2yqX2eSnEydjSv4=
From: Benjamin Saunders <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+0166e4ab2c844c5362ff07b0a4e96c30d009f56db589ce3c92cf00000001185b2e3692a169ce17e0387c@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/issues/2345/455803860@github.com>
In-Reply-To: <quicwg/base-drafts/issues/2345@github.com>
References: <quicwg/base-drafts/issues/2345@github.com>
Subject: Re: [quicwg/base-drafts] STOP_SENDING on implicitly opened streams is error-prone (#2345)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5c436c36a774e_1f763fc4984d45bc5088f3"; 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/GE2wjRgylRf8O0ZCWTEbaKt8qSU>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
List-Id: Notification list for GitHub issues related to the QUIC WG <quic-issues.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=unsubscribe>
List-Archive: <https://mailarchive.ietf.org/arch/browse/quic-issues/>
List-Post: <mailto:quic-issues@ietf.org>
List-Help: <mailto:quic-issues-request@ietf.org?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, 19 Jan 2019 18:28:09 -0000

----==_mimepart_5c436c36a774e_1f763fc4984d45bc5088f3
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: quoted-printable

Strictly speaking, the old and new text both dictate what conditions an e=
rror is generated by the endpoint receiving the frame, in which case it i=
s entirely appropriate to rely on that endpoint's state. The conditions u=
nder which it's safe to send are only implied, but I suppose it wouldn't =
hurt to be explicit.=0D
=0D
[=C2=A73.2](https://quicwg.org/base-drafts/draft-ietf-quic-transport.html=
#rfc.section.3.2) dictates that a receive stream enters the Recv state wh=
en a higher-number stream is created. That suggests the following phrasin=
g to me:=0D
=0D
> STOP_SENDING MUST only be sent for streams in the Recv or Size Known st=
ates. Receiving a STOP_SENDING frame for a stream that is not yet created=
 MUST be treated as a connection error of type STREAM_STATE_ERROR.=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/2345#issuecomment-455803860=

----==_mimepart_5c436c36a774e_1f763fc4984d45bc5088f3
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: quoted-printable

<p>Strictly speaking, the old and new text both dictate what conditions a=
n error is generated by the endpoint receiving the frame, in which case i=
t is entirely appropriate to rely on that endpoint's state. The condition=
s under which it's safe to send are only implied, but I suppose it wouldn=
't hurt to be explicit.</p>=0D
<p><a href=3D"https://quicwg.org/base-drafts/draft-ietf-quic-transport.ht=
ml#rfc.section.3.2" rel=3D"nofollow">=C2=A73.2</a> dictates that a receiv=
e stream enters the Recv state when a higher-number stream is created. Th=
at suggests the following phrasing to me:</p>=0D
<blockquote>=0D
<p>STOP_SENDING MUST only be sent for streams in the Recv or Size Known s=
tates. Receiving a STOP_SENDING frame for a stream that is not yet create=
d MUST be treated as a connection error of type STREAM_STATE_ERROR.</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/issues/2345#issuecomment-455803860">view it on GitHub</a>,=
 or <a href=3D"https://github.com/notifications/unsubscribe-auth/AWbkq15X=
QwAq7Be3YrDcP3XMj55mOZNMks5vE2O2gaJpZM4aHOJG">mute the thread</a>.<img sr=
c=3D"https://github.com/notifications/beacon/AWbkq12XaRz3ebja9cz_jS8BDXQQ=
t47zks5vE2O2gaJpZM4aHOJG.gif" height=3D"1" width=3D"1" alt=3D"" /></p>=0D=

<script type=3D"application/json" data-scope=3D"inboxmarkup">{"api_versio=
n":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name"=
:"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"=
quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"http=
s://github.githubassets.com/images/email/message_cards/header.png","avata=
r_image_url":"https://github.githubassets.com/images/email/message_cards/=
avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/q=
uicwg/base-drafts"}},"updates":{"snippets":[{"icon":"PERSON","message":"@=
Ralith in #2345: Strictly speaking, the old and new text both dictate wha=
t conditions an error is generated by the endpoint receiving the frame, i=
n which case it is entirely appropriate to rely on that endpoint's state.=
 The conditions under which it's safe to send are only implied, but I sup=
pose it wouldn't hurt to be explicit.\r\n\r\n[=C2=A73.2](https://quicwg.o=
rg/base-drafts/draft-ietf-quic-transport.html#rfc.section.3.2) dictates t=
hat a receive stream enters the Recv state when a higher-number stream is=
 created. That suggests the following phrasing to me:\r\n\r\n\u003e STOP_=
SENDING MUST only be sent for streams in the Recv or Size Known states. R=
eceiving a STOP_SENDING frame for a stream that is not yet created MUST b=
e treated as a connection error of type STREAM_STATE_ERROR."}],"action":{=
"name":"View Issue","url":"https://github.com/quicwg/base-drafts/issues/2=
345#issuecomment-455803860"}}}</script>=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/2345#issuecomment=
-455803860",=0D
"url": "https://github.com/quicwg/base-drafts/issues/2345#issuecomment-45=
5803860",=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_5c436c36a774e_1f763fc4984d45bc5088f3--


From nobody Sat Jan 19 12:35: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 616BE130E93 for <quic-issues@ietfa.amsl.com>; Sat, 19 Jan 2019 12:35:22 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -10.935
X-Spam-Level: 
X-Spam-Status: No, score=-10.935 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIMWL_WL_HIGH=-4.553, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, HTML_IMAGE_ONLY_24=1.618, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-1, RCVD_IN_DNSWL_HI=-5, SPF_PASS=-0.001] autolearn=ham autolearn_force=no
Authentication-Results: ietfa.amsl.com (amavisd-new); dkim=pass (1024-bit key) header.d=github.com
Received: from mail.ietf.org ([4.31.198.44]) by localhost (ietfa.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id l5UCpkCfwXpw for <quic-issues@ietfa.amsl.com>; Sat, 19 Jan 2019 12:35: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 7D6EE130E90 for <quic-issues@ietf.org>; Sat, 19 Jan 2019 12:35:20 -0800 (PST)
Date: Sat, 19 Jan 2019 12:35:19 -0800
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1547930119; bh=4xXcIZXLyNuPKQi8eJBT9QZeKKfvZKJy/EVA33FOAmk=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=a/82fa/OY8y8ZKsA2azS5+QujmgKNtO1rYTsTegnBQ3QI0lL0cvxLG2aTjuNsSoDI Uv8Q+ZKdyNfllSj01HXY482iYn7mC/rKf8eAYvRnilKrdUUG9+i3Ndbuj5GEfoWaEB 55d1UeS5fyJHx7tgYLsXXBm22IF5tEeFehgMTCwA=
From: ianswett <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+0166e4abe7f9dc7c8b1925cdad888d42ca7277b5c5f7ef4792cf00000001185b4c0792a169ce17e0c3bd@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/pull/2346/review/194369328@github.com>
In-Reply-To: <quicwg/base-drafts/pull/2346@github.com>
References: <quicwg/base-drafts/pull/2346@github.com>
Subject: Re: [quicwg/base-drafts] Rework idle timeout definition (#2346)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5c438a072bc7f_31de3fe2dfad45c4893035"; 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/B_NyqeNK2FGnkG9Df7_gSIYmgyQ>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
List-Id: Notification list for GitHub issues related to the QUIC WG <quic-issues.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=unsubscribe>
List-Archive: <https://mailarchive.ietf.org/arch/browse/quic-issues/>
List-Post: <mailto:quic-issues@ietf.org>
List-Help: <mailto:quic-issues-request@ietf.org?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, 19 Jan 2019 20:35:23 -0000

----==_mimepart_5c438a072bc7f_31de3fe2dfad45c4893035
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

ianswett approved this pull request.

I think this looks good, but @RyanAtGoogle has more familiarity with this code than I do, so I'm adding him 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/2346#pullrequestreview-194369328
----==_mimepart_5c438a072bc7f_31de3fe2dfad45c4893035
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

<p><b>@ianswett</b> approved this pull request.</p>

<p>I think this looks good, but <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> has more familiarity with this code than I do, so I'm adding him 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/2346#pullrequestreview-194369328">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AWbkq5X0ZbYgDiSeDt_j0mEFag_lm97nks5vE4GHgaJpZM4aHYP2">mute the thread</a>.<img src="https://github.com/notifications/beacon/AWbkqwTt5bczGBATGVa6bFH7d8R6DA4xks5vE4GHgaJpZM4aHYP2.gif" height="1" width="1" alt="" /></p>
<script type="application/json" data-scope="inboxmarkup">{"api_version":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name":"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"https://github.githubassets.com/images/email/message_cards/header.png","avatar_image_url":"https://github.githubassets.com/images/email/message_cards/avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/quicwg/base-drafts"}},"updates":{"snippets":[{"icon":"PERSON","message":"@ianswett approved #2346"}],"action":{"name":"View Pull Request","url":"https://github.com/quicwg/base-drafts/pull/2346#pullrequestreview-194369328"}}}</script>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/pull/2346#pullrequestreview-194369328",
"url": "https://github.com/quicwg/base-drafts/pull/2346#pullrequestreview-194369328",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>
----==_mimepart_5c438a072bc7f_31de3fe2dfad45c4893035--


From nobody Sat Jan 19 17: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 51536130ED4 for <quic-issues@ietfa.amsl.com>; Sat, 19 Jan 2019 17:06:07 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -11.149
X-Spam-Level: 
X-Spam-Status: No, score=-11.149 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIMWL_WL_HIGH=-4.553, 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_PASS=-0.001] autolearn=ham autolearn_force=no
Authentication-Results: ietfa.amsl.com (amavisd-new); dkim=pass (1024-bit key) header.d=github.com
Received: from mail.ietf.org ([4.31.198.44]) by localhost (ietfa.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id pE4MyxcfTMC2 for <quic-issues@ietfa.amsl.com>; Sat, 19 Jan 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 A566F130EBA for <quic-issues@ietf.org>; Sat, 19 Jan 2019 17:05:51 -0800 (PST)
Date: Sat, 19 Jan 2019 17:05:50 -0800
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1547946350; bh=8bWQXcd6vr2YSkHfmFUntBQdOxT+xudYpIBGFyfKXh4=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=Wrrzj6u4A5QlbLCURmJ8yQRlngrnezfB5x12FmpmSsfVEH65cDrcUYN/lIzAa+c3j iyuJSlWsu5N/2tI+lmqcbzrt8MGh5rwGOckjby/3iIUS23DbdIa1ZoqzjblyzLi7LQ E4I0Y0CrNpZu+nfTc6Dv4r2Eq80ZAAxi+GyA451I=
From: Christian Huitema <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+0166e4abcca1b8b535ac0bd7a0b3747507ff2c2df66db99d92cf00000001185b8b6e92a169ce179e43e2@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/issues/2299/455828497@github.com>
In-Reply-To: <quicwg/base-drafts/issues/2299@github.com>
References: <quicwg/base-drafts/issues/2299@github.com>
Subject: Re: [quicwg/base-drafts] consider making the varint encoding unique (#2299)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5c43c96e4a23e_772e3fab35ad45c43018d2"; 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/fthzR6XbJauLkOK5wmW8DQWsMJo>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
List-Id: Notification list for GitHub issues related to the QUIC WG <quic-issues.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=unsubscribe>
List-Archive: <https://mailarchive.ietf.org/arch/browse/quic-issues/>
List-Post: <mailto:quic-issues@ietf.org>
List-Help: <mailto:quic-issues-request@ietf.org?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, 20 Jan 2019 01:06:07 -0000

----==_mimepart_5c43c96e4a23e_772e3fab35ad45c43018d2
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

I would rather leave the spec as is. There are places where short encoding is natural, but there are also many place in picoquic in which the code reserves two bytes, encode an element, find the coded length, and then update the length. Yes there are workarounds but as many said, please keep the rules flexible.

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/quicwg/base-drafts/issues/2299#issuecomment-455828497
----==_mimepart_5c43c96e4a23e_772e3fab35ad45c43018d2
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: quoted-printable

<p>I would rather leave the spec as is. There are places where short enco=
ding is natural, but there are also many place in picoquic in which the c=
ode reserves two bytes, encode an element, find the coded length, and the=
n update the length. Yes there are workarounds but as many said, please k=
eep the rules flexible.</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/2299#issuecomment-455828497">view it on GitHub</a>,=
 or <a href=3D"https://github.com/notifications/unsubscribe-auth/AWbkqwN_=
KNKrX6hboR2k5UgWAawkintPks5vE8DugaJpZM4ZyX3n">mute the thread</a>.<img sr=
c=3D"https://github.com/notifications/beacon/AWbkq8qahU7W69pOLIofsJeqg4Nk=
Dy2_ks5vE8DugaJpZM4ZyX3n.gif" height=3D"1" width=3D"1" alt=3D"" /></p>
<script type=3D"application/json" data-scope=3D"inboxmarkup">{"api_versio=
n":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name"=
:"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"=
quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"http=
s://github.githubassets.com/images/email/message_cards/header.png","avata=
r_image_url":"https://github.githubassets.com/images/email/message_cards/=
avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/q=
uicwg/base-drafts"}},"updates":{"snippets":[{"icon":"PERSON","message":"@=
huitema in #2299: I would rather leave the spec as is. There are places w=
here short encoding is natural, but there are also many place in picoquic=
 in which the code reserves two bytes, encode an element, find the coded =
length, and then update the length. Yes there are workarounds but as many=
 said, please keep the rules flexible."}],"action":{"name":"View Issue","=
url":"https://github.com/quicwg/base-drafts/issues/2299#issuecomment-4558=
28497"}}}</script>
<script type=3D"application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/issues/2299#issuecomment=
-455828497",
"url": "https://github.com/quicwg/base-drafts/issues/2299#issuecomment-45=
5828497",
"name": "View Issue"
},
"description": "View this Issue on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>=

----==_mimepart_5c43c96e4a23e_772e3fab35ad45c43018d2--


From nobody Sun Jan 20 15:24: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 9040A130E78 for <quic-issues@ietfa.amsl.com>; Sun, 20 Jan 2019 15:24:19 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -10.935
X-Spam-Level: 
X-Spam-Status: No, score=-10.935 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIMWL_WL_HIGH=-4.553, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, HTML_IMAGE_ONLY_24=1.618, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-1, RCVD_IN_DNSWL_HI=-5, SPF_PASS=-0.001] autolearn=ham autolearn_force=no
Authentication-Results: ietfa.amsl.com (amavisd-new); dkim=pass (1024-bit key) header.d=github.com
Received: from mail.ietf.org ([4.31.198.44]) by localhost (ietfa.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id UQ_DjAF44d6z for <quic-issues@ietfa.amsl.com>; Sun, 20 Jan 2019 15:24:17 -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 A402F130E67 for <quic-issues@ietf.org>; Sun, 20 Jan 2019 15:24:17 -0800 (PST)
Date: Sun, 20 Jan 2019 15:24:15 -0800
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1548026655; bh=pBmoxnmq4vaIpyAIfOfbcR2Puh/XAotH4EpCHiQTMoM=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=xexbCHvx48K0GXxEeWeTZtD9DK+lbctBKgGX2AhX9U4nX0HIZM8letnw+JelP7iy+ HQybVh+a5OD9blYbKLjTLyo2MVCg5KxmLNy6bCsaj9qGhlReJIrSyrqv5IXd00Qt37 ISUY+ZWX+m4HtRMguAf7MP3fp/vDwkLln2aqmMF4=
From: Lucas Pardue <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+0166e4ab4b231dc5c38e895f9795d438114582b2686b191992cf00000001185cc51f92a169ce17d50c0c@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/issues/2337/455912486@github.com>
In-Reply-To: <quicwg/base-drafts/issues/2337@github.com>
References: <quicwg/base-drafts/issues/2337@github.com>
Subject: Re: [quicwg/base-drafts] HTTP/3: is the recommended size of max bidi streams normative? (#2337)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5c45031f67580_33073fed3dad45c0133125"; 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/CWufzjlQ4OZqSpbDqMtfZqHoVuI>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
List-Id: Notification list for GitHub issues related to the QUIC WG <quic-issues.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=unsubscribe>
List-Archive: <https://mailarchive.ietf.org/arch/browse/quic-issues/>
List-Post: <mailto:quic-issues@ietf.org>
List-Help: <mailto:quic-issues-request@ietf.org?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, 20 Jan 2019 23:24:20 -0000

----==_mimepart_5c45031f67580_33073fed3dad45c0133125
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

Closing this because of the parity with HTTP/2, lets reopen if anyone asks the same question in the coming weeks/months.

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/quicwg/base-drafts/issues/2337#issuecomment-455912486
----==_mimepart_5c45031f67580_33073fed3dad45c0133125
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

<p>Closing this because of the parity with HTTP/2, lets reopen if anyone asks the same question in the coming weeks/months.</p>

<p style="font-size:small;-webkit-text-size-adjust:none;color:#666;">&mdash;<br />You are receiving this because you are subscribed to this thread.<br />Reply to this email directly, <a href="https://github.com/quicwg/base-drafts/issues/2337#issuecomment-455912486">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AWbkqzkU6hQS4uMujrEkCBQZJqwgH5d7ks5vFPqfgaJpZM4aDNHL">mute the thread</a>.<img src="https://github.com/notifications/beacon/AWbkq2Bonb4i-Qok8Ey3DH-KBoHq-ifhks5vFPqfgaJpZM4aDNHL.gif" height="1" width="1" alt="" /></p>
<script type="application/json" data-scope="inboxmarkup">{"api_version":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name":"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"https://github.githubassets.com/images/email/message_cards/header.png","avatar_image_url":"https://github.githubassets.com/images/email/message_cards/avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/quicwg/base-drafts"}},"updates":{"snippets":[{"icon":"PERSON","message":"@LPardue in #2337: Closing this because of the parity with HTTP/2, lets reopen if anyone asks the same question in the coming weeks/months."}],"action":{"name":"View Issue","url":"https://github.com/quicwg/base-drafts/issues/2337#issuecomment-455912486"}}}</script>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/issues/2337#issuecomment-455912486",
"url": "https://github.com/quicwg/base-drafts/issues/2337#issuecomment-455912486",
"name": "View Issue"
},
"description": "View this Issue on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>
----==_mimepart_5c45031f67580_33073fed3dad45c0133125--


From nobody Sun Jan 20 15:24: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 9A939130E78 for <quic-issues@ietfa.amsl.com>; Sun, 20 Jan 2019 15:24:21 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -10.935
X-Spam-Level: 
X-Spam-Status: No, score=-10.935 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIMWL_WL_HIGH=-4.553, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, HTML_IMAGE_ONLY_24=1.618, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-1, RCVD_IN_DNSWL_HI=-5, SPF_PASS=-0.001] autolearn=ham autolearn_force=no
Authentication-Results: ietfa.amsl.com (amavisd-new); dkim=pass (1024-bit key) header.d=github.com
Received: from mail.ietf.org ([4.31.198.44]) by localhost (ietfa.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 2ns5q7cObRL6 for <quic-issues@ietfa.amsl.com>; Sun, 20 Jan 2019 15:24:20 -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 C5F0E130E67 for <quic-issues@ietf.org>; Sun, 20 Jan 2019 15:24:19 -0800 (PST)
Date: Sun, 20 Jan 2019 15:24:18 -0800
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1548026658; bh=T4sqt5V5SKDwy8YAEMtkXO/OkVOPOWwdhBW/c2QgIdU=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=zYK7Bi5ESH2y+0f7VQ1Gu/IgGdgXlY2iGoycE5I0j6d1XS4dNTMr6sJ6IWdRgVPgH ibxUiOvbhNHLDHe/W+LAjSSYyH2A7cPCCsZpWXUrpDUz8qox0DEII7eHI2kJJM9NmG MGipR2+/r1uoAC6OYWAqX5TePsKFYWp91D/lBZ8s=
From: Lucas Pardue <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+0166e4ab97fa1f275e9f3ae445630730ff3bd5b0621a9ce892cf00000001185cc52292a169ce17d50c0c@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/issue/2337/issue_event/2085212751@github.com>
In-Reply-To: <quicwg/base-drafts/issues/2337@github.com>
References: <quicwg/base-drafts/issues/2337@github.com>
Subject: Re: [quicwg/base-drafts] HTTP/3: is the recommended size of max bidi streams normative? (#2337)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5c450322ddab8_26853fe04b4d45c036416a"; 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/mQb8c7zZMEQPWp49EnAF0qLEAIA>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
List-Id: Notification list for GitHub issues related to the QUIC WG <quic-issues.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=unsubscribe>
List-Archive: <https://mailarchive.ietf.org/arch/browse/quic-issues/>
List-Post: <mailto:quic-issues@ietf.org>
List-Help: <mailto:quic-issues-request@ietf.org?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, 20 Jan 2019 23:24:21 -0000

----==_mimepart_5c450322ddab8_26853fe04b4d45c036416a
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

Closed #2337.

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/quicwg/base-drafts/issues/2337#event-2085212751
----==_mimepart_5c450322ddab8_26853fe04b4d45c036416a
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="399838220" data-permission-text="Issue title is private" data-url="https://github.com/quicwg/base-drafts/issues/2337" data-hovercard-type="issue" data-hovercard-url="/quicwg/base-drafts/issues/2337/hovercard" href="https://github.com/quicwg/base-drafts/issues/2337">#2337</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/2337#event-2085212751">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AWbkqwBCamDTdMsDCKd1upZrc44Wr-qwks5vFPqigaJpZM4aDNHL">mute the thread</a>.<img src="https://github.com/notifications/beacon/AWbkq5fsgue5-ByVJ0BqWggsHIFtMs_Jks5vFPqigaJpZM4aDNHL.gif" height="1" width="1" alt="" /></p>
<script type="application/json" data-scope="inboxmarkup">{"api_version":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name":"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"https://github.githubassets.com/images/email/message_cards/header.png","avatar_image_url":"https://github.githubassets.com/images/email/message_cards/avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/quicwg/base-drafts"}},"updates":{"snippets":[{"icon":"DESCRIPTION","message":"Closed #2337."}],"action":{"name":"View Issue","url":"https://github.com/quicwg/base-drafts/issues/2337#event-2085212751"}}}</script>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/issues/2337#event-2085212751",
"url": "https://github.com/quicwg/base-drafts/issues/2337#event-2085212751",
"name": "View Issue"
},
"description": "View this Issue on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>
----==_mimepart_5c450322ddab8_26853fe04b4d45c036416a--


From nobody Sun Jan 20 15: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 B8CB3128CF3 for <quic-issues@ietfa.amsl.com>; Sun, 20 Jan 2019 15:25:19 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -11.007
X-Spam-Level: 
X-Spam-Status: No, score=-11.007 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIMWL_WL_HIGH=-4.553, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, HTML_IMAGE_ONLY_20=1.546, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-1, RCVD_IN_DNSWL_HI=-5, SPF_PASS=-0.001] autolearn=ham autolearn_force=no
Authentication-Results: ietfa.amsl.com (amavisd-new); dkim=pass (1024-bit key) header.d=github.com
Received: from mail.ietf.org ([4.31.198.44]) by localhost (ietfa.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id nVgSERPGmr8i for <quic-issues@ietfa.amsl.com>; Sun, 20 Jan 2019 15:25: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 0C33A1277D2 for <quic-issues@ietf.org>; Sun, 20 Jan 2019 15:25:18 -0800 (PST)
Date: Sun, 20 Jan 2019 15:25:17 -0800
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1548026717; bh=90PMGfOCKmXa/SMCrfBF73CLc/cQ+irTGM1BKETkX28=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=uggL7sfOFcyXYvmWdZ/bAOaXs44u+KhOeskhebLSe79kbxRhJ26toFo9VIDLBtTyW mG3wFXO3QBWyF3T1GSGFvQnnongkAb+AThHrzVofh821dc+owColwAD9wC5tDG+eMj 2yo9cTTFfEh82AAVh8umEo9Kpy+qabcYOx5LFgjE=
From: Lucas Pardue <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+0166e4ab374c1314aebb14475ecd03700780be42a056d95f92cf00000001185cc55d92a169ce17d5d58e@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/issues/2339/455912541@github.com>
In-Reply-To: <quicwg/base-drafts/issues/2339@github.com>
References: <quicwg/base-drafts/issues/2339@github.com>
Subject: Re: [quicwg/base-drafts] QPACK: instructions and stream description is suboptimal (#2339)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5c45035d2ee46_74713f91c6ad45c013767c"; 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/WBHr9vcwHz5OTCBvOqRcF5-nClE>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
List-Id: Notification list for GitHub issues related to the QUIC WG <quic-issues.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=unsubscribe>
List-Archive: <https://mailarchive.ietf.org/arch/browse/quic-issues/>
List-Post: <mailto:quic-issues@ietf.org>
List-Help: <mailto:quic-issues-request@ietf.org?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, 20 Jan 2019 23:25:20 -0000

----==_mimepart_5c45035d2ee46_74713f91c6ad45c013767c
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

Discussed off list. I'll prepare some PRs that we can discuss.

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/quicwg/base-drafts/issues/2339#issuecomment-455912541
----==_mimepart_5c45035d2ee46_74713f91c6ad45c013767c
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

<p>Discussed off list. I'll prepare some PRs that we can discuss.</p>

<p style="font-size:small;-webkit-text-size-adjust:none;color:#666;">&mdash;<br />You are receiving this because you are subscribed to this thread.<br />Reply to this email directly, <a href="https://github.com/quicwg/base-drafts/issues/2339#issuecomment-455912541">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AWbkq5fpuKijU4KKr_6ZMq7yc0esWhuAks5vFPrdgaJpZM4aDcsl">mute the thread</a>.<img src="https://github.com/notifications/beacon/AWbkq8h-VMfF3u475Rnx4dqPtxL5-fdVks5vFPrdgaJpZM4aDcsl.gif" height="1" width="1" alt="" /></p>
<script type="application/json" data-scope="inboxmarkup">{"api_version":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name":"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"https://github.githubassets.com/images/email/message_cards/header.png","avatar_image_url":"https://github.githubassets.com/images/email/message_cards/avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/quicwg/base-drafts"}},"updates":{"snippets":[{"icon":"PERSON","message":"@LPardue in #2339: Discussed off list. I'll prepare some PRs that we can discuss."}],"action":{"name":"View Issue","url":"https://github.com/quicwg/base-drafts/issues/2339#issuecomment-455912541"}}}</script>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/issues/2339#issuecomment-455912541",
"url": "https://github.com/quicwg/base-drafts/issues/2339#issuecomment-455912541",
"name": "View Issue"
},
"description": "View this Issue on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>
----==_mimepart_5c45035d2ee46_74713f91c6ad45c013767c--


From nobody Sun Jan 20 15:25: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 9AAE5128CF3 for <quic-issues@ietfa.amsl.com>; Sun, 20 Jan 2019 15:25:51 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -11.007
X-Spam-Level: 
X-Spam-Status: No, score=-11.007 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIMWL_WL_HIGH=-4.553, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, HTML_IMAGE_ONLY_20=1.546, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-1, RCVD_IN_DNSWL_HI=-5, SPF_PASS=-0.001] autolearn=ham autolearn_force=no
Authentication-Results: ietfa.amsl.com (amavisd-new); dkim=pass (1024-bit key) header.d=github.com
Received: from mail.ietf.org ([4.31.198.44]) by localhost (ietfa.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 6hAU2A74BkVS for <quic-issues@ietfa.amsl.com>; Sun, 20 Jan 2019 15:25: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 A8BD71294FA for <quic-issues@ietf.org>; Sun, 20 Jan 2019 15:25:49 -0800 (PST)
Date: Sun, 20 Jan 2019 15:25:48 -0800
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1548026748; bh=LTD7qdmHhGwMNODSUoI8iCJhI3tJ/a6X5MyNWO6eN1E=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=RTzCXb07eSRETxJxv1vWQU9aiyklwCR13XsvlBLP1bv6eD59vD0Ray7ArvqyYahdH vy1/g48YoJZW9a+LqGdQ93MYMmd+xHbbBgYe0e7OvktNdtOrC4nXEJnZ1onUefdtAa zaTxYGZpbwAaYlgkfy/excpxqPnsNiuAExZqUHl8=
From: Lucas Pardue <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+0166e4ab8ba74c5c7193c802e64b2a70efb645ee103c12f092cf00000001185cc57c92a169ce17e52e1b@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/issues/2351/455912585@github.com>
In-Reply-To: <quicwg/base-drafts/issues/2351@github.com>
References: <quicwg/base-drafts/issues/2351@github.com>
Subject: Re: [quicwg/base-drafts] Indicate which frames go on which stream types (#2351)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5c45037cd6ada_108d3faece2d45bc4226ea"; 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/cdmAexlFR99kfjl1F2RLwVx-KHk>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
List-Id: Notification list for GitHub issues related to the QUIC WG <quic-issues.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=unsubscribe>
List-Archive: <https://mailarchive.ietf.org/arch/browse/quic-issues/>
List-Post: <mailto:quic-issues@ietf.org>
List-Help: <mailto:quic-issues-request@ietf.org?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, 20 Jan 2019 23:25:51 -0000

----==_mimepart_5c45037cd6ada_108d3faece2d45bc4226ea
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

I'll submit two PRs in next day or 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/2351#issuecomment-455912585
----==_mimepart_5c45037cd6ada_108d3faece2d45bc4226ea
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

<p>I'll submit two PRs in next day or 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/2351#issuecomment-455912585">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AWbkqzx_EjrAPmoFrNxDwtE288ieCqzXks5vFPr8gaJpZM4aIqtO">mute the thread</a>.<img src="https://github.com/notifications/beacon/AWbkq7kqO7h_c66N3P9z0rXsrS4TwLDVks5vFPr8gaJpZM4aIqtO.gif" height="1" width="1" alt="" /></p>
<script type="application/json" data-scope="inboxmarkup">{"api_version":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name":"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"https://github.githubassets.com/images/email/message_cards/header.png","avatar_image_url":"https://github.githubassets.com/images/email/message_cards/avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/quicwg/base-drafts"}},"updates":{"snippets":[{"icon":"PERSON","message":"@LPardue in #2351: I'll submit two PRs in next day or so."}],"action":{"name":"View Issue","url":"https://github.com/quicwg/base-drafts/issues/2351#issuecomment-455912585"}}}</script>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/issues/2351#issuecomment-455912585",
"url": "https://github.com/quicwg/base-drafts/issues/2351#issuecomment-455912585",
"name": "View Issue"
},
"description": "View this Issue on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>
----==_mimepart_5c45037cd6ada_108d3faece2d45bc4226ea--


From nobody Sun Jan 20 19:15:52 2019
Return-Path: <bounce+565321.40f-quic-issues=ietf.org@github.com>
X-Original-To: quic-issues@ietfa.amsl.com
Delivered-To: quic-issues@ietfa.amsl.com
Received: from localhost (localhost [127.0.0.1]) by ietfa.amsl.com (Postfix) with ESMTP id B43F5130DD8 for <quic-issues@ietfa.amsl.com>; Sun, 20 Jan 2019 19:15:50 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -0.997
X-Spam-Level: 
X-Spam-Status: No, score=-0.997 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIM_ADSP_CUSTOM_MED=0.001, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, FREEMAIL_FORGED_FROMDOMAIN=0.001, FREEMAIL_FROM=0.001, HEADER_FROM_DIFFERENT_DOMAINS=0.001, NML_ADSP_CUSTOM_MED=0.9, RCVD_IN_DNSWL_NONE=-0.0001, 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 2uXBzapPUWne for <quic-issues@ietfa.amsl.com>; Sun, 20 Jan 2019 19:15:48 -0800 (PST)
Received: from m69-170.mailgun.net (m69-170.mailgun.net [166.78.69.170]) (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 822AF1294D0 for <quic-issues@ietf.org>; Sun, 20 Jan 2019 19:15:48 -0800 (PST)
DKIM-Signature: a=rsa-sha256; v=1; c=relaxed/relaxed; d=github.com; q=dns/txt;  s=mailo; t=1548040547; h=Content-Transfer-Encoding: Content-Type: Mime-Version: Subject: Message-ID: To: Reply-To: From: Date: Sender; bh=vvJpuER+UhOqjZRHc1rVrroX4A99QHRt+fnz8KfJ4sE=; b=Sh9RhLbOpptVpd1Ne5QQzIxk7lnYrcEh3jSO8VZehfZjaUVNptVj+tA4mrNEaLVdMjd/6vDK utho66c8DohWsZKp/8OTZiL7zkmEphhKvL6uotE9JZ6LU8/8QvvYm1MG4wetVT2ufI4wT+ih pIP3s8+ysEJ9UMHopEQLInU+JwM=
X-Mailgun-Sending-Ip: 166.78.69.170
X-Mailgun-Sid: WyJhNzYyYiIsICJxdWljLWlzc3Vlc0BpZXRmLm9yZyIsICI0MGYiXQ==
Sender: martin.thomson=gmail.com@github.com
Received: from github.com (Unknown [192.30.252.44]) by mxa.mailgun.org with ESMTP id 5c453962.7f675a647900-smtp-out-n01; Mon, 21 Jan 2019 03:15:46 -0000 (UTC)
Date: Sun, 20 Jan 2019 19:15:46 -0800
From: Martin Thomson <martin.thomson@gmail.com>
Reply-To: Martin Thomson <martin.thomson@gmail.com>
To: quic-issues@ietf.org
Message-ID: <5c45396244637_12b22b18d330c58485176@hookshot-fe-6e9b612.cp1-iad.github.net.mail>
Subject: [quicwg/base-drafts] 6b7b99: Singular
Mime-Version: 1.0
Content-Type: multipart/mixed; boundary="--==_mimepart_5c4539624425f_12b22b18d330c584850d4"; charset=UTF-8
Content-Transfer-Encoding: 7bit
Archived-At: <https://mailarchive.ietf.org/arch/msg/quic-issues/S3-YimilVYKsGDM03cmzoPw8ml4>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
Precedence: list
List-Id: Notification list for GitHub issues related to the QUIC WG <quic-issues.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=unsubscribe>
List-Archive: <https://mailarchive.ietf.org/arch/browse/quic-issues/>
List-Post: <mailto:quic-issues@ietf.org>
List-Help: <mailto:quic-issues-request@ietf.org?subject=help>
List-Subscribe: <https://www.ietf.org/mailman/listinfo/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=subscribe>
X-List-Received-Date: Mon, 21 Jan 2019 03:15:51 -0000

----==_mimepart_5c4539624425f_12b22b18d330c584850d4
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

  Branch: refs/heads/idle-restart-time
  Home:   https://github.com/quicwg/base-drafts
  Commit: 6b7b99ae3188d059306d9ec4ef1faaac5c39dbfb
      https://github.com/quicwg/base-drafts/commit/6b7b99ae3188d059306d9ec4ef1faaac5c39dbfb
  Author: Martin Thomson <martin.thomson@gmail.com>
  Date:   2019-01-21 (Mon, 21 Jan 2019)

  Changed paths:
    M draft-ietf-quic-transport.md

  Log Message:
  -----------
  Singular



      **NOTE:** This service has been marked for deprecation: https://developer.github.com/changes/2018-04-25-github-services-deprecation/

      Functionality will be removed from GitHub.com on January 31st, 2019.

----==_mimepart_5c4539624425f_12b22b18d330c584850d4--


From nobody Sun Jan 20 19:16: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 E5BB11294D0 for <quic-issues@ietfa.amsl.com>; Sun, 20 Jan 2019 19:15:51 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -10.935
X-Spam-Level: 
X-Spam-Status: No, score=-10.935 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIMWL_WL_HIGH=-4.553, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, HTML_IMAGE_ONLY_24=1.618, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-1, RCVD_IN_DNSWL_HI=-5, SPF_PASS=-0.001] autolearn=ham autolearn_force=no
Authentication-Results: ietfa.amsl.com (amavisd-new); dkim=pass (1024-bit key) header.d=github.com
Received: from mail.ietf.org ([4.31.198.44]) by localhost (ietfa.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id xWn3Asol-fLE for <quic-issues@ietfa.amsl.com>; Sun, 20 Jan 2019 19:15:50 -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 768AA12D4E8 for <quic-issues@ietf.org>; Sun, 20 Jan 2019 19:15:50 -0800 (PST)
Date: Sun, 20 Jan 2019 19:15:49 -0800
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1548040549; bh=uyV1+dL530UyV6L5uDZAwH6Ox7Y5CjVbyOvrGMaoPvU=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=ITQnMq0+mhCAjDyJu9gg0vMmj/tK1ll5yrLYM0WEZSYlFScfLUhwSeLfEULXDA9xV iXqNZqtC0GhkLLeF9YsEke5AHAKAvfSJc33emXGVaSj8cLz1lfRck9ysXJQ6scHtoB wyxJHPJ6XsaZ1uvgG1UhlJ6tzOqJM/2o5WWA9Nbw=
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/2346/push/3227426011@github.com>
In-Reply-To: <quicwg/base-drafts/pull/2346@github.com>
References: <quicwg/base-drafts/pull/2346@github.com>
Subject: Re: [quicwg/base-drafts] Rework idle timeout definition (#2346)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5c45396566359_4fa23fa672cd45bc598837"; 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/j7Aazf6FAR48vOT4_8wAqGZvGkI>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
List-Id: Notification list for GitHub issues related to the QUIC WG <quic-issues.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=unsubscribe>
List-Archive: <https://mailarchive.ietf.org/arch/browse/quic-issues/>
List-Post: <mailto:quic-issues@ietf.org>
List-Help: <mailto:quic-issues-request@ietf.org?subject=help>
List-Subscribe: <https://www.ietf.org/mailman/listinfo/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=subscribe>
X-List-Received-Date: Mon, 21 Jan 2019 03:15:52 -0000

----==_mimepart_5c45396566359_4fa23fa672cd45bc598837
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

@martinthomson pushed 1 commit.

6b7b99ae3188d059306d9ec4ef1faaac5c39dbfb  Singular


-- 
You are receiving this because you are subscribed to this thread.
View it on GitHub:
https://github.com/quicwg/base-drafts/pull/2346/files/ac59e1146fe685a353bc2f3f3d74d98e5a063afe..6b7b99ae3188d059306d9ec4ef1faaac5c39dbfb

----==_mimepart_5c45396566359_4fa23fa672cd45bc598837
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/6b7b99ae3188d059306d9ec4ef1faaac5c39dbfb">6b7b99a</a>  Singular</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/2346/files/ac59e1146fe685a353bc2f3f3d74d98e5a063afe..6b7b99ae3188d059306d9ec4ef1faaac5c39dbfb">View it on GitHub</a> or <a href="https://github.com/notifications/unsubscribe-auth/AWbkqwuL-W7M818OidztH-unNrMX3Czoks5vFTDlgaJpZM4aHYP2">mute the thread</a>.<img src="https://github.com/notifications/beacon/AWbkq7_pwsVvGfikiRpKno9oFBNkCREgks5vFTDlgaJpZM4aHYP2.gif" height="1" width="1" alt="" /></p>
<script type="application/json" data-scope="inboxmarkup">{"api_version":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name":"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"https://github.githubassets.com/images/email/message_cards/header.png","avatar_image_url":"https://github.githubassets.com/images/email/message_cards/avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/quicwg/base-drafts"}},"updates":{"snippets":[{"icon":"PERSON","message":"@martinthomson pushed 1 commit in #2346"}],"action":{"name":"View Pull Request","url":"https://github.com/quicwg/base-drafts/pull/2346/files/ac59e1146fe685a353bc2f3f3d74d98e5a063afe..6b7b99ae3188d059306d9ec4ef1faaac5c39dbfb"}}}</script>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/pull/2346/files/ac59e1146fe685a353bc2f3f3d74d98e5a063afe..6b7b99ae3188d059306d9ec4ef1faaac5c39dbfb",
"url": "https://github.com/quicwg/base-drafts/pull/2346/files/ac59e1146fe685a353bc2f3f3d74d98e5a063afe..6b7b99ae3188d059306d9ec4ef1faaac5c39dbfb",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>

----==_mimepart_5c45396566359_4fa23fa672cd45bc598837--


From nobody Sun Jan 20 19:18: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 AC7451294D0 for <quic-issues@ietfa.amsl.com>; Sun, 20 Jan 2019 19:18:26 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -11.007
X-Spam-Level: 
X-Spam-Status: No, score=-11.007 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIMWL_WL_HIGH=-4.553, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, HTML_IMAGE_ONLY_20=1.546, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-1, RCVD_IN_DNSWL_HI=-5, SPF_PASS=-0.001] autolearn=ham autolearn_force=no
Authentication-Results: ietfa.amsl.com (amavisd-new); dkim=pass (1024-bit key) header.d=github.com
Received: from mail.ietf.org ([4.31.198.44]) by localhost (ietfa.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id CIRu6-esNiji for <quic-issues@ietfa.amsl.com>; Sun, 20 Jan 2019 19:18: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 7E103127AC2 for <quic-issues@ietf.org>; Sun, 20 Jan 2019 19:18:25 -0800 (PST)
Date: Sun, 20 Jan 2019 19:18:23 -0800
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1548040703; bh=WewRTuA4Zec+m5at+mbAWDbc+y4KqMQLesur3wuoAcc=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=wYx76j5OYhbPQpsFoSHGBZVqL7T8VBp2Yoi8sZ+xSiZ3Ys4NIljtiBFk8DcRCi2eo dMTIR/g+AKltlm4APa/8bnxblPFY8eo2NaH17my6XGGj7yiCUJNMiBkf+WukJWi6KK W+974RuhUmX8NIyxy8c0gzZXOQA7y0RbEVHdJcMk=
From: Dmitri Tikhonov <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+0166e4ab1ddf1cff753c2c1f1e7b3d4bdbc34b5ee2e3a5e292cf00000001185cfbff92a163ce01e854df@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/commit/6b7b99ae3188d059306d9ec4ef1faaac5c39dbfb/32003295@github.com>
In-Reply-To: <quicwg/base-drafts/commit/6b7b99ae3188d059306d9ec4ef1faaac5c39dbfb@github.com>
References: <quicwg/base-drafts/commit/6b7b99ae3188d059306d9ec4ef1faaac5c39dbfb@github.com>
Subject: Re: [quicwg/base-drafts] Singular (6b7b99a)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5c4539ff71baf_3baa3fd0bdcd45c487879"; 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/SZEmMmiYbB2eNI7sQFiDJwrx31w>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
List-Id: Notification list for GitHub issues related to the QUIC WG <quic-issues.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=unsubscribe>
List-Archive: <https://mailarchive.ietf.org/arch/browse/quic-issues/>
List-Post: <mailto:quic-issues@ietf.org>
List-Help: <mailto:quic-issues-request@ietf.org?subject=help>
List-Subscribe: <https://www.ietf.org/mailman/listinfo/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=subscribe>
X-List-Received-Date: Mon, 21 Jan 2019 03:18:27 -0000

----==_mimepart_5c4539ff71baf_3baa3fd0bdcd45c487879
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: quoted-printable

>From =E2=80=9Cits=E2=80=9D peer=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/commit/6b7b99ae3188d059306d9ec4ef1f=
aaac5c39dbfb#commitcomment-32003295=

----==_mimepart_5c4539ff71baf_3baa3fd0bdcd45c487879
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: quoted-printable

<p>From =E2=80=9Cits=E2=80=9D peer</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/commit/6b7b99ae3188d059306d9ec4ef1faaac5c39dbfb#commitcomm=
ent-32003295">view it on GitHub</a>, or <a href=3D"https://github.com/not=
ifications/unsubscribe-auth/AWbkq6BhREm7Fj6LfFcmPCN53AF8WYZCks5vFTF_gaJpZ=
M4aKCQY">mute the thread</a>.<img src=3D"https://github.com/notifications=
/beacon/AWbkq_VKfQPfxuvjBuEEh1d_UxK9eNWeks5vFTF_gaJpZM4aKCQY.gif" height=3D=
"1" width=3D"1" alt=3D"" /></p>=0D
<script type=3D"application/json" data-scope=3D"inboxmarkup">{"api_versio=
n":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name"=
:"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"=
quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"http=
s://github.githubassets.com/images/email/message_cards/header.png","avata=
r_image_url":"https://github.githubassets.com/images/email/message_cards/=
avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/q=
uicwg/base-drafts"}},"updates":{"snippets":[{"icon":"PERSON","message":"@=
dtikhonov on 6b7b99a: From =E2=80=9Cits=E2=80=9D peer"}],"action":{"name"=
:"View Commit","url":"https://github.com/quicwg/base-drafts/commit/6b7b99=
ae3188d059306d9ec4ef1faaac5c39dbfb#commitcomment-32003295"}}}</script>=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/commit/6b7b99ae3188d0593=
06d9ec4ef1faaac5c39dbfb#commitcomment-32003295",=0D
"url": "https://github.com/quicwg/base-drafts/commit/6b7b99ae3188d059306d=
9ec4ef1faaac5c39dbfb#commitcomment-32003295",=0D
"name": "View Commit"=0D
},=0D
"description": "View this Commit on GitHub",=0D
"publisher": {=0D
"@type": "Organization",=0D
"name": "GitHub",=0D
"url": "https://github.com"=0D
}=0D
}=0D
]</script>=

----==_mimepart_5c4539ff71baf_3baa3fd0bdcd45c487879--


From nobody Sun Jan 20 19:19:32 2019
Return-Path: <bounce+565321.40f-quic-issues=ietf.org@github.com>
X-Original-To: quic-issues@ietfa.amsl.com
Delivered-To: quic-issues@ietfa.amsl.com
Received: from localhost (localhost [127.0.0.1]) by ietfa.amsl.com (Postfix) with ESMTP id B903E1294D0 for <quic-issues@ietfa.amsl.com>; Sun, 20 Jan 2019 19:19:30 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -0.997
X-Spam-Level: 
X-Spam-Status: No, score=-0.997 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIM_ADSP_CUSTOM_MED=0.001, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, FREEMAIL_FORGED_FROMDOMAIN=0.001, FREEMAIL_FROM=0.001, HEADER_FROM_DIFFERENT_DOMAINS=0.001, NML_ADSP_CUSTOM_MED=0.9, RCVD_IN_DNSWL_NONE=-0.0001, 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 diYIOGhT3G-F for <quic-issues@ietfa.amsl.com>; Sun, 20 Jan 2019 19:19:29 -0800 (PST)
Received: from m69-170.mailgun.net (m69-170.mailgun.net [166.78.69.170]) (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 64EE2127AC2 for <quic-issues@ietf.org>; Sun, 20 Jan 2019 19:19:29 -0800 (PST)
DKIM-Signature: a=rsa-sha256; v=1; c=relaxed/relaxed; d=github.com; q=dns/txt;  s=mailo; t=1548040768; h=Content-Transfer-Encoding: Content-Type: Mime-Version: Subject: Message-ID: To: Reply-To: From: Date: Sender; bh=D1ryYnFEYS2ZQSQRa1Xi5We1bFik80QdqJCkVc1sSq8=; b=iKkUCRJJDqoZ+bfKNbhgkCo47hMT86FITPrwYgAI6UWmGNavFxbpr7Toj5ThOnbguKBRzovz 3vi5OaQMCc5LwmdAe33UtbcUnGjFI0bKM0jPOZj66C1a0Sb8JZwjdx0D9g1g1pyQtcRM80Ob HKlpAdR5ietWzxNw321feaMQ3zE=
X-Mailgun-Sending-Ip: 166.78.69.170
X-Mailgun-Sid: WyJhNzYyYiIsICJxdWljLWlzc3Vlc0BpZXRmLm9yZyIsICI0MGYiXQ==
Sender: martin.thomson=gmail.com@github.com
Received: from github.com (Unknown [192.30.252.39]) by mxa.mailgun.org with ESMTP id 5c453a40.7f718ce3de10-smtp-out-n02; Mon, 21 Jan 2019 03:19:28 -0000 (UTC)
Date: Sun, 20 Jan 2019 19:19:28 -0800
From: Martin Thomson <martin.thomson@gmail.com>
Reply-To: Martin Thomson <martin.thomson@gmail.com>
To: quic-issues@ietf.org
Message-ID: <5c453a409680c_206ae2b2185efa57039321@hookshot-fe-dfcc362.cp1-iad.github.net.mail>
Subject: [quicwg/base-drafts] 9fd7db: STOP_SENDING is permitted for Ready streams
Mime-Version: 1.0
Content-Type: multipart/mixed; boundary="--==_mimepart_5c453a40962a3_206ae2b2185efa5703922e"; charset=UTF-8
Content-Transfer-Encoding: 7bit
Archived-At: <https://mailarchive.ietf.org/arch/msg/quic-issues/TJxBNQOJaEZd9E2wSqHJeY6KAds>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
Precedence: list
List-Id: Notification list for GitHub issues related to the QUIC WG <quic-issues.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=unsubscribe>
List-Archive: <https://mailarchive.ietf.org/arch/browse/quic-issues/>
List-Post: <mailto:quic-issues@ietf.org>
List-Help: <mailto:quic-issues-request@ietf.org?subject=help>
List-Subscribe: <https://www.ietf.org/mailman/listinfo/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=subscribe>
X-List-Received-Date: Mon, 21 Jan 2019 03:19:31 -0000

----==_mimepart_5c453a40962a3_206ae2b2185efa5703922e
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

  Branch: refs/heads/stop-sending-ready
  Home:   https://github.com/quicwg/base-drafts
  Commit: 9fd7dbdb33e1104709543baee8722969dc2c1a7d
      https://github.com/quicwg/base-drafts/commit/9fd7dbdb33e1104709543baee8722969dc2c1a7d
  Author: Martin Thomson <martin.thomson@gmail.com>
  Date:   2019-01-21 (Mon, 21 Jan 2019)

  Changed paths:
    M draft-ietf-quic-transport.md

  Log Message:
  -----------
  STOP_SENDING is permitted for Ready streams

In the case where those streams are implicitly created.  There's
probably another state here if we were being entirely honest with
ourselves to distinguish between a stream that has been created and one
that has had frames sent for it, but this is already more complex than
it needs to be.

Closes #2345.



      **NOTE:** This service has been marked for deprecation: https://developer.github.com/changes/2018-04-25-github-services-deprecation/

      Functionality will be removed from GitHub.com on January 31st, 2019.

----==_mimepart_5c453a40962a3_206ae2b2185efa5703922e--


From nobody Sun Jan 20 19:23:37 2019
Return-Path: <bounce+565321.40f-quic-issues=ietf.org@github.com>
X-Original-To: quic-issues@ietfa.amsl.com
Delivered-To: quic-issues@ietfa.amsl.com
Received: from localhost (localhost [127.0.0.1]) by ietfa.amsl.com (Postfix) with ESMTP id 260581294D0 for <quic-issues@ietfa.amsl.com>; Sun, 20 Jan 2019 19:23:35 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -0.997
X-Spam-Level: 
X-Spam-Status: No, score=-0.997 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIM_ADSP_CUSTOM_MED=0.001, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, FREEMAIL_FORGED_FROMDOMAIN=0.001, FREEMAIL_FROM=0.001, HEADER_FROM_DIFFERENT_DOMAINS=0.001, NML_ADSP_CUSTOM_MED=0.9, RCVD_IN_DNSWL_NONE=-0.0001, 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 sp2JcDX75flh for <quic-issues@ietfa.amsl.com>; Sun, 20 Jan 2019 19:23:33 -0800 (PST)
Received: from m69-170.mailgun.net (m69-170.mailgun.net [166.78.69.170]) (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 B7ECE127AC2 for <quic-issues@ietf.org>; Sun, 20 Jan 2019 19:23:33 -0800 (PST)
DKIM-Signature: a=rsa-sha256; v=1; c=relaxed/relaxed; d=github.com; q=dns/txt;  s=mailo; t=1548041013; h=Content-Transfer-Encoding: Content-Type: Mime-Version: Subject: Message-ID: To: Reply-To: From: Date: Sender; bh=ZOAktgdA3vamNkdz/FUv32oFxk76CnT0dvHhcEhTcEc=; b=cjs+7lC7bduOOy2RG0s+DF4xoV52v7t9dG9SHiKKvz3dSTSbdr2MR/YylC6inBY9qxM54Hb+ /tDG+yk/oE3/m6hhPTHcDCZgOi7MP+jAQukPjXhLQ5/WBnsGAuQlm1XXrM0LnZ6pfYdnGwl0 0HJ8Fotl+7+fajzbkmq45zuX8Ow=
X-Mailgun-Sending-Ip: 166.78.69.170
X-Mailgun-Sid: WyJhNzYyYiIsICJxdWljLWlzc3Vlc0BpZXRmLm9yZyIsICI0MGYiXQ==
Sender: martin.thomson=gmail.com@github.com
Received: from github.com (Unknown [192.30.252.38]) by mxa.mailgun.org with ESMTP id 5c453b34.7f81dde3c960-smtp-out-n01; Mon, 21 Jan 2019 03:23:32 -0000 (UTC)
Date: Sun, 20 Jan 2019 19:23:31 -0800
From: Martin Thomson <martin.thomson@gmail.com>
Reply-To: Martin Thomson <martin.thomson@gmail.com>
To: quic-issues@ietf.org
Message-ID: <5c453b3350910_687e2b0153aa459027650@hookshot-fe-265448d.cp1-iad.github.net.mail>
Subject: [quicwg/base-drafts] 6dbefa: STOP_SENDING is permitted for Ready streams
Mime-Version: 1.0
Content-Type: multipart/mixed; boundary="--==_mimepart_5c453b3350426_687e2b0153aa45902750"; charset=UTF-8
Content-Transfer-Encoding: 7bit
Archived-At: <https://mailarchive.ietf.org/arch/msg/quic-issues/fll3jIzJXvlqDsQRBwjb3AYn_oo>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
Precedence: list
List-Id: Notification list for GitHub issues related to the QUIC WG <quic-issues.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=unsubscribe>
List-Archive: <https://mailarchive.ietf.org/arch/browse/quic-issues/>
List-Post: <mailto:quic-issues@ietf.org>
List-Help: <mailto:quic-issues-request@ietf.org?subject=help>
List-Subscribe: <https://www.ietf.org/mailman/listinfo/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=subscribe>
X-List-Received-Date: Mon, 21 Jan 2019 03:23:35 -0000

----==_mimepart_5c453b3350426_687e2b0153aa45902750
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

  Branch: refs/heads/stop-sending-ready
  Home:   https://github.com/quicwg/base-drafts
  Commit: 6dbefa7c53b11377a529cf01b6cb1f9ced9c68ce
      https://github.com/quicwg/base-drafts/commit/6dbefa7c53b11377a529cf01b6cb1f9ced9c68ce
  Author: Martin Thomson <martin.thomson@gmail.com>
  Date:   2019-01-21 (Mon, 21 Jan 2019)

  Changed paths:
    M draft-ietf-quic-transport.md

  Log Message:
  -----------
  STOP_SENDING is permitted for Ready streams

...in the case where those streams are implicitly created.  There's
probably another state here if we were being entirely honest with
ourselves to distinguish between a stream that has been created and one
that has had frames sent for it, but this is already more complex than
it needs to be.

Closes #2345.



      **NOTE:** This service has been marked for deprecation: https://developer.github.com/changes/2018-04-25-github-services-deprecation/

      Functionality will be removed from GitHub.com on January 31st, 2019.

----==_mimepart_5c453b3350426_687e2b0153aa45902750--


From nobody Sun Jan 20 19:24: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 DA6BD1294D0 for <quic-issues@ietfa.amsl.com>; Sun, 20 Jan 2019 19:24:04 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -12.553
X-Spam-Level: 
X-Spam-Status: No, score=-12.553 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIMWL_WL_HIGH=-4.553, 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_PASS=-0.001] autolearn=ham autolearn_force=no
Authentication-Results: ietfa.amsl.com (amavisd-new); dkim=pass (1024-bit key) header.d=github.com
Received: from mail.ietf.org ([4.31.198.44]) by localhost (ietfa.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id JDS_Ee5EgMFT for <quic-issues@ietfa.amsl.com>; Sun, 20 Jan 2019 19:24:02 -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 BEA24127AC2 for <quic-issues@ietf.org>; Sun, 20 Jan 2019 19:24:02 -0800 (PST)
Date: Sun, 20 Jan 2019 19:24:01 -0800
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1548041041; bh=oMMnl8mSiA9bN65q/l6f/TLruWFU+QTtho0VqD82EP0=; h=Date:From:Reply-To:To:Cc:Subject:List-ID:List-Archive:List-Post: List-Unsubscribe:From; b=Wbt1teom8pySliEjr6yYTzoQdeH+5wzb5WWgZetca6ngn43iu+dV/xx3BXhkPmuTz Dnta5xMmdhliMtKdNjfjDVGzgA8N4/P9XSMdHuMrEpeCwLsbxR4plF+mi3gUG0q450 zEJv0EIQT5e4WQulM3caShSjQwm+afHYELGGZvpk=
From: Martin Thomson <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+0166e4ab0e994fcb5526b1d5d407b4982302c59df6058ead92cf00000001185cfd5192a169ce17e982c0@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/pull/2354@github.com>
Subject: [quicwg/base-drafts] STOP_SENDING is permitted for Ready streams (#2354)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5c453b511c48e_58a03fdaf88d45c4569562"; 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/3Ba3Y3mT3nQpzr_UNvku8nTELXE>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
List-Id: Notification list for GitHub issues related to the QUIC WG <quic-issues.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=unsubscribe>
List-Archive: <https://mailarchive.ietf.org/arch/browse/quic-issues/>
List-Post: <mailto:quic-issues@ietf.org>
List-Help: <mailto:quic-issues-request@ietf.org?subject=help>
List-Subscribe: <https://www.ietf.org/mailman/listinfo/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=subscribe>
X-List-Received-Date: Mon, 21 Jan 2019 03:24:05 -0000

----==_mimepart_5c453b511c48e_58a03fdaf88d45c4569562
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

...in the case where those streams are implicitly created.  There's
probably another state here if we were being entirely honest with
ourselves to distinguish between a stream that has been created and one
that has had frames sent for it, but this is already more complex than
it needs to be.

Closes #2345.
You can view, comment on, or merge this pull request online at:

  https://github.com/quicwg/base-drafts/pull/2354

-- Commit Summary --

  * STOP_SENDING is permitted for Ready streams

-- File Changes --

    M draft-ietf-quic-transport.md (7)

-- Patch Links --

https://github.com/quicwg/base-drafts/pull/2354.patch
https://github.com/quicwg/base-drafts/pull/2354.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/2354

----==_mimepart_5c453b511c48e_58a03fdaf88d45c4569562
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

<p>...in the case where those streams are implicitly created.  There's<br>
probably another state here if we were being entirely honest with<br>
ourselves to distinguish between a stream that has been created and one<br>
that has had frames sent for it, but this is already more complex than<br>
it needs to be.</p>
<p><span class="issue-keyword tooltipped tooltipped-se" aria-label="This pull request closes issue #2345.">Closes</span> <a class="issue-link js-issue-link" data-error-text="Failed to load issue title" data-id="400570492" data-permission-text="Issue title is private" data-url="https://github.com/quicwg/base-drafts/issues/2345" data-hovercard-type="issue" data-hovercard-url="/quicwg/base-drafts/issues/2345/hovercard" href="https://github.com/quicwg/base-drafts/issues/2345">#2345</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/2354'>https://github.com/quicwg/base-drafts/pull/2354</a></p>

<h4>Commit Summary</h4>
<ul>
  <li>STOP_SENDING is permitted for Ready streams</li>
</ul>

<h4>File Changes</h4>
<ul>
  <li>
    <strong>M</strong>
    <a href="https://github.com/quicwg/base-drafts/pull/2354/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/2354.patch'>https://github.com/quicwg/base-drafts/pull/2354.patch</a></li>
  <li><a href='https://github.com/quicwg/base-drafts/pull/2354.diff'>https://github.com/quicwg/base-drafts/pull/2354.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/2354">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AWbkq3CMPsUS7gpz-xrUm33TYNvTNm8Nks5vFTLRgaJpZM4aKCiG">mute the thread</a>.<img src="https://github.com/notifications/beacon/AWbkqyHksZEy1uPai6oECZQaN3aWGiScks5vFTLRgaJpZM4aKCiG.gif" height="1" width="1" alt="" /></p>
<script type="application/json" data-scope="inboxmarkup">{"api_version":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name":"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"https://github.githubassets.com/images/email/message_cards/header.png","avatar_image_url":"https://github.githubassets.com/images/email/message_cards/avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/quicwg/base-drafts"}},"updates":{"snippets":[{"icon":"DESCRIPTION","message":"STOP_SENDING is permitted for Ready streams (#2354)"}],"action":{"name":"View Pull Request","url":"https://github.com/quicwg/base-drafts/pull/2354"}}}</script>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/pull/2354",
"url": "https://github.com/quicwg/base-drafts/pull/2354",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>

----==_mimepart_5c453b511c48e_58a03fdaf88d45c4569562--


From nobody Sun Jan 20 19:25: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 B25B1130DD8 for <quic-issues@ietfa.amsl.com>; Sun, 20 Jan 2019 19:25:10 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -10.935
X-Spam-Level: 
X-Spam-Status: No, score=-10.935 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIMWL_WL_HIGH=-4.553, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, HTML_IMAGE_ONLY_24=1.618, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-1, RCVD_IN_DNSWL_HI=-5, SPF_PASS=-0.001] autolearn=ham autolearn_force=no
Authentication-Results: ietfa.amsl.com (amavisd-new); dkim=pass (1024-bit key) header.d=github.com
Received: from mail.ietf.org ([4.31.198.44]) by localhost (ietfa.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id ZPF7VJmxEiuF for <quic-issues@ietfa.amsl.com>; Sun, 20 Jan 2019 19:25:09 -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 5D18D1294D0 for <quic-issues@ietf.org>; Sun, 20 Jan 2019 19:25:09 -0800 (PST)
Date: Sun, 20 Jan 2019 19:25:08 -0800
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1548041108; bh=6egnIo7sxYnwIsQjVnIdMKo5JWwGc5p8s867sRVUo/Q=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=o/TO8fCpN+3ChGPKEPeffohZz7oDEaRJ3/LWGlM5YQVrXmCkPKRjX2xf8tMdIVpyZ ndc6TzNH6EKctLpsqYBxfcQsuK0JJ82Ij9SO6Ffh58mJLEdKAMgMUt4d9C/qN+aXu2 XSEwyAViP6BADYyVWPTz1tmmvBCyAiZf5ejK/8Ic=
From: Martin Thomson <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+0166e4ab5d8dd72a78a2817970089c5975ceff502346cacb92cf00000001185cfd9492a169ce17e62532@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/pull/2352/review/194434840@github.com>
In-Reply-To: <quicwg/base-drafts/pull/2352@github.com>
References: <quicwg/base-drafts/pull/2352@github.com>
Subject: Re: [quicwg/base-drafts] allow STOP_SENDING on implicitly opened streams (#2352)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5c453b94a8f41_645b3fd0bdcd45c4514126"; 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/KJbKlrC5OFNVxZzsMZM-1SL0ud4>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
List-Id: Notification list for GitHub issues related to the QUIC WG <quic-issues.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=unsubscribe>
List-Archive: <https://mailarchive.ietf.org/arch/browse/quic-issues/>
List-Post: <mailto:quic-issues@ietf.org>
List-Help: <mailto:quic-issues-request@ietf.org?subject=help>
List-Subscribe: <https://www.ietf.org/mailman/listinfo/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=subscribe>
X-List-Received-Date: Mon, 21 Jan 2019 03:25:11 -0000

----==_mimepart_5c453b94a8f41_645b3fd0bdcd45c4514126
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

martinthomson commented on this pull request.

I think that we can do a little more (for instance, to the preceding sentence).  See #2354.



-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/quicwg/base-drafts/pull/2352#pullrequestreview-194434840
----==_mimepart_5c453b94a8f41_645b3fd0bdcd45c4514126
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 we can do a little more (for instance, to the preceding sentence).  See <a class="issue-link js-issue-link" data-error-text="Failed to load issue title" data-id="401179328" data-permission-text="Issue title is private" data-url="https://github.com/quicwg/base-drafts/issues/2354" data-hovercard-type="pull_request" data-hovercard-url="/quicwg/base-drafts/pull/2354/hovercard" href="https://github.com/quicwg/base-drafts/pull/2354">#2354</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/2352#pullrequestreview-194434840">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AWbkq1b28xa7phO1GmQy4DjToEohrtJ0ks5vFTMUgaJpZM4aI83x">mute the thread</a>.<img src="https://github.com/notifications/beacon/AWbkqwChjKvJpOMytD_fttR7EczU30zsks5vFTMUgaJpZM4aI83x.gif" height="1" width="1" alt="" /></p>
<script type="application/json" data-scope="inboxmarkup">{"api_version":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name":"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"https://github.githubassets.com/images/email/message_cards/header.png","avatar_image_url":"https://github.githubassets.com/images/email/message_cards/avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/quicwg/base-drafts"}},"updates":{"snippets":[{"icon":"PERSON","message":"@martinthomson commented on #2352"}],"action":{"name":"View Pull Request","url":"https://github.com/quicwg/base-drafts/pull/2352#pullrequestreview-194434840"}}}</script>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/pull/2352#pullrequestreview-194434840",
"url": "https://github.com/quicwg/base-drafts/pull/2352#pullrequestreview-194434840",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>
----==_mimepart_5c453b94a8f41_645b3fd0bdcd45c4514126--


From nobody Sun Jan 20 19:55:49 2019
Return-Path: <bounce+565321.40f-quic-issues=ietf.org@github.com>
X-Original-To: quic-issues@ietfa.amsl.com
Delivered-To: quic-issues@ietfa.amsl.com
Received: from localhost (localhost [127.0.0.1]) by ietfa.amsl.com (Postfix) with ESMTP id 302951294D0 for <quic-issues@ietfa.amsl.com>; Sun, 20 Jan 2019 19:55:47 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -0.997
X-Spam-Level: 
X-Spam-Status: No, score=-0.997 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIM_ADSP_CUSTOM_MED=0.001, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, FREEMAIL_FORGED_FROMDOMAIN=0.001, FREEMAIL_FROM=0.001, HEADER_FROM_DIFFERENT_DOMAINS=0.001, NML_ADSP_CUSTOM_MED=0.9, RCVD_IN_DNSWL_NONE=-0.0001, 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 hu3bvdTbh2iV for <quic-issues@ietfa.amsl.com>; Sun, 20 Jan 2019 19:55:45 -0800 (PST)
Received: from m69-169.mailgun.net (m69-169.mailgun.net [166.78.69.169]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id 88A5112870E for <quic-issues@ietf.org>; Sun, 20 Jan 2019 19:55:45 -0800 (PST)
DKIM-Signature: a=rsa-sha256; v=1; c=relaxed/relaxed; d=github.com; q=dns/txt;  s=mailo; t=1548042944; h=Content-Transfer-Encoding: Content-Type: Mime-Version: Subject: Message-ID: To: Reply-To: From: Date: Sender; bh=GltPmlW2JJm00OVSROWHBg/g6TKnGLksYL55AwKORbY=; b=0Ca+ljPJQhHe8TgFpM18WMw5u1wmQgx79RMpU73WXJ9dnjNaETTcJb7cahhRMRb0dsGY4MJV 5zSHduBvew/kCAqV3YrcyoRi0QCD1ZFfqA++Y1t4BYya5iuO5fjhDnnkfmxQCqhPos3hIMKA vKPyXDRntAGq+5tAV8pQ4fbf4z4=
X-Mailgun-Sending-Ip: 166.78.69.169
X-Mailgun-Sid: WyJhNzYyYiIsICJxdWljLWlzc3Vlc0BpZXRmLm9yZyIsICI0MGYiXQ==
Sender: martin.thomson=gmail.com@github.com
Received: from github.com (Unknown [192.30.252.37]) by mxa.mailgun.org with ESMTP id 5c4542be.7f42dad32870-smtp-out-n03; Mon, 21 Jan 2019 03:55:42 -0000 (UTC)
Date: Sun, 20 Jan 2019 19:55:41 -0800
From: Martin Thomson <martin.thomson@gmail.com>
Reply-To: Martin Thomson <martin.thomson@gmail.com>
To: quic-issues@ietf.org
Message-ID: <5c4542bda198c_6a502b20bbdea588370ef@hookshot-fe-2cc8887.cp1-iad.github.net.mail>
Subject: [quicwg/base-drafts] c34142: STOP_SENDING is permitted for Ready streams
Mime-Version: 1.0
Content-Type: multipart/mixed; boundary="--==_mimepart_5c4542bda1574_6a502b20bbdea588369c4"; charset=UTF-8
Content-Transfer-Encoding: 7bit
Archived-At: <https://mailarchive.ietf.org/arch/msg/quic-issues/00b81ObsUOlbDv_hQBPjL16lesk>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
Precedence: list
List-Id: Notification list for GitHub issues related to the QUIC WG <quic-issues.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=unsubscribe>
List-Archive: <https://mailarchive.ietf.org/arch/browse/quic-issues/>
List-Post: <mailto:quic-issues@ietf.org>
List-Help: <mailto:quic-issues-request@ietf.org?subject=help>
List-Subscribe: <https://www.ietf.org/mailman/listinfo/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=subscribe>
X-List-Received-Date: Mon, 21 Jan 2019 03:55:47 -0000

----==_mimepart_5c4542bda1574_6a502b20bbdea588369c4
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

  Branch: refs/heads/stop-sending-ready
  Home:   https://github.com/quicwg/base-drafts
  Commit: c34142289df3bc7dd9fdbb209fc977c92e7987d4
      https://github.com/quicwg/base-drafts/commit/c34142289df3bc7dd9fdbb209fc977c92e7987d4
  Author: Martin Thomson <martin.thomson@gmail.com>
  Date:   2019-01-21 (Mon, 21 Jan 2019)

  Changed paths:
    M draft-ietf-quic-transport.md

  Log Message:
  -----------
  STOP_SENDING is permitted for Ready streams

...in the case where those streams are implicitly created.  There's
probably another state here if we were being entirely honest with
ourselves to distinguish between a stream that has been created and one
that has had frames sent for it, but this is already more complex than
it needs to be.

Closes #2345.



      **NOTE:** This service has been marked for deprecation: https://developer.github.com/changes/2018-04-25-github-services-deprecation/

      Functionality will be removed from GitHub.com on January 31st, 2019.

----==_mimepart_5c4542bda1574_6a502b20bbdea588369c4--


From nobody Sun Jan 20 19:56:47 2019
Return-Path: <bounce+565321.40f-quic-issues=ietf.org@github.com>
X-Original-To: quic-issues@ietfa.amsl.com
Delivered-To: quic-issues@ietfa.amsl.com
Received: from localhost (localhost [127.0.0.1]) by ietfa.amsl.com (Postfix) with ESMTP id A211C12870E for <quic-issues@ietfa.amsl.com>; Sun, 20 Jan 2019 19:56:45 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -0.997
X-Spam-Level: 
X-Spam-Status: No, score=-0.997 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIM_ADSP_CUSTOM_MED=0.001, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, FREEMAIL_FORGED_FROMDOMAIN=0.001, FREEMAIL_FROM=0.001, HEADER_FROM_DIFFERENT_DOMAINS=0.001, NML_ADSP_CUSTOM_MED=0.9, RCVD_IN_DNSWL_NONE=-0.0001, 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 gErkzdv0KgKO for <quic-issues@ietfa.amsl.com>; Sun, 20 Jan 2019 19:56:44 -0800 (PST)
Received: from m71-131.mailgun.net (m71-131.mailgun.net [166.78.71.131]) (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 864551294D0 for <quic-issues@ietf.org>; Sun, 20 Jan 2019 19:56:44 -0800 (PST)
DKIM-Signature: a=rsa-sha256; v=1; c=relaxed/relaxed; d=github.com; q=dns/txt;  s=mailo; t=1548043003; h=Content-Transfer-Encoding: Content-Type: Mime-Version: Subject: Message-ID: To: Reply-To: From: Date: Sender; bh=6BBuESNZbdZH3u9bZkXxo24aTFP5IkyXLMRRIBlb6qs=; b=isKJFbfv9Md1fEfnHtXxbUM3oUMsdwiGP4j2ydch4DPemuKkA5DiK7tozbeJf/iBNimH97JW 7r06DFR5c71NiZJg1JFow7bIVXd30i7tnqjiM4PcrAwwVLrjDDctXH9H1DipMS+YPhJA0S0q BCv/XkASLBXGv4YRVMCQcozmPMo=
X-Mailgun-Sending-Ip: 166.78.71.131
X-Mailgun-Sid: WyJhNzYyYiIsICJxdWljLWlzc3Vlc0BpZXRmLm9yZyIsICI0MGYiXQ==
Sender: martin.thomson=gmail.com@github.com
Received: from github.com (Unknown [192.30.252.34]) by mxa.mailgun.org with ESMTP id 5c4542fb.7f5335c75e40-smtp-out-n01; Mon, 21 Jan 2019 03:56:43 -0000 (UTC)
Date: Sun, 20 Jan 2019 19:56:43 -0800
From: Martin Thomson <martin.thomson@gmail.com>
Reply-To: Martin Thomson <martin.thomson@gmail.com>
To: quic-issues@ietf.org
Message-ID: <5c4542fbb45e9_187f2b235e5f657045017@hookshot-fe-88eb02d.cp1-iad.github.net.mail>
Subject: [quicwg/base-drafts] 60f054: its
Mime-Version: 1.0
Content-Type: multipart/mixed; boundary="--==_mimepart_5c4542fbb4037_187f2b235e5f657044930"; charset=UTF-8
Content-Transfer-Encoding: 7bit
Archived-At: <https://mailarchive.ietf.org/arch/msg/quic-issues/YmesT_UFtU9K2OGpAnSjV4TqycE>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
Precedence: list
List-Id: Notification list for GitHub issues related to the QUIC WG <quic-issues.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=unsubscribe>
List-Archive: <https://mailarchive.ietf.org/arch/browse/quic-issues/>
List-Post: <mailto:quic-issues@ietf.org>
List-Help: <mailto:quic-issues-request@ietf.org?subject=help>
List-Subscribe: <https://www.ietf.org/mailman/listinfo/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=subscribe>
X-List-Received-Date: Mon, 21 Jan 2019 03:56:46 -0000

----==_mimepart_5c4542fbb4037_187f2b235e5f657044930
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

  Branch: refs/heads/idle-restart-time
  Home:   https://github.com/quicwg/base-drafts
  Commit: 60f054f761d48d12de67ab58be8058a8268070cd
      https://github.com/quicwg/base-drafts/commit/60f054f761d48d12de67ab58be8058a8268070cd
  Author: Martin Thomson <martin.thomson@gmail.com>
  Date:   2019-01-21 (Mon, 21 Jan 2019)

  Changed paths:
    M draft-ietf-quic-transport.md

  Log Message:
  -----------
  its



      **NOTE:** This service has been marked for deprecation: https://developer.github.com/changes/2018-04-25-github-services-deprecation/

      Functionality will be removed from GitHub.com on January 31st, 2019.

----==_mimepart_5c4542fbb4037_187f2b235e5f657044930--


From nobody Sun Jan 20 19: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 BDE6012D4EF for <quic-issues@ietfa.amsl.com>; Sun, 20 Jan 2019 19:56:49 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -10.935
X-Spam-Level: 
X-Spam-Status: No, score=-10.935 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIMWL_WL_HIGH=-4.553, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, HTML_IMAGE_ONLY_24=1.618, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-1, RCVD_IN_DNSWL_HI=-5, SPF_PASS=-0.001] autolearn=ham autolearn_force=no
Authentication-Results: ietfa.amsl.com (amavisd-new); dkim=pass (1024-bit key) header.d=github.com
Received: from mail.ietf.org ([4.31.198.44]) by localhost (ietfa.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 7N2mVabLBtmh for <quic-issues@ietfa.amsl.com>; Sun, 20 Jan 2019 19:56:48 -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 13C7612D4E8 for <quic-issues@ietf.org>; Sun, 20 Jan 2019 19:56:48 -0800 (PST)
Date: Sun, 20 Jan 2019 19:56:46 -0800
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1548043006; bh=ig2K8bodpd9PkHM+uRenzXUi/hT0qmj9IDdTO4kFuks=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=GBuq8lxH4YUbSjIIoW/Msq6ZefUvrJRuuiA1pFP8f76e/bGWAXCo+bnppoDj9PwJc 4Gd30OWhXLBuC/rRAMK3u2Qus2qX35OjFyqYHEi7pT5Jc+H+YFwjYS7Ki5O7y59Y56 lHH3TzxidocvotU/I/lWhC/sfWWbOHoCw1KOQGuE=
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/2346/push/3227485574@github.com>
In-Reply-To: <quicwg/base-drafts/pull/2346@github.com>
References: <quicwg/base-drafts/pull/2346@github.com>
Subject: Re: [quicwg/base-drafts] Rework idle timeout definition (#2346)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5c4542fee4ac0_5c643ff9e84d45b4958477"; 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/2RhEXIsf--0bapTBJ393Xgx3_Ek>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
List-Id: Notification list for GitHub issues related to the QUIC WG <quic-issues.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=unsubscribe>
List-Archive: <https://mailarchive.ietf.org/arch/browse/quic-issues/>
List-Post: <mailto:quic-issues@ietf.org>
List-Help: <mailto:quic-issues-request@ietf.org?subject=help>
List-Subscribe: <https://www.ietf.org/mailman/listinfo/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=subscribe>
X-List-Received-Date: Mon, 21 Jan 2019 03:56:50 -0000

----==_mimepart_5c4542fee4ac0_5c643ff9e84d45b4958477
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

@martinthomson pushed 1 commit.

60f054f761d48d12de67ab58be8058a8268070cd  its


-- 
You are receiving this because you are subscribed to this thread.
View it on GitHub:
https://github.com/quicwg/base-drafts/pull/2346/files/6b7b99ae3188d059306d9ec4ef1faaac5c39dbfb..60f054f761d48d12de67ab58be8058a8268070cd

----==_mimepart_5c4542fee4ac0_5c643ff9e84d45b4958477
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/60f054f761d48d12de67ab58be8058a8268070cd">60f054f</a>  its</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/2346/files/6b7b99ae3188d059306d9ec4ef1faaac5c39dbfb..60f054f761d48d12de67ab58be8058a8268070cd">View it on GitHub</a> or <a href="https://github.com/notifications/unsubscribe-auth/AWbkq5jbTXy2lZDkitFzS7JbgLPKfT4oks5vFTp-gaJpZM4aHYP2">mute the thread</a>.<img src="https://github.com/notifications/beacon/AWbkqzdgjJQJBi9zDybTg5g7fh2JTzwYks5vFTp-gaJpZM4aHYP2.gif" height="1" width="1" alt="" /></p>
<script type="application/json" data-scope="inboxmarkup">{"api_version":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name":"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"https://github.githubassets.com/images/email/message_cards/header.png","avatar_image_url":"https://github.githubassets.com/images/email/message_cards/avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/quicwg/base-drafts"}},"updates":{"snippets":[{"icon":"PERSON","message":"@martinthomson pushed 1 commit in #2346"}],"action":{"name":"View Pull Request","url":"https://github.com/quicwg/base-drafts/pull/2346/files/6b7b99ae3188d059306d9ec4ef1faaac5c39dbfb..60f054f761d48d12de67ab58be8058a8268070cd"}}}</script>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/pull/2346/files/6b7b99ae3188d059306d9ec4ef1faaac5c39dbfb..60f054f761d48d12de67ab58be8058a8268070cd",
"url": "https://github.com/quicwg/base-drafts/pull/2346/files/6b7b99ae3188d059306d9ec4ef1faaac5c39dbfb..60f054f761d48d12de67ab58be8058a8268070cd",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>

----==_mimepart_5c4542fee4ac0_5c643ff9e84d45b4958477--


From nobody Sun Jan 20 20:13:34 2019
Return-Path: <bounce+565321.40f-quic-issues=ietf.org@github.com>
X-Original-To: quic-issues@ietfa.amsl.com
Delivered-To: quic-issues@ietfa.amsl.com
Received: from localhost (localhost [127.0.0.1]) by ietfa.amsl.com (Postfix) with ESMTP id AF39D130DE9 for <quic-issues@ietfa.amsl.com>; Sun, 20 Jan 2019 20:13:33 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -0.997
X-Spam-Level: 
X-Spam-Status: No, score=-0.997 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIM_ADSP_CUSTOM_MED=0.001, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, FREEMAIL_FORGED_FROMDOMAIN=0.001, FREEMAIL_FROM=0.001, HEADER_FROM_DIFFERENT_DOMAINS=0.001, NML_ADSP_CUSTOM_MED=0.9, RCVD_IN_DNSWL_NONE=-0.0001, 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 imOavRaMaC5F for <quic-issues@ietfa.amsl.com>; Sun, 20 Jan 2019 20:13:32 -0800 (PST)
Received: from m69-169.mailgun.net (m69-169.mailgun.net [166.78.69.169]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id 7349B12D84C for <quic-issues@ietf.org>; Sun, 20 Jan 2019 20:13:32 -0800 (PST)
DKIM-Signature: a=rsa-sha256; v=1; c=relaxed/relaxed; d=github.com; q=dns/txt;  s=mailo; t=1548044011; h=Content-Transfer-Encoding: Content-Type: Mime-Version: Subject: Message-ID: To: Reply-To: From: Date: Sender; bh=mp2W1iuPQ8yq35Rp/0JEX8FtXVgQ1zc8cgAK3t4aEuQ=; b=AQnw5QaXDylyKLpz6yqCxLw94PEBDsJDcUVWWylfsyoUKxcStgQGWNDC9HoHf9g0X80yBPNv 38hla0oNNWgkSeOqlqVL0VWO1HQgFu0aC/2i0iEhHYMfZu5GZRFC4m7UBE8Nq5/HLagMJsEr yt9LEgYHWgsNrCe1UHCHPx22eZ0=
X-Mailgun-Sending-Ip: 166.78.69.169
X-Mailgun-Sid: WyJhNzYyYiIsICJxdWljLWlzc3Vlc0BpZXRmLm9yZyIsICI0MGYiXQ==
Sender: martin.thomson=gmail.com@github.com
Received: from github.com (Unknown [192.30.253.29]) by mxa.mailgun.org with ESMTP id 5c4546ea.7f2fb83d5ba0-smtp-out-n03; Mon, 21 Jan 2019 04:13:30 -0000 (UTC)
Date: Sun, 20 Jan 2019 20:13:29 -0800
From: Martin Thomson <martin.thomson@gmail.com>
Reply-To: Martin Thomson <martin.thomson@gmail.com>
To: quic-issues@ietf.org
Message-ID: <5c4546e9c9b12_6f9d2aabe8804580518e9@hookshot-fe-b0febf1.cp1-iad.github.net.mail>
Subject: [quicwg/base-drafts] 387bdf: Make the same changes for MAX_STREAM_DATA
Mime-Version: 1.0
Content-Type: multipart/mixed; boundary="--==_mimepart_5c4546e9c943d_6f9d2aabe880458051735"; charset=UTF-8
Content-Transfer-Encoding: 7bit
Archived-At: <https://mailarchive.ietf.org/arch/msg/quic-issues/Vh1yHTgkmDHZnI2q2BXua7mL2oU>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
Precedence: list
List-Id: Notification list for GitHub issues related to the QUIC WG <quic-issues.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=unsubscribe>
List-Archive: <https://mailarchive.ietf.org/arch/browse/quic-issues/>
List-Post: <mailto:quic-issues@ietf.org>
List-Help: <mailto:quic-issues-request@ietf.org?subject=help>
List-Subscribe: <https://www.ietf.org/mailman/listinfo/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=subscribe>
X-List-Received-Date: Mon, 21 Jan 2019 04:13:34 -0000

----==_mimepart_5c4546e9c943d_6f9d2aabe880458051735
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

  Branch: refs/heads/stop-sending-ready
  Home:   https://github.com/quicwg/base-drafts
  Commit: 387bdf44ac7dcf676b4a6e4ed497195f1d71710d
      https://github.com/quicwg/base-drafts/commit/387bdf44ac7dcf676b4a6e4ed497195f1d71710d
  Author: Martin Thomson <martin.thomson@gmail.com>
  Date:   2019-01-21 (Mon, 21 Jan 2019)

  Changed paths:
    M draft-ietf-quic-transport.md

  Log Message:
  -----------
  Make the same changes for MAX_STREAM_DATA

Closes #2353, #2352.



      **NOTE:** This service has been marked for deprecation: https://developer.github.com/changes/2018-04-25-github-services-deprecation/

      Functionality will be removed from GitHub.com on January 31st, 2019.

----==_mimepart_5c4546e9c943d_6f9d2aabe880458051735--


From nobody Sun Jan 20 20:13: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 940C812D84C for <quic-issues@ietfa.amsl.com>; Sun, 20 Jan 2019 20:13:34 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -10.935
X-Spam-Level: 
X-Spam-Status: No, score=-10.935 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIMWL_WL_HIGH=-4.553, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, HTML_IMAGE_ONLY_24=1.618, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-1, RCVD_IN_DNSWL_HI=-5, SPF_PASS=-0.001] autolearn=ham autolearn_force=no
Authentication-Results: ietfa.amsl.com (amavisd-new); dkim=pass (1024-bit key) header.d=github.com
Received: from mail.ietf.org ([4.31.198.44]) by localhost (ietfa.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 7yOp3dDkQMFI for <quic-issues@ietfa.amsl.com>; Sun, 20 Jan 2019 20:13: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 5859D12D84D for <quic-issues@ietf.org>; Sun, 20 Jan 2019 20:13:33 -0800 (PST)
Date: Sun, 20 Jan 2019 20:13:32 -0800
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1548044012; bh=pIzezbpuFExybcGzQfOUkT7/s6rvOhSyn25UCAQy5q8=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=vUOHnbVMQ7dwQmgOzhj30j5pcdflYSBct34LPWZ9K3jU8fePnteCbYOx+eU50ySRg icgL4ElvWY7gX//KMnCV1bevynoIaobhEuocBYMs4FMMUckASkat1ZulZ8YKkjJ0Oy NjNJnHBs6CgbSprfY2BC5xrukdsPg0DWt5ncY7kM=
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/2354/push/3227508388@github.com>
In-Reply-To: <quicwg/base-drafts/pull/2354@github.com>
References: <quicwg/base-drafts/pull/2354@github.com>
Subject: Re: [quicwg/base-drafts] STOP_SENDING is permitted for Ready streams (#2354)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5c4546eca2acd_6faf3f91c6ad45c0231942"; 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/Qn3mS58ILRao1snPIALdQaf5pLs>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
List-Id: Notification list for GitHub issues related to the QUIC WG <quic-issues.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=unsubscribe>
List-Archive: <https://mailarchive.ietf.org/arch/browse/quic-issues/>
List-Post: <mailto:quic-issues@ietf.org>
List-Help: <mailto:quic-issues-request@ietf.org?subject=help>
List-Subscribe: <https://www.ietf.org/mailman/listinfo/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=subscribe>
X-List-Received-Date: Mon, 21 Jan 2019 04:13:35 -0000

----==_mimepart_5c4546eca2acd_6faf3f91c6ad45c0231942
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

@martinthomson pushed 1 commit.

387bdf44ac7dcf676b4a6e4ed497195f1d71710d  Make the same changes for MAX_STREAM_DATA


-- 
You are receiving this because you are subscribed to this thread.
View it on GitHub:
https://github.com/quicwg/base-drafts/pull/2354/files/c34142289df3bc7dd9fdbb209fc977c92e7987d4..387bdf44ac7dcf676b4a6e4ed497195f1d71710d

----==_mimepart_5c4546eca2acd_6faf3f91c6ad45c0231942
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/387bdf44ac7dcf676b4a6e4ed497195f1d71710d">387bdf4</a>  Make the same changes for MAX_STREAM_DATA</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/2354/files/c34142289df3bc7dd9fdbb209fc977c92e7987d4..387bdf44ac7dcf676b4a6e4ed497195f1d71710d">View it on GitHub</a> or <a href="https://github.com/notifications/unsubscribe-auth/AWbkqxLn-jExwDKedaYQTEp1o0rUIRrLks5vFT5sgaJpZM4aKCiG">mute the thread</a>.<img src="https://github.com/notifications/beacon/AWbkq9U4QlW_39XFxV4FLr8Sku_xFHWlks5vFT5sgaJpZM4aKCiG.gif" height="1" width="1" alt="" /></p>
<script type="application/json" data-scope="inboxmarkup">{"api_version":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name":"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"https://github.githubassets.com/images/email/message_cards/header.png","avatar_image_url":"https://github.githubassets.com/images/email/message_cards/avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/quicwg/base-drafts"}},"updates":{"snippets":[{"icon":"PERSON","message":"@martinthomson pushed 1 commit in #2354"}],"action":{"name":"View Pull Request","url":"https://github.com/quicwg/base-drafts/pull/2354/files/c34142289df3bc7dd9fdbb209fc977c92e7987d4..387bdf44ac7dcf676b4a6e4ed497195f1d71710d"}}}</script>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/pull/2354/files/c34142289df3bc7dd9fdbb209fc977c92e7987d4..387bdf44ac7dcf676b4a6e4ed497195f1d71710d",
"url": "https://github.com/quicwg/base-drafts/pull/2354/files/c34142289df3bc7dd9fdbb209fc977c92e7987d4..387bdf44ac7dcf676b4a6e4ed497195f1d71710d",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>

----==_mimepart_5c4546eca2acd_6faf3f91c6ad45c0231942--


From nobody Sun Jan 20 20:14:05 2019
Return-Path: <bounce+565321.40f-quic-issues=ietf.org@github.com>
X-Original-To: quic-issues@ietfa.amsl.com
Delivered-To: quic-issues@ietfa.amsl.com
Received: from localhost (localhost [127.0.0.1]) by ietfa.amsl.com (Postfix) with ESMTP id 06B7A130E7D for <quic-issues@ietfa.amsl.com>; Sun, 20 Jan 2019 20:14:03 -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=-4.553, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, HEADER_FROM_DIFFERENT_DOMAINS=0.001, RCVD_IN_DNSWL_NONE=-0.0001, SPF_PASS=-0.001] autolearn=ham autolearn_force=no
Authentication-Results: ietfa.amsl.com (amavisd-new); dkim=pass (1024-bit key) header.d=github.com
Received: from mail.ietf.org ([4.31.198.44]) by localhost (ietfa.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id KHB8FI3YmGDo for <quic-issues@ietfa.amsl.com>; Sun, 20 Jan 2019 20:14:01 -0800 (PST)
Received: from m71-131.mailgun.net (m71-131.mailgun.net [166.78.71.131]) (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 457B6130DE9 for <quic-issues@ietf.org>; Sun, 20 Jan 2019 20:14:01 -0800 (PST)
DKIM-Signature: a=rsa-sha256; v=1; c=relaxed/relaxed; d=github.com; q=dns/txt;  s=mailo; t=1548044040; h=Content-Transfer-Encoding: Content-Type: Mime-Version: Subject: Message-ID: To: Reply-To: From: Date: Sender; bh=mhVanBJoSM/2L5Xips8jwyuvBtCJfvdvp3UXLYPC0X4=; b=UHYPKZivf241W3iH6H6BhoXBecLPehp5sRQrmY779iC+uxRinFkf56w0mnEXiPQG6cQXN8Hg sA2xCU2NBVxzC85uaUTzd9pd6JUhUgtZ85TVonVFo869YWblNJd2Ke6d4GnTVzbRXdoXOGJG 4dCJP6geA9W46J2nVEeUzuS1ogA=
X-Mailgun-Sending-Ip: 166.78.71.131
X-Mailgun-Sid: WyJhNzYyYiIsICJxdWljLWlzc3Vlc0BpZXRmLm9yZyIsICI0MGYiXQ==
Sender: mt=lowentropy.net@github.com
Received: from github.com (Unknown [192.30.252.36]) by mxa.mailgun.org with ESMTP id 5c454708.7fe1ec0f8a50-smtp-out-n02; Mon, 21 Jan 2019 04:14:00 -0000 (UTC)
Date: Sun, 20 Jan 2019 20:13:59 -0800
From: Martin Thomson <mt@lowentropy.net>
Reply-To: Martin Thomson <mt@lowentropy.net>
To: quic-issues@ietf.org
Message-ID: <5c4547074811f_5d122ae5e2f4c58448162@hookshot-fe-6b2eebc.cp1-iad.github.net.mail>
Subject: [quicwg/base-drafts] 7c7c50: clarify that INITCWND caps amount of data sent to ...
Mime-Version: 1.0
Content-Type: multipart/mixed; boundary="--==_mimepart_5c45470747d16_5d122ae5e2f4c5844803d"; charset=UTF-8
Content-Transfer-Encoding: 7bit
Archived-At: <https://mailarchive.ietf.org/arch/msg/quic-issues/zEIubtYmcytpiW2XY3_kZcCd_Sc>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
Precedence: list
List-Id: Notification list for GitHub issues related to the QUIC WG <quic-issues.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=unsubscribe>
List-Archive: <https://mailarchive.ietf.org/arch/browse/quic-issues/>
List-Post: <mailto:quic-issues@ietf.org>
List-Help: <mailto:quic-issues-request@ietf.org?subject=help>
List-Subscribe: <https://www.ietf.org/mailman/listinfo/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=subscribe>
X-List-Received-Date: Mon, 21 Jan 2019 04:14:03 -0000

----==_mimepart_5c45470747d16_5d122ae5e2f4c5844803d
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

  Branch: refs/heads/master
  Home:   https://github.com/quicwg/base-drafts
  Commit: 7c7c506db978425c6259ec5b937346768185cc44
      https://github.com/quicwg/base-drafts/commit/7c7c506db978425c6259ec5b937346768185cc44
  Author: Kazuho Oku <kazuhooku@gmail.com>
  Date:   2019-01-17 (Thu, 17 Jan 2019)

  Changed paths:
    M draft-ietf-quic-transport.md

  Log Message:
  -----------
  clarify that INITCWND caps amount of data sent to an unvalidated client


  Commit: f7b0187521bb60349e258eb7222e53c877a8b887
      https://github.com/quicwg/base-drafts/commit/f7b0187521bb60349e258eb7222e53c877a8b887
  Author: Kazuho Oku <kazuhooku@gmail.com>
  Date:   2019-01-17 (Thu, 17 Jan 2019)

  Changed paths:
    M draft-ietf-quic-transport.md

  Log Message:
  -----------
  the restriction is in the opposite direction


  Commit: 5522bd547d040512ada19513ffd2cbbfad386d87
      https://github.com/quicwg/base-drafts/commit/5522bd547d040512ada19513ffd2cbbfad386d87
  Author: Martin Thomson <mt@lowentropy.net>
  Date:   2019-01-17 (Thu, 17 Jan 2019)

  Changed paths:
    M draft-ietf-quic-transport.md

  Log Message:
  -----------
  MT's suggestion


  Commit: 00bed2ccf53f2fbb9653b05d54d9664516c5c9d5
      https://github.com/quicwg/base-drafts/commit/00bed2ccf53f2fbb9653b05d54d9664516c5c9d5
  Author: Kazuho Oku <kazuhooku@gmail.com>
  Date:   2019-01-18 (Fri, 18 Jan 2019)

  Changed paths:
    M draft-ietf-quic-transport.md

  Log Message:
  -----------
  Ian's suggestions


  Commit: 25749ccd96be73879fe5248a175a7a0842eceabb
      https://github.com/quicwg/base-drafts/commit/25749ccd96be73879fe5248a175a7a0842eceabb
  Author: Martin Thomson <mt@lowentropy.net>
  Date:   2019-01-21 (Mon, 21 Jan 2019)

  Changed paths:
    M draft-ietf-quic-transport.md

  Log Message:
  -----------
  Merge pull request #2341 from kazuho/kazuho/server-send-window-before-address-validation

clarify that INITCWND caps amount of data sent to a server before address validation


Compare: https://github.com/quicwg/base-drafts/compare/20dccad7fcc4...25749ccd96be
      **NOTE:** This service has been marked for deprecation: https://developer.github.com/changes/2018-04-25-github-services-deprecation/

      Functionality will be removed from GitHub.com on January 31st, 2019.

----==_mimepart_5c45470747d16_5d122ae5e2f4c5844803d--


From nobody Sun Jan 20 20:14: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 E0671130E9C for <quic-issues@ietfa.amsl.com>; Sun, 20 Jan 2019 20:14:06 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -11.149
X-Spam-Level: 
X-Spam-Status: No, score=-11.149 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIMWL_WL_HIGH=-4.553, 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_PASS=-0.001] autolearn=ham autolearn_force=no
Authentication-Results: ietfa.amsl.com (amavisd-new); dkim=pass (1024-bit key) header.d=github.com
Received: from mail.ietf.org ([4.31.198.44]) by localhost (ietfa.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id jNkc6au5vr1B for <quic-issues@ietfa.amsl.com>; Sun, 20 Jan 2019 20:14:05 -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 10AFC130DE9 for <quic-issues@ietf.org>; Sun, 20 Jan 2019 20:14:05 -0800 (PST)
Date: Sun, 20 Jan 2019 20:14:04 -0800
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1548044044; bh=UnKDbh5sANa83/+p9AX9EDA/Zrd/2hHE+kl/IHHLaGI=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=UI2UkH+MczqvXeOFGD21qFo6oPvTHPMs0T3uZGkAwg75t+OL+sqPkR8QIuQs4Byi6 TbuF9V2Nmu9d7Ud/dMEhdpDH43n458u9T3H1vwLaGZ/MwyZT/CDPz4x+OHxDFiIwnD 5lpibejiR9TgF5iPkjWCJJMu6kUPaHtg5N+y5yoI=
From: Martin Thomson <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+0166e4ab3bd81694525af0cde45169b0e212f5fae33f10db92cf00000001185d090c92a169ce174638d4@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/issue/2135/issue_event/2085411696@github.com>
In-Reply-To: <quicwg/base-drafts/issues/2135@github.com>
References: <quicwg/base-drafts/issues/2135@github.com>
Subject: Re: [quicwg/base-drafts] How many datagrams can a client send prior to validating the path? (#2135)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5c45470c1a598_6bd73fc43ded45b8577319"; 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/Bzs7F_kciyClZV9Z7R31OgWDaw8>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
List-Id: Notification list for GitHub issues related to the QUIC WG <quic-issues.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=unsubscribe>
List-Archive: <https://mailarchive.ietf.org/arch/browse/quic-issues/>
List-Post: <mailto:quic-issues@ietf.org>
List-Help: <mailto:quic-issues-request@ietf.org?subject=help>
List-Subscribe: <https://www.ietf.org/mailman/listinfo/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=subscribe>
X-List-Received-Date: Mon, 21 Jan 2019 04:14:07 -0000

----==_mimepart_5c45470c1a598_6bd73fc43ded45b8577319
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

Closed #2135 via #2341.

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/quicwg/base-drafts/issues/2135#event-2085411696
----==_mimepart_5c45470c1a598_6bd73fc43ded45b8577319
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="390478036" data-permission-text="Issue title is private" data-url="https://github.com/quicwg/base-drafts/issues/2135" data-hovercard-type="issue" data-hovercard-url="/quicwg/base-drafts/issues/2135/hovercard" href="https://github.com/quicwg/base-drafts/issues/2135">#2135</a> via <a class="issue-link js-issue-link" data-error-text="Failed to load issue title" data-id="400095236" data-permission-text="Issue title is private" data-url="https://github.com/quicwg/base-drafts/issues/2341" data-hovercard-type="pull_request" data-hovercard-url="/quicwg/base-drafts/pull/2341/hovercard" href="https://github.com/quicwg/base-drafts/pull/2341">#2341</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/2135#event-2085411696">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AWbkqz7xwJ8nXH-TbdRo8sTSArMhUh8sks5vFT6MgaJpZM4ZQv8P">mute the thread</a>.<img src="https://github.com/notifications/beacon/AWbkq8szNNt9-bRZbole5ghYwdkn_z9kks5vFT6MgaJpZM4ZQv8P.gif" height="1" width="1" alt="" /></p>
<script type="application/json" data-scope="inboxmarkup">{"api_version":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name":"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"https://github.githubassets.com/images/email/message_cards/header.png","avatar_image_url":"https://github.githubassets.com/images/email/message_cards/avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/quicwg/base-drafts"}},"updates":{"snippets":[{"icon":"DESCRIPTION","message":"Closed #2135 via #2341."}],"action":{"name":"View Issue","url":"https://github.com/quicwg/base-drafts/issues/2135#event-2085411696"}}}</script>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/issues/2135#event-2085411696",
"url": "https://github.com/quicwg/base-drafts/issues/2135#event-2085411696",
"name": "View Issue"
},
"description": "View this Issue on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>
----==_mimepart_5c45470c1a598_6bd73fc43ded45b8577319--


From nobody Sun Jan 20 20:14: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 7B697130DE9 for <quic-issues@ietfa.amsl.com>; Sun, 20 Jan 2019 20:14:08 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -10.935
X-Spam-Level: 
X-Spam-Status: No, score=-10.935 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIMWL_WL_HIGH=-4.553, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, HTML_IMAGE_ONLY_24=1.618, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-1, RCVD_IN_DNSWL_HI=-5, SPF_PASS=-0.001] autolearn=ham autolearn_force=no
Authentication-Results: ietfa.amsl.com (amavisd-new); dkim=pass (1024-bit key) header.d=github.com
Received: from mail.ietf.org ([4.31.198.44]) by localhost (ietfa.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id DMwL2ywKi-Y0 for <quic-issues@ietfa.amsl.com>; Sun, 20 Jan 2019 20:14:06 -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 2D4A8130E7D for <quic-issues@ietf.org>; Sun, 20 Jan 2019 20:14:05 -0800 (PST)
Date: Sun, 20 Jan 2019 20:14:04 -0800
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1548044044; bh=KuJ70EdHNFN+5kkcucp5ZmBhe7xL16wFlQ1oWSDKgnM=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=aoHX1ab7b+I4v5t448d4fEsVvYaDNVenLtO8Y9w5hPLfpRyo8ioW24rzTjQbqzTdh YASGE1VRQ+nh35FFnxw9MlZE3zotlIRm44dB49ARS3uPsWSlDsZzOwMK3VHlkLyXGS ujZFvWbagznYgCH86jFEvzMRPnqyaPjcWXra5EJE=
From: Martin Thomson <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+0166e4ab401507c68448840100305d0cec9fa1f2fbb1d0c292cf00000001185d090c92a169ce17d8f804@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/pull/2341/issue_event/2085411695@github.com>
In-Reply-To: <quicwg/base-drafts/pull/2341@github.com>
References: <quicwg/base-drafts/pull/2341@github.com>
Subject: Re: [quicwg/base-drafts] clarify that INITCWND caps amount of data sent to a server before address validation (#2341)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5c45470c121d5_4f843fa672cd45bc10208a3"; 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/9Phwg4_uFCjKkSQxLxaOu1R7iT4>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
List-Id: Notification list for GitHub issues related to the QUIC WG <quic-issues.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=unsubscribe>
List-Archive: <https://mailarchive.ietf.org/arch/browse/quic-issues/>
List-Post: <mailto:quic-issues@ietf.org>
List-Help: <mailto:quic-issues-request@ietf.org?subject=help>
List-Subscribe: <https://www.ietf.org/mailman/listinfo/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=subscribe>
X-List-Received-Date: Mon, 21 Jan 2019 04:14:09 -0000

----==_mimepart_5c45470c121d5_4f843fa672cd45bc10208a3
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

Merged #2341 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/2341#event-2085411695
----==_mimepart_5c45470c121d5_4f843fa672cd45bc10208a3
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="400095236" data-permission-text="Issue title is private" data-url="https://github.com/quicwg/base-drafts/issues/2341" data-hovercard-type="pull_request" data-hovercard-url="/quicwg/base-drafts/pull/2341/hovercard" href="https://github.com/quicwg/base-drafts/pull/2341">#2341</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/2341#event-2085411695">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AWbkq4FY3MTswJCYM-LCQqeeymf3u9Lnks5vFT6MgaJpZM4aEY8S">mute the thread</a>.<img src="https://github.com/notifications/beacon/AWbkqzBfir8xNJ5bGwVLjfL7vzjgao1Wks5vFT6MgaJpZM4aEY8S.gif" height="1" width="1" alt="" /></p>
<script type="application/json" data-scope="inboxmarkup">{"api_version":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name":"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"https://github.githubassets.com/images/email/message_cards/header.png","avatar_image_url":"https://github.githubassets.com/images/email/message_cards/avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/quicwg/base-drafts"}},"updates":{"snippets":[{"icon":"DESCRIPTION","message":"Merged #2341 into master."}],"action":{"name":"View Pull Request","url":"https://github.com/quicwg/base-drafts/pull/2341#event-2085411695"}}}</script>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/pull/2341#event-2085411695",
"url": "https://github.com/quicwg/base-drafts/pull/2341#event-2085411695",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>
----==_mimepart_5c45470c121d5_4f843fa672cd45bc10208a3--


From nobody Sun Jan 20 20:14: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 66FAA12D84D for <quic-issues@ietfa.amsl.com>; Sun, 20 Jan 2019 20:14:19 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -10.935
X-Spam-Level: 
X-Spam-Status: No, score=-10.935 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIMWL_WL_HIGH=-4.553, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, HTML_IMAGE_ONLY_24=1.618, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-1, RCVD_IN_DNSWL_HI=-5, SPF_PASS=-0.001] autolearn=ham autolearn_force=no
Authentication-Results: ietfa.amsl.com (amavisd-new); dkim=pass (1024-bit key) header.d=github.com
Received: from mail.ietf.org ([4.31.198.44]) by localhost (ietfa.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id s7xSjFlk4Vc7 for <quic-issues@ietfa.amsl.com>; Sun, 20 Jan 2019 20:14:18 -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 E3DB712D84C for <quic-issues@ietf.org>; Sun, 20 Jan 2019 20:14:17 -0800 (PST)
Date: Sun, 20 Jan 2019 20:14:17 -0800
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1548044057; bh=YrMXi8xm5UIxQ8OYp6KWUifgpQzDq7+AinYM9jLLXVw=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=dJ9bJMk+M4A6ZD/xXuXJD6Kf1OtT1Mduaj+ORLQFaGS1E8Z8R6gvIrBrDKc/7cCoh siMLps+ad5u3ZQzkM9oj02nPByQgRwVa3bCJ6i1LAB8jqr9oIFXEFYmsmai+pYyeEi nm6djzG2Cx5Y937GQNmC395Hpm5yL1K9r3ZGKf6s=
From: Martin Thomson <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+0166e4ab09281500038aaca3f4afd94d251374e16d0cb45692cf00000001185d091992a169ce17d8f804@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/pull/2341/c455943228@github.com>
In-Reply-To: <quicwg/base-drafts/pull/2341@github.com>
References: <quicwg/base-drafts/pull/2341@github.com>
Subject: Re: [quicwg/base-drafts] clarify that INITCWND caps amount of data sent to a server before address validation (#2341)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5c454719375d9_7ac83f8fabad45c4437932"; 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/FvDRKvU1qQ3U8nW3P7EWLN2LCgU>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
List-Id: Notification list for GitHub issues related to the QUIC WG <quic-issues.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=unsubscribe>
List-Archive: <https://mailarchive.ietf.org/arch/browse/quic-issues/>
List-Post: <mailto:quic-issues@ietf.org>
List-Help: <mailto:quic-issues-request@ietf.org?subject=help>
List-Subscribe: <https://www.ietf.org/mailman/listinfo/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=subscribe>
X-List-Received-Date: Mon, 21 Jan 2019 04:14:19 -0000

----==_mimepart_5c454719375d9_7ac83f8fabad45c4437932
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

Thanks everyone.  This looks nothing like what it did when it started, but it's much clearer as a result.

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/quicwg/base-drafts/pull/2341#issuecomment-455943228
----==_mimepart_5c454719375d9_7ac83f8fabad45c4437932
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

<p>Thanks everyone.  This looks nothing like what it did when it started, but it's much clearer as a result.</p>

<p style="font-size:small;-webkit-text-size-adjust:none;color:#666;">&mdash;<br />You are receiving this because you are subscribed to this thread.<br />Reply to this email directly, <a href="https://github.com/quicwg/base-drafts/pull/2341#issuecomment-455943228">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AWbkq8WtJPRyUCLLZrX3_oZB0HiIghGQks5vFT6ZgaJpZM4aEY8S">mute the thread</a>.<img src="https://github.com/notifications/beacon/AWbkq-XJvjPLz3I1F-2281YEXOI4Ee0tks5vFT6ZgaJpZM4aEY8S.gif" height="1" width="1" alt="" /></p>
<script type="application/json" data-scope="inboxmarkup">{"api_version":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name":"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"https://github.githubassets.com/images/email/message_cards/header.png","avatar_image_url":"https://github.githubassets.com/images/email/message_cards/avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/quicwg/base-drafts"}},"updates":{"snippets":[{"icon":"PERSON","message":"@martinthomson in #2341: Thanks everyone.  This looks nothing like what it did when it started, but it's much clearer as a result."}],"action":{"name":"View Pull Request","url":"https://github.com/quicwg/base-drafts/pull/2341#issuecomment-455943228"}}}</script>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/pull/2341#issuecomment-455943228",
"url": "https://github.com/quicwg/base-drafts/pull/2341#issuecomment-455943228",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>
----==_mimepart_5c454719375d9_7ac83f8fabad45c4437932--


From nobody Sun Jan 20 20:16: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 51D4E12D84C for <quic-issues@ietfa.amsl.com>; Sun, 20 Jan 2019 20:16:54 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -11.149
X-Spam-Level: 
X-Spam-Status: No, score=-11.149 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIMWL_WL_HIGH=-4.553, 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_PASS=-0.001] autolearn=ham autolearn_force=no
Authentication-Results: ietfa.amsl.com (amavisd-new); dkim=pass (1024-bit key) header.d=github.com
Received: from mail.ietf.org ([4.31.198.44]) by localhost (ietfa.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id u7Hdvb1sfSGx for <quic-issues@ietfa.amsl.com>; Sun, 20 Jan 2019 20:16:52 -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 B7BE112D4E8 for <quic-issues@ietf.org>; Sun, 20 Jan 2019 20:16:52 -0800 (PST)
Date: Sun, 20 Jan 2019 20:16:52 -0800
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1548044212; bh=PR/nX8U3b008N5JbKhf9IdyU4NjRWC45hsB2azsEVfI=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=mvR9NhZvan26Q49tEzkNIrUJsyHR4ZzpIbm3C2RDIeHmtMJcTGTJ8h0UA4TcmK80b EzFOCK0diyv6MhdJezUGnApUmJPxMiufnanRE/qqzANaEOvKpIUDr6aD85XLOzP075 A8tKw5IJ4yRMitcZ8q/kSCv2wpzqOr80uHH1FHfE=
From: Martin Thomson <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+0166e4ab848889eb40e36c54159d445e960c5b7e8b72862092cf00000001185d09b492a169ce1784eaec@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/issues/2267/455943537@github.com>
In-Reply-To: <quicwg/base-drafts/issues/2267@github.com>
References: <quicwg/base-drafts/issues/2267@github.com>
Subject: Re: [quicwg/base-drafts] loss of only two packets can lead to an unrecoverable situation (#2267)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5c4547b410270_cfd3f844f0d45b8115237"; 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/7XM9qibu0i33lbO0Timlfg-bKu4>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
List-Id: Notification list for GitHub issues related to the QUIC WG <quic-issues.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=unsubscribe>
List-Archive: <https://mailarchive.ietf.org/arch/browse/quic-issues/>
List-Post: <mailto:quic-issues@ietf.org>
List-Help: <mailto:quic-issues-request@ietf.org?subject=help>
List-Subscribe: <https://www.ietf.org/mailman/listinfo/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=subscribe>
X-List-Received-Date: Mon, 21 Jan 2019 04:16:54 -0000

----==_mimepart_5c4547b410270_cfd3f844f0d45b8115237
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

Having thought about this some more myself, I'm pretty happy with what we have.  We don't throw away keys until they aren't needed (as @kazuho points out), plus a little extra.  So I think that this is a case of "phew, false alarm".

If anything, we should be discussing whether the timer is needed at all.

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/quicwg/base-drafts/issues/2267#issuecomment-455943537
----==_mimepart_5c4547b410270_cfd3f844f0d45b8115237
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: quoted-printable

<p>Having thought about this some more myself, I'm pretty happy with what=
 we have.  We don't throw away keys until they aren't needed (as <a class=
=3D"user-mention" data-hovercard-type=3D"user" data-hovercard-url=3D"/hov=
ercards?user_id=3D41567" data-octo-click=3D"hovercard-link-click" data-oc=
to-dimensions=3D"link_type:self" href=3D"https://github.com/kazuho">@kazu=
ho</a> points out), plus a little extra.  So I think that this is a case =
of "phew, false alarm".</p>
<p>If anything, we should be discussing whether the timer is needed at al=
l.</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/2267#issuecomment-455943537">view it on GitHub</a>,=
 or <a href=3D"https://github.com/notifications/unsubscribe-auth/AWbkq75n=
Q7AEd2bwJB8XRzj2wnc1JHZ_ks5vFT80gaJpZM4ZjodA">mute the thread</a>.<img sr=
c=3D"https://github.com/notifications/beacon/AWbkqztep98Qn0FZjn9RwlQMtRfE=
3rvVks5vFT80gaJpZM4ZjodA.gif" height=3D"1" width=3D"1" alt=3D"" /></p>
<script type=3D"application/json" data-scope=3D"inboxmarkup">{"api_versio=
n":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name"=
:"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"=
quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"http=
s://github.githubassets.com/images/email/message_cards/header.png","avata=
r_image_url":"https://github.githubassets.com/images/email/message_cards/=
avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/q=
uicwg/base-drafts"}},"updates":{"snippets":[{"icon":"PERSON","message":"@=
martinthomson in #2267: Having thought about this some more myself, I'm p=
retty happy with what we have.  We don't throw away keys until they aren'=
t needed (as @kazuho points out), plus a little extra.  So I think that t=
his is a case of \"phew, false alarm\".\r\n\r\nIf anything, we should be =
discussing whether the timer is needed at all."}],"action":{"name":"View =
Issue","url":"https://github.com/quicwg/base-drafts/issues/2267#issuecomm=
ent-455943537"}}}</script>
<script type=3D"application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/issues/2267#issuecomment=
-455943537",
"url": "https://github.com/quicwg/base-drafts/issues/2267#issuecomment-45=
5943537",
"name": "View Issue"
},
"description": "View this Issue on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>=

----==_mimepart_5c4547b410270_cfd3f844f0d45b8115237--


From nobody Sun Jan 20 20:33: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 D777A12D84C for <quic-issues@ietfa.amsl.com>; Sun, 20 Jan 2019 20:33:51 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -10.935
X-Spam-Level: 
X-Spam-Status: No, score=-10.935 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIMWL_WL_HIGH=-4.553, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, HTML_IMAGE_ONLY_24=1.618, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-1, RCVD_IN_DNSWL_HI=-5, SPF_PASS=-0.001] autolearn=ham autolearn_force=no
Authentication-Results: ietfa.amsl.com (amavisd-new); dkim=pass (1024-bit key) header.d=github.com
Received: from mail.ietf.org ([4.31.198.44]) by localhost (ietfa.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 7rHwyZ1yKmz8 for <quic-issues@ietfa.amsl.com>; Sun, 20 Jan 2019 20:33: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 1033712D4E8 for <quic-issues@ietf.org>; Sun, 20 Jan 2019 20:33:50 -0800 (PST)
Date: Sun, 20 Jan 2019 20:33:49 -0800
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1548045229; bh=CyTGeZUz6qIg2mVTVQ5z07W0Dqn8XHgqmoBIoNqgP10=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=qMd+CW48TGVv88rpJEpROVs/AA8aFsX/DSom7/4uNO/eVum6Vtc7iSZGxpG5XyVuM +2h65QIknhL6g6Y6zC5nDgN81NTR9pNmya6OehdYmRaQr23lSE66rxtvo+nfBRB7vh jx609UbIaO2AnmxW3hKOTVMIeHU8z2LE+M3/CebQ=
From: Marten Seemann <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+0166e4abf552124ef97fac8af7b7caa7feed01a3813c0a3192cf00000001185d0dad92a169ce1784eaec@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/issues/2267/455945590@github.com>
In-Reply-To: <quicwg/base-drafts/issues/2267@github.com>
References: <quicwg/base-drafts/issues/2267@github.com>
Subject: Re: [quicwg/base-drafts] loss of only two packets can lead to an unrecoverable situation (#2267)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5c454bad4479_6d723f844f0d45b81436027"; 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/TZ9ZMG9rL0vBQGMgsu9qiX52TYA>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
List-Id: Notification list for GitHub issues related to the QUIC WG <quic-issues.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=unsubscribe>
List-Archive: <https://mailarchive.ietf.org/arch/browse/quic-issues/>
List-Post: <mailto:quic-issues@ietf.org>
List-Help: <mailto:quic-issues-request@ietf.org?subject=help>
List-Subscribe: <https://www.ietf.org/mailman/listinfo/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=subscribe>
X-List-Received-Date: Mon, 21 Jan 2019 04:33:52 -0000

----==_mimepart_5c454bad4479_6d723f844f0d45b81436027
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: quoted-printable

I don=E2=80=99t think this is the case. In the scenario I described, the =
server sent and received all CRYPTO frames, and it sent acknowledgments f=
or all the packets. This satisfies the condition for dropping the keys (s=
ince it says *all the corresponding acknowledgments have been received OR=
 sent*). =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/2267#issuecomment-455945590=

----==_mimepart_5c454bad4479_6d723f844f0d45b81436027
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: quoted-printable

<p>I don=E2=80=99t think this is the case. In the scenario I described, t=
he server sent and received all CRYPTO frames, and it sent acknowledgment=
s for all the packets. This satisfies the condition for dropping the keys=
 (since it says <em>all the corresponding acknowledgments have been recei=
ved OR sent</em>).</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/2267#issuecomment-455945590">view it on GitHub</a>,=
 or <a href=3D"https://github.com/notifications/unsubscribe-auth/AWbkq7gM=
N2JZxUoupFWIp5acMLRNV6qMks5vFUMtgaJpZM4ZjodA">mute the thread</a>.<img sr=
c=3D"https://github.com/notifications/beacon/AWbkq98CtPJipiyWHLIQCm_6Kzc0=
x1uMks5vFUMtgaJpZM4ZjodA.gif" height=3D"1" width=3D"1" alt=3D"" /></p>=0D=

<script type=3D"application/json" data-scope=3D"inboxmarkup">{"api_versio=
n":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name"=
:"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"=
quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"http=
s://github.githubassets.com/images/email/message_cards/header.png","avata=
r_image_url":"https://github.githubassets.com/images/email/message_cards/=
avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/q=
uicwg/base-drafts"}},"updates":{"snippets":[{"icon":"PERSON","message":"@=
marten-seemann in #2267: I don=E2=80=99t think this is the case. In the s=
cenario I described, the server sent and received all CRYPTO frames, and =
it sent acknowledgments for all the packets. This satisfies the condition=
 for dropping the keys (since it says *all the corresponding acknowledgme=
nts have been received OR sent*). "}],"action":{"name":"View Issue","url"=
:"https://github.com/quicwg/base-drafts/issues/2267#issuecomment-45594559=
0"}}}</script>=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/2267#issuecomment=
-455945590",=0D
"url": "https://github.com/quicwg/base-drafts/issues/2267#issuecomment-45=
5945590",=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_5c454bad4479_6d723f844f0d45b81436027--


From nobody Sun Jan 20 20:34:44 2019
Return-Path: <bounce+565321.40f-quic-issues=ietf.org@github.com>
X-Original-To: quic-issues@ietfa.amsl.com
Delivered-To: quic-issues@ietfa.amsl.com
Received: from localhost (localhost [127.0.0.1]) by ietfa.amsl.com (Postfix) with ESMTP id 8BC5312D4E8 for <quic-issues@ietfa.amsl.com>; Sun, 20 Jan 2019 20:34:42 -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=-4.553, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, HEADER_FROM_DIFFERENT_DOMAINS=0.001, RCVD_IN_DNSWL_NONE=-0.0001, SPF_PASS=-0.001] autolearn=ham autolearn_force=no
Authentication-Results: ietfa.amsl.com (amavisd-new); dkim=pass (1024-bit key) header.d=github.com
Received: from mail.ietf.org ([4.31.198.44]) by localhost (ietfa.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id AKhstMoJfEmr for <quic-issues@ietfa.amsl.com>; Sun, 20 Jan 2019 20:34:41 -0800 (PST)
Received: from m69-169.mailgun.net (m69-169.mailgun.net [166.78.69.169]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id DB74912870E for <quic-issues@ietf.org>; Sun, 20 Jan 2019 20:34:40 -0800 (PST)
DKIM-Signature: a=rsa-sha256; v=1; c=relaxed/relaxed; d=github.com; q=dns/txt;  s=mailo; t=1548045280; h=Content-Transfer-Encoding: Content-Type: Mime-Version: Subject: Message-ID: To: Reply-To: From: Date: Sender; bh=0KtujZRKKKq1M2XfaOfNj226NHmkOCMKsNZAdWBvD/0=; b=GkJx/rMo64k7a/4CeVxkOpojGkztismpNji1/+6uea2rXXEOIDcQk9t9lPTq42c33flGAFmo nSlXDb4pMXP0x/SWrIFyCqnvLe97ktkGUJ5fIPflmNSPI63ecFpUjk7VqEFFFc1RcEeLHbwq qldNDkj2wMapEqxf2vTjl+7Y0RU=
X-Mailgun-Sending-Ip: 166.78.69.169
X-Mailgun-Sid: WyJhNzYyYiIsICJxdWljLWlzc3Vlc0BpZXRmLm9yZyIsICI0MGYiXQ==
Sender: mt=lowentropy.net@github.com
Received: from github.com (Unknown [192.30.252.36]) by mxa.mailgun.org with ESMTP id 5c454bdf.7f12e0fd8930-smtp-out-n01; Mon, 21 Jan 2019 04:34:39 -0000 (UTC)
Date: Sun, 20 Jan 2019 20:34:38 -0800
From: Martin Thomson <mt@lowentropy.net>
Reply-To: Martin Thomson <mt@lowentropy.net>
To: quic-issues@ietf.org
Message-ID: <5c454bde8a1f3_5e512acc9f13a588730df@hookshot-fe-6b2eebc.cp1-iad.github.net.mail>
Subject: [quicwg/base-drafts] 7aecc4: Allow servers to send a preferred address of each ...
Mime-Version: 1.0
Content-Type: multipart/mixed; boundary="--==_mimepart_5c454bde89ca1_5e512acc9f13a588729d1"; charset=UTF-8
Content-Transfer-Encoding: 7bit
Archived-At: <https://mailarchive.ietf.org/arch/msg/quic-issues/4kyD5sCQi5LyZm6_A9tjd8vGNFM>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
Precedence: list
List-Id: Notification list for GitHub issues related to the QUIC WG <quic-issues.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=unsubscribe>
List-Archive: <https://mailarchive.ietf.org/arch/browse/quic-issues/>
List-Post: <mailto:quic-issues@ietf.org>
List-Help: <mailto:quic-issues-request@ietf.org?subject=help>
List-Subscribe: <https://www.ietf.org/mailman/listinfo/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=subscribe>
X-List-Received-Date: Mon, 21 Jan 2019 04:34:43 -0000

----==_mimepart_5c454bde89ca1_5e512acc9f13a588729d1
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

  Branch: refs/heads/master
  Home:   https://github.com/quicwg/base-drafts
  Commit: 7aecc40ead748d26988ef81a8799faeda0262f29
      https://github.com/quicwg/base-drafts/commit/7aecc40ead748d26988ef81a8799faeda0262f29
  Author: David Schinazi <dschinazi@google.com>
  Date:   2019-01-04 (Fri, 04 Jan 2019)

  Changed paths:
    M draft-ietf-quic-transport.md

  Log Message:
  -----------
  Allow servers to send a preferred address of each address family


  Commit: cf29b304eecda537ba1d9c56dcfb1ced423b00c2
      https://github.com/quicwg/base-drafts/commit/cf29b304eecda537ba1d9c56dcfb1ced423b00c2
  Author: David Schinazi <dschinazi@google.com>
  Date:   2019-01-08 (Tue, 08 Jan 2019)

  Changed paths:
    M draft-ietf-quic-transport.md

  Log Message:
  -----------
  Simplify wire-format


  Commit: 68a4d3a0da6ff40c707187b2e0a6062bc2d664e5
      https://github.com/quicwg/base-drafts/commit/68a4d3a0da6ff40c707187b2e0a6062bc2d664e5
  Author: David Schinazi <dschinazi@google.com>
  Date:   2019-01-14 (Mon, 14 Jan 2019)

  Changed paths:
    M draft-ietf-quic-transport.md

  Log Message:
  -----------
  Clarify client response to preferred_address


  Commit: 5d1d27668056e76ba005e0d141fea70fe46b5c12
      https://github.com/quicwg/base-drafts/commit/5d1d27668056e76ba005e0d141fea70fe46b5c12
  Author: David Schinazi <dschinazi@google.com>
  Date:   2019-01-17 (Thu, 17 Jan 2019)

  Changed paths:
    M draft-ietf-quic-transport.md

  Log Message:
  -----------
  Add text to clarify how the second preferred address interacts with migration


  Commit: 38f53804e318e73aed64a181decb2b9d6039442c
      https://github.com/quicwg/base-drafts/commit/38f53804e318e73aed64a181decb2b9d6039442c
  Author: David Schinazi <dschinazi@google.com>
  Date:   2019-01-17 (Thu, 17 Jan 2019)

  Changed paths:
    M draft-ietf-quic-transport.md

  Log Message:
  -----------
  Simplify interaction with migration using text from MT


  Commit: 7682731557aadb529042434feb46720d1fa35ce4
      https://github.com/quicwg/base-drafts/commit/7682731557aadb529042434feb46720d1fa35ce4
  Author: Martin Thomson <mt@lowentropy.net>
  Date:   2019-01-21 (Mon, 21 Jan 2019)

  Changed paths:
    M draft-ietf-quic-transport.md

  Log Message:
  -----------
  Merge pull request #2296 from DavidSchinazi/dschinazi/dual_stach_preferred_address

Allow servers to send a preferred address of each address family


Compare: https://github.com/quicwg/base-drafts/compare/25749ccd96be...7682731557aa
      **NOTE:** This service has been marked for deprecation: https://developer.github.com/changes/2018-04-25-github-services-deprecation/

      Functionality will be removed from GitHub.com on January 31st, 2019.

----==_mimepart_5c454bde89ca1_5e512acc9f13a588729d1--


From nobody Sun Jan 20 20:34: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 91B6812D84D for <quic-issues@ietfa.amsl.com>; Sun, 20 Jan 2019 20:34:44 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -11.149
X-Spam-Level: 
X-Spam-Status: No, score=-11.149 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIMWL_WL_HIGH=-4.553, 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_PASS=-0.001] autolearn=ham autolearn_force=no
Authentication-Results: ietfa.amsl.com (amavisd-new); dkim=pass (1024-bit key) header.d=github.com
Received: from mail.ietf.org ([4.31.198.44]) by localhost (ietfa.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id thCIg6BEDYkP for <quic-issues@ietfa.amsl.com>; Sun, 20 Jan 2019 20:34: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 02FA912870E for <quic-issues@ietf.org>; Sun, 20 Jan 2019 20:34:43 -0800 (PST)
Date: Sun, 20 Jan 2019 20:34:41 -0800
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1548045281; bh=/Y0G1jdi0EgJMk8Tc0qJbZWQdv99XL6vdEhwQMWlwFo=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=pWS90V5amo2XcTtY8w0nYZLgUMo9GJVDolY/nvBcDKF2Y9ugWgtG3i0L3C6hHB0IV bshot9a1kAVfACwptvIxQjGjKl5Rw4vlPx8KM4pWK9emEO1E/kk83YyxPYMq1sZI4o noJYM1okOHOh/wftFrcrOCu/8JpjfzlIsEdWr5Qo=
From: Martin Thomson <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+0166e4abd5f19a65a49c9428bb6f1f7a0e618a105be6d5de92cf00000001185d0de192a169ce1742d117@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/issue/2122/issue_event/2085429272@github.com>
In-Reply-To: <quicwg/base-drafts/issues/2122@github.com>
References: <quicwg/base-drafts/issues/2122@github.com>
Subject: Re: [quicwg/base-drafts] QUIC connection migration and IPv6 only NAT64/DNS64 Networks (#2122)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5c454be1dcbf6_19e83fdefbed45bc9805d"; 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/sdnkv51cc9Y_YnLnpDTKc9kytBI>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
List-Id: Notification list for GitHub issues related to the QUIC WG <quic-issues.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=unsubscribe>
List-Archive: <https://mailarchive.ietf.org/arch/browse/quic-issues/>
List-Post: <mailto:quic-issues@ietf.org>
List-Help: <mailto:quic-issues-request@ietf.org?subject=help>
List-Subscribe: <https://www.ietf.org/mailman/listinfo/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=subscribe>
X-List-Received-Date: Mon, 21 Jan 2019 04:34:45 -0000

----==_mimepart_5c454be1dcbf6_19e83fdefbed45bc9805d
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

Closed #2122 via #2296.

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/quicwg/base-drafts/issues/2122#event-2085429272
----==_mimepart_5c454be1dcbf6_19e83fdefbed45bc9805d
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="390254871" data-permission-text="Issue title is private" data-url="https://github.com/quicwg/base-drafts/issues/2122" data-hovercard-type="issue" data-hovercard-url="/quicwg/base-drafts/issues/2122/hovercard" href="https://github.com/quicwg/base-drafts/issues/2122">#2122</a> via <a class="issue-link js-issue-link" data-error-text="Failed to load issue title" data-id="396094579" data-permission-text="Issue title is private" data-url="https://github.com/quicwg/base-drafts/issues/2296" data-hovercard-type="pull_request" data-hovercard-url="/quicwg/base-drafts/pull/2296/hovercard" href="https://github.com/quicwg/base-drafts/pull/2296">#2296</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/2122#event-2085429272">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AWbkqxXOe9SqXWFyzVV7HAxIrNGVaG8Pks5vFUNhgaJpZM4ZPkXE">mute the thread</a>.<img src="https://github.com/notifications/beacon/AWbkq6Yv7IgJ8crHQBsDSba3IePYdaiCks5vFUNhgaJpZM4ZPkXE.gif" height="1" width="1" alt="" /></p>
<script type="application/json" data-scope="inboxmarkup">{"api_version":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name":"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"https://github.githubassets.com/images/email/message_cards/header.png","avatar_image_url":"https://github.githubassets.com/images/email/message_cards/avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/quicwg/base-drafts"}},"updates":{"snippets":[{"icon":"DESCRIPTION","message":"Closed #2122 via #2296."}],"action":{"name":"View Issue","url":"https://github.com/quicwg/base-drafts/issues/2122#event-2085429272"}}}</script>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/issues/2122#event-2085429272",
"url": "https://github.com/quicwg/base-drafts/issues/2122#event-2085429272",
"name": "View Issue"
},
"description": "View this Issue on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>
----==_mimepart_5c454be1dcbf6_19e83fdefbed45bc9805d--


From nobody Sun Jan 20 20:34: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 C553A12D4F2 for <quic-issues@ietfa.amsl.com>; Sun, 20 Jan 2019 20:34:45 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -10.935
X-Spam-Level: 
X-Spam-Status: No, score=-10.935 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIMWL_WL_HIGH=-4.553, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, HTML_IMAGE_ONLY_24=1.618, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-1, RCVD_IN_DNSWL_HI=-5, SPF_PASS=-0.001] autolearn=ham autolearn_force=no
Authentication-Results: ietfa.amsl.com (amavisd-new); dkim=pass (1024-bit key) header.d=github.com
Received: from mail.ietf.org ([4.31.198.44]) by localhost (ietfa.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id r5DLPkIWjZiU for <quic-issues@ietfa.amsl.com>; Sun, 20 Jan 2019 20:34: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 4F61412D4E8 for <quic-issues@ietf.org>; Sun, 20 Jan 2019 20:34:43 -0800 (PST)
Date: Sun, 20 Jan 2019 20:34:42 -0800
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1548045282; bh=yi/zllavC+WlTvghiA8lRHo/pf/6HUhBR1VoSeDC+S0=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=BRz172Dsekv3tFW+F7YO6yC5AHc6bxxCHqu/lLRzIt5//tspC8nI54SuwFEUDiP8u 7TvSapz+EKnCIHBWuuDe2XyTFKADQyL6YHWruDAIB3sUX+gOCDEomCuCf/Ssb2TCdl jFNkBh31vc09Q6V/T+C0vQs4yJ2bOZ+C85j6Crm4=
From: Martin Thomson <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+0166e4ab2fa47731bc5d1031fa11626949d9be1156fc7b2192cf00000001185d0de292a169ce179bec73@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/pull/2296/issue_event/2085429267@github.com>
In-Reply-To: <quicwg/base-drafts/pull/2296@github.com>
References: <quicwg/base-drafts/pull/2296@github.com>
Subject: Re: [quicwg/base-drafts] Allow servers to send a preferred address of each address family (#2296)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5c454be28278c_7173f9298ed45bc20127"; 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/V1wIpT5SEpTc9QX2UbsnEH70qyE>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
List-Id: Notification list for GitHub issues related to the QUIC WG <quic-issues.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=unsubscribe>
List-Archive: <https://mailarchive.ietf.org/arch/browse/quic-issues/>
List-Post: <mailto:quic-issues@ietf.org>
List-Help: <mailto:quic-issues-request@ietf.org?subject=help>
List-Subscribe: <https://www.ietf.org/mailman/listinfo/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=subscribe>
X-List-Received-Date: Mon, 21 Jan 2019 04:34:46 -0000

----==_mimepart_5c454be28278c_7173f9298ed45bc20127
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

Merged #2296 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/2296#event-2085429267
----==_mimepart_5c454be28278c_7173f9298ed45bc20127
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="396094579" data-permission-text="Issue title is private" data-url="https://github.com/quicwg/base-drafts/issues/2296" data-hovercard-type="pull_request" data-hovercard-url="/quicwg/base-drafts/pull/2296/hovercard" href="https://github.com/quicwg/base-drafts/pull/2296">#2296</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/2296#event-2085429267">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AWbkq0rr7rcBcPTkOaXlxDvgvE9NoQqIks5vFUNigaJpZM4ZuHR_">mute the thread</a>.<img src="https://github.com/notifications/beacon/AWbkqzVMqqCJ-DdST3R9i-aqfonM-Urgks5vFUNigaJpZM4ZuHR_.gif" height="1" width="1" alt="" /></p>
<script type="application/json" data-scope="inboxmarkup">{"api_version":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name":"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"https://github.githubassets.com/images/email/message_cards/header.png","avatar_image_url":"https://github.githubassets.com/images/email/message_cards/avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/quicwg/base-drafts"}},"updates":{"snippets":[{"icon":"DESCRIPTION","message":"Merged #2296 into master."}],"action":{"name":"View Pull Request","url":"https://github.com/quicwg/base-drafts/pull/2296#event-2085429267"}}}</script>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/pull/2296#event-2085429267",
"url": "https://github.com/quicwg/base-drafts/pull/2296#event-2085429267",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>
----==_mimepart_5c454be28278c_7173f9298ed45bc20127--


From nobody Sun Jan 20 20:35: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 4640512D4F2 for <quic-issues@ietfa.amsl.com>; Sun, 20 Jan 2019 20:35:01 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -11.007
X-Spam-Level: 
X-Spam-Status: No, score=-11.007 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIMWL_WL_HIGH=-4.553, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, HTML_IMAGE_ONLY_20=1.546, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-1, RCVD_IN_DNSWL_HI=-5, SPF_PASS=-0.001] autolearn=ham autolearn_force=no
Authentication-Results: ietfa.amsl.com (amavisd-new); dkim=pass (1024-bit key) header.d=github.com
Received: from mail.ietf.org ([4.31.198.44]) by localhost (ietfa.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id Wh6mHCJI5cya for <quic-issues@ietfa.amsl.com>; Sun, 20 Jan 2019 20:34: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 41AA912D4E8 for <quic-issues@ietf.org>; Sun, 20 Jan 2019 20:34:59 -0800 (PST)
Date: Sun, 20 Jan 2019 20:34:58 -0800
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1548045298; bh=AVrKTm5Wcvo3qGRWMmkNmtcB9Kcp+wEE34+RjwLEu30=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=tPU48Th20D/s9rzHiZu3i53GEbgRh8oOgJMiGO505uLUM+loammIB1hd642OSMOpo 8xvNDXE3MJbuW4qa/kjhmbntuu7+0wHoThIH4Uput/D5tGC4C/3cdLdTHnHDOZfh0f fP2Cu2qgD9kHY8ag819I2SYQ1bMxwYDt7hPEUPX0=
From: Martin Thomson <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+0166e4abf62498bfb5fc94f7173ca3c2c41f8e3acd7dc17292cf00000001185d0df292a169ce179bec73@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/pull/2296/c455945739@github.com>
In-Reply-To: <quicwg/base-drafts/pull/2296@github.com>
References: <quicwg/base-drafts/pull/2296@github.com>
Subject: Re: [quicwg/base-drafts] Allow servers to send a preferred address of each address family (#2296)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5c454bf272d02_10c03faece2d45bc2151ce"; 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/F0dgR0vaFhV3elsNMgAGBOKODZ4>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
List-Id: Notification list for GitHub issues related to the QUIC WG <quic-issues.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=unsubscribe>
List-Archive: <https://mailarchive.ietf.org/arch/browse/quic-issues/>
List-Post: <mailto:quic-issues@ietf.org>
List-Help: <mailto:quic-issues-request@ietf.org?subject=help>
List-Subscribe: <https://www.ietf.org/mailman/listinfo/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=subscribe>
X-List-Received-Date: Mon, 21 Jan 2019 04:35:01 -0000

----==_mimepart_5c454bf272d02_10c03faece2d45bc2151ce
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

You could wait until I had time to check it, that's all.

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/quicwg/base-drafts/pull/2296#issuecomment-455945739
----==_mimepart_5c454bf272d02_10c03faece2d45bc2151ce
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

<p>You could wait until I had time to check it, that's all.</p>

<p style="font-size:small;-webkit-text-size-adjust:none;color:#666;">&mdash;<br />You are receiving this because you are subscribed to this thread.<br />Reply to this email directly, <a href="https://github.com/quicwg/base-drafts/pull/2296#issuecomment-455945739">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AWbkqzqhzJi9_q-heIGDUz1j0R3Cj0V2ks5vFUNygaJpZM4ZuHR_">mute the thread</a>.<img src="https://github.com/notifications/beacon/AWbkq_wMrcfVoFx9mDaFAsmdrfFkOzaJks5vFUNygaJpZM4ZuHR_.gif" height="1" width="1" alt="" /></p>
<script type="application/json" data-scope="inboxmarkup">{"api_version":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name":"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"https://github.githubassets.com/images/email/message_cards/header.png","avatar_image_url":"https://github.githubassets.com/images/email/message_cards/avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/quicwg/base-drafts"}},"updates":{"snippets":[{"icon":"PERSON","message":"@martinthomson in #2296: You could wait until I had time to check it, that's all."}],"action":{"name":"View Pull Request","url":"https://github.com/quicwg/base-drafts/pull/2296#issuecomment-455945739"}}}</script>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/pull/2296#issuecomment-455945739",
"url": "https://github.com/quicwg/base-drafts/pull/2296#issuecomment-455945739",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>
----==_mimepart_5c454bf272d02_10c03faece2d45bc2151ce--


From nobody Sun Jan 20 20:36: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 CFE9E12870E for <quic-issues@ietfa.amsl.com>; Sun, 20 Jan 2019 20:36:53 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -11.149
X-Spam-Level: 
X-Spam-Status: No, score=-11.149 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIMWL_WL_HIGH=-4.553, 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_PASS=-0.001] autolearn=ham autolearn_force=no
Authentication-Results: ietfa.amsl.com (amavisd-new); dkim=pass (1024-bit key) header.d=github.com
Received: from mail.ietf.org ([4.31.198.44]) by localhost (ietfa.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id wGQJiX_NBtWf for <quic-issues@ietfa.amsl.com>; Sun, 20 Jan 2019 20:36: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 600CE12D4E8 for <quic-issues@ietf.org>; Sun, 20 Jan 2019 20:36:52 -0800 (PST)
Date: Sun, 20 Jan 2019 20:36:51 -0800
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1548045411; bh=C4vlvFJWaKb9WInrzW0beYIwXen3KZuM7fwmF89mlS0=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=Xruzcy1r8zo65TKy/88gvvnsEKXV+tkNp06M2LK0ppzy0IPbH2wAXAvxy/NStx/d8 k1M6Ic5nHWcMe3EueA/VZulTHfiSwtZXET6O8QU7Z4I8WeOQwr9TLuw9f/qaWH0kU6 OfyDgDuAw4Fxwc3qCS9O3hYpQ7Qw20yqU/7T6W0c=
From: Martin Thomson <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+0166e4aba21531ca0ebd93276bdbdff2f45222a75b0098c092cf00000001185d0e6392a169ce17e0c497@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/issues/2347/455945985@github.com>
In-Reply-To: <quicwg/base-drafts/issues/2347@github.com>
References: <quicwg/base-drafts/issues/2347@github.com>
Subject: Re: [quicwg/base-drafts] nothing can be sent when receiving a packet just after the idle close timer expires (#2347)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5c454c638bca5_19f43fdefbed45bc8575cf"; 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/m0R87fxxjTGhSSGt9EC9z8yAk5c>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
List-Id: Notification list for GitHub issues related to the QUIC WG <quic-issues.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=unsubscribe>
List-Archive: <https://mailarchive.ietf.org/arch/browse/quic-issues/>
List-Post: <mailto:quic-issues@ietf.org>
List-Help: <mailto:quic-issues-request@ietf.org?subject=help>
List-Subscribe: <https://www.ietf.org/mailman/listinfo/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=subscribe>
X-List-Received-Date: Mon, 21 Jan 2019 04:36:54 -0000

----==_mimepart_5c454c638bca5_19f43fdefbed45bc8575cf
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

As long as the idle timeout is longer than the draining period would be, I think that this is right.  The text was there to allow for the case where a peer attempted to restart use of the connection near the end of the idle timeout period, but was unsuccessful.  On balance, a stateless reset is better in that 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/2347#issuecomment-455945985
----==_mimepart_5c454c638bca5_19f43fdefbed45bc8575cf
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: quoted-printable

<p>As long as the idle timeout is longer than the draining period would b=
e, I think that this is right.  The text was there to allow for the case =
where a peer attempted to restart use of the connection near the end of t=
he idle timeout period, but was unsuccessful.  On balance, a stateless re=
set is better in that case.</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/2347#issuecomment-455945985">view it on GitHub</a>,=
 or <a href=3D"https://github.com/notifications/unsubscribe-auth/AWbkq5mt=
pPXrV1gyc1FblsASW_Fd453Fks5vFUPjgaJpZM4aHYT2">mute the thread</a>.<img sr=
c=3D"https://github.com/notifications/beacon/AWbkq_N9IGsWNzx_rdXVCp3i1sLh=
dIv0ks5vFUPjgaJpZM4aHYT2.gif" height=3D"1" width=3D"1" alt=3D"" /></p>
<script type=3D"application/json" data-scope=3D"inboxmarkup">{"api_versio=
n":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name"=
:"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"=
quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"http=
s://github.githubassets.com/images/email/message_cards/header.png","avata=
r_image_url":"https://github.githubassets.com/images/email/message_cards/=
avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/q=
uicwg/base-drafts"}},"updates":{"snippets":[{"icon":"PERSON","message":"@=
martinthomson in #2347: As long as the idle timeout is longer than the dr=
aining period would be, I think that this is right.  The text was there t=
o allow for the case where a peer attempted to restart use of the connect=
ion near the end of the idle timeout period, but was unsuccessful.  On ba=
lance, a stateless reset is better in that case."}],"action":{"name":"Vie=
w Issue","url":"https://github.com/quicwg/base-drafts/issues/2347#issueco=
mment-455945985"}}}</script>
<script type=3D"application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/issues/2347#issuecomment=
-455945985",
"url": "https://github.com/quicwg/base-drafts/issues/2347#issuecomment-45=
5945985",
"name": "View Issue"
},
"description": "View this Issue on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>=

----==_mimepart_5c454c638bca5_19f43fdefbed45bc8575cf--


From nobody Sun Jan 20 20:40: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 4BFB61294D0 for <quic-issues@ietfa.amsl.com>; Sun, 20 Jan 2019 20:40:02 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -11.149
X-Spam-Level: 
X-Spam-Status: No, score=-11.149 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIMWL_WL_HIGH=-4.553, 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_PASS=-0.001] autolearn=ham autolearn_force=no
Authentication-Results: ietfa.amsl.com (amavisd-new); dkim=pass (1024-bit key) header.d=github.com
Received: from mail.ietf.org ([4.31.198.44]) by localhost (ietfa.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id qO8qn1-Xwll5 for <quic-issues@ietfa.amsl.com>; Sun, 20 Jan 2019 20:40:00 -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 5BFEA12870E for <quic-issues@ietf.org>; Sun, 20 Jan 2019 20:40:00 -0800 (PST)
Date: Sun, 20 Jan 2019 20:39:59 -0800
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1548045599; bh=LIFhomKVE7velEcbrUZqwi4+EgBOHPAm/87sESao/MM=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=jDy1CRFQMqIf72dHV3ZmyQ6d2okhfsTfBaL0+5w+a/hJJtKEl0PawfKnXRC1zBWjS ZddwqmUa6EVkcvTEp5R6TG7JKfWO+RJGAoJ4zAxk/96yo/L7YTINuOFMlDsKv1t+OE ApirTYzb/MyWXM+9YvvSp3h148WCZmiw4/dKi5ZU=
From: Martin Thomson <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+0166e4abb1dae2a4ef0f38eff7a104f8a68a5dd6fa27d24c92cf00000001185d0f1f92a169ce17e68636@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/issues/2353/455946353@github.com>
In-Reply-To: <quicwg/base-drafts/issues/2353@github.com>
References: <quicwg/base-drafts/issues/2353@github.com>
Subject: Re: [quicwg/base-drafts] MAX_STREAM_DATA risk unbounded state (#2353)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5c454d1f8a9f4_1a203fdefbed45bc1079126"; 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/hAaRCanRauQtsOPqWUKUhBhzFTs>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
List-Id: Notification list for GitHub issues related to the QUIC WG <quic-issues.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=unsubscribe>
List-Archive: <https://mailarchive.ietf.org/arch/browse/quic-issues/>
List-Post: <mailto:quic-issues@ietf.org>
List-Help: <mailto:quic-issues-request@ietf.org?subject=help>
List-Subscribe: <https://www.ietf.org/mailman/listinfo/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=subscribe>
X-List-Received-Date: Mon, 21 Jan 2019 04:40:03 -0000

----==_mimepart_5c454d1f8a9f4_1a203fdefbed45bc1079126
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

This is a non-issue, with the clarifications in the PRs incoming.  That is, you can only receive MAX_STREAM_DATA for a stream that you have decided to open.  At that point you have decided to track considerably more state than a flow control limit.  We can leave this until #2354 or similar lands.

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/quicwg/base-drafts/issues/2353#issuecomment-455946353
----==_mimepart_5c454d1f8a9f4_1a203fdefbed45bc1079126
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: quoted-printable

<p>This is a non-issue, with the clarifications in the PRs incoming.  Tha=
t is, you can only receive MAX_STREAM_DATA for a stream that you have dec=
ided to open.  At that point you have decided to track considerably more =
state than a flow control limit.  We can leave this until <a class=3D"iss=
ue-link js-issue-link" data-error-text=3D"Failed to load issue title" dat=
a-id=3D"401179328" data-permission-text=3D"Issue title is private" data-u=
rl=3D"https://github.com/quicwg/base-drafts/issues/2354" data-hovercard-t=
ype=3D"pull_request" data-hovercard-url=3D"/quicwg/base-drafts/pull/2354/=
hovercard" href=3D"https://github.com/quicwg/base-drafts/pull/2354">#2354=
</a> or similar lands.</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/2353#issuecomment-455946353">view it on GitHub</a>,=
 or <a href=3D"https://github.com/notifications/unsubscribe-auth/AWbkq2tT=
Pbz7ppUBNYQGo8puMyMpLUSaks5vFUSfgaJpZM4aJE6K">mute the thread</a>.<img sr=
c=3D"https://github.com/notifications/beacon/AWbkq76_PkwZXMV9PUJKKWdLYWws=
z0Dnks5vFUSfgaJpZM4aJE6K.gif" height=3D"1" width=3D"1" alt=3D"" /></p>
<script type=3D"application/json" data-scope=3D"inboxmarkup">{"api_versio=
n":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name"=
:"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"=
quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"http=
s://github.githubassets.com/images/email/message_cards/header.png","avata=
r_image_url":"https://github.githubassets.com/images/email/message_cards/=
avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/q=
uicwg/base-drafts"}},"updates":{"snippets":[{"icon":"PERSON","message":"@=
martinthomson in #2353: This is a non-issue, with the clarifications in t=
he PRs incoming.  That is, you can only receive MAX_STREAM_DATA for a str=
eam that you have decided to open.  At that point you have decided to tra=
ck considerably more state than a flow control limit.  We can leave this =
until #2354 or similar lands."}],"action":{"name":"View Issue","url":"htt=
ps://github.com/quicwg/base-drafts/issues/2353#issuecomment-455946353"}}}=
</script>
<script type=3D"application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/issues/2353#issuecomment=
-455946353",
"url": "https://github.com/quicwg/base-drafts/issues/2353#issuecomment-45=
5946353",
"name": "View Issue"
},
"description": "View this Issue on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>=

----==_mimepart_5c454d1f8a9f4_1a203fdefbed45bc1079126--


From nobody Sun Jan 20 20:53: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 3CBBC12D84C for <quic-issues@ietfa.amsl.com>; Sun, 20 Jan 2019 20:53:20 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -12.553
X-Spam-Level: 
X-Spam-Status: No, score=-12.553 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIMWL_WL_HIGH=-4.553, 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_PASS=-0.001] autolearn=ham autolearn_force=no
Authentication-Results: ietfa.amsl.com (amavisd-new); dkim=pass (1024-bit key) header.d=github.com
Received: from mail.ietf.org ([4.31.198.44]) by localhost (ietfa.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id k9wS3M9WgkmE for <quic-issues@ietfa.amsl.com>; Sun, 20 Jan 2019 20:53:18 -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 062E812867A for <quic-issues@ietf.org>; Sun, 20 Jan 2019 20:53:18 -0800 (PST)
Date: Sun, 20 Jan 2019 20:53:17 -0800
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1548046397; bh=3ExwMDlWjlcZfAWdKxS5HPUQb3WODV+Q45yZjRpJqU8=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=jQX9yqK109JYwPwhLE6jktNL+7G+/czqnyCoUSk75ucOgcWN0dii4tU9NUC3hqguj 5XldHpoOMyJOE7jJoAl0YzbVTGaARqckt5CiHjEakjJst52BKXEmhFDxx2/GCw8hED wmQrLnaC79IJi+iY2LXXxy5uQSot0r6KEIkRWKWk=
From: Martin Thomson <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+0166e4abbf67d87cb484f555a9f7f575de16c08debeb4b1092cf00000001185d123d92a169ce17e0dd5b@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/issues/2348/455948049@github.com>
In-Reply-To: <quicwg/base-drafts/issues/2348@github.com>
References: <quicwg/base-drafts/issues/2348@github.com>
Subject: Re: [quicwg/base-drafts] Specify IPv6 flow label for QUIC (#2348)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5c45503d51259_60153f95120d45bc7832d0"; 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/F3SaLpz-xzt66bXvgczCWSu-gME>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
List-Id: Notification list for GitHub issues related to the QUIC WG <quic-issues.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=unsubscribe>
List-Archive: <https://mailarchive.ietf.org/arch/browse/quic-issues/>
List-Post: <mailto:quic-issues@ietf.org>
List-Help: <mailto:quic-issues-request@ietf.org?subject=help>
List-Subscribe: <https://www.ietf.org/mailman/listinfo/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=subscribe>
X-List-Received-Date: Mon, 21 Jan 2019 04:53:20 -0000

----==_mimepart_5c45503d51259_60153f95120d45bc7832d0
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

So the real problem here is that if we do have labels, we want to guarantee that we don't create linkability at the IP layer.  The costs for forwarding in the network seem manageable, and the load balancer is supposed to know what connection IDs are and use those for consistently routing.  Using the flow label for the first packet, assuming a stateful load balancer, as described in RFC 7098 seems fairly consistent with this.  The stateless processing is made worse by virtue of having to find the connection ID, so much of the benefit there is lost for a purely stateless load balancer.

BTW, I don't like this statement in 7098:

>    o  SSL and HTTP proxies, if present, should forward the flow label
      value towards the server.  This usually has no performance
      benefit, but it is consistent with the general model for the flow
      label described in RFC 6437.

That's only really going to benefit traffic analysis, which isn't a great outcome.  One advantage of terminating TLS is that there is some remixing and re-encryption of inbound and forwarded data.  In any case, simple 1:1 mappings across this sort of proxy aren't always feasible as the proxy tends to route requests and not 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/2348#issuecomment-455948049
----==_mimepart_5c45503d51259_60153f95120d45bc7832d0
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: quoted-printable

<p>So the real problem here is that if we do have labels, we want to guar=
antee that we don't create linkability at the IP layer.  The costs for fo=
rwarding in the network seem manageable, and the load balancer is suppose=
d to know what connection IDs are and use those for consistently routing.=
  Using the flow label for the first packet, assuming a stateful load bal=
ancer, as described in RFC 7098 seems fairly consistent with this.  The s=
tateless processing is made worse by virtue of having to find the connect=
ion ID, so much of the benefit there is lost for a purely stateless load =
balancer.</p>
<p>BTW, I don't like this statement in 7098:</p>
<blockquote>
<p>o  SSL and HTTP proxies, if present, should forward the flow label<br>=

value towards the server.  This usually has no performance<br>
benefit, but it is consistent with the general model for the flow<br>
label described in RFC 6437.</p>
</blockquote>
<p>That's only really going to benefit traffic analysis, which isn't a gr=
eat outcome.  One advantage of terminating TLS is that there is some remi=
xing and re-encryption of inbound and forwarded data.  In any case, simpl=
e 1:1 mappings across this sort of proxy aren't always feasible as the pr=
oxy tends to route requests and not connections.</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/2348#issuecomment-455948049">view it on GitHub</a>,=
 or <a href=3D"https://github.com/notifications/unsubscribe-auth/AWbkqymK=
dg8yhWOBzysnNlEq9P40R20Eks5vFUe9gaJpZM4aHaIS">mute the thread</a>.<img sr=
c=3D"https://github.com/notifications/beacon/AWbkq-akK0paA7eQdoRqusouHGKy=
nPTbks5vFUe9gaJpZM4aHaIS.gif" height=3D"1" width=3D"1" alt=3D"" /></p>
<script type=3D"application/json" data-scope=3D"inboxmarkup">{"api_versio=
n":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name"=
:"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"=
quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"http=
s://github.githubassets.com/images/email/message_cards/header.png","avata=
r_image_url":"https://github.githubassets.com/images/email/message_cards/=
avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/q=
uicwg/base-drafts"}},"updates":{"snippets":[{"icon":"PERSON","message":"@=
martinthomson in #2348: So the real problem here is that if we do have la=
bels, we want to guarantee that we don't create linkability at the IP lay=
er.  The costs for forwarding in the network seem manageable, and the loa=
d balancer is supposed to know what connection IDs are and use those for =
consistently routing.  Using the flow label for the first packet, assumin=
g a stateful load balancer, as described in RFC 7098 seems fairly consist=
ent with this.  The stateless processing is made worse by virtue of havin=
g to find the connection ID, so much of the benefit there is lost for a p=
urely stateless load balancer.\r\n\r\nBTW, I don't like this statement in=
 7098:\r\n\r\n\u003e    o  SSL and HTTP proxies, if present, should forwa=
rd the flow label\r\n      value towards the server.  This usually has no=
 performance\r\n      benefit, but it is consistent with the general mode=
l for the flow\r\n      label described in RFC 6437.\r\n\r\nThat's only r=
eally going to benefit traffic analysis, which isn't a great outcome.  On=
e advantage of terminating TLS is that there is some remixing and re-encr=
yption of inbound and forwarded data.  In any case, simple 1:1 mappings a=
cross this sort of proxy aren't always feasible as the proxy tends to rou=
te requests and not connections."}],"action":{"name":"View Issue","url":"=
https://github.com/quicwg/base-drafts/issues/2348#issuecomment-455948049"=
}}}</script>
<script type=3D"application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/issues/2348#issuecomment=
-455948049",
"url": "https://github.com/quicwg/base-drafts/issues/2348#issuecomment-45=
5948049",
"name": "View Issue"
},
"description": "View this Issue on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>=

----==_mimepart_5c45503d51259_60153f95120d45bc7832d0--


From nobody Sun Jan 20 20:56: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 941E212D4F2 for <quic-issues@ietfa.amsl.com>; Sun, 20 Jan 2019 20:56:22 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -10.935
X-Spam-Level: 
X-Spam-Status: No, score=-10.935 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIMWL_WL_HIGH=-4.553, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, HTML_IMAGE_ONLY_24=1.618, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-1, RCVD_IN_DNSWL_HI=-5, SPF_PASS=-0.001] autolearn=ham autolearn_force=no
Authentication-Results: ietfa.amsl.com (amavisd-new); dkim=pass (1024-bit key) header.d=github.com
Received: from mail.ietf.org ([4.31.198.44]) by localhost (ietfa.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 9ddu_zR1hfNm for <quic-issues@ietfa.amsl.com>; Sun, 20 Jan 2019 20:56: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 BF3FF12867A for <quic-issues@ietf.org>; Sun, 20 Jan 2019 20:56:20 -0800 (PST)
Date: Sun, 20 Jan 2019 20:56:19 -0800
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1548046579; bh=O4GKMyrc3B0zQvThL+MsbqTFTiDigKLYOdhkQCit47U=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=EJ9Lpyd1nbFm2izej8N7V/C71OrLJDvaCKKyMesN29b6pd/vVFaewwFCEjphlW17/ qKQ/O7G3LOicfP3vH4aVBX1iOSMfDF8GkedcXtCBAPDCvWQCLp9QVDNHUD7ISUAlFB orUmVY9ztD7+Ap2Sk7MTOulabSdvw047N6OkJPag=
From: Martin Thomson <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+0166e4ab91b7e3acf3858db9821240135e93327a2d01740392cf00000001185d12f392a169ce17dd73ed@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/issues/2342/455948414@github.com>
In-Reply-To: <quicwg/base-drafts/issues/2342@github.com>
References: <quicwg/base-drafts/issues/2342@github.com>
Subject: Re: [quicwg/base-drafts] Spoofed connection migration as a DoS vector (#2342)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5c4550f3b5a46_aab3fb9f9ed45c0567ac"; 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/RfuPhjg3BvgM7cBlT8QOWDbN5d8>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
List-Id: Notification list for GitHub issues related to the QUIC WG <quic-issues.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=unsubscribe>
List-Archive: <https://mailarchive.ietf.org/arch/browse/quic-issues/>
List-Post: <mailto:quic-issues@ietf.org>
List-Help: <mailto:quic-issues-request@ietf.org?subject=help>
List-Subscribe: <https://www.ietf.org/mailman/listinfo/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=subscribe>
X-List-Received-Date: Mon, 21 Jan 2019 04:56:22 -0000

----==_mimepart_5c4550f3b5a46_aab3fb9f9ed45c0567ac
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

Yeah, that seems like too simple a DoS.

It sort of highlights the need to implement much of the migration machinery if you consider the risk of NAT rebinding.  Unless you plan to only permit remote address changes based on a "same network" heuristic.

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/quicwg/base-drafts/issues/2342#issuecomment-455948414
----==_mimepart_5c4550f3b5a46_aab3fb9f9ed45c0567ac
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

<p>Yeah, that seems like too simple a DoS.</p>
<p>It sort of highlights the need to implement much of the migration machinery if you consider the risk of NAT rebinding.  Unless you plan to only permit remote address changes based on a "same network" heuristic.</p>

<p style="font-size:small;-webkit-text-size-adjust:none;color:#666;">&mdash;<br />You are receiving this because you are subscribed to this thread.<br />Reply to this email directly, <a href="https://github.com/quicwg/base-drafts/issues/2342#issuecomment-455948414">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AWbkq8gIGz7aNljEVy-HH086NTdVV9Xsks5vFUhzgaJpZM4aGZ__">mute the thread</a>.<img src="https://github.com/notifications/beacon/AWbkqwup7XfPlHxyaq5vvgzJ95e6SV1vks5vFUhzgaJpZM4aGZ__.gif" height="1" width="1" alt="" /></p>
<script type="application/json" data-scope="inboxmarkup">{"api_version":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name":"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"https://github.githubassets.com/images/email/message_cards/header.png","avatar_image_url":"https://github.githubassets.com/images/email/message_cards/avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/quicwg/base-drafts"}},"updates":{"snippets":[{"icon":"PERSON","message":"@martinthomson in #2342: Yeah, that seems like too simple a DoS.\r\n\r\nIt sort of highlights the need to implement much of the migration machinery if you consider the risk of NAT rebinding.  Unless you plan to only permit remote address changes based on a \"same network\" heuristic."}],"action":{"name":"View Issue","url":"https://github.com/quicwg/base-drafts/issues/2342#issuecomment-455948414"}}}</script>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/issues/2342#issuecomment-455948414",
"url": "https://github.com/quicwg/base-drafts/issues/2342#issuecomment-455948414",
"name": "View Issue"
},
"description": "View this Issue on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>
----==_mimepart_5c4550f3b5a46_aab3fb9f9ed45c0567ac--


From nobody Sun Jan 20 21:07:25 2019
Return-Path: <bounce+565321.40f-quic-issues=ietf.org@github.com>
X-Original-To: quic-issues@ietfa.amsl.com
Delivered-To: quic-issues@ietfa.amsl.com
Received: from localhost (localhost [127.0.0.1]) by ietfa.amsl.com (Postfix) with ESMTP id F3A65130DE9 for <quic-issues@ietfa.amsl.com>; Sun, 20 Jan 2019 21:07:22 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -0.997
X-Spam-Level: 
X-Spam-Status: No, score=-0.997 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIM_ADSP_CUSTOM_MED=0.001, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, FREEMAIL_FORGED_FROMDOMAIN=0.001, FREEMAIL_FROM=0.001, HEADER_FROM_DIFFERENT_DOMAINS=0.001, NML_ADSP_CUSTOM_MED=0.9, RCVD_IN_DNSWL_NONE=-0.0001, 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 qT1EMhgh45Xv for <quic-issues@ietfa.amsl.com>; Sun, 20 Jan 2019 21:07:21 -0800 (PST)
Received: from m71-131.mailgun.net (m71-131.mailgun.net [166.78.71.131]) (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 E48EA12D4F2 for <quic-issues@ietf.org>; Sun, 20 Jan 2019 21:07:20 -0800 (PST)
DKIM-Signature: a=rsa-sha256; v=1; c=relaxed/relaxed; d=github.com; q=dns/txt;  s=mailo; t=1548047240; h=Content-Transfer-Encoding: Content-Type: Mime-Version: Subject: Message-ID: To: Reply-To: From: Date: Sender; bh=Sp8NHYxtaBbuEs2hzC22xFLyzxjqqOUNMfewvKT9pd4=; b=PzyFF0NzSA4M1zz/oJRT11IRhhRoedzBfLeCbBJkgdUNaLRzTA5X+Bn8igADMpIK0Tkxg27v v6PgZ5UiTdMWJz/7Hzuqm/nFuI3b4Ed4FgDMtP5XZV211Bio+2RVlpNFnduZ6dDs0puMSIy8 KETpQ3IQz09Ae7y4w3pcKKQlmI0=
X-Mailgun-Sending-Ip: 166.78.71.131
X-Mailgun-Sid: WyJhNzYyYiIsICJxdWljLWlzc3Vlc0BpZXRmLm9yZyIsICI0MGYiXQ==
Sender: martin.thomson=gmail.com@github.com
Received: from github.com (Unknown [192.30.252.35]) by mxa.mailgun.org with ESMTP id 5c455387.7fd5a16dae40-smtp-out-n02; Mon, 21 Jan 2019 05:07:19 -0000 (UTC)
Date: Sun, 20 Jan 2019 21:07:19 -0800
From: Martin Thomson <martin.thomson@gmail.com>
Reply-To: Martin Thomson <martin.thomson@gmail.com>
To: quic-issues@ietf.org
Message-ID: <5c455387af18b_263d2aab1ce0e588230e4@hookshot-fe-d252ca1.cp1-iad.github.net.mail>
Subject: [quicwg/base-drafts] 449d63: Allow stream-related frames in 0-RTT
Mime-Version: 1.0
Content-Type: multipart/mixed; boundary="--==_mimepart_5c455387aedd9_263d2aab1ce0e588229e4"; charset=UTF-8
Content-Transfer-Encoding: 7bit
Archived-At: <https://mailarchive.ietf.org/arch/msg/quic-issues/WZbOrexcDV318VO3Wb6KVIDYrQQ>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
Precedence: list
List-Id: Notification list for GitHub issues related to the QUIC WG <quic-issues.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=unsubscribe>
List-Archive: <https://mailarchive.ietf.org/arch/browse/quic-issues/>
List-Post: <mailto:quic-issues@ietf.org>
List-Help: <mailto:quic-issues-request@ietf.org?subject=help>
List-Subscribe: <https://www.ietf.org/mailman/listinfo/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=subscribe>
X-List-Received-Date: Mon, 21 Jan 2019 05:07:23 -0000

----==_mimepart_5c455387aedd9_263d2aab1ce0e588229e4
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

  Branch: refs/heads/0rtt-reset
  Home:   https://github.com/quicwg/base-drafts
  Commit: 449d636415a868bd503ac6334257dcb1f9bb93af
      https://github.com/quicwg/base-drafts/commit/449d636415a868bd503ac6334257dcb1f9bb93af
  Author: Martin Thomson <martin.thomson@gmail.com>
  Date:   2019-01-21 (Mon, 21 Jan 2019)

  Changed paths:
    M draft-ietf-quic-tls.md

  Log Message:
  -----------
  Allow stream-related frames in 0-RTT

In #2344, @kazuho suggests that we could allow RESET_STREAM in 0-RTT.
That seems slightly wrong, because why would someone send something then
give up without receiving anything in return, but that is actually
possible in the presence of packet loss.  And changing your mind is
perfectly acceptable.

But RESET_STREAM doesn't really cover it.  Streams can get blocked,
requests can go out with additional flow control credits, and maybe even
STOP_SENDING makes sense.  So this changes it so that any stream-related
frame (those that exist to convey application state or manage it), can
be sent in 0-RTT.  That seems more principled than just adding
RESET_STREAM.

Closes #2344.



      **NOTE:** This service has been marked for deprecation: https://developer.github.com/changes/2018-04-25-github-services-deprecation/

      Functionality will be removed from GitHub.com on January 31st, 2019.

----==_mimepart_5c455387aedd9_263d2aab1ce0e588229e4--


From nobody Sun Jan 20 21:07: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 4CAEB130DE9 for <quic-issues@ietfa.amsl.com>; Sun, 20 Jan 2019 21:07:51 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -12.553
X-Spam-Level: 
X-Spam-Status: No, score=-12.553 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIMWL_WL_HIGH=-4.553, 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_PASS=-0.001] autolearn=ham autolearn_force=no
Authentication-Results: ietfa.amsl.com (amavisd-new); dkim=pass (1024-bit key) header.d=github.com
Received: from mail.ietf.org ([4.31.198.44]) by localhost (ietfa.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id xaaBWDSC9Vkg for <quic-issues@ietfa.amsl.com>; Sun, 20 Jan 2019 21: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 C2F9512D4F2 for <quic-issues@ietf.org>; Sun, 20 Jan 2019 21:07:49 -0800 (PST)
Date: Sun, 20 Jan 2019 21:07:48 -0800
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1548047268; bh=kCHKkfzj8OozFTZPWu/jrbI4uWd0kkbbwcf2J+zY8FQ=; h=Date:From:Reply-To:To:Cc:Subject:List-ID:List-Archive:List-Post: List-Unsubscribe:From; b=bGSB0gcm4I2tQoX6lQKIWsqm/ZyWZplt0ezvSQw3YvKZXCcImjQMeGN1JY/uxXli7 KopTlfoSfJPQfMRlk+UF+vNwCnWdRgKhX5NWuqajUsPg9gqkAtgWsGxAWkP1ig2huV Ii/EAuot8od63HAElJIHhzMKsU6cuemCUWM0hPis=
From: Martin Thomson <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+0166e4ab693d9bb87572b759b0e35eef0009cfcd3e72261f92cf00000001185d15a492a169ce17e9c1c4@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/pull/2355@github.com>
Subject: [quicwg/base-drafts] Allow stream-related frames in 0-RTT (#2355)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5c4553a4c50dd_25033fc3be0d45b4382af"; 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/X5draK5HvIsZ0VTvb0e9yLYiOuo>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
List-Id: Notification list for GitHub issues related to the QUIC WG <quic-issues.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=unsubscribe>
List-Archive: <https://mailarchive.ietf.org/arch/browse/quic-issues/>
List-Post: <mailto:quic-issues@ietf.org>
List-Help: <mailto:quic-issues-request@ietf.org?subject=help>
List-Subscribe: <https://www.ietf.org/mailman/listinfo/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=subscribe>
X-List-Received-Date: Mon, 21 Jan 2019 05:07:51 -0000

----==_mimepart_5c4553a4c50dd_25033fc3be0d45b4382af
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

In #2344, @kazuho suggests that we could allow RESET_STREAM in 0-RTT.
That seems slightly wrong, because why would someone send something then
give up without receiving anything in return, but that is actually
possible in the presence of packet loss.  And changing your mind is
perfectly acceptable.

But RESET_STREAM doesn't really cover it.  Streams can get blocked,
requests can go out with additional flow control credits, and maybe even
STOP_SENDING makes sense.  So this changes it so that any stream-related
frame (those that exist to convey application state or manage it), can
be sent in 0-RTT.  That seems more principled than just adding
RESET_STREAM.

Closes #2344.
You can view, comment on, or merge this pull request online at:

  https://github.com/quicwg/base-drafts/pull/2355

-- Commit Summary --

  * Allow stream-related frames in 0-RTT

-- File Changes --

    M draft-ietf-quic-tls.md (6)

-- Patch Links --

https://github.com/quicwg/base-drafts/pull/2355.patch
https://github.com/quicwg/base-drafts/pull/2355.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/2355

----==_mimepart_5c4553a4c50dd_25033fc3be0d45b4382af
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="400556569" data-permission-text="Issue title is private" data-url="https://github.com/quicwg/base-drafts/issues/2344" data-hovercard-type="issue" data-hovercard-url="/quicwg/base-drafts/issues/2344/hovercard" href="https://github.com/quicwg/base-drafts/issues/2344">#2344</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> suggests that we could allow RESET_STREAM in 0-RTT.<br>
That seems slightly wrong, because why would someone send something then<br>
give up without receiving anything in return, but that is actually<br>
possible in the presence of packet loss.  And changing your mind is<br>
perfectly acceptable.</p>
<p>But RESET_STREAM doesn't really cover it.  Streams can get blocked,<br>
requests can go out with additional flow control credits, and maybe even<br>
STOP_SENDING makes sense.  So this changes it so that any stream-related<br>
frame (those that exist to convey application state or manage it), can<br>
be sent in 0-RTT.  That seems more principled than just adding<br>
RESET_STREAM.</p>
<p><span class="issue-keyword tooltipped tooltipped-se" aria-label="This pull request closes issue #2344.">Closes</span> <a class="issue-link js-issue-link" data-error-text="Failed to load issue title" data-id="400556569" data-permission-text="Issue title is private" data-url="https://github.com/quicwg/base-drafts/issues/2344" data-hovercard-type="issue" data-hovercard-url="/quicwg/base-drafts/issues/2344/hovercard" href="https://github.com/quicwg/base-drafts/issues/2344">#2344</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/2355'>https://github.com/quicwg/base-drafts/pull/2355</a></p>

<h4>Commit Summary</h4>
<ul>
  <li>Allow stream-related frames in 0-RTT</li>
</ul>

<h4>File Changes</h4>
<ul>
  <li>
    <strong>M</strong>
    <a href="https://github.com/quicwg/base-drafts/pull/2355/files#diff-0">draft-ietf-quic-tls.md</a>
    (6)
  </li>
</ul>

<h4>Patch Links:</h4>
<ul>
  <li><a href='https://github.com/quicwg/base-drafts/pull/2355.patch'>https://github.com/quicwg/base-drafts/pull/2355.patch</a></li>
  <li><a href='https://github.com/quicwg/base-drafts/pull/2355.diff'>https://github.com/quicwg/base-drafts/pull/2355.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/2355">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AWbkq0oMiJF0sEjM0SCIKL9QvoCO-2Rcks5vFUskgaJpZM4aKHLA">mute the thread</a>.<img src="https://github.com/notifications/beacon/AWbkq8Qxm7Tpcqmrk2XS4oY9W8krdRjyks5vFUskgaJpZM4aKHLA.gif" height="1" width="1" alt="" /></p>
<script type="application/json" data-scope="inboxmarkup">{"api_version":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name":"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"https://github.githubassets.com/images/email/message_cards/header.png","avatar_image_url":"https://github.githubassets.com/images/email/message_cards/avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/quicwg/base-drafts"}},"updates":{"snippets":[{"icon":"DESCRIPTION","message":"Allow stream-related frames in 0-RTT (#2355)"}],"action":{"name":"View Pull Request","url":"https://github.com/quicwg/base-drafts/pull/2355"}}}</script>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/pull/2355",
"url": "https://github.com/quicwg/base-drafts/pull/2355",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>

----==_mimepart_5c4553a4c50dd_25033fc3be0d45b4382af--


From nobody Sun Jan 20 21: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 A89D412D4F2 for <quic-issues@ietfa.amsl.com>; Sun, 20 Jan 2019 21:54:47 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -10.935
X-Spam-Level: 
X-Spam-Status: No, score=-10.935 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIMWL_WL_HIGH=-4.553, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, HTML_IMAGE_ONLY_24=1.618, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-1, RCVD_IN_DNSWL_HI=-5, SPF_PASS=-0.001] autolearn=ham autolearn_force=no
Authentication-Results: ietfa.amsl.com (amavisd-new); dkim=pass (1024-bit key) header.d=github.com
Received: from mail.ietf.org ([4.31.198.44]) by localhost (ietfa.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id uIdb3ZcyOqmj for <quic-issues@ietfa.amsl.com>; Sun, 20 Jan 2019 21:54:46 -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 E5F6B12867A for <quic-issues@ietf.org>; Sun, 20 Jan 2019 21:54:45 -0800 (PST)
Date: Sun, 20 Jan 2019 21:54:44 -0800
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1548050084; bh=/rfGkF2bMIjtgEP4TNAVzgUz8DTJmmu0xf1wIjl8VGU=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=zDdYA3L6s1fNez+0G7rQRCXUuQXckGSU2XSCkafkcd9IFJnwBymwKCtmRzi1ugtmW znfni6CD+rACh57KIVFbE1VVwYR+s4CwKwF+Z3t0CCoXja8aYopXcRO2lioew98X7S W1AbWC/w6pEDUF1ip5uxu7tGJgvQNoWCLtFBb6KA=
From: Marten Seemann <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+0166e4ab7d58b55a58a7870a549eab661cbabebdc8ae811292cf00000001185d20a492a169ce17e9c1c4@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/pull/2355/c455956411@github.com>
In-Reply-To: <quicwg/base-drafts/pull/2355@github.com>
References: <quicwg/base-drafts/pull/2355@github.com>
Subject: Re: [quicwg/base-drafts] Allow stream-related frames in 0-RTT (#2355)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5c455ea4d0c76_5ac3fa39e0d45b815962b"; 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/4aphog51EslGDO4YR76Ipyqetgg>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
List-Id: Notification list for GitHub issues related to the QUIC WG <quic-issues.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=unsubscribe>
List-Archive: <https://mailarchive.ietf.org/arch/browse/quic-issues/>
List-Post: <mailto:quic-issues@ietf.org>
List-Help: <mailto:quic-issues-request@ietf.org?subject=help>
List-Subscribe: <https://www.ietf.org/mailman/listinfo/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=subscribe>
X-List-Received-Date: Mon, 21 Jan 2019 05:54:47 -0000

----==_mimepart_5c455ea4d0c76_5ac3fa39e0d45b815962b
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: quoted-printable

Thede rules seem to get more and more complex. As I mentioned in the disc=
ussion on the issue, I=E2=80=99d prefer to allow all frames in 0-RTT. For=
 example, what=E2=80=99s the harm of sending a PING in 0-RTT?=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/2355#issuecomment-455956411=

----==_mimepart_5c455ea4d0c76_5ac3fa39e0d45b815962b
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: quoted-printable

<p>Thede rules seem to get more and more complex. As I mentioned in the d=
iscussion on the issue, I=E2=80=99d prefer to allow all frames in 0-RTT. =
For example, what=E2=80=99s the harm of sending a PING in 0-RTT?</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/2355#issuecomment-455956411">view it on GitHub</a>, o=
r <a href=3D"https://github.com/notifications/unsubscribe-auth/AWbkq8Cw43=
UiYG2wQivooMzHuK-VK7Zuks5vFVYkgaJpZM4aKHLA">mute the thread</a>.<img src=3D=
"https://github.com/notifications/beacon/AWbkqwGBCtIenXGKR39hf_5GQp-b89lX=
ks5vFVYkgaJpZM4aKHLA.gif" height=3D"1" width=3D"1" alt=3D"" /></p>=0D
<script type=3D"application/json" data-scope=3D"inboxmarkup">{"api_versio=
n":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name"=
:"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"=
quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"http=
s://github.githubassets.com/images/email/message_cards/header.png","avata=
r_image_url":"https://github.githubassets.com/images/email/message_cards/=
avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/q=
uicwg/base-drafts"}},"updates":{"snippets":[{"icon":"PERSON","message":"@=
marten-seemann in #2355: Thede rules seem to get more and more complex. A=
s I mentioned in the discussion on the issue, I=E2=80=99d prefer to allow=
 all frames in 0-RTT. For example, what=E2=80=99s the harm of sending a P=
ING in 0-RTT?"}],"action":{"name":"View Pull Request","url":"https://gith=
ub.com/quicwg/base-drafts/pull/2355#issuecomment-455956411"}}}</script>=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/2355#issuecomment-4=
55956411",=0D
"url": "https://github.com/quicwg/base-drafts/pull/2355#issuecomment-4559=
56411",=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_5c455ea4d0c76_5ac3fa39e0d45b815962b--


From nobody Mon Jan 21 02: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 4EED1130EF7 for <quic-issues@ietfa.amsl.com>; Mon, 21 Jan 2019 02:34:52 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -12.552
X-Spam-Level: 
X-Spam-Status: No, score=-12.552 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIMWL_WL_HIGH=-4.553, 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_PASS=-0.001] autolearn=ham autolearn_force=no
Authentication-Results: ietfa.amsl.com (amavisd-new); dkim=pass (1024-bit key) header.d=github.com
Received: from mail.ietf.org ([4.31.198.44]) by localhost (ietfa.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 4OMi7bQL7Sje for <quic-issues@ietfa.amsl.com>; Mon, 21 Jan 2019 02:34:49 -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 9327E131012 for <quic-issues@ietf.org>; Mon, 21 Jan 2019 02:34:49 -0800 (PST)
Date: Mon, 21 Jan 2019 02:34:48 -0800
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1548066888; bh=uhb6aIZmGcDLyfmB52WYqv449AHzVQLfYr4XEzzYyKA=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=Jx6ZgGSx7npUo+6MUnpNHcSebfRvE3dwxMXH0HTDYvIOoTxC9hP/1hEi8K9UCkTne MlId3G6lzEd76gLMTezP2jsRRdzvQV7sXjwgTEPeD92OS8J3ZMwWi5AfpSSQjJ+JEL FE7Hd3rJoEoxd6oAeZWlvd+Ud2RkWSX1RjuIjcqs=
From: Christian Huitema <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+0166e4abf170565595e92020175a15fdfc5abedfad0e2f4c92cf00000001185d624892a169ce17e0dd5b@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/issues/2348/456026290@github.com>
In-Reply-To: <quicwg/base-drafts/issues/2348@github.com>
References: <quicwg/base-drafts/issues/2348@github.com>
Subject: Re: [quicwg/base-drafts] Specify IPv6 flow label for QUIC (#2348)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5c45a0487850b_34363fb6f88d45c08551c9"; 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/RFbM0BGA5_p3Fcjdx36qZ6c2_aw>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
List-Id: Notification list for GitHub issues related to the QUIC WG <quic-issues.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=unsubscribe>
List-Archive: <https://mailarchive.ietf.org/arch/browse/quic-issues/>
List-Post: <mailto:quic-issues@ietf.org>
List-Help: <mailto:quic-issues-request@ietf.org?subject=help>
List-Subscribe: <https://www.ietf.org/mailman/listinfo/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=subscribe>
X-List-Received-Date: Mon, 21 Jan 2019 10:34:58 -0000

----==_mimepart_5c45a0487850b_34363fb6f88d45c08551c9
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

I have been thinking about linkability, but I don't think that's actually an issue. Assume that we set:
```
flow_label = F(dest_address, dest_port, DCID, per_node_seed)
```
This does not volunteer any information that is not in the packet already. In particular, if the DCID changes, so does the label. The only concern is if there is no DCID (L=0) and the packet traverses a NAT. In that case, the flow label could survive, which could be useful for tracking. But then, in theory, there are no NAT in IPv6...

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/quicwg/base-drafts/issues/2348#issuecomment-456026290
----==_mimepart_5c45a0487850b_34363fb6f88d45c08551c9
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: quoted-printable

<p>I have been thinking about linkability, but I don't think that's actua=
lly an issue. Assume that we set:</p>
<pre><code>flow_label =3D F(dest_address, dest_port, DCID, per_node_seed)=

</code></pre>
<p>This does not volunteer any information that is not in the packet alre=
ady. In particular, if the DCID changes, so does the label. The only conc=
ern is if there is no DCID (L=3D0) and the packet traverses a NAT. In tha=
t case, the flow label could survive, which could be useful for tracking.=
 But then, in theory, there are no NAT in IPv6...</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/2348#issuecomment-456026290">view it on GitHub</a>,=
 or <a href=3D"https://github.com/notifications/unsubscribe-auth/AWbkq41w=
t2uCzd_Xgz4ogXTxtO3CWlrSks5vFZfIgaJpZM4aHaIS">mute the thread</a>.<img sr=
c=3D"https://github.com/notifications/beacon/AWbkq1L5h04fpNqfPRZoyUZXbVy7=
2eCnks5vFZfIgaJpZM4aHaIS.gif" height=3D"1" width=3D"1" alt=3D"" /></p>
<script type=3D"application/json" data-scope=3D"inboxmarkup">{"api_versio=
n":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name"=
:"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"=
quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"http=
s://github.githubassets.com/images/email/message_cards/header.png","avata=
r_image_url":"https://github.githubassets.com/images/email/message_cards/=
avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/q=
uicwg/base-drafts"}},"updates":{"snippets":[{"icon":"PERSON","message":"@=
huitema in #2348: I have been thinking about linkability, but I don't thi=
nk that's actually an issue. Assume that we set:\r\n```\r\nflow_label =3D=
 F(dest_address, dest_port, DCID, per_node_seed)\r\n```\r\nThis does not =
volunteer any information that is not in the packet already. In particula=
r, if the DCID changes, so does the label. The only concern is if there i=
s no DCID (L=3D0) and the packet traverses a NAT. In that case, the flow =
label could survive, which could be useful for tracking. But then, in the=
ory, there are no NAT in IPv6..."}],"action":{"name":"View Issue","url":"=
https://github.com/quicwg/base-drafts/issues/2348#issuecomment-456026290"=
}}}</script>
<script type=3D"application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/issues/2348#issuecomment=
-456026290",
"url": "https://github.com/quicwg/base-drafts/issues/2348#issuecomment-45=
6026290",
"name": "View Issue"
},
"description": "View this Issue on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>=

----==_mimepart_5c45a0487850b_34363fb6f88d45c08551c9--


From nobody Mon Jan 21 05:49: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 B689E130F86 for <quic-issues@ietfa.amsl.com>; Mon, 21 Jan 2019 05:49:15 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -11.149
X-Spam-Level: 
X-Spam-Status: No, score=-11.149 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIMWL_WL_HIGH=-4.553, 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_PASS=-0.001] autolearn=ham autolearn_force=no
Authentication-Results: ietfa.amsl.com (amavisd-new); dkim=pass (1024-bit key) header.d=github.com
Received: from mail.ietf.org ([4.31.198.44]) by localhost (ietfa.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id OqLdnpF5ZI5j for <quic-issues@ietfa.amsl.com>; Mon, 21 Jan 2019 05:49: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 9C25D130F81 for <quic-issues@ietf.org>; Mon, 21 Jan 2019 05:49:13 -0800 (PST)
Date: Mon, 21 Jan 2019 05:49:12 -0800
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1548078552; bh=1G/gDtawn3fi03iQqD9b+atE4NAOPOWQjNdZsJWmRYk=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=grJ9+fKTDi/L1TuvCiA+lkhh3gX9J9r5/eqVt2QS8AR9IuooHiNXSvACsy7VsCNqr XNyEdAPVbDqFdQLtBMVCBSyvGFQB6eXtKv6zRA+NAZ56tqUMysGEUu9mow10+XavVq B+r0/gbXcNZVVkd5gvPogMliqM8XREqgFOZuTUTM=
From: Dmitri Tikhonov <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+0166e4ab14599d90408335b5ee5724307353e4797d1a98d592cf00000001185d8fd892a169ce17e982c0@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/pull/2354/review/194607518@github.com>
In-Reply-To: <quicwg/base-drafts/pull/2354@github.com>
References: <quicwg/base-drafts/pull/2354@github.com>
Subject: Re: [quicwg/base-drafts] STOP_SENDING is permitted for Ready streams (#2354)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5c45cdd816b56_4d713fa53ccd45bc11498f"; 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/btkYmsRXUTfl7G298crmmqQAhaU>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
List-Id: Notification list for GitHub issues related to the QUIC WG <quic-issues.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=unsubscribe>
List-Archive: <https://mailarchive.ietf.org/arch/browse/quic-issues/>
List-Post: <mailto:quic-issues@ietf.org>
List-Help: <mailto:quic-issues-request@ietf.org?subject=help>
List-Subscribe: <https://www.ietf.org/mailman/listinfo/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=subscribe>
X-List-Received-Date: Mon, 21 Jan 2019 13:49:16 -0000

----==_mimepart_5c45cdd816b56_4d713fa53ccd45bc11498f
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

dtikhonov commented on this pull request.



> @@ -4479,16 +4479,15 @@ Final Size:
 ## STOP_SENDING Frame {#frame-stop-sending}
 
 An endpoint uses a STOP_SENDING frame (type=0x05) to communicate that incoming
-data is being discarded on receipt at application request.  This signals a peer
-to abruptly terminate transmission on a stream.
+data is being discarded on receipt at application request.  STOP_SENDING
+requests that a peer to cease transmission on a stream.

"requests that" usually calls for the subjunctive mood:

> ...requests that a peer cease transmission...

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/quicwg/base-drafts/pull/2354#pullrequestreview-194607518
----==_mimepart_5c45cdd816b56_4d713fa53ccd45bc11498f
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

<p><b>@dtikhonov</b> commented on this pull request.</p>

<hr>

<p>In <a href="https://github.com/quicwg/base-drafts/pull/2354#discussion_r249455992">draft-ietf-quic-transport.md</a>:</p>
<pre style='color:#555'>&gt; @@ -4479,16 +4479,15 @@ Final Size:
 ## STOP_SENDING Frame {#frame-stop-sending}
 
 An endpoint uses a STOP_SENDING frame (type=0x05) to communicate that incoming
-data is being discarded on receipt at application request.  This signals a peer
-to abruptly terminate transmission on a stream.
+data is being discarded on receipt at application request.  STOP_SENDING
+requests that a peer to cease transmission on a stream.
</pre>
<p>"requests that" usually calls for the subjunctive mood:</p>
<blockquote>
<p>...requests that a peer cease transmission...</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/2354#pullrequestreview-194607518">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AWbkqxnldO-skmGpCb3JuAdT-sbq4vsIks5vFcVYgaJpZM4aKCiG">mute the thread</a>.<img src="https://github.com/notifications/beacon/AWbkq23DX6_JeZDk5tbXMlHaG-BsLpWzks5vFcVYgaJpZM4aKCiG.gif" height="1" width="1" alt="" /></p>
<script type="application/json" data-scope="inboxmarkup">{"api_version":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name":"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"https://github.githubassets.com/images/email/message_cards/header.png","avatar_image_url":"https://github.githubassets.com/images/email/message_cards/avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/quicwg/base-drafts"}},"updates":{"snippets":[{"icon":"PERSON","message":"@dtikhonov commented on #2354"}],"action":{"name":"View Pull Request","url":"https://github.com/quicwg/base-drafts/pull/2354#pullrequestreview-194607518"}}}</script>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/pull/2354#pullrequestreview-194607518",
"url": "https://github.com/quicwg/base-drafts/pull/2354#pullrequestreview-194607518",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>
----==_mimepart_5c45cdd816b56_4d713fa53ccd45bc11498f--


From nobody Mon Jan 21 11: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 77B31126BED for <quic-issues@ietfa.amsl.com>; Mon, 21 Jan 2019 11:22:45 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -10.935
X-Spam-Level: 
X-Spam-Status: No, score=-10.935 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIMWL_WL_HIGH=-4.553, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, HTML_IMAGE_ONLY_24=1.618, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-1, RCVD_IN_DNSWL_HI=-5, SPF_PASS=-0.001] autolearn=ham autolearn_force=no
Authentication-Results: ietfa.amsl.com (amavisd-new); dkim=pass (1024-bit key) header.d=github.com
Received: from mail.ietf.org ([4.31.198.44]) by localhost (ietfa.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 26DJHQ8gzt5U for <quic-issues@ietfa.amsl.com>; Mon, 21 Jan 2019 11:22:43 -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 A1C58130F81 for <quic-issues@ietf.org>; Mon, 21 Jan 2019 11:22:40 -0800 (PST)
Date: Mon, 21 Jan 2019 11:22:39 -0800
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1548098559; bh=Kay7i8Vnd/nrqR62RvRnRIKaqVnT2SFV6dTDPlQra8w=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=jvmMVybYdOyiy2SSVTHehDa2nEnGUJbt4kMkMVJBvvUhfUhqE6CKMKvu/OzCw3KVu tN4O23eJfvR/P8Z5mUI4Tm27zGUOOB/c7+S14RIorC4jGungPO1xUQch2z1KGfI6Pz 31+5ke3UnpWikwF7uQuAp6uBTLXPFy7YSGRfHCt0=
From: Brian E Carpenter <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+0166e4ab81150476bff461d9825ea5bcb2da35a9af01ad5f92cf00000001185dddff92a169ce17e0dd5b@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/issues/2348/456176501@github.com>
In-Reply-To: <quicwg/base-drafts/issues/2348@github.com>
References: <quicwg/base-drafts/issues/2348@github.com>
Subject: Re: [quicwg/base-drafts] Specify IPv6 flow label for QUIC (#2348)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5c461bff1622d_38593f94a76d45b84529a1"; charset=UTF-8
Content-Transfer-Encoding: 7bit
Precedence: list
X-GitHub-Sender: becarpenter
X-GitHub-Recipient: quic-issues
X-GitHub-Reason: subscribed
X-Auto-Response-Suppress: All
X-GitHub-Recipient-Address: quic-issues@ietf.org
Archived-At: <https://mailarchive.ietf.org/arch/msg/quic-issues/j26nXuc-7rz37lRmnvxMwchkz2c>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
List-Id: Notification list for GitHub issues related to the QUIC WG <quic-issues.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=unsubscribe>
List-Archive: <https://mailarchive.ietf.org/arch/browse/quic-issues/>
List-Post: <mailto:quic-issues@ietf.org>
List-Help: <mailto:quic-issues-request@ietf.org?subject=help>
List-Subscribe: <https://www.ietf.org/mailman/listinfo/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=subscribe>
X-List-Received-Date: Mon, 21 Jan 2019 19:22:46 -0000

----==_mimepart_5c461bff1622d_38593f94a76d45b84529a1
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

Not only are there in theory no IPv6 NATs, but as a consequence their behaviour is not specified - in particular, whether they should copy the flow label. By analogy with what [RFC 6437](https://tools.ietf.org/html/rfc6437) says about firewalls, they might regenerate the flow label.

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/quicwg/base-drafts/issues/2348#issuecomment-456176501
----==_mimepart_5c461bff1622d_38593f94a76d45b84529a1
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: quoted-printable

<p>Not only are there in theory no IPv6 NATs, but as a consequence their =
behaviour is not specified - in particular, whether they should copy the =
flow label. By analogy with what <a href=3D"https://tools.ietf.org/html/r=
fc6437" rel=3D"nofollow">RFC 6437</a> says about firewalls, they might re=
generate the flow label.</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/2348#issuecomment-456176501">view it on GitHub</a>,=
 or <a href=3D"https://github.com/notifications/unsubscribe-auth/AWbkqw4N=
iHjnzl1IbprviMghLp47Irghks5vFhN_gaJpZM4aHaIS">mute the thread</a>.<img sr=
c=3D"https://github.com/notifications/beacon/AWbkqzYTmCiN446H7zp4QPIJAv39=
u8Ayks5vFhN_gaJpZM4aHaIS.gif" height=3D"1" width=3D"1" alt=3D"" /></p>
<script type=3D"application/json" data-scope=3D"inboxmarkup">{"api_versio=
n":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name"=
:"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"=
quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"http=
s://github.githubassets.com/images/email/message_cards/header.png","avata=
r_image_url":"https://github.githubassets.com/images/email/message_cards/=
avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/q=
uicwg/base-drafts"}},"updates":{"snippets":[{"icon":"PERSON","message":"@=
becarpenter in #2348: Not only are there in theory no IPv6 NATs, but as a=
 consequence their behaviour is not specified - in particular, whether th=
ey should copy the flow label. By analogy with what [RFC 6437](https://to=
ols.ietf.org/html/rfc6437) says about firewalls, they might regenerate th=
e flow label."}],"action":{"name":"View Issue","url":"https://github.com/=
quicwg/base-drafts/issues/2348#issuecomment-456176501"}}}</script>
<script type=3D"application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/issues/2348#issuecomment=
-456176501",
"url": "https://github.com/quicwg/base-drafts/issues/2348#issuecomment-45=
6176501",
"name": "View Issue"
},
"description": "View this Issue on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>=

----==_mimepart_5c461bff1622d_38593f94a76d45b84529a1--


From nobody Mon Jan 21 11:40: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 20F13128D09 for <quic-issues@ietfa.amsl.com>; Mon, 21 Jan 2019 11:40:48 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -11.007
X-Spam-Level: 
X-Spam-Status: No, score=-11.007 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIMWL_WL_HIGH=-4.553, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, HTML_IMAGE_ONLY_20=1.546, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-1, RCVD_IN_DNSWL_HI=-5, SPF_PASS=-0.001] autolearn=ham autolearn_force=no
Authentication-Results: ietfa.amsl.com (amavisd-new); dkim=pass (1024-bit key) header.d=github.com
Received: from mail.ietf.org ([4.31.198.44]) by localhost (ietfa.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id PA7ByRZhEo9U for <quic-issues@ietfa.amsl.com>; Mon, 21 Jan 2019 11:40:47 -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 AD375126BED for <quic-issues@ietf.org>; Mon, 21 Jan 2019 11:40:46 -0800 (PST)
Date: Mon, 21 Jan 2019 11:40:45 -0800
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1548099645; bh=uR8ufqq0TH7NrATcQYJ/odR6f1Ofmp6zPynDettfSlk=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=pGBmn5F0fkJOSB9PpCB5p4lYueeSZpmQZmpCXINx9fgXn/+NR3blzhdbDE/BKt9lO x7SVMWL/4y2AW5NkLuGhSDQy+DXkkQWQSlMhrWG0bBRktlDLEjk/9g/jFspt4JLFdM lXXbbi4sIm5x1z8yDoLijbqtcJYGx7+yG8xLQzLs=
From: ianswett <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+0166e4ab04f1e330dbd1abc2ffb14305a88027fa045639b692cf00000001185de23d92a169ce17e982c0@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/pull/2354/review/194740597@github.com>
In-Reply-To: <quicwg/base-drafts/pull/2354@github.com>
References: <quicwg/base-drafts/pull/2354@github.com>
Subject: Re: [quicwg/base-drafts] STOP_SENDING is permitted for Ready streams (#2354)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5c46203d85269_7c523faadfed45bc1456a6"; 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/I2NyYQ6BaG5AdqD2I80eJ9jNWgU>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
List-Id: Notification list for GitHub issues related to the QUIC WG <quic-issues.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=unsubscribe>
List-Archive: <https://mailarchive.ietf.org/arch/browse/quic-issues/>
List-Post: <mailto:quic-issues@ietf.org>
List-Help: <mailto:quic-issues-request@ietf.org?subject=help>
List-Subscribe: <https://www.ietf.org/mailman/listinfo/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=subscribe>
X-List-Received-Date: Mon, 21 Jan 2019 19:40:48 -0000

----==_mimepart_5c46203d85269_7c523faadfed45bc1456a6
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

ianswett approved this pull request.

LG minus Dimitri's 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/2354#pullrequestreview-194740597
----==_mimepart_5c46203d85269_7c523faadfed45bc1456a6
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

<p><b>@ianswett</b> approved this pull request.</p>

<p>LG minus Dimitri's 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/2354#pullrequestreview-194740597">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AWbkq4p-jurPffICFbnzqJLnicM1jqwGks5vFhe9gaJpZM4aKCiG">mute the thread</a>.<img src="https://github.com/notifications/beacon/AWbkqzyXwXERWF_52vavft7WzWfjoG6Wks5vFhe9gaJpZM4aKCiG.gif" height="1" width="1" alt="" /></p>
<script type="application/json" data-scope="inboxmarkup">{"api_version":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name":"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"https://github.githubassets.com/images/email/message_cards/header.png","avatar_image_url":"https://github.githubassets.com/images/email/message_cards/avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/quicwg/base-drafts"}},"updates":{"snippets":[{"icon":"PERSON","message":"@ianswett approved #2354"}],"action":{"name":"View Pull Request","url":"https://github.com/quicwg/base-drafts/pull/2354#pullrequestreview-194740597"}}}</script>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/pull/2354#pullrequestreview-194740597",
"url": "https://github.com/quicwg/base-drafts/pull/2354#pullrequestreview-194740597",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>
----==_mimepart_5c46203d85269_7c523faadfed45bc1456a6--


From nobody Mon Jan 21 11:42: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 95FD5126BED for <quic-issues@ietfa.amsl.com>; Mon, 21 Jan 2019 11:42:48 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -10.935
X-Spam-Level: 
X-Spam-Status: No, score=-10.935 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIMWL_WL_HIGH=-4.553, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, HTML_IMAGE_ONLY_24=1.618, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-1, RCVD_IN_DNSWL_HI=-5, SPF_PASS=-0.001] autolearn=ham autolearn_force=no
Authentication-Results: ietfa.amsl.com (amavisd-new); dkim=pass (1024-bit key) header.d=github.com
Received: from mail.ietf.org ([4.31.198.44]) by localhost (ietfa.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id oq1vxMaDvnKf for <quic-issues@ietfa.amsl.com>; Mon, 21 Jan 2019 11:42: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 C0B15128D09 for <quic-issues@ietf.org>; Mon, 21 Jan 2019 11:42:46 -0800 (PST)
Date: Mon, 21 Jan 2019 11:42:45 -0800
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1548099765; bh=YFS2bBjcAXxYSazVd4Ex1rx9IMM6jMh9oW/GP7J6DAA=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=Y9CduNB1uq0ZyyprKi2103bXfDGBbwaiY8TsZihKjyo35/Rd0GJgNI4B8TLd3zLaP DP8wWdJolcyAICS1OBZ/fBT6lkhoKqExrmlF05A70Mxpem48eB9VuBpBeUI+Lmxgge HYmFGeA9i32xmco9RiQEAOrLT8gkCNmfLO2HjGfE=
From: Dmitri Tikhonov <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+0166e4abc859f101d1186c74f6c18b16fa8b4f306d7efbaa92cf00000001185de2b592a169ce17e982c0@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/pull/2354/c456180958@github.com>
In-Reply-To: <quicwg/base-drafts/pull/2354@github.com>
References: <quicwg/base-drafts/pull/2354@github.com>
Subject: Re: [quicwg/base-drafts] STOP_SENDING is permitted for Ready streams (#2354)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5c4620b5d80a0_6dfb3fc2bb2d45c0189830"; 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/pUFXMVuKgadTAL-KEiYn1FepZ0E>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
List-Id: Notification list for GitHub issues related to the QUIC WG <quic-issues.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=unsubscribe>
List-Archive: <https://mailarchive.ietf.org/arch/browse/quic-issues/>
List-Post: <mailto:quic-issues@ietf.org>
List-Help: <mailto:quic-issues-request@ietf.org?subject=help>
List-Subscribe: <https://www.ietf.org/mailman/listinfo/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=subscribe>
X-List-Received-Date: Mon, 21 Jan 2019 19:42:49 -0000

----==_mimepart_5c4620b5d80a0_6dfb3fc2bb2d45c0189830
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

@ianswett, does this sound normal to you?

> STOP_SENDING requests that a peer to cease transmission on a 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/2354#issuecomment-456180958
----==_mimepart_5c4620b5d80a0_6dfb3fc2bb2d45c0189830
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>, does this sound normal to you?</p>
<blockquote>
<p>STOP_SENDING requests that a peer to cease transmission on a stream.</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/2354#issuecomment-456180958">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AWbkqzj81p_2Yju_ucZBUG5Cp9WhHVcIks5vFhg1gaJpZM4aKCiG">mute the thread</a>.<img src="https://github.com/notifications/beacon/AWbkq-iDxDrPPLG0dCO8hrX0m-gOePUJks5vFhg1gaJpZM4aKCiG.gif" height="1" width="1" alt="" /></p>
<script type="application/json" data-scope="inboxmarkup">{"api_version":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name":"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"https://github.githubassets.com/images/email/message_cards/header.png","avatar_image_url":"https://github.githubassets.com/images/email/message_cards/avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/quicwg/base-drafts"}},"updates":{"snippets":[{"icon":"PERSON","message":"@dtikhonov in #2354: @ianswett, does this sound normal to you?\r\n\r\n\u003e STOP_SENDING requests that a peer to cease transmission on a stream."}],"action":{"name":"View Pull Request","url":"https://github.com/quicwg/base-drafts/pull/2354#issuecomment-456180958"}}}</script>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/pull/2354#issuecomment-456180958",
"url": "https://github.com/quicwg/base-drafts/pull/2354#issuecomment-456180958",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>
----==_mimepart_5c4620b5d80a0_6dfb3fc2bb2d45c0189830--


From nobody Mon Jan 21 11:44: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 3EF7E12D7EA for <quic-issues@ietfa.amsl.com>; Mon, 21 Jan 2019 11:44:36 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -10.935
X-Spam-Level: 
X-Spam-Status: No, score=-10.935 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIMWL_WL_HIGH=-4.553, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, HTML_IMAGE_ONLY_24=1.618, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-1, RCVD_IN_DNSWL_HI=-5, SPF_PASS=-0.001] autolearn=ham autolearn_force=no
Authentication-Results: ietfa.amsl.com (amavisd-new); dkim=pass (1024-bit key) header.d=github.com
Received: from mail.ietf.org ([4.31.198.44]) by localhost (ietfa.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id JU2zz3Sk1mr5 for <quic-issues@ietfa.amsl.com>; Mon, 21 Jan 2019 11:44: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 C66EB12D4EB for <quic-issues@ietf.org>; Mon, 21 Jan 2019 11:44:33 -0800 (PST)
Date: Mon, 21 Jan 2019 11:44:32 -0800
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1548099872; bh=ENbzLypt7HO11cf0tlAOZXhVD0uvtuqcqFFvTW2a+eY=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=MakXsLf0RHgi+y341wTwqRD1rofcbrPtdh11SecPtYIBSCShs4APQzWzoGK+kVBpV n62LETjv4KBYUsYqjh/PHfsGma87UGPSAM+2ohSKHUdyuyJuRvRPKzfFcQgq3IA9YZ 1D7P9nyOH4RdLzZvaJmzWsP1E/flGjiiElrb2iSU=
From: ianswett <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+0166e4ab33949a152081692a92c11a2dc81c2b03eb531eb492cf00000001185de32092a169ce17e982c0@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/pull/2354/c456181312@github.com>
In-Reply-To: <quicwg/base-drafts/pull/2354@github.com>
References: <quicwg/base-drafts/pull/2354@github.com>
Subject: Re: [quicwg/base-drafts] STOP_SENDING is permitted for Ready streams (#2354)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5c462120e1130_7a803fb831cd45b4382964"; 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/xnVNfZ2EN-uwGVrDhRu4Z3VZrI0>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
List-Id: Notification list for GitHub issues related to the QUIC WG <quic-issues.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=unsubscribe>
List-Archive: <https://mailarchive.ietf.org/arch/browse/quic-issues/>
List-Post: <mailto:quic-issues@ietf.org>
List-Help: <mailto:quic-issues-request@ietf.org?subject=help>
List-Subscribe: <https://www.ietf.org/mailman/listinfo/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=subscribe>
X-List-Received-Date: Mon, 21 Jan 2019 19:44:36 -0000

----==_mimepart_5c462120e1130_7a803fb831cd45b4382964
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

To clarify, I +1'd your suggestion.

More clearly: "Looks good, but I would like you to accept Dimitri's suggestion before submitting 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/2354#issuecomment-456181312
----==_mimepart_5c462120e1130_7a803fb831cd45b4382964
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

<p>To clarify, I +1'd your suggestion.</p>
<p>More clearly: "Looks good, but I would like you to accept Dimitri's suggestion before submitting 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/2354#issuecomment-456181312">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AWbkq8Hz7KSMynq6SWRbJVdH0vC9UKieks5vFhiggaJpZM4aKCiG">mute the thread</a>.<img src="https://github.com/notifications/beacon/AWbkq0RanryMDwYAxg0rDRY8V6SpCsFXks5vFhiggaJpZM4aKCiG.gif" height="1" width="1" alt="" /></p>
<script type="application/json" data-scope="inboxmarkup">{"api_version":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name":"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"https://github.githubassets.com/images/email/message_cards/header.png","avatar_image_url":"https://github.githubassets.com/images/email/message_cards/avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/quicwg/base-drafts"}},"updates":{"snippets":[{"icon":"PERSON","message":"@ianswett in #2354: To clarify, I +1'd your suggestion.\r\n\r\nMore clearly: \"Looks good, but I would like you to accept Dimitri's suggestion before submitting this PR.\""}],"action":{"name":"View Pull Request","url":"https://github.com/quicwg/base-drafts/pull/2354#issuecomment-456181312"}}}</script>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/pull/2354#issuecomment-456181312",
"url": "https://github.com/quicwg/base-drafts/pull/2354#issuecomment-456181312",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>
----==_mimepart_5c462120e1130_7a803fb831cd45b4382964--


From nobody Mon Jan 21 11:47: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 C13EE12D7EA for <quic-issues@ietfa.amsl.com>; Mon, 21 Jan 2019 11:47:03 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -11.007
X-Spam-Level: 
X-Spam-Status: No, score=-11.007 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIMWL_WL_HIGH=-4.553, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, HTML_IMAGE_ONLY_20=1.546, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-1, RCVD_IN_DNSWL_HI=-5, SPF_PASS=-0.001] autolearn=ham autolearn_force=no
Authentication-Results: ietfa.amsl.com (amavisd-new); dkim=pass (1024-bit key) header.d=github.com
Received: from mail.ietf.org ([4.31.198.44]) by localhost (ietfa.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 7ilWcvfaMrjC for <quic-issues@ietfa.amsl.com>; Mon, 21 Jan 2019 11:47: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 2401312D4EB for <quic-issues@ietf.org>; Mon, 21 Jan 2019 11:47:02 -0800 (PST)
Date: Mon, 21 Jan 2019 11:47:01 -0800
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1548100021; bh=cGNd5FoBU4sOLTJ7RglhH0aiZssYka/NtGyHzgMGvdM=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=It0P9keARD05Huf3RcVB3w3egSwI847R3AKkhzCZgIJGCTVIvODD6FhF6V+IWS1kZ qJ0YvMfnDAkwXPKNT17JE8/0IAkNiuXml3J1xyf3sNwB0e/I3odv0PsoiBIx9VGOCL a70tUOCutxHeloMbqDax+uWh1wHhwl520KCMCIoA=
From: Dmitri Tikhonov <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+0166e4ab24dbc7319b01ce2574223302d3db466a490d96c692cf00000001185de3b592a169ce17e982c0@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/pull/2354/c456181894@github.com>
In-Reply-To: <quicwg/base-drafts/pull/2354@github.com>
References: <quicwg/base-drafts/pull/2354@github.com>
Subject: Re: [quicwg/base-drafts] STOP_SENDING is permitted for Ready streams (#2354)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5c4621b571595_6eca3fdd916d45bc20665e"; 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/Wjgn41WSZPjqBC4HKXpyPUClerA>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
List-Id: Notification list for GitHub issues related to the QUIC WG <quic-issues.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=unsubscribe>
List-Archive: <https://mailarchive.ietf.org/arch/browse/quic-issues/>
List-Post: <mailto:quic-issues@ietf.org>
List-Help: <mailto:quic-issues-request@ietf.org?subject=help>
List-Subscribe: <https://www.ietf.org/mailman/listinfo/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=subscribe>
X-List-Received-Date: Mon, 21 Jan 2019 19:47:04 -0000

----==_mimepart_5c4621b571595_6eca3fdd916d45bc20665e
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

Ah, alright.  I thought it was the other way around.

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/quicwg/base-drafts/pull/2354#issuecomment-456181894
----==_mimepart_5c4621b571595_6eca3fdd916d45bc20665e
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

<p>Ah, alright.  I thought it was the other way around.</p>

<p style="font-size:small;-webkit-text-size-adjust:none;color:#666;">&mdash;<br />You are receiving this because you are subscribed to this thread.<br />Reply to this email directly, <a href="https://github.com/quicwg/base-drafts/pull/2354#issuecomment-456181894">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AWbkqwvJLCTXpQ66_BlIQfyWXBMNlmmnks5vFhk1gaJpZM4aKCiG">mute the thread</a>.<img src="https://github.com/notifications/beacon/AWbkq76I1ZPketoq2zjo5j7q96V1pdTrks5vFhk1gaJpZM4aKCiG.gif" height="1" width="1" alt="" /></p>
<script type="application/json" data-scope="inboxmarkup">{"api_version":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name":"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"https://github.githubassets.com/images/email/message_cards/header.png","avatar_image_url":"https://github.githubassets.com/images/email/message_cards/avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/quicwg/base-drafts"}},"updates":{"snippets":[{"icon":"PERSON","message":"@dtikhonov in #2354: Ah, alright.  I thought it was the other way around."}],"action":{"name":"View Pull Request","url":"https://github.com/quicwg/base-drafts/pull/2354#issuecomment-456181894"}}}</script>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/pull/2354#issuecomment-456181894",
"url": "https://github.com/quicwg/base-drafts/pull/2354#issuecomment-456181894",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>
----==_mimepart_5c4621b571595_6eca3fdd916d45bc20665e--


From nobody Mon Jan 21 11:54: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 6D90C130EAB for <quic-issues@ietfa.amsl.com>; Mon, 21 Jan 2019 11:54:16 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -11.149
X-Spam-Level: 
X-Spam-Status: No, score=-11.149 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIMWL_WL_HIGH=-4.553, 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_PASS=-0.001] autolearn=ham autolearn_force=no
Authentication-Results: ietfa.amsl.com (amavisd-new); dkim=pass (1024-bit key) header.d=github.com
Received: from mail.ietf.org ([4.31.198.44]) by localhost (ietfa.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id fCofenbUl6Nm for <quic-issues@ietfa.amsl.com>; Mon, 21 Jan 2019 11:54: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 0B4BD130EA8 for <quic-issues@ietf.org>; Mon, 21 Jan 2019 11:54:15 -0800 (PST)
Date: Mon, 21 Jan 2019 11:54:13 -0800
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1548100453; bh=xa0x7C5bZeOwpO7G6sPU3GCLWn1iJDJx++ah+yVdgfo=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=rv+LB2NDdM8ZiSEcGdmIPWACI0K3VBHf4L2arT4e9aM5i6Sg7Ttb8UJkuVcM0vH79 R3UXmKLgaYIpveQUlE5anyoOrClDUGxIbtmZ4ZNnLmY1JZb3ptmH1a6wz/wQJuhLij sJpvmwNh+wOglDrfmr/zlUJ0FMAjEICJpxMPMqW0=
From: ianswett <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+0166e4ab380816c15d18d8e325f3cf9a7089cc473d3eaea292cf00000001185de56592a169ce17e9c1c4@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/pull/2355/review/194743956@github.com>
In-Reply-To: <quicwg/base-drafts/pull/2355@github.com>
References: <quicwg/base-drafts/pull/2355@github.com>
Subject: Re: [quicwg/base-drafts] Allow stream-related frames in 0-RTT (#2355)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5c462365c5bdd_57793fac720d45b8164595"; 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/hzZQMOu4s-hhXZpi2St9MdCDIqc>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
List-Id: Notification list for GitHub issues related to the QUIC WG <quic-issues.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=unsubscribe>
List-Archive: <https://mailarchive.ietf.org/arch/browse/quic-issues/>
List-Post: <mailto:quic-issues@ietf.org>
List-Help: <mailto:quic-issues-request@ietf.org?subject=help>
List-Subscribe: <https://www.ietf.org/mailman/listinfo/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=subscribe>
X-List-Received-Date: Mon, 21 Jan 2019 19:54:16 -0000

----==_mimepart_5c462365c5bdd_57793fac720d45b8164595
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

ianswett commented on this pull request.



> @@ -334,9 +334,11 @@ encryption levels:
 - ACK frames MAY appear in packets of any encryption level other than 0-RTT, but
   can only acknowledge packets which appeared in that packet number space.
 
-- STREAM frames MUST ONLY appear in the 0-RTT and 1-RTT levels.
+- All stream- and flow control-related frame types (RESET_STREAM, STOP_SENDING,

Is the '-' after stream intentional?

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/quicwg/base-drafts/pull/2355#pullrequestreview-194743956
----==_mimepart_5c462365c5bdd_57793fac720d45b8164595
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/2355#discussion_r249564599">draft-ietf-quic-tls.md</a>:</p>
<pre style='color:#555'>&gt; @@ -334,9 +334,11 @@ encryption levels:
 - ACK frames MAY appear in packets of any encryption level other than 0-RTT, but
   can only acknowledge packets which appeared in that packet number space.
 
-- STREAM frames MUST ONLY appear in the 0-RTT and 1-RTT levels.
+- All stream- and flow control-related frame types (RESET_STREAM, STOP_SENDING,
</pre>
<p>Is the '-' after stream intentional?</p>

<p style="font-size:small;-webkit-text-size-adjust:none;color:#666;">&mdash;<br />You are receiving this because you are subscribed to this thread.<br />Reply to this email directly, <a href="https://github.com/quicwg/base-drafts/pull/2355#pullrequestreview-194743956">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AWbkqyjrDU-is6PBAFN6vnQC1LVDhmOcks5vFhrlgaJpZM4aKHLA">mute the thread</a>.<img src="https://github.com/notifications/beacon/AWbkq_UsMnyLbG7hFQz4sdDG4x4kFUBUks5vFhrlgaJpZM4aKHLA.gif" height="1" width="1" alt="" /></p>
<script type="application/json" data-scope="inboxmarkup">{"api_version":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name":"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"https://github.githubassets.com/images/email/message_cards/header.png","avatar_image_url":"https://github.githubassets.com/images/email/message_cards/avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/quicwg/base-drafts"}},"updates":{"snippets":[{"icon":"PERSON","message":"@ianswett commented on #2355"}],"action":{"name":"View Pull Request","url":"https://github.com/quicwg/base-drafts/pull/2355#pullrequestreview-194743956"}}}</script>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/pull/2355#pullrequestreview-194743956",
"url": "https://github.com/quicwg/base-drafts/pull/2355#pullrequestreview-194743956",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>
----==_mimepart_5c462365c5bdd_57793fac720d45b8164595--


From nobody Mon Jan 21 11:56: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 0A9CA130EAB for <quic-issues@ietfa.amsl.com>; Mon, 21 Jan 2019 11:56:16 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -11.149
X-Spam-Level: 
X-Spam-Status: No, score=-11.149 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIMWL_WL_HIGH=-4.553, 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_PASS=-0.001] autolearn=ham autolearn_force=no
Authentication-Results: ietfa.amsl.com (amavisd-new); dkim=pass (1024-bit key) header.d=github.com
Received: from mail.ietf.org ([4.31.198.44]) by localhost (ietfa.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id SKtFJdRjNxUN for <quic-issues@ietfa.amsl.com>; Mon, 21 Jan 2019 11:56: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 1B347130EA8 for <quic-issues@ietf.org>; Mon, 21 Jan 2019 11:56:14 -0800 (PST)
Date: Mon, 21 Jan 2019 11:56:13 -0800
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1548100573; bh=O+kE1pL3Hc+XGcW4D14FL6l3S8aw62NupjqHhdUCe0A=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=Js4RbTI8xc+lyXK5sHYQujrtXMyLqX0dShgEKaXyUlvs3p+avkKw/pMBPkywYohfM SVULaHfauep1kKBQURcDc93ChBpRBTUN46TyVcrUHTGK0UCSAJop+k/NVhtS/b4Vf3 W+U1IaKweuRTshc+hi1b3fyP6O0OrPbVN/Y/qG5k=
From: ianswett <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+0166e4ab3a26ce93bfce4562de2656d130d7d4a0714006b092cf00000001185de5dd92a169ce17e9c1c4@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/pull/2355/review/194744366@github.com>
In-Reply-To: <quicwg/base-drafts/pull/2355@github.com>
References: <quicwg/base-drafts/pull/2355@github.com>
Subject: Re: [quicwg/base-drafts] Allow stream-related frames in 0-RTT (#2355)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5c4623dddbaa_2e13fef3d6d45b84465da"; 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/tQ3dtDL_0G5YbEYOjFOvtmfFmHw>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
List-Id: Notification list for GitHub issues related to the QUIC WG <quic-issues.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=unsubscribe>
List-Archive: <https://mailarchive.ietf.org/arch/browse/quic-issues/>
List-Post: <mailto:quic-issues@ietf.org>
List-Help: <mailto:quic-issues-request@ietf.org?subject=help>
List-Subscribe: <https://www.ietf.org/mailman/listinfo/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=subscribe>
X-List-Received-Date: Mon, 21 Jan 2019 19:56:16 -0000

----==_mimepart_5c4623dddbaa_2e13fef3d6d45b84465da
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

ianswett commented on this pull request.

I'm ok with the change, but I think we should be clear that these frames are 0-RTT or 1-RTT only.

> @@ -334,9 +334,11 @@ encryption levels:
 - ACK frames MAY appear in packets of any encryption level other than 0-RTT, but
   can only acknowledge packets which appeared in that packet number space.
 
-- STREAM frames MUST ONLY appear in the 0-RTT and 1-RTT levels.
+- All stream- and flow control-related frame types (RESET_STREAM, STOP_SENDING,
+  STREAM, MAX_DATA, MAX_STREAM_DATA, MAX_STREAMS, DATA_BLOCKED,
+  STREAM_DATA_BLOCKED, and STREAM_BLOCKED) MAY appear in the 0-RTT level.

This no longer says that these MUST ONLY appear at 0-RTT and 1-RTT levels.  I think keeping that statement is helpful

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/quicwg/base-drafts/pull/2355#pullrequestreview-194744366
----==_mimepart_5c4623dddbaa_2e13fef3d6d45b84465da
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

<p><b>@ianswett</b> commented on this pull request.</p>

<p>I'm ok with the change, but I think we should be clear that these frames are 0-RTT or 1-RTT only.</p><hr>

<p>In <a href="https://github.com/quicwg/base-drafts/pull/2355#discussion_r249564919">draft-ietf-quic-tls.md</a>:</p>
<pre style='color:#555'>&gt; @@ -334,9 +334,11 @@ encryption levels:
 - ACK frames MAY appear in packets of any encryption level other than 0-RTT, but
   can only acknowledge packets which appeared in that packet number space.
 
-- STREAM frames MUST ONLY appear in the 0-RTT and 1-RTT levels.
+- All stream- and flow control-related frame types (RESET_STREAM, STOP_SENDING,
+  STREAM, MAX_DATA, MAX_STREAM_DATA, MAX_STREAMS, DATA_BLOCKED,
+  STREAM_DATA_BLOCKED, and STREAM_BLOCKED) MAY appear in the 0-RTT level.
</pre>
<p>This no longer says that these MUST ONLY appear at 0-RTT and 1-RTT levels.  I think keeping that statement is helpful</p>

<p style="font-size:small;-webkit-text-size-adjust:none;color:#666;">&mdash;<br />You are receiving this because you are subscribed to this thread.<br />Reply to this email directly, <a href="https://github.com/quicwg/base-drafts/pull/2355#pullrequestreview-194744366">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AWbkq_-pADvh-HZ_-M0W94Vge9vbWGY1ks5vFhtdgaJpZM4aKHLA">mute the thread</a>.<img src="https://github.com/notifications/beacon/AWbkqxLxYtZ0oHcP7mnCypEdI55p4ixtks5vFhtdgaJpZM4aKHLA.gif" height="1" width="1" alt="" /></p>
<script type="application/json" data-scope="inboxmarkup">{"api_version":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name":"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"https://github.githubassets.com/images/email/message_cards/header.png","avatar_image_url":"https://github.githubassets.com/images/email/message_cards/avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/quicwg/base-drafts"}},"updates":{"snippets":[{"icon":"PERSON","message":"@ianswett commented on #2355"}],"action":{"name":"View Pull Request","url":"https://github.com/quicwg/base-drafts/pull/2355#pullrequestreview-194744366"}}}</script>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/pull/2355#pullrequestreview-194744366",
"url": "https://github.com/quicwg/base-drafts/pull/2355#pullrequestreview-194744366",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>
----==_mimepart_5c4623dddbaa_2e13fef3d6d45b84465da--


From nobody Mon Jan 21 13:14: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 AE5D3129B88 for <quic-issues@ietfa.amsl.com>; Mon, 21 Jan 2019 13:14:09 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -12.553
X-Spam-Level: 
X-Spam-Status: No, score=-12.553 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIMWL_WL_HIGH=-4.553, 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_PASS=-0.001] autolearn=ham autolearn_force=no
Authentication-Results: ietfa.amsl.com (amavisd-new); dkim=pass (1024-bit key) header.d=github.com
Received: 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_2bbaFl9Cw for <quic-issues@ietfa.amsl.com>; Mon, 21 Jan 2019 13:14: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 9CAEE12950A for <quic-issues@ietf.org>; Mon, 21 Jan 2019 13:14:07 -0800 (PST)
Date: Mon, 21 Jan 2019 13:14:06 -0800
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1548105246; bh=J2+M0gMeWOOduklZQRUznOvNVlIY9mP7yZxN69zn3YE=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=oetz+KB3UgVWMAyknKtfxJ0T/Vcwx9ZE5qktzFHvC1xpiEQCC7zdBh6K7uRatkw9B gZZsuiG673KKXvl7Sx6ZxhhdRm8FQbltUtT5ABLAKF4E1gqsy/m/MkOeuhp1ozOyia PzWmUlv1RTp8SqvSZXrzTA1XnI6Y4PwW4Kbq+K9k=
From: Martin Thomson <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+0166e4abecc71fa3f3de5ac8d8fe244ac224301fc2f5e61692cf00000001185df81e92a169ce17e0dd5b@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/issues/2348/456200542@github.com>
In-Reply-To: <quicwg/base-drafts/issues/2348@github.com>
References: <quicwg/base-drafts/issues/2348@github.com>
Subject: Re: [quicwg/base-drafts] Specify IPv6 flow label for QUIC (#2348)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5c46361e411ce_392a3f84434d45c04201c0"; 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/q2Kedb_GP6FanSsTAIYQ6DBruYM>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
List-Id: Notification list for GitHub issues related to the QUIC WG <quic-issues.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=unsubscribe>
List-Archive: <https://mailarchive.ietf.org/arch/browse/quic-issues/>
List-Post: <mailto:quic-issues@ietf.org>
List-Help: <mailto:quic-issues-request@ietf.org?subject=help>
List-Subscribe: <https://www.ietf.org/mailman/listinfo/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=subscribe>
X-List-Received-Date: Mon, 21 Jan 2019 21:14:10 -0000

----==_mimepart_5c46361e411ce_392a3f84434d45c04201c0
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

@huitema,
>```
>flow_label = F(dest_address, dest_port, DCID, per_node_seed)
>```
> This does not volunteer any information that is not in the packet already. 

This is only true if `F()` isn't reversible.  If `per_node_seed` can be extracted, that's a very good correlator, really only limited by the 20 bits the label carries.  Assuming you mean to use HKDF or similar here, that would be fine.

The zero-length connection ID case is interesting.  We might simply advise that the flow label be derived from a counter in that case, which is incremented each time the connection ID would otherwise 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/2348#issuecomment-456200542
----==_mimepart_5c46361e411ce_392a3f84434d45c04201c0
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=3D7464128" data-octo-click=3D"hovercard-link-c=
lick" data-octo-dimensions=3D"link_type:self" href=3D"https://github.com/=
huitema">@huitema</a>,</p>
<blockquote>
<pre><code>flow_label =3D F(dest_address, dest_port, DCID, per_node_seed)=

</code></pre>
<p>This does not volunteer any information that is not in the packet alre=
ady.</p>
</blockquote>
<p>This is only true if <code>F()</code> isn't reversible.  If <code>per_=
node_seed</code> can be extracted, that's a very good correlator, really =
only limited by the 20 bits the label carries.  Assuming you mean to use =
HKDF or similar here, that would be fine.</p>
<p>The zero-length connection ID case is interesting.  We might simply ad=
vise that the flow label be derived from a counter in that case, which is=
 incremented each time the connection ID would otherwise change.</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/2348#issuecomment-456200542">view it on GitHub</a>,=
 or <a href=3D"https://github.com/notifications/unsubscribe-auth/AWbkq0n-=
XynIcbm5TFSA9NaCbfyy041iks5vFi2egaJpZM4aHaIS">mute the thread</a>.<img sr=
c=3D"https://github.com/notifications/beacon/AWbkq9Hk14AGNHIQXBk6oQPFk-14=
xTC3ks5vFi2egaJpZM4aHaIS.gif" height=3D"1" width=3D"1" alt=3D"" /></p>
<script type=3D"application/json" data-scope=3D"inboxmarkup">{"api_versio=
n":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name"=
:"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"=
quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"http=
s://github.githubassets.com/images/email/message_cards/header.png","avata=
r_image_url":"https://github.githubassets.com/images/email/message_cards/=
avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/q=
uicwg/base-drafts"}},"updates":{"snippets":[{"icon":"PERSON","message":"@=
martinthomson in #2348: @huitema,\r\n\u003e```\r\n\u003eflow_label =3D F(=
dest_address, dest_port, DCID, per_node_seed)\r\n\u003e```\r\n\u003e This=
 does not volunteer any information that is not in the packet already. \r=
\n\r\nThis is only true if `F()` isn't reversible.  If `per_node_seed` ca=
n be extracted, that's a very good correlator, really only limited by the=
 20 bits the label carries.  Assuming you mean to use HKDF or similar her=
e, that would be fine.\r\n\r\nThe zero-length connection ID case is inter=
esting.  We might simply advise that the flow label be derived from a cou=
nter in that case, which is incremented each time the connection ID would=
 otherwise change."}],"action":{"name":"View Issue","url":"https://github=
.com/quicwg/base-drafts/issues/2348#issuecomment-456200542"}}}</script>
<script type=3D"application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/issues/2348#issuecomment=
-456200542",
"url": "https://github.com/quicwg/base-drafts/issues/2348#issuecomment-45=
6200542",
"name": "View Issue"
},
"description": "View this Issue on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>=

----==_mimepart_5c46361e411ce_392a3f84434d45c04201c0--


From nobody Mon Jan 21 13:21:45 2019
Return-Path: <bounce+565321.40f-quic-issues=ietf.org@github.com>
X-Original-To: quic-issues@ietfa.amsl.com
Delivered-To: quic-issues@ietfa.amsl.com
Received: from localhost (localhost [127.0.0.1]) by ietfa.amsl.com (Postfix) with ESMTP id 5C12212D4E9 for <quic-issues@ietfa.amsl.com>; Mon, 21 Jan 2019 13:21:44 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -0.997
X-Spam-Level: 
X-Spam-Status: No, score=-0.997 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIM_ADSP_CUSTOM_MED=0.001, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, FREEMAIL_FORGED_FROMDOMAIN=0.001, FREEMAIL_FROM=0.001, HEADER_FROM_DIFFERENT_DOMAINS=0.001, NML_ADSP_CUSTOM_MED=0.9, RCVD_IN_DNSWL_NONE=-0.0001, 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 wBYqstWUcHIM for <quic-issues@ietfa.amsl.com>; Mon, 21 Jan 2019 13:21:43 -0800 (PST)
Received: from m69-170.mailgun.net (m69-170.mailgun.net [166.78.69.170]) (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 283C912950A for <quic-issues@ietf.org>; Mon, 21 Jan 2019 13:21:43 -0800 (PST)
DKIM-Signature: a=rsa-sha256; v=1; c=relaxed/relaxed; d=github.com; q=dns/txt;  s=mailo; t=1548105702; h=Content-Transfer-Encoding: Content-Type: Mime-Version: Subject: Message-ID: To: Reply-To: From: Date: Sender; bh=1QswI8LUvkaUC+lOZqTSQoxzXlVVY2C6F4JpnrGsiVc=; b=Loz0a6bn3qL+Bu/ghc8U0d/4A6CuzOXrQ39iJZWHCpZPlfq8+C0l0vRy0gIeFgakS5UFGv7y C2fEO+CVF5CBA0Wc5tMsQT/ycbYxyNj+uKmEdjEq/E6TEYI89ALSSpErD/fBqlgb4RtoNqh9 /4oOSZFS6b0PgD1z7qmWsWfqdhU=
X-Mailgun-Sending-Ip: 166.78.69.170
X-Mailgun-Sid: WyJhNzYyYiIsICJxdWljLWlzc3Vlc0BpZXRmLm9yZyIsICI0MGYiXQ==
Sender: martin.thomson=gmail.com@github.com
Received: from github.com (Unknown [192.30.252.44]) by mxa.mailgun.org with ESMTP id 5c4637e5.7fb8a5fdd6c0-smtp-out-n02; Mon, 21 Jan 2019 21:21:41 -0000 (UTC)
Date: Mon, 21 Jan 2019 13:21:40 -0800
From: Martin Thomson <martin.thomson@gmail.com>
Reply-To: Martin Thomson <martin.thomson@gmail.com>
To: quic-issues@ietf.org
Message-ID: <5c4637e4e137d_117f2aed6e68658868158@hookshot-fe-6e9b612.cp1-iad.github.net.mail>
Subject: [quicwg/base-drafts] 1002e7: My grammar isn't that good
Mime-Version: 1.0
Content-Type: multipart/mixed; boundary="--==_mimepart_5c4637e4e0f51_117f2aed6e6865886803c"; charset=UTF-8
Content-Transfer-Encoding: 7bit
Archived-At: <https://mailarchive.ietf.org/arch/msg/quic-issues/E94ko7q6p_UzGN1rcCTzsNHCK7Y>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
Precedence: list
List-Id: Notification list for GitHub issues related to the QUIC WG <quic-issues.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=unsubscribe>
List-Archive: <https://mailarchive.ietf.org/arch/browse/quic-issues/>
List-Post: <mailto:quic-issues@ietf.org>
List-Help: <mailto:quic-issues-request@ietf.org?subject=help>
List-Subscribe: <https://www.ietf.org/mailman/listinfo/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=subscribe>
X-List-Received-Date: Mon, 21 Jan 2019 21:21:44 -0000

----==_mimepart_5c4637e4e0f51_117f2aed6e6865886803c
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

  Branch: refs/heads/stop-sending-ready
  Home:   https://github.com/quicwg/base-drafts
  Commit: 1002e762306bbbce1901fcbc468c7d2d971d1072
      https://github.com/quicwg/base-drafts/commit/1002e762306bbbce1901fcbc468c7d2d971d1072
  Author: Martin Thomson <martin.thomson@gmail.com>
  Date:   2019-01-22 (Tue, 22 Jan 2019)

  Changed paths:
    M draft-ietf-quic-transport.md

  Log Message:
  -----------
  My grammar isn't that good



      **NOTE:** This service has been marked for deprecation: https://developer.github.com/changes/2018-04-25-github-services-deprecation/

      Functionality will be removed from GitHub.com on January 31st, 2019.

----==_mimepart_5c4637e4e0f51_117f2aed6e6865886803c--


From nobody Mon Jan 21 13: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 2B46C12F1AC for <quic-issues@ietfa.amsl.com>; Mon, 21 Jan 2019 13:21:46 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -10.935
X-Spam-Level: 
X-Spam-Status: No, score=-10.935 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIMWL_WL_HIGH=-4.553, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, HTML_IMAGE_ONLY_24=1.618, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-1, RCVD_IN_DNSWL_HI=-5, SPF_PASS=-0.001] autolearn=ham autolearn_force=no
Authentication-Results: ietfa.amsl.com (amavisd-new); dkim=pass (1024-bit key) header.d=github.com
Received: from mail.ietf.org ([4.31.198.44]) by localhost (ietfa.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id yFz3GmAygbCk for <quic-issues@ietfa.amsl.com>; Mon, 21 Jan 2019 13:21:44 -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 A76EB12950A for <quic-issues@ietf.org>; Mon, 21 Jan 2019 13:21:44 -0800 (PST)
Date: Mon, 21 Jan 2019 13:21:43 -0800
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1548105704; bh=0pTuUNSxt8ME09LstF8SNgxDm9cGBOoTpvmJ7E452b8=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=WuKwT2zmTFCm1FU2IW6wlZSZcmsKGD9cao/MyivmA3JZHAeLvfq80JLwe8i9ep8qr jcR8zMZZ04aAa1JSN8BeD/frBQfc8KBXBWJL/DTx4YwrvWE03giSC5tA0JUOBgqux6 +u4I5rt+k93FVXp3+6eVYtUjKQKSE+Qv36J31xII=
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/2354/push/3230207970@github.com>
In-Reply-To: <quicwg/base-drafts/pull/2354@github.com>
References: <quicwg/base-drafts/pull/2354@github.com>
Subject: Re: [quicwg/base-drafts] STOP_SENDING is permitted for Ready streams (#2354)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5c4637e7d328e_12323f98382d45b492401d"; 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/0gQ-TaDtNRgKmppU1caZEgWlVaA>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
List-Id: Notification list for GitHub issues related to the QUIC WG <quic-issues.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=unsubscribe>
List-Archive: <https://mailarchive.ietf.org/arch/browse/quic-issues/>
List-Post: <mailto:quic-issues@ietf.org>
List-Help: <mailto:quic-issues-request@ietf.org?subject=help>
List-Subscribe: <https://www.ietf.org/mailman/listinfo/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=subscribe>
X-List-Received-Date: Mon, 21 Jan 2019 21:21:47 -0000

----==_mimepart_5c4637e7d328e_12323f98382d45b492401d
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

@martinthomson pushed 1 commit.

1002e762306bbbce1901fcbc468c7d2d971d1072  My grammar isn't that good


-- 
You are receiving this because you are subscribed to this thread.
View it on GitHub:
https://github.com/quicwg/base-drafts/pull/2354/files/387bdf44ac7dcf676b4a6e4ed497195f1d71710d..1002e762306bbbce1901fcbc468c7d2d971d1072

----==_mimepart_5c4637e7d328e_12323f98382d45b492401d
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/1002e762306bbbce1901fcbc468c7d2d971d1072">1002e76</a>  My grammar isn&#39;t that good</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/2354/files/387bdf44ac7dcf676b4a6e4ed497195f1d71710d..1002e762306bbbce1901fcbc468c7d2d971d1072">View it on GitHub</a> or <a href="https://github.com/notifications/unsubscribe-auth/AWbkq89dX0sTkc7mhbf567JJQ7EYlF8Mks5vFi9ngaJpZM4aKCiG">mute the thread</a>.<img src="https://github.com/notifications/beacon/AWbkq4zrWPb2icE9NdGGgSgoRdHahos8ks5vFi9ngaJpZM4aKCiG.gif" height="1" width="1" alt="" /></p>
<script type="application/json" data-scope="inboxmarkup">{"api_version":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name":"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"https://github.githubassets.com/images/email/message_cards/header.png","avatar_image_url":"https://github.githubassets.com/images/email/message_cards/avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/quicwg/base-drafts"}},"updates":{"snippets":[{"icon":"PERSON","message":"@martinthomson pushed 1 commit in #2354"}],"action":{"name":"View Pull Request","url":"https://github.com/quicwg/base-drafts/pull/2354/files/387bdf44ac7dcf676b4a6e4ed497195f1d71710d..1002e762306bbbce1901fcbc468c7d2d971d1072"}}}</script>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/pull/2354/files/387bdf44ac7dcf676b4a6e4ed497195f1d71710d..1002e762306bbbce1901fcbc468c7d2d971d1072",
"url": "https://github.com/quicwg/base-drafts/pull/2354/files/387bdf44ac7dcf676b4a6e4ed497195f1d71710d..1002e762306bbbce1901fcbc468c7d2d971d1072",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>

----==_mimepart_5c4637e7d328e_12323f98382d45b492401d--


From nobody Mon Jan 21 13: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 9B5B5129B88 for <quic-issues@ietfa.amsl.com>; Mon, 21 Jan 2019 13:46:41 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -12.553
X-Spam-Level: 
X-Spam-Status: No, score=-12.553 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIMWL_WL_HIGH=-4.553, 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_PASS=-0.001] autolearn=ham autolearn_force=no
Authentication-Results: ietfa.amsl.com (amavisd-new); dkim=pass (1024-bit key) header.d=github.com
Received: 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_5L0SPW9OL for <quic-issues@ietfa.amsl.com>; Mon, 21 Jan 2019 13:46:39 -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 5F9771200B3 for <quic-issues@ietf.org>; Mon, 21 Jan 2019 13:46:39 -0800 (PST)
Date: Mon, 21 Jan 2019 13:46:38 -0800
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1548107198; bh=Cdzk/VKcVYoJK5zexwTKs92XAKFEd727vhA3S6P1FM4=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=bv9ZRbc1qjcv4dDoU/aTWa8Gq8FApRYBeCJnd2+jGNIp3PtWGUPx5HpnFCJf7ThaP RGyxkAVA0S19Yg3YN4UZQWxhhDvfUfWqJwhucZH09y6zpbHRrDKgyj1hPYhNT7/8oI f5vBicT7Yui2mCWNb3soDSew8MVq0WMFt4COuq8o=
From: Martin Thomson <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+0166e4abd1ea5c9c2167f217fb96410ce7a90a9ff7d7f14c92cf00000001185dffbe92a169ce17e00219@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/issues/2344/456206965@github.com>
In-Reply-To: <quicwg/base-drafts/issues/2344@github.com>
References: <quicwg/base-drafts/issues/2344@github.com>
Subject: Re: [quicwg/base-drafts] RESET_STREAM should be allowed in 0-RTT packets (#2344)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5c463dbe1afcc_7c3d3faadfed45bc1018479"; 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/PYtkzkCvVrM7thCGMtkxNvqdwBE>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
List-Id: Notification list for GitHub issues related to the QUIC WG <quic-issues.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=unsubscribe>
List-Archive: <https://mailarchive.ietf.org/arch/browse/quic-issues/>
List-Post: <mailto:quic-issues@ietf.org>
List-Help: <mailto:quic-issues-request@ietf.org?subject=help>
List-Subscribe: <https://www.ietf.org/mailman/listinfo/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=subscribe>
X-List-Received-Date: Mon, 21 Jan 2019 21:46:42 -0000

----==_mimepart_5c463dbe1afcc_7c3d3faadfed45bc1018479
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

Bring the discussion back from #2355.  I'm thinking about @marten-seemann's comment there and I think that it would be easier if we were able to permit any frame type in 0-RTT (except CRYPTO, which has nothing to carry).

In thinking about this, the main concern is whether there is any replay risk associated with any of these frames.  Going through each, I didn't find anything.  Though replay does result in spurious state being created, it's all transient and connection-bound, not application state.  In general, all connection-level control messages affect only connection state, which goes away when the connection goes away.  And replayed 0-RTT always results in the connection being thrown out as the full handshake cannot successfully complete twice.

There might be some application-level significance to resetting streams in addition to carrying stream data, particularly when you consider the potential for selective replay.  An attacker with sufficient knowledge of the contents of packets could replay some packets and not others to effect changes.  But while the signals that a server application might receive are different, they are not outside of the range of possible signals that a client accepts as possible when sending the 0-RTT.  That is, if the server receives a partial stream rather than a complete stream, that is a potential outcome that the client has to accept as a possibility even when there is no attack.

If there are lasting application-layer effects from a RESET_STREAM (or STOP_SENDING), then this might cause problems.  But the application actively chooses to accept those risks by triggering these actions before the handshake is complete.

In addition, RESET_STREAM is a poor carrier for state-changing action because its semantics are better suited to abandoning state-changing effects, not creating them.  It would be a poor choice in protocol design to carry any application-layer signal with RESET_STREAM that implied a need for some action.  HTTP does this with CONNECT in a way, but that is only to match with a TCP RST and comes with no real expectation of it being reliable.

In the end, I conclude that we should permit all frames in 0-RTT and 1-RTT.  While there is some increased risk here, I think that this is best left to the 0-RTT profile for the protocol that uses QUIC.  For HTTP, where the only application-layer effect RESET_STREAM can have is to cancel requests, the result is to reduce exposure to replay.  Other protocols will need to make their own assessment about safety, but I don't anticipate problems.

I'll adjust #2355 to match.

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/quicwg/base-drafts/issues/2344#issuecomment-456206965
----==_mimepart_5c463dbe1afcc_7c3d3faadfed45bc1018479
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: quoted-printable

<p>Bring the discussion back from <a class=3D"issue-link js-issue-link" d=
ata-error-text=3D"Failed to load issue title" data-id=3D"401195460" data-=
permission-text=3D"Issue title is private" data-url=3D"https://github.com=
/quicwg/base-drafts/issues/2355" data-hovercard-type=3D"pull_request" dat=
a-hovercard-url=3D"/quicwg/base-drafts/pull/2355/hovercard" href=3D"https=
://github.com/quicwg/base-drafts/pull/2355">#2355</a>.  I'm thinking abou=
t <a class=3D"user-mention" data-hovercard-type=3D"user" data-hovercard-u=
rl=3D"/hovercards?user_id=3D1478487" data-octo-click=3D"hovercard-link-cl=
ick" data-octo-dimensions=3D"link_type:self" href=3D"https://github.com/m=
arten-seemann">@marten-seemann</a>'s comment there and I think that it wo=
uld be easier if we were able to permit any frame type in 0-RTT (except C=
RYPTO, which has nothing to carry).</p>
<p>In thinking about this, the main concern is whether there is any repla=
y risk associated with any of these frames.  Going through each, I didn't=
 find anything.  Though replay does result in spurious state being create=
d, it's all transient and connection-bound, not application state.  In ge=
neral, all connection-level control messages affect only connection state=
, which goes away when the connection goes away.  And replayed 0-RTT alwa=
ys results in the connection being thrown out as the full handshake canno=
t successfully complete twice.</p>
<p>There might be some application-level significance to resetting stream=
s in addition to carrying stream data, particularly when you consider the=
 potential for selective replay.  An attacker with sufficient knowledge o=
f the contents of packets could replay some packets and not others to eff=
ect changes.  But while the signals that a server application might recei=
ve are different, they are not outside of the range of possible signals t=
hat a client accepts as possible when sending the 0-RTT.  That is, if the=
 server receives a partial stream rather than a complete stream, that is =
a potential outcome that the client has to accept as a possibility even w=
hen there is no attack.</p>
<p>If there are lasting application-layer effects from a RESET_STREAM (or=
 STOP_SENDING), then this might cause problems.  But the application acti=
vely chooses to accept those risks by triggering these actions before the=
 handshake is complete.</p>
<p>In addition, RESET_STREAM is a poor carrier for state-changing action =
because its semantics are better suited to abandoning state-changing effe=
cts, not creating them.  It would be a poor choice in protocol design to =
carry any application-layer signal with RESET_STREAM that implied a need =
for some action.  HTTP does this with CONNECT in a way, but that is only =
to match with a TCP RST and comes with no real expectation of it being re=
liable.</p>
<p>In the end, I conclude that we should permit all frames in 0-RTT and 1=
-RTT.  While there is some increased risk here, I think that this is best=
 left to the 0-RTT profile for the protocol that uses QUIC.  For HTTP, wh=
ere the only application-layer effect RESET_STREAM can have is to cancel =
requests, the result is to reduce exposure to replay.  Other protocols wi=
ll need to make their own assessment about safety, but I don't anticipate=
 problems.</p>
<p>I'll adjust <a class=3D"issue-link js-issue-link" data-error-text=3D"F=
ailed to load issue title" data-id=3D"401195460" data-permission-text=3D"=
Issue title is private" data-url=3D"https://github.com/quicwg/base-drafts=
/issues/2355" data-hovercard-type=3D"pull_request" data-hovercard-url=3D"=
/quicwg/base-drafts/pull/2355/hovercard" href=3D"https://github.com/quicw=
g/base-drafts/pull/2355">#2355</a> to match.</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/2344#issuecomment-456206965">view it on GitHub</a>,=
 or <a href=3D"https://github.com/notifications/unsubscribe-auth/AWbkqxN3=
saNTrc-RzYnWUwdRDfX2ICTFks5vFjU-gaJpZM4aHKE6">mute the thread</a>.<img sr=
c=3D"https://github.com/notifications/beacon/AWbkq09vuSdHWXwyb5Yn-gK_9hax=
9vJnks5vFjU-gaJpZM4aHKE6.gif" height=3D"1" width=3D"1" alt=3D"" /></p>
<script type=3D"application/json" data-scope=3D"inboxmarkup">{"api_versio=
n":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name"=
:"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"=
quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"http=
s://github.githubassets.com/images/email/message_cards/header.png","avata=
r_image_url":"https://github.githubassets.com/images/email/message_cards/=
avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/q=
uicwg/base-drafts"}},"updates":{"snippets":[{"icon":"PERSON","message":"@=
martinthomson in #2344: Bring the discussion back from #2355.  I'm thinki=
ng about @marten-seemann's comment there and I think that it would be eas=
ier if we were able to permit any frame type in 0-RTT (except CRYPTO, whi=
ch has nothing to carry).\r\n\r\nIn thinking about this, the main concern=
 is whether there is any replay risk associated with any of these frames.=
  Going through each, I didn't find anything.  Though replay does result =
in spurious state being created, it's all transient and connection-bound,=
 not application state.  In general, all connection-level control message=
s affect only connection state, which goes away when the connection goes =
away.  And replayed 0-RTT always results in the connection being thrown o=
ut as the full handshake cannot successfully complete twice.\r\n\r\nThere=
 might be some application-level significance to resetting streams in add=
ition to carrying stream data, particularly when you consider the potenti=
al for selective replay.  An attacker with sufficient knowledge of the co=
ntents of packets could replay some packets and not others to effect chan=
ges.  But while the signals that a server application might receive are d=
ifferent, they are not outside of the range of possible signals that a cl=
ient accepts as possible when sending the 0-RTT.  That is, if the server =
receives a partial stream rather than a complete stream, that is a potent=
ial outcome that the client has to accept as a possibility even when ther=
e is no attack.\r\n\r\nIf there are lasting application-layer effects fro=
m a RESET_STREAM (or STOP_SENDING), then this might cause problems.  But =
the application actively chooses to accept those risks by triggering thes=
e actions before the handshake is complete.\r\n\r\nIn addition, RESET_STR=
EAM is a poor carrier for state-changing action because its semantics are=
 better suited to abandoning state-changing effects, not creating them.  =
It would be a poor choice in protocol design to carry any application-lay=
er signal with RESET_STREAM that implied a need for some action.  HTTP do=
es this with CONNECT in a way, but that is only to match with a TCP RST a=
nd comes with no real expectation of it being reliable.\r\n\r\nIn the end=
, I conclude that we should permit all frames in 0-RTT and 1-RTT.  While =
there is some increased risk here, I think that this is best left to the =
0-RTT profile for the protocol that uses QUIC.  For HTTP, where the only =
application-layer effect RESET_STREAM can have is to cancel requests, the=
 result is to reduce exposure to replay.  Other protocols will need to ma=
ke their own assessment about safety, but I don't anticipate problems.\r\=
n\r\nI'll adjust #2355 to match."}],"action":{"name":"View Issue","url":"=
https://github.com/quicwg/base-drafts/issues/2344#issuecomment-456206965"=
}}}</script>
<script type=3D"application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/issues/2344#issuecomment=
-456206965",
"url": "https://github.com/quicwg/base-drafts/issues/2344#issuecomment-45=
6206965",
"name": "View Issue"
},
"description": "View this Issue on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>=

----==_mimepart_5c463dbe1afcc_7c3d3faadfed45bc1018479--


From nobody Mon Jan 21 14:20:43 2019
Return-Path: <bounce+565321.40f-quic-issues=ietf.org@github.com>
X-Original-To: quic-issues@ietfa.amsl.com
Delivered-To: quic-issues@ietfa.amsl.com
Received: from localhost (localhost [127.0.0.1]) by ietfa.amsl.com (Postfix) with ESMTP id 2F490129C6A for <quic-issues@ietfa.amsl.com>; Mon, 21 Jan 2019 14:20:42 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -0.997
X-Spam-Level: 
X-Spam-Status: No, score=-0.997 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIM_ADSP_CUSTOM_MED=0.001, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, FREEMAIL_FORGED_FROMDOMAIN=0.001, FREEMAIL_FROM=0.001, HEADER_FROM_DIFFERENT_DOMAINS=0.001, NML_ADSP_CUSTOM_MED=0.9, RCVD_IN_DNSWL_NONE=-0.0001, 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 4xKw5f6ekavy for <quic-issues@ietfa.amsl.com>; Mon, 21 Jan 2019 14:20:40 -0800 (PST)
Received: from m69-170.mailgun.net (m69-170.mailgun.net [166.78.69.170]) (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 AED49129BBF for <quic-issues@ietf.org>; Mon, 21 Jan 2019 14:20:40 -0800 (PST)
DKIM-Signature: a=rsa-sha256; v=1; c=relaxed/relaxed; d=github.com; q=dns/txt;  s=mailo; t=1548109240; h=Content-Transfer-Encoding: Content-Type: Mime-Version: Subject: Message-ID: To: Reply-To: From: Date: Sender; bh=CS76ocXRteZjkdh9Jw1r5fywDQ6zqhcEoTIWM+kCIKA=; b=hjxD2yYMTmFIIwv0H6l8+HR4T6yR4+vCJxkiQj1OS4eFh1+EJeJb7Y8uJbi6aoKzq78yNke9 6G3vp8sW+NY8tkTR1cuqWOZowcnFG9N1oogXuIe0gjkQ1kqdUG0aLgxiIKyNVmrULag9R/XL I+gVpzwsanUM5UrAVtVY1/rw9ZA=
X-Mailgun-Sending-Ip: 166.78.69.170
X-Mailgun-Sid: WyJhNzYyYiIsICJxdWljLWlzc3Vlc0BpZXRmLm9yZyIsICI0MGYiXQ==
Sender: martin.thomson=gmail.com@github.com
Received: from github.com (Unknown [192.30.252.39]) by mxa.mailgun.org with ESMTP id 5c4645b7.7fd60b882f60-smtp-out-n03; Mon, 21 Jan 2019 22:20:39 -0000 (UTC)
Date: Mon, 21 Jan 2019 14:20:39 -0800
From: Martin Thomson <martin.thomson@gmail.com>
Reply-To: Martin Thomson <martin.thomson@gmail.com>
To: quic-issues@ietf.org
Message-ID: <5c4645b77b17c_4f592abea117057c454cf@hookshot-fe-da92815.cp1-iad.github.net.mail>
Subject: [quicwg/base-drafts] 595808: Expand the anti-replay story
Mime-Version: 1.0
Content-Type: multipart/mixed; boundary="--==_mimepart_5c4645b77adad_4f592abea117057c453f7"; charset=UTF-8
Content-Transfer-Encoding: 7bit
Archived-At: <https://mailarchive.ietf.org/arch/msg/quic-issues/LcrQukGPeG1DtNb98iLhGPJaObw>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
Precedence: list
List-Id: Notification list for GitHub issues related to the QUIC WG <quic-issues.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=unsubscribe>
List-Archive: <https://mailarchive.ietf.org/arch/browse/quic-issues/>
List-Post: <mailto:quic-issues@ietf.org>
List-Help: <mailto:quic-issues-request@ietf.org?subject=help>
List-Subscribe: <https://www.ietf.org/mailman/listinfo/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=subscribe>
X-List-Received-Date: Mon, 21 Jan 2019 22:20:42 -0000

----==_mimepart_5c4645b77adad_4f592abea117057c453f7
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

  Branch: refs/heads/0rtt-reset
  Home:   https://github.com/quicwg/base-drafts
  Commit: 59580812145936f7089586212155f14f4495d49f
      https://github.com/quicwg/base-drafts/commit/59580812145936f7089586212155f14f4495d49f
  Author: Martin Thomson <martin.thomson@gmail.com>
  Date:   2019-01-22 (Tue, 22 Jan 2019)

  Changed paths:
    M draft-ietf-quic-http.md
    M draft-ietf-quic-tls.md

  Log Message:
  -----------
  Expand the anti-replay story

The inclusion of RESET_STREAM (and all other frame types) in 0-RTT
inspired me to do some more analysis and due diligence on anti-replay.

This adds a security considerations section with requirements for
application protocols.  That section explains more about what the risks
for QUIC are, how QUIC itself isn't affected, but how an application
protocol might be.

It also adds a section to the HTTP draft citing RFC 8470, explaining how
that analysis is sufficient for HTTP/3.



      **NOTE:** This service has been marked for deprecation: https://developer.github.com/changes/2018-04-25-github-services-deprecation/

      Functionality will be removed from GitHub.com on January 31st, 2019.

----==_mimepart_5c4645b77adad_4f592abea117057c453f7--


From nobody Mon Jan 21 14: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 4B33E12D4E7 for <quic-issues@ietfa.amsl.com>; Mon, 21 Jan 2019 14:20:45 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -10.935
X-Spam-Level: 
X-Spam-Status: No, score=-10.935 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIMWL_WL_HIGH=-4.553, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, HTML_IMAGE_ONLY_24=1.618, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-1, RCVD_IN_DNSWL_HI=-5, SPF_PASS=-0.001] autolearn=ham autolearn_force=no
Authentication-Results: ietfa.amsl.com (amavisd-new); dkim=pass (1024-bit key) header.d=github.com
Received: from mail.ietf.org ([4.31.198.44]) by localhost (ietfa.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 3p2eoQqX12Nh for <quic-issues@ietfa.amsl.com>; Mon, 21 Jan 2019 14:20:44 -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 E078912F1A5 for <quic-issues@ietf.org>; Mon, 21 Jan 2019 14:20:43 -0800 (PST)
Date: Mon, 21 Jan 2019 14:20:42 -0800
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1548109242; bh=9nzAMjNiNP7lNlvFh8M2ul9xX9+LdX4LRGiqzPQxiWQ=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=ORVNRoqPjJk4m5v8yBvrJYlLmN0vq9Ef1mcY8q32V85UxCgXdItrttn7zuNPWYl/r 1Qlq4QJoxICbLW06k65u+18oempHIQO6wn3Vkbrs2srD2ZwY1gQtnBgC8EIz/Mrq/k pi1XnNazsUQ+NBWjFk8G5Snxr75iiln2K5fM8VQI=
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/2355/push/3230336122@github.com>
In-Reply-To: <quicwg/base-drafts/pull/2355@github.com>
References: <quicwg/base-drafts/pull/2355@github.com>
Subject: Re: [quicwg/base-drafts] Allow stream-related frames in 0-RTT (#2355)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5c4645baa8aef_544e3f93cbad45b4106013"; 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/CizduEvxjEcCKAXB0LBBmCnCov0>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
List-Id: Notification list for GitHub issues related to the QUIC WG <quic-issues.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=unsubscribe>
List-Archive: <https://mailarchive.ietf.org/arch/browse/quic-issues/>
List-Post: <mailto:quic-issues@ietf.org>
List-Help: <mailto:quic-issues-request@ietf.org?subject=help>
List-Subscribe: <https://www.ietf.org/mailman/listinfo/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=subscribe>
X-List-Received-Date: Mon, 21 Jan 2019 22:20:45 -0000

----==_mimepart_5c4645baa8aef_544e3f93cbad45b4106013
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

@martinthomson pushed 1 commit.

59580812145936f7089586212155f14f4495d49f  Expand the anti-replay story


-- 
You are receiving this because you are subscribed to this thread.
View it on GitHub:
https://github.com/quicwg/base-drafts/pull/2355/files/449d636415a868bd503ac6334257dcb1f9bb93af..59580812145936f7089586212155f14f4495d49f

----==_mimepart_5c4645baa8aef_544e3f93cbad45b4106013
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/59580812145936f7089586212155f14f4495d49f">5958081</a>  Expand the anti-replay story</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/2355/files/449d636415a868bd503ac6334257dcb1f9bb93af..59580812145936f7089586212155f14f4495d49f">View it on GitHub</a> or <a href="https://github.com/notifications/unsubscribe-auth/AWbkqz7XCoIAWRNaVfFQQj5WHPnLwdAGks5vFj06gaJpZM4aKHLA">mute the thread</a>.<img src="https://github.com/notifications/beacon/AWbkq5A5KcRBdT91u2f4Y8P0QOEcsmEXks5vFj06gaJpZM4aKHLA.gif" height="1" width="1" alt="" /></p>
<script type="application/json" data-scope="inboxmarkup">{"api_version":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name":"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"https://github.githubassets.com/images/email/message_cards/header.png","avatar_image_url":"https://github.githubassets.com/images/email/message_cards/avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/quicwg/base-drafts"}},"updates":{"snippets":[{"icon":"PERSON","message":"@martinthomson pushed 1 commit in #2355"}],"action":{"name":"View Pull Request","url":"https://github.com/quicwg/base-drafts/pull/2355/files/449d636415a868bd503ac6334257dcb1f9bb93af..59580812145936f7089586212155f14f4495d49f"}}}</script>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/pull/2355/files/449d636415a868bd503ac6334257dcb1f9bb93af..59580812145936f7089586212155f14f4495d49f",
"url": "https://github.com/quicwg/base-drafts/pull/2355/files/449d636415a868bd503ac6334257dcb1f9bb93af..59580812145936f7089586212155f14f4495d49f",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>

----==_mimepart_5c4645baa8aef_544e3f93cbad45b4106013--


From nobody Mon Jan 21 14: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 F2254129C6A for <quic-issues@ietfa.amsl.com>; Mon, 21 Jan 2019 14:24:35 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -11.007
X-Spam-Level: 
X-Spam-Status: No, score=-11.007 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIMWL_WL_HIGH=-4.553, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, HTML_IMAGE_ONLY_20=1.546, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-1, RCVD_IN_DNSWL_HI=-5, SPF_PASS=-0.001] autolearn=ham autolearn_force=no
Authentication-Results: ietfa.amsl.com (amavisd-new); dkim=pass (1024-bit key) header.d=github.com
Received: from mail.ietf.org ([4.31.198.44]) by localhost (ietfa.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id gTHt9heT5HFa for <quic-issues@ietfa.amsl.com>; Mon, 21 Jan 2019 14: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 34FB8129BBF for <quic-issues@ietf.org>; Mon, 21 Jan 2019 14:24:34 -0800 (PST)
Date: Mon, 21 Jan 2019 14:24:33 -0800
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1548109473; bh=im06RELVJusqoxPkIJ/Rb36bZ3g51gzuJSy2ltYLklo=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=155b71bmY7F1yjRJ7gjQO7GLbWbgJSnh0tRZ8ZwWIcHoERoklP7q4MWfFu69J5+mL xTAxPld2T96O1vFpdaE+4a+u9Etl1JEOddeCdfqzGa8FsdSkOj6ObNP45+xQ2RegSD 37oegxKd5TgZsHVm6XDL1gsyW6TXKGs/6w5TbYiU=
From: Martin Thomson <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+0166e4abcccf7bd4a98c2e86958bacbc90b519c39a808cd592cf00000001185e08a192a169ce17e9c1c4@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/pull/2355/c456213958@github.com>
In-Reply-To: <quicwg/base-drafts/pull/2355@github.com>
References: <quicwg/base-drafts/pull/2355@github.com>
Subject: Re: [quicwg/base-drafts] Allow stream-related frames in 0-RTT (#2355)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5c4646a15b803_5da53fc2180d45c01455ef"; 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/6xDobIG721aDJSodljxR_CaAPXQ>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
List-Id: Notification list for GitHub issues related to the QUIC WG <quic-issues.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=unsubscribe>
List-Archive: <https://mailarchive.ietf.org/arch/browse/quic-issues/>
List-Post: <mailto:quic-issues@ietf.org>
List-Help: <mailto:quic-issues-request@ietf.org?subject=help>
List-Subscribe: <https://www.ietf.org/mailman/listinfo/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=subscribe>
X-List-Received-Date: Mon, 21 Jan 2019 22:24:36 -0000

----==_mimepart_5c4646a15b803_5da53fc2180d45c01455ef
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

OK, big changes here based on doing more analysis.  Please re-review.

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/quicwg/base-drafts/pull/2355#issuecomment-456213958
----==_mimepart_5c4646a15b803_5da53fc2180d45c01455ef
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

<p>OK, big changes here based on doing more analysis.  Please re-review.</p>

<p style="font-size:small;-webkit-text-size-adjust:none;color:#666;">&mdash;<br />You are receiving this because you are subscribed to this thread.<br />Reply to this email directly, <a href="https://github.com/quicwg/base-drafts/pull/2355#issuecomment-456213958">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AWbkq5UUxaJ7FAaywUGC4SoSDGngi58Xks5vFj4hgaJpZM4aKHLA">mute the thread</a>.<img src="https://github.com/notifications/beacon/AWbkq7T8J1fzC-npHHYBwhf2Egoyeh2Xks5vFj4hgaJpZM4aKHLA.gif" height="1" width="1" alt="" /></p>
<script type="application/json" data-scope="inboxmarkup">{"api_version":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name":"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"https://github.githubassets.com/images/email/message_cards/header.png","avatar_image_url":"https://github.githubassets.com/images/email/message_cards/avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/quicwg/base-drafts"}},"updates":{"snippets":[{"icon":"PERSON","message":"@martinthomson in #2355: OK, big changes here based on doing more analysis.  Please re-review."}],"action":{"name":"View Pull Request","url":"https://github.com/quicwg/base-drafts/pull/2355#issuecomment-456213958"}}}</script>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/pull/2355#issuecomment-456213958",
"url": "https://github.com/quicwg/base-drafts/pull/2355#issuecomment-456213958",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>
----==_mimepart_5c4646a15b803_5da53fc2180d45c01455ef--


From nobody Mon Jan 21 14:25:48 2019
Return-Path: <bounce+565321.40f-quic-issues=ietf.org@github.com>
X-Original-To: quic-issues@ietfa.amsl.com
Delivered-To: quic-issues@ietfa.amsl.com
Received: from localhost (localhost [127.0.0.1]) by ietfa.amsl.com (Postfix) with ESMTP id 49B1D129C6A for <quic-issues@ietfa.amsl.com>; Mon, 21 Jan 2019 14:25:47 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -0.997
X-Spam-Level: 
X-Spam-Status: No, score=-0.997 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIM_ADSP_CUSTOM_MED=0.001, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, FREEMAIL_FORGED_FROMDOMAIN=0.001, FREEMAIL_FROM=0.001, HEADER_FROM_DIFFERENT_DOMAINS=0.001, NML_ADSP_CUSTOM_MED=0.9, RCVD_IN_DNSWL_NONE=-0.0001, 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 l2y40oID9y99 for <quic-issues@ietfa.amsl.com>; Mon, 21 Jan 2019 14:25:46 -0800 (PST)
Received: from m69-170.mailgun.net (m69-170.mailgun.net [166.78.69.170]) (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 D653A129BBF for <quic-issues@ietf.org>; Mon, 21 Jan 2019 14:25:45 -0800 (PST)
DKIM-Signature: a=rsa-sha256; v=1; c=relaxed/relaxed; d=github.com; q=dns/txt;  s=mailo; t=1548109545; h=Content-Transfer-Encoding: Content-Type: Mime-Version: Subject: Message-ID: To: Reply-To: From: Date: Sender; bh=X7CLB8Sf3VDoqQS9HQBY1FGLXCj6t0SOL5tTOFg1xtc=; b=Q1Ca56/5c8EcpMTu8zFKA76rdf8F02+U11B073cTcJ2Ce/D/Glj4mPvtgvGc0iAfdekwjKTF sNtfBk3eXHW6DaH2YAT5lr2J2XRBS3Tl7+L4g3zeb8faRAOkGujpH5p7h0+2g9D3iIoI2zEN kxTRkn1r6S7/jEFDxP3telcmdRY=
X-Mailgun-Sending-Ip: 166.78.69.170
X-Mailgun-Sid: WyJhNzYyYiIsICJxdWljLWlzc3Vlc0BpZXRmLm9yZyIsICI0MGYiXQ==
Sender: martin.thomson=gmail.com@github.com
Received: from github.com (Unknown [192.30.252.39]) by mxa.mailgun.org with ESMTP id 5c4646e9.7f62132b3e70-smtp-out-n01; Mon, 21 Jan 2019 22:25:45 -0000 (UTC)
Date: Mon, 21 Jan 2019 14:25:44 -0800
From: Martin Thomson <martin.thomson@gmail.com>
Reply-To: Martin Thomson <martin.thomson@gmail.com>
To: quic-issues@ietf.org
Message-ID: <5c4646e8ec83b_4f592abea117057c456f0@hookshot-fe-da92815.cp1-iad.github.net.mail>
Subject: [quicwg/base-drafts] f9d24e: Missing 'only'
Mime-Version: 1.0
Content-Type: multipart/mixed; boundary="--==_mimepart_5c4646e8ec3af_4f592abea117057c455c3"; charset=UTF-8
Content-Transfer-Encoding: 7bit
Archived-At: <https://mailarchive.ietf.org/arch/msg/quic-issues/W9uArStPFVo7QXMn9aAezQXlbbE>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
Precedence: list
List-Id: Notification list for GitHub issues related to the QUIC WG <quic-issues.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=unsubscribe>
List-Archive: <https://mailarchive.ietf.org/arch/browse/quic-issues/>
List-Post: <mailto:quic-issues@ietf.org>
List-Help: <mailto:quic-issues-request@ietf.org?subject=help>
List-Subscribe: <https://www.ietf.org/mailman/listinfo/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=subscribe>
X-List-Received-Date: Mon, 21 Jan 2019 22:25:47 -0000

----==_mimepart_5c4646e8ec3af_4f592abea117057c455c3
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

  Branch: refs/heads/0rtt-reset
  Home:   https://github.com/quicwg/base-drafts
  Commit: f9d24ec32312d0d0328c4d9057838d5653ece8e6
      https://github.com/quicwg/base-drafts/commit/f9d24ec32312d0d0328c4d9057838d5653ece8e6
  Author: Martin Thomson <martin.thomson@gmail.com>
  Date:   2019-01-22 (Tue, 22 Jan 2019)

  Changed paths:
    M draft-ietf-quic-tls.md

  Log Message:
  -----------
  Missing 'only'



      **NOTE:** This service has been marked for deprecation: https://developer.github.com/changes/2018-04-25-github-services-deprecation/

      Functionality will be removed from GitHub.com on January 31st, 2019.

----==_mimepart_5c4646e8ec3af_4f592abea117057c455c3--


From nobody Mon Jan 21 14:25: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 C2A0312D4E9 for <quic-issues@ietfa.amsl.com>; Mon, 21 Jan 2019 14:25:50 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -10.935
X-Spam-Level: 
X-Spam-Status: No, score=-10.935 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIMWL_WL_HIGH=-4.553, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, HTML_IMAGE_ONLY_24=1.618, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-1, RCVD_IN_DNSWL_HI=-5, SPF_PASS=-0.001] autolearn=ham autolearn_force=no
Authentication-Results: ietfa.amsl.com (amavisd-new); dkim=pass (1024-bit key) header.d=github.com
Received: from mail.ietf.org ([4.31.198.44]) by localhost (ietfa.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 7aXZVD2hDLqh for <quic-issues@ietfa.amsl.com>; Mon, 21 Jan 2019 14:25:49 -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 E3FAB129BBF for <quic-issues@ietf.org>; Mon, 21 Jan 2019 14:25:48 -0800 (PST)
Date: Mon, 21 Jan 2019 14:25:47 -0800
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1548109547; bh=mfzNGLnTZ98dzPbPOURtjcqdUazHKxzZfv1q6ZXDxoY=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=xDcqWb1/9EmfM+VuGEJ3sbxl1exBxKEpWUZr95Bu5qz6v8XYNB+14es4rubrI7p7X yqZqen1iV0Pe/bz8/di85I8xUEHJapvxPPKQW61Jm2y3+qYkumUAH26vLc0+ww1IuB hBnagj7s8QuGX4M0ZVQs/a9Uex+iEjEDAgiJ9/WA=
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/2355/push/3230346545@github.com>
In-Reply-To: <quicwg/base-drafts/pull/2355@github.com>
References: <quicwg/base-drafts/pull/2355@github.com>
Subject: Re: [quicwg/base-drafts] Allow stream-related frames in 0-RTT (#2355)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5c4646ebeb647_5f3c3fcda88d45b8148121"; 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/NC4D2WkaSiAF73yIcp8FChem5iY>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
List-Id: Notification list for GitHub issues related to the QUIC WG <quic-issues.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=unsubscribe>
List-Archive: <https://mailarchive.ietf.org/arch/browse/quic-issues/>
List-Post: <mailto:quic-issues@ietf.org>
List-Help: <mailto:quic-issues-request@ietf.org?subject=help>
List-Subscribe: <https://www.ietf.org/mailman/listinfo/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=subscribe>
X-List-Received-Date: Mon, 21 Jan 2019 22:25:51 -0000

----==_mimepart_5c4646ebeb647_5f3c3fcda88d45b8148121
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

@martinthomson pushed 1 commit.

f9d24ec32312d0d0328c4d9057838d5653ece8e6  Missing 'only'


-- 
You are receiving this because you are subscribed to this thread.
View it on GitHub:
https://github.com/quicwg/base-drafts/pull/2355/files/59580812145936f7089586212155f14f4495d49f..f9d24ec32312d0d0328c4d9057838d5653ece8e6

----==_mimepart_5c4646ebeb647_5f3c3fcda88d45b8148121
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/f9d24ec32312d0d0328c4d9057838d5653ece8e6">f9d24ec</a>  Missing &#39;only&#39;</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/2355/files/59580812145936f7089586212155f14f4495d49f..f9d24ec32312d0d0328c4d9057838d5653ece8e6">View it on GitHub</a> or <a href="https://github.com/notifications/unsubscribe-auth/AWbkq9QWFwCE7YPoyOMdfdYwQQOhVrQUks5vFj5rgaJpZM4aKHLA">mute the thread</a>.<img src="https://github.com/notifications/beacon/AWbkq-EmDNptX5xzmYn4sY53kdZjQGX8ks5vFj5rgaJpZM4aKHLA.gif" height="1" width="1" alt="" /></p>
<script type="application/json" data-scope="inboxmarkup">{"api_version":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name":"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"https://github.githubassets.com/images/email/message_cards/header.png","avatar_image_url":"https://github.githubassets.com/images/email/message_cards/avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/quicwg/base-drafts"}},"updates":{"snippets":[{"icon":"PERSON","message":"@martinthomson pushed 1 commit in #2355"}],"action":{"name":"View Pull Request","url":"https://github.com/quicwg/base-drafts/pull/2355/files/59580812145936f7089586212155f14f4495d49f..f9d24ec32312d0d0328c4d9057838d5653ece8e6"}}}</script>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/pull/2355/files/59580812145936f7089586212155f14f4495d49f..f9d24ec32312d0d0328c4d9057838d5653ece8e6",
"url": "https://github.com/quicwg/base-drafts/pull/2355/files/59580812145936f7089586212155f14f4495d49f..f9d24ec32312d0d0328c4d9057838d5653ece8e6",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>

----==_mimepart_5c4646ebeb647_5f3c3fcda88d45b8148121--


From nobody Mon Jan 21 14:47: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 E5B75129C6A for <quic-issues@ietfa.amsl.com>; Mon, 21 Jan 2019 14:47:11 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -10.935
X-Spam-Level: 
X-Spam-Status: No, score=-10.935 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIMWL_WL_HIGH=-4.553, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, HTML_IMAGE_ONLY_24=1.618, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-1, RCVD_IN_DNSWL_HI=-5, SPF_PASS=-0.001] autolearn=ham autolearn_force=no
Authentication-Results: ietfa.amsl.com (amavisd-new); dkim=pass (1024-bit key) header.d=github.com
Received: from mail.ietf.org ([4.31.198.44]) by localhost (ietfa.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id QoputowWsS2M for <quic-issues@ietfa.amsl.com>; Mon, 21 Jan 2019 14:47:10 -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 76EA9129BBF for <quic-issues@ietf.org>; Mon, 21 Jan 2019 14:47:10 -0800 (PST)
Date: Mon, 21 Jan 2019 14:47:09 -0800
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1548110829; bh=ENyeBaLLGyk54miiGuxtUL4eIJ7IW7buP8I+g1aauvM=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=h8D2IbbZc25cT+g0yMrdnzpFYTZ6eYZPWaTfm/4vnKzYb+Q6RsYafXnDmh0FyaLui 7ZePGeRik0UrgPpJnGoZZOgnbgic4O9mcn7K1szjw4vRC+BTZ2L2Jl4p293fiUFb6o YE7kNJ0EaolaIYmnL1jN+pTPoLGOk/hRK57R69O0=
From: Christian Huitema <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+0166e4ab34d85e860aa802fc315886772d0072c0ec49236e92cf00000001185e0ded92a169ce17e0dd5b@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/issues/2348/456217907@github.com>
In-Reply-To: <quicwg/base-drafts/issues/2348@github.com>
References: <quicwg/base-drafts/issues/2348@github.com>
Subject: Re: [quicwg/base-drafts] Specify IPv6 flow label for QUIC (#2348)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5c464bed96329_53c53fc9a80d45c413349f"; 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/HJHjMIDoJyReusWGyGxLSm5IH5I>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
List-Id: Notification list for GitHub issues related to the QUIC WG <quic-issues.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=unsubscribe>
List-Archive: <https://mailarchive.ietf.org/arch/browse/quic-issues/>
List-Post: <mailto:quic-issues@ietf.org>
List-Help: <mailto:quic-issues-request@ietf.org?subject=help>
List-Subscribe: <https://www.ietf.org/mailman/listinfo/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=subscribe>
X-List-Received-Date: Mon, 21 Jan 2019 22:47:12 -0000

----==_mimepart_5c464bed96329_53c53fc9a80d45c413349f
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

@martinthomson Yes, I meant to use a non-reversible function. 

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/quicwg/base-drafts/issues/2348#issuecomment-456217907
----==_mimepart_5c464bed96329_53c53fc9a80d45c413349f
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> Yes, I meant to use a non-reversible function.</p>

<p style="font-size:small;-webkit-text-size-adjust:none;color:#666;">&mdash;<br />You are receiving this because you are subscribed to this thread.<br />Reply to this email directly, <a href="https://github.com/quicwg/base-drafts/issues/2348#issuecomment-456217907">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AWbkqwG59LIuKnckeb-JKbQzzpIEyu1Sks5vFkNtgaJpZM4aHaIS">mute the thread</a>.<img src="https://github.com/notifications/beacon/AWbkq0JgsnXqMo1Lmyq7b1an7aK9hOFUks5vFkNtgaJpZM4aHaIS.gif" height="1" width="1" alt="" /></p>
<script type="application/json" data-scope="inboxmarkup">{"api_version":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name":"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"https://github.githubassets.com/images/email/message_cards/header.png","avatar_image_url":"https://github.githubassets.com/images/email/message_cards/avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/quicwg/base-drafts"}},"updates":{"snippets":[{"icon":"PERSON","message":"@huitema in #2348: @martinthomson Yes, I meant to use a non-reversible function. "}],"action":{"name":"View Issue","url":"https://github.com/quicwg/base-drafts/issues/2348#issuecomment-456217907"}}}</script>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/issues/2348#issuecomment-456217907",
"url": "https://github.com/quicwg/base-drafts/issues/2348#issuecomment-456217907",
"name": "View Issue"
},
"description": "View this Issue on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>
----==_mimepart_5c464bed96329_53c53fc9a80d45c413349f--


From nobody Mon Jan 21 15: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 CF00E12E036 for <quic-issues@ietfa.amsl.com>; Mon, 21 Jan 2019 15:59:01 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -12.552
X-Spam-Level: 
X-Spam-Status: No, score=-12.552 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIMWL_WL_HIGH=-4.553, 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_PASS=-0.001] autolearn=ham autolearn_force=no
Authentication-Results: ietfa.amsl.com (amavisd-new); dkim=pass (1024-bit key) header.d=github.com
Received: from mail.ietf.org ([4.31.198.44]) by localhost (ietfa.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id fDd4JFyCVINF for <quic-issues@ietfa.amsl.com>; Mon, 21 Jan 2019 15:59:00 -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 1539412D4F0 for <quic-issues@ietf.org>; Mon, 21 Jan 2019 15:59:00 -0800 (PST)
Date: Mon, 21 Jan 2019 15:58:58 -0800
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1548115138; bh=n2nAUEiObwJIVGvAwnsdd4lummGydfKR5DfkJKYPu/0=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=jGNb4TooNiVbQKIYG7ZwnUzhdSjHRmhzE4rxbCIBaIDq/+RXIxN+M1Nf8DnC6DseY bz0lECejGTSSUnlrN6pOkX1H9pNWiLUsTjfDeHjzPLcDp9JP79+bWFTH8qwlmR2L+J E7x4mPQYse/kTIeO//EzbfdMJWWkZeN2DLBFZ2eY=
From: MikkelFJ <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+0166e4ab2af9d4030bc9f0666db09e4d28f35df289f27f9a92cf00000001185e1ec292a169ce17e00219@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/issues/2344/456227919@github.com>
In-Reply-To: <quicwg/base-drafts/issues/2344@github.com>
References: <quicwg/base-drafts/issues/2344@github.com>
Subject: Re: [quicwg/base-drafts] RESET_STREAM should be allowed in 0-RTT packets (#2344)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5c465cc2ddd00_2c873f928a6d45b454647a"; 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/vL79sUPcjuBTIn0m3TbBzeuyFfE>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
List-Id: Notification list for GitHub issues related to the QUIC WG <quic-issues.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=unsubscribe>
List-Archive: <https://mailarchive.ietf.org/arch/browse/quic-issues/>
List-Post: <mailto:quic-issues@ietf.org>
List-Help: <mailto:quic-issues-request@ietf.org?subject=help>
List-Subscribe: <https://www.ietf.org/mailman/listinfo/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=subscribe>
X-List-Received-Date: Mon, 21 Jan 2019 23:59:02 -0000

----==_mimepart_5c465cc2ddd00_2c873f928a6d45b454647a
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

I think this is an improvement but I am a bit anxious.

What happens to special frames related to connection migration that might affect a server view of a remembered client. What about tokens stored for future use - perhaps when looking towards v2 where things get more symmetrical. What about path migration and validation. What about 100 coalesced 0-RTT packets forcing 3x amp path validation, or something, in each - is that a possibility?

I like the simplicity of all frames - but black listing frames in a 0-RTT receive handler is not hard either - iff valid frames are clearly document. There could be a lot of hidden complexity in 0-RTT that we do not fully appreciate 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/2344#issuecomment-456227919
----==_mimepart_5c465cc2ddd00_2c873f928a6d45b454647a
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: quoted-printable

<p>I think this is an improvement but I am a bit anxious.</p>
<p>What happens to special frames related to connection migration that mi=
ght affect a server view of a remembered client. What about tokens stored=
 for future use - perhaps when looking towards v2 where things get more s=
ymmetrical. What about path migration and validation. What about 100 coal=
esced 0-RTT packets forcing 3x amp path validation, or something, in each=
 - is that a possibility?</p>
<p>I like the simplicity of all frames - but black listing frames in a 0-=
RTT receive handler is not hard either - iff valid frames are clearly doc=
ument. There could be a lot of hidden complexity in 0-RTT that we do not =
fully appreciate yet.</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/2344#issuecomment-456227919">view it on GitHub</a>,=
 or <a href=3D"https://github.com/notifications/unsubscribe-auth/AWbkqxno=
wpD7U_tl9hbyyBOykSt_D14Jks5vFlRCgaJpZM4aHKE6">mute the thread</a>.<img sr=
c=3D"https://github.com/notifications/beacon/AWbkq4llVo2PGPtMqzZ4obJgBBaq=
DUjcks5vFlRCgaJpZM4aHKE6.gif" height=3D"1" width=3D"1" alt=3D"" /></p>
<script type=3D"application/json" data-scope=3D"inboxmarkup">{"api_versio=
n":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name"=
:"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"=
quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"http=
s://github.githubassets.com/images/email/message_cards/header.png","avata=
r_image_url":"https://github.githubassets.com/images/email/message_cards/=
avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/q=
uicwg/base-drafts"}},"updates":{"snippets":[{"icon":"PERSON","message":"@=
mikkelfj in #2344: I think this is an improvement but I am a bit anxious.=
\r\n\r\nWhat happens to special frames related to connection migration th=
at might affect a server view of a remembered client. What about tokens s=
tored for future use - perhaps when looking towards v2 where things get m=
ore symmetrical. What about path migration and validation. What about 100=
 coalesced 0-RTT packets forcing 3x amp path validation, or something, in=
 each - is that a possibility?\r\n\r\nI like the simplicity of all frames=
 - but black listing frames in a 0-RTT receive handler is not hard either=
 - iff valid frames are clearly document. There could be a lot of hidden =
complexity in 0-RTT that we do not fully appreciate yet."}],"action":{"na=
me":"View Issue","url":"https://github.com/quicwg/base-drafts/issues/2344=
#issuecomment-456227919"}}}</script>
<script type=3D"application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/issues/2344#issuecomment=
-456227919",
"url": "https://github.com/quicwg/base-drafts/issues/2344#issuecomment-45=
6227919",
"name": "View Issue"
},
"description": "View this Issue on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>=

----==_mimepart_5c465cc2ddd00_2c873f928a6d45b454647a--


From nobody Mon Jan 21 16: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 644EF130E0A for <quic-issues@ietfa.amsl.com>; Mon, 21 Jan 2019 16:41:01 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -12.553
X-Spam-Level: 
X-Spam-Status: No, score=-12.553 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIMWL_WL_HIGH=-4.553, 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_PASS=-0.001] autolearn=ham autolearn_force=no
Authentication-Results: ietfa.amsl.com (amavisd-new); dkim=pass (1024-bit key) header.d=github.com
Received: 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_dCF3MnLJhS for <quic-issues@ietfa.amsl.com>; Mon, 21 Jan 2019 16:40: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 C7D58130E00 for <quic-issues@ietf.org>; Mon, 21 Jan 2019 16:40:58 -0800 (PST)
Date: Mon, 21 Jan 2019 16:40:57 -0800
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1548117657; bh=409sGXQuNITMFUETK9MTi/vCUyP+JWSwUE+XtxyiG5M=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=VkmTI5UPXLdUvcjn0psy2lXwfNiKT/WhIqiTMK3K7cuotAGTT8G/V2v5AR8dVz59j wQ8VnrRrTcyeMiff7xi81/IkVnYb+gTgqCRNPj3FL0WFe/kCbYyDLHQSVHJ9TBBIu9 sho51P1gpAS8+gJLhhH5CeJwCrjA0X4NkWAEXsnk=
From: Kazuho Oku <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+0166e4abdb1838ccb9893fc116b23006a4bb668db19d784092cf00000001185e289992a169ce17e00219@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/issues/2344/456233537@github.com>
In-Reply-To: <quicwg/base-drafts/issues/2344@github.com>
References: <quicwg/base-drafts/issues/2344@github.com>
Subject: Re: [quicwg/base-drafts] RESET_STREAM should be allowed in 0-RTT packets (#2344)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5c4666999642b_679d3ff5f6ad45b8382927"; 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/SsdU7Fop12P2E1waI60rsCbvshw>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
List-Id: Notification list for GitHub issues related to the QUIC WG <quic-issues.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=unsubscribe>
List-Archive: <https://mailarchive.ietf.org/arch/browse/quic-issues/>
List-Post: <mailto:quic-issues@ietf.org>
List-Help: <mailto:quic-issues-request@ietf.org?subject=help>
List-Subscribe: <https://www.ietf.org/mailman/listinfo/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=subscribe>
X-List-Received-Date: Tue, 22 Jan 2019 00:41:01 -0000

----==_mimepart_5c4666999642b_679d3ff5f6ad45b8382927
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

@martinthomson 
> In thinking about this, the main concern is whether there is any replay risk associated with any of these frames. Going through each, I didn't find anything. Though replay does result in spurious state being created, it's all transient and connection-bound, not application state. In general, all connection-level control messages affect only connection state, which goes away when the connection goes away. And replayed 0-RTT always results in the connection being thrown out as the full handshake cannot successfully complete twice.

The problem with 0-RTT in QUIC is that, unlike TLS 1.3 (that has max_early_data_size), there is no limit in the amount of data that the client can send using the 0-RTT key. IIUC, currently, it's entirely up to the client to decide when it switches from 0-RTT to 1-RTT keys.

As we know, Initial and 0-RTT packets can be replayed against different servers within a server cluster that does not (cannot) implement the use-only-once rule for the session tickets. I am concerned that widening how 0-RTT packets can be used might lead to additional exposure to the attack surface.

An attack would go like this:
1. an attacker creates a legitimate connection and obtains a session ticket
2. the attacker reconnects using the session ticket, and exchanges lots of information with the server (involving MAX_DATA, MAX_STREAMS, etc.). However, the attacker sticks to using 0-RTT for packets it emits, even after the handshake is complete.
3. simultaneously, the attacker creates many QUIC connections using the same Initial packet as that of step 2, and then sends the copied 0-RTT packets. The server will handle those and commit state. Because the client never responds with an 1-RTT ACK, the connection will eventually die. However, a client can create a connection with huge PTO (by delaying Initial packets) to have enough time to let the server accept many packets.

IMO it is preferable to allow less frames in 0-RTT packets, because it narrows the 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/2344#issuecomment-456233537
----==_mimepart_5c4666999642b_679d3ff5f6ad45b8382927
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=3D67641" data-octo-click=3D"hovercard-link-cli=
ck" data-octo-dimensions=3D"link_type:self" href=3D"https://github.com/ma=
rtinthomson">@martinthomson</a></p>
<blockquote>
<p>In thinking about this, the main concern is whether there is any repla=
y risk associated with any of these frames. Going through each, I didn't =
find anything. Though replay does result in spurious state being created,=
 it's all transient and connection-bound, not application state. In gener=
al, all connection-level control messages affect only connection state, w=
hich goes away when the connection goes away. And replayed 0-RTT always r=
esults in the connection being thrown out as the full handshake cannot su=
ccessfully complete twice.</p>
</blockquote>
<p>The problem with 0-RTT in QUIC is that, unlike TLS 1.3 (that has max_e=
arly_data_size), there is no limit in the amount of data that the client =
can send using the 0-RTT key. IIUC, currently, it's entirely up to the cl=
ient to decide when it switches from 0-RTT to 1-RTT keys.</p>
<p>As we know, Initial and 0-RTT packets can be replayed against differen=
t servers within a server cluster that does not (cannot) implement the us=
e-only-once rule for the session tickets. I am concerned that widening ho=
w 0-RTT packets can be used might lead to additional exposure to the atta=
ck surface.</p>
<p>An attack would go like this:</p>
<ol>
<li>an attacker creates a legitimate connection and obtains a session tic=
ket</li>
<li>the attacker reconnects using the session ticket, and exchanges lots =
of information with the server (involving MAX_DATA, MAX_STREAMS, etc.). H=
owever, the attacker sticks to using 0-RTT for packets it emits, even aft=
er the handshake is complete.</li>
<li>simultaneously, the attacker creates many QUIC connections using the =
same Initial packet as that of step 2, and then sends the copied 0-RTT pa=
ckets. The server will handle those and commit state. Because the client =
never responds with an 1-RTT ACK, the connection will eventually die. How=
ever, a client can create a connection with huge PTO (by delaying Initial=
 packets) to have enough time to let the server accept many packets.</li>=

</ol>
<p>IMO it is preferable to allow less frames in 0-RTT packets, because it=
 narrows the attack vector.</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/2344#issuecomment-456233537">view it on GitHub</a>,=
 or <a href=3D"https://github.com/notifications/unsubscribe-auth/AWbkqzlw=
A6kjUqy2IZrrwUD-n2iHcTvRks5vFl4ZgaJpZM4aHKE6">mute the thread</a>.<img sr=
c=3D"https://github.com/notifications/beacon/AWbkq7TN_3Whm86lNMuZ-uIHJeTW=
MoAdks5vFl4ZgaJpZM4aHKE6.gif" height=3D"1" width=3D"1" alt=3D"" /></p>
<script type=3D"application/json" data-scope=3D"inboxmarkup">{"api_versio=
n":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name"=
:"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"=
quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"http=
s://github.githubassets.com/images/email/message_cards/header.png","avata=
r_image_url":"https://github.githubassets.com/images/email/message_cards/=
avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/q=
uicwg/base-drafts"}},"updates":{"snippets":[{"icon":"PERSON","message":"@=
kazuho in #2344: @martinthomson \r\n\u003e In thinking about this, the ma=
in concern is whether there is any replay risk associated with any of the=
se frames. Going through each, I didn't find anything. Though replay does=
 result in spurious state being created, it's all transient and connectio=
n-bound, not application state. In general, all connection-level control =
messages affect only connection state, which goes away when the connectio=
n goes away. And replayed 0-RTT always results in the connection being th=
rown out as the full handshake cannot successfully complete twice.\r\n\r\=
nThe problem with 0-RTT in QUIC is that, unlike TLS 1.3 (that has max_ear=
ly_data_size), there is no limit in the amount of data that the client ca=
n send using the 0-RTT key. IIUC, currently, it's entirely up to the clie=
nt to decide when it switches from 0-RTT to 1-RTT keys.\r\n\r\nAs we know=
, Initial and 0-RTT packets can be replayed against different servers wit=
hin a server cluster that does not (cannot) implement the use-only-once r=
ule for the session tickets. I am concerned that widening how 0-RTT packe=
ts can be used might lead to additional exposure to the attack surface.\r=
\n\r\nAn attack would go like this:\r\n1. an attacker creates a legitimat=
e connection and obtains a session ticket\r\n2. the attacker reconnects u=
sing the session ticket, and exchanges lots of information with the serve=
r (involving MAX_DATA, MAX_STREAMS, etc.). However, the attacker sticks t=
o using 0-RTT for packets it emits, even after the handshake is complete.=
\r\n3. simultaneously, the attacker creates many QUIC connections using t=
he same Initial packet as that of step 2, and then sends the copied 0-RTT=
 packets. The server will handle those and commit state. Because the clie=
nt never responds with an 1-RTT ACK, the connection will eventually die. =
However, a client can create a connection with huge PTO (by delaying Init=
ial packets) to have enough time to let the server accept many packets.\r=
\n\r\nIMO it is preferable to allow less frames in 0-RTT packets, because=
 it narrows the attack vector."}],"action":{"name":"View Issue","url":"ht=
tps://github.com/quicwg/base-drafts/issues/2344#issuecomment-456233537"}}=
}</script>
<script type=3D"application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/issues/2344#issuecomment=
-456233537",
"url": "https://github.com/quicwg/base-drafts/issues/2344#issuecomment-45=
6233537",
"name": "View Issue"
},
"description": "View this Issue on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>=

----==_mimepart_5c4666999642b_679d3ff5f6ad45b8382927--


From nobody Mon Jan 21 16:43: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 7F2C0130E3F for <quic-issues@ietfa.amsl.com>; Mon, 21 Jan 2019 16:43:42 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -12.552
X-Spam-Level: 
X-Spam-Status: No, score=-12.552 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIMWL_WL_HIGH=-4.553, 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_PASS=-0.001] autolearn=ham autolearn_force=no
Authentication-Results: ietfa.amsl.com (amavisd-new); dkim=pass (1024-bit key) header.d=github.com
Received: from mail.ietf.org ([4.31.198.44]) by localhost (ietfa.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 8XKzNQaZDSHV for <quic-issues@ietfa.amsl.com>; Mon, 21 Jan 2019 16:43: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 807D8130E2E for <quic-issues@ietf.org>; Mon, 21 Jan 2019 16:43:40 -0800 (PST)
Date: Mon, 21 Jan 2019 16:43:39 -0800
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1548117819; bh=z3kYpDbqJCRMLzFDZpimmFKcEmqBU4DW4ysCNLVi1YE=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=bktYvc4RZxMDZ6uEnkpnC38UHO602w2vv/O+GIF9yyzyPPltHI3Sk5YVPha0TLDA7 jkGYIvNjoVt75Yb3iwekjhOQ0Slr8UBAvoCyWSdjvysmt4S71DDrYqwI0vogs6fuyu 8GRNUJ4fZvCuDcbgl8AHIFEca23f89u7WSorHrRI=
From: Kazuho Oku <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+0166e4ab1b13116c09d754d73fcfdcfb3a2e5245fb81c9dd92cf00000001185e293b92a169ce17e9c1c4@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/pull/2355/review/194800021@github.com>
In-Reply-To: <quicwg/base-drafts/pull/2355@github.com>
References: <quicwg/base-drafts/pull/2355@github.com>
Subject: Re: [quicwg/base-drafts] Allow stream-related frames in 0-RTT (#2355)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5c46673b50331_7b883fb05d8d45bc839122"; 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/Zwd7fUcCk__qFuvPuXcMGOV2EOQ>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
List-Id: Notification list for GitHub issues related to the QUIC WG <quic-issues.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=unsubscribe>
List-Archive: <https://mailarchive.ietf.org/arch/browse/quic-issues/>
List-Post: <mailto:quic-issues@ietf.org>
List-Help: <mailto:quic-issues-request@ietf.org?subject=help>
List-Subscribe: <https://www.ietf.org/mailman/listinfo/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=subscribe>
X-List-Received-Date: Tue, 22 Jan 2019 00:43:42 -0000

----==_mimepart_5c46673b50331_7b883fb05d8d45bc839122
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

kazuho commented on this pull request.

As stated in 
https://github.com/quicwg/base-drafts/issues/2344#issuecomment-456233537, my preference goes to naming the frames that are necessary for 0-RTT to work rather than allowing any frames to be used (with the only exceptions being CRYPTO and ACK).

Besides, now that we have a section for Replay Attacks using 0-RTT, it might make sense to recommend servers _not_ sending MAX_DATA, MAX_STREAM_DATA, MAX_STREAMS frames until the handshake is complete. This works as a replacement of max_early_data_size that we have in 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/pull/2355#pullrequestreview-194800021
----==_mimepart_5c46673b50331_7b883fb05d8d45bc839122
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

<p><b>@kazuho</b> commented on this pull request.</p>

<p>As stated in<br>
<a class="issue-link js-issue-link" data-error-text="Failed to load issue title" data-id="400556569" data-permission-text="Issue title is private" data-url="https://github.com/quicwg/base-drafts/issues/2344" data-hovercard-type="issue" data-hovercard-url="/quicwg/base-drafts/issues/2344/hovercard?comment_id=456233537&amp;comment_type=issue_comment" href="https://github.com/quicwg/base-drafts/issues/2344#issuecomment-456233537">#2344 (comment)</a>, my preference goes to naming the frames that are necessary for 0-RTT to work rather than allowing any frames to be used (with the only exceptions being CRYPTO and ACK).</p>
<p>Besides, now that we have a section for Replay Attacks using 0-RTT, it might make sense to recommend servers <em>not</em> sending MAX_DATA, MAX_STREAM_DATA, MAX_STREAMS frames until the handshake is complete. This works as a replacement of max_early_data_size that we have in 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/pull/2355#pullrequestreview-194800021">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AWbkq-NXTmHuzhjWGl3pzYihTNrd-i-aks5vFl67gaJpZM4aKHLA">mute the thread</a>.<img src="https://github.com/notifications/beacon/AWbkqx6q5nfHi1N5XOewwDDidk9FFXyFks5vFl67gaJpZM4aKHLA.gif" height="1" width="1" alt="" /></p>
<script type="application/json" data-scope="inboxmarkup">{"api_version":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name":"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"https://github.githubassets.com/images/email/message_cards/header.png","avatar_image_url":"https://github.githubassets.com/images/email/message_cards/avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/quicwg/base-drafts"}},"updates":{"snippets":[{"icon":"PERSON","message":"@kazuho commented on #2355"}],"action":{"name":"View Pull Request","url":"https://github.com/quicwg/base-drafts/pull/2355#pullrequestreview-194800021"}}}</script>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/pull/2355#pullrequestreview-194800021",
"url": "https://github.com/quicwg/base-drafts/pull/2355#pullrequestreview-194800021",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>
----==_mimepart_5c46673b50331_7b883fb05d8d45bc839122--


From nobody Mon Jan 21 17: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 CE99C130E79 for <quic-issues@ietfa.amsl.com>; Mon, 21 Jan 2019 17:27:54 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -12.553
X-Spam-Level: 
X-Spam-Status: No, score=-12.553 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIMWL_WL_HIGH=-4.553, 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_PASS=-0.001] autolearn=ham autolearn_force=no
Authentication-Results: ietfa.amsl.com (amavisd-new); dkim=pass (1024-bit key) header.d=github.com
Received: from mail.ietf.org ([4.31.198.44]) by localhost (ietfa.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id ajd7DAF2fwxJ for <quic-issues@ietfa.amsl.com>; Mon, 21 Jan 2019 17:27: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 38101130E71 for <quic-issues@ietf.org>; Mon, 21 Jan 2019 17:27:53 -0800 (PST)
Date: Mon, 21 Jan 2019 17:27:51 -0800
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1548120471; bh=p9/h7TsR7WfJbsyNxMvp1uLembwH+Pp3nvbtonnB7yY=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=fmkpXZyQG5OLYrwea6xJAMydhHY4IBIEePG2dV5uc1zEcGV0M1jyGUzy1AThBzl/3 HsCLcHa/slcWHvMlJEnHY2GLkVmNuZPZWWCZkHQ0biUH5au4smpVTL7i5Rw9p8x+Zr fa0XfGEpPVZW8VKLj34Wupj1PB4MLQIxx3muK6oo=
From: Martin Thomson <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+0166e4abb76ad5e80583f7543d45e6e5327dfbbdec5c3c2592cf00000001185e339792a169ce17e00219@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/issues/2344/456240116@github.com>
In-Reply-To: <quicwg/base-drafts/issues/2344@github.com>
References: <quicwg/base-drafts/issues/2344@github.com>
Subject: Re: [quicwg/base-drafts] RESET_STREAM should be allowed in 0-RTT packets (#2344)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5c467197e9dec_390f3fe5574d45b4660392"; 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/owrcgEPWV0JVI9QfSKVgnvadA3M>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
List-Id: Notification list for GitHub issues related to the QUIC WG <quic-issues.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=unsubscribe>
List-Archive: <https://mailarchive.ietf.org/arch/browse/quic-issues/>
List-Post: <mailto:quic-issues@ietf.org>
List-Help: <mailto:quic-issues-request@ietf.org?subject=help>
List-Subscribe: <https://www.ietf.org/mailman/listinfo/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=subscribe>
X-List-Received-Date: Tue, 22 Jan 2019 01:27:55 -0000

----==_mimepart_5c467197e9dec_390f3fe5574d45b4660392
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

@kazuho,

> The problem with 0-RTT in QUIC is that, unlike TLS 1.3 (that has max_early_data_size), there is no limit in the amount of data that the client can send using the 0-RTT key. IIUC, currently, it's entirely up to the client to decide when it switches from 0-RTT to 1-RTT keys.

QUIC uses `initial_max_data` for that purpose.  You can't receive a flow control update, so whatever value you have for that determines how much 0-RTT you can send.

In thinking through this, I realized that the client can't send 0-RTT after receiving 1-RTT from the server.  A client won't have the keys until it has the entire handshake flight from the server, at which point it has to switch to 1-RTT keys.  So this all comes down to the same calculus we have in TLS/TCP, after you have spent a little bit of time on the question of RESET_STREAM and its effect on long-term application 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/2344#issuecomment-456240116
----==_mimepart_5c467197e9dec_390f3fe5574d45b4660392
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=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>,</p>
<blockquote>
<p>The problem with 0-RTT in QUIC is that, unlike TLS 1.3 (that has max_e=
arly_data_size), there is no limit in the amount of data that the client =
can send using the 0-RTT key. IIUC, currently, it's entirely up to the cl=
ient to decide when it switches from 0-RTT to 1-RTT keys.</p>
</blockquote>
<p>QUIC uses <code>initial_max_data</code> for that purpose.  You can't r=
eceive a flow control update, so whatever value you have for that determi=
nes how much 0-RTT you can send.</p>
<p>In thinking through this, I realized that the client can't send 0-RTT =
after receiving 1-RTT from the server.  A client won't have the keys unti=
l it has the entire handshake flight from the server, at which point it h=
as to switch to 1-RTT keys.  So this all comes down to the same calculus =
we have in TLS/TCP, after you have spent a little bit of time on the ques=
tion of RESET_STREAM and its effect on long-term application state.</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/2344#issuecomment-456240116">view it on GitHub</a>,=
 or <a href=3D"https://github.com/notifications/unsubscribe-auth/AWbkq1Pd=
MXd0Nd-bNuNavuQXL6kLfxz8ks5vFmkXgaJpZM4aHKE6">mute the thread</a>.<img sr=
c=3D"https://github.com/notifications/beacon/AWbkqzwE6aY61_Sq_BLOVzvRs2Hf=
o21_ks5vFmkXgaJpZM4aHKE6.gif" height=3D"1" width=3D"1" alt=3D"" /></p>
<script type=3D"application/json" data-scope=3D"inboxmarkup">{"api_versio=
n":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name"=
:"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"=
quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"http=
s://github.githubassets.com/images/email/message_cards/header.png","avata=
r_image_url":"https://github.githubassets.com/images/email/message_cards/=
avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/q=
uicwg/base-drafts"}},"updates":{"snippets":[{"icon":"PERSON","message":"@=
martinthomson in #2344: @kazuho,\r\n\r\n\u003e The problem with 0-RTT in =
QUIC is that, unlike TLS 1.3 (that has max_early_data_size), there is no =
limit in the amount of data that the client can send using the 0-RTT key.=
 IIUC, currently, it's entirely up to the client to decide when it switch=
es from 0-RTT to 1-RTT keys.\r\n\r\nQUIC uses `initial_max_data` for that=
 purpose.  You can't receive a flow control update, so whatever value you=
 have for that determines how much 0-RTT you can send.\r\n\r\nIn thinking=
 through this, I realized that the client can't send 0-RTT after receivin=
g 1-RTT from the server.  A client won't have the keys until it has the e=
ntire handshake flight from the server, at which point it has to switch t=
o 1-RTT keys.  So this all comes down to the same calculus we have in TLS=
/TCP, after you have spent a little bit of time on the question of RESET_=
STREAM and its effect on long-term application state."}],"action":{"name"=
:"View Issue","url":"https://github.com/quicwg/base-drafts/issues/2344#is=
suecomment-456240116"}}}</script>
<script type=3D"application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/issues/2344#issuecomment=
-456240116",
"url": "https://github.com/quicwg/base-drafts/issues/2344#issuecomment-45=
6240116",
"name": "View Issue"
},
"description": "View this Issue on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>=

----==_mimepart_5c467197e9dec_390f3fe5574d45b4660392--


From nobody Mon Jan 21 17:46: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 31FDC130EDC for <quic-issues@ietfa.amsl.com>; Mon, 21 Jan 2019 17:46:30 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -12.553
X-Spam-Level: 
X-Spam-Status: No, score=-12.553 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIMWL_WL_HIGH=-4.553, 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_PASS=-0.001] autolearn=ham autolearn_force=no
Authentication-Results: ietfa.amsl.com (amavisd-new); dkim=pass (1024-bit key) header.d=github.com
Received: from mail.ietf.org ([4.31.198.44]) by localhost (ietfa.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id ss7vRUeXYzju for <quic-issues@ietfa.amsl.com>; Mon, 21 Jan 2019 17:46: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 8C1A2130EC5 for <quic-issues@ietf.org>; Mon, 21 Jan 2019 17:46:28 -0800 (PST)
Date: Mon, 21 Jan 2019 17:46:27 -0800
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1548121587; bh=X7Rc42EqrCLUEjFdAazm3db95kMX97912jRTjXBHf9c=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=IRVu36wNhnPo4aYlGicgZGl2NZtVWRECf+rMTj19DE+bCow94csN6+bqgW631AAdb cqlxN22FznuT0oCRthlCMmy1/Axlp99o8iexGr+eZyYQVdAw8IcgofnCChNpzGdwR0 3p+zulrJvi5Mj7rKjPxgFz5W6+YKVnuzDierc6og=
From: Kazuho Oku <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+0166e4ab2e6d83c241f9556225219eec5d483e1d83ea574b92cf00000001185e37f392a169ce17e00219@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/issues/2344/456243038@github.com>
In-Reply-To: <quicwg/base-drafts/issues/2344@github.com>
References: <quicwg/base-drafts/issues/2344@github.com>
Subject: Re: [quicwg/base-drafts] RESET_STREAM should be allowed in 0-RTT packets (#2344)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5c4675f39a8d8_11d73ffd376d45c47580a1"; 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/Ctb0vhtKG-ZlRTbhGIqU4mTefMA>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
List-Id: Notification list for GitHub issues related to the QUIC WG <quic-issues.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=unsubscribe>
List-Archive: <https://mailarchive.ietf.org/arch/browse/quic-issues/>
List-Post: <mailto:quic-issues@ietf.org>
List-Help: <mailto:quic-issues-request@ietf.org?subject=help>
List-Subscribe: <https://www.ietf.org/mailman/listinfo/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=subscribe>
X-List-Received-Date: Tue, 22 Jan 2019 01:46:30 -0000

----==_mimepart_5c4675f39a8d8_11d73ffd376d45c47580a1
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

@martinthomson 
>> The problem with 0-RTT in QUIC is that, unlike TLS 1.3 (that has max_early_data_size), there is no limit in the amount of data that the client can send using the 0-RTT key. IIUC, currently, it's entirely up to the client to decide when it switches from 0-RTT to 1-RTT keys.
> 
> QUIC uses `initial_max_data` for that purpose. You can't receive a flow control update, so whatever value you have for that determines how much 0-RTT you can send.

My understanding is that an attacker acting as a client _can_ receive flow control updates (in 1-RTT packets), and use the updated value for emitting additional 0-RTT packets. Something like following:
* client obtains to a server and obtains session ticket and TP
* client reconnects, sends 0-RTT packets containing a STREAM frame (id=0, off=TP.initial_max_data-1, len=1)
* server sends handshake messages and a 1-RTT packet that contains MAX_DATA (maximum_data=TP.inital_max_data*3), because it observes the client reaching the limit
* client sends a _0-RTT_ packet containing a STREAM frame (id=0, off=TP.initial_max_data*3-1, len=1)
* server sends another 1-RTT packet containing MAX_DATA...
* client sends a _0-RTT_ packet containing a yet another STREAM 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/issues/2344#issuecomment-456243038
----==_mimepart_5c4675f39a8d8_11d73ffd376d45c47580a1
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=3D67641" data-octo-click=3D"hovercard-link-cli=
ck" data-octo-dimensions=3D"link_type:self" href=3D"https://github.com/ma=
rtinthomson">@martinthomson</a></p>
<blockquote>
<blockquote>
<p>The problem with 0-RTT in QUIC is that, unlike TLS 1.3 (that has max_e=
arly_data_size), there is no limit in the amount of data that the client =
can send using the 0-RTT key. IIUC, currently, it's entirely up to the cl=
ient to decide when it switches from 0-RTT to 1-RTT keys.</p>
</blockquote>
<p>QUIC uses <code>initial_max_data</code> for that purpose. You can't re=
ceive a flow control update, so whatever value you have for that determin=
es how much 0-RTT you can send.</p>
</blockquote>
<p>My understanding is that an attacker acting as a client <em>can</em> r=
eceive flow control updates (in 1-RTT packets), and use the updated value=
 for emitting additional 0-RTT packets. Something like following:</p>
<ul>
<li>client obtains to a server and obtains session ticket and TP</li>
<li>client reconnects, sends 0-RTT packets containing a STREAM frame (id=3D=
0, off=3DTP.initial_max_data-1, len=3D1)</li>
<li>server sends handshake messages and a 1-RTT packet that contains MAX_=
DATA (maximum_data=3DTP.inital_max_data*3), because it observes the clien=
t reaching the limit</li>
<li>client sends a <em>0-RTT</em> packet containing a STREAM frame (id=3D=
0, off=3DTP.initial_max_data*3-1, len=3D1)</li>
<li>server sends another 1-RTT packet containing MAX_DATA...</li>
<li>client sends a <em>0-RTT</em> packet containing a yet another STREAM =
frame...</li>
</ul>

<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/2344#issuecomment-456243038">view it on GitHub</a>,=
 or <a href=3D"https://github.com/notifications/unsubscribe-auth/AWbkq38F=
9e9Su7ya5WTP-TC_BH9nx-Jqks5vFm1zgaJpZM4aHKE6">mute the thread</a>.<img sr=
c=3D"https://github.com/notifications/beacon/AWbkq6E1wR_flP6NstLj8q0BgECQ=
Vgdaks5vFm1zgaJpZM4aHKE6.gif" height=3D"1" width=3D"1" alt=3D"" /></p>
<script type=3D"application/json" data-scope=3D"inboxmarkup">{"api_versio=
n":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name"=
:"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"=
quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"http=
s://github.githubassets.com/images/email/message_cards/header.png","avata=
r_image_url":"https://github.githubassets.com/images/email/message_cards/=
avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/q=
uicwg/base-drafts"}},"updates":{"snippets":[{"icon":"PERSON","message":"@=
kazuho in #2344: @martinthomson \r\n\u003e\u003e The problem with 0-RTT i=
n QUIC is that, unlike TLS 1.3 (that has max_early_data_size), there is n=
o limit in the amount of data that the client can send using the 0-RTT ke=
y. IIUC, currently, it's entirely up to the client to decide when it swit=
ches from 0-RTT to 1-RTT keys.\r\n\u003e \r\n\u003e QUIC uses `initial_ma=
x_data` for that purpose. You can't receive a flow control update, so wha=
tever value you have for that determines how much 0-RTT you can send.\r\n=
\r\nMy understanding is that an attacker acting as a client _can_ receive=
 flow control updates (in 1-RTT packets), and use the updated value for e=
mitting additional 0-RTT packets. Something like following:\r\n* client o=
btains to a server and obtains session ticket and TP\r\n* client reconnec=
ts, sends 0-RTT packets containing a STREAM frame (id=3D0, off=3DTP.initi=
al_max_data-1, len=3D1)\r\n* server sends handshake messages and a 1-RTT =
packet that contains MAX_DATA (maximum_data=3DTP.inital_max_data*3), beca=
use it observes the client reaching the limit\r\n* client sends a _0-RTT_=
 packet containing a STREAM frame (id=3D0, off=3DTP.initial_max_data*3-1,=
 len=3D1)\r\n* server sends another 1-RTT packet containing MAX_DATA...\r=
\n* client sends a _0-RTT_ packet containing a yet another STREAM frame..=
."}],"action":{"name":"View Issue","url":"https://github.com/quicwg/base-=
drafts/issues/2344#issuecomment-456243038"}}}</script>
<script type=3D"application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/issues/2344#issuecomment=
-456243038",
"url": "https://github.com/quicwg/base-drafts/issues/2344#issuecomment-45=
6243038",
"name": "View Issue"
},
"description": "View this Issue on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>=

----==_mimepart_5c4675f39a8d8_11d73ffd376d45c47580a1--


From nobody Mon Jan 21 19: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 D4DBA131052 for <quic-issues@ietfa.amsl.com>; Mon, 21 Jan 2019 19:53:37 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -10.935
X-Spam-Level: 
X-Spam-Status: No, score=-10.935 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIMWL_WL_HIGH=-4.553, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, HTML_IMAGE_ONLY_24=1.618, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-1, RCVD_IN_DNSWL_HI=-5, SPF_PASS=-0.001] autolearn=ham autolearn_force=no
Authentication-Results: ietfa.amsl.com (amavisd-new); dkim=pass (1024-bit key) header.d=github.com
Received: from mail.ietf.org ([4.31.198.44]) by localhost (ietfa.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id f3rpcioolO1K for <quic-issues@ietfa.amsl.com>; Mon, 21 Jan 2019 19:53:36 -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 4F215131057 for <quic-issues@ietf.org>; Mon, 21 Jan 2019 19:53:36 -0800 (PST)
Date: Mon, 21 Jan 2019 19:53:35 -0800
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1548129215; bh=nvXkdAzIzPdWQt9kjSuMUdRfxZgio691+SCFGgxw0OI=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=aM+Fo/e+/rvO1TAWgaMH75pQIYJqV8jtV+l7vRzq9UGTiVdmoQvoUlk4OYXzbXfCm U64vxp/Q9D0YZ1bXbEdtbF46RnJvZpoYm7zbyPEeoQa5G88Sfs+gPuKdj5m8E5np1b DPmO3sBENXU7YbbDq0B8/3wxfR4xWHWs2ldXOu4w=
From: Martin Thomson <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+0166e4abb2171ebe5cbc639e0d225575d89ebbd72f5a81b792cf00000001185e55bf92a169ce17e00219@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/issues/2344/456262901@github.com>
In-Reply-To: <quicwg/base-drafts/issues/2344@github.com>
References: <quicwg/base-drafts/issues/2344@github.com>
Subject: Re: [quicwg/base-drafts] RESET_STREAM should be allowed in 0-RTT packets (#2344)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5c4693bf16d1e_192e3fe5574d45b41150313"; 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/HyXVKefWWCBRhsIBPCAqS99vVkA>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
List-Id: Notification list for GitHub issues related to the QUIC WG <quic-issues.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=unsubscribe>
List-Archive: <https://mailarchive.ietf.org/arch/browse/quic-issues/>
List-Post: <mailto:quic-issues@ietf.org>
List-Help: <mailto:quic-issues-request@ietf.org?subject=help>
List-Subscribe: <https://www.ietf.org/mailman/listinfo/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=subscribe>
X-List-Received-Date: Tue, 22 Jan 2019 03:53:38 -0000

----==_mimepart_5c4693bf16d1e_192e3fe5574d45b41150313
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

At the point the client has 1-RTT keys for receiving, it will have the ability to send using 1-RTT keys.  It can (and should) send its Finished too.  Why would it send with 0-RTT 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/2344#issuecomment-456262901
----==_mimepart_5c4693bf16d1e_192e3fe5574d45b41150313
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

<p>At the point the client has 1-RTT keys for receiving, it will have the ability to send using 1-RTT keys.  It can (and should) send its Finished too.  Why would it send with 0-RTT 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/2344#issuecomment-456262901">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AWbkq9-5xCxFX2CnJZdTaryZnpiousVMks5vFos_gaJpZM4aHKE6">mute the thread</a>.<img src="https://github.com/notifications/beacon/AWbkq1sLyhDWGGGvWEAkip8N__Y0sGHkks5vFos_gaJpZM4aHKE6.gif" height="1" width="1" alt="" /></p>
<script type="application/json" data-scope="inboxmarkup">{"api_version":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name":"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"https://github.githubassets.com/images/email/message_cards/header.png","avatar_image_url":"https://github.githubassets.com/images/email/message_cards/avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/quicwg/base-drafts"}},"updates":{"snippets":[{"icon":"PERSON","message":"@martinthomson in #2344: At the point the client has 1-RTT keys for receiving, it will have the ability to send using 1-RTT keys.  It can (and should) send its Finished too.  Why would it send with 0-RTT keys?"}],"action":{"name":"View Issue","url":"https://github.com/quicwg/base-drafts/issues/2344#issuecomment-456262901"}}}</script>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/issues/2344#issuecomment-456262901",
"url": "https://github.com/quicwg/base-drafts/issues/2344#issuecomment-456262901",
"name": "View Issue"
},
"description": "View this Issue on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>
----==_mimepart_5c4693bf16d1e_192e3fe5574d45b41150313--


From nobody Mon Jan 21 21:50:01 2019
Return-Path: <bounce+565321.40f-quic-issues=ietf.org@github.com>
X-Original-To: quic-issues@ietfa.amsl.com
Delivered-To: quic-issues@ietfa.amsl.com
Received: from localhost (localhost [127.0.0.1]) by ietfa.amsl.com (Postfix) with ESMTP id C73DE12D84D for <quic-issues@ietfa.amsl.com>; Mon, 21 Jan 2019 21:49:59 -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=-4.553, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, HEADER_FROM_DIFFERENT_DOMAINS=0.001, RCVD_IN_DNSWL_NONE=-0.0001, SPF_PASS=-0.001] autolearn=ham autolearn_force=no
Authentication-Results: ietfa.amsl.com (amavisd-new); dkim=pass (1024-bit key) header.d=github.com
Received: from mail.ietf.org ([4.31.198.44]) by localhost (ietfa.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id w9JQfhuNdeVz for <quic-issues@ietfa.amsl.com>; Mon, 21 Jan 2019 21:49:58 -0800 (PST)
Received: from m71-131.mailgun.net (m71-131.mailgun.net [166.78.71.131]) (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 04A3A1294D0 for <quic-issues@ietf.org>; Mon, 21 Jan 2019 21:49:57 -0800 (PST)
DKIM-Signature: a=rsa-sha256; v=1; c=relaxed/relaxed; d=github.com; q=dns/txt;  s=mailo; t=1548136197; h=Content-Transfer-Encoding: Content-Type: Mime-Version: Subject: Message-ID: To: Reply-To: From: Date: Sender; bh=6RAM7ZZzpEaMoRViB0I+6KCdl+QmbEuHWUU0EepaWOM=; b=PIjUNltWyUQxpt56NLAUfs5NApSQ15OkP/xgMnUz01hSw8g4hEDuW805HjARLJ0bI0d83Y/A Hkd/sfQLxioRD9TjQD7+GpkjEqANoPaVi97hoMny8mgLMpz0B/1rpYZSN5p7RS2fLIakY81q mC9KIEDWN4ShbHi+aJP4oaD0ZEs=
X-Mailgun-Sending-Ip: 166.78.71.131
X-Mailgun-Sid: WyJhNzYyYiIsICJxdWljLWlzc3Vlc0BpZXRmLm9yZyIsICI0MGYiXQ==
Sender: mt=lowentropy.net@github.com
Received: from github.com (Unknown [192.30.252.37]) by mxa.mailgun.org with ESMTP id 5c46af04.7f810ab330c0-smtp-out-n02; Tue, 22 Jan 2019 05:49:56 -0000 (UTC)
Date: Mon, 21 Jan 2019 21:49:56 -0800
From: martinthomson <mt@lowentropy.net>
Reply-To: martinthomson <mt@lowentropy.net>
To: quic-issues@ietf.org
Message-ID: <5c46af04bad21_2fe02b204a31e58011623a@hookshot-fe-32b5f5b.cp1-iad.github.net.mail>
Subject: [quicwg/base-drafts]
Mime-Version: 1.0
Content-Type: multipart/mixed; boundary="--==_mimepart_5c46af04ba80d_2fe02b204a31e580116161"; charset=UTF-8
Content-Transfer-Encoding: 7bit
Archived-At: <https://mailarchive.ietf.org/arch/msg/quic-issues/Yq2ABHz7Gh02Rg6sca6Cd4F26Os>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
Precedence: list
List-Id: Notification list for GitHub issues related to the QUIC WG <quic-issues.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=unsubscribe>
List-Archive: <https://mailarchive.ietf.org/arch/browse/quic-issues/>
List-Post: <mailto:quic-issues@ietf.org>
List-Help: <mailto:quic-issues-request@ietf.org?subject=help>
List-Subscribe: <https://www.ietf.org/mailman/listinfo/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=subscribe>
X-List-Received-Date: Tue, 22 Jan 2019 05:50:00 -0000

----==_mimepart_5c46af04ba80d_2fe02b204a31e580116161
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

  Branch: refs/heads/close2287
  Home:   https://github.com/quicwg/base-drafts

      **NOTE:** This service has been marked for deprecation: https://developer.github.com/changes/2018-04-25-github-services-deprecation/

      Functionality will be removed from GitHub.com on January 31st, 2019.

----==_mimepart_5c46af04ba80d_2fe02b204a31e580116161--


From nobody Mon Jan 21 21:54:49 2019
Return-Path: <bounce+565321.40f-quic-issues=ietf.org@github.com>
X-Original-To: quic-issues@ietfa.amsl.com
Delivered-To: quic-issues@ietfa.amsl.com
Received: from localhost (localhost [127.0.0.1]) by ietfa.amsl.com (Postfix) with ESMTP id 7FE2612D84D for <quic-issues@ietfa.amsl.com>; Mon, 21 Jan 2019 21:54:47 -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=-4.553, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, HEADER_FROM_DIFFERENT_DOMAINS=0.001, RCVD_IN_DNSWL_NONE=-0.0001, SPF_PASS=-0.001] autolearn=ham autolearn_force=no
Authentication-Results: ietfa.amsl.com (amavisd-new); dkim=pass (1024-bit key) header.d=github.com
Received: from mail.ietf.org ([4.31.198.44]) by localhost (ietfa.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id Kpr1MSH-DL3I for <quic-issues@ietfa.amsl.com>; Mon, 21 Jan 2019 21:54:46 -0800 (PST)
Received: from m69-170.mailgun.net (m69-170.mailgun.net [166.78.69.170]) (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 E5E731294D0 for <quic-issues@ietf.org>; Mon, 21 Jan 2019 21:54:45 -0800 (PST)
DKIM-Signature: a=rsa-sha256; v=1; c=relaxed/relaxed; d=github.com; q=dns/txt;  s=mailo; t=1548136485; h=Content-Transfer-Encoding: Content-Type: Mime-Version: Subject: Message-ID: To: Reply-To: From: Date: Sender; bh=kwj5lN7CqaJqwOOZ8QFjXZO3qSBAwAwBdNwqXSBv5XU=; b=VTspbVLKkm/muW/RB694YJyVNlO7iE4Hj95SNKwfo9NdctkPykiZhkraPzhIpToKAb5nmbRI s5tzt6T5/ZdA9C+B4/hj2twXoBuTCuR33WQDebMgGoslLTBDLWa0iJQhf04LDekoDU7U4jJ2 d7ymzYGW5W6SPnmcvBPzCPmyCMw=
X-Mailgun-Sending-Ip: 166.78.69.170
X-Mailgun-Sid: WyJhNzYyYiIsICJxdWljLWlzc3Vlc0BpZXRmLm9yZyIsICI0MGYiXQ==
Sender: mt=lowentropy.net@github.com
Received: from github.com (Unknown [192.30.252.38]) by mxa.mailgun.org with ESMTP id 5c46b024.7ff6351327e0-smtp-out-n02; Tue, 22 Jan 2019 05:54:44 -0000 (UTC)
Date: Mon, 21 Jan 2019 21:54:43 -0800
From: martinthomson <mt@lowentropy.net>
Reply-To: martinthomson <mt@lowentropy.net>
To: quic-issues@ietf.org
Message-ID: <5c46b023e5ea0_6a1a2ae72e3205887443@hookshot-fe-265448d.cp1-iad.github.net.mail>
Subject: [quicwg/base-drafts]
Mime-Version: 1.0
Content-Type: multipart/mixed; boundary="--==_mimepart_5c46b023e5a44_6a1a2ae72e32058874373"; charset=UTF-8
Content-Transfer-Encoding: 7bit
Archived-At: <https://mailarchive.ietf.org/arch/msg/quic-issues/3_w2-RF2y-l0qEw5LAfU7I_rg-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: Tue, 22 Jan 2019 05:54:48 -0000

----==_mimepart_5c46b023e5a44_6a1a2ae72e32058874373
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

  Branch: refs/heads/janaiyengar-patch-2
  Home:   https://github.com/quicwg/base-drafts

      **NOTE:** This service has been marked for deprecation: https://developer.github.com/changes/2018-04-25-github-services-deprecation/

      Functionality will be removed from GitHub.com on January 31st, 2019.

----==_mimepart_5c46b023e5a44_6a1a2ae72e32058874373--


From nobody Mon Jan 21 21: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 B98D812D84D for <quic-issues@ietfa.amsl.com>; Mon, 21 Jan 2019 21:55:31 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -11.007
X-Spam-Level: 
X-Spam-Status: No, score=-11.007 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIMWL_WL_HIGH=-4.553, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, HTML_IMAGE_ONLY_20=1.546, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-1, RCVD_IN_DNSWL_HI=-5, SPF_PASS=-0.001] autolearn=ham autolearn_force=no
Authentication-Results: ietfa.amsl.com (amavisd-new); dkim=pass (1024-bit key) header.d=github.com
Received: from mail.ietf.org ([4.31.198.44]) by localhost (ietfa.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id XhmBOuSf1q0J for <quic-issues@ietfa.amsl.com>; Mon, 21 Jan 2019 21:55: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 323A81294D0 for <quic-issues@ietf.org>; Mon, 21 Jan 2019 21:55:30 -0800 (PST)
Date: Mon, 21 Jan 2019 21:55:29 -0800
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1548136529; bh=ZgfPkiS8HZjvcSeXA0avbFEf/nCznam/el/LmZWsFZ0=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=xc7NBPG3ZqwIm9CDSo0q5HGPCB8VuuVVT/PhWTjfFAzez/8JG/0LoOBb1+nOPOeGr 2zbf+4k+MpjhyJCFLOf+k9+sjxkHZHZY+0ODFjwd9G8/P6Nh6PrwhIh0p2UP4Nrm9M T6fQwCbVJXnD3JGMoGEv4+97p9Q2rPQlY6ADUhf8=
From: Martin Thomson <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+0166e4abb39c3c4ee94d39a50934963599051693c1b5821d92cf00000001185e725192a169ce176a63e1@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/pull/2212/c456279982@github.com>
In-Reply-To: <quicwg/base-drafts/pull/2212@github.com>
References: <quicwg/base-drafts/pull/2212@github.com>
Subject: Re: [quicwg/base-drafts] Proposed change to #1965 (#2212)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5c46b051c4a9_4f8c3fd8652d45c4305311"; 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/gNl2gB0EZ__MmTxsK1BGRhujj4k>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
List-Id: Notification list for GitHub issues related to the QUIC WG <quic-issues.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=unsubscribe>
List-Archive: <https://mailarchive.ietf.org/arch/browse/quic-issues/>
List-Post: <mailto:quic-issues@ietf.org>
List-Help: <mailto:quic-issues-request@ietf.org?subject=help>
List-Subscribe: <https://www.ietf.org/mailman/listinfo/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=subscribe>
X-List-Received-Date: Tue, 22 Jan 2019 05:55:32 -0000

----==_mimepart_5c46b051c4a9_4f8c3fd8652d45c4305311
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

For future reference: a helpful title ensures that creating changelogs is easier.

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/quicwg/base-drafts/pull/2212#issuecomment-456279982
----==_mimepart_5c46b051c4a9_4f8c3fd8652d45c4305311
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

<p>For future reference: a helpful title ensures that creating changelogs is easier.</p>

<p style="font-size:small;-webkit-text-size-adjust:none;color:#666;">&mdash;<br />You are receiving this because you are subscribed to this thread.<br />Reply to this email directly, <a href="https://github.com/quicwg/base-drafts/pull/2212#issuecomment-456279982">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AWbkq9iAA0zzOklowkeMwvA5C9bxvSOZks5vFqfRgaJpZM4ZbU7m">mute the thread</a>.<img src="https://github.com/notifications/beacon/AWbkq4GWLTYKKm3hl9I-E61vmaUF_A2Zks5vFqfRgaJpZM4ZbU7m.gif" height="1" width="1" alt="" /></p>
<script type="application/json" data-scope="inboxmarkup">{"api_version":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name":"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"https://github.githubassets.com/images/email/message_cards/header.png","avatar_image_url":"https://github.githubassets.com/images/email/message_cards/avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/quicwg/base-drafts"}},"updates":{"snippets":[{"icon":"PERSON","message":"@martinthomson in #2212: For future reference: a helpful title ensures that creating changelogs is easier."}],"action":{"name":"View Pull Request","url":"https://github.com/quicwg/base-drafts/pull/2212#issuecomment-456279982"}}}</script>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/pull/2212#issuecomment-456279982",
"url": "https://github.com/quicwg/base-drafts/pull/2212#issuecomment-456279982",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>
----==_mimepart_5c46b051c4a9_4f8c3fd8652d45c4305311--


From nobody Mon Jan 21 21:57:20 2019
Return-Path: <bounce+565321.40f-quic-issues=ietf.org@github.com>
X-Original-To: quic-issues@ietfa.amsl.com
Delivered-To: quic-issues@ietfa.amsl.com
Received: from localhost (localhost [127.0.0.1]) by ietfa.amsl.com (Postfix) with ESMTP id 1B2B212D84D for <quic-issues@ietfa.amsl.com>; Mon, 21 Jan 2019 21:57:18 -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=-4.553, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, HEADER_FROM_DIFFERENT_DOMAINS=0.001, RCVD_IN_DNSWL_NONE=-0.0001, SPF_PASS=-0.001] autolearn=ham autolearn_force=no
Authentication-Results: ietfa.amsl.com (amavisd-new); dkim=pass (1024-bit key) header.d=github.com
Received: from mail.ietf.org ([4.31.198.44]) by localhost (ietfa.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id KvbCzwLih6hg for <quic-issues@ietfa.amsl.com>; Mon, 21 Jan 2019 21:57:16 -0800 (PST)
Received: from m69-169.mailgun.net (m69-169.mailgun.net [166.78.69.169]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id 58A041294D0 for <quic-issues@ietf.org>; Mon, 21 Jan 2019 21:57:16 -0800 (PST)
DKIM-Signature: a=rsa-sha256; v=1; c=relaxed/relaxed; d=github.com; q=dns/txt;  s=mailo; t=1548136635; h=Content-Transfer-Encoding: Content-Type: Mime-Version: Subject: Message-ID: To: Reply-To: From: Date: Sender; bh=DHieBPiNqvFV6+0iLewQgLjcmYQGAK2mTfX3iZaapX0=; b=WAnIx0t1E6qfXkKJWVvVCoqbdMmQ5t2wbh+H6RokxiKDHFEnTBzbrw2GgqtKoYGJdoq44StI tMWx52pBYCLLwJocFlpdilVqP9tbkrdLOmcQH51y73pSJAYhqLjzIeA+XZ26IzKAqukcrneY dJtluYhI5OrCyBLLDR6OMCWii5w=
X-Mailgun-Sending-Ip: 166.78.69.169
X-Mailgun-Sid: WyJhNzYyYiIsICJxdWljLWlzc3Vlc0BpZXRmLm9yZyIsICI0MGYiXQ==
Sender: mt=lowentropy.net@github.com
Received: from github.com (Unknown [192.30.252.35]) by mxa.mailgun.org with ESMTP id 5c46b0bb.7fcdf5eb4270-smtp-out-n03; Tue, 22 Jan 2019 05:57:15 -0000 (UTC)
Date: Mon, 21 Jan 2019 21:57:15 -0800
From: martinthomson <mt@lowentropy.net>
Reply-To: martinthomson <mt@lowentropy.net>
To: quic-issues@ietf.org
Message-ID: <5c46b0bb43e87_22782ad35fd48584915d0@hookshot-fe-d252ca1.cp1-iad.github.net.mail>
Subject: [quicwg/base-drafts]
Mime-Version: 1.0
Content-Type: multipart/mixed; boundary="--==_mimepart_5c46b0bb43afb_22782ad35fd485849148b"; charset=UTF-8
Content-Transfer-Encoding: 7bit
Archived-At: <https://mailarchive.ietf.org/arch/msg/quic-issues/hJGeVj0WZZ9btFoDKkwkPUMLawY>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
Precedence: list
List-Id: Notification list for GitHub issues related to the QUIC WG <quic-issues.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=unsubscribe>
List-Archive: <https://mailarchive.ietf.org/arch/browse/quic-issues/>
List-Post: <mailto:quic-issues@ietf.org>
List-Help: <mailto:quic-issues-request@ietf.org?subject=help>
List-Subscribe: <https://www.ietf.org/mailman/listinfo/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=subscribe>
X-List-Received-Date: Tue, 22 Jan 2019 05:57:18 -0000

----==_mimepart_5c46b0bb43afb_22782ad35fd485849148b
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

  Branch: refs/heads/close2207
  Home:   https://github.com/quicwg/base-drafts

      **NOTE:** This service has been marked for deprecation: https://developer.github.com/changes/2018-04-25-github-services-deprecation/

      Functionality will be removed from GitHub.com on January 31st, 2019.

----==_mimepart_5c46b0bb43afb_22782ad35fd485849148b--


From nobody Mon Jan 21 21:58: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 810ED1294D0 for <quic-issues@ietfa.amsl.com>; Mon, 21 Jan 2019 21:58:14 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -10.935
X-Spam-Level: 
X-Spam-Status: No, score=-10.935 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIMWL_WL_HIGH=-4.553, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, HTML_IMAGE_ONLY_24=1.618, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-1, RCVD_IN_DNSWL_HI=-5, SPF_PASS=-0.001] autolearn=ham autolearn_force=no
Authentication-Results: ietfa.amsl.com (amavisd-new); dkim=pass (1024-bit key) header.d=github.com
Received: from mail.ietf.org ([4.31.198.44]) by localhost (ietfa.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id UqicmEu1orzn for <quic-issues@ietfa.amsl.com>; Mon, 21 Jan 2019 21:58:13 -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 D43BE12D84D for <quic-issues@ietf.org>; Mon, 21 Jan 2019 21:58:12 -0800 (PST)
Date: Mon, 21 Jan 2019 21:58:11 -0800
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1548136691; bh=M1RUildPQTQn3SiRT6rODi/cbM0UTPdsrj7cu0QFYas=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=eHJgEVep4+eT8UkJ5lwpEfbe4xjtYVN6WR5d/QMjMc+iezHy8la2ktQw/fFMI7sD5 YPyQyv8ENf6Xi/jNGXnuHMk/RH8fv7hwXCtsRmjWVC8iuy4CY22FT8E4y8dDRz5Di4 DTapTSTQuG7jzDfEX5qHPF8oP6P8/rCJ+sw/aPmc=
From: Martin Thomson <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+0166e4aba5fc93b92b7be6f828af6a2fc53cc8b17ebcb73f92cf00000001185e72f392a169ce17635f26@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/issues/2207/456280430@github.com>
In-Reply-To: <quicwg/base-drafts/issues/2207@github.com>
References: <quicwg/base-drafts/issues/2207@github.com>
Subject: Re: [quicwg/base-drafts] Time based loss recommendation not sensitive to paths with high RTT variability (#2207)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5c46b0f3bf11e_543c3f93cbad45b415902f"; 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/geQUzWL-n3SDseRNDyC2BG-oc28>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
List-Id: Notification list for GitHub issues related to the QUIC WG <quic-issues.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=unsubscribe>
List-Archive: <https://mailarchive.ietf.org/arch/browse/quic-issues/>
List-Post: <mailto:quic-issues@ietf.org>
List-Help: <mailto:quic-issues-request@ietf.org?subject=help>
List-Subscribe: <https://www.ietf.org/mailman/listinfo/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=subscribe>
X-List-Received-Date: Tue, 22 Jan 2019 05:58:15 -0000

----==_mimepart_5c46b0f3bf11e_543c3f93cbad45b415902f
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

Marking this editorial based on the changes from #2213.  If someone disagrees, then we'll need a changelog entry for -18.

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/quicwg/base-drafts/issues/2207#issuecomment-456280430
----==_mimepart_5c46b0f3bf11e_543c3f93cbad45b415902f
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

<p>Marking this editorial based on the changes from <a class="issue-link js-issue-link" data-error-text="Failed to load issue title" data-id="392876919" data-permission-text="Issue title is private" data-url="https://github.com/quicwg/base-drafts/issues/2213" data-hovercard-type="pull_request" data-hovercard-url="/quicwg/base-drafts/pull/2213/hovercard" href="https://github.com/quicwg/base-drafts/pull/2213">#2213</a>.  If someone disagrees, then we'll need a changelog entry for -18.</p>

<p style="font-size:small;-webkit-text-size-adjust:none;color:#666;">&mdash;<br />You are receiving this because you are subscribed to this thread.<br />Reply to this email directly, <a href="https://github.com/quicwg/base-drafts/issues/2207#issuecomment-456280430">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AWbkq3nZRsQV2C8Sjkkp53LOTHysJYqiks5vFqhzgaJpZM4ZZTp8">mute the thread</a>.<img src="https://github.com/notifications/beacon/AWbkqwiUQG6Ezo4mXatmgx5k0NJmkkC6ks5vFqhzgaJpZM4ZZTp8.gif" height="1" width="1" alt="" /></p>
<script type="application/json" data-scope="inboxmarkup">{"api_version":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name":"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"https://github.githubassets.com/images/email/message_cards/header.png","avatar_image_url":"https://github.githubassets.com/images/email/message_cards/avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/quicwg/base-drafts"}},"updates":{"snippets":[{"icon":"PERSON","message":"@martinthomson in #2207: Marking this editorial based on the changes from #2213.  If someone disagrees, then we'll need a changelog entry for -18."}],"action":{"name":"View Issue","url":"https://github.com/quicwg/base-drafts/issues/2207#issuecomment-456280430"}}}</script>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/issues/2207#issuecomment-456280430",
"url": "https://github.com/quicwg/base-drafts/issues/2207#issuecomment-456280430",
"name": "View Issue"
},
"description": "View this Issue on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>
----==_mimepart_5c46b0f3bf11e_543c3f93cbad45b415902f--


From nobody Mon Jan 21 22:54:13 2019
Return-Path: <bounce+565321.40f-quic-issues=ietf.org@github.com>
X-Original-To: quic-issues@ietfa.amsl.com
Delivered-To: quic-issues@ietfa.amsl.com
Received: from localhost (localhost [127.0.0.1]) by ietfa.amsl.com (Postfix) with ESMTP id 013A61310CF for <quic-issues@ietfa.amsl.com>; Mon, 21 Jan 2019 22:54:12 -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=-4.553, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, HEADER_FROM_DIFFERENT_DOMAINS=0.001, RCVD_IN_DNSWL_NONE=-0.0001, SPF_PASS=-0.001] autolearn=ham autolearn_force=no
Authentication-Results: ietfa.amsl.com (amavisd-new); dkim=pass (1024-bit key) header.d=github.com
Received: from mail.ietf.org ([4.31.198.44]) by localhost (ietfa.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id SdmGM7xAWqkP for <quic-issues@ietfa.amsl.com>; Mon, 21 Jan 2019 22:54:10 -0800 (PST)
Received: from m71-131.mailgun.net (m71-131.mailgun.net [166.78.71.131]) (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 0E6611310BD for <quic-issues@ietf.org>; Mon, 21 Jan 2019 22:54:09 -0800 (PST)
DKIM-Signature: a=rsa-sha256; v=1; c=relaxed/relaxed; d=github.com; q=dns/txt;  s=mailo; t=1548140049; h=Content-Transfer-Encoding: Content-Type: Mime-Version: Subject: Message-ID: To: Reply-To: From: Date: Sender; bh=Rzr1UVfenTYGvuBAEsiua5rfdFChRuORV8wUYmEoxLU=; b=oOmus6z/Q04f0bJN7yenf4+XXqvQjNEQjQaPieemPmW3vyyBkHXFzkRQnLDkxDUmpA/4lGsa DJjXoDoGXooH4DJ+bfl1xKCU3bPHeqDyqbDBlqXuBuoCaQsyHSE2ICzWQRRzZENnJGOQP40q bOGEuJLJqvLWcSszfN1aHkqOitc=
X-Mailgun-Sending-Ip: 166.78.71.131
X-Mailgun-Sid: WyJhNzYyYiIsICJxdWljLWlzc3Vlc0BpZXRmLm9yZyIsICI0MGYiXQ==
Sender: mt=lowentropy.net@github.com
Received: from github.com (Unknown [192.30.252.39]) by mxa.mailgun.org with ESMTP id 5c46be10.7f0116bbd750-smtp-out-n02; Tue, 22 Jan 2019 06:54:08 -0000 (UTC)
Date: Mon, 21 Jan 2019 22:54:08 -0800
From: martinthomson <mt@lowentropy.net>
Reply-To: martinthomson <mt@lowentropy.net>
To: quic-issues@ietf.org
Message-ID: <5c46be10818ee_4f972aee0110c58849151@hookshot-fe-da92815.cp1-iad.github.net.mail>
Subject: [quicwg/base-drafts]
Mime-Version: 1.0
Content-Type: multipart/mixed; boundary="--==_mimepart_5c46be1081436_4f972aee0110c588490cc"; charset=UTF-8
Content-Transfer-Encoding: 7bit
Archived-At: <https://mailarchive.ietf.org/arch/msg/quic-issues/Uc1VVaFQhn-YJgvoiKAvLPA7zBA>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
Precedence: list
List-Id: Notification list for GitHub issues related to the QUIC WG <quic-issues.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=unsubscribe>
List-Archive: <https://mailarchive.ietf.org/arch/browse/quic-issues/>
List-Post: <mailto:quic-issues@ietf.org>
List-Help: <mailto:quic-issues-request@ietf.org?subject=help>
List-Subscribe: <https://www.ietf.org/mailman/listinfo/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=subscribe>
X-List-Received-Date: Tue, 22 Jan 2019 06:54:12 -0000

----==_mimepart_5c46be1081436_4f972aee0110c588490cc
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

  Branch: refs/heads/ianswett-idempotent-frames
  Home:   https://github.com/quicwg/base-drafts

      **NOTE:** This service has been marked for deprecation: https://developer.github.com/changes/2018-04-25-github-services-deprecation/

      Functionality will be removed from GitHub.com on January 31st, 2019.

----==_mimepart_5c46be1081436_4f972aee0110c588490cc--


From nobody Mon Jan 21 23:07:33 2019
Return-Path: <bounce+565321.40f-quic-issues=ietf.org@github.com>
X-Original-To: quic-issues@ietfa.amsl.com
Delivered-To: quic-issues@ietfa.amsl.com
Received: from localhost (localhost [127.0.0.1]) by ietfa.amsl.com (Postfix) with ESMTP id BAE0812D84C for <quic-issues@ietfa.amsl.com>; Mon, 21 Jan 2019 23:07:31 -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=-4.553, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, HEADER_FROM_DIFFERENT_DOMAINS=0.001, RCVD_IN_DNSWL_NONE=-0.0001, SPF_PASS=-0.001] autolearn=ham autolearn_force=no
Authentication-Results: ietfa.amsl.com (amavisd-new); dkim=pass (1024-bit key) header.d=github.com
Received: from mail.ietf.org ([4.31.198.44]) by localhost (ietfa.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id rxAA6qD3e69g for <quic-issues@ietfa.amsl.com>; Mon, 21 Jan 2019 23:07:29 -0800 (PST)
Received: from m69-169.mailgun.net (m69-169.mailgun.net [166.78.69.169]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id B1E8112D4F2 for <quic-issues@ietf.org>; Mon, 21 Jan 2019 23:07:29 -0800 (PST)
DKIM-Signature: a=rsa-sha256; v=1; c=relaxed/relaxed; d=github.com; q=dns/txt;  s=mailo; t=1548140848; h=Content-Transfer-Encoding: Content-Type: Mime-Version: Subject: Message-ID: To: Reply-To: From: Date: Sender; bh=jH+Xlq/aWd3DqXmvAQxqzHVhmJP8L+og0YmD3sgu1/4=; b=uISF8tEaTp4eyRZmCsRyhDuEuSQo2qzpcFwUiGaAzHYpbvbLjTCoE2i+km9OV9qvLRQ9ZWXY HRgO5nchDTvspv0j3IBZ1jr0z7A8wswrm7MkYViz25LJYLUdPkE5bG49+RZENmGdglMtdnTf ficLQxL8jdfOhn57/3SAjUVWDKs=
X-Mailgun-Sending-Ip: 166.78.69.169
X-Mailgun-Sid: WyJhNzYyYiIsICJxdWljLWlzc3Vlc0BpZXRmLm9yZyIsICI0MGYiXQ==
Sender: mt=lowentropy.net@github.com
Received: from github.com (Unknown [192.30.252.37]) by mxa.mailgun.org with ESMTP id 5c46c130.7fb224b68180-smtp-out-n01; Tue, 22 Jan 2019 07:07:28 -0000 (UTC)
Date: Mon, 21 Jan 2019 23:07:28 -0800
From: martinthomson <mt@lowentropy.net>
Reply-To: martinthomson <mt@lowentropy.net>
To: quic-issues@ietf.org
Message-ID: <5c46c130c7f96_6e762b022b86c5881188a7@hookshot-fe-2cc8887.cp1-iad.github.net.mail>
Subject: [quicwg/base-drafts]
Mime-Version: 1.0
Content-Type: multipart/mixed; boundary="--==_mimepart_5c46c130c7a06_6e762b022b86c588118731"; charset=UTF-8
Content-Transfer-Encoding: 7bit
Archived-At: <https://mailarchive.ietf.org/arch/msg/quic-issues/lnyr6qD8PyZfqlv52mYGfZ3AudI>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
Precedence: list
List-Id: Notification list for GitHub issues related to the QUIC WG <quic-issues.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=unsubscribe>
List-Archive: <https://mailarchive.ietf.org/arch/browse/quic-issues/>
List-Post: <mailto:quic-issues@ietf.org>
List-Help: <mailto:quic-issues-request@ietf.org?subject=help>
List-Subscribe: <https://www.ietf.org/mailman/listinfo/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=subscribe>
X-List-Received-Date: Tue, 22 Jan 2019 07:07:32 -0000

----==_mimepart_5c46c130c7a06_6e762b022b86c588118731
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

  Branch: refs/heads/ianswett-pseudocode
  Home:   https://github.com/quicwg/base-drafts

      **NOTE:** This service has been marked for deprecation: https://developer.github.com/changes/2018-04-25-github-services-deprecation/

      Functionality will be removed from GitHub.com on January 31st, 2019.

----==_mimepart_5c46c130c7a06_6e762b022b86c588118731--


From nobody Mon Jan 21 23:27:09 2019
Return-Path: <bounce+565321.40f-quic-issues=ietf.org@github.com>
X-Original-To: quic-issues@ietfa.amsl.com
Delivered-To: quic-issues@ietfa.amsl.com
Received: from localhost (localhost [127.0.0.1]) by ietfa.amsl.com (Postfix) with ESMTP id 1BFF412D84C for <quic-issues@ietfa.amsl.com>; Mon, 21 Jan 2019 23:27:08 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -0.996
X-Spam-Level: 
X-Spam-Status: No, score=-0.996 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIM_ADSP_CUSTOM_MED=0.001, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, FREEMAIL_FORGED_FROMDOMAIN=0.001, FREEMAIL_FROM=0.001, HEADER_FROM_DIFFERENT_DOMAINS=0.001, NML_ADSP_CUSTOM_MED=0.9, RCVD_IN_DNSWL_NONE=-0.0001, SPF_PASS=-0.001, URIBL_BLOCKED=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 Nu9Xp9XRPkJ5 for <quic-issues@ietfa.amsl.com>; Mon, 21 Jan 2019 23:27:07 -0800 (PST)
Received: from m69-170.mailgun.net (m69-170.mailgun.net [166.78.69.170]) (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 CB44E12D4F2 for <quic-issues@ietf.org>; Mon, 21 Jan 2019 23:27:06 -0800 (PST)
DKIM-Signature: a=rsa-sha256; v=1; c=relaxed/relaxed; d=github.com; q=dns/txt;  s=mailo; t=1548142025; h=Content-Transfer-Encoding: Content-Type: Mime-Version: Subject: Message-ID: To: Reply-To: From: Date: Sender; bh=O8AnggKdXjvDod3NpXj693gmxrj9rMwK3XEGif4+yKE=; b=hkui43+C5ZO1a05QCmcA72VMPQaWyt94z1R0IHfWi6ED+0SYTBQz0+rbcR7Hdd/7AmcQRMvK +RxLaINm/7mTfzlL8qhK7V49wTn8DKEZCTl4O6JX53YHftN+PWGq7ShUiFGUuLAPUeP3ElIc JE4w2ilG7ZVEACP8jWEWTnSbPMU=
X-Mailgun-Sending-Ip: 166.78.69.170
X-Mailgun-Sid: WyJhNzYyYiIsICJxdWljLWlzc3Vlc0BpZXRmLm9yZyIsICI0MGYiXQ==
Sender: martin.thomson=gmail.com@github.com
Received: from github.com (Unknown [192.30.252.36]) by mxa.mailgun.org with ESMTP id 5c46c5c9.7fc5faf15060-smtp-out-n01; Tue, 22 Jan 2019 07:27:05 -0000 (UTC)
Date: Mon, 21 Jan 2019 23:27:05 -0800
From: Martin Thomson <martin.thomson@gmail.com>
Reply-To: Martin Thomson <martin.thomson@gmail.com>
To: quic-issues@ietf.org
Message-ID: <5c46c5c95171f_60122b1dd0b6457c98412@hookshot-fe-6b2eebc.cp1-iad.github.net.mail>
Subject: [quicwg/base-drafts] 706e7a: Transport changelog for -18
Mime-Version: 1.0
Content-Type: multipart/mixed; boundary="--==_mimepart_5c46c5c95131f_60122b1dd0b6457c98374"; charset=UTF-8
Content-Transfer-Encoding: 7bit
Archived-At: <https://mailarchive.ietf.org/arch/msg/quic-issues/qbSPwHHexCWCRdv4v_K4nJdaq-s>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
Precedence: list
List-Id: Notification list for GitHub issues related to the QUIC WG <quic-issues.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=unsubscribe>
List-Archive: <https://mailarchive.ietf.org/arch/browse/quic-issues/>
List-Post: <mailto:quic-issues@ietf.org>
List-Help: <mailto:quic-issues-request@ietf.org?subject=help>
List-Subscribe: <https://www.ietf.org/mailman/listinfo/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=subscribe>
X-List-Received-Date: Tue, 22 Jan 2019 07:27:08 -0000

----==_mimepart_5c46c5c95131f_60122b1dd0b6457c98374
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

  Branch: refs/heads/changelog-18
  Home:   https://github.com/quicwg/base-drafts
  Commit: 706e7ab00992b981d6e7f5aa2c185fb6678dcceb
      https://github.com/quicwg/base-drafts/commit/706e7ab00992b981d6e7f5aa2c185fb6678dcceb
  Author: Martin Thomson <martin.thomson@gmail.com>
  Date:   2019-01-22 (Tue, 22 Jan 2019)

  Changed paths:
    M draft-ietf-quic-transport.md

  Log Message:
  -----------
  Transport changelog for -18



      **NOTE:** This service has been marked for deprecation: https://developer.github.com/changes/2018-04-25-github-services-deprecation/

      Functionality will be removed from GitHub.com on January 31st, 2019.

----==_mimepart_5c46c5c95131f_60122b1dd0b6457c98374--


From nobody Mon Jan 21 23:59:43 2019
Return-Path: <bounce+565321.40f-quic-issues=ietf.org@github.com>
X-Original-To: quic-issues@ietfa.amsl.com
Delivered-To: quic-issues@ietfa.amsl.com
Received: from localhost (localhost [127.0.0.1]) by ietfa.amsl.com (Postfix) with ESMTP id 2A7F7130E8E for <quic-issues@ietfa.amsl.com>; Mon, 21 Jan 2019 23:59:41 -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=-4.553, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, HEADER_FROM_DIFFERENT_DOMAINS=0.001, RCVD_IN_DNSWL_NONE=-0.0001, SPF_PASS=-0.001] autolearn=ham autolearn_force=no
Authentication-Results: ietfa.amsl.com (amavisd-new); dkim=pass (1024-bit key) header.d=github.com
Received: from mail.ietf.org ([4.31.198.44]) by localhost (ietfa.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id OGxgdpljMMRC for <quic-issues@ietfa.amsl.com>; Mon, 21 Jan 2019 23:59:39 -0800 (PST)
Received: from m71-131.mailgun.net (m71-131.mailgun.net [166.78.71.131]) (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 0F6D3123FFD for <quic-issues@ietf.org>; Mon, 21 Jan 2019 23:59:38 -0800 (PST)
DKIM-Signature: a=rsa-sha256; v=1; c=relaxed/relaxed; d=github.com; q=dns/txt;  s=mailo; t=1548143978; h=Content-Transfer-Encoding: Content-Type: Mime-Version: Subject: Message-ID: To: Reply-To: From: Date: Sender; bh=zT6/V/a9periSh2bp7WxH83TNxAB09E7KdFQZ3bnzrE=; b=YXku6pbWP/+ZjESshLYYfQQJqXtqSg/4tKem8q8vyFuhkac6temJ1d0YaEVaSHnX/PpYmEWF JxmsneK0EPVqrygGL5pjw9cgHybGMxjDQiYXwb56v44Yo8NiSbh1OL3jwOu5ADGSZiPAG63o 6CjJNBQGwzARXAfEz1NIseO4YXQ=
X-Mailgun-Sending-Ip: 166.78.71.131
X-Mailgun-Sid: WyJhNzYyYiIsICJxdWljLWlzc3Vlc0BpZXRmLm9yZyIsICI0MGYiXQ==
Sender: mt=lowentropy.net@github.com
Received: from github.com (Unknown [192.30.252.39]) by mxa.mailgun.org with ESMTP id 5c46cd69.7fb8a5ac97e0-smtp-out-n02; Tue, 22 Jan 2019 07:59:37 -0000 (UTC)
Date: Mon, 21 Jan 2019 23:59:37 -0800
From: martinthomson <mt@lowentropy.net>
Reply-To: martinthomson <mt@lowentropy.net>
To: quic-issues@ietf.org
Message-ID: <5c46cd69705_4f442ae985b805942821c@hookshot-fe-da92815.cp1-iad.github.net.mail>
Subject: [quicwg/base-drafts]
Mime-Version: 1.0
Content-Type: multipart/mixed; boundary="--==_mimepart_5c46cd69252_4f442ae985b80594281cb"; charset=UTF-8
Content-Transfer-Encoding: 7bit
Archived-At: <https://mailarchive.ietf.org/arch/msg/quic-issues/KymS-ycCBFhMp94TKgrAJ75Y8B4>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
Precedence: list
List-Id: Notification list for GitHub issues related to the QUIC WG <quic-issues.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=unsubscribe>
List-Archive: <https://mailarchive.ietf.org/arch/browse/quic-issues/>
List-Post: <mailto:quic-issues@ietf.org>
List-Help: <mailto:quic-issues-request@ietf.org?subject=help>
List-Subscribe: <https://www.ietf.org/mailman/listinfo/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=subscribe>
X-List-Received-Date: Tue, 22 Jan 2019 07:59:41 -0000

----==_mimepart_5c46cd69252_4f442ae985b80594281cb
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

  Branch: refs/heads/ianswett-tlp-deadlock
  Home:   https://github.com/quicwg/base-drafts

      **NOTE:** This service has been marked for deprecation: https://developer.github.com/changes/2018-04-25-github-services-deprecation/

      Functionality will be removed from GitHub.com on January 31st, 2019.

----==_mimepart_5c46cd69252_4f442ae985b80594281cb--


From nobody Tue Jan 22 00:01:57 2019
Return-Path: <bounce+565321.40f-quic-issues=ietf.org@github.com>
X-Original-To: quic-issues@ietfa.amsl.com
Delivered-To: quic-issues@ietfa.amsl.com
Received: from localhost (localhost [127.0.0.1]) by ietfa.amsl.com (Postfix) with ESMTP id 959DC130E8E for <quic-issues@ietfa.amsl.com>; Tue, 22 Jan 2019 00:01:55 -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=-4.553, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, HEADER_FROM_DIFFERENT_DOMAINS=0.001, RCVD_IN_DNSWL_NONE=-0.0001, SPF_PASS=-0.001] autolearn=ham autolearn_force=no
Authentication-Results: ietfa.amsl.com (amavisd-new); dkim=pass (1024-bit key) header.d=github.com
Received: from mail.ietf.org ([4.31.198.44]) by localhost (ietfa.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 5EJuoqlq8g9S for <quic-issues@ietfa.amsl.com>; Tue, 22 Jan 2019 00:01:53 -0800 (PST)
Received: from m69-169.mailgun.net (m69-169.mailgun.net [166.78.69.169]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id B4EB2130EA1 for <quic-issues@ietf.org>; Tue, 22 Jan 2019 00:01:53 -0800 (PST)
DKIM-Signature: a=rsa-sha256; v=1; c=relaxed/relaxed; d=github.com; q=dns/txt;  s=mailo; t=1548144112; h=Content-Transfer-Encoding: Content-Type: Mime-Version: Subject: Message-ID: To: Reply-To: From: Date: Sender; bh=ZT9kT6aDl1R+Wh8AENgwq0FVRnZCh7Hk5D88pJZkBOQ=; b=qmlDjfPlXOjRl/LgJfz74XqMMx5j0E8vc6+KIwazK/R+d8J84E+fYQ7WR81Mrfs2IrZEH5ZN PZXWCRAXC93VNsQkHegFCJOhyIbOEQz16NKJLTwAYkmo/saiCQQ1ufy/sfIaSZxWFYvsFvUZ dzvACtzBp0YTHiqh9WrWBTlMQg0=
X-Mailgun-Sending-Ip: 166.78.69.169
X-Mailgun-Sid: WyJhNzYyYiIsICJxdWljLWlzc3Vlc0BpZXRmLm9yZyIsICI0MGYiXQ==
Sender: mt=lowentropy.net@github.com
Received: from github.com (Unknown [192.30.252.39]) by mxa.mailgun.org with ESMTP id 5c46cdf0.7fb8bd0c12a0-smtp-out-n02; Tue, 22 Jan 2019 08:01:52 -0000 (UTC)
Date: Tue, 22 Jan 2019 00:01:51 -0800
From: martinthomson <mt@lowentropy.net>
Reply-To: martinthomson <mt@lowentropy.net>
To: quic-issues@ietf.org
Message-ID: <5c46cdef2880e_1ff192af1cb6fa58049139@hookshot-fe-dfcc362.cp1-iad.github.net.mail>
Subject: [quicwg/base-drafts]
Mime-Version: 1.0
Content-Type: multipart/mixed; boundary="--==_mimepart_5c46cdef2830f_1ff192af1cb6fa580490e9"; charset=UTF-8
Content-Transfer-Encoding: 7bit
Archived-At: <https://mailarchive.ietf.org/arch/msg/quic-issues/ncjkzSCxMHilnXu7EVSGZSUUqxg>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
Precedence: list
List-Id: Notification list for GitHub issues related to the QUIC WG <quic-issues.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=unsubscribe>
List-Archive: <https://mailarchive.ietf.org/arch/browse/quic-issues/>
List-Post: <mailto:quic-issues@ietf.org>
List-Help: <mailto:quic-issues-request@ietf.org?subject=help>
List-Subscribe: <https://www.ietf.org/mailman/listinfo/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=subscribe>
X-List-Received-Date: Tue, 22 Jan 2019 08:01:55 -0000

----==_mimepart_5c46cdef2830f_1ff192af1cb6fa580490e9
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

  Branch: refs/heads/ianswett-consecutive-pto
  Home:   https://github.com/quicwg/base-drafts

      **NOTE:** This service has been marked for deprecation: https://developer.github.com/changes/2018-04-25-github-services-deprecation/

      Functionality will be removed from GitHub.com on January 31st, 2019.

----==_mimepart_5c46cdef2830f_1ff192af1cb6fa580490e9--


From nobody Tue Jan 22 00:02:37 2019
Return-Path: <bounce+565321.40f-quic-issues=ietf.org@github.com>
X-Original-To: quic-issues@ietfa.amsl.com
Delivered-To: quic-issues@ietfa.amsl.com
Received: from localhost (localhost [127.0.0.1]) by ietfa.amsl.com (Postfix) with ESMTP id 89CD6123FFD for <quic-issues@ietfa.amsl.com>; Tue, 22 Jan 2019 00:02:35 -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=-4.553, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, HEADER_FROM_DIFFERENT_DOMAINS=0.001, RCVD_IN_DNSWL_NONE=-0.0001, SPF_PASS=-0.001] autolearn=ham autolearn_force=no
Authentication-Results: ietfa.amsl.com (amavisd-new); dkim=pass (1024-bit key) header.d=github.com
Received: from mail.ietf.org ([4.31.198.44]) by localhost (ietfa.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id PJA0DUuAhpn9 for <quic-issues@ietfa.amsl.com>; Tue, 22 Jan 2019 00:02:29 -0800 (PST)
Received: from m71-131.mailgun.net (m71-131.mailgun.net [166.78.71.131]) (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 6EB25130E8E for <quic-issues@ietf.org>; Tue, 22 Jan 2019 00:02:29 -0800 (PST)
DKIM-Signature: a=rsa-sha256; v=1; c=relaxed/relaxed; d=github.com; q=dns/txt;  s=mailo; t=1548144148; h=Content-Transfer-Encoding: Content-Type: Mime-Version: Subject: Message-ID: To: Reply-To: From: Date: Sender; bh=oTheWYn7LemUfcv+RHc7xVg6NhqMoXp+/X/WYuquhfg=; b=pbi3NfagdhVI44qSWoZ54dT+kf/JpZIMY3IWSb3bDl9B95STEPxeQrcHaM1HcXGXdZxsoc9Z JBgdr0sGECQPT8mXNsddU4CRwJYSpEM4q74viRjG+r3czI+Y+xXl+wFDp50s1HALRzHE0WFi sAlBkxJdgnHT2gvNk7vdM5nLoGY=
X-Mailgun-Sending-Ip: 166.78.71.131
X-Mailgun-Sid: WyJhNzYyYiIsICJxdWljLWlzc3Vlc0BpZXRmLm9yZyIsICI0MGYiXQ==
Sender: mt=lowentropy.net@github.com
Received: from github.com (Unknown [192.30.252.39]) by mxa.mailgun.org with ESMTP id 5c46ce14.7fc6a50a5300-smtp-out-n02; Tue, 22 Jan 2019 08:02:28 -0000 (UTC)
Date: Tue, 22 Jan 2019 00:02:27 -0800
From: martinthomson <mt@lowentropy.net>
Reply-To: martinthomson <mt@lowentropy.net>
To: quic-issues@ietf.org
Message-ID: <5c46ce1371ac7_208b82b15cae1057c6028a@hookshot-fe-dfcc362.cp1-iad.github.net.mail>
Subject: [quicwg/base-drafts]
Mime-Version: 1.0
Content-Type: multipart/mixed; boundary="--==_mimepart_5c46ce13716ef_208b82b15cae1057c6019a"; charset=UTF-8
Content-Transfer-Encoding: 7bit
Archived-At: <https://mailarchive.ietf.org/arch/msg/quic-issues/e2tVIyqGDDs6vV_h6N-UUPfbdS4>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
Precedence: list
List-Id: Notification list for GitHub issues related to the QUIC WG <quic-issues.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=unsubscribe>
List-Archive: <https://mailarchive.ietf.org/arch/browse/quic-issues/>
List-Post: <mailto:quic-issues@ietf.org>
List-Help: <mailto:quic-issues-request@ietf.org?subject=help>
List-Subscribe: <https://www.ietf.org/mailman/listinfo/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=subscribe>
X-List-Received-Date: Tue, 22 Jan 2019 08:02:36 -0000

----==_mimepart_5c46ce13716ef_208b82b15cae1057c6019a
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

  Branch: refs/heads/persistent
  Home:   https://github.com/quicwg/base-drafts

      **NOTE:** This service has been marked for deprecation: https://developer.github.com/changes/2018-04-25-github-services-deprecation/

      Functionality will be removed from GitHub.com on January 31st, 2019.

----==_mimepart_5c46ce13716ef_208b82b15cae1057c6019a--


From nobody Tue Jan 22 00:27:17 2019
Return-Path: <bounce+565321.40f-quic-issues=ietf.org@github.com>
X-Original-To: quic-issues@ietfa.amsl.com
Delivered-To: quic-issues@ietfa.amsl.com
Received: from localhost (localhost [127.0.0.1]) by ietfa.amsl.com (Postfix) with ESMTP id 3D947130EA3 for <quic-issues@ietfa.amsl.com>; Tue, 22 Jan 2019 00:27:15 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -0.996
X-Spam-Level: 
X-Spam-Status: No, score=-0.996 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIM_ADSP_CUSTOM_MED=0.001, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, FREEMAIL_FORGED_FROMDOMAIN=0.001, FREEMAIL_FROM=0.001, HEADER_FROM_DIFFERENT_DOMAINS=0.001, NML_ADSP_CUSTOM_MED=0.9, RCVD_IN_DNSWL_NONE=-0.0001, SPF_PASS=-0.001, URIBL_BLOCKED=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 NU2w4vHkZOV2 for <quic-issues@ietfa.amsl.com>; Tue, 22 Jan 2019 00:27:14 -0800 (PST)
Received: from m69-170.mailgun.net (m69-170.mailgun.net [166.78.69.170]) (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 E0165129AA0 for <quic-issues@ietf.org>; Tue, 22 Jan 2019 00:27:13 -0800 (PST)
DKIM-Signature: a=rsa-sha256; v=1; c=relaxed/relaxed; d=github.com; q=dns/txt;  s=mailo; t=1548145633; h=Content-Transfer-Encoding: Content-Type: Mime-Version: Subject: Message-ID: To: Reply-To: From: Date: Sender; bh=qMq3QOodFBknUhzJn8Rv3upLF95Mltj389Be/6sJseY=; b=eIbPvs59K4kynK51SzU9ZNSZsSM2eHWQS1tGLQg83lwMgioM+YsVA+j/Zuw0ZjbmA8y3L2hd uj9BF9+uCr3nYxab5ebMrkoaCsSJDBg530B9h/NSOFDGseCV6jcTczlvI/bDNQ9nKKfTaiGI 5piPT8GIqzx0EtbGwSHSauUTIz4=
X-Mailgun-Sending-Ip: 166.78.69.170
X-Mailgun-Sid: WyJhNzYyYiIsICJxdWljLWlzc3Vlc0BpZXRmLm9yZyIsICI0MGYiXQ==
Sender: martin.thomson=gmail.com@github.com
Received: from github.com (Unknown [192.30.252.44]) by mxa.mailgun.org with ESMTP id 5c46d3e0.7fa34aa99390-smtp-out-n01; Tue, 22 Jan 2019 08:27:12 -0000 (UTC)
Date: Tue, 22 Jan 2019 00:27:11 -0800
From: Martin Thomson <martin.thomson@gmail.com>
Reply-To: Martin Thomson <martin.thomson@gmail.com>
To: quic-issues@ietf.org
Message-ID: <5c46d3df3d6c0_11942ae294ac459463055@hookshot-fe-6e9b612.cp1-iad.github.net.mail>
Subject: [quicwg/base-drafts] 79c7e1: TLS changes for -18
Mime-Version: 1.0
Content-Type: multipart/mixed; boundary="--==_mimepart_5c46d3df3d327_11942ae294ac45946295f"; charset=UTF-8
Content-Transfer-Encoding: 7bit
Archived-At: <https://mailarchive.ietf.org/arch/msg/quic-issues/QW2QBzcK63W9gHx4m8AhOAPKclY>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
Precedence: list
List-Id: Notification list for GitHub issues related to the QUIC WG <quic-issues.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=unsubscribe>
List-Archive: <https://mailarchive.ietf.org/arch/browse/quic-issues/>
List-Post: <mailto:quic-issues@ietf.org>
List-Help: <mailto:quic-issues-request@ietf.org?subject=help>
List-Subscribe: <https://www.ietf.org/mailman/listinfo/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=subscribe>
X-List-Received-Date: Tue, 22 Jan 2019 08:27:15 -0000

----==_mimepart_5c46d3df3d327_11942ae294ac45946295f
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

  Branch: refs/heads/changelog-18
  Home:   https://github.com/quicwg/base-drafts
  Commit: 79c7e13091c7eea0f19a2e277390518612475c4f
      https://github.com/quicwg/base-drafts/commit/79c7e13091c7eea0f19a2e277390518612475c4f
  Author: Martin Thomson <martin.thomson@gmail.com>
  Date:   2019-01-22 (Tue, 22 Jan 2019)

  Changed paths:
    M draft-ietf-quic-recovery.md
    M draft-ietf-quic-tls.md

  Log Message:
  -----------
  TLS changes for -18


  Commit: 0113b3a50c88b06918a514bdb998a8202e34fc6e
      https://github.com/quicwg/base-drafts/commit/0113b3a50c88b06918a514bdb998a8202e34fc6e
  Author: Martin Thomson <martin.thomson@gmail.com>
  Date:   2019-01-22 (Tue, 22 Jan 2019)

  Changed paths:
    M draft-ietf-quic-http.md

  Log Message:
  -----------
  HTTP changes for -18


  Commit: 982e913fbc248398c77b6945388ea5d20b6e7b3c
      https://github.com/quicwg/base-drafts/commit/982e913fbc248398c77b6945388ea5d20b6e7b3c
  Author: Martin Thomson <martin.thomson@gmail.com>
  Date:   2019-01-22 (Tue, 22 Jan 2019)

  Changed paths:
    M draft-ietf-quic-recovery.md

  Log Message:
  -----------
  Recovery changes for -18


Compare: https://github.com/quicwg/base-drafts/compare/706e7ab00992...982e913fbc24
      **NOTE:** This service has been marked for deprecation: https://developer.github.com/changes/2018-04-25-github-services-deprecation/

      Functionality will be removed from GitHub.com on January 31st, 2019.

----==_mimepart_5c46d3df3d327_11942ae294ac45946295f--


From nobody Tue Jan 22 03:51: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 2C546130ED1 for <quic-issues@ietfa.amsl.com>; Tue, 22 Jan 2019 03:51:32 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -11.149
X-Spam-Level: 
X-Spam-Status: No, score=-11.149 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIMWL_WL_HIGH=-4.553, 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_PASS=-0.001] autolearn=ham autolearn_force=no
Authentication-Results: ietfa.amsl.com (amavisd-new); dkim=pass (1024-bit key) header.d=github.com
Received: from mail.ietf.org ([4.31.198.44]) by localhost (ietfa.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id DJ64xaQ4ojpZ for <quic-issues@ietfa.amsl.com>; Tue, 22 Jan 2019 03:51: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 696FE1228B7 for <quic-issues@ietf.org>; Tue, 22 Jan 2019 03:51:30 -0800 (PST)
Date: Tue, 22 Jan 2019 03:51:29 -0800
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1548157889; bh=qUPrPIdH0KOawqLIYYVPTbea7TNgUTWpEvCmwPKW5F0=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=dCVKw/9JK1t7tdVhfeKegh8pWwj3CczUSqUPmmRxv1pyAivAxrqH4EnqNtJmlEuZx 0bGK008xhuqwbETxpG9sKMMNkv7Y/lVIKr7pDvkef7+OiMZLhXjMl+aITB36JsnfSj rn6ndSm0WO1ib3ImSw9NBRj53R6HtGSCmqDRm5X4=
From: Alessandro Ghedini <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+0166e4ab4fb6ece27a041e9c52011b691c98060fd67d7bb592cf00000001185ec5c192a169ce17e9c1c4@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/pull/2355/review/194965840@github.com>
In-Reply-To: <quicwg/base-drafts/pull/2355@github.com>
References: <quicwg/base-drafts/pull/2355@github.com>
Subject: Re: [quicwg/base-drafts] Allow stream-related frames in 0-RTT (#2355)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5c4703c11f451_5d603fa4308d45b4156220"; charset=UTF-8
Content-Transfer-Encoding: 7bit
Precedence: list
X-GitHub-Sender: ghedo
X-GitHub-Recipient: quic-issues
X-GitHub-Reason: subscribed
X-Auto-Response-Suppress: All
X-GitHub-Recipient-Address: quic-issues@ietf.org
Archived-At: <https://mailarchive.ietf.org/arch/msg/quic-issues/bSAXwZIXN8oXm33zGaNjo1nFDM4>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
List-Id: Notification list for GitHub issues related to the QUIC WG <quic-issues.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=unsubscribe>
List-Archive: <https://mailarchive.ietf.org/arch/browse/quic-issues/>
List-Post: <mailto:quic-issues@ietf.org>
List-Help: <mailto:quic-issues-request@ietf.org?subject=help>
List-Subscribe: <https://www.ietf.org/mailman/listinfo/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=subscribe>
X-List-Received-Date: Tue, 22 Jan 2019 11:51:32 -0000

----==_mimepart_5c4703c11f451_5d603fa4308d45b4156220
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

ghedo requested changes on this pull request.



> @@ -326,17 +326,12 @@ encryption levels:
 
 - CRYPTO frames MAY appear in packets of any encryption level except 0-RTT.
 
-- CONNECTION_CLOSE MAY appear in packets of any encryption level other than

Section 10.3 of the transport draft says that if 1-RTT keys are not available, CONNECTION_CLOSE can be sent in Initial and Handshake, but if I read this right, this change means that CONNECTION_CLOSE can only be sent in 1-RTT and 0-RTT?

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/quicwg/base-drafts/pull/2355#pullrequestreview-194965840
----==_mimepart_5c4703c11f451_5d603fa4308d45b4156220
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

<p><b>@ghedo</b> requested changes on this pull request.</p>

<hr>

<p>In <a href="https://github.com/quicwg/base-drafts/pull/2355#discussion_r249748373">draft-ietf-quic-tls.md</a>:</p>
<pre style='color:#555'>&gt; @@ -326,17 +326,12 @@ encryption levels:
 
 - CRYPTO frames MAY appear in packets of any encryption level except 0-RTT.
 
-- CONNECTION_CLOSE MAY appear in packets of any encryption level other than
</pre>
<p>Section 10.3 of the transport draft says that if 1-RTT keys are not available, CONNECTION_CLOSE can be sent in Initial and Handshake, but if I read this right, this change means that CONNECTION_CLOSE can only be sent in 1-RTT and 0-RTT?</p>

<p style="font-size:small;-webkit-text-size-adjust:none;color:#666;">&mdash;<br />You are receiving this because you are subscribed to this thread.<br />Reply to this email directly, <a href="https://github.com/quicwg/base-drafts/pull/2355#pullrequestreview-194965840">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AWbkqw2EO7XBDJePG2ZKzbbsec3r6F0Lks5vFvtBgaJpZM4aKHLA">mute the thread</a>.<img src="https://github.com/notifications/beacon/AWbkqwr9tJR_2CSJycYGLSrUADK8KIfKks5vFvtBgaJpZM4aKHLA.gif" height="1" width="1" alt="" /></p>
<script type="application/json" data-scope="inboxmarkup">{"api_version":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name":"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"https://github.githubassets.com/images/email/message_cards/header.png","avatar_image_url":"https://github.githubassets.com/images/email/message_cards/avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/quicwg/base-drafts"}},"updates":{"snippets":[{"icon":"PERSON","message":"@ghedo requested changes on #2355"}],"action":{"name":"View Pull Request","url":"https://github.com/quicwg/base-drafts/pull/2355#pullrequestreview-194965840"}}}</script>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/pull/2355#pullrequestreview-194965840",
"url": "https://github.com/quicwg/base-drafts/pull/2355#pullrequestreview-194965840",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>
----==_mimepart_5c4703c11f451_5d603fa4308d45b4156220--


From nobody Tue Jan 22 04:24: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 12838130F49 for <quic-issues@ietfa.amsl.com>; Tue, 22 Jan 2019 04:24:27 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -11.149
X-Spam-Level: 
X-Spam-Status: No, score=-11.149 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIMWL_WL_HIGH=-4.553, 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_PASS=-0.001] autolearn=ham autolearn_force=no
Authentication-Results: ietfa.amsl.com (amavisd-new); dkim=pass (1024-bit key) header.d=github.com
Received: from mail.ietf.org ([4.31.198.44]) by localhost (ietfa.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id NfvU4nxKN6zR for <quic-issues@ietfa.amsl.com>; Tue, 22 Jan 2019 04:24: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 7DFD6130F3F for <quic-issues@ietf.org>; Tue, 22 Jan 2019 04:24:25 -0800 (PST)
Date: Tue, 22 Jan 2019 04:24:24 -0800
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1548159864; bh=xS5NwyCrGHI8ybAk/r9nsRQT8qy12lcLIJ3HIKdCIUw=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=eTpUy/D3nJMgFjaB/pktWaChQYLk78Ec7T979Sg8H7xGo5JOboka8AI/R0K7jJyHG 9/ajyC14sdGrvsH0sBG0lBBislnABTGFU5cSOluXWue7S+Vijic4cdWyOC2CYIr+z5 ZGidRNfRrAbSbcF4UoNx2XapmWUPcHnFzCEyvkks=
From: ianswett <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+0166e4ab75243f853f6dc6ba4beb8a6a0e138876503f10e692cf00000001185ecd7892a169ce17e9c1c4@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/pull/2355/review/194976645@github.com>
In-Reply-To: <quicwg/base-drafts/pull/2355@github.com>
References: <quicwg/base-drafts/pull/2355@github.com>
Subject: Re: [quicwg/base-drafts] Allow stream-related frames in 0-RTT (#2355)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5c470b78dfd0_4ffd3fdd1aad45bc846a0"; 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/AkklMb-ofeTXKqBy8dKg3EvG2Xk>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
List-Id: Notification list for GitHub issues related to the QUIC WG <quic-issues.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=unsubscribe>
List-Archive: <https://mailarchive.ietf.org/arch/browse/quic-issues/>
List-Post: <mailto:quic-issues@ietf.org>
List-Help: <mailto:quic-issues-request@ietf.org?subject=help>
List-Subscribe: <https://www.ietf.org/mailman/listinfo/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=subscribe>
X-List-Received-Date: Tue, 22 Jan 2019 12:24:27 -0000

----==_mimepart_5c470b78dfd0_4ffd3fdd1aad45bc846a0
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

ianswett commented on this pull request.

I think the additional text on replay is helpful, but the Kazuho makes an interesting point about only allowing specific frames in 0-RTT and not allowing MAX_DATA.

> @@ -326,17 +326,12 @@ encryption levels:
 
 - CRYPTO frames MAY appear in packets of any encryption level except 0-RTT.
 
-- CONNECTION_CLOSE MAY appear in packets of any encryption level other than

Given we can't stateless reset the connection until the handshake is complete, I really want to continue allowing CONNECTION_CLOSE in Initial and 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/2355#pullrequestreview-194976645
----==_mimepart_5c470b78dfd0_4ffd3fdd1aad45bc846a0
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

<p><b>@ianswett</b> commented on this pull request.</p>

<p>I think the additional text on replay is helpful, but the Kazuho makes an interesting point about only allowing specific frames in 0-RTT and not allowing MAX_DATA.</p><hr>

<p>In <a href="https://github.com/quicwg/base-drafts/pull/2355#discussion_r249757036">draft-ietf-quic-tls.md</a>:</p>
<pre style='color:#555'>&gt; @@ -326,17 +326,12 @@ encryption levels:
 
 - CRYPTO frames MAY appear in packets of any encryption level except 0-RTT.
 
-- CONNECTION_CLOSE MAY appear in packets of any encryption level other than
</pre>
<p>Given we can't stateless reset the connection until the handshake is complete, I really want to continue allowing CONNECTION_CLOSE in Initial and 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/2355#pullrequestreview-194976645">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AWbkqw2S9jf5te1hPesHGyU3dpEoVxF5ks5vFwL4gaJpZM4aKHLA">mute the thread</a>.<img src="https://github.com/notifications/beacon/AWbkqwnv2qVIGmL2Pt-xR1cHG0ey06S1ks5vFwL4gaJpZM4aKHLA.gif" height="1" width="1" alt="" /></p>
<script type="application/json" data-scope="inboxmarkup">{"api_version":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name":"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"https://github.githubassets.com/images/email/message_cards/header.png","avatar_image_url":"https://github.githubassets.com/images/email/message_cards/avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/quicwg/base-drafts"}},"updates":{"snippets":[{"icon":"PERSON","message":"@ianswett commented on #2355"}],"action":{"name":"View Pull Request","url":"https://github.com/quicwg/base-drafts/pull/2355#pullrequestreview-194976645"}}}</script>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/pull/2355#pullrequestreview-194976645",
"url": "https://github.com/quicwg/base-drafts/pull/2355#pullrequestreview-194976645",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>
----==_mimepart_5c470b78dfd0_4ffd3fdd1aad45bc846a0--


From nobody Tue Jan 22 06: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 34D98126CC7 for <quic-issues@ietfa.amsl.com>; Tue, 22 Jan 2019 06:37:24 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -11.149
X-Spam-Level: 
X-Spam-Status: No, score=-11.149 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIMWL_WL_HIGH=-4.553, 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_PASS=-0.001] autolearn=ham autolearn_force=no
Authentication-Results: ietfa.amsl.com (amavisd-new); dkim=pass (1024-bit key) header.d=github.com
Received: from mail.ietf.org ([4.31.198.44]) by localhost (ietfa.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id IAjzenQCkC0F for <quic-issues@ietfa.amsl.com>; Tue, 22 Jan 2019 06:37: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 348F4124D68 for <quic-issues@ietf.org>; Tue, 22 Jan 2019 06:37:22 -0800 (PST)
Date: Tue, 22 Jan 2019 06:37:20 -0800
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1548167840; bh=OIkw6b1KPcL4jQttxOKMK+D6OGpFhlqS+u5R/8UcjKQ=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=Rk68nusdyE2Pu+NYJAFRYijHkLhZTri6eCTMwAxY5JyGhY+0MnEux36TO7feupUfG Jo/J6fY4ElK4bWceQtNi3YBekMmcWxcEje/767TnriE5LCqLR/qLv1wwAKUzt2bLxx QK5GumAvijk3sB7pAVS+PdPsDLTQaShrhqcJnqug=
From: Nick Banks <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+0166e4ab63854c042804943b330b2e68154d33f34766e37d92cf00000001185eeca092a169ce17e9c1c4@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/pull/2355/review/195035752@github.com>
In-Reply-To: <quicwg/base-drafts/pull/2355@github.com>
References: <quicwg/base-drafts/pull/2355@github.com>
Subject: Re: [quicwg/base-drafts] Allow stream-related frames in 0-RTT (#2355)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5c472aa0d2274_33503ff95ced45b48139aa"; 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/PTHDMFRd-JmCwcaA4aE2ywvh05s>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
List-Id: Notification list for GitHub issues related to the QUIC WG <quic-issues.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=unsubscribe>
List-Archive: <https://mailarchive.ietf.org/arch/browse/quic-issues/>
List-Post: <mailto:quic-issues@ietf.org>
List-Help: <mailto:quic-issues-request@ietf.org?subject=help>
List-Subscribe: <https://www.ietf.org/mailman/listinfo/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=subscribe>
X-List-Received-Date: Tue, 22 Jan 2019 14:37:24 -0000

----==_mimepart_5c472aa0d2274_33503ff95ced45b48139aa
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

nibanks approved this pull request.

Generally looks good. Just need to make sure CONNECTION_CLOSE is allowed everywhere.

> @@ -326,17 +326,12 @@ encryption levels:
 
 - CRYPTO frames MAY appear in packets of any encryption level except 0-RTT.
 
-- CONNECTION_CLOSE MAY appear in packets of any encryption level other than

+1, I feel like we've had this discussion several times and all agreed that CONNECTION_CLOSE needs to be allowed in Initial and Handshake 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/2355#pullrequestreview-195035752
----==_mimepart_5c472aa0d2274_33503ff95ced45b48139aa
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

<p><b>@nibanks</b> approved this pull request.</p>

<p>Generally looks good. Just need to make sure CONNECTION_CLOSE is allowed everywhere.</p><hr>

<p>In <a href="https://github.com/quicwg/base-drafts/pull/2355#discussion_r249803543">draft-ietf-quic-tls.md</a>:</p>
<pre style='color:#555'>&gt; @@ -326,17 +326,12 @@ encryption levels:
 
 - CRYPTO frames MAY appear in packets of any encryption level except 0-RTT.
 
-- CONNECTION_CLOSE MAY appear in packets of any encryption level other than
</pre>
<p>+1, I feel like we've had this discussion several times and all agreed that CONNECTION_CLOSE needs to be allowed in Initial and Handshake 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/2355#pullrequestreview-195035752">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AWbkqwmogRXjQFIvSmX7yOLPNjys1Wk6ks5vFyIggaJpZM4aKHLA">mute the thread</a>.<img src="https://github.com/notifications/beacon/AWbkqwHFQgKU_UD4L0l51X5fwt61AbAYks5vFyIggaJpZM4aKHLA.gif" height="1" width="1" alt="" /></p>
<script type="application/json" data-scope="inboxmarkup">{"api_version":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name":"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"https://github.githubassets.com/images/email/message_cards/header.png","avatar_image_url":"https://github.githubassets.com/images/email/message_cards/avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/quicwg/base-drafts"}},"updates":{"snippets":[{"icon":"PERSON","message":"@nibanks approved #2355"}],"action":{"name":"View Pull Request","url":"https://github.com/quicwg/base-drafts/pull/2355#pullrequestreview-195035752"}}}</script>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/pull/2355#pullrequestreview-195035752",
"url": "https://github.com/quicwg/base-drafts/pull/2355#pullrequestreview-195035752",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>
----==_mimepart_5c472aa0d2274_33503ff95ced45b48139aa--


From nobody Tue Jan 22 07:31: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 C4FC7130F24 for <quic-issues@ietfa.amsl.com>; Tue, 22 Jan 2019 07:31:27 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -12.551
X-Spam-Level: 
X-Spam-Status: No, score=-12.551 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIMWL_WL_HIGH=-4.553, 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_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 smwN3MC-lOzn for <quic-issues@ietfa.amsl.com>; Tue, 22 Jan 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 BBDA6126CC7 for <quic-issues@ietf.org>; Tue, 22 Jan 2019 07:31:25 -0800 (PST)
Date: Tue, 22 Jan 2019 07:31:24 -0800
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1548171084; bh=vQfRrMzuPbtXDgJg1uRSTBr3n2Ki4iDqLERSdIhA8S8=; h=Date:From:Reply-To:To:Cc:Subject:List-ID:List-Archive:List-Post: List-Unsubscribe:From; b=O/KruErOqgae3eiu5wNCFFeHbmcu2qAxYhTcxv/UrlSLLm5hu9rcc8gVHSBmzPmsT Y8hybxl3aySQ4sx+koqlAvyMnZbSHmFvKXk6OH8GTYYEDyZD1nLF4YBY8vlAYtxjB9 F1bWNt0qAbrpyzrCTjF7KKK9KzfNcm61ysJAYBWM=
From: Robin Marx <notifications@github.com>
Reply-To: quicwg/wg-materials <reply+0166e4ab3df9262749281ca495d6e4c84ac0c1c82c1fd1ec92cf00000001185ef94c92a169ce17f34864@reply.github.com>
To: quicwg/wg-materials <wg-materials@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/wg-materials/pull/99@github.com>
Subject: [quicwg/wg-materials] Add remote debugging session info (#99)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5c47374c79176_521a3f81dc8d45bc19011d"; 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/Vpvi5Di1M9-j7UqLjsmQGxHCTQk>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
List-Id: Notification list for GitHub issues related to the QUIC WG <quic-issues.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=unsubscribe>
List-Archive: <https://mailarchive.ietf.org/arch/browse/quic-issues/>
List-Post: <mailto:quic-issues@ietf.org>
List-Help: <mailto:quic-issues-request@ietf.org?subject=help>
List-Subscribe: <https://www.ietf.org/mailman/listinfo/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=subscribe>
X-List-Received-Date: Tue, 22 Jan 2019 15:31:28 -0000

----==_mimepart_5c47374c79176_521a3f81dc8d45bc19011d
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

Given the time difference between Belgium and Tokyo (8 hours) a 4PM timeslot seems best. 3PM is probably the earliest I can really do. 

I would propose to try on the first day and if it gets pushed off the schedule by the other issues, try again on the second.
I am also free at that timeslot the 28th and 29th, if those would be better. 

I currently plan to keep the presentation short (5 - 10 minutes) with hopefully a little bit of time for initial feedback. 
You can view, comment on, or merge this pull request online at:

  https://github.com/quicwg/wg-materials/pull/99

-- Commit Summary --

  * Add remote debugging session info

-- File Changes --

    M interim-19-01/agenda.md (3)

-- Patch Links --

https://github.com/quicwg/wg-materials/pull/99.patch
https://github.com/quicwg/wg-materials/pull/99.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/wg-materials/pull/99

----==_mimepart_5c47374c79176_521a3f81dc8d45bc19011d
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

<p>Given the time difference between Belgium and Tokyo (8 hours) a 4PM timeslot seems best. 3PM is probably the earliest I can really do.</p>
<p>I would propose to try on the first day and if it gets pushed off the schedule by the other issues, try again on the second.<br>
I am also free at that timeslot the 28th and 29th, if those would be better.</p>
<p>I currently plan to keep the presentation short (5 - 10 minutes) with hopefully a little bit of time for initial feedback.</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/wg-materials/pull/99'>https://github.com/quicwg/wg-materials/pull/99</a></p>

<h4>Commit Summary</h4>
<ul>
  <li>Add remote debugging session info</li>
</ul>

<h4>File Changes</h4>
<ul>
  <li>
    <strong>M</strong>
    <a href="https://github.com/quicwg/wg-materials/pull/99/files#diff-0">interim-19-01/agenda.md</a>
    (3)
  </li>
</ul>

<h4>Patch Links:</h4>
<ul>
  <li><a href='https://github.com/quicwg/wg-materials/pull/99.patch'>https://github.com/quicwg/wg-materials/pull/99.patch</a></li>
  <li><a href='https://github.com/quicwg/wg-materials/pull/99.diff'>https://github.com/quicwg/wg-materials/pull/99.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/wg-materials/pull/99">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AWbkq6gHYzaWsdj3LrniK5dKWBvlZr62ks5vFy7MgaJpZM4aM60P">mute the thread</a>.<img src="https://github.com/notifications/beacon/AWbkqyhyP5z5QIfK7fLA8BfPs-1jbkLcks5vFy7MgaJpZM4aM60P.gif" height="1" width="1" alt="" /></p>
<script type="application/json" data-scope="inboxmarkup">{"api_version":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name":"GitHub"},"entity":{"external_key":"github/quicwg/wg-materials","title":"quicwg/wg-materials","subtitle":"GitHub repository","main_image_url":"https://github.githubassets.com/images/email/message_cards/header.png","avatar_image_url":"https://github.githubassets.com/images/email/message_cards/avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/quicwg/wg-materials"}},"updates":{"snippets":[{"icon":"DESCRIPTION","message":"Add remote debugging session info (#99)"}],"action":{"name":"View Pull Request","url":"https://github.com/quicwg/wg-materials/pull/99"}}}</script>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/wg-materials/pull/99",
"url": "https://github.com/quicwg/wg-materials/pull/99",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>

----==_mimepart_5c47374c79176_521a3f81dc8d45bc19011d--


From nobody Tue Jan 22 08:18: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 348C7130F32 for <quic-issues@ietfa.amsl.com>; Tue, 22 Jan 2019 08:18:43 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -10.935
X-Spam-Level: 
X-Spam-Status: No, score=-10.935 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIMWL_WL_HIGH=-4.553, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, HTML_IMAGE_ONLY_24=1.618, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-1, RCVD_IN_DNSWL_HI=-5, SPF_PASS=-0.001] autolearn=ham autolearn_force=no
Authentication-Results: ietfa.amsl.com (amavisd-new); dkim=pass (1024-bit key) header.d=github.com
Received: from mail.ietf.org ([4.31.198.44]) by localhost (ietfa.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id XhfA1O96YLjK for <quic-issues@ietfa.amsl.com>; Tue, 22 Jan 2019 08:18:41 -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 6D1C612E043 for <quic-issues@ietf.org>; Tue, 22 Jan 2019 08:18:41 -0800 (PST)
Date: Tue, 22 Jan 2019 08:18:39 -0800
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1548173919; bh=9Mg6GwyLmaK4XQDVp6j6ZNW5OdFrbMrSSg9JSJavtUw=; h=Date:From:Reply-To:To:Cc:Subject:List-ID:List-Archive:List-Post: List-Unsubscribe:From; b=yDiHYXIDJFHPy+hRYiJOHh41cbmDM+l/EKf+pjUG8d3HEfd1GFZ0C1mkjscEAIAMn zeBJQhoZIRo8d2ie6+AXb6kVhC8AMLmoxtUQo5nb2z26f+0CMIDwhbUX93LWHMP6vG 0LBU/UY9Xxd9mk2hQOG9SpP70d/GoGD7RaVou9sM=
From: Nick Banks <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+0166e4ab6086045241e9f2dce429053306111eedbddff54d92cf00000001185f045f92a169ce17f3a0d1@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/issues/2356@github.com>
Subject: [quicwg/base-drafts] Persistent Congestion Requires Probes to be Sent (#2356)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5c47425fe6b06_373c3fedfb2d45b4557110"; 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/D3tYg2pJggMi13UNrtPaNermKM4>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
List-Id: Notification list for GitHub issues related to the QUIC WG <quic-issues.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=unsubscribe>
List-Archive: <https://mailarchive.ietf.org/arch/browse/quic-issues/>
List-Post: <mailto:quic-issues@ietf.org>
List-Help: <mailto:quic-issues-request@ietf.org?subject=help>
List-Subscribe: <https://www.ietf.org/mailman/listinfo/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=subscribe>
X-List-Received-Date: Tue, 22 Jan 2019 16:18:43 -0000

----==_mimepart_5c47425fe6b06_373c3fedfb2d45b4557110
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

Currently, persistent congestion is only determine when the required number of probes have been sent. But probes aren't sent if the app layer continues to send data. This likely means the persistent congestion determination should be time based instead of probe count based.

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/quicwg/base-drafts/issues/2356
----==_mimepart_5c47425fe6b06_373c3fedfb2d45b4557110
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

<p>Currently, persistent congestion is only determine when the required number of probes have been sent. But probes aren't sent if the app layer continues to send data. This likely means the persistent congestion determination should be time based instead of probe count based.</p>

<p style="font-size:small;-webkit-text-size-adjust:none;color:#666;">&mdash;<br />You are receiving this because you are subscribed to this thread.<br />Reply to this email directly, <a href="https://github.com/quicwg/base-drafts/issues/2356">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AWbkq-irX0u8XFHyrBZyBNEkshgn8hNbks5vFznfgaJpZM4aNBQb">mute the thread</a>.<img src="https://github.com/notifications/beacon/AWbkq69TvI0unWhkfpQFPjxSyHqtGtpRks5vFznfgaJpZM4aNBQb.gif" height="1" width="1" alt="" /></p>
<script type="application/json" data-scope="inboxmarkup">{"api_version":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name":"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"https://github.githubassets.com/images/email/message_cards/header.png","avatar_image_url":"https://github.githubassets.com/images/email/message_cards/avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/quicwg/base-drafts"}},"updates":{"snippets":[{"icon":"DESCRIPTION","message":"Persistent Congestion Requires Probes to be Sent (#2356)"}],"action":{"name":"View Issue","url":"https://github.com/quicwg/base-drafts/issues/2356"}}}</script>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/issues/2356",
"url": "https://github.com/quicwg/base-drafts/issues/2356",
"name": "View Issue"
},
"description": "View this Issue on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>
----==_mimepart_5c47425fe6b06_373c3fedfb2d45b4557110--


From nobody Tue Jan 22 08:55:26 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 C7EA8130F3C for <quic-issues@ietfa.amsl.com>; Tue, 22 Jan 2019 08:55:24 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -5.935
X-Spam-Level: 
X-Spam-Status: No, score=-5.935 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIMWL_WL_HIGH=-4.553, DKIM_SIGNED=0.1, DKIM_VALID=-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_PASS=-0.001] autolearn=ham autolearn_force=no
Authentication-Results: ietfa.amsl.com (amavisd-new); dkim=pass (1024-bit key) header.d=github.com
Received: from mail.ietf.org ([4.31.198.44]) by localhost (ietfa.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id liyll12tLZ4e for <quic-issues@ietfa.amsl.com>; Tue, 22 Jan 2019 08:55:22 -0800 (PST)
Received: from o10.sgmail.github.com (o10.sgmail.github.com [167.89.101.201]) (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 D3849126CC7 for <quic-issues@ietf.org>; Tue, 22 Jan 2019 08:55:21 -0800 (PST)
DKIM-Signature: v=1; a=rsa-sha1; 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=GazBekuxScuvrnHxtEW6TmRMfbs=; b=kWLCLNUL+rDRNxsD 5/VA0JeETOmlywnFnVNgjdznXAiEJ00nZocW6niTQhhcaeA78gtWvDY1WG5BfbC6 cDB4FkQXGfeAuZkQc6o18oXcPdYcZAfMNRAFFIGupwm3fhlDODNrbO6vKlWVb83o djxT8qQfIQJH5reuFy+tlmAMnH8=
Received: by filter1403p1mdw1.sendgrid.net with SMTP id filter1403p1mdw1-25342-5C474AF8-14 2019-01-22 16:55:20.572220191 +0000 UTC m=+654780.673111475
Received: from github-lowworker-dcc078e.cp1-iad.github.net (unknown [192.30.252.44]) by ismtpd0024p1iad2.sendgrid.net (SG) with ESMTP id RNt_tVgNR2qVUn5Boae6fw for <quic-issues@ietf.org>; Tue, 22 Jan 2019 16:55:20.777 +0000 (UTC)
Received: from github.com (localhost [127.0.0.1]) by github-lowworker-dcc078e.cp1-iad.github.net (Postfix) with ESMTP id 8DCE32C06B1 for <quic-issues@ietf.org>; Tue, 22 Jan 2019 08:55:20 -0800 (PST)
Date: Tue, 22 Jan 2019 16:55:20 +0000 (UTC)
From: martinduke <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+0166e4abd64f98f02471831a46f7952d54a86e61fd3c93eb92cf00000001185f0cf892a169ce17f3e339@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/issues/2357@github.com>
Subject: [quicwg/base-drafts] Stream Send State Machine is Confusing (#2357)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5c474af88b1d8_11203fe76fcd45c4129864"; 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
X-SG-EID: l64QuQ2uJCcEyUykJbxN122A6QRmEpucztpreh3Pak3A4dxt++6ME36PbGfRwAESLRcEvcIla9g24+ 8UPV02vBWEt7qeoTUvJrcO22ADzSf+lDW/vgwU8Lym2MjgIcGKoA0w3mtabxhSw9J5ylRCMRkcnh4C RUb4/kT7RU5N1NaQ5Coi3PAnu0hxBuB0OBkdjTHiXf4lmIL2fFCg8C1A/uz6ZIsY/v44lrcXiQ5DSR w=
Archived-At: <https://mailarchive.ietf.org/arch/msg/quic-issues/kBYGdIUuIVzbTqXmy6WvYIgqCPg>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
List-Id: Notification list for GitHub issues related to the QUIC WG <quic-issues.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=unsubscribe>
List-Archive: <https://mailarchive.ietf.org/arch/browse/quic-issues/>
List-Post: <mailto:quic-issues@ietf.org>
List-Help: <mailto:quic-issues-request@ietf.org?subject=help>
List-Subscribe: <https://www.ietf.org/mailman/listinfo/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=subscribe>
X-List-Received-Date: Tue, 22 Jan 2019 16:55:25 -0000

----==_mimepart_5c474af88b1d8_11203fe76fcd45c4129864
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

The send state machine diagram says that if the "Peer Creates Bidirectional Stream" it should transition to READY and then to SEND. The text says ""a bidrectional stream initiated by a peer... enters the 'Ready' state then immediately transitions to the 'Send' state if the receiving part enters the 'Recv' state."

This seems unnecessarily indirect and opaque. I suggest that instead we say that if a host receives STREAM, STREAM_DATA_BLOCKED, RESET_STREAM, MAX_STREAM_DATA, or STOP_SENDING on an unopened, peer-initiated bidirectional stream, it transitions directly to the "Send" state.

If people agree, I'll file 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/2357
----==_mimepart_5c474af88b1d8_11203fe76fcd45c4129864
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

<p>The send state machine diagram says that if the "Peer Creates Bidirectional Stream" it should transition to READY and then to SEND. The text says ""a bidrectional stream initiated by a peer... enters the 'Ready' state then immediately transitions to the 'Send' state if the receiving part enters the 'Recv' state."</p>
<p>This seems unnecessarily indirect and opaque. I suggest that instead we say that if a host receives STREAM, STREAM_DATA_BLOCKED, RESET_STREAM, MAX_STREAM_DATA, or STOP_SENDING on an unopened, peer-initiated bidirectional stream, it transitions directly to the "Send" state.</p>
<p>If people agree, I'll file 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/2357">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AWbkq4gv_kJcByJr65LUK8fQZQPNmI73ks5vF0J4gaJpZM4aNGHh">mute the thread</a>.<img src="https://github.com/notifications/beacon/AWbkq5RonKPac3wFiBflKJ58YyJ2uI-0ks5vF0J4gaJpZM4aNGHh.gif" height="1" width="1" alt="" /></p>
<script type="application/json" data-scope="inboxmarkup">{"api_version":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name":"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"https://github.githubassets.com/images/email/message_cards/header.png","avatar_image_url":"https://github.githubassets.com/images/email/message_cards/avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/quicwg/base-drafts"}},"updates":{"snippets":[{"icon":"DESCRIPTION","message":"Stream Send State Machine is Confusing (#2357)"}],"action":{"name":"View Issue","url":"https://github.com/quicwg/base-drafts/issues/2357"}}}</script>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/issues/2357",
"url": "https://github.com/quicwg/base-drafts/issues/2357",
"name": "View Issue"
},
"description": "View this Issue on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>
----==_mimepart_5c474af88b1d8_11203fe76fcd45c4129864--


From nobody Tue Jan 22 09:00:12 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 EB9D0130F7E for <quic-issues@ietfa.amsl.com>; Tue, 22 Jan 2019 09:00:10 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -6.007
X-Spam-Level: 
X-Spam-Status: No, score=-6.007 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIMWL_WL_HIGH=-4.553, DKIM_SIGNED=0.1, DKIM_VALID=-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_PASS=-0.001] autolearn=ham autolearn_force=no
Authentication-Results: ietfa.amsl.com (amavisd-new); dkim=pass (1024-bit key) header.d=github.com
Received: from mail.ietf.org ([4.31.198.44]) by localhost (ietfa.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id mIfh1aQjDSK5 for <quic-issues@ietfa.amsl.com>; Tue, 22 Jan 2019 09:00:04 -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 5705E126CC7 for <quic-issues@ietf.org>; Tue, 22 Jan 2019 09:00:04 -0800 (PST)
DKIM-Signature: v=1; a=rsa-sha1; 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=xQZBTZKNsP2TJXkF/majM0ADsgM=; b=wz/eKPmO9yAusdTk LdeVXspaJgCw6SwXLK5TCouqDwJqsJtMPpJfvaqVAaCAAtDBLPmzzxyFx0f4gr0g B7HzODR2WY+M3xJGrYYc2MM+zHLj/jugMvvf/IQLWunDPrU8HqcNjHW4+DhfYkN0 eS47SXJLbKup4pX8s537sli6oE8=
Received: by filter1401p1mdw1.sendgrid.net with SMTP id filter1401p1mdw1-6354-5C474C13-3 2019-01-22 17:00:03.14829548 +0000 UTC m=+314274.349554460
Received: from github-lowworker-b40b5a4.cp1-iad.github.net (unknown [192.30.252.36]) by ismtpd0016p1iad2.sendgrid.net (SG) with ESMTP id _ALrEqlZTcOqQSvrg6tlmg for <quic-issues@ietf.org>; Tue, 22 Jan 2019 17:00:03.087 +0000 (UTC)
Received: from github.com (localhost [127.0.0.1]) by github-lowworker-b40b5a4.cp1-iad.github.net (Postfix) with ESMTP id 1E9E93E0977 for <quic-issues@ietf.org>; Tue, 22 Jan 2019 09:00:03 -0800 (PST)
Date: Tue, 22 Jan 2019 17:00:03 +0000 (UTC)
From: martinduke <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+0166e4ab0ad78ab66076ad4b5544918cf0fdc8dfa05142a392cf00000001185f0e1392a169ce17f3e339@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/issues/2357/456477250@github.com>
In-Reply-To: <quicwg/base-drafts/issues/2357@github.com>
References: <quicwg/base-drafts/issues/2357@github.com>
Subject: Re: [quicwg/base-drafts] Stream Send State Machine is Confusing (#2357)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5c474c131a1da_32d03fd02fcd45bc19366e"; 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
X-SG-EID: l64QuQ2uJCcEyUykJbxN122A6QRmEpucztpreh3Pak2y1PzQ4d8ebAZyj6WN8t9BhqnMMfO4ga5q0q 9B6FjpMQwwEzAKdFgNiwC8s+gwkpzN7VQKiFwAkEb6oGUuuRV8is+NjnhuJOvJ3U0lMHBV/gvI0qav MKyYjnUmU8UyOLj5Ml2FuSu7Jy+A7OVL76O/tmyO9m62gwmQEu/0A4czxCH+1G4NpXZNHbZbLr4d5v E=
Archived-At: <https://mailarchive.ietf.org/arch/msg/quic-issues/5PBIX4qeD2EE7XOh2E6Hh-qw1rM>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
List-Id: Notification list for GitHub issues related to the QUIC WG <quic-issues.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=unsubscribe>
List-Archive: <https://mailarchive.ietf.org/arch/browse/quic-issues/>
List-Post: <mailto:quic-issues@ietf.org>
List-Help: <mailto:quic-issues-request@ietf.org?subject=help>
List-Subscribe: <https://www.ietf.org/mailman/listinfo/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=subscribe>
X-List-Received-Date: Tue, 22 Jan 2019 17:00:11 -0000

----==_mimepart_5c474c131a1da_32d03fd02fcd45bc19366e
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

"or the peer creates a higher-numbered 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/2357#issuecomment-456477250
----==_mimepart_5c474c131a1da_32d03fd02fcd45bc19366e
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

<p>"or the peer creates a higher-numbered 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/2357#issuecomment-456477250">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AWbkq6l7EuTV3PQzUbZgdEhcUbLnME3Jks5vF0OTgaJpZM4aNGHh">mute the thread</a>.<img src="https://github.com/notifications/beacon/AWbkq4PmFZQMSGzkD7ayQR2m2QP7Z0TTks5vF0OTgaJpZM4aNGHh.gif" height="1" width="1" alt="" /></p>
<script type="application/json" data-scope="inboxmarkup">{"api_version":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name":"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"https://github.githubassets.com/images/email/message_cards/header.png","avatar_image_url":"https://github.githubassets.com/images/email/message_cards/avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/quicwg/base-drafts"}},"updates":{"snippets":[{"icon":"PERSON","message":"@martinduke in #2357: \"or the peer creates a higher-numbered stream\"\r\n"}],"action":{"name":"View Issue","url":"https://github.com/quicwg/base-drafts/issues/2357#issuecomment-456477250"}}}</script>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/issues/2357#issuecomment-456477250",
"url": "https://github.com/quicwg/base-drafts/issues/2357#issuecomment-456477250",
"name": "View Issue"
},
"description": "View this Issue on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>
----==_mimepart_5c474c131a1da_32d03fd02fcd45bc19366e--


From nobody Tue Jan 22 09:25: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 8FE25130F1B for <quic-issues@ietfa.amsl.com>; Tue, 22 Jan 2019 09:25:41 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -10.935
X-Spam-Level: 
X-Spam-Status: No, score=-10.935 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIMWL_WL_HIGH=-4.553, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, HTML_IMAGE_ONLY_24=1.618, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-1, RCVD_IN_DNSWL_HI=-5, SPF_PASS=-0.001] autolearn=ham autolearn_force=no
Authentication-Results: ietfa.amsl.com (amavisd-new); dkim=pass (1024-bit key) header.d=github.com
Received: from mail.ietf.org ([4.31.198.44]) by localhost (ietfa.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id H6K-zjTMLT17 for <quic-issues@ietfa.amsl.com>; Tue, 22 Jan 2019 09:25: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 C7898130F3A for <quic-issues@ietf.org>; Tue, 22 Jan 2019 09:25:38 -0800 (PST)
Date: Tue, 22 Jan 2019 09:25:37 -0800
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1548177937; bh=DSl/i1Kth8AQ74Fg34eUeddxBCZJ/FCdHbHlp3fy094=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=DbjevXhCqlL50BhzbEuD3HcRom76y3SJoR8jKzQI5u9TCfgcB+EzKOnXkvr70zSwW 7j+la5ZAGRlVDweQ3sJ/GhYrNahphy/LwtvTLrKeuti0yhiWHeOOxz6FevqQ+Ej2F1 754rrbAB0dNfjo7TskfYec9J8iFo2j0nMamYR0cY=
From: ianswett <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+0166e4ab07a90250de087a8850abc7a87b91f58d238a97e392cf00000001185f141192a169ce17f3a0d1@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/issues/2356/456486798@github.com>
In-Reply-To: <quicwg/base-drafts/issues/2356@github.com>
References: <quicwg/base-drafts/issues/2356@github.com>
Subject: Re: [quicwg/base-drafts] Persistent Congestion Requires Probes to be Sent (#2356)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5c475211748f7_5bf53f8ad34d45c02355d4"; 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/Iai-7s7cdu82SilzGRi70rMvMSs>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
List-Id: Notification list for GitHub issues related to the QUIC WG <quic-issues.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=unsubscribe>
List-Archive: <https://mailarchive.ietf.org/arch/browse/quic-issues/>
List-Post: <mailto:quic-issues@ietf.org>
List-Help: <mailto:quic-issues-request@ietf.org?subject=help>
List-Subscribe: <https://www.ietf.org/mailman/listinfo/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=subscribe>
X-List-Received-Date: Tue, 22 Jan 2019 17:25:41 -0000

----==_mimepart_5c475211748f7_5bf53f8ad34d45c02355d4
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

I agree this wasn't the intent of the text.

I'm not sure this is an important problem to solve in practice, but I'm happy to review if a PR if you want to write one 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/2356#issuecomment-456486798
----==_mimepart_5c475211748f7_5bf53f8ad34d45c02355d4
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

<p>I agree this wasn't the intent of the text.</p>
<p>I'm not sure this is an important problem to solve in practice, but I'm happy to review if a PR if you want to write one 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/2356#issuecomment-456486798">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AWbkqxAMngboOUQyerHQa5MoX13vu3QRks5vF0mRgaJpZM4aNBQb">mute the thread</a>.<img src="https://github.com/notifications/beacon/AWbkq7TERIy3xJuPsDCPzBz4R5pFugaDks5vF0mRgaJpZM4aNBQb.gif" height="1" width="1" alt="" /></p>
<script type="application/json" data-scope="inboxmarkup">{"api_version":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name":"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"https://github.githubassets.com/images/email/message_cards/header.png","avatar_image_url":"https://github.githubassets.com/images/email/message_cards/avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/quicwg/base-drafts"}},"updates":{"snippets":[{"icon":"PERSON","message":"@ianswett in #2356: I agree this wasn't the intent of the text.\r\n\r\nI'm not sure this is an important problem to solve in practice, but I'm happy to review if a PR if you want to write one up?"}],"action":{"name":"View Issue","url":"https://github.com/quicwg/base-drafts/issues/2356#issuecomment-456486798"}}}</script>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/issues/2356#issuecomment-456486798",
"url": "https://github.com/quicwg/base-drafts/issues/2356#issuecomment-456486798",
"name": "View Issue"
},
"description": "View this Issue on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>
----==_mimepart_5c475211748f7_5bf53f8ad34d45c02355d4--


From nobody Tue Jan 22 10: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 821FD130EE1 for <quic-issues@ietfa.amsl.com>; Tue, 22 Jan 2019 10:46:27 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -11.007
X-Spam-Level: 
X-Spam-Status: No, score=-11.007 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIMWL_WL_HIGH=-4.553, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, HTML_IMAGE_ONLY_20=1.546, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-1, RCVD_IN_DNSWL_HI=-5, SPF_PASS=-0.001] autolearn=ham autolearn_force=no
Authentication-Results: ietfa.amsl.com (amavisd-new); dkim=pass (1024-bit key) header.d=github.com
Received: from mail.ietf.org ([4.31.198.44]) by localhost (ietfa.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id EJO-QOgp6tpQ for <quic-issues@ietfa.amsl.com>; Tue, 22 Jan 2019 10:46: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 B2D2D1292F1 for <quic-issues@ietf.org>; Tue, 22 Jan 2019 10:46:25 -0800 (PST)
Date: Tue, 22 Jan 2019 10:46:24 -0800
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1548182784; bh=FYof6qALrgNHhitcnOlWQO0tzgS+HcDQcnuQbiyKME4=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=FsVpaXbjcwiGzDxKywoMHCN8EBgVikBb1or6Aq0PK4t1euzkUC0AkpPPbW6cOaQ+l xzNemiPbNV9iB263Wt+FFWO6gI/XIOZ2mTak2Iqm8WMmlW5v2zW5ee7gIzGwwuM6B+ zqp0dG6PaYg2HNqvCXS8TUxRB8oS3TiG65zQ3vCg=
From: martinduke <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+0166e4ab155ba075f917dc64a40c73863c6d95aa2b1a8e1992cf00000001185f270092a169ce17e982c0@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/pull/2354/c456515975@github.com>
In-Reply-To: <quicwg/base-drafts/pull/2354@github.com>
References: <quicwg/base-drafts/pull/2354@github.com>
Subject: Re: [quicwg/base-drafts] STOP_SENDING is permitted for Ready streams (#2354)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5c47650073cf0_460d3fda4c8d45bc67488"; 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/RrDCeY_agLmeWc7B8PLkoDNk4V0>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
List-Id: Notification list for GitHub issues related to the QUIC WG <quic-issues.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=unsubscribe>
List-Archive: <https://mailarchive.ietf.org/arch/browse/quic-issues/>
List-Post: <mailto:quic-issues@ietf.org>
List-Help: <mailto:quic-issues-request@ietf.org?subject=help>
List-Subscribe: <https://www.ietf.org/mailman/listinfo/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=subscribe>
X-List-Received-Date: Tue, 22 Jan 2019 18:46:28 -0000

----==_mimepart_5c47650073cf0_460d3fda4c8d45bc67488
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

This LGTM. I was just about to file a similar issue when I saw 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/2354#issuecomment-456515975
----==_mimepart_5c47650073cf0_460d3fda4c8d45bc67488
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

<p>This LGTM. I was just about to file a similar issue when I saw 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/2354#issuecomment-456515975">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AWbkqzsSkVUCjVKFmODGJ5GFCK2r03GDks5vF1yAgaJpZM4aKCiG">mute the thread</a>.<img src="https://github.com/notifications/beacon/AWbkq2HFVETw3ZXwcCfQzizQ9c9_qZDBks5vF1yAgaJpZM4aKCiG.gif" height="1" width="1" alt="" /></p>
<script type="application/json" data-scope="inboxmarkup">{"api_version":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name":"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"https://github.githubassets.com/images/email/message_cards/header.png","avatar_image_url":"https://github.githubassets.com/images/email/message_cards/avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/quicwg/base-drafts"}},"updates":{"snippets":[{"icon":"PERSON","message":"@martinduke in #2354: This LGTM. I was just about to file a similar issue when I saw this."}],"action":{"name":"View Pull Request","url":"https://github.com/quicwg/base-drafts/pull/2354#issuecomment-456515975"}}}</script>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/pull/2354#issuecomment-456515975",
"url": "https://github.com/quicwg/base-drafts/pull/2354#issuecomment-456515975",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>
----==_mimepart_5c47650073cf0_460d3fda4c8d45bc67488--


From nobody Tue Jan 22 10:50: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 3A339130EE1 for <quic-issues@ietfa.amsl.com>; Tue, 22 Jan 2019 10:50:55 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -10.935
X-Spam-Level: 
X-Spam-Status: No, score=-10.935 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIMWL_WL_HIGH=-4.553, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, HTML_IMAGE_ONLY_24=1.618, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-1, RCVD_IN_DNSWL_HI=-5, SPF_PASS=-0.001] autolearn=ham autolearn_force=no
Authentication-Results: ietfa.amsl.com (amavisd-new); dkim=pass (1024-bit key) header.d=github.com
Received: from mail.ietf.org ([4.31.198.44]) by localhost (ietfa.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id mZn7b57DADwt for <quic-issues@ietfa.amsl.com>; Tue, 22 Jan 2019 10:50:53 -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 8D7A712875B for <quic-issues@ietf.org>; Tue, 22 Jan 2019 10:50:53 -0800 (PST)
Date: Tue, 22 Jan 2019 10:50:52 -0800
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1548183052; bh=msonlQ/qy/4sCb24642KvACAvYVIHkq0UD6fiUu/JzA=; h=Date:From:Reply-To:To:Cc:Subject:List-ID:List-Archive:List-Post: List-Unsubscribe:From; b=VYhKkH+4QZtPWqprV5cr1JNnw9PV4dnFaYiP49XupEjwyrZYIpD4Z8c+Dbwkl/V/J 7g1L5d37XEpfNqc3SNQaiUD/oyuvLPb9cYIocXpvSGc3xHrXkMPfw12Ayo8PaddIze w69LGunc6h/TF+ahbPD4mMpKqriAbkEa5uAZ29l0=
From: martinduke <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+0166e4abb27021ab4b1386720748f8d3d7ae8d5427ba232792cf00000001185f280c92a169ce17f4906c@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/issues/2358@github.com>
Subject: [quicwg/base-drafts] Are Separate Uni and Bidi Stream Limits Meaningful? (#2358)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5c47660c866b9_30563fabf6ad45bc155444"; 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/1SZyVGODqfKw89O97qd8jouq8hI>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
List-Id: Notification list for GitHub issues related to the QUIC WG <quic-issues.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=unsubscribe>
List-Archive: <https://mailarchive.ietf.org/arch/browse/quic-issues/>
List-Post: <mailto:quic-issues@ietf.org>
List-Help: <mailto:quic-issues-request@ietf.org?subject=help>
List-Subscribe: <https://www.ietf.org/mailman/listinfo/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=subscribe>
X-List-Received-Date: Tue, 22 Jan 2019 18:50:55 -0000

----==_mimepart_5c47660c866b9_30563fabf6ad45bc155444
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

I believe there's loophole in these limits.

If the peer has given me uni credit but not bidi credit, I can open a uni send stream and send data. Are we counting on all applications to handle this correctly? (e.g. HTTP/3 will prohibit a request on a uni stream)

Similarly, if I have bidi credit but not uni credit, I can open a bidi stream with a STOP_SENDING.

Are we comfortable that the abuse cases are benign? Now that there is no "max-stream-id" parameter, it is more straightforward for stream limits to be global, should we decide that's 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/2358
----==_mimepart_5c47660c866b9_30563fabf6ad45bc155444
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

<p>I believe there's loophole in these limits.</p>
<p>If the peer has given me uni credit but not bidi credit, I can open a uni send stream and send data. Are we counting on all applications to handle this correctly? (e.g. HTTP/3 will prohibit a request on a uni stream)</p>
<p>Similarly, if I have bidi credit but not uni credit, I can open a bidi stream with a STOP_SENDING.</p>
<p>Are we comfortable that the abuse cases are benign? Now that there is no "max-stream-id" parameter, it is more straightforward for stream limits to be global, should we decide that's 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/2358">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AWbkq7mDq1Mr7uF960CiWLh6-XRUeQqCks5vF12MgaJpZM4aNS3I">mute the thread</a>.<img src="https://github.com/notifications/beacon/AWbkq1qpfthJlM1UF1tWB1alypqf7cbTks5vF12MgaJpZM4aNS3I.gif" height="1" width="1" alt="" /></p>
<script type="application/json" data-scope="inboxmarkup">{"api_version":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name":"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"https://github.githubassets.com/images/email/message_cards/header.png","avatar_image_url":"https://github.githubassets.com/images/email/message_cards/avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/quicwg/base-drafts"}},"updates":{"snippets":[{"icon":"DESCRIPTION","message":"Are Separate Uni and Bidi Stream Limits Meaningful? (#2358)"}],"action":{"name":"View Issue","url":"https://github.com/quicwg/base-drafts/issues/2358"}}}</script>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/issues/2358",
"url": "https://github.com/quicwg/base-drafts/issues/2358",
"name": "View Issue"
},
"description": "View this Issue on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>
----==_mimepart_5c47660c866b9_30563fabf6ad45bc155444--


From nobody Tue Jan 22 11:11:54 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 3EFD912785F for <quic-issues@ietfa.amsl.com>; Tue, 22 Jan 2019 11:11:52 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -6.149
X-Spam-Level: 
X-Spam-Status: No, score=-6.149 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIMWL_WL_HIGH=-4.553, 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_PASS=-0.001] autolearn=ham autolearn_force=no
Authentication-Results: ietfa.amsl.com (amavisd-new); dkim=pass (1024-bit key) header.d=github.com
Received: from mail.ietf.org ([4.31.198.44]) by localhost (ietfa.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id buAL-9JVKYho for <quic-issues@ietfa.amsl.com>; Tue, 22 Jan 2019 11:11:50 -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 49FDF130F1B for <quic-issues@ietf.org>; Tue, 22 Jan 2019 11:11:47 -0800 (PST)
DKIM-Signature: v=1; a=rsa-sha1; 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=Yq/WZQnX+YwZAvrL2nAj1rdP0Go=; b=F7ml3w4O31RFV7Zx 9Xs0r5hIqvIKez/kihI02tX8rSnN8fdUfbVEaBjk3a7Rlc0lrCrfEyrSFsCyiQZV 0QIL7WGuFiEtCm9QcUWySlEhXx3a3I4V/blHsKdzUPjGtwBe3NUnayMdqgWzlZYg MrKNAwXtINWGcQXvER5X7lxQcZs=
Received: by filter0358p1iad2.sendgrid.net with SMTP id filter0358p1iad2-30223-5C476AF2-F 2019-01-22 19:11:46.240128337 +0000 UTC m=+322119.726431980
Received: from github-lowworker-b40b5a4.cp1-iad.github.net (unknown [192.30.252.36]) by ismtpd0020p1iad2.sendgrid.net (SG) with ESMTP id fIz2xYB2SRefO0QKbGtJGQ for <quic-issues@ietf.org>; Tue, 22 Jan 2019 19:11:46.190 +0000 (UTC)
Received: from github.com (localhost [127.0.0.1]) by github-lowworker-b40b5a4.cp1-iad.github.net (Postfix) with ESMTP id 27C813E0084 for <quic-issues@ietf.org>; Tue, 22 Jan 2019 11:11:46 -0800 (PST)
Date: Tue, 22 Jan 2019 19:11:46 +0000 (UTC)
From: ianswett <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+0166e4ab33d0bf15f432961fee0c328388813eeedd2c5e5992cf00000001185f2cf292a169ce17f4906c@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/issues/2358/456525050@github.com>
In-Reply-To: <quicwg/base-drafts/issues/2358@github.com>
References: <quicwg/base-drafts/issues/2358@github.com>
Subject: Re: [quicwg/base-drafts] Are Separate Uni and Bidi Stream Limits Meaningful? (#2358)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5c476af226404_41933fd20e6d45b41068cd"; 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
X-SG-EID: l64QuQ2uJCcEyUykJbxN122A6QRmEpucztpreh3Pak0vOG3rAhUJZ7gwjYcwFXLSAZ/X3283VF3uB0 WyH58GuGCq+TAqOZAxK1HHnqVQN7Pno6+H4VRq3Ud25xlghPEf9dNjeXNHouTEGEbh2wNY0LkgCtRl JHoUdCo3rFKb2asFutc1YaVW/kE+bgZmWKJyfIztWEP9hBHRflf7kLWalg==
Archived-At: <https://mailarchive.ietf.org/arch/msg/quic-issues/1lLUBB64BAvIDKvKUgoTLARC9IQ>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
List-Id: Notification list for GitHub issues related to the QUIC WG <quic-issues.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=unsubscribe>
List-Archive: <https://mailarchive.ietf.org/arch/browse/quic-issues/>
List-Post: <mailto:quic-issues@ietf.org>
List-Help: <mailto:quic-issues-request@ietf.org?subject=help>
List-Subscribe: <https://www.ietf.org/mailman/listinfo/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=subscribe>
X-List-Received-Date: Tue, 22 Jan 2019 19:11:52 -0000

----==_mimepart_5c476af226404_41933fd20e6d45b41068cd
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

I think this is a good question, and I believe we decided on separate limits because people thought they were useful for HTTP, particularly in the context of server push where you may want to limit the number of pushes?  But now we have MAX_PUSH_ID at the HTTP layer, so that particular use case isn't a good motivation.

If we believe a single limit is better, I think we would end up wanting to revisit a variety of design details, so I suspect the WG is not excited 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/issues/2358#issuecomment-456525050
----==_mimepart_5c476af226404_41933fd20e6d45b41068cd
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: quoted-printable

<p>I think this is a good question, and I believe we decided on separate li=
mits because people thought they were useful for HTTP, particularly in the =
context of server push where you may want to limit the number of pushes?  B=
ut now we have MAX_PUSH_ID at the HTTP layer, so that particular use case i=
sn't a good motivation.</p>
<p>If we believe a single limit is better, I think we would end up wanting =
to revisit a variety of design details, so I suspect the WG is not excited =
about that.</p>

<p style=3D"font-size:small;-webkit-text-size-adjust:none;color:#666;">&mda=
sh;<br />You are receiving this because you are subscribed to this thread.<=
br />Reply to this email directly, <a href=3D"https://github.com/quicwg/bas=
e-drafts/issues/2358#issuecomment-456525050">view it on GitHub</a>, or <a h=
ref=3D"https://github.com/notifications/unsubscribe-auth/AWbkq5gd4hYyjMSUp0=
N3PwNRvmT8S0X1ks5vF2JygaJpZM4aNS3I">mute the thread</a>.<img src=3D"https:/=
/github.com/notifications/beacon/AWbkq3c7r2JW0vhuxT3qfut9E1k3cF3mks5vF2Jyga=
JpZM4aNS3I.gif" height=3D"1" width=3D"1" alt=3D"" /></p>
<script type=3D"application/json" data-scope=3D"inboxmarkup">{"api_version"=
:"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name":"Gi=
tHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"quicwg=
/base-drafts","subtitle":"GitHub repository","main_image_url":"https://gith=
ub.githubassets.com/images/email/message_cards/header.png","avatar_image_ur=
l":"https://github.githubassets.com/images/email/message_cards/avatar.png",=
"action":{"name":"Open in GitHub","url":"https://github.com/quicwg/base-dra=
fts"}},"updates":{"snippets":[{"icon":"PERSON","message":"@ianswett in #235=
8: I think this is a good question, and I believe we decided on separate li=
mits because people thought they were useful for HTTP, particularly in the =
context of server push where you may want to limit the number of pushes?  B=
ut now we have MAX_PUSH_ID at the HTTP layer, so that particular use case i=
sn't a good motivation.\r\n\r\nIf we believe a single limit is better, I th=
ink we would end up wanting to revisit a variety of design details, so I su=
spect the WG is not excited about that."}],"action":{"name":"View Issue","u=
rl":"https://github.com/quicwg/base-drafts/issues/2358#issuecomment-4565250=
50"}}}</script>
<script type=3D"application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/issues/2358#issuecomment-4=
56525050",
"url": "https://github.com/quicwg/base-drafts/issues/2358#issuecomment-4565=
25050",
"name": "View Issue"
},
"description": "View this Issue on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>=

----==_mimepart_5c476af226404_41933fd20e6d45b41068cd--


From nobody Tue Jan 22 11: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 C9974130F99 for <quic-issues@ietfa.amsl.com>; Tue, 22 Jan 2019 11:11:55 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -12.552
X-Spam-Level: 
X-Spam-Status: No, score=-12.552 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIMWL_WL_HIGH=-4.553, 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_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 FOoxjAiSMkNG for <quic-issues@ietfa.amsl.com>; Tue, 22 Jan 2019 11:11: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 CBF0112785F for <quic-issues@ietf.org>; Tue, 22 Jan 2019 11:11:53 -0800 (PST)
Date: Tue, 22 Jan 2019 11:11:52 -0800
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1548184312; bh=TWRBkUi9eSE2H+9M+AIeGB3L7w/3r6oB6AmUQfeVu1Y=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=A8xLv1CZVoWZ5XtqagP28bUfF3CBFQslEpYUnTQkjTVLYOYlkPD6wVx7BZUD7Mhoe pmc3vRcLWYrdiFf6kSb7Z7l5o6JyOvXQLay3DtQGX+ade3ge7ctbkRmma4KwXhA24t S7EubCIUHw//KiisFyz88t/dKAPjGuuCkRfHkfdY=
From: Mike Bishop <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+0166e4ab1ad26e56e1440ad20f95875bb8e32113e2a236cb92cf00000001185f2cf892a169ce17e00219@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/issues/2344/456525094@github.com>
In-Reply-To: <quicwg/base-drafts/issues/2344@github.com>
References: <quicwg/base-drafts/issues/2344@github.com>
Subject: Re: [quicwg/base-drafts] RESET_STREAM should be allowed in 0-RTT packets (#2344)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5c476af8ae020_7b603ff070ad45bc1449cd"; 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/RlaielSsxQkNfDWgE13cmvofYB4>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
List-Id: Notification list for GitHub issues related to the QUIC WG <quic-issues.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=unsubscribe>
List-Archive: <https://mailarchive.ietf.org/arch/browse/quic-issues/>
List-Post: <mailto:quic-issues@ietf.org>
List-Help: <mailto:quic-issues-request@ietf.org?subject=help>
List-Subscribe: <https://www.ietf.org/mailman/listinfo/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=subscribe>
X-List-Received-Date: Tue, 22 Jan 2019 19:11:56 -0000

----==_mimepart_5c476af8ae020_7b603ff070ad45bc1449cd
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

Because the client here is an attacker.  However, I'm not seeing as much threat related to this specific change -- this is something the client can do regardless (generating many connections and causing state to be allocated for each).

So the attack here is to artificially create a large batch of (hopefully work-intensive) 0-RTT packets which are legitimate given a particular session ticket.  Then open a large set of parallel connections using the same session ticket and dump all those 0-RTT packets into each connection.

To guard against this, TLS 1.3 recommends [not accepting a given session ticket for multiple connections](https://tools.ietf.org/html/rfc8446#section-8.1).  This defense is the same for QUIC, and lives in the TLS layer.

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/quicwg/base-drafts/issues/2344#issuecomment-456525094
----==_mimepart_5c476af8ae020_7b603ff070ad45bc1449cd
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: quoted-printable

<p>Because the client here is an attacker.  However, I'm not seeing as mu=
ch threat related to this specific change -- this is something the client=
 can do regardless (generating many connections and causing state to be a=
llocated for each).</p>
<p>So the attack here is to artificially create a large batch of (hopeful=
ly work-intensive) 0-RTT packets which are legitimate given a particular =
session ticket.  Then open a large set of parallel connections using the =
same session ticket and dump all those 0-RTT packets into each connection=
.</p>
<p>To guard against this, TLS 1.3 recommends <a href=3D"https://tools.iet=
f.org/html/rfc8446#section-8.1" rel=3D"nofollow">not accepting a given se=
ssion ticket for multiple connections</a>.  This defense is the same for =
QUIC, and lives in the TLS layer.</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/2344#issuecomment-456525094">view it on GitHub</a>,=
 or <a href=3D"https://github.com/notifications/unsubscribe-auth/AWbkqw1a=
IjbMZIG61Fa-50qEMHYpKFn6ks5vF2J4gaJpZM4aHKE6">mute the thread</a>.<img sr=
c=3D"https://github.com/notifications/beacon/AWbkq2RT0KgGc1-lQHO00hsb7SYH=
-CoLks5vF2J4gaJpZM4aHKE6.gif" height=3D"1" width=3D"1" alt=3D"" /></p>
<script type=3D"application/json" data-scope=3D"inboxmarkup">{"api_versio=
n":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name"=
:"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"=
quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"http=
s://github.githubassets.com/images/email/message_cards/header.png","avata=
r_image_url":"https://github.githubassets.com/images/email/message_cards/=
avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/q=
uicwg/base-drafts"}},"updates":{"snippets":[{"icon":"PERSON","message":"@=
MikeBishop in #2344: Because the client here is an attacker.  However, I'=
m not seeing as much threat related to this specific change -- this is so=
mething the client can do regardless (generating many connections and cau=
sing state to be allocated for each).\r\n\r\nSo the attack here is to art=
ificially create a large batch of (hopefully work-intensive) 0-RTT packet=
s which are legitimate given a particular session ticket.  Then open a la=
rge set of parallel connections using the same session ticket and dump al=
l those 0-RTT packets into each connection.\r\n\r\nTo guard against this,=
 TLS 1.3 recommends [not accepting a given session ticket for multiple co=
nnections](https://tools.ietf.org/html/rfc8446#section-8.1).  This defens=
e is the same for QUIC, and lives in the TLS layer."}],"action":{"name":"=
View Issue","url":"https://github.com/quicwg/base-drafts/issues/2344#issu=
ecomment-456525094"}}}</script>
<script type=3D"application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/issues/2344#issuecomment=
-456525094",
"url": "https://github.com/quicwg/base-drafts/issues/2344#issuecomment-45=
6525094",
"name": "View Issue"
},
"description": "View this Issue on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>=

----==_mimepart_5c476af8ae020_7b603ff070ad45bc1449cd--


From nobody Tue Jan 22 11:33: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 324BC130FDB for <quic-issues@ietfa.amsl.com>; Tue, 22 Jan 2019 11:33:12 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -10.935
X-Spam-Level: 
X-Spam-Status: No, score=-10.935 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIMWL_WL_HIGH=-4.553, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, HTML_IMAGE_ONLY_24=1.618, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-1, RCVD_IN_DNSWL_HI=-5, SPF_PASS=-0.001] autolearn=ham autolearn_force=no
Authentication-Results: ietfa.amsl.com (amavisd-new); dkim=pass (1024-bit key) header.d=github.com
Received: from mail.ietf.org ([4.31.198.44]) by localhost (ietfa.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 6jnCz4q3BplO for <quic-issues@ietfa.amsl.com>; Tue, 22 Jan 2019 11:33: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 9FEDF126CB6 for <quic-issues@ietf.org>; Tue, 22 Jan 2019 11:33:10 -0800 (PST)
Date: Tue, 22 Jan 2019 11:33:09 -0800
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1548185589; bh=UQEU+YC1PuIeF1TZmNPON9R2vq95fPlCVHveGNx2ti0=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=kGWy5+xZyC+WbRm94BaTkttrFYwz+qF1YsOwwoabFJNRGP5VfLw/8lTXufPH92O6g d6nZeUyST6J7XXScn1RuYuu0wPcABX6/q05PuZ+dhwhW49ovytZ8oiDRLTHAvsV7kk 8mm769HHwMCrjIsqatGj6dsAtlcdMufflVNO1ey4=
From: Martin Thomson <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+0166e4ab0f44991cf59ef27dd7c728bed4500969dd67ed6692cf00000001185f31f592a169ce17e9c1c4@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/pull/2355/review/195192094@github.com>
In-Reply-To: <quicwg/base-drafts/pull/2355@github.com>
References: <quicwg/base-drafts/pull/2355@github.com>
Subject: Re: [quicwg/base-drafts] Allow stream-related frames in 0-RTT (#2355)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5c476ff5839d3_79873f9c138d45c0291468"; 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/c0jUz1_nrE3Ar1P1Sy7g6mBiSq8>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
List-Id: Notification list for GitHub issues related to the QUIC WG <quic-issues.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=unsubscribe>
List-Archive: <https://mailarchive.ietf.org/arch/browse/quic-issues/>
List-Post: <mailto:quic-issues@ietf.org>
List-Help: <mailto:quic-issues-request@ietf.org?subject=help>
List-Subscribe: <https://www.ietf.org/mailman/listinfo/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=subscribe>
X-List-Received-Date: Tue, 22 Jan 2019 19:33:12 -0000

----==_mimepart_5c476ff5839d3_79873f9c138d45c0291468
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

martinthomson commented on this pull request.



> @@ -326,17 +326,12 @@ encryption levels:
 
 - CRYPTO frames MAY appear in packets of any encryption level except 0-RTT.
 
-- CONNECTION_CLOSE MAY appear in packets of any encryption level other than

Arghh, I need to revert this 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/2355#discussion_r249929384
----==_mimepart_5c476ff5839d3_79873f9c138d45c0291468
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/2355#discussion_r249929384">draft-ietf-quic-tls.md</a>:</p>
<pre style='color:#555'>&gt; @@ -326,17 +326,12 @@ encryption levels:
 
 - CRYPTO frames MAY appear in packets of any encryption level except 0-RTT.
 
-- CONNECTION_CLOSE MAY appear in packets of any encryption level other than
</pre>
<p>Arghh, I need to revert this 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/2355#discussion_r249929384">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AWbkq0LqWqI6zfdc8OiAi04VWeIRg5iLks5vF2d1gaJpZM4aKHLA">mute the thread</a>.<img src="https://github.com/notifications/beacon/AWbkqxwSFJ0RmBE_mC45jYSr3guc5c--ks5vF2d1gaJpZM4aKHLA.gif" height="1" width="1" alt="" /></p>
<script type="application/json" data-scope="inboxmarkup">{"api_version":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name":"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"https://github.githubassets.com/images/email/message_cards/header.png","avatar_image_url":"https://github.githubassets.com/images/email/message_cards/avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/quicwg/base-drafts"}},"updates":{"snippets":[{"icon":"PERSON","message":"@martinthomson commented on #2355"}],"action":{"name":"View Pull Request","url":"https://github.com/quicwg/base-drafts/pull/2355#discussion_r249929384"}}}</script>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/pull/2355#discussion_r249929384",
"url": "https://github.com/quicwg/base-drafts/pull/2355#discussion_r249929384",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>
----==_mimepart_5c476ff5839d3_79873f9c138d45c0291468--


From nobody Tue Jan 22 11:40: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 70A18131007 for <quic-issues@ietfa.amsl.com>; Tue, 22 Jan 2019 11:40:55 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -10.935
X-Spam-Level: 
X-Spam-Status: No, score=-10.935 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIMWL_WL_HIGH=-4.553, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, HTML_IMAGE_ONLY_24=1.618, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-1, RCVD_IN_DNSWL_HI=-5, SPF_PASS=-0.001] autolearn=ham autolearn_force=no
Authentication-Results: ietfa.amsl.com (amavisd-new); dkim=pass (1024-bit key) header.d=github.com
Received: 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_5-bHzQpZGh for <quic-issues@ietfa.amsl.com>; Tue, 22 Jan 2019 11:40: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 6E951131002 for <quic-issues@ietf.org>; Tue, 22 Jan 2019 11:40:53 -0800 (PST)
Date: Tue, 22 Jan 2019 11:40:52 -0800
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1548186052; bh=NrSrqMrcPia+KM7RypxPbvJsM3n/ZTiycfOf9UD4CfM=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=yzeD/ctIlgbOjEMXm4NxGcaRrCV5uKpMEyTH4KqxwkkN5RB6e37+kuD6PxK8b3u5b c0GnL1TGj6NFSJ/IwAtgwUih7Yu6HAMYCzqIFfXeex2feUl7WiDEOluF/Ojx9wf/gA Vtc9R39/mskTHQe3PQDiSmPO9jfEOl6jiJ4GJSFI=
From: Mark Nottingham <notifications@github.com>
Reply-To: quicwg/wg-materials <reply+0166e4abbd9c8f7434559d9e435a9092614791791b1598a792cf00000001185f33c492a169ce17f34864@reply.github.com>
To: quicwg/wg-materials <wg-materials@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/wg-materials/pull/99/review/195195582@github.com>
In-Reply-To: <quicwg/wg-materials/pull/99@github.com>
References: <quicwg/wg-materials/pull/99@github.com>
Subject: Re: [quicwg/wg-materials] Add remote debugging session info (#99)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5c4771c45eff7_5e483fc180ed45b44475c1"; 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/-hNraOuMHRWc0678-7-6QIkHwlE>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
List-Id: Notification list for GitHub issues related to the QUIC WG <quic-issues.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=unsubscribe>
List-Archive: <https://mailarchive.ietf.org/arch/browse/quic-issues/>
List-Post: <mailto:quic-issues@ietf.org>
List-Help: <mailto:quic-issues-request@ietf.org?subject=help>
List-Subscribe: <https://www.ietf.org/mailman/listinfo/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=subscribe>
X-List-Received-Date: Tue, 22 Jan 2019 19:40:56 -0000

----==_mimepart_5c4771c45eff7_5e483fc180ed45b44475c1
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

mnot commented on this pull request.



> @@ -49,6 +49,9 @@ _~15 minutes_
 - Next interop
 - Getting done
 
+### Remote presentations

Please just put the bullet under "As Time Permits" - no reason for a separate 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/wg-materials/pull/99#pullrequestreview-195195582
----==_mimepart_5c4771c45eff7_5e483fc180ed45b44475c1
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

<p><b>@mnot</b> commented on this pull request.</p>

<hr>

<p>In <a href="https://github.com/quicwg/wg-materials/pull/99#discussion_r249932102">interim-19-01/agenda.md</a>:</p>
<pre style='color:#555'>&gt; @@ -49,6 +49,9 @@ _~15 minutes_
 - Next interop
 - Getting done
 
+### Remote presentations
</pre>
<p>Please just put the bullet under "As Time Permits" - no reason for a separate 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/wg-materials/pull/99#pullrequestreview-195195582">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AWbkq01kQ2eqt1hq3StIXjkO7u6qK_3qks5vF2lEgaJpZM4aM60P">mute the thread</a>.<img src="https://github.com/notifications/beacon/AWbkq11NTF-pmlvYD-U5h8u4WT4y5d0rks5vF2lEgaJpZM4aM60P.gif" height="1" width="1" alt="" /></p>
<script type="application/json" data-scope="inboxmarkup">{"api_version":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name":"GitHub"},"entity":{"external_key":"github/quicwg/wg-materials","title":"quicwg/wg-materials","subtitle":"GitHub repository","main_image_url":"https://github.githubassets.com/images/email/message_cards/header.png","avatar_image_url":"https://github.githubassets.com/images/email/message_cards/avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/quicwg/wg-materials"}},"updates":{"snippets":[{"icon":"PERSON","message":"@mnot commented on #99"}],"action":{"name":"View Pull Request","url":"https://github.com/quicwg/wg-materials/pull/99#pullrequestreview-195195582"}}}</script>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/wg-materials/pull/99#pullrequestreview-195195582",
"url": "https://github.com/quicwg/wg-materials/pull/99#pullrequestreview-195195582",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>
----==_mimepart_5c4771c45eff7_5e483fc180ed45b44475c1--


From nobody Tue Jan 22 11:44: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 C78B6128AFB for <quic-issues@ietfa.amsl.com>; Tue, 22 Jan 2019 11:44:39 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -7.553
X-Spam-Level: 
X-Spam-Status: No, score=-7.553 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIMWL_WL_HIGH=-4.553, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-1, RCVD_IN_DNSWL_NONE=-0.0001, SPF_PASS=-0.001] autolearn=ham autolearn_force=no
Authentication-Results: ietfa.amsl.com (amavisd-new); dkim=pass (1024-bit key) header.d=github.com
Received: from mail.ietf.org ([4.31.198.44]) by localhost (ietfa.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id NG4wVx1mAlkZ for <quic-issues@ietfa.amsl.com>; Tue, 22 Jan 2019 11:44: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 45BA913100D for <quic-issues@ietf.org>; Tue, 22 Jan 2019 11:44:34 -0800 (PST)
DKIM-Signature: v=1; a=rsa-sha1; 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=iMTK0cMGNpMtmZ6gAFoOrLHwpPE=; b=CVozrqyUTaTZi5Oi 9ANg2A1XwjFvidTm/OZGEZcDm0MA7b15OmYQYYEa4CeU7FEmyd/5AZ8rZlMAJWRy 2IZdWwS/J/fp9KXqAIO72gyzCBFNrTK94Skpb41AiNlgAwJOY9MhxK0WtCNi4HJW RezgWKq0qd9EfAF66a/Gr+pN9DE=
Received: by filter1554p1mdw1.sendgrid.net with SMTP id filter1554p1mdw1-2108-5C4772A1-6 2019-01-22 19:44:33.232721197 +0000 UTC m=+673765.915604520
Received: from github-lowworker-c7d2ff2.cp1-iad.github.net (unknown [192.30.252.32]) by ismtpd0039p1iad1.sendgrid.net (SG) with ESMTP id XHHzjLtPSXSGNS-0jk9HYQ for <quic-issues@ietf.org>; Tue, 22 Jan 2019 19:44:33.192 +0000 (UTC)
Received: from github.com (localhost [127.0.0.1]) by github-lowworker-c7d2ff2.cp1-iad.github.net (Postfix) with ESMTP id 2BC184C0330 for <quic-issues@ietf.org>; Tue, 22 Jan 2019 11:44:33 -0800 (PST)
Date: Tue, 22 Jan 2019 19:44:33 +0000 (UTC)
From: Martin Thomson <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+0166e4abc9c6906eb7f2e9098c51386eea8b2dacd7ec280092cf00000001185f34a192a169ce17e00219@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/issues/2344/456536446@github.com>
In-Reply-To: <quicwg/base-drafts/issues/2344@github.com>
References: <quicwg/base-drafts/issues/2344@github.com>
Subject: Re: [quicwg/base-drafts] RESET_STREAM should be allowed in 0-RTT packets (#2344)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5c4772a1285b5_72df3f8322cd45bc6689"; 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-SG-EID: l64QuQ2uJCcEyUykJbxN122A6QRmEpucztpreh3Pak1rw1dOFLUCGcZK78CgLgTTevRX/GAndZ6y9I EPmmj3bnjHAGvhUIoAC+yJefnsdXix08sT+/J0cU9zzj0+ey0SJZGo39nDAXwJdozuiW/09Ah387bv KkD28aFzzS6uzcvn+cwlKO7UIhPR7w3JUDbqC9hBZQbK6GZhM8fqpbV8n14xEbS2w8EU70yk/OT+M9 Y=
Archived-At: <https://mailarchive.ietf.org/arch/msg/quic-issues/CB2VDeGVNKD-QkwupUTtCozbMD4>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
List-Id: Notification list for GitHub issues related to the QUIC WG <quic-issues.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=unsubscribe>
List-Archive: <https://mailarchive.ietf.org/arch/browse/quic-issues/>
List-Post: <mailto:quic-issues@ietf.org>
List-Help: <mailto:quic-issues-request@ietf.org?subject=help>
List-Subscribe: <https://www.ietf.org/mailman/listinfo/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=subscribe>
X-List-Received-Date: Tue, 22 Jan 2019 19:44:40 -0000

----==_mimepart_5c4772a1285b5_72df3f8322cd45bc6689
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

Is the concern here about a denial of service attack on the server?  That is, the extra frames that it might receive, which aren't really limited in any way by flow control or other such limitations, might cause it to do too much work?

This doesn't sound that interesting to me.  There is always a risk when you accept 0-RTT that the client or data is bad.  As @MikeBishop points out, you shouldn't be accepting the same 0-RTT multiple times.  The recommendations in TLS 1.3 provide some tips on how to avoid that.   But even if your server configuration doesn't allow you to detect that and stop it, the work you expend on 0-RTT packets is a cost that you take on.  And you take on that work with the understanding of the associated risk of replay.  Clients can always send far more stuff than you are prepared to process; servers just need to make the call.  For instance, rejecting 0-RTT would be my first response to increasing server load.

If a client chooses to send 0-RTT when 1-RTT keys are available to it, maybe we can allow servers to cut them off.  That's maybe hard to police, but simple things like exceeding initial flow control might be detectable.  Even if the server has provided more credit, the client should still be operating within the initial window for 0-RTT.

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/quicwg/base-drafts/issues/2344#issuecomment-456536446
----==_mimepart_5c4772a1285b5_72df3f8322cd45bc6689
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: quoted-printable

<p>Is the concern here about a denial of service attack on the server?  Tha=
t is, the extra frames that it might receive, which aren't really limited i=
n any way by flow control or other such limitations, might cause it to do t=
oo much work?</p>
<p>This doesn't sound that interesting to me.  There is always a risk when =
you accept 0-RTT that the client or data is bad.  As <a class=3D"user-menti=
on" data-hovercard-type=3D"user" data-hovercard-url=3D"/hovercards?user_id=
=3D4273797" data-octo-click=3D"hovercard-link-click" data-octo-dimensions=
=3D"link_type:self" href=3D"https://github.com/MikeBishop">@MikeBishop</a> =
points out, you shouldn't be accepting the same 0-RTT multiple times.  The =
recommendations in TLS 1.3 provide some tips on how to avoid that.   But ev=
en if your server configuration doesn't allow you to detect that and stop i=
t, the work you expend on 0-RTT packets is a cost that you take on.  And yo=
u take on that work with the understanding of the associated risk of replay=
.  Clients can always send far more stuff than you are prepared to process;=
 servers just need to make the call.  For instance, rejecting 0-RTT would b=
e my first response to increasing server load.</p>
<p>If a client chooses to send 0-RTT when 1-RTT keys are available to it, m=
aybe we can allow servers to cut them off.  That's maybe hard to police, bu=
t simple things like exceeding initial flow control might be detectable.  E=
ven if the server has provided more credit, the client should still be oper=
ating within the initial window for 0-RTT.</p>

<p style=3D"font-size:small;-webkit-text-size-adjust:none;color:#666;">&mda=
sh;<br />You are receiving this because you are subscribed to this thread.<=
br />Reply to this email directly, <a href=3D"https://github.com/quicwg/bas=
e-drafts/issues/2344#issuecomment-456536446">view it on GitHub</a>, or <a h=
ref=3D"https://github.com/notifications/unsubscribe-auth/AWbkqyTV9iQ0_rC52s=
LTdHaksFimOP7Bks5vF2ohgaJpZM4aHKE6">mute the thread</a>.<img src=3D"https:/=
/github.com/notifications/beacon/AWbkq12oHVpiPW18BnqjwYwmNazG1aZKks5vF2ohga=
JpZM4aHKE6.gif" height=3D"1" width=3D"1" alt=3D"" /></p>
<script type=3D"application/json" data-scope=3D"inboxmarkup">{"api_version"=
:"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name":"Gi=
tHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"quicwg=
/base-drafts","subtitle":"GitHub repository","main_image_url":"https://gith=
ub.githubassets.com/images/email/message_cards/header.png","avatar_image_ur=
l":"https://github.githubassets.com/images/email/message_cards/avatar.png",=
"action":{"name":"Open in GitHub","url":"https://github.com/quicwg/base-dra=
fts"}},"updates":{"snippets":[{"icon":"PERSON","message":"@martinthomson in=
 #2344: Is the concern here about a denial of service attack on the server?=
  That is, the extra frames that it might receive, which aren't really limi=
ted in any way by flow control or other such limitations, might cause it to=
 do too much work?\r\n\r\nThis doesn't sound that interesting to me.  There=
 is always a risk when you accept 0-RTT that the client or data is bad.  As=
 @MikeBishop points out, you shouldn't be accepting the same 0-RTT multiple=
 times.  The recommendations in TLS 1.3 provide some tips on how to avoid t=
hat.   But even if your server configuration doesn't allow you to detect th=
at and stop it, the work you expend on 0-RTT packets is a cost that you tak=
e on.  And you take on that work with the understanding of the associated r=
isk of replay.  Clients can always send far more stuff than you are prepare=
d to process; servers just need to make the call.  For instance, rejecting =
0-RTT would be my first response to increasing server load.\r\n\r\nIf a cli=
ent chooses to send 0-RTT when 1-RTT keys are available to it, maybe we can=
 allow servers to cut them off.  That's maybe hard to police, but simple th=
ings like exceeding initial flow control might be detectable.  Even if the =
server has provided more credit, the client should still be operating withi=
n the initial window for 0-RTT."}],"action":{"name":"View Issue","url":"htt=
ps://github.com/quicwg/base-drafts/issues/2344#issuecomment-456536446"}}}</=
script>
<script type=3D"application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/issues/2344#issuecomment-4=
56536446",
"url": "https://github.com/quicwg/base-drafts/issues/2344#issuecomment-4565=
36446",
"name": "View Issue"
},
"description": "View this Issue on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>=

----==_mimepart_5c4772a1285b5_72df3f8322cd45bc6689--


From nobody Tue Jan 22 11:48:14 2019
Return-Path: <bounce+565321.40f-quic-issues=ietf.org@github.com>
X-Original-To: quic-issues@ietfa.amsl.com
Delivered-To: quic-issues@ietfa.amsl.com
Received: from localhost (localhost [127.0.0.1]) by ietfa.amsl.com (Postfix) with ESMTP id B559413100D for <quic-issues@ietfa.amsl.com>; Tue, 22 Jan 2019 11:48:12 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -6.452
X-Spam-Level: 
X-Spam-Status: No, score=-6.452 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIMWL_WL_HIGH=-4.553, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, HEADER_FROM_DIFFERENT_DOMAINS=0.001, RCVD_IN_DNSWL_NONE=-0.0001, SPF_PASS=-0.001, URIBL_BLOCKED=0.001] autolearn=ham autolearn_force=no
Authentication-Results: ietfa.amsl.com (amavisd-new); dkim=pass (1024-bit key) header.d=github.com
Received: from mail.ietf.org ([4.31.198.44]) by localhost (ietfa.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id wr7ohMa9S2vT for <quic-issues@ietfa.amsl.com>; Tue, 22 Jan 2019 11:48:10 -0800 (PST)
Received: from m69-169.mailgun.net (m69-169.mailgun.net [166.78.69.169]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id 9E0AA131007 for <quic-issues@ietf.org>; Tue, 22 Jan 2019 11:48:10 -0800 (PST)
DKIM-Signature: a=rsa-sha256; v=1; c=relaxed/relaxed; d=github.com; q=dns/txt;  s=mailo; t=1548186489; h=Content-Transfer-Encoding: Content-Type: Mime-Version: Subject: Message-ID: To: Reply-To: From: Date: Sender; bh=BvaarelCbsPb8Yhii6P6oQLbxpS7jXJL0mj8KZEWN18=; b=NdTY+n/nygLlbWKSmitqiB2txiNNZimjDIex+8bhHKmOQzIa6i5XccA7qurYAt05U7s+83Lk 26A4feevdQUx6JUWHjRUBZ3buFLIrx5cvl0PlvmK9VCGe/Y0xBDKbu4WxlIPJQcRHjTH5SVL MOAy/9XdLfIyLtRVAiD9ArYdE94=
X-Mailgun-Sending-Ip: 166.78.69.169
X-Mailgun-Sid: WyJhNzYyYiIsICJxdWljLWlzc3Vlc0BpZXRmLm9yZyIsICI0MGYiXQ==
Sender: mt=lowentropy.net@github.com
Received: from github.com (Unknown [192.30.252.44]) by mxa.mailgun.org with ESMTP id 5c477379.7f2fb55b0960-smtp-out-n03; Tue, 22 Jan 2019 19:48:09 -0000 (UTC)
Date: Tue, 22 Jan 2019 11:48:08 -0800
From: Martin Thomson <mt@lowentropy.net>
Reply-To: Martin Thomson <mt@lowentropy.net>
To: quic-issues@ietf.org
Message-ID: <5c477378a58af_f382b15c949857c80113@hookshot-fe-6e9b612.cp1-iad.github.net.mail>
Subject: [quicwg/base-drafts] ac59e1: Rework idle timeout definition
Mime-Version: 1.0
Content-Type: multipart/mixed; boundary="--==_mimepart_5c477378a54f8_f382b15c949857c800eb"; charset=UTF-8
Content-Transfer-Encoding: 7bit
Archived-At: <https://mailarchive.ietf.org/arch/msg/quic-issues/yxVl5M1BQ-ra1O-01EskVXavw24>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
Precedence: list
List-Id: Notification list for GitHub issues related to the QUIC WG <quic-issues.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=unsubscribe>
List-Archive: <https://mailarchive.ietf.org/arch/browse/quic-issues/>
List-Post: <mailto:quic-issues@ietf.org>
List-Help: <mailto:quic-issues-request@ietf.org?subject=help>
List-Subscribe: <https://www.ietf.org/mailman/listinfo/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=subscribe>
X-List-Received-Date: Tue, 22 Jan 2019 19:48:13 -0000

----==_mimepart_5c477378a54f8_f382b15c949857c800eb
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

  Branch: refs/heads/master
  Home:   https://github.com/quicwg/base-drafts
  Commit: ac59e1146fe685a353bc2f3f3d74d98e5a063afe
      https://github.com/quicwg/base-drafts/commit/ac59e1146fe685a353bc2f3f3d74d98e5a063afe
  Author: Martin Thomson <martin.thomson@gmail.com>
  Date:   2018-12-20 (Thu, 20 Dec 2018)

  Changed paths:
    M draft-ietf-quic-transport.md

  Log Message:
  -----------
  Rework idle timeout definition

Closes #2149.


  Commit: 6b7b99ae3188d059306d9ec4ef1faaac5c39dbfb
      https://github.com/quicwg/base-drafts/commit/6b7b99ae3188d059306d9ec4ef1faaac5c39dbfb
  Author: Martin Thomson <martin.thomson@gmail.com>
  Date:   2019-01-21 (Mon, 21 Jan 2019)

  Changed paths:
    M draft-ietf-quic-transport.md

  Log Message:
  -----------
  Singular


  Commit: 60f054f761d48d12de67ab58be8058a8268070cd
      https://github.com/quicwg/base-drafts/commit/60f054f761d48d12de67ab58be8058a8268070cd
  Author: Martin Thomson <martin.thomson@gmail.com>
  Date:   2019-01-21 (Mon, 21 Jan 2019)

  Changed paths:
    M draft-ietf-quic-transport.md

  Log Message:
  -----------
  its


  Commit: 552985f0639744664127dd925148847958f2e353
      https://github.com/quicwg/base-drafts/commit/552985f0639744664127dd925148847958f2e353
  Author: Martin Thomson <mt@lowentropy.net>
  Date:   2019-01-23 (Wed, 23 Jan 2019)

  Changed paths:
    M draft-ietf-quic-transport.md

  Log Message:
  -----------
  Merge pull request #2346 from quicwg/idle-restart-time

Rework idle timeout definition


Compare: https://github.com/quicwg/base-drafts/compare/7682731557aa...552985f06397
      **NOTE:** This service has been marked for deprecation: https://developer.github.com/changes/2018-04-25-github-services-deprecation/

      Functionality will be removed from GitHub.com on January 31st, 2019.

----==_mimepart_5c477378a54f8_f382b15c949857c800eb--


From nobody Tue Jan 22 11:48:23 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 22E7013103B for <quic-issues@ietfa.amsl.com>; Tue, 22 Jan 2019 11:48:16 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -6.149
X-Spam-Level: 
X-Spam-Status: No, score=-6.149 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIMWL_WL_HIGH=-4.553, 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_PASS=-0.001] autolearn=ham autolearn_force=no
Authentication-Results: ietfa.amsl.com (amavisd-new); dkim=pass (1024-bit key) header.d=github.com
Received: from mail.ietf.org ([4.31.198.44]) by localhost (ietfa.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id cDFPMfAD9VHo for <quic-issues@ietfa.amsl.com>; Tue, 22 Jan 2019 11:48:14 -0800 (PST)
Received: from o7.sgmail.github.com (o7.sgmail.github.com [167.89.101.198]) (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 4366F131007 for <quic-issues@ietf.org>; Tue, 22 Jan 2019 11:48:14 -0800 (PST)
DKIM-Signature: v=1; a=rsa-sha1; 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=Xj5dVXzCmmItutrBI4FBY4CyImY=; b=g/+GwvTWGQS53s3Q F7M5a5R2khmDLhPZ14R4wkyAiP818oVGFRAjwrykNEY30rGIEx2uGJkpjG5mtbnZ u0AKCO+ytKjboL5M5b92QjQvM3Sunc4NkFLojN3oXslOnBHOvRoTrE+1BRgSWHaX 6BPoVdJZYYlodRgJ2T/MvhIcUcg=
Received: by filter0237p1iad2.sendgrid.net with SMTP id filter0237p1iad2-23394-5C47737D-C 2019-01-22 19:48:13.313857947 +0000 UTC m=+679937.693067140
Received: from github-lowworker-f6df7df.cp1-iad.github.net (unknown [192.30.252.41]) by ismtpd0024p1mdw1.sendgrid.net (SG) with ESMTP id EuOTVjpATLO7a7CCqII-pg for <quic-issues@ietf.org>; Tue, 22 Jan 2019 19:48:13.002 +0000 (UTC)
Received: from github.com (localhost [127.0.0.1]) by github-lowworker-f6df7df.cp1-iad.github.net (Postfix) with ESMTP id BFC573E02E4 for <quic-issues@ietf.org>; Tue, 22 Jan 2019 11:48:12 -0800 (PST)
Date: Tue, 22 Jan 2019 19:48:13 +0000 (UTC)
From: Martin Thomson <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+0166e4abf39c277851f3b384ed10e0a13f92872bfc3a1f5a92cf00000001185f357c92a169ce174b8a33@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/issue/2149/issue_event/2089792915@github.com>
In-Reply-To: <quicwg/base-drafts/issues/2149@github.com>
References: <quicwg/base-drafts/issues/2149@github.com>
Subject: Re: [quicwg/base-drafts] What resets idle timeout? (#2149)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5c47737cbe789_2a5f3f85358d45c4819f2"; 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-SG-EID: l64QuQ2uJCcEyUykJbxN122A6QRmEpucztpreh3Pak0rYOPbwriRoQ3k8khnbi+7Fr6s1D4utr6w5L 5frkrr7hQqEcJ79pt27uRK9R/UZIjxSpwW0BaJYORVKdeAxcgsA0zSIT0ps9BENXcsObRB0Ck2yz/i adcbsLQPnEXcrk506rr93uBeMmDFmQ0XbXD5IG1WHoCByiOFwECwu5/jMxyABZJ1WujOmOC9i+XBsA Q=
Archived-At: <https://mailarchive.ietf.org/arch/msg/quic-issues/U9QFi8s2LlfiGWx7zXKrZJhvls8>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
List-Id: Notification list for GitHub issues related to the QUIC WG <quic-issues.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=unsubscribe>
List-Archive: <https://mailarchive.ietf.org/arch/browse/quic-issues/>
List-Post: <mailto:quic-issues@ietf.org>
List-Help: <mailto:quic-issues-request@ietf.org?subject=help>
List-Subscribe: <https://www.ietf.org/mailman/listinfo/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=subscribe>
X-List-Received-Date: Tue, 22 Jan 2019 19:48:16 -0000

----==_mimepart_5c47737cbe789_2a5f3f85358d45c4819f2
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

Closed #2149 via #2346.

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/quicwg/base-drafts/issues/2149#event-2089792915
----==_mimepart_5c47737cbe789_2a5f3f85358d45c4819f2
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="390826547" data-permission-text="Issue title is private" data-url="https://github.com/quicwg/base-drafts/issues/2149" data-hovercard-type="issue" data-hovercard-url="/quicwg/base-drafts/issues/2149/hovercard" href="https://github.com/quicwg/base-drafts/issues/2149">#2149</a> via <a class="issue-link js-issue-link" data-error-text="Failed to load issue title" data-id="400606141" data-permission-text="Issue title is private" data-url="https://github.com/quicwg/base-drafts/issues/2346" data-hovercard-type="pull_request" data-hovercard-url="/quicwg/base-drafts/pull/2346/hovercard" href="https://github.com/quicwg/base-drafts/pull/2346">#2346</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/2149#event-2089792915">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AWbkq-Z5OF7KTgaKKfUAsU0iwcGIdYJpks5vF2r8gaJpZM4ZSR1o">mute the thread</a>.<img src="https://github.com/notifications/beacon/AWbkq_i2wY4aE5_g567L5dBFLQFTXqxKks5vF2r8gaJpZM4ZSR1o.gif" height="1" width="1" alt="" /></p>
<script type="application/json" data-scope="inboxmarkup">{"api_version":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name":"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"https://github.githubassets.com/images/email/message_cards/header.png","avatar_image_url":"https://github.githubassets.com/images/email/message_cards/avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/quicwg/base-drafts"}},"updates":{"snippets":[{"icon":"DESCRIPTION","message":"Closed #2149 via #2346."}],"action":{"name":"View Issue","url":"https://github.com/quicwg/base-drafts/issues/2149#event-2089792915"}}}</script>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/issues/2149#event-2089792915",
"url": "https://github.com/quicwg/base-drafts/issues/2149#event-2089792915",
"name": "View Issue"
},
"description": "View this Issue on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>
----==_mimepart_5c47737cbe789_2a5f3f85358d45c4819f2--


From nobody Tue Jan 22 11:48:29 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 4CAA8131011 for <quic-issues@ietfa.amsl.com>; Tue, 22 Jan 2019 11:48:17 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -5.935
X-Spam-Level: 
X-Spam-Status: No, score=-5.935 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIMWL_WL_HIGH=-4.553, DKIM_SIGNED=0.1, DKIM_VALID=-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_PASS=-0.001] autolearn=ham autolearn_force=no
Authentication-Results: ietfa.amsl.com (amavisd-new); dkim=pass (1024-bit key) header.d=github.com
Received: from mail.ietf.org ([4.31.198.44]) by localhost (ietfa.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id dxJ2oeUN7S9W for <quic-issues@ietfa.amsl.com>; Tue, 22 Jan 2019 11:48:14 -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 7676E13100D for <quic-issues@ietf.org>; Tue, 22 Jan 2019 11:48:14 -0800 (PST)
DKIM-Signature: v=1; a=rsa-sha1; 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=U5640udOPJJ6H/PFvfB7KA+H4eY=; b=HnBzR0qwAxP3c6xZ LBrg+es5jvtE8LZk3ZhQvaynpXVR6pa1wgM2uh/p4A5n57kcOvJhv6wQb5+9UCmc pG+uzlxIoic/KUN5yHquYNl3qbPouAgMEc57gfdOeUM1qnrsEJFVaSxKEw5YyD4l a8d2j4VFgH0vMsi1zmr2skV7AV8=
Received: by filter0166p1iad2.sendgrid.net with SMTP id filter0166p1iad2-10260-5C47737C-26 2019-01-22 19:48:12.867524183 +0000 UTC m=+680633.428689286
Received: from github-lowworker-dcc078e.cp1-iad.github.net (unknown [192.30.252.44]) by ismtpd0026p1iad2.sendgrid.net (SG) with ESMTP id Tm5HTLxLSem8m4W-MBAzuQ for <quic-issues@ietf.org>; Tue, 22 Jan 2019 19:48:12.699 +0000 (UTC)
Received: from github.com (localhost [127.0.0.1]) by github-lowworker-dcc078e.cp1-iad.github.net (Postfix) with ESMTP id AEE862C0609 for <quic-issues@ietf.org>; Tue, 22 Jan 2019 11:48:12 -0800 (PST)
Date: Tue, 22 Jan 2019 19:48:12 +0000 (UTC)
From: Martin Thomson <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+0166e4ab43f40784765efb9f60f7ba708d334f29a697b5a192cf00000001185f357c92a169ce17e0c3bd@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/pull/2346/issue_event/2089792909@github.com>
In-Reply-To: <quicwg/base-drafts/pull/2346@github.com>
References: <quicwg/base-drafts/pull/2346@github.com>
Subject: Re: [quicwg/base-drafts] Rework idle timeout definition (#2346)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5c47737cac902_2a8f3fbbcded45b811309e"; 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-SG-EID: l64QuQ2uJCcEyUykJbxN122A6QRmEpucztpreh3Pak0qjh9dFgFBBOe8BB7xCRGR8skChGa2XPh9xP sdKBbUiM3EnjLiqq31t7m+wqFxFbpvDpSq4BFvXQ177JQxCIFCNzUgZycxdG8EIvkP6feAZslxQm/v DTb37DyVXRgeWZtDPE4tEZlnGvUjiVd8XHU9sDWHRqOtOf9EB1LLMTJYBGxoWDzLAMrJBQahr5FV0H s=
Archived-At: <https://mailarchive.ietf.org/arch/msg/quic-issues/cT1n_h3ISvxMB5lsSWaTDlh-Lso>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
List-Id: Notification list for GitHub issues related to the QUIC WG <quic-issues.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=unsubscribe>
List-Archive: <https://mailarchive.ietf.org/arch/browse/quic-issues/>
List-Post: <mailto:quic-issues@ietf.org>
List-Help: <mailto:quic-issues-request@ietf.org?subject=help>
List-Subscribe: <https://www.ietf.org/mailman/listinfo/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=subscribe>
X-List-Received-Date: Tue, 22 Jan 2019 19:48:17 -0000

----==_mimepart_5c47737cac902_2a8f3fbbcded45b811309e
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

Merged #2346 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/2346#event-2089792909
----==_mimepart_5c47737cac902_2a8f3fbbcded45b811309e
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="400606141" data-permission-text="Issue title is private" data-url="https://github.com/quicwg/base-drafts/issues/2346" data-hovercard-type="pull_request" data-hovercard-url="/quicwg/base-drafts/pull/2346/hovercard" href="https://github.com/quicwg/base-drafts/pull/2346">#2346</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/2346#event-2089792909">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AWbkq7IEmhSMSNsP6X3j9lSn_9Ul9wi3ks5vF2r8gaJpZM4aHYP2">mute the thread</a>.<img src="https://github.com/notifications/beacon/AWbkq5cVk9BbfxDtH0kV0Jv3jtcZBYvcks5vF2r8gaJpZM4aHYP2.gif" height="1" width="1" alt="" /></p>
<script type="application/json" data-scope="inboxmarkup">{"api_version":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name":"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"https://github.githubassets.com/images/email/message_cards/header.png","avatar_image_url":"https://github.githubassets.com/images/email/message_cards/avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/quicwg/base-drafts"}},"updates":{"snippets":[{"icon":"DESCRIPTION","message":"Merged #2346 into master."}],"action":{"name":"View Pull Request","url":"https://github.com/quicwg/base-drafts/pull/2346#event-2089792909"}}}</script>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/pull/2346#event-2089792909",
"url": "https://github.com/quicwg/base-drafts/pull/2346#event-2089792909",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>
----==_mimepart_5c47737cac902_2a8f3fbbcded45b811309e--


From nobody Tue Jan 22 11:48:33 2019
Return-Path: <bounce+565321.40f-quic-issues=ietf.org@github.com>
X-Original-To: quic-issues@ietfa.amsl.com
Delivered-To: quic-issues@ietfa.amsl.com
Received: from localhost (localhost [127.0.0.1]) by ietfa.amsl.com (Postfix) with ESMTP id D002313100D for <quic-issues@ietfa.amsl.com>; Tue, 22 Jan 2019 11:48:17 -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=-4.553, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, HEADER_FROM_DIFFERENT_DOMAINS=0.001, RCVD_IN_DNSWL_NONE=-0.0001, SPF_PASS=-0.001] autolearn=ham autolearn_force=no
Authentication-Results: ietfa.amsl.com (amavisd-new); dkim=pass (1024-bit key) header.d=github.com
Received: from mail.ietf.org ([4.31.198.44]) by localhost (ietfa.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id HMAb1sj1FLt5 for <quic-issues@ietfa.amsl.com>; Tue, 22 Jan 2019 11:48:16 -0800 (PST)
Received: from m69-169.mailgun.net (m69-169.mailgun.net [166.78.69.169]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id B7C28131010 for <quic-issues@ietf.org>; Tue, 22 Jan 2019 11:48:14 -0800 (PST)
DKIM-Signature: a=rsa-sha256; v=1; c=relaxed/relaxed; d=github.com; q=dns/txt;  s=mailo; t=1548186494; h=Content-Transfer-Encoding: Content-Type: Mime-Version: Subject: Message-ID: To: Reply-To: From: Date: Sender; bh=FLjm3jpl9c14zpafO6ipTyntu5pbbLmB2aFky4ti/hU=; b=kytn4ehJ8hYMLWSmtfVRr0+TH2APT1Yu/DhOau9Lj+1OCFqAtKAbupX5fBVU6slDaz2gP6GV ckSQ8yn76LvdteqVCiGVlqKxS/QBRKjsFVjURcGjUJ+OEfTQVg5MSDqnSPkNvnxU82nw36LK E1in4DkFYplo36lkJuptdPIPFWI=
X-Mailgun-Sending-Ip: 166.78.69.169
X-Mailgun-Sid: WyJhNzYyYiIsICJxdWljLWlzc3Vlc0BpZXRmLm9yZyIsICI0MGYiXQ==
Sender: mt=lowentropy.net@github.com
Received: from github.com (Unknown [192.30.252.35]) by mxa.mailgun.org with ESMTP id 5c47737e.7f49cbfa20c0-smtp-out-n01; Tue, 22 Jan 2019 19:48:14 -0000 (UTC)
Date: Tue, 22 Jan 2019 11:48:13 -0800
From: martinthomson <mt@lowentropy.net>
Reply-To: martinthomson <mt@lowentropy.net>
To: quic-issues@ietf.org
Message-ID: <5c47737d7dec3_23732ac2cbba2580443df@hookshot-fe-d252ca1.cp1-iad.github.net.mail>
Subject: [quicwg/base-drafts]
Mime-Version: 1.0
Content-Type: multipart/mixed; boundary="--==_mimepart_5c47737d7da7a_23732ac2cbba258044263"; charset=UTF-8
Content-Transfer-Encoding: 7bit
Archived-At: <https://mailarchive.ietf.org/arch/msg/quic-issues/rd4eXp2R206WtMN1A4gnXL99UU8>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
Precedence: list
List-Id: Notification list for GitHub issues related to the QUIC WG <quic-issues.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=unsubscribe>
List-Archive: <https://mailarchive.ietf.org/arch/browse/quic-issues/>
List-Post: <mailto:quic-issues@ietf.org>
List-Help: <mailto:quic-issues-request@ietf.org?subject=help>
List-Subscribe: <https://www.ietf.org/mailman/listinfo/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=subscribe>
X-List-Received-Date: Tue, 22 Jan 2019 19:48:18 -0000

----==_mimepart_5c47737d7da7a_23732ac2cbba258044263
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

  Branch: refs/heads/idle-restart-time
  Home:   https://github.com/quicwg/base-drafts

      **NOTE:** This service has been marked for deprecation: https://developer.github.com/changes/2018-04-25-github-services-deprecation/

      Functionality will be removed from GitHub.com on January 31st, 2019.

----==_mimepart_5c47737d7da7a_23732ac2cbba258044263--


From nobody Tue Jan 22 11:48:45 2019
Return-Path: <bounce+565321.40f-quic-issues=ietf.org@github.com>
X-Original-To: quic-issues@ietfa.amsl.com
Delivered-To: quic-issues@ietfa.amsl.com
Received: from localhost (localhost [127.0.0.1]) by ietfa.amsl.com (Postfix) with ESMTP id 95F93131007 for <quic-issues@ietfa.amsl.com>; Tue, 22 Jan 2019 11:48:42 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -6.452
X-Spam-Level: 
X-Spam-Status: No, score=-6.452 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIMWL_WL_HIGH=-4.553, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, HEADER_FROM_DIFFERENT_DOMAINS=0.001, RCVD_IN_DNSWL_NONE=-0.0001, SPF_PASS=-0.001, URIBL_BLOCKED=0.001] autolearn=ham autolearn_force=no
Authentication-Results: ietfa.amsl.com (amavisd-new); dkim=pass (1024-bit key) header.d=github.com
Received: from mail.ietf.org ([4.31.198.44]) by localhost (ietfa.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id UCrVOwHW88T8 for <quic-issues@ietfa.amsl.com>; Tue, 22 Jan 2019 11:48:40 -0800 (PST)
Received: from m69-170.mailgun.net (m69-170.mailgun.net [166.78.69.170]) (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 5C21913100D for <quic-issues@ietf.org>; Tue, 22 Jan 2019 11:48:39 -0800 (PST)
DKIM-Signature: a=rsa-sha256; v=1; c=relaxed/relaxed; d=github.com; q=dns/txt;  s=mailo; t=1548186518; h=Content-Transfer-Encoding: Content-Type: Mime-Version: Subject: Message-ID: To: Reply-To: From: Date: Sender; bh=HArKDMo7/gKMVCnTB4LVsen1SqO1+kQwhbldtohV2UU=; b=tj6jyExEPDWlfe6c2HtOEB5uJJRYo6EXTL3HOnO0Ie4qQvrmIMtzQm3nQm4WqZ/G3iTVREtZ W1lyLXTtiI6cR2hfuH1mlTlehnBRXQvXSKJjKtp17qHuh2X2jjNWWFyJ4OYjHZr+P2CU9w8Z E/SVIgayPcgKL3M7mlrkYC4WdJE=
X-Mailgun-Sending-Ip: 166.78.69.170
X-Mailgun-Sid: WyJhNzYyYiIsICJxdWljLWlzc3Vlc0BpZXRmLm9yZyIsICI0MGYiXQ==
Sender: mt=lowentropy.net@github.com
Received: from github.com (Unknown [192.30.252.36]) by mxa.mailgun.org with ESMTP id 5c477395.7fdd82f7d5a0-smtp-out-n03; Tue, 22 Jan 2019 19:48:37 -0000 (UTC)
Date: Tue, 22 Jan 2019 11:48:36 -0800
From: Martin Thomson <mt@lowentropy.net>
Reply-To: Martin Thomson <mt@lowentropy.net>
To: quic-issues@ietf.org
Message-ID: <5c477394d8d23_672c2abacd8ac58410487e@hookshot-fe-6b2eebc.cp1-iad.github.net.mail>
Subject: [quicwg/base-drafts] c34142: STOP_SENDING is permitted for Ready streams
Mime-Version: 1.0
Content-Type: multipart/mixed; boundary="--==_mimepart_5c477394d89b5_672c2abacd8ac5841047bb"; charset=UTF-8
Content-Transfer-Encoding: 7bit
Archived-At: <https://mailarchive.ietf.org/arch/msg/quic-issues/a1gnkW2gCs8zm31lrMvB_d2NJfU>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
Precedence: list
List-Id: Notification list for GitHub issues related to the QUIC WG <quic-issues.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=unsubscribe>
List-Archive: <https://mailarchive.ietf.org/arch/browse/quic-issues/>
List-Post: <mailto:quic-issues@ietf.org>
List-Help: <mailto:quic-issues-request@ietf.org?subject=help>
List-Subscribe: <https://www.ietf.org/mailman/listinfo/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=subscribe>
X-List-Received-Date: Tue, 22 Jan 2019 19:48:43 -0000

----==_mimepart_5c477394d89b5_672c2abacd8ac5841047bb
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

  Branch: refs/heads/master
  Home:   https://github.com/quicwg/base-drafts
  Commit: c34142289df3bc7dd9fdbb209fc977c92e7987d4
      https://github.com/quicwg/base-drafts/commit/c34142289df3bc7dd9fdbb209fc977c92e7987d4
  Author: Martin Thomson <martin.thomson@gmail.com>
  Date:   2019-01-21 (Mon, 21 Jan 2019)

  Changed paths:
    M draft-ietf-quic-transport.md

  Log Message:
  -----------
  STOP_SENDING is permitted for Ready streams

...in the case where those streams are implicitly created.  There's
probably another state here if we were being entirely honest with
ourselves to distinguish between a stream that has been created and one
that has had frames sent for it, but this is already more complex than
it needs to be.

Closes #2345.


  Commit: 387bdf44ac7dcf676b4a6e4ed497195f1d71710d
      https://github.com/quicwg/base-drafts/commit/387bdf44ac7dcf676b4a6e4ed497195f1d71710d
  Author: Martin Thomson <martin.thomson@gmail.com>
  Date:   2019-01-21 (Mon, 21 Jan 2019)

  Changed paths:
    M draft-ietf-quic-transport.md

  Log Message:
  -----------
  Make the same changes for MAX_STREAM_DATA

Closes #2353, #2352.


  Commit: 1002e762306bbbce1901fcbc468c7d2d971d1072
      https://github.com/quicwg/base-drafts/commit/1002e762306bbbce1901fcbc468c7d2d971d1072
  Author: Martin Thomson <martin.thomson@gmail.com>
  Date:   2019-01-22 (Tue, 22 Jan 2019)

  Changed paths:
    M draft-ietf-quic-transport.md

  Log Message:
  -----------
  My grammar isn't that good


  Commit: a6f09e44c166e531c3d9330adae7ac79b27b8c40
      https://github.com/quicwg/base-drafts/commit/a6f09e44c166e531c3d9330adae7ac79b27b8c40
  Author: Martin Thomson <mt@lowentropy.net>
  Date:   2019-01-23 (Wed, 23 Jan 2019)

  Changed paths:
    M draft-ietf-quic-transport.md

  Log Message:
  -----------
  Merge pull request #2354 from quicwg/stop-sending-ready

STOP_SENDING is permitted for Ready streams


Compare: https://github.com/quicwg/base-drafts/compare/552985f06397...a6f09e44c166
      **NOTE:** This service has been marked for deprecation: https://developer.github.com/changes/2018-04-25-github-services-deprecation/

      Functionality will be removed from GitHub.com on January 31st, 2019.

----==_mimepart_5c477394d89b5_672c2abacd8ac5841047bb--


From nobody Tue Jan 22 11:48: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 C04D2131007 for <quic-issues@ietfa.amsl.com>; Tue, 22 Jan 2019 11:48:43 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -11.149
X-Spam-Level: 
X-Spam-Status: No, score=-11.149 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIMWL_WL_HIGH=-4.553, 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_PASS=-0.001] autolearn=ham autolearn_force=no
Authentication-Results: ietfa.amsl.com (amavisd-new); dkim=pass (1024-bit key) header.d=github.com
Received: from mail.ietf.org ([4.31.198.44]) by localhost (ietfa.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id VWVHNACMaJ3h for <quic-issues@ietfa.amsl.com>; Tue, 22 Jan 2019 11:48: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 26D67128AFB for <quic-issues@ietf.org>; Tue, 22 Jan 2019 11:48:42 -0800 (PST)
Date: Tue, 22 Jan 2019 11:48:41 -0800
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1548186521; bh=unWTjONelN5jxsdXrLCUYxrYdNzjFyh8jQT930T4D3U=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=ozML/K6DS7aTRjchORaISxPvTxmjUH9LvGZA58ffufn1i9TfMCHrbQPgz5HwjlgYt myRm3A9NOwRv0CQGrH8220HJBw9+XorGRz/D3bE6dN6rmADMOwrPH/D87rNm4tUwZf s/P4xAivF1XGyKTFt1AbEXcf/jXx6i0vpssje7hU=
From: Martin Thomson <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+0166e4ab15e62f7591d5e391cc67db364b08dc83502547e892cf00000001185f359992a169ce17e0387c@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/issue/2345/issue_event/2089793913@github.com>
In-Reply-To: <quicwg/base-drafts/issues/2345@github.com>
References: <quicwg/base-drafts/issues/2345@github.com>
Subject: Re: [quicwg/base-drafts] STOP_SENDING on implicitly opened streams is error-prone (#2345)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5c47739949515_1b7a3fcdbf6d45bc119411"; 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/YsMyldN-1xrmqZ_BTcWyEvIb1Fc>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
List-Id: Notification list for GitHub issues related to the QUIC WG <quic-issues.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=unsubscribe>
List-Archive: <https://mailarchive.ietf.org/arch/browse/quic-issues/>
List-Post: <mailto:quic-issues@ietf.org>
List-Help: <mailto:quic-issues-request@ietf.org?subject=help>
List-Subscribe: <https://www.ietf.org/mailman/listinfo/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=subscribe>
X-List-Received-Date: Tue, 22 Jan 2019 19:48:44 -0000

----==_mimepart_5c47739949515_1b7a3fcdbf6d45bc119411
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

Closed #2345 via #2354.

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/quicwg/base-drafts/issues/2345#event-2089793913
----==_mimepart_5c47739949515_1b7a3fcdbf6d45bc119411
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="400570492" data-permission-text="Issue title is private" data-url="https://github.com/quicwg/base-drafts/issues/2345" data-hovercard-type="issue" data-hovercard-url="/quicwg/base-drafts/issues/2345/hovercard" href="https://github.com/quicwg/base-drafts/issues/2345">#2345</a> via <a class="issue-link js-issue-link" data-error-text="Failed to load issue title" data-id="401179328" data-permission-text="Issue title is private" data-url="https://github.com/quicwg/base-drafts/issues/2354" data-hovercard-type="pull_request" data-hovercard-url="/quicwg/base-drafts/pull/2354/hovercard" href="https://github.com/quicwg/base-drafts/pull/2354">#2354</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/2345#event-2089793913">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AWbkq23kf_kOuBbB1E1MDne9ecAQ5s_Cks5vF2sZgaJpZM4aHOJG">mute the thread</a>.<img src="https://github.com/notifications/beacon/AWbkqxQQ9ADTm80Avnv8s7FAQ_0NTAVlks5vF2sZgaJpZM4aHOJG.gif" height="1" width="1" alt="" /></p>
<script type="application/json" data-scope="inboxmarkup">{"api_version":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name":"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"https://github.githubassets.com/images/email/message_cards/header.png","avatar_image_url":"https://github.githubassets.com/images/email/message_cards/avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/quicwg/base-drafts"}},"updates":{"snippets":[{"icon":"DESCRIPTION","message":"Closed #2345 via #2354."}],"action":{"name":"View Issue","url":"https://github.com/quicwg/base-drafts/issues/2345#event-2089793913"}}}</script>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/issues/2345#event-2089793913",
"url": "https://github.com/quicwg/base-drafts/issues/2345#event-2089793913",
"name": "View Issue"
},
"description": "View this Issue on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>
----==_mimepart_5c47739949515_1b7a3fcdbf6d45bc119411--


From nobody Tue Jan 22 11:48: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 50EA9128AFB for <quic-issues@ietfa.amsl.com>; Tue, 22 Jan 2019 11:48:44 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -10.935
X-Spam-Level: 
X-Spam-Status: No, score=-10.935 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIMWL_WL_HIGH=-4.553, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, HTML_IMAGE_ONLY_24=1.618, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-1, RCVD_IN_DNSWL_HI=-5, SPF_PASS=-0.001] autolearn=ham autolearn_force=no
Authentication-Results: ietfa.amsl.com (amavisd-new); dkim=pass (1024-bit key) header.d=github.com
Received: from mail.ietf.org ([4.31.198.44]) by localhost (ietfa.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id PBjyugt620cl for <quic-issues@ietfa.amsl.com>; Tue, 22 Jan 2019 11:48:42 -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 B2EAD13100D for <quic-issues@ietf.org>; Tue, 22 Jan 2019 11:48:42 -0800 (PST)
Date: Tue, 22 Jan 2019 11:48:41 -0800
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1548186521; bh=hLPZ5Pgvn4FHbdvJNG5KaPCUWLXNJtbOPcGKV0JRzpU=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=b0VBM9XxUV3dwhxVG1d82PjSP+eC2NMSblDJu74ortwk2p2JojAC0Qbt4+EpcWkei ebA3tKtBkiQPVEZ/4hXmLXbhjt5WBvAKjB3PMQs9uMpilfbUp9G+qd4Px2ZsDe+ZmT 0QCuKfHYZKViYk4d3n9ycx4Z15fXV3GOn9pthgqE=
From: Martin Thomson <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+0166e4ab4720b5c7a070594ab906f59c42fe658910236bd292cf00000001185f359992a169ce17e982c0@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/pull/2354/issue_event/2089793905@github.com>
In-Reply-To: <quicwg/base-drafts/pull/2354@github.com>
References: <quicwg/base-drafts/pull/2354@github.com>
Subject: Re: [quicwg/base-drafts] STOP_SENDING is permitted for Ready streams (#2354)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5c477399e6b4a_5b213fc305ad45b484911"; 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/ubcy5c3tfxHuOm8KY4MNjV33KvU>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
List-Id: Notification list for GitHub issues related to the QUIC WG <quic-issues.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=unsubscribe>
List-Archive: <https://mailarchive.ietf.org/arch/browse/quic-issues/>
List-Post: <mailto:quic-issues@ietf.org>
List-Help: <mailto:quic-issues-request@ietf.org?subject=help>
List-Subscribe: <https://www.ietf.org/mailman/listinfo/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=subscribe>
X-List-Received-Date: Tue, 22 Jan 2019 19:48:44 -0000

----==_mimepart_5c477399e6b4a_5b213fc305ad45b484911
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

Merged #2354 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/2354#event-2089793905
----==_mimepart_5c477399e6b4a_5b213fc305ad45b484911
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="401179328" data-permission-text="Issue title is private" data-url="https://github.com/quicwg/base-drafts/issues/2354" data-hovercard-type="pull_request" data-hovercard-url="/quicwg/base-drafts/pull/2354/hovercard" href="https://github.com/quicwg/base-drafts/pull/2354">#2354</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/2354#event-2089793905">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AWbkq22zRfNtjmy4KLG_r04_U3SxcGvbks5vF2sZgaJpZM4aKCiG">mute the thread</a>.<img src="https://github.com/notifications/beacon/AWbkq50mrrXKT8isOtE0ShCfZGWsL934ks5vF2sZgaJpZM4aKCiG.gif" height="1" width="1" alt="" /></p>
<script type="application/json" data-scope="inboxmarkup">{"api_version":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name":"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"https://github.githubassets.com/images/email/message_cards/header.png","avatar_image_url":"https://github.githubassets.com/images/email/message_cards/avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/quicwg/base-drafts"}},"updates":{"snippets":[{"icon":"DESCRIPTION","message":"Merged #2354 into master."}],"action":{"name":"View Pull Request","url":"https://github.com/quicwg/base-drafts/pull/2354#event-2089793905"}}}</script>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/pull/2354#event-2089793905",
"url": "https://github.com/quicwg/base-drafts/pull/2354#event-2089793905",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>
----==_mimepart_5c477399e6b4a_5b213fc305ad45b484911--


From nobody Tue Jan 22 11:49: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 0C11F131007 for <quic-issues@ietfa.amsl.com>; Tue, 22 Jan 2019 11:48:48 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -11.149
X-Spam-Level: 
X-Spam-Status: No, score=-11.149 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIMWL_WL_HIGH=-4.553, 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_PASS=-0.001] autolearn=ham autolearn_force=no
Authentication-Results: ietfa.amsl.com (amavisd-new); dkim=pass (1024-bit key) header.d=github.com
Received: from mail.ietf.org ([4.31.198.44]) by localhost (ietfa.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 9597pkI1LqAQ for <quic-issues@ietfa.amsl.com>; Tue, 22 Jan 2019 11:48: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 1165413103D for <quic-issues@ietf.org>; Tue, 22 Jan 2019 11:48:46 -0800 (PST)
Date: Tue, 22 Jan 2019 11:48:45 -0800
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1548186525; bh=M6/JNSGn4/XXYKiS/xX/aQdI888/xaX6aFjPVYMTKBY=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=EiCdBsjta1+siiA1RJDdw+SI1Zm3BunY0SgN1UqtUuOw1QzuKeKpImUJLiflmtGas w/YI9AYit8QRd7RIM2+ffs6A1kXuznQA6yY+KaCtmLyKt1jaZvZObmU5j31QB9Im0s YlxHQs/uF8a7ETbFdyxf14Dm22MjfCt855ImrZrQ=
From: Martin Thomson <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+0166e4ab9274f5aac2843762e6834e77c4ac78439a3d188b92cf00000001185f359d92a169ce17e68636@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/issue/2353/issue_event/2089794035@github.com>
In-Reply-To: <quicwg/base-drafts/issues/2353@github.com>
References: <quicwg/base-drafts/issues/2353@github.com>
Subject: Re: [quicwg/base-drafts] MAX_STREAM_DATA risk unbounded state (#2353)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5c47739d5427c_477c3ff3674d45b4134050"; 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/b847Vfh1j9g8XId-GAoadculTBQ>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
List-Id: Notification list for GitHub issues related to the QUIC WG <quic-issues.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=unsubscribe>
List-Archive: <https://mailarchive.ietf.org/arch/browse/quic-issues/>
List-Post: <mailto:quic-issues@ietf.org>
List-Help: <mailto:quic-issues-request@ietf.org?subject=help>
List-Subscribe: <https://www.ietf.org/mailman/listinfo/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=subscribe>
X-List-Received-Date: Tue, 22 Jan 2019 19:48:48 -0000

----==_mimepart_5c47739d5427c_477c3ff3674d45b4134050
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

Closed #2353 via 387bdf44ac7dcf676b4a6e4ed497195f1d71710d.

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/quicwg/base-drafts/issues/2353#event-2089794035
----==_mimepart_5c47739d5427c_477c3ff3674d45b4134050
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="400983606" data-permission-text="Issue title is private" data-url="https://github.com/quicwg/base-drafts/issues/2353" data-hovercard-type="issue" data-hovercard-url="/quicwg/base-drafts/issues/2353/hovercard" href="https://github.com/quicwg/base-drafts/issues/2353">#2353</a> via <a class="commit-link" data-hovercard-type="commit" data-hovercard-url="https://github.com/quicwg/base-drafts/commit/387bdf44ac7dcf676b4a6e4ed497195f1d71710d/hovercard" href="https://github.com/quicwg/base-drafts/commit/387bdf44ac7dcf676b4a6e4ed497195f1d71710d"><tt>387bdf4</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/2353#event-2089794035">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AWbkq5dVT31sN96VrURDgjHwqYCt9HYEks5vF2sdgaJpZM4aJE6K">mute the thread</a>.<img src="https://github.com/notifications/beacon/AWbkq0w4sveda_1lQ-uJ78E-Z6MZ3bjDks5vF2sdgaJpZM4aJE6K.gif" height="1" width="1" alt="" /></p>
<script type="application/json" data-scope="inboxmarkup">{"api_version":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name":"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"https://github.githubassets.com/images/email/message_cards/header.png","avatar_image_url":"https://github.githubassets.com/images/email/message_cards/avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/quicwg/base-drafts"}},"updates":{"snippets":[{"icon":"DESCRIPTION","message":"Closed #2353 via 387bdf44ac7dcf676b4a6e4ed497195f1d71710d."}],"action":{"name":"View Issue","url":"https://github.com/quicwg/base-drafts/issues/2353#event-2089794035"}}}</script>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/issues/2353#event-2089794035",
"url": "https://github.com/quicwg/base-drafts/issues/2353#event-2089794035",
"name": "View Issue"
},
"description": "View this Issue on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>
----==_mimepart_5c47739d5427c_477c3ff3674d45b4134050--


From nobody Tue Jan 22 11:49: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 47681131007 for <quic-issues@ietfa.amsl.com>; Tue, 22 Jan 2019 11:49:11 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -11.149
X-Spam-Level: 
X-Spam-Status: No, score=-11.149 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIMWL_WL_HIGH=-4.553, 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_PASS=-0.001] autolearn=ham autolearn_force=no
Authentication-Results: ietfa.amsl.com (amavisd-new); dkim=pass (1024-bit key) header.d=github.com
Received: from mail.ietf.org ([4.31.198.44]) by localhost (ietfa.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id KafpR-VkJA8f for <quic-issues@ietfa.amsl.com>; Tue, 22 Jan 2019 11:49: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 D7CDB128AFB for <quic-issues@ietf.org>; Tue, 22 Jan 2019 11:49:09 -0800 (PST)
Date: Tue, 22 Jan 2019 11:49:09 -0800
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1548186549; bh=O/Wo5ZzSKD4Upj6lNObXl4Ah56Ymwi651vUDqH/omb0=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=wGs64tV0Y4yD4ldQEaclmB/rrMZsfe1rD00j8Omj016zbK7/0tuwf3fy5j9kwz7PG x3zmLLK8j05QbEKYM8c7ZnOg2k36dDuIEhoc6XoY4TAqkkLx51RkWzYcGAnD89IrEc ++J2/zGA5rtCZDP40+gaHT2UpjbhsSmd1EKaQgn8=
From: Mike Bishop <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+0166e4abf7d1f566163dff57ac09c6c659cbe2169612013392cf00000001185f35b592a169ce17e00219@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/issues/2344/456537991@github.com>
In-Reply-To: <quicwg/base-drafts/issues/2344@github.com>
References: <quicwg/base-drafts/issues/2344@github.com>
Subject: Re: [quicwg/base-drafts] RESET_STREAM should be allowed in 0-RTT packets (#2344)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5c4773b5a09a_38ed3fe53fed45b819228c"; 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/a7_cjLxkagaoWPsuzhfa3TRC_5E>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
List-Id: Notification list for GitHub issues related to the QUIC WG <quic-issues.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=unsubscribe>
List-Archive: <https://mailarchive.ietf.org/arch/browse/quic-issues/>
List-Post: <mailto:quic-issues@ietf.org>
List-Help: <mailto:quic-issues-request@ietf.org?subject=help>
List-Subscribe: <https://www.ietf.org/mailman/listinfo/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=subscribe>
X-List-Received-Date: Tue, 22 Jan 2019 19:49:11 -0000

----==_mimepart_5c4773b5a09a_38ed3fe53fed45b819228c
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

I like that defense.  Just to sanity check, there shouldn't be a case in which the TLS handshake takes an extra round-trip _and_ 0-RTT is accepted, right?  Assuming that's true, saying that 0-RTT data MUST NOT exceed the initial connection flow control window (even if MAX_DATA frames are received in 1-RTT) and a pointer to the TLS 1.3 anti-replay protections seem like sufficient mitigation 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/2344#issuecomment-456537991
----==_mimepart_5c4773b5a09a_38ed3fe53fed45b819228c
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: quoted-printable

<p>I like that defense.  Just to sanity check, there shouldn't be a case =
in which the TLS handshake takes an extra round-trip <em>and</em> 0-RTT i=
s accepted, right?  Assuming that's true, saying that 0-RTT data MUST NOT=
 exceed the initial connection flow control window (even if MAX_DATA fram=
es are received in 1-RTT) and a pointer to the TLS 1.3 anti-replay protec=
tions seem like sufficient mitigation here.</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/2344#issuecomment-456537991">view it on GitHub</a>,=
 or <a href=3D"https://github.com/notifications/unsubscribe-auth/AWbkqyRL=
4LW9EWFfQeoFIgYrpcjwlvQeks5vF2s1gaJpZM4aHKE6">mute the thread</a>.<img sr=
c=3D"https://github.com/notifications/beacon/AWbkq21hhEHt3p4N3do6GXkOkHHl=
-2oTks5vF2s1gaJpZM4aHKE6.gif" height=3D"1" width=3D"1" alt=3D"" /></p>
<script type=3D"application/json" data-scope=3D"inboxmarkup">{"api_versio=
n":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name"=
:"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"=
quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"http=
s://github.githubassets.com/images/email/message_cards/header.png","avata=
r_image_url":"https://github.githubassets.com/images/email/message_cards/=
avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/q=
uicwg/base-drafts"}},"updates":{"snippets":[{"icon":"PERSON","message":"@=
MikeBishop in #2344: I like that defense.  Just to sanity check, there sh=
ouldn't be a case in which the TLS handshake takes an extra round-trip _a=
nd_ 0-RTT is accepted, right?  Assuming that's true, saying that 0-RTT da=
ta MUST NOT exceed the initial connection flow control window (even if MA=
X_DATA frames are received in 1-RTT) and a pointer to the TLS 1.3 anti-re=
play protections seem like sufficient mitigation here."}],"action":{"name=
":"View Issue","url":"https://github.com/quicwg/base-drafts/issues/2344#i=
ssuecomment-456537991"}}}</script>
<script type=3D"application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/issues/2344#issuecomment=
-456537991",
"url": "https://github.com/quicwg/base-drafts/issues/2344#issuecomment-45=
6537991",
"name": "View Issue"
},
"description": "View this Issue on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>=

----==_mimepart_5c4773b5a09a_38ed3fe53fed45b819228c--


From nobody Tue Jan 22 11: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 F214513101F for <quic-issues@ietfa.amsl.com>; Tue, 22 Jan 2019 11:51:51 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -11.149
X-Spam-Level: 
X-Spam-Status: No, score=-11.149 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIMWL_WL_HIGH=-4.553, 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_PASS=-0.001] autolearn=ham autolearn_force=no
Authentication-Results: ietfa.amsl.com (amavisd-new); dkim=pass (1024-bit key) header.d=github.com
Received: from mail.ietf.org ([4.31.198.44]) by localhost (ietfa.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id Bq1v5LiWMojq for <quic-issues@ietfa.amsl.com>; Tue, 22 Jan 2019 11:51: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 DEFED1310FF for <quic-issues@ietf.org>; Tue, 22 Jan 2019 11:51:49 -0800 (PST)
Date: Tue, 22 Jan 2019 11:51:49 -0800
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1548186709; bh=Q6VC3VJ0I9hHz8Dbso7o6ccRElCQaLv8sPNhs2kyXcw=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=wpA+yzgDNGCKzjlSNBOur974RzKDKEzULY78PLEpFxxH6WVgCgwK4EWXFGF6TaONQ WgRQmRrYc7ZiW1zDKSvni7XumGsQACd6R6wIaB/CExlO+65QSNKbYtqpNQiiSJ2fgM itEkgGZWJeLChDJha7hYFRcDzRacsM70VS0zBkKs=
From: Mike Bishop <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+0166e4ab69da5b3e0f6d37b347ca8412b9482a57c355bf8f92cf00000001185f365592a169ce17e9c1c4@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/pull/2355/c456538874@github.com>
In-Reply-To: <quicwg/base-drafts/pull/2355@github.com>
References: <quicwg/base-drafts/pull/2355@github.com>
Subject: Re: [quicwg/base-drafts] Allow stream-related frames in 0-RTT (#2355)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5c4774556a35_5b663fc305ad45b4591db"; 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/Q43F0iyIA6QnphHyN6qDzt7oW50>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
List-Id: Notification list for GitHub issues related to the QUIC WG <quic-issues.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=unsubscribe>
List-Archive: <https://mailarchive.ietf.org/arch/browse/quic-issues/>
List-Post: <mailto:quic-issues@ietf.org>
List-Help: <mailto:quic-issues-request@ietf.org?subject=help>
List-Subscribe: <https://www.ietf.org/mailman/listinfo/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=subscribe>
X-List-Received-Date: Tue, 22 Jan 2019 19:51:58 -0000

----==_mimepart_5c4774556a35_5b663fc305ad45b4591db
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

As @marten-seemann notes, there is a reasonable argument on the issue that most frame should simply be permitted.  Would it make more sense to invert the list and instead state only where frames are 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/pull/2355#issuecomment-456538874
----==_mimepart_5c4774556a35_5b663fc305ad45b4591db
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=1478487" data-octo-click="hovercard-link-click" data-octo-dimensions="link_type:self" href="https://github.com/marten-seemann">@marten-seemann</a> notes, there is a reasonable argument on the issue that most frame should simply be permitted.  Would it make more sense to invert the list and instead state only where frames are 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/pull/2355#issuecomment-456538874">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AWbkq8G-6E_9uSb7cB_vkzPuR7Z22Zmwks5vF2vVgaJpZM4aKHLA">mute the thread</a>.<img src="https://github.com/notifications/beacon/AWbkq8bB6kNrEoKa6Do5IJam4Vma6qdqks5vF2vVgaJpZM4aKHLA.gif" height="1" width="1" alt="" /></p>
<script type="application/json" data-scope="inboxmarkup">{"api_version":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name":"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"https://github.githubassets.com/images/email/message_cards/header.png","avatar_image_url":"https://github.githubassets.com/images/email/message_cards/avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/quicwg/base-drafts"}},"updates":{"snippets":[{"icon":"PERSON","message":"@MikeBishop in #2355: As @marten-seemann notes, there is a reasonable argument on the issue that most frame should simply be permitted.  Would it make more sense to invert the list and instead state only where frames are prohibited?"}],"action":{"name":"View Pull Request","url":"https://github.com/quicwg/base-drafts/pull/2355#issuecomment-456538874"}}}</script>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/pull/2355#issuecomment-456538874",
"url": "https://github.com/quicwg/base-drafts/pull/2355#issuecomment-456538874",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>
----==_mimepart_5c4774556a35_5b663fc305ad45b4591db--


From nobody Tue Jan 22 11:52:50 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 A03A4128AFB for <quic-issues@ietfa.amsl.com>; Tue, 22 Jan 2019 11:52:44 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -6.149
X-Spam-Level: 
X-Spam-Status: No, score=-6.149 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIMWL_WL_HIGH=-4.553, 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_PASS=-0.001] autolearn=ham autolearn_force=no
Authentication-Results: ietfa.amsl.com (amavisd-new); dkim=pass (1024-bit key) header.d=github.com
Received: from mail.ietf.org ([4.31.198.44]) by localhost (ietfa.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 3jHM7el9zN-m for <quic-issues@ietfa.amsl.com>; Tue, 22 Jan 2019 11:52:42 -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 958CF131007 for <quic-issues@ietf.org>; Tue, 22 Jan 2019 11:52:42 -0800 (PST)
DKIM-Signature: v=1; a=rsa-sha1; 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=O9CMfRL/djR0B/88SuYsF7lDsy8=; b=I5cq25ADLBBK+qRp ZrxBHB5bycKPSdAs1gFHJCzOOmNXRHhIxbdEkrW6LMeHc8+HpFQjF9ne7SxOnqR9 gbdJgiDUK8pguhjS56qilUO7hGmSrHwsGdNrTQ60PjsL/Msr5oiwTpwBADzcZxPH e8PfZg79lNgDS8xGNLnfX8BoQ6Q=
Received: by filter0308p1iad2.sendgrid.net with SMTP id filter0308p1iad2-28478-5C477489-11 2019-01-22 19:52:41.647334766 +0000 UTC m=+317458.914206797
Received: from github-lowworker-63e61ec.cp1-iad.github.net (unknown [192.30.252.36]) by ismtpd0037p1iad2.sendgrid.net (SG) with ESMTP id 3VeqajMbSk23C6Fj30LyvA for <quic-issues@ietf.org>; Tue, 22 Jan 2019 19:52:41.591 +0000 (UTC)
Received: from github.com (localhost [127.0.0.1]) by github-lowworker-63e61ec.cp1-iad.github.net (Postfix) with ESMTP id 8C11A2A0D4B for <quic-issues@ietf.org>; Tue, 22 Jan 2019 11:52:41 -0800 (PST)
Date: Tue, 22 Jan 2019 19:52:41 +0000 (UTC)
From: Lucas Pardue <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+0166e4ab0bc6827b7126ce74a1e21d1c5b48b5d3758d214692cf00000001185f368992a169ce17f4906c@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/issues/2358/456539190@github.com>
In-Reply-To: <quicwg/base-drafts/issues/2358@github.com>
References: <quicwg/base-drafts/issues/2358@github.com>
Subject: Re: [quicwg/base-drafts] Are Separate Uni and Bidi Stream Limits Meaningful? (#2358)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5c4774898a9cd_ea13f8f3c6d45c42153a4"; 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
X-SG-EID: l64QuQ2uJCcEyUykJbxN122A6QRmEpucztpreh3Pak24hbMB13lnxJjRO74fEWuUQoFSciQkvgj0Td nK+jCmp59H2z7904Wpr2tpIYrGTS8fnn8/ykPiqDwkFrTKT/Mc/MeP/nvDaZMBoKBcCfhT7S40Pvgc zEFzCiv42Avs4vUSS88aRmco7C+mSlseef1zbl+CTHRHMuoOJZ7G0egkUey3wCWPfTFZWnVvYAzfwH M=
Archived-At: <https://mailarchive.ietf.org/arch/msg/quic-issues/MdkBuzkPQ5BgoZ3LiQygogUdXWM>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
List-Id: Notification list for GitHub issues related to the QUIC WG <quic-issues.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=unsubscribe>
List-Archive: <https://mailarchive.ietf.org/arch/browse/quic-issues/>
List-Post: <mailto:quic-issues@ietf.org>
List-Help: <mailto:quic-issues-request@ietf.org?subject=help>
List-Subscribe: <https://www.ietf.org/mailman/listinfo/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=subscribe>
X-List-Received-Date: Tue, 22 Jan 2019 19:52:45 -0000

----==_mimepart_5c4774898a9cd_ea13f8f3c6d45c42153a4
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

H2 had a bit of a blind spot about controlling the servers over committal of push.

For H3, MAX_PUSH_ID alone doesn't provide enough control but with addition of the current separate ID spaces, the client has some ability to influence how available stream IDs are consumed by the server. This is because it can restrict the available unidirectional streams. With a global counter, a greedy server can gobble up newly freed up stream IDs that the client may want to create for 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/issues/2358#issuecomment-456539190
----==_mimepart_5c4774898a9cd_ea13f8f3c6d45c42153a4
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: quoted-printable

<p>H2 had a bit of a blind spot about controlling the servers over committa=
l of push.</p>
<p>For H3, MAX_PUSH_ID alone doesn't provide enough control but with additi=
on of the current separate ID spaces, the client has some ability to influe=
nce how available stream IDs are consumed by the server. This is because it=
 can restrict the available unidirectional streams. With a global counter, =
a greedy server can gobble up newly freed up stream IDs that the client may=
 want to create for itself.</p>

<p style=3D"font-size:small;-webkit-text-size-adjust:none;color:#666;">&mda=
sh;<br />You are receiving this because you are subscribed to this thread.<=
br />Reply to this email directly, <a href=3D"https://github.com/quicwg/bas=
e-drafts/issues/2358#issuecomment-456539190">view it on GitHub</a>, or <a h=
ref=3D"https://github.com/notifications/unsubscribe-auth/AWbkq_pDnA6UX47s_H=
bUcag3t0RJHmtBks5vF2wJgaJpZM4aNS3I">mute the thread</a>.<img src=3D"https:/=
/github.com/notifications/beacon/AWbkq7zuP-SBRA0QEX3sQQYsHMzztjbUks5vF2wJga=
JpZM4aNS3I.gif" height=3D"1" width=3D"1" alt=3D"" /></p>
<script type=3D"application/json" data-scope=3D"inboxmarkup">{"api_version"=
:"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name":"Gi=
tHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"quicwg=
/base-drafts","subtitle":"GitHub repository","main_image_url":"https://gith=
ub.githubassets.com/images/email/message_cards/header.png","avatar_image_ur=
l":"https://github.githubassets.com/images/email/message_cards/avatar.png",=
"action":{"name":"Open in GitHub","url":"https://github.com/quicwg/base-dra=
fts"}},"updates":{"snippets":[{"icon":"PERSON","message":"@LPardue in #2358=
: H2 had a bit of a blind spot about controlling the servers over committal=
 of push.\r\n\r\nFor H3, MAX_PUSH_ID alone doesn't provide enough control b=
ut with addition of the current separate ID spaces, the client has some abi=
lity to influence how available stream IDs are consumed by the server. This=
 is because it can restrict the available unidirectional streams. With a gl=
obal counter, a greedy server can gobble up newly freed up stream IDs that =
the client may want to create for itself.\r\n\r\n"}],"action":{"name":"View=
 Issue","url":"https://github.com/quicwg/base-drafts/issues/2358#issuecomme=
nt-456539190"}}}</script>
<script type=3D"application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/issues/2358#issuecomment-4=
56539190",
"url": "https://github.com/quicwg/base-drafts/issues/2358#issuecomment-4565=
39190",
"name": "View Issue"
},
"description": "View this Issue on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>=

----==_mimepart_5c4774898a9cd_ea13f8f3c6d45c42153a4--


From nobody Tue Jan 22 11:52: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 E94FF130FAF for <quic-issues@ietfa.amsl.com>; Tue, 22 Jan 2019 11:52:50 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -10.935
X-Spam-Level: 
X-Spam-Status: No, score=-10.935 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIMWL_WL_HIGH=-4.553, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, HTML_IMAGE_ONLY_24=1.618, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-1, RCVD_IN_DNSWL_HI=-5, SPF_PASS=-0.001] autolearn=ham autolearn_force=no
Authentication-Results: ietfa.amsl.com (amavisd-new); dkim=pass (1024-bit key) header.d=github.com
Received: from mail.ietf.org ([4.31.198.44]) by localhost (ietfa.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id WC0ak3HQGq1o for <quic-issues@ietfa.amsl.com>; Tue, 22 Jan 2019 11:52: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 81CBF131007 for <quic-issues@ietf.org>; Tue, 22 Jan 2019 11:52:49 -0800 (PST)
Date: Tue, 22 Jan 2019 11:52:48 -0800
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1548186768; bh=sYicDsXnMjs8jFiWDL0CTrzOLPHIb5mt5EO6aDhAKbw=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=DS380VmrxVCFq969z78kXeG4ygYxpVIzNkmhny1+52ua4Qj2s2OdgQQNle7zfhg9s s37X82oSc53cUuRsjmtafQGI+t9zZF7BOUVPjl8PV6HzxHAsfws/NAlQ8oHJKEgPFb B5pJOMay/8sFwjnx4IiUMnFn5uL4mRJau6uvyvvQ=
From: Martin Thomson <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+0166e4ab5eb4533c973f8e531403b5678207ba7f7f1291b592cf00000001185f369092a169ce17789f4f@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/pull/2250/issue_event/2089803662@github.com>
In-Reply-To: <quicwg/base-drafts/pull/2250@github.com>
References: <quicwg/base-drafts/pull/2250@github.com>
Subject: Re: [quicwg/base-drafts] Call Largest Reference on the wire something else. (#2250)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5c47749098148_38c33fe3150d45c0189991"; 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/XhR-b2V9Uab4LzulX5P9Xp4Epug>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
List-Id: Notification list for GitHub issues related to the QUIC WG <quic-issues.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=unsubscribe>
List-Archive: <https://mailarchive.ietf.org/arch/browse/quic-issues/>
List-Post: <mailto:quic-issues@ietf.org>
List-Help: <mailto:quic-issues-request@ietf.org?subject=help>
List-Subscribe: <https://www.ietf.org/mailman/listinfo/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=subscribe>
X-List-Received-Date: Tue, 22 Jan 2019 19:52:51 -0000

----==_mimepart_5c47749098148_38c33fe3150d45c0189991
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

Closed #2250.

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/quicwg/base-drafts/pull/2250#event-2089803662
----==_mimepart_5c47749098148_38c33fe3150d45c0189991
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="393781071" data-permission-text="Issue title is private" data-url="https://github.com/quicwg/base-drafts/issues/2250" data-hovercard-type="pull_request" data-hovercard-url="/quicwg/base-drafts/pull/2250/hovercard" href="https://github.com/quicwg/base-drafts/pull/2250">#2250</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/2250#event-2089803662">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AWbkqzbYIvDcWSNka5R-0ISwIKrwDmGsks5vF2wQgaJpZM4Zf_fN">mute the thread</a>.<img src="https://github.com/notifications/beacon/AWbkq3jbX1AfuSM48C7V8_fOL3MjM_xBks5vF2wQgaJpZM4Zf_fN.gif" height="1" width="1" alt="" /></p>
<script type="application/json" data-scope="inboxmarkup">{"api_version":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name":"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"https://github.githubassets.com/images/email/message_cards/header.png","avatar_image_url":"https://github.githubassets.com/images/email/message_cards/avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/quicwg/base-drafts"}},"updates":{"snippets":[{"icon":"DESCRIPTION","message":"Closed #2250."}],"action":{"name":"View Pull Request","url":"https://github.com/quicwg/base-drafts/pull/2250#event-2089803662"}}}</script>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/pull/2250#event-2089803662",
"url": "https://github.com/quicwg/base-drafts/pull/2250#event-2089803662",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>
----==_mimepart_5c47749098148_38c33fe3150d45c0189991--


From nobody Tue Jan 22 11:53: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 8F91F131007 for <quic-issues@ietfa.amsl.com>; Tue, 22 Jan 2019 11:52:51 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -11.007
X-Spam-Level: 
X-Spam-Status: No, score=-11.007 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIMWL_WL_HIGH=-4.553, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, HTML_IMAGE_ONLY_20=1.546, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-1, RCVD_IN_DNSWL_HI=-5, SPF_PASS=-0.001] autolearn=ham autolearn_force=no
Authentication-Results: ietfa.amsl.com (amavisd-new); dkim=pass (1024-bit key) header.d=github.com
Received: from mail.ietf.org ([4.31.198.44]) by localhost (ietfa.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id fR5PnW0YEfeC for <quic-issues@ietfa.amsl.com>; Tue, 22 Jan 2019 11:52:50 -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 E3F2C13100D for <quic-issues@ietf.org>; Tue, 22 Jan 2019 11:52:49 -0800 (PST)
Date: Tue, 22 Jan 2019 11:52:49 -0800
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1548186769; bh=M/A3FaHQy8b4EB8fB4JBzed+NsOsIGNx7a2lL5zgt9s=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=ElpfW8DkPy+2v0FDQ4CSJTRJvEeTfKb5KoWnv8UkmvrJytWpJ1XKabNLv4s9Pqfld cs24Q9i3idF5c8y6mBEUl3D12jDk/hFePAoJTJeV9RCFUlGAtuiKHev7EIP9LgERpT XxFiw9rUVMQpxQuV25ZdeiqZz7ZkS4HvCZhnLPFQ=
From: Martin Thomson <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+0166e4abc8941a946ffa98b4d8c84aa6eec37c335e8e908a92cf00000001185f369192a169ce17789f4f@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/pull/2250/c456539220@github.com>
In-Reply-To: <quicwg/base-drafts/pull/2250@github.com>
References: <quicwg/base-drafts/pull/2250@github.com>
Subject: Re: [quicwg/base-drafts] Call Largest Reference on the wire something else. (#2250)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5c477491166d3_77033fd757ad45bc64956"; 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/b4eAWSbpJqByPWG_td31LUi7_u0>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
List-Id: Notification list for GitHub issues related to the QUIC WG <quic-issues.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=unsubscribe>
List-Archive: <https://mailarchive.ietf.org/arch/browse/quic-issues/>
List-Post: <mailto:quic-issues@ietf.org>
List-Help: <mailto:quic-issues-request@ietf.org?subject=help>
List-Subscribe: <https://www.ietf.org/mailman/listinfo/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=subscribe>
X-List-Received-Date: Tue, 22 Jan 2019 19:52:52 -0000

----==_mimepart_5c477491166d3_77033fd757ad45bc64956
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

OBE.

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/quicwg/base-drafts/pull/2250#issuecomment-456539220
----==_mimepart_5c477491166d3_77033fd757ad45bc64956
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

<p>OBE.</p>

<p style="font-size:small;-webkit-text-size-adjust:none;color:#666;">&mdash;<br />You are receiving this because you are subscribed to this thread.<br />Reply to this email directly, <a href="https://github.com/quicwg/base-drafts/pull/2250#issuecomment-456539220">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AWbkqz377ZH72eYbp9Hp_Z8voxZf77VIks5vF2wRgaJpZM4Zf_fN">mute the thread</a>.<img src="https://github.com/notifications/beacon/AWbkqxsimG-a3Vnr-EInoBXrHScTOYG4ks5vF2wRgaJpZM4Zf_fN.gif" height="1" width="1" alt="" /></p>
<script type="application/json" data-scope="inboxmarkup">{"api_version":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name":"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"https://github.githubassets.com/images/email/message_cards/header.png","avatar_image_url":"https://github.githubassets.com/images/email/message_cards/avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/quicwg/base-drafts"}},"updates":{"snippets":[{"icon":"PERSON","message":"@martinthomson in #2250: OBE."}],"action":{"name":"View Pull Request","url":"https://github.com/quicwg/base-drafts/pull/2250#issuecomment-456539220"}}}</script>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/pull/2250#issuecomment-456539220",
"url": "https://github.com/quicwg/base-drafts/pull/2250#issuecomment-456539220",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>
----==_mimepart_5c477491166d3_77033fd757ad45bc64956--


From nobody Tue Jan 22 11:58:47 2019
Return-Path: <bounce+565321.40f-quic-issues=ietf.org@github.com>
X-Original-To: quic-issues@ietfa.amsl.com
Delivered-To: quic-issues@ietfa.amsl.com
Received: from localhost (localhost [127.0.0.1]) by ietfa.amsl.com (Postfix) with ESMTP id 5E745130FAF for <quic-issues@ietfa.amsl.com>; Tue, 22 Jan 2019 11:58:45 -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=-4.553, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, HEADER_FROM_DIFFERENT_DOMAINS=0.001, RCVD_IN_DNSWL_NONE=-0.0001, SPF_PASS=-0.001] autolearn=ham autolearn_force=no
Authentication-Results: ietfa.amsl.com (amavisd-new); dkim=pass (1024-bit key) header.d=github.com
Received: from mail.ietf.org ([4.31.198.44]) by localhost (ietfa.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id Xb2cquuZnV5E for <quic-issues@ietfa.amsl.com>; Tue, 22 Jan 2019 11:58:44 -0800 (PST)
Received: from m69-170.mailgun.net (m69-170.mailgun.net [166.78.69.170]) (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 D4E19128AFB for <quic-issues@ietf.org>; Tue, 22 Jan 2019 11:58:43 -0800 (PST)
DKIM-Signature: a=rsa-sha256; v=1; c=relaxed/relaxed; d=github.com; q=dns/txt;  s=mailo; t=1548187123; h=Content-Transfer-Encoding: Content-Type: Mime-Version: Subject: Message-ID: To: Reply-To: From: Date: Sender; bh=GKOPmsr5fbbnjqO8x9SpyCHB+p7/X0CZp9FLmn9c7Tk=; b=R0cRCthJWJ5usBrcc2TGEOqEUhMMwKuOI2NiHy9DWI1GbZHUL4TToGHoN424x2dzSnstrs5U QbBU9xfy7FBaxPS7mw/YepiIyJbY54NESTzuy4AfAq5sV6K9pgr/4vtrmzPGTD9xmz+4NlQ1 09Yo99FpB1zNV+Il6k2quGpYLFI=
X-Mailgun-Sending-Ip: 166.78.69.170
X-Mailgun-Sid: WyJhNzYyYiIsICJxdWljLWlzc3Vlc0BpZXRmLm9yZyIsICI0MGYiXQ==
Sender: mt=lowentropy.net@github.com
Received: from github.com (Unknown [192.30.252.37]) by mxa.mailgun.org with ESMTP id 5c477399.7f49c9ffe600-smtp-out-n01; Tue, 22 Jan 2019 19:48:41 -0000 (UTC)
Date: Tue, 22 Jan 2019 11:48:40 -0800
From: martinthomson <mt@lowentropy.net>
Reply-To: martinthomson <mt@lowentropy.net>
To: quic-issues@ietf.org
Message-ID: <5c477398d4ab2_33842ab9d0afc580463e9@hookshot-fe-32b5f5b.cp1-iad.github.net.mail>
Subject: [quicwg/base-drafts]
Mime-Version: 1.0
Content-Type: multipart/mixed; boundary="--==_mimepart_5c477398d474e_33842ab9d0afc580462e2"; charset=UTF-8
Content-Transfer-Encoding: 7bit
Archived-At: <https://mailarchive.ietf.org/arch/msg/quic-issues/WgTQcXrazXGqwe7_2zOEk0xfvcM>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
Precedence: list
List-Id: Notification list for GitHub issues related to the QUIC WG <quic-issues.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=unsubscribe>
List-Archive: <https://mailarchive.ietf.org/arch/browse/quic-issues/>
List-Post: <mailto:quic-issues@ietf.org>
List-Help: <mailto:quic-issues-request@ietf.org?subject=help>
List-Subscribe: <https://www.ietf.org/mailman/listinfo/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=subscribe>
X-List-Received-Date: Tue, 22 Jan 2019 19:58:45 -0000

----==_mimepart_5c477398d474e_33842ab9d0afc580462e2
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

  Branch: refs/heads/stop-sending-ready
  Home:   https://github.com/quicwg/base-drafts

      **NOTE:** This service has been marked for deprecation: https://developer.github.com/changes/2018-04-25-github-services-deprecation/

      Functionality will be removed from GitHub.com on January 31st, 2019.

----==_mimepart_5c477398d474e_33842ab9d0afc580462e2--


From nobody Tue Jan 22 12: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 68016131089 for <quic-issues@ietfa.amsl.com>; Tue, 22 Jan 2019 12:32:20 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -12.553
X-Spam-Level: 
X-Spam-Status: No, score=-12.553 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIMWL_WL_HIGH=-4.553, 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_PASS=-0.001] autolearn=ham autolearn_force=no
Authentication-Results: ietfa.amsl.com (amavisd-new); dkim=pass (1024-bit key) header.d=github.com
Received: from mail.ietf.org ([4.31.198.44]) by localhost (ietfa.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id LkGYBmDGw8w5 for <quic-issues@ietfa.amsl.com>; Tue, 22 Jan 2019 12:32: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 77C64131083 for <quic-issues@ietf.org>; Tue, 22 Jan 2019 12:32:18 -0800 (PST)
Date: Tue, 22 Jan 2019 12:32:17 -0800
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1548189137; bh=zQ+7fLe1ZXHnKxZZSzh73wjH7PQziSKvjMOz39O7zXY=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=ZtVNqHVsv6PwpRvUhd9tHn9Jv0LWDhjjToivEKWZ++jfffCcqx3ylEJz36Lqxs03O Akkms8QqhXwxI/lYSXk899v9zJOOxj3vxG8FPgnHyzCm4zN7z0IV+lyswCfQEBp6mM HmQZMbNVaZ1dXo9SJ3TU5YVE/HbU6WmOmqFGdaQs=
From: Nick Banks <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+0166e4ab2eaeb8d564abbabebe253242ba697d6f2f0d56f292cf00000001185f3fd192a169ce17f3a0d1@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/issues/2356/456552366@github.com>
In-Reply-To: <quicwg/base-drafts/issues/2356@github.com>
References: <quicwg/base-drafts/issues/2356@github.com>
Subject: Re: [quicwg/base-drafts] Persistent Congestion Requires Probes to be Sent (#2356)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5c477dd14a1eb_286d3fb9c74d45c0522941"; 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/zXkgq1bfFfVoCEiZqat1NRaBgYs>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
List-Id: Notification list for GitHub issues related to the QUIC WG <quic-issues.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=unsubscribe>
List-Archive: <https://mailarchive.ietf.org/arch/browse/quic-issues/>
List-Post: <mailto:quic-issues@ietf.org>
List-Help: <mailto:quic-issues-request@ietf.org?subject=help>
List-Subscribe: <https://www.ietf.org/mailman/listinfo/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=subscribe>
X-List-Received-Date: Tue, 22 Jan 2019 20:32:20 -0000

----==_mimepart_5c477dd14a1eb_286d3fb9c74d45c0522941
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

Fundamentally, I think we should separate persistent congestion determination from how many (if any) probes were actually sent. Persistent congestion is just an amount of time (since the oldest outstanding, retransmittable packet) we should wait before declaring "something really bad is going on" for this connection, and back off.

In good (non-edge) cases, the current logic works well and is fairly simple to implement. It just breaks down in the cases where any other traffic is getting periodically sent. I would propose just making a separate timer/timeout for persistent congestion. It would follow similar rules for RTO for TCP:

1. When a new packet is sent, if the PC (persistent congestion) timer isn't running, start it.
2. When you receive an ACK that acknowledged new data, restart the timer.

The next question is just how long to run the timer. Assuming we want to keep the current values (sum of 3 PTOs), I think it'd be something like:

 `(smoothed_rtt + 4 * rttvar + max_ack_delay) * ((2 ^ 3) - 1)`

If this sounds reasonable, I can attempt to put together 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/2356#issuecomment-456552366
----==_mimepart_5c477dd14a1eb_286d3fb9c74d45c0522941
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: quoted-printable

<p>Fundamentally, I think we should separate persistent congestion determ=
ination from how many (if any) probes were actually sent. Persistent cong=
estion is just an amount of time (since the oldest outstanding, retransmi=
ttable packet) we should wait before declaring "something really bad is g=
oing on" for this connection, and back off.</p>
<p>In good (non-edge) cases, the current logic works well and is fairly s=
imple to implement. It just breaks down in the cases where any other traf=
fic is getting periodically sent. I would propose just making a separate =
timer/timeout for persistent congestion. It would follow similar rules fo=
r RTO for TCP:</p>
<ol>
<li>When a new packet is sent, if the PC (persistent congestion) timer is=
n't running, start it.</li>
<li>When you receive an ACK that acknowledged new data, restart the timer=
.</li>
</ol>
<p>The next question is just how long to run the timer. Assuming we want =
to keep the current values (sum of 3 PTOs), I think it'd be something lik=
e:</p>
<p><code>(smoothed_rtt + 4 * rttvar + max_ack_delay) * ((2 ^ 3) - 1)</cod=
e></p>
<p>If this sounds reasonable, I can attempt to put together a PR.</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/2356#issuecomment-456552366">view it on GitHub</a>,=
 or <a href=3D"https://github.com/notifications/unsubscribe-auth/AWbkq6xA=
mmGa15oNuXPLTtoCfeQ424W_ks5vF3VRgaJpZM4aNBQb">mute the thread</a>.<img sr=
c=3D"https://github.com/notifications/beacon/AWbkqxyht14KoXRnvnxbAoTnnvuQ=
gMysks5vF3VRgaJpZM4aNBQb.gif" height=3D"1" width=3D"1" alt=3D"" /></p>
<script type=3D"application/json" data-scope=3D"inboxmarkup">{"api_versio=
n":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name"=
:"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"=
quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"http=
s://github.githubassets.com/images/email/message_cards/header.png","avata=
r_image_url":"https://github.githubassets.com/images/email/message_cards/=
avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/q=
uicwg/base-drafts"}},"updates":{"snippets":[{"icon":"PERSON","message":"@=
nibanks in #2356: Fundamentally, I think we should separate persistent co=
ngestion determination from how many (if any) probes were actually sent. =
Persistent congestion is just an amount of time (since the oldest outstan=
ding, retransmittable packet) we should wait before declaring \"something=
 really bad is going on\" for this connection, and back off.\r\n\r\nIn go=
od (non-edge) cases, the current logic works well and is fairly simple to=
 implement. It just breaks down in the cases where any other traffic is g=
etting periodically sent. I would propose just making a separate timer/ti=
meout for persistent congestion. It would follow similar rules for RTO fo=
r TCP:\r\n\r\n1. When a new packet is sent, if the PC (persistent congest=
ion) timer isn't running, start it.\r\n2. When you receive an ACK that ac=
knowledged new data, restart the timer.\r\n\r\nThe next question is just =
how long to run the timer. Assuming we want to keep the current values (s=
um of 3 PTOs), I think it'd be something like:\r\n\r\n `(smoothed_rtt + 4=
 * rttvar + max_ack_delay) * ((2 ^ 3) - 1)`\r\n\r\nIf this sounds reasona=
ble, I can attempt to put together a PR."}],"action":{"name":"View Issue"=
,"url":"https://github.com/quicwg/base-drafts/issues/2356#issuecomment-45=
6552366"}}}</script>
<script type=3D"application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/issues/2356#issuecomment=
-456552366",
"url": "https://github.com/quicwg/base-drafts/issues/2356#issuecomment-45=
6552366",
"name": "View Issue"
},
"description": "View this Issue on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>=

----==_mimepart_5c477dd14a1eb_286d3fb9c74d45c0522941--


From nobody Tue Jan 22 12: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 17AF21310F4 for <quic-issues@ietfa.amsl.com>; Tue, 22 Jan 2019 12:50:29 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -11.007
X-Spam-Level: 
X-Spam-Status: No, score=-11.007 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIMWL_WL_HIGH=-4.553, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, HTML_IMAGE_ONLY_20=1.546, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-1, RCVD_IN_DNSWL_HI=-5, SPF_PASS=-0.001] autolearn=ham autolearn_force=no
Authentication-Results: ietfa.amsl.com (amavisd-new); dkim=pass (1024-bit key) header.d=github.com
Received: from mail.ietf.org ([4.31.198.44]) by localhost (ietfa.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id zWRahcbWAvyB for <quic-issues@ietfa.amsl.com>; Tue, 22 Jan 2019 12:50: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 90D481310F7 for <quic-issues@ietf.org>; Tue, 22 Jan 2019 12:50:24 -0800 (PST)
Date: Tue, 22 Jan 2019 12:50:23 -0800
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1548190223; bh=rjofmrfjLxlsClHjjQFVzDEHg0pnNy+r9w29pJAU+kQ=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=cfeTXSGmlnhtwTJ5MJ9ThZtEUUxWtPwxxUnt4B58tP6S2/X1aWl638TfxuDuldvSZ +DllPrO0+/TMXGv1XVZx1n68KPB9vQ7qO2cS2IElKSPiISLy9z0EE8YwGKTsgCGKdb 5sZOC0rrgOFKVdapt5L2NVPhhZl7fOTOayswbV5E=
From: MikkelFJ <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+0166e4abcf4c29193693d5685ff7af37ebd8119f2e28fae892cf00000001185f440f92a169ce17e68636@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/issues/2353/456558158@github.com>
In-Reply-To: <quicwg/base-drafts/issues/2353@github.com>
References: <quicwg/base-drafts/issues/2353@github.com>
Subject: Re: [quicwg/base-drafts] MAX_STREAM_DATA risk unbounded state (#2353)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5c47820f6d7f3_b0e3f9865cd45b417893b"; 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/r0Lf8gRolE4awdHvKmcxRsQEhGI>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
List-Id: Notification list for GitHub issues related to the QUIC WG <quic-issues.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=unsubscribe>
List-Archive: <https://mailarchive.ietf.org/arch/browse/quic-issues/>
List-Post: <mailto:quic-issues@ietf.org>
List-Help: <mailto:quic-issues-request@ietf.org?subject=help>
List-Subscribe: <https://www.ietf.org/mailman/listinfo/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=subscribe>
X-List-Received-Date: Tue, 22 Jan 2019 20:50:29 -0000

----==_mimepart_5c47820f6d7f3_b0e3f9865cd45b417893b
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/issues/2353#issuecomment-456558158
----==_mimepart_5c47820f6d7f3_b0e3f9865cd45b417893b
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/issues/2353#issuecomment-456558158">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AWbkqyYDO-8z8IrtVt7cW2yk2Y6IebAkks5vF3mPgaJpZM4aJE6K">mute the thread</a>.<img src="https://github.com/notifications/beacon/AWbkq6SDQNxkzBv6KfPy09Zy-TflUSOUks5vF3mPgaJpZM4aJE6K.gif" height="1" width="1" alt="" /></p>
<script type="application/json" data-scope="inboxmarkup">{"api_version":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name":"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"https://github.githubassets.com/images/email/message_cards/header.png","avatar_image_url":"https://github.githubassets.com/images/email/message_cards/avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/quicwg/base-drafts"}},"updates":{"snippets":[{"icon":"PERSON","message":"@mikkelfj in #2353: Thanks"}],"action":{"name":"View Issue","url":"https://github.com/quicwg/base-drafts/issues/2353#issuecomment-456558158"}}}</script>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/issues/2353#issuecomment-456558158",
"url": "https://github.com/quicwg/base-drafts/issues/2353#issuecomment-456558158",
"name": "View Issue"
},
"description": "View this Issue on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>
----==_mimepart_5c47820f6d7f3_b0e3f9865cd45b417893b--


From nobody Tue Jan 22 13:26:01 2019
Return-Path: <bounce+565321.40f-quic-issues=ietf.org@github.com>
X-Original-To: quic-issues@ietfa.amsl.com
Delivered-To: quic-issues@ietfa.amsl.com
Received: from localhost (localhost [127.0.0.1]) by ietfa.amsl.com (Postfix) with ESMTP id 6EE06131116 for <quic-issues@ietfa.amsl.com>; Tue, 22 Jan 2019 13:26:00 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -0.996
X-Spam-Level: 
X-Spam-Status: No, score=-0.996 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIM_ADSP_CUSTOM_MED=0.001, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, FREEMAIL_FORGED_FROMDOMAIN=0.001, FREEMAIL_FROM=0.001, HEADER_FROM_DIFFERENT_DOMAINS=0.001, NML_ADSP_CUSTOM_MED=0.9, RCVD_IN_DNSWL_NONE=-0.0001, SPF_PASS=-0.001, URIBL_BLOCKED=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 zPSVp1TlkkIT for <quic-issues@ietfa.amsl.com>; Tue, 22 Jan 2019 13:25:59 -0800 (PST)
Received: from m69-169.mailgun.net (m69-169.mailgun.net [166.78.69.169]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id 295F7131112 for <quic-issues@ietf.org>; Tue, 22 Jan 2019 13:25:59 -0800 (PST)
DKIM-Signature: a=rsa-sha256; v=1; c=relaxed/relaxed; d=github.com; q=dns/txt;  s=mailo; t=1548192358; h=Content-Transfer-Encoding: Content-Type: Mime-Version: Subject: Message-ID: To: Reply-To: From: Date: Sender; bh=jd6tXfFqcDe6m4pC6WJ6bQvMeYxIKdHsOQWsCoMUFak=; b=gcErMn02DS060GMofZ+qIyhiEJ/F/OwFtqPkX02VtHaz7U+2naF9klNUZQxwORc1uurnIkpz n9IabgkHjBRRtPT2tNepQlWaKVABYVJaDd1FYuE2yizxARucPXIojZ+4dLa5ntA5pupDENv/ jluCYOcdDNxTqemHVn4XJyKaZDU=
X-Mailgun-Sending-Ip: 166.78.69.169
X-Mailgun-Sid: WyJhNzYyYiIsICJxdWljLWlzc3Vlc0BpZXRmLm9yZyIsICI0MGYiXQ==
Sender: martin.thomson=gmail.com@github.com
Received: from github.com (Unknown [192.30.252.39]) by mxa.mailgun.org with ESMTP id 5c478a65.7fd5bbd04f30-smtp-out-n03; Tue, 22 Jan 2019 21:25:57 -0000 (UTC)
Date: Tue, 22 Jan 2019 13:25:56 -0800
From: Martin Thomson <martin.thomson@gmail.com>
Reply-To: Martin Thomson <martin.thomson@gmail.com>
To: quic-issues@ietf.org
Message-ID: <5c478a648261b_2017a2ad8ef0ee578764c@hookshot-fe-dfcc362.cp1-iad.github.net.mail>
Subject: [quicwg/base-drafts] 0fe91c: Fix CONNECTION_CLOSE
Mime-Version: 1.0
Content-Type: multipart/mixed; boundary="--==_mimepart_5c478a648208d_2017a2ad8ef0ee5787631d"; charset=UTF-8
Content-Transfer-Encoding: 7bit
Archived-At: <https://mailarchive.ietf.org/arch/msg/quic-issues/bxZDZkLUH00j_7yu88B4p8KAr_8>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
Precedence: list
List-Id: Notification list for GitHub issues related to the QUIC WG <quic-issues.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=unsubscribe>
List-Archive: <https://mailarchive.ietf.org/arch/browse/quic-issues/>
List-Post: <mailto:quic-issues@ietf.org>
List-Help: <mailto:quic-issues-request@ietf.org?subject=help>
List-Subscribe: <https://www.ietf.org/mailman/listinfo/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=subscribe>
X-List-Received-Date: Tue, 22 Jan 2019 21:26:00 -0000

----==_mimepart_5c478a648208d_2017a2ad8ef0ee5787631d
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

  Branch: refs/heads/0rtt-reset
  Home:   https://github.com/quicwg/base-drafts
  Commit: 0fe91c8cb89eed4b0a63b5994c7287933d37a54c
      https://github.com/quicwg/base-drafts/commit/0fe91c8cb89eed4b0a63b5994c7287933d37a54c
  Author: Martin Thomson <martin.thomson@gmail.com>
  Date:   2019-01-23 (Wed, 23 Jan 2019)

  Changed paths:
    M draft-ietf-quic-tls.md

  Log Message:
  -----------
  Fix CONNECTION_CLOSE



      **NOTE:** This service has been marked for deprecation: https://developer.github.com/changes/2018-04-25-github-services-deprecation/

      Functionality will be removed from GitHub.com on January 31st, 2019.

----==_mimepart_5c478a648208d_2017a2ad8ef0ee5787631d--


From nobody Tue Jan 22 13:26: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 249E2131116 for <quic-issues@ietfa.amsl.com>; Tue, 22 Jan 2019 13:26:04 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -10.935
X-Spam-Level: 
X-Spam-Status: No, score=-10.935 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIMWL_WL_HIGH=-4.553, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, HTML_IMAGE_ONLY_24=1.618, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-1, RCVD_IN_DNSWL_HI=-5, SPF_PASS=-0.001] autolearn=ham autolearn_force=no
Authentication-Results: ietfa.amsl.com (amavisd-new); dkim=pass (1024-bit key) header.d=github.com
Received: from mail.ietf.org ([4.31.198.44]) by localhost (ietfa.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id eoNEtU14cfS8 for <quic-issues@ietfa.amsl.com>; Tue, 22 Jan 2019 13:26:02 -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 1CA49131112 for <quic-issues@ietf.org>; Tue, 22 Jan 2019 13:26:02 -0800 (PST)
Date: Tue, 22 Jan 2019 13:25:59 -0800
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1548192359; bh=5XuMaTiD/BHrCAfbZoZauhKqdPLKB6e84d1R/dS2WxI=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=UAkRN/++BjVX7RghlMX5bUlT1oIdbLNzNOV7jAubqzOa0Iyl2iv5yOIOgVjbhQ6Fx 5VGSK/MP4EYdgG8sLjWjXgkskgSpQKu1Bh+x9aJE6LSwpU8ly24wSGj5jfgPdv4DkF Ziv4oxJhZZoC/NMHI21n21Ov1poXwXqRYoz5A8U0=
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/2355/push/3233949591@github.com>
In-Reply-To: <quicwg/base-drafts/pull/2355@github.com>
References: <quicwg/base-drafts/pull/2355@github.com>
Subject: Re: [quicwg/base-drafts] Allow stream-related frames in 0-RTT (#2355)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5c478a67e1a7e_6e003fddab2d45c44375a2"; 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/zZUuGyZvwIobBPjblJdEBgy0XlQ>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
List-Id: Notification list for GitHub issues related to the QUIC WG <quic-issues.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=unsubscribe>
List-Archive: <https://mailarchive.ietf.org/arch/browse/quic-issues/>
List-Post: <mailto:quic-issues@ietf.org>
List-Help: <mailto:quic-issues-request@ietf.org?subject=help>
List-Subscribe: <https://www.ietf.org/mailman/listinfo/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=subscribe>
X-List-Received-Date: Tue, 22 Jan 2019 21:26:04 -0000

----==_mimepart_5c478a67e1a7e_6e003fddab2d45c44375a2
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

@martinthomson pushed 1 commit.

0fe91c8cb89eed4b0a63b5994c7287933d37a54c  Fix CONNECTION_CLOSE


-- 
You are receiving this because you are subscribed to this thread.
View it on GitHub:
https://github.com/quicwg/base-drafts/pull/2355/files/f9d24ec32312d0d0328c4d9057838d5653ece8e6..0fe91c8cb89eed4b0a63b5994c7287933d37a54c

----==_mimepart_5c478a67e1a7e_6e003fddab2d45c44375a2
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/0fe91c8cb89eed4b0a63b5994c7287933d37a54c">0fe91c8</a>  Fix CONNECTION_CLOSE</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/2355/files/f9d24ec32312d0d0328c4d9057838d5653ece8e6..0fe91c8cb89eed4b0a63b5994c7287933d37a54c">View it on GitHub</a> or <a href="https://github.com/notifications/unsubscribe-auth/AWbkq8pe-7q-4UZ88dlKeBtW-wLM2vBRks5vF4HngaJpZM4aKHLA">mute the thread</a>.<img src="https://github.com/notifications/beacon/AWbkq8UHqJLB1sTHU7TJnViPhcC7ax0sks5vF4HngaJpZM4aKHLA.gif" height="1" width="1" alt="" /></p>
<script type="application/json" data-scope="inboxmarkup">{"api_version":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name":"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"https://github.githubassets.com/images/email/message_cards/header.png","avatar_image_url":"https://github.githubassets.com/images/email/message_cards/avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/quicwg/base-drafts"}},"updates":{"snippets":[{"icon":"PERSON","message":"@martinthomson pushed 1 commit in #2355"}],"action":{"name":"View Pull Request","url":"https://github.com/quicwg/base-drafts/pull/2355/files/f9d24ec32312d0d0328c4d9057838d5653ece8e6..0fe91c8cb89eed4b0a63b5994c7287933d37a54c"}}}</script>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/pull/2355/files/f9d24ec32312d0d0328c4d9057838d5653ece8e6..0fe91c8cb89eed4b0a63b5994c7287933d37a54c",
"url": "https://github.com/quicwg/base-drafts/pull/2355/files/f9d24ec32312d0d0328c4d9057838d5653ece8e6..0fe91c8cb89eed4b0a63b5994c7287933d37a54c",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>

----==_mimepart_5c478a67e1a7e_6e003fddab2d45c44375a2--


From nobody Tue Jan 22 13: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 83CC1131127 for <quic-issues@ietfa.amsl.com>; Tue, 22 Jan 2019 13:26:54 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -12.551
X-Spam-Level: 
X-Spam-Status: No, score=-12.551 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIMWL_WL_HIGH=-4.553, 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_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 SMAkA6vcZH6h for <quic-issues@ietfa.amsl.com>; Tue, 22 Jan 2019 13:26: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 8DC64131146 for <quic-issues@ietf.org>; Tue, 22 Jan 2019 13:26:52 -0800 (PST)
Date: Tue, 22 Jan 2019 13:26:51 -0800
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1548192411; bh=vRGqcOT/v3yLYSQJclHkr2Qq40lyyfukYU1W6qx/hjo=; h=Date:From:Reply-To:To:Cc:Subject:List-ID:List-Archive:List-Post: List-Unsubscribe:From; b=ZaLhb1AnQyonwTg5yroplDMbqs4FJVeycmGl2Ra4sxbaA+vjZv5SDJdcZrG9jYD3p OL1Yw8ZoW2WVWcsCSQs2bRfcWpDyEsGixTZHtmkcHsLwaECN8LvVFLMi5+3h9TO6eQ tCabsbqlOrpAV3//y5+QaokStezAeVJzXt0EMyQc=
From: Martin Thomson <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+0166e4ab2185b731f69ecd3d9f0ac7b752bca8cdceff7f3892cf00000001185f4c9b92a169ce17f570e4@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/pull/2359@github.com>
Subject: [quicwg/base-drafts] Changelog for -18 (#2359)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5c478a9b77474_a743ff121ad45c43357d5"; 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/uMyaW11RCcVYux2sqP1ziS6u0cw>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
List-Id: Notification list for GitHub issues related to the QUIC WG <quic-issues.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=unsubscribe>
List-Archive: <https://mailarchive.ietf.org/arch/browse/quic-issues/>
List-Post: <mailto:quic-issues@ietf.org>
List-Help: <mailto:quic-issues-request@ietf.org?subject=help>
List-Subscribe: <https://www.ietf.org/mailman/listinfo/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=subscribe>
X-List-Received-Date: Tue, 22 Jan 2019 21:27:01 -0000

----==_mimepart_5c478a9b77474_a743ff121ad45c43357d5
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

Nothing here for qpack.  Wondering if I should just mention that the changes were editorial and leave it at that.
You can view, comment on, or merge this pull request online at:

  https://github.com/quicwg/base-drafts/pull/2359

-- Commit Summary --

  * Transport changelog for -18
  * TLS changes for -18
  * HTTP changes for -18
  * Recovery changes for -18

-- File Changes --

    M draft-ietf-quic-http.md (7)
    M draft-ietf-quic-recovery.md (15)
    M draft-ietf-quic-tls.md (7)
    M draft-ietf-quic-transport.md (18)

-- Patch Links --

https://github.com/quicwg/base-drafts/pull/2359.patch
https://github.com/quicwg/base-drafts/pull/2359.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/2359

----==_mimepart_5c478a9b77474_a743ff121ad45c43357d5
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

<p>Nothing here for qpack.  Wondering if I should just mention that the changes were editorial and leave it at that.</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/2359'>https://github.com/quicwg/base-drafts/pull/2359</a></p>

<h4>Commit Summary</h4>
<ul>
  <li>Transport changelog for -18</li>
  <li>TLS changes for -18</li>
  <li>HTTP changes for -18</li>
  <li>Recovery changes for -18</li>
</ul>

<h4>File Changes</h4>
<ul>
  <li>
    <strong>M</strong>
    <a href="https://github.com/quicwg/base-drafts/pull/2359/files#diff-0">draft-ietf-quic-http.md</a>
    (7)
  </li>
  <li>
    <strong>M</strong>
    <a href="https://github.com/quicwg/base-drafts/pull/2359/files#diff-1">draft-ietf-quic-recovery.md</a>
    (15)
  </li>
  <li>
    <strong>M</strong>
    <a href="https://github.com/quicwg/base-drafts/pull/2359/files#diff-2">draft-ietf-quic-tls.md</a>
    (7)
  </li>
  <li>
    <strong>M</strong>
    <a href="https://github.com/quicwg/base-drafts/pull/2359/files#diff-3">draft-ietf-quic-transport.md</a>
    (18)
  </li>
</ul>

<h4>Patch Links:</h4>
<ul>
  <li><a href='https://github.com/quicwg/base-drafts/pull/2359.patch'>https://github.com/quicwg/base-drafts/pull/2359.patch</a></li>
  <li><a href='https://github.com/quicwg/base-drafts/pull/2359.diff'>https://github.com/quicwg/base-drafts/pull/2359.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/2359">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AWbkq00q02XgbrgL3HkM_FvZSPEs2rXvks5vF4IbgaJpZM4aNjip">mute the thread</a>.<img src="https://github.com/notifications/beacon/AWbkq8FKYqhq-KKGfc6gKTECqDa6wpJYks5vF4IbgaJpZM4aNjip.gif" height="1" width="1" alt="" /></p>
<script type="application/json" data-scope="inboxmarkup">{"api_version":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name":"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"https://github.githubassets.com/images/email/message_cards/header.png","avatar_image_url":"https://github.githubassets.com/images/email/message_cards/avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/quicwg/base-drafts"}},"updates":{"snippets":[{"icon":"DESCRIPTION","message":"Changelog for -18 (#2359)"}],"action":{"name":"View Pull Request","url":"https://github.com/quicwg/base-drafts/pull/2359"}}}</script>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/pull/2359",
"url": "https://github.com/quicwg/base-drafts/pull/2359",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>

----==_mimepart_5c478a9b77474_a743ff121ad45c43357d5--


From nobody Tue Jan 22 13:29:53 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 785B513112B for <quic-issues@ietfa.amsl.com>; Tue, 22 Jan 2019 13:29:51 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -5.935
X-Spam-Level: 
X-Spam-Status: No, score=-5.935 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIMWL_WL_HIGH=-4.553, DKIM_SIGNED=0.1, DKIM_VALID=-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_PASS=-0.001] autolearn=ham autolearn_force=no
Authentication-Results: ietfa.amsl.com (amavisd-new); dkim=pass (1024-bit key) header.d=github.com
Received: from mail.ietf.org ([4.31.198.44]) by localhost (ietfa.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id OcyZeiyhwgA1 for <quic-issues@ietfa.amsl.com>; Tue, 22 Jan 2019 13:29:49 -0800 (PST)
Received: from o9.sgmail.github.com (o9.sgmail.github.com [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 91D1B13111B for <quic-issues@ietf.org>; Tue, 22 Jan 2019 13:29:49 -0800 (PST)
DKIM-Signature: v=1; a=rsa-sha1; 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=QcMAuBfwTaM4ww1Mgpwy3Nv4+l4=; b=aIbGuDhggoQlkT7D PPSWmDy2uxzlBGBmut9ZsySdjJx0nS6AcaF+AWPoma2cmNMSaHC2hX9N/hWx3E8U xlvVe0sEV1OGrk4stk5K9LKE2OuHFvbg1uCWmAPsN4ocMHiAK/S06jpeG4Z6L4sI s3A0X7MFyIdGI1szF9xZptnlk+U=
Received: by filter1420p1mdw1.sendgrid.net with SMTP id filter1420p1mdw1-3869-5C478B4C-B 2019-01-22 21:29:48.56291099 +0000 UTC m=+319811.050749683
Received: from github-lowworker-89d05ac.cp1-iad.github.net (unknown [192.30.252.35]) by ismtpd0016p1iad2.sendgrid.net (SG) with ESMTP id 07QzL5SmRh6hU7FF7w4nkQ for <quic-issues@ietf.org>; Tue, 22 Jan 2019 21:29:48.519 +0000 (UTC)
Received: from github.com (localhost [127.0.0.1]) by github-lowworker-89d05ac.cp1-iad.github.net (Postfix) with ESMTP id 6E4B5AE0307 for <quic-issues@ietf.org>; Tue, 22 Jan 2019 13:29:48 -0800 (PST)
Date: Tue, 22 Jan 2019 21:29:48 +0000 (UTC)
From: Lucas Pardue <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+0166e4ab21f59bf414c07214e7f5fa6a64fa39306065099a92cf00000001185f4d4c92a169ce17f570e4@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/pull/2359/review/195239942@github.com>
In-Reply-To: <quicwg/base-drafts/pull/2359@github.com>
References: <quicwg/base-drafts/pull/2359@github.com>
Subject: Re: [quicwg/base-drafts] Changelog for -18 (#2359)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5c478b4c6c39d_213b3fd8afcd45c0235352"; 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
X-SG-EID: l64QuQ2uJCcEyUykJbxN122A6QRmEpucztpreh3Pak155QzWt0ecGlWIUGAzal8sMInbC2Rm+rJUpc 428eChfs11s29tVEW+UX1c1wn4pMpFa83tdMhMjyb3dCsRC9EKRSDXbYdoBqbyQHiPQ6eRrflijxeM 6RKVgYDFtzwokzVs8xdUWBiVDuoIiRkGMOsle9VGYn4bt7hoq0vto5xqUrxF0MG0OMqRAKIHJBTx4e g=
Archived-At: <https://mailarchive.ietf.org/arch/msg/quic-issues/_aUK15lnGNmM3TUtzKzjLbo3vI4>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
List-Id: Notification list for GitHub issues related to the QUIC WG <quic-issues.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=unsubscribe>
List-Archive: <https://mailarchive.ietf.org/arch/browse/quic-issues/>
List-Post: <mailto:quic-issues@ietf.org>
List-Help: <mailto:quic-issues-request@ietf.org?subject=help>
List-Subscribe: <https://www.ietf.org/mailman/listinfo/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=subscribe>
X-List-Received-Date: Tue, 22 Jan 2019 21:29:51 -0000

----==_mimepart_5c478b4c6c39d_213b3fd8afcd45c0235352
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

LPardue commented on this pull request.



>  
 ## Since draft-ietf-quic-transport-16
-
+g

G?

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/quicwg/base-drafts/pull/2359#pullrequestreview-195239942
----==_mimepart_5c478b4c6c39d_213b3fd8afcd45c0235352
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/2359#discussion_r249967141">draft-ietf-quic-transport.md</a>:</p>
<pre style='color:#555'>&gt;  
 ## Since draft-ietf-quic-transport-16
-
+g
</pre>
<p>G?</p>

<p style="font-size:small;-webkit-text-size-adjust:none;color:#666;">&mdash;<br />You are receiving this because you are subscribed to this thread.<br />Reply to this email directly, <a href="https://github.com/quicwg/base-drafts/pull/2359#pullrequestreview-195239942">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AWbkqyTbtMQNVUg2ACAYMXOOuBzC8dV7ks5vF4LMgaJpZM4aNjip">mute the thread</a>.<img src="https://github.com/notifications/beacon/AWbkq5Fm_Oo9bWRT2-nqGfkUgLmLzDDkks5vF4LMgaJpZM4aNjip.gif" height="1" width="1" alt="" /></p>
<script type="application/json" data-scope="inboxmarkup">{"api_version":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name":"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"https://github.githubassets.com/images/email/message_cards/header.png","avatar_image_url":"https://github.githubassets.com/images/email/message_cards/avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/quicwg/base-drafts"}},"updates":{"snippets":[{"icon":"PERSON","message":"@LPardue commented on #2359"}],"action":{"name":"View Pull Request","url":"https://github.com/quicwg/base-drafts/pull/2359#pullrequestreview-195239942"}}}</script>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/pull/2359#pullrequestreview-195239942",
"url": "https://github.com/quicwg/base-drafts/pull/2359#pullrequestreview-195239942",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>
----==_mimepart_5c478b4c6c39d_213b3fd8afcd45c0235352--


From nobody Tue Jan 22 13:35: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 F313A131141 for <quic-issues@ietfa.amsl.com>; Tue, 22 Jan 2019 13:35:30 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -10.935
X-Spam-Level: 
X-Spam-Status: No, score=-10.935 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIMWL_WL_HIGH=-4.553, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, HTML_IMAGE_ONLY_24=1.618, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-1, RCVD_IN_DNSWL_HI=-5, SPF_PASS=-0.001] autolearn=ham autolearn_force=no
Authentication-Results: ietfa.amsl.com (amavisd-new); dkim=pass (1024-bit key) header.d=github.com
Received: from mail.ietf.org ([4.31.198.44]) by localhost (ietfa.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id nr8YNayKh6NU for <quic-issues@ietfa.amsl.com>; Tue, 22 Jan 2019 13: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 804A6131136 for <quic-issues@ietf.org>; Tue, 22 Jan 2019 13:35:29 -0800 (PST)
Date: Tue, 22 Jan 2019 13:35:28 -0800
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1548192928; bh=gQYC9iSdJJnQicEECRC8lByePx94yxl+ohe8CSF6Owk=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=fgII6C6tQOVn+tsJKs7OVOgq+mrxjjCdHIJrW5L2+Q3tpdeMf0U6wWGunNJYktNZ+ aNC9ox+bnJ/j6kY0dEQgk08uG+m4xTMS1JZPVGRSZqD54D7zjI0/E0lN1Kk6myepH9 bQ+BSCAiCBXSABs6Wh7aoB0pxo7keq6C7/ADsd3M=
From: Martin Thomson <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+0166e4ab3a15740946d6bd6f343449439e4cba817d123d0b92cf00000001185f4ea092a169ce17f570e4@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/pull/2359/review/195242443@github.com>
In-Reply-To: <quicwg/base-drafts/pull/2359@github.com>
References: <quicwg/base-drafts/pull/2359@github.com>
Subject: Re: [quicwg/base-drafts] Changelog for -18 (#2359)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5c478ca0ac8d7_73d83facbb8d45bc4733f6"; 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/pom1vE4CTWh5fSyHGl8_ZZaiseM>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
List-Id: Notification list for GitHub issues related to the QUIC WG <quic-issues.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=unsubscribe>
List-Archive: <https://mailarchive.ietf.org/arch/browse/quic-issues/>
List-Post: <mailto:quic-issues@ietf.org>
List-Help: <mailto:quic-issues-request@ietf.org?subject=help>
List-Subscribe: <https://www.ietf.org/mailman/listinfo/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=subscribe>
X-List-Received-Date: Tue, 22 Jan 2019 21:35:31 -0000

----==_mimepart_5c478ca0ac8d7_73d83facbb8d45bc4733f6
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

martinthomson commented on this pull request.



>  
 ## Since draft-ietf-quic-transport-16
-
+g

A very important consideration, you'll agree.

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/quicwg/base-drafts/pull/2359#discussion_r249969141
----==_mimepart_5c478ca0ac8d7_73d83facbb8d45bc4733f6
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/2359#discussion_r249969141">draft-ietf-quic-transport.md</a>:</p>
<pre style='color:#555'>&gt;  
 ## Since draft-ietf-quic-transport-16
-
+g
</pre>
<p>A very important consideration, you'll agree.</p>

<p style="font-size:small;-webkit-text-size-adjust:none;color:#666;">&mdash;<br />You are receiving this because you are subscribed to this thread.<br />Reply to this email directly, <a href="https://github.com/quicwg/base-drafts/pull/2359#discussion_r249969141">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AWbkqyCMcEreflOCH2Ue8Bok71DOu-HIks5vF4QggaJpZM4aNjip">mute the thread</a>.<img src="https://github.com/notifications/beacon/AWbkq7A0BMjAENIyBuRZaFb8wHxJCvvUks5vF4QggaJpZM4aNjip.gif" height="1" width="1" alt="" /></p>
<script type="application/json" data-scope="inboxmarkup">{"api_version":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name":"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"https://github.githubassets.com/images/email/message_cards/header.png","avatar_image_url":"https://github.githubassets.com/images/email/message_cards/avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/quicwg/base-drafts"}},"updates":{"snippets":[{"icon":"PERSON","message":"@martinthomson commented on #2359"}],"action":{"name":"View Pull Request","url":"https://github.com/quicwg/base-drafts/pull/2359#discussion_r249969141"}}}</script>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/pull/2359#discussion_r249969141",
"url": "https://github.com/quicwg/base-drafts/pull/2359#discussion_r249969141",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>
----==_mimepart_5c478ca0ac8d7_73d83facbb8d45bc4733f6--


From nobody Tue Jan 22 13:36:16 2019
Return-Path: <bounce+565321.40f-quic-issues=ietf.org@github.com>
X-Original-To: quic-issues@ietfa.amsl.com
Delivered-To: quic-issues@ietfa.amsl.com
Received: from localhost (localhost [127.0.0.1]) by ietfa.amsl.com (Postfix) with ESMTP id ABA99131146 for <quic-issues@ietfa.amsl.com>; Tue, 22 Jan 2019 13:36:15 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -0.996
X-Spam-Level: 
X-Spam-Status: No, score=-0.996 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIM_ADSP_CUSTOM_MED=0.001, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, FREEMAIL_FORGED_FROMDOMAIN=0.001, FREEMAIL_FROM=0.001, HEADER_FROM_DIFFERENT_DOMAINS=0.001, NML_ADSP_CUSTOM_MED=0.9, RCVD_IN_DNSWL_NONE=-0.0001, SPF_PASS=-0.001, URIBL_BLOCKED=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 8wRSycdc8r8M for <quic-issues@ietfa.amsl.com>; Tue, 22 Jan 2019 13:36:14 -0800 (PST)
Received: from m69-169.mailgun.net (m69-169.mailgun.net [166.78.69.169]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id 2B5D3131141 for <quic-issues@ietf.org>; Tue, 22 Jan 2019 13:36:14 -0800 (PST)
DKIM-Signature: a=rsa-sha256; v=1; c=relaxed/relaxed; d=github.com; q=dns/txt;  s=mailo; t=1548192973; h=Content-Transfer-Encoding: Content-Type: Mime-Version: Subject: Message-ID: To: Reply-To: From: Date: Sender; bh=cV4BZqvkEex1b3fLUuiNE0fBed2K94ANsJliTf/jozc=; b=HEOK5sPBBtigY0WWvpSuJFOpaPqGbqrYIPZNdv6AIp8It8qBBvCfx1Osn6yLd+IZigiouoze oSd9bgNcmAVjaQQY9SWknsahw4AQm+qfm3iFIfvMQJ9EIgCFLqffwqg8sV+sSXkVd5XTn66V 3az84Z7cNeXzvPhceR3KJIXqNQI=
X-Mailgun-Sending-Ip: 166.78.69.169
X-Mailgun-Sid: WyJhNzYyYiIsICJxdWljLWlzc3Vlc0BpZXRmLm9yZyIsICI0MGYiXQ==
Sender: martin.thomson=gmail.com@github.com
Received: from github.com (Unknown [192.30.252.35]) by mxa.mailgun.org with ESMTP id 5c478ccc.7fb8b1fd2630-smtp-out-n01; Tue, 22 Jan 2019 21:36:12 -0000 (UTC)
Date: Tue, 22 Jan 2019 13:36:11 -0800
From: Martin Thomson <martin.thomson@gmail.com>
Reply-To: Martin Thomson <martin.thomson@gmail.com>
To: quic-issues@ietf.org
Message-ID: <5c478ccbd2c59_24772adf5c2da5808196d@hookshot-fe-d252ca1.cp1-iad.github.net.mail>
Subject: [quicwg/base-drafts] a1abfe: Learn to drive vi you fool
Mime-Version: 1.0
Content-Type: multipart/mixed; boundary="--==_mimepart_5c478ccbd274a_24772adf5c2da58081897"; charset=UTF-8
Content-Transfer-Encoding: 7bit
Archived-At: <https://mailarchive.ietf.org/arch/msg/quic-issues/CLmZrusvyHCTxB-3douYRx1cc5o>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
Precedence: list
List-Id: Notification list for GitHub issues related to the QUIC WG <quic-issues.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=unsubscribe>
List-Archive: <https://mailarchive.ietf.org/arch/browse/quic-issues/>
List-Post: <mailto:quic-issues@ietf.org>
List-Help: <mailto:quic-issues-request@ietf.org?subject=help>
List-Subscribe: <https://www.ietf.org/mailman/listinfo/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=subscribe>
X-List-Received-Date: Tue, 22 Jan 2019 21:36:16 -0000

----==_mimepart_5c478ccbd274a_24772adf5c2da58081897
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

  Branch: refs/heads/changelog-18
  Home:   https://github.com/quicwg/base-drafts
  Commit: a1abfe009cd86841b38b994c8e6dba96804e008a
      https://github.com/quicwg/base-drafts/commit/a1abfe009cd86841b38b994c8e6dba96804e008a
  Author: Martin Thomson <martin.thomson@gmail.com>
  Date:   2019-01-23 (Wed, 23 Jan 2019)

  Changed paths:
    M draft-ietf-quic-transport.md

  Log Message:
  -----------
  Learn to drive vi you fool



      **NOTE:** This service has been marked for deprecation: https://developer.github.com/changes/2018-04-25-github-services-deprecation/

      Functionality will be removed from GitHub.com on January 31st, 2019.

----==_mimepart_5c478ccbd274a_24772adf5c2da58081897--


From nobody Tue Jan 22 13:36: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 51823131157 for <quic-issues@ietfa.amsl.com>; Tue, 22 Jan 2019 13:36:18 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -10.935
X-Spam-Level: 
X-Spam-Status: No, score=-10.935 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIMWL_WL_HIGH=-4.553, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, HTML_IMAGE_ONLY_24=1.618, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-1, RCVD_IN_DNSWL_HI=-5, SPF_PASS=-0.001] autolearn=ham autolearn_force=no
Authentication-Results: ietfa.amsl.com (amavisd-new); dkim=pass (1024-bit key) header.d=github.com
Received: from mail.ietf.org ([4.31.198.44]) by localhost (ietfa.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id qmfsGmPRhPgb for <quic-issues@ietfa.amsl.com>; Tue, 22 Jan 2019 13:36: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 EE2F1131141 for <quic-issues@ietf.org>; Tue, 22 Jan 2019 13:36:15 -0800 (PST)
Date: Tue, 22 Jan 2019 13:36:15 -0800
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1548192975; bh=Kh6ERejXDdKOcJk3hhTJxAn3LTGwMc0Dnvn+s8XJ1dA=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=JjOBWiVuCW093pW9kHjv2YuOqglvsjM1QRknUdQ7+ayNwc945lORBeyeRDd5g/ow5 DfEE2zLCwtkceH13aYH46XErNezBT/kWMgHuAQKZgdAbNZOcl9AOmnhy+k7bkB83/J DA4RaXCIxXbpP7PzxbxhO9tTBHU7EDM8KdFDS2jU=
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/2359/push/3233979096@github.com>
In-Reply-To: <quicwg/base-drafts/pull/2359@github.com>
References: <quicwg/base-drafts/pull/2359@github.com>
Subject: Re: [quicwg/base-drafts] Changelog for -18 (#2359)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5c478ccf28b98_3d403fb36fed45c45492a9"; 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/EnY6bErdkEf_esOifJuyYiGx688>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
List-Id: Notification list for GitHub issues related to the QUIC WG <quic-issues.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=unsubscribe>
List-Archive: <https://mailarchive.ietf.org/arch/browse/quic-issues/>
List-Post: <mailto:quic-issues@ietf.org>
List-Help: <mailto:quic-issues-request@ietf.org?subject=help>
List-Subscribe: <https://www.ietf.org/mailman/listinfo/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=subscribe>
X-List-Received-Date: Tue, 22 Jan 2019 21:36:18 -0000

----==_mimepart_5c478ccf28b98_3d403fb36fed45c45492a9
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

@martinthomson pushed 1 commit.

a1abfe009cd86841b38b994c8e6dba96804e008a  Learn to drive vi you fool


-- 
You are receiving this because you are subscribed to this thread.
View it on GitHub:
https://github.com/quicwg/base-drafts/pull/2359/files/982e913fbc248398c77b6945388ea5d20b6e7b3c..a1abfe009cd86841b38b994c8e6dba96804e008a

----==_mimepart_5c478ccf28b98_3d403fb36fed45c45492a9
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/a1abfe009cd86841b38b994c8e6dba96804e008a">a1abfe0</a>  Learn to drive vi you fool</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/2359/files/982e913fbc248398c77b6945388ea5d20b6e7b3c..a1abfe009cd86841b38b994c8e6dba96804e008a">View it on GitHub</a> or <a href="https://github.com/notifications/unsubscribe-auth/AWbkqz2XFHt5tLCvcKz3Bz1A_F4ozTJnks5vF4RPgaJpZM4aNjip">mute the thread</a>.<img src="https://github.com/notifications/beacon/AWbkq7gOdleWmAE-A0FXzxXJCYX3Yo6_ks5vF4RPgaJpZM4aNjip.gif" height="1" width="1" alt="" /></p>
<script type="application/json" data-scope="inboxmarkup">{"api_version":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name":"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"https://github.githubassets.com/images/email/message_cards/header.png","avatar_image_url":"https://github.githubassets.com/images/email/message_cards/avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/quicwg/base-drafts"}},"updates":{"snippets":[{"icon":"PERSON","message":"@martinthomson pushed 1 commit in #2359"}],"action":{"name":"View Pull Request","url":"https://github.com/quicwg/base-drafts/pull/2359/files/982e913fbc248398c77b6945388ea5d20b6e7b3c..a1abfe009cd86841b38b994c8e6dba96804e008a"}}}</script>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/pull/2359/files/982e913fbc248398c77b6945388ea5d20b6e7b3c..a1abfe009cd86841b38b994c8e6dba96804e008a",
"url": "https://github.com/quicwg/base-drafts/pull/2359/files/982e913fbc248398c77b6945388ea5d20b6e7b3c..a1abfe009cd86841b38b994c8e6dba96804e008a",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>

----==_mimepart_5c478ccf28b98_3d403fb36fed45c45492a9--


From nobody Tue Jan 22 13:38:16 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 C2F84131146 for <quic-issues@ietfa.amsl.com>; Tue, 22 Jan 2019 13:38:14 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -5.935
X-Spam-Level: 
X-Spam-Status: No, score=-5.935 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIMWL_WL_HIGH=-4.553, DKIM_SIGNED=0.1, DKIM_VALID=-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_PASS=-0.001] autolearn=ham autolearn_force=no
Authentication-Results: ietfa.amsl.com (amavisd-new); dkim=pass (1024-bit key) header.d=github.com
Received: from mail.ietf.org ([4.31.198.44]) by localhost (ietfa.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 7svzoWmpwPFh for <quic-issues@ietfa.amsl.com>; Tue, 22 Jan 2019 13:38:13 -0800 (PST)
Received: from o9.sgmail.github.com (o9.sgmail.github.com [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 0968E131136 for <quic-issues@ietf.org>; Tue, 22 Jan 2019 13:38:12 -0800 (PST)
DKIM-Signature: v=1; a=rsa-sha1; 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=UkMvsADYKFbXyjF/NfhXTd1qcV8=; b=jpW18/d2xCpiyG9+ BptqPld9vgDtfrdt0P4dkqR2wVlFiwJq+aa3HEwb1912VQagfyHtO2ljE/reQhm0 NRGLN2keXL3/azaB025XPOGZiDL0m9d+T4NBjgTmepsYTAFzfIk/vBpMmXehl+za aPSyqJmfUELRfJWtHQ45lkaLZbY=
Received: by filter0486p1iad2.sendgrid.net with SMTP id filter0486p1iad2-14787-5C478D43-25 2019-01-22 21:38:11.966629999 +0000 UTC m=+328015.131223771
Received: from github-lowworker-89d05ac.cp1-iad.github.net (unknown [192.30.252.35]) by ismtpd0014p1iad2.sendgrid.net (SG) with ESMTP id zZUh_f6jTqWCyaUWbBrOeg for <quic-issues@ietf.org>; Tue, 22 Jan 2019 21:38:11.700 +0000 (UTC)
Received: from github.com (localhost [127.0.0.1]) by github-lowworker-89d05ac.cp1-iad.github.net (Postfix) with ESMTP id E6ECFAE033C for <quic-issues@ietf.org>; Tue, 22 Jan 2019 13:38:11 -0800 (PST)
Date: Tue, 22 Jan 2019 21:38:11 +0000 (UTC)
From: Martin Thomson <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+0166e4abbe8ba69ddc8b0c18516640c1fd5ac2033a7059a892cf00000001185f4f4392a169ce17f3e339@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/issues/2357/456573284@github.com>
In-Reply-To: <quicwg/base-drafts/issues/2357@github.com>
References: <quicwg/base-drafts/issues/2357@github.com>
Subject: Re: [quicwg/base-drafts] Stream Send State Machine is Confusing (#2357)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5c478d43e52d3_21033fd8afcd45c0239427"; 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-SG-EID: l64QuQ2uJCcEyUykJbxN122A6QRmEpucztpreh3Pak35yxyVv/hmvEV/3OaiLdofTEVxBjgmqVF+6f vPngxifv/rDnb9uhhjyXj7jNwdc9TrHfqM4o5a6oxy0zP6GzC1hEeXBW4jo07tlfdE0iR8H82ym4YA I5QB5SpbC3KfWINnXfDeRpdyEOycSUdPBDZocuhri5j6ZWuFbGnIZebIhxgTp9JkJWHfoNSg/ExtKl 4=
Archived-At: <https://mailarchive.ietf.org/arch/msg/quic-issues/afzdCb1MByBqzEifNeQb233-dHo>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
List-Id: Notification list for GitHub issues related to the QUIC WG <quic-issues.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=unsubscribe>
List-Archive: <https://mailarchive.ietf.org/arch/browse/quic-issues/>
List-Post: <mailto:quic-issues@ietf.org>
List-Help: <mailto:quic-issues-request@ietf.org?subject=help>
List-Subscribe: <https://www.ietf.org/mailman/listinfo/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=subscribe>
X-List-Received-Date: Tue, 22 Jan 2019 21:38:15 -0000

----==_mimepart_5c478d43e52d3_21033fd8afcd45c0239427
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

The current structure is deliberate (operating from memory here, there are too many PRs to search through), because it captures all the events through the one entry-point.  Don't feel constrained to follow the state machine in your 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/2357#issuecomment-456573284
----==_mimepart_5c478d43e52d3_21033fd8afcd45c0239427
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

<p>The current structure is deliberate (operating from memory here, there are too many PRs to search through), because it captures all the events through the one entry-point.  Don't feel constrained to follow the state machine in your 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/2357#issuecomment-456573284">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AWbkq3uqfZ12jUvtAeOxeitCsYToAKyYks5vF4TDgaJpZM4aNGHh">mute the thread</a>.<img src="https://github.com/notifications/beacon/AWbkqyu0LYqzw6D2rUPrRgoJ51pj5hT3ks5vF4TDgaJpZM4aNGHh.gif" height="1" width="1" alt="" /></p>
<script type="application/json" data-scope="inboxmarkup">{"api_version":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name":"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"https://github.githubassets.com/images/email/message_cards/header.png","avatar_image_url":"https://github.githubassets.com/images/email/message_cards/avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/quicwg/base-drafts"}},"updates":{"snippets":[{"icon":"PERSON","message":"@martinthomson in #2357: The current structure is deliberate (operating from memory here, there are too many PRs to search through), because it captures all the events through the one entry-point.  Don't feel constrained to follow the state machine in your implementation."}],"action":{"name":"View Issue","url":"https://github.com/quicwg/base-drafts/issues/2357#issuecomment-456573284"}}}</script>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/issues/2357#issuecomment-456573284",
"url": "https://github.com/quicwg/base-drafts/issues/2357#issuecomment-456573284",
"name": "View Issue"
},
"description": "View this Issue on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>
----==_mimepart_5c478d43e52d3_21033fd8afcd45c0239427--


From nobody Tue Jan 22 13:39:30 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 AC662131138 for <quic-issues@ietfa.amsl.com>; Tue, 22 Jan 2019 13:39:28 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -5.935
X-Spam-Level: 
X-Spam-Status: No, score=-5.935 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIMWL_WL_HIGH=-4.553, DKIM_SIGNED=0.1, DKIM_VALID=-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_PASS=-0.001] autolearn=ham autolearn_force=no
Authentication-Results: ietfa.amsl.com (amavisd-new); dkim=pass (1024-bit key) header.d=github.com
Received: from mail.ietf.org ([4.31.198.44]) by localhost (ietfa.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id PDWW1YQzGksi for <quic-issues@ietfa.amsl.com>; Tue, 22 Jan 2019 13:39:27 -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 BC08A13110B for <quic-issues@ietf.org>; Tue, 22 Jan 2019 13:39:26 -0800 (PST)
DKIM-Signature: v=1; a=rsa-sha1; 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=syo/NNH+W7byvHnbtGwUyLZlWWQ=; b=ec2+FlMQVOMOENYH sYvU+wTtiAdD2AQ77jDYAGwox3Cka5EraA+tme6ra4FQ8VcUhm1XAZhZ+hSjeLoh x/w6osnfSIXc4EstGAFuGRQNddWTUQMMtGuB0mqGc0AhwLGfkK+3ih89CK9rO4Ym 27HiY+MRAbCYxUggiEksYrGH8C0=
Received: by filter0341p1iad2.sendgrid.net with SMTP id filter0341p1iad2-7050-5C478D8C-D 2019-01-22 21:39:24.359694599 +0000 UTC m=+330908.329574575
Received: from github-lowworker-e51511d.cp1-iad.github.net (unknown [192.30.252.34]) by ismtpd0003p1iad1.sendgrid.net (SG) with ESMTP id o6OKAHArRRie_1GGfXVVUw for <quic-issues@ietf.org>; Tue, 22 Jan 2019 21:39:24.428 +0000 (UTC)
Received: from github.com (localhost [127.0.0.1]) by github-lowworker-e51511d.cp1-iad.github.net (Postfix) with ESMTP id 67C6280091 for <quic-issues@ietf.org>; Tue, 22 Jan 2019 13:39:24 -0800 (PST)
Date: Tue, 22 Jan 2019 21:39:25 +0000 (UTC)
From: Martin Thomson <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+0166e4ab434636dddffb3521bf4bf2305923203777568d5f92cf00000001185f4f8c92a169ce17e00219@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/issues/2344/456573625@github.com>
In-Reply-To: <quicwg/base-drafts/issues/2344@github.com>
References: <quicwg/base-drafts/issues/2344@github.com>
Subject: Re: [quicwg/base-drafts] RESET_STREAM should be allowed in 0-RTT packets (#2344)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5c478d8c6565c_612d3fd6986d45bc2622a1"; 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-SG-EID: l64QuQ2uJCcEyUykJbxN122A6QRmEpucztpreh3Pak0vuL1TGFVhrI4woD8MLCkSXOsBKH02JEpxBX AVPy0Bxv3jq4kR+PlROjN/U0ujpLekluUgnYy3aPouKWZ/8eZqf9keHi516ZcFnJyLmsvRS3JTv5O3 5crLahg081BX51eUzjlfgFvaHI3XzX+3m7Ntp/X9hwbV6XS+rw6DOC08pzfkqtJ9EsF7YBBOkAVsxl A=
Archived-At: <https://mailarchive.ietf.org/arch/msg/quic-issues/CaZXrH4uXEgmkFM9ZKMdI7VyB0w>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
List-Id: Notification list for GitHub issues related to the QUIC WG <quic-issues.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=unsubscribe>
List-Archive: <https://mailarchive.ietf.org/arch/browse/quic-issues/>
List-Post: <mailto:quic-issues@ietf.org>
List-Help: <mailto:quic-issues-request@ietf.org?subject=help>
List-Subscribe: <https://www.ietf.org/mailman/listinfo/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=subscribe>
X-List-Received-Date: Tue, 22 Jan 2019 21:39:29 -0000

----==_mimepart_5c478d8c6565c_612d3fd6986d45bc2622a1
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

Correct.  TLS only takes an extra round trip with HelloRetryRequest, which results in 0-RTT being automatically rejected.

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/quicwg/base-drafts/issues/2344#issuecomment-456573625
----==_mimepart_5c478d8c6565c_612d3fd6986d45bc2622a1
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

<p>Correct.  TLS only takes an extra round trip with HelloRetryRequest, which results in 0-RTT being automatically rejected.</p>

<p style="font-size:small;-webkit-text-size-adjust:none;color:#666;">&mdash;<br />You are receiving this because you are subscribed to this thread.<br />Reply to this email directly, <a href="https://github.com/quicwg/base-drafts/issues/2344#issuecomment-456573625">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AWbkqw-xiEzczY-4pNHIuU6fmg2nU0njks5vF4UMgaJpZM4aHKE6">mute the thread</a>.<img src="https://github.com/notifications/beacon/AWbkq-p--TdD0_jI6wVXR7TeQ8u0XOjvks5vF4UMgaJpZM4aHKE6.gif" height="1" width="1" alt="" /></p>
<script type="application/json" data-scope="inboxmarkup">{"api_version":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name":"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"https://github.githubassets.com/images/email/message_cards/header.png","avatar_image_url":"https://github.githubassets.com/images/email/message_cards/avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/quicwg/base-drafts"}},"updates":{"snippets":[{"icon":"PERSON","message":"@martinthomson in #2344: Correct.  TLS only takes an extra round trip with HelloRetryRequest, which results in 0-RTT being automatically rejected."}],"action":{"name":"View Issue","url":"https://github.com/quicwg/base-drafts/issues/2344#issuecomment-456573625"}}}</script>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/issues/2344#issuecomment-456573625",
"url": "https://github.com/quicwg/base-drafts/issues/2344#issuecomment-456573625",
"name": "View Issue"
},
"description": "View this Issue on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>
----==_mimepart_5c478d8c6565c_612d3fd6986d45bc2622a1--


From nobody Tue Jan 22 13:42: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 42FD7131147 for <quic-issues@ietfa.amsl.com>; Tue, 22 Jan 2019 13:42:41 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -11.149
X-Spam-Level: 
X-Spam-Status: No, score=-11.149 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIMWL_WL_HIGH=-4.553, 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_PASS=-0.001] autolearn=ham autolearn_force=no
Authentication-Results: ietfa.amsl.com (amavisd-new); dkim=pass (1024-bit key) header.d=github.com
Received: from mail.ietf.org ([4.31.198.44]) by localhost (ietfa.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id zUje6ItsqQH5 for <quic-issues@ietfa.amsl.com>; Tue, 22 Jan 2019 13:42:39 -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 AE23313110B for <quic-issues@ietf.org>; Tue, 22 Jan 2019 13:42:39 -0800 (PST)
Date: Tue, 22 Jan 2019 13:42:38 -0800
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1548193358; bh=1PtyQ9ePyTQknaMTIs3vFi451OqXTq+mslsbXDfFPjA=; h=Date:From:Reply-To:To:Cc:Subject:List-ID:List-Archive:List-Post: List-Unsubscribe:From; b=xascJDEh1jEC1VAuQZaFMrd3pu5OwIsd7OArwdcgXNHrUd7h/6cEtBllZjatEUc1Q 3naCTa9s+2lQH8NJwhCeXhHOiRCwld4X3oYke/Hf1w9rWedyb0H68/CQRrJ0f2LlbY bdT5PSwmDSUZaad9mbPdMo+J+BHB/IvbKfTEWrEI=
From: Martin Thomson <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+0166e4abcdb6e8085d031fce58f77e30dc492861d0375f7092cf00000001185f504e92a169ce17f58684@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/issues/2360@github.com>
Subject: [quicwg/base-drafts] 0-RTT flow control lmits can't be increased (#2360)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5c478e4ee4ad5_46bb3f85beed45bc4191dd"; 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/s7DvqsmNT4jrE6ssfefAPl6nehI>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
List-Id: Notification list for GitHub issues related to the QUIC WG <quic-issues.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=unsubscribe>
List-Archive: <https://mailarchive.ietf.org/arch/browse/quic-issues/>
List-Post: <mailto:quic-issues@ietf.org>
List-Help: <mailto:quic-issues-request@ietf.org?subject=help>
List-Subscribe: <https://www.ietf.org/mailman/listinfo/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=subscribe>
X-List-Received-Date: Tue, 22 Jan 2019 21:42:41 -0000

----==_mimepart_5c478e4ee4ad5_46bb3f85beed45bc4191dd
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

In #2344, we discuss what can be sent in 0-RTT.  We realized that while in theory the client should not be accepting 1-RTT packets from the server and then sending 0-RTT, there is nothing to prevent that.

The proposed defense is to prohibit the client from using increased limits (on flow control or streams) that it might have learned from 1-RTT packets.  This ensures that 0-RTT - the parts of the connection that might be replayed - are strictly limited to the initial limits.  Like many other things, we would require the client not to exceed this limits and merely allow the server to enforce that, in case the server was not inclined 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/2360
----==_mimepart_5c478e4ee4ad5_46bb3f85beed45bc4191dd
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="400556569" data-permission-text="Issue title is private" data-url="https://github.com/quicwg/base-drafts/issues/2344" data-hovercard-type="issue" data-hovercard-url="/quicwg/base-drafts/issues/2344/hovercard" href="https://github.com/quicwg/base-drafts/issues/2344">#2344</a>, we discuss what can be sent in 0-RTT.  We realized that while in theory the client should not be accepting 1-RTT packets from the server and then sending 0-RTT, there is nothing to prevent that.</p>
<p>The proposed defense is to prohibit the client from using increased limits (on flow control or streams) that it might have learned from 1-RTT packets.  This ensures that 0-RTT - the parts of the connection that might be replayed - are strictly limited to the initial limits.  Like many other things, we would require the client not to exceed this limits and merely allow the server to enforce that, in case the server was not inclined 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/2360">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AWbkq0uuvXXO-sn-JQ8uAP-ZHgo1K8kHks5vF4XOgaJpZM4aNlJo">mute the thread</a>.<img src="https://github.com/notifications/beacon/AWbkq3hwFCogFfa0PQ24BTRcihzqE0Yrks5vF4XOgaJpZM4aNlJo.gif" height="1" width="1" alt="" /></p>
<script type="application/json" data-scope="inboxmarkup">{"api_version":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name":"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"https://github.githubassets.com/images/email/message_cards/header.png","avatar_image_url":"https://github.githubassets.com/images/email/message_cards/avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/quicwg/base-drafts"}},"updates":{"snippets":[{"icon":"DESCRIPTION","message":"0-RTT flow control lmits can't be increased (#2360)"}],"action":{"name":"View Issue","url":"https://github.com/quicwg/base-drafts/issues/2360"}}}</script>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/issues/2360",
"url": "https://github.com/quicwg/base-drafts/issues/2360",
"name": "View Issue"
},
"description": "View this Issue on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>
----==_mimepart_5c478e4ee4ad5_46bb3f85beed45bc4191dd--


From nobody Tue Jan 22 13:49: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 CB04C13114E for <quic-issues@ietfa.amsl.com>; Tue, 22 Jan 2019 13:48:57 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -7.553
X-Spam-Level: 
X-Spam-Status: No, score=-7.553 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIMWL_WL_HIGH=-4.553, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-1, RCVD_IN_DNSWL_NONE=-0.0001, SPF_PASS=-0.001] autolearn=ham autolearn_force=no
Authentication-Results: ietfa.amsl.com (amavisd-new); dkim=pass (1024-bit key) header.d=github.com
Received: from mail.ietf.org ([4.31.198.44]) by localhost (ietfa.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 8YplLPTdSRb7 for <quic-issues@ietfa.amsl.com>; Tue, 22 Jan 2019 13:48:55 -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 C524D13114A for <quic-issues@ietf.org>; Tue, 22 Jan 2019 13:48:54 -0800 (PST)
DKIM-Signature: v=1; a=rsa-sha1; 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=frmkhutZEe/FIEpg/NGdCwrXud0=; b=px7wyGW6MTQGKy6j hUzxdxfXPV++Wf/3tdKjpaD+njTE8U91ophKtQpZ4EGOQSYRtdOn75IqXpSb5j04 fEKXJOvzAtCzt3oqUYdMFDHJO/CMrJpHPGw2Ak3ws2QmYT9QMb4qGRFtCOfJEMGJ oBHKW9Kq8jnhR54JUhfDQEYe3IM=
Received: by filter1487p1mdw1.sendgrid.net with SMTP id filter1487p1mdw1-5657-5C478FC5-31 2019-01-22 21:48:53.827418996 +0000 UTC m=+682808.291542658
Received: from github-lowworker-0b1e58d.cp1-iad.github.net (unknown [192.30.252.43]) by ismtpd0038p1iad2.sendgrid.net (SG) with ESMTP id fTt3-PqRQr2VZPQcknr3Vg for <quic-issues@ietf.org>; Tue, 22 Jan 2019 21:48:53.788 +0000 (UTC)
Received: from github.com (localhost [127.0.0.1]) by github-lowworker-0b1e58d.cp1-iad.github.net (Postfix) with ESMTP id BC48E3E0852 for <quic-issues@ietf.org>; Tue, 22 Jan 2019 13:48:53 -0800 (PST)
Date: Tue, 22 Jan 2019 21:48:53 +0000 (UTC)
From: Martin Thomson <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+0166e4abe50fe79fc34c6b708c8ae28c3a4ace1e7b41e9b292cf00000001185f51c592a169ce17f4906c@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/issues/2358/456576462@github.com>
In-Reply-To: <quicwg/base-drafts/issues/2358@github.com>
References: <quicwg/base-drafts/issues/2358@github.com>
Subject: Re: [quicwg/base-drafts] Are Separate Uni and Bidi Stream Limits Meaningful? (#2358)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5c478fc5bae7e_14403fc50d2d45bc730a0"; 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-SG-EID: l64QuQ2uJCcEyUykJbxN122A6QRmEpucztpreh3Pak00cuIUadYy3D5l1VgadNlCyFkjMWZrsbwgYr PXrC84z4oVvuhZuh7IGMos3qHJzLB4Ngwx4hVR8s00V4N2t27x/gGrzgXkrbFepdi11iwdy5/k35ui cSJuzlSfgfKW6oWar49IZEj8aYZuJ5CgAz6tGpwF2u0MvWQb2Qu2nacby7TXBpua8FFvMdgXsXVb7M U=
Archived-At: <https://mailarchive.ietf.org/arch/msg/quic-issues/DuCMCXOKIxsX0n3d87S5Ch5WNOE>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
List-Id: Notification list for GitHub issues related to the QUIC WG <quic-issues.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=unsubscribe>
List-Archive: <https://mailarchive.ietf.org/arch/browse/quic-issues/>
List-Post: <mailto:quic-issues@ietf.org>
List-Help: <mailto:quic-issues-request@ietf.org?subject=help>
List-Subscribe: <https://www.ietf.org/mailman/listinfo/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=subscribe>
X-List-Received-Date: Tue, 22 Jan 2019 21:48:58 -0000

----==_mimepart_5c478fc5bae7e_14403fc50d2d45bc730a0
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

Though functionally a bidirectional stream with accompanying STOP_SENDING looks like a unidirectional stream, it is unlikely that an application protocol will treat it as being unidirectional, because the type of stream is input to processing - bidirectional streams have different semantics.  So I think that we *can* rely on application protocols dealing with this case properly.

But the split has utility.  At least in h3, this avoids the problem @LPardue describes.  Firefox treats responses to requests and pushes very differently from a flow control perspective and the split there makes things considerably more efficient for us.  MAX_PUSH_ID is insufficient - we want that to be much higher than the number of concurrent unidirectional streams so that we can learn about potential pushes.  The actual limit needs to be lower, particular since the utility of push is... questionable.

I can only speculate about other protocols, but I think that we have enough justification here to keep the design 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/issues/2358#issuecomment-456576462
----==_mimepart_5c478fc5bae7e_14403fc50d2d45bc730a0
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: quoted-printable

<p>Though functionally a bidirectional stream with accompanying STOP_SENDIN=
G looks like a unidirectional stream, it is unlikely that an application pr=
otocol will treat it as being unidirectional, because the type of stream is=
 input to processing - bidirectional streams have different semantics.  So =
I think that we <em>can</em> rely on application protocols dealing with thi=
s case properly.</p>
<p>But the split has utility.  At least in h3, this avoids the problem <a c=
lass=3D"user-mention" data-hovercard-type=3D"user" data-hovercard-url=3D"/h=
overcards?user_id=3D6571445" data-octo-click=3D"hovercard-link-click" data-=
octo-dimensions=3D"link_type:self" href=3D"https://github.com/LPardue">@LPa=
rdue</a> describes.  Firefox treats responses to requests and pushes very d=
ifferently from a flow control perspective and the split there makes things=
 considerably more efficient for us.  MAX_PUSH_ID is insufficient - we want=
 that to be much higher than the number of concurrent unidirectional stream=
s so that we can learn about potential pushes.  The actual limit needs to b=
e lower, particular since the utility of push is... questionable.</p>
<p>I can only speculate about other protocols, but I think that we have eno=
ugh justification here to keep the design as-is.</p>

<p style=3D"font-size:small;-webkit-text-size-adjust:none;color:#666;">&mda=
sh;<br />You are receiving this because you are subscribed to this thread.<=
br />Reply to this email directly, <a href=3D"https://github.com/quicwg/bas=
e-drafts/issues/2358#issuecomment-456576462">view it on GitHub</a>, or <a h=
ref=3D"https://github.com/notifications/unsubscribe-auth/AWbkq2NilgjSThf1cP=
Sg5fe46sgct2Mxks5vF4dFgaJpZM4aNS3I">mute the thread</a>.<img src=3D"https:/=
/github.com/notifications/beacon/AWbkq7vdxLtiBDapGQVEaRWNW-V6pHwWks5vF4dFga=
JpZM4aNS3I.gif" height=3D"1" width=3D"1" alt=3D"" /></p>
<script type=3D"application/json" data-scope=3D"inboxmarkup">{"api_version"=
:"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name":"Gi=
tHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"quicwg=
/base-drafts","subtitle":"GitHub repository","main_image_url":"https://gith=
ub.githubassets.com/images/email/message_cards/header.png","avatar_image_ur=
l":"https://github.githubassets.com/images/email/message_cards/avatar.png",=
"action":{"name":"Open in GitHub","url":"https://github.com/quicwg/base-dra=
fts"}},"updates":{"snippets":[{"icon":"PERSON","message":"@martinthomson in=
 #2358: Though functionally a bidirectional stream with accompanying STOP_S=
ENDING looks like a unidirectional stream, it is unlikely that an applicati=
on protocol will treat it as being unidirectional, because the type of stre=
am is input to processing - bidirectional streams have different semantics.=
  So I think that we *can* rely on application protocols dealing with this =
case properly.\r\n\r\nBut the split has utility.  At least in h3, this avoi=
ds the problem @LPardue describes.  Firefox treats responses to requests an=
d pushes very differently from a flow control perspective and the split the=
re makes things considerably more efficient for us.  MAX_PUSH_ID is insuffi=
cient - we want that to be much higher than the number of concurrent unidir=
ectional streams so that we can learn about potential pushes.  The actual l=
imit needs to be lower, particular since the utility of push is... question=
able.\r\n\r\nI can only speculate about other protocols, but I think that w=
e have enough justification here to keep the design as-is."}],"action":{"na=
me":"View Issue","url":"https://github.com/quicwg/base-drafts/issues/2358#i=
ssuecomment-456576462"}}}</script>
<script type=3D"application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/issues/2358#issuecomment-4=
56576462",
"url": "https://github.com/quicwg/base-drafts/issues/2358#issuecomment-4565=
76462",
"name": "View Issue"
},
"description": "View this Issue on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>=

----==_mimepart_5c478fc5bae7e_14403fc50d2d45bc730a0--


From nobody Tue Jan 22 15: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 6A297131194 for <quic-issues@ietfa.amsl.com>; Tue, 22 Jan 2019 15:24:35 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -11.007
X-Spam-Level: 
X-Spam-Status: No, score=-11.007 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIMWL_WL_HIGH=-4.553, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, HTML_IMAGE_ONLY_20=1.546, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-1, RCVD_IN_DNSWL_HI=-5, SPF_PASS=-0.001] autolearn=ham autolearn_force=no
Authentication-Results: ietfa.amsl.com (amavisd-new); dkim=pass (1024-bit key) header.d=github.com
Received: from mail.ietf.org ([4.31.198.44]) by localhost (ietfa.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 74ipKLAtq1iL for <quic-issues@ietfa.amsl.com>; Tue, 22 Jan 2019 15:24: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 B78EC131191 for <quic-issues@ietf.org>; Tue, 22 Jan 2019 15:24:33 -0800 (PST)
Date: Tue, 22 Jan 2019 15:24:32 -0800
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1548199472; bh=LCVKu/QXW3P5f8e4KFFwvGwo89IEts+kgMOvpj2B0/M=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=RrycBUO+xfqaSewuaKUcBnxyQEE4PXOgw1exFkw5cYJvKwiE2yE/E+kFOmK9u5RIP FxMH4uy7STC1u82brK67eOiLZB8jh+0X95SukfqZbpebyzYGwotoz5zmEIpqpQQCSN OsPz5tvDQtYidUak0Lzh7kZEAk+OjDs0V+XM+VcI=
From: Martin Thomson <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+0166e4abfcadd3fb7fcf59c5b3c630b833d19328b4ac7cdc92cf00000001185f683092a169ce174c0707@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/issues/2158/456604356@github.com>
In-Reply-To: <quicwg/base-drafts/issues/2158@github.com>
References: <quicwg/base-drafts/issues/2158@github.com>
Subject: Re: [quicwg/base-drafts] Why is ipAddress variable length (#2158)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5c47a630a724e_34343ff2afcd45c41230f9"; 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/Ljh-byIicXwjCsdEtDzK3RRQUW8>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
List-Id: Notification list for GitHub issues related to the QUIC WG <quic-issues.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=unsubscribe>
List-Archive: <https://mailarchive.ietf.org/arch/browse/quic-issues/>
List-Post: <mailto:quic-issues@ietf.org>
List-Help: <mailto:quic-issues-request@ietf.org?subject=help>
List-Subscribe: <https://www.ietf.org/mailman/listinfo/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=subscribe>
X-List-Received-Date: Tue, 22 Jan 2019 23:24:35 -0000

----==_mimepart_5c47a630a724e_34343ff2afcd45c41230f9
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

Fixed with recent 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/2158#issuecomment-456604356
----==_mimepart_5c47a630a724e_34343ff2afcd45c41230f9
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

<p>Fixed with recent 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/2158#issuecomment-456604356">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AWbkq0Ur-JrdB9NP6cvAutF1r2UUA7OCks5vF52wgaJpZM4ZSax3">mute the thread</a>.<img src="https://github.com/notifications/beacon/AWbkq7NZH78Hm5CVYxf4wkeln2XFWniVks5vF52wgaJpZM4ZSax3.gif" height="1" width="1" alt="" /></p>
<script type="application/json" data-scope="inboxmarkup">{"api_version":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name":"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"https://github.githubassets.com/images/email/message_cards/header.png","avatar_image_url":"https://github.githubassets.com/images/email/message_cards/avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/quicwg/base-drafts"}},"updates":{"snippets":[{"icon":"PERSON","message":"@martinthomson in #2158: Fixed with recent changes."}],"action":{"name":"View Issue","url":"https://github.com/quicwg/base-drafts/issues/2158#issuecomment-456604356"}}}</script>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/issues/2158#issuecomment-456604356",
"url": "https://github.com/quicwg/base-drafts/issues/2158#issuecomment-456604356",
"name": "View Issue"
},
"description": "View this Issue on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>
----==_mimepart_5c47a630a724e_34343ff2afcd45c41230f9--


From nobody Tue Jan 22 15: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 B8C74131191 for <quic-issues@ietfa.amsl.com>; Tue, 22 Jan 2019 15:24:36 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -10.935
X-Spam-Level: 
X-Spam-Status: No, score=-10.935 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIMWL_WL_HIGH=-4.553, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, HTML_IMAGE_ONLY_24=1.618, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-1, RCVD_IN_DNSWL_HI=-5, SPF_PASS=-0.001] autolearn=ham autolearn_force=no
Authentication-Results: ietfa.amsl.com (amavisd-new); dkim=pass (1024-bit key) header.d=github.com
Received: from mail.ietf.org ([4.31.198.44]) by localhost (ietfa.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id DLMsxQXXpSci for <quic-issues@ietfa.amsl.com>; Tue, 22 Jan 2019 15:24: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 4F242131193 for <quic-issues@ietf.org>; Tue, 22 Jan 2019 15:24:35 -0800 (PST)
Date: Tue, 22 Jan 2019 15:24:34 -0800
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1548199474; bh=H0Nbek1FLM5wan/bgkMxc8WumeXynwN+cuqkhTthZoM=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=v2zorEtaIRYip8TW/bKAlD2Xy7nApWXNHeW80S6XFDc+PcaELBUxxoWZpF8+tXd7r rwn6mno7G99tW3nFdLZxck2c6KdQECQBjjY4/ztwaEHjJw6BraZQcPwFRzEkwmJMIQ Ppb3PIGQgU8p91/qfZzSGaOtaTEugR37prlV3iB0=
From: Martin Thomson <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+0166e4abc80b7950bc7edb026d079c521e94eea94aa8c6d692cf00000001185f683292a169ce174c0707@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/issue/2158/issue_event/2090246089@github.com>
In-Reply-To: <quicwg/base-drafts/issues/2158@github.com>
References: <quicwg/base-drafts/issues/2158@github.com>
Subject: Re: [quicwg/base-drafts] Why is ipAddress variable length (#2158)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5c47a63229c6a_47ed3fbd286d45b456188"; 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/mHvC6qlyEewUHnlxGzFz5tqomdM>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
List-Id: Notification list for GitHub issues related to the QUIC WG <quic-issues.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=unsubscribe>
List-Archive: <https://mailarchive.ietf.org/arch/browse/quic-issues/>
List-Post: <mailto:quic-issues@ietf.org>
List-Help: <mailto:quic-issues-request@ietf.org?subject=help>
List-Subscribe: <https://www.ietf.org/mailman/listinfo/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=subscribe>
X-List-Received-Date: Tue, 22 Jan 2019 23:24:37 -0000

----==_mimepart_5c47a63229c6a_47ed3fbd286d45b456188
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

Closed #2158.

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/quicwg/base-drafts/issues/2158#event-2090246089
----==_mimepart_5c47a63229c6a_47ed3fbd286d45b456188
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="390858503" data-permission-text="Issue title is private" data-url="https://github.com/quicwg/base-drafts/issues/2158" data-hovercard-type="issue" data-hovercard-url="/quicwg/base-drafts/issues/2158/hovercard" href="https://github.com/quicwg/base-drafts/issues/2158">#2158</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/2158#event-2090246089">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AWbkq2U_aI7NbEAPYerVfZlSlnv3J01Dks5vF52ygaJpZM4ZSax3">mute the thread</a>.<img src="https://github.com/notifications/beacon/AWbkqz1qjr0-eunbX1stgOOOKTkR98ZOks5vF52ygaJpZM4ZSax3.gif" height="1" width="1" alt="" /></p>
<script type="application/json" data-scope="inboxmarkup">{"api_version":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name":"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"https://github.githubassets.com/images/email/message_cards/header.png","avatar_image_url":"https://github.githubassets.com/images/email/message_cards/avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/quicwg/base-drafts"}},"updates":{"snippets":[{"icon":"DESCRIPTION","message":"Closed #2158."}],"action":{"name":"View Issue","url":"https://github.com/quicwg/base-drafts/issues/2158#event-2090246089"}}}</script>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/issues/2158#event-2090246089",
"url": "https://github.com/quicwg/base-drafts/issues/2158#event-2090246089",
"name": "View Issue"
},
"description": "View this Issue on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>
----==_mimepart_5c47a63229c6a_47ed3fbd286d45b456188--


From nobody Tue Jan 22 15: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 15FFE131196 for <quic-issues@ietfa.amsl.com>; Tue, 22 Jan 2019 15:26:14 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -10.935
X-Spam-Level: 
X-Spam-Status: No, score=-10.935 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIMWL_WL_HIGH=-4.553, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, HTML_IMAGE_ONLY_24=1.618, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-1, RCVD_IN_DNSWL_HI=-5, SPF_PASS=-0.001] autolearn=ham autolearn_force=no
Authentication-Results: ietfa.amsl.com (amavisd-new); dkim=pass (1024-bit key) header.d=github.com
Received: from mail.ietf.org ([4.31.198.44]) by localhost (ietfa.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id snOdR63Icy_4 for <quic-issues@ietfa.amsl.com>; Tue, 22 Jan 2019 15:26: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 602D8131194 for <quic-issues@ietf.org>; Tue, 22 Jan 2019 15:26:12 -0800 (PST)
Date: Tue, 22 Jan 2019 15:26:11 -0800
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1548199571; bh=Cj+Te8Hjn+U6QjagY8vIwJxzRAKX5Lv+Evm7C+3mMG0=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=HwTbZpw8KYB4Dx9X177d6sP31ifVpFFHgpmwlXo4UP7RYDT9NG9Tys4E1GIuJ8XgJ PI1lHHpradYjeom1NkJFTq+ncTGHpAwd1fOsPi6G+0cBWUtVIiOU3OnpN5fjta5a/x oD5aM6omfRVAZi3ZR2mw41y0YHNPLLrpwpnP3h00=
From: Martin Thomson <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+0166e4ab525592bdb9363fb5d14fa0dc0652182e08bb07bd92cf00000001185f689392a169ce179b352f@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/issues/2294/456604945@github.com>
In-Reply-To: <quicwg/base-drafts/issues/2294@github.com>
References: <quicwg/base-drafts/issues/2294@github.com>
Subject: Re: [quicwg/base-drafts] Why must we not use post-handshake client auth? (#2294)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5c47a6936050c_4ad3fbf572d45b4134198"; 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/3ASHR_Vjipi4yi9ntYInJV9cu20>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
List-Id: Notification list for GitHub issues related to the QUIC WG <quic-issues.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=unsubscribe>
List-Archive: <https://mailarchive.ietf.org/arch/browse/quic-issues/>
List-Post: <mailto:quic-issues@ietf.org>
List-Help: <mailto:quic-issues-request@ietf.org?subject=help>
List-Subscribe: <https://www.ietf.org/mailman/listinfo/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=subscribe>
X-List-Received-Date: Tue, 22 Jan 2019 23:26:14 -0000

----==_mimepart_5c47a6936050c_4ad3fbf572d45b4134198
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

Closing on the basis that this is a question and we're not obligated to explain every design choice.  PRs are always welcome for this sort of thing if you don't like 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/2294#issuecomment-456604945
----==_mimepart_5c47a6936050c_4ad3fbf572d45b4134198
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

<p>Closing on the basis that this is a question and we're not obligated to explain every design choice.  PRs are always welcome for this sort of thing if you don't like 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/2294#issuecomment-456604945">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AWbkq6-ovkem_M8vb7mrSfsFWPzOfMQ2ks5vF54TgaJpZM4ZsX4O">mute the thread</a>.<img src="https://github.com/notifications/beacon/AWbkq5ik6MLzWZIrQETeqDE2pnSHFxBJks5vF54TgaJpZM4ZsX4O.gif" height="1" width="1" alt="" /></p>
<script type="application/json" data-scope="inboxmarkup">{"api_version":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name":"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"https://github.githubassets.com/images/email/message_cards/header.png","avatar_image_url":"https://github.githubassets.com/images/email/message_cards/avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/quicwg/base-drafts"}},"updates":{"snippets":[{"icon":"PERSON","message":"@martinthomson in #2294: Closing on the basis that this is a question and we're not obligated to explain every design choice.  PRs are always welcome for this sort of thing if you don't like that."}],"action":{"name":"View Issue","url":"https://github.com/quicwg/base-drafts/issues/2294#issuecomment-456604945"}}}</script>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/issues/2294#issuecomment-456604945",
"url": "https://github.com/quicwg/base-drafts/issues/2294#issuecomment-456604945",
"name": "View Issue"
},
"description": "View this Issue on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>
----==_mimepart_5c47a6936050c_4ad3fbf572d45b4134198--


From nobody Tue Jan 22 15:26: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 6569B131196 for <quic-issues@ietfa.amsl.com>; Tue, 22 Jan 2019 15:26:15 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -10.935
X-Spam-Level: 
X-Spam-Status: No, score=-10.935 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIMWL_WL_HIGH=-4.553, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, HTML_IMAGE_ONLY_24=1.618, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-1, RCVD_IN_DNSWL_HI=-5, SPF_PASS=-0.001] autolearn=ham autolearn_force=no
Authentication-Results: ietfa.amsl.com (amavisd-new); dkim=pass (1024-bit key) header.d=github.com
Received: from mail.ietf.org ([4.31.198.44]) by localhost (ietfa.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id dVhSTM8zaxDn for <quic-issues@ietfa.amsl.com>; Tue, 22 Jan 2019 15:26: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 E6E70131191 for <quic-issues@ietf.org>; Tue, 22 Jan 2019 15:26:13 -0800 (PST)
Date: Tue, 22 Jan 2019 15:26:12 -0800
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1548199573; bh=HMsQLCgeelC8GYZI9g1tl4ubT2N+6/Zzs/QnAUh8rNk=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=zUDicb1w4EoRgkJM0zW31ROj2tyXLYBcaPxi5yrD/F6L0dJwSEJvfNSGDayV7lLAz hV8EjUNGg9NzOsR8BZ+rcn6V16XAkxctXmYXwfqYcfWYR3NOHTeQ7xx4Tj/Z9JK+Yp XYbU6EgWhMV1C/HQom9O587KwY/WVi7rOqg2tWnw=
From: Martin Thomson <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+0166e4abe19a603c7bd3ff3c90984d8385cce634bd0f71bc92cf00000001185f689492a169ce179b352f@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/issue/2294/issue_event/2090249146@github.com>
In-Reply-To: <quicwg/base-drafts/issues/2294@github.com>
References: <quicwg/base-drafts/issues/2294@github.com>
Subject: Re: [quicwg/base-drafts] Why must we not use post-handshake client auth? (#2294)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5c47a694f385d_29ca3ff4286d45b4310299"; 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/DBRiZ1iDU5KwyVNDTBmFktFL8e8>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
List-Id: Notification list for GitHub issues related to the QUIC WG <quic-issues.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=unsubscribe>
List-Archive: <https://mailarchive.ietf.org/arch/browse/quic-issues/>
List-Post: <mailto:quic-issues@ietf.org>
List-Help: <mailto:quic-issues-request@ietf.org?subject=help>
List-Subscribe: <https://www.ietf.org/mailman/listinfo/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=subscribe>
X-List-Received-Date: Tue, 22 Jan 2019 23:26:16 -0000

----==_mimepart_5c47a694f385d_29ca3ff4286d45b4310299
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

Closed #2294.

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/quicwg/base-drafts/issues/2294#event-2090249146
----==_mimepart_5c47a694f385d_29ca3ff4286d45b4310299
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="396047663" data-permission-text="Issue title is private" data-url="https://github.com/quicwg/base-drafts/issues/2294" data-hovercard-type="issue" data-hovercard-url="/quicwg/base-drafts/issues/2294/hovercard" href="https://github.com/quicwg/base-drafts/issues/2294">#2294</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/2294#event-2090249146">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AWbkq3tvACK69xaXKhxmx68lS2D_IHnPks5vF54UgaJpZM4ZsX4O">mute the thread</a>.<img src="https://github.com/notifications/beacon/AWbkqyDW1oXbrshp6HqJav3_cvxbp6nWks5vF54UgaJpZM4ZsX4O.gif" height="1" width="1" alt="" /></p>
<script type="application/json" data-scope="inboxmarkup">{"api_version":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name":"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"https://github.githubassets.com/images/email/message_cards/header.png","avatar_image_url":"https://github.githubassets.com/images/email/message_cards/avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/quicwg/base-drafts"}},"updates":{"snippets":[{"icon":"DESCRIPTION","message":"Closed #2294."}],"action":{"name":"View Issue","url":"https://github.com/quicwg/base-drafts/issues/2294#event-2090249146"}}}</script>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/issues/2294#event-2090249146",
"url": "https://github.com/quicwg/base-drafts/issues/2294#event-2090249146",
"name": "View Issue"
},
"description": "View this Issue on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>
----==_mimepart_5c47a694f385d_29ca3ff4286d45b4310299--


From nobody Tue Jan 22 15:30: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 C56C51310F5 for <quic-issues@ietfa.amsl.com>; Tue, 22 Jan 2019 15:30:30 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -11.007
X-Spam-Level: 
X-Spam-Status: No, score=-11.007 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIMWL_WL_HIGH=-4.553, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, HTML_IMAGE_ONLY_20=1.546, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-1, RCVD_IN_DNSWL_HI=-5, SPF_PASS=-0.001] autolearn=ham autolearn_force=no
Authentication-Results: ietfa.amsl.com (amavisd-new); dkim=pass (1024-bit key) header.d=github.com
Received: from mail.ietf.org ([4.31.198.44]) by localhost (ietfa.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id Rs52MC5pAWBH for <quic-issues@ietfa.amsl.com>; Tue, 22 Jan 2019 15:30: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 4867013119E for <quic-issues@ietf.org>; Tue, 22 Jan 2019 15:30:29 -0800 (PST)
Date: Tue, 22 Jan 2019 15:30:28 -0800
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1548199828; bh=PqW12cv8Q7pn2QSjTD55PGhK56rTOkl3D5xG/E5SRqg=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=cGAf6cyI1O34Q11E2JR331W5F1Zc3oL/Iwy+FHmeca5hS5i2JtJ0f9B/tOWPTqX2K +WZZDIkv8KpVDDBKaqy/rIS7yzGmWgLxrxQN8Q7mblaA9T0xFkiHxW07l1BxPSuHy5 mzDT9fquxrwVHDziT5iiC8msvaC2VCWVmhcTxS5c=
From: Kazuho Oku <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+0166e4aba4d4fa292ba2c54edf2ee60fbae8f057fe0a408592cf00000001185f699492a169ce17f58684@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/issues/2360/456606152@github.com>
In-Reply-To: <quicwg/base-drafts/issues/2360@github.com>
References: <quicwg/base-drafts/issues/2360@github.com>
Subject: Re: [quicwg/base-drafts] 0-RTT flow control limits can't be increased (#2360)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5c47a79473bcc_47c33ff03cad45b4248198"; 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/gvlvt6PHHChHGGvdEFL9fFDJqHA>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
List-Id: Notification list for GitHub issues related to the QUIC WG <quic-issues.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=unsubscribe>
List-Archive: <https://mailarchive.ietf.org/arch/browse/quic-issues/>
List-Post: <mailto:quic-issues@ietf.org>
List-Help: <mailto:quic-issues-request@ietf.org?subject=help>
List-Subscribe: <https://www.ietf.org/mailman/listinfo/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=subscribe>
X-List-Received-Date: Tue, 22 Jan 2019 23:30:31 -0000

----==_mimepart_5c47a79473bcc_47c33ff03cad45b4248198
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

:+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/2360#issuecomment-456606152
----==_mimepart_5c47a79473bcc_47c33ff03cad45b4248198
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: quoted-printable

<p><g-emoji class=3D"g-emoji" alias=3D"+1" fallback-src=3D"https://github=
.githubassets.com/images/icons/emoji/unicode/1f44d.png">=F0=9F=91=8D</g-e=
moji></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/2360#issuecomment-456606152">view it on GitHub</a>,=
 or <a href=3D"https://github.com/notifications/unsubscribe-auth/AWbkqzNj=
qUDXSV8T0VRi2Gr1kIA3jwJ3ks5vF58UgaJpZM4aNlJo">mute the thread</a>.<img sr=
c=3D"https://github.com/notifications/beacon/AWbkq6RxNITGPYmGrptK42NifDPK=
EHsSks5vF58UgaJpZM4aNlJo.gif" height=3D"1" width=3D"1" alt=3D"" /></p>=0D=

<script type=3D"application/json" data-scope=3D"inboxmarkup">{"api_versio=
n":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name"=
:"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"=
quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"http=
s://github.githubassets.com/images/email/message_cards/header.png","avata=
r_image_url":"https://github.githubassets.com/images/email/message_cards/=
avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/q=
uicwg/base-drafts"}},"updates":{"snippets":[{"icon":"PERSON","message":"@=
kazuho in #2360: :+1:"}],"action":{"name":"View Issue","url":"https://git=
hub.com/quicwg/base-drafts/issues/2360#issuecomment-456606152"}}}</script=
>=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/2360#issuecomment=
-456606152",=0D
"url": "https://github.com/quicwg/base-drafts/issues/2360#issuecomment-45=
6606152",=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_5c47a79473bcc_47c33ff03cad45b4248198--


From nobody Tue Jan 22 15:40: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 95CDB1311A2 for <quic-issues@ietfa.amsl.com>; Tue, 22 Jan 2019 15:40:53 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -12.552
X-Spam-Level: 
X-Spam-Status: No, score=-12.552 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIMWL_WL_HIGH=-4.553, 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_PASS=-0.001] autolearn=ham autolearn_force=no
Authentication-Results: ietfa.amsl.com (amavisd-new); dkim=pass (1024-bit key) header.d=github.com
Received: from mail.ietf.org ([4.31.198.44]) by localhost (ietfa.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 0p_qPQJsFNHf for <quic-issues@ietfa.amsl.com>; Tue, 22 Jan 2019 15:40:52 -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 064971311A1 for <quic-issues@ietf.org>; Tue, 22 Jan 2019 15:40:52 -0800 (PST)
Date: Tue, 22 Jan 2019 15:40:51 -0800
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1548200451; bh=NoIUsSWxVCDArbBYVn0Is+c7RuzCyLubYa7ffEMoa1c=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=lr+o2+zoFNHjTtxMo2N5PK5Ood++DI/3HYYrhqnuW20OMyBRktTg0RVR74UgDkDVb FbwaibU3T/EDMsQrelXJ/ZB2pVnk+rlPP7zw1B7WTt03t6fggNkFNs3ia+zNbfrOgw iTcTp+ieykn8QvLPoIrT7tktaqY97lVly2/Qfiv4=
From: Martin Thomson <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+0166e4ab9c004438eced1d68cc496dcf1227621d85213dd192cf00000001185f6c0392a169ce17e45777@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/pull/2349/review/195286192@github.com>
In-Reply-To: <quicwg/base-drafts/pull/2349@github.com>
References: <quicwg/base-drafts/pull/2349@github.com>
Subject: Re: [quicwg/base-drafts] Correcting polarity of SPA language (#2349)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5c47aa032ab35_39693fd0b8cd45c44696e"; 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/78Y4HQkFWVI7mFGIEVSYOSc6Wms>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
List-Id: Notification list for GitHub issues related to the QUIC WG <quic-issues.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=unsubscribe>
List-Archive: <https://mailarchive.ietf.org/arch/browse/quic-issues/>
List-Post: <mailto:quic-issues@ietf.org>
List-Help: <mailto:quic-issues-request@ietf.org?subject=help>
List-Subscribe: <https://www.ietf.org/mailman/listinfo/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=subscribe>
X-List-Received-Date: Tue, 22 Jan 2019 23:40:53 -0000

----==_mimepart_5c47aa032ab35_39693fd0b8cd45c44696e
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

martinthomson commented on this pull request.



> @@ -2149,12 +2149,11 @@ MUST continue sending all future packets to the server's original IP address.
 A server might receive a packet addressed to its preferred IP address at any
 time after it accepts a connection.  If this packet contains a PATH_CHALLENGE
 frame, the server sends a PATH_RESPONSE frame as per {{migrate-validate}}.  The
-server MAY send other non-probing frames from its preferred address, but MUST
-continue sending all probing packets from its original IP address.
+server SHOULD send other non-probing frames from its original address until it

```suggestion
server MUST send other non-probing frames from its original address until 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/2349#pullrequestreview-195286192
----==_mimepart_5c47aa032ab35_39693fd0b8cd45c44696e
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/2349#discussi=
on_r250004788">draft-ietf-quic-transport.md</a>:</p>=0D
<pre style=3D'color:#555'>&gt; @@ -2149,12 +2149,11 @@ MUST continue send=
ing all future packets to the server&#39;s original IP address.=0D
 A server might receive a packet addressed to its preferred IP address at=
 any=0D
 time after it accepts a connection.  If this packet contains a PATH_CHAL=
LENGE=0D
 frame, the server sends a PATH_RESPONSE frame as per {{migrate-validate}=
}.  The=0D
-server MAY send other non-probing frames from its preferred address, but=
 MUST=0D
-continue sending all probing packets from its original IP address.=0D
+server SHOULD send other non-probing frames from its original address un=
til it=0D
</pre>=0D
=E2=AC=87=EF=B8=8F Suggested change=0D
<pre style=3D"color: #555">-server SHOULD send other non-probing frames f=
rom its original address until it=0D
+server MUST send other non-probing frames from its original address unti=
l it=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/2349#pullrequestreview-195286192">view it on GitHub</=
a>, or <a href=3D"https://github.com/notifications/unsubscribe-auth/AWbkq=
zK4GECbVjtmqN9ickGNNe7j_HrWks5vF6GDgaJpZM4aIbHp">mute the thread</a>.<img=
 src=3D"https://github.com/notifications/beacon/AWbkq_hcYrTQx2azqrs_R13uj=
7pZ6nJXks5vF6GDgaJpZM4aIbHp.gif" height=3D"1" width=3D"1" alt=3D"" /></p>=
=0D
<script type=3D"application/json" data-scope=3D"inboxmarkup">{"api_versio=
n":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name"=
:"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"=
quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"http=
s://github.githubassets.com/images/email/message_cards/header.png","avata=
r_image_url":"https://github.githubassets.com/images/email/message_cards/=
avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/q=
uicwg/base-drafts"}},"updates":{"snippets":[{"icon":"PERSON","message":"@=
martinthomson commented on #2349"}],"action":{"name":"View Pull Request",=
"url":"https://github.com/quicwg/base-drafts/pull/2349#pullrequestreview-=
195286192"}}}</script>=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/2349#pullrequestrev=
iew-195286192",=0D
"url": "https://github.com/quicwg/base-drafts/pull/2349#pullrequestreview=
-195286192",=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_5c47aa032ab35_39693fd0b8cd45c44696e--


From nobody Tue Jan 22 15:42: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 324701311A1 for <quic-issues@ietfa.amsl.com>; Tue, 22 Jan 2019 15:42:05 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -12.553
X-Spam-Level: 
X-Spam-Status: No, score=-12.553 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIMWL_WL_HIGH=-4.553, 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_PASS=-0.001] autolearn=ham autolearn_force=no
Authentication-Results: ietfa.amsl.com (amavisd-new); dkim=pass (1024-bit key) header.d=github.com
Received: from mail.ietf.org ([4.31.198.44]) by localhost (ietfa.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id EZactEwEv25I for <quic-issues@ietfa.amsl.com>; Tue, 22 Jan 2019 15:42:03 -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 19068129C6A for <quic-issues@ietf.org>; Tue, 22 Jan 2019 15:42:03 -0800 (PST)
Date: Tue, 22 Jan 2019 15:42:02 -0800
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1548200522; bh=oL08RLEyjRGAKx43JnJVyeaiEd/TQfFUrdG1tVCzxhY=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=BqXnICDti1yrbPfFk51rNtUfT9qdTSuJhm/JEijngA/evWCIHQNIBceORJEuk80IK Qf7dPgJcyImLe/u2NEGrt4AmgClJQF26nyT3FG8tC0LYJIWaQiWPZ6Gh/5Oo7TYFP2 5gAvz49QW+yTxUYinzUTMAff9tEBT6CDPhV4YGP4=
From: Kazuho Oku <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+0166e4abf63be48c6f46585289556ba9ce2ca63fc433d56592cf00000001185f6c4a92a169ce17e00219@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/issues/2344/456608801@github.com>
In-Reply-To: <quicwg/base-drafts/issues/2344@github.com>
References: <quicwg/base-drafts/issues/2344@github.com>
Subject: Re: [quicwg/base-drafts] RESET_STREAM should be allowed in 0-RTT packets (#2344)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5c47aa4a400d5_29de3fbd742d45bc110016"; 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/-wiZPP7AjevY_Fx1aHxAc9A_K4g>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
List-Id: Notification list for GitHub issues related to the QUIC WG <quic-issues.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=unsubscribe>
List-Archive: <https://mailarchive.ietf.org/arch/browse/quic-issues/>
List-Post: <mailto:quic-issues@ietf.org>
List-Help: <mailto:quic-issues-request@ietf.org?subject=help>
List-Subscribe: <https://www.ietf.org/mailman/listinfo/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=subscribe>
X-List-Received-Date: Tue, 22 Jan 2019 23:42:05 -0000

----==_mimepart_5c47aa4a400d5_29de3fbd742d45bc110016
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

@MikeBishop 
> Because the client here is an attacker. However, I'm not seeing as much threat related to this specific change -- this is something the client can do regardless (generating many connections and causing state to be allocated for each).

The difference between a DoS using 1-RTT packets and 0-RTT packets is that the latter requires far less CPU cost on the attacker-side. This is because an attacker can just retransmit the same packets from different source tuples, whereas in 1-RTT case, an attacker needs to do expensive crypto operations (especially DH) for each connection it establishes.

Therefore my preference goes to limiting the capability of 0-RTT.

I like #2360 (maybe more than the approach I described in 
https://github.com/quicwg/base-drafts/pull/2355#pullrequestreview-194800021), because it clearly limits what a client can do using 0-RTT _for streams_.

The remaining question is what we should do for non-stream-related frames.

I still think that it makes sense to disallow the use of any non-stream-related frame in 0-RTT packets, considering the fact that:
* the frames allowed by 0-RTT and 1-RTT packets are nevertheless going to be different (CRYPTO, ACK)
* in practice there's no reason to send non-stream-related frames in 0-RTT packets
* potential security issues related to replay

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/quicwg/base-drafts/issues/2344#issuecomment-456608801
----==_mimepart_5c47aa4a400d5_29de3fbd742d45bc110016
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=3D4273797" data-octo-click=3D"hovercard-link-c=
lick" data-octo-dimensions=3D"link_type:self" href=3D"https://github.com/=
MikeBishop">@MikeBishop</a></p>
<blockquote>
<p>Because the client here is an attacker. However, I'm not seeing as muc=
h threat related to this specific change -- this is something the client =
can do regardless (generating many connections and causing state to be al=
located for each).</p>
</blockquote>
<p>The difference between a DoS using 1-RTT packets and 0-RTT packets is =
that the latter requires far less CPU cost on the attacker-side. This is =
because an attacker can just retransmit the same packets from different s=
ource tuples, whereas in 1-RTT case, an attacker needs to do expensive cr=
ypto operations (especially DH) for each connection it establishes.</p>
<p>Therefore my preference goes to limiting the capability of 0-RTT.</p>
<p>I like <a class=3D"issue-link js-issue-link" data-error-text=3D"Failed=
 to load issue title" data-id=3D"401966724" data-permission-text=3D"Issue=
 title is private" data-url=3D"https://github.com/quicwg/base-drafts/issu=
es/2360" data-hovercard-type=3D"issue" data-hovercard-url=3D"/quicwg/base=
-drafts/issues/2360/hovercard" href=3D"https://github.com/quicwg/base-dra=
fts/issues/2360">#2360</a> (maybe more than the approach I described in<b=
r>
<a class=3D"issue-link js-issue-link" data-error-text=3D"Failed to load i=
ssue title" data-id=3D"401195460" data-permission-text=3D"Issue title is =
private" data-url=3D"https://github.com/quicwg/base-drafts/issues/2355" d=
ata-hovercard-type=3D"pull_request" data-hovercard-url=3D"/quicwg/base-dr=
afts/pull/2355/hovercard?comment_id=3D194800021&amp;comment_type=3Dreview=
" href=3D"https://github.com/quicwg/base-drafts/pull/2355#pullrequestrevi=
ew-194800021">#2355 (review)</a>), because it clearly limits what a clien=
t can do using 0-RTT <em>for streams</em>.</p>
<p>The remaining question is what we should do for non-stream-related fra=
mes.</p>
<p>I still think that it makes sense to disallow the use of any non-strea=
m-related frame in 0-RTT packets, considering the fact that:</p>
<ul>
<li>the frames allowed by 0-RTT and 1-RTT packets are nevertheless going =
to be different (CRYPTO, ACK)</li>
<li>in practice there's no reason to send non-stream-related frames in 0-=
RTT packets</li>
<li>potential security issues related to replay</li>
</ul>

<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/2344#issuecomment-456608801">view it on GitHub</a>,=
 or <a href=3D"https://github.com/notifications/unsubscribe-auth/AWbkq2YA=
3c6OkcfHS1y0nLLpmNXiguBaks5vF6HKgaJpZM4aHKE6">mute the thread</a>.<img sr=
c=3D"https://github.com/notifications/beacon/AWbkq6J16cb4P6KDGSZHzXIgfXar=
4gdPks5vF6HKgaJpZM4aHKE6.gif" height=3D"1" width=3D"1" alt=3D"" /></p>
<script type=3D"application/json" data-scope=3D"inboxmarkup">{"api_versio=
n":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name"=
:"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"=
quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"http=
s://github.githubassets.com/images/email/message_cards/header.png","avata=
r_image_url":"https://github.githubassets.com/images/email/message_cards/=
avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/q=
uicwg/base-drafts"}},"updates":{"snippets":[{"icon":"PERSON","message":"@=
kazuho in #2344: @MikeBishop \r\n\u003e Because the client here is an att=
acker. However, I'm not seeing as much threat related to this specific ch=
ange -- this is something the client can do regardless (generating many c=
onnections and causing state to be allocated for each).\r\n\r\nThe differ=
ence between a DoS using 1-RTT packets and 0-RTT packets is that the latt=
er requires far less CPU cost on the attacker-side. This is because an at=
tacker can just retransmit the same packets from different source tuples,=
 whereas in 1-RTT case, an attacker needs to do expensive crypto operatio=
ns (especially DH) for each connection it establishes.\r\n\r\nTherefore m=
y preference goes to limiting the capability of 0-RTT.\r\n\r\nI like #236=
0 (maybe more than the approach I described in \r\nhttps://github.com/qui=
cwg/base-drafts/pull/2355#pullrequestreview-194800021), because it clearl=
y limits what a client can do using 0-RTT _for streams_.\r\n\r\nThe remai=
ning question is what we should do for non-stream-related frames.\r\n\r\n=
I still think that it makes sense to disallow the use of any non-stream-r=
elated frame in 0-RTT packets, considering the fact that:\r\n* the frames=
 allowed by 0-RTT and 1-RTT packets are nevertheless going to be differen=
t (CRYPTO, ACK)\r\n* in practice there's no reason to send non-stream-rel=
ated frames in 0-RTT packets\r\n* potential security issues related to re=
play"}],"action":{"name":"View Issue","url":"https://github.com/quicwg/ba=
se-drafts/issues/2344#issuecomment-456608801"}}}</script>
<script type=3D"application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/issues/2344#issuecomment=
-456608801",
"url": "https://github.com/quicwg/base-drafts/issues/2344#issuecomment-45=
6608801",
"name": "View Issue"
},
"description": "View this Issue on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>=

----==_mimepart_5c47aa4a400d5_29de3fbd742d45bc110016--


From nobody Tue Jan 22 15:43: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 A37F01311A1 for <quic-issues@ietfa.amsl.com>; Tue, 22 Jan 2019 15:43:08 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -10.935
X-Spam-Level: 
X-Spam-Status: No, score=-10.935 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIMWL_WL_HIGH=-4.553, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, HTML_IMAGE_ONLY_24=1.618, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-1, RCVD_IN_DNSWL_HI=-5, SPF_PASS=-0.001] autolearn=ham autolearn_force=no
Authentication-Results: ietfa.amsl.com (amavisd-new); dkim=pass (1024-bit key) header.d=github.com
Received: from mail.ietf.org ([4.31.198.44]) by localhost (ietfa.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id tfqs_KzDrFjQ for <quic-issues@ietfa.amsl.com>; Tue, 22 Jan 2019 15:43: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 D012E13119E for <quic-issues@ietf.org>; Tue, 22 Jan 2019 15:43:06 -0800 (PST)
Date: Tue, 22 Jan 2019 15:43:06 -0800
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1548200586; bh=eBCy2uAWPoe1nk8ComD3PdN4d3/vG2xxNNq+p3XF/uw=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=gn86gRBJd/NVgZBfkJEQh7yf5M5q4i86WFLcX+fKWy/Dw2Gf7ArGcXozZ9+KWzmgp ghd+44L8K39ZwhVCmI6u6QoxTU/jSJ8Fw11uYBVNUMFfy7MMg4LnyD4tBCCWaRB+Bd H/ujKQ1ek22aJMtoEHjuR2UMWw3Vfa4lR7xPbA/M=
From: Martin Thomson <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+0166e4ab6c6c8a0bf007788771e3c46266f2a3d28f94feab92cf00000001185f6c8992a169ce17e62532@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/pull/2352/issue_event/2090275634@github.com>
In-Reply-To: <quicwg/base-drafts/pull/2352@github.com>
References: <quicwg/base-drafts/pull/2352@github.com>
Subject: Re: [quicwg/base-drafts] allow STOP_SENDING on implicitly opened streams (#2352)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5c47aa8a27df_7b523fd33ead45c01746ad"; 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/LqQXHr6JZQqPiOEe0R6jJ_S4fZA>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
List-Id: Notification list for GitHub issues related to the QUIC WG <quic-issues.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=unsubscribe>
List-Archive: <https://mailarchive.ietf.org/arch/browse/quic-issues/>
List-Post: <mailto:quic-issues@ietf.org>
List-Help: <mailto:quic-issues-request@ietf.org?subject=help>
List-Subscribe: <https://www.ietf.org/mailman/listinfo/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=subscribe>
X-List-Received-Date: Tue, 22 Jan 2019 23:43:09 -0000

----==_mimepart_5c47aa8a27df_7b523fd33ead45c01746ad
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

Closed #2352.

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/quicwg/base-drafts/pull/2352#event-2090275634
----==_mimepart_5c47aa8a27df_7b523fd33ead45c01746ad
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="400958770" data-permission-text="Issue title is private" data-url="https://github.com/quicwg/base-drafts/issues/2352" data-hovercard-type="pull_request" data-hovercard-url="/quicwg/base-drafts/pull/2352/hovercard" href="https://github.com/quicwg/base-drafts/pull/2352">#2352</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/2352#event-2090275634">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AWbkqxQHgjUML1_4TPc2g98JEbdM4oQnks5vF6IKgaJpZM4aI83x">mute the thread</a>.<img src="https://github.com/notifications/beacon/AWbkqxTkQq0v4UXio15rHauESpgDEsFfks5vF6IKgaJpZM4aI83x.gif" height="1" width="1" alt="" /></p>
<script type="application/json" data-scope="inboxmarkup">{"api_version":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name":"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"https://github.githubassets.com/images/email/message_cards/header.png","avatar_image_url":"https://github.githubassets.com/images/email/message_cards/avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/quicwg/base-drafts"}},"updates":{"snippets":[{"icon":"DESCRIPTION","message":"Closed #2352."}],"action":{"name":"View Pull Request","url":"https://github.com/quicwg/base-drafts/pull/2352#event-2090275634"}}}</script>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/pull/2352#event-2090275634",
"url": "https://github.com/quicwg/base-drafts/pull/2352#event-2090275634",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>
----==_mimepart_5c47aa8a27df_7b523fd33ead45c01746ad--


From nobody Tue Jan 22 15:43: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 3FD7F13119E for <quic-issues@ietfa.amsl.com>; Tue, 22 Jan 2019 15:43:10 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -10.935
X-Spam-Level: 
X-Spam-Status: No, score=-10.935 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIMWL_WL_HIGH=-4.553, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, HTML_IMAGE_ONLY_24=1.618, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-1, RCVD_IN_DNSWL_HI=-5, SPF_PASS=-0.001] autolearn=ham autolearn_force=no
Authentication-Results: ietfa.amsl.com (amavisd-new); dkim=pass (1024-bit key) header.d=github.com
Received: from mail.ietf.org ([4.31.198.44]) by localhost (ietfa.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id UwwL6V8hXUXI for <quic-issues@ietfa.amsl.com>; Tue, 22 Jan 2019 15:43:06 -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 9E2AF129C6A for <quic-issues@ietf.org>; Tue, 22 Jan 2019 15:43:06 -0800 (PST)
Date: Tue, 22 Jan 2019 15:43:05 -0800
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1548200585; bh=vl0M/EIXIQE/55IHW3eE2ogWpAnf0YPAgKIWc6KAyBQ=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=koGc8hZOhszfzv3EtWWE+JO3+HvpymJXaGWhy6UPRZk14NBUhwTLJYyWqF5bxc/rL n9+xg15iit+zHxAHUzuiAIOp2Xz72REBh6G1kNxmFERuRIhm4tUJEUPl/jUs8hDIhB 9yW/93jUt98ylg0b4DuuYYSd7TAhXBtgT7GoRldE=
From: Martin Thomson <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+0166e4ab6c6c8a0bf007788771e3c46266f2a3d28f94feab92cf00000001185f6c8992a169ce17e62532@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/pull/2352/c456609020@github.com>
In-Reply-To: <quicwg/base-drafts/pull/2352@github.com>
References: <quicwg/base-drafts/pull/2352@github.com>
Subject: Re: [quicwg/base-drafts] allow STOP_SENDING on implicitly opened streams (#2352)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5c47aa89be3d1_2aee3fbd742d45bc108132"; 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/BWyHzfb-ooxP1-68LK-ForYdbgE>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
List-Id: Notification list for GitHub issues related to the QUIC WG <quic-issues.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=unsubscribe>
List-Archive: <https://mailarchive.ietf.org/arch/browse/quic-issues/>
List-Post: <mailto:quic-issues@ietf.org>
List-Help: <mailto:quic-issues-request@ietf.org?subject=help>
List-Subscribe: <https://www.ietf.org/mailman/listinfo/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=subscribe>
X-List-Received-Date: Tue, 22 Jan 2019 23:43:10 -0000

----==_mimepart_5c47aa89be3d1_2aee3fbd742d45bc108132
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

#2354 supercedes 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/2352#issuecomment-456609020
----==_mimepart_5c47aa89be3d1_2aee3fbd742d45bc108132
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="401179328" data-permission-text="Issue title is private" data-url="https://github.com/quicwg/base-drafts/issues/2354" data-hovercard-type="pull_request" data-hovercard-url="/quicwg/base-drafts/pull/2354/hovercard" href="https://github.com/quicwg/base-drafts/pull/2354">#2354</a> supercedes 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/2352#issuecomment-456609020">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AWbkq7F1B1-aJ2SThshkE6lL6bdNUcAgks5vF6IJgaJpZM4aI83x">mute the thread</a>.<img src="https://github.com/notifications/beacon/AWbkqz9YVsmYhwpuINdiCnVUTsZnrf08ks5vF6IJgaJpZM4aI83x.gif" height="1" width="1" alt="" /></p>
<script type="application/json" data-scope="inboxmarkup">{"api_version":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name":"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"https://github.githubassets.com/images/email/message_cards/header.png","avatar_image_url":"https://github.githubassets.com/images/email/message_cards/avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/quicwg/base-drafts"}},"updates":{"snippets":[{"icon":"PERSON","message":"@martinthomson in #2352: #2354 supercedes this."}],"action":{"name":"View Pull Request","url":"https://github.com/quicwg/base-drafts/pull/2352#issuecomment-456609020"}}}</script>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/pull/2352#issuecomment-456609020",
"url": "https://github.com/quicwg/base-drafts/pull/2352#issuecomment-456609020",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>
----==_mimepart_5c47aa89be3d1_2aee3fbd742d45bc108132--


From nobody Tue Jan 22 15: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 5ACB51311A5 for <quic-issues@ietfa.amsl.com>; Tue, 22 Jan 2019 15:47:49 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -12.552
X-Spam-Level: 
X-Spam-Status: No, score=-12.552 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIMWL_WL_HIGH=-4.553, 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_PASS=-0.001] autolearn=ham autolearn_force=no
Authentication-Results: ietfa.amsl.com (amavisd-new); dkim=pass (1024-bit key) header.d=github.com
Received: from mail.ietf.org ([4.31.198.44]) by localhost (ietfa.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id niCnpZ5mCePV for <quic-issues@ietfa.amsl.com>; Tue, 22 Jan 2019 15:47: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 660281311A2 for <quic-issues@ietf.org>; Tue, 22 Jan 2019 15:47:47 -0800 (PST)
Date: Tue, 22 Jan 2019 15:47:46 -0800
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1548200866; bh=sXCTdDIM4FOfNrUFHdje5vuHQxsZ739p8pFiY7VnWpY=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=o3ADde6XCXyrWCwp4hQbXDqtayKRWN5TDolKZb3WQoR6A13XyyshCEdbBchbuEXrS paBvWBhiCkFzycVUvCWbpwiX35BtLGTFtMD4IDhS7q6rgtUR2+8Q3Noz6Trz+IYqtP OM1X6wHrpTzJhgaTRGu/m+IzQZ9K479BoRfz0j/8=
From: Martin Thomson <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+0166e4ab662cf467ffb310bcb6f33caad8c4ecf685cd24e092cf00000001185f6da292a169ce17e45777@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/pull/2349/review/195287960@github.com>
In-Reply-To: <quicwg/base-drafts/pull/2349@github.com>
References: <quicwg/base-drafts/pull/2349@github.com>
Subject: Re: [quicwg/base-drafts] Correcting polarity of SPA language (#2349)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5c47aba281045_7b623fd33ead45c0476d9"; 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/z1njPumqfBC-5fTcabhqjrB_pVQ>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
List-Id: Notification list for GitHub issues related to the QUIC WG <quic-issues.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=unsubscribe>
List-Archive: <https://mailarchive.ietf.org/arch/browse/quic-issues/>
List-Post: <mailto:quic-issues@ietf.org>
List-Help: <mailto:quic-issues-request@ietf.org?subject=help>
List-Subscribe: <https://www.ietf.org/mailman/listinfo/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=subscribe>
X-List-Received-Date: Tue, 22 Jan 2019 23:47:49 -0000

----==_mimepart_5c47aba281045_7b623fd33ead45c0476d9
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

martinthomson commented on this pull request.



> @@ -2149,12 +2149,11 @@ MUST continue sending all future packets to the server's original IP address.
 A server might receive a packet addressed to its preferred IP address at any
 time after it accepts a connection.  If this packet contains a PATH_CHALLENGE
 frame, the server sends a PATH_RESPONSE frame as per {{migrate-validate}}.  The
-server MAY send other non-probing frames from its preferred address, but MUST
-continue sending all probing packets from its original IP address.
+server SHOULD send other non-probing frames from its original address until it
+receives a non-probing packet from the client at its preferred address.

```suggestion
receives a non-probing packet from the client at its preferred address and the server
has validated the new 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/2349#pullrequestreview-195287960
----==_mimepart_5c47aba281045_7b623fd33ead45c0476d9
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/2349#discussi=
on_r250006276">draft-ietf-quic-transport.md</a>:</p>=0D
<pre style=3D'color:#555'>&gt; @@ -2149,12 +2149,11 @@ MUST continue send=
ing all future packets to the server&#39;s original IP address.=0D
 A server might receive a packet addressed to its preferred IP address at=
 any=0D
 time after it accepts a connection.  If this packet contains a PATH_CHAL=
LENGE=0D
 frame, the server sends a PATH_RESPONSE frame as per {{migrate-validate}=
}.  The=0D
-server MAY send other non-probing frames from its preferred address, but=
 MUST=0D
-continue sending all probing packets from its original IP address.=0D
+server SHOULD send other non-probing frames from its original address un=
til it=0D
+receives a non-probing packet from the client at its preferred address.=0D=

</pre>=0D
=E2=AC=87=EF=B8=8F Suggested change=0D
<pre style=3D"color: #555">-receives a non-probing packet from the client=
 at its preferred address.=0D
+receives a non-probing packet from the client at its preferred address a=
nd the server=0D
+has validated the new path.=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/2349#pullrequestreview-195287960">view it on GitHub</=
a>, or <a href=3D"https://github.com/notifications/unsubscribe-auth/AWbkq=
2uFWP8hdgWqFMAETh3A_4Y80Kviks5vF6MigaJpZM4aIbHp">mute the thread</a>.<img=
 src=3D"https://github.com/notifications/beacon/AWbkq7FGmyjf0-mDZ1-tS8Ltb=
QxW5Q2jks5vF6MigaJpZM4aIbHp.gif" height=3D"1" width=3D"1" alt=3D"" /></p>=
=0D
<script type=3D"application/json" data-scope=3D"inboxmarkup">{"api_versio=
n":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name"=
:"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"=
quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"http=
s://github.githubassets.com/images/email/message_cards/header.png","avata=
r_image_url":"https://github.githubassets.com/images/email/message_cards/=
avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/q=
uicwg/base-drafts"}},"updates":{"snippets":[{"icon":"PERSON","message":"@=
martinthomson commented on #2349"}],"action":{"name":"View Pull Request",=
"url":"https://github.com/quicwg/base-drafts/pull/2349#pullrequestreview-=
195287960"}}}</script>=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/2349#pullrequestrev=
iew-195287960",=0D
"url": "https://github.com/quicwg/base-drafts/pull/2349#pullrequestreview=
-195287960",=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_5c47aba281045_7b623fd33ead45c0476d9--


From nobody Tue Jan 22 15:50: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 01E521311A2 for <quic-issues@ietfa.amsl.com>; Tue, 22 Jan 2019 15:50:38 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -11.149
X-Spam-Level: 
X-Spam-Status: No, score=-11.149 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIMWL_WL_HIGH=-4.553, 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_PASS=-0.001] autolearn=ham autolearn_force=no
Authentication-Results: ietfa.amsl.com (amavisd-new); dkim=pass (1024-bit key) header.d=github.com
Received: from mail.ietf.org ([4.31.198.44]) by localhost (ietfa.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id MRp922Nv1Bh3 for <quic-issues@ietfa.amsl.com>; Tue, 22 Jan 2019 15:50: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 5E646130F3A for <quic-issues@ietf.org>; Tue, 22 Jan 2019 15:50:35 -0800 (PST)
Date: Tue, 22 Jan 2019 15:50:34 -0800
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1548201034; bh=LG4V2byAV/W/5NsB5DfblTZnkrV2UpLIJRbibsK3R4M=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=iTKmt8yZXOaAjmBfEEviql3erB+PwM0dmYQFj35Ok0fDqheFCksOj3KP7tNg6QgXP HT2yQXvw00BBNoVru+rGh+XD2uc/vqFQ3oM0bQ4InD8obSmeV68VxbOlWDUp4QN3iC d8pdWeaAwn8EoC2Ovvz9qW/MqduRFqq5JAFzeAoo=
From: Martin Thomson <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+0166e4ab0892c28b5b206868bf950b4e96cfbbf89f97d61e92cf00000001185f6e4a92a169ce17d8cc13@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/pull/2340/review/195288677@github.com>
In-Reply-To: <quicwg/base-drafts/pull/2340@github.com>
References: <quicwg/base-drafts/pull/2340@github.com>
Subject: Re: [quicwg/base-drafts] Add note about frequent RTT estimates (#2340)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5c47ac4a87b8f_54c83f8ae10d45c0808b1"; 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/uP7ued8UlrXG5CIfBuxxsexTg3A>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
List-Id: Notification list for GitHub issues related to the QUIC WG <quic-issues.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=unsubscribe>
List-Archive: <https://mailarchive.ietf.org/arch/browse/quic-issues/>
List-Post: <mailto:quic-issues@ietf.org>
List-Help: <mailto:quic-issues-request@ietf.org?subject=help>
List-Subscribe: <https://www.ietf.org/mailman/listinfo/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=subscribe>
X-List-Received-Date: Tue, 22 Jan 2019 23:50:38 -0000

----==_mimepart_5c47ac4a87b8f_54c83f8ae10d45c0808b1
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

martinthomson commented on this pull request.



> @@ -289,8 +289,15 @@ be subtracted from the RTT as long as the result is larger than the min_rtt.
 If the result is smaller than the min_rtt, the RTT should be used, but the
 ack delay field should be ignored.
 
-Like TCP, QUIC calculates both smoothed RTT and RTT variance similar to those
-specified in {{?RFC6298}}.
+A sender calculates both smoothed RTT and RTT variance similar to those
+specified in {{?RFC6298}}, see {{on-ack-received}}.
+
+A sender might take multiple samples per RTT because ACK frames that are

A sender will take multiple samples per RTT.  RTT samples are taken when the largest acknowledged packet number is increased by an acknowledgment (see).

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/quicwg/base-drafts/pull/2340#discussion_r250007030
----==_mimepart_5c47ac4a87b8f_54c83f8ae10d45c0808b1
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/2340#discussion_r250007030">draft-ietf-quic-recovery.md</a>:</p>
<pre style='color:#555'>&gt; @@ -289,8 +289,15 @@ be subtracted from the RTT as long as the result is larger than the min_rtt.
 If the result is smaller than the min_rtt, the RTT should be used, but the
 ack delay field should be ignored.
 
-Like TCP, QUIC calculates both smoothed RTT and RTT variance similar to those
-specified in {{?RFC6298}}.
+A sender calculates both smoothed RTT and RTT variance similar to those
+specified in {{?RFC6298}}, see {{on-ack-received}}.
+
+A sender might take multiple samples per RTT because ACK frames that are
</pre>
<p>A sender will take multiple samples per RTT.  RTT samples are taken when the largest acknowledged packet number is increased by an acknowledgment (see).</p>

<p style="font-size:small;-webkit-text-size-adjust:none;color:#666;">&mdash;<br />You are receiving this because you are subscribed to this thread.<br />Reply to this email directly, <a href="https://github.com/quicwg/base-drafts/pull/2340#discussion_r250007030">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AWbkq8RTStsIWSn2O0slGjLVW_IAZdGnks5vF6PKgaJpZM4aEVlj">mute the thread</a>.<img src="https://github.com/notifications/beacon/AWbkqxt7f-EerPfkbV1-vLfvxELcTUNrks5vF6PKgaJpZM4aEVlj.gif" height="1" width="1" alt="" /></p>
<script type="application/json" data-scope="inboxmarkup">{"api_version":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name":"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"https://github.githubassets.com/images/email/message_cards/header.png","avatar_image_url":"https://github.githubassets.com/images/email/message_cards/avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/quicwg/base-drafts"}},"updates":{"snippets":[{"icon":"PERSON","message":"@martinthomson commented on #2340"}],"action":{"name":"View Pull Request","url":"https://github.com/quicwg/base-drafts/pull/2340#discussion_r250007030"}}}</script>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/pull/2340#discussion_r250007030",
"url": "https://github.com/quicwg/base-drafts/pull/2340#discussion_r250007030",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>
----==_mimepart_5c47ac4a87b8f_54c83f8ae10d45c0808b1--


From nobody Tue Jan 22 15:53:18 2019
Return-Path: <bounce+565321.40f-quic-issues=ietf.org@github.com>
X-Original-To: quic-issues@ietfa.amsl.com
Delivered-To: quic-issues@ietfa.amsl.com
Received: from localhost (localhost [127.0.0.1]) by ietfa.amsl.com (Postfix) with ESMTP id 5002F1311A2 for <quic-issues@ietfa.amsl.com>; Tue, 22 Jan 2019 15:53:16 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -0.996
X-Spam-Level: 
X-Spam-Status: No, score=-0.996 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIM_ADSP_CUSTOM_MED=0.001, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, FREEMAIL_FORGED_FROMDOMAIN=0.001, FREEMAIL_FROM=0.001, HEADER_FROM_DIFFERENT_DOMAINS=0.001, NML_ADSP_CUSTOM_MED=0.9, RCVD_IN_DNSWL_NONE=-0.0001, SPF_PASS=-0.001, URIBL_BLOCKED=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 H8gYSoKMjx82 for <quic-issues@ietfa.amsl.com>; Tue, 22 Jan 2019 15:53:15 -0800 (PST)
Received: from m69-170.mailgun.net (m69-170.mailgun.net [166.78.69.170]) (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 CBA38130F3A for <quic-issues@ietf.org>; Tue, 22 Jan 2019 15:53:14 -0800 (PST)
DKIM-Signature: a=rsa-sha256; v=1; c=relaxed/relaxed; d=github.com; q=dns/txt;  s=mailo; t=1548201194; h=Content-Transfer-Encoding: Content-Type: Mime-Version: Subject: Message-ID: To: Reply-To: From: Date: Sender; bh=RDP7QYYXVxI8AagdwBy3u0AyvJMSUAnXl8UUmfsmBvk=; b=sGM9JkZUhRwHO8JC3xm2mHwWLtFlTmGrUD1AEyzRp4W+sxYi6mkpRxaDuY4vkqwJFjGm2qWS 3Txb3SGGmO5Lul4lyLPDRgoIyTWNxgVWmi36+BlUJV+Lraqb2qxHneW+y1OY++iEbY0kEURG pseqiZm9bIYMj5vnynNY0PsnV9Q=
X-Mailgun-Sending-Ip: 166.78.69.170
X-Mailgun-Sid: WyJhNzYyYiIsICJxdWljLWlzc3Vlc0BpZXRmLm9yZyIsICI0MGYiXQ==
Sender: jri.ietf=gmail.com@github.com
Received: from github.com (Unknown [192.30.252.37]) by mxa.mailgun.org with ESMTP id 5c47ace9.7fd609d88570-smtp-out-n03; Tue, 22 Jan 2019 23:53:13 -0000 (UTC)
Date: Tue, 22 Jan 2019 15:53:13 -0800
From: Jana Iyengar <jri.ietf@gmail.com>
Reply-To: Jana Iyengar <jri.ietf@gmail.com>
To: quic-issues@ietf.org
Message-ID: <5c47ace9133db_70872b08b712058037767@hookshot-fe-2cc8887.cp1-iad.github.net.mail>
Subject: [quicwg/base-drafts] 0ee1cd: more smithing
Mime-Version: 1.0
Content-Type: multipart/mixed; boundary="--==_mimepart_5c47ace9130af_70872b08b712058037641"; charset=UTF-8
Content-Transfer-Encoding: 7bit
Archived-At: <https://mailarchive.ietf.org/arch/msg/quic-issues/IDd4brZql9pfXdDh_ZbcWN5Pj0M>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
Precedence: list
List-Id: Notification list for GitHub issues related to the QUIC WG <quic-issues.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=unsubscribe>
List-Archive: <https://mailarchive.ietf.org/arch/browse/quic-issues/>
List-Post: <mailto:quic-issues@ietf.org>
List-Help: <mailto:quic-issues-request@ietf.org?subject=help>
List-Subscribe: <https://www.ietf.org/mailman/listinfo/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=subscribe>
X-List-Received-Date: Tue, 22 Jan 2019 23:53:16 -0000

----==_mimepart_5c47ace9130af_70872b08b712058037641
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

  Branch: refs/heads/close2067
  Home:   https://github.com/quicwg/base-drafts
  Commit: 0ee1cd194a04c859809376e7cd8695735223c353
      https://github.com/quicwg/base-drafts/commit/0ee1cd194a04c859809376e7cd8695735223c353
  Author: Jana Iyengar <jri.ietf@gmail.com>
  Date:   2019-01-22 (Tue, 22 Jan 2019)

  Changed paths:
    M draft-ietf-quic-recovery.md

  Log Message:
  -----------
  more smithing



      **NOTE:** This service has been marked for deprecation: https://developer.github.com/changes/2018-04-25-github-services-deprecation/

      Functionality will be removed from GitHub.com on January 31st, 2019.

----==_mimepart_5c47ace9130af_70872b08b712058037641--


From nobody Tue Jan 22 15:53: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 8D04F1311A2 for <quic-issues@ietfa.amsl.com>; Tue, 22 Jan 2019 15:53:18 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -10.935
X-Spam-Level: 
X-Spam-Status: No, score=-10.935 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIMWL_WL_HIGH=-4.553, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, HTML_IMAGE_ONLY_24=1.618, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-1, RCVD_IN_DNSWL_HI=-5, SPF_PASS=-0.001] autolearn=ham autolearn_force=no
Authentication-Results: ietfa.amsl.com (amavisd-new); dkim=pass (1024-bit key) header.d=github.com
Received: from mail.ietf.org ([4.31.198.44]) by localhost (ietfa.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id h79nmKzGxPz6 for <quic-issues@ietfa.amsl.com>; Tue, 22 Jan 2019 15:53:17 -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 E6E6E130F3A for <quic-issues@ietf.org>; Tue, 22 Jan 2019 15:53:16 -0800 (PST)
Date: Tue, 22 Jan 2019 15:53:16 -0800
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1548201196; bh=TtWvuMFKHJMRnHk+IA58C4YL+DAjdzDPz1eQ2VRcSNY=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=pkSNjHX2G8rE8Sj4+CF6txQyn/M5COVtbe8PuvE8YkpEpEudTCd+eRQDdDpsSIAUx u83Mu3REEgUG3ifTlgbC7JB0LJ9KboyI9/X8pdVy6IHPkKdUlaY9FewgXvsh2wcX6/ b98eL52BC1/o7ZerC/uD//8O/DOdPxGDPXgQWwVQ=
From: Jana Iyemgar <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/2340/push/3234323359@github.com>
In-Reply-To: <quicwg/base-drafts/pull/2340@github.com>
References: <quicwg/base-drafts/pull/2340@github.com>
Subject: Re: [quicwg/base-drafts] Add note about frequent RTT estimates (#2340)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5c47acec12c34_b873fa8b38d45b423339d"; 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/NP4tz-iCWUZFdpRotSTSMcCOsxk>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
List-Id: Notification list for GitHub issues related to the QUIC WG <quic-issues.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=unsubscribe>
List-Archive: <https://mailarchive.ietf.org/arch/browse/quic-issues/>
List-Post: <mailto:quic-issues@ietf.org>
List-Help: <mailto:quic-issues-request@ietf.org?subject=help>
List-Subscribe: <https://www.ietf.org/mailman/listinfo/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=subscribe>
X-List-Received-Date: Tue, 22 Jan 2019 23:53:18 -0000

----==_mimepart_5c47acec12c34_b873fa8b38d45b423339d
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

@janaiyengar pushed 1 commit.

0ee1cd194a04c859809376e7cd8695735223c353  more smithing


-- 
You are receiving this because you are subscribed to this thread.
View it on GitHub:
https://github.com/quicwg/base-drafts/pull/2340/files/f68a65af4ea7d6ed714bcb6ef2c4df06545c787a..0ee1cd194a04c859809376e7cd8695735223c353

----==_mimepart_5c47acec12c34_b873fa8b38d45b423339d
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/0ee1cd194a04c859809376e7cd8695735223c353">0ee1cd1</a>  more smithing</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/2340/files/f68a65af4ea7d6ed714bcb6ef2c4df06545c787a..0ee1cd194a04c859809376e7cd8695735223c353">View it on GitHub</a> or <a href="https://github.com/notifications/unsubscribe-auth/AWbkq9_Qem9sHVS36_UYOb39XA1y7X9Cks5vF6RsgaJpZM4aEVlj">mute the thread</a>.<img src="https://github.com/notifications/beacon/AWbkqywUmKWb24KFX5bZ__8asiYBXNx8ks5vF6RsgaJpZM4aEVlj.gif" height="1" width="1" alt="" /></p>
<script type="application/json" data-scope="inboxmarkup">{"api_version":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name":"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"https://github.githubassets.com/images/email/message_cards/header.png","avatar_image_url":"https://github.githubassets.com/images/email/message_cards/avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/quicwg/base-drafts"}},"updates":{"snippets":[{"icon":"PERSON","message":"@janaiyengar pushed 1 commit in #2340"}],"action":{"name":"View Pull Request","url":"https://github.com/quicwg/base-drafts/pull/2340/files/f68a65af4ea7d6ed714bcb6ef2c4df06545c787a..0ee1cd194a04c859809376e7cd8695735223c353"}}}</script>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/pull/2340/files/f68a65af4ea7d6ed714bcb6ef2c4df06545c787a..0ee1cd194a04c859809376e7cd8695735223c353",
"url": "https://github.com/quicwg/base-drafts/pull/2340/files/f68a65af4ea7d6ed714bcb6ef2c4df06545c787a..0ee1cd194a04c859809376e7cd8695735223c353",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>

----==_mimepart_5c47acec12c34_b873fa8b38d45b423339d--


From nobody Tue Jan 22 15: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 66B441311A5 for <quic-issues@ietfa.amsl.com>; Tue, 22 Jan 2019 15:55:33 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -11.007
X-Spam-Level: 
X-Spam-Status: No, score=-11.007 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIMWL_WL_HIGH=-4.553, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, HTML_IMAGE_ONLY_20=1.546, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-1, RCVD_IN_DNSWL_HI=-5, SPF_PASS=-0.001] autolearn=ham autolearn_force=no
Authentication-Results: ietfa.amsl.com (amavisd-new); dkim=pass (1024-bit key) header.d=github.com
Received: from mail.ietf.org ([4.31.198.44]) by localhost (ietfa.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 6exj2kgZl7-M for <quic-issues@ietfa.amsl.com>; Tue, 22 Jan 2019 15:55: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 1B6CC130F3A for <quic-issues@ietf.org>; Tue, 22 Jan 2019 15:55:31 -0800 (PST)
Date: Tue, 22 Jan 2019 15:55:30 -0800
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1548201330; bh=SQZXp34bDnbkAfnSRFGbVnPEyEYOC3850XGfqvhdsxc=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=CAKp1XdT0WHNrz/HtDEvY3zM8ppXM9cxtJ/iHE2s3fKXmt9F65PfMJ84oWj84B+Mz /JaC0OmjQOrp862QMcemoMEuPcvmnj01SzNTaqjAUdCTH7WikUxoCy59hlbk/frjyw BH7Yvi5VrrpqHIrjrpwpfmIBjk+VchpSnPaQiNJM=
From: ianswett <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+0166e4ab9097a246e8c85ac228b3225d128f19864c49659e92cf00000001185f6f7292a169ce17d8cc13@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/pull/2340/review/195289951@github.com>
In-Reply-To: <quicwg/base-drafts/pull/2340@github.com>
References: <quicwg/base-drafts/pull/2340@github.com>
Subject: Re: [quicwg/base-drafts] Add note about frequent RTT estimates (#2340)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5c47ad722eca1_36843fe5fc6d45bc773f7"; 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/a-mrYcBF4thkSKVKU6rAqtBQObw>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
List-Id: Notification list for GitHub issues related to the QUIC WG <quic-issues.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=unsubscribe>
List-Archive: <https://mailarchive.ietf.org/arch/browse/quic-issues/>
List-Post: <mailto:quic-issues@ietf.org>
List-Help: <mailto:quic-issues-request@ietf.org?subject=help>
List-Subscribe: <https://www.ietf.org/mailman/listinfo/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=subscribe>
X-List-Received-Date: Tue, 22 Jan 2019 23:55:34 -0000

----==_mimepart_5c47ad722eca1_36843fe5fc6d45bc773f7
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/2340#pullrequestreview-195289951
----==_mimepart_5c47ad722eca1_36843fe5fc6d45bc773f7
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/2340#pullrequestreview-195289951">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AWbkq9oAINz2zkUNm8euf7woG3kK-_Wcks5vF6TygaJpZM4aEVlj">mute the thread</a>.<img src="https://github.com/notifications/beacon/AWbkqx1KBvEzOGfyJckxUKMG0vznhyvVks5vF6TygaJpZM4aEVlj.gif" height="1" width="1" alt="" /></p>
<script type="application/json" data-scope="inboxmarkup">{"api_version":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name":"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"https://github.githubassets.com/images/email/message_cards/header.png","avatar_image_url":"https://github.githubassets.com/images/email/message_cards/avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/quicwg/base-drafts"}},"updates":{"snippets":[{"icon":"PERSON","message":"@ianswett approved #2340"}],"action":{"name":"View Pull Request","url":"https://github.com/quicwg/base-drafts/pull/2340#pullrequestreview-195289951"}}}</script>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/pull/2340#pullrequestreview-195289951",
"url": "https://github.com/quicwg/base-drafts/pull/2340#pullrequestreview-195289951",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>
----==_mimepart_5c47ad722eca1_36843fe5fc6d45bc773f7--


From nobody Tue Jan 22 15:56:41 2019
Return-Path: <bounce+565321.40f-quic-issues=ietf.org@github.com>
X-Original-To: quic-issues@ietfa.amsl.com
Delivered-To: quic-issues@ietfa.amsl.com
Received: from localhost (localhost [127.0.0.1]) by ietfa.amsl.com (Postfix) with ESMTP id 14E731311A9 for <quic-issues@ietfa.amsl.com>; Tue, 22 Jan 2019 15:56:39 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -0.996
X-Spam-Level: 
X-Spam-Status: No, score=-0.996 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIM_ADSP_CUSTOM_MED=0.001, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, FREEMAIL_FORGED_FROMDOMAIN=0.001, FREEMAIL_FROM=0.001, HEADER_FROM_DIFFERENT_DOMAINS=0.001, NML_ADSP_CUSTOM_MED=0.9, RCVD_IN_DNSWL_NONE=-0.0001, SPF_PASS=-0.001, URIBL_BLOCKED=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 iYojK9VYDw7C for <quic-issues@ietfa.amsl.com>; Tue, 22 Jan 2019 15:56:37 -0800 (PST)
Received: from m69-170.mailgun.net (m69-170.mailgun.net [166.78.69.170]) (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 C0ACD1311A8 for <quic-issues@ietf.org>; Tue, 22 Jan 2019 15:56:37 -0800 (PST)
DKIM-Signature: a=rsa-sha256; v=1; c=relaxed/relaxed; d=github.com; q=dns/txt;  s=mailo; t=1548201397; h=Content-Transfer-Encoding: Content-Type: Mime-Version: Subject: Message-ID: To: Reply-To: From: Date: Sender; bh=L74xC9BDWsytBcxZK2MG4P/AYqbnNZ322nzITbH7ksc=; b=lA2S2NJJc1FMklD9uihK8SFttXwIRaKT86XNhes7xIOwlWhtrclf7+uIflwfU8Ir5oTsRsmr 7ZEeTFRh1JVIA0uKc7LNBJ5n9ELy4oxePCsaEkUOyjcAahOuq9vz/QLvfQQD6trK270LJxiq NFgc0ITcR052wlhAIFutfe3OZ0g=
X-Mailgun-Sending-Ip: 166.78.69.170
X-Mailgun-Sid: WyJhNzYyYiIsICJxdWljLWlzc3Vlc0BpZXRmLm9yZyIsICI0MGYiXQ==
Sender: jri.ietf=gmail.com@github.com
Received: from github.com (Unknown [192.30.252.39]) by mxa.mailgun.org with ESMTP id 5c47adb4.7f0389d1d2d0-smtp-out-n01; Tue, 22 Jan 2019 23:56:36 -0000 (UTC)
Date: Tue, 22 Jan 2019 15:56:36 -0800
From: Jana Iyengar <jri.ietf@gmail.com>
Reply-To: Jana Iyengar <jri.ietf@gmail.com>
To: quic-issues@ietf.org
Message-ID: <5c47adb47a527_56ed2b1df647c57c668d7@hookshot-fe-da92815.cp1-iad.github.net.mail>
Subject: [quicwg/base-drafts] e24aa4: more smithing
Mime-Version: 1.0
Content-Type: multipart/mixed; boundary="--==_mimepart_5c47adb47a028_56ed2b1df647c57c667d3"; charset=UTF-8
Content-Transfer-Encoding: 7bit
Archived-At: <https://mailarchive.ietf.org/arch/msg/quic-issues/CcHgzks5D3fo6nS2OezLpV2B814>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
Precedence: list
List-Id: Notification list for GitHub issues related to the QUIC WG <quic-issues.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=unsubscribe>
List-Archive: <https://mailarchive.ietf.org/arch/browse/quic-issues/>
List-Post: <mailto:quic-issues@ietf.org>
List-Help: <mailto:quic-issues-request@ietf.org?subject=help>
List-Subscribe: <https://www.ietf.org/mailman/listinfo/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=subscribe>
X-List-Received-Date: Tue, 22 Jan 2019 23:56:39 -0000

----==_mimepart_5c47adb47a028_56ed2b1df647c57c667d3
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

  Branch: refs/heads/close2067
  Home:   https://github.com/quicwg/base-drafts
  Commit: e24aa4546545ee99d966bd4b3fe5f242762b6be6
      https://github.com/quicwg/base-drafts/commit/e24aa4546545ee99d966bd4b3fe5f242762b6be6
  Author: Jana Iyengar <jri.ietf@gmail.com>
  Date:   2019-01-22 (Tue, 22 Jan 2019)

  Changed paths:
    M draft-ietf-quic-recovery.md

  Log Message:
  -----------
  more smithing



      **NOTE:** This service has been marked for deprecation: https://developer.github.com/changes/2018-04-25-github-services-deprecation/

      Functionality will be removed from GitHub.com on January 31st, 2019.

----==_mimepart_5c47adb47a028_56ed2b1df647c57c667d3--


From nobody Tue Jan 22 15:56: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 2DD861311B3 for <quic-issues@ietfa.amsl.com>; Tue, 22 Jan 2019 15:56:42 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -10.935
X-Spam-Level: 
X-Spam-Status: No, score=-10.935 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIMWL_WL_HIGH=-4.553, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, HTML_IMAGE_ONLY_24=1.618, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-1, RCVD_IN_DNSWL_HI=-5, SPF_PASS=-0.001] autolearn=ham autolearn_force=no
Authentication-Results: ietfa.amsl.com (amavisd-new); dkim=pass (1024-bit key) header.d=github.com
Received: from mail.ietf.org ([4.31.198.44]) by localhost (ietfa.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id yTqRGHyuiORX for <quic-issues@ietfa.amsl.com>; Tue, 22 Jan 2019 15:56:40 -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 33F9E1311A9 for <quic-issues@ietf.org>; Tue, 22 Jan 2019 15:56:40 -0800 (PST)
Date: Tue, 22 Jan 2019 15:56:39 -0800
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1548201399; bh=6URB7ef2IEoGJPgePI5FmdmJpk5r9gMY6ndwryAIuIQ=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=UsiyZzYJXWF8zFSP5Nnn+r5jX6/rQcAsBJ1p2ZxNzO7lNB8PdGHD+Fyo0E8K0k3uO 1XqkmbBUZA+1dtv4X6OOGXYWhl7Tw6NwMTJIJqWVlaMjtVV716ZsboILteei2r0gyG ngwFTLhcuEHx/2T/p6yVfgF5WGhnxdLXYGf20pXc=
From: Jana Iyemgar <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/2340/push/3234330312@github.com>
In-Reply-To: <quicwg/base-drafts/pull/2340@github.com>
References: <quicwg/base-drafts/pull/2340@github.com>
Subject: Re: [quicwg/base-drafts] Add note about frequent RTT estimates (#2340)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5c47adb77917a_46eb3fbc41ed45bc27929b"; 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/2HLrjg8rQCZyAcppYM_stQ4Mo2M>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
List-Id: Notification list for GitHub issues related to the QUIC WG <quic-issues.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=unsubscribe>
List-Archive: <https://mailarchive.ietf.org/arch/browse/quic-issues/>
List-Post: <mailto:quic-issues@ietf.org>
List-Help: <mailto:quic-issues-request@ietf.org?subject=help>
List-Subscribe: <https://www.ietf.org/mailman/listinfo/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=subscribe>
X-List-Received-Date: Tue, 22 Jan 2019 23:56:43 -0000

----==_mimepart_5c47adb77917a_46eb3fbc41ed45bc27929b
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

@janaiyengar pushed 1 commit.

e24aa4546545ee99d966bd4b3fe5f242762b6be6  more smithing


-- 
You are receiving this because you are subscribed to this thread.
View it on GitHub:
https://github.com/quicwg/base-drafts/pull/2340/files/0ee1cd194a04c859809376e7cd8695735223c353..e24aa4546545ee99d966bd4b3fe5f242762b6be6

----==_mimepart_5c47adb77917a_46eb3fbc41ed45bc27929b
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/e24aa4546545ee99d966bd4b3fe5f242762b6be6">e24aa45</a>  more smithing</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/2340/files/0ee1cd194a04c859809376e7cd8695735223c353..e24aa4546545ee99d966bd4b3fe5f242762b6be6">View it on GitHub</a> or <a href="https://github.com/notifications/unsubscribe-auth/AWbkq1pi_AsQydn2Sdl6s1o6La0BeiHCks5vF6U3gaJpZM4aEVlj">mute the thread</a>.<img src="https://github.com/notifications/beacon/AWbkq-UCSUkj5qga4rHqpyJJ1mwyCQwCks5vF6U3gaJpZM4aEVlj.gif" height="1" width="1" alt="" /></p>
<script type="application/json" data-scope="inboxmarkup">{"api_version":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name":"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"https://github.githubassets.com/images/email/message_cards/header.png","avatar_image_url":"https://github.githubassets.com/images/email/message_cards/avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/quicwg/base-drafts"}},"updates":{"snippets":[{"icon":"PERSON","message":"@janaiyengar pushed 1 commit in #2340"}],"action":{"name":"View Pull Request","url":"https://github.com/quicwg/base-drafts/pull/2340/files/0ee1cd194a04c859809376e7cd8695735223c353..e24aa4546545ee99d966bd4b3fe5f242762b6be6"}}}</script>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/pull/2340/files/0ee1cd194a04c859809376e7cd8695735223c353..e24aa4546545ee99d966bd4b3fe5f242762b6be6",
"url": "https://github.com/quicwg/base-drafts/pull/2340/files/0ee1cd194a04c859809376e7cd8695735223c353..e24aa4546545ee99d966bd4b3fe5f242762b6be6",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>

----==_mimepart_5c47adb77917a_46eb3fbc41ed45bc27929b--


From nobody Tue Jan 22 15:59:00 2019
Return-Path: <bounce+565321.40f-quic-issues=ietf.org@github.com>
X-Original-To: quic-issues@ietfa.amsl.com
Delivered-To: quic-issues@ietfa.amsl.com
Received: from localhost (localhost [127.0.0.1]) by ietfa.amsl.com (Postfix) with ESMTP id 19F6C1311B2 for <quic-issues@ietfa.amsl.com>; Tue, 22 Jan 2019 15:58:59 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -0.996
X-Spam-Level: 
X-Spam-Status: No, score=-0.996 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIM_ADSP_CUSTOM_MED=0.001, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, FREEMAIL_FORGED_FROMDOMAIN=0.001, FREEMAIL_FROM=0.001, HEADER_FROM_DIFFERENT_DOMAINS=0.001, NML_ADSP_CUSTOM_MED=0.9, RCVD_IN_DNSWL_NONE=-0.0001, SPF_PASS=-0.001, URIBL_BLOCKED=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 Ou1xiljlAT29 for <quic-issues@ietfa.amsl.com>; Tue, 22 Jan 2019 15:58:58 -0800 (PST)
Received: from m69-170.mailgun.net (m69-170.mailgun.net [166.78.69.170]) (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 D142D1311A8 for <quic-issues@ietf.org>; Tue, 22 Jan 2019 15:58:57 -0800 (PST)
DKIM-Signature: a=rsa-sha256; v=1; c=relaxed/relaxed; d=github.com; q=dns/txt;  s=mailo; t=1548201537; h=Content-Transfer-Encoding: Content-Type: Mime-Version: Subject: Message-ID: To: Reply-To: From: Date: Sender; bh=A+hQtyJQblQnUiYoYjD4wblonhZbt10pIoyXX+JAl7M=; b=fLX4TworVLE5iBcOLc08T27mE7FnFm9ogOpeLfT+HtQ7fWTT/RY/++Y+fARDSSAAGUCCxhid oaFwjdzUe3wbcMA/c1ckYNXxNLO/e6QtaL2ltwdz7mxCqYno/cg1M0/gOqcRu2iRnMYIEKua QHmc+WW2M7DXGOLWWz72a0dkyLQ=
X-Mailgun-Sending-Ip: 166.78.69.170
X-Mailgun-Sid: WyJhNzYyYiIsICJxdWljLWlzc3Vlc0BpZXRmLm9yZyIsICI0MGYiXQ==
Sender: jri.ietf=gmail.com@github.com
Received: from github.com (Unknown [192.30.252.37]) by mxa.mailgun.org with ESMTP id 5c47ae40.7f1171de8420-smtp-out-n01; Tue, 22 Jan 2019 23:58:56 -0000 (UTC)
Date: Tue, 22 Jan 2019 15:58:55 -0800
From: Jana Iyengar <jri.ietf@gmail.com>
Reply-To: Jana Iyengar <jri.ietf@gmail.com>
To: quic-issues@ietf.org
Message-ID: <5c47ae3f176fa_738b2ae47aea2570308cd@hookshot-fe-2cc8887.cp1-iad.github.net.mail>
Subject: [quicwg/base-drafts] c3b713: split sentence
Mime-Version: 1.0
Content-Type: multipart/mixed; boundary="--==_mimepart_5c47ae3f172cb_738b2ae47aea25703076d"; charset=UTF-8
Content-Transfer-Encoding: 7bit
Archived-At: <https://mailarchive.ietf.org/arch/msg/quic-issues/aaxLQ5s2gyWJuIWrLjRu9ezcEJU>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
Precedence: list
List-Id: Notification list for GitHub issues related to the QUIC WG <quic-issues.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=unsubscribe>
List-Archive: <https://mailarchive.ietf.org/arch/browse/quic-issues/>
List-Post: <mailto:quic-issues@ietf.org>
List-Help: <mailto:quic-issues-request@ietf.org?subject=help>
List-Subscribe: <https://www.ietf.org/mailman/listinfo/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=subscribe>
X-List-Received-Date: Tue, 22 Jan 2019 23:58:59 -0000

----==_mimepart_5c47ae3f172cb_738b2ae47aea25703076d
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

  Branch: refs/heads/close2067
  Home:   https://github.com/quicwg/base-drafts
  Commit: c3b713c856e97cfc8869d8aee95dac90b214cb56
      https://github.com/quicwg/base-drafts/commit/c3b713c856e97cfc8869d8aee95dac90b214cb56
  Author: Jana Iyengar <jri.ietf@gmail.com>
  Date:   2019-01-22 (Tue, 22 Jan 2019)

  Changed paths:
    M draft-ietf-quic-recovery.md

  Log Message:
  -----------
  split sentence



      **NOTE:** This service has been marked for deprecation: https://developer.github.com/changes/2018-04-25-github-services-deprecation/

      Functionality will be removed from GitHub.com on January 31st, 2019.

----==_mimepart_5c47ae3f172cb_738b2ae47aea25703076d--


From nobody Tue Jan 22 15:59: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 4FC7A1311B2 for <quic-issues@ietfa.amsl.com>; Tue, 22 Jan 2019 15:59:00 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -10.935
X-Spam-Level: 
X-Spam-Status: No, score=-10.935 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIMWL_WL_HIGH=-4.553, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, HTML_IMAGE_ONLY_24=1.618, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-1, RCVD_IN_DNSWL_HI=-5, SPF_PASS=-0.001] autolearn=ham autolearn_force=no
Authentication-Results: ietfa.amsl.com (amavisd-new); dkim=pass (1024-bit key) header.d=github.com
Received: from mail.ietf.org ([4.31.198.44]) by localhost (ietfa.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id tuNnokJMnB4P for <quic-issues@ietfa.amsl.com>; Tue, 22 Jan 2019 15:58:59 -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 DDE6E1311B1 for <quic-issues@ietf.org>; Tue, 22 Jan 2019 15:58:58 -0800 (PST)
Date: Tue, 22 Jan 2019 15:58:58 -0800
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1548201538; bh=OYbeIPHeiA5mTYvtheUBSVITKcPV+rIUbwMi7yCrJoc=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=iTE4Cbfu6UrCjkt3dHRZteRVh7pKgBY/v1GQ9godvs2c1G4w6hBrG8nTqBj2Qnj3J AtTeMXzrlRtlYNsMoVbz0R5i2KThS5mRCHEg5vq1ocM/Ij9nONb/LUsPJRkIGKXyAR i1xnSy+gG9ILT2y79WHut78NHzNvKBzZysuOljRQ=
From: Jana Iyemgar <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/2340/push/3234334724@github.com>
In-Reply-To: <quicwg/base-drafts/pull/2340@github.com>
References: <quicwg/base-drafts/pull/2340@github.com>
Subject: Re: [quicwg/base-drafts] Add note about frequent RTT estimates (#2340)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5c47ae42ec9b_6bef3fd5e7ed45c013254e"; 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/VvBs33cfZSnQ_6xe7bbjYeHupkY>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
List-Id: Notification list for GitHub issues related to the QUIC WG <quic-issues.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=unsubscribe>
List-Archive: <https://mailarchive.ietf.org/arch/browse/quic-issues/>
List-Post: <mailto:quic-issues@ietf.org>
List-Help: <mailto:quic-issues-request@ietf.org?subject=help>
List-Subscribe: <https://www.ietf.org/mailman/listinfo/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=subscribe>
X-List-Received-Date: Tue, 22 Jan 2019 23:59:00 -0000

----==_mimepart_5c47ae42ec9b_6bef3fd5e7ed45c013254e
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

@janaiyengar pushed 1 commit.

c3b713c856e97cfc8869d8aee95dac90b214cb56  split sentence


-- 
You are receiving this because you are subscribed to this thread.
View it on GitHub:
https://github.com/quicwg/base-drafts/pull/2340/files/e24aa4546545ee99d966bd4b3fe5f242762b6be6..c3b713c856e97cfc8869d8aee95dac90b214cb56

----==_mimepart_5c47ae42ec9b_6bef3fd5e7ed45c013254e
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/c3b713c856e97cfc8869d8aee95dac90b214cb56">c3b713c</a>  split 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/2340/files/e24aa4546545ee99d966bd4b3fe5f242762b6be6..c3b713c856e97cfc8869d8aee95dac90b214cb56">View it on GitHub</a> or <a href="https://github.com/notifications/unsubscribe-auth/AWbkq4VqxGqT6xSt9dsWIyv1MyLfE8lPks5vF6XCgaJpZM4aEVlj">mute the thread</a>.<img src="https://github.com/notifications/beacon/AWbkq7CvRKxwfvDVzo3exrauZXsMQ3kYks5vF6XCgaJpZM4aEVlj.gif" height="1" width="1" alt="" /></p>
<script type="application/json" data-scope="inboxmarkup">{"api_version":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name":"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"https://github.githubassets.com/images/email/message_cards/header.png","avatar_image_url":"https://github.githubassets.com/images/email/message_cards/avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/quicwg/base-drafts"}},"updates":{"snippets":[{"icon":"PERSON","message":"@janaiyengar pushed 1 commit in #2340"}],"action":{"name":"View Pull Request","url":"https://github.com/quicwg/base-drafts/pull/2340/files/e24aa4546545ee99d966bd4b3fe5f242762b6be6..c3b713c856e97cfc8869d8aee95dac90b214cb56"}}}</script>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/pull/2340/files/e24aa4546545ee99d966bd4b3fe5f242762b6be6..c3b713c856e97cfc8869d8aee95dac90b214cb56",
"url": "https://github.com/quicwg/base-drafts/pull/2340/files/e24aa4546545ee99d966bd4b3fe5f242762b6be6..c3b713c856e97cfc8869d8aee95dac90b214cb56",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>

----==_mimepart_5c47ae42ec9b_6bef3fd5e7ed45c013254e--


From nobody Tue Jan 22 16:05:45 2019
Return-Path: <bounce+565321.40f-quic-issues=ietf.org@github.com>
X-Original-To: quic-issues@ietfa.amsl.com
Delivered-To: quic-issues@ietfa.amsl.com
Received: from localhost (localhost [127.0.0.1]) by ietfa.amsl.com (Postfix) with ESMTP id 770241311B5 for <quic-issues@ietfa.amsl.com>; Tue, 22 Jan 2019 16:05:43 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -0.996
X-Spam-Level: 
X-Spam-Status: No, score=-0.996 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIM_ADSP_CUSTOM_MED=0.001, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, FREEMAIL_FORGED_FROMDOMAIN=0.001, FREEMAIL_FROM=0.001, HEADER_FROM_DIFFERENT_DOMAINS=0.001, NML_ADSP_CUSTOM_MED=0.9, RCVD_IN_DNSWL_NONE=-0.0001, SPF_PASS=-0.001, URIBL_BLOCKED=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 CkZRoS6ntjvV for <quic-issues@ietfa.amsl.com>; Tue, 22 Jan 2019 16:05:42 -0800 (PST)
Received: from m69-170.mailgun.net (m69-170.mailgun.net [166.78.69.170]) (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 5D6641311A4 for <quic-issues@ietf.org>; Tue, 22 Jan 2019 16:05:42 -0800 (PST)
DKIM-Signature: a=rsa-sha256; v=1; c=relaxed/relaxed; d=github.com; q=dns/txt;  s=mailo; t=1548201941; h=Content-Transfer-Encoding: Content-Type: Mime-Version: Subject: Message-ID: To: Reply-To: From: Date: Sender; bh=fYa+9ktgoeg61qzA50QbFfyvUuXZO6DebvZ6BwYhUZE=; b=QQHdIXQZZoHShkOGxILbs97/tyTPPAuj1y4twERQ2Oub7A2vy37CfNhhAs581GDMLCTdApe3 URC1hbzzhjC+Di7yoLXr3iXtnTZwO2qTko7d6TNnjmv+ipSlL/oM9vMAxKTaFqCD+cpjpvIu DSGEMOgBBsLrQpXbfGWU6Jdqjpk=
X-Mailgun-Sending-Ip: 166.78.69.170
X-Mailgun-Sid: WyJhNzYyYiIsICJxdWljLWlzc3Vlc0BpZXRmLm9yZyIsICI0MGYiXQ==
Sender: martin.thomson=gmail.com@github.com
Received: from github.com (Unknown [192.30.253.29]) by mxa.mailgun.org with ESMTP id 5c47afd5.7fcdf81e2570-smtp-out-n03; Wed, 23 Jan 2019 00:05:41 -0000 (UTC)
Date: Tue, 22 Jan 2019 16:05:40 -0800
From: Martin Thomson <martin.thomson@gmail.com>
Reply-To: Martin Thomson <martin.thomson@gmail.com>
To: quic-issues@ietf.org
Message-ID: <5c47afd4e5d5a_6dbf2b217b31657439522@hookshot-fe-b0febf1.cp1-iad.github.net.mail>
Subject: [quicwg/base-drafts] 5bd6a1: Refine STOP_SENDING reaction text
Mime-Version: 1.0
Content-Type: multipart/mixed; boundary="--==_mimepart_5c47afd4e58c3_6dbf2b217b3165743948"; charset=UTF-8
Content-Transfer-Encoding: 7bit
Archived-At: <https://mailarchive.ietf.org/arch/msg/quic-issues/m0SvJmgA0N_xnmsV9dLSyTA36TE>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
Precedence: list
List-Id: Notification list for GitHub issues related to the QUIC WG <quic-issues.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=unsubscribe>
List-Archive: <https://mailarchive.ietf.org/arch/browse/quic-issues/>
List-Post: <mailto:quic-issues@ietf.org>
List-Help: <mailto:quic-issues-request@ietf.org?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, 23 Jan 2019 00:05:43 -0000

----==_mimepart_5c47afd4e58c3_6dbf2b217b3165743948
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

  Branch: refs/heads/stream-reset-after-done
  Home:   https://github.com/quicwg/base-drafts
  Commit: 5bd6a17b2ec2617f74bb1619d1b2da565ac33f38
      https://github.com/quicwg/base-drafts/commit/5bd6a17b2ec2617f74bb1619d1b2da565ac33f38
  Author: Martin Thomson <martin.thomson@gmail.com>
  Date:   2019-01-23 (Wed, 23 Jan 2019)

  Changed paths:
    M draft-ietf-quic-transport.md

  Log Message:
  -----------
  Refine STOP_SENDING reaction text

This takes the suggestion from #2268 and expands on it.

Closes #2268.



      **NOTE:** This service has been marked for deprecation: https://developer.github.com/changes/2018-04-25-github-services-deprecation/

      Functionality will be removed from GitHub.com on January 31st, 2019.

----==_mimepart_5c47afd4e58c3_6dbf2b217b3165743948--


From nobody Tue Jan 22 16:06: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 019AF12D4ED for <quic-issues@ietfa.amsl.com>; Tue, 22 Jan 2019 16:06:06 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -12.552
X-Spam-Level: 
X-Spam-Status: No, score=-12.552 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIMWL_WL_HIGH=-4.553, 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_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 5YrUaLcD2OK5 for <quic-issues@ietfa.amsl.com>; Tue, 22 Jan 2019 16:06: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 28DB812D4E7 for <quic-issues@ietf.org>; Tue, 22 Jan 2019 16:06:04 -0800 (PST)
Date: Tue, 22 Jan 2019 16:06:03 -0800
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1548201963; bh=TwBX54ugAms/OgC77La7ruh8knDW2aszwlaeMjK69ds=; h=Date:From:Reply-To:To:Cc:Subject:List-ID:List-Archive:List-Post: List-Unsubscribe:From; b=v8rrmcQ/TSOqE+9CeNqTeJY4n5liEDslFSm9KO6fPs3uyEiA7NZajX3/dpnpETTp+ 98UlwDDIJxqAS4wuGKt4z9KqFsejaOM8QhByPuOrSjgoWatVoQYgUbRruEPutNyq2Y ZndW56h6psuW7zhnhiRdY2H4ha8y1eJq0TUMn9rE=
From: Martin Thomson <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+0166e4abc2e4baed89cd4c261a2cca48f6d662385c7a83ea92cf00000001185f71eb92a169ce17f63042@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/pull/2361@github.com>
Subject: [quicwg/base-drafts] Refine STOP_SENDING reaction text (#2361)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5c47afeb5a19d_2b43f93834d45bc119627"; 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/GnBL0pZuunzLvTZZkvIGd2J8OGM>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
List-Id: Notification list for GitHub issues related to the QUIC WG <quic-issues.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=unsubscribe>
List-Archive: <https://mailarchive.ietf.org/arch/browse/quic-issues/>
List-Post: <mailto:quic-issues@ietf.org>
List-Help: <mailto:quic-issues-request@ietf.org?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, 23 Jan 2019 00:06:06 -0000

----==_mimepart_5c47afeb5a19d_2b43f93834d45bc119627
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

This takes the suggestion from #2268 and expands on it.

Closes #2268.
You can view, comment on, or merge this pull request online at:

  https://github.com/quicwg/base-drafts/pull/2361

-- Commit Summary --

  * Refine STOP_SENDING reaction text

-- File Changes --

    M draft-ietf-quic-transport.md (12)

-- Patch Links --

https://github.com/quicwg/base-drafts/pull/2361.patch
https://github.com/quicwg/base-drafts/pull/2361.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/2361

----==_mimepart_5c47afeb5a19d_2b43f93834d45bc119627
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

<p>This takes the suggestion from <a class="issue-link js-issue-link" data-error-text="Failed to load issue title" data-id="394620227" data-permission-text="Issue title is private" data-url="https://github.com/quicwg/base-drafts/issues/2268" data-hovercard-type="pull_request" data-hovercard-url="/quicwg/base-drafts/pull/2268/hovercard" href="https://github.com/quicwg/base-drafts/pull/2268">#2268</a> and expands on it.</p>
<p><span class="issue-keyword tooltipped tooltipped-se" aria-label="This pull request closes pull request #2268.">Closes</span> <a class="issue-link js-issue-link" data-error-text="Failed to load issue title" data-id="394620227" data-permission-text="Issue title is private" data-url="https://github.com/quicwg/base-drafts/issues/2268" data-hovercard-type="pull_request" data-hovercard-url="/quicwg/base-drafts/pull/2268/hovercard" href="https://github.com/quicwg/base-drafts/pull/2268">#2268</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/2361'>https://github.com/quicwg/base-drafts/pull/2361</a></p>

<h4>Commit Summary</h4>
<ul>
  <li>Refine STOP_SENDING reaction text</li>
</ul>

<h4>File Changes</h4>
<ul>
  <li>
    <strong>M</strong>
    <a href="https://github.com/quicwg/base-drafts/pull/2361/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/2361.patch'>https://github.com/quicwg/base-drafts/pull/2361.patch</a></li>
  <li><a href='https://github.com/quicwg/base-drafts/pull/2361.diff'>https://github.com/quicwg/base-drafts/pull/2361.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/2361">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AWbkq08wJtLIs6TnRkBbpNDjcWG9uTjYks5vF6drgaJpZM4aNxMq">mute the thread</a>.<img src="https://github.com/notifications/beacon/AWbkq-RxvvdEfp75uTzEBtJFLvtLulKdks5vF6drgaJpZM4aNxMq.gif" height="1" width="1" alt="" /></p>
<script type="application/json" data-scope="inboxmarkup">{"api_version":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name":"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"https://github.githubassets.com/images/email/message_cards/header.png","avatar_image_url":"https://github.githubassets.com/images/email/message_cards/avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/quicwg/base-drafts"}},"updates":{"snippets":[{"icon":"DESCRIPTION","message":"Refine STOP_SENDING reaction text (#2361)"}],"action":{"name":"View Pull Request","url":"https://github.com/quicwg/base-drafts/pull/2361"}}}</script>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/pull/2361",
"url": "https://github.com/quicwg/base-drafts/pull/2361",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>

----==_mimepart_5c47afeb5a19d_2b43f93834d45bc119627--


From nobody Tue Jan 22 16:11: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 8488012D4EC for <quic-issues@ietfa.amsl.com>; Tue, 22 Jan 2019 16:10:59 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -12.552
X-Spam-Level: 
X-Spam-Status: No, score=-12.552 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIMWL_WL_HIGH=-4.553, 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_PASS=-0.001] autolearn=ham autolearn_force=no
Authentication-Results: ietfa.amsl.com (amavisd-new); dkim=pass (1024-bit key) header.d=github.com
Received: from mail.ietf.org ([4.31.198.44]) by localhost (ietfa.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id y8dQaVwcdEJE for <quic-issues@ietfa.amsl.com>; Tue, 22 Jan 2019 16:10:57 -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 9ADAC1311B5 for <quic-issues@ietf.org>; Tue, 22 Jan 2019 16:10:57 -0800 (PST)
Date: Tue, 22 Jan 2019 16:10:56 -0800
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1548202256; bh=u5KQMicbwUqe20exWhgi7a0Bm0b3Jc/TIPk46A5FPUw=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=TXt7qQ/ak6HZkmI9ZXiqwwXWm/BzMPpdd/5DRnZxnF+LEQY+oIkBwDneW6vULhuu6 wzoADW5HqvNf3l3sPy1z1+xd3zqua7Jx5SQWIKv3OtA+02quuABkORATlZUrBQciyW ozDVitWPjR/ePPnUdaeunY+1z3vQFwan5NqEpP+Y=
From: Martin Thomson <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+0166e4abf3f9d93ffbe89f61e6af9dab02eecaee8f8b69b992cf00000001185f731092a169ce17d8cc13@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/pull/2340/review/195293715@github.com>
In-Reply-To: <quicwg/base-drafts/pull/2340@github.com>
References: <quicwg/base-drafts/pull/2340@github.com>
Subject: Re: [quicwg/base-drafts] Add note about frequent RTT estimates (#2340)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5c47b110cff4d_397d3fd0b8cd45c4167970"; 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/gLGnCBq2jToyAHC_D7L_LAa5wYQ>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
List-Id: Notification list for GitHub issues related to the QUIC WG <quic-issues.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=unsubscribe>
List-Archive: <https://mailarchive.ietf.org/arch/browse/quic-issues/>
List-Post: <mailto:quic-issues@ietf.org>
List-Help: <mailto:quic-issues-request@ietf.org?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, 23 Jan 2019 00:11:00 -0000

----==_mimepart_5c47b110cff4d_397d3fd0b8cd45c4167970
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

martinthomson commented on this pull request.



> @@ -289,8 +289,15 @@ be subtracted from the RTT as long as the result is larger than the min_rtt.
 If the result is smaller than the min_rtt, the RTT should be used, but the
 ack delay field should be ignored.
 
-Like TCP, QUIC calculates both smoothed RTT and RTT variance similar to those
-specified in {{?RFC6298}}.
+A sender calculates both smoothed RTT and RTT variance similar to those
+specified in {{?RFC6298}}, see {{on-ack-received}}.
+
+A sender takes an RTT sample when an ACK frame is received that acknowledges a
+larger packet number than before (see {{on-ack-received}}).  A sender will take
+multiple RTT samples per RTT when multiple such ACK frames are received within
+an RTT.  When multiple samples are generated within an RTT, the smoothed RTT and
+RTT variance may retain inadequate history, as suggested in {{?RFC6298}}.

```suggestion
RTT variance could retain inadequate history, as suggested in {{?RFC6298}}.
```

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/quicwg/base-drafts/pull/2340#pullrequestreview-195293715
----==_mimepart_5c47b110cff4d_397d3fd0b8cd45c4167970
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/2340#discussi=
on_r250011288">draft-ietf-quic-recovery.md</a>:</p>=0D
<pre style=3D'color:#555'>&gt; @@ -289,8 +289,15 @@ be subtracted from th=
e RTT as long as the result is larger than the min_rtt.=0D
 If the result is smaller than the min_rtt, the RTT should be used, but t=
he=0D
 ack delay field should be ignored.=0D
 =0D
-Like TCP, QUIC calculates both smoothed RTT and RTT variance similar to =
those=0D
-specified in {{?RFC6298}}.=0D
+A sender calculates both smoothed RTT and RTT variance similar to those=0D=

+specified in {{?RFC6298}}, see {{on-ack-received}}.=0D
+=0D
+A sender takes an RTT sample when an ACK frame is received that acknowle=
dges a=0D
+larger packet number than before (see {{on-ack-received}}).  A sender wi=
ll take=0D
+multiple RTT samples per RTT when multiple such ACK frames are received =
within=0D
+an RTT.  When multiple samples are generated within an RTT, the smoothed=
 RTT and=0D
+RTT variance may retain inadequate history, as suggested in {{?RFC6298}}=
.=0D
</pre>=0D
=E2=AC=87=EF=B8=8F Suggested change=0D
<pre style=3D"color: #555">-RTT variance may retain inadequate history, a=
s suggested in {{?RFC6298}}.=0D
+RTT variance could retain inadequate history, as suggested in {{?RFC6298=
}}.=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/2340#pullrequestreview-195293715">view it on GitHub</=
a>, or <a href=3D"https://github.com/notifications/unsubscribe-auth/AWbkq=
81HMmcbIO3Ftoy0gy5okVNdgeV0ks5vF6iQgaJpZM4aEVlj">mute the thread</a>.<img=
 src=3D"https://github.com/notifications/beacon/AWbkq1-swMUlSVHz-5gQlt__t=
pC_3q_9ks5vF6iQgaJpZM4aEVlj.gif" height=3D"1" width=3D"1" alt=3D"" /></p>=
=0D
<script type=3D"application/json" data-scope=3D"inboxmarkup">{"api_versio=
n":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name"=
:"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"=
quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"http=
s://github.githubassets.com/images/email/message_cards/header.png","avata=
r_image_url":"https://github.githubassets.com/images/email/message_cards/=
avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/q=
uicwg/base-drafts"}},"updates":{"snippets":[{"icon":"PERSON","message":"@=
martinthomson commented on #2340"}],"action":{"name":"View Pull Request",=
"url":"https://github.com/quicwg/base-drafts/pull/2340#pullrequestreview-=
195293715"}}}</script>=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/2340#pullrequestrev=
iew-195293715",=0D
"url": "https://github.com/quicwg/base-drafts/pull/2340#pullrequestreview=
-195293715",=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_5c47b110cff4d_397d3fd0b8cd45c4167970--


From nobody Tue Jan 22 16:13:28 2019
Return-Path: <bounce+565321.40f-quic-issues=ietf.org@github.com>
X-Original-To: quic-issues@ietfa.amsl.com
Delivered-To: quic-issues@ietfa.amsl.com
Received: from localhost (localhost [127.0.0.1]) by ietfa.amsl.com (Postfix) with ESMTP id 890871311A4 for <quic-issues@ietfa.amsl.com>; Tue, 22 Jan 2019 16:13:27 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -6.452
X-Spam-Level: 
X-Spam-Status: No, score=-6.452 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIMWL_WL_HIGH=-4.553, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, HEADER_FROM_DIFFERENT_DOMAINS=0.001, RCVD_IN_DNSWL_NONE=-0.0001, SPF_PASS=-0.001, URIBL_BLOCKED=0.001] autolearn=ham autolearn_force=no
Authentication-Results: ietfa.amsl.com (amavisd-new); dkim=pass (1024-bit key) header.d=github.com
Received: from mail.ietf.org ([4.31.198.44]) by localhost (ietfa.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 6GKy9JAcddLD for <quic-issues@ietfa.amsl.com>; Tue, 22 Jan 2019 16:13:26 -0800 (PST)
Received: from m69-169.mailgun.net (m69-169.mailgun.net [166.78.69.169]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id CF6EF12D4EC for <quic-issues@ietf.org>; Tue, 22 Jan 2019 16:13:25 -0800 (PST)
DKIM-Signature: a=rsa-sha256; v=1; c=relaxed/relaxed; d=github.com; q=dns/txt;  s=mailo; t=1548202405; h=Content-Transfer-Encoding: Content-Type: Mime-Version: Subject: Message-ID: To: Reply-To: From: Date: Sender; bh=8N336iE2rc2t5/HyrBR5fiCWvnHo4nxbbnI/PH2iOf0=; b=vxQtO84CwmD937TN2kvGWZWkbFksgKsJNRVUuCgZoRw0KE3F2nRi39Pw5VrEi2DBWKOoeJqV XqFF3IzMb+SZXgvqZTzPY6oj6PhC+lBpTA1VvPW1F9vwN3ioQHBWQsx0HYkUzVLsxzczBXqU xw4eV+CNklnE8AZMQWfj2HjeQ40=
X-Mailgun-Sending-Ip: 166.78.69.169
X-Mailgun-Sid: WyJhNzYyYiIsICJxdWljLWlzc3Vlc0BpZXRmLm9yZyIsICI0MGYiXQ==
Sender: mt=lowentropy.net@github.com
Received: from github.com (Unknown [192.30.252.44]) by mxa.mailgun.org with ESMTP id 5c47b1a4.7f42dc17fab0-smtp-out-n03; Wed, 23 Jan 2019 00:13:24 -0000 (UTC)
Date: Tue, 22 Jan 2019 16:13:23 -0800
From: Martin Thomson <mt@lowentropy.net>
Reply-To: Martin Thomson <mt@lowentropy.net>
To: quic-issues@ietf.org
Message-ID: <5c47b1a3f0a04_f212ade70a8a57459868@hookshot-fe-6e9b612.cp1-iad.github.net.mail>
Subject: [quicwg/base-drafts] 5bd6a1: Refine STOP_SENDING reaction text
Mime-Version: 1.0
Content-Type: multipart/mixed; boundary="--==_mimepart_5c47b1a3f06c2_f212ade70a8a57459771"; charset=UTF-8
Content-Transfer-Encoding: 7bit
Archived-At: <https://mailarchive.ietf.org/arch/msg/quic-issues/1Mug4z9s2bGQwNC72UthJlqf3Lg>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
Precedence: list
List-Id: Notification list for GitHub issues related to the QUIC WG <quic-issues.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=unsubscribe>
List-Archive: <https://mailarchive.ietf.org/arch/browse/quic-issues/>
List-Post: <mailto:quic-issues@ietf.org>
List-Help: <mailto:quic-issues-request@ietf.org?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, 23 Jan 2019 00:13:27 -0000

----==_mimepart_5c47b1a3f06c2_f212ade70a8a57459771
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

  Branch: refs/heads/master
  Home:   https://github.com/quicwg/base-drafts
  Commit: 5bd6a17b2ec2617f74bb1619d1b2da565ac33f38
      https://github.com/quicwg/base-drafts/commit/5bd6a17b2ec2617f74bb1619d1b2da565ac33f38
  Author: Martin Thomson <martin.thomson@gmail.com>
  Date:   2019-01-23 (Wed, 23 Jan 2019)

  Changed paths:
    M draft-ietf-quic-transport.md

  Log Message:
  -----------
  Refine STOP_SENDING reaction text

This takes the suggestion from #2268 and expands on it.

Closes #2268.


  Commit: eba4e945b956d50e913c10b68da23e45c194f12e
      https://github.com/quicwg/base-drafts/commit/eba4e945b956d50e913c10b68da23e45c194f12e
  Author: Martin Thomson <mt@lowentropy.net>
  Date:   2019-01-23 (Wed, 23 Jan 2019)

  Changed paths:
    M draft-ietf-quic-transport.md

  Log Message:
  -----------
  Merge pull request #2361 from quicwg/stream-reset-after-done

Refine STOP_SENDING reaction text


Compare: https://github.com/quicwg/base-drafts/compare/a6f09e44c166...eba4e945b956
      **NOTE:** This service has been marked for deprecation: https://developer.github.com/changes/2018-04-25-github-services-deprecation/

      Functionality will be removed from GitHub.com on January 31st, 2019.

----==_mimepart_5c47b1a3f06c2_f212ade70a8a57459771--


From nobody Tue Jan 22 16:13: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 BF14E1311C8 for <quic-issues@ietfa.amsl.com>; Tue, 22 Jan 2019 16:13:29 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -10.935
X-Spam-Level: 
X-Spam-Status: No, score=-10.935 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIMWL_WL_HIGH=-4.553, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, HTML_IMAGE_ONLY_24=1.618, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-1, RCVD_IN_DNSWL_HI=-5, SPF_PASS=-0.001] autolearn=ham autolearn_force=no
Authentication-Results: ietfa.amsl.com (amavisd-new); dkim=pass (1024-bit key) header.d=github.com
Received: from mail.ietf.org ([4.31.198.44]) by localhost (ietfa.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 1NIBg9HHOyrR for <quic-issues@ietfa.amsl.com>; Tue, 22 Jan 2019 16:13: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 19B4F12D4EC for <quic-issues@ietf.org>; Tue, 22 Jan 2019 16:13:28 -0800 (PST)
Date: Tue, 22 Jan 2019 16:13:27 -0800
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1548202407; bh=Wl15/9uuBLPoFJCdoefPk3/dlC9vjF+uvKZeavitkqs=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=NFKcksmU664NfePwTgx5TSFNbk8c/x6FzE8L2eWenm4fEYOAM3cXpLOHmMskpMqng Y7d7bFtGUhWuZf0RMWn2IkW0RI2zPBrc3GcgqPZuRO5YQTuCn3+26X6D22qLcnKNz9 EuAVNe9qTy6Cy1GHOjlVEUC7Th0KIAU5LHNgFUWY=
From: Martin Thomson <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+0166e4ab3a9d23428880e1888b179260c2c8a09862bcc6ca92cf00000001185f73a792a169ce17f63042@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/pull/2361/issue_event/2090317758@github.com>
In-Reply-To: <quicwg/base-drafts/pull/2361@github.com>
References: <quicwg/base-drafts/pull/2361@github.com>
Subject: Re: [quicwg/base-drafts] Refine STOP_SENDING reaction text (#2361)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5c47b1a711c6e_3d6d3f90098d45b828683c"; 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/Khg318-ZKNBWZFrHSDAL_IAPJUc>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
List-Id: Notification list for GitHub issues related to the QUIC WG <quic-issues.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=unsubscribe>
List-Archive: <https://mailarchive.ietf.org/arch/browse/quic-issues/>
List-Post: <mailto:quic-issues@ietf.org>
List-Help: <mailto:quic-issues-request@ietf.org?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, 23 Jan 2019 00:13:30 -0000

----==_mimepart_5c47b1a711c6e_3d6d3f90098d45b828683c
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

Merged #2361 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/2361#event-2090317758
----==_mimepart_5c47b1a711c6e_3d6d3f90098d45b828683c
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="402010178" data-permission-text="Issue title is private" data-url="https://github.com/quicwg/base-drafts/issues/2361" data-hovercard-type="pull_request" data-hovercard-url="/quicwg/base-drafts/pull/2361/hovercard" href="https://github.com/quicwg/base-drafts/pull/2361">#2361</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/2361#event-2090317758">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AWbkq6KY5J418E_9L6zv29vIsWHhbLWzks5vF6kngaJpZM4aNxMq">mute the thread</a>.<img src="https://github.com/notifications/beacon/AWbkq5Vo4X2w8XxqXhEwkN5LX3XeWMRjks5vF6kngaJpZM4aNxMq.gif" height="1" width="1" alt="" /></p>
<script type="application/json" data-scope="inboxmarkup">{"api_version":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name":"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"https://github.githubassets.com/images/email/message_cards/header.png","avatar_image_url":"https://github.githubassets.com/images/email/message_cards/avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/quicwg/base-drafts"}},"updates":{"snippets":[{"icon":"DESCRIPTION","message":"Merged #2361 into master."}],"action":{"name":"View Pull Request","url":"https://github.com/quicwg/base-drafts/pull/2361#event-2090317758"}}}</script>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/pull/2361#event-2090317758",
"url": "https://github.com/quicwg/base-drafts/pull/2361#event-2090317758",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>
----==_mimepart_5c47b1a711c6e_3d6d3f90098d45b828683c--


From nobody Tue Jan 22 16:13: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 A10071311BF for <quic-issues@ietfa.amsl.com>; Tue, 22 Jan 2019 16:13:30 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -11.149
X-Spam-Level: 
X-Spam-Status: No, score=-11.149 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIMWL_WL_HIGH=-4.553, 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_PASS=-0.001] autolearn=ham autolearn_force=no
Authentication-Results: ietfa.amsl.com (amavisd-new); dkim=pass (1024-bit key) header.d=github.com
Received: from mail.ietf.org ([4.31.198.44]) by localhost (ietfa.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id rqxx-b4BVBY2 for <quic-issues@ietfa.amsl.com>; Tue, 22 Jan 2019 16:13: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 1884F1311A4 for <quic-issues@ietf.org>; Tue, 22 Jan 2019 16:13:29 -0800 (PST)
Date: Tue, 22 Jan 2019 16:13:28 -0800
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1548202408; bh=zxVS7+gbxz/mJ+MZoIyGfzIeBUuVxrMs3EhkOvepBKs=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=BT4ChWuE6vZu3Ydpg/EK2S5Kmy2QWq3XgHmN+F+iYShol1TSnIKo/1xnERcPx8LkG An7VHCBY5fBa9zz5v/j0TVeLPprBh3jXXGNrfxS+yTZ+cFovRJr51tzT8nzbih9NBO EyzPROcyRyJX8MiOyuaA1wbLFPBNNTFEjefaYr08=
From: Martin Thomson <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+0166e4abf9ac31007c6a0e33a0b507426d4cdb740568e3dc92cf00000001185f73a892a169ce17856d43@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/pull/2268/issue_event/2090317760@github.com>
In-Reply-To: <quicwg/base-drafts/pull/2268@github.com>
References: <quicwg/base-drafts/pull/2268@github.com>
Subject: Re: [quicwg/base-drafts] only require RESET_STREAM on STOP_SENDING in Ready and Sent state (#2268)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5c47b1a83963f_41193fed936d45b42383ad"; 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/gOu_Yaia9vYOFkgBoKJn0Pg1d20>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
List-Id: Notification list for GitHub issues related to the QUIC WG <quic-issues.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=unsubscribe>
List-Archive: <https://mailarchive.ietf.org/arch/browse/quic-issues/>
List-Post: <mailto:quic-issues@ietf.org>
List-Help: <mailto:quic-issues-request@ietf.org?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, 23 Jan 2019 00:13:31 -0000

----==_mimepart_5c47b1a83963f_41193fed936d45b42383ad
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

Closed #2268 via #2361.

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/quicwg/base-drafts/pull/2268#event-2090317760
----==_mimepart_5c47b1a83963f_41193fed936d45b42383ad
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="394620227" data-permission-text="Issue title is private" data-url="https://github.com/quicwg/base-drafts/issues/2268" data-hovercard-type="pull_request" data-hovercard-url="/quicwg/base-drafts/pull/2268/hovercard" href="https://github.com/quicwg/base-drafts/pull/2268">#2268</a> via <a class="issue-link js-issue-link" data-error-text="Failed to load issue title" data-id="402010178" data-permission-text="Issue title is private" data-url="https://github.com/quicwg/base-drafts/issues/2361" data-hovercard-type="pull_request" data-hovercard-url="/quicwg/base-drafts/pull/2361/hovercard" href="https://github.com/quicwg/base-drafts/pull/2361">#2361</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/2268#event-2090317760">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AWbkq-dSxtDo4Z04OC1oH4Wj5dZfpIvCks5vF6kogaJpZM4Zjx3_">mute the thread</a>.<img src="https://github.com/notifications/beacon/AWbkq1cWbS3YN3BxWf88ORxefrF7LW0Pks5vF6kogaJpZM4Zjx3_.gif" height="1" width="1" alt="" /></p>
<script type="application/json" data-scope="inboxmarkup">{"api_version":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name":"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"https://github.githubassets.com/images/email/message_cards/header.png","avatar_image_url":"https://github.githubassets.com/images/email/message_cards/avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/quicwg/base-drafts"}},"updates":{"snippets":[{"icon":"DESCRIPTION","message":"Closed #2268 via #2361."}],"action":{"name":"View Pull Request","url":"https://github.com/quicwg/base-drafts/pull/2268#event-2090317760"}}}</script>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/pull/2268#event-2090317760",
"url": "https://github.com/quicwg/base-drafts/pull/2268#event-2090317760",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>
----==_mimepart_5c47b1a83963f_41193fed936d45b42383ad--


From nobody Tue Jan 22 16:13:44 2019
Return-Path: <bounce+565321.40f-quic-issues=ietf.org@github.com>
X-Original-To: quic-issues@ietfa.amsl.com
Delivered-To: quic-issues@ietfa.amsl.com
Received: from localhost (localhost [127.0.0.1]) by ietfa.amsl.com (Postfix) with ESMTP id 959AD12D4EC for <quic-issues@ietfa.amsl.com>; Tue, 22 Jan 2019 16:13:31 -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=-4.553, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, HEADER_FROM_DIFFERENT_DOMAINS=0.001, RCVD_IN_DNSWL_NONE=-0.0001, SPF_PASS=-0.001] autolearn=ham autolearn_force=no
Authentication-Results: ietfa.amsl.com (amavisd-new); dkim=pass (1024-bit key) header.d=github.com
Received: from mail.ietf.org ([4.31.198.44]) by localhost (ietfa.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id uAiP_QhNSmoI for <quic-issues@ietfa.amsl.com>; Tue, 22 Jan 2019 16:13:30 -0800 (PST)
Received: from m69-170.mailgun.net (m69-170.mailgun.net [166.78.69.170]) (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 D29D41311CA for <quic-issues@ietf.org>; Tue, 22 Jan 2019 16:13:29 -0800 (PST)
DKIM-Signature: a=rsa-sha256; v=1; c=relaxed/relaxed; d=github.com; q=dns/txt;  s=mailo; t=1548202409; h=Content-Transfer-Encoding: Content-Type: Mime-Version: Subject: Message-ID: To: Reply-To: From: Date: Sender; bh=rkdSf727UyOpKC7P7bi/22JYJpWD99nu7VXXAa7sqto=; b=QaC7jPj7cbJp2LVD3zJIC/2jbi5sCGe86FWIPQ/MNU5XBt6xvP/n6QRULvQRmV1WecI2UHh+ 7xoGN1xx1RMgyXDsp/k6ILoRd/62jVLLxPpgKH2CQdQKcrg7XnBiCU4a+QU11UsDtEjj40ys mo88ETGSDPbKfhd7qEAdcgs8NQ8=
X-Mailgun-Sending-Ip: 166.78.69.170
X-Mailgun-Sid: WyJhNzYyYiIsICJxdWljLWlzc3Vlc0BpZXRmLm9yZyIsICI0MGYiXQ==
Sender: mt=lowentropy.net@github.com
Received: from github.com (Unknown [192.30.252.38]) by mxa.mailgun.org with ESMTP id 5c47b1a8.7efe461897b0-smtp-out-n01; Wed, 23 Jan 2019 00:13:28 -0000 (UTC)
Date: Tue, 22 Jan 2019 16:13:27 -0800
From: martinthomson <mt@lowentropy.net>
Reply-To: martinthomson <mt@lowentropy.net>
To: quic-issues@ietf.org
Message-ID: <5c47b1a78e5d0_6b292adc1ba38578385e5@hookshot-fe-265448d.cp1-iad.github.net.mail>
Subject: [quicwg/base-drafts]
Mime-Version: 1.0
Content-Type: multipart/mixed; boundary="--==_mimepart_5c47b1a78e293_6b292adc1ba38578384d9"; charset=UTF-8
Content-Transfer-Encoding: 7bit
Archived-At: <https://mailarchive.ietf.org/arch/msg/quic-issues/EU62io7fW7nZ1ohY_UUniUWoi4w>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
Precedence: list
List-Id: Notification list for GitHub issues related to the QUIC WG <quic-issues.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=unsubscribe>
List-Archive: <https://mailarchive.ietf.org/arch/browse/quic-issues/>
List-Post: <mailto:quic-issues@ietf.org>
List-Help: <mailto:quic-issues-request@ietf.org?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, 23 Jan 2019 00:13:32 -0000

----==_mimepart_5c47b1a78e293_6b292adc1ba38578384d9
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

  Branch: refs/heads/stream-reset-after-done
  Home:   https://github.com/quicwg/base-drafts

      **NOTE:** This service has been marked for deprecation: https://developer.github.com/changes/2018-04-25-github-services-deprecation/

      Functionality will be removed from GitHub.com on January 31st, 2019.

----==_mimepart_5c47b1a78e293_6b292adc1ba38578384d9--


From nobody Tue Jan 22 16:27:32 2019
Return-Path: <bounce+565321.40f-quic-issues=ietf.org@github.com>
X-Original-To: quic-issues@ietfa.amsl.com
Delivered-To: quic-issues@ietfa.amsl.com
Received: from localhost (localhost [127.0.0.1]) by ietfa.amsl.com (Postfix) with ESMTP id 04F591311F2 for <quic-issues@ietfa.amsl.com>; Tue, 22 Jan 2019 16:27:24 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -0.996
X-Spam-Level: 
X-Spam-Status: No, score=-0.996 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIM_ADSP_CUSTOM_MED=0.001, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, FREEMAIL_FORGED_FROMDOMAIN=0.001, FREEMAIL_FROM=0.001, HEADER_FROM_DIFFERENT_DOMAINS=0.001, NML_ADSP_CUSTOM_MED=0.9, RCVD_IN_DNSWL_NONE=-0.0001, SPF_PASS=-0.001, URIBL_BLOCKED=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 HOtaTnQhXuSr for <quic-issues@ietfa.amsl.com>; Tue, 22 Jan 2019 16:27:22 -0800 (PST)
Received: from m69-169.mailgun.net (m69-169.mailgun.net [166.78.69.169]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id D9E8E1311F1 for <quic-issues@ietf.org>; Tue, 22 Jan 2019 16:27:21 -0800 (PST)
DKIM-Signature: a=rsa-sha256; v=1; c=relaxed/relaxed; d=github.com; q=dns/txt;  s=mailo; t=1548203241; h=Content-Transfer-Encoding: Content-Type: Mime-Version: Subject: Message-ID: To: Reply-To: From: Date: Sender; bh=a/KSzXcn83oJTB+Pb+i+iQyLf//UtqruRmf7qww1D9E=; b=msO/2SmYoVZZLFo1R14Q0IJClslxq61UuGg//TREW2wbJc25u8g+uCkIM+s/YFNoCHtJ+o+B IVMSW0aZXhPXu/5TF6ZuNLh+5GlKV1EEq/9ls0lqmRrsXRhD70Q+MkxcmRihsig6a6vYCzf8 Nk0SsdcpgK2wvjLwJD25VEoXCjk=
X-Mailgun-Sending-Ip: 166.78.69.169
X-Mailgun-Sid: WyJhNzYyYiIsICJxdWljLWlzc3Vlc0BpZXRmLm9yZyIsICI0MGYiXQ==
Sender: martin.thomson=gmail.com@github.com
Received: from github.com (Unknown [192.30.252.44]) by mxa.mailgun.org with ESMTP id 5c47b4e8.7ff818fe85a0-smtp-out-n02; Wed, 23 Jan 2019 00:27:20 -0000 (UTC)
Date: Tue, 22 Jan 2019 16:27:19 -0800
From: Martin Thomson <martin.thomson@gmail.com>
Reply-To: Martin Thomson <martin.thomson@gmail.com>
To: quic-issues@ietf.org
Message-ID: <5c47b4e7eb47d_13242ad026f6c590649f4@hookshot-fe-6e9b612.cp1-iad.github.net.mail>
Subject: [quicwg/base-drafts] 46a87b: Fixups
Mime-Version: 1.0
Content-Type: multipart/mixed; boundary="--==_mimepart_5c47b4e7eaf7c_13242ad026f6c590648c5"; charset=UTF-8
Content-Transfer-Encoding: 7bit
Archived-At: <https://mailarchive.ietf.org/arch/msg/quic-issues/6RCkC9FAk17812VyBHsZAvFC7TI>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
Precedence: list
List-Id: Notification list for GitHub issues related to the QUIC WG <quic-issues.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=unsubscribe>
List-Archive: <https://mailarchive.ietf.org/arch/browse/quic-issues/>
List-Post: <mailto:quic-issues@ietf.org>
List-Help: <mailto:quic-issues-request@ietf.org?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, 23 Jan 2019 00:27:31 -0000

----==_mimepart_5c47b4e7eaf7c_13242ad026f6c590648c5
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

  Branch: refs/heads/transport/pa_confusing
  Home:   https://github.com/quicwg/base-drafts
  Commit: 46a87bfe169309a502221ffa63f1d5ceb45335e0
      https://github.com/quicwg/base-drafts/commit/46a87bfe169309a502221ffa63f1d5ceb45335e0
  Author: Martin Thomson <martin.thomson@gmail.com>
  Date:   2019-01-23 (Wed, 23 Jan 2019)

  Changed paths:
    M draft-ietf-quic-transport.md

  Log Message:
  -----------
  Fixups



      **NOTE:** This service has been marked for deprecation: https://developer.github.com/changes/2018-04-25-github-services-deprecation/

      Functionality will be removed from GitHub.com on January 31st, 2019.

----==_mimepart_5c47b4e7eaf7c_13242ad026f6c590648c5--


From nobody Tue Jan 22 16:27: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 162F81311D9 for <quic-issues@ietfa.amsl.com>; Tue, 22 Jan 2019 16:27:28 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -10.935
X-Spam-Level: 
X-Spam-Status: No, score=-10.935 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIMWL_WL_HIGH=-4.553, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, HTML_IMAGE_ONLY_24=1.618, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-1, RCVD_IN_DNSWL_HI=-5, SPF_PASS=-0.001] autolearn=ham autolearn_force=no
Authentication-Results: ietfa.amsl.com (amavisd-new); dkim=pass (1024-bit key) header.d=github.com
Received: from mail.ietf.org ([4.31.198.44]) by localhost (ietfa.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id WhZh8w1su2vW for <quic-issues@ietfa.amsl.com>; Tue, 22 Jan 2019 16:27: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 0901C131200 for <quic-issues@ietf.org>; Tue, 22 Jan 2019 16:27:24 -0800 (PST)
Date: Tue, 22 Jan 2019 16:27:22 -0800
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1548203243; bh=m7KvnUnAkSi7voJpFZDkxolLj7uOn86lybo1kyBaXD0=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=e7R2a3+o7Im23FkIKL7jVZRdo6p3JftCYg5eSx5HZZcHyxfMAAoXGo5E0o38eJJbT H7f8iaeqmzDmBXKAkvmVVlayZ+nyNngva+f9phnmGL4Ny6pcoQ6v4/7QOtu1VhinJe OMtGOb4NFahaTl4Xy32umoGcdhybMb2SeJmp9LYg=
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/2349/push/3234392165@github.com>
In-Reply-To: <quicwg/base-drafts/pull/2349@github.com>
References: <quicwg/base-drafts/pull/2349@github.com>
Subject: Re: [quicwg/base-drafts] Correcting polarity of SPA language (#2349)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5c47b4eaf3712_7b623fd33ead45c0229787"; 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/8dTVW_roDdlYqiznEEcCxdPo4Hc>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
List-Id: Notification list for GitHub issues related to the QUIC WG <quic-issues.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=unsubscribe>
List-Archive: <https://mailarchive.ietf.org/arch/browse/quic-issues/>
List-Post: <mailto:quic-issues@ietf.org>
List-Help: <mailto:quic-issues-request@ietf.org?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, 23 Jan 2019 00:27:34 -0000

----==_mimepart_5c47b4eaf3712_7b623fd33ead45c0229787
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

@martinthomson pushed 1 commit.

46a87bfe169309a502221ffa63f1d5ceb45335e0  Fixups


-- 
You are receiving this because you are subscribed to this thread.
View it on GitHub:
https://github.com/quicwg/base-drafts/pull/2349/files/4e449add7f4de237c3708a2c73d3d63a8fce4c99..46a87bfe169309a502221ffa63f1d5ceb45335e0

----==_mimepart_5c47b4eaf3712_7b623fd33ead45c0229787
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/46a87bfe169309a502221ffa63f1d5ceb45335e0">46a87bf</a>  Fixups</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/2349/files/4e449add7f4de237c3708a2c73d3d63a8fce4c99..46a87bfe169309a502221ffa63f1d5ceb45335e0">View it on GitHub</a> or <a href="https://github.com/notifications/unsubscribe-auth/AWbkqyFptaLoiIwuKL84jmvOSh0gmgY9ks5vF6xqgaJpZM4aIbHp">mute the thread</a>.<img src="https://github.com/notifications/beacon/AWbkq-89GoeXamrcl5PDrivt2qZnoIMTks5vF6xqgaJpZM4aIbHp.gif" height="1" width="1" alt="" /></p>
<script type="application/json" data-scope="inboxmarkup">{"api_version":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name":"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"https://github.githubassets.com/images/email/message_cards/header.png","avatar_image_url":"https://github.githubassets.com/images/email/message_cards/avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/quicwg/base-drafts"}},"updates":{"snippets":[{"icon":"PERSON","message":"@martinthomson pushed 1 commit in #2349"}],"action":{"name":"View Pull Request","url":"https://github.com/quicwg/base-drafts/pull/2349/files/4e449add7f4de237c3708a2c73d3d63a8fce4c99..46a87bfe169309a502221ffa63f1d5ceb45335e0"}}}</script>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/pull/2349/files/4e449add7f4de237c3708a2c73d3d63a8fce4c99..46a87bfe169309a502221ffa63f1d5ceb45335e0",
"url": "https://github.com/quicwg/base-drafts/pull/2349/files/4e449add7f4de237c3708a2c73d3d63a8fce4c99..46a87bfe169309a502221ffa63f1d5ceb45335e0",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>

----==_mimepart_5c47b4eaf3712_7b623fd33ead45c0229787--


From nobody Tue Jan 22 16:28:28 2019
Return-Path: <bounce+565321.40f-quic-issues=ietf.org@github.com>
X-Original-To: quic-issues@ietfa.amsl.com
Delivered-To: quic-issues@ietfa.amsl.com
Received: from localhost (localhost [127.0.0.1]) by ietfa.amsl.com (Postfix) with ESMTP id 7E1FF1311CD for <quic-issues@ietfa.amsl.com>; Tue, 22 Jan 2019 16:28:27 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -0.997
X-Spam-Level: 
X-Spam-Status: No, score=-0.997 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIM_ADSP_CUSTOM_MED=0.001, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, FREEMAIL_FORGED_FROMDOMAIN=0.001, FREEMAIL_FROM=0.001, HEADER_FROM_DIFFERENT_DOMAINS=0.001, NML_ADSP_CUSTOM_MED=0.9, RCVD_IN_DNSWL_NONE=-0.0001, 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 tSNDaV0bwx71 for <quic-issues@ietfa.amsl.com>; Tue, 22 Jan 2019 16:28:26 -0800 (PST)
Received: from m71-131.mailgun.net (m71-131.mailgun.net [166.78.71.131]) (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 3B6851311C2 for <quic-issues@ietf.org>; Tue, 22 Jan 2019 16:28:26 -0800 (PST)
DKIM-Signature: a=rsa-sha256; v=1; c=relaxed/relaxed; d=github.com; q=dns/txt;  s=mailo; t=1548203305; h=Content-Transfer-Encoding: Content-Type: Mime-Version: Subject: Message-ID: To: Reply-To: From: Date: Sender; bh=3wtc+iefvuoUXMvf0RdkJauytUJVWFVPF4+Dbbo8szY=; b=HylQYNJanJo74UpbcKJE0FpVJId5ahcml4pXwuhuAyJUtpLk/w7/GiVJaiOTLUYL31JI495m YhydVZ8IzycwRzPJfiNUhbMHb/Y6kw4IWSmABwRLwKOvjuTOGH9ukOG9ulXgg25avvVlJNOU EoavI9EioQZTaknxksfwr9HP8gE=
X-Mailgun-Sending-Ip: 166.78.71.131
X-Mailgun-Sid: WyJhNzYyYiIsICJxdWljLWlzc3Vlc0BpZXRmLm9yZyIsICI0MGYiXQ==
Sender: jri.ietf=gmail.com@github.com
Received: from github.com (Unknown [192.30.252.34]) by mxa.mailgun.org with ESMTP id 5c47b528.7f00b00dd270-smtp-out-n01; Wed, 23 Jan 2019 00:28:24 -0000 (UTC)
Date: Tue, 22 Jan 2019 16:28:23 -0800
From: Jana Iyengar <jri.ietf@gmail.com>
Reply-To: Jana Iyengar <jri.ietf@gmail.com>
To: quic-issues@ietf.org
Message-ID: <5c47b52711db3_1a1a2ab6956c2584324da@hookshot-fe-88eb02d.cp1-iad.github.net.mail>
Subject: [quicwg/base-drafts] d04838: restructure
Mime-Version: 1.0
Content-Type: multipart/mixed; boundary="--==_mimepart_5c47b52711936_1a1a2ab6956c2584323f7"; charset=UTF-8
Content-Transfer-Encoding: 7bit
Archived-At: <https://mailarchive.ietf.org/arch/msg/quic-issues/sCHW-kqCR8NoM-lZDgwlTtT5Cs8>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
Precedence: list
List-Id: Notification list for GitHub issues related to the QUIC WG <quic-issues.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=unsubscribe>
List-Archive: <https://mailarchive.ietf.org/arch/browse/quic-issues/>
List-Post: <mailto:quic-issues@ietf.org>
List-Help: <mailto:quic-issues-request@ietf.org?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, 23 Jan 2019 00:28:27 -0000

----==_mimepart_5c47b52711936_1a1a2ab6956c2584323f7
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

  Branch: refs/heads/ianswett-ignore-loss
  Home:   https://github.com/quicwg/base-drafts
  Commit: d0483879f73a6588e6a3e475d124b706bdbfb0f0
      https://github.com/quicwg/base-drafts/commit/d0483879f73a6588e6a3e475d124b706bdbfb0f0
  Author: Jana Iyengar <jri.ietf@gmail.com>
  Date:   2019-01-22 (Tue, 22 Jan 2019)

  Changed paths:
    M draft-ietf-quic-recovery.md

  Log Message:
  -----------
  restructure



      **NOTE:** This service has been marked for deprecation: https://developer.github.com/changes/2018-04-25-github-services-deprecation/

      Functionality will be removed from GitHub.com on January 31st, 2019.

----==_mimepart_5c47b52711936_1a1a2ab6956c2584323f7--


From nobody Tue Jan 22 16:28: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 72C0A1311CD for <quic-issues@ietfa.amsl.com>; Tue, 22 Jan 2019 16:28:28 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -10.935
X-Spam-Level: 
X-Spam-Status: No, score=-10.935 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIMWL_WL_HIGH=-4.553, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, HTML_IMAGE_ONLY_24=1.618, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-1, RCVD_IN_DNSWL_HI=-5, SPF_PASS=-0.001] autolearn=ham autolearn_force=no
Authentication-Results: ietfa.amsl.com (amavisd-new); dkim=pass (1024-bit key) header.d=github.com
Received: from mail.ietf.org ([4.31.198.44]) by localhost (ietfa.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id GAXZ8wzNzPCe for <quic-issues@ietfa.amsl.com>; Tue, 22 Jan 2019 16:28:27 -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 008491311C7 for <quic-issues@ietf.org>; Tue, 22 Jan 2019 16:28:26 -0800 (PST)
Date: Tue, 22 Jan 2019 16:28:26 -0800
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1548203306; bh=U4VoRtcgSON1lwgJM8PkIfMppkoctfh068fyGVvBUk0=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=xasJyq4GQitLRbAa+ka3AWiEWUAQk7gK9jicoQkJQktw2n/txU7IqOWHOm5/uNRrb 2vkCH1/9HuqHTP0akrgDQnMvdU/f1QocCHt2UuDS1XL2Xm6L6qLD/n53EwIDTE0/ka Le1Nc+81dI+VgMW3LkX6axi2rocf1zN4UxRJY+P0=
From: Jana Iyemgar <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/2327/push/3234394225@github.com>
In-Reply-To: <quicwg/base-drafts/pull/2327@github.com>
References: <quicwg/base-drafts/pull/2327@github.com>
Subject: Re: [quicwg/base-drafts] Ignore packet loss when the keys are not available (#2327)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5c47b52a1d1cb_5c0f3fa1966d45bc4648d3"; 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/oxFpdotjSqTzPqNlaGCLFl5ocWI>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
List-Id: Notification list for GitHub issues related to the QUIC WG <quic-issues.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=unsubscribe>
List-Archive: <https://mailarchive.ietf.org/arch/browse/quic-issues/>
List-Post: <mailto:quic-issues@ietf.org>
List-Help: <mailto:quic-issues-request@ietf.org?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, 23 Jan 2019 00:28:29 -0000

----==_mimepart_5c47b52a1d1cb_5c0f3fa1966d45bc4648d3
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

@janaiyengar pushed 1 commit.

d0483879f73a6588e6a3e475d124b706bdbfb0f0  restructure


-- 
You are receiving this because you are subscribed to this thread.
View it on GitHub:
https://github.com/quicwg/base-drafts/pull/2327/files/b5386cd183f557d550a73203e0ac0ba6f744e1e8..d0483879f73a6588e6a3e475d124b706bdbfb0f0

----==_mimepart_5c47b52a1d1cb_5c0f3fa1966d45bc4648d3
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/d0483879f73a6588e6a3e475d124b706bdbfb0f0">d048387</a>  restructure</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/2327/files/b5386cd183f557d550a73203e0ac0ba6f744e1e8..d0483879f73a6588e6a3e475d124b706bdbfb0f0">View it on GitHub</a> or <a href="https://github.com/notifications/unsubscribe-auth/AWbkq9eyKajaIIDjW9yfboQzddgqqEUVks5vF6yqgaJpZM4Z4S8B">mute the thread</a>.<img src="https://github.com/notifications/beacon/AWbkq59haiosLTMXl30JBaHp4Otn54pMks5vF6yqgaJpZM4Z4S8B.gif" height="1" width="1" alt="" /></p>
<script type="application/json" data-scope="inboxmarkup">{"api_version":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name":"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"https://github.githubassets.com/images/email/message_cards/header.png","avatar_image_url":"https://github.githubassets.com/images/email/message_cards/avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/quicwg/base-drafts"}},"updates":{"snippets":[{"icon":"PERSON","message":"@janaiyengar pushed 1 commit in #2327"}],"action":{"name":"View Pull Request","url":"https://github.com/quicwg/base-drafts/pull/2327/files/b5386cd183f557d550a73203e0ac0ba6f744e1e8..d0483879f73a6588e6a3e475d124b706bdbfb0f0"}}}</script>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/pull/2327/files/b5386cd183f557d550a73203e0ac0ba6f744e1e8..d0483879f73a6588e6a3e475d124b706bdbfb0f0",
"url": "https://github.com/quicwg/base-drafts/pull/2327/files/b5386cd183f557d550a73203e0ac0ba6f744e1e8..d0483879f73a6588e6a3e475d124b706bdbfb0f0",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>

----==_mimepart_5c47b52a1d1cb_5c0f3fa1966d45bc4648d3--


From nobody Tue Jan 22 16:29: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 824281311CE for <quic-issues@ietfa.amsl.com>; Tue, 22 Jan 2019 16:29:18 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -10.935
X-Spam-Level: 
X-Spam-Status: No, score=-10.935 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIMWL_WL_HIGH=-4.553, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, HTML_IMAGE_ONLY_24=1.618, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-1, RCVD_IN_DNSWL_HI=-5, SPF_PASS=-0.001] autolearn=ham autolearn_force=no
Authentication-Results: ietfa.amsl.com (amavisd-new); dkim=pass (1024-bit key) header.d=github.com
Received: from mail.ietf.org ([4.31.198.44]) by localhost (ietfa.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 3YR49CmIP2-b for <quic-issues@ietfa.amsl.com>; Tue, 22 Jan 2019 16:29: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 F35501311CD for <quic-issues@ietf.org>; Tue, 22 Jan 2019 16:29:16 -0800 (PST)
Date: Tue, 22 Jan 2019 16:29:15 -0800
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1548203355; bh=H5UorjGHhCrDtlyGYUMEDzFddYsjclT5BmnGgm+ZLQg=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=QidfF1G+VxDjJrzTsmYhVn/7bto7b2ZdbewwRK/NZO44D97P9lRFcttxCBLf5NgOY DRghcqp6RRfT1l/STsn8xREuX8roHtn2lyOlCrIX8G5OuH7ViCmUnbhqfLRU2EQ4xU 0rEL9X9+QoG6xK23XVtPFCglq5vP+bFNyC6Xievg=
From: Jana Iyemgar <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/2327/push/3234395816@github.com>
In-Reply-To: <quicwg/base-drafts/pull/2327@github.com>
References: <quicwg/base-drafts/pull/2327@github.com>
Subject: Re: [quicwg/base-drafts] Ignore packet loss when the keys are not available (#2327)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5c47b55bde8de_6bcd3fd5e7ed45c0471721"; 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/dmW8-wNQIUYlXgxKyBljn2GRsDI>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
List-Id: Notification list for GitHub issues related to the QUIC WG <quic-issues.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=unsubscribe>
List-Archive: <https://mailarchive.ietf.org/arch/browse/quic-issues/>
List-Post: <mailto:quic-issues@ietf.org>
List-Help: <mailto:quic-issues-request@ietf.org?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, 23 Jan 2019 00:29:19 -0000

----==_mimepart_5c47b55bde8de_6bcd3fd5e7ed45c0471721
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

@janaiyengar pushed 1 commit.

aa114252af626c73ce217078a86d6760042ea95f  s/_/-


-- 
You are receiving this because you are subscribed to this thread.
View it on GitHub:
https://github.com/quicwg/base-drafts/pull/2327/files/d0483879f73a6588e6a3e475d124b706bdbfb0f0..aa114252af626c73ce217078a86d6760042ea95f

----==_mimepart_5c47b55bde8de_6bcd3fd5e7ed45c0471721
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/aa114252af626c73ce217078a86d6760042ea95f">aa11425</a>  s/_/-</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/2327/files/d0483879f73a6588e6a3e475d124b706bdbfb0f0..aa114252af626c73ce217078a86d6760042ea95f">View it on GitHub</a> or <a href="https://github.com/notifications/unsubscribe-auth/AWbkq85Szc3-sxX7LXxftyC0pbRp5wsAks5vF6zbgaJpZM4Z4S8B">mute the thread</a>.<img src="https://github.com/notifications/beacon/AWbkq_Ykmibu0VKXClI5npA3p8YJyS9Sks5vF6zbgaJpZM4Z4S8B.gif" height="1" width="1" alt="" /></p>
<script type="application/json" data-scope="inboxmarkup">{"api_version":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name":"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"https://github.githubassets.com/images/email/message_cards/header.png","avatar_image_url":"https://github.githubassets.com/images/email/message_cards/avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/quicwg/base-drafts"}},"updates":{"snippets":[{"icon":"PERSON","message":"@janaiyengar pushed 1 commit in #2327"}],"action":{"name":"View Pull Request","url":"https://github.com/quicwg/base-drafts/pull/2327/files/d0483879f73a6588e6a3e475d124b706bdbfb0f0..aa114252af626c73ce217078a86d6760042ea95f"}}}</script>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/pull/2327/files/d0483879f73a6588e6a3e475d124b706bdbfb0f0..aa114252af626c73ce217078a86d6760042ea95f",
"url": "https://github.com/quicwg/base-drafts/pull/2327/files/d0483879f73a6588e6a3e475d124b706bdbfb0f0..aa114252af626c73ce217078a86d6760042ea95f",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>

----==_mimepart_5c47b55bde8de_6bcd3fd5e7ed45c0471721--


From nobody Tue Jan 22 16:30:06 2019
Return-Path: <bounce+565321.40f-quic-issues=ietf.org@github.com>
X-Original-To: quic-issues@ietfa.amsl.com
Delivered-To: quic-issues@ietfa.amsl.com
Received: from localhost (localhost [127.0.0.1]) by ietfa.amsl.com (Postfix) with ESMTP id 6A9671311C7 for <quic-issues@ietfa.amsl.com>; Tue, 22 Jan 2019 16:30:04 -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=-4.553, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, HEADER_FROM_DIFFERENT_DOMAINS=0.001, RCVD_IN_DNSWL_NONE=-0.0001, SPF_PASS=-0.001] autolearn=ham autolearn_force=no
Authentication-Results: ietfa.amsl.com (amavisd-new); dkim=pass (1024-bit key) header.d=github.com
Received: from mail.ietf.org ([4.31.198.44]) by localhost (ietfa.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id xrESlfl-l0Sz for <quic-issues@ietfa.amsl.com>; Tue, 22 Jan 2019 16:30:02 -0800 (PST)
Received: from m71-131.mailgun.net (m71-131.mailgun.net [166.78.71.131]) (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 3D58E1311C2 for <quic-issues@ietf.org>; Tue, 22 Jan 2019 16:30:02 -0800 (PST)
DKIM-Signature: a=rsa-sha256; v=1; c=relaxed/relaxed; d=github.com; q=dns/txt;  s=mailo; t=1548203401; h=Content-Transfer-Encoding: Content-Type: Mime-Version: Subject: Message-ID: To: Reply-To: From: Date: Sender; bh=xc+yVxzhwH4qDeGeMoNI0ak5Vfg3w0g2oIj8aBZduDQ=; b=cufDwsLzAr9Ue2T69w+0jRRnGKtNDxULsYvhnS7Q+ddWZTi4T5uHieCXZaaE7hbN7hhGVR+T tAy7irJDGgfmciWPSYBxXOEtAmXcuxpVqhigywBfIHW31TrgtfCQxBGOcVPzPJv4T+4p1VfB +FhQQ9ZJCZY3Fa2bhPvF6wjed4k=
X-Mailgun-Sending-Ip: 166.78.71.131
X-Mailgun-Sid: WyJhNzYyYiIsICJxdWljLWlzc3Vlc0BpZXRmLm9yZyIsICI0MGYiXQ==
Sender: mt=lowentropy.net@github.com
Received: from github.com (Unknown [192.30.252.38]) by mxa.mailgun.org with ESMTP id 5c47b588.7f6205676690-smtp-out-n01; Wed, 23 Jan 2019 00:30:00 -0000 (UTC)
Date: Tue, 22 Jan 2019 16:30:00 -0800
From: Martin Thomson <mt@lowentropy.net>
Reply-To: Martin Thomson <mt@lowentropy.net>
To: quic-issues@ietf.org
Message-ID: <5c47b58894ab9_6a262aca47b6058012811f@hookshot-fe-265448d.cp1-iad.github.net.mail>
Subject: [quicwg/base-drafts] 5de160: Update draft-ietf-quic-recovery.md
Mime-Version: 1.0
Content-Type: multipart/mixed; boundary="--==_mimepart_5c47b588916b0_6a262aca47b605801280b3"; charset=UTF-8
Content-Transfer-Encoding: 7bit
Archived-At: <https://mailarchive.ietf.org/arch/msg/quic-issues/ZO0qi0AnGnn5D0e4pQyBKbr268w>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
Precedence: list
List-Id: Notification list for GitHub issues related to the QUIC WG <quic-issues.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=unsubscribe>
List-Archive: <https://mailarchive.ietf.org/arch/browse/quic-issues/>
List-Post: <mailto:quic-issues@ietf.org>
List-Help: <mailto:quic-issues-request@ietf.org?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, 23 Jan 2019 00:30:05 -0000

----==_mimepart_5c47b588916b0_6a262aca47b605801280b3
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

  Branch: refs/heads/close2067
  Home:   https://github.com/quicwg/base-drafts
  Commit: 5de160dd752d3d3897ce9064e189b0400c02b0f2
      https://github.com/quicwg/base-drafts/commit/5de160dd752d3d3897ce9064e189b0400c02b0f2
  Author: Martin Thomson <mt@lowentropy.net>
  Date:   2019-01-22 (Tue, 22 Jan 2019)

  Changed paths:
    M draft-ietf-quic-recovery.md

  Log Message:
  -----------
  Update draft-ietf-quic-recovery.md

Co-Authored-By: janaiyengar <jri.ietf@gmail.com>



      **NOTE:** This service has been marked for deprecation: https://developer.github.com/changes/2018-04-25-github-services-deprecation/

      Functionality will be removed from GitHub.com on January 31st, 2019.

----==_mimepart_5c47b588916b0_6a262aca47b605801280b3--


From nobody Tue Jan 22 16: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 730F51311DD for <quic-issues@ietfa.amsl.com>; Tue, 22 Jan 2019 16:30:06 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -10.935
X-Spam-Level: 
X-Spam-Status: No, score=-10.935 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIMWL_WL_HIGH=-4.553, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, HTML_IMAGE_ONLY_24=1.618, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-1, RCVD_IN_DNSWL_HI=-5, SPF_PASS=-0.001] autolearn=ham autolearn_force=no
Authentication-Results: ietfa.amsl.com (amavisd-new); dkim=pass (1024-bit key) header.d=github.com
Received: from mail.ietf.org ([4.31.198.44]) by localhost (ietfa.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id n2Mzw6-qJxtp for <quic-issues@ietfa.amsl.com>; Tue, 22 Jan 2019 16:30: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 D67231311C2 for <quic-issues@ietf.org>; Tue, 22 Jan 2019 16:30:04 -0800 (PST)
Date: Tue, 22 Jan 2019 16:30:04 -0800
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1548203404; bh=4koxDgX1IKxYsvnRqhyjsIqAb+9P0mmv/SutC0kCwFo=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=givYx8GHwE0yayoE8Ul+efv30NTS94nXFuJWJqFtLQQ41s/Yr0FpH+jdzaE2Ernym UoC1F/rFnYmxLwm6CFVIfV5BY7g7ezV6JQMVvQYv2LQjG2OhBInUZJWipauqQS/vvj PXoUA6GJNJXLVbB0ztK/2uWvrrk4PtqS5ViMTfF0=
From: Jana Iyemgar <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/2340/push/3234397306@github.com>
In-Reply-To: <quicwg/base-drafts/pull/2340@github.com>
References: <quicwg/base-drafts/pull/2340@github.com>
Subject: Re: [quicwg/base-drafts] Add note about frequent RTT estimates (#2340)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5c47b58c8404_548e3f8ae10d45c04288e2"; 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/4ydaGnarH2sBwoBzljidDLhf2Co>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
List-Id: Notification list for GitHub issues related to the QUIC WG <quic-issues.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=unsubscribe>
List-Archive: <https://mailarchive.ietf.org/arch/browse/quic-issues/>
List-Post: <mailto:quic-issues@ietf.org>
List-Help: <mailto:quic-issues-request@ietf.org?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, 23 Jan 2019 00:30:07 -0000

----==_mimepart_5c47b58c8404_548e3f8ae10d45c04288e2
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

@janaiyengar pushed 1 commit.

5de160dd752d3d3897ce9064e189b0400c02b0f2  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/2340/files/c3b713c856e97cfc8869d8aee95dac90b214cb56..5de160dd752d3d3897ce9064e189b0400c02b0f2

----==_mimepart_5c47b58c8404_548e3f8ae10d45c04288e2
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/5de160dd752d3d3897ce9064e189b0400c02b0f2">5de160d</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/2340/files/c3b713c856e97cfc8869d8aee95dac90b214cb56..5de160dd752d3d3897ce9064e189b0400c02b0f2">View it on GitHub</a> or <a href="https://github.com/notifications/unsubscribe-auth/AWbkq32gx4RGQBWrVU6SY6QzqVzFuqvSks5vF60MgaJpZM4aEVlj">mute the thread</a>.<img src="https://github.com/notifications/beacon/AWbkq3KZksjWlSMRmmIhjLz7HsCp24xLks5vF60MgaJpZM4aEVlj.gif" height="1" width="1" alt="" /></p>
<script type="application/json" data-scope="inboxmarkup">{"api_version":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name":"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"https://github.githubassets.com/images/email/message_cards/header.png","avatar_image_url":"https://github.githubassets.com/images/email/message_cards/avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/quicwg/base-drafts"}},"updates":{"snippets":[{"icon":"PERSON","message":"@janaiyengar pushed 1 commit in #2340"}],"action":{"name":"View Pull Request","url":"https://github.com/quicwg/base-drafts/pull/2340/files/c3b713c856e97cfc8869d8aee95dac90b214cb56..5de160dd752d3d3897ce9064e189b0400c02b0f2"}}}</script>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/pull/2340/files/c3b713c856e97cfc8869d8aee95dac90b214cb56..5de160dd752d3d3897ce9064e189b0400c02b0f2",
"url": "https://github.com/quicwg/base-drafts/pull/2340/files/c3b713c856e97cfc8869d8aee95dac90b214cb56..5de160dd752d3d3897ce9064e189b0400c02b0f2",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>

----==_mimepart_5c47b58c8404_548e3f8ae10d45c04288e2--


From nobody Tue Jan 22 16: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 A0E501311CE for <quic-issues@ietfa.amsl.com>; Tue, 22 Jan 2019 16:32:07 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -10.935
X-Spam-Level: 
X-Spam-Status: No, score=-10.935 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIMWL_WL_HIGH=-4.553, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, HTML_IMAGE_ONLY_24=1.618, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-1, RCVD_IN_DNSWL_HI=-5, SPF_PASS=-0.001] autolearn=ham autolearn_force=no
Authentication-Results: ietfa.amsl.com (amavisd-new); dkim=pass (1024-bit key) header.d=github.com
Received: from mail.ietf.org ([4.31.198.44]) by localhost (ietfa.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id NqZkoHFLH0Qm for <quic-issues@ietfa.amsl.com>; Tue, 22 Jan 2019 16:32: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 CC3441311C7 for <quic-issues@ietf.org>; Tue, 22 Jan 2019 16:32:05 -0800 (PST)
Date: Tue, 22 Jan 2019 16:32:04 -0800
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1548203524; bh=JaFAiGV7rDwv2o/VQ2l1GqRlBcrJ8bYQ7JjKb8cVg40=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=Dh7zTscimrTbkz+0GuAUVM/UiNxOAxRN7M/bqkkS5pqCv8U7EyLNi/yNr3oFx2zJ6 GqdLEIkjA4Xj1RVVwtAZ+JPXelWj21y+ka/xWv4pUKfv1mGSvYesfHTY2FND4MtAqf bUpEVFTSDSWnU+8VY+41nZWbckvdyMMF/w6ne0KA=
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/2349/push/3234401330@github.com>
In-Reply-To: <quicwg/base-drafts/pull/2349@github.com>
References: <quicwg/base-drafts/pull/2349@github.com>
Subject: Re: [quicwg/base-drafts] Correcting polarity of SPA language (#2349)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5c47b604dc315_63a93fbc7a6d45b826057a"; 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/7KhFriMWkfptOH7x7qZkswGQ4zA>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
List-Id: Notification list for GitHub issues related to the QUIC WG <quic-issues.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=unsubscribe>
List-Archive: <https://mailarchive.ietf.org/arch/browse/quic-issues/>
List-Post: <mailto:quic-issues@ietf.org>
List-Help: <mailto:quic-issues-request@ietf.org?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, 23 Jan 2019 00:32:08 -0000

----==_mimepart_5c47b604dc315_63a93fbc7a6d45b826057a
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

@martinthomson pushed 1 commit.

4e5f28c3232f8570a043f06b745ee14d27994a1b  Be extra specific


-- 
You are receiving this because you are subscribed to this thread.
View it on GitHub:
https://github.com/quicwg/base-drafts/pull/2349/files/46a87bfe169309a502221ffa63f1d5ceb45335e0..4e5f28c3232f8570a043f06b745ee14d27994a1b

----==_mimepart_5c47b604dc315_63a93fbc7a6d45b826057a
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/4e5f28c3232f8570a043f06b745ee14d27994a1b">4e5f28c</a>  Be extra specific</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/2349/files/46a87bfe169309a502221ffa63f1d5ceb45335e0..4e5f28c3232f8570a043f06b745ee14d27994a1b">View it on GitHub</a> or <a href="https://github.com/notifications/unsubscribe-auth/AWbkq4JmpLALjp5yPFH7noYxHoZWmVHrks5vF62EgaJpZM4aIbHp">mute the thread</a>.<img src="https://github.com/notifications/beacon/AWbkq30SmqmPx4leT0glayskv-dwLXaCks5vF62EgaJpZM4aIbHp.gif" height="1" width="1" alt="" /></p>
<script type="application/json" data-scope="inboxmarkup">{"api_version":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name":"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"https://github.githubassets.com/images/email/message_cards/header.png","avatar_image_url":"https://github.githubassets.com/images/email/message_cards/avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/quicwg/base-drafts"}},"updates":{"snippets":[{"icon":"PERSON","message":"@martinthomson pushed 1 commit in #2349"}],"action":{"name":"View Pull Request","url":"https://github.com/quicwg/base-drafts/pull/2349/files/46a87bfe169309a502221ffa63f1d5ceb45335e0..4e5f28c3232f8570a043f06b745ee14d27994a1b"}}}</script>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/pull/2349/files/46a87bfe169309a502221ffa63f1d5ceb45335e0..4e5f28c3232f8570a043f06b745ee14d27994a1b",
"url": "https://github.com/quicwg/base-drafts/pull/2349/files/46a87bfe169309a502221ffa63f1d5ceb45335e0..4e5f28c3232f8570a043f06b745ee14d27994a1b",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>

----==_mimepart_5c47b604dc315_63a93fbc7a6d45b826057a--


From nobody Tue Jan 22 16:32: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 CE4CD1311CD for <quic-issues@ietfa.amsl.com>; Tue, 22 Jan 2019 16:32:31 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -11.149
X-Spam-Level: 
X-Spam-Status: No, score=-11.149 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIMWL_WL_HIGH=-4.553, 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_PASS=-0.001] autolearn=ham autolearn_force=no
Authentication-Results: ietfa.amsl.com (amavisd-new); dkim=pass (1024-bit key) header.d=github.com
Received: from mail.ietf.org ([4.31.198.44]) by localhost (ietfa.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id SFKY2MwsrI2S for <quic-issues@ietfa.amsl.com>; Tue, 22 Jan 2019 16:32: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 27AD81311C7 for <quic-issues@ietf.org>; Tue, 22 Jan 2019 16:32:30 -0800 (PST)
Date: Tue, 22 Jan 2019 16:32:29 -0800
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1548203549; bh=eD/tcE6N81uQbnjaPsv+fwYEEZysTYssAJdcqPHsTZE=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=nv0ZcpSqyxLOGVHQFOs9qjmf4SK65PNqL1M8GXZmmccDuyyZHx7Vb89NowdmWZ03Q UOQorI97rdKbAdnSsIpH9zZCYZ4K2KkYNA1ek7EPlcDMrjhjRGHbV3LWR0rJZbX94R zqLTUIypTRPKilmZe1e/yrZDCIuGGrPv5Gna9xCM=
From: Martin Thomson <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+0166e4ab99de545da928d5c5f62d8095e068da516d76e11192cf00000001185f781d92a169ce17b2473c@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/pull/2327/review/195298683@github.com>
In-Reply-To: <quicwg/base-drafts/pull/2327@github.com>
References: <quicwg/base-drafts/pull/2327@github.com>
Subject: Re: [quicwg/base-drafts] Ignore packet loss when the keys are not available (#2327)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5c47b61d44adc_4e4b3fbb42ad45c0705620"; 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/iBlhY3b-x85ukZVIphZR2GeFukA>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
List-Id: Notification list for GitHub issues related to the QUIC WG <quic-issues.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=unsubscribe>
List-Archive: <https://mailarchive.ietf.org/arch/browse/quic-issues/>
List-Post: <mailto:quic-issues@ietf.org>
List-Help: <mailto:quic-issues-request@ietf.org?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, 23 Jan 2019 00:32:32 -0000

----==_mimepart_5c47b61d44adc_4e4b3fbb42ad45c0705620
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

martinthomson commented on this pull request.



> +  QUIC-TLS:
+    title: "Using TLS to Secure QUIC"
+    date: {DATE}
+    seriesinfo:
+      Internet-Draft: draft-ietf-quic-tls-latest
+    author:
+      -
+        ins: M. Thomson
+        name: Martin Thomson
+        org: Mozilla
+        role: editor
+      -
+        ins: S. Turner
+        name: Sean Turner
+        org: sn3rd
+        email: sean@sn3rd.com

```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/2327#pullrequestreview-195298683
----==_mimepart_5c47b61d44adc_4e4b3fbb42ad45c0705620
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/2327#discussi=
on_r250015536">draft-ietf-quic-recovery.md</a>:</p>=0D
<pre style=3D'color:#555'>&gt; +  QUIC-TLS:=0D
+    title: &quot;Using TLS to Secure QUIC&quot;=0D
+    date: {DATE}=0D
+    seriesinfo:=0D
+      Internet-Draft: draft-ietf-quic-tls-latest=0D
+    author:=0D
+      -=0D
+        ins: M. Thomson=0D
+        name: Martin Thomson=0D
+        org: Mozilla=0D
+        role: editor=0D
+      -=0D
+        ins: S. Turner=0D
+        name: Sean Turner=0D
+        org: sn3rd=0D
+        email: sean@sn3rd.com=0D
</pre>=0D
=E2=AC=87=EF=B8=8F Suggested change=0D
<pre style=3D"color: #555">-        email: sean@sn3rd.com=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/2327#pullrequestreview-195298683">view it on GitHub</=
a>, or <a href=3D"https://github.com/notifications/unsubscribe-auth/AWbkq=
w39egGbox-TxKI32ol7BErHOipgks5vF62dgaJpZM4Z4S8B">mute the thread</a>.<img=
 src=3D"https://github.com/notifications/beacon/AWbkq0zigPLb9qeyWIFXHW7kW=
h0QxCJEks5vF62dgaJpZM4Z4S8B.gif" height=3D"1" width=3D"1" alt=3D"" /></p>=
=0D
<script type=3D"application/json" data-scope=3D"inboxmarkup">{"api_versio=
n":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name"=
:"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"=
quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"http=
s://github.githubassets.com/images/email/message_cards/header.png","avata=
r_image_url":"https://github.githubassets.com/images/email/message_cards/=
avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/q=
uicwg/base-drafts"}},"updates":{"snippets":[{"icon":"PERSON","message":"@=
martinthomson commented on #2327"}],"action":{"name":"View Pull Request",=
"url":"https://github.com/quicwg/base-drafts/pull/2327#pullrequestreview-=
195298683"}}}</script>=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/2327#pullrequestrev=
iew-195298683",=0D
"url": "https://github.com/quicwg/base-drafts/pull/2327#pullrequestreview=
-195298683",=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_5c47b61d44adc_4e4b3fbb42ad45c0705620--


From nobody Tue Jan 22 16:33:11 2019
Return-Path: <bounce+565321.40f-quic-issues=ietf.org@github.com>
X-Original-To: quic-issues@ietfa.amsl.com
Delivered-To: quic-issues@ietfa.amsl.com
Received: from localhost (localhost [127.0.0.1]) by ietfa.amsl.com (Postfix) with ESMTP id D90231311CD for <quic-issues@ietfa.amsl.com>; Tue, 22 Jan 2019 16:33:09 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -0.997
X-Spam-Level: 
X-Spam-Status: No, score=-0.997 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIM_ADSP_CUSTOM_MED=0.001, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, FREEMAIL_FORGED_FROMDOMAIN=0.001, FREEMAIL_FROM=0.001, HEADER_FROM_DIFFERENT_DOMAINS=0.001, NML_ADSP_CUSTOM_MED=0.9, RCVD_IN_DNSWL_NONE=-0.0001, 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 pAzpt694jjXH for <quic-issues@ietfa.amsl.com>; Tue, 22 Jan 2019 16:33:08 -0800 (PST)
Received: from m69-169.mailgun.net (m69-169.mailgun.net [166.78.69.169]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id 46A841311C7 for <quic-issues@ietf.org>; Tue, 22 Jan 2019 16:33:08 -0800 (PST)
DKIM-Signature: a=rsa-sha256; v=1; c=relaxed/relaxed; d=github.com; q=dns/txt;  s=mailo; t=1548203587; h=Content-Transfer-Encoding: Content-Type: Mime-Version: Subject: Message-ID: To: Reply-To: From: Date: Sender; bh=o+BHym1IsqJly9pdLq6GH18YdE+6mJV+AnycE5LwMoc=; b=Qy4TU5rx4Q/7mBeZrca7jhcRKw4LDwiCN72eTDcgh/vD1uyWgthWvfWVIWnCjdueySidAWgX WTO3AmDi9cKmFofP5k8i1NuZAeUb8RG9TXzGv85TsjktQTIh8vQ80NsiQgGfKyWiEkRXs/NS GzLw9PerrKm+0xOXS2wAjT7+HuI=
X-Mailgun-Sending-Ip: 166.78.69.169
X-Mailgun-Sid: WyJhNzYyYiIsICJxdWljLWlzc3Vlc0BpZXRmLm9yZyIsICI0MGYiXQ==
Sender: jri.ietf=gmail.com@github.com
Received: from github.com (Unknown [192.30.252.39]) by mxa.mailgun.org with ESMTP id 5c47b642.7f19c60c3510-smtp-out-n01; Wed, 23 Jan 2019 00:33:06 -0000 (UTC)
Date: Tue, 22 Jan 2019 16:33:06 -0800
From: Jana Iyengar <jri.ietf@gmail.com>
Reply-To: Jana Iyengar <jri.ietf@gmail.com>
To: quic-issues@ietf.org
Message-ID: <5c47b642afcb7_4c262abc098a457c1144ef@hookshot-fe-31feec6.cp1-iad.github.net.mail>
Subject: [quicwg/base-drafts] 850066: remove email
Mime-Version: 1.0
Content-Type: multipart/mixed; boundary="--==_mimepart_5c47b642af963_4c262abc098a457c114386"; charset=UTF-8
Content-Transfer-Encoding: 7bit
Archived-At: <https://mailarchive.ietf.org/arch/msg/quic-issues/D8doD6S1yz3Zyj8OK0akcCGewCQ>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
Precedence: list
List-Id: Notification list for GitHub issues related to the QUIC WG <quic-issues.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=unsubscribe>
List-Archive: <https://mailarchive.ietf.org/arch/browse/quic-issues/>
List-Post: <mailto:quic-issues@ietf.org>
List-Help: <mailto:quic-issues-request@ietf.org?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, 23 Jan 2019 00:33:10 -0000

----==_mimepart_5c47b642af963_4c262abc098a457c114386
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

  Branch: refs/heads/ianswett-ignore-loss
  Home:   https://github.com/quicwg/base-drafts
  Commit: 850066528aa92de5c5b6a791ec52be74e2125867
      https://github.com/quicwg/base-drafts/commit/850066528aa92de5c5b6a791ec52be74e2125867
  Author: Jana Iyengar <jri.ietf@gmail.com>
  Date:   2019-01-22 (Tue, 22 Jan 2019)

  Changed paths:
    M draft-ietf-quic-recovery.md

  Log Message:
  -----------
  remove email



      **NOTE:** This service has been marked for deprecation: https://developer.github.com/changes/2018-04-25-github-services-deprecation/

      Functionality will be removed from GitHub.com on January 31st, 2019.

----==_mimepart_5c47b642af963_4c262abc098a457c114386--


From nobody Tue Jan 22 16: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 945D31311CF for <quic-issues@ietfa.amsl.com>; Tue, 22 Jan 2019 16:33:12 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -10.935
X-Spam-Level: 
X-Spam-Status: No, score=-10.935 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIMWL_WL_HIGH=-4.553, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, HTML_IMAGE_ONLY_24=1.618, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-1, RCVD_IN_DNSWL_HI=-5, SPF_PASS=-0.001] autolearn=ham autolearn_force=no
Authentication-Results: ietfa.amsl.com (amavisd-new); dkim=pass (1024-bit key) header.d=github.com
Received: from mail.ietf.org ([4.31.198.44]) by localhost (ietfa.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id yScEmdBPdKLB for <quic-issues@ietfa.amsl.com>; Tue, 22 Jan 2019 16:33: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 96DA01311C7 for <quic-issues@ietf.org>; Tue, 22 Jan 2019 16:33:10 -0800 (PST)
Date: Tue, 22 Jan 2019 16:33:09 -0800
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1548203589; bh=iKiZ9gRYqg/OKF77m0+qq35QAPHyQ18ttYp/ZOGymro=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=NHwtCGI5x68QKCTz6qCuRQ6wiHOtkEG68mUjlJ958BwXjujdOavooyQgrpA3aPtfI J0mRkyQuNu6VbNy7a+lr5cYv6tyRjHwUMf9oH2OswbA9a1eonj8UK8hRWeCyRZvBRA HugkIugVhaUhMYG2ipOwpStRFkV1y1B1WfaSoQ6w=
From: Jana Iyemgar <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/2327/push/3234403274@github.com>
In-Reply-To: <quicwg/base-drafts/pull/2327@github.com>
References: <quicwg/base-drafts/pull/2327@github.com>
Subject: Re: [quicwg/base-drafts] Ignore packet loss when the keys are not available (#2327)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5c47b645bfefc_3d9d3f90098d45b828339a"; 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/0ly21K2XeG4vVFml-YsQT-L3FB4>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
List-Id: Notification list for GitHub issues related to the QUIC WG <quic-issues.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=unsubscribe>
List-Archive: <https://mailarchive.ietf.org/arch/browse/quic-issues/>
List-Post: <mailto:quic-issues@ietf.org>
List-Help: <mailto:quic-issues-request@ietf.org?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, 23 Jan 2019 00:33:12 -0000

----==_mimepart_5c47b645bfefc_3d9d3f90098d45b828339a
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

@janaiyengar pushed 1 commit.

850066528aa92de5c5b6a791ec52be74e2125867  remove email


-- 
You are receiving this because you are subscribed to this thread.
View it on GitHub:
https://github.com/quicwg/base-drafts/pull/2327/files/aa114252af626c73ce217078a86d6760042ea95f..850066528aa92de5c5b6a791ec52be74e2125867

----==_mimepart_5c47b645bfefc_3d9d3f90098d45b828339a
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/850066528aa92de5c5b6a791ec52be74e2125867">8500665</a>  remove email</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/2327/files/aa114252af626c73ce217078a86d6760042ea95f..850066528aa92de5c5b6a791ec52be74e2125867">View it on GitHub</a> or <a href="https://github.com/notifications/unsubscribe-auth/AWbkqxFNiZUr462D2Xuj3dnAbKva1jbdks5vF63FgaJpZM4Z4S8B">mute the thread</a>.<img src="https://github.com/notifications/beacon/AWbkq7-POL4JRxLiQUG2F7IobHumWzixks5vF63FgaJpZM4Z4S8B.gif" height="1" width="1" alt="" /></p>
<script type="application/json" data-scope="inboxmarkup">{"api_version":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name":"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"https://github.githubassets.com/images/email/message_cards/header.png","avatar_image_url":"https://github.githubassets.com/images/email/message_cards/avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/quicwg/base-drafts"}},"updates":{"snippets":[{"icon":"PERSON","message":"@janaiyengar pushed 1 commit in #2327"}],"action":{"name":"View Pull Request","url":"https://github.com/quicwg/base-drafts/pull/2327/files/aa114252af626c73ce217078a86d6760042ea95f..850066528aa92de5c5b6a791ec52be74e2125867"}}}</script>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/pull/2327/files/aa114252af626c73ce217078a86d6760042ea95f..850066528aa92de5c5b6a791ec52be74e2125867",
"url": "https://github.com/quicwg/base-drafts/pull/2327/files/aa114252af626c73ce217078a86d6760042ea95f..850066528aa92de5c5b6a791ec52be74e2125867",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>

----==_mimepart_5c47b645bfefc_3d9d3f90098d45b828339a--


From nobody Tue Jan 22 16: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 7C0BE1311C7 for <quic-issues@ietfa.amsl.com>; Tue, 22 Jan 2019 16:33:50 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -11.007
X-Spam-Level: 
X-Spam-Status: No, score=-11.007 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIMWL_WL_HIGH=-4.553, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, HTML_IMAGE_ONLY_20=1.546, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-1, RCVD_IN_DNSWL_HI=-5, SPF_PASS=-0.001] autolearn=ham autolearn_force=no
Authentication-Results: ietfa.amsl.com (amavisd-new); dkim=pass (1024-bit key) header.d=github.com
Received: from mail.ietf.org ([4.31.198.44]) by localhost (ietfa.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 3atED2UJNJhm for <quic-issues@ietfa.amsl.com>; Tue, 22 Jan 2019 16:33: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 16EBE1311CE for <quic-issues@ietf.org>; Tue, 22 Jan 2019 16:33:47 -0800 (PST)
Date: Tue, 22 Jan 2019 16:33:46 -0800
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1548203626; bh=9AaYMWTGCz86lkBJiDtsLL7PX/RDWEZD+2ohUpRFc5k=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=rfwuIslTYcKuQsQwvPA1HhkbHhgBwmj1Qmy5BCGdxmsCukFH/FbfEteMRNbfpswgK Nr8ssXy0vQ/T2KRLa7MRB2yR66NVxMX8MnrMFP2laGxCZoOJuABNRYyJSSHtJW3hmW IraSucUMZ3JimY8x5P6M7bLaTYxTqnqKvHJgp300=
From: Jana Iyemgar <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+0166e4ab2c1931f1350cc05bc357e9caa36b290cd26364c692cf00000001185f786a92a169ce17d8cc13@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/pull/2340/c456619891@github.com>
In-Reply-To: <quicwg/base-drafts/pull/2340@github.com>
References: <quicwg/base-drafts/pull/2340@github.com>
Subject: Re: [quicwg/base-drafts] Add note about frequent RTT estimates (#2340)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5c47b66a31723_299f3fbd742d45bc417097"; 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/WNOl2rq_6Qe9cq7jw-HVAUltFmA>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
List-Id: Notification list for GitHub issues related to the QUIC WG <quic-issues.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=unsubscribe>
List-Archive: <https://mailarchive.ietf.org/arch/browse/quic-issues/>
List-Post: <mailto:quic-issues@ietf.org>
List-Help: <mailto:quic-issues-request@ietf.org?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, 23 Jan 2019 00:33:50 -0000

----==_mimepart_5c47b66a31723_299f3fbd742d45bc417097
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

merging, so we can get this into -18

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/quicwg/base-drafts/pull/2340#issuecomment-456619891
----==_mimepart_5c47b66a31723_299f3fbd742d45bc417097
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

<p>merging, so we can get this into -18</p>

<p style="font-size:small;-webkit-text-size-adjust:none;color:#666;">&mdash;<br />You are receiving this because you are subscribed to this thread.<br />Reply to this email directly, <a href="https://github.com/quicwg/base-drafts/pull/2340#issuecomment-456619891">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AWbkqxHd00AkpsHF1zWfdkAxVEc7O5GUks5vF63qgaJpZM4aEVlj">mute the thread</a>.<img src="https://github.com/notifications/beacon/AWbkq1tA00bSwEAZa7abcbToSfEuJYXdks5vF63qgaJpZM4aEVlj.gif" height="1" width="1" alt="" /></p>
<script type="application/json" data-scope="inboxmarkup">{"api_version":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name":"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"https://github.githubassets.com/images/email/message_cards/header.png","avatar_image_url":"https://github.githubassets.com/images/email/message_cards/avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/quicwg/base-drafts"}},"updates":{"snippets":[{"icon":"PERSON","message":"@janaiyengar in #2340: merging, so we can get this into -18"}],"action":{"name":"View Pull Request","url":"https://github.com/quicwg/base-drafts/pull/2340#issuecomment-456619891"}}}</script>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/pull/2340#issuecomment-456619891",
"url": "https://github.com/quicwg/base-drafts/pull/2340#issuecomment-456619891",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>
----==_mimepart_5c47b66a31723_299f3fbd742d45bc417097--


From nobody Tue Jan 22 16:33:58 2019
Return-Path: <bounce+565321.40f-quic-issues=ietf.org@github.com>
X-Original-To: quic-issues@ietfa.amsl.com
Delivered-To: quic-issues@ietfa.amsl.com
Received: from localhost (localhost [127.0.0.1]) by ietfa.amsl.com (Postfix) with ESMTP id 175D21311D6 for <quic-issues@ietfa.amsl.com>; Tue, 22 Jan 2019 16:33:52 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -0.997
X-Spam-Level: 
X-Spam-Status: No, score=-0.997 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIM_ADSP_CUSTOM_MED=0.001, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, FREEMAIL_FORGED_FROMDOMAIN=0.001, FREEMAIL_FROM=0.001, HEADER_FROM_DIFFERENT_DOMAINS=0.001, NML_ADSP_CUSTOM_MED=0.9, RCVD_IN_DNSWL_NONE=-0.0001, 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 gM5Qx2uIxvPo for <quic-issues@ietfa.amsl.com>; Tue, 22 Jan 2019 16:33:50 -0800 (PST)
Received: from m69-170.mailgun.net (m69-170.mailgun.net [166.78.69.170]) (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 9E06F1311CD for <quic-issues@ietf.org>; Tue, 22 Jan 2019 16:33:50 -0800 (PST)
DKIM-Signature: a=rsa-sha256; v=1; c=relaxed/relaxed; d=github.com; q=dns/txt;  s=mailo; t=1548203629; h=Content-Transfer-Encoding: Content-Type: Mime-Version: Subject: Message-ID: To: Reply-To: From: Date: Sender; bh=5HXKjzafoKKUghSks3cCzB118Af3bTN2sX3yReu1N38=; b=eewnKoAjGiT6aycx3Zb5LBEd2ovsYSURL2rS+NlsijQJQhMu8xyTmD0eaWbzanC/45EqQMJ4 LzIXJ2AAT/P8kNzQhOeNwTzOKp4CTWx8JceOGy7k5ihCaQTn7xEs6fCXwBWzuZv8HQfSXbyU t3LDhKG3jlbKdOr7zPJZzvkl+3k=
X-Mailgun-Sending-Ip: 166.78.69.170
X-Mailgun-Sid: WyJhNzYyYiIsICJxdWljLWlzc3Vlc0BpZXRmLm9yZyIsICI0MGYiXQ==
Sender: jri.ietf=gmail.com@github.com
Received: from github.com (Unknown [192.30.252.34]) by mxa.mailgun.org with ESMTP id 5c47b66d.7f48fb226120-smtp-out-n03; Wed, 23 Jan 2019 00:33:49 -0000 (UTC)
Date: Tue, 22 Jan 2019 16:33:48 -0800
From: Jana Iyemgar <jri.ietf@gmail.com>
Reply-To: Jana Iyemgar <jri.ietf@gmail.com>
To: quic-issues@ietf.org
Message-ID: <5c47b66ce08a0_1b122acc4d92257c10043e@hookshot-fe-88eb02d.cp1-iad.github.net.mail>
Subject: [quicwg/base-drafts] 3c1388: Add note about frequent RTT estimates
Mime-Version: 1.0
Content-Type: multipart/mixed; boundary="--==_mimepart_5c47b66ce050e_1b122acc4d92257c100323"; charset=UTF-8
Content-Transfer-Encoding: 7bit
Archived-At: <https://mailarchive.ietf.org/arch/msg/quic-issues/BzAIlO6bm058zhsRWqib3q2FhAo>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
Precedence: list
List-Id: Notification list for GitHub issues related to the QUIC WG <quic-issues.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=unsubscribe>
List-Archive: <https://mailarchive.ietf.org/arch/browse/quic-issues/>
List-Post: <mailto:quic-issues@ietf.org>
List-Help: <mailto:quic-issues-request@ietf.org?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, 23 Jan 2019 00:33:52 -0000

----==_mimepart_5c47b66ce050e_1b122acc4d92257c100323
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

  Branch: refs/heads/master
  Home:   https://github.com/quicwg/base-drafts
  Commit: 3c1388d952919186d67c5a91f0a65fdf19bf463b
      https://github.com/quicwg/base-drafts/commit/3c1388d952919186d67c5a91f0a65fdf19bf463b
  Author: Jana Iyengar <jri.ietf@gmail.com>
  Date:   2019-01-16 (Wed, 16 Jan 2019)

  Changed paths:
    M draft-ietf-quic-recovery.md

  Log Message:
  -----------
  Add note about frequent RTT estimates


  Commit: e69874c32b91cf82711594194a898ffe2db5ca6d
      https://github.com/quicwg/base-drafts/commit/e69874c32b91cf82711594194a898ffe2db5ca6d
  Author: Jana Iyengar <jri.ietf@gmail.com>
  Date:   2019-01-17 (Thu, 17 Jan 2019)

  Changed paths:
    M draft-ietf-quic-recovery.md

  Log Message:
  -----------
  some more text


  Commit: f68a65af4ea7d6ed714bcb6ef2c4df06545c787a
      https://github.com/quicwg/base-drafts/commit/f68a65af4ea7d6ed714bcb6ef2c4df06545c787a
  Author: Jana Iyengar <jri.ietf@gmail.com>
  Date:   2019-01-17 (Thu, 17 Jan 2019)

  Changed paths:
    M draft-ietf-quic-recovery.md

  Log Message:
  -----------
  more smithing


  Commit: 0ee1cd194a04c859809376e7cd8695735223c353
      https://github.com/quicwg/base-drafts/commit/0ee1cd194a04c859809376e7cd8695735223c353
  Author: Jana Iyengar <jri.ietf@gmail.com>
  Date:   2019-01-22 (Tue, 22 Jan 2019)

  Changed paths:
    M draft-ietf-quic-recovery.md

  Log Message:
  -----------
  more smithing


  Commit: e24aa4546545ee99d966bd4b3fe5f242762b6be6
      https://github.com/quicwg/base-drafts/commit/e24aa4546545ee99d966bd4b3fe5f242762b6be6
  Author: Jana Iyengar <jri.ietf@gmail.com>
  Date:   2019-01-22 (Tue, 22 Jan 2019)

  Changed paths:
    M draft-ietf-quic-recovery.md

  Log Message:
  -----------
  more smithing


  Commit: c3b713c856e97cfc8869d8aee95dac90b214cb56
      https://github.com/quicwg/base-drafts/commit/c3b713c856e97cfc8869d8aee95dac90b214cb56
  Author: Jana Iyengar <jri.ietf@gmail.com>
  Date:   2019-01-22 (Tue, 22 Jan 2019)

  Changed paths:
    M draft-ietf-quic-recovery.md

  Log Message:
  -----------
  split sentence


  Commit: 5de160dd752d3d3897ce9064e189b0400c02b0f2
      https://github.com/quicwg/base-drafts/commit/5de160dd752d3d3897ce9064e189b0400c02b0f2
  Author: Martin Thomson <mt@lowentropy.net>
  Date:   2019-01-22 (Tue, 22 Jan 2019)

  Changed paths:
    M draft-ietf-quic-recovery.md

  Log Message:
  -----------
  Update draft-ietf-quic-recovery.md

Co-Authored-By: janaiyengar <jri.ietf@gmail.com>


  Commit: d80d3aba2a49f04b639add83dc345f8f4b39bb88
      https://github.com/quicwg/base-drafts/commit/d80d3aba2a49f04b639add83dc345f8f4b39bb88
  Author: Jana Iyemgar <jri.ietf@gmail.com>
  Date:   2019-01-22 (Tue, 22 Jan 2019)

  Changed paths:
    M draft-ietf-quic-recovery.md

  Log Message:
  -----------
  Merge pull request #2340 from quicwg/close2067

Add note about frequent RTT estimates


Compare: https://github.com/quicwg/base-drafts/compare/eba4e945b956...d80d3aba2a49
      **NOTE:** This service has been marked for deprecation: https://developer.github.com/changes/2018-04-25-github-services-deprecation/

      Functionality will be removed from GitHub.com on January 31st, 2019.

----==_mimepart_5c47b66ce050e_1b122acc4d92257c100323--


From nobody Tue Jan 22 16:34: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 6689D1311CD for <quic-issues@ietfa.amsl.com>; Tue, 22 Jan 2019 16:33:54 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -11.149
X-Spam-Level: 
X-Spam-Status: No, score=-11.149 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIMWL_WL_HIGH=-4.553, 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_PASS=-0.001] autolearn=ham autolearn_force=no
Authentication-Results: ietfa.amsl.com (amavisd-new); dkim=pass (1024-bit key) header.d=github.com
Received: from mail.ietf.org ([4.31.198.44]) by localhost (ietfa.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id VBy9Mn-Lk7Rs for <quic-issues@ietfa.amsl.com>; Tue, 22 Jan 2019 16:33: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 4A1A31311D9 for <quic-issues@ietf.org>; Tue, 22 Jan 2019 16:33:52 -0800 (PST)
Date: Tue, 22 Jan 2019 16:33:51 -0800
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1548203631; bh=5P91K4MnXToZDPjZaaZEakJlW8JbdzlvCjVpXrJ4zok=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=XHtXXJhvNusgHzjRtjLoazQnIKODebY/VhuMkIgivhkCZbpN1dIAWT7Kf2iQDgn1X RdAE9n+q00NFrOONKZP87E4JnQ0Rbx7Dv6DjACfOBBsH4R048QSlbWsLKPNPWLVMkt Q39S7JlXZEM8Hss7aDsVIKOyOSgsyi5TMrCCTcuU=
From: Jana Iyemgar <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+0166e4ab9fafd6939518620db4820ca899216637c2f6421d92cf00000001185f786f92a169ce16faa2ff@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/issue/2067/issue_event/2090345240@github.com>
In-Reply-To: <quicwg/base-drafts/issues/2067@github.com>
References: <quicwg/base-drafts/issues/2067@github.com>
Subject: Re: [quicwg/base-drafts] Samples for RTT estimation (#2067)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5c47b66f75abd_13de3fa290cd45c049335e"; 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/Ao64hE_50Ia8TGv3zUGNQHfri1Q>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
List-Id: Notification list for GitHub issues related to the QUIC WG <quic-issues.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=unsubscribe>
List-Archive: <https://mailarchive.ietf.org/arch/browse/quic-issues/>
List-Post: <mailto:quic-issues@ietf.org>
List-Help: <mailto:quic-issues-request@ietf.org?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, 23 Jan 2019 00:33:54 -0000

----==_mimepart_5c47b66f75abd_13de3fa290cd45c049335e
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

Closed #2067 via #2340.

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/quicwg/base-drafts/issues/2067#event-2090345240
----==_mimepart_5c47b66f75abd_13de3fa290cd45c049335e
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="385524479" data-permission-text="Issue title is private" data-url="https://github.com/quicwg/base-drafts/issues/2067" data-hovercard-type="issue" data-hovercard-url="/quicwg/base-drafts/issues/2067/hovercard" href="https://github.com/quicwg/base-drafts/issues/2067">#2067</a> via <a class="issue-link js-issue-link" data-error-text="Failed to load issue title" data-id="400083987" data-permission-text="Issue title is private" data-url="https://github.com/quicwg/base-drafts/issues/2340" data-hovercard-type="pull_request" data-hovercard-url="/quicwg/base-drafts/pull/2340/hovercard" href="https://github.com/quicwg/base-drafts/pull/2340">#2340</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/2067#event-2090345240">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AWbkq9d-wVEV9nSao7CuoRW_6T6IRyqRks5vF63vgaJpZM4Y4vMG">mute the thread</a>.<img src="https://github.com/notifications/beacon/AWbkq8-4VLf5Ut6jQW3x6X3_MuQmo6zvks5vF63vgaJpZM4Y4vMG.gif" height="1" width="1" alt="" /></p>
<script type="application/json" data-scope="inboxmarkup">{"api_version":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name":"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"https://github.githubassets.com/images/email/message_cards/header.png","avatar_image_url":"https://github.githubassets.com/images/email/message_cards/avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/quicwg/base-drafts"}},"updates":{"snippets":[{"icon":"DESCRIPTION","message":"Closed #2067 via #2340."}],"action":{"name":"View Issue","url":"https://github.com/quicwg/base-drafts/issues/2067#event-2090345240"}}}</script>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/issues/2067#event-2090345240",
"url": "https://github.com/quicwg/base-drafts/issues/2067#event-2090345240",
"name": "View Issue"
},
"description": "View this Issue on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>
----==_mimepart_5c47b66f75abd_13de3fa290cd45c049335e--


From nobody Tue Jan 22 16:34:10 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 4D97D1311C7 for <quic-issues@ietfa.amsl.com>; Tue, 22 Jan 2019 16:33:55 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -5.935
X-Spam-Level: 
X-Spam-Status: No, score=-5.935 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIMWL_WL_HIGH=-4.553, DKIM_SIGNED=0.1, DKIM_VALID=-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_PASS=-0.001] autolearn=ham autolearn_force=no
Authentication-Results: ietfa.amsl.com (amavisd-new); dkim=pass (1024-bit key) header.d=github.com
Received: from mail.ietf.org ([4.31.198.44]) by localhost (ietfa.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id imh4huBuwKUh for <quic-issues@ietfa.amsl.com>; Tue, 22 Jan 2019 16:33:52 -0800 (PST)
Received: from o10.sgmail.github.com (o10.sgmail.github.com [167.89.101.201]) (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 C1E3F1311CF for <quic-issues@ietf.org>; Tue, 22 Jan 2019 16:33:52 -0800 (PST)
DKIM-Signature: v=1; a=rsa-sha1; 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=I5cNQV/LW0H4Vw/iu2glTPGhxgU=; b=Jcg2D6QtA2R+CPO+ 4wNmJ4bME+zNsI8NR+xQ+rhnJIifjp2gY/6izyfHkakZdADShx05+oe/jX041g6z mI09b+EbPzNtAs6+tZahqGfxIuYYwLdzSGstPGo7GdnrkaGRkBpehWyMi3b/QMKe DpJLzhvK2if0rdeoinZ+9rQzH2s=
Received: by filter1759p1mdw1.sendgrid.net with SMTP id filter1759p1mdw1-25484-5C47B66F-19 2019-01-23 00:33:51.743913809 +0000 UTC m=+691740.395854536
Received: from github-lowworker-fc273f0.cp1-iad.github.net (unknown [192.30.252.33]) by ismtpd0005p1iad2.sendgrid.net (SG) with ESMTP id 8ToK6QchTUqq5VWKWF9Spw for <quic-issues@ietf.org>; Wed, 23 Jan 2019 00:33:51.683 +0000 (UTC)
Received: from github.com (localhost [127.0.0.1]) by github-lowworker-fc273f0.cp1-iad.github.net (Postfix) with ESMTP id BC9B1C0D40 for <quic-issues@ietf.org>; Tue, 22 Jan 2019 16:33:51 -0800 (PST)
Date: Wed, 23 Jan 2019 00:33:51 +0000 (UTC)
From: Jana Iyemgar <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+0166e4abc78f3356cd6d6852fb527fe693efb55fd076f31f92cf00000001185f786f92a169ce17d8cc13@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/pull/2340/issue_event/2090345236@github.com>
In-Reply-To: <quicwg/base-drafts/pull/2340@github.com>
References: <quicwg/base-drafts/pull/2340@github.com>
Subject: Re: [quicwg/base-drafts] Add note about frequent RTT estimates (#2340)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5c47b66fbab04_29b13fbd742d45bc221713"; 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
X-SG-EID: l64QuQ2uJCcEyUykJbxN122A6QRmEpucztpreh3Pak2KUNCu7cxKyLwKXx1MLUz3bcwNM6CfX0bOto Wg5zHYT3XAWCoBOhLobRHwQck3fbSf7stwOrAAjspgnvB2Agc9zgFL/aqOSScpU7dIouDzv3biDXHJ xCPyI1mOWzpJ/WuyfR2temy5PzyoMboVUKC6On4newg+y4oWHgAMIsCcN7UffTRTjEr056iRPZm1J6 s=
Archived-At: <https://mailarchive.ietf.org/arch/msg/quic-issues/YWto0x0ukFYLLBwF_xuiol1Vqxc>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
List-Id: Notification list for GitHub issues related to the QUIC WG <quic-issues.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=unsubscribe>
List-Archive: <https://mailarchive.ietf.org/arch/browse/quic-issues/>
List-Post: <mailto:quic-issues@ietf.org>
List-Help: <mailto:quic-issues-request@ietf.org?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, 23 Jan 2019 00:33:55 -0000

----==_mimepart_5c47b66fbab04_29b13fbd742d45bc221713
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

Merged #2340 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/2340#event-2090345236
----==_mimepart_5c47b66fbab04_29b13fbd742d45bc221713
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="400083987" data-permission-text="Issue title is private" data-url="https://github.com/quicwg/base-drafts/issues/2340" data-hovercard-type="pull_request" data-hovercard-url="/quicwg/base-drafts/pull/2340/hovercard" href="https://github.com/quicwg/base-drafts/pull/2340">#2340</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/2340#event-2090345236">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AWbkqzgIMncq9b9NHRQoxnwqq_W8HJdpks5vF63vgaJpZM4aEVlj">mute the thread</a>.<img src="https://github.com/notifications/beacon/AWbkq_ACfL_wgCCKtwcZpJH6NNx74_6Vks5vF63vgaJpZM4aEVlj.gif" height="1" width="1" alt="" /></p>
<script type="application/json" data-scope="inboxmarkup">{"api_version":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name":"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"https://github.githubassets.com/images/email/message_cards/header.png","avatar_image_url":"https://github.githubassets.com/images/email/message_cards/avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/quicwg/base-drafts"}},"updates":{"snippets":[{"icon":"DESCRIPTION","message":"Merged #2340 into master."}],"action":{"name":"View Pull Request","url":"https://github.com/quicwg/base-drafts/pull/2340#event-2090345236"}}}</script>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/pull/2340#event-2090345236",
"url": "https://github.com/quicwg/base-drafts/pull/2340#event-2090345236",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>
----==_mimepart_5c47b66fbab04_29b13fbd742d45bc221713--


From nobody Tue Jan 22 16:34:29 2019
Return-Path: <bounce+565321.40f-quic-issues=ietf.org@github.com>
X-Original-To: quic-issues@ietfa.amsl.com
Delivered-To: quic-issues@ietfa.amsl.com
Received: from localhost (localhost [127.0.0.1]) by ietfa.amsl.com (Postfix) with ESMTP id 6DEBB1311FB for <quic-issues@ietfa.amsl.com>; Tue, 22 Jan 2019 16:34:05 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -6.452
X-Spam-Level: 
X-Spam-Status: No, score=-6.452 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIMWL_WL_HIGH=-4.553, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, HEADER_FROM_DIFFERENT_DOMAINS=0.001, RCVD_IN_DNSWL_NONE=-0.0001, SPF_PASS=-0.001, URIBL_BLOCKED=0.001] autolearn=ham autolearn_force=no
Authentication-Results: ietfa.amsl.com (amavisd-new); dkim=pass (1024-bit key) header.d=github.com
Received: from mail.ietf.org ([4.31.198.44]) by localhost (ietfa.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id tQe31mW1sdba for <quic-issues@ietfa.amsl.com>; Tue, 22 Jan 2019 16:34:03 -0800 (PST)
Received: from m69-170.mailgun.net (m69-170.mailgun.net [166.78.69.170]) (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 6A98913120D for <quic-issues@ietf.org>; Tue, 22 Jan 2019 16:34:03 -0800 (PST)
DKIM-Signature: a=rsa-sha256; v=1; c=relaxed/relaxed; d=github.com; q=dns/txt;  s=mailo; t=1548203643; h=Content-Transfer-Encoding: Content-Type: Mime-Version: Subject: Message-ID: To: Reply-To: From: Date: Sender; bh=6qwXlDCcO5ck74vlvZTcT1vf44/Hzb4+qoxHvw4lRVw=; b=Zwm/Zbn2k+oujbmbSW0sS5Ns4KkrKi6mQb3xOjeNhr4Rejrq5KIh7G/wJ/NfrnCdIpjThu+K lTshRL+W+hvlpY1aeeuzYd7WTI3wxJN/cViMKdY16tFiC2mwt/S5vEUuzHiou5Vokb6d2w1b 8zRh6kM6KF97qSR7q7tjyDYVKOc=
X-Mailgun-Sending-Ip: 166.78.69.170
X-Mailgun-Sid: WyJhNzYyYiIsICJxdWljLWlzc3Vlc0BpZXRmLm9yZyIsICI0MGYiXQ==
Sender: mt=lowentropy.net@github.com
Received: from github.com (Unknown [192.30.252.39]) by mxa.mailgun.org with ESMTP id 5c47b67a.7fee05fe5c00-smtp-out-n02; Wed, 23 Jan 2019 00:34:02 -0000 (UTC)
Date: Tue, 22 Jan 2019 16:34:01 -0800
From: Martin Thomson <mt@lowentropy.net>
Reply-To: Martin Thomson <mt@lowentropy.net>
To: quic-issues@ietf.org
Message-ID: <5c47b67965ac1_1ff092af0bff74588182f5@hookshot-fe-dfcc362.cp1-iad.github.net.mail>
Subject: [quicwg/base-drafts] 4e449a: Switching polarity
Mime-Version: 1.0
Content-Type: multipart/mixed; boundary="--==_mimepart_5c47b67965773_1ff092af0bff7458818166"; charset=UTF-8
Content-Transfer-Encoding: 7bit
Archived-At: <https://mailarchive.ietf.org/arch/msg/quic-issues/OStiasdoZc0I0MxvSlQB5w_7siI>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
Precedence: list
List-Id: Notification list for GitHub issues related to the QUIC WG <quic-issues.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=unsubscribe>
List-Archive: <https://mailarchive.ietf.org/arch/browse/quic-issues/>
List-Post: <mailto:quic-issues@ietf.org>
List-Help: <mailto:quic-issues-request@ietf.org?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, 23 Jan 2019 00:34:09 -0000

----==_mimepart_5c47b67965773_1ff092af0bff7458818166
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

  Branch: refs/heads/master
  Home:   https://github.com/quicwg/base-drafts
  Commit: 4e449add7f4de237c3708a2c73d3d63a8fce4c99
      https://github.com/quicwg/base-drafts/commit/4e449add7f4de237c3708a2c73d3d63a8fce4c99
  Author: Mike Bishop <mbishop@evequefou.be>
  Date:   2019-01-18 (Fri, 18 Jan 2019)

  Changed paths:
    M draft-ietf-quic-transport.md

  Log Message:
  -----------
  Switching polarity


  Commit: 46a87bfe169309a502221ffa63f1d5ceb45335e0
      https://github.com/quicwg/base-drafts/commit/46a87bfe169309a502221ffa63f1d5ceb45335e0
  Author: Martin Thomson <martin.thomson@gmail.com>
  Date:   2019-01-23 (Wed, 23 Jan 2019)

  Changed paths:
    M draft-ietf-quic-transport.md

  Log Message:
  -----------
  Fixups


  Commit: 4e5f28c3232f8570a043f06b745ee14d27994a1b
      https://github.com/quicwg/base-drafts/commit/4e5f28c3232f8570a043f06b745ee14d27994a1b
  Author: Martin Thomson <martin.thomson@gmail.com>
  Date:   2019-01-23 (Wed, 23 Jan 2019)

  Changed paths:
    M draft-ietf-quic-transport.md

  Log Message:
  -----------
  Be extra specific


  Commit: 7e5ab83e020c1f0be3aafcf0ea2723c1ffc5b0df
      https://github.com/quicwg/base-drafts/commit/7e5ab83e020c1f0be3aafcf0ea2723c1ffc5b0df
  Author: Martin Thomson <mt@lowentropy.net>
  Date:   2019-01-23 (Wed, 23 Jan 2019)

  Changed paths:
    M draft-ietf-quic-transport.md

  Log Message:
  -----------
  Merge pull request #2349 from quicwg/transport/pa_confusing

Correcting polarity of SPA language


Compare: https://github.com/quicwg/base-drafts/compare/d80d3aba2a49...7e5ab83e020c
      **NOTE:** This service has been marked for deprecation: https://developer.github.com/changes/2018-04-25-github-services-deprecation/

      Functionality will be removed from GitHub.com on January 31st, 2019.

----==_mimepart_5c47b67965773_1ff092af0bff7458818166--


From nobody Tue Jan 22 16:34: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 48AF61311F8 for <quic-issues@ietfa.amsl.com>; Tue, 22 Jan 2019 16:34:07 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -10.935
X-Spam-Level: 
X-Spam-Status: No, score=-10.935 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIMWL_WL_HIGH=-4.553, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, HTML_IMAGE_ONLY_24=1.618, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-1, RCVD_IN_DNSWL_HI=-5, SPF_PASS=-0.001] autolearn=ham autolearn_force=no
Authentication-Results: ietfa.amsl.com (amavisd-new); dkim=pass (1024-bit key) header.d=github.com
Received: from mail.ietf.org ([4.31.198.44]) by localhost (ietfa.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id V1KjrilEs681 for <quic-issues@ietfa.amsl.com>; Tue, 22 Jan 2019 16:34: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 E1BAC13120C for <quic-issues@ietf.org>; Tue, 22 Jan 2019 16:34:04 -0800 (PST)
Date: Tue, 22 Jan 2019 16:34:04 -0800
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1548203644; bh=L9ac90VGzlqDye3gUEsBDZ1aprj/0wKsQogcl1ubPl4=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=QFSDvgCoXJDTD8lZAeDofEwiBjQykaxRyWuxvGe9GBu43qn9aA+1ENml9A4JVoV14 MZzhS/zZhC0H9VQCFoLdbJWeQFO3EFLIc+iz7y3+QfAHVeHjNYdZ9s5Zx1B0n2VECL zAhLBF2F8xcgh8Zr3fRoM+bt75wew4HDW7gsCSYc=
From: Martin Thomson <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+0166e4ab756ec2534f1e15dea6053c68b535d41b9b1245e492cf00000001185f787c92a169ce17e45777@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/pull/2349/issue_event/2090345502@github.com>
In-Reply-To: <quicwg/base-drafts/pull/2349@github.com>
References: <quicwg/base-drafts/pull/2349@github.com>
Subject: Re: [quicwg/base-drafts] Correcting polarity of SPA language (#2349)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5c47b67c9af9_36a33fe5fc6d45bc2234a1"; 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/WQMBRgPPWDkU_csf8zxY7BUHh5A>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
List-Id: Notification list for GitHub issues related to the QUIC WG <quic-issues.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=unsubscribe>
List-Archive: <https://mailarchive.ietf.org/arch/browse/quic-issues/>
List-Post: <mailto:quic-issues@ietf.org>
List-Help: <mailto:quic-issues-request@ietf.org?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, 23 Jan 2019 00:34:11 -0000

----==_mimepart_5c47b67c9af9_36a33fe5fc6d45bc2234a1
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

Merged #2349 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/2349#event-2090345502
----==_mimepart_5c47b67c9af9_36a33fe5fc6d45bc2234a1
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="400840567" data-permission-text="Issue title is private" data-url="https://github.com/quicwg/base-drafts/issues/2349" data-hovercard-type="pull_request" data-hovercard-url="/quicwg/base-drafts/pull/2349/hovercard" href="https://github.com/quicwg/base-drafts/pull/2349">#2349</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/2349#event-2090345502">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AWbkq9dPclF9Wko5u7G5v8OKZRK0Vs2sks5vF638gaJpZM4aIbHp">mute the thread</a>.<img src="https://github.com/notifications/beacon/AWbkq-qNxDxI7Ftg8wvE6yhn8G7MqHNmks5vF638gaJpZM4aIbHp.gif" height="1" width="1" alt="" /></p>
<script type="application/json" data-scope="inboxmarkup">{"api_version":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name":"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"https://github.githubassets.com/images/email/message_cards/header.png","avatar_image_url":"https://github.githubassets.com/images/email/message_cards/avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/quicwg/base-drafts"}},"updates":{"snippets":[{"icon":"DESCRIPTION","message":"Merged #2349 into master."}],"action":{"name":"View Pull Request","url":"https://github.com/quicwg/base-drafts/pull/2349#event-2090345502"}}}</script>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/pull/2349#event-2090345502",
"url": "https://github.com/quicwg/base-drafts/pull/2349#event-2090345502",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>
----==_mimepart_5c47b67c9af9_36a33fe5fc6d45bc2234a1--


From nobody Tue Jan 22 16: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 CC36813122B for <quic-issues@ietfa.amsl.com>; Tue, 22 Jan 2019 16:34:08 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -11.149
X-Spam-Level: 
X-Spam-Status: No, score=-11.149 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIMWL_WL_HIGH=-4.553, 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_PASS=-0.001] autolearn=ham autolearn_force=no
Authentication-Results: ietfa.amsl.com (amavisd-new); dkim=pass (1024-bit key) header.d=github.com
Received: from mail.ietf.org ([4.31.198.44]) by localhost (ietfa.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id XVtpVMdJNQCz for <quic-issues@ietfa.amsl.com>; Tue, 22 Jan 2019 16:34: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 EF44E131212 for <quic-issues@ietf.org>; Tue, 22 Jan 2019 16:34:04 -0800 (PST)
Date: Tue, 22 Jan 2019 16:34:04 -0800
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1548203644; bh=In8eOLKot/jdkyMrMjdwmRJgMcBn6hYqGiGdmjwh4+4=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=lmu4kdqb6aqQHINW0e2kJkQzPVgrZR9Wyn9VJ2rl46Sn/uk/Dz7wBb3FXCvKaqCU1 gV66UqqhRpHl/sA8iYIx+Ijk9mdTDT4sRjh6ZiTnLbiPlqgQ6tcZmMXOQXyqax9JV3 BpDb4Fd0t19tEolVfPsNHLsV8bGqI2qun+NlXNZY=
From: Martin Thomson <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+0166e4ab91134468b93e6e03d21f0aea7ac3e26a5572b3b992cf00000001185f787c92a169ce174b625c@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/issue/2146/issue_event/2090345506@github.com>
In-Reply-To: <quicwg/base-drafts/issues/2146@github.com>
References: <quicwg/base-drafts/issues/2146@github.com>
Subject: Re: [quicwg/base-drafts] Preferred address text is confusing (#2146)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5c47b67c23072_6de63f97cfcd45b43144d6"; 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/QaOru8NrG6vUEu0Fnxf-5KKetrk>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
List-Id: Notification list for GitHub issues related to the QUIC WG <quic-issues.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=unsubscribe>
List-Archive: <https://mailarchive.ietf.org/arch/browse/quic-issues/>
List-Post: <mailto:quic-issues@ietf.org>
List-Help: <mailto:quic-issues-request@ietf.org?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, 23 Jan 2019 00:34:13 -0000

----==_mimepart_5c47b67c23072_6de63f97cfcd45b43144d6
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

Closed #2146 via #2349.

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/quicwg/base-drafts/issues/2146#event-2090345506
----==_mimepart_5c47b67c23072_6de63f97cfcd45b43144d6
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="390816348" data-permission-text="Issue title is private" data-url="https://github.com/quicwg/base-drafts/issues/2146" data-hovercard-type="issue" data-hovercard-url="/quicwg/base-drafts/issues/2146/hovercard" href="https://github.com/quicwg/base-drafts/issues/2146">#2146</a> via <a class="issue-link js-issue-link" data-error-text="Failed to load issue title" data-id="400840567" data-permission-text="Issue title is private" data-url="https://github.com/quicwg/base-drafts/issues/2349" data-hovercard-type="pull_request" data-hovercard-url="/quicwg/base-drafts/pull/2349/hovercard" href="https://github.com/quicwg/base-drafts/pull/2349">#2349</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/2146#event-2090345506">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AWbkqxU236V9SfSFwMuWd7t8SkE5ZIr8ks5vF638gaJpZM4ZSO-J">mute the thread</a>.<img src="https://github.com/notifications/beacon/AWbkq0wxjPNapcUg7d2A_JFHt0NsEB46ks5vF638gaJpZM4ZSO-J.gif" height="1" width="1" alt="" /></p>
<script type="application/json" data-scope="inboxmarkup">{"api_version":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name":"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"https://github.githubassets.com/images/email/message_cards/header.png","avatar_image_url":"https://github.githubassets.com/images/email/message_cards/avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/quicwg/base-drafts"}},"updates":{"snippets":[{"icon":"DESCRIPTION","message":"Closed #2146 via #2349."}],"action":{"name":"View Issue","url":"https://github.com/quicwg/base-drafts/issues/2146#event-2090345506"}}}</script>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/issues/2146#event-2090345506",
"url": "https://github.com/quicwg/base-drafts/issues/2146#event-2090345506",
"name": "View Issue"
},
"description": "View this Issue on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>
----==_mimepart_5c47b67c23072_6de63f97cfcd45b43144d6--


From nobody Tue Jan 22 16: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 9D4951311C7 for <quic-issues@ietfa.amsl.com>; Tue, 22 Jan 2019 16:35:12 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -10.935
X-Spam-Level: 
X-Spam-Status: No, score=-10.935 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIMWL_WL_HIGH=-4.553, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, HTML_IMAGE_ONLY_24=1.618, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-1, RCVD_IN_DNSWL_HI=-5, SPF_PASS=-0.001] autolearn=ham autolearn_force=no
Authentication-Results: ietfa.amsl.com (amavisd-new); dkim=pass (1024-bit key) header.d=github.com
Received: from mail.ietf.org ([4.31.198.44]) by localhost (ietfa.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 3OqPYxUwsyKT for <quic-issues@ietfa.amsl.com>; Tue, 22 Jan 2019 16:35:11 -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 DA8A1130E6B for <quic-issues@ietf.org>; Tue, 22 Jan 2019 16:35:10 -0800 (PST)
Date: Tue, 22 Jan 2019 16:35:10 -0800
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1548203710; bh=3LLTJ2PrXDnCb2VMZ+l/LZZHCAG0ugrP/v98HpQtmRo=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=NHtuGG0BMRcpwnTL3eWmtEsuiPzAVA0eVU4FhAjavlesmm/uGg3iAwTsdR9gy65dn r61hPICP1QXF/fu4wEcwHjGB/L71J5E5kR0E3wpeBaeEyicbkwu00eSJmQy2iHSfcf JOJud4F1W6Z/czrYPe+Y9JWeS/JIM5/1fSZb36Xg=
From: Martin Thomson <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+0166e4abc41b0f34520e06e52a536828f85328e6a239c98592cf00000001185f78be92a169ce17f570e4@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/pull/2359/issue_event/2090346960@github.com>
In-Reply-To: <quicwg/base-drafts/pull/2359@github.com>
References: <quicwg/base-drafts/pull/2359@github.com>
Subject: Re: [quicwg/base-drafts] Changelog for -18 (#2359)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5c47b6beeae9_76353fac108d45b828274"; 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/YPJ7v1n92Q7tagNqKOaOqjJ5k4E>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
List-Id: Notification list for GitHub issues related to the QUIC WG <quic-issues.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=unsubscribe>
List-Archive: <https://mailarchive.ietf.org/arch/browse/quic-issues/>
List-Post: <mailto:quic-issues@ietf.org>
List-Help: <mailto:quic-issues-request@ietf.org?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, 23 Jan 2019 00:35:12 -0000

----==_mimepart_5c47b6beeae9_76353fac108d45b828274
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

Merged #2359 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/2359#event-2090346960
----==_mimepart_5c47b6beeae9_76353fac108d45b828274
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="401961188" data-permission-text="Issue title is private" data-url="https://github.com/quicwg/base-drafts/issues/2359" data-hovercard-type="pull_request" data-hovercard-url="/quicwg/base-drafts/pull/2359/hovercard" href="https://github.com/quicwg/base-drafts/pull/2359">#2359</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/2359#event-2090346960">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AWbkq97YiLODdsgmjJgC7qWd6EAHSNk9ks5vF64-gaJpZM4aNjip">mute the thread</a>.<img src="https://github.com/notifications/beacon/AWbkq2IqUS9s732SDOXKkwwGpHPFu_hSks5vF64-gaJpZM4aNjip.gif" height="1" width="1" alt="" /></p>
<script type="application/json" data-scope="inboxmarkup">{"api_version":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name":"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"https://github.githubassets.com/images/email/message_cards/header.png","avatar_image_url":"https://github.githubassets.com/images/email/message_cards/avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/quicwg/base-drafts"}},"updates":{"snippets":[{"icon":"DESCRIPTION","message":"Merged #2359 into master."}],"action":{"name":"View Pull Request","url":"https://github.com/quicwg/base-drafts/pull/2359#event-2090346960"}}}</script>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/pull/2359#event-2090346960",
"url": "https://github.com/quicwg/base-drafts/pull/2359#event-2090346960",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>
----==_mimepart_5c47b6beeae9_76353fac108d45b828274--


From nobody Tue Jan 22 16: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 E313E1311D0 for <quic-issues@ietfa.amsl.com>; Tue, 22 Jan 2019 16:37:20 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -11.007
X-Spam-Level: 
X-Spam-Status: No, score=-11.007 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIMWL_WL_HIGH=-4.553, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, HTML_IMAGE_ONLY_20=1.546, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-1, RCVD_IN_DNSWL_HI=-5, SPF_PASS=-0.001] autolearn=ham autolearn_force=no
Authentication-Results: ietfa.amsl.com (amavisd-new); dkim=pass (1024-bit key) header.d=github.com
Received: from mail.ietf.org ([4.31.198.44]) by localhost (ietfa.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id ISL9q0vMTpdE for <quic-issues@ietfa.amsl.com>; Tue, 22 Jan 2019 16:37: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 625E81311C7 for <quic-issues@ietf.org>; Tue, 22 Jan 2019 16:37:19 -0800 (PST)
Date: Tue, 22 Jan 2019 16:37:18 -0800
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1548203838; bh=u/y+93fXC7UC7gPz1bimtphIzvIp3BwYlBWRcdfSh6I=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=zE77qtqlPUIpNlBsTEgal0cUPa2AOlyjzRYVu7jnELdXzGV99mQF5JGswcVd7K3Rm 8iBX2wsyPbU1aPe0+wAvXJgvMSDQS5KE4+J2Uhhb34n+ekMfuOdp9n4NYMkWkqL1gA rPqH1XTiGOphhZKkgNSaDLOz8vg2xnPS69rXdoBs=
From: Jana Iyemgar <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+0166e4aba43f308a42ba8ca7957c646a8fe981be85e0646992cf00000001185f793e92a169ce17b2473c@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/pull/2327/c456620614@github.com>
In-Reply-To: <quicwg/base-drafts/pull/2327@github.com>
References: <quicwg/base-drafts/pull/2327@github.com>
Subject: Re: [quicwg/base-drafts] Ignore packet loss when the keys are not available (#2327)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5c47b73e8a76a_78423f824eed45bc160be"; 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/iYkaJAmJLbn46FzXS3dLuAeeW8c>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
List-Id: Notification list for GitHub issues related to the QUIC WG <quic-issues.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=unsubscribe>
List-Archive: <https://mailarchive.ietf.org/arch/browse/quic-issues/>
List-Post: <mailto:quic-issues@ietf.org>
List-Help: <mailto:quic-issues-request@ietf.org?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, 23 Jan 2019 00:37:21 -0000

----==_mimepart_5c47b73e8a76a_78423f824eed45bc160be
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

merging this one as well to get this in -18.

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/quicwg/base-drafts/pull/2327#issuecomment-456620614
----==_mimepart_5c47b73e8a76a_78423f824eed45bc160be
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

<p>merging this one as well to get this in -18.</p>

<p style="font-size:small;-webkit-text-size-adjust:none;color:#666;">&mdash;<br />You are receiving this because you are subscribed to this thread.<br />Reply to this email directly, <a href="https://github.com/quicwg/base-drafts/pull/2327#issuecomment-456620614">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AWbkq4R1uSiywtboCUYv-_qdM8mkSzZdks5vF66-gaJpZM4Z4S8B">mute the thread</a>.<img src="https://github.com/notifications/beacon/AWbkq_E4sQAD4kN9dlA6sTx1-dUU5-M4ks5vF66-gaJpZM4Z4S8B.gif" height="1" width="1" alt="" /></p>
<script type="application/json" data-scope="inboxmarkup">{"api_version":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name":"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"https://github.githubassets.com/images/email/message_cards/header.png","avatar_image_url":"https://github.githubassets.com/images/email/message_cards/avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/quicwg/base-drafts"}},"updates":{"snippets":[{"icon":"PERSON","message":"@janaiyengar in #2327: merging this one as well to get this in -18."}],"action":{"name":"View Pull Request","url":"https://github.com/quicwg/base-drafts/pull/2327#issuecomment-456620614"}}}</script>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/pull/2327#issuecomment-456620614",
"url": "https://github.com/quicwg/base-drafts/pull/2327#issuecomment-456620614",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>
----==_mimepart_5c47b73e8a76a_78423f824eed45bc160be--


From nobody Tue Jan 22 16:37: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 641751311CD for <quic-issues@ietfa.amsl.com>; Tue, 22 Jan 2019 16:37:26 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -10.935
X-Spam-Level: 
X-Spam-Status: No, score=-10.935 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIMWL_WL_HIGH=-4.553, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, HTML_IMAGE_ONLY_24=1.618, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-1, RCVD_IN_DNSWL_HI=-5, SPF_PASS=-0.001] autolearn=ham autolearn_force=no
Authentication-Results: ietfa.amsl.com (amavisd-new); dkim=pass (1024-bit key) header.d=github.com
Received: from mail.ietf.org ([4.31.198.44]) by localhost (ietfa.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id n1Dpb0-GThig for <quic-issues@ietfa.amsl.com>; Tue, 22 Jan 2019 16:37: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 9BED11311DD for <quic-issues@ietf.org>; Tue, 22 Jan 2019 16:37:24 -0800 (PST)
Date: Tue, 22 Jan 2019 16:37:23 -0800
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1548203843; bh=eu6az1qsqeoRfZmzpScYtUfBpp0ZqtaLVweHPuuI9hE=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=GntvE/ytS50WjLwBC8MyY35eBWhDa/7XuTbU2sxzhmo94gl+K1fvNqD7sztHKprrN 0ihf12iDuERwfJEQu+nf3R42oW4se0zh4JAfMTK6XoN5cRPdflKLDqOAH3IW4Zbfv3 psfEVcwOgK4iAr7s4UfnG58HgDmkhTruxrjNvuWo=
From: Jana Iyemgar <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+0166e4ab2550060d85dd5aed9ac06a73a4c6361b0ee29e7f92cf00000001185f794392a169ce17b2473c@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/pull/2327/issue_event/2090349816@github.com>
In-Reply-To: <quicwg/base-drafts/pull/2327@github.com>
References: <quicwg/base-drafts/pull/2327@github.com>
Subject: Re: [quicwg/base-drafts] Ignore packet loss when the keys are not available (#2327)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5c47b743c9902_55783f99242d45b87308e"; 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/r8mISCutjjjqTYuYefm0VJdLiGg>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
List-Id: Notification list for GitHub issues related to the QUIC WG <quic-issues.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=unsubscribe>
List-Archive: <https://mailarchive.ietf.org/arch/browse/quic-issues/>
List-Post: <mailto:quic-issues@ietf.org>
List-Help: <mailto:quic-issues-request@ietf.org?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, 23 Jan 2019 00:37:26 -0000

----==_mimepart_5c47b743c9902_55783f99242d45b87308e
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

Merged #2327 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/2327#event-2090349816
----==_mimepart_5c47b743c9902_55783f99242d45b87308e
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="397559612" data-permission-text="Issue title is private" data-url="https://github.com/quicwg/base-drafts/issues/2327" data-hovercard-type="pull_request" data-hovercard-url="/quicwg/base-drafts/pull/2327/hovercard" href="https://github.com/quicwg/base-drafts/pull/2327">#2327</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/2327#event-2090349816">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AWbkqzTEQ12PzfYF6VNMB8qrwZUOnQbgks5vF67DgaJpZM4Z4S8B">mute the thread</a>.<img src="https://github.com/notifications/beacon/AWbkq99Wlp_o2s70GX2xy7SCIiuf5ginks5vF67DgaJpZM4Z4S8B.gif" height="1" width="1" alt="" /></p>
<script type="application/json" data-scope="inboxmarkup">{"api_version":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name":"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"https://github.githubassets.com/images/email/message_cards/header.png","avatar_image_url":"https://github.githubassets.com/images/email/message_cards/avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/quicwg/base-drafts"}},"updates":{"snippets":[{"icon":"DESCRIPTION","message":"Merged #2327 into master."}],"action":{"name":"View Pull Request","url":"https://github.com/quicwg/base-drafts/pull/2327#event-2090349816"}}}</script>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/pull/2327#event-2090349816",
"url": "https://github.com/quicwg/base-drafts/pull/2327#event-2090349816",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>
----==_mimepart_5c47b743c9902_55783f99242d45b87308e--


From nobody Tue Jan 22 16:37: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 2480E1311CD for <quic-issues@ietfa.amsl.com>; Tue, 22 Jan 2019 16:37:28 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -11.149
X-Spam-Level: 
X-Spam-Status: No, score=-11.149 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIMWL_WL_HIGH=-4.553, 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_PASS=-0.001] autolearn=ham autolearn_force=no
Authentication-Results: ietfa.amsl.com (amavisd-new); dkim=pass (1024-bit key) header.d=github.com
Received: from mail.ietf.org ([4.31.198.44]) by localhost (ietfa.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id hHdvF8rGX1Vg for <quic-issues@ietfa.amsl.com>; Tue, 22 Jan 2019 16:37: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 13C151311D0 for <quic-issues@ietf.org>; Tue, 22 Jan 2019 16:37:25 -0800 (PST)
Date: Tue, 22 Jan 2019 16:37:24 -0800
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1548203844; bh=Q+TJgzQPU7ANYl1J0WsN17tnVdzNu5HHiDw7oV/lruU=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=W0DvWvgWuo2djGgrGZHT/CW2KUaEfLJ7rJ3EoUh4GU5KuzZwlVGIF1653V2PF3RMu k6825kbmIq8D/2p48u02vYrZeBsKGC35u7aNBLzkiLLMcT0F22UJDk0lzvWxJjV1pI kl+LLvUrO+w1aLxO+1ILMPhjGaXrjajIv3AcQ5BQ=
From: Jana Iyemgar <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+0166e4ab3610c6cc83d32f5302641e44c20ced636bf3531e92cf00000001185f794492a169ce16831157@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/issue/1967/issue_event/2090349820@github.com>
In-Reply-To: <quicwg/base-drafts/issues/1967@github.com>
References: <quicwg/base-drafts/issues/1967@github.com>
Subject: Re: [quicwg/base-drafts] Loss events for reordered 0- and 0.5-RTT data (#1967)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5c47b74436f12_25c33fad636d45c0826f9"; 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/d9la5NBTB5TjCOJQpAuGLjrmjHU>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
List-Id: Notification list for GitHub issues related to the QUIC WG <quic-issues.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=unsubscribe>
List-Archive: <https://mailarchive.ietf.org/arch/browse/quic-issues/>
List-Post: <mailto:quic-issues@ietf.org>
List-Help: <mailto:quic-issues-request@ietf.org?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, 23 Jan 2019 00:37:28 -0000

----==_mimepart_5c47b74436f12_25c33fad636d45c0826f9
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

Closed #1967 via #2327.

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/quicwg/base-drafts/issues/1967#event-2090349820
----==_mimepart_5c47b74436f12_25c33fad636d45c0826f9
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="377688407" data-permission-text="Issue title is private" data-url="https://github.com/quicwg/base-drafts/issues/1967" data-hovercard-type="issue" data-hovercard-url="/quicwg/base-drafts/issues/1967/hovercard" href="https://github.com/quicwg/base-drafts/issues/1967">#1967</a> via <a class="issue-link js-issue-link" data-error-text="Failed to load issue title" data-id="397559612" data-permission-text="Issue title is private" data-url="https://github.com/quicwg/base-drafts/issues/2327" data-hovercard-type="pull_request" data-hovercard-url="/quicwg/base-drafts/pull/2327/hovercard" href="https://github.com/quicwg/base-drafts/pull/2327">#2327</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/1967#event-2090349820">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AWbkq5tkvh64numVln11RPm9BIWE1GSKks5vF67EgaJpZM4YPvJo">mute the thread</a>.<img src="https://github.com/notifications/beacon/AWbkq1c4Oqn-TN4gysi9uOTu3jErIUqfks5vF67EgaJpZM4YPvJo.gif" height="1" width="1" alt="" /></p>
<script type="application/json" data-scope="inboxmarkup">{"api_version":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name":"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"https://github.githubassets.com/images/email/message_cards/header.png","avatar_image_url":"https://github.githubassets.com/images/email/message_cards/avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/quicwg/base-drafts"}},"updates":{"snippets":[{"icon":"DESCRIPTION","message":"Closed #1967 via #2327."}],"action":{"name":"View Issue","url":"https://github.com/quicwg/base-drafts/issues/1967#event-2090349820"}}}</script>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/issues/1967#event-2090349820",
"url": "https://github.com/quicwg/base-drafts/issues/1967#event-2090349820",
"name": "View Issue"
},
"description": "View this Issue on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>
----==_mimepart_5c47b74436f12_25c33fad636d45c0826f9--


From nobody Tue Jan 22 16:39:17 2019
Return-Path: <bounce+565321.40f-quic-issues=ietf.org@github.com>
X-Original-To: quic-issues@ietfa.amsl.com
Delivered-To: quic-issues@ietfa.amsl.com
Received: from localhost (localhost [127.0.0.1]) by ietfa.amsl.com (Postfix) with ESMTP id 996BA1311C7 for <quic-issues@ietfa.amsl.com>; Tue, 22 Jan 2019 16:39:16 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -0.997
X-Spam-Level: 
X-Spam-Status: No, score=-0.997 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIM_ADSP_CUSTOM_MED=0.001, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, FREEMAIL_FORGED_FROMDOMAIN=0.001, FREEMAIL_FROM=0.001, HEADER_FROM_DIFFERENT_DOMAINS=0.001, NML_ADSP_CUSTOM_MED=0.9, RCVD_IN_DNSWL_NONE=-0.0001, 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 5MR8YlL-Srou for <quic-issues@ietfa.amsl.com>; Tue, 22 Jan 2019 16:39:15 -0800 (PST)
Received: from m69-170.mailgun.net (m69-170.mailgun.net [166.78.69.170]) (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 30ADD1311CD for <quic-issues@ietf.org>; Tue, 22 Jan 2019 16:39:15 -0800 (PST)
DKIM-Signature: a=rsa-sha256; v=1; c=relaxed/relaxed; d=github.com; q=dns/txt;  s=mailo; t=1548203954; h=Content-Transfer-Encoding: Content-Type: Mime-Version: Subject: Message-ID: To: Reply-To: From: Date: Sender; bh=4b3q188vsvwwh2O1vNtmC7+OTm5F0QJ8JymqKNvI3eA=; b=IIObgzYFmiayUuTROWkSddVHoW2kmpHGqj49NbafXB3aAcIzwYYp02ujGcVwhgRqPmSoyC3K Tc0O7Ig0l0U75egeREnCvW4DAEPTTc3JxXEOCMCRCz4Q8gaIYlMQjr30i2+rlw8iMDSDoo3O 2ApIHTfxgSf+K9BqZcUIkdEbNQc=
X-Mailgun-Sending-Ip: 166.78.69.170
X-Mailgun-Sid: WyJhNzYyYiIsICJxdWljLWlzc3Vlc0BpZXRmLm9yZyIsICI0MGYiXQ==
Sender: jri.ietf=gmail.com@github.com
Received: from github.com (Unknown [192.30.252.44]) by mxa.mailgun.org with ESMTP id 5c47b559.7fe1ce3e77b0-smtp-out-n02; Wed, 23 Jan 2019 00:29:13 -0000 (UTC)
Date: Tue, 22 Jan 2019 16:29:12 -0800
From: Jana Iyengar <jri.ietf@gmail.com>
Reply-To: Jana Iyengar <jri.ietf@gmail.com>
To: quic-issues@ietf.org
Message-ID: <5c47b558b5e13_12392b1d50e8058860551@hookshot-fe-6e9b612.cp1-iad.github.net.mail>
Subject: [quicwg/base-drafts] aa1142: s/_/-
Mime-Version: 1.0
Content-Type: multipart/mixed; boundary="--==_mimepart_5c47b558b5972_12392b1d50e80588604fd"; charset=UTF-8
Content-Transfer-Encoding: 7bit
Archived-At: <https://mailarchive.ietf.org/arch/msg/quic-issues/8rGwkOe1vmTQfYO1oIYFBtwDT1Y>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
Precedence: list
List-Id: Notification list for GitHub issues related to the QUIC WG <quic-issues.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=unsubscribe>
List-Archive: <https://mailarchive.ietf.org/arch/browse/quic-issues/>
List-Post: <mailto:quic-issues@ietf.org>
List-Help: <mailto:quic-issues-request@ietf.org?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, 23 Jan 2019 00:39:16 -0000

----==_mimepart_5c47b558b5972_12392b1d50e80588604fd
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

  Branch: refs/heads/ianswett-ignore-loss
  Home:   https://github.com/quicwg/base-drafts
  Commit: aa114252af626c73ce217078a86d6760042ea95f
      https://github.com/quicwg/base-drafts/commit/aa114252af626c73ce217078a86d6760042ea95f
  Author: Jana Iyengar <jri.ietf@gmail.com>
  Date:   2019-01-22 (Tue, 22 Jan 2019)

  Changed paths:
    M draft-ietf-quic-recovery.md

  Log Message:
  -----------
  s/_/-



      **NOTE:** This service has been marked for deprecation: https://developer.github.com/changes/2018-04-25-github-services-deprecation/

      Functionality will be removed from GitHub.com on January 31st, 2019.

----==_mimepart_5c47b558b5972_12392b1d50e80588604fd--


From nobody Tue Jan 22 16:41:18 2019
Return-Path: <bounce+565321.40f-quic-issues=ietf.org@github.com>
X-Original-To: quic-issues@ietfa.amsl.com
Delivered-To: quic-issues@ietfa.amsl.com
Received: from localhost (localhost [127.0.0.1]) by ietfa.amsl.com (Postfix) with ESMTP id 804E21311CE for <quic-issues@ietfa.amsl.com>; Tue, 22 Jan 2019 16:41:16 -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=-4.553, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, HEADER_FROM_DIFFERENT_DOMAINS=0.001, RCVD_IN_DNSWL_NONE=-0.0001, SPF_PASS=-0.001] autolearn=ham autolearn_force=no
Authentication-Results: ietfa.amsl.com (amavisd-new); dkim=pass (1024-bit key) header.d=github.com
Received: from mail.ietf.org ([4.31.198.44]) by localhost (ietfa.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id FpGUXiF8ieoU for <quic-issues@ietfa.amsl.com>; Tue, 22 Jan 2019 16:41:15 -0800 (PST)
Received: from m71-131.mailgun.net (m71-131.mailgun.net [166.78.71.131]) (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 C81D11311C7 for <quic-issues@ietf.org>; Tue, 22 Jan 2019 16:41:14 -0800 (PST)
DKIM-Signature: a=rsa-sha256; v=1; c=relaxed/relaxed; d=github.com; q=dns/txt;  s=mailo; t=1548204074; h=Content-Transfer-Encoding: Content-Type: Mime-Version: Subject: Message-ID: To: Reply-To: From: Date: Sender; bh=oyTHDIYNaVH3JX0Xh5B27/VXvMprB2bvMO3psS0SJ2Q=; b=GKPLYY5FuEaZXvgI907fL1fL3aW2VC5JcNTbm22rqAxgpiV9icXXrWryK1TOR+GqLY0/EE46 eQMSOQhhP0m1CBCBoOdQMRKZnHMDaoBwul2n3p5f78V+wLsA0d8Xzz/3xScg4txm9bR4zO5l HAvZsC5ugaBfm6OSkPo5S8cLntM=
X-Mailgun-Sending-Ip: 166.78.71.131
X-Mailgun-Sid: WyJhNzYyYiIsICJxdWljLWlzc3Vlc0BpZXRmLm9yZyIsICI0MGYiXQ==
Sender: mt=lowentropy.net@github.com
Received: from github.com (Unknown [192.30.253.29]) by mxa.mailgun.org with ESMTP id 5c47b829.7f9a1844ca80-smtp-out-n03; Wed, 23 Jan 2019 00:41:13 -0000 (UTC)
Date: Tue, 22 Jan 2019 16:41:12 -0800
From: martinthomson <mt@lowentropy.net>
Reply-To: martinthomson <mt@lowentropy.net>
To: quic-issues@ietf.org
Message-ID: <5c47b8288023c_6e442b10f2d0a58865041@hookshot-fe-b0febf1.cp1-iad.github.net.mail>
Subject: [quicwg/base-drafts]
Mime-Version: 1.0
Content-Type: multipart/mixed; boundary="--==_mimepart_5c47b8287fded_6e442b10f2d0a588649c1"; charset=UTF-8
Content-Transfer-Encoding: 7bit
Archived-At: <https://mailarchive.ietf.org/arch/msg/quic-issues/xhCu1InQGywzUPCNiJ54zHxZfok>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
Precedence: list
List-Id: Notification list for GitHub issues related to the QUIC WG <quic-issues.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=unsubscribe>
List-Archive: <https://mailarchive.ietf.org/arch/browse/quic-issues/>
List-Post: <mailto:quic-issues@ietf.org>
List-Help: <mailto:quic-issues-request@ietf.org?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, 23 Jan 2019 00:41:17 -0000

----==_mimepart_5c47b8287fded_6e442b10f2d0a588649c1
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

  Branch: refs/tags/draft-ietf-quic-http-18
  Home:   https://github.com/quicwg/base-drafts

      **NOTE:** This service has been marked for deprecation: https://developer.github.com/changes/2018-04-25-github-services-deprecation/

      Functionality will be removed from GitHub.com on January 31st, 2019.

----==_mimepart_5c47b8287fded_6e442b10f2d0a588649c1--


From nobody Tue Jan 22 16:41:26 2019
Return-Path: <bounce+565321.40f-quic-issues=ietf.org@github.com>
X-Original-To: quic-issues@ietfa.amsl.com
Delivered-To: quic-issues@ietfa.amsl.com
Received: from localhost (localhost [127.0.0.1]) by ietfa.amsl.com (Postfix) with ESMTP id DAAC11311C7 for <quic-issues@ietfa.amsl.com>; Tue, 22 Jan 2019 16:41:21 -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=-4.553, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, HEADER_FROM_DIFFERENT_DOMAINS=0.001, RCVD_IN_DNSWL_NONE=-0.0001, SPF_PASS=-0.001] autolearn=ham autolearn_force=no
Authentication-Results: ietfa.amsl.com (amavisd-new); dkim=pass (1024-bit key) header.d=github.com
Received: from mail.ietf.org ([4.31.198.44]) by localhost (ietfa.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id CkpJbDaADBET for <quic-issues@ietfa.amsl.com>; Tue, 22 Jan 2019 16:41:20 -0800 (PST)
Received: from m69-169.mailgun.net (m69-169.mailgun.net [166.78.69.169]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id 26FE41311CF for <quic-issues@ietf.org>; Tue, 22 Jan 2019 16:41:20 -0800 (PST)
DKIM-Signature: a=rsa-sha256; v=1; c=relaxed/relaxed; d=github.com; q=dns/txt;  s=mailo; t=1548204079; h=Content-Transfer-Encoding: Content-Type: Mime-Version: Subject: Message-ID: To: Reply-To: From: Date: Sender; bh=U3hF6Pp6upL5Z1ZL9UFCqrI+S7AYZ8ozvtjqQUUwmF8=; b=XQWrcZ1Ls8QlRegd9c1Rq3prb3LvjRwjZ8uSW7Jp8i4OTg8yCuZKLzU8r2EWMOZ/5FyWjDGf aO1K1u37mRaIfNsAopGk1qdjSqEcWZUtf4d+IWOTjIRgtwiZBAQ8Q7X2h8DjFQeRNMLgTlGY BIw0sQoB3TEIMG6W5Jj+ONg4lmc=
X-Mailgun-Sending-Ip: 166.78.69.169
X-Mailgun-Sid: WyJhNzYyYiIsICJxdWljLWlzc3Vlc0BpZXRmLm9yZyIsICI0MGYiXQ==
Sender: mt=lowentropy.net@github.com
Received: from github.com (Unknown [192.30.252.44]) by mxa.mailgun.org with ESMTP id 5c47b82f.7fe22fde26f0-smtp-out-n02; Wed, 23 Jan 2019 00:41:19 -0000 (UTC)
Date: Tue, 22 Jan 2019 16:41:19 -0800
From: martinthomson <mt@lowentropy.net>
Reply-To: martinthomson <mt@lowentropy.net>
To: quic-issues@ietf.org
Message-ID: <5c47b82f1665e_f212ade70a8a574600a9@hookshot-fe-6e9b612.cp1-iad.github.net.mail>
Subject: [quicwg/base-drafts]
Mime-Version: 1.0
Content-Type: multipart/mixed; boundary="--==_mimepart_5c47b82f162f7_f212ade70a8a57459926"; charset=UTF-8
Content-Transfer-Encoding: 7bit
Archived-At: <https://mailarchive.ietf.org/arch/msg/quic-issues/_VBlmy7jNc6NsheA_BojG8CnAOE>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
Precedence: list
List-Id: Notification list for GitHub issues related to the QUIC WG <quic-issues.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=unsubscribe>
List-Archive: <https://mailarchive.ietf.org/arch/browse/quic-issues/>
List-Post: <mailto:quic-issues@ietf.org>
List-Help: <mailto:quic-issues-request@ietf.org?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, 23 Jan 2019 00:41:22 -0000

----==_mimepart_5c47b82f162f7_f212ade70a8a57459926
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

  Branch: refs/tags/draft-ietf-quic-qpack-06
  Home:   https://github.com/quicwg/base-drafts

      **NOTE:** This service has been marked for deprecation: https://developer.github.com/changes/2018-04-25-github-services-deprecation/

      Functionality will be removed from GitHub.com on January 31st, 2019.

----==_mimepart_5c47b82f162f7_f212ade70a8a57459926--


From nobody Tue Jan 22 16:41:36 2019
Return-Path: <bounce+565321.40f-quic-issues=ietf.org@github.com>
X-Original-To: quic-issues@ietfa.amsl.com
Delivered-To: quic-issues@ietfa.amsl.com
Received: from localhost (localhost [127.0.0.1]) by ietfa.amsl.com (Postfix) with ESMTP id 4D8651311C7 for <quic-issues@ietfa.amsl.com>; Tue, 22 Jan 2019 16:41:28 -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=-4.553, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, HEADER_FROM_DIFFERENT_DOMAINS=0.001, RCVD_IN_DNSWL_NONE=-0.0001, SPF_PASS=-0.001] autolearn=ham autolearn_force=no
Authentication-Results: ietfa.amsl.com (amavisd-new); dkim=pass (1024-bit key) header.d=github.com
Received: from mail.ietf.org ([4.31.198.44]) by localhost (ietfa.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id jnDPYu-RRKsa for <quic-issues@ietfa.amsl.com>; Tue, 22 Jan 2019 16:41:26 -0800 (PST)
Received: from m69-169.mailgun.net (m69-169.mailgun.net [166.78.69.169]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id 8665D1311DB for <quic-issues@ietf.org>; Tue, 22 Jan 2019 16:41:26 -0800 (PST)
DKIM-Signature: a=rsa-sha256; v=1; c=relaxed/relaxed; d=github.com; q=dns/txt;  s=mailo; t=1548204086; h=Content-Transfer-Encoding: Content-Type: Mime-Version: Subject: Message-ID: To: Reply-To: From: Date: Sender; bh=EZKB9gaHpCRwt9uuov968TpYZjULFBzqLJ1+q7j+gxo=; b=ZgIek1dbMBzqb2Cw7+RFdMf1HK/vUwf/+EHT2GwfJSz4wjkJuEuT3mTlosLDdQWCm3o3bpm/ Z5T3hai5FvPoKIYQS6l2A2hBItLGooeCD5XlOI4TA5a0o4SpIFt49Ar1M/BGGWA/Y+llThBE sg/um2ag8q1a4wubVWI6+g4081s=
X-Mailgun-Sending-Ip: 166.78.69.169
X-Mailgun-Sid: WyJhNzYyYiIsICJxdWljLWlzc3Vlc0BpZXRmLm9yZyIsICI0MGYiXQ==
Sender: mt=lowentropy.net@github.com
Received: from github.com (Unknown [192.30.252.37]) by mxa.mailgun.org with ESMTP id 5c47b836.7f0c33e40930-smtp-out-n02; Wed, 23 Jan 2019 00:41:26 -0000 (UTC)
Date: Tue, 22 Jan 2019 16:41:26 -0800
From: martinthomson <mt@lowentropy.net>
Reply-To: martinthomson <mt@lowentropy.net>
To: quic-issues@ietf.org
Message-ID: <5c47b83622e5b_33ea2b025fa5657c123760@hookshot-fe-32b5f5b.cp1-iad.github.net.mail>
Subject: [quicwg/base-drafts]
Mime-Version: 1.0
Content-Type: multipart/mixed; boundary="--==_mimepart_5c47b83622b1d_33ea2b025fa5657c123649"; charset=UTF-8
Content-Transfer-Encoding: 7bit
Archived-At: <https://mailarchive.ietf.org/arch/msg/quic-issues/DGFW_vTHp5iseAxowue6TWcB_-c>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
Precedence: list
List-Id: Notification list for GitHub issues related to the QUIC WG <quic-issues.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=unsubscribe>
List-Archive: <https://mailarchive.ietf.org/arch/browse/quic-issues/>
List-Post: <mailto:quic-issues@ietf.org>
List-Help: <mailto:quic-issues-request@ietf.org?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, 23 Jan 2019 00:41:28 -0000

----==_mimepart_5c47b83622b1d_33ea2b025fa5657c123649
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

  Branch: refs/tags/draft-ietf-quic-recovery-18
  Home:   https://github.com/quicwg/base-drafts

      **NOTE:** This service has been marked for deprecation: https://developer.github.com/changes/2018-04-25-github-services-deprecation/

      Functionality will be removed from GitHub.com on January 31st, 2019.

----==_mimepart_5c47b83622b1d_33ea2b025fa5657c123649--


From nobody Tue Jan 22 16:41:45 2019
Return-Path: <bounce+565321.40f-quic-issues=ietf.org@github.com>
X-Original-To: quic-issues@ietfa.amsl.com
Delivered-To: quic-issues@ietfa.amsl.com
Received: from localhost (localhost [127.0.0.1]) by ietfa.amsl.com (Postfix) with ESMTP id 940901311CE for <quic-issues@ietfa.amsl.com>; Tue, 22 Jan 2019 16:41:42 -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=-4.553, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, HEADER_FROM_DIFFERENT_DOMAINS=0.001, RCVD_IN_DNSWL_NONE=-0.0001, SPF_PASS=-0.001] autolearn=ham autolearn_force=no
Authentication-Results: ietfa.amsl.com (amavisd-new); dkim=pass (1024-bit key) header.d=github.com
Received: from mail.ietf.org ([4.31.198.44]) by localhost (ietfa.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id ZoORB1BkjmTT for <quic-issues@ietfa.amsl.com>; Tue, 22 Jan 2019 16:41:41 -0800 (PST)
Received: from m69-169.mailgun.net (m69-169.mailgun.net [166.78.69.169]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id 1322B1311C7 for <quic-issues@ietf.org>; Tue, 22 Jan 2019 16:41:40 -0800 (PST)
DKIM-Signature: a=rsa-sha256; v=1; c=relaxed/relaxed; d=github.com; q=dns/txt;  s=mailo; t=1548204100; h=Content-Transfer-Encoding: Content-Type: Mime-Version: Subject: Message-ID: To: Reply-To: From: Date: Sender; bh=1dPGqXSFRCkenzYN9IfMoEegOtRpX/4o3dAB0/+M0ik=; b=UAIwbcsrzR48X5Q4uraBxjmXBNAvGzWbAuodv9ZaccOPC575OINrrs78o3XXsxclXFJ4n0E/ gS6wqRUvsFsUsa0cz7uTOUh6N39iogOarxXTFYZKUI6wR7crzKQSa5EK4+G7tJ742DsQLoLn 1c3jlyesyklKa7v7LlzlMZe3IsU=
X-Mailgun-Sending-Ip: 166.78.69.169
X-Mailgun-Sid: WyJhNzYyYiIsICJxdWljLWlzc3Vlc0BpZXRmLm9yZyIsICI0MGYiXQ==
Sender: mt=lowentropy.net@github.com
Received: from github.com (Unknown [192.30.252.38]) by mxa.mailgun.org with ESMTP id 5c47b844.7f92e3560cf0-smtp-out-n03; Wed, 23 Jan 2019 00:41:40 -0000 (UTC)
Date: Tue, 22 Jan 2019 16:41:39 -0800
From: martinthomson <mt@lowentropy.net>
Reply-To: martinthomson <mt@lowentropy.net>
To: quic-issues@ietf.org
Message-ID: <5c47b84372425_69322ab31191a570358f6@hookshot-fe-265448d.cp1-iad.github.net.mail>
Subject: [quicwg/base-drafts]
Mime-Version: 1.0
Content-Type: multipart/mixed; boundary="--==_mimepart_5c47b84372094_69322ab31191a5703574d"; charset=UTF-8
Content-Transfer-Encoding: 7bit
Archived-At: <https://mailarchive.ietf.org/arch/msg/quic-issues/yY0xxfGFm4zlTn4x_1R_PPJB_BQ>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
Precedence: list
List-Id: Notification list for GitHub issues related to the QUIC WG <quic-issues.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=unsubscribe>
List-Archive: <https://mailarchive.ietf.org/arch/browse/quic-issues/>
List-Post: <mailto:quic-issues@ietf.org>
List-Help: <mailto:quic-issues-request@ietf.org?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, 23 Jan 2019 00:41:43 -0000

----==_mimepart_5c47b84372094_69322ab31191a5703574d
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

  Branch: refs/tags/draft-ietf-quic-transport-18
  Home:   https://github.com/quicwg/base-drafts

      **NOTE:** This service has been marked for deprecation: https://developer.github.com/changes/2018-04-25-github-services-deprecation/

      Functionality will be removed from GitHub.com on January 31st, 2019.

----==_mimepart_5c47b84372094_69322ab31191a5703574d--


From nobody Tue Jan 22 16:42:06 2019
Return-Path: <bounce+565321.40f-quic-issues=ietf.org@github.com>
X-Original-To: quic-issues@ietfa.amsl.com
Delivered-To: quic-issues@ietfa.amsl.com
Received: from localhost (localhost [127.0.0.1]) by ietfa.amsl.com (Postfix) with ESMTP id 5BA791311CE for <quic-issues@ietfa.amsl.com>; Tue, 22 Jan 2019 16:42:05 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -0.997
X-Spam-Level: 
X-Spam-Status: No, score=-0.997 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIM_ADSP_CUSTOM_MED=0.001, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, FREEMAIL_FORGED_FROMDOMAIN=0.001, FREEMAIL_FROM=0.001, HEADER_FROM_DIFFERENT_DOMAINS=0.001, NML_ADSP_CUSTOM_MED=0.9, RCVD_IN_DNSWL_NONE=-0.0001, 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 1A5_hukWxSuv for <quic-issues@ietfa.amsl.com>; Tue, 22 Jan 2019 16:42:04 -0800 (PST)
Received: from m69-170.mailgun.net (m69-170.mailgun.net [166.78.69.170]) (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 37E741311C7 for <quic-issues@ietf.org>; Tue, 22 Jan 2019 16:42:04 -0800 (PST)
DKIM-Signature: a=rsa-sha256; v=1; c=relaxed/relaxed; d=github.com; q=dns/txt;  s=mailo; t=1548204123; h=Content-Transfer-Encoding: Content-Type: Mime-Version: Subject: Message-ID: To: Reply-To: From: Date: Sender; bh=bsWMoheeutJDiV2EeW3s3LUwM892M6ojTG55WlacGW4=; b=XZQrjWVX0pdFSaQ0GdubNMjROK1P55N4ZkequBcBupKKzlMG+xd/OAaudDVSdw4JwRwbdCv9 fd96WfWpm+Ua4xbM3cbxz/X8PewMP/gaxlb6dxbYw9r1/YEsJ+lLeafoaG4dHAnm0idOIfNZ Dr9l6gtN0teMewyLxI1EvHpd+H4=
X-Mailgun-Sending-Ip: 166.78.69.170
X-Mailgun-Sid: WyJhNzYyYiIsICJxdWljLWlzc3Vlc0BpZXRmLm9yZyIsICI0MGYiXQ==
Sender: martin.thomson=gmail.com@github.com
Received: from github.com (Unknown [192.30.252.34]) by mxa.mailgun.org with ESMTP id 5c47b602.7fb8b1ef83f0-smtp-out-n01; Wed, 23 Jan 2019 00:32:02 -0000 (UTC)
Date: Tue, 22 Jan 2019 16:32:01 -0800
From: Martin Thomson <martin.thomson@gmail.com>
Reply-To: Martin Thomson <martin.thomson@gmail.com>
To: quic-issues@ietf.org
Message-ID: <5c47b6018f419_1fa82ae6780ce584504e@hookshot-fe-88eb02d.cp1-iad.github.net.mail>
Subject: [quicwg/base-drafts] 4e5f28: Be extra specific
Mime-Version: 1.0
Content-Type: multipart/mixed; boundary="--==_mimepart_5c47b6018ed4f_1fa82ae6780ce584503bf"; charset=UTF-8
Content-Transfer-Encoding: 7bit
Archived-At: <https://mailarchive.ietf.org/arch/msg/quic-issues/eyDZ4KThDxgP0aTnsra1QqbFY_s>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
Precedence: list
List-Id: Notification list for GitHub issues related to the QUIC WG <quic-issues.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=unsubscribe>
List-Archive: <https://mailarchive.ietf.org/arch/browse/quic-issues/>
List-Post: <mailto:quic-issues@ietf.org>
List-Help: <mailto:quic-issues-request@ietf.org?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, 23 Jan 2019 00:42:05 -0000

----==_mimepart_5c47b6018ed4f_1fa82ae6780ce584503bf
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

  Branch: refs/heads/transport/pa_confusing
  Home:   https://github.com/quicwg/base-drafts
  Commit: 4e5f28c3232f8570a043f06b745ee14d27994a1b
      https://github.com/quicwg/base-drafts/commit/4e5f28c3232f8570a043f06b745ee14d27994a1b
  Author: Martin Thomson <martin.thomson@gmail.com>
  Date:   2019-01-23 (Wed, 23 Jan 2019)

  Changed paths:
    M draft-ietf-quic-transport.md

  Log Message:
  -----------
  Be extra specific



      **NOTE:** This service has been marked for deprecation: https://developer.github.com/changes/2018-04-25-github-services-deprecation/

      Functionality will be removed from GitHub.com on January 31st, 2019.

----==_mimepart_5c47b6018ed4f_1fa82ae6780ce584503bf--


From nobody Tue Jan 22 16:45:18 2019
Return-Path: <bounce+565321.40f-quic-issues=ietf.org@github.com>
X-Original-To: quic-issues@ietfa.amsl.com
Delivered-To: quic-issues@ietfa.amsl.com
Received: from localhost (localhost [127.0.0.1]) by ietfa.amsl.com (Postfix) with ESMTP id 8E343130FFB for <quic-issues@ietfa.amsl.com>; Tue, 22 Jan 2019 16:45:10 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -0.997
X-Spam-Level: 
X-Spam-Status: No, score=-0.997 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIM_ADSP_CUSTOM_MED=0.001, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, FREEMAIL_FORGED_FROMDOMAIN=0.001, FREEMAIL_FROM=0.001, HEADER_FROM_DIFFERENT_DOMAINS=0.001, NML_ADSP_CUSTOM_MED=0.9, RCVD_IN_DNSWL_NONE=-0.0001, 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 E8x8gaxXgJts for <quic-issues@ietfa.amsl.com>; Tue, 22 Jan 2019 16:45:08 -0800 (PST)
Received: from m69-169.mailgun.net (m69-169.mailgun.net [166.78.69.169]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id 3907E1311E0 for <quic-issues@ietf.org>; Tue, 22 Jan 2019 16:45:07 -0800 (PST)
DKIM-Signature: a=rsa-sha256; v=1; c=relaxed/relaxed; d=github.com; q=dns/txt;  s=mailo; t=1548204306; h=Content-Transfer-Encoding: Content-Type: Mime-Version: Subject: Message-ID: To: Reply-To: From: Date: Sender; bh=aEG2hwjRAEmBzbyJEzrIzxZpWCHk+3qw5QESp+HhLYg=; b=zgKKUs798dwFUvSBV5XIYdjDRdN7pXI01w1HRqlF/bHqrwf6oWMo1mSpgHcFHfSTSlmYcutf E2BKnuB6Vk9gxO7K/nrHHUsvbvYAi2mKfccpsgzDsq+ZlPz8sWxah4dlbLS7YJ0dr6X5KHKB 8TRKHVqJqvSxHxhgjZbmLABVMgo=
X-Mailgun-Sending-Ip: 166.78.69.169
X-Mailgun-Sid: WyJhNzYyYiIsICJxdWljLWlzc3Vlc0BpZXRmLm9yZyIsICI0MGYiXQ==
Sender: martin.thomson=gmail.com@github.com
Received: from github.com (Unknown [192.30.253.29]) by mxa.mailgun.org with ESMTP id 5c47b6b7.7fb8ad99d3f0-smtp-out-n01; Wed, 23 Jan 2019 00:35:03 -0000 (UTC)
Date: Tue, 22 Jan 2019 16:35:02 -0800
From: Martin Thomson <martin.thomson@gmail.com>
Reply-To: Martin Thomson <martin.thomson@gmail.com>
To: quic-issues@ietf.org
Message-ID: <5c47b6b6b1a9e_770b2afbaf2c457c582c6@hookshot-fe-b0febf1.cp1-iad.github.net.mail>
Subject: [quicwg/base-drafts] 706e7a: Transport changelog for -18
Mime-Version: 1.0
Content-Type: multipart/mixed; boundary="--==_mimepart_5c47b6b6b1667_770b2afbaf2c457c581de"; charset=UTF-8
Content-Transfer-Encoding: 7bit
Archived-At: <https://mailarchive.ietf.org/arch/msg/quic-issues/MjJ2xhXdPH2HetDHeBZe654qysU>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
Precedence: list
List-Id: Notification list for GitHub issues related to the QUIC WG <quic-issues.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=unsubscribe>
List-Archive: <https://mailarchive.ietf.org/arch/browse/quic-issues/>
List-Post: <mailto:quic-issues@ietf.org>
List-Help: <mailto:quic-issues-request@ietf.org?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, 23 Jan 2019 00:45:11 -0000

----==_mimepart_5c47b6b6b1667_770b2afbaf2c457c581de
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

  Branch: refs/heads/master
  Home:   https://github.com/quicwg/base-drafts
  Commit: 706e7ab00992b981d6e7f5aa2c185fb6678dcceb
      https://github.com/quicwg/base-drafts/commit/706e7ab00992b981d6e7f5aa2c185fb6678dcceb
  Author: Martin Thomson <martin.thomson@gmail.com>
  Date:   2019-01-22 (Tue, 22 Jan 2019)

  Changed paths:
    M draft-ietf-quic-transport.md

  Log Message:
  -----------
  Transport changelog for -18


  Commit: 79c7e13091c7eea0f19a2e277390518612475c4f
      https://github.com/quicwg/base-drafts/commit/79c7e13091c7eea0f19a2e277390518612475c4f
  Author: Martin Thomson <martin.thomson@gmail.com>
  Date:   2019-01-22 (Tue, 22 Jan 2019)

  Changed paths:
    M draft-ietf-quic-recovery.md
    M draft-ietf-quic-tls.md

  Log Message:
  -----------
  TLS changes for -18


  Commit: 0113b3a50c88b06918a514bdb998a8202e34fc6e
      https://github.com/quicwg/base-drafts/commit/0113b3a50c88b06918a514bdb998a8202e34fc6e
  Author: Martin Thomson <martin.thomson@gmail.com>
  Date:   2019-01-22 (Tue, 22 Jan 2019)

  Changed paths:
    M draft-ietf-quic-http.md

  Log Message:
  -----------
  HTTP changes for -18


  Commit: 982e913fbc248398c77b6945388ea5d20b6e7b3c
      https://github.com/quicwg/base-drafts/commit/982e913fbc248398c77b6945388ea5d20b6e7b3c
  Author: Martin Thomson <martin.thomson@gmail.com>
  Date:   2019-01-22 (Tue, 22 Jan 2019)

  Changed paths:
    M draft-ietf-quic-recovery.md

  Log Message:
  -----------
  Recovery changes for -18


  Commit: a1abfe009cd86841b38b994c8e6dba96804e008a
      https://github.com/quicwg/base-drafts/commit/a1abfe009cd86841b38b994c8e6dba96804e008a
  Author: Martin Thomson <martin.thomson@gmail.com>
  Date:   2019-01-23 (Wed, 23 Jan 2019)

  Changed paths:
    M draft-ietf-quic-transport.md

  Log Message:
  -----------
  Learn to drive vi you fool


  Commit: d989555a36aaed33dad6b4d568bd91b3c728d50b
      https://github.com/quicwg/base-drafts/commit/d989555a36aaed33dad6b4d568bd91b3c728d50b
  Author: Martin Thomson <martin.thomson@gmail.com>
  Date:   2019-01-23 (Wed, 23 Jan 2019)

  Changed paths:
    M draft-ietf-quic-recovery.md
    M draft-ietf-quic-transport.md

  Log Message:
  -----------
  More changes inbound


  Commit: 9040bae6b2db213a7c954659aa15d9e4f3076fec
      https://github.com/quicwg/base-drafts/commit/9040bae6b2db213a7c954659aa15d9e4f3076fec
  Author: Martin Thomson <martin.thomson@gmail.com>
  Date:   2019-01-23 (Wed, 23 Jan 2019)

  Changed paths:
    M draft-ietf-quic-http.md
    M draft-ietf-quic-recovery.md
    M draft-ietf-quic-tls.md
    M draft-ietf-quic-transport.md

  Log Message:
  -----------
  Merge branch 'changelog-18'


Compare: https://github.com/quicwg/base-drafts/compare/7e5ab83e020c...9040bae6b2db
      **NOTE:** This service has been marked for deprecation: https://developer.github.com/changes/2018-04-25-github-services-deprecation/

      Functionality will be removed from GitHub.com on January 31st, 2019.

----==_mimepart_5c47b6b6b1667_770b2afbaf2c457c581de--


From nobody Tue Jan 22 16:50:27 2019
Return-Path: <bounce+565321.40f-quic-issues=ietf.org@github.com>
X-Original-To: quic-issues@ietfa.amsl.com
Delivered-To: quic-issues@ietfa.amsl.com
Received: from localhost (localhost [127.0.0.1]) by ietfa.amsl.com (Postfix) with ESMTP id C11B91311D5 for <quic-issues@ietfa.amsl.com>; Tue, 22 Jan 2019 16:50:18 -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=-4.553, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, HEADER_FROM_DIFFERENT_DOMAINS=0.001, RCVD_IN_DNSWL_NONE=-0.0001, SPF_PASS=-0.001] autolearn=ham autolearn_force=no
Authentication-Results: ietfa.amsl.com (amavisd-new); dkim=pass (1024-bit key) header.d=github.com
Received: from mail.ietf.org ([4.31.198.44]) by localhost (ietfa.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id X1u_4gYLRcQw for <quic-issues@ietfa.amsl.com>; Tue, 22 Jan 2019 16:50:17 -0800 (PST)
Received: from m71-131.mailgun.net (m71-131.mailgun.net [166.78.71.131]) (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 C948D13120C for <quic-issues@ietf.org>; Tue, 22 Jan 2019 16:50:16 -0800 (PST)
DKIM-Signature: a=rsa-sha256; v=1; c=relaxed/relaxed; d=github.com; q=dns/txt;  s=mailo; t=1548204616; h=Content-Transfer-Encoding: Content-Type: Mime-Version: Subject: Message-ID: To: Reply-To: From: Date: Sender; bh=Z8t5AcGue02jeONu5LYlLPgv7oSB5eahHTR2Dvpb4nk=; b=wx9/e12tvzTz3vNn8475MMfmgrZs99NoSajGg8+LEBSfsEI6OKA/h6Ff1C+KIupVIIgFgzpx j1PnPg+fc8o/jWnmCxb0bICHRLErBlOdTKEqaYbOnhmyZUj4lC9O2J0cSXCDNAlkhEnGAwO6 O7CodEuMChIPI7DmDnz9GPPBRQI=
X-Mailgun-Sending-Ip: 166.78.71.131
X-Mailgun-Sid: WyJhNzYyYiIsICJxdWljLWlzc3Vlc0BpZXRmLm9yZyIsICI0MGYiXQ==
Sender: mt=lowentropy.net@github.com
Received: from github.com (Unknown [192.30.252.38]) by mxa.mailgun.org with ESMTP id 5c47b7ef.7ff6354240c0-smtp-out-n02; Wed, 23 Jan 2019 00:40:15 -0000 (UTC)
Date: Tue, 22 Jan 2019 16:40:14 -0800
From: Martin Thomson <mt@lowentropy.net>
Reply-To: Martin Thomson <mt@lowentropy.net>
To: quic-issues@ietf.org
Message-ID: <5c47b7ee8808f_67f82b2044c1c58477331@hookshot-fe-265448d.cp1-iad.github.net.mail>
Subject: [quicwg/base-drafts] 3aa082: Change my email address
Mime-Version: 1.0
Content-Type: multipart/mixed; boundary="--==_mimepart_5c47b7ee87d48_67f82b2044c1c58477286"; charset=UTF-8
Content-Transfer-Encoding: 7bit
Archived-At: <https://mailarchive.ietf.org/arch/msg/quic-issues/KtDTbjjGpISQidvEoBrn4-A6suQ>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
Precedence: list
List-Id: Notification list for GitHub issues related to the QUIC WG <quic-issues.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=unsubscribe>
List-Archive: <https://mailarchive.ietf.org/arch/browse/quic-issues/>
List-Post: <mailto:quic-issues@ietf.org>
List-Help: <mailto:quic-issues-request@ietf.org?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, 23 Jan 2019 00:50:23 -0000

----==_mimepart_5c47b7ee87d48_67f82b2044c1c58477286
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

  Branch: refs/heads/master
  Home:   https://github.com/quicwg/base-drafts
  Commit: 3aa082565f040c04b58cca13b27cc6d74900a0e9
      https://github.com/quicwg/base-drafts/commit/3aa082565f040c04b58cca13b27cc6d74900a0e9
  Author: Martin Thomson <mt@lowentropy.net>
  Date:   2019-01-23 (Wed, 23 Jan 2019)

  Changed paths:
    M draft-ietf-quic-invariants.md
    M draft-ietf-quic-tls.md
    M draft-ietf-quic-transport.md
    M tag.sh

  Log Message:
  -----------
  Change my email address



      **NOTE:** This service has been marked for deprecation: https://developer.github.com/changes/2018-04-25-github-services-deprecation/

      Functionality will be removed from GitHub.com on January 31st, 2019.

----==_mimepart_5c47b7ee87d48_67f82b2044c1c58477286--


From nobody Tue Jan 22 16:51:38 2019
Return-Path: <bounce+565321.40f-quic-issues=ietf.org@github.com>
X-Original-To: quic-issues@ietfa.amsl.com
Delivered-To: quic-issues@ietfa.amsl.com
Received: from localhost (localhost [127.0.0.1]) by ietfa.amsl.com (Postfix) with ESMTP id 14E61130E70 for <quic-issues@ietfa.amsl.com>; Tue, 22 Jan 2019 16:51:36 -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=-4.553, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, HEADER_FROM_DIFFERENT_DOMAINS=0.001, RCVD_IN_DNSWL_NONE=-0.0001, SPF_PASS=-0.001] autolearn=ham autolearn_force=no
Authentication-Results: ietfa.amsl.com (amavisd-new); dkim=pass (1024-bit key) header.d=github.com
Received: from mail.ietf.org ([4.31.198.44]) by localhost (ietfa.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id joCO1jQt0K0J for <quic-issues@ietfa.amsl.com>; Tue, 22 Jan 2019 16:51:34 -0800 (PST)
Received: from m69-170.mailgun.net (m69-170.mailgun.net [166.78.69.170]) (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 0111D130FC5 for <quic-issues@ietf.org>; Tue, 22 Jan 2019 16:51:33 -0800 (PST)
DKIM-Signature: a=rsa-sha256; v=1; c=relaxed/relaxed; d=github.com; q=dns/txt;  s=mailo; t=1548204693; h=Content-Transfer-Encoding: Content-Type: Mime-Version: Subject: Message-ID: To: Reply-To: From: Date: Sender; bh=XeFkezvp5Fyq8vBn0GPY7E7xlVvUr+UWaHAkEhtFveU=; b=p+2Acg63rQdefwKEN1lTDqSqARxY8q0900wJeR3Ijfv7t02BVLWmkwbAqyoF8iWsuzINafOn BIoVX7qBJIFNAyvlkVKSk/g0fv176fMaDozIpnvyShIdopw0MXfiLjSpCFrrVKf3IztKMund G1ZnTSrwWXh08JyJ19g7GmQDbNE=
X-Mailgun-Sending-Ip: 166.78.69.170
X-Mailgun-Sid: WyJhNzYyYiIsICJxdWljLWlzc3Vlc0BpZXRmLm9yZyIsICI0MGYiXQ==
Sender: mt=lowentropy.net@github.com
Received: from github.com (Unknown [192.30.252.34]) by mxa.mailgun.org with ESMTP id 5c47b83c.7f99212ed9f0-smtp-out-n02; Wed, 23 Jan 2019 00:41:32 -0000 (UTC)
Date: Tue, 22 Jan 2019 16:41:32 -0800
From: martinthomson <mt@lowentropy.net>
Reply-To: martinthomson <mt@lowentropy.net>
To: quic-issues@ietf.org
Message-ID: <5c47b83c8d24b_1c3b2b1781392588124735@hookshot-fe-88eb02d.cp1-iad.github.net.mail>
Subject: [quicwg/base-drafts]
Mime-Version: 1.0
Content-Type: multipart/mixed; boundary="--==_mimepart_5c47b83c8cea5_1c3b2b1781392588124678"; charset=UTF-8
Content-Transfer-Encoding: 7bit
Archived-At: <https://mailarchive.ietf.org/arch/msg/quic-issues/xeFi_mhiN-HcLkCJ34FAdHwzwl4>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
Precedence: list
List-Id: Notification list for GitHub issues related to the QUIC WG <quic-issues.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=unsubscribe>
List-Archive: <https://mailarchive.ietf.org/arch/browse/quic-issues/>
List-Post: <mailto:quic-issues@ietf.org>
List-Help: <mailto:quic-issues-request@ietf.org?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, 23 Jan 2019 00:51:36 -0000

----==_mimepart_5c47b83c8cea5_1c3b2b1781392588124678
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

  Branch: refs/tags/draft-ietf-quic-tls-18
  Home:   https://github.com/quicwg/base-drafts

      **NOTE:** This service has been marked for deprecation: https://developer.github.com/changes/2018-04-25-github-services-deprecation/

      Functionality will be removed from GitHub.com on January 31st, 2019.

----==_mimepart_5c47b83c8cea5_1c3b2b1781392588124678--


From nobody Tue Jan 22 16:59:16 2019
Return-Path: <bounce+565321.40f-quic-issues=ietf.org@github.com>
X-Original-To: quic-issues@ietfa.amsl.com
Delivered-To: quic-issues@ietfa.amsl.com
Received: from localhost (localhost [127.0.0.1]) by ietfa.amsl.com (Postfix) with ESMTP id 3B14F1311FD for <quic-issues@ietfa.amsl.com>; Tue, 22 Jan 2019 16:59:10 -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=-4.553, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, HEADER_FROM_DIFFERENT_DOMAINS=0.001, RCVD_IN_DNSWL_NONE=-0.0001, SPF_PASS=-0.001] autolearn=ham autolearn_force=no
Authentication-Results: ietfa.amsl.com (amavisd-new); dkim=pass (1024-bit key) header.d=github.com
Received: from mail.ietf.org ([4.31.198.44]) by localhost (ietfa.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id S8saWuGbaYHA for <quic-issues@ietfa.amsl.com>; Tue, 22 Jan 2019 16:59:08 -0800 (PST)
Received: from m69-169.mailgun.net (m69-169.mailgun.net [166.78.69.169]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id 10ABB1311F5 for <quic-issues@ietf.org>; Tue, 22 Jan 2019 16:59:07 -0800 (PST)
DKIM-Signature: a=rsa-sha256; v=1; c=relaxed/relaxed; d=github.com; q=dns/txt;  s=mailo; t=1548205147; h=Content-Transfer-Encoding: Content-Type: Mime-Version: Subject: Message-ID: To: Reply-To: From: Date: Sender; bh=hlf3QuyhGhErTPGmRZmUKgbhybgHfjVrglKTM3EX9HY=; b=fT25P9mvVlre6rJ3lZCrCNxeIhFN1BP391+TFY7PcMHVnx52GyM9TG5ea/r6Oc17v4c6UJ4c a8Fci5DwEfm82lJywWHff0vcyEBPfwxXI14ChGal7xosTCGN4LfoHX7esJXxBBbZsbOFOzC7 uKyAsGzzXZqORNFOv7C45rSISqI=
X-Mailgun-Sending-Ip: 166.78.69.169
X-Mailgun-Sid: WyJhNzYyYiIsICJxdWljLWlzc3Vlc0BpZXRmLm9yZyIsICI0MGYiXQ==
Sender: mt=lowentropy.net@github.com
Received: from github.com (Unknown [192.30.252.37]) by mxa.mailgun.org with ESMTP id 5c47b67d.7fee0697f150-smtp-out-n02; Wed, 23 Jan 2019 00:34:05 -0000 (UTC)
Date: Tue, 22 Jan 2019 16:34:04 -0800
From: martinthomson <mt@lowentropy.net>
Reply-To: martinthomson <mt@lowentropy.net>
To: quic-issues@ietf.org
Message-ID: <5c47b67ce98bb_308a2ad55818457c429ca@hookshot-fe-32b5f5b.cp1-iad.github.net.mail>
Subject: [quicwg/base-drafts]
Mime-Version: 1.0
Content-Type: multipart/mixed; boundary="--==_mimepart_5c47b67ce93d4_308a2ad55818457c428d8"; charset=UTF-8
Content-Transfer-Encoding: 7bit
Archived-At: <https://mailarchive.ietf.org/arch/msg/quic-issues/UmerbaXJW5k_6ZAvqgJo8aFSt4s>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
Precedence: list
List-Id: Notification list for GitHub issues related to the QUIC WG <quic-issues.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=unsubscribe>
List-Archive: <https://mailarchive.ietf.org/arch/browse/quic-issues/>
List-Post: <mailto:quic-issues@ietf.org>
List-Help: <mailto:quic-issues-request@ietf.org?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, 23 Jan 2019 00:59:15 -0000

----==_mimepart_5c47b67ce93d4_308a2ad55818457c428d8
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

  Branch: refs/heads/transport/pa_confusing
  Home:   https://github.com/quicwg/base-drafts

      **NOTE:** This service has been marked for deprecation: https://developer.github.com/changes/2018-04-25-github-services-deprecation/

      Functionality will be removed from GitHub.com on January 31st, 2019.

----==_mimepart_5c47b67ce93d4_308a2ad55818457c428d8--


From nobody Tue Jan 22 17:00: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 9429A131175 for <quic-issues@ietfa.amsl.com>; Tue, 22 Jan 2019 17:00:05 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -11.149
X-Spam-Level: 
X-Spam-Status: No, score=-11.149 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIMWL_WL_HIGH=-4.553, 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_PASS=-0.001] autolearn=ham autolearn_force=no
Authentication-Results: ietfa.amsl.com (amavisd-new); dkim=pass (1024-bit key) header.d=github.com
Received: from mail.ietf.org ([4.31.198.44]) by localhost (ietfa.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id ntcqOUUbBdMI for <quic-issues@ietfa.amsl.com>; Tue, 22 Jan 2019 17:00: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 16EE6130FFB for <quic-issues@ietf.org>; Tue, 22 Jan 2019 17:00:04 -0800 (PST)
Date: Tue, 22 Jan 2019 17:00:02 -0800
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1548205202; bh=RMv76GnGgJX+iuYRcj7eFdazeiBUdlGs37zbdYuJYNI=; h=Date:From:Reply-To:To:Cc:Subject:List-ID:List-Archive:List-Post: List-Unsubscribe:From; b=Q18tPT4x9Th2TTnUDnUel2/MvR/4dmfQN6pHyTSz/bWSflIxh++nnm1uwnk6pLYVH E3DV4aaURyTcVPSQ6fGpyAn479ld3QyGMSEaDgOGOMIZ2p7ByePJeqqLbGlOc2//V3 HYqkc9Ba1RsxSZ0rR7tXCiVne6PEDWqtxG0iUG8s=
From: ianswett <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+0166e4abc94668f8e20e99a4a810c62a5b378d3047d4852d92cf00000001185f7e9292a169ce17f65f56@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/pull/2362@github.com>
Subject: [quicwg/base-drafts] Define RTT (#2362)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5c47bc92deeb2_7b203f93108d45b814601a"; 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/R_Xsu7wPZuWiImZgEJsQ3RmwpC8>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
List-Id: Notification list for GitHub issues related to the QUIC WG <quic-issues.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=unsubscribe>
List-Archive: <https://mailarchive.ietf.org/arch/browse/quic-issues/>
List-Post: <mailto:quic-issues@ietf.org>
List-Help: <mailto:quic-issues-request@ietf.org?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, 23 Jan 2019 01:00:05 -0000

----==_mimepart_5c47bc92deeb2_7b203f93108d45b814601a
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

Explicitly state that round trip time is abbreviated as RTT
You can view, comment on, or merge this pull request online at:

  https://github.com/quicwg/base-drafts/pull/2362

-- Commit Summary --

  * Define RTT

-- File Changes --

    M draft-ietf-quic-recovery.md (8)

-- Patch Links --

https://github.com/quicwg/base-drafts/pull/2362.patch
https://github.com/quicwg/base-drafts/pull/2362.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/2362

----==_mimepart_5c47bc92deeb2_7b203f93108d45b814601a
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

<p>Explicitly state that round trip time is abbreviated as RTT</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/2362'>https://github.com/quicwg/base-drafts/pull/2362</a></p>

<h4>Commit Summary</h4>
<ul>
  <li>Define RTT</li>
</ul>

<h4>File Changes</h4>
<ul>
  <li>
    <strong>M</strong>
    <a href="https://github.com/quicwg/base-drafts/pull/2362/files#diff-0">draft-ietf-quic-recovery.md</a>
    (8)
  </li>
</ul>

<h4>Patch Links:</h4>
<ul>
  <li><a href='https://github.com/quicwg/base-drafts/pull/2362.patch'>https://github.com/quicwg/base-drafts/pull/2362.patch</a></li>
  <li><a href='https://github.com/quicwg/base-drafts/pull/2362.diff'>https://github.com/quicwg/base-drafts/pull/2362.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/2362">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AWbkq-9K7qxTIwFXBgb5BHzOD44H7U4Uks5vF7QSgaJpZM4aN0ns">mute the thread</a>.<img src="https://github.com/notifications/beacon/AWbkq_CAxJl3iVazYvyrjWzjlXCW5c1eks5vF7QSgaJpZM4aN0ns.gif" height="1" width="1" alt="" /></p>
<script type="application/json" data-scope="inboxmarkup">{"api_version":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name":"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"https://github.githubassets.com/images/email/message_cards/header.png","avatar_image_url":"https://github.githubassets.com/images/email/message_cards/avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/quicwg/base-drafts"}},"updates":{"snippets":[{"icon":"DESCRIPTION","message":"Define RTT (#2362)"}],"action":{"name":"View Pull Request","url":"https://github.com/quicwg/base-drafts/pull/2362"}}}</script>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/pull/2362",
"url": "https://github.com/quicwg/base-drafts/pull/2362",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>

----==_mimepart_5c47bc92deeb2_7b203f93108d45b814601a--


From nobody Tue Jan 22 17:05:24 2019
Return-Path: <bounce+565321.40f-quic-issues=ietf.org@github.com>
X-Original-To: quic-issues@ietfa.amsl.com
Delivered-To: quic-issues@ietfa.amsl.com
Received: from localhost (localhost [127.0.0.1]) by ietfa.amsl.com (Postfix) with ESMTP id 2F610131175 for <quic-issues@ietfa.amsl.com>; Tue, 22 Jan 2019 17: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=-4.553, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, RCVD_IN_DNSWL_NONE=-0.0001, SPF_PASS=-0.001] autolearn=ham autolearn_force=no
Authentication-Results: ietfa.amsl.com (amavisd-new); dkim=pass (1024-bit key) header.d=github.com
Received: from mail.ietf.org ([4.31.198.44]) by localhost (ietfa.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id Dw2f-7_LeRBI for <quic-issues@ietfa.amsl.com>; Tue, 22 Jan 2019 17:05:18 -0800 (PST)
Received: from m69-169.mailgun.net (m69-169.mailgun.net [166.78.69.169]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id DA295128D0C for <quic-issues@ietf.org>; Tue, 22 Jan 2019 17:05:17 -0800 (PST)
DKIM-Signature: a=rsa-sha256; v=1; c=relaxed/relaxed; d=github.com; q=dns/txt;  s=mailo; t=1548205517; h=Content-Transfer-Encoding: Content-Type: Mime-Version: Subject: Message-ID: To: Reply-To: From: Date: Sender; bh=7snjGDJB8//qzINqxHBH5+GFE7B4ZIM7jWb+hR3JMSU=; b=Oi9mipmcgtSR1r16PfRI6ZRM6s8sr/CFykIH2HQNuk5dRG1TxRFcaJ6ZjN8AJTqg0iCYwZuQ bC5ZSBGyKaT6tKz3A8Q6JNR8o9/zRDjdqwsS8hRQiLIiAca3E0+8Hq2znrQ8y7Lwrhe8Fszr UzLae1+leHfG0OHxclmxzXmzLYY=
X-Mailgun-Sending-Ip: 166.78.69.169
X-Mailgun-Sid: WyJhNzYyYiIsICJxdWljLWlzc3Vlc0BpZXRmLm9yZyIsICI0MGYiXQ==
Sender: ianswett=users.noreply.github.com@github.com
Received: from github.com (Unknown [192.30.253.29]) by mxa.mailgun.org with ESMTP id 5c47bdcc.7fbd613da990-smtp-out-n03; Wed, 23 Jan 2019 01:05:16 -0000 (UTC)
Date: Tue, 22 Jan 2019 17:05:15 -0800
From: ianswett <ianswett@users.noreply.github.com>
Reply-To: ianswett <ianswett@users.noreply.github.com>
To: quic-issues@ietf.org
Message-ID: <5c47bdcbe0141_6c7f2af133eaa584967b3@hookshot-fe-b0febf1.cp1-iad.github.net.mail>
Subject: [quicwg/base-drafts] ac59e1: Rework idle timeout definition
Mime-Version: 1.0
Content-Type: multipart/mixed; boundary="--==_mimepart_5c47bdcbdf959_6c7f2af133eaa584966a4"; charset=UTF-8
Content-Transfer-Encoding: 7bit
Archived-At: <https://mailarchive.ietf.org/arch/msg/quic-issues/57uKvEDEzJZ8TVhOGUA8Z3yxIrI>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
Precedence: list
List-Id: Notification list for GitHub issues related to the QUIC WG <quic-issues.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=unsubscribe>
List-Archive: <https://mailarchive.ietf.org/arch/browse/quic-issues/>
List-Post: <mailto:quic-issues@ietf.org>
List-Help: <mailto:quic-issues-request@ietf.org?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, 23 Jan 2019 01:05:23 -0000

----==_mimepart_5c47bdcbdf959_6c7f2af133eaa584966a4
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

  Branch: refs/heads/ianswett-app-limited
  Home:   https://github.com/quicwg/base-drafts
  Commit: ac59e1146fe685a353bc2f3f3d74d98e5a063afe
      https://github.com/quicwg/base-drafts/commit/ac59e1146fe685a353bc2f3f3d74d98e5a063afe
  Author: Martin Thomson <martin.thomson@gmail.com>
  Date:   2018-12-20 (Thu, 20 Dec 2018)

  Changed paths:
    M draft-ietf-quic-transport.md

  Log Message:
  -----------
  Rework idle timeout definition

Closes #2149.


  Commit: 7aecc40ead748d26988ef81a8799faeda0262f29
      https://github.com/quicwg/base-drafts/commit/7aecc40ead748d26988ef81a8799faeda0262f29
  Author: David Schinazi <dschinazi@google.com>
  Date:   2019-01-04 (Fri, 04 Jan 2019)

  Changed paths:
    M draft-ietf-quic-transport.md

  Log Message:
  -----------
  Allow servers to send a preferred address of each address family


  Commit: 1fc3c3e52b7f56e169c64edb0fa338f2a529866e
      https://github.com/quicwg/base-drafts/commit/1fc3c3e52b7f56e169c64edb0fa338f2a529866e
  Author: Martin Thomson <mt@lowentropy.net>
  Date:   2019-01-07 (Mon, 07 Jan 2019)

  Changed paths:
    M draft-ietf-quic-transport.md

  Log Message:
  -----------
  One Retry/VN per UDP datagram

This keeps things simple.

Closes #2259.


  Commit: cf29b304eecda537ba1d9c56dcfb1ced423b00c2
      https://github.com/quicwg/base-drafts/commit/cf29b304eecda537ba1d9c56dcfb1ced423b00c2
  Author: David Schinazi <dschinazi@google.com>
  Date:   2019-01-08 (Tue, 08 Jan 2019)

  Changed paths:
    M draft-ietf-quic-transport.md

  Log Message:
  -----------
  Simplify wire-format


  Commit: 32bfd56a2037d9fefa5f54197c6ac63b9dba1ab3
      https://github.com/quicwg/base-drafts/commit/32bfd56a2037d9fefa5f54197c6ac63b9dba1ab3
  Author: ianswett <ianswett@users.noreply.github.com>
  Date:   2019-01-09 (Wed, 09 Jan 2019)

  Changed paths:
    M draft-ietf-quic-recovery.md

  Log Message:
  -----------
  Update draft-ietf-quic-recovery.md

Ignore the loss of Handshake, 0-RTT, and 1-RTT packets if the peer doesn't have the keys to process them.

Fixes #1967 

Replaces #2028


  Commit: 9f5ed67a743a76c4bb7d1b10168eb5cef21c145f
      https://github.com/quicwg/base-drafts/commit/9f5ed67a743a76c4bb7d1b10168eb5cef21c145f
  Author: ianswett <ianswett@users.noreply.github.com>
  Date:   2019-01-09 (Wed, 09 Jan 2019)

  Changed paths:
    M draft-ietf-quic-recovery.md

  Log Message:
  -----------
  Update draft-ietf-quic-recovery.md


  Commit: 590d153623ebb20d8154109fc2749ab30cf203e2
      https://github.com/quicwg/base-drafts/commit/590d153623ebb20d8154109fc2749ab30cf203e2
  Author: ianswett <ianswett@users.noreply.github.com>
  Date:   2019-01-09 (Wed, 09 Jan 2019)

  Changed paths:
    M draft-ietf-quic-recovery.md

  Log Message:
  -----------
  Update draft-ietf-quic-recovery.md


  Commit: 7eb91575d5556fa88c966d2b64e03d5a6433a873
      https://github.com/quicwg/base-drafts/commit/7eb91575d5556fa88c966d2b64e03d5a6433a873
  Author: Martin Thomson <mt@lowentropy.net>
  Date:   2019-01-10 (Thu, 10 Jan 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>


  Commit: 77ca0d19f5438f80b8748d27167a3fb0d630b032
      https://github.com/quicwg/base-drafts/commit/77ca0d19f5438f80b8748d27167a3fb0d630b032
  Author: Martin Thomson <mt@lowentropy.net>
  Date:   2019-01-10 (Thu, 10 Jan 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>


  Commit: 4d80b5acdb5cb8ce78d6223e7762cc2543f97a2d
      https://github.com/quicwg/base-drafts/commit/4d80b5acdb5cb8ce78d6223e7762cc2543f97a2d
  Author: Martin Thomson <mt@lowentropy.net>
  Date:   2019-01-10 (Thu, 10 Jan 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>


  Commit: e3f4a31037e23a7063c5db84979457526fdb7bb7
      https://github.com/quicwg/base-drafts/commit/e3f4a31037e23a7063c5db84979457526fdb7bb7
  Author: Martin Thomson <mt@lowentropy.net>
  Date:   2019-01-10 (Thu, 10 Jan 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>


  Commit: 5d4b686eb47a67974523c0a9d0d387f8886fd261
      https://github.com/quicwg/base-drafts/commit/5d4b686eb47a67974523c0a9d0d387f8886fd261
  Author: Martin Thomson <mt@lowentropy.net>
  Date:   2019-01-10 (Thu, 10 Jan 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>


  Commit: 6e5254ef1166bee9323395d24a6405dd220fd715
      https://github.com/quicwg/base-drafts/commit/6e5254ef1166bee9323395d24a6405dd220fd715
  Author: ianswett <ianswett@users.noreply.github.com>
  Date:   2019-01-10 (Thu, 10 Jan 2019)

  Changed paths:
    M draft-ietf-quic-recovery.md

  Log Message:
  -----------
  Update draft-ietf-quic-recovery.md


  Commit: eaa09fb0fcd2d3b1fe9b42b141a114c9309b0c88
      https://github.com/quicwg/base-drafts/commit/eaa09fb0fcd2d3b1fe9b42b141a114c9309b0c88
  Author: ianswett <ianswett@users.noreply.github.com>
  Date:   2019-01-10 (Thu, 10 Jan 2019)

  Changed paths:
    M draft-ietf-quic-recovery.md

  Log Message:
  -----------
  Add a normative reference


  Commit: 16569969f029354b64295a475f670f40ff1ccc07
      https://github.com/quicwg/base-drafts/commit/16569969f029354b64295a475f670f40ff1ccc07
  Author: ianswett <ianswett@users.noreply.github.com>
  Date:   2019-01-10 (Thu, 10 Jan 2019)

  Changed paths:
    M draft-ietf-quic-recovery.md

  Log Message:
  -----------
  Update draft-ietf-quic-recovery.md


  Commit: 68a4d3a0da6ff40c707187b2e0a6062bc2d664e5
      https://github.com/quicwg/base-drafts/commit/68a4d3a0da6ff40c707187b2e0a6062bc2d664e5
  Author: David Schinazi <dschinazi@google.com>
  Date:   2019-01-14 (Mon, 14 Jan 2019)

  Changed paths:
    M draft-ietf-quic-transport.md

  Log Message:
  -----------
  Clarify client response to preferred_address


  Commit: d913c62b29a3245d4afa97837938898c555b395e
      https://github.com/quicwg/base-drafts/commit/d913c62b29a3245d4afa97837938898c555b395e
  Author: Mike Bishop <mbishop@evequefou.be>
  Date:   2019-01-15 (Tue, 15 Jan 2019)

  Changed paths:
    M draft-ietf-quic-http.md

  Log Message:
  -----------
  Restrict PUSH_PROMISE to request streams (#2323)

* Restrict P_P to request streams

* Gah, you know what I meant


  Commit: e1493d72e5877230f6f0055cdb8907459053ecdd
      https://github.com/quicwg/base-drafts/commit/e1493d72e5877230f6f0055cdb8907459053ecdd
  Author: Mike Bishop <mbishop@evequefou.be>
  Date:   2019-01-15 (Tue, 15 Jan 2019)

  Changed paths:
    M draft-ietf-quic-http.md

  Log Message:
  -----------
  Introduce HTTP_REQUEST_REJECTED (#2325)

* Introduce HTTP_REQUEST_REJECTED

* Missed a merge conflict

* Martin's edits

* Leftover > instead of >=

* Clients don't reject, they cancel


  Commit: 07ea0dc49b3b62ad504d05ed7d4a92f8909788e8
      https://github.com/quicwg/base-drafts/commit/07ea0dc49b3b62ad504d05ed7d4a92f8909788e8
  Author: janaiyengar <jri.ietf@gmail.com>
  Date:   2019-01-15 (Tue, 15 Jan 2019)

  Changed paths:
    M draft-ietf-quic-transport.md

  Log Message:
  -----------
  Merge pull request #2303 from quicwg/one-retry-per-datagram

One Retry/VN per UDP datagram


  Commit: 308f7c81a13e809bef7ee0087c4cc99f3960d296
      https://github.com/quicwg/base-drafts/commit/308f7c81a13e809bef7ee0087c4cc99f3960d296
  Author: Marten Seemann <martenseemann@gmail.com>
  Date:   2019-01-16 (Wed, 16 Jan 2019)

  Changed paths:
    M draft-ietf-quic-transport.md

  Log Message:
  -----------
  make the frame type example consistent


  Commit: e3b67c30bad93820d44eb19353a6f4142f1e6723
      https://github.com/quicwg/base-drafts/commit/e3b67c30bad93820d44eb19353a6f4142f1e6723
  Author: Martin Thomson <mt@lowentropy.net>
  Date:   2019-01-16 (Wed, 16 Jan 2019)

  Changed paths:
    M draft-ietf-quic-transport.md

  Log Message:
  -----------
  Merge pull request #2336 from marten-seemann/fix-ping-frame-example

editorial: make the frame type example consistent


  Commit: 0fcb0544ca54f147ed52567678ae0ceb00bdd633
      https://github.com/quicwg/base-drafts/commit/0fcb0544ca54f147ed52567678ae0ceb00bdd633
  Author: Kazuho Oku <kazuhooku@gmail.com>
  Date:   2019-01-16 (Wed, 16 Jan 2019)

  Changed paths:
    M draft-ietf-quic-http.md
    M draft-ietf-quic-qpack.md

  Log Message:
  -----------
  extended unidirectional streams can be closed or reset (#2332)

* extended unidirectional streams can be closed or reset

* fix typo

* designate the streams that MUST NOT be closed

* Update draft-ietf-quic-http.md

Co-Authored-By: kazuho <kazuhooku@gmail.com>

* Update draft-ietf-quic-qpack.md

Co-Authored-By: kazuho <kazuhooku@gmail.com>

* Update draft-ietf-quic-http.md

Co-Authored-By: kazuho <kazuhooku@gmail.com>


  Commit: 9471affabce0a9794b4a3f7844d0308951653c07
      https://github.com/quicwg/base-drafts/commit/9471affabce0a9794b4a3f7844d0308951653c07
  Author: janaiyengar <jri.ietf@gmail.com>
  Date:   2019-01-16 (Wed, 16 Jan 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>


  Commit: 820e03c643fb2e9362f74cde8dad0947dfe1d9dc
      https://github.com/quicwg/base-drafts/commit/820e03c643fb2e9362f74cde8dad0947dfe1d9dc
  Author: janaiyengar <jri.ietf@gmail.com>
  Date:   2019-01-16 (Wed, 16 Jan 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>


  Commit: 4edcbcdf9065347029e6be69cebf92a99d3fc218
      https://github.com/quicwg/base-drafts/commit/4edcbcdf9065347029e6be69cebf92a99d3fc218
  Author: janaiyengar <jri.ietf@gmail.com>
  Date:   2019-01-16 (Wed, 16 Jan 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>


  Commit: ea8baae8ee5edd96daa90f317b38ec2267f86d0e
      https://github.com/quicwg/base-drafts/commit/ea8baae8ee5edd96daa90f317b38ec2267f86d0e
  Author: ianswett <ianswett@users.noreply.github.com>
  Date:   2019-01-16 (Wed, 16 Jan 2019)

  Changed paths:
    M draft-ietf-quic-recovery.md

  Log Message:
  -----------
  Update draft-ietf-quic-recovery.md


  Commit: 0d231b6c4ff69db74d5156cf422ae5d6198bf22d
      https://github.com/quicwg/base-drafts/commit/0d231b6c4ff69db74d5156cf422ae5d6198bf22d
  Author: ianswett <ianswett@users.noreply.github.com>
  Date:   2019-01-16 (Wed, 16 Jan 2019)

  Changed paths:
    M draft-ietf-quic-recovery.md

  Log Message:
  -----------
  Update draft-ietf-quic-recovery.md


  Commit: b5386cd183f557d550a73203e0ac0ba6f744e1e8
      https://github.com/quicwg/base-drafts/commit/b5386cd183f557d550a73203e0ac0ba6f744e1e8
  Author: Martin Thomson <mt@lowentropy.net>
  Date:   2019-01-16 (Wed, 16 Jan 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>


  Commit: 3c1388d952919186d67c5a91f0a65fdf19bf463b
      https://github.com/quicwg/base-drafts/commit/3c1388d952919186d67c5a91f0a65fdf19bf463b
  Author: Jana Iyengar <jri.ietf@gmail.com>
  Date:   2019-01-16 (Wed, 16 Jan 2019)

  Changed paths:
    M draft-ietf-quic-recovery.md

  Log Message:
  -----------
  Add note about frequent RTT estimates


  Commit: 7c7c506db978425c6259ec5b937346768185cc44
      https://github.com/quicwg/base-drafts/commit/7c7c506db978425c6259ec5b937346768185cc44
  Author: Kazuho Oku <kazuhooku@gmail.com>
  Date:   2019-01-17 (Thu, 17 Jan 2019)

  Changed paths:
    M draft-ietf-quic-transport.md

  Log Message:
  -----------
  clarify that INITCWND caps amount of data sent to an unvalidated client


  Commit: f7b0187521bb60349e258eb7222e53c877a8b887
      https://github.com/quicwg/base-drafts/commit/f7b0187521bb60349e258eb7222e53c877a8b887
  Author: Kazuho Oku <kazuhooku@gmail.com>
  Date:   2019-01-17 (Thu, 17 Jan 2019)

  Changed paths:
    M draft-ietf-quic-transport.md

  Log Message:
  -----------
  the restriction is in the opposite direction


  Commit: 5522bd547d040512ada19513ffd2cbbfad386d87
      https://github.com/quicwg/base-drafts/commit/5522bd547d040512ada19513ffd2cbbfad386d87
  Author: Martin Thomson <mt@lowentropy.net>
  Date:   2019-01-17 (Thu, 17 Jan 2019)

  Changed paths:
    M draft-ietf-quic-transport.md

  Log Message:
  -----------
  MT's suggestion


  Commit: 753b18b544864ee836ab51f7123af676cd5796b3
      https://github.com/quicwg/base-drafts/commit/753b18b544864ee836ab51f7123af676cd5796b3
  Author: Mark Nottingham <mnot@mnot.net>
  Date:   2019-01-17 (Thu, 17 Jan 2019)

  Changed paths:
    A .github/release-drafter.yml

  Log Message:
  -----------
  try release-drafter


  Commit: e69874c32b91cf82711594194a898ffe2db5ca6d
      https://github.com/quicwg/base-drafts/commit/e69874c32b91cf82711594194a898ffe2db5ca6d
  Author: Jana Iyengar <jri.ietf@gmail.com>
  Date:   2019-01-17 (Thu, 17 Jan 2019)

  Changed paths:
    M draft-ietf-quic-recovery.md

  Log Message:
  -----------
  some more text


  Commit: 5d1d27668056e76ba005e0d141fea70fe46b5c12
      https://github.com/quicwg/base-drafts/commit/5d1d27668056e76ba005e0d141fea70fe46b5c12
  Author: David Schinazi <dschinazi@google.com>
  Date:   2019-01-17 (Thu, 17 Jan 2019)

  Changed paths:
    M draft-ietf-quic-transport.md

  Log Message:
  -----------
  Add text to clarify how the second preferred address interacts with migration


  Commit: f68a65af4ea7d6ed714bcb6ef2c4df06545c787a
      https://github.com/quicwg/base-drafts/commit/f68a65af4ea7d6ed714bcb6ef2c4df06545c787a
  Author: Jana Iyengar <jri.ietf@gmail.com>
  Date:   2019-01-17 (Thu, 17 Jan 2019)

  Changed paths:
    M draft-ietf-quic-recovery.md

  Log Message:
  -----------
  more smithing


  Commit: 38f53804e318e73aed64a181decb2b9d6039442c
      https://github.com/quicwg/base-drafts/commit/38f53804e318e73aed64a181decb2b9d6039442c
  Author: David Schinazi <dschinazi@google.com>
  Date:   2019-01-17 (Thu, 17 Jan 2019)

  Changed paths:
    M draft-ietf-quic-transport.md

  Log Message:
  -----------
  Simplify interaction with migration using text from MT


  Commit: 00bed2ccf53f2fbb9653b05d54d9664516c5c9d5
      https://github.com/quicwg/base-drafts/commit/00bed2ccf53f2fbb9653b05d54d9664516c5c9d5
  Author: Kazuho Oku <kazuhooku@gmail.com>
  Date:   2019-01-18 (Fri, 18 Jan 2019)

  Changed paths:
    M draft-ietf-quic-transport.md

  Log Message:
  -----------
  Ian's suggestions


  Commit: 056969c88f0c4a47f2545bc2b24bf9c19eb41909
      https://github.com/quicwg/base-drafts/commit/056969c88f0c4a47f2545bc2b24bf9c19eb41909
  Author: Mike Bishop <mbishop@evequefou.be>
  Date:   2019-01-18 (Fri, 18 Jan 2019)

  Changed paths:
    M draft-ietf-quic-http.md

  Log Message:
  -----------
  GOAWAY on wrong stream is WRONG_STREAM (#2343)


  Commit: 4e449add7f4de237c3708a2c73d3d63a8fce4c99
      https://github.com/quicwg/base-drafts/commit/4e449add7f4de237c3708a2c73d3d63a8fce4c99
  Author: Mike Bishop <mbishop@evequefou.be>
  Date:   2019-01-18 (Fri, 18 Jan 2019)

  Changed paths:
    M draft-ietf-quic-transport.md

  Log Message:
  -----------
  Switching polarity


  Commit: a5ccc6252c48434e5a8da9a22633f553f50a38b4
      https://github.com/quicwg/base-drafts/commit/a5ccc6252c48434e5a8da9a22633f553f50a38b4
  Author: Martin Thomson <martin.thomson@gmail.com>
  Date:   2019-01-18 (Fri, 18 Jan 2019)

  Changed paths:
    M draft-ietf-quic-transport.md

  Log Message:
  -----------
  No common versions means fail

Closes #1917.


  Commit: 20dccad7fcc494fdc71d52b50122f713b5a645ce
      https://github.com/quicwg/base-drafts/commit/20dccad7fcc494fdc71d52b50122f713b5a645ce
  Author: Martin Thomson <mt@lowentropy.net>
  Date:   2019-01-19 (Sat, 19 Jan 2019)

  Changed paths:
    M draft-ietf-quic-transport.md

  Log Message:
  -----------
  Merge pull request #2350 from quicwg/transport/fail_uncommon

No common versions means fail


  Commit: 6b7b99ae3188d059306d9ec4ef1faaac5c39dbfb
      https://github.com/quicwg/base-drafts/commit/6b7b99ae3188d059306d9ec4ef1faaac5c39dbfb
  Author: Martin Thomson <martin.thomson@gmail.com>
  Date:   2019-01-21 (Mon, 21 Jan 2019)

  Changed paths:
    M draft-ietf-quic-transport.md

  Log Message:
  -----------
  Singular


  Commit: c34142289df3bc7dd9fdbb209fc977c92e7987d4
      https://github.com/quicwg/base-drafts/commit/c34142289df3bc7dd9fdbb209fc977c92e7987d4
  Author: Martin Thomson <martin.thomson@gmail.com>
  Date:   2019-01-21 (Mon, 21 Jan 2019)

  Changed paths:
    M draft-ietf-quic-transport.md

  Log Message:
  -----------
  STOP_SENDING is permitted for Ready streams

...in the case where those streams are implicitly created.  There's
probably another state here if we were being entirely honest with
ourselves to distinguish between a stream that has been created and one
that has had frames sent for it, but this is already more complex than
it needs to be.

Closes #2345.


  Commit: 60f054f761d48d12de67ab58be8058a8268070cd
      https://github.com/quicwg/base-drafts/commit/60f054f761d48d12de67ab58be8058a8268070cd
  Author: Martin Thomson <martin.thomson@gmail.com>
  Date:   2019-01-21 (Mon, 21 Jan 2019)

  Changed paths:
    M draft-ietf-quic-transport.md

  Log Message:
  -----------
  its


  Commit: 387bdf44ac7dcf676b4a6e4ed497195f1d71710d
      https://github.com/quicwg/base-drafts/commit/387bdf44ac7dcf676b4a6e4ed497195f1d71710d
  Author: Martin Thomson <martin.thomson@gmail.com>
  Date:   2019-01-21 (Mon, 21 Jan 2019)

  Changed paths:
    M draft-ietf-quic-transport.md

  Log Message:
  -----------
  Make the same changes for MAX_STREAM_DATA

Closes #2353, #2352.


  Commit: 25749ccd96be73879fe5248a175a7a0842eceabb
      https://github.com/quicwg/base-drafts/commit/25749ccd96be73879fe5248a175a7a0842eceabb
  Author: Martin Thomson <mt@lowentropy.net>
  Date:   2019-01-21 (Mon, 21 Jan 2019)

  Changed paths:
    M draft-ietf-quic-transport.md

  Log Message:
  -----------
  Merge pull request #2341 from kazuho/kazuho/server-send-window-before-address-validation

clarify that INITCWND caps amount of data sent to a server before address validation


  Commit: 7682731557aadb529042434feb46720d1fa35ce4
      https://github.com/quicwg/base-drafts/commit/7682731557aadb529042434feb46720d1fa35ce4
  Author: Martin Thomson <mt@lowentropy.net>
  Date:   2019-01-21 (Mon, 21 Jan 2019)

  Changed paths:
    M draft-ietf-quic-transport.md

  Log Message:
  -----------
  Merge pull request #2296 from DavidSchinazi/dschinazi/dual_stach_preferred_address

Allow servers to send a preferred address of each address family


  Commit: 1002e762306bbbce1901fcbc468c7d2d971d1072
      https://github.com/quicwg/base-drafts/commit/1002e762306bbbce1901fcbc468c7d2d971d1072
  Author: Martin Thomson <martin.thomson@gmail.com>
  Date:   2019-01-22 (Tue, 22 Jan 2019)

  Changed paths:
    M draft-ietf-quic-transport.md

  Log Message:
  -----------
  My grammar isn't that good


  Commit: 706e7ab00992b981d6e7f5aa2c185fb6678dcceb
      https://github.com/quicwg/base-drafts/commit/706e7ab00992b981d6e7f5aa2c185fb6678dcceb
  Author: Martin Thomson <martin.thomson@gmail.com>
  Date:   2019-01-22 (Tue, 22 Jan 2019)

  Changed paths:
    M draft-ietf-quic-transport.md

  Log Message:
  -----------
  Transport changelog for -18


  Commit: 79c7e13091c7eea0f19a2e277390518612475c4f
      https://github.com/quicwg/base-drafts/commit/79c7e13091c7eea0f19a2e277390518612475c4f
  Author: Martin Thomson <martin.thomson@gmail.com>
  Date:   2019-01-22 (Tue, 22 Jan 2019)

  Changed paths:
    M draft-ietf-quic-recovery.md
    M draft-ietf-quic-tls.md

  Log Message:
  -----------
  TLS changes for -18


  Commit: 0113b3a50c88b06918a514bdb998a8202e34fc6e
      https://github.com/quicwg/base-drafts/commit/0113b3a50c88b06918a514bdb998a8202e34fc6e
  Author: Martin Thomson <martin.thomson@gmail.com>
  Date:   2019-01-22 (Tue, 22 Jan 2019)

  Changed paths:
    M draft-ietf-quic-http.md

  Log Message:
  -----------
  HTTP changes for -18


  Commit: 982e913fbc248398c77b6945388ea5d20b6e7b3c
      https://github.com/quicwg/base-drafts/commit/982e913fbc248398c77b6945388ea5d20b6e7b3c
  Author: Martin Thomson <martin.thomson@gmail.com>
  Date:   2019-01-22 (Tue, 22 Jan 2019)

  Changed paths:
    M draft-ietf-quic-recovery.md

  Log Message:
  -----------
  Recovery changes for -18


  Commit: 552985f0639744664127dd925148847958f2e353
      https://github.com/quicwg/base-drafts/commit/552985f0639744664127dd925148847958f2e353
  Author: Martin Thomson <mt@lowentropy.net>
  Date:   2019-01-23 (Wed, 23 Jan 2019)

  Changed paths:
    M draft-ietf-quic-transport.md

  Log Message:
  -----------
  Merge pull request #2346 from quicwg/idle-restart-time

Rework idle timeout definition


  Commit: a6f09e44c166e531c3d9330adae7ac79b27b8c40
      https://github.com/quicwg/base-drafts/commit/a6f09e44c166e531c3d9330adae7ac79b27b8c40
  Author: Martin Thomson <mt@lowentropy.net>
  Date:   2019-01-23 (Wed, 23 Jan 2019)

  Changed paths:
    M draft-ietf-quic-transport.md

  Log Message:
  -----------
  Merge pull request #2354 from quicwg/stop-sending-ready

STOP_SENDING is permitted for Ready streams


  Commit: a1abfe009cd86841b38b994c8e6dba96804e008a
      https://github.com/quicwg/base-drafts/commit/a1abfe009cd86841b38b994c8e6dba96804e008a
  Author: Martin Thomson <martin.thomson@gmail.com>
  Date:   2019-01-23 (Wed, 23 Jan 2019)

  Changed paths:
    M draft-ietf-quic-transport.md

  Log Message:
  -----------
  Learn to drive vi you fool


  Commit: 0ee1cd194a04c859809376e7cd8695735223c353
      https://github.com/quicwg/base-drafts/commit/0ee1cd194a04c859809376e7cd8695735223c353
  Author: Jana Iyengar <jri.ietf@gmail.com>
  Date:   2019-01-22 (Tue, 22 Jan 2019)

  Changed paths:
    M draft-ietf-quic-recovery.md

  Log Message:
  -----------
  more smithing


  Commit: e24aa4546545ee99d966bd4b3fe5f242762b6be6
      https://github.com/quicwg/base-drafts/commit/e24aa4546545ee99d966bd4b3fe5f242762b6be6
  Author: Jana Iyengar <jri.ietf@gmail.com>
  Date:   2019-01-22 (Tue, 22 Jan 2019)

  Changed paths:
    M draft-ietf-quic-recovery.md

  Log Message:
  -----------
  more smithing


  Commit: c3b713c856e97cfc8869d8aee95dac90b214cb56
      https://github.com/quicwg/base-drafts/commit/c3b713c856e97cfc8869d8aee95dac90b214cb56
  Author: Jana Iyengar <jri.ietf@gmail.com>
  Date:   2019-01-22 (Tue, 22 Jan 2019)

  Changed paths:
    M draft-ietf-quic-recovery.md

  Log Message:
  -----------
  split sentence


  Commit: 5bd6a17b2ec2617f74bb1619d1b2da565ac33f38
      https://github.com/quicwg/base-drafts/commit/5bd6a17b2ec2617f74bb1619d1b2da565ac33f38
  Author: Martin Thomson <martin.thomson@gmail.com>
  Date:   2019-01-23 (Wed, 23 Jan 2019)

  Changed paths:
    M draft-ietf-quic-transport.md

  Log Message:
  -----------
  Refine STOP_SENDING reaction text

This takes the suggestion from #2268 and expands on it.

Closes #2268.


  Commit: eba4e945b956d50e913c10b68da23e45c194f12e
      https://github.com/quicwg/base-drafts/commit/eba4e945b956d50e913c10b68da23e45c194f12e
  Author: Martin Thomson <mt@lowentropy.net>
  Date:   2019-01-23 (Wed, 23 Jan 2019)

  Changed paths:
    M draft-ietf-quic-transport.md

  Log Message:
  -----------
  Merge pull request #2361 from quicwg/stream-reset-after-done

Refine STOP_SENDING reaction text


  Commit: d989555a36aaed33dad6b4d568bd91b3c728d50b
      https://github.com/quicwg/base-drafts/commit/d989555a36aaed33dad6b4d568bd91b3c728d50b
  Author: Martin Thomson <martin.thomson@gmail.com>
  Date:   2019-01-23 (Wed, 23 Jan 2019)

  Changed paths:
    M draft-ietf-quic-recovery.md
    M draft-ietf-quic-transport.md

  Log Message:
  -----------
  More changes inbound


  Commit: 46a87bfe169309a502221ffa63f1d5ceb45335e0
      https://github.com/quicwg/base-drafts/commit/46a87bfe169309a502221ffa63f1d5ceb45335e0
  Author: Martin Thomson <martin.thomson@gmail.com>
  Date:   2019-01-23 (Wed, 23 Jan 2019)

  Changed paths:
    M draft-ietf-quic-transport.md

  Log Message:
  -----------
  Fixups


  Commit: d0483879f73a6588e6a3e475d124b706bdbfb0f0
      https://github.com/quicwg/base-drafts/commit/d0483879f73a6588e6a3e475d124b706bdbfb0f0
  Author: Jana Iyengar <jri.ietf@gmail.com>
  Date:   2019-01-22 (Tue, 22 Jan 2019)

  Changed paths:
    M draft-ietf-quic-recovery.md

  Log Message:
  -----------
  restructure


  Commit: aa114252af626c73ce217078a86d6760042ea95f
      https://github.com/quicwg/base-drafts/commit/aa114252af626c73ce217078a86d6760042ea95f
  Author: Jana Iyengar <jri.ietf@gmail.com>
  Date:   2019-01-22 (Tue, 22 Jan 2019)

  Changed paths:
    M draft-ietf-quic-recovery.md

  Log Message:
  -----------
  s/_/-


  Commit: 5de160dd752d3d3897ce9064e189b0400c02b0f2
      https://github.com/quicwg/base-drafts/commit/5de160dd752d3d3897ce9064e189b0400c02b0f2
  Author: Martin Thomson <mt@lowentropy.net>
  Date:   2019-01-22 (Tue, 22 Jan 2019)

  Changed paths:
    M draft-ietf-quic-recovery.md

  Log Message:
  -----------
  Update draft-ietf-quic-recovery.md

Co-Authored-By: janaiyengar <jri.ietf@gmail.com>


  Commit: 4e5f28c3232f8570a043f06b745ee14d27994a1b
      https://github.com/quicwg/base-drafts/commit/4e5f28c3232f8570a043f06b745ee14d27994a1b
  Author: Martin Thomson <martin.thomson@gmail.com>
  Date:   2019-01-23 (Wed, 23 Jan 2019)

  Changed paths:
    M draft-ietf-quic-transport.md

  Log Message:
  -----------
  Be extra specific


  Commit: 850066528aa92de5c5b6a791ec52be74e2125867
      https://github.com/quicwg/base-drafts/commit/850066528aa92de5c5b6a791ec52be74e2125867
  Author: Jana Iyengar <jri.ietf@gmail.com>
  Date:   2019-01-22 (Tue, 22 Jan 2019)

  Changed paths:
    M draft-ietf-quic-recovery.md

  Log Message:
  -----------
  remove email


  Commit: d80d3aba2a49f04b639add83dc345f8f4b39bb88
      https://github.com/quicwg/base-drafts/commit/d80d3aba2a49f04b639add83dc345f8f4b39bb88
  Author: Jana Iyemgar <jri.ietf@gmail.com>
  Date:   2019-01-22 (Tue, 22 Jan 2019)

  Changed paths:
    M draft-ietf-quic-recovery.md

  Log Message:
  -----------
  Merge pull request #2340 from quicwg/close2067

Add note about frequent RTT estimates


  Commit: 7e5ab83e020c1f0be3aafcf0ea2723c1ffc5b0df
      https://github.com/quicwg/base-drafts/commit/7e5ab83e020c1f0be3aafcf0ea2723c1ffc5b0df
  Author: Martin Thomson <mt@lowentropy.net>
  Date:   2019-01-23 (Wed, 23 Jan 2019)

  Changed paths:
    M draft-ietf-quic-transport.md

  Log Message:
  -----------
  Merge pull request #2349 from quicwg/transport/pa_confusing

Correcting polarity of SPA language


  Commit: 9040bae6b2db213a7c954659aa15d9e4f3076fec
      https://github.com/quicwg/base-drafts/commit/9040bae6b2db213a7c954659aa15d9e4f3076fec
  Author: Martin Thomson <martin.thomson@gmail.com>
  Date:   2019-01-23 (Wed, 23 Jan 2019)

  Changed paths:
    M draft-ietf-quic-http.md
    M draft-ietf-quic-recovery.md
    M draft-ietf-quic-tls.md
    M draft-ietf-quic-transport.md

  Log Message:
  -----------
  Merge branch 'changelog-18'


  Commit: c2ade6b1aab49c7072b1e54cef9d1d826c3deecc
      https://github.com/quicwg/base-drafts/commit/c2ade6b1aab49c7072b1e54cef9d1d826c3deecc
  Author: Jana Iyemgar <jri.ietf@gmail.com>
  Date:   2019-01-22 (Tue, 22 Jan 2019)

  Changed paths:
    M draft-ietf-quic-recovery.md

  Log Message:
  -----------
  Merge pull request #2327 from quicwg/ianswett-ignore-loss

Ignore packet loss when the keys are not available


  Commit: 3aa082565f040c04b58cca13b27cc6d74900a0e9
      https://github.com/quicwg/base-drafts/commit/3aa082565f040c04b58cca13b27cc6d74900a0e9
  Author: Martin Thomson <mt@lowentropy.net>
  Date:   2019-01-23 (Wed, 23 Jan 2019)

  Changed paths:
    M draft-ietf-quic-invariants.md
    M draft-ietf-quic-tls.md
    M draft-ietf-quic-transport.md
    M tag.sh

  Log Message:
  -----------
  Change my email address


  Commit: 6f6e34ccd97f6b1c683bf2275d832308cff3c794
      https://github.com/quicwg/base-drafts/commit/6f6e34ccd97f6b1c683bf2275d832308cff3c794
  Author: ianswett <ianswett@users.noreply.github.com>
  Date:   2019-01-22 (Tue, 22 Jan 2019)

  Changed paths:
    A .github/release-drafter.yml
    M draft-ietf-quic-http.md
    M draft-ietf-quic-invariants.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 tag.sh

  Log Message:
  -----------
  Merge branch 'master' into ianswett-app-limited


Compare: https://github.com/quicwg/base-drafts/compare/3fb5df177679...6f6e34ccd97f
      **NOTE:** This service has been marked for deprecation: https://developer.github.com/changes/2018-04-25-github-services-deprecation/

      Functionality will be removed from GitHub.com on January 31st, 2019.

----==_mimepart_5c47bdcbdf959_6c7f2af133eaa584966a4--


From nobody Tue Jan 22 17: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 6F0BD128D0C for <quic-issues@ietfa.amsl.com>; Tue, 22 Jan 2019 17:05:24 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -10.935
X-Spam-Level: 
X-Spam-Status: No, score=-10.935 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIMWL_WL_HIGH=-4.553, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, HTML_IMAGE_ONLY_24=1.618, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-1, RCVD_IN_DNSWL_HI=-5, SPF_PASS=-0.001] autolearn=ham autolearn_force=no
Authentication-Results: ietfa.amsl.com (amavisd-new); dkim=pass (1024-bit key) header.d=github.com
Received: from mail.ietf.org ([4.31.198.44]) by localhost (ietfa.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id RDpMFv5f2IYd for <quic-issues@ietfa.amsl.com>; Tue, 22 Jan 2019 17:05:22 -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 E79B612E036 for <quic-issues@ietf.org>; Tue, 22 Jan 2019 17:05:21 -0800 (PST)
Date: Tue, 22 Jan 2019 17:05:21 -0800
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1548205521; bh=PUpSeDwA1EHO13ivD4Pt5zle1UUOKANQiwwqKqXVJIQ=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=1ux8BTAY8Jqtv/rdSx3B8e14QsnM4gmBiQT9bBV0GPIjhMSx5yr3ckabKb/fV/fZJ 7GNPuotEFbzdKbgtUWnz8PE0wdIRsObih66SPNb/H5gbhbysWv1i5YJSegZigtTncp bKq4WaY9L2WfdOweAQ1qsks+X2u4LhK2PU3N7vP0=
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/1637/push/3234466116@github.com>
In-Reply-To: <quicwg/base-drafts/pull/1637@github.com>
References: <quicwg/base-drafts/pull/1637@github.com>
Subject: Re: [quicwg/base-drafts] Discuss Application-Limited Sending (#1637)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5c47bdd11e639_22243ff81ded45b84025ae"; 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/S4o2b8ateHUa475KaQF5BX6kfy4>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
List-Id: Notification list for GitHub issues related to the QUIC WG <quic-issues.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=unsubscribe>
List-Archive: <https://mailarchive.ietf.org/arch/browse/quic-issues/>
List-Post: <mailto:quic-issues@ietf.org>
List-Help: <mailto:quic-issues-request@ietf.org?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, 23 Jan 2019 01:05:25 -0000

----==_mimepart_5c47bdd11e639_22243ff81ded45b84025ae
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

@ianswett pushed 1 commit.

6f6e34ccd97f6b1c683bf2275d832308cff3c794  Merge branch 'master' into ianswett-app-limited


-- 
You are receiving this because you are subscribed to this thread.
View it on GitHub:
https://github.com/quicwg/base-drafts/pull/1637/files/3fb5df177679b5a410a865ec07d139aea26d72a2..6f6e34ccd97f6b1c683bf2275d832308cff3c794

----==_mimepart_5c47bdd11e639_22243ff81ded45b84025ae
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/6f6e34ccd97f6b1c683bf2275d832308cff3c794">6f6e34c</a>  Merge branch &#39;master&#39; into ianswett-app-limited</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/1637/files/3fb5df177679b5a410a865ec07d139aea26d72a2..6f6e34ccd97f6b1c683bf2275d832308cff3c794">View it on GitHub</a> or <a href="https://github.com/notifications/unsubscribe-auth/AWbkqxm0rt50iY3bPmR9XKfBhAnFRKE3ks5vF7VRgaJpZM4VytaJ">mute the thread</a>.<img src="https://github.com/notifications/beacon/AWbkq-RMmKUgPcimOFzwKWj6htH-eW61ks5vF7VRgaJpZM4VytaJ.gif" height="1" width="1" alt="" /></p>
<script type="application/json" data-scope="inboxmarkup">{"api_version":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name":"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"https://github.githubassets.com/images/email/message_cards/header.png","avatar_image_url":"https://github.githubassets.com/images/email/message_cards/avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/quicwg/base-drafts"}},"updates":{"snippets":[{"icon":"PERSON","message":"@ianswett pushed 1 commit in #1637"}],"action":{"name":"View Pull Request","url":"https://github.com/quicwg/base-drafts/pull/1637/files/3fb5df177679b5a410a865ec07d139aea26d72a2..6f6e34ccd97f6b1c683bf2275d832308cff3c794"}}}</script>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/pull/1637/files/3fb5df177679b5a410a865ec07d139aea26d72a2..6f6e34ccd97f6b1c683bf2275d832308cff3c794",
"url": "https://github.com/quicwg/base-drafts/pull/1637/files/3fb5df177679b5a410a865ec07d139aea26d72a2..6f6e34ccd97f6b1c683bf2275d832308cff3c794",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>

----==_mimepart_5c47bdd11e639_22243ff81ded45b84025ae--


From nobody Tue Jan 22 17:09:50 2019
Return-Path: <bounce+565321.40f-quic-issues=ietf.org@github.com>
X-Original-To: quic-issues@ietfa.amsl.com
Delivered-To: quic-issues@ietfa.amsl.com
Received: from localhost (localhost [127.0.0.1]) by ietfa.amsl.com (Postfix) with ESMTP id 7DB30131175 for <quic-issues@ietfa.amsl.com>; Tue, 22 Jan 2019 17:09: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=-4.553, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, RCVD_IN_DNSWL_NONE=-0.0001, SPF_PASS=-0.001] autolearn=ham autolearn_force=no
Authentication-Results: ietfa.amsl.com (amavisd-new); dkim=pass (1024-bit key) header.d=github.com
Received: from mail.ietf.org ([4.31.198.44]) by localhost (ietfa.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id hG95zaShdS7I for <quic-issues@ietfa.amsl.com>; Tue, 22 Jan 2019 17:09:46 -0800 (PST)
Received: from m71-131.mailgun.net (m71-131.mailgun.net [166.78.71.131]) (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 7FFC712F18C for <quic-issues@ietf.org>; Tue, 22 Jan 2019 17:09:46 -0800 (PST)
DKIM-Signature: a=rsa-sha256; v=1; c=relaxed/relaxed; d=github.com; q=dns/txt;  s=mailo; t=1548205785; h=Content-Transfer-Encoding: Content-Type: Mime-Version: Subject: Message-ID: To: Reply-To: From: Date: Sender; bh=+jzBM6zwzrTaig++TohkA7i+LVYP7i1IL3hbCbjxfQM=; b=ZWUHHleIVYkrlcZmBjDEZ56Z1aF4lI7bkc7PE7mrFLRxb8DpPX4uAxcMDSrO2bfwXKIKSAAZ ekGnAc/pST6AfvT0cKZNtc4PVuqfLVbGRY49OAhFhvkgwUB1P0p3Qx6Bn/vU06lfJBmQlI2U 5bujcttVGJJz4aeC7izqM2mS5L4=
X-Mailgun-Sending-Ip: 166.78.71.131
X-Mailgun-Sid: WyJhNzYyYiIsICJxdWljLWlzc3Vlc0BpZXRmLm9yZyIsICI0MGYiXQ==
Sender: ianswett=users.noreply.github.com@github.com
Received: from github.com (Unknown [192.30.253.29]) by mxa.mailgun.org with ESMTP id 5c47bc80.7f42483acab0-smtp-out-n02; Wed, 23 Jan 2019 00:59:44 -0000 (UTC)
Date: Tue, 22 Jan 2019 16:59:43 -0800
From: ianswett <ianswett@users.noreply.github.com>
Reply-To: ianswett <ianswett@users.noreply.github.com>
To: quic-issues@ietf.org
Message-ID: <5c47bc7f91274_6f212afe4589c574661d8@hookshot-fe-b0febf1.cp1-iad.github.net.mail>
Subject: [quicwg/base-drafts] 717ae9: Define RTT
Mime-Version: 1.0
Content-Type: multipart/mixed; boundary="--==_mimepart_5c47bc7f90bbd_6f212afe4589c574660cb"; charset=UTF-8
Content-Transfer-Encoding: 7bit
Archived-At: <https://mailarchive.ietf.org/arch/msg/quic-issues/CmVwUT4dSRSIFX_c3lPswS1zpj4>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
Precedence: list
List-Id: Notification list for GitHub issues related to the QUIC WG <quic-issues.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=unsubscribe>
List-Archive: <https://mailarchive.ietf.org/arch/browse/quic-issues/>
List-Post: <mailto:quic-issues@ietf.org>
List-Help: <mailto:quic-issues-request@ietf.org?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, 23 Jan 2019 01:09:48 -0000

----==_mimepart_5c47bc7f90bbd_6f212afe4589c574660cb
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

  Branch: refs/heads/ianswett-rtt
  Home:   https://github.com/quicwg/base-drafts
  Commit: 717ae94a335b956f195648c0af8b8b928d4aea3d
      https://github.com/quicwg/base-drafts/commit/717ae94a335b956f195648c0af8b8b928d4aea3d
  Author: ianswett <ianswett@users.noreply.github.com>
  Date:   2019-01-22 (Tue, 22 Jan 2019)

  Changed paths:
    M draft-ietf-quic-recovery.md

  Log Message:
  -----------
  Define RTT

Explicitly state that Round trip time is abbreviated as RTT



      **NOTE:** This service has been marked for deprecation: https://developer.github.com/changes/2018-04-25-github-services-deprecation/

      Functionality will be removed from GitHub.com on January 31st, 2019.

----==_mimepart_5c47bc7f90bbd_6f212afe4589c574660cb--


From nobody Tue Jan 22 17: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 57B9712F1AC for <quic-issues@ietfa.amsl.com>; Tue, 22 Jan 2019 17:25:11 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -11.573
X-Spam-Level: 
X-Spam-Status: No, score=-11.573 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIMWL_WL_HIGH=-4.553, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, FROM_EXCESS_BASE64=0.979, HTML_IMAGE_ONLY_32=0.001, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-1, RCVD_IN_DNSWL_HI=-5, SPF_PASS=-0.001] autolearn=ham autolearn_force=no
Authentication-Results: ietfa.amsl.com (amavisd-new); dkim=pass (1024-bit key) header.d=github.com
Received: from mail.ietf.org ([4.31.198.44]) by localhost (ietfa.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id ymqR0qXEvwiB for <quic-issues@ietfa.amsl.com>; Tue, 22 Jan 2019 17:25: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 CC45E1294FA for <quic-issues@ietf.org>; Tue, 22 Jan 2019 17:25:09 -0800 (PST)
Date: Tue, 22 Jan 2019 17:25:08 -0800
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1548206708; bh=ffSxUwIcCYs/Qf9d/ysSqXsNA30+hVO2JizGxQKBErg=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=A/scGLnVD/VmEzk4b116EV9agkRsrZ9ZXZMD6+aAsvWQzqm/zqpoFJ5oi+fz2vR4c 67Hfk7tbhm7EmcRPTJQMshnRUSK0fJLwd/zr7CuuN0wb6T1+HAWMW9g/ZsQcLZ/4eX jCJBeuLkSOMe++/whRIZojmynqcPZNKt7jExzQ50=
From: =?UTF-8?B?QmVuY2UgQsOpa3k=?= <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+0166e4ab0d186fc3c21d04295f0c05d70e7fb4b3c9c6f9ab92cf00000001185f847492a169ce177edbe7@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/pull/2256/c456630427@github.com>
In-Reply-To: <quicwg/base-drafts/pull/2256@github.com>
References: <quicwg/base-drafts/pull/2256@github.com>
Subject: Re: [quicwg/base-drafts] Initial maximum table size is zero. (#2256)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5c47c274ba0bb_4cbd3f94756d45b8111732"; 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/MiJHddVvSoxrSY9-BB4RR4Vl25E>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
List-Id: Notification list for GitHub issues related to the QUIC WG <quic-issues.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=unsubscribe>
List-Archive: <https://mailarchive.ietf.org/arch/browse/quic-issues/>
List-Post: <mailto:quic-issues@ietf.org>
List-Help: <mailto:quic-issues-request@ietf.org?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, 23 Jan 2019 01:25:11 -0000

----==_mimepart_5c47c274ba0bb_4cbd3f94756d45b8111732
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

@martinthomson and @afrind:  Thank you for your feedback.  I agree with your suggestion.  I just wanted to draft this PR anyway to contrast it with #2257.

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/quicwg/base-drafts/pull/2256#issuecomment-456630427
----==_mimepart_5c47c274ba0bb_4cbd3f94756d45b8111732
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> and <a class="user-mention" data-hovercard-type="user" data-hovercard-url="/hovercards?user_id=8259689" data-octo-click="hovercard-link-click" data-octo-dimensions="link_type:self" href="https://github.com/afrind">@afrind</a>:  Thank you for your feedback.  I agree with your suggestion.  I just wanted to draft this PR anyway to contrast it with <a class="issue-link js-issue-link" data-error-text="Failed to load issue title" data-id="394189844" data-permission-text="Issue title is private" data-url="https://github.com/quicwg/base-drafts/issues/2257" data-hovercard-type="pull_request" data-hovercard-url="/quicwg/base-drafts/pull/2257/hovercard" href="https://github.com/quicwg/base-drafts/pull/2257">#2257</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/2256#issuecomment-456630427">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AWbkq0Do4uhQQkX2EL9m3_0sYtlAGC6vks5vF7n0gaJpZM4Zh2cV">mute the thread</a>.<img src="https://github.com/notifications/beacon/AWbkq3vyNIEQJ61jLKgxDQHW8hUZHiDEks5vF7n0gaJpZM4Zh2cV.gif" height="1" width="1" alt="" /></p>
<script type="application/json" data-scope="inboxmarkup">{"api_version":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name":"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"https://github.githubassets.com/images/email/message_cards/header.png","avatar_image_url":"https://github.githubassets.com/images/email/message_cards/avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/quicwg/base-drafts"}},"updates":{"snippets":[{"icon":"PERSON","message":"@bencebeky in #2256: @martinthomson and @afrind:  Thank you for your feedback.  I agree with your suggestion.  I just wanted to draft this PR anyway to contrast it with #2257."}],"action":{"name":"View Pull Request","url":"https://github.com/quicwg/base-drafts/pull/2256#issuecomment-456630427"}}}</script>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/pull/2256#issuecomment-456630427",
"url": "https://github.com/quicwg/base-drafts/pull/2256#issuecomment-456630427",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>
----==_mimepart_5c47c274ba0bb_4cbd3f94756d45b8111732--


From nobody Tue Jan 22 17:32:25 2019
Return-Path: <bounce+565321.40f-quic-issues=ietf.org@github.com>
X-Original-To: quic-issues@ietfa.amsl.com
Delivered-To: quic-issues@ietfa.amsl.com
Received: from localhost (localhost [127.0.0.1]) by ietfa.amsl.com (Postfix) with ESMTP id 0AFDA128CF3 for <quic-issues@ietfa.amsl.com>; Tue, 22 Jan 2019 17:32:24 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -0.997
X-Spam-Level: 
X-Spam-Status: No, score=-0.997 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIM_ADSP_CUSTOM_MED=0.001, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, FREEMAIL_FORGED_FROMDOMAIN=0.001, FREEMAIL_FROM=0.001, HEADER_FROM_DIFFERENT_DOMAINS=0.001, NML_ADSP_CUSTOM_MED=0.9, RCVD_IN_DNSWL_NONE=-0.0001, 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 XnJbWyW0Tnmj for <quic-issues@ietfa.amsl.com>; Tue, 22 Jan 2019 17:32:22 -0800 (PST)
Received: from m69-169.mailgun.net (m69-169.mailgun.net [166.78.69.169]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id 1BF6D1294FA for <quic-issues@ietf.org>; Tue, 22 Jan 2019 17:32:21 -0800 (PST)
DKIM-Signature: a=rsa-sha256; v=1; c=relaxed/relaxed; d=github.com; q=dns/txt;  s=mailo; t=1548207141; h=Content-Transfer-Encoding: Content-Type: Mime-Version: Subject: Message-ID: To: Reply-To: From: Date: Sender; bh=2CCyWsc37ahKynQxd/6Qa+WgQtJF7h58N2gDBI++iFI=; b=jwvNKWUyAoZ2xsHHFTO/GEeiduyYz8r24ZiJsNakjJlh/f0ZRYLI4VVkp6gm8IcmRcj0X7jO dRx28uoL9OtjvPQHLscdD4NNhGjRxijfoBVc7Hx8PKs0u0H8LsgVwz2h+tS8Hd/Y/sBxH8C1 uCwmRONGoG9GwUFvtNN3sdRLwiM=
X-Mailgun-Sending-Ip: 166.78.69.169
X-Mailgun-Sid: WyJhNzYyYiIsICJxdWljLWlzc3Vlc0BpZXRmLm9yZyIsICI0MGYiXQ==
Sender: jri.ietf=gmail.com@github.com
Received: from github.com (Unknown [192.30.253.29]) by mxa.mailgun.org with ESMTP id 5c47b741.7f038b8a6d20-smtp-out-n01; Wed, 23 Jan 2019 00:37:21 -0000 (UTC)
Date: Tue, 22 Jan 2019 16:37:20 -0800
From: Jana Iyemgar <jri.ietf@gmail.com>
Reply-To: Jana Iyemgar <jri.ietf@gmail.com>
To: quic-issues@ietf.org
Message-ID: <5c47b740f2d28_6d892afd523b857468997@hookshot-fe-b0febf1.cp1-iad.github.net.mail>
Subject: [quicwg/base-drafts] 32bfd5: Update draft-ietf-quic-recovery.md
Mime-Version: 1.0
Content-Type: multipart/mixed; boundary="--==_mimepart_5c47b740f262a_6d892afd523b857468879"; charset=UTF-8
Content-Transfer-Encoding: 7bit
Archived-At: <https://mailarchive.ietf.org/arch/msg/quic-issues/NQFks5_u81MwepsHUN3BX4NCUIg>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
Precedence: list
List-Id: Notification list for GitHub issues related to the QUIC WG <quic-issues.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=unsubscribe>
List-Archive: <https://mailarchive.ietf.org/arch/browse/quic-issues/>
List-Post: <mailto:quic-issues@ietf.org>
List-Help: <mailto:quic-issues-request@ietf.org?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, 23 Jan 2019 01:32:24 -0000

----==_mimepart_5c47b740f262a_6d892afd523b857468879
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

  Branch: refs/heads/master
  Home:   https://github.com/quicwg/base-drafts
  Commit: 32bfd56a2037d9fefa5f54197c6ac63b9dba1ab3
      https://github.com/quicwg/base-drafts/commit/32bfd56a2037d9fefa5f54197c6ac63b9dba1ab3
  Author: ianswett <ianswett@users.noreply.github.com>
  Date:   2019-01-09 (Wed, 09 Jan 2019)

  Changed paths:
    M draft-ietf-quic-recovery.md

  Log Message:
  -----------
  Update draft-ietf-quic-recovery.md

Ignore the loss of Handshake, 0-RTT, and 1-RTT packets if the peer doesn't have the keys to process them.

Fixes #1967 

Replaces #2028


  Commit: 9f5ed67a743a76c4bb7d1b10168eb5cef21c145f
      https://github.com/quicwg/base-drafts/commit/9f5ed67a743a76c4bb7d1b10168eb5cef21c145f
  Author: ianswett <ianswett@users.noreply.github.com>
  Date:   2019-01-09 (Wed, 09 Jan 2019)

  Changed paths:
    M draft-ietf-quic-recovery.md

  Log Message:
  -----------
  Update draft-ietf-quic-recovery.md


  Commit: 590d153623ebb20d8154109fc2749ab30cf203e2
      https://github.com/quicwg/base-drafts/commit/590d153623ebb20d8154109fc2749ab30cf203e2
  Author: ianswett <ianswett@users.noreply.github.com>
  Date:   2019-01-09 (Wed, 09 Jan 2019)

  Changed paths:
    M draft-ietf-quic-recovery.md

  Log Message:
  -----------
  Update draft-ietf-quic-recovery.md


  Commit: 7eb91575d5556fa88c966d2b64e03d5a6433a873
      https://github.com/quicwg/base-drafts/commit/7eb91575d5556fa88c966d2b64e03d5a6433a873
  Author: Martin Thomson <mt@lowentropy.net>
  Date:   2019-01-10 (Thu, 10 Jan 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>


  Commit: 77ca0d19f5438f80b8748d27167a3fb0d630b032
      https://github.com/quicwg/base-drafts/commit/77ca0d19f5438f80b8748d27167a3fb0d630b032
  Author: Martin Thomson <mt@lowentropy.net>
  Date:   2019-01-10 (Thu, 10 Jan 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>


  Commit: 4d80b5acdb5cb8ce78d6223e7762cc2543f97a2d
      https://github.com/quicwg/base-drafts/commit/4d80b5acdb5cb8ce78d6223e7762cc2543f97a2d
  Author: Martin Thomson <mt@lowentropy.net>
  Date:   2019-01-10 (Thu, 10 Jan 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>


  Commit: e3f4a31037e23a7063c5db84979457526fdb7bb7
      https://github.com/quicwg/base-drafts/commit/e3f4a31037e23a7063c5db84979457526fdb7bb7
  Author: Martin Thomson <mt@lowentropy.net>
  Date:   2019-01-10 (Thu, 10 Jan 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>


  Commit: 5d4b686eb47a67974523c0a9d0d387f8886fd261
      https://github.com/quicwg/base-drafts/commit/5d4b686eb47a67974523c0a9d0d387f8886fd261
  Author: Martin Thomson <mt@lowentropy.net>
  Date:   2019-01-10 (Thu, 10 Jan 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>


  Commit: 6e5254ef1166bee9323395d24a6405dd220fd715
      https://github.com/quicwg/base-drafts/commit/6e5254ef1166bee9323395d24a6405dd220fd715
  Author: ianswett <ianswett@users.noreply.github.com>
  Date:   2019-01-10 (Thu, 10 Jan 2019)

  Changed paths:
    M draft-ietf-quic-recovery.md

  Log Message:
  -----------
  Update draft-ietf-quic-recovery.md


  Commit: eaa09fb0fcd2d3b1fe9b42b141a114c9309b0c88
      https://github.com/quicwg/base-drafts/commit/eaa09fb0fcd2d3b1fe9b42b141a114c9309b0c88
  Author: ianswett <ianswett@users.noreply.github.com>
  Date:   2019-01-10 (Thu, 10 Jan 2019)

  Changed paths:
    M draft-ietf-quic-recovery.md

  Log Message:
  -----------
  Add a normative reference


  Commit: 16569969f029354b64295a475f670f40ff1ccc07
      https://github.com/quicwg/base-drafts/commit/16569969f029354b64295a475f670f40ff1ccc07
  Author: ianswett <ianswett@users.noreply.github.com>
  Date:   2019-01-10 (Thu, 10 Jan 2019)

  Changed paths:
    M draft-ietf-quic-recovery.md

  Log Message:
  -----------
  Update draft-ietf-quic-recovery.md


  Commit: 9471affabce0a9794b4a3f7844d0308951653c07
      https://github.com/quicwg/base-drafts/commit/9471affabce0a9794b4a3f7844d0308951653c07
  Author: janaiyengar <jri.ietf@gmail.com>
  Date:   2019-01-16 (Wed, 16 Jan 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>


  Commit: 820e03c643fb2e9362f74cde8dad0947dfe1d9dc
      https://github.com/quicwg/base-drafts/commit/820e03c643fb2e9362f74cde8dad0947dfe1d9dc
  Author: janaiyengar <jri.ietf@gmail.com>
  Date:   2019-01-16 (Wed, 16 Jan 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>


  Commit: 4edcbcdf9065347029e6be69cebf92a99d3fc218
      https://github.com/quicwg/base-drafts/commit/4edcbcdf9065347029e6be69cebf92a99d3fc218
  Author: janaiyengar <jri.ietf@gmail.com>
  Date:   2019-01-16 (Wed, 16 Jan 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>


  Commit: ea8baae8ee5edd96daa90f317b38ec2267f86d0e
      https://github.com/quicwg/base-drafts/commit/ea8baae8ee5edd96daa90f317b38ec2267f86d0e
  Author: ianswett <ianswett@users.noreply.github.com>
  Date:   2019-01-16 (Wed, 16 Jan 2019)

  Changed paths:
    M draft-ietf-quic-recovery.md

  Log Message:
  -----------
  Update draft-ietf-quic-recovery.md


  Commit: 0d231b6c4ff69db74d5156cf422ae5d6198bf22d
      https://github.com/quicwg/base-drafts/commit/0d231b6c4ff69db74d5156cf422ae5d6198bf22d
  Author: ianswett <ianswett@users.noreply.github.com>
  Date:   2019-01-16 (Wed, 16 Jan 2019)

  Changed paths:
    M draft-ietf-quic-recovery.md

  Log Message:
  -----------
  Update draft-ietf-quic-recovery.md


  Commit: b5386cd183f557d550a73203e0ac0ba6f744e1e8
      https://github.com/quicwg/base-drafts/commit/b5386cd183f557d550a73203e0ac0ba6f744e1e8
  Author: Martin Thomson <mt@lowentropy.net>
  Date:   2019-01-16 (Wed, 16 Jan 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>


  Commit: d0483879f73a6588e6a3e475d124b706bdbfb0f0
      https://github.com/quicwg/base-drafts/commit/d0483879f73a6588e6a3e475d124b706bdbfb0f0
  Author: Jana Iyengar <jri.ietf@gmail.com>
  Date:   2019-01-22 (Tue, 22 Jan 2019)

  Changed paths:
    M draft-ietf-quic-recovery.md

  Log Message:
  -----------
  restructure


  Commit: aa114252af626c73ce217078a86d6760042ea95f
      https://github.com/quicwg/base-drafts/commit/aa114252af626c73ce217078a86d6760042ea95f
  Author: Jana Iyengar <jri.ietf@gmail.com>
  Date:   2019-01-22 (Tue, 22 Jan 2019)

  Changed paths:
    M draft-ietf-quic-recovery.md

  Log Message:
  -----------
  s/_/-


  Commit: 850066528aa92de5c5b6a791ec52be74e2125867
      https://github.com/quicwg/base-drafts/commit/850066528aa92de5c5b6a791ec52be74e2125867
  Author: Jana Iyengar <jri.ietf@gmail.com>
  Date:   2019-01-22 (Tue, 22 Jan 2019)

  Changed paths:
    M draft-ietf-quic-recovery.md

  Log Message:
  -----------
  remove email


  Commit: c2ade6b1aab49c7072b1e54cef9d1d826c3deecc
      https://github.com/quicwg/base-drafts/commit/c2ade6b1aab49c7072b1e54cef9d1d826c3deecc
  Author: Jana Iyemgar <jri.ietf@gmail.com>
  Date:   2019-01-22 (Tue, 22 Jan 2019)

  Changed paths:
    M draft-ietf-quic-recovery.md

  Log Message:
  -----------
  Merge pull request #2327 from quicwg/ianswett-ignore-loss

Ignore packet loss when the keys are not available


Compare: https://github.com/quicwg/base-drafts/compare/9040bae6b2db...c2ade6b1aab4
      **NOTE:** This service has been marked for deprecation: https://developer.github.com/changes/2018-04-25-github-services-deprecation/

      Functionality will be removed from GitHub.com on January 31st, 2019.

----==_mimepart_5c47b740f262a_6d892afd523b857468879--


From nobody Tue Jan 22 17:37: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 D581812F1AC for <quic-issues@ietfa.amsl.com>; Tue, 22 Jan 2019 17:37:21 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -10.17
X-Spam-Level: 
X-Spam-Status: No, score=-10.17 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIMWL_WL_HIGH=-4.553, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, FROM_EXCESS_BASE64=0.979, HTML_IMAGE_ONLY_28=1.404, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-1, RCVD_IN_DNSWL_HI=-5, SPF_PASS=-0.001] autolearn=ham autolearn_force=no
Authentication-Results: ietfa.amsl.com (amavisd-new); dkim=pass (1024-bit key) header.d=github.com
Received: from mail.ietf.org ([4.31.198.44]) by localhost (ietfa.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id k7wuZBTfc0SA for <quic-issues@ietfa.amsl.com>; Tue, 22 Jan 2019 17:37: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 6FED612D4E7 for <quic-issues@ietf.org>; Tue, 22 Jan 2019 17:37:20 -0800 (PST)
Date: Tue, 22 Jan 2019 17:37:19 -0800
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1548207439; bh=GS4D7VjcHOTs3c1r4Q860HFQ1gIQoV8/2B1FokiUIas=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=xSD2q+YBNhFhM1kREL/A9AEp8cDmiPNlqGlF2etRhcOJrVtGwe7ar6kLeWnNsrsGS 35Z63J7jAB1KL7wfObhBX6qOHwdLQm2tLx4poDARIgT7OzMQveSSr0enept8CiFCsX sUNpXTvZxWbWhAOjHOfHcyUir64Xz0UUyk0LHvpg=
From: =?UTF-8?B?QmVuY2UgQsOpa3k=?= <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+0166e4ab4ed52ab9d81f00fdc875bfb34bd4f86730a3b82492cf00000001185f874f92a169ce17bf8a90@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/pull/2330/c456634246@github.com>
In-Reply-To: <quicwg/base-drafts/pull/2330@github.com>
References: <quicwg/base-drafts/pull/2330@github.com>
Subject: Re: [quicwg/base-drafts] QPACK: Clarify how maximum dynamic table capacity can be set (#2330)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5c47c54f28d94_4ccd3fce35ed45c016731"; 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/J4pldhDEo-1wbeCirRGYxJiPKu8>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
List-Id: Notification list for GitHub issues related to the QUIC WG <quic-issues.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=unsubscribe>
List-Archive: <https://mailarchive.ietf.org/arch/browse/quic-issues/>
List-Post: <mailto:quic-issues@ietf.org>
List-Help: <mailto:quic-issues-request@ietf.org?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, 23 Jan 2019 01:37:22 -0000

----==_mimepart_5c47c54f28d94_4ccd3fce35ed45c016731
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

I support this change, because it avoids the clumsiness around wrapping if changing the value fo SETTINGS_QPACK_MAX_TABLE_CAPACITY was allowed.  I also agree with @afrind that an explicit capacity instruction has to be 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/2330#issuecomment-456634246
----==_mimepart_5c47c54f28d94_4ccd3fce35ed45c016731
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

<p>I support this change, because it avoids the clumsiness around wrapping if changing the value fo SETTINGS_QPACK_MAX_TABLE_CAPACITY was allowed.  I also agree with <a class="user-mention" data-hovercard-type="user" data-hovercard-url="/hovercards?user_id=8259689" data-octo-click="hovercard-link-click" data-octo-dimensions="link_type:self" href="https://github.com/afrind">@afrind</a> that an explicit capacity instruction has to be 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/2330#issuecomment-456634246">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AWbkq8B_9xXL9gXAI1Y7SzkcFOD-64kHks5vF7zPgaJpZM4Z8FHJ">mute the thread</a>.<img src="https://github.com/notifications/beacon/AWbkqygt-ncZ4Hjwz_a3Q6Oa1QhCOsXEks5vF7zPgaJpZM4Z8FHJ.gif" height="1" width="1" alt="" /></p>
<script type="application/json" data-scope="inboxmarkup">{"api_version":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name":"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"https://github.githubassets.com/images/email/message_cards/header.png","avatar_image_url":"https://github.githubassets.com/images/email/message_cards/avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/quicwg/base-drafts"}},"updates":{"snippets":[{"icon":"PERSON","message":"@bencebeky in #2330: I support this change, because it avoids the clumsiness around wrapping if changing the value fo SETTINGS_QPACK_MAX_TABLE_CAPACITY was allowed.  I also agree with @afrind that an explicit capacity instruction has to be sent."}],"action":{"name":"View Pull Request","url":"https://github.com/quicwg/base-drafts/pull/2330#issuecomment-456634246"}}}</script>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/pull/2330#issuecomment-456634246",
"url": "https://github.com/quicwg/base-drafts/pull/2330#issuecomment-456634246",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>
----==_mimepart_5c47c54f28d94_4ccd3fce35ed45c016731--


From nobody Tue Jan 22 17:42: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 F00A6130D7A for <quic-issues@ietfa.amsl.com>; Tue, 22 Jan 2019 17:42:19 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -10.17
X-Spam-Level: 
X-Spam-Status: No, score=-10.17 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIMWL_WL_HIGH=-4.553, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, FROM_EXCESS_BASE64=0.979, HTML_IMAGE_ONLY_28=1.404, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-1, RCVD_IN_DNSWL_HI=-5, SPF_PASS=-0.001] autolearn=ham autolearn_force=no
Authentication-Results: ietfa.amsl.com (amavisd-new); dkim=pass (1024-bit key) header.d=github.com
Received: from mail.ietf.org ([4.31.198.44]) by localhost (ietfa.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id cZYt-auCfVNq for <quic-issues@ietfa.amsl.com>; Tue, 22 Jan 2019 17:42: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 1980012D4E7 for <quic-issues@ietf.org>; Tue, 22 Jan 2019 17:42:18 -0800 (PST)
Date: Tue, 22 Jan 2019 17:42:17 -0800
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1548207737; bh=eL9k/3+HYNeT0PR/cxc3Bu9dwg9QJqTtNRzfpQR0ZX4=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=tmwJO7C991yoYYAiAL6OLifF6ynIwreTL5sIXhypE2hubTRJiPsYXVzesXrJzl0oX WdvlzL4Ofm7g6vJaDVxuaGetYZ8EEbpY8Ov7+gokJ46ThOxZXm2/WYRzzhVI5n+6Gw kfxg/rAnVdhlMHaJuu5AqSDDZjIY3kazIPaWlg+E=
From: =?UTF-8?B?QmVuY2UgQsOpa3k=?= <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+0166e4ab2330a46de94729e0590887d90e3183d30a9daf4992cf00000001185f887992a169ce177edc14@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/pull/2257/c456635283@github.com>
In-Reply-To: <quicwg/base-drafts/pull/2257@github.com>
References: <quicwg/base-drafts/pull/2257@github.com>
Subject: Re: [quicwg/base-drafts] Initial maximum table size is SETTINGS_HEADER_TABLE_SIZE. (#2257)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5c47c6792315c_136c3febe60d45b4343959"; 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/sSNJovT0H2iK1fzpEIJaz3H2GQo>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
List-Id: Notification list for GitHub issues related to the QUIC WG <quic-issues.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=unsubscribe>
List-Archive: <https://mailarchive.ietf.org/arch/browse/quic-issues/>
List-Post: <mailto:quic-issues@ietf.org>
List-Help: <mailto:quic-issues-request@ietf.org?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, 23 Jan 2019 01:42:20 -0000

----==_mimepart_5c47c6792315c_136c3febe60d45b4343959
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

I belive that #2330 is a cleaner and less error-prone alternative, therefore I withdraw this PR in favor of #2330. 

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/quicwg/base-drafts/pull/2257#issuecomment-456635283
----==_mimepart_5c47c6792315c_136c3febe60d45b4343959
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

<p>I belive that <a class="issue-link js-issue-link" data-error-text="Failed to load issue title" data-id="398428816" data-permission-text="Issue title is private" data-url="https://github.com/quicwg/base-drafts/issues/2330" data-hovercard-type="pull_request" data-hovercard-url="/quicwg/base-drafts/pull/2330/hovercard" href="https://github.com/quicwg/base-drafts/pull/2330">#2330</a> is a cleaner and less error-prone alternative, therefore I withdraw this PR in favor of <a class="issue-link js-issue-link" data-error-text="Failed to load issue title" data-id="398428816" data-permission-text="Issue title is private" data-url="https://github.com/quicwg/base-drafts/issues/2330" data-hovercard-type="pull_request" data-hovercard-url="/quicwg/base-drafts/pull/2330/hovercard" href="https://github.com/quicwg/base-drafts/pull/2330">#2330</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/2257#issuecomment-456635283">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AWbkqwp5HY-WQ0WWnNAj3yipbhLVD-t9ks5vF735gaJpZM4Zh2dF">mute the thread</a>.<img src="https://github.com/notifications/beacon/AWbkqx8IZqimwV3Gb75-M3qJxcHYeE-Eks5vF735gaJpZM4Zh2dF.gif" height="1" width="1" alt="" /></p>
<script type="application/json" data-scope="inboxmarkup">{"api_version":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name":"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"https://github.githubassets.com/images/email/message_cards/header.png","avatar_image_url":"https://github.githubassets.com/images/email/message_cards/avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/quicwg/base-drafts"}},"updates":{"snippets":[{"icon":"PERSON","message":"@bencebeky in #2257: I belive that #2330 is a cleaner and less error-prone alternative, therefore I withdraw this PR in favor of #2330. "}],"action":{"name":"View Pull Request","url":"https://github.com/quicwg/base-drafts/pull/2257#issuecomment-456635283"}}}</script>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/pull/2257#issuecomment-456635283",
"url": "https://github.com/quicwg/base-drafts/pull/2257#issuecomment-456635283",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>
----==_mimepart_5c47c6792315c_136c3febe60d45b4343959--


From nobody Tue Jan 22 17:42: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 9141D12D4E7 for <quic-issues@ietfa.amsl.com>; Tue, 22 Jan 2019 17:42:21 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -9.956
X-Spam-Level: 
X-Spam-Status: No, score=-9.956 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIMWL_WL_HIGH=-4.553, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, FROM_EXCESS_BASE64=0.979, HTML_IMAGE_ONLY_24=1.618, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-1, RCVD_IN_DNSWL_HI=-5, SPF_PASS=-0.001] autolearn=ham autolearn_force=no
Authentication-Results: ietfa.amsl.com (amavisd-new); dkim=pass (1024-bit key) header.d=github.com
Received: from mail.ietf.org ([4.31.198.44]) by localhost (ietfa.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id tvvffUBmE9uk for <quic-issues@ietfa.amsl.com>; Tue, 22 Jan 2019 17:42: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 F0424130DBE for <quic-issues@ietf.org>; Tue, 22 Jan 2019 17:42:19 -0800 (PST)
Date: Tue, 22 Jan 2019 17:42:18 -0800
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1548207738; bh=VaR1sfHk/vmlKNtWZ3bm6EQO/Umwj0to1bFvypw8W/I=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=ifdUROewYM4rB4e63jw7q+A04wjZPQ7tlvCq2YmzXz8tX3XgJU3LkiR5yx+C1jK/1 xBMViwqcuGgp843084vq8I0Ji5UgAMwltZT/cjMf9nitcGs7FE1JbWqiTojIAPkgRK ewvbkumtglZQiL5iPu+eKpMaZMQK6cAFXkuJ2WXU=
From: =?UTF-8?B?QmVuY2UgQsOpa3k=?= <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+0166e4ab6a1f853329d6086cea5e9f0538ad27cec917b2d592cf00000001185f887a92a169ce177edc14@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/pull/2257/issue_event/2090437707@github.com>
In-Reply-To: <quicwg/base-drafts/pull/2257@github.com>
References: <quicwg/base-drafts/pull/2257@github.com>
Subject: Re: [quicwg/base-drafts] Initial maximum table size is SETTINGS_HEADER_TABLE_SIZE. (#2257)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5c47c67ae3676_41da3f9635ad45c02958ec"; 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/Na3FzQbAsc9IYnIkvDjJX7OlF6c>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
List-Id: Notification list for GitHub issues related to the QUIC WG <quic-issues.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=unsubscribe>
List-Archive: <https://mailarchive.ietf.org/arch/browse/quic-issues/>
List-Post: <mailto:quic-issues@ietf.org>
List-Help: <mailto:quic-issues-request@ietf.org?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, 23 Jan 2019 01:42:22 -0000

----==_mimepart_5c47c67ae3676_41da3f9635ad45c02958ec
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

Closed #2257.

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/quicwg/base-drafts/pull/2257#event-2090437707
----==_mimepart_5c47c67ae3676_41da3f9635ad45c02958ec
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="394189844" data-permission-text="Issue title is private" data-url="https://github.com/quicwg/base-drafts/issues/2257" data-hovercard-type="pull_request" data-hovercard-url="/quicwg/base-drafts/pull/2257/hovercard" href="https://github.com/quicwg/base-drafts/pull/2257">#2257</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/2257#event-2090437707">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AWbkq7xW_YbBjixiQXOa_lX6JUR1EM22ks5vF736gaJpZM4Zh2dF">mute the thread</a>.<img src="https://github.com/notifications/beacon/AWbkq2tFi1GH1YMizkSSWA5FQFOauTI_ks5vF736gaJpZM4Zh2dF.gif" height="1" width="1" alt="" /></p>
<script type="application/json" data-scope="inboxmarkup">{"api_version":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name":"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"https://github.githubassets.com/images/email/message_cards/header.png","avatar_image_url":"https://github.githubassets.com/images/email/message_cards/avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/quicwg/base-drafts"}},"updates":{"snippets":[{"icon":"DESCRIPTION","message":"Closed #2257."}],"action":{"name":"View Pull Request","url":"https://github.com/quicwg/base-drafts/pull/2257#event-2090437707"}}}</script>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/pull/2257#event-2090437707",
"url": "https://github.com/quicwg/base-drafts/pull/2257#event-2090437707",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>
----==_mimepart_5c47c67ae3676_41da3f9635ad45c02958ec--


From nobody Tue Jan 22 18:20: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 6D185130DEA for <quic-issues@ietfa.amsl.com>; Tue, 22 Jan 2019 18:20:26 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -9.956
X-Spam-Level: 
X-Spam-Status: No, score=-9.956 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIMWL_WL_HIGH=-4.553, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, FROM_EXCESS_BASE64=0.979, HTML_IMAGE_ONLY_24=1.618, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-1, RCVD_IN_DNSWL_HI=-5, SPF_PASS=-0.001] autolearn=ham autolearn_force=no
Authentication-Results: ietfa.amsl.com (amavisd-new); dkim=pass (1024-bit key) header.d=github.com
Received: from mail.ietf.org ([4.31.198.44]) by localhost (ietfa.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id ire369-ipMZC for <quic-issues@ietfa.amsl.com>; Tue, 22 Jan 2019 18:20: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 C6F04130DE4 for <quic-issues@ietf.org>; Tue, 22 Jan 2019 18:20:24 -0800 (PST)
Date: Tue, 22 Jan 2019 18:20:23 -0800
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1548210023; bh=YfNAnUqrtKdw5sZbHZoTJgTV6mYBl+k6cj9uwJz3DR4=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=PMDm8x0ISY7qk+sZAc88+5vaT4wXrOL8DveNdxi64OSOxWpWHJl7sCztIGBtB6gmq ryGVY71vrOuekreL7YynKNZXKp3MQdd83IEIG7yozYPU02fd2OQAnG84gpCRp/YFnU oyAhm8lLDPDbjYjejh64IMTgl5ET3nUsO6XuU4gI=
From: =?UTF-8?B?QmVuY2UgQsOpa3k=?= <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+0166e4ab9e1f3b6c383d3f15d137c67804fb10af6545fa3c92cf00000001185f916792a169ce17789b2a@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/pull/2248/c456643075@github.com>
In-Reply-To: <quicwg/base-drafts/pull/2248@github.com>
References: <quicwg/base-drafts/pull/2248@github.com>
Subject: Re: [quicwg/base-drafts] Alternative Largest Reference Decoding algorithm. (#2248)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5c47cf6782ce2_19b83f7ee0ad45b4710f0"; 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/jKgT1m5x42zqvEej2euGY2WnseI>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
List-Id: Notification list for GitHub issues related to the QUIC WG <quic-issues.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=unsubscribe>
List-Archive: <https://mailarchive.ietf.org/arch/browse/quic-issues/>
List-Post: <mailto:quic-issues@ietf.org>
List-Help: <mailto:quic-issues-request@ietf.org?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, 23 Jan 2019 02:20:27 -0000

----==_mimepart_5c47cf6782ce2_19b83f7ee0ad45b4710f0
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

Since this PR is not clearly an improvement, and it did not gain much traction, I am abandoning it so that we can focus on more important 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/pull/2248#issuecomment-456643075
----==_mimepart_5c47cf6782ce2_19b83f7ee0ad45b4710f0
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

<p>Since this PR is not clearly an improvement, and it did not gain much traction, I am abandoning it so that we can focus on more important 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/pull/2248#issuecomment-456643075">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AWbkq8CuiKPP880MbidfvinTyGOs1NqVks5vF8bngaJpZM4Zf_Ft">mute the thread</a>.<img src="https://github.com/notifications/beacon/AWbkq02Wep30ZwaODPbus3qbsFTmTdbdks5vF8bngaJpZM4Zf_Ft.gif" height="1" width="1" alt="" /></p>
<script type="application/json" data-scope="inboxmarkup">{"api_version":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name":"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"https://github.githubassets.com/images/email/message_cards/header.png","avatar_image_url":"https://github.githubassets.com/images/email/message_cards/avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/quicwg/base-drafts"}},"updates":{"snippets":[{"icon":"PERSON","message":"@bencebeky in #2248: Since this PR is not clearly an improvement, and it did not gain much traction, I am abandoning it so that we can focus on more important issues."}],"action":{"name":"View Pull Request","url":"https://github.com/quicwg/base-drafts/pull/2248#issuecomment-456643075"}}}</script>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/pull/2248#issuecomment-456643075",
"url": "https://github.com/quicwg/base-drafts/pull/2248#issuecomment-456643075",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>
----==_mimepart_5c47cf6782ce2_19b83f7ee0ad45b4710f0--


From nobody Tue Jan 22 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 0CD74130DE4 for <quic-issues@ietfa.amsl.com>; Tue, 22 Jan 2019 18:20:28 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -9.956
X-Spam-Level: 
X-Spam-Status: No, score=-9.956 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIMWL_WL_HIGH=-4.553, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, FROM_EXCESS_BASE64=0.979, HTML_IMAGE_ONLY_24=1.618, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-1, RCVD_IN_DNSWL_HI=-5, SPF_PASS=-0.001] autolearn=ham autolearn_force=no
Authentication-Results: ietfa.amsl.com (amavisd-new); dkim=pass (1024-bit key) header.d=github.com
Received: from mail.ietf.org ([4.31.198.44]) by localhost (ietfa.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 1Q0ye-OvwP8s for <quic-issues@ietfa.amsl.com>; Tue, 22 Jan 2019 18:20: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 37B68130DE7 for <quic-issues@ietf.org>; Tue, 22 Jan 2019 18:20:25 -0800 (PST)
Date: Tue, 22 Jan 2019 18:20:24 -0800
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1548210024; bh=rlViFRwYMGyheIQys7PntY7N4YvnvXoyo4n+wP0s5dY=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=xHoYY1ZIQCISPmSITi2zGpDZWt8ew2jPrHF9cd7HfelE5JIHkQLq6slOb00GjmwI8 Fm0NbSpkBKOsOAz9R/JBc9YB7PjNaqj0yKt7OJS5pOgHX9dy3D/+QXv8JTq1Sxso3N Orzd9whp+juqBSlE296kQufd6amiMNmbL1wiZw8k=
From: =?UTF-8?B?QmVuY2UgQsOpa3k=?= <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+0166e4ab47186262c087338743f2ebdbec21e0a3254a987d92cf00000001185f916892a169ce17789b2a@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/pull/2248/issue_event/2090485403@github.com>
In-Reply-To: <quicwg/base-drafts/pull/2248@github.com>
References: <quicwg/base-drafts/pull/2248@github.com>
Subject: Re: [quicwg/base-drafts] Alternative Largest Reference Decoding algorithm. (#2248)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5c47cf68378bf_76773fdf398d45c0467f9"; 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/Rc8KS7NLXvwlMQcu9lzPXnw7P18>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
List-Id: Notification list for GitHub issues related to the QUIC WG <quic-issues.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=unsubscribe>
List-Archive: <https://mailarchive.ietf.org/arch/browse/quic-issues/>
List-Post: <mailto:quic-issues@ietf.org>
List-Help: <mailto:quic-issues-request@ietf.org?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, 23 Jan 2019 02:20:28 -0000

----==_mimepart_5c47cf68378bf_76773fdf398d45c0467f9
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

Closed #2248.

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/quicwg/base-drafts/pull/2248#event-2090485403
----==_mimepart_5c47cf68378bf_76773fdf398d45c0467f9
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="393780010" data-permission-text="Issue title is private" data-url="https://github.com/quicwg/base-drafts/issues/2248" data-hovercard-type="pull_request" data-hovercard-url="/quicwg/base-drafts/pull/2248/hovercard" href="https://github.com/quicwg/base-drafts/pull/2248">#2248</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/2248#event-2090485403">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AWbkq5g-gBrZqUsVfB7MifcRtkfdbA0kks5vF8bogaJpZM4Zf_Ft">mute the thread</a>.<img src="https://github.com/notifications/beacon/AWbkq2jIfulQwmeYZ4j8r-gkKG9cpwY1ks5vF8bogaJpZM4Zf_Ft.gif" height="1" width="1" alt="" /></p>
<script type="application/json" data-scope="inboxmarkup">{"api_version":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name":"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"https://github.githubassets.com/images/email/message_cards/header.png","avatar_image_url":"https://github.githubassets.com/images/email/message_cards/avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/quicwg/base-drafts"}},"updates":{"snippets":[{"icon":"DESCRIPTION","message":"Closed #2248."}],"action":{"name":"View Pull Request","url":"https://github.com/quicwg/base-drafts/pull/2248#event-2090485403"}}}</script>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/pull/2248#event-2090485403",
"url": "https://github.com/quicwg/base-drafts/pull/2248#event-2090485403",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>
----==_mimepart_5c47cf68378bf_76773fdf398d45c0467f9--


From nobody Tue Jan 22 19:13:43 2019
Return-Path: <bounce+565321.40f-quic-issues=ietf.org@github.com>
X-Original-To: quic-issues@ietfa.amsl.com
Delivered-To: quic-issues@ietfa.amsl.com
Received: from localhost (localhost [127.0.0.1]) by ietfa.amsl.com (Postfix) with ESMTP id 9EA4A130E0A for <quic-issues@ietfa.amsl.com>; Tue, 22 Jan 2019 19:13: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=-4.553, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, RCVD_IN_DNSWL_NONE=-0.0001, SPF_PASS=-0.001] autolearn=ham autolearn_force=no
Authentication-Results: ietfa.amsl.com (amavisd-new); dkim=pass (1024-bit key) header.d=github.com
Received: from mail.ietf.org ([4.31.198.44]) by localhost (ietfa.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id DQfJ0z442zU3 for <quic-issues@ietfa.amsl.com>; Tue, 22 Jan 2019 19:13:40 -0800 (PST)
Received: from m69-170.mailgun.net (m69-170.mailgun.net [166.78.69.170]) (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 CFE00130DFA for <quic-issues@ietf.org>; Tue, 22 Jan 2019 19:13:39 -0800 (PST)
DKIM-Signature: a=rsa-sha256; v=1; c=relaxed/relaxed; d=github.com; q=dns/txt;  s=mailo; t=1548213219; h=Content-Transfer-Encoding: Content-Type: Mime-Version: Subject: Message-ID: To: Reply-To: From: Date: Sender; bh=V1XEJ8wf89gVQzAOoqKQf4vNLX0F7e71c8ufgebOn3o=; b=R0nuadIrTdLDcRmQ+ctko8Bw/0Ux8kerQpaajdyNH3KUqjr8wLlwJ9YzskKGX1/XW7seqTTR xpxLcU/fh5A2qGTExxjVQ04ku8act4DRKZT3DEtDrclScuRqoKXln9KM486yjCxDIoil+ZwK RmEDZrsp6EhIFj/qKKlJv3ZiN44=
X-Mailgun-Sending-Ip: 166.78.69.170
X-Mailgun-Sid: WyJhNzYyYiIsICJxdWljLWlzc3Vlc0BpZXRmLm9yZyIsICI0MGYiXQ==
Sender: ianswett=users.noreply.github.com@github.com
Received: from github.com (Unknown [192.30.252.39]) by mxa.mailgun.org with ESMTP id 5c47dbe2.7f678038d810-smtp-out-n01; Wed, 23 Jan 2019 03:13:38 -0000 (UTC)
Date: Tue, 22 Jan 2019 19:13:37 -0800
From: ianswett <ianswett@users.noreply.github.com>
Reply-To: ianswett <ianswett@users.noreply.github.com>
To: quic-issues@ietf.org
Message-ID: <5c47dbe1dd07f_2072a2b11e062c5886016@hookshot-fe-dfcc362.cp1-iad.github.net.mail>
Subject: [quicwg/base-drafts] f9aaa9: Update draft-ietf-quic-recovery.md
Mime-Version: 1.0
Content-Type: multipart/mixed; boundary="--==_mimepart_5c47dbe1dcbd0_2072a2b11e062c588600e8"; charset=UTF-8
Content-Transfer-Encoding: 7bit
Archived-At: <https://mailarchive.ietf.org/arch/msg/quic-issues/YgWIGRxhXYPb6Erd313wBt0ajdA>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
Precedence: list
List-Id: Notification list for GitHub issues related to the QUIC WG <quic-issues.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=unsubscribe>
List-Archive: <https://mailarchive.ietf.org/arch/browse/quic-issues/>
List-Post: <mailto:quic-issues@ietf.org>
List-Help: <mailto:quic-issues-request@ietf.org?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, 23 Jan 2019 03:13:42 -0000

----==_mimepart_5c47dbe1dcbd0_2072a2b11e062c588600e8
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

  Branch: refs/heads/ianswett-app-limited
  Home:   https://github.com/quicwg/base-drafts
  Commit: f9aaa9108f058ee0f17e7d6aa2b1916f3b558bd0
      https://github.com/quicwg/base-drafts/commit/f9aaa9108f058ee0f17e7d6aa2b1916f3b558bd0
  Author: ianswett <ianswett@users.noreply.github.com>
  Date:   2019-01-22 (Tue, 22 Jan 2019)

  Changed paths:
    M draft-ietf-quic-recovery.md

  Log Message:
  -----------
  Update draft-ietf-quic-recovery.md



      **NOTE:** This service has been marked for deprecation: https://developer.github.com/changes/2018-04-25-github-services-deprecation/

      Functionality will be removed from GitHub.com on January 31st, 2019.

----==_mimepart_5c47dbe1dcbd0_2072a2b11e062c588600e8--


From nobody Tue Jan 22 19: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 924A9130E25 for <quic-issues@ietfa.amsl.com>; Tue, 22 Jan 2019 19:13:43 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -10.935
X-Spam-Level: 
X-Spam-Status: No, score=-10.935 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIMWL_WL_HIGH=-4.553, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, HTML_IMAGE_ONLY_24=1.618, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-1, RCVD_IN_DNSWL_HI=-5, SPF_PASS=-0.001] autolearn=ham autolearn_force=no
Authentication-Results: ietfa.amsl.com (amavisd-new); dkim=pass (1024-bit key) header.d=github.com
Received: from mail.ietf.org ([4.31.198.44]) by localhost (ietfa.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id gUgg55NHaKM9 for <quic-issues@ietfa.amsl.com>; Tue, 22 Jan 2019 19:13: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 10E1E130DFA for <quic-issues@ietf.org>; Tue, 22 Jan 2019 19:13:42 -0800 (PST)
Date: Tue, 22 Jan 2019 19:13:40 -0800
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1548213220; bh=vb/zZD7gSWyB4NQb4qboOzTAkxVfANcOWrhReFVrGOg=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=ZTN52zdhyP8crLrhoRjbA3JjcIux7fWhNPce3OO4u0akdpOxWfIvGabR9E9/qsV5v VawI1Pwe9ODKFfCqCg93Z3lBp+OtUEaQL8kvQ7Bn35yCrOulYX7aQeTD9m7QeGySBE qQNIoH83DdqAnJzJ2X1EVEIWSs097cJarS7VKluA=
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/1637/push/3234707845@github.com>
In-Reply-To: <quicwg/base-drafts/pull/1637@github.com>
References: <quicwg/base-drafts/pull/1637@github.com>
Subject: Re: [quicwg/base-drafts] Discuss Application-Limited Sending (#1637)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5c47dbe4c77cd_64673fcb500d45c027230"; 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/F5K4CVh09bW07h5kEjYDD-wah8s>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
List-Id: Notification list for GitHub issues related to the QUIC WG <quic-issues.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=unsubscribe>
List-Archive: <https://mailarchive.ietf.org/arch/browse/quic-issues/>
List-Post: <mailto:quic-issues@ietf.org>
List-Help: <mailto:quic-issues-request@ietf.org?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, 23 Jan 2019 03:13:44 -0000

----==_mimepart_5c47dbe4c77cd_64673fcb500d45c027230
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

@ianswett pushed 1 commit.

f9aaa9108f058ee0f17e7d6aa2b1916f3b558bd0  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/1637/files/6f6e34ccd97f6b1c683bf2275d832308cff3c794..f9aaa9108f058ee0f17e7d6aa2b1916f3b558bd0

----==_mimepart_5c47dbe4c77cd_64673fcb500d45c027230
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/f9aaa9108f058ee0f17e7d6aa2b1916f3b558bd0">f9aaa91</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/1637/files/6f6e34ccd97f6b1c683bf2275d832308cff3c794..f9aaa9108f058ee0f17e7d6aa2b1916f3b558bd0">View it on GitHub</a> or <a href="https://github.com/notifications/unsubscribe-auth/AWbkq7ReR7e7b8d8ttOHAMv40jfwHoxQks5vF9NkgaJpZM4VytaJ">mute the thread</a>.<img src="https://github.com/notifications/beacon/AWbkq2jm22SMTdDf4PS9tC6_g7y1Nj-2ks5vF9NkgaJpZM4VytaJ.gif" height="1" width="1" alt="" /></p>
<script type="application/json" data-scope="inboxmarkup">{"api_version":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name":"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"https://github.githubassets.com/images/email/message_cards/header.png","avatar_image_url":"https://github.githubassets.com/images/email/message_cards/avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/quicwg/base-drafts"}},"updates":{"snippets":[{"icon":"PERSON","message":"@ianswett pushed 1 commit in #1637"}],"action":{"name":"View Pull Request","url":"https://github.com/quicwg/base-drafts/pull/1637/files/6f6e34ccd97f6b1c683bf2275d832308cff3c794..f9aaa9108f058ee0f17e7d6aa2b1916f3b558bd0"}}}</script>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/pull/1637/files/6f6e34ccd97f6b1c683bf2275d832308cff3c794..f9aaa9108f058ee0f17e7d6aa2b1916f3b558bd0",
"url": "https://github.com/quicwg/base-drafts/pull/1637/files/6f6e34ccd97f6b1c683bf2275d832308cff3c794..f9aaa9108f058ee0f17e7d6aa2b1916f3b558bd0",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>

----==_mimepart_5c47dbe4c77cd_64673fcb500d45c027230--


From nobody Tue Jan 22 19:22: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 4EFA7130E0A for <quic-issues@ietfa.amsl.com>; Tue, 22 Jan 2019 19:22:21 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -11.573
X-Spam-Level: 
X-Spam-Status: No, score=-11.573 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIMWL_WL_HIGH=-4.553, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, FROM_EXCESS_BASE64=0.979, HTML_IMAGE_ONLY_32=0.001, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-1, RCVD_IN_DNSWL_HI=-5, SPF_PASS=-0.001] autolearn=ham autolearn_force=no
Authentication-Results: ietfa.amsl.com (amavisd-new); dkim=pass (1024-bit key) header.d=github.com
Received: from mail.ietf.org ([4.31.198.44]) by localhost (ietfa.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id E97qzEIYKIOp for <quic-issues@ietfa.amsl.com>; Tue, 22 Jan 2019 19:22:19 -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 905EF130DFA for <quic-issues@ietf.org>; Tue, 22 Jan 2019 19:22:19 -0800 (PST)
Date: Tue, 22 Jan 2019 19:22:18 -0800
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1548213738; bh=BRFjeFeBepQgOTVRxa1sK7Gv5ogiFmk0JlZayiKQUTA=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=brVXC4foMWOUtEdtShhIFspLPGyBkj781OOM38CI6R+uQe82ynuSSoi+d+uLSehiT THL0RNtAA8yjy3qi1sGVezCL/Yq94AXHG2e2r7x7iW5UumktZQVB9ZIQL/sWXrzbGq T8xlqTRWZXW5xNniCva661qf7+pBOF0LH3yAU+cc=
From: =?UTF-8?B?QmVuY2UgQsOpa3k=?= <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+0166e4ab500aabdfa976fe4c7674a1ef4bcd64b69006720992cf00000001185f9fea92a169ce17789e1a@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/pull/2249/c456654907@github.com>
In-Reply-To: <quicwg/base-drafts/pull/2249@github.com>
References: <quicwg/base-drafts/pull/2249@github.com>
Subject: Re: [quicwg/base-drafts] Invalid Largest Reference is a stream error. (#2249)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5c47ddeaad4e3_7d623fd7614d45b8483628"; 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/K9RbnqXOlNrfRXh-f5Qy0vxlxSI>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
List-Id: Notification list for GitHub issues related to the QUIC WG <quic-issues.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=unsubscribe>
List-Archive: <https://mailarchive.ietf.org/arch/browse/quic-issues/>
List-Post: <mailto:quic-issues@ietf.org>
List-Help: <mailto:quic-issues-request@ietf.org?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, 23 Jan 2019 03:22:21 -0000

----==_mimepart_5c47ddeaad4e3_7d623fd7614d45b8483628
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

I rebased on #2111, incorporated the suggestion by @MikeBishop above to make it a stream error instead of a connection error, and reconciled that sometimes InsertCount and sometimes ReqInsertCount was used in the decoding algorithm.

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/quicwg/base-drafts/pull/2249#issuecomment-456654907
----==_mimepart_5c47ddeaad4e3_7d623fd7614d45b8483628
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

<p>I rebased on <a class="issue-link js-issue-link" data-error-text="Failed to load issue title" data-id="389623523" data-permission-text="Issue title is private" data-url="https://github.com/quicwg/base-drafts/issues/2111" data-hovercard-type="pull_request" data-hovercard-url="/quicwg/base-drafts/pull/2111/hovercard" href="https://github.com/quicwg/base-drafts/pull/2111">#2111</a>, incorporated the suggestion by <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> above to make it a stream error instead of a connection error, and reconciled that sometimes InsertCount and sometimes ReqInsertCount was used in the decoding algorithm.</p>

<p style="font-size:small;-webkit-text-size-adjust:none;color:#666;">&mdash;<br />You are receiving this because you are subscribed to this thread.<br />Reply to this email directly, <a href="https://github.com/quicwg/base-drafts/pull/2249#issuecomment-456654907">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AWbkq-bNfDXKb9X9njZjk2Sc5wKe1fwdks5vF9VqgaJpZM4Zf_Ul">mute the thread</a>.<img src="https://github.com/notifications/beacon/AWbkq2P8eftrquK9c1boueIQEeLIeVhXks5vF9VqgaJpZM4Zf_Ul.gif" height="1" width="1" alt="" /></p>
<script type="application/json" data-scope="inboxmarkup">{"api_version":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name":"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"https://github.githubassets.com/images/email/message_cards/header.png","avatar_image_url":"https://github.githubassets.com/images/email/message_cards/avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/quicwg/base-drafts"}},"updates":{"snippets":[{"icon":"PERSON","message":"@bencebeky in #2249: I rebased on #2111, incorporated the suggestion by @MikeBishop above to make it a stream error instead of a connection error, and reconciled that sometimes InsertCount and sometimes ReqInsertCount was used in the decoding algorithm."}],"action":{"name":"View Pull Request","url":"https://github.com/quicwg/base-drafts/pull/2249#issuecomment-456654907"}}}</script>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/pull/2249#issuecomment-456654907",
"url": "https://github.com/quicwg/base-drafts/pull/2249#issuecomment-456654907",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>
----==_mimepart_5c47ddeaad4e3_7d623fd7614d45b8483628--


From nobody Tue Jan 22 19:57: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 7D3C3130E0A for <quic-issues@ietfa.amsl.com>; Tue, 22 Jan 2019 19:57:55 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -12.552
X-Spam-Level: 
X-Spam-Status: No, score=-12.552 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIMWL_WL_HIGH=-4.553, 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_PASS=-0.001] autolearn=ham autolearn_force=no
Authentication-Results: ietfa.amsl.com (amavisd-new); dkim=pass (1024-bit key) header.d=github.com
Received: from mail.ietf.org ([4.31.198.44]) by localhost (ietfa.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id S4ngDrdwVE74 for <quic-issues@ietfa.amsl.com>; Tue, 22 Jan 2019 19:57:53 -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 AD812130DFA for <quic-issues@ietf.org>; Tue, 22 Jan 2019 19:57:53 -0800 (PST)
Date: Tue, 22 Jan 2019 19:57:52 -0800
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1548215872; bh=FWxujMYEp0O94t5beZfZLhIS98kgp/h23/U1qaR4cD4=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=TvD1zeJe/5jQWDhv/NLwJfVEFJV8BF45bVRQh8BpOhca0LLiC6ALRg3S1P+FHm+Ji 4EpC9bhB2m2ulcz5poFSFEFmcm0bJsCA/CW/XtLmLUOSwbJO+O5gKUhQUhnURkYuWV o2ahw6lQSCJEk6BsIQK/h+6tELOpcwuRYsnVKmyM=
From: Martin Thomson <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+0166e4abd4f0cae7469deb0c544bf89e1845dd004918491192cf00000001185fa84092a169ce17e00219@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/issues/2344/456661156@github.com>
In-Reply-To: <quicwg/base-drafts/issues/2344@github.com>
References: <quicwg/base-drafts/issues/2344@github.com>
Subject: Re: [quicwg/base-drafts] RESET_STREAM should be allowed in 0-RTT packets (#2344)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5c47e640b84f9_5cdc3fb822ed45bc32937a"; 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/FCC3rToT9NQx8TMfnNHVO0f2KPA>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
List-Id: Notification list for GitHub issues related to the QUIC WG <quic-issues.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=unsubscribe>
List-Archive: <https://mailarchive.ietf.org/arch/browse/quic-issues/>
List-Post: <mailto:quic-issues@ietf.org>
List-Help: <mailto:quic-issues-request@ietf.org?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, 23 Jan 2019 03:57:56 -0000

----==_mimepart_5c47e640b84f9_5cdc3fb822ed45bc32937a
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

FWIW, I think that #2360 is about formalizing a poorly-enforced constraint that we might have assumed already existed.  It's not directly a solution to the problem were discussing.  I personally don't think that the cost of processing frames is significant enough to build additional defenses for.  Generic anti-DoS measures should suffice.

But clearly that's not a universally held viewpoint.  I think we should discuss this in Tokyo.  

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/quicwg/base-drafts/issues/2344#issuecomment-456661156
----==_mimepart_5c47e640b84f9_5cdc3fb822ed45bc32937a
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: quoted-printable

<p>FWIW, I think that <a class=3D"issue-link js-issue-link" data-error-te=
xt=3D"Failed to load issue title" data-id=3D"401966724" data-permission-t=
ext=3D"Issue title is private" data-url=3D"https://github.com/quicwg/base=
-drafts/issues/2360" data-hovercard-type=3D"issue" data-hovercard-url=3D"=
/quicwg/base-drafts/issues/2360/hovercard" href=3D"https://github.com/qui=
cwg/base-drafts/issues/2360">#2360</a> is about formalizing a poorly-enfo=
rced constraint that we might have assumed already existed.  It's not dir=
ectly a solution to the problem were discussing.  I personally don't thin=
k that the cost of processing frames is significant enough to build addit=
ional defenses for.  Generic anti-DoS measures should suffice.</p>
<p>But clearly that's not a universally held viewpoint.  I think we shoul=
d discuss this in Tokyo.</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/2344#issuecomment-456661156">view it on GitHub</a>,=
 or <a href=3D"https://github.com/notifications/unsubscribe-auth/AWbkq1P9=
qC0Ia2Lvt8U7Wbnw8Aarq86gks5vF93AgaJpZM4aHKE6">mute the thread</a>.<img sr=
c=3D"https://github.com/notifications/beacon/AWbkqxFrObHYfESHzVUpZdasUuWd=
_5orks5vF93AgaJpZM4aHKE6.gif" height=3D"1" width=3D"1" alt=3D"" /></p>
<script type=3D"application/json" data-scope=3D"inboxmarkup">{"api_versio=
n":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name"=
:"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"=
quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"http=
s://github.githubassets.com/images/email/message_cards/header.png","avata=
r_image_url":"https://github.githubassets.com/images/email/message_cards/=
avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/q=
uicwg/base-drafts"}},"updates":{"snippets":[{"icon":"PERSON","message":"@=
martinthomson in #2344: FWIW, I think that #2360 is about formalizing a p=
oorly-enforced constraint that we might have assumed already existed.  It=
's not directly a solution to the problem were discussing.  I personally =
don't think that the cost of processing frames is significant enough to b=
uild additional defenses for.  Generic anti-DoS measures should suffice.\=
r\n\r\nBut clearly that's not a universally held viewpoint.  I think we s=
hould discuss this in Tokyo.  "}],"action":{"name":"View Issue","url":"ht=
tps://github.com/quicwg/base-drafts/issues/2344#issuecomment-456661156"}}=
}</script>
<script type=3D"application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/issues/2344#issuecomment=
-456661156",
"url": "https://github.com/quicwg/base-drafts/issues/2344#issuecomment-45=
6661156",
"name": "View Issue"
},
"description": "View this Issue on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>=

----==_mimepart_5c47e640b84f9_5cdc3fb822ed45bc32937a--


From nobody Tue Jan 22 20: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 4FE8B130E0A for <quic-issues@ietfa.amsl.com>; Tue, 22 Jan 2019 20:00:07 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -12.552
X-Spam-Level: 
X-Spam-Status: No, score=-12.552 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIMWL_WL_HIGH=-4.553, 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_PASS=-0.001] autolearn=ham autolearn_force=no
Authentication-Results: ietfa.amsl.com (amavisd-new); dkim=pass (1024-bit key) header.d=github.com
Received: from mail.ietf.org ([4.31.198.44]) by localhost (ietfa.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id KqSSVrKqm-ws for <quic-issues@ietfa.amsl.com>; Tue, 22 Jan 2019 20:00: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 91F41130DFA for <quic-issues@ietf.org>; Tue, 22 Jan 2019 20:00:05 -0800 (PST)
Date: Tue, 22 Jan 2019 20:00:04 -0800
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1548216004; bh=XUITXfHg6gxG0HTQAp4YgKGsXZ2qUu5F5aLa6fF6WR0=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=hjC8lHVxPa8yhmmktmBkIUCpDIWaQ3n3JB6T4ZE7FL0LFD8Vv9KqPLs45mVITetJm jxGdspasw3QM0C+2jd4k+QXNnf8k/uw295s8h18uxTQEElvCZ+KRK3W05Qp9xLrZpd 3xlE7kPq/5yjnZA7GHD4d8PWfKIEzLJYzssvaN5M=
From: Martin Thomson <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+0166e4ab88e5d2b06e067eb3da9217efcf622dd6c3ec0c4792cf00000001185fa8c492a169ce17f65f56@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/pull/2362/review/195339003@github.com>
In-Reply-To: <quicwg/base-drafts/pull/2362@github.com>
References: <quicwg/base-drafts/pull/2362@github.com>
Subject: Re: [quicwg/base-drafts] Define RTT (#2362)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5c47e6c475158_4eef3fe6fc2d45c4770761"; 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/oYjC95TraGVSd22sc6m4NbtiQrY>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
List-Id: Notification list for GitHub issues related to the QUIC WG <quic-issues.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=unsubscribe>
List-Archive: <https://mailarchive.ietf.org/arch/browse/quic-issues/>
List-Post: <mailto:quic-issues@ietf.org>
List-Help: <mailto:quic-issues-request@ietf.org?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, 23 Jan 2019 04:00:07 -0000

----==_mimepart_5c47e6c475158_4eef3fe6fc2d45c4770761
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

martinthomson commented on this pull request.



> @@ -293,10 +293,10 @@ continue making forward progress.
 
 # Computing the RTT estimate
 
-RTT is calculated when an ACK frame arrives by computing the difference between
-the current time and the time the largest acked packet was sent.  An RTT sample
-MUST NOT be taken for a packet that is not newly acknowledged or not
-ack-eliciting.
+Round trip time, abbreviated RTT, is calculated when an ACK frame arrives by

```suggestion
Round trip time (RTT) is calculated when an ACK frame arrives by
```

Just make sure that you add the parenthetical the first time you see the acronym.  If that is prior to this section in the document, then you probably need to expand the first usage 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/2362#pullrequestreview-195339003
----==_mimepart_5c47e6c475158_4eef3fe6fc2d45c4770761
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/2362#discussi=
on_r250049194">draft-ietf-quic-recovery.md</a>:</p>=0D
<pre style=3D'color:#555'>&gt; @@ -293,10 +293,10 @@ continue making forw=
ard progress.=0D
 =0D
 # Computing the RTT estimate=0D
 =0D
-RTT is calculated when an ACK frame arrives by computing the difference =
between=0D
-the current time and the time the largest acked packet was sent.  An RTT=
 sample=0D
-MUST NOT be taken for a packet that is not newly acknowledged or not=0D
-ack-eliciting.=0D
+Round trip time, abbreviated RTT, is calculated when an ACK frame arrive=
s by=0D
</pre>=0D
=E2=AC=87=EF=B8=8F Suggested change=0D
<pre style=3D"color: #555">-Round trip time, abbreviated RTT, is calculat=
ed when an ACK frame arrives by=0D
+Round trip time (RTT) is calculated when an ACK frame arrives by=0D
</pre>=0D
=0D
<p>Just make sure that you add the parenthetical the first time you see t=
he acronym.  If that is prior to this section in the document, then you p=
robably need to expand the first usage as well.</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/2362#pullrequestreview-195339003">view it on GitHub</=
a>, or <a href=3D"https://github.com/notifications/unsubscribe-auth/AWbkq=
zk8jPvk3ql9_KtDHf64OkNDQCi1ks5vF95EgaJpZM4aN0ns">mute the thread</a>.<img=
 src=3D"https://github.com/notifications/beacon/AWbkq-iWRFISAxOtEZnNXfHY-=
MUqfHNWks5vF95EgaJpZM4aN0ns.gif" height=3D"1" width=3D"1" alt=3D"" /></p>=
=0D
<script type=3D"application/json" data-scope=3D"inboxmarkup">{"api_versio=
n":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name"=
:"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"=
quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"http=
s://github.githubassets.com/images/email/message_cards/header.png","avata=
r_image_url":"https://github.githubassets.com/images/email/message_cards/=
avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/q=
uicwg/base-drafts"}},"updates":{"snippets":[{"icon":"PERSON","message":"@=
martinthomson commented on #2362"}],"action":{"name":"View Pull Request",=
"url":"https://github.com/quicwg/base-drafts/pull/2362#pullrequestreview-=
195339003"}}}</script>=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/2362#pullrequestrev=
iew-195339003",=0D
"url": "https://github.com/quicwg/base-drafts/pull/2362#pullrequestreview=
-195339003",=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_5c47e6c475158_4eef3fe6fc2d45c4770761--


From nobody Tue Jan 22 20:05: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 C4671130E0A for <quic-issues@ietfa.amsl.com>; Tue, 22 Jan 2019 20:05:42 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -10.935
X-Spam-Level: 
X-Spam-Status: No, score=-10.935 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIMWL_WL_HIGH=-4.553, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, HTML_IMAGE_ONLY_24=1.618, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-1, RCVD_IN_DNSWL_HI=-5, SPF_PASS=-0.001] autolearn=ham autolearn_force=no
Authentication-Results: ietfa.amsl.com (amavisd-new); dkim=pass (1024-bit key) header.d=github.com
Received: from mail.ietf.org ([4.31.198.44]) by localhost (ietfa.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 0RJ7t4i1gLSE for <quic-issues@ietfa.amsl.com>; Tue, 22 Jan 2019 20:05: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 275C2130DFA for <quic-issues@ietf.org>; Tue, 22 Jan 2019 20:05:41 -0800 (PST)
Date: Tue, 22 Jan 2019 20:05:40 -0800
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1548216340; bh=/oGQUsQ7iL8Uw5bNCTm5YZs5uHJub3UwUz3ULu7mpHM=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=ahP7I8m1/aXr4P4ne3t2/j4N+KJm4VcQlOLAqQBhhlYWkLRDZLDQEFAkLbisuWVqR CvAgrD6UEpScLA4kqxvK0Y5b2uMDo2EoZ4GutY8uFPTveWdPO7S98MMsomovtQJPp2 nqwOLZFsBaoRocPCQU1yRsHZsVgeZzhgiuOFdStg=
From: Martin Thomson <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+0166e4ab7be55807ad50b024b9194882a5d9f025f43392bf92cf00000001185faa1492a169ce17bf8a90@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/pull/2330/c456662483@github.com>
In-Reply-To: <quicwg/base-drafts/pull/2330@github.com>
References: <quicwg/base-drafts/pull/2330@github.com>
Subject: Re: [quicwg/base-drafts] QPACK: Clarify how maximum dynamic table capacity can be set (#2330)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5c47e814172a5_4a673fe6fc2d45c41165d"; 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/t5R6w6qaMlKzK_xu1YAWj1IOBkM>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
List-Id: Notification list for GitHub issues related to the QUIC WG <quic-issues.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=unsubscribe>
List-Archive: <https://mailarchive.ietf.org/arch/browse/quic-issues/>
List-Post: <mailto:quic-issues@ietf.org>
List-Help: <mailto:quic-issues-request@ietf.org?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, 23 Jan 2019 04:05:43 -0000

----==_mimepart_5c47e814172a5_4a673fe6fc2d45c41165d
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

I can live with this.  In short, the maximum capcity is initially zero.  It can only be set to a non-zero value once.  The value is set using the SETTINGS frame and from remembered settings in 0-RTT.  If a non-zero value is remembered for 0-RTT, the SETTINGS frame has to carry the same 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/2330#issuecomment-456662483
----==_mimepart_5c47e814172a5_4a673fe6fc2d45c41165d
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: quoted-printable

<p>I can live with this.  In short, the maximum capcity is initially zero=
.  It can only be set to a non-zero value once.  The value is set using t=
he SETTINGS frame and from remembered settings in 0-RTT.  If a non-zero v=
alue is remembered for 0-RTT, the SETTINGS frame has to carry the same va=
lue.</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/pull/2330#issuecomment-456662483">view it on GitHub</a>, o=
r <a href=3D"https://github.com/notifications/unsubscribe-auth/AWbkqxfJT3=
AmTh8aRP7dFKKmj-oH_wJqks5vF9-UgaJpZM4Z8FHJ">mute the thread</a>.<img src=3D=
"https://github.com/notifications/beacon/AWbkq8MQjSQpLGGQ_tbQiDOOsqiCNTWp=
ks5vF9-UgaJpZM4Z8FHJ.gif" height=3D"1" width=3D"1" alt=3D"" /></p>
<script type=3D"application/json" data-scope=3D"inboxmarkup">{"api_versio=
n":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name"=
:"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"=
quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"http=
s://github.githubassets.com/images/email/message_cards/header.png","avata=
r_image_url":"https://github.githubassets.com/images/email/message_cards/=
avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/q=
uicwg/base-drafts"}},"updates":{"snippets":[{"icon":"PERSON","message":"@=
martinthomson in #2330: I can live with this.  In short, the maximum capc=
ity is initially zero.  It can only be set to a non-zero value once.  The=
 value is set using the SETTINGS frame and from remembered settings in 0-=
RTT.  If a non-zero value is remembered for 0-RTT, the SETTINGS frame has=
 to carry the same value."}],"action":{"name":"View Pull Request","url":"=
https://github.com/quicwg/base-drafts/pull/2330#issuecomment-456662483"}}=
}</script>
<script type=3D"application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/pull/2330#issuecomment-4=
56662483",
"url": "https://github.com/quicwg/base-drafts/pull/2330#issuecomment-4566=
62483",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>=

----==_mimepart_5c47e814172a5_4a673fe6fc2d45c41165d--


From nobody Tue Jan 22 20:07:16 2019
Return-Path: <bounce+565321.40f-quic-issues=ietf.org@github.com>
X-Original-To: quic-issues@ietfa.amsl.com
Delivered-To: quic-issues@ietfa.amsl.com
Received: from localhost (localhost [127.0.0.1]) by ietfa.amsl.com (Postfix) with ESMTP id 4063B130E0A for <quic-issues@ietfa.amsl.com>; Tue, 22 Jan 2019 20:07: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=-4.553, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, RCVD_IN_DNSWL_NONE=-0.0001, SPF_PASS=-0.001] autolearn=ham autolearn_force=no
Authentication-Results: ietfa.amsl.com (amavisd-new); dkim=pass (1024-bit key) header.d=github.com
Received: from mail.ietf.org ([4.31.198.44]) by localhost (ietfa.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 8y53i2VEBWTg for <quic-issues@ietfa.amsl.com>; Tue, 22 Jan 2019 20:07:12 -0800 (PST)
Received: from m71-131.mailgun.net (m71-131.mailgun.net [166.78.71.131]) (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 9EACC130DFA for <quic-issues@ietf.org>; Tue, 22 Jan 2019 20:07:12 -0800 (PST)
DKIM-Signature: a=rsa-sha256; v=1; c=relaxed/relaxed; d=github.com; q=dns/txt;  s=mailo; t=1548216431; h=Content-Transfer-Encoding: Content-Type: Mime-Version: Subject: Message-ID: To: Reply-To: From: Date: Sender; bh=2MQoQghPIaZS+P3lf+Ii+sTE2+N9fjMilPlmnQ/0oMQ=; b=ilCXvnmkvSTpL9HqBi3AcxPD9RaZb8K/aQ4X7YDS7PYxBKWDsrAsU9Y5b9vwgzo5hcGNBLlG sBu27TAGWTurlnVn5LvKHpScfdZ87aj/pkFYE+h/DKEy8M4UNnIRZIm2zykJCQ/5VJC6cKUb rYP2Sgsfuqgs5DPtWiq0EQ2VOPs=
X-Mailgun-Sending-Ip: 166.78.71.131
X-Mailgun-Sid: WyJhNzYyYiIsICJxdWljLWlzc3Vlc0BpZXRmLm9yZyIsICI0MGYiXQ==
Sender: ianswett=users.noreply.github.com@github.com
Received: from github.com (Unknown [192.30.252.44]) by mxa.mailgun.org with ESMTP id 5c47e86f.7f5149c95cc0-smtp-out-n03; Wed, 23 Jan 2019 04:07:11 -0000 (UTC)
Date: Tue, 22 Jan 2019 20:07:11 -0800
From: ianswett <ianswett@users.noreply.github.com>
Reply-To: ianswett <ianswett@users.noreply.github.com>
To: quic-issues@ietf.org
Message-ID: <5c47e86f63a51_122e2ae3e736458413051f@hookshot-fe-6e9b612.cp1-iad.github.net.mail>
Subject: [quicwg/base-drafts] 1328ea: Fix earlier uses and remove an obsolete sentence
Mime-Version: 1.0
Content-Type: multipart/mixed; boundary="--==_mimepart_5c47e86f635b5_122e2ae3e7364584130474"; charset=UTF-8
Content-Transfer-Encoding: 7bit
Archived-At: <https://mailarchive.ietf.org/arch/msg/quic-issues/6Q6dl5W7SD4k5Gi_twH_WQvm9zs>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
Precedence: list
List-Id: Notification list for GitHub issues related to the QUIC WG <quic-issues.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=unsubscribe>
List-Archive: <https://mailarchive.ietf.org/arch/browse/quic-issues/>
List-Post: <mailto:quic-issues@ietf.org>
List-Help: <mailto:quic-issues-request@ietf.org?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, 23 Jan 2019 04:07:14 -0000

----==_mimepart_5c47e86f635b5_122e2ae3e7364584130474
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

  Branch: refs/heads/ianswett-rtt
  Home:   https://github.com/quicwg/base-drafts
  Commit: 1328ea5d59099c40902fa644064c4a76eb8d60a7
      https://github.com/quicwg/base-drafts/commit/1328ea5d59099c40902fa644064c4a76eb8d60a7
  Author: ianswett <ianswett@users.noreply.github.com>
  Date:   2019-01-22 (Tue, 22 Jan 2019)

  Changed paths:
    M draft-ietf-quic-recovery.md

  Log Message:
  -----------
  Fix earlier uses and remove an obsolete sentence



      **NOTE:** This service has been marked for deprecation: https://developer.github.com/changes/2018-04-25-github-services-deprecation/

      Functionality will be removed from GitHub.com on January 31st, 2019.

----==_mimepart_5c47e86f635b5_122e2ae3e7364584130474--


From nobody Tue Jan 22 20:07: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 5932A130E66 for <quic-issues@ietfa.amsl.com>; Tue, 22 Jan 2019 20:07:17 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -10.935
X-Spam-Level: 
X-Spam-Status: No, score=-10.935 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIMWL_WL_HIGH=-4.553, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, HTML_IMAGE_ONLY_24=1.618, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-1, RCVD_IN_DNSWL_HI=-5, SPF_PASS=-0.001] autolearn=ham autolearn_force=no
Authentication-Results: ietfa.amsl.com (amavisd-new); dkim=pass (1024-bit key) header.d=github.com
Received: from mail.ietf.org ([4.31.198.44]) by localhost (ietfa.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id U7qPtSvxKkzB for <quic-issues@ietfa.amsl.com>; Tue, 22 Jan 2019 20:07: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 7A720130DFA for <quic-issues@ietf.org>; Tue, 22 Jan 2019 20:07:15 -0800 (PST)
Date: Tue, 22 Jan 2019 20:07:14 -0800
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1548216434; bh=bYQe0xMKnur41W8ql9M3S6aldjySrPk6HaAehIFq/fI=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=05cNibfwM0TMvlxcWn1Bmks4ZFOkG4bopWyd0mBmZ9jvhh5aqdhaGMISd1+FG9qFz 6/AUlXB/gh6tpI0xc0WTTeO44gYZGaX/4OED9YTiNsWyLArb+a8fw+AqWS48dwLbPW sEELWaao239ncIehibbN7fTJGDTHoY6qUcbIWK5M=
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/2362/push/3234802918@github.com>
In-Reply-To: <quicwg/base-drafts/pull/2362@github.com>
References: <quicwg/base-drafts/pull/2362@github.com>
Subject: Re: [quicwg/base-drafts] Define RTT (#2362)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5c47e87235eac_1f683fd0e14d45bc50481c"; 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/HTvL9WAxFJJ-ifRwf940fX5lR3Q>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
List-Id: Notification list for GitHub issues related to the QUIC WG <quic-issues.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=unsubscribe>
List-Archive: <https://mailarchive.ietf.org/arch/browse/quic-issues/>
List-Post: <mailto:quic-issues@ietf.org>
List-Help: <mailto:quic-issues-request@ietf.org?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, 23 Jan 2019 04:07:17 -0000

----==_mimepart_5c47e87235eac_1f683fd0e14d45bc50481c
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

@ianswett pushed 1 commit.

1328ea5d59099c40902fa644064c4a76eb8d60a7  Fix earlier uses and remove an obsolete sentence


-- 
You are receiving this because you are subscribed to this thread.
View it on GitHub:
https://github.com/quicwg/base-drafts/pull/2362/files/717ae94a335b956f195648c0af8b8b928d4aea3d..1328ea5d59099c40902fa644064c4a76eb8d60a7

----==_mimepart_5c47e87235eac_1f683fd0e14d45bc50481c
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/1328ea5d59099c40902fa644064c4a76eb8d60a7">1328ea5</a>  Fix earlier uses and remove an obsolete 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/2362/files/717ae94a335b956f195648c0af8b8b928d4aea3d..1328ea5d59099c40902fa644064c4a76eb8d60a7">View it on GitHub</a> or <a href="https://github.com/notifications/unsubscribe-auth/AWbkq8evG2ahkLkoPAgXzJknD9hZv09gks5vF9_ygaJpZM4aN0ns">mute the thread</a>.<img src="https://github.com/notifications/beacon/AWbkq2Kzu2CEf9RC50U4Et_gB7pUOFTnks5vF9_ygaJpZM4aN0ns.gif" height="1" width="1" alt="" /></p>
<script type="application/json" data-scope="inboxmarkup">{"api_version":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name":"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"https://github.githubassets.com/images/email/message_cards/header.png","avatar_image_url":"https://github.githubassets.com/images/email/message_cards/avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/quicwg/base-drafts"}},"updates":{"snippets":[{"icon":"PERSON","message":"@ianswett pushed 1 commit in #2362"}],"action":{"name":"View Pull Request","url":"https://github.com/quicwg/base-drafts/pull/2362/files/717ae94a335b956f195648c0af8b8b928d4aea3d..1328ea5d59099c40902fa644064c4a76eb8d60a7"}}}</script>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/pull/2362/files/717ae94a335b956f195648c0af8b8b928d4aea3d..1328ea5d59099c40902fa644064c4a76eb8d60a7",
"url": "https://github.com/quicwg/base-drafts/pull/2362/files/717ae94a335b956f195648c0af8b8b928d4aea3d..1328ea5d59099c40902fa644064c4a76eb8d60a7",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>

----==_mimepart_5c47e87235eac_1f683fd0e14d45bc50481c--


From nobody Tue Jan 22 20:09:29 2019
Return-Path: <bounce+565321.40f-quic-issues=ietf.org@github.com>
X-Original-To: quic-issues@ietfa.amsl.com
Delivered-To: quic-issues@ietfa.amsl.com
Received: from localhost (localhost [127.0.0.1]) by ietfa.amsl.com (Postfix) with ESMTP id 2A8D1130E0E for <quic-issues@ietfa.amsl.com>; Tue, 22 Jan 2019 20:09: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=-4.553, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, RCVD_IN_DNSWL_NONE=-0.0001, SPF_PASS=-0.001] autolearn=ham autolearn_force=no
Authentication-Results: ietfa.amsl.com (amavisd-new); dkim=pass (1024-bit key) header.d=github.com
Received: from mail.ietf.org ([4.31.198.44]) by localhost (ietfa.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id stfpVZt7kEe2 for <quic-issues@ietfa.amsl.com>; Tue, 22 Jan 2019 20:09:27 -0800 (PST)
Received: from m71-131.mailgun.net (m71-131.mailgun.net [166.78.71.131]) (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 A61FC130E13 for <quic-issues@ietf.org>; Tue, 22 Jan 2019 20:09:27 -0800 (PST)
DKIM-Signature: a=rsa-sha256; v=1; c=relaxed/relaxed; d=github.com; q=dns/txt;  s=mailo; t=1548216566; h=Content-Transfer-Encoding: Content-Type: Mime-Version: Subject: Message-ID: To: Reply-To: From: Date: Sender; bh=I+F+q4GiVwJCCD9nsOBtZkZWlPqRw/lWiyOYETBfdeM=; b=FrpwsnArPsOQJ64+tyhDtmj5SgVqyKRp/qrTZjeGN5iVoSHiZ/cwHgvseIF0hBYOxb4l807+ f/iO4jCS8Uth5CmPByFimxgZZilwacchgIP2taD9Yi90UY0+K9rJ/U743bzAxo67NyZagS0y qM/AO+Ho7CDK78b1fMrY8YTEa64=
X-Mailgun-Sending-Ip: 166.78.71.131
X-Mailgun-Sid: WyJhNzYyYiIsICJxdWljLWlzc3Vlc0BpZXRmLm9yZyIsICI0MGYiXQ==
Sender: ianswett=users.noreply.github.com@github.com
Received: from github.com (Unknown [192.30.253.29]) by mxa.mailgun.org with ESMTP id 5c47e8f6.7f92de2174b0-smtp-out-n03; Wed, 23 Jan 2019 04:09:26 -0000 (UTC)
Date: Tue, 22 Jan 2019 20:09:25 -0800
From: ianswett <ianswett@users.noreply.github.com>
Reply-To: ianswett <ianswett@users.noreply.github.com>
To: quic-issues@ietf.org
Message-ID: <5c47e8f5ee55_75462af42c73458849998@hookshot-fe-b0febf1.cp1-iad.github.net.mail>
Subject: [quicwg/base-drafts] 00fe35: Match TCP RFCs use of
Mime-Version: 1.0
Content-Type: multipart/mixed; boundary="--==_mimepart_5c47e8f5ea3a_75462af42c7345884981"; charset=UTF-8
Content-Transfer-Encoding: 7bit
Archived-At: <https://mailarchive.ietf.org/arch/msg/quic-issues/sO-MC4EXEA2zu3F4vaEyj9JOVl8>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
Precedence: list
List-Id: Notification list for GitHub issues related to the QUIC WG <quic-issues.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=unsubscribe>
List-Archive: <https://mailarchive.ietf.org/arch/browse/quic-issues/>
List-Post: <mailto:quic-issues@ietf.org>
List-Help: <mailto:quic-issues-request@ietf.org?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, 23 Jan 2019 04:09:29 -0000

----==_mimepart_5c47e8f5ea3a_75462af42c7345884981
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

  Branch: refs/heads/ianswett-rtt
  Home:   https://github.com/quicwg/base-drafts
  Commit: 00fe359052fc890cf8ff3444e9d64bd78308af6f
      https://github.com/quicwg/base-drafts/commit/00fe359052fc890cf8ff3444e9d64bd78308af6f
  Author: ianswett <ianswett@users.noreply.github.com>
  Date:   2019-01-22 (Tue, 22 Jan 2019)

  Changed paths:
    M draft-ietf-quic-recovery.md

  Log Message:
  -----------
  Match TCP RFCs use of



      **NOTE:** This service has been marked for deprecation: https://developer.github.com/changes/2018-04-25-github-services-deprecation/

      Functionality will be removed from GitHub.com on January 31st, 2019.

----==_mimepart_5c47e8f5ea3a_75462af42c7345884981--


From nobody Tue Jan 22 20: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 A62F6130E13 for <quic-issues@ietfa.amsl.com>; Tue, 22 Jan 2019 20:09:30 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -10.935
X-Spam-Level: 
X-Spam-Status: No, score=-10.935 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIMWL_WL_HIGH=-4.553, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, HTML_IMAGE_ONLY_24=1.618, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-1, RCVD_IN_DNSWL_HI=-5, SPF_PASS=-0.001] autolearn=ham autolearn_force=no
Authentication-Results: ietfa.amsl.com (amavisd-new); dkim=pass (1024-bit key) header.d=github.com
Received: from mail.ietf.org ([4.31.198.44]) by localhost (ietfa.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id E5ezEOq436Fi for <quic-issues@ietfa.amsl.com>; Tue, 22 Jan 2019 20:09:29 -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 078A6130E0A for <quic-issues@ietf.org>; Tue, 22 Jan 2019 20:09:29 -0800 (PST)
Date: Tue, 22 Jan 2019 20:09:28 -0800
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1548216568; bh=2+c/if9k6Z8S4WW9MbPMSttpdoG+ZmUPeXkno0MT+ZM=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=lpkkbqIlfy99EMskz8VhzaS7sxI97Q/uZcvm+VYlZWrnEMQ+ijmWbELkx8zTV+4Hu D5b4wNlvO2E5qxP7eM11/NLxKYzas1GTZb4F0VYlR97pqnUxTK5EGUl1gEz4tA08ac aD50OWoYlngYbYIguA0KipfVq3bWQfOpa5j2DUfs=
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/2362/push/3234806590@github.com>
In-Reply-To: <quicwg/base-drafts/pull/2362@github.com>
References: <quicwg/base-drafts/pull/2362@github.com>
Subject: Re: [quicwg/base-drafts] Define RTT (#2362)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5c47e8f86309b_63b43f8c3eed45b84111fc"; 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/kF57pKRhY66yGE2JUxiUiC9vMss>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
List-Id: Notification list for GitHub issues related to the QUIC WG <quic-issues.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=unsubscribe>
List-Archive: <https://mailarchive.ietf.org/arch/browse/quic-issues/>
List-Post: <mailto:quic-issues@ietf.org>
List-Help: <mailto:quic-issues-request@ietf.org?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, 23 Jan 2019 04:09:31 -0000

----==_mimepart_5c47e8f86309b_63b43f8c3eed45b84111fc
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

@ianswett pushed 1 commit.

00fe359052fc890cf8ff3444e9d64bd78308af6f  Match TCP RFCs use of


-- 
You are receiving this because you are subscribed to this thread.
View it on GitHub:
https://github.com/quicwg/base-drafts/pull/2362/files/1328ea5d59099c40902fa644064c4a76eb8d60a7..00fe359052fc890cf8ff3444e9d64bd78308af6f

----==_mimepart_5c47e8f86309b_63b43f8c3eed45b84111fc
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/00fe359052fc890cf8ff3444e9d64bd78308af6f">00fe359</a>  Match TCP RFCs use of</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/2362/files/1328ea5d59099c40902fa644064c4a76eb8d60a7..00fe359052fc890cf8ff3444e9d64bd78308af6f">View it on GitHub</a> or <a href="https://github.com/notifications/unsubscribe-auth/AWbkq7hOBnCBkNmqZ3Md04_B8Qo_WWWPks5vF-B4gaJpZM4aN0ns">mute the thread</a>.<img src="https://github.com/notifications/beacon/AWbkq9NH56Sfxia7oK5jpdmvmrojovHQks5vF-B4gaJpZM4aN0ns.gif" height="1" width="1" alt="" /></p>
<script type="application/json" data-scope="inboxmarkup">{"api_version":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name":"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"https://github.githubassets.com/images/email/message_cards/header.png","avatar_image_url":"https://github.githubassets.com/images/email/message_cards/avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/quicwg/base-drafts"}},"updates":{"snippets":[{"icon":"PERSON","message":"@ianswett pushed 1 commit in #2362"}],"action":{"name":"View Pull Request","url":"https://github.com/quicwg/base-drafts/pull/2362/files/1328ea5d59099c40902fa644064c4a76eb8d60a7..00fe359052fc890cf8ff3444e9d64bd78308af6f"}}}</script>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/pull/2362/files/1328ea5d59099c40902fa644064c4a76eb8d60a7..00fe359052fc890cf8ff3444e9d64bd78308af6f",
"url": "https://github.com/quicwg/base-drafts/pull/2362/files/1328ea5d59099c40902fa644064c4a76eb8d60a7..00fe359052fc890cf8ff3444e9d64bd78308af6f",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>

----==_mimepart_5c47e8f86309b_63b43f8c3eed45b84111fc--


From nobody Tue Jan 22 20: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 63973130E11 for <quic-issues@ietfa.amsl.com>; Tue, 22 Jan 2019 20:09:58 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -11.149
X-Spam-Level: 
X-Spam-Status: No, score=-11.149 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIMWL_WL_HIGH=-4.553, 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_PASS=-0.001] autolearn=ham autolearn_force=no
Authentication-Results: ietfa.amsl.com (amavisd-new); dkim=pass (1024-bit key) header.d=github.com
Received: from mail.ietf.org ([4.31.198.44]) by localhost (ietfa.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id denU0ezoxsHx for <quic-issues@ietfa.amsl.com>; Tue, 22 Jan 2019 20:09: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 9E28A130DFA for <quic-issues@ietf.org>; Tue, 22 Jan 2019 20:09:56 -0800 (PST)
Date: Tue, 22 Jan 2019 20:09:55 -0800
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1548216595; bh=wO6upCVfECwq/jjQrrZH8Pxj3caaeTO4RUreOWA+TXg=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=Uz69yooY6zhvwAf8pX0wmOVUeXdKYPG4OT3AyzUrVPYUTiMUnp17Dz2uSfK+tQ9kF KQLIwWkNwKdoRlrmQdHtDdRzjJjcQZDcjrNDN5uc3al9UZk28qBIUqkxihZ7RicB0d pLmy78grZQb2nCZLGfbSMNA98trAvaPKWFxXlrtY=
From: ianswett <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+0166e4abb1a8d242a04ad997d30a7f411459f372970786e892cf00000001185fab1392a169ce17f65f56@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/pull/2362/review/195340411@github.com>
In-Reply-To: <quicwg/base-drafts/pull/2362@github.com>
References: <quicwg/base-drafts/pull/2362@github.com>
Subject: Re: [quicwg/base-drafts] Define RTT (#2362)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5c47e91398544_7d5a3fd7614d45b848955b"; 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/qRRWKkxRZrjf2mNkIx_sJDPdtk4>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
List-Id: Notification list for GitHub issues related to the QUIC WG <quic-issues.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=unsubscribe>
List-Archive: <https://mailarchive.ietf.org/arch/browse/quic-issues/>
List-Post: <mailto:quic-issues@ietf.org>
List-Help: <mailto:quic-issues-request@ietf.org?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, 23 Jan 2019 04:09:58 -0000

----==_mimepart_5c47e91398544_7d5a3fd7614d45b848955b
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

ianswett commented on this pull request.



> @@ -293,10 +293,10 @@ continue making forward progress.
 
 # Computing the RTT estimate
 
-RTT is calculated when an ACK frame arrives by computing the difference between
-the current time and the time the largest acked packet was sent.  An RTT sample
-MUST NOT be taken for a packet that is not newly acknowledged or not
-ack-eliciting.
+Round trip time, abbreviated RTT, is calculated when an ACK frame arrives by

Done and changed to round-trip time, which matches 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/pull/2362#discussion_r250050334
----==_mimepart_5c47e91398544_7d5a3fd7614d45b848955b
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/2362#discussion_r250050334">draft-ietf-quic-recovery.md</a>:</p>
<pre style='color:#555'>&gt; @@ -293,10 +293,10 @@ continue making forward progress.
 
 # Computing the RTT estimate
 
-RTT is calculated when an ACK frame arrives by computing the difference between
-the current time and the time the largest acked packet was sent.  An RTT sample
-MUST NOT be taken for a packet that is not newly acknowledged or not
-ack-eliciting.
+Round trip time, abbreviated RTT, is calculated when an ACK frame arrives by
</pre>
<p>Done and changed to round-trip time, which matches 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/pull/2362#discussion_r250050334">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AWbkq4Yfa4fMPJzKO19H1ZExYQrDYpgeks5vF-CTgaJpZM4aN0ns">mute the thread</a>.<img src="https://github.com/notifications/beacon/AWbkq2Ytwa3GiDOGz5v-zdbiM_bbc_Rjks5vF-CTgaJpZM4aN0ns.gif" height="1" width="1" alt="" /></p>
<script type="application/json" data-scope="inboxmarkup">{"api_version":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name":"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"https://github.githubassets.com/images/email/message_cards/header.png","avatar_image_url":"https://github.githubassets.com/images/email/message_cards/avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/quicwg/base-drafts"}},"updates":{"snippets":[{"icon":"PERSON","message":"@ianswett commented on #2362"}],"action":{"name":"View Pull Request","url":"https://github.com/quicwg/base-drafts/pull/2362#discussion_r250050334"}}}</script>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/pull/2362#discussion_r250050334",
"url": "https://github.com/quicwg/base-drafts/pull/2362#discussion_r250050334",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>
----==_mimepart_5c47e91398544_7d5a3fd7614d45b848955b--


From nobody Tue Jan 22 20:11: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 2F8D2130E0A for <quic-issues@ietfa.amsl.com>; Tue, 22 Jan 2019 20:11:04 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -10.935
X-Spam-Level: 
X-Spam-Status: No, score=-10.935 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIMWL_WL_HIGH=-4.553, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, HTML_IMAGE_ONLY_24=1.618, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-1, RCVD_IN_DNSWL_HI=-5, SPF_PASS=-0.001] autolearn=ham autolearn_force=no
Authentication-Results: ietfa.amsl.com (amavisd-new); dkim=pass (1024-bit key) header.d=github.com
Received: from mail.ietf.org ([4.31.198.44]) by localhost (ietfa.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 7d17AkuHqrWW for <quic-issues@ietfa.amsl.com>; Tue, 22 Jan 2019 20:11:02 -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 66552130DFA for <quic-issues@ietf.org>; Tue, 22 Jan 2019 20:11:02 -0800 (PST)
Date: Tue, 22 Jan 2019 20:11:01 -0800
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1548216661; bh=BzUcyThzlzhibu/0iI/spCL7YMg6SxoMIerlHvh0Rdo=; h=Date:From:Reply-To:To:Cc:Subject:List-ID:List-Archive:List-Post: List-Unsubscribe:From; b=ZdtwpMG3TgT+FPiN6ILfyX43GjbcR0O1tKhlZoDEN+7MLFwqY9TWePMmG+60kxTI5 1/Fu1gr3huFbTVr7UHEwFYk5oeh2WSWty64k2j8aIV/YKyZq92xoAFM7A710bKtpkd 1TCfqsL7LwLRZD1/w7SG2ooX9tDJPIi4PK61Tilk=
From: Martin Thomson <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+0166e4ab68400d52a845066c75864e9620497c24b360501792cf00000001185fab5592a169ce17f6fe9f@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/issues/2363@github.com>
Subject: [quicwg/base-drafts] The initial table capacity is zero (#2363)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5c47e9557d618_71303fe9eced45c0546661"; 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/REt-x7CHFedNgqZqSWxl_wNGLn0>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
List-Id: Notification list for GitHub issues related to the QUIC WG <quic-issues.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=unsubscribe>
List-Archive: <https://mailarchive.ietf.org/arch/browse/quic-issues/>
List-Post: <mailto:quic-issues@ietf.org>
List-Help: <mailto:quic-issues-request@ietf.org?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, 23 Jan 2019 04:11:04 -0000

----==_mimepart_5c47e9557d618_71303fe9eced45c0546661
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

Which means that encoders have to send a table capacity change instruction as the first instruction they send on the table update stream.  This is never stated clearly in the draft.

It might be possible to assume - incorrectly - that the table capacity is initially set to the maximum value.  We even contemplated this possibility until the complexities of 0-RTT and stream concurrency squashed those dreams.

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/quicwg/base-drafts/issues/2363
----==_mimepart_5c47e9557d618_71303fe9eced45c0546661
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

<p>Which means that encoders have to send a table capacity change instruction as the first instruction they send on the table update stream.  This is never stated clearly in the draft.</p>
<p>It might be possible to assume - incorrectly - that the table capacity is initially set to the maximum value.  We even contemplated this possibility until the complexities of 0-RTT and stream concurrency squashed those dreams.</p>

<p style="font-size:small;-webkit-text-size-adjust:none;color:#666;">&mdash;<br />You are receiving this because you are subscribed to this thread.<br />Reply to this email directly, <a href="https://github.com/quicwg/base-drafts/issues/2363">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AWbkq4DOjTt3k0DfOCRBSN51eOCYw-9Wks5vF-DVgaJpZM4aOAAR">mute the thread</a>.<img src="https://github.com/notifications/beacon/AWbkq57aMhBJkf4MzOq2GqYt1XIiDB7lks5vF-DVgaJpZM4aOAAR.gif" height="1" width="1" alt="" /></p>
<script type="application/json" data-scope="inboxmarkup">{"api_version":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name":"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"https://github.githubassets.com/images/email/message_cards/header.png","avatar_image_url":"https://github.githubassets.com/images/email/message_cards/avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/quicwg/base-drafts"}},"updates":{"snippets":[{"icon":"DESCRIPTION","message":"The initial table capacity is zero (#2363)"}],"action":{"name":"View Issue","url":"https://github.com/quicwg/base-drafts/issues/2363"}}}</script>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/issues/2363",
"url": "https://github.com/quicwg/base-drafts/issues/2363",
"name": "View Issue"
},
"description": "View this Issue on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>
----==_mimepart_5c47e9557d618_71303fe9eced45c0546661--


From nobody Wed Jan 23 07:25: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 25ACC124D68 for <quic-issues@ietfa.amsl.com>; Wed, 23 Jan 2019 07:25:46 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -12.552
X-Spam-Level: 
X-Spam-Status: No, score=-12.552 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIMWL_WL_HIGH=-4.553, 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_PASS=-0.001] autolearn=ham autolearn_force=no
Authentication-Results: ietfa.amsl.com (amavisd-new); dkim=pass (1024-bit key) header.d=github.com
Received: from mail.ietf.org ([4.31.198.44]) by localhost (ietfa.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id detYSppbitye for <quic-issues@ietfa.amsl.com>; Wed, 23 Jan 2019 07:25: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 AD2D3124C04 for <quic-issues@ietf.org>; Wed, 23 Jan 2019 07:25:44 -0800 (PST)
Date: Wed, 23 Jan 2019 07:25:43 -0800
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1548257143; bh=Gv9cexG927Y/8Ld9Dvn8/qUzUX/YcJRf6/g9DaTgH+M=; h=Date:From:Reply-To:To:Cc:Subject:List-ID:List-Archive:List-Post: List-Unsubscribe:From; b=evy2TIsqcx/iIPCa27LZCHvBrUBAAXpaQoyoXHsboX5QFlJLd+ByIdeSrPAe2Iijf r9IJDrfBmoqIkk5KmIbZGyEuXHgVKq2wKHSnGwDcC2fA/Hn9Nvr3nLR32qRFns7Kyt +gf82ZwhydtYMQBT6v1CA6qQag16EDKbZvn0qV6A=
From: Marcus Ihlar <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+0166e4ab9e67764a41681caf4e422ecd56b122f3fb8a06b592cf000000011860497792a169ce17fa7dfa@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/pull/2364@github.com>
Subject: [quicwg/base-drafts] Moving text on spinbit into transport (#2364)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5c488777bc4d3_58d53fb9994d45bc1165da"; charset=UTF-8
Content-Transfer-Encoding: 7bit
Precedence: list
X-GitHub-Sender: ihlar
X-GitHub-Recipient: quic-issues
X-GitHub-Reason: subscribed
X-Auto-Response-Suppress: All
X-GitHub-Recipient-Address: quic-issues@ietf.org
Archived-At: <https://mailarchive.ietf.org/arch/msg/quic-issues/T-P4yTNhDXw4bLf9diXstQVjsxI>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
List-Id: Notification list for GitHub issues related to the QUIC WG <quic-issues.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=unsubscribe>
List-Archive: <https://mailarchive.ietf.org/arch/browse/quic-issues/>
List-Post: <mailto:quic-issues@ietf.org>
List-Help: <mailto:quic-issues-request@ietf.org?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, 23 Jan 2019 15:25:46 -0000

----==_mimepart_5c488777bc4d3_58d53fb9994d45bc1165da
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

Text on spinbit that is necessary for implementors moved/added to transport draft.

You can view, comment on, or merge this pull request online at:

  https://github.com/quicwg/base-drafts/pull/2364

-- Commit Summary --

  * Initial text proposal for adding spin bit to transport specification.
  * Merge pull request #1 from gloinul/spinbit
  * Updated text on spinbit
  * reviewed version
  * Merge branch 'master' of https://github.com/quicwg/base-drafts
  * Updated formatting

-- File Changes --

    M draft-ietf-quic-transport.md (75)

-- Patch Links --

https://github.com/quicwg/base-drafts/pull/2364.patch
https://github.com/quicwg/base-drafts/pull/2364.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/2364

----==_mimepart_5c488777bc4d3_58d53fb9994d45bc1165da
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

<p>Text on spinbit that is necessary for implementors moved/added to transport draft.</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/2364'>https://github.com/quicwg/base-drafts/pull/2364</a></p>

<h4>Commit Summary</h4>
<ul>
  <li>Initial text proposal for adding spin bit to transport specification.</li>
  <li>Merge pull request #1 from gloinul/spinbit</li>
  <li>Updated text on spinbit</li>
  <li>reviewed version</li>
  <li>Merge branch &#39;master&#39; of https://github.com/quicwg/base-drafts</li>
  <li>Updated formatting</li>
</ul>

<h4>File Changes</h4>
<ul>
  <li>
    <strong>M</strong>
    <a href="https://github.com/quicwg/base-drafts/pull/2364/files#diff-0">draft-ietf-quic-transport.md</a>
    (75)
  </li>
</ul>

<h4>Patch Links:</h4>
<ul>
  <li><a href='https://github.com/quicwg/base-drafts/pull/2364.patch'>https://github.com/quicwg/base-drafts/pull/2364.patch</a></li>
  <li><a href='https://github.com/quicwg/base-drafts/pull/2364.diff'>https://github.com/quicwg/base-drafts/pull/2364.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/2364">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AWbkq04cbtkMt92-3SjCutGMI-7fui38ks5vGH73gaJpZM4aPA_u">mute the thread</a>.<img src="https://github.com/notifications/beacon/AWbkqyep3HR4TVMKRIrEi2xkW1_1rLpOks5vGH73gaJpZM4aPA_u.gif" height="1" width="1" alt="" /></p>
<script type="application/json" data-scope="inboxmarkup">{"api_version":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name":"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"https://github.githubassets.com/images/email/message_cards/header.png","avatar_image_url":"https://github.githubassets.com/images/email/message_cards/avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/quicwg/base-drafts"}},"updates":{"snippets":[{"icon":"DESCRIPTION","message":"Moving text on spinbit into transport (#2364)"}],"action":{"name":"View Pull Request","url":"https://github.com/quicwg/base-drafts/pull/2364"}}}</script>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/pull/2364",
"url": "https://github.com/quicwg/base-drafts/pull/2364",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>

----==_mimepart_5c488777bc4d3_58d53fb9994d45bc1165da--


From nobody Wed Jan 23 07:37: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 AB2B2126BED for <quic-issues@ietfa.amsl.com>; Wed, 23 Jan 2019 07:37:26 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -9.956
X-Spam-Level: 
X-Spam-Status: No, score=-9.956 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIMWL_WL_HIGH=-4.553, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, FROM_EXCESS_BASE64=0.979, HTML_IMAGE_ONLY_24=1.618, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-1, RCVD_IN_DNSWL_HI=-5, SPF_PASS=-0.001] autolearn=ham autolearn_force=no
Authentication-Results: ietfa.amsl.com (amavisd-new); dkim=pass (1024-bit key) header.d=github.com
Received: from mail.ietf.org ([4.31.198.44]) by localhost (ietfa.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id DvRw9UUwzAhy for <quic-issues@ietfa.amsl.com>; Wed, 23 Jan 2019 07:37:25 -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 38E9112426A for <quic-issues@ietf.org>; Wed, 23 Jan 2019 07:37:25 -0800 (PST)
Date: Wed, 23 Jan 2019 07:37:24 -0800
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1548257844; bh=S4uXS2O8PMWkJge9d2Sjf/Ev4AwEFXj5mlQu3suGg7o=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=p7A+FaAv8BrVVBCaD0RrlIzV0uguDL3we1YkenD8xMowP3p96xk+TCK0bqiAmL0i4 FwJPZeE7h0v6CrBGG+xulBbhbrj/Igd1jTu1520jebu+C95StetyFYjxKSjaG5C/s4 R+j/aKJL4MCNbAnoslBNJdcKVzOx3jISPHgro40o=
From: =?UTF-8?B?QmVuY2UgQsOpa3k=?= <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+0166e4ababbd3628c3cea966139cb4894c437d1e43fe713292cf0000000118604c3492a169ce17789f4f@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/pull/2250/c456848310@github.com>
In-Reply-To: <quicwg/base-drafts/pull/2250@github.com>
References: <quicwg/base-drafts/pull/2250@github.com>
Subject: Re: [quicwg/base-drafts] Call Largest Reference on the wire something else. (#2250)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5c488a3444555_572c3fdf64ed45bc268639"; 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/9rcEkbtEPJA99JKPgbnsnXzzwAI>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
List-Id: Notification list for GitHub issues related to the QUIC WG <quic-issues.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=unsubscribe>
List-Archive: <https://mailarchive.ietf.org/arch/browse/quic-issues/>
List-Post: <mailto:quic-issues@ietf.org>
List-Help: <mailto:quic-issues-request@ietf.org?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, 23 Jan 2019 15:37:27 -0000

----==_mimepart_5c488a3444555_572c3fdf64ed45bc268639
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

This PR was obsoleted by #2111.

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/quicwg/base-drafts/pull/2250#issuecomment-456848310
----==_mimepart_5c488a3444555_572c3fdf64ed45bc268639
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

<p>This PR was obsoleted by <a class="issue-link js-issue-link" data-error-text="Failed to load issue title" data-id="389623523" data-permission-text="Issue title is private" data-url="https://github.com/quicwg/base-drafts/issues/2111" data-hovercard-type="pull_request" data-hovercard-url="/quicwg/base-drafts/pull/2111/hovercard" href="https://github.com/quicwg/base-drafts/pull/2111">#2111</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/2250#issuecomment-456848310">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AWbkq1oemUE4NqeMqCXU01q2BGitbAzsks5vGIG0gaJpZM4Zf_fN">mute the thread</a>.<img src="https://github.com/notifications/beacon/AWbkq7AYmhdRD17ejU7HPHVk8WcdJ_Nbks5vGIG0gaJpZM4Zf_fN.gif" height="1" width="1" alt="" /></p>
<script type="application/json" data-scope="inboxmarkup">{"api_version":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name":"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"https://github.githubassets.com/images/email/message_cards/header.png","avatar_image_url":"https://github.githubassets.com/images/email/message_cards/avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/quicwg/base-drafts"}},"updates":{"snippets":[{"icon":"PERSON","message":"@bencebeky in #2250: This PR was obsoleted by #2111."}],"action":{"name":"View Pull Request","url":"https://github.com/quicwg/base-drafts/pull/2250#issuecomment-456848310"}}}</script>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/pull/2250#issuecomment-456848310",
"url": "https://github.com/quicwg/base-drafts/pull/2250#issuecomment-456848310",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>
----==_mimepart_5c488a3444555_572c3fdf64ed45bc268639--


From nobody Wed Jan 23 07:53:16 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 878A912DD85 for <quic-issues@ietfa.amsl.com>; Wed, 23 Jan 2019 07:53:14 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -7.553
X-Spam-Level: 
X-Spam-Status: No, score=-7.553 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIMWL_WL_HIGH=-4.553, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-1, RCVD_IN_DNSWL_NONE=-0.0001, SPF_PASS=-0.001] autolearn=ham autolearn_force=no
Authentication-Results: ietfa.amsl.com (amavisd-new); dkim=pass (1024-bit key) header.d=github.com
Received: from mail.ietf.org ([4.31.198.44]) by localhost (ietfa.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id AyJf3sH-vgc7 for <quic-issues@ietfa.amsl.com>; Wed, 23 Jan 2019 07:53:12 -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 A1497124C04 for <quic-issues@ietf.org>; Wed, 23 Jan 2019 07:53:12 -0800 (PST)
DKIM-Signature: v=1; a=rsa-sha1; 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=M9QtAub0vsF1XLCVOT0IG/sZ7Xo=; b=jdHlbD3eW02EqhqN LPEN5NZXb0w0DiSx1ytZ2y4eedU2WW8Ub9Gi2N43nni5oNQ4MRRfigHhbv+9UKIz zOUFb22/Zh5zbs3I6YfZQx+u2r9GBP2zBacbOZt5rZ/Ww3toaTgBcF21Zf7UEFCj vg3IuIttsf6UltvXWQhcCfucf+k=
Received: by filter0356p1iad2.sendgrid.net with SMTP id filter0356p1iad2-18739-5C488DE6-A 2019-01-23 15:53:10.512540738 +0000 UTC m=+389540.019561094
Received: from github-lowworker-baaab27.cp1-iad.github.net (unknown [192.30.252.33]) by ismtpd0002p1iad1.sendgrid.net (SG) with ESMTP id IyKRm9TMQvCXlKJmIrsXOw for <quic-issues@ietf.org>; Wed, 23 Jan 2019 15:53:10.393 +0000 (UTC)
Received: from github.com (localhost [127.0.0.1]) by github-lowworker-baaab27.cp1-iad.github.net (Postfix) with ESMTP id 5B496803AF for <quic-issues@ietf.org>; Wed, 23 Jan 2019 07:53:10 -0800 (PST)
Date: Wed, 23 Jan 2019 15:53:11 +0000 (UTC)
From: Nick Banks <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+0166e4ab106f7f175f1a16a85c7d55f470bc29dfca950b5a92cf0000000118604fe692a169ce17fab1f6@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/pull/2365@github.com>
Subject: [quicwg/base-drafts] Persistent Congestion Time Threshold (#2365)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5c488de659b9e_69c13f90accd45c0111923"; 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
X-SG-EID: l64QuQ2uJCcEyUykJbxN122A6QRmEpucztpreh3Pak3npUIIz9p2kJJCe1DcM8Dq3cRI8wYxHty04K y2eIgmGFlIPnS0MrfPk/MXAeM3NJlNfUA9Rk0pJOdM6s7/0bc//X1/Ayx2JxAmU+XHFh9p+b+KG9Rk sQxYKlSlVZ+DHnB/rinJrQp6UL4hPnIWNCQfMDNnySto8CSvkuoukqEGq58qHjZw8F1QTV8GsASF5k U=
Archived-At: <https://mailarchive.ietf.org/arch/msg/quic-issues/Dsg3ONBNHdnn-uUNb-yzbuGYha0>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
List-Id: Notification list for GitHub issues related to the QUIC WG <quic-issues.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=unsubscribe>
List-Archive: <https://mailarchive.ietf.org/arch/browse/quic-issues/>
List-Post: <mailto:quic-issues@ietf.org>
List-Help: <mailto:quic-issues-request@ietf.org?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, 23 Jan 2019 15:53:15 -0000

----==_mimepart_5c488de659b9e_69c13f90accd45c0111923
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

Updates the persistent congestion logic to be time based instead of PTO count based, to account for the cases where PTOs don't actually occur.

This is the simplest change I could come up with that fixes the main issue, though I think a completely separate timer would still be better than piggy-backing off the `CongestionEvent`. For instance, in the case the app is periodically sending (and therefore no PTOs occur), if the ACK eventually comes much later than when persistent congestion occurs (or should occur) the CC window only decreases when the ACK arrives; not when persistent congestion started. If you have a separate timer for persistent congestion the window could be reduced immediately instead of waiting for the ACK. For now, though, I chose to go with the simpler change/solution that still mostly gets the job done.
You can view, comment on, or merge this pull request online at:

  https://github.com/quicwg/base-drafts/pull/2365

-- Commit Summary --

  * Persistent Congestion Time Threshold

-- File Changes --

    M draft-ietf-quic-recovery.md (40)

-- Patch Links --

https://github.com/quicwg/base-drafts/pull/2365.patch
https://github.com/quicwg/base-drafts/pull/2365.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/2365

----==_mimepart_5c488de659b9e_69c13f90accd45c0111923
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

<p>Updates the persistent congestion logic to be time based instead of PTO count based, to account for the cases where PTOs don't actually occur.</p>
<p>This is the simplest change I could come up with that fixes the main issue, though I think a completely separate timer would still be better than piggy-backing off the <code>CongestionEvent</code>. For instance, in the case the app is periodically sending (and therefore no PTOs occur), if the ACK eventually comes much later than when persistent congestion occurs (or should occur) the CC window only decreases when the ACK arrives; not when persistent congestion started. If you have a separate timer for persistent congestion the window could be reduced immediately instead of waiting for the ACK. For now, though, I chose to go with the simpler change/solution that still mostly gets the job done.</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/2365'>https://github.com/quicwg/base-drafts/pull/2365</a></p>

<h4>Commit Summary</h4>
<ul>
  <li>Persistent Congestion Time Threshold</li>
</ul>

<h4>File Changes</h4>
<ul>
  <li>
    <strong>M</strong>
    <a href="https://github.com/quicwg/base-drafts/pull/2365/files#diff-0">draft-ietf-quic-recovery.md</a>
    (40)
  </li>
</ul>

<h4>Patch Links:</h4>
<ul>
  <li><a href='https://github.com/quicwg/base-drafts/pull/2365.patch'>https://github.com/quicwg/base-drafts/pull/2365.patch</a></li>
  <li><a href='https://github.com/quicwg/base-drafts/pull/2365.diff'>https://github.com/quicwg/base-drafts/pull/2365.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/2365">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AWbkq6Njf_eV1lcyhIYqdop4DDrsMnSyks5vGIVmgaJpZM4aPEwB">mute the thread</a>.<img src="https://github.com/notifications/beacon/AWbkq0yqAy4CKx2hxdfE2hBBml6ADx2xks5vGIVmgaJpZM4aPEwB.gif" height="1" width="1" alt="" /></p>
<script type="application/json" data-scope="inboxmarkup">{"api_version":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name":"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"https://github.githubassets.com/images/email/message_cards/header.png","avatar_image_url":"https://github.githubassets.com/images/email/message_cards/avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/quicwg/base-drafts"}},"updates":{"snippets":[{"icon":"DESCRIPTION","message":"Persistent Congestion Time Threshold (#2365)"}],"action":{"name":"View Pull Request","url":"https://github.com/quicwg/base-drafts/pull/2365"}}}</script>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/pull/2365",
"url": "https://github.com/quicwg/base-drafts/pull/2365",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>

----==_mimepart_5c488de659b9e_69c13f90accd45c0111923--


From nobody Wed Jan 23 08:18: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 CBEFB130E8C for <quic-issues@ietfa.amsl.com>; Wed, 23 Jan 2019 08:18:29 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -10.17
X-Spam-Level: 
X-Spam-Status: No, score=-10.17 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIMWL_WL_HIGH=-4.553, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, FROM_EXCESS_BASE64=0.979, HTML_IMAGE_ONLY_28=1.404, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-1, RCVD_IN_DNSWL_HI=-5, SPF_PASS=-0.001] autolearn=ham autolearn_force=no
Authentication-Results: ietfa.amsl.com (amavisd-new); dkim=pass (1024-bit key) header.d=github.com
Received: from mail.ietf.org ([4.31.198.44]) by localhost (ietfa.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id eVqWhM7rK1MQ for <quic-issues@ietfa.amsl.com>; Wed, 23 Jan 2019 08:18: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 D2EBF130E98 for <quic-issues@ietf.org>; Wed, 23 Jan 2019 08:18:25 -0800 (PST)
Date: Wed, 23 Jan 2019 08:18:24 -0800
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1548260304; bh=+HaUMY9xrsT8jzrIjiwBpsJiJGmbXPVptAQ1M/uetV4=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=kMXHNp7c8t8c76ol5yRxGO+XjpoNEFmDS074IFnv4nm9EiIG3ysNc7oqfcyMPOFEN ILHmk/0+ZA+E9MQiihbvYXLUL2B3MxLkBQki0IIENergzIpnN2NeUaEJsV2yLqKQfh j9gucQXtoaXmU1ALtxYt4RMPzA9K8g+OGOOc2NhM=
From: =?UTF-8?B?QmVuY2UgQsOpa3k=?= <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+0166e4abd82a6fef555673fd9b20fa14992521dff9c96e1b92cf00000001186055d092a169ce177f2f28@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/pull/2261/c456865100@github.com>
In-Reply-To: <quicwg/base-drafts/pull/2261@github.com>
References: <quicwg/base-drafts/pull/2261@github.com>
Subject: Re: [quicwg/base-drafts] Clarify when a dynamic table entry can be evicted. (#2261)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5c4893d0dcfb2_69083f9b134d45c046375a"; 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/qV4x7TIS8qMAVRgmRxXXchfHPKY>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
List-Id: Notification list for GitHub issues related to the QUIC WG <quic-issues.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=unsubscribe>
List-Archive: <https://mailarchive.ietf.org/arch/browse/quic-issues/>
List-Post: <mailto:quic-issues@ietf.org>
List-Help: <mailto:quic-issues-request@ietf.org?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, 23 Jan 2019 16:18:30 -0000

----==_mimepart_5c4893d0dcfb2_69083f9b134d45c046375a
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

Rebased on #2111.  Please let me know if anybody can come up with a term better than "blocking" which is confusing given that streams can be "blocked".

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/quicwg/base-drafts/pull/2261#issuecomment-456865100
----==_mimepart_5c4893d0dcfb2_69083f9b134d45c046375a
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

<p>Rebased on <a class="issue-link js-issue-link" data-error-text="Failed to load issue title" data-id="389623523" data-permission-text="Issue title is private" data-url="https://github.com/quicwg/base-drafts/issues/2111" data-hovercard-type="pull_request" data-hovercard-url="/quicwg/base-drafts/pull/2111/hovercard" href="https://github.com/quicwg/base-drafts/pull/2111">#2111</a>.  Please let me know if anybody can come up with a term better than "blocking" which is confusing given that streams can be "blocked".</p>

<p style="font-size:small;-webkit-text-size-adjust:none;color:#666;">&mdash;<br />You are receiving this because you are subscribed to this thread.<br />Reply to this email directly, <a href="https://github.com/quicwg/base-drafts/pull/2261#issuecomment-456865100">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AWbkq5N7qcI4Z5BVCAx1zzhcf_P5Ro7cks5vGItQgaJpZM4Zh8iw">mute the thread</a>.<img src="https://github.com/notifications/beacon/AWbkq3KG4LRRO3tVhWSD0VewMU8jLY2gks5vGItQgaJpZM4Zh8iw.gif" height="1" width="1" alt="" /></p>
<script type="application/json" data-scope="inboxmarkup">{"api_version":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name":"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"https://github.githubassets.com/images/email/message_cards/header.png","avatar_image_url":"https://github.githubassets.com/images/email/message_cards/avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/quicwg/base-drafts"}},"updates":{"snippets":[{"icon":"PERSON","message":"@bencebeky in #2261: Rebased on #2111.  Please let me know if anybody can come up with a term better than \"blocking\" which is confusing given that streams can be \"blocked\"."}],"action":{"name":"View Pull Request","url":"https://github.com/quicwg/base-drafts/pull/2261#issuecomment-456865100"}}}</script>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/pull/2261#issuecomment-456865100",
"url": "https://github.com/quicwg/base-drafts/pull/2261#issuecomment-456865100",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>
----==_mimepart_5c4893d0dcfb2_69083f9b134d45c046375a--


From nobody Wed Jan 23 08:19:19 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 E31BA130EE9 for <quic-issues@ietfa.amsl.com>; Wed, 23 Jan 2019 08:19:18 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -5.17
X-Spam-Level: 
X-Spam-Status: No, score=-5.17 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIMWL_WL_HIGH=-4.553, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, FROM_EXCESS_BASE64=0.979, HTML_IMAGE_ONLY_28=1.404, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-1, RCVD_IN_DNSWL_NONE=-0.0001, SPF_PASS=-0.001] autolearn=ham autolearn_force=no
Authentication-Results: ietfa.amsl.com (amavisd-new); dkim=pass (1024-bit key) header.d=github.com
Received: from mail.ietf.org ([4.31.198.44]) by localhost (ietfa.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id tvd2UI9FYdUp for <quic-issues@ietfa.amsl.com>; Wed, 23 Jan 2019 08:19:17 -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 D03CB130EC3 for <quic-issues@ietf.org>; Wed, 23 Jan 2019 08:19:16 -0800 (PST)
DKIM-Signature: v=1; a=rsa-sha1; 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=8JB1CRVEIJS62Czjio8sq3aP5xI=; b=RVK0YcqWkM/bVv7/ CU2d0lvEa/QtsIPVGtyCWv4KEeQxTjpjb3enbW91Pepl5fU6IJXm41tm5XnAYYE+ te2nJSGuzJm1KQHFLdtKh5JyqS+UbeX8bcJjwwvm5IE6amk01UXgbe7M7Yz1Idn+ Qg70x12ovaaSGNJ4WNDg+qf7bqc=
Received: by filter1806p1mdw1.sendgrid.net with SMTP id filter1806p1mdw1-4018-5C489402-4 2019-01-23 16:19:14.085185344 +0000 UTC m=+398493.344751348
Received: from github-lowworker-c7d2ff2.cp1-iad.github.net (unknown [192.30.252.32]) by ismtpd0040p1iad2.sendgrid.net (SG) with ESMTP id ZIcmAgBNQgC3y1Wue-AO_Q for <quic-issues@ietf.org>; Wed, 23 Jan 2019 16:19:13.935 +0000 (UTC)
Received: from github.com (localhost [127.0.0.1]) by github-lowworker-c7d2ff2.cp1-iad.github.net (Postfix) with ESMTP id EAE274C0378 for <quic-issues@ietf.org>; Wed, 23 Jan 2019 08:19:13 -0800 (PST)
Date: Wed, 23 Jan 2019 16:19:14 +0000 (UTC)
From: =?UTF-8?B?QmVuY2UgQsOpa3k=?= <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+0166e4ab32830cca93c6925f00517614dd41db6b595ee5d392cf000000011860560192a169ce177f2f28@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/pull/2261/review/195611281@github.com>
In-Reply-To: <quicwg/base-drafts/pull/2261@github.com>
References: <quicwg/base-drafts/pull/2261@github.com>
Subject: Re: [quicwg/base-drafts] Clarify when a dynamic table entry can be evicted. (#2261)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5c489401e8b73_73283fd4190d45bc2389e7"; 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
X-SG-EID: l64QuQ2uJCcEyUykJbxN122A6QRmEpucztpreh3Pak1s/1Xo+HQy+yqyieDkYkmnIetDMbLPC7A0vQ o30e7CU0csqOJsztRyfNj07/mbgXWbg3juy/kEvnTDLYEHhVrYErpZWwm+hcf5QM32fPKrWemMeUJ4 XrglnATaAKQnOncPG6prh1TDMhu1l4R3o1HomYvLRfQsKJA7RCYhpXp086+6I48y2rTF7i+BX2vKrT I=
Archived-At: <https://mailarchive.ietf.org/arch/msg/quic-issues/vaGSDWXbcqyAc0mdMD7CPl9J3rw>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
List-Id: Notification list for GitHub issues related to the QUIC WG <quic-issues.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=unsubscribe>
List-Archive: <https://mailarchive.ietf.org/arch/browse/quic-issues/>
List-Post: <mailto:quic-issues@ietf.org>
List-Help: <mailto:quic-issues-request@ietf.org?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, 23 Jan 2019 16:19:19 -0000

----==_mimepart_5c489401e8b73_73283fd4190d45bc2389e7
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

bencebeky commented on this pull request.



> @@ -324,10 +332,9 @@ permit the encoder to track the decoder's state.  These events are:
 
 Knowledge that a header block with references to the dynamic table has been
 processed permits the encoder to evict entries to which no unacknowledged
-references remain, regardless of whether those references were potentially
-blocking (see {{blocked-insertion}}).  When a stream is reset or abandoned, the

This makes no sense: every unacknowledged reference is blocking eviction.

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/quicwg/base-drafts/pull/2261#pullrequestreview-195611281
----==_mimepart_5c489401e8b73_73283fd4190d45bc2389e7
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/2261#discussion_r250266170">draft-ietf-quic-qpack.md</a>:</p>
<pre style='color:#555'>&gt; @@ -324,10 +332,9 @@ permit the encoder to track the decoder&#39;s state.  These events are:
 
 Knowledge that a header block with references to the dynamic table has been
 processed permits the encoder to evict entries to which no unacknowledged
-references remain, regardless of whether those references were potentially
-blocking (see {{blocked-insertion}}).  When a stream is reset or abandoned, the
</pre>
<p>This makes no sense: every unacknowledged reference is blocking eviction.</p>

<p style="font-size:small;-webkit-text-size-adjust:none;color:#666;">&mdash;<br />You are receiving this because you are subscribed to this thread.<br />Reply to this email directly, <a href="https://github.com/quicwg/base-drafts/pull/2261#pullrequestreview-195611281">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AWbkqxs6TRb5tOXU6CXFBxnOiZxjsnCqks5vGIuBgaJpZM4Zh8iw">mute the thread</a>.<img src="https://github.com/notifications/beacon/AWbkq23sg5DuuTyzLcJ0RIFJRSk0UDXGks5vGIuBgaJpZM4Zh8iw.gif" height="1" width="1" alt="" /></p>
<script type="application/json" data-scope="inboxmarkup">{"api_version":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name":"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"https://github.githubassets.com/images/email/message_cards/header.png","avatar_image_url":"https://github.githubassets.com/images/email/message_cards/avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/quicwg/base-drafts"}},"updates":{"snippets":[{"icon":"PERSON","message":"@bencebeky commented on #2261"}],"action":{"name":"View Pull Request","url":"https://github.com/quicwg/base-drafts/pull/2261#pullrequestreview-195611281"}}}</script>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/pull/2261#pullrequestreview-195611281",
"url": "https://github.com/quicwg/base-drafts/pull/2261#pullrequestreview-195611281",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>
----==_mimepart_5c489401e8b73_73283fd4190d45bc2389e7--


From nobody Wed Jan 23 08:27:12 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 C8FA2130E97 for <quic-issues@ietfa.amsl.com>; Wed, 23 Jan 2019 08:27:10 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -6.573
X-Spam-Level: 
X-Spam-Status: No, score=-6.573 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIMWL_WL_HIGH=-4.553, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, FROM_EXCESS_BASE64=0.979, HTML_IMAGE_ONLY_32=0.001, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-1, RCVD_IN_DNSWL_NONE=-0.0001, SPF_PASS=-0.001] autolearn=ham autolearn_force=no
Authentication-Results: ietfa.amsl.com (amavisd-new); dkim=pass (1024-bit key) header.d=github.com
Received: from mail.ietf.org ([4.31.198.44]) by localhost (ietfa.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id OEx76WlDeGWt for <quic-issues@ietfa.amsl.com>; Wed, 23 Jan 2019 08:27:09 -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 0431B130E7D for <quic-issues@ietf.org>; Wed, 23 Jan 2019 08:27:08 -0800 (PST)
DKIM-Signature: v=1; a=rsa-sha1; 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=1PEaOD59Zvfi5ATU2+c9Pr5zlqE=; b=OQ/KuMTm6Iw75cmq A9nWypPHMqdkgN14FVeKN5vxeC/NYmOIFaSrxST00YyUxMl7fjBTjM9htpp0kLaq X5xRxeCwb0WgjOlX3od7ISZ5WCL/cgrUQqMkm6rE/gJfMANu9GkW0OStgKcnBMu6 EzHjOB7hgu2CQNvBcMjZItKWQgc=
Received: by filter1606p1mdw1.sendgrid.net with SMTP id filter1606p1mdw1-3111-5C4895DC-3 2019-01-23 16:27:08.037503439 +0000 UTC m=+463823.358226156
Received: from github-lowworker-0b1e58d.cp1-iad.github.net (unknown [192.30.252.43]) by ismtpd0039p1iad1.sendgrid.net (SG) with ESMTP id XU3Cs3LIRH6hxnYSD2ui8Q for <quic-issues@ietf.org>; Wed, 23 Jan 2019 16:27:07.924 +0000 (UTC)
Received: from github.com (localhost [127.0.0.1]) by github-lowworker-0b1e58d.cp1-iad.github.net (Postfix) with ESMTP id E0B353E0C60 for <quic-issues@ietf.org>; Wed, 23 Jan 2019 08:27:07 -0800 (PST)
Date: Wed, 23 Jan 2019 16:27:08 +0000 (UTC)
From: =?UTF-8?B?QmVuY2UgQsOpa3k=?= <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+0166e4ab0bb48b41e7563c64587ffcd03dd90c1af8913cea92cf00000001186057db92a169ce17faf23c@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/pull/2366@github.com>
Subject: [quicwg/base-drafts] Bikeshed Required Insert Count encoding. (#2366)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5c4895dbdf093_2f2c3f8ef6cd45b4351559"; 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
X-SG-EID: l64QuQ2uJCcEyUykJbxN122A6QRmEpucztpreh3Pak1M/CB4iI0dOzytL+aZkSuxFcO5Oo0xuL20sR mcOIm2vtFxo3C2by2aBPX13RSlmlnj6/GFf1LAE9XupM63lb2VaFMgKL2u5KqlWLbEvlpLPeNFYzxO iSAzfGzXkY8jRXBvUjcC/kCk+OANINtrz8mpUSyQ8itAPADsNR4/OgZq0m+f04ox/6Bj/uni9iUydT I=
Archived-At: <https://mailarchive.ietf.org/arch/msg/quic-issues/nvQakJYE5Q8AFcYZrRreQwQNKVw>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
List-Id: Notification list for GitHub issues related to the QUIC WG <quic-issues.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=unsubscribe>
List-Archive: <https://mailarchive.ietf.org/arch/browse/quic-issues/>
List-Post: <mailto:quic-issues@ietf.org>
List-Help: <mailto:quic-issues-request@ietf.org?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, 23 Jan 2019 16:27:11 -0000

----==_mimepart_5c4895dbdf093_2f2c3f8ef6cd45b4351559
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

1. This makes the encoding and decoding pseudo-code more symmetric.
2. "Alternatively" might not be the best word here, because it might imply that the implementation has a choice.
3. In a section about encoding Required Insert Count, it is more pure to talk about Required Insert Count being zero than to talk about whether references are made to the dynamic table.
You can view, comment on, or merge this pull request online at:

  https://github.com/quicwg/base-drafts/pull/2366

-- Commit Summary --

  * Bikeshed Required Insert Count encoding.

-- File Changes --

    M draft-ietf-quic-qpack.md (9)

-- Patch Links --

https://github.com/quicwg/base-drafts/pull/2366.patch
https://github.com/quicwg/base-drafts/pull/2366.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/2366

----==_mimepart_5c4895dbdf093_2f2c3f8ef6cd45b4351559
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

<ol>
<li>This makes the encoding and decoding pseudo-code more symmetric.</li>
<li>"Alternatively" might not be the best word here, because it might imply that the implementation has a choice.</li>
<li>In a section about encoding Required Insert Count, it is more pure to talk about Required Insert Count being zero than to talk about whether references are made to the dynamic table.</li>
</ol>

<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/2366'>https://github.com/quicwg/base-drafts/pull/2366</a></p>

<h4>Commit Summary</h4>
<ul>
  <li>Bikeshed Required Insert Count encoding.</li>
</ul>

<h4>File Changes</h4>
<ul>
  <li>
    <strong>M</strong>
    <a href="https://github.com/quicwg/base-drafts/pull/2366/files#diff-0">draft-ietf-quic-qpack.md</a>
    (9)
  </li>
</ul>

<h4>Patch Links:</h4>
<ul>
  <li><a href='https://github.com/quicwg/base-drafts/pull/2366.patch'>https://github.com/quicwg/base-drafts/pull/2366.patch</a></li>
  <li><a href='https://github.com/quicwg/base-drafts/pull/2366.diff'>https://github.com/quicwg/base-drafts/pull/2366.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/2366">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AWbkq3pjnt47OShLvxY-1-zYrQwE1Wwnks5vGI1bgaJpZM4aPJYD">mute the thread</a>.<img src="https://github.com/notifications/beacon/AWbkq3y5UywESwVjbKZeZ27TnqrQR6Riks5vGI1bgaJpZM4aPJYD.gif" height="1" width="1" alt="" /></p>
<script type="application/json" data-scope="inboxmarkup">{"api_version":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name":"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"https://github.githubassets.com/images/email/message_cards/header.png","avatar_image_url":"https://github.githubassets.com/images/email/message_cards/avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/quicwg/base-drafts"}},"updates":{"snippets":[{"icon":"DESCRIPTION","message":"Bikeshed Required Insert Count encoding. (#2366)"}],"action":{"name":"View Pull Request","url":"https://github.com/quicwg/base-drafts/pull/2366"}}}</script>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/pull/2366",
"url": "https://github.com/quicwg/base-drafts/pull/2366",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>

----==_mimepart_5c4895dbdf093_2f2c3f8ef6cd45b4351559--


From nobody Wed Jan 23 08:29: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 048C5130E97 for <quic-issues@ietfa.amsl.com>; Wed, 23 Jan 2019 08:29:24 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -10.935
X-Spam-Level: 
X-Spam-Status: No, score=-10.935 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIMWL_WL_HIGH=-4.553, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, HTML_IMAGE_ONLY_24=1.618, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-1, RCVD_IN_DNSWL_HI=-5, SPF_PASS=-0.001] autolearn=ham autolearn_force=no
Authentication-Results: ietfa.amsl.com (amavisd-new); dkim=pass (1024-bit key) header.d=github.com
Received: from mail.ietf.org ([4.31.198.44]) by localhost (ietfa.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id eXspe8Uuc_gi for <quic-issues@ietfa.amsl.com>; Wed, 23 Jan 2019 08:29: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 984FB130E7C for <quic-issues@ietf.org>; Wed, 23 Jan 2019 08:29:22 -0800 (PST)
Date: Wed, 23 Jan 2019 08:29:21 -0800
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1548260961; bh=2oY1Gio97xMwDlycePgx7htlvZo4DLq0iOgNtNcr3Fw=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=BqOl7m8OW0ka1FHW4eQZ3RDBLIoZdVl8fbaiKynEwHFNaiZOFmh1EyLvxunFqR92y 7g5edGCQz+O7O4lYhtI0B+HDOwI+LBsNdraULH0Kc5XHaQEDyY2tEtu6WbK8ctr1Cx Ios36Ba+Jq7SUYydcKo/q/NpvjfT4ANWqPwstKL8=
From: Robin Marx <notifications@github.com>
Reply-To: quicwg/wg-materials <noreply@github.com>
To: quicwg/wg-materials <wg-materials@noreply.github.com>
Cc: Push <push@noreply.github.com>
Message-ID: <quicwg/wg-materials/pull/99/push/3236942549@github.com>
In-Reply-To: <quicwg/wg-materials/pull/99@github.com>
References: <quicwg/wg-materials/pull/99@github.com>
Subject: Re: [quicwg/wg-materials] Add remote debugging session info (#99)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5c489661bf3a8_2f7b3fae12ad45bc39377"; charset=UTF-8
Content-Transfer-Encoding: 7bit
Precedence: list
X-GitHub-Sender: rmarx
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/FOMAcMge67CMLqjRbsv8oNLD5u4>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
List-Id: Notification list for GitHub issues related to the QUIC WG <quic-issues.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=unsubscribe>
List-Archive: <https://mailarchive.ietf.org/arch/browse/quic-issues/>
List-Post: <mailto:quic-issues@ietf.org>
List-Help: <mailto:quic-issues-request@ietf.org?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, 23 Jan 2019 16:29:24 -0000

----==_mimepart_5c489661bf3a8_2f7b3fae12ad45bc39377
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

@rmarx pushed 1 commit.

f490794480e1a99c63df032c1713ec8822702e75  Move logging proposal to As Time Permits


-- 
You are receiving this because you are subscribed to this thread.
View it on GitHub:
https://github.com/quicwg/wg-materials/pull/99/files/5c9f16314e3f39b34b523b9a1761aac9bbf60195..f490794480e1a99c63df032c1713ec8822702e75

----==_mimepart_5c489661bf3a8_2f7b3fae12ad45bc39377
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

<p><a href="https://github.com/rmarx" class="user-mention">@rmarx</a> pushed 1 commit.</p>

<ul>
  <li><a class="commit-link" href="https://github.com/quicwg/wg-materials/commit/f490794480e1a99c63df032c1713ec8822702e75">f490794</a>  Move logging proposal to As Time Permits</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/wg-materials/pull/99/files/5c9f16314e3f39b34b523b9a1761aac9bbf60195..f490794480e1a99c63df032c1713ec8822702e75">View it on GitHub</a> or <a href="https://github.com/notifications/unsubscribe-auth/AWbkqwudyIABQTLbgzvBIhB9jgEvgk5wks5vGI3hgaJpZM4aM60P">mute the thread</a>.<img src="https://github.com/notifications/beacon/AWbkq7LPmGMpfNYrl6REoVkpKH5Nf6sfks5vGI3hgaJpZM4aM60P.gif" height="1" width="1" alt="" /></p>
<script type="application/json" data-scope="inboxmarkup">{"api_version":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name":"GitHub"},"entity":{"external_key":"github/quicwg/wg-materials","title":"quicwg/wg-materials","subtitle":"GitHub repository","main_image_url":"https://github.githubassets.com/images/email/message_cards/header.png","avatar_image_url":"https://github.githubassets.com/images/email/message_cards/avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/quicwg/wg-materials"}},"updates":{"snippets":[{"icon":"PERSON","message":"@rmarx pushed 1 commit in #99"}],"action":{"name":"View Pull Request","url":"https://github.com/quicwg/wg-materials/pull/99/files/5c9f16314e3f39b34b523b9a1761aac9bbf60195..f490794480e1a99c63df032c1713ec8822702e75"}}}</script>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/wg-materials/pull/99/files/5c9f16314e3f39b34b523b9a1761aac9bbf60195..f490794480e1a99c63df032c1713ec8822702e75",
"url": "https://github.com/quicwg/wg-materials/pull/99/files/5c9f16314e3f39b34b523b9a1761aac9bbf60195..f490794480e1a99c63df032c1713ec8822702e75",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>

----==_mimepart_5c489661bf3a8_2f7b3fae12ad45bc39377--


From nobody Wed Jan 23 09:04:02 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 E1597130EA8 for <quic-issues@ietfa.amsl.com>; Wed, 23 Jan 2019 09:04:00 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -6.149
X-Spam-Level: 
X-Spam-Status: No, score=-6.149 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIMWL_WL_HIGH=-4.553, 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_PASS=-0.001] autolearn=ham autolearn_force=no
Authentication-Results: ietfa.amsl.com (amavisd-new); dkim=pass (1024-bit key) header.d=github.com
Received: from mail.ietf.org ([4.31.198.44]) by localhost (ietfa.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 2MpJUr1hhJsn for <quic-issues@ietfa.amsl.com>; Wed, 23 Jan 2019 09:03:59 -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 300BD130E96 for <quic-issues@ietf.org>; Wed, 23 Jan 2019 09:03:59 -0800 (PST)
DKIM-Signature: v=1; a=rsa-sha1; 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=0FxCGCJZpue0LJniyOtlbFZpBSQ=; b=lG1Qk3lEc3uV2xhf s/kaHkOF7kbXOHtwSzv58m80AO4wSkpV3waywlTo+w6el8Jhak2jxJKVOtX4BtNG QH90VkTSceh69gNyGH9UeFGrjvfKN2xvUg+yvoMfMoQXsNu68AKQ7Lj6VaCvuaGj vdsj+qNkEe+WjtT73z4Y/KjYviE=
Received: by filter1362p1mdw1.sendgrid.net with SMTP id filter1362p1mdw1-27005-5C489E7E-4 2019-01-23 17:03:58.238077895 +0000 UTC m=+750576.015051382
Received: from github-lowworker-56a5eb2.cp1-iad.github.net (unknown [192.30.252.33]) by ismtpd0016p1iad2.sendgrid.net (SG) with ESMTP id jLmCISh9QqiXzCWYR_EWrg for <quic-issues@ietf.org>; Wed, 23 Jan 2019 17:03:58.077 +0000 (UTC)
Received: from github.com (localhost [127.0.0.1]) by github-lowworker-56a5eb2.cp1-iad.github.net (Postfix) with ESMTP id EE9B8C00DD for <quic-issues@ietf.org>; Wed, 23 Jan 2019 09:03:57 -0800 (PST)
Date: Wed, 23 Jan 2019 17:03:58 +0000 (UTC)
From: David Schinazi <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+0166e4ab902b5632bc1bdeea9ce15dc6081e130f42bf3dc392cf000000011860607d92a169ce17fb36a2@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/issues/2367@github.com>
Subject: [quicwg/base-drafts] Text banning post-handshake client auth is unclear (#2367)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5c489e7ded4e5_561a3f9b890d45bc3169a8"; 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
X-SG-EID: l64QuQ2uJCcEyUykJbxN122A6QRmEpucztpreh3Pak3ayBhu3uqzZZ5+qZqpxXqhiRMeCNMlMI97eh OnKhcpg3gcAkTLaw+CDsnj1Ygf7xT75de08/kU51Qpop3lmA2MNR1DTFPByYDXK79FZcFceFH2es3S Cn9h6mGB20t2iVd0nOB1x07TdqJeepqFPR46Bdfbn9LPeRmvxBtVlAxjaQSyry7uQy6F7mypOL95TG U=
Archived-At: <https://mailarchive.ietf.org/arch/msg/quic-issues/4cBJ8ID8yTgWa8-HA4r7DL0TpEs>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
List-Id: Notification list for GitHub issues related to the QUIC WG <quic-issues.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=unsubscribe>
List-Archive: <https://mailarchive.ietf.org/arch/browse/quic-issues/>
List-Post: <mailto:quic-issues@ietf.org>
List-Help: <mailto:quic-issues-request@ietf.org?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, 23 Jan 2019 17:04:01 -0000

----==_mimepart_5c489e7ded4e5_561a3f9b890d45bc3169a8
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

draft-tls section 4.4 (Peer Authentication) states:
> A server MUST NOT use post-handshake client authentication (see Section 4.6.2 of [TLS13]).

This sounds like there are security implications, but what they are is unclear. As a reader of the document, this makes me doubt my understanding of the protocol.

If we don't have a good justification for banning this, we shouldn't be banning it.

(This is me reopening #2294 since that was closed for being a 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/issues/2367
----==_mimepart_5c489e7ded4e5_561a3f9b890d45bc3169a8
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

<p>draft-tls section 4.4 (Peer Authentication) states:</p>
<blockquote>
<p>A server MUST NOT use post-handshake client authentication (see Section 4.6.2 of [TLS13]).</p>
</blockquote>
<p>This sounds like there are security implications, but what they are is unclear. As a reader of the document, this makes me doubt my understanding of the protocol.</p>
<p>If we don't have a good justification for banning this, we shouldn't be banning it.</p>
<p>(This is me reopening <a class="issue-link js-issue-link" data-error-text="Failed to load issue title" data-id="396047663" data-permission-text="Issue title is private" data-url="https://github.com/quicwg/base-drafts/issues/2294" data-hovercard-type="issue" data-hovercard-url="/quicwg/base-drafts/issues/2294/hovercard" href="https://github.com/quicwg/base-drafts/issues/2294">#2294</a> since that was closed for being a 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/issues/2367">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AWbkqyDPYtevf6n9NS9CotrNsfvpnXHEks5vGJX9gaJpZM4aPOSJ">mute the thread</a>.<img src="https://github.com/notifications/beacon/AWbkqwWhJ3tC3WAt2T3ovTJfr4oFDrvrks5vGJX9gaJpZM4aPOSJ.gif" height="1" width="1" alt="" /></p>
<script type="application/json" data-scope="inboxmarkup">{"api_version":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name":"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"https://github.githubassets.com/images/email/message_cards/header.png","avatar_image_url":"https://github.githubassets.com/images/email/message_cards/avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/quicwg/base-drafts"}},"updates":{"snippets":[{"icon":"DESCRIPTION","message":"Text banning post-handshake client auth is unclear (#2367)"}],"action":{"name":"View Issue","url":"https://github.com/quicwg/base-drafts/issues/2367"}}}</script>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/issues/2367",
"url": "https://github.com/quicwg/base-drafts/issues/2367",
"name": "View Issue"
},
"description": "View this Issue on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>
----==_mimepart_5c489e7ded4e5_561a3f9b890d45bc3169a8--


From nobody Wed Jan 23 09: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 7EBDC130EA8 for <quic-issues@ietfa.amsl.com>; Wed, 23 Jan 2019 09:06:12 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -11.149
X-Spam-Level: 
X-Spam-Status: No, score=-11.149 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIMWL_WL_HIGH=-4.553, 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_PASS=-0.001] autolearn=ham autolearn_force=no
Authentication-Results: ietfa.amsl.com (amavisd-new); dkim=pass (1024-bit key) header.d=github.com
Received: from mail.ietf.org ([4.31.198.44]) by localhost (ietfa.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id s7LP-5hB8ePm for <quic-issues@ietfa.amsl.com>; Wed, 23 Jan 2019 09:06: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 E485D12D84C for <quic-issues@ietf.org>; Wed, 23 Jan 2019 09:06:10 -0800 (PST)
Date: Wed, 23 Jan 2019 09:06:09 -0800
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1548263169; bh=9Znuyv5W9Bl4e+xudKhJ7yKPE5b4Qhs9TCtJF1apZ0Q=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=ORzn/Etnj9TS37Ig9Z2X3V26FjuiGCwEQEU82poo0E8+aWwM2J3Ux+UQIoTCWZPBq E0ogOdqE7CFYsnoYSgIeC23XZAA3R56qgO+adBEnCtnfMM/3kDYGvc8YsYIV2oyXvl J4yff4Tq6BGlJnmvSpD2CrkVsM5+9DJaXu8dkG/Q=
From: David Schinazi <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+0166e4abbb72fa3e196c6706321ab5f9d587cc3889d60ffe92cf000000011860610192a169ce179b352f@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/issues/2294/456884593@github.com>
In-Reply-To: <quicwg/base-drafts/issues/2294@github.com>
References: <quicwg/base-drafts/issues/2294@github.com>
Subject: Re: [quicwg/base-drafts] Why must we not use post-handshake client auth? (#2294)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5c489f01ad947_45643fc1466d45c4303510"; 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/wawx5zv1cc7gT7tJTeJgvTkSTHc>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
List-Id: Notification list for GitHub issues related to the QUIC WG <quic-issues.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=unsubscribe>
List-Archive: <https://mailarchive.ietf.org/arch/browse/quic-issues/>
List-Post: <mailto:quic-issues@ietf.org>
List-Help: <mailto:quic-issues-request@ietf.org?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, 23 Jan 2019 17:06:13 -0000

----==_mimepart_5c489f01ad947_45643fc1466d45c4303510
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

@martinthomson please don't close issues without any discussion. I've opened #2367 because I would like to see this resolved.

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/quicwg/base-drafts/issues/2294#issuecomment-456884593
----==_mimepart_5c489f01ad947_45643fc1466d45c4303510
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> please don't close issues without any discussion. I've opened <a class="issue-link js-issue-link" data-error-text="Failed to load issue title" data-id="402339490" data-permission-text="Issue title is private" data-url="https://github.com/quicwg/base-drafts/issues/2367" data-hovercard-type="issue" data-hovercard-url="/quicwg/base-drafts/issues/2367/hovercard" href="https://github.com/quicwg/base-drafts/issues/2367">#2367</a> because I would like to see this resolved.</p>

<p style="font-size:small;-webkit-text-size-adjust:none;color:#666;">&mdash;<br />You are receiving this because you are subscribed to this thread.<br />Reply to this email directly, <a href="https://github.com/quicwg/base-drafts/issues/2294#issuecomment-456884593">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AWbkqz3C2-o_7JfAySAlVeuyQNwRC2nfks5vGJaBgaJpZM4ZsX4O">mute the thread</a>.<img src="https://github.com/notifications/beacon/AWbkq-eN49rj3LfLdcG9YI8hBfEMePpUks5vGJaBgaJpZM4ZsX4O.gif" height="1" width="1" alt="" /></p>
<script type="application/json" data-scope="inboxmarkup">{"api_version":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name":"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"https://github.githubassets.com/images/email/message_cards/header.png","avatar_image_url":"https://github.githubassets.com/images/email/message_cards/avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/quicwg/base-drafts"}},"updates":{"snippets":[{"icon":"PERSON","message":"@DavidSchinazi in #2294: @martinthomson please don't close issues without any discussion. I've opened #2367 because I would like to see this resolved."}],"action":{"name":"View Issue","url":"https://github.com/quicwg/base-drafts/issues/2294#issuecomment-456884593"}}}</script>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/issues/2294#issuecomment-456884593",
"url": "https://github.com/quicwg/base-drafts/issues/2294#issuecomment-456884593",
"name": "View Issue"
},
"description": "View this Issue on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>
----==_mimepart_5c489f01ad947_45643fc1466d45c4303510--


From nobody Wed Jan 23 09:10: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 110AE130EC9 for <quic-issues@ietfa.amsl.com>; Wed, 23 Jan 2019 09:10:34 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -11.573
X-Spam-Level: 
X-Spam-Status: No, score=-11.573 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIMWL_WL_HIGH=-4.553, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, FROM_EXCESS_BASE64=0.979, HTML_IMAGE_ONLY_32=0.001, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-1, RCVD_IN_DNSWL_HI=-5, SPF_PASS=-0.001] autolearn=ham autolearn_force=no
Authentication-Results: ietfa.amsl.com (amavisd-new); dkim=pass (1024-bit key) header.d=github.com
Received: from mail.ietf.org ([4.31.198.44]) by localhost (ietfa.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id NgGszG0YT95M for <quic-issues@ietfa.amsl.com>; Wed, 23 Jan 2019 09:10:32 -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 4DDB2130EBF for <quic-issues@ietf.org>; Wed, 23 Jan 2019 09:10:32 -0800 (PST)
Date: Wed, 23 Jan 2019 09:10:31 -0800
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1548263431; bh=Re23xw54DDSZ398OgUV1Bc6MNhkZQM1bwqzylTGqbT4=; h=Date:From:Reply-To:To:Cc:Subject:List-ID:List-Archive:List-Post: List-Unsubscribe:From; b=KzE91sxgzjEneH/LdtcqGHN3U0Di5mUKBYsEXqjPHyZU2woogFg/T3n2tqe+dvR3f y6qjQP8LHSqWIh8+jBh4mgB8cfbhiv6xjcEnExP4xQe18paquHQAW6kmDLzREiFG1z zkKX/8OVLI0UCwjLffTPoAECzzpNNq32/0v4C7Yo=
From: =?UTF-8?B?QmVuY2UgQsOpa3k=?= <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+0166e4abd75e63cf638bc187368667fc72bab6d6329ad36992cf000000011860620792a169ce17fb417d@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/pull/2368@github.com>
Subject: [quicwg/base-drafts] Clarify when to signal error on incorrect Required Insert Count. (#2368)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5c48a0072eb7_cd13f8f05ad45c0416988"; 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/vmEXbD3e4e2Fnkc5mOqxQ5INvNY>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
List-Id: Notification list for GitHub issues related to the QUIC WG <quic-issues.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=unsubscribe>
List-Archive: <https://mailarchive.ietf.org/arch/browse/quic-issues/>
List-Post: <mailto:quic-issues@ietf.org>
List-Help: <mailto:quic-issues-request@ietf.org?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, 23 Jan 2019 17:10:34 -0000

----==_mimepart_5c48a0072eb7_cd13f8f05ad45c0416988
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

Currently the draft is inconsistent: if the Required Insert Count value in a header block is smaller than dictated by the referenced dynamic table entries, {{overview-hol-avoidance}} says the decoder MAY treat this as a stream error, while {{invalid-references}} says it MUST.  This PR seeks to clarify this.
You can view, comment on, or merge this pull request online at:

  https://github.com/quicwg/base-drafts/pull/2368

-- Commit Summary --

  * Clarify when to signal error on incorrect Required Insert Count.

-- File Changes --

    M draft-ietf-quic-qpack.md (15)

-- Patch Links --

https://github.com/quicwg/base-drafts/pull/2368.patch
https://github.com/quicwg/base-drafts/pull/2368.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/2368

----==_mimepart_5c48a0072eb7_cd13f8f05ad45c0416988
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

<p>Currently the draft is inconsistent: if the Required Insert Count value in a header block is smaller than dictated by the referenced dynamic table entries, {{overview-hol-avoidance}} says the decoder MAY treat this as a stream error, while {{invalid-references}} says it MUST.  This PR seeks 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/2368'>https://github.com/quicwg/base-drafts/pull/2368</a></p>

<h4>Commit Summary</h4>
<ul>
  <li>Clarify when to signal error on incorrect Required Insert Count.</li>
</ul>

<h4>File Changes</h4>
<ul>
  <li>
    <strong>M</strong>
    <a href="https://github.com/quicwg/base-drafts/pull/2368/files#diff-0">draft-ietf-quic-qpack.md</a>
    (15)
  </li>
</ul>

<h4>Patch Links:</h4>
<ul>
  <li><a href='https://github.com/quicwg/base-drafts/pull/2368.patch'>https://github.com/quicwg/base-drafts/pull/2368.patch</a></li>
  <li><a href='https://github.com/quicwg/base-drafts/pull/2368.diff'>https://github.com/quicwg/base-drafts/pull/2368.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/2368">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AWbkq-wlN-A5F6Vit2uIMXRw4WbtWyG8ks5vGJeHgaJpZM4aPPGW">mute the thread</a>.<img src="https://github.com/notifications/beacon/AWbkq4i-bgsfL7Grixjbbt8Nq6ovP4WUks5vGJeHgaJpZM4aPPGW.gif" height="1" width="1" alt="" /></p>
<script type="application/json" data-scope="inboxmarkup">{"api_version":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name":"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"https://github.githubassets.com/images/email/message_cards/header.png","avatar_image_url":"https://github.githubassets.com/images/email/message_cards/avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/quicwg/base-drafts"}},"updates":{"snippets":[{"icon":"DESCRIPTION","message":"Clarify when to signal error on incorrect Required Insert Count. (#2368)"}],"action":{"name":"View Pull Request","url":"https://github.com/quicwg/base-drafts/pull/2368"}}}</script>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/pull/2368",
"url": "https://github.com/quicwg/base-drafts/pull/2368",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>

----==_mimepart_5c48a0072eb7_cd13f8f05ad45c0416988--


From nobody Wed Jan 23 11:56: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 B6A03130EEF for <quic-issues@ietfa.amsl.com>; Wed, 23 Jan 2019 11:56:45 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -11.007
X-Spam-Level: 
X-Spam-Status: No, score=-11.007 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIMWL_WL_HIGH=-4.553, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, HTML_IMAGE_ONLY_20=1.546, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-1, RCVD_IN_DNSWL_HI=-5, SPF_PASS=-0.001] autolearn=ham autolearn_force=no
Authentication-Results: ietfa.amsl.com (amavisd-new); dkim=pass (1024-bit key) header.d=github.com
Received: from mail.ietf.org ([4.31.198.44]) by localhost (ietfa.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id V6d5cClolqfG for <quic-issues@ietfa.amsl.com>; Wed, 23 Jan 2019 11:56: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 0E64E130ECD for <quic-issues@ietf.org>; Wed, 23 Jan 2019 11:56:31 -0800 (PST)
Date: Wed, 23 Jan 2019 11:56:28 -0800
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1548273388; bh=8CUsVXdg68LRdE0XEzkPYghv0na95uQkUUDOk/aWCUI=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=LPBFpd0FEEgBkTyuC+K0Z1lJCU3hB/db8IuuNjTXQa+n4B0/Sbzwe58R2zGUXz3V2 zw0vushBq+kVaQq3gzbMsJ1TXAC8quKsMht38rwrFE2XvNFb9Le6VdNAFUHmuFxk35 5NeFxptNgvA228BSXhjfPkYxZMF8vN9ITRdsg/es=
From: Martin Thomson <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+0166e4ab53e8d7da3ab24a1623179b3fc08f135bcf94f4fd92cf00000001186088ec92a169ce17fb36a2@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/issues/2367/456943871@github.com>
In-Reply-To: <quicwg/base-drafts/issues/2367@github.com>
References: <quicwg/base-drafts/issues/2367@github.com>
Subject: Re: [quicwg/base-drafts] Text banning post-handshake client auth is unclear (#2367)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5c48c6ec511e_b883ff168ed45c416242f"; 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/DvYQyFjILrHUHlk_-lrN3kFhcWY>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
List-Id: Notification list for GitHub issues related to the QUIC WG <quic-issues.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=unsubscribe>
List-Archive: <https://mailarchive.ietf.org/arch/browse/quic-issues/>
List-Post: <mailto:quic-issues@ietf.org>
List-Help: <mailto:quic-issues-request@ietf.org?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, 23 Jan 2019 19:56:46 -0000

----==_mimepart_5c48c6ec511e_b883ff168ed45c416242f
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

Is the text unclear, or are you asking to re-enable post-handshake authentication?

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/quicwg/base-drafts/issues/2367#issuecomment-456943871
----==_mimepart_5c48c6ec511e_b883ff168ed45c416242f
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

<p>Is the text unclear, or are you asking to re-enable post-handshake authentication?</p>

<p style="font-size:small;-webkit-text-size-adjust:none;color:#666;">&mdash;<br />You are receiving this because you are subscribed to this thread.<br />Reply to this email directly, <a href="https://github.com/quicwg/base-drafts/issues/2367#issuecomment-456943871">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AWbkqyDkKIg3jdhVeFw74_P3K50fBgEYks5vGL5sgaJpZM4aPOSJ">mute the thread</a>.<img src="https://github.com/notifications/beacon/AWbkq-dpZz7GPt3-60xWjwF0X7ccCH2hks5vGL5sgaJpZM4aPOSJ.gif" height="1" width="1" alt="" /></p>
<script type="application/json" data-scope="inboxmarkup">{"api_version":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name":"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"https://github.githubassets.com/images/email/message_cards/header.png","avatar_image_url":"https://github.githubassets.com/images/email/message_cards/avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/quicwg/base-drafts"}},"updates":{"snippets":[{"icon":"PERSON","message":"@martinthomson in #2367: Is the text unclear, or are you asking to re-enable post-handshake authentication?"}],"action":{"name":"View Issue","url":"https://github.com/quicwg/base-drafts/issues/2367#issuecomment-456943871"}}}</script>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/issues/2367#issuecomment-456943871",
"url": "https://github.com/quicwg/base-drafts/issues/2367#issuecomment-456943871",
"name": "View Issue"
},
"description": "View this Issue on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>
----==_mimepart_5c48c6ec511e_b883ff168ed45c416242f--


From nobody Wed Jan 23 12:40:07 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 0A4BC130ECD for <quic-issues@ietfa.amsl.com>; Wed, 23 Jan 2019 12:40:05 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -5.935
X-Spam-Level: 
X-Spam-Status: No, score=-5.935 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIMWL_WL_HIGH=-4.553, DKIM_SIGNED=0.1, DKIM_VALID=-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_PASS=-0.001] autolearn=ham autolearn_force=no
Authentication-Results: ietfa.amsl.com (amavisd-new); dkim=pass (1024-bit key) header.d=github.com
Received: from mail.ietf.org ([4.31.198.44]) by localhost (ietfa.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id bXkznutp_w3w for <quic-issues@ietfa.amsl.com>; Wed, 23 Jan 2019 12:40:03 -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 1778212875B for <quic-issues@ietf.org>; Wed, 23 Jan 2019 12:40:02 -0800 (PST)
DKIM-Signature: v=1; a=rsa-sha1; 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=5ijPYoWUoX00XoMPnd4QEkGaMjk=; b=jTjRsbBbxBB1rl/g QwM8PH/4PsfkdyLubtMifvYrF4C5XWQE3hUM+iqcYvkducrtRXiDvxhC2uFViwuu tk0qnqRGEPr5tBYv23F+TSIxUOsPoTnK6Msjzlbhu+IsQFKgOOZIWXcxAcvOApUL uvAYYe/wqSU6nc1nyEjGwGMJX5Q=
Received: by filter1304p1mdw1.sendgrid.net with SMTP id filter1304p1mdw1-18996-5C48D121-2C 2019-01-23 20:40:01.957622576 +0000 UTC m=+763502.288364452
Received: from github-lowworker-dc5ea3e.cp1-iad.github.net (unknown [192.30.252.45]) by ismtpd0010p1iad2.sendgrid.net (SG) with ESMTP id CxOvgMeVTxeF5xi13_Ds4A for <quic-issues@ietf.org>; Wed, 23 Jan 2019 20:40:01.977 +0000 (UTC)
Received: from github.com (localhost [127.0.0.1]) by github-lowworker-dc5ea3e.cp1-iad.github.net (Postfix) with ESMTP id EFBCF2615AB for <quic-issues@ietf.org>; Wed, 23 Jan 2019 12:40:01 -0800 (PST)
Date: Wed, 23 Jan 2019 20:40:02 +0000 (UTC)
From: Mark Nottingham <notifications@github.com>
Reply-To: quicwg/wg-materials <reply+0166e4ab044d76b5485773b9c0dcbeb6de07088b0d95730792cf000000011860932192a169ce17f34864@reply.github.com>
To: quicwg/wg-materials <wg-materials@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/wg-materials/pull/99/c456957612@github.com>
In-Reply-To: <quicwg/wg-materials/pull/99@github.com>
References: <quicwg/wg-materials/pull/99@github.com>
Subject: Re: [quicwg/wg-materials] Add remote debugging session info (#99)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5c48d121ec77b_1ee83febdded45b4238277"; 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
X-SG-EID: l64QuQ2uJCcEyUykJbxN122A6QRmEpucztpreh3Pak2xDUajjoJv3uRkPmyJQlK1WnUKIaeGwNvqG/ N/BLcyqTJS5IOqH6An+2sU0hYx1Oz5pOUYMO5uxKGBpBAk6cPrXA/PDYkPme8tmVNA9Xm61slRefv8 KekDfOsba/8xKFUp0AFo58oWcNT79QHTu8RLC0j5HGa0z2SYhauMJZyWrd0hrO1SNOdudBet4Immw1 4=
Archived-At: <https://mailarchive.ietf.org/arch/msg/quic-issues/dXi4EvrIIouolSXcmImg-ZV0smY>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
List-Id: Notification list for GitHub issues related to the QUIC WG <quic-issues.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=unsubscribe>
List-Archive: <https://mailarchive.ietf.org/arch/browse/quic-issues/>
List-Post: <mailto:quic-issues@ietf.org>
List-Help: <mailto:quic-issues-request@ietf.org?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, 23 Jan 2019 20:40:05 -0000

----==_mimepart_5c48d121ec77b_1ee83febdded45b4238277
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

Hi Robin,

I'm going to merge and force it to the last day; we're definitely not going to get to it on the first day.

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/wg-materials/pull/99#issuecomment-456957612
----==_mimepart_5c48d121ec77b_1ee83febdded45b4238277
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

<p>Hi Robin,</p>
<p>I'm going to merge and force it to the last day; we're definitely not going to get to it on the first day.</p>
<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/wg-materials/pull/99#issuecomment-456957612">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AWbkq3JfEelJuQ7phOixf8gFilr3uwuVks5vGMihgaJpZM4aM60P">mute the thread</a>.<img src="https://github.com/notifications/beacon/AWbkq5UC9kRIfzQQ2xONk2PtU7Q11ER1ks5vGMihgaJpZM4aM60P.gif" height="1" width="1" alt="" /></p>
<script type="application/json" data-scope="inboxmarkup">{"api_version":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name":"GitHub"},"entity":{"external_key":"github/quicwg/wg-materials","title":"quicwg/wg-materials","subtitle":"GitHub repository","main_image_url":"https://github.githubassets.com/images/email/message_cards/header.png","avatar_image_url":"https://github.githubassets.com/images/email/message_cards/avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/quicwg/wg-materials"}},"updates":{"snippets":[{"icon":"PERSON","message":"@mnot in #99: Hi Robin,\r\n\r\nI'm going to merge and force it to the last day; we're definitely not going to get to it on the first day.\r\n\r\nThanks,"}],"action":{"name":"View Pull Request","url":"https://github.com/quicwg/wg-materials/pull/99#issuecomment-456957612"}}}</script>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/wg-materials/pull/99#issuecomment-456957612",
"url": "https://github.com/quicwg/wg-materials/pull/99#issuecomment-456957612",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>
----==_mimepart_5c48d121ec77b_1ee83febdded45b4238277--


From nobody Wed Jan 23 12:40:14 2019
Return-Path: <bounce+565321.40f-quic-issues=ietf.org@github.com>
X-Original-To: quic-issues@ietfa.amsl.com
Delivered-To: quic-issues@ietfa.amsl.com
Received: from localhost (localhost [127.0.0.1]) by ietfa.amsl.com (Postfix) with ESMTP id EDF95130ECD for <quic-issues@ietfa.amsl.com>; Wed, 23 Jan 2019 12:40:08 -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=-4.553, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, HEADER_FROM_DIFFERENT_DOMAINS=0.001, RCVD_IN_DNSWL_NONE=-0.0001, SPF_PASS=-0.001] autolearn=ham autolearn_force=no
Authentication-Results: ietfa.amsl.com (amavisd-new); dkim=pass (1024-bit key) header.d=github.com
Received: from mail.ietf.org ([4.31.198.44]) by localhost (ietfa.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id Gc-4gk5jSU13 for <quic-issues@ietfa.amsl.com>; Wed, 23 Jan 2019 12:40:06 -0800 (PST)
Received: from m69-169.mailgun.net (m69-169.mailgun.net [166.78.69.169]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id 6D64F12875B for <quic-issues@ietf.org>; Wed, 23 Jan 2019 12:40:06 -0800 (PST)
DKIM-Signature: a=rsa-sha256; v=1; c=relaxed/relaxed; d=github.com; q=dns/txt;  s=mailo; t=1548276005; h=Content-Transfer-Encoding: Content-Type: Mime-Version: Subject: Message-ID: To: Reply-To: From: Date: Sender; bh=AiffWVZIxKAtfdew3qANjCmpQuCoBz//BXLffOu+qxg=; b=FGZW3KroUbPZOBntJrJBuy42XYnz4WIv4Xgk5eLZH8/YceaJ9K7k7DzqQlho8OXiADtlU4Zm g+TI+jpitJr5Kv/AEdaVp875IIUcRvqw8a06ePpt0vvBMZt8eDF6hWar/UPtxlgbKC+Ru5JZ XpBRF0yKv1ORFKnHR/5sIM+PhgE=
X-Mailgun-Sending-Ip: 166.78.69.169
X-Mailgun-Sid: WyJhNzYyYiIsICJxdWljLWlzc3Vlc0BpZXRmLm9yZyIsICI0MGYiXQ==
Sender: mnot=mnot.net@github.com
Received: from github.com (Unknown [192.30.253.29]) by mxa.mailgun.org with ESMTP id 5c48d125.7f7ed1284690-smtp-out-n02; Wed, 23 Jan 2019 20:40:05 -0000 (UTC)
Date: Wed, 23 Jan 2019 12:40:04 -0800
From: Mark Nottingham <mnot@mnot.net>
Reply-To: Mark Nottingham <mnot@mnot.net>
To: quic-issues@ietf.org
Message-ID: <5c48d124409c8_37072af6559fa58056838@hookshot-fe-b0febf1.cp1-iad.github.net.mail>
Subject: [quicwg/wg-materials] 5c9f16: Add remote debugging session info
Mime-Version: 1.0
Content-Type: multipart/mixed; boundary="--==_mimepart_5c48d12440633_37072af6559fa5805678a"; charset=UTF-8
Content-Transfer-Encoding: 7bit
Archived-At: <https://mailarchive.ietf.org/arch/msg/quic-issues/RozPdskSSnVFr3t4HefYI1coxnM>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
Precedence: list
List-Id: Notification list for GitHub issues related to the QUIC WG <quic-issues.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=unsubscribe>
List-Archive: <https://mailarchive.ietf.org/arch/browse/quic-issues/>
List-Post: <mailto:quic-issues@ietf.org>
List-Help: <mailto:quic-issues-request@ietf.org?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, 23 Jan 2019 20:40:09 -0000

----==_mimepart_5c48d12440633_37072af6559fa5805678a
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

  Branch: refs/heads/master
  Home:   https://github.com/quicwg/wg-materials
  Commit: 5c9f16314e3f39b34b523b9a1761aac9bbf60195
      https://github.com/quicwg/wg-materials/commit/5c9f16314e3f39b34b523b9a1761aac9bbf60195
  Author: Robin Marx <marx.robin@gmail.com>
  Date:   2019-01-22 (Tue, 22 Jan 2019)

  Changed paths:
    M interim-19-01/agenda.md

  Log Message:
  -----------
  Add remote debugging session info


  Commit: f490794480e1a99c63df032c1713ec8822702e75
      https://github.com/quicwg/wg-materials/commit/f490794480e1a99c63df032c1713ec8822702e75
  Author: Robin Marx <marx.robin@gmail.com>
  Date:   2019-01-23 (Wed, 23 Jan 2019)

  Changed paths:
    M interim-19-01/agenda.md

  Log Message:
  -----------
  Move logging proposal to As Time Permits


  Commit: 4e07fcc587b3b52eed9cf70ce2fa19a69b8be434
      https://github.com/quicwg/wg-materials/commit/4e07fcc587b3b52eed9cf70ce2fa19a69b8be434
  Author: Mark Nottingham <mnot@mnot.net>
  Date:   2019-01-23 (Wed, 23 Jan 2019)

  Changed paths:
    M interim-19-01/agenda.md

  Log Message:
  -----------
  Merge pull request #99 from rmarx/rmarx-tokyointerop-agenda

Add remote debugging session info


Compare: https://github.com/quicwg/wg-materials/compare/55182ecc2f6d...4e07fcc587b3
      **NOTE:** This service has been marked for deprecation: https://developer.github.com/changes/2018-04-25-github-services-deprecation/

      Functionality will be removed from GitHub.com on January 31st, 2019.

----==_mimepart_5c48d12440633_37072af6559fa5805678a--


From nobody Wed Jan 23 12: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 89F0512875B for <quic-issues@ietfa.amsl.com>; Wed, 23 Jan 2019 12:40:09 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -10.935
X-Spam-Level: 
X-Spam-Status: No, score=-10.935 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIMWL_WL_HIGH=-4.553, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, HTML_IMAGE_ONLY_24=1.618, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-1, RCVD_IN_DNSWL_HI=-5, SPF_PASS=-0.001] autolearn=ham autolearn_force=no
Authentication-Results: ietfa.amsl.com (amavisd-new); dkim=pass (1024-bit key) header.d=github.com
Received: from mail.ietf.org ([4.31.198.44]) by localhost (ietfa.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id CTeELGuyvAMI for <quic-issues@ietfa.amsl.com>; Wed, 23 Jan 2019 12:40:07 -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 23292130EF9 for <quic-issues@ietf.org>; Wed, 23 Jan 2019 12:40:07 -0800 (PST)
Date: Wed, 23 Jan 2019 12:40:06 -0800
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1548276006; bh=OuAXmiFIZH5lbgSc8ALLJ2etC+mIkOGZG8wMKpcEgLw=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=eHgbmSGCNtHHIvX7Jur9TtC6RqODnGEAuvAowBBxO+CkAI96iC1LItqxZeUrO+QAs 9Q4JIl/0XF2cM33DuS+2SDZvJ2Iu7iZqUuJRKK0oJGCyd7CO0vbWauQwSGL2L5+LEL OXxfzm2UeiYftCNj/+nHLmxuVv8ZmR7h87IFrjn8=
From: Mark Nottingham <notifications@github.com>
Reply-To: quicwg/wg-materials <reply+0166e4abe034e252b01c4d20164f2349631a1a8c343593d492cf000000011860932692a169ce17f34864@reply.github.com>
To: quicwg/wg-materials <wg-materials@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/wg-materials/pull/99/issue_event/2092780344@github.com>
In-Reply-To: <quicwg/wg-materials/pull/99@github.com>
References: <quicwg/wg-materials/pull/99@github.com>
Subject: Re: [quicwg/wg-materials] Add remote debugging session info (#99)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5c48d12658af_2efe3f8e74ed45bc220124"; 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/Pg1paDAUR74p7pxG-2LcyHcbpBY>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
List-Id: Notification list for GitHub issues related to the QUIC WG <quic-issues.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=unsubscribe>
List-Archive: <https://mailarchive.ietf.org/arch/browse/quic-issues/>
List-Post: <mailto:quic-issues@ietf.org>
List-Help: <mailto:quic-issues-request@ietf.org?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, 23 Jan 2019 20:40:10 -0000

----==_mimepart_5c48d12658af_2efe3f8e74ed45bc220124
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

Merged #99 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/wg-materials/pull/99#event-2092780344
----==_mimepart_5c48d12658af_2efe3f8e74ed45bc220124
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="401819748" data-permission-text="Issue title is private" data-url="https://github.com/quicwg/wg-materials/issues/99" data-hovercard-type="pull_request" data-hovercard-url="/quicwg/wg-materials/pull/99/hovercard" href="https://github.com/quicwg/wg-materials/pull/99">#99</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/wg-materials/pull/99#event-2092780344">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AWbkq_BzFYwIzpG8T8A4o2T2A9AnFGoYks5vGMimgaJpZM4aM60P">mute the thread</a>.<img src="https://github.com/notifications/beacon/AWbkq0gka1WSb4BjN0fbAJJheh_2ISCzks5vGMimgaJpZM4aM60P.gif" height="1" width="1" alt="" /></p>
<script type="application/json" data-scope="inboxmarkup">{"api_version":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name":"GitHub"},"entity":{"external_key":"github/quicwg/wg-materials","title":"quicwg/wg-materials","subtitle":"GitHub repository","main_image_url":"https://github.githubassets.com/images/email/message_cards/header.png","avatar_image_url":"https://github.githubassets.com/images/email/message_cards/avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/quicwg/wg-materials"}},"updates":{"snippets":[{"icon":"DESCRIPTION","message":"Merged #99 into master."}],"action":{"name":"View Pull Request","url":"https://github.com/quicwg/wg-materials/pull/99#event-2092780344"}}}</script>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/wg-materials/pull/99#event-2092780344",
"url": "https://github.com/quicwg/wg-materials/pull/99#event-2092780344",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>
----==_mimepart_5c48d12658af_2efe3f8e74ed45bc220124--


From nobody Wed Jan 23 12:49: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 E3907130ECD for <quic-issues@ietfa.amsl.com>; Wed, 23 Jan 2019 12:49:43 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -11.149
X-Spam-Level: 
X-Spam-Status: No, score=-11.149 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIMWL_WL_HIGH=-4.553, 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_PASS=-0.001] autolearn=ham autolearn_force=no
Authentication-Results: ietfa.amsl.com (amavisd-new); dkim=pass (1024-bit key) header.d=github.com
Received: from mail.ietf.org ([4.31.198.44]) by localhost (ietfa.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 1trWI_PSA1we for <quic-issues@ietfa.amsl.com>; Wed, 23 Jan 2019 12:49: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 A341B126CB6 for <quic-issues@ietf.org>; Wed, 23 Jan 2019 12:49:41 -0800 (PST)
Date: Wed, 23 Jan 2019 12:49:40 -0800
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1548276580; bh=DihJKgVKQDcZ7oPab1kHxrOCysptJXLp1JJvsxp+66E=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=o6W6cGWFx00WdQXTtNjz1nuV78YZQOiPzAWZTvDKl50GauRUf+Zs8s19DLO1sVdCg KTRhuhWFAAxsSXPY1qt99kx1OGCsIBNSaqjOjaNpcGAVL6dcitciZrKIeh/l702k00 6BGvaVzu/tsrMN5m82iv4irOkOI6DkoEk6Tab+AM=
From: ianswett <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+0166e4abb722380fc76262c77e58a307294b9ae2a723e1a692cf000000011860956492a169ce17fa7dfa@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/pull/2364/review/195736721@github.com>
In-Reply-To: <quicwg/base-drafts/pull/2364@github.com>
References: <quicwg/base-drafts/pull/2364@github.com>
Subject: Re: [quicwg/base-drafts] Moving text on spinbit into transport (#2364)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5c48d364aa225_30273fab654d45b8145063"; 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/BlVWRiNqNAMwRfj3YDTbEhF6Jc0>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
List-Id: Notification list for GitHub issues related to the QUIC WG <quic-issues.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=unsubscribe>
List-Archive: <https://mailarchive.ietf.org/arch/browse/quic-issues/>
List-Post: <mailto:quic-issues@ietf.org>
List-Help: <mailto:quic-issues-request@ietf.org?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, 23 Jan 2019 20:49:44 -0000

----==_mimepart_5c48d364aa225_30273fab654d45b8145063
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

ianswett commented on this pull request.



> @@ -3948,8 +3993,33 @@ Fixed Bit:
 
 Spin Bit (S):
 
-: The sixth bit (0x20) of byte 0 is the Latency Spin Bit, set as described in
-  {{!SPIN=I-D.ietf-quic-spin-exp}}.
+: The third most significant bit (0x20) of byte 0 is the Latency Spin Bit.

I think this would be easier to read if either all the text was here or if this referenced the section above.  Given it's a lot of text, I tend to think the latter is 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/pull/2364#pullrequestreview-195736721
----==_mimepart_5c48d364aa225_30273fab654d45b8145063
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/2364#discussion_r250366469">draft-ietf-quic-transport.md</a>:</p>
<pre style='color:#555'>&gt; @@ -3948,8 +3993,33 @@ Fixed Bit:
 
 Spin Bit (S):
 
-: The sixth bit (0x20) of byte 0 is the Latency Spin Bit, set as described in
-  {{!SPIN=I-D.ietf-quic-spin-exp}}.
+: The third most significant bit (0x20) of byte 0 is the Latency Spin Bit.
</pre>
<p>I think this would be easier to read if either all the text was here or if this referenced the section above.  Given it's a lot of text, I tend to think the latter is 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/pull/2364#pullrequestreview-195736721">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AWbkqy4KSlgCOmT2r9ctseviQ_K3zgqzks5vGMrkgaJpZM4aPA_u">mute the thread</a>.<img src="https://github.com/notifications/beacon/AWbkq8y-w1UTHB6q9vbYJuzUzrXMplk_ks5vGMrkgaJpZM4aPA_u.gif" height="1" width="1" alt="" /></p>
<script type="application/json" data-scope="inboxmarkup">{"api_version":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name":"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"https://github.githubassets.com/images/email/message_cards/header.png","avatar_image_url":"https://github.githubassets.com/images/email/message_cards/avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/quicwg/base-drafts"}},"updates":{"snippets":[{"icon":"PERSON","message":"@ianswett commented on #2364"}],"action":{"name":"View Pull Request","url":"https://github.com/quicwg/base-drafts/pull/2364#pullrequestreview-195736721"}}}</script>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/pull/2364#pullrequestreview-195736721",
"url": "https://github.com/quicwg/base-drafts/pull/2364#pullrequestreview-195736721",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>
----==_mimepart_5c48d364aa225_30273fab654d45b8145063--


From nobody Wed Jan 23 12:50:55 2019
Return-Path: <bounce+565321.40f-quic-issues=ietf.org@github.com>
X-Original-To: quic-issues@ietfa.amsl.com
Delivered-To: quic-issues@ietfa.amsl.com
Received: from localhost (localhost [127.0.0.1]) by ietfa.amsl.com (Postfix) with ESMTP id 9AC8A130EFF for <quic-issues@ietfa.amsl.com>; Wed, 23 Jan 2019 12:50:53 -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=-4.553, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, HEADER_FROM_DIFFERENT_DOMAINS=0.001, RCVD_IN_DNSWL_NONE=-0.0001, SPF_PASS=-0.001] autolearn=ham autolearn_force=no
Authentication-Results: ietfa.amsl.com (amavisd-new); dkim=pass (1024-bit key) header.d=github.com
Received: from mail.ietf.org ([4.31.198.44]) by localhost (ietfa.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id PHQfL9OO7FdO for <quic-issues@ietfa.amsl.com>; Wed, 23 Jan 2019 12:50:52 -0800 (PST)
Received: from m69-169.mailgun.net (m69-169.mailgun.net [166.78.69.169]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id EA141130ECD for <quic-issues@ietf.org>; Wed, 23 Jan 2019 12:50:51 -0800 (PST)
DKIM-Signature: a=rsa-sha256; v=1; c=relaxed/relaxed; d=github.com; q=dns/txt;  s=mailo; t=1548276651; h=Content-Transfer-Encoding: Content-Type: Mime-Version: Subject: Message-ID: To: Reply-To: From: Date: Sender; bh=Yli7FqI6eR8VmzNS9b1LbGetyCaxc5hxR8WIsrDsLFE=; b=V3dtwsTI/EE21/d8bKw7ZbSGzRxq1sL/d105deDrpIbcAbcTCk5rxhyOVeYMc/+JEtDsq5WO R+ryBd07e1hHxCvF4y+/+AAqIuHWHBTpEnRR+DXOLiIi11AlYb60U61hQDvuFDADHMlAC+yT OCw7BNto7rE+Aop9/7fw/v7gS4U=
X-Mailgun-Sending-Ip: 166.78.69.169
X-Mailgun-Sid: WyJhNzYyYiIsICJxdWljLWlzc3Vlc0BpZXRmLm9yZyIsICI0MGYiXQ==
Sender: mnot=mnot.net@github.com
Received: from github.com (Unknown [192.30.252.37]) by mxa.mailgun.org with ESMTP id 5c48d152.7fc5f80669f0-smtp-out-n01; Wed, 23 Jan 2019 20:40:50 -0000 (UTC)
Date: Wed, 23 Jan 2019 12:40:50 -0800
From: Mark Nottingham <mnot@mnot.net>
Reply-To: Mark Nottingham <mnot@mnot.net>
To: quic-issues@ietf.org
Message-ID: <5c48d152a0191_597f2ab194894584688e8@hookshot-fe-2cc8887.cp1-iad.github.net.mail>
Subject: [quicwg/wg-materials] bc7c4f: Update agenda.md
Mime-Version: 1.0
Content-Type: multipart/mixed; boundary="--==_mimepart_5c48d1529fdaa_597f2ab19489458468757"; charset=UTF-8
Content-Transfer-Encoding: 7bit
Archived-At: <https://mailarchive.ietf.org/arch/msg/quic-issues/UfP6SoF5B5zcTx_moSoK4mJE6eA>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
Precedence: list
List-Id: Notification list for GitHub issues related to the QUIC WG <quic-issues.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=unsubscribe>
List-Archive: <https://mailarchive.ietf.org/arch/browse/quic-issues/>
List-Post: <mailto:quic-issues@ietf.org>
List-Help: <mailto:quic-issues-request@ietf.org?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, 23 Jan 2019 20:50:53 -0000

----==_mimepart_5c48d1529fdaa_597f2ab19489458468757
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

  Branch: refs/heads/master
  Home:   https://github.com/quicwg/wg-materials
  Commit: bc7c4fd7998c725995810a669c2bda7ce48de0b9
      https://github.com/quicwg/wg-materials/commit/bc7c4fd7998c725995810a669c2bda7ce48de0b9
  Author: Mark Nottingham <mnot@mnot.net>
  Date:   2019-01-23 (Wed, 23 Jan 2019)

  Changed paths:
    M interim-19-01/agenda.md

  Log Message:
  -----------
  Update agenda.md



      **NOTE:** This service has been marked for deprecation: https://developer.github.com/changes/2018-04-25-github-services-deprecation/

      Functionality will be removed from GitHub.com on January 31st, 2019.

----==_mimepart_5c48d1529fdaa_597f2ab19489458468757--


From nobody Wed Jan 23 12:56: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 EDC4E130ECD for <quic-issues@ietfa.amsl.com>; Wed, 23 Jan 2019 12:56:42 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -7.553
X-Spam-Level: 
X-Spam-Status: No, score=-7.553 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIMWL_WL_HIGH=-4.553, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-1, RCVD_IN_DNSWL_NONE=-0.0001, SPF_PASS=-0.001] autolearn=ham autolearn_force=no
Authentication-Results: ietfa.amsl.com (amavisd-new); dkim=pass (1024-bit key) header.d=github.com
Received: from mail.ietf.org ([4.31.198.44]) by localhost (ietfa.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id q7YQfgnycm2F for <quic-issues@ietfa.amsl.com>; Wed, 23 Jan 2019 12:56:40 -0800 (PST)
Received: from o9.sgmail.github.com (o9.sgmail.github.com [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 448C5126CC7 for <quic-issues@ietf.org>; Wed, 23 Jan 2019 12:56:40 -0800 (PST)
DKIM-Signature: v=1; a=rsa-sha1; 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=yGLKMPUiztwJx4KQ5ecBVX32X7s=; b=J4MtENWG/zcbEgOh 3KNCwXxitH0iB8vTD+KrfYd1yrZWs0kueYRlFI9rD+bhfjvY95NifWEFxBpqDFLx yGfxMMjFd0AMuUHYBJnnMRfGMVye1mij0fxBmzaDchmmcpM8gIbn68U6lm1egFBk o2rdnmbu6vw1HcxmiZhItyd9jWk=
Received: by filter0439p1iad2.sendgrid.net with SMTP id filter0439p1iad2-6090-5C48D507-2 2019-01-23 20:56:39.136110584 +0000 UTC m=+18875.551518385
Received: from github-lowworker-e8fa9ff.cp1-iad.github.net (unknown [192.30.252.43]) by ismtpd0001p1iad1.sendgrid.net (SG) with ESMTP id aYxcDCb2SvGo5Knc6ou2Hg for <quic-issues@ietf.org>; Wed, 23 Jan 2019 20:56:39.118 +0000 (UTC)
Received: from github.com (localhost [127.0.0.1]) by github-lowworker-e8fa9ff.cp1-iad.github.net (Postfix) with ESMTP id 1B492420327 for <quic-issues@ietf.org>; Wed, 23 Jan 2019 12:56:39 -0800 (PST)
Date: Wed, 23 Jan 2019 20:56:39 +0000 (UTC)
From: ianswett <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+0166e4ab3b85cbdf9fb115ad1210ee2c623da675d72445b092cf000000011860970792a169ce17fab1f6@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/pull/2365/review/195737638@github.com>
In-Reply-To: <quicwg/base-drafts/pull/2365@github.com>
References: <quicwg/base-drafts/pull/2365@github.com>
Subject: Re: [quicwg/base-drafts] Persistent Congestion Time Threshold (#2365)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5c48d50718fc1_44f93fc2f14d45c44704e6"; 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
X-SG-EID: l64QuQ2uJCcEyUykJbxN122A6QRmEpucztpreh3Pak1rXw2fmqB8Y02JDOPBkRlz/RPm8+Lnp5qF44 jCfeJLv82hTfOWGm5jIOkRwnPrbojGeXSg/Z/u0GTeSUnN0vH1xLHL8cXBTeiZFn9twOa5kEqqOmPx 1Wgo7848oICEWuBwB6rkAi3uoBw1kzxsZYNj2Wc22Bt01Ji2LbfWHSI5tA==
Archived-At: <https://mailarchive.ietf.org/arch/msg/quic-issues/ilXBy4A4w4QPjXl-JdKSucF3WqM>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
List-Id: Notification list for GitHub issues related to the QUIC WG <quic-issues.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=unsubscribe>
List-Archive: <https://mailarchive.ietf.org/arch/browse/quic-issues/>
List-Post: <mailto:quic-issues@ietf.org>
List-Help: <mailto:quic-issues-request@ietf.org?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, 23 Jan 2019 20:56:43 -0000

----==_mimepart_5c48d50718fc1_44f93fc2f14d45c44704e6
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

ianswett commented on this pull request.

Thanks Nick, a few suggestions.

> @@ -1003,14 +1003,21 @@ packets might cause the sender's bytes in flight to exceed the congestion window
 until an acknowledgement is received that establishes loss or delivery of
 packets.
 
-When an ACK frame is received that establishes loss of all in-flight packets
-sent prior to a threshold number of consecutive PTOs (pto_count is more than
-kPersistentCongestionThreshold, see {{cc-consts-of-interest}}), the network is
-considered to be experiencing persistent congestion, and the sender's congestion
-window MUST be reduced to the minimum congestion window (kMinimumWindow).  This
-response of collapsing the congestion window on persistent congestion is
-functionally similar to a sender's response on a Retransmission Timeout (RTO) in
-TCP {{RFC5681}}.
+## Persistent Congestion
+
+The network is considered to be experiencing persistent congestion when the
+sender goes a period of time without receiving any ACK frames for its in-flight,
+ack-eliciting packets.  Generally, this can be calculated as a number of
+consecutive PTOs (pto_count is more than  kPersistentCongestionThreshold, see
+{{cc-consts-of-interest}}), but since a PTO only occurs if no other

How about "but since the PTO timer is reset when a new ack-eliciting packet is sent,"

> @@ -1132,6 +1144,8 @@ increases bytes_in_flight.
 
 ~~~
    OnPacketSentCC(bytes_sent):
+     if (bytes_in_flight == 0):
+       probe_start_time = Now()

It's important not to start this if the packet isn't ack-eliciting, but I will say that requirement makes this more complex, since you have to track the first ack-eliciting packet to be sent.

> @@ -1147,6 +1161,8 @@ acked_packet from sent_packets.
    OnPacketAckedCC(acked_packet):
      // Remove from bytes_in_flight.
      bytes_in_flight -= acked_packet.size
+     if (bytes_in_flight != 0):
+       probe_start_time = Now()

I don't think it's necessary to check bytes_in_flight != 0 here?

> @@ -1003,14 +1003,21 @@ packets might cause the sender's bytes in flight to exceed the congestion window
 until an acknowledgement is received that establishes loss or delivery of
 packets.
 
-When an ACK frame is received that establishes loss of all in-flight packets
-sent prior to a threshold number of consecutive PTOs (pto_count is more than
-kPersistentCongestionThreshold, see {{cc-consts-of-interest}}), the network is
-considered to be experiencing persistent congestion, and the sender's congestion
-window MUST be reduced to the minimum congestion window (kMinimumWindow).  This
-response of collapsing the congestion window on persistent congestion is
-functionally similar to a sender's response on a Retransmission Timeout (RTO) in
-TCP {{RFC5681}}.
+## Persistent Congestion

I think this should be a sub-section of Probe Timeout?

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/quicwg/base-drafts/pull/2365#pullrequestreview-195737638
----==_mimepart_5c48d50718fc1_44f93fc2f14d45c44704e6
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

<p><b>@ianswett</b> commented on this pull request.</p>

<p>Thanks Nick, a few suggestions.</p><hr>

<p>In <a href="https://github.com/quicwg/base-drafts/pull/2365#discussion_r250367201">draft-ietf-quic-recovery.md</a>:</p>
<pre style='color:#555'>&gt; @@ -1003,14 +1003,21 @@ packets might cause the sender&#39;s bytes in flight to exceed the congestion window
 until an acknowledgement is received that establishes loss or delivery of
 packets.
 
-When an ACK frame is received that establishes loss of all in-flight packets
-sent prior to a threshold number of consecutive PTOs (pto_count is more than
-kPersistentCongestionThreshold, see {{cc-consts-of-interest}}), the network is
-considered to be experiencing persistent congestion, and the sender&#39;s congestion
-window MUST be reduced to the minimum congestion window (kMinimumWindow).  This
-response of collapsing the congestion window on persistent congestion is
-functionally similar to a sender&#39;s response on a Retransmission Timeout (RTO) in
-TCP {{RFC5681}}.
+## Persistent Congestion
+
+The network is considered to be experiencing persistent congestion when the
+sender goes a period of time without receiving any ACK frames for its in-flight,
+ack-eliciting packets.  Generally, this can be calculated as a number of
+consecutive PTOs (pto_count is more than  kPersistentCongestionThreshold, see
+{{cc-consts-of-interest}}), but since a PTO only occurs if no other
</pre>
<p>How about "but since the PTO timer is reset when a new ack-eliciting packet is sent,"</p>

<hr>

<p>In <a href="https://github.com/quicwg/base-drafts/pull/2365#discussion_r250367489">draft-ietf-quic-recovery.md</a>:</p>
<pre style='color:#555'>&gt; @@ -1132,6 +1144,8 @@ increases bytes_in_flight.
 
 ~~~
    OnPacketSentCC(bytes_sent):
+     if (bytes_in_flight == 0):
+       probe_start_time = Now()
</pre>
<p>It's important not to start this if the packet isn't ack-eliciting, but I will say that requirement makes this more complex, since you have to track the first ack-eliciting packet to be sent.</p>

<hr>

<p>In <a href="https://github.com/quicwg/base-drafts/pull/2365#discussion_r250367902">draft-ietf-quic-recovery.md</a>:</p>
<pre style='color:#555'>&gt; @@ -1147,6 +1161,8 @@ acked_packet from sent_packets.
    OnPacketAckedCC(acked_packet):
      // Remove from bytes_in_flight.
      bytes_in_flight -= acked_packet.size
+     if (bytes_in_flight != 0):
+       probe_start_time = Now()
</pre>
<p>I don't think it's necessary to check bytes_in_flight != 0 here?</p>

<hr>

<p>In <a href="https://github.com/quicwg/base-drafts/pull/2365#discussion_r250368715">draft-ietf-quic-recovery.md</a>:</p>
<pre style='color:#555'>&gt; @@ -1003,14 +1003,21 @@ packets might cause the sender&#39;s bytes in flight to exceed the congestion window
 until an acknowledgement is received that establishes loss or delivery of
 packets.
 
-When an ACK frame is received that establishes loss of all in-flight packets
-sent prior to a threshold number of consecutive PTOs (pto_count is more than
-kPersistentCongestionThreshold, see {{cc-consts-of-interest}}), the network is
-considered to be experiencing persistent congestion, and the sender&#39;s congestion
-window MUST be reduced to the minimum congestion window (kMinimumWindow).  This
-response of collapsing the congestion window on persistent congestion is
-functionally similar to a sender&#39;s response on a Retransmission Timeout (RTO) in
-TCP {{RFC5681}}.
+## Persistent Congestion
</pre>
<p>I think this should be a sub-section of Probe Timeout?</p>

<p style="font-size:small;-webkit-text-size-adjust:none;color:#666;">&mdash;<br />You are receiving this because you are subscribed to this thread.<br />Reply to this email directly, <a href="https://github.com/quicwg/base-drafts/pull/2365#pullrequestreview-195737638">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AWbkq0eeY4YWcnCEYP2QfwB7cpV7V5Gaks5vGMyHgaJpZM4aPEwB">mute the thread</a>.<img src="https://github.com/notifications/beacon/AWbkq9GRH_18OvkQs2bPavpDZqXmEfLUks5vGMyHgaJpZM4aPEwB.gif" height="1" width="1" alt="" /></p>
<script type="application/json" data-scope="inboxmarkup">{"api_version":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name":"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"https://github.githubassets.com/images/email/message_cards/header.png","avatar_image_url":"https://github.githubassets.com/images/email/message_cards/avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/quicwg/base-drafts"}},"updates":{"snippets":[{"icon":"PERSON","message":"@ianswett commented on #2365"}],"action":{"name":"View Pull Request","url":"https://github.com/quicwg/base-drafts/pull/2365#pullrequestreview-195737638"}}}</script>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/pull/2365#pullrequestreview-195737638",
"url": "https://github.com/quicwg/base-drafts/pull/2365#pullrequestreview-195737638",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>
----==_mimepart_5c48d50718fc1_44f93fc2f14d45c44704e6--


From nobody Wed Jan 23 12:58: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 8E2B5130F05 for <quic-issues@ietfa.amsl.com>; Wed, 23 Jan 2019 12:58:25 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -11.007
X-Spam-Level: 
X-Spam-Status: No, score=-11.007 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIMWL_WL_HIGH=-4.553, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, HTML_IMAGE_ONLY_20=1.546, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-1, RCVD_IN_DNSWL_HI=-5, SPF_PASS=-0.001] autolearn=ham autolearn_force=no
Authentication-Results: ietfa.amsl.com (amavisd-new); dkim=pass (1024-bit key) header.d=github.com
Received: from mail.ietf.org ([4.31.198.44]) by localhost (ietfa.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id GyKcfQorKFGi for <quic-issues@ietfa.amsl.com>; Wed, 23 Jan 2019 12:58:24 -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 BF5EF126CC7 for <quic-issues@ietf.org>; Wed, 23 Jan 2019 12:58:23 -0800 (PST)
Date: Wed, 23 Jan 2019 12:58:22 -0800
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1548277102; bh=Fw4nkehfq9TaaAV1jhLmYrd0c6RQmKDeBVnaP8CLgZI=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=ze05fTaBrBv92EH02n7vq8LqMbWyihNG7RrVC9tieXPw9xqkMpHhiJqee+OoRPPzu 1506AFJrxLM+A3/cFGLsUDBp1kOcUkv07g8ptyKOiK/jzBs56NFiZx0m42T8jfXSwd g9XRPXe21ZLDf7sw8gwzbzuu4tJpZt1OmSjkmnEw=
From: MikkelFJ <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+0166e4ab80784318c9f1e7088aae188ff519c6717a6f3f6392cf000000011860976e92a169ce17fb36a2@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/issues/2367/456963448@github.com>
In-Reply-To: <quicwg/base-drafts/issues/2367@github.com>
References: <quicwg/base-drafts/issues/2367@github.com>
Subject: Re: [quicwg/base-drafts] Text banning post-handshake client auth is unclear (#2367)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5c48d56eec60f_16443febdded45b42117fc"; 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/gxFq29TOgC_Ngqqw17JBaNFbGXY>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
List-Id: Notification list for GitHub issues related to the QUIC WG <quic-issues.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=unsubscribe>
List-Archive: <https://mailarchive.ietf.org/arch/browse/quic-issues/>
List-Post: <mailto:quic-issues@ietf.org>
List-Help: <mailto:quic-issues-request@ietf.org?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, 23 Jan 2019 20:58:26 -0000

----==_mimepart_5c48d56eec60f_16443febdded45b42117fc
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

At least I am curious about the reasoning behind this, not that I am against 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/2367#issuecomment-456963448
----==_mimepart_5c48d56eec60f_16443febdded45b42117fc
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

<p>At least I am curious about the reasoning behind this, not that I am against 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/2367#issuecomment-456963448">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AWbkq82fK3Lde_XUCRH0ZcZ23V-NYMP2ks5vGMzugaJpZM4aPOSJ">mute the thread</a>.<img src="https://github.com/notifications/beacon/AWbkq2iatKEuVX6iTYDiNaa_5-alBAavks5vGMzugaJpZM4aPOSJ.gif" height="1" width="1" alt="" /></p>
<script type="application/json" data-scope="inboxmarkup">{"api_version":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name":"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"https://github.githubassets.com/images/email/message_cards/header.png","avatar_image_url":"https://github.githubassets.com/images/email/message_cards/avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/quicwg/base-drafts"}},"updates":{"snippets":[{"icon":"PERSON","message":"@mikkelfj in #2367: At least I am curious about the reasoning behind this, not that I am against it."}],"action":{"name":"View Issue","url":"https://github.com/quicwg/base-drafts/issues/2367#issuecomment-456963448"}}}</script>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/issues/2367#issuecomment-456963448",
"url": "https://github.com/quicwg/base-drafts/issues/2367#issuecomment-456963448",
"name": "View Issue"
},
"description": "View this Issue on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>
----==_mimepart_5c48d56eec60f_16443febdded45b42117fc--


From nobody Wed Jan 23 13: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 95B20130F00 for <quic-issues@ietfa.amsl.com>; Wed, 23 Jan 2019 13:01:07 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -10.935
X-Spam-Level: 
X-Spam-Status: No, score=-10.935 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIMWL_WL_HIGH=-4.553, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, HTML_IMAGE_ONLY_24=1.618, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-1, RCVD_IN_DNSWL_HI=-5, SPF_PASS=-0.001] autolearn=ham autolearn_force=no
Authentication-Results: ietfa.amsl.com (amavisd-new); dkim=pass (1024-bit key) header.d=github.com
Received: from mail.ietf.org ([4.31.198.44]) by localhost (ietfa.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id Ft8-mOlKA8Ai for <quic-issues@ietfa.amsl.com>; Wed, 23 Jan 2019 13:01: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 5D505128D09 for <quic-issues@ietf.org>; Wed, 23 Jan 2019 13:01:05 -0800 (PST)
Date: Wed, 23 Jan 2019 13:01:04 -0800
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1548277264; bh=irOsTVNfU1PiGgYggj94LvLL6ZfoqsW1ROtu+EbBQ60=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=t7jMYHUEWnEMYP1wCV0N2jtz10N7+izbGa5sJIjxq5u+zZvymIPelHio1hLljTbGm fMkHamqRIxeg8k3m837IoKXIB+XeTjhO7bq7iDEzliEI2t/3QB9HmFSBx5A1YQg4cI Ckssj6Yr5IKXLb1uz/ZaBX6//7RHlnQsK9zeiJCU=
From: Nick Banks <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+0166e4abde13dc59ba2fe0957dbfe907e593976dc5bfa83f92cf000000011860981092a169ce17fab1f6@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/pull/2365/review/195741528@github.com>
In-Reply-To: <quicwg/base-drafts/pull/2365@github.com>
References: <quicwg/base-drafts/pull/2365@github.com>
Subject: Re: [quicwg/base-drafts] Persistent Congestion Time Threshold (#2365)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5c48d6107e075_1d473f8ae66d45c4441eb"; 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/0r0GgY7lVS4BXA1WJls0LM0BPWU>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
List-Id: Notification list for GitHub issues related to the QUIC WG <quic-issues.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=unsubscribe>
List-Archive: <https://mailarchive.ietf.org/arch/browse/quic-issues/>
List-Post: <mailto:quic-issues@ietf.org>
List-Help: <mailto:quic-issues-request@ietf.org?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, 23 Jan 2019 21:01:08 -0000

----==_mimepart_5c48d6107e075_1d473f8ae66d45c4441eb
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

nibanks commented on this pull request.



> @@ -1147,6 +1161,8 @@ acked_packet from sent_packets.
    OnPacketAckedCC(acked_packet):
      // Remove from bytes_in_flight.
      bytes_in_flight -= acked_packet.size
+     if (bytes_in_flight != 0):
+       probe_start_time = Now()

Yeah, you are right. I'm not sure what I was thinking when I added this. I will 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/2365#discussion_r250370155
----==_mimepart_5c48d6107e075_1d473f8ae66d45c4441eb
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/2365#discussion_r250370155">draft-ietf-quic-recovery.md</a>:</p>
<pre style='color:#555'>&gt; @@ -1147,6 +1161,8 @@ acked_packet from sent_packets.
    OnPacketAckedCC(acked_packet):
      // Remove from bytes_in_flight.
      bytes_in_flight -= acked_packet.size
+     if (bytes_in_flight != 0):
+       probe_start_time = Now()
</pre>
<p>Yeah, you are right. I'm not sure what I was thinking when I added this. I will 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/2365#discussion_r250370155">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AWbkq0F2nb2fSLKBtDFRwO32pI6pvVxoks5vGM2QgaJpZM4aPEwB">mute the thread</a>.<img src="https://github.com/notifications/beacon/AWbkq0fpnex9CxUlduohawS6AVSGF5ZFks5vGM2QgaJpZM4aPEwB.gif" height="1" width="1" alt="" /></p>
<script type="application/json" data-scope="inboxmarkup">{"api_version":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name":"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"https://github.githubassets.com/images/email/message_cards/header.png","avatar_image_url":"https://github.githubassets.com/images/email/message_cards/avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/quicwg/base-drafts"}},"updates":{"snippets":[{"icon":"PERSON","message":"@nibanks commented on #2365"}],"action":{"name":"View Pull Request","url":"https://github.com/quicwg/base-drafts/pull/2365#discussion_r250370155"}}}</script>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/pull/2365#discussion_r250370155",
"url": "https://github.com/quicwg/base-drafts/pull/2365#discussion_r250370155",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>
----==_mimepart_5c48d6107e075_1d473f8ae66d45c4441eb--


From nobody Wed Jan 23 13:01: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 6CCEA130F04 for <quic-issues@ietfa.amsl.com>; Wed, 23 Jan 2019 13:01:25 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -10.935
X-Spam-Level: 
X-Spam-Status: No, score=-10.935 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIMWL_WL_HIGH=-4.553, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, HTML_IMAGE_ONLY_24=1.618, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-1, RCVD_IN_DNSWL_HI=-5, SPF_PASS=-0.001] autolearn=ham autolearn_force=no
Authentication-Results: ietfa.amsl.com (amavisd-new); dkim=pass (1024-bit key) header.d=github.com
Received: from mail.ietf.org ([4.31.198.44]) by localhost (ietfa.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id zmcJniHlFQo2 for <quic-issues@ietfa.amsl.com>; Wed, 23 Jan 2019 13:01:23 -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 7BEC2128D09 for <quic-issues@ietf.org>; Wed, 23 Jan 2019 13:01:23 -0800 (PST)
Date: Wed, 23 Jan 2019 13:01:22 -0800
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1548277282; bh=6vluvZKUfV8b+3g5DgZrHAG1fmCZQrFZQltaONqMwag=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=k+AS3SQlgoorRlmElDjJC72LLfhgGMg8yH/QHPuo7zfFo7qAn1fi62IpK/0jebe/e i4QNk8MHIDn6q7SPkcCDoy2vIKBiDbcJElsYMxvdeMLXgwSy+0jpUTSSxACLiCaVqs sOiGsaEGJXcyKR0wu2sMcOL6xJ0bYihvjGWBbrEY=
From: Nick Banks <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+0166e4abb467293adaadc10f91563d3512c286ef9dda3e5392cf000000011860982292a169ce17fab1f6@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/pull/2365/review/195741663@github.com>
In-Reply-To: <quicwg/base-drafts/pull/2365@github.com>
References: <quicwg/base-drafts/pull/2365@github.com>
Subject: Re: [quicwg/base-drafts] Persistent Congestion Time Threshold (#2365)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5c48d622ad04b_2e423fcc69ed45c080586"; 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/oimX-_UuPhpGIg4hicsGPWz8H6o>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
List-Id: Notification list for GitHub issues related to the QUIC WG <quic-issues.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=unsubscribe>
List-Archive: <https://mailarchive.ietf.org/arch/browse/quic-issues/>
List-Post: <mailto:quic-issues@ietf.org>
List-Help: <mailto:quic-issues-request@ietf.org?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, 23 Jan 2019 21:01:25 -0000

----==_mimepart_5c48d622ad04b_2e423fcc69ed45c080586
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

nibanks commented on this pull request.



> @@ -1132,6 +1144,8 @@ increases bytes_in_flight.
 
 ~~~
    OnPacketSentCC(bytes_sent):
+     if (bytes_in_flight == 0):
+       probe_start_time = Now()

So, are you suggestion a change? Perhaps a 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/2365#discussion_r250370259
----==_mimepart_5c48d622ad04b_2e423fcc69ed45c080586
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/2365#discussion_r250370259">draft-ietf-quic-recovery.md</a>:</p>
<pre style='color:#555'>&gt; @@ -1132,6 +1144,8 @@ increases bytes_in_flight.
 
 ~~~
    OnPacketSentCC(bytes_sent):
+     if (bytes_in_flight == 0):
+       probe_start_time = Now()
</pre>
<p>So, are you suggestion a change? Perhaps a 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/2365#discussion_r250370259">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AWbkqwWzHp9AC4G6EGa2amGOj90sF_tjks5vGM2igaJpZM4aPEwB">mute the thread</a>.<img src="https://github.com/notifications/beacon/AWbkq0NB1OPlV1r19xFrGiVfQNcjBCoCks5vGM2igaJpZM4aPEwB.gif" height="1" width="1" alt="" /></p>
<script type="application/json" data-scope="inboxmarkup">{"api_version":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name":"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"https://github.githubassets.com/images/email/message_cards/header.png","avatar_image_url":"https://github.githubassets.com/images/email/message_cards/avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/quicwg/base-drafts"}},"updates":{"snippets":[{"icon":"PERSON","message":"@nibanks commented on #2365"}],"action":{"name":"View Pull Request","url":"https://github.com/quicwg/base-drafts/pull/2365#discussion_r250370259"}}}</script>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/pull/2365#discussion_r250370259",
"url": "https://github.com/quicwg/base-drafts/pull/2365#discussion_r250370259",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>
----==_mimepart_5c48d622ad04b_2e423fcc69ed45c080586--


From nobody Wed Jan 23 13:02: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 170D0130F04 for <quic-issues@ietfa.amsl.com>; Wed, 23 Jan 2019 13:02:35 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -12.552
X-Spam-Level: 
X-Spam-Status: No, score=-12.552 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIMWL_WL_HIGH=-4.553, 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_PASS=-0.001] autolearn=ham autolearn_force=no
Authentication-Results: ietfa.amsl.com (amavisd-new); dkim=pass (1024-bit key) header.d=github.com
Received: from mail.ietf.org ([4.31.198.44]) by localhost (ietfa.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id bJgHK5Levorx for <quic-issues@ietfa.amsl.com>; Wed, 23 Jan 2019 13:02: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 124BF128D09 for <quic-issues@ietf.org>; Wed, 23 Jan 2019 13:02:33 -0800 (PST)
Date: Wed, 23 Jan 2019 13:02:32 -0800
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1548277352; bh=2J8xnYotAQQ2rU2DbqOc97Rlz89RlQHK839qCP30mRs=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=m2BJ5Z9V+APaqdMaItUgbV1P+OqTV1KmWJ7MWmK3mPi8a7AyfytMG1mmfqT/5GciZ +YUciDJd6xhTYlLvhhEpg4oIhf/7PcDA+zjy/3S25H7YjWrFmYKQqFTTi49Dc+ZD02 1Elmwvm42kQMhwLZraYNGGs908x8q4zuaHLkKQnQ=
From: Nick Banks <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+0166e4ab41b472184a166b7527531676b422519394b6c2d492cf000000011860986892a169ce17fab1f6@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/pull/2365/review/195742119@github.com>
In-Reply-To: <quicwg/base-drafts/pull/2365@github.com>
References: <quicwg/base-drafts/pull/2365@github.com>
Subject: Re: [quicwg/base-drafts] Persistent Congestion Time Threshold (#2365)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5c48d66860297_32513fb1d62d45c089874"; 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/ed9nguUbvgY-tnbPB_aG0K9Rlz8>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
List-Id: Notification list for GitHub issues related to the QUIC WG <quic-issues.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=unsubscribe>
List-Archive: <https://mailarchive.ietf.org/arch/browse/quic-issues/>
List-Post: <mailto:quic-issues@ietf.org>
List-Help: <mailto:quic-issues-request@ietf.org?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, 23 Jan 2019 21:02:35 -0000

----==_mimepart_5c48d66860297_32513fb1d62d45c089874
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

nibanks commented on this pull request.



> @@ -1003,14 +1003,21 @@ packets might cause the sender's bytes in flight to exceed the congestion window
 until an acknowledgement is received that establishes loss or delivery of
 packets.
 
-When an ACK frame is received that establishes loss of all in-flight packets
-sent prior to a threshold number of consecutive PTOs (pto_count is more than
-kPersistentCongestionThreshold, see {{cc-consts-of-interest}}), the network is
-considered to be experiencing persistent congestion, and the sender's congestion
-window MUST be reduced to the minimum congestion window (kMinimumWindow).  This
-response of collapsing the congestion window on persistent congestion is
-functionally similar to a sender's response on a Retransmission Timeout (RTO) in
-TCP {{RFC5681}}.
+## Persistent Congestion

I'm not super opinionated either way, but I feel like coupling the two things go us into this problem in the first place. They are related but still fairly independent in my mind. Especially, if we ever go with the model of a separate timer.

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/quicwg/base-drafts/pull/2365#discussion_r250370612
----==_mimepart_5c48d66860297_32513fb1d62d45c089874
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/2365#discussion_r250370612">draft-ietf-quic-recovery.md</a>:</p>
<pre style='color:#555'>&gt; @@ -1003,14 +1003,21 @@ packets might cause the sender&#39;s bytes in flight to exceed the congestion window
 until an acknowledgement is received that establishes loss or delivery of
 packets.
 
-When an ACK frame is received that establishes loss of all in-flight packets
-sent prior to a threshold number of consecutive PTOs (pto_count is more than
-kPersistentCongestionThreshold, see {{cc-consts-of-interest}}), the network is
-considered to be experiencing persistent congestion, and the sender&#39;s congestion
-window MUST be reduced to the minimum congestion window (kMinimumWindow).  This
-response of collapsing the congestion window on persistent congestion is
-functionally similar to a sender&#39;s response on a Retransmission Timeout (RTO) in
-TCP {{RFC5681}}.
+## Persistent Congestion
</pre>
<p>I'm not super opinionated either way, but I feel like coupling the two things go us into this problem in the first place. They are related but still fairly independent in my mind. Especially, if we ever go with the model of a separate timer.</p>

<p style="font-size:small;-webkit-text-size-adjust:none;color:#666;">&mdash;<br />You are receiving this because you are subscribed to this thread.<br />Reply to this email directly, <a href="https://github.com/quicwg/base-drafts/pull/2365#discussion_r250370612">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AWbkq1B6ZRncZjTYgdbFCdnA91Q3PlbAks5vGM3ogaJpZM4aPEwB">mute the thread</a>.<img src="https://github.com/notifications/beacon/AWbkq-jfLBon-sMvb1eNuDhkpe1I5YSBks5vGM3ogaJpZM4aPEwB.gif" height="1" width="1" alt="" /></p>
<script type="application/json" data-scope="inboxmarkup">{"api_version":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name":"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"https://github.githubassets.com/images/email/message_cards/header.png","avatar_image_url":"https://github.githubassets.com/images/email/message_cards/avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/quicwg/base-drafts"}},"updates":{"snippets":[{"icon":"PERSON","message":"@nibanks commented on #2365"}],"action":{"name":"View Pull Request","url":"https://github.com/quicwg/base-drafts/pull/2365#discussion_r250370612"}}}</script>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/pull/2365#discussion_r250370612",
"url": "https://github.com/quicwg/base-drafts/pull/2365#discussion_r250370612",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>
----==_mimepart_5c48d66860297_32513fb1d62d45c089874--


From nobody Wed Jan 23 13: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 B10D1130F04 for <quic-issues@ietfa.amsl.com>; Wed, 23 Jan 2019 13:02:43 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -12.553
X-Spam-Level: 
X-Spam-Status: No, score=-12.553 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIMWL_WL_HIGH=-4.553, 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_PASS=-0.001] autolearn=ham autolearn_force=no
Authentication-Results: ietfa.amsl.com (amavisd-new); dkim=pass (1024-bit key) header.d=github.com
Received: from mail.ietf.org ([4.31.198.44]) by localhost (ietfa.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id EvQJgJe1dHjt for <quic-issues@ietfa.amsl.com>; Wed, 23 Jan 2019 13:02: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 41979128D09 for <quic-issues@ietf.org>; Wed, 23 Jan 2019 13:02:42 -0800 (PST)
Date: Wed, 23 Jan 2019 13:02:41 -0800
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1548277361; bh=TDoPp7I4bWkgZKgnBsqYuBzl3Y3vrcHWNZEcWqQkfTU=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=wQ7uj+r9vKkfN8panhA7JYZeNC9/BvDqyBsQNlGOd3fO9lIqPfZ+9AXnnnpjaXm/H UlYW59hByYDunODcIp+PgvUzZ7q46OGR8D21+fijdr5LDsjUIVCQ3ShKbDl+B7rAUT QvH6dAfY9EPU9XOph62z2pkMIEAM8W4DCOlwq6D4=
From: Nick Banks <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+0166e4ab564b6eb054a69cb464d20b9f1b61cb0a2a60e71a92cf000000011860987192a169ce17fab1f6@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/pull/2365/review/195742176@github.com>
In-Reply-To: <quicwg/base-drafts/pull/2365@github.com>
References: <quicwg/base-drafts/pull/2365@github.com>
Subject: Re: [quicwg/base-drafts] Persistent Congestion Time Threshold (#2365)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5c48d67188bec_48a23ff32ccd45c45654e"; 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/03_ljShy-23B7HqktHqHWtUpSac>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
List-Id: Notification list for GitHub issues related to the QUIC WG <quic-issues.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=unsubscribe>
List-Archive: <https://mailarchive.ietf.org/arch/browse/quic-issues/>
List-Post: <mailto:quic-issues@ietf.org>
List-Help: <mailto:quic-issues-request@ietf.org?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, 23 Jan 2019 21:02:44 -0000

----==_mimepart_5c48d67188bec_48a23ff32ccd45c45654e
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

nibanks commented on this pull request.



> @@ -1003,14 +1003,21 @@ packets might cause the sender's bytes in flight to exceed the congestion window
 until an acknowledgement is received that establishes loss or delivery of
 packets.
 
-When an ACK frame is received that establishes loss of all in-flight packets
-sent prior to a threshold number of consecutive PTOs (pto_count is more than
-kPersistentCongestionThreshold, see {{cc-consts-of-interest}}), the network is
-considered to be experiencing persistent congestion, and the sender's congestion
-window MUST be reduced to the minimum congestion window (kMinimumWindow).  This
-response of collapsing the congestion window on persistent congestion is
-functionally similar to a sender's response on a Retransmission Timeout (RTO) in
-TCP {{RFC5681}}.
+## Persistent Congestion
+
+The network is considered to be experiencing persistent congestion when the
+sender goes a period of time without receiving any ACK frames for its in-flight,
+ack-eliciting packets.  Generally, this can be calculated as a number of
+consecutive PTOs (pto_count is more than  kPersistentCongestionThreshold, see
+{{cc-consts-of-interest}}), but since a PTO only occurs if no other

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/2365#discussion_r250370657
----==_mimepart_5c48d67188bec_48a23ff32ccd45c45654e
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/2365#discussion_r250370657">draft-ietf-quic-recovery.md</a>:</p>
<pre style='color:#555'>&gt; @@ -1003,14 +1003,21 @@ packets might cause the sender&#39;s bytes in flight to exceed the congestion window
 until an acknowledgement is received that establishes loss or delivery of
 packets.
 
-When an ACK frame is received that establishes loss of all in-flight packets
-sent prior to a threshold number of consecutive PTOs (pto_count is more than
-kPersistentCongestionThreshold, see {{cc-consts-of-interest}}), the network is
-considered to be experiencing persistent congestion, and the sender&#39;s congestion
-window MUST be reduced to the minimum congestion window (kMinimumWindow).  This
-response of collapsing the congestion window on persistent congestion is
-functionally similar to a sender&#39;s response on a Retransmission Timeout (RTO) in
-TCP {{RFC5681}}.
+## Persistent Congestion
+
+The network is considered to be experiencing persistent congestion when the
+sender goes a period of time without receiving any ACK frames for its in-flight,
+ack-eliciting packets.  Generally, this can be calculated as a number of
+consecutive PTOs (pto_count is more than  kPersistentCongestionThreshold, see
+{{cc-consts-of-interest}}), but since a PTO only occurs if no other
</pre>
<p>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/2365#discussion_r250370657">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AWbkq8R13msusmZ8i8ODvLd7tEQcs48sks5vGM3xgaJpZM4aPEwB">mute the thread</a>.<img src="https://github.com/notifications/beacon/AWbkq2ajAQSCTmNOL1D0EFqD9Iis984bks5vGM3xgaJpZM4aPEwB.gif" height="1" width="1" alt="" /></p>
<script type="application/json" data-scope="inboxmarkup">{"api_version":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name":"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"https://github.githubassets.com/images/email/message_cards/header.png","avatar_image_url":"https://github.githubassets.com/images/email/message_cards/avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/quicwg/base-drafts"}},"updates":{"snippets":[{"icon":"PERSON","message":"@nibanks commented on #2365"}],"action":{"name":"View Pull Request","url":"https://github.com/quicwg/base-drafts/pull/2365#discussion_r250370657"}}}</script>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/pull/2365#discussion_r250370657",
"url": "https://github.com/quicwg/base-drafts/pull/2365#discussion_r250370657",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>
----==_mimepart_5c48d67188bec_48a23ff32ccd45c45654e--


From nobody Wed Jan 23 13:05: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 383C7128D09 for <quic-issues@ietfa.amsl.com>; Wed, 23 Jan 2019 13:05:45 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -12.552
X-Spam-Level: 
X-Spam-Status: No, score=-12.552 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIMWL_WL_HIGH=-4.553, 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_PASS=-0.001] autolearn=ham autolearn_force=no
Authentication-Results: ietfa.amsl.com (amavisd-new); dkim=pass (1024-bit key) header.d=github.com
Received: from mail.ietf.org ([4.31.198.44]) by localhost (ietfa.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id odEk5b13SLVv for <quic-issues@ietfa.amsl.com>; Wed, 23 Jan 2019 13:05: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 956FB128AFB for <quic-issues@ietf.org>; Wed, 23 Jan 2019 13:05:43 -0800 (PST)
Date: Wed, 23 Jan 2019 13:05:42 -0800
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1548277542; bh=3eyJ8jyPnkDV+GVa+ciyKZNHxuWFOsTth1518CEEE9k=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=CglR2+uyTQr703dPZrHwdjFM8o5ygG9vZH/xtmwZXvrTwG4dMRdv0eS1lpxKEMlZB T3fup36IOvRefbWSkjTRji7PrI/JiqolAWE9Bhdhx7vAzSABe+XKdJaVgGrN9nkbiz PHEDAPEUr1VSXaKbj08UZvus4Ak22O+p57Qdwhnk=
From: MikkelFJ <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+0166e4ab96726c2475ebc7a1cc4a870041fe4e4035920f9492cf000000011860992692a169ce17fab1f6@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/pull/2365/review/195743429@github.com>
In-Reply-To: <quicwg/base-drafts/pull/2365@github.com>
References: <quicwg/base-drafts/pull/2365@github.com>
Subject: Re: [quicwg/base-drafts] Persistent Congestion Time Threshold (#2365)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5c48d726eaeed_7ac03fbabaed45b8536ee"; 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/MweXwEsqIkIiOa5-ei4SkUSUeuM>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
List-Id: Notification list for GitHub issues related to the QUIC WG <quic-issues.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=unsubscribe>
List-Archive: <https://mailarchive.ietf.org/arch/browse/quic-issues/>
List-Post: <mailto:quic-issues@ietf.org>
List-Help: <mailto:quic-issues-request@ietf.org?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, 23 Jan 2019 21:05:45 -0000

----==_mimepart_5c48d726eaeed_7ac03fbabaed45b8536ee
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

mikkelfj commented on this pull request.



> @@ -1003,14 +1003,21 @@ packets might cause the sender's bytes in flight to exceed the congestion window
 until an acknowledgement is received that establishes loss or delivery of
 packets.
 
-When an ACK frame is received that establishes loss of all in-flight packets
-sent prior to a threshold number of consecutive PTOs (pto_count is more than
-kPersistentCongestionThreshold, see {{cc-consts-of-interest}}), the network is
-considered to be experiencing persistent congestion, and the sender's congestion
-window MUST be reduced to the minimum congestion window (kMinimumWindow).  This
-response of collapsing the congestion window on persistent congestion is
-functionally similar to a sender's response on a Retransmission Timeout (RTO) in
-TCP {{RFC5681}}.
+## Persistent Congestion
+
+The network is considered to be experiencing persistent congestion when the
+sender goes a period of time without receiving any ACK frames for its in-flight,
+ack-eliciting packets.  Generally, this can be calculated as a number of

I'm getting used to that word ...

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/quicwg/base-drafts/pull/2365#pullrequestreview-195743429
----==_mimepart_5c48d726eaeed_7ac03fbabaed45b8536ee
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/2365#discussion_r250371660">draft-ietf-quic-recovery.md</a>:</p>
<pre style='color:#555'>&gt; @@ -1003,14 +1003,21 @@ packets might cause the sender&#39;s bytes in flight to exceed the congestion window
 until an acknowledgement is received that establishes loss or delivery of
 packets.
 
-When an ACK frame is received that establishes loss of all in-flight packets
-sent prior to a threshold number of consecutive PTOs (pto_count is more than
-kPersistentCongestionThreshold, see {{cc-consts-of-interest}}), the network is
-considered to be experiencing persistent congestion, and the sender&#39;s congestion
-window MUST be reduced to the minimum congestion window (kMinimumWindow).  This
-response of collapsing the congestion window on persistent congestion is
-functionally similar to a sender&#39;s response on a Retransmission Timeout (RTO) in
-TCP {{RFC5681}}.
+## Persistent Congestion
+
+The network is considered to be experiencing persistent congestion when the
+sender goes a period of time without receiving any ACK frames for its in-flight,
+ack-eliciting packets.  Generally, this can be calculated as a number of
</pre>
<p>I'm getting used to that word ...</p>

<p style="font-size:small;-webkit-text-size-adjust:none;color:#666;">&mdash;<br />You are receiving this because you are subscribed to this thread.<br />Reply to this email directly, <a href="https://github.com/quicwg/base-drafts/pull/2365#pullrequestreview-195743429">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AWbkqwtlCKzLlLYozq3p1vc0mLNu9QB7ks5vGM6mgaJpZM4aPEwB">mute the thread</a>.<img src="https://github.com/notifications/beacon/AWbkq_PYsqTO_9qHrPjjqidauRT2ySoTks5vGM6mgaJpZM4aPEwB.gif" height="1" width="1" alt="" /></p>
<script type="application/json" data-scope="inboxmarkup">{"api_version":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name":"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"https://github.githubassets.com/images/email/message_cards/header.png","avatar_image_url":"https://github.githubassets.com/images/email/message_cards/avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/quicwg/base-drafts"}},"updates":{"snippets":[{"icon":"PERSON","message":"@mikkelfj commented on #2365"}],"action":{"name":"View Pull Request","url":"https://github.com/quicwg/base-drafts/pull/2365#pullrequestreview-195743429"}}}</script>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/pull/2365#pullrequestreview-195743429",
"url": "https://github.com/quicwg/base-drafts/pull/2365#pullrequestreview-195743429",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>
----==_mimepart_5c48d726eaeed_7ac03fbabaed45b8536ee--


From nobody Wed Jan 23 13:08: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 389FE130F04 for <quic-issues@ietfa.amsl.com>; Wed, 23 Jan 2019 13:08:41 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -10.935
X-Spam-Level: 
X-Spam-Status: No, score=-10.935 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIMWL_WL_HIGH=-4.553, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, HTML_IMAGE_ONLY_24=1.618, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-1, RCVD_IN_DNSWL_HI=-5, SPF_PASS=-0.001] autolearn=ham autolearn_force=no
Authentication-Results: ietfa.amsl.com (amavisd-new); dkim=pass (1024-bit key) header.d=github.com
Received: from mail.ietf.org ([4.31.198.44]) by localhost (ietfa.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id k8Bo2VAyKrkr for <quic-issues@ietfa.amsl.com>; Wed, 23 Jan 2019 13:08:39 -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 B5F17128AFB for <quic-issues@ietf.org>; Wed, 23 Jan 2019 13:08:39 -0800 (PST)
Date: Wed, 23 Jan 2019 13:08:39 -0800
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1548277719; bh=GNfrTGZpdtb+Dpy2zQlDJdFUcwYT9DfqBoLwGr/u30A=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=dw5PNbUnSSeeKU0Bu9ETOjLPeXqKvutbJDykeKTtZO+4kFoCrqTypPC6031OUp7Jp JZMAqsi0CocA63m/LNjfWseJuL/DJIvATgNVK9dt/rXgTW4RlR5tJ+0/EyarvUPMed 3zTg03ckHv4DfuUfkcKmZ2N3qKT48D3SNvvliVX4=
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/2365/push/3237817117@github.com>
In-Reply-To: <quicwg/base-drafts/pull/2365@github.com>
References: <quicwg/base-drafts/pull/2365@github.com>
Subject: Re: [quicwg/base-drafts] Persistent Congestion Time Threshold (#2365)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5c48d7d716bfc_221e3fe8684d45b41177d5"; 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/aMTYps6g6PF_we7klr19MdJSB4g>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
List-Id: Notification list for GitHub issues related to the QUIC WG <quic-issues.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=unsubscribe>
List-Archive: <https://mailarchive.ietf.org/arch/browse/quic-issues/>
List-Post: <mailto:quic-issues@ietf.org>
List-Help: <mailto:quic-issues-request@ietf.org?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, 23 Jan 2019 21:08:41 -0000

----==_mimepart_5c48d7d716bfc_221e3fe8684d45b41177d5
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

@nibanks pushed 1 commit.

8c4cfdb6f762119b2736b89115448f5dec8690f9  Some of Ian's comments


-- 
You are receiving this because you are subscribed to this thread.
View it on GitHub:
https://github.com/quicwg/base-drafts/pull/2365/files/a2ab05c21bc360e2953d8b01705c839e32975b4f..8c4cfdb6f762119b2736b89115448f5dec8690f9

----==_mimepart_5c48d7d716bfc_221e3fe8684d45b41177d5
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/8c4cfdb6f762119b2736b89115448f5dec8690f9">8c4cfdb</a>  Some of Ian&#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/2365/files/a2ab05c21bc360e2953d8b01705c839e32975b4f..8c4cfdb6f762119b2736b89115448f5dec8690f9">View it on GitHub</a> or <a href="https://github.com/notifications/unsubscribe-auth/AWbkq2Pz7B5S9s-xdZOoam5d-J0UYCv_ks5vGM9XgaJpZM4aPEwB">mute the thread</a>.<img src="https://github.com/notifications/beacon/AWbkqyKmBL1nKiDrgFyZlNWK3H-3cPMvks5vGM9XgaJpZM4aPEwB.gif" height="1" width="1" alt="" /></p>
<script type="application/json" data-scope="inboxmarkup">{"api_version":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name":"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"https://github.githubassets.com/images/email/message_cards/header.png","avatar_image_url":"https://github.githubassets.com/images/email/message_cards/avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/quicwg/base-drafts"}},"updates":{"snippets":[{"icon":"PERSON","message":"@nibanks pushed 1 commit in #2365"}],"action":{"name":"View Pull Request","url":"https://github.com/quicwg/base-drafts/pull/2365/files/a2ab05c21bc360e2953d8b01705c839e32975b4f..8c4cfdb6f762119b2736b89115448f5dec8690f9"}}}</script>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/pull/2365/files/a2ab05c21bc360e2953d8b01705c839e32975b4f..8c4cfdb6f762119b2736b89115448f5dec8690f9",
"url": "https://github.com/quicwg/base-drafts/pull/2365/files/a2ab05c21bc360e2953d8b01705c839e32975b4f..8c4cfdb6f762119b2736b89115448f5dec8690f9",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>

----==_mimepart_5c48d7d716bfc_221e3fe8684d45b41177d5--


From nobody Wed Jan 23 13: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 77366130F26 for <quic-issues@ietfa.amsl.com>; Wed, 23 Jan 2019 13:23:36 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -12.552
X-Spam-Level: 
X-Spam-Status: No, score=-12.552 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIMWL_WL_HIGH=-4.553, 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_PASS=-0.001] autolearn=ham autolearn_force=no
Authentication-Results: ietfa.amsl.com (amavisd-new); dkim=pass (1024-bit key) header.d=github.com
Received: from mail.ietf.org ([4.31.198.44]) by localhost (ietfa.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id xklVLSWnkaDb for <quic-issues@ietfa.amsl.com>; Wed, 23 Jan 2019 13:23: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 BB1F0130F25 for <quic-issues@ietf.org>; Wed, 23 Jan 2019 13:23:34 -0800 (PST)
Date: Wed, 23 Jan 2019 13:23:33 -0800
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1548278613; bh=CoZ8VZvThKGhSYOB+HyjcV01vmUY5qKbubDtjOxV15k=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=jV71klEhcypICBPJQQZ511LlOlgieE8wvBZ/w7mVEKPe4ktMYis22t5NaID2GvRp5 gBiq2J4n8r6dn5evtWTUhvyRQqfzgc08zPAMOXqOdHFVj8patZbGOTEE4GwTvfZ/aN mk6YPsn5uK+fFd88y8KaEjDpK2s/vDPeYpiwukEc=
From: MikkelFJ <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+0166e4ab3ef48296a21eb1f35baaf6b0dfefc234ad69b4c792cf0000000118609d5592a169ce17fab1f6@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/pull/2365/c456971499@github.com>
In-Reply-To: <quicwg/base-drafts/pull/2365@github.com>
References: <quicwg/base-drafts/pull/2365@github.com>
Subject: Re: [quicwg/base-drafts] Persistent Congestion Time Threshold (#2365)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5c48db55a56d0_1d433f8ae66d45c42355a8"; 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/pQoqbZWLg3ui4KQsM5a56RFcODs>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
List-Id: Notification list for GitHub issues related to the QUIC WG <quic-issues.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=unsubscribe>
List-Archive: <https://mailarchive.ietf.org/arch/browse/quic-issues/>
List-Post: <mailto:quic-issues@ietf.org>
List-Help: <mailto:quic-issues-request@ietf.org?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, 23 Jan 2019 21:23:37 -0000

----==_mimepart_5c48db55a56d0_1d433f8ae66d45c42355a8
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

I'm wondering how many concurrent timers there are. Is it always at most one timer?
The probe timer is updated fairly frequently and that is actually a heavy operation if it is inserted into red-black tree (as is popular though suboptimal) when there are many concurrent connections.

Another approach would be to poll the state periodically and take action at those intervals. This could be done by not resetting the timer but inspecting state once it expires. Granted, a timeout might also be costly.

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/quicwg/base-drafts/pull/2365#issuecomment-456971499
----==_mimepart_5c48db55a56d0_1d433f8ae66d45c42355a8
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: quoted-printable

<p>I'm wondering how many concurrent timers there are. Is it always at mo=
st one timer?<br>
The probe timer is updated fairly frequently and that is actually a heavy=
 operation if it is inserted into red-black tree (as is popular though su=
boptimal) when there are many concurrent connections.</p>
<p>Another approach would be to poll the state periodically and take acti=
on at those intervals. This could be done by not resetting the timer but =
inspecting state once it expires. Granted, a timeout might also be costly=
.</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/pull/2365#issuecomment-456971499">view it on GitHub</a>, o=
r <a href=3D"https://github.com/notifications/unsubscribe-auth/AWbkq0pMH-=
bSaZB1viBJ8HECoAuPqmn5ks5vGNLVgaJpZM4aPEwB">mute the thread</a>.<img src=3D=
"https://github.com/notifications/beacon/AWbkq5S6Gzftw9O8osQ9jjueVZV3XWUH=
ks5vGNLVgaJpZM4aPEwB.gif" height=3D"1" width=3D"1" alt=3D"" /></p>
<script type=3D"application/json" data-scope=3D"inboxmarkup">{"api_versio=
n":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name"=
:"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"=
quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"http=
s://github.githubassets.com/images/email/message_cards/header.png","avata=
r_image_url":"https://github.githubassets.com/images/email/message_cards/=
avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/q=
uicwg/base-drafts"}},"updates":{"snippets":[{"icon":"PERSON","message":"@=
mikkelfj in #2365: I'm wondering how many concurrent timers there are. Is=
 it always at most one timer?\r\nThe probe timer is updated fairly freque=
ntly and that is actually a heavy operation if it is inserted into red-bl=
ack tree (as is popular though suboptimal) when there are many concurrent=
 connections.\r\n\r\nAnother approach would be to poll the state periodic=
ally and take action at those intervals. This could be done by not resett=
ing the timer but inspecting state once it expires. Granted, a timeout mi=
ght also be costly."}],"action":{"name":"View Pull Request","url":"https:=
//github.com/quicwg/base-drafts/pull/2365#issuecomment-456971499"}}}</scr=
ipt>
<script type=3D"application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/pull/2365#issuecomment-4=
56971499",
"url": "https://github.com/quicwg/base-drafts/pull/2365#issuecomment-4569=
71499",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>=

----==_mimepart_5c48db55a56d0_1d433f8ae66d45c42355a8--


From nobody Wed Jan 23 13:28: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 E966C130F1B for <quic-issues@ietfa.amsl.com>; Wed, 23 Jan 2019 13:28:33 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -12.553
X-Spam-Level: 
X-Spam-Status: No, score=-12.553 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIMWL_WL_HIGH=-4.553, 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_PASS=-0.001] autolearn=ham autolearn_force=no
Authentication-Results: ietfa.amsl.com (amavisd-new); dkim=pass (1024-bit key) header.d=github.com
Received: from mail.ietf.org ([4.31.198.44]) by localhost (ietfa.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id b8OekLNRXzvk for <quic-issues@ietfa.amsl.com>; Wed, 23 Jan 2019 13:28: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 CB9E7124BE5 for <quic-issues@ietf.org>; Wed, 23 Jan 2019 13:28:31 -0800 (PST)
Date: Wed, 23 Jan 2019 13:28:30 -0800
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1548278910; bh=NLJPDmbQetFIusjZOioNgUtEdBdYxogAzuM/L9S84cg=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=bHFxlBlfselnuGX5lD7ZBo71faN+qHS5NjvFsNCvuMmXfh0+VhiuO3qo8c0IrGqjC g+NmHQiBkiAJrckUaAKqQwiwy1N6NJNRTBvMp5N552c1KEd+LBvg0Ar58guox+pGNw a9B/XizkTwENRGDncTvdE+lbZK6KnYU31HOCYbHM=
From: MikkelFJ <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+0166e4abe1adfb6911f009fb452017a5f0c5d3e82009da7692cf0000000118609e7e92a169ce17fab1f6@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/pull/2365/review/195744311@github.com>
In-Reply-To: <quicwg/base-drafts/pull/2365@github.com>
References: <quicwg/base-drafts/pull/2365@github.com>
Subject: Re: [quicwg/base-drafts] Persistent Congestion Time Threshold (#2365)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5c48dc7e9873f_3ff73fb7482d45bc34971d"; 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/G7LfX9Bx41yeCm76mRKEy-WNsdc>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
List-Id: Notification list for GitHub issues related to the QUIC WG <quic-issues.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=unsubscribe>
List-Archive: <https://mailarchive.ietf.org/arch/browse/quic-issues/>
List-Post: <mailto:quic-issues@ietf.org>
List-Help: <mailto:quic-issues-request@ietf.org?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, 23 Jan 2019 21:28:34 -0000

----==_mimepart_5c48dc7e9873f_3ff73fb7482d45bc34971d
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

mikkelfj commented on this pull request.



> -When an ACK frame is received that establishes loss of all in-flight packets
-sent prior to a threshold number of consecutive PTOs (pto_count is more than
-kPersistentCongestionThreshold, see {{cc-consts-of-interest}}), the network is
-considered to be experiencing persistent congestion, and the sender's congestion
-window MUST be reduced to the minimum congestion window (kMinimumWindow).  This
-response of collapsing the congestion window on persistent congestion is
-functionally similar to a sender's response on a Retransmission Timeout (RTO) in
-TCP {{RFC5681}}.
+## Persistent Congestion
+
+The network is considered to be experiencing persistent congestion when the
+sender goes a period of time without receiving any ACK frames for its in-flight,
+ack-eliciting packets.  Generally, this can be calculated as a number of
+consecutive PTOs (pto_count is more than  kPersistentCongestionThreshold, see
+{{cc-consts-of-interest}}), but since a PTO only occurs if no other
+ack-eliciting packets have been sent, an explicit time out must be used to

```suggestion
ack-eliciting packets have been sent, an explicit timeout must be used to
```

> -sent prior to a threshold number of consecutive PTOs (pto_count is more than
-kPersistentCongestionThreshold, see {{cc-consts-of-interest}}), the network is
-considered to be experiencing persistent congestion, and the sender's congestion
-window MUST be reduced to the minimum congestion window (kMinimumWindow).  This
-response of collapsing the congestion window on persistent congestion is
-functionally similar to a sender's response on a Retransmission Timeout (RTO) in
-TCP {{RFC5681}}.
+## Persistent Congestion
+
+The network is considered to be experiencing persistent congestion when the
+sender goes a period of time without receiving any ACK frames for its in-flight,
+ack-eliciting packets.  Generally, this can be calculated as a number of
+consecutive PTOs (pto_count is more than  kPersistentCongestionThreshold, see
+{{cc-consts-of-interest}}), but since a PTO only occurs if no other
+ack-eliciting packets have been sent, an explicit time out must be used to
+account for those cases where PTOs don't occur.

```suggestion
account for those cases where PTOs do not occur.
```

> @@ -1132,6 +1144,8 @@ increases bytes_in_flight.
 
 ~~~
    OnPacketSentCC(bytes_sent):
+     if (bytes_in_flight == 0):

if (ack_eliciting && bytes_in_flight == 0):

> @@ -1132,6 +1144,8 @@ increases bytes_in_flight.
 
 ~~~
    OnPacketSentCC(bytes_sent):
+     if (bytes_in_flight == 0):
+       probe_start_time = Now()

`if (ack_eliciting)` is used elsewhere.

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/quicwg/base-drafts/pull/2365#pullrequestreview-195744311
----==_mimepart_5c48dc7e9873f_3ff73fb7482d45bc34971d
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: quoted-printable

<p><b>@mikkelfj</b> commented on this pull request.</p>=0D
=0D
<hr>=0D
=0D
<p>In <a href=3D"https://github.com/quicwg/base-drafts/pull/2365#discussi=
on_r250372367">draft-ietf-quic-recovery.md</a>:</p>=0D
<pre style=3D'color:#555'>&gt; -When an ACK frame is received that establ=
ishes loss of all in-flight packets=0D
-sent prior to a threshold number of consecutive PTOs (pto_count is more =
than=0D
-kPersistentCongestionThreshold, see {{cc-consts-of-interest}}), the netw=
ork is=0D
-considered to be experiencing persistent congestion, and the sender&#39;=
s congestion=0D
-window MUST be reduced to the minimum congestion window (kMinimumWindow)=
.  This=0D
-response of collapsing the congestion window on persistent congestion is=
=0D
-functionally similar to a sender&#39;s response on a Retransmission Time=
out (RTO) in=0D
-TCP {{RFC5681}}.=0D
+## Persistent Congestion=0D
+=0D
+The network is considered to be experiencing persistent congestion when =
the=0D
+sender goes a period of time without receiving any ACK frames for its in=
-flight,=0D
+ack-eliciting packets.  Generally, this can be calculated as a number of=
=0D
+consecutive PTOs (pto_count is more than  kPersistentCongestionThreshold=
, see=0D
+{{cc-consts-of-interest}}), but since a PTO only occurs if no other=0D
+ack-eliciting packets have been sent, an explicit time out must be used =
to=0D
</pre>=0D
=E2=AC=87=EF=B8=8F Suggested change=0D
<pre style=3D"color: #555">-ack-eliciting packets have been sent, an expl=
icit time out must be used to=0D
+ack-eliciting packets have been sent, an explicit timeout must be used t=
o=0D
</pre>=0D
=0D
=0D
<hr>=0D
=0D
<p>In <a href=3D"https://github.com/quicwg/base-drafts/pull/2365#discussi=
on_r250372489">draft-ietf-quic-recovery.md</a>:</p>=0D
<pre style=3D'color:#555'>&gt; -sent prior to a threshold number of conse=
cutive PTOs (pto_count is more than=0D
-kPersistentCongestionThreshold, see {{cc-consts-of-interest}}), the netw=
ork is=0D
-considered to be experiencing persistent congestion, and the sender&#39;=
s congestion=0D
-window MUST be reduced to the minimum congestion window (kMinimumWindow)=
.  This=0D
-response of collapsing the congestion window on persistent congestion is=
=0D
-functionally similar to a sender&#39;s response on a Retransmission Time=
out (RTO) in=0D
-TCP {{RFC5681}}.=0D
+## Persistent Congestion=0D
+=0D
+The network is considered to be experiencing persistent congestion when =
the=0D
+sender goes a period of time without receiving any ACK frames for its in=
-flight,=0D
+ack-eliciting packets.  Generally, this can be calculated as a number of=
=0D
+consecutive PTOs (pto_count is more than  kPersistentCongestionThreshold=
, see=0D
+{{cc-consts-of-interest}}), but since a PTO only occurs if no other=0D
+ack-eliciting packets have been sent, an explicit time out must be used =
to=0D
+account for those cases where PTOs don&#39;t occur.=0D
</pre>=0D
=E2=AC=87=EF=B8=8F Suggested change=0D
<pre style=3D"color: #555">-account for those cases where PTOs don't occu=
r.=0D
+account for those cases where PTOs do not occur.=0D
</pre>=0D
=0D
=0D
<hr>=0D
=0D
<p>In <a href=3D"https://github.com/quicwg/base-drafts/pull/2365#discussi=
on_r250374651">draft-ietf-quic-recovery.md</a>:</p>=0D
<pre style=3D'color:#555'>&gt; @@ -1132,6 +1144,8 @@ increases bytes_in_f=
light.=0D
 =0D
 ~~~=0D
    OnPacketSentCC(bytes_sent):=0D
+     if (bytes_in_flight =3D=3D 0):=0D
</pre>=0D
<p>if (ack_eliciting &amp;&amp; bytes_in_flight =3D=3D 0):</p>=0D
=0D
<hr>=0D
=0D
<p>In <a href=3D"https://github.com/quicwg/base-drafts/pull/2365#discussi=
on_r250374804">draft-ietf-quic-recovery.md</a>:</p>=0D
<pre style=3D'color:#555'>&gt; @@ -1132,6 +1144,8 @@ increases bytes_in_f=
light.=0D
 =0D
 ~~~=0D
    OnPacketSentCC(bytes_sent):=0D
+     if (bytes_in_flight =3D=3D 0):=0D
+       probe_start_time =3D Now()=0D
</pre>=0D
<p><code>if (ack_eliciting)</code> is used elsewhere.</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/2365#pullrequestreview-195744311">view it on GitHub</=
a>, or <a href=3D"https://github.com/notifications/unsubscribe-auth/AWbkq=
5wmUBi3DxkgJr58qxcHxdw2eV3Fks5vGNP-gaJpZM4aPEwB">mute the thread</a>.<img=
 src=3D"https://github.com/notifications/beacon/AWbkq_nwAP40gDq44UivF5IN5=
TYR0E1qks5vGNP-gaJpZM4aPEwB.gif" height=3D"1" width=3D"1" alt=3D"" /></p>=
=0D
<script type=3D"application/json" data-scope=3D"inboxmarkup">{"api_versio=
n":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name"=
:"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"=
quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"http=
s://github.githubassets.com/images/email/message_cards/header.png","avata=
r_image_url":"https://github.githubassets.com/images/email/message_cards/=
avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/q=
uicwg/base-drafts"}},"updates":{"snippets":[{"icon":"PERSON","message":"@=
mikkelfj commented on #2365"}],"action":{"name":"View Pull Request","url"=
:"https://github.com/quicwg/base-drafts/pull/2365#pullrequestreview-19574=
4311"}}}</script>=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/2365#pullrequestrev=
iew-195744311",=0D
"url": "https://github.com/quicwg/base-drafts/pull/2365#pullrequestreview=
-195744311",=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_5c48dc7e9873f_3ff73fb7482d45bc34971d--


From nobody Wed Jan 23 13:31: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 07FC2130F1B for <quic-issues@ietfa.amsl.com>; Wed, 23 Jan 2019 13:31:32 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -10.935
X-Spam-Level: 
X-Spam-Status: No, score=-10.935 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIMWL_WL_HIGH=-4.553, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, HTML_IMAGE_ONLY_24=1.618, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-1, RCVD_IN_DNSWL_HI=-5, SPF_PASS=-0.001] autolearn=ham autolearn_force=no
Authentication-Results: ietfa.amsl.com (amavisd-new); dkim=pass (1024-bit key) header.d=github.com
Received: from mail.ietf.org ([4.31.198.44]) by localhost (ietfa.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id NsWovZR8mIsQ for <quic-issues@ietfa.amsl.com>; Wed, 23 Jan 2019 13:31:30 -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 4921F124BE5 for <quic-issues@ietf.org>; Wed, 23 Jan 2019 13:31:30 -0800 (PST)
Date: Wed, 23 Jan 2019 13:31:29 -0800
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1548279089; bh=lwuWurNZuyxh+0WJF+3eghvBUpVLE5mH44Gqbi+LYKE=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=mM8d1BWQBDyba3QkDiJM4tw28w/+ikOm3O2hJQ6qlON9kW/ht/hqP8BWnVlzaKnmZ xDd8fsiF6tLBCLiIVzBMmi6vmh+ds5yBNxCTrhH41qbH3U4IQqjY0eUl7q3tsFP0wW LIJ+ioxb0uJRUD1bz/B9ggDmYRRxQZuFZ+vF3hds=
From: Nick Banks <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+0166e4ab2b08f097e1c975ebac0ce75317bc99b0a470f98692cf0000000118609f3192a169ce17fab1f6@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/pull/2365/review/195753862@github.com>
In-Reply-To: <quicwg/base-drafts/pull/2365@github.com>
References: <quicwg/base-drafts/pull/2365@github.com>
Subject: Re: [quicwg/base-drafts] Persistent Congestion Time Threshold (#2365)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5c48dd31aca39_1d323f8ae66d45c4152078"; 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/S91Ksh2yPO7sXpwojUoWoUv01o8>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
List-Id: Notification list for GitHub issues related to the QUIC WG <quic-issues.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=unsubscribe>
List-Archive: <https://mailarchive.ietf.org/arch/browse/quic-issues/>
List-Post: <mailto:quic-issues@ietf.org>
List-Help: <mailto:quic-issues-request@ietf.org?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, 23 Jan 2019 21:31:32 -0000

----==_mimepart_5c48dd31aca39_1d323f8ae66d45c4152078
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

nibanks commented on this pull request.



> @@ -1132,6 +1144,8 @@ increases bytes_in_flight.
 
 ~~~
    OnPacketSentCC(bytes_sent):
+     if (bytes_in_flight == 0):

That doesn't quite work. What if the first packet isn't ack_eliciting but the second is? The first would still increment the counter, so when the second comes in it wouldn't be 0 any more.

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/quicwg/base-drafts/pull/2365#discussion_r250379912
----==_mimepart_5c48dd31aca39_1d323f8ae66d45c4152078
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/2365#discussion_r250379912">draft-ietf-quic-recovery.md</a>:</p>
<pre style='color:#555'>&gt; @@ -1132,6 +1144,8 @@ increases bytes_in_flight.
 
 ~~~
    OnPacketSentCC(bytes_sent):
+     if (bytes_in_flight == 0):
</pre>
<p>That doesn't quite work. What if the first packet isn't ack_eliciting but the second is? The first would still increment the counter, so when the second comes in it wouldn't be 0 any more.</p>

<p style="font-size:small;-webkit-text-size-adjust:none;color:#666;">&mdash;<br />You are receiving this because you are subscribed to this thread.<br />Reply to this email directly, <a href="https://github.com/quicwg/base-drafts/pull/2365#discussion_r250379912">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AWbkq8teS45Dq7N0Bf7mNKQ9fcBzoAAKks5vGNSxgaJpZM4aPEwB">mute the thread</a>.<img src="https://github.com/notifications/beacon/AWbkq-VRN_4tmINa5leEHsUrva1xXeL_ks5vGNSxgaJpZM4aPEwB.gif" height="1" width="1" alt="" /></p>
<script type="application/json" data-scope="inboxmarkup">{"api_version":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name":"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"https://github.githubassets.com/images/email/message_cards/header.png","avatar_image_url":"https://github.githubassets.com/images/email/message_cards/avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/quicwg/base-drafts"}},"updates":{"snippets":[{"icon":"PERSON","message":"@nibanks commented on #2365"}],"action":{"name":"View Pull Request","url":"https://github.com/quicwg/base-drafts/pull/2365#discussion_r250379912"}}}</script>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/pull/2365#discussion_r250379912",
"url": "https://github.com/quicwg/base-drafts/pull/2365#discussion_r250379912",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>
----==_mimepart_5c48dd31aca39_1d323f8ae66d45c4152078--


From nobody Wed Jan 23 13:32: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 4F0C5130F26 for <quic-issues@ietfa.amsl.com>; Wed, 23 Jan 2019 13:32:07 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -12.552
X-Spam-Level: 
X-Spam-Status: No, score=-12.552 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIMWL_WL_HIGH=-4.553, 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_PASS=-0.001] autolearn=ham autolearn_force=no
Authentication-Results: ietfa.amsl.com (amavisd-new); dkim=pass (1024-bit key) header.d=github.com
Received: from mail.ietf.org ([4.31.198.44]) by localhost (ietfa.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 7oLnrMNskcMv for <quic-issues@ietfa.amsl.com>; Wed, 23 Jan 2019 13:32: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 2257D130F35 for <quic-issues@ietf.org>; Wed, 23 Jan 2019 13:32:04 -0800 (PST)
Date: Wed, 23 Jan 2019 13:32:03 -0800
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1548279123; bh=Tl2L6p58qAmBBS0r+QZA0mkmivqgWKCDp8i0BNBNfsU=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=i5W9gc8MyVFrF0n9ox/N71cRKNbX0bfKMxuksWDgX/XxezrUtgLbQWdmWerJFbFjB RitvktAIYBvX9vrVq3rhD3OI6w+qu6d4RY0dTyDQyrkJNayLN6Q6q1cTPk2iWDvS96 KICLLc7VlMJDxcbVHYF3zpDcLC6vFttx4Revw2HM=
From: Nick Banks <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+0166e4abe60820924af2dd32a7ba2cc488e8fa088a7bf41692cf0000000118609f5392a169ce17fab1f6@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/pull/2365/review/195754054@github.com>
In-Reply-To: <quicwg/base-drafts/pull/2365@github.com>
References: <quicwg/base-drafts/pull/2365@github.com>
Subject: Re: [quicwg/base-drafts] Persistent Congestion Time Threshold (#2365)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5c48dd5366a52_48b33ff32ccd45c43538cf"; 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/jVFix6SU5Z3TVGmNuIItMjrXKaQ>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
List-Id: Notification list for GitHub issues related to the QUIC WG <quic-issues.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=unsubscribe>
List-Archive: <https://mailarchive.ietf.org/arch/browse/quic-issues/>
List-Post: <mailto:quic-issues@ietf.org>
List-Help: <mailto:quic-issues-request@ietf.org?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, 23 Jan 2019 21:32:07 -0000

----==_mimepart_5c48dd5366a52_48b33ff32ccd45c43538cf
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

nibanks commented on this pull request.



> -When an ACK frame is received that establishes loss of all in-flight packets
-sent prior to a threshold number of consecutive PTOs (pto_count is more than
-kPersistentCongestionThreshold, see {{cc-consts-of-interest}}), the network is
-considered to be experiencing persistent congestion, and the sender's congestion
-window MUST be reduced to the minimum congestion window (kMinimumWindow).  This
-response of collapsing the congestion window on persistent congestion is
-functionally similar to a sender's response on a Retransmission Timeout (RTO) in
-TCP {{RFC5681}}.
+## Persistent Congestion
+
+The network is considered to be experiencing persistent congestion when the
+sender goes a period of time without receiving any ACK frames for its in-flight,
+ack-eliciting packets.  Generally, this can be calculated as a number of
+consecutive PTOs (pto_count is more than  kPersistentCongestionThreshold, see
+{{cc-consts-of-interest}}), but since a PTO only occurs if no other
+ack-eliciting packets have been sent, an explicit time out must be used to

Could you make these suggestions on the latest changes so I can accept them more easily?

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/quicwg/base-drafts/pull/2365#discussion_r250380055
----==_mimepart_5c48dd5366a52_48b33ff32ccd45c43538cf
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/2365#discussion_r250380055">draft-ietf-quic-recovery.md</a>:</p>
<pre style='color:#555'>&gt; -When an ACK frame is received that establishes loss of all in-flight packets
-sent prior to a threshold number of consecutive PTOs (pto_count is more than
-kPersistentCongestionThreshold, see {{cc-consts-of-interest}}), the network is
-considered to be experiencing persistent congestion, and the sender&#39;s congestion
-window MUST be reduced to the minimum congestion window (kMinimumWindow).  This
-response of collapsing the congestion window on persistent congestion is
-functionally similar to a sender&#39;s response on a Retransmission Timeout (RTO) in
-TCP {{RFC5681}}.
+## Persistent Congestion
+
+The network is considered to be experiencing persistent congestion when the
+sender goes a period of time without receiving any ACK frames for its in-flight,
+ack-eliciting packets.  Generally, this can be calculated as a number of
+consecutive PTOs (pto_count is more than  kPersistentCongestionThreshold, see
+{{cc-consts-of-interest}}), but since a PTO only occurs if no other
+ack-eliciting packets have been sent, an explicit time out must be used to
</pre>
<p>Could you make these suggestions on the latest changes so I can accept them more easily?</p>

<p style="font-size:small;-webkit-text-size-adjust:none;color:#666;">&mdash;<br />You are receiving this because you are subscribed to this thread.<br />Reply to this email directly, <a href="https://github.com/quicwg/base-drafts/pull/2365#discussion_r250380055">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AWbkqwaZmOw9JjpgDFSoB_uHhHHddSqEks5vGNTTgaJpZM4aPEwB">mute the thread</a>.<img src="https://github.com/notifications/beacon/AWbkq_dwFTSK1O7GbmtTcA7a9M-xq78Fks5vGNTTgaJpZM4aPEwB.gif" height="1" width="1" alt="" /></p>
<script type="application/json" data-scope="inboxmarkup">{"api_version":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name":"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"https://github.githubassets.com/images/email/message_cards/header.png","avatar_image_url":"https://github.githubassets.com/images/email/message_cards/avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/quicwg/base-drafts"}},"updates":{"snippets":[{"icon":"PERSON","message":"@nibanks commented on #2365"}],"action":{"name":"View Pull Request","url":"https://github.com/quicwg/base-drafts/pull/2365#discussion_r250380055"}}}</script>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/pull/2365#discussion_r250380055",
"url": "https://github.com/quicwg/base-drafts/pull/2365#discussion_r250380055",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>
----==_mimepart_5c48dd5366a52_48b33ff32ccd45c43538cf--


From nobody Wed Jan 23 14:10: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 E2CF5130EF2 for <quic-issues@ietfa.amsl.com>; Wed, 23 Jan 2019 14:10:18 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -12.553
X-Spam-Level: 
X-Spam-Status: No, score=-12.553 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIMWL_WL_HIGH=-4.553, 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_PASS=-0.001] autolearn=ham autolearn_force=no
Authentication-Results: ietfa.amsl.com (amavisd-new); dkim=pass (1024-bit key) header.d=github.com
Received: from mail.ietf.org ([4.31.198.44]) by localhost (ietfa.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id XOb_SwCsT17g for <quic-issues@ietfa.amsl.com>; Wed, 23 Jan 2019 14:10: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 53592130F39 for <quic-issues@ietf.org>; Wed, 23 Jan 2019 14:10:16 -0800 (PST)
Date: Wed, 23 Jan 2019 14:10:15 -0800
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1548281415; bh=mR+1bv2mJ5hGLfcUTcME5jxSg7RR6kg6hE87mK6bU8U=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=yBYNiG+uQ2zonGt3C/sHMEFxphRqSv9HfJgbk38BDbFEjlp+fMedJLbPWiewp+1wh NoJJ6NbHDkfSMlrStxtCcQhXYlZBX8v37J5wxs3xmIWYWnBhWXpOZT+R1YLSHFdo5x 1CCK5vO7UI15+SvMNpkmWjmq2PO8PUzyWZQagwWc=
From: Martin Thomson <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+0166e4ab2ee29b0264ac4b4e8781dfb41735e4529230344192cf000000011860a84792a169ce177f2f28@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/pull/2261/review/195765011@github.com>
In-Reply-To: <quicwg/base-drafts/pull/2261@github.com>
References: <quicwg/base-drafts/pull/2261@github.com>
Subject: Re: [quicwg/base-drafts] Clarify when a dynamic table entry can be evicted. (#2261)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5c48e6473e04e_7db33ff3ef4d45b8104529"; 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/OZrlKoCqze4cdadfuEKUGgY_rBA>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
List-Id: Notification list for GitHub issues related to the QUIC WG <quic-issues.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=unsubscribe>
List-Archive: <https://mailarchive.ietf.org/arch/browse/quic-issues/>
List-Post: <mailto:quic-issues@ietf.org>
List-Help: <mailto:quic-issues-request@ietf.org?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, 23 Jan 2019 22:10:19 -0000

----==_mimepart_5c48e6473e04e_7db33ff3ef4d45b8104529
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

martinthomson approved this pull request.

Some stylistic changes as suggestions (damn I wish GitHub supported multi-line suggestions), but this is generally much better.

> @@ -210,10 +210,18 @@ acknowledged by the decoder.
 
 ### Blocked Dynamic Table Insertions {#blocked-insertion}
 
+The encoder considers a dynamic table entry to be blocking if it has not yet
+received acknowledgement of insertion of the entry, or if it has not yet
+received acknowledgement of all references to the entry.  Note that a dynamic
+table entry that has never been referenced can still be blocking.  Also note

This "Note that" sentence is redundant.

> @@ -210,10 +210,18 @@ acknowledged by the decoder.
 
 ### Blocked Dynamic Table Insertions {#blocked-insertion}
 
+The encoder considers a dynamic table entry to be blocking if it has not yet
+received acknowledgement of insertion of the entry, or if it has not yet
+received acknowledgement of all references to the entry.  Note that a dynamic
+table entry that has never been referenced can still be blocking.  Also note
+that a blocking entry cannot be evicted, which is unrelated to a blocked stream,

Suggest: 
```
A blocking entry cannot be evicted until its insertion has been acknowledged and there are no unacknowledged references to the entry outstanding.
--new paragraph
Note:
: A blocking entry is unrelated to a blocked stream, where a decoder cannot decode a stream as a result of references to entries that are not yet available.  An encoder that uses the dynamic table has to manage the possibility of blocked entries, whereas a decoder can forbid an encoder from making references to unacknowledged entries.
```

>  An encoder MUST NOT insert an entry into the dynamic table (or duplicate an
-existing entry) if doing so would evict an entry with unacknowledged references.
-For header blocks that might rely on the newly added entry, the encoder can use
-a literal representation.
+existing entry) if doing so would evict a blocking entry.  For header blocks
+that would rely on the newly added entry, the encoder can instead use a literal

Not your text, but if we're talking about not being able to insert, then this really needs to say something like: An encoder that cannot insert entries in the dynamic table sends literal representations of header fields.

> @@ -324,10 +332,9 @@ permit the encoder to track the decoder's state.  These events are:
 
 Knowledge that a header block with references to the dynamic table has been
 processed permits the encoder to evict entries to which no unacknowledged
-references remain, regardless of whether those references were potentially
-blocking (see {{blocked-insertion}}).  When a stream is reset or abandoned, the
-indication that these header blocks will never be processed serves a similar
-function; see {{stream-cancellation}}.
+references remain; see {{blocked-insertion}}.  When a stream is reset or

Style nit: I think that we've been using the parenthetical form for this sort of reference.  I think that this is right, even the semi-colon, which I initially stumbled over, but consistency is somewhat important.

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/quicwg/base-drafts/pull/2261#pullrequestreview-195765011
----==_mimepart_5c48e6473e04e_7db33ff3ef4d45b8104529
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

<p><b>@martinthomson</b> approved this pull request.</p>

<p>Some stylistic changes as suggestions (damn I wish GitHub supported multi-line suggestions), but this is generally much better.</p><hr>

<p>In <a href="https://github.com/quicwg/base-drafts/pull/2261#discussion_r250388903">draft-ietf-quic-qpack.md</a>:</p>
<pre style='color:#555'>&gt; @@ -210,10 +210,18 @@ acknowledged by the decoder.
 
 ### Blocked Dynamic Table Insertions {#blocked-insertion}
 
+The encoder considers a dynamic table entry to be blocking if it has not yet
+received acknowledgement of insertion of the entry, or if it has not yet
+received acknowledgement of all references to the entry.  Note that a dynamic
+table entry that has never been referenced can still be blocking.  Also note
</pre>
<p>This "Note that" sentence is redundant.</p>

<hr>

<p>In <a href="https://github.com/quicwg/base-drafts/pull/2261#discussion_r250390747">draft-ietf-quic-qpack.md</a>:</p>
<pre style='color:#555'>&gt; @@ -210,10 +210,18 @@ acknowledged by the decoder.
 
 ### Blocked Dynamic Table Insertions {#blocked-insertion}
 
+The encoder considers a dynamic table entry to be blocking if it has not yet
+received acknowledgement of insertion of the entry, or if it has not yet
+received acknowledgement of all references to the entry.  Note that a dynamic
+table entry that has never been referenced can still be blocking.  Also note
+that a blocking entry cannot be evicted, which is unrelated to a blocked stream,
</pre>
<p>Suggest:</p>
<pre><code>A blocking entry cannot be evicted until its insertion has been acknowledged and there are no unacknowledged references to the entry outstanding.
--new paragraph
Note:
: A blocking entry is unrelated to a blocked stream, where a decoder cannot decode a stream as a result of references to entries that are not yet available.  An encoder that uses the dynamic table has to manage the possibility of blocked entries, whereas a decoder can forbid an encoder from making references to unacknowledged entries.
</code></pre>

<hr>

<p>In <a href="https://github.com/quicwg/base-drafts/pull/2261#discussion_r250391375">draft-ietf-quic-qpack.md</a>:</p>
<pre style='color:#555'>&gt;  An encoder MUST NOT insert an entry into the dynamic table (or duplicate an
-existing entry) if doing so would evict an entry with unacknowledged references.
-For header blocks that might rely on the newly added entry, the encoder can use
-a literal representation.
+existing entry) if doing so would evict a blocking entry.  For header blocks
+that would rely on the newly added entry, the encoder can instead use a literal
</pre>
<p>Not your text, but if we're talking about not being able to insert, then this really needs to say something like: An encoder that cannot insert entries in the dynamic table sends literal representations of header fields.</p>

<hr>

<p>In <a href="https://github.com/quicwg/base-drafts/pull/2261#discussion_r250392118">draft-ietf-quic-qpack.md</a>:</p>
<pre style='color:#555'>&gt; @@ -324,10 +332,9 @@ permit the encoder to track the decoder&#39;s state.  These events are:
 
 Knowledge that a header block with references to the dynamic table has been
 processed permits the encoder to evict entries to which no unacknowledged
-references remain, regardless of whether those references were potentially
-blocking (see {{blocked-insertion}}).  When a stream is reset or abandoned, the
-indication that these header blocks will never be processed serves a similar
-function; see {{stream-cancellation}}.
+references remain; see {{blocked-insertion}}.  When a stream is reset or
</pre>
<p>Style nit: I think that we've been using the parenthetical form for this sort of reference.  I think that this is right, even the semi-colon, which I initially stumbled over, but consistency is somewhat important.</p>

<p style="font-size:small;-webkit-text-size-adjust:none;color:#666;">&mdash;<br />You are receiving this because you are subscribed to this thread.<br />Reply to this email directly, <a href="https://github.com/quicwg/base-drafts/pull/2261#pullrequestreview-195765011">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AWbkq0CHA1B8JgfPgLhhcWkEv73c8oMXks5vGN3HgaJpZM4Zh8iw">mute the thread</a>.<img src="https://github.com/notifications/beacon/AWbkq34XGQKntFA6fuSpCIeXk59AFF6Rks5vGN3HgaJpZM4Zh8iw.gif" height="1" width="1" alt="" /></p>
<script type="application/json" data-scope="inboxmarkup">{"api_version":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name":"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"https://github.githubassets.com/images/email/message_cards/header.png","avatar_image_url":"https://github.githubassets.com/images/email/message_cards/avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/quicwg/base-drafts"}},"updates":{"snippets":[{"icon":"PERSON","message":"@martinthomson approved #2261"}],"action":{"name":"View Pull Request","url":"https://github.com/quicwg/base-drafts/pull/2261#pullrequestreview-195765011"}}}</script>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/pull/2261#pullrequestreview-195765011",
"url": "https://github.com/quicwg/base-drafts/pull/2261#pullrequestreview-195765011",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>
----==_mimepart_5c48e6473e04e_7db33ff3ef4d45b8104529--


From nobody Wed Jan 23 14:15: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 1F772130F3C for <quic-issues@ietfa.amsl.com>; Wed, 23 Jan 2019 14:15:43 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -12.553
X-Spam-Level: 
X-Spam-Status: No, score=-12.553 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIMWL_WL_HIGH=-4.553, 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_PASS=-0.001] autolearn=ham autolearn_force=no
Authentication-Results: ietfa.amsl.com (amavisd-new); dkim=pass (1024-bit key) header.d=github.com
Received: from mail.ietf.org ([4.31.198.44]) by localhost (ietfa.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id Bg4JTUZCeWAp for <quic-issues@ietfa.amsl.com>; Wed, 23 Jan 2019 14:15: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 30EC6130EF2 for <quic-issues@ietf.org>; Wed, 23 Jan 2019 14:15:41 -0800 (PST)
Date: Wed, 23 Jan 2019 14:15:40 -0800
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1548281740; bh=6ZV8U9pjefl569s5BqA5jMdkHG9oW2u4RXm0IkI3Tjs=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=B5kb/RKKrHMzuv/tYeICTLrrN2reaB0cPsp9k9E7uzu2Pcp4E8Y0bKPXvyuFim7Q/ L69RBDR+HYiajxOePHmOCYpSXwfzHbuRp2Kisp/e5LMM5zRGhp9/W/+hnO0UFqAAKd zf1MvyVr0yq+2BKReTPPTEMVFNzmn4BIe/Upg36I=
From: MikkelFJ <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+0166e4ab22a4777493f1b8021162772b661a728256439d6592cf000000011860a98c92a169ce17fab1f6@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/pull/2365/review/195771286@github.com>
In-Reply-To: <quicwg/base-drafts/pull/2365@github.com>
References: <quicwg/base-drafts/pull/2365@github.com>
Subject: Re: [quicwg/base-drafts] Persistent Congestion Time Threshold (#2365)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5c48e78c5a326_4ab03fb70b4d45c0817ef"; 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/0Zpj4-PVSTGHuDBlYbmEDWled6o>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
List-Id: Notification list for GitHub issues related to the QUIC WG <quic-issues.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=unsubscribe>
List-Archive: <https://mailarchive.ietf.org/arch/browse/quic-issues/>
List-Post: <mailto:quic-issues@ietf.org>
List-Help: <mailto:quic-issues-request@ietf.org?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, 23 Jan 2019 22:15:43 -0000

----==_mimepart_5c48e78c5a326_4ab03fb70b4d45c0817ef
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

mikkelfj commented on this pull request.



> -sent prior to a threshold number of consecutive PTOs (pto_count is more than
-kPersistentCongestionThreshold, see {{cc-consts-of-interest}}), the network is
-considered to be experiencing persistent congestion, and the sender's congestion
-window MUST be reduced to the minimum congestion window (kMinimumWindow).  This
-response of collapsing the congestion window on persistent congestion is
-functionally similar to a sender's response on a Retransmission Timeout (RTO) in
-TCP {{RFC5681}}.
-
+## Persistent Congestion
+
+The network is considered to be experiencing persistent congestion when the
+sender goes a period of time without receiving any ACK frames for its in-flight,
+ack-eliciting packets.  Generally, this can be calculated as a number of
+consecutive PTOs (pto_count is more than  kPersistentCongestionThreshold, see
+{{cc-consts-of-interest}}), but since the PTO timer is reset when a new
+ack-eliciting packet is sent, an explicit time out must be used to account for

```suggestion
ack-eliciting packet is sent, an explicit timeout must be used to account 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/2365#pullrequestreview-195771286
----==_mimepart_5c48e78c5a326_4ab03fb70b4d45c0817ef
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: quoted-printable

<p><b>@mikkelfj</b> commented on this pull request.</p>=0D
=0D
<hr>=0D
=0D
<p>In <a href=3D"https://github.com/quicwg/base-drafts/pull/2365#discussi=
on_r250393987">draft-ietf-quic-recovery.md</a>:</p>=0D
<pre style=3D'color:#555'>&gt; -sent prior to a threshold number of conse=
cutive PTOs (pto_count is more than=0D
-kPersistentCongestionThreshold, see {{cc-consts-of-interest}}), the netw=
ork is=0D
-considered to be experiencing persistent congestion, and the sender&#39;=
s congestion=0D
-window MUST be reduced to the minimum congestion window (kMinimumWindow)=
.  This=0D
-response of collapsing the congestion window on persistent congestion is=
=0D
-functionally similar to a sender&#39;s response on a Retransmission Time=
out (RTO) in=0D
-TCP {{RFC5681}}.=0D
-=0D
+## Persistent Congestion=0D
+=0D
+The network is considered to be experiencing persistent congestion when =
the=0D
+sender goes a period of time without receiving any ACK frames for its in=
-flight,=0D
+ack-eliciting packets.  Generally, this can be calculated as a number of=
=0D
+consecutive PTOs (pto_count is more than  kPersistentCongestionThreshold=
, see=0D
+{{cc-consts-of-interest}}), but since the PTO timer is reset when a new=0D=

+ack-eliciting packet is sent, an explicit time out must be used to accou=
nt for=0D
</pre>=0D
=E2=AC=87=EF=B8=8F Suggested change=0D
<pre style=3D"color: #555">-ack-eliciting packet is sent, an explicit tim=
e out must be used to account for=0D
+ack-eliciting packet is sent, an explicit timeout must be used to accoun=
t for=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/2365#pullrequestreview-195771286">view it on GitHub</=
a>, or <a href=3D"https://github.com/notifications/unsubscribe-auth/AWbkq=
10qRqWDJszLiKx-WO_p_z1-gGt6ks5vGN8MgaJpZM4aPEwB">mute the thread</a>.<img=
 src=3D"https://github.com/notifications/beacon/AWbkq2rBPcWv6yuD9PjBm3ntO=
gDzZ898ks5vGN8MgaJpZM4aPEwB.gif" height=3D"1" width=3D"1" alt=3D"" /></p>=
=0D
<script type=3D"application/json" data-scope=3D"inboxmarkup">{"api_versio=
n":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name"=
:"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"=
quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"http=
s://github.githubassets.com/images/email/message_cards/header.png","avata=
r_image_url":"https://github.githubassets.com/images/email/message_cards/=
avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/q=
uicwg/base-drafts"}},"updates":{"snippets":[{"icon":"PERSON","message":"@=
mikkelfj commented on #2365"}],"action":{"name":"View Pull Request","url"=
:"https://github.com/quicwg/base-drafts/pull/2365#pullrequestreview-19577=
1286"}}}</script>=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/2365#pullrequestrev=
iew-195771286",=0D
"url": "https://github.com/quicwg/base-drafts/pull/2365#pullrequestreview=
-195771286",=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_5c48e78c5a326_4ab03fb70b4d45c0817ef--


From nobody Wed Jan 23 14: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 EAF65130F3C for <quic-issues@ietfa.amsl.com>; Wed, 23 Jan 2019 14:16:01 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -12.552
X-Spam-Level: 
X-Spam-Status: No, score=-12.552 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIMWL_WL_HIGH=-4.553, 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_PASS=-0.001] autolearn=ham autolearn_force=no
Authentication-Results: ietfa.amsl.com (amavisd-new); dkim=pass (1024-bit key) header.d=github.com
Received: from mail.ietf.org ([4.31.198.44]) by localhost (ietfa.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id TD0u8fBIIWA9 for <quic-issues@ietfa.amsl.com>; Wed, 23 Jan 2019 14:16: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 50680130EF2 for <quic-issues@ietf.org>; Wed, 23 Jan 2019 14:16:00 -0800 (PST)
Date: Wed, 23 Jan 2019 14:15:59 -0800
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1548281759; bh=pJsSqe4YHuINWziFW/f58oWtFc6hiOxauiabptnW+wY=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=ajtU2327O/DIzAdJTJL9iQiU2gWKi4Z5TKKrUxqxyvIUg8vZOIKebGMY3+h5nn+NG RQcugsTscSK7rUpVt7XOy/4IYIpEt/zNkVOfqeIGtSDf/2FHXg4E8jDTqBUkzYlh8F jPzj8ZwNNoIjmqpX8dtwSHA9gBs7B2VCGXTR5Vp8=
From: MikkelFJ <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+0166e4abaf2bf01f3c7d61a781b29c1dcf56dfa18a3aef0292cf000000011860a99f92a169ce17fab1f6@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/pull/2365/review/195771420@github.com>
In-Reply-To: <quicwg/base-drafts/pull/2365@github.com>
References: <quicwg/base-drafts/pull/2365@github.com>
Subject: Re: [quicwg/base-drafts] Persistent Congestion Time Threshold (#2365)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5c48e79f957a9_1b103fc9460d45b8108983"; 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/3SNjPIzZfrH2Y5b1R3SiQ7oHE2E>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
List-Id: Notification list for GitHub issues related to the QUIC WG <quic-issues.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=unsubscribe>
List-Archive: <https://mailarchive.ietf.org/arch/browse/quic-issues/>
List-Post: <mailto:quic-issues@ietf.org>
List-Help: <mailto:quic-issues-request@ietf.org?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, 23 Jan 2019 22:16:02 -0000

----==_mimepart_5c48e79f957a9_1b103fc9460d45b8108983
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

mikkelfj commented on this pull request.



> -kPersistentCongestionThreshold, see {{cc-consts-of-interest}}), the network is
-considered to be experiencing persistent congestion, and the sender's congestion
-window MUST be reduced to the minimum congestion window (kMinimumWindow).  This
-response of collapsing the congestion window on persistent congestion is
-functionally similar to a sender's response on a Retransmission Timeout (RTO) in
-TCP {{RFC5681}}.
-
+## Persistent Congestion
+
+The network is considered to be experiencing persistent congestion when the
+sender goes a period of time without receiving any ACK frames for its in-flight,
+ack-eliciting packets.  Generally, this can be calculated as a number of
+consecutive PTOs (pto_count is more than  kPersistentCongestionThreshold, see
+{{cc-consts-of-interest}}), but since the PTO timer is reset when a new
+ack-eliciting packet is sent, an explicit time out must be used to account for
+those cases where PTOs don't occur.

```suggestion
those cases where PTOs do not occur.
```

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/quicwg/base-drafts/pull/2365#pullrequestreview-195771420
----==_mimepart_5c48e79f957a9_1b103fc9460d45b8108983
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: quoted-printable

<p><b>@mikkelfj</b> commented on this pull request.</p>=0D
=0D
<hr>=0D
=0D
<p>In <a href=3D"https://github.com/quicwg/base-drafts/pull/2365#discussi=
on_r250394085">draft-ietf-quic-recovery.md</a>:</p>=0D
<pre style=3D'color:#555'>&gt; -kPersistentCongestionThreshold, see {{cc-=
consts-of-interest}}), the network is=0D
-considered to be experiencing persistent congestion, and the sender&#39;=
s congestion=0D
-window MUST be reduced to the minimum congestion window (kMinimumWindow)=
.  This=0D
-response of collapsing the congestion window on persistent congestion is=
=0D
-functionally similar to a sender&#39;s response on a Retransmission Time=
out (RTO) in=0D
-TCP {{RFC5681}}.=0D
-=0D
+## Persistent Congestion=0D
+=0D
+The network is considered to be experiencing persistent congestion when =
the=0D
+sender goes a period of time without receiving any ACK frames for its in=
-flight,=0D
+ack-eliciting packets.  Generally, this can be calculated as a number of=
=0D
+consecutive PTOs (pto_count is more than  kPersistentCongestionThreshold=
, see=0D
+{{cc-consts-of-interest}}), but since the PTO timer is reset when a new=0D=

+ack-eliciting packet is sent, an explicit time out must be used to accou=
nt for=0D
+those cases where PTOs don&#39;t occur.=0D
</pre>=0D
=E2=AC=87=EF=B8=8F Suggested change=0D
<pre style=3D"color: #555">-those cases where PTOs don't occur.=0D
+those cases where PTOs do not occur.=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/2365#pullrequestreview-195771420">view it on GitHub</=
a>, or <a href=3D"https://github.com/notifications/unsubscribe-auth/AWbkq=
2uhZdNR1UwcBvzhv-uEvSh3KYnEks5vGN8fgaJpZM4aPEwB">mute the thread</a>.<img=
 src=3D"https://github.com/notifications/beacon/AWbkq2JvVvZ3jmL9MGHA84uU7=
LM9NZcBks5vGN8fgaJpZM4aPEwB.gif" height=3D"1" width=3D"1" alt=3D"" /></p>=
=0D
<script type=3D"application/json" data-scope=3D"inboxmarkup">{"api_versio=
n":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name"=
:"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"=
quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"http=
s://github.githubassets.com/images/email/message_cards/header.png","avata=
r_image_url":"https://github.githubassets.com/images/email/message_cards/=
avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/q=
uicwg/base-drafts"}},"updates":{"snippets":[{"icon":"PERSON","message":"@=
mikkelfj commented on #2365"}],"action":{"name":"View Pull Request","url"=
:"https://github.com/quicwg/base-drafts/pull/2365#pullrequestreview-19577=
1420"}}}</script>=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/2365#pullrequestrev=
iew-195771420",=0D
"url": "https://github.com/quicwg/base-drafts/pull/2365#pullrequestreview=
-195771420",=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_5c48e79f957a9_1b103fc9460d45b8108983--


From nobody Wed Jan 23 14: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 9D0E7130F41 for <quic-issues@ietfa.amsl.com>; Wed, 23 Jan 2019 14:17:33 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -10.935
X-Spam-Level: 
X-Spam-Status: No, score=-10.935 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIMWL_WL_HIGH=-4.553, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, HTML_IMAGE_ONLY_24=1.618, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-1, RCVD_IN_DNSWL_HI=-5, SPF_PASS=-0.001] autolearn=ham autolearn_force=no
Authentication-Results: ietfa.amsl.com (amavisd-new); dkim=pass (1024-bit key) header.d=github.com
Received: from mail.ietf.org ([4.31.198.44]) by localhost (ietfa.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id clmXbSLRaT9z for <quic-issues@ietfa.amsl.com>; Wed, 23 Jan 2019 14:17: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 227B8130EF2 for <quic-issues@ietf.org>; Wed, 23 Jan 2019 14:17:32 -0800 (PST)
Date: Wed, 23 Jan 2019 14:17:31 -0800
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1548281851; bh=3go1C7L7beH1i5fgZSWIjn45ssDjGVf3hxA3kTboVXg=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=d7k7eEamXkFqtSNoUCId7daFGUdpxgN7Jk1NK7yRH3/RgOBufnQm01RAi18Bt8BHU rQcOKvS4/NVhqCkSBfaoTGm9NvlVQTzB80swG7jtbYSbkwln4lZAycqhyYBhd7WOju sd32wQn/RpWLS8CTWE/spe/C5ntx69AJlpW+k/sQ=
From: MikkelFJ <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+0166e4ab69b13ac2b2e7deaac83ec57f4f55df7f2fec090492cf000000011860a9fb92a169ce17fab1f6@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/pull/2365/review/195771949@github.com>
In-Reply-To: <quicwg/base-drafts/pull/2365@github.com>
References: <quicwg/base-drafts/pull/2365@github.com>
Subject: Re: [quicwg/base-drafts] Persistent Congestion Time Threshold (#2365)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5c48e7fb42bcd_1aff3fc9460d45b81407f8"; 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/agAllrLaNjs6skl6iwCBO4zsfMk>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
List-Id: Notification list for GitHub issues related to the QUIC WG <quic-issues.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=unsubscribe>
List-Archive: <https://mailarchive.ietf.org/arch/browse/quic-issues/>
List-Post: <mailto:quic-issues@ietf.org>
List-Help: <mailto:quic-issues-request@ietf.org?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, 23 Jan 2019 22:17:33 -0000

----==_mimepart_5c48e7fb42bcd_1aff3fc9460d45b81407f8
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

mikkelfj commented on this pull request.



> @@ -1132,6 +1144,8 @@ increases bytes_in_flight.
 
 ~~~
    OnPacketSentCC(bytes_sent):
+     if (bytes_in_flight == 0):

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/2365#discussion_r250394529
----==_mimepart_5c48e7fb42bcd_1aff3fc9460d45b81407f8
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/2365#discussion_r250394529">draft-ietf-quic-recovery.md</a>:</p>
<pre style='color:#555'>&gt; @@ -1132,6 +1144,8 @@ increases bytes_in_flight.
 
 ~~~
    OnPacketSentCC(bytes_sent):
+     if (bytes_in_flight == 0):
</pre>
<p>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/2365#discussion_r250394529">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AWbkq4-RJihaqzCvJYTQeR0-CEiGEwG0ks5vGN97gaJpZM4aPEwB">mute the thread</a>.<img src="https://github.com/notifications/beacon/AWbkq77pmxUSr5N2yQlb1YwajalmMpVNks5vGN97gaJpZM4aPEwB.gif" height="1" width="1" alt="" /></p>
<script type="application/json" data-scope="inboxmarkup">{"api_version":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name":"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"https://github.githubassets.com/images/email/message_cards/header.png","avatar_image_url":"https://github.githubassets.com/images/email/message_cards/avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/quicwg/base-drafts"}},"updates":{"snippets":[{"icon":"PERSON","message":"@mikkelfj commented on #2365"}],"action":{"name":"View Pull Request","url":"https://github.com/quicwg/base-drafts/pull/2365#discussion_r250394529"}}}</script>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/pull/2365#discussion_r250394529",
"url": "https://github.com/quicwg/base-drafts/pull/2365#discussion_r250394529",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>
----==_mimepart_5c48e7fb42bcd_1aff3fc9460d45b81407f8--


From nobody Wed Jan 23 14: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 01C2E130F3C for <quic-issues@ietfa.amsl.com>; Wed, 23 Jan 2019 14:17:50 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -10.935
X-Spam-Level: 
X-Spam-Status: No, score=-10.935 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIMWL_WL_HIGH=-4.553, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, HTML_IMAGE_ONLY_24=1.618, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-1, RCVD_IN_DNSWL_HI=-5, SPF_PASS=-0.001] autolearn=ham autolearn_force=no
Authentication-Results: ietfa.amsl.com (amavisd-new); dkim=pass (1024-bit key) header.d=github.com
Received: from mail.ietf.org ([4.31.198.44]) by localhost (ietfa.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id zxy28rZTRgRG for <quic-issues@ietfa.amsl.com>; Wed, 23 Jan 2019 14:17: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 3E429130EF2 for <quic-issues@ietf.org>; Wed, 23 Jan 2019 14:17:48 -0800 (PST)
Date: Wed, 23 Jan 2019 14:17:47 -0800
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1548281867; bh=4wwYWRj9JdvhzixRm+7sX21Ae871+tMH/aVQwFtnENU=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=aZLo+bRUDugJhkW6TJsexUlFbcXWuT+MtB23p1Vu36HDIDKC0LnxmSbbJwHuwYs9E sICAby6i/FWOIXAKIdrOINtwOH4r5WPsrCqXU4YsREMxqolYoC+jiLgcuLT4BO+7v+ wJImGdSQCof9G8RitLGyVOGt7lUzXSoje1E8r01k=
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/2365/push/3238018638@github.com>
In-Reply-To: <quicwg/base-drafts/pull/2365@github.com>
References: <quicwg/base-drafts/pull/2365@github.com>
Subject: Re: [quicwg/base-drafts] Persistent Congestion Time Threshold (#2365)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5c48e80b2cf77_30443f88ceed45b88979c"; 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/Txn05mXPu8PcbDQAUT_GPMclsaM>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
List-Id: Notification list for GitHub issues related to the QUIC WG <quic-issues.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=unsubscribe>
List-Archive: <https://mailarchive.ietf.org/arch/browse/quic-issues/>
List-Post: <mailto:quic-issues@ietf.org>
List-Help: <mailto:quic-issues-request@ietf.org?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, 23 Jan 2019 22:17:50 -0000

----==_mimepart_5c48e80b2cf77_30443f88ceed45b88979c
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

@nibanks pushed 1 commit.

d85c452a6e30223dfd8d016283de7ec379d7031f  mikkelfj's suggestion


-- 
You are receiving this because you are subscribed to this thread.
View it on GitHub:
https://github.com/quicwg/base-drafts/pull/2365/files/8c4cfdb6f762119b2736b89115448f5dec8690f9..d85c452a6e30223dfd8d016283de7ec379d7031f

----==_mimepart_5c48e80b2cf77_30443f88ceed45b88979c
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/d85c452a6e30223dfd8d016283de7ec379d7031f">d85c452</a>  mikkelfj&#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/2365/files/8c4cfdb6f762119b2736b89115448f5dec8690f9..d85c452a6e30223dfd8d016283de7ec379d7031f">View it on GitHub</a> or <a href="https://github.com/notifications/unsubscribe-auth/AWbkq4OtvpOwTn9f_XTPYsISZ0vd4ODyks5vGN-LgaJpZM4aPEwB">mute the thread</a>.<img src="https://github.com/notifications/beacon/AWbkq8NB1DUdrxHifgsHtU6O29ed9TJyks5vGN-LgaJpZM4aPEwB.gif" height="1" width="1" alt="" /></p>
<script type="application/json" data-scope="inboxmarkup">{"api_version":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name":"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"https://github.githubassets.com/images/email/message_cards/header.png","avatar_image_url":"https://github.githubassets.com/images/email/message_cards/avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/quicwg/base-drafts"}},"updates":{"snippets":[{"icon":"PERSON","message":"@nibanks pushed 1 commit in #2365"}],"action":{"name":"View Pull Request","url":"https://github.com/quicwg/base-drafts/pull/2365/files/8c4cfdb6f762119b2736b89115448f5dec8690f9..d85c452a6e30223dfd8d016283de7ec379d7031f"}}}</script>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/pull/2365/files/8c4cfdb6f762119b2736b89115448f5dec8690f9..d85c452a6e30223dfd8d016283de7ec379d7031f",
"url": "https://github.com/quicwg/base-drafts/pull/2365/files/8c4cfdb6f762119b2736b89115448f5dec8690f9..d85c452a6e30223dfd8d016283de7ec379d7031f",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>

----==_mimepart_5c48e80b2cf77_30443f88ceed45b88979c--


From nobody Wed Jan 23 14:18: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 ECF9C130F3C for <quic-issues@ietfa.amsl.com>; Wed, 23 Jan 2019 14:18:04 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -10.935
X-Spam-Level: 
X-Spam-Status: No, score=-10.935 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIMWL_WL_HIGH=-4.553, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, HTML_IMAGE_ONLY_24=1.618, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-1, RCVD_IN_DNSWL_HI=-5, SPF_PASS=-0.001] autolearn=ham autolearn_force=no
Authentication-Results: ietfa.amsl.com (amavisd-new); dkim=pass (1024-bit key) header.d=github.com
Received: from mail.ietf.org ([4.31.198.44]) by localhost (ietfa.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id kVRHuuNgI8yI for <quic-issues@ietfa.amsl.com>; Wed, 23 Jan 2019 14:18: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 1347F130EF2 for <quic-issues@ietf.org>; Wed, 23 Jan 2019 14:18:03 -0800 (PST)
Date: Wed, 23 Jan 2019 14:18:02 -0800
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1548281882; bh=XBYUZC6HGV3//Hlh1pWs1ZsW/EEBr/msWuU7V85H7vw=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=rFa8TIQGaoznWaTSOA5RDiL4t33apApON7G6M2yuNwNiq9eH8JD0xetc8p/HKSvmz QlkcdoB8P5FvSCNEjMxLkfMQ8MVdB5MRMERw9y+Uq7hjlZ9bLptBgz+DzKxA76IdOw h1mAtpXj/pKuO+s28tHDu3MGKEjzNwIXsGI0nkOE=
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/2365/push/3238019304@github.com>
In-Reply-To: <quicwg/base-drafts/pull/2365@github.com>
References: <quicwg/base-drafts/pull/2365@github.com>
Subject: Re: [quicwg/base-drafts] Persistent Congestion Time Threshold (#2365)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5c48e81a4218f_3f5d3fbe39cd45c41201bd"; 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/cwUVAdswaeJrmj1crrCJ2oRPop0>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
List-Id: Notification list for GitHub issues related to the QUIC WG <quic-issues.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=unsubscribe>
List-Archive: <https://mailarchive.ietf.org/arch/browse/quic-issues/>
List-Post: <mailto:quic-issues@ietf.org>
List-Help: <mailto:quic-issues-request@ietf.org?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, 23 Jan 2019 22:18:05 -0000

----==_mimepart_5c48e81a4218f_3f5d3fbe39cd45c41201bd
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

@nibanks pushed 1 commit.

548e4e316c08d3ca8916d79a7ebde11bd91980df  mikkelfj's suggestion


-- 
You are receiving this because you are subscribed to this thread.
View it on GitHub:
https://github.com/quicwg/base-drafts/pull/2365/files/d85c452a6e30223dfd8d016283de7ec379d7031f..548e4e316c08d3ca8916d79a7ebde11bd91980df

----==_mimepart_5c48e81a4218f_3f5d3fbe39cd45c41201bd
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/548e4e316c08d3ca8916d79a7ebde11bd91980df">548e4e3</a>  mikkelfj&#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/2365/files/d85c452a6e30223dfd8d016283de7ec379d7031f..548e4e316c08d3ca8916d79a7ebde11bd91980df">View it on GitHub</a> or <a href="https://github.com/notifications/unsubscribe-auth/AWbkq7u7_p24FHzxiEaxvWL3Y-v3BotVks5vGN-agaJpZM4aPEwB">mute the thread</a>.<img src="https://github.com/notifications/beacon/AWbkq92-PyttgHM1RjAthqvYQ-n98Sa6ks5vGN-agaJpZM4aPEwB.gif" height="1" width="1" alt="" /></p>
<script type="application/json" data-scope="inboxmarkup">{"api_version":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name":"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"https://github.githubassets.com/images/email/message_cards/header.png","avatar_image_url":"https://github.githubassets.com/images/email/message_cards/avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/quicwg/base-drafts"}},"updates":{"snippets":[{"icon":"PERSON","message":"@nibanks pushed 1 commit in #2365"}],"action":{"name":"View Pull Request","url":"https://github.com/quicwg/base-drafts/pull/2365/files/d85c452a6e30223dfd8d016283de7ec379d7031f..548e4e316c08d3ca8916d79a7ebde11bd91980df"}}}</script>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/pull/2365/files/d85c452a6e30223dfd8d016283de7ec379d7031f..548e4e316c08d3ca8916d79a7ebde11bd91980df",
"url": "https://github.com/quicwg/base-drafts/pull/2365/files/d85c452a6e30223dfd8d016283de7ec379d7031f..548e4e316c08d3ca8916d79a7ebde11bd91980df",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>

----==_mimepart_5c48e81a4218f_3f5d3fbe39cd45c41201bd--


From nobody Wed Jan 23 14:21: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 8A141130F47 for <quic-issues@ietfa.amsl.com>; Wed, 23 Jan 2019 14:21:44 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -10.935
X-Spam-Level: 
X-Spam-Status: No, score=-10.935 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIMWL_WL_HIGH=-4.553, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, HTML_IMAGE_ONLY_24=1.618, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-1, RCVD_IN_DNSWL_HI=-5, SPF_PASS=-0.001] autolearn=ham autolearn_force=no
Authentication-Results: ietfa.amsl.com (amavisd-new); dkim=pass (1024-bit key) header.d=github.com
Received: from mail.ietf.org ([4.31.198.44]) by localhost (ietfa.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id A6PdtXvXruIR for <quic-issues@ietfa.amsl.com>; Wed, 23 Jan 2019 14:21:43 -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 E64C4130F41 for <quic-issues@ietf.org>; Wed, 23 Jan 2019 14:21:42 -0800 (PST)
Date: Wed, 23 Jan 2019 14:21:42 -0800
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1548282102; bh=tTpZ3BBGqirmAVcxMktN1oRrXBHKB99v/T5GSYKC2jc=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=BZAFk72RtuuauLOMCaYdoHSp8Epw4GQpsKsSxN8HVbUkFuGUnXeRhrWuGQZP0AkF3 uIKeoROXDz4dJLo7tIk9Kth6pVEeaOjGc/BDihfarfCmF8gjEnmgdO6pI5kzQo7YMD bmyeJQEjRlTjAgn62vVNR++LlX3RO3fjKE98Ryq8=
From: MikkelFJ <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+0166e4abde8f9a4c204e63ac2243906b8907742e178455c892cf000000011860aaf692a169ce17fab1f6@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/pull/2365/review/195773445@github.com>
In-Reply-To: <quicwg/base-drafts/pull/2365@github.com>
References: <quicwg/base-drafts/pull/2365@github.com>
Subject: Re: [quicwg/base-drafts] Persistent Congestion Time Threshold (#2365)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5c48e8f625597_7ddf3ff3ef4d45b8145346"; 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/VROgyvD9WKg00FIBr7GKD3jo68c>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
List-Id: Notification list for GitHub issues related to the QUIC WG <quic-issues.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=unsubscribe>
List-Archive: <https://mailarchive.ietf.org/arch/browse/quic-issues/>
List-Post: <mailto:quic-issues@ietf.org>
List-Help: <mailto:quic-issues-request@ietf.org?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, 23 Jan 2019 22:21:44 -0000

----==_mimepart_5c48e8f625597_7ddf3ff3ef4d45b8145346
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

mikkelfj commented on this pull request.



> @@ -1120,6 +1130,7 @@ variables as follows:
 ~~~
    congestion_window = kInitialWindow
    bytes_in_flight = 0

`probe_pending = 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/2365#pullrequestreview-195773445
----==_mimepart_5c48e8f625597_7ddf3ff3ef4d45b8145346
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/2365#discussion_r250395839">draft-ietf-quic-recovery.md</a>:</p>
<pre style='color:#555'>&gt; @@ -1120,6 +1130,7 @@ variables as follows:
 ~~~
    congestion_window = kInitialWindow
    bytes_in_flight = 0
</pre>
<p><code>probe_pending = 0</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/2365#pullrequestreview-195773445">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AWbkq3SjErK6E03mePNabmzwtwX9h3_vks5vGOB2gaJpZM4aPEwB">mute the thread</a>.<img src="https://github.com/notifications/beacon/AWbkqztPbF9yhn8rs_cRgB7QaSD-w4HGks5vGOB2gaJpZM4aPEwB.gif" height="1" width="1" alt="" /></p>
<script type="application/json" data-scope="inboxmarkup">{"api_version":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name":"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"https://github.githubassets.com/images/email/message_cards/header.png","avatar_image_url":"https://github.githubassets.com/images/email/message_cards/avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/quicwg/base-drafts"}},"updates":{"snippets":[{"icon":"PERSON","message":"@mikkelfj commented on #2365"}],"action":{"name":"View Pull Request","url":"https://github.com/quicwg/base-drafts/pull/2365#pullrequestreview-195773445"}}}</script>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/pull/2365#pullrequestreview-195773445",
"url": "https://github.com/quicwg/base-drafts/pull/2365#pullrequestreview-195773445",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>
----==_mimepart_5c48e8f625597_7ddf3ff3ef4d45b8145346--


From nobody Wed Jan 23 14:24: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 F2F4B130F49 for <quic-issues@ietfa.amsl.com>; Wed, 23 Jan 2019 14:24:20 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -10.935
X-Spam-Level: 
X-Spam-Status: No, score=-10.935 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIMWL_WL_HIGH=-4.553, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, HTML_IMAGE_ONLY_24=1.618, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-1, RCVD_IN_DNSWL_HI=-5, SPF_PASS=-0.001] autolearn=ham autolearn_force=no
Authentication-Results: ietfa.amsl.com (amavisd-new); dkim=pass (1024-bit key) header.d=github.com
Received: from mail.ietf.org ([4.31.198.44]) by localhost (ietfa.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id Zguuw6sbaL44 for <quic-issues@ietfa.amsl.com>; Wed, 23 Jan 2019 14:24:19 -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 3F8FF130F47 for <quic-issues@ietf.org>; Wed, 23 Jan 2019 14:24:19 -0800 (PST)
Date: Wed, 23 Jan 2019 14:24:18 -0800
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1548282258; bh=xltiRC8q9QfSKjxFc5pWikk5p3hJahsWIJryPj1/FjA=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=rA+l+XZ+7VDz1E9ByM21e6z3Y4dOImIQkthEJGxIroFuJGTxT94chBdwXMEEI9+2o 768uCcKoauh/xZ11nYhN7sGFX0zynojbwE3HSMIVvIKMNT/pMlwRlvnt3Nl+OGUmyN GVqNAoxCnB7hepnhtKLG/Wz3guvajLHDHqU4orBo=
From: MikkelFJ <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+0166e4abad4bfd9881caf175591904df7d88faa8904503db92cf000000011860ab9292a169ce17fab1f6@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/pull/2365/review/195774298@github.com>
In-Reply-To: <quicwg/base-drafts/pull/2365@github.com>
References: <quicwg/base-drafts/pull/2365@github.com>
Subject: Re: [quicwg/base-drafts] Persistent Congestion Time Threshold (#2365)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5c48e99241758_1a5c3fc9460d45b813571d"; 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/HpJtB865nM9tEJilFqrUVOeYmuE>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
List-Id: Notification list for GitHub issues related to the QUIC WG <quic-issues.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=unsubscribe>
List-Archive: <https://mailarchive.ietf.org/arch/browse/quic-issues/>
List-Post: <mailto:quic-issues@ietf.org>
List-Help: <mailto:quic-issues-request@ietf.org?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, 23 Jan 2019 22:24:21 -0000

----==_mimepart_5c48e99241758_1a5c3fc9460d45b813571d
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

mikkelfj commented on this pull request.



> @@ -1132,6 +1144,8 @@ increases bytes_in_flight.
 
 ~~~
    OnPacketSentCC(bytes_sent):
+     if (bytes_in_flight == 0):

```
if (ack_eliciting && (bytes_in_flight == 0 || probe_pending)):
    probe_pending = 0
    probe_start_time = Now()
else:
   probe_pending = 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/pull/2365#discussion_r250396625
----==_mimepart_5c48e99241758_1a5c3fc9460d45b813571d
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/2365#discussion_r250396625">draft-ietf-quic-recovery.md</a>:</p>
<pre style='color:#555'>&gt; @@ -1132,6 +1144,8 @@ increases bytes_in_flight.
 
 ~~~
    OnPacketSentCC(bytes_sent):
+     if (bytes_in_flight == 0):
</pre>
<pre><code>if (ack_eliciting &amp;&amp; (bytes_in_flight == 0 || probe_pending)):
    probe_pending = 0
    probe_start_time = Now()
else:
   probe_pending = 1
</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/2365#discussion_r250396625">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AWbkq9qTl9RplfsZVneZ9FFpGi0RRjdmks5vGOESgaJpZM4aPEwB">mute the thread</a>.<img src="https://github.com/notifications/beacon/AWbkq4zW76aWvmvTe4Wrj-YwqXiXaj2Rks5vGOESgaJpZM4aPEwB.gif" height="1" width="1" alt="" /></p>
<script type="application/json" data-scope="inboxmarkup">{"api_version":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name":"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"https://github.githubassets.com/images/email/message_cards/header.png","avatar_image_url":"https://github.githubassets.com/images/email/message_cards/avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/quicwg/base-drafts"}},"updates":{"snippets":[{"icon":"PERSON","message":"@mikkelfj commented on #2365"}],"action":{"name":"View Pull Request","url":"https://github.com/quicwg/base-drafts/pull/2365#discussion_r250396625"}}}</script>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/pull/2365#discussion_r250396625",
"url": "https://github.com/quicwg/base-drafts/pull/2365#discussion_r250396625",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>
----==_mimepart_5c48e99241758_1a5c3fc9460d45b813571d--


From nobody Wed Jan 23 14:25: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 8D190130F49 for <quic-issues@ietfa.amsl.com>; Wed, 23 Jan 2019 14:25:01 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -10.935
X-Spam-Level: 
X-Spam-Status: No, score=-10.935 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIMWL_WL_HIGH=-4.553, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, HTML_IMAGE_ONLY_24=1.618, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-1, RCVD_IN_DNSWL_HI=-5, SPF_PASS=-0.001] autolearn=ham autolearn_force=no
Authentication-Results: ietfa.amsl.com (amavisd-new); dkim=pass (1024-bit key) header.d=github.com
Received: from mail.ietf.org ([4.31.198.44]) by localhost (ietfa.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 7eCjQnLMuNQB for <quic-issues@ietfa.amsl.com>; Wed, 23 Jan 2019 14:24: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 79E8D130F47 for <quic-issues@ietf.org>; Wed, 23 Jan 2019 14:24:59 -0800 (PST)
Date: Wed, 23 Jan 2019 14:24:58 -0800
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1548282298; bh=p0yCVDVtMvAXWX1KnQ+/TU2ucmEXhGZTygJLV2ejPgw=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=KeGh5oEsfY7yy94la4PG6e4vVbR+c367/8KufWdEL8aO1K3+pDb2rFGybrnpJ0d8K cUAhKw7cn3rBZ3rZfhNKRrnhU+d9Edoju/kkraLuvK2ibDwB9HD14t3UUQNyiCrszq gf/QVfFDr6zHtbOBVMq4u6xDQnwniWKlaZPlyYBQ=
From: MikkelFJ <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+0166e4ab19754b2eea7cca1e42fdb44d1b7d0dcbb3de382592cf000000011860abba92a169ce17fab1f6@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/pull/2365/review/195774514@github.com>
In-Reply-To: <quicwg/base-drafts/pull/2365@github.com>
References: <quicwg/base-drafts/pull/2365@github.com>
Subject: Re: [quicwg/base-drafts] Persistent Congestion Time Threshold (#2365)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5c48e9ba93f72_4b383faef84d45b8240397"; 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/Ztfrd8FVt3f79GleN7YjqhwN8lk>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
List-Id: Notification list for GitHub issues related to the QUIC WG <quic-issues.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=unsubscribe>
List-Archive: <https://mailarchive.ietf.org/arch/browse/quic-issues/>
List-Post: <mailto:quic-issues@ietf.org>
List-Help: <mailto:quic-issues-request@ietf.org?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, 23 Jan 2019 22:25:02 -0000

----==_mimepart_5c48e9ba93f72_4b383faef84d45b8240397
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

mikkelfj commented on this pull request.



> @@ -1147,6 +1160,8 @@ acked_packet from sent_packets.
    OnPacketAckedCC(acked_packet):
      // Remove from bytes_in_flight.
      bytes_in_flight -= acked_packet.size
+     // Reset probe start time
+     probe_start_time = Now()

probe_pending = 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/2365#pullrequestreview-195774514
----==_mimepart_5c48e9ba93f72_4b383faef84d45b8240397
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/2365#discussion_r250396805">draft-ietf-quic-recovery.md</a>:</p>
<pre style='color:#555'>&gt; @@ -1147,6 +1160,8 @@ acked_packet from sent_packets.
    OnPacketAckedCC(acked_packet):
      // Remove from bytes_in_flight.
      bytes_in_flight -= acked_packet.size
+     // Reset probe start time
+     probe_start_time = Now()
</pre>
<p>probe_pending = 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/2365#pullrequestreview-195774514">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AWbkqyWbDXIiY4ns2lm6AD5_H2IQz_-eks5vGOE6gaJpZM4aPEwB">mute the thread</a>.<img src="https://github.com/notifications/beacon/AWbkq0a12DCo4gzjbOr8Qoy7LQJoeuMUks5vGOE6gaJpZM4aPEwB.gif" height="1" width="1" alt="" /></p>
<script type="application/json" data-scope="inboxmarkup">{"api_version":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name":"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"https://github.githubassets.com/images/email/message_cards/header.png","avatar_image_url":"https://github.githubassets.com/images/email/message_cards/avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/quicwg/base-drafts"}},"updates":{"snippets":[{"icon":"PERSON","message":"@mikkelfj commented on #2365"}],"action":{"name":"View Pull Request","url":"https://github.com/quicwg/base-drafts/pull/2365#pullrequestreview-195774514"}}}</script>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/pull/2365#pullrequestreview-195774514",
"url": "https://github.com/quicwg/base-drafts/pull/2365#pullrequestreview-195774514",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>
----==_mimepart_5c48e9ba93f72_4b383faef84d45b8240397--


From nobody Wed Jan 23 14:26: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 08C11130F41 for <quic-issues@ietfa.amsl.com>; Wed, 23 Jan 2019 14:26:27 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -10.935
X-Spam-Level: 
X-Spam-Status: No, score=-10.935 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIMWL_WL_HIGH=-4.553, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, HTML_IMAGE_ONLY_24=1.618, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-1, RCVD_IN_DNSWL_HI=-5, SPF_PASS=-0.001] autolearn=ham autolearn_force=no
Authentication-Results: ietfa.amsl.com (amavisd-new); dkim=pass (1024-bit key) header.d=github.com
Received: from mail.ietf.org ([4.31.198.44]) by localhost (ietfa.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id KwR2yib7Vgwi for <quic-issues@ietfa.amsl.com>; Wed, 23 Jan 2019 14:26: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 EF97C130F3F for <quic-issues@ietf.org>; Wed, 23 Jan 2019 14:26:24 -0800 (PST)
Date: Wed, 23 Jan 2019 14:26:24 -0800
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1548282384; bh=ueBw/dR/ZeD1onzoUWkIYiXwq13SmLvuP/yTNrj5r/U=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=KWHxpuyxVk7ir8n/I1HfCrflDW903WNeZokuohyE/9hmjGyx+Je2QK+XiNbkiENHt dF9fUtnDiSSjiWeo1G2dMkO8J+lN+AySVMQUYnqcpvvhJzc64+6NsXPmpcBFWuwri9 ME+9ssrgkYWrYwKASR9JKPR/pd+ERB7ExT4HjMUM=
From: MikkelFJ <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+0166e4ab97de2bcd6d2392f4653ec7dc7bc795ebfda73f9292cf000000011860ac1092a169ce17fab1f6@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/pull/2365/review/195775057@github.com>
In-Reply-To: <quicwg/base-drafts/pull/2365@github.com>
References: <quicwg/base-drafts/pull/2365@github.com>
Subject: Re: [quicwg/base-drafts] Persistent Congestion Time Threshold (#2365)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5c48ea1023dc1_304c3f88ceed45b81977d2"; 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/_QjYY4z15-MDg6bPhSXnX5waaeQ>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
List-Id: Notification list for GitHub issues related to the QUIC WG <quic-issues.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=unsubscribe>
List-Archive: <https://mailarchive.ietf.org/arch/browse/quic-issues/>
List-Post: <mailto:quic-issues@ietf.org>
List-Help: <mailto:quic-issues-request@ietf.org?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, 23 Jan 2019 22:26:27 -0000

----==_mimepart_5c48ea1023dc1_304c3f88ceed45b81977d2
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

mikkelfj commented on this pull request.

I'm not sure this is correct, but the comments combined should avoid starting the probe timer when a packet is not eliciting



-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/quicwg/base-drafts/pull/2365#pullrequestreview-195775057
----==_mimepart_5c48ea1023dc1_304c3f88ceed45b81977d2
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

<p><b>@mikkelfj</b> commented on this pull request.</p>

<p>I'm not sure this is correct, but the comments combined should avoid starting the probe timer when a packet is not eliciting</p>

<p style="font-size:small;-webkit-text-size-adjust:none;color:#666;">&mdash;<br />You are receiving this because you are subscribed to this thread.<br />Reply to this email directly, <a href="https://github.com/quicwg/base-drafts/pull/2365#pullrequestreview-195775057">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AWbkq2N_gwFvc55Wndj-QaGqkT2cnWUuks5vGOGQgaJpZM4aPEwB">mute the thread</a>.<img src="https://github.com/notifications/beacon/AWbkq3Tkxm3aiYczWLn9rDm2wiKmZblUks5vGOGQgaJpZM4aPEwB.gif" height="1" width="1" alt="" /></p>
<script type="application/json" data-scope="inboxmarkup">{"api_version":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name":"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"https://github.githubassets.com/images/email/message_cards/header.png","avatar_image_url":"https://github.githubassets.com/images/email/message_cards/avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/quicwg/base-drafts"}},"updates":{"snippets":[{"icon":"PERSON","message":"@mikkelfj commented on #2365"}],"action":{"name":"View Pull Request","url":"https://github.com/quicwg/base-drafts/pull/2365#pullrequestreview-195775057"}}}</script>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/pull/2365#pullrequestreview-195775057",
"url": "https://github.com/quicwg/base-drafts/pull/2365#pullrequestreview-195775057",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>
----==_mimepart_5c48ea1023dc1_304c3f88ceed45b81977d2--


From nobody Wed Jan 23 14:30:33 2019
Return-Path: <bounce+565321.40f-quic-issues=ietf.org@github.com>
X-Original-To: quic-issues@ietfa.amsl.com
Delivered-To: quic-issues@ietfa.amsl.com
Received: from localhost (localhost [127.0.0.1]) by ietfa.amsl.com (Postfix) with ESMTP id 37979130F3F for <quic-issues@ietfa.amsl.com>; Wed, 23 Jan 2019 14:30:32 -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=-4.553, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, HEADER_FROM_DIFFERENT_DOMAINS=0.001, RCVD_IN_DNSWL_NONE=-0.0001, SPF_PASS=-0.001] autolearn=ham autolearn_force=no
Authentication-Results: ietfa.amsl.com (amavisd-new); dkim=pass (1024-bit key) header.d=github.com
Received: from mail.ietf.org ([4.31.198.44]) by localhost (ietfa.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id TXYiaf91_u5W for <quic-issues@ietfa.amsl.com>; Wed, 23 Jan 2019 14:30:30 -0800 (PST)
Received: from m69-169.mailgun.net (m69-169.mailgun.net [166.78.69.169]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id 45FD6130F41 for <quic-issues@ietf.org>; Wed, 23 Jan 2019 14:30:30 -0800 (PST)
DKIM-Signature: a=rsa-sha256; v=1; c=relaxed/relaxed; d=github.com; q=dns/txt;  s=mailo; t=1548282629; h=Content-Transfer-Encoding: Content-Type: Mime-Version: Subject: Message-ID: To: Reply-To: From: Date: Sender; bh=ZiuMuVsD0bBXCpW3lPj3pyXvSPNk//HVtox+z86C90k=; b=U4L2/mzFDATAXYhgeobLGhDMfCesOQCOpDFztV+DtdvqspUKVP+e9FWNYwU5FxNRjPJ5LsVe 9C8qfE0G+b38Dgzw3CubtbzDL234HGq9n8OQ4/ikrBWxhzXxuSVunY5sMjvcxsDEWNqbWwgx 9aoFiHr76HU9ur2GYVC/waxKboA=
X-Mailgun-Sending-Ip: 166.78.69.169
X-Mailgun-Sid: WyJhNzYyYiIsICJxdWljLWlzc3Vlc0BpZXRmLm9yZyIsICI0MGYiXQ==
Sender: mt=lowentropy.net@github.com
Received: from github.com (Unknown [192.30.252.38]) by mxa.mailgun.org with ESMTP id 5c48eb05.7f0f248970c0-smtp-out-n03; Wed, 23 Jan 2019 22:30:29 -0000 (UTC)
Date: Wed, 23 Jan 2019 14:30:29 -0800
From: Martin Thomson <mt@lowentropy.net>
Reply-To: Martin Thomson <mt@lowentropy.net>
To: quic-issues@ietf.org
Message-ID: <5c48eb054633f_22e2ac8c114c594333ad@hookshot-fe-265448d.cp1-iad.github.net.mail>
Subject: [quicwg/base-drafts] 4dd4fd: Fix changelog for #2327
Mime-Version: 1.0
Content-Type: multipart/mixed; boundary="--==_mimepart_5c48eb0545a48_22e2ac8c114c59433210"; charset=UTF-8
Content-Transfer-Encoding: 7bit
Archived-At: <https://mailarchive.ietf.org/arch/msg/quic-issues/OYT6FdZVXiNgOqMeEg5Q0L-NabM>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
Precedence: list
List-Id: Notification list for GitHub issues related to the QUIC WG <quic-issues.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=unsubscribe>
List-Archive: <https://mailarchive.ietf.org/arch/browse/quic-issues/>
List-Post: <mailto:quic-issues@ietf.org>
List-Help: <mailto:quic-issues-request@ietf.org?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, 23 Jan 2019 22:30:32 -0000

----==_mimepart_5c48eb0545a48_22e2ac8c114c59433210
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

  Branch: refs/heads/master
  Home:   https://github.com/quicwg/base-drafts
  Commit: 4dd4fd6c499684e104c8376ff4d1f9dc5127ca1d
      https://github.com/quicwg/base-drafts/commit/4dd4fd6c499684e104c8376ff4d1f9dc5127ca1d
  Author: Martin Thomson <mt@lowentropy.net>
  Date:   2019-01-24 (Thu, 24 Jan 2019)

  Changed paths:
    M draft-ietf-quic-recovery.md

  Log Message:
  -----------
  Fix changelog for #2327



      **NOTE:** GitHub Services has been marked for deprecation: https://developer.github.com/changes/2018-04-25-github-services-deprecation/

      We will provide an alternative path for the email notifications by January 31st, 2019.

----==_mimepart_5c48eb0545a48_22e2ac8c114c59433210--


From nobody Wed Jan 23 14:31: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 2EB59130F47 for <quic-issues@ietfa.amsl.com>; Wed, 23 Jan 2019 14:31:52 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -10.935
X-Spam-Level: 
X-Spam-Status: No, score=-10.935 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIMWL_WL_HIGH=-4.553, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, HTML_IMAGE_ONLY_24=1.618, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-1, RCVD_IN_DNSWL_HI=-5, SPF_PASS=-0.001] autolearn=ham autolearn_force=no
Authentication-Results: ietfa.amsl.com (amavisd-new); dkim=pass (1024-bit key) header.d=github.com
Received: from mail.ietf.org ([4.31.198.44]) by localhost (ietfa.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id BEDvhuZrphuX for <quic-issues@ietfa.amsl.com>; Wed, 23 Jan 2019 14:31:50 -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 4DCC6130F3F for <quic-issues@ietf.org>; Wed, 23 Jan 2019 14:31:50 -0800 (PST)
Date: Wed, 23 Jan 2019 14:31:49 -0800
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1548282709; bh=Y60VKnYR2yESoAZzX+atCIJZPWDg763NjZy7dd2I0gc=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=Fcv2nTHwtC/Tu6vehfygWa3kXCLt7+c5XQcZDtyo/ZQeTZ7200I3d1/F26BolSXaL pzLPs5TxWzK6fl1UPNQjzrqmfjTS9nQ2EVMglOWriIEkD95cF3BKEqL7+UwmSJ5SOF eVjbTSiQNlzgGaVGu5IXGCzkcWiNjoWMxQnW+nHg=
From: Jana Iyengar <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+0166e4abe740dc811b922553e420c4cfcde9d635b16e60ef92cf000000011860ad5592a169ce17fa7dfa@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/pull/2364/review/195777032@github.com>
In-Reply-To: <quicwg/base-drafts/pull/2364@github.com>
References: <quicwg/base-drafts/pull/2364@github.com>
Subject: Re: [quicwg/base-drafts] Moving text on spinbit into transport (#2364)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5c48eb55776fc_bcf3fbad66d45b82197f2"; 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/BVZIEIDq80TOoN-cqfMHEjYA3wg>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
List-Id: Notification list for GitHub issues related to the QUIC WG <quic-issues.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=unsubscribe>
List-Archive: <https://mailarchive.ietf.org/arch/browse/quic-issues/>
List-Post: <mailto:quic-issues@ietf.org>
List-Help: <mailto:quic-issues-request@ietf.org?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, 23 Jan 2019 22:31:52 -0000

----==_mimepart_5c48eb55776fc_bcf3fbad66d45b82197f2
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

janaiyengar requested changes on this pull request.

Much of this text is already present in draft-ietf-quic-spin-exp, which is referenced from the current text. What is the goal 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/2364#pullrequestreview-195777032
----==_mimepart_5c48eb55776fc_bcf3fbad66d45b82197f2
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

<p><b>@janaiyengar</b> requested changes on this pull request.</p>

<p>Much of this text is already present in draft-ietf-quic-spin-exp, which is referenced from the current text. What is the goal 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/2364#pullrequestreview-195777032">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AWbkq_66hLNwYYvoruG5k3npK_3oEL4Iks5vGOLVgaJpZM4aPA_u">mute the thread</a>.<img src="https://github.com/notifications/beacon/AWbkq0RHRp3ehg8nkvlCSKV2bXNySrHJks5vGOLVgaJpZM4aPA_u.gif" height="1" width="1" alt="" /></p>
<script type="application/json" data-scope="inboxmarkup">{"api_version":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name":"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"https://github.githubassets.com/images/email/message_cards/header.png","avatar_image_url":"https://github.githubassets.com/images/email/message_cards/avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/quicwg/base-drafts"}},"updates":{"snippets":[{"icon":"PERSON","message":"@janaiyengar requested changes on #2364"}],"action":{"name":"View Pull Request","url":"https://github.com/quicwg/base-drafts/pull/2364#pullrequestreview-195777032"}}}</script>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/pull/2364#pullrequestreview-195777032",
"url": "https://github.com/quicwg/base-drafts/pull/2364#pullrequestreview-195777032",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>
----==_mimepart_5c48eb55776fc_bcf3fbad66d45b82197f2--


From nobody Wed Jan 23 14:35:36 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 10BEE130F47 for <quic-issues@ietfa.amsl.com>; Wed, 23 Jan 2019 14:35:35 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -5.935
X-Spam-Level: 
X-Spam-Status: No, score=-5.935 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIMWL_WL_HIGH=-4.553, DKIM_SIGNED=0.1, DKIM_VALID=-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_PASS=-0.001] autolearn=ham autolearn_force=no
Authentication-Results: ietfa.amsl.com (amavisd-new); dkim=pass (1024-bit key) header.d=github.com
Received: from mail.ietf.org ([4.31.198.44]) by localhost (ietfa.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 5PpNuSoAjSve for <quic-issues@ietfa.amsl.com>; Wed, 23 Jan 2019 14:35:33 -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 818B5130F3F for <quic-issues@ietf.org>; Wed, 23 Jan 2019 14:35:33 -0800 (PST)
DKIM-Signature: v=1; a=rsa-sha1; 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=pldRzdbF9rTcImfSBPVFqka7VvQ=; b=H8E4toixH2DHZmHT h8WZFrEUG6QLKqT6nf3HfrtV2yMHtCBm4mKuZUew527BzMiH0fOauCPXRqU3XVXL pXc0PXMh40oD1/mAyT6ptobgY8qlWEs2QCgy+kwutIWtgGtYHVUoXkR6KzUBXcMf vhrqzS4WZoKe0EKANvV0wsq5V5s=
Received: by filter1294p1mdw1.sendgrid.net with SMTP id filter1294p1mdw1-16958-5C48EC34-10 2019-01-23 22:35:32.739368485 +0000 UTC m=+415853.667914772
Received: from github-lowworker-63e61ec.cp1-iad.github.net (unknown [192.30.252.36]) by ismtpd0032p1iad2.sendgrid.net (SG) with ESMTP id wfzmhSHJTpKf3-0HGCVC3w for <quic-issues@ietf.org>; Wed, 23 Jan 2019 22:35:32.727 +0000 (UTC)
Received: from github.com (localhost [127.0.0.1]) by github-lowworker-63e61ec.cp1-iad.github.net (Postfix) with ESMTP id AD7D62A086D for <quic-issues@ietf.org>; Wed, 23 Jan 2019 14:35:32 -0800 (PST)
Date: Wed, 23 Jan 2019 22:35:32 +0000 (UTC)
From: MikkelFJ <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+0166e4ab3d13780900e723a83a19a47310fe37a8a5111afe92cf000000011860ae3492a169ce17fab1f6@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/pull/2365/review/195778325@github.com>
In-Reply-To: <quicwg/base-drafts/pull/2365@github.com>
References: <quicwg/base-drafts/pull/2365@github.com>
Subject: Re: [quicwg/base-drafts] Persistent Congestion Time Threshold (#2365)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5c48ec34ac0de_144e3f8f544d45b8146456"; 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
X-SG-EID: l64QuQ2uJCcEyUykJbxN122A6QRmEpucztpreh3Pak1KHDGQJwS00PTNgRVPOOhlqXzLUlaFR6Pwt1 cP2ylb4PFAawcXXV1ij/iNmtAqoZy1+HPh5TenSflPOCpMr24stm3gt3T9yoPptoldkO/p5kfrQm6H HRmqSXdJnGrYD9tPC6jwB2X2rvGCqZ0SrC5RkI6/QL+BJ2Fe7U4Z2N934adnEaBMUEwM3jG3q1tOiU U=
Archived-At: <https://mailarchive.ietf.org/arch/msg/quic-issues/8DM6oROEEWlLOHkg9skoKA7-4uw>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
List-Id: Notification list for GitHub issues related to the QUIC WG <quic-issues.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=unsubscribe>
List-Archive: <https://mailarchive.ietf.org/arch/browse/quic-issues/>
List-Post: <mailto:quic-issues@ietf.org>
List-Help: <mailto:quic-issues-request@ietf.org?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, 23 Jan 2019 22:35:35 -0000

----==_mimepart_5c48ec34ac0de_144e3f8f544d45b8146456
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

mikkelfj commented on this pull request.



> @@ -1132,6 +1144,8 @@ increases bytes_in_flight.
 
 ~~~
    OnPacketSentCC(bytes_sent):
+     if (bytes_in_flight == 0):

It's too late, I keep getting this wrong - wait

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/quicwg/base-drafts/pull/2365#discussion_r250399936
----==_mimepart_5c48ec34ac0de_144e3f8f544d45b8146456
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/2365#discussion_r250399936">draft-ietf-quic-recovery.md</a>:</p>
<pre style='color:#555'>&gt; @@ -1132,6 +1144,8 @@ increases bytes_in_flight.
 
 ~~~
    OnPacketSentCC(bytes_sent):
+     if (bytes_in_flight == 0):
</pre>
<p>It's too late, I keep getting this wrong - wait</p>

<p style="font-size:small;-webkit-text-size-adjust:none;color:#666;">&mdash;<br />You are receiving this because you are subscribed to this thread.<br />Reply to this email directly, <a href="https://github.com/quicwg/base-drafts/pull/2365#discussion_r250399936">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AWbkq2DxIh9oONctnjWOGo9rXveBeEvDks5vGOO0gaJpZM4aPEwB">mute the thread</a>.<img src="https://github.com/notifications/beacon/AWbkq-CUcj9ywKNwwbjVLhFmH2u5ihxaks5vGOO0gaJpZM4aPEwB.gif" height="1" width="1" alt="" /></p>
<script type="application/json" data-scope="inboxmarkup">{"api_version":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name":"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"https://github.githubassets.com/images/email/message_cards/header.png","avatar_image_url":"https://github.githubassets.com/images/email/message_cards/avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/quicwg/base-drafts"}},"updates":{"snippets":[{"icon":"PERSON","message":"@mikkelfj commented on #2365"}],"action":{"name":"View Pull Request","url":"https://github.com/quicwg/base-drafts/pull/2365#discussion_r250399936"}}}</script>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/pull/2365#discussion_r250399936",
"url": "https://github.com/quicwg/base-drafts/pull/2365#discussion_r250399936",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>
----==_mimepart_5c48ec34ac0de_144e3f8f544d45b8146456--


From nobody Wed Jan 23 14: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 8812B130EE8 for <quic-issues@ietfa.amsl.com>; Wed, 23 Jan 2019 14:40:58 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -10.935
X-Spam-Level: 
X-Spam-Status: No, score=-10.935 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIMWL_WL_HIGH=-4.553, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, HTML_IMAGE_ONLY_24=1.618, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-1, RCVD_IN_DNSWL_HI=-5, SPF_PASS=-0.001] autolearn=ham autolearn_force=no
Authentication-Results: ietfa.amsl.com (amavisd-new); dkim=pass (1024-bit key) header.d=github.com
Received: from mail.ietf.org ([4.31.198.44]) by localhost (ietfa.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id YCxa2Udp70D9 for <quic-issues@ietfa.amsl.com>; Wed, 23 Jan 2019 14:40: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 9B7A5129AB8 for <quic-issues@ietf.org>; Wed, 23 Jan 2019 14:40:56 -0800 (PST)
Date: Wed, 23 Jan 2019 14:40:55 -0800
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1548283255; bh=GQaEwex5cw0+nVA2RX4LXTJY2cStxKom0y6Zl7SW5mU=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=JYRi+fSGOZ3vFjeXjOWMfLtbVo7NJaGhoVl7BWuNpxCgS4wl/HYn5zBfipHrmWtfL 6SmQJw9ZMFsOeWSd5qhgG18RdXmESmOJQVeOmmJ9A4HeVFGe4fUauMJpHlmZVT0r7y 3beV9fjBXr+u0v2VySygTgBxlIgCcsKmBX3lLlMA=
From: MikkelFJ <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+0166e4ab75c2e557b075e3241d07a9554427dd95fe5dfeb992cf000000011860af7792a169ce17fab1f6@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/pull/2365/review/195780256@github.com>
In-Reply-To: <quicwg/base-drafts/pull/2365@github.com>
References: <quicwg/base-drafts/pull/2365@github.com>
Subject: Re: [quicwg/base-drafts] Persistent Congestion Time Threshold (#2365)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5c48ed7789d14_7dcf3ff3ef4d45b83662a1"; 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/Ck82vXMcVHf6uckRqBAoulD9SYU>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
List-Id: Notification list for GitHub issues related to the QUIC WG <quic-issues.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=unsubscribe>
List-Archive: <https://mailarchive.ietf.org/arch/browse/quic-issues/>
List-Post: <mailto:quic-issues@ietf.org>
List-Help: <mailto:quic-issues-request@ietf.org?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, 23 Jan 2019 22:40:59 -0000

----==_mimepart_5c48ed7789d14_7dcf3ff3ef4d45b83662a1
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

mikkelfj commented on this pull request.



> @@ -1132,6 +1144,8 @@ increases bytes_in_flight.
 
 ~~~
    OnPacketSentCC(bytes_sent):
+     if (bytes_in_flight == 0):

Edited above comment, I think it is ok 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/pull/2365#discussion_r250401633
----==_mimepart_5c48ed7789d14_7dcf3ff3ef4d45b83662a1
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/2365#discussion_r250401633">draft-ietf-quic-recovery.md</a>:</p>
<pre style='color:#555'>&gt; @@ -1132,6 +1144,8 @@ increases bytes_in_flight.
 
 ~~~
    OnPacketSentCC(bytes_sent):
+     if (bytes_in_flight == 0):
</pre>
<p>Edited above comment, I think it is ok 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/pull/2365#discussion_r250401633">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AWbkqwEdCEEO7bCVNNfNOwYX4iBIizP7ks5vGOT3gaJpZM4aPEwB">mute the thread</a>.<img src="https://github.com/notifications/beacon/AWbkq4HUN8mEkvKQQjYRUKzqf1eiRDDBks5vGOT3gaJpZM4aPEwB.gif" height="1" width="1" alt="" /></p>
<script type="application/json" data-scope="inboxmarkup">{"api_version":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name":"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"https://github.githubassets.com/images/email/message_cards/header.png","avatar_image_url":"https://github.githubassets.com/images/email/message_cards/avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/quicwg/base-drafts"}},"updates":{"snippets":[{"icon":"PERSON","message":"@mikkelfj commented on #2365"}],"action":{"name":"View Pull Request","url":"https://github.com/quicwg/base-drafts/pull/2365#discussion_r250401633"}}}</script>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/pull/2365#discussion_r250401633",
"url": "https://github.com/quicwg/base-drafts/pull/2365#discussion_r250401633",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>
----==_mimepart_5c48ed7789d14_7dcf3ff3ef4d45b83662a1--


From nobody Wed Jan 23 15: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 A1262130F63 for <quic-issues@ietfa.amsl.com>; Wed, 23 Jan 2019 15:04:05 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -12.553
X-Spam-Level: 
X-Spam-Status: No, score=-12.553 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIMWL_WL_HIGH=-4.553, 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_PASS=-0.001] autolearn=ham autolearn_force=no
Authentication-Results: ietfa.amsl.com (amavisd-new); dkim=pass (1024-bit key) header.d=github.com
Received: from mail.ietf.org ([4.31.198.44]) by localhost (ietfa.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id aYoNkt4DV9jG for <quic-issues@ietfa.amsl.com>; Wed, 23 Jan 2019 15:04:03 -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 919B3130F62 for <quic-issues@ietf.org>; Wed, 23 Jan 2019 15:04:03 -0800 (PST)
Date: Wed, 23 Jan 2019 15:04:02 -0800
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1548284642; bh=hQrcHBO3ig8jxKvaLSy76TkxKFd3pHrHrqYvx9qqu3k=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=Y/+UY7wqw1xXvLMqFPi+S0vFpS0bfYLkA2h2ciNr5hS2DvKE4uDmVRvloTjj5Aa7X hEu7fEFvkKK121+w26g5P027rtU51MykwxcXP+iuFSL4Lt0ti7kpska/qufmybMnn4 OcM5TA6wopkZiBG9d+e4YBWYumV72YFrvS5JS/6o=
From: Martin Thomson <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+0166e4ab1e7a2d39f83b952705971b5394b41d1b4a0eac0592cf000000011860b4e292a169ce17fb36a2@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/issues/2367/457001043@github.com>
In-Reply-To: <quicwg/base-drafts/issues/2367@github.com>
References: <quicwg/base-drafts/issues/2367@github.com>
Subject: Re: [quicwg/base-drafts] Text banning post-handshake client auth is unclear (#2367)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5c48f2e29e4bf_3b8b3fd66aed45c41681cc"; 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/oEGFk7JRea8eN2N17XJLCmCjsVc>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
List-Id: Notification list for GitHub issues related to the QUIC WG <quic-issues.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=unsubscribe>
List-Archive: <https://mailarchive.ietf.org/arch/browse/quic-issues/>
List-Post: <mailto:quic-issues@ietf.org>
List-Help: <mailto:quic-issues-request@ietf.org?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, 23 Jan 2019 23:04:06 -0000

----==_mimepart_5c48f2e29e4bf_3b8b3fd66aed45c41681cc
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

@mikkelfj, The best way to understand the rationale is to try to work through how a particular protocol might use this feature.  Read [HTTP/2 secondary certificate authentication](https://httpwg.org/http-extensions/draft-ietf-httpbis-http2-secondary-certs.html), look at the design and discussion and see the sorts of problems it tries to address.  In that case, some of the problems are with server-authentication, which you can safely ignore, but the general class of problems related to concurrency and how that relates to the status of authentication produce a fairly complex design.

Now I might concede that it is possible to build a protocol that uses this TLS feature well, but I would still hold that [exported authenticators](https://tlswg.github.io/tls-exported-authenticator/draft-ietf-tls-exported-authenticator.html) are a far superior 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/2367#issuecomment-457001043
----==_mimepart_5c48f2e29e4bf_3b8b3fd66aed45c41681cc
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=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>, The best way to understand the rationale is to tr=
y to work through how a particular protocol might use this feature.  Read=
 <a href=3D"https://httpwg.org/http-extensions/draft-ietf-httpbis-http2-s=
econdary-certs.html" rel=3D"nofollow">HTTP/2 secondary certificate authen=
tication</a>, look at the design and discussion and see the sorts of prob=
lems it tries to address.  In that case, some of the problems are with se=
rver-authentication, which you can safely ignore, but the general class o=
f problems related to concurrency and how that relates to the status of a=
uthentication produce a fairly complex design.</p>
<p>Now I might concede that it is possible to build a protocol that uses =
this TLS feature well, but I would still hold that <a href=3D"https://tls=
wg.github.io/tls-exported-authenticator/draft-ietf-tls-exported-authentic=
ator.html" rel=3D"nofollow">exported authenticators</a> are a far superio=
r design.</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/2367#issuecomment-457001043">view it on GitHub</a>,=
 or <a href=3D"https://github.com/notifications/unsubscribe-auth/AWbkq0S2=
fKgVfTK_EtGRz161SldxqjeZks5vGOpigaJpZM4aPOSJ">mute the thread</a>.<img sr=
c=3D"https://github.com/notifications/beacon/AWbkqzh981aiXcr7H8_xb_8GVjK1=
dC-Lks5vGOpigaJpZM4aPOSJ.gif" height=3D"1" width=3D"1" alt=3D"" /></p>
<script type=3D"application/json" data-scope=3D"inboxmarkup">{"api_versio=
n":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name"=
:"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"=
quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"http=
s://github.githubassets.com/images/email/message_cards/header.png","avata=
r_image_url":"https://github.githubassets.com/images/email/message_cards/=
avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/q=
uicwg/base-drafts"}},"updates":{"snippets":[{"icon":"PERSON","message":"@=
martinthomson in #2367: @mikkelfj, The best way to understand the rationa=
le is to try to work through how a particular protocol might use this fea=
ture.  Read [HTTP/2 secondary certificate authentication](https://httpwg.=
org/http-extensions/draft-ietf-httpbis-http2-secondary-certs.html), look =
at the design and discussion and see the sorts of problems it tries to ad=
dress.  In that case, some of the problems are with server-authentication=
, which you can safely ignore, but the general class of problems related =
to concurrency and how that relates to the status of authentication produ=
ce a fairly complex design.\r\n\r\nNow I might concede that it is possibl=
e to build a protocol that uses this TLS feature well, but I would still =
hold that [exported authenticators](https://tlswg.github.io/tls-exported-=
authenticator/draft-ietf-tls-exported-authenticator.html) are a far super=
ior design."}],"action":{"name":"View Issue","url":"https://github.com/qu=
icwg/base-drafts/issues/2367#issuecomment-457001043"}}}</script>
<script type=3D"application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/issues/2367#issuecomment=
-457001043",
"url": "https://github.com/quicwg/base-drafts/issues/2367#issuecomment-45=
7001043",
"name": "View Issue"
},
"description": "View this Issue on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>=

----==_mimepart_5c48f2e29e4bf_3b8b3fd66aed45c41681cc--


From nobody Wed Jan 23 15:19: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 68F50130F6A for <quic-issues@ietfa.amsl.com>; Wed, 23 Jan 2019 15:19:18 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -10.935
X-Spam-Level: 
X-Spam-Status: No, score=-10.935 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIMWL_WL_HIGH=-4.553, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, HTML_IMAGE_ONLY_24=1.618, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-1, RCVD_IN_DNSWL_HI=-5, SPF_PASS=-0.001] autolearn=ham autolearn_force=no
Authentication-Results: ietfa.amsl.com (amavisd-new); dkim=pass (1024-bit key) header.d=github.com
Received: from mail.ietf.org ([4.31.198.44]) by localhost (ietfa.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id jIAa0GOmTOSo for <quic-issues@ietfa.amsl.com>; Wed, 23 Jan 2019 15:19: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 BA50D12950A for <quic-issues@ietf.org>; Wed, 23 Jan 2019 15:19:16 -0800 (PST)
Date: Wed, 23 Jan 2019 15:19:15 -0800
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1548285555; bh=G40tVwmJm1GWEf7ARxXssqHUdEicarRABc+/0pKCzjo=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=sTsmHSeyVHmcFGAk1wbFBxspdKImatqxK/oh4i1s+9s9X/96qcUk0SfFb1WooV0ji 4y7D9Isu5kYcazuve6ce3KuPsuL1QuFDioyo2EnrEGN/PKeuweO9iOIixI208Fnmpx UVUBQ1pfRUqszAliqDnEgX3rMPF+XHaFyYmrOqsI=
From: MikkelFJ <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+0166e4ab66bfa579712bd0f181aa94db379bdf2f68171a5692cf000000011860b87392a169ce17fb36a2@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/issues/2367/457004662@github.com>
In-Reply-To: <quicwg/base-drafts/issues/2367@github.com>
References: <quicwg/base-drafts/issues/2367@github.com>
Subject: Re: [quicwg/base-drafts] Text banning post-handshake client auth is unclear (#2367)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5c48f673934a2_6fd83ff90d2d45c4327e5"; 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/OAmpYvpzi4-S4ekIfH1onOpT54g>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
List-Id: Notification list for GitHub issues related to the QUIC WG <quic-issues.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=unsubscribe>
List-Archive: <https://mailarchive.ietf.org/arch/browse/quic-issues/>
List-Post: <mailto:quic-issues@ietf.org>
List-Help: <mailto:quic-issues-request@ietf.org?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, 23 Jan 2019 23:19:18 -0000

----==_mimepart_5c48f673934a2_6fd83ff90d2d45c4327e5
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

@martinthomson Thanks for the explantion and pointers. On exported authenticators I guess there is some overlap with OAuth2, Fido, and temporary web service tokens once you get past 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/issues/2367#issuecomment-457004662
----==_mimepart_5c48f673934a2_6fd83ff90d2d45c4327e5
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 for the explantion and pointers. On exported authenticators I guess there is some overlap with OAuth2, Fido, and temporary web service tokens once you get past 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/issues/2367#issuecomment-457004662">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AWbkq8wWG4JiYzO0kGUPTpR1lgINDGsCks5vGO3zgaJpZM4aPOSJ">mute the thread</a>.<img src="https://github.com/notifications/beacon/AWbkq_k1alysgQPZDcA8chqJdf6DUPsNks5vGO3zgaJpZM4aPOSJ.gif" height="1" width="1" alt="" /></p>
<script type="application/json" data-scope="inboxmarkup">{"api_version":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name":"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"https://github.githubassets.com/images/email/message_cards/header.png","avatar_image_url":"https://github.githubassets.com/images/email/message_cards/avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/quicwg/base-drafts"}},"updates":{"snippets":[{"icon":"PERSON","message":"@mikkelfj in #2367: @martinthomson Thanks for the explantion and pointers. On exported authenticators I guess there is some overlap with OAuth2, Fido, and temporary web service tokens once you get past the handshake."}],"action":{"name":"View Issue","url":"https://github.com/quicwg/base-drafts/issues/2367#issuecomment-457004662"}}}</script>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/issues/2367#issuecomment-457004662",
"url": "https://github.com/quicwg/base-drafts/issues/2367#issuecomment-457004662",
"name": "View Issue"
},
"description": "View this Issue on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>
----==_mimepart_5c48f673934a2_6fd83ff90d2d45c4327e5--


From nobody Wed Jan 23 15:57: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 CF902129C6A for <quic-issues@ietfa.amsl.com>; Wed, 23 Jan 2019 15:57:16 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -10.935
X-Spam-Level: 
X-Spam-Status: No, score=-10.935 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIMWL_WL_HIGH=-4.553, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, HTML_IMAGE_ONLY_24=1.618, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-1, RCVD_IN_DNSWL_HI=-5, SPF_PASS=-0.001] autolearn=ham autolearn_force=no
Authentication-Results: ietfa.amsl.com (amavisd-new); dkim=pass (1024-bit key) header.d=github.com
Received: from mail.ietf.org ([4.31.198.44]) by localhost (ietfa.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 1sLg71lSj-ow for <quic-issues@ietfa.amsl.com>; Wed, 23 Jan 2019 15:57: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 4EBB212950A for <quic-issues@ietf.org>; Wed, 23 Jan 2019 15:57:15 -0800 (PST)
Date: Wed, 23 Jan 2019 15:57:14 -0800
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1548287834; bh=CsFV/6/v7KgsxnFicl+RRaCRk4Ja98KmINm/uF5H64M=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=cnwZ49SttpCQiX0Oe9lefZdZivZ7PaOFS25NGDbYCrgmESZQ2KXSspyWuNYt+AHZk FZFEX+NEfQ/YR38MuVMPsrvRnw76Zc1FjcS4g4yeDTFZJvQjITyLax2N7rFKsNzdo1 9j92IS3k2g7yRCSEi8vi/PYfnFXXoHp2a69l5YBs=
From: David Schinazi <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+0166e4ab8d28d7da7e37d610216a3ea493f96dee0db8d65792cf000000011860c15a92a169ce17fb36a2@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/issues/2367/457013361@github.com>
In-Reply-To: <quicwg/base-drafts/issues/2367@github.com>
References: <quicwg/base-drafts/issues/2367@github.com>
Subject: Re: [quicwg/base-drafts] Text banning post-handshake client auth is unclear (#2367)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5c48ff5a1744d_14d93fc2374d45c016575"; 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/4F0NEvX8PwGsYhjcfz2pnJsZgsE>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
List-Id: Notification list for GitHub issues related to the QUIC WG <quic-issues.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=unsubscribe>
List-Archive: <https://mailarchive.ietf.org/arch/browse/quic-issues/>
List-Post: <mailto:quic-issues@ietf.org>
List-Help: <mailto:quic-issues-request@ietf.org?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, 23 Jan 2019 23:57:17 -0000

----==_mimepart_5c48ff5a1744d_14d93fc2374d45c016575
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

@martinthomson if we have a good reason (which it sounds like we do), then this issue tracks adding that reason to the draft.

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/quicwg/base-drafts/issues/2367#issuecomment-457013361
----==_mimepart_5c48ff5a1744d_14d93fc2374d45c016575
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> if we have a good reason (which it sounds like we do), then this issue tracks adding that reason to the draft.</p>

<p style="font-size:small;-webkit-text-size-adjust:none;color:#666;">&mdash;<br />You are receiving this because you are subscribed to this thread.<br />Reply to this email directly, <a href="https://github.com/quicwg/base-drafts/issues/2367#issuecomment-457013361">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AWbkq6r1-V4qQ3flqZ7jDRmeNJliKGjaks5vGPbagaJpZM4aPOSJ">mute the thread</a>.<img src="https://github.com/notifications/beacon/AWbkq44MD9-vuE2m15GACG__ltQ4GT3rks5vGPbagaJpZM4aPOSJ.gif" height="1" width="1" alt="" /></p>
<script type="application/json" data-scope="inboxmarkup">{"api_version":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name":"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"https://github.githubassets.com/images/email/message_cards/header.png","avatar_image_url":"https://github.githubassets.com/images/email/message_cards/avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/quicwg/base-drafts"}},"updates":{"snippets":[{"icon":"PERSON","message":"@DavidSchinazi in #2367: @martinthomson if we have a good reason (which it sounds like we do), then this issue tracks adding that reason to the draft."}],"action":{"name":"View Issue","url":"https://github.com/quicwg/base-drafts/issues/2367#issuecomment-457013361"}}}</script>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/issues/2367#issuecomment-457013361",
"url": "https://github.com/quicwg/base-drafts/issues/2367#issuecomment-457013361",
"name": "View Issue"
},
"description": "View this Issue on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>
----==_mimepart_5c48ff5a1744d_14d93fc2374d45c016575--


From nobody Wed Jan 23 17:05:23 2019
Return-Path: <bounce+565321.40f-quic-issues=ietf.org@github.com>
X-Original-To: quic-issues@ietfa.amsl.com
Delivered-To: quic-issues@ietfa.amsl.com
Received: from localhost (localhost [127.0.0.1]) by ietfa.amsl.com (Postfix) with ESMTP id A1975130F9A for <quic-issues@ietfa.amsl.com>; Wed, 23 Jan 2019 17:05:21 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -0.996
X-Spam-Level: 
X-Spam-Status: No, score=-0.996 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIM_ADSP_CUSTOM_MED=0.001, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, FREEMAIL_FORGED_FROMDOMAIN=0.001, FREEMAIL_FROM=0.001, HEADER_FROM_DIFFERENT_DOMAINS=0.001, NML_ADSP_CUSTOM_MED=0.9, RCVD_IN_DNSWL_NONE=-0.0001, SPF_PASS=-0.001, URIBL_BLOCKED=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 kneS7-i99JIu for <quic-issues@ietfa.amsl.com>; Wed, 23 Jan 2019 17:05:20 -0800 (PST)
Received: from m71-131.mailgun.net (m71-131.mailgun.net [166.78.71.131]) (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 E5CB1130F8B for <quic-issues@ietf.org>; Wed, 23 Jan 2019 17:05:19 -0800 (PST)
DKIM-Signature: a=rsa-sha256; v=1; c=relaxed/relaxed; d=github.com; q=dns/txt;  s=mailo; t=1548291919; h=Content-Transfer-Encoding: Content-Type: Mime-Version: Subject: Message-ID: To: Reply-To: From: Date: Sender; bh=kZuTsKkWJqI75JzS830bUBpwNrDbDhTciPhyE0d3xX8=; b=xSMPRsad8LwnO2y8FdaYNkc0gNiVlw2dgNKQMLQH1GRO6logRVBItTLitxl03C6HEOK/pA5O uPeeAGzA6LMZqDGF4eP/ZfEOdBUFLEpBOCa1TZBZtDV48yrhlSBxgd+z3jF7XUJsoni8jn+k fNF7vEN9TjT0dFAri8XXzMcri0E=
X-Mailgun-Sending-Ip: 166.78.71.131
X-Mailgun-Sid: WyJhNzYyYiIsICJxdWljLWlzc3Vlc0BpZXRmLm9yZyIsICI0MGYiXQ==
Sender: jri.ietf=gmail.com@github.com
Received: from github.com (Unknown [192.30.252.34]) by mxa.mailgun.org with ESMTP id 5c490f4e.7f544c42e690-smtp-out-n02; Thu, 24 Jan 2019 01:05:18 -0000 (UTC)
Date: Wed, 23 Jan 2019 17:05:17 -0800
From: Jana Iyengar <jri.ietf@gmail.com>
Reply-To: Jana Iyengar <jri.ietf@gmail.com>
To: quic-issues@ietf.org
Message-ID: <5c490f4d927eb_17582b0cbb9e2580131a5@hookshot-fe-88eb02d.cp1-iad.github.net.mail>
Subject: [quicwg/base-drafts] 717ae9: Define RTT
Mime-Version: 1.0
Content-Type: multipart/mixed; boundary="--==_mimepart_5c490f4d9245c_17582b0cbb9e2580130e5"; charset=UTF-8
Content-Transfer-Encoding: 7bit
Archived-At: <https://mailarchive.ietf.org/arch/msg/quic-issues/hWrR-PAaOSCPKbTrDQs03zcaLic>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
Precedence: list
List-Id: Notification list for GitHub issues related to the QUIC WG <quic-issues.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=unsubscribe>
List-Archive: <https://mailarchive.ietf.org/arch/browse/quic-issues/>
List-Post: <mailto:quic-issues@ietf.org>
List-Help: <mailto:quic-issues-request@ietf.org?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, 24 Jan 2019 01:05:22 -0000

----==_mimepart_5c490f4d9245c_17582b0cbb9e2580130e5
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

  Branch: refs/heads/master
  Home:   https://github.com/quicwg/base-drafts
  Commit: 717ae94a335b956f195648c0af8b8b928d4aea3d
      https://github.com/quicwg/base-drafts/commit/717ae94a335b956f195648c0af8b8b928d4aea3d
  Author: ianswett <ianswett@users.noreply.github.com>
  Date:   2019-01-22 (Tue, 22 Jan 2019)

  Changed paths:
    M draft-ietf-quic-recovery.md

  Log Message:
  -----------
  Define RTT

Explicitly state that Round trip time is abbreviated as RTT


  Commit: 1328ea5d59099c40902fa644064c4a76eb8d60a7
      https://github.com/quicwg/base-drafts/commit/1328ea5d59099c40902fa644064c4a76eb8d60a7
  Author: ianswett <ianswett@users.noreply.github.com>
  Date:   2019-01-22 (Tue, 22 Jan 2019)

  Changed paths:
    M draft-ietf-quic-recovery.md

  Log Message:
  -----------
  Fix earlier uses and remove an obsolete sentence


  Commit: 00fe359052fc890cf8ff3444e9d64bd78308af6f
      https://github.com/quicwg/base-drafts/commit/00fe359052fc890cf8ff3444e9d64bd78308af6f
  Author: ianswett <ianswett@users.noreply.github.com>
  Date:   2019-01-22 (Tue, 22 Jan 2019)

  Changed paths:
    M draft-ietf-quic-recovery.md

  Log Message:
  -----------
  Match TCP RFCs use of


  Commit: 37f479d7636479b4be785408e3cca7546f44a41e
      https://github.com/quicwg/base-drafts/commit/37f479d7636479b4be785408e3cca7546f44a41e
  Author: Jana Iyengar <jri.ietf@gmail.com>
  Date:   2019-01-23 (Wed, 23 Jan 2019)

  Changed paths:
    M draft-ietf-quic-recovery.md

  Log Message:
  -----------
  Merge pull request #2362 from quicwg/ianswett-rtt

Define RTT


Compare: https://github.com/quicwg/base-drafts/compare/4dd4fd6c4996...37f479d76364
      **NOTE:** GitHub Services has been marked for deprecation: https://developer.github.com/changes/2018-04-25-github-services-deprecation/

      We will provide an alternative path for the email notifications by January 31st, 2019.

----==_mimepart_5c490f4d9245c_17582b0cbb9e2580130e5--


From nobody Wed Jan 23 17:05: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 981B0130F9A for <quic-issues@ietfa.amsl.com>; Wed, 23 Jan 2019 17:05:24 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -10.935
X-Spam-Level: 
X-Spam-Status: No, score=-10.935 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIMWL_WL_HIGH=-4.553, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, HTML_IMAGE_ONLY_24=1.618, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-1, RCVD_IN_DNSWL_HI=-5, SPF_PASS=-0.001] autolearn=ham autolearn_force=no
Authentication-Results: ietfa.amsl.com (amavisd-new); dkim=pass (1024-bit key) header.d=github.com
Received: from mail.ietf.org ([4.31.198.44]) by localhost (ietfa.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id YSFPwTjz0aeh for <quic-issues@ietfa.amsl.com>; Wed, 23 Jan 2019 17:05: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 D1920130F8B for <quic-issues@ietf.org>; Wed, 23 Jan 2019 17:05:22 -0800 (PST)
Date: Wed, 23 Jan 2019 17:05:20 -0800
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1548291920; bh=YYaI29p0+fcn3loXJ7Pfw6KcRH5XP3HeLOnlVB9cgFo=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=n8eBoPmmJJzXCv9KHKrURkuERHZOQue3TvBLhYd54inYx70/pJib06e7ab+doLnNZ oi9a7Mi5n1DbayULpHpR9RhYQ6U0zpIL6gQR4b2fSkJpBCr7R38b7CxlNrfBdou7ve 3Vko8DzycD8apRPbGVRfLiNIAdHjx92Di7pASrX8=
From: Jana Iyengar <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+0166e4abdbab8084b2f197ae3f074d651acffd18f5c7701292cf000000011860d15092a169ce17f65f56@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/pull/2362/issue_event/2093247113@github.com>
In-Reply-To: <quicwg/base-drafts/pull/2362@github.com>
References: <quicwg/base-drafts/pull/2362@github.com>
Subject: Re: [quicwg/base-drafts] Define RTT (#2362)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5c490f50a5afa_23443fd8618d45b8545f0"; 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/U5S15Qgy5B7AqeTLEMWKZS22nqs>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
List-Id: Notification list for GitHub issues related to the QUIC WG <quic-issues.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=unsubscribe>
List-Archive: <https://mailarchive.ietf.org/arch/browse/quic-issues/>
List-Post: <mailto:quic-issues@ietf.org>
List-Help: <mailto:quic-issues-request@ietf.org?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, 24 Jan 2019 01:05:25 -0000

----==_mimepart_5c490f50a5afa_23443fd8618d45b8545f0
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

Merged #2362 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/2362#event-2093247113
----==_mimepart_5c490f50a5afa_23443fd8618d45b8545f0
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="402022230" data-permission-text="Issue title is private" data-url="https://github.com/quicwg/base-drafts/issues/2362" data-hovercard-type="pull_request" data-hovercard-url="/quicwg/base-drafts/pull/2362/hovercard" href="https://github.com/quicwg/base-drafts/pull/2362">#2362</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/2362#event-2093247113">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AWbkqymfvgbVUGwOEQ5vsbb49Ok89dHgks5vGQbQgaJpZM4aN0ns">mute the thread</a>.<img src="https://github.com/notifications/beacon/AWbkq_vc0FWUdMAG1rEv2JMQ8UMpl8H2ks5vGQbQgaJpZM4aN0ns.gif" height="1" width="1" alt="" /></p>
<script type="application/json" data-scope="inboxmarkup">{"api_version":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name":"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"https://github.githubassets.com/images/email/message_cards/header.png","avatar_image_url":"https://github.githubassets.com/images/email/message_cards/avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/quicwg/base-drafts"}},"updates":{"snippets":[{"icon":"DESCRIPTION","message":"Merged #2362 into master."}],"action":{"name":"View Pull Request","url":"https://github.com/quicwg/base-drafts/pull/2362#event-2093247113"}}}</script>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/pull/2362#event-2093247113",
"url": "https://github.com/quicwg/base-drafts/pull/2362#event-2093247113",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>
----==_mimepart_5c490f50a5afa_23443fd8618d45b8545f0--


From nobody Wed Jan 23 17: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 922C7130F8B for <quic-issues@ietfa.amsl.com>; Wed, 23 Jan 2019 17:09:26 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -12.553
X-Spam-Level: 
X-Spam-Status: No, score=-12.553 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIMWL_WL_HIGH=-4.553, 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_PASS=-0.001] autolearn=ham autolearn_force=no
Authentication-Results: ietfa.amsl.com (amavisd-new); dkim=pass (1024-bit key) header.d=github.com
Received: from mail.ietf.org ([4.31.198.44]) by localhost (ietfa.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id cFPHOg5TjKIT for <quic-issues@ietfa.amsl.com>; Wed, 23 Jan 2019 17:09: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 9AF2C129BBF for <quic-issues@ietf.org>; Wed, 23 Jan 2019 17:09:24 -0800 (PST)
Date: Wed, 23 Jan 2019 17:09:23 -0800
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1548292163; bh=ioVtuOaN2xVD212so5r7G6LDo9KTPEtpvLBAYE7EtEU=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=09zXcDHh9Xiu5rap4cBkNqOjbLQsZ5P14Vyvw8MDj6faHjpgBDrwS8LgwXSdkav6R IaHjB6h2OAZZWkXn4yUMihGOGHHQ/Fid5vPd/kPZ+WChJapysNHBToY4vyzWktDd9P m4oD+xGOs2JLTVvJtnbP7aPsXcoT/JaRQ2wRKNz0=
From: Martin Thomson <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+0166e4ab5ef9bfbf24c72a1a031a6e565b006e95685eb9b692cf000000011860d24392a169ce17fa7dfa@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/pull/2364/c457027594@github.com>
In-Reply-To: <quicwg/base-drafts/pull/2364@github.com>
References: <quicwg/base-drafts/pull/2364@github.com>
Subject: Re: [quicwg/base-drafts] Moving text on spinbit into transport (#2364)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5c49104385a6a_5aa3fd0828d45b87103f"; 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/szkvk39Ut0qf-Z-Len7cv21fgM8>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
List-Id: Notification list for GitHub issues related to the QUIC WG <quic-issues.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=unsubscribe>
List-Archive: <https://mailarchive.ietf.org/arch/browse/quic-issues/>
List-Post: <mailto:quic-issues@ietf.org>
List-Help: <mailto:quic-issues-request@ietf.org?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, 24 Jan 2019 01:09:27 -0000

----==_mimepart_5c49104385a6a_5aa3fd0828d45b87103f
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

I think that this is one editorial discussion where I would like to see some discussion.

For me, the question of document organization is secondary to a question of status.  I think that we should target the spin bit document at experimental status, not proposed standard, which would make keeping the split between documents much more appropriate.  I'm sure that others will disagree with this position, so I think that discussion is very much warranted.

Incidentally, the change from exp to std in the document is in a commit entitled "typofix", done late last year by @britram.  I was - until just now when I checked - under the impression that the goal was an experimental RFC.  I suspect that we had a discussion on this point that settled on standards track, but I'm just remembering badly.

After that, then I think we want to talk about where this slots into the current document.  I'm not sure that the place that is selected here is right, but I want to get the big ticket questions out of the way 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/pull/2364#issuecomment-457027594
----==_mimepart_5c49104385a6a_5aa3fd0828d45b87103f
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: quoted-printable

<p>I think that this is one editorial discussion where I would like to se=
e some discussion.</p>
<p>For me, the question of document organization is secondary to a questi=
on of status.  I think that we should target the spin bit document at exp=
erimental status, not proposed standard, which would make keeping the spl=
it between documents much more appropriate.  I'm sure that others will di=
sagree with this position, so I think that discussion is very much warran=
ted.</p>
<p>Incidentally, the change from exp to std in the document is in a commi=
t entitled "typofix", done late last year by <a class=3D"user-mention" da=
ta-hovercard-type=3D"user" data-hovercard-url=3D"/hovercards?user_id=3D18=
84116" data-octo-click=3D"hovercard-link-click" data-octo-dimensions=3D"l=
ink_type:self" href=3D"https://github.com/britram">@britram</a>.  I was -=
 until just now when I checked - under the impression that the goal was a=
n experimental RFC.  I suspect that we had a discussion on this point tha=
t settled on standards track, but I'm just remembering badly.</p>
<p>After that, then I think we want to talk about where this slots into t=
he current document.  I'm not sure that the place that is selected here i=
s right, but I want to get the big ticket questions out of the way first.=
</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/pull/2364#issuecomment-457027594">view it on GitHub</a>, o=
r <a href=3D"https://github.com/notifications/unsubscribe-auth/AWbkq8O1SN=
UXqpndKD8kqKGT9_zuooupks5vGQfDgaJpZM4aPA_u">mute the thread</a>.<img src=3D=
"https://github.com/notifications/beacon/AWbkq05_JlrkjxFQ2RnMlDXuRRv-vKBe=
ks5vGQfDgaJpZM4aPA_u.gif" height=3D"1" width=3D"1" alt=3D"" /></p>
<script type=3D"application/json" data-scope=3D"inboxmarkup">{"api_versio=
n":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name"=
:"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"=
quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"http=
s://github.githubassets.com/images/email/message_cards/header.png","avata=
r_image_url":"https://github.githubassets.com/images/email/message_cards/=
avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/q=
uicwg/base-drafts"}},"updates":{"snippets":[{"icon":"PERSON","message":"@=
martinthomson in #2364: I think that this is one editorial discussion whe=
re I would like to see some discussion.\r\n\r\nFor me, the question of do=
cument organization is secondary to a question of status.  I think that w=
e should target the spin bit document at experimental status, not propose=
d standard, which would make keeping the split between documents much mor=
e appropriate.  I'm sure that others will disagree with this position, so=
 I think that discussion is very much warranted.\r\n\r\nIncidentally, the=
 change from exp to std in the document is in a commit entitled \"typofix=
\", done late last year by @britram.  I was - until just now when I check=
ed - under the impression that the goal was an experimental RFC.  I suspe=
ct that we had a discussion on this point that settled on standards track=
, but I'm just remembering badly.\r\n\r\nAfter that, then I think we want=
 to talk about where this slots into the current document.  I'm not sure =
that the place that is selected here is right, but I want to get the big =
ticket questions out of the way first."}],"action":{"name":"View Pull Req=
uest","url":"https://github.com/quicwg/base-drafts/pull/2364#issuecomment=
-457027594"}}}</script>
<script type=3D"application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/pull/2364#issuecomment-4=
57027594",
"url": "https://github.com/quicwg/base-drafts/pull/2364#issuecomment-4570=
27594",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>=

----==_mimepart_5c49104385a6a_5aa3fd0828d45b87103f--


From nobody Wed Jan 23 23:28: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 C78D0130EED for <quic-issues@ietfa.amsl.com>; Wed, 23 Jan 2019 23:28:51 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -10.935
X-Spam-Level: 
X-Spam-Status: No, score=-10.935 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIMWL_WL_HIGH=-4.553, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, HTML_IMAGE_ONLY_24=1.618, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-1, RCVD_IN_DNSWL_HI=-5, SPF_PASS=-0.001] autolearn=ham autolearn_force=no
Authentication-Results: ietfa.amsl.com (amavisd-new); dkim=pass (1024-bit key) header.d=github.com
Received: from mail.ietf.org ([4.31.198.44]) by localhost (ietfa.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id CsPE1_GboCU7 for <quic-issues@ietfa.amsl.com>; Wed, 23 Jan 2019 23:28: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 0E92E12D7EA for <quic-issues@ietf.org>; Wed, 23 Jan 2019 23:28:50 -0800 (PST)
Date: Wed, 23 Jan 2019 23:28:47 -0800
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1548314927; bh=M3yi/MUyN+GhWGoaRA+BfYhU/cQkGEISYI5o2a6a3+8=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=go0oCVAlMXeMhczLDN4nd+iYHT2p/3D1vGEp1tDjRPrDJvlKHhAIKxalvpraQ51W8 CfCdRJxJN41edaceCgS4jMEnv/gpd1vVQ52owhCDO0uQreCaTpfBYV64zBxzT5DueR uER8K2e1jsBzMRIjtnU1/QaBauChK8SFukJ1gMUc=
From: Roni Even <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+0166e4ab3998b32f28f1bcffdad2e4260756fe01d57c31fb92cf0000000118612b2f92a169ce17fa7dfa@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/pull/2364/c457095015@github.com>
In-Reply-To: <quicwg/base-drafts/pull/2364@github.com>
References: <quicwg/base-drafts/pull/2364@github.com>
Subject: Re: [quicwg/base-drafts] Moving text on spinbit into transport (#2364)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5c49692fde72a_20bf3fcd0ccd45c4162540"; charset=UTF-8
Content-Transfer-Encoding: 7bit
Precedence: list
X-GitHub-Sender: ronieven
X-GitHub-Recipient: quic-issues
X-GitHub-Reason: subscribed
X-Auto-Response-Suppress: All
X-GitHub-Recipient-Address: quic-issues@ietf.org
Archived-At: <https://mailarchive.ietf.org/arch/msg/quic-issues/Eq6l56YYmGjWHRc8JVsrXUhecXc>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
List-Id: Notification list for GitHub issues related to the QUIC WG <quic-issues.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=unsubscribe>
List-Archive: <https://mailarchive.ietf.org/arch/browse/quic-issues/>
List-Post: <mailto:quic-issues@ietf.org>
List-Help: <mailto:quic-issues-request@ietf.org?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, 24 Jan 2019 07:28:52 -0000

----==_mimepart_5c49692fde72a_20bf3fcd0ccd45c4162540
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

I think the text should be in the transport document but in my view it will be better as subsection 17.3.1 titled 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/pull/2364#issuecomment-457095015
----==_mimepart_5c49692fde72a_20bf3fcd0ccd45c4162540
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

<p>I think the text should be in the transport document but in my view it will be better as subsection 17.3.1 titled spin 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/pull/2364#issuecomment-457095015">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AWbkq_RDALUuIAG1qys4BXm90Z81p4O9ks5vGWCvgaJpZM4aPA_u">mute the thread</a>.<img src="https://github.com/notifications/beacon/AWbkq0drM4dsVmxI70BU9MtYl8khuXa_ks5vGWCvgaJpZM4aPA_u.gif" height="1" width="1" alt="" /></p>
<script type="application/json" data-scope="inboxmarkup">{"api_version":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name":"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"https://github.githubassets.com/images/email/message_cards/header.png","avatar_image_url":"https://github.githubassets.com/images/email/message_cards/avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/quicwg/base-drafts"}},"updates":{"snippets":[{"icon":"PERSON","message":"@ronieven in #2364: I think the text should be in the transport document but in my view it will be better as subsection 17.3.1 titled spin bit"}],"action":{"name":"View Pull Request","url":"https://github.com/quicwg/base-drafts/pull/2364#issuecomment-457095015"}}}</script>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/pull/2364#issuecomment-457095015",
"url": "https://github.com/quicwg/base-drafts/pull/2364#issuecomment-457095015",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>
----==_mimepart_5c49692fde72a_20bf3fcd0ccd45c4162540--


From nobody Thu Jan 24 00: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 BDBA1130E58 for <quic-issues@ietfa.amsl.com>; Thu, 24 Jan 2019 00:33:36 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -12.553
X-Spam-Level: 
X-Spam-Status: No, score=-12.553 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIMWL_WL_HIGH=-4.553, 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_PASS=-0.001] autolearn=ham autolearn_force=no
Authentication-Results: ietfa.amsl.com (amavisd-new); dkim=pass (1024-bit key) header.d=github.com
Received: from mail.ietf.org ([4.31.198.44]) by localhost (ietfa.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 36fFZodeYzQF for <quic-issues@ietfa.amsl.com>; Thu, 24 Jan 2019 00:33: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 171BE130E2B for <quic-issues@ietf.org>; Thu, 24 Jan 2019 00:33:35 -0800 (PST)
Date: Thu, 24 Jan 2019 00:33:32 -0800
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1548318812; bh=kzmqO0kHgyZC77bm9bU7G0hLHGFSLgFAW5XggAJetcQ=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=FOyIG8jUpY8mVoroI7F2m/oejy1Sp5cxqCnqKHa27rQY/GBGOCrrKyvZx9/ZPB3sE 73UiyKYAFQWqwoG4Gwqo44RpGmy5tYDac/C9qM2hr74kjMwTlwx5i82raJyo2xGilk fjkhHwMzYhywaJdauUEIaNHEMPArzit4gQ7MQ45I=
From: Brian Trammell <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+0166e4ab54af65814ab0d0a78f2fa874b7a58ac1fcd5d3c592cf0000000118613a5c92a169ce17fa7dfa@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/pull/2364/c457110759@github.com>
In-Reply-To: <quicwg/base-drafts/pull/2364@github.com>
References: <quicwg/base-drafts/pull/2364@github.com>
Subject: Re: [quicwg/base-drafts] Moving text on spinbit into transport (#2364)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5c49785cb8b66_2b073f822b4d45bc4941cd"; 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/UlVvCX37njXuPOSZJsZAuQhfB3M>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
List-Id: Notification list for GitHub issues related to the QUIC WG <quic-issues.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=unsubscribe>
List-Archive: <https://mailarchive.ietf.org/arch/browse/quic-issues/>
List-Post: <mailto:quic-issues@ietf.org>
List-Help: <mailto:quic-issues-request@ietf.org?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, 24 Jan 2019 08:33:37 -0000

----==_mimepart_5c49785cb8b66_2b073f822b4d45bc4941cd
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: quoted-printable

haven=E2=80=99t had a chance to review the PR in detail yet, should do so=
 today.=0D
=0D
On document status, my understanding is:=0D
=0D
- in London, we decided to adopt the spin bit as an experimental feature =
within the working group to generate more experience to inform an eventua=
l adoption decision.=0D
=0D
- in Bangkok, we achieved rough consensus to adopt the feature into the b=
ase protocol. The plan as I understood it is that documents were to be he=
ld separate until the spin-exp document reflected Bangkok consensus and t=
he transport document was done with large-scale technical changes, after =
which they would be merged. This plan together the discussion about 2119 =
language made it clear to me that the spin bit would be proposed standard=
.=0D
=0D
This PR does the merge, because the conditions (less transport change in =
the future, spin bit now reflects the consensus about probabilistic parti=
cipation) have been met.=0D
=0D
While general guidelines on on-path use of the signal belongs in the (inf=
ormational) manageability draft, details about how exactly to generate me=
trics from this signal are IMO more experimental, and probably fit better=
 over in IPPM (personal opinion, not a ruling from the chair)=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/2364#issuecomment-457110759=

----==_mimepart_5c49785cb8b66_2b073f822b4d45bc4941cd
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: quoted-printable

<p>haven=E2=80=99t had a chance to review the PR in detail yet, should do=
 so today.</p>=0D
<p>On document status, my understanding is:</p>=0D
<ul>=0D
<li>=0D
<p>in London, we decided to adopt the spin bit as an experimental feature=
 within the working group to generate more experience to inform an eventu=
al adoption decision.</p>=0D
</li>=0D
<li>=0D
<p>in Bangkok, we achieved rough consensus to adopt the feature into the =
base protocol. The plan as I understood it is that documents were to be h=
eld separate until the spin-exp document reflected Bangkok consensus and =
the transport document was done with large-scale technical changes, after=
 which they would be merged. This plan together the discussion about 2119=
 language made it clear to me that the spin bit would be proposed standar=
d.</p>=0D
</li>=0D
</ul>=0D
<p>This PR does the merge, because the conditions (less transport change =
in the future, spin bit now reflects the consensus about probabilistic pa=
rticipation) have been met.</p>=0D
<p>While general guidelines on on-path use of the signal belongs in the (=
informational) manageability draft, details about how exactly to generate=
 metrics from this signal are IMO more experimental, and probably fit bet=
ter over in IPPM (personal opinion, not a ruling from the chair)</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/2364#issuecomment-457110759">view it on GitHub</a>, o=
r <a href=3D"https://github.com/notifications/unsubscribe-auth/AWbkq60WY-=
oDZwB3vbLkHkvXhU-x2BW7ks5vGW_cgaJpZM4aPA_u">mute the thread</a>.<img src=3D=
"https://github.com/notifications/beacon/AWbkq_fKNByXydnYovQ8ny5FfRcdiyPZ=
ks5vGW_cgaJpZM4aPA_u.gif" height=3D"1" width=3D"1" alt=3D"" /></p>=0D
<script type=3D"application/json" data-scope=3D"inboxmarkup">{"api_versio=
n":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name"=
:"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"=
quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"http=
s://github.githubassets.com/images/email/message_cards/header.png","avata=
r_image_url":"https://github.githubassets.com/images/email/message_cards/=
avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/q=
uicwg/base-drafts"}},"updates":{"snippets":[{"icon":"PERSON","message":"@=
britram in #2364: haven=E2=80=99t had a chance to review the PR in detail=
 yet, should do so today.\r\n\r\nOn document status, my understanding is:=
\r\n\r\n- in London, we decided to adopt the spin bit as an experimental =
feature within the working group to generate more experience to inform an=
 eventual adoption decision.\r\n\r\n- in Bangkok, we achieved rough conse=
nsus to adopt the feature into the base protocol. The plan as I understoo=
d it is that documents were to be held separate until the spin-exp docume=
nt reflected Bangkok consensus and the transport document was done with l=
arge-scale technical changes, after which they would be merged. This plan=
 together the discussion about 2119 language made it clear to me that the=
 spin bit would be proposed standard.\r\n\r\nThis PR does the merge, beca=
use the conditions (less transport change in the future, spin bit now ref=
lects the consensus about probabilistic participation) have been met.\r\n=
\r\nWhile general guidelines on on-path use of the signal belongs in the =
(informational) manageability draft, details about how exactly to generat=
e metrics from this signal are IMO more experimental, and probably fit be=
tter over in IPPM (personal opinion, not a ruling from the chair)"}],"act=
ion":{"name":"View Pull Request","url":"https://github.com/quicwg/base-dr=
afts/pull/2364#issuecomment-457110759"}}}</script>=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/2364#issuecomment-4=
57110759",=0D
"url": "https://github.com/quicwg/base-drafts/pull/2364#issuecomment-4571=
10759",=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_5c49785cb8b66_2b073f822b4d45bc4941cd--


From nobody Thu Jan 24 00:52: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 52FC51310E0 for <quic-issues@ietfa.amsl.com>; Thu, 24 Jan 2019 00:52:25 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -11.007
X-Spam-Level: 
X-Spam-Status: No, score=-11.007 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIMWL_WL_HIGH=-4.553, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, HTML_IMAGE_ONLY_20=1.546, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-1, RCVD_IN_DNSWL_HI=-5, SPF_PASS=-0.001] autolearn=ham autolearn_force=no
Authentication-Results: ietfa.amsl.com (amavisd-new); dkim=pass (1024-bit key) header.d=github.com
Received: from mail.ietf.org ([4.31.198.44]) by localhost (ietfa.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id PBMy9uDI7wCy for <quic-issues@ietfa.amsl.com>; Thu, 24 Jan 2019 00:52: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 5DD321310D6 for <quic-issues@ietf.org>; Thu, 24 Jan 2019 00:52:23 -0800 (PST)
Date: Thu, 24 Jan 2019 00:52:22 -0800
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1548319942; bh=Qh1ptDKY+ZQV16WKx5VF3y/Z3X61Df5CQ0img8kuEBA=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=b2ATcgPEER8HtoNj+q1XwpMRESQzOT9zFyVUd071FDlxl1flafLwD9TtHqUzg664Z WOGtInr7DM6HhGgkeSMUZmRWlzIcMDpV/wGtVYLUbXucAfEZ2ZwONbvShh4itszAc6 mCLiTXR0/VIPnAjIOLKsax2KfbO0SHT7YW+fqJus=
From: Lars Eggert <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+0166e4ab774b81498b0135025b000c44c01ce774a99ac66592cf0000000118613ec692a169ce17fa7dfa@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/pull/2364/c457116141@github.com>
In-Reply-To: <quicwg/base-drafts/pull/2364@github.com>
References: <quicwg/base-drafts/pull/2364@github.com>
Subject: Re: [quicwg/base-drafts] Moving text on spinbit into transport (#2364)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5c497cc6f245_43a23fac796d45c478264b"; 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/OmKGtH7uWDuf8EKbDvgo0Mgpn2M>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
List-Id: Notification list for GitHub issues related to the QUIC WG <quic-issues.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=unsubscribe>
List-Archive: <https://mailarchive.ietf.org/arch/browse/quic-issues/>
List-Post: <mailto:quic-issues@ietf.org>
List-Help: <mailto:quic-issues-request@ietf.org?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, 24 Jan 2019 08:52:25 -0000

----==_mimepart_5c497cc6f245_43a23fac796d45c478264b
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

Let's put this on the agenda for Tokyo

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/quicwg/base-drafts/pull/2364#issuecomment-457116141
----==_mimepart_5c497cc6f245_43a23fac796d45c478264b
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

<p>Let's put this on the agenda for Tokyo</p>

<p style="font-size:small;-webkit-text-size-adjust:none;color:#666;">&mdash;<br />You are receiving this because you are subscribed to this thread.<br />Reply to this email directly, <a href="https://github.com/quicwg/base-drafts/pull/2364#issuecomment-457116141">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AWbkq5TwRKmA6BDfB3mLiyMZQrM09rZ3ks5vGXRGgaJpZM4aPA_u">mute the thread</a>.<img src="https://github.com/notifications/beacon/AWbkq7q06rx42mKt7fBFXW83aDYWabM3ks5vGXRGgaJpZM4aPA_u.gif" height="1" width="1" alt="" /></p>
<script type="application/json" data-scope="inboxmarkup">{"api_version":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name":"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"https://github.githubassets.com/images/email/message_cards/header.png","avatar_image_url":"https://github.githubassets.com/images/email/message_cards/avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/quicwg/base-drafts"}},"updates":{"snippets":[{"icon":"PERSON","message":"@larseggert in #2364: Let's put this on the agenda for Tokyo"}],"action":{"name":"View Pull Request","url":"https://github.com/quicwg/base-drafts/pull/2364#issuecomment-457116141"}}}</script>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/pull/2364#issuecomment-457116141",
"url": "https://github.com/quicwg/base-drafts/pull/2364#issuecomment-457116141",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>
----==_mimepart_5c497cc6f245_43a23fac796d45c478264b--


From nobody Thu Jan 24 00:53: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 7F51A1310E0 for <quic-issues@ietfa.amsl.com>; Thu, 24 Jan 2019 00:53:23 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -10.935
X-Spam-Level: 
X-Spam-Status: No, score=-10.935 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIMWL_WL_HIGH=-4.553, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, HTML_IMAGE_ONLY_24=1.618, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-1, RCVD_IN_DNSWL_HI=-5, SPF_PASS=-0.001] autolearn=ham autolearn_force=no
Authentication-Results: ietfa.amsl.com (amavisd-new); dkim=pass (1024-bit key) header.d=github.com
Received: from mail.ietf.org ([4.31.198.44]) by localhost (ietfa.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id zWA-jWTjBujJ for <quic-issues@ietfa.amsl.com>; Thu, 24 Jan 2019 00:53:21 -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 65B801310CC for <quic-issues@ietf.org>; Thu, 24 Jan 2019 00:53:21 -0800 (PST)
Date: Thu, 24 Jan 2019 00:53:20 -0800
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1548320000; bh=wTB7TOtKuGXfg50H9S0ndLae4NpIJqWESomnHd0sUgc=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=Tsl7XaIe695s1Z7Upo2aqyK1OPay0UapCHV/tghNZvR9bO93JKtPH9umzMOkAX4UH Aw8QJ32+6C1wlQSUvvGmHnGTDB+oqfjpIlj3odTPvoHhCMnD1vVouDXqQH8kcFX+ez L/Nz/OWFIO/lwjn6VQxUBWCFPkxh+0htTwOlIilU=
From: Brian Trammell <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+0166e4abc48f5908179820155bc5391cde795a4242371b0892cf0000000118613f0092a169ce17fa7dfa@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/pull/2364/c457116421@github.com>
In-Reply-To: <quicwg/base-drafts/pull/2364@github.com>
References: <quicwg/base-drafts/pull/2364@github.com>
Subject: Re: [quicwg/base-drafts] Moving text on spinbit into transport (#2364)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5c497d006ae20_4a933f9f7aad45b84119f0"; 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/sUbhuTDfZ7J5qOJVbW8OZrHPHI8>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
List-Id: Notification list for GitHub issues related to the QUIC WG <quic-issues.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=unsubscribe>
List-Archive: <https://mailarchive.ietf.org/arch/browse/quic-issues/>
List-Post: <mailto:quic-issues@ietf.org>
List-Help: <mailto:quic-issues-request@ietf.org?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, 24 Jan 2019 08:53:24 -0000

----==_mimepart_5c497d006ae20_4a933f9f7aad45b84119f0
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

(FWIW, I'm not in Tokyo, and not remote -- unavoidable conflict with a final project review at the Commission)

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/quicwg/base-drafts/pull/2364#issuecomment-457116421
----==_mimepart_5c497d006ae20_4a933f9f7aad45b84119f0
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

<p>(FWIW, I'm not in Tokyo, and not remote -- unavoidable conflict with a final project review at the Commission)</p>

<p style="font-size:small;-webkit-text-size-adjust:none;color:#666;">&mdash;<br />You are receiving this because you are subscribed to this thread.<br />Reply to this email directly, <a href="https://github.com/quicwg/base-drafts/pull/2364#issuecomment-457116421">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AWbkq4SyGsH6B4_T33rSdMXDLRsaUnUGks5vGXSAgaJpZM4aPA_u">mute the thread</a>.<img src="https://github.com/notifications/beacon/AWbkq4lpS3SJs30kgfsk5v23JciRT_KWks5vGXSAgaJpZM4aPA_u.gif" height="1" width="1" alt="" /></p>
<script type="application/json" data-scope="inboxmarkup">{"api_version":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name":"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"https://github.githubassets.com/images/email/message_cards/header.png","avatar_image_url":"https://github.githubassets.com/images/email/message_cards/avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/quicwg/base-drafts"}},"updates":{"snippets":[{"icon":"PERSON","message":"@britram in #2364: (FWIW, I'm not in Tokyo, and not remote -- unavoidable conflict with a final project review at the Commission)"}],"action":{"name":"View Pull Request","url":"https://github.com/quicwg/base-drafts/pull/2364#issuecomment-457116421"}}}</script>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/pull/2364#issuecomment-457116421",
"url": "https://github.com/quicwg/base-drafts/pull/2364#issuecomment-457116421",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>
----==_mimepart_5c497d006ae20_4a933f9f7aad45b84119f0--


From nobody Thu Jan 24 00:54: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 4415E1310D6 for <quic-issues@ietfa.amsl.com>; Thu, 24 Jan 2019 00:54:25 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -10.935
X-Spam-Level: 
X-Spam-Status: No, score=-10.935 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIMWL_WL_HIGH=-4.553, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, HTML_IMAGE_ONLY_24=1.618, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-1, RCVD_IN_DNSWL_HI=-5, SPF_PASS=-0.001] autolearn=ham autolearn_force=no
Authentication-Results: ietfa.amsl.com (amavisd-new); dkim=pass (1024-bit key) header.d=github.com
Received: from mail.ietf.org ([4.31.198.44]) by localhost (ietfa.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id VD_ged55Ek3y for <quic-issues@ietfa.amsl.com>; Thu, 24 Jan 2019 00:54:24 -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 B72511310CB for <quic-issues@ietf.org>; Thu, 24 Jan 2019 00:54:23 -0800 (PST)
Date: Thu, 24 Jan 2019 00:54:22 -0800
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1548320062; bh=3Agu/QFU79gUiQ6PTPEzZR6itMmyhJxSviwxlkMwXn0=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=fDllo8qggcNam9Ht46CzPfeZ8z2RNKuAhnQVWjzT34FArIOBEheGBptoY283VtGjS qi+gnrzXX4EBiQMpcNCaJ4P8U0rQAvjPI5HJnK1dZcJskp9QRHE233yOQ/90jWspIB nkdkcvP04qpC1vIBaydeAA0ZqwFxbdQkvGni1mlI=
From: Lars Eggert <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+0166e4abf97ba48efaac7696040726c88736f371f9bfec5992cf0000000118613f3e92a169ce17fa7dfa@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/pull/2364/c457116720@github.com>
In-Reply-To: <quicwg/base-drafts/pull/2364@github.com>
References: <quicwg/base-drafts/pull/2364@github.com>
Subject: Re: [quicwg/base-drafts] Moving text on spinbit into transport (#2364)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5c497d3eb42f3_5a283fefc74d45bc5647b5"; 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/yTtH-0rCkjGqMB0-F_zLTKmU_ow>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
List-Id: Notification list for GitHub issues related to the QUIC WG <quic-issues.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=unsubscribe>
List-Archive: <https://mailarchive.ietf.org/arch/browse/quic-issues/>
List-Post: <mailto:quic-issues@ietf.org>
List-Help: <mailto:quic-issues-request@ietf.org?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, 24 Jan 2019 08:54:25 -0000

----==_mimepart_5c497d3eb42f3_5a283fefc74d45bc5647b5
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

@britram can anyone participate who you trust to defend your views?


-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/quicwg/base-drafts/pull/2364#issuecomment-457116720
----==_mimepart_5c497d3eb42f3_5a283fefc74d45bc5647b5
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> can anyone participate who you trust to defend your views?</p>

<p style="font-size:small;-webkit-text-size-adjust:none;color:#666;">&mdash;<br />You are receiving this because you are subscribed to this thread.<br />Reply to this email directly, <a href="https://github.com/quicwg/base-drafts/pull/2364#issuecomment-457116720">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AWbkqzGJctlTIbCa9-8Ccf_nNG1z04q7ks5vGXS-gaJpZM4aPA_u">mute the thread</a>.<img src="https://github.com/notifications/beacon/AWbkq4NPIH6aXUHGN6rfV7hz0QZvOx1Bks5vGXS-gaJpZM4aPA_u.gif" height="1" width="1" alt="" /></p>
<script type="application/json" data-scope="inboxmarkup">{"api_version":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name":"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"https://github.githubassets.com/images/email/message_cards/header.png","avatar_image_url":"https://github.githubassets.com/images/email/message_cards/avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/quicwg/base-drafts"}},"updates":{"snippets":[{"icon":"PERSON","message":"@larseggert in #2364: @britram can anyone participate who you trust to defend your views?\r\n"}],"action":{"name":"View Pull Request","url":"https://github.com/quicwg/base-drafts/pull/2364#issuecomment-457116720"}}}</script>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/pull/2364#issuecomment-457116720",
"url": "https://github.com/quicwg/base-drafts/pull/2364#issuecomment-457116720",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>
----==_mimepart_5c497d3eb42f3_5a283fefc74d45bc5647b5--


From nobody Thu Jan 24 00: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 229641310E0 for <quic-issues@ietfa.amsl.com>; Thu, 24 Jan 2019 00:54:41 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -11.007
X-Spam-Level: 
X-Spam-Status: No, score=-11.007 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIMWL_WL_HIGH=-4.553, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, HTML_IMAGE_ONLY_20=1.546, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-1, RCVD_IN_DNSWL_HI=-5, SPF_PASS=-0.001] autolearn=ham autolearn_force=no
Authentication-Results: ietfa.amsl.com (amavisd-new); dkim=pass (1024-bit key) header.d=github.com
Received: from mail.ietf.org ([4.31.198.44]) by localhost (ietfa.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id Dj0rRmd9inEq for <quic-issues@ietfa.amsl.com>; Thu, 24 Jan 2019 00:54: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 A06EE1310CB for <quic-issues@ietf.org>; Thu, 24 Jan 2019 00:54:39 -0800 (PST)
Date: Thu, 24 Jan 2019 00:54:38 -0800
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1548320078; bh=EzBJorX/6SAumRQGKQ8xHD+k48wMdk24SLqWEEw2LPw=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=a5MuMn57Q5MHhu3ymUyZejMjVYHh4Z64IvvHzxtp0qa2MqjzRQFTwTpmFIY7pcfZ9 yuH38EsMHF42gvkczzize50HAM8NLVl/RKbH6hdxjZa4NQi9neR5WIDpwcc4Fmr5R2 /BydWkR3O7UPQEZ3R6vcgsFDrBe9U0Ew1YEQFvSQ=
From: Lars Eggert <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+0166e4abea536396ebf0b414973d8bc35e81776bd7471ecb92cf0000000118613f4e92a169ce17fa7dfa@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/pull/2364/c457116787@github.com>
In-Reply-To: <quicwg/base-drafts/pull/2364@github.com>
References: <quicwg/base-drafts/pull/2364@github.com>
Subject: Re: [quicwg/base-drafts] Moving text on spinbit into transport (#2364)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5c497d4eb017a_34f63fe7c36d45bc5000f5"; 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/8pU3_NWWagUOaCygeh3GW0UWrts>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
List-Id: Notification list for GitHub issues related to the QUIC WG <quic-issues.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=unsubscribe>
List-Archive: <https://mailarchive.ietf.org/arch/browse/quic-issues/>
List-Post: <mailto:quic-issues@ietf.org>
List-Help: <mailto:quic-issues-request@ietf.org?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, 24 Jan 2019 08:54:41 -0000

----==_mimepart_5c497d4eb017a_34f63fe7c36d45bc5000f5
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

Also, we need to start an issue on this rather than commenting 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/pull/2364#issuecomment-457116787
----==_mimepart_5c497d4eb017a_34f63fe7c36d45bc5000f5
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

<p>Also, we need to start an issue on this rather than commenting 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/pull/2364#issuecomment-457116787">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AWbkqyFqJNXB9h8myTlEO71HKvxzt_Xqks5vGXTOgaJpZM4aPA_u">mute the thread</a>.<img src="https://github.com/notifications/beacon/AWbkq9IWbc4_cMgYTzotEDusY1SL6X7zks5vGXTOgaJpZM4aPA_u.gif" height="1" width="1" alt="" /></p>
<script type="application/json" data-scope="inboxmarkup">{"api_version":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name":"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"https://github.githubassets.com/images/email/message_cards/header.png","avatar_image_url":"https://github.githubassets.com/images/email/message_cards/avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/quicwg/base-drafts"}},"updates":{"snippets":[{"icon":"PERSON","message":"@larseggert in #2364: Also, we need to start an issue on this rather than commenting on the PR"}],"action":{"name":"View Pull Request","url":"https://github.com/quicwg/base-drafts/pull/2364#issuecomment-457116787"}}}</script>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/pull/2364#issuecomment-457116787",
"url": "https://github.com/quicwg/base-drafts/pull/2364#issuecomment-457116787",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>
----==_mimepart_5c497d4eb017a_34f63fe7c36d45bc5000f5--


From nobody Thu Jan 24 01:10: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 3F3671310DF for <quic-issues@ietfa.amsl.com>; Thu, 24 Jan 2019 01:10:30 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -12.552
X-Spam-Level: 
X-Spam-Status: No, score=-12.552 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIMWL_WL_HIGH=-4.553, 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_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 J7pY5J7J-75J for <quic-issues@ietfa.amsl.com>; Thu, 24 Jan 2019 01:10:27 -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 A879D1310CB for <quic-issues@ietf.org>; Thu, 24 Jan 2019 01:10:27 -0800 (PST)
Date: Thu, 24 Jan 2019 01:10:26 -0800
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1548321026; bh=YrZJvjz0EY4QQ67R34RGAMAjSKo9mUSKIEJvKysm2T0=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=PPx22bxtK2/CcqK6McaDiKG7WovlQzaFMdHwjp6S1H6o/Bt0RozS8PqwA3u+YTZK7 GGHOeDBGIkSAQaFKVGpiJ6rsvYg6YLvimhScO5jwi0JZHaIgk7iBfqIKNVv86gpDtt 3P9gwOz/nzqmyD5LYTDYzL1qR7zxooWVdfDV5OCo=
From: Brian Trammell <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+0166e4abc7639252d9db3298b9dac390a72e151fcbd10dc492cf000000011861430292a169ce17fa7dfa@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/pull/2364/review/195914975@github.com>
In-Reply-To: <quicwg/base-drafts/pull/2364@github.com>
References: <quicwg/base-drafts/pull/2364@github.com>
Subject: Re: [quicwg/base-drafts] Moving text on spinbit into transport (#2364)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5c49810234ab7_31323f8cbdad45c42853dc"; 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/e99rB9Fv4MH94mEdN-4fc5ctvU4>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
List-Id: Notification list for GitHub issues related to the QUIC WG <quic-issues.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=unsubscribe>
List-Archive: <https://mailarchive.ietf.org/arch/browse/quic-issues/>
List-Post: <mailto:quic-issues@ietf.org>
List-Help: <mailto:quic-issues-request@ietf.org?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, 24 Jan 2019 09:10:30 -0000

----==_mimepart_5c49810234ab7_31323f8cbdad45c42853dc
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

britram requested changes on this pull request.

This is good, modulo a few changes to 2119 language that I think better reflect BKK consensus.

> @@ -2818,6 +2825,44 @@ encoded as a single byte with the value 0x01.  An endpoint MAY treat the receipt
 of a frame type that uses a longer encoding than necessary as a connection error
 of type PROTOCOL_VIOLATION.
 
+## Latency Spin Bit {#spin-bit}
+
+The latency spin bit enables passive latency monitoring from observation points
+on the network path throughout the duration of a connection. The spin bit is
+only present in the short packet header, since it is possible to measure the
+initial RTT of a connection by observing the handshake. Therefore, the spin bit
+will appear after version negotiation and connection establishment are
+completed. On-path measurement and use of the Latency Spin Bit is further
+discussed in {{QUIC-MANAGEABILITY}}.
+
+The spin bit utilizes a single bit in the first byte of the short header. The
+location of the bit and procedures for how to set it by clients and servers are
+defined in {{short-header}}.
+
+Implementations MAY select to not implement the full spin bit functionality. In

I think I'd phrase this differently: "the spin bit is an optional feature. implementations that implement MUST implement it as specified in this document."

> +will appear after version negotiation and connection establishment are
+completed. On-path measurement and use of the Latency Spin Bit is further
+discussed in {{QUIC-MANAGEABILITY}}.
+
+The spin bit utilizes a single bit in the first byte of the short header. The
+location of the bit and procedures for how to set it by clients and servers are
+defined in {{short-header}}.
+
+Implementations MAY select to not implement the full spin bit functionality. In
+that case they are only REQUIRED to implement what is defined for the spin bit
+when it is disabled.
+
+Each endpoint unilaterally decides if the spin bit is enabled or disabled for a
+connection. Implementations SHOULD 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 SHOULD disable

IIRC consensus here sounded like MUST probabalistically disable, since we will want to provide cover traffic in the long term, not only for non-implementing endpoints but also for flows that decide to disable it. I'd justify the MUST because it affects the privacy properties of the wire image (however minimal the actual effect is)

```suggestion
the spin bit is not disabled by the administrator implementations MUST disable
```

> +discussed in {{QUIC-MANAGEABILITY}}.
+
+The spin bit utilizes a single bit in the first byte of the short header. The
+location of the bit and procedures for how to set it by clients and servers are
+defined in {{short-header}}.
+
+Implementations MAY select to not implement the full spin bit functionality. In
+that case they are only REQUIRED to implement what is defined for the spin bit
+when it is disabled.
+
+Each endpoint unilaterally decides if the spin bit is enabled or disabled for a
+connection. Implementations SHOULD 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 SHOULD disable
+the spin bit on a randomly chosen fraction of connections. However, connections
+may be configured to explicitly enable spinning, for example in the case of

in line with the SHOULD above, this isn't a may/MAY:

```suggestion
SHOULD be configurable to explicitly enable spinning, for example in the case of
```

> @@ -3948,8 +3993,33 @@ Fixed Bit:
 
 Spin Bit (S):
 
-: The sixth bit (0x20) of byte 0 is the Latency Spin Bit, set as described in
-  {{!SPIN=I-D.ietf-quic-spin-exp}}.
+: The third most significant bit (0x20) of byte 0 is the Latency Spin Bit.

+1 to this

> @@ -89,6 +89,13 @@ informative:
     target:
      "https://web.archive.org/web/20150315054838/http://ha.ckers.org/slowloris/"
 
+  QUIC-MANAGEABILITY:
+    title: "Manageability of the QUIC Transport Protocol"
+    author:
+      - ins: M. Kuehlewind

add `-ins: B. Trammell` 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/2364#pullrequestreview-195914975
----==_mimepart_5c49810234ab7_31323f8cbdad45c42853dc
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: quoted-printable

<p><b>@britram</b> requested changes on this pull request.</p>=0D
=0D
<p>This is good, modulo a few changes to 2119 language that I think bette=
r reflect BKK consensus.</p><hr>=0D
=0D
<p>In <a href=3D"https://github.com/quicwg/base-drafts/pull/2364#discussi=
on_r250514523">draft-ietf-quic-transport.md</a>:</p>=0D
<pre style=3D'color:#555'>&gt; @@ -2818,6 +2825,44 @@ encoded as a single=
 byte with the value 0x01.  An endpoint MAY treat the receipt=0D
 of a frame type that uses a longer encoding than necessary as a connecti=
on error=0D
 of type PROTOCOL_VIOLATION.=0D
 =0D
+## Latency Spin Bit {#spin-bit}=0D
+=0D
+The latency spin bit enables passive latency monitoring from observation=
 points=0D
+on the network path throughout the duration of a connection. The spin bi=
t is=0D
+only present in the short packet header, since it is possible to measure=
 the=0D
+initial RTT of a connection by observing the handshake. Therefore, the s=
pin bit=0D
+will appear after version negotiation and connection establishment are=0D=

+completed. On-path measurement and use of the Latency Spin Bit is furthe=
r=0D
+discussed in {{QUIC-MANAGEABILITY}}.=0D
+=0D
+The spin bit utilizes a single bit in the first byte of the short header=
. The=0D
+location of the bit and procedures for how to set it by clients and serv=
ers are=0D
+defined in {{short-header}}.=0D
+=0D
+Implementations MAY select to not implement the full spin bit functional=
ity. In=0D
</pre>=0D
<p>I think I'd phrase this differently: "the spin bit is an optional feat=
ure. implementations that implement MUST implement it as specified in thi=
s document."</p>=0D
=0D
<hr>=0D
=0D
<p>In <a href=3D"https://github.com/quicwg/base-drafts/pull/2364#discussi=
on_r250514717">draft-ietf-quic-transport.md</a>:</p>=0D
<pre style=3D'color:#555'>&gt; +will appear after version negotiation and=
 connection establishment are=0D
+completed. On-path measurement and use of the Latency Spin Bit is furthe=
r=0D
+discussed in {{QUIC-MANAGEABILITY}}.=0D
+=0D
+The spin bit utilizes a single bit in the first byte of the short header=
. The=0D
+location of the bit and procedures for how to set it by clients and serv=
ers are=0D
+defined in {{short-header}}.=0D
+=0D
+Implementations MAY select to not implement the full spin bit functional=
ity. In=0D
+that case they are only REQUIRED to implement what is defined for the sp=
in bit=0D
+when it is disabled.=0D
+=0D
+Each endpoint unilaterally decides if the spin bit is enabled or disable=
d for a=0D
+connection. Implementations SHOULD allow administrators of clients and s=
ervers=0D
+to disable the spin bit either globally or on a per-connection basis. Ev=
en when=0D
+the spin bit is not disabled by the administrator implementations SHOULD=
 disable=0D
</pre>=0D
<p>IIRC consensus here sounded like MUST probabalistically disable, since=
 we will want to provide cover traffic in the long term, not only for non=
-implementing endpoints but also for flows that decide to disable it. I'd=
 justify the MUST because it affects the privacy properties of the wire i=
mage (however minimal the actual effect is)</p>=0D
=E2=AC=87=EF=B8=8F Suggested change=0D
<pre style=3D"color: #555">-the spin bit is not disabled by the administr=
ator implementations SHOULD disable=0D
+the spin bit is not disabled by the administrator implementations MUST d=
isable=0D
</pre>=0D
=0D
=0D
<hr>=0D
=0D
<p>In <a href=3D"https://github.com/quicwg/base-drafts/pull/2364#discussi=
on_r250515483">draft-ietf-quic-transport.md</a>:</p>=0D
<pre style=3D'color:#555'>&gt; +discussed in {{QUIC-MANAGEABILITY}}.=0D
+=0D
+The spin bit utilizes a single bit in the first byte of the short header=
. The=0D
+location of the bit and procedures for how to set it by clients and serv=
ers are=0D
+defined in {{short-header}}.=0D
+=0D
+Implementations MAY select to not implement the full spin bit functional=
ity. In=0D
+that case they are only REQUIRED to implement what is defined for the sp=
in bit=0D
+when it is disabled.=0D
+=0D
+Each endpoint unilaterally decides if the spin bit is enabled or disable=
d for a=0D
+connection. Implementations SHOULD allow administrators of clients and s=
ervers=0D
+to disable the spin bit either globally or on a per-connection basis. Ev=
en when=0D
+the spin bit is not disabled by the administrator implementations SHOULD=
 disable=0D
+the spin bit on a randomly chosen fraction of connections. However, conn=
ections=0D
+may be configured to explicitly enable spinning, for example in the case=
 of=0D
</pre>=0D
<p>in line with the SHOULD above, this isn't a may/MAY:</p>=0D
=E2=AC=87=EF=B8=8F Suggested change=0D
<pre style=3D"color: #555">-may be configured to explicitly enable spinni=
ng, for example in the case of=0D
+SHOULD be configurable to explicitly enable spinning, for example in the=
 case of=0D
</pre>=0D
=0D
=0D
<hr>=0D
=0D
<p>In <a href=3D"https://github.com/quicwg/base-drafts/pull/2364#discussi=
on_r250515665">draft-ietf-quic-transport.md</a>:</p>=0D
<pre style=3D'color:#555'>&gt; @@ -3948,8 +3993,33 @@ Fixed Bit:=0D
 =0D
 Spin Bit (S):=0D
 =0D
-: The sixth bit (0x20) of byte 0 is the Latency Spin Bit, set as describ=
ed in=0D
-  {{!SPIN=3DI-D.ietf-quic-spin-exp}}.=0D
+: The third most significant bit (0x20) of byte 0 is the Latency Spin Bi=
t.=0D
</pre>=0D
<p>+1 to this</p>=0D
=0D
<hr>=0D
=0D
<p>In <a href=3D"https://github.com/quicwg/base-drafts/pull/2364#discussi=
on_r250516021">draft-ietf-quic-transport.md</a>:</p>=0D
<pre style=3D'color:#555'>&gt; @@ -89,6 +89,13 @@ informative:=0D
     target:=0D
      &quot;https://web.archive.org/web/20150315054838/http://ha.ckers.or=
g/slowloris/&quot;=0D
 =0D
+  QUIC-MANAGEABILITY:=0D
+    title: &quot;Manageability of the QUIC Transport Protocol&quot;=0D
+    author:=0D
+      - ins: M. Kuehlewind=0D
</pre>=0D
<p>add <code>-ins: B. Trammell</code> as well</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/2364#pullrequestreview-195914975">view it on GitHub</=
a>, or <a href=3D"https://github.com/notifications/unsubscribe-auth/AWbkq=
wXoUnSWTKztLXgu0EZ1_gJ2PV2Fks5vGXiCgaJpZM4aPA_u">mute the thread</a>.<img=
 src=3D"https://github.com/notifications/beacon/AWbkqwJWPjKYq8E2gNh0dN3Lt=
3Z-95D6ks5vGXiCgaJpZM4aPA_u.gif" height=3D"1" width=3D"1" alt=3D"" /></p>=
=0D
<script type=3D"application/json" data-scope=3D"inboxmarkup">{"api_versio=
n":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name"=
:"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"=
quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"http=
s://github.githubassets.com/images/email/message_cards/header.png","avata=
r_image_url":"https://github.githubassets.com/images/email/message_cards/=
avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/q=
uicwg/base-drafts"}},"updates":{"snippets":[{"icon":"PERSON","message":"@=
britram requested changes on #2364"}],"action":{"name":"View Pull Request=
","url":"https://github.com/quicwg/base-drafts/pull/2364#pullrequestrevie=
w-195914975"}}}</script>=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/2364#pullrequestrev=
iew-195914975",=0D
"url": "https://github.com/quicwg/base-drafts/pull/2364#pullrequestreview=
-195914975",=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_5c49810234ab7_31323f8cbdad45c42853dc--


From nobody Thu Jan 24 01:16: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 E0E191310CB for <quic-issues@ietfa.amsl.com>; Thu, 24 Jan 2019 01:15:59 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -11.149
X-Spam-Level: 
X-Spam-Status: No, score=-11.149 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIMWL_WL_HIGH=-4.553, 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_PASS=-0.001] autolearn=ham autolearn_force=no
Authentication-Results: ietfa.amsl.com (amavisd-new); dkim=pass (1024-bit key) header.d=github.com
Received: from mail.ietf.org ([4.31.198.44]) by localhost (ietfa.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id V03lo7f64oAR for <quic-issues@ietfa.amsl.com>; Thu, 24 Jan 2019 01:15: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 22AC0128D52 for <quic-issues@ietf.org>; Thu, 24 Jan 2019 01:15:58 -0800 (PST)
Date: Thu, 24 Jan 2019 01:15:56 -0800
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1548321356; bh=Yr90qNkZCogRVX6MhH1eVCtmCOi9RTv625KVGfqQPBk=; h=Date:From:Reply-To:To:Cc:Subject:List-ID:List-Archive:List-Post: List-Unsubscribe:From; b=TJkxdPdCjKMPA67fFeuRcmGV24CZUvUn6WPnboz8iV2TqIPAOtBqZ0JaMdbRTi27W 1SFAOIVoj9xppFvVKZ6GvviCcwHa7wAet5pgiDnn8wcMOb1Wh+7p7I9FvKld8T5/11 UZpaSz8YuqjcOyoepT831rsirdjjESI5Rw81qcko=
From: Brian Trammell <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+0166e4ab7b6575f57a04a40eece5e87ac63a747cdfd0a96092cf000000011861444c92a169ce17ff5580@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/issues/2369@github.com>
Subject: [quicwg/base-drafts] Merge normative -spin-exp text into -transport (#2369)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5c49824ced583_44793fa08bad45c4961518"; 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/5q68l1uFlzLsdISfHCwKRXAx2xE>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
List-Id: Notification list for GitHub issues related to the QUIC WG <quic-issues.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=unsubscribe>
List-Archive: <https://mailarchive.ietf.org/arch/browse/quic-issues/>
List-Post: <mailto:quic-issues@ietf.org>
List-Help: <mailto:quic-issues-request@ietf.org?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, 24 Jan 2019 09:16:00 -0000

----==_mimepart_5c49824ced583_44793fa08bad45c4961518
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

#2364 proposes to merge the normative part of -spin-exp (how to generate the signal, and how to probabalistically participate) into -transport.

There appears to be some lack of clarity on the Bangkok consensus on the ; per @larseggert let's discuss this here on this issue (and the list) instead of in 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/2369
----==_mimepart_5c49824ced583_44793fa08bad45c4961518
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="402292218" data-permission-text="Issue title is private" data-url="https://github.com/quicwg/base-drafts/issues/2364" data-hovercard-type="pull_request" data-hovercard-url="/quicwg/base-drafts/pull/2364/hovercard" href="https://github.com/quicwg/base-drafts/pull/2364">#2364</a> proposes to merge the normative part of -spin-exp (how to generate the signal, and how to probabalistically participate) into -transport.</p>
<p>There appears to be some lack of clarity on the Bangkok consensus on the ; per <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> let's discuss this here on this issue (and the list) instead of in 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/2369">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AWbkq8y2PLF7jNz4-8nNms1o0y9keDqsks5vGXnMgaJpZM4aQb9w">mute the thread</a>.<img src="https://github.com/notifications/beacon/AWbkq8eo6cwEw1MuQRWrpA75BrnTUJQNks5vGXnMgaJpZM4aQb9w.gif" height="1" width="1" alt="" /></p>
<script type="application/json" data-scope="inboxmarkup">{"api_version":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name":"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"https://github.githubassets.com/images/email/message_cards/header.png","avatar_image_url":"https://github.githubassets.com/images/email/message_cards/avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/quicwg/base-drafts"}},"updates":{"snippets":[{"icon":"DESCRIPTION","message":"Merge normative -spin-exp text into -transport (#2369)"}],"action":{"name":"View Issue","url":"https://github.com/quicwg/base-drafts/issues/2369"}}}</script>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/issues/2369",
"url": "https://github.com/quicwg/base-drafts/issues/2369",
"name": "View Issue"
},
"description": "View this Issue on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>
----==_mimepart_5c49824ced583_44793fa08bad45c4961518--


From nobody Thu Jan 24 01: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 36061130E5E for <quic-issues@ietfa.amsl.com>; Thu, 24 Jan 2019 01:16:38 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -10.935
X-Spam-Level: 
X-Spam-Status: No, score=-10.935 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIMWL_WL_HIGH=-4.553, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, HTML_IMAGE_ONLY_24=1.618, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-1, RCVD_IN_DNSWL_HI=-5, SPF_PASS=-0.001] autolearn=ham autolearn_force=no
Authentication-Results: ietfa.amsl.com (amavisd-new); dkim=pass (1024-bit key) header.d=github.com
Received: from mail.ietf.org ([4.31.198.44]) by localhost (ietfa.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id mdoayFPm3tAI for <quic-issues@ietfa.amsl.com>; Thu, 24 Jan 2019 01:16: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 5C54F128D52 for <quic-issues@ietf.org>; Thu, 24 Jan 2019 01:16:36 -0800 (PST)
Date: Thu, 24 Jan 2019 01:16:35 -0800
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1548321395; bh=BjfoVAOyED0qMgyPCu1Y5Byyp77ge4CllHhrV7Aaoqw=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=ujcsaG9HDnDOibpd5ciwaonoDPrRrKLt97Q7Np6cFBVZlsxg3tP65hmdxOXFRiFf3 mdxxKqVrRMEwsTE81UUxJKeDSLAeDAAEYBz5uj9qV7vyyhDxAHgEGqo/A1HjX25F2H w5g1t9ZjuJ8ZwY5cBdMjIf4WFCOZbjbS45ltO+VM=
From: Brian Trammell <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+0166e4abc17d4b5417f55ee696f49e814b3d1a52cd25900492cf000000011861447392a169ce17fa7dfa@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/pull/2364/c457123549@github.com>
In-Reply-To: <quicwg/base-drafts/pull/2364@github.com>
References: <quicwg/base-drafts/pull/2364@github.com>
Subject: Re: [quicwg/base-drafts] Moving text on spinbit into transport (#2364)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5c49827350e89_2eaa3f867e6d45b86751b9"; 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/qYDHQIuYbeZKV6chzHHHXZUxmS8>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
List-Id: Notification list for GitHub issues related to the QUIC WG <quic-issues.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=unsubscribe>
List-Archive: <https://mailarchive.ietf.org/arch/browse/quic-issues/>
List-Post: <mailto:quic-issues@ietf.org>
List-Help: <mailto:quic-issues-request@ietf.org?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, 24 Jan 2019 09:16:38 -0000

----==_mimepart_5c49827350e89_2eaa3f867e6d45b86751b9
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

okay everybody let's take the discussion over to #2369 

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/quicwg/base-drafts/pull/2364#issuecomment-457123549
----==_mimepart_5c49827350e89_2eaa3f867e6d45b86751b9
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

<p>okay everybody let's take the discussion over to <a class="issue-link js-issue-link" data-error-text="Failed to load issue title" data-id="402609536" data-permission-text="Issue title is private" data-url="https://github.com/quicwg/base-drafts/issues/2369" data-hovercard-type="issue" data-hovercard-url="/quicwg/base-drafts/issues/2369/hovercard" href="https://github.com/quicwg/base-drafts/issues/2369">#2369</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/2364#issuecomment-457123549">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AWbkq_k1jxIcXQRZaWDHm1KCd49riHITks5vGXnzgaJpZM4aPA_u">mute the thread</a>.<img src="https://github.com/notifications/beacon/AWbkq-5B-2klMWSzHmLEHQ1Zs-QV-higks5vGXnzgaJpZM4aPA_u.gif" height="1" width="1" alt="" /></p>
<script type="application/json" data-scope="inboxmarkup">{"api_version":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name":"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"https://github.githubassets.com/images/email/message_cards/header.png","avatar_image_url":"https://github.githubassets.com/images/email/message_cards/avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/quicwg/base-drafts"}},"updates":{"snippets":[{"icon":"PERSON","message":"@britram in #2364: okay everybody let's take the discussion over to #2369 "}],"action":{"name":"View Pull Request","url":"https://github.com/quicwg/base-drafts/pull/2364#issuecomment-457123549"}}}</script>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/pull/2364#issuecomment-457123549",
"url": "https://github.com/quicwg/base-drafts/pull/2364#issuecomment-457123549",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>
----==_mimepart_5c49827350e89_2eaa3f867e6d45b86751b9--


From nobody Thu Jan 24 01: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 ADDA8130E5E for <quic-issues@ietfa.amsl.com>; Thu, 24 Jan 2019 01:17:50 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -11.149
X-Spam-Level: 
X-Spam-Status: No, score=-11.149 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIMWL_WL_HIGH=-4.553, 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_PASS=-0.001] autolearn=ham autolearn_force=no
Authentication-Results: ietfa.amsl.com (amavisd-new); dkim=pass (1024-bit key) header.d=github.com
Received: from mail.ietf.org ([4.31.198.44]) by localhost (ietfa.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id TYuOFZsnSaZJ for <quic-issues@ietfa.amsl.com>; Thu, 24 Jan 2019 01:17: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 5FB5A1310CB for <quic-issues@ietf.org>; Thu, 24 Jan 2019 01:17:48 -0800 (PST)
Date: Thu, 24 Jan 2019 01:17:47 -0800
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1548321467; bh=GQ2K7cmJHvrvzmr6D+Wg8xhOkRfm/eFlHy0cgLUv8uU=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=KXBqRAiLbhsPAKYN+EIbzvoizyZXmHOSHwBONEk8/CRt7EQlkK6Xg3t8CGtGivg/J 2Kx0OYcuB5alS/qDafQ9qrrbpYXCxroiQSH+UyXsjCi5I4GpS1DqQLlkL9kfqwlAcH b4triRlnJZRZndUiXv0IJo4DFiv3rwXwh/EDDq7Y=
From: Brian Trammell <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+0166e4ab0f0d479b434648ae923535baedf84476feaad09192cf00000001186144bb92a169ce17fa7dfa@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/pull/2364/c457123915@github.com>
In-Reply-To: <quicwg/base-drafts/pull/2364@github.com>
References: <quicwg/base-drafts/pull/2364@github.com>
Subject: Re: [quicwg/base-drafts] Moving text on spinbit into transport (#2364)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5c4982bb58fc5_585d3fa6aecd45bc532821"; 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/O8bjzlLahG_GmmFlmCXlXZYCnbE>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
List-Id: Notification list for GitHub issues related to the QUIC WG <quic-issues.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=unsubscribe>
List-Archive: <https://mailarchive.ietf.org/arch/browse/quic-issues/>
List-Post: <mailto:quic-issues@ietf.org>
List-Help: <mailto:quic-issues-request@ietf.org?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, 24 Jan 2019 09:17:51 -0000

----==_mimepart_5c4982bb58fc5_585d3fa6aecd45bc532821
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

(@larseggert probably, will check; however, if discussion on #2369 doesn't converge relatively quickly then I'll want to take it to the list beforehand 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/2364#issuecomment-457123915
----==_mimepart_5c4982bb58fc5_585d3fa6aecd45bc532821
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=200328" data-octo-click="hovercard-link-click" data-octo-dimensions="link_type:self" href="https://github.com/larseggert">@larseggert</a> probably, will check; however, if discussion on <a class="issue-link js-issue-link" data-error-text="Failed to load issue title" data-id="402609536" data-permission-text="Issue title is private" data-url="https://github.com/quicwg/base-drafts/issues/2369" data-hovercard-type="issue" data-hovercard-url="/quicwg/base-drafts/issues/2369/hovercard" href="https://github.com/quicwg/base-drafts/issues/2369">#2369</a> doesn't converge relatively quickly then I'll want to take it to the list beforehand 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/2364#issuecomment-457123915">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AWbkq6YXUefbA4L_PhBQf_EWQ2zCWfo5ks5vGXo7gaJpZM4aPA_u">mute the thread</a>.<img src="https://github.com/notifications/beacon/AWbkq466zNHe8Q7sv8t9-BEgXAb6iVMTks5vGXo7gaJpZM4aPA_u.gif" height="1" width="1" alt="" /></p>
<script type="application/json" data-scope="inboxmarkup">{"api_version":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name":"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"https://github.githubassets.com/images/email/message_cards/header.png","avatar_image_url":"https://github.githubassets.com/images/email/message_cards/avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/quicwg/base-drafts"}},"updates":{"snippets":[{"icon":"PERSON","message":"@britram in #2364: (@larseggert probably, will check; however, if discussion on #2369 doesn't converge relatively quickly then I'll want to take it to the list beforehand as well)"}],"action":{"name":"View Pull Request","url":"https://github.com/quicwg/base-drafts/pull/2364#issuecomment-457123915"}}}</script>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/pull/2364#issuecomment-457123915",
"url": "https://github.com/quicwg/base-drafts/pull/2364#issuecomment-457123915",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>
----==_mimepart_5c4982bb58fc5_585d3fa6aecd45bc532821--


From nobody Thu Jan 24 01: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 73D1D1310E4 for <quic-issues@ietfa.amsl.com>; Thu, 24 Jan 2019 01:36:54 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -12.553
X-Spam-Level: 
X-Spam-Status: No, score=-12.553 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIMWL_WL_HIGH=-4.553, 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_PASS=-0.001] autolearn=ham autolearn_force=no
Authentication-Results: ietfa.amsl.com (amavisd-new); dkim=pass (1024-bit key) header.d=github.com
Received: from mail.ietf.org ([4.31.198.44]) by localhost (ietfa.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id WYEWyujxgvPb for <quic-issues@ietfa.amsl.com>; Thu, 24 Jan 2019 01:36:52 -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 218D8130E5E for <quic-issues@ietf.org>; Thu, 24 Jan 2019 01:36:52 -0800 (PST)
Date: Thu, 24 Jan 2019 01:36:49 -0800
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1548322609; bh=pUAX6J2F6L8tOMwbIyUEJ5fiJW2esyZKVFSLf1AZ9xE=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=bJ2sCMX6WsV+OZYVCmcAjDhLFkMS855wrxg5f1RWUE1PzCwN0lRV8TRsQkCdwIqIr cyAWGzzaaXElxHMitdZK02Ia8fUpTINI0Mgwie9EUppa61MARlrUiftC568Y1RwyrO CKgzIMaLgI6on6/hU/H9S61S74tYb8q4cZLjOjy0=
From: Brian Trammell <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+0166e4abc9c8594e9bfb55d559e41126f113f044b8b7cf2592cf000000011861493192a169ce17ff5580@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/issues/2369/457130052@github.com>
In-Reply-To: <quicwg/base-drafts/issues/2369@github.com>
References: <quicwg/base-drafts/issues/2369@github.com>
Subject: Re: [quicwg/base-drafts] Merge normative -spin-exp text into -transport (#2369)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5c498731c0e98_44bf3fce4fcd45bc4115f3"; 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/Oo8oYeVLdVSzoBPxf3pQZCs_Pb0>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
List-Id: Notification list for GitHub issues related to the QUIC WG <quic-issues.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=unsubscribe>
List-Archive: <https://mailarchive.ietf.org/arch/browse/quic-issues/>
List-Post: <mailto:quic-issues@ietf.org>
List-Help: <mailto:quic-issues-request@ietf.org?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, 24 Jan 2019 09:36:54 -0000

----==_mimepart_5c498731c0e98_44bf3fce4fcd45bc4115f3
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

There are a few apparently-open questions (which I thought were resolved, and apparently @ihlar too, since he submitted #2384); my understanding of the state is in __bold__ below:

1. Is the plan to __(a) merge the spin bit text into -transport__ or to (b) publish spin-exp as a separate RFC.

2. If 1(b), is the intended status of the spin bit __(a) Proposed Standard__ or Experimental (as the spin bit must be __Proposed Standard__ if 1(a)).

This understanding derives from the state of discussions after the London and Bangkok meetings (copied from #2364 comments):

- in London, we decided to adopt the spin bit as an experimental feature within the working group to generate more experience to inform an eventual adoption decision.

- in Bangkok, we achieved rough consensus to adopt the feature into the base protocol. The plan as I understood it is that documents were to be held separate until the spin-exp document reflected Bangkok consensus and the transport document was done with large-scale technical changes, after which they would be merged (which is what #2364 does). This plan together the discussion about 2119 language made it clear to me that the spin bit would be Proposed Standard.


-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/quicwg/base-drafts/issues/2369#issuecomment-457130052
----==_mimepart_5c498731c0e98_44bf3fce4fcd45bc4115f3
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: quoted-printable

<p>There are a few apparently-open questions (which I thought were resolv=
ed, and apparently <a class=3D"user-mention" data-hovercard-type=3D"user"=
 data-hovercard-url=3D"/hovercards?user_id=3D2078835" data-octo-click=3D"=
hovercard-link-click" data-octo-dimensions=3D"link_type:self" href=3D"htt=
ps://github.com/ihlar">@ihlar</a> too, since he submitted #2384); my unde=
rstanding of the state is in <strong>bold</strong> below:</p>
<ol>
<li>
<p>Is the plan to <strong>(a) merge the spin bit text into -transport</st=
rong> or to (b) publish spin-exp as a separate RFC.</p>
</li>
<li>
<p>If 1(b), is the intended status of the spin bit <strong>(a) Proposed S=
tandard</strong> or Experimental (as the spin bit must be <strong>Propose=
d Standard</strong> if 1(a)).</p>
</li>
</ol>
<p>This understanding derives from the state of discussions after the Lon=
don and Bangkok meetings (copied from <a class=3D"issue-link js-issue-lin=
k" data-error-text=3D"Failed to load issue title" data-id=3D"402292218" d=
ata-permission-text=3D"Issue title is private" data-url=3D"https://github=
.com/quicwg/base-drafts/issues/2364" data-hovercard-type=3D"pull_request"=
 data-hovercard-url=3D"/quicwg/base-drafts/pull/2364/hovercard" href=3D"h=
ttps://github.com/quicwg/base-drafts/pull/2364">#2364</a> comments):</p>
<ul>
<li>
<p>in London, we decided to adopt the spin bit as an experimental feature=
 within the working group to generate more experience to inform an eventu=
al adoption decision.</p>
</li>
<li>
<p>in Bangkok, we achieved rough consensus to adopt the feature into the =
base protocol. The plan as I understood it is that documents were to be h=
eld separate until the spin-exp document reflected Bangkok consensus and =
the transport document was done with large-scale technical changes, after=
 which they would be merged (which is what <a class=3D"issue-link js-issu=
e-link" data-error-text=3D"Failed to load issue title" data-id=3D"4022922=
18" data-permission-text=3D"Issue title is private" data-url=3D"https://g=
ithub.com/quicwg/base-drafts/issues/2364" data-hovercard-type=3D"pull_req=
uest" data-hovercard-url=3D"/quicwg/base-drafts/pull/2364/hovercard" href=
=3D"https://github.com/quicwg/base-drafts/pull/2364">#2364</a> does). Thi=
s plan together the discussion about 2119 language made it clear to me th=
at the spin bit would be Proposed Standard.</p>
</li>
</ul>

<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/2369#issuecomment-457130052">view it on GitHub</a>,=
 or <a href=3D"https://github.com/notifications/unsubscribe-auth/AWbkq3a7=
8zrTiu-WbkB0_gKos-aMQxLKks5vGX6xgaJpZM4aQb9w">mute the thread</a>.<img sr=
c=3D"https://github.com/notifications/beacon/AWbkq2Nk1yaKfW6cFG_SI0zBfvn9=
Kq1Zks5vGX6xgaJpZM4aQb9w.gif" height=3D"1" width=3D"1" alt=3D"" /></p>
<script type=3D"application/json" data-scope=3D"inboxmarkup">{"api_versio=
n":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name"=
:"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"=
quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"http=
s://github.githubassets.com/images/email/message_cards/header.png","avata=
r_image_url":"https://github.githubassets.com/images/email/message_cards/=
avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/q=
uicwg/base-drafts"}},"updates":{"snippets":[{"icon":"PERSON","message":"@=
britram in #2369: There are a few apparently-open questions (which I thou=
ght were resolved, and apparently @ihlar too, since he submitted #2384); =
my understanding of the state is in __bold__ below:\r\n\r\n1. Is the plan=
 to __(a) merge the spin bit text into -transport__ or to (b) publish spi=
n-exp as a separate RFC.\r\n\r\n2. If 1(b), is the intended status of the=
 spin bit __(a) Proposed Standard__ or Experimental (as the spin bit must=
 be __Proposed Standard__ if 1(a)).\r\n\r\nThis understanding derives fro=
m the state of discussions after the London and Bangkok meetings (copied =
from #2364 comments):\r\n\r\n- in London, we decided to adopt the spin bi=
t as an experimental feature within the working group to generate more ex=
perience to inform an eventual adoption decision.\r\n\r\n- in Bangkok, we=
 achieved rough consensus to adopt the feature into the base protocol. Th=
e plan as I understood it is that documents were to be held separate unti=
l the spin-exp document reflected Bangkok consensus and the transport doc=
ument was done with large-scale technical changes, after which they would=
 be merged (which is what #2364 does). This plan together the discussion =
about 2119 language made it clear to me that the spin bit would be Propos=
ed Standard.\r\n"}],"action":{"name":"View Issue","url":"https://github.c=
om/quicwg/base-drafts/issues/2369#issuecomment-457130052"}}}</script>
<script type=3D"application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/issues/2369#issuecomment=
-457130052",
"url": "https://github.com/quicwg/base-drafts/issues/2369#issuecomment-45=
7130052",
"name": "View Issue"
},
"description": "View this Issue on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>=

----==_mimepart_5c498731c0e98_44bf3fce4fcd45bc4115f3--


From nobody Thu Jan 24 01:44: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 6FEC41310E4 for <quic-issues@ietfa.amsl.com>; Thu, 24 Jan 2019 01:44:31 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -12.553
X-Spam-Level: 
X-Spam-Status: No, score=-12.553 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIMWL_WL_HIGH=-4.553, 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_PASS=-0.001] autolearn=ham autolearn_force=no
Authentication-Results: ietfa.amsl.com (amavisd-new); dkim=pass (1024-bit key) header.d=github.com
Received: from mail.ietf.org ([4.31.198.44]) by localhost (ietfa.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id PoEUBWktWluN for <quic-issues@ietfa.amsl.com>; Thu, 24 Jan 2019 01:44: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 256F2130E5E for <quic-issues@ietf.org>; Thu, 24 Jan 2019 01:44:29 -0800 (PST)
Date: Thu, 24 Jan 2019 01:44:27 -0800
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1548323067; bh=vJRQ+pH6g43PaWWiIWOiZLrApuJ89xpoSJXmy9NBrCk=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=BD0dg+zp1yzGgaJUw1Cy4eVOjg2mr1E1ImY/+o2z6pk4OQfbGGYVWmJgkBVdXMWvV ZtI4Xv2GvSc4HRy6f5NDEHB8xy+bOToaRwWLBxpk8l2p8EpqrC5Eaox7yew4bGB/AE mIPNt6o/aokQgfcy71dr00DKkXPYBXd4nh1AmTNQ=
From: Brian Trammell <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+0166e4ab6c4ee93f778693d9960eafe079aa91973f69bf1392cf0000000118614afb92a169ce17ff5580@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/issues/2369/457132448@github.com>
In-Reply-To: <quicwg/base-drafts/issues/2369@github.com>
References: <quicwg/base-drafts/issues/2369@github.com>
Subject: Re: [quicwg/base-drafts] Merge normative -spin-exp text into -transport (#2369)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5c4988fbcdf3d_7803f8d6eed45b49489c"; 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/4_mtDQVu14wpBisJ9gtii5rgzdE>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
List-Id: Notification list for GitHub issues related to the QUIC WG <quic-issues.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=unsubscribe>
List-Archive: <https://mailarchive.ietf.org/arch/browse/quic-issues/>
List-Post: <mailto:quic-issues@ietf.org>
List-Help: <mailto:quic-issues-request@ietf.org?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, 24 Jan 2019 09:44:31 -0000

----==_mimepart_5c4988fbcdf3d_7803f8d6eed45b49489c
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

(also from the #2364 discussion...) FWIW, I do think that advanced heuristics for deriving metrics from the spin bit signal are properly experimental, but since that's generalized measurement methodology work, it rather belongs in IPPM than QUIC (note this is a personal opinion, without IPPM chair hat). Most of the simple how-to-measure text currently in spin-exp should move into the (informational) -manageability draft, and my understanding as editor is that a PR for that is forthcoming (addressing quicwg/ops-drafts#58).

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/quicwg/base-drafts/issues/2369#issuecomment-457132448
----==_mimepart_5c4988fbcdf3d_7803f8d6eed45b49489c
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: quoted-printable

<p>(also from the <a class=3D"issue-link js-issue-link" data-error-text=3D=
"Failed to load issue title" data-id=3D"402292218" data-permission-text=3D=
"Issue title is private" data-url=3D"https://github.com/quicwg/base-draft=
s/issues/2364" data-hovercard-type=3D"pull_request" data-hovercard-url=3D=
"/quicwg/base-drafts/pull/2364/hovercard" href=3D"https://github.com/quic=
wg/base-drafts/pull/2364">#2364</a> discussion...) FWIW, I do think that =
advanced heuristics for deriving metrics from the spin bit signal are pro=
perly experimental, but since that's generalized measurement methodology =
work, it rather belongs in IPPM than QUIC (note this is a personal opinio=
n, without IPPM chair hat). Most of the simple how-to-measure text curren=
tly in spin-exp should move into the (informational) -manageability draft=
, and my understanding as editor is that a PR for that is forthcoming (ad=
dressing <a class=3D"issue-link js-issue-link" data-error-text=3D"Failed =
to load issue title" data-id=3D"397301388" data-permission-text=3D"Issue =
title is private" data-url=3D"https://github.com/quicwg/ops-drafts/issues=
/58" data-hovercard-type=3D"issue" data-hovercard-url=3D"/quicwg/ops-draf=
ts/issues/58/hovercard" href=3D"https://github.com/quicwg/ops-drafts/issu=
es/58">quicwg/ops-drafts#58</a>).</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/2369#issuecomment-457132448">view it on GitHub</a>,=
 or <a href=3D"https://github.com/notifications/unsubscribe-auth/AWbkq8JL=
4-DIVtZ-H8oyXhXwsQZKlDRjks5vGYB7gaJpZM4aQb9w">mute the thread</a>.<img sr=
c=3D"https://github.com/notifications/beacon/AWbkqyoQgS6zARBYeXLVlX2qgLm3=
nrBZks5vGYB7gaJpZM4aQb9w.gif" height=3D"1" width=3D"1" alt=3D"" /></p>
<script type=3D"application/json" data-scope=3D"inboxmarkup">{"api_versio=
n":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name"=
:"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"=
quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"http=
s://github.githubassets.com/images/email/message_cards/header.png","avata=
r_image_url":"https://github.githubassets.com/images/email/message_cards/=
avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/q=
uicwg/base-drafts"}},"updates":{"snippets":[{"icon":"PERSON","message":"@=
britram in #2369: (also from the #2364 discussion...) FWIW, I do think th=
at advanced heuristics for deriving metrics from the spin bit signal are =
properly experimental, but since that's generalized measurement methodolo=
gy work, it rather belongs in IPPM than QUIC (note this is a personal opi=
nion, without IPPM chair hat). Most of the simple how-to-measure text cur=
rently in spin-exp should move into the (informational) -manageability dr=
aft, and my understanding as editor is that a PR for that is forthcoming =
(addressing quicwg/ops-drafts#58)."}],"action":{"name":"View Issue","url"=
:"https://github.com/quicwg/base-drafts/issues/2369#issuecomment-45713244=
8"}}}</script>
<script type=3D"application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/issues/2369#issuecomment=
-457132448",
"url": "https://github.com/quicwg/base-drafts/issues/2369#issuecomment-45=
7132448",
"name": "View Issue"
},
"description": "View this Issue on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>=

----==_mimepart_5c4988fbcdf3d_7803f8d6eed45b49489c--


From nobody Thu Jan 24 01:47: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 816C812D7F8 for <quic-issues@ietfa.amsl.com>; Thu, 24 Jan 2019 01:47:45 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -12.552
X-Spam-Level: 
X-Spam-Status: No, score=-12.552 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIMWL_WL_HIGH=-4.553, 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_PASS=-0.001] autolearn=ham autolearn_force=no
Authentication-Results: ietfa.amsl.com (amavisd-new); dkim=pass (1024-bit key) header.d=github.com
Received: from mail.ietf.org ([4.31.198.44]) by localhost (ietfa.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 5Yi_55igkkdn for <quic-issues@ietfa.amsl.com>; Thu, 24 Jan 2019 01:47: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 A61331310E5 for <quic-issues@ietf.org>; Thu, 24 Jan 2019 01:47:42 -0800 (PST)
Date: Thu, 24 Jan 2019 01:47:41 -0800
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1548323261; bh=gJf165YDCxAh0JRx28PXF5/u7Z7BTEkeogicsoLgff4=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=N4u+S1H9mnPApb/6NIrL2Z6lwyh8/zStLo0hCNEWi98eG5ranBXhkeQSSIcFVsXdn dlG/3Q+SngVZh6S5AOwf+HnukLehHYxw+n8S7FRhj/Kr0pJ3ywQW1fPIOL8cN+sT1S SbvZMbKyO2mPgojdtCfG0GfD3meapPOrsRU9aMao=
From: Marcus Ihlar <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+0166e4abe3fbd3c35f9c58429bd438e676af7bdaefdce56a92cf0000000118614bbd92a169ce17fa7dfa@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/pull/2364/review/195933462@github.com>
In-Reply-To: <quicwg/base-drafts/pull/2364@github.com>
References: <quicwg/base-drafts/pull/2364@github.com>
Subject: Re: [quicwg/base-drafts] Moving text on spinbit into transport (#2364)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5c4989bd819d2_721f3fbdc90d45b410563b8"; charset=UTF-8
Content-Transfer-Encoding: 7bit
Precedence: list
X-GitHub-Sender: ihlar
X-GitHub-Recipient: quic-issues
X-GitHub-Reason: subscribed
X-Auto-Response-Suppress: All
X-GitHub-Recipient-Address: quic-issues@ietf.org
Archived-At: <https://mailarchive.ietf.org/arch/msg/quic-issues/4SbBE42J6tKfBwKtn7ARlefRxiA>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
List-Id: Notification list for GitHub issues related to the QUIC WG <quic-issues.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=unsubscribe>
List-Archive: <https://mailarchive.ietf.org/arch/browse/quic-issues/>
List-Post: <mailto:quic-issues@ietf.org>
List-Help: <mailto:quic-issues-request@ietf.org?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, 24 Jan 2019 09:47:45 -0000

----==_mimepart_5c4989bd819d2_721f3fbdc90d45b410563b8
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

ihlar commented on this pull request.



> @@ -2818,6 +2825,44 @@ encoded as a single byte with the value 0x01.  An endpoint MAY treat the receipt
 of a frame type that uses a longer encoding than necessary as a connection error
 of type PROTOCOL_VIOLATION.
 
+## Latency Spin Bit {#spin-bit}
+
+The latency spin bit enables passive latency monitoring from observation points
+on the network path throughout the duration of a connection. The spin bit is
+only present in the short packet header, since it is possible to measure the
+initial RTT of a connection by observing the handshake. Therefore, the spin bit
+will appear after version negotiation and connection establishment are
+completed. On-path measurement and use of the Latency Spin Bit is further
+discussed in {{QUIC-MANAGEABILITY}}.
+
+The spin bit utilizes a single bit in the first byte of the short header. The
+location of the bit and procedures for how to set it by clients and servers are
+defined in {{short-header}}.
+
+Implementations MAY select to not implement the full spin bit functionality. In

Agree, that is a better phrasing

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/quicwg/base-drafts/pull/2364#discussion_r250529651
----==_mimepart_5c4989bd819d2_721f3fbdc90d45b410563b8
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

<p><b>@ihlar</b> commented on this pull request.</p>

<hr>

<p>In <a href="https://github.com/quicwg/base-drafts/pull/2364#discussion_r250529651">draft-ietf-quic-transport.md</a>:</p>
<pre style='color:#555'>&gt; @@ -2818,6 +2825,44 @@ encoded as a single byte with the value 0x01.  An endpoint MAY treat the receipt
 of a frame type that uses a longer encoding than necessary as a connection error
 of type PROTOCOL_VIOLATION.
 
+## Latency Spin Bit {#spin-bit}
+
+The latency spin bit enables passive latency monitoring from observation points
+on the network path throughout the duration of a connection. The spin bit is
+only present in the short packet header, since it is possible to measure the
+initial RTT of a connection by observing the handshake. Therefore, the spin bit
+will appear after version negotiation and connection establishment are
+completed. On-path measurement and use of the Latency Spin Bit is further
+discussed in {{QUIC-MANAGEABILITY}}.
+
+The spin bit utilizes a single bit in the first byte of the short header. The
+location of the bit and procedures for how to set it by clients and servers are
+defined in {{short-header}}.
+
+Implementations MAY select to not implement the full spin bit functionality. In
</pre>
<p>Agree, that is a better phrasing</p>

<p style="font-size:small;-webkit-text-size-adjust:none;color:#666;">&mdash;<br />You are receiving this because you are subscribed to this thread.<br />Reply to this email directly, <a href="https://github.com/quicwg/base-drafts/pull/2364#discussion_r250529651">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AWbkq9Ujd8dJ_2qr3bMcBjHCjAGhzHCQks5vGYE9gaJpZM4aPA_u">mute the thread</a>.<img src="https://github.com/notifications/beacon/AWbkq7oObLi3BAeHReZlteejNbCN0Tpbks5vGYE9gaJpZM4aPA_u.gif" height="1" width="1" alt="" /></p>
<script type="application/json" data-scope="inboxmarkup">{"api_version":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name":"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"https://github.githubassets.com/images/email/message_cards/header.png","avatar_image_url":"https://github.githubassets.com/images/email/message_cards/avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/quicwg/base-drafts"}},"updates":{"snippets":[{"icon":"PERSON","message":"@ihlar commented on #2364"}],"action":{"name":"View Pull Request","url":"https://github.com/quicwg/base-drafts/pull/2364#discussion_r250529651"}}}</script>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/pull/2364#discussion_r250529651",
"url": "https://github.com/quicwg/base-drafts/pull/2364#discussion_r250529651",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>
----==_mimepart_5c4989bd819d2_721f3fbdc90d45b410563b8--


From nobody Thu Jan 24 01:52: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 3B8DC130FCD for <quic-issues@ietfa.amsl.com>; Thu, 24 Jan 2019 01:52:48 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -12.553
X-Spam-Level: 
X-Spam-Status: No, score=-12.553 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIMWL_WL_HIGH=-4.553, 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_PASS=-0.001] autolearn=ham autolearn_force=no
Authentication-Results: ietfa.amsl.com (amavisd-new); dkim=pass (1024-bit key) header.d=github.com
Received: from mail.ietf.org ([4.31.198.44]) by localhost (ietfa.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 7EimRj6kIApx for <quic-issues@ietfa.amsl.com>; Thu, 24 Jan 2019 01:52: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 49CB5130EB3 for <quic-issues@ietf.org>; Thu, 24 Jan 2019 01:52:46 -0800 (PST)
Date: Thu, 24 Jan 2019 01:52:45 -0800
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1548323565; bh=i2vmmR4jpXSDWfwT3NLiAqQHBDsK1MTKtZKBaifzGy8=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=GWtiB3TZ47WfRXKqV/kcf6gNOJGVwhxLJUHAwLZ2lhhiXB07V6yh07F0S5DGJREMN vRM9jYhjc/lP2zecPySF/FsqNO3a/yZRd0SW0+DY7ApgKinWwGDOUHAgcEf3vNaO4v VTvSkJKqodZIULWt4Kc85g53M3Kqk/ke+Ty5pFaM=
From: mirjak <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+0166e4ab5691e4e645a82af9cefa3afef3842f5816c99c3792cf0000000118614ced92a169ce17ff5580@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/issues/2369/457135370@github.com>
In-Reply-To: <quicwg/base-drafts/issues/2369@github.com>
References: <quicwg/base-drafts/issues/2369@github.com>
Subject: Re: [quicwg/base-drafts] Merge normative -spin-exp text into -transport (#2369)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5c498aed29f75_39583fc1342d45bc884110"; 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/S5P42NY1HCQmXoQevNMSImjhE_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: Thu, 24 Jan 2019 09:52:48 -0000

----==_mimepart_5c498aed29f75_39583fc1342d45bc884110
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

My understanding was always that the plan was to merge this into the transport doc and never that the the spin-exp is meant to be published as an own doc. The chairs only hold us at some point to create an own doc (instead of trying to get an PR up to date) such that it is easier to people to experiment until we have a final decision and merge it in.

We even had a hum on this in Bangkok:

6. To include the spin bit in the specification, as laid out here. Some decisions can still be made.

Yes: Strong hum (4-5 hums for inclusion, no against)

No: Medium-Strong hum (less)

I asked at the end of the session if we are ready to merge and got a yes. I don't know what this discussion is about because we really have already clear consensus here. I will close the 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/2369#issuecomment-457135370
----==_mimepart_5c498aed29f75_39583fc1342d45bc884110
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: quoted-printable

<p>My understanding was always that the plan was to merge this into the t=
ransport doc and never that the the spin-exp is meant to be published as =
an own doc. The chairs only hold us at some point to create an own doc (i=
nstead of trying to get an PR up to date) such that it is easier to peopl=
e to experiment until we have a final decision and merge it in.</p>
<p>We even had a hum on this in Bangkok:</p>
<ol start=3D"6">
<li>To include the spin bit in the specification, as laid out here. Some =
decisions can still be made.</li>
</ol>
<p>Yes: Strong hum (4-5 hums for inclusion, no against)</p>
<p>No: Medium-Strong hum (less)</p>
<p>I asked at the end of the session if we are ready to merge and got a y=
es. I don't know what this discussion is about because we really have alr=
eady clear consensus here. I will close the issue.</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/2369#issuecomment-457135370">view it on GitHub</a>,=
 or <a href=3D"https://github.com/notifications/unsubscribe-auth/AWbkqxfM=
dkLAT7ZY686668vMucdSKfI2ks5vGYJtgaJpZM4aQb9w">mute the thread</a>.<img sr=
c=3D"https://github.com/notifications/beacon/AWbkq0JICQ57lhSKKHnGRoA2AAHS=
L7A3ks5vGYJtgaJpZM4aQb9w.gif" height=3D"1" width=3D"1" alt=3D"" /></p>
<script type=3D"application/json" data-scope=3D"inboxmarkup">{"api_versio=
n":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name"=
:"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"=
quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"http=
s://github.githubassets.com/images/email/message_cards/header.png","avata=
r_image_url":"https://github.githubassets.com/images/email/message_cards/=
avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/q=
uicwg/base-drafts"}},"updates":{"snippets":[{"icon":"PERSON","message":"@=
mirjak in #2369: My understanding was always that the plan was to merge t=
his into the transport doc and never that the the spin-exp is meant to be=
 published as an own doc. The chairs only hold us at some point to create=
 an own doc (instead of trying to get an PR up to date) such that it is e=
asier to people to experiment until we have a final decision and merge it=
 in.\r\n\r\nWe even had a hum on this in Bangkok:\r\n\r\n6. To include th=
e spin bit in the specification, as laid out here. Some decisions can sti=
ll be made.\r\n\r\nYes: Strong hum (4-5 hums for inclusion, no against)\r=
\n\r\nNo: Medium-Strong hum (less)\r\n\r\nI asked at the end of the sessi=
on if we are ready to merge and got a yes. I don't know what this discuss=
ion is about because we really have already clear consensus here. I will =
close the issue."}],"action":{"name":"View Issue","url":"https://github.c=
om/quicwg/base-drafts/issues/2369#issuecomment-457135370"}}}</script>
<script type=3D"application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/issues/2369#issuecomment=
-457135370",
"url": "https://github.com/quicwg/base-drafts/issues/2369#issuecomment-45=
7135370",
"name": "View Issue"
},
"description": "View this Issue on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>=

----==_mimepart_5c498aed29f75_39583fc1342d45bc884110--


From nobody Thu Jan 24 01:53:32 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 2810712D7F8 for <quic-issues@ietfa.amsl.com>; Thu, 24 Jan 2019 01:53:30 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -6.007
X-Spam-Level: 
X-Spam-Status: No, score=-6.007 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIMWL_WL_HIGH=-4.553, DKIM_SIGNED=0.1, DKIM_VALID=-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_PASS=-0.001] autolearn=ham autolearn_force=no
Authentication-Results: ietfa.amsl.com (amavisd-new); dkim=pass (1024-bit key) header.d=github.com
Received: from mail.ietf.org ([4.31.198.44]) by localhost (ietfa.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id laH9LsjTC69O for <quic-issues@ietfa.amsl.com>; Thu, 24 Jan 2019 01:53:28 -0800 (PST)
Received: from o10.sgmail.github.com (o10.sgmail.github.com [167.89.101.201]) (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 42F33130EB3 for <quic-issues@ietf.org>; Thu, 24 Jan 2019 01:53:28 -0800 (PST)
DKIM-Signature: v=1; a=rsa-sha1; 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=yVeCA1QMEUGRjBNkKiKfsw/Sny0=; b=APV1LejL8mV/wF42 PUN+O1v/AciJn8e+Jt/fxnenB5Uwqb08sGzE5QyExBCWhHH+x/rz8PKeqVkezjAJ Ja5UcHm08698KJVTYO9aClf0D7Ot2s5O1Niz2XoNEB8Gc9nQrSKo7MdlZgWxKk2S F/xIqMUn/nBQ3oTOE/65YS9rQRE=
Received: by filter1330p1mdw1.sendgrid.net with SMTP id filter1330p1mdw1-31823-5C498B17-4 2019-01-24 09:53:27.052911784 +0000 UTC m=+33754.661866474
Received: from github-lowworker-1ffe0ab.cp1-iad.github.net (unknown [192.30.252.38]) by ismtpd0034p1iad2.sendgrid.net (SG) with ESMTP id HKDqT2siTeKUaRdQtuCVlw for <quic-issues@ietf.org>; Thu, 24 Jan 2019 09:53:27.147 +0000 (UTC)
Received: from github.com (localhost [127.0.0.1]) by github-lowworker-1ffe0ab.cp1-iad.github.net (Postfix) with ESMTP id 1B0CE380608 for <quic-issues@ietf.org>; Thu, 24 Jan 2019 01:53:27 -0800 (PST)
Date: Thu, 24 Jan 2019 09:53:27 +0000 (UTC)
From: Marcus Ihlar <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+0166e4ab2e5f695b623b3112792cade966779377c15cf8ab92cf0000000118614d1792a169ce17ff5580@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/issues/2369/457135588@github.com>
In-Reply-To: <quicwg/base-drafts/issues/2369@github.com>
References: <quicwg/base-drafts/issues/2369@github.com>
Subject: Re: [quicwg/base-drafts] Merge normative -spin-exp text into -transport (#2369)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5c498b1718d6f_2b303fbdc90d45b454315d"; charset=UTF-8
Content-Transfer-Encoding: 7bit
Precedence: list
X-GitHub-Sender: ihlar
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: l64QuQ2uJCcEyUykJbxN122A6QRmEpucztpreh3Pak1N52nJwv3WEdIWOR3fdJF0x/81LCKVWjnDGW zwmVw4HJ5RibnyFEIHPo4r8DAYDld6yhRrSSHbRbXFMa0FHmGVGDMrZMQDYzRHKHrV5TVTL7THm7lc MOcoRZVge/F18wKoGAm5VKxYTF6fPZHcmj5rN6j2MK3fkAYEiLeuE41O2iI6c6PbFBg1i7gbL6EETm g=
Archived-At: <https://mailarchive.ietf.org/arch/msg/quic-issues/AJdFijfkugspPdrr7hlCt-cXIb8>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
List-Id: Notification list for GitHub issues related to the QUIC WG <quic-issues.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=unsubscribe>
List-Archive: <https://mailarchive.ietf.org/arch/browse/quic-issues/>
List-Post: <mailto:quic-issues@ietf.org>
List-Help: <mailto:quic-issues-request@ietf.org?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, 24 Jan 2019 09:53:30 -0000

----==_mimepart_5c498b1718d6f_2b303fbdc90d45b454315d
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

I agree with the statements above, and I cannot recollect that option b was ever discussed.


-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/quicwg/base-drafts/issues/2369#issuecomment-457135588
----==_mimepart_5c498b1718d6f_2b303fbdc90d45b454315d
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

<p>I agree with the statements above, and I cannot recollect that option b was ever discussed.</p>

<p style="font-size:small;-webkit-text-size-adjust:none;color:#666;">&mdash;<br />You are receiving this because you are subscribed to this thread.<br />Reply to this email directly, <a href="https://github.com/quicwg/base-drafts/issues/2369#issuecomment-457135588">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AWbkq046JK7NdhglVs-M3bikVfgDS0yqks5vGYKXgaJpZM4aQb9w">mute the thread</a>.<img src="https://github.com/notifications/beacon/AWbkq1j8LJnmX0C3_uY75pYY7-3QAucqks5vGYKXgaJpZM4aQb9w.gif" height="1" width="1" alt="" /></p>
<script type="application/json" data-scope="inboxmarkup">{"api_version":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name":"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"https://github.githubassets.com/images/email/message_cards/header.png","avatar_image_url":"https://github.githubassets.com/images/email/message_cards/avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/quicwg/base-drafts"}},"updates":{"snippets":[{"icon":"PERSON","message":"@ihlar in #2369: I agree with the statements above, and I cannot recollect that option b was ever discussed.\r\n"}],"action":{"name":"View Issue","url":"https://github.com/quicwg/base-drafts/issues/2369#issuecomment-457135588"}}}</script>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/issues/2369#issuecomment-457135588",
"url": "https://github.com/quicwg/base-drafts/issues/2369#issuecomment-457135588",
"name": "View Issue"
},
"description": "View this Issue on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>
----==_mimepart_5c498b1718d6f_2b303fbdc90d45b454315d--


From nobody Thu Jan 24 01: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 A7766130EB3 for <quic-issues@ietfa.amsl.com>; Thu, 24 Jan 2019 01:56:34 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -11.149
X-Spam-Level: 
X-Spam-Status: No, score=-11.149 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIMWL_WL_HIGH=-4.553, 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_PASS=-0.001] autolearn=ham autolearn_force=no
Authentication-Results: ietfa.amsl.com (amavisd-new); dkim=pass (1024-bit key) header.d=github.com
Received: from mail.ietf.org ([4.31.198.44]) by localhost (ietfa.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id p3BXA-OEytBy for <quic-issues@ietfa.amsl.com>; Thu, 24 Jan 2019 01:56:33 -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 2A04912D7F8 for <quic-issues@ietf.org>; Thu, 24 Jan 2019 01:56:33 -0800 (PST)
Date: Thu, 24 Jan 2019 01:56:32 -0800
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1548323792; bh=eMdKhhxoUZApsiSuzZ66RpluIwx7WweTqn2pFwBKSTg=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=yQJ3SktEoovUL3+LozQrOC9jk9lVZJ3FCJXxbwS4s7G3VVRNrnSs/JEKGn8ue46c8 JYYFj4AxMCAg9r0kp/YxB2I9wm59Q+MHbjs7eaWhvl2WxpFSF6Li6u2QxjT2Y0BMFv Rb/WtFQ0Fdm+A+kDKi3g3EG1+79xVEgmM0X9VoiU=
From: Marten Seemann <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+0166e4aba0debf7d381eb60cf8984fe03b2f8fdfe23500a892cf0000000118614dd092a169ce17ff5580@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/issues/2369/457136673@github.com>
In-Reply-To: <quicwg/base-drafts/issues/2369@github.com>
References: <quicwg/base-drafts/issues/2369@github.com>
Subject: Re: [quicwg/base-drafts] Merge normative -spin-exp text into -transport (#2369)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5c498bd05ad8d_62f93fd262cd45b482517"; 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/v-IBMT2ADwNCTmNQLG97VpxDECU>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
List-Id: Notification list for GitHub issues related to the QUIC WG <quic-issues.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=unsubscribe>
List-Archive: <https://mailarchive.ietf.org/arch/browse/quic-issues/>
List-Post: <mailto:quic-issues@ietf.org>
List-Help: <mailto:quic-issues-request@ietf.org?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, 24 Jan 2019 09:56:35 -0000

----==_mimepart_5c498bd05ad8d_62f93fd262cd45b482517
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

Not sure about the process and the formalities, but since the spin-bit is an optional feature, and several implementations are not planning to implement it, I think it would improve the readability of the already very long transport document (141 pages!) to keep it clearly separated in its own document. This would relieve implementers from having to skip over irrelevant 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/2369#issuecomment-457136673
----==_mimepart_5c498bd05ad8d_62f93fd262cd45b482517
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: quoted-printable

<p>Not sure about the process and the formalities, but since the spin-bit=
 is an optional feature, and several implementations are not planning to =
implement it, I think it would improve the readability of the already ver=
y long transport document (141 pages!) to keep it clearly separated in it=
s own document. This would relieve implementers from having to skip over =
irrelevant text.</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/2369#issuecomment-457136673">view it on GitHub</a>,=
 or <a href=3D"https://github.com/notifications/unsubscribe-auth/AWbkqw3n=
h6uDTZJKyUAo4aS2R7LAiiDLks5vGYNQgaJpZM4aQb9w">mute the thread</a>.<img sr=
c=3D"https://github.com/notifications/beacon/AWbkq5SFGG4z06MxJziW2WmZP2hU=
8K5fks5vGYNQgaJpZM4aQb9w.gif" height=3D"1" width=3D"1" alt=3D"" /></p>
<script type=3D"application/json" data-scope=3D"inboxmarkup">{"api_versio=
n":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name"=
:"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"=
quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"http=
s://github.githubassets.com/images/email/message_cards/header.png","avata=
r_image_url":"https://github.githubassets.com/images/email/message_cards/=
avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/q=
uicwg/base-drafts"}},"updates":{"snippets":[{"icon":"PERSON","message":"@=
marten-seemann in #2369: Not sure about the process and the formalities, =
but since the spin-bit is an optional feature, and several implementation=
s are not planning to implement it, I think it would improve the readabil=
ity of the already very long transport document (141 pages!) to keep it c=
learly separated in its own document. This would relieve implementers fro=
m having to skip over irrelevant text."}],"action":{"name":"View Issue","=
url":"https://github.com/quicwg/base-drafts/issues/2369#issuecomment-4571=
36673"}}}</script>
<script type=3D"application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/issues/2369#issuecomment=
-457136673",
"url": "https://github.com/quicwg/base-drafts/issues/2369#issuecomment-45=
7136673",
"name": "View Issue"
},
"description": "View this Issue on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>=

----==_mimepart_5c498bd05ad8d_62f93fd262cd45b482517--


From nobody Thu Jan 24 02:01:13 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 B4A4D1310F3 for <quic-issues@ietfa.amsl.com>; Thu, 24 Jan 2019 02:01:11 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -7.553
X-Spam-Level: 
X-Spam-Status: No, score=-7.553 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIMWL_WL_HIGH=-4.553, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-1, RCVD_IN_DNSWL_NONE=-0.0001, SPF_PASS=-0.001] autolearn=ham autolearn_force=no
Authentication-Results: ietfa.amsl.com (amavisd-new); dkim=pass (1024-bit key) header.d=github.com
Received: from mail.ietf.org ([4.31.198.44]) by localhost (ietfa.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 81ig4WgUbnhf for <quic-issues@ietfa.amsl.com>; Thu, 24 Jan 2019 02:01:09 -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 0FD8E1310F1 for <quic-issues@ietf.org>; Thu, 24 Jan 2019 02:00:55 -0800 (PST)
DKIM-Signature: v=1; a=rsa-sha1; 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=mSRR3p+sF5wutzPD+0XdiDGg+lM=; b=e6SfmTEuI6sMFnnT 8dEXca/dNHgb+7Kky/yy1TpsvmfMNFisbwejTcLeon80JIf2ikEsEcEoRMYrwXjM WiK0gMUsyxu+h25kkHEJOIoZPqLJdWXWR5j4NxYWh5JFABpZWxr6y8A6tY5gZk9r zc3u9rEJsGpQdV7htnAyhVfJcUA=
Received: by filter0586p1iad2.sendgrid.net with SMTP id filter0586p1iad2-18785-5C498CD6-17 2019-01-24 10:00:54.533207869 +0000 UTC m=+27647.903895803
Received: from github-lowworker-39ccb07.cp1-iad.github.net (unknown [192.30.252.40]) by ismtpd0020p1iad2.sendgrid.net (SG) with ESMTP id KsRK0ksfTSqi4D2j5AseAg for <quic-issues@ietf.org>; Thu, 24 Jan 2019 10:00:54.640 +0000 (UTC)
Received: from github.com (localhost [127.0.0.1]) by github-lowworker-39ccb07.cp1-iad.github.net (Postfix) with ESMTP id 5F8B9400012 for <quic-issues@ietf.org>; Thu, 24 Jan 2019 02:00:54 -0800 (PST)
Date: Thu, 24 Jan 2019 10:00:54 +0000 (UTC)
From: Marcus Ihlar <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+0166e4ab21f13594910fa9d62d4d72cf811904ca599fa9c792cf0000000118614ed692a169ce17fa7dfa@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/pull/2364/review/195940721@github.com>
In-Reply-To: <quicwg/base-drafts/pull/2364@github.com>
References: <quicwg/base-drafts/pull/2364@github.com>
Subject: Re: [quicwg/base-drafts] Moving text on spinbit into transport (#2364)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5c498cd65d5be_43e83fac796d45c490478e"; charset=UTF-8
Content-Transfer-Encoding: 7bit
Precedence: list
X-GitHub-Sender: ihlar
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: l64QuQ2uJCcEyUykJbxN122A6QRmEpucztpreh3Pak1fIl1P9cne6D5w6Dw+1dpdFA/E1fruhac56S LA2Wc/KLACDFpXbKmY0Vz9VJJx7+4FanjmgW9g2NxCoq3Dot0XzucxJv7T6SfWedFB9nTQ5M++kUKd SxkbM+zHPaOGANUeXaLG+IkSbC+RRWErKs6OkrQvtQhCZPhfiDodD72vTj2vA/qtHbB7WAr3B9VQUZ Q=
Archived-At: <https://mailarchive.ietf.org/arch/msg/quic-issues/bwYSuFNE_qQod5a_iiTjvCYg-pk>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
List-Id: Notification list for GitHub issues related to the QUIC WG <quic-issues.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=unsubscribe>
List-Archive: <https://mailarchive.ietf.org/arch/browse/quic-issues/>
List-Post: <mailto:quic-issues@ietf.org>
List-Help: <mailto:quic-issues-request@ietf.org?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, 24 Jan 2019 10:01:12 -0000

----==_mimepart_5c498cd65d5be_43e83fac796d45c490478e
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

ihlar commented on this pull request.



> +will appear after version negotiation and connection establishment are
+completed. On-path measurement and use of the Latency Spin Bit is further
+discussed in {{QUIC-MANAGEABILITY}}.
+
+The spin bit utilizes a single bit in the first byte of the short header. The
+location of the bit and procedures for how to set it by clients and servers are
+defined in {{short-header}}.
+
+Implementations MAY select to not implement the full spin bit functionality. In
+that case they are only REQUIRED to implement what is defined for the spin bit
+when it is disabled.
+
+Each endpoint unilaterally decides if the spin bit is enabled or disabled for a
+connection. Implementations SHOULD 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 SHOULD disable

>           Also, we need to start an issue on this rather than commenting on the PR
@larseggert I'm not sure what the issue is? 
The consensus in BKK was that the bit should be included in the standard, this PR only contains the information necessary for implementors, no text on how to interpret or process the bit on path. Simply referencing a non-milestone potentially experimental document seems a bit odd.


-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/quicwg/base-drafts/pull/2364#discussion_r250535623
----==_mimepart_5c498cd65d5be_43e83fac796d45c490478e
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

<p><b>@ihlar</b> commented on this pull request.</p>

<hr>

<p>In <a href="https://github.com/quicwg/base-drafts/pull/2364#discussion_r250535623">draft-ietf-quic-transport.md</a>:</p>
<pre style='color:#555'>&gt; +will appear after version negotiation and connection establishment are
+completed. On-path measurement and use of the Latency Spin Bit is further
+discussed in {{QUIC-MANAGEABILITY}}.
+
+The spin bit utilizes a single bit in the first byte of the short header. The
+location of the bit and procedures for how to set it by clients and servers are
+defined in {{short-header}}.
+
+Implementations MAY select to not implement the full spin bit functionality. In
+that case they are only REQUIRED to implement what is defined for the spin bit
+when it is disabled.
+
+Each endpoint unilaterally decides if the spin bit is enabled or disabled for a
+connection. Implementations SHOULD 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 SHOULD disable
</pre>
<blockquote>
<pre><code>      Also, we need to start an issue on this rather than commenting on the PR
</code></pre>
</blockquote>
<p><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'm not sure what the issue is?<br>
The consensus in BKK was that the bit should be included in the standard, this PR only contains the information necessary for implementors, no text on how to interpret or process the bit on path. Simply referencing a non-milestone potentially experimental document seems a bit odd.</p>

<p style="font-size:small;-webkit-text-size-adjust:none;color:#666;">&mdash;<br />You are receiving this because you are subscribed to this thread.<br />Reply to this email directly, <a href="https://github.com/quicwg/base-drafts/pull/2364#discussion_r250535623">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AWbkq3aAg62xi5p26iIZbFZGBDWFBIebks5vGYRWgaJpZM4aPA_u">mute the thread</a>.<img src="https://github.com/notifications/beacon/AWbkq6-au-Hu71Lvj1xbF2M3z2TOb47Bks5vGYRWgaJpZM4aPA_u.gif" height="1" width="1" alt="" /></p>
<script type="application/json" data-scope="inboxmarkup">{"api_version":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name":"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"https://github.githubassets.com/images/email/message_cards/header.png","avatar_image_url":"https://github.githubassets.com/images/email/message_cards/avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/quicwg/base-drafts"}},"updates":{"snippets":[{"icon":"PERSON","message":"@ihlar commented on #2364"}],"action":{"name":"View Pull Request","url":"https://github.com/quicwg/base-drafts/pull/2364#discussion_r250535623"}}}</script>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/pull/2364#discussion_r250535623",
"url": "https://github.com/quicwg/base-drafts/pull/2364#discussion_r250535623",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>
----==_mimepart_5c498cd65d5be_43e83fac796d45c490478e--


From nobody Thu Jan 24 02:01: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 36D001310E5 for <quic-issues@ietfa.amsl.com>; Thu, 24 Jan 2019 02:01:39 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -11.149
X-Spam-Level: 
X-Spam-Status: No, score=-11.149 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIMWL_WL_HIGH=-4.553, 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_PASS=-0.001] autolearn=ham autolearn_force=no
Authentication-Results: ietfa.amsl.com (amavisd-new); dkim=pass (1024-bit key) header.d=github.com
Received: from mail.ietf.org ([4.31.198.44]) by localhost (ietfa.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 9IYkOlPTb82X for <quic-issues@ietfa.amsl.com>; Thu, 24 Jan 2019 02:01: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 A295D130EB3 for <quic-issues@ietf.org>; Thu, 24 Jan 2019 02:01:37 -0800 (PST)
Date: Thu, 24 Jan 2019 02:01:36 -0800
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1548324096; bh=ExIechVIruKR+L3bZH2M2Ttf/mJq82Pxv/9xWTg7/wo=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=Mydh7vXcWDrAa3qWksNL/MQLDvZwgv1kfcC2pnm5ojzToTX3AltKNoA4Xg2anlyky DdB2fTUkhcU6B3jR6ZWTa509/K1MS5o31VROdVFnWT+POGt/COfuvbtZXYrXySvzCf T5HodIbUF3RnHTGsgxO7E/vmd40q9uAg4ujySCqU=
From: Marcus Ihlar <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+0166e4ab152d7bafdad7e6fca10237015aa83f90f18024d592cf0000000118614f0092a169ce17fa7dfa@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/pull/2364/c457138525@github.com>
In-Reply-To: <quicwg/base-drafts/pull/2364@github.com>
References: <quicwg/base-drafts/pull/2364@github.com>
Subject: Re: [quicwg/base-drafts] Moving text on spinbit into transport (#2364)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5c498d00c6853_44493fa08bad45c476739f"; charset=UTF-8
Content-Transfer-Encoding: 7bit
Precedence: list
X-GitHub-Sender: ihlar
X-GitHub-Recipient: quic-issues
X-GitHub-Reason: subscribed
X-Auto-Response-Suppress: All
X-GitHub-Recipient-Address: quic-issues@ietf.org
Archived-At: <https://mailarchive.ietf.org/arch/msg/quic-issues/i8ym2Enwk62agxpcgckjeWcU7Og>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
List-Id: Notification list for GitHub issues related to the QUIC WG <quic-issues.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=unsubscribe>
List-Archive: <https://mailarchive.ietf.org/arch/browse/quic-issues/>
List-Post: <mailto:quic-issues@ietf.org>
List-Help: <mailto:quic-issues-request@ietf.org?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, 24 Jan 2019 10:01:39 -0000

----==_mimepart_5c498d00c6853_44493fa08bad45c476739f
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

@larseggert I'm not sure what the issue is?
The consensus in BKK was that the bit should be included in the standard, this PR only contains the information necessary for implementors, no text on how to interpret or process the bit on path. Simply referencing a non-milestone potentially experimental document seems a bit odd.

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/quicwg/base-drafts/pull/2364#issuecomment-457138525
----==_mimepart_5c498d00c6853_44493fa08bad45c476739f
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=3D200328" data-octo-click=3D"hovercard-link-cl=
ick" data-octo-dimensions=3D"link_type:self" href=3D"https://github.com/l=
arseggert">@larseggert</a> I'm not sure what the issue is?<br>
The consensus in BKK was that the bit should be included in the standard,=
 this PR only contains the information necessary for implementors, no tex=
t on how to interpret or process the bit on path. Simply referencing a no=
n-milestone potentially experimental document seems a bit odd.</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/pull/2364#issuecomment-457138525">view it on GitHub</a>, o=
r <a href=3D"https://github.com/notifications/unsubscribe-auth/AWbkq4oyCS=
jwRVTs_65zHBruL-Xaq-ifks5vGYSAgaJpZM4aPA_u">mute the thread</a>.<img src=3D=
"https://github.com/notifications/beacon/AWbkq_cJZZcUX_0fxg8sQF31QJOTpYs8=
ks5vGYSAgaJpZM4aPA_u.gif" height=3D"1" width=3D"1" alt=3D"" /></p>
<script type=3D"application/json" data-scope=3D"inboxmarkup">{"api_versio=
n":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name"=
:"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"=
quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"http=
s://github.githubassets.com/images/email/message_cards/header.png","avata=
r_image_url":"https://github.githubassets.com/images/email/message_cards/=
avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/q=
uicwg/base-drafts"}},"updates":{"snippets":[{"icon":"PERSON","message":"@=
ihlar in #2364: @larseggert I'm not sure what the issue is?\r\nThe consen=
sus in BKK was that the bit should be included in the standard, this PR o=
nly contains the information necessary for implementors, no text on how t=
o interpret or process the bit on path. Simply referencing a non-mileston=
e potentially experimental document seems a bit odd."}],"action":{"name":=
"View Pull Request","url":"https://github.com/quicwg/base-drafts/pull/236=
4#issuecomment-457138525"}}}</script>
<script type=3D"application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/pull/2364#issuecomment-4=
57138525",
"url": "https://github.com/quicwg/base-drafts/pull/2364#issuecomment-4571=
38525",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>=

----==_mimepart_5c498d00c6853_44493fa08bad45c476739f--


From nobody Thu Jan 24 02:08: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 EE7571310E5 for <quic-issues@ietfa.amsl.com>; Thu, 24 Jan 2019 02:08:12 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -11.149
X-Spam-Level: 
X-Spam-Status: No, score=-11.149 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIMWL_WL_HIGH=-4.553, 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_PASS=-0.001] autolearn=ham autolearn_force=no
Authentication-Results: ietfa.amsl.com (amavisd-new); dkim=pass (1024-bit key) header.d=github.com
Received: from mail.ietf.org ([4.31.198.44]) by localhost (ietfa.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id Xs3ZQstL7Xds for <quic-issues@ietfa.amsl.com>; Thu, 24 Jan 2019 02:08: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 51EE51310CB for <quic-issues@ietf.org>; Thu, 24 Jan 2019 02:08:11 -0800 (PST)
Date: Thu, 24 Jan 2019 02:08:10 -0800
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1548324490; bh=l2c/Ai4gQMLkNSnXNjE15Ssi2fdxJFB1jpyl6briThI=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=LNZKnwYzBLzFNxzkQu9E4vgBlIEc216kgtyMv5UT7calyIaBspxWZbZhNL8iVFEDo CEMEiMyfdP1f8q3YCTNzYtEJ9vCvoVz9USRaXRftQh1/c3zqCZZKHprvjOljBBYse1 AzhrDpzSQsVcwy6yknpviXZVXM2rgt+LF1duXBRE=
From: Brian Trammell <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+0166e4ab0f063b9746baa424704f313fcbe9c7094caeeca592cf000000011861508a92a169ce17ff5580@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/issues/2369/457140701@github.com>
In-Reply-To: <quicwg/base-drafts/issues/2369@github.com>
References: <quicwg/base-drafts/issues/2369@github.com>
Subject: Re: [quicwg/base-drafts] Merge normative -spin-exp text into -transport (#2369)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5c498e8a2502d_43ac3fac796d45c41029248"; 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/w4d-IsD0JugaOsXwDAsp1SF8YdQ>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
List-Id: Notification list for GitHub issues related to the QUIC WG <quic-issues.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=unsubscribe>
List-Archive: <https://mailarchive.ietf.org/arch/browse/quic-issues/>
List-Post: <mailto:quic-issues@ietf.org>
List-Help: <mailto:quic-issues-request@ietf.org?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, 24 Jan 2019 10:08:13 -0000

----==_mimepart_5c498e8a2502d_43ac3fac796d45c41029248
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

on review of the minutes, agree with @mirjak: paging @martinthomson and @janaiyengar with their editor hats on: once you're awake can you have a look and close this 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/2369#issuecomment-457140701
----==_mimepart_5c498e8a2502d_43ac3fac796d45c41029248
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

<p>on review of the minutes, agree with <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>: paging <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> with their editor hats on: once you're awake can you have a look and close this 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/2369#issuecomment-457140701">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AWbkq1vJh4_kESq1q1MPw7nAqHWEc3xPks5vGYYKgaJpZM4aQb9w">mute the thread</a>.<img src="https://github.com/notifications/beacon/AWbkq15wSo6flbGhGQFVnmb007u_5BaHks5vGYYKgaJpZM4aQb9w.gif" height="1" width="1" alt="" /></p>
<script type="application/json" data-scope="inboxmarkup">{"api_version":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name":"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"https://github.githubassets.com/images/email/message_cards/header.png","avatar_image_url":"https://github.githubassets.com/images/email/message_cards/avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/quicwg/base-drafts"}},"updates":{"snippets":[{"icon":"PERSON","message":"@britram in #2369: on review of the minutes, agree with @mirjak: paging @martinthomson and @janaiyengar with their editor hats on: once you're awake can you have a look and close this issue?"}],"action":{"name":"View Issue","url":"https://github.com/quicwg/base-drafts/issues/2369#issuecomment-457140701"}}}</script>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/issues/2369#issuecomment-457140701",
"url": "https://github.com/quicwg/base-drafts/issues/2369#issuecomment-457140701",
"name": "View Issue"
},
"description": "View this Issue on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>
----==_mimepart_5c498e8a2502d_43ac3fac796d45c41029248--


From nobody Thu Jan 24 02: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 76C991310CB for <quic-issues@ietfa.amsl.com>; Thu, 24 Jan 2019 02:18:40 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -12.553
X-Spam-Level: 
X-Spam-Status: No, score=-12.553 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIMWL_WL_HIGH=-4.553, 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_PASS=-0.001] autolearn=ham autolearn_force=no
Authentication-Results: ietfa.amsl.com (amavisd-new); dkim=pass (1024-bit key) header.d=github.com
Received: from mail.ietf.org ([4.31.198.44]) by localhost (ietfa.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id BzQvWH_HJtVI for <quic-issues@ietfa.amsl.com>; Thu, 24 Jan 2019 02:18: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 9A23E130F11 for <quic-issues@ietf.org>; Thu, 24 Jan 2019 02:18:38 -0800 (PST)
Date: Thu, 24 Jan 2019 02:18:37 -0800
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1548325117; bh=+XeZG1PhdJwwxcaKucQro8waT3Qw08S72XagsQ3FYWA=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=zPCUvb9TxZnv8Rt9g927tWhoPVBfxfz4skjWg79rhqXYhsrjGLpqWgZM9AQieoJq8 KbgyY7zETVShf037kAL0zY+OazxiVGcQF2Da5/U09LY1hjaVQr/U+5ILtEN+eNNfuV xHUI9I9wtwPiCQlfAlEDoTzCrWgRb2wwSIYxJRKc=
From: Kazuho Oku <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+0166e4ab05531f057024ab7021c2581fce2fd703aad7378e92cf00000001186152fd92a169ce17ff5580@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/issues/2369/457144113@github.com>
In-Reply-To: <quicwg/base-drafts/issues/2369@github.com>
References: <quicwg/base-drafts/issues/2369@github.com>
Subject: Re: [quicwg/base-drafts] Merge normative -spin-exp text into -transport (#2369)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5c4990fd84f59_5b3d3f7e5aed45b47312a"; 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/71SfdOH-LGrPuit2hJIM20awChM>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
List-Id: Notification list for GitHub issues related to the QUIC WG <quic-issues.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=unsubscribe>
List-Archive: <https://mailarchive.ietf.org/arch/browse/quic-issues/>
List-Post: <mailto:quic-issues@ietf.org>
List-Help: <mailto:quic-issues-request@ietf.org?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, 24 Jan 2019 10:18:41 -0000

----==_mimepart_5c4990fd84f59_5b3d3f7e5aed45b47312a
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

I am not sure if "including spin-bit in the specification" means including it in the transport draft, considering the fact that we already have multiple documents that specify the QUIC protocol: invariants, transport, TLS, recovery. Having another document seems to be a natural way of integrating a specific feature.

Among the documents, I think it might be natural to assume that the transport document would have the shortest lifetime, while there is fair chance that TLS and recovery documents will be reused in QUIC v2. I'd also assume the spin-bit draft to have a longer lifetime, because I do not think we want to change the definition of the spin bits for each QUIC version.

That seems to be one reason to prefer having spin bit as a separate draft regardless of the status of the document. Is there a specific reason to incorporate the spin-bit specification into the transport draft?

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/quicwg/base-drafts/issues/2369#issuecomment-457144113
----==_mimepart_5c4990fd84f59_5b3d3f7e5aed45b47312a
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: quoted-printable

<p>I am not sure if "including spin-bit in the specification" means inclu=
ding it in the transport draft, considering the fact that we already have=
 multiple documents that specify the QUIC protocol: invariants, transport=
, TLS, recovery. Having another document seems to be a natural way of int=
egrating a specific feature.</p>
<p>Among the documents, I think it might be natural to assume that the tr=
ansport document would have the shortest lifetime, while there is fair ch=
ance that TLS and recovery documents will be reused in QUIC v2. I'd also =
assume the spin-bit draft to have a longer lifetime, because I do not thi=
nk we want to change the definition of the spin bits for each QUIC versio=
n.</p>
<p>That seems to be one reason to prefer having spin bit as a separate dr=
aft regardless of the status of the document. Is there a specific reason =
to incorporate the spin-bit specification into the transport draft?</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/2369#issuecomment-457144113">view it on GitHub</a>,=
 or <a href=3D"https://github.com/notifications/unsubscribe-auth/AWbkqz86=
zrYGhPk_qM6xqOmlhi_HAbkdks5vGYh9gaJpZM4aQb9w">mute the thread</a>.<img sr=
c=3D"https://github.com/notifications/beacon/AWbkq9EEzUR8Sx7z6sRAWAy8LbbO=
2oNtks5vGYh9gaJpZM4aQb9w.gif" height=3D"1" width=3D"1" alt=3D"" /></p>
<script type=3D"application/json" data-scope=3D"inboxmarkup">{"api_versio=
n":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name"=
:"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"=
quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"http=
s://github.githubassets.com/images/email/message_cards/header.png","avata=
r_image_url":"https://github.githubassets.com/images/email/message_cards/=
avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/q=
uicwg/base-drafts"}},"updates":{"snippets":[{"icon":"PERSON","message":"@=
kazuho in #2369: I am not sure if \"including spin-bit in the specificati=
on\" means including it in the transport draft, considering the fact that=
 we already have multiple documents that specify the QUIC protocol: invar=
iants, transport, TLS, recovery. Having another document seems to be a na=
tural way of integrating a specific feature.\r\n\r\nAmong the documents, =
I think it might be natural to assume that the transport document would h=
ave the shortest lifetime, while there is fair chance that TLS and recove=
ry documents will be reused in QUIC v2. I'd also assume the spin-bit draf=
t to have a longer lifetime, because I do not think we want to change the=
 definition of the spin bits for each QUIC version.\r\n\r\nThat seems to =
be one reason to prefer having spin bit as a separate draft regardless of=
 the status of the document. Is there a specific reason to incorporate th=
e spin-bit specification into the transport draft?"}],"action":{"name":"V=
iew Issue","url":"https://github.com/quicwg/base-drafts/issues/2369#issue=
comment-457144113"}}}</script>
<script type=3D"application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/issues/2369#issuecomment=
-457144113",
"url": "https://github.com/quicwg/base-drafts/issues/2369#issuecomment-45=
7144113",
"name": "View Issue"
},
"description": "View this Issue on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>=

----==_mimepart_5c4990fd84f59_5b3d3f7e5aed45b47312a--


From nobody Thu Jan 24 05:10:59 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 0A530130E5B for <quic-issues@ietfa.amsl.com>; Thu, 24 Jan 2019 05:10:58 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -7.553
X-Spam-Level: 
X-Spam-Status: No, score=-7.553 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIMWL_WL_HIGH=-4.553, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-1, RCVD_IN_DNSWL_NONE=-0.0001, SPF_PASS=-0.001] autolearn=ham autolearn_force=no
Authentication-Results: ietfa.amsl.com (amavisd-new); dkim=pass (1024-bit key) header.d=github.com
Received: from mail.ietf.org ([4.31.198.44]) by localhost (ietfa.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 8opl9ckiGQSY for <quic-issues@ietfa.amsl.com>; Thu, 24 Jan 2019 05:10:56 -0800 (PST)
Received: from o7.sgmail.github.com (o7.sgmail.github.com [167.89.101.198]) (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 50A7A131138 for <quic-issues@ietf.org>; Thu, 24 Jan 2019 05:10:48 -0800 (PST)
DKIM-Signature: v=1; a=rsa-sha1; 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=hFwiknLxRmSEIiONVpYXLjW/ruw=; b=iSIqYD+HA3hcrwcc PcXWK/5aZITmL2lnG8SHaynOu0jL3a7KmShwl40xjX4sAUUzOzcwk0SkTjBm7VNW t/Eg6z769OoZ2/5hBgVQ6uKA8En3FqxsQxdFVBzzy/xxBfXS//r/EdkeEmszgHLj Vf5hmTjAWLUBZMWGo0YVF6izGgY=
Received: by filter1394p1mdw1.sendgrid.net with SMTP id filter1394p1mdw1-6366-5C49B957-B 2019-01-24 13:10:47.172255477 +0000 UTC m=+43149.518958612
Received: from github-lowworker-b40b5a4.cp1-iad.github.net (unknown [192.30.252.36]) by ismtpd0010p1iad1.sendgrid.net (SG) with ESMTP id YserGVhnSwurigDTe4Y_iA for <quic-issues@ietf.org>; Thu, 24 Jan 2019 13:10:47.162 +0000 (UTC)
Received: from github.com (localhost [127.0.0.1]) by github-lowworker-b40b5a4.cp1-iad.github.net (Postfix) with ESMTP id 230753E09DE for <quic-issues@ietf.org>; Thu, 24 Jan 2019 05:10:47 -0800 (PST)
Date: Thu, 24 Jan 2019 13:10:47 +0000 (UTC)
From: Marcus Ihlar <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+0166e4ab4da1ecd11a18a00cb59e11af38268075a1c2048b92cf0000000118617b5792a169ce17ff5580@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/issues/2369/457190877@github.com>
In-Reply-To: <quicwg/base-drafts/issues/2369@github.com>
References: <quicwg/base-drafts/issues/2369@github.com>
Subject: Re: [quicwg/base-drafts] Merge normative -spin-exp text into -transport (#2369)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5c49b9572122d_7313f8e972d45b4477ab"; charset=UTF-8
Content-Transfer-Encoding: 7bit
Precedence: list
X-GitHub-Sender: ihlar
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: l64QuQ2uJCcEyUykJbxN122A6QRmEpucztpreh3Pak2RUx9Ldm/jnqxw0b58PWx4suMhb9akZMC7k1 H87BqLswGMXlP0NDoWaWM21tEhdI65qimxJTUOBk4iHuQyQYNQXybdAaYf7qSeW8cy86M/wTQu6iIm SpOocOyKZavCacYUkeeDaoY4tQ0b7GNyKoXImfrDs0TL/izH2y9qZoH49RLU0Tzc7RZdlEtHGSUZP0 Y=
Archived-At: <https://mailarchive.ietf.org/arch/msg/quic-issues/vLI6zOzcspaRN8RAVA1h8DLKLbQ>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
List-Id: Notification list for GitHub issues related to the QUIC WG <quic-issues.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=unsubscribe>
List-Archive: <https://mailarchive.ietf.org/arch/browse/quic-issues/>
List-Post: <mailto:quic-issues@ietf.org>
List-Help: <mailto:quic-issues-request@ietf.org?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, 24 Jan 2019 13:10:58 -0000

----==_mimepart_5c49b9572122d_7313f8e972d45b4477ab
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

That's an interesting perspective.
On that note though, an argument for describing how to set the bit in the transport draft is that version specific changes to the protocol will require updates to the text on how to set the bit.
We might see things like mulitpath, reliability modes with vastly different acking schemes etc, which could have direct impact on how/if/when to filp bits.

Also, it is only the normative text that would be included in the transport draft and that's not a large amount of text at all. 

Finally, there are two pieces of text relating to the bit that we want to publish, the normative part which is short and intended for implementors and text on how to detect the bit and how/what to measure etc. That second piece is the one which will require more text and is likely of less interest to implementors, therefore a good fit for it would be the manageability 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/2369#issuecomment-457190877
----==_mimepart_5c49b9572122d_7313f8e972d45b4477ab
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: quoted-printable

<p>That's an interesting perspective.<br>
On that note though, an argument for describing how to set the bit in the t=
ransport draft is that version specific changes to the protocol will requir=
e updates to the text on how to set the bit.<br>
We might see things like mulitpath, reliability modes with vastly different=
 acking schemes etc, which could have direct impact on how/if/when to filp =
bits.</p>
<p>Also, it is only the normative text that would be included in the transp=
ort draft and that's not a large amount of text at all.</p>
<p>Finally, there are two pieces of text relating to the bit that we want t=
o publish, the normative part which is short and intended for implementors =
and text on how to detect the bit and how/what to measure etc. That second =
piece is the one which will require more text and is likely of less interes=
t to implementors, therefore a good fit for it would be the manageability d=
ocument.</p>

<p style=3D"font-size:small;-webkit-text-size-adjust:none;color:#666;">&mda=
sh;<br />You are receiving this because you are subscribed to this thread.<=
br />Reply to this email directly, <a href=3D"https://github.com/quicwg/bas=
e-drafts/issues/2369#issuecomment-457190877">view it on GitHub</a>, or <a h=
ref=3D"https://github.com/notifications/unsubscribe-auth/AWbkq15IuRcx08ACdY=
4AjJDfHsFH0t9Zks5vGbDXgaJpZM4aQb9w">mute the thread</a>.<img src=3D"https:/=
/github.com/notifications/beacon/AWbkq1w3X-s4z28HYL-FCX1f5NjmjwHuks5vGbDXga=
JpZM4aQb9w.gif" height=3D"1" width=3D"1" alt=3D"" /></p>
<script type=3D"application/json" data-scope=3D"inboxmarkup">{"api_version"=
:"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name":"Gi=
tHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"quicwg=
/base-drafts","subtitle":"GitHub repository","main_image_url":"https://gith=
ub.githubassets.com/images/email/message_cards/header.png","avatar_image_ur=
l":"https://github.githubassets.com/images/email/message_cards/avatar.png",=
"action":{"name":"Open in GitHub","url":"https://github.com/quicwg/base-dra=
fts"}},"updates":{"snippets":[{"icon":"PERSON","message":"@ihlar in #2369: =
That's an interesting perspective.\r\nOn that note though, an argument for =
describing how to set the bit in the transport draft is that version specif=
ic changes to the protocol will require updates to the text on how to set t=
he bit.\r\nWe might see things like mulitpath, reliability modes with vastl=
y different acking schemes etc, which could have direct impact on how/if/wh=
en to filp bits.\r\n\r\nAlso, it is only the normative text that would be i=
ncluded in the transport draft and that's not a large amount of text at all=
. \r\n\r\nFinally, there are two pieces of text relating to the bit that we=
 want to publish, the normative part which is short and intended for implem=
entors and text on how to detect the bit and how/what to measure etc. That =
second piece is the one which will require more text and is likely of less =
interest to implementors, therefore a good fit for it would be the manageab=
ility document. "}],"action":{"name":"View Issue","url":"https://github.com=
/quicwg/base-drafts/issues/2369#issuecomment-457190877"}}}</script>
<script type=3D"application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/issues/2369#issuecomment-4=
57190877",
"url": "https://github.com/quicwg/base-drafts/issues/2369#issuecomment-4571=
90877",
"name": "View Issue"
},
"description": "View this Issue on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>=

----==_mimepart_5c49b9572122d_7313f8e972d45b4477ab--


From nobody Thu Jan 24 08: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 0E2A71311D5 for <quic-issues@ietfa.amsl.com>; Thu, 24 Jan 2019 08:55:13 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -12.552
X-Spam-Level: 
X-Spam-Status: No, score=-12.552 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIMWL_WL_HIGH=-4.553, 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_PASS=-0.001] autolearn=ham autolearn_force=no
Authentication-Results: ietfa.amsl.com (amavisd-new); dkim=pass (1024-bit key) header.d=github.com
Received: from mail.ietf.org ([4.31.198.44]) by localhost (ietfa.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id TlSh5KxQWJLl for <quic-issues@ietfa.amsl.com>; Thu, 24 Jan 2019 08:55:11 -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 5C7B8130EB8 for <quic-issues@ietf.org>; Thu, 24 Jan 2019 08:55:11 -0800 (PST)
Date: Thu, 24 Jan 2019 08:55:10 -0800
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1548348910; bh=i5T8u6PdGWds0HHnPYv+1tjTxmUeCxyS/br09zq+Y3o=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=HQG+TNtb6eFQ9u/xUyYMdSTZlBNVk0X8v2v55uPgR/e05w20sItqXAn8pltfK+Jq8 OCvDhKO5coLJQD7FxQ4w27C1nwkQWxRWStDpPDVnOpMPQnImUaXrVBpsC/c8kcn5Nh HUGZ3AaxWl0qZkEfOM/HFKiOQHjz9Y4Xc0Er8SzI=
From: Marcus Ihlar <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+0166e4ab5fff45465bbcb95c6d3d67c9c00a96374b9404de92cf000000011861afee92a169ce17fa7dfa@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/pull/2364/review/196139948@github.com>
In-Reply-To: <quicwg/base-drafts/pull/2364@github.com>
References: <quicwg/base-drafts/pull/2364@github.com>
Subject: Re: [quicwg/base-drafts] Moving text on spinbit into transport (#2364)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5c49edee1afe5_4c423fb4fc0d45bc29703f"; charset=UTF-8
Content-Transfer-Encoding: 7bit
Precedence: list
X-GitHub-Sender: ihlar
X-GitHub-Recipient: quic-issues
X-GitHub-Reason: subscribed
X-Auto-Response-Suppress: All
X-GitHub-Recipient-Address: quic-issues@ietf.org
Archived-At: <https://mailarchive.ietf.org/arch/msg/quic-issues/eCc2G9o10UmdeG2OgyVYcvoYUCU>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
List-Id: Notification list for GitHub issues related to the QUIC WG <quic-issues.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=unsubscribe>
List-Archive: <https://mailarchive.ietf.org/arch/browse/quic-issues/>
List-Post: <mailto:quic-issues@ietf.org>
List-Help: <mailto:quic-issues-request@ietf.org?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, 24 Jan 2019 16:55:13 -0000

----==_mimepart_5c49edee1afe5_4c423fb4fc0d45bc29703f
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

ihlar commented on this pull request.



> +discussed in {{QUIC-MANAGEABILITY}}.
+
+The spin bit utilizes a single bit in the first byte of the short header. The
+location of the bit and procedures for how to set it by clients and servers are
+defined in {{short-header}}.
+
+Implementations MAY select to not implement the full spin bit functionality. In
+that case they are only REQUIRED to implement what is defined for the spin bit
+when it is disabled.
+
+Each endpoint unilaterally decides if the spin bit is enabled or disabled for a
+connection. Implementations SHOULD 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 SHOULD disable
+the spin bit on a randomly chosen fraction of connections. However, connections
+may be configured to explicitly enable spinning, for example in the case of

Not sure why this would be a SHOULD, here we describe a case where a single connection has been explicitly configured to spin (e.g some debug or tracing mode enabled). In that case, spinning shouldn't be disabled for that specific connection as a result of the random selection 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/pull/2364#discussion_r250691345
----==_mimepart_5c49edee1afe5_4c423fb4fc0d45bc29703f
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

<p><b>@ihlar</b> commented on this pull request.</p>

<hr>

<p>In <a href="https://github.com/quicwg/base-drafts/pull/2364#discussion_r250691345">draft-ietf-quic-transport.md</a>:</p>
<pre style='color:#555'>&gt; +discussed in {{QUIC-MANAGEABILITY}}.
+
+The spin bit utilizes a single bit in the first byte of the short header. The
+location of the bit and procedures for how to set it by clients and servers are
+defined in {{short-header}}.
+
+Implementations MAY select to not implement the full spin bit functionality. In
+that case they are only REQUIRED to implement what is defined for the spin bit
+when it is disabled.
+
+Each endpoint unilaterally decides if the spin bit is enabled or disabled for a
+connection. Implementations SHOULD 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 SHOULD disable
+the spin bit on a randomly chosen fraction of connections. However, connections
+may be configured to explicitly enable spinning, for example in the case of
</pre>
<p>Not sure why this would be a SHOULD, here we describe a case where a single connection has been explicitly configured to spin (e.g some debug or tracing mode enabled). In that case, spinning shouldn't be disabled for that specific connection as a result of the random selection 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/pull/2364#discussion_r250691345">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AWbkq-sGzf7Zn-xmX01Ie4VJGNKUpgTJks5vGeVugaJpZM4aPA_u">mute the thread</a>.<img src="https://github.com/notifications/beacon/AWbkq1bJHUJuPeNhsrCLqfb2XEvqbW0kks5vGeVugaJpZM4aPA_u.gif" height="1" width="1" alt="" /></p>
<script type="application/json" data-scope="inboxmarkup">{"api_version":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name":"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"https://github.githubassets.com/images/email/message_cards/header.png","avatar_image_url":"https://github.githubassets.com/images/email/message_cards/avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/quicwg/base-drafts"}},"updates":{"snippets":[{"icon":"PERSON","message":"@ihlar commented on #2364"}],"action":{"name":"View Pull Request","url":"https://github.com/quicwg/base-drafts/pull/2364#discussion_r250691345"}}}</script>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/pull/2364#discussion_r250691345",
"url": "https://github.com/quicwg/base-drafts/pull/2364#discussion_r250691345",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>
----==_mimepart_5c49edee1afe5_4c423fb4fc0d45bc29703f--


From nobody Thu Jan 24 10:23: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 54B50131317 for <quic-issues@ietfa.amsl.com>; Thu, 24 Jan 2019 10:23:27 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -11.149
X-Spam-Level: 
X-Spam-Status: No, score=-11.149 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIMWL_WL_HIGH=-4.553, 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_PASS=-0.001] autolearn=ham autolearn_force=no
Authentication-Results: ietfa.amsl.com (amavisd-new); dkim=pass (1024-bit key) header.d=github.com
Received: from mail.ietf.org ([4.31.198.44]) by localhost (ietfa.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id sYFxHEStWDek for <quic-issues@ietfa.amsl.com>; Thu, 24 Jan 2019 10:23:25 -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 ABE7D1312DB for <quic-issues@ietf.org>; Thu, 24 Jan 2019 10:23:25 -0800 (PST)
Date: Thu, 24 Jan 2019 10:23:24 -0800
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1548354204; bh=GkyjAooqM6kdWbrKMdVEeqBqXQ1BnEel8I6Zz2iwBMI=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=ZOiCd+LhSqHB2C3i3vAbznFb/ko+ixo2TWyCJvtBrrLRYWpyhAzDTt+HUaKArSH6N aQuBR2AznlmYNSlYdnJImU1FGV9gJahEm5yPZk//GCB+0Y0z5SxW7qpd1iPn5E8kU9 2R7uyKlhbP+R8GAmRb+F8RAccb3KrgLUSPGSt3u4=
From: Loganaden Velvindron <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+0166e4abb9555df4091a0e793ceb27a50c12e1c38e62324092cf000000011861c49c92a169ce17ff5580@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/issues/2369/457303320@github.com>
In-Reply-To: <quicwg/base-drafts/issues/2369@github.com>
References: <quicwg/base-drafts/issues/2369@github.com>
Subject: Re: [quicwg/base-drafts] Merge normative -spin-exp text into -transport (#2369)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5c4a029c6e8cc_c033f8686ed45bc205185"; charset=UTF-8
Content-Transfer-Encoding: 7bit
Precedence: list
X-GitHub-Sender: loganaden
X-GitHub-Recipient: quic-issues
X-GitHub-Reason: subscribed
X-Auto-Response-Suppress: All
X-GitHub-Recipient-Address: quic-issues@ietf.org
Archived-At: <https://mailarchive.ietf.org/arch/msg/quic-issues/acGo-4AWdWhIcD5qWp2aTEMH7Bk>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
List-Id: Notification list for GitHub issues related to the QUIC WG <quic-issues.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=unsubscribe>
List-Archive: <https://mailarchive.ietf.org/arch/browse/quic-issues/>
List-Post: <mailto:quic-issues@ietf.org>
List-Help: <mailto:quic-issues-request@ietf.org?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, 24 Jan 2019 18:23:27 -0000

----==_mimepart_5c4a029c6e8cc_c033f8686ed45bc205185
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

@britram yes, I'm working on it. I'm reading the latest changes that are proposed and adjusting accordingly for https://github.com/quicwg/ops-drafts/issues/58

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/quicwg/base-drafts/issues/2369#issuecomment-457303320
----==_mimepart_5c4a029c6e8cc_c033f8686ed45bc205185
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> yes, I'm working on it. I'm reading the latest changes that are proposed and adjusting accordingly for <a class="issue-link js-issue-link" data-error-text="Failed to load issue title" data-id="397301388" data-permission-text="Issue title is private" data-url="https://github.com/quicwg/ops-drafts/issues/58" data-hovercard-type="issue" data-hovercard-url="/quicwg/ops-drafts/issues/58/hovercard" href="https://github.com/quicwg/ops-drafts/issues/58">quicwg/ops-drafts#58</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/2369#issuecomment-457303320">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AWbkq9IzJaIdsBwZKjFjOLa9nw5bZGXPks5vGfocgaJpZM4aQb9w">mute the thread</a>.<img src="https://github.com/notifications/beacon/AWbkq5rIAfXPGAlKfxWwkFtBPILAG61Yks5vGfocgaJpZM4aQb9w.gif" height="1" width="1" alt="" /></p>
<script type="application/json" data-scope="inboxmarkup">{"api_version":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name":"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"https://github.githubassets.com/images/email/message_cards/header.png","avatar_image_url":"https://github.githubassets.com/images/email/message_cards/avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/quicwg/base-drafts"}},"updates":{"snippets":[{"icon":"PERSON","message":"@loganaden in #2369: @britram yes, I'm working on it. I'm reading the latest changes that are proposed and adjusting accordingly for https://github.com/quicwg/ops-drafts/issues/58"}],"action":{"name":"View Issue","url":"https://github.com/quicwg/base-drafts/issues/2369#issuecomment-457303320"}}}</script>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/issues/2369#issuecomment-457303320",
"url": "https://github.com/quicwg/base-drafts/issues/2369#issuecomment-457303320",
"name": "View Issue"
},
"description": "View this Issue on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>
----==_mimepart_5c4a029c6e8cc_c033f8686ed45bc205185--


From nobody Thu Jan 24 10:30:35 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 A2266131348 for <quic-issues@ietfa.amsl.com>; Thu, 24 Jan 2019 10:30:33 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -7.553
X-Spam-Level: 
X-Spam-Status: No, score=-7.553 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIMWL_WL_HIGH=-4.553, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-1, RCVD_IN_DNSWL_NONE=-0.0001, SPF_PASS=-0.001] autolearn=ham autolearn_force=no
Authentication-Results: ietfa.amsl.com (amavisd-new); dkim=pass (1024-bit key) header.d=github.com
Received: from mail.ietf.org ([4.31.198.44]) by localhost (ietfa.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 6EcUYQ2cE6Dl for <quic-issues@ietfa.amsl.com>; Thu, 24 Jan 2019 10:30:31 -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 A49941312C0 for <quic-issues@ietf.org>; Thu, 24 Jan 2019 10:30:31 -0800 (PST)
DKIM-Signature: v=1; a=rsa-sha1; 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=y7abkbJb1RfQ/hC63oR0kefpblU=; b=fDTmWGoqQwv0CCtD RhNJcEE7TyzMIyfcVLeo0sn6Fv8VjOJLqeAi5WqvI9WT6SO+4m18aFtXUz9l/Yqr MORuCfNC6VWb4W77uxbNQCptWwVMx6y/tfGqTVAdQsUP+Mbb2cPHLPpeFgkkhaV4 4GIreWtyHwV4h4gu/Ku07W50UIw=
Received: by filter1310p1mdw1.sendgrid.net with SMTP id filter1310p1mdw1-4652-5C4A0446-4 2019-01-24 18:30:30.082966515 +0000 UTC m=+64179.622835078
Received: from github-lowworker-1c220e1.cp1-iad.github.net (unknown [192.30.252.44]) by ismtpd0034p1iad2.sendgrid.net (SG) with ESMTP id qdICZXvHTSCMOFECnWcEjw for <quic-issues@ietf.org>; Thu, 24 Jan 2019 18:30:30.016 +0000 (UTC)
Received: from github.com (localhost [127.0.0.1]) by github-lowworker-1c220e1.cp1-iad.github.net (Postfix) with ESMTP id F1A18160BCD for <quic-issues@ietf.org>; Thu, 24 Jan 2019 10:30:29 -0800 (PST)
Date: Thu, 24 Jan 2019 18:30:30 +0000 (UTC)
From: hardie <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+0166e4abcc85c7d56f255bdd1a99a09a1f022561ec5aad3d92cf000000011861c64592a169ce17ff5580@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/issues/2369/457305764@github.com>
In-Reply-To: <quicwg/base-drafts/issues/2369@github.com>
References: <quicwg/base-drafts/issues/2369@github.com>
Subject: Re: [quicwg/base-drafts] Merge normative -spin-exp text into -transport (#2369)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5c4a0445ef859_53f73f8686ed45bc263eb"; 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
X-SG-EID: l64QuQ2uJCcEyUykJbxN122A6QRmEpucztpreh3Pak1LwMs0K4e9XU+w2L09bvRBSjLG7hUgMli9mT CLulrh1G1OsV2/UrS/1/PPi3D65YUUWTmzXAwIQlIk8fa7F+jul0TakANZaGhQNCM2CQxaYwtmCTF6 HtA0aPTd9WwWM9EoqHlKSR0XEDgQY2g2AjyotjUAzbu8nGI0ONqf6i7uag==
Archived-At: <https://mailarchive.ietf.org/arch/msg/quic-issues/FOxFR6f13EZVkZT359guL4BMz-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, 24 Jan 2019 18:30:34 -0000

----==_mimepart_5c4a0445ef859_53f73f8686ed45bc263eb
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: quoted-printable

On Thu, Jan 24, 2019 at 2:18 AM Kazuho Oku <notifications@github.com> wrote=
:=0D
=0D
> I am not sure if "including spin-bit in the specification" means includin=
g=0D
> it in the transport draft, considering the fact that we already have=0D
> multiple documents that specify the QUIC protocol: invariants, transport,=
=0D
> TLS, recovery. Having another document seems to be a natural way of=0D
> integrating a specific feature.=0D
>=0D
> Among the documents, I think it might be natural to assume that the=0D
> transport document would have the shortest lifetime, while there is fair=
=0D
> chance that TLS and recovery documents will be reused in QUIC v2. I'd als=
o=0D
> assume the spin-bit draft to have a longer lifetime, because I do not thi=
nk=0D
> we want to change the definition of the spin bits for each QUIC version.=
=0D
>=0D
> That seems to be one reason to prefer having spin bit as a separate draft=
=0D
> regardless of the status of the document. Is there a specific reason to=
=0D
> incorporate the spin-bit specification into the transport draft?=0D
>=0D
The transport draft is the logical place to say that the bit is taken and=
=0D
to give a pointer to what it is taken for.  I think keeping the normative=
=0D
text on how to exercise the bit in the transport draft is cleaner.  It may=
=0D
change in some later version, but this is the v1 meaning of that bit and=0D
its states.=0D
=0D
It is not an invariant, in other words, but a v1 feature that may not be=0D
continued in later versions.  That's not quite experimental in the usual=0D
sense--a change to the meaning would occur in later versions.  (You could,=
=0D
of course, later have a security draft say that even v1 ought to refrain=0D
from spinning, should some issue occur, but that wouldn't change what=0D
spinning meant)=0D
=0D
Ted=0D
=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/2369#issuecomment-457144113=
>,=0D
> or mute the thread=0D
> <https://github.com/notifications/unsubscribe-auth/ABVb5KjEzrC9dqRFyQi9wX=
sKCS6IRQD6ks5vGYh7gaJpZM4aQb9w>=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/2369#issuecomment-457305764=

----==_mimepart_5c4a0445ef859_53f73f8686ed45bc263eb
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: quoted-printable

On Thu, Jan 24, 2019 at 2:18 AM Kazuho Oku &lt;notifications@github.com&gt;=
 wrote:<br>=0D
<br>=0D
&gt; I am not sure if &quot;including spin-bit in the specification&quot; m=
eans including<br>=0D
&gt; it in the transport draft, considering the fact that we already have<b=
r>=0D
&gt; multiple documents that specify the QUIC protocol: invariants, transpo=
rt,<br>=0D
&gt; TLS, recovery. Having another document seems to be a natural way of<br=
>=0D
&gt; integrating a specific feature.<br>=0D
&gt;<br>=0D
&gt; Among the documents, I think it might be natural to assume that the<br=
>=0D
&gt; transport document would have the shortest lifetime, while there is fa=
ir<br>=0D
&gt; chance that TLS and recovery documents will be reused in QUIC v2. I&#3=
9;d also<br>=0D
&gt; assume the spin-bit draft to have a longer lifetime, because I do not =
think<br>=0D
&gt; we want to change the definition of the spin bits for each QUIC versio=
n.<br>=0D
&gt;<br>=0D
&gt; That seems to be one reason to prefer having spin bit as a separate dr=
aft<br>=0D
&gt; regardless of the status of the document. Is there a specific reason t=
o<br>=0D
&gt; incorporate the spin-bit specification into the transport draft?<br>=
=0D
&gt;<br>=0D
The transport draft is the logical place to say that the bit is taken and<b=
r>=0D
to give a pointer to what it is taken for.  I think keeping the normative<b=
r>=0D
text on how to exercise the bit in the transport draft is cleaner.  It may<=
br>=0D
change in some later version, but this is the v1 meaning of that bit and<br=
>=0D
its states.<br>=0D
<br>=0D
It is not an invariant, in other words, but a v1 feature that may not be<br=
>=0D
continued in later versions.  That&#39;s not quite experimental in the usua=
l<br>=0D
sense--a change to the meaning would occur in later versions.  (You could,<=
br>=0D
of course, later have a security draft say that even v1 ought to refrain<br=
>=0D
from spinning, should some issue occur, but that wouldn&#39;t change what<b=
r>=0D
spinning meant)<br>=0D
<br>=0D
Ted<br>=0D
<br>=0D
<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/2369#issuecomment-457=
144113&gt;,<br>=0D
&gt; or mute the thread<br>=0D
&gt; &lt;https://github.com/notifications/unsubscribe-auth/ABVb5KjEzrC9dqRF=
yQi9wXsKCS6IRQD6ks5vGYh7gaJpZM4aQb9w&gt;<br>=0D
&gt; .<br>=0D
&gt;<br>=0D
=0D
=0D
<p style=3D"font-size:small;-webkit-text-size-adjust:none;color:#666;">&mda=
sh;<br />You are receiving this because you are subscribed to this thread.<=
br />Reply to this email directly, <a href=3D"https://github.com/quicwg/bas=
e-drafts/issues/2369#issuecomment-457305764">view it on GitHub</a>, or <a h=
ref=3D"https://github.com/notifications/unsubscribe-auth/AWbkq_plbBI6K363Fd=
ymXVWY8p2oPKWDks5vGfvFgaJpZM4aQb9w">mute the thread</a>.<img src=3D"https:/=
/github.com/notifications/beacon/AWbkqz-xoXB3fix9xakO0NJpF-gf376Xks5vGfvFga=
JpZM4aQb9w.gif" height=3D"1" width=3D"1" alt=3D"" /></p>=0D
<script type=3D"application/json" data-scope=3D"inboxmarkup">{"api_version"=
:"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name":"Gi=
tHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"quicwg=
/base-drafts","subtitle":"GitHub repository","main_image_url":"https://gith=
ub.githubassets.com/images/email/message_cards/header.png","avatar_image_ur=
l":"https://github.githubassets.com/images/email/message_cards/avatar.png",=
"action":{"name":"Open in GitHub","url":"https://github.com/quicwg/base-dra=
fts"}},"updates":{"snippets":[{"icon":"PERSON","message":"@hardie in #2369:=
 On Thu, Jan 24, 2019 at 2:18 AM Kazuho Oku \u003cnotifications@github.com\=
u003e wrote:\n\n\u003e I am not sure if \"including spin-bit in the specifi=
cation\" means including\n\u003e it in the transport draft, considering the=
 fact that we already have\n\u003e multiple documents that specify the QUIC=
 protocol: invariants, transport,\n\u003e TLS, recovery. Having another doc=
ument seems to be a natural way of\n\u003e integrating a specific feature.\=
n\u003e\n\u003e Among the documents, I think it might be natural to assume =
that the\n\u003e transport document would have the shortest lifetime, while=
 there is fair\n\u003e chance that TLS and recovery documents will be reuse=
d in QUIC v2. I'd also\n\u003e assume the spin-bit draft to have a longer l=
ifetime, because I do not think\n\u003e we want to change the definition of=
 the spin bits for each QUIC version.\n\u003e\n\u003e That seems to be one =
reason to prefer having spin bit as a separate draft\n\u003e regardless of =
the status of the document. Is there a specific reason to\n\u003e incorpora=
te the spin-bit specification into the transport draft?\n\u003e\nThe transp=
ort draft is the logical place to say that the bit is taken and\nto give a =
pointer to what it is taken for.  I think keeping the normative\ntext on ho=
w to exercise the bit in the transport draft is cleaner.  It may\nchange in=
 some later version, but this is the v1 meaning of that bit and\nits states=
.\n\nIt is not an invariant, in other words, but a v1 feature that may not =
be\ncontinued in later versions.  That's not quite experimental in the usua=
l\nsense--a change to the meaning would occur in later versions.  (You coul=
d,\nof course, later have a security draft say that even v1 ought to refrai=
n\nfrom spinning, should some issue occur, but that wouldn't change what\ns=
pinning meant)\n\nTed\n\n\n\u003e =E2=80=94\n\u003e You are receiving this =
because you are subscribed to this thread.\n\u003e Reply to this email dire=
ctly, view it on GitHub\n\u003e \u003chttps://github.com/quicwg/base-drafts=
/issues/2369#issuecomment-457144113\u003e,\n\u003e or mute the thread\n\u00=
3e \u003chttps://github.com/notifications/unsubscribe-auth/ABVb5KjEzrC9dqRF=
yQi9wXsKCS6IRQD6ks5vGYh7gaJpZM4aQb9w\u003e\n\u003e .\n\u003e\n"}],"action":=
{"name":"View Issue","url":"https://github.com/quicwg/base-drafts/issues/23=
69#issuecomment-457305764"}}}</script>=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/2369#issuecomment-4=
57305764",=0D
"url": "https://github.com/quicwg/base-drafts/issues/2369#issuecomment-4573=
05764",=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_5c4a0445ef859_53f73f8686ed45bc263eb--


From nobody Thu Jan 24 13:30: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 B3A1F13117F for <quic-issues@ietfa.amsl.com>; Thu, 24 Jan 2019 13:30:52 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -10.935
X-Spam-Level: 
X-Spam-Status: No, score=-10.935 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIMWL_WL_HIGH=-4.553, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, HTML_IMAGE_ONLY_24=1.618, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-1, RCVD_IN_DNSWL_HI=-5, SPF_PASS=-0.001] autolearn=ham autolearn_force=no
Authentication-Results: ietfa.amsl.com (amavisd-new); dkim=pass (1024-bit key) header.d=github.com
Received: from mail.ietf.org ([4.31.198.44]) by localhost (ietfa.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id K0RZXigX6-pq for <quic-issues@ietfa.amsl.com>; Thu, 24 Jan 2019 13:30:51 -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 C32CC127B4C for <quic-issues@ietf.org>; Thu, 24 Jan 2019 13:30:50 -0800 (PST)
Date: Thu, 24 Jan 2019 13:30:49 -0800
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1548365449; bh=sNxRHg4qumsjHMXfMpV5K9va4I/yUXHkR7y8y9HJvEg=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=DO6MxrRq5D3uE2dRkxCc22v0idlJ8KSurp3VI/10FfxMhZJrYSoRTsSinerl1ttL3 icafCJo1cNlT5UhPrszULfmvpBAo/nZ1U+pEIWk3mmKnE2KWwTIaXTg//HOIKOFHuK 4FcSqwUhYtNggJ3YcWszSevcJ4prQyrp+ZcmXw9o=
From: Martin Thomson <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+0166e4ab14f40ba6d0b4498385e507319b7f50b0f85e30ac92cf000000011861f08992a169ce17fa7dfa@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/pull/2364/c457364175@github.com>
In-Reply-To: <quicwg/base-drafts/pull/2364@github.com>
References: <quicwg/base-drafts/pull/2364@github.com>
Subject: Re: [quicwg/base-drafts] Moving text on spinbit into transport (#2364)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5c4a2e89b3f2f_45713ffbbf2d45c4846e0"; 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/-leg4a7TChvImOBu4423R4Wpyk0>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
List-Id: Notification list for GitHub issues related to the QUIC WG <quic-issues.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=unsubscribe>
List-Archive: <https://mailarchive.ietf.org/arch/browse/quic-issues/>
List-Post: <mailto:quic-issues@ietf.org>
List-Help: <mailto:quic-issues-request@ietf.org?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, 24 Jan 2019 21:30:53 -0000

----==_mimepart_5c4a2e89b3f2f_45713ffbbf2d45c4846e0
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

It looks like the changes Brian is suggesting are editorial, but I'm not entirely sure about the changes to normative language.  Can we make those after any merge?  (Or even before it, given that this seems to be a little controversial...)


-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/quicwg/base-drafts/pull/2364#issuecomment-457364175
----==_mimepart_5c4a2e89b3f2f_45713ffbbf2d45c4846e0
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

<p>It looks like the changes Brian is suggesting are editorial, but I'm not entirely sure about the changes to normative language.  Can we make those after any merge?  (Or even before it, given that this seems to be a little controversial...)</p>

<p style="font-size:small;-webkit-text-size-adjust:none;color:#666;">&mdash;<br />You are receiving this because you are subscribed to this thread.<br />Reply to this email directly, <a href="https://github.com/quicwg/base-drafts/pull/2364#issuecomment-457364175">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AWbkq3qI9nglqZuzH8uU125mpP4UeKfoks5vGiYJgaJpZM4aPA_u">mute the thread</a>.<img src="https://github.com/notifications/beacon/AWbkq_iu_TXAgAq3h6ujVsedeVe2-0Gmks5vGiYJgaJpZM4aPA_u.gif" height="1" width="1" alt="" /></p>
<script type="application/json" data-scope="inboxmarkup">{"api_version":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name":"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"https://github.githubassets.com/images/email/message_cards/header.png","avatar_image_url":"https://github.githubassets.com/images/email/message_cards/avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/quicwg/base-drafts"}},"updates":{"snippets":[{"icon":"PERSON","message":"@martinthomson in #2364: It looks like the changes Brian is suggesting are editorial, but I'm not entirely sure about the changes to normative language.  Can we make those after any merge?  (Or even before it, given that this seems to be a little controversial...)\r\n"}],"action":{"name":"View Pull Request","url":"https://github.com/quicwg/base-drafts/pull/2364#issuecomment-457364175"}}}</script>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/pull/2364#issuecomment-457364175",
"url": "https://github.com/quicwg/base-drafts/pull/2364#issuecomment-457364175",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>
----==_mimepart_5c4a2e89b3f2f_45713ffbbf2d45c4846e0--


From nobody Thu Jan 24 13:33: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 3D961130E97 for <quic-issues@ietfa.amsl.com>; Thu, 24 Jan 2019 13:33:41 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -10.935
X-Spam-Level: 
X-Spam-Status: No, score=-10.935 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIMWL_WL_HIGH=-4.553, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, HTML_IMAGE_ONLY_24=1.618, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-1, RCVD_IN_DNSWL_HI=-5, SPF_PASS=-0.001] autolearn=ham autolearn_force=no
Authentication-Results: ietfa.amsl.com (amavisd-new); dkim=pass (1024-bit key) header.d=github.com
Received: from mail.ietf.org ([4.31.198.44]) by localhost (ietfa.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id TkIPEJDz5LkL for <quic-issues@ietfa.amsl.com>; Thu, 24 Jan 2019 13:33: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 AF92C127B4C for <quic-issues@ietf.org>; Thu, 24 Jan 2019 13:33:39 -0800 (PST)
Date: Thu, 24 Jan 2019 13:33:38 -0800
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1548365618; bh=L20KhNwq46aXi6RkmRz06kBJTwT02GgYmZRSbFhy5Gc=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=m2GlZM3aGWLGi+odzjJ/rhzMvpnuhQeEnQCoYkRatlhaRBDL4jWXRzPIaiENNrWdx ESapWyz3eh1es3KvA5wI8oDiR0LPBodpdhsBViG1ZPzdUZDXY0rWLNvKuAOZmBDtwX deCoWGrO38Y7o7KZjL4WTeQKeNbRNCsBVqbJ0NrA=
From: Martin Thomson <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+0166e4ab5a51bd689121ee72cf17153a1e3ca648093f5fb692cf000000011861f13292a169ce17fa7dfa@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/pull/2364/c457365039@github.com>
In-Reply-To: <quicwg/base-drafts/pull/2364@github.com>
References: <quicwg/base-drafts/pull/2364@github.com>
Subject: Re: [quicwg/base-drafts] Moving text on spinbit into transport (#2364)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5c4a2f3299d22_37883fb60b0d45c0980df"; 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/nzQLis_TZggyJiJaB5nKwzBq0_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: Thu, 24 Jan 2019 21:33:41 -0000

----==_mimepart_5c4a2f3299d22_37883fb60b0d45c0980df
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

Another note, in case I miss it.  spin-exp has a contributors/acknowledgments section.  If this merges, I want to talk to Brian about who we should be acknowledging, if anyone.

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/quicwg/base-drafts/pull/2364#issuecomment-457365039
----==_mimepart_5c4a2f3299d22_37883fb60b0d45c0980df
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

<p>Another note, in case I miss it.  spin-exp has a contributors/acknowledgments section.  If this merges, I want to talk to Brian about who we should be acknowledging, if anyone.</p>

<p style="font-size:small;-webkit-text-size-adjust:none;color:#666;">&mdash;<br />You are receiving this because you are subscribed to this thread.<br />Reply to this email directly, <a href="https://github.com/quicwg/base-drafts/pull/2364#issuecomment-457365039">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AWbkq0wcbukc5ir7NYv0AkXiaGwut4uuks5vGiaygaJpZM4aPA_u">mute the thread</a>.<img src="https://github.com/notifications/beacon/AWbkqzoKjYiwy3NJvEBLVHPpvZLOes7dks5vGiaygaJpZM4aPA_u.gif" height="1" width="1" alt="" /></p>
<script type="application/json" data-scope="inboxmarkup">{"api_version":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name":"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"https://github.githubassets.com/images/email/message_cards/header.png","avatar_image_url":"https://github.githubassets.com/images/email/message_cards/avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/quicwg/base-drafts"}},"updates":{"snippets":[{"icon":"PERSON","message":"@martinthomson in #2364: Another note, in case I miss it.  spin-exp has a contributors/acknowledgments section.  If this merges, I want to talk to Brian about who we should be acknowledging, if anyone."}],"action":{"name":"View Pull Request","url":"https://github.com/quicwg/base-drafts/pull/2364#issuecomment-457365039"}}}</script>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/pull/2364#issuecomment-457365039",
"url": "https://github.com/quicwg/base-drafts/pull/2364#issuecomment-457365039",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>
----==_mimepart_5c4a2f3299d22_37883fb60b0d45c0980df--


From nobody Thu Jan 24 14:36: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 3A4B413117B for <quic-issues@ietfa.amsl.com>; Thu, 24 Jan 2019 14:36:44 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -11.149
X-Spam-Level: 
X-Spam-Status: No, score=-11.149 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIMWL_WL_HIGH=-4.553, 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_PASS=-0.001] autolearn=ham autolearn_force=no
Authentication-Results: ietfa.amsl.com (amavisd-new); dkim=pass (1024-bit key) header.d=github.com
Received: from mail.ietf.org ([4.31.198.44]) by localhost (ietfa.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id I2sKm3ODX9QP for <quic-issues@ietfa.amsl.com>; Thu, 24 Jan 2019 14:36:42 -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 68E261311D7 for <quic-issues@ietf.org>; Thu, 24 Jan 2019 14:36:42 -0800 (PST)
Date: Thu, 24 Jan 2019 14:36:40 -0800
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1548369400; bh=spyfL7Nz60VLq8hVxSUY9Ox0QBJ/Qta3m2NIzr3pXAs=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=g7Y9cXAFw1e1gt3DzH97TeG41yYMJLTozh9XfAxs9U5e++9SKh8vLttZaxoBzQGpj FNBsR6U2nDgTFQnQdhxigPd4yHG1O3skvnIXer5FFTC8BM6j9TtkgQ2wvb9C5CGxPz UyZq64nvUdopX2+nEnBvK6m5j/eXn2c0DZqCmxmk=
From: Brian Trammell <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+0166e4ab7c4fedc6c5d2ad6725ff7baa64d875d24ec7966892cf000000011861fff892a169ce17fa7dfa@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/pull/2364/c457384758@github.com>
In-Reply-To: <quicwg/base-drafts/pull/2364@github.com>
References: <quicwg/base-drafts/pull/2364@github.com>
Subject: Re: [quicwg/base-drafts] Moving text on spinbit into transport (#2364)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5c4a3df8ccbd4_464a3f83a60d45bc269912"; 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/ZT3RsVrtBrkApMpdm4eqEWJdrks>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
List-Id: Notification list for GitHub issues related to the QUIC WG <quic-issues.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=unsubscribe>
List-Archive: <https://mailarchive.ietf.org/arch/browse/quic-issues/>
List-Post: <mailto:quic-issues@ietf.org>
List-Help: <mailto:quic-issues-request@ietf.org?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, 24 Jan 2019 22:36:44 -0000

----==_mimepart_5c4a3df8ccbd4_464a3f83a60d45bc269912
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

IMO the changes to normative language are editorial (reflecting my understanding of consensus already reached); have withdrawn one suggestion on review.

re acks: The EC/SERI ack won't be necessary to bring over from spin-exp. I'm not sure what your eventual plan is for filling the Contributors section of the -transport document; if Contributors is all-committers, I can check to see who wrote the text from which this PR is derived in the original -spin 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/2364#issuecomment-457384758
----==_mimepart_5c4a3df8ccbd4_464a3f83a60d45bc269912
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: quoted-printable

<p>IMO the changes to normative language are editorial (reflecting my und=
erstanding of consensus already reached); have withdrawn one suggestion o=
n review.</p>
<p>re acks: The EC/SERI ack won't be necessary to bring over from spin-ex=
p. I'm not sure what your eventual plan is for filling the Contributors s=
ection of the -transport document; if Contributors is all-committers, I c=
an check to see who wrote the text from which this PR is derived in the o=
riginal -spin document.</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/pull/2364#issuecomment-457384758">view it on GitHub</a>, o=
r <a href=3D"https://github.com/notifications/unsubscribe-auth/AWbkq6Rba0=
yf4zRi-CvlRorqa8w4zR2Nks5vGjV4gaJpZM4aPA_u">mute the thread</a>.<img src=3D=
"https://github.com/notifications/beacon/AWbkqwnCnJ9Ufc8phA6gN3TpLKjTp7KI=
ks5vGjV4gaJpZM4aPA_u.gif" height=3D"1" width=3D"1" alt=3D"" /></p>
<script type=3D"application/json" data-scope=3D"inboxmarkup">{"api_versio=
n":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name"=
:"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"=
quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"http=
s://github.githubassets.com/images/email/message_cards/header.png","avata=
r_image_url":"https://github.githubassets.com/images/email/message_cards/=
avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/q=
uicwg/base-drafts"}},"updates":{"snippets":[{"icon":"PERSON","message":"@=
britram in #2364: IMO the changes to normative language are editorial (re=
flecting my understanding of consensus already reached); have withdrawn o=
ne suggestion on review.\r\n\r\nre acks: The EC/SERI ack won't be necessa=
ry to bring over from spin-exp. I'm not sure what your eventual plan is f=
or filling the Contributors section of the -transport document; if Contri=
butors is all-committers, I can check to see who wrote the text from whic=
h this PR is derived in the original -spin document."}],"action":{"name":=
"View Pull Request","url":"https://github.com/quicwg/base-drafts/pull/236=
4#issuecomment-457384758"}}}</script>
<script type=3D"application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/pull/2364#issuecomment-4=
57384758",
"url": "https://github.com/quicwg/base-drafts/pull/2364#issuecomment-4573=
84758",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>=

----==_mimepart_5c4a3df8ccbd4_464a3f83a60d45bc269912--


From nobody Thu Jan 24 17:00: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 4EA1312D4E9 for <quic-issues@ietfa.amsl.com>; Thu, 24 Jan 2019 17:00:17 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -10.17
X-Spam-Level: 
X-Spam-Status: No, score=-10.17 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIMWL_WL_HIGH=-4.553, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, FROM_EXCESS_BASE64=0.979, HTML_IMAGE_ONLY_28=1.404, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-1, RCVD_IN_DNSWL_HI=-5, SPF_PASS=-0.001] autolearn=ham autolearn_force=no
Authentication-Results: ietfa.amsl.com (amavisd-new); dkim=pass (1024-bit key) header.d=github.com
Received: from mail.ietf.org ([4.31.198.44]) by localhost (ietfa.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 1Kz7NW0kZYjU for <quic-issues@ietfa.amsl.com>; Thu, 24 Jan 2019 17:00:15 -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 8AA3D128D09 for <quic-issues@ietf.org>; Thu, 24 Jan 2019 17:00:15 -0800 (PST)
Date: Thu, 24 Jan 2019 17:00:13 -0800
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1548378013; bh=TnbL6xCPDataUXdjMyqqOJGQ8gDQrJWm6+2XV2rwIik=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=Pn3q0+lKwAo3A/xIiYzyHs0MALWZZys9MRC/dDDUq6Yh21nMO0bOQ168Bkj+e3zMc 1YhjzxVyke+tByzryUHskVXsQv52XTra00u+b6uLCylKyxN2AIoln7oymHM2q5djU/ Sz4S/nq9cFL4U/bqS+VnuMcK6d7LkmjsxfNc3EPA=
From: =?UTF-8?B?QmVuY2UgQsOpa3k=?= <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+0166e4ab7079aa88407892726f33adc943f4abad1146f99a92cf000000011862219d92a169ce177f2f28@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/pull/2261/review/196320996@github.com>
In-Reply-To: <quicwg/base-drafts/pull/2261@github.com>
References: <quicwg/base-drafts/pull/2261@github.com>
Subject: Re: [quicwg/base-drafts] Clarify when a dynamic table entry can be evicted. (#2261)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5c4a5f9d79f16_4ea83f7ecdcd45c088107b"; 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/WTsNiMOWrzkQhM2tXAXxB9riixE>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
List-Id: Notification list for GitHub issues related to the QUIC WG <quic-issues.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=unsubscribe>
List-Archive: <https://mailarchive.ietf.org/arch/browse/quic-issues/>
List-Post: <mailto:quic-issues@ietf.org>
List-Help: <mailto:quic-issues-request@ietf.org?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, 25 Jan 2019 01:00:17 -0000

----==_mimepart_5c4a5f9d79f16_4ea83f7ecdcd45c088107b
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

bencebeky commented on this pull request.



> @@ -210,10 +210,18 @@ acknowledged by the decoder.
 
 ### Blocked Dynamic Table Insertions {#blocked-insertion}
 
+The encoder considers a dynamic table entry to be blocking if it has not yet
+received acknowledgement of insertion of the entry, or if it has not yet
+received acknowledgement of all references to the entry.  Note that a dynamic
+table entry that has never been referenced can still be blocking.  Also note

Indeed it is.  However, I think it is worth keeping, especially because at two places in the spec this aspect of blocking has been overlooked.

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/quicwg/base-drafts/pull/2261#discussion_r250834601
----==_mimepart_5c4a5f9d79f16_4ea83f7ecdcd45c088107b
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/2261#discussion_r250834601">draft-ietf-quic-qpack.md</a>:</p>
<pre style='color:#555'>&gt; @@ -210,10 +210,18 @@ acknowledged by the decoder.
 
 ### Blocked Dynamic Table Insertions {#blocked-insertion}
 
+The encoder considers a dynamic table entry to be blocking if it has not yet
+received acknowledgement of insertion of the entry, or if it has not yet
+received acknowledgement of all references to the entry.  Note that a dynamic
+table entry that has never been referenced can still be blocking.  Also note
</pre>
<p>Indeed it is.  However, I think it is worth keeping, especially because at two places in the spec this aspect of blocking has been overlooked.</p>

<p style="font-size:small;-webkit-text-size-adjust:none;color:#666;">&mdash;<br />You are receiving this because you are subscribed to this thread.<br />Reply to this email directly, <a href="https://github.com/quicwg/base-drafts/pull/2261#discussion_r250834601">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AWbkq5jvWLrMecT4OvpCmm6omacJltwxks5vGlcdgaJpZM4Zh8iw">mute the thread</a>.<img src="https://github.com/notifications/beacon/AWbkqxfn2VSVpf9RG2iTaZzhqLeecyRhks5vGlcdgaJpZM4Zh8iw.gif" height="1" width="1" alt="" /></p>
<script type="application/json" data-scope="inboxmarkup">{"api_version":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name":"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"https://github.githubassets.com/images/email/message_cards/header.png","avatar_image_url":"https://github.githubassets.com/images/email/message_cards/avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/quicwg/base-drafts"}},"updates":{"snippets":[{"icon":"PERSON","message":"@bencebeky commented on #2261"}],"action":{"name":"View Pull Request","url":"https://github.com/quicwg/base-drafts/pull/2261#discussion_r250834601"}}}</script>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/pull/2261#discussion_r250834601",
"url": "https://github.com/quicwg/base-drafts/pull/2261#discussion_r250834601",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>
----==_mimepart_5c4a5f9d79f16_4ea83f7ecdcd45c088107b--


From nobody Thu Jan 24 17:05: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 2405912950A for <quic-issues@ietfa.amsl.com>; Thu, 24 Jan 2019 17:05:54 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -10.17
X-Spam-Level: 
X-Spam-Status: No, score=-10.17 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIMWL_WL_HIGH=-4.553, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, FROM_EXCESS_BASE64=0.979, HTML_IMAGE_ONLY_28=1.404, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-1, RCVD_IN_DNSWL_HI=-5, SPF_PASS=-0.001] autolearn=ham autolearn_force=no
Authentication-Results: ietfa.amsl.com (amavisd-new); dkim=pass (1024-bit key) header.d=github.com
Received: from mail.ietf.org ([4.31.198.44]) by localhost (ietfa.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id E2hihXlCtntt for <quic-issues@ietfa.amsl.com>; Thu, 24 Jan 2019 17:05: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 7C946128D09 for <quic-issues@ietf.org>; Thu, 24 Jan 2019 17:05:52 -0800 (PST)
Date: Thu, 24 Jan 2019 17:05:50 -0800
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1548378350; bh=9CWZs/Xyz5hZ/12a6OcxQNFiyiBb7R0eAHE8iQrhrV8=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=w6K0Z1wibpho7QIwlsX+zTL0nznXsMuGnYYOtDsuEzn8YOhZW0WGtxFabybYN1vnH HMPskG9OgUwbvDPPfWtryXH9WrQnupjH2iyQ0OY1g4FN+RHylqSFuD/LsUVfomS7wn K4G4EyrboXEbToAIaEZvrM7TsF976x+ZqTxtyMKM=
From: =?UTF-8?B?QmVuY2UgQsOpa3k=?= <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+0166e4ab228ae0e642f069ce50b69167ac7d4c096678686492cf00000001186222ee92a169ce177f2f28@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/pull/2261/review/196322223@github.com>
In-Reply-To: <quicwg/base-drafts/pull/2261@github.com>
References: <quicwg/base-drafts/pull/2261@github.com>
Subject: Re: [quicwg/base-drafts] Clarify when a dynamic table entry can be evicted. (#2261)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5c4a60eee5a50_539f3f97a1ed45b87305b8"; 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/Ti3NEZeiAVpyrx85AuF3TVAyV3w>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
List-Id: Notification list for GitHub issues related to the QUIC WG <quic-issues.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=unsubscribe>
List-Archive: <https://mailarchive.ietf.org/arch/browse/quic-issues/>
List-Post: <mailto:quic-issues@ietf.org>
List-Help: <mailto:quic-issues-request@ietf.org?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, 25 Jan 2019 01:05:54 -0000

----==_mimepart_5c4a60eee5a50_539f3f97a1ed45b87305b8
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

bencebeky commented on this pull request.



>  An encoder MUST NOT insert an entry into the dynamic table (or duplicate an
-existing entry) if doing so would evict an entry with unacknowledged references.
-For header blocks that might rely on the newly added entry, the encoder can use
-a literal representation.
+existing entry) if doing so would evict a blocking entry.  For header blocks
+that would rely on the newly added entry, the encoder can instead use a literal

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/2261#discussion_r250835619
----==_mimepart_5c4a60eee5a50_539f3f97a1ed45b87305b8
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/2261#discussion_r250835619">draft-ietf-quic-qpack.md</a>:</p>
<pre style='color:#555'>&gt;  An encoder MUST NOT insert an entry into the dynamic table (or duplicate an
-existing entry) if doing so would evict an entry with unacknowledged references.
-For header blocks that might rely on the newly added entry, the encoder can use
-a literal representation.
+existing entry) if doing so would evict a blocking entry.  For header blocks
+that would rely on the newly added entry, the encoder can instead use a literal
</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/2261#discussion_r250835619">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AWbkqyod3jtTijOCUshM0N1Bh8ST_bBdks5vGlhugaJpZM4Zh8iw">mute the thread</a>.<img src="https://github.com/notifications/beacon/AWbkq9CuxGZz7xOxaqqFprEhjReqwlbWks5vGlhugaJpZM4Zh8iw.gif" height="1" width="1" alt="" /></p>
<script type="application/json" data-scope="inboxmarkup">{"api_version":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name":"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"https://github.githubassets.com/images/email/message_cards/header.png","avatar_image_url":"https://github.githubassets.com/images/email/message_cards/avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/quicwg/base-drafts"}},"updates":{"snippets":[{"icon":"PERSON","message":"@bencebeky commented on #2261"}],"action":{"name":"View Pull Request","url":"https://github.com/quicwg/base-drafts/pull/2261#discussion_r250835619"}}}</script>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/pull/2261#discussion_r250835619",
"url": "https://github.com/quicwg/base-drafts/pull/2261#discussion_r250835619",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>
----==_mimepart_5c4a60eee5a50_539f3f97a1ed45b87305b8--


From nobody Thu Jan 24 17:08: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 65F8112D4E9 for <quic-issues@ietfa.amsl.com>; Thu, 24 Jan 2019 17:07:58 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -10.17
X-Spam-Level: 
X-Spam-Status: No, score=-10.17 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIMWL_WL_HIGH=-4.553, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, FROM_EXCESS_BASE64=0.979, HTML_IMAGE_ONLY_28=1.404, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-1, RCVD_IN_DNSWL_HI=-5, SPF_PASS=-0.001] autolearn=ham autolearn_force=no
Authentication-Results: ietfa.amsl.com (amavisd-new); dkim=pass (1024-bit key) header.d=github.com
Received: from mail.ietf.org ([4.31.198.44]) by localhost (ietfa.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id WK4jpwm-gD75 for <quic-issues@ietfa.amsl.com>; Thu, 24 Jan 2019 17:07: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 717D5130F2A for <quic-issues@ietf.org>; Thu, 24 Jan 2019 17:07:56 -0800 (PST)
Date: Thu, 24 Jan 2019 17:07:55 -0800
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1548378475; bh=33G4dvA5q3oZgbuCTRdw6/pjaIg7kx3mldNrRKtJBTY=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=bLmkmoaHk9Lb2wY3cLNw68Fym8HKM7jOk46tUm2xj7HzSAU54bfYHm8La/WHVhV6L R/UYGJrt9kZ18ZKXmygT8lU7wQAFMHrrLQM8ZxvbU59gNh6clsuIBHQtOjBnS4V297 KWUTO0YiDxyC7sXOG1cAiT+XzYBoUYQQXpmDS96Q=
From: =?UTF-8?B?QmVuY2UgQsOpa3k=?= <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+0166e4ab0ebfc880b53f0f4a537175dbe1df02127de6742592cf000000011862236b92a169ce177f2f28@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/pull/2261/review/196322693@github.com>
In-Reply-To: <quicwg/base-drafts/pull/2261@github.com>
References: <quicwg/base-drafts/pull/2261@github.com>
Subject: Re: [quicwg/base-drafts] Clarify when a dynamic table entry can be evicted. (#2261)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5c4a616bb50f9_35123f8bbd4d45bc6839f7"; 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/7PfgM_PVXX4Pm-3Fs6VVHke841s>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
List-Id: Notification list for GitHub issues related to the QUIC WG <quic-issues.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=unsubscribe>
List-Archive: <https://mailarchive.ietf.org/arch/browse/quic-issues/>
List-Post: <mailto:quic-issues@ietf.org>
List-Help: <mailto:quic-issues-request@ietf.org?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, 25 Jan 2019 01:07:58 -0000

----==_mimepart_5c4a616bb50f9_35123f8bbd4d45bc6839f7
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

bencebeky commented on this pull request.



> @@ -324,10 +332,9 @@ permit the encoder to track the decoder's state.  These events are:
 
 Knowledge that a header block with references to the dynamic table has been
 processed permits the encoder to evict entries to which no unacknowledged
-references remain, regardless of whether those references were potentially
-blocking (see {{blocked-insertion}}).  When a stream is reset or abandoned, the
-indication that these header blocks will never be processed serves a similar
-function; see {{stream-cancellation}}.
+references remain; see {{blocked-insertion}}.  When a stream is reset or

I agree with you.  Sorry, I got inspired by the initial semicolon in this 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/2261#discussion_r250835992
----==_mimepart_5c4a616bb50f9_35123f8bbd4d45bc6839f7
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/2261#discussion_r250835992">draft-ietf-quic-qpack.md</a>:</p>
<pre style='color:#555'>&gt; @@ -324,10 +332,9 @@ permit the encoder to track the decoder&#39;s state.  These events are:
 
 Knowledge that a header block with references to the dynamic table has been
 processed permits the encoder to evict entries to which no unacknowledged
-references remain, regardless of whether those references were potentially
-blocking (see {{blocked-insertion}}).  When a stream is reset or abandoned, the
-indication that these header blocks will never be processed serves a similar
-function; see {{stream-cancellation}}.
+references remain; see {{blocked-insertion}}.  When a stream is reset or
</pre>
<p>I agree with you.  Sorry, I got inspired by the initial semicolon in this 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/2261#discussion_r250835992">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AWbkq-SvN_YVPeR4YBaHX5UUUdU9dGdiks5vGljrgaJpZM4Zh8iw">mute the thread</a>.<img src="https://github.com/notifications/beacon/AWbkqwK3UFfw5H_05OdQBAobfnNFxHXuks5vGljrgaJpZM4Zh8iw.gif" height="1" width="1" alt="" /></p>
<script type="application/json" data-scope="inboxmarkup">{"api_version":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name":"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"https://github.githubassets.com/images/email/message_cards/header.png","avatar_image_url":"https://github.githubassets.com/images/email/message_cards/avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/quicwg/base-drafts"}},"updates":{"snippets":[{"icon":"PERSON","message":"@bencebeky commented on #2261"}],"action":{"name":"View Pull Request","url":"https://github.com/quicwg/base-drafts/pull/2261#discussion_r250835992"}}}</script>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/pull/2261#discussion_r250835992",
"url": "https://github.com/quicwg/base-drafts/pull/2261#discussion_r250835992",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>
----==_mimepart_5c4a616bb50f9_35123f8bbd4d45bc6839f7--


From nobody Thu Jan 24 17: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 4105312D4E9 for <quic-issues@ietfa.amsl.com>; Thu, 24 Jan 2019 17:14:03 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -11.573
X-Spam-Level: 
X-Spam-Status: No, score=-11.573 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIMWL_WL_HIGH=-4.553, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, FROM_EXCESS_BASE64=0.979, HTML_IMAGE_ONLY_32=0.001, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-1, RCVD_IN_DNSWL_HI=-5, SPF_PASS=-0.001] autolearn=ham autolearn_force=no
Authentication-Results: ietfa.amsl.com (amavisd-new); dkim=pass (1024-bit key) header.d=github.com
Received: from mail.ietf.org ([4.31.198.44]) by localhost (ietfa.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id qJeIOwu3GoeM for <quic-issues@ietfa.amsl.com>; Thu, 24 Jan 2019 17:14:01 -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 80E6F128D09 for <quic-issues@ietf.org>; Thu, 24 Jan 2019 17:14:01 -0800 (PST)
Date: Thu, 24 Jan 2019 17:14:00 -0800
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1548378840; bh=VGSKm9ZeUG+t28uCI2OH8FeWXaZWXRDXuoWeEWrpbaw=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=prae9Vy7lss+5hRNT1mFe6LSuQcAXA/QvDmXqu0fWfPYCjpYTHqpupdj6mvYsxTVY lkaIqBHXTPJ73wfx164GSZgQ9uNvTPngFXCiHqmE140E3FWDM1gc42TUaZ2TlfgITa ZPYYAW5It+Dnh5R6pPAQdMOK1BYDQrRsjWrU54Wg=
From: =?UTF-8?B?QmVuY2UgQsOpa3k=?= <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+0166e4ab0629a3f7a7cdb3ffe4598f3734828ae754bdf66e92cf00000001186224d892a169ce177f2f28@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/pull/2261/review/196323909@github.com>
In-Reply-To: <quicwg/base-drafts/pull/2261@github.com>
References: <quicwg/base-drafts/pull/2261@github.com>
Subject: Re: [quicwg/base-drafts] Clarify when a dynamic table entry can be evicted. (#2261)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5c4a62d88026a_53b33f97a1ed45b8847692"; 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/fYulYo8xoRt9cXR-f9SFKDumrUM>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
List-Id: Notification list for GitHub issues related to the QUIC WG <quic-issues.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=unsubscribe>
List-Archive: <https://mailarchive.ietf.org/arch/browse/quic-issues/>
List-Post: <mailto:quic-issues@ietf.org>
List-Help: <mailto:quic-issues-request@ietf.org?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, 25 Jan 2019 01:14:03 -0000

----==_mimepart_5c4a62d88026a_53b33f97a1ed45b8847692
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

bencebeky commented on this pull request.



> @@ -210,10 +210,18 @@ acknowledged by the decoder.
 
 ### Blocked Dynamic Table Insertions {#blocked-insertion}
 
+The encoder considers a dynamic table entry to be blocking if it has not yet
+received acknowledgement of insertion of the entry, or if it has not yet
+received acknowledgement of all references to the entry.  Note that a dynamic
+table entry that has never been referenced can still be blocking.  Also note
+that a blocking entry cannot be evicted, which is unrelated to a blocked stream,

I have a slight preference to emphasize that "blocking" is a concept from the encoder's point of view, for the sake of clarity, but I do not mind dropping that.

However, let me rephase that as "an entry is considered blocking and cannot be evicted" so that this sentence acts an a definition of blocking.  Otherwise the property "blocking" is not defined, and it is not clear if after the insertion is acknowledged and so are all references, the entry will become a kind of blocking entry that can be evicted, or an entry that is not blocking any longer.

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/quicwg/base-drafts/pull/2261#discussion_r250836998
----==_mimepart_5c4a62d88026a_53b33f97a1ed45b8847692
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/2261#discussion_r250836998">draft-ietf-quic-qpack.md</a>:</p>
<pre style='color:#555'>&gt; @@ -210,10 +210,18 @@ acknowledged by the decoder.
 
 ### Blocked Dynamic Table Insertions {#blocked-insertion}
 
+The encoder considers a dynamic table entry to be blocking if it has not yet
+received acknowledgement of insertion of the entry, or if it has not yet
+received acknowledgement of all references to the entry.  Note that a dynamic
+table entry that has never been referenced can still be blocking.  Also note
+that a blocking entry cannot be evicted, which is unrelated to a blocked stream,
</pre>
<p>I have a slight preference to emphasize that "blocking" is a concept from the encoder's point of view, for the sake of clarity, but I do not mind dropping that.</p>
<p>However, let me rephase that as "an entry is considered blocking and cannot be evicted" so that this sentence acts an a definition of blocking.  Otherwise the property "blocking" is not defined, and it is not clear if after the insertion is acknowledged and so are all references, the entry will become a kind of blocking entry that can be evicted, or an entry that is not blocking any longer.</p>

<p style="font-size:small;-webkit-text-size-adjust:none;color:#666;">&mdash;<br />You are receiving this because you are subscribed to this thread.<br />Reply to this email directly, <a href="https://github.com/quicwg/base-drafts/pull/2261#discussion_r250836998">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AWbkqxlj31LQDQHcq2Rfc3becQJeuFTOks5vGlpYgaJpZM4Zh8iw">mute the thread</a>.<img src="https://github.com/notifications/beacon/AWbkq2ecpOa1QNQZ27ZZDWc2S6Ocw4UNks5vGlpYgaJpZM4Zh8iw.gif" height="1" width="1" alt="" /></p>
<script type="application/json" data-scope="inboxmarkup">{"api_version":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name":"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"https://github.githubassets.com/images/email/message_cards/header.png","avatar_image_url":"https://github.githubassets.com/images/email/message_cards/avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/quicwg/base-drafts"}},"updates":{"snippets":[{"icon":"PERSON","message":"@bencebeky commented on #2261"}],"action":{"name":"View Pull Request","url":"https://github.com/quicwg/base-drafts/pull/2261#discussion_r250836998"}}}</script>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/pull/2261#discussion_r250836998",
"url": "https://github.com/quicwg/base-drafts/pull/2261#discussion_r250836998",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>
----==_mimepart_5c4a62d88026a_53b33f97a1ed45b8847692--


From nobody Thu Jan 24 17: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 A0E1B12950A for <quic-issues@ietfa.amsl.com>; Thu, 24 Jan 2019 17:14:48 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -9.956
X-Spam-Level: 
X-Spam-Status: No, score=-9.956 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIMWL_WL_HIGH=-4.553, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, FROM_EXCESS_BASE64=0.979, HTML_IMAGE_ONLY_24=1.618, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-1, RCVD_IN_DNSWL_HI=-5, SPF_PASS=-0.001] autolearn=ham autolearn_force=no
Authentication-Results: ietfa.amsl.com (amavisd-new); dkim=pass (1024-bit key) header.d=github.com
Received: from mail.ietf.org ([4.31.198.44]) by localhost (ietfa.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id xPx7f68GUjm7 for <quic-issues@ietfa.amsl.com>; Thu, 24 Jan 2019 17:14:47 -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 3C0C0128D09 for <quic-issues@ietf.org>; Thu, 24 Jan 2019 17:14:47 -0800 (PST)
Date: Thu, 24 Jan 2019 17:14:46 -0800
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1548378886; bh=mPFMzA/K8/OXCFFHxjc6+n+nBBWq2SQfuTOt/UoQwWU=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=Yj8i9yqb+5XBO18ddu6PSJMCE8KARj2kl0ZPQfmHJ/bIyrMw4Af5cW4BbLChGIuQ4 Cdbe7orNwaoDU3KzpjKGZc7w5vcCtwD7Iu5QvnGGqbukRvgVZKfqYQtU24iD5rm/EM MMRZL/pVPez7LgwsQV7sjHp5+UrIgO2luMlB9X4I=
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/2261/push/3242302072@github.com>
In-Reply-To: <quicwg/base-drafts/pull/2261@github.com>
References: <quicwg/base-drafts/pull/2261@github.com>
Subject: Re: [quicwg/base-drafts] Clarify when a dynamic table entry can be evicted. (#2261)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5c4a630668db1_48593fb7050d45c0631419"; 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/2QrNk5aQv2UQXF3emAWJuagU2u8>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
List-Id: Notification list for GitHub issues related to the QUIC WG <quic-issues.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=unsubscribe>
List-Archive: <https://mailarchive.ietf.org/arch/browse/quic-issues/>
List-Post: <mailto:quic-issues@ietf.org>
List-Help: <mailto:quic-issues-request@ietf.org?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, 25 Jan 2019 01:14:49 -0000

----==_mimepart_5c4a630668db1_48593fb7050d45c0631419
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

@bencebeky pushed 1 commit.

3701ac562a6e53cd83f10177736c0d4a460d44e1  Incorporate some of @martinthomson's comments.


-- 
You are receiving this because you are subscribed to this thread.
View it on GitHub:
https://github.com/quicwg/base-drafts/pull/2261/files/dd8ad0fe537d3b7556b04f7b1f152dda9afd1b05..3701ac562a6e53cd83f10177736c0d4a460d44e1

----==_mimepart_5c4a630668db1_48593fb7050d45c0631419
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/3701ac562a6e53cd83f10177736c0d4a460d44e1">3701ac5</a>  Incorporate some of @martinthomson&#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/2261/files/dd8ad0fe537d3b7556b04f7b1f152dda9afd1b05..3701ac562a6e53cd83f10177736c0d4a460d44e1">View it on GitHub</a> or <a href="https://github.com/notifications/unsubscribe-auth/AWbkq8n-15FCQH6g-A1hLiezIvBkk9CBks5vGlqGgaJpZM4Zh8iw">mute the thread</a>.<img src="https://github.com/notifications/beacon/AWbkq-VVQLmgRXFYOiPdBxlkjLF0i8bIks5vGlqGgaJpZM4Zh8iw.gif" height="1" width="1" alt="" /></p>
<script type="application/json" data-scope="inboxmarkup">{"api_version":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name":"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"https://github.githubassets.com/images/email/message_cards/header.png","avatar_image_url":"https://github.githubassets.com/images/email/message_cards/avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/quicwg/base-drafts"}},"updates":{"snippets":[{"icon":"PERSON","message":"@bencebeky pushed 1 commit in #2261"}],"action":{"name":"View Pull Request","url":"https://github.com/quicwg/base-drafts/pull/2261/files/dd8ad0fe537d3b7556b04f7b1f152dda9afd1b05..3701ac562a6e53cd83f10177736c0d4a460d44e1"}}}</script>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/pull/2261/files/dd8ad0fe537d3b7556b04f7b1f152dda9afd1b05..3701ac562a6e53cd83f10177736c0d4a460d44e1",
"url": "https://github.com/quicwg/base-drafts/pull/2261/files/dd8ad0fe537d3b7556b04f7b1f152dda9afd1b05..3701ac562a6e53cd83f10177736c0d4a460d44e1",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>

----==_mimepart_5c4a630668db1_48593fb7050d45c0631419--


From nobody Thu Jan 24 17:16: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 21E9F129C6A for <quic-issues@ietfa.amsl.com>; Thu, 24 Jan 2019 17:16:17 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -9.956
X-Spam-Level: 
X-Spam-Status: No, score=-9.956 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIMWL_WL_HIGH=-4.553, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, FROM_EXCESS_BASE64=0.979, HTML_IMAGE_ONLY_24=1.618, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-1, RCVD_IN_DNSWL_HI=-5, SPF_PASS=-0.001] autolearn=ham autolearn_force=no
Authentication-Results: ietfa.amsl.com (amavisd-new); dkim=pass (1024-bit key) header.d=github.com
Received: from mail.ietf.org ([4.31.198.44]) by localhost (ietfa.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id OagD_kd_Tq7I for <quic-issues@ietfa.amsl.com>; Thu, 24 Jan 2019 17:16: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 2103712950A for <quic-issues@ietf.org>; Thu, 24 Jan 2019 17:16:15 -0800 (PST)
Date: Thu, 24 Jan 2019 17:16:14 -0800
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1548378974; bh=20GkOl++sIN9CLkAyVThyfbBKT5HKyXl/JFHrcYn2nU=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=WkIU/RLlhm1YKcLsH7P8MiNDCsjw29pnkoqxoDktSakTd2geQCaTfg9nSaOiKTq57 ohjFBWmJHlLkU98XuJWuraPWVve4yxWhnBQMdh/ys5BRjelK50/ncMya7YkkZ/owhD +wBDCQLQAZAR/MBkNiULiw2vJX+cwG2kxyzijomE=
From: =?UTF-8?B?QmVuY2UgQsOpa3k=?= <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+0166e4abd56dbdb62ed43a4f386a3bcaec9e684f0d5381fa92cf000000011862255e92a169ce177f2f28@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/pull/2261/c457419807@github.com>
In-Reply-To: <quicwg/base-drafts/pull/2261@github.com>
References: <quicwg/base-drafts/pull/2261@github.com>
Subject: Re: [quicwg/base-drafts] Clarify when a dynamic table entry can be evicted. (#2261)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5c4a635e4404a_539b3f97a1ed45b8867457"; 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/GPCXQp0I4OC3RJYEVjxMCVlhZng>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
List-Id: Notification list for GitHub issues related to the QUIC WG <quic-issues.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=unsubscribe>
List-Archive: <https://mailarchive.ietf.org/arch/browse/quic-issues/>
List-Post: <mailto:quic-issues@ietf.org>
List-Help: <mailto:quic-issues-request@ietf.org?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, 25 Jan 2019 01:16:17 -0000

----==_mimepart_5c4a635e4404a_539b3f97a1ed45b8867457
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

@martinthomson:  Thank you for your feedback.

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/quicwg/base-drafts/pull/2261#issuecomment-457419807
----==_mimepart_5c4a635e4404a_539b3f97a1ed45b8867457
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>:  Thank you for your feedback.</p>

<p style="font-size:small;-webkit-text-size-adjust:none;color:#666;">&mdash;<br />You are receiving this because you are subscribed to this thread.<br />Reply to this email directly, <a href="https://github.com/quicwg/base-drafts/pull/2261#issuecomment-457419807">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AWbkq_YpT-X0ZvDrxh4_bl9L0iZfNngBks5vGlregaJpZM4Zh8iw">mute the thread</a>.<img src="https://github.com/notifications/beacon/AWbkq3cCHN0Q6Ya3ayNvDJyZNVL_8Q2iks5vGlregaJpZM4Zh8iw.gif" height="1" width="1" alt="" /></p>
<script type="application/json" data-scope="inboxmarkup">{"api_version":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name":"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"https://github.githubassets.com/images/email/message_cards/header.png","avatar_image_url":"https://github.githubassets.com/images/email/message_cards/avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/quicwg/base-drafts"}},"updates":{"snippets":[{"icon":"PERSON","message":"@bencebeky in #2261: @martinthomson:  Thank you for your feedback."}],"action":{"name":"View Pull Request","url":"https://github.com/quicwg/base-drafts/pull/2261#issuecomment-457419807"}}}</script>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/pull/2261#issuecomment-457419807",
"url": "https://github.com/quicwg/base-drafts/pull/2261#issuecomment-457419807",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>
----==_mimepart_5c4a635e4404a_539b3f97a1ed45b8867457--


From nobody Thu Jan 24 19:59: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 559711294FA for <quic-issues@ietfa.amsl.com>; Thu, 24 Jan 2019 19:59:23 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -11.007
X-Spam-Level: 
X-Spam-Status: No, score=-11.007 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIMWL_WL_HIGH=-4.553, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, HTML_IMAGE_ONLY_20=1.546, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-1, RCVD_IN_DNSWL_HI=-5, SPF_PASS=-0.001] autolearn=ham autolearn_force=no
Authentication-Results: ietfa.amsl.com (amavisd-new); dkim=pass (1024-bit key) header.d=github.com
Received: from mail.ietf.org ([4.31.198.44]) by localhost (ietfa.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id TIMuUTJD0C98 for <quic-issues@ietfa.amsl.com>; Thu, 24 Jan 2019 19:59:21 -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 1F82F128D09 for <quic-issues@ietf.org>; Thu, 24 Jan 2019 19:59:21 -0800 (PST)
Date: Thu, 24 Jan 2019 19:59:19 -0800
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1548388759; bh=+lmpOoVxCXxrPV+3eWl61U8rD59e7n3Ca8pQ+rw9dzI=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=KmQ7wMu7A0u4UocFfxmlpm+VNnIlkvpYMSIMr60xWAJ5E28c7mdT6bFwtkp5/73IT ea3kugATNu22VBM/FjZnCCUJ+vmW1QsIN8f7/vxCZ7Z1LPpCm5oa3I3K5VpzteCA3X n14IB8s1h65tRylE4nIbguSlvuXV9jLeJQiSwM5o=
From: Martin Thomson <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+0166e4ab6324d3197fd1331e2a6f2b4c07ec1c3ace36528592cf0000000118624b9792a169ce177f2f28@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/pull/2261/review/196351282@github.com>
In-Reply-To: <quicwg/base-drafts/pull/2261@github.com>
References: <quicwg/base-drafts/pull/2261@github.com>
Subject: Re: [quicwg/base-drafts] Clarify when a dynamic table entry can be evicted. (#2261)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5c4a899797351_265e3f9d840d45c4187c5"; 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/5gVlYqvHYHRnPLAIGbsSww4QL94>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
List-Id: Notification list for GitHub issues related to the QUIC WG <quic-issues.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=unsubscribe>
List-Archive: <https://mailarchive.ietf.org/arch/browse/quic-issues/>
List-Post: <mailto:quic-issues@ietf.org>
List-Help: <mailto:quic-issues-request@ietf.org?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, 25 Jan 2019 03:59:23 -0000

----==_mimepart_5c4a899797351_265e3f9d840d45c4187c5
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/2261#pullrequestreview-196351282
----==_mimepart_5c4a899797351_265e3f9d840d45c4187c5
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/2261#pullrequestreview-196351282">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AWbkqz0r_G6qAtslgv7kLUKiggdhVWoAks5vGoEXgaJpZM4Zh8iw">mute the thread</a>.<img src="https://github.com/notifications/beacon/AWbkq0tmQbkqKUXdyYhS23_je1fsOdIkks5vGoEXgaJpZM4Zh8iw.gif" height="1" width="1" alt="" /></p>
<script type="application/json" data-scope="inboxmarkup">{"api_version":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name":"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"https://github.githubassets.com/images/email/message_cards/header.png","avatar_image_url":"https://github.githubassets.com/images/email/message_cards/avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/quicwg/base-drafts"}},"updates":{"snippets":[{"icon":"PERSON","message":"@martinthomson approved #2261"}],"action":{"name":"View Pull Request","url":"https://github.com/quicwg/base-drafts/pull/2261#pullrequestreview-196351282"}}}</script>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/pull/2261#pullrequestreview-196351282",
"url": "https://github.com/quicwg/base-drafts/pull/2261#pullrequestreview-196351282",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>
----==_mimepart_5c4a899797351_265e3f9d840d45c4187c5--


From nobody Thu Jan 24 22:26: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 0F82512D4EC for <quic-issues@ietfa.amsl.com>; Thu, 24 Jan 2019 22:26:40 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -12.553
X-Spam-Level: 
X-Spam-Status: No, score=-12.553 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIMWL_WL_HIGH=-4.553, 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_PASS=-0.001] autolearn=ham autolearn_force=no
Authentication-Results: ietfa.amsl.com (amavisd-new); dkim=pass (1024-bit key) header.d=github.com
Received: from mail.ietf.org ([4.31.198.44]) by localhost (ietfa.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id a3GlXRQ8tdik for <quic-issues@ietfa.amsl.com>; Thu, 24 Jan 2019 22:26: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 D5B2A129508 for <quic-issues@ietf.org>; Thu, 24 Jan 2019 22:26:37 -0800 (PST)
Date: Thu, 24 Jan 2019 22:26:36 -0800
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1548397596; bh=x95rrWr+q/aKmffqT12vg9iJu+WwCYBnFVY5r03WjzM=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=VMRTXXP3wyBwSSdx5lcbp2mIGjmS/CUL42PqFwXTLJ/wtEIoyL7YVh94IzkEjs0dg wqBGv01VHhgooTX/A/jF3ydmYi2N1COwKNO9tqReGzfREbJBVCta625Rtijcoq8F18 S94WaJDye4osPMPQOMzm+8/znMhrvTdqVfyfIP/8=
From: Roni Even <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+0166e4abe0e2334ea807dfc3f98135ed3a5788555bceda5a92cf0000000118626e1c92a169ce17fa7dfa@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/pull/2364/c457469779@github.com>
In-Reply-To: <quicwg/base-drafts/pull/2364@github.com>
References: <quicwg/base-drafts/pull/2364@github.com>
Subject: Re: [quicwg/base-drafts] Moving text on spinbit into transport (#2364)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5c4aac1cc4651_60a13fb1e98d45c01863c9"; charset=UTF-8
Content-Transfer-Encoding: 7bit
Precedence: list
X-GitHub-Sender: ronieven
X-GitHub-Recipient: quic-issues
X-GitHub-Reason: subscribed
X-Auto-Response-Suppress: All
X-GitHub-Recipient-Address: quic-issues@ietf.org
Archived-At: <https://mailarchive.ietf.org/arch/msg/quic-issues/5IlLdMYNXHghJYG3J6HfGHaGhpc>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
List-Id: Notification list for GitHub issues related to the QUIC WG <quic-issues.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=unsubscribe>
List-Archive: <https://mailarchive.ietf.org/arch/browse/quic-issues/>
List-Post: <mailto:quic-issues@ietf.org>
List-Help: <mailto:quic-issues-request@ietf.org?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, 25 Jan 2019 06:26:40 -0000

----==_mimepart_5c4aac1cc4651_60a13fb1e98d45c01863c9
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: quoted-printable

Hi,=0D
=0D
Fully agree with Marcus, the text is for implementers, it is not how to a=
nalyze which will be in a spin experiment document.=0D
=0D
Roni Even=0D
=0D
 =0D
=0D
From: Marcus Ihlar [mailto:notifications@github.com] =0D
Sent: Thursday, January 24, 2019 12:02 PM=0D
To: quicwg/base-drafts=0D
Cc: Roni Even; Comment=0D
Subject: Re: [quicwg/base-drafts] Moving text on spinbit into transport (=
#2364)=0D
=0D
 =0D
=0D
@larseggert <https://github.com/larseggert>  I'm not sure what the issue =
is?=0D
The consensus in BKK was that the bit should be included in the standard,=
 this PR only contains the information necessary for implementors, no tex=
t on how to interpret or process the bit on path. Simply referencing a no=
n-milestone potentially experimental document seems a bit odd.=0D
=0D
=E2=80=94=0D
You are receiving this because you commented.=0D
Reply to this email directly, view it on GitHub <https://github.com/quicw=
g/base-drafts/pull/2364#issuecomment-457138525> , or mute the thread <htt=
ps://github.com/notifications/unsubscribe-auth/AO62eW7mWW6Az5lkjFAb2hnIBn=
VUFJkcks5vGYSBgaJpZM4aPA_u> .  <https://github.com/notifications/beacon/A=
O62eftKEmvMr5lTmWseBjU8s4VQnQbqks5vGYSBgaJpZM4aPA_u.gif> =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/2364#issuecomment-457469779=

----==_mimepart_5c4aac1cc4651_60a13fb1e98d45c01863c9
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: quoted-printable

Hi,<br>=0D
<br>=0D
Fully agree with Marcus, the text is for implementers, it is not how to a=
nalyze which will be in a spin experiment document.<br>=0D
<br>=0D
Roni Even<br>=0D
<br>=0D
 <br>=0D
<br>=0D
From: Marcus Ihlar [mailto:notifications@github.com] <br>=0D
Sent: Thursday, January 24, 2019 12:02 PM<br>=0D
To: quicwg/base-drafts<br>=0D
Cc: Roni Even; Comment<br>=0D
Subject: Re: [quicwg/base-drafts] Moving text on spinbit into transport (=
#2364)<br>=0D
<br>=0D
 <br>=0D
<br>=0D
@larseggert &lt;https://github.com/larseggert&gt;  I&#39;m not sure what =
the issue is?<br>=0D
The consensus in BKK was that the bit should be included in the standard,=
 this PR only contains the information necessary for implementors, no tex=
t on how to interpret or process the bit on path. Simply referencing a no=
n-milestone potentially experimental document seems a bit odd.<br>=0D
<br>=0D
=E2=80=94<br>=0D
You are receiving this because you commented.<br>=0D
Reply to this email directly, view it on GitHub &lt;https://github.com/qu=
icwg/base-drafts/pull/2364#issuecomment-457138525&gt; , or mute the threa=
d &lt;https://github.com/notifications/unsubscribe-auth/AO62eW7mWW6Az5lkj=
FAb2hnIBnVUFJkcks5vGYSBgaJpZM4aPA_u&gt; .  &lt;https://github.com/notific=
ations/beacon/AO62eftKEmvMr5lTmWseBjU8s4VQnQbqks5vGYSBgaJpZM4aPA_u.gif&gt=
; <br>=0D
<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/2364#issuecomment-457469779">view it on GitHub</a>, o=
r <a href=3D"https://github.com/notifications/unsubscribe-auth/AWbkq-k6Dh=
9hwld3EiWtgtXDNNn84OUvks5vGqOcgaJpZM4aPA_u">mute the thread</a>.<img src=3D=
"https://github.com/notifications/beacon/AWbkq-1oySf5ux_UnuhaiM0cXb8hvlKJ=
ks5vGqOcgaJpZM4aPA_u.gif" height=3D"1" width=3D"1" alt=3D"" /></p>=0D
<script type=3D"application/json" data-scope=3D"inboxmarkup">{"api_versio=
n":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name"=
:"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"=
quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"http=
s://github.githubassets.com/images/email/message_cards/header.png","avata=
r_image_url":"https://github.githubassets.com/images/email/message_cards/=
avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/q=
uicwg/base-drafts"}},"updates":{"snippets":[{"icon":"PERSON","message":"@=
ronieven in #2364: Hi,\n\nFully agree with Marcus, the text is for implem=
enters, it is not how to analyze which will be in a spin experiment docum=
ent.\n\nRoni Even\n\n \n\nFrom: Marcus Ihlar [mailto:notifications@github=
.com] \nSent: Thursday, January 24, 2019 12:02 PM\nTo: quicwg/base-drafts=
\nCc: Roni Even; Comment\nSubject: Re: [quicwg/base-drafts] Moving text o=
n spinbit into transport (#2364)\n\n \n\n@larseggert \u003chttps://github=
.com/larseggert\u003e  I'm not sure what the issue is?\nThe consensus in =
BKK was that the bit should be included in the standard, this PR only con=
tains the information necessary for implementors, no text on how to inter=
pret or process the bit on path. Simply referencing a non-milestone poten=
tially experimental document seems a bit odd.\n\n=E2=80=94\nYou are recei=
ving this because you commented.\nReply to this email directly, view it o=
n GitHub \u003chttps://github.com/quicwg/base-drafts/pull/2364#issuecomme=
nt-457138525\u003e , or mute the thread \u003chttps://github.com/notifica=
tions/unsubscribe-auth/AO62eW7mWW6Az5lkjFAb2hnIBnVUFJkcks5vGYSBgaJpZM4aPA=
_u\u003e .  \u003chttps://github.com/notifications/beacon/AO62eftKEmvMr5l=
TmWseBjU8s4VQnQbqks5vGYSBgaJpZM4aPA_u.gif\u003e \n\n"}],"action":{"name":=
"View Pull Request","url":"https://github.com/quicwg/base-drafts/pull/236=
4#issuecomment-457469779"}}}</script>=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/2364#issuecomment-4=
57469779",=0D
"url": "https://github.com/quicwg/base-drafts/pull/2364#issuecomment-4574=
69779",=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_5c4aac1cc4651_60a13fb1e98d45c01863c9--


From nobody Fri Jan 25 02:09: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 B6CCF12D4EF for <quic-issues@ietfa.amsl.com>; Fri, 25 Jan 2019 02:09:03 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -11.149
X-Spam-Level: 
X-Spam-Status: No, score=-11.149 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIMWL_WL_HIGH=-4.553, 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_PASS=-0.001] autolearn=ham autolearn_force=no
Authentication-Results: ietfa.amsl.com (amavisd-new); dkim=pass (1024-bit key) header.d=github.com
Received: 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_ZVyye02irx for <quic-issues@ietfa.amsl.com>; Fri, 25 Jan 2019 02:09:02 -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 E67BA1294D0 for <quic-issues@ietf.org>; Fri, 25 Jan 2019 02:09:01 -0800 (PST)
Date: Fri, 25 Jan 2019 02:09:01 -0800
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1548410941; bh=CPSmC8K/jNKuwQc1qN2u1qHhLpNuq+lxu1UH6sXYikA=; h=Date:From:Reply-To:To:Cc:Subject:List-ID:List-Archive:List-Post: List-Unsubscribe:From; b=tFhoNw/cOzFTllga8keRAneaVCi1SjDCNEk42btvaA2eY9hDugVWujupxTH6t9gM0 cZ53x/1Fejdn/YEV2Qabb7ED65O8vaLYhnWkUTQy46ANBYjTwSXYNTXL+aKT5P2IYI QWRTCgmkAzukMXavXyND8HL80Ww+cMNOts6nNgow=
From: Mike Bishop <notifications@github.com>
Reply-To: quicwg/wg-materials <reply+0166e4ab8485323984eb5eb04cf9aca913365de4cf5aa5c092cf000000011862a23d92a169ce1806a2e0@reply.github.com>
To: quicwg/wg-materials <wg-materials@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/wg-materials/pull/100@github.com>
Subject: [quicwg/wg-materials] Tentative logistics slides (#100)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5c4ae03d1f19c_7643fe98e2d45bc4025f6"; 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/Ig1rPUuTBH0VoN08T-3MM9zTsXE>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
List-Id: Notification list for GitHub issues related to the QUIC WG <quic-issues.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=unsubscribe>
List-Archive: <https://mailarchive.ietf.org/arch/browse/quic-issues/>
List-Post: <mailto:quic-issues@ietf.org>
List-Help: <mailto:quic-issues-request@ietf.org?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, 25 Jan 2019 10:09:04 -0000

----==_mimepart_5c4ae03d1f19c_7643fe98e2d45bc4025f6
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/wg-materials/pull/100

-- Commit Summary --

  * Tentative logistics slides

-- File Changes --

    A interim-19-01/Logistics.pdf (0)

-- Patch Links --

https://github.com/quicwg/wg-materials/pull/100.patch
https://github.com/quicwg/wg-materials/pull/100.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/wg-materials/pull/100

----==_mimepart_5c4ae03d1f19c_7643fe98e2d45bc4025f6
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/wg-materials/pull/100'>https://github.com/quicwg/wg-materials/pull/100</a></p>

<h4>Commit Summary</h4>
<ul>
  <li>Tentative logistics slides</li>
</ul>

<h4>File Changes</h4>
<ul>
  <li>
    <strong>A</strong>
    <a href="https://github.com/quicwg/wg-materials/pull/100/files#diff-0">interim-19-01/Logistics.pdf</a>
    (0)
  </li>
</ul>

<h4>Patch Links:</h4>
<ul>
  <li><a href='https://github.com/quicwg/wg-materials/pull/100.patch'>https://github.com/quicwg/wg-materials/pull/100.patch</a></li>
  <li><a href='https://github.com/quicwg/wg-materials/pull/100.diff'>https://github.com/quicwg/wg-materials/pull/100.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/wg-materials/pull/100">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AWbkq5LANFN3G-y4HilatLnXAcs0Pm-Cks5vGte9gaJpZM4aSkic">mute the thread</a>.<img src="https://github.com/notifications/beacon/AWbkq7OL_YsWLUY-XQ2b-dvphAS_z306ks5vGte9gaJpZM4aSkic.gif" height="1" width="1" alt="" /></p>
<script type="application/json" data-scope="inboxmarkup">{"api_version":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name":"GitHub"},"entity":{"external_key":"github/quicwg/wg-materials","title":"quicwg/wg-materials","subtitle":"GitHub repository","main_image_url":"https://github.githubassets.com/images/email/message_cards/header.png","avatar_image_url":"https://github.githubassets.com/images/email/message_cards/avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/quicwg/wg-materials"}},"updates":{"snippets":[{"icon":"DESCRIPTION","message":"Tentative logistics slides (#100)"}],"action":{"name":"View Pull Request","url":"https://github.com/quicwg/wg-materials/pull/100"}}}</script>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/wg-materials/pull/100",
"url": "https://github.com/quicwg/wg-materials/pull/100",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>

----==_mimepart_5c4ae03d1f19c_7643fe98e2d45bc4025f6--


From nobody Fri Jan 25 18:50: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 251961310EE for <quic-issues@ietfa.amsl.com>; Fri, 25 Jan 2019 18:50:41 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -12.553
X-Spam-Level: 
X-Spam-Status: No, score=-12.553 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIMWL_WL_HIGH=-4.553, 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_PASS=-0.001] autolearn=ham autolearn_force=no
Authentication-Results: ietfa.amsl.com (amavisd-new); dkim=pass (1024-bit key) header.d=github.com
Received: from mail.ietf.org ([4.31.198.44]) by localhost (ietfa.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id hbueGaUitxqK for <quic-issues@ietfa.amsl.com>; Fri, 25 Jan 2019 18:50:38 -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 7939D1310EB for <quic-issues@ietf.org>; Fri, 25 Jan 2019 18:50:38 -0800 (PST)
Date: Fri, 25 Jan 2019 18:50:37 -0800
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1548471037; bh=PI8qbQxg68h7ZAOlWTiRVN0qF/z0Edqo0aD2xEK0or0=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=rMSEOznidh+s1huVcI70vIDizJAgQJJ0FEg6rhmChqLtVe8VlRV8Y2/jAxHgZ/ne5 nEA5e3A1qsd/EE6CYiSCtb3hkU5FgEg1jXOTP/L+ibFdpa66QskqW2WpKD8/FSvO3W 0rYeYp8DfnSywyxWSkye2w1UKLtdW1bT/j0vTDSw=
From: Jana Iyengar <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+0166e4abb769a0dcde5b05a2bca7335b6fb1d59a8f2f034f92cf0000000118638cfd92a169ce17ff5580@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/issues/2369/457794896@github.com>
In-Reply-To: <quicwg/base-drafts/issues/2369@github.com>
References: <quicwg/base-drafts/issues/2369@github.com>
Subject: Re: [quicwg/base-drafts] Merge normative -spin-exp text into -transport (#2369)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5c4bcafd6fa9_62063fb7a2ed45c41847b6"; 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/kCSCkpVq9t0P_-Y0nCGdqaoQIX8>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
List-Id: Notification list for GitHub issues related to the QUIC WG <quic-issues.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=unsubscribe>
List-Archive: <https://mailarchive.ietf.org/arch/browse/quic-issues/>
List-Post: <mailto:quic-issues@ietf.org>
List-Help: <mailto:quic-issues-request@ietf.org?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, 26 Jan 2019 02:50:41 -0000

----==_mimepart_5c4bcafd6fa9_62063fb7a2ed45c41847b6
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: quoted-printable

So, to be clear, the document split is an entirely editorial decision;=0D=

let's not conflate that with discussions about whether spin is PS or not.=
=0D
Of course, if spin is not PS, then the answer is clear, but even if spin =
is=0D
PS, whether it remains in a separate document or not is still an editoria=
l=0D
discussion.=0D
=0D
I'm happy to have this discussion in Tokyo, but we need to clearly separa=
te=0D
the two discussions.=0D
=0D
Please note that the recovery draft is standards track, but it is a=0D
separate document.  Being in a separate document is meaningful for things=
=0D
that can modularly be separated, esp since the transport document is=0D
already quite long at the moment.=0D
=0D
On Thu, Jan 24, 2019 at 10:30 AM hardie <notifications@github.com> wrote:=
=0D
=0D
> On Thu, Jan 24, 2019 at 2:18 AM Kazuho Oku <notifications@github.com>=0D=

> wrote:=0D
>=0D
> > I am not sure if "including spin-bit in the specification" means=0D
> including=0D
> > it in the transport draft, considering the fact that we already have=0D=

> > multiple documents that specify the QUIC protocol: invariants, transp=
ort,=0D
> > TLS, recovery. Having another document seems to be a natural way of=0D=

> > integrating a specific feature.=0D
> >=0D
> > Among the documents, I think it might be natural to assume that the=0D=

> > transport document would have the shortest lifetime, while there is f=
air=0D
> > chance that TLS and recovery documents will be reused in QUIC v2. I'd=
=0D
> also=0D
> > assume the spin-bit draft to have a longer lifetime, because I do not=
=0D
> think=0D
> > we want to change the definition of the spin bits for each QUIC versi=
on.=0D
> >=0D
> > That seems to be one reason to prefer having spin bit as a separate d=
raft=0D
> > regardless of the status of the document. Is there a specific reason =
to=0D
> > incorporate the spin-bit specification into the transport draft?=0D
> >=0D
> The transport draft is the logical place to say that the bit is taken a=
nd=0D
> to give a pointer to what it is taken for. I think keeping the normativ=
e=0D
> text on how to exercise the bit in the transport draft is cleaner. It m=
ay=0D
> change in some later version, but this is the v1 meaning of that bit an=
d=0D
> its states.=0D
>=0D
> It is not an invariant, in other words, but a v1 feature that may not b=
e=0D
> continued in later versions. That's not quite experimental in the usual=
=0D
> sense--a change to the meaning would occur in later versions. (You coul=
d,=0D
> of course, later have a security draft say that even v1 ought to refrai=
n=0D
> from spinning, should some issue occur, but that wouldn't change what=0D=

> spinning meant)=0D
>=0D
> Ted=0D
>=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
> > <=0D
> https://github.com/quicwg/base-drafts/issues/2369#issuecomment-45714411=
3>,=0D
> > or mute the thread=0D
> > <=0D
> https://github.com/notifications/unsubscribe-auth/ABVb5KjEzrC9dqRFyQi9w=
XsKCS6IRQD6ks5vGYh7gaJpZM4aQb9w=0D
> >=0D
> > .=0D
> >=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/2369#issuecomment-4573057=
64>,=0D
> or mute the thread=0D
> <https://github.com/notifications/unsubscribe-auth/AKjg1DoiyxpWo39ZPTuM=
5ehu8LC7EZh6ks5vGfvFgaJpZM4aQb9w>=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/2369#issuecomment-457794896=

----==_mimepart_5c4bcafd6fa9_62063fb7a2ed45c41847b6
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: quoted-printable

So, to be clear, the document split is an entirely editorial decision;<br=
>=0D
let&#39;s not conflate that with discussions about whether spin is PS or =
not.<br>=0D
Of course, if spin is not PS, then the answer is clear, but even if spin =
is<br>=0D
PS, whether it remains in a separate document or not is still an editoria=
l<br>=0D
discussion.<br>=0D
<br>=0D
I&#39;m happy to have this discussion in Tokyo, but we need to clearly se=
parate<br>=0D
the two discussions.<br>=0D
<br>=0D
Please note that the recovery draft is standards track, but it is a<br>=0D=

separate document.  Being in a separate document is meaningful for things=
<br>=0D
that can modularly be separated, esp since the transport document is<br>=0D=

already quite long at the moment.<br>=0D
<br>=0D
On Thu, Jan 24, 2019 at 10:30 AM hardie &lt;notifications@github.com&gt; =
wrote:<br>=0D
<br>=0D
&gt; On Thu, Jan 24, 2019 at 2:18 AM Kazuho Oku &lt;notifications@github.=
com&gt;<br>=0D
&gt; wrote:<br>=0D
&gt;<br>=0D
&gt; &gt; I am not sure if &quot;including spin-bit in the specification&=
quot; means<br>=0D
&gt; including<br>=0D
&gt; &gt; it in the transport draft, considering the fact that we already=
 have<br>=0D
&gt; &gt; multiple documents that specify the QUIC protocol: invariants, =
transport,<br>=0D
&gt; &gt; TLS, recovery. Having another document seems to be a natural wa=
y of<br>=0D
&gt; &gt; integrating a specific feature.<br>=0D
&gt; &gt;<br>=0D
&gt; &gt; Among the documents, I think it might be natural to assume that=
 the<br>=0D
&gt; &gt; transport document would have the shortest lifetime, while ther=
e is fair<br>=0D
&gt; &gt; chance that TLS and recovery documents will be reused in QUIC v=
2. I&#39;d<br>=0D
&gt; also<br>=0D
&gt; &gt; assume the spin-bit draft to have a longer lifetime, because I =
do not<br>=0D
&gt; think<br>=0D
&gt; &gt; we want to change the definition of the spin bits for each QUIC=
 version.<br>=0D
&gt; &gt;<br>=0D
&gt; &gt; That seems to be one reason to prefer having spin bit as a sepa=
rate draft<br>=0D
&gt; &gt; regardless of the status of the document. Is there a specific r=
eason to<br>=0D
&gt; &gt; incorporate the spin-bit specification into the transport draft=
?<br>=0D
&gt; &gt;<br>=0D
&gt; The transport draft is the logical place to say that the bit is take=
n and<br>=0D
&gt; to give a pointer to what it is taken for. I think keeping the norma=
tive<br>=0D
&gt; text on how to exercise the bit in the transport draft is cleaner. I=
t may<br>=0D
&gt; change in some later version, but this is the v1 meaning of that bit=
 and<br>=0D
&gt; its states.<br>=0D
&gt;<br>=0D
&gt; It is not an invariant, in other words, but a v1 feature that may no=
t be<br>=0D
&gt; continued in later versions. That&#39;s not quite experimental in th=
e usual<br>=0D
&gt; sense--a change to the meaning would occur in later versions. (You c=
ould,<br>=0D
&gt; of course, later have a security draft say that even v1 ought to ref=
rain<br>=0D
&gt; from spinning, should some issue occur, but that wouldn&#39;t change=
 what<br>=0D
&gt; spinning meant)<br>=0D
&gt;<br>=0D
&gt; Ted<br>=0D
&gt;<br>=0D
&gt;<br>=0D
&gt; &gt; =E2=80=94<br>=0D
&gt; &gt; You are receiving this because you are subscribed to this threa=
d.<br>=0D
&gt; &gt; Reply to this email directly, view it on GitHub<br>=0D
&gt; &gt; &lt;<br>=0D
&gt; https://github.com/quicwg/base-drafts/issues/2369#issuecomment-45714=
4113&gt;,<br>=0D
&gt; &gt; or mute the thread<br>=0D
&gt; &gt; &lt;<br>=0D
&gt; https://github.com/notifications/unsubscribe-auth/ABVb5KjEzrC9dqRFyQ=
i9wXsKCS6IRQD6ks5vGYh7gaJpZM4aQb9w<br>=0D
&gt; &gt;<br>=0D
&gt; &gt; .<br>=0D
&gt; &gt;<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/2369#issuecomment-4=
57305764&gt;,<br>=0D
&gt; or mute the thread<br>=0D
&gt; &lt;https://github.com/notifications/unsubscribe-auth/AKjg1DoiyxpWo3=
9ZPTuM5ehu8LC7EZh6ks5vGfvFgaJpZM4aQb9w&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/2369#issuecomment-457794896">view it on GitHub</a>,=
 or <a href=3D"https://github.com/notifications/unsubscribe-auth/AWbkq0Jd=
oH0Wd_njbQ1M1i0dSC8Ye2MWks5vG8J9gaJpZM4aQb9w">mute the thread</a>.<img sr=
c=3D"https://github.com/notifications/beacon/AWbkq-aHS2EZkTelpLcwlKlw7OwA=
QU68ks5vG8J9gaJpZM4aQb9w.gif" height=3D"1" width=3D"1" alt=3D"" /></p>=0D=

<script type=3D"application/json" data-scope=3D"inboxmarkup">{"api_versio=
n":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name"=
:"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"=
quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"http=
s://github.githubassets.com/images/email/message_cards/header.png","avata=
r_image_url":"https://github.githubassets.com/images/email/message_cards/=
avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/q=
uicwg/base-drafts"}},"updates":{"snippets":[{"icon":"PERSON","message":"@=
janaiyengar in #2369: So, to be clear, the document split is an entirely =
editorial decision;\nlet's not conflate that with discussions about wheth=
er spin is PS or not.\nOf course, if spin is not PS, then the answer is c=
lear, but even if spin is\nPS, whether it remains in a separate document =
or not is still an editorial\ndiscussion.\n\nI'm happy to have this discu=
ssion in Tokyo, but we need to clearly separate\nthe two discussions.\n\n=
Please note that the recovery draft is standards track, but it is a\nsepa=
rate document.  Being in a separate document is meaningful for things\nth=
at can modularly be separated, esp since the transport document is\nalrea=
dy quite long at the moment.\n\nOn Thu, Jan 24, 2019 at 10:30 AM hardie \=
u003cnotifications@github.com\u003e wrote:\n\n\u003e On Thu, Jan 24, 2019=
 at 2:18 AM Kazuho Oku \u003cnotifications@github.com\u003e\n\u003e wrote=
:\n\u003e\n\u003e \u003e I am not sure if \"including spin-bit in the spe=
cification\" means\n\u003e including\n\u003e \u003e it in the transport d=
raft, considering the fact that we already have\n\u003e \u003e multiple d=
ocuments that specify the QUIC protocol: invariants, transport,\n\u003e \=
u003e TLS, recovery. Having another document seems to be a natural way of=
\n\u003e \u003e integrating a specific feature.\n\u003e \u003e\n\u003e \u=
003e Among the documents, I think it might be natural to assume that the\=
n\u003e \u003e transport document would have the shortest lifetime, while=
 there is fair\n\u003e \u003e chance that TLS and recovery documents will=
 be reused in QUIC v2. I'd\n\u003e also\n\u003e \u003e assume the spin-bi=
t draft to have a longer lifetime, because I do not\n\u003e think\n\u003e=
 \u003e we want to change the definition of the spin bits for each QUIC v=
ersion.\n\u003e \u003e\n\u003e \u003e That seems to be one reason to pref=
er having spin bit as a separate draft\n\u003e \u003e regardless of the s=
tatus of the document. Is there a specific reason to\n\u003e \u003e incor=
porate the spin-bit specification into the transport draft?\n\u003e \u003=
e\n\u003e The transport draft is the logical place to say that the bit is=
 taken and\n\u003e to give a pointer to what it is taken for. I think kee=
ping the normative\n\u003e text on how to exercise the bit in the transpo=
rt draft is cleaner. It may\n\u003e change in some later version, but thi=
s is the v1 meaning of that bit and\n\u003e its states.\n\u003e\n\u003e I=
t is not an invariant, in other words, but a v1 feature that may not be\n=
\u003e continued in later versions. That's not quite experimental in the =
usual\n\u003e sense--a change to the meaning would occur in later version=
s. (You could,\n\u003e of course, later have a security draft say that ev=
en v1 ought to refrain\n\u003e from spinning, should some issue occur, bu=
t that wouldn't change what\n\u003e spinning meant)\n\u003e\n\u003e Ted\n=
\u003e\n\u003e\n\u003e \u003e =E2=80=94\n\u003e \u003e You are receiving =
this because you are subscribed to this thread.\n\u003e \u003e Reply to t=
his email directly, view it on GitHub\n\u003e \u003e \u003c\n\u003e https=
://github.com/quicwg/base-drafts/issues/2369#issuecomment-457144113\u003e=
,\n\u003e \u003e or mute the thread\n\u003e \u003e \u003c\n\u003e https:/=
/github.com/notifications/unsubscribe-auth/ABVb5KjEzrC9dqRFyQi9wXsKCS6IRQ=
D6ks5vGYh7gaJpZM4aQb9w\n\u003e \u003e\n\u003e \u003e .\n\u003e \u003e\n\u=
003e\n\u003e =E2=80=94\n\u003e You are receiving this because you were me=
ntioned.\n\u003e Reply to this email directly, view it on GitHub\n\u003e =
\u003chttps://github.com/quicwg/base-drafts/issues/2369#issuecomment-4573=
05764\u003e,\n\u003e or mute the thread\n\u003e \u003chttps://github.com/=
notifications/unsubscribe-auth/AKjg1DoiyxpWo39ZPTuM5ehu8LC7EZh6ks5vGfvFga=
JpZM4aQb9w\u003e\n\u003e .\n\u003e\n"}],"action":{"name":"View Issue","ur=
l":"https://github.com/quicwg/base-drafts/issues/2369#issuecomment-457794=
896"}}}</script>=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/2369#issuecomment=
-457794896",=0D
"url": "https://github.com/quicwg/base-drafts/issues/2369#issuecomment-45=
7794896",=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_5c4bcafd6fa9_62063fb7a2ed45c41847b6--


From nobody Fri Jan 25 19:24: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 DE70E1310F5 for <quic-issues@ietfa.amsl.com>; Fri, 25 Jan 2019 19:24:32 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -10.935
X-Spam-Level: 
X-Spam-Status: No, score=-10.935 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIMWL_WL_HIGH=-4.553, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, HTML_IMAGE_ONLY_24=1.618, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-1, RCVD_IN_DNSWL_HI=-5, SPF_PASS=-0.001] autolearn=ham autolearn_force=no
Authentication-Results: ietfa.amsl.com (amavisd-new); dkim=pass (1024-bit key) header.d=github.com
Received: from mail.ietf.org ([4.31.198.44]) by localhost (ietfa.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 8vAolkXVrzkc for <quic-issues@ietfa.amsl.com>; Fri, 25 Jan 2019 19:24:31 -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 4D2921310F0 for <quic-issues@ietf.org>; Fri, 25 Jan 2019 19:24:31 -0800 (PST)
Date: Fri, 25 Jan 2019 19:24:30 -0800
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1548473070; bh=3ODe1luk8rX7gY94T7fyhVsFUPSIyZK+Eb+mH1KGMGI=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=C0FHXqePH9FNxZpRoxgwkV2AcSVwK58g4MalmZWpKs9qmhXyp8iAh04ahAAmyfEBg uAAvJQOnmBTxC6b6Nt9MB/3ldbUZLcA6w3ZJpfC8fnU8FtIUdpIuXa/4JNGKQoJgff TsWag3Olla117cBQ5FEEhoa8LuEM+VnmESuyV92k=
From: Mike Bishop <notifications@github.com>
Reply-To: quicwg/wg-materials <noreply@github.com>
To: quicwg/wg-materials <wg-materials@noreply.github.com>
Cc: Push <push@noreply.github.com>
Message-ID: <quicwg/wg-materials/pull/100/push/3245949815@github.com>
In-Reply-To: <quicwg/wg-materials/pull/100@github.com>
References: <quicwg/wg-materials/pull/100@github.com>
Subject: Re: [quicwg/wg-materials] Tentative logistics slides (#100)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5c4bd2ee14a89_6db23f8c084d45bc506f0"; 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/EVRikWpXAAQwTNeUwMmbdQO2NH8>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
List-Id: Notification list for GitHub issues related to the QUIC WG <quic-issues.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=unsubscribe>
List-Archive: <https://mailarchive.ietf.org/arch/browse/quic-issues/>
List-Post: <mailto:quic-issues@ietf.org>
List-Help: <mailto:quic-issues-request@ietf.org?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, 26 Jan 2019 03:24:33 -0000

----==_mimepart_5c4bd2ee14a89_6db23f8c084d45bc506f0
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

@MikeBishop pushed 1 commit.

b90d3330ad17ec0f8c521b3bffb427f367d86f76  Updated Wi-Fi information


-- 
You are receiving this because you are subscribed to this thread.
View it on GitHub:
https://github.com/quicwg/wg-materials/pull/100/files/6d18109efee0fdce6efb4daef96875d1da4ffa99..b90d3330ad17ec0f8c521b3bffb427f367d86f76

----==_mimepart_5c4bd2ee14a89_6db23f8c084d45bc506f0
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/wg-materials/commit/b90d3330ad17ec0f8c521b3bffb427f367d86f76">b90d333</a>  Updated Wi-Fi information</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/wg-materials/pull/100/files/6d18109efee0fdce6efb4daef96875d1da4ffa99..b90d3330ad17ec0f8c521b3bffb427f367d86f76">View it on GitHub</a> or <a href="https://github.com/notifications/unsubscribe-auth/AWbkqw6tuMNc5vYlgfhk7UEKGy7qEIEGks5vG8pugaJpZM4aSkic">mute the thread</a>.<img src="https://github.com/notifications/beacon/AWbkq052vM3AFs71WlF4H4gs1fbjNKwlks5vG8pugaJpZM4aSkic.gif" height="1" width="1" alt="" /></p>
<script type="application/json" data-scope="inboxmarkup">{"api_version":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name":"GitHub"},"entity":{"external_key":"github/quicwg/wg-materials","title":"quicwg/wg-materials","subtitle":"GitHub repository","main_image_url":"https://github.githubassets.com/images/email/message_cards/header.png","avatar_image_url":"https://github.githubassets.com/images/email/message_cards/avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/quicwg/wg-materials"}},"updates":{"snippets":[{"icon":"PERSON","message":"@MikeBishop pushed 1 commit in #100"}],"action":{"name":"View Pull Request","url":"https://github.com/quicwg/wg-materials/pull/100/files/6d18109efee0fdce6efb4daef96875d1da4ffa99..b90d3330ad17ec0f8c521b3bffb427f367d86f76"}}}</script>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/wg-materials/pull/100/files/6d18109efee0fdce6efb4daef96875d1da4ffa99..b90d3330ad17ec0f8c521b3bffb427f367d86f76",
"url": "https://github.com/quicwg/wg-materials/pull/100/files/6d18109efee0fdce6efb4daef96875d1da4ffa99..b90d3330ad17ec0f8c521b3bffb427f367d86f76",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>

----==_mimepart_5c4bd2ee14a89_6db23f8c084d45bc506f0--


From nobody Sat Jan 26 00:08: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 0442713117B for <quic-issues@ietfa.amsl.com>; Sat, 26 Jan 2019 00:08:54 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -11.148
X-Spam-Level: 
X-Spam-Status: No, score=-11.148 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIMWL_WL_HIGH=-4.553, 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_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 XWdLOBj42Ugw for <quic-issues@ietfa.amsl.com>; Sat, 26 Jan 2019 00:08: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 40545131177 for <quic-issues@ietf.org>; Sat, 26 Jan 2019 00:08:52 -0800 (PST)
Date: Sat, 26 Jan 2019 00:08:50 -0800
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1548490130; bh=8qhyj/+3NMP2DehqLe4cnFmm9O4aWiQHSiQijOAQJzU=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=oWu7TifjVpM4KfKBvzhwlUjRRM2SMlu1hHsItozn46pMSrCQyaN+uZ9auG/oscYvw 31GJ+7GbvIwY2XL5GFAU4Hx9um4rIWgxk6WLbgECsyJ3M/fxNG5e6RRauFgVJlnWDf uib1TkPQ2rVsW83NbjDWH7v9dmSvLip1IKwqtLdo=
From: Marten Seemann <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+0166e4abd97b0c30126439074beeb1172cdb1a9a53bebb0d92cf000000011863d79292a169ce17e00219@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/issues/2344/457812259@github.com>
In-Reply-To: <quicwg/base-drafts/issues/2344@github.com>
References: <quicwg/base-drafts/issues/2344@github.com>
Subject: Re: [quicwg/base-drafts] RESET_STREAM should be allowed in 0-RTT packets (#2344)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5c4c1592bdd4d_35ce3f8a86ad45bc241729"; 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/DyhtfsS5ns8FXgSLfyTbUkpmx48>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
List-Id: Notification list for GitHub issues related to the QUIC WG <quic-issues.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=unsubscribe>
List-Archive: <https://mailarchive.ietf.org/arch/browse/quic-issues/>
List-Post: <mailto:quic-issues@ietf.org>
List-Help: <mailto:quic-issues-request@ietf.org?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, 26 Jan 2019 08:08:54 -0000

----==_mimepart_5c4c1592bdd4d_35ce3f8a86ad45bc241729
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

If I understand our [rules for dropping keys](https://quicwg.org/base-drafts/draft-ietf-quic-tls.html#discarding-unused-keys) correctly, this attack is only possible for a limited amount of time, namely 3 PTO after the server received the Client Initial:
> For 0-RTT keys, which do not carry CRYPTO frames, this timer starts when the first packets protected with 1-RTT are sent or 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/issues/2344#issuecomment-457812259
----==_mimepart_5c4c1592bdd4d_35ce3f8a86ad45bc241729
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: quoted-printable

<p>If I understand our <a href=3D"https://quicwg.org/base-drafts/draft-ie=
tf-quic-tls.html#discarding-unused-keys" rel=3D"nofollow">rules for dropp=
ing keys</a> correctly, this attack is only possible for a limited amount=
 of time, namely 3 PTO after the server received the Client Initial:</p>
<blockquote>
<p>For 0-RTT keys, which do not carry CRYPTO frames, this timer starts wh=
en the first packets protected with 1-RTT are sent or received.</p>
</blockquote>

<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/2344#issuecomment-457812259">view it on GitHub</a>,=
 or <a href=3D"https://github.com/notifications/unsubscribe-auth/AWbkq3-n=
Cooq-5iqCVP0LYUI236Sxq29ks5vHA0SgaJpZM4aHKE6">mute the thread</a>.<img sr=
c=3D"https://github.com/notifications/beacon/AWbkqwe1eZtbDp7sD_FodBZLUulp=
aY7uks5vHA0SgaJpZM4aHKE6.gif" height=3D"1" width=3D"1" alt=3D"" /></p>
<script type=3D"application/json" data-scope=3D"inboxmarkup">{"api_versio=
n":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name"=
:"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"=
quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"http=
s://github.githubassets.com/images/email/message_cards/header.png","avata=
r_image_url":"https://github.githubassets.com/images/email/message_cards/=
avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/q=
uicwg/base-drafts"}},"updates":{"snippets":[{"icon":"PERSON","message":"@=
marten-seemann in #2344: If I understand our [rules for dropping keys](ht=
tps://quicwg.org/base-drafts/draft-ietf-quic-tls.html#discarding-unused-k=
eys) correctly, this attack is only possible for a limited amount of time=
, namely 3 PTO after the server received the Client Initial:\r\n\u003e Fo=
r 0-RTT keys, which do not carry CRYPTO frames, this timer starts when th=
e first packets protected with 1-RTT are sent or received."}],"action":{"=
name":"View Issue","url":"https://github.com/quicwg/base-drafts/issues/23=
44#issuecomment-457812259"}}}</script>
<script type=3D"application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/issues/2344#issuecomment=
-457812259",
"url": "https://github.com/quicwg/base-drafts/issues/2344#issuecomment-45=
7812259",
"name": "View Issue"
},
"description": "View this Issue on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>=

----==_mimepart_5c4c1592bdd4d_35ce3f8a86ad45bc241729--


From nobody Sat Jan 26 19:25: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 1AF7A128B14 for <quic-issues@ietfa.amsl.com>; Sat, 26 Jan 2019 19:25:57 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -11.149
X-Spam-Level: 
X-Spam-Status: No, score=-11.149 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIMWL_WL_HIGH=-4.553, 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_PASS=-0.001] autolearn=ham autolearn_force=no
Authentication-Results: ietfa.amsl.com (amavisd-new); dkim=pass (1024-bit key) header.d=github.com
Received: from mail.ietf.org ([4.31.198.44]) by localhost (ietfa.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id yQdBOpAIQL6n for <quic-issues@ietfa.amsl.com>; Sat, 26 Jan 2019 19:25: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 6F4381288BD for <quic-issues@ietf.org>; Sat, 26 Jan 2019 19:25:55 -0800 (PST)
Date: Sat, 26 Jan 2019 19:25:54 -0800
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1548559554; bh=8IC+9gqAAJxnr3hsR9N6wvzeyDo7M2ndiCGgyboGU+g=; h=Date:From:Reply-To:To:Cc:Subject:List-ID:List-Archive:List-Post: List-Unsubscribe:From; b=V+RKk+cKq11tMfgFFO5g2QYcS+lXCYuVyxJpbFlGir/FrTsa7BuV8yefRBxecDTI7 DFiHINBOjt9XtKxwiTL5sYpCWdpEBnTMhMKI8Em7OZOaMuw/q5Y/e/9d0kN4NiXC/C ymo+xeXnigrOeYI1nnh5DQ3l7O6lLQD/MqPStwcE=
From: Christian Huitema <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+0166e4abc007f59d106e9101bf1be7e94f90f401d3f066a092cf000000011864e6c292a169ce180d1061@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/pull/2370@github.com>
Subject: [quicwg/base-drafts] Stronger migration handshake (#2370)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5c4d24c226c8_3c683fcb87cd45b487951a"; 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/t0iD91-ZphTANc2tsaS-gninLok>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
List-Id: Notification list for GitHub issues related to the QUIC WG <quic-issues.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=unsubscribe>
List-Archive: <https://mailarchive.ietf.org/arch/browse/quic-issues/>
List-Post: <mailto:quic-issues@ietf.org>
List-Help: <mailto:quic-issues-request@ietf.org?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, 27 Jan 2019 03:25:57 -0000

----==_mimepart_5c4d24c226c8_3c683fcb87cd45b487951a
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

State requirement that clients must wait until the server considers the handshake finished before starting migration.
You can view, comment on, or merge this pull request online at:

  https://github.com/quicwg/base-drafts/pull/2370

-- Commit Summary --

  * Merge pull request #11 from quicwg/master
  * State requirement that clients must wait until ACK of 1-RTT

-- File Changes --

    M draft-ietf-quic-transport.md (5)

-- Patch Links --

https://github.com/quicwg/base-drafts/pull/2370.patch
https://github.com/quicwg/base-drafts/pull/2370.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/2370

----==_mimepart_5c4d24c226c8_3c683fcb87cd45b487951a
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

<p>State requirement that clients must wait until the server considers the handshake finished before starting migration.</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/2370'>https://github.com/quicwg/base-drafts/pull/2370</a></p>

<h4>Commit Summary</h4>
<ul>
  <li>Merge pull request #11 from quicwg/master</li>
  <li>State requirement that clients must wait until ACK of 1-RTT</li>
</ul>

<h4>File Changes</h4>
<ul>
  <li>
    <strong>M</strong>
    <a href="https://github.com/quicwg/base-drafts/pull/2370/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/2370.patch'>https://github.com/quicwg/base-drafts/pull/2370.patch</a></li>
  <li><a href='https://github.com/quicwg/base-drafts/pull/2370.diff'>https://github.com/quicwg/base-drafts/pull/2370.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/2370">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AWbkqyAC3a2t1_xBqFeyUhWi3UJjnGexks5vHRxCgaJpZM4aUhBL">mute the thread</a>.<img src="https://github.com/notifications/beacon/AWbkq83hkui_gVpG7Rca3e2d8GK-Chnfks5vHRxCgaJpZM4aUhBL.gif" height="1" width="1" alt="" /></p>
<script type="application/json" data-scope="inboxmarkup">{"api_version":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name":"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"https://github.githubassets.com/images/email/message_cards/header.png","avatar_image_url":"https://github.githubassets.com/images/email/message_cards/avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/quicwg/base-drafts"}},"updates":{"snippets":[{"icon":"DESCRIPTION","message":"Stronger migration handshake (#2370)"}],"action":{"name":"View Pull Request","url":"https://github.com/quicwg/base-drafts/pull/2370"}}}</script>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/pull/2370",
"url": "https://github.com/quicwg/base-drafts/pull/2370",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>

----==_mimepart_5c4d24c226c8_3c683fcb87cd45b487951a--


From nobody Sat Jan 26 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 3E5AB128AFB for <quic-issues@ietfa.amsl.com>; Sat, 26 Jan 2019 19:26:31 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -10.935
X-Spam-Level: 
X-Spam-Status: No, score=-10.935 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIMWL_WL_HIGH=-4.553, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, HTML_IMAGE_ONLY_24=1.618, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-1, RCVD_IN_DNSWL_HI=-5, SPF_PASS=-0.001] autolearn=ham autolearn_force=no
Authentication-Results: ietfa.amsl.com (amavisd-new); dkim=pass (1024-bit key) header.d=github.com
Received: from mail.ietf.org ([4.31.198.44]) by localhost (ietfa.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id bnOPBwXfDqoN for <quic-issues@ietfa.amsl.com>; Sat, 26 Jan 2019 19:26: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 A375212896A for <quic-issues@ietf.org>; Sat, 26 Jan 2019 19:26:29 -0800 (PST)
Date: Sat, 26 Jan 2019 19:26:28 -0800
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1548559588; bh=7V2jjC2EnVWxLfUz1XlsWLx9dLPMeED6Y0QiLR8obmo=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=ytEkMudx24EqnkvsIgX+2179nBCFFBcHy9RS5ZFoYGrLVZNsl8wa43zTZ/Gbzh528 MATQpUsEuHRt9USbtJP+slZVOm2yNO6LOAjZtLMI88Ctjkq/LAST0tqvFYHTt0ssDk tgKUHPTasp64GdMJR8ZludcWBK7DfAq7T9wnHBlE=
From: Christian Huitema <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+0166e4ab9b81fba9b9614fd84e3bdd45858ff2dfda93278992cf000000011864e6e492a169ce179fc90b@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/issues/2309/457885844@github.com>
In-Reply-To: <quicwg/base-drafts/issues/2309@github.com>
References: <quicwg/base-drafts/issues/2309@github.com>
Subject: Re: [quicwg/base-drafts] Migration before handshake completed is very messy (#2309)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5c4d24e42e36b_4bd53ff7918d45b46979c8"; 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/y74KpXR4HJNWnsOnI4hT4BHG9rI>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
List-Id: Notification list for GitHub issues related to the QUIC WG <quic-issues.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=unsubscribe>
List-Archive: <https://mailarchive.ietf.org/arch/browse/quic-issues/>
List-Post: <mailto:quic-issues@ietf.org>
List-Help: <mailto:quic-issues-request@ietf.org?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, 27 Jan 2019 03:26:31 -0000

----==_mimepart_5c4d24e42e36b_4bd53ff7918d45b46979c8
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

Started Pr #2370 

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/quicwg/base-drafts/issues/2309#issuecomment-457885844
----==_mimepart_5c4d24e42e36b_4bd53ff7918d45b46979c8
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

<p>Started Pr <a class="issue-link js-issue-link" data-error-text="Failed to load issue title" data-id="403509345" data-permission-text="Issue title is private" data-url="https://github.com/quicwg/base-drafts/issues/2370" data-hovercard-type="pull_request" data-hovercard-url="/quicwg/base-drafts/pull/2370/hovercard" href="https://github.com/quicwg/base-drafts/pull/2370">#2370</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/2309#issuecomment-457885844">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AWbkq1Xhvo0-CDqeYGj6jz_-mnEYbx5fks5vHRxkgaJpZM4Zy3KE">mute the thread</a>.<img src="https://github.com/notifications/beacon/AWbkqxkk3GBG8ccqqpxJS8lmgg3cdtrPks5vHRxkgaJpZM4Zy3KE.gif" height="1" width="1" alt="" /></p>
<script type="application/json" data-scope="inboxmarkup">{"api_version":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name":"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"https://github.githubassets.com/images/email/message_cards/header.png","avatar_image_url":"https://github.githubassets.com/images/email/message_cards/avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/quicwg/base-drafts"}},"updates":{"snippets":[{"icon":"PERSON","message":"@huitema in #2309: Started Pr #2370 "}],"action":{"name":"View Issue","url":"https://github.com/quicwg/base-drafts/issues/2309#issuecomment-457885844"}}}</script>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/issues/2309#issuecomment-457885844",
"url": "https://github.com/quicwg/base-drafts/issues/2309#issuecomment-457885844",
"name": "View Issue"
},
"description": "View this Issue on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>
----==_mimepart_5c4d24e42e36b_4bd53ff7918d45b46979c8--


From nobody Sat Jan 26 21:57:45 2019
Return-Path: <bounce+565321.40f-quic-issues=ietf.org@github.com>
X-Original-To: quic-issues@ietfa.amsl.com
Delivered-To: quic-issues@ietfa.amsl.com
Received: from localhost (localhost [127.0.0.1]) by ietfa.amsl.com (Postfix) with ESMTP id 64BE8128CF3 for <quic-issues@ietfa.amsl.com>; Sat, 26 Jan 2019 21:57:43 -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=-4.553, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, HEADER_FROM_DIFFERENT_DOMAINS=0.001, RCVD_IN_DNSWL_NONE=-0.0001, SPF_PASS=-0.001] autolearn=ham autolearn_force=no
Authentication-Results: ietfa.amsl.com (amavisd-new); dkim=pass (1024-bit key) header.d=github.com
Received: from mail.ietf.org ([4.31.198.44]) by localhost (ietfa.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id dsbPOs_d8b3f for <quic-issues@ietfa.amsl.com>; Sat, 26 Jan 2019 21:57:41 -0800 (PST)
Received: from m69-170.mailgun.net (m69-170.mailgun.net [166.78.69.170]) (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 5B0CB1288BD for <quic-issues@ietf.org>; Sat, 26 Jan 2019 21:57:41 -0800 (PST)
DKIM-Signature: a=rsa-sha256; v=1; c=relaxed/relaxed; d=github.com; q=dns/txt;  s=mailo; t=1548568660; h=Content-Transfer-Encoding: Content-Type: Mime-Version: Subject: Message-ID: To: Reply-To: From: Date: Sender; bh=u/cy9LXXHoJiFPAVV3/tM4RolupuKCE0SQh/qKljHoY=; b=jiVqSJxLDjNA/cgXa9/B2iR50GyPyCEMlwXSqdGLQhWVwbP4jlVCEvaoHgu95vSkisiOJecw wBGTvCQbi8kf0u1iriWZsmwzcLT1YS9lC8ryQdjnIHu691zaAA3Nx/2zuKHzWAXhKI5DteQ3 mnu6b/q3aCWhvXewBzt4+x3aDww=
X-Mailgun-Sending-Ip: 166.78.69.170
X-Mailgun-Sid: WyJhNzYyYiIsICJxdWljLWlzc3Vlc0BpZXRmLm9yZyIsICI0MGYiXQ==
Sender: lars=eggert.org@github.com
Received: from github.com (Unknown [192.30.252.37]) by mxa.mailgun.org with ESMTP id 5c4d4854.7f62035f4b40-smtp-out-n01; Sun, 27 Jan 2019 05:57:40 -0000 (UTC)
Date: Sat, 26 Jan 2019 21:57:39 -0800
From: Lars Eggert <lars@eggert.org>
Reply-To: Lars Eggert <lars@eggert.org>
To: quic-issues@ietf.org
Message-ID: <5c4d4853dc36c_21022ab1b08a2578851fb@hookshot-fe-32b5f5b.cp1-iad.github.net.mail>
Subject: [quicwg/wg-materials] 6d1810: Tentative logistics slides
Mime-Version: 1.0
Content-Type: multipart/mixed; boundary="--==_mimepart_5c4d4853dbd8b_21022ab1b08a25788508f"; charset=UTF-8
Content-Transfer-Encoding: 7bit
Archived-At: <https://mailarchive.ietf.org/arch/msg/quic-issues/kc4SO86YgDyEvU753VptXcSEOV4>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
Precedence: list
List-Id: Notification list for GitHub issues related to the QUIC WG <quic-issues.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=unsubscribe>
List-Archive: <https://mailarchive.ietf.org/arch/browse/quic-issues/>
List-Post: <mailto:quic-issues@ietf.org>
List-Help: <mailto:quic-issues-request@ietf.org?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, 27 Jan 2019 05:57:43 -0000

----==_mimepart_5c4d4853dbd8b_21022ab1b08a25788508f
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

  Branch: refs/heads/master
  Home:   https://github.com/quicwg/wg-materials
  Commit: 6d18109efee0fdce6efb4daef96875d1da4ffa99
      https://github.com/quicwg/wg-materials/commit/6d18109efee0fdce6efb4daef96875d1da4ffa99
  Author: Mike Bishop <mbishop@evequefou.be>
  Date:   2019-01-25 (Fri, 25 Jan 2019)

  Changed paths:
    A interim-19-01/Logistics.pdf

  Log Message:
  -----------
  Tentative logistics slides


  Commit: b90d3330ad17ec0f8c521b3bffb427f367d86f76
      https://github.com/quicwg/wg-materials/commit/b90d3330ad17ec0f8c521b3bffb427f367d86f76
  Author: Mike Bishop <mbishop@evequefou.be>
  Date:   2019-01-26 (Sat, 26 Jan 2019)

  Changed paths:
    M interim-19-01/Logistics.pdf

  Log Message:
  -----------
  Updated Wi-Fi information


  Commit: c7ea971e1bac0c4d40a9831593c2506cbc19fbe4
      https://github.com/quicwg/wg-materials/commit/c7ea971e1bac0c4d40a9831593c2506cbc19fbe4
  Author: Lars Eggert <lars@eggert.org>
  Date:   2019-01-27 (Sun, 27 Jan 2019)

  Changed paths:
    A interim-19-01/Logistics.pdf

  Log Message:
  -----------
  Merge pull request #100 from MikeBishop/1901_logistics

Tentative logistics slides


Compare: https://github.com/quicwg/wg-materials/compare/bc7c4fd7998c...c7ea971e1bac
      **NOTE:** GitHub Services has been marked for deprecation: https://developer.github.com/changes/2018-04-25-github-services-deprecation/

      We will provide an alternative path for the email notifications by January 31st, 2019.

----==_mimepart_5c4d4853dbd8b_21022ab1b08a25788508f--


From nobody Sat Jan 26 21: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 B856F1288BD for <quic-issues@ietfa.amsl.com>; Sat, 26 Jan 2019 21:57:44 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -10.935
X-Spam-Level: 
X-Spam-Status: No, score=-10.935 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIMWL_WL_HIGH=-4.553, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, HTML_IMAGE_ONLY_24=1.618, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-1, RCVD_IN_DNSWL_HI=-5, SPF_PASS=-0.001] autolearn=ham autolearn_force=no
Authentication-Results: ietfa.amsl.com (amavisd-new); dkim=pass (1024-bit key) header.d=github.com
Received: from mail.ietf.org ([4.31.198.44]) by localhost (ietfa.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id GmUx3FT9CY2K for <quic-issues@ietfa.amsl.com>; Sat, 26 Jan 2019 21:57:43 -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 048E6128CE4 for <quic-issues@ietf.org>; Sat, 26 Jan 2019 21:57:42 -0800 (PST)
Date: Sat, 26 Jan 2019 21:57:40 -0800
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1548568660; bh=Qw2/78aHQ98OQ91scIztlaGr6MH9c6LKw/ptMRxS1Do=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=eIjgByZNogdUhz7YAr2iwo8/GxJLfTDgsayeIjTztmek50kLk00BxEFxjS2Tlcy4o STIWEOyLkQJw5s0Zm18FdfDVpGZjT14PlSP2JhWe3newA8oWXUs97XkF06YYCvWGXK JCwos0JEQBxLAjW1gAhtfkSaFBvroZDtszJvGD1w=
From: Lars Eggert <notifications@github.com>
Reply-To: quicwg/wg-materials <reply+0166e4ab541d26e324b85721acb9b6176447b799dd3dd18f92cf0000000118650a5492a169ce1806a2e0@reply.github.com>
To: quicwg/wg-materials <wg-materials@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/wg-materials/pull/100/issue_event/2099169575@github.com>
In-Reply-To: <quicwg/wg-materials/pull/100@github.com>
References: <quicwg/wg-materials/pull/100@github.com>
Subject: Re: [quicwg/wg-materials] Tentative logistics slides (#100)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5c4d4854b62c6_6d113fc7034d45b8426bc"; 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/iJ21TtmPK8fnWAIWl-EsnxkKJIY>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
List-Id: Notification list for GitHub issues related to the QUIC WG <quic-issues.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=unsubscribe>
List-Archive: <https://mailarchive.ietf.org/arch/browse/quic-issues/>
List-Post: <mailto:quic-issues@ietf.org>
List-Help: <mailto:quic-issues-request@ietf.org?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, 27 Jan 2019 05:57:45 -0000

----==_mimepart_5c4d4854b62c6_6d113fc7034d45b8426bc
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

Merged #100 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/wg-materials/pull/100#event-2099169575
----==_mimepart_5c4d4854b62c6_6d113fc7034d45b8426bc
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="403088096" data-permission-text="Issue title is private" data-url="https://github.com/quicwg/wg-materials/issues/100" data-hovercard-type="pull_request" data-hovercard-url="/quicwg/wg-materials/pull/100/hovercard" href="https://github.com/quicwg/wg-materials/pull/100">#100</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/wg-materials/pull/100#event-2099169575">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AWbkq9BIPFxrAcowQL1Gu17oxu9i5hiJks5vHT_UgaJpZM4aSkic">mute the thread</a>.<img src="https://github.com/notifications/beacon/AWbkqxQjHLVouCTVJQlEdodBinaCyynxks5vHT_UgaJpZM4aSkic.gif" height="1" width="1" alt="" /></p>
<script type="application/json" data-scope="inboxmarkup">{"api_version":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name":"GitHub"},"entity":{"external_key":"github/quicwg/wg-materials","title":"quicwg/wg-materials","subtitle":"GitHub repository","main_image_url":"https://github.githubassets.com/images/email/message_cards/header.png","avatar_image_url":"https://github.githubassets.com/images/email/message_cards/avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/quicwg/wg-materials"}},"updates":{"snippets":[{"icon":"DESCRIPTION","message":"Merged #100 into master."}],"action":{"name":"View Pull Request","url":"https://github.com/quicwg/wg-materials/pull/100#event-2099169575"}}}</script>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/wg-materials/pull/100#event-2099169575",
"url": "https://github.com/quicwg/wg-materials/pull/100#event-2099169575",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>
----==_mimepart_5c4d4854b62c6_6d113fc7034d45b8426bc--


From nobody Sat Jan 26 22:19: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 A91F7128CF3 for <quic-issues@ietfa.amsl.com>; Sat, 26 Jan 2019 22:19:18 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -12.552
X-Spam-Level: 
X-Spam-Status: No, score=-12.552 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIMWL_WL_HIGH=-4.553, 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_PASS=-0.001] autolearn=ham autolearn_force=no
Authentication-Results: ietfa.amsl.com (amavisd-new); dkim=pass (1024-bit key) header.d=github.com
Received: from mail.ietf.org ([4.31.198.44]) by localhost (ietfa.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id D6VvYZcaSPyP for <quic-issues@ietfa.amsl.com>; Sat, 26 Jan 2019 22:19:17 -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 0497D1288BD for <quic-issues@ietf.org>; Sat, 26 Jan 2019 22:19:17 -0800 (PST)
Date: Sat, 26 Jan 2019 22:19:15 -0800
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1548569955; bh=UKnoQMEVRryLedaCq9UgmJKs152i/QihjyTv1o41iDI=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=lAJEAz1otGXOlCm0jBlAVoIYTIObSNQvD2PiF0zKpqCdK9RwbT/qNXdJFqOzofvDa 51ZFtgqwCvoBE3cxl57oum1oxSLQa4/dmzr9h6zW6Jr9tERVn96MLmelbk86Y6+UGp H9Q6BVsyqy6RtDF1y5eaavmghugBoGQoAzJ2nxc4=
From: MikkelFJ <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+0166e4abf4df43244e7f75f1c6003a47e3ee5b6e1125299392cf0000000118650f6392a169ce180d1061@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/pull/2370/review/196813558@github.com>
In-Reply-To: <quicwg/base-drafts/pull/2370@github.com>
References: <quicwg/base-drafts/pull/2370@github.com>
Subject: Re: [quicwg/base-drafts] Stronger migration handshake (#2370)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5c4d4d63cfc18_76703fea562d45bc682e4"; 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/Nj2j8bIRt7Frhqw5GBFNt7Zhxvc>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
List-Id: Notification list for GitHub issues related to the QUIC WG <quic-issues.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=unsubscribe>
List-Archive: <https://mailarchive.ietf.org/arch/browse/quic-issues/>
List-Post: <mailto:quic-issues@ietf.org>
List-Help: <mailto:quic-issues-request@ietf.org?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, 27 Jan 2019 06:19:19 -0000

----==_mimepart_5c4d4d63cfc18_76703fea562d45bc682e4
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

mikkelfj commented on this pull request.



> @@ -1847,6 +1847,11 @@ endpoint migrates to a new address.
 An endpoint MUST NOT initiate connection migration before the handshake is
 finished and the endpoint has 1-RTT keys.  The design of QUIC relies on
 endpoints retaining a stable address for the duration of the handshake.
+Clients MUST NOT initiate connection migration before they are
+certain that their peer also considers the handshake finished. This
+means that in addition to waiting for availability of 1-RTT keys,
+clients MUST wait acknowledgement by the server of one of their
+1-RTT messages before initiating connection migration.
 

Suggest singular form: A client...

> A client MUST NOT initiate connection migration before it is certain
that it's peer also considers the handshake finished. This means that
in addition to waiting for availability of 1-RTT keys, a client MUST
also await acknowledgement of at least one of it's 1-RTT transmitted
packets before initiating connection 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/2370#pullrequestreview-196813558
----==_mimepart_5c4d4d63cfc18_76703fea562d45bc682e4
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/2370#discussion_r251222678">draft-ietf-quic-transport.md</a>:</p>
<pre style='color:#555'>&gt; @@ -1847,6 +1847,11 @@ endpoint migrates to a new address.
 An endpoint MUST NOT initiate connection migration before the handshake is
 finished and the endpoint has 1-RTT keys.  The design of QUIC relies on
 endpoints retaining a stable address for the duration of the handshake.
+Clients MUST NOT initiate connection migration before they are
+certain that their peer also considers the handshake finished. This
+means that in addition to waiting for availability of 1-RTT keys,
+clients MUST wait acknowledgement by the server of one of their
+1-RTT messages before initiating connection migration.
 
</pre>
<p>Suggest singular form: A client...</p>
<blockquote>
<p>A client MUST NOT initiate connection migration before it is certain<br>
that it's peer also considers the handshake finished. This means that<br>
in addition to waiting for availability of 1-RTT keys, a client MUST<br>
also await acknowledgement of at least one of it's 1-RTT transmitted<br>
packets before initiating connection migration.</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/2370#pullrequestreview-196813558">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AWbkq-o0LqDn-o9-LSK_ERZmqGpsww0Fks5vHUTjgaJpZM4aUhBL">mute the thread</a>.<img src="https://github.com/notifications/beacon/AWbkq3Vk188T0AtpwYNJk0JQMzJADrP6ks5vHUTjgaJpZM4aUhBL.gif" height="1" width="1" alt="" /></p>
<script type="application/json" data-scope="inboxmarkup">{"api_version":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name":"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"https://github.githubassets.com/images/email/message_cards/header.png","avatar_image_url":"https://github.githubassets.com/images/email/message_cards/avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/quicwg/base-drafts"}},"updates":{"snippets":[{"icon":"PERSON","message":"@mikkelfj commented on #2370"}],"action":{"name":"View Pull Request","url":"https://github.com/quicwg/base-drafts/pull/2370#pullrequestreview-196813558"}}}</script>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/pull/2370#pullrequestreview-196813558",
"url": "https://github.com/quicwg/base-drafts/pull/2370#pullrequestreview-196813558",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>
----==_mimepart_5c4d4d63cfc18_76703fea562d45bc682e4--


From nobody Sat Jan 26 22:22: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 BC9701294FA for <quic-issues@ietfa.amsl.com>; Sat, 26 Jan 2019 22:22:38 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -12.552
X-Spam-Level: 
X-Spam-Status: No, score=-12.552 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIMWL_WL_HIGH=-4.553, 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_PASS=-0.001] autolearn=ham autolearn_force=no
Authentication-Results: ietfa.amsl.com (amavisd-new); dkim=pass (1024-bit key) header.d=github.com
Received: from mail.ietf.org ([4.31.198.44]) by localhost (ietfa.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id qgGMxkzBH-IC for <quic-issues@ietfa.amsl.com>; Sat, 26 Jan 2019 22:22: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 497E91288BD for <quic-issues@ietf.org>; Sat, 26 Jan 2019 22:22:37 -0800 (PST)
Date: Sat, 26 Jan 2019 22:22:36 -0800
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1548570156; bh=Y2wBclC5g/4SjFCYSk5JliLQB9ulqXyMiS/YSLNoVH0=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=dxImcnxmzv0YTG3x9eVnjFGxj9iyiB/8peD+hFm8UwyITbi8xBPuBMjsMKZaxKNsF dWue1x/ltUqYkuTcLAJUoXQh8worY2QXNDDYPdcCbTvHmUziB4gfNoF72KePzQ9VMG ZWyT/Yz7YwqSfQPxihY00+2xBqX79gBTz+/qqgQE=
From: MikkelFJ <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+0166e4ab9e7de6dcea99200df197c5ca7e0b5e8e0c14ef0a92cf000000011865102c92a169ce180d1061@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/pull/2370/review/196813615@github.com>
In-Reply-To: <quicwg/base-drafts/pull/2370@github.com>
References: <quicwg/base-drafts/pull/2370@github.com>
Subject: Re: [quicwg/base-drafts] Stronger migration handshake (#2370)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5c4d4e2c62bd3_7c563f9161cd45c480859"; 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/gIUCqHbX2UoT6EGVhiMTYgnzRxo>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
List-Id: Notification list for GitHub issues related to the QUIC WG <quic-issues.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=unsubscribe>
List-Archive: <https://mailarchive.ietf.org/arch/browse/quic-issues/>
List-Post: <mailto:quic-issues@ietf.org>
List-Help: <mailto:quic-issues-request@ietf.org?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, 27 Jan 2019 06:22:39 -0000

----==_mimepart_5c4d4e2c62bd3_7c563f9161cd45c480859
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

mikkelfj commented on this pull request.



> @@ -1847,6 +1847,11 @@ endpoint migrates to a new address.
 An endpoint MUST NOT initiate connection migration before the handshake is
 finished and the endpoint has 1-RTT keys.  The design of QUIC relies on
 endpoints retaining a stable address for the duration of the handshake.
+Clients MUST NOT initiate connection migration before they are
+certain that their peer also considers the handshake finished. This
+means that in addition to waiting for availability of 1-RTT keys,
+clients MUST wait acknowledgement by the server of one of their
+1-RTT messages before initiating connection migration.
 
 An endpoint also MUST NOT initiate connection migration if the peer sent the
 `disable_migration` transport parameter during the handshake.  An endpoint which

Not in this PR, but why do we use both client, server, peer, and endpoint, when migration can only happen from the client in V1 (or did I miss something?)

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/quicwg/base-drafts/pull/2370#pullrequestreview-196813615
----==_mimepart_5c4d4e2c62bd3_7c563f9161cd45c480859
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/2370#discussion_r251222728">draft-ietf-quic-transport.md</a>:</p>
<pre style='color:#555'>&gt; @@ -1847,6 +1847,11 @@ endpoint migrates to a new address.
 An endpoint MUST NOT initiate connection migration before the handshake is
 finished and the endpoint has 1-RTT keys.  The design of QUIC relies on
 endpoints retaining a stable address for the duration of the handshake.
+Clients MUST NOT initiate connection migration before they are
+certain that their peer also considers the handshake finished. This
+means that in addition to waiting for availability of 1-RTT keys,
+clients MUST wait acknowledgement by the server of one of their
+1-RTT messages before initiating connection migration.
 
 An endpoint also MUST NOT initiate connection migration if the peer sent the
 `disable_migration` transport parameter during the handshake.  An endpoint which
</pre>
<p>Not in this PR, but why do we use both client, server, peer, and endpoint, when migration can only happen from the client in V1 (or did I miss something?)</p>

<p style="font-size:small;-webkit-text-size-adjust:none;color:#666;">&mdash;<br />You are receiving this because you are subscribed to this thread.<br />Reply to this email directly, <a href="https://github.com/quicwg/base-drafts/pull/2370#pullrequestreview-196813615">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AWbkqwjb3U12fQJ9GVwcfNcG82BgtvQ5ks5vHUWsgaJpZM4aUhBL">mute the thread</a>.<img src="https://github.com/notifications/beacon/AWbkq3bOoJ_zPIcN6_TSthSEunSyHBLdks5vHUWsgaJpZM4aUhBL.gif" height="1" width="1" alt="" /></p>
<script type="application/json" data-scope="inboxmarkup">{"api_version":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name":"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"https://github.githubassets.com/images/email/message_cards/header.png","avatar_image_url":"https://github.githubassets.com/images/email/message_cards/avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/quicwg/base-drafts"}},"updates":{"snippets":[{"icon":"PERSON","message":"@mikkelfj commented on #2370"}],"action":{"name":"View Pull Request","url":"https://github.com/quicwg/base-drafts/pull/2370#pullrequestreview-196813615"}}}</script>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/pull/2370#pullrequestreview-196813615",
"url": "https://github.com/quicwg/base-drafts/pull/2370#pullrequestreview-196813615",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>
----==_mimepart_5c4d4e2c62bd3_7c563f9161cd45c480859--


From nobody Sun Jan 27 04: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 333C6127133 for <quic-issues@ietfa.amsl.com>; Sun, 27 Jan 2019 04:03:27 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -12.552
X-Spam-Level: 
X-Spam-Status: No, score=-12.552 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIMWL_WL_HIGH=-4.553, 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_PASS=-0.001] autolearn=ham autolearn_force=no
Authentication-Results: ietfa.amsl.com (amavisd-new); dkim=pass (1024-bit key) header.d=github.com
Received: from mail.ietf.org ([4.31.198.44]) by localhost (ietfa.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id gFnuJSMZhJDc for <quic-issues@ietfa.amsl.com>; Sun, 27 Jan 2019 04:03: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 61DBB12D84D for <quic-issues@ietf.org>; Sun, 27 Jan 2019 04:03:25 -0800 (PST)
Date: Sun, 27 Jan 2019 04:03:24 -0800
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1548590604; bh=bAtKskFFOjNUh/plZhl6KcIQ67NAmO/Zwlr+7ed9K4k=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=tZSEJk9n49WbIXQRJOYFKS99dOpY3SHnGWW/0B575qw3HNqwWb4aiSRq715y0maRU KqFUf+iX54LmCThBM12yEOFNArSZYnJejqL1OufD8Qmt8UU9GXXe4ipZVgaZwCVwuu 2LEOZGLXEA5pELWdQdeOXWh9FVxna5G3Xr9Y4gkw=
From: erickinnear <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+0166e4abf52cfa70445c0b0f4a2ac78e6f555d871bee255a92cf000000011865600c92a169ce180d1061@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/pull/2370/review/196824413@github.com>
In-Reply-To: <quicwg/base-drafts/pull/2370@github.com>
References: <quicwg/base-drafts/pull/2370@github.com>
Subject: Re: [quicwg/base-drafts] Stronger migration handshake (#2370)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5c4d9e0ce428_11913f7f41ad45bc649424"; 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/xX3Se2vK0pK6BUWu6kYTdVFJ8iQ>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
List-Id: Notification list for GitHub issues related to the QUIC WG <quic-issues.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=unsubscribe>
List-Archive: <https://mailarchive.ietf.org/arch/browse/quic-issues/>
List-Post: <mailto:quic-issues@ietf.org>
List-Help: <mailto:quic-issues-request@ietf.org?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, 27 Jan 2019 12:03:27 -0000

----==_mimepart_5c4d9e0ce428_11913f7f41ad45bc649424
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

erickinnear commented on this pull request.



> @@ -1847,6 +1847,11 @@ endpoint migrates to a new address.
 An endpoint MUST NOT initiate connection migration before the handshake is
 finished and the endpoint has 1-RTT keys.  The design of QUIC relies on
 endpoints retaining a stable address for the duration of the handshake.
+Clients MUST NOT initiate connection migration before they are
+certain that their peer also considers the handshake finished. This
+means that in addition to waiting for availability of 1-RTT keys,
+clients MUST wait acknowledgement by the server of one of their
+1-RTT messages before initiating connection migration.
 
 An endpoint also MUST NOT initiate connection migration if the peer sent the
 `disable_migration` transport parameter during the handshake.  An endpoint which

Some of that's just a mix of different text coming in at different times, I think. 
At one point, the idea was to deliberately keep the text agnostic (for the most part, any text restricting who can initiate is clearly going to be one-sided) to endpoint, since that allowed reasoning about it as initiator and responder rather than client vs. server. 

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/quicwg/base-drafts/pull/2370#discussion_r251233066
----==_mimepart_5c4d9e0ce428_11913f7f41ad45bc649424
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/2370#discussion_r251233066">draft-ietf-quic-transport.md</a>:</p>
<pre style='color:#555'>&gt; @@ -1847,6 +1847,11 @@ endpoint migrates to a new address.
 An endpoint MUST NOT initiate connection migration before the handshake is
 finished and the endpoint has 1-RTT keys.  The design of QUIC relies on
 endpoints retaining a stable address for the duration of the handshake.
+Clients MUST NOT initiate connection migration before they are
+certain that their peer also considers the handshake finished. This
+means that in addition to waiting for availability of 1-RTT keys,
+clients MUST wait acknowledgement by the server of one of their
+1-RTT messages before initiating connection migration.
 
 An endpoint also MUST NOT initiate connection migration if the peer sent the
 `disable_migration` transport parameter during the handshake.  An endpoint which
</pre>
<p>Some of that's just a mix of different text coming in at different times, I think.<br>
At one point, the idea was to deliberately keep the text agnostic (for the most part, any text restricting who can initiate is clearly going to be one-sided) to endpoint, since that allowed reasoning about it as initiator and responder rather than client vs. server.</p>

<p style="font-size:small;-webkit-text-size-adjust:none;color:#666;">&mdash;<br />You are receiving this because you are subscribed to this thread.<br />Reply to this email directly, <a href="https://github.com/quicwg/base-drafts/pull/2370#discussion_r251233066">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AWbkq3GIKd4xm2mYPEXvY1TjtOH3kmLAks5vHZWMgaJpZM4aUhBL">mute the thread</a>.<img src="https://github.com/notifications/beacon/AWbkq0QDbBpdM_YmKsz7aExYKj-gy0AQks5vHZWMgaJpZM4aUhBL.gif" height="1" width="1" alt="" /></p>
<script type="application/json" data-scope="inboxmarkup">{"api_version":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name":"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"https://github.githubassets.com/images/email/message_cards/header.png","avatar_image_url":"https://github.githubassets.com/images/email/message_cards/avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/quicwg/base-drafts"}},"updates":{"snippets":[{"icon":"PERSON","message":"@erickinnear commented on #2370"}],"action":{"name":"View Pull Request","url":"https://github.com/quicwg/base-drafts/pull/2370#discussion_r251233066"}}}</script>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/pull/2370#discussion_r251233066",
"url": "https://github.com/quicwg/base-drafts/pull/2370#discussion_r251233066",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>
----==_mimepart_5c4d9e0ce428_11913f7f41ad45bc649424--


From nobody Sun Jan 27 04:05: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 48BB812E036 for <quic-issues@ietfa.amsl.com>; Sun, 27 Jan 2019 04:05:04 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -11.149
X-Spam-Level: 
X-Spam-Status: No, score=-11.149 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIMWL_WL_HIGH=-4.553, 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_PASS=-0.001] autolearn=ham autolearn_force=no
Authentication-Results: ietfa.amsl.com (amavisd-new); dkim=pass (1024-bit key) header.d=github.com
Received: from mail.ietf.org ([4.31.198.44]) by localhost (ietfa.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id nQ_vM7lwE4nT for <quic-issues@ietfa.amsl.com>; Sun, 27 Jan 2019 04:05: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 56A8112F19D for <quic-issues@ietf.org>; Sun, 27 Jan 2019 04:05:02 -0800 (PST)
Date: Sun, 27 Jan 2019 04:05:01 -0800
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1548590701; bh=i3LZBvKFj8G8Sd5dxpbTGToil/UF40jYnivVwhkKwnM=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=CrUndNeUq8tTKS97gV3meT2uMXzgqiAC36n4oPJ0P3WnwLRvgn1c5XPTRUxzsBLeb 5qQr31cvEihZyu4TOHP6ZI4AJTyeinmiajrxIa9eA0xrmMlJwzA7xULC54qV18TZMg B5HOm8K5W8+cT4WUTZMR3se6vCDivDo7S8NtaJ2I=
From: erickinnear <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+0166e4ab31c1f217e09eaca773f69344ae5c530240090cc892cf000000011865606d92a169ce180d1061@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/pull/2370/review/196824474@github.com>
In-Reply-To: <quicwg/base-drafts/pull/2370@github.com>
References: <quicwg/base-drafts/pull/2370@github.com>
Subject: Re: [quicwg/base-drafts] Stronger migration handshake (#2370)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5c4d9e6d3ed45_415d3fe66f2d45c04836cf"; 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/ekJhP-Gv27xVphIddCIH4AlAij4>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
List-Id: Notification list for GitHub issues related to the QUIC WG <quic-issues.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=unsubscribe>
List-Archive: <https://mailarchive.ietf.org/arch/browse/quic-issues/>
List-Post: <mailto:quic-issues@ietf.org>
List-Help: <mailto:quic-issues-request@ietf.org?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, 27 Jan 2019 12:05:04 -0000

----==_mimepart_5c4d9e6d3ed45_415d3fe66f2d45c04836cf
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

erickinnear commented on this pull request.



> @@ -1847,6 +1847,11 @@ endpoint migrates to a new address.
 An endpoint MUST NOT initiate connection migration before the handshake is
 finished and the endpoint has 1-RTT keys.  The design of QUIC relies on
 endpoints retaining a stable address for the duration of the handshake.
+Clients MUST NOT initiate connection migration before they are

Just a nit, but this appears to put stricter requirements on the statements made in the previous two sentences, is there any reason not to merge them together? 

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/quicwg/base-drafts/pull/2370#pullrequestreview-196824474
----==_mimepart_5c4d9e6d3ed45_415d3fe66f2d45c04836cf
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/2370#discussion_r251233140">draft-ietf-quic-transport.md</a>:</p>
<pre style='color:#555'>&gt; @@ -1847,6 +1847,11 @@ endpoint migrates to a new address.
 An endpoint MUST NOT initiate connection migration before the handshake is
 finished and the endpoint has 1-RTT keys.  The design of QUIC relies on
 endpoints retaining a stable address for the duration of the handshake.
+Clients MUST NOT initiate connection migration before they are
</pre>
<p>Just a nit, but this appears to put stricter requirements on the statements made in the previous two sentences, is there any reason not to merge them together?</p>

<p style="font-size:small;-webkit-text-size-adjust:none;color:#666;">&mdash;<br />You are receiving this because you are subscribed to this thread.<br />Reply to this email directly, <a href="https://github.com/quicwg/base-drafts/pull/2370#pullrequestreview-196824474">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AWbkq01JuTteRW6zBWGaeNJGI9ev9vqLks5vHZXtgaJpZM4aUhBL">mute the thread</a>.<img src="https://github.com/notifications/beacon/AWbkq37UFy6Tcj-KbdlR-SMSSPt-lTbNks5vHZXtgaJpZM4aUhBL.gif" height="1" width="1" alt="" /></p>
<script type="application/json" data-scope="inboxmarkup">{"api_version":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name":"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"https://github.githubassets.com/images/email/message_cards/header.png","avatar_image_url":"https://github.githubassets.com/images/email/message_cards/avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/quicwg/base-drafts"}},"updates":{"snippets":[{"icon":"PERSON","message":"@erickinnear commented on #2370"}],"action":{"name":"View Pull Request","url":"https://github.com/quicwg/base-drafts/pull/2370#pullrequestreview-196824474"}}}</script>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/pull/2370#pullrequestreview-196824474",
"url": "https://github.com/quicwg/base-drafts/pull/2370#pullrequestreview-196824474",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>
----==_mimepart_5c4d9e6d3ed45_415d3fe66f2d45c04836cf--


From nobody Sun Jan 27 06: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 224E0126BED for <quic-issues@ietfa.amsl.com>; Sun, 27 Jan 2019 06:35:52 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -10.935
X-Spam-Level: 
X-Spam-Status: No, score=-10.935 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIMWL_WL_HIGH=-4.553, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, HTML_IMAGE_ONLY_24=1.618, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-1, RCVD_IN_DNSWL_HI=-5, SPF_PASS=-0.001] autolearn=ham autolearn_force=no
Authentication-Results: ietfa.amsl.com (amavisd-new); dkim=pass (1024-bit key) header.d=github.com
Received: from mail.ietf.org ([4.31.198.44]) by localhost (ietfa.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id vt9U-yHtEMS6 for <quic-issues@ietfa.amsl.com>; Sun, 27 Jan 2019 06:35:49 -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 2DA871228B7 for <quic-issues@ietf.org>; Sun, 27 Jan 2019 06:35:49 -0800 (PST)
Date: Sun, 27 Jan 2019 06:35:47 -0800
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1548599747; bh=I9IsTwqDDslgkDFqZuFIWQLtJcahImoP7ZPmc/30zUw=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=jEO21EEdVHNj5R/l+vIrCaZz9WqnEgmIB4HuYMwtUDEkt47ESeceQ5w7HXR4UgGu8 RbcQMjaUzWkFxX8+c6ZtZiUH6zhMFgQnAsVq1o08cUXp/e75Aw/WJ0higQw5YEC3Ji 38YonJEBFg+3GZlPzj7PTlMEHTIdSr5j409Nft0Y=
From: Lars Eggert <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+0166e4ab2d416500c3bc7e871cb263e686f2cafa6ddc25c792cf00000001186583c392a169ce17fa7dfa@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/pull/2364/c457922984@github.com>
In-Reply-To: <quicwg/base-drafts/pull/2364@github.com>
References: <quicwg/base-drafts/pull/2364@github.com>
Subject: Re: [quicwg/base-drafts] Moving text on spinbit into transport (#2364)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5c4dc1c35d3bb_26693fbc534d45b420987c"; 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/tpZFfKuXT6RHLfqgrUvBs8QD8rs>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
List-Id: Notification list for GitHub issues related to the QUIC WG <quic-issues.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=unsubscribe>
List-Archive: <https://mailarchive.ietf.org/arch/browse/quic-issues/>
List-Post: <mailto:quic-issues@ietf.org>
List-Help: <mailto:quic-issues-request@ietf.org?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, 27 Jan 2019 14:35:52 -0000

----==_mimepart_5c4dc1c35d3bb_26693fbc534d45b420987c
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

Please discuss on #2369 and not on this PR. (Will unlock once that has 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/pull/2364#issuecomment-457922984
----==_mimepart_5c4dc1c35d3bb_26693fbc534d45b420987c
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

<p>Please discuss on <a class="issue-link js-issue-link" data-error-text="Failed to load issue title" data-id="402609536" data-permission-text="Issue title is private" data-url="https://github.com/quicwg/base-drafts/issues/2369" data-hovercard-type="issue" data-hovercard-url="/quicwg/base-drafts/issues/2369/hovercard" href="https://github.com/quicwg/base-drafts/issues/2369">#2369</a> and not on this PR. (Will unlock once that has 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/pull/2364#issuecomment-457922984">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AWbkqz435ip24pyAbOYWfuIdoFl-00kaks5vHblDgaJpZM4aPA_u">mute the thread</a>.<img src="https://github.com/notifications/beacon/AWbkqwXPTrnJOUd55vOcXUCZoNOLhCuJks5vHblDgaJpZM4aPA_u.gif" height="1" width="1" alt="" /></p>
<script type="application/json" data-scope="inboxmarkup">{"api_version":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name":"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"https://github.githubassets.com/images/email/message_cards/header.png","avatar_image_url":"https://github.githubassets.com/images/email/message_cards/avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/quicwg/base-drafts"}},"updates":{"snippets":[{"icon":"PERSON","message":"@larseggert in #2364: Please discuss on #2369 and not on this PR. (Will unlock once that has concluded.)"}],"action":{"name":"View Pull Request","url":"https://github.com/quicwg/base-drafts/pull/2364#issuecomment-457922984"}}}</script>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/pull/2364#issuecomment-457922984",
"url": "https://github.com/quicwg/base-drafts/pull/2364#issuecomment-457922984",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>
----==_mimepart_5c4dc1c35d3bb_26693fbc534d45b420987c--


From nobody Sun Jan 27 11:41: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 ACD19130EBD for <quic-issues@ietfa.amsl.com>; Sun, 27 Jan 2019 11:41:43 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -12.552
X-Spam-Level: 
X-Spam-Status: No, score=-12.552 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIMWL_WL_HIGH=-4.553, 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_PASS=-0.001] autolearn=ham autolearn_force=no
Authentication-Results: ietfa.amsl.com (amavisd-new); dkim=pass (1024-bit key) header.d=github.com
Received: from mail.ietf.org ([4.31.198.44]) by localhost (ietfa.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 8yWd3MrJyt8Q for <quic-issues@ietfa.amsl.com>; Sun, 27 Jan 2019 11:41: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 A25B1130EBB for <quic-issues@ietf.org>; Sun, 27 Jan 2019 11:41:41 -0800 (PST)
Date: Sun, 27 Jan 2019 11:41:40 -0800
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1548618100; bh=L8bkRFYP26Kl9BfbLq//82Gv3hG45g5nJcAHrV12NjY=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=m1ZGIJYRt17chyyHSbuSd4LeklyguFFm3M7EYzghQDKfH4BShO8Sq+tg6khANDe+N 6LMa+VCkSpGivm36y16myjahiewb7Iapoe9qkNk/6UZHgWZvFrB8qvOk+iqdXXgOHG i7jn1psBmKGCwcobgBbdQHdKk61+ulFWUxx+S1n8=
From: Christian Huitema <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+0166e4ab4a2047b260252400d3faa5f83232748ca60ad59892cf000000011865cb7492a169ce180d1061@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/pull/2370/review/196842148@github.com>
In-Reply-To: <quicwg/base-drafts/pull/2370@github.com>
References: <quicwg/base-drafts/pull/2370@github.com>
Subject: Re: [quicwg/base-drafts] Stronger migration handshake (#2370)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5c4e0974d8ab_154a3fc476ed45c0959940"; 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/XP6kzmluvy4fIM--LtUi1Za6EjU>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
List-Id: Notification list for GitHub issues related to the QUIC WG <quic-issues.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=unsubscribe>
List-Archive: <https://mailarchive.ietf.org/arch/browse/quic-issues/>
List-Post: <mailto:quic-issues@ietf.org>
List-Help: <mailto:quic-issues-request@ietf.org?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, 27 Jan 2019 19:41:44 -0000

----==_mimepart_5c4e0974d8ab_154a3fc476ed45c0959940
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

huitema commented on this pull request.



> @@ -1847,6 +1847,11 @@ endpoint migrates to a new address.
 An endpoint MUST NOT initiate connection migration before the handshake is
 finished and the endpoint has 1-RTT keys.  The design of QUIC relies on
 endpoints retaining a stable address for the duration of the handshake.
+Clients MUST NOT initiate connection migration before they are
+certain that their peer also considers the handshake finished. This
+means that in addition to waiting for availability of 1-RTT keys,
+clients MUST wait acknowledgement by the server of one of their
+1-RTT messages before initiating connection migration.
 
 An endpoint also MUST NOT initiate connection migration if the peer sent the
 `disable_migration` transport parameter during the handshake.  An endpoint which

The part about 1-rtt ack is actually client specific. I think I was influenced by the picotls implementation that only provides the 1-rtt read key after CFIN has been received, and did not spell out the parallel server requirement that some 1rtt packet should have been received. Will 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/2370#discussion_r251251777
----==_mimepart_5c4e0974d8ab_154a3fc476ed45c0959940
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/2370#discussion_r251251777">draft-ietf-quic-transport.md</a>:</p>
<pre style='color:#555'>&gt; @@ -1847,6 +1847,11 @@ endpoint migrates to a new address.
 An endpoint MUST NOT initiate connection migration before the handshake is
 finished and the endpoint has 1-RTT keys.  The design of QUIC relies on
 endpoints retaining a stable address for the duration of the handshake.
+Clients MUST NOT initiate connection migration before they are
+certain that their peer also considers the handshake finished. This
+means that in addition to waiting for availability of 1-RTT keys,
+clients MUST wait acknowledgement by the server of one of their
+1-RTT messages before initiating connection migration.
 
 An endpoint also MUST NOT initiate connection migration if the peer sent the
 `disable_migration` transport parameter during the handshake.  An endpoint which
</pre>
<p>The part about 1-rtt ack is actually client specific. I think I was influenced by the picotls implementation that only provides the 1-rtt read key after CFIN has been received, and did not spell out the parallel server requirement that some 1rtt packet should have been received. Will 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/2370#discussion_r251251777">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AWbkq534qr_WT30xFAFLcAT4p3B-HWMTks5vHgD0gaJpZM4aUhBL">mute the thread</a>.<img src="https://github.com/notifications/beacon/AWbkq4WCM11YxFBynLLaUKLCKdnTEMoAks5vHgD0gaJpZM4aUhBL.gif" height="1" width="1" alt="" /></p>
<script type="application/json" data-scope="inboxmarkup">{"api_version":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name":"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"https://github.githubassets.com/images/email/message_cards/header.png","avatar_image_url":"https://github.githubassets.com/images/email/message_cards/avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/quicwg/base-drafts"}},"updates":{"snippets":[{"icon":"PERSON","message":"@huitema commented on #2370"}],"action":{"name":"View Pull Request","url":"https://github.com/quicwg/base-drafts/pull/2370#discussion_r251251777"}}}</script>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/pull/2370#discussion_r251251777",
"url": "https://github.com/quicwg/base-drafts/pull/2370#discussion_r251251777",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>
----==_mimepart_5c4e0974d8ab_154a3fc476ed45c0959940--


From nobody Sun Jan 27 12:13: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 AA0FA130EDB for <quic-issues@ietfa.amsl.com>; Sun, 27 Jan 2019 12:13:09 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -10.935
X-Spam-Level: 
X-Spam-Status: No, score=-10.935 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIMWL_WL_HIGH=-4.553, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, HTML_IMAGE_ONLY_24=1.618, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-1, RCVD_IN_DNSWL_HI=-5, SPF_PASS=-0.001] autolearn=ham autolearn_force=no
Authentication-Results: ietfa.amsl.com (amavisd-new); dkim=pass (1024-bit key) header.d=github.com
Received: from mail.ietf.org ([4.31.198.44]) by localhost (ietfa.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id xFEEGCWONREz for <quic-issues@ietfa.amsl.com>; Sun, 27 Jan 2019 12:13: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 1DAE5130ECF for <quic-issues@ietf.org>; Sun, 27 Jan 2019 12:13:08 -0800 (PST)
Date: Sun, 27 Jan 2019 12:13:06 -0800
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1548619986; bh=MgMlxjgOwizdCi2Q1H/beKJjlE8igJaTVXXW0++vpPQ=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=Xi+iX+Y0u0MWFPfZ1gfoIZL+BBecCosGzl4Hjp1FHn2xslrB5aLIc5xuzIQnXZot1 677IK+M+vHRcm7w6+xzV+cgO+c4tETFD/GfnwJ03OyonTy7oFICt6xYAZ7ZXazoefL EuocLe/dbyA/fhDL5HDNzw6eGkRZm83RbQlBp7R0=
From: Christian Huitema <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/2370/push/3248593336@github.com>
In-Reply-To: <quicwg/base-drafts/pull/2370@github.com>
References: <quicwg/base-drafts/pull/2370@github.com>
Subject: Re: [quicwg/base-drafts] Stronger migration handshake (#2370)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5c4e10d2a2b6a_2e3f3ff1d66d45b81782b4"; charset=UTF-8
Content-Transfer-Encoding: 7bit
Precedence: list
X-GitHub-Sender: huitema
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/qa9eUfTaRR0JvMZUKE6iCkqeKeE>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
List-Id: Notification list for GitHub issues related to the QUIC WG <quic-issues.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=unsubscribe>
List-Archive: <https://mailarchive.ietf.org/arch/browse/quic-issues/>
List-Post: <mailto:quic-issues@ietf.org>
List-Help: <mailto:quic-issues-request@ietf.org?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, 27 Jan 2019 20:13:10 -0000

----==_mimepart_5c4e10d2a2b6a_2e3f3ff1d66d45b81782b4
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

@huitema pushed 1 commit.

e449a442086ecaf478c7a2b002a3f43c1a4b17b7  Update the proposed migration text based on comments.


-- 
You are receiving this because you are subscribed to this thread.
View it on GitHub:
https://github.com/quicwg/base-drafts/pull/2370/files/ef52e69f22902e6c85a0b2a60cae09defd9a9d43..e449a442086ecaf478c7a2b002a3f43c1a4b17b7

----==_mimepart_5c4e10d2a2b6a_2e3f3ff1d66d45b81782b4
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

<p><a href="https://github.com/huitema" class="user-mention">@huitema</a> pushed 1 commit.</p>

<ul>
  <li><a class="commit-link" href="https://github.com/quicwg/base-drafts/commit/e449a442086ecaf478c7a2b002a3f43c1a4b17b7">e449a44</a>  Update the proposed migration text based on 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/2370/files/ef52e69f22902e6c85a0b2a60cae09defd9a9d43..e449a442086ecaf478c7a2b002a3f43c1a4b17b7">View it on GitHub</a> or <a href="https://github.com/notifications/unsubscribe-auth/AWbkqyShXpxJJJID_No47njh3Nh24GuHks5vHghSgaJpZM4aUhBL">mute the thread</a>.<img src="https://github.com/notifications/beacon/AWbkq-DT1QKN4G7MO1dUD1JH9pEnnmnNks5vHghSgaJpZM4aUhBL.gif" height="1" width="1" alt="" /></p>
<script type="application/json" data-scope="inboxmarkup">{"api_version":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name":"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"https://github.githubassets.com/images/email/message_cards/header.png","avatar_image_url":"https://github.githubassets.com/images/email/message_cards/avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/quicwg/base-drafts"}},"updates":{"snippets":[{"icon":"PERSON","message":"@huitema pushed 1 commit in #2370"}],"action":{"name":"View Pull Request","url":"https://github.com/quicwg/base-drafts/pull/2370/files/ef52e69f22902e6c85a0b2a60cae09defd9a9d43..e449a442086ecaf478c7a2b002a3f43c1a4b17b7"}}}</script>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/pull/2370/files/ef52e69f22902e6c85a0b2a60cae09defd9a9d43..e449a442086ecaf478c7a2b002a3f43c1a4b17b7",
"url": "https://github.com/quicwg/base-drafts/pull/2370/files/ef52e69f22902e6c85a0b2a60cae09defd9a9d43..e449a442086ecaf478c7a2b002a3f43c1a4b17b7",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>

----==_mimepart_5c4e10d2a2b6a_2e3f3ff1d66d45b81782b4--


From nobody Sun Jan 27 12:17: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 D3648130EDB for <quic-issues@ietfa.amsl.com>; Sun, 27 Jan 2019 12:17:36 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -12.552
X-Spam-Level: 
X-Spam-Status: No, score=-12.552 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIMWL_WL_HIGH=-4.553, 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_PASS=-0.001] autolearn=ham autolearn_force=no
Authentication-Results: ietfa.amsl.com (amavisd-new); dkim=pass (1024-bit key) header.d=github.com
Received: from mail.ietf.org ([4.31.198.44]) by localhost (ietfa.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id N6pjYM6fA10x for <quic-issues@ietfa.amsl.com>; Sun, 27 Jan 2019 12:17: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 23259130ECF for <quic-issues@ietf.org>; Sun, 27 Jan 2019 12:17:35 -0800 (PST)
Date: Sun, 27 Jan 2019 12:17:34 -0800
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1548620254; bh=sC5/tsXePSuJ1JFWTbzsdgYuPO6/MslqbLyI8s9UX8w=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=A7aGJHjf86VK/Qpqho1p3MqTqS4jxzvBRAuLUemUDQbOBLRf2dy/lkhYIBJrtrjQ3 fAkudTgewIENBGuu291L2yhTavA/SIXLF5x1RWupSHbRmHDWfj/LofVQwR1nef7Vhr HBy4AnaoAA6Wcrm5fEXrONWhgtLv1O2RpOTMMhAY=
From: Christian Huitema <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+0166e4ab097c58484d398990d9111559129398112ec157c792cf000000011865d3de92a169ce180d1061@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/pull/2370/review/196843626@github.com>
In-Reply-To: <quicwg/base-drafts/pull/2370@github.com>
References: <quicwg/base-drafts/pull/2370@github.com>
Subject: Re: [quicwg/base-drafts] Stronger migration handshake (#2370)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5c4e11de1889b_58973fecca2d45b4872e5"; 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/7FoEwQ_YATs8JDle3Bc8CwjX03Q>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
List-Id: Notification list for GitHub issues related to the QUIC WG <quic-issues.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=unsubscribe>
List-Archive: <https://mailarchive.ietf.org/arch/browse/quic-issues/>
List-Post: <mailto:quic-issues@ietf.org>
List-Help: <mailto:quic-issues-request@ietf.org?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, 27 Jan 2019 20:17:37 -0000

----==_mimepart_5c4e11de1889b_58973fecca2d45b4872e5
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

huitema commented on this pull request.



> @@ -1847,6 +1847,11 @@ endpoint migrates to a new address.
 An endpoint MUST NOT initiate connection migration before the handshake is
 finished and the endpoint has 1-RTT keys.  The design of QUIC relies on
 endpoints retaining a stable address for the duration of the handshake.
+Clients MUST NOT initiate connection migration before they are
+certain that their peer also considers the handshake finished. This
+means that in addition to waiting for availability of 1-RTT keys,
+clients MUST wait acknowledgement by the server of one of their
+1-RTT messages before initiating connection migration.
 
 An endpoint also MUST NOT initiate connection migration if the peer sent the
 `disable_migration` transport parameter during the handshake.  An endpoint which

I rewrote this to be generally neutral, while leaving the specific requirements for server and client. Where did we specify that only the client initiates migrations in V1? I know of at least one implementation (not mine) that migrates the connection to a new CID as soon as the handshake is done and it has received "NEW CID" frames from 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/2370#discussion_r251253257
----==_mimepart_5c4e11de1889b_58973fecca2d45b4872e5
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/2370#discussion_r251253257">draft-ietf-quic-transport.md</a>:</p>
<pre style='color:#555'>&gt; @@ -1847,6 +1847,11 @@ endpoint migrates to a new address.
 An endpoint MUST NOT initiate connection migration before the handshake is
 finished and the endpoint has 1-RTT keys.  The design of QUIC relies on
 endpoints retaining a stable address for the duration of the handshake.
+Clients MUST NOT initiate connection migration before they are
+certain that their peer also considers the handshake finished. This
+means that in addition to waiting for availability of 1-RTT keys,
+clients MUST wait acknowledgement by the server of one of their
+1-RTT messages before initiating connection migration.
 
 An endpoint also MUST NOT initiate connection migration if the peer sent the
 `disable_migration` transport parameter during the handshake.  An endpoint which
</pre>
<p>I rewrote this to be generally neutral, while leaving the specific requirements for server and client. Where did we specify that only the client initiates migrations in V1? I know of at least one implementation (not mine) that migrates the connection to a new CID as soon as the handshake is done and it has received "NEW CID" frames from the client.</p>

<p style="font-size:small;-webkit-text-size-adjust:none;color:#666;">&mdash;<br />You are receiving this because you are subscribed to this thread.<br />Reply to this email directly, <a href="https://github.com/quicwg/base-drafts/pull/2370#discussion_r251253257">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AWbkq7n2gtz7tGBktrLbQfsLnOWyhmz0ks5vHglegaJpZM4aUhBL">mute the thread</a>.<img src="https://github.com/notifications/beacon/AWbkqydv1BxU61JmUZYSjuxeIX2j93JSks5vHglegaJpZM4aUhBL.gif" height="1" width="1" alt="" /></p>
<script type="application/json" data-scope="inboxmarkup">{"api_version":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name":"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"https://github.githubassets.com/images/email/message_cards/header.png","avatar_image_url":"https://github.githubassets.com/images/email/message_cards/avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/quicwg/base-drafts"}},"updates":{"snippets":[{"icon":"PERSON","message":"@huitema commented on #2370"}],"action":{"name":"View Pull Request","url":"https://github.com/quicwg/base-drafts/pull/2370#discussion_r251253257"}}}</script>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/pull/2370#discussion_r251253257",
"url": "https://github.com/quicwg/base-drafts/pull/2370#discussion_r251253257",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>
----==_mimepart_5c4e11de1889b_58973fecca2d45b4872e5--


From nobody Sun Jan 27 14: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 81034130ECF for <quic-issues@ietfa.amsl.com>; Sun, 27 Jan 2019 14:16:54 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -12.553
X-Spam-Level: 
X-Spam-Status: No, score=-12.553 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIMWL_WL_HIGH=-4.553, 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_PASS=-0.001] autolearn=ham autolearn_force=no
Authentication-Results: ietfa.amsl.com (amavisd-new); dkim=pass (1024-bit key) header.d=github.com
Received: from mail.ietf.org ([4.31.198.44]) by localhost (ietfa.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id MQ7PhD4nptUG for <quic-issues@ietfa.amsl.com>; Sun, 27 Jan 2019 14:16: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 C4F42124BF6 for <quic-issues@ietf.org>; Sun, 27 Jan 2019 14:16:52 -0800 (PST)
Date: Sun, 27 Jan 2019 14:16:51 -0800
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1548627411; bh=NnykdhIJSlklQUcUvew7Fizdig/oYbGZRmKoaSh1Qvk=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=1sPn8C/dUk6Ak7NFb8TCYTIRPU04WOVs8i9R732S9Mflhn+iQ91UlO9lDP3KvcLK5 +tYfP+dTfSzluk4FJyN5a7+aIRpqiGyEekvu4ThlFNbv6Ar/nvcT/UdpGHBRZavydK 6lwRTsrD+FKCsjQ1oNTHanbI4cMfvimAqPC8Z5f0=
From: MikkelFJ <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+0166e4ab2bdb762b3e9cd9acfbe0d856558bfae29a47743b92cf000000011865efd392a169ce180d1061@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/pull/2370/review/196848083@github.com>
In-Reply-To: <quicwg/base-drafts/pull/2370@github.com>
References: <quicwg/base-drafts/pull/2370@github.com>
Subject: Re: [quicwg/base-drafts] Stronger migration handshake (#2370)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5c4e2dd33fc62_5e2d3fdff48d45b4125348"; 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/6PB69CR7vQaXA6zVgllJp92vEvo>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
List-Id: Notification list for GitHub issues related to the QUIC WG <quic-issues.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=unsubscribe>
List-Archive: <https://mailarchive.ietf.org/arch/browse/quic-issues/>
List-Post: <mailto:quic-issues@ietf.org>
List-Help: <mailto:quic-issues-request@ietf.org?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, 27 Jan 2019 22:16:54 -0000

----==_mimepart_5c4e2dd33fc62_5e2d3fdff48d45b4125348
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

mikkelfj commented on this pull request.



> @@ -1847,6 +1847,11 @@ endpoint migrates to a new address.
 An endpoint MUST NOT initiate connection migration before the handshake is
 finished and the endpoint has 1-RTT keys.  The design of QUIC relies on
 endpoints retaining a stable address for the duration of the handshake.
+Clients MUST NOT initiate connection migration before they are
+certain that their peer also considers the handshake finished. This
+means that in addition to waiting for availability of 1-RTT keys,
+clients MUST wait acknowledgement by the server of one of their
+1-RTT messages before initiating connection migration.
 
 An endpoint also MUST NOT initiate connection migration if the peer sent the
 `disable_migration` transport parameter during the handshake.  An endpoint which

@huitema  > Where did we specify that only the client initiates migrations in V1?

I'm not sure, but from memory it was dropped at some point because symmetric ping pong got hairy during updates or some defence became difficult.

Maybe it didn't land? Found this:

> Caution:
If both endpoints change connection ID in response to seeing a change in connection ID from their peer, then this can trigger an infinite sequence of changes.

But there is this, which seems to be preferred address only - maybe I got it mixed up_

9.6, transport:
> Migrating a connection to a new server address mid-connection is left for future 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/2370#discussion_r251257955
----==_mimepart_5c4e2dd33fc62_5e2d3fdff48d45b4125348
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/2370#discussion_r251257955">draft-ietf-quic-transport.md</a>:</p>
<pre style='color:#555'>&gt; @@ -1847,6 +1847,11 @@ endpoint migrates to a new address.
 An endpoint MUST NOT initiate connection migration before the handshake is
 finished and the endpoint has 1-RTT keys.  The design of QUIC relies on
 endpoints retaining a stable address for the duration of the handshake.
+Clients MUST NOT initiate connection migration before they are
+certain that their peer also considers the handshake finished. This
+means that in addition to waiting for availability of 1-RTT keys,
+clients MUST wait acknowledgement by the server of one of their
+1-RTT messages before initiating connection migration.
 
 An endpoint also MUST NOT initiate connection migration if the peer sent the
 `disable_migration` transport parameter during the handshake.  An endpoint which
</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>  &gt; Where did we specify that only the client initiates migrations in V1?</p>
<p>I'm not sure, but from memory it was dropped at some point because symmetric ping pong got hairy during updates or some defence became difficult.</p>
<p>Maybe it didn't land? Found this:</p>
<blockquote>
<p>Caution:<br>
If both endpoints change connection ID in response to seeing a change in connection ID from their peer, then this can trigger an infinite sequence of changes.</p>
</blockquote>
<p>But there is this, which seems to be preferred address only - maybe I got it mixed up_</p>
<p>9.6, transport:</p>
<blockquote>
<p>Migrating a connection to a new server address mid-connection is left for future work.</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/2370#discussion_r251257955">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AWbkqwlPk_p9IBP-jHnR5lOkLcb8tsJyks5vHiVTgaJpZM4aUhBL">mute the thread</a>.<img src="https://github.com/notifications/beacon/AWbkqwiplWadiRYt6LaI126taanCPPfZks5vHiVTgaJpZM4aUhBL.gif" height="1" width="1" alt="" /></p>
<script type="application/json" data-scope="inboxmarkup">{"api_version":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name":"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"https://github.githubassets.com/images/email/message_cards/header.png","avatar_image_url":"https://github.githubassets.com/images/email/message_cards/avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/quicwg/base-drafts"}},"updates":{"snippets":[{"icon":"PERSON","message":"@mikkelfj commented on #2370"}],"action":{"name":"View Pull Request","url":"https://github.com/quicwg/base-drafts/pull/2370#discussion_r251257955"}}}</script>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/pull/2370#discussion_r251257955",
"url": "https://github.com/quicwg/base-drafts/pull/2370#discussion_r251257955",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>
----==_mimepart_5c4e2dd33fc62_5e2d3fdff48d45b4125348--


From nobody Sun Jan 27 14:17: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 28779130ECF for <quic-issues@ietfa.amsl.com>; Sun, 27 Jan 2019 14:17:26 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -12.553
X-Spam-Level: 
X-Spam-Status: No, score=-12.553 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIMWL_WL_HIGH=-4.553, 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_PASS=-0.001] autolearn=ham autolearn_force=no
Authentication-Results: ietfa.amsl.com (amavisd-new); dkim=pass (1024-bit key) header.d=github.com
Received: from mail.ietf.org ([4.31.198.44]) by localhost (ietfa.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id dJkhr1iGPYQT for <quic-issues@ietfa.amsl.com>; Sun, 27 Jan 2019 14:17: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 A733C124BF6 for <quic-issues@ietf.org>; Sun, 27 Jan 2019 14:17:23 -0800 (PST)
Date: Sun, 27 Jan 2019 14:17:22 -0800
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1548627442; bh=mjNTFyK19TRpi6xU8ocvUgWjGNXllaYXV21LUxbC2Bs=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=QPJv+S2WkTQRxEScvJirbvRERSINCptdBdaQoL/XtnOK/3SkU9B03L2Cy5Zdad1bd 1Dy3jgc7kgwQS4ppHtAbvpVLVIOdtnEjmzJ5BpzRkpal0h57SsxlP9JWcOTnNGiR4m KnHygPuDl9j3k+OWdetFEwInYwSVU2bGOJXfYQu4=
From: hardie <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+0166e4abf07b24bc0e84be8a7e2ca3c519e91723026e33ab92cf000000011865eff292a169ce17ff5580@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/issues/2369/457959473@github.com>
In-Reply-To: <quicwg/base-drafts/issues/2369@github.com>
References: <quicwg/base-drafts/issues/2369@github.com>
Subject: Re: [quicwg/base-drafts] Merge normative -spin-exp text into -transport (#2369)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5c4e2df2a9a22_76553fc4de2d45b437717"; 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/457qJLOOep4hiFyo_0bjObkEhUc>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
List-Id: Notification list for GitHub issues related to the QUIC WG <quic-issues.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=unsubscribe>
List-Archive: <https://mailarchive.ietf.org/arch/browse/quic-issues/>
List-Post: <mailto:quic-issues@ietf.org>
List-Help: <mailto:quic-issues-request@ietf.org?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, 27 Jan 2019 22:17:26 -0000

----==_mimepart_5c4e2df2a9a22_76553fc4de2d45b437717
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: quoted-printable

On Fri, Jan 25, 2019 at 6:50 PM Jana Iyengar <notifications@github.com>=0D=

wrote:=0D
=0D
> So, to be clear, the document split is an entirely editorial decision;=0D=

> let's not conflate that with discussions about whether spin is PS or no=
t.=0D
> Of course, if spin is not PS, then the answer is clear, but even if spi=
n is=0D
> PS, whether it remains in a separate document or not is still an editor=
ial=0D
> discussion.=0D
>=0D
> So I went back to the recording on this (=0D
https://youtu.be/s3aiyJI1xdU?t=3D5644) and the rough consensus was "to=0D=

include the spin bit in the specification".  To my mind, I think that is=0D=

clear that the consensus declared there and confirmed on the list was to=0D=

have it at the same level as the spec (so, PS).=0D
=0D
Amusingly, if you listen past the negotiation section which follows, Mirj=
a=0D
asks whether that means spin bit should get merged into the transport=0D
document.  Not to spoil the ending,  Lars answered yes and then immediate=
ly=0D
back tracked to make this an editorial decision, which got general approv=
al.=0D
=0D
I'm happy to have this discussion in Tokyo, but we need to clearly separa=
te=0D
> the two discussions.=0D
>=0D
> I really don't want to discuss the question of PS vs. experimental in=0D=

Tokyo.  I am happy to express my preferences to the editors of the draft =
on=0D
which I would prefer as a reader, but I think that this is an editorial=0D=

decision was settled back in Bangkok.=0D
=0D
=0D
> Please note that the recovery draft is standards track, but it is a=0D
> separate document. Being in a separate document is meaningful for thing=
s=0D
> that can modularly be separated, esp since the transport document is=0D=

> already quite long at the moment.=0D
>=0D
> And I think that is the crux of the discussion.  Having decided that we=
=0D
are doing this for version one, I don't think it is useful to call out th=
e=0D
behavior of this bit as separate enough to require an independent doc, an=
y=0D
more than I would suggest doing that for address validation or connection=
=0D
migration, each of which also could be carved out.=0D
=0D
Ted=0D
=0D
=0D
> On Thu, Jan 24, 2019 at 10:30 AM hardie <notifications@github.com> wrot=
e:=0D
>=0D
> > On Thu, Jan 24, 2019 at 2:18 AM Kazuho Oku <notifications@github.com>=
=0D
> > wrote:=0D
> >=0D
> > > I am not sure if "including spin-bit in the specification" means=0D=

> > including=0D
> > > it in the transport draft, considering the fact that we already hav=
e=0D
> > > multiple documents that specify the QUIC protocol: invariants,=0D
> transport,=0D
> > > TLS, recovery. Having another document seems to be a natural way of=
=0D
> > > integrating a specific feature.=0D
> > >=0D
> > > Among the documents, I think it might be natural to assume that the=
=0D
> > > transport document would have the shortest lifetime, while there is=
=0D
> fair=0D
> > > chance that TLS and recovery documents will be reused in QUIC v2. I=
'd=0D
> > also=0D
> > > assume the spin-bit draft to have a longer lifetime, because I do n=
ot=0D
> > think=0D
> > > we want to change the definition of the spin bits for each QUIC=0D
> version.=0D
> > >=0D
> > > That seems to be one reason to prefer having spin bit as a separate=
=0D
> draft=0D
> > > regardless of the status of the document. Is there a specific reaso=
n to=0D
> > > incorporate the spin-bit specification into the transport draft?=0D=

> > >=0D
> > The transport draft is the logical place to say that the bit is taken=
 and=0D
> > to give a pointer to what it is taken for. I think keeping the normat=
ive=0D
> > text on how to exercise the bit in the transport draft is cleaner. It=
 may=0D
> > change in some later version, but this is the v1 meaning of that bit =
and=0D
> > its states.=0D
> >=0D
> > It is not an invariant, in other words, but a v1 feature that may not=
 be=0D
> > continued in later versions. That's not quite experimental in the usu=
al=0D
> > sense--a change to the meaning would occur in later versions. (You co=
uld,=0D
> > of course, later have a security draft say that even v1 ought to refr=
ain=0D
> > from spinning, should some issue occur, but that wouldn't change what=
=0D
> > spinning meant)=0D
> >=0D
> > Ted=0D
> >=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
> > > <=0D
> > https://github.com/quicwg/base-drafts/issues/2369#issuecomment-457144=
113=0D
> >,=0D
> > > or mute the thread=0D
> > > <=0D
> >=0D
> https://github.com/notifications/unsubscribe-auth/ABVb5KjEzrC9dqRFyQi9w=
XsKCS6IRQD6ks5vGYh7gaJpZM4aQb9w=0D
> > >=0D
> > > .=0D
> > >=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
> > <=0D
> https://github.com/quicwg/base-drafts/issues/2369#issuecomment-45730576=
4>,=0D
> > or mute the thread=0D
> > <=0D
> https://github.com/notifications/unsubscribe-auth/AKjg1DoiyxpWo39ZPTuM5=
ehu8LC7EZh6ks5vGfvFgaJpZM4aQb9w=0D
> >=0D
> > .=0D
> >=0D
>=0D
> =E2=80=94=0D
> You are receiving this because you commented.=0D
> Reply to this email directly, view it on GitHub=0D
> <https://github.com/quicwg/base-drafts/issues/2369#issuecomment-4577948=
96>,=0D
> or mute the thread=0D
> <https://github.com/notifications/unsubscribe-auth/ABVb5DXIJKqqH6qVtI20=
dkmVvSZiMWzBks5vG8J7gaJpZM4aQb9w>=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/2369#issuecomment-457959473=

----==_mimepart_5c4e2df2a9a22_76553fc4de2d45b437717
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: quoted-printable

On Fri, Jan 25, 2019 at 6:50 PM Jana Iyengar &lt;notifications@github.com=
&gt;<br>=0D
wrote:<br>=0D
<br>=0D
&gt; So, to be clear, the document split is an entirely editorial decisio=
n;<br>=0D
&gt; let&#39;s not conflate that with discussions about whether spin is P=
S or not.<br>=0D
&gt; Of course, if spin is not PS, then the answer is clear, but even if =
spin is<br>=0D
&gt; PS, whether it remains in a separate document or not is still an edi=
torial<br>=0D
&gt; discussion.<br>=0D
&gt;<br>=0D
&gt; So I went back to the recording on this (<br>=0D
https://youtu.be/s3aiyJI1xdU?t=3D5644) and the rough consensus was &quot;=
to<br>=0D
include the spin bit in the specification&quot;.  To my mind, I think tha=
t is<br>=0D
clear that the consensus declared there and confirmed on the list was to<=
br>=0D
have it at the same level as the spec (so, PS).<br>=0D
<br>=0D
Amusingly, if you listen past the negotiation section which follows, Mirj=
a<br>=0D
asks whether that means spin bit should get merged into the transport<br>=
=0D
document.  Not to spoil the ending,  Lars answered yes and then immediate=
ly<br>=0D
back tracked to make this an editorial decision, which got general approv=
al.<br>=0D
<br>=0D
I&#39;m happy to have this discussion in Tokyo, but we need to clearly se=
parate<br>=0D
&gt; the two discussions.<br>=0D
&gt;<br>=0D
&gt; I really don&#39;t want to discuss the question of PS vs. experiment=
al in<br>=0D
Tokyo.  I am happy to express my preferences to the editors of the draft =
on<br>=0D
which I would prefer as a reader, but I think that this is an editorial<b=
r>=0D
decision was settled back in Bangkok.<br>=0D
<br>=0D
<br>=0D
&gt; Please note that the recovery draft is standards track, but it is a<=
br>=0D
&gt; separate document. Being in a separate document is meaningful for th=
ings<br>=0D
&gt; that can modularly be separated, esp since the transport document is=
<br>=0D
&gt; already quite long at the moment.<br>=0D
&gt;<br>=0D
&gt; And I think that is the crux of the discussion.  Having decided that=
 we<br>=0D
are doing this for version one, I don&#39;t think it is useful to call ou=
t the<br>=0D
behavior of this bit as separate enough to require an independent doc, an=
y<br>=0D
more than I would suggest doing that for address validation or connection=
<br>=0D
migration, each of which also could be carved out.<br>=0D
<br>=0D
Ted<br>=0D
<br>=0D
<br>=0D
&gt; On Thu, Jan 24, 2019 at 10:30 AM hardie &lt;notifications@github.com=
&gt; wrote:<br>=0D
&gt;<br>=0D
&gt; &gt; On Thu, Jan 24, 2019 at 2:18 AM Kazuho Oku &lt;notifications@gi=
thub.com&gt;<br>=0D
&gt; &gt; wrote:<br>=0D
&gt; &gt;<br>=0D
&gt; &gt; &gt; I am not sure if &quot;including spin-bit in the specifica=
tion&quot; means<br>=0D
&gt; &gt; including<br>=0D
&gt; &gt; &gt; it in the transport draft, considering the fact that we al=
ready have<br>=0D
&gt; &gt; &gt; multiple documents that specify the QUIC protocol: invaria=
nts,<br>=0D
&gt; transport,<br>=0D
&gt; &gt; &gt; TLS, recovery. Having another document seems to be a natur=
al way of<br>=0D
&gt; &gt; &gt; integrating a specific feature.<br>=0D
&gt; &gt; &gt;<br>=0D
&gt; &gt; &gt; Among the documents, I think it might be natural to assume=
 that the<br>=0D
&gt; &gt; &gt; transport document would have the shortest lifetime, while=
 there is<br>=0D
&gt; fair<br>=0D
&gt; &gt; &gt; chance that TLS and recovery documents will be reused in Q=
UIC v2. I&#39;d<br>=0D
&gt; &gt; also<br>=0D
&gt; &gt; &gt; assume the spin-bit draft to have a longer lifetime, becau=
se I do not<br>=0D
&gt; &gt; think<br>=0D
&gt; &gt; &gt; we want to change the definition of the spin bits for each=
 QUIC<br>=0D
&gt; version.<br>=0D
&gt; &gt; &gt;<br>=0D
&gt; &gt; &gt; That seems to be one reason to prefer having spin bit as a=
 separate<br>=0D
&gt; draft<br>=0D
&gt; &gt; &gt; regardless of the status of the document. Is there a speci=
fic reason to<br>=0D
&gt; &gt; &gt; incorporate the spin-bit specification into the transport =
draft?<br>=0D
&gt; &gt; &gt;<br>=0D
&gt; &gt; The transport draft is the logical place to say that the bit is=
 taken and<br>=0D
&gt; &gt; to give a pointer to what it is taken for. I think keeping the =
normative<br>=0D
&gt; &gt; text on how to exercise the bit in the transport draft is clean=
er. It may<br>=0D
&gt; &gt; change in some later version, but this is the v1 meaning of tha=
t bit and<br>=0D
&gt; &gt; its states.<br>=0D
&gt; &gt;<br>=0D
&gt; &gt; It is not an invariant, in other words, but a v1 feature that m=
ay not be<br>=0D
&gt; &gt; continued in later versions. That&#39;s not quite experimental =
in the usual<br>=0D
&gt; &gt; sense--a change to the meaning would occur in later versions. (=
You could,<br>=0D
&gt; &gt; of course, later have a security draft say that even v1 ought t=
o refrain<br>=0D
&gt; &gt; from spinning, should some issue occur, but that wouldn&#39;t c=
hange what<br>=0D
&gt; &gt; spinning meant)<br>=0D
&gt; &gt;<br>=0D
&gt; &gt; Ted<br>=0D
&gt; &gt;<br>=0D
&gt; &gt;<br>=0D
&gt; &gt; &gt; =E2=80=94<br>=0D
&gt; &gt; &gt; You are receiving this because you are subscribed to this =
thread.<br>=0D
&gt; &gt; &gt; Reply to this email directly, view it on GitHub<br>=0D
&gt; &gt; &gt; &lt;<br>=0D
&gt; &gt; https://github.com/quicwg/base-drafts/issues/2369#issuecomment-=
457144113<br>=0D
&gt; &gt;,<br>=0D
&gt; &gt; &gt; or mute the thread<br>=0D
&gt; &gt; &gt; &lt;<br>=0D
&gt; &gt;<br>=0D
&gt; https://github.com/notifications/unsubscribe-auth/ABVb5KjEzrC9dqRFyQ=
i9wXsKCS6IRQD6ks5vGYh7gaJpZM4aQb9w<br>=0D
&gt; &gt; &gt;<br>=0D
&gt; &gt; &gt; .<br>=0D
&gt; &gt; &gt;<br>=0D
&gt; &gt;<br>=0D
&gt; &gt; =E2=80=94<br>=0D
&gt; &gt; You are receiving this because you were mentioned.<br>=0D
&gt; &gt; Reply to this email directly, view it on GitHub<br>=0D
&gt; &gt; &lt;<br>=0D
&gt; https://github.com/quicwg/base-drafts/issues/2369#issuecomment-45730=
5764&gt;,<br>=0D
&gt; &gt; or mute the thread<br>=0D
&gt; &gt; &lt;<br>=0D
&gt; https://github.com/notifications/unsubscribe-auth/AKjg1DoiyxpWo39ZPT=
uM5ehu8LC7EZh6ks5vGfvFgaJpZM4aQb9w<br>=0D
&gt; &gt;<br>=0D
&gt; &gt; .<br>=0D
&gt; &gt;<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<br>=0D
&gt; &lt;https://github.com/quicwg/base-drafts/issues/2369#issuecomment-4=
57794896&gt;,<br>=0D
&gt; or mute the thread<br>=0D
&gt; &lt;https://github.com/notifications/unsubscribe-auth/ABVb5DXIJKqqH6=
qVtI20dkmVvSZiMWzBks5vG8J7gaJpZM4aQb9w&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/2369#issuecomment-457959473">view it on GitHub</a>,=
 or <a href=3D"https://github.com/notifications/unsubscribe-auth/AWbkq8FE=
LoodxB_J-FSZJAwwy1hWONC7ks5vHiVygaJpZM4aQb9w">mute the thread</a>.<img sr=
c=3D"https://github.com/notifications/beacon/AWbkq8INaPz_RFE9TdL6rY-fAZkk=
NP6Uks5vHiVygaJpZM4aQb9w.gif" height=3D"1" width=3D"1" alt=3D"" /></p>=0D=

<script type=3D"application/json" data-scope=3D"inboxmarkup">{"api_versio=
n":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name"=
:"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"=
quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"http=
s://github.githubassets.com/images/email/message_cards/header.png","avata=
r_image_url":"https://github.githubassets.com/images/email/message_cards/=
avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/q=
uicwg/base-drafts"}},"updates":{"snippets":[{"icon":"PERSON","message":"@=
hardie in #2369: On Fri, Jan 25, 2019 at 6:50 PM Jana Iyengar \u003cnotif=
ications@github.com\u003e\nwrote:\n\n\u003e So, to be clear, the document=
 split is an entirely editorial decision;\n\u003e let's not conflate that=
 with discussions about whether spin is PS or not.\n\u003e Of course, if =
spin is not PS, then the answer is clear, but even if spin is\n\u003e PS,=
 whether it remains in a separate document or not is still an editorial\n=
\u003e discussion.\n\u003e\n\u003e So I went back to the recording on thi=
s (\nhttps://youtu.be/s3aiyJI1xdU?t=3D5644) and the rough consensus was \=
"to\ninclude the spin bit in the specification\".  To my mind, I think th=
at is\nclear that the consensus declared there and confirmed on the list =
was to\nhave it at the same level as the spec (so, PS).\n\nAmusingly, if =
you listen past the negotiation section which follows, Mirja\nasks whethe=
r that means spin bit should get merged into the transport\ndocument.  No=
t to spoil the ending,  Lars answered yes and then immediately\nback trac=
ked to make this an editorial decision, which got general approval.\n\nI'=
m happy to have this discussion in Tokyo, but we need to clearly separate=
\n\u003e the two discussions.\n\u003e\n\u003e I really don't want to disc=
uss the question of PS vs. experimental in\nTokyo.  I am happy to express=
 my preferences to the editors of the draft on\nwhich I would prefer as a=
 reader, but I think that this is an editorial\ndecision was settled back=
 in Bangkok.\n\n\n\u003e Please note that the recovery draft is standards=
 track, but it is a\n\u003e separate document. Being in a separate docume=
nt is meaningful for things\n\u003e that can modularly be separated, esp =
since the transport document is\n\u003e already quite long at the moment.=
\n\u003e\n\u003e And I think that is the crux of the discussion.  Having =
decided that we\nare doing this for version one, I don't think it is usef=
ul to call out the\nbehavior of this bit as separate enough to require an=
 independent doc, any\nmore than I would suggest doing that for address v=
alidation or connection\nmigration, each of which also could be carved ou=
t.\n\nTed\n\n\n\u003e On Thu, Jan 24, 2019 at 10:30 AM hardie \u003cnotif=
ications@github.com\u003e wrote:\n\u003e\n\u003e \u003e On Thu, Jan 24, 2=
019 at 2:18 AM Kazuho Oku \u003cnotifications@github.com\u003e\n\u003e \u=
003e wrote:\n\u003e \u003e\n\u003e \u003e \u003e I am not sure if \"inclu=
ding spin-bit in the specification\" means\n\u003e \u003e including\n\u00=
3e \u003e \u003e it in the transport draft, considering the fact that we =
already have\n\u003e \u003e \u003e multiple documents that specify the QU=
IC protocol: invariants,\n\u003e transport,\n\u003e \u003e \u003e TLS, re=
covery. Having another document seems to be a natural way of\n\u003e \u00=
3e \u003e integrating a specific feature.\n\u003e \u003e \u003e\n\u003e \=
u003e \u003e Among the documents, I think it might be natural to assume t=
hat the\n\u003e \u003e \u003e transport document would have the shortest =
lifetime, while there is\n\u003e fair\n\u003e \u003e \u003e chance that T=
LS and recovery documents will be reused in QUIC v2. I'd\n\u003e \u003e a=
lso\n\u003e \u003e \u003e assume the spin-bit draft to have a longer life=
time, because I do not\n\u003e \u003e think\n\u003e \u003e \u003e we want=
 to change the definition of the spin bits for each QUIC\n\u003e version.=
\n\u003e \u003e \u003e\n\u003e \u003e \u003e That seems to be one reason =
to prefer having spin bit as a separate\n\u003e draft\n\u003e \u003e \u00=
3e regardless of the status of the document. Is there a specific reason t=
o\n\u003e \u003e \u003e incorporate the spin-bit specification into the t=
ransport draft?\n\u003e \u003e \u003e\n\u003e \u003e The transport draft =
is the logical place to say that the bit is taken and\n\u003e \u003e to g=
ive a pointer to what it is taken for. I think keeping the normative\n\u0=
03e \u003e text on how to exercise the bit in the transport draft is clea=
ner. It may\n\u003e \u003e change in some later version, but this is the =
v1 meaning of that bit and\n\u003e \u003e its states.\n\u003e \u003e\n\u0=
03e \u003e It is not an invariant, in other words, but a v1 feature that =
may not be\n\u003e \u003e continued in later versions. That's not quite e=
xperimental in the usual\n\u003e \u003e sense--a change to the meaning wo=
uld occur in later versions. (You could,\n\u003e \u003e of course, later =
have a security draft say that even v1 ought to refrain\n\u003e \u003e fr=
om spinning, should some issue occur, but that wouldn't change what\n\u00=
3e \u003e spinning meant)\n\u003e \u003e\n\u003e \u003e Ted\n\u003e \u003=
e\n\u003e \u003e\n\u003e \u003e \u003e =E2=80=94\n\u003e \u003e \u003e Yo=
u are receiving this because you are subscribed to this thread.\n\u003e \=
u003e \u003e Reply to this email directly, view it on GitHub\n\u003e \u00=
3e \u003e \u003c\n\u003e \u003e https://github.com/quicwg/base-drafts/iss=
ues/2369#issuecomment-457144113\n\u003e \u003e,\n\u003e \u003e \u003e or =
mute the thread\n\u003e \u003e \u003e \u003c\n\u003e \u003e\n\u003e https=
://github.com/notifications/unsubscribe-auth/ABVb5KjEzrC9dqRFyQi9wXsKCS6I=
RQD6ks5vGYh7gaJpZM4aQb9w\n\u003e \u003e \u003e\n\u003e \u003e \u003e .\n\=
u003e \u003e \u003e\n\u003e \u003e\n\u003e \u003e =E2=80=94\n\u003e \u003=
e You are receiving this because you were mentioned.\n\u003e \u003e Reply=
 to this email directly, view it on GitHub\n\u003e \u003e \u003c\n\u003e =
https://github.com/quicwg/base-drafts/issues/2369#issuecomment-457305764\=
u003e,\n\u003e \u003e or mute the thread\n\u003e \u003e \u003c\n\u003e ht=
tps://github.com/notifications/unsubscribe-auth/AKjg1DoiyxpWo39ZPTuM5ehu8=
LC7EZh6ks5vGfvFgaJpZM4aQb9w\n\u003e \u003e\n\u003e \u003e .\n\u003e \u003=
e\n\u003e\n\u003e =E2=80=94\n\u003e You are receiving this because you co=
mmented.\n\u003e Reply to this email directly, view it on GitHub\n\u003e =
\u003chttps://github.com/quicwg/base-drafts/issues/2369#issuecomment-4577=
94896\u003e,\n\u003e or mute the thread\n\u003e \u003chttps://github.com/=
notifications/unsubscribe-auth/ABVb5DXIJKqqH6qVtI20dkmVvSZiMWzBks5vG8J7ga=
JpZM4aQb9w\u003e\n\u003e .\n\u003e\n"}],"action":{"name":"View Issue","ur=
l":"https://github.com/quicwg/base-drafts/issues/2369#issuecomment-457959=
473"}}}</script>=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/2369#issuecomment=
-457959473",=0D
"url": "https://github.com/quicwg/base-drafts/issues/2369#issuecomment-45=
7959473",=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_5c4e2df2a9a22_76553fc4de2d45b437717--


From nobody Sun Jan 27 14:29: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 62CD4130EE3 for <quic-issues@ietfa.amsl.com>; Sun, 27 Jan 2019 14:29:11 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -12.552
X-Spam-Level: 
X-Spam-Status: No, score=-12.552 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIMWL_WL_HIGH=-4.553, 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_PASS=-0.001] autolearn=ham autolearn_force=no
Authentication-Results: ietfa.amsl.com (amavisd-new); dkim=pass (1024-bit key) header.d=github.com
Received: from mail.ietf.org ([4.31.198.44]) by localhost (ietfa.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id bkM9u-67ngD4 for <quic-issues@ietfa.amsl.com>; Sun, 27 Jan 2019 14:29:09 -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 3B792130ECF for <quic-issues@ietf.org>; Sun, 27 Jan 2019 14:29:09 -0800 (PST)
Date: Sun, 27 Jan 2019 14:29:08 -0800
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1548628148; bh=j8MADUnNMf0AdcypKEimvH+Jah+yvpKE0D1xGp0aCdI=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=ftTn7BfBW0of8Af+ySk3CNIPM/MdAK+qcM01VeTzluC2UxzPmNbwnqXibsKsMoh2E dHHBpgz6WVJ5bVKDk6ByU4+9k4ygNV4qTYkLK5dN1DHCEvMxGfcUJpQBaXzmfl0xrX WZPGKyCmXpUFzlu7uhlEnPTQXnM3d6GIGPi4S3N8=
From: Kazuho Oku <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+0166e4aba2a810a04eb09c2e7dfc60e0fe56bdf7cae1e33a92cf000000011865f2b492a169ce180d1061@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/pull/2370/review/196848476@github.com>
In-Reply-To: <quicwg/base-drafts/pull/2370@github.com>
References: <quicwg/base-drafts/pull/2370@github.com>
Subject: Re: [quicwg/base-drafts] Stronger migration handshake (#2370)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5c4e30b42d161_70243fc476ed45c05176d4"; 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/V5Kg_wR8mEf5c7q92G4zJ1ovRLs>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
List-Id: Notification list for GitHub issues related to the QUIC WG <quic-issues.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=unsubscribe>
List-Archive: <https://mailarchive.ietf.org/arch/browse/quic-issues/>
List-Post: <mailto:quic-issues@ietf.org>
List-Help: <mailto:quic-issues-request@ietf.org?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, 27 Jan 2019 22:29:11 -0000

----==_mimepart_5c4e30b42d161_70243fc476ed45c05176d4
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

kazuho commented on this pull request.



>  endpoints retaining a stable address for the duration of the handshake.
+An endpoint MUST NOT initiate connection migration before the handshake is
+finished for it and its peer and the endpoint has 1-RTT keys. This means
+that the server MUST NOT initiate connection migration before it has
+received at least one 1-RTT data from the client, and the client 
+MUST NOT initiate connection migration before receiving 
+acknowledgement by the server of at least one of its
+1-RTT messages.

How about reusing the event that triggers the 3 PTO timer to drop the handshake keys, instead of defining a different event?

Activation of the 3 PTO timer to drop the handshake key happens when an endpoint "has both received and acknowledged all CRYPTO frames for that encryption level and when all CRYPTO frames for that encryption level have been acknowledged by its peer." (https://quicwg.org/base-drafts/draft-ietf-quic-tls.html#rfc.section.4.9).

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/quicwg/base-drafts/pull/2370#pullrequestreview-196848476
----==_mimepart_5c4e30b42d161_70243fc476ed45c05176d4
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/2370#discussion_r251258382">draft-ietf-quic-transport.md</a>:</p>
<pre style='color:#555'>&gt;  endpoints retaining a stable address for the duration of the handshake.
+An endpoint MUST NOT initiate connection migration before the handshake is
+finished for it and its peer and the endpoint has 1-RTT keys. This means
+that the server MUST NOT initiate connection migration before it has
+received at least one 1-RTT data from the client, and the client 
+MUST NOT initiate connection migration before receiving 
+acknowledgement by the server of at least one of its
+1-RTT messages.
</pre>
<p>How about reusing the event that triggers the 3 PTO timer to drop the handshake keys, instead of defining a different event?</p>
<p>Activation of the 3 PTO timer to drop the handshake key happens when an endpoint "has both received and acknowledged all CRYPTO frames for that encryption level and when all CRYPTO frames for that encryption level have been acknowledged by its peer." (<a href="https://quicwg.org/base-drafts/draft-ietf-quic-tls.html#rfc.section.4.9" rel="nofollow">https://quicwg.org/base-drafts/draft-ietf-quic-tls.html#rfc.section.4.9</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/2370#pullrequestreview-196848476">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AWbkq-LAM_fOcO16CTe2UHJ92unbI_TUks5vHig0gaJpZM4aUhBL">mute the thread</a>.<img src="https://github.com/notifications/beacon/AWbkq8YaEyAbFZS1GkOdoHa8BuHDKWGPks5vHig0gaJpZM4aUhBL.gif" height="1" width="1" alt="" /></p>
<script type="application/json" data-scope="inboxmarkup">{"api_version":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name":"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"https://github.githubassets.com/images/email/message_cards/header.png","avatar_image_url":"https://github.githubassets.com/images/email/message_cards/avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/quicwg/base-drafts"}},"updates":{"snippets":[{"icon":"PERSON","message":"@kazuho commented on #2370"}],"action":{"name":"View Pull Request","url":"https://github.com/quicwg/base-drafts/pull/2370#pullrequestreview-196848476"}}}</script>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/pull/2370#pullrequestreview-196848476",
"url": "https://github.com/quicwg/base-drafts/pull/2370#pullrequestreview-196848476",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>
----==_mimepart_5c4e30b42d161_70243fc476ed45c05176d4--


From nobody Sun Jan 27 14: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 B8FB9130EEE for <quic-issues@ietfa.amsl.com>; Sun, 27 Jan 2019 14:56:58 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -11.007
X-Spam-Level: 
X-Spam-Status: No, score=-11.007 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIMWL_WL_HIGH=-4.553, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, HTML_IMAGE_ONLY_20=1.546, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-1, RCVD_IN_DNSWL_HI=-5, SPF_PASS=-0.001] autolearn=ham autolearn_force=no
Authentication-Results: ietfa.amsl.com (amavisd-new); dkim=pass (1024-bit key) header.d=github.com
Received: from mail.ietf.org ([4.31.198.44]) by localhost (ietfa.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id hyAGoDhptI4V for <quic-issues@ietfa.amsl.com>; Sun, 27 Jan 2019 14:56:55 -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 EED7A130EE8 for <quic-issues@ietf.org>; Sun, 27 Jan 2019 14:56:54 -0800 (PST)
Date: Sun, 27 Jan 2019 14:56:53 -0800
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1548629813; bh=4JxeGrTR34SDrqaacZg1YMZYglCR5Z5eyCJSWrtDiSo=; h=Date:From:Reply-To:To:Cc:Subject:List-ID:List-Archive:List-Post: List-Unsubscribe:From; b=rEk5DlkRIx1i6oVNFPAuEsk7ffwd6UsTAhzsEnFFi8ILrku5m7mkrMZSZePumUSAu qaZ+JiWG+JuflD0RRJWZyynjTp/MVGeCVkkKgoGAGuK83FzQMQa33sF6CncS8YXwW8 OS61ob8tiwh1auPqSCZQSOR+ZLr8E9DBnb3memR8=
From: Kazuho Oku <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+0166e4ab9553784e98377919c23c978106ac5c272ee910a592cf000000011865f93592a169ce180e882b@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/issues/2371@github.com>
Subject: [quicwg/base-drafts] Assign QPACK error codes? (#2371)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5c4e373592d08_722a3fecca2d45b4147349b"; 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/nINaIQ2izA_v_RGYFblW_kkr1G8>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
List-Id: Notification list for GitHub issues related to the QUIC WG <quic-issues.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=unsubscribe>
List-Archive: <https://mailarchive.ietf.org/arch/browse/quic-issues/>
List-Post: <mailto:quic-issues@ietf.org>
List-Help: <mailto:quic-issues-request@ietf.org?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, 27 Jan 2019 22:56:59 -0000

----==_mimepart_5c4e373592d08_722a3fecca2d45b4147349b
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

QPACK error codes do not have numbers yet. They are marked as TBD.

Can we have them assigned? I think that's possible because the HTTP3 specification is becoming mature and QPACK is fairly stable.

Personally, my preference goes to allocating 0x2xx for QPACK.

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/quicwg/base-drafts/issues/2371
----==_mimepart_5c4e373592d08_722a3fecca2d45b4147349b
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

<p>QPACK error codes do not have numbers yet. They are marked as TBD.</p>
<p>Can we have them assigned? I think that's possible because the HTTP3 specification is becoming mature and QPACK is fairly stable.</p>
<p>Personally, my preference goes to allocating 0x2xx for QPACK.</p>

<p style="font-size:small;-webkit-text-size-adjust:none;color:#666;">&mdash;<br />You are receiving this because you are subscribed to this thread.<br />Reply to this email directly, <a href="https://github.com/quicwg/base-drafts/issues/2371">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AWbkq9L19MfuHNSfIcvUUHWwxDnT4vScks5vHi61gaJpZM4aU_U3">mute the thread</a>.<img src="https://github.com/notifications/beacon/AWbkq5YcqtXFjrjOaS-nh2L2hrjfnHfHks5vHi61gaJpZM4aU_U3.gif" height="1" width="1" alt="" /></p>
<script type="application/json" data-scope="inboxmarkup">{"api_version":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name":"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"https://github.githubassets.com/images/email/message_cards/header.png","avatar_image_url":"https://github.githubassets.com/images/email/message_cards/avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/quicwg/base-drafts"}},"updates":{"snippets":[{"icon":"DESCRIPTION","message":"Assign QPACK error codes? (#2371)"}],"action":{"name":"View Issue","url":"https://github.com/quicwg/base-drafts/issues/2371"}}}</script>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/issues/2371",
"url": "https://github.com/quicwg/base-drafts/issues/2371",
"name": "View Issue"
},
"description": "View this Issue on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>
----==_mimepart_5c4e373592d08_722a3fecca2d45b4147349b--


From nobody Sun Jan 27 16:58: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 655FF130EDE for <quic-issues@ietfa.amsl.com>; Sun, 27 Jan 2019 16:58:02 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -11.007
X-Spam-Level: 
X-Spam-Status: No, score=-11.007 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIMWL_WL_HIGH=-4.553, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, HTML_IMAGE_ONLY_20=1.546, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-1, RCVD_IN_DNSWL_HI=-5, SPF_PASS=-0.001] autolearn=ham autolearn_force=no
Authentication-Results: ietfa.amsl.com (amavisd-new); dkim=pass (1024-bit key) header.d=github.com
Received: from mail.ietf.org ([4.31.198.44]) by localhost (ietfa.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id JEVSuzEpIf89 for <quic-issues@ietfa.amsl.com>; Sun, 27 Jan 2019 16:58: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 5EF1D130E9B for <quic-issues@ietf.org>; Sun, 27 Jan 2019 16:58:00 -0800 (PST)
Date: Sun, 27 Jan 2019 16:57:59 -0800
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1548637079; bh=q/bW4e8IbmgXvJOZwl+R1uL2Nftb5PAaXCCIFdBYSj0=; h=Date:From:Reply-To:To:Cc:Subject:List-ID:List-Archive:List-Post: List-Unsubscribe:From; b=LVbc89aiX4T+o+9NGlCROKe5TMKTrGlgO7+HwF6lXsJZXWwwkhQRXq7T8MrJdAxpq Djh/bYGghrpFSfvAj0dcfX5O1B7L7/tKhCKDt15Il2X/G5b1oL8RV5AedkmtuZhrSR RN5dUovEKx+mSYYLuxdeDiNKZWpeg2/+zFF29p+E=
From: Rui Paulo <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+0166e4ab58dfcef565ea96508cf9af9f5cc8519d455adfc292cf000000011866159792a169ce180eb2c5@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/issues/2372@github.com>
Subject: [quicwg/base-drafts] PATH_* frames are not ACK-eliciting (#2372)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5c4e539714556_58ad3f94370d45c0183834"; 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/JHFlV7k1o38BW39w0zovOjmc3CM>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
List-Id: Notification list for GitHub issues related to the QUIC WG <quic-issues.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=unsubscribe>
List-Archive: <https://mailarchive.ietf.org/arch/browse/quic-issues/>
List-Post: <mailto:quic-issues@ietf.org>
List-Help: <mailto:quic-issues-request@ietf.org?subject=help>
List-Subscribe: <https://www.ietf.org/mailman/listinfo/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=subscribe>
X-List-Received-Date: Mon, 28 Jan 2019 00:58:03 -0000

----==_mimepart_5c4e539714556_58ad3f94370d45c0183834
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

Recovery draft assumes only PADDING and ACK are not ACK-eliciting.  However, PATH_CHALLENGE is not ACK-eliciting since it's ACK'ed by PATH_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/2372
----==_mimepart_5c4e539714556_58ad3f94370d45c0183834
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

<p>Recovery draft assumes only PADDING and ACK are not ACK-eliciting.  However, PATH_CHALLENGE is not ACK-eliciting since it's ACK'ed by PATH_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/2372">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AWbkq-rJcnTYbBZzaNVA5JHif54ZIYybks5vHksXgaJpZM4aVCpa">mute the thread</a>.<img src="https://github.com/notifications/beacon/AWbkq5wnz5-D3FNhTYca37ZIr4mzK5KJks5vHksXgaJpZM4aVCpa.gif" height="1" width="1" alt="" /></p>
<script type="application/json" data-scope="inboxmarkup">{"api_version":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name":"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"https://github.githubassets.com/images/email/message_cards/header.png","avatar_image_url":"https://github.githubassets.com/images/email/message_cards/avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/quicwg/base-drafts"}},"updates":{"snippets":[{"icon":"DESCRIPTION","message":"PATH_* frames are not ACK-eliciting (#2372)"}],"action":{"name":"View Issue","url":"https://github.com/quicwg/base-drafts/issues/2372"}}}</script>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/issues/2372",
"url": "https://github.com/quicwg/base-drafts/issues/2372",
"name": "View Issue"
},
"description": "View this Issue on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>
----==_mimepart_5c4e539714556_58ad3f94370d45c0183834--


From nobody Sun Jan 27 17:03: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 BBF6B130EDE for <quic-issues@ietfa.amsl.com>; Sun, 27 Jan 2019 17:03:43 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -11.149
X-Spam-Level: 
X-Spam-Status: No, score=-11.149 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIMWL_WL_HIGH=-4.553, 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_PASS=-0.001] autolearn=ham autolearn_force=no
Authentication-Results: ietfa.amsl.com (amavisd-new); dkim=pass (1024-bit key) header.d=github.com
Received: from mail.ietf.org ([4.31.198.44]) by localhost (ietfa.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 2VhjLDgNom4A for <quic-issues@ietfa.amsl.com>; Sun, 27 Jan 2019 17:03: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 41AC8130E9B for <quic-issues@ietf.org>; Sun, 27 Jan 2019 17:03:42 -0800 (PST)
Date: Sun, 27 Jan 2019 17:03:40 -0800
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1548637420; bh=XeZy/gCirZhiRdT5aCSSCHs2TPr4apxX8GVs/+RoTDM=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=yViLuxvP99PxlfJ6+AzhGkFizUxILArOi6XeXmA4B/J4ln/a5WIbmP9sWIpaf8NYO fbqcCTQBcOdj/ADxvR6K/I9mnGkJTZZpX37SFeTaXPA4PXOxQFFmvb5uFfmi1pnlIt TvH7wmZzoz1cls3fFz1AKDDi3ns7+clroUV4QQLc=
From: ianswett <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+0166e4ab569cd69a66c65055091e11fdb80c58e86a62c06092cf00000001186616ec92a169ce180eb2c5@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/issues/2372/457971166@github.com>
In-Reply-To: <quicwg/base-drafts/issues/2372@github.com>
References: <quicwg/base-drafts/issues/2372@github.com>
Subject: Re: [quicwg/base-drafts] PATH_* frames are not ACK-eliciting (#2372)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5c4e54ece1fce_603b3f83fccd45b419415c5"; 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/r9uE0KdOnYyUgAhPGdl2k9JVuqs>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
List-Id: Notification list for GitHub issues related to the QUIC WG <quic-issues.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=unsubscribe>
List-Archive: <https://mailarchive.ietf.org/arch/browse/quic-issues/>
List-Post: <mailto:quic-issues@ietf.org>
List-Help: <mailto:quic-issues-request@ietf.org?subject=help>
List-Subscribe: <https://www.ietf.org/mailman/listinfo/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=subscribe>
X-List-Received-Date: Mon, 28 Jan 2019 01:03:44 -0000

----==_mimepart_5c4e54ece1fce_603b3f83fccd45b419415c5
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

I'm not finding the text in transport that says they're not ack-eliciting, and I'd rather make them ack-eliciting unless there's an important reason they can't be.  I did find text that says acknowledgement is not a substitute for PATH_RESPONSE:
    "Receipt of an acknowledgment for a packet containing a
      PATH_CHALLENGE frame is not adequate validation, since the
      acknowledgment can be spoofed by a malicious 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/2372#issuecomment-457971166
----==_mimepart_5c4e54ece1fce_603b3f83fccd45b419415c5
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: quoted-printable

<p>I'm not finding the text in transport that says they're not ack-elicit=
ing, and I'd rather make them ack-eliciting unless there's an important r=
eason they can't be.  I did find text that says acknowledgement is not a =
substitute for PATH_RESPONSE:<br>
"Receipt of an acknowledgment for a packet containing a<br>
PATH_CHALLENGE frame is not adequate validation, since the<br>
acknowledgment can be spoofed by a malicious peer."</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/2372#issuecomment-457971166">view it on GitHub</a>,=
 or <a href=3D"https://github.com/notifications/unsubscribe-auth/AWbkq374=
scyAaNV8kaPZj0zwh8RmC9PAks5vHkxsgaJpZM4aVCpa">mute the thread</a>.<img sr=
c=3D"https://github.com/notifications/beacon/AWbkq9JZPCMb1QsJmRAB4Jzty60K=
n1Z-ks5vHkxsgaJpZM4aVCpa.gif" height=3D"1" width=3D"1" alt=3D"" /></p>
<script type=3D"application/json" data-scope=3D"inboxmarkup">{"api_versio=
n":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name"=
:"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"=
quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"http=
s://github.githubassets.com/images/email/message_cards/header.png","avata=
r_image_url":"https://github.githubassets.com/images/email/message_cards/=
avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/q=
uicwg/base-drafts"}},"updates":{"snippets":[{"icon":"PERSON","message":"@=
ianswett in #2372: I'm not finding the text in transport that says they'r=
e not ack-eliciting, and I'd rather make them ack-eliciting unless there'=
s an important reason they can't be.  I did find text that says acknowled=
gement is not a substitute for PATH_RESPONSE:\r\n    \"Receipt of an ackn=
owledgment for a packet containing a\r\n      PATH_CHALLENGE frame is not=
 adequate validation, since the\r\n      acknowledgment can be spoofed by=
 a malicious peer.\""}],"action":{"name":"View Issue","url":"https://gith=
ub.com/quicwg/base-drafts/issues/2372#issuecomment-457971166"}}}</script>=

<script type=3D"application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/issues/2372#issuecomment=
-457971166",
"url": "https://github.com/quicwg/base-drafts/issues/2372#issuecomment-45=
7971166",
"name": "View Issue"
},
"description": "View this Issue on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>=

----==_mimepart_5c4e54ece1fce_603b3f83fccd45b419415c5--


From nobody Sun Jan 27 17:09: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 B4CAA130F0E for <quic-issues@ietfa.amsl.com>; Sun, 27 Jan 2019 17:09:21 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -11.007
X-Spam-Level: 
X-Spam-Status: No, score=-11.007 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIMWL_WL_HIGH=-4.553, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, HTML_IMAGE_ONLY_20=1.546, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-1, RCVD_IN_DNSWL_HI=-5, SPF_PASS=-0.001] autolearn=ham autolearn_force=no
Authentication-Results: ietfa.amsl.com (amavisd-new); dkim=pass (1024-bit key) header.d=github.com
Received: from mail.ietf.org ([4.31.198.44]) by localhost (ietfa.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id LG9ZPz3hDoE6 for <quic-issues@ietfa.amsl.com>; Sun, 27 Jan 2019 17:09: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 40D69130F0A for <quic-issues@ietf.org>; Sun, 27 Jan 2019 17:09:20 -0800 (PST)
Date: Sun, 27 Jan 2019 17:09:19 -0800
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1548637759; bh=7NWyv5kep2w5ZRaIaSoykt9nxNbr0EC/6GhbRJTX1PM=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=WSN02gyigJsQ6DA/hr9s0k0EMgi7EEQ648BiWcj+towxMbnIOjWOpEHOWxp0/ln2M 6m3OCJeg/ZybdTAHrmr43Zdm5C+O0PKRj+/EaHBB/ugk9B1/QAcdRLEGmSe5fVttyJ EsGTUauYFl2dh6VzkJnxxxf4EZe/TLhALINLQeiY=
From: hardie <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+0166e4ab35e72949c3337fd29a3f9bd6ebdf8fb57203a83792cf000000011866183f92a169ce17f6fe9f@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/issues/2363/457971648@github.com>
In-Reply-To: <quicwg/base-drafts/issues/2363@github.com>
References: <quicwg/base-drafts/issues/2363@github.com>
Subject: Re: [quicwg/base-drafts] The initial table capacity is zero (#2363)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5c4e563f1b5e3_318c3f89664d45c02086734"; 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/50eexYO_WJ_JWXAbGYZkfFhj8pM>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
List-Id: Notification list for GitHub issues related to the QUIC WG <quic-issues.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=unsubscribe>
List-Archive: <https://mailarchive.ietf.org/arch/browse/quic-issues/>
List-Post: <mailto:quic-issues@ietf.org>
List-Help: <mailto:quic-issues-request@ietf.org?subject=help>
List-Subscribe: <https://www.ietf.org/mailman/listinfo/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=subscribe>
X-List-Received-Date: Mon, 28 Jan 2019 01:09:22 -0000

----==_mimepart_5c4e563f1b5e3_318c3f89664d45c02086734
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

Where do you believe the clarification should occur?  3.2.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/2363#issuecomment-457971648
----==_mimepart_5c4e563f1b5e3_318c3f89664d45c02086734
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

<p>Where do you believe the clarification should occur?  3.2.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/2363#issuecomment-457971648">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AWbkq75WLXn0Xv09MwRRTNJThpnR3Q73ks5vHk2_gaJpZM4aOAAR">mute the thread</a>.<img src="https://github.com/notifications/beacon/AWbkq7PRb4fnNVIqKL-z-87MfqXJ-dguks5vHk2_gaJpZM4aOAAR.gif" height="1" width="1" alt="" /></p>
<script type="application/json" data-scope="inboxmarkup">{"api_version":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name":"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"https://github.githubassets.com/images/email/message_cards/header.png","avatar_image_url":"https://github.githubassets.com/images/email/message_cards/avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/quicwg/base-drafts"}},"updates":{"snippets":[{"icon":"PERSON","message":"@hardie in #2363: Where do you believe the clarification should occur?  3.2.1?  "}],"action":{"name":"View Issue","url":"https://github.com/quicwg/base-drafts/issues/2363#issuecomment-457971648"}}}</script>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/issues/2363#issuecomment-457971648",
"url": "https://github.com/quicwg/base-drafts/issues/2363#issuecomment-457971648",
"name": "View Issue"
},
"description": "View this Issue on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>
----==_mimepart_5c4e563f1b5e3_318c3f89664d45c02086734--


From nobody Sun Jan 27 17:40: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 B3770130F2D for <quic-issues@ietfa.amsl.com>; Sun, 27 Jan 2019 17:40:12 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -11.149
X-Spam-Level: 
X-Spam-Status: No, score=-11.149 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIMWL_WL_HIGH=-4.553, 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_PASS=-0.001] autolearn=ham autolearn_force=no
Authentication-Results: ietfa.amsl.com (amavisd-new); dkim=pass (1024-bit key) header.d=github.com
Received: from mail.ietf.org ([4.31.198.44]) by localhost (ietfa.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 3lqcSNlpQMyZ for <quic-issues@ietfa.amsl.com>; Sun, 27 Jan 2019 17:40: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 4ABB812D4F3 for <quic-issues@ietf.org>; Sun, 27 Jan 2019 17:40:11 -0800 (PST)
Date: Sun, 27 Jan 2019 17:40:09 -0800
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1548639609; bh=e9GGdNDEeCpv8wrhAFDyc7qB/DHrd9mvzeASaco0ABU=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=ltmjoqV70kbGTnVkHOBUJoXMpkBjrb8Pqj0Xr4F+Zqjzj0b7cm76HHb7QiFUI85ZA WpYig8wX6w2DV6C1VyF2dk/TgBBFIn99Z5y1hFKgf06b/aX3dUKGSoOcD471lFJ8do aHoRl7xXDYKwkhc+oJH1EDWgyI0YQNfpEFZYLPTk=
From: Christian Huitema <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+0166e4ab7f02cf03b7c91a95a942764f37210556f2129c3392cf0000000118661f7992a169ce180d1061@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/pull/2370/review/196856638@github.com>
In-Reply-To: <quicwg/base-drafts/pull/2370@github.com>
References: <quicwg/base-drafts/pull/2370@github.com>
Subject: Re: [quicwg/base-drafts] Stronger migration handshake (#2370)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5c4e5d79a1d29_7f433fb5268d45bc1624055"; 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/UquwDeQtF12NuVZwiUUKJTNhmuM>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
List-Id: Notification list for GitHub issues related to the QUIC WG <quic-issues.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=unsubscribe>
List-Archive: <https://mailarchive.ietf.org/arch/browse/quic-issues/>
List-Post: <mailto:quic-issues@ietf.org>
List-Help: <mailto:quic-issues-request@ietf.org?subject=help>
List-Subscribe: <https://www.ietf.org/mailman/listinfo/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=subscribe>
X-List-Received-Date: Mon, 28 Jan 2019 01:40:13 -0000

----==_mimepart_5c4e5d79a1d29_7f433fb5268d45bc1624055
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

huitema commented on this pull request.



> @@ -1847,6 +1847,11 @@ endpoint migrates to a new address.
 An endpoint MUST NOT initiate connection migration before the handshake is
 finished and the endpoint has 1-RTT keys.  The design of QUIC relies on
 endpoints retaining a stable address for the duration of the handshake.
+Clients MUST NOT initiate connection migration before they are

I think the updated version solves your 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/2370#discussion_r251265791
----==_mimepart_5c4e5d79a1d29_7f433fb5268d45bc1624055
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/2370#discussion_r251265791">draft-ietf-quic-transport.md</a>:</p>
<pre style='color:#555'>&gt; @@ -1847,6 +1847,11 @@ endpoint migrates to a new address.
 An endpoint MUST NOT initiate connection migration before the handshake is
 finished and the endpoint has 1-RTT keys.  The design of QUIC relies on
 endpoints retaining a stable address for the duration of the handshake.
+Clients MUST NOT initiate connection migration before they are
</pre>
<p>I think the updated version solves your 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/2370#discussion_r251265791">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AWbkq0n-ql04QnupH6XONEam1-kkKdN_ks5vHlT5gaJpZM4aUhBL">mute the thread</a>.<img src="https://github.com/notifications/beacon/AWbkq8UBomgU7kvyrqgLRpd5knkmGGCJks5vHlT5gaJpZM4aUhBL.gif" height="1" width="1" alt="" /></p>
<script type="application/json" data-scope="inboxmarkup">{"api_version":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name":"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"https://github.githubassets.com/images/email/message_cards/header.png","avatar_image_url":"https://github.githubassets.com/images/email/message_cards/avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/quicwg/base-drafts"}},"updates":{"snippets":[{"icon":"PERSON","message":"@huitema commented on #2370"}],"action":{"name":"View Pull Request","url":"https://github.com/quicwg/base-drafts/pull/2370#discussion_r251265791"}}}</script>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/pull/2370#discussion_r251265791",
"url": "https://github.com/quicwg/base-drafts/pull/2370#discussion_r251265791",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>
----==_mimepart_5c4e5d79a1d29_7f433fb5268d45bc1624055--


From nobody Sun Jan 27 17:42: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 1907B130F2C for <quic-issues@ietfa.amsl.com>; Sun, 27 Jan 2019 17:42:50 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -12.551
X-Spam-Level: 
X-Spam-Status: No, score=-12.551 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIMWL_WL_HIGH=-4.553, 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_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 GquAoPU6EbHe for <quic-issues@ietfa.amsl.com>; Sun, 27 Jan 2019 17:42: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 71F19130EA4 for <quic-issues@ietf.org>; Sun, 27 Jan 2019 17:42:48 -0800 (PST)
Date: Sun, 27 Jan 2019 17:42:47 -0800
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1548639767; bh=DVbRnD7/PUWcW4y51VshtQ4c9Hq9j12CmG4LEbYODjo=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=bwkP6VRm47YgRxeZLT0NrOPvxtixuvMx/hRgx3P/IaT7lh9nn40NbOZRPjtNNquaZ zulpB5qoZOHagHB+2xIQqCp52EUc9ynxSq0VocUukREfWFq24u376tP1fBIbSpM/5o Eujlury2ZGq6s+dVn6bze6tYg2YY9YKA+dy/syAc=
From: Rui Paulo <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+0166e4ab0749efa7c11a527d7ef9d40ac48fb035bb84815692cf000000011866201792a169ce180eb2c5@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/issues/2372/457975185@github.com>
In-Reply-To: <quicwg/base-drafts/issues/2372@github.com>
References: <quicwg/base-drafts/issues/2372@github.com>
Subject: Re: [quicwg/base-drafts] PATH_* frames are not ACK-eliciting (#2372)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5c4e5e176ddf3_7f433fb5268d45bc163483f"; 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/KbgK4piMXzzOzg8SEDEuZvh7WaQ>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
List-Id: Notification list for GitHub issues related to the QUIC WG <quic-issues.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=unsubscribe>
List-Archive: <https://mailarchive.ietf.org/arch/browse/quic-issues/>
List-Post: <mailto:quic-issues@ietf.org>
List-Help: <mailto:quic-issues-request@ietf.org?subject=help>
List-Subscribe: <https://www.ietf.org/mailman/listinfo/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=subscribe>
X-List-Received-Date: Mon, 28 Jan 2019 01:42:50 -0000

----==_mimepart_5c4e5e176ddf3_7f433fb5268d45bc163483f
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

https://quicwg.org/base-drafts/draft-ietf-quic-recovery.html#rfc.section.2

> Ack-eliciting Frames: All frames besides ACK or PADDING are considered ack-eliciting

I don't know how connection migration would work if PATH_CHALLENGE triggers PATH_RESPONSE+ACK since ACK is a non-probing frame (i.e., it triggers migration).

Or does this mean the PATH_CHALLENGE will be ACK'ed on the "main" path and the PATH_RESPONSE will be sent on the alternative 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/issues/2372#issuecomment-457975185
----==_mimepart_5c4e5e176ddf3_7f433fb5268d45bc163483f
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: quoted-printable

<p><a href=3D"https://quicwg.org/base-drafts/draft-ietf-quic-recovery.htm=
l#rfc.section.2" rel=3D"nofollow">https://quicwg.org/base-drafts/draft-ie=
tf-quic-recovery.html#rfc.section.2</a></p>
<blockquote>
<p>Ack-eliciting Frames: All frames besides ACK or PADDING are considered=
 ack-eliciting</p>
</blockquote>
<p>I don't know how connection migration would work if PATH_CHALLENGE tri=
ggers PATH_RESPONSE+ACK since ACK is a non-probing frame (i.e., it trigge=
rs migration).</p>
<p>Or does this mean the PATH_CHALLENGE will be ACK'ed on the "main" path=
 and the PATH_RESPONSE will be sent on the alternative path?</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/2372#issuecomment-457975185">view it on GitHub</a>,=
 or <a href=3D"https://github.com/notifications/unsubscribe-auth/AWbkqxwv=
Ki8mve0hXHrFgpCOFuLw52Qiks5vHlWXgaJpZM4aVCpa">mute the thread</a>.<img sr=
c=3D"https://github.com/notifications/beacon/AWbkq750xTZyqmpVG7vxJIzFEblJ=
zMr8ks5vHlWXgaJpZM4aVCpa.gif" height=3D"1" width=3D"1" alt=3D"" /></p>
<script type=3D"application/json" data-scope=3D"inboxmarkup">{"api_versio=
n":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name"=
:"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"=
quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"http=
s://github.githubassets.com/images/email/message_cards/header.png","avata=
r_image_url":"https://github.githubassets.com/images/email/message_cards/=
avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/q=
uicwg/base-drafts"}},"updates":{"snippets":[{"icon":"PERSON","message":"@=
rpaulo in #2372: https://quicwg.org/base-drafts/draft-ietf-quic-recovery.=
html#rfc.section.2\r\n\r\n\u003e Ack-eliciting Frames: All frames besides=
 ACK or PADDING are considered ack-eliciting\r\n\r\nI don't know how conn=
ection migration would work if PATH_CHALLENGE triggers PATH_RESPONSE+ACK =
since ACK is a non-probing frame (i.e., it triggers migration).\r\n\r\nOr=
 does this mean the PATH_CHALLENGE will be ACK'ed on the \"main\" path an=
d the PATH_RESPONSE will be sent on the alternative path?"}],"action":{"n=
ame":"View Issue","url":"https://github.com/quicwg/base-drafts/issues/237=
2#issuecomment-457975185"}}}</script>
<script type=3D"application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/issues/2372#issuecomment=
-457975185",
"url": "https://github.com/quicwg/base-drafts/issues/2372#issuecomment-45=
7975185",
"name": "View Issue"
},
"description": "View this Issue on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>=

----==_mimepart_5c4e5e176ddf3_7f433fb5268d45bc163483f--


From nobody Sun Jan 27 17:43: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 EE04F130F2C for <quic-issues@ietfa.amsl.com>; Sun, 27 Jan 2019 17:43:26 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -11.149
X-Spam-Level: 
X-Spam-Status: No, score=-11.149 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIMWL_WL_HIGH=-4.553, 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_PASS=-0.001] autolearn=ham autolearn_force=no
Authentication-Results: ietfa.amsl.com (amavisd-new); dkim=pass (1024-bit key) header.d=github.com
Received: from mail.ietf.org ([4.31.198.44]) by localhost (ietfa.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id tmOdAR1kzsiA for <quic-issues@ietfa.amsl.com>; Sun, 27 Jan 2019 17: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 7BC00130EA4 for <quic-issues@ietf.org>; Sun, 27 Jan 2019 17:43:25 -0800 (PST)
Date: Sun, 27 Jan 2019 17:43:24 -0800
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1548639804; bh=ANWd5fjdXt6ImFa37cz1ZZB+O0E4qnOGe43hFwAxAm8=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=M8XNA1cE/p50JzAG5JYkxe4p4J0QEEc1wALZnPjVRDWDRBdsig+tRDJOmzUMAXBF8 nBWmjIhfIzFMbGus7PGhWMB42LdTSNdwIBwY9fQGqMIPCMvnZdnpx9jwyBXLE1ib0x QLh97bNqgh78n9V+UFnWwQq11shebsJy98YTF1yM=
From: Christian Huitema <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+0166e4abe2f02bb6f38777be2ba87bd7aa72e95da0873ebd92cf000000011866203c92a169ce180d1061@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/pull/2370/review/196856940@github.com>
In-Reply-To: <quicwg/base-drafts/pull/2370@github.com>
References: <quicwg/base-drafts/pull/2370@github.com>
Subject: Re: [quicwg/base-drafts] Stronger migration handshake (#2370)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5c4e5e3c6702d_55453f86d40d45b89403ee"; 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/yBlJ6jgRV7zimZdYZKcPiR30dg0>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
List-Id: Notification list for GitHub issues related to the QUIC WG <quic-issues.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=unsubscribe>
List-Archive: <https://mailarchive.ietf.org/arch/browse/quic-issues/>
List-Post: <mailto:quic-issues@ietf.org>
List-Help: <mailto:quic-issues-request@ietf.org?subject=help>
List-Subscribe: <https://www.ietf.org/mailman/listinfo/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=subscribe>
X-List-Received-Date: Mon, 28 Jan 2019 01:43:27 -0000

----==_mimepart_5c4e5e3c6702d_55453f86d40d45b89403ee
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

huitema commented on this pull request.



>  endpoints retaining a stable address for the duration of the handshake.
+An endpoint MUST NOT initiate connection migration before the handshake is
+finished for it and its peer and the endpoint has 1-RTT keys. This means
+that the server MUST NOT initiate connection migration before it has
+received at least one 1-RTT data from the client, and the client 
+MUST NOT initiate connection migration before receiving 
+acknowledgement by the server of at least one of its
+1-RTT messages.

I really don't like the CRYPTO frames reference. There is no FIN mark on the crypto stream, and the QUIC engine proper does not know when "all crypto frames" have been received. I was careful to use signals that the transport stack understand: obtaining keys, receiving packets, etc.

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/quicwg/base-drafts/pull/2370#discussion_r251266038
----==_mimepart_5c4e5e3c6702d_55453f86d40d45b89403ee
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/2370#discussion_r251266038">draft-ietf-quic-transport.md</a>:</p>
<pre style='color:#555'>&gt;  endpoints retaining a stable address for the duration of the handshake.
+An endpoint MUST NOT initiate connection migration before the handshake is
+finished for it and its peer and the endpoint has 1-RTT keys. This means
+that the server MUST NOT initiate connection migration before it has
+received at least one 1-RTT data from the client, and the client 
+MUST NOT initiate connection migration before receiving 
+acknowledgement by the server of at least one of its
+1-RTT messages.
</pre>
<p>I really don't like the CRYPTO frames reference. There is no FIN mark on the crypto stream, and the QUIC engine proper does not know when "all crypto frames" have been received. I was careful to use signals that the transport stack understand: obtaining keys, receiving packets, etc.</p>

<p style="font-size:small;-webkit-text-size-adjust:none;color:#666;">&mdash;<br />You are receiving this because you are subscribed to this thread.<br />Reply to this email directly, <a href="https://github.com/quicwg/base-drafts/pull/2370#discussion_r251266038">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AWbkqySYwr9M2qT14e6Qll_aD_i_o2xSks5vHlW8gaJpZM4aUhBL">mute the thread</a>.<img src="https://github.com/notifications/beacon/AWbkq_C2Sc0DPWM3TNjbS-ewjqYoi0oOks5vHlW8gaJpZM4aUhBL.gif" height="1" width="1" alt="" /></p>
<script type="application/json" data-scope="inboxmarkup">{"api_version":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name":"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"https://github.githubassets.com/images/email/message_cards/header.png","avatar_image_url":"https://github.githubassets.com/images/email/message_cards/avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/quicwg/base-drafts"}},"updates":{"snippets":[{"icon":"PERSON","message":"@huitema commented on #2370"}],"action":{"name":"View Pull Request","url":"https://github.com/quicwg/base-drafts/pull/2370#discussion_r251266038"}}}</script>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/pull/2370#discussion_r251266038",
"url": "https://github.com/quicwg/base-drafts/pull/2370#discussion_r251266038",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>
----==_mimepart_5c4e5e3c6702d_55453f86d40d45b89403ee--


From nobody Sun Jan 27 17:52: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 32837130F2C for <quic-issues@ietfa.amsl.com>; Sun, 27 Jan 2019 17:52:21 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -10.935
X-Spam-Level: 
X-Spam-Status: No, score=-10.935 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIMWL_WL_HIGH=-4.553, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, HTML_IMAGE_ONLY_24=1.618, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-1, RCVD_IN_DNSWL_HI=-5, SPF_PASS=-0.001] autolearn=ham autolearn_force=no
Authentication-Results: ietfa.amsl.com (amavisd-new); dkim=pass (1024-bit key) header.d=github.com
Received: from mail.ietf.org ([4.31.198.44]) by localhost (ietfa.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id oPXkfDQuJya9 for <quic-issues@ietfa.amsl.com>; Sun, 27 Jan 2019 17:52:19 -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 6A6D0130F0B for <quic-issues@ietf.org>; Sun, 27 Jan 2019 17:52:19 -0800 (PST)
Date: Sun, 27 Jan 2019 17:52:18 -0800
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1548640338; bh=h4e+MPtSI20qaoVUwH7lfnHl4TX07ZToTAGeYu0sRuo=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=i8tbHSSeMG0CDpU6uWdXUTf/O5Z1uwv16s+gYcGbsp26V58Z3SsBzeF0HLCnmT7gf 2rm0DHq0FCnX+86B/OnGYiUA0Ai8E1XRGD4bM/r/Lk4TjWVw+afSK1LUiER0em57tf X9CB9D4uoWUVbxgqR+DyrGoOHPGyy8c5Td48DVXA=
From: ianswett <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+0166e4abfdee33129ef424876b3f63593de12278417acf3f92cf000000011866225292a169ce180eb2c5@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/issues/2372/457976324@github.com>
In-Reply-To: <quicwg/base-drafts/issues/2372@github.com>
References: <quicwg/base-drafts/issues/2372@github.com>
Subject: Re: [quicwg/base-drafts] PATH_* frames are not ACK-eliciting (#2372)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5c4e605261e25_d033fa6a1cd45c4138519"; 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/ySkBgpV8upNi_2Uon0HX5d_VjO8>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
List-Id: Notification list for GitHub issues related to the QUIC WG <quic-issues.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=unsubscribe>
List-Archive: <https://mailarchive.ietf.org/arch/browse/quic-issues/>
List-Post: <mailto:quic-issues@ietf.org>
List-Help: <mailto:quic-issues-request@ietf.org?subject=help>
List-Subscribe: <https://www.ietf.org/mailman/listinfo/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=subscribe>
X-List-Received-Date: Mon, 28 Jan 2019 01:52:21 -0000

----==_mimepart_5c4e605261e25_d033fa6a1cd45c4138519
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

I think you're supposed to send the ACK on the non-probing path, but I'm not the connection migration expert.

The main benefit of them not being ack-eliciting in my mind is it makes it clear that their loss should not cause a congestion control reaction.

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/quicwg/base-drafts/issues/2372#issuecomment-457976324
----==_mimepart_5c4e605261e25_d033fa6a1cd45c4138519
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

<p>I think you're supposed to send the ACK on the non-probing path, but I'm not the connection migration expert.</p>
<p>The main benefit of them not being ack-eliciting in my mind is it makes it clear that their loss should not cause a congestion control reaction.</p>

<p style="font-size:small;-webkit-text-size-adjust:none;color:#666;">&mdash;<br />You are receiving this because you are subscribed to this thread.<br />Reply to this email directly, <a href="https://github.com/quicwg/base-drafts/issues/2372#issuecomment-457976324">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AWbkqyZ2cnVbBIGihz_rmZwKJ8sF2JqYks5vHlfSgaJpZM4aVCpa">mute the thread</a>.<img src="https://github.com/notifications/beacon/AWbkqwXoq3KO3-WbLFF9c4EVXmKU8VOKks5vHlfSgaJpZM4aVCpa.gif" height="1" width="1" alt="" /></p>
<script type="application/json" data-scope="inboxmarkup">{"api_version":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name":"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"https://github.githubassets.com/images/email/message_cards/header.png","avatar_image_url":"https://github.githubassets.com/images/email/message_cards/avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/quicwg/base-drafts"}},"updates":{"snippets":[{"icon":"PERSON","message":"@ianswett in #2372: I think you're supposed to send the ACK on the non-probing path, but I'm not the connection migration expert.\r\n\r\nThe main benefit of them not being ack-eliciting in my mind is it makes it clear that their loss should not cause a congestion control reaction."}],"action":{"name":"View Issue","url":"https://github.com/quicwg/base-drafts/issues/2372#issuecomment-457976324"}}}</script>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/issues/2372#issuecomment-457976324",
"url": "https://github.com/quicwg/base-drafts/issues/2372#issuecomment-457976324",
"name": "View Issue"
},
"description": "View this Issue on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>
----==_mimepart_5c4e605261e25_d033fa6a1cd45c4138519--


From nobody Sun Jan 27 18:02: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 9E4DA12426A for <quic-issues@ietfa.amsl.com>; Sun, 27 Jan 2019 18:02:35 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -10.935
X-Spam-Level: 
X-Spam-Status: No, score=-10.935 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIMWL_WL_HIGH=-4.553, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, HTML_IMAGE_ONLY_24=1.618, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-1, RCVD_IN_DNSWL_HI=-5, SPF_PASS=-0.001] autolearn=ham autolearn_force=no
Authentication-Results: ietfa.amsl.com (amavisd-new); dkim=pass (1024-bit key) header.d=github.com
Received: from mail.ietf.org ([4.31.198.44]) by localhost (ietfa.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id TFjbv-9qz4ZF for <quic-issues@ietfa.amsl.com>; Sun, 27 Jan 2019 18:02: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 13D86130ED9 for <quic-issues@ietf.org>; Sun, 27 Jan 2019 18:02:34 -0800 (PST)
Date: Sun, 27 Jan 2019 18:02:33 -0800
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1548640953; bh=4RK7xKboSXa/gLICWShgZJEy7mYq0Kkm+1juRCfb+UM=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=jrDWIhRTdGdr1zTGDTcPRcXvU6ciob9RvmWjldY0nPXrOZtu2ksvgVbM17YvBYIAy yFP9AHY2j/g53DUYrVlQqJokFZXEUBk4xKfqut8T3t+n3fmUCilF0PXpS7iLXwmoyF 3kDW1qefIRHxZfzh9BZOxExoVq/qM/oVXUsYObZQ=
From: Rui Paulo <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+0166e4ab415ed7bad950bb3af68aef7d618a0bff40e86a8d92cf00000001186624b992a169ce180eb2c5@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/issues/2372/457977530@github.com>
In-Reply-To: <quicwg/base-drafts/issues/2372@github.com>
References: <quicwg/base-drafts/issues/2372@github.com>
Subject: Re: [quicwg/base-drafts] PATH_* frames are not ACK-eliciting (#2372)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5c4e62b94132e_16a53f89664d45c097424a"; 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/U87BYmG-qAYs1MGq990Mrgp6Pfk>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
List-Id: Notification list for GitHub issues related to the QUIC WG <quic-issues.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=unsubscribe>
List-Archive: <https://mailarchive.ietf.org/arch/browse/quic-issues/>
List-Post: <mailto:quic-issues@ietf.org>
List-Help: <mailto:quic-issues-request@ietf.org?subject=help>
List-Subscribe: <https://www.ietf.org/mailman/listinfo/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=subscribe>
X-List-Received-Date: Mon, 28 Jan 2019 02:02:36 -0000

----==_mimepart_5c4e62b94132e_16a53f89664d45c097424a
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

I think it would greatly simplify things if they were made non ack-eliciting.  Like you said, if they are not ACK'ed then it doesn't change the 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/issues/2372#issuecomment-457977530
----==_mimepart_5c4e62b94132e_16a53f89664d45c097424a
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

<p>I think it would greatly simplify things if they were made non ack-eliciting.  Like you said, if they are not ACK'ed then it doesn't change the 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/issues/2372#issuecomment-457977530">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AWbkq1YC0PqN_a9a1hls6CukBa-6PXkKks5vHlo5gaJpZM4aVCpa">mute the thread</a>.<img src="https://github.com/notifications/beacon/AWbkq4TJqy3cH97PkBpqKJKR2abDx-IAks5vHlo5gaJpZM4aVCpa.gif" height="1" width="1" alt="" /></p>
<script type="application/json" data-scope="inboxmarkup">{"api_version":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name":"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"https://github.githubassets.com/images/email/message_cards/header.png","avatar_image_url":"https://github.githubassets.com/images/email/message_cards/avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/quicwg/base-drafts"}},"updates":{"snippets":[{"icon":"PERSON","message":"@rpaulo in #2372: I think it would greatly simplify things if they were made non ack-eliciting.  Like you said, if they are not ACK'ed then it doesn't change the congestion window."}],"action":{"name":"View Issue","url":"https://github.com/quicwg/base-drafts/issues/2372#issuecomment-457977530"}}}</script>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/issues/2372#issuecomment-457977530",
"url": "https://github.com/quicwg/base-drafts/issues/2372#issuecomment-457977530",
"name": "View Issue"
},
"description": "View this Issue on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>
----==_mimepart_5c4e62b94132e_16a53f89664d45c097424a--


From nobody Sun Jan 27 18:04: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 96A7B130ED9 for <quic-issues@ietfa.amsl.com>; Sun, 27 Jan 2019 18:04:50 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -11.149
X-Spam-Level: 
X-Spam-Status: No, score=-11.149 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIMWL_WL_HIGH=-4.553, 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_PASS=-0.001] autolearn=ham autolearn_force=no
Authentication-Results: ietfa.amsl.com (amavisd-new); dkim=pass (1024-bit key) header.d=github.com
Received: from mail.ietf.org ([4.31.198.44]) by localhost (ietfa.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 4wlsIAKCfluW for <quic-issues@ietfa.amsl.com>; Sun, 27 Jan 2019 18:04: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 098B412426A for <quic-issues@ietf.org>; Sun, 27 Jan 2019 18:04:49 -0800 (PST)
Date: Sun, 27 Jan 2019 18:04:48 -0800
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1548641088; bh=Oe7M0SUj7dsaRzprgn27N2WvDsrYGB7seJtRM4YEzH4=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=jwjCnsL34EHqSWfCWk7MvCwBCNcUswNEYL11/z/2nu+ya1IEw4EPtlAbKor4HIV1G XEzyYb9evEAGpUMPjx/HBRRh6KBUbOSZECWknfdbHpSN6G3YMEYDsRXQA+SHX/FifO TdQBwnGgpQeD70bwXzWlamuvpYVtziDWhX1PlYuM=
From: ianswett <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+0166e4ab2db8f0660be23518f65c98330e9ca2464891742c92cf000000011866254092a169ce180d1061@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/pull/2370/review/196858924@github.com>
In-Reply-To: <quicwg/base-drafts/pull/2370@github.com>
References: <quicwg/base-drafts/pull/2370@github.com>
Subject: Re: [quicwg/base-drafts] Stronger migration handshake (#2370)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5c4e63402c511_11753fa24f6d45bc13895cb"; 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/H0MJo9hLyuEKeY1Z_4r6B7I-bEQ>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
List-Id: Notification list for GitHub issues related to the QUIC WG <quic-issues.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=unsubscribe>
List-Archive: <https://mailarchive.ietf.org/arch/browse/quic-issues/>
List-Post: <mailto:quic-issues@ietf.org>
List-Help: <mailto:quic-issues-request@ietf.org?subject=help>
List-Subscribe: <https://www.ietf.org/mailman/listinfo/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=subscribe>
X-List-Received-Date: Mon, 28 Jan 2019 02:04:51 -0000

----==_mimepart_5c4e63402c511_11753fa24f6d45bc13895cb
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

ianswett commented on this pull request.



>  endpoints retaining a stable address for the duration of the handshake.
+An endpoint MUST NOT initiate connection migration before the handshake is
+finished for it and its peer and the endpoint has 1-RTT keys. This means
+that the server MUST NOT initiate connection migration before it has
+received at least one 1-RTT data from the client, and the client 
+MUST NOT initiate connection migration before receiving 
+acknowledgement by the server of at least one of its
+1-RTT messages.

I'm happy with this approach, but I'd replace "before receiving acknowledgement by the server of at least one of its 1-RTT messages" with "before receiving a 1RTT ACK frame." for simplicity.

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/quicwg/base-drafts/pull/2370#discussion_r251267637
----==_mimepart_5c4e63402c511_11753fa24f6d45bc13895cb
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/2370#discussion_r251267637">draft-ietf-quic-transport.md</a>:</p>
<pre style='color:#555'>&gt;  endpoints retaining a stable address for the duration of the handshake.
+An endpoint MUST NOT initiate connection migration before the handshake is
+finished for it and its peer and the endpoint has 1-RTT keys. This means
+that the server MUST NOT initiate connection migration before it has
+received at least one 1-RTT data from the client, and the client 
+MUST NOT initiate connection migration before receiving 
+acknowledgement by the server of at least one of its
+1-RTT messages.
</pre>
<p>I'm happy with this approach, but I'd replace "before receiving acknowledgement by the server of at least one of its 1-RTT messages" with "before receiving a 1RTT ACK frame." for simplicity.</p>

<p style="font-size:small;-webkit-text-size-adjust:none;color:#666;">&mdash;<br />You are receiving this because you are subscribed to this thread.<br />Reply to this email directly, <a href="https://github.com/quicwg/base-drafts/pull/2370#discussion_r251267637">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AWbkqyvxXC8zPwGksE4ruyUzp2yFoAdRks5vHlrAgaJpZM4aUhBL">mute the thread</a>.<img src="https://github.com/notifications/beacon/AWbkq1YDwXY9A-o13PEvAkZmckGPS4g6ks5vHlrAgaJpZM4aUhBL.gif" height="1" width="1" alt="" /></p>
<script type="application/json" data-scope="inboxmarkup">{"api_version":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name":"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"https://github.githubassets.com/images/email/message_cards/header.png","avatar_image_url":"https://github.githubassets.com/images/email/message_cards/avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/quicwg/base-drafts"}},"updates":{"snippets":[{"icon":"PERSON","message":"@ianswett commented on #2370"}],"action":{"name":"View Pull Request","url":"https://github.com/quicwg/base-drafts/pull/2370#discussion_r251267637"}}}</script>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/pull/2370#discussion_r251267637",
"url": "https://github.com/quicwg/base-drafts/pull/2370#discussion_r251267637",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>
----==_mimepart_5c4e63402c511_11753fa24f6d45bc13895cb--


From nobody Sun Jan 27 18:09: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 0F6C2130F33 for <quic-issues@ietfa.amsl.com>; Sun, 27 Jan 2019 18:09:27 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -11.149
X-Spam-Level: 
X-Spam-Status: No, score=-11.149 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIMWL_WL_HIGH=-4.553, 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_PASS=-0.001] autolearn=ham autolearn_force=no
Authentication-Results: ietfa.amsl.com (amavisd-new); dkim=pass (1024-bit key) header.d=github.com
Received: from mail.ietf.org ([4.31.198.44]) by localhost (ietfa.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id UTY1lgX8jfoc for <quic-issues@ietfa.amsl.com>; Sun, 27 Jan 2019 18:09: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 0DE90130F2C for <quic-issues@ietf.org>; Sun, 27 Jan 2019 18:09:25 -0800 (PST)
Date: Sun, 27 Jan 2019 18:09:24 -0800
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1548641364; bh=HsSTFaZCeb57Vltz+qllcLLIDGc65eeOae5agqLarfU=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=kjIT2MEhUsPVS0f+S9XjSwj61ZlpyYtTw57+aE8A/ir94vxcNIbVUslpmVjizGdrI 21AVTZXNHberv14iIuhgtrAA4Kkt8k74zWQPkxSBqtaIn5A4mjihpUYvl5DyK/7yVL Xsjc1CqrDuwwyVbZnRl32EsK3MZG5+cFFPfu2i+I=
From: erickinnear <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+0166e4abce98207876fb7656dc2bf2f5890a8ca8de2a984a92cf000000011866265492a169ce180eb2c5@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/issues/2372/457978374@github.com>
In-Reply-To: <quicwg/base-drafts/issues/2372@github.com>
References: <quicwg/base-drafts/issues/2372@github.com>
Subject: Re: [quicwg/base-drafts] PATH_* frames should not be ACK-eliciting (#2372)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5c4e64543a3d7_5deb3fdff48d45b41812594"; 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/ovTkuAhrMs7zM7JKP1WdJwfOpbc>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
List-Id: Notification list for GitHub issues related to the QUIC WG <quic-issues.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=unsubscribe>
List-Archive: <https://mailarchive.ietf.org/arch/browse/quic-issues/>
List-Post: <mailto:quic-issues@ietf.org>
List-Help: <mailto:quic-issues-request@ietf.org?subject=help>
List-Subscribe: <https://www.ietf.org/mailman/listinfo/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=subscribe>
X-List-Received-Date: Mon, 28 Jan 2019 02:09:27 -0000

----==_mimepart_5c4e64543a3d7_5deb3fdff48d45b41812594
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

I think the original intent was that they would be acked on the main path, but making them non ack-eliciting would also remove a (somewhat minor) linkability concern. 
Having them not influence congestion control seems like a strong reason to make them non ack-eliciting. 
Either way, seems like clarification would be helpful 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/2372#issuecomment-457978374
----==_mimepart_5c4e64543a3d7_5deb3fdff48d45b41812594
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: quoted-printable

<p>I think the original intent was that they would be acked on the main p=
ath, but making them non ack-eliciting would also remove a (somewhat mino=
r) linkability concern.<br>
Having them not influence congestion control seems like a strong reason t=
o make them non ack-eliciting.<br>
Either way, seems like clarification would be helpful here.</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/2372#issuecomment-457978374">view it on GitHub</a>,=
 or <a href=3D"https://github.com/notifications/unsubscribe-auth/AWbkq9o3=
RSgtGGSy_jT-3dJlS3rlKP_Tks5vHlvUgaJpZM4aVCpa">mute the thread</a>.<img sr=
c=3D"https://github.com/notifications/beacon/AWbkqy6Z1LvsVDWPtOgp4mWpXBCC=
lulAks5vHlvUgaJpZM4aVCpa.gif" height=3D"1" width=3D"1" alt=3D"" /></p>
<script type=3D"application/json" data-scope=3D"inboxmarkup">{"api_versio=
n":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name"=
:"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"=
quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"http=
s://github.githubassets.com/images/email/message_cards/header.png","avata=
r_image_url":"https://github.githubassets.com/images/email/message_cards/=
avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/q=
uicwg/base-drafts"}},"updates":{"snippets":[{"icon":"PERSON","message":"@=
erickinnear in #2372: I think the original intent was that they would be =
acked on the main path, but making them non ack-eliciting would also remo=
ve a (somewhat minor) linkability concern. \r\nHaving them not influence =
congestion control seems like a strong reason to make them non ack-elicit=
ing. \r\nEither way, seems like clarification would be helpful here. "}],=
"action":{"name":"View Issue","url":"https://github.com/quicwg/base-draft=
s/issues/2372#issuecomment-457978374"}}}</script>
<script type=3D"application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/issues/2372#issuecomment=
-457978374",
"url": "https://github.com/quicwg/base-drafts/issues/2372#issuecomment-45=
7978374",
"name": "View Issue"
},
"description": "View this Issue on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>=

----==_mimepart_5c4e64543a3d7_5deb3fdff48d45b41812594--


From nobody Sun Jan 27 18:16:15 2019
Return-Path: <bounce+565321.40f-quic-issues=ietf.org@github.com>
X-Original-To: quic-issues@ietfa.amsl.com
Delivered-To: quic-issues@ietfa.amsl.com
Received: from localhost (localhost [127.0.0.1]) by ietfa.amsl.com (Postfix) with ESMTP id B4D71130F33 for <quic-issues@ietfa.amsl.com>; Sun, 27 Jan 2019 18:16:13 -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=-4.553, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, RCVD_IN_DNSWL_NONE=-0.0001, SPF_PASS=-0.001, URIBL_BLOCKED=0.001] autolearn=ham autolearn_force=no
Authentication-Results: ietfa.amsl.com (amavisd-new); dkim=pass (1024-bit key) header.d=github.com
Received: from mail.ietf.org ([4.31.198.44]) by localhost (ietfa.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id FiEHA17caPxE for <quic-issues@ietfa.amsl.com>; Sun, 27 Jan 2019 18:16:11 -0800 (PST)
Received: from m71-131.mailgun.net (m71-131.mailgun.net [166.78.71.131]) (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 870F4130F2C for <quic-issues@ietf.org>; Sun, 27 Jan 2019 18:16:11 -0800 (PST)
DKIM-Signature: a=rsa-sha256; v=1; c=relaxed/relaxed; d=github.com; q=dns/txt;  s=mailo; t=1548641770; h=Content-Transfer-Encoding: Content-Type: Mime-Version: Subject: Message-ID: To: Reply-To: From: Date: Sender; bh=pwdCMwZX7ZaRtpTtH8MKczo32Ksv2sefrwhmXnpw3GM=; b=nvHiXmeQr5ruLVuXxunUwCGxGEaeSPUH0ya1dYaWXjQxyDCv4x/JslQboDNGqF/3l6IudptC 1/dkaL/Avy/pH8/v6EXqytLzpZz8IQHIDWCU8xeO653y5UogVj8jjV+a73OS4jgmS9gGW5Sx Hk2BEkfcc6HRM3eL6ZEW5JHc6CA=
X-Mailgun-Sending-Ip: 166.78.71.131
X-Mailgun-Sid: WyJhNzYyYiIsICJxdWljLWlzc3Vlc0BpZXRmLm9yZyIsICI0MGYiXQ==
Sender: ianswett=users.noreply.github.com@github.com
Received: from github.com (Unknown [192.30.252.38]) by mxa.mailgun.org with ESMTP id 5c4e65ea.7fbd58c24270-smtp-out-n03; Mon, 28 Jan 2019 02:16:10 -0000 (UTC)
Date: Sun, 27 Jan 2019 18:16:09 -0800
From: ianswett <ianswett@users.noreply.github.com>
Reply-To: ianswett <ianswett@users.noreply.github.com>
To: quic-issues@ietf.org
Message-ID: <5c4e65e929a97_33d2acaa248058410394a@hookshot-fe-265448d.cp1-iad.github.net.mail>
Subject: [quicwg/base-drafts] 7fecfe: STOP_SENDING to cancel a push
Mime-Version: 1.0
Content-Type: multipart/mixed; boundary="--==_mimepart_5c4e65e929262_33d2acaa248058410383b"; charset=UTF-8
Content-Transfer-Encoding: 7bit
Archived-At: <https://mailarchive.ietf.org/arch/msg/quic-issues/bGOeFXw7-fHUYIEcSyWv08Ug3ZY>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
Precedence: list
List-Id: Notification list for GitHub issues related to the QUIC WG <quic-issues.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=unsubscribe>
List-Archive: <https://mailarchive.ietf.org/arch/browse/quic-issues/>
List-Post: <mailto:quic-issues@ietf.org>
List-Help: <mailto:quic-issues-request@ietf.org?subject=help>
List-Subscribe: <https://www.ietf.org/mailman/listinfo/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=subscribe>
X-List-Received-Date: Mon, 28 Jan 2019 02:16:14 -0000

----==_mimepart_5c4e65e929262_33d2acaa248058410383b
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

  Branch: refs/heads/ianswett-cancel-push
  Home:   https://github.com/quicwg/base-drafts
  Commit: 7fecfe24f58af6a54091ee006f24c73ad8c506d5
      https://github.com/quicwg/base-drafts/commit/7fecfe24f58af6a54091ee006f24c73ad8c506d5
  Author: ianswett <ianswett@users.noreply.github.com>
  Date:   2019-01-27 (Sun, 27 Jan 2019)

  Changed paths:
    M draft-ietf-quic-http.md

  Log Message:
  -----------
  STOP_SENDING to cancel a push

The client can't sent RESET_STREAM on a push stream ID.



      **NOTE:** GitHub Services has been marked for deprecation: https://developer.github.com/changes/2018-04-25-github-services-deprecation/

      We will provide an alternative path for the email notifications by January 31st, 2019.

----==_mimepart_5c4e65e929262_33d2acaa248058410383b--


From nobody Sun Jan 27 18:16: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 F0483130F33 for <quic-issues@ietfa.amsl.com>; Sun, 27 Jan 2019 18:16:30 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -11.148
X-Spam-Level: 
X-Spam-Status: No, score=-11.148 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIMWL_WL_HIGH=-4.553, 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_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 t6vu-MdDx62g for <quic-issues@ietfa.amsl.com>; Sun, 27 Jan 2019 18:16:29 -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 4BE9B130F2C for <quic-issues@ietf.org>; Sun, 27 Jan 2019 18:16:29 -0800 (PST)
Date: Sun, 27 Jan 2019 18:16:27 -0800
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1548641788; bh=SK9JH6nreyoRckygk+biAUeqQDTMi/a+Z7lKPN//Zbo=; h=Date:From:Reply-To:To:Cc:Subject:List-ID:List-Archive:List-Post: List-Unsubscribe:From; b=L4CoqTXC0hTy9Bx93LlpjzvWicJdMkZ8Avyz/tHrio9eC/fJxMjOXZEmtUgoRFXY8 PUU0uyKAedAxieSFrI2i3bAD99JuVBOL+VG92fbqNDffeibBHVmQp4ByxRYm6Tyc4e EZDfOncezO287OQAjk9TUW6i8mqaQeLru9YzvoGo=
From: ianswett <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+0166e4ab0b8f1aa14635c0d8fb78a43d6df703c78486e3d792cf00000001186627fb92a169ce180ed95d@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/pull/2373@github.com>
Subject: [quicwg/base-drafts] STOP_SENDING to cancel a push (#2373)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5c4e65fbf1be6_4e133fecca2d45b414556f"; 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/IasP8_VYRIgjHzIDDJxEJKgEfR4>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
List-Id: Notification list for GitHub issues related to the QUIC WG <quic-issues.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=unsubscribe>
List-Archive: <https://mailarchive.ietf.org/arch/browse/quic-issues/>
List-Post: <mailto:quic-issues@ietf.org>
List-Help: <mailto:quic-issues-request@ietf.org?subject=help>
List-Subscribe: <https://www.ietf.org/mailman/listinfo/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=subscribe>
X-List-Received-Date: Mon, 28 Jan 2019 02:16:31 -0000

----==_mimepart_5c4e65fbf1be6_4e133fecca2d45b414556f
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

The client can't send RESET_STREAM on a push stream ID.
You can view, comment on, or merge this pull request online at:

  https://github.com/quicwg/base-drafts/pull/2373

-- Commit Summary --

  * STOP_SENDING to cancel a push

-- File Changes --

    M draft-ietf-quic-http.md (2)

-- Patch Links --

https://github.com/quicwg/base-drafts/pull/2373.patch
https://github.com/quicwg/base-drafts/pull/2373.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/2373

----==_mimepart_5c4e65fbf1be6_4e133fecca2d45b414556f
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

<p>The client can't send RESET_STREAM on a push stream ID.</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/2373'>https://github.com/quicwg/base-drafts/pull/2373</a></p>

<h4>Commit Summary</h4>
<ul>
  <li>STOP_SENDING to cancel a push</li>
</ul>

<h4>File Changes</h4>
<ul>
  <li>
    <strong>M</strong>
    <a href="https://github.com/quicwg/base-drafts/pull/2373/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/2373.patch'>https://github.com/quicwg/base-drafts/pull/2373.patch</a></li>
  <li><a href='https://github.com/quicwg/base-drafts/pull/2373.diff'>https://github.com/quicwg/base-drafts/pull/2373.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/2373">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AWbkq3yYxD14m__i5BEou_qlduVxyN7oks5vHl17gaJpZM4aVFmD">mute the thread</a>.<img src="https://github.com/notifications/beacon/AWbkq8yc-fKGAyGC9F0kD7xAiUyZZ3AWks5vHl17gaJpZM4aVFmD.gif" height="1" width="1" alt="" /></p>
<script type="application/json" data-scope="inboxmarkup">{"api_version":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name":"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"https://github.githubassets.com/images/email/message_cards/header.png","avatar_image_url":"https://github.githubassets.com/images/email/message_cards/avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/quicwg/base-drafts"}},"updates":{"snippets":[{"icon":"DESCRIPTION","message":"STOP_SENDING to cancel a push (#2373)"}],"action":{"name":"View Pull Request","url":"https://github.com/quicwg/base-drafts/pull/2373"}}}</script>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/pull/2373",
"url": "https://github.com/quicwg/base-drafts/pull/2373",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>

----==_mimepart_5c4e65fbf1be6_4e133fecca2d45b414556f--


From nobody Sun Jan 27 18:19: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 D7982130F2C for <quic-issues@ietfa.amsl.com>; Sun, 27 Jan 2019 18:19:16 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -11.007
X-Spam-Level: 
X-Spam-Status: No, score=-11.007 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIMWL_WL_HIGH=-4.553, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, HTML_IMAGE_ONLY_20=1.546, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-1, RCVD_IN_DNSWL_HI=-5, SPF_PASS=-0.001] autolearn=ham autolearn_force=no
Authentication-Results: ietfa.amsl.com (amavisd-new); dkim=pass (1024-bit key) header.d=github.com
Received: from mail.ietf.org ([4.31.198.44]) by localhost (ietfa.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id U0rzBOKubzUc for <quic-issues@ietfa.amsl.com>; Sun, 27 Jan 2019 18: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 A3D27130F33 for <quic-issues@ietf.org>; Sun, 27 Jan 2019 18:19:14 -0800 (PST)
Date: Sun, 27 Jan 2019 18:19:13 -0800
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1548641953; bh=RbtUBPScHqKre3W7NcT6CKvW6EAUoTfW+YIPHI0imDU=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=Mz8B3QOjdkXRFWyMBK+ijcGtLO1wuR1ZQNLczkFy63iEdSWJ5lqVPAEn3v+6I4qpJ cfDpne1JHcZyjXiPHpTq3pnz4zw5jbthkho9xssjdDERtklPcgnmW42YbVcDO3hgze HX+GXDieKcoFkMLbbY5CkCr9j3+KECNBU/G3adJ8=
From: Christian Huitema <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+0166e4abc448e3009ec594851b530d44d43ace6b8b039bcf92cf00000001186628a192a169ce180eb2c5@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/issues/2372/457979623@github.com>
In-Reply-To: <quicwg/base-drafts/issues/2372@github.com>
References: <quicwg/base-drafts/issues/2372@github.com>
Subject: Re: [quicwg/base-drafts] PATH_* frames should not be ACK-eliciting (#2372)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5c4e66a173b00_324a3f86d40d45b87851dc"; 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/rPHwqLRXtiGHftrS7ucizuBnho4>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
List-Id: Notification list for GitHub issues related to the QUIC WG <quic-issues.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=unsubscribe>
List-Archive: <https://mailarchive.ietf.org/arch/browse/quic-issues/>
List-Post: <mailto:quic-issues@ietf.org>
List-Help: <mailto:quic-issues-request@ietf.org?subject=help>
List-Subscribe: <https://www.ietf.org/mailman/listinfo/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=subscribe>
X-List-Received-Date: Mon, 28 Jan 2019 02:19:17 -0000

----==_mimepart_5c4e66a173b00_324a3f86d40d45b87851dc
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

I implemented these frames as non ack eliciting. Trying to manage ACK for them would be weird.

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/quicwg/base-drafts/issues/2372#issuecomment-457979623
----==_mimepart_5c4e66a173b00_324a3f86d40d45b87851dc
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

<p>I implemented these frames as non ack eliciting. Trying to manage ACK for them would be weird.</p>

<p style="font-size:small;-webkit-text-size-adjust:none;color:#666;">&mdash;<br />You are receiving this because you are subscribed to this thread.<br />Reply to this email directly, <a href="https://github.com/quicwg/base-drafts/issues/2372#issuecomment-457979623">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AWbkq19QDMto0eZ5EQA7WXt3B4Vie5Gsks5vHl4hgaJpZM4aVCpa">mute the thread</a>.<img src="https://github.com/notifications/beacon/AWbkqxAXJBpSLajQhlhKlUL_09NbVoR-ks5vHl4hgaJpZM4aVCpa.gif" height="1" width="1" alt="" /></p>
<script type="application/json" data-scope="inboxmarkup">{"api_version":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name":"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"https://github.githubassets.com/images/email/message_cards/header.png","avatar_image_url":"https://github.githubassets.com/images/email/message_cards/avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/quicwg/base-drafts"}},"updates":{"snippets":[{"icon":"PERSON","message":"@huitema in #2372: I implemented these frames as non ack eliciting. Trying to manage ACK for them would be weird."}],"action":{"name":"View Issue","url":"https://github.com/quicwg/base-drafts/issues/2372#issuecomment-457979623"}}}</script>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/issues/2372#issuecomment-457979623",
"url": "https://github.com/quicwg/base-drafts/issues/2372#issuecomment-457979623",
"name": "View Issue"
},
"description": "View this Issue on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>
----==_mimepart_5c4e66a173b00_324a3f86d40d45b87851dc--


From nobody Sun Jan 27 18:20: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 DAE2A130F33 for <quic-issues@ietfa.amsl.com>; Sun, 27 Jan 2019 18:20:45 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -10.935
X-Spam-Level: 
X-Spam-Status: No, score=-10.935 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIMWL_WL_HIGH=-4.553, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, HTML_IMAGE_ONLY_24=1.618, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-1, RCVD_IN_DNSWL_HI=-5, SPF_PASS=-0.001] autolearn=ham autolearn_force=no
Authentication-Results: ietfa.amsl.com (amavisd-new); dkim=pass (1024-bit key) header.d=github.com
Received: from mail.ietf.org ([4.31.198.44]) by localhost (ietfa.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id J7cDJezaN-_e for <quic-issues@ietfa.amsl.com>; Sun, 27 Jan 2019 18:20: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 6F167130F2C for <quic-issues@ietf.org>; Sun, 27 Jan 2019 18:20:44 -0800 (PST)
Date: Sun, 27 Jan 2019 18:20:43 -0800
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1548642043; bh=fD7ymJy04QqeO+CptYH/HMM5GlKo80IX9hlOKf61sSs=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=Q7XITc9XjKLvkgD+NkGK2tE9n5YY+Z7xUDSjQByfcgw6KTkuTTsj3yrjG1S/+P/HR jBMcf4/I0mM0l1j5S3wonr4yv3Zuc2TTYF82ih2EVS8WQc4esGyfdem3ikp+HM5o3o /t060ZdrWMqyL0GUYkuAulklmzG75NBlf0q3gGi8=
From: ianswett <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+0166e4abcb38d23f02d25a627d0aa421c58aa4fd86c30ee592cf00000001186628fb92a169ce180eb2c5@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/issues/2372/457979816@github.com>
In-Reply-To: <quicwg/base-drafts/issues/2372@github.com>
References: <quicwg/base-drafts/issues/2372@github.com>
Subject: Re: [quicwg/base-drafts] PATH_* frames should not be ACK-eliciting (#2372)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5c4e66fb59a50_15523fc4e44d45c0123459a"; 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/VBt7wxA3rgAqWO-Ty2Ph1Fqkfrw>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
List-Id: Notification list for GitHub issues related to the QUIC WG <quic-issues.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=unsubscribe>
List-Archive: <https://mailarchive.ietf.org/arch/browse/quic-issues/>
List-Post: <mailto:quic-issues@ietf.org>
List-Help: <mailto:quic-issues-request@ietf.org?subject=help>
List-Subscribe: <https://www.ietf.org/mailman/listinfo/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=subscribe>
X-List-Received-Date: Mon, 28 Jan 2019 02:20:46 -0000

----==_mimepart_5c4e66fb59a50_15523fc4e44d45c0123459a
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

I'm happy to make these non ACK-eliciting now that I think about it more.

If anyone objects to this change, I'd like to hear 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/issues/2372#issuecomment-457979816
----==_mimepart_5c4e66fb59a50_15523fc4e44d45c0123459a
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

<p>I'm happy to make these non ACK-eliciting now that I think about it more.</p>
<p>If anyone objects to this change, I'd like to hear 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/issues/2372#issuecomment-457979816">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AWbkq3HbipGIVPlRs8rSR5gudCw0J8alks5vHl57gaJpZM4aVCpa">mute the thread</a>.<img src="https://github.com/notifications/beacon/AWbkq__MxSxBqoY4RR0cTOrRzsHbQL2aks5vHl57gaJpZM4aVCpa.gif" height="1" width="1" alt="" /></p>
<script type="application/json" data-scope="inboxmarkup">{"api_version":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name":"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"https://github.githubassets.com/images/email/message_cards/header.png","avatar_image_url":"https://github.githubassets.com/images/email/message_cards/avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/quicwg/base-drafts"}},"updates":{"snippets":[{"icon":"PERSON","message":"@ianswett in #2372: I'm happy to make these non ACK-eliciting now that I think about it more.\r\n\r\nIf anyone objects to this change, I'd like to hear why."}],"action":{"name":"View Issue","url":"https://github.com/quicwg/base-drafts/issues/2372#issuecomment-457979816"}}}</script>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/issues/2372#issuecomment-457979816",
"url": "https://github.com/quicwg/base-drafts/issues/2372#issuecomment-457979816",
"name": "View Issue"
},
"description": "View this Issue on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>
----==_mimepart_5c4e66fb59a50_15523fc4e44d45c0123459a--


From nobody Sun Jan 27 18:20: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 61008130F33 for <quic-issues@ietfa.amsl.com>; Sun, 27 Jan 2019 18:20:52 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -11.007
X-Spam-Level: 
X-Spam-Status: No, score=-11.007 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIMWL_WL_HIGH=-4.553, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, HTML_IMAGE_ONLY_20=1.546, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-1, RCVD_IN_DNSWL_HI=-5, SPF_PASS=-0.001] autolearn=ham autolearn_force=no
Authentication-Results: ietfa.amsl.com (amavisd-new); dkim=pass (1024-bit key) header.d=github.com
Received: from mail.ietf.org ([4.31.198.44]) by localhost (ietfa.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id kCyTjUdgngX5 for <quic-issues@ietfa.amsl.com>; Sun, 27 Jan 2019 18:20:51 -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 C8882130F2C for <quic-issues@ietf.org>; Sun, 27 Jan 2019 18:20:50 -0800 (PST)
Date: Sun, 27 Jan 2019 18:20:49 -0800
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1548642050; bh=MlogJeXp2RkLdnqdEHgnMXhfB+s+aiRRIU5LjfUiBts=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=jyNOa3bN+CWPYnn7BSamr5lF/1xnn5AIXwjOHSbvEcxzTZNMsSEN2qZT/ZYBs5m9u TlJLUwLYXncr8iuyVdNpeotDIKM+zfcJe2PHGy2mGjq48Bz/lV7dbU7Ba9DOtFkqgc dvRbLEGSYoMN7c1b5iPUqqRZeJbGPr5HtZbLrf9g=
From: Christian Huitema <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+0166e4abc40103b6dda9bedf4b12e3556770a90fb24d607a92cf000000011866290192a169ce17f4906c@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/issues/2358/457979824@github.com>
In-Reply-To: <quicwg/base-drafts/issues/2358@github.com>
References: <quicwg/base-drafts/issues/2358@github.com>
Subject: Re: [quicwg/base-drafts] Are Separate Uni and Bidi Stream Limits Meaningful? (#2358)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5c4e6701d2646_79783f94370d45c0241154"; 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/4xzknaWvodN5CXexstkOebkxoBw>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
List-Id: Notification list for GitHub issues related to the QUIC WG <quic-issues.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=unsubscribe>
List-Archive: <https://mailarchive.ietf.org/arch/browse/quic-issues/>
List-Post: <mailto:quic-issues@ietf.org>
List-Help: <mailto:quic-issues-request@ietf.org?subject=help>
List-Subscribe: <https://www.ietf.org/mailman/listinfo/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=subscribe>
X-List-Received-Date: Mon, 28 Jan 2019 02:20:52 -0000

----==_mimepart_5c4e6701d2646_79783f94370d45c0241154
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

I would rather leave them separate, and leave it to apps to provide 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/2358#issuecomment-457979824
----==_mimepart_5c4e6701d2646_79783f94370d45c0241154
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

<p>I would rather leave them separate, and leave it to apps to provide 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/2358#issuecomment-457979824">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AWbkq5djUA5cVyL-dD85eIYLSiXzw2ueks5vHl6BgaJpZM4aNS3I">mute the thread</a>.<img src="https://github.com/notifications/beacon/AWbkqxOt4cgQgQmDdz_PzkX4W3BtSTw-ks5vHl6BgaJpZM4aNS3I.gif" height="1" width="1" alt="" /></p>
<script type="application/json" data-scope="inboxmarkup">{"api_version":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name":"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"https://github.githubassets.com/images/email/message_cards/header.png","avatar_image_url":"https://github.githubassets.com/images/email/message_cards/avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/quicwg/base-drafts"}},"updates":{"snippets":[{"icon":"PERSON","message":"@huitema in #2358: I would rather leave them separate, and leave it to apps to provide guidance.\r\n"}],"action":{"name":"View Issue","url":"https://github.com/quicwg/base-drafts/issues/2358#issuecomment-457979824"}}}</script>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/issues/2358#issuecomment-457979824",
"url": "https://github.com/quicwg/base-drafts/issues/2358#issuecomment-457979824",
"name": "View Issue"
},
"description": "View this Issue on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>
----==_mimepart_5c4e6701d2646_79783f94370d45c0241154--


From nobody Sun Jan 27 18: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 45C03130F47 for <quic-issues@ietfa.amsl.com>; Sun, 27 Jan 2019 18:37:56 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -12.553
X-Spam-Level: 
X-Spam-Status: No, score=-12.553 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIMWL_WL_HIGH=-4.553, 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_PASS=-0.001] autolearn=ham autolearn_force=no
Authentication-Results: ietfa.amsl.com (amavisd-new); dkim=pass (1024-bit key) header.d=github.com
Received: from mail.ietf.org ([4.31.198.44]) by localhost (ietfa.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 6lbbiT534BWM for <quic-issues@ietfa.amsl.com>; Sun, 27 Jan 2019 18:37: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 608F8130F41 for <quic-issues@ietf.org>; Sun, 27 Jan 2019 18:37:54 -0800 (PST)
Date: Sun, 27 Jan 2019 18:37:53 -0800
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1548643073; bh=dWdBEfIfCAwgOyvQwKHfd98pQVHlzkyYdtNN/V7HEbY=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=YK1AnPoMoR/aXgXzx7AZUFFemskXCWvDk5nVi9WeWGLAVYHeiMEpDhyDdKnVrqxJ+ wvGEv3C3ucKLwknCRVvs3GMxLmFbTUr4vGqhi7dS4TRCCN5B6MeQwwmUji7HWICDMt MbsZTOM5GD+k3NLsQHwI7iO9mWdBDRy2i+BtbsDg=
From: Christian Huitema <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+0166e4ab4481cc877e6116caf1151e424ebc5409a6463f7092cf0000000118662d0192a169ce1784eaec@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/issues/2267/457982113@github.com>
In-Reply-To: <quicwg/base-drafts/issues/2267@github.com>
References: <quicwg/base-drafts/issues/2267@github.com>
Subject: Re: [quicwg/base-drafts] loss of only two packets can lead to an unrecoverable situation (#2267)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5c4e6b0152afa_70a43f94370d45c01896380"; 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/VaVlhaKqHc2Ay374cWRBvjOBDfw>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
List-Id: Notification list for GitHub issues related to the QUIC WG <quic-issues.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=unsubscribe>
List-Archive: <https://mailarchive.ietf.org/arch/browse/quic-issues/>
List-Post: <mailto:quic-issues@ietf.org>
List-Help: <mailto:quic-issues-request@ietf.org?subject=help>
List-Subscribe: <https://www.ietf.org/mailman/listinfo/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=subscribe>
X-List-Received-Date: Mon, 28 Jan 2019 02:37:56 -0000

----==_mimepart_5c4e6b0152afa_70a43f94370d45c01896380
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

I just completed a PR in Picoquic to fix this issue. What it does:

1) Client side, implicit ACK of the first Initial Packet if the handshake key is received. After that, apply a special parser for Initial frames (see point 4 below)
2) Server side, move to a "ready" state when the 1st 1-RTT packet from client is received; as part of that move, implicit ACK of Initial and Handshake packets sent by the server.
3) Client side, move to the "ready" state when first ACK of 1-RTT packet is received from server. This triggers implicit ACK of Initial and Handshake packets sent by the client.
4) In Ready state, use a specific parser for Initial and Handshake message. Effectively ignore all frames in these packets, but if there is an ACK eliciting frame, schedule an ACK.

This removes a bunch of corner cases, such as spurious retransmit of Initial packets in the middle of a migration. It also closes an avenue for DOS against established connections, since Initial packets cannot anymore change the state of the connection once the handshake is complete.

Well, not quite all attacks: Initial packets can still trigger an ACK that might cause an allergic reaction at the peer. But then, the attacker could also send spoofed ACK in Initial packets directly to the peer, so this is not exactly a new attack. Plus, if the peer adopts the defenses outlined above, the spoofed ACK will have no side effect.


-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/quicwg/base-drafts/issues/2267#issuecomment-457982113
----==_mimepart_5c4e6b0152afa_70a43f94370d45c01896380
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: quoted-printable

<p>I just completed a PR in Picoquic to fix this issue. What it does:</p>=

<ol>
<li>Client side, implicit ACK of the first Initial Packet if the handshak=
e key is received. After that, apply a special parser for Initial frames =
(see point 4 below)</li>
<li>Server side, move to a "ready" state when the 1st 1-RTT packet from c=
lient is received; as part of that move, implicit ACK of Initial and Hand=
shake packets sent by the server.</li>
<li>Client side, move to the "ready" state when first ACK of 1-RTT packet=
 is received from server. This triggers implicit ACK of Initial and Hands=
hake packets sent by the client.</li>
<li>In Ready state, use a specific parser for Initial and Handshake messa=
ge. Effectively ignore all frames in these packets, but if there is an AC=
K eliciting frame, schedule an ACK.</li>
</ol>
<p>This removes a bunch of corner cases, such as spurious retransmit of I=
nitial packets in the middle of a migration. It also closes an avenue for=
 DOS against established connections, since Initial packets cannot anymor=
e change the state of the connection once the handshake is complete.</p>
<p>Well, not quite all attacks: Initial packets can still trigger an ACK =
that might cause an allergic reaction at the peer. But then, the attacker=
 could also send spoofed ACK in Initial packets directly to the peer, so =
this is not exactly a new attack. Plus, if the peer adopts the defenses o=
utlined above, the spoofed ACK will have no side effect.</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/2267#issuecomment-457982113">view it on GitHub</a>,=
 or <a href=3D"https://github.com/notifications/unsubscribe-auth/AWbkq3tR=
Y6TnNO81s1N8RaKcmCozhQpyks5vHmKBgaJpZM4ZjodA">mute the thread</a>.<img sr=
c=3D"https://github.com/notifications/beacon/AWbkq2tBo31JM4TqU-y78BlyFpJW=
zi-eks5vHmKBgaJpZM4ZjodA.gif" height=3D"1" width=3D"1" alt=3D"" /></p>
<script type=3D"application/json" data-scope=3D"inboxmarkup">{"api_versio=
n":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name"=
:"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"=
quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"http=
s://github.githubassets.com/images/email/message_cards/header.png","avata=
r_image_url":"https://github.githubassets.com/images/email/message_cards/=
avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/q=
uicwg/base-drafts"}},"updates":{"snippets":[{"icon":"PERSON","message":"@=
huitema in #2267: I just completed a PR in Picoquic to fix this issue. Wh=
at it does:\r\n\r\n1) Client side, implicit ACK of the first Initial Pack=
et if the handshake key is received. After that, apply a special parser f=
or Initial frames (see point 4 below)\r\n2) Server side, move to a \"read=
y\" state when the 1st 1-RTT packet from client is received; as part of t=
hat move, implicit ACK of Initial and Handshake packets sent by the serve=
r.\r\n3) Client side, move to the \"ready\" state when first ACK of 1-RTT=
 packet is received from server. This triggers implicit ACK of Initial an=
d Handshake packets sent by the client.\r\n4) In Ready state, use a speci=
fic parser for Initial and Handshake message. Effectively ignore all fram=
es in these packets, but if there is an ACK eliciting frame, schedule an =
ACK.\r\n\r\nThis removes a bunch of corner cases, such as spurious retran=
smit of Initial packets in the middle of a migration. It also closes an a=
venue for DOS against established connections, since Initial packets cann=
ot anymore change the state of the connection once the handshake is compl=
ete.\r\n\r\nWell, not quite all attacks: Initial packets can still trigge=
r an ACK that might cause an allergic reaction at the peer. But then, the=
 attacker could also send spoofed ACK in Initial packets directly to the =
peer, so this is not exactly a new attack. Plus, if the peer adopts the d=
efenses outlined above, the spoofed ACK will have no side effect.\r\n"}],=
"action":{"name":"View Issue","url":"https://github.com/quicwg/base-draft=
s/issues/2267#issuecomment-457982113"}}}</script>
<script type=3D"application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/issues/2267#issuecomment=
-457982113",
"url": "https://github.com/quicwg/base-drafts/issues/2267#issuecomment-45=
7982113",
"name": "View Issue"
},
"description": "View this Issue on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>=

----==_mimepart_5c4e6b0152afa_70a43f94370d45c01896380--


From nobody Sun Jan 27 18:44: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 7C611130F47 for <quic-issues@ietfa.amsl.com>; Sun, 27 Jan 2019 18:44:08 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -11.149
X-Spam-Level: 
X-Spam-Status: No, score=-11.149 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIMWL_WL_HIGH=-4.553, 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_PASS=-0.001] autolearn=ham autolearn_force=no
Authentication-Results: ietfa.amsl.com (amavisd-new); dkim=pass (1024-bit key) header.d=github.com
Received: from mail.ietf.org ([4.31.198.44]) by localhost (ietfa.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id M8VV1ENsLn8e for <quic-issues@ietfa.amsl.com>; Sun, 27 Jan 2019 18:44: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 E8B46130E99 for <quic-issues@ietf.org>; Sun, 27 Jan 2019 18:44:06 -0800 (PST)
Date: Sun, 27 Jan 2019 18:44:05 -0800
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1548643445; bh=RAffKhRs9sT3IGKVL/YUIVji+XT4C+YRgHqfFgjV45I=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=dZ7bVqBFhyFTf56GM5v0VXVCtn7+mL2sBmsKqOt20kPXFv+0ue6f3kNCEBSjmoCyl KLkyRqLHwmac+gsH9FPRzh5j/dXOitLjt/1lws17Uap9enmIWfiyx6Fh+5yC9SMG9a 1tkrrCL7JSfablyA/Hoz/YbXA73S9uafZrBTO/CE=
From: Marten Seemann <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+0166e4ab631068fa604dc52fa51f9c6b36be70bfaedb07ce92cf0000000118662e7592a169ce1784eaec@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/issues/2267/457982877@github.com>
In-Reply-To: <quicwg/base-drafts/issues/2267@github.com>
References: <quicwg/base-drafts/issues/2267@github.com>
Subject: Re: [quicwg/base-drafts] loss of only two packets can lead to an unrecoverable situation (#2267)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5c4e6c75df3bc_62613f94370d45c04089e8"; 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/K0zx9K28kUKc_pjWyGP_mC56C4o>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
List-Id: Notification list for GitHub issues related to the QUIC WG <quic-issues.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=unsubscribe>
List-Archive: <https://mailarchive.ietf.org/arch/browse/quic-issues/>
List-Post: <mailto:quic-issues@ietf.org>
List-Help: <mailto:quic-issues-request@ietf.org?subject=help>
List-Subscribe: <https://www.ietf.org/mailman/listinfo/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=subscribe>
X-List-Received-Date: Mon, 28 Jan 2019 02:44:09 -0000

----==_mimepart_5c4e6c75df3bc_62613f94370d45c04089e8
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

> Server side, move to a "ready" state when the 1st 1-RTT packet from client is received; as part of that move, implicit ACK of Initial and Handshake packets sent by the server.

This will only work if the application protocol actually makes the client send any data after establishing a new 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/2267#issuecomment-457982877
----==_mimepart_5c4e6c75df3bc_62613f94370d45c04089e8
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: quoted-printable

<blockquote>
<p>Server side, move to a "ready" state when the 1st 1-RTT packet from cl=
ient is received; as part of that move, implicit ACK of Initial and Hands=
hake packets sent by the server.</p>
</blockquote>
<p>This will only work if the application protocol actually makes the cli=
ent send any data after establishing a new connection.</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/2267#issuecomment-457982877">view it on GitHub</a>,=
 or <a href=3D"https://github.com/notifications/unsubscribe-auth/AWbkq99F=
8pE9qytB0LmwqgXqANoc7nbXks5vHmP1gaJpZM4ZjodA">mute the thread</a>.<img sr=
c=3D"https://github.com/notifications/beacon/AWbkq_gWUiHRL-7_oYH48BuhBR-p=
uYMvks5vHmP1gaJpZM4ZjodA.gif" height=3D"1" width=3D"1" alt=3D"" /></p>
<script type=3D"application/json" data-scope=3D"inboxmarkup">{"api_versio=
n":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name"=
:"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"=
quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"http=
s://github.githubassets.com/images/email/message_cards/header.png","avata=
r_image_url":"https://github.githubassets.com/images/email/message_cards/=
avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/q=
uicwg/base-drafts"}},"updates":{"snippets":[{"icon":"PERSON","message":"@=
marten-seemann in #2267: \u003e Server side, move to a \"ready\" state wh=
en the 1st 1-RTT packet from client is received; as part of that move, im=
plicit ACK of Initial and Handshake packets sent by the server.\r\n\r\nTh=
is will only work if the application protocol actually makes the client s=
end any data after establishing a new connection."}],"action":{"name":"Vi=
ew Issue","url":"https://github.com/quicwg/base-drafts/issues/2267#issuec=
omment-457982877"}}}</script>
<script type=3D"application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/issues/2267#issuecomment=
-457982877",
"url": "https://github.com/quicwg/base-drafts/issues/2267#issuecomment-45=
7982877",
"name": "View Issue"
},
"description": "View this Issue on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>=

----==_mimepart_5c4e6c75df3bc_62613f94370d45c04089e8--


From nobody Sun Jan 27 19:02: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 5E784130F32 for <quic-issues@ietfa.amsl.com>; Sun, 27 Jan 2019 19:02:41 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -12.553
X-Spam-Level: 
X-Spam-Status: No, score=-12.553 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIMWL_WL_HIGH=-4.553, 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_PASS=-0.001] autolearn=ham autolearn_force=no
Authentication-Results: ietfa.amsl.com (amavisd-new); dkim=pass (1024-bit key) header.d=github.com
Received: from mail.ietf.org ([4.31.198.44]) by localhost (ietfa.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id SJwsPlvkg8h5 for <quic-issues@ietfa.amsl.com>; Sun, 27 Jan 2019 19:02: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 CCC49130F09 for <quic-issues@ietf.org>; Sun, 27 Jan 2019 19:02:38 -0800 (PST)
Date: Sun, 27 Jan 2019 19:02:37 -0800
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1548644557; bh=3b7TEJgBwvyhMPSshigj1P11PQRh0HvbPNvNi1+hjj8=; h=Date:From:Reply-To:To:Cc:Subject:List-ID:List-Archive:List-Post: List-Unsubscribe:From; b=fNGAARq6xUNnd8e2uInhUpQw0b5eXFaHtMK+64KHe3G0yZPh7W/OZdDp3u4y3B/a/ PWiRNb34B6C9rV1rrm1PRG0vxshrT+4KpQEzCupUgArrARIu6z+hFB9jgN3EzKGGHR mmNPVS5JkmjPoFm1xuomQcwq9dNLhtexsAEj3xMw=
From: Christian Huitema <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+0166e4abdd3e48e65729b74984afaf121f25648f6f69938492cf00000001186632cd92a169ce180ef4ec@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/issues/2374@github.com>
Subject: [quicwg/base-drafts] Is it OK to place retransmitted frames at the end of the queue? (#2374)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5c4e70cd9daf8_45da3fc4578d45b8113704f"; 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/yyDbbebrFFuXQ0b88BoL06R0Arg>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
List-Id: Notification list for GitHub issues related to the QUIC WG <quic-issues.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=unsubscribe>
List-Archive: <https://mailarchive.ietf.org/arch/browse/quic-issues/>
List-Post: <mailto:quic-issues@ietf.org>
List-Help: <mailto:quic-issues-request@ietf.org?subject=help>
List-Subscribe: <https://www.ietf.org/mailman/listinfo/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=subscribe>
X-List-Received-Date: Mon, 28 Jan 2019 03:02:41 -0000

----==_mimepart_5c4e70cd9daf8_45da3fc4578d45b8113704f
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

We had an interesting interop issue yesterday between Picoquic and Quinn. Summary:

* we were testing NAT rebinding. A bunch of packets in transit were lost during the rebinding.

* the version of Quinn tested yesterday had already queued a bunch of data frames in the normal order. It noticed the losses, and placed the frames to be retransmitted "at the end of the queue".

* Picoquic delivers stream data in order to the app. It received the frames from Quinn and queued them, waiting for the retransmitted frames to fill the holes.

* Due to an unrelated bug, the transmission was really slow. Picoquic found that 10 seconds passed without making any progress, since no data was passed to the application, and closed the connection.

When discussing the issue, we raised a bunch of points:

1) Quinn was complying with the letter of the spec. The data frames were within the range allowed by MAX DATA and MAX STREAM DATA.

2) The combination of slow transmission and piling a lot of frames for reordering looks a lot like one of the "slow Loris" attacks, which explains why Picoquic complained.

3) Picoquic could have forced in order delivery by using small flow control windows. But then, small windows have a tendency to cause stalls, so I don't think that using flow control to solve logic issues should be recommended. (There were always enough buffers, so this is not an over commit issue.)

4) The issue only happened because Picoquic enforces "in sequence delivery" of stream data to the app. Quinn implements out of sequence delivery and lets the app reassemble the stream, so it was not a problem in internal tests. But then, the "stream" paradigm is initially designed to emulate a TCP connection, and there are a bunch of apps like video that really want to consume data in order.

This was fixed in Quinn by placing the retransmitted frames at the front of the queue. But it seems that there is no text in the spec asking implementations to do that. Should we 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/issues/2374
----==_mimepart_5c4e70cd9daf8_45da3fc4578d45b8113704f
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

<p>We had an interesting interop issue yesterday between Picoquic and Quinn. Summary:</p>
<ul>
<li>
<p>we were testing NAT rebinding. A bunch of packets in transit were lost during the rebinding.</p>
</li>
<li>
<p>the version of Quinn tested yesterday had already queued a bunch of data frames in the normal order. It noticed the losses, and placed the frames to be retransmitted "at the end of the queue".</p>
</li>
<li>
<p>Picoquic delivers stream data in order to the app. It received the frames from Quinn and queued them, waiting for the retransmitted frames to fill the holes.</p>
</li>
<li>
<p>Due to an unrelated bug, the transmission was really slow. Picoquic found that 10 seconds passed without making any progress, since no data was passed to the application, and closed the connection.</p>
</li>
</ul>
<p>When discussing the issue, we raised a bunch of points:</p>
<ol>
<li>
<p>Quinn was complying with the letter of the spec. The data frames were within the range allowed by MAX DATA and MAX STREAM DATA.</p>
</li>
<li>
<p>The combination of slow transmission and piling a lot of frames for reordering looks a lot like one of the "slow Loris" attacks, which explains why Picoquic complained.</p>
</li>
<li>
<p>Picoquic could have forced in order delivery by using small flow control windows. But then, small windows have a tendency to cause stalls, so I don't think that using flow control to solve logic issues should be recommended. (There were always enough buffers, so this is not an over commit issue.)</p>
</li>
<li>
<p>The issue only happened because Picoquic enforces "in sequence delivery" of stream data to the app. Quinn implements out of sequence delivery and lets the app reassemble the stream, so it was not a problem in internal tests. But then, the "stream" paradigm is initially designed to emulate a TCP connection, and there are a bunch of apps like video that really want to consume data in order.</p>
</li>
</ol>
<p>This was fixed in Quinn by placing the retransmitted frames at the front of the queue. But it seems that there is no text in the spec asking implementations to do that. Should we 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/issues/2374">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AWbkq57Lg-jHcmYldZAdx1KQyYH2FbCrks5vHmhNgaJpZM4aVHse">mute the thread</a>.<img src="https://github.com/notifications/beacon/AWbkq_98yIbgBeAsRK_GrZIjUgmdBV-rks5vHmhNgaJpZM4aVHse.gif" height="1" width="1" alt="" /></p>
<script type="application/json" data-scope="inboxmarkup">{"api_version":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name":"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"https://github.githubassets.com/images/email/message_cards/header.png","avatar_image_url":"https://github.githubassets.com/images/email/message_cards/avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/quicwg/base-drafts"}},"updates":{"snippets":[{"icon":"DESCRIPTION","message":"Is it OK to place retransmitted frames at the end of the queue? (#2374)"}],"action":{"name":"View Issue","url":"https://github.com/quicwg/base-drafts/issues/2374"}}}</script>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/issues/2374",
"url": "https://github.com/quicwg/base-drafts/issues/2374",
"name": "View Issue"
},
"description": "View this Issue on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>
----==_mimepart_5c4e70cd9daf8_45da3fc4578d45b8113704f--


From nobody Sun Jan 27 19: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 69678130F36 for <quic-issues@ietfa.amsl.com>; Sun, 27 Jan 2019 19:09:57 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -12.551
X-Spam-Level: 
X-Spam-Status: No, score=-12.551 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIMWL_WL_HIGH=-4.553, 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_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 TaGma0K9imsf for <quic-issues@ietfa.amsl.com>; Sun, 27 Jan 2019 19:09: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 C4040130F09 for <quic-issues@ietf.org>; Sun, 27 Jan 2019 19:09:55 -0800 (PST)
Date: Sun, 27 Jan 2019 19:09:54 -0800
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1548644994; bh=QTv+sr6DIoUIUTuapFTXOPds4YQaGliBkzSmKjdJjlo=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=C7KyyPOaA1HYSPlCUgqG1iGUubUH8tcK8B//zrg6Stnn6PqYlIFmXXbyLE22y0LhB y/eMbIqpg7C3HEPBAXJptnCG1zDWtgoRbCOLq3801PXAfbEYsD2VImNoCxs+mUdP4D 60sI3d7UM+dp6/Vv65u3QvWaF0bqEljEnpsHoWj4=
From: Marten Seemann <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+0166e4abf429d209ff649487faf8b8e17d85b3a1f95c3ff792cf000000011866348292a169ce180ef4ec@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/issues/2374/457986226@github.com>
In-Reply-To: <quicwg/base-drafts/issues/2374@github.com>
References: <quicwg/base-drafts/issues/2374@github.com>
Subject: Re: [quicwg/base-drafts] Is it OK to place retransmitted frames at the end of the queue? (#2374)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5c4e7282a55e3_6f513f8a38ed45c01051059"; 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/fIXb51nncHIQUwcVMx9jK-lubxg>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
List-Id: Notification list for GitHub issues related to the QUIC WG <quic-issues.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=unsubscribe>
List-Archive: <https://mailarchive.ietf.org/arch/browse/quic-issues/>
List-Post: <mailto:quic-issues@ietf.org>
List-Help: <mailto:quic-issues-request@ietf.org?subject=help>
List-Subscribe: <https://www.ietf.org/mailman/listinfo/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=subscribe>
X-List-Received-Date: Mon, 28 Jan 2019 03:09:57 -0000

----==_mimepart_5c4e7282a55e3_6f513f8a38ed45c01051059
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

The spec already [says](https://quicwg.org/base-drafts/draft-ietf-quic-transport.html#retransmission-of-information)

> Endpoints SHOULD prioritize retransmission of data over sending new data, unless priorities specified by the application indicate otherwise (see Section 2.3).

It seems like Quinn is ignoring this advice.

> Picoquic found that 10 seconds passed without making any progress, since no data was passed to the application, and closed the connection.

I think this rule is part of the problem. If there's still data arriving, there's no need to close 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/2374#issuecomment-457986226
----==_mimepart_5c4e7282a55e3_6f513f8a38ed45c01051059
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: quoted-printable

<p>The spec already <a href=3D"https://quicwg.org/base-drafts/draft-ietf-=
quic-transport.html#retransmission-of-information" rel=3D"nofollow">says<=
/a></p>
<blockquote>
<p>Endpoints SHOULD prioritize retransmission of data over sending new da=
ta, unless priorities specified by the application indicate otherwise (se=
e Section 2.3).</p>
</blockquote>
<p>It seems like Quinn is ignoring this advice.</p>
<blockquote>
<p>Picoquic found that 10 seconds passed without making any progress, sin=
ce no data was passed to the application, and closed the connection.</p>
</blockquote>
<p>I think this rule is part of the problem. If there's still data arrivi=
ng, there's no need to close the connection.</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/2374#issuecomment-457986226">view it on GitHub</a>,=
 or <a href=3D"https://github.com/notifications/unsubscribe-auth/AWbkq4ni=
AE9-yN-kbfwXC0HpS4ZQLVjIks5vHmoCgaJpZM4aVHse">mute the thread</a>.<img sr=
c=3D"https://github.com/notifications/beacon/AWbkq_G5cI59FtqbraFRAGTVld5X=
mDdRks5vHmoCgaJpZM4aVHse.gif" height=3D"1" width=3D"1" alt=3D"" /></p>
<script type=3D"application/json" data-scope=3D"inboxmarkup">{"api_versio=
n":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name"=
:"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"=
quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"http=
s://github.githubassets.com/images/email/message_cards/header.png","avata=
r_image_url":"https://github.githubassets.com/images/email/message_cards/=
avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/q=
uicwg/base-drafts"}},"updates":{"snippets":[{"icon":"PERSON","message":"@=
marten-seemann in #2374: The spec already [says](https://quicwg.org/base-=
drafts/draft-ietf-quic-transport.html#retransmission-of-information)\r\n\=
r\n\u003e Endpoints SHOULD prioritize retransmission of data over sending=
 new data, unless priorities specified by the application indicate otherw=
ise (see Section 2.3).\r\n\r\nIt seems like Quinn is ignoring this advice=
.\r\n\r\n\u003e Picoquic found that 10 seconds passed without making any =
progress, since no data was passed to the application, and closed the con=
nection.\r\n\r\nI think this rule is part of the problem. If there's stil=
l data arriving, there's no need to close the connection."}],"action":{"n=
ame":"View Issue","url":"https://github.com/quicwg/base-drafts/issues/237=
4#issuecomment-457986226"}}}</script>
<script type=3D"application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/issues/2374#issuecomment=
-457986226",
"url": "https://github.com/quicwg/base-drafts/issues/2374#issuecomment-45=
7986226",
"name": "View Issue"
},
"description": "View this Issue on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>=

----==_mimepart_5c4e7282a55e3_6f513f8a38ed45c01051059--


From nobody Sun Jan 27 19:14: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 6E120130F36 for <quic-issues@ietfa.amsl.com>; Sun, 27 Jan 2019 19:14:27 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -10.935
X-Spam-Level: 
X-Spam-Status: No, score=-10.935 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIMWL_WL_HIGH=-4.553, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, HTML_IMAGE_ONLY_24=1.618, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-1, RCVD_IN_DNSWL_HI=-5, SPF_PASS=-0.001] autolearn=ham autolearn_force=no
Authentication-Results: ietfa.amsl.com (amavisd-new); dkim=pass (1024-bit key) header.d=github.com
Received: from mail.ietf.org ([4.31.198.44]) by localhost (ietfa.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 3RYbl5R1K5nz for <quic-issues@ietfa.amsl.com>; Sun, 27 Jan 2019 19:14: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 3473F130F09 for <quic-issues@ietf.org>; Sun, 27 Jan 2019 19:14:26 -0800 (PST)
Date: Sun, 27 Jan 2019 19:14:25 -0800
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1548645265; bh=ml4aOwaNNJApXOFjahXIVStLop9CcOa6BotZNY7tLDI=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=Ds1AzZetrNiqsAzRREkzOjsso7uktDF2JV3TSrzskpjVH3x6+tXMJsT58oTzS8EjV yntCweevZkveExS3vyjjn/ejglpDVFnRHhEWJaKKGzVLwHMJJCc0ubMussfYHQ6kke qFGB03tYO+HvGCBkD4a4DHMk4x/inAoSW8oEgRbs=
From: afrind <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+0166e4abe0bc0cade26042062e89661550fb4aedf977637892cf000000011866359192a169ce17f6fe9f@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/issues/2363/457986786@github.com>
In-Reply-To: <quicwg/base-drafts/issues/2363@github.com>
References: <quicwg/base-drafts/issues/2363@github.com>
Subject: Re: [quicwg/base-drafts] The initial table capacity is zero (#2363)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5c4e739161466_46623fcbb3ed45b85477ed"; 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/FInNfigaIHc3iZj4tt0XzMQv-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: Mon, 28 Jan 2019 03:14:27 -0000

----==_mimepart_5c4e739161466_46623fcbb3ed45b85477ed
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

CC: @ekr  who also asked why it's not just set to the maximum, and wants to remove this requirement 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/issues/2363#issuecomment-457986786
----==_mimepart_5c4e739161466_46623fcbb3ed45b85477ed
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

<p>CC: <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>  who also asked why it's not just set to the maximum, and wants to remove this requirement 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/issues/2363#issuecomment-457986786">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AWbkq4K0QODhPnTIe_OqnmJzzcnyubM8ks5vHmsRgaJpZM4aOAAR">mute the thread</a>.<img src="https://github.com/notifications/beacon/AWbkq9En9cksE51U8eEPoLnD2qmaIlF8ks5vHmsRgaJpZM4aOAAR.gif" height="1" width="1" alt="" /></p>
<script type="application/json" data-scope="inboxmarkup">{"api_version":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name":"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"https://github.githubassets.com/images/email/message_cards/header.png","avatar_image_url":"https://github.githubassets.com/images/email/message_cards/avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/quicwg/base-drafts"}},"updates":{"snippets":[{"icon":"PERSON","message":"@afrind in #2363: CC: @ekr  who also asked why it's not just set to the maximum, and wants to remove this requirement I think?"}],"action":{"name":"View Issue","url":"https://github.com/quicwg/base-drafts/issues/2363#issuecomment-457986786"}}}</script>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/issues/2363#issuecomment-457986786",
"url": "https://github.com/quicwg/base-drafts/issues/2363#issuecomment-457986786",
"name": "View Issue"
},
"description": "View this Issue on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>
----==_mimepart_5c4e739161466_46623fcbb3ed45b85477ed--


From nobody Sun Jan 27 19:16: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 7F6A6130F35 for <quic-issues@ietfa.amsl.com>; Sun, 27 Jan 2019 19:16:23 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -10.935
X-Spam-Level: 
X-Spam-Status: No, score=-10.935 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIMWL_WL_HIGH=-4.553, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, HTML_IMAGE_ONLY_24=1.618, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-1, RCVD_IN_DNSWL_HI=-5, SPF_PASS=-0.001] autolearn=ham autolearn_force=no
Authentication-Results: ietfa.amsl.com (amavisd-new); dkim=pass (1024-bit key) header.d=github.com
Received: from mail.ietf.org ([4.31.198.44]) by localhost (ietfa.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id RUNKdfhg5rtx for <quic-issues@ietfa.amsl.com>; Sun, 27 Jan 2019 19:16: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 2945A130F36 for <quic-issues@ietf.org>; Sun, 27 Jan 2019 19:16:22 -0800 (PST)
Date: Sun, 27 Jan 2019 19:16:21 -0800
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1548645381; bh=8QtNIjb3ZPBd7cLmKZZwTgztNV3j+V6hpz9YpfNQeqs=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=yLfkXPMg9f11I0J0LJHG0WMAwjH/GjKu/m0l7pa/sqlBATJ03QgEScFiMbj0HuLR5 G0l42Gj/1VpHL1SYOECLt46dn2lg1v20mKJ1c0EWlaO0s8Tm+3qAAFD6hI2lJAxXiw j/vVdCQ0BxC0mw1QpHId6N8OO1R4CJMid6c2XBaQ=
From: afrind <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+0166e4ab9fa772090b963771312686012f3b83aaf7021bf292cf000000011866360592a169ce180ed95d@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/pull/2373/c457987040@github.com>
In-Reply-To: <quicwg/base-drafts/pull/2373@github.com>
References: <quicwg/base-drafts/pull/2373@github.com>
Subject: Re: [quicwg/base-drafts] STOP_SENDING to cancel a push (#2373)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5c4e740579cb9_3b5b3f89664d45c0719755"; 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/JaqqzgPea4UnitF5R6joqn7PBdk>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
List-Id: Notification list for GitHub issues related to the QUIC WG <quic-issues.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=unsubscribe>
List-Archive: <https://mailarchive.ietf.org/arch/browse/quic-issues/>
List-Post: <mailto:quic-issues@ietf.org>
List-Help: <mailto:quic-issues-request@ietf.org?subject=help>
List-Subscribe: <https://www.ietf.org/mailman/listinfo/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=subscribe>
X-List-Received-Date: Mon, 28 Jan 2019 03:16:23 -0000

----==_mimepart_5c4e740579cb9_3b5b3f89664d45c0719755
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

I read this paragraph to apply only to how the server cancels a push.  Once the push stream is created, it would use a RESET_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/2373#issuecomment-457987040
----==_mimepart_5c4e740579cb9_3b5b3f89664d45c0719755
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

<p>I read this paragraph to apply only to how the server cancels a push.  Once the push stream is created, it would use a RESET_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/2373#issuecomment-457987040">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AWbkq5TsEkvMhL9iHnkzOfAJjLk7g4hKks5vHmuFgaJpZM4aVFmD">mute the thread</a>.<img src="https://github.com/notifications/beacon/AWbkq40F3qHvTbiIQm-DZtAacJuttzHYks5vHmuFgaJpZM4aVFmD.gif" height="1" width="1" alt="" /></p>
<script type="application/json" data-scope="inboxmarkup">{"api_version":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name":"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"https://github.githubassets.com/images/email/message_cards/header.png","avatar_image_url":"https://github.githubassets.com/images/email/message_cards/avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/quicwg/base-drafts"}},"updates":{"snippets":[{"icon":"PERSON","message":"@afrind in #2373: I read this paragraph to apply only to how the server cancels a push.  Once the push stream is created, it would use a RESET_STREAM?"}],"action":{"name":"View Pull Request","url":"https://github.com/quicwg/base-drafts/pull/2373#issuecomment-457987040"}}}</script>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/pull/2373#issuecomment-457987040",
"url": "https://github.com/quicwg/base-drafts/pull/2373#issuecomment-457987040",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>
----==_mimepart_5c4e740579cb9_3b5b3f89664d45c0719755--


From nobody Sun Jan 27 19:19: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 DD67E130F09 for <quic-issues@ietfa.amsl.com>; Sun, 27 Jan 2019 19:19:33 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -12.553
X-Spam-Level: 
X-Spam-Status: No, score=-12.553 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIMWL_WL_HIGH=-4.553, 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_PASS=-0.001] autolearn=ham autolearn_force=no
Authentication-Results: ietfa.amsl.com (amavisd-new); dkim=pass (1024-bit key) header.d=github.com
Received: from mail.ietf.org ([4.31.198.44]) by localhost (ietfa.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id gVgKeFXsaTfV for <quic-issues@ietfa.amsl.com>; Sun, 27 Jan 2019 19:19:32 -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 CB734130F32 for <quic-issues@ietf.org>; Sun, 27 Jan 2019 19:19:31 -0800 (PST)
Date: Sun, 27 Jan 2019 19:19:31 -0800
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1548645571; bh=tfbxY+jY9NinP6FC2C8H6j8HsLUEHvzCQFKIn4o5bbw=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=OKPhN3vx0A/QWKJUsRbgSDYi/N1E6YWKVu5YDMo5YIK7AQE48m0k51fge1VkYluyY 4SMFYYFj5odQPF/io7uAtPlLIaIRsajltJPS6CrOgxWMt8mlEMZSz0qz256+4QJ5mf v1yHSVBUJ9Qanb5psxWyeRa/eFhqZJefjPotgO9k=
From: Kazuho Oku <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+0166e4abc5469fe464f542f6258481667426559fa323266292cf00000001186636c392a169ce180d1061@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/pull/2370/review/196866820@github.com>
In-Reply-To: <quicwg/base-drafts/pull/2370@github.com>
References: <quicwg/base-drafts/pull/2370@github.com>
Subject: Re: [quicwg/base-drafts] Stronger migration handshake (#2370)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5c4e74c325e0b_6ca23f99eb6d45c494075"; 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/EsmXw-doXXwPJ2-Otmm-f3Tb1SI>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
List-Id: Notification list for GitHub issues related to the QUIC WG <quic-issues.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=unsubscribe>
List-Archive: <https://mailarchive.ietf.org/arch/browse/quic-issues/>
List-Post: <mailto:quic-issues@ietf.org>
List-Help: <mailto:quic-issues-request@ietf.org?subject=help>
List-Subscribe: <https://www.ietf.org/mailman/listinfo/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=subscribe>
X-List-Received-Date: Mon, 28 Jan 2019 03:19:34 -0000

----==_mimepart_5c4e74c325e0b_6ca23f99eb6d45c494075
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

kazuho commented on this pull request.



>  endpoints retaining a stable address for the duration of the handshake.
+An endpoint MUST NOT initiate connection migration before the handshake is
+finished for it and its peer and the endpoint has 1-RTT keys. This means
+that the server MUST NOT initiate connection migration before it has
+received at least one 1-RTT data from the client, and the client 
+MUST NOT initiate connection migration before receiving 
+acknowledgement by the server of at least one of its
+1-RTT messages.

@huitema 
> I really don't like the CRYPTO frames reference. There is no FIN mark on the crypto stream, and the QUIC engine proper does not know when "all crypto frames" have been received.  I was careful to use signals that the transport stack understand: obtaining keys, receiving packets, etc.

I am not sure if I agree with the observation. The requirement (i.e. "has both received and acknowledged all CRYPTO frames for that encryption level and when all CRYPTO frames for that encryption level have been acknowledged by its peer") can be implement as checking that 1-RTT read key is available and that the send buffer of CRYPTO frames in Handshake epoch is empty.

Anyways, I think using different events for starting the handshake key drop timer and permitting migration is 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/2370#discussion_r251274234
----==_mimepart_5c4e74c325e0b_6ca23f99eb6d45c494075
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/2370#discussion_r251274234">draft-ietf-quic-transport.md</a>:</p>
<pre style='color:#555'>&gt;  endpoints retaining a stable address for the duration of the handshake.
+An endpoint MUST NOT initiate connection migration before the handshake is
+finished for it and its peer and the endpoint has 1-RTT keys. This means
+that the server MUST NOT initiate connection migration before it has
+received at least one 1-RTT data from the client, and the client 
+MUST NOT initiate connection migration before receiving 
+acknowledgement by the server of at least one of its
+1-RTT messages.
</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></p>
<blockquote>
<p>I really don't like the CRYPTO frames reference. There is no FIN mark on the crypto stream, and the QUIC engine proper does not know when "all crypto frames" have been received.  I was careful to use signals that the transport stack understand: obtaining keys, receiving packets, etc.</p>
</blockquote>
<p>I am not sure if I agree with the observation. The requirement (i.e. "has both received and acknowledged all CRYPTO frames for that encryption level and when all CRYPTO frames for that encryption level have been acknowledged by its peer") can be implement as checking that 1-RTT read key is available and that the send buffer of CRYPTO frames in Handshake epoch is empty.</p>
<p>Anyways, I think using different events for starting the handshake key drop timer and permitting migration is 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/2370#discussion_r251274234">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AWbkq20X_5ZhGGUHeFM-Raplut7H_JfTks5vHmxDgaJpZM4aUhBL">mute the thread</a>.<img src="https://github.com/notifications/beacon/AWbkq8PO8RqsLb4qP_g6RS95Z6PphOM1ks5vHmxDgaJpZM4aUhBL.gif" height="1" width="1" alt="" /></p>
<script type="application/json" data-scope="inboxmarkup">{"api_version":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name":"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"https://github.githubassets.com/images/email/message_cards/header.png","avatar_image_url":"https://github.githubassets.com/images/email/message_cards/avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/quicwg/base-drafts"}},"updates":{"snippets":[{"icon":"PERSON","message":"@kazuho commented on #2370"}],"action":{"name":"View Pull Request","url":"https://github.com/quicwg/base-drafts/pull/2370#discussion_r251274234"}}}</script>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/pull/2370#discussion_r251274234",
"url": "https://github.com/quicwg/base-drafts/pull/2370#discussion_r251274234",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>
----==_mimepart_5c4e74c325e0b_6ca23f99eb6d45c494075--


From nobody Sun Jan 27 19:24: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 403BD130F09 for <quic-issues@ietfa.amsl.com>; Sun, 27 Jan 2019 19:24:23 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -10.935
X-Spam-Level: 
X-Spam-Status: No, score=-10.935 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIMWL_WL_HIGH=-4.553, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, HTML_IMAGE_ONLY_24=1.618, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-1, RCVD_IN_DNSWL_HI=-5, SPF_PASS=-0.001] autolearn=ham autolearn_force=no
Authentication-Results: ietfa.amsl.com (amavisd-new); dkim=pass (1024-bit key) header.d=github.com
Received: from mail.ietf.org ([4.31.198.44]) by localhost (ietfa.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id xeWu0dDN0G74 for <quic-issues@ietfa.amsl.com>; Sun, 27 Jan 2019 19:24: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 19C3C12426A for <quic-issues@ietf.org>; Sun, 27 Jan 2019 19:24:22 -0800 (PST)
Date: Sun, 27 Jan 2019 19:24:21 -0800
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1548645861; bh=nPu7nG/AcOuK5VR1JNi7GwXaAfK0F3VeiykjfpUVJ2w=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=K1o8bFJXlpVtKLzV/fzCtUMA3qEW403bvpmHBNst6I0m7ekTIbbpL96gdW1J91Pg2 fpx4Y6k6Uli+6G5k6pptbLnrKG7KSt3B9Uy57ORPiiw66ufgZctB9lViBBCnXrXoHG tTKJq06GyCdx5bvht+RWsR2TcVTvCbHTvNRvg6ME=
From: Kazuho Oku <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+0166e4ab709d58a2bac41fdd071a48111d8e17935bc8fcc092cf00000001186637e592a169ce180eb2c5@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/issues/2372/457988114@github.com>
In-Reply-To: <quicwg/base-drafts/issues/2372@github.com>
References: <quicwg/base-drafts/issues/2372@github.com>
Subject: Re: [quicwg/base-drafts] PATH_* frames should not be ACK-eliciting (#2372)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5c4e75e55aeb6_3f8a3fc4578d45b8114952d"; 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/elJBy_Cn4sXMvGB7JUFgKgkef_M>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
List-Id: Notification list for GitHub issues related to the QUIC WG <quic-issues.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=unsubscribe>
List-Archive: <https://mailarchive.ietf.org/arch/browse/quic-issues/>
List-Post: <mailto:quic-issues@ietf.org>
List-Help: <mailto:quic-issues-request@ietf.org?subject=help>
List-Subscribe: <https://www.ietf.org/mailman/listinfo/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=subscribe>
X-List-Received-Date: Mon, 28 Jan 2019 03:24:23 -0000

----==_mimepart_5c4e75e55aeb6_3f8a3fc4578d45b8114952d
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

Does making it non ACK-eliciting imply that we would no longer be allowed to bundle other types of frame in a path probing packet?

I think I am fine with that, but I would like to confirm what the impact 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/2372#issuecomment-457988114
----==_mimepart_5c4e75e55aeb6_3f8a3fc4578d45b8114952d
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

<p>Does making it non ACK-eliciting imply that we would no longer be allowed to bundle other types of frame in a path probing packet?</p>
<p>I think I am fine with that, but I would like to confirm what the impact 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/2372#issuecomment-457988114">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AWbkq8aviDYhzSrkSX8jOsB-e6OwmhGjks5vHm1lgaJpZM4aVCpa">mute the thread</a>.<img src="https://github.com/notifications/beacon/AWbkqy_Bq6TVu9QqYgw-h0dxQksZgqOiks5vHm1lgaJpZM4aVCpa.gif" height="1" width="1" alt="" /></p>
<script type="application/json" data-scope="inboxmarkup">{"api_version":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name":"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"https://github.githubassets.com/images/email/message_cards/header.png","avatar_image_url":"https://github.githubassets.com/images/email/message_cards/avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/quicwg/base-drafts"}},"updates":{"snippets":[{"icon":"PERSON","message":"@kazuho in #2372: Does making it non ACK-eliciting imply that we would no longer be allowed to bundle other types of frame in a path probing packet?\r\n\r\nI think I am fine with that, but I would like to confirm what the impact is."}],"action":{"name":"View Issue","url":"https://github.com/quicwg/base-drafts/issues/2372#issuecomment-457988114"}}}</script>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/issues/2372#issuecomment-457988114",
"url": "https://github.com/quicwg/base-drafts/issues/2372#issuecomment-457988114",
"name": "View Issue"
},
"description": "View this Issue on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>
----==_mimepart_5c4e75e55aeb6_3f8a3fc4578d45b8114952d--


From nobody Sun Jan 27 19:25: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 0E6AB130F4C for <quic-issues@ietfa.amsl.com>; Sun, 27 Jan 2019 19:25:23 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -11.149
X-Spam-Level: 
X-Spam-Status: No, score=-11.149 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIMWL_WL_HIGH=-4.553, 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_PASS=-0.001] autolearn=ham autolearn_force=no
Authentication-Results: ietfa.amsl.com (amavisd-new); dkim=pass (1024-bit key) header.d=github.com
Received: from mail.ietf.org ([4.31.198.44]) by localhost (ietfa.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id ib8Qy48C4bRu for <quic-issues@ietfa.amsl.com>; Sun, 27 Jan 2019 19:25:21 -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 2E0A6130F09 for <quic-issues@ietf.org>; Sun, 27 Jan 2019 19:25:21 -0800 (PST)
Date: Sun, 27 Jan 2019 19:25:20 -0800
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1548645920; bh=Fnm4Gac6tuQaVDBC9aHp95vN4jswrBMLrgyD7Dn9xeU=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=gIuajwrnC78Y0iFBgoywDgWO0IhOye0NoNWq6LxFRJZ+eIgd8Fnm3bNmy1AM0TEIC yCKg4eosYIoPKMLsR2XQnOJeEATEI+7b/E0wIuRcP6Uryz2Egamr4uq0T3IytpuD8G m3pWDDEn7D9VvSGJxjLjV8PkiPnUcxgp1heLCTII=
From: Christian Huitema <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+0166e4abcd79874fc56a3d82a74dabbaf3326fe89c58658b92cf000000011866382092a169ce1784eaec@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/issues/2267/457988235@github.com>
In-Reply-To: <quicwg/base-drafts/issues/2267@github.com>
References: <quicwg/base-drafts/issues/2267@github.com>
Subject: Re: [quicwg/base-drafts] loss of only two packets can lead to an unrecoverable situation (#2267)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5c4e762074e1a_714f3fecca2d45b497716"; 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/D4MHkEFzLSPm3DgmAN0SIuvqfww>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
List-Id: Notification list for GitHub issues related to the QUIC WG <quic-issues.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=unsubscribe>
List-Archive: <https://mailarchive.ietf.org/arch/browse/quic-issues/>
List-Post: <mailto:quic-issues@ietf.org>
List-Help: <mailto:quic-issues-request@ietf.org?subject=help>
List-Subscribe: <https://www.ietf.org/mailman/listinfo/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=subscribe>
X-List-Received-Date: Mon, 28 Jan 2019 03:25:23 -0000

----==_mimepart_5c4e762074e1a_714f3fecca2d45b497716
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

@marten-seemann yes, that's a potential issue. The clients that I see in test seem to always send something in practice, but that's not guaranteed. "ACK of the CFIN" would do it, which I guess is also what Kazuho suggested. Suggested 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/2267#issuecomment-457988235
----==_mimepart_5c4e762074e1a_714f3fecca2d45b497716
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> yes, that's a potential issue. The clients that I see in test seem to always send something in practice, but that's not guaranteed. "ACK of the CFIN" would do it, which I guess is also what Kazuho suggested. Suggested 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/2267#issuecomment-457988235">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AWbkq5JbOQF5ME4hlOJLtAKY_PUEpt_jks5vHm2ggaJpZM4ZjodA">mute the thread</a>.<img src="https://github.com/notifications/beacon/AWbkq8ZxQnZqH4KOzPlsbxYWs0sGOhTAks5vHm2ggaJpZM4ZjodA.gif" height="1" width="1" alt="" /></p>
<script type="application/json" data-scope="inboxmarkup">{"api_version":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name":"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"https://github.githubassets.com/images/email/message_cards/header.png","avatar_image_url":"https://github.githubassets.com/images/email/message_cards/avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/quicwg/base-drafts"}},"updates":{"snippets":[{"icon":"PERSON","message":"@huitema in #2267: @marten-seemann yes, that's a potential issue. The clients that I see in test seem to always send something in practice, but that's not guaranteed. \"ACK of the CFIN\" would do it, which I guess is also what Kazuho suggested. Suggested text?"}],"action":{"name":"View Issue","url":"https://github.com/quicwg/base-drafts/issues/2267#issuecomment-457988235"}}}</script>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/issues/2267#issuecomment-457988235",
"url": "https://github.com/quicwg/base-drafts/issues/2267#issuecomment-457988235",
"name": "View Issue"
},
"description": "View this Issue on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>
----==_mimepart_5c4e762074e1a_714f3fecca2d45b497716--


From nobody Sun Jan 27 19:34: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 2BDCD130F55 for <quic-issues@ietfa.amsl.com>; Sun, 27 Jan 2019 19:34:11 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -12.552
X-Spam-Level: 
X-Spam-Status: No, score=-12.552 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIMWL_WL_HIGH=-4.553, 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_PASS=-0.001] autolearn=ham autolearn_force=no
Authentication-Results: ietfa.amsl.com (amavisd-new); dkim=pass (1024-bit key) header.d=github.com
Received: from mail.ietf.org ([4.31.198.44]) by localhost (ietfa.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 5LXxVqyMbeag for <quic-issues@ietfa.amsl.com>; Sun, 27 Jan 2019 19:34:09 -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 5D400130F56 for <quic-issues@ietf.org>; Sun, 27 Jan 2019 19:34:09 -0800 (PST)
Date: Sun, 27 Jan 2019 19:34:08 -0800
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1548646448; bh=Jr4d2NC5CYzs5oHehe+sroD5udNfeMl6Z9FCc3LC+7Q=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=mLza6R1JjjRAETfJ+0YwWGZxuVeB3Q/jOYHt3wBMUVdLHlWJ/7QSQvPhW5s0RU7Nm HsiR+kqJuXeOjUmWdbF6fZqSMvC+4CgeUAYqjgxPOzV/gZXx9WuZRkqbpSI3DJgGuQ cVdXMk+DgtXcLufgGqdnisr1snhOmGdNgCbsq+kk=
From: Christian Huitema <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+0166e4abb6cc8fced530668279fbd590dac303b1ff94b47492cf0000000118663a3092a169ce180d1061@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/pull/2370/review/196868226@github.com>
In-Reply-To: <quicwg/base-drafts/pull/2370@github.com>
References: <quicwg/base-drafts/pull/2370@github.com>
Subject: Re: [quicwg/base-drafts] Stronger migration handshake (#2370)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5c4e783096360_60ac3fe4d94d45c44191d4"; 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/dnjlHiyWIAaXZK6cc-jlfumt9ms>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
List-Id: Notification list for GitHub issues related to the QUIC WG <quic-issues.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=unsubscribe>
List-Archive: <https://mailarchive.ietf.org/arch/browse/quic-issues/>
List-Post: <mailto:quic-issues@ietf.org>
List-Help: <mailto:quic-issues-request@ietf.org?subject=help>
List-Subscribe: <https://www.ietf.org/mailman/listinfo/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=subscribe>
X-List-Received-Date: Mon, 28 Jan 2019 03:34:11 -0000

----==_mimepart_5c4e783096360_60ac3fe4d94d45c44191d4
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

huitema commented on this pull request.



>  endpoints retaining a stable address for the duration of the handshake.
+An endpoint MUST NOT initiate connection migration before the handshake is
+finished for it and its peer and the endpoint has 1-RTT keys. This means
+that the server MUST NOT initiate connection migration before it has
+received at least one 1-RTT data from the client, and the client 
+MUST NOT initiate connection migration before receiving 
+acknowledgement by the server of at least one of its
+1-RTT messages.

@kazuho _"Anyways, I think using different events for starting the handshake key drop timer and permitting migration is an unnecessary complexity."_ I agree. I think there should be a "when is handshake complete" section specifying that, and we can reference it in places like dropping key, starting migration, or starting key rotations.

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/quicwg/base-drafts/pull/2370#discussion_r251275533
----==_mimepart_5c4e783096360_60ac3fe4d94d45c44191d4
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/2370#discussion_r251275533">draft-ietf-quic-transport.md</a>:</p>
<pre style='color:#555'>&gt;  endpoints retaining a stable address for the duration of the handshake.
+An endpoint MUST NOT initiate connection migration before the handshake is
+finished for it and its peer and the endpoint has 1-RTT keys. This means
+that the server MUST NOT initiate connection migration before it has
+received at least one 1-RTT data from the client, and the client 
+MUST NOT initiate connection migration before receiving 
+acknowledgement by the server of at least one of its
+1-RTT messages.
</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> <em>"Anyways, I think using different events for starting the handshake key drop timer and permitting migration is an unnecessary complexity."</em> I agree. I think there should be a "when is handshake complete" section specifying that, and we can reference it in places like dropping key, starting migration, or starting key rotations.</p>

<p style="font-size:small;-webkit-text-size-adjust:none;color:#666;">&mdash;<br />You are receiving this because you are subscribed to this thread.<br />Reply to this email directly, <a href="https://github.com/quicwg/base-drafts/pull/2370#discussion_r251275533">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AWbkq9hQsOhHPYm9nHgMT6b-HJq6kRBJks5vHm-wgaJpZM4aUhBL">mute the thread</a>.<img src="https://github.com/notifications/beacon/AWbkq95ASuYEttEHA_qI8EYcJNsuUnODks5vHm-wgaJpZM4aUhBL.gif" height="1" width="1" alt="" /></p>
<script type="application/json" data-scope="inboxmarkup">{"api_version":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name":"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"https://github.githubassets.com/images/email/message_cards/header.png","avatar_image_url":"https://github.githubassets.com/images/email/message_cards/avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/quicwg/base-drafts"}},"updates":{"snippets":[{"icon":"PERSON","message":"@huitema commented on #2370"}],"action":{"name":"View Pull Request","url":"https://github.com/quicwg/base-drafts/pull/2370#discussion_r251275533"}}}</script>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/pull/2370#discussion_r251275533",
"url": "https://github.com/quicwg/base-drafts/pull/2370#discussion_r251275533",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>
----==_mimepart_5c4e783096360_60ac3fe4d94d45c44191d4--


From nobody Sun Jan 27 20:23: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 07EFA12D4F3 for <quic-issues@ietfa.amsl.com>; Sun, 27 Jan 2019 20:23:17 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -12.553
X-Spam-Level: 
X-Spam-Status: No, score=-12.553 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIMWL_WL_HIGH=-4.553, 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_PASS=-0.001] autolearn=ham autolearn_force=no
Authentication-Results: ietfa.amsl.com (amavisd-new); dkim=pass (1024-bit key) header.d=github.com
Received: from mail.ietf.org ([4.31.198.44]) by localhost (ietfa.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id Npg8MFgjK6AJ for <quic-issues@ietfa.amsl.com>; Sun, 27 Jan 2019 20:23: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 5DBFE128AFB for <quic-issues@ietf.org>; Sun, 27 Jan 2019 20:23:15 -0800 (PST)
Date: Sun, 27 Jan 2019 20:23:14 -0800
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1548649394; bh=gx6TGb1OM+olfBE5n/kSiN40X1TCwZUum6X9XqoKeNw=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=Zol1jHWJN0ikxIN4harJkMKtA2W0nQobTc2fo0ztzS30qPjPz4tgs+6jJouIWWasj CgifclSccOYF4UJalGrXsv2pA84x2uyP6ZBsotv444yY8CEe2f2gKEXTVd5AcxrnuB Y50PL18gJfQTbmvZ3P8RmnJm5XOh89yEnd1Dgr8U=
From: afrind <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+0166e4abf81627b8a33dd3e3a0877b19e9f6427d3098de6c92cf00000001186645b292a169ce17fb417d@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/pull/2368/review/196866791@github.com>
In-Reply-To: <quicwg/base-drafts/pull/2368@github.com>
References: <quicwg/base-drafts/pull/2368@github.com>
Subject: Re: [quicwg/base-drafts] Clarify when to signal error on incorrect Required Insert Count. (#2368)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5c4e83b239d78_11aa3fa6a1cd45c411280a1"; 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/MG-hr_An6XqIpvEQL57H3ODBvf0>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
List-Id: Notification list for GitHub issues related to the QUIC WG <quic-issues.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=unsubscribe>
List-Archive: <https://mailarchive.ietf.org/arch/browse/quic-issues/>
List-Post: <mailto:quic-issues@ietf.org>
List-Help: <mailto:quic-issues-request@ietf.org?subject=help>
List-Subscribe: <https://www.ietf.org/mailman/listinfo/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=subscribe>
X-List-Received-Date: Mon, 28 Jan 2019 04:23:17 -0000

----==_mimepart_5c4e83b239d78_11aa3fa6a1cd45c411280a1
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

afrind commented on this pull request.



> @@ -253,7 +253,16 @@ received.
 Each header block contains a Required Insert Count, the lowest possible value
 for the Insert Count with which the header block can be decoded. For a header
 block with no references to the dynamic table, the Required Insert Count is
-zero.
+zero.  For a header block with references to the dynamic table, the Required

Maybe move this one sentence earlier, where RIC is defined?

> @@ -253,7 +253,16 @@ received.
 Each header block contains a Required Insert Count, the lowest possible value
 for the Insert Count with which the header block can be decoded. For a header
 block with no references to the dynamic table, the Required Insert Count is
-zero.
+zero.  For a header block with references to the dynamic table, the Required
+Insert Count is one larger than the largest Absolute Index of all referenced
+dynamic table entries.
+
+If the decoder encounters a header block with a Required Insert Count value
+larger than defined here, it MAY treat this as a stream error of type

Maybe 'defined 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/pull/2368#pullrequestreview-196866791
----==_mimepart_5c4e83b239d78_11aa3fa6a1cd45c411280a1
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

<p><b>@afrind</b> commented on this pull request.</p>

<hr>

<p>In <a href="https://github.com/quicwg/base-drafts/pull/2368#discussion_r251274212">draft-ietf-quic-qpack.md</a>:</p>
<pre style='color:#555'>&gt; @@ -253,7 +253,16 @@ received.
 Each header block contains a Required Insert Count, the lowest possible value
 for the Insert Count with which the header block can be decoded. For a header
 block with no references to the dynamic table, the Required Insert Count is
-zero.
+zero.  For a header block with references to the dynamic table, the Required
</pre>
<p>Maybe move this one sentence earlier, where RIC is defined?</p>

<hr>

<p>In <a href="https://github.com/quicwg/base-drafts/pull/2368#discussion_r251279703">draft-ietf-quic-qpack.md</a>:</p>
<pre style='color:#555'>&gt; @@ -253,7 +253,16 @@ received.
 Each header block contains a Required Insert Count, the lowest possible value
 for the Insert Count with which the header block can be decoded. For a header
 block with no references to the dynamic table, the Required Insert Count is
-zero.
+zero.  For a header block with references to the dynamic table, the Required
+Insert Count is one larger than the largest Absolute Index of all referenced
+dynamic table entries.
+
+If the decoder encounters a header block with a Required Insert Count value
+larger than defined here, it MAY treat this as a stream error of type
</pre>
<p>Maybe 'defined above'?</p>

<p style="font-size:small;-webkit-text-size-adjust:none;color:#666;">&mdash;<br />You are receiving this because you are subscribed to this thread.<br />Reply to this email directly, <a href="https://github.com/quicwg/base-drafts/pull/2368#pullrequestreview-196866791">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AWbkqzLZxQw3RFkibyfpiFMzK7Ja6yd5ks5vHnsygaJpZM4aPPGW">mute the thread</a>.<img src="https://github.com/notifications/beacon/AWbkq0NisoUb8pvWws5oPeRRCaMQQWQEks5vHnsygaJpZM4aPPGW.gif" height="1" width="1" alt="" /></p>
<script type="application/json" data-scope="inboxmarkup">{"api_version":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name":"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"https://github.githubassets.com/images/email/message_cards/header.png","avatar_image_url":"https://github.githubassets.com/images/email/message_cards/avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/quicwg/base-drafts"}},"updates":{"snippets":[{"icon":"PERSON","message":"@afrind commented on #2368"}],"action":{"name":"View Pull Request","url":"https://github.com/quicwg/base-drafts/pull/2368#pullrequestreview-196866791"}}}</script>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/pull/2368#pullrequestreview-196866791",
"url": "https://github.com/quicwg/base-drafts/pull/2368#pullrequestreview-196866791",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>
----==_mimepart_5c4e83b239d78_11aa3fa6a1cd45c411280a1--


From nobody Sun Jan 27 20:36:49 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 4B849130F2D for <quic-issues@ietfa.amsl.com>; Sun, 27 Jan 2019 20:36:48 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -5.935
X-Spam-Level: 
X-Spam-Status: No, score=-5.935 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIMWL_WL_HIGH=-4.553, DKIM_SIGNED=0.1, DKIM_VALID=-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_PASS=-0.001] autolearn=ham autolearn_force=no
Authentication-Results: ietfa.amsl.com (amavisd-new); dkim=pass (1024-bit key) header.d=github.com
Received: from mail.ietf.org ([4.31.198.44]) by localhost (ietfa.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id rvsPDorIQrzf for <quic-issues@ietfa.amsl.com>; Sun, 27 Jan 2019 20:36:46 -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 403F0130ED9 for <quic-issues@ietf.org>; Sun, 27 Jan 2019 20:36:46 -0800 (PST)
DKIM-Signature: v=1; a=rsa-sha1; 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=3MvL/68um2e4UBuvkPEiQZyZajk=; b=BTfr8KDMNDfVXfzm xYXKn1r+tkkB9JyK3rKTIscFpbfjPHGvcj1OOusuDee9xMhZ06KjcTaiR28fEoUa iJangr5FiW0RUS1bGlYAMk1W7CpzmMwGsbtUxDEAKNDegxTj6IlH5Oeyy71plWeL G3KD0DV6I0ZW5C85JbeqDsltf5k=
Received: by filter0351p1iad2.sendgrid.net with SMTP id filter0351p1iad2-15608-5C4E86DD-5 2019-01-28 04:36:45.048776114 +0000 UTC m=+190463.001396941
Received: from github-lowworker-dcd58f3.cp1-iad.github.net (unknown [192.30.252.33]) by ismtpd0015p1iad2.sendgrid.net (SG) with ESMTP id vOANHwlzQoCUUqMEUzHiMw for <quic-issues@ietf.org>; Mon, 28 Jan 2019 04:36:45.100 +0000 (UTC)
Received: from github.com (localhost [127.0.0.1]) by github-lowworker-dcd58f3.cp1-iad.github.net (Postfix) with ESMTP id 0A339240BFE for <quic-issues@ietf.org>; Sun, 27 Jan 2019 20:36:45 -0800 (PST)
Date: Mon, 28 Jan 2019 04:36:45 +0000 (UTC)
From: afrind <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+0166e4ab6fa622d0f81bf3393db94569c65f59f57a299adc92cf00000001186648dd92a169ce17faf23c@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/pull/2366/review/196874320@github.com>
In-Reply-To: <quicwg/base-drafts/pull/2366@github.com>
References: <quicwg/base-drafts/pull/2366@github.com>
Subject: Re: [quicwg/base-drafts] Bikeshed Required Insert Count encoding. (#2366)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5c4e86dd86ca_34493f8a38ed45c0906d4"; 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
X-SG-EID: l64QuQ2uJCcEyUykJbxN122A6QRmEpucztpreh3Pak3AlThLBvT5duuZZwXcdkZSqQNaUMrAIcHuxu SngP87MoBl5VhUARNPfC7ScfgnBrWmjQer6pI5qlyHQPrONS4HMRXRFzSVXlOe8AV5XIYVDJLdil3g ZiuS6rgquyw52fLaKdNhsDAp4KleJ36mIu0urg/hw/TANzDmq5i4bka7IA==
Archived-At: <https://mailarchive.ietf.org/arch/msg/quic-issues/rx8g8VNq0vWoMktm48CAyd2XccQ>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
List-Id: Notification list for GitHub issues related to the QUIC WG <quic-issues.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=unsubscribe>
List-Archive: <https://mailarchive.ietf.org/arch/browse/quic-issues/>
List-Post: <mailto:quic-issues@ietf.org>
List-Help: <mailto:quic-issues-request@ietf.org?subject=help>
List-Subscribe: <https://www.ietf.org/mailman/listinfo/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=subscribe>
X-List-Received-Date: Mon, 28 Jan 2019 04:36:48 -0000

----==_mimepart_5c4e86dd86ca_34493f8a38ed45c0906d4
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

afrind commented on this pull request.



>  
 ~~~
-   EncodedInsertCount = (ReqInsertCount mod (2 * MaxEntries)) + 1
+   if ReqInsertCount == 0:
+      EncodedInsertCount = 0

nit: is the spacing identical in the if and else branches?

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/quicwg/base-drafts/pull/2366#pullrequestreview-196874320
----==_mimepart_5c4e86dd86ca_34493f8a38ed45c0906d4
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

<p><b>@afrind</b> commented on this pull request.</p>

<hr>

<p>In <a href="https://github.com/quicwg/base-drafts/pull/2366#discussion_r251280870">draft-ietf-quic-qpack.md</a>:</p>
<pre style='color:#555'>&gt;  
 ~~~
-   EncodedInsertCount = (ReqInsertCount mod (2 * MaxEntries)) + 1
+   if ReqInsertCount == 0:
+      EncodedInsertCount = 0
</pre>
<p>nit: is the spacing identical in the if and else branches?</p>

<p style="font-size:small;-webkit-text-size-adjust:none;color:#666;">&mdash;<br />You are receiving this because you are subscribed to this thread.<br />Reply to this email directly, <a href="https://github.com/quicwg/base-drafts/pull/2366#pullrequestreview-196874320">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AWbkqyLOWtZT32Fo22ssJJXAkZ7ovtWGks5vHn5dgaJpZM4aPJYD">mute the thread</a>.<img src="https://github.com/notifications/beacon/AWbkq_9haiZgGkr_fYmyIZy6q192YkQCks5vHn5dgaJpZM4aPJYD.gif" height="1" width="1" alt="" /></p>
<script type="application/json" data-scope="inboxmarkup">{"api_version":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name":"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"https://github.githubassets.com/images/email/message_cards/header.png","avatar_image_url":"https://github.githubassets.com/images/email/message_cards/avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/quicwg/base-drafts"}},"updates":{"snippets":[{"icon":"PERSON","message":"@afrind commented on #2366"}],"action":{"name":"View Pull Request","url":"https://github.com/quicwg/base-drafts/pull/2366#pullrequestreview-196874320"}}}</script>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/pull/2366#pullrequestreview-196874320",
"url": "https://github.com/quicwg/base-drafts/pull/2366#pullrequestreview-196874320",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>
----==_mimepart_5c4e86dd86ca_34493f8a38ed45c0906d4--


From nobody Sun Jan 27 20:39: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 72224130F9D for <quic-issues@ietfa.amsl.com>; Sun, 27 Jan 2019 20:39:29 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -11.149
X-Spam-Level: 
X-Spam-Status: No, score=-11.149 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIMWL_WL_HIGH=-4.553, 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_PASS=-0.001] autolearn=ham autolearn_force=no
Authentication-Results: ietfa.amsl.com (amavisd-new); dkim=pass (1024-bit key) header.d=github.com
Received: from mail.ietf.org ([4.31.198.44]) by localhost (ietfa.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id tSFC-Bw5RcnC for <quic-issues@ietfa.amsl.com>; Sun, 27 Jan 2019 20:39: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 150BB130FA0 for <quic-issues@ietf.org>; Sun, 27 Jan 2019 20:39:28 -0800 (PST)
Date: Sun, 27 Jan 2019 20:39:26 -0800
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1548650366; bh=aNbDluS6EtQ8rfAicAW/NT+k9tlmncsC+dp6QqaKb6c=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=TMrYceQMgClhcDCmScTYFQCDJdQUccUKM4S+EiL9WEAdb4ygSftWJZCzI47a4OBXE /UQoJuyyGzvlN70MMRZKuKlZ/T7oGK/1DdI5JNFt9LlJEiwx4x7h1FvhK3HxrhnT/P RGrCaf/o9ec6LgKk4DaClXUgJVFeFKlVGW+J/FxA=
From: erickinnear <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+0166e4ab7aeb7c7e153c70befc625fbc60318e03c47d46e692cf000000011866497e92a169ce180eb2c5@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/issues/2372/457996947@github.com>
In-Reply-To: <quicwg/base-drafts/issues/2372@github.com>
References: <quicwg/base-drafts/issues/2372@github.com>
Subject: Re: [quicwg/base-drafts] PATH_* frames should not be ACK-eliciting (#2372)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5c4e877edbe76_549e3f86d40d45b812448d9"; 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/BXfPskBvuk3nj4Sf52PmxSC8PfQ>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
List-Id: Notification list for GitHub issues related to the QUIC WG <quic-issues.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=unsubscribe>
List-Archive: <https://mailarchive.ietf.org/arch/browse/quic-issues/>
List-Post: <mailto:quic-issues@ietf.org>
List-Help: <mailto:quic-issues-request@ietf.org?subject=help>
List-Subscribe: <https://www.ietf.org/mailman/listinfo/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=subscribe>
X-List-Received-Date: Mon, 28 Jan 2019 04:39:29 -0000

----==_mimepart_5c4e877edbe76_549e3f86d40d45b812448d9
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

One potential thought: anything else that you bundle that would be ack-eliciting should also be considered an immediate migration and would cause the ack to come back on the new path, which means there's no issue. 
I think the new requirement would be: any frames considered probing packets that don't trigger migration should also be non ack-eliciting. 

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/quicwg/base-drafts/issues/2372#issuecomment-457996947
----==_mimepart_5c4e877edbe76_549e3f86d40d45b812448d9
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: quoted-printable

<p>One potential thought: anything else that you bundle that would be ack=
-eliciting should also be considered an immediate migration and would cau=
se the ack to come back on the new path, which means there's no issue.<br=
>
I think the new requirement would be: any frames considered probing packe=
ts that don't trigger migration should also be non ack-eliciting.</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/2372#issuecomment-457996947">view it on GitHub</a>,=
 or <a href=3D"https://github.com/notifications/unsubscribe-auth/AWbkq0cs=
DxGwPFmugpxaw67tNS1focEJks5vHn7-gaJpZM4aVCpa">mute the thread</a>.<img sr=
c=3D"https://github.com/notifications/beacon/AWbkq6ysAu2q7GzGmZ4P1VLf8jIb=
QQrbks5vHn7-gaJpZM4aVCpa.gif" height=3D"1" width=3D"1" alt=3D"" /></p>
<script type=3D"application/json" data-scope=3D"inboxmarkup">{"api_versio=
n":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name"=
:"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"=
quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"http=
s://github.githubassets.com/images/email/message_cards/header.png","avata=
r_image_url":"https://github.githubassets.com/images/email/message_cards/=
avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/q=
uicwg/base-drafts"}},"updates":{"snippets":[{"icon":"PERSON","message":"@=
erickinnear in #2372: One potential thought: anything else that you bundl=
e that would be ack-eliciting should also be considered an immediate migr=
ation and would cause the ack to come back on the new path, which means t=
here's no issue. \r\nI think the new requirement would be: any frames con=
sidered probing packets that don't trigger migration should also be non a=
ck-eliciting. "}],"action":{"name":"View Issue","url":"https://github.com=
/quicwg/base-drafts/issues/2372#issuecomment-457996947"}}}</script>
<script type=3D"application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/issues/2372#issuecomment=
-457996947",
"url": "https://github.com/quicwg/base-drafts/issues/2372#issuecomment-45=
7996947",
"name": "View Issue"
},
"description": "View this Issue on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>=

----==_mimepart_5c4e877edbe76_549e3f86d40d45b812448d9--


From nobody Sun Jan 27 20:41: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 87F2B130FA0 for <quic-issues@ietfa.amsl.com>; Sun, 27 Jan 2019 20:41:56 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -11.149
X-Spam-Level: 
X-Spam-Status: No, score=-11.149 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIMWL_WL_HIGH=-4.553, 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_PASS=-0.001] autolearn=ham autolearn_force=no
Authentication-Results: ietfa.amsl.com (amavisd-new); dkim=pass (1024-bit key) header.d=github.com
Received: from mail.ietf.org ([4.31.198.44]) by localhost (ietfa.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id p6pLJ7layCmx for <quic-issues@ietfa.amsl.com>; Sun, 27 Jan 2019 20:41:55 -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 0FF03130F8B for <quic-issues@ietf.org>; Sun, 27 Jan 2019 20:41:55 -0800 (PST)
Date: Sun, 27 Jan 2019 20:41:54 -0800
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1548650514; bh=v+XAz4mx6tShV03MUGWNk4P1WLFAGwluWIVJe/+v4jk=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=Q/syrUhHj4DcJBDU5rgpsoNo72e1C19i3lby7kpFHERBAq0pT5Ed/siq1uCHHjrpP j0PSNMcUrE/QrPnhFQeHZr463xBLI0MFF9UlNDbfvt0v9R9PbF52Gc5DtYZwPybPFF O6pPnoMl9f7W5bHS8/RLzY5ur3CZ8dCRqTFPg9VA=
From: Marten Seemann <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+0166e4aba9247feafe90dca6b352cffba30c2dfaf596f95892cf0000000118664a1292a169ce1784eaec@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/issues/2267/457997260@github.com>
In-Reply-To: <quicwg/base-drafts/issues/2267@github.com>
References: <quicwg/base-drafts/issues/2267@github.com>
Subject: Re: [quicwg/base-drafts] loss of only two packets can lead to an unrecoverable situation (#2267)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5c4e88123a1b1_d743fd1ed0d45b8971336"; 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/87p8oIpXCRrWK93JvK_4Vhh-YRk>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
List-Id: Notification list for GitHub issues related to the QUIC WG <quic-issues.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=unsubscribe>
List-Archive: <https://mailarchive.ietf.org/arch/browse/quic-issues/>
List-Post: <mailto:quic-issues@ietf.org>
List-Help: <mailto:quic-issues-request@ietf.org?subject=help>
List-Subscribe: <https://www.ietf.org/mailman/listinfo/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=subscribe>
X-List-Received-Date: Mon, 28 Jan 2019 04:41:56 -0000

----==_mimepart_5c4e88123a1b1_d743fd1ed0d45b8971336
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

The issue is that the ACK for the CFIN is lost.

I think the cleanest solution here is making the server send a HANDSHAKE_DONE frame in 1-RTT once the handshake is complete. At this point, it can immediately drop the Handshake keys. The HANDSHAKE_DONE is retransmitted according to normal 1-RTT retransmission rules, and as soon as the client receives it, it also drops Handshake keys and switches loss recovery to 1-RTT mode.


-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/quicwg/base-drafts/issues/2267#issuecomment-457997260
----==_mimepart_5c4e88123a1b1_d743fd1ed0d45b8971336
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: quoted-printable

<p>The issue is that the ACK for the CFIN is lost.</p>
<p>I think the cleanest solution here is making the server send a HANDSHA=
KE_DONE frame in 1-RTT once the handshake is complete. At this point, it =
can immediately drop the Handshake keys. The HANDSHAKE_DONE is retransmit=
ted according to normal 1-RTT retransmission rules, and as soon as the cl=
ient receives it, it also drops Handshake keys and switches loss recovery=
 to 1-RTT mode.</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/2267#issuecomment-457997260">view it on GitHub</a>,=
 or <a href=3D"https://github.com/notifications/unsubscribe-auth/AWbkq2jh=
_4FocGekMl-NcuqYoP6J6BVIks5vHn-SgaJpZM4ZjodA">mute the thread</a>.<img sr=
c=3D"https://github.com/notifications/beacon/AWbkq9q1jMRqiFnZ7ASL8ylsTzW8=
aYKrks5vHn-SgaJpZM4ZjodA.gif" height=3D"1" width=3D"1" alt=3D"" /></p>
<script type=3D"application/json" data-scope=3D"inboxmarkup">{"api_versio=
n":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name"=
:"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"=
quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"http=
s://github.githubassets.com/images/email/message_cards/header.png","avata=
r_image_url":"https://github.githubassets.com/images/email/message_cards/=
avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/q=
uicwg/base-drafts"}},"updates":{"snippets":[{"icon":"PERSON","message":"@=
marten-seemann in #2267: The issue is that the ACK for the CFIN is lost.\=
r\n\r\nI think the cleanest solution here is making the server send a HAN=
DSHAKE_DONE frame in 1-RTT once the handshake is complete. At this point,=
 it can immediately drop the Handshake keys. The HANDSHAKE_DONE is retran=
smitted according to normal 1-RTT retransmission rules, and as soon as th=
e client receives it, it also drops Handshake keys and switches loss reco=
very to 1-RTT mode.\r\n"}],"action":{"name":"View Issue","url":"https://g=
ithub.com/quicwg/base-drafts/issues/2267#issuecomment-457997260"}}}</scri=
pt>
<script type=3D"application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/issues/2267#issuecomment=
-457997260",
"url": "https://github.com/quicwg/base-drafts/issues/2267#issuecomment-45=
7997260",
"name": "View Issue"
},
"description": "View this Issue on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>=

----==_mimepart_5c4e88123a1b1_d743fd1ed0d45b8971336--


From nobody Sun Jan 27 20:53: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 2276B130F9D for <quic-issues@ietfa.amsl.com>; Sun, 27 Jan 2019 20:53:10 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -11.007
X-Spam-Level: 
X-Spam-Status: No, score=-11.007 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIMWL_WL_HIGH=-4.553, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, HTML_IMAGE_ONLY_20=1.546, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-1, RCVD_IN_DNSWL_HI=-5, SPF_PASS=-0.001] autolearn=ham autolearn_force=no
Authentication-Results: ietfa.amsl.com (amavisd-new); dkim=pass (1024-bit key) header.d=github.com
Received: from mail.ietf.org ([4.31.198.44]) by localhost (ietfa.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id TKgqUE5bGb5F for <quic-issues@ietfa.amsl.com>; Sun, 27 Jan 2019 20:53: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 AA55E130F8B for <quic-issues@ietf.org>; Sun, 27 Jan 2019 20:53:08 -0800 (PST)
Date: Sun, 27 Jan 2019 20:53:08 -0800
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1548651188; bh=3WnynWlPQ08nRPm/+lBmwd5YfWtu7yrttpd57GtNkQg=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=HY/HhquHMMw60UfuPnDyVKGWWX/kdClPbpxVOID9JzN6rasuyPE/TvIv77pWWPtyj 3OaxaYsk3wA1etPwd+OpOV/cyLaWikFSSJK8IgbE3JT9Zf1cG60mwgqZWArs9E8csm /XGKxZQ3UqCa+iVixhI5z59MwfFX6BK1o/t0Q8c8=
From: Christian Huitema <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+0166e4ab091b944cd8b33fa4a647e388d4a778f1a59a403592cf0000000118664cb492a169ce1784eaec@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/issues/2267/457998594@github.com>
In-Reply-To: <quicwg/base-drafts/issues/2267@github.com>
References: <quicwg/base-drafts/issues/2267@github.com>
Subject: Re: [quicwg/base-drafts] loss of only two packets can lead to an unrecoverable situation (#2267)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5c4e8ab4d4d3_6d0a3fdff48d45b47586d7"; 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/g7o4N8VXEkS9-nmitHPedLLuE3c>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
List-Id: Notification list for GitHub issues related to the QUIC WG <quic-issues.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=unsubscribe>
List-Archive: <https://mailarchive.ietf.org/arch/browse/quic-issues/>
List-Post: <mailto:quic-issues@ietf.org>
List-Help: <mailto:quic-issues-request@ietf.org?subject=help>
List-Subscribe: <https://www.ietf.org/mailman/listinfo/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=subscribe>
X-List-Received-Date: Mon, 28 Jan 2019 04:53:10 -0000

----==_mimepart_5c4e8ab4d4d3_6d0a3fdff48d45b47586d7
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

Yes, adding an handshake done frame would be a very 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/2267#issuecomment-457998594
----==_mimepart_5c4e8ab4d4d3_6d0a3fdff48d45b47586d7
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

<p>Yes, adding an handshake done frame would be a very 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/2267#issuecomment-457998594">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AWbkqxgyJHqWdXIWTJQ9wcQAEYT5nmcYks5vHoI0gaJpZM4ZjodA">mute the thread</a>.<img src="https://github.com/notifications/beacon/AWbkq3wsY_vecnkM8f2xy9qn8pQABag2ks5vHoI0gaJpZM4ZjodA.gif" height="1" width="1" alt="" /></p>
<script type="application/json" data-scope="inboxmarkup">{"api_version":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name":"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"https://github.githubassets.com/images/email/message_cards/header.png","avatar_image_url":"https://github.githubassets.com/images/email/message_cards/avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/quicwg/base-drafts"}},"updates":{"snippets":[{"icon":"PERSON","message":"@huitema in #2267: Yes, adding an handshake done frame would be a very good idea"}],"action":{"name":"View Issue","url":"https://github.com/quicwg/base-drafts/issues/2267#issuecomment-457998594"}}}</script>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/issues/2267#issuecomment-457998594",
"url": "https://github.com/quicwg/base-drafts/issues/2267#issuecomment-457998594",
"name": "View Issue"
},
"description": "View this Issue on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>
----==_mimepart_5c4e8ab4d4d3_6d0a3fdff48d45b47586d7--


From nobody Sun Jan 27 20:56: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 E19FE130F9D for <quic-issues@ietfa.amsl.com>; Sun, 27 Jan 2019 20:56:12 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -11.149
X-Spam-Level: 
X-Spam-Status: No, score=-11.149 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIMWL_WL_HIGH=-4.553, 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_PASS=-0.001] autolearn=ham autolearn_force=no
Authentication-Results: ietfa.amsl.com (amavisd-new); dkim=pass (1024-bit key) header.d=github.com
Received: from mail.ietf.org ([4.31.198.44]) by localhost (ietfa.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id spuV1ap6lHhm for <quic-issues@ietfa.amsl.com>; Sun, 27 Jan 2019 20:56: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 408AD130F8B for <quic-issues@ietf.org>; Sun, 27 Jan 2019 20:56:11 -0800 (PST)
Date: Sun, 27 Jan 2019 20:56:10 -0800
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1548651370; bh=9OhLqOWPlH1rPFN4vncPmNGMf6aCMdlzroWXBUMAhF8=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=SfE1bms33ysuDOvSe5mY2yeLz8k6RJz7Wrx2fINXlKnXdOQwvVCeKhXRdY0b551P1 XpTNufDyLhPPaLqiVjBY6fI746fGXyJoDSM2s0yIzAFsJ/nBmnsmVlZtdb4vzI05+4 imWQtajbtWnxZGdvnG28o0VrFfAvsR5fu6NtsAP4=
From: Kazuho Oku <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+0166e4ab4ce6c422c5271d04b3bcf17b6e2bfbe24cca9a7a92cf0000000118664d6a92a169ce180eb2c5@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/issues/2372/457999005@github.com>
In-Reply-To: <quicwg/base-drafts/issues/2372@github.com>
References: <quicwg/base-drafts/issues/2372@github.com>
Subject: Re: [quicwg/base-drafts] PATH_* frames should not be ACK-eliciting (#2372)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5c4e8b6a5fe09_1f23fc4de2d45b4463196"; 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/r7SqzOm1ls4h3O7VLJcyVg96_4U>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
List-Id: Notification list for GitHub issues related to the QUIC WG <quic-issues.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=unsubscribe>
List-Archive: <https://mailarchive.ietf.org/arch/browse/quic-issues/>
List-Post: <mailto:quic-issues@ietf.org>
List-Help: <mailto:quic-issues-request@ietf.org?subject=help>
List-Subscribe: <https://www.ietf.org/mailman/listinfo/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=subscribe>
X-List-Received-Date: Mon, 28 Jan 2019 04:56:13 -0000

----==_mimepart_5c4e8b6a5fe09_1f23fc4de2d45b4463196
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

I think the issue is if we want probing packet to not be ACK-eliciting.

If the answer is yes, then we should consider what to do with other types of frames that are allowed to be included in a path probing packet: i.e., PATH_RESPONSE, NEW_CONNECTION_ID. I'd assume that we at least want NEW_CONNECTION_ID frame to be ACK-eliciting.

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/quicwg/base-drafts/issues/2372#issuecomment-457999005
----==_mimepart_5c4e8b6a5fe09_1f23fc4de2d45b4463196
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: quoted-printable

<p>I think the issue is if we want probing packet to not be ACK-eliciting=
.</p>
<p>If the answer is yes, then we should consider what to do with other ty=
pes of frames that are allowed to be included in a path probing packet: i=
.e., PATH_RESPONSE, NEW_CONNECTION_ID. I'd assume that we at least want N=
EW_CONNECTION_ID frame to be ACK-eliciting.</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/2372#issuecomment-457999005">view it on GitHub</a>,=
 or <a href=3D"https://github.com/notifications/unsubscribe-auth/AWbkq9V9=
v8gcbh4TXV1b6SxMqDu_dc0Wks5vHoLqgaJpZM4aVCpa">mute the thread</a>.<img sr=
c=3D"https://github.com/notifications/beacon/AWbkq-9D91Q59LK7VkioUcjZru7L=
1MKAks5vHoLqgaJpZM4aVCpa.gif" height=3D"1" width=3D"1" alt=3D"" /></p>
<script type=3D"application/json" data-scope=3D"inboxmarkup">{"api_versio=
n":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name"=
:"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"=
quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"http=
s://github.githubassets.com/images/email/message_cards/header.png","avata=
r_image_url":"https://github.githubassets.com/images/email/message_cards/=
avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/q=
uicwg/base-drafts"}},"updates":{"snippets":[{"icon":"PERSON","message":"@=
kazuho in #2372: I think the issue is if we want probing packet to not be=
 ACK-eliciting.\r\n\r\nIf the answer is yes, then we should consider what=
 to do with other types of frames that are allowed to be included in a pa=
th probing packet: i.e., PATH_RESPONSE, NEW_CONNECTION_ID. I'd assume tha=
t we at least want NEW_CONNECTION_ID frame to be ACK-eliciting."}],"actio=
n":{"name":"View Issue","url":"https://github.com/quicwg/base-drafts/issu=
es/2372#issuecomment-457999005"}}}</script>
<script type=3D"application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/issues/2372#issuecomment=
-457999005",
"url": "https://github.com/quicwg/base-drafts/issues/2372#issuecomment-45=
7999005",
"name": "View Issue"
},
"description": "View this Issue on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>=

----==_mimepart_5c4e8b6a5fe09_1f23fc4de2d45b4463196--


From nobody Sun Jan 27 21: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 0D30F130FA2 for <quic-issues@ietfa.amsl.com>; Sun, 27 Jan 2019 21:03:36 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -12.553
X-Spam-Level: 
X-Spam-Status: No, score=-12.553 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIMWL_WL_HIGH=-4.553, 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_PASS=-0.001] autolearn=ham autolearn_force=no
Authentication-Results: ietfa.amsl.com (amavisd-new); dkim=pass (1024-bit key) header.d=github.com
Received: from mail.ietf.org ([4.31.198.44]) by localhost (ietfa.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id lfRB2HiQneP1 for <quic-issues@ietfa.amsl.com>; Sun, 27 Jan 2019 21:03: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 E6BD0130FA8 for <quic-issues@ietf.org>; Sun, 27 Jan 2019 21:03:33 -0800 (PST)
Date: Sun, 27 Jan 2019 21:03:33 -0800
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1548651813; bh=eIccXUaLx+bKlgMU56SEGrYPItnFifGDPmaqFhl6wGo=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=LQkqZZaaAX6IM61qJ49pWEJbXrwCt2rpOtR5YNA07aTuozFKRZGR4YyCQN3k6X0HF mHcPMK7Kp1PBe4+OO4SPWQgwEeyCLgMi3fa+8nhUlmf+bl4BLODT4ztKEvLf/AN4HA RSgvRvN/b0R9pF0n7NZfnCS+QcFPcrEA/61ixI6g=
From: Kazuho Oku <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+0166e4abb8eeb09b0950f4576805ee8f5da15f2b7b7c660e92cf0000000118664f2492a169ce1784eaec@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/issues/2267/457999885@github.com>
In-Reply-To: <quicwg/base-drafts/issues/2267@github.com>
References: <quicwg/base-drafts/issues/2267@github.com>
Subject: Re: [quicwg/base-drafts] loss of only two packets can lead to an unrecoverable situation (#2267)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5c4e8d2575d_7c843fa24f6d45bc1117695"; 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/m8omfqC9Da-eXWD_nKuj0dH17ao>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
List-Id: Notification list for GitHub issues related to the QUIC WG <quic-issues.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=unsubscribe>
List-Archive: <https://mailarchive.ietf.org/arch/browse/quic-issues/>
List-Post: <mailto:quic-issues@ietf.org>
List-Help: <mailto:quic-issues-request@ietf.org?subject=help>
List-Subscribe: <https://www.ietf.org/mailman/listinfo/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=subscribe>
X-List-Received-Date: Mon, 28 Jan 2019 05:03:36 -0000

----==_mimepart_5c4e8d2575d_7c843fa24f6d45bc1117695
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

@marten-seemann 
> I think the cleanest solution here is making the server send a HANDSHAKE_DONE frame in 1-RTT once the handshake is complete. At this point, it can immediately drop the Handshake keys.

That's much more aggressive than what is required now.

At the moment, we keep the handshake keys 3 PTO after the client learns that all the handshake data have been received by the server (see 
https://github.com/quicwg/base-drafts/issues/2267#issuecomment-455036849).

I think it makes sense to use a 3 PTO timer to avoid having negative side-effects to the congestion controller, and I do not understand why we need an explicit signal (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/issues/2267#issuecomment-457999885
----==_mimepart_5c4e8d2575d_7c843fa24f6d45bc1117695
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=3D1478487" data-octo-click=3D"hovercard-link-c=
lick" data-octo-dimensions=3D"link_type:self" href=3D"https://github.com/=
marten-seemann">@marten-seemann</a></p>
<blockquote>
<p>I think the cleanest solution here is making the server send a HANDSHA=
KE_DONE frame in 1-RTT once the handshake is complete. At this point, it =
can immediately drop the Handshake keys.</p>
</blockquote>
<p>That's much more aggressive than what is required now.</p>
<p>At the moment, we keep the handshake keys 3 PTO after the client learn=
s that all the handshake data have been received by the server (see<br>
<a class=3D"issue-link js-issue-link" data-error-text=3D"Failed to load i=
ssue title" data-id=3D"394586860" data-permission-text=3D"Issue title is =
private" data-url=3D"https://github.com/quicwg/base-drafts/issues/2267" d=
ata-hovercard-type=3D"issue" data-hovercard-url=3D"/quicwg/base-drafts/is=
sues/2267/hovercard?comment_id=3D455036849&amp;comment_type=3Dissue_comme=
nt" href=3D"https://github.com/quicwg/base-drafts/issues/2267#issuecommen=
t-455036849">#2267 (comment)</a>).</p>
<p>I think it makes sense to use a 3 PTO timer to avoid having negative s=
ide-effects to the congestion controller, and I do not understand why we =
need an explicit signal (Handshake_Done).</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/2267#issuecomment-457999885">view it on GitHub</a>,=
 or <a href=3D"https://github.com/notifications/unsubscribe-auth/AWbkq2MA=
IS0j9GJ9war4jWmnJNGTKrgqks5vHoSlgaJpZM4ZjodA">mute the thread</a>.<img sr=
c=3D"https://github.com/notifications/beacon/AWbkq8q0DtzaxeeZBSe4omeaLb6p=
LGQAks5vHoSlgaJpZM4ZjodA.gif" height=3D"1" width=3D"1" alt=3D"" /></p>
<script type=3D"application/json" data-scope=3D"inboxmarkup">{"api_versio=
n":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name"=
:"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"=
quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"http=
s://github.githubassets.com/images/email/message_cards/header.png","avata=
r_image_url":"https://github.githubassets.com/images/email/message_cards/=
avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/q=
uicwg/base-drafts"}},"updates":{"snippets":[{"icon":"PERSON","message":"@=
kazuho in #2267: @marten-seemann \r\n\u003e I think the cleanest solution=
 here is making the server send a HANDSHAKE_DONE frame in 1-RTT once the =
handshake is complete. At this point, it can immediately drop the Handsha=
ke keys.\r\n\r\nThat's much more aggressive than what is required now.\r\=
n\r\nAt the moment, we keep the handshake keys 3 PTO after the client lea=
rns that all the handshake data have been received by the server (see \r\=
nhttps://github.com/quicwg/base-drafts/issues/2267#issuecomment-455036849=
).\r\n\r\nI think it makes sense to use a 3 PTO timer to avoid having neg=
ative side-effects to the congestion controller, and I do not understand =
why we need an explicit signal (Handshake_Done)."}],"action":{"name":"Vie=
w Issue","url":"https://github.com/quicwg/base-drafts/issues/2267#issueco=
mment-457999885"}}}</script>
<script type=3D"application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/issues/2267#issuecomment=
-457999885",
"url": "https://github.com/quicwg/base-drafts/issues/2267#issuecomment-45=
7999885",
"name": "View Issue"
},
"description": "View this Issue on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>=

----==_mimepart_5c4e8d2575d_7c843fa24f6d45bc1117695--


From nobody Sun Jan 27 21:06: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 0545F130F9D for <quic-issues@ietfa.amsl.com>; Sun, 27 Jan 2019 21:06:06 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -10.935
X-Spam-Level: 
X-Spam-Status: No, score=-10.935 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIMWL_WL_HIGH=-4.553, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, HTML_IMAGE_ONLY_24=1.618, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-1, RCVD_IN_DNSWL_HI=-5, SPF_PASS=-0.001] autolearn=ham autolearn_force=no
Authentication-Results: ietfa.amsl.com (amavisd-new); dkim=pass (1024-bit key) header.d=github.com
Received: from mail.ietf.org ([4.31.198.44]) by localhost (ietfa.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id hyrX6PUaG7fo for <quic-issues@ietfa.amsl.com>; Sun, 27 Jan 2019 21:06:04 -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 73019130F8B for <quic-issues@ietf.org>; Sun, 27 Jan 2019 21:06:04 -0800 (PST)
Date: Sun, 27 Jan 2019 21:06:03 -0800
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1548651963; bh=v3sfvVSKStocy/iSErt6qXjuGu5xE9t5e076r384APg=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=fSpQWMICF9xemhHLhoPsjfMrZoe7PsGwCdj2LZQesJrGGN5FtdEUsyi0LnDnW8CYg 93K0Voie7G0AGi1RTcfDSxxu7FtgFmadNEVgpdQTLLmH6hYaqGZlVorDIxzdvoHKZL 3NJJ5hYMQuhBNHaoJN3D5Gy18yfAzI4hiJqAFASA=
From: Kazuho Oku <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+0166e4abe2453d46003496235345bd544f0e323b4da6a5e292cf0000000118664fbb92a169ce17e00219@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/issues/2344/458000211@github.com>
In-Reply-To: <quicwg/base-drafts/issues/2344@github.com>
References: <quicwg/base-drafts/issues/2344@github.com>
Subject: Re: [quicwg/base-drafts] RESET_STREAM should be allowed in 0-RTT packets (#2344)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5c4e8dbbc4728_2e4c3fc4de2d45b41998aa"; 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/udVQ0nVVMYOEH1ZvQQy5Q4A5BuI>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
List-Id: Notification list for GitHub issues related to the QUIC WG <quic-issues.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=unsubscribe>
List-Archive: <https://mailarchive.ietf.org/arch/browse/quic-issues/>
List-Post: <mailto:quic-issues@ietf.org>
List-Help: <mailto:quic-issues-request@ietf.org?subject=help>
List-Subscribe: <https://www.ietf.org/mailman/listinfo/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=subscribe>
X-List-Received-Date: Mon, 28 Jan 2019 05:06:06 -0000

----==_mimepart_5c4e8dbbc4728_2e4c3fc4de2d45b41998aa
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

@marten-seemann 3 PTO is not going to defend the server here, because an attacker can control the value. It can delay the Initial packets that it sends (carrying ACKs) so that PTO becomes huge.

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/quicwg/base-drafts/issues/2344#issuecomment-458000211
----==_mimepart_5c4e8dbbc4728_2e4c3fc4de2d45b41998aa
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> 3 PTO is not going to defend the server here, because an attacker can control the value. It can delay the Initial packets that it sends (carrying ACKs) so that PTO becomes huge.</p>

<p style="font-size:small;-webkit-text-size-adjust:none;color:#666;">&mdash;<br />You are receiving this because you are subscribed to this thread.<br />Reply to this email directly, <a href="https://github.com/quicwg/base-drafts/issues/2344#issuecomment-458000211">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AWbkq4jvu-dd4KAGpUaYByg3Ir-prL9kks5vHoU7gaJpZM4aHKE6">mute the thread</a>.<img src="https://github.com/notifications/beacon/AWbkq6hmL4AxGzuGNu08n3_S8_DXFPsFks5vHoU7gaJpZM4aHKE6.gif" height="1" width="1" alt="" /></p>
<script type="application/json" data-scope="inboxmarkup">{"api_version":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name":"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"https://github.githubassets.com/images/email/message_cards/header.png","avatar_image_url":"https://github.githubassets.com/images/email/message_cards/avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/quicwg/base-drafts"}},"updates":{"snippets":[{"icon":"PERSON","message":"@kazuho in #2344: @marten-seemann 3 PTO is not going to defend the server here, because an attacker can control the value. It can delay the Initial packets that it sends (carrying ACKs) so that PTO becomes huge."}],"action":{"name":"View Issue","url":"https://github.com/quicwg/base-drafts/issues/2344#issuecomment-458000211"}}}</script>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/issues/2344#issuecomment-458000211",
"url": "https://github.com/quicwg/base-drafts/issues/2344#issuecomment-458000211",
"name": "View Issue"
},
"description": "View this Issue on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>
----==_mimepart_5c4e8dbbc4728_2e4c3fc4de2d45b41998aa--


From nobody Sun Jan 27 21:07: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 71603130FA5 for <quic-issues@ietfa.amsl.com>; Sun, 27 Jan 2019 21:07:04 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -10.935
X-Spam-Level: 
X-Spam-Status: No, score=-10.935 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIMWL_WL_HIGH=-4.553, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, HTML_IMAGE_ONLY_24=1.618, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-1, RCVD_IN_DNSWL_HI=-5, SPF_PASS=-0.001] autolearn=ham autolearn_force=no
Authentication-Results: ietfa.amsl.com (amavisd-new); dkim=pass (1024-bit key) header.d=github.com
Received: from mail.ietf.org ([4.31.198.44]) by localhost (ietfa.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id nEWLhnSxHX9w for <quic-issues@ietfa.amsl.com>; Sun, 27 Jan 2019 21:07: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 1C80C130F8B for <quic-issues@ietf.org>; Sun, 27 Jan 2019 21:07:03 -0800 (PST)
Date: Sun, 27 Jan 2019 21:07:02 -0800
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1548652022; bh=c08/vogTwe2qOv3pDdvVdjjjB6YxQF19n0BS0cOBqow=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=W3pARMrZaZ23WxA5HQOaODQXWoC+UeqNo4uWC0TvIUWukZTx822NqUqOKWeuIY31w 7ZrjDXsPg0dp5H/GjfQqJZDVlu+BsUDSMEcbM+8jZ8QXO6eg+57eR78A9yYHUfvKm/ aBppqwQlG4u3QFDphpIoaWsLhVaGDKLTPs18jUOI=
From: ianswett <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+0166e4abeca7400dd57c34e47ad4db8017788ffb56ca65b692cf0000000118664ff692a169ce180ed95d@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/pull/2373/c458000336@github.com>
In-Reply-To: <quicwg/base-drafts/pull/2373@github.com>
References: <quicwg/base-drafts/pull/2373@github.com>
Subject: Re: [quicwg/base-drafts] STOP_SENDING to cancel a push (#2373)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5c4e8df65c9fd_12843f89664d45c07775ed"; 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/w2CLGPN6fUVkyaM6MMkykmWKjmw>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
List-Id: Notification list for GitHub issues related to the QUIC WG <quic-issues.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=unsubscribe>
List-Archive: <https://mailarchive.ietf.org/arch/browse/quic-issues/>
List-Post: <mailto:quic-issues@ietf.org>
List-Help: <mailto:quic-issues-request@ietf.org?subject=help>
List-Subscribe: <https://www.ietf.org/mailman/listinfo/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=subscribe>
X-List-Received-Date: Mon, 28 Jan 2019 05:07:04 -0000

----==_mimepart_5c4e8df65c9fd_12843f89664d45c07775ed
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

Good point, I misread the existing text.  I'd like this section to be a bit clearer, but I don't have any concrete suggestions at the moment.

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/quicwg/base-drafts/pull/2373#issuecomment-458000336
----==_mimepart_5c4e8df65c9fd_12843f89664d45c07775ed
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

<p>Good point, I misread the existing text.  I'd like this section to be a bit clearer, but I don't have any concrete suggestions at the moment.</p>

<p style="font-size:small;-webkit-text-size-adjust:none;color:#666;">&mdash;<br />You are receiving this because you are subscribed to this thread.<br />Reply to this email directly, <a href="https://github.com/quicwg/base-drafts/pull/2373#issuecomment-458000336">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AWbkq5XsAZoUxZ9hbb2bqfagERMSBabFks5vHoV2gaJpZM4aVFmD">mute the thread</a>.<img src="https://github.com/notifications/beacon/AWbkqxRhsVd7Y9nHNfSsuy3lAquMXoEEks5vHoV2gaJpZM4aVFmD.gif" height="1" width="1" alt="" /></p>
<script type="application/json" data-scope="inboxmarkup">{"api_version":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name":"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"https://github.githubassets.com/images/email/message_cards/header.png","avatar_image_url":"https://github.githubassets.com/images/email/message_cards/avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/quicwg/base-drafts"}},"updates":{"snippets":[{"icon":"PERSON","message":"@ianswett in #2373: Good point, I misread the existing text.  I'd like this section to be a bit clearer, but I don't have any concrete suggestions at the moment."}],"action":{"name":"View Pull Request","url":"https://github.com/quicwg/base-drafts/pull/2373#issuecomment-458000336"}}}</script>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/pull/2373#issuecomment-458000336",
"url": "https://github.com/quicwg/base-drafts/pull/2373#issuecomment-458000336",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>
----==_mimepart_5c4e8df65c9fd_12843f89664d45c07775ed--


From nobody Sun Jan 27 21:07: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 06FFE130F8B for <quic-issues@ietfa.amsl.com>; Sun, 27 Jan 2019 21:07:05 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -10.935
X-Spam-Level: 
X-Spam-Status: No, score=-10.935 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIMWL_WL_HIGH=-4.553, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, HTML_IMAGE_ONLY_24=1.618, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-1, RCVD_IN_DNSWL_HI=-5, SPF_PASS=-0.001] autolearn=ham autolearn_force=no
Authentication-Results: ietfa.amsl.com (amavisd-new); dkim=pass (1024-bit key) header.d=github.com
Received: from mail.ietf.org ([4.31.198.44]) by localhost (ietfa.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id OH6gTbyS_8_0 for <quic-issues@ietfa.amsl.com>; Sun, 27 Jan 2019 21:07:03 -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 9DFCC130FA3 for <quic-issues@ietf.org>; Sun, 27 Jan 2019 21:07:03 -0800 (PST)
Date: Sun, 27 Jan 2019 21:07:02 -0800
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1548652022; bh=G5xXRvZ5EcZQUsTmLUsxFJ8NiBbMchOfypl7u6879KI=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=b7Sv5Pfjs1UfNOZvsQ9TUOdb0JaZZkSZGHsoPz62KPT3sn1xmlFoswD/79fKlzQmk pX76V4SSryv9+USU1QgoCy3fy01aJHEIWHte1aKYXQ8Xo0zfK7LyEH3VLMHnhrDxl5 G+eA9KcHR9WKucw1l2XH69G9RK7PvjTOF/U6xR+k=
From: ianswett <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+0166e4abeca7400dd57c34e47ad4db8017788ffb56ca65b692cf0000000118664ff692a169ce180ed95d@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/pull/2373/issue_event/2099811013@github.com>
In-Reply-To: <quicwg/base-drafts/pull/2373@github.com>
References: <quicwg/base-drafts/pull/2373@github.com>
Subject: Re: [quicwg/base-drafts] STOP_SENDING to cancel a push (#2373)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5c4e8df6e25a6_1f23fc4de2d45b44876f6"; 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/xm-_UkwWPr32qNMK1leDamrHm4k>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
List-Id: Notification list for GitHub issues related to the QUIC WG <quic-issues.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=unsubscribe>
List-Archive: <https://mailarchive.ietf.org/arch/browse/quic-issues/>
List-Post: <mailto:quic-issues@ietf.org>
List-Help: <mailto:quic-issues-request@ietf.org?subject=help>
List-Subscribe: <https://www.ietf.org/mailman/listinfo/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=subscribe>
X-List-Received-Date: Mon, 28 Jan 2019 05:07:05 -0000

----==_mimepart_5c4e8df6e25a6_1f23fc4de2d45b44876f6
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

Closed #2373.

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/quicwg/base-drafts/pull/2373#event-2099811013
----==_mimepart_5c4e8df6e25a6_1f23fc4de2d45b44876f6
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="403626333" data-permission-text="Issue title is private" data-url="https://github.com/quicwg/base-drafts/issues/2373" data-hovercard-type="pull_request" data-hovercard-url="/quicwg/base-drafts/pull/2373/hovercard" href="https://github.com/quicwg/base-drafts/pull/2373">#2373</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/2373#event-2099811013">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AWbkq5XsAZoUxZ9hbb2bqfagERMSBabFks5vHoV2gaJpZM4aVFmD">mute the thread</a>.<img src="https://github.com/notifications/beacon/AWbkqxRhsVd7Y9nHNfSsuy3lAquMXoEEks5vHoV2gaJpZM4aVFmD.gif" height="1" width="1" alt="" /></p>
<script type="application/json" data-scope="inboxmarkup">{"api_version":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name":"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"https://github.githubassets.com/images/email/message_cards/header.png","avatar_image_url":"https://github.githubassets.com/images/email/message_cards/avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/quicwg/base-drafts"}},"updates":{"snippets":[{"icon":"DESCRIPTION","message":"Closed #2373."}],"action":{"name":"View Pull Request","url":"https://github.com/quicwg/base-drafts/pull/2373#event-2099811013"}}}</script>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/pull/2373#event-2099811013",
"url": "https://github.com/quicwg/base-drafts/pull/2373#event-2099811013",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>
----==_mimepart_5c4e8df6e25a6_1f23fc4de2d45b44876f6--


From nobody Sun Jan 27 21:08: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 88418130FA3 for <quic-issues@ietfa.amsl.com>; Sun, 27 Jan 2019 21:08:31 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -10.935
X-Spam-Level: 
X-Spam-Status: No, score=-10.935 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIMWL_WL_HIGH=-4.553, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, HTML_IMAGE_ONLY_24=1.618, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-1, RCVD_IN_DNSWL_HI=-5, SPF_PASS=-0.001] autolearn=ham autolearn_force=no
Authentication-Results: ietfa.amsl.com (amavisd-new); dkim=pass (1024-bit key) header.d=github.com
Received: from mail.ietf.org ([4.31.198.44]) by localhost (ietfa.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id DHNyWAAzPLJ6 for <quic-issues@ietfa.amsl.com>; Sun, 27 Jan 2019 21:08:30 -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 E1781130F8B for <quic-issues@ietf.org>; Sun, 27 Jan 2019 21:08:29 -0800 (PST)
Date: Sun, 27 Jan 2019 21:08:29 -0800
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1548652109; bh=PI70xB0hJVd4TYzVPa0OUqe1knE1uB4oKZn7rvah3aI=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=NbaZcnFg7C/UzYItjQXBNxwAM+EGnv8lJOcZpjNAsLhKVPmZhyQZKdYCqZNmappM8 LchavfKIMhL3M24IHxqKHd9agL2aCEx79bmekDbG7Fnc2XaGfo3qfcDXsCpRIIBXZM E0+X7afmbjTNpH0pA+Vh2NuTVI3PXa7SEU0ZXi/M=
From: Nick Banks <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+0166e4abc08e2ad07c731ecb651172fa9812dd2a2760a68692cf000000011866504d92a169ce1784eaec@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/issues/2267/458000516@github.com>
In-Reply-To: <quicwg/base-drafts/issues/2267@github.com>
References: <quicwg/base-drafts/issues/2267@github.com>
Subject: Re: [quicwg/base-drafts] loss of only two packets can lead to an unrecoverable situation (#2267)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5c4e8e4d3fcad_11753fa24f6d45bc1874936"; 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/vRQiq0KzGOEHIZWLV1Bmk0DZ0jU>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
List-Id: Notification list for GitHub issues related to the QUIC WG <quic-issues.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=unsubscribe>
List-Archive: <https://mailarchive.ietf.org/arch/browse/quic-issues/>
List-Post: <mailto:quic-issues@ietf.org>
List-Help: <mailto:quic-issues-request@ietf.org?subject=help>
List-Subscribe: <https://www.ietf.org/mailman/listinfo/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=subscribe>
X-List-Received-Date: Mon, 28 Jan 2019 05:08:32 -0000

----==_mimepart_5c4e8e4d3fcad_11753fa24f6d45bc1874936
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

My vote would be to have an explicit signal instead of a timer based solution. The loss recovery / congestion controller could use the exact same signal to fix any necessary state. I like the Handshake Done solution.

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/quicwg/base-drafts/issues/2267#issuecomment-458000516
----==_mimepart_5c4e8e4d3fcad_11753fa24f6d45bc1874936
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

<p>My vote would be to have an explicit signal instead of a timer based solution. The loss recovery / congestion controller could use the exact same signal to fix any necessary state. I like the Handshake Done solution.</p>

<p style="font-size:small;-webkit-text-size-adjust:none;color:#666;">&mdash;<br />You are receiving this because you are subscribed to this thread.<br />Reply to this email directly, <a href="https://github.com/quicwg/base-drafts/issues/2267#issuecomment-458000516">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AWbkq4uGQGXaC-_3vuAGra4AfagRRkzfks5vHoXNgaJpZM4ZjodA">mute the thread</a>.<img src="https://github.com/notifications/beacon/AWbkqy3YcN7vvn1GOrMyy-Ri2V4q5ps3ks5vHoXNgaJpZM4ZjodA.gif" height="1" width="1" alt="" /></p>
<script type="application/json" data-scope="inboxmarkup">{"api_version":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name":"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"https://github.githubassets.com/images/email/message_cards/header.png","avatar_image_url":"https://github.githubassets.com/images/email/message_cards/avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/quicwg/base-drafts"}},"updates":{"snippets":[{"icon":"PERSON","message":"@nibanks in #2267: My vote would be to have an explicit signal instead of a timer based solution. The loss recovery / congestion controller could use the exact same signal to fix any necessary state. I like the Handshake Done solution."}],"action":{"name":"View Issue","url":"https://github.com/quicwg/base-drafts/issues/2267#issuecomment-458000516"}}}</script>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/issues/2267#issuecomment-458000516",
"url": "https://github.com/quicwg/base-drafts/issues/2267#issuecomment-458000516",
"name": "View Issue"
},
"description": "View this Issue on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>
----==_mimepart_5c4e8e4d3fcad_11753fa24f6d45bc1874936--


From nobody Sun Jan 27 21:11: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 609A2130FA6 for <quic-issues@ietfa.amsl.com>; Sun, 27 Jan 2019 21:11:14 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -10.935
X-Spam-Level: 
X-Spam-Status: No, score=-10.935 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIMWL_WL_HIGH=-4.553, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, HTML_IMAGE_ONLY_24=1.618, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-1, RCVD_IN_DNSWL_HI=-5, SPF_PASS=-0.001] autolearn=ham autolearn_force=no
Authentication-Results: ietfa.amsl.com (amavisd-new); dkim=pass (1024-bit key) header.d=github.com
Received: from mail.ietf.org ([4.31.198.44]) by localhost (ietfa.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 8uKuIifvGIEz for <quic-issues@ietfa.amsl.com>; Sun, 27 Jan 2019 21:11:13 -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 E9AB0130FA3 for <quic-issues@ietf.org>; Sun, 27 Jan 2019 21:11:12 -0800 (PST)
Date: Sun, 27 Jan 2019 21:11:12 -0800
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1548652272; bh=KLFyINeNvyfXELdZpEfEAVuSm55KpEgrKozLmiQbvuI=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=gfvkZciEX63ehS3Mj4QrP34WGoUt6Ehcc2Pp/9IvSV/dHNdKFrnBsTUfProcPSzmS 4cK7yBdyyGN+QgWojwLBb2NzjucPhO3LQzLqTo5frxnY01rI/SSmZXad84zTHfOrqN axDNPToy9uh89k0NPmp1nd4oAmPhWgOlM9DKYiaY=
From: Martin Thomson <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+0166e4ab73fac9caab5a2a76094a960aa7b773fea003779a92cf00000001186650f092a169ce180ef4ec@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/issues/2374/458000836@github.com>
In-Reply-To: <quicwg/base-drafts/issues/2374@github.com>
References: <quicwg/base-drafts/issues/2374@github.com>
Subject: Re: [quicwg/base-drafts] Is it OK to place retransmitted frames at the end of the queue? (#2374)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5c4e8ef0457c8_6dc83fc4578d45b812594a"; 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/P1rJvAoajc959aL3cGVaXzPTM2I>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
List-Id: Notification list for GitHub issues related to the QUIC WG <quic-issues.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=unsubscribe>
List-Archive: <https://mailarchive.ietf.org/arch/browse/quic-issues/>
List-Post: <mailto:quic-issues@ietf.org>
List-Help: <mailto:quic-issues-request@ietf.org?subject=help>
List-Subscribe: <https://www.ietf.org/mailman/listinfo/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=subscribe>
X-List-Received-Date: Mon, 28 Jan 2019 05:11:15 -0000

----==_mimepart_5c4e8ef0457c8_6dc83fc4578d45b812594a
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

Thanks for finding that @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/2374#issuecomment-458000836
----==_mimepart_5c4e8ef0457c8_6dc83fc4578d45b812594a
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

<p>Thanks for finding that <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/2374#issuecomment-458000836">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AWbkqypjO8oxiTdvcVljJ4p3a_gtZbHBks5vHoZwgaJpZM4aVHse">mute the thread</a>.<img src="https://github.com/notifications/beacon/AWbkq7RgbmUpwkzza497TkfiTz9tSCWZks5vHoZwgaJpZM4aVHse.gif" height="1" width="1" alt="" /></p>
<script type="application/json" data-scope="inboxmarkup">{"api_version":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name":"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"https://github.githubassets.com/images/email/message_cards/header.png","avatar_image_url":"https://github.githubassets.com/images/email/message_cards/avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/quicwg/base-drafts"}},"updates":{"snippets":[{"icon":"PERSON","message":"@martinthomson in #2374: Thanks for finding that @marten-seemann."}],"action":{"name":"View Issue","url":"https://github.com/quicwg/base-drafts/issues/2374#issuecomment-458000836"}}}</script>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/issues/2374#issuecomment-458000836",
"url": "https://github.com/quicwg/base-drafts/issues/2374#issuecomment-458000836",
"name": "View Issue"
},
"description": "View this Issue on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>
----==_mimepart_5c4e8ef0457c8_6dc83fc4578d45b812594a--


From nobody Sun Jan 27 21:11: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 B981C130F8B for <quic-issues@ietfa.amsl.com>; Sun, 27 Jan 2019 21:11:15 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -10.935
X-Spam-Level: 
X-Spam-Status: No, score=-10.935 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIMWL_WL_HIGH=-4.553, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, HTML_IMAGE_ONLY_24=1.618, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-1, RCVD_IN_DNSWL_HI=-5, SPF_PASS=-0.001] autolearn=ham autolearn_force=no
Authentication-Results: ietfa.amsl.com (amavisd-new); dkim=pass (1024-bit key) header.d=github.com
Received: from mail.ietf.org ([4.31.198.44]) by localhost (ietfa.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 9ynZHfWbq5u0 for <quic-issues@ietfa.amsl.com>; Sun, 27 Jan 2019 21:11: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 910CA130FA5 for <quic-issues@ietf.org>; Sun, 27 Jan 2019 21:11:13 -0800 (PST)
Date: Sun, 27 Jan 2019 21:11:12 -0800
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1548652272; bh=yAngfGXB4O80VWLNJnJFMztHvDDhLAmbZA0uogbk24Y=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=SIiBQBC4NfFV4AKWSruTpfkMk0vIJq6R0TcMDq24MHF94WH5C9+t2a6IqgcNFiakx vPxU3Cfx/+8e7hkbZNC7rrp5mb9svL9OnUJOMk0h6oheTrIysgTc5TzyyiLOXpyHl5 VrocPjxDYOEfe4/1t+t6eh+JAnXgxBlR0nV2EiEc=
From: Martin Thomson <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+0166e4ab73fac9caab5a2a76094a960aa7b773fea003779a92cf00000001186650f092a169ce180ef4ec@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/issue/2374/issue_event/2099814318@github.com>
In-Reply-To: <quicwg/base-drafts/issues/2374@github.com>
References: <quicwg/base-drafts/issues/2374@github.com>
Subject: Re: [quicwg/base-drafts] Is it OK to place retransmitted frames at the end of the queue? (#2374)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5c4e8ef0e7cca_14173fa24f6d45bc342796"; 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/ViNMpw3GTIwIEEqWdJb8JnyI6RQ>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
List-Id: Notification list for GitHub issues related to the QUIC WG <quic-issues.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=unsubscribe>
List-Archive: <https://mailarchive.ietf.org/arch/browse/quic-issues/>
List-Post: <mailto:quic-issues@ietf.org>
List-Help: <mailto:quic-issues-request@ietf.org?subject=help>
List-Subscribe: <https://www.ietf.org/mailman/listinfo/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=subscribe>
X-List-Received-Date: Mon, 28 Jan 2019 05:11:16 -0000

----==_mimepart_5c4e8ef0e7cca_14173fa24f6d45bc342796
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

Closed #2374.

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/quicwg/base-drafts/issues/2374#event-2099814318
----==_mimepart_5c4e8ef0e7cca_14173fa24f6d45bc342796
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="403633388" data-permission-text="Issue title is private" data-url="https://github.com/quicwg/base-drafts/issues/2374" data-hovercard-type="issue" data-hovercard-url="/quicwg/base-drafts/issues/2374/hovercard" href="https://github.com/quicwg/base-drafts/issues/2374">#2374</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/2374#event-2099814318">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AWbkqypjO8oxiTdvcVljJ4p3a_gtZbHBks5vHoZwgaJpZM4aVHse">mute the thread</a>.<img src="https://github.com/notifications/beacon/AWbkq7RgbmUpwkzza497TkfiTz9tSCWZks5vHoZwgaJpZM4aVHse.gif" height="1" width="1" alt="" /></p>
<script type="application/json" data-scope="inboxmarkup">{"api_version":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name":"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"https://github.githubassets.com/images/email/message_cards/header.png","avatar_image_url":"https://github.githubassets.com/images/email/message_cards/avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/quicwg/base-drafts"}},"updates":{"snippets":[{"icon":"DESCRIPTION","message":"Closed #2374."}],"action":{"name":"View Issue","url":"https://github.com/quicwg/base-drafts/issues/2374#event-2099814318"}}}</script>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/issues/2374#event-2099814318",
"url": "https://github.com/quicwg/base-drafts/issues/2374#event-2099814318",
"name": "View Issue"
},
"description": "View this Issue on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>
----==_mimepart_5c4e8ef0e7cca_14173fa24f6d45bc342796--


From nobody Sun Jan 27 21:11: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 AF9CA130F8B for <quic-issues@ietfa.amsl.com>; Sun, 27 Jan 2019 21:11:25 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -11.007
X-Spam-Level: 
X-Spam-Status: No, score=-11.007 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIMWL_WL_HIGH=-4.553, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, HTML_IMAGE_ONLY_20=1.546, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-1, RCVD_IN_DNSWL_HI=-5, SPF_PASS=-0.001] autolearn=ham autolearn_force=no
Authentication-Results: ietfa.amsl.com (amavisd-new); dkim=pass (1024-bit key) header.d=github.com
Received: from mail.ietf.org ([4.31.198.44]) by localhost (ietfa.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id TPlSdHE_5wnk for <quic-issues@ietfa.amsl.com>; Sun, 27 Jan 2019 21:11:24 -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 089A1130FB2 for <quic-issues@ietf.org>; Sun, 27 Jan 2019 21:11:24 -0800 (PST)
Date: Sun, 27 Jan 2019 21:11:23 -0800
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1548652283; bh=wGvyFmj3E7kERcd0/6wBO+n11rMxTg5p2fKaOuf0ubk=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=nANQmZXXUxK9WgOxZEurc8KzcjL+Cbhr7XB6s/U6XMtqCh/iKf15P78KuMaDsJ+pf QBXEH9wrikZoWCt9FxB49BuhVfqu6DTtAT5nM8LIrsFTvNC9GGRkl0o5N6pciVUSJX ZVbO7bQOIFVSDN05aYKOA9qv444glJYzPkdIbvBw=
From: afrind <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+0166e4ab5d7ffbee85b03fc618fda73bd1ac3e0d694264e692cf00000001186650fb92a169ce17faf23c@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/pull/2366/c458000859@github.com>
In-Reply-To: <quicwg/base-drafts/pull/2366@github.com>
References: <quicwg/base-drafts/pull/2366@github.com>
Subject: Re: [quicwg/base-drafts] Bikeshed Required Insert Count encoding. (#2366)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5c4e8efb61207_7f293fb5268d45bc20946a5"; 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/QQo6AlyCJwJ7p_uZ9NmEXmnQwfM>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
List-Id: Notification list for GitHub issues related to the QUIC WG <quic-issues.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=unsubscribe>
List-Archive: <https://mailarchive.ietf.org/arch/browse/quic-issues/>
List-Post: <mailto:quic-issues@ietf.org>
List-Help: <mailto:quic-issues-request@ietf.org?subject=help>
List-Subscribe: <https://www.ietf.org/mailman/listinfo/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=subscribe>
X-List-Received-Date: Mon, 28 Jan 2019 05:11:26 -0000

----==_mimepart_5c4e8efb61207_7f293fb5268d45bc20946a5
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

Also, CI failed because the line is too long

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/quicwg/base-drafts/pull/2366#issuecomment-458000859
----==_mimepart_5c4e8efb61207_7f293fb5268d45bc20946a5
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

<p>Also, CI failed because the line is too long</p>

<p style="font-size:small;-webkit-text-size-adjust:none;color:#666;">&mdash;<br />You are receiving this because you are subscribed to this thread.<br />Reply to this email directly, <a href="https://github.com/quicwg/base-drafts/pull/2366#issuecomment-458000859">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AWbkq3GcbqslDJUI99AsxlqRqFOsm6_Wks5vHoZ7gaJpZM4aPJYD">mute the thread</a>.<img src="https://github.com/notifications/beacon/AWbkqyMWDxknr6xqXR7rn5hYqdsUzGISks5vHoZ7gaJpZM4aPJYD.gif" height="1" width="1" alt="" /></p>
<script type="application/json" data-scope="inboxmarkup">{"api_version":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name":"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"https://github.githubassets.com/images/email/message_cards/header.png","avatar_image_url":"https://github.githubassets.com/images/email/message_cards/avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/quicwg/base-drafts"}},"updates":{"snippets":[{"icon":"PERSON","message":"@afrind in #2366: Also, CI failed because the line is too long"}],"action":{"name":"View Pull Request","url":"https://github.com/quicwg/base-drafts/pull/2366#issuecomment-458000859"}}}</script>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/pull/2366#issuecomment-458000859",
"url": "https://github.com/quicwg/base-drafts/pull/2366#issuecomment-458000859",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>
----==_mimepart_5c4e8efb61207_7f293fb5268d45bc20946a5--


From nobody Sun Jan 27 21: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 609BD130FA5 for <quic-issues@ietfa.amsl.com>; Sun, 27 Jan 2019 21:14:00 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -10.935
X-Spam-Level: 
X-Spam-Status: No, score=-10.935 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIMWL_WL_HIGH=-4.553, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, HTML_IMAGE_ONLY_24=1.618, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-1, RCVD_IN_DNSWL_HI=-5, SPF_PASS=-0.001] autolearn=ham autolearn_force=no
Authentication-Results: ietfa.amsl.com (amavisd-new); dkim=pass (1024-bit key) header.d=github.com
Received: from mail.ietf.org ([4.31.198.44]) by localhost (ietfa.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id eOEz_EgzfkG6 for <quic-issues@ietfa.amsl.com>; Sun, 27 Jan 2019 21:13: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 E7430130F8B for <quic-issues@ietf.org>; Sun, 27 Jan 2019 21:13:58 -0800 (PST)
Date: Sun, 27 Jan 2019 21:13:58 -0800
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1548652438; bh=iRVDW1fYPZZbRZmO5xsGOaM1rP7HgcawPZYXX7t+kZ4=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=At0OL1amJqQm/BSPHFW1+p3MfHOLAZ4GYt4GuMy7QTtGBmbR2bGElKpG3ZAHH0txW QJKli9RDqCID/CU/KIlXM3rIGfMyy+HcSZXysrQduA1H6615pHvlcZczMuRhntR+k9 iiiyhXh8z5CybufKJttZN9o4+z4HLHDE7szaBQXc=
From: afrind <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+0166e4ab64311766d293fabee0b44166d08e3bed49464aa892cf000000011866519692a169ce17bf8a90@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/pull/2330/c458001233@github.com>
In-Reply-To: <quicwg/base-drafts/pull/2330@github.com>
References: <quicwg/base-drafts/pull/2330@github.com>
Subject: Re: [quicwg/base-drafts] QPACK: Clarify how maximum dynamic table capacity can be set (#2330)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5c4e8f961e541_332f3f89664d45c0106337a"; 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/S6Xwg_4GIvJHKpUbzEmX6hLxw20>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
List-Id: Notification list for GitHub issues related to the QUIC WG <quic-issues.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=unsubscribe>
List-Archive: <https://mailarchive.ietf.org/arch/browse/quic-issues/>
List-Post: <mailto:quic-issues@ietf.org>
List-Help: <mailto:quic-issues-request@ietf.org?subject=help>
List-Subscribe: <https://www.ietf.org/mailman/listinfo/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=subscribe>
X-List-Received-Date: Mon, 28 Jan 2019 05:14:00 -0000

----==_mimepart_5c4e8f961e541_332f3f89664d45c0106337a
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

@martinthomson: do you feel like the PR expresses those ideas clearly enough or you think it needs more polish?

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/quicwg/base-drafts/pull/2330#issuecomment-458001233
----==_mimepart_5c4e8f961e541_332f3f89664d45c0106337a
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>: do you feel like the PR expresses those ideas clearly enough or you think it needs more polish?</p>

<p style="font-size:small;-webkit-text-size-adjust:none;color:#666;">&mdash;<br />You are receiving this because you are subscribed to this thread.<br />Reply to this email directly, <a href="https://github.com/quicwg/base-drafts/pull/2330#issuecomment-458001233">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AWbkq2piQWVrl7mJ7M426PzTGqGYeJB1ks5vHocWgaJpZM4Z8FHJ">mute the thread</a>.<img src="https://github.com/notifications/beacon/AWbkq7jtjv6d2JyVA9ds2BI7Hm-x4QZsks5vHocWgaJpZM4Z8FHJ.gif" height="1" width="1" alt="" /></p>
<script type="application/json" data-scope="inboxmarkup">{"api_version":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name":"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"https://github.githubassets.com/images/email/message_cards/header.png","avatar_image_url":"https://github.githubassets.com/images/email/message_cards/avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/quicwg/base-drafts"}},"updates":{"snippets":[{"icon":"PERSON","message":"@afrind in #2330: @martinthomson: do you feel like the PR expresses those ideas clearly enough or you think it needs more polish?"}],"action":{"name":"View Pull Request","url":"https://github.com/quicwg/base-drafts/pull/2330#issuecomment-458001233"}}}</script>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/pull/2330#issuecomment-458001233",
"url": "https://github.com/quicwg/base-drafts/pull/2330#issuecomment-458001233",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>
----==_mimepart_5c4e8f961e541_332f3f89664d45c0106337a--


From nobody Sun Jan 27 21:18: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 769D2130F9D for <quic-issues@ietfa.amsl.com>; Sun, 27 Jan 2019 21:18:23 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -12.551
X-Spam-Level: 
X-Spam-Status: No, score=-12.551 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIMWL_WL_HIGH=-4.553, 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_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 ycLurYcoJRQ4 for <quic-issues@ietfa.amsl.com>; Sun, 27 Jan 2019 21:18:22 -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 0E2AA130F8B for <quic-issues@ietf.org>; Sun, 27 Jan 2019 21:18:22 -0800 (PST)
Date: Sun, 27 Jan 2019 21:18:21 -0800
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1548652701; bh=vq4t+EVHys6vDLl7OMOZqlwHEir3IRQzSIx1SzpDB4A=; h=Date:From:Reply-To:To:Cc:Subject:List-ID:List-Archive:List-Post: List-Unsubscribe:From; b=dMWpIi9W/3POXex0gSjd7l28URGL0Luyrtg8/6/OjjzI5vY4EwoKGcm2c0uBlMyvw 6lPz3GNZS8PSK1bmXH4bBSwhEqCFkhpJxC/k4qRN+MWmtXx9dR2C50a0JEEiefo7zH bmtol8EO6MV9qlMhaL6zJWk1JWQRJXtqacIWa53s=
From: Nick Banks <notifications@github.com>
Reply-To: quicwg/wg-materials <reply+0166e4ab6c15d200ee48a3f64c926232fab184dc62fdca3992cf000000011866529d92a169ce180f46f8@reply.github.com>
To: quicwg/wg-materials <wg-materials@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/wg-materials/pull/101@github.com>
Subject: [quicwg/wg-materials] Addition to "As Time Permits" for Disabling PNE (#101)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5c4e909d84cff_2d803fa6a1cd45c410426b9"; 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/R8AqfYw0AO4Unk_frSIb7MtDFpk>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
List-Id: Notification list for GitHub issues related to the QUIC WG <quic-issues.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=unsubscribe>
List-Archive: <https://mailarchive.ietf.org/arch/browse/quic-issues/>
List-Post: <mailto:quic-issues@ietf.org>
List-Help: <mailto:quic-issues-request@ietf.org?subject=help>
List-Subscribe: <https://www.ietf.org/mailman/listinfo/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=subscribe>
X-List-Received-Date: Mon, 28 Jan 2019 05:18:24 -0000

----==_mimepart_5c4e909d84cff_2d803fa6a1cd45c410426b9
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

Per @larseggert to discuss if the WG can/would adopt the draft for Disabling PNE in DC environment.
You can view, comment on, or merge this pull request online at:

  https://github.com/quicwg/wg-materials/pull/101

-- Commit Summary --

  * Addition to "As Time Permits" for Disabling PNE

-- File Changes --

    M interim-19-01/agenda.md (1)

-- Patch Links --

https://github.com/quicwg/wg-materials/pull/101.patch
https://github.com/quicwg/wg-materials/pull/101.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/wg-materials/pull/101

----==_mimepart_5c4e909d84cff_2d803fa6a1cd45c410426b9
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

<p>Per <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> to discuss if the WG can/would adopt the draft for Disabling PNE in DC environment.</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/wg-materials/pull/101'>https://github.com/quicwg/wg-materials/pull/101</a></p>

<h4>Commit Summary</h4>
<ul>
  <li>Addition to &quot;As Time Permits&quot; for Disabling PNE</li>
</ul>

<h4>File Changes</h4>
<ul>
  <li>
    <strong>M</strong>
    <a href="https://github.com/quicwg/wg-materials/pull/101/files#diff-0">interim-19-01/agenda.md</a>
    (1)
  </li>
</ul>

<h4>Patch Links:</h4>
<ul>
  <li><a href='https://github.com/quicwg/wg-materials/pull/101.patch'>https://github.com/quicwg/wg-materials/pull/101.patch</a></li>
  <li><a href='https://github.com/quicwg/wg-materials/pull/101.diff'>https://github.com/quicwg/wg-materials/pull/101.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/wg-materials/pull/101">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AWbkq9LEnNsYazxtRhfOeDCxhM7UnBNpks5vHogdgaJpZM4aVN2r">mute the thread</a>.<img src="https://github.com/notifications/beacon/AWbkqyvxy_ToIdL3cZEDo2K07P53oh5xks5vHogdgaJpZM4aVN2r.gif" height="1" width="1" alt="" /></p>
<script type="application/json" data-scope="inboxmarkup">{"api_version":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name":"GitHub"},"entity":{"external_key":"github/quicwg/wg-materials","title":"quicwg/wg-materials","subtitle":"GitHub repository","main_image_url":"https://github.githubassets.com/images/email/message_cards/header.png","avatar_image_url":"https://github.githubassets.com/images/email/message_cards/avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/quicwg/wg-materials"}},"updates":{"snippets":[{"icon":"DESCRIPTION","message":"Addition to \"As Time Permits\" for Disabling PNE (#101)"}],"action":{"name":"View Pull Request","url":"https://github.com/quicwg/wg-materials/pull/101"}}}</script>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/wg-materials/pull/101",
"url": "https://github.com/quicwg/wg-materials/pull/101",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>

----==_mimepart_5c4e909d84cff_2d803fa6a1cd45c410426b9--


From nobody Sun Jan 27 21:35: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 CCBC8130FA3 for <quic-issues@ietfa.amsl.com>; Sun, 27 Jan 2019 21:35:48 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -12.553
X-Spam-Level: 
X-Spam-Status: No, score=-12.553 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIMWL_WL_HIGH=-4.553, 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_PASS=-0.001] autolearn=ham autolearn_force=no
Authentication-Results: ietfa.amsl.com (amavisd-new); dkim=pass (1024-bit key) header.d=github.com
Received: from mail.ietf.org ([4.31.198.44]) by localhost (ietfa.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id xpcEUqFJkNbL for <quic-issues@ietfa.amsl.com>; Sun, 27 Jan 2019 21:35:46 -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 B115B12DF72 for <quic-issues@ietf.org>; Sun, 27 Jan 2019 21:35:46 -0800 (PST)
Date: Sun, 27 Jan 2019 21:35:45 -0800
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1548653745; bh=NOiiFw0tyuDKWbMxIZVp0FqsgNWa00UZTs0BmI72WeE=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=fEM5ea3HM112fg8+eRKwduBJoxwhE0TLlofK10pg561pUM3QtyXg8VU16L32wah0g eGl1RsKBxALZPMDz+d54EVvg4fxOy+QKgYqjw2tvPCZFN3BJNhGwf0HFZ4vZfhuRfP cOnxXV/NeUHyxg5Sh6T/fbMNLmhH0b5A7cJ7Runo=
From: Marten Seemann <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+0166e4ab4d841b1016927fdf26abb7ff3e24cda9da56961292cf00000001186656b192a169ce1784eaec@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/issues/2267/458004079@github.com>
In-Reply-To: <quicwg/base-drafts/issues/2267@github.com>
References: <quicwg/base-drafts/issues/2267@github.com>
Subject: Re: [quicwg/base-drafts] loss of only two packets can lead to an unrecoverable situation (#2267)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5c4e94b16a3dc_49e83fb96ead45b42589232"; 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/9vsk5BjrNaxyDvtPBHPL7cxhtc0>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
List-Id: Notification list for GitHub issues related to the QUIC WG <quic-issues.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=unsubscribe>
List-Archive: <https://mailarchive.ietf.org/arch/browse/quic-issues/>
List-Post: <mailto:quic-issues@ietf.org>
List-Help: <mailto:quic-issues-request@ietf.org?subject=help>
List-Subscribe: <https://www.ietf.org/mailman/listinfo/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=subscribe>
X-List-Received-Date: Mon, 28 Jan 2019 05:35:49 -0000

----==_mimepart_5c4e94b16a3dc_49e83fb96ead45b42589232
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

@kazuho 

> At the moment, we keep the handshake keys 3 PTO after the client learns that all the handshake data have been received by the server (see #2267 (comment)).

See https://github.com/quicwg/base-drafts/issues/2267#issuecomment-455945590 why that 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/issues/2267#issuecomment-458004079
----==_mimepart_5c4e94b16a3dc_49e83fb96ead45b42589232
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=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></p>
<blockquote>
<p>At the moment, we keep the handshake keys 3 PTO after the client learn=
s that all the handshake data have been received by the server (see <a cl=
ass=3D"issue-link js-issue-link" data-error-text=3D"Failed to load issue =
title" data-id=3D"394586860" data-permission-text=3D"Issue title is priva=
te" data-url=3D"https://github.com/quicwg/base-drafts/issues/2267" data-h=
overcard-type=3D"issue" data-hovercard-url=3D"/quicwg/base-drafts/issues/=
2267/hovercard" href=3D"https://github.com/quicwg/base-drafts/issues/2267=
">#2267</a> (comment)).</p>
</blockquote>
<p>See <a class=3D"issue-link js-issue-link" data-error-text=3D"Failed to=
 load issue title" data-id=3D"394586860" data-permission-text=3D"Issue ti=
tle is private" data-url=3D"https://github.com/quicwg/base-drafts/issues/=
2267" data-hovercard-type=3D"issue" data-hovercard-url=3D"/quicwg/base-dr=
afts/issues/2267/hovercard?comment_id=3D455945590&amp;comment_type=3Dissu=
e_comment" href=3D"https://github.com/quicwg/base-drafts/issues/2267#issu=
ecomment-455945590">#2267 (comment)</a> why that doesn't work.</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/2267#issuecomment-458004079">view it on GitHub</a>,=
 or <a href=3D"https://github.com/notifications/unsubscribe-auth/AWbkq9zf=
6UJxFw3lf02Ss8mnJkDke4u4ks5vHowxgaJpZM4ZjodA">mute the thread</a>.<img sr=
c=3D"https://github.com/notifications/beacon/AWbkq0ZiqBQmTF3VYGqsg63DDisS=
qLgoks5vHowxgaJpZM4ZjodA.gif" height=3D"1" width=3D"1" alt=3D"" /></p>
<script type=3D"application/json" data-scope=3D"inboxmarkup">{"api_versio=
n":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name"=
:"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"=
quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"http=
s://github.githubassets.com/images/email/message_cards/header.png","avata=
r_image_url":"https://github.githubassets.com/images/email/message_cards/=
avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/q=
uicwg/base-drafts"}},"updates":{"snippets":[{"icon":"PERSON","message":"@=
marten-seemann in #2267: @kazuho \r\n\r\n\u003e At the moment, we keep th=
e handshake keys 3 PTO after the client learns that all the handshake dat=
a have been received by the server (see #2267 (comment)).\r\n\r\nSee http=
s://github.com/quicwg/base-drafts/issues/2267#issuecomment-455945590 why =
that doesn't work."}],"action":{"name":"View Issue","url":"https://github=
.com/quicwg/base-drafts/issues/2267#issuecomment-458004079"}}}</script>
<script type=3D"application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/issues/2267#issuecomment=
-458004079",
"url": "https://github.com/quicwg/base-drafts/issues/2267#issuecomment-45=
8004079",
"name": "View Issue"
},
"description": "View this Issue on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>=

----==_mimepart_5c4e94b16a3dc_49e83fb96ead45b42589232--


From nobody Sun Jan 27 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 29A68130FA5 for <quic-issues@ietfa.amsl.com>; Sun, 27 Jan 2019 21:36:37 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -10.935
X-Spam-Level: 
X-Spam-Status: No, score=-10.935 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIMWL_WL_HIGH=-4.553, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, HTML_IMAGE_ONLY_24=1.618, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-1, RCVD_IN_DNSWL_HI=-5, SPF_PASS=-0.001] autolearn=ham autolearn_force=no
Authentication-Results: ietfa.amsl.com (amavisd-new); dkim=pass (1024-bit key) header.d=github.com
Received: from mail.ietf.org ([4.31.198.44]) by localhost (ietfa.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id LMH7TWLsAoe0 for <quic-issues@ietfa.amsl.com>; Sun, 27 Jan 2019 21:36:36 -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 B7414130F8B for <quic-issues@ietf.org>; Sun, 27 Jan 2019 21:36:35 -0800 (PST)
Date: Sun, 27 Jan 2019 21:36:34 -0800
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1548653794; bh=zzIyfjFrTOvX+OViVG+HC4q/Q1IyhKvVn/O5M7Ydj+Q=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=W2AxZqGOwxwAhWx5NCPmtaCG5pcV2sut2q4MnPmHM5cHXQ9LnQTpnU3lNrrwm/WAd DVD0tjsJuLzo/kzAdR0JNPkRqXEzJvYmfSvjsvoIPIfToLLY5BK+2yEI+v21yBeJW9 cNH5OvlluKSBuAr/fvTn3IBy31iiDieY0TRNYHqs=
From: ianswett <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+0166e4ab9ed44addc7fd611cdba985ad268321ba82a98f6192cf00000001186656e292a169ce152ebf40@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/issues/1716/458004227@github.com>
In-Reply-To: <quicwg/base-drafts/issues/1716@github.com>
References: <quicwg/base-drafts/issues/1716@github.com>
Subject: Re: [quicwg/base-drafts] Add psuedocode for ACK sending logic in recovery (#1716)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5c4e94e29bef1_43fc3fc476ed45c09609d6"; 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/qzcfV94Oeygrz4Ztbb362R1zQU4>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
List-Id: Notification list for GitHub issues related to the QUIC WG <quic-issues.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=unsubscribe>
List-Archive: <https://mailarchive.ietf.org/arch/browse/quic-issues/>
List-Post: <mailto:quic-issues@ietf.org>
List-Help: <mailto:quic-issues-request@ietf.org?subject=help>
List-Subscribe: <https://www.ietf.org/mailman/listinfo/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=subscribe>
X-List-Received-Date: Mon, 28 Jan 2019 05:36:37 -0000

----==_mimepart_5c4e94e29bef1_43fc3fc476ed45c09609d6
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

I'm going to close this, because the intent is to move the ACK sending logic into the transport doc, and the transport doc doesn't have 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/issues/1716#issuecomment-458004227
----==_mimepart_5c4e94e29bef1_43fc3fc476ed45c09609d6
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

<p>I'm going to close this, because the intent is to move the ACK sending logic into the transport doc, and the transport doc doesn't have 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/issues/1716#issuecomment-458004227">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AWbkq879moLRoBlJPFTQ7dH4Ogh8FOYoks5vHoxigaJpZM4WSmeB">mute the thread</a>.<img src="https://github.com/notifications/beacon/AWbkqw0ag0cexJy0HusbggOLaqE_ErZDks5vHoxigaJpZM4WSmeB.gif" height="1" width="1" alt="" /></p>
<script type="application/json" data-scope="inboxmarkup">{"api_version":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name":"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"https://github.githubassets.com/images/email/message_cards/header.png","avatar_image_url":"https://github.githubassets.com/images/email/message_cards/avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/quicwg/base-drafts"}},"updates":{"snippets":[{"icon":"PERSON","message":"@ianswett in #1716: I'm going to close this, because the intent is to move the ACK sending logic into the transport doc, and the transport doc doesn't have pseudocode."}],"action":{"name":"View Issue","url":"https://github.com/quicwg/base-drafts/issues/1716#issuecomment-458004227"}}}</script>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/issues/1716#issuecomment-458004227",
"url": "https://github.com/quicwg/base-drafts/issues/1716#issuecomment-458004227",
"name": "View Issue"
},
"description": "View this Issue on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>
----==_mimepart_5c4e94e29bef1_43fc3fc476ed45c09609d6--


From nobody Sun Jan 27 21:36: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 85050130F8B for <quic-issues@ietfa.amsl.com>; Sun, 27 Jan 2019 21:36:38 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -10.935
X-Spam-Level: 
X-Spam-Status: No, score=-10.935 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIMWL_WL_HIGH=-4.553, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, HTML_IMAGE_ONLY_24=1.618, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-1, RCVD_IN_DNSWL_HI=-5, SPF_PASS=-0.001] autolearn=ham autolearn_force=no
Authentication-Results: ietfa.amsl.com (amavisd-new); dkim=pass (1024-bit key) header.d=github.com
Received: from mail.ietf.org ([4.31.198.44]) by localhost (ietfa.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id yqr89dmWDUV6 for <quic-issues@ietfa.amsl.com>; Sun, 27 Jan 2019 21:36:37 -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 0A025130FA3 for <quic-issues@ietf.org>; Sun, 27 Jan 2019 21:36:36 -0800 (PST)
Date: Sun, 27 Jan 2019 21:36:35 -0800
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1548653795; bh=onqE+pB8Oj2EX6y9c14iWNPtNG1Y0dgf1YapLFL0UJc=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=SEKaPPMaHDIbqHcLAuStKwjq3dBbSa/mDzNOTmi+vlpov7CfJ7A3VIsZBvsc2YkCf 2hyuFt8Xwu04VgYX+S194cFuMHg4ZYkYyEoT2QfLrCWlE4wtmBlCo+yebw5f14rdGJ Fce4EmRzxSUiN+BEQUPlDwLsfdeH0WswzmNNQMhI=
From: ianswett <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+0166e4abd11711239a15e8bddc1d752ed570fb9bf0cebd8492cf00000001186656e392a169ce152ebf40@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/issue/1716/issue_event/2099836211@github.com>
In-Reply-To: <quicwg/base-drafts/issues/1716@github.com>
References: <quicwg/base-drafts/issues/1716@github.com>
Subject: Re: [quicwg/base-drafts] Add psuedocode for ACK sending logic in recovery (#1716)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5c4e94e3132b1_4a93fcbb3ed45b81311255"; 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/OT1Dl_tGiBxlAD32yI7QLhmEB_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: Mon, 28 Jan 2019 05:36:39 -0000

----==_mimepart_5c4e94e3132b1_4a93fcbb3ed45b81311255
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

Closed #1716.

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/quicwg/base-drafts/issues/1716#event-2099836211
----==_mimepart_5c4e94e3132b1_4a93fcbb3ed45b81311255
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="355385152" data-permission-text="Issue title is private" data-url="https://github.com/quicwg/base-drafts/issues/1716" data-hovercard-type="issue" data-hovercard-url="/quicwg/base-drafts/issues/1716/hovercard" href="https://github.com/quicwg/base-drafts/issues/1716">#1716</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/1716#event-2099836211">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AWbkq0GFkhx2epv3pba-cxSOJIuro4uXks5vHoxjgaJpZM4WSmeB">mute the thread</a>.<img src="https://github.com/notifications/beacon/AWbkq1EThNxozQgH_Ev0ztETf9ePtssbks5vHoxjgaJpZM4WSmeB.gif" height="1" width="1" alt="" /></p>
<script type="application/json" data-scope="inboxmarkup">{"api_version":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name":"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"https://github.githubassets.com/images/email/message_cards/header.png","avatar_image_url":"https://github.githubassets.com/images/email/message_cards/avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/quicwg/base-drafts"}},"updates":{"snippets":[{"icon":"DESCRIPTION","message":"Closed #1716."}],"action":{"name":"View Issue","url":"https://github.com/quicwg/base-drafts/issues/1716#event-2099836211"}}}</script>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/issues/1716#event-2099836211",
"url": "https://github.com/quicwg/base-drafts/issues/1716#event-2099836211",
"name": "View Issue"
},
"description": "View this Issue on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>
----==_mimepart_5c4e94e3132b1_4a93fcbb3ed45b81311255--


From nobody Sun Jan 27 21:39: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 6A9D5130F8B for <quic-issues@ietfa.amsl.com>; Sun, 27 Jan 2019 21:39:36 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -11.007
X-Spam-Level: 
X-Spam-Status: No, score=-11.007 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIMWL_WL_HIGH=-4.553, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, HTML_IMAGE_ONLY_20=1.546, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-1, RCVD_IN_DNSWL_HI=-5, SPF_PASS=-0.001] autolearn=ham autolearn_force=no
Authentication-Results: ietfa.amsl.com (amavisd-new); dkim=pass (1024-bit key) header.d=github.com
Received: from mail.ietf.org ([4.31.198.44]) by localhost (ietfa.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id qxDImBoOSrMN for <quic-issues@ietfa.amsl.com>; Sun, 27 Jan 2019 21:39: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 032BF12DF72 for <quic-issues@ietf.org>; Sun, 27 Jan 2019 21:39:35 -0800 (PST)
Date: Sun, 27 Jan 2019 21:39:34 -0800
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1548653974; bh=xMXVP+n8F/xTIRtsxlqaQqWN3G0K2A+a+eMa3tnxruM=; h=Date:From:Reply-To:To:Cc:Subject:List-ID:List-Archive:List-Post: List-Unsubscribe:From; b=A5g3BdUyyiU9awyj+K8KS74bnvaDemo4AmvGw6ngZwxViM4EniurkScjEih9OouJS Mtm+SrAP+AnpELD7iQ7Gl9rfDG9SVWDImkllMb3qlvCe+dNDp2WOVMo3xRJhLeu3Yk hRSZF+7gGwV/xMZtNSVCPMH+66Vg9fwXRtjfWiUM=
From: Rui Paulo <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+0166e4ab3b03cc10f44079032a5e4a7d1f0627ef6b2e166492cf000000011866579692a169ce180f54bd@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/issues/2375@github.com>
Subject: [quicwg/base-drafts] PTO and key update packets (#2375)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5c4e95962ab09_91e3f86d40d45b8193225"; 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/xxHeOtUZwRBZ812plRV3nN-aPng>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
List-Id: Notification list for GitHub issues related to the QUIC WG <quic-issues.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=unsubscribe>
List-Archive: <https://mailarchive.ietf.org/arch/browse/quic-issues/>
List-Post: <mailto:quic-issues@ietf.org>
List-Help: <mailto:quic-issues-request@ietf.org?subject=help>
List-Subscribe: <https://www.ietf.org/mailman/listinfo/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=subscribe>
X-List-Received-Date: Mon, 28 Jan 2019 05:39:37 -0000

----==_mimepart_5c4e95962ab09_91e3f86d40d45b8193225
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

Spec says:

> When crypto packets are in flight, the probe timer (Section 6.2.2) is not active.

Does this mean that during a key update we also disable PTO?  What's the reason for 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/2375
----==_mimepart_5c4e95962ab09_91e3f86d40d45b8193225
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

<p>Spec says:</p>
<blockquote>
<p>When crypto packets are in flight, the probe timer (Section 6.2.2) is not active.</p>
</blockquote>
<p>Does this mean that during a key update we also disable PTO?  What's the reason for 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/2375">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AWbkq1PJQwyMb8h30M4AqOYBhCoxkgPhks5vHo0WgaJpZM4aVO24">mute the thread</a>.<img src="https://github.com/notifications/beacon/AWbkq8I6WC6-ArA7C7cvr9JClc_9qEavks5vHo0WgaJpZM4aVO24.gif" height="1" width="1" alt="" /></p>
<script type="application/json" data-scope="inboxmarkup">{"api_version":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name":"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"https://github.githubassets.com/images/email/message_cards/header.png","avatar_image_url":"https://github.githubassets.com/images/email/message_cards/avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/quicwg/base-drafts"}},"updates":{"snippets":[{"icon":"DESCRIPTION","message":"PTO and key update packets (#2375)"}],"action":{"name":"View Issue","url":"https://github.com/quicwg/base-drafts/issues/2375"}}}</script>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/issues/2375",
"url": "https://github.com/quicwg/base-drafts/issues/2375",
"name": "View Issue"
},
"description": "View this Issue on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>
----==_mimepart_5c4e95962ab09_91e3f86d40d45b8193225--


From nobody Sun Jan 27 21: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 F34DC12DF72 for <quic-issues@ietfa.amsl.com>; Sun, 27 Jan 2019 21:41:24 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -11.007
X-Spam-Level: 
X-Spam-Status: No, score=-11.007 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIMWL_WL_HIGH=-4.553, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, HTML_IMAGE_ONLY_20=1.546, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-1, RCVD_IN_DNSWL_HI=-5, SPF_PASS=-0.001] autolearn=ham autolearn_force=no
Authentication-Results: ietfa.amsl.com (amavisd-new); dkim=pass (1024-bit key) header.d=github.com
Received: from mail.ietf.org ([4.31.198.44]) by localhost (ietfa.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id YPbCB64brzPI for <quic-issues@ietfa.amsl.com>; Sun, 27 Jan 2019 21:41:23 -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 ABB3E130F8B for <quic-issues@ietf.org>; Sun, 27 Jan 2019 21:41:23 -0800 (PST)
Date: Sun, 27 Jan 2019 21:41:22 -0800
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1548654082; bh=mRL0GFHI+18DVR6isuWF1veUjrZ2hqFfTFwhilskUHw=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=udWWAMezepjKJfEfwg1ynKjzc8Fre8c4hrqZTiOGBuQgkuytFNFscRJVi88SzkaCq FSGyhoJFbfMlTUD4CtVDwPU5Grzx3W3vBECj8d9jz/6rquZHcAchCXzFV6EDd5wUIJ jkNaNVGxLUOAXsdDBmYcLC/VO9J8yVvLgR+3mtFU=
From: Martin Thomson <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+0166e4ab3f0a7f73a288ebc7ceba85cfcba172dca74f6a7592cf000000011866580292a169ce180d1061@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/pull/2370/c458004872@github.com>
In-Reply-To: <quicwg/base-drafts/pull/2370@github.com>
References: <quicwg/base-drafts/pull/2370@github.com>
Subject: Re: [quicwg/base-drafts] Stronger migration handshake (#2370)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5c4e9602c018c_4c33fc476ed45c0246129"; 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/A7G7a3tExkKKCaK5dvdhTMU6ZKg>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
List-Id: Notification list for GitHub issues related to the QUIC WG <quic-issues.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=unsubscribe>
List-Archive: <https://mailarchive.ietf.org/arch/browse/quic-issues/>
List-Post: <mailto:quic-issues@ietf.org>
List-Help: <mailto:quic-issues-request@ietf.org?subject=help>
List-Subscribe: <https://www.ietf.org/mailman/listinfo/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=subscribe>
X-List-Received-Date: Mon, 28 Jan 2019 05:41:25 -0000

----==_mimepart_5c4e9602c018c_4c33fc476ed45c0246129
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

If people want to talk about this this week, then this needs 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/2370#issuecomment-458004872
----==_mimepart_5c4e9602c018c_4c33fc476ed45c0246129
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

<p>If people want to talk about this this week, then this needs 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/2370#issuecomment-458004872">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AWbkq_VG3GcY47aF33AJKW5pbKSDgri1ks5vHo2CgaJpZM4aUhBL">mute the thread</a>.<img src="https://github.com/notifications/beacon/AWbkqyRlm71FYNVu1GxAQM-P1H6vQ2Thks5vHo2CgaJpZM4aUhBL.gif" height="1" width="1" alt="" /></p>
<script type="application/json" data-scope="inboxmarkup">{"api_version":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name":"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"https://github.githubassets.com/images/email/message_cards/header.png","avatar_image_url":"https://github.githubassets.com/images/email/message_cards/avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/quicwg/base-drafts"}},"updates":{"snippets":[{"icon":"PERSON","message":"@martinthomson in #2370: If people want to talk about this this week, then this needs an issue."}],"action":{"name":"View Pull Request","url":"https://github.com/quicwg/base-drafts/pull/2370#issuecomment-458004872"}}}</script>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/pull/2370#issuecomment-458004872",
"url": "https://github.com/quicwg/base-drafts/pull/2370#issuecomment-458004872",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>
----==_mimepart_5c4e9602c018c_4c33fc476ed45c0246129--


From nobody Sun Jan 27 21:42: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 3CCE7130FA3 for <quic-issues@ietfa.amsl.com>; Sun, 27 Jan 2019 21:42:01 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -10.935
X-Spam-Level: 
X-Spam-Status: No, score=-10.935 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIMWL_WL_HIGH=-4.553, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, HTML_IMAGE_ONLY_24=1.618, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-1, RCVD_IN_DNSWL_HI=-5, SPF_PASS=-0.001] autolearn=ham autolearn_force=no
Authentication-Results: ietfa.amsl.com (amavisd-new); dkim=pass (1024-bit key) header.d=github.com
Received: from mail.ietf.org ([4.31.198.44]) by localhost (ietfa.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id NOf8GQ-imR_m for <quic-issues@ietfa.amsl.com>; Sun, 27 Jan 2019 21:41: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 A835D130F8B for <quic-issues@ietf.org>; Sun, 27 Jan 2019 21:41:59 -0800 (PST)
Date: Sun, 27 Jan 2019 21:41:59 -0800
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1548654119; bh=k8LZ0vtaYLcNS/SpwnKhzP47NWWYKH8C5Y62OV6C3fs=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=YU6itok5wcrnyY8LAphhRC50MgdNgJPW7jNNbOLeAldabf5PEqkjaS890w9AWYjrv yEPp3jznYqitiUKQp7jAjQ1m+N65Y5l5D5evRvldRgVxap3VB7RKtG21It60p0TF4D royIBacoLxW1o5FUz0K80PCFWGC9HlpT3Hi7M83c=
From: ianswett <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+0166e4ab6aea428bbddcae5f66b99e3a00fe9d46b3dcc62a92cf000000011866582792a169ce165f79c6@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/issues/1932/458004968@github.com>
In-Reply-To: <quicwg/base-drafts/issues/1932@github.com>
References: <quicwg/base-drafts/issues/1932@github.com>
Subject: Re: [quicwg/base-drafts] "ACK-only" confusion in -recovery (#1932)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5c4e96273e7ec_561f3fa24f6d45bc3876d9"; 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/5PbldzJq6F3luez8-wCtlNxd6SI>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
List-Id: Notification list for GitHub issues related to the QUIC WG <quic-issues.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=unsubscribe>
List-Archive: <https://mailarchive.ietf.org/arch/browse/quic-issues/>
List-Post: <mailto:quic-issues@ietf.org>
List-Help: <mailto:quic-issues-request@ietf.org?subject=help>
List-Subscribe: <https://www.ietf.org/mailman/listinfo/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=subscribe>
X-List-Received-Date: Mon, 28 Jan 2019 05:42:01 -0000

----==_mimepart_5c4e96273e7ec_561f3fa24f6d45bc3876d9
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

We now have the terms in-flight and ack-eliciting.  I believe both are used correctly and so the issues you pointed out are fixed.

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/quicwg/base-drafts/issues/1932#issuecomment-458004968
----==_mimepart_5c4e96273e7ec_561f3fa24f6d45bc3876d9
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

<p>We now have the terms in-flight and ack-eliciting.  I believe both are used correctly and so the issues you pointed out are fixed.</p>

<p style="font-size:small;-webkit-text-size-adjust:none;color:#666;">&mdash;<br />You are receiving this because you are subscribed to this thread.<br />Reply to this email directly, <a href="https://github.com/quicwg/base-drafts/issues/1932#issuecomment-458004968">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AWbkq1YdYDWjk-3pSe2SQlRPsuAKLEw1ks5vHo2ngaJpZM4YBVkJ">mute the thread</a>.<img src="https://github.com/notifications/beacon/AWbkq1t29R5KY2ItogGut5Saqb1jjIAZks5vHo2ngaJpZM4YBVkJ.gif" height="1" width="1" alt="" /></p>
<script type="application/json" data-scope="inboxmarkup">{"api_version":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name":"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"https://github.githubassets.com/images/email/message_cards/header.png","avatar_image_url":"https://github.githubassets.com/images/email/message_cards/avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/quicwg/base-drafts"}},"updates":{"snippets":[{"icon":"PERSON","message":"@ianswett in #1932: We now have the terms in-flight and ack-eliciting.  I believe both are used correctly and so the issues you pointed out are fixed."}],"action":{"name":"View Issue","url":"https://github.com/quicwg/base-drafts/issues/1932#issuecomment-458004968"}}}</script>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/issues/1932#issuecomment-458004968",
"url": "https://github.com/quicwg/base-drafts/issues/1932#issuecomment-458004968",
"name": "View Issue"
},
"description": "View this Issue on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>
----==_mimepart_5c4e96273e7ec_561f3fa24f6d45bc3876d9--


From nobody Sun Jan 27 21:42:09 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 9157C130FB1 for <quic-issues@ietfa.amsl.com>; Sun, 27 Jan 2019 21:42:03 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -5.935
X-Spam-Level: 
X-Spam-Status: No, score=-5.935 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIMWL_WL_HIGH=-4.553, DKIM_SIGNED=0.1, DKIM_VALID=-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_PASS=-0.001] autolearn=ham autolearn_force=no
Authentication-Results: ietfa.amsl.com (amavisd-new); dkim=pass (1024-bit key) header.d=github.com
Received: from mail.ietf.org ([4.31.198.44]) by localhost (ietfa.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id sfHFaSTy_lmy for <quic-issues@ietfa.amsl.com>; Sun, 27 Jan 2019 21:42:01 -0800 (PST)
Received: from o7.sgmail.github.com (o7.sgmail.github.com [167.89.101.198]) (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 2B863130FA0 for <quic-issues@ietf.org>; Sun, 27 Jan 2019 21:42:01 -0800 (PST)
DKIM-Signature: v=1; a=rsa-sha1; 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=WrRdtE3aMlb+27JxCmLkeaJVWc8=; b=vmVmxpepexviPK13 rZDizy4oQyOEHp9MMF8MZEcBiUWkYXz7nL1wvVPWhRVZXrLATYh0ZXfGmbPArgY1 jELI3DDtcTUlvXUWI+kAmO+q2RgZ53Xm2oyO5Lvl6s3OVIKg3v09Qdfk7wvhA6Mg vJq/QFZy8sStHT3etfNepBOe5eM=
Received: by filter0469p1iad2.sendgrid.net with SMTP id filter0469p1iad2-14898-5C4E9628-4 2019-01-28 05:42:00.114952509 +0000 UTC m=+194581.065100802
Received: from github-lowworker-fc273f0.cp1-iad.github.net (unknown [192.30.252.33]) by ismtpd0027p1iad2.sendgrid.net (SG) with ESMTP id c_Jqc8GvTpGkaJAvFZ-U9w for <quic-issues@ietf.org>; Mon, 28 Jan 2019 05:42:00.072 +0000 (UTC)
Received: from github.com (localhost [127.0.0.1]) by github-lowworker-fc273f0.cp1-iad.github.net (Postfix) with ESMTP id 14333C0FA1 for <quic-issues@ietf.org>; Sun, 27 Jan 2019 21:42:00 -0800 (PST)
Date: Mon, 28 Jan 2019 05:42:00 +0000 (UTC)
From: ianswett <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+0166e4ab175cb41e333e8fd533ed57d0e7eea4701d87794192cf000000011866582892a169ce165f79c6@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/issue/1932/issue_event/2099841145@github.com>
In-Reply-To: <quicwg/base-drafts/issues/1932@github.com>
References: <quicwg/base-drafts/issues/1932@github.com>
Subject: Re: [quicwg/base-drafts] "ACK-only" confusion in -recovery (#1932)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5c4e962812a01_54df3fa24f6d45bc682982"; 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
X-SG-EID: l64QuQ2uJCcEyUykJbxN122A6QRmEpucztpreh3Pak0luU+uQsx4SFQzyNBrqh57n/ObJDihhiOoHh jDrcHWhwxwlGUoJAhKrJBfeKQQ4de7X9W0pV6usMwltU74PDHJRID+TrGg9zHnflhFLQOjK4dDrYkq U7n6RWEgut4/BnPlVzYiZ6C6fL8/S6odGcGV2zrXX0vUnlWVei3UFIxt4rs9l+p88SmnulWUjHV0UF s=
Archived-At: <https://mailarchive.ietf.org/arch/msg/quic-issues/Wm6DMleshGambBMiLdFNUs3y3y4>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
List-Id: Notification list for GitHub issues related to the QUIC WG <quic-issues.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=unsubscribe>
List-Archive: <https://mailarchive.ietf.org/arch/browse/quic-issues/>
List-Post: <mailto:quic-issues@ietf.org>
List-Help: <mailto:quic-issues-request@ietf.org?subject=help>
List-Subscribe: <https://www.ietf.org/mailman/listinfo/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=subscribe>
X-List-Received-Date: Mon, 28 Jan 2019 05:42:04 -0000

----==_mimepart_5c4e962812a01_54df3fa24f6d45bc682982
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

Closed #1932.

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/quicwg/base-drafts/issues/1932#event-2099841145
----==_mimepart_5c4e962812a01_54df3fa24f6d45bc682982
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="375355846" data-permission-text="Issue title is private" data-url="https://github.com/quicwg/base-drafts/issues/1932" data-hovercard-type="issue" data-hovercard-url="/quicwg/base-drafts/issues/1932/hovercard" href="https://github.com/quicwg/base-drafts/issues/1932">#1932</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/1932#event-2099841145">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AWbkq4zti_TFn0CcAfow0fimUXJwtEvyks5vHo2ogaJpZM4YBVkJ">mute the thread</a>.<img src="https://github.com/notifications/beacon/AWbkq2JeoRwrQQpIjMt5zm-V3ueLLd-Lks5vHo2ogaJpZM4YBVkJ.gif" height="1" width="1" alt="" /></p>
<script type="application/json" data-scope="inboxmarkup">{"api_version":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name":"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"https://github.githubassets.com/images/email/message_cards/header.png","avatar_image_url":"https://github.githubassets.com/images/email/message_cards/avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/quicwg/base-drafts"}},"updates":{"snippets":[{"icon":"DESCRIPTION","message":"Closed #1932."}],"action":{"name":"View Issue","url":"https://github.com/quicwg/base-drafts/issues/1932#event-2099841145"}}}</script>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/issues/1932#event-2099841145",
"url": "https://github.com/quicwg/base-drafts/issues/1932#event-2099841145",
"name": "View Issue"
},
"description": "View this Issue on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>
----==_mimepart_5c4e962812a01_54df3fa24f6d45bc682982--


From nobody Sun Jan 27 21:42: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 0A1EA130FA3 for <quic-issues@ietfa.amsl.com>; Sun, 27 Jan 2019 21:42:21 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -11.149
X-Spam-Level: 
X-Spam-Status: No, score=-11.149 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIMWL_WL_HIGH=-4.553, 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_PASS=-0.001] autolearn=ham autolearn_force=no
Authentication-Results: ietfa.amsl.com (amavisd-new); dkim=pass (1024-bit key) header.d=github.com
Received: from mail.ietf.org ([4.31.198.44]) by localhost (ietfa.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 2X8o2avl86fT for <quic-issues@ietfa.amsl.com>; Sun, 27 Jan 2019 21:42: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 A6DEE130F8B for <quic-issues@ietf.org>; Sun, 27 Jan 2019 21:42:19 -0800 (PST)
Date: Sun, 27 Jan 2019 21:42:18 -0800
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1548654139; bh=dSpK/weIZ+6l7cfc4H0CNsybXe7REWND2HTK8Do9z40=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=IdQBjSyj785DBkI15tbLbL9Ph9Qu3VybKdWUObDOttqSm50UoTJWkE2xXFV6ScZvZ guxW7HYLnxglWVfMzK0kHUYqgrYeJyQpEvYocKJ8X7FwFKPkI7GzI8LPBI6yAmJIWL 3CssqurUdRdjCCSriK19NxuNnIFf/8+tGZ+JY2vg=
From: Marten Seemann <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+0166e4abd0f4c2e72332e09e0e2a6ef63a11fbfa8fbf2be592cf000000011866583a92a169ce17e00219@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/issues/2344/458005018@github.com>
In-Reply-To: <quicwg/base-drafts/issues/2344@github.com>
References: <quicwg/base-drafts/issues/2344@github.com>
Subject: Re: [quicwg/base-drafts] RESET_STREAM should be allowed in 0-RTT packets (#2344)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5c4e963aeebe2_15793f99eb6d45c4623921"; 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/jdHKZ2GliHVx852QwBCxIGHX0EM>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
List-Id: Notification list for GitHub issues related to the QUIC WG <quic-issues.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=unsubscribe>
List-Archive: <https://mailarchive.ietf.org/arch/browse/quic-issues/>
List-Post: <mailto:quic-issues@ietf.org>
List-Help: <mailto:quic-issues-request@ietf.org?subject=help>
List-Subscribe: <https://www.ietf.org/mailman/listinfo/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=subscribe>
X-List-Received-Date: Mon, 28 Jan 2019 05:42:21 -0000

----==_mimepart_5c4e963aeebe2_15793f99eb6d45c4623921
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

If I understand correctly, the server switches to 1-RTT right after receiving the Client Initial, doesn't it? That means that PTO will have its initial value, and not be client-controlled.
Obviously, this could be a problem on long RTT connections, so maybe that rule about dropping packets needs to be changed.

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/quicwg/base-drafts/issues/2344#issuecomment-458005018
----==_mimepart_5c4e963aeebe2_15793f99eb6d45c4623921
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: quoted-printable

<p>If I understand correctly, the server switches to 1-RTT right after re=
ceiving the Client Initial, doesn't it? That means that PTO will have its=
 initial value, and not be client-controlled.<br>
Obviously, this could be a problem on long RTT connections, so maybe that=
 rule about dropping packets needs to be changed.</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/2344#issuecomment-458005018">view it on GitHub</a>,=
 or <a href=3D"https://github.com/notifications/unsubscribe-auth/AWbkq1Uq=
JTlgKPKpoiwHLC4MedsSDaXSks5vHo26gaJpZM4aHKE6">mute the thread</a>.<img sr=
c=3D"https://github.com/notifications/beacon/AWbkq9VlL8C2Y5WwvqWz8gq663kl=
F1leks5vHo26gaJpZM4aHKE6.gif" height=3D"1" width=3D"1" alt=3D"" /></p>
<script type=3D"application/json" data-scope=3D"inboxmarkup">{"api_versio=
n":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name"=
:"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"=
quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"http=
s://github.githubassets.com/images/email/message_cards/header.png","avata=
r_image_url":"https://github.githubassets.com/images/email/message_cards/=
avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/q=
uicwg/base-drafts"}},"updates":{"snippets":[{"icon":"PERSON","message":"@=
marten-seemann in #2344: If I understand correctly, the server switches t=
o 1-RTT right after receiving the Client Initial, doesn't it? That means =
that PTO will have its initial value, and not be client-controlled.\r\nOb=
viously, this could be a problem on long RTT connections, so maybe that r=
ule about dropping packets needs to be changed."}],"action":{"name":"View=
 Issue","url":"https://github.com/quicwg/base-drafts/issues/2344#issuecom=
ment-458005018"}}}</script>
<script type=3D"application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/issues/2344#issuecomment=
-458005018",
"url": "https://github.com/quicwg/base-drafts/issues/2344#issuecomment-45=
8005018",
"name": "View Issue"
},
"description": "View this Issue on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>=

----==_mimepart_5c4e963aeebe2_15793f99eb6d45c4623921--


From nobody Sun Jan 27 21:43: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 EA39A130F8B for <quic-issues@ietfa.amsl.com>; Sun, 27 Jan 2019 21:43:26 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -10.934
X-Spam-Level: 
X-Spam-Status: No, score=-10.934 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIMWL_WL_HIGH=-4.553, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, HTML_IMAGE_ONLY_24=1.618, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-1, RCVD_IN_DNSWL_HI=-5, 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 wP0FsZhUT6Sg for <quic-issues@ietfa.amsl.com>; Sun, 27 Jan 2019 21:43: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 530EA12DF72 for <quic-issues@ietf.org>; Sun, 27 Jan 2019 21:43:25 -0800 (PST)
Date: Sun, 27 Jan 2019 21:43:24 -0800
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1548654204; bh=DFH97GPyUFwkEl//ChSzQ2L1S4RkmSQy2QgAthUeE0o=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=sH2sC/p1g1MxrZrvq+5zJFhdbdIY15vyExHaBULNMO7XTUxbzFGclKD1JS9HlYNfx yUWvqhmMGOeLEniSkxAzcSRd4KI8IK57JvrykWHVBIFWoiqR2Drsjga3PkfY2UBI5z j4fA8OPtt70qP5bLG9O9/S12JCYdXrhCn9bnCTzM=
From: Marten Seemann <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+0166e4ab0107a0c670c8d30a976b649814a46e45323c014192cf000000011866587c92a169ce180f54bd@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/issues/2375/458005161@github.com>
In-Reply-To: <quicwg/base-drafts/issues/2375@github.com>
References: <quicwg/base-drafts/issues/2375@github.com>
Subject: Re: [quicwg/base-drafts] PTO and key update packets (#2375)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5c4e967ca43a9_5f373f99eb6d45c4205176"; 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/bh3igzDPqBDTPx_giLpangVKj6k>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
List-Id: Notification list for GitHub issues related to the QUIC WG <quic-issues.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=unsubscribe>
List-Archive: <https://mailarchive.ietf.org/arch/browse/quic-issues/>
List-Post: <mailto:quic-issues@ietf.org>
List-Help: <mailto:quic-issues-request@ietf.org?subject=help>
List-Subscribe: <https://www.ietf.org/mailman/listinfo/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=subscribe>
X-List-Received-Date: Mon, 28 Jan 2019 05:43:27 -0000

----==_mimepart_5c4e967ca43a9_5f373f99eb6d45c4205176
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

Crypto packets are [defined as](https://quicwg.org/base-drafts/draft-ietf-quic-recovery.html#conventions-and-definitions):

> Crypto Packets:
Packets containing CRYPTO data sent in Initial or Handshake 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/2375#issuecomment-458005161
----==_mimepart_5c4e967ca43a9_5f373f99eb6d45c4205176
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

<p>Crypto packets are <a href="https://quicwg.org/base-drafts/draft-ietf-quic-recovery.html#conventions-and-definitions" rel="nofollow">defined as</a>:</p>
<blockquote>
<p>Crypto Packets:<br>
Packets containing CRYPTO data sent in Initial or Handshake packets.</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/2375#issuecomment-458005161">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AWbkq5o72sVsOLdH-3supAZ6L6Rmkjdhks5vHo38gaJpZM4aVO24">mute the thread</a>.<img src="https://github.com/notifications/beacon/AWbkq5ycrPxmO4ZklDNxTtm7chpuhTViks5vHo38gaJpZM4aVO24.gif" height="1" width="1" alt="" /></p>
<script type="application/json" data-scope="inboxmarkup">{"api_version":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name":"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"https://github.githubassets.com/images/email/message_cards/header.png","avatar_image_url":"https://github.githubassets.com/images/email/message_cards/avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/quicwg/base-drafts"}},"updates":{"snippets":[{"icon":"PERSON","message":"@marten-seemann in #2375: Crypto packets are [defined as](https://quicwg.org/base-drafts/draft-ietf-quic-recovery.html#conventions-and-definitions):\r\n\r\n\u003e Crypto Packets:\r\nPackets containing CRYPTO data sent in Initial or Handshake packets."}],"action":{"name":"View Issue","url":"https://github.com/quicwg/base-drafts/issues/2375#issuecomment-458005161"}}}</script>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/issues/2375#issuecomment-458005161",
"url": "https://github.com/quicwg/base-drafts/issues/2375#issuecomment-458005161",
"name": "View Issue"
},
"description": "View this Issue on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>
----==_mimepart_5c4e967ca43a9_5f373f99eb6d45c4205176--


From nobody Sun Jan 27 21:45: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 4D3EC130F2B for <quic-issues@ietfa.amsl.com>; Sun, 27 Jan 2019 21:45:20 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -10.935
X-Spam-Level: 
X-Spam-Status: No, score=-10.935 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIMWL_WL_HIGH=-4.553, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, HTML_IMAGE_ONLY_24=1.618, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-1, RCVD_IN_DNSWL_HI=-5, SPF_PASS=-0.001] autolearn=ham autolearn_force=no
Authentication-Results: ietfa.amsl.com (amavisd-new); dkim=pass (1024-bit key) header.d=github.com
Received: from mail.ietf.org ([4.31.198.44]) by localhost (ietfa.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id toVTnQzk3jeE for <quic-issues@ietfa.amsl.com>; Sun, 27 Jan 2019 21:45: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 8C8E412DF72 for <quic-issues@ietf.org>; Sun, 27 Jan 2019 21:45:18 -0800 (PST)
Date: Sun, 27 Jan 2019 21:45:17 -0800
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1548654317; bh=CfLInbz6zHeiKGd90utHFjWBgHePfoORG7qcm2qx6P0=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=aHtvg/PkEpevJuWND8pz4ICrCEgzc9fTAOuKitwviTQJnNWhXcVTNiyzNflBf38qr 6nxY7A1i75OPfxqjDxtLR8rmnHHczfKddaNDCv8v2GkQNyW8wx6eEcmRhOCD5wJlVc LHrOX9hE6KoU2ZYBUohvkLd7Uc7jxDBvyxiJO2pg=
From: ianswett <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+0166e4abbb6a254914128a99b97d9c8ceb667dbfa50c3bea92cf00000001186658ed92a169ce16de8969@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/issue/2047/issue_event/2099844607@github.com>
In-Reply-To: <quicwg/base-drafts/issues/2047@github.com>
References: <quicwg/base-drafts/issues/2047@github.com>
Subject: Re: [quicwg/base-drafts] Expand on "in-flight" (#2047)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5c4e96ede3099_40f53f871e0d45b41221722"; 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/xtF5fkJiKxQWM4aywUb48iCWyxw>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
List-Id: Notification list for GitHub issues related to the QUIC WG <quic-issues.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=unsubscribe>
List-Archive: <https://mailarchive.ietf.org/arch/browse/quic-issues/>
List-Post: <mailto:quic-issues@ietf.org>
List-Help: <mailto:quic-issues-request@ietf.org?subject=help>
List-Subscribe: <https://www.ietf.org/mailman/listinfo/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=subscribe>
X-List-Received-Date: Mon, 28 Jan 2019 05:45:20 -0000

----==_mimepart_5c4e96ede3099_40f53f871e0d45b41221722
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

Closed #2047.

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/quicwg/base-drafts/issues/2047#event-2099844607
----==_mimepart_5c4e96ede3099_40f53f871e0d45b41221722
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="383682921" data-permission-text="Issue title is private" data-url="https://github.com/quicwg/base-drafts/issues/2047" data-hovercard-type="issue" data-hovercard-url="/quicwg/base-drafts/issues/2047/hovercard" href="https://github.com/quicwg/base-drafts/issues/2047">#2047</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/2047#event-2099844607">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AWbkq2mLQwBi38j0ncbVQZDiF6yyN5ibks5vHo5tgaJpZM4YwBAv">mute the thread</a>.<img src="https://github.com/notifications/beacon/AWbkqyGIRXXouLd4FJso5xDj08uSSHofks5vHo5tgaJpZM4YwBAv.gif" height="1" width="1" alt="" /></p>
<script type="application/json" data-scope="inboxmarkup">{"api_version":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name":"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"https://github.githubassets.com/images/email/message_cards/header.png","avatar_image_url":"https://github.githubassets.com/images/email/message_cards/avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/quicwg/base-drafts"}},"updates":{"snippets":[{"icon":"DESCRIPTION","message":"Closed #2047."}],"action":{"name":"View Issue","url":"https://github.com/quicwg/base-drafts/issues/2047#event-2099844607"}}}</script>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/issues/2047#event-2099844607",
"url": "https://github.com/quicwg/base-drafts/issues/2047#event-2099844607",
"name": "View Issue"
},
"description": "View this Issue on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>
----==_mimepart_5c4e96ede3099_40f53f871e0d45b41221722--


From nobody Sun Jan 27 21: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 2ED23130FA3 for <quic-issues@ietfa.amsl.com>; Sun, 27 Jan 2019 21:45:35 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -12.553
X-Spam-Level: 
X-Spam-Status: No, score=-12.553 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIMWL_WL_HIGH=-4.553, 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_PASS=-0.001] autolearn=ham autolearn_force=no
Authentication-Results: ietfa.amsl.com (amavisd-new); dkim=pass (1024-bit key) header.d=github.com
Received: from mail.ietf.org ([4.31.198.44]) by localhost (ietfa.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id IKki4hD0sjIE for <quic-issues@ietfa.amsl.com>; Sun, 27 Jan 2019 21:45: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 40C3D12DF72 for <quic-issues@ietf.org>; Sun, 27 Jan 2019 21:45:33 -0800 (PST)
Date: Sun, 27 Jan 2019 21:45:32 -0800
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1548654332; bh=qEaz4YhV0Q+EZBH9aQeAjESYkspY97bkW+21159gJIU=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=eD1HK6pL///4O9yX2fSBAitg64SBH94quujNDNmWrTSOAFJvwx34z4sO1NU6gHF5M piie0I2vkeuS+NpwxaKNXat4kLs1ncqnijHogdm2lvIj1s49GzlWo461SOVsEOHMv2 ow990VFlrAki4Vse9G2kh6QWkbWdIXK4E+ai6MW8=
From: Jana Iyengar <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+0166e4ab6847cc417861533d80059b5f7d4b2999ea0d368192cf00000001186658fc92a169ce14c4e0aa@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/pull/1637/review/196879726@github.com>
In-Reply-To: <quicwg/base-drafts/pull/1637@github.com>
References: <quicwg/base-drafts/pull/1637@github.com>
Subject: Re: [quicwg/base-drafts] Discuss Application-Limited Sending (#1637)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5c4e96fc70a7b_7af83f871e0d45b41430d5"; 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/lpewzolXVnAu14B-lyan9F_h_SA>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
List-Id: Notification list for GitHub issues related to the QUIC WG <quic-issues.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=unsubscribe>
List-Archive: <https://mailarchive.ietf.org/arch/browse/quic-issues/>
List-Post: <mailto:quic-issues@ietf.org>
List-Help: <mailto:quic-issues-request@ietf.org?subject=help>
List-Subscribe: <https://www.ietf.org/mailman/listinfo/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=subscribe>
X-List-Received-Date: Mon, 28 Jan 2019 05:45:35 -0000

----==_mimepart_5c4e96fc70a7b_7af83f871e0d45b41430d5
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

janaiyengar commented on this pull request.



> @@ -1047,6 +1045,19 @@ paces the sending of any packets in excess of the initial congestion window.
 A sender MAY implement alternate mechanisms to update its congestion window
 after idle periods, such as those proposed for TCP in {{?RFC7661}}.
 
+## Application Limited Sending
+
+The congestion window should not be increased in slow start or congestion
+avoidance when it is not fully utilized.  The congestion window could be
+under-utilized due to insufficient application data to send or flow control

```suggestion
under-utilized due to insufficient application data or flow control credit.
```

> @@ -1047,6 +1045,19 @@ paces the sending of any packets in excess of the initial congestion window.
 A sender MAY implement alternate mechanisms to update its congestion window
 after idle periods, such as those proposed for TCP in {{?RFC7661}}.
 
+## Application Limited Sending
+
+The congestion window should not be increased in slow start or congestion
+avoidance when it is not fully utilized.  The congestion window could be
+under-utilized due to insufficient application data to send or flow control
+limits.

```suggestion
```

> @@ -1047,6 +1045,19 @@ paces the sending of any packets in excess of the initial congestion window.
 A sender MAY implement alternate mechanisms to update its congestion window
 after idle periods, such as those proposed for TCP in {{?RFC7661}}.
 
+## Application Limited Sending
+
+The congestion window should not be increased in slow start or congestion
+avoidance when it is not fully utilized.  The congestion window could be
+under-utilized due to insufficient application data to send or flow control
+limits.
+
+When the sender is pacing (see {{pacing}}) packets, the sender may be unable
+to use the full congestion window for a period of time after receiving
+acknowledgements, due to pacing.  In this case, the sender should not consider
+themselves application limited and should allow the congestion window to
+increase.

Suggested rephrasing:  "A sender that uses pacing (see {{pacing}}) might delay sending of packets and might not fully utilize the congestion window due to this delay.  A sender should not consider itself application limited if it might have utilized the entire congestion window without pacing delay."

"When the sender paces packets (see {{pacing}}), it might not send 
to use the full congestion window for a period of time after receiving
acknowledgements, due to pacing.  In this case, the sender should not consider
themselves application limited and should allow the congestion window to
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/1637#pullrequestreview-196879726
----==_mimepart_5c4e96fc70a7b_7af83f871e0d45b41430d5
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/1637#discussi=
on_r251285443">draft-ietf-quic-recovery.md</a>:</p>=0D
<pre style=3D'color:#555'>&gt; @@ -1047,6 +1045,19 @@ paces the sending o=
f any packets in excess of the initial congestion window.=0D
 A sender MAY implement alternate mechanisms to update its congestion win=
dow=0D
 after idle periods, such as those proposed for TCP in {{?RFC7661}}.=0D
 =0D
+## Application Limited Sending=0D
+=0D
+The congestion window should not be increased in slow start or congestio=
n=0D
+avoidance when it is not fully utilized.  The congestion window could be=
=0D
+under-utilized due to insufficient application data to send or flow cont=
rol=0D
</pre>=0D
=E2=AC=87=EF=B8=8F Suggested change=0D
<pre style=3D"color: #555">-under-utilized due to insufficient applicatio=
n data to send or flow control=0D
+under-utilized due to insufficient application data or flow control cred=
it.=0D
</pre>=0D
=0D
=0D
<hr>=0D
=0D
<p>In <a href=3D"https://github.com/quicwg/base-drafts/pull/1637#discussi=
on_r251285475">draft-ietf-quic-recovery.md</a>:</p>=0D
<pre style=3D'color:#555'>&gt; @@ -1047,6 +1045,19 @@ paces the sending o=
f any packets in excess of the initial congestion window.=0D
 A sender MAY implement alternate mechanisms to update its congestion win=
dow=0D
 after idle periods, such as those proposed for TCP in {{?RFC7661}}.=0D
 =0D
+## Application Limited Sending=0D
+=0D
+The congestion window should not be increased in slow start or congestio=
n=0D
+avoidance when it is not fully utilized.  The congestion window could be=
=0D
+under-utilized due to insufficient application data to send or flow cont=
rol=0D
+limits.=0D
</pre>=0D
=E2=AC=87=EF=B8=8F Suggested change=0D
<pre style=3D"color: #555">-limits.=0D
</pre>=0D
=0D
=0D
<hr>=0D
=0D
<p>In <a href=3D"https://github.com/quicwg/base-drafts/pull/1637#discussi=
on_r251287257">draft-ietf-quic-recovery.md</a>:</p>=0D
<pre style=3D'color:#555'>&gt; @@ -1047,6 +1045,19 @@ paces the sending o=
f any packets in excess of the initial congestion window.=0D
 A sender MAY implement alternate mechanisms to update its congestion win=
dow=0D
 after idle periods, such as those proposed for TCP in {{?RFC7661}}.=0D
 =0D
+## Application Limited Sending=0D
+=0D
+The congestion window should not be increased in slow start or congestio=
n=0D
+avoidance when it is not fully utilized.  The congestion window could be=
=0D
+under-utilized due to insufficient application data to send or flow cont=
rol=0D
+limits.=0D
+=0D
+When the sender is pacing (see {{pacing}}) packets, the sender may be un=
able=0D
+to use the full congestion window for a period of time after receiving=0D=

+acknowledgements, due to pacing.  In this case, the sender should not co=
nsider=0D
+themselves application limited and should allow the congestion window to=
=0D
+increase.=0D
</pre>=0D
<p>Suggested rephrasing:  "A sender that uses pacing (see {{pacing}}) mig=
ht delay sending of packets and might not fully utilize the congestion wi=
ndow due to this delay.  A sender should not consider itself application =
limited if it might have utilized the entire congestion window without pa=
cing delay."</p>=0D
<p>"When the sender paces packets (see {{pacing}}), it might not send<br>=
=0D
to use the full congestion window for a period of time after receiving<br=
>=0D
acknowledgements, due to pacing.  In this case, the sender should not con=
sider<br>=0D
themselves application limited and should allow the congestion window to<=
br>=0D
increase."</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/1637#pullrequestreview-196879726">view it on GitHub</=
a>, or <a href=3D"https://github.com/notifications/unsubscribe-auth/AWbkq=
zKNtr0BVTFf2HZ6SGSdRn9uUwlYks5vHo58gaJpZM4VytaJ">mute the thread</a>.<img=
 src=3D"https://github.com/notifications/beacon/AWbkq2-rPcZSUY-O5wO-xiwik=
MZpuj76ks5vHo58gaJpZM4VytaJ.gif" height=3D"1" width=3D"1" alt=3D"" /></p>=
=0D
<script type=3D"application/json" data-scope=3D"inboxmarkup">{"api_versio=
n":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name"=
:"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"=
quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"http=
s://github.githubassets.com/images/email/message_cards/header.png","avata=
r_image_url":"https://github.githubassets.com/images/email/message_cards/=
avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/q=
uicwg/base-drafts"}},"updates":{"snippets":[{"icon":"PERSON","message":"@=
janaiyengar commented on #1637"}],"action":{"name":"View Pull Request","u=
rl":"https://github.com/quicwg/base-drafts/pull/1637#pullrequestreview-19=
6879726"}}}</script>=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/1637#pullrequestrev=
iew-196879726",=0D
"url": "https://github.com/quicwg/base-drafts/pull/1637#pullrequestreview=
-196879726",=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_5c4e96fc70a7b_7af83f871e0d45b41430d5--


From nobody Sun Jan 27 21:45: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 B42B1130FA3 for <quic-issues@ietfa.amsl.com>; Sun, 27 Jan 2019 21:45:38 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -11.007
X-Spam-Level: 
X-Spam-Status: No, score=-11.007 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIMWL_WL_HIGH=-4.553, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, HTML_IMAGE_ONLY_20=1.546, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-1, RCVD_IN_DNSWL_HI=-5, SPF_PASS=-0.001] autolearn=ham autolearn_force=no
Authentication-Results: ietfa.amsl.com (amavisd-new); dkim=pass (1024-bit key) header.d=github.com
Received: from mail.ietf.org ([4.31.198.44]) by localhost (ietfa.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id dnaBFv9dxn2a for <quic-issues@ietfa.amsl.com>; Sun, 27 Jan 2019 21:45:37 -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 67B3A130F2F for <quic-issues@ietf.org>; Sun, 27 Jan 2019 21:45:34 -0800 (PST)
Date: Sun, 27 Jan 2019 21:45:33 -0800
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1548654333; bh=Sn1jwUgGlsUjRL/hrj4SfaX5KTAy57Zi+Gs0ScG8NmM=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=Yff3drg7/yEYVn8f6kvvsH0/x6Xg85GdKNGhXqcEs4ZrIS5RAYVxfBCvEPX5niQAB ePgy5J8AWI8HtpWGUeVgKwG/sQqaEotKrlFh6UVydWBwjOou7ZUSQH+32vhRqjSH5e HQ+uR+Kc9dve7HQJlEBODOuSIpJidjnFjiO0isE4=
From: Rui Paulo <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+0166e4abd2b1285fb336c8dab561bc2333901f232e96078a92cf00000001186658fd92a169ce180f54bd@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/issues/2375/458005437@github.com>
In-Reply-To: <quicwg/base-drafts/issues/2375@github.com>
References: <quicwg/base-drafts/issues/2375@github.com>
Subject: Re: [quicwg/base-drafts] PTO and key update packets (#2375)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5c4e96fdbb002_4b743ff1d66d45b83426dc"; 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/WQHfF5YOCc6moCRaDX5Ie-L-Bbw>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
List-Id: Notification list for GitHub issues related to the QUIC WG <quic-issues.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=unsubscribe>
List-Archive: <https://mailarchive.ietf.org/arch/browse/quic-issues/>
List-Post: <mailto:quic-issues@ietf.org>
List-Help: <mailto:quic-issues-request@ietf.org?subject=help>
List-Subscribe: <https://www.ietf.org/mailman/listinfo/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=subscribe>
X-List-Received-Date: Mon, 28 Jan 2019 05:45:39 -0000

----==_mimepart_5c4e96fdbb002_4b743ff1d66d45b83426dc
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

Okay, that makes more 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/issues/2375#issuecomment-458005437
----==_mimepart_5c4e96fdbb002_4b743ff1d66d45b83426dc
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

<p>Okay, that makes more 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/issues/2375#issuecomment-458005437">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AWbkq-yHlPa-f3z-sLQjm4rfFofD4Afpks5vHo59gaJpZM4aVO24">mute the thread</a>.<img src="https://github.com/notifications/beacon/AWbkq7A3dyFJhG9TQW5EuOYkrqJ6eTI5ks5vHo59gaJpZM4aVO24.gif" height="1" width="1" alt="" /></p>
<script type="application/json" data-scope="inboxmarkup">{"api_version":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name":"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"https://github.githubassets.com/images/email/message_cards/header.png","avatar_image_url":"https://github.githubassets.com/images/email/message_cards/avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/quicwg/base-drafts"}},"updates":{"snippets":[{"icon":"PERSON","message":"@rpaulo in #2375: Okay, that makes more sense."}],"action":{"name":"View Issue","url":"https://github.com/quicwg/base-drafts/issues/2375#issuecomment-458005437"}}}</script>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/issues/2375#issuecomment-458005437",
"url": "https://github.com/quicwg/base-drafts/issues/2375#issuecomment-458005437",
"name": "View Issue"
},
"description": "View this Issue on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>
----==_mimepart_5c4e96fdbb002_4b743ff1d66d45b83426dc--


From nobody Sun Jan 27 21:45: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 3368212DF72 for <quic-issues@ietfa.amsl.com>; Sun, 27 Jan 2019 21:45:40 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -10.935
X-Spam-Level: 
X-Spam-Status: No, score=-10.935 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIMWL_WL_HIGH=-4.553, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, HTML_IMAGE_ONLY_24=1.618, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-1, RCVD_IN_DNSWL_HI=-5, SPF_PASS=-0.001] autolearn=ham autolearn_force=no
Authentication-Results: ietfa.amsl.com (amavisd-new); dkim=pass (1024-bit key) header.d=github.com
Received: from mail.ietf.org ([4.31.198.44]) by localhost (ietfa.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id nel2DrZNv7U9 for <quic-issues@ietfa.amsl.com>; Sun, 27 Jan 2019 21:45:38 -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 14CA1130FA0 for <quic-issues@ietf.org>; Sun, 27 Jan 2019 21:45:35 -0800 (PST)
Date: Sun, 27 Jan 2019 21:45:34 -0800
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1548654334; bh=lMsUJXMJ6YvaLDLOfy8Xrn7XfGphNV4ShlIrmYIJZmk=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=0yHrKmJ+Ut/FMnj3Giu7xnfICBBY/OZ5NrrtUvR9Sa+vIZMQl3YOVBP9rHf1+s26y bTeJ4CLGorjPk3mwoRs9GyURGN5rW4m8Tbrp+LnEmfDG6eCOal8JZtYdMUK1aILEdC bfu52c8C7JLfbxpoa8eRe9qVks7/RpL8RkvWkr6w=
From: Rui Paulo <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+0166e4ab4721eaa76d3176930155be0b2331e5bde9ffc4f992cf00000001186658fe92a169ce180f54bd@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/issue/2375/issue_event/2099844856@github.com>
In-Reply-To: <quicwg/base-drafts/issues/2375@github.com>
References: <quicwg/base-drafts/issues/2375@github.com>
Subject: Re: [quicwg/base-drafts] PTO and key update packets (#2375)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5c4e96fe5c647_56c73fc4de2d45b46716f9"; 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/3LQcxwu5PFM3uT3_B8Ca2hY8JmU>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
List-Id: Notification list for GitHub issues related to the QUIC WG <quic-issues.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=unsubscribe>
List-Archive: <https://mailarchive.ietf.org/arch/browse/quic-issues/>
List-Post: <mailto:quic-issues@ietf.org>
List-Help: <mailto:quic-issues-request@ietf.org?subject=help>
List-Subscribe: <https://www.ietf.org/mailman/listinfo/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=subscribe>
X-List-Received-Date: Mon, 28 Jan 2019 05:45:40 -0000

----==_mimepart_5c4e96fe5c647_56c73fc4de2d45b46716f9
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

Closed #2375.

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/quicwg/base-drafts/issues/2375#event-2099844856
----==_mimepart_5c4e96fe5c647_56c73fc4de2d45b46716f9
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="403657917" data-permission-text="Issue title is private" data-url="https://github.com/quicwg/base-drafts/issues/2375" data-hovercard-type="issue" data-hovercard-url="/quicwg/base-drafts/issues/2375/hovercard" href="https://github.com/quicwg/base-drafts/issues/2375">#2375</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/2375#event-2099844856">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AWbkq4B0_rz51T-gxf60pb0z1VIx-qwyks5vHo5-gaJpZM4aVO24">mute the thread</a>.<img src="https://github.com/notifications/beacon/AWbkqzXB9O4O4XvvPAYQ529Mv_TtsoGAks5vHo5-gaJpZM4aVO24.gif" height="1" width="1" alt="" /></p>
<script type="application/json" data-scope="inboxmarkup">{"api_version":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name":"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"https://github.githubassets.com/images/email/message_cards/header.png","avatar_image_url":"https://github.githubassets.com/images/email/message_cards/avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/quicwg/base-drafts"}},"updates":{"snippets":[{"icon":"DESCRIPTION","message":"Closed #2375."}],"action":{"name":"View Issue","url":"https://github.com/quicwg/base-drafts/issues/2375#event-2099844856"}}}</script>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/issues/2375#event-2099844856",
"url": "https://github.com/quicwg/base-drafts/issues/2375#event-2099844856",
"name": "View Issue"
},
"description": "View this Issue on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>
----==_mimepart_5c4e96fe5c647_56c73fc4de2d45b46716f9--


From nobody Sun Jan 27 21:45: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 453DD130F2F for <quic-issues@ietfa.amsl.com>; Sun, 27 Jan 2019 21:45:42 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -11.149
X-Spam-Level: 
X-Spam-Status: No, score=-11.149 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIMWL_WL_HIGH=-4.553, 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_PASS=-0.001] autolearn=ham autolearn_force=no
Authentication-Results: ietfa.amsl.com (amavisd-new); dkim=pass (1024-bit key) header.d=github.com
Received: from mail.ietf.org ([4.31.198.44]) by localhost (ietfa.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 1CN2MjPaZ8JP for <quic-issues@ietfa.amsl.com>; Sun, 27 Jan 2019 21:45: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 E724012DF72 for <quic-issues@ietf.org>; Sun, 27 Jan 2019 21:45:40 -0800 (PST)
Date: Sun, 27 Jan 2019 21:45:40 -0800
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1548654340; bh=SKZbsQHuzh04iGrI+5xYBKA+uPpmVa8+xDS3RAKdnXI=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=jCyYUf28wKxvvMej61LfU7sUeNdPPUFHmKJ2BEY47b4tOXfUwky5KVzOJ0nfyHuWZ wX4k3KHivo6hTEZgyoVFD17QSOPLVoB2BVIShuucwEXoR0l49ZY5DA0QFeSTJer2YD 1RqTTLk8PpOZbJ2ZwiSJVnfQKMZB1ypFgGoviPbY=
From: ianswett <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+0166e4abf2d490c40cb0ab45f52d198f7b4b3a6460e19c1892cf000000011866590492a169ce16de8969@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/issues/2047/458005454@github.com>
In-Reply-To: <quicwg/base-drafts/issues/2047@github.com>
References: <quicwg/base-drafts/issues/2047@github.com>
Subject: Re: [quicwg/base-drafts] Expand on "in-flight" (#2047)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5c4e970448857_4b0c3fcbb3ed45b81083969"; 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/8RdWupy5S8wehwwhi5iVuL1OUA0>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
List-Id: Notification list for GitHub issues related to the QUIC WG <quic-issues.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=unsubscribe>
List-Archive: <https://mailarchive.ietf.org/arch/browse/quic-issues/>
List-Post: <mailto:quic-issues@ietf.org>
List-Help: <mailto:quic-issues-request@ietf.org?subject=help>
List-Subscribe: <https://www.ietf.org/mailman/listinfo/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=subscribe>
X-List-Received-Date: Mon, 28 Jan 2019 05:45:42 -0000

----==_mimepart_5c4e970448857_4b0c3fcbb3ed45b81083969
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

@martinthomson and I believe this is now fixed with #2045 and various follow-ups.

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/quicwg/base-drafts/issues/2047#issuecomment-458005454
----==_mimepart_5c4e970448857_4b0c3fcbb3ed45b81083969
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> and I believe this is now fixed with <a class="issue-link js-issue-link" data-error-text="Failed to load issue title" data-id="383680097" data-permission-text="Issue title is private" data-url="https://github.com/quicwg/base-drafts/issues/2045" data-hovercard-type="pull_request" data-hovercard-url="/quicwg/base-drafts/pull/2045/hovercard" href="https://github.com/quicwg/base-drafts/pull/2045">#2045</a> and various follow-ups.</p>

<p style="font-size:small;-webkit-text-size-adjust:none;color:#666;">&mdash;<br />You are receiving this because you are subscribed to this thread.<br />Reply to this email directly, <a href="https://github.com/quicwg/base-drafts/issues/2047#issuecomment-458005454">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AWbkq_nwcvGPYJTJBhnJ2nzq-aDFbCJjks5vHo6EgaJpZM4YwBAv">mute the thread</a>.<img src="https://github.com/notifications/beacon/AWbkq_uqi_JmVtddzldPeYSVxsE6iKgWks5vHo6EgaJpZM4YwBAv.gif" height="1" width="1" alt="" /></p>
<script type="application/json" data-scope="inboxmarkup">{"api_version":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name":"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"https://github.githubassets.com/images/email/message_cards/header.png","avatar_image_url":"https://github.githubassets.com/images/email/message_cards/avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/quicwg/base-drafts"}},"updates":{"snippets":[{"icon":"PERSON","message":"@ianswett in #2047: @martinthomson and I believe this is now fixed with #2045 and various follow-ups."}],"action":{"name":"View Issue","url":"https://github.com/quicwg/base-drafts/issues/2047#issuecomment-458005454"}}}</script>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/issues/2047#issuecomment-458005454",
"url": "https://github.com/quicwg/base-drafts/issues/2047#issuecomment-458005454",
"name": "View Issue"
},
"description": "View this Issue on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>
----==_mimepart_5c4e970448857_4b0c3fcbb3ed45b81083969--


From nobody Sun Jan 27 21:47: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 14D79130F2F for <quic-issues@ietfa.amsl.com>; Sun, 27 Jan 2019 21:47:31 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -10.935
X-Spam-Level: 
X-Spam-Status: No, score=-10.935 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIMWL_WL_HIGH=-4.553, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, HTML_IMAGE_ONLY_24=1.618, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-1, RCVD_IN_DNSWL_HI=-5, SPF_PASS=-0.001] autolearn=ham autolearn_force=no
Authentication-Results: ietfa.amsl.com (amavisd-new); dkim=pass (1024-bit key) header.d=github.com
Received: from mail.ietf.org ([4.31.198.44]) by localhost (ietfa.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id jXiKugg5tokG for <quic-issues@ietfa.amsl.com>; Sun, 27 Jan 2019 21:47: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 4313A12DF72 for <quic-issues@ietf.org>; Sun, 27 Jan 2019 21:47:29 -0800 (PST)
Date: Sun, 27 Jan 2019 21:47:28 -0800
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1548654448; bh=HY/nnFXjg+PncGaYHFDcnYWCF5l7R7oODmU26PRfXb4=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=pVJ6/HNRqHM8KcLXf+DcIsqzK5JflnZmhctNqPzlmxnFrXlAowfHk1Q9gD3oQMVPR +/JeVgFQainmAdqTO21reFH+kP3BQIldiOULCDT3l/ux8G7q3fk8SHn34tthkBbXI8 q5t8NEDOLDcQ6v6Yd7sFV06iptf2nKzS3GjvDgfI=
From: ianswett <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+0166e4abff3ff0b8cef289d759c7fe28ce7cd5a04562078392cf000000011866597092a169ce17071d3e@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/issues/2079/458005719@github.com>
In-Reply-To: <quicwg/base-drafts/issues/2079@github.com>
References: <quicwg/base-drafts/issues/2079@github.com>
Subject: Re: [quicwg/base-drafts] Explain or reference key acronyms in recovery (RTT, RTO, SRTT, ...) (#2079)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5c4e97708679e_91e3f86d40d45b8213443"; 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/CWkcuNUKovOA1DG_tC1pwuJ4Yis>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
List-Id: Notification list for GitHub issues related to the QUIC WG <quic-issues.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=unsubscribe>
List-Archive: <https://mailarchive.ietf.org/arch/browse/quic-issues/>
List-Post: <mailto:quic-issues@ietf.org>
List-Help: <mailto:quic-issues-request@ietf.org?subject=help>
List-Subscribe: <https://www.ietf.org/mailman/listinfo/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=subscribe>
X-List-Received-Date: Mon, 28 Jan 2019 05:47:31 -0000

----==_mimepart_5c4e97708679e_91e3f86d40d45b8213443
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

I fixed defined RTT earlier in #2362.


-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/quicwg/base-drafts/issues/2079#issuecomment-458005719
----==_mimepart_5c4e97708679e_91e3f86d40d45b8213443
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

<p>I fixed defined RTT earlier in <a class="issue-link js-issue-link" data-error-text="Failed to load issue title" data-id="402022230" data-permission-text="Issue title is private" data-url="https://github.com/quicwg/base-drafts/issues/2362" data-hovercard-type="pull_request" data-hovercard-url="/quicwg/base-drafts/pull/2362/hovercard" href="https://github.com/quicwg/base-drafts/pull/2362">#2362</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/2079#issuecomment-458005719">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AWbkqxlQX0hiDdyA6xY2GecCR6QdaG8yks5vHo7wgaJpZM4Y8WyN">mute the thread</a>.<img src="https://github.com/notifications/beacon/AWbkq8VYaL6K7mhXKLdD4PJi0cnSXJIaks5vHo7wgaJpZM4Y8WyN.gif" height="1" width="1" alt="" /></p>
<script type="application/json" data-scope="inboxmarkup">{"api_version":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name":"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"https://github.githubassets.com/images/email/message_cards/header.png","avatar_image_url":"https://github.githubassets.com/images/email/message_cards/avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/quicwg/base-drafts"}},"updates":{"snippets":[{"icon":"PERSON","message":"@ianswett in #2079: I fixed defined RTT earlier in #2362.\r\n"}],"action":{"name":"View Issue","url":"https://github.com/quicwg/base-drafts/issues/2079#issuecomment-458005719"}}}</script>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/issues/2079#issuecomment-458005719",
"url": "https://github.com/quicwg/base-drafts/issues/2079#issuecomment-458005719",
"name": "View Issue"
},
"description": "View this Issue on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>
----==_mimepart_5c4e97708679e_91e3f86d40d45b8213443--


From nobody Sun Jan 27 21:56:05 2019
Return-Path: <bounce+565321.40f-quic-issues=ietf.org@github.com>
X-Original-To: quic-issues@ietfa.amsl.com
Delivered-To: quic-issues@ietfa.amsl.com
Received: from localhost (localhost [127.0.0.1]) by ietfa.amsl.com (Postfix) with ESMTP id 97A59130FD0 for <quic-issues@ietfa.amsl.com>; Sun, 27 Jan 2019 21:55:58 -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=-4.553, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, RCVD_IN_DNSWL_NONE=-0.0001, SPF_PASS=-0.001, URIBL_BLOCKED=0.001] autolearn=ham autolearn_force=no
Authentication-Results: ietfa.amsl.com (amavisd-new); dkim=pass (1024-bit key) header.d=github.com
Received: from mail.ietf.org ([4.31.198.44]) by localhost (ietfa.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id fcUu_TMo504d for <quic-issues@ietfa.amsl.com>; Sun, 27 Jan 2019 21:55:56 -0800 (PST)
Received: from m69-169.mailgun.net (m69-169.mailgun.net [166.78.69.169]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id 32CF5130FBA for <quic-issues@ietf.org>; Sun, 27 Jan 2019 21:55:56 -0800 (PST)
DKIM-Signature: a=rsa-sha256; v=1; c=relaxed/relaxed; d=github.com; q=dns/txt;  s=mailo; t=1548654955; h=Content-Transfer-Encoding: Content-Type: Mime-Version: Subject: Message-ID: To: Reply-To: From: Date: Sender; bh=XgD/ffOkKxQh9WzvRBM9hvm+C/pPh1bPzgE847gUgRA=; b=Sw4jG4gxIBz8QfAXuIL1VybuOPErYxHvsUM3+WVb23VnSYX7UtN9ZqRIk1hdRNVXOgiOzW// NKWsdxo6pj8u1qix6XNdSf6uok7SVsGE0GUrbH9VU+vor5o3vRjy0d24Ye0wZVF4NHChCRYP EFD2sQ8idNDK/9XeMj+dyUrAXB4=
X-Mailgun-Sending-Ip: 166.78.69.169
X-Mailgun-Sid: WyJhNzYyYiIsICJxdWljLWlzc3Vlc0BpZXRmLm9yZyIsICI0MGYiXQ==
Sender: ianswett=users.noreply.github.com@github.com
Received: from github.com (Unknown [192.30.252.35]) by mxa.mailgun.org with ESMTP id 5c4e996a.7f0919fa52d0-smtp-out-n01; Mon, 28 Jan 2019 05:55:54 -0000 (UTC)
Date: Sun, 27 Jan 2019 21:55:54 -0800
From: ianswett <ianswett@users.noreply.github.com>
Reply-To: ianswett <ianswett@users.noreply.github.com>
To: quic-issues@ietf.org
Message-ID: <5c4e996a605e2_1482b21282f058433710@hookshot-fe-d252ca1.cp1-iad.github.net.mail>
Subject: [quicwg/base-drafts] 96ea54: Define SRTT
Mime-Version: 1.0
Content-Type: multipart/mixed; boundary="--==_mimepart_5c4e996a6016e_1482b21282f058433611"; charset=UTF-8
Content-Transfer-Encoding: 7bit
Archived-At: <https://mailarchive.ietf.org/arch/msg/quic-issues/LNSVQM-rIAlAZPB9e-FO9UB8UM0>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
Precedence: list
List-Id: Notification list for GitHub issues related to the QUIC WG <quic-issues.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=unsubscribe>
List-Archive: <https://mailarchive.ietf.org/arch/browse/quic-issues/>
List-Post: <mailto:quic-issues@ietf.org>
List-Help: <mailto:quic-issues-request@ietf.org?subject=help>
List-Subscribe: <https://www.ietf.org/mailman/listinfo/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=subscribe>
X-List-Received-Date: Mon, 28 Jan 2019 05:56:04 -0000

----==_mimepart_5c4e996a6016e_1482b21282f058433611
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

  Branch: refs/heads/ianswett-srtt
  Home:   https://github.com/quicwg/base-drafts
  Commit: 96ea549a238b0380211fce9ac90f74ca364061d0
      https://github.com/quicwg/base-drafts/commit/96ea549a238b0380211fce9ac90f74ca364061d0
  Author: ianswett <ianswett@users.noreply.github.com>
  Date:   2019-01-28 (Mon, 28 Jan 2019)

  Changed paths:
    M draft-ietf-quic-recovery.md

  Log Message:
  -----------
  Define SRTT

And RTTVAR



      **NOTE:** GitHub Services has been marked for deprecation: https://developer.github.com/changes/2018-04-25-github-services-deprecation/

      We will provide an alternative path for the email notifications by January 31st, 2019.

----==_mimepart_5c4e996a6016e_1482b21282f058433611--


From nobody Sun Jan 27 21: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 E0EFA130FA3 for <quic-issues@ietfa.amsl.com>; Sun, 27 Jan 2019 21:56:41 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -12.551
X-Spam-Level: 
X-Spam-Status: No, score=-12.551 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIMWL_WL_HIGH=-4.553, 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_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 rYpYE50xnPyp for <quic-issues@ietfa.amsl.com>; Sun, 27 Jan 2019 21:56: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 C6C5E12DF72 for <quic-issues@ietf.org>; Sun, 27 Jan 2019 21:56:37 -0800 (PST)
Date: Sun, 27 Jan 2019 21:56:37 -0800
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1548654997; bh=XncxNvRG0Q7srvuxKdtfC6ojQ0iNQWMiBJDHRZjDbOs=; h=Date:From:Reply-To:To:Cc:Subject:List-ID:List-Archive:List-Post: List-Unsubscribe:From; b=MwaHWA1kBtmTmQVr+ARrQ8AHA8hFHm59Y/dgdtpot+Fmv1+4lkRkxffxuq1yzjBgz /Grrr7YDK+nzdItS0NbFPA3xtem5JbeRZajpMK+RosfEuDE3Xc0+T0Px5xV4TPdI1O LeJBwCLGaMhPnquB9F7SKctUEV1OclREiJLH4kD0=
From: ianswett <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+0166e4ab571bc2f25df5fc65948eb4ebe0903422421dad9c92cf0000000118665b9592a169ce180f60d9@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/pull/2376@github.com>
Subject: [quicwg/base-drafts] Define SRTT and RTTVAR (#2376)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5c4e99951fca_4a743fc4de2d45b422858"; 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/1KavRtv6WDzePSXnDhW2CBQ7o18>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
List-Id: Notification list for GitHub issues related to the QUIC WG <quic-issues.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=unsubscribe>
List-Archive: <https://mailarchive.ietf.org/arch/browse/quic-issues/>
List-Post: <mailto:quic-issues@ietf.org>
List-Help: <mailto:quic-issues-request@ietf.org?subject=help>
List-Subscribe: <https://www.ietf.org/mailman/listinfo/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=subscribe>
X-List-Received-Date: Mon, 28 Jan 2019 05:56:42 -0000

----==_mimepart_5c4e99951fca_4a743fc4de2d45b422858
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

Fixes #2079 
You can view, comment on, or merge this pull request online at:

  https://github.com/quicwg/base-drafts/pull/2376

-- Commit Summary --

  * Define SRTT

-- File Changes --

    M draft-ietf-quic-recovery.md (4)

-- Patch Links --

https://github.com/quicwg/base-drafts/pull/2376.patch
https://github.com/quicwg/base-drafts/pull/2376.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/2376

----==_mimepart_5c4e99951fca_4a743fc4de2d45b422858
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 #2079.">Fixes</span> <a class="issue-link js-issue-link" data-error-text="Failed to load issue title" data-id="386342206" data-permission-text="Issue title is private" data-url="https://github.com/quicwg/base-drafts/issues/2079" data-hovercard-type="issue" data-hovercard-url="/quicwg/base-drafts/issues/2079/hovercard" href="https://github.com/quicwg/base-drafts/issues/2079">#2079</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/2376'>https://github.com/quicwg/base-drafts/pull/2376</a></p>

<h4>Commit Summary</h4>
<ul>
  <li>Define SRTT</li>
</ul>

<h4>File Changes</h4>
<ul>
  <li>
    <strong>M</strong>
    <a href="https://github.com/quicwg/base-drafts/pull/2376/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/2376.patch'>https://github.com/quicwg/base-drafts/pull/2376.patch</a></li>
  <li><a href='https://github.com/quicwg/base-drafts/pull/2376.diff'>https://github.com/quicwg/base-drafts/pull/2376.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/2376">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AWbkq4GRHRekflIGTRrt1Ao_-2YOBoTxks5vHpEVgaJpZM4aVPv9">mute the thread</a>.<img src="https://github.com/notifications/beacon/AWbkq9FFMQay8LfrfLZMut6oex2mx6Faks5vHpEVgaJpZM4aVPv9.gif" height="1" width="1" alt="" /></p>
<script type="application/json" data-scope="inboxmarkup">{"api_version":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name":"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"https://github.githubassets.com/images/email/message_cards/header.png","avatar_image_url":"https://github.githubassets.com/images/email/message_cards/avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/quicwg/base-drafts"}},"updates":{"snippets":[{"icon":"DESCRIPTION","message":"Define SRTT and RTTVAR (#2376)"}],"action":{"name":"View Pull Request","url":"https://github.com/quicwg/base-drafts/pull/2376"}}}</script>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/pull/2376",
"url": "https://github.com/quicwg/base-drafts/pull/2376",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>

----==_mimepart_5c4e99951fca_4a743fc4de2d45b422858--


From nobody Sun Jan 27 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 5EB1612DF72 for <quic-issues@ietfa.amsl.com>; Sun, 27 Jan 2019 22:03:35 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -10.935
X-Spam-Level: 
X-Spam-Status: No, score=-10.935 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIMWL_WL_HIGH=-4.553, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, HTML_IMAGE_ONLY_24=1.618, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-1, RCVD_IN_DNSWL_HI=-5, SPF_PASS=-0.001] autolearn=ham autolearn_force=no
Authentication-Results: ietfa.amsl.com (amavisd-new); dkim=pass (1024-bit key) header.d=github.com
Received: from mail.ietf.org ([4.31.198.44]) by localhost (ietfa.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id FqSwUw1B0atL for <quic-issues@ietfa.amsl.com>; Sun, 27 Jan 2019 22: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 7A8AA130F2F for <quic-issues@ietf.org>; Sun, 27 Jan 2019 22:03:33 -0800 (PST)
Date: Sun, 27 Jan 2019 22:03:32 -0800
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1548655412; bh=Bw44/Gz6050yrJj7ywCcvRqfXs0vw9FsAXT281Ss3nM=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=nTsV/OmE7tQdwMBhOjlOqCrcIOK0O0feE0V/Z/GjaE5CVnWLhUXcBkAYsM7AEyULW Kt/LN4iwgWxnPkCcrKAcWV/XKMHIZlm7KxinshdBKhxiJYiajwZCMhB8tvmDOInk4D QMxqQY5IDbeVH7ENcFjZrY6J4FHm8Xrq+aB4sY5s=
From: Lars Eggert <notifications@github.com>
Reply-To: quicwg/wg-materials <reply+0166e4abe1d10c2c4dd113fc3601b2b347dfa84dc4cf60c192cf0000000118665d3492a169ce180f46f8@reply.github.com>
To: quicwg/wg-materials <wg-materials@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/wg-materials/pull/101/issue_event/2099863600@github.com>
In-Reply-To: <quicwg/wg-materials/pull/101@github.com>
References: <quicwg/wg-materials/pull/101@github.com>
Subject: Re: [quicwg/wg-materials] Addition to "As Time Permits" for Disabling PNE (#101)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5c4e9b34ca5ef_1d9e3fa6a1cd45c421593c"; 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/a3N1IRU5nlfpwUGN0HaeVhuiXQs>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
List-Id: Notification list for GitHub issues related to the QUIC WG <quic-issues.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=unsubscribe>
List-Archive: <https://mailarchive.ietf.org/arch/browse/quic-issues/>
List-Post: <mailto:quic-issues@ietf.org>
List-Help: <mailto:quic-issues-request@ietf.org?subject=help>
List-Subscribe: <https://www.ietf.org/mailman/listinfo/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=subscribe>
X-List-Received-Date: Mon, 28 Jan 2019 06:03:35 -0000

----==_mimepart_5c4e9b34ca5ef_1d9e3fa6a1cd45c421593c
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

Merged #101 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/wg-materials/pull/101#event-2099863600
----==_mimepart_5c4e9b34ca5ef_1d9e3fa6a1cd45c421593c
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="403654392" data-permission-text="Issue title is private" data-url="https://github.com/quicwg/wg-materials/issues/101" data-hovercard-type="pull_request" data-hovercard-url="/quicwg/wg-materials/pull/101/hovercard" href="https://github.com/quicwg/wg-materials/pull/101">#101</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/wg-materials/pull/101#event-2099863600">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AWbkqwvk5US-2JzBe1Oh1OfOkcIjePXvks5vHpK0gaJpZM4aVN2r">mute the thread</a>.<img src="https://github.com/notifications/beacon/AWbkq0KPIErF1LoeNZa3JxfSAbD8p3vBks5vHpK0gaJpZM4aVN2r.gif" height="1" width="1" alt="" /></p>
<script type="application/json" data-scope="inboxmarkup">{"api_version":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name":"GitHub"},"entity":{"external_key":"github/quicwg/wg-materials","title":"quicwg/wg-materials","subtitle":"GitHub repository","main_image_url":"https://github.githubassets.com/images/email/message_cards/header.png","avatar_image_url":"https://github.githubassets.com/images/email/message_cards/avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/quicwg/wg-materials"}},"updates":{"snippets":[{"icon":"DESCRIPTION","message":"Merged #101 into master."}],"action":{"name":"View Pull Request","url":"https://github.com/quicwg/wg-materials/pull/101#event-2099863600"}}}</script>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/wg-materials/pull/101#event-2099863600",
"url": "https://github.com/quicwg/wg-materials/pull/101#event-2099863600",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>
----==_mimepart_5c4e9b34ca5ef_1d9e3fa6a1cd45c421593c--


From nobody Sun Jan 27 22:03:45 2019
Return-Path: <bounce+565321.40f-quic-issues=ietf.org@github.com>
X-Original-To: quic-issues@ietfa.amsl.com
Delivered-To: quic-issues@ietfa.amsl.com
Received: from localhost (localhost [127.0.0.1]) by ietfa.amsl.com (Postfix) with ESMTP id 2656F130F2F for <quic-issues@ietfa.amsl.com>; Sun, 27 Jan 2019 22:03:37 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -6.452
X-Spam-Level: 
X-Spam-Status: No, score=-6.452 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIMWL_WL_HIGH=-4.553, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, HEADER_FROM_DIFFERENT_DOMAINS=0.001, RCVD_IN_DNSWL_NONE=-0.0001, SPF_PASS=-0.001, URIBL_BLOCKED=0.001] autolearn=ham autolearn_force=no
Authentication-Results: ietfa.amsl.com (amavisd-new); dkim=pass (1024-bit key) header.d=github.com
Received: from mail.ietf.org ([4.31.198.44]) by localhost (ietfa.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 2UgJ2gycFrC1 for <quic-issues@ietfa.amsl.com>; Sun, 27 Jan 2019 22:03:35 -0800 (PST)
Received: from m69-170.mailgun.net (m69-170.mailgun.net [166.78.69.170]) (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 02FDB130F8B for <quic-issues@ietf.org>; Sun, 27 Jan 2019 22:03:34 -0800 (PST)
DKIM-Signature: a=rsa-sha256; v=1; c=relaxed/relaxed; d=github.com; q=dns/txt;  s=mailo; t=1548655413; h=Content-Transfer-Encoding: Content-Type: Mime-Version: Subject: Message-ID: To: Reply-To: From: Date: Sender; bh=+9VAHCFqLncAkyxRZorAy2APP9OnSA49Z31YgCxFi9o=; b=MsqTvWS9XaMmoitP3Zc/vVZzilTrevVdIWCMHUFw9TmmXB2ty7aYfUSmYGk0NOn+0V/m2LIc Ne10zy2+BDngnNiBgKbiUMxk76QGTjcH0HXcPFJYrWrbQYiuhQ0BSRV5I5s393Bv1KSgaPnS cfd/iVfBktmGZHrcf3SCxpcSdKQ=
X-Mailgun-Sending-Ip: 166.78.69.170
X-Mailgun-Sid: WyJhNzYyYiIsICJxdWljLWlzc3Vlc0BpZXRmLm9yZyIsICI0MGYiXQ==
Sender: lars=eggert.org@github.com
Received: from github.com (Unknown [192.30.252.39]) by mxa.mailgun.org with ESMTP id 5c4e9b34.7f12dfb573f0-smtp-out-n01; Mon, 28 Jan 2019 06:03:32 -0000 (UTC)
Date: Sun, 27 Jan 2019 22:03:31 -0800
From: Lars Eggert <lars@eggert.org>
Reply-To: Lars Eggert <lars@eggert.org>
To: quic-issues@ietf.org
Message-ID: <5c4e9b3352a18_1b9bc2abf2fc7657810624a@hookshot-fe-dfcc362.cp1-iad.github.net.mail>
Subject: [quicwg/wg-materials] 58c6a7: Addition to "As Time Permits" for Disabling PNE
Mime-Version: 1.0
Content-Type: multipart/mixed; boundary="--==_mimepart_5c4e9b3352523_1b9bc2abf2fc76578106162"; charset=UTF-8
Content-Transfer-Encoding: 7bit
Archived-At: <https://mailarchive.ietf.org/arch/msg/quic-issues/O6s1VxwqlNHs9iCLtOScKkf3c3I>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
Precedence: list
List-Id: Notification list for GitHub issues related to the QUIC WG <quic-issues.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=unsubscribe>
List-Archive: <https://mailarchive.ietf.org/arch/browse/quic-issues/>
List-Post: <mailto:quic-issues@ietf.org>
List-Help: <mailto:quic-issues-request@ietf.org?subject=help>
List-Subscribe: <https://www.ietf.org/mailman/listinfo/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=subscribe>
X-List-Received-Date: Mon, 28 Jan 2019 06:03:37 -0000

----==_mimepart_5c4e9b3352523_1b9bc2abf2fc76578106162
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

  Branch: refs/heads/master
  Home:   https://github.com/quicwg/wg-materials
  Commit: 58c6a74c18c9a6b9ec011051ae46d9001157e42e
      https://github.com/quicwg/wg-materials/commit/58c6a74c18c9a6b9ec011051ae46d9001157e42e
  Author: Nick Banks <nibanks@microsoft.com>
  Date:   2019-01-28 (Mon, 28 Jan 2019)

  Changed paths:
    M interim-19-01/agenda.md

  Log Message:
  -----------
  Addition to "As Time Permits" for Disabling PNE


  Commit: 0f489e1bf373141f7064ec886fe326adbe28a6de
      https://github.com/quicwg/wg-materials/commit/0f489e1bf373141f7064ec886fe326adbe28a6de
  Author: Lars Eggert <lars@eggert.org>
  Date:   2019-01-28 (Mon, 28 Jan 2019)

  Changed paths:
    M interim-19-01/agenda.md

  Log Message:
  -----------
  Merge pull request #101 from nibanks/patch-2

Addition to "As Time Permits" for Disabling PNE


Compare: https://github.com/quicwg/wg-materials/compare/c7ea971e1bac...0f489e1bf373
      **NOTE:** GitHub Services has been marked for deprecation: https://developer.github.com/changes/2018-04-25-github-services-deprecation/

      We will provide an alternative path for the email notifications by January 31st, 2019.

----==_mimepart_5c4e9b3352523_1b9bc2abf2fc76578106162--


From nobody Sun Jan 27 22:12:09 2019
Return-Path: <bounce+565321.40f-quic-issues=ietf.org@github.com>
X-Original-To: quic-issues@ietfa.amsl.com
Delivered-To: quic-issues@ietfa.amsl.com
Received: from localhost (localhost [127.0.0.1]) by ietfa.amsl.com (Postfix) with ESMTP id 852A0130F8B for <quic-issues@ietfa.amsl.com>; Sun, 27 Jan 2019 22:12:07 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -6.452
X-Spam-Level: 
X-Spam-Status: No, score=-6.452 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIMWL_WL_HIGH=-4.553, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, HEADER_FROM_DIFFERENT_DOMAINS=0.001, RCVD_IN_DNSWL_NONE=-0.0001, SPF_PASS=-0.001, URIBL_BLOCKED=0.001] autolearn=ham autolearn_force=no
Authentication-Results: ietfa.amsl.com (amavisd-new); dkim=pass (1024-bit key) header.d=github.com
Received: from mail.ietf.org ([4.31.198.44]) by localhost (ietfa.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id BpFI_o-OnAP0 for <quic-issues@ietfa.amsl.com>; Sun, 27 Jan 2019 22:12:06 -0800 (PST)
Received: from m71-131.mailgun.net (m71-131.mailgun.net [166.78.71.131]) (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 CB3ED130F2F for <quic-issues@ietf.org>; Sun, 27 Jan 2019 22:12:05 -0800 (PST)
DKIM-Signature: a=rsa-sha256; v=1; c=relaxed/relaxed; d=github.com; q=dns/txt;  s=mailo; t=1548655925; h=Content-Transfer-Encoding: Content-Type: Mime-Version: Subject: Message-ID: To: Reply-To: From: Date: Sender; bh=wOpjV0FkgVE2zyFPmYTIEbDyjlyJGRKQQuljRG+yggk=; b=dPdcDlMug1XVCuAhRLCxgsvDp4cluQ3LZl0MIezbxF35AP4l2OA6Td9GMhydNvW9P3k7im06 UB2SdY3h2BpRSYMbzkDIRNTDZOAAqVV2tTZHkFcWKSLxxKulggKgxIp31BQ2OH5O7uQIISTK xksAO/mzU66ctcjGbqBWfSUZqoo=
X-Mailgun-Sending-Ip: 166.78.71.131
X-Mailgun-Sid: WyJhNzYyYiIsICJxdWljLWlzc3Vlc0BpZXRmLm9yZyIsICI0MGYiXQ==
Sender: mt=lowentropy.net@github.com
Received: from github.com (Unknown [192.30.252.44]) by mxa.mailgun.org with ESMTP id 5c4e9d34.7f7ed1797870-smtp-out-n02; Mon, 28 Jan 2019 06:12:04 -0000 (UTC)
Date: Sun, 27 Jan 2019 22:12:03 -0800
From: Martin Thomson <mt@lowentropy.net>
Reply-To: Martin Thomson <mt@lowentropy.net>
To: quic-issues@ietf.org
Message-ID: <5c4e9d335aeda_67282acd36a8c590122037@hookshot-fe-6e9b612.cp1-iad.github.net.mail>
Subject: [quicwg/base-drafts] efe97a: Strengthen 2119 language around tokens.
Mime-Version: 1.0
Content-Type: multipart/mixed; boundary="--==_mimepart_5c4e9d335a885_67282acd36a8c590121951"; charset=UTF-8
Content-Transfer-Encoding: 7bit
Archived-At: <https://mailarchive.ietf.org/arch/msg/quic-issues/Z1k6-9FUKq4dNDaKbURV_ZExRzg>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
Precedence: list
List-Id: Notification list for GitHub issues related to the QUIC WG <quic-issues.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=unsubscribe>
List-Archive: <https://mailarchive.ietf.org/arch/browse/quic-issues/>
List-Post: <mailto:quic-issues@ietf.org>
List-Help: <mailto:quic-issues-request@ietf.org?subject=help>
List-Subscribe: <https://www.ietf.org/mailman/listinfo/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=subscribe>
X-List-Received-Date: Mon, 28 Jan 2019 06:12:07 -0000

----==_mimepart_5c4e9d335a885_67282acd36a8c590121951
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

  Branch: refs/heads/master
  Home:   https://github.com/quicwg/base-drafts
  Commit: efe97ace267d87db9b75a244f8c9d6a3e2dbfd39
      https://github.com/quicwg/base-drafts/commit/efe97ace267d87db9b75a244f8c9d6a3e2dbfd39
  Author: EKR <ekr@rtfm.com>
  Date:   2019-01-28 (Mon, 28 Jan 2019)

  Changed paths:
    M draft-ietf-quic-transport.md

  Log Message:
  -----------
  Strengthen 2119 language around tokens.

Rationale:

1. We should recommend that people use tokens.
2. Saying "SHOULD" attempt to validate seems weak. Why isn't this a
MUST? This is the weakest of these changes, I think.


  Commit: 4f1f5c4c4fa211f3517e5327a48bfa2848ed1129
      https://github.com/quicwg/base-drafts/commit/4f1f5c4c4fa211f3517e5327a48bfa2848ed1129
  Author: Martin Thomson <mt@lowentropy.net>
  Date:   2019-01-28 (Mon, 28 Jan 2019)

  Changed paths:
    M draft-ietf-quic-transport.md

  Log Message:
  -----------
  Fixups


Compare: https://github.com/quicwg/base-drafts/compare/37f479d76364...4f1f5c4c4fa2
      **NOTE:** GitHub Services has been marked for deprecation: https://developer.github.com/changes/2018-04-25-github-services-deprecation/

      We will provide an alternative path for the email notifications by January 31st, 2019.

----==_mimepart_5c4e9d335a885_67282acd36a8c590121951--


From nobody Sun Jan 27 22:15: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 A3BC6130F2F for <quic-issues@ietfa.amsl.com>; Sun, 27 Jan 2019 22:15:56 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -10.935
X-Spam-Level: 
X-Spam-Status: No, score=-10.935 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIMWL_WL_HIGH=-4.553, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, HTML_IMAGE_ONLY_24=1.618, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-1, RCVD_IN_DNSWL_HI=-5, SPF_PASS=-0.001] autolearn=ham autolearn_force=no
Authentication-Results: ietfa.amsl.com (amavisd-new); dkim=pass (1024-bit key) header.d=github.com
Received: from mail.ietf.org ([4.31.198.44]) by localhost (ietfa.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id qoPAEF0-xxyx for <quic-issues@ietfa.amsl.com>; Sun, 27 Jan 2019 22:15: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 AB5B412DF72 for <quic-issues@ietf.org>; Sun, 27 Jan 2019 22:15:54 -0800 (PST)
Date: Sun, 27 Jan 2019 22:15:53 -0800
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1548656153; bh=A72IqAOiP5DX9nuC87zhzf55eO0VlVf2uFkHc/RwDLk=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=fSp/bS+TX/rUpgR4pAmhhAlgqrwNucpEIAyr6ErDuBHvkUZwlv7VrGamRrmZcQxlm 3PfpcbkZS6PQRZ844rtrDdq6Gykw9adzWAT5NkrC379WiRDkH+i388YV6ALCFq47U7 p/F6wklrKJTiTIxo59mYPdDHPEs4mUXIoBovQMss=
From: afrind <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/2366/push/3249395177@github.com>
In-Reply-To: <quicwg/base-drafts/pull/2366@github.com>
References: <quicwg/base-drafts/pull/2366@github.com>
Subject: Re: [quicwg/base-drafts] Bikeshed Required Insert Count encoding. (#2366)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5c4e9e19b5052_76193fb5268d45bc2439cf"; charset=UTF-8
Content-Transfer-Encoding: 7bit
Precedence: list
X-GitHub-Sender: afrind
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/1qZI4KYydE-3DFQPrz1gOV7r1tk>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
List-Id: Notification list for GitHub issues related to the QUIC WG <quic-issues.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=unsubscribe>
List-Archive: <https://mailarchive.ietf.org/arch/browse/quic-issues/>
List-Post: <mailto:quic-issues@ietf.org>
List-Help: <mailto:quic-issues-request@ietf.org?subject=help>
List-Subscribe: <https://www.ietf.org/mailman/listinfo/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=subscribe>
X-List-Received-Date: Mon, 28 Jan 2019 06:15:56 -0000

----==_mimepart_5c4e9e19b5052_76193fb5268d45bc2439cf
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

@afrind pushed 1 commit.

f29289559d261c036d6a83d56624743471f1ca04  Spacing, fix build


-- 
You are receiving this because you are subscribed to this thread.
View it on GitHub:
https://github.com/quicwg/base-drafts/pull/2366/files/7370c3b535c0d77772f34394c70bc64dfff43865..f29289559d261c036d6a83d56624743471f1ca04

----==_mimepart_5c4e9e19b5052_76193fb5268d45bc2439cf
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

<p><a href="https://github.com/afrind" class="user-mention">@afrind</a> pushed 1 commit.</p>

<ul>
  <li><a class="commit-link" href="https://github.com/quicwg/base-drafts/commit/f29289559d261c036d6a83d56624743471f1ca04">f292895</a>  Spacing, fix build</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/2366/files/7370c3b535c0d77772f34394c70bc64dfff43865..f29289559d261c036d6a83d56624743471f1ca04">View it on GitHub</a> or <a href="https://github.com/notifications/unsubscribe-auth/AWbkq60HZghONxOGYIF6rEQU9t6YsVqGks5vHpWZgaJpZM4aPJYD">mute the thread</a>.<img src="https://github.com/notifications/beacon/AWbkq8WyTKYJPKLKoulmThxIgw2BM37Tks5vHpWZgaJpZM4aPJYD.gif" height="1" width="1" alt="" /></p>
<script type="application/json" data-scope="inboxmarkup">{"api_version":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name":"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"https://github.githubassets.com/images/email/message_cards/header.png","avatar_image_url":"https://github.githubassets.com/images/email/message_cards/avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/quicwg/base-drafts"}},"updates":{"snippets":[{"icon":"PERSON","message":"@afrind pushed 1 commit in #2366"}],"action":{"name":"View Pull Request","url":"https://github.com/quicwg/base-drafts/pull/2366/files/7370c3b535c0d77772f34394c70bc64dfff43865..f29289559d261c036d6a83d56624743471f1ca04"}}}</script>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/pull/2366/files/7370c3b535c0d77772f34394c70bc64dfff43865..f29289559d261c036d6a83d56624743471f1ca04",
"url": "https://github.com/quicwg/base-drafts/pull/2366/files/7370c3b535c0d77772f34394c70bc64dfff43865..f29289559d261c036d6a83d56624743471f1ca04",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>

----==_mimepart_5c4e9e19b5052_76193fb5268d45bc2439cf--


From nobody Sun Jan 27 22:17: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 7F9E6130F2F for <quic-issues@ietfa.amsl.com>; Sun, 27 Jan 2019 22:17:21 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -12.552
X-Spam-Level: 
X-Spam-Status: No, score=-12.552 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIMWL_WL_HIGH=-4.553, 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_PASS=-0.001] autolearn=ham autolearn_force=no
Authentication-Results: ietfa.amsl.com (amavisd-new); dkim=pass (1024-bit key) header.d=github.com
Received: from mail.ietf.org ([4.31.198.44]) by localhost (ietfa.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id mRC7TPt_0T3s for <quic-issues@ietfa.amsl.com>; Sun, 27 Jan 2019 22:17: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 921DC12DF72 for <quic-issues@ietf.org>; Sun, 27 Jan 2019 22:17:19 -0800 (PST)
Date: Sun, 27 Jan 2019 22:17:18 -0800
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1548656238; bh=cwbgSiZ2RIma2XiBpRQX7ibZ9hRlcefirERyBOtX/74=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=RjYmQ0b5DaK9K0EhX3coUp9wYgnfLabEn6UrHHFjxZ2iaOhcKgQMcoAIaJ8X8e6dH qiwVfBYjsrjxeW6Z0S42t5dYDaYjTk63LfF8ofsvi6A3Uf0SMyc/tvngDfjLL/SLJu mKjTkaOKsMX7jr2yu7K75GP97vC2g7vOCKCn1RK8=
From: Kazuho Oku <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+0166e4abda1cd24004774e216c0aaecdce14e2c55ca3c62792cf000000011866606e92a169ce17e00219@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/issues/2344/458010575@github.com>
In-Reply-To: <quicwg/base-drafts/issues/2344@github.com>
References: <quicwg/base-drafts/issues/2344@github.com>
Subject: Re: [quicwg/base-drafts] RESET_STREAM should be allowed in 0-RTT packets (#2344)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5c4e9e6ea3d37_20923fecca2d45b42597539"; 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/rOqi_cSTPxWHodtaXwbKblu-i88>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
List-Id: Notification list for GitHub issues related to the QUIC WG <quic-issues.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=unsubscribe>
List-Archive: <https://mailarchive.ietf.org/arch/browse/quic-issues/>
List-Post: <mailto:quic-issues@ietf.org>
List-Help: <mailto:quic-issues-request@ietf.org?subject=help>
List-Subscribe: <https://www.ietf.org/mailman/listinfo/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=subscribe>
X-List-Received-Date: Mon, 28 Jan 2019 06:17:21 -0000

----==_mimepart_5c4e9e6ea3d37_20923fecca2d45b42597539
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

> If I understand correctly, the server switches to 1-RTT right after receiving the Client Initial, doesn't it? That means that PTO will have its initial value, and not be client-controlled.

In the scenario that we are discussing (yeah the thread is getting long), the attacker sends the Initial packet that contains an ACK to the server's Initial. That means that if an attacker can for example send the ACK after 3 seconds (3 seconds of RTO!) to have an open window of additional 9 seconds to perform an attack.

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/quicwg/base-drafts/issues/2344#issuecomment-458010575
----==_mimepart_5c4e9e6ea3d37_20923fecca2d45b42597539
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: quoted-printable

<blockquote>
<p>If I understand correctly, the server switches to 1-RTT right after re=
ceiving the Client Initial, doesn't it? That means that PTO will have its=
 initial value, and not be client-controlled.</p>
</blockquote>
<p>In the scenario that we are discussing (yeah the thread is getting lon=
g), the attacker sends the Initial packet that contains an ACK to the ser=
ver's Initial. That means that if an attacker can for example send the AC=
K after 3 seconds (3 seconds of RTO!) to have an open window of additiona=
l 9 seconds to perform an attack.</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/2344#issuecomment-458010575">view it on GitHub</a>,=
 or <a href=3D"https://github.com/notifications/unsubscribe-auth/AWbkq6sE=
ZHf982_4fiwq7lRyrX6-dJ74ks5vHpXugaJpZM4aHKE6">mute the thread</a>.<img sr=
c=3D"https://github.com/notifications/beacon/AWbkq29HFlhet_drdhiXwMNZV_ov=
1NZ_ks5vHpXugaJpZM4aHKE6.gif" height=3D"1" width=3D"1" alt=3D"" /></p>
<script type=3D"application/json" data-scope=3D"inboxmarkup">{"api_versio=
n":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name"=
:"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"=
quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"http=
s://github.githubassets.com/images/email/message_cards/header.png","avata=
r_image_url":"https://github.githubassets.com/images/email/message_cards/=
avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/q=
uicwg/base-drafts"}},"updates":{"snippets":[{"icon":"PERSON","message":"@=
kazuho in #2344: \u003e If I understand correctly, the server switches to=
 1-RTT right after receiving the Client Initial, doesn't it? That means t=
hat PTO will have its initial value, and not be client-controlled.\r\n\r\=
nIn the scenario that we are discussing (yeah the thread is getting long)=
, the attacker sends the Initial packet that contains an ACK to the serve=
r's Initial. That means that if an attacker can for example send the ACK =
after 3 seconds (3 seconds of RTO!) to have an open window of additional =
9 seconds to perform an attack."}],"action":{"name":"View Issue","url":"h=
ttps://github.com/quicwg/base-drafts/issues/2344#issuecomment-458010575"}=
}}</script>
<script type=3D"application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/issues/2344#issuecomment=
-458010575",
"url": "https://github.com/quicwg/base-drafts/issues/2344#issuecomment-45=
8010575",
"name": "View Issue"
},
"description": "View this Issue on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>=

----==_mimepart_5c4e9e6ea3d37_20923fecca2d45b42597539--


From nobody Sun Jan 27 22:19: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 85B32130F2F for <quic-issues@ietfa.amsl.com>; Sun, 27 Jan 2019 22:19:13 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -11.007
X-Spam-Level: 
X-Spam-Status: No, score=-11.007 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIMWL_WL_HIGH=-4.553, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, HTML_IMAGE_ONLY_20=1.546, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-1, RCVD_IN_DNSWL_HI=-5, SPF_PASS=-0.001] autolearn=ham autolearn_force=no
Authentication-Results: ietfa.amsl.com (amavisd-new); dkim=pass (1024-bit key) header.d=github.com
Received: from mail.ietf.org ([4.31.198.44]) by localhost (ietfa.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id Q6Rv2EVtSKIl for <quic-issues@ietfa.amsl.com>; Sun, 27 Jan 2019 22:19:12 -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 33A9F12DF72 for <quic-issues@ietf.org>; Sun, 27 Jan 2019 22:19:12 -0800 (PST)
Date: Sun, 27 Jan 2019 22:19:11 -0800
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1548656351; bh=d2bXsvFe0nxcLbtcdOmov6t8KIgf3/uIADLf5XtMk0s=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=SAKaXZdWSQiFHweYvGbIUYjSbpqg1RiJEIhGtH0eQqbigTHRAQWjnNInWmYRnLnjb 8Ar1PXirklj+iTJwM2rxi6jjcOSnMMqzpa+h7Ig1bj14CkmNFzn8WDuGepQ3PoOHqE doVm3S3IAU7dGXWsxeEt1/FncTFNBwSdti4onMdw=
From: Jana Iyengar <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+0166e4ab51932326e9579d6a6aa1ce2a8e56128b3c230b2c92cf00000001186660df92a169ce180f60d9@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/pull/2376/review/196886895@github.com>
In-Reply-To: <quicwg/base-drafts/pull/2376@github.com>
References: <quicwg/base-drafts/pull/2376@github.com>
Subject: Re: [quicwg/base-drafts] Define SRTT and RTTVAR (#2376)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5c4e9edf51b6c_48db3fc4de2d45b41436626"; 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/T4fNmb1_Ua4V9Il8Cke4BKOrfzI>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
List-Id: Notification list for GitHub issues related to the QUIC WG <quic-issues.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=unsubscribe>
List-Archive: <https://mailarchive.ietf.org/arch/browse/quic-issues/>
List-Post: <mailto:quic-issues@ietf.org>
List-Help: <mailto:quic-issues-request@ietf.org?subject=help>
List-Subscribe: <https://www.ietf.org/mailman/listinfo/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=subscribe>
X-List-Received-Date: Mon, 28 Jan 2019 06:19:13 -0000

----==_mimepart_5c4e9edf51b6c_48db3fc4de2d45b41436626
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/2376#pullrequestreview-196886895
----==_mimepart_5c4e9edf51b6c_48db3fc4de2d45b41436626
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/2376#pullrequestreview-196886895">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AWbkq-0Ust4BQpEN8tQEIi8Tv_GcjfQCks5vHpZfgaJpZM4aVPv9">mute the thread</a>.<img src="https://github.com/notifications/beacon/AWbkq12A1sjbSvn1jzQJgICraJ5HaXvgks5vHpZfgaJpZM4aVPv9.gif" height="1" width="1" alt="" /></p>
<script type="application/json" data-scope="inboxmarkup">{"api_version":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name":"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"https://github.githubassets.com/images/email/message_cards/header.png","avatar_image_url":"https://github.githubassets.com/images/email/message_cards/avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/quicwg/base-drafts"}},"updates":{"snippets":[{"icon":"PERSON","message":"@janaiyengar approved #2376"}],"action":{"name":"View Pull Request","url":"https://github.com/quicwg/base-drafts/pull/2376#pullrequestreview-196886895"}}}</script>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/pull/2376#pullrequestreview-196886895",
"url": "https://github.com/quicwg/base-drafts/pull/2376#pullrequestreview-196886895",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>
----==_mimepart_5c4e9edf51b6c_48db3fc4de2d45b41436626--


From nobody Sun Jan 27 22:19:58 2019
Return-Path: <bounce+565321.40f-quic-issues=ietf.org@github.com>
X-Original-To: quic-issues@ietfa.amsl.com
Delivered-To: quic-issues@ietfa.amsl.com
Received: from localhost (localhost [127.0.0.1]) by ietfa.amsl.com (Postfix) with ESMTP id C0BAD130F2F for <quic-issues@ietfa.amsl.com>; Sun, 27 Jan 2019 22:19:56 -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=-4.553, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, RCVD_IN_DNSWL_NONE=-0.0001, SPF_PASS=-0.001, URIBL_BLOCKED=0.001] autolearn=ham autolearn_force=no
Authentication-Results: ietfa.amsl.com (amavisd-new); dkim=pass (1024-bit key) header.d=github.com
Received: from mail.ietf.org ([4.31.198.44]) by localhost (ietfa.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id ydhwJ9sGEElN for <quic-issues@ietfa.amsl.com>; Sun, 27 Jan 2019 22:19:55 -0800 (PST)
Received: from m69-169.mailgun.net (m69-169.mailgun.net [166.78.69.169]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id 3C93E12DF72 for <quic-issues@ietf.org>; Sun, 27 Jan 2019 22:19:55 -0800 (PST)
DKIM-Signature: a=rsa-sha256; v=1; c=relaxed/relaxed; d=github.com; q=dns/txt;  s=mailo; t=1548656394; h=Content-Transfer-Encoding: Content-Type: Mime-Version: Subject: Message-ID: To: Reply-To: From: Date: Sender; bh=oxWIHNvvWuWimmAEVDoH+N0lMsW9JX8nsBzMqLAysdc=; b=mrV9noHp89SHws2sFebs1iu89hw7y1gsQBJUabfBrSPJIuOJe3JSFOp6GmQhcxgfr/mNl+in MTTiKSnJcSfKIF2LPNImzErGaVmJK0LAa7HGZiL10DpTGlK/tpyTkmA+c5adMn4a4hiORNG6 a2NZ3l0Dtw0aj+wZqio8et7Uu20=
X-Mailgun-Sending-Ip: 166.78.69.169
X-Mailgun-Sid: WyJhNzYyYiIsICJxdWljLWlzc3Vlc0BpZXRmLm9yZyIsICI0MGYiXQ==
Sender: ianswett=users.noreply.github.com@github.com
Received: from github.com (Unknown [192.30.252.44]) by mxa.mailgun.org with ESMTP id 5c4e9f09.7f4910c21570-smtp-out-n02; Mon, 28 Jan 2019 06:19:53 -0000 (UTC)
Date: Sun, 27 Jan 2019 22:19:52 -0800
From: ianswett <ianswett@users.noreply.github.com>
Reply-To: ianswett <ianswett@users.noreply.github.com>
To: quic-issues@ietf.org
Message-ID: <5c4e9f086c77d_66b12aea77478588791b2@hookshot-fe-6e9b612.cp1-iad.github.net.mail>
Subject: [quicwg/base-drafts] f45e89: Define SRTT (#2376)
Mime-Version: 1.0
Content-Type: multipart/mixed; boundary="--==_mimepart_5c4e9f086c28f_66b12aea77478588790d4"; charset=UTF-8
Content-Transfer-Encoding: 7bit
Archived-At: <https://mailarchive.ietf.org/arch/msg/quic-issues/IjIOw2zsO3_fo-6YK_Iu3wcEzNk>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
Precedence: list
List-Id: Notification list for GitHub issues related to the QUIC WG <quic-issues.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=unsubscribe>
List-Archive: <https://mailarchive.ietf.org/arch/browse/quic-issues/>
List-Post: <mailto:quic-issues@ietf.org>
List-Help: <mailto:quic-issues-request@ietf.org?subject=help>
List-Subscribe: <https://www.ietf.org/mailman/listinfo/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=subscribe>
X-List-Received-Date: Mon, 28 Jan 2019 06:19:57 -0000

----==_mimepart_5c4e9f086c28f_66b12aea77478588790d4
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

  Branch: refs/heads/master
  Home:   https://github.com/quicwg/base-drafts
  Commit: f45e89614d057f8fbf356389c8a0f5ad0ac2416a
      https://github.com/quicwg/base-drafts/commit/f45e89614d057f8fbf356389c8a0f5ad0ac2416a
  Author: ianswett <ianswett@users.noreply.github.com>
  Date:   2019-01-28 (Mon, 28 Jan 2019)

  Changed paths:
    M draft-ietf-quic-recovery.md

  Log Message:
  -----------
  Define SRTT (#2376)

And RTTVAR



      **NOTE:** GitHub Services has been marked for deprecation: https://developer.github.com/changes/2018-04-25-github-services-deprecation/

      We will provide an alternative path for the email notifications by January 31st, 2019.

----==_mimepart_5c4e9f086c28f_66b12aea77478588790d4--


From nobody Sun Jan 27 22:20: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 66CFF130FA3 for <quic-issues@ietfa.amsl.com>; Sun, 27 Jan 2019 22:20:00 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -11.149
X-Spam-Level: 
X-Spam-Status: No, score=-11.149 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIMWL_WL_HIGH=-4.553, 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_PASS=-0.001] autolearn=ham autolearn_force=no
Authentication-Results: ietfa.amsl.com (amavisd-new); dkim=pass (1024-bit key) header.d=github.com
Received: from mail.ietf.org ([4.31.198.44]) by localhost (ietfa.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 0gIh_PR8N-Ma for <quic-issues@ietfa.amsl.com>; Sun, 27 Jan 2019 22:19: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 2162A12DF72 for <quic-issues@ietf.org>; Sun, 27 Jan 2019 22:19:58 -0800 (PST)
Date: Sun, 27 Jan 2019 22:19:57 -0800
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1548656397; bh=dmV59lmLnA81/v0A2DKYw/E1jK/2QJRVkJqR6JPz76E=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=hFT4QKhfIcZwp4u9rdxfD7KvrdEZvsqxtyoF9t8MfcPV2rKGKUcMR2Z0BMJLqrNv3 qT7bqmTTp6eibV/UIcOHyppgYE7YnxKBPyY8BftTxbyjFJJnoqlrTxZCmDeX3QVfhJ dRXOa+Y1CdXvLA0N+Z/ATJUazhTTzpVF101bsz5k=
From: ianswett <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+0166e4ab84a692a1358c2e51daf43a68111d12f35701bdd192cf000000011866610d92a169ce17071d3e@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/issue/2079/issue_event/2099881705@github.com>
In-Reply-To: <quicwg/base-drafts/issues/2079@github.com>
References: <quicwg/base-drafts/issues/2079@github.com>
Subject: Re: [quicwg/base-drafts] Explain or reference key acronyms in recovery (RTT, RTO, SRTT, ...) (#2079)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5c4e9f0d588c9_2e803fb5268d45bc16406af"; 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/9bwCXRbj7HeJPfPr5ieaC3kY2O0>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
List-Id: Notification list for GitHub issues related to the QUIC WG <quic-issues.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=unsubscribe>
List-Archive: <https://mailarchive.ietf.org/arch/browse/quic-issues/>
List-Post: <mailto:quic-issues@ietf.org>
List-Help: <mailto:quic-issues-request@ietf.org?subject=help>
List-Subscribe: <https://www.ietf.org/mailman/listinfo/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=subscribe>
X-List-Received-Date: Mon, 28 Jan 2019 06:20:00 -0000

----==_mimepart_5c4e9f0d588c9_2e803fb5268d45bc16406af
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

Closed #2079 via #2376.

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/quicwg/base-drafts/issues/2079#event-2099881705
----==_mimepart_5c4e9f0d588c9_2e803fb5268d45bc16406af
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="386342206" data-permission-text="Issue title is private" data-url="https://github.com/quicwg/base-drafts/issues/2079" data-hovercard-type="issue" data-hovercard-url="/quicwg/base-drafts/issues/2079/hovercard" href="https://github.com/quicwg/base-drafts/issues/2079">#2079</a> via <a class="issue-link js-issue-link" data-error-text="Failed to load issue title" data-id="403661017" data-permission-text="Issue title is private" data-url="https://github.com/quicwg/base-drafts/issues/2376" data-hovercard-type="pull_request" data-hovercard-url="/quicwg/base-drafts/pull/2376/hovercard" href="https://github.com/quicwg/base-drafts/pull/2376">#2376</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/2079#event-2099881705">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AWbkq8fSQC-i6brJMW-IYGr5dd1nC4tEks5vHpaNgaJpZM4Y8WyN">mute the thread</a>.<img src="https://github.com/notifications/beacon/AWbkqz3ujq8WI69mgq3YPkTMDa_R2xVqks5vHpaNgaJpZM4Y8WyN.gif" height="1" width="1" alt="" /></p>
<script type="application/json" data-scope="inboxmarkup">{"api_version":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name":"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"https://github.githubassets.com/images/email/message_cards/header.png","avatar_image_url":"https://github.githubassets.com/images/email/message_cards/avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/quicwg/base-drafts"}},"updates":{"snippets":[{"icon":"DESCRIPTION","message":"Closed #2079 via #2376."}],"action":{"name":"View Issue","url":"https://github.com/quicwg/base-drafts/issues/2079#event-2099881705"}}}</script>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/issues/2079#event-2099881705",
"url": "https://github.com/quicwg/base-drafts/issues/2079#event-2099881705",
"name": "View Issue"
},
"description": "View this Issue on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>
----==_mimepart_5c4e9f0d588c9_2e803fb5268d45bc16406af--


From nobody Sun Jan 27 22:20: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 87B3712DF72 for <quic-issues@ietfa.amsl.com>; Sun, 27 Jan 2019 22:20:01 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -10.935
X-Spam-Level: 
X-Spam-Status: No, score=-10.935 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIMWL_WL_HIGH=-4.553, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, HTML_IMAGE_ONLY_24=1.618, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-1, RCVD_IN_DNSWL_HI=-5, SPF_PASS=-0.001] autolearn=ham autolearn_force=no
Authentication-Results: ietfa.amsl.com (amavisd-new); dkim=pass (1024-bit key) header.d=github.com
Received: from mail.ietf.org ([4.31.198.44]) by localhost (ietfa.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id pb5kWoeEpvhX for <quic-issues@ietfa.amsl.com>; Sun, 27 Jan 2019 22:19: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 45794130F2F for <quic-issues@ietf.org>; Sun, 27 Jan 2019 22:19:58 -0800 (PST)
Date: Sun, 27 Jan 2019 22:19:57 -0800
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1548656397; bh=17kGn43pbtxN+vXHU139C3JmDsPGJnoV5vbh/8NARo0=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=wljksvuzXtKW52U0Q40TElBpz+Q+YtIOlBjSL3+ILkNm7Bm2zuI7kFENqkIRaorSW slCMghiDwLA+Hw7tYmepDD1FA1Yld+awhxHfk3IkqZW2Bb2Wk11ITWt45GxXzFHW0o 5O8DAvy+8UHNAnfn48a3kV+E8OveGeHxdkB46igQ=
From: ianswett <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+0166e4ab7bfac7759fbf45e2a67f2083b4c8007b03b7463692cf000000011866610d92a169ce180f60d9@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/pull/2376/issue_event/2099881704@github.com>
In-Reply-To: <quicwg/base-drafts/pull/2376@github.com>
References: <quicwg/base-drafts/pull/2376@github.com>
Subject: Re: [quicwg/base-drafts] Define SRTT and RTTVAR (#2376)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5c4e9f0d618fe_61c3f86d40d45b8554044"; 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/BQpZ1xHpVipY9jcsjF_mmnrGgUU>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
List-Id: Notification list for GitHub issues related to the QUIC WG <quic-issues.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=unsubscribe>
List-Archive: <https://mailarchive.ietf.org/arch/browse/quic-issues/>
List-Post: <mailto:quic-issues@ietf.org>
List-Help: <mailto:quic-issues-request@ietf.org?subject=help>
List-Subscribe: <https://www.ietf.org/mailman/listinfo/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=subscribe>
X-List-Received-Date: Mon, 28 Jan 2019 06:20:02 -0000

----==_mimepart_5c4e9f0d618fe_61c3f86d40d45b8554044
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

Merged #2376 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/2376#event-2099881704
----==_mimepart_5c4e9f0d618fe_61c3f86d40d45b8554044
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="403661017" data-permission-text="Issue title is private" data-url="https://github.com/quicwg/base-drafts/issues/2376" data-hovercard-type="pull_request" data-hovercard-url="/quicwg/base-drafts/pull/2376/hovercard" href="https://github.com/quicwg/base-drafts/pull/2376">#2376</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/2376#event-2099881704">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AWbkq7rSl6TGXr67aIKtDpe9oOWwWurvks5vHpaNgaJpZM4aVPv9">mute the thread</a>.<img src="https://github.com/notifications/beacon/AWbkqyjTleIDzxlztRhEs5fP0TC0mSVzks5vHpaNgaJpZM4aVPv9.gif" height="1" width="1" alt="" /></p>
<script type="application/json" data-scope="inboxmarkup">{"api_version":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name":"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"https://github.githubassets.com/images/email/message_cards/header.png","avatar_image_url":"https://github.githubassets.com/images/email/message_cards/avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/quicwg/base-drafts"}},"updates":{"snippets":[{"icon":"DESCRIPTION","message":"Merged #2376 into master."}],"action":{"name":"View Pull Request","url":"https://github.com/quicwg/base-drafts/pull/2376#event-2099881704"}}}</script>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/pull/2376#event-2099881704",
"url": "https://github.com/quicwg/base-drafts/pull/2376#event-2099881704",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>
----==_mimepart_5c4e9f0d618fe_61c3f86d40d45b8554044--


From nobody Sun Jan 27 22:24: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 3088D130F2F for <quic-issues@ietfa.amsl.com>; Sun, 27 Jan 2019 22:24:02 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -10.935
X-Spam-Level: 
X-Spam-Status: No, score=-10.935 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIMWL_WL_HIGH=-4.553, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, HTML_IMAGE_ONLY_24=1.618, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-1, RCVD_IN_DNSWL_HI=-5, SPF_PASS=-0.001] autolearn=ham autolearn_force=no
Authentication-Results: ietfa.amsl.com (amavisd-new); dkim=pass (1024-bit key) header.d=github.com
Received: from mail.ietf.org ([4.31.198.44]) by localhost (ietfa.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id ri7RFqLLPXcV for <quic-issues@ietfa.amsl.com>; Sun, 27 Jan 2019 22:24:00 -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 5EA6712DF72 for <quic-issues@ietf.org>; Sun, 27 Jan 2019 22:24:00 -0800 (PST)
Date: Sun, 27 Jan 2019 22:23:59 -0800
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1548656639; bh=FVpeEKgXZ8mNupLaYMtbpaWYfEjM3no4z8WTO/9q3NM=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=oiaEOGHdZJMs9ZLQDsCqLPSLIb23jsuzr9YE8kmnFKtr2wEU63krBryqs0fP8FvWG TTxIQv613R2yMRdSaWvm9QmIO/fJqzMY8uiwTH1DhDiVE1Nh5AUjr3wmpHbM1LyUTq 05F0Wp+5mQZteeNDmfHejPzQn692oEfH4Dx20bV4=
From: ekr <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+0166e4ab24d682f19d769554198ce9efb65b9fcd9ab5735f92cf00000001186661ff92a169ce0c2f403e@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/458011576@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_5c4e9fff532c9_29143f86d40d45b86732a"; 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/QeP1Rp1RDpEmW2FGqDZx2Wx_qBo>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
List-Id: Notification list for GitHub issues related to the QUIC WG <quic-issues.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=unsubscribe>
List-Archive: <https://mailarchive.ietf.org/arch/browse/quic-issues/>
List-Post: <mailto:quic-issues@ietf.org>
List-Help: <mailto:quic-issues-request@ietf.org?subject=help>
List-Subscribe: <https://www.ietf.org/mailman/listinfo/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=subscribe>
X-List-Received-Date: Mon, 28 Jan 2019 06:24:02 -0000

----==_mimepart_5c4e9fff532c9_29143f86d40d45b86732a
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

@martinthomson asked me to discuss here. There's no reason why clients shouldn't be able to just try QUIC with any server (a la Happy Eyeballs) without alt-svc.

-- 
You are receiving this 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-458011576
----==_mimepart_5c4e9fff532c9_29143f86d40d45b86732a
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> asked me to discuss here. There's no reason why clients shouldn't be able to just try QUIC with any server (a la Happy Eyeballs) without alt-svc.</p>

<p style="font-size:small;-webkit-text-size-adjust:none;color:#666;">&mdash;<br />You are 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#issuecomment-458011576">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AWbkqzn-ceSlSjXeQeYlDtoc8u2O-2_-ks5vHpd_gaJpZM4LzLA5">mute the thread</a>.<img src="https://github.com/notifications/beacon/AWbkq7SvfRro9_tdIQeDz4_4Puk5NMUPks5vHpd_gaJpZM4LzLA5.gif" height="1" width="1" alt="" /></p>
<script type="application/json" data-scope="inboxmarkup">{"api_version":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name":"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"https://github.githubassets.com/images/email/message_cards/header.png","avatar_image_url":"https://github.githubassets.com/images/email/message_cards/avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/quicwg/base-drafts"}},"updates":{"snippets":[{"icon":"PERSON","message":"@ekr in #253: @martinthomson asked me to discuss here. There's no reason why clients shouldn't be able to just try QUIC with any server (a la Happy Eyeballs) without alt-svc."}],"action":{"name":"View Issue","url":"https://github.com/quicwg/base-drafts/issues/253#issuecomment-458011576"}}}</script>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/issues/253#issuecomment-458011576",
"url": "https://github.com/quicwg/base-drafts/issues/253#issuecomment-458011576",
"name": "View Issue"
},
"description": "View this Issue on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>
----==_mimepart_5c4e9fff532c9_29143f86d40d45b86732a--


From nobody Sun Jan 27 22:35:14 2019
Return-Path: <bounce+565321.40f-quic-issues=ietf.org@github.com>
X-Original-To: quic-issues@ietfa.amsl.com
Delivered-To: quic-issues@ietfa.amsl.com
Received: from localhost (localhost [127.0.0.1]) by ietfa.amsl.com (Postfix) with ESMTP id 9BA5E130F8B for <quic-issues@ietfa.amsl.com>; Sun, 27 Jan 2019 22:35:13 -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=-4.553, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, RCVD_IN_DNSWL_NONE=-0.0001, SPF_PASS=-0.001, URIBL_BLOCKED=0.001] autolearn=ham autolearn_force=no
Authentication-Results: ietfa.amsl.com (amavisd-new); dkim=pass (1024-bit key) header.d=github.com
Received: from mail.ietf.org ([4.31.198.44]) by localhost (ietfa.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id WgMwKJtlHLyB for <quic-issues@ietfa.amsl.com>; Sun, 27 Jan 2019 22:35:12 -0800 (PST)
Received: from m71-131.mailgun.net (m71-131.mailgun.net [166.78.71.131]) (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 D902912896A for <quic-issues@ietf.org>; Sun, 27 Jan 2019 22:35:11 -0800 (PST)
DKIM-Signature: a=rsa-sha256; v=1; c=relaxed/relaxed; d=github.com; q=dns/txt;  s=mailo; t=1548657311; h=Content-Transfer-Encoding: Content-Type: Mime-Version: Subject: Message-ID: To: Reply-To: From: Date: Sender; bh=XXgdkmU47kY2s33JW+lBnKLmJMlydOhfTiY+QWx+0SA=; b=h/ZuGzBR9iFna2amlrFGg32FqeedsgxX0eMm7+c64mczGG6fjgYmtaoIbOXkC2++BOxFZgFU kvkrO7ib7stINtSCID91d0tLpyj02ujI1/qp+uHZILFGtac1PQeRMfPynSun2KgL5pI8PwhM Eom2bPt1uTSxFeUifZxlZCk7ne4=
X-Mailgun-Sending-Ip: 166.78.71.131
X-Mailgun-Sid: WyJhNzYyYiIsICJxdWljLWlzc3Vlc0BpZXRmLm9yZyIsICI0MGYiXQ==
Sender: afrind=users.noreply.github.com@github.com
Received: from github.com (Unknown [192.30.252.44]) by mxa.mailgun.org with ESMTP id 5c4ea29e.7f88ca29a870-smtp-out-n02; Mon, 28 Jan 2019 06:35:10 -0000 (UTC)
Date: Sun, 27 Jan 2019 22:35:09 -0800
From: afrind <afrind@users.noreply.github.com>
Reply-To: afrind <afrind@users.noreply.github.com>
To: quic-issues@ietf.org
Message-ID: <5c4ea29d74a10_667c2afcf30ee57823362@hookshot-fe-6e9b612.cp1-iad.github.net.mail>
Subject: [quicwg/base-drafts] 7370c3: Bikeshed Required Insert Count encoding.
Mime-Version: 1.0
Content-Type: multipart/mixed; boundary="--==_mimepart_5c4ea29d745e9_667c2afcf30ee578232c5"; charset=UTF-8
Content-Transfer-Encoding: 7bit
Archived-At: <https://mailarchive.ietf.org/arch/msg/quic-issues/CvgdEjoDg-K6qzPt0vv18ARaQtI>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
Precedence: list
List-Id: Notification list for GitHub issues related to the QUIC WG <quic-issues.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=unsubscribe>
List-Archive: <https://mailarchive.ietf.org/arch/browse/quic-issues/>
List-Post: <mailto:quic-issues@ietf.org>
List-Help: <mailto:quic-issues-request@ietf.org?subject=help>
List-Subscribe: <https://www.ietf.org/mailman/listinfo/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=subscribe>
X-List-Received-Date: Mon, 28 Jan 2019 06:35:14 -0000

----==_mimepart_5c4ea29d745e9_667c2afcf30ee578232c5
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: quoted-printable

  Branch: refs/heads/master
  Home:   https://github.com/quicwg/base-drafts
  Commit: 7370c3b535c0d77772f34394c70bc64dfff43865
      https://github.com/quicwg/base-drafts/commit/7370c3b535c0d77772f343=
94c70bc64dfff43865
  Author: Bence B=C3=A9ky <bencebeky@users.noreply.github.com>
  Date:   2019-01-23 (Wed, 23 Jan 2019)

  Changed paths:
    M draft-ietf-quic-qpack.md

  Log Message:
  -----------
  Bikeshed Required Insert Count encoding.


  Commit: f29289559d261c036d6a83d56624743471f1ca04
      https://github.com/quicwg/base-drafts/commit/f29289559d261c036d6a83=
d56624743471f1ca04
  Author: Alan Frindell <afrind@fb.com>
  Date:   2019-01-27 (Sun, 27 Jan 2019)

  Changed paths:
    M draft-ietf-quic-qpack.md

  Log Message:
  -----------
  Spacing, fix build


  Commit: e6b676a404be64d328caaa0c7ecb43f8895d8f55
      https://github.com/quicwg/base-drafts/commit/e6b676a404be64d328caaa=
0c7ecb43f8895d8f55
  Author: afrind <afrind@users.noreply.github.com>
  Date:   2019-01-27 (Sun, 27 Jan 2019)

  Changed paths:
    M draft-ietf-quic-qpack.md

  Log Message:
  -----------
  Merge pull request #2366 from bencebeky/bnc-encode-requiredinsertcount

Bikeshed Required Insert Count encoding.


Compare: https://github.com/quicwg/base-drafts/compare/f45e89614d05...e6b=
676a404be
      **NOTE:** GitHub Services has been marked for deprecation: https://=
developer.github.com/changes/2018-04-25-github-services-deprecation/

      We will provide an alternative path for the email notifications by =
January 31st, 2019.

----==_mimepart_5c4ea29d745e9_667c2afcf30ee578232c5--


From nobody Sun Jan 27 22:35: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 43493130FA0 for <quic-issues@ietfa.amsl.com>; Sun, 27 Jan 2019 22:35:21 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -10.935
X-Spam-Level: 
X-Spam-Status: No, score=-10.935 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIMWL_WL_HIGH=-4.553, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, HTML_IMAGE_ONLY_24=1.618, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-1, RCVD_IN_DNSWL_HI=-5, SPF_PASS=-0.001] autolearn=ham autolearn_force=no
Authentication-Results: ietfa.amsl.com (amavisd-new); dkim=pass (1024-bit key) header.d=github.com
Received: from mail.ietf.org ([4.31.198.44]) by localhost (ietfa.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id Qd8WX2i_ppqP for <quic-issues@ietfa.amsl.com>; Sun, 27 Jan 2019 22:35: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 CAE97130F8B for <quic-issues@ietf.org>; Sun, 27 Jan 2019 22:35:19 -0800 (PST)
Date: Sun, 27 Jan 2019 22:35:18 -0800
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1548657318; bh=/bBeUmYoIEYdwdSSzN2wdluqor6Y8BZOkm+vQtS2JJ0=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=uwOiErSYrSzJRxMiv3P7wO1ycoSu1gh9ihBrD/8G+tvW/1Z++IMBJyXZ7cehL+l25 caXe/NFxrD27sQB3k+22o4QnDkZzGJFHhGbhW402zmfqc+jtKQRFkUO5PAMD7Eyehw HcvQjI3xT6SyFrm/qEz+VtMBAHUuB0y8xqmMnUMU=
From: afrind <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+0166e4ab068d606a66baa9360da1ecc400811f0df4ade87892cf00000001186664a692a169ce17faf23c@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/pull/2366/issue_event/2099899893@github.com>
In-Reply-To: <quicwg/base-drafts/pull/2366@github.com>
References: <quicwg/base-drafts/pull/2366@github.com>
Subject: Re: [quicwg/base-drafts] Bikeshed Required Insert Count encoding. (#2366)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5c4ea2a6f0384_12843f89664d45c01062429"; 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/a8WzLK7M34oZbG-KYYIRHlNhbi0>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
List-Id: Notification list for GitHub issues related to the QUIC WG <quic-issues.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=unsubscribe>
List-Archive: <https://mailarchive.ietf.org/arch/browse/quic-issues/>
List-Post: <mailto:quic-issues@ietf.org>
List-Help: <mailto:quic-issues-request@ietf.org?subject=help>
List-Subscribe: <https://www.ietf.org/mailman/listinfo/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=subscribe>
X-List-Received-Date: Mon, 28 Jan 2019 06:35:21 -0000

----==_mimepart_5c4ea2a6f0384_12843f89664d45c01062429
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

Merged #2366 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/2366#event-2099899893
----==_mimepart_5c4ea2a6f0384_12843f89664d45c01062429
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="402321980" data-permission-text="Issue title is private" data-url="https://github.com/quicwg/base-drafts/issues/2366" data-hovercard-type="pull_request" data-hovercard-url="/quicwg/base-drafts/pull/2366/hovercard" href="https://github.com/quicwg/base-drafts/pull/2366">#2366</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/2366#event-2099899893">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AWbkqwjlgUIQUeTPdv1H155KWECjg1ekks5vHpomgaJpZM4aPJYD">mute the thread</a>.<img src="https://github.com/notifications/beacon/AWbkqz4bQbe6n6WGUiNRsGa4jtMC3uDAks5vHpomgaJpZM4aPJYD.gif" height="1" width="1" alt="" /></p>
<script type="application/json" data-scope="inboxmarkup">{"api_version":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name":"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"https://github.githubassets.com/images/email/message_cards/header.png","avatar_image_url":"https://github.githubassets.com/images/email/message_cards/avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/quicwg/base-drafts"}},"updates":{"snippets":[{"icon":"DESCRIPTION","message":"Merged #2366 into master."}],"action":{"name":"View Pull Request","url":"https://github.com/quicwg/base-drafts/pull/2366#event-2099899893"}}}</script>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/pull/2366#event-2099899893",
"url": "https://github.com/quicwg/base-drafts/pull/2366#event-2099899893",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>
----==_mimepart_5c4ea2a6f0384_12843f89664d45c01062429--


From nobody Sun Jan 27 22:38: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 D7B83130FA3 for <quic-issues@ietfa.amsl.com>; Sun, 27 Jan 2019 22:38:05 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -12.552
X-Spam-Level: 
X-Spam-Status: No, score=-12.552 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIMWL_WL_HIGH=-4.553, 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_PASS=-0.001, WEIRD_PORT=0.001] autolearn=ham autolearn_force=no
Authentication-Results: ietfa.amsl.com (amavisd-new); dkim=pass (1024-bit key) header.d=github.com
Received: from mail.ietf.org ([4.31.198.44]) by localhost (ietfa.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 2ODatP8ljVrI for <quic-issues@ietfa.amsl.com>; Sun, 27 Jan 2019 22:38: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 52C1212896A for <quic-issues@ietf.org>; Sun, 27 Jan 2019 22:38:04 -0800 (PST)
Date: Sun, 27 Jan 2019 22:38:03 -0800
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1548657483; bh=Y1Xr/khZssjuQ+1kvjMA5ymXXbx+QEughjbdI6OI+qo=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=uqUU94yR39cdmADkvbFDzFyJRpHzpg7NaOSybteMc2eEGxn9SL6KrgC7RK5EaT4O1 VuEmYsDV420IXnbP1VIWG2CRWo3px8xfvUg9YyjQt7TunMqvDqEMMgX94qs9DTMrAZ U6lIWMbS+P3QnjpsR00JUBTgxVNICRuqtguReJrE=
From: Mike Bishop <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+0166e4ab5db255b7431835f456e53e39f2ace6508cc34a9e92cf000000011866654b92a169ce0c2f403e@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/458014085@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_5c4ea34b56048_3eae3fc1e2ed45c0267975"; 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/sKLVxINWqhAEEVKhKNJFhhISoz0>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
List-Id: Notification list for GitHub issues related to the QUIC WG <quic-issues.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=unsubscribe>
List-Archive: <https://mailarchive.ietf.org/arch/browse/quic-issues/>
List-Post: <mailto:quic-issues@ietf.org>
List-Help: <mailto:quic-issues-request@ietf.org?subject=help>
List-Subscribe: <https://www.ietf.org/mailman/listinfo/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=subscribe>
X-List-Received-Date: Mon, 28 Jan 2019 06:38:06 -0000

----==_mimepart_5c4ea34b56048_3eae3fc1e2ed45c0267975
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

By that logic, why can't you just try https:// for any http:// URL, or try https://host:443/ if connecting to https://host:8443/ fails?  An origin specifies a scheme, protocol, and port; scheme by definition bundles a transport protocol.  If you change any of those, you're talking to a different origin.  Alt-Svc provides a mechanism for an origin to bless a different endpoint as being co-authoritative for that origin, and that's what H3 does currently.  Lacking an Alt-Svc delegation, you're talking to a different origin.

Now, if we chose to go update the definition of the "http" and "https" schemes to specify either/both transport protocols, we could perhaps do so; while it stretches the spirit of RFC 3986, that doesn't *exactly* say that it can specify only one transport 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/issues/253#issuecomment-458014085
----==_mimepart_5c4ea34b56048_3eae3fc1e2ed45c0267975
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: quoted-printable

<p>By that logic, why can't you just try https:// for any http:// URL, or=
 try <a href=3D"https://host:443/" rel=3D"nofollow">https://host:443/</a>=
 if connecting to <a href=3D"https://host:8443/" rel=3D"nofollow">https:/=
/host:8443/</a> fails?  An origin specifies a scheme, protocol, and port;=
 scheme by definition bundles a transport protocol.  If you change any of=
 those, you're talking to a different origin.  Alt-Svc provides a mechani=
sm for an origin to bless a different endpoint as being co-authoritative =
for that origin, and that's what H3 does currently.  Lacking an Alt-Svc d=
elegation, you're talking to a different origin.</p>
<p>Now, if we chose to go update the definition of the "http" and "https"=
 schemes to specify either/both transport protocols, we could perhaps do =
so; while it stretches the spirit of RFC 3986, that doesn't <em>exactly</=
em> say that it can specify only one transport protocol.</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/253#issuecomment-458014085">view it on GitHub</a>, =
or <a href=3D"https://github.com/notifications/unsubscribe-auth/AWbkq_OtK=
CLMk7Wwvsizr8Wgr5u1rKqgks5vHprLgaJpZM4LzLA5">mute the thread</a>.<img src=
=3D"https://github.com/notifications/beacon/AWbkqx7lnlvY1cEsiV3JGOEauwOYz=
L6Vks5vHprLgaJpZM4LzLA5.gif" height=3D"1" width=3D"1" alt=3D"" /></p>
<script type=3D"application/json" data-scope=3D"inboxmarkup">{"api_versio=
n":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name"=
:"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"=
quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"http=
s://github.githubassets.com/images/email/message_cards/header.png","avata=
r_image_url":"https://github.githubassets.com/images/email/message_cards/=
avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/q=
uicwg/base-drafts"}},"updates":{"snippets":[{"icon":"PERSON","message":"@=
MikeBishop in #253: By that logic, why can't you just try https:// for an=
y http:// URL, or try https://host:443/ if connecting to https://host:844=
3/ fails?  An origin specifies a scheme, protocol, and port; scheme by de=
finition bundles a transport protocol.  If you change any of those, you'r=
e talking to a different origin.  Alt-Svc provides a mechanism for an ori=
gin to bless a different endpoint as being co-authoritative for that orig=
in, and that's what H3 does currently.  Lacking an Alt-Svc delegation, yo=
u're talking to a different origin.\r\n\r\nNow, if we chose to go update =
the definition of the \"http\" and \"https\" schemes to specify either/bo=
th transport protocols, we could perhaps do so; while it stretches the sp=
irit of RFC 3986, that doesn't *exactly* say that it can specify only one=
 transport protocol."}],"action":{"name":"View Issue","url":"https://gith=
ub.com/quicwg/base-drafts/issues/253#issuecomment-458014085"}}}</script>
<script type=3D"application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/issues/253#issuecomment-=
458014085",
"url": "https://github.com/quicwg/base-drafts/issues/253#issuecomment-458=
014085",
"name": "View Issue"
},
"description": "View this Issue on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>=

----==_mimepart_5c4ea34b56048_3eae3fc1e2ed45c0267975--


From nobody Sun Jan 27 22: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 36625130FA0 for <quic-issues@ietfa.amsl.com>; Sun, 27 Jan 2019 22:40:36 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -10.935
X-Spam-Level: 
X-Spam-Status: No, score=-10.935 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIMWL_WL_HIGH=-4.553, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, HTML_IMAGE_ONLY_24=1.618, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-1, RCVD_IN_DNSWL_HI=-5, SPF_PASS=-0.001] autolearn=ham autolearn_force=no
Authentication-Results: ietfa.amsl.com (amavisd-new); dkim=pass (1024-bit key) header.d=github.com
Received: from mail.ietf.org ([4.31.198.44]) by localhost (ietfa.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id L1nKMdhmBnRX for <quic-issues@ietfa.amsl.com>; Sun, 27 Jan 2019 22:40: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 9226E12896A for <quic-issues@ietf.org>; Sun, 27 Jan 2019 22:40:34 -0800 (PST)
Date: Sun, 27 Jan 2019 22:40:33 -0800
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1548657633; bh=YP3c0cRTzejaNoD7oxYvogbcpZ2u50U2uannQfjdUsc=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=iQ/gevuVGl4cC5NzZTwI9CQ5/dg9nxfvK0FaxTnlZ8tnwE5vK0/vsKIn3+8+v1/WY ypYKGNAvEuNDdVOWGUkNpnF3w44n4siWxzLoyyDnCBKpypEZzIbqa8HLud/J/clh3P EL9tFOaC9c4v3KCVRihf3rFnWNq6twv4lC/54sVw=
From: ExE Boss <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+0166e4ab0c2e3fb4dd0d11e6a3123fee9e1a4b9e38d48ec692cf00000001186665e192a169ce0c2f403e@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/458014531@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_5c4ea3e1c2928_7ba23f871e0d45b42811df"; charset=UTF-8
Content-Transfer-Encoding: 7bit
Precedence: list
X-GitHub-Sender: ExE-Boss
X-GitHub-Recipient: quic-issues
X-GitHub-Reason: subscribed
X-Auto-Response-Suppress: All
X-GitHub-Recipient-Address: quic-issues@ietf.org
Archived-At: <https://mailarchive.ietf.org/arch/msg/quic-issues/O0AHtuzroxbfWbdbk6KBRtSum48>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
List-Id: Notification list for GitHub issues related to the QUIC WG <quic-issues.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=unsubscribe>
List-Archive: <https://mailarchive.ietf.org/arch/browse/quic-issues/>
List-Post: <mailto:quic-issues@ietf.org>
List-Help: <mailto:quic-issues-request@ietf.org?subject=help>
List-Subscribe: <https://www.ietf.org/mailman/listinfo/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=subscribe>
X-List-Received-Date: Mon, 28 Jan 2019 06:40:36 -0000

----==_mimepart_5c4ea3e1c2928_7ba23f871e0d45b42811df
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: quoted-printable

And that=E2=80=99s why we&nbsp;should use UDP&nbsp;port&nbsp;443 for&nbsp=
;HTTP/QUIC (as&nbsp;QUIC uses portions of&nbsp;TLS to do the encryption, =
and so HTTP/QUIC is&nbsp;HTTPS over&nbsp;UDP, which is&nbsp:what UDP&nbsp=
;port&nbsp;443 is&nbsp;for).=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/253#issuecomment-458014531=

----==_mimepart_5c4ea3e1c2928_7ba23f871e0d45b42811df
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: quoted-printable

<p>And that=E2=80=99s why we=C2=A0should use UDP=C2=A0port=C2=A0443 for=C2=
=A0HTTP/QUIC (as=C2=A0QUIC uses portions of=C2=A0TLS to do the encryption=
, and so HTTP/QUIC is=C2=A0HTTPS over=C2=A0UDP, which is&amp;nbsp:what UD=
P=C2=A0port=C2=A0443 is=C2=A0for).</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/253#issuecomment-458014531">view it on GitHub</a>, =
or <a href=3D"https://github.com/notifications/unsubscribe-auth/AWbkq72e6=
5sALoCDe7jJsGM3R-7yAkwOks5vHpthgaJpZM4LzLA5">mute the thread</a>.<img src=
=3D"https://github.com/notifications/beacon/AWbkq4d8DI8w6AMLFN4vwy4yKl5N-=
Dq3ks5vHpthgaJpZM4LzLA5.gif" height=3D"1" width=3D"1" alt=3D"" /></p>=0D
<script type=3D"application/json" data-scope=3D"inboxmarkup">{"api_versio=
n":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name"=
:"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"=
quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"http=
s://github.githubassets.com/images/email/message_cards/header.png","avata=
r_image_url":"https://github.githubassets.com/images/email/message_cards/=
avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/q=
uicwg/base-drafts"}},"updates":{"snippets":[{"icon":"PERSON","message":"@=
ExE-Boss in #253: And that=E2=80=99s why we\u0026nbsp;should use UDP\u002=
6nbsp;port\u0026nbsp;443 for\u0026nbsp;HTTP/QUIC (as\u0026nbsp;QUIC uses =
portions of\u0026nbsp;TLS to do the encryption, and so HTTP/QUIC is\u0026=
nbsp;HTTPS over\u0026nbsp;UDP, which is\u0026nbsp:what UDP\u0026nbsp;port=
\u0026nbsp;443 is\u0026nbsp;for)."}],"action":{"name":"View Issue","url":=
"https://github.com/quicwg/base-drafts/issues/253#issuecomment-458014531"=
}}}</script>=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/253#issuecomment-=
458014531",=0D
"url": "https://github.com/quicwg/base-drafts/issues/253#issuecomment-458=
014531",=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_5c4ea3e1c2928_7ba23f871e0d45b42811df--


From nobody Sun Jan 27 22:41:16 2019
Return-Path: <bounce+565321.40f-quic-issues=ietf.org@github.com>
X-Original-To: quic-issues@ietfa.amsl.com
Delivered-To: quic-issues@ietfa.amsl.com
Received: from localhost (localhost [127.0.0.1]) by ietfa.amsl.com (Postfix) with ESMTP id D72F9130FA0 for <quic-issues@ietfa.amsl.com>; Sun, 27 Jan 2019 22:41:14 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -6.452
X-Spam-Level: 
X-Spam-Status: No, score=-6.452 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIMWL_WL_HIGH=-4.553, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, HEADER_FROM_DIFFERENT_DOMAINS=0.001, RCVD_IN_DNSWL_NONE=-0.0001, SPF_PASS=-0.001, URIBL_BLOCKED=0.001] autolearn=ham autolearn_force=no
Authentication-Results: ietfa.amsl.com (amavisd-new); dkim=pass (1024-bit key) header.d=github.com
Received: from mail.ietf.org ([4.31.198.44]) by localhost (ietfa.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id VpYzLh7LYJ0M for <quic-issues@ietfa.amsl.com>; Sun, 27 Jan 2019 22:41:13 -0800 (PST)
Received: from m71-131.mailgun.net (m71-131.mailgun.net [166.78.71.131]) (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 15DC212896A for <quic-issues@ietf.org>; Sun, 27 Jan 2019 22:41:12 -0800 (PST)
DKIM-Signature: a=rsa-sha256; v=1; c=relaxed/relaxed; d=github.com; q=dns/txt;  s=mailo; t=1548657672; h=Content-Transfer-Encoding: Content-Type: Mime-Version: Subject: Message-ID: To: Reply-To: From: Date: Sender; bh=oDi1RO7TQMtNliH9QihLXzionDWb3QZN1V39TJTZ0RM=; b=Nxue7jaGhml9J3YUrosrmXwJiigQFqmqITcO5tsHAvFETCbXCbktTzZOJwg7PBYDcIaz9or2 kJG0YGGMnn7LTZaMgnb6yFVOG7s0330kdLPHaMn2ioOdHPb+HayGccY08lSkWNbw0tpQ/0eN J6ArtoNHTRP09aci1REiNPEfYg8=
X-Mailgun-Sending-Ip: 166.78.71.131
X-Mailgun-Sid: WyJhNzYyYiIsICJxdWljLWlzc3Vlc0BpZXRmLm9yZyIsICI0MGYiXQ==
Sender: mt=lowentropy.net@github.com
Received: from github.com (Unknown [192.30.252.35]) by mxa.mailgun.org with ESMTP id 5c4ea407.7f48fb11ce40-smtp-out-n03; Mon, 28 Jan 2019 06:41:11 -0000 (UTC)
Date: Sun, 27 Jan 2019 22:41:10 -0800
From: Martin Thomson <mt@lowentropy.net>
Reply-To: Martin Thomson <mt@lowentropy.net>
To: quic-issues@ietf.org
Message-ID: <5c4ea406b7485_51e2b1c7736458498593@hookshot-fe-d252ca1.cp1-iad.github.net.mail>
Subject: [quicwg/base-drafts] d6e203: remove misleading sentence about closing and state...
Mime-Version: 1.0
Content-Type: multipart/mixed; boundary="--==_mimepart_5c4ea406b6ed2_51e2b1c7736458498491"; charset=UTF-8
Content-Transfer-Encoding: 7bit
Archived-At: <https://mailarchive.ietf.org/arch/msg/quic-issues/-xBCaSDiCRLEmomIKb-fYy9ylFA>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
Precedence: list
List-Id: Notification list for GitHub issues related to the QUIC WG <quic-issues.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=unsubscribe>
List-Archive: <https://mailarchive.ietf.org/arch/browse/quic-issues/>
List-Post: <mailto:quic-issues@ietf.org>
List-Help: <mailto:quic-issues-request@ietf.org?subject=help>
List-Subscribe: <https://www.ietf.org/mailman/listinfo/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=subscribe>
X-List-Received-Date: Mon, 28 Jan 2019 06:41:15 -0000

----==_mimepart_5c4ea406b6ed2_51e2b1c7736458498491
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

  Branch: refs/heads/master
  Home:   https://github.com/quicwg/base-drafts
  Commit: d6e203b8685b0cd547d95d8567ebf54fcf3d4356
      https://github.com/quicwg/base-drafts/commit/d6e203b8685b0cd547d95d8567ebf54fcf3d4356
  Author: Marten Seemann <martenseemann@gmail.com>
  Date:   2019-01-28 (Mon, 28 Jan 2019)

  Changed paths:
    M draft-ietf-quic-transport.md

  Log Message:
  -----------
  remove misleading sentence about closing and stateless resets


  Commit: a18c081933327647d5db2a791c7a7e546258f860
      https://github.com/quicwg/base-drafts/commit/a18c081933327647d5db2a791c7a7e546258f860
  Author: Marten Seemann <martenseemann@gmail.com>
  Date:   2019-01-28 (Mon, 28 Jan 2019)

  Changed paths:
    M draft-ietf-quic-transport.md

  Log Message:
  -----------
  allow closing and draining periods longer than 3 PTO


  Commit: 1982a9ec7dba8f297fa89c9e16fb62e5a74bb970
      https://github.com/quicwg/base-drafts/commit/1982a9ec7dba8f297fa89c9e16fb62e5a74bb970
  Author: Marten Seemann <martenseemann@gmail.com>
  Date:   2019-01-28 (Mon, 28 Jan 2019)

  Changed paths:
    M draft-ietf-quic-transport.md

  Log Message:
  -----------
  editorial changes in the closing section


  Commit: cffec96938ae7c9077c1a8b70e51f932d09c3570
      https://github.com/quicwg/base-drafts/commit/cffec96938ae7c9077c1a8b70e51f932d09c3570
  Author: Martin Thomson <mt@lowentropy.net>
  Date:   2019-01-28 (Mon, 28 Jan 2019)

  Changed paths:
    M draft-ietf-quic-transport.md

  Log Message:
  -----------
  Endpoint's choice is what matters


  Commit: 092856a0e4478fe37b4e4e22a1e66fe5b5259183
      https://github.com/quicwg/base-drafts/commit/092856a0e4478fe37b4e4e22a1e66fe5b5259183
  Author: Martin Thomson <mt@lowentropy.net>
  Date:   2019-01-28 (Mon, 28 Jan 2019)

  Changed paths:
    M draft-ietf-quic-transport.md

  Log Message:
  -----------
  endpoint-role-agnostic


  Commit: 1a50a2f6f71a8ba2edcb21158ea4682a3a19e7f7
      https://github.com/quicwg/base-drafts/commit/1a50a2f6f71a8ba2edcb21158ea4682a3a19e7f7
  Author: Martin Thomson <mt@lowentropy.net>
  Date:   2019-01-28 (Mon, 28 Jan 2019)

  Changed paths:
    M draft-ietf-quic-transport.md

  Log Message:
  -----------
  Merge branch 'pr2315'


Compare: https://github.com/quicwg/base-drafts/compare/e6b676a404be...1a50a2f6f71a
      **NOTE:** GitHub Services has been marked for deprecation: https://developer.github.com/changes/2018-04-25-github-services-deprecation/

      We will provide an alternative path for the email notifications by January 31st, 2019.

----==_mimepart_5c4ea406b6ed2_51e2b1c7736458498491--


From nobody Sun Jan 27 22:41: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 8BA65130FA5 for <quic-issues@ietfa.amsl.com>; Sun, 27 Jan 2019 22:41:42 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -11.007
X-Spam-Level: 
X-Spam-Status: No, score=-11.007 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIMWL_WL_HIGH=-4.553, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, HTML_IMAGE_ONLY_20=1.546, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-1, RCVD_IN_DNSWL_HI=-5, SPF_PASS=-0.001] autolearn=ham autolearn_force=no
Authentication-Results: ietfa.amsl.com (amavisd-new); dkim=pass (1024-bit key) header.d=github.com
Received: from mail.ietf.org ([4.31.198.44]) by localhost (ietfa.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id ErdR-f76oTaJ for <quic-issues@ietfa.amsl.com>; Sun, 27 Jan 2019 22:41:41 -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 E9362130FA0 for <quic-issues@ietf.org>; Sun, 27 Jan 2019 22:41:40 -0800 (PST)
Date: Sun, 27 Jan 2019 22:41:40 -0800
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1548657700; bh=PxKZ8uiOd6pQ5icXxa/cSlWwZmcCq/tbVIhemH/wtV4=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=I0X6pqgP266FzuJBmGCaSw4W25H0JzFVmK0TjQxykj8RL89ULRNCB38EYO89qAzCP i+Di0dtiURPZas95j04Y9en1rj/KWaByt4XNBFIl5AFCUlNepuZ6OwYQ7FGQAxng4b yawrBymqfFJRP+GSJBMeomK6nVgwc36WMOpxbXxs=
From: Martin Thomson <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+0166e4aba95c5ff6bcd90111a7efde338995bc34ec11da4792cf000000011866662492a169ce17a59a36@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/pull/2315/c458014708@github.com>
In-Reply-To: <quicwg/base-drafts/pull/2315@github.com>
References: <quicwg/base-drafts/pull/2315@github.com>
Subject: Re: [quicwg/base-drafts] editorial changes in the closing section (#2315)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5c4ea4241d9bb_6dc83fc4578d45b845559b"; 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/m1atA_yMAauoMcs2aE6Cq2KX52M>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
List-Id: Notification list for GitHub issues related to the QUIC WG <quic-issues.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=unsubscribe>
List-Archive: <https://mailarchive.ietf.org/arch/browse/quic-issues/>
List-Post: <mailto:quic-issues@ietf.org>
List-Help: <mailto:quic-issues-request@ietf.org?subject=help>
List-Subscribe: <https://www.ietf.org/mailman/listinfo/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=subscribe>
X-List-Received-Date: Mon, 28 Jan 2019 06:41:42 -0000

----==_mimepart_5c4ea4241d9bb_6dc83fc4578d45b845559b
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

Rebased and merged manually, with some tweaks.

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/quicwg/base-drafts/pull/2315#issuecomment-458014708
----==_mimepart_5c4ea4241d9bb_6dc83fc4578d45b845559b
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

<p>Rebased and merged manually, with some tweaks.</p>

<p style="font-size:small;-webkit-text-size-adjust:none;color:#666;">&mdash;<br />You are receiving this because you are subscribed to this thread.<br />Reply to this email directly, <a href="https://github.com/quicwg/base-drafts/pull/2315#issuecomment-458014708">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AWbkq7VoAw4PUP_i3WQlire18Y5sakpbks5vHpukgaJpZM4Z0q1r">mute the thread</a>.<img src="https://github.com/notifications/beacon/AWbkq2lQiMlm0_pS4gfbCHV3d0XUjfEQks5vHpukgaJpZM4Z0q1r.gif" height="1" width="1" alt="" /></p>
<script type="application/json" data-scope="inboxmarkup">{"api_version":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name":"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"https://github.githubassets.com/images/email/message_cards/header.png","avatar_image_url":"https://github.githubassets.com/images/email/message_cards/avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/quicwg/base-drafts"}},"updates":{"snippets":[{"icon":"PERSON","message":"@martinthomson in #2315: Rebased and merged manually, with some tweaks."}],"action":{"name":"View Pull Request","url":"https://github.com/quicwg/base-drafts/pull/2315#issuecomment-458014708"}}}</script>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/pull/2315#issuecomment-458014708",
"url": "https://github.com/quicwg/base-drafts/pull/2315#issuecomment-458014708",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>
----==_mimepart_5c4ea4241d9bb_6dc83fc4578d45b845559b--


From nobody Sun Jan 27 22:41: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 88D16130FBB for <quic-issues@ietfa.amsl.com>; Sun, 27 Jan 2019 22:41:45 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -10.935
X-Spam-Level: 
X-Spam-Status: No, score=-10.935 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIMWL_WL_HIGH=-4.553, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, HTML_IMAGE_ONLY_24=1.618, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-1, RCVD_IN_DNSWL_HI=-5, SPF_PASS=-0.001] autolearn=ham autolearn_force=no
Authentication-Results: ietfa.amsl.com (amavisd-new); dkim=pass (1024-bit key) header.d=github.com
Received: from mail.ietf.org ([4.31.198.44]) by localhost (ietfa.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id ElEujh4kb_hb for <quic-issues@ietfa.amsl.com>; Sun, 27 Jan 2019 22:41: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 85A08130FA3 for <quic-issues@ietf.org>; Sun, 27 Jan 2019 22:41:41 -0800 (PST)
Date: Sun, 27 Jan 2019 22:41:40 -0800
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1548657700; bh=+z6K1MH6QcnXxSLJKpZXU8s7Ad+7eUEBZU0UKqcZ3p4=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=QZifl5Yr/qApwuuEAmGtUPix2llGZuVci/NjZXMqwRG6IpATxW8LcK24N2HvZjSKW dfEvgUx6Qs4nRt7IJ1/90H4IqpN4u7gCAS16ogCOZzafOH5ovc//Pr3uZXdkQuAlen EQyr7UJWbKdHDuVqERa1VxBbFAMB/eLBX3lf3rZw=
From: Martin Thomson <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+0166e4aba95c5ff6bcd90111a7efde338995bc34ec11da4792cf000000011866662492a169ce17a59a36@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/pull/2315/issue_event/2099907751@github.com>
In-Reply-To: <quicwg/base-drafts/pull/2315@github.com>
References: <quicwg/base-drafts/pull/2315@github.com>
Subject: Re: [quicwg/base-drafts] editorial changes in the closing section (#2315)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5c4ea424b339c_4c43fecca2d45b493935"; 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/Q54BBdXJNxC3RaokPn8So_9q0U8>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
List-Id: Notification list for GitHub issues related to the QUIC WG <quic-issues.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=unsubscribe>
List-Archive: <https://mailarchive.ietf.org/arch/browse/quic-issues/>
List-Post: <mailto:quic-issues@ietf.org>
List-Help: <mailto:quic-issues-request@ietf.org?subject=help>
List-Subscribe: <https://www.ietf.org/mailman/listinfo/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=subscribe>
X-List-Received-Date: Mon, 28 Jan 2019 06:41:46 -0000

----==_mimepart_5c4ea424b339c_4c43fecca2d45b493935
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

Closed #2315.

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/quicwg/base-drafts/pull/2315#event-2099907751
----==_mimepart_5c4ea424b339c_4c43fecca2d45b493935
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="396728886" data-permission-text="Issue title is private" data-url="https://github.com/quicwg/base-drafts/issues/2315" data-hovercard-type="pull_request" data-hovercard-url="/quicwg/base-drafts/pull/2315/hovercard" href="https://github.com/quicwg/base-drafts/pull/2315">#2315</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/2315#event-2099907751">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AWbkq7VoAw4PUP_i3WQlire18Y5sakpbks5vHpukgaJpZM4Z0q1r">mute the thread</a>.<img src="https://github.com/notifications/beacon/AWbkq2lQiMlm0_pS4gfbCHV3d0XUjfEQks5vHpukgaJpZM4Z0q1r.gif" height="1" width="1" alt="" /></p>
<script type="application/json" data-scope="inboxmarkup">{"api_version":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name":"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"https://github.githubassets.com/images/email/message_cards/header.png","avatar_image_url":"https://github.githubassets.com/images/email/message_cards/avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/quicwg/base-drafts"}},"updates":{"snippets":[{"icon":"DESCRIPTION","message":"Closed #2315."}],"action":{"name":"View Pull Request","url":"https://github.com/quicwg/base-drafts/pull/2315#event-2099907751"}}}</script>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/pull/2315#event-2099907751",
"url": "https://github.com/quicwg/base-drafts/pull/2315#event-2099907751",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>
----==_mimepart_5c4ea424b339c_4c43fecca2d45b493935--


From nobody Sun Jan 27 22: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 CBC42130FA3 for <quic-issues@ietfa.amsl.com>; Sun, 27 Jan 2019 22:42:28 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -11.007
X-Spam-Level: 
X-Spam-Status: No, score=-11.007 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIMWL_WL_HIGH=-4.553, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, HTML_IMAGE_ONLY_20=1.546, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-1, RCVD_IN_DNSWL_HI=-5, SPF_PASS=-0.001] autolearn=ham autolearn_force=no
Authentication-Results: ietfa.amsl.com (amavisd-new); dkim=pass (1024-bit key) header.d=github.com
Received: 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-OlpSC144Gh for <quic-issues@ietfa.amsl.com>; Sun, 27 Jan 2019 22:42:27 -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 1E1C512896A for <quic-issues@ietf.org>; Sun, 27 Jan 2019 22:42:27 -0800 (PST)
Date: Sun, 27 Jan 2019 22:42:26 -0800
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1548657746; bh=jafx3UlqpXCmo4jaziZRYK1zgdUatZD8sKLRhWkT998=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=caVsmkEl4wkbkb74vciu2nDBWEFZIwijUa3BGhDfqpa8QEZOmMuGl7SOqLfv7ibbl gRTAcPnrWRIgo+7C9ztCDUVw34YNC+nPHIawBcB4tZUBoGAda5Rp+hHgWX0H+htIHJ lQATOqmmPxMuIg8ZuSk+84dvZr66eEGZYkeZfF+w=
From: Martin Thomson <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+0166e4ab695cf780cf2cdb37f57373d2068947d9f7adfdf992cf000000011866665292a169ce1742d764@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/pull/2124/c458014831@github.com>
In-Reply-To: <quicwg/base-drafts/pull/2124@github.com>
References: <quicwg/base-drafts/pull/2124@github.com>
Subject: Re: [quicwg/base-drafts] Strengthen 2119 language around tokens. (#2124)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5c4ea4524bf9a_55063f8a38ed45c08868b0"; 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/bIl-_tsm1XeV2zhJyLGSyYh5Yak>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
List-Id: Notification list for GitHub issues related to the QUIC WG <quic-issues.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=unsubscribe>
List-Archive: <https://mailarchive.ietf.org/arch/browse/quic-issues/>
List-Post: <mailto:quic-issues@ietf.org>
List-Help: <mailto:quic-issues-request@ietf.org?subject=help>
List-Subscribe: <https://www.ietf.org/mailman/listinfo/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=subscribe>
X-List-Received-Date: Mon, 28 Jan 2019 06:42:29 -0000

----==_mimepart_5c4ea4524bf9a_55063f8a38ed45c08868b0
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

Rebased and merged manually.

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/quicwg/base-drafts/pull/2124#issuecomment-458014831
----==_mimepart_5c4ea4524bf9a_55063f8a38ed45c08868b0
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

<p>Rebased and merged manually.</p>

<p style="font-size:small;-webkit-text-size-adjust:none;color:#666;">&mdash;<br />You are receiving this because you are subscribed to this thread.<br />Reply to this email directly, <a href="https://github.com/quicwg/base-drafts/pull/2124#issuecomment-458014831">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AWbkq-CeZ-OVlzSZlwcQnhxwCKSU8lYuks5vHpvSgaJpZM4ZPkzt">mute the thread</a>.<img src="https://github.com/notifications/beacon/AWbkqxFZXI-ORQirPMW3ddkXChVNXaddks5vHpvSgaJpZM4ZPkzt.gif" height="1" width="1" alt="" /></p>
<script type="application/json" data-scope="inboxmarkup">{"api_version":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name":"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"https://github.githubassets.com/images/email/message_cards/header.png","avatar_image_url":"https://github.githubassets.com/images/email/message_cards/avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/quicwg/base-drafts"}},"updates":{"snippets":[{"icon":"PERSON","message":"@martinthomson in #2124: Rebased and merged manually."}],"action":{"name":"View Pull Request","url":"https://github.com/quicwg/base-drafts/pull/2124#issuecomment-458014831"}}}</script>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/pull/2124#issuecomment-458014831",
"url": "https://github.com/quicwg/base-drafts/pull/2124#issuecomment-458014831",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>
----==_mimepart_5c4ea4524bf9a_55063f8a38ed45c08868b0--


From nobody Sun Jan 27 22:42:36 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 3E65612896A for <quic-issues@ietfa.amsl.com>; Sun, 27 Jan 2019 22:42:30 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -5.935
X-Spam-Level: 
X-Spam-Status: No, score=-5.935 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIMWL_WL_HIGH=-4.553, DKIM_SIGNED=0.1, DKIM_VALID=-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_PASS=-0.001] autolearn=ham autolearn_force=no
Authentication-Results: ietfa.amsl.com (amavisd-new); dkim=pass (1024-bit key) header.d=github.com
Received: from mail.ietf.org ([4.31.198.44]) by localhost (ietfa.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 9kprVodZXpvI for <quic-issues@ietfa.amsl.com>; Sun, 27 Jan 2019 22:42:29 -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 ADB30130FA0 for <quic-issues@ietf.org>; Sun, 27 Jan 2019 22:42:28 -0800 (PST)
DKIM-Signature: v=1; a=rsa-sha1; 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=mgs0VfFtkUqb/zRYnwO/zNZRJ5A=; b=eGL6zxpYfssOGpwy P/jcl0gSuy1x/5JLlRFtsVvpCgiVI27jh44LFb7rXMTEn+70gmSP4q1vgPIOgTc0 nRGfZTvs0uo/zvjaF8OQGrGqPEsCCgTvpX9Tgqw5doiRQIthxCTc/1VXoVgzxEEA ltuZoSdQQpemGYB8PBSq0ykIBEk=
Received: by filter0518p1iad2.sendgrid.net with SMTP id filter0518p1iad2-15694-5C4EA453-3 2019-01-28 06:42:27.210378034 +0000 UTC m=+198198.490545272
Received: from out-5.smtp.github.com (out-5.smtp.github.com [192.30.252.196]) by ismtpd0039p1mdw1.sendgrid.net (SG) with ESMTP id tHL-JiAsQ7ir1oJMOdWOsw for <quic-issues@ietf.org>; Mon, 28 Jan 2019 06:42:27.120 +0000 (UTC)
Date: Mon, 28 Jan 2019 06:42:27 +0000 (UTC)
From: Martin Thomson <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+0166e4ab695cf780cf2cdb37f57373d2068947d9f7adfdf992cf000000011866665292a169ce1742d764@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/pull/2124/issue_event/2099908552@github.com>
In-Reply-To: <quicwg/base-drafts/pull/2124@github.com>
References: <quicwg/base-drafts/pull/2124@github.com>
Subject: Re: [quicwg/base-drafts] Strengthen 2119 language around tokens. (#2124)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5c4ea4529cff6_5fe13fa3dfed45b41006383"; 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-SG-EID: l64QuQ2uJCcEyUykJbxN122A6QRmEpucztpreh3Pak2CYz2UO0uM+f5ya/2dAXlJxCsR050x63CFZc y4gJUTX0OWbcOE//Yny8ZkWmjoFnWLwS0E5ydPX1aNk55vsa44hzgcWgO1qiWXMl9H/8MDzFBNsLw3 ah4EfzLt/Zqr3cGmbs4S9Hc44x6c1xwlwJpJgGOXWebBNjjpN3nBek6XW06ZLpb2FDB0zSeNkm3iuS I=
Archived-At: <https://mailarchive.ietf.org/arch/msg/quic-issues/LrmyQWenYakgb2dxUEAMOhsrnwY>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
List-Id: Notification list for GitHub issues related to the QUIC WG <quic-issues.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=unsubscribe>
List-Archive: <https://mailarchive.ietf.org/arch/browse/quic-issues/>
List-Post: <mailto:quic-issues@ietf.org>
List-Help: <mailto:quic-issues-request@ietf.org?subject=help>
List-Subscribe: <https://www.ietf.org/mailman/listinfo/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=subscribe>
X-List-Received-Date: Mon, 28 Jan 2019 06:42:30 -0000

----==_mimepart_5c4ea4529cff6_5fe13fa3dfed45b41006383
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

Closed #2124.

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/quicwg/base-drafts/pull/2124#event-2099908552
----==_mimepart_5c4ea4529cff6_5fe13fa3dfed45b41006383
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="390256484" data-permission-text="Issue title is private" data-url="https://github.com/quicwg/base-drafts/issues/2124" data-hovercard-type="pull_request" data-hovercard-url="/quicwg/base-drafts/pull/2124/hovercard" href="https://github.com/quicwg/base-drafts/pull/2124">#2124</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/2124#event-2099908552">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AWbkq-CeZ-OVlzSZlwcQnhxwCKSU8lYuks5vHpvSgaJpZM4ZPkzt">mute the thread</a>.<img src="https://github.com/notifications/beacon/AWbkqxFZXI-ORQirPMW3ddkXChVNXaddks5vHpvSgaJpZM4ZPkzt.gif" height="1" width="1" alt="" /></p>
<script type="application/json" data-scope="inboxmarkup">{"api_version":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name":"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"https://github.githubassets.com/images/email/message_cards/header.png","avatar_image_url":"https://github.githubassets.com/images/email/message_cards/avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/quicwg/base-drafts"}},"updates":{"snippets":[{"icon":"DESCRIPTION","message":"Closed #2124."}],"action":{"name":"View Pull Request","url":"https://github.com/quicwg/base-drafts/pull/2124#event-2099908552"}}}</script>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/pull/2124#event-2099908552",
"url": "https://github.com/quicwg/base-drafts/pull/2124#event-2099908552",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>
----==_mimepart_5c4ea4529cff6_5fe13fa3dfed45b41006383--


From nobody Sun Jan 27 22:46: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 8B396130FA0 for <quic-issues@ietfa.amsl.com>; Sun, 27 Jan 2019 22:46:13 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -10.935
X-Spam-Level: 
X-Spam-Status: No, score=-10.935 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIMWL_WL_HIGH=-4.553, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, HTML_IMAGE_ONLY_24=1.618, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-1, RCVD_IN_DNSWL_HI=-5, SPF_PASS=-0.001] autolearn=ham autolearn_force=no
Authentication-Results: ietfa.amsl.com (amavisd-new); dkim=pass (1024-bit key) header.d=github.com
Received: from mail.ietf.org ([4.31.198.44]) by localhost (ietfa.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id qz6P1YmrpMQe for <quic-issues@ietfa.amsl.com>; Sun, 27 Jan 2019 22:46:11 -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 A6B1112896A for <quic-issues@ietf.org>; Sun, 27 Jan 2019 22:46:11 -0800 (PST)
Date: Sun, 27 Jan 2019 22:46:10 -0800
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1548657970; bh=5X3G2+OZN2b6VtR3n9X5PXWduaoCmXed+FyLNzpwCiQ=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=y3/8q07KbGRIEKqvxSu6+Tqyvzt9f+z4w02zv99siwl3Tgs4nKlitUU1NcL9aCdb+ Xbl5hpdb7nYDcHANEkD0WRnUrlB6CNK2QWZWWyONaSvnzIfbJ3lZlzC1MlPH4g3DEw zBMcjjpozZl/DA3gKNG18EHlD8v6LTnvwsdKJuUo=
From: afrind <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/2368/push/3249450037@github.com>
In-Reply-To: <quicwg/base-drafts/pull/2368@github.com>
References: <quicwg/base-drafts/pull/2368@github.com>
Subject: Re: [quicwg/base-drafts] Clarify when to signal error on incorrect Required Insert Count. (#2368)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5c4ea532a3966_6ecb3ff1d66d45b88642af"; charset=UTF-8
Content-Transfer-Encoding: 7bit
Precedence: list
X-GitHub-Sender: afrind
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/eN3VTxERzgGdmYKHhOyWH853jCU>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
List-Id: Notification list for GitHub issues related to the QUIC WG <quic-issues.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=unsubscribe>
List-Archive: <https://mailarchive.ietf.org/arch/browse/quic-issues/>
List-Post: <mailto:quic-issues@ietf.org>
List-Help: <mailto:quic-issues-request@ietf.org?subject=help>
List-Subscribe: <https://www.ietf.org/mailman/listinfo/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=subscribe>
X-List-Received-Date: Mon, 28 Jan 2019 06:46:14 -0000

----==_mimepart_5c4ea532a3966_6ecb3ff1d66d45b88642af
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

@afrind pushed 1 commit.

c7970e72d8058da03808a604c6b620f0f09da53a  Minor editorial changes


-- 
You are receiving this because you are subscribed to this thread.
View it on GitHub:
https://github.com/quicwg/base-drafts/pull/2368/files/b24b3eefc0b2aa6746a2fd0166fbafb6120bfcd4..c7970e72d8058da03808a604c6b620f0f09da53a

----==_mimepart_5c4ea532a3966_6ecb3ff1d66d45b88642af
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

<p><a href="https://github.com/afrind" class="user-mention">@afrind</a> pushed 1 commit.</p>

<ul>
  <li><a class="commit-link" href="https://github.com/quicwg/base-drafts/commit/c7970e72d8058da03808a604c6b620f0f09da53a">c7970e7</a>  Minor editorial changes</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/2368/files/b24b3eefc0b2aa6746a2fd0166fbafb6120bfcd4..c7970e72d8058da03808a604c6b620f0f09da53a">View it on GitHub</a> or <a href="https://github.com/notifications/unsubscribe-auth/AWbkqzh64yiuX_p04GSFTm1nzMWZHmNyks5vHpyygaJpZM4aPPGW">mute the thread</a>.<img src="https://github.com/notifications/beacon/AWbkq87nARCO-JHyUX4XCzGhW7KmFoxBks5vHpyygaJpZM4aPPGW.gif" height="1" width="1" alt="" /></p>
<script type="application/json" data-scope="inboxmarkup">{"api_version":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name":"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"https://github.githubassets.com/images/email/message_cards/header.png","avatar_image_url":"https://github.githubassets.com/images/email/message_cards/avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/quicwg/base-drafts"}},"updates":{"snippets":[{"icon":"PERSON","message":"@afrind pushed 1 commit in #2368"}],"action":{"name":"View Pull Request","url":"https://github.com/quicwg/base-drafts/pull/2368/files/b24b3eefc0b2aa6746a2fd0166fbafb6120bfcd4..c7970e72d8058da03808a604c6b620f0f09da53a"}}}</script>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/pull/2368/files/b24b3eefc0b2aa6746a2fd0166fbafb6120bfcd4..c7970e72d8058da03808a604c6b620f0f09da53a",
"url": "https://github.com/quicwg/base-drafts/pull/2368/files/b24b3eefc0b2aa6746a2fd0166fbafb6120bfcd4..c7970e72d8058da03808a604c6b620f0f09da53a",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>

----==_mimepart_5c4ea532a3966_6ecb3ff1d66d45b88642af--


From nobody Sun Jan 27 22: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 0EE6E130FA5 for <quic-issues@ietfa.amsl.com>; Sun, 27 Jan 2019 22:48:19 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -12.553
X-Spam-Level: 
X-Spam-Status: No, score=-12.553 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIMWL_WL_HIGH=-4.553, 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_PASS=-0.001] autolearn=ham autolearn_force=no
Authentication-Results: ietfa.amsl.com (amavisd-new); dkim=pass (1024-bit key) header.d=github.com
Received: from mail.ietf.org ([4.31.198.44]) by localhost (ietfa.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id b00l677hEVqO for <quic-issues@ietfa.amsl.com>; Sun, 27 Jan 2019 22:48:17 -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 1E18F12896A for <quic-issues@ietf.org>; Sun, 27 Jan 2019 22:48:17 -0800 (PST)
Date: Sun, 27 Jan 2019 22:48:16 -0800
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1548658096; bh=cuWaB6DQkrV0RYmhki7QXb6gDftlPtDMscNfRFkoWAE=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=oCznJY9MnHhf6xwuxtlwRV2EJ5NI4rT4AVfzvX1i7RxaWcdw9v7gjd8mx8y9X68fj mqxQ8A6X5gC3Nvc6I53NIeSs9MSUk90V+hBSzzuVqyXlP1R+P9w/Y6xW85k+WdIJ2T L4J4c7sqkuDexclO/3aBSmvRYhbysD/XwxTP6paA=
From: Kazuho Oku <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+0166e4ab1a8046d8a4bd253d0d58afd3e3fac5a117c1fced92cf00000001186667b092a169ce1784eaec@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/issues/2267/458015764@github.com>
In-Reply-To: <quicwg/base-drafts/issues/2267@github.com>
References: <quicwg/base-drafts/issues/2267@github.com>
Subject: Re: [quicwg/base-drafts] loss of only two packets can lead to an unrecoverable situation (#2267)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5c4ea5b04a36d_72f3fc4578d45b8269834"; 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/Cnju2kbEqVGy-I6dizCc5qAOuF4>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
List-Id: Notification list for GitHub issues related to the QUIC WG <quic-issues.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=unsubscribe>
List-Archive: <https://mailarchive.ietf.org/arch/browse/quic-issues/>
List-Post: <mailto:quic-issues@ietf.org>
List-Help: <mailto:quic-issues-request@ietf.org?subject=help>
List-Subscribe: <https://www.ietf.org/mailman/listinfo/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=subscribe>
X-List-Received-Date: Mon, 28 Jan 2019 06:48:19 -0000

----==_mimepart_5c4ea5b04a36d_72f3fc4578d45b8269834
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

@marten-seemann I disagree, as I have stated in 
https://github.com/quicwg/base-drafts/issues/2267#issuecomment-451844018.

Current design guarantees that both endpoints will have 1-RTT read and write keys 3-PTO before the handshake keys are dropped (I think we can agree on this).

It seems to me that you consider loss of an ACK for a Handshake packet should lead to the termination of the connection. Would you mind clarifying why? Because I do not think that'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/2267#issuecomment-458015764
----==_mimepart_5c4ea5b04a36d_72f3fc4578d45b8269834
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=3D1478487" data-octo-click=3D"hovercard-link-c=
lick" data-octo-dimensions=3D"link_type:self" href=3D"https://github.com/=
marten-seemann">@marten-seemann</a> I disagree, as I have stated in<br>
<a class=3D"issue-link js-issue-link" data-error-text=3D"Failed to load i=
ssue title" data-id=3D"394586860" data-permission-text=3D"Issue title is =
private" data-url=3D"https://github.com/quicwg/base-drafts/issues/2267" d=
ata-hovercard-type=3D"issue" data-hovercard-url=3D"/quicwg/base-drafts/is=
sues/2267/hovercard?comment_id=3D451844018&amp;comment_type=3Dissue_comme=
nt" href=3D"https://github.com/quicwg/base-drafts/issues/2267#issuecommen=
t-451844018">#2267 (comment)</a>.</p>
<p>Current design guarantees that both endpoints will have 1-RTT read and=
 write keys 3-PTO before the handshake keys are dropped (I think we can a=
gree on this).</p>
<p>It seems to me that you consider loss of an ACK for a Handshake packet=
 should lead to the termination of the connection. Would you mind clarify=
ing why? Because I do not think that's necessary.</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/2267#issuecomment-458015764">view it on GitHub</a>,=
 or <a href=3D"https://github.com/notifications/unsubscribe-auth/AWbkq2ld=
YFlCzoZKvKo-MhrSSK6OcHviks5vHp0wgaJpZM4ZjodA">mute the thread</a>.<img sr=
c=3D"https://github.com/notifications/beacon/AWbkq3C0DYYeVYz-4shx8ZVFzxcj=
OWqJks5vHp0wgaJpZM4ZjodA.gif" height=3D"1" width=3D"1" alt=3D"" /></p>
<script type=3D"application/json" data-scope=3D"inboxmarkup">{"api_versio=
n":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name"=
:"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"=
quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"http=
s://github.githubassets.com/images/email/message_cards/header.png","avata=
r_image_url":"https://github.githubassets.com/images/email/message_cards/=
avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/q=
uicwg/base-drafts"}},"updates":{"snippets":[{"icon":"PERSON","message":"@=
kazuho in #2267: @marten-seemann I disagree, as I have stated in \r\nhttp=
s://github.com/quicwg/base-drafts/issues/2267#issuecomment-451844018.\r\n=
\r\nCurrent design guarantees that both endpoints will have 1-RTT read an=
d write keys 3-PTO before the handshake keys are dropped (I think we can =
agree on this).\r\n\r\nIt seems to me that you consider loss of an ACK fo=
r a Handshake packet should lead to the termination of the connection. Wo=
uld you mind clarifying why? Because I do not think that's necessary."}],=
"action":{"name":"View Issue","url":"https://github.com/quicwg/base-draft=
s/issues/2267#issuecomment-458015764"}}}</script>
<script type=3D"application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/issues/2267#issuecomment=
-458015764",
"url": "https://github.com/quicwg/base-drafts/issues/2267#issuecomment-45=
8015764",
"name": "View Issue"
},
"description": "View this Issue on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>=

----==_mimepart_5c4ea5b04a36d_72f3fc4578d45b8269834--


From nobody Sun Jan 27 23:00: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 9F9BA130FA0 for <quic-issues@ietfa.amsl.com>; Sun, 27 Jan 2019 23:00:53 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -11.149
X-Spam-Level: 
X-Spam-Status: No, score=-11.149 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIMWL_WL_HIGH=-4.553, 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_PASS=-0.001] autolearn=ham autolearn_force=no
Authentication-Results: ietfa.amsl.com (amavisd-new); dkim=pass (1024-bit key) header.d=github.com
Received: from mail.ietf.org ([4.31.198.44]) by localhost (ietfa.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id IxGDTxsdVS6r for <quic-issues@ietfa.amsl.com>; Sun, 27 Jan 2019 23:00:52 -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 4058012896A for <quic-issues@ietf.org>; Sun, 27 Jan 2019 23:00:52 -0800 (PST)
Date: Sun, 27 Jan 2019 23:00:51 -0800
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1548658851; bh=rrnBVv5nnQAHIExlIDRU8kE5496YD1IKYMRX8UY7ku0=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=gk2f64eSlV8F44su+7zp57DO9y7Vr8eQP448yr0Rnn8BMyUFLvvOBtU7eNK72XmfP makbY3ZRsCYkiS/CG1NiUvDumM9QqCxjcFmo8/OG8w1vHPN9Oz84jg8s230oxjm+yF tyosh0xTzQ7V6QnPXk6RJwlSSmVALf2+xIWP5uvE=
From: Marten Seemann <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+0166e4abe774b48908c84343a30a71aaa5693d022d31e45192cf0000000118666aa392a169ce1784eaec@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/issues/2267/458018063@github.com>
In-Reply-To: <quicwg/base-drafts/issues/2267@github.com>
References: <quicwg/base-drafts/issues/2267@github.com>
Subject: Re: [quicwg/base-drafts] loss of only two packets can lead to an unrecoverable situation (#2267)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5c4ea8a3170e6_3b403f8a38ed45c010713de"; 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/XtshioyG0kH1dYytJr273j5zaOs>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
List-Id: Notification list for GitHub issues related to the QUIC WG <quic-issues.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=unsubscribe>
List-Archive: <https://mailarchive.ietf.org/arch/browse/quic-issues/>
List-Post: <mailto:quic-issues@ietf.org>
List-Help: <mailto:quic-issues-request@ietf.org?subject=help>
List-Subscribe: <https://www.ietf.org/mailman/listinfo/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=subscribe>
X-List-Received-Date: Mon, 28 Jan 2019 07:00:54 -0000

----==_mimepart_5c4ea8a3170e6_3b403f8a38ed45c010713de
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

> Current design guarantees that both endpoints will have 1-RTT read and write keys 3-PTO before the handshake keys are dropped (I think we can agree on this).

Both endpoints have the 1-RTT keys, but the client doesn't know that the server has them, since the ACK for the CFIN was lost. For the client, this situation is indistinguishable from the CFIN itself being lost, so it has to keep retransmitting 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/2267#issuecomment-458018063
----==_mimepart_5c4ea8a3170e6_3b403f8a38ed45c010713de
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: quoted-printable

<blockquote>
<p>Current design guarantees that both endpoints will have 1-RTT read and=
 write keys 3-PTO before the handshake keys are dropped (I think we can a=
gree on this).</p>
</blockquote>
<p>Both endpoints have the 1-RTT keys, but the client doesn't know that t=
he server has them, since the ACK for the CFIN was lost. For the client, =
this situation is indistinguishable from the CFIN itself being lost, so i=
t has to keep retransmitting it.</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/2267#issuecomment-458018063">view it on GitHub</a>,=
 or <a href=3D"https://github.com/notifications/unsubscribe-auth/AWbkq9B-=
eh1aTbiI30dE3FH2z6djSW05ks5vHqAjgaJpZM4ZjodA">mute the thread</a>.<img sr=
c=3D"https://github.com/notifications/beacon/AWbkq7lHIzoVEBmy61qhiHS6eLhD=
4Kp6ks5vHqAjgaJpZM4ZjodA.gif" height=3D"1" width=3D"1" alt=3D"" /></p>
<script type=3D"application/json" data-scope=3D"inboxmarkup">{"api_versio=
n":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name"=
:"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"=
quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"http=
s://github.githubassets.com/images/email/message_cards/header.png","avata=
r_image_url":"https://github.githubassets.com/images/email/message_cards/=
avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/q=
uicwg/base-drafts"}},"updates":{"snippets":[{"icon":"PERSON","message":"@=
marten-seemann in #2267: \u003e Current design guarantees that both endpo=
ints will have 1-RTT read and write keys 3-PTO before the handshake keys =
are dropped (I think we can agree on this).\r\n\r\nBoth endpoints have th=
e 1-RTT keys, but the client doesn't know that the server has them, since=
 the ACK for the CFIN was lost. For the client, this situation is indisti=
nguishable from the CFIN itself being lost, so it has to keep retransmitt=
ing it."}],"action":{"name":"View Issue","url":"https://github.com/quicwg=
/base-drafts/issues/2267#issuecomment-458018063"}}}</script>
<script type=3D"application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/issues/2267#issuecomment=
-458018063",
"url": "https://github.com/quicwg/base-drafts/issues/2267#issuecomment-45=
8018063",
"name": "View Issue"
},
"description": "View this Issue on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>=

----==_mimepart_5c4ea8a3170e6_3b403f8a38ed45c010713de--


From nobody Sun Jan 27 23:05: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 C393C12896A for <quic-issues@ietfa.amsl.com>; Sun, 27 Jan 2019 23:05:04 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -12.553
X-Spam-Level: 
X-Spam-Status: No, score=-12.553 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIMWL_WL_HIGH=-4.553, 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_PASS=-0.001] autolearn=ham autolearn_force=no
Authentication-Results: ietfa.amsl.com (amavisd-new); dkim=pass (1024-bit key) header.d=github.com
Received: from mail.ietf.org ([4.31.198.44]) by localhost (ietfa.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id jLSl6x3Jt_WP for <quic-issues@ietfa.amsl.com>; Sun, 27 Jan 2019 23:05: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 7B9AB130FA3 for <quic-issues@ietf.org>; Sun, 27 Jan 2019 23:05:02 -0800 (PST)
Date: Sun, 27 Jan 2019 23:05:01 -0800
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1548659101; bh=xey0WF/LSAsUL2qoFtazalf0dieIQuoPtgUL/7PaK5c=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=JHzMn2cpsNfJ7Afx0LvMZj8iQfIcjhu0rwrymFkRrnJozSa8Xj0CyQMurUOMcWvtN mu9eNCJunxMvrbYHyuCFiIKsvpTJiu7ocj7LM1HfxyiidLSIathYcpl9SIkz20y9wr Ohjw7qshra1sGDLyc3gx75lp633Kb0iyKdJZTf9M=
From: Martin Thomson <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+0166e4ab8e4b27c914b38710c40928916a93f840d575893c92cf0000000118666b9d92a169ce17fa7dfa@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/pull/2364/review/196893254@github.com>
In-Reply-To: <quicwg/base-drafts/pull/2364@github.com>
References: <quicwg/base-drafts/pull/2364@github.com>
Subject: Re: [quicwg/base-drafts] Moving text on spinbit into transport (#2364)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5c4ea99d86b28_28d83f83fccd45b4144362"; 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/ilNuGcCAr6KkUuRlReEdCVbCjI4>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
List-Id: Notification list for GitHub issues related to the QUIC WG <quic-issues.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=unsubscribe>
List-Archive: <https://mailarchive.ietf.org/arch/browse/quic-issues/>
List-Post: <mailto:quic-issues@ietf.org>
List-Help: <mailto:quic-issues-request@ietf.org?subject=help>
List-Subscribe: <https://www.ietf.org/mailman/listinfo/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=subscribe>
X-List-Received-Date: Mon, 28 Jan 2019 07:05:05 -0000

----==_mimepart_5c4ea99d86b28_28d83f83fccd45b4144362
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

martinthomson commented on this pull request.



> @@ -2818,6 +2825,44 @@ encoded as a single byte with the value 0x01.  An endpoint MAY treat the receipt
 of a frame type that uses a longer encoding than necessary as a connection error
 of type PROTOCOL_VIOLATION.
 
+## Latency Spin Bit {#spin-bit}
+
+The latency spin bit enables passive latency monitoring from observation points
+on the network path throughout the duration of a connection. The spin bit is
+only present in the short packet header, since it is possible to measure the
+initial RTT of a connection by observing the handshake. Therefore, the spin bit
+will appear after version negotiation and connection establishment are
+completed. On-path measurement and use of the Latency Spin Bit is further
+discussed in {{QUIC-MANAGEABILITY}}.
+
+The spin bit utilizes a single bit in the first byte of the short header. The

the word "utilizes" is banned from this document
```suggestion
The spin bit uses a single bit in the first byte of the short header. The
```

> +discussed in {{QUIC-MANAGEABILITY}}.
+
+The spin bit utilizes a single bit in the first byte of the short header. The
+location of the bit and procedures for how to set it by clients and servers are
+defined in {{short-header}}.
+
+Implementations MAY select to not implement the full spin bit functionality. In
+that case they are only REQUIRED to implement what is defined for the spin bit
+when it is disabled.
+
+Each endpoint unilaterally decides if the spin bit is enabled or disabled for a
+connection. Implementations SHOULD 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 SHOULD disable
+the spin bit on a randomly chosen fraction of connections. However, connections
+may be configured to explicitly enable spinning, for example in the case of

```suggestion
could be configured to explicitly enable spinning, for example in the case of
```

> +
+Each endpoint unilaterally decides if the spin bit is enabled or disabled for a
+connection. Implementations SHOULD 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 SHOULD disable
+the spin bit on a randomly chosen fraction of connections. However, connections
+may be configured to explicitly enable spinning, for example in the case of
+explicit customer support and debugging.
+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
+should be externally unpredictable but consistent for any given combination of
+source and destination address and port. For instance, the implementation might
+have a static key which it uses to key a pseudorandom function over these values
+and use the output to determine whether to send the spin bit. The selection
+process performed at the beginning of the connection SHOULD be applied for all
+paths used by the connection.

Gah, this last sentence is bad.

> @@ -2818,6 +2825,44 @@ encoded as a single byte with the value 0x01.  An endpoint MAY treat the receipt
 of a frame type that uses a longer encoding than necessary as a connection error
 of type PROTOCOL_VIOLATION.
 
+## Latency Spin Bit {#spin-bit}

Please move this to a subsection under the Short Header description.

> @@ -3948,8 +3993,33 @@ Fixed Bit:
 
 Spin Bit (S):
 
-: The sixth bit (0x20) of byte 0 is the Latency Spin Bit, set as described in
-  {{!SPIN=I-D.ietf-quic-spin-exp}}.
+: The third most significant bit (0x20) of byte 0 is the Latency Spin Bit.
+
+: When the spin bit is disabled, endpoints MAY set the spin bit to any value,

Please don't have so many paragraphs nested like this.  A forward reference to a section that includes this text would be much better.

> @@ -3948,8 +3993,33 @@ Fixed Bit:
 
 Spin Bit (S):
 
-: The sixth bit (0x20) of byte 0 is the Latency Spin Bit, set as described in
-  {{!SPIN=I-D.ietf-quic-spin-exp}}.
+: The third most significant bit (0x20) of byte 0 is the Latency Spin Bit.
+
+: When the spin bit is disabled, endpoints MAY set the spin bit to any value,
+and MUST accept any incoming value. It is RECOMMENDED that they
+set the spin bit to a random value either chosen independently for each packet,
+or chosen independently for each path and kept constant for that path.
+
+: If the spin bit is enabled for the connection the endpoint maintains a spin

```suggestion
: If the spin bit is enabled for the connection, the endpoint maintains a spin
```

> @@ -3948,8 +3993,33 @@ Fixed Bit:
 
 Spin Bit (S):
 
-: The sixth bit (0x20) of byte 0 is the Latency Spin Bit, set as described in
-  {{!SPIN=I-D.ietf-quic-spin-exp}}.
+: The third most significant bit (0x20) of byte 0 is the Latency Spin Bit.
+
+: When the spin bit is disabled, endpoints MAY set the spin bit to any value,
+and MUST accept any incoming value. It is RECOMMENDED that they
+set the spin bit to a random value either chosen independently for each packet,
+or chosen independently for each path and kept constant for that path.
+
+: If the spin bit is enabled for the connection the endpoint maintains a spin
+value, 0 or 1, and sets the spin bit in the short header to the currently stored

```suggestion
value and sets the spin bit in the short header to the currently stored
```

> @@ -3997,6 +4067,7 @@ version.  See {{QUIC-INVARIANTS}} for details on how packets from different
 versions of QUIC are interpreted.
 
 
+

```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/2364#pullrequestreview-196893254
----==_mimepart_5c4ea99d86b28_28d83f83fccd45b4144362
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/2364#discussi=
on_r251297158">draft-ietf-quic-transport.md</a>:</p>=0D
<pre style=3D'color:#555'>&gt; @@ -2818,6 +2825,44 @@ encoded as a single=
 byte with the value 0x01.  An endpoint MAY treat the receipt=0D
 of a frame type that uses a longer encoding than necessary as a connecti=
on error=0D
 of type PROTOCOL_VIOLATION.=0D
 =0D
+## Latency Spin Bit {#spin-bit}=0D
+=0D
+The latency spin bit enables passive latency monitoring from observation=
 points=0D
+on the network path throughout the duration of a connection. The spin bi=
t is=0D
+only present in the short packet header, since it is possible to measure=
 the=0D
+initial RTT of a connection by observing the handshake. Therefore, the s=
pin bit=0D
+will appear after version negotiation and connection establishment are=0D=

+completed. On-path measurement and use of the Latency Spin Bit is furthe=
r=0D
+discussed in {{QUIC-MANAGEABILITY}}.=0D
+=0D
+The spin bit utilizes a single bit in the first byte of the short header=
. The=0D
</pre>=0D
<p>the word "utilizes" is banned from this document</p>=0D
=E2=AC=87=EF=B8=8F Suggested change=0D
<pre style=3D"color: #555">-The spin bit utilizes a single bit in the fir=
st byte of the short header. The=0D
+The spin bit uses a single bit in the first byte of the short header. Th=
e=0D
</pre>=0D
=0D
=0D
<hr>=0D
=0D
<p>In <a href=3D"https://github.com/quicwg/base-drafts/pull/2364#discussi=
on_r251297566">draft-ietf-quic-transport.md</a>:</p>=0D
<pre style=3D'color:#555'>&gt; +discussed in {{QUIC-MANAGEABILITY}}.=0D
+=0D
+The spin bit utilizes a single bit in the first byte of the short header=
. The=0D
+location of the bit and procedures for how to set it by clients and serv=
ers are=0D
+defined in {{short-header}}.=0D
+=0D
+Implementations MAY select to not implement the full spin bit functional=
ity. In=0D
+that case they are only REQUIRED to implement what is defined for the sp=
in bit=0D
+when it is disabled.=0D
+=0D
+Each endpoint unilaterally decides if the spin bit is enabled or disable=
d for a=0D
+connection. Implementations SHOULD allow administrators of clients and s=
ervers=0D
+to disable the spin bit either globally or on a per-connection basis. Ev=
en when=0D
+the spin bit is not disabled by the administrator implementations SHOULD=
 disable=0D
+the spin bit on a randomly chosen fraction of connections. However, conn=
ections=0D
+may be configured to explicitly enable spinning, for example in the case=
 of=0D
</pre>=0D
=E2=AC=87=EF=B8=8F Suggested change=0D
<pre style=3D"color: #555">-may be configured to explicitly enable spinni=
ng, for example in the case of=0D
+could be configured to explicitly enable spinning, for example in the ca=
se of=0D
</pre>=0D
=0D
=0D
<hr>=0D
=0D
<p>In <a href=3D"https://github.com/quicwg/base-drafts/pull/2364#discussi=
on_r251297824">draft-ietf-quic-transport.md</a>:</p>=0D
<pre style=3D'color:#555'>&gt; +=0D
+Each endpoint unilaterally decides if the spin bit is enabled or disable=
d for a=0D
+connection. Implementations SHOULD allow administrators of clients and s=
ervers=0D
+to disable the spin bit either globally or on a per-connection basis. Ev=
en when=0D
+the spin bit is not disabled by the administrator implementations SHOULD=
 disable=0D
+the spin bit on a randomly chosen fraction of connections. However, conn=
ections=0D
+may be configured to explicitly enable spinning, for example in the case=
 of=0D
+explicit customer support and debugging.=0D
+The random selection process SHOULD be designed such that on average the=
 spin=0D
+bit is disabled for at least one eighth of network paths. The selection =
process=0D
+should be externally unpredictable but consistent for any given combinat=
ion of=0D
+source and destination address and port. For instance, the implementatio=
n might=0D
+have a static key which it uses to key a pseudorandom function over thes=
e values=0D
+and use the output to determine whether to send the spin bit. The select=
ion=0D
+process performed at the beginning of the connection SHOULD be applied f=
or all=0D
+paths used by the connection.=0D
</pre>=0D
<p>Gah, this last sentence is bad.</p>=0D
=0D
<hr>=0D
=0D
<p>In <a href=3D"https://github.com/quicwg/base-drafts/pull/2364#discussi=
on_r251297972">draft-ietf-quic-transport.md</a>:</p>=0D
<pre style=3D'color:#555'>&gt; @@ -2818,6 +2825,44 @@ encoded as a single=
 byte with the value 0x01.  An endpoint MAY treat the receipt=0D
 of a frame type that uses a longer encoding than necessary as a connecti=
on error=0D
 of type PROTOCOL_VIOLATION.=0D
 =0D
+## Latency Spin Bit {#spin-bit}=0D
</pre>=0D
<p>Please move this to a subsection under the Short Header description.</=
p>=0D
=0D
<hr>=0D
=0D
<p>In <a href=3D"https://github.com/quicwg/base-drafts/pull/2364#discussi=
on_r251298603">draft-ietf-quic-transport.md</a>:</p>=0D
<pre style=3D'color:#555'>&gt; @@ -3948,8 +3993,33 @@ Fixed Bit:=0D
 =0D
 Spin Bit (S):=0D
 =0D
-: The sixth bit (0x20) of byte 0 is the Latency Spin Bit, set as describ=
ed in=0D
-  {{!SPIN=3DI-D.ietf-quic-spin-exp}}.=0D
+: The third most significant bit (0x20) of byte 0 is the Latency Spin Bi=
t.=0D
+=0D
+: When the spin bit is disabled, endpoints MAY set the spin bit to any v=
alue,=0D
</pre>=0D
<p>Please don't have so many paragraphs nested like this.  A forward refe=
rence to a section that includes this text would be much better.</p>=0D
=0D
<hr>=0D
=0D
<p>In <a href=3D"https://github.com/quicwg/base-drafts/pull/2364#discussi=
on_r251298686">draft-ietf-quic-transport.md</a>:</p>=0D
<pre style=3D'color:#555'>&gt; @@ -3948,8 +3993,33 @@ Fixed Bit:=0D
 =0D
 Spin Bit (S):=0D
 =0D
-: The sixth bit (0x20) of byte 0 is the Latency Spin Bit, set as describ=
ed in=0D
-  {{!SPIN=3DI-D.ietf-quic-spin-exp}}.=0D
+: The third most significant bit (0x20) of byte 0 is the Latency Spin Bi=
t.=0D
+=0D
+: When the spin bit is disabled, endpoints MAY set the spin bit to any v=
alue,=0D
+and MUST accept any incoming value. It is RECOMMENDED that they=0D
+set the spin bit to a random value either chosen independently for each =
packet,=0D
+or chosen independently for each path and kept constant for that path.=0D=

+=0D
+: If the spin bit is enabled for the connection the endpoint maintains a=
 spin=0D
</pre>=0D
=E2=AC=87=EF=B8=8F Suggested change=0D
<pre style=3D"color: #555">-: If the spin bit is enabled for the connecti=
on the endpoint maintains a spin=0D
+: If the spin bit is enabled for the connection, the endpoint maintains =
a spin=0D
</pre>=0D
=0D
=0D
<hr>=0D
=0D
<p>In <a href=3D"https://github.com/quicwg/base-drafts/pull/2364#discussi=
on_r251298733">draft-ietf-quic-transport.md</a>:</p>=0D
<pre style=3D'color:#555'>&gt; @@ -3948,8 +3993,33 @@ Fixed Bit:=0D
 =0D
 Spin Bit (S):=0D
 =0D
-: The sixth bit (0x20) of byte 0 is the Latency Spin Bit, set as describ=
ed in=0D
-  {{!SPIN=3DI-D.ietf-quic-spin-exp}}.=0D
+: The third most significant bit (0x20) of byte 0 is the Latency Spin Bi=
t.=0D
+=0D
+: When the spin bit is disabled, endpoints MAY set the spin bit to any v=
alue,=0D
+and MUST accept any incoming value. It is RECOMMENDED that they=0D
+set the spin bit to a random value either chosen independently for each =
packet,=0D
+or chosen independently for each path and kept constant for that path.=0D=

+=0D
+: If the spin bit is enabled for the connection the endpoint maintains a=
 spin=0D
+value, 0 or 1, and sets the spin bit in the short header to the currentl=
y stored=0D
</pre>=0D
=E2=AC=87=EF=B8=8F Suggested change=0D
<pre style=3D"color: #555">-value, 0 or 1, and sets the spin bit in the s=
hort header to the currently stored=0D
+value and sets the spin bit in the short header to the currently stored=0D=

</pre>=0D
=0D
=0D
<hr>=0D
=0D
<p>In <a href=3D"https://github.com/quicwg/base-drafts/pull/2364#discussi=
on_r251298863">draft-ietf-quic-transport.md</a>:</p>=0D
<pre style=3D'color:#555'>&gt; @@ -3997,6 +4067,7 @@ version.  See {{QUIC=
-INVARIANTS}} for details on how packets from different=0D
 versions of QUIC are interpreted.=0D
 =0D
 =0D
+=0D
</pre>=0D
=E2=AC=87=EF=B8=8F Suggested change=0D
<pre style=3D"color: #555">-=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/2364#pullrequestreview-196893254">view it on GitHub</=
a>, or <a href=3D"https://github.com/notifications/unsubscribe-auth/AWbkq=
69LWmLc5Nz7ydsHMxjhyxCEtjwrks5vHqEdgaJpZM4aPA_u">mute the thread</a>.<img=
 src=3D"https://github.com/notifications/beacon/AWbkq7HdCrlFmdNmT8UMFhya0=
QhTMPLFks5vHqEdgaJpZM4aPA_u.gif" height=3D"1" width=3D"1" alt=3D"" /></p>=
=0D
<script type=3D"application/json" data-scope=3D"inboxmarkup">{"api_versio=
n":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name"=
:"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"=
quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"http=
s://github.githubassets.com/images/email/message_cards/header.png","avata=
r_image_url":"https://github.githubassets.com/images/email/message_cards/=
avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/q=
uicwg/base-drafts"}},"updates":{"snippets":[{"icon":"PERSON","message":"@=
martinthomson commented on #2364"}],"action":{"name":"View Pull Request",=
"url":"https://github.com/quicwg/base-drafts/pull/2364#pullrequestreview-=
196893254"}}}</script>=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/2364#pullrequestrev=
iew-196893254",=0D
"url": "https://github.com/quicwg/base-drafts/pull/2364#pullrequestreview=
-196893254",=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_5c4ea99d86b28_28d83f83fccd45b4144362--


From nobody Sun Jan 27 23:21:57 2019
Return-Path: <bounce+565321.40f-quic-issues=ietf.org@github.com>
X-Original-To: quic-issues@ietfa.amsl.com
Delivered-To: quic-issues@ietfa.amsl.com
Received: from localhost (localhost [127.0.0.1]) by ietfa.amsl.com (Postfix) with ESMTP id 5E84B130FA3 for <quic-issues@ietfa.amsl.com>; Sun, 27 Jan 2019 23:21:55 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -6.452
X-Spam-Level: 
X-Spam-Status: No, score=-6.452 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIMWL_WL_HIGH=-4.553, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, HEADER_FROM_DIFFERENT_DOMAINS=0.001, RCVD_IN_DNSWL_NONE=-0.0001, SPF_PASS=-0.001, URIBL_BLOCKED=0.001] autolearn=ham autolearn_force=no
Authentication-Results: ietfa.amsl.com (amavisd-new); dkim=pass (1024-bit key) header.d=github.com
Received: from mail.ietf.org ([4.31.198.44]) by localhost (ietfa.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id UaM3rdkZ03Vr for <quic-issues@ietfa.amsl.com>; Sun, 27 Jan 2019 23:21:54 -0800 (PST)
Received: from m71-131.mailgun.net (m71-131.mailgun.net [166.78.71.131]) (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 DDD95128CF3 for <quic-issues@ietf.org>; Sun, 27 Jan 2019 23:21:53 -0800 (PST)
DKIM-Signature: a=rsa-sha256; v=1; c=relaxed/relaxed; d=github.com; q=dns/txt;  s=mailo; t=1548660113; h=Content-Transfer-Encoding: Content-Type: Mime-Version: Subject: Message-ID: To: Reply-To: From: Date: Sender; bh=v0BcRIi6VATeHVfszV5eWKne8Gv8KxHiySiwbnsoq2s=; b=bH9le6onE30Qt2xG+Mm2Ugf1Q0tCjE9z+8xAvK+b27g58fwyGvOY7/oG1qh1gdUE9HK2IYwN ZiY/0Ad4y26/n0cNoDjOH8lUk2G68cyiyP6TIMkDR080UXjm1CjQUP85PSVERe7Mev9nYwDN 7Zt/RN/AcTo7CIwCzxWp3g1ml3M=
X-Mailgun-Sending-Ip: 166.78.71.131
X-Mailgun-Sid: WyJhNzYyYiIsICJxdWljLWlzc3Vlc0BpZXRmLm9yZyIsICI0MGYiXQ==
Sender: afrind=fb.com@github.com
Received: from github.com (Unknown [192.30.252.39]) by mxa.mailgun.org with ESMTP id 5c4ead90.7f0c335048a0-smtp-out-n02; Mon, 28 Jan 2019 07:21:52 -0000 (UTC)
Date: Sun, 27 Jan 2019 23:21:52 -0800
From: Alan Frindell <afrind@fb.com>
Reply-To: Alan Frindell <afrind@fb.com>
To: quic-issues@ietf.org
Message-ID: <5c4ead901af35_1bb092ae52b72a58452893@hookshot-fe-dfcc362.cp1-iad.github.net.mail>
Subject: [quicwg/base-drafts] c2c69e: Martin's comments
Mime-Version: 1.0
Content-Type: multipart/mixed; boundary="--==_mimepart_5c4ead901aace_1bb092ae52b72a58452783"; charset=UTF-8
Content-Transfer-Encoding: 7bit
Archived-At: <https://mailarchive.ietf.org/arch/msg/quic-issues/TnuYWSYUcywYXZ03B5idyoi59L0>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
Precedence: list
List-Id: Notification list for GitHub issues related to the QUIC WG <quic-issues.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=unsubscribe>
List-Archive: <https://mailarchive.ietf.org/arch/browse/quic-issues/>
List-Post: <mailto:quic-issues@ietf.org>
List-Help: <mailto:quic-issues-request@ietf.org?subject=help>
List-Subscribe: <https://www.ietf.org/mailman/listinfo/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=subscribe>
X-List-Received-Date: Mon, 28 Jan 2019 07:21:55 -0000

----==_mimepart_5c4ead901aace_1bb092ae52b72a58452783
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

  Branch: refs/heads/qpack-max-table-size
  Home:   https://github.com/quicwg/base-drafts
  Commit: c2c69eb5ffa97670bb531d712725a677aae62caf
      https://github.com/quicwg/base-drafts/commit/c2c69eb5ffa97670bb531d712725a677aae62caf
  Author: Alan Frindell <afrind@fb.com>
  Date:   2019-01-27 (Sun, 27 Jan 2019)

  Changed paths:
    M draft-ietf-quic-qpack.md

  Log Message:
  -----------
  Martin's comments



      **NOTE:** GitHub Services has been marked for deprecation: https://developer.github.com/changes/2018-04-25-github-services-deprecation/

      We will provide an alternative path for the email notifications by January 31st, 2019.

----==_mimepart_5c4ead901aace_1bb092ae52b72a58452783--


From nobody Sun Jan 27 23: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 66C12130FA5 for <quic-issues@ietfa.amsl.com>; Sun, 27 Jan 2019 23:21:58 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -10.935
X-Spam-Level: 
X-Spam-Status: No, score=-10.935 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIMWL_WL_HIGH=-4.553, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, HTML_IMAGE_ONLY_24=1.618, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-1, RCVD_IN_DNSWL_HI=-5, SPF_PASS=-0.001] autolearn=ham autolearn_force=no
Authentication-Results: ietfa.amsl.com (amavisd-new); dkim=pass (1024-bit key) header.d=github.com
Received: from mail.ietf.org ([4.31.198.44]) by localhost (ietfa.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 3e3b6atknxRS for <quic-issues@ietfa.amsl.com>; Sun, 27 Jan 2019 23:21: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 957FF128CF3 for <quic-issues@ietf.org>; Sun, 27 Jan 2019 23:21:56 -0800 (PST)
Date: Sun, 27 Jan 2019 23:21:55 -0800
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1548660115; bh=XK6YLjKYU1JAEiDSdecyHTwxY+/B4Pd1X+ccdmmML/w=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=QA0aBnJbE7JkdSFTZh6Tew6mIyKwI7ekWnz3kdFzG2WEyrQQS6z0/DbxARZV7p71D dO683ySw78ZRYOuPqcoHe7C2ltKNU5Lzswy65WrehabodXtOXZmjK8/sYF8qKTYZpI UxqrcZiDHSVANsM0l7kbI2hcznz2nNvShZjfZAmk=
From: afrind <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/2330/push/3249522447@github.com>
In-Reply-To: <quicwg/base-drafts/pull/2330@github.com>
References: <quicwg/base-drafts/pull/2330@github.com>
Subject: Re: [quicwg/base-drafts] QPACK: Clarify how maximum dynamic table capacity can be set (#2330)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5c4ead9387fa3_6b3c3fa6a1cd45c448765f"; charset=UTF-8
Content-Transfer-Encoding: 7bit
Precedence: list
X-GitHub-Sender: afrind
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/NIfSPOaqz8UyyA66rAi7JKcqJE4>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
List-Id: Notification list for GitHub issues related to the QUIC WG <quic-issues.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=unsubscribe>
List-Archive: <https://mailarchive.ietf.org/arch/browse/quic-issues/>
List-Post: <mailto:quic-issues@ietf.org>
List-Help: <mailto:quic-issues-request@ietf.org?subject=help>
List-Subscribe: <https://www.ietf.org/mailman/listinfo/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=subscribe>
X-List-Received-Date: Mon, 28 Jan 2019 07:21:58 -0000

----==_mimepart_5c4ead9387fa3_6b3c3fa6a1cd45c448765f
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

@afrind pushed 1 commit.

c2c69eb5ffa97670bb531d712725a677aae62caf  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/2330/files/98a8932a0b24dbbe725b39ea01f86f1f0f43e947..c2c69eb5ffa97670bb531d712725a677aae62caf

----==_mimepart_5c4ead9387fa3_6b3c3fa6a1cd45c448765f
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

<p><a href="https://github.com/afrind" class="user-mention">@afrind</a> pushed 1 commit.</p>

<ul>
  <li><a class="commit-link" href="https://github.com/quicwg/base-drafts/commit/c2c69eb5ffa97670bb531d712725a677aae62caf">c2c69eb</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/2330/files/98a8932a0b24dbbe725b39ea01f86f1f0f43e947..c2c69eb5ffa97670bb531d712725a677aae62caf">View it on GitHub</a> or <a href="https://github.com/notifications/unsubscribe-auth/AWbkq6Ky3hKwbnxxWa0bY3iNJGXzAouEks5vHqUTgaJpZM4Z8FHJ">mute the thread</a>.<img src="https://github.com/notifications/beacon/AWbkqxi84000tfZBq7qKUfGkitdY1-srks5vHqUTgaJpZM4Z8FHJ.gif" height="1" width="1" alt="" /></p>
<script type="application/json" data-scope="inboxmarkup">{"api_version":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name":"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"https://github.githubassets.com/images/email/message_cards/header.png","avatar_image_url":"https://github.githubassets.com/images/email/message_cards/avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/quicwg/base-drafts"}},"updates":{"snippets":[{"icon":"PERSON","message":"@afrind pushed 1 commit in #2330"}],"action":{"name":"View Pull Request","url":"https://github.com/quicwg/base-drafts/pull/2330/files/98a8932a0b24dbbe725b39ea01f86f1f0f43e947..c2c69eb5ffa97670bb531d712725a677aae62caf"}}}</script>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/pull/2330/files/98a8932a0b24dbbe725b39ea01f86f1f0f43e947..c2c69eb5ffa97670bb531d712725a677aae62caf",
"url": "https://github.com/quicwg/base-drafts/pull/2330/files/98a8932a0b24dbbe725b39ea01f86f1f0f43e947..c2c69eb5ffa97670bb531d712725a677aae62caf",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>

----==_mimepart_5c4ead9387fa3_6b3c3fa6a1cd45c448765f--


From nobody Sun Jan 27 23: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 84B74130FA6 for <quic-issues@ietfa.amsl.com>; Sun, 27 Jan 2019 23:33:59 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -11.149
X-Spam-Level: 
X-Spam-Status: No, score=-11.149 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIMWL_WL_HIGH=-4.553, 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_PASS=-0.001] autolearn=ham autolearn_force=no
Authentication-Results: ietfa.amsl.com (amavisd-new); dkim=pass (1024-bit key) header.d=github.com
Received: from mail.ietf.org ([4.31.198.44]) by localhost (ietfa.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id tAUaiXpfxL5H for <quic-issues@ietfa.amsl.com>; Sun, 27 Jan 2019 23:33: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 6094E130FAC for <quic-issues@ietf.org>; Sun, 27 Jan 2019 23:33:55 -0800 (PST)
Date: Sun, 27 Jan 2019 23:33:54 -0800
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1548660834; bh=yKrj/8B7NIS46MZmntb8kDJZRYxERPVKFBbWVGwStNs=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=uTgvTn1j8f+sHG3yyJMoH/Eo+FsUCwHTADlHbJc+xm/0I7ZupHQ1kSmf/yqtSo9Z8 dfhuKoIxYFkY9U7ED+4phoi7+Xzbn+xDHRv8ufMkhLC97Ee25F/k96kRCnskT0eenA XPFoDbT3/rMaRVsOxx/RrHpvlAqsErplVyqC0uak=
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/2365/push/3249548242@github.com>
In-Reply-To: <quicwg/base-drafts/pull/2365@github.com>
References: <quicwg/base-drafts/pull/2365@github.com>
Subject: Re: [quicwg/base-drafts] Persistent Congestion Time Threshold (#2365)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5c4eb062300d1_72f3fc4578d45b84678a2"; 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/9IyDgiqCOWpfROVyv25-IlFyR_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: Mon, 28 Jan 2019 07:33:59 -0000

----==_mimepart_5c4eb062300d1_72f3fc4578d45b84678a2
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

@nibanks pushed 2 commits.

b61e20c0cadad293c040b029a5c4d36b6c83c30e  Jana's offline suggestions
ad66ac022422ed1a14de1c1a5729c2b085c8be00  Merge branch 'pr/persistent-congestion' of https://github.com/nibanks/base-drafts into pr/persistent-congestion


-- 
You are receiving this because you are subscribed to this thread.
View it on GitHub:
https://github.com/quicwg/base-drafts/pull/2365/files/548e4e316c08d3ca8916d79a7ebde11bd91980df..ad66ac022422ed1a14de1c1a5729c2b085c8be00

----==_mimepart_5c4eb062300d1_72f3fc4578d45b84678a2
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

<p><a href="https://github.com/nibanks" class="user-mention">@nibanks</a> pushed 2 commits.</p>

<ul>
  <li><a class="commit-link" href="https://github.com/quicwg/base-drafts/commit/b61e20c0cadad293c040b029a5c4d36b6c83c30e">b61e20c</a>  Jana&#39;s offline suggestions</li>
  <li><a class="commit-link" href="https://github.com/quicwg/base-drafts/commit/ad66ac022422ed1a14de1c1a5729c2b085c8be00">ad66ac0</a>  Merge branch &#39;pr/persistent-congestion&#39; of https://github.com/nibanks/base-drafts into pr/persistent-congestion</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/2365/files/548e4e316c08d3ca8916d79a7ebde11bd91980df..ad66ac022422ed1a14de1c1a5729c2b085c8be00">View it on GitHub</a> or <a href="https://github.com/notifications/unsubscribe-auth/AWbkq53bh2C2MGRchGfAPHwSjE1CEqACks5vHqfigaJpZM4aPEwB">mute the thread</a>.<img src="https://github.com/notifications/beacon/AWbkqyXVHKdrWdRC0ZJf76okjh6ZBUMNks5vHqfigaJpZM4aPEwB.gif" height="1" width="1" alt="" /></p>
<script type="application/json" data-scope="inboxmarkup">{"api_version":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name":"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"https://github.githubassets.com/images/email/message_cards/header.png","avatar_image_url":"https://github.githubassets.com/images/email/message_cards/avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/quicwg/base-drafts"}},"updates":{"snippets":[{"icon":"PERSON","message":"@nibanks pushed 2 commits in #2365"}],"action":{"name":"View Pull Request","url":"https://github.com/quicwg/base-drafts/pull/2365/files/548e4e316c08d3ca8916d79a7ebde11bd91980df..ad66ac022422ed1a14de1c1a5729c2b085c8be00"}}}</script>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/pull/2365/files/548e4e316c08d3ca8916d79a7ebde11bd91980df..ad66ac022422ed1a14de1c1a5729c2b085c8be00",
"url": "https://github.com/quicwg/base-drafts/pull/2365/files/548e4e316c08d3ca8916d79a7ebde11bd91980df..ad66ac022422ed1a14de1c1a5729c2b085c8be00",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>

----==_mimepart_5c4eb062300d1_72f3fc4578d45b84678a2--


From nobody Sun Jan 27 23:34: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 79E57130FA6 for <quic-issues@ietfa.amsl.com>; Sun, 27 Jan 2019 23:34:50 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -10.935
X-Spam-Level: 
X-Spam-Status: No, score=-10.935 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIMWL_WL_HIGH=-4.553, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, HTML_IMAGE_ONLY_24=1.618, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-1, RCVD_IN_DNSWL_HI=-5, SPF_PASS=-0.001] autolearn=ham autolearn_force=no
Authentication-Results: ietfa.amsl.com (amavisd-new); dkim=pass (1024-bit key) header.d=github.com
Received: 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_cMVzOGdI1f for <quic-issues@ietfa.amsl.com>; Sun, 27 Jan 2019 23:34: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 E3B88128CE4 for <quic-issues@ietf.org>; Sun, 27 Jan 2019 23:34:48 -0800 (PST)
Date: Sun, 27 Jan 2019 23:34:48 -0800
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1548660888; bh=no8RxkjY6yh7WQJQhQbvs8eegcka/Lx1x7kPXOnsJME=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=Zzkbis4R3+wTRzdRFZoiIcZTtML0vagD08eQR1Z5l3iqOp8DQXiE9ZANGoA+1V5Mr ObZ4TeLndag7E75zOhZ5f4VBOgL+l3aT/DmJrs49yX0eRsnzZrPsu6r+68ojDIGHWU GoGv0OJbVnUQQEynFRA5Hx6jCgC8m1FupZWYNeV4=
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/2365/push/3249550083@github.com>
In-Reply-To: <quicwg/base-drafts/pull/2365@github.com>
References: <quicwg/base-drafts/pull/2365@github.com>
Subject: Re: [quicwg/base-drafts] Persistent Congestion Time Threshold (#2365)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5c4eb0981b384_5fd43fa3dfed45b417115e1"; 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/WUi8kjzvQBPbgz-8cQ9YymHS73c>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
List-Id: Notification list for GitHub issues related to the QUIC WG <quic-issues.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=unsubscribe>
List-Archive: <https://mailarchive.ietf.org/arch/browse/quic-issues/>
List-Post: <mailto:quic-issues@ietf.org>
List-Help: <mailto:quic-issues-request@ietf.org?subject=help>
List-Subscribe: <https://www.ietf.org/mailman/listinfo/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=subscribe>
X-List-Received-Date: Mon, 28 Jan 2019 07:34:50 -0000

----==_mimepart_5c4eb0981b384_5fd43fa3dfed45b417115e1
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

@nibanks pushed 1 commit.

d750a396b207d2ea72623860d26e34713559aacb  tab to spaces


-- 
You are receiving this because you are subscribed to this thread.
View it on GitHub:
https://github.com/quicwg/base-drafts/pull/2365/files/ad66ac022422ed1a14de1c1a5729c2b085c8be00..d750a396b207d2ea72623860d26e34713559aacb

----==_mimepart_5c4eb0981b384_5fd43fa3dfed45b417115e1
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/d750a396b207d2ea72623860d26e34713559aacb">d750a39</a>  tab to spaces</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/2365/files/ad66ac022422ed1a14de1c1a5729c2b085c8be00..d750a396b207d2ea72623860d26e34713559aacb">View it on GitHub</a> or <a href="https://github.com/notifications/unsubscribe-auth/AWbkqyvbhzHQ1cvHN7LvrLqN89X1hPFSks5vHqgYgaJpZM4aPEwB">mute the thread</a>.<img src="https://github.com/notifications/beacon/AWbkq59ntpEPO73XWlY_j_JqijMBt0oaks5vHqgYgaJpZM4aPEwB.gif" height="1" width="1" alt="" /></p>
<script type="application/json" data-scope="inboxmarkup">{"api_version":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name":"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"https://github.githubassets.com/images/email/message_cards/header.png","avatar_image_url":"https://github.githubassets.com/images/email/message_cards/avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/quicwg/base-drafts"}},"updates":{"snippets":[{"icon":"PERSON","message":"@nibanks pushed 1 commit in #2365"}],"action":{"name":"View Pull Request","url":"https://github.com/quicwg/base-drafts/pull/2365/files/ad66ac022422ed1a14de1c1a5729c2b085c8be00..d750a396b207d2ea72623860d26e34713559aacb"}}}</script>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/pull/2365/files/ad66ac022422ed1a14de1c1a5729c2b085c8be00..d750a396b207d2ea72623860d26e34713559aacb",
"url": "https://github.com/quicwg/base-drafts/pull/2365/files/ad66ac022422ed1a14de1c1a5729c2b085c8be00..d750a396b207d2ea72623860d26e34713559aacb",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>

----==_mimepart_5c4eb0981b384_5fd43fa3dfed45b417115e1--


From nobody Sun Jan 27 23: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 9CDD8130FB5 for <quic-issues@ietfa.amsl.com>; Sun, 27 Jan 2019 23:42:01 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -10.935
X-Spam-Level: 
X-Spam-Status: No, score=-10.935 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIMWL_WL_HIGH=-4.553, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, HTML_IMAGE_ONLY_24=1.618, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-1, RCVD_IN_DNSWL_HI=-5, SPF_PASS=-0.001] autolearn=ham autolearn_force=no
Authentication-Results: ietfa.amsl.com (amavisd-new); dkim=pass (1024-bit key) header.d=github.com
Received: from mail.ietf.org ([4.31.198.44]) by localhost (ietfa.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 8Oktapuj1-Tj for <quic-issues@ietfa.amsl.com>; Sun, 27 Jan 2019 23:42: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 A8C3B130FB8 for <quic-issues@ietf.org>; Sun, 27 Jan 2019 23:41:57 -0800 (PST)
Date: Sun, 27 Jan 2019 23:41:56 -0800
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1548661316; bh=TIsTNrmtnSrEeqn28fy8OGZJYWoXzKCRR2wL3Gl0MeQ=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=Zb/lR8wQQ0kFAir6lxqfKSr9LpAMtl1xW5Gm7b8DyYPPMmOOJKkG9/vWC+UgV7QhJ i4ZGnKEaxuxTEdIynISh4K2FFrWzeowu2+XcMRmiucusClEpuDyEho5XYn1muWKA90 6ytKL7IKc/ep74I5f2IYLIIweiNnw6dwOlEp8szA=
From: afrind <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+0166e4ab52ae8fd4171ca5e8eb9460b2ec74ddb85a3bd4f292cf000000011866744492a169ce17f6fe9f@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/issues/2363/458026335@github.com>
In-Reply-To: <quicwg/base-drafts/issues/2363@github.com>
References: <quicwg/base-drafts/issues/2363@github.com>
Subject: Re: [quicwg/base-drafts] The initial table capacity is zero (#2363)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5c4eb244aaaa6_22f83fa3dfed45b4176272"; 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/2bF2VZiGR0avj5jdqQytHBGxnuo>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
List-Id: Notification list for GitHub issues related to the QUIC WG <quic-issues.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=unsubscribe>
List-Archive: <https://mailarchive.ietf.org/arch/browse/quic-issues/>
List-Post: <mailto:quic-issues@ietf.org>
List-Help: <mailto:quic-issues-request@ietf.org?subject=help>
List-Subscribe: <https://www.ietf.org/mailman/listinfo/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=subscribe>
X-List-Received-Date: Mon, 28 Jan 2019 07:42:02 -0000

----==_mimepart_5c4eb244aaaa6_22f83fa3dfed45b4176272
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

I added text specifying this to #2330 

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/quicwg/base-drafts/issues/2363#issuecomment-458026335
----==_mimepart_5c4eb244aaaa6_22f83fa3dfed45b4176272
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

<p>I added text specifying this to <a class="issue-link js-issue-link" data-error-text="Failed to load issue title" data-id="398428816" data-permission-text="Issue title is private" data-url="https://github.com/quicwg/base-drafts/issues/2330" data-hovercard-type="pull_request" data-hovercard-url="/quicwg/base-drafts/pull/2330/hovercard" href="https://github.com/quicwg/base-drafts/pull/2330">#2330</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/2363#issuecomment-458026335">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AWbkq--BKQQfFH3-j-i4lUIEPWopeH5Gks5vHqnEgaJpZM4aOAAR">mute the thread</a>.<img src="https://github.com/notifications/beacon/AWbkqwKJd6hE7HH1HJZKtw_gCdmakOxjks5vHqnEgaJpZM4aOAAR.gif" height="1" width="1" alt="" /></p>
<script type="application/json" data-scope="inboxmarkup">{"api_version":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name":"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"https://github.githubassets.com/images/email/message_cards/header.png","avatar_image_url":"https://github.githubassets.com/images/email/message_cards/avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/quicwg/base-drafts"}},"updates":{"snippets":[{"icon":"PERSON","message":"@afrind in #2363: I added text specifying this to #2330 "}],"action":{"name":"View Issue","url":"https://github.com/quicwg/base-drafts/issues/2363#issuecomment-458026335"}}}</script>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/issues/2363#issuecomment-458026335",
"url": "https://github.com/quicwg/base-drafts/issues/2363#issuecomment-458026335",
"name": "View Issue"
},
"description": "View this Issue on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>
----==_mimepart_5c4eb244aaaa6_22f83fa3dfed45b4176272--


From nobody Mon Jan 28 00:00: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 15FF6130FBA for <quic-issues@ietfa.amsl.com>; Mon, 28 Jan 2019 00:00:51 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -11.007
X-Spam-Level: 
X-Spam-Status: No, score=-11.007 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIMWL_WL_HIGH=-4.553, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, HTML_IMAGE_ONLY_20=1.546, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-1, RCVD_IN_DNSWL_HI=-5, SPF_PASS=-0.001] autolearn=ham autolearn_force=no
Authentication-Results: ietfa.amsl.com (amavisd-new); dkim=pass (1024-bit key) header.d=github.com
Received: from mail.ietf.org ([4.31.198.44]) by localhost (ietfa.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id n0o_2Z_8-r57 for <quic-issues@ietfa.amsl.com>; Mon, 28 Jan 2019 00:00:49 -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 35FE5130FAF for <quic-issues@ietf.org>; Mon, 28 Jan 2019 00:00:49 -0800 (PST)
Date: Mon, 28 Jan 2019 00:00:48 -0800
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1548662448; bh=CEM26NYPfB//dk4KXbsjgW3lw7WcLErofzVXWbVuNr8=; h=Date:From:Reply-To:To:Cc:Subject:List-ID:List-Archive:List-Post: List-Unsubscribe:From; b=MyQTePuNLO4yS+OIy8hyWmSInSPhK/IUpVrL7rtdxFrCjCQhQBGNdbhfg5r6BjuzN 5Rkvt3AwerNXaxiKgmDJEd/Aa5YamdU9m1HHmBLFq5QTCdAiWKqHJLwXux6tSZpYTl NLxjCM7O8ROPkO490N7WVDn6ThQWrTgTstKSofnA=
From: Nick Banks <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+0166e4abe80a41d07968c06bd45234e08978f9ad2e4e3ae192cf00000001186678b092a169ce180fd1a3@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/issues/2377@github.com>
Subject: [quicwg/base-drafts] Crypto Frames/Packets Aren't Blocked by CC (#2377)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5c4eb6b055db3_63663ff1d66d45b813887f5"; 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/d66qOYeH96U-GbJM-XEAzif9mRU>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
List-Id: Notification list for GitHub issues related to the QUIC WG <quic-issues.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=unsubscribe>
List-Archive: <https://mailarchive.ietf.org/arch/browse/quic-issues/>
List-Post: <mailto:quic-issues@ietf.org>
List-Help: <mailto:quic-issues-request@ietf.org?subject=help>
List-Subscribe: <https://www.ietf.org/mailman/listinfo/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=subscribe>
X-List-Received-Date: Mon, 28 Jan 2019 08:00:51 -0000

----==_mimepart_5c4eb6b055db3_63663ff1d66d45b813887f5
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

Initial/Handshake packets with CRYPTO frames should not be prevented from being sent my cwnd. I thought we had text to this effect already, but I couldn't find 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/2377
----==_mimepart_5c4eb6b055db3_63663ff1d66d45b813887f5
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

<p>Initial/Handshake packets with CRYPTO frames should not be prevented from being sent my cwnd. I thought we had text to this effect already, but I couldn't find 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/2377">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AWbkqwcCPLPjaygPsrjgS3jtOlZvpUgZks5vHq4wgaJpZM4aVX_N">mute the thread</a>.<img src="https://github.com/notifications/beacon/AWbkqxXsZ__NLF_RsPOi8MQ3eoIGCHPKks5vHq4wgaJpZM4aVX_N.gif" height="1" width="1" alt="" /></p>
<script type="application/json" data-scope="inboxmarkup">{"api_version":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name":"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"https://github.githubassets.com/images/email/message_cards/header.png","avatar_image_url":"https://github.githubassets.com/images/email/message_cards/avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/quicwg/base-drafts"}},"updates":{"snippets":[{"icon":"DESCRIPTION","message":"Crypto Frames/Packets Aren't Blocked by CC (#2377)"}],"action":{"name":"View Issue","url":"https://github.com/quicwg/base-drafts/issues/2377"}}}</script>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/issues/2377",
"url": "https://github.com/quicwg/base-drafts/issues/2377",
"name": "View Issue"
},
"description": "View this Issue on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>
----==_mimepart_5c4eb6b055db3_63663ff1d66d45b813887f5--


From nobody Mon Jan 28 00: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 53723130FBA for <quic-issues@ietfa.amsl.com>; Mon, 28 Jan 2019 00:01:06 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -12.551
X-Spam-Level: 
X-Spam-Status: No, score=-12.551 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIMWL_WL_HIGH=-4.553, 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_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 oF70tLqfG2vs for <quic-issues@ietfa.amsl.com>; Mon, 28 Jan 2019 00:01:04 -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 0962E130FAF for <quic-issues@ietf.org>; Mon, 28 Jan 2019 00:01:04 -0800 (PST)
Date: Mon, 28 Jan 2019 00:01:03 -0800
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1548662463; bh=oUJxBy/gKf8ghyszF21DChSylwEqCf70sQoXnxxYrd0=; h=Date:From:Reply-To:To:Cc:Subject:List-ID:List-Archive:List-Post: List-Unsubscribe:From; b=L78UVXfpRnDHrXnEBzqGe6ZiSJAborCNdt+BbqgUOf7ibJSpmYK/L90I6vGWWZPsX meOF06SVKrdm1LSMAzznRMUALmiV00eNxlaIIKuMiZfnkIgirWEmK7vnW8MqmKQ/JZ hQJ3jrYFHzAObrg/M3c1AAInrR0LhNAF9+oL+pdU=
From: Tatsuhiro Tsujikawa <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+0166e4ab56c59be68ffc303dd9ccfe897077956f13bb0cc692cf00000001186678bf92a169ce180fd1de@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/issues/2378@github.com>
Subject: [quicwg/base-drafts] Discarding keys (#2378)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5c4eb6bf29a3d_66823fa478ad45c42916189"; charset=UTF-8
Content-Transfer-Encoding: 7bit
Precedence: list
X-GitHub-Sender: tatsuhiro-t
X-GitHub-Recipient: quic-issues
X-GitHub-Reason: subscribed
X-Auto-Response-Suppress: All
X-GitHub-Recipient-Address: quic-issues@ietf.org
Archived-At: <https://mailarchive.ietf.org/arch/msg/quic-issues/l9oiiDNu-p8-0pXD_ZXoH_eCCOU>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
List-Id: Notification list for GitHub issues related to the QUIC WG <quic-issues.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=unsubscribe>
List-Archive: <https://mailarchive.ietf.org/arch/browse/quic-issues/>
List-Post: <mailto:quic-issues@ietf.org>
List-Help: <mailto:quic-issues-request@ietf.org?subject=help>
List-Subscribe: <https://www.ietf.org/mailman/listinfo/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=subscribe>
X-List-Received-Date: Mon, 28 Jan 2019 08:01:06 -0000

----==_mimepart_5c4eb6bf29a3d_66823fa478ad45c42916189
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

https://tools.ietf.org/html/draft-ietf-quic-tls-17#section-4.9

>    After all CRYPTO frames for a given encryption level have been sent
   and all expected CRYPTO frames received, and all the corresponding
   acknowledgments have been received or sent, an endpoint starts a
   timer.

>    Once this timer expires, an endpoint MUST NOT either accept or
   generate new packets using those packet protection keys.  An endpoint
   can discard packet protection keys for that encryption level.

Suppose that client Handshake containing client Finished was received by server.  server sent its acknowledgement but it was lost.
In this situation, server starts timer (no?)
But client cannot start timer because it did not receive acknowledgement.  So client keeps resending Handshake packets. When timer expires on server, it discards key.  If client is unlucky, it still cannot get acknowledgement from server and keeps resending but server has already discarded key.
In this situation, when can client discard handshake key?
Should server start timer when it receives acknowledgement for the acknowledgement of client Handshake 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/issues/2378
----==_mimepart_5c4eb6bf29a3d_66823fa478ad45c42916189
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

<p><a href="https://tools.ietf.org/html/draft-ietf-quic-tls-17#section-4.9" rel="nofollow">https://tools.ietf.org/html/draft-ietf-quic-tls-17#section-4.9</a></p>
<blockquote>
<p>After all CRYPTO frames for a given encryption level have been sent<br>
and all expected CRYPTO frames received, and all the corresponding<br>
acknowledgments have been received or sent, an endpoint starts a<br>
timer.</p>
</blockquote>
<blockquote>
<p>Once this timer expires, an endpoint MUST NOT either accept or<br>
generate new packets using those packet protection keys.  An endpoint<br>
can discard packet protection keys for that encryption level.</p>
</blockquote>
<p>Suppose that client Handshake containing client Finished was received by server.  server sent its acknowledgement but it was lost.<br>
In this situation, server starts timer (no?)<br>
But client cannot start timer because it did not receive acknowledgement.  So client keeps resending Handshake packets. When timer expires on server, it discards key.  If client is unlucky, it still cannot get acknowledgement from server and keeps resending but server has already discarded key.<br>
In this situation, when can client discard handshake key?<br>
Should server start timer when it receives acknowledgement for the acknowledgement of client Handshake 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/issues/2378">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AWbkqzK5S_4oLIIAnRgp9mdxZZs7nGFRks5vHq4_gaJpZM4aVYAS">mute the thread</a>.<img src="https://github.com/notifications/beacon/AWbkq4D29-wZaVRCFN8KN5Iq8e77DkR7ks5vHq4_gaJpZM4aVYAS.gif" height="1" width="1" alt="" /></p>
<script type="application/json" data-scope="inboxmarkup">{"api_version":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name":"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"https://github.githubassets.com/images/email/message_cards/header.png","avatar_image_url":"https://github.githubassets.com/images/email/message_cards/avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/quicwg/base-drafts"}},"updates":{"snippets":[{"icon":"DESCRIPTION","message":"Discarding keys (#2378)"}],"action":{"name":"View Issue","url":"https://github.com/quicwg/base-drafts/issues/2378"}}}</script>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/issues/2378",
"url": "https://github.com/quicwg/base-drafts/issues/2378",
"name": "View Issue"
},
"description": "View this Issue on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>
----==_mimepart_5c4eb6bf29a3d_66823fa478ad45c42916189--


From nobody Mon Jan 28 00:06:17 2019
Return-Path: <bounce+565321.40f-quic-issues=ietf.org@github.com>
X-Original-To: quic-issues@ietfa.amsl.com
Delivered-To: quic-issues@ietfa.amsl.com
Received: from localhost (localhost [127.0.0.1]) by ietfa.amsl.com (Postfix) with ESMTP id 26427130FC7 for <quic-issues@ietfa.amsl.com>; Mon, 28 Jan 2019 00:06:16 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -5.553
X-Spam-Level: 
X-Spam-Status: No, score=-5.553 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIMWL_WL_HIGH=-4.553, DKIM_ADSP_NXDOMAIN=0.9, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, RCVD_IN_DNSWL_NONE=-0.0001, SPF_PASS=-0.001, URIBL_BLOCKED=0.001] autolearn=ham autolearn_force=no
Authentication-Results: ietfa.amsl.com (amavisd-new); dkim=pass (1024-bit key) header.d=github.com
Received: from mail.ietf.org ([4.31.198.44]) by localhost (ietfa.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id ZloSEc90UBzC for <quic-issues@ietfa.amsl.com>; Mon, 28 Jan 2019 00:06:14 -0800 (PST)
Received: from m69-170.mailgun.net (m69-170.mailgun.net [166.78.69.170]) (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 231A4130FC5 for <quic-issues@ietf.org>; Mon, 28 Jan 2019 00:06:14 -0800 (PST)
DKIM-Signature: a=rsa-sha256; v=1; c=relaxed/relaxed; d=github.com; q=dns/txt;  s=mailo; t=1548662773; h=Content-Transfer-Encoding: Content-Type: Mime-Version: Subject: Message-ID: To: Reply-To: From: Date: Sender; bh=XmoszPP6mw0cuG+avc2JDMdDeaxSsC4Q/cVAyBei+JQ=; b=MoOvw1cSPDo311kN/88V+EZv3NgKKjbxf4z0gE+GJ3M+EIuYfLAwICR5kVsh0j/hv1JjAhEn zsPR1qt3SmoCkLobMnWJFh5i5/oI5fJ1vUyvk6P3cZDcgm7YB6nO2dXOsBc09aLtEERVog0B 50Pt0ktrdyeJvmUvQrRhZZXzW6Q=
X-Mailgun-Sending-Ip: 166.78.69.170
X-Mailgun-Sid: WyJhNzYyYiIsICJxdWljLWlzc3Vlc0BpZXRmLm9yZyIsICI0MGYiXQ==
Sender: afrind=users.noreply.github.com@github.com
Received: from github.com (Unknown [192.30.252.39]) by mxa.mailgun.org with ESMTP id 5c4eb7f4.7f3b64bca1e0-smtp-out-n02; Mon, 28 Jan 2019 08:06:12 -0000 (UTC)
Date: Mon, 28 Jan 2019 00:06:12 -0800
From: afrind <afrind@users.noreply.github.com>
Reply-To: afrind <afrind@users.noreply.github.com>
To: quic-issues@ietf.org
Message-ID: <5c4eb7f4ba0e7_59ac2ab95d622578931d9@hookshot-fe-da92815.cp1-iad.github.net.mail>
Subject: [quicwg/base-drafts] b24b3e: Clarify when to signal error on incorrect Required...
Mime-Version: 1.0
Content-Type: multipart/mixed; boundary="--==_mimepart_5c4eb7f4b9d16_59ac2ab95d62257893026"; charset=UTF-8
Content-Transfer-Encoding: 7bit
Archived-At: <https://mailarchive.ietf.org/arch/msg/quic-issues/IMB7lmWC0WTwsBTFkx34hDVWZEA>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
Precedence: list
List-Id: Notification list for GitHub issues related to the QUIC WG <quic-issues.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=unsubscribe>
List-Archive: <https://mailarchive.ietf.org/arch/browse/quic-issues/>
List-Post: <mailto:quic-issues@ietf.org>
List-Help: <mailto:quic-issues-request@ietf.org?subject=help>
List-Subscribe: <https://www.ietf.org/mailman/listinfo/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=subscribe>
X-List-Received-Date: Mon, 28 Jan 2019 08:06:16 -0000

----==_mimepart_5c4eb7f4b9d16_59ac2ab95d62257893026
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: quoted-printable

  Branch: refs/heads/master
  Home:   https://github.com/quicwg/base-drafts
  Commit: b24b3eefc0b2aa6746a2fd0166fbafb6120bfcd4
      https://github.com/quicwg/base-drafts/commit/b24b3eefc0b2aa6746a2fd=
0166fbafb6120bfcd4
  Author: Bence B=C3=A9ky <bencebeky@users.noreply.github.com>
  Date:   2019-01-23 (Wed, 23 Jan 2019)

  Changed paths:
    M draft-ietf-quic-qpack.md

  Log Message:
  -----------
  Clarify when to signal error on incorrect Required Insert Count.


  Commit: c7970e72d8058da03808a604c6b620f0f09da53a
      https://github.com/quicwg/base-drafts/commit/c7970e72d8058da03808a6=
04c6b620f0f09da53a
  Author: Alan Frindell <afrind@fb.com>
  Date:   2019-01-27 (Sun, 27 Jan 2019)

  Changed paths:
    M draft-ietf-quic-qpack.md

  Log Message:
  -----------
  Minor editorial changes


  Commit: d947b2fcd4de18a3987b11e3ae6b61762ff62071
      https://github.com/quicwg/base-drafts/commit/d947b2fcd4de18a3987b11=
e3ae6b61762ff62071
  Author: afrind <afrind@users.noreply.github.com>
  Date:   2019-01-28 (Mon, 28 Jan 2019)

  Changed paths:
    M draft-ietf-quic-qpack.md

  Log Message:
  -----------
  Merge pull request #2368 from bencebeky/bnc-requiredinsertcount-error

Clarify when to signal error on incorrect Required Insert Count.


Compare: https://github.com/quicwg/base-drafts/compare/1a50a2f6f71a...d94=
7b2fcd4de
      **NOTE:** GitHub Services has been marked for deprecation: https://=
developer.github.com/changes/2018-04-25-github-services-deprecation/

      We will provide an alternative path for the email notifications by =
January 31st, 2019.

----==_mimepart_5c4eb7f4b9d16_59ac2ab95d62257893026--


From nobody Mon Jan 28 00:06: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 C634E130FD7 for <quic-issues@ietfa.amsl.com>; Mon, 28 Jan 2019 00:06:18 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -10.935
X-Spam-Level: 
X-Spam-Status: No, score=-10.935 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIMWL_WL_HIGH=-4.553, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, HTML_IMAGE_ONLY_24=1.618, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-1, RCVD_IN_DNSWL_HI=-5, SPF_PASS=-0.001] autolearn=ham autolearn_force=no
Authentication-Results: ietfa.amsl.com (amavisd-new); dkim=pass (1024-bit key) header.d=github.com
Received: from mail.ietf.org ([4.31.198.44]) by localhost (ietfa.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id etKi4c6UaGVf for <quic-issues@ietfa.amsl.com>; Mon, 28 Jan 2019 00:06:17 -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 09981130FC5 for <quic-issues@ietf.org>; Mon, 28 Jan 2019 00:06:17 -0800 (PST)
Date: Mon, 28 Jan 2019 00:06:16 -0800
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1548662776; bh=VZhRTqXHD4ObBqhQUAVJs7vGxyiFVj3gaXtxoOWd2RY=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=MyINxUo1cVoYcRwmdocLSXBwWVj1rn2tbxdkmJ6wZ+kfPBziwZuHhmH2GZSaXcGW1 ulv9fdCXxhft5hS2zu4v2NyPhEgAsOEPYMYURDwuVm4cf9qItw3N4IpjsZL+oSsjwF 08wT94rQaQ/Cn4+4qWmsxv8poSDGLUMjGehnHLFM=
From: afrind <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+0166e4aba462ee0dee1f844c0bb2f3cb6fca3da5248c217c92cf00000001186679f792a169ce17fb417d@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/pull/2368/issue_event/2100030031@github.com>
In-Reply-To: <quicwg/base-drafts/pull/2368@github.com>
References: <quicwg/base-drafts/pull/2368@github.com>
Subject: Re: [quicwg/base-drafts] Clarify when to signal error on incorrect Required Insert Count. (#2368)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5c4eb7f8af4_22e83fb96ead45b4751653"; 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/EDaQQHl785AgDEQj7PMXiWzfQ0Y>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
List-Id: Notification list for GitHub issues related to the QUIC WG <quic-issues.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=unsubscribe>
List-Archive: <https://mailarchive.ietf.org/arch/browse/quic-issues/>
List-Post: <mailto:quic-issues@ietf.org>
List-Help: <mailto:quic-issues-request@ietf.org?subject=help>
List-Subscribe: <https://www.ietf.org/mailman/listinfo/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=subscribe>
X-List-Received-Date: Mon, 28 Jan 2019 08:06:19 -0000

----==_mimepart_5c4eb7f8af4_22e83fb96ead45b4751653
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

Merged #2368 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/2368#event-2100030031
----==_mimepart_5c4eb7f8af4_22e83fb96ead45b4751653
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="402342269" data-permission-text="Issue title is private" data-url="https://github.com/quicwg/base-drafts/issues/2368" data-hovercard-type="pull_request" data-hovercard-url="/quicwg/base-drafts/pull/2368/hovercard" href="https://github.com/quicwg/base-drafts/pull/2368">#2368</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/2368#event-2100030031">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AWbkq7QW_viwy4VcNaUQQmprIynAvwBjks5vHq93gaJpZM4aPPGW">mute the thread</a>.<img src="https://github.com/notifications/beacon/AWbkq1CWsQn60LYWuseROR9KBgaIN1EMks5vHq93gaJpZM4aPPGW.gif" height="1" width="1" alt="" /></p>
<script type="application/json" data-scope="inboxmarkup">{"api_version":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name":"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"https://github.githubassets.com/images/email/message_cards/header.png","avatar_image_url":"https://github.githubassets.com/images/email/message_cards/avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/quicwg/base-drafts"}},"updates":{"snippets":[{"icon":"DESCRIPTION","message":"Merged #2368 into master."}],"action":{"name":"View Pull Request","url":"https://github.com/quicwg/base-drafts/pull/2368#event-2100030031"}}}</script>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/pull/2368#event-2100030031",
"url": "https://github.com/quicwg/base-drafts/pull/2368#event-2100030031",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>
----==_mimepart_5c4eb7f8af4_22e83fb96ead45b4751653--


From nobody Mon Jan 28 00: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 B2F62130FCA for <quic-issues@ietfa.amsl.com>; Mon, 28 Jan 2019 00:15:30 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -10.935
X-Spam-Level: 
X-Spam-Status: No, score=-10.935 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIMWL_WL_HIGH=-4.553, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, HTML_IMAGE_ONLY_24=1.618, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-1, RCVD_IN_DNSWL_HI=-5, SPF_PASS=-0.001] autolearn=ham autolearn_force=no
Authentication-Results: ietfa.amsl.com (amavisd-new); dkim=pass (1024-bit key) header.d=github.com
Received: from mail.ietf.org ([4.31.198.44]) by localhost (ietfa.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id ORSLb-2xccla for <quic-issues@ietfa.amsl.com>; Mon, 28 Jan 2019 00:15:29 -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 6465C130FBA for <quic-issues@ietf.org>; Mon, 28 Jan 2019 00:15:29 -0800 (PST)
Date: Mon, 28 Jan 2019 00:15:28 -0800
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1548663328; bh=A5mu88+Eaktavu56VK/IIdXs+i9K8vWqUHZN13D42l8=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=q5LHTP89zMt68rjREqzkVy/ZpzY6WnNC9rjiJjxql0ZywNhTgAKt+gaaHNfWUia8a 03HdHWb4deIE3dI3lCZblVjs2ozwTNrl2Fwl6Gfv6a7jLUWpBe0EdiV9hHO9rIVve9 Y05EN9eF7swbLJ6Ae3c/gMXn6GFhekCZO1tjW2BM=
From: Martin Thomson <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+0166e4ab69fed4155613d295ca049e9ce1bfd21d9b0fe08b92cf0000000118667c2092a169ce1742c028@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/issue/2121/issue_event/2100044521@github.com>
In-Reply-To: <quicwg/base-drafts/issues/2121@github.com>
References: <quicwg/base-drafts/issues/2121@github.com>
Subject: Re: [quicwg/base-drafts] Recommend sending a token (#2121)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5c4eba209a171_b853f89664d45c0234230"; 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/BI__y4OcUUyOnkOs0RqmXO_TK8E>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
List-Id: Notification list for GitHub issues related to the QUIC WG <quic-issues.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=unsubscribe>
List-Archive: <https://mailarchive.ietf.org/arch/browse/quic-issues/>
List-Post: <mailto:quic-issues@ietf.org>
List-Help: <mailto:quic-issues-request@ietf.org?subject=help>
List-Subscribe: <https://www.ietf.org/mailman/listinfo/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=subscribe>
X-List-Received-Date: Mon, 28 Jan 2019 08:15:31 -0000

----==_mimepart_5c4eba209a171_b853f89664d45c0234230
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

Closed #2121.

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/quicwg/base-drafts/issues/2121#event-2100044521
----==_mimepart_5c4eba209a171_b853f89664d45c0234230
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="390250536" data-permission-text="Issue title is private" data-url="https://github.com/quicwg/base-drafts/issues/2121" data-hovercard-type="issue" data-hovercard-url="/quicwg/base-drafts/issues/2121/hovercard" href="https://github.com/quicwg/base-drafts/issues/2121">#2121</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/2121#event-2100044521">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AWbkqzGbBjZMqz9v9mlw2WkpwMEvp8-pks5vHrGggaJpZM4ZPjJd">mute the thread</a>.<img src="https://github.com/notifications/beacon/AWbkq1ccwfn2zqfiHRd8sEG0AHZSDjFOks5vHrGggaJpZM4ZPjJd.gif" height="1" width="1" alt="" /></p>
<script type="application/json" data-scope="inboxmarkup">{"api_version":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name":"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"https://github.githubassets.com/images/email/message_cards/header.png","avatar_image_url":"https://github.githubassets.com/images/email/message_cards/avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/quicwg/base-drafts"}},"updates":{"snippets":[{"icon":"DESCRIPTION","message":"Closed #2121."}],"action":{"name":"View Issue","url":"https://github.com/quicwg/base-drafts/issues/2121#event-2100044521"}}}</script>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/issues/2121#event-2100044521",
"url": "https://github.com/quicwg/base-drafts/issues/2121#event-2100044521",
"name": "View Issue"
},
"description": "View this Issue on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>
----==_mimepart_5c4eba209a171_b853f89664d45c0234230--


From nobody Mon Jan 28 00:15: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 3A6D1130FCE for <quic-issues@ietfa.amsl.com>; Mon, 28 Jan 2019 00:15:32 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -10.935
X-Spam-Level: 
X-Spam-Status: No, score=-10.935 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIMWL_WL_HIGH=-4.553, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, HTML_IMAGE_ONLY_24=1.618, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-1, RCVD_IN_DNSWL_HI=-5, SPF_PASS=-0.001] autolearn=ham autolearn_force=no
Authentication-Results: ietfa.amsl.com (amavisd-new); dkim=pass (1024-bit key) header.d=github.com
Received: from mail.ietf.org ([4.31.198.44]) by localhost (ietfa.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 5fn3mFKyZiBn for <quic-issues@ietfa.amsl.com>; Mon, 28 Jan 2019 00:15: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 8669F130FC8 for <quic-issues@ietf.org>; Mon, 28 Jan 2019 00:15:30 -0800 (PST)
Date: Mon, 28 Jan 2019 00:15:29 -0800
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1548663329; bh=TIbEKQM/7E9SfsGfI+2Q8Rv1NPMprU9zuPUb6jtXVwI=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=0Z+ZVj/b8Becxc7k3+cBHLNNikHu/rQ6BlLTO6YJeug6TJnZT3Merl5JcOK5b9cZ9 qQyMi5ejqPEo621QRoHMO6pUTB6CzA83N8xlFUiepM8sQnOWBi/VVpBDTDCO4aezTY +WOfpcvuYx5ZWiKWTZfWCWRwVyvs+Ab7W2CufFgs=
From: Martin Thomson <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+0166e4ab923f8401d13dbae61c500d1a6083450e31ca271b92cf0000000118667c2192a169ce1742c028@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/issues/2121/458033832@github.com>
In-Reply-To: <quicwg/base-drafts/issues/2121@github.com>
References: <quicwg/base-drafts/issues/2121@github.com>
Subject: Re: [quicwg/base-drafts] Recommend sending a token (#2121)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5c4eba21d42ac_c833f99eb6d45c411711d0"; 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/5DxLga7Lby1Sm-6Li6WUEI6h5pQ>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
List-Id: Notification list for GitHub issues related to the QUIC WG <quic-issues.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=unsubscribe>
List-Archive: <https://mailarchive.ietf.org/arch/browse/quic-issues/>
List-Post: <mailto:quic-issues@ietf.org>
List-Help: <mailto:quic-issues-request@ietf.org?subject=help>
List-Subscribe: <https://www.ietf.org/mailman/listinfo/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=subscribe>
X-List-Received-Date: Mon, 28 Jan 2019 08:15:33 -0000

----==_mimepart_5c4eba21d42ac_c833f99eb6d45c411711d0
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

Closed recently, with added rationale in #2124.

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/quicwg/base-drafts/issues/2121#issuecomment-458033832
----==_mimepart_5c4eba21d42ac_c833f99eb6d45c411711d0
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

<p>Closed recently, with added rationale in <a class="issue-link js-issue-link" data-error-text="Failed to load issue title" data-id="390256484" data-permission-text="Issue title is private" data-url="https://github.com/quicwg/base-drafts/issues/2124" data-hovercard-type="pull_request" data-hovercard-url="/quicwg/base-drafts/pull/2124/hovercard" href="https://github.com/quicwg/base-drafts/pull/2124">#2124</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/2121#issuecomment-458033832">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AWbkqyl9jCKEh8B7zgGgzlQeMBQEjzDMks5vHrGhgaJpZM4ZPjJd">mute the thread</a>.<img src="https://github.com/notifications/beacon/AWbkq7RH6MJS9DrLmFifSiomHwHWAQsyks5vHrGhgaJpZM4ZPjJd.gif" height="1" width="1" alt="" /></p>
<script type="application/json" data-scope="inboxmarkup">{"api_version":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name":"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"https://github.githubassets.com/images/email/message_cards/header.png","avatar_image_url":"https://github.githubassets.com/images/email/message_cards/avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/quicwg/base-drafts"}},"updates":{"snippets":[{"icon":"PERSON","message":"@martinthomson in #2121: Closed recently, with added rationale in #2124."}],"action":{"name":"View Issue","url":"https://github.com/quicwg/base-drafts/issues/2121#issuecomment-458033832"}}}</script>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/issues/2121#issuecomment-458033832",
"url": "https://github.com/quicwg/base-drafts/issues/2121#issuecomment-458033832",
"name": "View Issue"
},
"description": "View this Issue on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>
----==_mimepart_5c4eba21d42ac_c833f99eb6d45c411711d0--


From nobody Mon Jan 28 00:22:36 2019
Return-Path: <bounce+565321.40f-quic-issues=ietf.org@github.com>
X-Original-To: quic-issues@ietfa.amsl.com
Delivered-To: quic-issues@ietfa.amsl.com
Received: from localhost (localhost [127.0.0.1]) by ietfa.amsl.com (Postfix) with ESMTP id DB8CE130FC8 for <quic-issues@ietfa.amsl.com>; Mon, 28 Jan 2019 00:22:34 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -6.452
X-Spam-Level: 
X-Spam-Status: No, score=-6.452 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIMWL_WL_HIGH=-4.553, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, HEADER_FROM_DIFFERENT_DOMAINS=0.001, RCVD_IN_DNSWL_NONE=-0.0001, SPF_PASS=-0.001, URIBL_BLOCKED=0.001] autolearn=ham autolearn_force=no
Authentication-Results: ietfa.amsl.com (amavisd-new); dkim=pass (1024-bit key) header.d=github.com
Received: from mail.ietf.org ([4.31.198.44]) by localhost (ietfa.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id jdrNidf__rhs for <quic-issues@ietfa.amsl.com>; Mon, 28 Jan 2019 00:22:33 -0800 (PST)
Received: from m69-170.mailgun.net (m69-170.mailgun.net [166.78.69.170]) (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 18572130FBA for <quic-issues@ietf.org>; Mon, 28 Jan 2019 00:22:33 -0800 (PST)
DKIM-Signature: a=rsa-sha256; v=1; c=relaxed/relaxed; d=github.com; q=dns/txt;  s=mailo; t=1548663752; h=Content-Transfer-Encoding: Content-Type: Mime-Version: Subject: Message-ID: To: Reply-To: From: Date: Sender; bh=w19rErn7UbghGmfWTgFfP5RtsQxvVHOCQDCMOg4T6D0=; b=gcLcH+R+uoWJ67T3W701VJu13EY2ncHu8/OlfKHRLefMBx7SylBOWXYf/rKwK1dDhM2BrNnW 0oZ8OgoGw/9ry0i1o/kkZuXMNZwQGtGhHer3o2ARsaFL4DEpoOkJSSZDPvAI4r1A1pMQPucn GlVv0NfJVdM/rEG0JKiB9piKQyc=
X-Mailgun-Sending-Ip: 166.78.69.170
X-Mailgun-Sid: WyJhNzYyYiIsICJxdWljLWlzc3Vlc0BpZXRmLm9yZyIsICI0MGYiXQ==
Sender: afrind=fb.com@github.com
Received: from github.com (Unknown [192.30.252.34]) by mxa.mailgun.org with ESMTP id 5c4ebbc7.7f4247f81210-smtp-out-n02; Mon, 28 Jan 2019 08:22:31 -0000 (UTC)
Date: Mon, 28 Jan 2019 00:22:30 -0800
From: Alan Frindell <afrind@fb.com>
Reply-To: Alan Frindell <afrind@fb.com>
To: quic-issues@ietf.org
Message-ID: <5c4ebbc64369_12232afe2134a59054887@hookshot-fe-88eb02d.cp1-iad.github.net.mail>
Subject: [quicwg/base-drafts] e9629e: Replace the RequireInsertCount decoding algorithm
Mime-Version: 1.0
Content-Type: multipart/mixed; boundary="--==_mimepart_5c4ebbc63ffb_12232afe2134a590547e6"; charset=UTF-8
Content-Transfer-Encoding: 7bit
Archived-At: <https://mailarchive.ietf.org/arch/msg/quic-issues/InAtF4qvuikVbd3zL3haPDcnYjE>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
Precedence: list
List-Id: Notification list for GitHub issues related to the QUIC WG <quic-issues.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=unsubscribe>
List-Archive: <https://mailarchive.ietf.org/arch/browse/quic-issues/>
List-Post: <mailto:quic-issues@ietf.org>
List-Help: <mailto:quic-issues-request@ietf.org?subject=help>
List-Subscribe: <https://www.ietf.org/mailman/listinfo/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=subscribe>
X-List-Received-Date: Mon, 28 Jan 2019 08:22:35 -0000

----==_mimepart_5c4ebbc63ffb_12232afe2134a590547e6
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

  Branch: refs/heads/qpack-new-wrap-algo
  Home:   https://github.com/quicwg/base-drafts
  Commit: e9629e9209540166fe063840ce56a4db67cf0bd7
      https://github.com/quicwg/base-drafts/commit/e9629e9209540166fe063840ce56a4db67cf0bd7
  Author: Alan Frindell <afrind@fb.com>
  Date:   2019-01-28 (Mon, 28 Jan 2019)

  Changed paths:
    M draft-ietf-quic-qpack.md

  Log Message:
  -----------
  Replace the RequireInsertCount decoding algorithm

This is @mt's alternate algorithm from #1930, and includes some of @bencebeky's language from #2249.

I renamed 'rounded' to 'MaxWrapped' - it is largest possible value for RequiredInsertCount that is 0 mod 2*MaxEntries.

Fixes #1930
Fixes #2112



      **NOTE:** GitHub Services has been marked for deprecation: https://developer.github.com/changes/2018-04-25-github-services-deprecation/

      We will provide an alternative path for the email notifications by January 31st, 2019.

----==_mimepart_5c4ebbc63ffb_12232afe2134a590547e6--


From nobody Mon Jan 28 00:23: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 94A16130FC7 for <quic-issues@ietfa.amsl.com>; Mon, 28 Jan 2019 00:23:01 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -12.552
X-Spam-Level: 
X-Spam-Status: No, score=-12.552 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIMWL_WL_HIGH=-4.553, 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_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 IPp8Y-QkJ0OK for <quic-issues@ietfa.amsl.com>; Mon, 28 Jan 2019 00: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 2289B130FC5 for <quic-issues@ietf.org>; Mon, 28 Jan 2019 00:23:00 -0800 (PST)
Date: Mon, 28 Jan 2019 00:22:59 -0800
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1548663779; bh=y4eW4FGHx1x4xKZf3dYWgyDOjSIhXcCVc31at5AdLZ8=; h=Date:From:Reply-To:To:Cc:Subject:List-ID:List-Archive:List-Post: List-Unsubscribe:From; b=jdsicVg6K1XW0SEcDVj6n/91+v8uOGpP+wdg+OsnltSoSDzxeTTo+89bRkXxCFKkS hSjsUlD+0cxFrNVIdZzzTDFKi7tyjHv6t/oQ1DDzqTRyFSlUJVV7rwJqvY1vwJvcR2 CISRwMyeJZ5fDL40SlnC0C+c2W04BSoGtU0HZpEA=
From: afrind <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+0166e4abc7b54f2f7464408c4a4fd7dbfe4c3c8cd0f6b4be92cf0000000118667de392a169ce180fea0e@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/pull/2379@github.com>
Subject: [quicwg/base-drafts] Replace the RequireInsertCount decoding algorithm (#2379)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5c4ebbe33c422_170b3fb96ead45b4285377"; 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/bHPgCp0lUNtYscyd960g0xxIHFU>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
List-Id: Notification list for GitHub issues related to the QUIC WG <quic-issues.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=unsubscribe>
List-Archive: <https://mailarchive.ietf.org/arch/browse/quic-issues/>
List-Post: <mailto:quic-issues@ietf.org>
List-Help: <mailto:quic-issues-request@ietf.org?subject=help>
List-Subscribe: <https://www.ietf.org/mailman/listinfo/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=subscribe>
X-List-Received-Date: Mon, 28 Jan 2019 08:23:01 -0000

----==_mimepart_5c4ebbe33c422_170b3fb96ead45b4285377
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

This is @mt's alternate algorithm from #1930, and includes some of @bencebeky's language from #2249.

I renamed 'rounded' to 'MaxWrapped' - it is largest possible value for RequiredInsertCount that is 0 mod 2*MaxEntries.

Fixes #1930
Fixes #2112
You can view, comment on, or merge this pull request online at:

  https://github.com/quicwg/base-drafts/pull/2379

-- Commit Summary --

  * Replace the RequireInsertCount decoding algorithm

-- File Changes --

    M draft-ietf-quic-qpack.md (24)

-- Patch Links --

https://github.com/quicwg/base-drafts/pull/2379.patch
https://github.com/quicwg/base-drafts/pull/2379.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/2379

----==_mimepart_5c4ebbe33c422_170b3fb96ead45b4285377
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: quoted-printable

<p>This is <a class=3D"user-mention" data-hovercard-type=3D"user" data-ho=
vercard-url=3D"/hovercards?user_id=3D3988" data-octo-click=3D"hovercard-l=
ink-click" data-octo-dimensions=3D"link_type:self" href=3D"https://github=
.com/mt">@mt</a>'s alternate algorithm from <a class=3D"issue-link js-iss=
ue-link" data-error-text=3D"Failed to load issue title" data-id=3D"375053=
208" data-permission-text=3D"Issue title is private" data-url=3D"https://=
github.com/quicwg/base-drafts/issues/1930" data-hovercard-type=3D"pull_re=
quest" data-hovercard-url=3D"/quicwg/base-drafts/pull/1930/hovercard" hre=
f=3D"https://github.com/quicwg/base-drafts/pull/1930">#1930</a>, and incl=
udes some of <a class=3D"user-mention" data-hovercard-type=3D"user" data-=
hovercard-url=3D"/hovercards?user_id=3D6144440" data-octo-click=3D"hoverc=
ard-link-click" data-octo-dimensions=3D"link_type:self" href=3D"https://g=
ithub.com/bencebeky">@bencebeky</a>'s language from <a class=3D"issue-lin=
k js-issue-link" data-error-text=3D"Failed to load issue title" data-id=3D=
"393780762" data-permission-text=3D"Issue title is private" data-url=3D"h=
ttps://github.com/quicwg/base-drafts/issues/2249" data-hovercard-type=3D"=
pull_request" data-hovercard-url=3D"/quicwg/base-drafts/pull/2249/hoverca=
rd" href=3D"https://github.com/quicwg/base-drafts/pull/2249">#2249</a>.</=
p>
<p>I renamed 'rounded' to 'MaxWrapped' - it is largest possible value for=
 RequiredInsertCount that is 0 mod 2*MaxEntries.</p>
<p><span class=3D"issue-keyword tooltipped tooltipped-se" aria-label=3D"T=
his pull request closes pull request #1930.">Fixes</span> <a class=3D"iss=
ue-link js-issue-link" data-error-text=3D"Failed to load issue title" dat=
a-id=3D"375053208" data-permission-text=3D"Issue title is private" data-u=
rl=3D"https://github.com/quicwg/base-drafts/issues/1930" data-hovercard-t=
ype=3D"pull_request" data-hovercard-url=3D"/quicwg/base-drafts/pull/1930/=
hovercard" href=3D"https://github.com/quicwg/base-drafts/pull/1930">#1930=
</a><br>
<span class=3D"issue-keyword tooltipped tooltipped-se" aria-label=3D"This=
 pull request closes issue #2112.">Fixes</span> <a class=3D"issue-link js=
-issue-link" data-error-text=3D"Failed to load issue title" data-id=3D"38=
9626872" data-permission-text=3D"Issue title is private" data-url=3D"http=
s://github.com/quicwg/base-drafts/issues/2112" data-hovercard-type=3D"iss=
ue" data-hovercard-url=3D"/quicwg/base-drafts/issues/2112/hovercard" href=
=3D"https://github.com/quicwg/base-drafts/issues/2112">#2112</a></p>

<hr>

<h4>You can view, comment on, or merge this pull request online at:</h4>
<p>&nbsp;&nbsp;<a href=3D'https://github.com/quicwg/base-drafts/pull/2379=
'>https://github.com/quicwg/base-drafts/pull/2379</a></p>

<h4>Commit Summary</h4>
<ul>
  <li>Replace the RequireInsertCount decoding algorithm</li>
</ul>

<h4>File Changes</h4>
<ul>
  <li>
    <strong>M</strong>
    <a href=3D"https://github.com/quicwg/base-drafts/pull/2379/files#diff=
-0">draft-ietf-quic-qpack.md</a>
    (24)
  </li>
</ul>

<h4>Patch Links:</h4>
<ul>
  <li><a href=3D'https://github.com/quicwg/base-drafts/pull/2379.patch'>h=
ttps://github.com/quicwg/base-drafts/pull/2379.patch</a></li>
  <li><a href=3D'https://github.com/quicwg/base-drafts/pull/2379.diff'>ht=
tps://github.com/quicwg/base-drafts/pull/2379.diff</a></li>
</ul>

<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/2379">view it on GitHub</a>, or <a href=3D"https://gi=
thub.com/notifications/unsubscribe-auth/AWbkq_K1INDhKos2LOKI87LCTslUXq-Rk=
s5vHrNjgaJpZM4aVZwC">mute the thread</a>.<img src=3D"https://github.com/n=
otifications/beacon/AWbkq6BO6k5692oDMwsk1WpaWzhdmcCUks5vHrNjgaJpZM4aVZwC.=
gif" height=3D"1" width=3D"1" alt=3D"" /></p>
<script type=3D"application/json" data-scope=3D"inboxmarkup">{"api_versio=
n":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name"=
:"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"=
quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"http=
s://github.githubassets.com/images/email/message_cards/header.png","avata=
r_image_url":"https://github.githubassets.com/images/email/message_cards/=
avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/q=
uicwg/base-drafts"}},"updates":{"snippets":[{"icon":"DESCRIPTION","messag=
e":"Replace the RequireInsertCount decoding algorithm (#2379)"}],"action"=
:{"name":"View Pull Request","url":"https://github.com/quicwg/base-drafts=
/pull/2379"}}}</script>
<script type=3D"application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/pull/2379",
"url": "https://github.com/quicwg/base-drafts/pull/2379",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>

----==_mimepart_5c4ebbe33c422_170b3fb96ead45b4285377--


From nobody Mon Jan 28 00:38:01 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 9B038130FCA for <quic-issues@ietfa.amsl.com>; Mon, 28 Jan 2019 00:37:59 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -6.149
X-Spam-Level: 
X-Spam-Status: No, score=-6.149 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIMWL_WL_HIGH=-4.553, 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_PASS=-0.001] autolearn=ham autolearn_force=no
Authentication-Results: ietfa.amsl.com (amavisd-new); dkim=pass (1024-bit key) header.d=github.com
Received: from mail.ietf.org ([4.31.198.44]) by localhost (ietfa.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id YSpN0fsyWJBR for <quic-issues@ietfa.amsl.com>; Mon, 28 Jan 2019 00:37:57 -0800 (PST)
Received: from o9.sgmail.github.com (o9.sgmail.github.com [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 BE9F0130FBA for <quic-issues@ietf.org>; Mon, 28 Jan 2019 00:37:57 -0800 (PST)
DKIM-Signature: v=1; a=rsa-sha1; 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=k9IhLSuY2CW7QmcSpuxq4jj4rBE=; b=F93HsnOoC+57iXvb z1JJE20KATloEav1ROBdFqk1eahgJGfckKys0O967a6dQa5cWP3lhhVreGnGAtMO OuhcIY8NkFswZZ/knaICx1GPK2C7Ap+3a3nd76U+XF/Nupnd2kH2RaM5X9n8hYPb SItIaSGi8MCbgoeNQIFo35fD/QQ=
Received: by filter1111p1las1.sendgrid.net with SMTP id filter1111p1las1-7889-5C4EBF64-17 2019-01-28 08:37:56.579540062 +0000 UTC m=+206119.452475925
Received: from github-lowworker-e55e3e3.cp1-iad.github.net (unknown [192.30.252.41]) by ismtpd0036p1iad1.sendgrid.net (SG) with ESMTP id CPFn_UuoRH6dIIidrnSEnQ for <quic-issues@ietf.org>; Mon, 28 Jan 2019 08:37:56.415 +0000 (UTC)
Received: from github.com (localhost [127.0.0.1]) by github-lowworker-e55e3e3.cp1-iad.github.net (Postfix) with ESMTP id 641AB18033B for <quic-issues@ietf.org>; Mon, 28 Jan 2019 00:37:56 -0800 (PST)
Date: Mon, 28 Jan 2019 08:37:56 +0000 (UTC)
From: ianswett <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+0166e4ab4026db91b6bb27d9fa49721b2a36a29ae33a061c92cf000000011866816492a169ce17fab1f6@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/pull/2365/review/196918793@github.com>
In-Reply-To: <quicwg/base-drafts/pull/2365@github.com>
References: <quicwg/base-drafts/pull/2365@github.com>
Subject: Re: [quicwg/base-drafts] Persistent Congestion Time Threshold (#2365)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5c4ebf6462ce1_60313f83fccd45b451762ce"; 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
X-SG-EID: l64QuQ2uJCcEyUykJbxN122A6QRmEpucztpreh3Pak2kNXTnAzhu7ZUQ96FvsQ9sQpRxneMliWIpZU p4uXI3cIV2QnzHncgBFkSu0OuGsQo1T0ZSYWuf/jwsfobBAjNbYROkBKwBXKirENo8nlAjK2NNSgr/ TMRu6uK/FHU307w+cR3366PIO7/ZBvVdCv2ytTLWD1A6k7oURu83rf9HHw==
Archived-At: <https://mailarchive.ietf.org/arch/msg/quic-issues/mcBqWXAsdQiUYmvZEmYgJm6-9ik>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
List-Id: Notification list for GitHub issues related to the QUIC WG <quic-issues.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=unsubscribe>
List-Archive: <https://mailarchive.ietf.org/arch/browse/quic-issues/>
List-Post: <mailto:quic-issues@ietf.org>
List-Help: <mailto:quic-issues-request@ietf.org?subject=help>
List-Subscribe: <https://www.ietf.org/mailman/listinfo/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=subscribe>
X-List-Received-Date: Mon, 28 Jan 2019 08:38:00 -0000

----==_mimepart_5c4ebf6462ce1_60313f83fccd45b451762ce
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

ianswett commented on this pull request.



> @@ -1202,15 +1205,26 @@ Invoked by loss detection from DetectLostPackets when new packets
 are detected lost.
 
 ~~~
+   InPersistentCongestion(oldest_loss_time):
+     return

This expression is hard to read, I think it's worth breaking it up some.
 elapsed_time = Now() - oldest_loss_time
 pto = smoothed_rtt + 4 * rttvar + max_ack_delay
 return elapsed_time > pto * (2 ^ kPersistentCongestionThreshold - 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/pull/2365#pullrequestreview-196918793
----==_mimepart_5c4ebf6462ce1_60313f83fccd45b451762ce
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/2365#discussion_r251318255">draft-ietf-quic-recovery.md</a>:</p>
<pre style='color:#555'>&gt; @@ -1202,15 +1205,26 @@ Invoked by loss detection from DetectLostPackets when new packets
 are detected lost.
 
 ~~~
+   InPersistentCongestion(oldest_loss_time):
+     return
</pre>
<p>This expression is hard to read, I think it's worth breaking it up some.<br>
elapsed_time = Now() - oldest_loss_time<br>
pto = smoothed_rtt + 4 * rttvar + max_ack_delay<br>
return elapsed_time &gt; pto * (2 ^ kPersistentCongestionThreshold - 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/pull/2365#pullrequestreview-196918793">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AWbkqwGD8ThQTU6lltFRv7IW_xFnIN83ks5vHrbkgaJpZM4aPEwB">mute the thread</a>.<img src="https://github.com/notifications/beacon/AWbkq6e7gXO5ZK9GfJ4szpnw5nzDN92Fks5vHrbkgaJpZM4aPEwB.gif" height="1" width="1" alt="" /></p>
<script type="application/json" data-scope="inboxmarkup">{"api_version":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name":"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"https://github.githubassets.com/images/email/message_cards/header.png","avatar_image_url":"https://github.githubassets.com/images/email/message_cards/avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/quicwg/base-drafts"}},"updates":{"snippets":[{"icon":"PERSON","message":"@ianswett commented on #2365"}],"action":{"name":"View Pull Request","url":"https://github.com/quicwg/base-drafts/pull/2365#pullrequestreview-196918793"}}}</script>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/pull/2365#pullrequestreview-196918793",
"url": "https://github.com/quicwg/base-drafts/pull/2365#pullrequestreview-196918793",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>
----==_mimepart_5c4ebf6462ce1_60313f83fccd45b451762ce--


From nobody Mon Jan 28 00:53: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 D0F4D130FE2 for <quic-issues@ietfa.amsl.com>; Mon, 28 Jan 2019 00:53:02 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -11.149
X-Spam-Level: 
X-Spam-Status: No, score=-11.149 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIMWL_WL_HIGH=-4.553, 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_PASS=-0.001] autolearn=ham autolearn_force=no
Authentication-Results: ietfa.amsl.com (amavisd-new); dkim=pass (1024-bit key) header.d=github.com
Received: from mail.ietf.org ([4.31.198.44]) by localhost (ietfa.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id OojJvkZb4D_h for <quic-issues@ietfa.amsl.com>; Mon, 28 Jan 2019 00:53:01 -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 1096E130FDB for <quic-issues@ietf.org>; Mon, 28 Jan 2019 00:53:01 -0800 (PST)
Date: Mon, 28 Jan 2019 00:53:00 -0800
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1548665580; bh=x62F0Iav14Mxsv8M6ZiAzdZTqZr3XPPzmrrJYgAmLRc=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=P4K9/oCixqFiPiu8hHo/xFUmvN4uyV0KYvmwqkDOiaLIlmtXZP6rHq4/9DJFhcgIW X8eg3yjkbBqJrcp6cnptfpDrG5NY3IWiWbZ2qwEOQLCu3V7vpNJJFKvcgMnXycFH6Z gORyhx4UfdfepKeuCJ75INgLdXfvQPG7oDnHp5SI=
From: Kazuho Oku <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+0166e4ab05c8df96f02061598164d0a7235b2cce21d54b9692cf00000001186684ec92a169ce17bf8a90@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/pull/2330/review/196924015@github.com>
In-Reply-To: <quicwg/base-drafts/pull/2330@github.com>
References: <quicwg/base-drafts/pull/2330@github.com>
Subject: Re: [quicwg/base-drafts] QPACK: Clarify how maximum dynamic table capacity can be set (#2330)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5c4ec2ec5c4c_2de03fc4578d45b811636e1"; 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/rY5MKuI01mSnipr8wsh-r4BxbIA>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
List-Id: Notification list for GitHub issues related to the QUIC WG <quic-issues.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=unsubscribe>
List-Archive: <https://mailarchive.ietf.org/arch/browse/quic-issues/>
List-Post: <mailto:quic-issues@ietf.org>
List-Help: <mailto:quic-issues-request@ietf.org?subject=help>
List-Subscribe: <https://www.ietf.org/mailman/listinfo/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=subscribe>
X-List-Received-Date: Mon, 28 Jan 2019 08:53:03 -0000

----==_mimepart_5c4ec2ec5c4c_2de03fc4578d45b811636e1
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

kazuho commented on this pull request.



> @@ -427,16 +427,20 @@ The encoder MUST not set a dynamic table capacity that exceeds this maximum, but
 it can choose to use a lower dynamic table capacity (see
 {{set-dynamic-capacity}}).
 
+For clients using 0-RTT data in HTTP/3, the maximum table capacity is the
+remembered value of the setting. If the remembered value is not present or is 0,
+the server MAY set it to a non-zero value in its SETTINGS frame. If the

I am not sure if allowing server to accept 0-RTT without remembering the table capacity is a good idea, because it might lead to a connection error.

Instead, can we simply forbid the use of 0-RTT unless the server remembers the value (possibly through the use of session ticket)?

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/quicwg/base-drafts/pull/2330#pullrequestreview-196924015
----==_mimepart_5c4ec2ec5c4c_2de03fc4578d45b811636e1
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/2330#discussion_r251322432">draft-ietf-quic-qpack.md</a>:</p>
<pre style='color:#555'>&gt; @@ -427,16 +427,20 @@ The encoder MUST not set a dynamic table capacity that exceeds this maximum, but
 it can choose to use a lower dynamic table capacity (see
 {{set-dynamic-capacity}}).
 
+For clients using 0-RTT data in HTTP/3, the maximum table capacity is the
+remembered value of the setting. If the remembered value is not present or is 0,
+the server MAY set it to a non-zero value in its SETTINGS frame. If the
</pre>
<p>I am not sure if allowing server to accept 0-RTT without remembering the table capacity is a good idea, because it might lead to a connection error.</p>
<p>Instead, can we simply forbid the use of 0-RTT unless the server remembers the value (possibly through the use of session ticket)?</p>

<p style="font-size:small;-webkit-text-size-adjust:none;color:#666;">&mdash;<br />You are receiving this because you are subscribed to this thread.<br />Reply to this email directly, <a href="https://github.com/quicwg/base-drafts/pull/2330#pullrequestreview-196924015">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AWbkq7_8mXb43hKNri3IH2KdojFLy-46ks5vHrpsgaJpZM4Z8FHJ">mute the thread</a>.<img src="https://github.com/notifications/beacon/AWbkqzypIAbMVLDLwceXsz8mGxEb3ORzks5vHrpsgaJpZM4Z8FHJ.gif" height="1" width="1" alt="" /></p>
<script type="application/json" data-scope="inboxmarkup">{"api_version":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name":"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"https://github.githubassets.com/images/email/message_cards/header.png","avatar_image_url":"https://github.githubassets.com/images/email/message_cards/avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/quicwg/base-drafts"}},"updates":{"snippets":[{"icon":"PERSON","message":"@kazuho commented on #2330"}],"action":{"name":"View Pull Request","url":"https://github.com/quicwg/base-drafts/pull/2330#pullrequestreview-196924015"}}}</script>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/pull/2330#pullrequestreview-196924015",
"url": "https://github.com/quicwg/base-drafts/pull/2330#pullrequestreview-196924015",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>
----==_mimepart_5c4ec2ec5c4c_2de03fc4578d45b811636e1--


From nobody Mon Jan 28 01:29: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 1A76A130FDC for <quic-issues@ietfa.amsl.com>; Mon, 28 Jan 2019 01:29:31 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -10.935
X-Spam-Level: 
X-Spam-Status: No, score=-10.935 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIMWL_WL_HIGH=-4.553, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, HTML_IMAGE_ONLY_24=1.618, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-1, RCVD_IN_DNSWL_HI=-5, SPF_PASS=-0.001] autolearn=ham autolearn_force=no
Authentication-Results: ietfa.amsl.com (amavisd-new); dkim=pass (1024-bit key) header.d=github.com
Received: from mail.ietf.org ([4.31.198.44]) by localhost (ietfa.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id tCJSXgukyuzm for <quic-issues@ietfa.amsl.com>; Mon, 28 Jan 2019 01:29:29 -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 91EBE130FC2 for <quic-issues@ietf.org>; Mon, 28 Jan 2019 01:29:29 -0800 (PST)
Date: Mon, 28 Jan 2019 01:29:28 -0800
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1548667768; bh=g9/AvFeHByEKberbGkhxeGuRSZ0gGWNay7SucXB3RfE=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=nkxqjFuLj0IHcam7uRyE8fd93t2alqurKcS23hFZGl+hDFAKfaWK2hlX/DSyolBE5 vAT9L/MEKeAoPFK0GcjuEm7YRx7HMFUfUKHulK/sqOzHV8RDw+QMrqYJiJOcB3QvrC HwE+Mf/U2vh+ylcBxDwWW53TgEbcvlCLv2VId1Co=
From: Marten Seemann <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+0166e4ab2150cea95d0254d33f873c3e3f43e2dd49df315692cf0000000118668d7892a169ce180fd1de@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/issues/2378/458054711@github.com>
In-Reply-To: <quicwg/base-drafts/issues/2378@github.com>
References: <quicwg/base-drafts/issues/2378@github.com>
Subject: Re: [quicwg/base-drafts] Discarding keys (#2378)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5c4ecb785e7ff_34733f8a38ed45c0321379"; 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/8VQQly5JvKTvOTjSTFOSg2xt3LI>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
List-Id: Notification list for GitHub issues related to the QUIC WG <quic-issues.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=unsubscribe>
List-Archive: <https://mailarchive.ietf.org/arch/browse/quic-issues/>
List-Post: <mailto:quic-issues@ietf.org>
List-Help: <mailto:quic-issues-request@ietf.org?subject=help>
List-Subscribe: <https://www.ietf.org/mailman/listinfo/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=subscribe>
X-List-Received-Date: Mon, 28 Jan 2019 09:29:31 -0000

----==_mimepart_5c4ecb785e7ff_34733f8a38ed45c0321379
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

See #2267.

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/quicwg/base-drafts/issues/2378#issuecomment-458054711
----==_mimepart_5c4ecb785e7ff_34733f8a38ed45c0321379
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

<p>See <a class="issue-link js-issue-link" data-error-text="Failed to load issue title" data-id="394586860" data-permission-text="Issue title is private" data-url="https://github.com/quicwg/base-drafts/issues/2267" data-hovercard-type="issue" data-hovercard-url="/quicwg/base-drafts/issues/2267/hovercard" href="https://github.com/quicwg/base-drafts/issues/2267">#2267</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/2378#issuecomment-458054711">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AWbkqwmO9eXKMpaNaEWHARjfXEMUfqpWks5vHsL4gaJpZM4aVYAS">mute the thread</a>.<img src="https://github.com/notifications/beacon/AWbkq2bRDOeJXMT6PmsPi5IWlSAetXifks5vHsL4gaJpZM4aVYAS.gif" height="1" width="1" alt="" /></p>
<script type="application/json" data-scope="inboxmarkup">{"api_version":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name":"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"https://github.githubassets.com/images/email/message_cards/header.png","avatar_image_url":"https://github.githubassets.com/images/email/message_cards/avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/quicwg/base-drafts"}},"updates":{"snippets":[{"icon":"PERSON","message":"@marten-seemann in #2378: See #2267."}],"action":{"name":"View Issue","url":"https://github.com/quicwg/base-drafts/issues/2378#issuecomment-458054711"}}}</script>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/issues/2378#issuecomment-458054711",
"url": "https://github.com/quicwg/base-drafts/issues/2378#issuecomment-458054711",
"name": "View Issue"
},
"description": "View this Issue on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>
----==_mimepart_5c4ecb785e7ff_34733f8a38ed45c0321379--


From nobody Mon Jan 28 01: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 F0508130FF9 for <quic-issues@ietfa.amsl.com>; Mon, 28 Jan 2019 01:56:04 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -10.935
X-Spam-Level: 
X-Spam-Status: No, score=-10.935 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIMWL_WL_HIGH=-4.553, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, HTML_IMAGE_ONLY_24=1.618, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-1, RCVD_IN_DNSWL_HI=-5, SPF_PASS=-0.001] autolearn=ham autolearn_force=no
Authentication-Results: ietfa.amsl.com (amavisd-new); dkim=pass (1024-bit key) header.d=github.com
Received: from mail.ietf.org ([4.31.198.44]) by localhost (ietfa.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id TvbEudumM4KH for <quic-issues@ietfa.amsl.com>; Mon, 28 Jan 2019 01:56:03 -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 7D6AC130FF8 for <quic-issues@ietf.org>; Mon, 28 Jan 2019 01:56:03 -0800 (PST)
Date: Mon, 28 Jan 2019 01:56:02 -0800
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1548669363; bh=WZEdN6q5U7tlYkgLWaMtwLAMbKmYff2JVugpUKctJVU=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=upfIRqovaRfxJgnTLbeJcnIRWrAzatO+3rqY8JE5P3Ip6evfwLCOrV0MrHYWfkRNc gBuXn6pRjIYe4wH7CXH/eHAfCvfNAPsK11q8g+HcMK6b4VU+hz5XHDT5IGgEc+Ega+ U7efWBmRXeqMEKV+n8EIUeQnopoOjn9M3GfVFliI=
From: Christian Huitema <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/2370/push/3249929793@github.com>
In-Reply-To: <quicwg/base-drafts/pull/2370@github.com>
References: <quicwg/base-drafts/pull/2370@github.com>
Subject: Re: [quicwg/base-drafts] Stronger migration handshake (#2370)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5c4ed1b2b5cb2_172b3f99d9ad45b42982c"; charset=UTF-8
Content-Transfer-Encoding: 7bit
Precedence: list
X-GitHub-Sender: huitema
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/GfBcvwSxNrdbBZ4_YBfiBA8JC50>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
List-Id: Notification list for GitHub issues related to the QUIC WG <quic-issues.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=unsubscribe>
List-Archive: <https://mailarchive.ietf.org/arch/browse/quic-issues/>
List-Post: <mailto:quic-issues@ietf.org>
List-Help: <mailto:quic-issues-request@ietf.org?subject=help>
List-Subscribe: <https://www.ietf.org/mailman/listinfo/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=subscribe>
X-List-Received-Date: Mon, 28 Jan 2019 09:56:05 -0000

----==_mimepart_5c4ed1b2b5cb2_172b3f99d9ad45b42982c
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

@huitema pushed 1 commit.

cdaf4ff621a0a6f2ed841c758828ec3610f0cb6c  Add handshake completion section so we can have a single reference.


-- 
You are receiving this because you are subscribed to this thread.
View it on GitHub:
https://github.com/quicwg/base-drafts/pull/2370/files/e449a442086ecaf478c7a2b002a3f43c1a4b17b7..cdaf4ff621a0a6f2ed841c758828ec3610f0cb6c

----==_mimepart_5c4ed1b2b5cb2_172b3f99d9ad45b42982c
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

<p><a href="https://github.com/huitema" class="user-mention">@huitema</a> pushed 1 commit.</p>

<ul>
  <li><a class="commit-link" href="https://github.com/quicwg/base-drafts/commit/cdaf4ff621a0a6f2ed841c758828ec3610f0cb6c">cdaf4ff</a>  Add handshake completion section so we can have a single reference.</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/2370/files/e449a442086ecaf478c7a2b002a3f43c1a4b17b7..cdaf4ff621a0a6f2ed841c758828ec3610f0cb6c">View it on GitHub</a> or <a href="https://github.com/notifications/unsubscribe-auth/AWbkq-34fLYWjys9XnSWS4EVX_LSbhZwks5vHskygaJpZM4aUhBL">mute the thread</a>.<img src="https://github.com/notifications/beacon/AWbkq-8TRVU9KBXrIc3IGMq33qheIoRyks5vHskygaJpZM4aUhBL.gif" height="1" width="1" alt="" /></p>
<script type="application/json" data-scope="inboxmarkup">{"api_version":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name":"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"https://github.githubassets.com/images/email/message_cards/header.png","avatar_image_url":"https://github.githubassets.com/images/email/message_cards/avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/quicwg/base-drafts"}},"updates":{"snippets":[{"icon":"PERSON","message":"@huitema pushed 1 commit in #2370"}],"action":{"name":"View Pull Request","url":"https://github.com/quicwg/base-drafts/pull/2370/files/e449a442086ecaf478c7a2b002a3f43c1a4b17b7..cdaf4ff621a0a6f2ed841c758828ec3610f0cb6c"}}}</script>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/pull/2370/files/e449a442086ecaf478c7a2b002a3f43c1a4b17b7..cdaf4ff621a0a6f2ed841c758828ec3610f0cb6c",
"url": "https://github.com/quicwg/base-drafts/pull/2370/files/e449a442086ecaf478c7a2b002a3f43c1a4b17b7..cdaf4ff621a0a6f2ed841c758828ec3610f0cb6c",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>

----==_mimepart_5c4ed1b2b5cb2_172b3f99d9ad45b42982c--


From nobody Mon Jan 28 01:58: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 D268D131004 for <quic-issues@ietfa.amsl.com>; Mon, 28 Jan 2019 01:58:26 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -12.552
X-Spam-Level: 
X-Spam-Status: No, score=-12.552 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIMWL_WL_HIGH=-4.553, 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_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 cUiRwq6GK3-5 for <quic-issues@ietfa.amsl.com>; Mon, 28 Jan 2019 01:58:25 -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 DDBC3129508 for <quic-issues@ietf.org>; Mon, 28 Jan 2019 01:58:24 -0800 (PST)
Date: Mon, 28 Jan 2019 01:58:23 -0800
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1548669503; bh=jDVW+ViaPN0OplyxWcQQebHcpKsilS365MCdPUYoDVU=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=FIGau9lBND08w8C9q0ejXwGiUm2IbNgmPjNw37vSx3fAcInjgMoW3RFwyzoZmInQX NMsQO8iUKNaPteDHLpwrHuwSmCzLQRK13toSBixNGf/NezcwdzYnELYrFqhkbqmIro SFDAWfDasnt+1AGhZWjo5o4+ptWK7XxGIYS/3JO8=
From: "Philipp S. Tiesel" <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+0166e4ab3475d786c102683d93628c625d3b88615b189e1c92cf000000011866943f92a169ce0c2f403e@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/458064699@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_5c4ed23fcd136_75503f9cf38d45bc21362"; charset=UTF-8
Content-Transfer-Encoding: 7bit
Precedence: list
X-GitHub-Sender: philsbln
X-GitHub-Recipient: quic-issues
X-GitHub-Reason: subscribed
X-Auto-Response-Suppress: All
X-GitHub-Recipient-Address: quic-issues@ietf.org
Archived-At: <https://mailarchive.ietf.org/arch/msg/quic-issues/x9gdiOyl_eWfIycNxmfVLpACX_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, 28 Jan 2019 09:58:29 -0000

----==_mimepart_5c4ed23fcd136_75503f9cf38d45bc21362
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

We had a similar discussion in TAPS and our drafts include some discussion on transport option gathering and racing (https://taps-api.github.io/drafts/draft-ietf-taps-impl.html).
I like to call this "Happy Eyeballs on Steroids" and the major problem that arises from racing between the combinations of  multiple IP versions (v4vs. v6), transports (TLS over TCP vs QUIC over UDP) and access networks/ PvDs (WiFi vs. Wired vs. LTE) is the state explosion you run into if you want to race for all of them. We solve this in TAPS by delaying the racing of less-preferred or less-likely candidates.

In my opinion, do a "Happy Eyeballs on Steroids" racing of HTTP/QUIC against HTTP/TLS is fine as long as the implementations make sure not to try all combinations on all connection attempts. This can be easily solved  by a combination of caching results results (try QUIC in a race if have seen an Alt-Svc announcement or is has worked in the past), well-chosen timings and probabilistic choice of what to probe.

-- 
You are receiving this 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-458064699
----==_mimepart_5c4ed23fcd136_75503f9cf38d45bc21362
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: quoted-printable

<p>We had a similar discussion in TAPS and our drafts include some discus=
sion on transport option gathering and racing (<a href=3D"https://taps-ap=
i.github.io/drafts/draft-ietf-taps-impl.html" rel=3D"nofollow">https://ta=
ps-api.github.io/drafts/draft-ietf-taps-impl.html</a>).<br>
I like to call this "Happy Eyeballs on Steroids" and the major problem th=
at arises from racing between the combinations of  multiple IP versions (=
v4vs. v6), transports (TLS over TCP vs QUIC over UDP) and access networks=
/ PvDs (WiFi vs. Wired vs. LTE) is the state explosion you run into if yo=
u want to race for all of them. We solve this in TAPS by delaying the rac=
ing of less-preferred or less-likely candidates.</p>
<p>In my opinion, do a "Happy Eyeballs on Steroids" racing of HTTP/QUIC a=
gainst HTTP/TLS is fine as long as the implementations make sure not to t=
ry all combinations on all connection attempts. This can be easily solved=
  by a combination of caching results results (try QUIC in a race if have=
 seen an Alt-Svc announcement or is has worked in the past), well-chosen =
timings and probabilistic choice of what to probe.</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/253#issuecomment-458064699">view it on GitHub</a>, =
or <a href=3D"https://github.com/notifications/unsubscribe-auth/AWbkq0npc=
P8VRvRUyI-5wOHBUdh-Foszks5vHsm_gaJpZM4LzLA5">mute the thread</a>.<img src=
=3D"https://github.com/notifications/beacon/AWbkq6tX6krOgXngxt_U7D8hGJgcT=
P-5ks5vHsm_gaJpZM4LzLA5.gif" height=3D"1" width=3D"1" alt=3D"" /></p>
<script type=3D"application/json" data-scope=3D"inboxmarkup">{"api_versio=
n":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name"=
:"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"=
quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"http=
s://github.githubassets.com/images/email/message_cards/header.png","avata=
r_image_url":"https://github.githubassets.com/images/email/message_cards/=
avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/q=
uicwg/base-drafts"}},"updates":{"snippets":[{"icon":"PERSON","message":"@=
philsbln in #253: We had a similar discussion in TAPS and our drafts incl=
ude some discussion on transport option gathering and racing (https://tap=
s-api.github.io/drafts/draft-ietf-taps-impl.html).\r\nI like to call this=
 \"Happy Eyeballs on Steroids\" and the major problem that arises from ra=
cing between the combinations of  multiple IP versions (v4vs. v6), transp=
orts (TLS over TCP vs QUIC over UDP) and access networks/ PvDs (WiFi vs. =
Wired vs. LTE) is the state explosion you run into if you want to race fo=
r all of them. We solve this in TAPS by delaying the racing of less-prefe=
rred or less-likely candidates.\r\n\r\nIn my opinion, do a \"Happy Eyebal=
ls on Steroids\" racing of HTTP/QUIC against HTTP/TLS is fine as long as =
the implementations make sure not to try all combinations on all connecti=
on attempts. This can be easily solved  by a combination of caching resul=
ts results (try QUIC in a race if have seen an Alt-Svc announcement or is=
 has worked in the past), well-chosen timings and probabilistic choice of=
 what to probe."}],"action":{"name":"View Issue","url":"https://github.co=
m/quicwg/base-drafts/issues/253#issuecomment-458064699"}}}</script>
<script type=3D"application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/issues/253#issuecomment-=
458064699",
"url": "https://github.com/quicwg/base-drafts/issues/253#issuecomment-458=
064699",
"name": "View Issue"
},
"description": "View this Issue on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>=

----==_mimepart_5c4ed23fcd136_75503f9cf38d45bc21362--


From nobody Mon Jan 28 03:35: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 84BDE12D4EC for <quic-issues@ietfa.amsl.com>; Mon, 28 Jan 2019 03:35:41 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -12.552
X-Spam-Level: 
X-Spam-Status: No, score=-12.552 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIMWL_WL_HIGH=-4.553, 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_PASS=-0.001] autolearn=ham autolearn_force=no
Authentication-Results: ietfa.amsl.com (amavisd-new); dkim=pass (1024-bit key) header.d=github.com
Received: from mail.ietf.org ([4.31.198.44]) by localhost (ietfa.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id tbbU-QKrAiCT for <quic-issues@ietfa.amsl.com>; Mon, 28 Jan 2019 03:35: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 C6AB212D4E9 for <quic-issues@ietf.org>; Mon, 28 Jan 2019 03:35:39 -0800 (PST)
Date: Mon, 28 Jan 2019 03:35:38 -0800
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1548675338; bh=zSsRPrZj173v+cE9GctSjxa8VwuHGOzBgIsLhyE0lFg=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=SIhUVg8m08IHlCSyAoI7jroqhE8C1wuxu0z9FdqnnOKEl7FFzE6400r3aZoIMRXS9 0UtAE+qYsNGT6NcUnz6TiD6qfK59ah64rrq/4fclUWkTAyMAUZY38bcoGT/9XWtAaq +zohyiAU61qfIHSh+c5V93nrvNPTLai5b2YesjoA=
From: Brian Trammell <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+0166e4abe79af6ae0329eb1eec3b4e20738019cbd7b60c6192cf000000011866ab0a92a169ce17fa7dfa@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/pull/2364/review/196992250@github.com>
In-Reply-To: <quicwg/base-drafts/pull/2364@github.com>
References: <quicwg/base-drafts/pull/2364@github.com>
Subject: Re: [quicwg/base-drafts] Moving text on spinbit into transport (#2364)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5c4ee90ab4cbf_69f63f9f624d45b82463db"; 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/oiUsBJ6Eu-RB2_m8X3_92IYbUQI>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
List-Id: Notification list for GitHub issues related to the QUIC WG <quic-issues.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=unsubscribe>
List-Archive: <https://mailarchive.ietf.org/arch/browse/quic-issues/>
List-Post: <mailto:quic-issues@ietf.org>
List-Help: <mailto:quic-issues-request@ietf.org?subject=help>
List-Subscribe: <https://www.ietf.org/mailman/listinfo/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=subscribe>
X-List-Received-Date: Mon, 28 Jan 2019 11:35:41 -0000

----==_mimepart_5c4ee90ab4cbf_69f63f9f624d45b82463db
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

britram commented on this pull request.



> @@ -2818,6 +2825,44 @@ encoded as a single byte with the value 0x01.  An endpoint MAY treat the receipt
 of a frame type that uses a longer encoding than necessary as a connection error
 of type PROTOCOL_VIOLATION.
 
+## Latency Spin Bit {#spin-bit}
+
+The latency spin bit enables passive latency monitoring from observation points
+on the network path throughout the duration of a connection. The spin bit is
+only present in the short packet header, since it is possible to measure the
+initial RTT of a connection by observing the handshake. Therefore, the spin bit
+will appear after version negotiation and connection establishment are
+completed. On-path measurement and use of the Latency Spin Bit is further
+discussed in {{QUIC-MANAGEABILITY}}.
+
+The spin bit utilizes a single bit in the first byte of the short header. The

+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/pull/2364#discussion_r251378841
----==_mimepart_5c4ee90ab4cbf_69f63f9f624d45b82463db
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

<p><b>@britram</b> commented on this pull request.</p>

<hr>

<p>In <a href="https://github.com/quicwg/base-drafts/pull/2364#discussion_r251378841">draft-ietf-quic-transport.md</a>:</p>
<pre style='color:#555'>&gt; @@ -2818,6 +2825,44 @@ encoded as a single byte with the value 0x01.  An endpoint MAY treat the receipt
 of a frame type that uses a longer encoding than necessary as a connection error
 of type PROTOCOL_VIOLATION.
 
+## Latency Spin Bit {#spin-bit}
+
+The latency spin bit enables passive latency monitoring from observation points
+on the network path throughout the duration of a connection. The spin bit is
+only present in the short packet header, since it is possible to measure the
+initial RTT of a connection by observing the handshake. Therefore, the spin bit
+will appear after version negotiation and connection establishment are
+completed. On-path measurement and use of the Latency Spin Bit is further
+discussed in {{QUIC-MANAGEABILITY}}.
+
+The spin bit utilizes a single bit in the first byte of the short header. The
</pre>
<p>+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/pull/2364#discussion_r251378841">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AWbkq7HKAdog5moK66OU-GnswUdh2S4yks5vHuCKgaJpZM4aPA_u">mute the thread</a>.<img src="https://github.com/notifications/beacon/AWbkq_8gf8dnUtwp1a_pfmCYdSkD7m49ks5vHuCKgaJpZM4aPA_u.gif" height="1" width="1" alt="" /></p>
<script type="application/json" data-scope="inboxmarkup">{"api_version":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name":"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"https://github.githubassets.com/images/email/message_cards/header.png","avatar_image_url":"https://github.githubassets.com/images/email/message_cards/avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/quicwg/base-drafts"}},"updates":{"snippets":[{"icon":"PERSON","message":"@britram commented on #2364"}],"action":{"name":"View Pull Request","url":"https://github.com/quicwg/base-drafts/pull/2364#discussion_r251378841"}}}</script>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/pull/2364#discussion_r251378841",
"url": "https://github.com/quicwg/base-drafts/pull/2364#discussion_r251378841",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>
----==_mimepart_5c4ee90ab4cbf_69f63f9f624d45b82463db--


From nobody Mon Jan 28 04:01: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 1412A131026 for <quic-issues@ietfa.amsl.com>; Mon, 28 Jan 2019 04:01:13 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -12.553
X-Spam-Level: 
X-Spam-Status: No, score=-12.553 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIMWL_WL_HIGH=-4.553, 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_PASS=-0.001] autolearn=ham autolearn_force=no
Authentication-Results: ietfa.amsl.com (amavisd-new); dkim=pass (1024-bit key) header.d=github.com
Received: from mail.ietf.org ([4.31.198.44]) by localhost (ietfa.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id H73UaBiIPI-K for <quic-issues@ietfa.amsl.com>; Mon, 28 Jan 2019 04:01: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 D4B22131023 for <quic-issues@ietf.org>; Mon, 28 Jan 2019 04:01:09 -0800 (PST)
Date: Mon, 28 Jan 2019 04:01:08 -0800
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1548676868; bh=41owG0MblFrXO99r5Q1tKTIKFQy8J3I0zTeJrwK9hZA=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=HfyadJH3V+S+aCTeT22Ns8KbzfTmODo65Yk9SQBRmS+X+5sw+eGNkcXbET3yDMoKY +3bCNnGqZkLqOeCGnwFV98vrbo9UzCUYYZQSdton1DE3gPAYQ/NXze25bIb/mO5Ix7 QUaAJuy1Y33qEeLvkI74fEFXdr8EdimWOKlNbvus=
From: Brian Trammell <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+0166e4ab7d77d65f5b3f784ee9a9c87cbd10493202d1c0d092cf000000011866b10492a169ce17ff5580@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/issues/2369/458105065@github.com>
In-Reply-To: <quicwg/base-drafts/issues/2369@github.com>
References: <quicwg/base-drafts/issues/2369@github.com>
Subject: Re: [quicwg/base-drafts] Merge normative -spin-exp text into -transport (#2369)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5c4eef04cc42a_40823fbacc2d45bc109342"; 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/Maz5Mbir6asXbvK17mFV0jRP5yY>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
List-Id: Notification list for GitHub issues related to the QUIC WG <quic-issues.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=unsubscribe>
List-Archive: <https://mailarchive.ietf.org/arch/browse/quic-issues/>
List-Post: <mailto:quic-issues@ietf.org>
List-Help: <mailto:quic-issues-request@ietf.org?subject=help>
List-Subscribe: <https://www.ietf.org/mailman/listinfo/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=subscribe>
X-List-Received-Date: Mon, 28 Jan 2019 12:01:13 -0000

----==_mimepart_5c4eef04cc42a_40823fbacc2d45bc109342
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

In advance of the Tokyo meeting, I came in here to say what @hardie said. On review the std/exp question was pretty clearly answered in BKK.

I personally don't care deeply whether the normative bits of the spin bit live in -transport or in their own document, though I don't buy the arguments for doing so. Addressing @marten-seemann's point: yes, -transport is big (but, after the recent editorial rework, *much* easier to navigate, so there's that). #2364 seems to weigh in at ~2 old-style pages, so while all efforts to reduce document size are appreciated, I don't think not adding the spin bit generation language will make a material difference. Other strictly-optional features of the transport protocol are not separated out. For example, connection migration is strictly-speaking optional on the client side, and is far more complicated both technically and editorially, such that a separate document on connection migration might even make the entire set of final documents more usable. But nobody has yet suggested that (and, to make it very clear, I am not suggesting that 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/2369#issuecomment-458105065
----==_mimepart_5c4eef04cc42a_40823fbacc2d45bc109342
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: quoted-printable

<p>In advance of the Tokyo meeting, I came in here to say what <a class=3D=
"user-mention" data-hovercard-type=3D"user" data-hovercard-url=3D"/hoverc=
ards?user_id=3D1399780" data-octo-click=3D"hovercard-link-click" data-oct=
o-dimensions=3D"link_type:self" href=3D"https://github.com/hardie">@hardi=
e</a> said. On review the std/exp question was pretty clearly answered in=
 BKK.</p>
<p>I personally don't care deeply whether the normative bits of the spin =
bit live in -transport or in their own document, though I don't buy the a=
rguments for doing so. Addressing <a class=3D"user-mention" data-hovercar=
d-type=3D"user" data-hovercard-url=3D"/hovercards?user_id=3D1478487" data=
-octo-click=3D"hovercard-link-click" data-octo-dimensions=3D"link_type:se=
lf" href=3D"https://github.com/marten-seemann">@marten-seemann</a>'s poin=
t: yes, -transport is big (but, after the recent editorial rework, <em>mu=
ch</em> easier to navigate, so there's that). <a class=3D"issue-link js-i=
ssue-link" data-error-text=3D"Failed to load issue title" data-id=3D"4022=
92218" data-permission-text=3D"Issue title is private" data-url=3D"https:=
//github.com/quicwg/base-drafts/issues/2364" data-hovercard-type=3D"pull_=
request" data-hovercard-url=3D"/quicwg/base-drafts/pull/2364/hovercard" h=
ref=3D"https://github.com/quicwg/base-drafts/pull/2364">#2364</a> seems t=
o weigh in at ~2 old-style pages, so while all efforts to reduce document=
 size are appreciated, I don't think not adding the spin bit generation l=
anguage will make a material difference. Other strictly-optional features=
 of the transport protocol are not separated out. For example, connection=
 migration is strictly-speaking optional on the client side, and is far m=
ore complicated both technically and editorially, such that a separate do=
cument on connection migration might even make the entire set of final do=
cuments more usable. But nobody has yet suggested that (and, to make it v=
ery clear, I am not suggesting that either).</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/2369#issuecomment-458105065">view it on GitHub</a>,=
 or <a href=3D"https://github.com/notifications/unsubscribe-auth/AWbkqyVg=
lct8CGby13T35nywG5SVICpSks5vHuaEgaJpZM4aQb9w">mute the thread</a>.<img sr=
c=3D"https://github.com/notifications/beacon/AWbkq6XGb0PdRzPuwBusPJcJCEdo=
nvuZks5vHuaEgaJpZM4aQb9w.gif" height=3D"1" width=3D"1" alt=3D"" /></p>
<script type=3D"application/json" data-scope=3D"inboxmarkup">{"api_versio=
n":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name"=
:"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"=
quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"http=
s://github.githubassets.com/images/email/message_cards/header.png","avata=
r_image_url":"https://github.githubassets.com/images/email/message_cards/=
avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/q=
uicwg/base-drafts"}},"updates":{"snippets":[{"icon":"PERSON","message":"@=
britram in #2369: In advance of the Tokyo meeting, I came in here to say =
what @hardie said. On review the std/exp question was pretty clearly answ=
ered in BKK.\r\n\r\nI personally don't care deeply whether the normative =
bits of the spin bit live in -transport or in their own document, though =
I don't buy the arguments for doing so. Addressing @marten-seemann's poin=
t: yes, -transport is big (but, after the recent editorial rework, *much*=
 easier to navigate, so there's that). #2364 seems to weigh in at ~2 old-=
style pages, so while all efforts to reduce document size are appreciated=
, I don't think not adding the spin bit generation language will make a m=
aterial difference. Other strictly-optional features of the transport pro=
tocol are not separated out. For example, connection migration is strictl=
y-speaking optional on the client side, and is far more complicated both =
technically and editorially, such that a separate document on connection =
migration might even make the entire set of final documents more usable. =
But nobody has yet suggested that (and, to make it very clear, I am not s=
uggesting that either)."}],"action":{"name":"View Issue","url":"https://g=
ithub.com/quicwg/base-drafts/issues/2369#issuecomment-458105065"}}}</scri=
pt>
<script type=3D"application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/issues/2369#issuecomment=
-458105065",
"url": "https://github.com/quicwg/base-drafts/issues/2369#issuecomment-45=
8105065",
"name": "View Issue"
},
"description": "View this Issue on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>=

----==_mimepart_5c4eef04cc42a_40823fbacc2d45bc109342--


From nobody Mon Jan 28 04:02:04 2019
Return-Path: <bounce+565321.40f-quic-issues=ietf.org@github.com>
X-Original-To: quic-issues@ietfa.amsl.com
Delivered-To: quic-issues@ietfa.amsl.com
Received: from localhost (localhost [127.0.0.1]) by ietfa.amsl.com (Postfix) with ESMTP id BC7E2131026 for <quic-issues@ietfa.amsl.com>; Mon, 28 Jan 2019 04:02:02 -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=-4.553, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, RCVD_IN_DNSWL_NONE=-0.0001, SPF_PASS=-0.001, URIBL_BLOCKED=0.001] autolearn=ham autolearn_force=no
Authentication-Results: ietfa.amsl.com (amavisd-new); dkim=pass (1024-bit key) header.d=github.com
Received: from mail.ietf.org ([4.31.198.44]) by localhost (ietfa.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 28FJ4Oz9eMcj for <quic-issues@ietfa.amsl.com>; Mon, 28 Jan 2019 04:02:00 -0800 (PST)
Received: from m69-170.mailgun.net (m69-170.mailgun.net [166.78.69.170]) (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 AB43C131025 for <quic-issues@ietf.org>; Mon, 28 Jan 2019 04:02:00 -0800 (PST)
DKIM-Signature: a=rsa-sha256; v=1; c=relaxed/relaxed; d=github.com; q=dns/txt;  s=mailo; t=1548676919; h=Content-Transfer-Encoding: Content-Type: Mime-Version: Subject: Message-ID: To: Reply-To: From: Date: Sender; bh=nWWzdnsiSEHL8k3m6kmQG7Y9Uazr66OHTvRQCUcnH/g=; b=dWq/k1pvKVv92rvy+eRVuEJpydCrbyj6a08d68Y/2ZdRi0UfesuvGvY9K7WsdjXjZCcH4fjm n77h3cOfM+CekCnk4IzlBQhavrNa0G2QCcD8SlB8eOGvmPeXbn3Qpy7eG6ucHx3t+8QCbsVj TfJxfkzJtUjjO6Ra2S7c6McCp/s=
X-Mailgun-Sending-Ip: 166.78.69.170
X-Mailgun-Sid: WyJhNzYyYiIsICJxdWljLWlzc3Vlc0BpZXRmLm9yZyIsICI0MGYiXQ==
Sender: ianswett=users.noreply.github.com@github.com
Received: from github.com (Unknown [192.30.252.34]) by mxa.mailgun.org with ESMTP id 5c4eef36.7f86e029a7e0-smtp-out-n01; Mon, 28 Jan 2019 12:01:58 -0000 (UTC)
Date: Mon, 28 Jan 2019 04:01:57 -0800
From: ianswett <ianswett@users.noreply.github.com>
Reply-To: ianswett <ianswett@users.noreply.github.com>
To: quic-issues@ietf.org
Message-ID: <5c4eef35d9650_11e72b0da256a58838975@hookshot-fe-88eb02d.cp1-iad.github.net.mail>
Subject: [quicwg/base-drafts] 8c452d: What to send on multiple PTOs
Mime-Version: 1.0
Content-Type: multipart/mixed; boundary="--==_mimepart_5c4eef35d9318_11e72b0da256a58838896"; charset=UTF-8
Content-Transfer-Encoding: 7bit
Archived-At: <https://mailarchive.ietf.org/arch/msg/quic-issues/Q6HufUnw-8ANpq4j2ekrh1ygl5U>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
Precedence: list
List-Id: Notification list for GitHub issues related to the QUIC WG <quic-issues.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=unsubscribe>
List-Archive: <https://mailarchive.ietf.org/arch/browse/quic-issues/>
List-Post: <mailto:quic-issues@ietf.org>
List-Help: <mailto:quic-issues-request@ietf.org?subject=help>
List-Subscribe: <https://www.ietf.org/mailman/listinfo/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=subscribe>
X-List-Received-Date: Mon, 28 Jan 2019 12:02:03 -0000

----==_mimepart_5c4eef35d9318_11e72b0da256a58838896
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

  Branch: refs/heads/ianswett-multiple-ptos
  Home:   https://github.com/quicwg/base-drafts
  Commit: 8c452d66e6efe948beb309c5fb0bda5ec4ef4471
      https://github.com/quicwg/base-drafts/commit/8c452d66e6efe948beb309c5fb0bda5ec4ef4471
  Author: ianswett <ianswett@users.noreply.github.com>
  Date:   2019-01-28 (Mon, 28 Jan 2019)

  Changed paths:
    M draft-ietf-quic-recovery.md

  Log Message:
  -----------
  What to send on multiple PTOs

Fixes #2103



      **NOTE:** GitHub Services has been marked for deprecation: https://developer.github.com/changes/2018-04-25-github-services-deprecation/

      We will provide an alternative path for the email notifications by January 31st, 2019.

----==_mimepart_5c4eef35d9318_11e72b0da256a58838896--


From nobody Mon Jan 28 04:02: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 B7813131023 for <quic-issues@ietfa.amsl.com>; Mon, 28 Jan 2019 04:02:21 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -12.551
X-Spam-Level: 
X-Spam-Status: No, score=-12.551 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIMWL_WL_HIGH=-4.553, 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_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 ceUvHnxNNbtl for <quic-issues@ietfa.amsl.com>; Mon, 28 Jan 2019 04:02:20 -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 A3A4B131026 for <quic-issues@ietf.org>; Mon, 28 Jan 2019 04:02:19 -0800 (PST)
Date: Mon, 28 Jan 2019 04:02:18 -0800
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1548676938; bh=ZFaBpNgK6QH//mNEeRTo3mNJ/K3guJD5zrTWVE8hF0w=; h=Date:From:Reply-To:To:Cc:Subject:List-ID:List-Archive:List-Post: List-Unsubscribe:From; b=lvkVTeeu4erAm505PUpuQdp8Dw4GP71HV7tQ7aSUXNh1AmbAQB11LKmm94RSHqVJV oftpSzOWYrtf40Ewdd2+HLVj2M+KU5mq9A0qrZX6ci2hjmv3O/gSqXuyACZ2IGtbMQ 57jGjmtsivOz7kpWxKI1b3FpeYswkwLYmAXMKJgI=
From: ianswett <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+0166e4ab58ebceb0d1342f523559d22460e63e5461024a9092cf000000011866b14a92a169ce181135aa@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/pull/2380@github.com>
Subject: [quicwg/base-drafts] What to send on multiple PTOs (#2380)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5c4eef4aa4a1b_46ff3f9a022d45c0229976"; 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/GvwPbRvc68tyC5iAWvjG5jgR7-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: Mon, 28 Jan 2019 12:02:22 -0000

----==_mimepart_5c4eef4aa4a1b_46ff3f9a022d45c0229976
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

Fixes #2103
You can view, comment on, or merge this pull request online at:

  https://github.com/quicwg/base-drafts/pull/2380

-- Commit Summary --

  * What to send on multiple PTOs

-- File Changes --

    M draft-ietf-quic-recovery.md (6)

-- Patch Links --

https://github.com/quicwg/base-drafts/pull/2380.patch
https://github.com/quicwg/base-drafts/pull/2380.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/2380

----==_mimepart_5c4eef4aa4a1b_46ff3f9a022d45c0229976
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 #2103.">Fixes</span> <a class="issue-link js-issue-link" data-error-text="Failed to load issue title" data-id="388373077" data-permission-text="Issue title is private" data-url="https://github.com/quicwg/base-drafts/issues/2103" data-hovercard-type="issue" data-hovercard-url="/quicwg/base-drafts/issues/2103/hovercard" href="https://github.com/quicwg/base-drafts/issues/2103">#2103</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/2380'>https://github.com/quicwg/base-drafts/pull/2380</a></p>

<h4>Commit Summary</h4>
<ul>
  <li>What to send on multiple PTOs</li>
</ul>

<h4>File Changes</h4>
<ul>
  <li>
    <strong>M</strong>
    <a href="https://github.com/quicwg/base-drafts/pull/2380/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/2380.patch'>https://github.com/quicwg/base-drafts/pull/2380.patch</a></li>
  <li><a href='https://github.com/quicwg/base-drafts/pull/2380.diff'>https://github.com/quicwg/base-drafts/pull/2380.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/2380">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AWbkq1SPi4DIFKPriVfdmaE0HUnY6gKKks5vHubKgaJpZM4aVxUi">mute the thread</a>.<img src="https://github.com/notifications/beacon/AWbkq8rFcp7jV1OyJReuw4VokPSMoRQmks5vHubKgaJpZM4aVxUi.gif" height="1" width="1" alt="" /></p>
<script type="application/json" data-scope="inboxmarkup">{"api_version":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name":"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"https://github.githubassets.com/images/email/message_cards/header.png","avatar_image_url":"https://github.githubassets.com/images/email/message_cards/avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/quicwg/base-drafts"}},"updates":{"snippets":[{"icon":"DESCRIPTION","message":"What to send on multiple PTOs (#2380)"}],"action":{"name":"View Pull Request","url":"https://github.com/quicwg/base-drafts/pull/2380"}}}</script>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/pull/2380",
"url": "https://github.com/quicwg/base-drafts/pull/2380",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>

----==_mimepart_5c4eef4aa4a1b_46ff3f9a022d45c0229976--


From nobody Mon Jan 28 04: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 3540A131021 for <quic-issues@ietfa.amsl.com>; Mon, 28 Jan 2019 04:37:20 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -11.573
X-Spam-Level: 
X-Spam-Status: No, score=-11.573 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIMWL_WL_HIGH=-4.553, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, FROM_EXCESS_BASE64=0.979, HTML_IMAGE_ONLY_32=0.001, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-1, RCVD_IN_DNSWL_HI=-5, SPF_PASS=-0.001] autolearn=ham autolearn_force=no
Authentication-Results: ietfa.amsl.com (amavisd-new); dkim=pass (1024-bit key) header.d=github.com
Received: from mail.ietf.org ([4.31.198.44]) by localhost (ietfa.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 4y-4orvcubo5 for <quic-issues@ietfa.amsl.com>; Mon, 28 Jan 2019 04:37:18 -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 579DA131007 for <quic-issues@ietf.org>; Mon, 28 Jan 2019 04:37:18 -0800 (PST)
Date: Mon, 28 Jan 2019 04:37:17 -0800
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1548679037; bh=ftl52EaTz5h33jCxrNujQ6BM7YP8x6Bfa7Xgi3C0AMU=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=Xjv8plS8RwcxWs3wWYpvf6T45aKpJ0idgoWhQtDRZXCM1jjZzOVHBouk7S9hZS4sf /h34dxzy6RStv5DosieNVbIIKbFFb1q0W84CRTcjE5QYDHhPlOYFxF1QlG5K5JR8IZ k0KnrS154AFS0AGXJO3hyryTIV/sz83s1HiluUiU=
From: =?UTF-8?B?QmVuY2UgQsOpa3k=?= <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+0166e4ab3259c83a403a131b1395ca136d6d3bed8320e1c692cf000000011866b97d92a169ce17bf8a90@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/pull/2330/review/197014559@github.com>
In-Reply-To: <quicwg/base-drafts/pull/2330@github.com>
References: <quicwg/base-drafts/pull/2330@github.com>
Subject: Re: [quicwg/base-drafts] QPACK: Clarify how maximum dynamic table capacity can be set (#2330)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5c4ef77d2c04f_48d43f98e0ed45b459547"; 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/0FmdMtMfXJHFPleOHv8bbq8dh_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, 28 Jan 2019 12:37:20 -0000

----==_mimepart_5c4ef77d2c04f_48d43f98e0ed45b459547
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

bencebeky commented on this pull request.



> @@ -427,16 +427,20 @@ The encoder MUST not set a dynamic table capacity that exceeds this maximum, but
 it can choose to use a lower dynamic table capacity (see
 {{set-dynamic-capacity}}).
 
+For clients using 0-RTT data in HTTP/3, the maximum table capacity is the
+remembered value of the setting. If the remembered value is not present or is 0,
+the server MAY set it to a non-zero value in its SETTINGS frame. If the

I agree with @kazuho.  If the remember value is "not present" on the server side, but it is on the client side, that can cause a problem.

Also, in my mind "the server MAY set it" and "if [...] omits SETTINGS_QPACK_MAX_TABLE_CAPACITY [...], the encoder MUST treat this as [...] error" are inconsistent.

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/quicwg/base-drafts/pull/2330#discussion_r251396769
----==_mimepart_5c4ef77d2c04f_48d43f98e0ed45b459547
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/2330#discussion_r251396769">draft-ietf-quic-qpack.md</a>:</p>
<pre style='color:#555'>&gt; @@ -427,16 +427,20 @@ The encoder MUST not set a dynamic table capacity that exceeds this maximum, but
 it can choose to use a lower dynamic table capacity (see
 {{set-dynamic-capacity}}).
 
+For clients using 0-RTT data in HTTP/3, the maximum table capacity is the
+remembered value of the setting. If the remembered value is not present or is 0,
+the server MAY set it to a non-zero value in its SETTINGS frame. If the
</pre>
<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>.  If the remember value is "not present" on the server side, but it is on the client side, that can cause a problem.</p>
<p>Also, in my mind "the server MAY set it" and "if [...] omits SETTINGS_QPACK_MAX_TABLE_CAPACITY [...], the encoder MUST treat this as [...] error" are inconsistent.</p>

<p style="font-size:small;-webkit-text-size-adjust:none;color:#666;">&mdash;<br />You are receiving this because you are subscribed to this thread.<br />Reply to this email directly, <a href="https://github.com/quicwg/base-drafts/pull/2330#discussion_r251396769">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AWbkq-8F-4FrU-O5xsLQwEQ6MADXCEF-ks5vHu79gaJpZM4Z8FHJ">mute the thread</a>.<img src="https://github.com/notifications/beacon/AWbkq24UBD1voP4kc4vxHqUZlY_UhWkPks5vHu79gaJpZM4Z8FHJ.gif" height="1" width="1" alt="" /></p>
<script type="application/json" data-scope="inboxmarkup">{"api_version":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name":"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"https://github.githubassets.com/images/email/message_cards/header.png","avatar_image_url":"https://github.githubassets.com/images/email/message_cards/avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/quicwg/base-drafts"}},"updates":{"snippets":[{"icon":"PERSON","message":"@bencebeky commented on #2330"}],"action":{"name":"View Pull Request","url":"https://github.com/quicwg/base-drafts/pull/2330#discussion_r251396769"}}}</script>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/pull/2330#discussion_r251396769",
"url": "https://github.com/quicwg/base-drafts/pull/2330#discussion_r251396769",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>
----==_mimepart_5c4ef77d2c04f_48d43f98e0ed45b459547--


From nobody Mon Jan 28 05:04: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 767CF12F1AB for <quic-issues@ietfa.amsl.com>; Mon, 28 Jan 2019 05:04:36 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -11.007
X-Spam-Level: 
X-Spam-Status: No, score=-11.007 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIMWL_WL_HIGH=-4.553, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, HTML_IMAGE_ONLY_20=1.546, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-1, RCVD_IN_DNSWL_HI=-5, SPF_PASS=-0.001] autolearn=ham autolearn_force=no
Authentication-Results: ietfa.amsl.com (amavisd-new); dkim=pass (1024-bit key) header.d=github.com
Received: from mail.ietf.org ([4.31.198.44]) by localhost (ietfa.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id U7JpDBFlK9Yc for <quic-issues@ietfa.amsl.com>; Mon, 28 Jan 2019 05:04: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 BE8A21277CC for <quic-issues@ietf.org>; Mon, 28 Jan 2019 05:04:34 -0800 (PST)
Date: Mon, 28 Jan 2019 05:04:33 -0800
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1548680673; bh=X0M6+EeuaPtMkIv0XvZOzGU4qLN27mLtrszxT8eOkqc=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=tJ23hdAjphfqM0D2z0oj/08GuRLBqPbLmFD1lRJMl7aU9tSop2Ja6YyWHvyDP9NWG vq4cM5U5wyRtWFe7t0lM7RWpl7UkjErhgS6EMSgOqHnrSVwFk/7JbA7iXXD1PPVfLU kqDwIsfgs0IM0zE6/W0BWvh65o2RH6J++b2Z3MQU=
From: Tatsuhiro Tsujikawa <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+0166e4ab5fbbc37db295fe7a58536e699ce1aff61173959492cf000000011866bfe192a169ce180fd1de@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/issues/2378/458123018@github.com>
In-Reply-To: <quicwg/base-drafts/issues/2378@github.com>
References: <quicwg/base-drafts/issues/2378@github.com>
Subject: Re: [quicwg/base-drafts] Discarding keys (#2378)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5c4efde1ecc9a_3a7e3fccfbed45c4342051"; charset=UTF-8
Content-Transfer-Encoding: 7bit
Precedence: list
X-GitHub-Sender: tatsuhiro-t
X-GitHub-Recipient: quic-issues
X-GitHub-Reason: subscribed
X-Auto-Response-Suppress: All
X-GitHub-Recipient-Address: quic-issues@ietf.org
Archived-At: <https://mailarchive.ietf.org/arch/msg/quic-issues/qMiYwaLnj2Lvh-5SptAMek9RF4o>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
List-Id: Notification list for GitHub issues related to the QUIC WG <quic-issues.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=unsubscribe>
List-Archive: <https://mailarchive.ietf.org/arch/browse/quic-issues/>
List-Post: <mailto:quic-issues@ietf.org>
List-Help: <mailto:quic-issues-request@ietf.org?subject=help>
List-Subscribe: <https://www.ietf.org/mailman/listinfo/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=subscribe>
X-List-Received-Date: Mon, 28 Jan 2019 13:04:36 -0000

----==_mimepart_5c4efde1ecc9a_3a7e3fccfbed45c4342051
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

Closing as duplicate.

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/quicwg/base-drafts/issues/2378#issuecomment-458123018
----==_mimepart_5c4efde1ecc9a_3a7e3fccfbed45c4342051
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

<p>Closing as duplicate.</p>

<p style="font-size:small;-webkit-text-size-adjust:none;color:#666;">&mdash;<br />You are receiving this because you are subscribed to this thread.<br />Reply to this email directly, <a href="https://github.com/quicwg/base-drafts/issues/2378#issuecomment-458123018">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AWbkq39WoegTpWU16OeqhNsxq26GI9IBks5vHvVhgaJpZM4aVYAS">mute the thread</a>.<img src="https://github.com/notifications/beacon/AWbkqzw7FkUt0hes_A3Dvhjgflw1BNP9ks5vHvVhgaJpZM4aVYAS.gif" height="1" width="1" alt="" /></p>
<script type="application/json" data-scope="inboxmarkup">{"api_version":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name":"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"https://github.githubassets.com/images/email/message_cards/header.png","avatar_image_url":"https://github.githubassets.com/images/email/message_cards/avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/quicwg/base-drafts"}},"updates":{"snippets":[{"icon":"PERSON","message":"@tatsuhiro-t in #2378: Closing as duplicate."}],"action":{"name":"View Issue","url":"https://github.com/quicwg/base-drafts/issues/2378#issuecomment-458123018"}}}</script>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/issues/2378#issuecomment-458123018",
"url": "https://github.com/quicwg/base-drafts/issues/2378#issuecomment-458123018",
"name": "View Issue"
},
"description": "View this Issue on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>
----==_mimepart_5c4efde1ecc9a_3a7e3fccfbed45c4342051--


From nobody Mon Jan 28 05:04: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 14E6512F1AB for <quic-issues@ietfa.amsl.com>; Mon, 28 Jan 2019 05:04:38 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -10.935
X-Spam-Level: 
X-Spam-Status: No, score=-10.935 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIMWL_WL_HIGH=-4.553, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, HTML_IMAGE_ONLY_24=1.618, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-1, RCVD_IN_DNSWL_HI=-5, SPF_PASS=-0.001] autolearn=ham autolearn_force=no
Authentication-Results: ietfa.amsl.com (amavisd-new); dkim=pass (1024-bit key) header.d=github.com
Received: from mail.ietf.org ([4.31.198.44]) by localhost (ietfa.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id Hntp3XyfuSLb for <quic-issues@ietfa.amsl.com>; Mon, 28 Jan 2019 05: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 06EE2126F72 for <quic-issues@ietf.org>; Mon, 28 Jan 2019 05:04:35 -0800 (PST)
Date: Mon, 28 Jan 2019 05:04:33 -0800
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1548680673; bh=tAlsPnxgQ+Fxh6WifcMX7gy0i9ZfMK4doKx3TISiuqI=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=pVHg8KftUCg3dgFodXHnuvM/X6kz65DZEZ/oJkDXNA+VaX/c2n8yd0bwU5YTqg+sW +BjD5WmnjaW+QSGr6+ODhfjHMrZGzYvX0ppsH8Ck+h3/NxtYYTad9eGwLA517WA4Rw 3O7hsjv9B1gKPGugjJZKy8QY3jmbJ6PBPXxHEsx8=
From: Tatsuhiro Tsujikawa <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+0166e4ab5fbbc37db295fe7a58536e699ce1aff61173959492cf000000011866bfe192a169ce180fd1de@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/issue/2378/issue_event/2100698643@github.com>
In-Reply-To: <quicwg/base-drafts/issues/2378@github.com>
References: <quicwg/base-drafts/issues/2378@github.com>
Subject: Re: [quicwg/base-drafts] Discarding keys (#2378)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5c4efde1ccf21_5ad23ff7c52d45b83664d1"; charset=UTF-8
Content-Transfer-Encoding: 7bit
Precedence: list
X-GitHub-Sender: tatsuhiro-t
X-GitHub-Recipient: quic-issues
X-GitHub-Reason: subscribed
X-Auto-Response-Suppress: All
X-GitHub-Recipient-Address: quic-issues@ietf.org
Archived-At: <https://mailarchive.ietf.org/arch/msg/quic-issues/4cyxIth7k9J_9JaWOYp3Dz4jOmc>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
List-Id: Notification list for GitHub issues related to the QUIC WG <quic-issues.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=unsubscribe>
List-Archive: <https://mailarchive.ietf.org/arch/browse/quic-issues/>
List-Post: <mailto:quic-issues@ietf.org>
List-Help: <mailto:quic-issues-request@ietf.org?subject=help>
List-Subscribe: <https://www.ietf.org/mailman/listinfo/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=subscribe>
X-List-Received-Date: Mon, 28 Jan 2019 13:04:38 -0000

----==_mimepart_5c4efde1ccf21_5ad23ff7c52d45b83664d1
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

Closed #2378.

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/quicwg/base-drafts/issues/2378#event-2100698643
----==_mimepart_5c4efde1ccf21_5ad23ff7c52d45b83664d1
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="403689950" data-permission-text="Issue title is private" data-url="https://github.com/quicwg/base-drafts/issues/2378" data-hovercard-type="issue" data-hovercard-url="/quicwg/base-drafts/issues/2378/hovercard" href="https://github.com/quicwg/base-drafts/issues/2378">#2378</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/2378#event-2100698643">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AWbkq39WoegTpWU16OeqhNsxq26GI9IBks5vHvVhgaJpZM4aVYAS">mute the thread</a>.<img src="https://github.com/notifications/beacon/AWbkqzw7FkUt0hes_A3Dvhjgflw1BNP9ks5vHvVhgaJpZM4aVYAS.gif" height="1" width="1" alt="" /></p>
<script type="application/json" data-scope="inboxmarkup">{"api_version":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name":"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"https://github.githubassets.com/images/email/message_cards/header.png","avatar_image_url":"https://github.githubassets.com/images/email/message_cards/avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/quicwg/base-drafts"}},"updates":{"snippets":[{"icon":"DESCRIPTION","message":"Closed #2378."}],"action":{"name":"View Issue","url":"https://github.com/quicwg/base-drafts/issues/2378#event-2100698643"}}}</script>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/issues/2378#event-2100698643",
"url": "https://github.com/quicwg/base-drafts/issues/2378#event-2100698643",
"name": "View Issue"
},
"description": "View this Issue on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>
----==_mimepart_5c4efde1ccf21_5ad23ff7c52d45b83664d1--


From nobody Mon Jan 28 05:17:59 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 AF7091277CC for <quic-issues@ietfa.amsl.com>; Mon, 28 Jan 2019 05:17:57 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -6.149
X-Spam-Level: 
X-Spam-Status: No, score=-6.149 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIMWL_WL_HIGH=-4.553, 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_PASS=-0.001] autolearn=ham autolearn_force=no
Authentication-Results: ietfa.amsl.com (amavisd-new); dkim=pass (1024-bit key) header.d=github.com
Received: from mail.ietf.org ([4.31.198.44]) by localhost (ietfa.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id hFIphhCBXUdy for <quic-issues@ietfa.amsl.com>; Mon, 28 Jan 2019 05:17:56 -0800 (PST)
Received: from o9.sgmail.github.com (o9.sgmail.github.com [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 86BFF12008F for <quic-issues@ietf.org>; Mon, 28 Jan 2019 05:17:55 -0800 (PST)
DKIM-Signature: v=1; a=rsa-sha1; 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=SP1EYdAG3pdEE++LAQsumCA28ZM=; b=A0lu92o6NqQ4XdHI QkO+TekrHWpPp/GfMgHUXZMJZANec9b4HdTbv/bawC66E4lTue9JP0hOoE4sVD+C manyQm9PfTHQTY5G9ANSoNvHCT52HfdzwMalYuO3c0ilU9wJYPylNN8N/k1M8mtm GSeHKUSYzwr60kNJTWZtVyAbzCc=
Received: by filter0264p1iad2.sendgrid.net with SMTP id filter0264p1iad2-15108-5C4F00FF-29 2019-01-28 13:17:51.659623396 +0000 UTC m=+221436.808839498
Received: from github-lowworker-dcd58f3.cp1-iad.github.net (unknown [192.30.252.33]) by ismtpd0033p1iad2.sendgrid.net (SG) with ESMTP id N-bDNBslSDK0fQ9HOuxhqg for <quic-issues@ietf.org>; Mon, 28 Jan 2019 13:17:51.585 +0000 (UTC)
Received: from github.com (localhost [127.0.0.1]) by github-lowworker-dcd58f3.cp1-iad.github.net (Postfix) with ESMTP id 8C49A24088F for <quic-issues@ietf.org>; Mon, 28 Jan 2019 05:17:51 -0800 (PST)
Date: Mon, 28 Jan 2019 13:17:51 +0000 (UTC)
From: Tatsuhiro Tsujikawa <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+0166e4ab7984a2da4e115a16405f1d517f689dde9193627792cf000000011866c2ff92a169ce1784eaec@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/issues/2267/458127755@github.com>
In-Reply-To: <quicwg/base-drafts/issues/2267@github.com>
References: <quicwg/base-drafts/issues/2267@github.com>
Subject: Re: [quicwg/base-drafts] loss of only two packets can lead to an unrecoverable situation (#2267)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5c4f00ff8aa61_3c2e3fde33ad45c01139e1"; charset=UTF-8
Content-Transfer-Encoding: 7bit
Precedence: list
X-GitHub-Sender: tatsuhiro-t
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: l64QuQ2uJCcEyUykJbxN122A6QRmEpucztpreh3Pak0i28ndrH/9Bl3Sj+r9VyswBqxlObvwJryphg zL3A0LcIUReyHjv7Gu6/a1dft3rA+/4tx4XBCqeTsfr+PhBwHBKH55uKHxMPqCqQ3lUlcM1itAaRep fq3E68aKZZs79OGh99IEAcp0Usc37y/HGBrRlhXyn0yzrj2PoR/hrpJfKxBz6iaf1X+2QIODD3wp+a A=
Archived-At: <https://mailarchive.ietf.org/arch/msg/quic-issues/k7KYVzy3RBv9rLY90pYiah0FtZk>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
List-Id: Notification list for GitHub issues related to the QUIC WG <quic-issues.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=unsubscribe>
List-Archive: <https://mailarchive.ietf.org/arch/browse/quic-issues/>
List-Post: <mailto:quic-issues@ietf.org>
List-Help: <mailto:quic-issues-request@ietf.org?subject=help>
List-Subscribe: <https://www.ietf.org/mailman/listinfo/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=subscribe>
X-List-Received-Date: Mon, 28 Jan 2019 13:17:58 -0000

----==_mimepart_5c4f00ff8aa61_3c2e3fde33ad45c01139e1
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

I encountered this issue while testing quinn during interop.  client kept retransmitting Handshake but server had already dropped handshake key.  The problem is that server starts timer too soon; client has no way to know that handshake is received by server and it started timer.
My preference is to have a explicit signal from server.  It is much better to doing something complicated using ACKs.


-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/quicwg/base-drafts/issues/2267#issuecomment-458127755
----==_mimepart_5c4f00ff8aa61_3c2e3fde33ad45c01139e1
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: quoted-printable

<p>I encountered this issue while testing quinn during interop.  client kep=
t retransmitting Handshake but server had already dropped handshake key.  T=
he problem is that server starts timer too soon; client has no way to know =
that handshake is received by server and it started timer.<br>
My preference is to have a explicit signal from server.  It is much better =
to doing something complicated using ACKs.</p>

<p style=3D"font-size:small;-webkit-text-size-adjust:none;color:#666;">&mda=
sh;<br />You are receiving this because you are subscribed to this thread.<=
br />Reply to this email directly, <a href=3D"https://github.com/quicwg/bas=
e-drafts/issues/2267#issuecomment-458127755">view it on GitHub</a>, or <a h=
ref=3D"https://github.com/notifications/unsubscribe-auth/AWbkq9ptPaqS_pJrbD=
d_BRqsJQ_gag3yks5vHvh_gaJpZM4ZjodA">mute the thread</a>.<img src=3D"https:/=
/github.com/notifications/beacon/AWbkq7u5KAgbFYH4x2h2o6uiLWaPbw1nks5vHvh_ga=
JpZM4ZjodA.gif" height=3D"1" width=3D"1" alt=3D"" /></p>
<script type=3D"application/json" data-scope=3D"inboxmarkup">{"api_version"=
:"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name":"Gi=
tHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"quicwg=
/base-drafts","subtitle":"GitHub repository","main_image_url":"https://gith=
ub.githubassets.com/images/email/message_cards/header.png","avatar_image_ur=
l":"https://github.githubassets.com/images/email/message_cards/avatar.png",=
"action":{"name":"Open in GitHub","url":"https://github.com/quicwg/base-dra=
fts"}},"updates":{"snippets":[{"icon":"PERSON","message":"@tatsuhiro-t in #=
2267: I encountered this issue while testing quinn during interop.  client =
kept retransmitting Handshake but server had already dropped handshake key.=
  The problem is that server starts timer too soon; client has no way to kn=
ow that handshake is received by server and it started timer.\r\nMy prefere=
nce is to have a explicit signal from server.  It is much better to doing s=
omething complicated using ACKs.\r\n"}],"action":{"name":"View Issue","url"=
:"https://github.com/quicwg/base-drafts/issues/2267#issuecomment-458127755"=
}}}</script>
<script type=3D"application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/issues/2267#issuecomment-4=
58127755",
"url": "https://github.com/quicwg/base-drafts/issues/2267#issuecomment-4581=
27755",
"name": "View Issue"
},
"description": "View this Issue on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>=

----==_mimepart_5c4f00ff8aa61_3c2e3fde33ad45c01139e1--


From nobody Mon Jan 28 08:17: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 D21B0130EC5 for <quic-issues@ietfa.amsl.com>; Mon, 28 Jan 2019 08:17:47 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -10.935
X-Spam-Level: 
X-Spam-Status: No, score=-10.935 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIMWL_WL_HIGH=-4.553, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, HTML_IMAGE_ONLY_24=1.618, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-1, RCVD_IN_DNSWL_HI=-5, SPF_PASS=-0.001] autolearn=ham autolearn_force=no
Authentication-Results: ietfa.amsl.com (amavisd-new); dkim=pass (1024-bit key) header.d=github.com
Received: from mail.ietf.org ([4.31.198.44]) by localhost (ietfa.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 5IMxNqN8c0SA for <quic-issues@ietfa.amsl.com>; Mon, 28 Jan 2019 08:17: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 49EAF130EBC for <quic-issues@ietf.org>; Mon, 28 Jan 2019 08:17:41 -0800 (PST)
Date: Mon, 28 Jan 2019 08:17:40 -0800
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1548692260; bh=4WszdjankFUp8xnsbGSM2XvK0PWYtxSUgPcEFHiOn5Y=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=TTdSERNJ1JQcomXyNxiShbxnvpRGzDSDhG1pT/YGIH5XwUL44k+oXt9BGqJ3wHsOq Uz6o0Xg5LIafyqDGnL0UcKLvm8l51ikLGe+svMpSRmAdF20st4eu9a/tgvdLftyR1v XF/LCyYgeOryoUAg6dmxvZEpRvgQaHeBxiHZhbxA=
From: Subodh Iyengar <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+0166e4ab773eae47c7a984f8a293355ef15ca52de69d940e92cf000000011866ed2492a169ce180fd1a3@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/issues/2377/458196310@github.com>
In-Reply-To: <quicwg/base-drafts/issues/2377@github.com>
References: <quicwg/base-drafts/issues/2377@github.com>
Subject: Re: [quicwg/base-drafts] Crypto Frames/Packets Aren't Blocked by CC (#2377)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5c4f2b243ac5a_55f3fdd86ed45c44365d4"; charset=UTF-8
Content-Transfer-Encoding: 7bit
Precedence: list
X-GitHub-Sender: siyengar
X-GitHub-Recipient: quic-issues
X-GitHub-Reason: subscribed
X-Auto-Response-Suppress: All
X-GitHub-Recipient-Address: quic-issues@ietf.org
Archived-At: <https://mailarchive.ietf.org/arch/msg/quic-issues/gw06Wf18jeBaAyal48jSqPpuvcU>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
List-Id: Notification list for GitHub issues related to the QUIC WG <quic-issues.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=unsubscribe>
List-Archive: <https://mailarchive.ietf.org/arch/browse/quic-issues/>
List-Post: <mailto:quic-issues@ietf.org>
List-Help: <mailto:quic-issues-request@ietf.org?subject=help>
List-Subscribe: <https://www.ietf.org/mailman/listinfo/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=subscribe>
X-List-Received-Date: Mon, 28 Jan 2019 16:17:48 -0000

----==_mimepart_5c4f2b243ac5a_55f3fdd86ed45c44365d4
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

Original transmissions are still blocked by cwnd atm, retransmissions are not blocked on cwnd. Previously this would be done by considering all handshake packets as lost, now in draft 18, you would just retransmit all unacked handshake 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/2377#issuecomment-458196310
----==_mimepart_5c4f2b243ac5a_55f3fdd86ed45c44365d4
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

<p>Original transmissions are still blocked by cwnd atm, retransmissions are not blocked on cwnd. Previously this would be done by considering all handshake packets as lost, now in draft 18, you would just retransmit all unacked handshake 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/2377#issuecomment-458196310">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AWbkq54mOJW1HSBC7BGbO1fvJu1bGtisks5vHyKkgaJpZM4aVX_N">mute the thread</a>.<img src="https://github.com/notifications/beacon/AWbkq0HsoAfwMyHYiWS3MnCQN0VkZIbnks5vHyKkgaJpZM4aVX_N.gif" height="1" width="1" alt="" /></p>
<script type="application/json" data-scope="inboxmarkup">{"api_version":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name":"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"https://github.githubassets.com/images/email/message_cards/header.png","avatar_image_url":"https://github.githubassets.com/images/email/message_cards/avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/quicwg/base-drafts"}},"updates":{"snippets":[{"icon":"PERSON","message":"@siyengar in #2377: Original transmissions are still blocked by cwnd atm, retransmissions are not blocked on cwnd. Previously this would be done by considering all handshake packets as lost, now in draft 18, you would just retransmit all unacked handshake packets"}],"action":{"name":"View Issue","url":"https://github.com/quicwg/base-drafts/issues/2377#issuecomment-458196310"}}}</script>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/issues/2377#issuecomment-458196310",
"url": "https://github.com/quicwg/base-drafts/issues/2377#issuecomment-458196310",
"name": "View Issue"
},
"description": "View this Issue on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>
----==_mimepart_5c4f2b243ac5a_55f3fdd86ed45c44365d4--


From nobody Mon Jan 28 09:02: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 0634313106E for <quic-issues@ietfa.amsl.com>; Mon, 28 Jan 2019 09:02:23 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -10.935
X-Spam-Level: 
X-Spam-Status: No, score=-10.935 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIMWL_WL_HIGH=-4.553, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, HTML_IMAGE_ONLY_24=1.618, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-1, RCVD_IN_DNSWL_HI=-5, SPF_PASS=-0.001] autolearn=ham autolearn_force=no
Authentication-Results: ietfa.amsl.com (amavisd-new); dkim=pass (1024-bit key) header.d=github.com
Received: from mail.ietf.org ([4.31.198.44]) by localhost (ietfa.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 47shTKfkZExH for <quic-issues@ietfa.amsl.com>; Mon, 28 Jan 2019 09:02:21 -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 61A4913106D for <quic-issues@ietf.org>; Mon, 28 Jan 2019 09:02:21 -0800 (PST)
Date: Mon, 28 Jan 2019 09:02:20 -0800
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1548694940; bh=ceaECr+10KbtNqnp8wV1qf7HWODdCtutoOAW04VcgPU=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=vLlkxBG6YLJCJjws5keainxS2j2a+5ac97INsAQi2BSbpfaMmyEhCUI9njqj6Sivu XqXEu1UzK5vXO/9RphyMWVGR11ztB1Fns8hoD+iBFlj4fDvNapZTgm6JK5rRvDzuBg cTDnAIe4+GMrwFl2/W2cfFKfKXAgr5KwwpwtYdME=
From: Roni Even <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+0166e4abc2076668bad2fd615e111532a8891fb94bfd290392cf000000011866f79c92a169ce17ff5580@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/issues/2369/458214590@github.com>
In-Reply-To: <quicwg/base-drafts/issues/2369@github.com>
References: <quicwg/base-drafts/issues/2369@github.com>
Subject: Re: [quicwg/base-drafts] Merge normative -spin-exp text into -transport (#2369)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5c4f359c96a0_3cd63f90868d45b8154546"; charset=UTF-8
Content-Transfer-Encoding: 7bit
Precedence: list
X-GitHub-Sender: ronieven
X-GitHub-Recipient: quic-issues
X-GitHub-Reason: subscribed
X-Auto-Response-Suppress: All
X-GitHub-Recipient-Address: quic-issues@ietf.org
Archived-At: <https://mailarchive.ietf.org/arch/msg/quic-issues/q0cis_JDki5A92eM6zn_aOnvfWI>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
List-Id: Notification list for GitHub issues related to the QUIC WG <quic-issues.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=unsubscribe>
List-Archive: <https://mailarchive.ietf.org/arch/browse/quic-issues/>
List-Post: <mailto:quic-issues@ietf.org>
List-Help: <mailto:quic-issues-request@ietf.org?subject=help>
List-Subscribe: <https://www.ietf.org/mailman/listinfo/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=subscribe>
X-List-Received-Date: Mon, 28 Jan 2019 17:02:23 -0000

----==_mimepart_5c4f359c96a0_3cd63f90868d45b8154546
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

I think like Marcus that the normative text should be in the transport document. It is a short text and this way it will be clearer to the reader.

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/quicwg/base-drafts/issues/2369#issuecomment-458214590
----==_mimepart_5c4f359c96a0_3cd63f90868d45b8154546
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

<p>I think like Marcus that the normative text should be in the transport document. It is a short text and this way it will be clearer to the reader.</p>

<p style="font-size:small;-webkit-text-size-adjust:none;color:#666;">&mdash;<br />You are receiving this because you are subscribed to this thread.<br />Reply to this email directly, <a href="https://github.com/quicwg/base-drafts/issues/2369#issuecomment-458214590">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AWbkq7UGPZyXxcQ256g5RmXO-9RV4-Ulks5vHy0cgaJpZM4aQb9w">mute the thread</a>.<img src="https://github.com/notifications/beacon/AWbkq6GhQKovajM6JJwveOVPO7Ly-Zohks5vHy0cgaJpZM4aQb9w.gif" height="1" width="1" alt="" /></p>
<script type="application/json" data-scope="inboxmarkup">{"api_version":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name":"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"https://github.githubassets.com/images/email/message_cards/header.png","avatar_image_url":"https://github.githubassets.com/images/email/message_cards/avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/quicwg/base-drafts"}},"updates":{"snippets":[{"icon":"PERSON","message":"@ronieven in #2369: I think like Marcus that the normative text should be in the transport document. It is a short text and this way it will be clearer to the reader."}],"action":{"name":"View Issue","url":"https://github.com/quicwg/base-drafts/issues/2369#issuecomment-458214590"}}}</script>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/issues/2369#issuecomment-458214590",
"url": "https://github.com/quicwg/base-drafts/issues/2369#issuecomment-458214590",
"name": "View Issue"
},
"description": "View this Issue on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>
----==_mimepart_5c4f359c96a0_3cd63f90868d45b8154546--


From nobody Mon Jan 28 13:08:09 2019
Return-Path: <bounce+565321.40f-quic-issues=ietf.org@github.com>
X-Original-To: quic-issues@ietfa.amsl.com
Delivered-To: quic-issues@ietfa.amsl.com
Received: from localhost (localhost [127.0.0.1]) by ietfa.amsl.com (Postfix) with ESMTP id 68C74130DE3 for <quic-issues@ietfa.amsl.com>; Mon, 28 Jan 2019 13:08:08 -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=-4.553, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, RCVD_IN_DNSWL_NONE=-0.0001, SPF_PASS=-0.001, URIBL_BLOCKED=0.001] autolearn=ham autolearn_force=no
Authentication-Results: ietfa.amsl.com (amavisd-new); dkim=pass (1024-bit key) header.d=github.com
Received: from mail.ietf.org ([4.31.198.44]) by localhost (ietfa.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 2GNRfOOkd9B3 for <quic-issues@ietfa.amsl.com>; Mon, 28 Jan 2019 13:08:06 -0800 (PST)
Received: from m69-169.mailgun.net (m69-169.mailgun.net [166.78.69.169]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id 6E9F3130F86 for <quic-issues@ietf.org>; Mon, 28 Jan 2019 13:08:06 -0800 (PST)
DKIM-Signature: a=rsa-sha256; v=1; c=relaxed/relaxed; d=github.com; q=dns/txt;  s=mailo; t=1548709685; h=Content-Transfer-Encoding: Content-Type: Mime-Version: Subject: Message-ID: To: Reply-To: From: Date: Sender; bh=pGz0MfzgZDsd7yBKHZqbpScB29NuoFYA0/jm6afm3QU=; b=i1qm1Zvi/liucUq7507RtwS1SnTxhNxfhK9kDB1wy4xxvLuzqlhA6lwT0tDMASsWdRAdcQZc Wt9FvlEjwlXh3VR5RrJiFB6pCnjLi6ro1SgH8sj/cBSVwwhAZddc1qBVs8JBtyy3AZRxujEP w+pEt9wymwqWg/QgPLDYmCNDjHs=
X-Mailgun-Sending-Ip: 166.78.69.169
X-Mailgun-Sid: WyJhNzYyYiIsICJxdWljLWlzc3Vlc0BpZXRmLm9yZyIsICI0MGYiXQ==
Sender: ianswett=users.noreply.github.com@github.com
Received: from github.com (Unknown [192.30.252.34]) by mxa.mailgun.org with ESMTP id 5c4f6f34.7fe231439cf0-smtp-out-n02; Mon, 28 Jan 2019 21:08:04 -0000 (UTC)
Date: Mon, 28 Jan 2019 13:08:04 -0800
From: ianswett <ianswett@users.noreply.github.com>
Reply-To: ianswett <ianswett@users.noreply.github.com>
To: quic-issues@ietf.org
Message-ID: <5c4f6f34681dd_1bed2af148f42590555a1@hookshot-fe-88eb02d.cp1-iad.github.net.mail>
Subject: [quicwg/base-drafts] 04bc4d: Update draft-ietf-quic-recovery.md
Mime-Version: 1.0
Content-Type: multipart/mixed; boundary="--==_mimepart_5c4f6f3467e13_1bed2af148f4259055428"; charset=UTF-8
Content-Transfer-Encoding: 7bit
Archived-At: <https://mailarchive.ietf.org/arch/msg/quic-issues/UUz06747EJwpCC6clOUEkQ5MBtw>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
Precedence: list
List-Id: Notification list for GitHub issues related to the QUIC WG <quic-issues.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=unsubscribe>
List-Archive: <https://mailarchive.ietf.org/arch/browse/quic-issues/>
List-Post: <mailto:quic-issues@ietf.org>
List-Help: <mailto:quic-issues-request@ietf.org?subject=help>
List-Subscribe: <https://www.ietf.org/mailman/listinfo/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=subscribe>
X-List-Received-Date: Mon, 28 Jan 2019 21:08:08 -0000

----==_mimepart_5c4f6f3467e13_1bed2af148f4259055428
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

  Branch: refs/heads/ianswett-multiple-ptos
  Home:   https://github.com/quicwg/base-drafts
  Commit: 04bc4d79ee134073e502f5feab4ab1792cf68dca
      https://github.com/quicwg/base-drafts/commit/04bc4d79ee134073e502f5feab4ab1792cf68dca
  Author: ianswett <ianswett@users.noreply.github.com>
  Date:   2019-01-28 (Mon, 28 Jan 2019)

  Changed paths:
    M draft-ietf-quic-recovery.md

  Log Message:
  -----------
  Update draft-ietf-quic-recovery.md



      **NOTE:** GitHub Services has been marked for deprecation: https://developer.github.com/changes/2018-04-25-github-services-deprecation/

      We will provide an alternative path for the email notifications by January 31st, 2019.

----==_mimepart_5c4f6f3467e13_1bed2af148f4259055428--


From nobody Mon Jan 28 13:08: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 C569413120A for <quic-issues@ietfa.amsl.com>; Mon, 28 Jan 2019 13:08:10 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -10.934
X-Spam-Level: 
X-Spam-Status: No, score=-10.934 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIMWL_WL_HIGH=-4.553, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, HTML_IMAGE_ONLY_24=1.618, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-1, RCVD_IN_DNSWL_HI=-5, 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 q7ZDf4qEYaFn for <quic-issues@ietfa.amsl.com>; Mon, 28 Jan 2019 13:08:09 -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 3B680130DE3 for <quic-issues@ietf.org>; Mon, 28 Jan 2019 13:08:09 -0800 (PST)
Date: Mon, 28 Jan 2019 13:08:08 -0800
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1548709688; bh=17KxptZc7+A1hA5KskVBuExZ06m0BIPsrIUourjT7oM=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=FXXNpLMwYOXBuzBkCBYoQc+e6pM/x/Hp04TWUUFS89d2vnDor7veg86CCxPBOx3Xd zUx2MSzj1yG8wzd2HdNH+z6Cf0pLbrOoJT0dQUpjzdcRPZstggXPcYKaTgS92ZxlfO ImCT+iC8VQnbHal1sYPsK63RDO4c5jicajg+I6wI=
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/2380/push/3252125205@github.com>
In-Reply-To: <quicwg/base-drafts/pull/2380@github.com>
References: <quicwg/base-drafts/pull/2380@github.com>
Subject: Re: [quicwg/base-drafts] What to send on multiple PTOs (#2380)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5c4f6f38fe9d_eb63fbe0c0d45bc27732a"; 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/CTpUyIcTauKhgwfkXP83WjikRX4>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
List-Id: Notification list for GitHub issues related to the QUIC WG <quic-issues.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=unsubscribe>
List-Archive: <https://mailarchive.ietf.org/arch/browse/quic-issues/>
List-Post: <mailto:quic-issues@ietf.org>
List-Help: <mailto:quic-issues-request@ietf.org?subject=help>
List-Subscribe: <https://www.ietf.org/mailman/listinfo/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=subscribe>
X-List-Received-Date: Mon, 28 Jan 2019 21:08:11 -0000

----==_mimepart_5c4f6f38fe9d_eb63fbe0c0d45bc27732a
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

@ianswett pushed 1 commit.

04bc4d79ee134073e502f5feab4ab1792cf68dca  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/2380/files/8c452d66e6efe948beb309c5fb0bda5ec4ef4471..04bc4d79ee134073e502f5feab4ab1792cf68dca

----==_mimepart_5c4f6f38fe9d_eb63fbe0c0d45bc27732a
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/04bc4d79ee134073e502f5feab4ab1792cf68dca">04bc4d7</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/2380/files/8c452d66e6efe948beb309c5fb0bda5ec4ef4471..04bc4d79ee134073e502f5feab4ab1792cf68dca">View it on GitHub</a> or <a href="https://github.com/notifications/unsubscribe-auth/AWbkq-IAumTBd_0cLQTaxs4os8kSmPrdks5vH2a4gaJpZM4aVxUi">mute the thread</a>.<img src="https://github.com/notifications/beacon/AWbkq7Gn7B0EsfO96oixLGp2lLKirdehks5vH2a4gaJpZM4aVxUi.gif" height="1" width="1" alt="" /></p>
<script type="application/json" data-scope="inboxmarkup">{"api_version":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name":"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"https://github.githubassets.com/images/email/message_cards/header.png","avatar_image_url":"https://github.githubassets.com/images/email/message_cards/avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/quicwg/base-drafts"}},"updates":{"snippets":[{"icon":"PERSON","message":"@ianswett pushed 1 commit in #2380"}],"action":{"name":"View Pull Request","url":"https://github.com/quicwg/base-drafts/pull/2380/files/8c452d66e6efe948beb309c5fb0bda5ec4ef4471..04bc4d79ee134073e502f5feab4ab1792cf68dca"}}}</script>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/pull/2380/files/8c452d66e6efe948beb309c5fb0bda5ec4ef4471..04bc4d79ee134073e502f5feab4ab1792cf68dca",
"url": "https://github.com/quicwg/base-drafts/pull/2380/files/8c452d66e6efe948beb309c5fb0bda5ec4ef4471..04bc4d79ee134073e502f5feab4ab1792cf68dca",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>

----==_mimepart_5c4f6f38fe9d_eb63fbe0c0d45bc27732a--


From nobody Mon Jan 28 13:09: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 1D17F130DE3 for <quic-issues@ietfa.amsl.com>; Mon, 28 Jan 2019 13:09:31 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -11.149
X-Spam-Level: 
X-Spam-Status: No, score=-11.149 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIMWL_WL_HIGH=-4.553, 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_PASS=-0.001] autolearn=ham autolearn_force=no
Authentication-Results: ietfa.amsl.com (amavisd-new); dkim=pass (1024-bit key) header.d=github.com
Received: from mail.ietf.org ([4.31.198.44]) by localhost (ietfa.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id N0Fi7m3MW30T for <quic-issues@ietfa.amsl.com>; Mon, 28 Jan 2019 13:09:29 -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 85352130DC9 for <quic-issues@ietf.org>; Mon, 28 Jan 2019 13:09:29 -0800 (PST)
Date: Mon, 28 Jan 2019 13:09:28 -0800
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1548709768; bh=KXmj/c3ZmkWyJuk0iOO7b9iLkX2JcrZuJpK21axxYAo=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=eHUEQcD3+aBzmuS5TKpVpa9MAkgD2RDic+cGJZEvS4z9fVeBqFJzOlFiV5GPyR+42 Kt+5/AoGW/AUpNeNiBqCVk3N7ywIVAGG1vc6NI73hBcE2MEDboWB4AzfRh8mRd2ixO lP3bETtNR8lbJbDb/M+Y+2Mzo37KAtDfyKyw2tSo=
From: Christian Huitema <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+0166e4abb54e9268116dd32fa5fa58a85866ef64e82a7b6192cf000000011867318892a169ce180d1061@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/pull/2370/c458302106@github.com>
In-Reply-To: <quicwg/base-drafts/pull/2370@github.com>
References: <quicwg/base-drafts/pull/2370@github.com>
Subject: Re: [quicwg/base-drafts] Stronger migration handshake (#2370)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5c4f6f888861c_ec43fbe0c0d45bc714d8"; 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/iqcqlpdEuZYzEI99irVIuSyXF7w>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
List-Id: Notification list for GitHub issues related to the QUIC WG <quic-issues.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=unsubscribe>
List-Archive: <https://mailarchive.ietf.org/arch/browse/quic-issues/>
List-Post: <mailto:quic-issues@ietf.org>
List-Help: <mailto:quic-issues-request@ietf.org?subject=help>
List-Subscribe: <https://www.ietf.org/mailman/listinfo/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=subscribe>
X-List-Received-Date: Mon, 28 Jan 2019 21:09:31 -0000

----==_mimepart_5c4f6f888861c_ec43fbe0c0d45bc714d8
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

@martinthomson that would be issue #2309 

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/quicwg/base-drafts/pull/2370#issuecomment-458302106
----==_mimepart_5c4f6f888861c_ec43fbe0c0d45bc714d8
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> that would be issue <a class="issue-link js-issue-link" data-error-text="Failed to load issue title" data-id="396347659" data-permission-text="Issue title is private" data-url="https://github.com/quicwg/base-drafts/issues/2309" data-hovercard-type="issue" data-hovercard-url="/quicwg/base-drafts/issues/2309/hovercard" href="https://github.com/quicwg/base-drafts/issues/2309">#2309</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/2370#issuecomment-458302106">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AWbkq2hjif4PI378DNSWudk-2cyb-ReEks5vH2cIgaJpZM4aUhBL">mute the thread</a>.<img src="https://github.com/notifications/beacon/AWbkq1-dI2rGFJWdgPXHq4XOcegTEXPeks5vH2cIgaJpZM4aUhBL.gif" height="1" width="1" alt="" /></p>
<script type="application/json" data-scope="inboxmarkup">{"api_version":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name":"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"https://github.githubassets.com/images/email/message_cards/header.png","avatar_image_url":"https://github.githubassets.com/images/email/message_cards/avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/quicwg/base-drafts"}},"updates":{"snippets":[{"icon":"PERSON","message":"@huitema in #2370: @martinthomson that would be issue #2309 "}],"action":{"name":"View Pull Request","url":"https://github.com/quicwg/base-drafts/pull/2370#issuecomment-458302106"}}}</script>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/pull/2370#issuecomment-458302106",
"url": "https://github.com/quicwg/base-drafts/pull/2370#issuecomment-458302106",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>
----==_mimepart_5c4f6f888861c_ec43fbe0c0d45bc714d8--


From nobody Mon Jan 28 14: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 7F8AB13126A for <quic-issues@ietfa.amsl.com>; Mon, 28 Jan 2019 14:25:25 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -10.935
X-Spam-Level: 
X-Spam-Status: No, score=-10.935 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIMWL_WL_HIGH=-4.553, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, HTML_IMAGE_ONLY_24=1.618, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-1, RCVD_IN_DNSWL_HI=-5, SPF_PASS=-0.001] autolearn=ham autolearn_force=no
Authentication-Results: ietfa.amsl.com (amavisd-new); dkim=pass (1024-bit key) header.d=github.com
Received: from mail.ietf.org ([4.31.198.44]) by localhost (ietfa.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id O7jtsBO3Frxy for <quic-issues@ietfa.amsl.com>; Mon, 28 Jan 2019 14:25:23 -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 699AE1311CD for <quic-issues@ietf.org>; Mon, 28 Jan 2019 14:25:23 -0800 (PST)
Date: Mon, 28 Jan 2019 14:25:22 -0800
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1548714322; bh=rs7jj+JH62VpfdZPrrN0PgpyRhNx0DjxnrgRnBkVDCo=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=URd9vpYc3acjj6ai7J4YyK29hH6ttAkfZkl+oJsRrXiIoABLpHSvut8WbIZ8lsCuP AvUQcIklKzPhhVkiNQp9x8Z8dxNBvhMzBPQ/c6R2InbzPkA4ZdzKxeNM6/e684e8Oy Ax/rmflIBLIsF4L1FzscvEKJlkHe2FQcypa7lSoM=
From: Nick Banks <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+0166e4abf20482cfe756b4e973f9b9a563cdebf4abe9e8dc92cf000000011867435292a169ce180fd1a3@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/issues/2377/458326669@github.com>
In-Reply-To: <quicwg/base-drafts/issues/2377@github.com>
References: <quicwg/base-drafts/issues/2377@github.com>
Subject: Re: [quicwg/base-drafts] Crypto Frames/Packets Aren't Blocked by CC (#2377)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5c4f81521d549_1c8a3f8f452d45c434141b"; 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/_N7Ms9SKxtGxITnEXWZ8JardQTk>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
List-Id: Notification list for GitHub issues related to the QUIC WG <quic-issues.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=unsubscribe>
List-Archive: <https://mailarchive.ietf.org/arch/browse/quic-issues/>
List-Post: <mailto:quic-issues@ietf.org>
List-Help: <mailto:quic-issues-request@ietf.org?subject=help>
List-Subscribe: <https://www.ietf.org/mailman/listinfo/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=subscribe>
X-List-Received-Date: Mon, 28 Jan 2019 22:25:33 -0000

----==_mimepart_5c4f81521d549_1c8a3f8f452d45c434141b
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

Why should original transmissions be blocked? On the server side, you have the 3x amplification logic, but I view that as separate from CC. Once the client's IP has been validated, then you have no restrictions. On the client, I don't see any reason to restrict it at all.

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/quicwg/base-drafts/issues/2377#issuecomment-458326669
----==_mimepart_5c4f81521d549_1c8a3f8f452d45c434141b
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

<p>Why should original transmissions be blocked? On the server side, you have the 3x amplification logic, but I view that as separate from CC. Once the client's IP has been validated, then you have no restrictions. On the client, I don't see any reason to restrict it at all.</p>

<p style="font-size:small;-webkit-text-size-adjust:none;color:#666;">&mdash;<br />You are receiving this because you are subscribed to this thread.<br />Reply to this email directly, <a href="https://github.com/quicwg/base-drafts/issues/2377#issuecomment-458326669">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AWbkq6wsv7NkHUd8ltNtE6Zku06UWJC-ks5vH3jSgaJpZM4aVX_N">mute the thread</a>.<img src="https://github.com/notifications/beacon/AWbkqwgCKMVfNq94R67iTNf5bUrPnw3cks5vH3jSgaJpZM4aVX_N.gif" height="1" width="1" alt="" /></p>
<script type="application/json" data-scope="inboxmarkup">{"api_version":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name":"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"https://github.githubassets.com/images/email/message_cards/header.png","avatar_image_url":"https://github.githubassets.com/images/email/message_cards/avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/quicwg/base-drafts"}},"updates":{"snippets":[{"icon":"PERSON","message":"@nibanks in #2377: Why should original transmissions be blocked? On the server side, you have the 3x amplification logic, but I view that as separate from CC. Once the client's IP has been validated, then you have no restrictions. On the client, I don't see any reason to restrict it at all."}],"action":{"name":"View Issue","url":"https://github.com/quicwg/base-drafts/issues/2377#issuecomment-458326669"}}}</script>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/issues/2377#issuecomment-458326669",
"url": "https://github.com/quicwg/base-drafts/issues/2377#issuecomment-458326669",
"name": "View Issue"
},
"description": "View this Issue on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>
----==_mimepart_5c4f81521d549_1c8a3f8f452d45c434141b--


From nobody Mon Jan 28 14:42:13 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 517FA131254 for <quic-issues@ietfa.amsl.com>; Mon, 28 Jan 2019 14:42:08 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -5.935
X-Spam-Level: 
X-Spam-Status: No, score=-5.935 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIMWL_WL_HIGH=-4.553, DKIM_SIGNED=0.1, DKIM_VALID=-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_PASS=-0.001] autolearn=ham autolearn_force=no
Authentication-Results: ietfa.amsl.com (amavisd-new); dkim=pass (1024-bit key) header.d=github.com
Received: from mail.ietf.org ([4.31.198.44]) by localhost (ietfa.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id W4FW_x36z4PE for <quic-issues@ietfa.amsl.com>; Mon, 28 Jan 2019 14:42:06 -0800 (PST)
Received: from o5.sgmail.github.com (o5.sgmail.github.com [192.254.113.10]) (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 3298C13124F for <quic-issues@ietf.org>; Mon, 28 Jan 2019 14:42:06 -0800 (PST)
DKIM-Signature: v=1; a=rsa-sha1; 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=MtTA4u0HhPn+Z3uh9ndTjVfikm8=; b=FzgwsaC4MEir2XzF KVBt6rwXDk8Be+xdKocNy8nml85VMrYBRrBuy0FuSTNTX8WIP2Kgn2FSTS0/1Cyr 1ggTA1FEVYlRlteat4OIdMLJ7KNG3K7BoPZRHjMcv5sllpWEqVXgwrAU6UBvcO3/ xzHS3J4JoSNDt7WIa7WvTTWD+QI=
Received: by filter1518p1mdw1.sendgrid.net with SMTP id filter1518p1mdw1-27616-5C4F853C-19 2019-01-28 22:42:04.93736514 +0000 UTC m=+1451.282950835
Received: from github-lowworker-b40b5a4.cp1-iad.github.net (unknown [192.30.252.36]) by ismtpd0029p1iad2.sendgrid.net (SG) with ESMTP id UJzxfnUGQsC5GWzZHdu_2A for <quic-issues@ietf.org>; Mon, 28 Jan 2019 22:42:05.080 +0000 (UTC)
Received: from github.com (localhost [127.0.0.1]) by github-lowworker-b40b5a4.cp1-iad.github.net (Postfix) with ESMTP id 11C6A3E0089 for <quic-issues@ietf.org>; Mon, 28 Jan 2019 14:42:05 -0800 (PST)
Date: Mon, 28 Jan 2019 22:42:05 +0000 (UTC)
From: Nick Banks <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+0166e4abd9adc89659d0a4b2e79da82caffbaf59e6296b9392cf000000011867473d92a169ce17fab1f6@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/pull/2365/review/197297569@github.com>
In-Reply-To: <quicwg/base-drafts/pull/2365@github.com>
References: <quicwg/base-drafts/pull/2365@github.com>
Subject: Re: [quicwg/base-drafts] Persistent Congestion Time Threshold (#2365)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5c4f853d1051f_1c953f8f452d45c457425c"; 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
X-SG-EID: l64QuQ2uJCcEyUykJbxN122A6QRmEpucztpreh3Pak0JfENhbxXjeZE95cZedWbelFZ2a4SIlDu+gm Ea0PXu1TbrJ3fB2wHgKmK0nZ4XwXD4MyqJEhgYag1LG2iL7fDplhX3M/wy52WiuZKqEkFVaxqBvImP 0w87DNwWxyuuitRLnDCDvnN5lZAHuXX5v7UPIfqTBfHhtNeMd01afTl7ArZrc/+YtOME7XJKVCjnvp E=
Archived-At: <https://mailarchive.ietf.org/arch/msg/quic-issues/pk32Tm5ybGIcMxDpTiuUOgLcMRw>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
List-Id: Notification list for GitHub issues related to the QUIC WG <quic-issues.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=unsubscribe>
List-Archive: <https://mailarchive.ietf.org/arch/browse/quic-issues/>
List-Post: <mailto:quic-issues@ietf.org>
List-Help: <mailto:quic-issues-request@ietf.org?subject=help>
List-Subscribe: <https://www.ietf.org/mailman/listinfo/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=subscribe>
X-List-Received-Date: Mon, 28 Jan 2019 22:42:11 -0000

----==_mimepart_5c4f853d1051f_1c953f8f452d45c457425c
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

nibanks commented on this pull request.



> @@ -1202,15 +1205,26 @@ Invoked by loss detection from DetectLostPackets when new packets
 are detected lost.
 
 ~~~
+   InPersistentCongestion(oldest_loss_time):
+     return

Sure. I can 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/2365#discussion_r251625398
----==_mimepart_5c4f853d1051f_1c953f8f452d45c457425c
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/2365#discussion_r251625398">draft-ietf-quic-recovery.md</a>:</p>
<pre style='color:#555'>&gt; @@ -1202,15 +1205,26 @@ Invoked by loss detection from DetectLostPackets when new packets
 are detected lost.
 
 ~~~
+   InPersistentCongestion(oldest_loss_time):
+     return
</pre>
<p>Sure. I can 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/2365#discussion_r251625398">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AWbkq7UE66QtsOpWr2V_6YqFBfZGlqa4ks5vH3y9gaJpZM4aPEwB">mute the thread</a>.<img src="https://github.com/notifications/beacon/AWbkq0B4UDqBNUxAVbb0ntl_pNcVcH7Oks5vH3y9gaJpZM4aPEwB.gif" height="1" width="1" alt="" /></p>
<script type="application/json" data-scope="inboxmarkup">{"api_version":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name":"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"https://github.githubassets.com/images/email/message_cards/header.png","avatar_image_url":"https://github.githubassets.com/images/email/message_cards/avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/quicwg/base-drafts"}},"updates":{"snippets":[{"icon":"PERSON","message":"@nibanks commented on #2365"}],"action":{"name":"View Pull Request","url":"https://github.com/quicwg/base-drafts/pull/2365#discussion_r251625398"}}}</script>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/pull/2365#discussion_r251625398",
"url": "https://github.com/quicwg/base-drafts/pull/2365#discussion_r251625398",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>
----==_mimepart_5c4f853d1051f_1c953f8f452d45c457425c--


From nobody Mon Jan 28 14:47: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 D29F6130EE6 for <quic-issues@ietfa.amsl.com>; Mon, 28 Jan 2019 14:47:28 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -10.935
X-Spam-Level: 
X-Spam-Status: No, score=-10.935 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIMWL_WL_HIGH=-4.553, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, HTML_IMAGE_ONLY_24=1.618, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-1, RCVD_IN_DNSWL_HI=-5, SPF_PASS=-0.001] autolearn=ham autolearn_force=no
Authentication-Results: ietfa.amsl.com (amavisd-new); dkim=pass (1024-bit key) header.d=github.com
Received: from mail.ietf.org ([4.31.198.44]) by localhost (ietfa.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id AWtGw8dJUZxE for <quic-issues@ietfa.amsl.com>; Mon, 28 Jan 2019 14:47:26 -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 C3AF7130EE4 for <quic-issues@ietf.org>; Mon, 28 Jan 2019 14:47:25 -0800 (PST)
Date: Mon, 28 Jan 2019 14:47:24 -0800
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1548715644; bh=lODIyNn2ewuw4Jr2EYGTN3QJuzPAZ/MPcaU9Xwyw4uk=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=IQSkWdvvIVZ7OV5yxD6ZETTmFidBvPtcLarx0MavnQV6MHAwVNGdG68FiA3F+vRub au+OqRCsPY9+PcdHzQM7PjScc2c3+xpeSa6mFvNd1SqQIgztpK6Y4Bor3kUzqZTkmh zFmPnWvMGWTBlpSUrn8Ahh17z4aDL/KbP4B0p1dc=
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/2365/push/3252408149@github.com>
In-Reply-To: <quicwg/base-drafts/pull/2365@github.com>
References: <quicwg/base-drafts/pull/2365@github.com>
Subject: Re: [quicwg/base-drafts] Persistent Congestion Time Threshold (#2365)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5c4f867cae8b7_6dc33f8a9dad45b46042d"; 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/hiQrfos9ZxlTg6c4I9Z1kZlw580>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
List-Id: Notification list for GitHub issues related to the QUIC WG <quic-issues.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=unsubscribe>
List-Archive: <https://mailarchive.ietf.org/arch/browse/quic-issues/>
List-Post: <mailto:quic-issues@ietf.org>
List-Help: <mailto:quic-issues-request@ietf.org?subject=help>
List-Subscribe: <https://www.ietf.org/mailman/listinfo/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=subscribe>
X-List-Received-Date: Mon, 28 Jan 2019 22:47:29 -0000

----==_mimepart_5c4f867cae8b7_6dc33f8a9dad45b46042d
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

@nibanks pushed 1 commit.

c668cc159432c846cae7fe1e3802d55f97d7509a  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/2365/files/d750a396b207d2ea72623860d26e34713559aacb..c668cc159432c846cae7fe1e3802d55f97d7509a

----==_mimepart_5c4f867cae8b7_6dc33f8a9dad45b46042d
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/c668cc159432c846cae7fe1e3802d55f97d7509a">c668cc1</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/2365/files/d750a396b207d2ea72623860d26e34713559aacb..c668cc159432c846cae7fe1e3802d55f97d7509a">View it on GitHub</a> or <a href="https://github.com/notifications/unsubscribe-auth/AWbkq_PPMsi55DNVmNjnZKJN9iAA6nZqks5vH338gaJpZM4aPEwB">mute the thread</a>.<img src="https://github.com/notifications/beacon/AWbkq4pa5b79T12TIuznQBRUX8vLDgDmks5vH338gaJpZM4aPEwB.gif" height="1" width="1" alt="" /></p>
<script type="application/json" data-scope="inboxmarkup">{"api_version":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name":"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"https://github.githubassets.com/images/email/message_cards/header.png","avatar_image_url":"https://github.githubassets.com/images/email/message_cards/avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/quicwg/base-drafts"}},"updates":{"snippets":[{"icon":"PERSON","message":"@nibanks pushed 1 commit in #2365"}],"action":{"name":"View Pull Request","url":"https://github.com/quicwg/base-drafts/pull/2365/files/d750a396b207d2ea72623860d26e34713559aacb..c668cc159432c846cae7fe1e3802d55f97d7509a"}}}</script>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/pull/2365/files/d750a396b207d2ea72623860d26e34713559aacb..c668cc159432c846cae7fe1e3802d55f97d7509a",
"url": "https://github.com/quicwg/base-drafts/pull/2365/files/d750a396b207d2ea72623860d26e34713559aacb..c668cc159432c846cae7fe1e3802d55f97d7509a",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>

----==_mimepart_5c4f867cae8b7_6dc33f8a9dad45b46042d--


From nobody Mon Jan 28 15: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 23D3D130EE4 for <quic-issues@ietfa.amsl.com>; Mon, 28 Jan 2019 15:01:18 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -12.552
X-Spam-Level: 
X-Spam-Status: No, score=-12.552 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIMWL_WL_HIGH=-4.553, 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_PASS=-0.001] autolearn=ham autolearn_force=no
Authentication-Results: ietfa.amsl.com (amavisd-new); dkim=pass (1024-bit key) header.d=github.com
Received: from mail.ietf.org ([4.31.198.44]) by localhost (ietfa.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id QTuj-nTopM4f for <quic-issues@ietfa.amsl.com>; Mon, 28 Jan 2019 15:01: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 A299C131239 for <quic-issues@ietf.org>; Mon, 28 Jan 2019 15:01:11 -0800 (PST)
Date: Mon, 28 Jan 2019 15:01:10 -0800
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1548716470; bh=1YHAKk5BjgPCQFi6XdL65uEVbJfGrqrkpuT48S3xl/o=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=QHnWLZY7L+JXsZMH4Kbe8jkRkrvbILJc394snONXRqjcP/DPj77HGcv4r1lEe2j96 /boVmyo78gcaULpsqV1c+gZu0iVmMj6BPpA+ELDZK0oAxgV8jPr3VYcOgJsxqGeBCa iPmPg6W6o7267LzPenmlkWgn7H63nlBQYYqeS7Lc=
From: ianswett <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+0166e4abb488f63f7416f01e9cbc7450a8d65bb4eb3fdb1292cf0000000118674bb692a169ce180fd1a3@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/issues/2377/458337059@github.com>
In-Reply-To: <quicwg/base-drafts/issues/2377@github.com>
References: <quicwg/base-drafts/issues/2377@github.com>
Subject: Re: [quicwg/base-drafts] Crypto Frames/Packets Aren't Blocked by CC (#2377)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5c4f89b689efa_6dd93f8a9dad45b41880ac"; 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/sY1qu3BKy8ZCK_ooL86PqPVMZX4>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
List-Id: Notification list for GitHub issues related to the QUIC WG <quic-issues.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=unsubscribe>
List-Archive: <https://mailarchive.ietf.org/arch/browse/quic-issues/>
List-Post: <mailto:quic-issues@ietf.org>
List-Help: <mailto:quic-issues-request@ietf.org?subject=help>
List-Subscribe: <https://www.ietf.org/mailman/listinfo/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=subscribe>
X-List-Received-Date: Mon, 28 Jan 2019 23:01:18 -0000

----==_mimepart_5c4f89b689efa_6dd93f8a9dad45b41880ac
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

In most cases, even with 0-RTT responses, you'd send the crypto data before 1-RTT data, so the crypto data wouldn't be blocked by congestion control.

I think the interesting case is what if the crypto data is large(ie: >IW10)?  It seems like congestion control should probably apply there?

gQUIC did ensure crypto packets were never blocked by congestion control, so I suspect this was in the docs early on, but has subsequently removed.  I suspect it was rarely if ever a practical issue in our implementation, but it is a bit easier to reason about if CRYPTO frames are always sent immediately.

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/quicwg/base-drafts/issues/2377#issuecomment-458337059
----==_mimepart_5c4f89b689efa_6dd93f8a9dad45b41880ac
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: quoted-printable

<p>In most cases, even with 0-RTT responses, you'd send the crypto data b=
efore 1-RTT data, so the crypto data wouldn't be blocked by congestion co=
ntrol.</p>
<p>I think the interesting case is what if the crypto data is large(ie: &=
gt;IW10)?  It seems like congestion control should probably apply there?<=
/p>
<p>gQUIC did ensure crypto packets were never blocked by congestion contr=
ol, so I suspect this was in the docs early on, but has subsequently remo=
ved.  I suspect it was rarely if ever a practical issue in our implementa=
tion, but it is a bit easier to reason about if CRYPTO frames are always =
sent immediately.</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/2377#issuecomment-458337059">view it on GitHub</a>,=
 or <a href=3D"https://github.com/notifications/unsubscribe-auth/AWbkqypf=
zX6ZpaI3vJkBguaMUkKP_1HSks5vH4E2gaJpZM4aVX_N">mute the thread</a>.<img sr=
c=3D"https://github.com/notifications/beacon/AWbkq9RhU9OM01MaMrurYVtLSc1q=
sXvUks5vH4E2gaJpZM4aVX_N.gif" height=3D"1" width=3D"1" alt=3D"" /></p>
<script type=3D"application/json" data-scope=3D"inboxmarkup">{"api_versio=
n":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name"=
:"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"=
quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"http=
s://github.githubassets.com/images/email/message_cards/header.png","avata=
r_image_url":"https://github.githubassets.com/images/email/message_cards/=
avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/q=
uicwg/base-drafts"}},"updates":{"snippets":[{"icon":"PERSON","message":"@=
ianswett in #2377: In most cases, even with 0-RTT responses, you'd send t=
he crypto data before 1-RTT data, so the crypto data wouldn't be blocked =
by congestion control.\r\n\r\nI think the interesting case is what if the=
 crypto data is large(ie: \u003eIW10)?  It seems like congestion control =
should probably apply there?\r\n\r\ngQUIC did ensure crypto packets were =
never blocked by congestion control, so I suspect this was in the docs ea=
rly on, but has subsequently removed.  I suspect it was rarely if ever a =
practical issue in our implementation, but it is a bit easier to reason a=
bout if CRYPTO frames are always sent immediately."}],"action":{"name":"V=
iew Issue","url":"https://github.com/quicwg/base-drafts/issues/2377#issue=
comment-458337059"}}}</script>
<script type=3D"application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/issues/2377#issuecomment=
-458337059",
"url": "https://github.com/quicwg/base-drafts/issues/2377#issuecomment-45=
8337059",
"name": "View Issue"
},
"description": "View this Issue on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>=

----==_mimepart_5c4f89b689efa_6dd93f8a9dad45b41880ac--


From nobody Mon Jan 28 15:06: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 E20A2130EE4 for <quic-issues@ietfa.amsl.com>; Mon, 28 Jan 2019 15:06:35 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -10.935
X-Spam-Level: 
X-Spam-Status: No, score=-10.935 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIMWL_WL_HIGH=-4.553, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, HTML_IMAGE_ONLY_24=1.618, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-1, RCVD_IN_DNSWL_HI=-5, SPF_PASS=-0.001] autolearn=ham autolearn_force=no
Authentication-Results: ietfa.amsl.com (amavisd-new); dkim=pass (1024-bit key) header.d=github.com
Received: from mail.ietf.org ([4.31.198.44]) by localhost (ietfa.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id zEKJws50MqvJ for <quic-issues@ietfa.amsl.com>; Mon, 28 Jan 2019 15:06:34 -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 1A2D7130ECF for <quic-issues@ietf.org>; Mon, 28 Jan 2019 15:06:34 -0800 (PST)
Date: Mon, 28 Jan 2019 15:06:33 -0800
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1548716793; bh=HTDDWwO/gO/OvN63/ugnlL/Dmsn/sxyuxbS426L+B4Q=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=RMmJaIjjd06kxWf3hP0xsAmPCcsV2+McN6j7ZAd/6hHCtxv8y3N/tCgzu7Bg65WpQ IHGewSIW8zb2hC4w3RI+EwJqP/Owa3QsTIzaY8Viy7NsQb5Y1GU8z3EmkWKLUCrZfP BDL02T0JKONKNYLmKJdKrjD9iSqr+kR3FYJBhybs=
From: ianswett <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+0166e4abb78829cda46babea5f7265b5e53e85e50551f13f92cf0000000118674cf992a169ce17fab1f6@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/pull/2365/c458338657@github.com>
In-Reply-To: <quicwg/base-drafts/pull/2365@github.com>
References: <quicwg/base-drafts/pull/2365@github.com>
Subject: Re: [quicwg/base-drafts] Persistent Congestion Time Threshold (#2365)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5c4f8af939503_23763fe9ddad45c42120cd"; 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/mzGk2PUzHB1KIeU5CLBOVYnkDuE>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
List-Id: Notification list for GitHub issues related to the QUIC WG <quic-issues.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=unsubscribe>
List-Archive: <https://mailarchive.ietf.org/arch/browse/quic-issues/>
List-Post: <mailto:quic-issues@ietf.org>
List-Help: <mailto:quic-issues-request@ietf.org?subject=help>
List-Subscribe: <https://www.ietf.org/mailman/listinfo/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=subscribe>
X-List-Received-Date: Mon, 28 Jan 2019 23:06:36 -0000

----==_mimepart_5c4f8af939503_23763fe9ddad45c42120cd
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

I think it makes sense to fix #2255 with this PR 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/2365#issuecomment-458338657
----==_mimepart_5c4f8af939503_23763fe9ddad45c42120cd
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

<p>I think it makes sense to fix <a class="issue-link js-issue-link" data-error-text="Failed to load issue title" data-id="393962702" data-permission-text="Issue title is private" data-url="https://github.com/quicwg/base-drafts/issues/2255" data-hovercard-type="issue" data-hovercard-url="/quicwg/base-drafts/issues/2255/hovercard" href="https://github.com/quicwg/base-drafts/issues/2255">#2255</a> with this PR 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/2365#issuecomment-458338657">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AWbkq815BPUSETwEV4ppeaE4kqjpqPHKks5vH4J5gaJpZM4aPEwB">mute the thread</a>.<img src="https://github.com/notifications/beacon/AWbkq_GK91L7_t-0KEE1Ui3PlfoICqJtks5vH4J5gaJpZM4aPEwB.gif" height="1" width="1" alt="" /></p>
<script type="application/json" data-scope="inboxmarkup">{"api_version":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name":"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"https://github.githubassets.com/images/email/message_cards/header.png","avatar_image_url":"https://github.githubassets.com/images/email/message_cards/avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/quicwg/base-drafts"}},"updates":{"snippets":[{"icon":"PERSON","message":"@ianswett in #2365: I think it makes sense to fix #2255 with this PR as well?"}],"action":{"name":"View Pull Request","url":"https://github.com/quicwg/base-drafts/pull/2365#issuecomment-458338657"}}}</script>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/pull/2365#issuecomment-458338657",
"url": "https://github.com/quicwg/base-drafts/pull/2365#issuecomment-458338657",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>
----==_mimepart_5c4f8af939503_23763fe9ddad45c42120cd--


From nobody Mon Jan 28 15:23: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 ED35413122B for <quic-issues@ietfa.amsl.com>; Mon, 28 Jan 2019 15:23:03 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -12.552
X-Spam-Level: 
X-Spam-Status: No, score=-12.552 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIMWL_WL_HIGH=-4.553, 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_PASS=-0.001] autolearn=ham autolearn_force=no
Authentication-Results: ietfa.amsl.com (amavisd-new); dkim=pass (1024-bit key) header.d=github.com
Received: from mail.ietf.org ([4.31.198.44]) by localhost (ietfa.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id lUNhVNXYhbJ9 for <quic-issues@ietfa.amsl.com>; Mon, 28 Jan 2019 15:23:02 -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 438731311AC for <quic-issues@ietf.org>; Mon, 28 Jan 2019 15:23:02 -0800 (PST)
Date: Mon, 28 Jan 2019 15:23:01 -0800
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1548717781; bh=+5mkbeDCeJYGlhIH7Lrbg/YkZLLDD09E8L1wk7RvBHA=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=xnWJ9fj3+dJC5RwptSTqsohHTToZuUxY70v8CRNnF5RNAoBwW/g4C/JFebBFRpHQb DJ+eaeIqd+ukmb+xYbsWWnVv8HbSV8zsqisD4cvDO79YDwwASbDOJYTUXtmjufNacQ mx0HVuVkvTOPDiKC0h/fgCa6NKWc+xlX3Wu+KQB4=
From: Nick Banks <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+0166e4abd565e6c18a281f37b7d1990f82f004ca06f075f092cf00000001186750d592a169ce17fab1f6@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/pull/2365/c458342782@github.com>
In-Reply-To: <quicwg/base-drafts/pull/2365@github.com>
References: <quicwg/base-drafts/pull/2365@github.com>
Subject: Re: [quicwg/base-drafts] Persistent Congestion Time Threshold (#2365)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5c4f8ed53d8fa_20b53fa57fad45bc1065ae"; 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/Fd3grNhv2D3r-kVeT7e1j7S9WtQ>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
List-Id: Notification list for GitHub issues related to the QUIC WG <quic-issues.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=unsubscribe>
List-Archive: <https://mailarchive.ietf.org/arch/browse/quic-issues/>
List-Post: <mailto:quic-issues@ietf.org>
List-Help: <mailto:quic-issues-request@ietf.org?subject=help>
List-Subscribe: <https://www.ietf.org/mailman/listinfo/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=subscribe>
X-List-Received-Date: Mon, 28 Jan 2019 23:23:04 -0000

----==_mimepart_5c4f8ed53d8fa_20b53fa57fad45bc1065ae
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

Why is the build failing?
```
1211: Line is 73 characters; limit is 65
     return elapsed_time > pto * (2 ^ kPersistentCongestionThreshold - 1)
```
I though the limit was 80 characters?

Also, @ianswett what exactly do you want to add to fix #2255? Perhaps we could just have a separate 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/pull/2365#issuecomment-458342782
----==_mimepart_5c4f8ed53d8fa_20b53fa57fad45bc1065ae
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: quoted-printable

<p>Why is the build failing?</p>
<pre><code>1211: Line is 73 characters; limit is 65
     return elapsed_time &gt; pto * (2 ^ kPersistentCongestionThreshold -=
 1)
</code></pre>
<p>I though the limit was 80 characters?</p>
<p>Also, <a class=3D"user-mention" data-hovercard-type=3D"user" data-hove=
rcard-url=3D"/hovercards?user_id=3D20072817" data-octo-click=3D"hovercard=
-link-click" data-octo-dimensions=3D"link_type:self" href=3D"https://gith=
ub.com/ianswett">@ianswett</a> what exactly do you want to add to fix <a =
class=3D"issue-link js-issue-link" data-error-text=3D"Failed to load issu=
e title" data-id=3D"393962702" data-permission-text=3D"Issue title is pri=
vate" data-url=3D"https://github.com/quicwg/base-drafts/issues/2255" data=
-hovercard-type=3D"issue" data-hovercard-url=3D"/quicwg/base-drafts/issue=
s/2255/hovercard" href=3D"https://github.com/quicwg/base-drafts/issues/22=
55">#2255</a>? Perhaps we could just have a separate PR for that?</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/pull/2365#issuecomment-458342782">view it on GitHub</a>, o=
r <a href=3D"https://github.com/notifications/unsubscribe-auth/AWbkq8xR0Q=
0qZfkNkFbH7FNcadpU0dUwks5vH4ZVgaJpZM4aPEwB">mute the thread</a>.<img src=3D=
"https://github.com/notifications/beacon/AWbkq9pWU5M5bPpWf0f7XG7GWQ3lmn3c=
ks5vH4ZVgaJpZM4aPEwB.gif" height=3D"1" width=3D"1" alt=3D"" /></p>
<script type=3D"application/json" data-scope=3D"inboxmarkup">{"api_versio=
n":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name"=
:"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"=
quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"http=
s://github.githubassets.com/images/email/message_cards/header.png","avata=
r_image_url":"https://github.githubassets.com/images/email/message_cards/=
avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/q=
uicwg/base-drafts"}},"updates":{"snippets":[{"icon":"PERSON","message":"@=
nibanks in #2365: Why is the build failing?\r\n```\r\n1211: Line is 73 ch=
aracters; limit is 65\r\n     return elapsed_time \u003e pto * (2 ^ kPers=
istentCongestionThreshold - 1)\r\n```\r\nI though the limit was 80 charac=
ters?\r\n\r\nAlso, @ianswett what exactly do you want to add to fix #2255=
? Perhaps we could just have a separate PR for that?"}],"action":{"name":=
"View Pull Request","url":"https://github.com/quicwg/base-drafts/pull/236=
5#issuecomment-458342782"}}}</script>
<script type=3D"application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/pull/2365#issuecomment-4=
58342782",
"url": "https://github.com/quicwg/base-drafts/pull/2365#issuecomment-4583=
42782",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>=

----==_mimepart_5c4f8ed53d8fa_20b53fa57fad45bc1065ae--


From nobody Mon Jan 28 15: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 2F93C131132 for <quic-issues@ietfa.amsl.com>; Mon, 28 Jan 2019 15:32:26 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -12.553
X-Spam-Level: 
X-Spam-Status: No, score=-12.553 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIMWL_WL_HIGH=-4.553, 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_PASS=-0.001] autolearn=ham autolearn_force=no
Authentication-Results: ietfa.amsl.com (amavisd-new); dkim=pass (1024-bit key) header.d=github.com
Received: from mail.ietf.org ([4.31.198.44]) by localhost (ietfa.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 912XApMy1t57 for <quic-issues@ietfa.amsl.com>; Mon, 28 Jan 2019 15:32: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 E0633130EE3 for <quic-issues@ietf.org>; Mon, 28 Jan 2019 15:32:23 -0800 (PST)
Date: Mon, 28 Jan 2019 15:32:22 -0800
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1548718342; bh=6eNuC+XYFULJeNCbO7eAzcC0II3IzmsWUGRB/pMp38E=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=PYHQd1x0y3O2BfXBwOXC3DDgRXLc/PBuiJoH7Mir+AwVfBgZw6IfXJcdU2sXfzV6P D0mGyFvWoN9Jd/Fg/o3WKm9+4IgE+GaNL7PD55T0Fd5QhfD8E8eMSkPhQBd517TStR Vavz1cAk8w0UVt9PQaDggxCIgd1fSZ++Y6QNsXr8=
From: ianswett <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+0166e4ab541dba2152551844343010a14c36aeec72bf3cca92cf000000011867530692a169ce17fab1f6@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/pull/2365/review/197306266@github.com>
In-Reply-To: <quicwg/base-drafts/pull/2365@github.com>
References: <quicwg/base-drafts/pull/2365@github.com>
Subject: Re: [quicwg/base-drafts] Persistent Congestion Time Threshold (#2365)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5c4f9106c21d9_79b33fb235ed45b41288a2"; 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/0bABp_ksbOaQR0YoCkNA18SgTt4>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
List-Id: Notification list for GitHub issues related to the QUIC WG <quic-issues.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=unsubscribe>
List-Archive: <https://mailarchive.ietf.org/arch/browse/quic-issues/>
List-Post: <mailto:quic-issues@ietf.org>
List-Help: <mailto:quic-issues-request@ietf.org?subject=help>
List-Subscribe: <https://www.ietf.org/mailman/listinfo/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=subscribe>
X-List-Received-Date: Mon, 28 Jan 2019 23:32:26 -0000

----==_mimepart_5c4f9106c21d9_79b33fb235ed45b41288a2
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

ianswett commented on this pull request.

I think the pseudocode is good, but I have some suggestions on the text.

> @@ -1003,15 +1003,21 @@ packets might cause the sender's bytes in flight to exceed the congestion window
 until an acknowledgement is received that establishes loss or delivery of
 packets.
 
-When an ACK frame is received that establishes loss of all in-flight packets
-sent prior to a threshold number of consecutive PTOs (pto_count is more than
-kPersistentCongestionThreshold, see {{cc-consts-of-interest}}), the network is
-considered to be experiencing persistent congestion, and the sender's congestion
-window MUST be reduced to the minimum congestion window (kMinimumWindow).  This
-response of collapsing the congestion window on persistent congestion is
-functionally similar to a sender's response on a Retransmission Timeout (RTO) in
-TCP {{RFC5681}}.
-
+## Persistent Congestion
+
+The network is considered to be experiencing persistent congestion when the

The old text was more correct than this text in the sense that it's important that not only does time pass, but all the packets are lost within that period of time.

How about:
"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."

> -window MUST be reduced to the minimum congestion window (kMinimumWindow).  This
-response of collapsing the congestion window on persistent congestion is
-functionally similar to a sender's response on a Retransmission Timeout (RTO) in
-TCP {{RFC5681}}.
-
+## Persistent Congestion
+
+The network is considered to be experiencing persistent congestion when the
+sender goes a period of time without receiving any ACK frames for its in-flight,
+ack-eliciting packets.  Generally, this can be calculated as a number of
+consecutive PTOs (pto_count is more than  kPersistentCongestionThreshold, see
+{{cc-consts-of-interest}}), but since the PTO timer is reset when a new
+ack-eliciting packet is sent, an explicit timeout must be used to account for
+those cases where PTOs do not occur.
+
+When persistent congestion is encountered the sender's congestion window MUST be

```suggestion
When persistent congestion is established, the sender's congestion window MUST be
```

> @@ -1003,15 +1003,21 @@ packets might cause the sender's bytes in flight to exceed the congestion window
 until an acknowledgement is received that establishes loss or delivery of
 packets.
 
-When an ACK frame is received that establishes loss of all in-flight packets
-sent prior to a threshold number of consecutive PTOs (pto_count is more than
-kPersistentCongestionThreshold, see {{cc-consts-of-interest}}), the network is
-considered to be experiencing persistent congestion, and the sender's congestion
-window MUST be reduced to the minimum congestion window (kMinimumWindow).  This
-response of collapsing the congestion window on persistent congestion is
-functionally similar to a sender's response on a Retransmission Timeout (RTO) in
-TCP {{RFC5681}}.
-
+## Persistent Congestion
+
+The network is considered to be experiencing persistent congestion when the
+sender goes a period of time without receiving any ACK frames for its in-flight,
+ack-eliciting packets.  Generally, this can be calculated as a number of

Suggestion: replace "Generally, this can be calculated as a number of consecutive PTOs (),..." with
"Commonly, this can be established by consecutive PTOs,..."

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/quicwg/base-drafts/pull/2365#pullrequestreview-197306266
----==_mimepart_5c4f9106c21d9_79b33fb235ed45b41288a2
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: quoted-printable

<p><b>@ianswett</b> commented on this pull request.</p>=0D
=0D
<p>I think the pseudocode is good, but I have some suggestions on the tex=
t.</p><hr>=0D
=0D
<p>In <a href=3D"https://github.com/quicwg/base-drafts/pull/2365#discussi=
on_r251632318">draft-ietf-quic-recovery.md</a>:</p>=0D
<pre style=3D'color:#555'>&gt; @@ -1003,15 +1003,21 @@ packets might caus=
e the sender&#39;s bytes in flight to exceed the congestion window=0D
 until an acknowledgement is received that establishes loss or delivery o=
f=0D
 packets.=0D
 =0D
-When an ACK frame is received that establishes loss of all in-flight pac=
kets=0D
-sent prior to a threshold number of consecutive PTOs (pto_count is more =
than=0D
-kPersistentCongestionThreshold, see {{cc-consts-of-interest}}), the netw=
ork is=0D
-considered to be experiencing persistent congestion, and the sender&#39;=
s congestion=0D
-window MUST be reduced to the minimum congestion window (kMinimumWindow)=
.  This=0D
-response of collapsing the congestion window on persistent congestion is=
=0D
-functionally similar to a sender&#39;s response on a Retransmission Time=
out (RTO) in=0D
-TCP {{RFC5681}}.=0D
-=0D
+## Persistent Congestion=0D
+=0D
+The network is considered to be experiencing persistent congestion when =
the=0D
</pre>=0D
<p>The old text was more correct than this text in the sense that it's im=
portant that not only does time pass, but all the packets are lost within=
 that period of time.</p>=0D
<p>How about:<br>=0D
"When an ACK frame is received that establishes loss of all in-flight pac=
kets sent over a long enough period of time, the network is considered to=
 be experiencing persistent congestion."</p>=0D
=0D
<hr>=0D
=0D
<p>In <a href=3D"https://github.com/quicwg/base-drafts/pull/2365#discussi=
on_r251632841">draft-ietf-quic-recovery.md</a>:</p>=0D
<pre style=3D'color:#555'>&gt; -window MUST be reduced to the minimum con=
gestion window (kMinimumWindow).  This=0D
-response of collapsing the congestion window on persistent congestion is=
=0D
-functionally similar to a sender&#39;s response on a Retransmission Time=
out (RTO) in=0D
-TCP {{RFC5681}}.=0D
-=0D
+## Persistent Congestion=0D
+=0D
+The network is considered to be experiencing persistent congestion when =
the=0D
+sender goes a period of time without receiving any ACK frames for its in=
-flight,=0D
+ack-eliciting packets.  Generally, this can be calculated as a number of=
=0D
+consecutive PTOs (pto_count is more than  kPersistentCongestionThreshold=
, see=0D
+{{cc-consts-of-interest}}), but since the PTO timer is reset when a new=0D=

+ack-eliciting packet is sent, an explicit timeout must be used to accoun=
t for=0D
+those cases where PTOs do not occur.=0D
+=0D
+When persistent congestion is encountered the sender&#39;s congestion wi=
ndow MUST be=0D
</pre>=0D
=E2=AC=87=EF=B8=8F Suggested change=0D
<pre style=3D"color: #555">-When persistent congestion is encountered the=
 sender's congestion window MUST be=0D
+When persistent congestion is established, the sender's congestion windo=
w MUST be=0D
</pre>=0D
=0D
=0D
<hr>=0D
=0D
<p>In <a href=3D"https://github.com/quicwg/base-drafts/pull/2365#discussi=
on_r251638047">draft-ietf-quic-recovery.md</a>:</p>=0D
<pre style=3D'color:#555'>&gt; @@ -1003,15 +1003,21 @@ packets might caus=
e the sender&#39;s bytes in flight to exceed the congestion window=0D
 until an acknowledgement is received that establishes loss or delivery o=
f=0D
 packets.=0D
 =0D
-When an ACK frame is received that establishes loss of all in-flight pac=
kets=0D
-sent prior to a threshold number of consecutive PTOs (pto_count is more =
than=0D
-kPersistentCongestionThreshold, see {{cc-consts-of-interest}}), the netw=
ork is=0D
-considered to be experiencing persistent congestion, and the sender&#39;=
s congestion=0D
-window MUST be reduced to the minimum congestion window (kMinimumWindow)=
.  This=0D
-response of collapsing the congestion window on persistent congestion is=
=0D
-functionally similar to a sender&#39;s response on a Retransmission Time=
out (RTO) in=0D
-TCP {{RFC5681}}.=0D
-=0D
+## Persistent Congestion=0D
+=0D
+The network is considered to be experiencing persistent congestion when =
the=0D
+sender goes a period of time without receiving any ACK frames for its in=
-flight,=0D
+ack-eliciting packets.  Generally, this can be calculated as a number of=
=0D
</pre>=0D
<p>Suggestion: replace "Generally, this can be calculated as a number of =
consecutive PTOs (),..." with<br>=0D
"Commonly, this can be established by consecutive PTOs,..."</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/2365#pullrequestreview-197306266">view it on GitHub</=
a>, or <a href=3D"https://github.com/notifications/unsubscribe-auth/AWbkq=
z_9pAJP5n3b5EZkygqtDmup_bfeks5vH4iGgaJpZM4aPEwB">mute the thread</a>.<img=
 src=3D"https://github.com/notifications/beacon/AWbkq83Xgr9MdTAjuuRg1FPVA=
Ckoaugrks5vH4iGgaJpZM4aPEwB.gif" height=3D"1" width=3D"1" alt=3D"" /></p>=
=0D
<script type=3D"application/json" data-scope=3D"inboxmarkup">{"api_versio=
n":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name"=
:"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"=
quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"http=
s://github.githubassets.com/images/email/message_cards/header.png","avata=
r_image_url":"https://github.githubassets.com/images/email/message_cards/=
avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/q=
uicwg/base-drafts"}},"updates":{"snippets":[{"icon":"PERSON","message":"@=
ianswett commented on #2365"}],"action":{"name":"View Pull Request","url"=
:"https://github.com/quicwg/base-drafts/pull/2365#pullrequestreview-19730=
6266"}}}</script>=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/2365#pullrequestrev=
iew-197306266",=0D
"url": "https://github.com/quicwg/base-drafts/pull/2365#pullrequestreview=
-197306266",=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_5c4f9106c21d9_79b33fb235ed45b41288a2--


From nobody Mon Jan 28 15: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 73E38131132 for <quic-issues@ietfa.amsl.com>; Mon, 28 Jan 2019 15:33:39 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -10.935
X-Spam-Level: 
X-Spam-Status: No, score=-10.935 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIMWL_WL_HIGH=-4.553, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, HTML_IMAGE_ONLY_24=1.618, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-1, RCVD_IN_DNSWL_HI=-5, SPF_PASS=-0.001] autolearn=ham autolearn_force=no
Authentication-Results: ietfa.amsl.com (amavisd-new); dkim=pass (1024-bit key) header.d=github.com
Received: from mail.ietf.org ([4.31.198.44]) by localhost (ietfa.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id XYyottZXryGB for <quic-issues@ietfa.amsl.com>; Mon, 28 Jan 2019 15:33: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 9A675130EE3 for <quic-issues@ietf.org>; Mon, 28 Jan 2019 15:33:37 -0800 (PST)
Date: Mon, 28 Jan 2019 15:33:35 -0800
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1548718415; bh=CxEScttLCCOrkKLFPhoNzjG2fFWbRbeuDbP7sx443rY=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=pU5l4lwP/0LmgkWxFhxkY4mkasC7Rb2ewVel0I6tyhIOwNE0fLPLZSU4aZucRC4/A grvAWsRCex48ojiJgMKWhmp8LFFaqjhUh9byiUVB2Qw7MTmGJbTHp5nT/RrVnGK6R1 FhC1lqngnM0F9B8b3AEdbWhNVRO8Ap7XejG9N06M=
From: ianswett <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+0166e4abd0c9e35981581e057a156244308c67f1e157f26192cf000000011867534f92a169ce17fab1f6@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/pull/2365/c458345534@github.com>
In-Reply-To: <quicwg/base-drafts/pull/2365@github.com>
References: <quicwg/base-drafts/pull/2365@github.com>
Subject: Re: [quicwg/base-drafts] Persistent Congestion Time Threshold (#2365)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5c4f914fd3640_6603f88560d45bc1315ad"; 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/1siTpAWiw7JtVjhqpeBoJaTMVg8>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
List-Id: Notification list for GitHub issues related to the QUIC WG <quic-issues.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=unsubscribe>
List-Archive: <https://mailarchive.ietf.org/arch/browse/quic-issues/>
List-Post: <mailto:quic-issues@ietf.org>
List-Help: <mailto:quic-issues-request@ietf.org?subject=help>
List-Subscribe: <https://www.ietf.org/mailman/listinfo/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=subscribe>
X-List-Received-Date: Mon, 28 Jan 2019 23:33:39 -0000

----==_mimepart_5c4f914fd3640_6603f88560d45bc1315ad
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

#2255 should only need the pseudocode fixed up, so your current PR should be sufficient once the text is in good shape.

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/quicwg/base-drafts/pull/2365#issuecomment-458345534
----==_mimepart_5c4f914fd3640_6603f88560d45bc1315ad
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="393962702" data-permission-text="Issue title is private" data-url="https://github.com/quicwg/base-drafts/issues/2255" data-hovercard-type="issue" data-hovercard-url="/quicwg/base-drafts/issues/2255/hovercard" href="https://github.com/quicwg/base-drafts/issues/2255">#2255</a> should only need the pseudocode fixed up, so your current PR should be sufficient once the text is in good shape.</p>

<p style="font-size:small;-webkit-text-size-adjust:none;color:#666;">&mdash;<br />You are receiving this because you are subscribed to this thread.<br />Reply to this email directly, <a href="https://github.com/quicwg/base-drafts/pull/2365#issuecomment-458345534">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AWbkqxFbZEFC-_S_GzhFzAUal_Eig7K2ks5vH4jPgaJpZM4aPEwB">mute the thread</a>.<img src="https://github.com/notifications/beacon/AWbkq0NAfvO8N-6QWTO3a_XaecesRG8Qks5vH4jPgaJpZM4aPEwB.gif" height="1" width="1" alt="" /></p>
<script type="application/json" data-scope="inboxmarkup">{"api_version":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name":"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"https://github.githubassets.com/images/email/message_cards/header.png","avatar_image_url":"https://github.githubassets.com/images/email/message_cards/avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/quicwg/base-drafts"}},"updates":{"snippets":[{"icon":"PERSON","message":"@ianswett in #2365: #2255 should only need the pseudocode fixed up, so your current PR should be sufficient once the text is in good shape."}],"action":{"name":"View Pull Request","url":"https://github.com/quicwg/base-drafts/pull/2365#issuecomment-458345534"}}}</script>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/pull/2365#issuecomment-458345534",
"url": "https://github.com/quicwg/base-drafts/pull/2365#issuecomment-458345534",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>
----==_mimepart_5c4f914fd3640_6603f88560d45bc1315ad--


From nobody Mon Jan 28 15:38: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 D473A13125A for <quic-issues@ietfa.amsl.com>; Mon, 28 Jan 2019 15:38:13 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -12.553
X-Spam-Level: 
X-Spam-Status: No, score=-12.553 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIMWL_WL_HIGH=-4.553, 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_PASS=-0.001] autolearn=ham autolearn_force=no
Authentication-Results: ietfa.amsl.com (amavisd-new); dkim=pass (1024-bit key) header.d=github.com
Received: from mail.ietf.org ([4.31.198.44]) by localhost (ietfa.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 15P20ZUj3j3i for <quic-issues@ietfa.amsl.com>; Mon, 28 Jan 2019 15:38:11 -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 3DBF5131257 for <quic-issues@ietf.org>; Mon, 28 Jan 2019 15:38:11 -0800 (PST)
Date: Mon, 28 Jan 2019 15:38:10 -0800
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1548718690; bh=wTHp+W/43hhEeBzRcTI3HlsO9Iz3odjJMqkszot8ywM=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=f1XTFiUFurjsEtQQuwmEfhEn1iC9Vt/1ztiF/az3gP9wMNz8d0dNwODHC7604h+Jv 7he7mPpCNhUAJ//oSFNktGYTU4zC/B64xEZKSvq3WHVzQOS8bmymHUZzL/ZDlWGzUM 6Jv6CcUmv2N5MmzCkOX+2xXM8U1MBv+PkfxZpWZw=
From: Nick Banks <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+0166e4ab4fa7da4022974f55f577dd33c8f7ec81d8154ddf92cf000000011867546292a169ce17fab1f6@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/pull/2365/review/197314965@github.com>
In-Reply-To: <quicwg/base-drafts/pull/2365@github.com>
References: <quicwg/base-drafts/pull/2365@github.com>
Subject: Re: [quicwg/base-drafts] Persistent Congestion Time Threshold (#2365)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5c4f92626837_792b3fd2974d45b449851"; 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/HpMI9WfukZRdAt_kjpQvgGJ3OCI>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
List-Id: Notification list for GitHub issues related to the QUIC WG <quic-issues.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=unsubscribe>
List-Archive: <https://mailarchive.ietf.org/arch/browse/quic-issues/>
List-Post: <mailto:quic-issues@ietf.org>
List-Help: <mailto:quic-issues-request@ietf.org?subject=help>
List-Subscribe: <https://www.ietf.org/mailman/listinfo/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=subscribe>
X-List-Received-Date: Mon, 28 Jan 2019 23:38:21 -0000

----==_mimepart_5c4f92626837_792b3fd2974d45b449851
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

nibanks commented on this pull request.



> @@ -1003,15 +1003,21 @@ packets might cause the sender's bytes in flight to exceed the congestion window
 until an acknowledgement is received that establishes loss or delivery of
 packets.
 
-When an ACK frame is received that establishes loss of all in-flight packets
-sent prior to a threshold number of consecutive PTOs (pto_count is more than
-kPersistentCongestionThreshold, see {{cc-consts-of-interest}}), the network is
-considered to be experiencing persistent congestion, and the sender's congestion
-window MUST be reduced to the minimum congestion window (kMinimumWindow).  This
-response of collapsing the congestion window on persistent congestion is
-functionally similar to a sender's response on a Retransmission Timeout (RTO) in
-TCP {{RFC5681}}.
-
+## Persistent Congestion
+
+The network is considered to be experiencing persistent congestion when the

For your suggestion, do you really need the word "all" in there. To me, the loss of any in-flight packets over a long enough time seems to be the requirement (at least how we have the pseudocode). It think the removal the word "all" might be better. Other than that, I am fine with making the 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/2365#discussion_r251639439
----==_mimepart_5c4f92626837_792b3fd2974d45b449851
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/2365#discussion_r251639439">draft-ietf-quic-recovery.md</a>:</p>
<pre style='color:#555'>&gt; @@ -1003,15 +1003,21 @@ packets might cause the sender&#39;s bytes in flight to exceed the congestion window
 until an acknowledgement is received that establishes loss or delivery of
 packets.
 
-When an ACK frame is received that establishes loss of all in-flight packets
-sent prior to a threshold number of consecutive PTOs (pto_count is more than
-kPersistentCongestionThreshold, see {{cc-consts-of-interest}}), the network is
-considered to be experiencing persistent congestion, and the sender&#39;s congestion
-window MUST be reduced to the minimum congestion window (kMinimumWindow).  This
-response of collapsing the congestion window on persistent congestion is
-functionally similar to a sender&#39;s response on a Retransmission Timeout (RTO) in
-TCP {{RFC5681}}.
-
+## Persistent Congestion
+
+The network is considered to be experiencing persistent congestion when the
</pre>
<p>For your suggestion, do you really need the word "all" in there. To me, the loss of any in-flight packets over a long enough time seems to be the requirement (at least how we have the pseudocode). It think the removal the word "all" might be better. Other than that, I am fine with making the 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/2365#discussion_r251639439">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AWbkq0FAqQRvrv4dPRG1hr5Xc2bfC9Hnks5vH4nigaJpZM4aPEwB">mute the thread</a>.<img src="https://github.com/notifications/beacon/AWbkq10XBVTzUz0kWz_2a9U1TeNxSloJks5vH4nigaJpZM4aPEwB.gif" height="1" width="1" alt="" /></p>
<script type="application/json" data-scope="inboxmarkup">{"api_version":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name":"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"https://github.githubassets.com/images/email/message_cards/header.png","avatar_image_url":"https://github.githubassets.com/images/email/message_cards/avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/quicwg/base-drafts"}},"updates":{"snippets":[{"icon":"PERSON","message":"@nibanks commented on #2365"}],"action":{"name":"View Pull Request","url":"https://github.com/quicwg/base-drafts/pull/2365#discussion_r251639439"}}}</script>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/pull/2365#discussion_r251639439",
"url": "https://github.com/quicwg/base-drafts/pull/2365#discussion_r251639439",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>
----==_mimepart_5c4f92626837_792b3fd2974d45b449851--


From nobody Mon Jan 28 15:39: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 1EF5C130EE3 for <quic-issues@ietfa.amsl.com>; Mon, 28 Jan 2019 15:39:04 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -10.935
X-Spam-Level: 
X-Spam-Status: No, score=-10.935 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIMWL_WL_HIGH=-4.553, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, HTML_IMAGE_ONLY_24=1.618, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-1, RCVD_IN_DNSWL_HI=-5, SPF_PASS=-0.001] autolearn=ham autolearn_force=no
Authentication-Results: ietfa.amsl.com (amavisd-new); dkim=pass (1024-bit key) header.d=github.com
Received: from mail.ietf.org ([4.31.198.44]) by localhost (ietfa.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id gNm_MpXXCm1d for <quic-issues@ietfa.amsl.com>; Mon, 28 Jan 2019 15:39: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 CB480131132 for <quic-issues@ietf.org>; Mon, 28 Jan 2019 15:39:01 -0800 (PST)
Date: Mon, 28 Jan 2019 15:39:00 -0800
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1548718740; bh=cBb7c1Xw2tajfwmpXP7AvAv2Xd0XAqZuuwRrcKTywXY=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=SJf35quHf0m1N9BoxcoMtJy6O0ULVfqpdgDCqXj8OaCVP0Thx1HKFsQMvdqWwrNKE WmEC0d68F1EWduWrEk6I1Z1w4+JHpmRSD1rPvW1JE7ZKupFZywluHlu5BtYN7RvB3h u7B1e3RtU0fj23a+YsT+tuDVUPh9TKNyjdKMBf/U=
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/2365/push/3252531667@github.com>
In-Reply-To: <quicwg/base-drafts/pull/2365@github.com>
References: <quicwg/base-drafts/pull/2365@github.com>
Subject: Re: [quicwg/base-drafts] Persistent Congestion Time Threshold (#2365)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5c4f9294ccd8d_3ce3f90b60d45b8355826"; 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/AVX58DHIHDCmWNtxs8vOH6TVUjg>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
List-Id: Notification list for GitHub issues related to the QUIC WG <quic-issues.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=unsubscribe>
List-Archive: <https://mailarchive.ietf.org/arch/browse/quic-issues/>
List-Post: <mailto:quic-issues@ietf.org>
List-Help: <mailto:quic-issues-request@ietf.org?subject=help>
List-Subscribe: <https://www.ietf.org/mailman/listinfo/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=subscribe>
X-List-Received-Date: Mon, 28 Jan 2019 23:39:04 -0000

----==_mimepart_5c4f9294ccd8d_3ce3f90b60d45b8355826
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

@nibanks pushed 1 commit.

be4375040bdb8826b9301103fc9fbc6b7ed6d989  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/2365/files/c668cc159432c846cae7fe1e3802d55f97d7509a..be4375040bdb8826b9301103fc9fbc6b7ed6d989

----==_mimepart_5c4f9294ccd8d_3ce3f90b60d45b8355826
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/be4375040bdb8826b9301103fc9fbc6b7ed6d989">be43750</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/2365/files/c668cc159432c846cae7fe1e3802d55f97d7509a..be4375040bdb8826b9301103fc9fbc6b7ed6d989">View it on GitHub</a> or <a href="https://github.com/notifications/unsubscribe-auth/AWbkq_BDAwmFsZW9-T7GhH6_HD746Xgbks5vH4oUgaJpZM4aPEwB">mute the thread</a>.<img src="https://github.com/notifications/beacon/AWbkq9e3tfJ3lHbwwb9eZUxCqT18dvOuks5vH4oUgaJpZM4aPEwB.gif" height="1" width="1" alt="" /></p>
<script type="application/json" data-scope="inboxmarkup">{"api_version":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name":"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"https://github.githubassets.com/images/email/message_cards/header.png","avatar_image_url":"https://github.githubassets.com/images/email/message_cards/avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/quicwg/base-drafts"}},"updates":{"snippets":[{"icon":"PERSON","message":"@nibanks pushed 1 commit in #2365"}],"action":{"name":"View Pull Request","url":"https://github.com/quicwg/base-drafts/pull/2365/files/c668cc159432c846cae7fe1e3802d55f97d7509a..be4375040bdb8826b9301103fc9fbc6b7ed6d989"}}}</script>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/pull/2365/files/c668cc159432c846cae7fe1e3802d55f97d7509a..be4375040bdb8826b9301103fc9fbc6b7ed6d989",
"url": "https://github.com/quicwg/base-drafts/pull/2365/files/c668cc159432c846cae7fe1e3802d55f97d7509a..be4375040bdb8826b9301103fc9fbc6b7ed6d989",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>

----==_mimepart_5c4f9294ccd8d_3ce3f90b60d45b8355826--


From nobody Mon Jan 28 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 DD12E130EE8 for <quic-issues@ietfa.amsl.com>; Mon, 28 Jan 2019 15:40:17 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -12.553
X-Spam-Level: 
X-Spam-Status: No, score=-12.553 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIMWL_WL_HIGH=-4.553, 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_PASS=-0.001] autolearn=ham autolearn_force=no
Authentication-Results: ietfa.amsl.com (amavisd-new); dkim=pass (1024-bit key) header.d=github.com
Received: from mail.ietf.org ([4.31.198.44]) by localhost (ietfa.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id oLyBO4sDDdNM for <quic-issues@ietfa.amsl.com>; Mon, 28 Jan 2019 15:40: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 947C3130EE3 for <quic-issues@ietf.org>; Mon, 28 Jan 2019 15:40:15 -0800 (PST)
Date: Mon, 28 Jan 2019 15:40:14 -0800
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1548718814; bh=3BUsYqmRgAF4CZtrxn6SHolQ4i90G8/7wkvdAnuC1gw=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=Z1Cme+G2h1jwBg3PsXap+jxRwCat/SsVdEJxj/0PwIOcYQqAY/LqM3GdMu9CXgHEY JdpqQ1l2nU9f1A/CZTgUmXdyNp60gbAZdfd74m32Ty6vmdujm5D0aZpjeADeUBPOfT Huye2UOlzHvor/EVNv4A4qA9efLbZb7GuVYET2TU=
From: ianswett <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+0166e4ab6f789fa3fdec53ed02e8661859c70274ffcb336792cf00000001186754de92a169ce17fab1f6@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/pull/2365/review/197315552@github.com>
In-Reply-To: <quicwg/base-drafts/pull/2365@github.com>
References: <quicwg/base-drafts/pull/2365@github.com>
Subject: Re: [quicwg/base-drafts] Persistent Congestion Time Threshold (#2365)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5c4f92de5b8d8_30723f8bb56d45b81935f0"; 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/-_HaDLqPG1wjA1mHzDfLDJx2lSc>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
List-Id: Notification list for GitHub issues related to the QUIC WG <quic-issues.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=unsubscribe>
List-Archive: <https://mailarchive.ietf.org/arch/browse/quic-issues/>
List-Post: <mailto:quic-issues@ietf.org>
List-Help: <mailto:quic-issues-request@ietf.org?subject=help>
List-Subscribe: <https://www.ietf.org/mailman/listinfo/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=subscribe>
X-List-Received-Date: Mon, 28 Jan 2019 23:40:18 -0000

----==_mimepart_5c4f92de5b8d8_30723f8bb56d45b81935f0
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

ianswett commented on this pull request.



> @@ -1003,15 +1003,21 @@ packets might cause the sender's bytes in flight to exceed the congestion window
 until an acknowledgement is received that establishes loss or delivery of
 packets.
 
-When an ACK frame is received that establishes loss of all in-flight packets
-sent prior to a threshold number of consecutive PTOs (pto_count is more than
-kPersistentCongestionThreshold, see {{cc-consts-of-interest}}), the network is
-considered to be experiencing persistent congestion, and the sender's congestion
-window MUST be reduced to the minimum congestion window (kMinimumWindow).  This
-response of collapsing the congestion window on persistent congestion is
-functionally similar to a sender's response on a Retransmission Timeout (RTO) in
-TCP {{RFC5681}}.
-
+## Persistent Congestion
+
+The network is considered to be experiencing persistent congestion when the

It has to be all packets lost within that period of time(ie: total blackout).  And now that you mention it, that means the pseudocode isn't quite right either.

As #2255 details, the goal is to be consistent with the previous behavior in terms of when persistent congestion would be established.

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/quicwg/base-drafts/pull/2365#discussion_r251639885
----==_mimepart_5c4f92de5b8d8_30723f8bb56d45b81935f0
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/2365#discussion_r251639885">draft-ietf-quic-recovery.md</a>:</p>
<pre style='color:#555'>&gt; @@ -1003,15 +1003,21 @@ packets might cause the sender&#39;s bytes in flight to exceed the congestion window
 until an acknowledgement is received that establishes loss or delivery of
 packets.
 
-When an ACK frame is received that establishes loss of all in-flight packets
-sent prior to a threshold number of consecutive PTOs (pto_count is more than
-kPersistentCongestionThreshold, see {{cc-consts-of-interest}}), the network is
-considered to be experiencing persistent congestion, and the sender&#39;s congestion
-window MUST be reduced to the minimum congestion window (kMinimumWindow).  This
-response of collapsing the congestion window on persistent congestion is
-functionally similar to a sender&#39;s response on a Retransmission Timeout (RTO) in
-TCP {{RFC5681}}.
-
+## Persistent Congestion
+
+The network is considered to be experiencing persistent congestion when the
</pre>
<p>It has to be all packets lost within that period of time(ie: total blackout).  And now that you mention it, that means the pseudocode isn't quite right either.</p>
<p>As <a class="issue-link js-issue-link" data-error-text="Failed to load issue title" data-id="393962702" data-permission-text="Issue title is private" data-url="https://github.com/quicwg/base-drafts/issues/2255" data-hovercard-type="issue" data-hovercard-url="/quicwg/base-drafts/issues/2255/hovercard" href="https://github.com/quicwg/base-drafts/issues/2255">#2255</a> details, the goal is to be consistent with the previous behavior in terms of when persistent congestion would be established.</p>

<p style="font-size:small;-webkit-text-size-adjust:none;color:#666;">&mdash;<br />You are receiving this because you are subscribed to this thread.<br />Reply to this email directly, <a href="https://github.com/quicwg/base-drafts/pull/2365#discussion_r251639885">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AWbkqwP1RXr2YWCCj2M-J2n5s4UMOlscks5vH4pegaJpZM4aPEwB">mute the thread</a>.<img src="https://github.com/notifications/beacon/AWbkq6IAqnlR3hBQHkQG2c7ubuktrTq5ks5vH4pegaJpZM4aPEwB.gif" height="1" width="1" alt="" /></p>
<script type="application/json" data-scope="inboxmarkup">{"api_version":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name":"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"https://github.githubassets.com/images/email/message_cards/header.png","avatar_image_url":"https://github.githubassets.com/images/email/message_cards/avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/quicwg/base-drafts"}},"updates":{"snippets":[{"icon":"PERSON","message":"@ianswett commented on #2365"}],"action":{"name":"View Pull Request","url":"https://github.com/quicwg/base-drafts/pull/2365#discussion_r251639885"}}}</script>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/pull/2365#discussion_r251639885",
"url": "https://github.com/quicwg/base-drafts/pull/2365#discussion_r251639885",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>
----==_mimepart_5c4f92de5b8d8_30723f8bb56d45b81935f0--


From nobody Mon Jan 28 15:40: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 4EB91130EE3 for <quic-issues@ietfa.amsl.com>; Mon, 28 Jan 2019 15:40:37 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -11.149
X-Spam-Level: 
X-Spam-Status: No, score=-11.149 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIMWL_WL_HIGH=-4.553, 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_PASS=-0.001] autolearn=ham autolearn_force=no
Authentication-Results: ietfa.amsl.com (amavisd-new); dkim=pass (1024-bit key) header.d=github.com
Received: from mail.ietf.org ([4.31.198.44]) by localhost (ietfa.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 4x3DQBeSJ7jB for <quic-issues@ietfa.amsl.com>; Mon, 28 Jan 2019 15:40:35 -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 922B3130EE8 for <quic-issues@ietf.org>; Mon, 28 Jan 2019 15:40:35 -0800 (PST)
Date: Mon, 28 Jan 2019 15:40:34 -0800
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1548718834; bh=lTjlJF0gPwsgZs4t0dJc2IobnsGyW+PYWbJRDe3pioc=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=lop2PYZ4+S6TevDpdflzI4Ba7G8hCHK4lAt7xAxE+CRmF+RukgFiYu7AfgrgcrZHO CzPTFmdtbUEpdRqc8w/anP4LXpGJH2UyylgCYNqGcdmaINPOeHlKsgqkTkcobxZtpy Uu5H2aRrlLITzQO19vUx4X/xu2/9GPUsO7x3sROQ=
From: Nick Banks <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+0166e4ab3f87df526499f46aba569a7ae8d890a7c40d019b92cf00000001186754f292a169ce17fab1f6@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/pull/2365/review/197315648@github.com>
In-Reply-To: <quicwg/base-drafts/pull/2365@github.com>
References: <quicwg/base-drafts/pull/2365@github.com>
Subject: Re: [quicwg/base-drafts] Persistent Congestion Time Threshold (#2365)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5c4f92f28efee_70433fafc90d45b822458d"; 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/KZuCqkCYWu8AQYhNJSqfuD6uhXQ>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
List-Id: Notification list for GitHub issues related to the QUIC WG <quic-issues.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=unsubscribe>
List-Archive: <https://mailarchive.ietf.org/arch/browse/quic-issues/>
List-Post: <mailto:quic-issues@ietf.org>
List-Help: <mailto:quic-issues-request@ietf.org?subject=help>
List-Subscribe: <https://www.ietf.org/mailman/listinfo/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=subscribe>
X-List-Received-Date: Mon, 28 Jan 2019 23:40:37 -0000

----==_mimepart_5c4f92f28efee_70433fafc90d45b822458d
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

nibanks commented on this pull request.



>     OnPacketsLost(lost_packets):
      // Remove lost packets from bytes_in_flight.
      for (lost_packet : lost_packets):
        bytes_in_flight -= lost_packet.size
+     smallest_lost_packet = lost_packets.first()
      largest_lost_packet = lost_packets.last()

Slight tangent to this PR: what do folks think about changing these variables to `oldest_lost_packet` and `newest_lost_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/2365#pullrequestreview-197315648
----==_mimepart_5c4f92f28efee_70433fafc90d45b822458d
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/2365#discussion_r251639961">draft-ietf-quic-recovery.md</a>:</p>
<pre style='color:#555'>&gt;     OnPacketsLost(lost_packets):
      // Remove lost packets from bytes_in_flight.
      for (lost_packet : lost_packets):
        bytes_in_flight -= lost_packet.size
+     smallest_lost_packet = lost_packets.first()
      largest_lost_packet = lost_packets.last()
</pre>
<p>Slight tangent to this PR: what do folks think about changing these variables to <code>oldest_lost_packet</code> and <code>newest_lost_packet</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/2365#pullrequestreview-197315648">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AWbkq0wpgc7sKboKBFHw9vglbpX3NCOnks5vH4pygaJpZM4aPEwB">mute the thread</a>.<img src="https://github.com/notifications/beacon/AWbkq5u4bKpTy_fxMI5FECIvWsqyYnNsks5vH4pygaJpZM4aPEwB.gif" height="1" width="1" alt="" /></p>
<script type="application/json" data-scope="inboxmarkup">{"api_version":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name":"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"https://github.githubassets.com/images/email/message_cards/header.png","avatar_image_url":"https://github.githubassets.com/images/email/message_cards/avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/quicwg/base-drafts"}},"updates":{"snippets":[{"icon":"PERSON","message":"@nibanks commented on #2365"}],"action":{"name":"View Pull Request","url":"https://github.com/quicwg/base-drafts/pull/2365#pullrequestreview-197315648"}}}</script>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/pull/2365#pullrequestreview-197315648",
"url": "https://github.com/quicwg/base-drafts/pull/2365#pullrequestreview-197315648",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>
----==_mimepart_5c4f92f28efee_70433fafc90d45b822458d--


From nobody Mon Jan 28 15:43: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 00AE9130EE8 for <quic-issues@ietfa.amsl.com>; Mon, 28 Jan 2019 15:43:01 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -10.935
X-Spam-Level: 
X-Spam-Status: No, score=-10.935 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIMWL_WL_HIGH=-4.553, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, HTML_IMAGE_ONLY_24=1.618, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-1, RCVD_IN_DNSWL_HI=-5, SPF_PASS=-0.001] autolearn=ham autolearn_force=no
Authentication-Results: ietfa.amsl.com (amavisd-new); dkim=pass (1024-bit key) header.d=github.com
Received: from mail.ietf.org ([4.31.198.44]) by localhost (ietfa.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id O2V2l-nnPAbk for <quic-issues@ietfa.amsl.com>; Mon, 28 Jan 2019 15:42: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 E7B00130EE3 for <quic-issues@ietf.org>; Mon, 28 Jan 2019 15:42:58 -0800 (PST)
Date: Mon, 28 Jan 2019 15:42:57 -0800
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1548718977; bh=7ohftpgHNID+9yxSoyQDfpOcvFkAIQulLyiSyYCnr54=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=luQVqHNuu3lacCz+VhjekyueG8A021AwBvkSISQzCGyiARXn7ybSU34smR/l7BT7Z 6qFiI3uJZTpRpdYe9oyY3piVJet+OBJ5sOElLko/vSD/mP6AHjhVZT7REJOY7StZGP XGlCtxYIcgdTZ64ZhsIna9CLNBlZRHGy3qW1Vfb8=
From: ianswett <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+0166e4ab34d21a188ebe29b6d983f42434183410ce0ba84a92cf000000011867558192a169ce17fab1f6@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/pull/2365/review/197316287@github.com>
In-Reply-To: <quicwg/base-drafts/pull/2365@github.com>
References: <quicwg/base-drafts/pull/2365@github.com>
Subject: Re: [quicwg/base-drafts] Persistent Congestion Time Threshold (#2365)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5c4f9381a10e0_770f3ff9072d45c03336e8"; 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/YNPX4neWFd7IRGg09_eBRBKTMpQ>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
List-Id: Notification list for GitHub issues related to the QUIC WG <quic-issues.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=unsubscribe>
List-Archive: <https://mailarchive.ietf.org/arch/browse/quic-issues/>
List-Post: <mailto:quic-issues@ietf.org>
List-Help: <mailto:quic-issues-request@ietf.org?subject=help>
List-Subscribe: <https://www.ietf.org/mailman/listinfo/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=subscribe>
X-List-Received-Date: Mon, 28 Jan 2019 23:43:01 -0000

----==_mimepart_5c4f9381a10e0_770f3ff9072d45c03336e8
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

ianswett commented on this pull request.



>     OnPacketsLost(lost_packets):
      // Remove lost packets from bytes_in_flight.
      for (lost_packet : lost_packets):
        bytes_in_flight -= lost_packet.size
+     smallest_lost_packet = lost_packets.first()
      largest_lost_packet = lost_packets.last()

I don't have a strong preference either 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/2365#discussion_r251640472
----==_mimepart_5c4f9381a10e0_770f3ff9072d45c03336e8
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/2365#discussion_r251640472">draft-ietf-quic-recovery.md</a>:</p>
<pre style='color:#555'>&gt;     OnPacketsLost(lost_packets):
      // Remove lost packets from bytes_in_flight.
      for (lost_packet : lost_packets):
        bytes_in_flight -= lost_packet.size
+     smallest_lost_packet = lost_packets.first()
      largest_lost_packet = lost_packets.last()
</pre>
<p>I don't have a strong preference either 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/2365#discussion_r251640472">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AWbkq1-zbxjF7WHEzfibJ9x6aOtggvzxks5vH4sBgaJpZM4aPEwB">mute the thread</a>.<img src="https://github.com/notifications/beacon/AWbkqwVE9JUohXDGyh3G38fufKmMHTT4ks5vH4sBgaJpZM4aPEwB.gif" height="1" width="1" alt="" /></p>
<script type="application/json" data-scope="inboxmarkup">{"api_version":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name":"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"https://github.githubassets.com/images/email/message_cards/header.png","avatar_image_url":"https://github.githubassets.com/images/email/message_cards/avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/quicwg/base-drafts"}},"updates":{"snippets":[{"icon":"PERSON","message":"@ianswett commented on #2365"}],"action":{"name":"View Pull Request","url":"https://github.com/quicwg/base-drafts/pull/2365#discussion_r251640472"}}}</script>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/pull/2365#discussion_r251640472",
"url": "https://github.com/quicwg/base-drafts/pull/2365#discussion_r251640472",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>
----==_mimepart_5c4f9381a10e0_770f3ff9072d45c03336e8--


From nobody Mon Jan 28 15:44: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 0D4B61310B4 for <quic-issues@ietfa.amsl.com>; Mon, 28 Jan 2019 15:44:12 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -12.552
X-Spam-Level: 
X-Spam-Status: No, score=-12.552 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIMWL_WL_HIGH=-4.553, 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_PASS=-0.001] autolearn=ham autolearn_force=no
Authentication-Results: ietfa.amsl.com (amavisd-new); dkim=pass (1024-bit key) header.d=github.com
Received: from mail.ietf.org ([4.31.198.44]) by localhost (ietfa.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id aMWd3UpAf2UP for <quic-issues@ietfa.amsl.com>; Mon, 28 Jan 2019 15:44: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 97B0F130EEA for <quic-issues@ietf.org>; Mon, 28 Jan 2019 15:44:09 -0800 (PST)
Date: Mon, 28 Jan 2019 15:44:08 -0800
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1548719048; bh=2iEc/kQbUeRNlsALCgCzYcPwmAzycyxabezX8Q0QwMI=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=ktH654ilovCQRRs5+9r7Rf1bh7C2ZkEkcUPf5eA7EUB3846WgAQMjb+FCST9hsKA2 sLKPC4j/xcGhtozEg+lLTK2gTK/07TNdj+ZcRQFSO7E8qDwBt+yyS8L1vW0c2IBJJl 1bkYPfjCSY2rm3z0EiiNg/WG4OLnCdbO0jHDx/jA=
From: Nick Banks <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+0166e4ab78814fe167795b503b503e8c516c2ecba67b885a92cf00000001186755c892a169ce17fab1f6@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/pull/2365/review/197316616@github.com>
In-Reply-To: <quicwg/base-drafts/pull/2365@github.com>
References: <quicwg/base-drafts/pull/2365@github.com>
Subject: Re: [quicwg/base-drafts] Persistent Congestion Time Threshold (#2365)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5c4f93c897f08_2b283fc10f2d45b429698b"; 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/5qmb-llGHtwFTCFF6sWrUqP17as>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
List-Id: Notification list for GitHub issues related to the QUIC WG <quic-issues.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=unsubscribe>
List-Archive: <https://mailarchive.ietf.org/arch/browse/quic-issues/>
List-Post: <mailto:quic-issues@ietf.org>
List-Help: <mailto:quic-issues-request@ietf.org?subject=help>
List-Subscribe: <https://www.ietf.org/mailman/listinfo/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=subscribe>
X-List-Received-Date: Mon, 28 Jan 2019 23:44:12 -0000

----==_mimepart_5c4f93c897f08_2b283fc10f2d45b429698b
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

nibanks commented on this pull request.



> @@ -1003,15 +1003,21 @@ packets might cause the sender's bytes in flight to exceed the congestion window
 until an acknowledgement is received that establishes loss or delivery of
 packets.
 
-When an ACK frame is received that establishes loss of all in-flight packets
-sent prior to a threshold number of consecutive PTOs (pto_count is more than
-kPersistentCongestionThreshold, see {{cc-consts-of-interest}}), the network is
-considered to be experiencing persistent congestion, and the sender's congestion
-window MUST be reduced to the minimum congestion window (kMinimumWindow).  This
-response of collapsing the congestion window on persistent congestion is
-functionally similar to a sender's response on a Retransmission Timeout (RTO) in
-TCP {{RFC5681}}.
-
+## Persistent Congestion
+
+The network is considered to be experiencing persistent congestion when the

I'm not sure how we'd update the pseudocode to indicate loss of all packets. I'd have to think a bit more about 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/2365#discussion_r251640734
----==_mimepart_5c4f93c897f08_2b283fc10f2d45b429698b
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/2365#discussion_r251640734">draft-ietf-quic-recovery.md</a>:</p>
<pre style='color:#555'>&gt; @@ -1003,15 +1003,21 @@ packets might cause the sender&#39;s bytes in flight to exceed the congestion window
 until an acknowledgement is received that establishes loss or delivery of
 packets.
 
-When an ACK frame is received that establishes loss of all in-flight packets
-sent prior to a threshold number of consecutive PTOs (pto_count is more than
-kPersistentCongestionThreshold, see {{cc-consts-of-interest}}), the network is
-considered to be experiencing persistent congestion, and the sender&#39;s congestion
-window MUST be reduced to the minimum congestion window (kMinimumWindow).  This
-response of collapsing the congestion window on persistent congestion is
-functionally similar to a sender&#39;s response on a Retransmission Timeout (RTO) in
-TCP {{RFC5681}}.
-
+## Persistent Congestion
+
+The network is considered to be experiencing persistent congestion when the
</pre>
<p>I'm not sure how we'd update the pseudocode to indicate loss of all packets. I'd have to think a bit more about 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/2365#discussion_r251640734">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AWbkqw7-Wc0OY5-CgjQxTUZ_t5GDDRxpks5vH4tIgaJpZM4aPEwB">mute the thread</a>.<img src="https://github.com/notifications/beacon/AWbkqznff637mxhb85MW_IH3AV9KrVTyks5vH4tIgaJpZM4aPEwB.gif" height="1" width="1" alt="" /></p>
<script type="application/json" data-scope="inboxmarkup">{"api_version":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name":"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"https://github.githubassets.com/images/email/message_cards/header.png","avatar_image_url":"https://github.githubassets.com/images/email/message_cards/avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/quicwg/base-drafts"}},"updates":{"snippets":[{"icon":"PERSON","message":"@nibanks commented on #2365"}],"action":{"name":"View Pull Request","url":"https://github.com/quicwg/base-drafts/pull/2365#discussion_r251640734"}}}</script>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/pull/2365#discussion_r251640734",
"url": "https://github.com/quicwg/base-drafts/pull/2365#discussion_r251640734",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>
----==_mimepart_5c4f93c897f08_2b283fc10f2d45b429698b--


From nobody Mon Jan 28 15: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 8E375130EEB for <quic-issues@ietfa.amsl.com>; Mon, 28 Jan 2019 15:51:34 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -11.149
X-Spam-Level: 
X-Spam-Status: No, score=-11.149 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIMWL_WL_HIGH=-4.553, 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_PASS=-0.001] autolearn=ham autolearn_force=no
Authentication-Results: ietfa.amsl.com (amavisd-new); dkim=pass (1024-bit key) header.d=github.com
Received: from mail.ietf.org ([4.31.198.44]) by localhost (ietfa.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id jHBe3uiqbV_x for <quic-issues@ietfa.amsl.com>; Mon, 28 Jan 2019 15:51: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 C12F8130EE8 for <quic-issues@ietf.org>; Mon, 28 Jan 2019 15:51:32 -0800 (PST)
Date: Mon, 28 Jan 2019 15:51:31 -0800
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1548719491; bh=6zTOb3b7asB1/6VsEvhRNcFKiI4qMXQNUD/xp6pHYEw=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=IVeSSjkBmUDzMpIo7rh5vsfpB+kVRzFpGafb+gTcJA+/RZybLBjUYRRi+yMpIwT8T MsWje+8vf702AziD+LzixQI0JJL/HpsLk9+I1D621PKW+ha153Q2ALyF6MSKmdg8pT Wf90PVBLFo39/i0x5hvLdgyQxvWq1nOGCOz8/03I=
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/2365/push/3252558585@github.com>
In-Reply-To: <quicwg/base-drafts/pull/2365@github.com>
References: <quicwg/base-drafts/pull/2365@github.com>
Subject: Re: [quicwg/base-drafts] Persistent Congestion Time Threshold (#2365)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5c4f9583a1d45_2c1b3f8d8a2d45b858973"; 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/p1LP7zRbyV4MTRfjnyhiFN5-f8c>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
List-Id: Notification list for GitHub issues related to the QUIC WG <quic-issues.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=unsubscribe>
List-Archive: <https://mailarchive.ietf.org/arch/browse/quic-issues/>
List-Post: <mailto:quic-issues@ietf.org>
List-Help: <mailto:quic-issues-request@ietf.org?subject=help>
List-Subscribe: <https://www.ietf.org/mailman/listinfo/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=subscribe>
X-List-Received-Date: Mon, 28 Jan 2019 23:51:35 -0000

----==_mimepart_5c4f9583a1d45_2c1b3f8d8a2d45b858973
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

@nibanks pushed 2 commits.

08d85ed469478812c63a9793df1a4aa500a6304d  More of Ian's suggestions
4ec86205ff8dce9a9ecbfef0ca97a7f7ee6d4c32  Merge branch 'pr/persistent-congestion' of https://github.com/nibanks/base-drafts into pr/persistent-congestion


-- 
You are receiving this because you are subscribed to this thread.
View it on GitHub:
https://github.com/quicwg/base-drafts/pull/2365/files/be4375040bdb8826b9301103fc9fbc6b7ed6d989..4ec86205ff8dce9a9ecbfef0ca97a7f7ee6d4c32

----==_mimepart_5c4f9583a1d45_2c1b3f8d8a2d45b858973
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

<p><a href="https://github.com/nibanks" class="user-mention">@nibanks</a> pushed 2 commits.</p>

<ul>
  <li><a class="commit-link" href="https://github.com/quicwg/base-drafts/commit/08d85ed469478812c63a9793df1a4aa500a6304d">08d85ed</a>  More of Ian&#39;s suggestions</li>
  <li><a class="commit-link" href="https://github.com/quicwg/base-drafts/commit/4ec86205ff8dce9a9ecbfef0ca97a7f7ee6d4c32">4ec8620</a>  Merge branch &#39;pr/persistent-congestion&#39; of https://github.com/nibanks/base-drafts into pr/persistent-congestion</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/2365/files/be4375040bdb8826b9301103fc9fbc6b7ed6d989..4ec86205ff8dce9a9ecbfef0ca97a7f7ee6d4c32">View it on GitHub</a> or <a href="https://github.com/notifications/unsubscribe-auth/AWbkq5XxQZZzbFv5jjW-fwDHWvTXjhU2ks5vH40DgaJpZM4aPEwB">mute the thread</a>.<img src="https://github.com/notifications/beacon/AWbkq50OcA4Eg4bTsMd9jD6W5T0LdWsQks5vH40DgaJpZM4aPEwB.gif" height="1" width="1" alt="" /></p>
<script type="application/json" data-scope="inboxmarkup">{"api_version":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name":"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"https://github.githubassets.com/images/email/message_cards/header.png","avatar_image_url":"https://github.githubassets.com/images/email/message_cards/avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/quicwg/base-drafts"}},"updates":{"snippets":[{"icon":"PERSON","message":"@nibanks pushed 2 commits in #2365"}],"action":{"name":"View Pull Request","url":"https://github.com/quicwg/base-drafts/pull/2365/files/be4375040bdb8826b9301103fc9fbc6b7ed6d989..4ec86205ff8dce9a9ecbfef0ca97a7f7ee6d4c32"}}}</script>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/pull/2365/files/be4375040bdb8826b9301103fc9fbc6b7ed6d989..4ec86205ff8dce9a9ecbfef0ca97a7f7ee6d4c32",
"url": "https://github.com/quicwg/base-drafts/pull/2365/files/be4375040bdb8826b9301103fc9fbc6b7ed6d989..4ec86205ff8dce9a9ecbfef0ca97a7f7ee6d4c32",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>

----==_mimepart_5c4f9583a1d45_2c1b3f8d8a2d45b858973--


From nobody Mon Jan 28 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 504F9126C7E for <quic-issues@ietfa.amsl.com>; Mon, 28 Jan 2019 16:15:31 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -12.552
X-Spam-Level: 
X-Spam-Status: No, score=-12.552 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIMWL_WL_HIGH=-4.553, 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_PASS=-0.001] autolearn=ham autolearn_force=no
Authentication-Results: ietfa.amsl.com (amavisd-new); dkim=pass (1024-bit key) header.d=github.com
Received: from mail.ietf.org ([4.31.198.44]) by localhost (ietfa.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id XttlLjR6fT7Q for <quic-issues@ietfa.amsl.com>; Mon, 28 Jan 2019 16:15:29 -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 0758F1274D0 for <quic-issues@ietf.org>; Mon, 28 Jan 2019 16:15:29 -0800 (PST)
Date: Mon, 28 Jan 2019 16:15:27 -0800
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1548720927; bh=75BL/pwexAMFKOjZnfj1T+Oy2WxPsWJNBct0N60aMzo=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=y1H2YOPfbBfzS8SvySw7nFFyFMeSnl+4wKBleJ/wTpR2G4w/npRHccoVOgOSmXp36 9QZK1c/wMjVzsdQO6DE92dpcI0WbJpeoGjhK0qhcswmX8kGW3YOjBsd7S8pT11u1Lr eDPg28+gNFxkRyziIp1dC/pqx9oaL3YXaveCNYJc=
From: Martin Thomson <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+0166e4ab8cd5787e6978895204aa5543675729756a8c2c2c92cf0000000118675d1f92a169ce180fea0e@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/pull/2379/review/197324242@github.com>
In-Reply-To: <quicwg/base-drafts/pull/2379@github.com>
References: <quicwg/base-drafts/pull/2379@github.com>
Subject: Re: [quicwg/base-drafts] Replace the RequireInsertCount decoding algorithm (#2379)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5c4f9b1fafbb7_51a43fe65a0d45b4476515"; 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/e9FpGh1jwSpneUVjC8aHtL28yBg>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
List-Id: Notification list for GitHub issues related to the QUIC WG <quic-issues.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=unsubscribe>
List-Archive: <https://mailarchive.ietf.org/arch/browse/quic-issues/>
List-Post: <mailto:quic-issues@ietf.org>
List-Help: <mailto:quic-issues-request@ietf.org?subject=help>
List-Subscribe: <https://www.ietf.org/mailman/listinfo/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=subscribe>
X-List-Received-Date: Tue, 29 Jan 2019 00:15:31 -0000

----==_mimepart_5c4f9b1fafbb7_51a43fe65a0d45b4476515
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

martinthomson commented on this pull request.



> -
-      if CurrentWrapped >= InsertCount + MaxEntries:
-         # Insert Count wrapped around 1 extra time
-         ReqInsertCount += 2 * MaxEntries
-      else if CurrentWrapped + MaxEntries < InsertCount:
-         # Decoder wrapped around 1 extra time
-         CurrentWrapped += 2 * MaxEntries
-
-      ReqInsertCount += TotalNumberOfInserts - CurrentWrapped
+      MaxValue = TotalNumberOfInserts + MaxEntries
+      # MaxWrapped is the largest possible value of
+      # ReqInsertCount that is 0 mod 2*MaxEntries
+      MaxWrapped = floor(MaxValue / FullRange) * FullRange
+      ReqInsertCount = MaxWrapped + EncodedInsertCount - 1
+      if ReqInsertCount > MaxValue:
+         # The Encoder's value wrapped one fewer time

This comment looks like it is attached to the next if statement rather than being an explanation of what the outer if statement is.  Maybe move it above the first if and say "# If this exceeds the maximum possible value, the encoder must have wrapped one fewer time" or something along those lines.

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/quicwg/base-drafts/pull/2379#pullrequestreview-197324242
----==_mimepart_5c4f9b1fafbb7_51a43fe65a0d45b4476515
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/2379#discussion_r251647046">draft-ietf-quic-qpack.md</a>:</p>
<pre style='color:#555'>&gt; -
-      if CurrentWrapped &gt;= InsertCount + MaxEntries:
-         # Insert Count wrapped around 1 extra time
-         ReqInsertCount += 2 * MaxEntries
-      else if CurrentWrapped + MaxEntries &lt; InsertCount:
-         # Decoder wrapped around 1 extra time
-         CurrentWrapped += 2 * MaxEntries
-
-      ReqInsertCount += TotalNumberOfInserts - CurrentWrapped
+      MaxValue = TotalNumberOfInserts + MaxEntries
+      # MaxWrapped is the largest possible value of
+      # ReqInsertCount that is 0 mod 2*MaxEntries
+      MaxWrapped = floor(MaxValue / FullRange) * FullRange
+      ReqInsertCount = MaxWrapped + EncodedInsertCount - 1
+      if ReqInsertCount &gt; MaxValue:
+         # The Encoder&#39;s value wrapped one fewer time
</pre>
<p>This comment looks like it is attached to the next if statement rather than being an explanation of what the outer if statement is.  Maybe move it above the first if and say "# If this exceeds the maximum possible value, the encoder must have wrapped one fewer time" or something along those lines.</p>

<p style="font-size:small;-webkit-text-size-adjust:none;color:#666;">&mdash;<br />You are receiving this because you are subscribed to this thread.<br />Reply to this email directly, <a href="https://github.com/quicwg/base-drafts/pull/2379#pullrequestreview-197324242">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AWbkq3BzhnqZ9LqIPyOPn4k0lOheOwVKks5vH5KfgaJpZM4aVZwC">mute the thread</a>.<img src="https://github.com/notifications/beacon/AWbkq1J8haT65TnXtm--g2VC3E_CT1FDks5vH5KfgaJpZM4aVZwC.gif" height="1" width="1" alt="" /></p>
<script type="application/json" data-scope="inboxmarkup">{"api_version":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name":"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"https://github.githubassets.com/images/email/message_cards/header.png","avatar_image_url":"https://github.githubassets.com/images/email/message_cards/avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/quicwg/base-drafts"}},"updates":{"snippets":[{"icon":"PERSON","message":"@martinthomson commented on #2379"}],"action":{"name":"View Pull Request","url":"https://github.com/quicwg/base-drafts/pull/2379#pullrequestreview-197324242"}}}</script>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/pull/2379#pullrequestreview-197324242",
"url": "https://github.com/quicwg/base-drafts/pull/2379#pullrequestreview-197324242",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>
----==_mimepart_5c4f9b1fafbb7_51a43fe65a0d45b4476515--


From nobody Mon Jan 28 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 BAE80126DBF for <quic-issues@ietfa.amsl.com>; Mon, 28 Jan 2019 17:02:20 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -10.935
X-Spam-Level: 
X-Spam-Status: No, score=-10.935 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIMWL_WL_HIGH=-4.553, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, HTML_IMAGE_ONLY_24=1.618, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-1, RCVD_IN_DNSWL_HI=-5, SPF_PASS=-0.001] autolearn=ham autolearn_force=no
Authentication-Results: ietfa.amsl.com (amavisd-new); dkim=pass (1024-bit key) header.d=github.com
Received: from mail.ietf.org ([4.31.198.44]) by localhost (ietfa.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id Msg37HFFL5Uh for <quic-issues@ietfa.amsl.com>; Mon, 28 Jan 2019 17:02: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 E8368126CB6 for <quic-issues@ietf.org>; Mon, 28 Jan 2019 17:02:18 -0800 (PST)
Date: Mon, 28 Jan 2019 17:02:17 -0800
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1548723737; bh=wi8gTwW86G6D57lb1Y6s7e42vHwQJeteELK24ZVqnc8=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=HuH/OmeQ6Gc+Yy2AphEDD8J8hDncVz0iHfK2mpJCbL0o2ryLFbgbJCXBTgubgZY+M 8s+Rb/X/Mm6Al0/2qD6/Q3Fi99AUD8NIpn4SDYZVQSg6wFenrzaD9azuRKC0aaeSBY 2HRMrHIR1vjRuNhAaFMstoWomHEWrmKtUz5q1YSQ=
From: Marten Seemann <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+0166e4abc18065599e3d1f1463974a8d085d04f0ac777f6d92cf000000011867681992a169ce17fab1f6@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/pull/2365/review/197335572@github.com>
In-Reply-To: <quicwg/base-drafts/pull/2365@github.com>
References: <quicwg/base-drafts/pull/2365@github.com>
Subject: Re: [quicwg/base-drafts] Persistent Congestion Time Threshold (#2365)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5c4fa619ccf2c_35743fbe8f6d45c435665d"; 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/-ac9MHPpep2UeJa4DTI-PMWguBw>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
List-Id: Notification list for GitHub issues related to the QUIC WG <quic-issues.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=unsubscribe>
List-Archive: <https://mailarchive.ietf.org/arch/browse/quic-issues/>
List-Post: <mailto:quic-issues@ietf.org>
List-Help: <mailto:quic-issues-request@ietf.org?subject=help>
List-Subscribe: <https://www.ietf.org/mailman/listinfo/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=subscribe>
X-List-Received-Date: Tue, 29 Jan 2019 01:02:21 -0000

----==_mimepart_5c4fa619ccf2c_35743fbe8f6d45c435665d
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

marten-seemann commented on this pull request.

This seems to change the way we do RTO verification in a fundamental way: Currently, we **only** collapse the congestion window when we receive an ACK that actually establishes loss of the probe packets.
This PR changes this behavior, since `InPersistentCongestion` is called from `OnPacketsLost`, which is also called from `OnLossDetectionTimeout`, i.e. **without** receiving any ACK.



-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/quicwg/base-drafts/pull/2365#pullrequestreview-197335572
----==_mimepart_5c4fa619ccf2c_35743fbe8f6d45c435665d
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

<p><b>@marten-seemann</b> commented on this pull request.</p>

<p>This seems to change the way we do RTO verification in a fundamental way: Currently, we <strong>only</strong> collapse the congestion window when we receive an ACK that actually establishes loss of the probe packets.<br>
This PR changes this behavior, since <code>InPersistentCongestion</code> is called from <code>OnPacketsLost</code>, which is also called from <code>OnLossDetectionTimeout</code>, i.e. <strong>without</strong> receiving any ACK.</p>

<p style="font-size:small;-webkit-text-size-adjust:none;color:#666;">&mdash;<br />You are receiving this because you are subscribed to this thread.<br />Reply to this email directly, <a href="https://github.com/quicwg/base-drafts/pull/2365#pullrequestreview-197335572">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AWbkqwsnSi0dphBCXwghU-XaQw2UZzoXks5vH52ZgaJpZM4aPEwB">mute the thread</a>.<img src="https://github.com/notifications/beacon/AWbkqyNTdjRylYDKa_Goat48vfH5xBPvks5vH52ZgaJpZM4aPEwB.gif" height="1" width="1" alt="" /></p>
<script type="application/json" data-scope="inboxmarkup">{"api_version":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name":"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"https://github.githubassets.com/images/email/message_cards/header.png","avatar_image_url":"https://github.githubassets.com/images/email/message_cards/avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/quicwg/base-drafts"}},"updates":{"snippets":[{"icon":"PERSON","message":"@marten-seemann commented on #2365"}],"action":{"name":"View Pull Request","url":"https://github.com/quicwg/base-drafts/pull/2365#pullrequestreview-197335572"}}}</script>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/pull/2365#pullrequestreview-197335572",
"url": "https://github.com/quicwg/base-drafts/pull/2365#pullrequestreview-197335572",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>
----==_mimepart_5c4fa619ccf2c_35743fbe8f6d45c435665d--


From nobody Mon Jan 28 17:10: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 D45D51277BB for <quic-issues@ietfa.amsl.com>; Mon, 28 Jan 2019 17:10:13 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -12.552
X-Spam-Level: 
X-Spam-Status: No, score=-12.552 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIMWL_WL_HIGH=-4.553, 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_PASS=-0.001] autolearn=ham autolearn_force=no
Authentication-Results: ietfa.amsl.com (amavisd-new); dkim=pass (1024-bit key) header.d=github.com
Received: from mail.ietf.org ([4.31.198.44]) by localhost (ietfa.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id vBO5p1bJd7R0 for <quic-issues@ietfa.amsl.com>; Mon, 28 Jan 2019 17:10:12 -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 4853C126DBF for <quic-issues@ietf.org>; Mon, 28 Jan 2019 17:10:12 -0800 (PST)
Date: Mon, 28 Jan 2019 17:10:11 -0800
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1548724211; bh=R8W0nSIrRr8sqvg1WymO70mAfc+W4IqabKcACF8SDfo=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=lWIM/SQLfROC/QYrR0OjWlXZauoFk5RxBiOQ/4pjye96tf8NvJpug1G6P8daBwrvr L1fvWBj7G6LVd4g2FEykKDsenxbCPJtEyRSxUVNWPdUA8tuMCHxl4rh9NQeLepiV8b XLc0N+49DjVuIasVVj1nZfbvVWhYp95yhXEhp6rE=
From: Nick Banks <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+0166e4abfb9f7b9f0951c9759bebf4754de2a67daa132fa692cf00000001186769f392a169ce17fab1f6@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/pull/2365/c458366731@github.com>
In-Reply-To: <quicwg/base-drafts/pull/2365@github.com>
References: <quicwg/base-drafts/pull/2365@github.com>
Subject: Re: [quicwg/base-drafts] Persistent Congestion Time Threshold (#2365)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5c4fa7f311acc_502f3f806fed45c02963c9"; 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/Sip1MqXyjkVk2YqWd4dvZi1iV0M>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
List-Id: Notification list for GitHub issues related to the QUIC WG <quic-issues.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=unsubscribe>
List-Archive: <https://mailarchive.ietf.org/arch/browse/quic-issues/>
List-Post: <mailto:quic-issues@ietf.org>
List-Help: <mailto:quic-issues-request@ietf.org?subject=help>
List-Subscribe: <https://www.ietf.org/mailman/listinfo/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=subscribe>
X-List-Received-Date: Tue, 29 Jan 2019 01:10:14 -0000

----==_mimepart_5c4fa7f311acc_502f3f806fed45c02963c9
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

@marten-seemann Personally, I don't think `DetectLostPackets` should be called from `OnLossDetectionTimeout` any more, but I'd like @janaiyengar to chime in. My understanding of the new PTO design is that ONLY ACK frames are supposed to trigger loss. Timers only cause additional packets to be sent, in order to trigger ACKs from the 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/pull/2365#issuecomment-458366731
----==_mimepart_5c4fa7f311acc_502f3f806fed45c02963c9
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=3D1478487" data-octo-click=3D"hovercard-link-c=
lick" data-octo-dimensions=3D"link_type:self" href=3D"https://github.com/=
marten-seemann">@marten-seemann</a> Personally, I don't think <code>Detec=
tLostPackets</code> should be called from <code>OnLossDetectionTimeout</c=
ode> any more, but I'd like <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" h=
ref=3D"https://github.com/janaiyengar">@janaiyengar</a> to chime in. My u=
nderstanding of the new PTO design is that ONLY ACK frames are supposed t=
o trigger loss. Timers only cause additional packets to be sent, in order=
 to trigger ACKs from the peer.</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/pull/2365#issuecomment-458366731">view it on GitHub</a>, o=
r <a href=3D"https://github.com/notifications/unsubscribe-auth/AWbkqzQao-=
Be2QK5aalKGIeKu2NlodTDks5vH59zgaJpZM4aPEwB">mute the thread</a>.<img src=3D=
"https://github.com/notifications/beacon/AWbkq1g913CGlCaUIYfALUwr0HFKUbiW=
ks5vH59zgaJpZM4aPEwB.gif" height=3D"1" width=3D"1" alt=3D"" /></p>
<script type=3D"application/json" data-scope=3D"inboxmarkup">{"api_versio=
n":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name"=
:"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"=
quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"http=
s://github.githubassets.com/images/email/message_cards/header.png","avata=
r_image_url":"https://github.githubassets.com/images/email/message_cards/=
avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/q=
uicwg/base-drafts"}},"updates":{"snippets":[{"icon":"PERSON","message":"@=
nibanks in #2365: @marten-seemann Personally, I don't think `DetectLostPa=
ckets` should be called from `OnLossDetectionTimeout` any more, but I'd l=
ike @janaiyengar to chime in. My understanding of the new PTO design is t=
hat ONLY ACK frames are supposed to trigger loss. Timers only cause addit=
ional packets to be sent, in order to trigger ACKs from the peer."}],"act=
ion":{"name":"View Pull Request","url":"https://github.com/quicwg/base-dr=
afts/pull/2365#issuecomment-458366731"}}}</script>
<script type=3D"application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/pull/2365#issuecomment-4=
58366731",
"url": "https://github.com/quicwg/base-drafts/pull/2365#issuecomment-4583=
66731",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>=

----==_mimepart_5c4fa7f311acc_502f3f806fed45c02963c9--


From nobody Mon Jan 28 17: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 A9644126DBF for <quic-issues@ietfa.amsl.com>; Mon, 28 Jan 2019 17:19:34 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -11.149
X-Spam-Level: 
X-Spam-Status: No, score=-11.149 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIMWL_WL_HIGH=-4.553, 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_PASS=-0.001] autolearn=ham autolearn_force=no
Authentication-Results: ietfa.amsl.com (amavisd-new); dkim=pass (1024-bit key) header.d=github.com
Received: from mail.ietf.org ([4.31.198.44]) by localhost (ietfa.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id PoAsCkvzbwNh for <quic-issues@ietfa.amsl.com>; Mon, 28 Jan 2019 17:19: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 24EC6126CB6 for <quic-issues@ietf.org>; Mon, 28 Jan 2019 17:19:33 -0800 (PST)
Date: Mon, 28 Jan 2019 17:19:32 -0800
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1548724772; bh=OPVuqu7cvxwqfbz4JzUKg9Z+LbzWiDyLBQJ1jTo2ZLk=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=Ngkf60Z2goHyjy0lNttc+pqQ4lnye4wPG7LLrToLN5ZhGNPn6hFJRaZmEra6XpWnE kCB1Va2c3Xyqeg4gQuN4Sj6BzsMu/vDKNzily6SqFqV5hBS+i2yqc+0n63QS/r+B42 W6AEe3E7JLE8q9WlkCZoEuv66Zxjz45ks+YNn8Ig=
From: Marten Seemann <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+0166e4abafbafe5cdf8ecdb186529597fb000f520f2e7a7992cf0000000118676c2492a169ce17fab1f6@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/pull/2365/c458368824@github.com>
In-Reply-To: <quicwg/base-drafts/pull/2365@github.com>
References: <quicwg/base-drafts/pull/2365@github.com>
Subject: Re: [quicwg/base-drafts] Persistent Congestion Time Threshold (#2365)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5c4faa244b4d5_3b523f972b0d45c468948c"; 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/npHI2rPfNcXybx9A62sLkE33ho8>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
List-Id: Notification list for GitHub issues related to the QUIC WG <quic-issues.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=unsubscribe>
List-Archive: <https://mailarchive.ietf.org/arch/browse/quic-issues/>
List-Post: <mailto:quic-issues@ietf.org>
List-Help: <mailto:quic-issues-request@ietf.org?subject=help>
List-Subscribe: <https://www.ietf.org/mailman/listinfo/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=subscribe>
X-List-Received-Date: Tue, 29 Jan 2019 01:19:35 -0000

----==_mimepart_5c4faa244b4d5_3b523f972b0d45c468948c
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

@nibanks I think the reason we call `DetectLostPackets` from `OnLossDetectionTimeout` is in order for Early Retransmit to work. We might need some more code refactoring here to achieve the desired behavior. Let's discuss this with @janaiyengar.

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/quicwg/base-drafts/pull/2365#issuecomment-458368824
----==_mimepart_5c4faa244b4d5_3b523f972b0d45c468948c
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> I think the reason we call <code>DetectLostPackets</code> from <code>OnLossDetectionTimeout</code> is in order for Early Retransmit to work. We might need some more code refactoring here to achieve the desired behavior. Let's discuss this with <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>

<p style="font-size:small;-webkit-text-size-adjust:none;color:#666;">&mdash;<br />You are receiving this because you are subscribed to this thread.<br />Reply to this email directly, <a href="https://github.com/quicwg/base-drafts/pull/2365#issuecomment-458368824">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AWbkq8ga7oNk0MhqPrUAqbcBkJnlfy_Dks5vH6GkgaJpZM4aPEwB">mute the thread</a>.<img src="https://github.com/notifications/beacon/AWbkq4cN0ANxvRNcB2D4CmxBl4rh84qMks5vH6GkgaJpZM4aPEwB.gif" height="1" width="1" alt="" /></p>
<script type="application/json" data-scope="inboxmarkup">{"api_version":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name":"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"https://github.githubassets.com/images/email/message_cards/header.png","avatar_image_url":"https://github.githubassets.com/images/email/message_cards/avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/quicwg/base-drafts"}},"updates":{"snippets":[{"icon":"PERSON","message":"@marten-seemann in #2365: @nibanks I think the reason we call `DetectLostPackets` from `OnLossDetectionTimeout` is in order for Early Retransmit to work. We might need some more code refactoring here to achieve the desired behavior. Let's discuss this with @janaiyengar."}],"action":{"name":"View Pull Request","url":"https://github.com/quicwg/base-drafts/pull/2365#issuecomment-458368824"}}}</script>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/pull/2365#issuecomment-458368824",
"url": "https://github.com/quicwg/base-drafts/pull/2365#issuecomment-458368824",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>
----==_mimepart_5c4faa244b4d5_3b523f972b0d45c468948c--


From nobody Mon Jan 28 17:26:33 2019
Return-Path: <bounce+565321.40f-quic-issues=ietf.org@github.com>
X-Original-To: quic-issues@ietfa.amsl.com
Delivered-To: quic-issues@ietfa.amsl.com
Received: from localhost (localhost [127.0.0.1]) by ietfa.amsl.com (Postfix) with ESMTP id 65E39126DBF for <quic-issues@ietfa.amsl.com>; Mon, 28 Jan 2019 17:26: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=-4.553, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, RCVD_IN_DNSWL_NONE=-0.0001, SPF_PASS=-0.001] autolearn=ham autolearn_force=no
Authentication-Results: ietfa.amsl.com (amavisd-new); dkim=pass (1024-bit key) header.d=github.com
Received: from mail.ietf.org ([4.31.198.44]) by localhost (ietfa.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id KNMEI0l6rA-n for <quic-issues@ietfa.amsl.com>; Mon, 28 Jan 2019 17:26:30 -0800 (PST)
Received: from m69-169.mailgun.net (m69-169.mailgun.net [166.78.69.169]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id F1CB4126CB6 for <quic-issues@ietf.org>; Mon, 28 Jan 2019 17:26:29 -0800 (PST)
DKIM-Signature: a=rsa-sha256; v=1; c=relaxed/relaxed; d=github.com; q=dns/txt;  s=mailo; t=1548725189; h=Content-Transfer-Encoding: Content-Type: Mime-Version: Subject: Message-ID: To: Reply-To: From: Date: Sender; bh=TFr6iU8QJdRy+0xTXPg/x3lhsslf9tSQi/7L5i8f4Es=; b=vWPA3sTxHhuP2lb0Z63EKEFeBuaajkaMCSneVpa3XKwcACzXqkKyG+X6Ud/7+CnaAFawc0Nu DoK5uP8bTJ4uReW+9g3gBsoK13ZCsqzh48hxc6+qDcXIsa4n1RUxwzeSXS/jDHkDltJNaGry 64lrguiJqbye2zoZZiIuanNOn/A=
X-Mailgun-Sending-Ip: 166.78.69.169
X-Mailgun-Sid: WyJhNzYyYiIsICJxdWljLWlzc3Vlc0BpZXRmLm9yZyIsICI0MGYiXQ==
Sender: ianswett=users.noreply.github.com@github.com
Received: from github.com (Unknown [192.30.252.37]) by mxa.mailgun.org with ESMTP id 5c4fabc4.7f3b63379b40-smtp-out-n02; Tue, 29 Jan 2019 01:26:28 -0000 (UTC)
Date: Mon, 28 Jan 2019 17:26:28 -0800
From: ianswett <ianswett@users.noreply.github.com>
Reply-To: ianswett <ianswett@users.noreply.github.com>
To: quic-issues@ietf.org
Message-ID: <5c4fabc4ccf77_1c082af03b2b45849576f@hookshot-fe-32b5f5b.cp1-iad.github.net.mail>
Subject: [quicwg/base-drafts] 86e889: Recovery editorial pass
Mime-Version: 1.0
Content-Type: multipart/mixed; boundary="--==_mimepart_5c4fabc4ccac5_1c082af03b2b458495696"; charset=UTF-8
Content-Transfer-Encoding: 7bit
Archived-At: <https://mailarchive.ietf.org/arch/msg/quic-issues/ZE_D7MrNNqUXLFmPXNvt6QpOm34>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
Precedence: list
List-Id: Notification list for GitHub issues related to the QUIC WG <quic-issues.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=unsubscribe>
List-Archive: <https://mailarchive.ietf.org/arch/browse/quic-issues/>
List-Post: <mailto:quic-issues@ietf.org>
List-Help: <mailto:quic-issues-request@ietf.org?subject=help>
List-Subscribe: <https://www.ietf.org/mailman/listinfo/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=subscribe>
X-List-Received-Date: Tue, 29 Jan 2019 01:26:32 -0000

----==_mimepart_5c4fabc4ccac5_1c082af03b2b458495696
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

  Branch: refs/heads/ianswett-editorial
  Home:   https://github.com/quicwg/base-drafts
  Commit: 86e889e028cb7064547d9712f65340ffef8904ea
      https://github.com/quicwg/base-drafts/commit/86e889e028cb7064547d9712f65340ffef8904ea
  Author: ianswett <ianswett@users.noreply.github.com>
  Date:   2019-01-28 (Mon, 28 Jan 2019)

  Changed paths:
    M draft-ietf-quic-recovery.md

  Log Message:
  -----------
  Recovery editorial pass



      **NOTE:** GitHub Services has been marked for deprecation: https://developer.github.com/changes/2018-04-25-github-services-deprecation/

      We will provide an alternative path for the email notifications by January 31st, 2019.

----==_mimepart_5c4fabc4ccac5_1c082af03b2b458495696--


From nobody Mon Jan 28 17:26: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 D4CEA126CB6 for <quic-issues@ietfa.amsl.com>; Mon, 28 Jan 2019 17:26:38 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -11.149
X-Spam-Level: 
X-Spam-Status: No, score=-11.149 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIMWL_WL_HIGH=-4.553, 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_PASS=-0.001] autolearn=ham autolearn_force=no
Authentication-Results: ietfa.amsl.com (amavisd-new); dkim=pass (1024-bit key) header.d=github.com
Received: from mail.ietf.org ([4.31.198.44]) by localhost (ietfa.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 8b97t5Ilkw-P for <quic-issues@ietfa.amsl.com>; Mon, 28 Jan 2019 17:26: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 3BF8F1277BB for <quic-issues@ietf.org>; Mon, 28 Jan 2019 17:26:37 -0800 (PST)
Date: Mon, 28 Jan 2019 17:26:36 -0800
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1548725196; bh=fjqGclFgL8A7oAUhPw39ZAIt4Hoc/o9ceuoPv1WNqSQ=; h=Date:From:Reply-To:To:Cc:Subject:List-ID:List-Archive:List-Post: List-Unsubscribe:From; b=g/Ulz0ndOCIQsNp9m7uGBHRwltkWfXGynDPceLitTk0TZAdLD3TLPaYte1RrkBCiW cme9X8WvtGW/aT6XNPbaTl/iaQnh/aveu1b5t9lNtafMaUD+wq8Z98xrpAMIJQXtN2 YkJ74c63xc+4fYIgNgVBqGzC8mX2bAUmcG9sXDks=
From: ianswett <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+0166e4abffa48115edec26e4c3876947342cccb0380ae61392cf0000000118676dcc92a169ce1815c9b4@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/pull/2381@github.com>
Subject: [quicwg/base-drafts] Recovery editorial pass (#2381)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5c4fabcc54503_30673fc7fe8d45b84587fc"; 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/fl785boD9LF_IH89yAt6ZxygkGQ>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
List-Id: Notification list for GitHub issues related to the QUIC WG <quic-issues.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=unsubscribe>
List-Archive: <https://mailarchive.ietf.org/arch/browse/quic-issues/>
List-Post: <mailto:quic-issues@ietf.org>
List-Help: <mailto:quic-issues-request@ietf.org?subject=help>
List-Subscribe: <https://www.ietf.org/mailman/listinfo/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=subscribe>
X-List-Received-Date: Tue, 29 Jan 2019 01:26:39 -0000

----==_mimepart_5c4fabcc54503_30673fc7fe8d45b84587fc
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/2381

-- Commit Summary --

  * Recovery editorial pass

-- File Changes --

    M draft-ietf-quic-recovery.md (49)

-- Patch Links --

https://github.com/quicwg/base-drafts/pull/2381.patch
https://github.com/quicwg/base-drafts/pull/2381.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/2381

----==_mimepart_5c4fabcc54503_30673fc7fe8d45b84587fc
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/2381'>https://github.com/quicwg/base-drafts/pull/2381</a></p>

<h4>Commit Summary</h4>
<ul>
  <li>Recovery editorial pass</li>
</ul>

<h4>File Changes</h4>
<ul>
  <li>
    <strong>M</strong>
    <a href="https://github.com/quicwg/base-drafts/pull/2381/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/2381.patch'>https://github.com/quicwg/base-drafts/pull/2381.patch</a></li>
  <li><a href='https://github.com/quicwg/base-drafts/pull/2381.diff'>https://github.com/quicwg/base-drafts/pull/2381.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/2381">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AWbkq2mrWg6gEZ-6oYxYolYeDIo5-3n-ks5vH6NMgaJpZM4aXG9-">mute the thread</a>.<img src="https://github.com/notifications/beacon/AWbkq4ep9nE2GWADE8LRHiMAQh5QB_Z7ks5vH6NMgaJpZM4aXG9-.gif" height="1" width="1" alt="" /></p>
<script type="application/json" data-scope="inboxmarkup">{"api_version":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name":"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"https://github.githubassets.com/images/email/message_cards/header.png","avatar_image_url":"https://github.githubassets.com/images/email/message_cards/avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/quicwg/base-drafts"}},"updates":{"snippets":[{"icon":"DESCRIPTION","message":"Recovery editorial pass (#2381)"}],"action":{"name":"View Pull Request","url":"https://github.com/quicwg/base-drafts/pull/2381"}}}</script>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/pull/2381",
"url": "https://github.com/quicwg/base-drafts/pull/2381",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>

----==_mimepart_5c4fabcc54503_30673fc7fe8d45b84587fc--


From nobody Mon Jan 28 17:37: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 40CC3128766 for <quic-issues@ietfa.amsl.com>; Mon, 28 Jan 2019 17:37:24 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -11.149
X-Spam-Level: 
X-Spam-Status: No, score=-11.149 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIMWL_WL_HIGH=-4.553, 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_PASS=-0.001] autolearn=ham autolearn_force=no
Authentication-Results: ietfa.amsl.com (amavisd-new); dkim=pass (1024-bit key) header.d=github.com
Received: from mail.ietf.org ([4.31.198.44]) by localhost (ietfa.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id JPVbNFUC6n78 for <quic-issues@ietfa.amsl.com>; Mon, 28 Jan 2019 17:37: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 58F001277BB for <quic-issues@ietf.org>; Mon, 28 Jan 2019 17:37:22 -0800 (PST)
Date: Mon, 28 Jan 2019 17:37:21 -0800
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1548725841; bh=I8A8FRm7UOWU2Fj4VYxgD4cfMyuA9t784gS2YZliNfI=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=rRWlkoLSrxU4bW3uM1cJ0NlyfRRGFaJHB+kKiHWdJ1YabFytbrwPOenBzaptuMoU8 4eU5C0vG077313dNXzlMJzccBzU3lHBdz1d1TAjJVaUEpuLlP3Ic1kjYTsEJ0PSCPP kvp8oLoFjnYcGzG1oapcdsIOGMAMSqA+KjBXEcOs=
From: Marten Seemann <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+0166e4abdda1db15ae154a62bb562e9a7910cb0fc69ef18792cf000000011867705192a169ce1815c9b4@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/pull/2381/review/197343179@github.com>
In-Reply-To: <quicwg/base-drafts/pull/2381@github.com>
References: <quicwg/base-drafts/pull/2381@github.com>
Subject: Re: [quicwg/base-drafts] Recovery editorial pass (#2381)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5c4fae515adb3_2bf73ff6c70d45b4824f5"; 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/RuFhsrkie4PS0_nZXxuHEldKWj0>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
List-Id: Notification list for GitHub issues related to the QUIC WG <quic-issues.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=unsubscribe>
List-Archive: <https://mailarchive.ietf.org/arch/browse/quic-issues/>
List-Post: <mailto:quic-issues@ietf.org>
List-Help: <mailto:quic-issues-request@ietf.org?subject=help>
List-Subscribe: <https://www.ietf.org/mailman/listinfo/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=subscribe>
X-List-Received-Date: Tue, 29 Jan 2019 01:37:24 -0000

----==_mimepart_5c4fae515adb3_2bf73ff6c70d45b4824f5
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

marten-seemann commented on this pull request.



> @@ -454,10 +456,9 @@ a subsequent connection attempt to the server.
 
 When packet protection keys are discarded (see Section 4.9 of {{QUIC-TLS}}), all
 packets that were sent with those keys can no longer be acknowledged because
-their acknowledgements cannot be processed anymore. The sender considers them no
-longer in flight. That is, the sender SHOULD discard all recovery state
-associated with those packets and MUST remove them from the count of bytes in
-flight.
+their acknowledgements cannot be processed anymore. The sender SHOULD discard
+all recovery state associated with those packets and MUST remove them from

Why is one a SHOULD and the other a 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/2381#pullrequestreview-197343179
----==_mimepart_5c4fae515adb3_2bf73ff6c70d45b4824f5
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/2381#discussion_r251662917">draft-ietf-quic-recovery.md</a>:</p>
<pre style='color:#555'>&gt; @@ -454,10 +456,9 @@ a subsequent connection attempt to the server.
 
 When packet protection keys are discarded (see Section 4.9 of {{QUIC-TLS}}), all
 packets that were sent with those keys can no longer be acknowledged because
-their acknowledgements cannot be processed anymore. The sender considers them no
-longer in flight. That is, the sender SHOULD discard all recovery state
-associated with those packets and MUST remove them from the count of bytes in
-flight.
+their acknowledgements cannot be processed anymore. The sender SHOULD discard
+all recovery state associated with those packets and MUST remove them from
</pre>
<p>Why is one a SHOULD and the other a 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/2381#pullrequestreview-197343179">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AWbkq16WuemHKyZI_7Bi_PW941tBMcmVks5vH6XRgaJpZM4aXG9-">mute the thread</a>.<img src="https://github.com/notifications/beacon/AWbkqyItwGfEwhmanK6mCROSgGFw-wxaks5vH6XRgaJpZM4aXG9-.gif" height="1" width="1" alt="" /></p>
<script type="application/json" data-scope="inboxmarkup">{"api_version":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name":"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"https://github.githubassets.com/images/email/message_cards/header.png","avatar_image_url":"https://github.githubassets.com/images/email/message_cards/avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/quicwg/base-drafts"}},"updates":{"snippets":[{"icon":"PERSON","message":"@marten-seemann commented on #2381"}],"action":{"name":"View Pull Request","url":"https://github.com/quicwg/base-drafts/pull/2381#pullrequestreview-197343179"}}}</script>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/pull/2381#pullrequestreview-197343179",
"url": "https://github.com/quicwg/base-drafts/pull/2381#pullrequestreview-197343179",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>
----==_mimepart_5c4fae515adb3_2bf73ff6c70d45b4824f5--


From nobody Mon Jan 28 17:43:49 2019
Return-Path: <bounce+565321.40f-quic-issues=ietf.org@github.com>
X-Original-To: quic-issues@ietfa.amsl.com
Delivered-To: quic-issues@ietfa.amsl.com
Received: from localhost (localhost [127.0.0.1]) by ietfa.amsl.com (Postfix) with ESMTP id A5451127B4C for <quic-issues@ietfa.amsl.com>; Mon, 28 Jan 2019 17:43:46 -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=-4.553, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, HEADER_FROM_DIFFERENT_DOMAINS=0.001, RCVD_IN_DNSWL_NONE=-0.0001, SPF_PASS=-0.001] autolearn=ham autolearn_force=no
Authentication-Results: ietfa.amsl.com (amavisd-new); dkim=pass (1024-bit key) header.d=github.com
Received: from mail.ietf.org ([4.31.198.44]) by localhost (ietfa.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id wgQk1-zHgBvg for <quic-issues@ietfa.amsl.com>; Mon, 28 Jan 2019 17:43:44 -0800 (PST)
Received: from m69-169.mailgun.net (m69-169.mailgun.net [166.78.69.169]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id AA6E61277BB for <quic-issues@ietf.org>; Mon, 28 Jan 2019 17:43:44 -0800 (PST)
DKIM-Signature: a=rsa-sha256; v=1; c=relaxed/relaxed; d=github.com; q=dns/txt;  s=mailo; t=1548726224; h=Content-Transfer-Encoding: Content-Type: Mime-Version: Subject: Message-ID: To: Reply-To: From: Date: Sender; bh=HDRdIs7mJaJBsFTmRD1x7ul4COI99FDbsNsxz30m/8E=; b=w6VywMF6q3gQiS2RaI01c3GMKl8ypZKx5G58BEG9vBCYIKzTTs2UQAmYrKfz/rOYDWg82pJF KWr2ytPS+EaHq3UBjVAbUUoZeMDczc+lrsZy0f28SEHEPzORFN7wlxDBCyBo6DJ329wqVeDB Vb8pM62PC17zw48o8bNx6RNFE4s=
X-Mailgun-Sending-Ip: 166.78.69.169
X-Mailgun-Sid: WyJhNzYyYiIsICJxdWljLWlzc3Vlc0BpZXRmLm9yZyIsICI0MGYiXQ==
Sender: afrind=fb.com@github.com
Received: from github.com (Unknown [192.30.252.36]) by mxa.mailgun.org with ESMTP id 5c4fafcf.7f2301c9fc30-smtp-out-n03; Tue, 29 Jan 2019 01:43:43 -0000 (UTC)
Date: Mon, 28 Jan 2019 17:43:43 -0800
From: Alan Frindell <afrind@fb.com>
Reply-To: Alan Frindell <afrind@fb.com>
To: quic-issues@ietf.org
Message-ID: <5c4fafcf4d141_23fb2b00246965784872a@hookshot-fe-6b2eebc.cp1-iad.github.net.mail>
Subject: [quicwg/base-drafts] c7f153: Martin's feedback
Mime-Version: 1.0
Content-Type: multipart/mixed; boundary="--==_mimepart_5c4fafcf4cdb4_23fb2b00246965784861c"; charset=UTF-8
Content-Transfer-Encoding: 7bit
Archived-At: <https://mailarchive.ietf.org/arch/msg/quic-issues/J8fEkAifFzdUn2IV-qQkiu3LCDo>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
Precedence: list
List-Id: Notification list for GitHub issues related to the QUIC WG <quic-issues.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=unsubscribe>
List-Archive: <https://mailarchive.ietf.org/arch/browse/quic-issues/>
List-Post: <mailto:quic-issues@ietf.org>
List-Help: <mailto:quic-issues-request@ietf.org?subject=help>
List-Subscribe: <https://www.ietf.org/mailman/listinfo/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=subscribe>
X-List-Received-Date: Tue, 29 Jan 2019 01:43:47 -0000

----==_mimepart_5c4fafcf4cdb4_23fb2b00246965784861c
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

  Branch: refs/heads/qpack-new-wrap-algo
  Home:   https://github.com/quicwg/base-drafts
  Commit: c7f153f0901a54b4be908d603b7e5560dcadbc5d
      https://github.com/quicwg/base-drafts/commit/c7f153f0901a54b4be908d603b7e5560dcadbc5d
  Author: Alan Frindell <afrind@fb.com>
  Date:   2019-01-28 (Mon, 28 Jan 2019)

  Changed paths:
    M draft-ietf-quic-qpack.md

  Log Message:
  -----------
  Martin's feedback



      **NOTE:** GitHub Services has been marked for deprecation: https://developer.github.com/changes/2018-04-25-github-services-deprecation/

      We will provide an alternative path for the email notifications by January 31st, 2019.

----==_mimepart_5c4fafcf4cdb4_23fb2b00246965784861c--


From nobody Mon Jan 28 17: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 712C8130ED8 for <quic-issues@ietfa.amsl.com>; Mon, 28 Jan 2019 17:43:49 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -10.935
X-Spam-Level: 
X-Spam-Status: No, score=-10.935 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIMWL_WL_HIGH=-4.553, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, HTML_IMAGE_ONLY_24=1.618, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-1, RCVD_IN_DNSWL_HI=-5, SPF_PASS=-0.001] autolearn=ham autolearn_force=no
Authentication-Results: ietfa.amsl.com (amavisd-new); dkim=pass (1024-bit key) header.d=github.com
Received: from mail.ietf.org ([4.31.198.44]) by localhost (ietfa.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id Kc5IbghQfq-g for <quic-issues@ietfa.amsl.com>; Mon, 28 Jan 2019 17:43: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 A409E1277BB for <quic-issues@ietf.org>; Mon, 28 Jan 2019 17:43:47 -0800 (PST)
Date: Mon, 28 Jan 2019 17:43:46 -0800
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1548726226; bh=jkL7Ue2n1DyCK/jrTT7pdF8YZEeWaD+HFfuLfY2M1ac=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=SPY5K7YUxk4LTOoHZPLSZEY5jItqDPdcqrvWDXYarmKzYRsMuyhw2/UX/iePxV3DD 1rk8PMTwWnGFPs3O42VKXXPmklwja+qlQ2lk3fksxpU3FTF9GKH2whtx4exCa1uz7X B6Vbl2AL9cJxezYHJ933p2a22cPhqssV2tvIAjJs=
From: afrind <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/2379/push/3252782419@github.com>
In-Reply-To: <quicwg/base-drafts/pull/2379@github.com>
References: <quicwg/base-drafts/pull/2379@github.com>
Subject: Re: [quicwg/base-drafts] Replace the RequireInsertCount decoding algorithm (#2379)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5c4fafd29202a_36fa3fe0ff0d45c46932f"; charset=UTF-8
Content-Transfer-Encoding: 7bit
Precedence: list
X-GitHub-Sender: afrind
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/d55j6xEmLCEqT9TqpBJpAXE0AzQ>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
List-Id: Notification list for GitHub issues related to the QUIC WG <quic-issues.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=unsubscribe>
List-Archive: <https://mailarchive.ietf.org/arch/browse/quic-issues/>
List-Post: <mailto:quic-issues@ietf.org>
List-Help: <mailto:quic-issues-request@ietf.org?subject=help>
List-Subscribe: <https://www.ietf.org/mailman/listinfo/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=subscribe>
X-List-Received-Date: Tue, 29 Jan 2019 01:43:50 -0000

----==_mimepart_5c4fafd29202a_36fa3fe0ff0d45c46932f
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

@afrind pushed 1 commit.

c7f153f0901a54b4be908d603b7e5560dcadbc5d  Martin's feedback


-- 
You are receiving this because you are subscribed to this thread.
View it on GitHub:
https://github.com/quicwg/base-drafts/pull/2379/files/e9629e9209540166fe063840ce56a4db67cf0bd7..c7f153f0901a54b4be908d603b7e5560dcadbc5d

----==_mimepart_5c4fafd29202a_36fa3fe0ff0d45c46932f
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

<p><a href="https://github.com/afrind" class="user-mention">@afrind</a> pushed 1 commit.</p>

<ul>
  <li><a class="commit-link" href="https://github.com/quicwg/base-drafts/commit/c7f153f0901a54b4be908d603b7e5560dcadbc5d">c7f153f</a>  Martin&#39;s feedback</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/2379/files/e9629e9209540166fe063840ce56a4db67cf0bd7..c7f153f0901a54b4be908d603b7e5560dcadbc5d">View it on GitHub</a> or <a href="https://github.com/notifications/unsubscribe-auth/AWbkq9Z-aus0jhKzgLBVHCpPCf2EKCPrks5vH6dSgaJpZM4aVZwC">mute the thread</a>.<img src="https://github.com/notifications/beacon/AWbkq0nKBSD7eZr8mPQqp_Ajf75i6xy2ks5vH6dSgaJpZM4aVZwC.gif" height="1" width="1" alt="" /></p>
<script type="application/json" data-scope="inboxmarkup">{"api_version":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name":"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"https://github.githubassets.com/images/email/message_cards/header.png","avatar_image_url":"https://github.githubassets.com/images/email/message_cards/avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/quicwg/base-drafts"}},"updates":{"snippets":[{"icon":"PERSON","message":"@afrind pushed 1 commit in #2379"}],"action":{"name":"View Pull Request","url":"https://github.com/quicwg/base-drafts/pull/2379/files/e9629e9209540166fe063840ce56a4db67cf0bd7..c7f153f0901a54b4be908d603b7e5560dcadbc5d"}}}</script>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/pull/2379/files/e9629e9209540166fe063840ce56a4db67cf0bd7..c7f153f0901a54b4be908d603b7e5560dcadbc5d",
"url": "https://github.com/quicwg/base-drafts/pull/2379/files/e9629e9209540166fe063840ce56a4db67cf0bd7..c7f153f0901a54b4be908d603b7e5560dcadbc5d",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>

----==_mimepart_5c4fafd29202a_36fa3fe0ff0d45c46932f--


From nobody Mon Jan 28 17:48:12 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 4EBE412875B for <quic-issues@ietfa.amsl.com>; Mon, 28 Jan 2019 17:48:10 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -5.935
X-Spam-Level: 
X-Spam-Status: No, score=-5.935 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIMWL_WL_HIGH=-4.553, DKIM_SIGNED=0.1, DKIM_VALID=-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_PASS=-0.001] autolearn=ham autolearn_force=no
Authentication-Results: ietfa.amsl.com (amavisd-new); dkim=pass (1024-bit key) header.d=github.com
Received: from mail.ietf.org ([4.31.198.44]) by localhost (ietfa.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id Lyaknb2rL2t9 for <quic-issues@ietfa.amsl.com>; Mon, 28 Jan 2019 17:48:07 -0800 (PST)
Received: from o10.sgmail.github.com (o10.sgmail.github.com [167.89.101.201]) (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 87823127B4C for <quic-issues@ietf.org>; Mon, 28 Jan 2019 17:48:07 -0800 (PST)
DKIM-Signature: v=1; a=rsa-sha1; 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=XkGKV0HOqCapDXtAgKf2pYs6E2c=; b=H9dX/d5U/MVj+5DJ N+ioaZOVtFWd7Bv/Qga3YrCP0TIsmeB5ouDxQYaoxQaDr0N/0KYIiAGCCZNMGJC2 bAqhjrHLAJjTEosB+hVE9AWO9S4Pbm3EZFx16XWG3zwVp/LHVJKBZCoDO4I/VKl2 VBQb93cgbDWu+CvmUeetxOe2sv8=
Received: by filter1377p1mdw1.sendgrid.net with SMTP id filter1377p1mdw1-1845-5C4FB0D6-1C 2019-01-29 01:48:06.513397648 +0000 UTC m=+12452.535564232
Received: from github-lowworker-dcc078e.cp1-iad.github.net (unknown [192.30.252.44]) by ismtpd0046p1iad1.sendgrid.net (SG) with ESMTP id 1KYY45bMTnW0jR72ViZVqw for <quic-issues@ietf.org>; Tue, 29 Jan 2019 01:48:06.522 +0000 (UTC)
Received: from github.com (localhost [127.0.0.1]) by github-lowworker-dcc078e.cp1-iad.github.net (Postfix) with ESMTP id 7DF242C0D3E for <quic-issues@ietf.org>; Mon, 28 Jan 2019 17:48:06 -0800 (PST)
Date: Tue, 29 Jan 2019 01:48:06 +0000 (UTC)
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/2365/push/3252790720@github.com>
In-Reply-To: <quicwg/base-drafts/pull/2365@github.com>
References: <quicwg/base-drafts/pull/2365@github.com>
Subject: Re: [quicwg/base-drafts] Persistent Congestion Time Threshold (#2365)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5c4fb0d67caf8_65583fd450cd45c41777af"; 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
X-SG-EID: l64QuQ2uJCcEyUykJbxN122A6QRmEpucztpreh3Pak2rq97UTV8eUmc6FLW3xRWVvas/9mKgbiPcDx 3Tx46cTZGSeYQyfADpFLQvU1G2iOPAkpfJCpOtjbq0Ji4BUUR9T28U94jC9uVEt0yYCw/H16I/LNlz nbJjMObUsxnVtvh80AhqgHBR5ZMfzIDAQOMWFjbHVQimdSJQohJJGW9uLeR1trv6Mq0bJp+cory8Tv w=
Archived-At: <https://mailarchive.ietf.org/arch/msg/quic-issues/oXwjJjL9ejKknLsMOiwYt3uBchQ>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
List-Id: Notification list for GitHub issues related to the QUIC WG <quic-issues.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=unsubscribe>
List-Archive: <https://mailarchive.ietf.org/arch/browse/quic-issues/>
List-Post: <mailto:quic-issues@ietf.org>
List-Help: <mailto:quic-issues-request@ietf.org?subject=help>
List-Subscribe: <https://www.ietf.org/mailman/listinfo/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=subscribe>
X-List-Received-Date: Tue, 29 Jan 2019 01:48:10 -0000

----==_mimepart_5c4fb0d67caf8_65583fd450cd45c41777af
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

@nibanks pushed 1 commit.

1ecd70bebd64eba1e221385d1490b43f3a684309  Fix build error


-- 
You are receiving this because you are subscribed to this thread.
View it on GitHub:
https://github.com/quicwg/base-drafts/pull/2365/files/4ec86205ff8dce9a9ecbfef0ca97a7f7ee6d4c32..1ecd70bebd64eba1e221385d1490b43f3a684309

----==_mimepart_5c4fb0d67caf8_65583fd450cd45c41777af
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/1ecd70bebd64eba1e221385d1490b43f3a684309">1ecd70b</a>  Fix build error</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/2365/files/4ec86205ff8dce9a9ecbfef0ca97a7f7ee6d4c32..1ecd70bebd64eba1e221385d1490b43f3a684309">View it on GitHub</a> or <a href="https://github.com/notifications/unsubscribe-auth/AWbkq46KdECDCRzFRe0lp584GEszCGuQks5vH6hWgaJpZM4aPEwB">mute the thread</a>.<img src="https://github.com/notifications/beacon/AWbkq3huDFb0pg4cccCZVbHIyTEaHkdhks5vH6hWgaJpZM4aPEwB.gif" height="1" width="1" alt="" /></p>
<script type="application/json" data-scope="inboxmarkup">{"api_version":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name":"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"https://github.githubassets.com/images/email/message_cards/header.png","avatar_image_url":"https://github.githubassets.com/images/email/message_cards/avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/quicwg/base-drafts"}},"updates":{"snippets":[{"icon":"PERSON","message":"@nibanks pushed 1 commit in #2365"}],"action":{"name":"View Pull Request","url":"https://github.com/quicwg/base-drafts/pull/2365/files/4ec86205ff8dce9a9ecbfef0ca97a7f7ee6d4c32..1ecd70bebd64eba1e221385d1490b43f3a684309"}}}</script>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/pull/2365/files/4ec86205ff8dce9a9ecbfef0ca97a7f7ee6d4c32..1ecd70bebd64eba1e221385d1490b43f3a684309",
"url": "https://github.com/quicwg/base-drafts/pull/2365/files/4ec86205ff8dce9a9ecbfef0ca97a7f7ee6d4c32..1ecd70bebd64eba1e221385d1490b43f3a684309",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>

----==_mimepart_5c4fb0d67caf8_65583fd450cd45c41777af--


From nobody Mon Jan 28 17: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 179C5127B4C for <quic-issues@ietfa.amsl.com>; Mon, 28 Jan 2019 17:48:14 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -11.149
X-Spam-Level: 
X-Spam-Status: No, score=-11.149 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIMWL_WL_HIGH=-4.553, 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_PASS=-0.001] autolearn=ham autolearn_force=no
Authentication-Results: ietfa.amsl.com (amavisd-new); dkim=pass (1024-bit key) header.d=github.com
Received: from mail.ietf.org ([4.31.198.44]) by localhost (ietfa.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 9BOmbdyc4pF4 for <quic-issues@ietfa.amsl.com>; Mon, 28 Jan 2019 17:48: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 342E6130EE7 for <quic-issues@ietf.org>; Mon, 28 Jan 2019 17:48:12 -0800 (PST)
Date: Mon, 28 Jan 2019 17:48:11 -0800
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1548726491; bh=v3enCppa+W658+EqBFiQ+iMicQZS7qPdJlJM9BI0Bqs=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=fnrePiJsZgBXdRBugkK/syILvsSX6fkFI9eTQcLtHPdG+Fzd/d3FFsWGt1E6HVSrO irZGZXAgSp3hjbnWb1elLAI94Lp4Jc2c9H4PxNPMPDfouk8HId9JyEzyFlz3YyurJm oa94uf5Mj/TGAo7gfuji5YX2t5/fgk7KVJoMhpmU=
From: ianswett <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+0166e4ab7241a4cb4407ba2fe0ae53d7b42793f40acb202592cf00000001186772db92a169ce1815c9b4@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/pull/2381/review/197345469@github.com>
In-Reply-To: <quicwg/base-drafts/pull/2381@github.com>
References: <quicwg/base-drafts/pull/2381@github.com>
Subject: Re: [quicwg/base-drafts] Recovery editorial pass (#2381)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5c4fb0db1ba05_6d7b3fd79b0d45b4572e2"; 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/1uiuPrsZHS7cyyEMNYgvqJLgOfA>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
List-Id: Notification list for GitHub issues related to the QUIC WG <quic-issues.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=unsubscribe>
List-Archive: <https://mailarchive.ietf.org/arch/browse/quic-issues/>
List-Post: <mailto:quic-issues@ietf.org>
List-Help: <mailto:quic-issues-request@ietf.org?subject=help>
List-Subscribe: <https://www.ietf.org/mailman/listinfo/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=subscribe>
X-List-Received-Date: Tue, 29 Jan 2019 01:48:14 -0000

----==_mimepart_5c4fb0db1ba05_6d7b3fd79b0d45b4572e2
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

ianswett commented on this pull request.



> @@ -454,10 +456,9 @@ a subsequent connection attempt to the server.
 
 When packet protection keys are discarded (see Section 4.9 of {{QUIC-TLS}}), all
 packets that were sent with those keys can no longer be acknowledged because
-their acknowledgements cannot be processed anymore. The sender considers them no
-longer in flight. That is, the sender SHOULD discard all recovery state
-associated with those packets and MUST remove them from the count of bytes in
-flight.
+their acknowledgements cannot be processed anymore. The sender SHOULD discard
+all recovery state associated with those packets and MUST remove them from

Maybe the thought is one could not actually discard the state but instead garbage collect it at a convenient time?

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/quicwg/base-drafts/pull/2381#discussion_r251664861
----==_mimepart_5c4fb0db1ba05_6d7b3fd79b0d45b4572e2
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/2381#discussion_r251664861">draft-ietf-quic-recovery.md</a>:</p>
<pre style='color:#555'>&gt; @@ -454,10 +456,9 @@ a subsequent connection attempt to the server.
 
 When packet protection keys are discarded (see Section 4.9 of {{QUIC-TLS}}), all
 packets that were sent with those keys can no longer be acknowledged because
-their acknowledgements cannot be processed anymore. The sender considers them no
-longer in flight. That is, the sender SHOULD discard all recovery state
-associated with those packets and MUST remove them from the count of bytes in
-flight.
+their acknowledgements cannot be processed anymore. The sender SHOULD discard
+all recovery state associated with those packets and MUST remove them from
</pre>
<p>Maybe the thought is one could not actually discard the state but instead garbage collect it at a convenient time?</p>

<p style="font-size:small;-webkit-text-size-adjust:none;color:#666;">&mdash;<br />You are receiving this because you are subscribed to this thread.<br />Reply to this email directly, <a href="https://github.com/quicwg/base-drafts/pull/2381#discussion_r251664861">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AWbkq6QTgjnWTAGoRWZamjIDc61Pph6Oks5vH6hbgaJpZM4aXG9-">mute the thread</a>.<img src="https://github.com/notifications/beacon/AWbkqzWIc3vNt-Q1_hZvOMlaZjr4nDJqks5vH6hbgaJpZM4aXG9-.gif" height="1" width="1" alt="" /></p>
<script type="application/json" data-scope="inboxmarkup">{"api_version":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name":"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"https://github.githubassets.com/images/email/message_cards/header.png","avatar_image_url":"https://github.githubassets.com/images/email/message_cards/avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/quicwg/base-drafts"}},"updates":{"snippets":[{"icon":"PERSON","message":"@ianswett commented on #2381"}],"action":{"name":"View Pull Request","url":"https://github.com/quicwg/base-drafts/pull/2381#discussion_r251664861"}}}</script>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/pull/2381#discussion_r251664861",
"url": "https://github.com/quicwg/base-drafts/pull/2381#discussion_r251664861",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>
----==_mimepart_5c4fb0db1ba05_6d7b3fd79b0d45b4572e2--


From nobody Mon Jan 28 17:53: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 111D1130EB0 for <quic-issues@ietfa.amsl.com>; Mon, 28 Jan 2019 17:52:59 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -11.149
X-Spam-Level: 
X-Spam-Status: No, score=-11.149 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIMWL_WL_HIGH=-4.553, 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_PASS=-0.001] autolearn=ham autolearn_force=no
Authentication-Results: ietfa.amsl.com (amavisd-new); dkim=pass (1024-bit key) header.d=github.com
Received: from mail.ietf.org ([4.31.198.44]) by localhost (ietfa.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id GpuC-9osAkCl for <quic-issues@ietfa.amsl.com>; Mon, 28 Jan 2019 17:52:57 -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 15003130F07 for <quic-issues@ietf.org>; Mon, 28 Jan 2019 17:52:56 -0800 (PST)
Date: Mon, 28 Jan 2019 17:52:56 -0800
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1548726776; bh=E85zl0jBucCScWH4BUGwzsCTtQKKTGAWsUUdKlIRQ7E=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=GuebPUwpg+U6O2vUIYW06nvVVi3QUlV5yIUD0wB/avQPkFoiOKCRqj9fJkmkyLED4 SE6KLuCPdKhVGg4a8OcSbyTbKbTMo6QNsgupV2aOtvjjFV1yTLx3ZIoa26cvW+FwgC O3CVhhh5QXjkbX9wytJtdcunsnCS9nDOMZfQeAVE=
From: Marten Seemann <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+0166e4ab4cf9c4a77238e6be3ec3b949ea01080bf8e50bc892cf00000001186773f892a169ce1815c9b4@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/pull/2381/review/197346431@github.com>
In-Reply-To: <quicwg/base-drafts/pull/2381@github.com>
References: <quicwg/base-drafts/pull/2381@github.com>
Subject: Re: [quicwg/base-drafts] Recovery editorial pass (#2381)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5c4fb1f84320f_2f703fa0952d45b822057c"; 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/H-Upt7bZO2a14c91SaVUMXvWqe0>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
List-Id: Notification list for GitHub issues related to the QUIC WG <quic-issues.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=unsubscribe>
List-Archive: <https://mailarchive.ietf.org/arch/browse/quic-issues/>
List-Post: <mailto:quic-issues@ietf.org>
List-Help: <mailto:quic-issues-request@ietf.org?subject=help>
List-Subscribe: <https://www.ietf.org/mailman/listinfo/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=subscribe>
X-List-Received-Date: Tue, 29 Jan 2019 01:53:04 -0000

----==_mimepart_5c4fb1f84320f_2f703fa0952d45b822057c
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

marten-seemann commented on this pull request.



> @@ -454,10 +456,9 @@ a subsequent connection attempt to the server.
 
 When packet protection keys are discarded (see Section 4.9 of {{QUIC-TLS}}), all
 packets that were sent with those keys can no longer be acknowledged because
-their acknowledgements cannot be processed anymore. The sender considers them no
-longer in flight. That is, the sender SHOULD discard all recovery state
-associated with those packets and MUST remove them from the count of bytes in
-flight.
+their acknowledgements cannot be processed anymore. The sender SHOULD discard
+all recovery state associated with those packets and MUST remove them from

To me having a SHOULD implies that I could also keep the state and act on 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/2381#discussion_r251665668
----==_mimepart_5c4fb1f84320f_2f703fa0952d45b822057c
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/2381#discussion_r251665668">draft-ietf-quic-recovery.md</a>:</p>
<pre style='color:#555'>&gt; @@ -454,10 +456,9 @@ a subsequent connection attempt to the server.
 
 When packet protection keys are discarded (see Section 4.9 of {{QUIC-TLS}}), all
 packets that were sent with those keys can no longer be acknowledged because
-their acknowledgements cannot be processed anymore. The sender considers them no
-longer in flight. That is, the sender SHOULD discard all recovery state
-associated with those packets and MUST remove them from the count of bytes in
-flight.
+their acknowledgements cannot be processed anymore. The sender SHOULD discard
+all recovery state associated with those packets and MUST remove them from
</pre>
<p>To me having a SHOULD implies that I could also keep the state and act on 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/2381#discussion_r251665668">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AWbkqy9htohveVPMNWZNdtf399xFVNfJks5vH6l4gaJpZM4aXG9-">mute the thread</a>.<img src="https://github.com/notifications/beacon/AWbkqwFksWqNDUDCXtF32jVbnVT-wjROks5vH6l4gaJpZM4aXG9-.gif" height="1" width="1" alt="" /></p>
<script type="application/json" data-scope="inboxmarkup">{"api_version":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name":"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"https://github.githubassets.com/images/email/message_cards/header.png","avatar_image_url":"https://github.githubassets.com/images/email/message_cards/avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/quicwg/base-drafts"}},"updates":{"snippets":[{"icon":"PERSON","message":"@marten-seemann commented on #2381"}],"action":{"name":"View Pull Request","url":"https://github.com/quicwg/base-drafts/pull/2381#discussion_r251665668"}}}</script>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/pull/2381#discussion_r251665668",
"url": "https://github.com/quicwg/base-drafts/pull/2381#discussion_r251665668",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>
----==_mimepart_5c4fb1f84320f_2f703fa0952d45b822057c--


From nobody Mon Jan 28 17:58: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 D39F912875B for <quic-issues@ietfa.amsl.com>; Mon, 28 Jan 2019 17:58:06 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -12.552
X-Spam-Level: 
X-Spam-Status: No, score=-12.552 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIMWL_WL_HIGH=-4.553, 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_PASS=-0.001] autolearn=ham autolearn_force=no
Authentication-Results: ietfa.amsl.com (amavisd-new); dkim=pass (1024-bit key) header.d=github.com
Received: from mail.ietf.org ([4.31.198.44]) by localhost (ietfa.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id efm71PRH35x6 for <quic-issues@ietfa.amsl.com>; Mon, 28 Jan 2019 17:58:05 -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 CD84E1277BB for <quic-issues@ietf.org>; Mon, 28 Jan 2019 17:58:04 -0800 (PST)
Date: Mon, 28 Jan 2019 17:58:04 -0800
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1548727084; bh=GbFkmdWPyjgvABOyVclZYkIg4LM1DjwrghgQNbWDE5U=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=B4vJzlmKpPbSwlh/DnYzo+vlhbH3yApqSNiO3sWK2TGZ2YcGPD+/wle5tpS6wOm6l WuYgu+uItZSeb1WqyJQ3RNEQErECjjedAaw+SqvZSeJbnZ3qu6FIlTHqyRC7TNxYBb t7kpnCyV+J8x1mzrbEqiNq8Ubg13QIe9kDeyWH+Y=
From: afrind <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+0166e4ab17c7a1c1bd00d652a698f6426d28a2094030252092cf000000011867752c92a169ce17bf8a90@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/pull/2330/review/197347402@github.com>
In-Reply-To: <quicwg/base-drafts/pull/2330@github.com>
References: <quicwg/base-drafts/pull/2330@github.com>
Subject: Re: [quicwg/base-drafts] QPACK: Clarify how maximum dynamic table capacity can be set (#2330)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5c4fb32cdbb3_440b3fc5ffed45b8189192"; 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/RrIGQJebAzKMbmrAP8o4oSkcXkI>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
List-Id: Notification list for GitHub issues related to the QUIC WG <quic-issues.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=unsubscribe>
List-Archive: <https://mailarchive.ietf.org/arch/browse/quic-issues/>
List-Post: <mailto:quic-issues@ietf.org>
List-Help: <mailto:quic-issues-request@ietf.org?subject=help>
List-Subscribe: <https://www.ietf.org/mailman/listinfo/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=subscribe>
X-List-Received-Date: Tue, 29 Jan 2019 01:58:07 -0000

----==_mimepart_5c4fb32cdbb3_440b3fc5ffed45b8189192
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

afrind commented on this pull request.



> @@ -427,16 +427,20 @@ The encoder MUST not set a dynamic table capacity that exceeds this maximum, but
 it can choose to use a lower dynamic table capacity (see
 {{set-dynamic-capacity}}).
 
+For clients using 0-RTT data in HTTP/3, the maximum table capacity is the
+remembered value of the setting. If the remembered value is not present or is 0,
+the server MAY set it to a non-zero value in its SETTINGS frame. If the

I was thinking of a case where the client was attempting 0-RTT from a session which never set SETTINGS_QPACK_MAX_TABLE_CAPACITY (leveraging the default, which is 0), rather than a case where the server had sent one but can't remember.

The 'MAY' refers to when 0-RTT is resumed using 0 or None (implying 0, the default), where the 'MUST treat as error' refers to when 0-RTT is resumed with non-zero.  

But if I confused both of you, then the text needs work. 

> For clients using 0-RTT data in HTTP/3, the server's maximum table capacity is the
remembered value of the setting, or 0 if the setting was not previously sent.  When the client's 0-RTT value of the setting is 0, the server 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/2330#discussion_r251666497
----==_mimepart_5c4fb32cdbb3_440b3fc5ffed45b8189192
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

<p><b>@afrind</b> commented on this pull request.</p>

<hr>

<p>In <a href="https://github.com/quicwg/base-drafts/pull/2330#discussion_r251666497">draft-ietf-quic-qpack.md</a>:</p>
<pre style='color:#555'>&gt; @@ -427,16 +427,20 @@ The encoder MUST not set a dynamic table capacity that exceeds this maximum, but
 it can choose to use a lower dynamic table capacity (see
 {{set-dynamic-capacity}}).
 
+For clients using 0-RTT data in HTTP/3, the maximum table capacity is the
+remembered value of the setting. If the remembered value is not present or is 0,
+the server MAY set it to a non-zero value in its SETTINGS frame. If the
</pre>
<p>I was thinking of a case where the client was attempting 0-RTT from a session which never set SETTINGS_QPACK_MAX_TABLE_CAPACITY (leveraging the default, which is 0), rather than a case where the server had sent one but can't remember.</p>
<p>The 'MAY' refers to when 0-RTT is resumed using 0 or None (implying 0, the default), where the 'MUST treat as error' refers to when 0-RTT is resumed with non-zero.</p>
<p>But if I confused both of you, then the text needs work.</p>
<blockquote>
<p>For clients using 0-RTT data in HTTP/3, the server's maximum table capacity is the<br>
remembered value of the setting, or 0 if the setting was not previously sent.  When the client's 0-RTT value of the setting is 0, the server MAY...</p>
</blockquote>
<p>?</p>

<p style="font-size:small;-webkit-text-size-adjust:none;color:#666;">&mdash;<br />You are receiving this because you are subscribed to this thread.<br />Reply to this email directly, <a href="https://github.com/quicwg/base-drafts/pull/2330#discussion_r251666497">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AWbkq5seBKBVldlbMXOgEfq8SEqywH_fks5vH6qsgaJpZM4Z8FHJ">mute the thread</a>.<img src="https://github.com/notifications/beacon/AWbkq2UFHDtkaaFqZUvSodhXgomU7hpYks5vH6qsgaJpZM4Z8FHJ.gif" height="1" width="1" alt="" /></p>
<script type="application/json" data-scope="inboxmarkup">{"api_version":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name":"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"https://github.githubassets.com/images/email/message_cards/header.png","avatar_image_url":"https://github.githubassets.com/images/email/message_cards/avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/quicwg/base-drafts"}},"updates":{"snippets":[{"icon":"PERSON","message":"@afrind commented on #2330"}],"action":{"name":"View Pull Request","url":"https://github.com/quicwg/base-drafts/pull/2330#discussion_r251666497"}}}</script>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/pull/2330#discussion_r251666497",
"url": "https://github.com/quicwg/base-drafts/pull/2330#discussion_r251666497",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>
----==_mimepart_5c4fb32cdbb3_440b3fc5ffed45b8189192--


From nobody Mon Jan 28 17:59:56 2019
Return-Path: <bounce+565321.40f-quic-issues=ietf.org@github.com>
X-Original-To: quic-issues@ietfa.amsl.com
Delivered-To: quic-issues@ietfa.amsl.com
Received: from localhost (localhost [127.0.0.1]) by ietfa.amsl.com (Postfix) with ESMTP id 557C212875B for <quic-issues@ietfa.amsl.com>; Mon, 28 Jan 2019 17:59: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=-4.553, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, RCVD_IN_DNSWL_NONE=-0.0001, SPF_PASS=-0.001] autolearn=ham autolearn_force=no
Authentication-Results: ietfa.amsl.com (amavisd-new); dkim=pass (1024-bit key) header.d=github.com
Received: from mail.ietf.org ([4.31.198.44]) by localhost (ietfa.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id xM7ds4L4s8_b for <quic-issues@ietfa.amsl.com>; Mon, 28 Jan 2019 17:59:52 -0800 (PST)
Received: from m71-131.mailgun.net (m71-131.mailgun.net [166.78.71.131]) (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 988201277BB for <quic-issues@ietf.org>; Mon, 28 Jan 2019 17:59:52 -0800 (PST)
DKIM-Signature: a=rsa-sha256; v=1; c=relaxed/relaxed; d=github.com; q=dns/txt;  s=mailo; t=1548727191; h=Content-Transfer-Encoding: Content-Type: Mime-Version: Subject: Message-ID: To: Reply-To: From: Date: Sender; bh=I5S8sSzqQrOdMJOUjHZOInpdayDO/4bHgPqXHge1XoY=; b=TZ8X2468jJMjolTYBO/hyo5Rpzb0M4zirvBf/n4b2uHlltSUe7gr5Jr7/W1mt1hgSzyYev8C eDJXdfJcxwEHzj60Erc+O/UPN3kX5qCA4e2N61anz7uUUpUaaLPKxI2E0UCEyJXirxx7VSi3 nevq11Y5FT7nW/tqZslvPXHB1ck=
X-Mailgun-Sending-Ip: 166.78.71.131
X-Mailgun-Sid: WyJhNzYyYiIsICJxdWljLWlzc3Vlc0BpZXRmLm9yZyIsICI0MGYiXQ==
Sender: ianswett=users.noreply.github.com@github.com
Received: from github.com (Unknown [192.30.253.29]) by mxa.mailgun.org with ESMTP id 5c4fb396.7f01119cded0-smtp-out-n02; Tue, 29 Jan 2019 01:59:50 -0000 (UTC)
Date: Mon, 28 Jan 2019 17:59:50 -0800
From: ianswett <ianswett@users.noreply.github.com>
Reply-To: ianswett <ianswett@users.noreply.github.com>
To: quic-issues@ietf.org
Message-ID: <5c4fb396c160e_43502ace81e5c57041856@hookshot-fe-b0febf1.cp1-iad.github.net.mail>
Subject: [quicwg/base-drafts] 822dda: Update draft-ietf-quic-recovery.md
Mime-Version: 1.0
Content-Type: multipart/mixed; boundary="--==_mimepart_5c4fb396c1262_43502ace81e5c5704175a"; charset=UTF-8
Content-Transfer-Encoding: 7bit
Archived-At: <https://mailarchive.ietf.org/arch/msg/quic-issues/j-7OSqPpz39OtilIX_eTE9VKrBo>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
Precedence: list
List-Id: Notification list for GitHub issues related to the QUIC WG <quic-issues.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=unsubscribe>
List-Archive: <https://mailarchive.ietf.org/arch/browse/quic-issues/>
List-Post: <mailto:quic-issues@ietf.org>
List-Help: <mailto:quic-issues-request@ietf.org?subject=help>
List-Subscribe: <https://www.ietf.org/mailman/listinfo/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=subscribe>
X-List-Received-Date: Tue, 29 Jan 2019 01:59:54 -0000

----==_mimepart_5c4fb396c1262_43502ace81e5c5704175a
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

  Branch: refs/heads/ianswett-editorial
  Home:   https://github.com/quicwg/base-drafts
  Commit: 822ddae20e0dcf3a7648dfc9311290e26eb1e41a
      https://github.com/quicwg/base-drafts/commit/822ddae20e0dcf3a7648dfc9311290e26eb1e41a
  Author: ianswett <ianswett@users.noreply.github.com>
  Date:   2019-01-28 (Mon, 28 Jan 2019)

  Changed paths:
    M draft-ietf-quic-recovery.md

  Log Message:
  -----------
  Update draft-ietf-quic-recovery.md



      **NOTE:** GitHub Services has been marked for deprecation: https://developer.github.com/changes/2018-04-25-github-services-deprecation/

      We will provide an alternative path for the email notifications by January 31st, 2019.

----==_mimepart_5c4fb396c1262_43502ace81e5c5704175a--


From nobody Mon Jan 28 18:00:02 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 0C8DE130EDE for <quic-issues@ietfa.amsl.com>; Mon, 28 Jan 2019 17:59:57 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -5.935
X-Spam-Level: 
X-Spam-Status: No, score=-5.935 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIMWL_WL_HIGH=-4.553, DKIM_SIGNED=0.1, DKIM_VALID=-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_PASS=-0.001] autolearn=ham autolearn_force=no
Authentication-Results: ietfa.amsl.com (amavisd-new); dkim=pass (1024-bit key) header.d=github.com
Received: from mail.ietf.org ([4.31.198.44]) by localhost (ietfa.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id vV6hvj9bfAjN for <quic-issues@ietfa.amsl.com>; Mon, 28 Jan 2019 17:59:55 -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 23FE51277BB for <quic-issues@ietf.org>; Mon, 28 Jan 2019 17:59:55 -0800 (PST)
DKIM-Signature: v=1; a=rsa-sha1; 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=kNKZoTPNVTIA7QoLlOPPxgT9onk=; b=Vsm6AjQgHGR475gx q1AFTXbuXKte+0ccQeKQjiwX2QIWHtKRX8K1UC8Yr2MoKW87/gpQPxVVwldDbTKF eLuR10KPRqGGJnyRFCBttN3Ei8S4y3ncFVoWROk/5udWiZJPDWVZhvJwngNTfudW qqULhyS3G8XRhJHhGewTWdW90Ts=
Received: by filter1769p1mdw1.sendgrid.net with SMTP id filter1769p1mdw1-28826-5C4FB39A-9 2019-01-29 01:59:54.169497598 +0000 UTC m=+12562.321108365
Received: from github-lowworker-5909e27.cp1-iad.github.net (unknown [192.30.252.35]) by ismtpd0011p1iad2.sendgrid.net (SG) with ESMTP id 4Zn7ZzdqSzuHaWcgHFBQ0A for <quic-issues@ietf.org>; Tue, 29 Jan 2019 01:59:53.965 +0000 (UTC)
Received: from github.com (localhost [127.0.0.1]) by github-lowworker-5909e27.cp1-iad.github.net (Postfix) with ESMTP id 048DE3E0A9B for <quic-issues@ietf.org>; Mon, 28 Jan 2019 17:59:54 -0800 (PST)
Date: Tue, 29 Jan 2019 01:59:54 +0000 (UTC)
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/2381/push/3252813376@github.com>
In-Reply-To: <quicwg/base-drafts/pull/2381@github.com>
References: <quicwg/base-drafts/pull/2381@github.com>
Subject: Re: [quicwg/base-drafts] Recovery editorial pass (#2381)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5c4fb39a2b9a_4c533fbe4dad45bc25764f"; 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
X-SG-EID: l64QuQ2uJCcEyUykJbxN122A6QRmEpucztpreh3Pak2S7jzlHZSwbs9tUH05Gfv47MDdu+BA0FV+lu AOZHmFBfhUEfK02jbxhxOO27b5EkQr1bKc2IzEch2SwIxVqxYE3d8NkH+Yti4ZMUoYBeINiYQWci0Z 65v0wRhh9plomL+bKQgUDYQlVpDzvqwA/KNpaQLsbWO1Tdwq5f9L6GCzRQ==
Archived-At: <https://mailarchive.ietf.org/arch/msg/quic-issues/dOO6eY5uIMmiKBlbwKbe5UDyzxA>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
List-Id: Notification list for GitHub issues related to the QUIC WG <quic-issues.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=unsubscribe>
List-Archive: <https://mailarchive.ietf.org/arch/browse/quic-issues/>
List-Post: <mailto:quic-issues@ietf.org>
List-Help: <mailto:quic-issues-request@ietf.org?subject=help>
List-Subscribe: <https://www.ietf.org/mailman/listinfo/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=subscribe>
X-List-Received-Date: Tue, 29 Jan 2019 01:59:58 -0000

----==_mimepart_5c4fb39a2b9a_4c533fbe4dad45bc25764f
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

@ianswett pushed 1 commit.

822ddae20e0dcf3a7648dfc9311290e26eb1e41a  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/2381/files/86e889e028cb7064547d9712f65340ffef8904ea..822ddae20e0dcf3a7648dfc9311290e26eb1e41a

----==_mimepart_5c4fb39a2b9a_4c533fbe4dad45bc25764f
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/822ddae20e0dcf3a7648dfc9311290e26eb1e41a">822ddae</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/2381/files/86e889e028cb7064547d9712f65340ffef8904ea..822ddae20e0dcf3a7648dfc9311290e26eb1e41a">View it on GitHub</a> or <a href="https://github.com/notifications/unsubscribe-auth/AWbkq_DPw2xafmnMpsddMckrD94ib073ks5vH6sagaJpZM4aXG9-">mute the thread</a>.<img src="https://github.com/notifications/beacon/AWbkq7gLR82dFfLyWlYt2qN1lTzr34YBks5vH6sagaJpZM4aXG9-.gif" height="1" width="1" alt="" /></p>
<script type="application/json" data-scope="inboxmarkup">{"api_version":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name":"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"https://github.githubassets.com/images/email/message_cards/header.png","avatar_image_url":"https://github.githubassets.com/images/email/message_cards/avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/quicwg/base-drafts"}},"updates":{"snippets":[{"icon":"PERSON","message":"@ianswett pushed 1 commit in #2381"}],"action":{"name":"View Pull Request","url":"https://github.com/quicwg/base-drafts/pull/2381/files/86e889e028cb7064547d9712f65340ffef8904ea..822ddae20e0dcf3a7648dfc9311290e26eb1e41a"}}}</script>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/pull/2381/files/86e889e028cb7064547d9712f65340ffef8904ea..822ddae20e0dcf3a7648dfc9311290e26eb1e41a",
"url": "https://github.com/quicwg/base-drafts/pull/2381/files/86e889e028cb7064547d9712f65340ffef8904ea..822ddae20e0dcf3a7648dfc9311290e26eb1e41a",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>

----==_mimepart_5c4fb39a2b9a_4c533fbe4dad45bc25764f--


From nobody Mon Jan 28 18: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 701D01277BB for <quic-issues@ietfa.amsl.com>; Mon, 28 Jan 2019 18:00:06 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -11.007
X-Spam-Level: 
X-Spam-Status: No, score=-11.007 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIMWL_WL_HIGH=-4.553, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, HTML_IMAGE_ONLY_20=1.546, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-1, RCVD_IN_DNSWL_HI=-5, SPF_PASS=-0.001] autolearn=ham autolearn_force=no
Authentication-Results: ietfa.amsl.com (amavisd-new); dkim=pass (1024-bit key) header.d=github.com
Received: from mail.ietf.org ([4.31.198.44]) by localhost (ietfa.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 4U6XqwGajThK for <quic-issues@ietfa.amsl.com>; Mon, 28 Jan 2019 18:00:05 -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 0413C129B88 for <quic-issues@ietf.org>; Mon, 28 Jan 2019 18:00:05 -0800 (PST)
Date: Mon, 28 Jan 2019 18:00:04 -0800
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1548727204; bh=HMGnMbvuesYTpe0jx9a3+jfM3VuuhhC/sJHaQwfHdnI=; h=Date:From:Reply-To:To:Cc:Subject:List-ID:List-Archive:List-Post: List-Unsubscribe:From; b=oOD02gmn/uwegDgcIFwKk3Yr3j0D8OrOHHyo+hsW5GCKbxIae6Pi99Ty3wvWwsF/p ggK5kZ0RGMiel/8//1JajwYvojmlw6eS8hofDMlMK/TzQEWvEikUzIcLqBk4EC8R9y pFnkRAx2RgRxonh6oskJWVir/HCiamw5ifpAK+nw=
From: Christian Huitema <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+0166e4ab02f9e92610a35aa080bde7a4b6c7095c5aebf8c192cf00000001186775a492a169ce1815e5d1@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/issues/2382@github.com>
Subject: [quicwg/base-drafts] What if a client sends a NEW TOKEN frame? (#2382)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5c4fb3a4212bc_5fa3f8fb46d45c41954ad"; 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/4eZbexjaDBxvsRTwcrJYTTIcx3M>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
List-Id: Notification list for GitHub issues related to the QUIC WG <quic-issues.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=unsubscribe>
List-Archive: <https://mailarchive.ietf.org/arch/browse/quic-issues/>
List-Post: <mailto:quic-issues@ietf.org>
List-Help: <mailto:quic-issues-request@ietf.org?subject=help>
List-Subscribe: <https://www.ietf.org/mailman/listinfo/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=subscribe>
X-List-Received-Date: Tue, 29 Jan 2019 02:00:07 -0000

----==_mimepart_5c4fb3a4212bc_5fa3f8fb46d45c41954ad
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

Should the server just ignore it, or is is a protocol violation?

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/quicwg/base-drafts/issues/2382
----==_mimepart_5c4fb3a4212bc_5fa3f8fb46d45c41954ad
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

<p>Should the server just ignore it, or is is a protocol violation?</p>

<p style="font-size:small;-webkit-text-size-adjust:none;color:#666;">&mdash;<br />You are receiving this because you are subscribed to this thread.<br />Reply to this email directly, <a href="https://github.com/quicwg/base-drafts/issues/2382">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AWbkq7ojeIiK9RJ41SKS4Bt08KwLbK4-ks5vH6skgaJpZM4aXJCC">mute the thread</a>.<img src="https://github.com/notifications/beacon/AWbkqx9i3LvMDmXuSruUt_tsgKJlWkA0ks5vH6skgaJpZM4aXJCC.gif" height="1" width="1" alt="" /></p>
<script type="application/json" data-scope="inboxmarkup">{"api_version":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name":"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"https://github.githubassets.com/images/email/message_cards/header.png","avatar_image_url":"https://github.githubassets.com/images/email/message_cards/avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/quicwg/base-drafts"}},"updates":{"snippets":[{"icon":"DESCRIPTION","message":"What if a client sends a NEW TOKEN frame? (#2382)"}],"action":{"name":"View Issue","url":"https://github.com/quicwg/base-drafts/issues/2382"}}}</script>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/issues/2382",
"url": "https://github.com/quicwg/base-drafts/issues/2382",
"name": "View Issue"
},
"description": "View this Issue on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>
----==_mimepart_5c4fb3a4212bc_5fa3f8fb46d45c41954ad--


From nobody Mon Jan 28 18:00: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 DEAC812875B for <quic-issues@ietfa.amsl.com>; Mon, 28 Jan 2019 18:00:06 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -11.149
X-Spam-Level: 
X-Spam-Status: No, score=-11.149 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIMWL_WL_HIGH=-4.553, 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_PASS=-0.001] autolearn=ham autolearn_force=no
Authentication-Results: ietfa.amsl.com (amavisd-new); dkim=pass (1024-bit key) header.d=github.com
Received: from mail.ietf.org ([4.31.198.44]) by localhost (ietfa.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 2GZfYJPeMAnA for <quic-issues@ietfa.amsl.com>; Mon, 28 Jan 2019 18:00:04 -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 5B5C6130EF5 for <quic-issues@ietf.org>; Mon, 28 Jan 2019 18:00:04 -0800 (PST)
Date: Mon, 28 Jan 2019 18:00:03 -0800
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1548727203; bh=/QZFNbMCP7uigElSCmip1pcsBukwyxPmomO9zHh5kVs=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=bb/6zKVXFf1p6nl5Y19ebwn2wZUSrVEKxC7QduMOxYQLRSeLKeLD7A8fGWz9FXbDv 38Vs5bHVo+V4aiiZwHxEgHxKsXVCrj+XeXz0rOIQqz2gZj5txby2gv6/LeG6CKsMJC vOeSwar++Dy/sPyfyKQmjR1oNKJOEV8g6DA3yRYQ=
From: ianswett <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+0166e4ab74f294df916a4bed4a92808614f9d7852308850192cf00000001186775a392a169ce1815c9b4@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/pull/2381/review/197347825@github.com>
In-Reply-To: <quicwg/base-drafts/pull/2381@github.com>
References: <quicwg/base-drafts/pull/2381@github.com>
Subject: Re: [quicwg/base-drafts] Recovery editorial pass (#2381)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5c4fb3a3761c9_5ed33fd6308d45b41448f6"; 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/2b5CNYhq2RliURtQTuRLeuAIw4E>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
List-Id: Notification list for GitHub issues related to the QUIC WG <quic-issues.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=unsubscribe>
List-Archive: <https://mailarchive.ietf.org/arch/browse/quic-issues/>
List-Post: <mailto:quic-issues@ietf.org>
List-Help: <mailto:quic-issues-request@ietf.org?subject=help>
List-Subscribe: <https://www.ietf.org/mailman/listinfo/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=subscribe>
X-List-Received-Date: Tue, 29 Jan 2019 02:00:07 -0000

----==_mimepart_5c4fb3a3761c9_5ed33fd6308d45b41448f6
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

ianswett commented on this pull request.



> @@ -454,10 +456,9 @@ a subsequent connection attempt to the server.
 
 When packet protection keys are discarded (see Section 4.9 of {{QUIC-TLS}}), all
 packets that were sent with those keys can no longer be acknowledged because
-their acknowledgements cannot be processed anymore. The sender considers them no
-longer in flight. That is, the sender SHOULD discard all recovery state
-associated with those packets and MUST remove them from the count of bytes in
-flight.
+their acknowledgements cannot be processed anymore. The sender SHOULD discard
+all recovery state associated with those packets and MUST remove them from

Fixed

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/quicwg/base-drafts/pull/2381#discussion_r251666891
----==_mimepart_5c4fb3a3761c9_5ed33fd6308d45b41448f6
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/2381#discussion_r251666891">draft-ietf-quic-recovery.md</a>:</p>
<pre style='color:#555'>&gt; @@ -454,10 +456,9 @@ a subsequent connection attempt to the server.
 
 When packet protection keys are discarded (see Section 4.9 of {{QUIC-TLS}}), all
 packets that were sent with those keys can no longer be acknowledged because
-their acknowledgements cannot be processed anymore. The sender considers them no
-longer in flight. That is, the sender SHOULD discard all recovery state
-associated with those packets and MUST remove them from the count of bytes in
-flight.
+their acknowledgements cannot be processed anymore. The sender SHOULD discard
+all recovery state associated with those packets and MUST remove them from
</pre>
<p>Fixed</p>

<p style="font-size:small;-webkit-text-size-adjust:none;color:#666;">&mdash;<br />You are receiving this because you are subscribed to this thread.<br />Reply to this email directly, <a href="https://github.com/quicwg/base-drafts/pull/2381#discussion_r251666891">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AWbkq0j2dIO-QrtfQ2p4nbewkNr1dielks5vH6sjgaJpZM4aXG9-">mute the thread</a>.<img src="https://github.com/notifications/beacon/AWbkqylt2vSPjRzFH_nZhcuGliGsK8MZks5vH6sjgaJpZM4aXG9-.gif" height="1" width="1" alt="" /></p>
<script type="application/json" data-scope="inboxmarkup">{"api_version":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name":"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"https://github.githubassets.com/images/email/message_cards/header.png","avatar_image_url":"https://github.githubassets.com/images/email/message_cards/avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/quicwg/base-drafts"}},"updates":{"snippets":[{"icon":"PERSON","message":"@ianswett commented on #2381"}],"action":{"name":"View Pull Request","url":"https://github.com/quicwg/base-drafts/pull/2381#discussion_r251666891"}}}</script>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/pull/2381#discussion_r251666891",
"url": "https://github.com/quicwg/base-drafts/pull/2381#discussion_r251666891",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>
----==_mimepart_5c4fb3a3761c9_5ed33fd6308d45b41448f6--


From nobody Mon Jan 28 18:01: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 AF161130E86 for <quic-issues@ietfa.amsl.com>; Mon, 28 Jan 2019 18:01:28 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -11.007
X-Spam-Level: 
X-Spam-Status: No, score=-11.007 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIMWL_WL_HIGH=-4.553, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, HTML_IMAGE_ONLY_20=1.546, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-1, RCVD_IN_DNSWL_HI=-5, SPF_PASS=-0.001] autolearn=ham autolearn_force=no
Authentication-Results: ietfa.amsl.com (amavisd-new); dkim=pass (1024-bit key) header.d=github.com
Received: from mail.ietf.org ([4.31.198.44]) by localhost (ietfa.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id H8zJcTOZPylN for <quic-issues@ietfa.amsl.com>; Mon, 28 Jan 2019 18:01:27 -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 BA2C4130D7A for <quic-issues@ietf.org>; Mon, 28 Jan 2019 18:01:26 -0800 (PST)
Date: Mon, 28 Jan 2019 18:01:25 -0800
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1548727285; bh=57MH6rmkDbmpvWhq80CeB5AOK94l59SNkQ77g3gBeAw=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=mcKUElx4ZeKi6ukgs+LZOBrkD/PDJWgqo0q2BNDun9JqcUUhHlABWE1SFSrZrLvtV ChQmQEM5rxWH2McaKF+v2/q6y/jTIbG2HlWw6yu0jzA/+SVCZwIZISiOrjms+TUAEF JfXToXhYNro4xIwk1ngYKBkCtim/VZiqNpc0vsrI=
From: ianswett <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+0166e4abcd40a02127b1df0b6e9409ba5ff92e31913abf6092cf00000001186775f592a169ce1815e5d1@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/issues/2382/458377738@github.com>
In-Reply-To: <quicwg/base-drafts/issues/2382@github.com>
References: <quicwg/base-drafts/issues/2382@github.com>
Subject: Re: [quicwg/base-drafts] What if a client sends a NEW TOKEN frame? (#2382)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5c4fb3f5e1a65_4b5f3f90a64d45c4106685"; 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/lc-M9vN1HkFaQ2XG18pW0gsScBY>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
List-Id: Notification list for GitHub issues related to the QUIC WG <quic-issues.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=unsubscribe>
List-Archive: <https://mailarchive.ietf.org/arch/browse/quic-issues/>
List-Post: <mailto:quic-issues@ietf.org>
List-Help: <mailto:quic-issues-request@ietf.org?subject=help>
List-Subscribe: <https://www.ietf.org/mailman/listinfo/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=subscribe>
X-List-Received-Date: Tue, 29 Jan 2019 02:01:29 -0000

----==_mimepart_5c4fb3f5e1a65_4b5f3f90a64d45c4106685
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

I vote for protocol violation.

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/quicwg/base-drafts/issues/2382#issuecomment-458377738
----==_mimepart_5c4fb3f5e1a65_4b5f3f90a64d45c4106685
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

<p>I vote for protocol violation.</p>

<p style="font-size:small;-webkit-text-size-adjust:none;color:#666;">&mdash;<br />You are receiving this because you are subscribed to this thread.<br />Reply to this email directly, <a href="https://github.com/quicwg/base-drafts/issues/2382#issuecomment-458377738">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AWbkq3BMEyMfvjYCGLb6a9D3xmC_IR3Uks5vH6t1gaJpZM4aXJCC">mute the thread</a>.<img src="https://github.com/notifications/beacon/AWbkq0av7V3oxuZ7QJMx_CcQFCjQnHR1ks5vH6t1gaJpZM4aXJCC.gif" height="1" width="1" alt="" /></p>
<script type="application/json" data-scope="inboxmarkup">{"api_version":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name":"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"https://github.githubassets.com/images/email/message_cards/header.png","avatar_image_url":"https://github.githubassets.com/images/email/message_cards/avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/quicwg/base-drafts"}},"updates":{"snippets":[{"icon":"PERSON","message":"@ianswett in #2382: I vote for protocol violation."}],"action":{"name":"View Issue","url":"https://github.com/quicwg/base-drafts/issues/2382#issuecomment-458377738"}}}</script>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/issues/2382#issuecomment-458377738",
"url": "https://github.com/quicwg/base-drafts/issues/2382#issuecomment-458377738",
"name": "View Issue"
},
"description": "View this Issue on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>
----==_mimepart_5c4fb3f5e1a65_4b5f3f90a64d45c4106685--


From nobody Mon Jan 28 18:03:42 2019
Return-Path: <bounce+565321.40f-quic-issues=ietf.org@github.com>
X-Original-To: quic-issues@ietfa.amsl.com
Delivered-To: quic-issues@ietfa.amsl.com
Received: from localhost (localhost [127.0.0.1]) by ietfa.amsl.com (Postfix) with ESMTP id 92CAA129B88 for <quic-issues@ietfa.amsl.com>; Mon, 28 Jan 2019 18:03:41 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -0.997
X-Spam-Level: 
X-Spam-Status: No, score=-0.997 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIM_ADSP_CUSTOM_MED=0.001, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, FREEMAIL_FORGED_FROMDOMAIN=0.001, FREEMAIL_FROM=0.001, HEADER_FROM_DIFFERENT_DOMAINS=0.001, NML_ADSP_CUSTOM_MED=0.9, RCVD_IN_DNSWL_NONE=-0.0001, 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 UX00KGNN4RSl for <quic-issues@ietfa.amsl.com>; Mon, 28 Jan 2019 18:03:40 -0800 (PST)
Received: from m69-170.mailgun.net (m69-170.mailgun.net [166.78.69.170]) (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 0DD8C12875B for <quic-issues@ietf.org>; Mon, 28 Jan 2019 18:03:39 -0800 (PST)
DKIM-Signature: a=rsa-sha256; v=1; c=relaxed/relaxed; d=github.com; q=dns/txt;  s=mailo; t=1548727419; h=Content-Transfer-Encoding: Content-Type: Mime-Version: Subject: Message-ID: To: Reply-To: From: Date: Sender; bh=Y/yqFti7SHR1KQvqWPuLXt6fMLesLM4Qq9y1kFd6J+I=; b=PJkraextDCHYOeTWeW/UAZZQymMBGQW9gPDuqduD2bKj2PbACQUBcQU2F/77vM/c2o1ha/Do 2jZpbVVsn34uft7zjAq4bH93hEWDq8WwZhBrqq1/ONNIMyip17+511GziNevHJIOkF4GByAn SU5GceHupd3WU14pEOLl4HERJ60=
X-Mailgun-Sending-Ip: 166.78.69.170
X-Mailgun-Sid: WyJhNzYyYiIsICJxdWljLWlzc3Vlc0BpZXRmLm9yZyIsICI0MGYiXQ==
Sender: jri.ietf=gmail.com@github.com
Received: from github.com (Unknown [192.30.252.34]) by mxa.mailgun.org with ESMTP id 5c4fb47a.7f19ac1242a0-smtp-out-n03; Tue, 29 Jan 2019 02:03:38 -0000 (UTC)
Date: Mon, 28 Jan 2019 18:03:38 -0800
From: Jana Iyengar <jri.ietf@gmail.com>
Reply-To: Jana Iyengar <jri.ietf@gmail.com>
To: quic-issues@ietf.org
Message-ID: <5c4fb47a99d27_12562ac5e4ef858837283@hookshot-fe-88eb02d.cp1-iad.github.net.mail>
Subject: [quicwg/base-drafts] bb96c7: Update draft-ietf-quic-recovery.md
Mime-Version: 1.0
Content-Type: multipart/mixed; boundary="--==_mimepart_5c4fb47a99972_12562ac5e4ef8588371b9"; charset=UTF-8
Content-Transfer-Encoding: 7bit
Archived-At: <https://mailarchive.ietf.org/arch/msg/quic-issues/wOsp0Ps2pGiYYpfjnTZILz4PPhI>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
Precedence: list
List-Id: Notification list for GitHub issues related to the QUIC WG <quic-issues.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=unsubscribe>
List-Archive: <https://mailarchive.ietf.org/arch/browse/quic-issues/>
List-Post: <mailto:quic-issues@ietf.org>
List-Help: <mailto:quic-issues-request@ietf.org?subject=help>
List-Subscribe: <https://www.ietf.org/mailman/listinfo/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=subscribe>
X-List-Received-Date: Tue, 29 Jan 2019 02:03:41 -0000

----==_mimepart_5c4fb47a99972_12562ac5e4ef8588371b9
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

  Branch: refs/heads/ianswett-app-limited
  Home:   https://github.com/quicwg/base-drafts
  Commit: bb96c700706574df8f4eef144f5b4505581d51c1
      https://github.com/quicwg/base-drafts/commit/bb96c700706574df8f4eef144f5b4505581d51c1
  Author: Jana Iyengar <jri.ietf@gmail.com>
  Date:   2019-01-28 (Mon, 28 Jan 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>



      **NOTE:** GitHub Services has been marked for deprecation: https://developer.github.com/changes/2018-04-25-github-services-deprecation/

      We will provide an alternative path for the email notifications by January 31st, 2019.

----==_mimepart_5c4fb47a99972_12562ac5e4ef8588371b9--


From nobody Mon Jan 28 18:03: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 40566130E86 for <quic-issues@ietfa.amsl.com>; Mon, 28 Jan 2019 18:03:44 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -10.935
X-Spam-Level: 
X-Spam-Status: No, score=-10.935 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIMWL_WL_HIGH=-4.553, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, HTML_IMAGE_ONLY_24=1.618, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-1, RCVD_IN_DNSWL_HI=-5, SPF_PASS=-0.001] autolearn=ham autolearn_force=no
Authentication-Results: ietfa.amsl.com (amavisd-new); dkim=pass (1024-bit key) header.d=github.com
Received: from mail.ietf.org ([4.31.198.44]) by localhost (ietfa.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id HHbHGFdggoOc for <quic-issues@ietfa.amsl.com>; Mon, 28 Jan 2019 18:03:43 -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 E33A4129B88 for <quic-issues@ietf.org>; Mon, 28 Jan 2019 18:03:42 -0800 (PST)
Date: Mon, 28 Jan 2019 18:03:42 -0800
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1548727422; bh=OOp4DKEaz8zqDI2bQ7FZJCwpcSXHjBD6MkrdajeFWmc=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=L56RfhJPLPNtoJ/67bqymIYjHi0EERO73kZBxP30VlhnYeWaNDT+/ixgaFj93LWHr r6WR/h3SQ2YU92AN7TBvQrp9tW/mAyh3rGLCGqUk0nKOJ9LGAggA9RNRiej7VHmVqy clEAJtSaOjjEuWtt1rnpehdtTOrrWb4wb9fojGiU=
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/1637/push/3252821048@github.com>
In-Reply-To: <quicwg/base-drafts/pull/1637@github.com>
References: <quicwg/base-drafts/pull/1637@github.com>
Subject: Re: [quicwg/base-drafts] Discuss Application-Limited Sending (#1637)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5c4fb47e3c6fb_31443fbe4dad45bc75223"; 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/4niZMlp-uMqJFShh6pU343WsHw4>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
List-Id: Notification list for GitHub issues related to the QUIC WG <quic-issues.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=unsubscribe>
List-Archive: <https://mailarchive.ietf.org/arch/browse/quic-issues/>
List-Post: <mailto:quic-issues@ietf.org>
List-Help: <mailto:quic-issues-request@ietf.org?subject=help>
List-Subscribe: <https://www.ietf.org/mailman/listinfo/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=subscribe>
X-List-Received-Date: Tue, 29 Jan 2019 02:03:44 -0000

----==_mimepart_5c4fb47e3c6fb_31443fbe4dad45bc75223
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

@ianswett pushed 1 commit.

bb96c700706574df8f4eef144f5b4505581d51c1  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/1637/files/f9aaa9108f058ee0f17e7d6aa2b1916f3b558bd0..bb96c700706574df8f4eef144f5b4505581d51c1

----==_mimepart_5c4fb47e3c6fb_31443fbe4dad45bc75223
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/bb96c700706574df8f4eef144f5b4505581d51c1">bb96c70</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/1637/files/f9aaa9108f058ee0f17e7d6aa2b1916f3b558bd0..bb96c700706574df8f4eef144f5b4505581d51c1">View it on GitHub</a> or <a href="https://github.com/notifications/unsubscribe-auth/AWbkq2Ie3AA2feolkRqyILZ1KLNz1Zzfks5vH6v-gaJpZM4VytaJ">mute the thread</a>.<img src="https://github.com/notifications/beacon/AWbkq9eUaIvJjlV7Em7IHYakypSnP9lEks5vH6v-gaJpZM4VytaJ.gif" height="1" width="1" alt="" /></p>
<script type="application/json" data-scope="inboxmarkup">{"api_version":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name":"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"https://github.githubassets.com/images/email/message_cards/header.png","avatar_image_url":"https://github.githubassets.com/images/email/message_cards/avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/quicwg/base-drafts"}},"updates":{"snippets":[{"icon":"PERSON","message":"@ianswett pushed 1 commit in #1637"}],"action":{"name":"View Pull Request","url":"https://github.com/quicwg/base-drafts/pull/1637/files/f9aaa9108f058ee0f17e7d6aa2b1916f3b558bd0..bb96c700706574df8f4eef144f5b4505581d51c1"}}}</script>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/pull/1637/files/f9aaa9108f058ee0f17e7d6aa2b1916f3b558bd0..bb96c700706574df8f4eef144f5b4505581d51c1",
"url": "https://github.com/quicwg/base-drafts/pull/1637/files/f9aaa9108f058ee0f17e7d6aa2b1916f3b558bd0..bb96c700706574df8f4eef144f5b4505581d51c1",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>

----==_mimepart_5c4fb47e3c6fb_31443fbe4dad45bc75223--


From nobody Mon Jan 28 18:03:56 2019
Return-Path: <bounce+565321.40f-quic-issues=ietf.org@github.com>
X-Original-To: quic-issues@ietfa.amsl.com
Delivered-To: quic-issues@ietfa.amsl.com
Received: from localhost (localhost [127.0.0.1]) by ietfa.amsl.com (Postfix) with ESMTP id 386C012875B for <quic-issues@ietfa.amsl.com>; Mon, 28 Jan 2019 18:03:55 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -0.997
X-Spam-Level: 
X-Spam-Status: No, score=-0.997 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIM_ADSP_CUSTOM_MED=0.001, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, FREEMAIL_FORGED_FROMDOMAIN=0.001, FREEMAIL_FROM=0.001, HEADER_FROM_DIFFERENT_DOMAINS=0.001, NML_ADSP_CUSTOM_MED=0.9, RCVD_IN_DNSWL_NONE=-0.0001, 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 rkv2E8jf5Wev for <quic-issues@ietfa.amsl.com>; Mon, 28 Jan 2019 18:03:54 -0800 (PST)
Received: from m71-131.mailgun.net (m71-131.mailgun.net [166.78.71.131]) (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 DB3F8130E86 for <quic-issues@ietf.org>; Mon, 28 Jan 2019 18:03:53 -0800 (PST)
DKIM-Signature: a=rsa-sha256; v=1; c=relaxed/relaxed; d=github.com; q=dns/txt;  s=mailo; t=1548727433; h=Content-Transfer-Encoding: Content-Type: Mime-Version: Subject: Message-ID: To: Reply-To: From: Date: Sender; bh=q3sPRNv3lPQkQh/HhiWwhO9PxkbZfTZBIdSNmfxX4jY=; b=xT9H4jXYM5ygYQT35XhVs5Z9DWyI6BaGpdqLIYk0ZhhQOxdZB+1e9djkd0EFuAtqFRpPIvlN YCn75HZEkkojt0Lhb/mudZ4OcYZk6TDXoyFtnPaIqEY9QqoVDSYBjy26yjCTgS8PEMyp25Rc sBG/vDUPS2iGMuGDoSdggjp9yQk=
X-Mailgun-Sending-Ip: 166.78.71.131
X-Mailgun-Sid: WyJhNzYyYiIsICJxdWljLWlzc3Vlc0BpZXRmLm9yZyIsICI0MGYiXQ==
Sender: jri.ietf=gmail.com@github.com
Received: from github.com (Unknown [192.30.252.44]) by mxa.mailgun.org with ESMTP id 5c4fb488.7fd576dd70c0-smtp-out-n03; Tue, 29 Jan 2019 02:03:52 -0000 (UTC)
Date: Mon, 28 Jan 2019 18:03:51 -0800
From: Jana Iyengar <jri.ietf@gmail.com>
Reply-To: Jana Iyengar <jri.ietf@gmail.com>
To: quic-issues@ietf.org
Message-ID: <5c4fb487f2e5b_645e2adaf01c6574112069@hookshot-fe-6e9b612.cp1-iad.github.net.mail>
Subject: [quicwg/base-drafts] c21ced: Update draft-ietf-quic-recovery.md
Mime-Version: 1.0
Content-Type: multipart/mixed; boundary="--==_mimepart_5c4fb487f2a55_645e2adaf01c657411191e"; charset=UTF-8
Content-Transfer-Encoding: 7bit
Archived-At: <https://mailarchive.ietf.org/arch/msg/quic-issues/7Gkn5MufVLc2UeHgFL9U5N8u4FI>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
Precedence: list
List-Id: Notification list for GitHub issues related to the QUIC WG <quic-issues.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=unsubscribe>
List-Archive: <https://mailarchive.ietf.org/arch/browse/quic-issues/>
List-Post: <mailto:quic-issues@ietf.org>
List-Help: <mailto:quic-issues-request@ietf.org?subject=help>
List-Subscribe: <https://www.ietf.org/mailman/listinfo/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=subscribe>
X-List-Received-Date: Tue, 29 Jan 2019 02:03:55 -0000

----==_mimepart_5c4fb487f2a55_645e2adaf01c657411191e
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

  Branch: refs/heads/ianswett-app-limited
  Home:   https://github.com/quicwg/base-drafts
  Commit: c21ced5457920324dff55376db86455a83244f7f
      https://github.com/quicwg/base-drafts/commit/c21ced5457920324dff55376db86455a83244f7f
  Author: Jana Iyengar <jri.ietf@gmail.com>
  Date:   2019-01-28 (Mon, 28 Jan 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>



      **NOTE:** GitHub Services has been marked for deprecation: https://developer.github.com/changes/2018-04-25-github-services-deprecation/

      We will provide an alternative path for the email notifications by January 31st, 2019.

----==_mimepart_5c4fb487f2a55_645e2adaf01c657411191e--


From nobody Mon Jan 28 18: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 EF241130EDA for <quic-issues@ietfa.amsl.com>; Mon, 28 Jan 2019 18:03:57 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -10.935
X-Spam-Level: 
X-Spam-Status: No, score=-10.935 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIMWL_WL_HIGH=-4.553, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, HTML_IMAGE_ONLY_24=1.618, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-1, RCVD_IN_DNSWL_HI=-5, SPF_PASS=-0.001] autolearn=ham autolearn_force=no
Authentication-Results: ietfa.amsl.com (amavisd-new); dkim=pass (1024-bit key) header.d=github.com
Received: from mail.ietf.org ([4.31.198.44]) by localhost (ietfa.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id VOmY_biQ9Ivn for <quic-issues@ietfa.amsl.com>; Mon, 28 Jan 2019 18:03: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 CC997129B88 for <quic-issues@ietf.org>; Mon, 28 Jan 2019 18:03:55 -0800 (PST)
Date: Mon, 28 Jan 2019 18:03:55 -0800
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1548727435; bh=3LueAe7Y2ZucZugy8NOGZRH/MWZOA0SR81l4znsxDWY=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=FPBzL/pCu6H2C7+4IVQNMsWxxog77DS8u3ddQaW6DAzYk0c+caiWC06UlNjAR+ZeQ 7ugeaspUo1HSsy2x5CjsU5xZxjE9WQm0jV5fxAWoSpZfIX41aB7WuTuMNMmSF5RsNW WqkVn4YBrV1Mq3mvFvfa0+nEGRamcvDZXCIFcc80=
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/1637/push/3252821454@github.com>
In-Reply-To: <quicwg/base-drafts/pull/1637@github.com>
References: <quicwg/base-drafts/pull/1637@github.com>
Subject: Re: [quicwg/base-drafts] Discuss Application-Limited Sending (#1637)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5c4fb48b1f0c9_1d3b3fdc77ed45c0322689"; 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/jp33i-7sZp2Wjj1KzH8M8dMkbCw>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
List-Id: Notification list for GitHub issues related to the QUIC WG <quic-issues.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=unsubscribe>
List-Archive: <https://mailarchive.ietf.org/arch/browse/quic-issues/>
List-Post: <mailto:quic-issues@ietf.org>
List-Help: <mailto:quic-issues-request@ietf.org?subject=help>
List-Subscribe: <https://www.ietf.org/mailman/listinfo/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=subscribe>
X-List-Received-Date: Tue, 29 Jan 2019 02:03:59 -0000

----==_mimepart_5c4fb48b1f0c9_1d3b3fdc77ed45c0322689
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

@ianswett pushed 1 commit.

c21ced5457920324dff55376db86455a83244f7f  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/1637/files/bb96c700706574df8f4eef144f5b4505581d51c1..c21ced5457920324dff55376db86455a83244f7f

----==_mimepart_5c4fb48b1f0c9_1d3b3fdc77ed45c0322689
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/c21ced5457920324dff55376db86455a83244f7f">c21ced5</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/1637/files/bb96c700706574df8f4eef144f5b4505581d51c1..c21ced5457920324dff55376db86455a83244f7f">View it on GitHub</a> or <a href="https://github.com/notifications/unsubscribe-auth/AWbkq4rku_nHYpD2gSBnuy6dDWdEaJjzks5vH6wLgaJpZM4VytaJ">mute the thread</a>.<img src="https://github.com/notifications/beacon/AWbkqyjz-Cl1JGAOxfhIywJB1FZ3Xcdsks5vH6wLgaJpZM4VytaJ.gif" height="1" width="1" alt="" /></p>
<script type="application/json" data-scope="inboxmarkup">{"api_version":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name":"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"https://github.githubassets.com/images/email/message_cards/header.png","avatar_image_url":"https://github.githubassets.com/images/email/message_cards/avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/quicwg/base-drafts"}},"updates":{"snippets":[{"icon":"PERSON","message":"@ianswett pushed 1 commit in #1637"}],"action":{"name":"View Pull Request","url":"https://github.com/quicwg/base-drafts/pull/1637/files/bb96c700706574df8f4eef144f5b4505581d51c1..c21ced5457920324dff55376db86455a83244f7f"}}}</script>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/pull/1637/files/bb96c700706574df8f4eef144f5b4505581d51c1..c21ced5457920324dff55376db86455a83244f7f",
"url": "https://github.com/quicwg/base-drafts/pull/1637/files/bb96c700706574df8f4eef144f5b4505581d51c1..c21ced5457920324dff55376db86455a83244f7f",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>

----==_mimepart_5c4fb48b1f0c9_1d3b3fdc77ed45c0322689--


From nobody Mon Jan 28 18:10: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 4CDF4130E9B for <quic-issues@ietfa.amsl.com>; Mon, 28 Jan 2019 18:10:18 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -11.007
X-Spam-Level: 
X-Spam-Status: No, score=-11.007 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIMWL_WL_HIGH=-4.553, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, HTML_IMAGE_ONLY_20=1.546, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-1, RCVD_IN_DNSWL_HI=-5, SPF_PASS=-0.001] autolearn=ham autolearn_force=no
Authentication-Results: ietfa.amsl.com (amavisd-new); dkim=pass (1024-bit key) header.d=github.com
Received: from mail.ietf.org ([4.31.198.44]) by localhost (ietfa.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id pjIIKfvvvag9 for <quic-issues@ietfa.amsl.com>; Mon, 28 Jan 2019 18:10: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 B65521277BB for <quic-issues@ietf.org>; Mon, 28 Jan 2019 18:10:16 -0800 (PST)
Date: Mon, 28 Jan 2019 18:10:15 -0800
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1548727815; bh=1BFxO9WoptMRFE90zh2ZG57s3Dqpp6CR5lO00FS34zE=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=ZVlFpZNPw1CYLYvt6xIBpZVzARUPAda3dqSHw/V4kzqCWgOnGigasA9ZcBXt5HR5W xz+keIq/l5enRNgAmvfR2j1yD5ogoYq8hRuSVIA9ZiJw2GxOIvJV82Puv+9djIogx2 N8b7odWAfCo7jWD0vXuwS7iGNnynV7TV1iGtXLfw=
From: Christian Huitema <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+0166e4ab514d6427fb25c4270f9b49b7fef2e8e1a450863f92cf000000011867780792a169ce1815e5d1@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/issues/2382/458379498@github.com>
In-Reply-To: <quicwg/base-drafts/issues/2382@github.com>
References: <quicwg/base-drafts/issues/2382@github.com>
Subject: Re: [quicwg/base-drafts] What if a client sends a NEW TOKEN frame? (#2382)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5c4fb607eed62_1cf73f96a76d45c0112992"; 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/gvM_HPj-HBIhb3dlfZ8ADJiHk18>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
List-Id: Notification list for GitHub issues related to the QUIC WG <quic-issues.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=unsubscribe>
List-Archive: <https://mailarchive.ietf.org/arch/browse/quic-issues/>
List-Post: <mailto:quic-issues@ietf.org>
List-Help: <mailto:quic-issues-request@ietf.org?subject=help>
List-Subscribe: <https://www.ietf.org/mailman/listinfo/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=subscribe>
X-List-Received-Date: Tue, 29 Jan 2019 02:10:18 -0000

----==_mimepart_5c4fb607eed62_1cf73f96a76d45c0112992
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

The spec says nothing...

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/quicwg/base-drafts/issues/2382#issuecomment-458379498
----==_mimepart_5c4fb607eed62_1cf73f96a76d45c0112992
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

<p>The spec says nothing...</p>

<p style="font-size:small;-webkit-text-size-adjust:none;color:#666;">&mdash;<br />You are receiving this because you are subscribed to this thread.<br />Reply to this email directly, <a href="https://github.com/quicwg/base-drafts/issues/2382#issuecomment-458379498">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AWbkqyFi2c2XRxCHrGuQ3Z0fccgp123Eks5vH62HgaJpZM4aXJCC">mute the thread</a>.<img src="https://github.com/notifications/beacon/AWbkq7y5qJdW10FZDRcCX8vM3F57mF30ks5vH62HgaJpZM4aXJCC.gif" height="1" width="1" alt="" /></p>
<script type="application/json" data-scope="inboxmarkup">{"api_version":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name":"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"https://github.githubassets.com/images/email/message_cards/header.png","avatar_image_url":"https://github.githubassets.com/images/email/message_cards/avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/quicwg/base-drafts"}},"updates":{"snippets":[{"icon":"PERSON","message":"@huitema in #2382: The spec says nothing..."}],"action":{"name":"View Issue","url":"https://github.com/quicwg/base-drafts/issues/2382#issuecomment-458379498"}}}</script>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/issues/2382#issuecomment-458379498",
"url": "https://github.com/quicwg/base-drafts/issues/2382#issuecomment-458379498",
"name": "View Issue"
},
"description": "View this Issue on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>
----==_mimepart_5c4fb607eed62_1cf73f96a76d45c0112992--


From nobody Mon Jan 28 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 49B1512875B for <quic-issues@ietfa.amsl.com>; Mon, 28 Jan 2019 18:13:04 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -10.935
X-Spam-Level: 
X-Spam-Status: No, score=-10.935 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIMWL_WL_HIGH=-4.553, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, HTML_IMAGE_ONLY_24=1.618, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-1, RCVD_IN_DNSWL_HI=-5, SPF_PASS=-0.001] autolearn=ham autolearn_force=no
Authentication-Results: ietfa.amsl.com (amavisd-new); dkim=pass (1024-bit key) header.d=github.com
Received: from mail.ietf.org ([4.31.198.44]) by localhost (ietfa.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id g9-pLMSlvxWc for <quic-issues@ietfa.amsl.com>; Mon, 28 Jan 2019 18:13: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 A01831277BB for <quic-issues@ietf.org>; Mon, 28 Jan 2019 18:13:02 -0800 (PST)
Date: Mon, 28 Jan 2019 18:13:01 -0800
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1548727981; bh=+vv02zTMJB6pQ7nWEENb5TMQjeTjqWHuHL6NKOKgVxg=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=1512YyeRtUQpfS8uOlBSD22AYOI6S+VzTT1Yjjvii6leA70tI1XhAsyJP4IhAGfSH uI+gaWDRKQNr+JwnA+pK1BngkRYRwB2yz7DXUORnMkZ6GNW9tQJTxSq0hb5EVWp9EV bsB8dTF52dBKV11ESErDyjwelWQMDQxFa2UgAFv4=
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/1637/push/3252838132@github.com>
In-Reply-To: <quicwg/base-drafts/pull/1637@github.com>
References: <quicwg/base-drafts/pull/1637@github.com>
Subject: Re: [quicwg/base-drafts] Discuss Application-Limited Sending (#1637)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5c4fb6ad832b4_1e8e3f91f80d45c01345ee"; 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/FIUg-i7bNbiBi3VN37-EVj2MH7s>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
List-Id: Notification list for GitHub issues related to the QUIC WG <quic-issues.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=unsubscribe>
List-Archive: <https://mailarchive.ietf.org/arch/browse/quic-issues/>
List-Post: <mailto:quic-issues@ietf.org>
List-Help: <mailto:quic-issues-request@ietf.org?subject=help>
List-Subscribe: <https://www.ietf.org/mailman/listinfo/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=subscribe>
X-List-Received-Date: Tue, 29 Jan 2019 02:13:04 -0000

----==_mimepart_5c4fb6ad832b4_1e8e3f91f80d45c01345ee
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

@ianswett pushed 1 commit.

07ef7103a505acf980bc3acb4520a890d90d8190  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/1637/files/c21ced5457920324dff55376db86455a83244f7f..07ef7103a505acf980bc3acb4520a890d90d8190

----==_mimepart_5c4fb6ad832b4_1e8e3f91f80d45c01345ee
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/07ef7103a505acf980bc3acb4520a890d90d8190">07ef710</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/1637/files/c21ced5457920324dff55376db86455a83244f7f..07ef7103a505acf980bc3acb4520a890d90d8190">View it on GitHub</a> or <a href="https://github.com/notifications/unsubscribe-auth/AWbkq1oDS42ZecSdTyeW7N9U2yPHg5bEks5vH64tgaJpZM4VytaJ">mute the thread</a>.<img src="https://github.com/notifications/beacon/AWbkq15hvJCfDoZzUIDOhDmtyQrMvaWQks5vH64tgaJpZM4VytaJ.gif" height="1" width="1" alt="" /></p>
<script type="application/json" data-scope="inboxmarkup">{"api_version":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name":"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"https://github.githubassets.com/images/email/message_cards/header.png","avatar_image_url":"https://github.githubassets.com/images/email/message_cards/avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/quicwg/base-drafts"}},"updates":{"snippets":[{"icon":"PERSON","message":"@ianswett pushed 1 commit in #1637"}],"action":{"name":"View Pull Request","url":"https://github.com/quicwg/base-drafts/pull/1637/files/c21ced5457920324dff55376db86455a83244f7f..07ef7103a505acf980bc3acb4520a890d90d8190"}}}</script>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/pull/1637/files/c21ced5457920324dff55376db86455a83244f7f..07ef7103a505acf980bc3acb4520a890d90d8190",
"url": "https://github.com/quicwg/base-drafts/pull/1637/files/c21ced5457920324dff55376db86455a83244f7f..07ef7103a505acf980bc3acb4520a890d90d8190",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>

----==_mimepart_5c4fb6ad832b4_1e8e3f91f80d45c01345ee--


From nobody Mon Jan 28 18:13: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 55ABF12875B for <quic-issues@ietfa.amsl.com>; Mon, 28 Jan 2019 18:13:21 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -7.552
X-Spam-Level: 
X-Spam-Status: No, score=-7.552 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIMWL_WL_HIGH=-4.553, 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_PASS=-0.001] autolearn=ham autolearn_force=no
Authentication-Results: ietfa.amsl.com (amavisd-new); dkim=pass (1024-bit key) header.d=github.com
Received: 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-yaA-jKrUe0 for <quic-issues@ietfa.amsl.com>; Mon, 28 Jan 2019 18:13:19 -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 8880E1277BB for <quic-issues@ietf.org>; Mon, 28 Jan 2019 18:13:19 -0800 (PST)
DKIM-Signature: v=1; a=rsa-sha1; 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=dklJPQfijy/W4TcLJtsR4drAqcM=; b=sC+fNGH79lIvoKYD UyTMVF3LLAu74H3xEoQJa18fdOLR6G1fVimB7zNFSvggdvJpxRNTHFmsUTlNN2/1 B1s3D13iH7rgRyqw9iQ+zvwqbCcTyeEaFrEtqtIdXTuyW9KfbyWxPPCZwMZ/DJOq PuqsD3mfHcrUYiSULlSioY4Jf5k=
Received: by filter1842p1mdw1.sendgrid.net with SMTP id filter1842p1mdw1-3220-5C4FB6BE-17 2019-01-29 02:13:18.623561293 +0000 UTC m=+14231.771131746
Received: from github-lowworker-05ceafd.cp1-iad.github.net (unknown [192.30.252.40]) by ismtpd0043p1mdw1.sendgrid.net (SG) with ESMTP id QgWVMD7LQ6KUEwMRkiwLLw for <quic-issues@ietf.org>; Tue, 29 Jan 2019 02:13:18.547 +0000 (UTC)
Received: from github.com (localhost [127.0.0.1]) by github-lowworker-05ceafd.cp1-iad.github.net (Postfix) with ESMTP id 7C26846059E for <quic-issues@ietf.org>; Mon, 28 Jan 2019 18:13:18 -0800 (PST)
Date: Tue, 29 Jan 2019 02:13:18 +0000 (UTC)
From: ianswett <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+0166e4abdff825396ea46c3d475ca83aa9461dd2eedfca4b92cf00000001186778be92a169ce14c4e0aa@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/pull/1637/review/197350437@github.com>
In-Reply-To: <quicwg/base-drafts/pull/1637@github.com>
References: <quicwg/base-drafts/pull/1637@github.com>
Subject: Re: [quicwg/base-drafts] Discuss Application-Limited Sending (#1637)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5c4fb6be79095_44673f973a8d45bc71748"; 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
X-SG-EID: l64QuQ2uJCcEyUykJbxN122A6QRmEpucztpreh3Pak2nAXWFrmwx6Z4IsldBDjsUtTLhxQnYDKp4si IAcdOLG0AVq3yKjGroeLeS5oXpGm+7XBYMeGyygw5gmqWmVrvF0tRJ3UbaHzydKw8StfNPGuM9UFmh Fvb1UolN0YVqY1hbnB68Gx/xABxS/8pj6Q6duwpvBFa41d1s/t9x6YfG7Q==
Archived-At: <https://mailarchive.ietf.org/arch/msg/quic-issues/HUJVMimMxZNYuwbWi4cO1qDI-sE>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
List-Id: Notification list for GitHub issues related to the QUIC WG <quic-issues.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=unsubscribe>
List-Archive: <https://mailarchive.ietf.org/arch/browse/quic-issues/>
List-Post: <mailto:quic-issues@ietf.org>
List-Help: <mailto:quic-issues-request@ietf.org?subject=help>
List-Subscribe: <https://www.ietf.org/mailman/listinfo/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=subscribe>
X-List-Received-Date: Tue, 29 Jan 2019 02:13:21 -0000

----==_mimepart_5c4fb6be79095_44673f973a8d45bc71748
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

ianswett commented on this pull request.



> @@ -1047,6 +1045,19 @@ paces the sending of any packets in excess of the initial congestion window.
 A sender MAY implement alternate mechanisms to update its congestion window
 after idle periods, such as those proposed for TCP in {{?RFC7661}}.
 
+## Application Limited Sending
+
+The congestion window should not be increased in slow start or congestion
+avoidance when it is not fully utilized.  The congestion window could be
+under-utilized due to insufficient application data to send or flow control
+limits.
+
+When the sender is pacing (see {{pacing}}) packets, the sender may be unable
+to use the full congestion window for a period of time after receiving
+acknowledgements, due to pacing.  In this case, the sender should not consider
+themselves application limited and should allow the congestion window to
+increase.

Accepted with minor tweaks.

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/quicwg/base-drafts/pull/1637#discussion_r251669003
----==_mimepart_5c4fb6be79095_44673f973a8d45bc71748
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/1637#discussion_r251669003">draft-ietf-quic-recovery.md</a>:</p>
<pre style='color:#555'>&gt; @@ -1047,6 +1045,19 @@ paces the sending of any packets in excess of the initial congestion window.
 A sender MAY implement alternate mechanisms to update its congestion window
 after idle periods, such as those proposed for TCP in {{?RFC7661}}.
 
+## Application Limited Sending
+
+The congestion window should not be increased in slow start or congestion
+avoidance when it is not fully utilized.  The congestion window could be
+under-utilized due to insufficient application data to send or flow control
+limits.
+
+When the sender is pacing (see {{pacing}}) packets, the sender may be unable
+to use the full congestion window for a period of time after receiving
+acknowledgements, due to pacing.  In this case, the sender should not consider
+themselves application limited and should allow the congestion window to
+increase.
</pre>
<p>Accepted with minor tweaks.</p>

<p style="font-size:small;-webkit-text-size-adjust:none;color:#666;">&mdash;<br />You are receiving this because you are subscribed to this thread.<br />Reply to this email directly, <a href="https://github.com/quicwg/base-drafts/pull/1637#discussion_r251669003">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AWbkqw9xbdDlZBd4ooJn-XF2WQYCGZhAks5vH64-gaJpZM4VytaJ">mute the thread</a>.<img src="https://github.com/notifications/beacon/AWbkqw5TwZs-0N5Ks6nPhOEPOLMUCAWKks5vH64-gaJpZM4VytaJ.gif" height="1" width="1" alt="" /></p>
<script type="application/json" data-scope="inboxmarkup">{"api_version":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name":"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"https://github.githubassets.com/images/email/message_cards/header.png","avatar_image_url":"https://github.githubassets.com/images/email/message_cards/avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/quicwg/base-drafts"}},"updates":{"snippets":[{"icon":"PERSON","message":"@ianswett commented on #1637"}],"action":{"name":"View Pull Request","url":"https://github.com/quicwg/base-drafts/pull/1637#discussion_r251669003"}}}</script>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/pull/1637#discussion_r251669003",
"url": "https://github.com/quicwg/base-drafts/pull/1637#discussion_r251669003",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>
----==_mimepart_5c4fb6be79095_44673f973a8d45bc71748--


From nobody Mon Jan 28 18:13:48 2019
Return-Path: <bounce+565321.40f-quic-issues=ietf.org@github.com>
X-Original-To: quic-issues@ietfa.amsl.com
Delivered-To: quic-issues@ietfa.amsl.com
Received: from localhost (localhost [127.0.0.1]) by ietfa.amsl.com (Postfix) with ESMTP id EBCF91277BB for <quic-issues@ietfa.amsl.com>; Mon, 28 Jan 2019 18:13: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=-4.553, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, RCVD_IN_DNSWL_NONE=-0.0001, SPF_PASS=-0.001] autolearn=ham autolearn_force=no
Authentication-Results: ietfa.amsl.com (amavisd-new); dkim=pass (1024-bit key) header.d=github.com
Received: from mail.ietf.org ([4.31.198.44]) by localhost (ietfa.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 5hbxR39mLGkk for <quic-issues@ietfa.amsl.com>; Mon, 28 Jan 2019 18:13:44 -0800 (PST)
Received: from m71-131.mailgun.net (m71-131.mailgun.net [166.78.71.131]) (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 6E30912875B for <quic-issues@ietf.org>; Mon, 28 Jan 2019 18:13:44 -0800 (PST)
DKIM-Signature: a=rsa-sha256; v=1; c=relaxed/relaxed; d=github.com; q=dns/txt;  s=mailo; t=1548728023; h=Content-Transfer-Encoding: Content-Type: Mime-Version: Subject: Message-ID: To: Reply-To: From: Date: Sender; bh=oHLcoqeK59B9n9GwgMGdQDfjSbY9F5qnWlbQ6BtkLek=; b=sMkj7ewVGZXfaX+6bhg+DJvVhEbKmFsi+OhT7o4+8bxJEcRegmVZ8kk4yZokBL2TZAjE3lh7 FJod7DaLSOiNwQfcYNJJkS7IOpyUzVH+zQTIwg9az4IAjzTm8h1dfAPsIsAW74r3G9J2Zq93 mt9GUFmwBrIkPBYpdpJqPc/xIJ0=
X-Mailgun-Sending-Ip: 166.78.71.131
X-Mailgun-Sid: WyJhNzYyYiIsICJxdWljLWlzc3Vlc0BpZXRmLm9yZyIsICI0MGYiXQ==
Sender: ianswett=users.noreply.github.com@github.com
Received: from github.com (Unknown [192.30.252.39]) by mxa.mailgun.org with ESMTP id 5c4fb6d7.7f42dde36a80-smtp-out-n03; Tue, 29 Jan 2019 02:13:43 -0000 (UTC)
Date: Mon, 28 Jan 2019 18:13:42 -0800
From: ianswett <ianswett@users.noreply.github.com>
Reply-To: ianswett <ianswett@users.noreply.github.com>
To: quic-issues@ietf.org
Message-ID: <5c4fb6d65d2de_29e72ae25ec54584249be@hookshot-fe-31feec6.cp1-iad.github.net.mail>
Subject: [quicwg/base-drafts] 06cf5b: Update draft-ietf-quic-recovery.md
Mime-Version: 1.0
Content-Type: multipart/mixed; boundary="--==_mimepart_5c4fb6d65cd65_29e72ae25ec545842487a"; charset=UTF-8
Content-Transfer-Encoding: 7bit
Archived-At: <https://mailarchive.ietf.org/arch/msg/quic-issues/YZA4KdFlKA9rE8X6pAivJ7OylMM>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
Precedence: list
List-Id: Notification list for GitHub issues related to the QUIC WG <quic-issues.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=unsubscribe>
List-Archive: <https://mailarchive.ietf.org/arch/browse/quic-issues/>
List-Post: <mailto:quic-issues@ietf.org>
List-Help: <mailto:quic-issues-request@ietf.org?subject=help>
List-Subscribe: <https://www.ietf.org/mailman/listinfo/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=subscribe>
X-List-Received-Date: Tue, 29 Jan 2019 02:13:46 -0000

----==_mimepart_5c4fb6d65cd65_29e72ae25ec545842487a
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

  Branch: refs/heads/ianswett-app-limited
  Home:   https://github.com/quicwg/base-drafts
  Commit: 06cf5b0b2f5cf03d4fec36fcf2ebc9ee9a3218e3
      https://github.com/quicwg/base-drafts/commit/06cf5b0b2f5cf03d4fec36fcf2ebc9ee9a3218e3
  Author: ianswett <ianswett@users.noreply.github.com>
  Date:   2019-01-28 (Mon, 28 Jan 2019)

  Changed paths:
    M draft-ietf-quic-recovery.md

  Log Message:
  -----------
  Update draft-ietf-quic-recovery.md



      **NOTE:** GitHub Services has been marked for deprecation: https://developer.github.com/changes/2018-04-25-github-services-deprecation/

      We will provide an alternative path for the email notifications by January 31st, 2019.

----==_mimepart_5c4fb6d65cd65_29e72ae25ec545842487a--


From nobody Mon Jan 28 18: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 B89E61277BB for <quic-issues@ietfa.amsl.com>; Mon, 28 Jan 2019 18:13:47 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -10.935
X-Spam-Level: 
X-Spam-Status: No, score=-10.935 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIMWL_WL_HIGH=-4.553, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, HTML_IMAGE_ONLY_24=1.618, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-1, RCVD_IN_DNSWL_HI=-5, SPF_PASS=-0.001] autolearn=ham autolearn_force=no
Authentication-Results: ietfa.amsl.com (amavisd-new); dkim=pass (1024-bit key) header.d=github.com
Received: from mail.ietf.org ([4.31.198.44]) by localhost (ietfa.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id VnCPo-FutkLo for <quic-issues@ietfa.amsl.com>; Mon, 28 Jan 2019 18:13: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 47FEE130E9B for <quic-issues@ietf.org>; Mon, 28 Jan 2019 18:13:46 -0800 (PST)
Date: Mon, 28 Jan 2019 18:13:45 -0800
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1548728025; bh=JMmJwAFNhZLU/6UKca2z+TLNkfBPlICpkpIbLVaxMKs=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=NIGRSUqtm0BkOj+96vTDwAJTT9vtMkgjHUxBK9ubzOEd/L8psjWstKxxr693Jff1z JFwxFo4JI2fPPEgUyqqmOavgljIDIp0NoIw3EPp1BYToarXx31bCwuW4ldwgpJZPyP qO/syI5VfL9nzOUxeqevz6Xj39OucABRAPN+u7R4=
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/1637/push/3252839440@github.com>
In-Reply-To: <quicwg/base-drafts/pull/1637@github.com>
References: <quicwg/base-drafts/pull/1637@github.com>
Subject: Re: [quicwg/base-drafts] Discuss Application-Limited Sending (#1637)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5c4fb6d96955d_ad33fd9712d45bc75529"; 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/aIltAnsZRGwxJ27fVZtlGQAlYvk>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
List-Id: Notification list for GitHub issues related to the QUIC WG <quic-issues.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=unsubscribe>
List-Archive: <https://mailarchive.ietf.org/arch/browse/quic-issues/>
List-Post: <mailto:quic-issues@ietf.org>
List-Help: <mailto:quic-issues-request@ietf.org?subject=help>
List-Subscribe: <https://www.ietf.org/mailman/listinfo/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=subscribe>
X-List-Received-Date: Tue, 29 Jan 2019 02:13:48 -0000

----==_mimepart_5c4fb6d96955d_ad33fd9712d45bc75529
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

@ianswett pushed 1 commit.

06cf5b0b2f5cf03d4fec36fcf2ebc9ee9a3218e3  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/1637/files/07ef7103a505acf980bc3acb4520a890d90d8190..06cf5b0b2f5cf03d4fec36fcf2ebc9ee9a3218e3

----==_mimepart_5c4fb6d96955d_ad33fd9712d45bc75529
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/06cf5b0b2f5cf03d4fec36fcf2ebc9ee9a3218e3">06cf5b0</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/1637/files/07ef7103a505acf980bc3acb4520a890d90d8190..06cf5b0b2f5cf03d4fec36fcf2ebc9ee9a3218e3">View it on GitHub</a> or <a href="https://github.com/notifications/unsubscribe-auth/AWbkq7FZMGOC7JbaTr5EcoMlMXparDUrks5vH65ZgaJpZM4VytaJ">mute the thread</a>.<img src="https://github.com/notifications/beacon/AWbkq2sYT46G5zzyYaFgVZgaxSbKF8SEks5vH65ZgaJpZM4VytaJ.gif" height="1" width="1" alt="" /></p>
<script type="application/json" data-scope="inboxmarkup">{"api_version":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name":"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"https://github.githubassets.com/images/email/message_cards/header.png","avatar_image_url":"https://github.githubassets.com/images/email/message_cards/avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/quicwg/base-drafts"}},"updates":{"snippets":[{"icon":"PERSON","message":"@ianswett pushed 1 commit in #1637"}],"action":{"name":"View Pull Request","url":"https://github.com/quicwg/base-drafts/pull/1637/files/07ef7103a505acf980bc3acb4520a890d90d8190..06cf5b0b2f5cf03d4fec36fcf2ebc9ee9a3218e3"}}}</script>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/pull/1637/files/07ef7103a505acf980bc3acb4520a890d90d8190..06cf5b0b2f5cf03d4fec36fcf2ebc9ee9a3218e3",
"url": "https://github.com/quicwg/base-drafts/pull/1637/files/07ef7103a505acf980bc3acb4520a890d90d8190..06cf5b0b2f5cf03d4fec36fcf2ebc9ee9a3218e3",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>

----==_mimepart_5c4fb6d96955d_ad33fd9712d45bc75529--


From nobody Mon Jan 28 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 EAFBF130E86 for <quic-issues@ietfa.amsl.com>; Mon, 28 Jan 2019 18:20:10 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -10.17
X-Spam-Level: 
X-Spam-Status: No, score=-10.17 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIMWL_WL_HIGH=-4.553, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, FROM_EXCESS_BASE64=0.979, HTML_IMAGE_ONLY_28=1.404, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-1, RCVD_IN_DNSWL_HI=-5, SPF_PASS=-0.001] autolearn=ham autolearn_force=no
Authentication-Results: ietfa.amsl.com (amavisd-new); dkim=pass (1024-bit key) header.d=github.com
Received: from mail.ietf.org ([4.31.198.44]) by localhost (ietfa.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id bZP8afl3IUCm for <quic-issues@ietfa.amsl.com>; Mon, 28 Jan 2019 18:20:09 -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 C50E81277BB for <quic-issues@ietf.org>; Mon, 28 Jan 2019 18:20:08 -0800 (PST)
Date: Mon, 28 Jan 2019 18:20:07 -0800
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1548728407; bh=MauBnFGzmZ80cyJ9BHyk3l+UXSzhhnJWZNnEkUytwSA=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=MZEHNYKX0U6cd7kU+JSyOD6BUrqM68iG3FfSOs59u1Xk2lBpeKKWEp+qkvUaDfu2V ++Zi4ql47OEJJwRAwIlUzDqvqoNsvDbCFZ+e2OFGMX1yxMDRCEW5/zXXc+zPs01tF1 Ak5n6o1St1W0SWkhqcyLG8sNLMOKINR+lcE9LceY=
From: =?UTF-8?B?QmVuY2UgQsOpa3k=?= <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+0166e4ab73377016dfafe05244d2afdcf30bb1d2bedb547e92cf0000000118677a5792a169ce17bf8a90@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/pull/2330/review/197351878@github.com>
In-Reply-To: <quicwg/base-drafts/pull/2330@github.com>
References: <quicwg/base-drafts/pull/2330@github.com>
Subject: Re: [quicwg/base-drafts] QPACK: Clarify how maximum dynamic table capacity can be set (#2330)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5c4fb857bfece_69a83fbf964d45b411664e"; 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/HXTD9_YPilwXaYquyKAp21tANZc>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
List-Id: Notification list for GitHub issues related to the QUIC WG <quic-issues.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=unsubscribe>
List-Archive: <https://mailarchive.ietf.org/arch/browse/quic-issues/>
List-Post: <mailto:quic-issues@ietf.org>
List-Help: <mailto:quic-issues-request@ietf.org?subject=help>
List-Subscribe: <https://www.ietf.org/mailman/listinfo/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=subscribe>
X-List-Received-Date: Tue, 29 Jan 2019 02:20:11 -0000

----==_mimepart_5c4fb857bfece_69a83fbf964d45b411664e
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

bencebeky commented on this pull request.



> @@ -427,16 +427,20 @@ The encoder MUST not set a dynamic table capacity that exceeds this maximum, but
 it can choose to use a lower dynamic table capacity (see
 {{set-dynamic-capacity}}).
 
+For clients using 0-RTT data in HTTP/3, the maximum table capacity is the
+remembered value of the setting. If the remembered value is not present or is 0,
+the server MAY set it to a non-zero value in its SETTINGS frame. If the

Thank you for clarifying.  Yes, this sounds better 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/pull/2330#discussion_r251670168
----==_mimepart_5c4fb857bfece_69a83fbf964d45b411664e
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/2330#discussion_r251670168">draft-ietf-quic-qpack.md</a>:</p>
<pre style='color:#555'>&gt; @@ -427,16 +427,20 @@ The encoder MUST not set a dynamic table capacity that exceeds this maximum, but
 it can choose to use a lower dynamic table capacity (see
 {{set-dynamic-capacity}}).
 
+For clients using 0-RTT data in HTTP/3, the maximum table capacity is the
+remembered value of the setting. If the remembered value is not present or is 0,
+the server MAY set it to a non-zero value in its SETTINGS frame. If the
</pre>
<p>Thank you for clarifying.  Yes, this sounds better 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/pull/2330#discussion_r251670168">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AWbkq8d9vImlEFGaO8-xZE29dMY4BN2Eks5vH6_XgaJpZM4Z8FHJ">mute the thread</a>.<img src="https://github.com/notifications/beacon/AWbkqy2DkqLQdqgMyBjJ8VIUs8PqY7MRks5vH6_XgaJpZM4Z8FHJ.gif" height="1" width="1" alt="" /></p>
<script type="application/json" data-scope="inboxmarkup">{"api_version":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name":"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"https://github.githubassets.com/images/email/message_cards/header.png","avatar_image_url":"https://github.githubassets.com/images/email/message_cards/avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/quicwg/base-drafts"}},"updates":{"snippets":[{"icon":"PERSON","message":"@bencebeky commented on #2330"}],"action":{"name":"View Pull Request","url":"https://github.com/quicwg/base-drafts/pull/2330#discussion_r251670168"}}}</script>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/pull/2330#discussion_r251670168",
"url": "https://github.com/quicwg/base-drafts/pull/2330#discussion_r251670168",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>
----==_mimepart_5c4fb857bfece_69a83fbf964d45b411664e--


From nobody Mon Jan 28 18:23:02 2019
Return-Path: <bounce+565321.40f-quic-issues=ietf.org@github.com>
X-Original-To: quic-issues@ietfa.amsl.com
Delivered-To: quic-issues@ietfa.amsl.com
Received: from localhost (localhost [127.0.0.1]) by ietfa.amsl.com (Postfix) with ESMTP id 3889B129B88 for <quic-issues@ietfa.amsl.com>; Mon, 28 Jan 2019 18:23: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=-4.553, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, RCVD_IN_DNSWL_NONE=-0.0001, SPF_PASS=-0.001] autolearn=ham autolearn_force=no
Authentication-Results: ietfa.amsl.com (amavisd-new); dkim=pass (1024-bit key) header.d=github.com
Received: from mail.ietf.org ([4.31.198.44]) by localhost (ietfa.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id XmqlKLCmmoVY for <quic-issues@ietfa.amsl.com>; Mon, 28 Jan 2019 18:22:59 -0800 (PST)
Received: from m69-169.mailgun.net (m69-169.mailgun.net [166.78.69.169]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id AD0661277BB for <quic-issues@ietf.org>; Mon, 28 Jan 2019 18:22:59 -0800 (PST)
DKIM-Signature: a=rsa-sha256; v=1; c=relaxed/relaxed; d=github.com; q=dns/txt;  s=mailo; t=1548728579; h=Content-Transfer-Encoding: Content-Type: Mime-Version: Subject: Message-ID: To: Reply-To: From: Date: Sender; bh=UtdoCqcssmzeuTYH5y/mU3mThnN7CiHh5x93MP4TfZ4=; b=KiOUEKxoQPJTI0AlWpV8kTb52dq06HYwFQQR0HmuhI8knTcFmH7qx5pdWofGjE5cbYqCi/dj Eadv/xh6yII42NI5DJDFUiYO6KmTD1U3iopM9sO2TPLeJE9YR8hqkVu8zh1BKBDCPFftqz5o 8ZXQW652mZSzUxiJGItDzB4yE14=
X-Mailgun-Sending-Ip: 166.78.69.169
X-Mailgun-Sid: WyJhNzYyYiIsICJxdWljLWlzc3Vlc0BpZXRmLm9yZyIsICI0MGYiXQ==
Sender: ianswett=users.noreply.github.com@github.com
Received: from github.com (Unknown [192.30.252.39]) by mxa.mailgun.org with ESMTP id 5c4fb6aa.7fd578aad330-smtp-out-n03; Tue, 29 Jan 2019 02:12:58 -0000 (UTC)
Date: Mon, 28 Jan 2019 18:12:57 -0800
From: ianswett <ianswett@users.noreply.github.com>
Reply-To: ianswett <ianswett@users.noreply.github.com>
To: quic-issues@ietf.org
Message-ID: <5c4fb6a9d1a93_23352af53af6057c644dc@hookshot-fe-31feec6.cp1-iad.github.net.mail>
Subject: [quicwg/base-drafts] 07ef71: Update draft-ietf-quic-recovery.md
Mime-Version: 1.0
Content-Type: multipart/mixed; boundary="--==_mimepart_5c4fb6a9d14c7_23352af53af6057c64359"; charset=UTF-8
Content-Transfer-Encoding: 7bit
Archived-At: <https://mailarchive.ietf.org/arch/msg/quic-issues/ofQSKk_btNawA_GULIQLMM5G5UM>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
Precedence: list
List-Id: Notification list for GitHub issues related to the QUIC WG <quic-issues.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=unsubscribe>
List-Archive: <https://mailarchive.ietf.org/arch/browse/quic-issues/>
List-Post: <mailto:quic-issues@ietf.org>
List-Help: <mailto:quic-issues-request@ietf.org?subject=help>
List-Subscribe: <https://www.ietf.org/mailman/listinfo/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=subscribe>
X-List-Received-Date: Tue, 29 Jan 2019 02:23:01 -0000

----==_mimepart_5c4fb6a9d14c7_23352af53af6057c64359
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

  Branch: refs/heads/ianswett-app-limited
  Home:   https://github.com/quicwg/base-drafts
  Commit: 07ef7103a505acf980bc3acb4520a890d90d8190
      https://github.com/quicwg/base-drafts/commit/07ef7103a505acf980bc3acb4520a890d90d8190
  Author: ianswett <ianswett@users.noreply.github.com>
  Date:   2019-01-28 (Mon, 28 Jan 2019)

  Changed paths:
    M draft-ietf-quic-recovery.md

  Log Message:
  -----------
  Update draft-ietf-quic-recovery.md



      **NOTE:** GitHub Services has been marked for deprecation: https://developer.github.com/changes/2018-04-25-github-services-deprecation/

      We will provide an alternative path for the email notifications by January 31st, 2019.

----==_mimepart_5c4fb6a9d14c7_23352af53af6057c64359--


From nobody Mon Jan 28 18:37: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 E5BA6130F00 for <quic-issues@ietfa.amsl.com>; Mon, 28 Jan 2019 18:37:50 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -12.552
X-Spam-Level: 
X-Spam-Status: No, score=-12.552 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIMWL_WL_HIGH=-4.553, 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_PASS=-0.001] autolearn=ham autolearn_force=no
Authentication-Results: ietfa.amsl.com (amavisd-new); dkim=pass (1024-bit key) header.d=github.com
Received: from mail.ietf.org ([4.31.198.44]) by localhost (ietfa.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id lwEKbSS3Limw for <quic-issues@ietfa.amsl.com>; Mon, 28 Jan 2019 18:37: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 304BD130F01 for <quic-issues@ietf.org>; Mon, 28 Jan 2019 18:33:45 -0800 (PST)
Date: Mon, 28 Jan 2019 18:33:42 -0800
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1548729222; bh=iIXDlt32iFzN8du0MJJWt+SRHds+loL6gy9AJddKeCg=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=vsmBqdlj7zHtYl+DWWQk3a7Hb6Ah+1XLokXwz1GjKvXAlzhnlchG3jfGfnMhP64Mu tUIMiE3xoHzflZJCF5vmgdr6usAtVTBsDD7Idnt4MDFJopyCbDzMPE3dlofgagYWDF rY6UQ5mptnFgXbR+rQIQNtfRZEntTnGKyMsYmdPY=
From: Jana Iyengar <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+0166e4abb017ece665adeada10b6d8278aade51b28b346bd92cf0000000118677d8692a169ce16d11972@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/pull/2025/review/197354553@github.com>
In-Reply-To: <quicwg/base-drafts/pull/2025@github.com>
References: <quicwg/base-drafts/pull/2025@github.com>
Subject: Re: [quicwg/base-drafts] Send an immediate ACK (#2025)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5c4fbb867fd4b_1e963f91f80d45c02255fe"; 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/p4Ttz47KkfLLHo1v49zLn3tPhs0>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
List-Id: Notification list for GitHub issues related to the QUIC WG <quic-issues.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=unsubscribe>
List-Archive: <https://mailarchive.ietf.org/arch/browse/quic-issues/>
List-Post: <mailto:quic-issues@ietf.org>
List-Help: <mailto:quic-issues-request@ietf.org?subject=help>
List-Subscribe: <https://www.ietf.org/mailman/listinfo/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=subscribe>
X-List-Received-Date: Tue, 29 Jan 2019 02:37:51 -0000

----==_mimepart_5c4fbb867fd4b_1e963f91f80d45c02255fe
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

janaiyengar commented on this pull request.



>  
 Out-of-order packets SHOULD be acknowledged more quickly, in order to accelerate
 loss recovery.  The receiver SHOULD send an immediate ACK when it receives a new
-packet which is not one greater than the largest received packet number.
+packet which is not the next expected one. That is, its packet number is not one
+greater than the largest received packet number.  A receiver MAY immediately
+acknowledge subsequent ack-eliciting packets after first receiving a packet out
+of order. A receiver SHOULD NOT send an immediate ACK any time there is a gap
+in the ACK frame being sent, because that will cause it to send an ACK in
+response to every packet for at least an RTT after a single packet loss.

I don't understand what the text here is trying to say.  I'll suggest rewording for text "A receiver MAY ... single packet loss", see if this matches what you're getting at.

"A receiver MAY send acknowledgements immediately for the next few packets that are received, but the receiver SHOULD revert back to delaying acknowledgements after sending a few immediate acknowledgements."

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/quicwg/base-drafts/pull/2025#pullrequestreview-197354553
----==_mimepart_5c4fbb867fd4b_1e963f91f80d45c02255fe
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/2025#discussion_r251672354">draft-ietf-quic-recovery.md</a>:</p>
<pre style='color:#555'>&gt;  
 Out-of-order packets SHOULD be acknowledged more quickly, in order to accelerate
 loss recovery.  The receiver SHOULD send an immediate ACK when it receives a new
-packet which is not one greater than the largest received packet number.
+packet which is not the next expected one. That is, its packet number is not one
+greater than the largest received packet number.  A receiver MAY immediately
+acknowledge subsequent ack-eliciting packets after first receiving a packet out
+of order. A receiver SHOULD NOT send an immediate ACK any time there is a gap
+in the ACK frame being sent, because that will cause it to send an ACK in
+response to every packet for at least an RTT after a single packet loss.
</pre>
<p>I don't understand what the text here is trying to say.  I'll suggest rewording for text "A receiver MAY ... single packet loss", see if this matches what you're getting at.</p>
<p>"A receiver MAY send acknowledgements immediately for the next few packets that are received, but the receiver SHOULD revert back to delaying acknowledgements after sending a few immediate acknowledgements."</p>

<p style="font-size:small;-webkit-text-size-adjust:none;color:#666;">&mdash;<br />You are receiving this because you are subscribed to this thread.<br />Reply to this email directly, <a href="https://github.com/quicwg/base-drafts/pull/2025#pullrequestreview-197354553">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AWbkqz_TrTNn_lT9gRWgLaucOzaGT9mbks5vH7MGgaJpZM4YruSf">mute the thread</a>.<img src="https://github.com/notifications/beacon/AWbkqxmsb-M_DP4WxWHhUcB8GJq1G0DMks5vH7MGgaJpZM4YruSf.gif" height="1" width="1" alt="" /></p>
<script type="application/json" data-scope="inboxmarkup">{"api_version":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name":"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"https://github.githubassets.com/images/email/message_cards/header.png","avatar_image_url":"https://github.githubassets.com/images/email/message_cards/avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/quicwg/base-drafts"}},"updates":{"snippets":[{"icon":"PERSON","message":"@janaiyengar commented on #2025"}],"action":{"name":"View Pull Request","url":"https://github.com/quicwg/base-drafts/pull/2025#pullrequestreview-197354553"}}}</script>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/pull/2025#pullrequestreview-197354553",
"url": "https://github.com/quicwg/base-drafts/pull/2025#pullrequestreview-197354553",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>
----==_mimepart_5c4fbb867fd4b_1e963f91f80d45c02255fe--


From nobody Mon Jan 28 18:38:03 2019
Return-Path: <bounce+565321.40f-quic-issues=ietf.org@github.com>
X-Original-To: quic-issues@ietfa.amsl.com
Delivered-To: quic-issues@ietfa.amsl.com
Received: from localhost (localhost [127.0.0.1]) by ietfa.amsl.com (Postfix) with ESMTP id 5EA2012875B for <quic-issues@ietfa.amsl.com>; Mon, 28 Jan 2019 18:38: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=-4.553, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, RCVD_IN_DNSWL_NONE=-0.0001, SPF_PASS=-0.001] autolearn=ham autolearn_force=no
Authentication-Results: ietfa.amsl.com (amavisd-new); dkim=pass (1024-bit key) header.d=github.com
Received: from mail.ietf.org ([4.31.198.44]) by localhost (ietfa.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id vHJuRrxKJ0ko for <quic-issues@ietfa.amsl.com>; Mon, 28 Jan 2019 18:37:58 -0800 (PST)
Received: from m69-170.mailgun.net (m69-170.mailgun.net [166.78.69.170]) (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 C021D130F11 for <quic-issues@ietf.org>; Mon, 28 Jan 2019 18:34:26 -0800 (PST)
DKIM-Signature: a=rsa-sha256; v=1; c=relaxed/relaxed; d=github.com; q=dns/txt;  s=mailo; t=1548729263; h=Content-Transfer-Encoding: Content-Type: Mime-Version: Subject: Message-ID: To: Reply-To: From: Date: Sender; bh=nRuTYM8npeZJYAcDecOkymhvIJUJ2cE9MBsW8IuNEUg=; b=bAtLbiM1F25BtBza6XUkngQUtMQFpiHyxoMYbj18NRleia12P4lCqk1wK9k/5zA/28JxBJvW dl24icHlc3QQMrvhv+HKwhyIpAIQcuJLuUQXLJkZ22gdTlpHho+3tfL6MdIDXR7SMThCPuEe BNvNI4CP0irn0NQkeSjV/cN3s6M=
X-Mailgun-Sending-Ip: 166.78.69.170
X-Mailgun-Sid: WyJhNzYyYiIsICJxdWljLWlzc3Vlc0BpZXRmLm9yZyIsICI0MGYiXQ==
Sender: ianswett=users.noreply.github.com@github.com
Received: from github.com (Unknown [192.30.252.44]) by mxa.mailgun.org with ESMTP id 5c4fbbaf.7fd964e0c120-smtp-out-n03; Tue, 29 Jan 2019 02:34:23 -0000 (UTC)
Date: Mon, 28 Jan 2019 18:34:23 -0800
From: ianswett <ianswett@users.noreply.github.com>
Reply-To: ianswett <ianswett@users.noreply.github.com>
To: quic-issues@ietf.org
Message-ID: <5c4fbbaf57256_64d92afbe812857c963ed@hookshot-fe-6e9b612.cp1-iad.github.net.mail>
Subject: [quicwg/base-drafts] a3dac0: Change loss_detection_alarm.set() to update()
Mime-Version: 1.0
Content-Type: multipart/mixed; boundary="--==_mimepart_5c4fbbaf56f0e_64d92afbe812857c9621f"; charset=UTF-8
Content-Transfer-Encoding: 7bit
Archived-At: <https://mailarchive.ietf.org/arch/msg/quic-issues/nmY4Eul-z9kqxL0Dj9JTXlWNZW0>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
Precedence: list
List-Id: Notification list for GitHub issues related to the QUIC WG <quic-issues.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=unsubscribe>
List-Archive: <https://mailarchive.ietf.org/arch/browse/quic-issues/>
List-Post: <mailto:quic-issues@ietf.org>
List-Help: <mailto:quic-issues-request@ietf.org?subject=help>
List-Subscribe: <https://www.ietf.org/mailman/listinfo/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=subscribe>
X-List-Received-Date: Tue, 29 Jan 2019 02:38:00 -0000

----==_mimepart_5c4fbbaf56f0e_64d92afbe812857c9621f
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

  Branch: refs/heads/ianswett-set-update
  Home:   https://github.com/quicwg/base-drafts
  Commit: a3dac027debd9096660fa6b114a94f5278fdc64f
      https://github.com/quicwg/base-drafts/commit/a3dac027debd9096660fa6b114a94f5278fdc64f
  Author: ianswett <ianswett@users.noreply.github.com>
  Date:   2019-01-28 (Mon, 28 Jan 2019)

  Changed paths:
    M draft-ietf-quic-recovery.md

  Log Message:
  -----------
  Change loss_detection_alarm.set() to update()

Editorial suggestion from Yoshifumi Nishida



      **NOTE:** GitHub Services has been marked for deprecation: https://developer.github.com/changes/2018-04-25-github-services-deprecation/

      We will provide an alternative path for the email notifications by January 31st, 2019.

----==_mimepart_5c4fbbaf56f0e_64d92afbe812857c9621f--


From nobody Mon Jan 28 18:38: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 F0FFA130EB0 for <quic-issues@ietfa.amsl.com>; Mon, 28 Jan 2019 18:38:00 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -11.149
X-Spam-Level: 
X-Spam-Status: No, score=-11.149 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIMWL_WL_HIGH=-4.553, 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_PASS=-0.001] autolearn=ham autolearn_force=no
Authentication-Results: ietfa.amsl.com (amavisd-new); dkim=pass (1024-bit key) header.d=github.com
Received: from mail.ietf.org ([4.31.198.44]) by localhost (ietfa.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id LSX6P_yTJt61 for <quic-issues@ietfa.amsl.com>; Mon, 28 Jan 2019 18:37:59 -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 CD75F130F12 for <quic-issues@ietf.org>; Mon, 28 Jan 2019 18:34:35 -0800 (PST)
Date: Mon, 28 Jan 2019 18:34:32 -0800
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1548729272; bh=jutWIxqhhcf5vsIbwz6h+f3yIvBY0cTInIWlJX6ux3I=; h=Date:From:Reply-To:To:Cc:Subject:List-ID:List-Archive:List-Post: List-Unsubscribe:From; b=KZ0fiBVkvmCWGz+6r9cKN7NMpf2OVVJl/jKV7mJH33E06qdV41MxESjwWjm1kRi6V AVb+cFxoIS86/mVeqou6w37KWaCguE345d4xcKdGbcjRfQEzHthzfRhMlBdsxTEuo3 3bLyQWmQ2FtWKGZT52hvarUh4LDL3hI1RvwHvrl8=
From: ianswett <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+0166e4ab7a6a4be527113bb7158c7a662633064cd87146a792cf0000000118677db892a169ce1816023d@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/pull/2383@github.com>
Subject: [quicwg/base-drafts] Change loss_detection_alarm.set() to update() (#2383)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5c4fbbb8b7659_4f743f97fecd45bc18054a"; 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/tGRokiKzpJvCdw6rwhrOpEpUrMY>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
List-Id: Notification list for GitHub issues related to the QUIC WG <quic-issues.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=unsubscribe>
List-Archive: <https://mailarchive.ietf.org/arch/browse/quic-issues/>
List-Post: <mailto:quic-issues@ietf.org>
List-Help: <mailto:quic-issues-request@ietf.org?subject=help>
List-Subscribe: <https://www.ietf.org/mailman/listinfo/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=subscribe>
X-List-Received-Date: Tue, 29 Jan 2019 02:38:01 -0000

----==_mimepart_5c4fbbb8b7659_4f743f97fecd45bc18054a
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

Editorial suggestion from Yoshifumi Nishida
You can view, comment on, or merge this pull request online at:

  https://github.com/quicwg/base-drafts/pull/2383

-- Commit Summary --

  * Change loss_detection_alarm.set() to update()

-- File Changes --

    M draft-ietf-quic-recovery.md (6)

-- Patch Links --

https://github.com/quicwg/base-drafts/pull/2383.patch
https://github.com/quicwg/base-drafts/pull/2383.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/2383

----==_mimepart_5c4fbbb8b7659_4f743f97fecd45bc18054a
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

<p>Editorial suggestion from Yoshifumi Nishida</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/2383'>https://github.com/quicwg/base-drafts/pull/2383</a></p>

<h4>Commit Summary</h4>
<ul>
  <li>Change loss_detection_alarm.set() to update()</li>
</ul>

<h4>File Changes</h4>
<ul>
  <li>
    <strong>M</strong>
    <a href="https://github.com/quicwg/base-drafts/pull/2383/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/2383.patch'>https://github.com/quicwg/base-drafts/pull/2383.patch</a></li>
  <li><a href='https://github.com/quicwg/base-drafts/pull/2383.diff'>https://github.com/quicwg/base-drafts/pull/2383.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/2383">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AWbkq1xB57MdZW7ln9aIoT-Q650Izcbuks5vH7M4gaJpZM4aXLJy">mute the thread</a>.<img src="https://github.com/notifications/beacon/AWbkq9igDPoISHddgzSWtuv9HIlnodTbks5vH7M4gaJpZM4aXLJy.gif" height="1" width="1" alt="" /></p>
<script type="application/json" data-scope="inboxmarkup">{"api_version":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name":"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"https://github.githubassets.com/images/email/message_cards/header.png","avatar_image_url":"https://github.githubassets.com/images/email/message_cards/avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/quicwg/base-drafts"}},"updates":{"snippets":[{"icon":"DESCRIPTION","message":"Change loss_detection_alarm.set() to update() (#2383)"}],"action":{"name":"View Pull Request","url":"https://github.com/quicwg/base-drafts/pull/2383"}}}</script>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/pull/2383",
"url": "https://github.com/quicwg/base-drafts/pull/2383",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>

----==_mimepart_5c4fbbb8b7659_4f743f97fecd45bc18054a--


From nobody Mon Jan 28 18:38: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 BDC6D12875B for <quic-issues@ietfa.amsl.com>; Mon, 28 Jan 2019 18:38:17 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -10.935
X-Spam-Level: 
X-Spam-Status: No, score=-10.935 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIMWL_WL_HIGH=-4.553, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, HTML_IMAGE_ONLY_24=1.618, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-1, RCVD_IN_DNSWL_HI=-5, SPF_PASS=-0.001] autolearn=ham autolearn_force=no
Authentication-Results: ietfa.amsl.com (amavisd-new); dkim=pass (1024-bit key) header.d=github.com
Received: from mail.ietf.org ([4.31.198.44]) by localhost (ietfa.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id mojJXN08Usue for <quic-issues@ietfa.amsl.com>; Mon, 28 Jan 2019 18:38: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 AB64F131364 for <quic-issues@ietf.org>; Mon, 28 Jan 2019 18:37:30 -0800 (PST)
Date: Mon, 28 Jan 2019 18:37:28 -0800
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1548729448; bh=7jpHR7EFb6zY5r13fktXBnm5UblbVEnpQ/eVw3mbUNU=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=Q5zuPMbkl3Xey3Uy0mC+LOdsGAHS3WHS5W96wrWXu/5tjzXFFp4OtP+Yr34pOOsf2 YsjCldbslHd2hgxIH+rQ49gbJMM10ruel0/QQffQ6MjXcKLyUCCAAQNvAl4yiWwiLk umvNcxYr17k6g70FpkfST3FzrqS54SH8LrZD+Vl8=
From: Jana Iyengar <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+0166e4abfe6f71adf3d06d4772e25e1404d1e75c1c55f65d92cf0000000118677e6892a169ce14c4e0aa@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/pull/1637/issue_event/2102494221@github.com>
In-Reply-To: <quicwg/base-drafts/pull/1637@github.com>
References: <quicwg/base-drafts/pull/1637@github.com>
Subject: Re: [quicwg/base-drafts] Discuss Application-Limited Sending (#1637)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5c4fbc688a63e_7be23fb4e6cd45bc17704c"; 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/aFYtifWvKpXYjkBf6zHT3z8GVL8>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
List-Id: Notification list for GitHub issues related to the QUIC WG <quic-issues.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=unsubscribe>
List-Archive: <https://mailarchive.ietf.org/arch/browse/quic-issues/>
List-Post: <mailto:quic-issues@ietf.org>
List-Help: <mailto:quic-issues-request@ietf.org?subject=help>
List-Subscribe: <https://www.ietf.org/mailman/listinfo/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=subscribe>
X-List-Received-Date: Tue, 29 Jan 2019 02:38:18 -0000

----==_mimepart_5c4fbc688a63e_7be23fb4e6cd45bc17704c
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

Merged #1637 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/1637#event-2102494221
----==_mimepart_5c4fbc688a63e_7be23fb4e6cd45bc17704c
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="348446890" data-permission-text="Issue title is private" data-url="https://github.com/quicwg/base-drafts/issues/1637" data-hovercard-type="pull_request" data-hovercard-url="/quicwg/base-drafts/pull/1637/hovercard" href="https://github.com/quicwg/base-drafts/pull/1637">#1637</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/1637#event-2102494221">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AWbkqwMye_FpAvsUXY3oHzvGB6XWWqgNks5vH7PogaJpZM4VytaJ">mute the thread</a>.<img src="https://github.com/notifications/beacon/AWbkq8QwzzuuBN3bP-zJoYONpS-enFOrks5vH7PogaJpZM4VytaJ.gif" height="1" width="1" alt="" /></p>
<script type="application/json" data-scope="inboxmarkup">{"api_version":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name":"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"https://github.githubassets.com/images/email/message_cards/header.png","avatar_image_url":"https://github.githubassets.com/images/email/message_cards/avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/quicwg/base-drafts"}},"updates":{"snippets":[{"icon":"DESCRIPTION","message":"Merged #1637 into master."}],"action":{"name":"View Pull Request","url":"https://github.com/quicwg/base-drafts/pull/1637#event-2102494221"}}}</script>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/pull/1637#event-2102494221",
"url": "https://github.com/quicwg/base-drafts/pull/1637#event-2102494221",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>
----==_mimepart_5c4fbc688a63e_7be23fb4e6cd45bc17704c--


From nobody Mon Jan 28 18:38:41 2019
Return-Path: <bounce+565321.40f-quic-issues=ietf.org@github.com>
X-Original-To: quic-issues@ietfa.amsl.com
Delivered-To: quic-issues@ietfa.amsl.com
Received: from localhost (localhost [127.0.0.1]) by ietfa.amsl.com (Postfix) with ESMTP id 744FC12875B for <quic-issues@ietfa.amsl.com>; Mon, 28 Jan 2019 18:38:18 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -0.997
X-Spam-Level: 
X-Spam-Status: No, score=-0.997 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIM_ADSP_CUSTOM_MED=0.001, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, FREEMAIL_FORGED_FROMDOMAIN=0.001, FREEMAIL_FROM=0.001, HEADER_FROM_DIFFERENT_DOMAINS=0.001, NML_ADSP_CUSTOM_MED=0.9, RCVD_IN_DNSWL_NONE=-0.0001, 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 HP9ZyJtHLw_x for <quic-issues@ietfa.amsl.com>; Mon, 28 Jan 2019 18:38:16 -0800 (PST)
Received: from m69-169.mailgun.net (m69-169.mailgun.net [166.78.69.169]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id 4617213127D for <quic-issues@ietf.org>; Mon, 28 Jan 2019 18:37:28 -0800 (PST)
DKIM-Signature: a=rsa-sha256; v=1; c=relaxed/relaxed; d=github.com; q=dns/txt;  s=mailo; t=1548729445; h=Content-Transfer-Encoding: Content-Type: Mime-Version: Subject: Message-ID: To: Reply-To: From: Date: Sender; bh=PCyDTGJUv+God8Ia2bsneU20k7J54P7TtqWuoOQD5so=; b=uEBXhmyBKFmDiX1ipoobj930ee57HxnJaVFjOAcYSgC/m3dodbCWFad1WlsA4HVRySmPLCDo A8V48p5DQXwpsXi/zE2hjmIr+mNyYG0EG4FVG1X9QXz72DzeHX8XTb4lbhSSkNfV9Zn+CpfR H4sONg9ekwSGylouWJJkB/Q1tNo=
X-Mailgun-Sending-Ip: 166.78.69.169
X-Mailgun-Sid: WyJhNzYyYiIsICJxdWljLWlzc3Vlc0BpZXRmLm9yZyIsICI0MGYiXQ==
Sender: jri.ietf=gmail.com@github.com
Received: from github.com (Unknown [192.30.252.39]) by mxa.mailgun.org with ESMTP id 5c4fbc65.7f7af5a17e70-smtp-out-n01; Tue, 29 Jan 2019 02:37:25 -0000 (UTC)
Date: Mon, 28 Jan 2019 18:37:25 -0800
From: Jana Iyengar <jri.ietf@gmail.com>
Reply-To: Jana Iyengar <jri.ietf@gmail.com>
To: quic-issues@ietf.org
Message-ID: <5c4fbc65a65a5_1bb5a2af9659a85885075@hookshot-fe-dfcc362.cp1-iad.github.net.mail>
Subject: [quicwg/base-drafts] ceab0e: Discuss Application-Limited Sending
Mime-Version: 1.0
Content-Type: multipart/mixed; boundary="--==_mimepart_5c4fbc65a617c_1bb5a2af9659a858850673"; charset=UTF-8
Content-Transfer-Encoding: 7bit
Archived-At: <https://mailarchive.ietf.org/arch/msg/quic-issues/TnB_ON4FHJtA85PbZn_TsKe7V90>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
Precedence: list
List-Id: Notification list for GitHub issues related to the QUIC WG <quic-issues.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=unsubscribe>
List-Archive: <https://mailarchive.ietf.org/arch/browse/quic-issues/>
List-Post: <mailto:quic-issues@ietf.org>
List-Help: <mailto:quic-issues-request@ietf.org?subject=help>
List-Subscribe: <https://www.ietf.org/mailman/listinfo/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=subscribe>
X-List-Received-Date: Tue, 29 Jan 2019 02:38:19 -0000

----==_mimepart_5c4fbc65a617c_1bb5a2af9659a858850673
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

  Branch: refs/heads/master
  Home:   https://github.com/quicwg/base-drafts
  Commit: ceab0e21afc6c181d40ca07ca34a8d86027da7e7
      https://github.com/quicwg/base-drafts/commit/ceab0e21afc6c181d40ca07ca34a8d86027da7e7
  Author: ianswett <ianswett@users.noreply.github.com>
  Date:   2018-08-07 (Tue, 07 Aug 2018)

  Changed paths:
    M draft-ietf-quic-recovery.md

  Log Message:
  -----------
  Discuss Application-Limited Sending

Fixes #1619


  Commit: a38f3f9e44b95bed81592394ecbeb5f6eb0fa97a
      https://github.com/quicwg/base-drafts/commit/a38f3f9e44b95bed81592394ecbeb5f6eb0fa97a
  Author: ianswett <ianswett@users.noreply.github.com>
  Date:   2018-08-07 (Tue, 07 Aug 2018)

  Changed paths:
    M draft-ietf-quic-recovery.md

  Log Message:
  -----------
  Update draft-ietf-quic-recovery.md


  Commit: b6546ab40393f119ab92929019eee6b94df946c2
      https://github.com/quicwg/base-drafts/commit/b6546ab40393f119ab92929019eee6b94df946c2
  Author: ianswett <ianswett@users.noreply.github.com>
  Date:   2019-01-11 (Fri, 11 Jan 2019)

  Changed paths:
    A .gitattributes
    M draft-ietf-quic-http.md
    M draft-ietf-quic-invariants.md
    M draft-ietf-quic-qpack.md
    M draft-ietf-quic-recovery.md
    M draft-ietf-quic-spin-exp.md
    M draft-ietf-quic-tls.md
    M draft-ietf-quic-transport.md
    A initial-protection.js
    M tag.sh

  Log Message:
  -----------
  Merge branch 'master' into ianswett-app-limited


  Commit: f49e4a4707d2733b178079d2655dbe61a60b8ef9
      https://github.com/quicwg/base-drafts/commit/f49e4a4707d2733b178079d2655dbe61a60b8ef9
  Author: ianswett <ianswett@users.noreply.github.com>
  Date:   2019-01-11 (Fri, 11 Jan 2019)

  Changed paths:
    M draft-ietf-quic-recovery.md

  Log Message:
  -----------
  Rewrite and specifically note pacing


  Commit: 10f9dedbf84d828cf2d49cf3dbe9ed367e89593d
      https://github.com/quicwg/base-drafts/commit/10f9dedbf84d828cf2d49cf3dbe9ed367e89593d
  Author: ianswett <ianswett@users.noreply.github.com>
  Date:   2019-01-11 (Fri, 11 Jan 2019)

  Changed paths:
    M draft-ietf-quic-recovery.md

  Log Message:
  -----------
  Update draft-ietf-quic-recovery.md


  Commit: fb13365635420b3d53dd2bff388afca10f4fcf68
      https://github.com/quicwg/base-drafts/commit/fb13365635420b3d53dd2bff388afca10f4fcf68
  Author: Martin Thomson <mt@lowentropy.net>
  Date:   2019-01-15 (Tue, 15 Jan 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>


  Commit: 3fb5df177679b5a410a865ec07d139aea26d72a2
      https://github.com/quicwg/base-drafts/commit/3fb5df177679b5a410a865ec07d139aea26d72a2
  Author: ianswett <ianswett@users.noreply.github.com>
  Date:   2019-01-16 (Wed, 16 Jan 2019)

  Changed paths:
    M draft-ietf-quic-recovery.md

  Log Message:
  -----------
  Update draft-ietf-quic-recovery.md


  Commit: 6f6e34ccd97f6b1c683bf2275d832308cff3c794
      https://github.com/quicwg/base-drafts/commit/6f6e34ccd97f6b1c683bf2275d832308cff3c794
  Author: ianswett <ianswett@users.noreply.github.com>
  Date:   2019-01-22 (Tue, 22 Jan 2019)

  Changed paths:
    A .github/release-drafter.yml
    M draft-ietf-quic-http.md
    M draft-ietf-quic-invariants.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 tag.sh

  Log Message:
  -----------
  Merge branch 'master' into ianswett-app-limited


  Commit: f9aaa9108f058ee0f17e7d6aa2b1916f3b558bd0
      https://github.com/quicwg/base-drafts/commit/f9aaa9108f058ee0f17e7d6aa2b1916f3b558bd0
  Author: ianswett <ianswett@users.noreply.github.com>
  Date:   2019-01-22 (Tue, 22 Jan 2019)

  Changed paths:
    M draft-ietf-quic-recovery.md

  Log Message:
  -----------
  Update draft-ietf-quic-recovery.md


  Commit: bb96c700706574df8f4eef144f5b4505581d51c1
      https://github.com/quicwg/base-drafts/commit/bb96c700706574df8f4eef144f5b4505581d51c1
  Author: Jana Iyengar <jri.ietf@gmail.com>
  Date:   2019-01-28 (Mon, 28 Jan 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>


  Commit: c21ced5457920324dff55376db86455a83244f7f
      https://github.com/quicwg/base-drafts/commit/c21ced5457920324dff55376db86455a83244f7f
  Author: Jana Iyengar <jri.ietf@gmail.com>
  Date:   2019-01-28 (Mon, 28 Jan 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>


  Commit: 07ef7103a505acf980bc3acb4520a890d90d8190
      https://github.com/quicwg/base-drafts/commit/07ef7103a505acf980bc3acb4520a890d90d8190
  Author: ianswett <ianswett@users.noreply.github.com>
  Date:   2019-01-28 (Mon, 28 Jan 2019)

  Changed paths:
    M draft-ietf-quic-recovery.md

  Log Message:
  -----------
  Update draft-ietf-quic-recovery.md


  Commit: 06cf5b0b2f5cf03d4fec36fcf2ebc9ee9a3218e3
      https://github.com/quicwg/base-drafts/commit/06cf5b0b2f5cf03d4fec36fcf2ebc9ee9a3218e3
  Author: ianswett <ianswett@users.noreply.github.com>
  Date:   2019-01-28 (Mon, 28 Jan 2019)

  Changed paths:
    M draft-ietf-quic-recovery.md

  Log Message:
  -----------
  Update draft-ietf-quic-recovery.md


  Commit: d3fc30208e4b3289d807a25f72dc21f396ab3b1a
      https://github.com/quicwg/base-drafts/commit/d3fc30208e4b3289d807a25f72dc21f396ab3b1a
  Author: Jana Iyengar <jri.ietf@gmail.com>
  Date:   2019-01-28 (Mon, 28 Jan 2019)

  Changed paths:
    M draft-ietf-quic-recovery.md

  Log Message:
  -----------
  Merge pull request #1637 from quicwg/ianswett-app-limited

Discuss Application-Limited Sending


Compare: https://github.com/quicwg/base-drafts/compare/d947b2fcd4de...d3fc30208e4b
      **NOTE:** GitHub Services has been marked for deprecation: https://developer.github.com/changes/2018-04-25-github-services-deprecation/

      We will provide an alternative path for the email notifications by January 31st, 2019.

----==_mimepart_5c4fbc65a617c_1bb5a2af9659a858850673--


From nobody Mon Jan 28 18:38: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 3E7C312875B for <quic-issues@ietfa.amsl.com>; Mon, 28 Jan 2019 18:38:19 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -11.149
X-Spam-Level: 
X-Spam-Status: No, score=-11.149 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIMWL_WL_HIGH=-4.553, 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_PASS=-0.001] autolearn=ham autolearn_force=no
Authentication-Results: ietfa.amsl.com (amavisd-new); dkim=pass (1024-bit key) header.d=github.com
Received: from mail.ietf.org ([4.31.198.44]) by localhost (ietfa.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id tBot3Px3BYxg for <quic-issues@ietfa.amsl.com>; Mon, 28 Jan 2019 18:38: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 D5BE8131367 for <quic-issues@ietf.org>; Mon, 28 Jan 2019 18:37:30 -0800 (PST)
Date: Mon, 28 Jan 2019 18:37:28 -0800
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1548729448; bh=DwIvBzbAd8xiPua6JeBTozBvrV+6JF6LYNAAv+uukQY=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=c1q0/1Ihp4fwc6ZjNLDrDxckENPz5YbqqCyIJRRoJVpvt7UDZZSfskw4hM8LhIuhs Ubp7Zbkc4deN3I4Z2Hz6xRcnZ8TjjGBvgQDgS3mvdhfJgH+pVUXftHW+LwFmgYBP0T Am3gZ64Mk/CZZVH7rD9gc568VefR2HDYyzI61Q8c=
From: Jana Iyengar <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+0166e4abe776011385593fa9f1e57ef6b9e0abc466a71f7a92cf0000000118677e6892a169ce14a2c6e6@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/issue/1619/issue_event/2102494223@github.com>
In-Reply-To: <quicwg/base-drafts/issues/1619@github.com>
References: <quicwg/base-drafts/issues/1619@github.com>
Subject: Re: [quicwg/base-drafts] Discuss application-limited congestion control in Recovery (#1619)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5c4fbc68cfa94_47ff3f8316ad45c0109081"; 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/eU7qvEvo35ZfC9MrJ6dRAk4gjVs>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
List-Id: Notification list for GitHub issues related to the QUIC WG <quic-issues.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=unsubscribe>
List-Archive: <https://mailarchive.ietf.org/arch/browse/quic-issues/>
List-Post: <mailto:quic-issues@ietf.org>
List-Help: <mailto:quic-issues-request@ietf.org?subject=help>
List-Subscribe: <https://www.ietf.org/mailman/listinfo/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=subscribe>
X-List-Received-Date: Tue, 29 Jan 2019 02:38:19 -0000

----==_mimepart_5c4fbc68cfa94_47ff3f8316ad45c0109081
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

Closed #1619 via #1637.

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/quicwg/base-drafts/issues/1619#event-2102494223
----==_mimepart_5c4fbc68cfa94_47ff3f8316ad45c0109081
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="346212070" data-permission-text="Issue title is private" data-url="https://github.com/quicwg/base-drafts/issues/1619" data-hovercard-type="issue" data-hovercard-url="/quicwg/base-drafts/issues/1619/hovercard" href="https://github.com/quicwg/base-drafts/issues/1619">#1619</a> via <a class="issue-link js-issue-link" data-error-text="Failed to load issue title" data-id="348446890" data-permission-text="Issue title is private" data-url="https://github.com/quicwg/base-drafts/issues/1637" data-hovercard-type="pull_request" data-hovercard-url="/quicwg/base-drafts/pull/1637/hovercard" href="https://github.com/quicwg/base-drafts/pull/1637">#1637</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/1619#event-2102494223">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AWbkq7O0pPlieVoU1O7hBlWjv-5Je6ywks5vH7PogaJpZM4VoXE5">mute the thread</a>.<img src="https://github.com/notifications/beacon/AWbkq_RhnszSjdSTVDomEc0nd4xGn_otks5vH7PogaJpZM4VoXE5.gif" height="1" width="1" alt="" /></p>
<script type="application/json" data-scope="inboxmarkup">{"api_version":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name":"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"https://github.githubassets.com/images/email/message_cards/header.png","avatar_image_url":"https://github.githubassets.com/images/email/message_cards/avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/quicwg/base-drafts"}},"updates":{"snippets":[{"icon":"DESCRIPTION","message":"Closed #1619 via #1637."}],"action":{"name":"View Issue","url":"https://github.com/quicwg/base-drafts/issues/1619#event-2102494223"}}}</script>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/issues/1619#event-2102494223",
"url": "https://github.com/quicwg/base-drafts/issues/1619#event-2102494223",
"name": "View Issue"
},
"description": "View this Issue on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>
----==_mimepart_5c4fbc68cfa94_47ff3f8316ad45c0109081--


From nobody Mon Jan 28 18:41: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 8DDD2130E86 for <quic-issues@ietfa.amsl.com>; Mon, 28 Jan 2019 18:41:04 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -11.574
X-Spam-Level: 
X-Spam-Status: No, score=-11.574 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIMWL_WL_HIGH=-4.553, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, FROM_EXCESS_BASE64=0.979, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-1, RCVD_IN_DNSWL_HI=-5, SPF_PASS=-0.001] autolearn=ham autolearn_force=no
Authentication-Results: ietfa.amsl.com (amavisd-new); dkim=pass (1024-bit key) header.d=github.com
Received: from mail.ietf.org ([4.31.198.44]) by localhost (ietfa.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id tbwj20YPK23L for <quic-issues@ietfa.amsl.com>; Mon, 28 Jan 2019 18:41: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 2F613129B88 for <quic-issues@ietf.org>; Mon, 28 Jan 2019 18:41:03 -0800 (PST)
Date: Mon, 28 Jan 2019 18:41:02 -0800
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1548729662; bh=q4IZBCJpT7aw6LMMng39YqPCceFRe0QcShq/GT94MhY=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=ixxbdKzG8N7zifDi7HzDEMuFShysR27rJCzY4B/wIHnqO3gZ4HQqNAuzj/ChhRDiy m8CLE5uOQP9bSWl80wbJa1383Aqz7VPoJWGQ0k0yvzvcA6hhxNK8b3jt8GheAql1Y8 lztto6HjJRGFNh3nYuZtTbhZ8YzAnyvazgDyaM44=
From: =?UTF-8?B?QmVuY2UgQsOpa3k=?= <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+0166e4ab68b946e4d7170d618ec7d0e3387003388ed905ec92cf0000000118677f3e92a169ce1789f586@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/issues/2276/458385580@github.com>
In-Reply-To: <quicwg/base-drafts/issues/2276@github.com>
References: <quicwg/base-drafts/issues/2276@github.com>
Subject: Re: [quicwg/base-drafts] Disallow changes of table size after 0-RTT (#2276)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5c4fbd3e22001_31563ff7036d45b8417428"; 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/g--19DIxNv-U6Uz6YbhIQLGKPi0>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
List-Id: Notification list for GitHub issues related to the QUIC WG <quic-issues.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=unsubscribe>
List-Archive: <https://mailarchive.ietf.org/arch/browse/quic-issues/>
List-Post: <mailto:quic-issues@ietf.org>
List-Help: <mailto:quic-issues-request@ietf.org?subject=help>
List-Subscribe: <https://www.ietf.org/mailman/listinfo/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=subscribe>
X-List-Received-Date: Tue, 29 Jan 2019 02:41:05 -0000

----==_mimepart_5c4fbd3e22001_31563ff7036d45b8417428
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

> If we allow 0 to become >0, that isn't fundamentally that different to allowing increases. If you chose 0, then 0-RTT probably isn't that effective either. I am inclined to leave no change as the only option if we go this way.
> 

I would argue that allowing 0 to become >0 is different from allowing increases in a subtle but important way: while the SETTING value is 0, wrapping is automatically disabled.  Therefore I do not see any complexity change from banning all changes to allowing 0 to be increased.  Whether there is any benefit to this in practice is a different, and quite valid, question.

In the end I do not feel strongly about allowing 0 to be increased either way, as long as non-zero values are not allowed to be changed.

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/quicwg/base-drafts/issues/2276#issuecomment-458385580
----==_mimepart_5c4fbd3e22001_31563ff7036d45b8417428
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: quoted-printable

<blockquote>
<p>If we allow 0 to become &gt;0, that isn't fundamentally that different=
 to allowing increases. If you chose 0, then 0-RTT probably isn't that ef=
fective either. I am inclined to leave no change as the only option if we=
 go this way.</p>
</blockquote>
<p>I would argue that allowing 0 to become &gt;0 is different from allowi=
ng increases in a subtle but important way: while the SETTING value is 0,=
 wrapping is automatically disabled.  Therefore I do not see any complexi=
ty change from banning all changes to allowing 0 to be increased.  Whethe=
r there is any benefit to this in practice is a different, and quite vali=
d, question.</p>
<p>In the end I do not feel strongly about allowing 0 to be increased eit=
her way, as long as non-zero values are not allowed to be changed.</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/2276#issuecomment-458385580">view it on GitHub</a>,=
 or <a href=3D"https://github.com/notifications/unsubscribe-auth/AWbkqzKM=
S_2oWkPMjvd0jG3DMim29aQnks5vH7S-gaJpZM4ZlJXB">mute the thread</a>.<img sr=
c=3D"https://github.com/notifications/beacon/AWbkq6TjfP6JwPSvkzYY5CAWQYQR=
C_qmks5vH7S-gaJpZM4ZlJXB.gif" height=3D"1" width=3D"1" alt=3D"" /></p>
<script type=3D"application/json" data-scope=3D"inboxmarkup">{"api_versio=
n":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name"=
:"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"=
quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"http=
s://github.githubassets.com/images/email/message_cards/header.png","avata=
r_image_url":"https://github.githubassets.com/images/email/message_cards/=
avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/q=
uicwg/base-drafts"}},"updates":{"snippets":[{"icon":"PERSON","message":"@=
bencebeky in #2276: \u003e If we allow 0 to become \u003e0, that isn't fu=
ndamentally that different to allowing increases. If you chose 0, then 0-=
RTT probably isn't that effective either. I am inclined to leave no chang=
e as the only option if we go this way.\r\n\u003e \r\n\r\nI would argue t=
hat allowing 0 to become \u003e0 is different from allowing increases in =
a subtle but important way: while the SETTING value is 0, wrapping is aut=
omatically disabled.  Therefore I do not see any complexity change from b=
anning all changes to allowing 0 to be increased.  Whether there is any b=
enefit to this in practice is a different, and quite valid, question.\r\n=
\r\nIn the end I do not feel strongly about allowing 0 to be increased ei=
ther way, as long as non-zero values are not allowed to be changed."}],"a=
ction":{"name":"View Issue","url":"https://github.com/quicwg/base-drafts/=
issues/2276#issuecomment-458385580"}}}</script>
<script type=3D"application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/issues/2276#issuecomment=
-458385580",
"url": "https://github.com/quicwg/base-drafts/issues/2276#issuecomment-45=
8385580",
"name": "View Issue"
},
"description": "View this Issue on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>=

----==_mimepart_5c4fbd3e22001_31563ff7036d45b8417428--


From nobody Mon Jan 28 18: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 404A3130D7A for <quic-issues@ietfa.amsl.com>; Mon, 28 Jan 2019 18:45:12 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -10.935
X-Spam-Level: 
X-Spam-Status: No, score=-10.935 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIMWL_WL_HIGH=-4.553, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, HTML_IMAGE_ONLY_24=1.618, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-1, RCVD_IN_DNSWL_HI=-5, SPF_PASS=-0.001] autolearn=ham autolearn_force=no
Authentication-Results: ietfa.amsl.com (amavisd-new); dkim=pass (1024-bit key) header.d=github.com
Received: from mail.ietf.org ([4.31.198.44]) by localhost (ietfa.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id RPMAJeBw7uN1 for <quic-issues@ietfa.amsl.com>; Mon, 28 Jan 2019 18:45:09 -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 6BF43129B88 for <quic-issues@ietf.org>; Mon, 28 Jan 2019 18:45:09 -0800 (PST)
Date: Mon, 28 Jan 2019 18:45:08 -0800
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1548729908; bh=8a6faJobGHImzgkwbRfkIBfAXxueLDPZik5wi8vvO6Y=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=UKuLZLd7PvN+HXILYnTbeLVgXXi/GginfGu4qS0EEG/Baimc4OowYTNzNb4JrbkML nKgDMMQuskecDxJg5pVU1jGj7VrKHzBR4+OSkDQVJORyu9YqQVb3WawaqLNPZE7KPj weLetenNWHEbobim4rv+91N+z6rUjf8pn2YwcLaY=
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/2025/push/3252898728@github.com>
In-Reply-To: <quicwg/base-drafts/pull/2025@github.com>
References: <quicwg/base-drafts/pull/2025@github.com>
Subject: Re: [quicwg/base-drafts] Send an immediate ACK (#2025)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5c4fbe346beb9_33e53fac994d45c4127025"; 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/5H_DEjt3XrMDEAN9pudo41bkeAs>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
List-Id: Notification list for GitHub issues related to the QUIC WG <quic-issues.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=unsubscribe>
List-Archive: <https://mailarchive.ietf.org/arch/browse/quic-issues/>
List-Post: <mailto:quic-issues@ietf.org>
List-Help: <mailto:quic-issues-request@ietf.org?subject=help>
List-Subscribe: <https://www.ietf.org/mailman/listinfo/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=subscribe>
X-List-Received-Date: Tue, 29 Jan 2019 02:45:12 -0000

----==_mimepart_5c4fbe346beb9_33e53fac994d45c4127025
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

@ianswett pushed 1 commit.

741c29413014fd3541f930344e5b9e419f4b244c  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/2025/files/ac2c595a33dfb08bb1dc5d0d9cf26f0fe4339b5f..741c29413014fd3541f930344e5b9e419f4b244c

----==_mimepart_5c4fbe346beb9_33e53fac994d45c4127025
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/741c29413014fd3541f930344e5b9e419f4b244c">741c294</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/2025/files/ac2c595a33dfb08bb1dc5d0d9cf26f0fe4339b5f..741c29413014fd3541f930344e5b9e419f4b244c">View it on GitHub</a> or <a href="https://github.com/notifications/unsubscribe-auth/AWbkqxk0xNBggfugtPKIt-CTK5rfM9RPks5vH7W0gaJpZM4YruSf">mute the thread</a>.<img src="https://github.com/notifications/beacon/AWbkqy_3_vdbsk2Dr7NG41do4rLBOVywks5vH7W0gaJpZM4YruSf.gif" height="1" width="1" alt="" /></p>
<script type="application/json" data-scope="inboxmarkup">{"api_version":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name":"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"https://github.githubassets.com/images/email/message_cards/header.png","avatar_image_url":"https://github.githubassets.com/images/email/message_cards/avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/quicwg/base-drafts"}},"updates":{"snippets":[{"icon":"PERSON","message":"@ianswett pushed 1 commit in #2025"}],"action":{"name":"View Pull Request","url":"https://github.com/quicwg/base-drafts/pull/2025/files/ac2c595a33dfb08bb1dc5d0d9cf26f0fe4339b5f..741c29413014fd3541f930344e5b9e419f4b244c"}}}</script>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/pull/2025/files/ac2c595a33dfb08bb1dc5d0d9cf26f0fe4339b5f..741c29413014fd3541f930344e5b9e419f4b244c",
"url": "https://github.com/quicwg/base-drafts/pull/2025/files/ac2c595a33dfb08bb1dc5d0d9cf26f0fe4339b5f..741c29413014fd3541f930344e5b9e419f4b244c",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>

----==_mimepart_5c4fbe346beb9_33e53fac994d45c4127025--


From nobody Mon Jan 28 18:45:22 2019
Return-Path: <bounce+565321.40f-quic-issues=ietf.org@github.com>
X-Original-To: quic-issues@ietfa.amsl.com
Delivered-To: quic-issues@ietfa.amsl.com
Received: from localhost (localhost [127.0.0.1]) by ietfa.amsl.com (Postfix) with ESMTP id 1ACB0130EF7 for <quic-issues@ietfa.amsl.com>; Mon, 28 Jan 2019 18:45: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=-4.553, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, RCVD_IN_DNSWL_NONE=-0.0001, SPF_PASS=-0.001] autolearn=ham autolearn_force=no
Authentication-Results: ietfa.amsl.com (amavisd-new); dkim=pass (1024-bit key) header.d=github.com
Received: from mail.ietf.org ([4.31.198.44]) by localhost (ietfa.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id aa0fE6oL_3PJ for <quic-issues@ietfa.amsl.com>; Mon, 28 Jan 2019 18:45:14 -0800 (PST)
Received: from m69-169.mailgun.net (m69-169.mailgun.net [166.78.69.169]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id EBBFC130D7A for <quic-issues@ietf.org>; Mon, 28 Jan 2019 18:45:13 -0800 (PST)
DKIM-Signature: a=rsa-sha256; v=1; c=relaxed/relaxed; d=github.com; q=dns/txt;  s=mailo; t=1548729913; h=Content-Transfer-Encoding: Content-Type: Mime-Version: Subject: Message-ID: To: Reply-To: From: Date: Sender; bh=9xBhb/xHQpdQDKu5+hKUYR3D6tBQqFhI038wGap9Uk0=; b=AsehTWKLmW482D0bUPDkyvrzjirVBJEY2jtc2jLnS7jGtx8+4ZZUQgKQ9WrkrV8jymFTmV1K n3BO49MXbbp5CzYS9NASvd9aWet0LLTm/8Bgd41uC6ixLylwr+87VFalEsKLrCLYHcaFXuCs 3JMhHsvwWizIStQEceIe5Nzp6Xk=
X-Mailgun-Sending-Ip: 166.78.69.169
X-Mailgun-Sid: WyJhNzYyYiIsICJxdWljLWlzc3Vlc0BpZXRmLm9yZyIsICI0MGYiXQ==
Sender: ianswett=users.noreply.github.com@github.com
Received: from github.com (Unknown [192.30.252.38]) by mxa.mailgun.org with ESMTP id 5c4fbe32.7fb8b2bcef60-smtp-out-n01; Tue, 29 Jan 2019 02:45:06 -0000 (UTC)
Date: Mon, 28 Jan 2019 18:45:05 -0800
From: ianswett <ianswett@users.noreply.github.com>
Reply-To: ianswett <ianswett@users.noreply.github.com>
To: quic-issues@ietf.org
Message-ID: <5c4fbe3155b17_7d612aca0c00e5781103c8@hookshot-fe-265448d.cp1-iad.github.net.mail>
Subject: [quicwg/base-drafts] 741c29: Jana's suggestion
Mime-Version: 1.0
Content-Type: multipart/mixed; boundary="--==_mimepart_5c4fbe31556b0_7d612aca0c00e5781102f5"; charset=UTF-8
Content-Transfer-Encoding: 7bit
Archived-At: <https://mailarchive.ietf.org/arch/msg/quic-issues/WACsbFFwAaVWHWmUgjp7FeFzLu0>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
Precedence: list
List-Id: Notification list for GitHub issues related to the QUIC WG <quic-issues.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=unsubscribe>
List-Archive: <https://mailarchive.ietf.org/arch/browse/quic-issues/>
List-Post: <mailto:quic-issues@ietf.org>
List-Help: <mailto:quic-issues-request@ietf.org?subject=help>
List-Subscribe: <https://www.ietf.org/mailman/listinfo/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=subscribe>
X-List-Received-Date: Tue, 29 Jan 2019 02:45:17 -0000

----==_mimepart_5c4fbe31556b0_7d612aca0c00e5781102f5
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

  Branch: refs/heads/ianswett-immediate-ack
  Home:   https://github.com/quicwg/base-drafts
  Commit: 741c29413014fd3541f930344e5b9e419f4b244c
      https://github.com/quicwg/base-drafts/commit/741c29413014fd3541f930344e5b9e419f4b244c
  Author: ianswett <ianswett@users.noreply.github.com>
  Date:   2019-01-28 (Mon, 28 Jan 2019)

  Changed paths:
    M draft-ietf-quic-recovery.md

  Log Message:
  -----------
  Jana's suggestion



      **NOTE:** GitHub Services has been marked for deprecation: https://developer.github.com/changes/2018-04-25-github-services-deprecation/

      We will provide an alternative path for the email notifications by January 31st, 2019.

----==_mimepart_5c4fbe31556b0_7d612aca0c00e5781102f5--


From nobody Mon Jan 28 20:31: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 A7E5B130E86 for <quic-issues@ietfa.amsl.com>; Mon, 28 Jan 2019 20:31:32 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -10.935
X-Spam-Level: 
X-Spam-Status: No, score=-10.935 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIMWL_WL_HIGH=-4.553, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, HTML_IMAGE_ONLY_24=1.618, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-1, RCVD_IN_DNSWL_HI=-5, SPF_PASS=-0.001] autolearn=ham autolearn_force=no
Authentication-Results: ietfa.amsl.com (amavisd-new); dkim=pass (1024-bit key) header.d=github.com
Received: from mail.ietf.org ([4.31.198.44]) by localhost (ietfa.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id jU0lQ5Uhcm2L for <quic-issues@ietfa.amsl.com>; Mon, 28 Jan 2019 20:31:31 -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 0EA0A129B88 for <quic-issues@ietf.org>; Mon, 28 Jan 2019 20:31:31 -0800 (PST)
Date: Mon, 28 Jan 2019 20:31:29 -0800
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1548736289; bh=U1mFbDkDJJRqOv6ObXcs7OuoddWcy0a9JECslsZTUp0=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=QPMlbo7T29eJ68t0zQqMCRqqK/xvJbc8Q23QZnFef/wdMCn26qZxAfCiDZ6KFTHqD DypjkBV2G138sDexB4cw4VmRaIz9wixex2JkjXs5i/AD3z2/GXhrw4mfetZumvUlTo 1+ZmB7D9semUVZHiKFBSS5nJWm5IpTBrEZhgXD+U=
From: Martin Thomson <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+0166e4ab9140f1f08af7a6741cf7cc1c3580a40c50922aba92cf000000011867992192a169ce1815e5d1@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/issues/2382/458404022@github.com>
In-Reply-To: <quicwg/base-drafts/issues/2382@github.com>
References: <quicwg/base-drafts/issues/2382@github.com>
Subject: Re: [quicwg/base-drafts] What if a client sends a NEW TOKEN frame? (#2382)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5c4fd721d3b8f_23753f88ee2d45b8476162"; 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/vgom-LwR2b7CbvTPvKILiptSbRw>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
List-Id: Notification list for GitHub issues related to the QUIC WG <quic-issues.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=unsubscribe>
List-Archive: <https://mailarchive.ietf.org/arch/browse/quic-issues/>
List-Post: <mailto:quic-issues@ietf.org>
List-Help: <mailto:quic-issues-request@ietf.org?subject=help>
List-Subscribe: <https://www.ietf.org/mailman/listinfo/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=subscribe>
X-List-Received-Date: Tue, 29 Jan 2019 04:31:33 -0000

----==_mimepart_5c4fd721d3b8f_23753f88ee2d45b8476162
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

Yeah, there's no need to vote, this is just an omission.  A protocol violation (or similar) is what we should mandate.

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/quicwg/base-drafts/issues/2382#issuecomment-458404022
----==_mimepart_5c4fd721d3b8f_23753f88ee2d45b8476162
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

<p>Yeah, there's no need to vote, this is just an omission.  A protocol violation (or similar) is what we should mandate.</p>

<p style="font-size:small;-webkit-text-size-adjust:none;color:#666;">&mdash;<br />You are receiving this because you are subscribed to this thread.<br />Reply to this email directly, <a href="https://github.com/quicwg/base-drafts/issues/2382#issuecomment-458404022">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AWbkq4WJT2_72lKVJjTxvBgjp3YtoLmuks5vH86hgaJpZM4aXJCC">mute the thread</a>.<img src="https://github.com/notifications/beacon/AWbkq6Px2WSbXhCo-S-e6IgvE_96d8sxks5vH86hgaJpZM4aXJCC.gif" height="1" width="1" alt="" /></p>
<script type="application/json" data-scope="inboxmarkup">{"api_version":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name":"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"https://github.githubassets.com/images/email/message_cards/header.png","avatar_image_url":"https://github.githubassets.com/images/email/message_cards/avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/quicwg/base-drafts"}},"updates":{"snippets":[{"icon":"PERSON","message":"@martinthomson in #2382: Yeah, there's no need to vote, this is just an omission.  A protocol violation (or similar) is what we should mandate."}],"action":{"name":"View Issue","url":"https://github.com/quicwg/base-drafts/issues/2382#issuecomment-458404022"}}}</script>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/issues/2382#issuecomment-458404022",
"url": "https://github.com/quicwg/base-drafts/issues/2382#issuecomment-458404022",
"name": "View Issue"
},
"description": "View this Issue on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>
----==_mimepart_5c4fd721d3b8f_23753f88ee2d45b8476162--


From nobody Mon Jan 28 20:54: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 19BAE130E86 for <quic-issues@ietfa.amsl.com>; Mon, 28 Jan 2019 20:54:23 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -10.935
X-Spam-Level: 
X-Spam-Status: No, score=-10.935 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIMWL_WL_HIGH=-4.553, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, HTML_IMAGE_ONLY_24=1.618, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-1, RCVD_IN_DNSWL_HI=-5, SPF_PASS=-0.001] autolearn=ham autolearn_force=no
Authentication-Results: ietfa.amsl.com (amavisd-new); dkim=pass (1024-bit key) header.d=github.com
Received: from mail.ietf.org ([4.31.198.44]) by localhost (ietfa.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id buNUQtCrVn8H for <quic-issues@ietfa.amsl.com>; Mon, 28 Jan 2019 20:54: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 87200129B88 for <quic-issues@ietf.org>; Mon, 28 Jan 2019 20:54:21 -0800 (PST)
Date: Mon, 28 Jan 2019 20:54:20 -0800
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1548737660; bh=DcwQSkfTl2ZdFufmkZFf1jSUmrWvyZO8yvCpPnvDve0=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=JqswRCMb7qAq8616mB8KMRlyAoyuRwoG+Wd59d6gUOvziQel8ff+1DmMEzu237b9f nG1/n9jduqD6bJc52Y8DqTwpZLI2J78BOsYsRe3qR675goNYQFbpPIzPo5YSva8YM4 ldwyG+3U0WRBvLt6KsmBQuXeHMlCsvjtdtvk8I5k=
From: Christian Huitema <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+0166e4ab7d6d59bbdb8caa8422f27fd6dae8f1124e4e6a6492cf0000000118679e7c92a169ce1815e5d1@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/issues/2382/458407423@github.com>
In-Reply-To: <quicwg/base-drafts/issues/2382@github.com>
References: <quicwg/base-drafts/issues/2382@github.com>
Subject: Re: [quicwg/base-drafts] What if a client sends a NEW TOKEN frame? (#2382)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5c4fdc7cad56d_48993ffaa38d45b8241132"; 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/z06CVDaonfMiIZubRaUSsVHwMEw>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
List-Id: Notification list for GitHub issues related to the QUIC WG <quic-issues.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=unsubscribe>
List-Archive: <https://mailarchive.ietf.org/arch/browse/quic-issues/>
List-Post: <mailto:quic-issues@ietf.org>
List-Help: <mailto:quic-issues-request@ietf.org?subject=help>
List-Subscribe: <https://www.ietf.org/mailman/listinfo/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=subscribe>
X-List-Received-Date: Tue, 29 Jan 2019 04:54:23 -0000

----==_mimepart_5c4fdc7cad56d_48993ffaa38d45b8241132
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

Playing devils' advocate: what about p2p apps? The token says, you can call me back from that address, I will accept it. The client is not saying anything untrue.

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/quicwg/base-drafts/issues/2382#issuecomment-458407423
----==_mimepart_5c4fdc7cad56d_48993ffaa38d45b8241132
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

<p>Playing devils' advocate: what about p2p apps? The token says, you can call me back from that address, I will accept it. The client is not saying anything untrue.</p>

<p style="font-size:small;-webkit-text-size-adjust:none;color:#666;">&mdash;<br />You are receiving this because you are subscribed to this thread.<br />Reply to this email directly, <a href="https://github.com/quicwg/base-drafts/issues/2382#issuecomment-458407423">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AWbkq5b6DHZO3JDa-qOt_1PBwfPKunvmks5vH9P8gaJpZM4aXJCC">mute the thread</a>.<img src="https://github.com/notifications/beacon/AWbkq8HrkIS2hAwkQHCSDyAYN7f2wSlMks5vH9P8gaJpZM4aXJCC.gif" height="1" width="1" alt="" /></p>
<script type="application/json" data-scope="inboxmarkup">{"api_version":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name":"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"https://github.githubassets.com/images/email/message_cards/header.png","avatar_image_url":"https://github.githubassets.com/images/email/message_cards/avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/quicwg/base-drafts"}},"updates":{"snippets":[{"icon":"PERSON","message":"@huitema in #2382: Playing devils' advocate: what about p2p apps? The token says, you can call me back from that address, I will accept it. The client is not saying anything untrue."}],"action":{"name":"View Issue","url":"https://github.com/quicwg/base-drafts/issues/2382#issuecomment-458407423"}}}</script>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/issues/2382#issuecomment-458407423",
"url": "https://github.com/quicwg/base-drafts/issues/2382#issuecomment-458407423",
"name": "View Issue"
},
"description": "View this Issue on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>
----==_mimepart_5c4fdc7cad56d_48993ffaa38d45b8241132--


From nobody Mon Jan 28 20:56: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 E9C72130E99 for <quic-issues@ietfa.amsl.com>; Mon, 28 Jan 2019 20:56:28 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -11.007
X-Spam-Level: 
X-Spam-Status: No, score=-11.007 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIMWL_WL_HIGH=-4.553, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, HTML_IMAGE_ONLY_20=1.546, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-1, RCVD_IN_DNSWL_HI=-5, SPF_PASS=-0.001] autolearn=ham autolearn_force=no
Authentication-Results: ietfa.amsl.com (amavisd-new); dkim=pass (1024-bit key) header.d=github.com
Received: from mail.ietf.org ([4.31.198.44]) by localhost (ietfa.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id wkkvPmDU1Thi for <quic-issues@ietfa.amsl.com>; Mon, 28 Jan 2019 20:56:27 -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 94EDA130E86 for <quic-issues@ietf.org>; Mon, 28 Jan 2019 20:56:27 -0800 (PST)
Date: Mon, 28 Jan 2019 20:56:26 -0800
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1548737786; bh=PbWd1sl9TAW2AlDpTM4kVxGI4kOhIi26TUZboaaVLzQ=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=cdaN0fhfJLDD2olWlPVxOQsH/HXRlYPf5u0jFKu5LtQgzbG1+H3OnvW4f9QJKaCta ZWxmQZxmElclqqAdWd7ZbdKhnB3i+S01iNawpIWAaB3nRJzR6eNc8C+AXN6p0/3jQy 9ibNgAe8ZLRsmOEOXJX2wYbcC4MOBs3bWvFx9K7s=
From: Martin Thomson <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+0166e4ab3d8ecfc01d577d187c78cb023fab07b4da89b3fd92cf0000000118679efa92a169ce180fea0e@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/pull/2379/review/197377633@github.com>
In-Reply-To: <quicwg/base-drafts/pull/2379@github.com>
References: <quicwg/base-drafts/pull/2379@github.com>
Subject: Re: [quicwg/base-drafts] Replace the RequireInsertCount decoding algorithm (#2379)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5c4fdcfa9583a_6fbe3fe1b20d45c0568744"; 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/xJTAM7LuhMwl3Dk7EyjJbKxwR4c>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
List-Id: Notification list for GitHub issues related to the QUIC WG <quic-issues.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=unsubscribe>
List-Archive: <https://mailarchive.ietf.org/arch/browse/quic-issues/>
List-Post: <mailto:quic-issues@ietf.org>
List-Help: <mailto:quic-issues-request@ietf.org?subject=help>
List-Subscribe: <https://www.ietf.org/mailman/listinfo/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=subscribe>
X-List-Received-Date: Tue, 29 Jan 2019 04:56:29 -0000

----==_mimepart_5c4fdcfa9583a_6fbe3fe1b20d45c0568744
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/2379#pullrequestreview-197377633
----==_mimepart_5c4fdcfa9583a_6fbe3fe1b20d45c0568744
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/2379#pullrequestreview-197377633">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AWbkqxTon0w1vwMWxqrm9ACiHg77gQk7ks5vH9R6gaJpZM4aVZwC">mute the thread</a>.<img src="https://github.com/notifications/beacon/AWbkq-s6CR2FEVSpR7i8hG4-JWKYr3fIks5vH9R6gaJpZM4aVZwC.gif" height="1" width="1" alt="" /></p>
<script type="application/json" data-scope="inboxmarkup">{"api_version":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name":"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"https://github.githubassets.com/images/email/message_cards/header.png","avatar_image_url":"https://github.githubassets.com/images/email/message_cards/avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/quicwg/base-drafts"}},"updates":{"snippets":[{"icon":"PERSON","message":"@martinthomson approved #2379"}],"action":{"name":"View Pull Request","url":"https://github.com/quicwg/base-drafts/pull/2379#pullrequestreview-197377633"}}}</script>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/pull/2379#pullrequestreview-197377633",
"url": "https://github.com/quicwg/base-drafts/pull/2379#pullrequestreview-197377633",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>
----==_mimepart_5c4fdcfa9583a_6fbe3fe1b20d45c0568744--


From nobody Mon Jan 28 21: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 A012B130ED9 for <quic-issues@ietfa.amsl.com>; Mon, 28 Jan 2019 21:37:25 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -10.935
X-Spam-Level: 
X-Spam-Status: No, score=-10.935 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIMWL_WL_HIGH=-4.553, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, HTML_IMAGE_ONLY_24=1.618, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-1, RCVD_IN_DNSWL_HI=-5, SPF_PASS=-0.001] autolearn=ham autolearn_force=no
Authentication-Results: ietfa.amsl.com (amavisd-new); dkim=pass (1024-bit key) header.d=github.com
Received: from mail.ietf.org ([4.31.198.44]) by localhost (ietfa.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id CGPNyj2j4PdY for <quic-issues@ietfa.amsl.com>; Mon, 28 Jan 2019 21:37:24 -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 02766130EA4 for <quic-issues@ietf.org>; Mon, 28 Jan 2019 21:37:23 -0800 (PST)
Date: Mon, 28 Jan 2019 21:37:22 -0800
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1548740242; bh=gKKMjQecT45EYtXOAQ7O1RG8q0DX6hFQkTU/OSmJHcQ=; h=Date:From:Reply-To:To:Cc:Subject:List-ID:List-Archive:List-Post: List-Unsubscribe:From; b=PNqHrFBNXyfzBzWyfFcqVVrD2As1NyscaBPUFF/xhIJqKoYe5eObIRBqgxkoKBwYb Qvj+mnmAp5kcvLazGwrLAC/iob4gkUKVBl4tXfGSbOAk8DLVQuIGBvZkdiRnRhWyCv sTA1XEc9W08LpVA3oaNdgFFuufQPWrprQ6Zk+YNI=
From: Masaori Koshiba <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+0166e4abeb5b5b6225b93161268f66d22627f32350a483dc92cf000000011867a89292a169ce18168909@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/issues/2384@github.com>
Subject: [quicwg/base-drafts] What scheme should be used for HTTP/3 (#2384)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5c4fe692d0bf3_1fa53fe2ce8d45b46129bb"; charset=UTF-8
Content-Transfer-Encoding: 7bit
Precedence: list
X-GitHub-Sender: masaori335
X-GitHub-Recipient: quic-issues
X-GitHub-Reason: subscribed
X-Auto-Response-Suppress: All
X-GitHub-Recipient-Address: quic-issues@ietf.org
Archived-At: <https://mailarchive.ietf.org/arch/msg/quic-issues/bwnkkQNnHVXFQIJz-RjeEn_DCyE>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
List-Id: Notification list for GitHub issues related to the QUIC WG <quic-issues.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=unsubscribe>
List-Archive: <https://mailarchive.ietf.org/arch/browse/quic-issues/>
List-Post: <mailto:quic-issues@ietf.org>
List-Help: <mailto:quic-issues-request@ietf.org?subject=help>
List-Subscribe: <https://www.ietf.org/mailman/listinfo/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=subscribe>
X-List-Received-Date: Tue, 29 Jan 2019 05:37:26 -0000

----==_mimepart_5c4fe692d0bf3_1fa53fe2ce8d45b46129bb
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

During interop session in Tokyo, @dtikhonov pointed out that current HTTP draft (-17) does not say anything about what `:scheme` should 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/2384
----==_mimepart_5c4fe692d0bf3_1fa53fe2ce8d45b46129bb
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

<p>During interop session in Tokyo, <a class="user-mention" data-hovercard-type="user" data-hovercard-url="/hovercards?user_id=4528576" data-octo-click="hovercard-link-click" data-octo-dimensions="link_type:self" href="https://github.com/dtikhonov">@dtikhonov</a> pointed out that current HTTP draft (-17) does not say anything about what <code>:scheme</code> should be 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/issues/2384">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AWbkq63xht7wjatK3AzJyOfibSSvwQ_aks5vH94SgaJpZM4aXVNP">mute the thread</a>.<img src="https://github.com/notifications/beacon/AWbkq__7_Vkr4J9LG78Zm9yjLDmUyYW6ks5vH94SgaJpZM4aXVNP.gif" height="1" width="1" alt="" /></p>
<script type="application/json" data-scope="inboxmarkup">{"api_version":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name":"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"https://github.githubassets.com/images/email/message_cards/header.png","avatar_image_url":"https://github.githubassets.com/images/email/message_cards/avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/quicwg/base-drafts"}},"updates":{"snippets":[{"icon":"DESCRIPTION","message":"What scheme should be used for HTTP/3 (#2384)"}],"action":{"name":"View Issue","url":"https://github.com/quicwg/base-drafts/issues/2384"}}}</script>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/issues/2384",
"url": "https://github.com/quicwg/base-drafts/issues/2384",
"name": "View Issue"
},
"description": "View this Issue on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>
----==_mimepart_5c4fe692d0bf3_1fa53fe2ce8d45b46129bb--


From nobody Mon Jan 28 21:45: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 7AFD4130EE8 for <quic-issues@ietfa.amsl.com>; Mon, 28 Jan 2019 21:45:42 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -11.149
X-Spam-Level: 
X-Spam-Status: No, score=-11.149 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIMWL_WL_HIGH=-4.553, 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_PASS=-0.001] autolearn=ham autolearn_force=no
Authentication-Results: ietfa.amsl.com (amavisd-new); dkim=pass (1024-bit key) header.d=github.com
Received: from mail.ietf.org ([4.31.198.44]) by localhost (ietfa.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id mNvlZD0AUtE3 for <quic-issues@ietfa.amsl.com>; Mon, 28 Jan 2019 21:45: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 C0C72130EA4 for <quic-issues@ietf.org>; Mon, 28 Jan 2019 21:45:40 -0800 (PST)
Date: Mon, 28 Jan 2019 21:45:39 -0800
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1548740739; bh=Ex8hmpCqI7JUGy9LZ+Ez8FLblzhaD9IirVPwmib4tSI=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=nqQq7F/mzhK3qEqbqgl2TyadsuX2bRE/45SXrANOu1Q1Im0r8MsvGqxMGAfsP+spo n/jhu3C29Ct6jWlYMtVLzly2Lh8Bbi52HS13AyBTeHyAOZZ+vX/VrGSQ23Wtm2EdVV lZvVTrBGn1cODyd/IoLNWUxu9cKNbk4mUg6z+Zz4=
From: Mike Bishop <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+0166e4ab5bc837ac40208ee820db15f100eedf807705935092cf000000011867aa8392a169ce18168909@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/issues/2384/458415388@github.com>
In-Reply-To: <quicwg/base-drafts/issues/2384@github.com>
References: <quicwg/base-drafts/issues/2384@github.com>
Subject: Re: [quicwg/base-drafts] What scheme should be used for HTTP/3? (#2384)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5c4fe883da2ce_5e343fb92a6d45c012064f"; 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/BYegNYTiDNSlL23KKWBYbYu7J7w>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
List-Id: Notification list for GitHub issues related to the QUIC WG <quic-issues.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=unsubscribe>
List-Archive: <https://mailarchive.ietf.org/arch/browse/quic-issues/>
List-Post: <mailto:quic-issues@ietf.org>
List-Help: <mailto:quic-issues-request@ietf.org?subject=help>
List-Subscribe: <https://www.ietf.org/mailman/listinfo/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=subscribe>
X-List-Received-Date: Tue, 29 Jan 2019 05:45:43 -0000

----==_mimepart_5c4fe883da2ce_5e343fb92a6d45c012064f
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

This is another variant of #253, actually.  In the current draft, H3 can *only* be used as the target from an Alt-Svc entry.  So the scheme is the scheme of whatever the origin is which gave you an H3 alternate.  That's probably https://, but it could also be http:// (see RFC 8164).

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/quicwg/base-drafts/issues/2384#issuecomment-458415388
----==_mimepart_5c4fe883da2ce_5e343fb92a6d45c012064f
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: quoted-printable

<p>This is another variant of <a class=3D"issue-link js-issue-link" data-=
error-text=3D"Failed to load issue title" data-id=3D"204423230" data-perm=
ission-text=3D"Issue title is private" data-url=3D"https://github.com/qui=
cwg/base-drafts/issues/253" data-hovercard-type=3D"issue" data-hovercard-=
url=3D"/quicwg/base-drafts/issues/253/hovercard" href=3D"https://github.c=
om/quicwg/base-drafts/issues/253">#253</a>, actually.  In the current dra=
ft, H3 can <em>only</em> be used as the target from an Alt-Svc entry.  So=
 the scheme is the scheme of whatever the origin is which gave you an H3 =
alternate.  That's probably https://, but it could also be http:// (see R=
FC 8164).</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/2384#issuecomment-458415388">view it on GitHub</a>,=
 or <a href=3D"https://github.com/notifications/unsubscribe-auth/AWbkq9iF=
or0sWbVZ5aqayZpIjOLP697sks5vH-ADgaJpZM4aXVNP">mute the thread</a>.<img sr=
c=3D"https://github.com/notifications/beacon/AWbkq2MYwCMqyVti8LM4TyqMT7n2=
fth7ks5vH-ADgaJpZM4aXVNP.gif" height=3D"1" width=3D"1" alt=3D"" /></p>
<script type=3D"application/json" data-scope=3D"inboxmarkup">{"api_versio=
n":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name"=
:"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"=
quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"http=
s://github.githubassets.com/images/email/message_cards/header.png","avata=
r_image_url":"https://github.githubassets.com/images/email/message_cards/=
avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/q=
uicwg/base-drafts"}},"updates":{"snippets":[{"icon":"PERSON","message":"@=
MikeBishop in #2384: This is another variant of #253, actually.  In the c=
urrent draft, H3 can *only* be used as the target from an Alt-Svc entry. =
 So the scheme is the scheme of whatever the origin is which gave you an =
H3 alternate.  That's probably https://, but it could also be http:// (se=
e RFC 8164)."}],"action":{"name":"View Issue","url":"https://github.com/q=
uicwg/base-drafts/issues/2384#issuecomment-458415388"}}}</script>
<script type=3D"application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/issues/2384#issuecomment=
-458415388",
"url": "https://github.com/quicwg/base-drafts/issues/2384#issuecomment-45=
8415388",
"name": "View Issue"
},
"description": "View this Issue on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>=

----==_mimepart_5c4fe883da2ce_5e343fb92a6d45c012064f--


From nobody Mon Jan 28 22:23: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 DB5ED130EF7 for <quic-issues@ietfa.amsl.com>; Mon, 28 Jan 2019 22:23:45 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -10.935
X-Spam-Level: 
X-Spam-Status: No, score=-10.935 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIMWL_WL_HIGH=-4.553, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, HTML_IMAGE_ONLY_24=1.618, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-1, RCVD_IN_DNSWL_HI=-5, SPF_PASS=-0.001] autolearn=ham autolearn_force=no
Authentication-Results: ietfa.amsl.com (amavisd-new); dkim=pass (1024-bit key) header.d=github.com
Received: from mail.ietf.org ([4.31.198.44]) by localhost (ietfa.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id dCZ_fXNcUtnF for <quic-issues@ietfa.amsl.com>; Mon, 28 Jan 2019 22:23: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 1281C130EF5 for <quic-issues@ietf.org>; Mon, 28 Jan 2019 22:23:44 -0800 (PST)
Date: Mon, 28 Jan 2019 22:23:42 -0800
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1548743022; bh=k1jZ9lNf94dApBSwBIPDeHLEYBXkIl2XWQW4ehqDSVY=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=HE3qcCUnujg+m2Yt3jMMPM0lksfw26gRacbxMH0XCRXtZV7XONbTuDTfy0WqZGYk+ 6qi49SmteJf3snvYZHPKiTXKIKD6Prm9HshOFWSrrzEwh73kDYMFGuBg8vFx4no17e YEeHkwBaubleQaArtEkQ9rtu6ZF+mzZt+7AdxMSk=
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/2365/push/3253283194@github.com>
In-Reply-To: <quicwg/base-drafts/pull/2365@github.com>
References: <quicwg/base-drafts/pull/2365@github.com>
Subject: Re: [quicwg/base-drafts] Persistent Congestion Time Threshold (#2365)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5c4ff16ed048a_ffc3f9bd40d45bc4571db"; 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/UQ2c15e2JmwFWPYiUgWgVOCX5gg>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
List-Id: Notification list for GitHub issues related to the QUIC WG <quic-issues.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=unsubscribe>
List-Archive: <https://mailarchive.ietf.org/arch/browse/quic-issues/>
List-Post: <mailto:quic-issues@ietf.org>
List-Help: <mailto:quic-issues-request@ietf.org?subject=help>
List-Subscribe: <https://www.ietf.org/mailman/listinfo/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=subscribe>
X-List-Received-Date: Tue, 29 Jan 2019 06:23:46 -0000

----==_mimepart_5c4ff16ed048a_ffc3f9bd40d45bc4571db
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

@nibanks pushed 1 commit.

87b2c5b80d45f24a52ca9b1988cba971e9b35ee7  Merge branch 'master' into pr/persistent-congestion


-- 
You are receiving this because you are subscribed to this thread.
View it on GitHub:
https://github.com/quicwg/base-drafts/pull/2365/files/1ecd70bebd64eba1e221385d1490b43f3a684309..87b2c5b80d45f24a52ca9b1988cba971e9b35ee7

----==_mimepart_5c4ff16ed048a_ffc3f9bd40d45bc4571db
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/87b2c5b80d45f24a52ca9b1988cba971e9b35ee7">87b2c5b</a>  Merge branch &#39;master&#39; into pr/persistent-congestion</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/2365/files/1ecd70bebd64eba1e221385d1490b43f3a684309..87b2c5b80d45f24a52ca9b1988cba971e9b35ee7">View it on GitHub</a> or <a href="https://github.com/notifications/unsubscribe-auth/AWbkq6sbBi0ss2yS_PLIdTg68GG4pUcrks5vH-jugaJpZM4aPEwB">mute the thread</a>.<img src="https://github.com/notifications/beacon/AWbkq4lz4bKNXCYgvck66FE9JC2iL6Zlks5vH-jugaJpZM4aPEwB.gif" height="1" width="1" alt="" /></p>
<script type="application/json" data-scope="inboxmarkup">{"api_version":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name":"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"https://github.githubassets.com/images/email/message_cards/header.png","avatar_image_url":"https://github.githubassets.com/images/email/message_cards/avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/quicwg/base-drafts"}},"updates":{"snippets":[{"icon":"PERSON","message":"@nibanks pushed 1 commit in #2365"}],"action":{"name":"View Pull Request","url":"https://github.com/quicwg/base-drafts/pull/2365/files/1ecd70bebd64eba1e221385d1490b43f3a684309..87b2c5b80d45f24a52ca9b1988cba971e9b35ee7"}}}</script>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/pull/2365/files/1ecd70bebd64eba1e221385d1490b43f3a684309..87b2c5b80d45f24a52ca9b1988cba971e9b35ee7",
"url": "https://github.com/quicwg/base-drafts/pull/2365/files/1ecd70bebd64eba1e221385d1490b43f3a684309..87b2c5b80d45f24a52ca9b1988cba971e9b35ee7",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>

----==_mimepart_5c4ff16ed048a_ffc3f9bd40d45bc4571db--


From nobody Mon Jan 28 22:48:53 2019
Return-Path: <bounce+565321.40f-quic-issues=ietf.org@github.com>
X-Original-To: quic-issues@ietfa.amsl.com
Delivered-To: quic-issues@ietfa.amsl.com
Received: from localhost (localhost [127.0.0.1]) by ietfa.amsl.com (Postfix) with ESMTP id 43FEC130EFE for <quic-issues@ietfa.amsl.com>; Mon, 28 Jan 2019 22:48: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=-4.553, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, RCVD_IN_DNSWL_NONE=-0.0001, SPF_PASS=-0.001] autolearn=ham autolearn_force=no
Authentication-Results: ietfa.amsl.com (amavisd-new); dkim=pass (1024-bit key) header.d=github.com
Received: from mail.ietf.org ([4.31.198.44]) by localhost (ietfa.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id RMB_dWlHchXB for <quic-issues@ietfa.amsl.com>; Mon, 28 Jan 2019 22:48:49 -0800 (PST)
Received: from m71-131.mailgun.net (m71-131.mailgun.net [166.78.71.131]) (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 17B77130EFC for <quic-issues@ietf.org>; Mon, 28 Jan 2019 22:48:49 -0800 (PST)
DKIM-Signature: a=rsa-sha256; v=1; c=relaxed/relaxed; d=github.com; q=dns/txt;  s=mailo; t=1548744528; h=Content-Transfer-Encoding: Content-Type: Mime-Version: Subject: Message-ID: To: Reply-To: From: Date: Sender; bh=/PCO4CbLNrsROs9ZGFMRBM5rFeUmq0ebT94hvRoNaSw=; b=LJciFcwVISIFBYzmw7s4nrJP9snIdjtQzRm0o7ZnYv4OeB67TYhMbEX2a6jaFET2uvksqQkR DPppOucxwP4q1sS9xuV7cOEhL8dVSOArNw3Uo4WLCr7JX3OIGxRCkvPKpNUYkUgWFwWuO4RL zCJ4oFWbTpikuMUCW8eIJgHnIdQ=
X-Mailgun-Sending-Ip: 166.78.71.131
X-Mailgun-Sid: WyJhNzYyYiIsICJxdWljLWlzc3Vlc0BpZXRmLm9yZyIsICI0MGYiXQ==
Sender: ianswett=users.noreply.github.com@github.com
Received: from github.com (Unknown [192.30.252.39]) by mxa.mailgun.org with ESMTP id 5c4ff74f.7f81f0301690-smtp-out-n01; Tue, 29 Jan 2019 06:48:47 -0000 (UTC)
Date: Mon, 28 Jan 2019 22:48:46 -0800
From: ianswett <ianswett@users.noreply.github.com>
Reply-To: ianswett <ianswett@users.noreply.github.com>
To: quic-issues@ietf.org
Message-ID: <5c4ff74eae903_60532b173299858021184@hookshot-fe-da92815.cp1-iad.github.net.mail>
Subject: [quicwg/base-drafts] 10ddb8: Remove Timeout Loss Detection Heading
Mime-Version: 1.0
Content-Type: multipart/mixed; boundary="--==_mimepart_5c4ff74eae5a2_60532b1732998580210df"; charset=UTF-8
Content-Transfer-Encoding: 7bit
Archived-At: <https://mailarchive.ietf.org/arch/msg/quic-issues/jdkk_778LVrr4fWW39pQ51F8x1k>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
Precedence: list
List-Id: Notification list for GitHub issues related to the QUIC WG <quic-issues.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=unsubscribe>
List-Archive: <https://mailarchive.ietf.org/arch/browse/quic-issues/>
List-Post: <mailto:quic-issues@ietf.org>
List-Help: <mailto:quic-issues-request@ietf.org?subject=help>
List-Subscribe: <https://www.ietf.org/mailman/listinfo/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=subscribe>
X-List-Received-Date: Tue, 29 Jan 2019 06:48:52 -0000

----==_mimepart_5c4ff74eae5a2_60532b1732998580210df
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

  Branch: refs/heads/ianswett-timeout-loss-dection
  Home:   https://github.com/quicwg/base-drafts
  Commit: 10ddb8b060965513d0eba09e281c31838dc99145
      https://github.com/quicwg/base-drafts/commit/10ddb8b060965513d0eba09e281c31838dc99145
  Author: ianswett <ianswett@users.noreply.github.com>
  Date:   2019-01-29 (Tue, 29 Jan 2019)

  Changed paths:
    M draft-ietf-quic-recovery.md

  Log Message:
  -----------
  Remove Timeout Loss Detection Heading



      **NOTE:** GitHub Services has been marked for deprecation: https://developer.github.com/changes/2018-04-25-github-services-deprecation/

      We will provide an alternative path for the email notifications by January 31st, 2019.

----==_mimepart_5c4ff74eae5a2_60532b1732998580210df--


From nobody Mon Jan 28 22: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 74E46130EFE for <quic-issues@ietfa.amsl.com>; Mon, 28 Jan 2019 22:49:06 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -11.149
X-Spam-Level: 
X-Spam-Status: No, score=-11.149 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIMWL_WL_HIGH=-4.553, 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_PASS=-0.001] autolearn=ham autolearn_force=no
Authentication-Results: ietfa.amsl.com (amavisd-new); dkim=pass (1024-bit key) header.d=github.com
Received: from mail.ietf.org ([4.31.198.44]) by localhost (ietfa.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id WttLf6FNe_dP for <quic-issues@ietfa.amsl.com>; Mon, 28 Jan 2019 22:49:05 -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 EF68C130EFC for <quic-issues@ietf.org>; Mon, 28 Jan 2019 22:49:04 -0800 (PST)
Date: Mon, 28 Jan 2019 22:49:03 -0800
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1548744543; bh=gY8o3sSK4b874RF3vddFYATw8/8lEuGzbUMgbzVwGVE=; h=Date:From:Reply-To:To:Cc:Subject:List-ID:List-Archive:List-Post: List-Unsubscribe:From; b=guLCXjPdy3yoxrvhLhXnRLQ5nqjM/oHykvGZuuJwyLsXtvGJxKDATW1I17jWHjgdk SsQg1va0Dk+s1N+pUoR1fYWmZx4rhM08b/VIGtDQKpBbpFGQUAVvsjzaryTX4PgtlG /+cTsaSLPZ48ByhEcGiMGu3ctW9Rg+wALmp8pTZs=
From: ianswett <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+0166e4ab4d8e1f4bca83f5686ff1286c46ce66931d68a37292cf000000011867b95f92a169ce1816c773@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/pull/2385@github.com>
Subject: [quicwg/base-drafts] Remove Timeout Loss Detection Heading (#2385)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5c4ff75fe2ec3_492e3fec256d45c413938f"; 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/S2OiqT-QJysH00bH1lDb0cs_lVc>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
List-Id: Notification list for GitHub issues related to the QUIC WG <quic-issues.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=unsubscribe>
List-Archive: <https://mailarchive.ietf.org/arch/browse/quic-issues/>
List-Post: <mailto:quic-issues@ietf.org>
List-Help: <mailto:quic-issues-request@ietf.org?subject=help>
List-Subscribe: <https://www.ietf.org/mailman/listinfo/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=subscribe>
X-List-Received-Date: Tue, 29 Jan 2019 06:49:06 -0000

----==_mimepart_5c4ff75fe2ec3_492e3fec256d45c413938f
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/2385

-- Commit Summary --

  * Remove Timeout Loss Detection Heading

-- File Changes --

    M draft-ietf-quic-recovery.md (20)

-- Patch Links --

https://github.com/quicwg/base-drafts/pull/2385.patch
https://github.com/quicwg/base-drafts/pull/2385.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/2385

----==_mimepart_5c4ff75fe2ec3_492e3fec256d45c413938f
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/2385'>https://github.com/quicwg/base-drafts/pull/2385</a></p>

<h4>Commit Summary</h4>
<ul>
  <li>Remove Timeout Loss Detection Heading</li>
</ul>

<h4>File Changes</h4>
<ul>
  <li>
    <strong>M</strong>
    <a href="https://github.com/quicwg/base-drafts/pull/2385/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/2385.patch'>https://github.com/quicwg/base-drafts/pull/2385.patch</a></li>
  <li><a href='https://github.com/quicwg/base-drafts/pull/2385.diff'>https://github.com/quicwg/base-drafts/pull/2385.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/2385">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AWbkqyfpGGz2FmDo2Rec7zcPrg-SoNbFks5vH-7fgaJpZM4aXZ1D">mute the thread</a>.<img src="https://github.com/notifications/beacon/AWbkqzCAx3fb4kTl7KGAHokZLIhEKSLKks5vH-7fgaJpZM4aXZ1D.gif" height="1" width="1" alt="" /></p>
<script type="application/json" data-scope="inboxmarkup">{"api_version":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name":"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"https://github.githubassets.com/images/email/message_cards/header.png","avatar_image_url":"https://github.githubassets.com/images/email/message_cards/avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/quicwg/base-drafts"}},"updates":{"snippets":[{"icon":"DESCRIPTION","message":"Remove Timeout Loss Detection Heading (#2385)"}],"action":{"name":"View Pull Request","url":"https://github.com/quicwg/base-drafts/pull/2385"}}}</script>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/pull/2385",
"url": "https://github.com/quicwg/base-drafts/pull/2385",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>

----==_mimepart_5c4ff75fe2ec3_492e3fec256d45c413938f--


From nobody Mon Jan 28 22:55: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 17996130F06 for <quic-issues@ietfa.amsl.com>; Mon, 28 Jan 2019 22:55:40 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -10.935
X-Spam-Level: 
X-Spam-Status: No, score=-10.935 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIMWL_WL_HIGH=-4.553, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, HTML_IMAGE_ONLY_24=1.618, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-1, RCVD_IN_DNSWL_HI=-5, SPF_PASS=-0.001] autolearn=ham autolearn_force=no
Authentication-Results: ietfa.amsl.com (amavisd-new); dkim=pass (1024-bit key) header.d=github.com
Received: from mail.ietf.org ([4.31.198.44]) by localhost (ietfa.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id QODIzDnw6oDu for <quic-issues@ietfa.amsl.com>; Mon, 28 Jan 2019 22:55: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 09807130F04 for <quic-issues@ietf.org>; Mon, 28 Jan 2019 22:55:37 -0800 (PST)
Date: Mon, 28 Jan 2019 22:55:36 -0800
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1548744936; bh=xpv2ua04yY3D6fx9WtA1pZNkawYo8gfMFDMShluc+B0=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=mXPtsd3nF42kYqt0BOaYzFXEdwqKjEKHDUUW1V3WbgHTMSKe5TB66rhVXZ4EU7r2I PeUG+D4wrAgncVZRMmP/FslvS1qjaV92ZRKAueN6T9xfqcRVs0m0dOY+B9jGI1iC6x +IG+frW2w0GwNNWZMhRDcrbuBy1NV52KLyNRjAcA=
From: Jana Iyengar <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+0166e4abcc30df1bb4ec14bef653b06505cca713ce92258d92cf000000011867bae892a169ce1816c773@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/pull/2385/review/197399642@github.com>
In-Reply-To: <quicwg/base-drafts/pull/2385@github.com>
References: <quicwg/base-drafts/pull/2385@github.com>
Subject: Re: [quicwg/base-drafts] Remove Timeout Loss Detection Heading (#2385)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5c4ff8e8b482a_70da3fcabfed45bc3951c5"; 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/uleLRxGQVaNU1_hPYMMcJxxEovg>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
List-Id: Notification list for GitHub issues related to the QUIC WG <quic-issues.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=unsubscribe>
List-Archive: <https://mailarchive.ietf.org/arch/browse/quic-issues/>
List-Post: <mailto:quic-issues@ietf.org>
List-Help: <mailto:quic-issues-request@ietf.org?subject=help>
List-Subscribe: <https://www.ietf.org/mailman/listinfo/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=subscribe>
X-List-Received-Date: Tue, 29 Jan 2019 06:55:40 -0000

----==_mimepart_5c4ff8e8b482a_70da3fcabfed45bc3951c5
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

janaiyengar commented on this pull request.



> @@ -543,7 +537,7 @@ establish delivery of packets still in flight, it MAY send an ack-eliciting
 packet and re-arm the PTO timer instead.
 
 
-#### Loss Detection {#pto-loss}
+### PTO Loss Detection {#pto-loss}

```suggestion
### PTO Timer Expiration {#pto-loss}
```

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/quicwg/base-drafts/pull/2385#pullrequestreview-197399642
----==_mimepart_5c4ff8e8b482a_70da3fcabfed45bc3951c5
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/2385#discussi=
on_r251710587">draft-ietf-quic-recovery.md</a>:</p>=0D
<pre style=3D'color:#555'>&gt; @@ -543,7 +537,7 @@ establish delivery of =
packets still in flight, it MAY send an ack-eliciting=0D
 packet and re-arm the PTO timer instead.=0D
 =0D
 =0D
-#### Loss Detection {#pto-loss}=0D
+### PTO Loss Detection {#pto-loss}=0D
</pre>=0D
=E2=AC=87=EF=B8=8F Suggested change=0D
<pre style=3D"color: #555">-### PTO Loss Detection {#pto-loss}=0D
+### PTO Timer Expiration {#pto-loss}=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/2385#pullrequestreview-197399642">view it on GitHub</=
a>, or <a href=3D"https://github.com/notifications/unsubscribe-auth/AWbkq=
zE1fj7Jnq0YJ7lmzrIj_vkm64RLks5vH_BogaJpZM4aXZ1D">mute the thread</a>.<img=
 src=3D"https://github.com/notifications/beacon/AWbkq_5J-kGYHF1mx740haw2a=
ZcI61fUks5vH_BogaJpZM4aXZ1D.gif" height=3D"1" width=3D"1" alt=3D"" /></p>=
=0D
<script type=3D"application/json" data-scope=3D"inboxmarkup">{"api_versio=
n":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name"=
:"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"=
quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"http=
s://github.githubassets.com/images/email/message_cards/header.png","avata=
r_image_url":"https://github.githubassets.com/images/email/message_cards/=
avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/q=
uicwg/base-drafts"}},"updates":{"snippets":[{"icon":"PERSON","message":"@=
janaiyengar commented on #2385"}],"action":{"name":"View Pull Request","u=
rl":"https://github.com/quicwg/base-drafts/pull/2385#pullrequestreview-19=
7399642"}}}</script>=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/2385#pullrequestrev=
iew-197399642",=0D
"url": "https://github.com/quicwg/base-drafts/pull/2385#pullrequestreview=
-197399642",=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_5c4ff8e8b482a_70da3fcabfed45bc3951c5--


From nobody Mon Jan 28 22:57:11 2019
Return-Path: <bounce+565321.40f-quic-issues=ietf.org@github.com>
X-Original-To: quic-issues@ietfa.amsl.com
Delivered-To: quic-issues@ietfa.amsl.com
Received: from localhost (localhost [127.0.0.1]) by ietfa.amsl.com (Postfix) with ESMTP id E556C130F06 for <quic-issues@ietfa.amsl.com>; Mon, 28 Jan 2019 22:57: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=-4.553, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, RCVD_IN_DNSWL_NONE=-0.0001, SPF_PASS=-0.001] autolearn=ham autolearn_force=no
Authentication-Results: ietfa.amsl.com (amavisd-new); dkim=pass (1024-bit key) header.d=github.com
Received: from mail.ietf.org ([4.31.198.44]) by localhost (ietfa.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id zSpBvrJ7XJ_U for <quic-issues@ietfa.amsl.com>; Mon, 28 Jan 2019 22:57:07 -0800 (PST)
Received: from m69-170.mailgun.net (m69-170.mailgun.net [166.78.69.170]) (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 695F4130F07 for <quic-issues@ietf.org>; Mon, 28 Jan 2019 22:57:07 -0800 (PST)
DKIM-Signature: a=rsa-sha256; v=1; c=relaxed/relaxed; d=github.com; q=dns/txt;  s=mailo; t=1548745026; h=Content-Transfer-Encoding: Content-Type: Mime-Version: Subject: Message-ID: To: Reply-To: From: Date: Sender; bh=rxBOhuUOwGGWC9s7etU0b7/pWB4ld3TbpEesLEzWK6I=; b=lYqFd8Tl5DhT7T4N2o2MyYUsAAhYxkp5EFBvdQDb40eynu2FGJaeVbMrzc0aniA+yVoJioLN dEjqTasvcrbu0X6VOilUPhbBlH2cDmxgEtTv670AdzEhOobP09NDEVhuaKM1q+tHGzxOqFDh 6dtB4rS5V9Y/dqEfzBO+FJccdjc=
X-Mailgun-Sending-Ip: 166.78.69.170
X-Mailgun-Sid: WyJhNzYyYiIsICJxdWljLWlzc3Vlc0BpZXRmLm9yZyIsICI0MGYiXQ==
Sender: ianswett=users.noreply.github.com@github.com
Received: from github.com (Unknown [192.30.253.29]) by mxa.mailgun.org with ESMTP id 5c4ff941.7f81dc77bbd0-smtp-out-n01; Tue, 29 Jan 2019 06:57:05 -0000 (UTC)
Date: Mon, 28 Jan 2019 22:57:04 -0800
From: ianswett <ianswett@users.noreply.github.com>
Reply-To: ianswett <ianswett@users.noreply.github.com>
To: quic-issues@ietf.org
Message-ID: <5c4ff9407a499_3f0d2ac41570e57887742@hookshot-fe-b0febf1.cp1-iad.github.net.mail>
Subject: [quicwg/base-drafts] 3cb81f: Update draft-ietf-quic-recovery.md
Mime-Version: 1.0
Content-Type: multipart/mixed; boundary="--==_mimepart_5c4ff94079ed3_3f0d2ac41570e5788763f"; charset=UTF-8
Content-Transfer-Encoding: 7bit
Archived-At: <https://mailarchive.ietf.org/arch/msg/quic-issues/fTyp0WzcK9QqgmtNqhTr_zc0waA>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
Precedence: list
List-Id: Notification list for GitHub issues related to the QUIC WG <quic-issues.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=unsubscribe>
List-Archive: <https://mailarchive.ietf.org/arch/browse/quic-issues/>
List-Post: <mailto:quic-issues@ietf.org>
List-Help: <mailto:quic-issues-request@ietf.org?subject=help>
List-Subscribe: <https://www.ietf.org/mailman/listinfo/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=subscribe>
X-List-Received-Date: Tue, 29 Jan 2019 06:57:09 -0000

----==_mimepart_5c4ff94079ed3_3f0d2ac41570e5788763f
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

  Branch: refs/heads/ianswett-timeout-loss-dection
  Home:   https://github.com/quicwg/base-drafts
  Commit: 3cb81f7c8380cf46fdf539924e2407b0fe2ff9fd
      https://github.com/quicwg/base-drafts/commit/3cb81f7c8380cf46fdf539924e2407b0fe2ff9fd
  Author: ianswett <ianswett@users.noreply.github.com>
  Date:   2019-01-29 (Tue, 29 Jan 2019)

  Changed paths:
    M draft-ietf-quic-recovery.md

  Log Message:
  -----------
  Update draft-ietf-quic-recovery.md



      **NOTE:** GitHub Services has been marked for deprecation: https://developer.github.com/changes/2018-04-25-github-services-deprecation/

      We will provide an alternative path for the email notifications by January 31st, 2019.

----==_mimepart_5c4ff94079ed3_3f0d2ac41570e5788763f--


From nobody Mon Jan 28 22:57: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 9E2F6130F0B for <quic-issues@ietfa.amsl.com>; Mon, 28 Jan 2019 22:57:13 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -10.935
X-Spam-Level: 
X-Spam-Status: No, score=-10.935 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIMWL_WL_HIGH=-4.553, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, HTML_IMAGE_ONLY_24=1.618, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-1, RCVD_IN_DNSWL_HI=-5, SPF_PASS=-0.001] autolearn=ham autolearn_force=no
Authentication-Results: ietfa.amsl.com (amavisd-new); dkim=pass (1024-bit key) header.d=github.com
Received: from mail.ietf.org ([4.31.198.44]) by localhost (ietfa.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id JRY9PDTMdzap for <quic-issues@ietfa.amsl.com>; Mon, 28 Jan 2019 22:57:12 -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 DA58B130F17 for <quic-issues@ietf.org>; Mon, 28 Jan 2019 22:57:11 -0800 (PST)
Date: Mon, 28 Jan 2019 22:57:11 -0800
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1548745031; bh=wltqDlVXdK8p3Cj+4Q+fCooAnri3G/sBHWb+UIDH5OI=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=MnZBAiUVY296jQAnLjVNjiYCctlHe+DDC5u2Ej6ojZI+FlrCYbS2BV4MyFgzLsdrc PqANfr8IK3b9J/SowfZVRMsM4ZfBtLnYrEL4vv7MUkp6ilHjpDnEzYEwXebo0a7GWT IcHnWIYO4Syf1yKU0+mFV5RmloPsgGmbvJ/hr+Vs=
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/2385/push/3253352385@github.com>
In-Reply-To: <quicwg/base-drafts/pull/2385@github.com>
References: <quicwg/base-drafts/pull/2385@github.com>
Subject: Re: [quicwg/base-drafts] Remove Timeout Loss Detection Heading (#2385)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5c4ff947224d_1cb53f7e32ad45b85399d1"; 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/gEMndK9vL_eiREPpix08ZhSIFqQ>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
List-Id: Notification list for GitHub issues related to the QUIC WG <quic-issues.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=unsubscribe>
List-Archive: <https://mailarchive.ietf.org/arch/browse/quic-issues/>
List-Post: <mailto:quic-issues@ietf.org>
List-Help: <mailto:quic-issues-request@ietf.org?subject=help>
List-Subscribe: <https://www.ietf.org/mailman/listinfo/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=subscribe>
X-List-Received-Date: Tue, 29 Jan 2019 06:57:14 -0000

----==_mimepart_5c4ff947224d_1cb53f7e32ad45b85399d1
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

@ianswett pushed 1 commit.

3cb81f7c8380cf46fdf539924e2407b0fe2ff9fd  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/2385/files/10ddb8b060965513d0eba09e281c31838dc99145..3cb81f7c8380cf46fdf539924e2407b0fe2ff9fd

----==_mimepart_5c4ff947224d_1cb53f7e32ad45b85399d1
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/3cb81f7c8380cf46fdf539924e2407b0fe2ff9fd">3cb81f7</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/2385/files/10ddb8b060965513d0eba09e281c31838dc99145..3cb81f7c8380cf46fdf539924e2407b0fe2ff9fd">View it on GitHub</a> or <a href="https://github.com/notifications/unsubscribe-auth/AWbkq07M1UaLcIFnCVQE1bf8tLt0dqGEks5vH_DHgaJpZM4aXZ1D">mute the thread</a>.<img src="https://github.com/notifications/beacon/AWbkq54mTfRL15LHecixP26jaC8vSkyPks5vH_DHgaJpZM4aXZ1D.gif" height="1" width="1" alt="" /></p>
<script type="application/json" data-scope="inboxmarkup">{"api_version":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name":"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"https://github.githubassets.com/images/email/message_cards/header.png","avatar_image_url":"https://github.githubassets.com/images/email/message_cards/avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/quicwg/base-drafts"}},"updates":{"snippets":[{"icon":"PERSON","message":"@ianswett pushed 1 commit in #2385"}],"action":{"name":"View Pull Request","url":"https://github.com/quicwg/base-drafts/pull/2385/files/10ddb8b060965513d0eba09e281c31838dc99145..3cb81f7c8380cf46fdf539924e2407b0fe2ff9fd"}}}</script>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/pull/2385/files/10ddb8b060965513d0eba09e281c31838dc99145..3cb81f7c8380cf46fdf539924e2407b0fe2ff9fd",
"url": "https://github.com/quicwg/base-drafts/pull/2385/files/10ddb8b060965513d0eba09e281c31838dc99145..3cb81f7c8380cf46fdf539924e2407b0fe2ff9fd",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>

----==_mimepart_5c4ff947224d_1cb53f7e32ad45b85399d1--


From nobody Mon Jan 28 22:58:49 2019
Return-Path: <bounce+565321.40f-quic-issues=ietf.org@github.com>
X-Original-To: quic-issues@ietfa.amsl.com
Delivered-To: quic-issues@ietfa.amsl.com
Received: from localhost (localhost [127.0.0.1]) by ietfa.amsl.com (Postfix) with ESMTP id 0A56D130F06 for <quic-issues@ietfa.amsl.com>; Mon, 28 Jan 2019 22:58:47 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -0.997
X-Spam-Level: 
X-Spam-Status: No, score=-0.997 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIM_ADSP_CUSTOM_MED=0.001, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, FREEMAIL_FORGED_FROMDOMAIN=0.001, FREEMAIL_FROM=0.001, HEADER_FROM_DIFFERENT_DOMAINS=0.001, NML_ADSP_CUSTOM_MED=0.9, RCVD_IN_DNSWL_NONE=-0.0001, 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 lmdbbP9L3ijm for <quic-issues@ietfa.amsl.com>; Mon, 28 Jan 2019 22:58:46 -0800 (PST)
Received: from m69-169.mailgun.net (m69-169.mailgun.net [166.78.69.169]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id 01C86130EFC for <quic-issues@ietf.org>; Mon, 28 Jan 2019 22:58:45 -0800 (PST)
DKIM-Signature: a=rsa-sha256; v=1; c=relaxed/relaxed; d=github.com; q=dns/txt;  s=mailo; t=1548745125; h=Content-Transfer-Encoding: Content-Type: Mime-Version: Subject: Message-ID: To: Reply-To: From: Date: Sender; bh=cRWLv+My3z/bmjkVQX0sL/5J2MhkoJaSx81aRLt3swo=; b=CUJ2czvV09+G9w/sHxz7hL14QXshRz4QEdyXIUfIwcuJi7TFFyLtH1gfaF1fOs85u/7fYF5a BY10tB9hxpuwekSsNzO0KcTs31ga71TocxdvtoyNl0y0Poqbs6ecE0b4Dok6QOHJPln9OUUA a0fFHZ6SZY7ki1C6uAyZ3M3lpes=
X-Mailgun-Sending-Ip: 166.78.69.169
X-Mailgun-Sid: WyJhNzYyYiIsICJxdWljLWlzc3Vlc0BpZXRmLm9yZyIsICI0MGYiXQ==
Sender: jri.ietf=gmail.com@github.com
Received: from github.com (Unknown [192.30.252.35]) by mxa.mailgun.org with ESMTP id 5c4ff9a5.7fa2367bbed0-smtp-out-n02; Tue, 29 Jan 2019 06:58:45 -0000 (UTC)
Date: Mon, 28 Jan 2019 22:58:44 -0800
From: Jana Iyengar <jri.ietf@gmail.com>
Reply-To: Jana Iyengar <jri.ietf@gmail.com>
To: quic-issues@ietf.org
Message-ID: <5c4ff9a43d4e2_67232aaac4028584687b@hookshot-fe-d252ca1.cp1-iad.github.net.mail>
Subject: [quicwg/base-drafts] 10ddb8: Remove Timeout Loss Detection Heading
Mime-Version: 1.0
Content-Type: multipart/mixed; boundary="--==_mimepart_5c4ff9a43cc6c_67232aaac402858468644"; charset=UTF-8
Content-Transfer-Encoding: 7bit
Archived-At: <https://mailarchive.ietf.org/arch/msg/quic-issues/oUQ-kefgBV2AxKaoyxTFnxgCHr0>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
Precedence: list
List-Id: Notification list for GitHub issues related to the QUIC WG <quic-issues.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=unsubscribe>
List-Archive: <https://mailarchive.ietf.org/arch/browse/quic-issues/>
List-Post: <mailto:quic-issues@ietf.org>
List-Help: <mailto:quic-issues-request@ietf.org?subject=help>
List-Subscribe: <https://www.ietf.org/mailman/listinfo/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=subscribe>
X-List-Received-Date: Tue, 29 Jan 2019 06:58:47 -0000

----==_mimepart_5c4ff9a43cc6c_67232aaac402858468644
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

  Branch: refs/heads/master
  Home:   https://github.com/quicwg/base-drafts
  Commit: 10ddb8b060965513d0eba09e281c31838dc99145
      https://github.com/quicwg/base-drafts/commit/10ddb8b060965513d0eba09e281c31838dc99145
  Author: ianswett <ianswett@users.noreply.github.com>
  Date:   2019-01-29 (Tue, 29 Jan 2019)

  Changed paths:
    M draft-ietf-quic-recovery.md

  Log Message:
  -----------
  Remove Timeout Loss Detection Heading


  Commit: 3cb81f7c8380cf46fdf539924e2407b0fe2ff9fd
      https://github.com/quicwg/base-drafts/commit/3cb81f7c8380cf46fdf539924e2407b0fe2ff9fd
  Author: ianswett <ianswett@users.noreply.github.com>
  Date:   2019-01-29 (Tue, 29 Jan 2019)

  Changed paths:
    M draft-ietf-quic-recovery.md

  Log Message:
  -----------
  Update draft-ietf-quic-recovery.md


  Commit: 23c4d48703b29c5c5cd276a4c69dc414e658f244
      https://github.com/quicwg/base-drafts/commit/23c4d48703b29c5c5cd276a4c69dc414e658f244
  Author: Jana Iyengar <jri.ietf@gmail.com>
  Date:   2019-01-29 (Tue, 29 Jan 2019)

  Changed paths:
    M draft-ietf-quic-recovery.md

  Log Message:
  -----------
  Merge pull request #2385 from quicwg/ianswett-timeout-loss-dection

Remove Timeout Loss Detection Heading


Compare: https://github.com/quicwg/base-drafts/compare/d3fc30208e4b...23c4d48703b2
      **NOTE:** GitHub Services has been marked for deprecation: https://developer.github.com/changes/2018-04-25-github-services-deprecation/

      We will provide an alternative path for the email notifications by January 31st, 2019.

----==_mimepart_5c4ff9a43cc6c_67232aaac402858468644--


From nobody Mon Jan 28 22:58: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 C79D1130F06 for <quic-issues@ietfa.amsl.com>; Mon, 28 Jan 2019 22:58:49 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -10.935
X-Spam-Level: 
X-Spam-Status: No, score=-10.935 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIMWL_WL_HIGH=-4.553, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, HTML_IMAGE_ONLY_24=1.618, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-1, RCVD_IN_DNSWL_HI=-5, SPF_PASS=-0.001] autolearn=ham autolearn_force=no
Authentication-Results: ietfa.amsl.com (amavisd-new); dkim=pass (1024-bit key) header.d=github.com
Received: from mail.ietf.org ([4.31.198.44]) by localhost (ietfa.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id A48TFT_xIRSM for <quic-issues@ietfa.amsl.com>; Mon, 28 Jan 2019 22:58:48 -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 5E570130EFC for <quic-issues@ietf.org>; Mon, 28 Jan 2019 22:58:48 -0800 (PST)
Date: Mon, 28 Jan 2019 22:58:47 -0800
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1548745127; bh=7jkxJnSNGPMipx/HgzZsxYDzXgT3SCLGQc6CU8NoTQw=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=1eWGirOQOsTUqdf63hrTA1GVe44/ViIzLwl/35I8wREmUPoA6WdD9o1LX6aHek2K7 2AOzRF5C3ahKdPQGfvTXcp98YZAUWmbLjPeQrst9IZHdMBjHTpPxTwqHVggYoajihx 8BSVoBqBoSXP0AcfwJDhGtI80KSa+UmVOMEZOaqM=
From: Jana Iyengar <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+0166e4ab30e297b603c95e0ab701b804e94657f7c6bec48592cf000000011867bba792a169ce1816c773@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/pull/2385/issue_event/2102788728@github.com>
In-Reply-To: <quicwg/base-drafts/pull/2385@github.com>
References: <quicwg/base-drafts/pull/2385@github.com>
Subject: Re: [quicwg/base-drafts] Remove Timeout Loss Detection Heading (#2385)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5c4ff9a766f4b_62643f811bad45b847621d"; 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/6OjXE3VfhEdZXwilALigRiutnKo>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
List-Id: Notification list for GitHub issues related to the QUIC WG <quic-issues.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=unsubscribe>
List-Archive: <https://mailarchive.ietf.org/arch/browse/quic-issues/>
List-Post: <mailto:quic-issues@ietf.org>
List-Help: <mailto:quic-issues-request@ietf.org?subject=help>
List-Subscribe: <https://www.ietf.org/mailman/listinfo/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=subscribe>
X-List-Received-Date: Tue, 29 Jan 2019 06:58:50 -0000

----==_mimepart_5c4ff9a766f4b_62643f811bad45b847621d
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

Merged #2385 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/2385#event-2102788728
----==_mimepart_5c4ff9a766f4b_62643f811bad45b847621d
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="404146035" data-permission-text="Issue title is private" data-url="https://github.com/quicwg/base-drafts/issues/2385" data-hovercard-type="pull_request" data-hovercard-url="/quicwg/base-drafts/pull/2385/hovercard" href="https://github.com/quicwg/base-drafts/pull/2385">#2385</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/2385#event-2102788728">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AWbkqwGTyVnGjxo3B05GAKa105j4AkxFks5vH_EngaJpZM4aXZ1D">mute the thread</a>.<img src="https://github.com/notifications/beacon/AWbkqyjsZu67SSTs7pwj7DvJdL1bnJzCks5vH_EngaJpZM4aXZ1D.gif" height="1" width="1" alt="" /></p>
<script type="application/json" data-scope="inboxmarkup">{"api_version":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name":"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"https://github.githubassets.com/images/email/message_cards/header.png","avatar_image_url":"https://github.githubassets.com/images/email/message_cards/avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/quicwg/base-drafts"}},"updates":{"snippets":[{"icon":"DESCRIPTION","message":"Merged #2385 into master."}],"action":{"name":"View Pull Request","url":"https://github.com/quicwg/base-drafts/pull/2385#event-2102788728"}}}</script>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/pull/2385#event-2102788728",
"url": "https://github.com/quicwg/base-drafts/pull/2385#event-2102788728",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>
----==_mimepart_5c4ff9a766f4b_62643f811bad45b847621d--


From nobody Mon Jan 28 23: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 A28D5130F06 for <quic-issues@ietfa.amsl.com>; Mon, 28 Jan 2019 23:03:11 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -11.007
X-Spam-Level: 
X-Spam-Status: No, score=-11.007 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIMWL_WL_HIGH=-4.553, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, HTML_IMAGE_ONLY_20=1.546, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-1, RCVD_IN_DNSWL_HI=-5, SPF_PASS=-0.001] autolearn=ham autolearn_force=no
Authentication-Results: ietfa.amsl.com (amavisd-new); dkim=pass (1024-bit key) header.d=github.com
Received: from mail.ietf.org ([4.31.198.44]) by localhost (ietfa.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id fvYZx0rfTO6C for <quic-issues@ietfa.amsl.com>; Mon, 28 Jan 2019 23:03: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 01A96130EFC for <quic-issues@ietf.org>; Mon, 28 Jan 2019 23:03:09 -0800 (PST)
Date: Mon, 28 Jan 2019 23:03:09 -0800
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1548745389; bh=UkOalMzkRrzdjmJLI9fFly4cyVN+jMRaVYlUXue1zFA=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=QQIyqCq3WCmnrpSGrsPx0PLIH3tROhj3KJ68SAFCSnK/P6LYdC281UmlhjusxoeoR RsBkOYHjJupnEnoWV2vQcbXJ9yuBoRPE4IJmnmdTlGmxZ1Bfl40z3PQYriV8kfR617 +DbT+l1yxyPyiBOL/VguUMPIEJJ8UHzrrn67JS50=
From: martinduke <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+0166e4ab6884fd783b574b1fd823fcd16c1f39872b468cee92cf000000011867bcad92a169ce181135aa@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/pull/2380/review/197401373@github.com>
In-Reply-To: <quicwg/base-drafts/pull/2380@github.com>
References: <quicwg/base-drafts/pull/2380@github.com>
Subject: Re: [quicwg/base-drafts] What to send on multiple PTOs (#2380)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5c4ffaad32cc8_101f3f843c8d45b4305473"; 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/daPK0lAyzoYeOpngFMIzmOc2Erg>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
List-Id: Notification list for GitHub issues related to the QUIC WG <quic-issues.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=unsubscribe>
List-Archive: <https://mailarchive.ietf.org/arch/browse/quic-issues/>
List-Post: <mailto:quic-issues@ietf.org>
List-Help: <mailto:quic-issues-request@ietf.org?subject=help>
List-Subscribe: <https://www.ietf.org/mailman/listinfo/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=subscribe>
X-List-Received-Date: Tue, 29 Jan 2019 07:03:11 -0000

----==_mimepart_5c4ffaad32cc8_101f3f843c8d45b4305473
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/2380#pullrequestreview-197401373
----==_mimepart_5c4ffaad32cc8_101f3f843c8d45b4305473
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/2380#pullrequestreview-197401373">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AWbkq_VhCOhZpHp6K5WMUuA-vxSgSnF0ks5vH_ItgaJpZM4aVxUi">mute the thread</a>.<img src="https://github.com/notifications/beacon/AWbkqy03LO_mGZuiFqEjEUwFrysvEAVFks5vH_ItgaJpZM4aVxUi.gif" height="1" width="1" alt="" /></p>
<script type="application/json" data-scope="inboxmarkup">{"api_version":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name":"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"https://github.githubassets.com/images/email/message_cards/header.png","avatar_image_url":"https://github.githubassets.com/images/email/message_cards/avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/quicwg/base-drafts"}},"updates":{"snippets":[{"icon":"PERSON","message":"@martinduke approved #2380"}],"action":{"name":"View Pull Request","url":"https://github.com/quicwg/base-drafts/pull/2380#pullrequestreview-197401373"}}}</script>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/pull/2380#pullrequestreview-197401373",
"url": "https://github.com/quicwg/base-drafts/pull/2380#pullrequestreview-197401373",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>
----==_mimepart_5c4ffaad32cc8_101f3f843c8d45b4305473--


From nobody Mon Jan 28 23:05:14 2019
Return-Path: <bounce+565321.40f-quic-issues=ietf.org@github.com>
X-Original-To: quic-issues@ietfa.amsl.com
Delivered-To: quic-issues@ietfa.amsl.com
Received: from localhost (localhost [127.0.0.1]) by ietfa.amsl.com (Postfix) with ESMTP id 61D3E130F16 for <quic-issues@ietfa.amsl.com>; Mon, 28 Jan 2019 23: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=-4.553, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, RCVD_IN_DNSWL_NONE=-0.0001, SPF_PASS=-0.001] autolearn=ham autolearn_force=no
Authentication-Results: ietfa.amsl.com (amavisd-new); dkim=pass (1024-bit key) header.d=github.com
Received: from mail.ietf.org ([4.31.198.44]) by localhost (ietfa.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 1JmCq3XG5s2y for <quic-issues@ietfa.amsl.com>; Mon, 28 Jan 2019 23:05:10 -0800 (PST)
Received: from m69-170.mailgun.net (m69-170.mailgun.net [166.78.69.170]) (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 3D28A130EFC for <quic-issues@ietf.org>; Mon, 28 Jan 2019 23:05:10 -0800 (PST)
DKIM-Signature: a=rsa-sha256; v=1; c=relaxed/relaxed; d=github.com; q=dns/txt;  s=mailo; t=1548745509; h=Content-Transfer-Encoding: Content-Type: Mime-Version: Subject: Message-ID: To: Reply-To: From: Date: Sender; bh=UIA4+MkypDdiNMwvfVi4uPfoXdwWLJbH/imXYIc4UKo=; b=aLuo+eihdQ5OzUc7vhh0xnMWn+3B4L84jmTt71cOAMJTcPzn72NCht3rsUyK2O7mXWVhH31Y UZiB2473E52if++ByGa/zrT/WipnJ9Su0krU3h9ceTclhTklvis+vIKGsB/GH4w5f9P9nsd2 IBfl/JTiRnuwsVlY0G7r2dHWzHA=
X-Mailgun-Sending-Ip: 166.78.69.170
X-Mailgun-Sid: WyJhNzYyYiIsICJxdWljLWlzc3Vlc0BpZXRmLm9yZyIsICI0MGYiXQ==
Sender: ianswett=users.noreply.github.com@github.com
Received: from github.com (Unknown [192.30.252.35]) by mxa.mailgun.org with ESMTP id 5c4ffb24.7f6783392750-smtp-out-n01; Tue, 29 Jan 2019 07:05:08 -0000 (UTC)
Date: Mon, 28 Jan 2019 23:05:07 -0800
From: ianswett <ianswett@users.noreply.github.com>
Reply-To: ianswett <ianswett@users.noreply.github.com>
To: quic-issues@ietf.org
Message-ID: <5c4ffb23695e8_6992ab22f2025908399@hookshot-fe-d252ca1.cp1-iad.github.net.mail>
Subject: [quicwg/base-drafts] ea6fbf: What to send on multiple PTOs (#2380)
Mime-Version: 1.0
Content-Type: multipart/mixed; boundary="--==_mimepart_5c4ffb236915b_6992ab22f2025908388"; charset=UTF-8
Content-Transfer-Encoding: 7bit
Archived-At: <https://mailarchive.ietf.org/arch/msg/quic-issues/P3aC8YPggvFbgesnzrUzDjy92uo>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
Precedence: list
List-Id: Notification list for GitHub issues related to the QUIC WG <quic-issues.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=unsubscribe>
List-Archive: <https://mailarchive.ietf.org/arch/browse/quic-issues/>
List-Post: <mailto:quic-issues@ietf.org>
List-Help: <mailto:quic-issues-request@ietf.org?subject=help>
List-Subscribe: <https://www.ietf.org/mailman/listinfo/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=subscribe>
X-List-Received-Date: Tue, 29 Jan 2019 07:05:12 -0000

----==_mimepart_5c4ffb236915b_6992ab22f2025908388
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

  Branch: refs/heads/master
  Home:   https://github.com/quicwg/base-drafts
  Commit: ea6fbf1cc1e97f20fdd730d3de6987307a49d567
      https://github.com/quicwg/base-drafts/commit/ea6fbf1cc1e97f20fdd730d3de6987307a49d567
  Author: ianswett <ianswett@users.noreply.github.com>
  Date:   2019-01-29 (Tue, 29 Jan 2019)

  Changed paths:
    M draft-ietf-quic-recovery.md

  Log Message:
  -----------
  What to send on multiple PTOs (#2380)

* What to send on multiple PTOs

Fixes #2103

* Update draft-ietf-quic-recovery.md



      **NOTE:** GitHub Services has been marked for deprecation: https://developer.github.com/changes/2018-04-25-github-services-deprecation/

      We will provide an alternative path for the email notifications by January 31st, 2019.

----==_mimepart_5c4ffb236915b_6992ab22f2025908388--


From nobody Mon Jan 28 23:05: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 B1794130EFC for <quic-issues@ietfa.amsl.com>; Mon, 28 Jan 2019 23:05:13 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -11.149
X-Spam-Level: 
X-Spam-Status: No, score=-11.149 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIMWL_WL_HIGH=-4.553, 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_PASS=-0.001] autolearn=ham autolearn_force=no
Authentication-Results: ietfa.amsl.com (amavisd-new); dkim=pass (1024-bit key) header.d=github.com
Received: from mail.ietf.org ([4.31.198.44]) by localhost (ietfa.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 2G0S3t7NtyCw for <quic-issues@ietfa.amsl.com>; Mon, 28 Jan 2019 23:05: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 4E901130F15 for <quic-issues@ietf.org>; Mon, 28 Jan 2019 23:05:12 -0800 (PST)
Date: Mon, 28 Jan 2019 23:05:11 -0800
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1548745511; bh=cHf5RvrR5IjWBv1ywCcfoeel05onXxwjP8Ts7bKpfaE=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=rObIexbsVwqKLwC9dSqw8IITNmeVFweV5BVubHrL7Vl7ysdbGmQmJIQ9oNY/yoEV1 JXmR5VQ5242ZnfAdua6YTY+ctfpOJZ+zvl9vsf4YwauIT4IrOubRgowWD3QDvpBCxX erA3IVxprAUxfnL/dlNwivWloWBqR77FXLCfZSZE=
From: ianswett <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+0166e4ab57cc3d44af568ab69a0725d5cbc725e4a3f0daa292cf000000011867bd2792a169ce17261a55@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/issue/2103/issue_event/2102797912@github.com>
In-Reply-To: <quicwg/base-drafts/issues/2103@github.com>
References: <quicwg/base-drafts/issues/2103@github.com>
Subject: Re: [quicwg/base-drafts] Guidelines for Retransmitting Lost Data (#2103)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5c4ffb277ae59_638a3fcb12cd45c03810f6"; 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/ydWoDMmwYtH-so7fWFWmPrtIeQM>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
List-Id: Notification list for GitHub issues related to the QUIC WG <quic-issues.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=unsubscribe>
List-Archive: <https://mailarchive.ietf.org/arch/browse/quic-issues/>
List-Post: <mailto:quic-issues@ietf.org>
List-Help: <mailto:quic-issues-request@ietf.org?subject=help>
List-Subscribe: <https://www.ietf.org/mailman/listinfo/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=subscribe>
X-List-Received-Date: Tue, 29 Jan 2019 07:05:14 -0000

----==_mimepart_5c4ffb277ae59_638a3fcb12cd45c03810f6
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

Closed #2103 via #2380.

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/quicwg/base-drafts/issues/2103#event-2102797912
----==_mimepart_5c4ffb277ae59_638a3fcb12cd45c03810f6
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="388373077" data-permission-text="Issue title is private" data-url="https://github.com/quicwg/base-drafts/issues/2103" data-hovercard-type="issue" data-hovercard-url="/quicwg/base-drafts/issues/2103/hovercard" href="https://github.com/quicwg/base-drafts/issues/2103">#2103</a> via <a class="issue-link js-issue-link" data-error-text="Failed to load issue title" data-id="403781034" data-permission-text="Issue title is private" data-url="https://github.com/quicwg/base-drafts/issues/2380" data-hovercard-type="pull_request" data-hovercard-url="/quicwg/base-drafts/pull/2380/hovercard" href="https://github.com/quicwg/base-drafts/pull/2380">#2380</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/2103#event-2102797912">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AWbkqwbF22t9Fo249ZkXOCRXIFV9GDC7ks5vH_KngaJpZM4ZHNQm">mute the thread</a>.<img src="https://github.com/notifications/beacon/AWbkq7Yw5PvItyVN2gHKbzPOUSJ_qWBkks5vH_KngaJpZM4ZHNQm.gif" height="1" width="1" alt="" /></p>
<script type="application/json" data-scope="inboxmarkup">{"api_version":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name":"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"https://github.githubassets.com/images/email/message_cards/header.png","avatar_image_url":"https://github.githubassets.com/images/email/message_cards/avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/quicwg/base-drafts"}},"updates":{"snippets":[{"icon":"DESCRIPTION","message":"Closed #2103 via #2380."}],"action":{"name":"View Issue","url":"https://github.com/quicwg/base-drafts/issues/2103#event-2102797912"}}}</script>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/issues/2103#event-2102797912",
"url": "https://github.com/quicwg/base-drafts/issues/2103#event-2102797912",
"name": "View Issue"
},
"description": "View this Issue on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>
----==_mimepart_5c4ffb277ae59_638a3fcb12cd45c03810f6--


From nobody Mon Jan 28 23:05: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 F20B5130F28 for <quic-issues@ietfa.amsl.com>; Mon, 28 Jan 2019 23:05:14 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -10.935
X-Spam-Level: 
X-Spam-Status: No, score=-10.935 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIMWL_WL_HIGH=-4.553, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, HTML_IMAGE_ONLY_24=1.618, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-1, RCVD_IN_DNSWL_HI=-5, SPF_PASS=-0.001] autolearn=ham autolearn_force=no
Authentication-Results: ietfa.amsl.com (amavisd-new); dkim=pass (1024-bit key) header.d=github.com
Received: from mail.ietf.org ([4.31.198.44]) by localhost (ietfa.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id hHAbOc8wTdoE for <quic-issues@ietfa.amsl.com>; Mon, 28 Jan 2019 23:05: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 437B3130F14 for <quic-issues@ietf.org>; Mon, 28 Jan 2019 23:05:12 -0800 (PST)
Date: Mon, 28 Jan 2019 23:05:11 -0800
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1548745511; bh=9ldVfQ3lk8y9HxNsiIavoKRFTDwUC7wBeFwivDrDgT8=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=vIooTrrTr9eNs9687u1Wqc9Wx6U6fZSng9C3eDqSD9b0z2X0F8UbWvp5e75NYU1yX Xuhf4vUynZvsQ3w0cy2zs8VOyWSizauKruXOJk6R84PVKYXSNSyYGrT9jJbsTW+mpL ce7uGemMLeYFXDRFtdQckSiivO0T1wIhupmGIN4c=
From: ianswett <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+0166e4abac12b556f65b90f4b6be490aae133979b1f7db7b92cf000000011867bd2792a169ce181135aa@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/pull/2380/issue_event/2102797911@github.com>
In-Reply-To: <quicwg/base-drafts/pull/2380@github.com>
References: <quicwg/base-drafts/pull/2380@github.com>
Subject: Re: [quicwg/base-drafts] What to send on multiple PTOs (#2380)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5c4ffb27650c3_1ffa3fe2ce8d45b44887e8"; 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/iaLhOxFw619oG6GIOMfatYAxjDs>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
List-Id: Notification list for GitHub issues related to the QUIC WG <quic-issues.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=unsubscribe>
List-Archive: <https://mailarchive.ietf.org/arch/browse/quic-issues/>
List-Post: <mailto:quic-issues@ietf.org>
List-Help: <mailto:quic-issues-request@ietf.org?subject=help>
List-Subscribe: <https://www.ietf.org/mailman/listinfo/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=subscribe>
X-List-Received-Date: Tue, 29 Jan 2019 07:05:15 -0000

----==_mimepart_5c4ffb27650c3_1ffa3fe2ce8d45b44887e8
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

Merged #2380 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/2380#event-2102797911
----==_mimepart_5c4ffb27650c3_1ffa3fe2ce8d45b44887e8
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="403781034" data-permission-text="Issue title is private" data-url="https://github.com/quicwg/base-drafts/issues/2380" data-hovercard-type="pull_request" data-hovercard-url="/quicwg/base-drafts/pull/2380/hovercard" href="https://github.com/quicwg/base-drafts/pull/2380">#2380</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/2380#event-2102797911">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AWbkqyvUANsHluU520-DyX--wdJu_ke_ks5vH_KngaJpZM4aVxUi">mute the thread</a>.<img src="https://github.com/notifications/beacon/AWbkq-FcYYEbJ_rycdzlfZfTGn_QiVDNks5vH_KngaJpZM4aVxUi.gif" height="1" width="1" alt="" /></p>
<script type="application/json" data-scope="inboxmarkup">{"api_version":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name":"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"https://github.githubassets.com/images/email/message_cards/header.png","avatar_image_url":"https://github.githubassets.com/images/email/message_cards/avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/quicwg/base-drafts"}},"updates":{"snippets":[{"icon":"DESCRIPTION","message":"Merged #2380 into master."}],"action":{"name":"View Pull Request","url":"https://github.com/quicwg/base-drafts/pull/2380#event-2102797911"}}}</script>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/pull/2380#event-2102797911",
"url": "https://github.com/quicwg/base-drafts/pull/2380#event-2102797911",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>
----==_mimepart_5c4ffb27650c3_1ffa3fe2ce8d45b44887e8--


From nobody Mon Jan 28 23:15: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 9F6BB130F1B for <quic-issues@ietfa.amsl.com>; Mon, 28 Jan 2019 23:15:27 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -12.552
X-Spam-Level: 
X-Spam-Status: No, score=-12.552 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIMWL_WL_HIGH=-4.553, 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_PASS=-0.001] autolearn=ham autolearn_force=no
Authentication-Results: ietfa.amsl.com (amavisd-new); dkim=pass (1024-bit key) header.d=github.com
Received: 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-RY3rlHmMfb for <quic-issues@ietfa.amsl.com>; Mon, 28 Jan 2019 23:15: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 E1F09130EFC for <quic-issues@ietf.org>; Mon, 28 Jan 2019 23:15:25 -0800 (PST)
Date: Mon, 28 Jan 2019 23:15:24 -0800
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1548746124; bh=u0cVUdJSiXb21FJoKTLibvJxxYkdjBEFaiae7MmEz5E=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=s10xOVHnOWLK7ACNjChN+koptYeF52O8/qzB/LUaDQSbyYaPdKgpxpgL3IFCOjsr2 CtG6rrrCjKAQjz+od8ZPR6r4st/w0yNJ/mevmz5/TGcMjXcJAerytuXmVUGfJAovN0 JVhoDXZRttzWE7mtejgApXCx1GZMMnOjcLuB/nP8=
From: martinduke <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+0166e4ab12cf418bafaa787ad2da6e5f7af6db863471d26592cf000000011867bf8c92a169ce16d11972@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/pull/2025/review/197404149@github.com>
In-Reply-To: <quicwg/base-drafts/pull/2025@github.com>
References: <quicwg/base-drafts/pull/2025@github.com>
Subject: Re: [quicwg/base-drafts] Send an immediate ACK (#2025)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5c4ffd8cf12d6_18ac3f958e4d45b4390711"; 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/BsxV4emtLtuygW0fEtTYTErH9mI>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
List-Id: Notification list for GitHub issues related to the QUIC WG <quic-issues.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=unsubscribe>
List-Archive: <https://mailarchive.ietf.org/arch/browse/quic-issues/>
List-Post: <mailto:quic-issues@ietf.org>
List-Help: <mailto:quic-issues-request@ietf.org?subject=help>
List-Subscribe: <https://www.ietf.org/mailman/listinfo/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=subscribe>
X-List-Received-Date: Tue, 29 Jan 2019 07:15:27 -0000

----==_mimepart_5c4ffd8cf12d6_18ac3f958e4d45b4390711
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

martinduke commented on this pull request.



>  
 Out-of-order packets SHOULD be acknowledged more quickly, in order to accelerate
 loss recovery.  The receiver SHOULD send an immediate ACK when it receives a new
-packet which is not one greater than the largest received packet number.
+packet which is not the next expected one. That is, its packet number is not one

Again, there are SHOULDs on top of SHOULDs here. How about this for a paragraph:

"Quicker acknowledgement of out-of-order packets may accelerate loss detection. Upon receipt of a packet number not one more than the previous maximum received, receivers SHOULD separately acknowledge it and the next few packets, but not more than five."

This is shorter, has only one SHOULD, and places a recommended limit that is less subjective than "a few".

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/quicwg/base-drafts/pull/2025#pullrequestreview-197404149
----==_mimepart_5c4ffd8cf12d6_18ac3f958e4d45b4390711
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

<p><b>@martinduke</b> commented on this pull request.</p>

<hr>

<p>In <a href="https://github.com/quicwg/base-drafts/pull/2025#discussion_r251714442">draft-ietf-quic-recovery.md</a>:</p>
<pre style='color:#555'>&gt;  
 Out-of-order packets SHOULD be acknowledged more quickly, in order to accelerate
 loss recovery.  The receiver SHOULD send an immediate ACK when it receives a new
-packet which is not one greater than the largest received packet number.
+packet which is not the next expected one. That is, its packet number is not one
</pre>
<p>Again, there are SHOULDs on top of SHOULDs here. How about this for a paragraph:</p>
<p>"Quicker acknowledgement of out-of-order packets may accelerate loss detection. Upon receipt of a packet number not one more than the previous maximum received, receivers SHOULD separately acknowledge it and the next few packets, but not more than five."</p>
<p>This is shorter, has only one SHOULD, and places a recommended limit that is less subjective than "a few".</p>

<p style="font-size:small;-webkit-text-size-adjust:none;color:#666;">&mdash;<br />You are receiving this because you are subscribed to this thread.<br />Reply to this email directly, <a href="https://github.com/quicwg/base-drafts/pull/2025#pullrequestreview-197404149">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AWbkq_P5U1Li1VSThICFY7zE8ldTYYY1ks5vH_UMgaJpZM4YruSf">mute the thread</a>.<img src="https://github.com/notifications/beacon/AWbkq0Tq43BZvhcWuzp67GAWwPT2G6F2ks5vH_UMgaJpZM4YruSf.gif" height="1" width="1" alt="" /></p>
<script type="application/json" data-scope="inboxmarkup">{"api_version":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name":"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"https://github.githubassets.com/images/email/message_cards/header.png","avatar_image_url":"https://github.githubassets.com/images/email/message_cards/avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/quicwg/base-drafts"}},"updates":{"snippets":[{"icon":"PERSON","message":"@martinduke commented on #2025"}],"action":{"name":"View Pull Request","url":"https://github.com/quicwg/base-drafts/pull/2025#pullrequestreview-197404149"}}}</script>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/pull/2025#pullrequestreview-197404149",
"url": "https://github.com/quicwg/base-drafts/pull/2025#pullrequestreview-197404149",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>
----==_mimepart_5c4ffd8cf12d6_18ac3f958e4d45b4390711--


From nobody Mon Jan 28 23: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 ED468130F2A for <quic-issues@ietfa.amsl.com>; Mon, 28 Jan 2019 23:53:42 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -12.553
X-Spam-Level: 
X-Spam-Status: No, score=-12.553 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIMWL_WL_HIGH=-4.553, 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_PASS=-0.001] autolearn=ham autolearn_force=no
Authentication-Results: ietfa.amsl.com (amavisd-new); dkim=pass (1024-bit key) header.d=github.com
Received: from mail.ietf.org ([4.31.198.44]) by localhost (ietfa.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id TrC0PvT4C4q1 for <quic-issues@ietfa.amsl.com>; Mon, 28 Jan 2019 23:53:40 -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 AEBBA130F26 for <quic-issues@ietf.org>; Mon, 28 Jan 2019 23:53:40 -0800 (PST)
Date: Mon, 28 Jan 2019 23:53:39 -0800
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1548748419; bh=X0WyqJqGfdiFT/z3sTIARvTysPN3JuRsxLYCDxNj300=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=NvUaFHh7bZsbPpdcfqVWkUg3dtf/8RUYpatQB371idjyS5Cl9kYSAX1TH57p98U/u 6bUMFB+xEzem9KD84U+dk6pQG6Dxh74+tyKOafAO74pVPuUaFskXyXeWKHROUZz/QB a+lMPtYtV6SxfjKAd7cH3F1OBbbJCE3B3lasl6yo=
From: Kazuho Oku <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+0166e4ab91a29a33b968559f496e38ca7308a6cdca22b01c92cf000000011867c88392a169ce1784eaec@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/issues/2267/458441125@github.com>
In-Reply-To: <quicwg/base-drafts/issues/2267@github.com>
References: <quicwg/base-drafts/issues/2267@github.com>
Subject: Re: [quicwg/base-drafts] loss of only two packets can lead to an unrecoverable situation (#2267)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5c5006839fd4b_60b73fa2432d45b84921af"; 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/2dodqgntCabcRd27_TZ3T_sAjGs>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
List-Id: Notification list for GitHub issues related to the QUIC WG <quic-issues.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=unsubscribe>
List-Archive: <https://mailarchive.ietf.org/arch/browse/quic-issues/>
List-Post: <mailto:quic-issues@ietf.org>
List-Help: <mailto:quic-issues-request@ietf.org?subject=help>
List-Subscribe: <https://www.ietf.org/mailman/listinfo/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=subscribe>
X-List-Received-Date: Tue, 29 Jan 2019 07:53:43 -0000

----==_mimepart_5c5006839fd4b_60b73fa2432d45b84921af
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

@marten-seemann 
> Both endpoints have the 1-RTT keys, but the client doesn't know that the server has them, since the ACK for the CFIN was lost. For the client, this situation is indistinguishable from the CFIN itself being lost, so it has to keep retransmitting it.

That's true, however I am not sure if introducing a new frame (that needs to be delivered reliably) is the correct solution. At least for my implementation, consulting if an ACK for 1-RTT packet has been received each time a Handshake packet is deemed lost is easier than reliably transmitting a HANDSHAKE_DONE frame and using it's receipt as a signal.

Having that said, _if_ we are going to depart from the current approach, possibly by introducing a HANDSHAKE_DONE frame, I think it's worth reconsidering when we drop the Initial keys.

Current text requires endpoints to drop Initial packets as soon as they know that the peer knows the Handshake keys. The downside of this approach is delivery of Initial packets and their RTT is sometimes lost.

If we are to have an explicit signal for indicating the end of the handshake, we could delay dropping not only the Handshake keys but also the Initial keys until that signal is being emitted.

The design would be:
* each endpoint emits HANDSHAKE_DONE packet when all the CRYPTO data sent using Initial and Handshake packets are acknowledged
* an endpoint would retain it's Initial and Handshake keys until it sends HANDSHAKE_DONE frame and also receives HANDSHAKE_DONE frame

This is simpler than the current design. There's no fear of key being dropped having negative impact on loss recovery / congestion control. There's only one event for dropping the keys (instead of two). And the logic can be exactly the same on the server and 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/issues/2267#issuecomment-458441125
----==_mimepart_5c5006839fd4b_60b73fa2432d45b84921af
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=3D1478487" data-octo-click=3D"hovercard-link-c=
lick" data-octo-dimensions=3D"link_type:self" href=3D"https://github.com/=
marten-seemann">@marten-seemann</a></p>
<blockquote>
<p>Both endpoints have the 1-RTT keys, but the client doesn't know that t=
he server has them, since the ACK for the CFIN was lost. For the client, =
this situation is indistinguishable from the CFIN itself being lost, so i=
t has to keep retransmitting it.</p>
</blockquote>
<p>That's true, however I am not sure if introducing a new frame (that ne=
eds to be delivered reliably) is the correct solution. At least for my im=
plementation, consulting if an ACK for 1-RTT packet has been received eac=
h time a Handshake packet is deemed lost is easier than reliably transmit=
ting a HANDSHAKE_DONE frame and using it's receipt as a signal.</p>
<p>Having that said, <em>if</em> we are going to depart from the current =
approach, possibly by introducing a HANDSHAKE_DONE frame, I think it's wo=
rth reconsidering when we drop the Initial keys.</p>
<p>Current text requires endpoints to drop Initial packets as soon as the=
y know that the peer knows the Handshake keys. The downside of this appro=
ach is delivery of Initial packets and their RTT is sometimes lost.</p>
<p>If we are to have an explicit signal for indicating the end of the han=
dshake, we could delay dropping not only the Handshake keys but also the =
Initial keys until that signal is being emitted.</p>
<p>The design would be:</p>
<ul>
<li>each endpoint emits HANDSHAKE_DONE packet when all the CRYPTO data se=
nt using Initial and Handshake packets are acknowledged</li>
<li>an endpoint would retain it's Initial and Handshake keys until it sen=
ds HANDSHAKE_DONE frame and also receives HANDSHAKE_DONE frame</li>
</ul>
<p>This is simpler than the current design. There's no fear of key being =
dropped having negative impact on loss recovery / congestion control. The=
re's only one event for dropping the keys (instead of two). And the logic=
 can be exactly the same on the server and the client.</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/2267#issuecomment-458441125">view it on GitHub</a>,=
 or <a href=3D"https://github.com/notifications/unsubscribe-auth/AWbkq3wl=
VjN6V-odWgGq4vrgAk1MFOp1ks5vH_4DgaJpZM4ZjodA">mute the thread</a>.<img sr=
c=3D"https://github.com/notifications/beacon/AWbkq9Tvu55mGgtDoesIhiAZzv1f=
Xwsuks5vH_4DgaJpZM4ZjodA.gif" height=3D"1" width=3D"1" alt=3D"" /></p>
<script type=3D"application/json" data-scope=3D"inboxmarkup">{"api_versio=
n":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name"=
:"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"=
quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"http=
s://github.githubassets.com/images/email/message_cards/header.png","avata=
r_image_url":"https://github.githubassets.com/images/email/message_cards/=
avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/q=
uicwg/base-drafts"}},"updates":{"snippets":[{"icon":"PERSON","message":"@=
kazuho in #2267: @marten-seemann \r\n\u003e Both endpoints have the 1-RTT=
 keys, but the client doesn't know that the server has them, since the AC=
K for the CFIN was lost. For the client, this situation is indistinguisha=
ble from the CFIN itself being lost, so it has to keep retransmitting it.=
\r\n\r\nThat's true, however I am not sure if introducing a new frame (th=
at needs to be delivered reliably) is the correct solution. At least for =
my implementation, consulting if an ACK for 1-RTT packet has been receive=
d each time a Handshake packet is deemed lost is easier than reliably tra=
nsmitting a HANDSHAKE_DONE frame and using it's receipt as a signal.\r\n\=
r\nHaving that said, _if_ we are going to depart from the current approac=
h, possibly by introducing a HANDSHAKE_DONE frame, I think it's worth rec=
onsidering when we drop the Initial keys.\r\n\r\nCurrent text requires en=
dpoints to drop Initial packets as soon as they know that the peer knows =
the Handshake keys. The downside of this approach is delivery of Initial =
packets and their RTT is sometimes lost.\r\n\r\nIf we are to have an expl=
icit signal for indicating the end of the handshake, we could delay dropp=
ing not only the Handshake keys but also the Initial keys until that sign=
al is being emitted.\r\n\r\nThe design would be:\r\n* each endpoint emits=
 HANDSHAKE_DONE packet when all the CRYPTO data sent using Initial and Ha=
ndshake packets are acknowledged\r\n* an endpoint would retain it's Initi=
al and Handshake keys until it sends HANDSHAKE_DONE frame and also receiv=
es HANDSHAKE_DONE frame\r\n\r\nThis is simpler than the current design. T=
here's no fear of key being dropped having negative impact on loss recove=
ry / congestion control. There's only one event for dropping the keys (in=
stead of two). And the logic can be exactly the same on the server and th=
e client."}],"action":{"name":"View Issue","url":"https://github.com/quic=
wg/base-drafts/issues/2267#issuecomment-458441125"}}}</script>
<script type=3D"application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/issues/2267#issuecomment=
-458441125",
"url": "https://github.com/quicwg/base-drafts/issues/2267#issuecomment-45=
8441125",
"name": "View Issue"
},
"description": "View this Issue on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>=

----==_mimepart_5c5006839fd4b_60b73fa2432d45b84921af--


From nobody Tue Jan 29 00:23: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 191C5130F2A for <quic-issues@ietfa.amsl.com>; Tue, 29 Jan 2019 00:23:41 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -11.149
X-Spam-Level: 
X-Spam-Status: No, score=-11.149 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIMWL_WL_HIGH=-4.553, 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_PASS=-0.001] autolearn=ham autolearn_force=no
Authentication-Results: ietfa.amsl.com (amavisd-new); dkim=pass (1024-bit key) header.d=github.com
Received: from mail.ietf.org ([4.31.198.44]) by localhost (ietfa.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id aotVGU5edeci for <quic-issues@ietfa.amsl.com>; Tue, 29 Jan 2019 00:23: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 8BCD6128CE4 for <quic-issues@ietf.org>; Tue, 29 Jan 2019 00:23:39 -0800 (PST)
Date: Tue, 29 Jan 2019 00:23:38 -0800
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1548750218; bh=nta/TX2071aKRPwmL+beF6hMMzKLZQ5D6/ICeegHydY=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=pnY/mwno5V3DqnMuXc04pZ0GhocDZnIWUrojpKNTFXnTn9UecRHltPswgACLgCQra 05iNfmyB3VSkPI8xTE3YCHgzQrHX/tzevmkOVt/jYsSc9yPN2/2ScnWNPmR8kUxf1j QVpWOyeVir/1JUqBI6X8X0oTwyJU0hFWhLGp/a88=
From: Martin Thomson <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+0166e4ab2da8915276a47d039bd71beec526fac29ea5d11c92cf000000011867cf8a92a169ce16d11972@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/pull/2025/review/197423330@github.com>
In-Reply-To: <quicwg/base-drafts/pull/2025@github.com>
References: <quicwg/base-drafts/pull/2025@github.com>
Subject: Re: [quicwg/base-drafts] Send an immediate ACK (#2025)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5c500d8a61de2_1fdc3fe2ce8d45b4913524"; 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/jGq_VajRX8RsI9TioTf0JzUtHpg>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
List-Id: Notification list for GitHub issues related to the QUIC WG <quic-issues.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=unsubscribe>
List-Archive: <https://mailarchive.ietf.org/arch/browse/quic-issues/>
List-Post: <mailto:quic-issues@ietf.org>
List-Help: <mailto:quic-issues-request@ietf.org?subject=help>
List-Subscribe: <https://www.ietf.org/mailman/listinfo/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=subscribe>
X-List-Received-Date: Tue, 29 Jan 2019 08:23:41 -0000

----==_mimepart_5c500d8a61de2_1fdc3fe2ce8d45b4913524
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

martinthomson commented on this pull request.



>  
 Out-of-order packets SHOULD be acknowledged more quickly, in order to accelerate
 loss recovery.  The receiver SHOULD send an immediate ACK when it receives a new
-packet which is not one greater than the largest received packet number.
+packet which is not the next expected one. That is, its packet number is not one

Don't we have a reordering threshold constant we could use 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/2025#discussion_r251730189
----==_mimepart_5c500d8a61de2_1fdc3fe2ce8d45b4913524
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/2025#discussion_r251730189">draft-ietf-quic-recovery.md</a>:</p>
<pre style='color:#555'>&gt;  
 Out-of-order packets SHOULD be acknowledged more quickly, in order to accelerate
 loss recovery.  The receiver SHOULD send an immediate ACK when it receives a new
-packet which is not one greater than the largest received packet number.
+packet which is not the next expected one. That is, its packet number is not one
</pre>
<p>Don't we have a reordering threshold constant we could use 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/2025#discussion_r251730189">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AWbkq05du6_8EPsgkoOsXtA_3f7rJLGwks5vIAUKgaJpZM4YruSf">mute the thread</a>.<img src="https://github.com/notifications/beacon/AWbkq0YpkKUoSMI1w9TsYbYsKOpDTvAvks5vIAUKgaJpZM4YruSf.gif" height="1" width="1" alt="" /></p>
<script type="application/json" data-scope="inboxmarkup">{"api_version":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name":"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"https://github.githubassets.com/images/email/message_cards/header.png","avatar_image_url":"https://github.githubassets.com/images/email/message_cards/avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/quicwg/base-drafts"}},"updates":{"snippets":[{"icon":"PERSON","message":"@martinthomson commented on #2025"}],"action":{"name":"View Pull Request","url":"https://github.com/quicwg/base-drafts/pull/2025#discussion_r251730189"}}}</script>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/pull/2025#discussion_r251730189",
"url": "https://github.com/quicwg/base-drafts/pull/2025#discussion_r251730189",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>
----==_mimepart_5c500d8a61de2_1fdc3fe2ce8d45b4913524--


From nobody Tue Jan 29 02:34:01 2019
Return-Path: <bounce+565321.40f-quic-issues=ietf.org@github.com>
X-Original-To: quic-issues@ietfa.amsl.com
Delivered-To: quic-issues@ietfa.amsl.com
Received: from localhost (localhost [127.0.0.1]) by ietfa.amsl.com (Postfix) with ESMTP id C3D04130F4A for <quic-issues@ietfa.amsl.com>; Tue, 29 Jan 2019 02:33: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=-4.553, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, RCVD_IN_DNSWL_NONE=-0.0001, SPF_PASS=-0.001] autolearn=ham autolearn_force=no
Authentication-Results: ietfa.amsl.com (amavisd-new); dkim=pass (1024-bit key) header.d=github.com
Received: from mail.ietf.org ([4.31.198.44]) by localhost (ietfa.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id pwJTmCZr2Bzz for <quic-issues@ietfa.amsl.com>; Tue, 29 Jan 2019 02:33:57 -0800 (PST)
Received: from m69-169.mailgun.net (m69-169.mailgun.net [166.78.69.169]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id 038B1130F46 for <quic-issues@ietf.org>; Tue, 29 Jan 2019 02:33:56 -0800 (PST)
DKIM-Signature: a=rsa-sha256; v=1; c=relaxed/relaxed; d=github.com; q=dns/txt;  s=mailo; t=1548758036; h=Content-Transfer-Encoding: Content-Type: Mime-Version: Subject: Message-ID: To: Reply-To: From: Date: Sender; bh=6ixPoyuxnZw27VJ0lnJsBKLWPIKqAvwJeCZTa6fu2B4=; b=z8mHyWXq38pQlFJp1LgOZKlrRSymY3YWq4heX+Jlej8w1LSDmJ1VXAmOQdVUkTP59JMt871m ThpiPkb9mAAJ5Rgy0hWX1l1+ar+g72yUAnauDgZDebMwrY/3sujRqeWOKJSYq3H6EBuDUM58 R2PWcrlikrEf6OOchyczmPK4pgs=
X-Mailgun-Sending-Ip: 166.78.69.169
X-Mailgun-Sid: WyJhNzYyYiIsICJxdWljLWlzc3Vlc0BpZXRmLm9yZyIsICI0MGYiXQ==
Sender: ianswett=users.noreply.github.com@github.com
Received: from github.com (Unknown [192.30.252.44]) by mxa.mailgun.org with ESMTP id 5c502c13.7f12df27ee10-smtp-out-n01; Tue, 29 Jan 2019 10:33:55 -0000 (UTC)
Date: Tue, 29 Jan 2019 02:33:54 -0800
From: ianswett <ianswett@users.noreply.github.com>
Reply-To: ianswett <ianswett@users.noreply.github.com>
To: quic-issues@ietf.org
Message-ID: <5c502c12e3f0b_66ff2ad3e5dea588745c3@hookshot-fe-6e9b612.cp1-iad.github.net.mail>
Subject: [quicwg/base-drafts] 7e473d: Only send immediate acks for 1/8 RTT
Mime-Version: 1.0
Content-Type: multipart/mixed; boundary="--==_mimepart_5c502c12e3aff_66ff2ad3e5dea588744ac"; charset=UTF-8
Content-Transfer-Encoding: 7bit
Archived-At: <https://mailarchive.ietf.org/arch/msg/quic-issues/pmjuHDhDoepwkh9t2ISagytjCR8>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
Precedence: list
List-Id: Notification list for GitHub issues related to the QUIC WG <quic-issues.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=unsubscribe>
List-Archive: <https://mailarchive.ietf.org/arch/browse/quic-issues/>
List-Post: <mailto:quic-issues@ietf.org>
List-Help: <mailto:quic-issues-request@ietf.org?subject=help>
List-Subscribe: <https://www.ietf.org/mailman/listinfo/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=subscribe>
X-List-Received-Date: Tue, 29 Jan 2019 10:33:59 -0000

----==_mimepart_5c502c12e3aff_66ff2ad3e5dea588744ac
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

  Branch: refs/heads/ianswett-immediate-ack
  Home:   https://github.com/quicwg/base-drafts
  Commit: 7e473d989c13f7bb7e284641b0572fd6c71da6ef
      https://github.com/quicwg/base-drafts/commit/7e473d989c13f7bb7e284641b0572fd6c71da6ef
  Author: ianswett <ianswett@users.noreply.github.com>
  Date:   2019-01-29 (Tue, 29 Jan 2019)

  Changed paths:
    M draft-ietf-quic-recovery.md

  Log Message:
  -----------
  Only send immediate acks for 1/8 RTT



      **NOTE:** GitHub Services has been marked for deprecation: https://developer.github.com/changes/2018-04-25-github-services-deprecation/

      We will provide an alternative path for the email notifications by January 31st, 2019.

----==_mimepart_5c502c12e3aff_66ff2ad3e5dea588744ac--


From nobody Tue Jan 29 02:34: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 88621130F61 for <quic-issues@ietfa.amsl.com>; Tue, 29 Jan 2019 02:34:01 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -5.935
X-Spam-Level: 
X-Spam-Status: No, score=-5.935 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIMWL_WL_HIGH=-4.553, DKIM_SIGNED=0.1, DKIM_VALID=-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_PASS=-0.001] autolearn=ham autolearn_force=no
Authentication-Results: ietfa.amsl.com (amavisd-new); dkim=pass (1024-bit key) header.d=github.com
Received: from mail.ietf.org ([4.31.198.44]) by localhost (ietfa.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id p3-MsvVBa-hV for <quic-issues@ietfa.amsl.com>; Tue, 29 Jan 2019 02:34:00 -0800 (PST)
Received: from o7.sgmail.github.com (o7.sgmail.github.com [167.89.101.198]) (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 124A1130F46 for <quic-issues@ietf.org>; Tue, 29 Jan 2019 02:33:59 -0800 (PST)
DKIM-Signature: v=1; a=rsa-sha1; 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=hGgXrKkuUXwd/RMPwoKedWWN9OI=; b=IM0UvAWTMYRu6PIj 01K41bgfv85I294XXMENNi8nvbt8c2EchXCG3GMjUO50oaD0eMNsnPe+tmimcgtl 5BpYt/87yISXZzuk9iZ/AXm9NuXo2nC9ZJyQd41TwuJxAtrOk8KzOrEOFY9rUftu cfWmIz9ba/raaCTmuhjlkesJ65E=
Received: by filter1339p1mdw1.sendgrid.net with SMTP id filter1339p1mdw1-22917-5C502C16-1A 2019-01-29 10:33:58.855640409 +0000 UTC m=+43451.730138075
Received: from github-lowworker-b40b5a4.cp1-iad.github.net (unknown [192.30.252.36]) by ismtpd0017p1iad2.sendgrid.net (SG) with ESMTP id clpIqRfDSL2K2yPrE5i6lg for <quic-issues@ietf.org>; Tue, 29 Jan 2019 10:33:58.825 +0000 (UTC)
Received: from github.com (localhost [127.0.0.1]) by github-lowworker-b40b5a4.cp1-iad.github.net (Postfix) with ESMTP id C78913E0969 for <quic-issues@ietf.org>; Tue, 29 Jan 2019 02:33:58 -0800 (PST)
Date: Tue, 29 Jan 2019 10:33:58 +0000 (UTC)
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/2025/push/3253970281@github.com>
In-Reply-To: <quicwg/base-drafts/pull/2025@github.com>
References: <quicwg/base-drafts/pull/2025@github.com>
Subject: Re: [quicwg/base-drafts] Send an immediate ACK (#2025)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5c502c16c57d1_75b23fe010ad45b47177c"; 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
X-SG-EID: l64QuQ2uJCcEyUykJbxN122A6QRmEpucztpreh3Pak0R0pEXMXzu5TtoykrGV7+HbKZPdK4pf5w3Da GHxRqLHZGX7qH1Jr9d2tO/31QwlzwufwVwJPyFu37pwQMnvRhqnv8sL/Wt22QH3IqABcmqRk5lxRri uN/BFND4Bv7lvcnsaE1OoOO24LNWanRJMHM9wZNfzE7QnFDsiCW9WlylsDfeWOySRw90SKXjNjZSkb E=
Archived-At: <https://mailarchive.ietf.org/arch/msg/quic-issues/L2mGd4HNZuvj1UffOwLpzsyr6pE>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
List-Id: Notification list for GitHub issues related to the QUIC WG <quic-issues.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=unsubscribe>
List-Archive: <https://mailarchive.ietf.org/arch/browse/quic-issues/>
List-Post: <mailto:quic-issues@ietf.org>
List-Help: <mailto:quic-issues-request@ietf.org?subject=help>
List-Subscribe: <https://www.ietf.org/mailman/listinfo/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=subscribe>
X-List-Received-Date: Tue, 29 Jan 2019 10:34:02 -0000

----==_mimepart_5c502c16c57d1_75b23fe010ad45b47177c
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

@ianswett pushed 1 commit.

7e473d989c13f7bb7e284641b0572fd6c71da6ef  Only send immediate acks for 1/8 RTT


-- 
You are receiving this because you are subscribed to this thread.
View it on GitHub:
https://github.com/quicwg/base-drafts/pull/2025/files/741c29413014fd3541f930344e5b9e419f4b244c..7e473d989c13f7bb7e284641b0572fd6c71da6ef

----==_mimepart_5c502c16c57d1_75b23fe010ad45b47177c
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/7e473d989c13f7bb7e284641b0572fd6c71da6ef">7e473d9</a>  Only send immediate acks for 1/8 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/2025/files/741c29413014fd3541f930344e5b9e419f4b244c..7e473d989c13f7bb7e284641b0572fd6c71da6ef">View it on GitHub</a> or <a href="https://github.com/notifications/unsubscribe-auth/AWbkq9tT-gSpKQq1pnW3odWT0fpcAa-Rks5vICOWgaJpZM4YruSf">mute the thread</a>.<img src="https://github.com/notifications/beacon/AWbkq3LJ38G0n3M4LXhvFvOzM9jh3jBNks5vICOWgaJpZM4YruSf.gif" height="1" width="1" alt="" /></p>
<script type="application/json" data-scope="inboxmarkup">{"api_version":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name":"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"https://github.githubassets.com/images/email/message_cards/header.png","avatar_image_url":"https://github.githubassets.com/images/email/message_cards/avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/quicwg/base-drafts"}},"updates":{"snippets":[{"icon":"PERSON","message":"@ianswett pushed 1 commit in #2025"}],"action":{"name":"View Pull Request","url":"https://github.com/quicwg/base-drafts/pull/2025/files/741c29413014fd3541f930344e5b9e419f4b244c..7e473d989c13f7bb7e284641b0572fd6c71da6ef"}}}</script>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/pull/2025/files/741c29413014fd3541f930344e5b9e419f4b244c..7e473d989c13f7bb7e284641b0572fd6c71da6ef",
"url": "https://github.com/quicwg/base-drafts/pull/2025/files/741c29413014fd3541f930344e5b9e419f4b244c..7e473d989c13f7bb7e284641b0572fd6c71da6ef",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>

----==_mimepart_5c502c16c57d1_75b23fe010ad45b47177c--


From nobody Tue Jan 29 02:35: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 65744130F4D for <quic-issues@ietfa.amsl.com>; Tue, 29 Jan 2019 02:35:02 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -11.149
X-Spam-Level: 
X-Spam-Status: No, score=-11.149 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIMWL_WL_HIGH=-4.553, 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_PASS=-0.001] autolearn=ham autolearn_force=no
Authentication-Results: ietfa.amsl.com (amavisd-new); dkim=pass (1024-bit key) header.d=github.com
Received: from mail.ietf.org ([4.31.198.44]) by localhost (ietfa.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 5i1Jf3cQpXxD for <quic-issues@ietfa.amsl.com>; Tue, 29 Jan 2019 02:35: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 5E9D4130F4A for <quic-issues@ietf.org>; Tue, 29 Jan 2019 02:35:00 -0800 (PST)
Date: Tue, 29 Jan 2019 02:34:59 -0800
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1548758099; bh=iqm7RwIUCUM47IC4IM/q5B+QEXxXw0rsWR8txbC0158=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=IlHmKNurAkhMgO6Gh8IIOUJIehfu3rdkfEfiybc4TNfUVn8dQ5Qco6oQu1Z+UZzeF rAGxlPtiAdDbY6Zk526OEjQ33dOpnz1Fl1RTAAKdAfzyPKGIiI3Qffjtn6+s62de8y aXG5o5pWx9mBff1/RbjkgnpzRfw1xvSrEH0ZPpAo=
From: ianswett <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+0166e4ab5c232e8a9a5ab96f547ac0898ab28f0050c29ec392cf000000011867ee5392a169ce16d11972@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/pull/2025/review/197480838@github.com>
In-Reply-To: <quicwg/base-drafts/pull/2025@github.com>
References: <quicwg/base-drafts/pull/2025@github.com>
Subject: Re: [quicwg/base-drafts] Send an immediate ACK (#2025)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5c502c531849b_9403fa5154d45b4695b0"; 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/KmOnm014KH9MjoH0LKVCNVVpsz0>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
List-Id: Notification list for GitHub issues related to the QUIC WG <quic-issues.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=unsubscribe>
List-Archive: <https://mailarchive.ietf.org/arch/browse/quic-issues/>
List-Post: <mailto:quic-issues@ietf.org>
List-Help: <mailto:quic-issues-request@ietf.org?subject=help>
List-Subscribe: <https://www.ietf.org/mailman/listinfo/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=subscribe>
X-List-Received-Date: Tue, 29 Jan 2019 10:35:02 -0000

----==_mimepart_5c502c531849b_9403fa5154d45b4695b0
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

ianswett commented on this pull request.



>  
 Out-of-order packets SHOULD be acknowledged more quickly, in order to accelerate
 loss recovery.  The receiver SHOULD send an immediate ACK when it receives a new
-packet which is not one greater than the largest received packet number.
+packet which is not the next expected one. That is, its packet number is not one

Thanks for the suggestions, I reworked the text to only have one SHOULD and mention the 1/8 RTT as the max amount of time to send immediate acks.

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/quicwg/base-drafts/pull/2025#discussion_r251776450
----==_mimepart_5c502c531849b_9403fa5154d45b4695b0
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/2025#discussion_r251776450">draft-ietf-quic-recovery.md</a>:</p>
<pre style='color:#555'>&gt;  
 Out-of-order packets SHOULD be acknowledged more quickly, in order to accelerate
 loss recovery.  The receiver SHOULD send an immediate ACK when it receives a new
-packet which is not one greater than the largest received packet number.
+packet which is not the next expected one. That is, its packet number is not one
</pre>
<p>Thanks for the suggestions, I reworked the text to only have one SHOULD and mention the 1/8 RTT as the max amount of time to send immediate acks.</p>

<p style="font-size:small;-webkit-text-size-adjust:none;color:#666;">&mdash;<br />You are receiving this because you are subscribed to this thread.<br />Reply to this email directly, <a href="https://github.com/quicwg/base-drafts/pull/2025#discussion_r251776450">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AWbkq3tKi-DG18Ia7p0XumTWj7onrcp4ks5vICPTgaJpZM4YruSf">mute the thread</a>.<img src="https://github.com/notifications/beacon/AWbkq_pmyulpkVKRlJAAk39hduDRxdwsks5vICPTgaJpZM4YruSf.gif" height="1" width="1" alt="" /></p>
<script type="application/json" data-scope="inboxmarkup">{"api_version":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name":"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"https://github.githubassets.com/images/email/message_cards/header.png","avatar_image_url":"https://github.githubassets.com/images/email/message_cards/avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/quicwg/base-drafts"}},"updates":{"snippets":[{"icon":"PERSON","message":"@ianswett commented on #2025"}],"action":{"name":"View Pull Request","url":"https://github.com/quicwg/base-drafts/pull/2025#discussion_r251776450"}}}</script>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/pull/2025#discussion_r251776450",
"url": "https://github.com/quicwg/base-drafts/pull/2025#discussion_r251776450",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>
----==_mimepart_5c502c531849b_9403fa5154d45b4695b0--


From nobody Tue Jan 29 02:47:49 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 36B6C130F52 for <quic-issues@ietfa.amsl.com>; Tue, 29 Jan 2019 02:47:47 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -7.552
X-Spam-Level: 
X-Spam-Status: No, score=-7.552 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIMWL_WL_HIGH=-4.553, 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_PASS=-0.001] autolearn=ham autolearn_force=no
Authentication-Results: ietfa.amsl.com (amavisd-new); dkim=pass (1024-bit key) header.d=github.com
Received: from mail.ietf.org ([4.31.198.44]) by localhost (ietfa.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id u2VRZDX1P-nF for <quic-issues@ietfa.amsl.com>; Tue, 29 Jan 2019 02:47:45 -0800 (PST)
Received: from o10.sgmail.github.com (o10.sgmail.github.com [167.89.101.201]) (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 7FB6E130F58 for <quic-issues@ietf.org>; Tue, 29 Jan 2019 02:47:45 -0800 (PST)
DKIM-Signature: v=1; a=rsa-sha1; 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=MnwSWt1le4eJY5UmHCo4nz80nTA=; b=T+5DTiSiWvlGAQrp 2CoogOGn2V2TyV30Zm3f99Sv7yoUOzPa+bAegVsv2x2SEQFMrV+qi/Z0HaBw1kPj RW6UtV08/anCEqeqi0m92JEqyO5Je+xyJWEIvCXlwSQiujxdqvDwTbkmG7JymDU5 YudWqZ1ukYLJ9HeaM0C+aBAdLIk=
Received: by filter1419p1mdw1.sendgrid.net with SMTP id filter1419p1mdw1-13984-5C502F50-11 2019-01-29 10:47:44.496689252 +0000 UTC m=+45188.205124578
Received: from github-lowworker-56a5eb2.cp1-iad.github.net (unknown [192.30.252.33]) by ismtpd0036p1iad1.sendgrid.net (SG) with ESMTP id ttgrkVvPQQSoUZLEVqFIsw for <quic-issues@ietf.org>; Tue, 29 Jan 2019 10:47:44.536 +0000 (UTC)
Received: from github.com (localhost [127.0.0.1]) by github-lowworker-56a5eb2.cp1-iad.github.net (Postfix) with ESMTP id 7E7B3C00A8 for <quic-issues@ietf.org>; Tue, 29 Jan 2019 02:47:44 -0800 (PST)
Date: Tue, 29 Jan 2019 10:47:44 +0000 (UTC)
From: ianswett <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+0166e4ab1ac065e7de3460ef52f1c1054e2a1e9bdd06a66492cf000000011867f15092a169ce17fab1f6@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/pull/2365/review/197486572@github.com>
In-Reply-To: <quicwg/base-drafts/pull/2365@github.com>
References: <quicwg/base-drafts/pull/2365@github.com>
Subject: Re: [quicwg/base-drafts] Persistent Congestion Time Threshold (#2365)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5c502f5075420_76e63fd0af0d45c012754b"; 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
X-SG-EID: l64QuQ2uJCcEyUykJbxN122A6QRmEpucztpreh3Pak0MHxv/1BcHVRP+aL3SfFHdeaFAWvRapiQGj2 0Ld463785lMZHyth1WAwZqVcUKdyTcfTxx02Fq/gB2RxfsuRjkiU4ESVLetLFrkW/bv3OwusLTdBz1 Hh8UqHksdvLphizk6FCMiG7flstc1QhA9ZKsjPpZCYsLO8DgBAU4bpJVeESAZr26Z8v/MlVjkagzkC A=
Archived-At: <https://mailarchive.ietf.org/arch/msg/quic-issues/JOS_gYn4G3yQA1XaEtgfeprXoCs>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
List-Id: Notification list for GitHub issues related to the QUIC WG <quic-issues.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=unsubscribe>
List-Archive: <https://mailarchive.ietf.org/arch/browse/quic-issues/>
List-Post: <mailto:quic-issues@ietf.org>
List-Help: <mailto:quic-issues-request@ietf.org?subject=help>
List-Subscribe: <https://www.ietf.org/mailman/listinfo/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=subscribe>
X-List-Received-Date: Tue, 29 Jan 2019 10:47:47 -0000

----==_mimepart_5c502f5075420_76e63fd0af0d45c012754b
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

ianswett commented on this pull request.



>  When an ACK frame is received that establishes loss of all in-flight packets
-sent prior to a threshold number of consecutive PTOs (pto_count is more than
-kPersistentCongestionThreshold, see {{cc-consts-of-interest}}), the network is
-considered to be experiencing persistent congestion, and the sender's congestion
-window MUST be reduced to the minimum congestion window (kMinimumWindow).  This
-response of collapsing the congestion window on persistent congestion is
-functionally similar to a sender's response on a Retransmission Timeout (RTO) in
-TCP {{RFC5681}}.
+sent over a long enough period of time, the network is considered to be
+experiencing persistent congestion.  Commonly, this can be established by
+consecutive PTOs (pto_count is more than  kPersistentCongestionThreshold, see

```suggestion
consecutive PTOs (pto_count is more than kPersistentCongestionThreshold, see
```

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/quicwg/base-drafts/pull/2365#pullrequestreview-197486572
----==_mimepart_5c502f5075420_76e63fd0af0d45c012754b
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/2365#discussion=
_r251780906">draft-ietf-quic-recovery.md</a>:</p>=0D
<pre style=3D'color:#555'>&gt;  When an ACK frame is received that establis=
hes loss of all in-flight packets=0D
-sent prior to a threshold number of consecutive PTOs (pto_count is more th=
an=0D
-kPersistentCongestionThreshold, see {{cc-consts-of-interest}}), the networ=
k is=0D
-considered to be experiencing persistent congestion, and the sender&#39;s =
congestion=0D
-window MUST be reduced to the minimum congestion window (kMinimumWindow). =
 This=0D
-response of collapsing the congestion window on persistent congestion is=
=0D
-functionally similar to a sender&#39;s response on a Retransmission Timeou=
t (RTO) in=0D
-TCP {{RFC5681}}.=0D
+sent over a long enough period of time, the network is considered to be=0D
+experiencing persistent congestion.  Commonly, this can be established by=
=0D
+consecutive PTOs (pto_count is more than  kPersistentCongestionThreshold, =
see=0D
</pre>=0D
=E2=AC=87=EF=B8=8F Suggested change=0D
<pre style=3D"color: #555">-consecutive PTOs (pto_count is more than  kPers=
istentCongestionThreshold, see=0D
+consecutive PTOs (pto_count is more than kPersistentCongestionThreshold, s=
ee=0D
</pre>=0D
=0D
=0D
<p style=3D"font-size:small;-webkit-text-size-adjust:none;color:#666;">&mda=
sh;<br />You are receiving this because you are subscribed to this thread.<=
br />Reply to this email directly, <a href=3D"https://github.com/quicwg/bas=
e-drafts/pull/2365#pullrequestreview-197486572">view it on GitHub</a>, or <=
a href=3D"https://github.com/notifications/unsubscribe-auth/AWbkq8mavk1KeEe=
bYLJnfwRvyHsjXlM6ks5vICbQgaJpZM4aPEwB">mute the thread</a>.<img src=3D"http=
s://github.com/notifications/beacon/AWbkq8-5Z_9AaGCjFrxGlSNRVY5papU7ks5vICb=
QgaJpZM4aPEwB.gif" height=3D"1" width=3D"1" alt=3D"" /></p>=0D
<script type=3D"application/json" data-scope=3D"inboxmarkup">{"api_version"=
:"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name":"Gi=
tHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"quicwg=
/base-drafts","subtitle":"GitHub repository","main_image_url":"https://gith=
ub.githubassets.com/images/email/message_cards/header.png","avatar_image_ur=
l":"https://github.githubassets.com/images/email/message_cards/avatar.png",=
"action":{"name":"Open in GitHub","url":"https://github.com/quicwg/base-dra=
fts"}},"updates":{"snippets":[{"icon":"PERSON","message":"@ianswett comment=
ed on #2365"}],"action":{"name":"View Pull Request","url":"https://github.c=
om/quicwg/base-drafts/pull/2365#pullrequestreview-197486572"}}}</script>=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/2365#pullrequestrevie=
w-197486572",=0D
"url": "https://github.com/quicwg/base-drafts/pull/2365#pullrequestreview-1=
97486572",=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_5c502f5075420_76e63fd0af0d45c012754b--


From nobody Tue Jan 29 02:48:20 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 08681130F52 for <quic-issues@ietfa.amsl.com>; Tue, 29 Jan 2019 02:48:20 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -7.552
X-Spam-Level: 
X-Spam-Status: No, score=-7.552 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIMWL_WL_HIGH=-4.553, 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_PASS=-0.001] autolearn=ham autolearn_force=no
Authentication-Results: ietfa.amsl.com (amavisd-new); dkim=pass (1024-bit key) header.d=github.com
Received: from mail.ietf.org ([4.31.198.44]) by localhost (ietfa.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id LaSX7AZ4SU5i for <quic-issues@ietfa.amsl.com>; Tue, 29 Jan 2019 02:48:18 -0800 (PST)
Received: from o5.sgmail.github.com (o5.sgmail.github.com [192.254.113.10]) (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 D270D130F4D for <quic-issues@ietf.org>; Tue, 29 Jan 2019 02:48:17 -0800 (PST)
DKIM-Signature: v=1; a=rsa-sha1; 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=/uQFB8bu4PRNizqWd32F1fFIsgw=; b=lRFyTGfyzz9c9oBq Ws3KQEUXVeuYdNHWmwY5t+WOoIKogGgMG41JNTuHw3/MCWuqobls76JeXDJ/72oz g6ozM7uk/Z+A8c8MOj5jq0kav38qNrBFHJAcfkNPqvPxguWglwFIo7WXf11UBkWB jiVBBe9zmUxcpkjxhQIkTsQPqj8=
Received: by filter1330p1mdw1.sendgrid.net with SMTP id filter1330p1mdw1-20071-5C502F70-23 2019-01-29 10:48:16.926441474 +0000 UTC m=+45254.243297415
Received: from github-lowworker-05ceafd.cp1-iad.github.net (unknown [192.30.252.40]) by ismtpd0018p1iad2.sendgrid.net (SG) with ESMTP id 41taJJChSEmSRrF86QywBA for <quic-issues@ietf.org>; Tue, 29 Jan 2019 10:48:16.858 +0000 (UTC)
Received: from github.com (localhost [127.0.0.1]) by github-lowworker-05ceafd.cp1-iad.github.net (Postfix) with ESMTP id D620F460BF7 for <quic-issues@ietf.org>; Tue, 29 Jan 2019 02:48:16 -0800 (PST)
Date: Tue, 29 Jan 2019 10:48:16 +0000 (UTC)
From: ianswett <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+0166e4ab0bfff1ae99f59e3cebd52c2a9a2f02013f33934092cf000000011867f17092a169ce17fab1f6@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/pull/2365/review/197486828@github.com>
In-Reply-To: <quicwg/base-drafts/pull/2365@github.com>
References: <quicwg/base-drafts/pull/2365@github.com>
Subject: Re: [quicwg/base-drafts] Persistent Congestion Time Threshold (#2365)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5c502f70d48a1_50393fcddb8d45bc33311e"; 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
X-SG-EID: l64QuQ2uJCcEyUykJbxN122A6QRmEpucztpreh3Pak3XO4pHEvUefbJansFHT10RGXe4GUzeQ5cX+w jEHQ1f+1L6wROTbvsozUN8KnhRn7s8KTVQCUDQWpK8quveDOhrtHggdKwYhfV1btwm/dt21+IEPqnw GsEzfsSsREzjTIsZ0ijrVzFLziTWoH84JVenxOGKN1DC8D8vizQQu2mcUwp0ilt6dSPL1PnzM/N8Sq c=
Archived-At: <https://mailarchive.ietf.org/arch/msg/quic-issues/v-58mVVELYrQVtryXK2rb4S6IQk>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
List-Id: Notification list for GitHub issues related to the QUIC WG <quic-issues.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=unsubscribe>
List-Archive: <https://mailarchive.ietf.org/arch/browse/quic-issues/>
List-Post: <mailto:quic-issues@ietf.org>
List-Help: <mailto:quic-issues-request@ietf.org?subject=help>
List-Subscribe: <https://www.ietf.org/mailman/listinfo/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=subscribe>
X-List-Received-Date: Tue, 29 Jan 2019 10:48:20 -0000

----==_mimepart_5c502f70d48a1_50393fcddb8d45bc33311e
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

ianswett commented on this pull request.



>  When an ACK frame is received that establishes loss of all in-flight packets
-sent prior to a threshold number of consecutive PTOs (pto_count is more than
-kPersistentCongestionThreshold, see {{cc-consts-of-interest}}), the network is
-considered to be experiencing persistent congestion, and the sender's congestion
-window MUST be reduced to the minimum congestion window (kMinimumWindow).  This
-response of collapsing the congestion window on persistent congestion is
-functionally similar to a sender's response on a Retransmission Timeout (RTO) in
-TCP {{RFC5681}}.
+sent over a long enough period of time, the network is considered to be
+experiencing persistent congestion.  Commonly, this can be established by
+consecutive PTOs (pto_count is more than  kPersistentCongestionThreshold, see
+{{cc-consts-of-interest}}), but since the PTO timer is reset when a new
+ack-eliciting packet is sent, an explicit timeout must be used to account for
+those cases where PTOs do not occur.

```suggestion
those cases where PTOs do not occur or are substantially delayed.
```

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/quicwg/base-drafts/pull/2365#pullrequestreview-197486828
----==_mimepart_5c502f70d48a1_50393fcddb8d45bc33311e
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/2365#discussion=
_r251781090">draft-ietf-quic-recovery.md</a>:</p>=0D
<pre style=3D'color:#555'>&gt;  When an ACK frame is received that establis=
hes loss of all in-flight packets=0D
-sent prior to a threshold number of consecutive PTOs (pto_count is more th=
an=0D
-kPersistentCongestionThreshold, see {{cc-consts-of-interest}}), the networ=
k is=0D
-considered to be experiencing persistent congestion, and the sender&#39;s =
congestion=0D
-window MUST be reduced to the minimum congestion window (kMinimumWindow). =
 This=0D
-response of collapsing the congestion window on persistent congestion is=
=0D
-functionally similar to a sender&#39;s response on a Retransmission Timeou=
t (RTO) in=0D
-TCP {{RFC5681}}.=0D
+sent over a long enough period of time, the network is considered to be=0D
+experiencing persistent congestion.  Commonly, this can be established by=
=0D
+consecutive PTOs (pto_count is more than  kPersistentCongestionThreshold, =
see=0D
+{{cc-consts-of-interest}}), but since the PTO timer is reset when a new=0D
+ack-eliciting packet is sent, an explicit timeout must be used to account =
for=0D
+those cases where PTOs do not occur.=0D
</pre>=0D
=E2=AC=87=EF=B8=8F Suggested change=0D
<pre style=3D"color: #555">-those cases where PTOs do not occur.=0D
+those cases where PTOs do not occur or are substantially delayed.=0D
</pre>=0D
=0D
=0D
<p style=3D"font-size:small;-webkit-text-size-adjust:none;color:#666;">&mda=
sh;<br />You are receiving this because you are subscribed to this thread.<=
br />Reply to this email directly, <a href=3D"https://github.com/quicwg/bas=
e-drafts/pull/2365#pullrequestreview-197486828">view it on GitHub</a>, or <=
a href=3D"https://github.com/notifications/unsubscribe-auth/AWbkq44deQEzx1Z=
oT08kqoizEa70hxxZks5vICbwgaJpZM4aPEwB">mute the thread</a>.<img src=3D"http=
s://github.com/notifications/beacon/AWbkq4eOkUVihpZ1V9MTQY9dY8LND_yQks5vICb=
wgaJpZM4aPEwB.gif" height=3D"1" width=3D"1" alt=3D"" /></p>=0D
<script type=3D"application/json" data-scope=3D"inboxmarkup">{"api_version"=
:"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name":"Gi=
tHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"quicwg=
/base-drafts","subtitle":"GitHub repository","main_image_url":"https://gith=
ub.githubassets.com/images/email/message_cards/header.png","avatar_image_ur=
l":"https://github.githubassets.com/images/email/message_cards/avatar.png",=
"action":{"name":"Open in GitHub","url":"https://github.com/quicwg/base-dra=
fts"}},"updates":{"snippets":[{"icon":"PERSON","message":"@ianswett comment=
ed on #2365"}],"action":{"name":"View Pull Request","url":"https://github.c=
om/quicwg/base-drafts/pull/2365#pullrequestreview-197486828"}}}</script>=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/2365#pullrequestrevie=
w-197486828",=0D
"url": "https://github.com/quicwg/base-drafts/pull/2365#pullrequestreview-1=
97486828",=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_5c502f70d48a1_50393fcddb8d45bc33311e--


From nobody Tue Jan 29 02:55:28 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 4FD01130F47 for <quic-issues@ietfa.amsl.com>; Tue, 29 Jan 2019 02:55:26 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -7.553
X-Spam-Level: 
X-Spam-Status: No, score=-7.553 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIMWL_WL_HIGH=-4.553, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-1, RCVD_IN_DNSWL_NONE=-0.0001, SPF_PASS=-0.001] autolearn=ham autolearn_force=no
Authentication-Results: ietfa.amsl.com (amavisd-new); dkim=pass (1024-bit key) header.d=github.com
Received: from mail.ietf.org ([4.31.198.44]) by localhost (ietfa.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 3N8ktvRGOaKM for <quic-issues@ietfa.amsl.com>; Tue, 29 Jan 2019 02:55:24 -0800 (PST)
Received: from o10.sgmail.github.com (o10.sgmail.github.com [167.89.101.201]) (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 6D183130F36 for <quic-issues@ietf.org>; Tue, 29 Jan 2019 02:55:24 -0800 (PST)
DKIM-Signature: v=1; a=rsa-sha1; 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=nimtQnWxZ4c2ZeHG1iK3ykC5Vns=; b=w52yDKV7y0bV5+P6 VN/DFLWCybeL9ISM33Gxd0UnBnGx1dyNTlbcim7z3H0rzdYa6IVwWW+M7/SlF/12 GMFB2n7lXBhd5OlvqkUkRdrueX4GYQic2PZzUTZyrb9L+2KXTC04uGbayoTC/UGi d0fN6Sm/PcGStfb3Gq7qIRYjVD8=
Received: by filter1621p1mdw1.sendgrid.net with SMTP id filter1621p1mdw1-30174-5C50311B-11 2019-01-29 10:55:23.295941579 +0000 UTC m=+45195.650111209
Received: from github-lowworker-39ccb07.cp1-iad.github.net (unknown [192.30.252.40]) by ismtpd0016p1iad2.sendgrid.net (SG) with ESMTP id mgrGasbtTYWNWygsAcfW2A for <quic-issues@ietf.org>; Tue, 29 Jan 2019 10:55:23.465 +0000 (UTC)
Received: from github.com (localhost [127.0.0.1]) by github-lowworker-39ccb07.cp1-iad.github.net (Postfix) with ESMTP id 4B581400932 for <quic-issues@ietf.org>; Tue, 29 Jan 2019 02:55:23 -0800 (PST)
Date: Tue, 29 Jan 2019 10:55:23 +0000 (UTC)
From: ianswett <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+0166e4ab869244a2b423527eaa63a1a091b3bc0a6f52400d92cf000000011867f31b92a169ce17fab1f6@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/pull/2365/review/197487691@github.com>
In-Reply-To: <quicwg/base-drafts/pull/2365@github.com>
References: <quicwg/base-drafts/pull/2365@github.com>
Subject: Re: [quicwg/base-drafts] Persistent Congestion Time Threshold (#2365)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5c50311b494e5_76a03fb10fad45bc2391fa"; 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
X-SG-EID: l64QuQ2uJCcEyUykJbxN122A6QRmEpucztpreh3Pak24fI1NkZ7eaTs5k41aQJhCzcLKgeFRmP1Bq+ x1qIxI4k6MmyKphUPl5AT3od6lxWe3fxNtJD3tdnVZNvnk5ITAfY9tKiF5gRHe9au9zdRl4XCQ+BEB Vjh3/9089kofANdRABJfNvXuGQApovVZ84mFsGBVsqkz9FMgQt8tsWgCbVOYo95y1WM2tx/R0sj8cX 4=
Archived-At: <https://mailarchive.ietf.org/arch/msg/quic-issues/mbSBowR7Bo0EUwS7112sSQcsqkQ>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
List-Id: Notification list for GitHub issues related to the QUIC WG <quic-issues.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=unsubscribe>
List-Archive: <https://mailarchive.ietf.org/arch/browse/quic-issues/>
List-Post: <mailto:quic-issues@ietf.org>
List-Help: <mailto:quic-issues-request@ietf.org?subject=help>
List-Subscribe: <https://www.ietf.org/mailman/listinfo/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=subscribe>
X-List-Received-Date: Tue, 29 Jan 2019 10:55:26 -0000

----==_mimepart_5c50311b494e5_76a03fb10fad45bc2391fa
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

ianswett commented on this pull request.

A few more suggestions, but I think this is getting close.

>  When an ACK frame is received that establishes loss of all in-flight packets
-sent prior to a threshold number of consecutive PTOs (pto_count is more than
-kPersistentCongestionThreshold, see {{cc-consts-of-interest}}), the network is
-considered to be experiencing persistent congestion, and the sender's congestion
-window MUST be reduced to the minimum congestion window (kMinimumWindow).  This
-response of collapsing the congestion window on persistent congestion is
-functionally similar to a sender's response on a Retransmission Timeout (RTO) in
-TCP {{RFC5681}}.
+sent over a long enough period of time, the network is considered to be
+experiencing persistent congestion.  Commonly, this can be established by
+consecutive PTOs (pto_count is more than  kPersistentCongestionThreshold, see
+{{cc-consts-of-interest}}), but since the PTO timer is reset when a new
+ack-eliciting packet is sent, an explicit timeout must be used to account for

I don't think it's really a timeout.  How about period or duration or time?

>  When an ACK frame is received that establishes loss of all in-flight packets
-sent prior to a threshold number of consecutive PTOs (pto_count is more than
-kPersistentCongestionThreshold, see {{cc-consts-of-interest}}), the network is
-considered to be experiencing persistent congestion, and the sender's congestion
-window MUST be reduced to the minimum congestion window (kMinimumWindow).  This
-response of collapsing the congestion window on persistent congestion is
-functionally similar to a sender's response on a Retransmission Timeout (RTO) in
-TCP {{RFC5681}}.
+sent over a long enough period of time, the network is considered to be
+experiencing persistent congestion.  Commonly, this can be established by
+consecutive PTOs (pto_count is more than  kPersistentCongestionThreshold, see

Also, I'd remove the () here and then define what the actual period is at the end of this paragraph.

> @@ -1214,15 +1218,27 @@ Invoked by loss detection from DetectLostPackets when new packets
 are detected lost.
 
 ~~~
+   InPersistentCongestion(oldest_loss_time):
+     elapsed_time = Now() - oldest_loss_time

```suggestion
     congestion_period = Now() - oldest_loss_time
```

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/quicwg/base-drafts/pull/2365#pullrequestreview-197487691
----==_mimepart_5c50311b494e5_76a03fb10fad45bc2391fa
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: quoted-printable

<p><b>@ianswett</b> commented on this pull request.</p>=0D
=0D
<p>A few more suggestions, but I think this is getting close.</p><hr>=0D
=0D
<p>In <a href=3D"https://github.com/quicwg/base-drafts/pull/2365#discussion=
_r251781808">draft-ietf-quic-recovery.md</a>:</p>=0D
<pre style=3D'color:#555'>&gt;  When an ACK frame is received that establis=
hes loss of all in-flight packets=0D
-sent prior to a threshold number of consecutive PTOs (pto_count is more th=
an=0D
-kPersistentCongestionThreshold, see {{cc-consts-of-interest}}), the networ=
k is=0D
-considered to be experiencing persistent congestion, and the sender&#39;s =
congestion=0D
-window MUST be reduced to the minimum congestion window (kMinimumWindow). =
 This=0D
-response of collapsing the congestion window on persistent congestion is=
=0D
-functionally similar to a sender&#39;s response on a Retransmission Timeou=
t (RTO) in=0D
-TCP {{RFC5681}}.=0D
+sent over a long enough period of time, the network is considered to be=0D
+experiencing persistent congestion.  Commonly, this can be established by=
=0D
+consecutive PTOs (pto_count is more than  kPersistentCongestionThreshold, =
see=0D
+{{cc-consts-of-interest}}), but since the PTO timer is reset when a new=0D
+ack-eliciting packet is sent, an explicit timeout must be used to account =
for=0D
</pre>=0D
<p>I don't think it's really a timeout.  How about period or duration or ti=
me?</p>=0D
=0D
<hr>=0D
=0D
<p>In <a href=3D"https://github.com/quicwg/base-drafts/pull/2365#discussion=
_r251782809">draft-ietf-quic-recovery.md</a>:</p>=0D
<pre style=3D'color:#555'>&gt;  When an ACK frame is received that establis=
hes loss of all in-flight packets=0D
-sent prior to a threshold number of consecutive PTOs (pto_count is more th=
an=0D
-kPersistentCongestionThreshold, see {{cc-consts-of-interest}}), the networ=
k is=0D
-considered to be experiencing persistent congestion, and the sender&#39;s =
congestion=0D
-window MUST be reduced to the minimum congestion window (kMinimumWindow). =
 This=0D
-response of collapsing the congestion window on persistent congestion is=
=0D
-functionally similar to a sender&#39;s response on a Retransmission Timeou=
t (RTO) in=0D
-TCP {{RFC5681}}.=0D
+sent over a long enough period of time, the network is considered to be=0D
+experiencing persistent congestion.  Commonly, this can be established by=
=0D
+consecutive PTOs (pto_count is more than  kPersistentCongestionThreshold, =
see=0D
</pre>=0D
<p>Also, I'd remove the () here and then define what the actual period is a=
t the end of this paragraph.</p>=0D
=0D
<hr>=0D
=0D
<p>In <a href=3D"https://github.com/quicwg/base-drafts/pull/2365#discussion=
_r251783190">draft-ietf-quic-recovery.md</a>:</p>=0D
<pre style=3D'color:#555'>&gt; @@ -1214,15 +1218,27 @@ Invoked by loss dete=
ction from DetectLostPackets when new packets=0D
 are detected lost.=0D
 =0D
 ~~~=0D
+   InPersistentCongestion(oldest_loss_time):=0D
+     elapsed_time =3D Now() - oldest_loss_time=0D
</pre>=0D
=E2=AC=87=EF=B8=8F Suggested change=0D
<pre style=3D"color: #555">-     elapsed_time =3D Now() - oldest_loss_time=
=0D
+     congestion_period =3D Now() - oldest_loss_time=0D
</pre>=0D
=0D
=0D
<p style=3D"font-size:small;-webkit-text-size-adjust:none;color:#666;">&mda=
sh;<br />You are receiving this because you are subscribed to this thread.<=
br />Reply to this email directly, <a href=3D"https://github.com/quicwg/bas=
e-drafts/pull/2365#pullrequestreview-197487691">view it on GitHub</a>, or <=
a href=3D"https://github.com/notifications/unsubscribe-auth/AWbkq5riWBhMr8g=
PS1oVlky9hCY1tdU5ks5vICibgaJpZM4aPEwB">mute the thread</a>.<img src=3D"http=
s://github.com/notifications/beacon/AWbkqytFZ_xLqRJm_X37nNSeRiRE1S_Nks5vICi=
bgaJpZM4aPEwB.gif" height=3D"1" width=3D"1" alt=3D"" /></p>=0D
<script type=3D"application/json" data-scope=3D"inboxmarkup">{"api_version"=
:"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name":"Gi=
tHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"quicwg=
/base-drafts","subtitle":"GitHub repository","main_image_url":"https://gith=
ub.githubassets.com/images/email/message_cards/header.png","avatar_image_ur=
l":"https://github.githubassets.com/images/email/message_cards/avatar.png",=
"action":{"name":"Open in GitHub","url":"https://github.com/quicwg/base-dra=
fts"}},"updates":{"snippets":[{"icon":"PERSON","message":"@ianswett comment=
ed on #2365"}],"action":{"name":"View Pull Request","url":"https://github.c=
om/quicwg/base-drafts/pull/2365#pullrequestreview-197487691"}}}</script>=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/2365#pullrequestrevie=
w-197487691",=0D
"url": "https://github.com/quicwg/base-drafts/pull/2365#pullrequestreview-1=
97487691",=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_5c50311b494e5_76a03fb10fad45bc2391fa--


From nobody Tue Jan 29 03:02: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 3E67C130F47 for <quic-issues@ietfa.amsl.com>; Tue, 29 Jan 2019 03:02:26 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -10.935
X-Spam-Level: 
X-Spam-Status: No, score=-10.935 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIMWL_WL_HIGH=-4.553, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, HTML_IMAGE_ONLY_24=1.618, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-1, RCVD_IN_DNSWL_HI=-5, SPF_PASS=-0.001] autolearn=ham autolearn_force=no
Authentication-Results: ietfa.amsl.com (amavisd-new); dkim=pass (1024-bit key) header.d=github.com
Received: from mail.ietf.org ([4.31.198.44]) by localhost (ietfa.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id SOwI_VGRsFGg for <quic-issues@ietfa.amsl.com>; Tue, 29 Jan 2019 03:02:23 -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 8C832130F3B for <quic-issues@ietf.org>; Tue, 29 Jan 2019 03:02:23 -0800 (PST)
Date: Tue, 29 Jan 2019 03:02:22 -0800
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1548759742; bh=yjWOPSi6HLwiXwUfvjcya+52mJQjAV1mDR3zEzvqWL4=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=K+cCo/kF3AfyeGcBTd8aefgdftIWsRDiL62n2/uzbUKKo43We6bYAlznGahyQAadn W50g2q8ap+3KHudnnuPjrckC356Dpz1wa2mZKcZgWDs9w1L+7AgbyKWb+yWZVmZGdB FvQFt4RxdTotTAvNDcjThyKBa8OnuruL5Bb/WTwY=
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/2365/push/3254062008@github.com>
In-Reply-To: <quicwg/base-drafts/pull/2365@github.com>
References: <quicwg/base-drafts/pull/2365@github.com>
Subject: Re: [quicwg/base-drafts] Persistent Congestion Time Threshold (#2365)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5c5032bebd559_53b33fa0946d45c424942"; 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/y1IGKFgNB_uIHAl1Ds5yPcdKiV8>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
List-Id: Notification list for GitHub issues related to the QUIC WG <quic-issues.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=unsubscribe>
List-Archive: <https://mailarchive.ietf.org/arch/browse/quic-issues/>
List-Post: <mailto:quic-issues@ietf.org>
List-Help: <mailto:quic-issues-request@ietf.org?subject=help>
List-Subscribe: <https://www.ietf.org/mailman/listinfo/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=subscribe>
X-List-Received-Date: Tue, 29 Jan 2019 11:02:27 -0000

----==_mimepart_5c5032bebd559_53b33fa0946d45c424942
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

@nibanks pushed 1 commit.

b5f342e5d7b846ec670ba57cbd63fe8f6c6f5f50  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/2365/files/87b2c5b80d45f24a52ca9b1988cba971e9b35ee7..b5f342e5d7b846ec670ba57cbd63fe8f6c6f5f50

----==_mimepart_5c5032bebd559_53b33fa0946d45c424942
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/b5f342e5d7b846ec670ba57cbd63fe8f6c6f5f50">b5f342e</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/2365/files/87b2c5b80d45f24a52ca9b1988cba971e9b35ee7..b5f342e5d7b846ec670ba57cbd63fe8f6c6f5f50">View it on GitHub</a> or <a href="https://github.com/notifications/unsubscribe-auth/AWbkq-6i9rOQkEBFcGc7YwJ6f7evEHPCks5vICo-gaJpZM4aPEwB">mute the thread</a>.<img src="https://github.com/notifications/beacon/AWbkq-RwgohS4kPts85c7kkH3eX3qyCzks5vICo-gaJpZM4aPEwB.gif" height="1" width="1" alt="" /></p>
<script type="application/json" data-scope="inboxmarkup">{"api_version":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name":"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"https://github.githubassets.com/images/email/message_cards/header.png","avatar_image_url":"https://github.githubassets.com/images/email/message_cards/avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/quicwg/base-drafts"}},"updates":{"snippets":[{"icon":"PERSON","message":"@nibanks pushed 1 commit in #2365"}],"action":{"name":"View Pull Request","url":"https://github.com/quicwg/base-drafts/pull/2365/files/87b2c5b80d45f24a52ca9b1988cba971e9b35ee7..b5f342e5d7b846ec670ba57cbd63fe8f6c6f5f50"}}}</script>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/pull/2365/files/87b2c5b80d45f24a52ca9b1988cba971e9b35ee7..b5f342e5d7b846ec670ba57cbd63fe8f6c6f5f50",
"url": "https://github.com/quicwg/base-drafts/pull/2365/files/87b2c5b80d45f24a52ca9b1988cba971e9b35ee7..b5f342e5d7b846ec670ba57cbd63fe8f6c6f5f50",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>

----==_mimepart_5c5032bebd559_53b33fa0946d45c424942--


From nobody Tue Jan 29 03: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 34652130F4F for <quic-issues@ietfa.amsl.com>; Tue, 29 Jan 2019 03:03:27 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -10.935
X-Spam-Level: 
X-Spam-Status: No, score=-10.935 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIMWL_WL_HIGH=-4.553, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, HTML_IMAGE_ONLY_24=1.618, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-1, RCVD_IN_DNSWL_HI=-5, SPF_PASS=-0.001] autolearn=ham autolearn_force=no
Authentication-Results: ietfa.amsl.com (amavisd-new); dkim=pass (1024-bit key) header.d=github.com
Received: from mail.ietf.org ([4.31.198.44]) by localhost (ietfa.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id drQIO6TuOhqX for <quic-issues@ietfa.amsl.com>; Tue, 29 Jan 2019 03:03:26 -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 D18E3130F3B for <quic-issues@ietf.org>; Tue, 29 Jan 2019 03:03:25 -0800 (PST)
Date: Tue, 29 Jan 2019 03:03:20 -0800
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1548759805; bh=zp9YZ990iJ6KXq5+TAmbONAWt33pOHpUORdxC8PjQkU=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=ojZYpzxvbIhek1OJ4nonzrFHy5/8ZUG1A+bQbzpvhLCr5lXVvyKFXC1cOQWg4/zWZ gLUR6RtRH81e9ypfubY/kodBAkU88YlldjcInxjDEgtZdD4R4psIfILFIDZDAd9CjN jL3DYVVDpfivHruxNQ9hZOCZW2UlEXQyuxd4b6QI=
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/2365/push/3254064998@github.com>
In-Reply-To: <quicwg/base-drafts/pull/2365@github.com>
References: <quicwg/base-drafts/pull/2365@github.com>
Subject: Re: [quicwg/base-drafts] Persistent Congestion Time Threshold (#2365)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5c5032f8b6949_5cdf3fcf692d45c4371482"; 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/U-Syb25ZiQeeUh-ttLe3YowD23Y>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
List-Id: Notification list for GitHub issues related to the QUIC WG <quic-issues.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=unsubscribe>
List-Archive: <https://mailarchive.ietf.org/arch/browse/quic-issues/>
List-Post: <mailto:quic-issues@ietf.org>
List-Help: <mailto:quic-issues-request@ietf.org?subject=help>
List-Subscribe: <https://www.ietf.org/mailman/listinfo/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=subscribe>
X-List-Received-Date: Tue, 29 Jan 2019 11:03:27 -0000

----==_mimepart_5c5032f8b6949_5cdf3fcf692d45c4371482
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

@nibanks pushed 1 commit.

e3623457424d74e7f8a70643136ac718edbeef48  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/2365/files/b5f342e5d7b846ec670ba57cbd63fe8f6c6f5f50..e3623457424d74e7f8a70643136ac718edbeef48

----==_mimepart_5c5032f8b6949_5cdf3fcf692d45c4371482
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/e3623457424d74e7f8a70643136ac718edbeef48">e362345</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/2365/files/b5f342e5d7b846ec670ba57cbd63fe8f6c6f5f50..e3623457424d74e7f8a70643136ac718edbeef48">View it on GitHub</a> or <a href="https://github.com/notifications/unsubscribe-auth/AWbkq1eVoUJFhv7mhGzB3o1ul4odUk5kks5vICp4gaJpZM4aPEwB">mute the thread</a>.<img src="https://github.com/notifications/beacon/AWbkqzQlyTMlS1yAK1rVKV0VnwdRbiEdks5vICp4gaJpZM4aPEwB.gif" height="1" width="1" alt="" /></p>
<script type="application/json" data-scope="inboxmarkup">{"api_version":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name":"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"https://github.githubassets.com/images/email/message_cards/header.png","avatar_image_url":"https://github.githubassets.com/images/email/message_cards/avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/quicwg/base-drafts"}},"updates":{"snippets":[{"icon":"PERSON","message":"@nibanks pushed 1 commit in #2365"}],"action":{"name":"View Pull Request","url":"https://github.com/quicwg/base-drafts/pull/2365/files/b5f342e5d7b846ec670ba57cbd63fe8f6c6f5f50..e3623457424d74e7f8a70643136ac718edbeef48"}}}</script>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/pull/2365/files/b5f342e5d7b846ec670ba57cbd63fe8f6c6f5f50..e3623457424d74e7f8a70643136ac718edbeef48",
"url": "https://github.com/quicwg/base-drafts/pull/2365/files/b5f342e5d7b846ec670ba57cbd63fe8f6c6f5f50..e3623457424d74e7f8a70643136ac718edbeef48",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>

----==_mimepart_5c5032f8b6949_5cdf3fcf692d45c4371482--


From nobody Tue Jan 29 03:03:53 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 CA1A3130F4F for <quic-issues@ietfa.amsl.com>; Tue, 29 Jan 2019 03:03:50 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -5.935
X-Spam-Level: 
X-Spam-Status: No, score=-5.935 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIMWL_WL_HIGH=-4.553, DKIM_SIGNED=0.1, DKIM_VALID=-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_PASS=-0.001] autolearn=ham autolearn_force=no
Authentication-Results: ietfa.amsl.com (amavisd-new); dkim=pass (1024-bit key) header.d=github.com
Received: from mail.ietf.org ([4.31.198.44]) by localhost (ietfa.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id iCK8sa4LzEBi for <quic-issues@ietfa.amsl.com>; Tue, 29 Jan 2019 03:03:49 -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 A698C130F47 for <quic-issues@ietf.org>; Tue, 29 Jan 2019 03:03:48 -0800 (PST)
DKIM-Signature: v=1; a=rsa-sha1; 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=2cEn1V9MPxlbDeL8oJA3iC6U3tI=; b=Xw8Up2Vfn4oXkpHJ u28d8c6O/MNDMB++3cLitdm2N4VP9fqvoDut1qb4aN0m7BG6Z/jg0aqg/b27v03Z Mm3NOE2iruTKgk/31qV4MCsv7CG3MDhIEv8yhrLA5GSNTpUsXv0L6L2HwOZct6gW r9NvqAn7BJxykdH5ezcoy2ZjBOg=
Received: by filter1643p1mdw1.sendgrid.net with SMTP id filter1643p1mdw1-17437-5C503312-10 2019-01-29 11:03:46.247872389 +0000 UTC m=+45849.799104585
Received: from github-lowworker-39ccb07.cp1-iad.github.net (unknown [192.30.252.40]) by ismtpd0034p1iad2.sendgrid.net (SG) with ESMTP id 21QfMA3nRWiOec0FZT3uEw for <quic-issues@ietf.org>; Tue, 29 Jan 2019 11:03:46.164 +0000 (UTC)
Received: from github.com (localhost [127.0.0.1]) by github-lowworker-39ccb07.cp1-iad.github.net (Postfix) with ESMTP id 275CF400055 for <quic-issues@ietf.org>; Tue, 29 Jan 2019 03:03:46 -0800 (PST)
Date: Tue, 29 Jan 2019 11:03:46 +0000 (UTC)
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/2365/push/3254066324@github.com>
In-Reply-To: <quicwg/base-drafts/pull/2365@github.com>
References: <quicwg/base-drafts/pull/2365@github.com>
Subject: Re: [quicwg/base-drafts] Persistent Congestion Time Threshold (#2365)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5c5033122485c_705f3fb10fad45bc24658a"; 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
X-SG-EID: l64QuQ2uJCcEyUykJbxN122A6QRmEpucztpreh3Pak3f2H/B11V9YIUjzRBGy8Z1Em2zKWCB7XpEqS bgCq6TozAs7F/1wLJN/EZlw9EijWbPdEElTmXGKWSNk54eNk1bOeLIcsbyB8CO/eLfO0Czqr1HGn3m kcNCNMGmS7re4kre24kBCFPD2wANNa6NlVK43PZkg61jQPq2v+7lHawHZL0hmwj0hLWZIAPP/4bXzK E=
Archived-At: <https://mailarchive.ietf.org/arch/msg/quic-issues/8WbrenVGCVXyaelg_4Hm99FcB7s>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
List-Id: Notification list for GitHub issues related to the QUIC WG <quic-issues.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=unsubscribe>
List-Archive: <https://mailarchive.ietf.org/arch/browse/quic-issues/>
List-Post: <mailto:quic-issues@ietf.org>
List-Help: <mailto:quic-issues-request@ietf.org?subject=help>
List-Subscribe: <https://www.ietf.org/mailman/listinfo/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=subscribe>
X-List-Received-Date: Tue, 29 Jan 2019 11:03:51 -0000

----==_mimepart_5c5033122485c_705f3fb10fad45bc24658a
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

@nibanks pushed 1 commit.

a0e507aaa28c7fa2fd19a321e9165dbfc3a6fc69  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/2365/files/e3623457424d74e7f8a70643136ac718edbeef48..a0e507aaa28c7fa2fd19a321e9165dbfc3a6fc69

----==_mimepart_5c5033122485c_705f3fb10fad45bc24658a
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/a0e507aaa28c7fa2fd19a321e9165dbfc3a6fc69">a0e507a</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/2365/files/e3623457424d74e7f8a70643136ac718edbeef48..a0e507aaa28c7fa2fd19a321e9165dbfc3a6fc69">View it on GitHub</a> or <a href="https://github.com/notifications/unsubscribe-auth/AWbkqx3fx8IsYlADh3fxC_HgjWZqXYYmks5vICqSgaJpZM4aPEwB">mute the thread</a>.<img src="https://github.com/notifications/beacon/AWbkq_G9Jjf1jBqbJhXAqFV9zS_NsChXks5vICqSgaJpZM4aPEwB.gif" height="1" width="1" alt="" /></p>
<script type="application/json" data-scope="inboxmarkup">{"api_version":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name":"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"https://github.githubassets.com/images/email/message_cards/header.png","avatar_image_url":"https://github.githubassets.com/images/email/message_cards/avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/quicwg/base-drafts"}},"updates":{"snippets":[{"icon":"PERSON","message":"@nibanks pushed 1 commit in #2365"}],"action":{"name":"View Pull Request","url":"https://github.com/quicwg/base-drafts/pull/2365/files/e3623457424d74e7f8a70643136ac718edbeef48..a0e507aaa28c7fa2fd19a321e9165dbfc3a6fc69"}}}</script>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/pull/2365/files/e3623457424d74e7f8a70643136ac718edbeef48..a0e507aaa28c7fa2fd19a321e9165dbfc3a6fc69",
"url": "https://github.com/quicwg/base-drafts/pull/2365/files/e3623457424d74e7f8a70643136ac718edbeef48..a0e507aaa28c7fa2fd19a321e9165dbfc3a6fc69",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>

----==_mimepart_5c5033122485c_705f3fb10fad45bc24658a--


From nobody Tue Jan 29 14:42: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 4FE01131026 for <quic-issues@ietfa.amsl.com>; Tue, 29 Jan 2019 14:42:21 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -12.552
X-Spam-Level: 
X-Spam-Status: No, score=-12.552 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIMWL_WL_HIGH=-4.553, 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_PASS=-0.001] autolearn=ham autolearn_force=no
Authentication-Results: ietfa.amsl.com (amavisd-new); dkim=pass (1024-bit key) header.d=github.com
Received: from mail.ietf.org ([4.31.198.44]) by localhost (ietfa.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 0JVhwRBiGQfa for <quic-issues@ietfa.amsl.com>; Tue, 29 Jan 2019 14:42:18 -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 28409130EE0 for <quic-issues@ietf.org>; Tue, 29 Jan 2019 14:42:18 -0800 (PST)
Date: Tue, 29 Jan 2019 14:42:16 -0800
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1548801736; bh=WFrlwbRok0kTgQt7XNgCphcVaBwI20ANplR9p0mPeuY=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=yV4cBosUJTzUIIMSlDawIWJLA2URuAb1j0IxlirZx0poPHDYWn/Oz2s90+6Z826Ct N4rFBrojk6AE9UgLDKIo4MXs7jpRmvA7cAtSwEclXD2dzNPces/SqHu4kGEuQe15fI rotBTnfmO0Shr9qR56qJRDasKwGMyx5qMgnEKdgU=
From: Nick Banks <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+0166e4abeab2bc89d3652c9e96d95c0eaf5dbbc44dbb336692cf00000001186898c892a169ce17fab1f6@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/pull/2365/review/197823216@github.com>
In-Reply-To: <quicwg/base-drafts/pull/2365@github.com>
References: <quicwg/base-drafts/pull/2365@github.com>
Subject: Re: [quicwg/base-drafts] Persistent Congestion Time Threshold (#2365)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5c50d6c8ab9fd_10433fdd660d45c01429e7"; 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/KmRISGauSNraE4Jv9BvnHe-TjW0>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
List-Id: Notification list for GitHub issues related to the QUIC WG <quic-issues.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=unsubscribe>
List-Archive: <https://mailarchive.ietf.org/arch/browse/quic-issues/>
List-Post: <mailto:quic-issues@ietf.org>
List-Help: <mailto:quic-issues-request@ietf.org?subject=help>
List-Subscribe: <https://www.ietf.org/mailman/listinfo/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=subscribe>
X-List-Received-Date: Tue, 29 Jan 2019 22:42:21 -0000

----==_mimepart_5c50d6c8ab9fd_10433fdd660d45c01429e7
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

nibanks commented on this pull request.



>  When an ACK frame is received that establishes loss of all in-flight packets
-sent prior to a threshold number of consecutive PTOs (pto_count is more than
-kPersistentCongestionThreshold, see {{cc-consts-of-interest}}), the network is
-considered to be experiencing persistent congestion, and the sender's congestion
-window MUST be reduced to the minimum congestion window (kMinimumWindow).  This
-response of collapsing the congestion window on persistent congestion is
-functionally similar to a sender's response on a Retransmission Timeout (RTO) in
-TCP {{RFC5681}}.
+sent over a long enough period of time, the network is considered to be
+experiencing persistent congestion.  Commonly, this can be established by
+consecutive PTOs (pto_count is more than  kPersistentCongestionThreshold, see
+{{cc-consts-of-interest}}), but since the PTO timer is reset when a new
+ack-eliciting packet is sent, an explicit timeout must be used to account for

I think time or duration might fit.

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/quicwg/base-drafts/pull/2365#discussion_r252049017
----==_mimepart_5c50d6c8ab9fd_10433fdd660d45c01429e7
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/2365#discussion_r252049017">draft-ietf-quic-recovery.md</a>:</p>
<pre style='color:#555'>&gt;  When an ACK frame is received that establishes loss of all in-flight packets
-sent prior to a threshold number of consecutive PTOs (pto_count is more than
-kPersistentCongestionThreshold, see {{cc-consts-of-interest}}), the network is
-considered to be experiencing persistent congestion, and the sender&#39;s congestion
-window MUST be reduced to the minimum congestion window (kMinimumWindow).  This
-response of collapsing the congestion window on persistent congestion is
-functionally similar to a sender&#39;s response on a Retransmission Timeout (RTO) in
-TCP {{RFC5681}}.
+sent over a long enough period of time, the network is considered to be
+experiencing persistent congestion.  Commonly, this can be established by
+consecutive PTOs (pto_count is more than  kPersistentCongestionThreshold, see
+{{cc-consts-of-interest}}), but since the PTO timer is reset when a new
+ack-eliciting packet is sent, an explicit timeout must be used to account for
</pre>
<p>I think time or duration might fit.</p>

<p style="font-size:small;-webkit-text-size-adjust:none;color:#666;">&mdash;<br />You are receiving this because you are subscribed to this thread.<br />Reply to this email directly, <a href="https://github.com/quicwg/base-drafts/pull/2365#discussion_r252049017">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AWbkqwgB48SJkWGeSGsJZUYl5OSUYT_eks5vIM5IgaJpZM4aPEwB">mute the thread</a>.<img src="https://github.com/notifications/beacon/AWbkqziHk6taK06Zmrgx4hzQ-RsnmY0eks5vIM5IgaJpZM4aPEwB.gif" height="1" width="1" alt="" /></p>
<script type="application/json" data-scope="inboxmarkup">{"api_version":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name":"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"https://github.githubassets.com/images/email/message_cards/header.png","avatar_image_url":"https://github.githubassets.com/images/email/message_cards/avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/quicwg/base-drafts"}},"updates":{"snippets":[{"icon":"PERSON","message":"@nibanks commented on #2365"}],"action":{"name":"View Pull Request","url":"https://github.com/quicwg/base-drafts/pull/2365#discussion_r252049017"}}}</script>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/pull/2365#discussion_r252049017",
"url": "https://github.com/quicwg/base-drafts/pull/2365#discussion_r252049017",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>
----==_mimepart_5c50d6c8ab9fd_10433fdd660d45c01429e7--


From nobody Tue Jan 29 14:57: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 4AE4C12E7C1 for <quic-issues@ietfa.amsl.com>; Tue, 29 Jan 2019 14:57:41 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -10.935
X-Spam-Level: 
X-Spam-Status: No, score=-10.935 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIMWL_WL_HIGH=-4.553, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, HTML_IMAGE_ONLY_24=1.618, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-1, RCVD_IN_DNSWL_HI=-5, SPF_PASS=-0.001] autolearn=ham autolearn_force=no
Authentication-Results: ietfa.amsl.com (amavisd-new); dkim=pass (1024-bit key) header.d=github.com
Received: from mail.ietf.org ([4.31.198.44]) by localhost (ietfa.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id L0uoxHb-5YXF for <quic-issues@ietfa.amsl.com>; Tue, 29 Jan 2019 14:57: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 99AD2130EE0 for <quic-issues@ietf.org>; Tue, 29 Jan 2019 14:57:39 -0800 (PST)
Date: Tue, 29 Jan 2019 14:57:38 -0800
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1548802658; bh=r6cVRI1tpyawDqysddmdGlrXiGOZ9MK37pMhqvM+JYU=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=anm3klvCLhnKVaDIAh+8pT19dzrXwiUXjp0Ea8TqU0l9KMHmcTEFhEWv+4hCjet4f ReKCrHSerPbmKUlEvj/fWCQDEV8Fu+0L7k0is4nSzHg3XAhgdOog34fZspyaPNZyNk JC/0yD+rNNnRRKPTTUWzld053+pW32tTLN6v+SYo=
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/2365/push/3256414238@github.com>
In-Reply-To: <quicwg/base-drafts/pull/2365@github.com>
References: <quicwg/base-drafts/pull/2365@github.com>
Subject: Re: [quicwg/base-drafts] Persistent Congestion Time Threshold (#2365)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5c50da6259dac_4ed73f8a5d2d45c0115980"; 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/V20JlGkNOsXFwk6exNEUS4KoGi0>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
List-Id: Notification list for GitHub issues related to the QUIC WG <quic-issues.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=unsubscribe>
List-Archive: <https://mailarchive.ietf.org/arch/browse/quic-issues/>
List-Post: <mailto:quic-issues@ietf.org>
List-Help: <mailto:quic-issues-request@ietf.org?subject=help>
List-Subscribe: <https://www.ietf.org/mailman/listinfo/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=subscribe>
X-List-Received-Date: Tue, 29 Jan 2019 22:57:41 -0000

----==_mimepart_5c50da6259dac_4ed73f8a5d2d45c0115980
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

@nibanks pushed 1 commit.

6fa9b5268221766fb7038af8cc5df440d1608898  More of Ian's suggestions


-- 
You are receiving this because you are subscribed to this thread.
View it on GitHub:
https://github.com/quicwg/base-drafts/pull/2365/files/a0e507aaa28c7fa2fd19a321e9165dbfc3a6fc69..6fa9b5268221766fb7038af8cc5df440d1608898

----==_mimepart_5c50da6259dac_4ed73f8a5d2d45c0115980
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/6fa9b5268221766fb7038af8cc5df440d1608898">6fa9b52</a>  More of Ian&#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/2365/files/a0e507aaa28c7fa2fd19a321e9165dbfc3a6fc69..6fa9b5268221766fb7038af8cc5df440d1608898">View it on GitHub</a> or <a href="https://github.com/notifications/unsubscribe-auth/AWbkq2RF2Qmly_taNUV_8TJ92L0qT0Q_ks5vINHigaJpZM4aPEwB">mute the thread</a>.<img src="https://github.com/notifications/beacon/AWbkq69ZttasG3WANzJusI38GaQp3zcaks5vINHigaJpZM4aPEwB.gif" height="1" width="1" alt="" /></p>
<script type="application/json" data-scope="inboxmarkup">{"api_version":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name":"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"https://github.githubassets.com/images/email/message_cards/header.png","avatar_image_url":"https://github.githubassets.com/images/email/message_cards/avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/quicwg/base-drafts"}},"updates":{"snippets":[{"icon":"PERSON","message":"@nibanks pushed 1 commit in #2365"}],"action":{"name":"View Pull Request","url":"https://github.com/quicwg/base-drafts/pull/2365/files/a0e507aaa28c7fa2fd19a321e9165dbfc3a6fc69..6fa9b5268221766fb7038af8cc5df440d1608898"}}}</script>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/pull/2365/files/a0e507aaa28c7fa2fd19a321e9165dbfc3a6fc69..6fa9b5268221766fb7038af8cc5df440d1608898",
"url": "https://github.com/quicwg/base-drafts/pull/2365/files/a0e507aaa28c7fa2fd19a321e9165dbfc3a6fc69..6fa9b5268221766fb7038af8cc5df440d1608898",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>

----==_mimepart_5c50da6259dac_4ed73f8a5d2d45c0115980--


From nobody Tue Jan 29 16:32: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 019DB130EE4 for <quic-issues@ietfa.amsl.com>; Tue, 29 Jan 2019 16:32:24 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -11.007
X-Spam-Level: 
X-Spam-Status: No, score=-11.007 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIMWL_WL_HIGH=-4.553, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, HTML_IMAGE_ONLY_20=1.546, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-1, RCVD_IN_DNSWL_HI=-5, SPF_PASS=-0.001] autolearn=ham autolearn_force=no
Authentication-Results: ietfa.amsl.com (amavisd-new); dkim=pass (1024-bit key) header.d=github.com
Received: from mail.ietf.org ([4.31.198.44]) by localhost (ietfa.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id StOQjI0evrc1 for <quic-issues@ietfa.amsl.com>; Tue, 29 Jan 2019 16:32: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 4DE3B130EE0 for <quic-issues@ietf.org>; Tue, 29 Jan 2019 16:32:22 -0800 (PST)
Date: Tue, 29 Jan 2019 16:32:21 -0800
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1548808341; bh=5SCRWow4AnvxY4YlPMMartXCja/RuLCsv6yg+psv+OE=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=qQF4Iv0KTxi8snhVS2Owb/hYbF8+9hr5pdpjv67ajvCXDHFx7kiHKGWAJmJH6nr+n hSCnSyTYs+8BALhdKGRTzubqMXXK6SejSCD5JloBOBxKf5ozhPsRnHyveU6GKNdiV6 cLqHn1+nE/OAXwRNB/4GXqYGX0ZrqDP7xMRv2Pcw=
From: martinduke <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+0166e4ab54be95cee0ca3e9af111d317d84e1906f387939b92cf000000011868b29592a169ce16d11972@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/pull/2025/review/197855104@github.com>
In-Reply-To: <quicwg/base-drafts/pull/2025@github.com>
References: <quicwg/base-drafts/pull/2025@github.com>
Subject: Re: [quicwg/base-drafts] Send an immediate ACK (#2025)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5c50f0954fa13_30903fbc686d45c0754db"; 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/HKcXvpt61Gb5pOO2vzYuuYYFRV4>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
List-Id: Notification list for GitHub issues related to the QUIC WG <quic-issues.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=unsubscribe>
List-Archive: <https://mailarchive.ietf.org/arch/browse/quic-issues/>
List-Post: <mailto:quic-issues@ietf.org>
List-Help: <mailto:quic-issues-request@ietf.org?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, 30 Jan 2019 00:32:24 -0000

----==_mimepart_5c50f0954fa13_30903fbc686d45c0754db
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

martinduke approved this pull request.

LGTM, modulo MT's 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/2025#pullrequestreview-197855104
----==_mimepart_5c50f0954fa13_30903fbc686d45c0754db
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

<p><b>@martinduke</b> approved this pull request.</p>

<p>LGTM, modulo MT's 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/2025#pullrequestreview-197855104">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AWbkq6K8MlpFyB1a_1pAThIusfsA5BLaks5vIOgVgaJpZM4YruSf">mute the thread</a>.<img src="https://github.com/notifications/beacon/AWbkqz4qIP8HkVsfa3ajGEZjawpgTNoNks5vIOgVgaJpZM4YruSf.gif" height="1" width="1" alt="" /></p>
<script type="application/json" data-scope="inboxmarkup">{"api_version":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name":"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"https://github.githubassets.com/images/email/message_cards/header.png","avatar_image_url":"https://github.githubassets.com/images/email/message_cards/avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/quicwg/base-drafts"}},"updates":{"snippets":[{"icon":"PERSON","message":"@martinduke approved #2025"}],"action":{"name":"View Pull Request","url":"https://github.com/quicwg/base-drafts/pull/2025#pullrequestreview-197855104"}}}</script>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/pull/2025#pullrequestreview-197855104",
"url": "https://github.com/quicwg/base-drafts/pull/2025#pullrequestreview-197855104",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>
----==_mimepart_5c50f0954fa13_30903fbc686d45c0754db--


From nobody Tue Jan 29 16:34: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 1472A130EE4 for <quic-issues@ietfa.amsl.com>; Tue, 29 Jan 2019 16:34:29 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -10.935
X-Spam-Level: 
X-Spam-Status: No, score=-10.935 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIMWL_WL_HIGH=-4.553, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, HTML_IMAGE_ONLY_24=1.618, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-1, RCVD_IN_DNSWL_HI=-5, SPF_PASS=-0.001] autolearn=ham autolearn_force=no
Authentication-Results: ietfa.amsl.com (amavisd-new); dkim=pass (1024-bit key) header.d=github.com
Received: from mail.ietf.org ([4.31.198.44]) by localhost (ietfa.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id jiWegj1LzsIL for <quic-issues@ietfa.amsl.com>; Tue, 29 Jan 2019 16:34:27 -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 5525B130EE0 for <quic-issues@ietf.org>; Tue, 29 Jan 2019 16:34:27 -0800 (PST)
Date: Tue, 29 Jan 2019 16:34:26 -0800
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1548808466; bh=AffauAJNHnaWtiNOHNDGttx+NEXdYvgAkQbSlLiDooA=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=nbWiQF7haHO+B6Rw7WoA3o5HHYZJALWquoxpSN5mcFhreiKnqqvEQGQH5G/0ejXJe eHQRlz562p9FG/+AzTpIhJIZ3cCkUqU70UsBwgKwrLR3wAyxa2pYEkB3zfF4u9Ny0K SqCPa3DSqqCEKhoDQhrovtnxfokN9LuvzCGm0n/4=
From: Martin Thomson <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+0166e4ab29ea5ee225f7619fc35b894cbc90b42606854ab392cf000000011868b31292a169ce16d11972@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/pull/2025/review/197855551@github.com>
In-Reply-To: <quicwg/base-drafts/pull/2025@github.com>
References: <quicwg/base-drafts/pull/2025@github.com>
Subject: Re: [quicwg/base-drafts] Send an immediate ACK (#2025)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5c50f11279c66_5373fa1a04d45b4742ce"; 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/w3Sb-pxWA3uCvyYWGxy677lredY>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
List-Id: Notification list for GitHub issues related to the QUIC WG <quic-issues.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=unsubscribe>
List-Archive: <https://mailarchive.ietf.org/arch/browse/quic-issues/>
List-Post: <mailto:quic-issues@ietf.org>
List-Help: <mailto:quic-issues-request@ietf.org?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, 30 Jan 2019 00:34:29 -0000

----==_mimepart_5c50f11279c66_5373fa1a04d45b4742ce
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

martinthomson commented on this pull request.

So when do I return to sending immediate ACKs?

Say that there is a period of reordering, so that I might otherwise be inclined to send immediate ACKs for 1-RTT or longer.  This text says that I return to sending delayed ACKs after 1/8 RTT.  That means that I mark the time when I first send an immediate ACK and as long as `now < mark + sRTT/8` I send immediate ACKs.  When that period elapses, then I will send delayed ACKs.  When do I return to sending immediate ACKs?



-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/quicwg/base-drafts/pull/2025#pullrequestreview-197855551
----==_mimepart_5c50f11279c66_5373fa1a04d45b4742ce
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

<p><b>@martinthomson</b> commented on this pull request.</p>

<p>So when do I return to sending immediate ACKs?</p>
<p>Say that there is a period of reordering, so that I might otherwise be inclined to send immediate ACKs for 1-RTT or longer.  This text says that I return to sending delayed ACKs after 1/8 RTT.  That means that I mark the time when I first send an immediate ACK and as long as <code>now &lt; mark + sRTT/8</code> I send immediate ACKs.  When that period elapses, then I will send delayed ACKs.  When do I return to sending immediate ACKs?</p>

<p style="font-size:small;-webkit-text-size-adjust:none;color:#666;">&mdash;<br />You are receiving this because you are subscribed to this thread.<br />Reply to this email directly, <a href="https://github.com/quicwg/base-drafts/pull/2025#pullrequestreview-197855551">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AWbkqz0k9YTk3pmtgDfEhHQLLcCs-nM-ks5vIOiSgaJpZM4YruSf">mute the thread</a>.<img src="https://github.com/notifications/beacon/AWbkq6EtAO4j95OuOuvoxeIGZb04Wc4Yks5vIOiSgaJpZM4YruSf.gif" height="1" width="1" alt="" /></p>
<script type="application/json" data-scope="inboxmarkup">{"api_version":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name":"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"https://github.githubassets.com/images/email/message_cards/header.png","avatar_image_url":"https://github.githubassets.com/images/email/message_cards/avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/quicwg/base-drafts"}},"updates":{"snippets":[{"icon":"PERSON","message":"@martinthomson commented on #2025"}],"action":{"name":"View Pull Request","url":"https://github.com/quicwg/base-drafts/pull/2025#pullrequestreview-197855551"}}}</script>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/pull/2025#pullrequestreview-197855551",
"url": "https://github.com/quicwg/base-drafts/pull/2025#pullrequestreview-197855551",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>
----==_mimepart_5c50f11279c66_5373fa1a04d45b4742ce--


From nobody Tue Jan 29 16: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 3761B131050 for <quic-issues@ietfa.amsl.com>; Tue, 29 Jan 2019 16:48:06 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -10.935
X-Spam-Level: 
X-Spam-Status: No, score=-10.935 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIMWL_WL_HIGH=-4.553, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, HTML_IMAGE_ONLY_24=1.618, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-1, RCVD_IN_DNSWL_HI=-5, SPF_PASS=-0.001] autolearn=ham autolearn_force=no
Authentication-Results: ietfa.amsl.com (amavisd-new); dkim=pass (1024-bit key) header.d=github.com
Received: from mail.ietf.org ([4.31.198.44]) by localhost (ietfa.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id ep3bbSRcdN5a for <quic-issues@ietfa.amsl.com>; Tue, 29 Jan 2019 16:48:04 -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 4CF41130EEB for <quic-issues@ietf.org>; Tue, 29 Jan 2019 16:48:04 -0800 (PST)
Date: Tue, 29 Jan 2019 16:48:03 -0800
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1548809283; bh=gnN5dIS44Ta+zxMNUliF52VLmShHWd1LmKc2dqf/Gb4=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=2ciRF2ucyk3j+advD70rWrlR715V/wjPQ6GcUlkj/ACAvTU/82gFFw12b4k5WW2f+ vuRUVxHOngofz/e4lHUpdXfLgq44yRxtKGBzTsP0bdJSvziuS2BxbXCp/M4jmAF7xD FXnQhzGjhyHbAPc7sm+yXysat9pSoJmGp/S0MJ+c=
From: martinduke <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+0166e4ab46bd3f726b4a34030d72817218117ed1635ce53292cf000000011868b64392a169ce17f4906c@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/issue/2358/issue_event/2105245527@github.com>
In-Reply-To: <quicwg/base-drafts/issues/2358@github.com>
References: <quicwg/base-drafts/issues/2358@github.com>
Subject: Re: [quicwg/base-drafts] Are Separate Uni and Bidi Stream Limits Meaningful? (#2358)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5c50f44381d7d_4e5f3f940bed45c01441af"; 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/b4RJHuY6rZBhlPVPSXBQKnnhNLc>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
List-Id: Notification list for GitHub issues related to the QUIC WG <quic-issues.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=unsubscribe>
List-Archive: <https://mailarchive.ietf.org/arch/browse/quic-issues/>
List-Post: <mailto:quic-issues@ietf.org>
List-Help: <mailto:quic-issues-request@ietf.org?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, 30 Jan 2019 00:48:06 -0000

----==_mimepart_5c50f44381d7d_4e5f3f940bed45c01441af
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

Closed #2358.

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/quicwg/base-drafts/issues/2358#event-2105245527
----==_mimepart_5c50f44381d7d_4e5f3f940bed45c01441af
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="401903724" data-permission-text="Issue title is private" data-url="https://github.com/quicwg/base-drafts/issues/2358" data-hovercard-type="issue" data-hovercard-url="/quicwg/base-drafts/issues/2358/hovercard" href="https://github.com/quicwg/base-drafts/issues/2358">#2358</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/2358#event-2105245527">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AWbkq7xq0CwhmsxC-F8qw63Rxz74W4Thks5vIOvDgaJpZM4aNS3I">mute the thread</a>.<img src="https://github.com/notifications/beacon/AWbkq2Rj2TzMcMBYjMPQVRwRHxiaqaJtks5vIOvDgaJpZM4aNS3I.gif" height="1" width="1" alt="" /></p>
<script type="application/json" data-scope="inboxmarkup">{"api_version":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name":"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"https://github.githubassets.com/images/email/message_cards/header.png","avatar_image_url":"https://github.githubassets.com/images/email/message_cards/avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/quicwg/base-drafts"}},"updates":{"snippets":[{"icon":"DESCRIPTION","message":"Closed #2358."}],"action":{"name":"View Issue","url":"https://github.com/quicwg/base-drafts/issues/2358#event-2105245527"}}}</script>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/issues/2358#event-2105245527",
"url": "https://github.com/quicwg/base-drafts/issues/2358#event-2105245527",
"name": "View Issue"
},
"description": "View this Issue on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>
----==_mimepart_5c50f44381d7d_4e5f3f940bed45c01441af--


From nobody Tue Jan 29 16:48: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 C0EF7130EEB for <quic-issues@ietfa.amsl.com>; Tue, 29 Jan 2019 16:48:06 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -11.007
X-Spam-Level: 
X-Spam-Status: No, score=-11.007 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIMWL_WL_HIGH=-4.553, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, HTML_IMAGE_ONLY_20=1.546, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-1, RCVD_IN_DNSWL_HI=-5, SPF_PASS=-0.001] autolearn=ham autolearn_force=no
Authentication-Results: ietfa.amsl.com (amavisd-new); dkim=pass (1024-bit key) header.d=github.com
Received: from mail.ietf.org ([4.31.198.44]) by localhost (ietfa.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id vhnbBuX-4kAG for <quic-issues@ietfa.amsl.com>; Tue, 29 Jan 2019 16:48: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 F3B7B130EEC for <quic-issues@ietf.org>; Tue, 29 Jan 2019 16:48:04 -0800 (PST)
Date: Tue, 29 Jan 2019 16:48:03 -0800
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1548809283; bh=0WnaAYtya9yc6U1CSMlXFwtCYicfnFTTkfOJ/h35WHg=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=HHE+myax6XCe6sSiaJC7q3pbOv6imQ1Px7qwFSZOouIs7e9vm64nrvR7nkrkr7O5b wf0MK+OyxtGwVJaP8G6oaExKFGd71GjjFysa0kfRlWAj0VqrmPdZKUACfT/zAUknYk UKFwpH4cGZ/Cbx3YlvukZo0N1H0+auCLnihtR/qE=
From: martinduke <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+0166e4ab46bd3f726b4a34030d72817218117ed1635ce53292cf000000011868b64392a169ce17f4906c@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/issues/2358/458767039@github.com>
In-Reply-To: <quicwg/base-drafts/issues/2358@github.com>
References: <quicwg/base-drafts/issues/2358@github.com>
Subject: Re: [quicwg/base-drafts] Are Separate Uni and Bidi Stream Limits Meaningful? (#2358)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5c50f4432c5aa_7d2a3fa1a04d45b410860"; 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/jvWNQk0m4Hr0KntIdKDE7CyS-jM>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
List-Id: Notification list for GitHub issues related to the QUIC WG <quic-issues.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=unsubscribe>
List-Archive: <https://mailarchive.ietf.org/arch/browse/quic-issues/>
List-Post: <mailto:quic-issues@ietf.org>
List-Help: <mailto:quic-issues-request@ietf.org?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, 30 Jan 2019 00:48:07 -0000

----==_mimepart_5c50f4432c5aa_7d2a3fa1a04d45b410860
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

I find the feedback here convincing. Closing.

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/quicwg/base-drafts/issues/2358#issuecomment-458767039
----==_mimepart_5c50f4432c5aa_7d2a3fa1a04d45b410860
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

<p>I find the feedback here convincing. Closing.</p>

<p style="font-size:small;-webkit-text-size-adjust:none;color:#666;">&mdash;<br />You are receiving this because you are subscribed to this thread.<br />Reply to this email directly, <a href="https://github.com/quicwg/base-drafts/issues/2358#issuecomment-458767039">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AWbkq7xq0CwhmsxC-F8qw63Rxz74W4Thks5vIOvDgaJpZM4aNS3I">mute the thread</a>.<img src="https://github.com/notifications/beacon/AWbkq2Rj2TzMcMBYjMPQVRwRHxiaqaJtks5vIOvDgaJpZM4aNS3I.gif" height="1" width="1" alt="" /></p>
<script type="application/json" data-scope="inboxmarkup">{"api_version":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name":"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"https://github.githubassets.com/images/email/message_cards/header.png","avatar_image_url":"https://github.githubassets.com/images/email/message_cards/avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/quicwg/base-drafts"}},"updates":{"snippets":[{"icon":"PERSON","message":"@martinduke in #2358: I find the feedback here convincing. Closing."}],"action":{"name":"View Issue","url":"https://github.com/quicwg/base-drafts/issues/2358#issuecomment-458767039"}}}</script>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/issues/2358#issuecomment-458767039",
"url": "https://github.com/quicwg/base-drafts/issues/2358#issuecomment-458767039",
"name": "View Issue"
},
"description": "View this Issue on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>
----==_mimepart_5c50f4432c5aa_7d2a3fa1a04d45b410860--


From nobody Tue Jan 29 17:28: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 644311310BC for <quic-issues@ietfa.amsl.com>; Tue, 29 Jan 2019 17:28:44 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -10.935
X-Spam-Level: 
X-Spam-Status: No, score=-10.935 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIMWL_WL_HIGH=-4.553, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, HTML_IMAGE_ONLY_24=1.618, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-1, RCVD_IN_DNSWL_HI=-5, SPF_PASS=-0.001] autolearn=ham autolearn_force=no
Authentication-Results: ietfa.amsl.com (amavisd-new); dkim=pass (1024-bit key) header.d=github.com
Received: from mail.ietf.org ([4.31.198.44]) by localhost (ietfa.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id Oal02FrW97Sw for <quic-issues@ietfa.amsl.com>; Tue, 29 Jan 2019 17: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 E3C801310B3 for <quic-issues@ietf.org>; Tue, 29 Jan 2019 17:28:42 -0800 (PST)
Date: Tue, 29 Jan 2019 17:28:41 -0800
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1548811721; bh=T16w3ArqrCRim2iq3Ts3JY5TO9y78jeMZPAmIfLY9/8=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=UFABi1vrBxA6snXWeZSOaRhX6sOcrNGjuw7cDcML/UJhL1V6H66rx0RzKLgmVh8sx SohVjFx7zd8bcw2cDxWhx3PRbzucxq8yveV7aRdrVNBIsMZqgPRtUOVsJxWVUMSooL 3TNpaaPTWXxPYK0k5KmTe4IVeEzYtGGe8l5OyNyA=
From: Subodh Iyengar <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+0166e4ab3d4179f3aa24d3463ac1131cf0feaee93f615c2992cf000000011868bfc992a169ce180fd1a3@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/issues/2377/458775432@github.com>
In-Reply-To: <quicwg/base-drafts/issues/2377@github.com>
References: <quicwg/base-drafts/issues/2377@github.com>
Subject: Re: [quicwg/base-drafts] Crypto Frames/Packets Aren't Blocked by CC (#2377)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5c50fdc9c1d31_4d13ff0ae8d45bc1052d1"; charset=UTF-8
Content-Transfer-Encoding: 7bit
Precedence: list
X-GitHub-Sender: siyengar
X-GitHub-Recipient: quic-issues
X-GitHub-Reason: subscribed
X-Auto-Response-Suppress: All
X-GitHub-Recipient-Address: quic-issues@ietf.org
Archived-At: <https://mailarchive.ietf.org/arch/msg/quic-issues/dYUVNTItmkBBqhwSVwbl8zQ0u5s>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
List-Id: Notification list for GitHub issues related to the QUIC WG <quic-issues.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=unsubscribe>
List-Archive: <https://mailarchive.ietf.org/arch/browse/quic-issues/>
List-Post: <mailto:quic-issues@ietf.org>
List-Help: <mailto:quic-issues-request@ietf.org?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, 30 Jan 2019 01:28:45 -0000

----==_mimepart_5c50fdc9c1d31_4d13ff0ae8d45bc1052d1
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

I think it just makes it easier to make crypto subject to the same cc algorithm vs making a special case for it in this way. Why would it matter if crypto is limited by CC?

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/quicwg/base-drafts/issues/2377#issuecomment-458775432
----==_mimepart_5c50fdc9c1d31_4d13ff0ae8d45bc1052d1
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

<p>I think it just makes it easier to make crypto subject to the same cc algorithm vs making a special case for it in this way. Why would it matter if crypto is limited by CC?</p>

<p style="font-size:small;-webkit-text-size-adjust:none;color:#666;">&mdash;<br />You are receiving this because you are subscribed to this thread.<br />Reply to this email directly, <a href="https://github.com/quicwg/base-drafts/issues/2377#issuecomment-458775432">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AWbkq31DcdO7J_h2EeD64vzl_NbnUxcQks5vIPVJgaJpZM4aVX_N">mute the thread</a>.<img src="https://github.com/notifications/beacon/AWbkq4epRLvbLp5t3IbbH68_7IVeqMVHks5vIPVJgaJpZM4aVX_N.gif" height="1" width="1" alt="" /></p>
<script type="application/json" data-scope="inboxmarkup">{"api_version":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name":"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"https://github.githubassets.com/images/email/message_cards/header.png","avatar_image_url":"https://github.githubassets.com/images/email/message_cards/avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/quicwg/base-drafts"}},"updates":{"snippets":[{"icon":"PERSON","message":"@siyengar in #2377: I think it just makes it easier to make crypto subject to the same cc algorithm vs making a special case for it in this way. Why would it matter if crypto is limited by CC?"}],"action":{"name":"View Issue","url":"https://github.com/quicwg/base-drafts/issues/2377#issuecomment-458775432"}}}</script>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/issues/2377#issuecomment-458775432",
"url": "https://github.com/quicwg/base-drafts/issues/2377#issuecomment-458775432",
"name": "View Issue"
},
"description": "View this Issue on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>
----==_mimepart_5c50fdc9c1d31_4d13ff0ae8d45bc1052d1--


From nobody Tue Jan 29 17:41: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 6165C1310C5 for <quic-issues@ietfa.amsl.com>; Tue, 29 Jan 2019 17:41:52 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -10.935
X-Spam-Level: 
X-Spam-Status: No, score=-10.935 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIMWL_WL_HIGH=-4.553, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, HTML_IMAGE_ONLY_24=1.618, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-1, RCVD_IN_DNSWL_HI=-5, SPF_PASS=-0.001] autolearn=ham autolearn_force=no
Authentication-Results: ietfa.amsl.com (amavisd-new); dkim=pass (1024-bit key) header.d=github.com
Received: from mail.ietf.org ([4.31.198.44]) by localhost (ietfa.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id dj7tbHO3dQdt for <quic-issues@ietfa.amsl.com>; Tue, 29 Jan 2019 17:41: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 953A51310C2 for <quic-issues@ietf.org>; Tue, 29 Jan 2019 17:41:50 -0800 (PST)
Date: Tue, 29 Jan 2019 17:41:49 -0800
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1548812509; bh=Ai0hBNJzm6V9XccAqavjZOjf1TPx8oOBXC1Qq4fj4Qw=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=GjS7qfE2PscRA0jl3bJMkBVQ0p2CZlOmkNzh8D9V0k9IBpPA+Oz2t2ng2Vd0O1/ti 1maRhZsQMaKvZ6JW2jakSee/tABG6Gxb0MnrvVw3q1Uoqkl2aj/rfSaTP9+ljMfhTJ EMMGRD/fR12vMQ0jxZz6h9say3RS/fG0ZDQx4RnQ=
From: Martin Thomson <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+0166e4ab8fa28f920b6575c6a18fd6bbbe6ba9e8af1a401992cf000000011868c2dd92a169ce179fbcfb@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/issues/2308/458778039@github.com>
In-Reply-To: <quicwg/base-drafts/issues/2308@github.com>
References: <quicwg/base-drafts/issues/2308@github.com>
Subject: Re: [quicwg/base-drafts] handling of coalesced packets with decryption errors creates DoS opportunity (#2308)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5c5100dd8a154_2e2a3fb49bcd45bc11188"; 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/MfvflDlavYLgiZZHhyQbRJ-Xoeo>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
List-Id: Notification list for GitHub issues related to the QUIC WG <quic-issues.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=unsubscribe>
List-Archive: <https://mailarchive.ietf.org/arch/browse/quic-issues/>
List-Post: <mailto:quic-issues@ietf.org>
List-Help: <mailto:quic-issues-request@ietf.org?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, 30 Jan 2019 01:41:52 -0000

----==_mimepart_5c5100dd8a154_2e2a3fb49bcd45bc11188
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

Discussed in Tokyo; @marten-seemann will make a PR to prohibit senders from coalescing packets of different encryption levels and to permit (but not require) receivers to enforce this constraint.

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/quicwg/base-drafts/issues/2308#issuecomment-458778039
----==_mimepart_5c5100dd8a154_2e2a3fb49bcd45bc11188
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

<p>Discussed in Tokyo; <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> will make a PR to prohibit senders from coalescing packets of different encryption levels and to permit (but not require) receivers to enforce this constraint.</p>

<p style="font-size:small;-webkit-text-size-adjust:none;color:#666;">&mdash;<br />You are receiving this because you are subscribed to this thread.<br />Reply to this email directly, <a href="https://github.com/quicwg/base-drafts/issues/2308#issuecomment-458778039">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AWbkqz7Rfp-Sr_PSRLZ4FBOVhuUEYEsKks5vIPhdgaJpZM4Zy2NI">mute the thread</a>.<img src="https://github.com/notifications/beacon/AWbkq7L6bR9s0O3NPgD37JCHPXwvsl_Jks5vIPhdgaJpZM4Zy2NI.gif" height="1" width="1" alt="" /></p>
<script type="application/json" data-scope="inboxmarkup">{"api_version":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name":"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"https://github.githubassets.com/images/email/message_cards/header.png","avatar_image_url":"https://github.githubassets.com/images/email/message_cards/avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/quicwg/base-drafts"}},"updates":{"snippets":[{"icon":"PERSON","message":"@martinthomson in #2308: Discussed in Tokyo; @marten-seemann will make a PR to prohibit senders from coalescing packets of different encryption levels and to permit (but not require) receivers to enforce this constraint."}],"action":{"name":"View Issue","url":"https://github.com/quicwg/base-drafts/issues/2308#issuecomment-458778039"}}}</script>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/issues/2308#issuecomment-458778039",
"url": "https://github.com/quicwg/base-drafts/issues/2308#issuecomment-458778039",
"name": "View Issue"
},
"description": "View this Issue on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>
----==_mimepart_5c5100dd8a154_2e2a3fb49bcd45bc11188--


From nobody Tue Jan 29 17:51: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 678461310C2 for <quic-issues@ietfa.amsl.com>; Tue, 29 Jan 2019 17:51:09 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -12.552
X-Spam-Level: 
X-Spam-Status: No, score=-12.552 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIMWL_WL_HIGH=-4.553, 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_PASS=-0.001] autolearn=ham autolearn_force=no
Authentication-Results: ietfa.amsl.com (amavisd-new); dkim=pass (1024-bit key) header.d=github.com
Received: 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_4-yoykr49S for <quic-issues@ietfa.amsl.com>; Tue, 29 Jan 2019 17:51: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 EAFA31310BF for <quic-issues@ietf.org>; Tue, 29 Jan 2019 17:51:07 -0800 (PST)
Date: Tue, 29 Jan 2019 17:51:07 -0800
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1548813067; bh=6QwypM7F5QsDYu6c1RrClzpf3f1xkIG+OHtHCZrfXuk=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=BstZ4SDf/lvYgKr7UoROz7e43siUt73Z9iSSlPyew/F3CBDOcjN0+Z682Kq1STIJL B4Xmya7aAMqRnyDxW1epGXovrulvN0nPm2sxBCrz+fW8SfEokL0l5JQiT+3V0g7Qg8 a1TTE5ZwoptEF7Jw2Pgvm+IVj4nWdFU16w/1IJQY=
From: Martin Thomson <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+0166e4abaee28ff115f2249f3d346478bdf50a7735fe3c1192cf000000011868c50b92a169ce176cb14d@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/issues/2214/458779972@github.com>
In-Reply-To: <quicwg/base-drafts/issues/2214@github.com>
References: <quicwg/base-drafts/issues/2214@github.com>
Subject: Re: [quicwg/base-drafts] simultaneous key update can lead to deadlock (#2214)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5c51030b3ee2c_32aa3f97c40d45bc1039bd"; 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/3_Yx3PYGzY66FTn_k_yFjuZ8TNE>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
List-Id: Notification list for GitHub issues related to the QUIC WG <quic-issues.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=unsubscribe>
List-Archive: <https://mailarchive.ietf.org/arch/browse/quic-issues/>
List-Post: <mailto:quic-issues@ietf.org>
List-Help: <mailto:quic-issues-request@ietf.org?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, 30 Jan 2019 01:51:09 -0000

----==_mimepart_5c51030b3ee2c_32aa3f97c40d45bc1039bd
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

@martinthomson, @marten-seemann, @ekr, @vasilvv, and @kazuho will confer and produce a 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/2214#issuecomment-458779972
----==_mimepart_5c51030b3ee2c_32aa3f97c40d45bc1039bd
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=3D67641" data-octo-click=3D"hovercard-link-cli=
ck" data-octo-dimensions=3D"link_type:self" href=3D"https://github.com/ma=
rtinthomson">@martinthomson</a>, <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:sel=
f" href=3D"https://github.com/marten-seemann">@marten-seemann</a>, <a cla=
ss=3D"user-mention" data-hovercard-type=3D"user" data-hovercard-url=3D"/h=
overcards?user_id=3D1111457" data-octo-click=3D"hovercard-link-click" dat=
a-octo-dimensions=3D"link_type:self" href=3D"https://github.com/ekr">@ekr=
</a>, <a class=3D"user-mention" data-hovercard-type=3D"user" data-hoverca=
rd-url=3D"/hovercards?user_id=3D123512" data-octo-click=3D"hovercard-link=
-click" data-octo-dimensions=3D"link_type:self" href=3D"https://github.co=
m/vasilvv">@vasilvv</a>, and <a class=3D"user-mention" data-hovercard-typ=
e=3D"user" data-hovercard-url=3D"/hovercards?user_id=3D41567" data-octo-c=
lick=3D"hovercard-link-click" data-octo-dimensions=3D"link_type:self" hre=
f=3D"https://github.com/kazuho">@kazuho</a> will confer and produce a pro=
posal.</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/2214#issuecomment-458779972">view it on GitHub</a>,=
 or <a href=3D"https://github.com/notifications/unsubscribe-auth/AWbkq4Rl=
MIxO4xHPDltEUmMprGA2P-GYks5vIPqLgaJpZM4Zb_DS">mute the thread</a>.<img sr=
c=3D"https://github.com/notifications/beacon/AWbkqzvwqUrsqqSfadGTuJgPx1b1=
EO4Mks5vIPqLgaJpZM4Zb_DS.gif" height=3D"1" width=3D"1" alt=3D"" /></p>
<script type=3D"application/json" data-scope=3D"inboxmarkup">{"api_versio=
n":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name"=
:"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"=
quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"http=
s://github.githubassets.com/images/email/message_cards/header.png","avata=
r_image_url":"https://github.githubassets.com/images/email/message_cards/=
avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/q=
uicwg/base-drafts"}},"updates":{"snippets":[{"icon":"PERSON","message":"@=
martinthomson in #2214: @martinthomson, @marten-seemann, @ekr, @vasilvv, =
and @kazuho will confer and produce a proposal."}],"action":{"name":"View=
 Issue","url":"https://github.com/quicwg/base-drafts/issues/2214#issuecom=
ment-458779972"}}}</script>
<script type=3D"application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/issues/2214#issuecomment=
-458779972",
"url": "https://github.com/quicwg/base-drafts/issues/2214#issuecomment-45=
8779972",
"name": "View Issue"
},
"description": "View this Issue on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>=

----==_mimepart_5c51030b3ee2c_32aa3f97c40d45bc1039bd--


From nobody Tue Jan 29 18: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 660C41310DA for <quic-issues@ietfa.amsl.com>; Tue, 29 Jan 2019 18:09:52 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -12.553
X-Spam-Level: 
X-Spam-Status: No, score=-12.553 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIMWL_WL_HIGH=-4.553, 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_PASS=-0.001] autolearn=ham autolearn_force=no
Authentication-Results: ietfa.amsl.com (amavisd-new); dkim=pass (1024-bit key) header.d=github.com
Received: from mail.ietf.org ([4.31.198.44]) by localhost (ietfa.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id y2fCzapPoVTU for <quic-issues@ietfa.amsl.com>; Tue, 29 Jan 2019 18:09: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 DC4481310CD for <quic-issues@ietf.org>; Tue, 29 Jan 2019 18:09:50 -0800 (PST)
Date: Tue, 29 Jan 2019 18:09:49 -0800
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1548814189; bh=TPHRdwIAa+JMqpHzZ4KpdYNYG8QlTgLlhsuo8k5Y7OY=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=XOjhIEi4O+1LNVHtXwa1/RN68FjGojX5++ZQx7KZnFlNB6njfUK8DUHG23Tz9vkpK wwHQ0PRqM90ZhXR8OwbFpstzusOO/QujaU8CxaXAlwgH7A5TvaC1cUFxiR+XV0tMPG FS8+aNebEYOe7qptYKJeNSz+dVnVvjTtofYMZxaI=
From: Martin Thomson <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+0166e4ab7079c1368f81fdb3e545129319c764e898925c0492cf000000011868c96d92a169ce15e0229d@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/issues/1834/458783852@github.com>
In-Reply-To: <quicwg/base-drafts/issues/1834@github.com>
References: <quicwg/base-drafts/issues/1834@github.com>
Subject: Re: [quicwg/base-drafts] Flow control for post-handshake CRYPTO messages (#1834)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5c51076dcf3bf_32aa3f97c40d45bc1915fb"; 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/WH8JumM4V1IGJxBafFnO1e0AiM0>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
List-Id: Notification list for GitHub issues related to the QUIC WG <quic-issues.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=unsubscribe>
List-Archive: <https://mailarchive.ietf.org/arch/browse/quic-issues/>
List-Post: <mailto:quic-issues@ietf.org>
List-Help: <mailto:quic-issues-request@ietf.org?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, 30 Jan 2019 02:09:52 -0000

----==_mimepart_5c51076dcf3bf_32aa3f97c40d45bc1915fb
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

The problem here is that CRYPTO is not flow controlled.  Endpoints can cause arbitrary buffering of CRYPTO frame data.

This has very little to do with the handshake (though @siyengar notes that we have a similar concern for CRYPTO in Initial and Handshake, that is bounded by the handshake timers).

Proposal is to allow endpoints to maintain a buffer of any size they choose.  If they receive a TLS message that does not fit into that buffer, they can drop all subsequent TLS data.  The effect of this is to disable TLS from that point onward.  Currently, we don't depend on this frame for anything other that NewSessionTicket, for which loss has no real consequence.

We will assign a minimum buffer size that implementations are required to support, probably something small like 4k.  A higher limit is possible.  If an endpoint finds that this buffer is overrun they MAY discard all CRYPTO frames with higher offsets, or they MAY drop the connection with a `NEW_ERROR` 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/1834#issuecomment-458783852
----==_mimepart_5c51076dcf3bf_32aa3f97c40d45bc1915fb
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: quoted-printable

<p>The problem here is that CRYPTO is not flow controlled.  Endpoints can=
 cause arbitrary buffering of CRYPTO frame data.</p>
<p>This has very little to do with the handshake (though <a class=3D"user=
-mention" data-hovercard-type=3D"user" data-hovercard-url=3D"/hovercards?=
user_id=3D1054756" data-octo-click=3D"hovercard-link-click" data-octo-dim=
ensions=3D"link_type:self" href=3D"https://github.com/siyengar">@siyengar=
</a> notes that we have a similar concern for CRYPTO in Initial and Hands=
hake, that is bounded by the handshake timers).</p>
<p>Proposal is to allow endpoints to maintain a buffer of any size they c=
hoose.  If they receive a TLS message that does not fit into that buffer,=
 they can drop all subsequent TLS data.  The effect of this is to disable=
 TLS from that point onward.  Currently, we don't depend on this frame fo=
r anything other that NewSessionTicket, for which loss has no real conseq=
uence.</p>
<p>We will assign a minimum buffer size that implementations are required=
 to support, probably something small like 4k.  A higher limit is possibl=
e.  If an endpoint finds that this buffer is overrun they MAY discard all=
 CRYPTO frames with higher offsets, or they MAY drop the connection with =
a <code>NEW_ERROR</code> code.</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/1834#issuecomment-458783852">view it on GitHub</a>,=
 or <a href=3D"https://github.com/notifications/unsubscribe-auth/AWbkqwD8=
4V5nv8GJD7-V_eRYi_LBRmZHks5vIP7tgaJpZM4XJU8a">mute the thread</a>.<img sr=
c=3D"https://github.com/notifications/beacon/AWbkq8rvfbs-WAGehgZTJkBcgIMZ=
4fw9ks5vIP7tgaJpZM4XJU8a.gif" height=3D"1" width=3D"1" alt=3D"" /></p>
<script type=3D"application/json" data-scope=3D"inboxmarkup">{"api_versio=
n":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name"=
:"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"=
quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"http=
s://github.githubassets.com/images/email/message_cards/header.png","avata=
r_image_url":"https://github.githubassets.com/images/email/message_cards/=
avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/q=
uicwg/base-drafts"}},"updates":{"snippets":[{"icon":"PERSON","message":"@=
martinthomson in #1834: The problem here is that CRYPTO is not flow contr=
olled.  Endpoints can cause arbitrary buffering of CRYPTO frame data.\r\n=
\r\nThis has very little to do with the handshake (though @siyengar notes=
 that we have a similar concern for CRYPTO in Initial and Handshake, that=
 is bounded by the handshake timers).\r\n\r\nProposal is to allow endpoin=
ts to maintain a buffer of any size they choose.  If they receive a TLS m=
essage that does not fit into that buffer, they can drop all subsequent T=
LS data.  The effect of this is to disable TLS from that point onward.  C=
urrently, we don't depend on this frame for anything other that NewSessio=
nTicket, for which loss has no real consequence.\r\n\r\nWe will assign a =
minimum buffer size that implementations are required to support, probabl=
y something small like 4k.  A higher limit is possible.  If an endpoint f=
inds that this buffer is overrun they MAY discard all CRYPTO frames with =
higher offsets, or they MAY drop the connection with a `NEW_ERROR` code."=
}],"action":{"name":"View Issue","url":"https://github.com/quicwg/base-dr=
afts/issues/1834#issuecomment-458783852"}}}</script>
<script type=3D"application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/issues/1834#issuecomment=
-458783852",
"url": "https://github.com/quicwg/base-drafts/issues/1834#issuecomment-45=
8783852",
"name": "View Issue"
},
"description": "View this Issue on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>=

----==_mimepart_5c51076dcf3bf_32aa3f97c40d45bc1915fb--


From nobody Tue Jan 29 18:12: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 DA7B31310DD for <quic-issues@ietfa.amsl.com>; Tue, 29 Jan 2019 18:12:45 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -11.149
X-Spam-Level: 
X-Spam-Status: No, score=-11.149 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIMWL_WL_HIGH=-4.553, 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_PASS=-0.001] autolearn=ham autolearn_force=no
Authentication-Results: ietfa.amsl.com (amavisd-new); dkim=pass (1024-bit key) header.d=github.com
Received: from mail.ietf.org ([4.31.198.44]) by localhost (ietfa.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id KQ1_9-S9xJBz for <quic-issues@ietfa.amsl.com>; Tue, 29 Jan 2019 18:12:44 -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 7F9AA126C7E for <quic-issues@ietf.org>; Tue, 29 Jan 2019 18:12:44 -0800 (PST)
Date: Tue, 29 Jan 2019 18:12:43 -0800
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1548814363; bh=XXBB2oH3mLc+NTYMoVR4BihAInXMGd5kd+YrknuCpIM=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=v2j/q+FGK7BYVQBBZj0RIDErL+D000qRzk88IQTHD9mQmXgCUV+z+D2bXvViyZ2P8 36slS4Ub0PTVd3RvMw/IOu+vkdRWZV5Cs3Zl2d8V5F2xoFvpzEAwfB7nPRucD1nDWe i+AGJNV9ta4psryE1thTmMQm7/z8BWebR5EjcF8U=
From: afrind <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+0166e4abe123d865193652429dc6ecdd20a6c79506201b7d92cf000000011868ca1b92a169ce180fea0e@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/pull/2379/c458784398@github.com>
In-Reply-To: <quicwg/base-drafts/pull/2379@github.com>
References: <quicwg/base-drafts/pull/2379@github.com>
Subject: Re: [quicwg/base-drafts] Replace the RequireInsertCount decoding algorithm (#2379)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5c51081b7ef54_52273fb6c3ed45b869567"; 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/Fy918XICBqzSuiScH1ms7z_QfPM>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
List-Id: Notification list for GitHub issues related to the QUIC WG <quic-issues.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=unsubscribe>
List-Archive: <https://mailarchive.ietf.org/arch/browse/quic-issues/>
List-Post: <mailto:quic-issues@ietf.org>
List-Help: <mailto:quic-issues-request@ietf.org?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, 30 Jan 2019 02:12:46 -0000

----==_mimepart_5c51081b7ef54_52273fb6c3ed45b869567
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

This algorithm doesn't explicitly validate that the wire value is <= 2 * MaxEntries, and if it receives a larger value, may produce a value in the future.  

I can add an explicit error check to the algorithm, or add normative text that this is an error, or both.  I'm inclined to add it to the 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/2379#issuecomment-458784398
----==_mimepart_5c51081b7ef54_52273fb6c3ed45b869567
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: quoted-printable

<p>This algorithm doesn't explicitly validate that the wire value is &lt;=
=3D 2 * MaxEntries, and if it receives a larger value, may produce a valu=
e in the future.</p>
<p>I can add an explicit error check to the algorithm, or add normative t=
ext that this is an error, or both.  I'm inclined to add it to the code?<=
/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/pull/2379#issuecomment-458784398">view it on GitHub</a>, o=
r <a href=3D"https://github.com/notifications/unsubscribe-auth/AWbkq8kiSz=
uTUnVMWqqCqEu1bmYQH2meks5vIP-bgaJpZM4aVZwC">mute the thread</a>.<img src=3D=
"https://github.com/notifications/beacon/AWbkq6dDl-V-hiqK8dcn9n999FXAJ598=
ks5vIP-bgaJpZM4aVZwC.gif" height=3D"1" width=3D"1" alt=3D"" /></p>
<script type=3D"application/json" data-scope=3D"inboxmarkup">{"api_versio=
n":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name"=
:"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"=
quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"http=
s://github.githubassets.com/images/email/message_cards/header.png","avata=
r_image_url":"https://github.githubassets.com/images/email/message_cards/=
avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/q=
uicwg/base-drafts"}},"updates":{"snippets":[{"icon":"PERSON","message":"@=
afrind in #2379: This algorithm doesn't explicitly validate that the wire=
 value is \u003c=3D 2 * MaxEntries, and if it receives a larger value, ma=
y produce a value in the future.  \r\n\r\nI can add an explicit error che=
ck to the algorithm, or add normative text that this is an error, or both=
.  I'm inclined to add it to the code?"}],"action":{"name":"View Pull Req=
uest","url":"https://github.com/quicwg/base-drafts/pull/2379#issuecomment=
-458784398"}}}</script>
<script type=3D"application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/pull/2379#issuecomment-4=
58784398",
"url": "https://github.com/quicwg/base-drafts/pull/2379#issuecomment-4587=
84398",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>=

----==_mimepart_5c51081b7ef54_52273fb6c3ed45b869567--


From nobody Tue Jan 29 18: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 784371310E6 for <quic-issues@ietfa.amsl.com>; Tue, 29 Jan 2019 18:16:47 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -11.553
X-Spam-Level: 
X-Spam-Status: No, score=-11.553 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIMWL_WL_HIGH=-4.553, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, RCVD_IN_DNSWL_HI=-5, 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 AR_xkcAXAWLt for <quic-issues@ietfa.amsl.com>; Tue, 29 Jan 2019 18:16:46 -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 4B5F11310E2 for <quic-issues@ietf.org>; Tue, 29 Jan 2019 18:16:46 -0800 (PST)
Date: Tue, 29 Jan 2019 18:16:45 -0800
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1548814605; bh=Ff5CNhJAElUipLu4OrHR7XdrUBZB4BNv/ZhGvU95Ep8=; h=Date:From:To:Subject:From; b=LvgdrQB9iaBZIp1RSN7vEVugQsYQuHMs0BLzj+6OifzHpTcJcn4kBT5IB55Rf5x8S kB5gf3rCZbdWWYUgPGkxQRm4oYwTejrbviPpb60RTviz3hRrxNZ/2Mje08/uxtW7Ik SGNgrRw3e3Nx6YMKAT3era3Xa7QqQQ0VLUI2rSYM=
From: Martin Thomson <noreply@github.com>
To: quic-issues@ietf.org
Message-ID: <quicwg/base-drafts/push/refs/heads/client-new-token/000000-1089dd@github.com>
Subject: [quicwg/base-drafts] 1089dd: PROTOCOL_VIOLATION for client sending NEW_TOKEN
Mime-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 7bit
X-Auto-Response-Suppress: All
Archived-At: <https://mailarchive.ietf.org/arch/msg/quic-issues/QXRcAWCBrPu1LVVrzBofvSGWBZg>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
Precedence: list
List-Id: Notification list for GitHub issues related to the QUIC WG <quic-issues.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=unsubscribe>
List-Archive: <https://mailarchive.ietf.org/arch/browse/quic-issues/>
List-Post: <mailto:quic-issues@ietf.org>
List-Help: <mailto:quic-issues-request@ietf.org?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, 30 Jan 2019 02:16:47 -0000

  Branch: refs/heads/client-new-token
  Home:   https://github.com/quicwg/base-drafts
  Commit: 1089dd0d093aa9346b87d4d5e224d3b2ccffbdf4
      https://github.com/quicwg/base-drafts/commit/1089dd0d093aa9346b87d4d5e224d3b2ccffbdf4
  Author: Martin Thomson <mt@lowentropy.net>
  Date:   2019-01-30 (Wed, 30 Jan 2019)

  Changed paths:
    M draft-ietf-quic-transport.md

  Log Message:
  -----------
  PROTOCOL_VIOLATION for client sending NEW_TOKEN



From nobody Tue Jan 29 18:18: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 EBBDD1310E2 for <quic-issues@ietfa.amsl.com>; Tue, 29 Jan 2019 18:18:26 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -11.554
X-Spam-Level: 
X-Spam-Status: No, score=-11.554 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIMWL_WL_HIGH=-4.553, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, RCVD_IN_DNSWL_HI=-5, SPF_PASS=-0.001] autolearn=ham autolearn_force=no
Authentication-Results: ietfa.amsl.com (amavisd-new); dkim=pass (1024-bit key) header.d=github.com
Received: from mail.ietf.org ([4.31.198.44]) by localhost (ietfa.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id BJpxds-NNW3A for <quic-issues@ietfa.amsl.com>; Tue, 29 Jan 2019 18:18: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 BAA4C1310E1 for <quic-issues@ietf.org>; Tue, 29 Jan 2019 18:18:25 -0800 (PST)
Date: Tue, 29 Jan 2019 18:18:25 -0800
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1548814705; bh=bLzUCqb2T/YGDXRKwwob6C67RYVq2uEQb1Pr00Juqhc=; h=Date:From:To:Subject:From; b=jGNxxuMSgCv1Y9XiuhR0X6MqAA12Wj8HfZDNr05QaRXFxcwlIyFr9gmZK0yUif+Dh SrKCH8i65jgslSHTmKmxCOcDd6g+koaSFXxd3xjTd0bghLGZG5nkZymSZHoSzum8Tb JkB+U98TGj/NQF4DZjJVAwtqMJtv0H87y+/jtZPM=
From: ID Bot <noreply@github.com>
To: quic-issues@ietf.org
Message-ID: <quicwg/base-drafts/push/refs/heads/gh-pages/7830c8-ab4f46@github.com>
Subject: [quicwg/base-drafts] ab4f46: Script updating gh-pages from 1089dd0d. [ci skip]
Mime-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 7bit
X-Auto-Response-Suppress: All
Archived-At: <https://mailarchive.ietf.org/arch/msg/quic-issues/9S8a24BnprZnG1NMRsl21-uoPNE>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
Precedence: list
List-Id: Notification list for GitHub issues related to the QUIC WG <quic-issues.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=unsubscribe>
List-Archive: <https://mailarchive.ietf.org/arch/browse/quic-issues/>
List-Post: <mailto:quic-issues@ietf.org>
List-Help: <mailto:quic-issues-request@ietf.org?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, 30 Jan 2019 02:18:27 -0000

  Branch: refs/heads/gh-pages
  Home:   https://github.com/quicwg/base-drafts
  Commit: ab4f465055b2637574bc876fc829421c8240e2aa
      https://github.com/quicwg/base-drafts/commit/ab4f465055b2637574bc876fc829421c8240e2aa
  Author: ID Bot <idbot@example.com>
  Date:   2019-01-30 (Wed, 30 Jan 2019)

  Changed paths:
    A client-new-token/draft-ietf-quic-http.html
    A client-new-token/draft-ietf-quic-http.txt
    A client-new-token/draft-ietf-quic-invariants.html
    A client-new-token/draft-ietf-quic-invariants.txt
    A client-new-token/draft-ietf-quic-qpack.html
    A client-new-token/draft-ietf-quic-qpack.txt
    A client-new-token/draft-ietf-quic-recovery.html
    A client-new-token/draft-ietf-quic-recovery.txt
    A client-new-token/draft-ietf-quic-spin-exp.html
    A client-new-token/draft-ietf-quic-spin-exp.txt
    A client-new-token/draft-ietf-quic-tls.html
    A client-new-token/draft-ietf-quic-tls.txt
    A client-new-token/draft-ietf-quic-transport.html
    A client-new-token/draft-ietf-quic-transport.txt
    A client-new-token/index.html
    M index.html

  Log Message:
  -----------
  Script updating gh-pages from 1089dd0d. [ci skip]



From nobody Tue Jan 29 18:19: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 946D21310E1 for <quic-issues@ietfa.amsl.com>; Tue, 29 Jan 2019 18:19:41 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -10.935
X-Spam-Level: 
X-Spam-Status: No, score=-10.935 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIMWL_WL_HIGH=-4.553, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, HTML_IMAGE_ONLY_24=1.618, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-1, RCVD_IN_DNSWL_HI=-5, SPF_PASS=-0.001] autolearn=ham autolearn_force=no
Authentication-Results: ietfa.amsl.com (amavisd-new); dkim=pass (1024-bit key) header.d=github.com
Received: from mail.ietf.org ([4.31.198.44]) by localhost (ietfa.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id XFBA1SBCcBis for <quic-issues@ietfa.amsl.com>; Tue, 29 Jan 2019 18:19: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 273151310F1 for <quic-issues@ietf.org>; Tue, 29 Jan 2019 18:19:40 -0800 (PST)
Date: Tue, 29 Jan 2019 18:19:39 -0800
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1548814779; bh=ALm7SWKHNrL5mr/DwqqiQRTyO8aiiV2qGICcRo2XpEg=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=AB1ReEK0Vs9Fjy19Vqfc42l1tYpOT4BeB1eP2MzQt4fWUZvIU2otVSY0CrRTgTCgg uzVkjv1A4fBlyYtTwTHOub211NPr05xHR3gwd2RvMRgYW2x/Icw7OaiVmlT3YAoWMr 9lSOjEQhG6yripv80Lo4IXLfAs8qW/HpBpTdzrUQ=
From: Martin Thomson <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+0166e4ab918affbdbb5af28eb5b042f44f1ee528470cd22592cf000000011868cbbb92a169ce174cd0fb@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/issues/2170/458785705@github.com>
In-Reply-To: <quicwg/base-drafts/issues/2170@github.com>
References: <quicwg/base-drafts/issues/2170@github.com>
Subject: Re: [quicwg/base-drafts] Embed QUIC version in expansion (#2170)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5c5109bb6aced_6633fb1c14d45c4268461"; 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/XT3NwpR2vtd4ivYFOzCEw46-2Xk>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
List-Id: Notification list for GitHub issues related to the QUIC WG <quic-issues.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=unsubscribe>
List-Archive: <https://mailarchive.ietf.org/arch/browse/quic-issues/>
List-Post: <mailto:quic-issues@ietf.org>
List-Help: <mailto:quic-issues-request@ietf.org?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, 30 Jan 2019 02:19:41 -0000

----==_mimepart_5c5109bb6aced_6633fb1c14d45c4268461
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

Tokyo conclusion: @martinthomson and @ekr will sort 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/issues/2170#issuecomment-458785705
----==_mimepart_5c5109bb6aced_6633fb1c14d45c4268461
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

<p>Tokyo conclusion: <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=1111457" data-octo-click="hovercard-link-click" data-octo-dimensions="link_type:self" href="https://github.com/ekr">@ekr</a> will sort 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/issues/2170#issuecomment-458785705">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AWbkq5YPcQJYs3sXqnUPqeKneV3M2yQ3ks5vIQE7gaJpZM4ZSpH8">mute the thread</a>.<img src="https://github.com/notifications/beacon/AWbkq0iUHsPd1Rh46JKV5HuPNedYG5hPks5vIQE7gaJpZM4ZSpH8.gif" height="1" width="1" alt="" /></p>
<script type="application/json" data-scope="inboxmarkup">{"api_version":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name":"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"https://github.githubassets.com/images/email/message_cards/header.png","avatar_image_url":"https://github.githubassets.com/images/email/message_cards/avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/quicwg/base-drafts"}},"updates":{"snippets":[{"icon":"PERSON","message":"@martinthomson in #2170: Tokyo conclusion: @martinthomson and @ekr will sort this out."}],"action":{"name":"View Issue","url":"https://github.com/quicwg/base-drafts/issues/2170#issuecomment-458785705"}}}</script>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/issues/2170#issuecomment-458785705",
"url": "https://github.com/quicwg/base-drafts/issues/2170#issuecomment-458785705",
"name": "View Issue"
},
"description": "View this Issue on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>
----==_mimepart_5c5109bb6aced_6633fb1c14d45c4268461--


From nobody Tue Jan 29 18:19: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 AF2E01310E1 for <quic-issues@ietfa.amsl.com>; Tue, 29 Jan 2019 18:19:56 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -11.554
X-Spam-Level: 
X-Spam-Status: No, score=-11.554 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIMWL_WL_HIGH=-4.553, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, RCVD_IN_DNSWL_HI=-5, SPF_PASS=-0.001] autolearn=ham autolearn_force=no
Authentication-Results: ietfa.amsl.com (amavisd-new); dkim=pass (1024-bit key) header.d=github.com
Received: from mail.ietf.org ([4.31.198.44]) by localhost (ietfa.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id jyPI8HGK9Gl9 for <quic-issues@ietfa.amsl.com>; Tue, 29 Jan 2019 18:19: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 7D9C11310F1 for <quic-issues@ietf.org>; Tue, 29 Jan 2019 18:19:55 -0800 (PST)
Date: Tue, 29 Jan 2019 18:19:54 -0800
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1548814794; bh=8/qo7KsSd8zwKj27gcVVstJpRz/nBgDsLAOQJVC9Rvs=; h=Date:From:To:Subject:From; b=ltesjjpoyd4jNgugFVVXs03Vdw8HbdJUmMUha7qtUKWSziKVpqZ4859o1eKvTCw/B Cq2LZQi8bl+9/4GUXm+mKfrTJ0KwY2qqZKIgpaUsKWB4c7BH0I2fQsUqQmys7iropZ 58RpNjGaIlFmyatlwZ0GDzMQFoGx1VUpwl/fDlEg=
From: ID Bot <noreply@github.com>
To: quic-issues@ietf.org
Message-ID: <quicwg/base-drafts/push/refs/heads/gh-pages/ab4f46-ef76e4@github.com>
Subject: [quicwg/base-drafts] ef76e4: Script updating issues at 2019-01-30T02:19:48Z. [c...
Mime-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 7bit
X-Auto-Response-Suppress: All
Archived-At: <https://mailarchive.ietf.org/arch/msg/quic-issues/njXcGWAkm-jv1KGjLX80Ybh07AE>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
Precedence: list
List-Id: Notification list for GitHub issues related to the QUIC WG <quic-issues.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=unsubscribe>
List-Archive: <https://mailarchive.ietf.org/arch/browse/quic-issues/>
List-Post: <mailto:quic-issues@ietf.org>
List-Help: <mailto:quic-issues-request@ietf.org?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, 30 Jan 2019 02:19:57 -0000

  Branch: refs/heads/gh-pages
  Home:   https://github.com/quicwg/base-drafts
  Commit: ef76e4c126beb77192603bee53526f2903d0aeab
      https://github.com/quicwg/base-drafts/commit/ef76e4c126beb77192603bee53526f2903d0aeab
  Author: ID Bot <idbot@example.com>
  Date:   2019-01-30 (Wed, 30 Jan 2019)

  Changed paths:
    M issues.json
    M pulls.json

  Log Message:
  -----------
  Script updating issues at 2019-01-30T02:19:48Z. [ci skip]



From nobody Tue Jan 29 18:32: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 298901310FA for <quic-issues@ietfa.amsl.com>; Tue, 29 Jan 2019 18:32:57 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -10.935
X-Spam-Level: 
X-Spam-Status: No, score=-10.935 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIMWL_WL_HIGH=-4.553, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, HTML_IMAGE_ONLY_24=1.618, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-1, RCVD_IN_DNSWL_HI=-5, SPF_PASS=-0.001] autolearn=ham autolearn_force=no
Authentication-Results: ietfa.amsl.com (amavisd-new); dkim=pass (1024-bit key) header.d=github.com
Received: from mail.ietf.org ([4.31.198.44]) by localhost (ietfa.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id p8QzxYeWo4En for <quic-issues@ietfa.amsl.com>; Tue, 29 Jan 2019 18:32:55 -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 99EEA1310F2 for <quic-issues@ietf.org>; Tue, 29 Jan 2019 18:32:55 -0800 (PST)
Date: Tue, 29 Jan 2019 18:32:54 -0800
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1548815574; bh=TJyhdYY5djd1885SXaD0dBPMz/bINzMCJ2FSBaG9RpA=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=m+FM+qAczUWKyAipWVQ4YGlnMW+87BBxbIHF4XjogwZByT86ocNzhZihGaI+W1FI5 3bvdKv6NP45niwq1IUWHNzePMZqBe+EX/oUJF88MQZE4N6G9fXpVdj3ai2i+L9UAm6 kXULF1gn/Zbdx+x5Wk18qQwZeU+8dWFh+BZxGiRM=
From: Martin Thomson <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+0166e4aba201c26e00d6b98ddd5f4c2f04ed3a3cfbe0adc392cf000000011868ced692a169ce17b7938d@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/issue/2329/issue_event/2105382671@github.com>
In-Reply-To: <quicwg/base-drafts/issues/2329@github.com>
References: <quicwg/base-drafts/issues/2329@github.com>
Subject: Re: [quicwg/base-drafts] Actions to take when Reserved Bits are not Zero (#2329)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5c510cd6d31e9_73ac3f93bfed45bc4199e"; 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/YVEb3p9B4_SEAKJVQbnDd3DwqZA>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
List-Id: Notification list for GitHub issues related to the QUIC WG <quic-issues.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=unsubscribe>
List-Archive: <https://mailarchive.ietf.org/arch/browse/quic-issues/>
List-Post: <mailto:quic-issues@ietf.org>
List-Help: <mailto:quic-issues-request@ietf.org?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, 30 Jan 2019 02:32:57 -0000

----==_mimepart_5c510cd6d31e9_73ac3f93bfed45bc4199e
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

Closed #2329.

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/quicwg/base-drafts/issues/2329#event-2105382671
----==_mimepart_5c510cd6d31e9_73ac3f93bfed45bc4199e
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="397906829" data-permission-text="Issue title is private" data-url="https://github.com/quicwg/base-drafts/issues/2329" data-hovercard-type="issue" data-hovercard-url="/quicwg/base-drafts/issues/2329/hovercard" href="https://github.com/quicwg/base-drafts/issues/2329">#2329</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/2329#event-2105382671">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AWbkq8ZUuGbcah-NJ0OSkh3TeuTl6Gezks5vIQRWgaJpZM4Z51e8">mute the thread</a>.<img src="https://github.com/notifications/beacon/AWbkq1PrAdBw-FFpRMjioT31e5yxrQ-0ks5vIQRWgaJpZM4Z51e8.gif" height="1" width="1" alt="" /></p>
<script type="application/json" data-scope="inboxmarkup">{"api_version":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name":"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"https://github.githubassets.com/images/email/message_cards/header.png","avatar_image_url":"https://github.githubassets.com/images/email/message_cards/avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/quicwg/base-drafts"}},"updates":{"snippets":[{"icon":"DESCRIPTION","message":"Closed #2329."}],"action":{"name":"View Issue","url":"https://github.com/quicwg/base-drafts/issues/2329#event-2105382671"}}}</script>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/issues/2329#event-2105382671",
"url": "https://github.com/quicwg/base-drafts/issues/2329#event-2105382671",
"name": "View Issue"
},
"description": "View this Issue on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>
----==_mimepart_5c510cd6d31e9_73ac3f93bfed45bc4199e--


From nobody Tue Jan 29 18: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 2D37B1310FA for <quic-issues@ietfa.amsl.com>; Tue, 29 Jan 2019 18:32:59 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -11.149
X-Spam-Level: 
X-Spam-Status: No, score=-11.149 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIMWL_WL_HIGH=-4.553, 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_PASS=-0.001] autolearn=ham autolearn_force=no
Authentication-Results: ietfa.amsl.com (amavisd-new); dkim=pass (1024-bit key) header.d=github.com
Received: from mail.ietf.org ([4.31.198.44]) by localhost (ietfa.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id QhaQrbtSDpbb for <quic-issues@ietfa.amsl.com>; Tue, 29 Jan 2019 18:32: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 8711E1310F2 for <quic-issues@ietf.org>; Tue, 29 Jan 2019 18:32:57 -0800 (PST)
Date: Tue, 29 Jan 2019 18:32:56 -0800
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1548815576; bh=jZ6fDMJm+odtPyrHOy8tCgqbV/dkN3mElQmYnIlCZgg=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=gzH7ohPiDnv3Ynrt2axYLuaDiIfhDapPG5bHhSPF6OKUYGC9NneuCss+o+89n7F/n oCtt8YgD9QbYXpElqUryVYQnmqE6HvUmo90JChs2sYNI3dYARNalGXmLGl93lj+oZn 8dJp2c1LofQ5bh53jHEXMvcFZC5Rl1DxPQsCZVL4=
From: Martin Thomson <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+0166e4abd20b8d804c38da5d663f1a7841473f4da1a76bbc92cf000000011868ced892a169ce17b7938d@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/issues/2329/458788361@github.com>
In-Reply-To: <quicwg/base-drafts/issues/2329@github.com>
References: <quicwg/base-drafts/issues/2329@github.com>
Subject: Re: [quicwg/base-drafts] Actions to take when Reserved Bits are not Zero (#2329)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5c510cd8ba574_74633fa9900d45c055245"; 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/DxtnSh5n7kSEnHUqkioPFf2IEYo>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
List-Id: Notification list for GitHub issues related to the QUIC WG <quic-issues.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=unsubscribe>
List-Archive: <https://mailarchive.ietf.org/arch/browse/quic-issues/>
List-Post: <mailto:quic-issues@ietf.org>
List-Help: <mailto:quic-issues-request@ietf.org?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, 30 Jan 2019 02:32:59 -0000

----==_mimepart_5c510cd8ba574_74633fa9900d45c055245
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

Tokyo conclusion: everything is fine.  Thanks for raising the issue.  @martinduke will open/fix an editorial PR on this.

Principle for future stuff agreed:

Protocol violations, when detected, MUST result in a connection error.  Where detecting the error is trivially feasible, then we will require that the endpoint check for the 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/issues/2329#issuecomment-458788361
----==_mimepart_5c510cd8ba574_74633fa9900d45c055245
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: quoted-printable

<p>Tokyo conclusion: everything is fine.  Thanks for raising the issue.  =
<a class=3D"user-mention" data-hovercard-type=3D"user" data-hovercard-url=
=3D"/hovercards?user_id=3D24398865" data-octo-click=3D"hovercard-link-cli=
ck" data-octo-dimensions=3D"link_type:self" href=3D"https://github.com/ma=
rtinduke">@martinduke</a> will open/fix an editorial PR on this.</p>
<p>Principle for future stuff agreed:</p>
<p>Protocol violations, when detected, MUST result in a connection error.=
  Where detecting the error is trivially feasible, then we will require t=
hat the endpoint check for the error.</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/2329#issuecomment-458788361">view it on GitHub</a>,=
 or <a href=3D"https://github.com/notifications/unsubscribe-auth/AWbkq-y9=
4S4aqCTdmQVoaD-YWANahCIyks5vIQRYgaJpZM4Z51e8">mute the thread</a>.<img sr=
c=3D"https://github.com/notifications/beacon/AWbkq7lFAKE4DMTEnp_CnMVIquw_=
i7jzks5vIQRYgaJpZM4Z51e8.gif" height=3D"1" width=3D"1" alt=3D"" /></p>
<script type=3D"application/json" data-scope=3D"inboxmarkup">{"api_versio=
n":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name"=
:"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"=
quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"http=
s://github.githubassets.com/images/email/message_cards/header.png","avata=
r_image_url":"https://github.githubassets.com/images/email/message_cards/=
avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/q=
uicwg/base-drafts"}},"updates":{"snippets":[{"icon":"PERSON","message":"@=
martinthomson in #2329: Tokyo conclusion: everything is fine.  Thanks for=
 raising the issue.  @martinduke will open/fix an editorial PR on this.\r=
\n\r\nPrinciple for future stuff agreed:\r\n\r\nProtocol violations, when=
 detected, MUST result in a connection error.  Where detecting the error =
is trivially feasible, then we will require that the endpoint check for t=
he error."}],"action":{"name":"View Issue","url":"https://github.com/quic=
wg/base-drafts/issues/2329#issuecomment-458788361"}}}</script>
<script type=3D"application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/issues/2329#issuecomment=
-458788361",
"url": "https://github.com/quicwg/base-drafts/issues/2329#issuecomment-45=
8788361",
"name": "View Issue"
},
"description": "View this Issue on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>=

----==_mimepart_5c510cd8ba574_74633fa9900d45c055245--


From nobody Tue Jan 29 18:35: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 9D0AE1310FE for <quic-issues@ietfa.amsl.com>; Tue, 29 Jan 2019 18:35:15 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -10.935
X-Spam-Level: 
X-Spam-Status: No, score=-10.935 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIMWL_WL_HIGH=-4.553, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, HTML_IMAGE_ONLY_24=1.618, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-1, RCVD_IN_DNSWL_HI=-5, SPF_PASS=-0.001] autolearn=ham autolearn_force=no
Authentication-Results: ietfa.amsl.com (amavisd-new); dkim=pass (1024-bit key) header.d=github.com
Received: from mail.ietf.org ([4.31.198.44]) by localhost (ietfa.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id NhMGATFSpMWG for <quic-issues@ietfa.amsl.com>; Tue, 29 Jan 2019 18:35:14 -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 E80CA1310FA for <quic-issues@ietf.org>; Tue, 29 Jan 2019 18:35:13 -0800 (PST)
Date: Tue, 29 Jan 2019 18:35:13 -0800
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1548815713; bh=vRmZptNO8wPS3raeqwX+JbvPZNfwf0Kemq3nfSU8U0w=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=kwBuSdbhT2NZw1E711HvyTsCx41JiOp49gE5RCfK1c/zvxCYK/n4GzuhKUjKsa0mS AVlv0/TJ7TNUJhXX9fgXn0KQ0L56JPitpvkVWQV3hIWhcihDxg/qGyKCT9qMUgcNG5 JwW2ghacr+pg/YHNc2pmHef76Xgq4dewL09IZxpk=
From: Martin Thomson <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+0166e4abcf2d33e2cd1adbe3b7806be140b1dd451338bdf992cf000000011868cf6192a169ce16215e5e@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/issues/1874/458788779@github.com>
In-Reply-To: <quicwg/base-drafts/issues/1874@github.com>
References: <quicwg/base-drafts/issues/1874@github.com>
Subject: Re: [quicwg/base-drafts] Formal analysis of the protocol (#1874)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5c510d614709a_3113ff7932d45b8976e8"; 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/USb85odp8afaH_LD6Dln6qNbFco>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
List-Id: Notification list for GitHub issues related to the QUIC WG <quic-issues.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=unsubscribe>
List-Archive: <https://mailarchive.ietf.org/arch/browse/quic-issues/>
List-Post: <mailto:quic-issues@ietf.org>
List-Help: <mailto:quic-issues-request@ietf.org?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, 30 Jan 2019 02:35:16 -0000

----==_mimepart_5c510d614709a_3113ff7932d45b8976e8
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

Tokyo conclusion: this is clearly desirable, and there is some interest from some people in doing the work.  People are generally supportive of the work and will happily contribute.  However, the working group won't spend additional time on this and won't let it block publication.

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/quicwg/base-drafts/issues/1874#issuecomment-458788779
----==_mimepart_5c510d614709a_3113ff7932d45b8976e8
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: quoted-printable

<p>Tokyo conclusion: this is clearly desirable, and there is some interes=
t from some people in doing the work.  People are generally supportive of=
 the work and will happily contribute.  However, the working group won't =
spend additional time on this and won't let it block publication.</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/1874#issuecomment-458788779">view it on GitHub</a>,=
 or <a href=3D"https://github.com/notifications/unsubscribe-auth/AWbkq9b9=
tZ_37zcuLekVNBw0kPvvmaEPks5vIQThgaJpZM4Xpjco">mute the thread</a>.<img sr=
c=3D"https://github.com/notifications/beacon/AWbkq42j6V4zuauDabeTEesSMI_K=
snRuks5vIQThgaJpZM4Xpjco.gif" height=3D"1" width=3D"1" alt=3D"" /></p>
<script type=3D"application/json" data-scope=3D"inboxmarkup">{"api_versio=
n":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name"=
:"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"=
quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"http=
s://github.githubassets.com/images/email/message_cards/header.png","avata=
r_image_url":"https://github.githubassets.com/images/email/message_cards/=
avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/q=
uicwg/base-drafts"}},"updates":{"snippets":[{"icon":"PERSON","message":"@=
martinthomson in #1874: Tokyo conclusion: this is clearly desirable, and =
there is some interest from some people in doing the work.  People are ge=
nerally supportive of the work and will happily contribute.  However, the=
 working group won't spend additional time on this and won't let it block=
 publication."}],"action":{"name":"View Issue","url":"https://github.com/=
quicwg/base-drafts/issues/1874#issuecomment-458788779"}}}</script>
<script type=3D"application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/issues/1874#issuecomment=
-458788779",
"url": "https://github.com/quicwg/base-drafts/issues/1874#issuecomment-45=
8788779",
"name": "View Issue"
},
"description": "View this Issue on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>=

----==_mimepart_5c510d614709a_3113ff7932d45b8976e8--


From nobody Tue Jan 29 18:35: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 728281310FA for <quic-issues@ietfa.amsl.com>; Tue, 29 Jan 2019 18:35:16 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -10.935
X-Spam-Level: 
X-Spam-Status: No, score=-10.935 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIMWL_WL_HIGH=-4.553, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, HTML_IMAGE_ONLY_24=1.618, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-1, RCVD_IN_DNSWL_HI=-5, SPF_PASS=-0.001] autolearn=ham autolearn_force=no
Authentication-Results: ietfa.amsl.com (amavisd-new); dkim=pass (1024-bit key) header.d=github.com
Received: from mail.ietf.org ([4.31.198.44]) by localhost (ietfa.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id P5lHEeTrnLQy for <quic-issues@ietfa.amsl.com>; Tue, 29 Jan 2019 18:35:14 -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 083C01310FC for <quic-issues@ietf.org>; Tue, 29 Jan 2019 18:35:14 -0800 (PST)
Date: Tue, 29 Jan 2019 18:35:13 -0800
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1548815713; bh=MsKl4QcBbDOXiTgy80mDeFEaj/ELr8O9cSIzKkVZGTI=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=rSwkjJfBa1bbVjjY07Pp2+77RCfS+gTUmB811Yo9Mp0OckQT1o2VuWWilEohurC7e +CYJpbuHVT/oPWLR0ZntDmTLrmp7VC7gKoa/+ZfFevhtzSKgmWE0Jm6bUdy2FyE6WJ vwj/5THRluFXAhC2k4C+IKU2Hv/S23qxLTaUxZZA=
From: Martin Thomson <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+0166e4abcf2d33e2cd1adbe3b7806be140b1dd451338bdf992cf000000011868cf6192a169ce16215e5e@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/issue/1874/issue_event/2105385110@github.com>
In-Reply-To: <quicwg/base-drafts/issues/1874@github.com>
References: <quicwg/base-drafts/issues/1874@github.com>
Subject: Re: [quicwg/base-drafts] Formal analysis of the protocol (#1874)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5c510d61988dc_5f6f3f93168d45bc1821"; 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/vyDsuBp-pPaxwWG9JlocMvVOFO0>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
List-Id: Notification list for GitHub issues related to the QUIC WG <quic-issues.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=unsubscribe>
List-Archive: <https://mailarchive.ietf.org/arch/browse/quic-issues/>
List-Post: <mailto:quic-issues@ietf.org>
List-Help: <mailto:quic-issues-request@ietf.org?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, 30 Jan 2019 02:35:16 -0000

----==_mimepart_5c510d61988dc_5f6f3f93168d45bc1821
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

Closed #1874.

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/quicwg/base-drafts/issues/1874#event-2105385110
----==_mimepart_5c510d61988dc_5f6f3f93168d45bc1821
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="371285598" data-permission-text="Issue title is private" data-url="https://github.com/quicwg/base-drafts/issues/1874" data-hovercard-type="issue" data-hovercard-url="/quicwg/base-drafts/issues/1874/hovercard" href="https://github.com/quicwg/base-drafts/issues/1874">#1874</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/1874#event-2105385110">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AWbkq9b9tZ_37zcuLekVNBw0kPvvmaEPks5vIQThgaJpZM4Xpjco">mute the thread</a>.<img src="https://github.com/notifications/beacon/AWbkq42j6V4zuauDabeTEesSMI_KsnRuks5vIQThgaJpZM4Xpjco.gif" height="1" width="1" alt="" /></p>
<script type="application/json" data-scope="inboxmarkup">{"api_version":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name":"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"https://github.githubassets.com/images/email/message_cards/header.png","avatar_image_url":"https://github.githubassets.com/images/email/message_cards/avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/quicwg/base-drafts"}},"updates":{"snippets":[{"icon":"DESCRIPTION","message":"Closed #1874."}],"action":{"name":"View Issue","url":"https://github.com/quicwg/base-drafts/issues/1874#event-2105385110"}}}</script>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/issues/1874#event-2105385110",
"url": "https://github.com/quicwg/base-drafts/issues/1874#event-2105385110",
"name": "View Issue"
},
"description": "View this Issue on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>
----==_mimepart_5c510d61988dc_5f6f3f93168d45bc1821--


From nobody Tue Jan 29 18:35: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 5C3411310FC for <quic-issues@ietfa.amsl.com>; Tue, 29 Jan 2019 18:35:56 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -10.935
X-Spam-Level: 
X-Spam-Status: No, score=-10.935 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIMWL_WL_HIGH=-4.553, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, HTML_IMAGE_ONLY_24=1.618, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-1, RCVD_IN_DNSWL_HI=-5, SPF_PASS=-0.001] autolearn=ham autolearn_force=no
Authentication-Results: ietfa.amsl.com (amavisd-new); dkim=pass (1024-bit key) header.d=github.com
Received: from mail.ietf.org ([4.31.198.44]) by localhost (ietfa.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 50iPBgF0_sAq for <quic-issues@ietfa.amsl.com>; Tue, 29 Jan 2019 18:35:55 -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 B67ED1310FA for <quic-issues@ietf.org>; Tue, 29 Jan 2019 18:35:54 -0800 (PST)
Date: Tue, 29 Jan 2019 18:35:53 -0800
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1548815753; bh=OWhwMg3BmuhUCs+qaSraQ9PGNN8UNy/fWB6fl3toKiQ=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=Egu5d1p3jNMTJW0ntev6T0lkj27XrvnM8ra3bDdu/UBPpEwQa0rgeoXqtYwUwk+tp faNv/kBTGe7YE0x4m2zyzMgVLiT7amIU+ye6E4hm79Tx64PNChUc9EjW3rS0ONUs16 FtvsCFvSwr9bs3V+dpOXxRYRBsLUgRZK9fubelG8=
From: Kazuho Oku <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+0166e4abaf4c69e14e903d70a675ba1dbb074c7003f215ca92cf000000011868cf8992a169ce0e2f8cc9@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/issues/655/458788902@github.com>
In-Reply-To: <quicwg/base-drafts/issues/655@github.com>
References: <quicwg/base-drafts/issues/655@github.com>
Subject: Re: [quicwg/base-drafts] 1-RTT stateless rejects (#655)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5c510d89eec47_5f933f93168d45bc14313f"; 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/O6b3_Dj8jgYFVJbP6S3NkyKRKIk>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
List-Id: Notification list for GitHub issues related to the QUIC WG <quic-issues.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=unsubscribe>
List-Archive: <https://mailarchive.ietf.org/arch/browse/quic-issues/>
List-Post: <mailto:quic-issues@ietf.org>
List-Help: <mailto:quic-issues-request@ietf.org?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, 30 Jan 2019 02:35:56 -0000

----==_mimepart_5c510d89eec47_5f933f93168d45bc14313f
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

> The only challenge - and indeed the main one - is that sending all that stuff from the server is highly unlikely to fit in one packet.

I would like to point out that the server has no information to choose the correct certificate.

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/quicwg/base-drafts/issues/655#issuecomment-458788902
----==_mimepart_5c510d89eec47_5f933f93168d45bc14313f
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

<blockquote>
<p>The only challenge - and indeed the main one - is that sending all that stuff from the server is highly unlikely to fit in one packet.</p>
</blockquote>
<p>I would like to point out that the server has no information to choose the correct certificate.</p>

<p style="font-size:small;-webkit-text-size-adjust:none;color:#666;">&mdash;<br />You are receiving this because you are subscribed to this thread.<br />Reply to this email directly, <a href="https://github.com/quicwg/base-drafts/issues/655#issuecomment-458788902">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AWbkqzhtnKPc1aRl1-CONMdwfYEXzBOoks5vIQUJgaJpZM4OC8oy">mute the thread</a>.<img src="https://github.com/notifications/beacon/AWbkq3HvOr839Wt8yKXeeXIaiNG8PuLHks5vIQUJgaJpZM4OC8oy.gif" height="1" width="1" alt="" /></p>
<script type="application/json" data-scope="inboxmarkup">{"api_version":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name":"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"https://github.githubassets.com/images/email/message_cards/header.png","avatar_image_url":"https://github.githubassets.com/images/email/message_cards/avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/quicwg/base-drafts"}},"updates":{"snippets":[{"icon":"PERSON","message":"@kazuho in #655: \u003e The only challenge - and indeed the main one - is that sending all that stuff from the server is highly unlikely to fit in one packet.\r\n\r\nI would like to point out that the server has no information to choose the correct certificate."}],"action":{"name":"View Issue","url":"https://github.com/quicwg/base-drafts/issues/655#issuecomment-458788902"}}}</script>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/issues/655#issuecomment-458788902",
"url": "https://github.com/quicwg/base-drafts/issues/655#issuecomment-458788902",
"name": "View Issue"
},
"description": "View this Issue on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>
----==_mimepart_5c510d89eec47_5f933f93168d45bc14313f--


From nobody Tue Jan 29 18:37: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 918BE1310FA for <quic-issues@ietfa.amsl.com>; Tue, 29 Jan 2019 18:37:09 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -11.574
X-Spam-Level: 
X-Spam-Status: No, score=-11.574 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIMWL_WL_HIGH=-4.553, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, FROM_EXCESS_BASE64=0.979, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-1, RCVD_IN_DNSWL_HI=-5, SPF_PASS=-0.001] autolearn=ham autolearn_force=no
Authentication-Results: ietfa.amsl.com (amavisd-new); dkim=pass (1024-bit key) header.d=github.com
Received: from mail.ietf.org ([4.31.198.44]) by localhost (ietfa.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id jxZxBZxIxusy for <quic-issues@ietfa.amsl.com>; Tue, 29 Jan 2019 18:37: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 3EA071310FC for <quic-issues@ietf.org>; Tue, 29 Jan 2019 18:37:08 -0800 (PST)
Date: Tue, 29 Jan 2019 18:37:07 -0800
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1548815827; bh=Kptgy4pLkdTU8bHOjyRwDeLbES/c+cO0zHFfRdmWZ+s=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=DX/j86JKedENKhSJiHaesiSD6pQnpjqxP9aRIGk6b5+8xSKJbVHS73mtXqsQskfw+ 0zzxoyo05pmnMPh61xE0ywIAGUKM1AjfvDGk6N0MlJWlSNoTnpiMiwE9xmH+GSCgSm xTu5tD2guvqQlyt4PDBXa8WFNuzUdcn7K77IrHrk=
From: =?UTF-8?B?QmVuY2UgQsOpa3k=?= <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+0166e4ab9d4d8d8d0f0405b0fddf16ffc3a3e0c7b566c96492cf000000011868cfd392a169ce180fea0e@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/pull/2379/c458789140@github.com>
In-Reply-To: <quicwg/base-drafts/pull/2379@github.com>
References: <quicwg/base-drafts/pull/2379@github.com>
Subject: Re: [quicwg/base-drafts] Replace the RequireInsertCount decoding algorithm (#2379)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5c510dd3946af_18a43fd64f6d45c42347d"; 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/UyfhMUVH4SSMjGPQXjhl1XmuzDg>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
List-Id: Notification list for GitHub issues related to the QUIC WG <quic-issues.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=unsubscribe>
List-Archive: <https://mailarchive.ietf.org/arch/browse/quic-issues/>
List-Post: <mailto:quic-issues@ietf.org>
List-Help: <mailto:quic-issues-request@ietf.org?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, 30 Jan 2019 02:37:10 -0000

----==_mimepart_5c510dd3946af_18a43fd64f6d45c42347d
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

I agree that an error should be generated in that case and I support adding the check to the code.  Since "the decoder reconstructs the Required Insert Count using the following algorithm", and not "this is an example algorithm to reconstruct the Required Insert Count", I consider the code to be normative, so I do not think it is necessary to spell this out in text.

BTW I'm not in love with this algorithm, mostly because it is longer and more complicated than the original without improving on clarity, but I can live with it.  I still think the one I proposed at #2248 would be the least error-prone (most implementers presumably don't care about how the algorithm works, they just copy it line by line, so the fewer lines, the better), but whatever is in the draft currently, or even the one proposed here, is just fine with me after all.

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/quicwg/base-drafts/pull/2379#issuecomment-458789140
----==_mimepart_5c510dd3946af_18a43fd64f6d45c42347d
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: quoted-printable

<p>I agree that an error should be generated in that case and I support a=
dding the check to the code.  Since "the decoder reconstructs the Require=
d Insert Count using the following algorithm", and not "this is an exampl=
e algorithm to reconstruct the Required Insert Count", I consider the cod=
e to be normative, so I do not think it is necessary to spell this out in=
 text.</p>
<p>BTW I'm not in love with this algorithm, mostly because it is longer a=
nd more complicated than the original without improving on clarity, but I=
 can live with it.  I still think the one I proposed at <a class=3D"issue=
-link js-issue-link" data-error-text=3D"Failed to load issue title" data-=
id=3D"393780010" data-permission-text=3D"Issue title is private" data-url=
=3D"https://github.com/quicwg/base-drafts/issues/2248" data-hovercard-typ=
e=3D"pull_request" data-hovercard-url=3D"/quicwg/base-drafts/pull/2248/ho=
vercard" href=3D"https://github.com/quicwg/base-drafts/pull/2248">#2248</=
a> would be the least error-prone (most implementers presumably don't car=
e about how the algorithm works, they just copy it line by line, so the f=
ewer lines, the better), but whatever is in the draft currently, or even =
the one proposed here, is just fine with me after all.</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/pull/2379#issuecomment-458789140">view it on GitHub</a>, o=
r <a href=3D"https://github.com/notifications/unsubscribe-auth/AWbkq-GYmc=
Lpn_L5CHsXRQXrud6vNdSIks5vIQVTgaJpZM4aVZwC">mute the thread</a>.<img src=3D=
"https://github.com/notifications/beacon/AWbkq232InxgtiaPDv4b_dASmj1zHUmP=
ks5vIQVTgaJpZM4aVZwC.gif" height=3D"1" width=3D"1" alt=3D"" /></p>
<script type=3D"application/json" data-scope=3D"inboxmarkup">{"api_versio=
n":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name"=
:"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"=
quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"http=
s://github.githubassets.com/images/email/message_cards/header.png","avata=
r_image_url":"https://github.githubassets.com/images/email/message_cards/=
avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/q=
uicwg/base-drafts"}},"updates":{"snippets":[{"icon":"PERSON","message":"@=
bencebeky in #2379: I agree that an error should be generated in that cas=
e and I support adding the check to the code.  Since \"the decoder recons=
tructs the Required Insert Count using the following algorithm\", and not=
 \"this is an example algorithm to reconstruct the Required Insert Count\=
", I consider the code to be normative, so I do not think it is necessary=
 to spell this out in text.\r\n\r\nBTW I'm not in love with this algorith=
m, mostly because it is longer and more complicated than the original wit=
hout improving on clarity, but I can live with it.  I still think the one=
 I proposed at #2248 would be the least error-prone (most implementers pr=
esumably don't care about how the algorithm works, they just copy it line=
 by line, so the fewer lines, the better), but whatever is in the draft c=
urrently, or even the one proposed here, is just fine with me after all."=
}],"action":{"name":"View Pull Request","url":"https://github.com/quicwg/=
base-drafts/pull/2379#issuecomment-458789140"}}}</script>
<script type=3D"application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/pull/2379#issuecomment-4=
58789140",
"url": "https://github.com/quicwg/base-drafts/pull/2379#issuecomment-4587=
89140",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>=

----==_mimepart_5c510dd3946af_18a43fd64f6d45c42347d--


From nobody Tue Jan 29 19:06: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 4AB3413111E for <quic-issues@ietfa.amsl.com>; Tue, 29 Jan 2019 19:06:27 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -12.552
X-Spam-Level: 
X-Spam-Status: No, score=-12.552 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIMWL_WL_HIGH=-4.553, 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_PASS=-0.001] autolearn=ham autolearn_force=no
Authentication-Results: ietfa.amsl.com (amavisd-new); dkim=pass (1024-bit key) header.d=github.com
Received: from mail.ietf.org ([4.31.198.44]) by localhost (ietfa.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id XCb1lKEhL3ds for <quic-issues@ietfa.amsl.com>; Tue, 29 Jan 2019 19:06:25 -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 198D813111A for <quic-issues@ietf.org>; Tue, 29 Jan 2019 19:06:25 -0800 (PST)
Date: Tue, 29 Jan 2019 19:06:23 -0800
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1548817583; bh=OuFbXJa62pLpSTUt1C1Ujnbv/73fTe/6qEW7ZzJSqek=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=ifhRNvo7e5477UOR3Jy5HLH5BIpVYlpM/gUg7CQDrnQAgYKb5CP7+QbRf7PQWScK7 R6NxWvYRxwQqowN3u0AjwHrsZ7IF5X8oFY0hsC8eqtogXC5cKzt54B+6lIhe34mK61 poxVfTWrFvIGrFZ68RLCsEdhBJDVWZgjYEKnO05k=
From: Martin Thomson <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+0166e4abd7f5581f62e5a9b86089bcb4a9b0740473c485e692cf000000011868d6af92a169ce159141e8@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/issues/1773/458794562@github.com>
In-Reply-To: <quicwg/base-drafts/issues/1773@github.com>
References: <quicwg/base-drafts/issues/1773@github.com>
Subject: Re: [quicwg/base-drafts] Build a version negotiation mechanism that mostly doesn't add round trips (#1773)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5c5114afd1639_bbf3f9e9bad45c0875fb"; 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/13__o1xoJTtLhqhZ-P2RP-A_vpk>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
List-Id: Notification list for GitHub issues related to the QUIC WG <quic-issues.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=unsubscribe>
List-Archive: <https://mailarchive.ietf.org/arch/browse/quic-issues/>
List-Post: <mailto:quic-issues@ietf.org>
List-Help: <mailto:quic-issues-request@ietf.org?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, 30 Jan 2019 03:06:27 -0000

----==_mimepart_5c5114afd1639_bbf3f9e9bad45c0875fb
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

Tokyo proposal: take version downgrade protections out of the draft, make a new draft with an extension that provides that.  This would entail merging a fixed-up version of #2313 into the docs.  Disabling downgrade protection would fix #1810.

If that extension makes traction before we complete v1, then we can merge it back 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/issues/1773#issuecomment-458794562
----==_mimepart_5c5114afd1639_bbf3f9e9bad45c0875fb
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: quoted-printable

<p>Tokyo proposal: take version downgrade protections out of the draft, m=
ake a new draft with an extension that provides that.  This would entail =
merging a fixed-up version of <a class=3D"issue-link js-issue-link" data-=
error-text=3D"Failed to load issue title" data-id=3D"396659352" data-perm=
ission-text=3D"Issue title is private" data-url=3D"https://github.com/qui=
cwg/base-drafts/issues/2313" data-hovercard-type=3D"pull_request" data-ho=
vercard-url=3D"/quicwg/base-drafts/pull/2313/hovercard" href=3D"https://g=
ithub.com/quicwg/base-drafts/pull/2313">#2313</a> into the docs.  Disabli=
ng downgrade protection would fix <a class=3D"issue-link js-issue-link" d=
ata-error-text=3D"Failed to load issue title" data-id=3D"364815673" data-=
permission-text=3D"Issue title is private" data-url=3D"https://github.com=
/quicwg/base-drafts/issues/1810" data-hovercard-type=3D"issue" data-hover=
card-url=3D"/quicwg/base-drafts/issues/1810/hovercard" href=3D"https://gi=
thub.com/quicwg/base-drafts/issues/1810">#1810</a>.</p>
<p>If that extension makes traction before we complete v1, then we can me=
rge it back in.</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/1773#issuecomment-458794562">view it on GitHub</a>,=
 or <a href=3D"https://github.com/notifications/unsubscribe-auth/AWbkq6CS=
44bd3Qj2LrONDxkJxR7uWABxks5vIQwvgaJpZM4WwlYU">mute the thread</a>.<img sr=
c=3D"https://github.com/notifications/beacon/AWbkq5BMJ9zNbuuBd-kuon3fKAKW=
NCJWks5vIQwvgaJpZM4WwlYU.gif" height=3D"1" width=3D"1" alt=3D"" /></p>
<script type=3D"application/json" data-scope=3D"inboxmarkup">{"api_versio=
n":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name"=
:"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"=
quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"http=
s://github.githubassets.com/images/email/message_cards/header.png","avata=
r_image_url":"https://github.githubassets.com/images/email/message_cards/=
avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/q=
uicwg/base-drafts"}},"updates":{"snippets":[{"icon":"PERSON","message":"@=
martinthomson in #1773: Tokyo proposal: take version downgrade protection=
s out of the draft, make a new draft with an extension that provides that=
.  This would entail merging a fixed-up version of #2313 into the docs.  =
Disabling downgrade protection would fix #1810.\r\n\r\nIf that extension =
makes traction before we complete v1, then we can merge it back in."}],"a=
ction":{"name":"View Issue","url":"https://github.com/quicwg/base-drafts/=
issues/1773#issuecomment-458794562"}}}</script>
<script type=3D"application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/issues/1773#issuecomment=
-458794562",
"url": "https://github.com/quicwg/base-drafts/issues/1773#issuecomment-45=
8794562",
"name": "View Issue"
},
"description": "View this Issue on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>=

----==_mimepart_5c5114afd1639_bbf3f9e9bad45c0875fb--


From nobody Tue Jan 29 19: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 B30D113111E for <quic-issues@ietfa.amsl.com>; Tue, 29 Jan 2019 19:08:22 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -10.935
X-Spam-Level: 
X-Spam-Status: No, score=-10.935 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIMWL_WL_HIGH=-4.553, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, HTML_IMAGE_ONLY_24=1.618, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-1, RCVD_IN_DNSWL_HI=-5, SPF_PASS=-0.001] autolearn=ham autolearn_force=no
Authentication-Results: ietfa.amsl.com (amavisd-new); dkim=pass (1024-bit key) header.d=github.com
Received: from mail.ietf.org ([4.31.198.44]) by localhost (ietfa.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id mS2L9rbWskct for <quic-issues@ietfa.amsl.com>; Tue, 29 Jan 2019 19:08:21 -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 C7F1713111A for <quic-issues@ietf.org>; Tue, 29 Jan 2019 19:08:20 -0800 (PST)
Date: Tue, 29 Jan 2019 19:08:19 -0800
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1548817699; bh=xPmb3ZB+N3T8togB4wOQ7l8Yg9/+Pc6mTk0HFkwHygY=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=wgJrWCFJWpH7mqC0gek7iIIu8E1J5J0Y8vtiAZMQed4TY5cXaSkPP/J0ptQagY/ri dJ2vrxwsjRDBlD3X78PUJ4L5x0AWXc+qeG1CB+dJ0+5aQ+EQZwdZuH0Gri9uK/IivN k1dD2vvds7VomDzLdsOez6uhNH2OrJb32n0iT4aA=
From: Martin Thomson <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+0166e4ab9576ea8d9334f4f68bdd73d3809d8f34e48fb0cc92cf000000011868d72392a169ce15bea539@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/issues/1810/458794857@github.com>
In-Reply-To: <quicwg/base-drafts/issues/1810@github.com>
References: <quicwg/base-drafts/issues/1810@github.com>
Subject: Re: [quicwg/base-drafts] Timing issues in version downgrade attack prevention (#1810)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5c511523904eb_1fc3fb5882d45c4379e4"; 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/hbsayKOo0qMl9mOSuhvQlpSa7iE>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
List-Id: Notification list for GitHub issues related to the QUIC WG <quic-issues.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=unsubscribe>
List-Archive: <https://mailarchive.ietf.org/arch/browse/quic-issues/>
List-Post: <mailto:quic-issues@ietf.org>
List-Help: <mailto:quic-issues-request@ietf.org?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, 30 Jan 2019 03:08:23 -0000

----==_mimepart_5c511523904eb_1fc3fb5882d45c4379e4
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

Removing downgrade protection (#1773) will fix this, and the responsibility for fixing this will fall on the extension draft.

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/quicwg/base-drafts/issues/1810#issuecomment-458794857
----==_mimepart_5c511523904eb_1fc3fb5882d45c4379e4
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

<p>Removing downgrade protection (<a class="issue-link js-issue-link" data-error-text="Failed to load issue title" data-id="361841128" data-permission-text="Issue title is private" data-url="https://github.com/quicwg/base-drafts/issues/1773" data-hovercard-type="issue" data-hovercard-url="/quicwg/base-drafts/issues/1773/hovercard" href="https://github.com/quicwg/base-drafts/issues/1773">#1773</a>) will fix this, and the responsibility for fixing this will fall on the extension draft.</p>

<p style="font-size:small;-webkit-text-size-adjust:none;color:#666;">&mdash;<br />You are receiving this because you are subscribed to this thread.<br />Reply to this email directly, <a href="https://github.com/quicwg/base-drafts/issues/1810#issuecomment-458794857">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AWbkq4y0AtZ_7Yg4X9zq7G8bnZEZ4K3Jks5vIQyjgaJpZM4W-Lrv">mute the thread</a>.<img src="https://github.com/notifications/beacon/AWbkq7vgF-gDz8KmLolh4icAdxeC9TaQks5vIQyjgaJpZM4W-Lrv.gif" height="1" width="1" alt="" /></p>
<script type="application/json" data-scope="inboxmarkup">{"api_version":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name":"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"https://github.githubassets.com/images/email/message_cards/header.png","avatar_image_url":"https://github.githubassets.com/images/email/message_cards/avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/quicwg/base-drafts"}},"updates":{"snippets":[{"icon":"PERSON","message":"@martinthomson in #1810: Removing downgrade protection (#1773) will fix this, and the responsibility for fixing this will fall on the extension draft."}],"action":{"name":"View Issue","url":"https://github.com/quicwg/base-drafts/issues/1810#issuecomment-458794857"}}}</script>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/issues/1810#issuecomment-458794857",
"url": "https://github.com/quicwg/base-drafts/issues/1810#issuecomment-458794857",
"name": "View Issue"
},
"description": "View this Issue on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>
----==_mimepart_5c511523904eb_1fc3fb5882d45c4379e4--


From nobody Tue Jan 29 19:09: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 4BAA313111A for <quic-issues@ietfa.amsl.com>; Tue, 29 Jan 2019 19:09:05 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -11.149
X-Spam-Level: 
X-Spam-Status: No, score=-11.149 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIMWL_WL_HIGH=-4.553, 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_PASS=-0.001] autolearn=ham autolearn_force=no
Authentication-Results: ietfa.amsl.com (amavisd-new); dkim=pass (1024-bit key) header.d=github.com
Received: from mail.ietf.org ([4.31.198.44]) by localhost (ietfa.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 40g5ABiMoIBz for <quic-issues@ietfa.amsl.com>; Tue, 29 Jan 2019 19:09: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 B1273131118 for <quic-issues@ietf.org>; Tue, 29 Jan 2019 19:09:03 -0800 (PST)
Date: Tue, 29 Jan 2019 19:09:02 -0800
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1548817742; bh=ozSW3a4KMfvyZhPvltNh8Q1luQ+J2k8Ai3J2AkVGCxs=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=GtXA6o0wiMvrEsyRFmWSzb0OA1Ep5gRIYJ6/dWN5FA6YVXi65244skuhe2/FKLFhq Xjmm7IsiDDMGPwobD5FK7H6lFff8IirhvMw0llsNEd2tLaxpZ2sbkUsKASR/mnD/TJ eTQfy3e4739mX12vMRM9WYe1AkLDmet22E92/xyo=
From: martinduke <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+0166e4abf1d5a3cb75c1d2910f3cf4903aa90d6c54e86ab692cf000000011868d74e92a169ce15bea539@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/issues/1810/458794978@github.com>
In-Reply-To: <quicwg/base-drafts/issues/1810@github.com>
References: <quicwg/base-drafts/issues/1810@github.com>
Subject: Re: [quicwg/base-drafts] Timing issues in version downgrade attack prevention (#1810)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5c51154e93f9d_1daf3f8849cd45b874572"; 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/k4MF49fbAifoUkEVguwqDqKxSvM>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
List-Id: Notification list for GitHub issues related to the QUIC WG <quic-issues.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=unsubscribe>
List-Archive: <https://mailarchive.ietf.org/arch/browse/quic-issues/>
List-Post: <mailto:quic-issues@ietf.org>
List-Help: <mailto:quic-issues-request@ietf.org?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, 30 Jan 2019 03:09:05 -0000

----==_mimepart_5c51154e93f9d_1daf3f8849cd45b874572
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

Given #2001, I'm not convinced this is a problem. Post-VN, we'll have the same CID and it's routed to the same server. Server upgrade between two INITIAL packets on the same CID is an exceedingly small corner 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/1810#issuecomment-458794978
----==_mimepart_5c51154e93f9d_1daf3f8849cd45b874572
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

<p>Given <a class="issue-link js-issue-link" data-error-text="Failed to load issue title" data-id="380454169" data-permission-text="Issue title is private" data-url="https://github.com/quicwg/base-drafts/issues/2001" data-hovercard-type="pull_request" data-hovercard-url="/quicwg/base-drafts/pull/2001/hovercard" href="https://github.com/quicwg/base-drafts/pull/2001">#2001</a>, I'm not convinced this is a problem. Post-VN, we'll have the same CID and it's routed to the same server. Server upgrade between two INITIAL packets on the same CID is an exceedingly small corner 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/1810#issuecomment-458794978">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AWbkq65U60HF2Mp4yMVuCMjM5AL2ArIyks5vIQzOgaJpZM4W-Lrv">mute the thread</a>.<img src="https://github.com/notifications/beacon/AWbkqzZGYryHcYDIMw2IqD8ghpIa0qe_ks5vIQzOgaJpZM4W-Lrv.gif" height="1" width="1" alt="" /></p>
<script type="application/json" data-scope="inboxmarkup">{"api_version":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name":"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"https://github.githubassets.com/images/email/message_cards/header.png","avatar_image_url":"https://github.githubassets.com/images/email/message_cards/avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/quicwg/base-drafts"}},"updates":{"snippets":[{"icon":"PERSON","message":"@martinduke in #1810: Given #2001, I'm not convinced this is a problem. Post-VN, we'll have the same CID and it's routed to the same server. Server upgrade between two INITIAL packets on the same CID is an exceedingly small corner case.\r\n"}],"action":{"name":"View Issue","url":"https://github.com/quicwg/base-drafts/issues/1810#issuecomment-458794978"}}}</script>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/issues/1810#issuecomment-458794978",
"url": "https://github.com/quicwg/base-drafts/issues/1810#issuecomment-458794978",
"name": "View Issue"
},
"description": "View this Issue on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>
----==_mimepart_5c51154e93f9d_1daf3f8849cd45b874572--


From nobody Tue Jan 29 19: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 A269412875B for <quic-issues@ietfa.amsl.com>; Tue, 29 Jan 2019 19:13:09 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -12.552
X-Spam-Level: 
X-Spam-Status: No, score=-12.552 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIMWL_WL_HIGH=-4.553, 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_PASS=-0.001] autolearn=ham autolearn_force=no
Authentication-Results: ietfa.amsl.com (amavisd-new); dkim=pass (1024-bit key) header.d=github.com
Received: from mail.ietf.org ([4.31.198.44]) by localhost (ietfa.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id zZV3I_vA0JJK for <quic-issues@ietfa.amsl.com>; Tue, 29 Jan 2019 19:13: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 970F4131118 for <quic-issues@ietf.org>; Tue, 29 Jan 2019 19:13:07 -0800 (PST)
Date: Tue, 29 Jan 2019 19:13:06 -0800
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1548817986; bh=YLsx4GZnO6wrAnWZDiBn0k/ocNFULMCkm6akZPGabEE=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=iON4dxWTt48K4bbaSMLwaS2D6wwZv82opmR+U70CF84oy2hQUbZIO6XtvNxMUiEoj +sQY/iKxe7ddSr/Bv37aoRx1UqWIPU5A/6Ot57n/J3ROfhUh8hnS1yxbVKyveWOArL Wahj8yezHVXFkwtBq0qPyFQPJhTIccIx5Um5sJLY=
From: afrind <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+0166e4ab1140c184144f3b06e20c04d14b4a64044af38fd292cf000000011868d84292a169ce180fea0e@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/pull/2379/c458795678@github.com>
In-Reply-To: <quicwg/base-drafts/pull/2379@github.com>
References: <quicwg/base-drafts/pull/2379@github.com>
Subject: Re: [quicwg/base-drafts] Replace the RequireInsertCount decoding algorithm (#2379)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5c511642bfc59_4a0c3feb550d45b4113457"; 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/-JyQ1pG-E-3Ji8BMtGr8ATxbXcs>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
List-Id: Notification list for GitHub issues related to the QUIC WG <quic-issues.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=unsubscribe>
List-Archive: <https://mailarchive.ietf.org/arch/browse/quic-issues/>
List-Post: <mailto:quic-issues@ietf.org>
List-Help: <mailto:quic-issues-request@ietf.org?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, 30 Jan 2019 03:13:10 -0000

----==_mimepart_5c511642bfc59_4a0c3feb550d45b4113457
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

Ah, I didn't really intend that an implementation HAD to use this algorithm.  An implementation can use any algorithm that produces correct results (or not decode at all, per @dtikhonov's impl that uses the wrapped value to index directly).  Given that it's easy to screw up the algorithm, I like having the psuedocode for copy-and-paste/no brainer.  

Therefore, let me make *that* clear and add normative language for all error cases, but I may also add the check to the algorithm.

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/quicwg/base-drafts/pull/2379#issuecomment-458795678
----==_mimepart_5c511642bfc59_4a0c3feb550d45b4113457
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: quoted-printable

<p>Ah, I didn't really intend that an implementation HAD to use this algo=
rithm.  An implementation can use any algorithm that produces correct res=
ults (or not decode at all, per <a class=3D"user-mention" data-hovercard-=
type=3D"user" data-hovercard-url=3D"/hovercards?user_id=3D4528576" data-o=
cto-click=3D"hovercard-link-click" data-octo-dimensions=3D"link_type:self=
" href=3D"https://github.com/dtikhonov">@dtikhonov</a>'s impl that uses t=
he wrapped value to index directly).  Given that it's easy to screw up th=
e algorithm, I like having the psuedocode for copy-and-paste/no brainer.<=
/p>
<p>Therefore, let me make <em>that</em> clear and add normative language =
for all error cases, but I may also add the check to the algorithm.</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/pull/2379#issuecomment-458795678">view it on GitHub</a>, o=
r <a href=3D"https://github.com/notifications/unsubscribe-auth/AWbkq4E3Fl=
Mb5RoaJwBS-i_3QWxN8oAtks5vIQ3CgaJpZM4aVZwC">mute the thread</a>.<img src=3D=
"https://github.com/notifications/beacon/AWbkqxob6Cb7brUHqagNE-yVPJ70qdvd=
ks5vIQ3CgaJpZM4aVZwC.gif" height=3D"1" width=3D"1" alt=3D"" /></p>
<script type=3D"application/json" data-scope=3D"inboxmarkup">{"api_versio=
n":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name"=
:"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"=
quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"http=
s://github.githubassets.com/images/email/message_cards/header.png","avata=
r_image_url":"https://github.githubassets.com/images/email/message_cards/=
avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/q=
uicwg/base-drafts"}},"updates":{"snippets":[{"icon":"PERSON","message":"@=
afrind in #2379: Ah, I didn't really intend that an implementation HAD to=
 use this algorithm.  An implementation can use any algorithm that produc=
es correct results (or not decode at all, per @dtikhonov's impl that uses=
 the wrapped value to index directly).  Given that it's easy to screw up =
the algorithm, I like having the psuedocode for copy-and-paste/no brainer=
.  \r\n\r\nTherefore, let me make *that* clear and add normative language=
 for all error cases, but I may also add the check to the algorithm."}],"=
action":{"name":"View Pull Request","url":"https://github.com/quicwg/base=
-drafts/pull/2379#issuecomment-458795678"}}}</script>
<script type=3D"application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/pull/2379#issuecomment-4=
58795678",
"url": "https://github.com/quicwg/base-drafts/pull/2379#issuecomment-4587=
95678",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>=

----==_mimepart_5c511642bfc59_4a0c3feb550d45b4113457--


From nobody Tue Jan 29 19: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 9CADF131129 for <quic-issues@ietfa.amsl.com>; Tue, 29 Jan 2019 19:14:20 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -10.935
X-Spam-Level: 
X-Spam-Status: No, score=-10.935 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIMWL_WL_HIGH=-4.553, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, HTML_IMAGE_ONLY_24=1.618, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-1, RCVD_IN_DNSWL_HI=-5, SPF_PASS=-0.001] autolearn=ham autolearn_force=no
Authentication-Results: ietfa.amsl.com (amavisd-new); dkim=pass (1024-bit key) header.d=github.com
Received: from mail.ietf.org ([4.31.198.44]) by localhost (ietfa.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id IYVtw52i5qIh for <quic-issues@ietfa.amsl.com>; Tue, 29 Jan 2019 19:14:18 -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 A7FBC131127 for <quic-issues@ietf.org>; Tue, 29 Jan 2019 19:14:18 -0800 (PST)
Date: Tue, 29 Jan 2019 19:14:17 -0800
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1548818057; bh=lEgQFTI5KG+72XnOJSxVSdi0hdPeSkmGeWVPsZypE+4=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=i4GX4UUmW3Z45iSp6BPh1e/KFI+dJ/0/hGmS7NHGB9WpBaZlCapgAggjx7VcaDlMF PVQZgD/teeD8cI9Nwd5szTuBM5R5+ofImrA589I3y6Xfkkvf6W/vVTpNmYtPkFOY+A TM6viTH9qrLLuxaAHVz+FBOjzWdd9f0d41cvNQg8=
From: Martin Thomson <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+0166e4abf4b7ef3a56c9632cd12b4ee563b637b1ed32d82892cf000000011868d88992a169ce17082a7a@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/issues/2084/458795919@github.com>
In-Reply-To: <quicwg/base-drafts/issues/2084@github.com>
References: <quicwg/base-drafts/issues/2084@github.com>
Subject: Re: [quicwg/base-drafts] Discuss requirement that connection IDs not be correlatable (#2084)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5c511689c84a1_19c73ffc9b0d45bc135542"; 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/shYyo9O0s569lMiz9AT8AEFHnK0>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
List-Id: Notification list for GitHub issues related to the QUIC WG <quic-issues.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=unsubscribe>
List-Archive: <https://mailarchive.ietf.org/arch/browse/quic-issues/>
List-Post: <mailto:quic-issues@ietf.org>
List-Help: <mailto:quic-issues-request@ietf.org?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, 30 Jan 2019 03:14:21 -0000

----==_mimepart_5c511689c84a1_19c73ffc9b0d45bc135542
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

Tokyo conclusion: describe what the attack is and explain that anti-correlation text exists as an answer to 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/2084#issuecomment-458795919
----==_mimepart_5c511689c84a1_19c73ffc9b0d45bc135542
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

<p>Tokyo conclusion: describe what the attack is and explain that anti-correlation text exists as an answer to 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/2084#issuecomment-458795919">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AWbkq6FaKnzOEs-5mTHoqHAie3Gjg5xHks5vIQ4JgaJpZM4Y8qSU">mute the thread</a>.<img src="https://github.com/notifications/beacon/AWbkqy0JmYofPTaWQtgQYU-kN0cBFAurks5vIQ4JgaJpZM4Y8qSU.gif" height="1" width="1" alt="" /></p>
<script type="application/json" data-scope="inboxmarkup">{"api_version":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name":"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"https://github.githubassets.com/images/email/message_cards/header.png","avatar_image_url":"https://github.githubassets.com/images/email/message_cards/avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/quicwg/base-drafts"}},"updates":{"snippets":[{"icon":"PERSON","message":"@martinthomson in #2084: Tokyo conclusion: describe what the attack is and explain that anti-correlation text exists as an answer to this."}],"action":{"name":"View Issue","url":"https://github.com/quicwg/base-drafts/issues/2084#issuecomment-458795919"}}}</script>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/issues/2084#issuecomment-458795919",
"url": "https://github.com/quicwg/base-drafts/issues/2084#issuecomment-458795919",
"name": "View Issue"
},
"description": "View this Issue on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>
----==_mimepart_5c511689c84a1_19c73ffc9b0d45bc135542--


From nobody Tue Jan 29 19:26: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 E7305131131 for <quic-issues@ietfa.amsl.com>; Tue, 29 Jan 2019 19:26:16 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -11.007
X-Spam-Level: 
X-Spam-Status: No, score=-11.007 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIMWL_WL_HIGH=-4.553, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, HTML_IMAGE_ONLY_20=1.546, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-1, RCVD_IN_DNSWL_HI=-5, SPF_PASS=-0.001] autolearn=ham autolearn_force=no
Authentication-Results: ietfa.amsl.com (amavisd-new); dkim=pass (1024-bit key) header.d=github.com
Received: from mail.ietf.org ([4.31.198.44]) by localhost (ietfa.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id x-hUsMHPPLP2 for <quic-issues@ietfa.amsl.com>; Tue, 29 Jan 2019 19:26: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 50F1713112D for <quic-issues@ietf.org>; Tue, 29 Jan 2019 19:26:15 -0800 (PST)
Date: Tue, 29 Jan 2019 19:26:14 -0800
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1548818774; bh=Vc9CQ9e8rgZ6QiRI9PZCHvn11CcpN9A+KxopKwfpfaA=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=qrlb+ksSmDmt9cDlAiW2y5oLs53Ky7s1MLetPPKv+vEI7wOc5mQOugllDBg59ly3U hVFDrGZmK1/mt6L7WDZWpzWCbvhGaVBBzuOgmpphi2UwBuMk3D/yhOEkRmbR0aMpIL LNGvNvQwP0cussK41ge7Oh+HUoAVeP0y7EWJBxQY=
From: Martin Thomson <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+0166e4abb52126c0d8c2f0ec84cc95d99f3da541101cd9d192cf000000011868db5692a169ce174c07b8@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/issues/2159/458797997@github.com>
In-Reply-To: <quicwg/base-drafts/issues/2159@github.com>
References: <quicwg/base-drafts/issues/2159@github.com>
Subject: Re: [quicwg/base-drafts] Why are we bothering to number CIDs? (#2159)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5c51195643ef6_651e3ff1f36d45b4529844"; 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/QQoQWz8d9yy3FsRTuJB9cOo5nPo>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
List-Id: Notification list for GitHub issues related to the QUIC WG <quic-issues.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=unsubscribe>
List-Archive: <https://mailarchive.ietf.org/arch/browse/quic-issues/>
List-Post: <mailto:quic-issues@ietf.org>
List-Help: <mailto:quic-issues-request@ietf.org?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, 30 Jan 2019 03:26:17 -0000

----==_mimepart_5c51195643ef6_651e3ff1f36d45b4529844
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

Discussed in Tokyo, conclusion was to close 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/2159#issuecomment-458797997
----==_mimepart_5c51195643ef6_651e3ff1f36d45b4529844
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

<p>Discussed in Tokyo, conclusion was to close 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/2159#issuecomment-458797997">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AWbkq7372e5a9CDfedSM3jh-Q1oJZ6pVks5vIRDWgaJpZM4ZSa1C">mute the thread</a>.<img src="https://github.com/notifications/beacon/AWbkqy9gSrKRDQfrXuRbbeZoimbcvkYrks5vIRDWgaJpZM4ZSa1C.gif" height="1" width="1" alt="" /></p>
<script type="application/json" data-scope="inboxmarkup">{"api_version":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name":"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"https://github.githubassets.com/images/email/message_cards/header.png","avatar_image_url":"https://github.githubassets.com/images/email/message_cards/avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/quicwg/base-drafts"}},"updates":{"snippets":[{"icon":"PERSON","message":"@martinthomson in #2159: Discussed in Tokyo, conclusion was to close this."}],"action":{"name":"View Issue","url":"https://github.com/quicwg/base-drafts/issues/2159#issuecomment-458797997"}}}</script>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/issues/2159#issuecomment-458797997",
"url": "https://github.com/quicwg/base-drafts/issues/2159#issuecomment-458797997",
"name": "View Issue"
},
"description": "View this Issue on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>
----==_mimepart_5c51195643ef6_651e3ff1f36d45b4529844--


From nobody Tue Jan 29 19:26: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 5E09C13112D for <quic-issues@ietfa.amsl.com>; Tue, 29 Jan 2019 19:26:18 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -10.935
X-Spam-Level: 
X-Spam-Status: No, score=-10.935 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIMWL_WL_HIGH=-4.553, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, HTML_IMAGE_ONLY_24=1.618, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-1, RCVD_IN_DNSWL_HI=-5, SPF_PASS=-0.001] autolearn=ham autolearn_force=no
Authentication-Results: ietfa.amsl.com (amavisd-new); dkim=pass (1024-bit key) header.d=github.com
Received: from mail.ietf.org ([4.31.198.44]) by localhost (ietfa.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id VD7QQphRTgSw for <quic-issues@ietfa.amsl.com>; Tue, 29 Jan 2019 19:26: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 A34BA13112F for <quic-issues@ietf.org>; Tue, 29 Jan 2019 19:26:15 -0800 (PST)
Date: Tue, 29 Jan 2019 19:26:14 -0800
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1548818774; bh=+cby/eqMORTo2/JfaucHHsH6eNmy/1RxnB5UxLK51Q4=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=aIHi711FDnAkLJokmOIsPWn+G4ISek0iCJuneqrwyomny6Q0Z51BUZzSsAcAdXIEU 81ykalplZIWjyXUdkdTLQGDTj/LttSxyA40zO6al8yztz9IsEYP9QSdZcwKQcjgfkR E8d21a6mOToI4AESFQ8QLYbuVIHAKKN/k8zn8y6E=
From: Martin Thomson <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+0166e4abb52126c0d8c2f0ec84cc95d99f3da541101cd9d192cf000000011868db5692a169ce174c07b8@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/issue/2159/issue_event/2105443022@github.com>
In-Reply-To: <quicwg/base-drafts/issues/2159@github.com>
References: <quicwg/base-drafts/issues/2159@github.com>
Subject: Re: [quicwg/base-drafts] Why are we bothering to number CIDs? (#2159)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5c511956c852f_19d53ffc9b0d45bc3246c6"; 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/G91pmYMTSBww7PaCpgW_QBdBh0E>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
List-Id: Notification list for GitHub issues related to the QUIC WG <quic-issues.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=unsubscribe>
List-Archive: <https://mailarchive.ietf.org/arch/browse/quic-issues/>
List-Post: <mailto:quic-issues@ietf.org>
List-Help: <mailto:quic-issues-request@ietf.org?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, 30 Jan 2019 03:26:18 -0000

----==_mimepart_5c511956c852f_19d53ffc9b0d45bc3246c6
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

Closed #2159.

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/quicwg/base-drafts/issues/2159#event-2105443022
----==_mimepart_5c511956c852f_19d53ffc9b0d45bc3246c6
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="390858680" data-permission-text="Issue title is private" data-url="https://github.com/quicwg/base-drafts/issues/2159" data-hovercard-type="issue" data-hovercard-url="/quicwg/base-drafts/issues/2159/hovercard" href="https://github.com/quicwg/base-drafts/issues/2159">#2159</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/2159#event-2105443022">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AWbkq7372e5a9CDfedSM3jh-Q1oJZ6pVks5vIRDWgaJpZM4ZSa1C">mute the thread</a>.<img src="https://github.com/notifications/beacon/AWbkqy9gSrKRDQfrXuRbbeZoimbcvkYrks5vIRDWgaJpZM4ZSa1C.gif" height="1" width="1" alt="" /></p>
<script type="application/json" data-scope="inboxmarkup">{"api_version":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name":"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"https://github.githubassets.com/images/email/message_cards/header.png","avatar_image_url":"https://github.githubassets.com/images/email/message_cards/avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/quicwg/base-drafts"}},"updates":{"snippets":[{"icon":"DESCRIPTION","message":"Closed #2159."}],"action":{"name":"View Issue","url":"https://github.com/quicwg/base-drafts/issues/2159#event-2105443022"}}}</script>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/issues/2159#event-2105443022",
"url": "https://github.com/quicwg/base-drafts/issues/2159#event-2105443022",
"name": "View Issue"
},
"description": "View this Issue on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>
----==_mimepart_5c511956c852f_19d53ffc9b0d45bc3246c6--


From nobody Tue Jan 29 19: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 E440B13112F for <quic-issues@ietfa.amsl.com>; Tue, 29 Jan 2019 19:29:06 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -11.553
X-Spam-Level: 
X-Spam-Status: No, score=-11.553 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIMWL_WL_HIGH=-4.553, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, RCVD_IN_DNSWL_HI=-5, 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 e5mdeU68-T_q for <quic-issues@ietfa.amsl.com>; Tue, 29 Jan 2019 19: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 946AD13112D for <quic-issues@ietf.org>; Tue, 29 Jan 2019 19:29:05 -0800 (PST)
Date: Tue, 29 Jan 2019 19:29:04 -0800
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1548818944; bh=dwhwUnjiWgeWnRyPGBkx8No3bas4F5XKHPqKCwNbKJE=; h=Date:From:To:Subject:From; b=RtrZ+R1buyPMDdYMVRzZU1iNrVJnkIh4ZaR6N0JnO9Vk+VHcN6Mk+kK+hYzkMonn/ S8pJbLLx9XyUoIsJoa+iy0fRt3OPuQqN5Mccn4DLYqqrs0M4bftg4D8JQqZs0LVAML sWZWpXN2+6WMwkas0ernptSLG0nvebpIal2dvWzY=
From: Martin Thomson <noreply@github.com>
To: quic-issues@ietf.org
Message-ID: <quicwg/base-drafts/push/refs/heads/no-reciprocal-cid-change/000000-63e180@github.com>
Subject: [quicwg/base-drafts] 63e180: Remove requirement for reciprocal connection ID ch...
Mime-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 7bit
X-Auto-Response-Suppress: All
Archived-At: <https://mailarchive.ietf.org/arch/msg/quic-issues/WcIT1VApAvgOPqfrpKVU-ZlTL28>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
Precedence: list
List-Id: Notification list for GitHub issues related to the QUIC WG <quic-issues.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=unsubscribe>
List-Archive: <https://mailarchive.ietf.org/arch/browse/quic-issues/>
List-Post: <mailto:quic-issues@ietf.org>
List-Help: <mailto:quic-issues-request@ietf.org?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, 30 Jan 2019 03:29:07 -0000

  Branch: refs/heads/no-reciprocal-cid-change
  Home:   https://github.com/quicwg/base-drafts
  Commit: 63e18037753f70bb641b5a77a6c37bceba05baa5
      https://github.com/quicwg/base-drafts/commit/63e18037753f70bb641b5a77a6c37bceba05baa5
  Author: Martin Thomson <mt@lowentropy.net>
  Date:   2019-01-30 (Wed, 30 Jan 2019)

  Changed paths:
    M draft-ietf-quic-transport.md

  Log Message:
  -----------
  Remove requirement for reciprocal connection ID change

Closes #1795, #2145.



From nobody Tue Jan 29 19:29: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 435C7131132 for <quic-issues@ietfa.amsl.com>; Tue, 29 Jan 2019 19:29:44 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -12.552
X-Spam-Level: 
X-Spam-Status: No, score=-12.552 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIMWL_WL_HIGH=-4.553, 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_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 VXftG5gJzy7h for <quic-issues@ietfa.amsl.com>; Tue, 29 Jan 2019 19:29:42 -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 B391E13112D for <quic-issues@ietf.org>; Tue, 29 Jan 2019 19:29:42 -0800 (PST)
Date: Tue, 29 Jan 2019 19:29:41 -0800
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1548818981; bh=WMPkm9FfyeZtjnsy/8+lNfkHHVSb4HSIlVZ8e6tVNf8=; h=Date:From:Reply-To:To:Cc:Subject:List-ID:List-Archive:List-Post: List-Unsubscribe:From; b=bonuSxE/9vnXUb+tU1XCee6oO5K8JczHoMlueTyNjZZRytA92XqOy98YUP0pHb39g eQT8PwtAvxcP/tNdCr/bpUNjR1XQcDmnvYYS7eLQOAHH0b9TL50gF9F7IjUUj3xtsQ rVku6cHi1PbBv+Rx2wONx+7Obr8hYwMVHFg0aPos=
From: Martin Thomson <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+0166e4abc26fba6231699dc7cde77c5f31941f889c9e47b192cf000000011868dc2592a169ce181d7dce@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/pull/2386@github.com>
Subject: [quicwg/base-drafts] Remove requirement for reciprocal connection ID change (#2386)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5c511a25d199f_d4f3fb9cdcd45bc4887f"; 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/QyCl_7W-r3HksNKBiXRUpCBqY8o>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
List-Id: Notification list for GitHub issues related to the QUIC WG <quic-issues.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=unsubscribe>
List-Archive: <https://mailarchive.ietf.org/arch/browse/quic-issues/>
List-Post: <mailto:quic-issues@ietf.org>
List-Help: <mailto:quic-issues-request@ietf.org?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, 30 Jan 2019 03:29:44 -0000

----==_mimepart_5c511a25d199f_d4f3fb9cdcd45bc4887f
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

As discussed in Tokyo.

Closes #1795, #2145.
You can view, comment on, or merge this pull request online at:

  https://github.com/quicwg/base-drafts/pull/2386

-- Commit Summary --

  * Remove requirement for reciprocal connection ID change

-- File Changes --

    M draft-ietf-quic-transport.md (17)

-- Patch Links --

https://github.com/quicwg/base-drafts/pull/2386.patch
https://github.com/quicwg/base-drafts/pull/2386.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/2386

----==_mimepart_5c511a25d199f_d4f3fb9cdcd45bc4887f
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

<p>As discussed in Tokyo.</p>
<p><span class="issue-keyword tooltipped tooltipped-se" aria-label="This pull request closes issue #1795.">Closes</span> <a class="issue-link js-issue-link" data-error-text="Failed to load issue title" data-id="363371014" data-permission-text="Issue title is private" data-url="https://github.com/quicwg/base-drafts/issues/1795" data-hovercard-type="issue" data-hovercard-url="/quicwg/base-drafts/issues/1795/hovercard" href="https://github.com/quicwg/base-drafts/issues/1795">#1795</a>, <a class="issue-link js-issue-link" data-error-text="Failed to load issue title" data-id="390813813" data-permission-text="Issue title is private" data-url="https://github.com/quicwg/base-drafts/issues/2145" data-hovercard-type="issue" data-hovercard-url="/quicwg/base-drafts/issues/2145/hovercard" href="https://github.com/quicwg/base-drafts/issues/2145">#2145</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/2386'>https://github.com/quicwg/base-drafts/pull/2386</a></p>

<h4>Commit Summary</h4>
<ul>
  <li>Remove requirement for reciprocal connection ID change</li>
</ul>

<h4>File Changes</h4>
<ul>
  <li>
    <strong>M</strong>
    <a href="https://github.com/quicwg/base-drafts/pull/2386/files#diff-0">draft-ietf-quic-transport.md</a>
    (17)
  </li>
</ul>

<h4>Patch Links:</h4>
<ul>
  <li><a href='https://github.com/quicwg/base-drafts/pull/2386.patch'>https://github.com/quicwg/base-drafts/pull/2386.patch</a></li>
  <li><a href='https://github.com/quicwg/base-drafts/pull/2386.diff'>https://github.com/quicwg/base-drafts/pull/2386.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/2386">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AWbkq69ggOI6Kz-06YnKW8dY68O9B0XKks5vIRGlgaJpZM4aZYcZ">mute the thread</a>.<img src="https://github.com/notifications/beacon/AWbkq21gdGevmh4zhsA0JneuCiexEotSks5vIRGlgaJpZM4aZYcZ.gif" height="1" width="1" alt="" /></p>
<script type="application/json" data-scope="inboxmarkup">{"api_version":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name":"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"https://github.githubassets.com/images/email/message_cards/header.png","avatar_image_url":"https://github.githubassets.com/images/email/message_cards/avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/quicwg/base-drafts"}},"updates":{"snippets":[{"icon":"DESCRIPTION","message":"Remove requirement for reciprocal connection ID change (#2386)"}],"action":{"name":"View Pull Request","url":"https://github.com/quicwg/base-drafts/pull/2386"}}}</script>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/pull/2386",
"url": "https://github.com/quicwg/base-drafts/pull/2386",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>

----==_mimepart_5c511a25d199f_d4f3fb9cdcd45bc4887f--


From nobody Tue Jan 29 19: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 CE5D413112F for <quic-issues@ietfa.amsl.com>; Tue, 29 Jan 2019 19:30:04 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -10.935
X-Spam-Level: 
X-Spam-Status: No, score=-10.935 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIMWL_WL_HIGH=-4.553, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, HTML_IMAGE_ONLY_24=1.618, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-1, RCVD_IN_DNSWL_HI=-5, SPF_PASS=-0.001] autolearn=ham autolearn_force=no
Authentication-Results: ietfa.amsl.com (amavisd-new); dkim=pass (1024-bit key) header.d=github.com
Received: from mail.ietf.org ([4.31.198.44]) by localhost (ietfa.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id QFZ4f00WN1bR for <quic-issues@ietfa.amsl.com>; Tue, 29 Jan 2019 19:30:03 -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 04FB713112D for <quic-issues@ietf.org>; Tue, 29 Jan 2019 19:30:03 -0800 (PST)
Date: Tue, 29 Jan 2019 19:30:02 -0800
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1548819002; bh=3o65FZHho7jw61jXLTcCvMAnk0BAX4MlEtr2/4Bx47U=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=VPcR9KhmOVZmuxv2MG5rnXyr6pjviMkA0kWs8XQJ1aT6rm4w0iGe3/GYs8VlMsw6L 2xo/gB8+pqz9Hhw+IoAOxcCNYaPXwhnvyNBPUyycw6I/azVgqYewaezKkuajAqf3f8 dCgZF6xBBjrfDmSa8JBB6U4GlQhMKo0f+RAX2Dfw=
From: Mike Bishop <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+0166e4abcf9067c19da70823f6e4ffbac147a2924891c55792cf000000011868dc3a92a169ce16d12586@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/issues/2026/458798688@github.com>
In-Reply-To: <quicwg/base-drafts/issues/2026@github.com>
References: <quicwg/base-drafts/issues/2026@github.com>
Subject: Re: [quicwg/base-drafts] Can Initial/0-RTT CIDs safely be used for routing? (#2026)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5c511a3a2fa52_45583fe4192d45b465595"; 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/EpnH4g1UAmTyc2gEcxrk1BP1jsM>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
List-Id: Notification list for GitHub issues related to the QUIC WG <quic-issues.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=unsubscribe>
List-Archive: <https://mailarchive.ietf.org/arch/browse/quic-issues/>
List-Post: <mailto:quic-issues@ietf.org>
List-Help: <mailto:quic-issues-request@ietf.org?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, 30 Jan 2019 03:30:05 -0000

----==_mimepart_5c511a3a2fa52_45583fe4192d45b465595
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

Discussed in Tokyo; add Security Considerations text about an attacker's ability to influence server selection, but don't normatively forbid the use of the ODCID in routing decisions.

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/quicwg/base-drafts/issues/2026#issuecomment-458798688
----==_mimepart_5c511a3a2fa52_45583fe4192d45b465595
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

<p>Discussed in Tokyo; add Security Considerations text about an attacker's ability to influence server selection, but don't normatively forbid the use of the ODCID in routing decisions.</p>

<p style="font-size:small;-webkit-text-size-adjust:none;color:#666;">&mdash;<br />You are receiving this because you are subscribed to this thread.<br />Reply to this email directly, <a href="https://github.com/quicwg/base-drafts/issues/2026#issuecomment-458798688">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AWbkqw69ZUg2h7yVcUpbG5c1sYkkdeHZks5vIRG6gaJpZM4YrvJ6">mute the thread</a>.<img src="https://github.com/notifications/beacon/AWbkq7aQz2KH7zP1vaPvgYnfDu4952xvks5vIRG6gaJpZM4YrvJ6.gif" height="1" width="1" alt="" /></p>
<script type="application/json" data-scope="inboxmarkup">{"api_version":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name":"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"https://github.githubassets.com/images/email/message_cards/header.png","avatar_image_url":"https://github.githubassets.com/images/email/message_cards/avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/quicwg/base-drafts"}},"updates":{"snippets":[{"icon":"PERSON","message":"@MikeBishop in #2026: Discussed in Tokyo; add Security Considerations text about an attacker's ability to influence server selection, but don't normatively forbid the use of the ODCID in routing decisions."}],"action":{"name":"View Issue","url":"https://github.com/quicwg/base-drafts/issues/2026#issuecomment-458798688"}}}</script>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/issues/2026#issuecomment-458798688",
"url": "https://github.com/quicwg/base-drafts/issues/2026#issuecomment-458798688",
"name": "View Issue"
},
"description": "View this Issue on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>
----==_mimepart_5c511a3a2fa52_45583fe4192d45b465595--


From nobody Tue Jan 29 19:30: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 7726D13112F for <quic-issues@ietfa.amsl.com>; Tue, 29 Jan 2019 19:30:44 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -11.554
X-Spam-Level: 
X-Spam-Status: No, score=-11.554 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIMWL_WL_HIGH=-4.553, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, RCVD_IN_DNSWL_HI=-5, SPF_PASS=-0.001] autolearn=ham autolearn_force=no
Authentication-Results: ietfa.amsl.com (amavisd-new); dkim=pass (1024-bit key) header.d=github.com
Received: from mail.ietf.org ([4.31.198.44]) by localhost (ietfa.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id iihMSPcsY4JE for <quic-issues@ietfa.amsl.com>; Tue, 29 Jan 2019 19:30: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 3153F13112D for <quic-issues@ietf.org>; Tue, 29 Jan 2019 19:30:43 -0800 (PST)
Date: Tue, 29 Jan 2019 19:30:42 -0800
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1548819042; bh=c2tlUvcTbLaQ+4SuzSjqfgqbW08IxelVqq7qq7rAwaY=; h=Date:From:To:Subject:From; b=JC/FF740JionPmPFdpkMFf+tIE4V7+RIQaSt0OIVuH18oHnHlYP9x8RKX8lqjIuhr PjOz0V57AhIbLCy0A/aRJAq7E0vjZBR20FMVNF/Rcm8Od14ieMSq5K4awBOw/b5vdm 5155TrKpPoucimR8HoXDlU5y0+WRtDXV+3otPvew=
From: ID Bot <noreply@github.com>
To: quic-issues@ietf.org
Message-ID: <quicwg/base-drafts/push/refs/heads/gh-pages/ef76e4-f3fde9@github.com>
Subject: [quicwg/base-drafts] f3fde9: Script updating gh-pages from 63e18037. [ci skip]
Mime-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 7bit
X-Auto-Response-Suppress: All
Archived-At: <https://mailarchive.ietf.org/arch/msg/quic-issues/gu2fyUQb0oX9xgfFUs464Lbbnlw>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
Precedence: list
List-Id: Notification list for GitHub issues related to the QUIC WG <quic-issues.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=unsubscribe>
List-Archive: <https://mailarchive.ietf.org/arch/browse/quic-issues/>
List-Post: <mailto:quic-issues@ietf.org>
List-Help: <mailto:quic-issues-request@ietf.org?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, 30 Jan 2019 03:30:45 -0000

  Branch: refs/heads/gh-pages
  Home:   https://github.com/quicwg/base-drafts
  Commit: f3fde90ec63f0dc31197ab801e77a3a4bf4f8c70
      https://github.com/quicwg/base-drafts/commit/f3fde90ec63f0dc31197ab801e77a3a4bf4f8c70
  Author: ID Bot <idbot@example.com>
  Date:   2019-01-30 (Wed, 30 Jan 2019)

  Changed paths:
    R cancel-push-received/draft-ietf-quic-http.html
    R cancel-push-received/draft-ietf-quic-http.txt
    R cancel-push-received/draft-ietf-quic-invariants.html
    R cancel-push-received/draft-ietf-quic-invariants.txt
    R cancel-push-received/draft-ietf-quic-qpack.html
    R cancel-push-received/draft-ietf-quic-qpack.txt
    R cancel-push-received/draft-ietf-quic-recovery.html
    R cancel-push-received/draft-ietf-quic-recovery.txt
    R cancel-push-received/draft-ietf-quic-spin-exp.html
    R cancel-push-received/draft-ietf-quic-spin-exp.txt
    R cancel-push-received/draft-ietf-quic-tls.html
    R cancel-push-received/draft-ietf-quic-tls.txt
    R cancel-push-received/draft-ietf-quic-transport.html
    R cancel-push-received/draft-ietf-quic-transport.txt
    R cancel-push-received/index.html
    M index.html
    A no-reciprocal-cid-change/draft-ietf-quic-http.html
    A no-reciprocal-cid-change/draft-ietf-quic-http.txt
    A no-reciprocal-cid-change/draft-ietf-quic-invariants.html
    A no-reciprocal-cid-change/draft-ietf-quic-invariants.txt
    A no-reciprocal-cid-change/draft-ietf-quic-qpack.html
    A no-reciprocal-cid-change/draft-ietf-quic-qpack.txt
    A no-reciprocal-cid-change/draft-ietf-quic-recovery.html
    A no-reciprocal-cid-change/draft-ietf-quic-recovery.txt
    A no-reciprocal-cid-change/draft-ietf-quic-spin-exp.html
    A no-reciprocal-cid-change/draft-ietf-quic-spin-exp.txt
    A no-reciprocal-cid-change/draft-ietf-quic-tls.html
    A no-reciprocal-cid-change/draft-ietf-quic-tls.txt
    A no-reciprocal-cid-change/draft-ietf-quic-transport.html
    A no-reciprocal-cid-change/draft-ietf-quic-transport.txt
    A no-reciprocal-cid-change/index.html

  Log Message:
  -----------
  Script updating gh-pages from 63e18037. [ci skip]



From nobody Tue Jan 29 19:38: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 5D0CD131137 for <quic-issues@ietfa.amsl.com>; Tue, 29 Jan 2019 19:38:13 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -11.149
X-Spam-Level: 
X-Spam-Status: No, score=-11.149 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIMWL_WL_HIGH=-4.553, 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_PASS=-0.001] autolearn=ham autolearn_force=no
Authentication-Results: ietfa.amsl.com (amavisd-new); dkim=pass (1024-bit key) header.d=github.com
Received: from mail.ietf.org ([4.31.198.44]) by localhost (ietfa.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 6mekkinVffxu for <quic-issues@ietfa.amsl.com>; Tue, 29 Jan 2019 19:38:11 -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 82DA3131136 for <quic-issues@ietf.org>; Tue, 29 Jan 2019 19:38:11 -0800 (PST)
Date: Tue, 29 Jan 2019 19:38:10 -0800
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1548819490; bh=kZmRcVVddmxJtodgX9LG24WzZl+xWoN0FVkY1LJw4rw=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=Qi2se+mO0uEohmrkx7Q/tVQheqY3LQ93FMzhv+EJU4qHjAHHaobCzc8O259N8W/6O EY+GN1ey58kzXONQWRHN4U2m9GtlS7Gx2RgXKLGNA4NJ/O5hG64NRp7QVv/Ku5OHbI 5khIXsrgmR46/gL3dsoPKgnq04YTHGETdhmWBjf0=
From: Kazuho Oku <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+0166e4abe91283fff46bae4ec6aa2db71080948e4939ef0b92cf000000011868de2292a169ce15bea539@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/issues/1810/458800000@github.com>
In-Reply-To: <quicwg/base-drafts/issues/1810@github.com>
References: <quicwg/base-drafts/issues/1810@github.com>
Subject: Re: [quicwg/base-drafts] Timing issues in version downgrade attack prevention (#1810)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5c511c2274fd3_51433fd5ef2d45c41887c0"; 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/n45bpQUOPxCrGhfmavX4ky_5v8o>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
List-Id: Notification list for GitHub issues related to the QUIC WG <quic-issues.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=unsubscribe>
List-Archive: <https://mailarchive.ietf.org/arch/browse/quic-issues/>
List-Post: <mailto:quic-issues@ietf.org>
List-Help: <mailto:quic-issues-request@ietf.org?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, 30 Jan 2019 03:38:13 -0000

----==_mimepart_5c511c2274fd3_51433fd5ef2d45c41887c0
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

@martinduke I'm not sure if I agree.

Firstly, the server might get upgraded after sending VN but before it receives the resent Initial. So there's a timing issue. Secondly, future version of QUIC might have different definition of CID than what we have in v1. In such case, CID will change when the client downgrades to v1 (in response to VN).

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/quicwg/base-drafts/issues/1810#issuecomment-458800000
----==_mimepart_5c511c2274fd3_51433fd5ef2d45c41887c0
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=3D24398865" data-octo-click=3D"hovercard-link-=
click" data-octo-dimensions=3D"link_type:self" href=3D"https://github.com=
/martinduke">@martinduke</a> I'm not sure if I agree.</p>
<p>Firstly, the server might get upgraded after sending VN but before it =
receives the resent Initial. So there's a timing issue. Secondly, future =
version of QUIC might have different definition of CID than what we have =
in v1. In such case, CID will change when the client downgrades to v1 (in=
 response to VN).</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/1810#issuecomment-458800000">view it on GitHub</a>,=
 or <a href=3D"https://github.com/notifications/unsubscribe-auth/AWbkq1-O=
KyyNZE3czSEQHuj0GBcysT11ks5vIROigaJpZM4W-Lrv">mute the thread</a>.<img sr=
c=3D"https://github.com/notifications/beacon/AWbkqyrg9nHbyEWbcIV6-9gRNZs5=
zdxxks5vIROigaJpZM4W-Lrv.gif" height=3D"1" width=3D"1" alt=3D"" /></p>
<script type=3D"application/json" data-scope=3D"inboxmarkup">{"api_versio=
n":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name"=
:"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"=
quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"http=
s://github.githubassets.com/images/email/message_cards/header.png","avata=
r_image_url":"https://github.githubassets.com/images/email/message_cards/=
avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/q=
uicwg/base-drafts"}},"updates":{"snippets":[{"icon":"PERSON","message":"@=
kazuho in #1810: @martinduke I'm not sure if I agree.\r\n\r\nFirstly, the=
 server might get upgraded after sending VN but before it receives the re=
sent Initial. So there's a timing issue. Secondly, future version of QUIC=
 might have different definition of CID than what we have in v1. In such =
case, CID will change when the client downgrades to v1 (in response to VN=
)."}],"action":{"name":"View Issue","url":"https://github.com/quicwg/base=
-drafts/issues/1810#issuecomment-458800000"}}}</script>
<script type=3D"application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/issues/1810#issuecomment=
-458800000",
"url": "https://github.com/quicwg/base-drafts/issues/1810#issuecomment-45=
8800000",
"name": "View Issue"
},
"description": "View this Issue on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>=

----==_mimepart_5c511c2274fd3_51433fd5ef2d45c41887c0--


From nobody Tue Jan 29 19:39: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 8E595131136 for <quic-issues@ietfa.amsl.com>; Tue, 29 Jan 2019 19:39:04 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -11.007
X-Spam-Level: 
X-Spam-Status: No, score=-11.007 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIMWL_WL_HIGH=-4.553, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, HTML_IMAGE_ONLY_20=1.546, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-1, RCVD_IN_DNSWL_HI=-5, SPF_PASS=-0.001] autolearn=ham autolearn_force=no
Authentication-Results: ietfa.amsl.com (amavisd-new); dkim=pass (1024-bit key) header.d=github.com
Received: from mail.ietf.org ([4.31.198.44]) by localhost (ietfa.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id ehdXn6vXOdII for <quic-issues@ietfa.amsl.com>; Tue, 29 Jan 2019 19:39:03 -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 A04CF131138 for <quic-issues@ietf.org>; Tue, 29 Jan 2019 19:39:01 -0800 (PST)
Date: Tue, 29 Jan 2019 19:39:00 -0800
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1548819540; bh=lw0KuADYVI+B5LlRMdIXwJCYCFggaEhD/C1q+vrzlzo=; h=Date:From:Reply-To:To:Cc:Subject:List-ID:List-Archive:List-Post: List-Unsubscribe:From; b=He12x3RCtaN3K0fpmTz054pgDxR1qfwUJUyX4ZBDpmeaPAXpyRuGqp4Xfxg2H0zqH SzfY8eP0QfgF72EgJLHfhhmfNkkrSzLbheBkVClJH4JfG0x9ueXzrO0jMDm/b3qNo8 okPOhkM9W1dwkXaBj411zws9zP2ztXRhUiqmgkAk=
From: ekr <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+0166e4abdeec1e519af7fc192159537e54b5c7ea80a5982e92cf000000011868de5492a169ce181d84c7@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/issues/2387@github.com>
Subject: [quicwg/base-drafts] Write up our security target against on-path attack (#2387)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5c511c549795f_5cd73fe84ccd45b42322d0"; 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/VcRryLctbrsro-GnOpMpcSWO5Js>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
List-Id: Notification list for GitHub issues related to the QUIC WG <quic-issues.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=unsubscribe>
List-Archive: <https://mailarchive.ietf.org/arch/browse/quic-issues/>
List-Post: <mailto:quic-issues@ietf.org>
List-Help: <mailto:quic-issues-request@ietf.org?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, 30 Jan 2019 03:39:04 -0000

----==_mimepart_5c511c549795f_5cd73fe84ccd45b42322d0
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit



-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/quicwg/base-drafts/issues/2387
----==_mimepart_5c511c549795f_5cd73fe84ccd45b42322d0
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: 7bit



<p style="font-size:small;-webkit-text-size-adjust:none;color:#666;">&mdash;<br />You are receiving this because you are subscribed to this thread.<br />Reply to this email directly, <a href="https://github.com/quicwg/base-drafts/issues/2387">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AWbkqwmqN6KR8rXNN3o7z9SIIozyD-ALks5vIRPUgaJpZM4aZY9k">mute the thread</a>.<img src="https://github.com/notifications/beacon/AWbkq3pEVR3fo6Hlk_WEHbRgbRdat9Umks5vIRPUgaJpZM4aZY9k.gif" height="1" width="1" alt="" /></p>
<script type="application/json" data-scope="inboxmarkup">{"api_version":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name":"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"https://github.githubassets.com/images/email/message_cards/header.png","avatar_image_url":"https://github.githubassets.com/images/email/message_cards/avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/quicwg/base-drafts"}},"updates":{"snippets":[{"icon":"DESCRIPTION","message":"Write up our security target against on-path attack (#2387)"}],"action":{"name":"View Issue","url":"https://github.com/quicwg/base-drafts/issues/2387"}}}</script>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/issues/2387",
"url": "https://github.com/quicwg/base-drafts/issues/2387",
"name": "View Issue"
},
"description": "View this Issue on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>
----==_mimepart_5c511c549795f_5cd73fe84ccd45b42322d0--


From nobody Tue Jan 29 19:39: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 59577130EED for <quic-issues@ietfa.amsl.com>; Tue, 29 Jan 2019 19:39:22 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -12.552
X-Spam-Level: 
X-Spam-Status: No, score=-12.552 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIMWL_WL_HIGH=-4.553, 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_PASS=-0.001] autolearn=ham autolearn_force=no
Authentication-Results: ietfa.amsl.com (amavisd-new); dkim=pass (1024-bit key) header.d=github.com
Received: 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_u8qQ2Ahk8f for <quic-issues@ietfa.amsl.com>; Tue, 29 Jan 2019 19:39: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 DC7E6130ED8 for <quic-issues@ietf.org>; Tue, 29 Jan 2019 19:39:19 -0800 (PST)
Date: Tue, 29 Jan 2019 19:39:19 -0800
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1548819559; bh=3IFOu66XSucMd8UgNNo9Ata36N9omkpT7xOszdPLzCw=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=yQxl9EP2/21ZmKpcjNxBr7IprHDC6YB28anMGaNXFvvTYSuRH4NTIcbfATb1cNPM8 3SapjhATTOncKSI9pLKWHuasxpV0s+XSRWZvx7HHpoEVRPhuKLf5RqnRPQmeY2S0NV Wv60AyOWp60DYwZTZntGFVEl/4biU/fLKarNmMvk=
From: ianswett <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+0166e4ab2153ce86433e946e982d8f5aa32fab23135fde7692cf000000011868de6792a169ce181d7dce@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/pull/2386/review/197892514@github.com>
In-Reply-To: <quicwg/base-drafts/pull/2386@github.com>
References: <quicwg/base-drafts/pull/2386@github.com>
Subject: Re: [quicwg/base-drafts] Remove requirement for reciprocal connection ID change (#2386)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5c511c6763b8_bd93f9e9bad45c0258579"; 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/xvt3LfMfHYab9E_b9SG2cxZv698>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
List-Id: Notification list for GitHub issues related to the QUIC WG <quic-issues.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=unsubscribe>
List-Archive: <https://mailarchive.ietf.org/arch/browse/quic-issues/>
List-Post: <mailto:quic-issues@ietf.org>
List-Help: <mailto:quic-issues-request@ietf.org?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, 30 Jan 2019 03:39:23 -0000

----==_mimepart_5c511c6763b8_bd93f9e9bad45c0258579
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

ianswett approved this pull request.



> @@ -2110,19 +2110,10 @@ infrequently.
 
 Endpoints that use connection IDs with length greater than zero could have their
 activity correlated if their peers keep using the same destination connection ID
-after migration. Endpoints that receive packets with a previously unused
-Destination Connection ID SHOULD change to sending packets with a connection ID
-that has not been used on any other network path.  The goal here is to ensure
-that packets sent on different paths cannot be correlated. To fulfill this
-privacy requirement, endpoints that initiate migration and use connection IDs
-with length greater than zero SHOULD provide their peers with new connection IDs
-before migration.
-
-Caution:
-
-: If both endpoints change connection ID in response to seeing a change in
-  connection ID from their peer, then this can trigger an infinite sequence of
-  changes.
+after migration.  The goal here is to ensure that packets sent on different

```suggestion
after migration.  The goal is to ensure that packets sent on different
```

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/quicwg/base-drafts/pull/2386#pullrequestreview-197892514
----==_mimepart_5c511c6763b8_bd93f9e9bad45c0258579
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/2386#discussi=
on_r252106895">draft-ietf-quic-transport.md</a>:</p>=0D
<pre style=3D'color:#555'>&gt; @@ -2110,19 +2110,10 @@ infrequently.=0D
 =0D
 Endpoints that use connection IDs with length greater than zero could ha=
ve their=0D
 activity correlated if their peers keep using the same destination conne=
ction ID=0D
-after migration. Endpoints that receive packets with a previously unused=
=0D
-Destination Connection ID SHOULD change to sending packets with a connec=
tion ID=0D
-that has not been used on any other network path.  The goal here is to e=
nsure=0D
-that packets sent on different paths cannot be correlated. To fulfill th=
is=0D
-privacy requirement, endpoints that initiate migration and use connectio=
n IDs=0D
-with length greater than zero SHOULD provide their peers with new connec=
tion IDs=0D
-before migration.=0D
-=0D
-Caution:=0D
-=0D
-: If both endpoints change connection ID in response to seeing a change =
in=0D
-  connection ID from their peer, then this can trigger an infinite seque=
nce of=0D
-  changes.=0D
+after migration.  The goal here is to ensure that packets sent on differ=
ent=0D
</pre>=0D
=E2=AC=87=EF=B8=8F Suggested change=0D
<pre style=3D"color: #555">-after migration.  The goal here is to ensure =
that packets sent on different=0D
+after migration.  The goal is to ensure that packets sent on different=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/2386#pullrequestreview-197892514">view it on GitHub</=
a>, or <a href=3D"https://github.com/notifications/unsubscribe-auth/AWbkq=
_aFK4TYksbGeIuN6eMuRpomNx6Dks5vIRPngaJpZM4aZYcZ">mute the thread</a>.<img=
 src=3D"https://github.com/notifications/beacon/AWbkqx5akj08G3KQxTzh6nJRB=
bdPDmTgks5vIRPngaJpZM4aZYcZ.gif" height=3D"1" width=3D"1" alt=3D"" /></p>=
=0D
<script type=3D"application/json" data-scope=3D"inboxmarkup">{"api_versio=
n":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name"=
:"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"=
quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"http=
s://github.githubassets.com/images/email/message_cards/header.png","avata=
r_image_url":"https://github.githubassets.com/images/email/message_cards/=
avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/q=
uicwg/base-drafts"}},"updates":{"snippets":[{"icon":"PERSON","message":"@=
ianswett approved #2386"}],"action":{"name":"View Pull Request","url":"ht=
tps://github.com/quicwg/base-drafts/pull/2386#pullrequestreview-197892514=
"}}}</script>=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/2386#pullrequestrev=
iew-197892514",=0D
"url": "https://github.com/quicwg/base-drafts/pull/2386#pullrequestreview=
-197892514",=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_5c511c6763b8_bd93f9e9bad45c0258579--


From nobody Tue Jan 29 19:39: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 2EDCB130ED8 for <quic-issues@ietfa.amsl.com>; Tue, 29 Jan 2019 19:39:26 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -11.007
X-Spam-Level: 
X-Spam-Status: No, score=-11.007 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIMWL_WL_HIGH=-4.553, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, HTML_IMAGE_ONLY_20=1.546, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-1, RCVD_IN_DNSWL_HI=-5, SPF_PASS=-0.001] autolearn=ham autolearn_force=no
Authentication-Results: ietfa.amsl.com (amavisd-new); dkim=pass (1024-bit key) header.d=github.com
Received: from mail.ietf.org ([4.31.198.44]) by localhost (ietfa.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id qQG2w5sEYjo1 for <quic-issues@ietfa.amsl.com>; Tue, 29 Jan 2019 19:39: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 7958B131140 for <quic-issues@ietf.org>; Tue, 29 Jan 2019 19:39:24 -0800 (PST)
Date: Tue, 29 Jan 2019 19:39:23 -0800
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1548819563; bh=mfuM00zMylcR4OHTy8jrHW/1jV9ywiQz5ivEvkfq7eY=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=LV2rakym9OHH9E64EZudEI1WDami7vnxfoIwlxA1GHGACsMwK21jBzlJuOGgXPFae fa3zYDr8LiRu/XEnc239Q6UHYbxtRNYLg7kXsIZbZK93/YAJ5t0wubnLr4yOGk7Ypz 22fd7v8LnnIgahy+UtVZ8o4SNIjqiQY/Q4Yr0WvY=
From: Rui Paulo <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+0166e4ab9ba27228881e070bf181e94031562d6db9046d1792cf000000011868de6b92a169ce17a3a258@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/issues/2311/458800182@github.com>
In-Reply-To: <quicwg/base-drafts/issues/2311@github.com>
References: <quicwg/base-drafts/issues/2311@github.com>
Subject: Re: [quicwg/base-drafts] Connection migration attacks may have other side effects (#2311)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5c511c6b96903_49383fcb5f6d45c416895c"; 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/0LgbPzOVBmo9PLP94a9m1kpvOAg>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
List-Id: Notification list for GitHub issues related to the QUIC WG <quic-issues.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=unsubscribe>
List-Archive: <https://mailarchive.ietf.org/arch/browse/quic-issues/>
List-Post: <mailto:quic-issues@ietf.org>
List-Help: <mailto:quic-issues-request@ietf.org?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, 30 Jan 2019 03:39:26 -0000

----==_mimepart_5c511c6b96903_49383fcb5f6d45c416895c
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

Perhaps the tag should be recovery, not transports.

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/quicwg/base-drafts/issues/2311#issuecomment-458800182
----==_mimepart_5c511c6b96903_49383fcb5f6d45c416895c
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

<p>Perhaps the tag should be recovery, not transports.</p>

<p style="font-size:small;-webkit-text-size-adjust:none;color:#666;">&mdash;<br />You are receiving this because you are subscribed to this thread.<br />Reply to this email directly, <a href="https://github.com/quicwg/base-drafts/issues/2311#issuecomment-458800182">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AWbkqzTPltOaRcMnudceAwHfFC6FZCBLks5vIRPrgaJpZM4Z0ArM">mute the thread</a>.<img src="https://github.com/notifications/beacon/AWbkq-UEe4UKKX6EbAiGr5krKoJnamx1ks5vIRPrgaJpZM4Z0ArM.gif" height="1" width="1" alt="" /></p>
<script type="application/json" data-scope="inboxmarkup">{"api_version":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name":"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"https://github.githubassets.com/images/email/message_cards/header.png","avatar_image_url":"https://github.githubassets.com/images/email/message_cards/avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/quicwg/base-drafts"}},"updates":{"snippets":[{"icon":"PERSON","message":"@rpaulo in #2311: Perhaps the tag should be recovery, not transports."}],"action":{"name":"View Issue","url":"https://github.com/quicwg/base-drafts/issues/2311#issuecomment-458800182"}}}</script>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/issues/2311#issuecomment-458800182",
"url": "https://github.com/quicwg/base-drafts/issues/2311#issuecomment-458800182",
"name": "View Issue"
},
"description": "View this Issue on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>
----==_mimepart_5c511c6b96903_49383fcb5f6d45c416895c--


From nobody Tue Jan 29 19:41: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 66E44131139 for <quic-issues@ietfa.amsl.com>; Tue, 29 Jan 2019 19:41:06 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -10.935
X-Spam-Level: 
X-Spam-Status: No, score=-10.935 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIMWL_WL_HIGH=-4.553, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, HTML_IMAGE_ONLY_24=1.618, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-1, RCVD_IN_DNSWL_HI=-5, SPF_PASS=-0.001] autolearn=ham autolearn_force=no
Authentication-Results: ietfa.amsl.com (amavisd-new); dkim=pass (1024-bit key) header.d=github.com
Received: from mail.ietf.org ([4.31.198.44]) by localhost (ietfa.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id rCjlGI8NBI6I for <quic-issues@ietfa.amsl.com>; Tue, 29 Jan 2019 19:41: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 8BB6A13115F for <quic-issues@ietf.org>; Tue, 29 Jan 2019 19:41:04 -0800 (PST)
Date: Tue, 29 Jan 2019 19:41:03 -0800
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1548819663; bh=CnxmPc4C4DgcEuOxd6kS7OCe2tM8h3iCoHSOzUO8jTg=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=MyFYwGuf/n4u590Kdu3ciLGMGTwOPeclxSerxW7tKZ86crxC9qbpXAw0vRgfr1+TC A3bOPlNy8KOyt0YPAvz9v4RLJpuXANTV28gA7IJfxZEgLM/qHzo/rZS8g/GDn//b+S 5Z49HYKnJUYBkUDpcjDwjL2eMo4xhD6EtrYodUqo=
From: ianswett <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+0166e4ab4075d6aa4378ee3447bece57acde02ac83ea842192cf000000011868decf92a169ce17a3a258@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/issues/2311/458800459@github.com>
In-Reply-To: <quicwg/base-drafts/issues/2311@github.com>
References: <quicwg/base-drafts/issues/2311@github.com>
Subject: Re: [quicwg/base-drafts] Connection migration attacks may have other side effects (#2311)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5c511ccfb587f_511c3fd5ef2d45c41742da"; 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/NM7BDkUhk9g8aO03Wv8GbKGWGso>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
List-Id: Notification list for GitHub issues related to the QUIC WG <quic-issues.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=unsubscribe>
List-Archive: <https://mailarchive.ietf.org/arch/browse/quic-issues/>
List-Post: <mailto:quic-issues@ietf.org>
List-Help: <mailto:quic-issues-request@ietf.org?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, 30 Jan 2019 03:41:11 -0000

----==_mimepart_5c511ccfb587f_511c3fd5ef2d45c41742da
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

I can see it going either way.  @janaiyengar what do you 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/issues/2311#issuecomment-458800459
----==_mimepart_5c511ccfb587f_511c3fd5ef2d45c41742da
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

<p>I can see it going either way.  <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> what do you 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/issues/2311#issuecomment-458800459">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AWbkq6uQcTntO6RyIl9ITzck7_D_saGGks5vIRRPgaJpZM4Z0ArM">mute the thread</a>.<img src="https://github.com/notifications/beacon/AWbkq_o3TZjbQc13aQ8tp9ZewnA812N7ks5vIRRPgaJpZM4Z0ArM.gif" height="1" width="1" alt="" /></p>
<script type="application/json" data-scope="inboxmarkup">{"api_version":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name":"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"https://github.githubassets.com/images/email/message_cards/header.png","avatar_image_url":"https://github.githubassets.com/images/email/message_cards/avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/quicwg/base-drafts"}},"updates":{"snippets":[{"icon":"PERSON","message":"@ianswett in #2311: I can see it going either way.  @janaiyengar what do you think?"}],"action":{"name":"View Issue","url":"https://github.com/quicwg/base-drafts/issues/2311#issuecomment-458800459"}}}</script>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/issues/2311#issuecomment-458800459",
"url": "https://github.com/quicwg/base-drafts/issues/2311#issuecomment-458800459",
"name": "View Issue"
},
"description": "View this Issue on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>
----==_mimepart_5c511ccfb587f_511c3fd5ef2d45c41742da--


From nobody Tue Jan 29 19:42: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 DD054131136 for <quic-issues@ietfa.amsl.com>; Tue, 29 Jan 2019 19:42:07 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -11.149
X-Spam-Level: 
X-Spam-Status: No, score=-11.149 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIMWL_WL_HIGH=-4.553, 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_PASS=-0.001] autolearn=ham autolearn_force=no
Authentication-Results: ietfa.amsl.com (amavisd-new); dkim=pass (1024-bit key) header.d=github.com
Received: from mail.ietf.org ([4.31.198.44]) by localhost (ietfa.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id ZQVfThhG_Vn0 for <quic-issues@ietfa.amsl.com>; Tue, 29 Jan 2019 19:42:06 -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 22CD3130EED for <quic-issues@ietf.org>; Tue, 29 Jan 2019 19:42:06 -0800 (PST)
Date: Tue, 29 Jan 2019 19:42:05 -0800
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1548819725; bh=ILJ9+oKRqPqbDq6bHZ9vlpMNP2fuISZyrn6H2Iukkew=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=ercK4XK4rD8H1hV9JteuQvHiPNpqmSsIlnhHXLuxrQGHHv/u9OkLBJCZL8IjdCa/a qY8/E7QCyDiyHjBOOlQdX5aqMrg7WjcMjFyifysFa6eDU7US66rhvSKHRA78koZvsb NBvgwTXovzT1STnaCHix0BrqW/5Tef54IQWDB0BQ=
From: Martin Thomson <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+0166e4ab4c24331d82ecf8c8968776a87efa110150fbed5792cf000000011868df0d92a169ce17495be9@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/issues/2143/458800632@github.com>
In-Reply-To: <quicwg/base-drafts/issues/2143@github.com>
References: <quicwg/base-drafts/issues/2143@github.com>
Subject: Re: [quicwg/base-drafts] Be more conservative about migration? (#2143)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5c511d0d55cca_59fd3fa80a6d45c415179c"; 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/CX7Ei9Eo2TwuNejMs-qVWQRQgKw>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
List-Id: Notification list for GitHub issues related to the QUIC WG <quic-issues.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=unsubscribe>
List-Archive: <https://mailarchive.ietf.org/arch/browse/quic-issues/>
List-Post: <mailto:quic-issues@ietf.org>
List-Help: <mailto:quic-issues-request@ietf.org?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, 30 Jan 2019 03:42:08 -0000

----==_mimepart_5c511d0d55cca_59fd3fa80a6d45c415179c
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

Discussed in Tokyo: the working group believes right now that our existing defense is OK-ish.  Roberto noted that we're not current as good as multipath TCP and suggested that we might want stronger confirmation.

@ekr will take a first stab at documenting our principles with respect to what attacks we are prepared to spend effort to defend against.

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/quicwg/base-drafts/issues/2143#issuecomment-458800632
----==_mimepart_5c511d0d55cca_59fd3fa80a6d45c415179c
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: quoted-printable

<p>Discussed in Tokyo: the working group believes right now that our exis=
ting defense is OK-ish.  Roberto noted that we're not current as good as =
multipath TCP and suggested that we might want stronger confirmation.</p>=

<p><a class=3D"user-mention" data-hovercard-type=3D"user" data-hovercard-=
url=3D"/hovercards?user_id=3D1111457" data-octo-click=3D"hovercard-link-c=
lick" data-octo-dimensions=3D"link_type:self" href=3D"https://github.com/=
ekr">@ekr</a> will take a first stab at documenting our principles with r=
espect to what attacks we are prepared to spend effort to defend against.=
</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/2143#issuecomment-458800632">view it on GitHub</a>,=
 or <a href=3D"https://github.com/notifications/unsubscribe-auth/AWbkq0rV=
6sCR0nHjoDD5bjsiUfClKF1Jks5vIRSNgaJpZM4ZRpvk">mute the thread</a>.<img sr=
c=3D"https://github.com/notifications/beacon/AWbkq1qNFEDk988XFFeNDubsTozX=
0JKgks5vIRSNgaJpZM4ZRpvk.gif" height=3D"1" width=3D"1" alt=3D"" /></p>
<script type=3D"application/json" data-scope=3D"inboxmarkup">{"api_versio=
n":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name"=
:"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"=
quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"http=
s://github.githubassets.com/images/email/message_cards/header.png","avata=
r_image_url":"https://github.githubassets.com/images/email/message_cards/=
avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/q=
uicwg/base-drafts"}},"updates":{"snippets":[{"icon":"PERSON","message":"@=
martinthomson in #2143: Discussed in Tokyo: the working group believes ri=
ght now that our existing defense is OK-ish.  Roberto noted that we're no=
t current as good as multipath TCP and suggested that we might want stron=
ger confirmation.\r\n\r\n@ekr will take a first stab at documenting our p=
rinciples with respect to what attacks we are prepared to spend effort to=
 defend against."}],"action":{"name":"View Issue","url":"https://github.c=
om/quicwg/base-drafts/issues/2143#issuecomment-458800632"}}}</script>
<script type=3D"application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/issues/2143#issuecomment=
-458800632",
"url": "https://github.com/quicwg/base-drafts/issues/2143#issuecomment-45=
8800632",
"name": "View Issue"
},
"description": "View this Issue on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>=

----==_mimepart_5c511d0d55cca_59fd3fa80a6d45c415179c--


From nobody Tue Jan 29 19:42: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 DBD92130EED for <quic-issues@ietfa.amsl.com>; Tue, 29 Jan 2019 19:42:21 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -11.553
X-Spam-Level: 
X-Spam-Status: No, score=-11.553 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIMWL_WL_HIGH=-4.553, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, RCVD_IN_DNSWL_HI=-5, 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 hjlTFDszTafj for <quic-issues@ietfa.amsl.com>; Tue, 29 Jan 2019 19:42: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 3DD86130ED8 for <quic-issues@ietf.org>; Tue, 29 Jan 2019 19:42:20 -0800 (PST)
Date: Tue, 29 Jan 2019 19:42:19 -0800
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1548819739; bh=HC7T3louE5txbJlX64q/rRsGpIMrZOh5iBBxTKDyZWQ=; h=Date:From:To:Subject:From; b=b/V5iuvziC+2plVsqm6gmySEU4ga8W1ItkyUF2JUBFEoKBz2QrVBM0xFhqHDlfF3J g1ERpEMhdIBiw57Fd0t6xJJKxfJZobxuKYt3JiNCDHYKkDKFupfur5REVxyqUYMiXj 50Y34NcmBxMLuFQJ4q4N6mUX/wnzJykeXGMlIX4g=
From: ianswett <noreply@github.com>
To: quic-issues@ietf.org
Message-ID: <quicwg/base-drafts/push/refs/heads/no-reciprocal-cid-change/63e180-23014c@github.com>
Subject: [quicwg/base-drafts] 23014c: remove redundant word
Mime-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 7bit
X-Auto-Response-Suppress: All
Archived-At: <https://mailarchive.ietf.org/arch/msg/quic-issues/sK8D2vhvxxoVGnzEPlYee-82TL4>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
Precedence: list
List-Id: Notification list for GitHub issues related to the QUIC WG <quic-issues.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=unsubscribe>
List-Archive: <https://mailarchive.ietf.org/arch/browse/quic-issues/>
List-Post: <mailto:quic-issues@ietf.org>
List-Help: <mailto:quic-issues-request@ietf.org?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, 30 Jan 2019 03:42:22 -0000

  Branch: refs/heads/no-reciprocal-cid-change
  Home:   https://github.com/quicwg/base-drafts
  Commit: 23014c8b8a59be658a5156ae46fcbacc7e681311
      https://github.com/quicwg/base-drafts/commit/23014c8b8a59be658a5156ae46fcbacc7e681311
  Author: ianswett <ianswett@users.noreply.github.com>
  Date:   2019-01-30 (Wed, 30 Jan 2019)

  Changed paths:
    M draft-ietf-quic-transport.md

  Log Message:
  -----------
  remove redundant word

Co-Authored-By: martinthomson <mt@lowentropy.net>



From nobody Tue Jan 29 19: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 C4992131144 for <quic-issues@ietfa.amsl.com>; Tue, 29 Jan 2019 19:42:24 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -10.935
X-Spam-Level: 
X-Spam-Status: No, score=-10.935 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIMWL_WL_HIGH=-4.553, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, HTML_IMAGE_ONLY_24=1.618, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-1, RCVD_IN_DNSWL_HI=-5, SPF_PASS=-0.001] autolearn=ham autolearn_force=no
Authentication-Results: ietfa.amsl.com (amavisd-new); dkim=pass (1024-bit key) header.d=github.com
Received: from mail.ietf.org ([4.31.198.44]) by localhost (ietfa.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id WCXDKYxLCl-t for <quic-issues@ietfa.amsl.com>; Tue, 29 Jan 2019 19:42: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 49270130ED8 for <quic-issues@ietf.org>; Tue, 29 Jan 2019 19:42:23 -0800 (PST)
Date: Tue, 29 Jan 2019 19:42:22 -0800
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1548819742; bh=ZyRpeBxwW2bm/dKHXOw7VM9bSh/bgwnLRde9tQ0r0UQ=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=NRY7Xt59rpGRXssRD69xxnw1aYPfJxB25pLOSpZRX0SmPGqi8sKYNZCLvDY7AT9Vz Rb0lWeKW7bPcLFPa4tAVHwJxH8LPDVPLb6RCiaV8VFawkT8lzrEFrRNoqJcZHGIENz zevoSQDhwnxDkOYjTY3y0QERrVjgbrJ/FAN8bgCE=
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/2386/push/3256984988@github.com>
In-Reply-To: <quicwg/base-drafts/pull/2386@github.com>
References: <quicwg/base-drafts/pull/2386@github.com>
Subject: Re: [quicwg/base-drafts] Remove requirement for reciprocal connection ID change (#2386)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5c511d1e7e697_49c83fcb5f6d45c4217228"; 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/Cb90eLAsmdluidWzJbCg_2o3Fq4>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
List-Id: Notification list for GitHub issues related to the QUIC WG <quic-issues.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=unsubscribe>
List-Archive: <https://mailarchive.ietf.org/arch/browse/quic-issues/>
List-Post: <mailto:quic-issues@ietf.org>
List-Help: <mailto:quic-issues-request@ietf.org?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, 30 Jan 2019 03:42:25 -0000

----==_mimepart_5c511d1e7e697_49c83fcb5f6d45c4217228
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

@martinthomson pushed 1 commit.

23014c8b8a59be658a5156ae46fcbacc7e681311  remove redundant word


-- 
You are receiving this because you are subscribed to this thread.
View it on GitHub:
https://github.com/quicwg/base-drafts/pull/2386/files/63e18037753f70bb641b5a77a6c37bceba05baa5..23014c8b8a59be658a5156ae46fcbacc7e681311

----==_mimepart_5c511d1e7e697_49c83fcb5f6d45c4217228
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/23014c8b8a59be658a5156ae46fcbacc7e681311">23014c8</a>  remove redundant 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/2386/files/63e18037753f70bb641b5a77a6c37bceba05baa5..23014c8b8a59be658a5156ae46fcbacc7e681311">View it on GitHub</a> or <a href="https://github.com/notifications/unsubscribe-auth/AWbkqwq4matHtutQmJk4hJshOqUX2Vfnks5vIRSegaJpZM4aZYcZ">mute the thread</a>.<img src="https://github.com/notifications/beacon/AWbkq1pJthgC-0YuL7IUtRRJ2QDE7LCVks5vIRSegaJpZM4aZYcZ.gif" height="1" width="1" alt="" /></p>
<script type="application/json" data-scope="inboxmarkup">{"api_version":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name":"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"https://github.githubassets.com/images/email/message_cards/header.png","avatar_image_url":"https://github.githubassets.com/images/email/message_cards/avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/quicwg/base-drafts"}},"updates":{"snippets":[{"icon":"PERSON","message":"@martinthomson pushed 1 commit in #2386"}],"action":{"name":"View Pull Request","url":"https://github.com/quicwg/base-drafts/pull/2386/files/63e18037753f70bb641b5a77a6c37bceba05baa5..23014c8b8a59be658a5156ae46fcbacc7e681311"}}}</script>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/pull/2386/files/63e18037753f70bb641b5a77a6c37bceba05baa5..23014c8b8a59be658a5156ae46fcbacc7e681311",
"url": "https://github.com/quicwg/base-drafts/pull/2386/files/63e18037753f70bb641b5a77a6c37bceba05baa5..23014c8b8a59be658a5156ae46fcbacc7e681311",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>

----==_mimepart_5c511d1e7e697_49c83fcb5f6d45c4217228--


From nobody Tue Jan 29 19:44: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 2268D130EED for <quic-issues@ietfa.amsl.com>; Tue, 29 Jan 2019 19:43:59 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -11.554
X-Spam-Level: 
X-Spam-Status: No, score=-11.554 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIMWL_WL_HIGH=-4.553, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, RCVD_IN_DNSWL_HI=-5, SPF_PASS=-0.001] autolearn=ham autolearn_force=no
Authentication-Results: ietfa.amsl.com (amavisd-new); dkim=pass (1024-bit key) header.d=github.com
Received: from mail.ietf.org ([4.31.198.44]) by localhost (ietfa.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id uX3RhuXhQ-V4 for <quic-issues@ietfa.amsl.com>; Tue, 29 Jan 2019 19:43:57 -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 73C50130ED8 for <quic-issues@ietf.org>; Tue, 29 Jan 2019 19:43:57 -0800 (PST)
Date: Tue, 29 Jan 2019 19:43:56 -0800
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1548819837; bh=nQ1tqkb4AO6IP/299DSCyTF0DhbHEHQEM/FbDmrJeHY=; h=Date:From:To:Subject:From; b=INcGziYEOj1bIEWRn1SeC1UbFbPXoN/kyC6HF+smzl1PbqnisEQd0PSGofRZadf78 8dRKFYnLJF0FAsRDYn6/uAHVal2eWAaqa4beKY3ys360IIbltw3sysIcYrgiOJvhPs Gf3bfA1R8J7scZut/baKqPze8ZK/NCe8XnziD3Vk=
From: ID Bot <noreply@github.com>
To: quic-issues@ietf.org
Message-ID: <quicwg/base-drafts/push/refs/heads/gh-pages/f3fde9-4c1c22@github.com>
Subject: [quicwg/base-drafts] 4c1c22: Script updating gh-pages from 23014c8b. [ci skip]
Mime-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 7bit
X-Auto-Response-Suppress: All
Archived-At: <https://mailarchive.ietf.org/arch/msg/quic-issues/BzrijhfzT-URrxAunM_Q5GjCsgo>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
Precedence: list
List-Id: Notification list for GitHub issues related to the QUIC WG <quic-issues.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=unsubscribe>
List-Archive: <https://mailarchive.ietf.org/arch/browse/quic-issues/>
List-Post: <mailto:quic-issues@ietf.org>
List-Help: <mailto:quic-issues-request@ietf.org?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, 30 Jan 2019 03:43:59 -0000

  Branch: refs/heads/gh-pages
  Home:   https://github.com/quicwg/base-drafts
  Commit: 4c1c224f2d423d29733e26092251d318de080291
      https://github.com/quicwg/base-drafts/commit/4c1c224f2d423d29733e26092251d318de080291
  Author: ID Bot <idbot@example.com>
  Date:   2019-01-30 (Wed, 30 Jan 2019)

  Changed paths:
    M index.html
    M no-reciprocal-cid-change/draft-ietf-quic-transport.html
    M no-reciprocal-cid-change/draft-ietf-quic-transport.txt

  Log Message:
  -----------
  Script updating gh-pages from 23014c8b. [ci skip]



From nobody Tue Jan 29 19:44: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 80F91130EED for <quic-issues@ietfa.amsl.com>; Tue, 29 Jan 2019 19:44:35 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -11.007
X-Spam-Level: 
X-Spam-Status: No, score=-11.007 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIMWL_WL_HIGH=-4.553, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, HTML_IMAGE_ONLY_20=1.546, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-1, RCVD_IN_DNSWL_HI=-5, SPF_PASS=-0.001] autolearn=ham autolearn_force=no
Authentication-Results: ietfa.amsl.com (amavisd-new); dkim=pass (1024-bit key) header.d=github.com
Received: from mail.ietf.org ([4.31.198.44]) by localhost (ietfa.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id uUKLD_8WDq7j for <quic-issues@ietfa.amsl.com>; Tue, 29 Jan 2019 19:44:34 -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 17346130ED8 for <quic-issues@ietf.org>; Tue, 29 Jan 2019 19:44:34 -0800 (PST)
Date: Tue, 29 Jan 2019 19:44:33 -0800
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1548819873; bh=SI1kkVkcD202JombirGxdUsRPXnoNNo0Dxky00UVls8=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=vhtJOX2e5QwLVaUpu1wqNkhl1vO6D0DQVwEcAeSNFAspE0FbNqoo8mHCtimGE4MLb Dt6CBj+GyffX6OslwVuzKEV9FmwpH0/xGjYrc59VL/x1XrMsO8kSA8mE9B172Tn4uV HJIsEFYdtNk/z1Bl9HxUbwoi2E+Kff1b8AuUCBQo=
From: martinduke <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+0166e4ab9c0bb4f2e1743555760597c81d16ad887c0b7b1092cf000000011868dfa192a169ce17495be9@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/issues/2143/458801049@github.com>
In-Reply-To: <quicwg/base-drafts/issues/2143@github.com>
References: <quicwg/base-drafts/issues/2143@github.com>
Subject: Re: [quicwg/base-drafts] Be more conservative about migration? (#2143)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5c511da16bb42_43ba3f96eb6d45b8230853"; 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/vsP1cIojsF0UPa8s4PLt4jEK54M>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
List-Id: Notification list for GitHub issues related to the QUIC WG <quic-issues.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=unsubscribe>
List-Archive: <https://mailarchive.ietf.org/arch/browse/quic-issues/>
List-Post: <mailto:quic-issues@ietf.org>
List-Help: <mailto:quic-issues-request@ietf.org?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, 30 Jan 2019 03:44:35 -0000

----==_mimepart_5c511da16bb42_43ba3f96eb6d45b8230853
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

Section 9 has a SHOULD regarding PATH_CHALLENGE; change it to a 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/issues/2143#issuecomment-458801049
----==_mimepart_5c511da16bb42_43ba3f96eb6d45b8230853
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

<p>Section 9 has a SHOULD regarding PATH_CHALLENGE; change it to a 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/issues/2143#issuecomment-458801049">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AWbkq9H2XSaSW5zuWXXdT7u71gEepM5yks5vIRUhgaJpZM4ZRpvk">mute the thread</a>.<img src="https://github.com/notifications/beacon/AWbkq6oby_ZDoydvypAd0WLEIbIh3J9Bks5vIRUhgaJpZM4ZRpvk.gif" height="1" width="1" alt="" /></p>
<script type="application/json" data-scope="inboxmarkup">{"api_version":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name":"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"https://github.githubassets.com/images/email/message_cards/header.png","avatar_image_url":"https://github.githubassets.com/images/email/message_cards/avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/quicwg/base-drafts"}},"updates":{"snippets":[{"icon":"PERSON","message":"@martinduke in #2143: Section 9 has a SHOULD regarding PATH_CHALLENGE; change it to a MUST?"}],"action":{"name":"View Issue","url":"https://github.com/quicwg/base-drafts/issues/2143#issuecomment-458801049"}}}</script>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/issues/2143#issuecomment-458801049",
"url": "https://github.com/quicwg/base-drafts/issues/2143#issuecomment-458801049",
"name": "View Issue"
},
"description": "View this Issue on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>
----==_mimepart_5c511da16bb42_43ba3f96eb6d45b8230853--


From nobody Tue Jan 29 19:45: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 47368131137 for <quic-issues@ietfa.amsl.com>; Tue, 29 Jan 2019 19:45:22 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -12.553
X-Spam-Level: 
X-Spam-Status: No, score=-12.553 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIMWL_WL_HIGH=-4.553, 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_PASS=-0.001] autolearn=ham autolearn_force=no
Authentication-Results: ietfa.amsl.com (amavisd-new); dkim=pass (1024-bit key) header.d=github.com
Received: from mail.ietf.org ([4.31.198.44]) by localhost (ietfa.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id LyWOtoFLBWz8 for <quic-issues@ietfa.amsl.com>; Tue, 29 Jan 2019 19:45: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 160BF131136 for <quic-issues@ietf.org>; Tue, 29 Jan 2019 19:45:17 -0800 (PST)
Date: Tue, 29 Jan 2019 19:45:16 -0800
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1548819916; bh=aQkRE4vaZw2OY4/b5xxJhB1S1gY0VYjXDhFHC+6dO7M=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=QFJRq2v6Jd2PsK8qd7qYOqbrZDXJvNcakEjwwZDZMhbq+QicpQey5eeRNef39QlU9 J40Onk4DkVl4iIGB2D97FM2nE92ww6j/382vsIlK3+S4+lk+MPVzwLDW/wvnMwktNe NatJXwOs73Viig2pkViUhDg2u22cd92OEecMj0KI=
From: martinduke <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+0166e4abd7e81d2d385ecb4290a3ec039f23bd9c84242c6b92cf000000011868dfcc92a169ce15bea539@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/issues/1810/458801147@github.com>
In-Reply-To: <quicwg/base-drafts/issues/1810@github.com>
References: <quicwg/base-drafts/issues/1810@github.com>
Subject: Re: [quicwg/base-drafts] Timing issues in version downgrade attack prevention (#1810)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5c511dcc420bc_3f6a3fd3646d45bc1889ec"; 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/ck0VZ4fn3HWzOtq9Ff5DbIhMpB8>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
List-Id: Notification list for GitHub issues related to the QUIC WG <quic-issues.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=unsubscribe>
List-Archive: <https://mailarchive.ietf.org/arch/browse/quic-issues/>
List-Post: <mailto:quic-issues@ietf.org>
List-Help: <mailto:quic-issues-request@ietf.org?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, 30 Jan 2019 03:45:22 -0000

----==_mimepart_5c511dcc420bc_3f6a3fd3646d45bc1889ec
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: quoted-printable

Isn't the CID invariant?=0D
=0D
On Wed, Jan 30, 2019 at 12:38 PM Kazuho Oku <notifications@github.com>=0D=

wrote:=0D
=0D
> @martinduke <https://github.com/martinduke> I'm not sure if I agree.=0D=

>=0D
> Firstly, the server might get upgraded after sending VN but before it=0D=

> receives the resent Initial. So there's a timing issue. Secondly, futur=
e=0D
> version of QUIC might have different definition of CID than what we hav=
e in=0D
> v1. In such case, CID will change when the client downgrades to v1 (in=0D=

> response to VN).=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/1810#issuecomment-4588000=
00>,=0D
> or mute the thread=0D
> <https://github.com/notifications/unsubscribe-auth/AXRMEeBiC90AXrTQnafA=
vycWFWQ8LI3Cks5vIROigaJpZM4W-Lrv>=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/1810#issuecomment-458801147=

----==_mimepart_5c511dcc420bc_3f6a3fd3646d45bc1889ec
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: quoted-printable

Isn&#39;t the CID invariant?<br>=0D
<br>=0D
On Wed, Jan 30, 2019 at 12:38 PM Kazuho Oku &lt;notifications@github.com&=
gt;<br>=0D
wrote:<br>=0D
<br>=0D
&gt; @martinduke &lt;https://github.com/martinduke&gt; I&#39;m not sure i=
f I agree.<br>=0D
&gt;<br>=0D
&gt; Firstly, the server might get upgraded after sending VN but before i=
t<br>=0D
&gt; receives the resent Initial. So there&#39;s a timing issue. Secondly=
, future<br>=0D
&gt; version of QUIC might have different definition of CID than what we =
have in<br>=0D
&gt; v1. In such case, CID will change when the client downgrades to v1 (=
in<br>=0D
&gt; response to VN).<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/1810#issuecomment-4=
58800000&gt;,<br>=0D
&gt; or mute the thread<br>=0D
&gt; &lt;https://github.com/notifications/unsubscribe-auth/AXRMEeBiC90AXr=
TQnafAvycWFWQ8LI3Cks5vIROigaJpZM4W-Lrv&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/1810#issuecomment-458801147">view it on GitHub</a>,=
 or <a href=3D"https://github.com/notifications/unsubscribe-auth/AWbkqwkJ=
Erp5kwwAZzMNbVzNG_oPAZESks5vIRVMgaJpZM4W-Lrv">mute the thread</a>.<img sr=
c=3D"https://github.com/notifications/beacon/AWbkq5Ylm5pshuj2CMynpP_IgVr7=
zKbIks5vIRVMgaJpZM4W-Lrv.gif" height=3D"1" width=3D"1" alt=3D"" /></p>=0D=

<script type=3D"application/json" data-scope=3D"inboxmarkup">{"api_versio=
n":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name"=
:"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"=
quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"http=
s://github.githubassets.com/images/email/message_cards/header.png","avata=
r_image_url":"https://github.githubassets.com/images/email/message_cards/=
avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/q=
uicwg/base-drafts"}},"updates":{"snippets":[{"icon":"PERSON","message":"@=
martinduke in #1810: Isn't the CID invariant?\n\nOn Wed, Jan 30, 2019 at =
12:38 PM Kazuho Oku \u003cnotifications@github.com\u003e\nwrote:\n\n\u003=
e @martinduke \u003chttps://github.com/martinduke\u003e I'm not sure if I=
 agree.\n\u003e\n\u003e Firstly, the server might get upgraded after send=
ing VN but before it\n\u003e receives the resent Initial. So there's a ti=
ming issue. Secondly, future\n\u003e version of QUIC might have different=
 definition of CID than what we have in\n\u003e v1. In such case, CID wil=
l change when the client downgrades to v1 (in\n\u003e response to VN).\n\=
u003e\n\u003e =E2=80=94\n\u003e You are receiving this because you were m=
entioned.\n\u003e Reply to this email directly, view it on GitHub\n\u003e=
 \u003chttps://github.com/quicwg/base-drafts/issues/1810#issuecomment-458=
800000\u003e,\n\u003e or mute the thread\n\u003e \u003chttps://github.com=
/notifications/unsubscribe-auth/AXRMEeBiC90AXrTQnafAvycWFWQ8LI3Cks5vIROig=
aJpZM4W-Lrv\u003e\n\u003e .\n\u003e\n"}],"action":{"name":"View Issue","u=
rl":"https://github.com/quicwg/base-drafts/issues/1810#issuecomment-45880=
1147"}}}</script>=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/1810#issuecomment=
-458801147",=0D
"url": "https://github.com/quicwg/base-drafts/issues/1810#issuecomment-45=
8801147",=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_5c511dcc420bc_3f6a3fd3646d45bc1889ec--


From nobody Tue Jan 29 19:45: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 5BF0B131136 for <quic-issues@ietfa.amsl.com>; Tue, 29 Jan 2019 19:45:28 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -11.007
X-Spam-Level: 
X-Spam-Status: No, score=-11.007 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIMWL_WL_HIGH=-4.553, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, HTML_IMAGE_ONLY_20=1.546, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-1, RCVD_IN_DNSWL_HI=-5, SPF_PASS=-0.001] autolearn=ham autolearn_force=no
Authentication-Results: ietfa.amsl.com (amavisd-new); dkim=pass (1024-bit key) header.d=github.com
Received: from mail.ietf.org ([4.31.198.44]) by localhost (ietfa.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id I5m-toFhsq4J for <quic-issues@ietfa.amsl.com>; Tue, 29 Jan 2019 19:45:26 -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 A11D6130ED8 for <quic-issues@ietf.org>; Tue, 29 Jan 2019 19:45:26 -0800 (PST)
Date: Tue, 29 Jan 2019 19:45:25 -0800
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1548819925; bh=R+VllRCd2iveCc3EYLPq0NW6WegnJiosX7FJCh9eYR8=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=b+furBuo8Mcg7zbKD6GbVX8ASf0o7esnawxiFuzNDSr2h8Ob8ZK9IgIlYv0ZtF3aU lhG4i4n4Kx9LDBCxKtOcEGxLTtqZuGrAbN1Ui6CpHYCCmlDTN4HyhX/rmAiE2fo6DC MuS2vo1FNqG8mqUKDQWgIvERCOKgclHg46fHNQVg=
From: martinduke <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+0166e4ab6b5774760d19af29d3b781a034d08e8a6667a50892cf000000011868dfd592a169ce15bea539@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/issues/1810/458801173@github.com>
In-Reply-To: <quicwg/base-drafts/issues/1810@github.com>
References: <quicwg/base-drafts/issues/1810@github.com>
Subject: Re: [quicwg/base-drafts] Timing issues in version downgrade attack prevention (#1810)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5c511dd5c79c1_2043fb5882d45c43374a2"; 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/8rZlvVbiNhfHudz6W2L9Inffc-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, 30 Jan 2019 03:45:28 -0000

----==_mimepart_5c511dd5c79c1_2043fb5882d45c43374a2
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

Isn't the CID invariant?

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/quicwg/base-drafts/issues/1810#issuecomment-458801173
----==_mimepart_5c511dd5c79c1_2043fb5882d45c43374a2
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

<p>Isn't the CID invariant?</p>

<p style="font-size:small;-webkit-text-size-adjust:none;color:#666;">&mdash;<br />You are receiving this because you are subscribed to this thread.<br />Reply to this email directly, <a href="https://github.com/quicwg/base-drafts/issues/1810#issuecomment-458801173">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AWbkq63zIUdXWKRnL43C6Qio3MVgCgg-ks5vIRVVgaJpZM4W-Lrv">mute the thread</a>.<img src="https://github.com/notifications/beacon/AWbkqwpvf4xsxgTLg5qGQ9-94PFgjFw-ks5vIRVVgaJpZM4W-Lrv.gif" height="1" width="1" alt="" /></p>
<script type="application/json" data-scope="inboxmarkup">{"api_version":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name":"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"https://github.githubassets.com/images/email/message_cards/header.png","avatar_image_url":"https://github.githubassets.com/images/email/message_cards/avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/quicwg/base-drafts"}},"updates":{"snippets":[{"icon":"PERSON","message":"@martinduke in #1810: Isn't the CID invariant?"}],"action":{"name":"View Issue","url":"https://github.com/quicwg/base-drafts/issues/1810#issuecomment-458801173"}}}</script>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/issues/1810#issuecomment-458801173",
"url": "https://github.com/quicwg/base-drafts/issues/1810#issuecomment-458801173",
"name": "View Issue"
},
"description": "View this Issue on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>
----==_mimepart_5c511dd5c79c1_2043fb5882d45c43374a2--


From nobody Tue Jan 29 20:01: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 A886B13112B for <quic-issues@ietfa.amsl.com>; Tue, 29 Jan 2019 20:01:56 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -11.007
X-Spam-Level: 
X-Spam-Status: No, score=-11.007 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIMWL_WL_HIGH=-4.553, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, HTML_IMAGE_ONLY_20=1.546, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-1, RCVD_IN_DNSWL_HI=-5, SPF_PASS=-0.001] autolearn=ham autolearn_force=no
Authentication-Results: ietfa.amsl.com (amavisd-new); dkim=pass (1024-bit key) header.d=github.com
Received: from mail.ietf.org ([4.31.198.44]) by localhost (ietfa.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id e2VRXwdbg8Qq for <quic-issues@ietfa.amsl.com>; Tue, 29 Jan 2019 20:01:55 -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 27A0212875B for <quic-issues@ietf.org>; Tue, 29 Jan 2019 20:01:55 -0800 (PST)
Date: Tue, 29 Jan 2019 20:01:54 -0800
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1548820914; bh=mmAvBx0P/+SgCzGpZqGI3XorkgXXxJQylmKxHv7Au6Q=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=Hl2M7lO6FQcAxGJwzNIR2+sxboWvZuZtp0hfSOrcV95ZsTlbB4jMJUqK9EOoWn9rf tRXJZszjNU7LIb0nL03/1TRM601iwuNXwFajByMsC0Y9DuCFcBCzWqNzOH3djcaeAj AjVjGfq0gJ9xGrkDugFBTHmgyaGl1dLS1JOYtQvc=
From: Kazuho Oku <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+0166e4ab0f7344ed07c4cab29470ae2cf19e89f88255c01f92cf000000011868e3b292a169ce15bea539@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/issues/1810/458803725@github.com>
In-Reply-To: <quicwg/base-drafts/issues/1810@github.com>
References: <quicwg/base-drafts/issues/1810@github.com>
Subject: Re: [quicwg/base-drafts] Timing issues in version downgrade attack prevention (#1810)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5c5121b252eaf_117e3fe3f08d45b445006e"; 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/YdqD6sqXWgrnWrhALA6Yl4vuY9E>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
List-Id: Notification list for GitHub issues related to the QUIC WG <quic-issues.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=unsubscribe>
List-Archive: <https://mailarchive.ietf.org/arch/browse/quic-issues/>
List-Post: <mailto:quic-issues@ietf.org>
List-Help: <mailto:quic-issues-request@ietf.org?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, 30 Jan 2019 04:01:57 -0000

----==_mimepart_5c5121b252eaf_117e3fe3f08d45b445006e
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

Length of CID is. How to use the CID field is 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/1810#issuecomment-458803725
----==_mimepart_5c5121b252eaf_117e3fe3f08d45b445006e
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

<p>Length of CID is. How to use the CID field is 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/1810#issuecomment-458803725">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AWbkq42i7whQXl3W7wDjun7eX-Q1ugVvks5vIRkygaJpZM4W-Lrv">mute the thread</a>.<img src="https://github.com/notifications/beacon/AWbkqyGvVD2HCJMCcu7Os2Nd_cqr2F_uks5vIRkygaJpZM4W-Lrv.gif" height="1" width="1" alt="" /></p>
<script type="application/json" data-scope="inboxmarkup">{"api_version":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name":"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"https://github.githubassets.com/images/email/message_cards/header.png","avatar_image_url":"https://github.githubassets.com/images/email/message_cards/avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/quicwg/base-drafts"}},"updates":{"snippets":[{"icon":"PERSON","message":"@kazuho in #1810: Length of CID is. How to use the CID field is not."}],"action":{"name":"View Issue","url":"https://github.com/quicwg/base-drafts/issues/1810#issuecomment-458803725"}}}</script>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/issues/1810#issuecomment-458803725",
"url": "https://github.com/quicwg/base-drafts/issues/1810#issuecomment-458803725",
"name": "View Issue"
},
"description": "View this Issue on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>
----==_mimepart_5c5121b252eaf_117e3fe3f08d45b445006e--


From nobody Tue Jan 29 20: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 3E5151310FC for <quic-issues@ietfa.amsl.com>; Tue, 29 Jan 2019 20:56:20 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -12.553
X-Spam-Level: 
X-Spam-Status: No, score=-12.553 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIMWL_WL_HIGH=-4.553, 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_PASS=-0.001] autolearn=ham autolearn_force=no
Authentication-Results: ietfa.amsl.com (amavisd-new); dkim=pass (1024-bit key) header.d=github.com
Received: from mail.ietf.org ([4.31.198.44]) by localhost (ietfa.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id nmB1_R6hjfyL for <quic-issues@ietfa.amsl.com>; Tue, 29 Jan 2019 20:56: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 41628130EEF for <quic-issues@ietf.org>; Tue, 29 Jan 2019 20:56:18 -0800 (PST)
Date: Tue, 29 Jan 2019 20:56:17 -0800
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1548824177; bh=//gpWhnnnllILX9bXuworwJrbdOFEQr3B0/qPYeVJTo=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=IUrOL9t+EddHy0X7b81dzRtlbxreJ2K7f7tKxJROCneT8fImCe7/77CVPYe6jBzzm 7EwfOAkMJOBLwyWUfdUhflz4bZakKgUeOjQzbKWgfdVzKhMR+dKqoJrxJamCBk/L+R eQORX+LvGfcXAaohT7PgNPXQagyWywZR3nNqC8W8=
From: Tommy Pauly <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+0166e4ab09b2a0f207238d5bd98bb7697ecf973a00741f2d92cf000000011868f07192a169ce0c2f403e@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/458811958@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_5c512e7130914_3f6a3fd3646d45bc4829ba"; charset=UTF-8
Content-Transfer-Encoding: 7bit
Precedence: list
X-GitHub-Sender: tfpauly
X-GitHub-Recipient: quic-issues
X-GitHub-Reason: subscribed
X-Auto-Response-Suppress: All
X-GitHub-Recipient-Address: quic-issues@ietf.org
Archived-At: <https://mailarchive.ietf.org/arch/msg/quic-issues/K5pfYlv3MzA73mqq5pXau3KlcPM>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
List-Id: Notification list for GitHub issues related to the QUIC WG <quic-issues.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=unsubscribe>
List-Archive: <https://mailarchive.ietf.org/arch/browse/quic-issues/>
List-Post: <mailto:quic-issues@ietf.org>
List-Help: <mailto:quic-issues-request@ietf.org?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, 30 Jan 2019 04:56:20 -0000

----==_mimepart_5c512e7130914_3f6a3fd3646d45bc4829ba
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

Using connection-establishment racing as a way to try out QUIC, while still falling back to TLS/TCP in a reasonable amount of time, is certainly a useful strategy and one that I'd like to promote for clients capable of techniques like Happy Eyeballs.

As @philsbln mentions, the key caveat here is that simultaneous racing is almost never the right answer. Ideally, you'd pick your preference (QUIC?) and then only start attempts for other endpoints/protocols/paths around the same time that the transport protocol would be doing its retransmission.

Even when you do have Alt-Svc telling you that an HTTP endpoint is HTTP/3 (and thus, QUIC) capable, being able to quickly fall back to HTTP/2 using this Happy Eyeballs approach is a benefit. This is to some degree a requirement to not fail on the <10% of networks that mistreat UDP traffic. So, racing is a technique that goes beyond discovery.

Using racing as a way to discover that an endpoint supports QUIC, as @ekr brings up, is certainly interesting. It's nicely generic, doesn't require changing lots of application protocols, and can allow clients to tune how optimistic they are about QUIC. You could imagine only trying QUIC first every so often, such that the user wouldn't notice the cases in which you'd need to wait the extra RTT before TLS/TCP is attempted in case QUIC is not supported. As QUIC becomes more widely deployed, it would make sense to try it more often. And, as a client learns which endpoints support QUIC, it can remember this to influence future decisions.

The main sticking point is knowing which port to use. Protocols other than HTTP that start being able to run over QUIC may have it in their best interests to define a well-known port to make this possible. The current HTTP spec that uses Alt-Svc is quite clear that the port may be anything. So, a client cannot *know* what port to try to optimistically race over until it connects over HTTP/2. Once it does get Alt-Svc, it can start racing connections after that.

However, if in deployment, we see a common pattern of HTTP/3 servers squatting on a certain UDP port (say, 443), then it may be in clients' best interests to try connecting to that port slightly ahead of an HTTP/2 attempt if they believe that QUIC is indeed preferable. That likely won't happen until we see pretty widespread deployment, but it is a reason to start solidifying some of the mechanisms for identifying or defining ports without needing a TCP 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/253#issuecomment-458811958
----==_mimepart_5c512e7130914_3f6a3fd3646d45bc4829ba
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: quoted-printable

<p>Using connection-establishment racing as a way to try out QUIC, while =
still falling back to TLS/TCP in a reasonable amount of time, is certainl=
y a useful strategy and one that I'd like to promote for clients capable =
of techniques like Happy Eyeballs.</p>
<p>As <a class=3D"user-mention" data-hovercard-type=3D"user" data-hoverca=
rd-url=3D"/hovercards?user_id=3D11421499" data-octo-click=3D"hovercard-li=
nk-click" data-octo-dimensions=3D"link_type:self" href=3D"https://github.=
com/philsbln">@philsbln</a> mentions, the key caveat here is that simulta=
neous racing is almost never the right answer. Ideally, you'd pick your p=
reference (QUIC?) and then only start attempts for other endpoints/protoc=
ols/paths around the same time that the transport protocol would be doing=
 its retransmission.</p>
<p>Even when you do have Alt-Svc telling you that an HTTP endpoint is HTT=
P/3 (and thus, QUIC) capable, being able to quickly fall back to HTTP/2 u=
sing this Happy Eyeballs approach is a benefit. This is to some degree a =
requirement to not fail on the &lt;10% of networks that mistreat UDP traf=
fic. So, racing is a technique that goes beyond discovery.</p>
<p>Using racing as a way to discover that an endpoint supports QUIC, as <=
a class=3D"user-mention" data-hovercard-type=3D"user" data-hovercard-url=3D=
"/hovercards?user_id=3D1111457" data-octo-click=3D"hovercard-link-click" =
data-octo-dimensions=3D"link_type:self" href=3D"https://github.com/ekr">@=
ekr</a> brings up, is certainly interesting. It's nicely generic, doesn't=
 require changing lots of application protocols, and can allow clients to=
 tune how optimistic they are about QUIC. You could imagine only trying Q=
UIC first every so often, such that the user wouldn't notice the cases in=
 which you'd need to wait the extra RTT before TLS/TCP is attempted in ca=
se QUIC is not supported. As QUIC becomes more widely deployed, it would =
make sense to try it more often. And, as a client learns which endpoints =
support QUIC, it can remember this to influence future decisions.</p>
<p>The main sticking point is knowing which port to use. Protocols other =
than HTTP that start being able to run over QUIC may have it in their bes=
t interests to define a well-known port to make this possible. The curren=
t HTTP spec that uses Alt-Svc is quite clear that the port may be anythin=
g. So, a client cannot <em>know</em> what port to try to optimistically r=
ace over until it connects over HTTP/2. Once it does get Alt-Svc, it can =
start racing connections after that.</p>
<p>However, if in deployment, we see a common pattern of HTTP/3 servers s=
quatting on a certain UDP port (say, 443), then it may be in clients' bes=
t interests to try connecting to that port slightly ahead of an HTTP/2 at=
tempt if they believe that QUIC is indeed preferable. That likely won't h=
appen until we see pretty widespread deployment, but it is a reason to st=
art solidifying some of the mechanisms for identifying or defining ports =
without needing a TCP connection.</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/253#issuecomment-458811958">view it on GitHub</a>, =
or <a href=3D"https://github.com/notifications/unsubscribe-auth/AWbkq0uSN=
Rzy_Cc0DldT_DQQeZUu_3imks5vISXxgaJpZM4LzLA5">mute the thread</a>.<img src=
=3D"https://github.com/notifications/beacon/AWbkqyBk-4pVYLIfR2n1Hq1G_QKOL=
YfGks5vISXxgaJpZM4LzLA5.gif" height=3D"1" width=3D"1" alt=3D"" /></p>
<script type=3D"application/json" data-scope=3D"inboxmarkup">{"api_versio=
n":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name"=
:"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"=
quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"http=
s://github.githubassets.com/images/email/message_cards/header.png","avata=
r_image_url":"https://github.githubassets.com/images/email/message_cards/=
avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/q=
uicwg/base-drafts"}},"updates":{"snippets":[{"icon":"PERSON","message":"@=
tfpauly in #253: Using connection-establishment racing as a way to try ou=
t QUIC, while still falling back to TLS/TCP in a reasonable amount of tim=
e, is certainly a useful strategy and one that I'd like to promote for cl=
ients capable of techniques like Happy Eyeballs.\r\n\r\nAs @philsbln ment=
ions, the key caveat here is that simultaneous racing is almost never the=
 right answer. Ideally, you'd pick your preference (QUIC?) and then only =
start attempts for other endpoints/protocols/paths around the same time t=
hat the transport protocol would be doing its retransmission.\r\n\r\nEven=
 when you do have Alt-Svc telling you that an HTTP endpoint is HTTP/3 (an=
d thus, QUIC) capable, being able to quickly fall back to HTTP/2 using th=
is Happy Eyeballs approach is a benefit. This is to some degree a require=
ment to not fail on the \u003c10% of networks that mistreat UDP traffic. =
So, racing is a technique that goes beyond discovery.\r\n\r\nUsing racing=
 as a way to discover that an endpoint supports QUIC, as @ekr brings up, =
is certainly interesting. It's nicely generic, doesn't require changing l=
ots of application protocols, and can allow clients to tune how optimisti=
c they are about QUIC. You could imagine only trying QUIC first every so =
often, such that the user wouldn't notice the cases in which you'd need t=
o wait the extra RTT before TLS/TCP is attempted in case QUIC is not supp=
orted. As QUIC becomes more widely deployed, it would make sense to try i=
t more often. And, as a client learns which endpoints support QUIC, it ca=
n remember this to influence future decisions.\r\n\r\nThe main sticking p=
oint is knowing which port to use. Protocols other than HTTP that start b=
eing able to run over QUIC may have it in their best interests to define =
a well-known port to make this possible. The current HTTP spec that uses =
Alt-Svc is quite clear that the port may be anything. So, a client cannot=
 *know* what port to try to optimistically race over until it connects ov=
er HTTP/2. Once it does get Alt-Svc, it can start racing connections afte=
r that.\r\n\r\nHowever, if in deployment, we see a common pattern of HTTP=
/3 servers squatting on a certain UDP port (say, 443), then it may be in =
clients' best interests to try connecting to that port slightly ahead of =
an HTTP/2 attempt if they believe that QUIC is indeed preferable. That li=
kely won't happen until we see pretty widespread deployment, but it is a =
reason to start solidifying some of the mechanisms for identifying or def=
ining ports without needing a TCP connection."}],"action":{"name":"View I=
ssue","url":"https://github.com/quicwg/base-drafts/issues/253#issuecommen=
t-458811958"}}}</script>
<script type=3D"application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/issues/253#issuecomment-=
458811958",
"url": "https://github.com/quicwg/base-drafts/issues/253#issuecomment-458=
811958",
"name": "View Issue"
},
"description": "View this Issue on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>=

----==_mimepart_5c512e7130914_3f6a3fd3646d45bc4829ba--


From nobody Tue Jan 29 21:10: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 2F4BD13116F for <quic-issues@ietfa.amsl.com>; Tue, 29 Jan 2019 21:10:06 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -10.935
X-Spam-Level: 
X-Spam-Status: No, score=-10.935 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIMWL_WL_HIGH=-4.553, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, HTML_IMAGE_ONLY_24=1.618, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-1, RCVD_IN_DNSWL_HI=-5, SPF_PASS=-0.001] autolearn=ham autolearn_force=no
Authentication-Results: ietfa.amsl.com (amavisd-new); dkim=pass (1024-bit key) header.d=github.com
Received: from mail.ietf.org ([4.31.198.44]) by localhost (ietfa.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id j0yBCVPmxm2v for <quic-issues@ietfa.amsl.com>; Tue, 29 Jan 2019 21:10: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 DD8FC130F97 for <quic-issues@ietf.org>; Tue, 29 Jan 2019 21:10:04 -0800 (PST)
Date: Tue, 29 Jan 2019 21:10:03 -0800
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1548825003; bh=gkLx03+5Kn8OLdaCimLyAjfpI67kthLKd/zIxxauFaA=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=jXcoVPmMcGhG1b0Jq+nMr2PU1cJo6RurzZup62ueC4yi+PNagshjv9M6a12Ro0zge AebmBPRWoD9NlQDMvLLM+3Q2ANF7jAeVtxtirXt58GeZIYMvxYQO1Jn+BnWbU2PVrL /WihRa0dtGsl1S7PNwptx2Oq2l8MV0WqERMlsUTw=
From: Lucas Pardue <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+0166e4abd28bfb1f88ac264260b3bd0c7b40df597e57094a92cf000000011868f3ab92a169ce0c2f403e@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/458814047@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_5c5131abd5518_4df93fe84ccd45b45529cf"; 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/Bk39otdg6boE8PMTRGqd8htx5YA>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
List-Id: Notification list for GitHub issues related to the QUIC WG <quic-issues.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=unsubscribe>
List-Archive: <https://mailarchive.ietf.org/arch/browse/quic-issues/>
List-Post: <mailto:quic-issues@ietf.org>
List-Help: <mailto:quic-issues-request@ietf.org?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, 30 Jan 2019 05:10:06 -0000

----==_mimepart_5c5131abd5518_4df93fe84ccd45b45529cf
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

I have concerns about how happy eyeballs plays out for HTTP connection coalescing. I think it can be specified in a way that resolves my concerns, and defining such guidance is crucial for making coalescing feasibly deployable.

-- 
You are receiving this 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-458814047
----==_mimepart_5c5131abd5518_4df93fe84ccd45b45529cf
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

<p>I have concerns about how happy eyeballs plays out for HTTP connection coalescing. I think it can be specified in a way that resolves my concerns, and defining such guidance is crucial for making coalescing feasibly deployable.</p>

<p style="font-size:small;-webkit-text-size-adjust:none;color:#666;">&mdash;<br />You are 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#issuecomment-458814047">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AWbkq_n4sNDA9lj8X4AsejiRlkhw8rnvks5vISkrgaJpZM4LzLA5">mute the thread</a>.<img src="https://github.com/notifications/beacon/AWbkq4Xx8JMuRJ66dMsN2bm1ZR9Icf7Gks5vISkrgaJpZM4LzLA5.gif" height="1" width="1" alt="" /></p>
<script type="application/json" data-scope="inboxmarkup">{"api_version":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name":"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"https://github.githubassets.com/images/email/message_cards/header.png","avatar_image_url":"https://github.githubassets.com/images/email/message_cards/avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/quicwg/base-drafts"}},"updates":{"snippets":[{"icon":"PERSON","message":"@LPardue in #253: I have concerns about how happy eyeballs plays out for HTTP connection coalescing. I think it can be specified in a way that resolves my concerns, and defining such guidance is crucial for making coalescing feasibly deployable."}],"action":{"name":"View Issue","url":"https://github.com/quicwg/base-drafts/issues/253#issuecomment-458814047"}}}</script>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/issues/253#issuecomment-458814047",
"url": "https://github.com/quicwg/base-drafts/issues/253#issuecomment-458814047",
"name": "View Issue"
},
"description": "View this Issue on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>
----==_mimepart_5c5131abd5518_4df93fe84ccd45b45529cf--


From nobody Tue Jan 29 21:16: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 6721313117A for <quic-issues@ietfa.amsl.com>; Tue, 29 Jan 2019 21:16:17 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -12.553
X-Spam-Level: 
X-Spam-Status: No, score=-12.553 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIMWL_WL_HIGH=-4.553, 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_PASS=-0.001] autolearn=ham autolearn_force=no
Authentication-Results: ietfa.amsl.com (amavisd-new); dkim=pass (1024-bit key) header.d=github.com
Received: from mail.ietf.org ([4.31.198.44]) by localhost (ietfa.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id sAv34pXuNnHb for <quic-issues@ietfa.amsl.com>; Tue, 29 Jan 2019 21:16: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 97E7013117C for <quic-issues@ietf.org>; Tue, 29 Jan 2019 21:16:15 -0800 (PST)
Date: Tue, 29 Jan 2019 21:16:14 -0800
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1548825374; bh=wSTc1lDYkrh5rzvupNLDkM/WVQ3xEDvCDxKtSA9u/R4=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=zV9pkEKcjyrJDApEN4FQe9B9Hhyz+lg0oJDHkofwcTy2873ZQcU2ApAIQMqyv2BEk wMXmH+rjelGU8XNLE9Ib9KSYug9zrZvGSaF/Zs879L9xbD4Di3o8in/biFlIT96WbV S/CzcKrPPR0ZJf0vcO1IKl3utO5d+fpnFOJEBcXk=
From: Martin Thomson <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+0166e4ab22395afd6e862c0bfdb062209248d546eb5d3de492cf000000011868f51e92a169ce17495be9@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/issues/2143/458815073@github.com>
In-Reply-To: <quicwg/base-drafts/issues/2143@github.com>
References: <quicwg/base-drafts/issues/2143@github.com>
Subject: Re: [quicwg/base-drafts] Be more conservative about migration? (#2143)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5c51331eaabdd_67613fe84ccd45b42597b"; 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/HGN_8uds3fbAiEErkPX0shGzgxE>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
List-Id: Notification list for GitHub issues related to the QUIC WG <quic-issues.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=unsubscribe>
List-Archive: <https://mailarchive.ietf.org/arch/browse/quic-issues/>
List-Post: <mailto:quic-issues@ietf.org>
List-Help: <mailto:quic-issues-request@ietf.org?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, 30 Jan 2019 05:16:17 -0000

----==_mimepart_5c51331eaabdd_67613fe84ccd45b42597b
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

Proposal from Tokyo:

Endpoints MUST validate new paths before using them.  In reaction to a migration they MUST continue using the old path until they receive new non-probing packets on the new path AND validation of that path is complete.  

Research question: Allow an exception in the case that the rebinding appears to be a NAT rebinding.  Heuristics are necessary here: e.g., a port-only change after a period of inactivity.  If we adopt the strict requirement, but learn that we get a lot of hitches from apparent migration, then we can find a way to relax the requirement.  If we allow this exception, then we have to address the problem of what to do when there are multiple such changes in a short period.  ==> Open this as an issue to track the research question.

Otherwise, eliminate the distinction between IP and port changes and just say "address change".

Stricter rules would close off the ability for an attacker to force a connection into a non-functioning state, even if that state is temporary.  The cost is that migration can result in a delay of a round trip or more.

(We might also want to know more about the severity of the attack.)

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/quicwg/base-drafts/issues/2143#issuecomment-458815073
----==_mimepart_5c51331eaabdd_67613fe84ccd45b42597b
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: quoted-printable

<p>Proposal from Tokyo:</p>
<p>Endpoints MUST validate new paths before using them.  In reaction to a=
 migration they MUST continue using the old path until they receive new n=
on-probing packets on the new path AND validation of that path is complet=
e.</p>
<p>Research question: Allow an exception in the case that the rebinding a=
ppears to be a NAT rebinding.  Heuristics are necessary here: e.g., a por=
t-only change after a period of inactivity.  If we adopt the strict requi=
rement, but learn that we get a lot of hitches from apparent migration, t=
hen we can find a way to relax the requirement.  If we allow this excepti=
on, then we have to address the problem of what to do when there are mult=
iple such changes in a short period.  =3D=3D&gt; Open this as an issue to=
 track the research question.</p>
<p>Otherwise, eliminate the distinction between IP and port changes and j=
ust say "address change".</p>
<p>Stricter rules would close off the ability for an attacker to force a =
connection into a non-functioning state, even if that state is temporary.=
  The cost is that migration can result in a delay of a round trip or mor=
e.</p>
<p>(We might also want to know more about the severity of the attack.)</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/2143#issuecomment-458815073">view it on GitHub</a>,=
 or <a href=3D"https://github.com/notifications/unsubscribe-auth/AWbkq2z8=
40-3K_v_fouzV-b1ZwNtoBeMks5vISqegaJpZM4ZRpvk">mute the thread</a>.<img sr=
c=3D"https://github.com/notifications/beacon/AWbkqzv_ypLpqwUi0hQ2REESn842=
QjGXks5vISqegaJpZM4ZRpvk.gif" height=3D"1" width=3D"1" alt=3D"" /></p>
<script type=3D"application/json" data-scope=3D"inboxmarkup">{"api_versio=
n":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name"=
:"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"=
quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"http=
s://github.githubassets.com/images/email/message_cards/header.png","avata=
r_image_url":"https://github.githubassets.com/images/email/message_cards/=
avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/q=
uicwg/base-drafts"}},"updates":{"snippets":[{"icon":"PERSON","message":"@=
martinthomson in #2143: Proposal from Tokyo:\r\n\r\nEndpoints MUST valida=
te new paths before using them.  In reaction to a migration they MUST con=
tinue using the old path until they receive new non-probing packets on th=
e new path AND validation of that path is complete.  \r\n\r\nResearch que=
stion: Allow an exception in the case that the rebinding appears to be a =
NAT rebinding.  Heuristics are necessary here: e.g., a port-only change a=
fter a period of inactivity.  If we adopt the strict requirement, but lea=
rn that we get a lot of hitches from apparent migration, then we can find=
 a way to relax the requirement.  If we allow this exception, then we hav=
e to address the problem of what to do when there are multiple such chang=
es in a short period.  =3D=3D\u003e Open this as an issue to track the re=
search question.\r\n\r\nOtherwise, eliminate the distinction between IP a=
nd port changes and just say \"address change\".\r\n\r\nStricter rules wo=
uld close off the ability for an attacker to force a connection into a no=
n-functioning state, even if that state is temporary.  The cost is that m=
igration can result in a delay of a round trip or more.\r\n\r\n(We might =
also want to know more about the severity of the attack.)"}],"action":{"n=
ame":"View Issue","url":"https://github.com/quicwg/base-drafts/issues/214=
3#issuecomment-458815073"}}}</script>
<script type=3D"application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/issues/2143#issuecomment=
-458815073",
"url": "https://github.com/quicwg/base-drafts/issues/2143#issuecomment-45=
8815073",
"name": "View Issue"
},
"description": "View this Issue on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>=

----==_mimepart_5c51331eaabdd_67613fe84ccd45b42597b--


From nobody Tue Jan 29 21:20: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 44D97131188 for <quic-issues@ietfa.amsl.com>; Tue, 29 Jan 2019 21:20:36 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -10.935
X-Spam-Level: 
X-Spam-Status: No, score=-10.935 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIMWL_WL_HIGH=-4.553, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, HTML_IMAGE_ONLY_24=1.618, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-1, RCVD_IN_DNSWL_HI=-5, SPF_PASS=-0.001] autolearn=ham autolearn_force=no
Authentication-Results: ietfa.amsl.com (amavisd-new); dkim=pass (1024-bit key) header.d=github.com
Received: from mail.ietf.org ([4.31.198.44]) by localhost (ietfa.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 9xoCPK6pUWJW for <quic-issues@ietfa.amsl.com>; Tue, 29 Jan 2019 21:20:34 -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 96E4F131182 for <quic-issues@ietf.org>; Tue, 29 Jan 2019 21:20:34 -0800 (PST)
Date: Tue, 29 Jan 2019 21:20:33 -0800
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1548825633; bh=s22KK4sGOKl1M71Jenl5f8iicUZPZMz6lyQMWRHQC3g=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=NUvvTlsmn/XvsEjZTWrFU5eZaXdFxHn/X/ngEkprq9xixpgkp13vh4oBfZPFo1xxv p3INV4Sx6r8e+lD6ag1wcDCLfP+wvJaEwzoU/cD8qDh8d7c6Jps9GmxxUPgQi0yDSK F1o46Lv1/EIWzq++X0uz4kVxqtlAmQlRuaDoio2k=
From: Martin Thomson <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+0166e4ab3a168f79632af4861a131f785288cbd55ae1272b92cf000000011868f62192a169ce171ddb1f@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/issues/2101/458815733@github.com>
In-Reply-To: <quicwg/base-drafts/issues/2101@github.com>
References: <quicwg/base-drafts/issues/2101@github.com>
Subject: Re: [quicwg/base-drafts] Should retiring all CIDs be an error? (#2101)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5c51342162e5d_1d923f8849cd45b8391953"; 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/fCCcQlHDvhSSavxk2gQmtr-wePg>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
List-Id: Notification list for GitHub issues related to the QUIC WG <quic-issues.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=unsubscribe>
List-Archive: <https://mailarchive.ietf.org/arch/browse/quic-issues/>
List-Post: <mailto:quic-issues@ietf.org>
List-Help: <mailto:quic-issues-request@ietf.org?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, 30 Jan 2019 05:20:36 -0000

----==_mimepart_5c51342162e5d_1d923f8849cd45b8391953
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

Assigning this to @dtikhonov : endpoints MUST NOT retire a connection ID in a packet that contains that connection ID.  Endpoints MAY generate an error in that 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/2101#issuecomment-458815733
----==_mimepart_5c51342162e5d_1d923f8849cd45b8391953
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

<p>Assigning this to <a class="user-mention" data-hovercard-type="user" data-hovercard-url="/hovercards?user_id=4528576" data-octo-click="hovercard-link-click" data-octo-dimensions="link_type:self" href="https://github.com/dtikhonov">@dtikhonov</a> : endpoints MUST NOT retire a connection ID in a packet that contains that connection ID.  Endpoints MAY generate an error in that 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/2101#issuecomment-458815733">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AWbkq4ohHlIUaCsBitZT-4CkAxzW4X61ks5vISuhgaJpZM4ZDD-x">mute the thread</a>.<img src="https://github.com/notifications/beacon/AWbkq8zXyYu0466swFD-RiUrjZjFDpmeks5vISuhgaJpZM4ZDD-x.gif" height="1" width="1" alt="" /></p>
<script type="application/json" data-scope="inboxmarkup">{"api_version":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name":"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"https://github.githubassets.com/images/email/message_cards/header.png","avatar_image_url":"https://github.githubassets.com/images/email/message_cards/avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/quicwg/base-drafts"}},"updates":{"snippets":[{"icon":"PERSON","message":"@martinthomson in #2101: Assigning this to @dtikhonov : endpoints MUST NOT retire a connection ID in a packet that contains that connection ID.  Endpoints MAY generate an error in that case."}],"action":{"name":"View Issue","url":"https://github.com/quicwg/base-drafts/issues/2101#issuecomment-458815733"}}}</script>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/issues/2101#issuecomment-458815733",
"url": "https://github.com/quicwg/base-drafts/issues/2101#issuecomment-458815733",
"name": "View Issue"
},
"description": "View this Issue on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>
----==_mimepart_5c51342162e5d_1d923f8849cd45b8391953--


From nobody Tue Jan 29 21:31: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 5131213118A for <quic-issues@ietfa.amsl.com>; Tue, 29 Jan 2019 21:31:07 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -10.935
X-Spam-Level: 
X-Spam-Status: No, score=-10.935 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIMWL_WL_HIGH=-4.553, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, HTML_IMAGE_ONLY_24=1.618, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-1, RCVD_IN_DNSWL_HI=-5, SPF_PASS=-0.001] autolearn=ham autolearn_force=no
Authentication-Results: ietfa.amsl.com (amavisd-new); dkim=pass (1024-bit key) header.d=github.com
Received: from mail.ietf.org ([4.31.198.44]) by localhost (ietfa.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 9RoGWCT4e-N0 for <quic-issues@ietfa.amsl.com>; Tue, 29 Jan 2019 21:31:06 -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 EA9B0131182 for <quic-issues@ietf.org>; Tue, 29 Jan 2019 21:31:05 -0800 (PST)
Date: Tue, 29 Jan 2019 21:31:04 -0800
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1548826264; bh=PSMExZv6SP6a2xR0nMrW1mnPYqgy+xlxJunIm0gcNXw=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=R3IEsjD3bV318djGfAXigAy04AzjB+PB1ZayRm1k8svlSGQ7vGL06h+Pe8i3SGEYC 5KsBnxmPjxTVgxFFt6/m4/E/rPW0+HlJP6aXdL57Ik3WVGKTGynHPgJCzW8BPCOOzn cLsIp2nc8IXEN7tbX3uHntC88CfJg3XlGeCCY3a4=
From: ianswett <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+0166e4abdb39ff7fd9c5ea0f1a423a89c9984618dc80064c92cf000000011868f89892a169ce17495be9@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/issues/2143/458817412@github.com>
In-Reply-To: <quicwg/base-drafts/issues/2143@github.com>
References: <quicwg/base-drafts/issues/2143@github.com>
Subject: Re: [quicwg/base-drafts] Be more conservative about migration? (#2143)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5c513698ed4e9_3f583fd3646d45bc6051c0"; 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/lFzAGFaK0gc5DmvJC4xlT2hadS0>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
List-Id: Notification list for GitHub issues related to the QUIC WG <quic-issues.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=unsubscribe>
List-Archive: <https://mailarchive.ietf.org/arch/browse/quic-issues/>
List-Post: <mailto:quic-issues@ietf.org>
List-Help: <mailto:quic-issues-request@ietf.org?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, 30 Jan 2019 05:31:07 -0000

----==_mimepart_5c513698ed4e9_3f583fd3646d45bc6051c0
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

I'd add "appears to be intentional immediate migration" to the list of research questions.  If a PATH_CHALLENGE is bundled with other frames and the path changes, then it seems very likely the peer knows the path has changed and it's intentional.

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/quicwg/base-drafts/issues/2143#issuecomment-458817412
----==_mimepart_5c513698ed4e9_3f583fd3646d45bc6051c0
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

<p>I'd add "appears to be intentional immediate migration" to the list of research questions.  If a PATH_CHALLENGE is bundled with other frames and the path changes, then it seems very likely the peer knows the path has changed and it's intentional.</p>

<p style="font-size:small;-webkit-text-size-adjust:none;color:#666;">&mdash;<br />You are receiving this because you are subscribed to this thread.<br />Reply to this email directly, <a href="https://github.com/quicwg/base-drafts/issues/2143#issuecomment-458817412">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AWbkq76Y6iM0NwMSrherbNcn582Tg4tkks5vIS4YgaJpZM4ZRpvk">mute the thread</a>.<img src="https://github.com/notifications/beacon/AWbkqxHxJi5CweJYPt5ZAp_frt4KcPdwks5vIS4YgaJpZM4ZRpvk.gif" height="1" width="1" alt="" /></p>
<script type="application/json" data-scope="inboxmarkup">{"api_version":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name":"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"https://github.githubassets.com/images/email/message_cards/header.png","avatar_image_url":"https://github.githubassets.com/images/email/message_cards/avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/quicwg/base-drafts"}},"updates":{"snippets":[{"icon":"PERSON","message":"@ianswett in #2143: I'd add \"appears to be intentional immediate migration\" to the list of research questions.  If a PATH_CHALLENGE is bundled with other frames and the path changes, then it seems very likely the peer knows the path has changed and it's intentional."}],"action":{"name":"View Issue","url":"https://github.com/quicwg/base-drafts/issues/2143#issuecomment-458817412"}}}</script>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/issues/2143#issuecomment-458817412",
"url": "https://github.com/quicwg/base-drafts/issues/2143#issuecomment-458817412",
"name": "View Issue"
},
"description": "View this Issue on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>
----==_mimepart_5c513698ed4e9_3f583fd3646d45bc6051c0--


From nobody Tue Jan 29 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 61312131193 for <quic-issues@ietfa.amsl.com>; Tue, 29 Jan 2019 21:33:39 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -11.007
X-Spam-Level: 
X-Spam-Status: No, score=-11.007 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIMWL_WL_HIGH=-4.553, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, HTML_IMAGE_ONLY_20=1.546, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-1, RCVD_IN_DNSWL_HI=-5, SPF_PASS=-0.001] autolearn=ham autolearn_force=no
Authentication-Results: ietfa.amsl.com (amavisd-new); dkim=pass (1024-bit key) header.d=github.com
Received: from mail.ietf.org ([4.31.198.44]) by localhost (ietfa.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id ypjBcbpI5mw9 for <quic-issues@ietfa.amsl.com>; Tue, 29 Jan 2019 21:33: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 8CD4713118A for <quic-issues@ietf.org>; Tue, 29 Jan 2019 21:33:37 -0800 (PST)
Date: Tue, 29 Jan 2019 21:33:36 -0800
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1548826416; bh=uufVR+axxvh+6LOAqyARx8gq0CJ0/Ao+i5G0l7+B5Q0=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=Tgi6HOEowtnI0oH1G6LVepC1HcSpSDIXEuxR6iDozaA19hskQ9lQSjLNRSpQ7Cn2/ 5PXIKuRtoOcYARQZF2rv7LLwDwEb2kT1UkvNC5GXJpls4mArUU73BbmqRS1voOuCAC lF6CstBFZ1/MpHxY8tN5uMCp3Noq3oEnScaJ87fI=
From: Marten Seemann <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+0166e4ab59b229e857313482d30bf3e14e72e0d0e93942ba92cf000000011868f93092a169ce171ddb1f@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/issues/2101/458817814@github.com>
In-Reply-To: <quicwg/base-drafts/issues/2101@github.com>
References: <quicwg/base-drafts/issues/2101@github.com>
Subject: Re: [quicwg/base-drafts] Should retiring all CIDs be an error? (#2101)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5c5137307af95_4d073fc09c8d45b8458810"; 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/Kz8QDlFDy1eskIzp2WCo4TSELEE>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
List-Id: Notification list for GitHub issues related to the QUIC WG <quic-issues.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=unsubscribe>
List-Archive: <https://mailarchive.ietf.org/arch/browse/quic-issues/>
List-Post: <mailto:quic-issues@ietf.org>
List-Help: <mailto:quic-issues-request@ietf.org?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, 30 Jan 2019 05:33:39 -0000

----==_mimepart_5c5137307af95_4d073fc09c8d45b8458810
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: quoted-printable

That doesn=E2=80=99t solve the issue. You can use two connection IDs and =
retire CID A in B and CID B in A.=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/2101#issuecomment-458817814=

----==_mimepart_5c5137307af95_4d073fc09c8d45b8458810
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: quoted-printable

<p>That doesn=E2=80=99t solve the issue. You can use two connection IDs a=
nd retire CID A in B and CID B in A.</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/2101#issuecomment-458817814">view it on GitHub</a>,=
 or <a href=3D"https://github.com/notifications/unsubscribe-auth/AWbkq5Ee=
uENEFldQVODAMrMOO1FihOXWks5vIS6wgaJpZM4ZDD-x">mute the thread</a>.<img sr=
c=3D"https://github.com/notifications/beacon/AWbkq75IFzdkxfe7rDwU8UXw0hnf=
w9Bcks5vIS6wgaJpZM4ZDD-x.gif" height=3D"1" width=3D"1" alt=3D"" /></p>=0D=

<script type=3D"application/json" data-scope=3D"inboxmarkup">{"api_versio=
n":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name"=
:"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"=
quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"http=
s://github.githubassets.com/images/email/message_cards/header.png","avata=
r_image_url":"https://github.githubassets.com/images/email/message_cards/=
avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/q=
uicwg/base-drafts"}},"updates":{"snippets":[{"icon":"PERSON","message":"@=
marten-seemann in #2101: That doesn=E2=80=99t solve the issue. You can us=
e two connection IDs and retire CID A in B and CID B in A."}],"action":{"=
name":"View Issue","url":"https://github.com/quicwg/base-drafts/issues/21=
01#issuecomment-458817814"}}}</script>=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/2101#issuecomment=
-458817814",=0D
"url": "https://github.com/quicwg/base-drafts/issues/2101#issuecomment-45=
8817814",=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_5c5137307af95_4d073fc09c8d45b8458810--


From nobody Tue Jan 29 21:34: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 8EAD613118A for <quic-issues@ietfa.amsl.com>; Tue, 29 Jan 2019 21:34:26 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -10.935
X-Spam-Level: 
X-Spam-Status: No, score=-10.935 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIMWL_WL_HIGH=-4.553, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, HTML_IMAGE_ONLY_24=1.618, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-1, RCVD_IN_DNSWL_HI=-5, SPF_PASS=-0.001] autolearn=ham autolearn_force=no
Authentication-Results: ietfa.amsl.com (amavisd-new); dkim=pass (1024-bit key) header.d=github.com
Received: from mail.ietf.org ([4.31.198.44]) by localhost (ietfa.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 1KNoY9r4x7-F for <quic-issues@ietfa.amsl.com>; Tue, 29 Jan 2019 21:34: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 1B8A4131182 for <quic-issues@ietf.org>; Tue, 29 Jan 2019 21:34:25 -0800 (PST)
Date: Tue, 29 Jan 2019 21:34:24 -0800
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1548826464; bh=Q2MaieGLQXS8XnXwC320RL0rTJY9e10m4HPf1tSNLig=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=F3BMc3FMPCunnBe4n8BOMO4e8i5IsLNigIvM0jAMpDatZfA4orIq0ts1R89GByFC3 2uFziv3GzK8dEdw5AHIJN89dlMp1PwX7WIOxB4e2ORhWcr/m45gSBdBiEI1PJsA+KW cAzjEpzLWET2Yex5prNTg2zmCluSGTbI6z/ZXtgI=
From: Martin Thomson <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+0166e4abf7da6b9e301d31101f2ac2ec74670793f28b645392cf000000011868f96092a169ce180eb2c5@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/issues/2372/458817952@github.com>
In-Reply-To: <quicwg/base-drafts/issues/2372@github.com>
References: <quicwg/base-drafts/issues/2372@github.com>
Subject: Re: [quicwg/base-drafts] PATH_* frames should not be ACK-eliciting (#2372)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5c51376056c8_c2c3ffb034d45c04199c1"; 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/0TSnxzWCHfr416nUGu1roRlWOgI>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
List-Id: Notification list for GitHub issues related to the QUIC WG <quic-issues.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=unsubscribe>
List-Archive: <https://mailarchive.ietf.org/arch/browse/quic-issues/>
List-Post: <mailto:quic-issues@ietf.org>
List-Help: <mailto:quic-issues-request@ietf.org?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, 30 Jan 2019 05:34:27 -0000

----==_mimepart_5c51376056c8_c2c3ffb034d45c04199c1
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

Tokyo conclusion: this is not easy, but what we have is tolerable.  If we obtain more data, then we will reopen the 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/2372#issuecomment-458817952
----==_mimepart_5c51376056c8_c2c3ffb034d45c04199c1
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

<p>Tokyo conclusion: this is not easy, but what we have is tolerable.  If we obtain more data, then we will reopen the 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/2372#issuecomment-458817952">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AWbkq9RMLudfUCFACXmBI3HuqEIUjiG5ks5vIS7ggaJpZM4aVCpa">mute the thread</a>.<img src="https://github.com/notifications/beacon/AWbkqyFY5B51QfsJadcedlJcIGJEWdmuks5vIS7ggaJpZM4aVCpa.gif" height="1" width="1" alt="" /></p>
<script type="application/json" data-scope="inboxmarkup">{"api_version":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name":"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"https://github.githubassets.com/images/email/message_cards/header.png","avatar_image_url":"https://github.githubassets.com/images/email/message_cards/avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/quicwg/base-drafts"}},"updates":{"snippets":[{"icon":"PERSON","message":"@martinthomson in #2372: Tokyo conclusion: this is not easy, but what we have is tolerable.  If we obtain more data, then we will reopen the issue."}],"action":{"name":"View Issue","url":"https://github.com/quicwg/base-drafts/issues/2372#issuecomment-458817952"}}}</script>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/issues/2372#issuecomment-458817952",
"url": "https://github.com/quicwg/base-drafts/issues/2372#issuecomment-458817952",
"name": "View Issue"
},
"description": "View this Issue on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>
----==_mimepart_5c51376056c8_c2c3ffb034d45c04199c1--


From nobody Tue Jan 29 21:34:34 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 88B6513119B for <quic-issues@ietfa.amsl.com>; Tue, 29 Jan 2019 21:34:29 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -5.935
X-Spam-Level: 
X-Spam-Status: No, score=-5.935 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIMWL_WL_HIGH=-4.553, DKIM_SIGNED=0.1, DKIM_VALID=-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_PASS=-0.001] autolearn=ham autolearn_force=no
Authentication-Results: ietfa.amsl.com (amavisd-new); dkim=pass (1024-bit key) header.d=github.com
Received: from mail.ietf.org ([4.31.198.44]) by localhost (ietfa.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id zN1wdUwkoqDN for <quic-issues@ietfa.amsl.com>; Tue, 29 Jan 2019 21:34:28 -0800 (PST)
Received: from o9.sgmail.github.com (o9.sgmail.github.com [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 E4882131182 for <quic-issues@ietf.org>; Tue, 29 Jan 2019 21:34:27 -0800 (PST)
DKIM-Signature: v=1; a=rsa-sha1; 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=kyNXFOk1MxYz0wJKYDBHL5N9Ejc=; b=Z7aWS/yppm9BQEMK SzANl75oD5fYH7Q4RfVNsk9ASq4A+USOKsZfUUF/sOtlYrNe5NztjmYhPLqWfhCX PIaaxDAge/sfVzWQSdYNkI+uho7S8mLB/bc0xCk5VmiVDPBKVpz9qMPkyeMYLdcO yuHUIfXu2cE/93zXmh5xslDxhgs=
Received: by filter1192p1las1.sendgrid.net with SMTP id filter1192p1las1-665-5C513762-3 2019-01-30 05:34:26.50040176 +0000 UTC m=+110114.070735599
Received: from out-2.smtp.github.com (out-2.smtp.github.com [192.30.252.193]) by ismtpd0062p1mdw1.sendgrid.net (SG) with ESMTP id qTCRqm5CST6_RRwPmSnYmA for <quic-issues@ietf.org>; Wed, 30 Jan 2019 05:34:26.263 +0000 (UTC)
Date: Wed, 30 Jan 2019 05:34:26 +0000 (UTC)
From: Martin Thomson <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+0166e4ab773518b04316e009cae2a821265b5d56d01ee9c292cf000000011868f96192a169ce180eb2c5@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/issue/2372/issue_event/2105576648@github.com>
In-Reply-To: <quicwg/base-drafts/issues/2372@github.com>
References: <quicwg/base-drafts/issues/2372@github.com>
Subject: Re: [quicwg/base-drafts] PATH_* frames should not be ACK-eliciting (#2372)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5c513761e7496_45f83fe4192d45b4540188"; 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-SG-EID: l64QuQ2uJCcEyUykJbxN122A6QRmEpucztpreh3Pak2ieq+oUIyMyDnBEg0pXZU15Rz+FFBU7+5nEl RobB/L6xEg19UJ0/AdapQgijeELlXAWsM98tp+cPIqCIEvi+DN1uhifYat95VbUnesZ2yCEu5tcvOK AK/LHADU03ISUl0iekDiv8gp8iRDuJzc4FaspoBWJomQycyzaSX+QxQOP4by5Xygu3dPV+GR+omtbW I=
Archived-At: <https://mailarchive.ietf.org/arch/msg/quic-issues/n7X8HQ3tVzkWuR3PL8y7oElo1_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: Wed, 30 Jan 2019 05:34:30 -0000

----==_mimepart_5c513761e7496_45f83fe4192d45b4540188
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

Closed #2372.

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/quicwg/base-drafts/issues/2372#event-2105576648
----==_mimepart_5c513761e7496_45f83fe4192d45b4540188
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="403616453" data-permission-text="Issue title is private" data-url="https://github.com/quicwg/base-drafts/issues/2372" data-hovercard-type="issue" data-hovercard-url="/quicwg/base-drafts/issues/2372/hovercard" href="https://github.com/quicwg/base-drafts/issues/2372">#2372</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/2372#event-2105576648">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AWbkqxjnCl-FUHP2UDZASTzFK5ClhCVTks5vIS7hgaJpZM4aVCpa">mute the thread</a>.<img src="https://github.com/notifications/beacon/AWbkq-VK4BjHFygrn1oU-Lvh4wnukpBBks5vIS7hgaJpZM4aVCpa.gif" height="1" width="1" alt="" /></p>
<script type="application/json" data-scope="inboxmarkup">{"api_version":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name":"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"https://github.githubassets.com/images/email/message_cards/header.png","avatar_image_url":"https://github.githubassets.com/images/email/message_cards/avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/quicwg/base-drafts"}},"updates":{"snippets":[{"icon":"DESCRIPTION","message":"Closed #2372."}],"action":{"name":"View Issue","url":"https://github.com/quicwg/base-drafts/issues/2372#event-2105576648"}}}</script>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/issues/2372#event-2105576648",
"url": "https://github.com/quicwg/base-drafts/issues/2372#event-2105576648",
"name": "View Issue"
},
"description": "View this Issue on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>
----==_mimepart_5c513761e7496_45f83fe4192d45b4540188--


From nobody Tue Jan 29 21: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 15231131182 for <quic-issues@ietfa.amsl.com>; Tue, 29 Jan 2019 21:47:03 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -10.935
X-Spam-Level: 
X-Spam-Status: No, score=-10.935 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIMWL_WL_HIGH=-4.553, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, HTML_IMAGE_ONLY_24=1.618, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-1, RCVD_IN_DNSWL_HI=-5, SPF_PASS=-0.001] autolearn=ham autolearn_force=no
Authentication-Results: ietfa.amsl.com (amavisd-new); dkim=pass (1024-bit key) header.d=github.com
Received: from mail.ietf.org ([4.31.198.44]) by localhost (ietfa.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 7WVUgpkGm-MT for <quic-issues@ietfa.amsl.com>; Tue, 29 Jan 2019 21:47:01 -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 1612C130F9F for <quic-issues@ietf.org>; Tue, 29 Jan 2019 21:47:00 -0800 (PST)
Date: Tue, 29 Jan 2019 21:46:59 -0800
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1548827219; bh=NyNY4CQfXi4BjC0QMwXN7SwkhwRQELIjtIeLetboW0w=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=RW0tqQNUXh+RhUxdwZzJ/R1NUQnJNK41vkmOFiFsmUeKMNx5wo+DjXoSptc06pHmL FBPWOSXtmK+ptDZTi1AstNDmFe7ZaVPRp6fH+oEmrp1vNa1haGep//zxMDwK4ai6kz 3S7bJkn/Sc9WWkng19E3xuyVUGow6kBj/DmgZqQo=
From: Dmitri Tikhonov <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+0166e4ab502cd9f527ca7e62be2edb0b9828815cceca971592cf000000011868fc5392a169ce171ddb1f@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/issues/2101/458820093@github.com>
In-Reply-To: <quicwg/base-drafts/issues/2101@github.com>
References: <quicwg/base-drafts/issues/2101@github.com>
Subject: Re: [quicwg/base-drafts] Should retiring all CIDs be an error? (#2101)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5c513a53cc896_73ad3fe4830d45c48273f5"; 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/IeKA3VtDeS39Hq7cd0rKMca7elA>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
List-Id: Notification list for GitHub issues related to the QUIC WG <quic-issues.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=unsubscribe>
List-Archive: <https://mailarchive.ietf.org/arch/browse/quic-issues/>
List-Post: <mailto:quic-issues@ietf.org>
List-Help: <mailto:quic-issues-request@ietf.org?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, 30 Jan 2019 05:47:03 -0000

----==_mimepart_5c513a53cc896_73ad3fe4830d45c48273f5
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

This true.  I thought the consensus was to prohibit retiring all connection IDs, @martinthomson?

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/quicwg/base-drafts/issues/2101#issuecomment-458820093
----==_mimepart_5c513a53cc896_73ad3fe4830d45c48273f5
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

<p>This true.  I thought the consensus was to prohibit retiring all connection IDs, <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>

<p style="font-size:small;-webkit-text-size-adjust:none;color:#666;">&mdash;<br />You are receiving this because you are subscribed to this thread.<br />Reply to this email directly, <a href="https://github.com/quicwg/base-drafts/issues/2101#issuecomment-458820093">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AWbkq_Tt1V8bcTVLrdhfbPQce2fbuukaks5vITHTgaJpZM4ZDD-x">mute the thread</a>.<img src="https://github.com/notifications/beacon/AWbkq5VgQz2EQ2rZ41QRnvF3S5FcY8AJks5vITHTgaJpZM4ZDD-x.gif" height="1" width="1" alt="" /></p>
<script type="application/json" data-scope="inboxmarkup">{"api_version":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name":"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"https://github.githubassets.com/images/email/message_cards/header.png","avatar_image_url":"https://github.githubassets.com/images/email/message_cards/avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/quicwg/base-drafts"}},"updates":{"snippets":[{"icon":"PERSON","message":"@dtikhonov in #2101: This true.  I thought the consensus was to prohibit retiring all connection IDs, @martinthomson?"}],"action":{"name":"View Issue","url":"https://github.com/quicwg/base-drafts/issues/2101#issuecomment-458820093"}}}</script>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/issues/2101#issuecomment-458820093",
"url": "https://github.com/quicwg/base-drafts/issues/2101#issuecomment-458820093",
"name": "View Issue"
},
"description": "View this Issue on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>
----==_mimepart_5c513a53cc896_73ad3fe4830d45c48273f5--


From nobody Tue Jan 29 21:47: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 E5B53131182 for <quic-issues@ietfa.amsl.com>; Tue, 29 Jan 2019 21:47:37 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -10.935
X-Spam-Level: 
X-Spam-Status: No, score=-10.935 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIMWL_WL_HIGH=-4.553, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, HTML_IMAGE_ONLY_24=1.618, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-1, RCVD_IN_DNSWL_HI=-5, SPF_PASS=-0.001] autolearn=ham autolearn_force=no
Authentication-Results: ietfa.amsl.com (amavisd-new); dkim=pass (1024-bit key) header.d=github.com
Received: from mail.ietf.org ([4.31.198.44]) by localhost (ietfa.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id PrtrgJwoN08j for <quic-issues@ietfa.amsl.com>; Tue, 29 Jan 2019 21: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 0B3C9130F9F for <quic-issues@ietf.org>; Tue, 29 Jan 2019 21:47:36 -0800 (PST)
Date: Tue, 29 Jan 2019 21:47:35 -0800
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1548827255; bh=G0zzFZvYXgHIJP3MuxuswWvNdQfuiwGaLAvxRAcBlyM=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=Ju43OeZiNGVi/p9KBIVpUNkZ8mTwHWkzv4eyUCEQ2yEtZCa9FH3DX+vp7nezieiBG a6q+jC3OD9YahXEs+uxUq482HTuIQQqaAyybpDF4A0c9uCyxPcNbyJE0dWO31p2kT3 N8svR23WK2KHCbxgbTjZd+qgW3NOXQpW8p3EsINg=
From: Martin Thomson <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+0166e4abe7c82ff344efe484e547619804ef1a427b09153792cf000000011868fc7792a169ce16a20dde@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/issues/1994/458820197@github.com>
In-Reply-To: <quicwg/base-drafts/issues/1994@github.com>
References: <quicwg/base-drafts/issues/1994@github.com>
Subject: Re: [quicwg/base-drafts] endpoints don't know how many connection IDs the peer is willing to store (#1994)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5c513a773724b_6a9a3fa2b5ad45c0549299"; 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/Hx4tqJv3dS137U7236uGYHLbw9A>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
List-Id: Notification list for GitHub issues related to the QUIC WG <quic-issues.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=unsubscribe>
List-Archive: <https://mailarchive.ietf.org/arch/browse/quic-issues/>
List-Post: <mailto:quic-issues@ietf.org>
List-Help: <mailto:quic-issues-request@ietf.org?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, 30 Jan 2019 05:47:38 -0000

----==_mimepart_5c513a773724b_6a9a3fa2b5ad45c0549299
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

Tokyo conclusion: @marten-seeman will amend the PR to remove the error condition - the transport parameter will be a hint.

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/quicwg/base-drafts/issues/1994#issuecomment-458820197
----==_mimepart_5c513a773724b_6a9a3fa2b5ad45c0549299
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

<p>Tokyo conclusion: @marten-seeman will amend the PR to remove the error condition - the transport parameter will be a hint.</p>

<p style="font-size:small;-webkit-text-size-adjust:none;color:#666;">&mdash;<br />You are receiving this because you are subscribed to this thread.<br />Reply to this email directly, <a href="https://github.com/quicwg/base-drafts/issues/1994#issuecomment-458820197">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AWbkqygwYGAQaepxuGxwqedORMZG0zQsks5vITH3gaJpZM4YZZG9">mute the thread</a>.<img src="https://github.com/notifications/beacon/AWbkqx1FeIETzRSOj3yVcJERup1Qj-jKks5vITH3gaJpZM4YZZG9.gif" height="1" width="1" alt="" /></p>
<script type="application/json" data-scope="inboxmarkup">{"api_version":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name":"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"https://github.githubassets.com/images/email/message_cards/header.png","avatar_image_url":"https://github.githubassets.com/images/email/message_cards/avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/quicwg/base-drafts"}},"updates":{"snippets":[{"icon":"PERSON","message":"@martinthomson in #1994: Tokyo conclusion: @marten-seeman will amend the PR to remove the error condition - the transport parameter will be a hint."}],"action":{"name":"View Issue","url":"https://github.com/quicwg/base-drafts/issues/1994#issuecomment-458820197"}}}</script>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/issues/1994#issuecomment-458820197",
"url": "https://github.com/quicwg/base-drafts/issues/1994#issuecomment-458820197",
"name": "View Issue"
},
"description": "View this Issue on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>
----==_mimepart_5c513a773724b_6a9a3fa2b5ad45c0549299--


From nobody Tue Jan 29 21: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 2C5EB13118A for <quic-issues@ietfa.amsl.com>; Tue, 29 Jan 2019 21:48:03 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -11.007
X-Spam-Level: 
X-Spam-Status: No, score=-11.007 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIMWL_WL_HIGH=-4.553, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, HTML_IMAGE_ONLY_20=1.546, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-1, RCVD_IN_DNSWL_HI=-5, SPF_PASS=-0.001] autolearn=ham autolearn_force=no
Authentication-Results: ietfa.amsl.com (amavisd-new); dkim=pass (1024-bit key) header.d=github.com
Received: from mail.ietf.org ([4.31.198.44]) by localhost (ietfa.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 5ltbP3EYoLEw for <quic-issues@ietfa.amsl.com>; Tue, 29 Jan 2019 21:48:01 -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 471BF130F9F for <quic-issues@ietf.org>; Tue, 29 Jan 2019 21:48:01 -0800 (PST)
Date: Tue, 29 Jan 2019 21:48:00 -0800
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1548827280; bh=2LOd3vhM9d2YB7tSSTgYrAF2/ojoeZVqv1uIDolQKU4=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=zzmYZSwoxeIVyacXet1ybNj0X7fSpyUwIz4AxNC8VnNCSgqdCwTetl2y2nNEG9Ttv 0AcZf51DeUfTwS/CDVhOxNvfUHTPx1fqT8VSt4hUhH00LTrDwv01gHtGpbUoJmXsQW cMTcNg2bsi6s4hsg+OP/Cp8FDPCpzNBywlJUSIYM=
From: Martin Thomson <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+0166e4ab223f8c52b96540035eae3e615cc5ca82c557f3cb92cf000000011868fc9092a169ce0c118d76@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/issues/203/458820278@github.com>
In-Reply-To: <quicwg/base-drafts/issues/203@github.com>
References: <quicwg/base-drafts/issues/203@github.com>
Subject: Re: [quicwg/base-drafts] Connection migration should be indistinguishable from a new connection (#203)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5c513a9077cc8_491f3fcb5f6d45c43399dc"; 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/8JgvcoO0wPDP_RzL2DiDUub3-Og>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
List-Id: Notification list for GitHub issues related to the QUIC WG <quic-issues.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=unsubscribe>
List-Archive: <https://mailarchive.ietf.org/arch/browse/quic-issues/>
List-Post: <mailto:quic-issues@ietf.org>
List-Help: <mailto:quic-issues-request@ietf.org?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, 30 Jan 2019 05:48:03 -0000

----==_mimepart_5c513a9077cc8_491f3fcb5f6d45c43399dc
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

Discussed in Tokyo: closing.

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/quicwg/base-drafts/issues/203#issuecomment-458820278
----==_mimepart_5c513a9077cc8_491f3fcb5f6d45c43399dc
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

<p>Discussed in Tokyo: closing.</p>

<p style="font-size:small;-webkit-text-size-adjust:none;color:#666;">&mdash;<br />You are receiving this because you are subscribed to this thread.<br />Reply to this email directly, <a href="https://github.com/quicwg/base-drafts/issues/203#issuecomment-458820278">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AWbkq9fy9POo8MHuoUvZN_9t66XY-hDBks5vITIQgaJpZM4Lqy2h">mute the thread</a>.<img src="https://github.com/notifications/beacon/AWbkq75GwRZ30IUvwOYjSAfQxOK5EVtoks5vITIQgaJpZM4Lqy2h.gif" height="1" width="1" alt="" /></p>
<script type="application/json" data-scope="inboxmarkup">{"api_version":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name":"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"https://github.githubassets.com/images/email/message_cards/header.png","avatar_image_url":"https://github.githubassets.com/images/email/message_cards/avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/quicwg/base-drafts"}},"updates":{"snippets":[{"icon":"PERSON","message":"@martinthomson in #203: Discussed in Tokyo: closing."}],"action":{"name":"View Issue","url":"https://github.com/quicwg/base-drafts/issues/203#issuecomment-458820278"}}}</script>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/issues/203#issuecomment-458820278",
"url": "https://github.com/quicwg/base-drafts/issues/203#issuecomment-458820278",
"name": "View Issue"
},
"description": "View this Issue on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>
----==_mimepart_5c513a9077cc8_491f3fcb5f6d45c43399dc--


From nobody Tue Jan 29 21:48: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 BF59A130F9F for <quic-issues@ietfa.amsl.com>; Tue, 29 Jan 2019 21:48:03 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -10.935
X-Spam-Level: 
X-Spam-Status: No, score=-10.935 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIMWL_WL_HIGH=-4.553, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, HTML_IMAGE_ONLY_24=1.618, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-1, RCVD_IN_DNSWL_HI=-5, SPF_PASS=-0.001] autolearn=ham autolearn_force=no
Authentication-Results: ietfa.amsl.com (amavisd-new); dkim=pass (1024-bit key) header.d=github.com
Received: from mail.ietf.org ([4.31.198.44]) by localhost (ietfa.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id Us58x1PH5hQN for <quic-issues@ietfa.amsl.com>; Tue, 29 Jan 2019 21:48:02 -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 19D5C131182 for <quic-issues@ietf.org>; Tue, 29 Jan 2019 21:48:02 -0800 (PST)
Date: Tue, 29 Jan 2019 21:48:01 -0800
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1548827281; bh=kHbpGWS2mElHWGmpsL9Mh7Xqm6r1b5rJt/Ot3LbnNf8=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=ipYsoFGfFrQpFxWLzbQ1/03IUyaP2EBSeO148npKdQjvbn5Zh2sYbJSmpSfjQyYi+ O39UMJpxPVfE2lLCixwAnRRo1nLLlPBs3BDK+oGL/JUAR3qMrbTEPr89CYE0GQCchK g/r2f290FN+7F9aIC1L0Rhsl2TJO8KO7DkuEgGa4=
From: Martin Thomson <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+0166e4ab10ad0bbcc866d5dc08f60998985a0d6ef2d0b17692cf000000011868fc9192a169ce0c118d76@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/issue/203/issue_event/2105591791@github.com>
In-Reply-To: <quicwg/base-drafts/issues/203@github.com>
References: <quicwg/base-drafts/issues/203@github.com>
Subject: Re: [quicwg/base-drafts] Connection migration should be indistinguishable from a new connection (#203)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5c513a91152f3_4e0c3fb435ad45c0519450"; 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/zqRRes1pN-s9VgvByCQRIDGt6sI>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
List-Id: Notification list for GitHub issues related to the QUIC WG <quic-issues.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=unsubscribe>
List-Archive: <https://mailarchive.ietf.org/arch/browse/quic-issues/>
List-Post: <mailto:quic-issues@ietf.org>
List-Help: <mailto:quic-issues-request@ietf.org?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, 30 Jan 2019 05:48:04 -0000

----==_mimepart_5c513a91152f3_4e0c3fb435ad45c0519450
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

Closed #203.

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/quicwg/base-drafts/issues/203#event-2105591791
----==_mimepart_5c513a91152f3_4e0c3fb435ad45c0519450
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="202476918" data-permission-text="Issue title is private" data-url="https://github.com/quicwg/base-drafts/issues/203" data-hovercard-type="issue" data-hovercard-url="/quicwg/base-drafts/issues/203/hovercard" href="https://github.com/quicwg/base-drafts/issues/203">#203</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/203#event-2105591791">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AWbkqz9jzbc9UX34BBC1rArPVyVcMBUMks5vITIRgaJpZM4Lqy2h">mute the thread</a>.<img src="https://github.com/notifications/beacon/AWbkq6xhHAJ-n69ZCokZRcJfYCfv-y-Mks5vITIRgaJpZM4Lqy2h.gif" height="1" width="1" alt="" /></p>
<script type="application/json" data-scope="inboxmarkup">{"api_version":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name":"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"https://github.githubassets.com/images/email/message_cards/header.png","avatar_image_url":"https://github.githubassets.com/images/email/message_cards/avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/quicwg/base-drafts"}},"updates":{"snippets":[{"icon":"DESCRIPTION","message":"Closed #203."}],"action":{"name":"View Issue","url":"https://github.com/quicwg/base-drafts/issues/203#event-2105591791"}}}</script>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/issues/203#event-2105591791",
"url": "https://github.com/quicwg/base-drafts/issues/203#event-2105591791",
"name": "View Issue"
},
"description": "View this Issue on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>
----==_mimepart_5c513a91152f3_4e0c3fb435ad45c0519450--


From nobody Tue Jan 29 22:00: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 5A4641311A5 for <quic-issues@ietfa.amsl.com>; Tue, 29 Jan 2019 22:00:23 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -10.935
X-Spam-Level: 
X-Spam-Status: No, score=-10.935 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIMWL_WL_HIGH=-4.553, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, HTML_IMAGE_ONLY_24=1.618, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-1, RCVD_IN_DNSWL_HI=-5, SPF_PASS=-0.001] autolearn=ham autolearn_force=no
Authentication-Results: ietfa.amsl.com (amavisd-new); dkim=pass (1024-bit key) header.d=github.com
Received: from mail.ietf.org ([4.31.198.44]) by localhost (ietfa.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id uz37cSDV-yfp for <quic-issues@ietfa.amsl.com>; Tue, 29 Jan 2019 22:00: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 C90571311A2 for <quic-issues@ietf.org>; Tue, 29 Jan 2019 22:00:21 -0800 (PST)
Date: Tue, 29 Jan 2019 22:00:20 -0800
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1548828020; bh=XR/iRt7wz9bRTgeBRLEIf2N8asCWi1atdJSHHgmi56I=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=gqh+GkSfjl6fyVBHmMqxSsr8SGLbJ6RiiqYVlN1eAAzvWXhaolAvLbA2rMOBZsXpH u7b0RmT3ctepCZ9K775rBBiXCjo7uyY+SzRGm3n1tl6+1KEcxktpeiWHhuQx1VoZup huATLDIChk7NtQQQR9XrH+K9UwCpd7CWA8ThTAlY=
From: Mike Bishop <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+0166e4ab253f6c446a36495ff7582db336da5bd807c34ac692cf000000011868ff7492a169ce171ddb1f@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/issues/2101/458822607@github.com>
In-Reply-To: <quicwg/base-drafts/issues/2101@github.com>
References: <quicwg/base-drafts/issues/2101@github.com>
Subject: Re: [quicwg/base-drafts] Should retiring all CIDs be an error? (#2101)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5c513d74d6699_4d233fc09c8d45b8590339"; 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/m6MHHk2j14MLOxutxnosYtkyyUI>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
List-Id: Notification list for GitHub issues related to the QUIC WG <quic-issues.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=unsubscribe>
List-Archive: <https://mailarchive.ietf.org/arch/browse/quic-issues/>
List-Post: <mailto:quic-issues@ietf.org>
List-Help: <mailto:quic-issues-request@ietf.org?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, 30 Jan 2019 06:00:23 -0000

----==_mimepart_5c513d74d6699_4d233fc09c8d45b8590339
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

Consensus was to prohibit retiring the CID used in the packet which contains it.  The intent is that RETIRE means "I have ceased using this CID," so the cross-retiring is technically possible but still against the intent.

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/quicwg/base-drafts/issues/2101#issuecomment-458822607
----==_mimepart_5c513d74d6699_4d233fc09c8d45b8590339
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

<p>Consensus was to prohibit retiring the CID used in the packet which contains it.  The intent is that RETIRE means "I have ceased using this CID," so the cross-retiring is technically possible but still against the intent.</p>

<p style="font-size:small;-webkit-text-size-adjust:none;color:#666;">&mdash;<br />You are receiving this because you are subscribed to this thread.<br />Reply to this email directly, <a href="https://github.com/quicwg/base-drafts/issues/2101#issuecomment-458822607">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AWbkqzVYUTcNLHLJwPwDv6bbBEi75GgBks5vITT0gaJpZM4ZDD-x">mute the thread</a>.<img src="https://github.com/notifications/beacon/AWbkqw73yfRU4tdV7OZKZF8oceWQqrYaks5vITT0gaJpZM4ZDD-x.gif" height="1" width="1" alt="" /></p>
<script type="application/json" data-scope="inboxmarkup">{"api_version":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name":"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"https://github.githubassets.com/images/email/message_cards/header.png","avatar_image_url":"https://github.githubassets.com/images/email/message_cards/avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/quicwg/base-drafts"}},"updates":{"snippets":[{"icon":"PERSON","message":"@MikeBishop in #2101: Consensus was to prohibit retiring the CID used in the packet which contains it.  The intent is that RETIRE means \"I have ceased using this CID,\" so the cross-retiring is technically possible but still against the intent."}],"action":{"name":"View Issue","url":"https://github.com/quicwg/base-drafts/issues/2101#issuecomment-458822607"}}}</script>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/issues/2101#issuecomment-458822607",
"url": "https://github.com/quicwg/base-drafts/issues/2101#issuecomment-458822607",
"name": "View Issue"
},
"description": "View this Issue on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>
----==_mimepart_5c513d74d6699_4d233fc09c8d45b8590339--


From nobody Tue Jan 29 22:00: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 E1C6D1311B0 for <quic-issues@ietfa.amsl.com>; Tue, 29 Jan 2019 22:00:25 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -10.935
X-Spam-Level: 
X-Spam-Status: No, score=-10.935 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIMWL_WL_HIGH=-4.553, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, HTML_IMAGE_ONLY_24=1.618, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-1, RCVD_IN_DNSWL_HI=-5, SPF_PASS=-0.001] autolearn=ham autolearn_force=no
Authentication-Results: ietfa.amsl.com (amavisd-new); dkim=pass (1024-bit key) header.d=github.com
Received: from mail.ietf.org ([4.31.198.44]) by localhost (ietfa.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id zBX-M1PH3yA8 for <quic-issues@ietfa.amsl.com>; Tue, 29 Jan 2019 22:00:23 -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 CD2B91311A4 for <quic-issues@ietf.org>; Tue, 29 Jan 2019 22:00:22 -0800 (PST)
Date: Tue, 29 Jan 2019 22:00:22 -0800
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1548828022; bh=PUz01vJYBihT+I0FjRs8yOW+i4WmBMyiBb48wAqRXN4=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=pIOatvFqV7OeZMeucXExxq7BwsxEnv4ORPs78VvNG3E2kRrMScdhNM/6NIWlC1ZY/ P5MNM5hG5sVFbwiTMVj5NaXDBaXO6oq5cPp3vxSrPsg6lDhrSM26VCu29ac095pZgA gsVG4rt0pgv5Q6QqiSqHOQHzgNled8VbmS9oJpXw=
From: ianswett <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+0166e4ab3ba7c147103697c3e3e2f27586f4a5d5feeef80c92cf000000011868ff7692a169ce171ddb1f@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/issues/2101/458822616@github.com>
In-Reply-To: <quicwg/base-drafts/issues/2101@github.com>
References: <quicwg/base-drafts/issues/2101@github.com>
Subject: Re: [quicwg/base-drafts] Should retiring all CIDs be an error? (#2101)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5c513d766602_1d493fcffbcd45b485831"; 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/BtQ0Jy66np_-NX44ljI8IUQaqIY>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
List-Id: Notification list for GitHub issues related to the QUIC WG <quic-issues.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=unsubscribe>
List-Archive: <https://mailarchive.ietf.org/arch/browse/quic-issues/>
List-Post: <mailto:quic-issues@ietf.org>
List-Help: <mailto:quic-issues-request@ietf.org?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, 30 Jan 2019 06:00:26 -0000

----==_mimepart_5c513d766602_1d493fcffbcd45b485831
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

My understanding is that CIDs must be used in order.  Given that, if you retire CID A in a packet with CID B then you can't then send CID A in a subsequent packet.  And vice versa, so I think we're ok assuming CIDs must be used in order.

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/quicwg/base-drafts/issues/2101#issuecomment-458822616
----==_mimepart_5c513d766602_1d493fcffbcd45b485831
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

<p>My understanding is that CIDs must be used in order.  Given that, if you retire CID A in a packet with CID B then you can't then send CID A in a subsequent packet.  And vice versa, so I think we're ok assuming CIDs must be used in order.</p>

<p style="font-size:small;-webkit-text-size-adjust:none;color:#666;">&mdash;<br />You are receiving this because you are subscribed to this thread.<br />Reply to this email directly, <a href="https://github.com/quicwg/base-drafts/issues/2101#issuecomment-458822616">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AWbkq6MpblSTpTUCmSxXttNnfcZuzaFIks5vITT2gaJpZM4ZDD-x">mute the thread</a>.<img src="https://github.com/notifications/beacon/AWbkq0qoMAqVmQ6GihS-HG079ZucHEQwks5vITT2gaJpZM4ZDD-x.gif" height="1" width="1" alt="" /></p>
<script type="application/json" data-scope="inboxmarkup">{"api_version":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name":"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"https://github.githubassets.com/images/email/message_cards/header.png","avatar_image_url":"https://github.githubassets.com/images/email/message_cards/avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/quicwg/base-drafts"}},"updates":{"snippets":[{"icon":"PERSON","message":"@ianswett in #2101: My understanding is that CIDs must be used in order.  Given that, if you retire CID A in a packet with CID B then you can't then send CID A in a subsequent packet.  And vice versa, so I think we're ok assuming CIDs must be used in order."}],"action":{"name":"View Issue","url":"https://github.com/quicwg/base-drafts/issues/2101#issuecomment-458822616"}}}</script>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/issues/2101#issuecomment-458822616",
"url": "https://github.com/quicwg/base-drafts/issues/2101#issuecomment-458822616",
"name": "View Issue"
},
"description": "View this Issue on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>
----==_mimepart_5c513d766602_1d493fcffbcd45b485831--


From nobody Tue Jan 29 22:01: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 EFC041311C1 for <quic-issues@ietfa.amsl.com>; Tue, 29 Jan 2019 22:01:23 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -11.007
X-Spam-Level: 
X-Spam-Status: No, score=-11.007 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIMWL_WL_HIGH=-4.553, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, HTML_IMAGE_ONLY_20=1.546, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-1, RCVD_IN_DNSWL_HI=-5, SPF_PASS=-0.001] autolearn=ham autolearn_force=no
Authentication-Results: ietfa.amsl.com (amavisd-new); dkim=pass (1024-bit key) header.d=github.com
Received: 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-srdnEIf4va for <quic-issues@ietfa.amsl.com>; Tue, 29 Jan 2019 22:01:21 -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 763CA1311C0 for <quic-issues@ietf.org>; Tue, 29 Jan 2019 22:01:21 -0800 (PST)
Date: Tue, 29 Jan 2019 22:01:20 -0800
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1548828080; bh=K7dLpytWonroWj2hzXh3FTAJHajsFsp7hF5x9ml1CCk=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=RSa4EYqmefy+KgQj18J1s7zBNL8TQjvZTSSWRQ3JBMm6psrg82Jhvnqii2M4VzFgq WFht/K8Senc5CHa6nPOM5C6LoN/2uMsAP4o0HZ8gVsvcPJW5ZhGMaBV0IEtJMtERVW ZwV6ZW3yqZCSuatpEbVh/dpW8RrkMO0mdPoe5NuI=
From: Dmitri Tikhonov <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+0166e4abb8db7f4c502128a3a763ff51dfb2b1e784eb224492cf000000011868ffb092a169ce171ddb1f@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/issues/2101/458822821@github.com>
In-Reply-To: <quicwg/base-drafts/issues/2101@github.com>
References: <quicwg/base-drafts/issues/2101@github.com>
Subject: Re: [quicwg/base-drafts] Should retiring all CIDs be an error? (#2101)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5c513db068c3a_4a193feb550d45b411409d1"; 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/eCxpvy0kM9Tf7z0-baBQiVnnkOY>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
List-Id: Notification list for GitHub issues related to the QUIC WG <quic-issues.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=unsubscribe>
List-Archive: <https://mailarchive.ietf.org/arch/browse/quic-issues/>
List-Post: <mailto:quic-issues@ietf.org>
List-Help: <mailto:quic-issues-request@ietf.org?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, 30 Jan 2019 06:01:24 -0000

----==_mimepart_5c513db068c3a_4a193feb550d45b411409d1
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

OK, sounds good.  I will make a PR to that effect.

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/quicwg/base-drafts/issues/2101#issuecomment-458822821
----==_mimepart_5c513db068c3a_4a193feb550d45b411409d1
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

<p>OK, sounds good.  I will make a PR to that effect.</p>

<p style="font-size:small;-webkit-text-size-adjust:none;color:#666;">&mdash;<br />You are receiving this because you are subscribed to this thread.<br />Reply to this email directly, <a href="https://github.com/quicwg/base-drafts/issues/2101#issuecomment-458822821">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AWbkq4xXwvoWZvoV5ZmJc6wylItD1H_Zks5vITUwgaJpZM4ZDD-x">mute the thread</a>.<img src="https://github.com/notifications/beacon/AWbkq_jHKAeFYjXMjzIDq0xKsRqTSlsuks5vITUwgaJpZM4ZDD-x.gif" height="1" width="1" alt="" /></p>
<script type="application/json" data-scope="inboxmarkup">{"api_version":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name":"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"https://github.githubassets.com/images/email/message_cards/header.png","avatar_image_url":"https://github.githubassets.com/images/email/message_cards/avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/quicwg/base-drafts"}},"updates":{"snippets":[{"icon":"PERSON","message":"@dtikhonov in #2101: OK, sounds good.  I will make a PR to that effect."}],"action":{"name":"View Issue","url":"https://github.com/quicwg/base-drafts/issues/2101#issuecomment-458822821"}}}</script>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/issues/2101#issuecomment-458822821",
"url": "https://github.com/quicwg/base-drafts/issues/2101#issuecomment-458822821",
"name": "View Issue"
},
"description": "View this Issue on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>
----==_mimepart_5c513db068c3a_4a193feb550d45b411409d1--


From nobody Tue Jan 29 22:03: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 EC1731311AE for <quic-issues@ietfa.amsl.com>; Tue, 29 Jan 2019 22:03:03 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -10.935
X-Spam-Level: 
X-Spam-Status: No, score=-10.935 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIMWL_WL_HIGH=-4.553, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, HTML_IMAGE_ONLY_24=1.618, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-1, RCVD_IN_DNSWL_HI=-5, SPF_PASS=-0.001] autolearn=ham autolearn_force=no
Authentication-Results: ietfa.amsl.com (amavisd-new); dkim=pass (1024-bit key) header.d=github.com
Received: from mail.ietf.org ([4.31.198.44]) by localhost (ietfa.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 6CedVpwRVWSM for <quic-issues@ietfa.amsl.com>; Tue, 29 Jan 2019 22:03:02 -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 1A0271311B2 for <quic-issues@ietf.org>; Tue, 29 Jan 2019 22:03:02 -0800 (PST)
Date: Tue, 29 Jan 2019 22:03:01 -0800
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1548828181; bh=5uRBOaEjkKE1ShgP/3JS0DGiHzOLh3AbZa2ysJWq8g4=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=V4LdCtrmWEP0yXmbQr8ppBO38Livhm2/74VDvPQlL2U/s3DkClAFLk1ecap6w+Y/U 72la/uFqMJd4zsUgoyNqqFb7e2J5+JXZnJgHXFsh0aKY2O6fDmLOm6RVDxoQFEFNAr NaKYybUkfNJm4ySNUdiQFV2Y44GBo+3Tw/nxVuVY=
From: Christian Huitema <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+0166e4abc75fea346573ddb43bb927b0e3dff1c49cf7fa0c92cf000000011869001592a169ce17ada169@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/issues/2319/458823115@github.com>
In-Reply-To: <quicwg/base-drafts/issues/2319@github.com>
References: <quicwg/base-drafts/issues/2319@github.com>
Subject: Re: [quicwg/base-drafts] Error code for acknowledgment of a packet that was never sent (#2319)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5c513e1540c15_4d273fc09c8d45b88510f9"; 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/u1z4XFmgnfV_s1xOe6mwHhlLLZc>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
List-Id: Notification list for GitHub issues related to the QUIC WG <quic-issues.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=unsubscribe>
List-Archive: <https://mailarchive.ietf.org/arch/browse/quic-issues/>
List-Post: <mailto:quic-issues@ietf.org>
List-Help: <mailto:quic-issues-request@ietf.org?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, 30 Jan 2019 06:03:04 -0000

----==_mimepart_5c513e1540c15_4d273fc09c8d45b88510f9
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

This error condition is a symptom of the "optimistic ack" attack. If I am under attack, I don't want to give more info to the attacker. Generic connection close is 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/issues/2319#issuecomment-458823115
----==_mimepart_5c513e1540c15_4d273fc09c8d45b88510f9
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

<p>This error condition is a symptom of the "optimistic ack" attack. If I am under attack, I don't want to give more info to the attacker. Generic connection close is 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/issues/2319#issuecomment-458823115">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AWbkq3DmNJb4rJ6ES3FLVr6GQZlQJpu0ks5vITWVgaJpZM4Z295L">mute the thread</a>.<img src="https://github.com/notifications/beacon/AWbkq69EAbHsAPmc-9X1BwEw00ZZ1VINks5vITWVgaJpZM4Z295L.gif" height="1" width="1" alt="" /></p>
<script type="application/json" data-scope="inboxmarkup">{"api_version":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name":"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"https://github.githubassets.com/images/email/message_cards/header.png","avatar_image_url":"https://github.githubassets.com/images/email/message_cards/avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/quicwg/base-drafts"}},"updates":{"snippets":[{"icon":"PERSON","message":"@huitema in #2319: This error condition is a symptom of the \"optimistic ack\" attack. If I am under attack, I don't want to give more info to the attacker. Generic connection close is fine.\r\n"}],"action":{"name":"View Issue","url":"https://github.com/quicwg/base-drafts/issues/2319#issuecomment-458823115"}}}</script>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/issues/2319#issuecomment-458823115",
"url": "https://github.com/quicwg/base-drafts/issues/2319#issuecomment-458823115",
"name": "View Issue"
},
"description": "View this Issue on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>
----==_mimepart_5c513e1540c15_4d273fc09c8d45b88510f9--


From nobody Tue Jan 29 22:06:32 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 2DEDA1311C0 for <quic-issues@ietfa.amsl.com>; Tue, 29 Jan 2019 22:06:31 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -5.935
X-Spam-Level: 
X-Spam-Status: No, score=-5.935 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIMWL_WL_HIGH=-4.553, DKIM_SIGNED=0.1, DKIM_VALID=-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_PASS=-0.001] autolearn=ham autolearn_force=no
Authentication-Results: ietfa.amsl.com (amavisd-new); dkim=pass (1024-bit key) header.d=github.com
Received: from mail.ietf.org ([4.31.198.44]) by localhost (ietfa.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id NVJGslnne2Xo for <quic-issues@ietfa.amsl.com>; Tue, 29 Jan 2019 22:06:29 -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 52B021311B3 for <quic-issues@ietf.org>; Tue, 29 Jan 2019 22:06:29 -0800 (PST)
DKIM-Signature: v=1; a=rsa-sha1; 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=SvkNrZUCpngJ4MKnUdCupSZjnB4=; b=lvAcsby4D0krq0s/ ZWXVFtNChziJ/0aUijj/3wlBDl2GYkSmBy59FJZ7Bwt7LmrLWC1ODm/EIFyy6c/h dJea7aiPmxwjGKXv3Q3s2GeRcg07nmFB9uwtRSTcQLxqU4d3ohCD0HNw17ukQPw7 s9LjcgGFxEIbhTOyy8yedPDcqiA=
Received: by filter1625p1mdw1.sendgrid.net with SMTP id filter1625p1mdw1-18425-5C513EE4-1 2019-01-30 06:06:28.100240741 +0000 UTC m=+106275.882727189
Received: from github-lowworker-e711880.cp1-iad.github.net (unknown [192.30.252.45]) by ismtpd0046p1iad1.sendgrid.net (SG) with ESMTP id w8K_d5tDRTG2Q3pAn5HVkA for <quic-issues@ietf.org>; Wed, 30 Jan 2019 06:06:28.118 +0000 (UTC)
Received: from github.com (localhost [127.0.0.1]) by github-lowworker-e711880.cp1-iad.github.net (Postfix) with ESMTP id 1B25B4408ED for <quic-issues@ietf.org>; Tue, 29 Jan 2019 22:06:28 -0800 (PST)
Date: Wed, 30 Jan 2019 06:06:28 +0000 (UTC)
From: Martin Thomson <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+0166e4ab0fd099d98665579418bfc8d10404b2f73ab4764c92cf00000001186900e492a169ce181df4d8@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/issues/2388@github.com>
Subject: [quicwg/base-drafts] Articulate principles for definition of error codes (#2388)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5c513ee419f6f_5d363fe84ccd45b4666174"; 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-SG-EID: l64QuQ2uJCcEyUykJbxN122A6QRmEpucztpreh3Pak3Zix1cgcXykP2R8jDUMjG9/VhZlfRtdk+sNv tna2euKDe7KPKLTDHTSucL7meOLn9rqMA5M5xBEydpRvzjwkVHaLdwubLd07r7VhX0N65csDMZqMDY K2VJAcFeWyCT7mQAdaKcUmyxyfw57YWF5DFDsiYTYEv6/wguhGxC++D2pzW121wP0Aih44bBtAr7WK c=
Archived-At: <https://mailarchive.ietf.org/arch/msg/quic-issues/K0U9yGICQQ3ysnTa_Adhia3F1Qw>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
List-Id: Notification list for GitHub issues related to the QUIC WG <quic-issues.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=unsubscribe>
List-Archive: <https://mailarchive.ietf.org/arch/browse/quic-issues/>
List-Post: <mailto:quic-issues@ietf.org>
List-Help: <mailto:quic-issues-request@ietf.org?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, 30 Jan 2019 06:06:31 -0000

----==_mimepart_5c513ee419f6f_5d363fe84ccd45b4666174
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

We don't really have any real principles that we agree on for deciding what error codes we are describing.

Proposal:

1. if the error carries distinct semantics (like stream rejection in HTTP), then it gets a new error code

2. if the error is frequent or particularly significant, then it gets a new error code

3. otherwise, target a more generic error code that identifies the broad area of the protocol

4. finally, if there is no more specific applicable error code, use PROTOCOL_VIOLATION

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/quicwg/base-drafts/issues/2388
----==_mimepart_5c513ee419f6f_5d363fe84ccd45b4666174
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

<p>We don't really have any real principles that we agree on for deciding what error codes we are describing.</p>
<p>Proposal:</p>
<ol>
<li>
<p>if the error carries distinct semantics (like stream rejection in HTTP), then it gets a new error code</p>
</li>
<li>
<p>if the error is frequent or particularly significant, then it gets a new error code</p>
</li>
<li>
<p>otherwise, target a more generic error code that identifies the broad area of the protocol</p>
</li>
<li>
<p>finally, if there is no more specific applicable error code, use PROTOCOL_VIOLATION</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/issues/2388">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AWbkq1ifonIAdUCdObK7IdHHYKRjM29sks5vITZkgaJpZM4aZhLJ">mute the thread</a>.<img src="https://github.com/notifications/beacon/AWbkq-QnqiZkS9k9VemsBryKx-V_sD0sks5vITZkgaJpZM4aZhLJ.gif" height="1" width="1" alt="" /></p>
<script type="application/json" data-scope="inboxmarkup">{"api_version":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name":"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"https://github.githubassets.com/images/email/message_cards/header.png","avatar_image_url":"https://github.githubassets.com/images/email/message_cards/avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/quicwg/base-drafts"}},"updates":{"snippets":[{"icon":"DESCRIPTION","message":"Articulate principles for definition of error codes (#2388)"}],"action":{"name":"View Issue","url":"https://github.com/quicwg/base-drafts/issues/2388"}}}</script>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/issues/2388",
"url": "https://github.com/quicwg/base-drafts/issues/2388",
"name": "View Issue"
},
"description": "View this Issue on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>
----==_mimepart_5c513ee419f6f_5d363fe84ccd45b4666174--


From nobody Tue Jan 29 22:06: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 E47A21311C0 for <quic-issues@ietfa.amsl.com>; Tue, 29 Jan 2019 22:06:41 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -12.553
X-Spam-Level: 
X-Spam-Status: No, score=-12.553 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIMWL_WL_HIGH=-4.553, 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_PASS=-0.001] autolearn=ham autolearn_force=no
Authentication-Results: ietfa.amsl.com (amavisd-new); dkim=pass (1024-bit key) header.d=github.com
Received: from mail.ietf.org ([4.31.198.44]) by localhost (ietfa.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 6e7KmjTEpOyX for <quic-issues@ietfa.amsl.com>; Tue, 29 Jan 2019 22:06:40 -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 6F1CE1311B3 for <quic-issues@ietf.org>; Tue, 29 Jan 2019 22:06:40 -0800 (PST)
Date: Tue, 29 Jan 2019 22:06:39 -0800
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1548828399; bh=dQ2aFxew0Cp483MOI7EZvU4Ta59Ne3R7U9b7TRs1QOs=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=bl/EEaT6eol7iNV1vqpV8UGNs/Tx8r/t0AyjlkmGrhkSrfruIECZ+lazmiJCbwU6H gkrvyFXG/qWu475RSxWM0DzRucbGY5U/OjbTBZHC4YlvkscXD380ypl/HSPf3rcG0W CyjQwHbfWTXJ1HY0/eOyP9sxbTR8Jl9iFbYJolbs=
From: MikkelFJ <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+0166e4ab19a1f533f2b52de7ccc8441eab3446b464d2d9e092cf00000001186900ef92a169ce0c2f403e@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/458823877@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_5c513eef9aa4b_2103fb5882d45c489763a"; 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/8vvjkdOpXO6GLTo4C2RakLTRYDQ>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
List-Id: Notification list for GitHub issues related to the QUIC WG <quic-issues.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=unsubscribe>
List-Archive: <https://mailarchive.ietf.org/arch/browse/quic-issues/>
List-Post: <mailto:quic-issues@ietf.org>
List-Help: <mailto:quic-issues-request@ietf.org?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, 30 Jan 2019 06:06:42 -0000

----==_mimepart_5c513eef9aa4b_2103fb5882d45c489763a
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: quoted-printable

How about making a solid DNS convention for alt-svc? If you use IP addres=
s directly, you probably also have port and protocol.=0D
=0D
=0D
________________________________=0D
Fra: Lucas Pardue <notifications@github.com>=0D
Sendt: onsdag, januar 30, 2019 6:10 AM=0D
Til: quicwg/base-drafts=0D
Cc: Subscribed=0D
Emne: Re: [quicwg/base-drafts] HTTP/QUIC without Alt-Svc? (#253)=0D
=0D
=0D
I have concerns about how happy eyeballs plays out for HTTP connection co=
alescing. I think it can be specified in a way that resolves my concerns,=
 and defining such guidance is crucial for making coalescing feasibly dep=
loyable.=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<https://github.com/quicwg=
/base-drafts/issues/253#issuecomment-458814047>, or mute the thread<https=
://github.com/notifications/unsubscribe-auth/AALzN3FmTplyBmLtvkoYZf4EVQmE=
6EgRks5vISkpgaJpZM4LzLA5>.=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/253#issuecomment-458823877=

----==_mimepart_5c513eef9aa4b_2103fb5882d45c489763a
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: quoted-printable

How about making a solid DNS convention for alt-svc? If you use IP addres=
s directly, you probably also have port and protocol.<br>=0D
<br>=0D
<br>=0D
________________________________<br>=0D
Fra: Lucas Pardue &lt;notifications@github.com&gt;<br>=0D
Sendt: onsdag, januar 30, 2019 6:10 AM<br>=0D
Til: quicwg/base-drafts<br>=0D
Cc: Subscribed<br>=0D
Emne: Re: [quicwg/base-drafts] HTTP/QUIC without Alt-Svc? (#253)<br>=0D
<br>=0D
<br>=0D
I have concerns about how happy eyeballs plays out for HTTP connection co=
alescing. I think it can be specified in a way that resolves my concerns,=
 and defining such guidance is crucial for making coalescing feasibly dep=
loyable.<br>=0D
<br>=0D
=E2=80=94<br>=0D
You are receiving this because you are subscribed to this thread.<br>=0D
Reply to this email directly, view it on GitHub&lt;https://github.com/qui=
cwg/base-drafts/issues/253#issuecomment-458814047&gt;, or mute the thread=
&lt;https://github.com/notifications/unsubscribe-auth/AALzN3FmTplyBmLtvko=
YZf4EVQmE6EgRks5vISkpgaJpZM4LzLA5&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/253#issuecomment-458823877">view it on GitHub</a>, =
or <a href=3D"https://github.com/notifications/unsubscribe-auth/AWbkq2Hk1=
xO2NkU6lRZl8vCrXhM0pWOzks5vITZvgaJpZM4LzLA5">mute the thread</a>.<img src=
=3D"https://github.com/notifications/beacon/AWbkq6rEIqwJlAR4rguSM0qb3Yvrp=
Tf6ks5vITZvgaJpZM4LzLA5.gif" height=3D"1" width=3D"1" alt=3D"" /></p>=0D
<script type=3D"application/json" data-scope=3D"inboxmarkup">{"api_versio=
n":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name"=
:"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"=
quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"http=
s://github.githubassets.com/images/email/message_cards/header.png","avata=
r_image_url":"https://github.githubassets.com/images/email/message_cards/=
avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/q=
uicwg/base-drafts"}},"updates":{"snippets":[{"icon":"PERSON","message":"@=
mikkelfj in #253: How about making a solid DNS convention for alt-svc? If=
 you use IP address directly, you probably also have port and protocol.\n=
\n\n________________________________\nFra: Lucas Pardue \u003cnotificatio=
ns@github.com\u003e\nSendt: onsdag, januar 30, 2019 6:10 AM\nTil: quicwg/=
base-drafts\nCc: Subscribed\nEmne: Re: [quicwg/base-drafts] HTTP/QUIC wit=
hout Alt-Svc? (#253)\n\n\nI have concerns about how happy eyeballs plays =
out for HTTP connection coalescing. I think it can be specified in a way =
that resolves my concerns, and defining such guidance is crucial for maki=
ng coalescing feasibly deployable.\n\n=E2=80=94\nYou are receiving this b=
ecause you are subscribed to this thread.\nReply to this email directly, =
view it on GitHub\u003chttps://github.com/quicwg/base-drafts/issues/253#i=
ssuecomment-458814047\u003e, or mute the thread\u003chttps://github.com/n=
otifications/unsubscribe-auth/AALzN3FmTplyBmLtvkoYZf4EVQmE6EgRks5vISkpgaJ=
pZM4LzLA5\u003e.\n"}],"action":{"name":"View Issue","url":"https://github=
.com/quicwg/base-drafts/issues/253#issuecomment-458823877"}}}</script>=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/253#issuecomment-=
458823877",=0D
"url": "https://github.com/quicwg/base-drafts/issues/253#issuecomment-458=
823877",=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_5c513eef9aa4b_2103fb5882d45c489763a--


From nobody Tue Jan 29 22:11: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 60DE71311C0 for <quic-issues@ietfa.amsl.com>; Tue, 29 Jan 2019 22:11:44 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -10.935
X-Spam-Level: 
X-Spam-Status: No, score=-10.935 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIMWL_WL_HIGH=-4.553, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, HTML_IMAGE_ONLY_24=1.618, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-1, RCVD_IN_DNSWL_HI=-5, SPF_PASS=-0.001] autolearn=ham autolearn_force=no
Authentication-Results: ietfa.amsl.com (amavisd-new); dkim=pass (1024-bit key) header.d=github.com
Received: 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-YebkY7ZHsz for <quic-issues@ietfa.amsl.com>; Tue, 29 Jan 2019 22:11: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 C83321311B3 for <quic-issues@ietf.org>; Tue, 29 Jan 2019 22:11:42 -0800 (PST)
Date: Tue, 29 Jan 2019 22:11:41 -0800
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1548828701; bh=kS7t9cxc2DlhPgsm9zogPS1UCWLVeKrCPT7OgPGGhBw=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=aIKCQ5zRsd8eorTqEGhQ3HoK2Y+zt6bUTjW4Suw4AcGy+4G8oQjdMc30dMwMp/64P j7WsYN1Mc0tX7UDBhlA9Arsu79MJYI/i0NftBDqEw2OtDtuZqtanQsB/QeXShBE+Ft rdsAZ3AoMPUdGprVncu9ZZHxoju6dJ3Zw8b5PJnQ=
From: Lucas Pardue <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+0166e4ab13b0eee30a0e59e8de8f2d26e10081b0455c8f9e92cf000000011869021d92a169ce0c2f403e@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/458824812@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_5c51401df0cc4_6ce33fb6b2cd45bc56338a"; 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/rOcMczvJPR44hLhbYLuMP-WkxRo>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
List-Id: Notification list for GitHub issues related to the QUIC WG <quic-issues.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=unsubscribe>
List-Archive: <https://mailarchive.ietf.org/arch/browse/quic-issues/>
List-Post: <mailto:quic-issues@ietf.org>
List-Help: <mailto:quic-issues-request@ietf.org?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, 30 Jan 2019 06:11:44 -0000

----==_mimepart_5c51401df0cc4_6ce33fb6b2cd45bc56338a
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

@mikkelfj do you mean the ALTSVC DNS record as proposed by Mike's I-D?

-- 
You are receiving this 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-458824812
----==_mimepart_5c51401df0cc4_6ce33fb6b2cd45bc56338a
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> do you mean the ALTSVC DNS record as proposed by Mike's I-D?</p>

<p style="font-size:small;-webkit-text-size-adjust:none;color:#666;">&mdash;<br />You are 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#issuecomment-458824812">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AWbkq2UE1S121yhO6HEfi22xh-hhhzQzks5vITedgaJpZM4LzLA5">mute the thread</a>.<img src="https://github.com/notifications/beacon/AWbkqx2XMydkYkRIIGzvz50uUBbz7kXdks5vITedgaJpZM4LzLA5.gif" height="1" width="1" alt="" /></p>
<script type="application/json" data-scope="inboxmarkup">{"api_version":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name":"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"https://github.githubassets.com/images/email/message_cards/header.png","avatar_image_url":"https://github.githubassets.com/images/email/message_cards/avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/quicwg/base-drafts"}},"updates":{"snippets":[{"icon":"PERSON","message":"@LPardue in #253: @mikkelfj do you mean the ALTSVC DNS record as proposed by Mike's I-D?"}],"action":{"name":"View Issue","url":"https://github.com/quicwg/base-drafts/issues/253#issuecomment-458824812"}}}</script>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/issues/253#issuecomment-458824812",
"url": "https://github.com/quicwg/base-drafts/issues/253#issuecomment-458824812",
"name": "View Issue"
},
"description": "View this Issue on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>
----==_mimepart_5c51401df0cc4_6ce33fb6b2cd45bc56338a--


From nobody Tue Jan 29 22:11: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 C216E1311C0 for <quic-issues@ietfa.amsl.com>; Tue, 29 Jan 2019 22:11:50 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -10.935
X-Spam-Level: 
X-Spam-Status: No, score=-10.935 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIMWL_WL_HIGH=-4.553, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, HTML_IMAGE_ONLY_24=1.618, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-1, RCVD_IN_DNSWL_HI=-5, SPF_PASS=-0.001] autolearn=ham autolearn_force=no
Authentication-Results: ietfa.amsl.com (amavisd-new); dkim=pass (1024-bit key) header.d=github.com
Received: from mail.ietf.org ([4.31.198.44]) by localhost (ietfa.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id dZ1KP5DEfifN for <quic-issues@ietfa.amsl.com>; Tue, 29 Jan 2019 22:11:49 -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 2D4531311C1 for <quic-issues@ietf.org>; Tue, 29 Jan 2019 22:11:49 -0800 (PST)
Date: Tue, 29 Jan 2019 22:11:48 -0800
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1548828708; bh=xEjjeHGn4YzNxb59xIiFTclWTFRRDRll+ifXcHbcDuM=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=10y3AAvOkiarheQUuyKX1Dz/XAzVhYPKcfJwqjFu3bl0uCImcJ1LxnliQ56nVsRpo 1nHY+dkydnZJRW4+ajD+TErPxW0UX9oW5fIRJB3XXm/Z7ZiUQr1ucEYH2NGKiDTuFh semqWBqT1HL6abPDAHDd4ED7LloFCVzGM/kOxMxo=
From: Martin Thomson <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+0166e4abb9b06db32e70881c38533ea925a534f2a2040e4792cf000000011869022492a169ce169ea5c2@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/issues/1989/458824837@github.com>
In-Reply-To: <quicwg/base-drafts/issues/1989@github.com>
References: <quicwg/base-drafts/issues/1989@github.com>
Subject: Re: [quicwg/base-drafts] frame type field of CONNECTION_CLOSE provides little value (#1989)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5c51402419500_51433fd5ef2d45c45952a"; 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/BDr8CE27tMb3FtZUj-3tNgfwhcY>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
List-Id: Notification list for GitHub issues related to the QUIC WG <quic-issues.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=unsubscribe>
List-Archive: <https://mailarchive.ietf.org/arch/browse/quic-issues/>
List-Post: <mailto:quic-issues@ietf.org>
List-Help: <mailto:quic-issues-request@ietf.org?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, 30 Jan 2019 06:11:51 -0000

----==_mimepart_5c51402419500_51433fd5ef2d45c45952a
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

Tokyo conclusion: keep the field, over @marten-seemann's objection.  Will confirm on the list.

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/quicwg/base-drafts/issues/1989#issuecomment-458824837
----==_mimepart_5c51402419500_51433fd5ef2d45c45952a
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

<p>Tokyo conclusion: keep the field, over <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>'s objection.  Will confirm on the list.</p>

<p style="font-size:small;-webkit-text-size-adjust:none;color:#666;">&mdash;<br />You are receiving this because you are subscribed to this thread.<br />Reply to this email directly, <a href="https://github.com/quicwg/base-drafts/issues/1989#issuecomment-458824837">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AWbkq3hvkVQATBwKhAq7GWPAwM4pTZ08ks5vITekgaJpZM4YYWeK">mute the thread</a>.<img src="https://github.com/notifications/beacon/AWbkq54hM2Ix1nhe05-ERM0MR-P2zqoYks5vITekgaJpZM4YYWeK.gif" height="1" width="1" alt="" /></p>
<script type="application/json" data-scope="inboxmarkup">{"api_version":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name":"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"https://github.githubassets.com/images/email/message_cards/header.png","avatar_image_url":"https://github.githubassets.com/images/email/message_cards/avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/quicwg/base-drafts"}},"updates":{"snippets":[{"icon":"PERSON","message":"@martinthomson in #1989: Tokyo conclusion: keep the field, over @marten-seemann's objection.  Will confirm on the list."}],"action":{"name":"View Issue","url":"https://github.com/quicwg/base-drafts/issues/1989#issuecomment-458824837"}}}</script>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/issues/1989#issuecomment-458824837",
"url": "https://github.com/quicwg/base-drafts/issues/1989#issuecomment-458824837",
"name": "View Issue"
},
"description": "View this Issue on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>
----==_mimepart_5c51402419500_51433fd5ef2d45c45952a--


From nobody Tue Jan 29 22:11: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 35EF41311B3 for <quic-issues@ietfa.amsl.com>; Tue, 29 Jan 2019 22:11:51 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -10.935
X-Spam-Level: 
X-Spam-Status: No, score=-10.935 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIMWL_WL_HIGH=-4.553, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, HTML_IMAGE_ONLY_24=1.618, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-1, RCVD_IN_DNSWL_HI=-5, SPF_PASS=-0.001] autolearn=ham autolearn_force=no
Authentication-Results: ietfa.amsl.com (amavisd-new); dkim=pass (1024-bit key) header.d=github.com
Received: from mail.ietf.org ([4.31.198.44]) by localhost (ietfa.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id O8QvaWqeLeJu for <quic-issues@ietfa.amsl.com>; Tue, 29 Jan 2019 22:11: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 9E5E91311C4 for <quic-issues@ietf.org>; Tue, 29 Jan 2019 22:11:49 -0800 (PST)
Date: Tue, 29 Jan 2019 22:11:48 -0800
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1548828708; bh=baXY+m2xoZsPl04YoSrA4qvMJGQMSdrKIm2Iy9BUgok=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=saMQXk3/7ilp9xSf9m22NORMXAisafnYt2rRVjzifwztGdq1BV0OEs49EWDdXEPIQ QThhZ0FhMptrDUolf+n0f9n1cgF9vCBFplmxPG3dREdm6YqTtzdH+yv/2e5fLMaK7L YOl9OlkkEpI2X75rAFFaUOidnuvbpG0dSTGHANzY=
From: Martin Thomson <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+0166e4abb9b06db32e70881c38533ea925a534f2a2040e4792cf000000011869022492a169ce169ea5c2@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/issue/1989/issue_event/2105620855@github.com>
In-Reply-To: <quicwg/base-drafts/issues/1989@github.com>
References: <quicwg/base-drafts/issues/1989@github.com>
Subject: Re: [quicwg/base-drafts] frame type field of CONNECTION_CLOSE provides little value (#1989)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5c514024c6194_65123ff1f36d45b49041b9"; 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/emvyWDNV-7mT498bE8-0TfyM7OI>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
List-Id: Notification list for GitHub issues related to the QUIC WG <quic-issues.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=unsubscribe>
List-Archive: <https://mailarchive.ietf.org/arch/browse/quic-issues/>
List-Post: <mailto:quic-issues@ietf.org>
List-Help: <mailto:quic-issues-request@ietf.org?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, 30 Jan 2019 06:11:51 -0000

----==_mimepart_5c514024c6194_65123ff1f36d45b49041b9
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

Closed #1989.

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/quicwg/base-drafts/issues/1989#event-2105620855
----==_mimepart_5c514024c6194_65123ff1f36d45b49041b9
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="379495874" data-permission-text="Issue title is private" data-url="https://github.com/quicwg/base-drafts/issues/1989" data-hovercard-type="issue" data-hovercard-url="/quicwg/base-drafts/issues/1989/hovercard" href="https://github.com/quicwg/base-drafts/issues/1989">#1989</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/1989#event-2105620855">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AWbkq3hvkVQATBwKhAq7GWPAwM4pTZ08ks5vITekgaJpZM4YYWeK">mute the thread</a>.<img src="https://github.com/notifications/beacon/AWbkq54hM2Ix1nhe05-ERM0MR-P2zqoYks5vITekgaJpZM4YYWeK.gif" height="1" width="1" alt="" /></p>
<script type="application/json" data-scope="inboxmarkup">{"api_version":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name":"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"https://github.githubassets.com/images/email/message_cards/header.png","avatar_image_url":"https://github.githubassets.com/images/email/message_cards/avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/quicwg/base-drafts"}},"updates":{"snippets":[{"icon":"DESCRIPTION","message":"Closed #1989."}],"action":{"name":"View Issue","url":"https://github.com/quicwg/base-drafts/issues/1989#event-2105620855"}}}</script>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/issues/1989#event-2105620855",
"url": "https://github.com/quicwg/base-drafts/issues/1989#event-2105620855",
"name": "View Issue"
},
"description": "View this Issue on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>
----==_mimepart_5c514024c6194_65123ff1f36d45b49041b9--


From nobody Tue Jan 29 22:12: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 C626C1311C0 for <quic-issues@ietfa.amsl.com>; Tue, 29 Jan 2019 22:12:19 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -5.935
X-Spam-Level: 
X-Spam-Status: No, score=-5.935 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIMWL_WL_HIGH=-4.553, DKIM_SIGNED=0.1, DKIM_VALID=-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_PASS=-0.001] autolearn=ham autolearn_force=no
Authentication-Results: ietfa.amsl.com (amavisd-new); dkim=pass (1024-bit key) header.d=github.com
Received: from mail.ietf.org ([4.31.198.44]) by localhost (ietfa.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id G5twmdIamL6b for <quic-issues@ietfa.amsl.com>; Tue, 29 Jan 2019 22:12:18 -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 E707B1311B3 for <quic-issues@ietf.org>; Tue, 29 Jan 2019 22:12:17 -0800 (PST)
DKIM-Signature: v=1; a=rsa-sha1; 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=sWaoG2LA6m+2y0G6OJeQTauSz68=; b=ZKSE/fNXFHfFVBjB wgeqG9WEjFz/A119gqC/kBtxPPokYdjmlsk9Yc2cjHJE4lNwMWLuDqEbKiPWsLMp H/Pf0hyY20nysE8Yk6qgV4hWu/XDix5QeCrn/c12jyKpleaU9nOZR4TGJ/Lj/Kg9 4RLiNmPKu2HIDMMRDczkyPS01p8=
Received: by filter1678p1mdw1.sendgrid.net with SMTP id filter1678p1mdw1-21875-5C514040-E 2019-01-30 06:12:16.858051461 +0000 UTC m=+114879.023013133
Received: from github-lowworker-e8fa9ff.cp1-iad.github.net (unknown [192.30.252.43]) by ismtpd0018p1iad2.sendgrid.net (SG) with ESMTP id 3xt6Dy38TCC1nby8kSX98w for <quic-issues@ietf.org>; Wed, 30 Jan 2019 06:12:16.820 +0000 (UTC)
Received: from github.com (localhost [127.0.0.1]) by github-lowworker-e8fa9ff.cp1-iad.github.net (Postfix) with ESMTP id C155A420723 for <quic-issues@ietf.org>; Tue, 29 Jan 2019 22:12:16 -0800 (PST)
Date: Wed, 30 Jan 2019 06:12:16 +0000 (UTC)
From: ianswett <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+0166e4ab2fe89de335d8971674737bd8282c31ea34a40ac292cf000000011869024092a169ce181df4d8@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/issues/2388/458824927@github.com>
In-Reply-To: <quicwg/base-drafts/issues/2388@github.com>
References: <quicwg/base-drafts/issues/2388@github.com>
Subject: Re: [quicwg/base-drafts] Articulate principles for definition of error codes (#2388)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5c514040c0042_15eb3fb3cfad45b8894042"; 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
X-SG-EID: l64QuQ2uJCcEyUykJbxN122A6QRmEpucztpreh3Pak1L9JrT86YjZX2YAjZJPQlBcUvt+bJgtWayax JsyySgS7MhNrti0e7VM+7fGDO6iht+W8joaayCO9+XRkzCrUxILDBb1F0iXK7uguW/AvPFX9vA56a7 pH1XlQ1OPX82Hq4Ric1VwcP2RXeAJ9XdQQvWjHojXaXfNPKzT9TB0Z9ABw==
Archived-At: <https://mailarchive.ietf.org/arch/msg/quic-issues/1-xmn9BjKg31uzmkvdIUEOYQ2oM>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
List-Id: Notification list for GitHub issues related to the QUIC WG <quic-issues.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=unsubscribe>
List-Archive: <https://mailarchive.ietf.org/arch/browse/quic-issues/>
List-Post: <mailto:quic-issues@ietf.org>
List-Help: <mailto:quic-issues-request@ietf.org?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, 30 Jan 2019 06:12:20 -0000

----==_mimepart_5c514040c0042_15eb3fb3cfad45b8894042
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

#1989 is example of an issue discussed where it would have been useful to have 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/issues/2388#issuecomment-458824927
----==_mimepart_5c514040c0042_15eb3fb3cfad45b8894042
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="379495874" data-permission-text="Issue title is private" data-url="https://github.com/quicwg/base-drafts/issues/1989" data-hovercard-type="issue" data-hovercard-url="/quicwg/base-drafts/issues/1989/hovercard" href="https://github.com/quicwg/base-drafts/issues/1989">#1989</a> is example of an issue discussed where it would have been useful to have 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/issues/2388#issuecomment-458824927">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AWbkq2RF_g7c-DW12AGfc-Z9JOtOp-GTks5vITfAgaJpZM4aZhLJ">mute the thread</a>.<img src="https://github.com/notifications/beacon/AWbkqysHK9TvIJoM1wOxMHgIl-uoTR-Oks5vITfAgaJpZM4aZhLJ.gif" height="1" width="1" alt="" /></p>
<script type="application/json" data-scope="inboxmarkup">{"api_version":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name":"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"https://github.githubassets.com/images/email/message_cards/header.png","avatar_image_url":"https://github.githubassets.com/images/email/message_cards/avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/quicwg/base-drafts"}},"updates":{"snippets":[{"icon":"PERSON","message":"@ianswett in #2388: #1989 is example of an issue discussed where it would have been useful to have principles."}],"action":{"name":"View Issue","url":"https://github.com/quicwg/base-drafts/issues/2388#issuecomment-458824927"}}}</script>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/issues/2388#issuecomment-458824927",
"url": "https://github.com/quicwg/base-drafts/issues/2388#issuecomment-458824927",
"name": "View Issue"
},
"description": "View this Issue on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>
----==_mimepart_5c514040c0042_15eb3fb3cfad45b8894042--


From nobody Tue Jan 29 22:15: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 F2D2E1311C1 for <quic-issues@ietfa.amsl.com>; Tue, 29 Jan 2019 22:15:48 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -11.007
X-Spam-Level: 
X-Spam-Status: No, score=-11.007 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIMWL_WL_HIGH=-4.553, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, HTML_IMAGE_ONLY_20=1.546, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-1, RCVD_IN_DNSWL_HI=-5, SPF_PASS=-0.001] autolearn=ham autolearn_force=no
Authentication-Results: ietfa.amsl.com (amavisd-new); dkim=pass (1024-bit key) header.d=github.com
Received: from mail.ietf.org ([4.31.198.44]) by localhost (ietfa.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 6Qzksht12ODb for <quic-issues@ietfa.amsl.com>; Tue, 29 Jan 2019 22:15:47 -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 5E7701311B3 for <quic-issues@ietf.org>; Tue, 29 Jan 2019 22:15:47 -0800 (PST)
Date: Tue, 29 Jan 2019 22:15:46 -0800
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1548828946; bh=pzZTJV1ulnoOCaKzcAB6FbpXwl1GEufqN45AeZjj+7A=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=2cNCx+ja+x3ABZyAnpzo1wb7YqmAy3+g3VTGLJ2EpZ+Y4K3i6D4LTJMwcAHoAr53y M3mLkEzTDDsl5JDFfNYB33cf6jYJOurPq1chzsNAjaq3b7up08EgZCwCHd8fXo66wW EGAgdSxED9aaQMeDMKFy9uIT40FvawCncoggZ0bg=
From: Martin Thomson <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+0166e4abf206f1ec2c443321c1af54b02cba145e52cc041592cf000000011869031292a169ce169ea713@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/issues/1990/458825577@github.com>
In-Reply-To: <quicwg/base-drafts/issues/1990@github.com>
References: <quicwg/base-drafts/issues/1990@github.com>
Subject: Re: [quicwg/base-drafts] encoding of CONNECTION_CLOSE reason phrases (#1990)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5c51411287c3d_1ff23fcffbcd45b476615d"; 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/l9C_33WnNKREzoFFQ_J_QmWzek4>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
List-Id: Notification list for GitHub issues related to the QUIC WG <quic-issues.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=unsubscribe>
List-Archive: <https://mailarchive.ietf.org/arch/browse/quic-issues/>
List-Post: <mailto:quic-issues@ietf.org>
List-Help: <mailto:quic-issues-request@ietf.org?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, 30 Jan 2019 06:15:49 -0000

----==_mimepart_5c51411287c3d_1ff23fcffbcd45b476615d
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

Tokyo conclusion: We already have a SHOULD for UTF-8 text.  No language tag will be 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/issues/1990#issuecomment-458825577
----==_mimepart_5c51411287c3d_1ff23fcffbcd45b476615d
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

<p>Tokyo conclusion: We already have a SHOULD for UTF-8 text.  No language tag will be 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/issues/1990#issuecomment-458825577">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AWbkq8QiEacQlXGmkJcxNuLPSbifIfsSks5vITiSgaJpZM4YYWmQ">mute the thread</a>.<img src="https://github.com/notifications/beacon/AWbkq7GsiOfRQ3fuYFJP0T9iAG3qXHJHks5vITiSgaJpZM4YYWmQ.gif" height="1" width="1" alt="" /></p>
<script type="application/json" data-scope="inboxmarkup">{"api_version":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name":"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"https://github.githubassets.com/images/email/message_cards/header.png","avatar_image_url":"https://github.githubassets.com/images/email/message_cards/avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/quicwg/base-drafts"}},"updates":{"snippets":[{"icon":"PERSON","message":"@martinthomson in #1990: Tokyo conclusion: We already have a SHOULD for UTF-8 text.  No language tag will be added."}],"action":{"name":"View Issue","url":"https://github.com/quicwg/base-drafts/issues/1990#issuecomment-458825577"}}}</script>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/issues/1990#issuecomment-458825577",
"url": "https://github.com/quicwg/base-drafts/issues/1990#issuecomment-458825577",
"name": "View Issue"
},
"description": "View this Issue on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>
----==_mimepart_5c51411287c3d_1ff23fcffbcd45b476615d--


From nobody Tue Jan 29 22:15: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 723401311B3 for <quic-issues@ietfa.amsl.com>; Tue, 29 Jan 2019 22:15:49 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -10.935
X-Spam-Level: 
X-Spam-Status: No, score=-10.935 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIMWL_WL_HIGH=-4.553, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, HTML_IMAGE_ONLY_24=1.618, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-1, RCVD_IN_DNSWL_HI=-5, SPF_PASS=-0.001] autolearn=ham autolearn_force=no
Authentication-Results: ietfa.amsl.com (amavisd-new); dkim=pass (1024-bit key) header.d=github.com
Received: from mail.ietf.org ([4.31.198.44]) by localhost (ietfa.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id tY6ovmNkIp76 for <quic-issues@ietfa.amsl.com>; Tue, 29 Jan 2019 22:15: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 BD42F1311C0 for <quic-issues@ietf.org>; Tue, 29 Jan 2019 22:15:47 -0800 (PST)
Date: Tue, 29 Jan 2019 22:15:46 -0800
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1548828946; bh=rSvQob/+jOGFLkMchYyO4rNaCSyrVy36CgBe4l0bEKs=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=HRJf/1inyOC9pGEdaAiYJntP3WYFlQCMLnLZWPJC+r1urEmBWPh/u+k1HrsfqSLXx iuMxBt4DaroccguK+GTT0OdIcQmYCRhskpV2mmT1cVPXfP85ITMMLtt/g/qIIDDyxC THLxxYYLZRMgpfhnd8Qtkl0wWfu2Zqe3ndIth8wM=
From: Martin Thomson <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+0166e4abf206f1ec2c443321c1af54b02cba145e52cc041592cf000000011869031292a169ce169ea713@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/issue/1990/issue_event/2105625886@github.com>
In-Reply-To: <quicwg/base-drafts/issues/1990@github.com>
References: <quicwg/base-drafts/issues/1990@github.com>
Subject: Re: [quicwg/base-drafts] encoding of CONNECTION_CLOSE reason phrases (#1990)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5c514112e2805_65123ff1f36d45b4915390"; 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/7SuF5wIqMOnCb5YIDcMTAo_EQjw>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
List-Id: Notification list for GitHub issues related to the QUIC WG <quic-issues.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=unsubscribe>
List-Archive: <https://mailarchive.ietf.org/arch/browse/quic-issues/>
List-Post: <mailto:quic-issues@ietf.org>
List-Help: <mailto:quic-issues-request@ietf.org?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, 30 Jan 2019 06:15:50 -0000

----==_mimepart_5c514112e2805_65123ff1f36d45b4915390
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

Closed #1990.

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/quicwg/base-drafts/issues/1990#event-2105625886
----==_mimepart_5c514112e2805_65123ff1f36d45b4915390
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="379496211" data-permission-text="Issue title is private" data-url="https://github.com/quicwg/base-drafts/issues/1990" data-hovercard-type="issue" data-hovercard-url="/quicwg/base-drafts/issues/1990/hovercard" href="https://github.com/quicwg/base-drafts/issues/1990">#1990</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/1990#event-2105625886">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AWbkq8QiEacQlXGmkJcxNuLPSbifIfsSks5vITiSgaJpZM4YYWmQ">mute the thread</a>.<img src="https://github.com/notifications/beacon/AWbkq7GsiOfRQ3fuYFJP0T9iAG3qXHJHks5vITiSgaJpZM4YYWmQ.gif" height="1" width="1" alt="" /></p>
<script type="application/json" data-scope="inboxmarkup">{"api_version":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name":"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"https://github.githubassets.com/images/email/message_cards/header.png","avatar_image_url":"https://github.githubassets.com/images/email/message_cards/avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/quicwg/base-drafts"}},"updates":{"snippets":[{"icon":"DESCRIPTION","message":"Closed #1990."}],"action":{"name":"View Issue","url":"https://github.com/quicwg/base-drafts/issues/1990#event-2105625886"}}}</script>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/issues/1990#event-2105625886",
"url": "https://github.com/quicwg/base-drafts/issues/1990#event-2105625886",
"name": "View Issue"
},
"description": "View this Issue on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>
----==_mimepart_5c514112e2805_65123ff1f36d45b4915390--


From nobody Tue Jan 29 22:17: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 089B11311C0 for <quic-issues@ietfa.amsl.com>; Tue, 29 Jan 2019 22:17:58 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -10.935
X-Spam-Level: 
X-Spam-Status: No, score=-10.935 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIMWL_WL_HIGH=-4.553, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, HTML_IMAGE_ONLY_24=1.618, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-1, RCVD_IN_DNSWL_HI=-5, SPF_PASS=-0.001] autolearn=ham autolearn_force=no
Authentication-Results: ietfa.amsl.com (amavisd-new); dkim=pass (1024-bit key) header.d=github.com
Received: from mail.ietf.org ([4.31.198.44]) by localhost (ietfa.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id tJvdYnDP_O62 for <quic-issues@ietfa.amsl.com>; Tue, 29 Jan 2019 22:17: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 67ADA1311B3 for <quic-issues@ietf.org>; Tue, 29 Jan 2019 22:17:56 -0800 (PST)
Date: Tue, 29 Jan 2019 22:17:55 -0800
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1548829075; bh=RLLXkOOImLbQWpz56n5Og62BPzoQ7oNZJzJEuPcy3a0=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=uqbaWKEOY6RKai62OlimqVjbk82f9dZJXiPabHpoPrFTzUgAKq9tv/d8/QomAdsQN e2aZMlvPHxZf2ohHNgDtIJ84cKq8IgLBXopIviixq6MF8L1gmxbi1c9bcSBD7iBMUg DDPRUe4A/HHTBoIorfYsuIKVyzkQcwoTbspAPbQ8=
From: Christian Huitema <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+0166e4ab0f495d3a64c2c6351e2dfc9dffe165412c4926a792cf000000011869039392a169ce174b9201@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/issues/2151/458825946@github.com>
In-Reply-To: <quicwg/base-drafts/issues/2151@github.com>
References: <quicwg/base-drafts/issues/2151@github.com>
Subject: Re: [quicwg/base-drafts] Where can you send CONNECTION_CLOSE (#2151)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5c514193501fb_6a573fa2b5ad45c09365da"; 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/YJWntR773MMK8qltRKVFYDp4H3E>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
List-Id: Notification list for GitHub issues related to the QUIC WG <quic-issues.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=unsubscribe>
List-Archive: <https://mailarchive.ietf.org/arch/browse/quic-issues/>
List-Post: <mailto:quic-issues@ietf.org>
List-Help: <mailto:quic-issues-request@ietf.org?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, 30 Jan 2019 06:17:58 -0000

----==_mimepart_5c514193501fb_6a573fa2b5ad45c09365da
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

I had to fix a bug in which Picoquic was sending a connection close in handshake while the peer would not have the handshake key when receiving the message...


-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/quicwg/base-drafts/issues/2151#issuecomment-458825946
----==_mimepart_5c514193501fb_6a573fa2b5ad45c09365da
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

<p>I had to fix a bug in which Picoquic was sending a connection close in handshake while the peer would not have the handshake key when receiving the message...</p>

<p style="font-size:small;-webkit-text-size-adjust:none;color:#666;">&mdash;<br />You are receiving this because you are subscribed to this thread.<br />Reply to this email directly, <a href="https://github.com/quicwg/base-drafts/issues/2151#issuecomment-458825946">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AWbkqwJw6dDPpb3dvSwknRrB9uCs7ANhks5vITkTgaJpZM4ZSSZg">mute the thread</a>.<img src="https://github.com/notifications/beacon/AWbkq9BTcAEeQvTySPZ8sSjG0ho3NGVTks5vITkTgaJpZM4ZSSZg.gif" height="1" width="1" alt="" /></p>
<script type="application/json" data-scope="inboxmarkup">{"api_version":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name":"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"https://github.githubassets.com/images/email/message_cards/header.png","avatar_image_url":"https://github.githubassets.com/images/email/message_cards/avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/quicwg/base-drafts"}},"updates":{"snippets":[{"icon":"PERSON","message":"@huitema in #2151: I had to fix a bug in which Picoquic was sending a connection close in handshake while the peer would not have the handshake key when receiving the message...\r\n"}],"action":{"name":"View Issue","url":"https://github.com/quicwg/base-drafts/issues/2151#issuecomment-458825946"}}}</script>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/issues/2151#issuecomment-458825946",
"url": "https://github.com/quicwg/base-drafts/issues/2151#issuecomment-458825946",
"name": "View Issue"
},
"description": "View this Issue on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>
----==_mimepart_5c514193501fb_6a573fa2b5ad45c09365da--


From nobody Tue Jan 29 22: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 640201311C0 for <quic-issues@ietfa.amsl.com>; Tue, 29 Jan 2019 22:20:48 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -12.552
X-Spam-Level: 
X-Spam-Status: No, score=-12.552 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIMWL_WL_HIGH=-4.553, 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_PASS=-0.001] autolearn=ham autolearn_force=no
Authentication-Results: ietfa.amsl.com (amavisd-new); dkim=pass (1024-bit key) header.d=github.com
Received: from mail.ietf.org ([4.31.198.44]) by localhost (ietfa.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id Mr22FJC-g5ZT for <quic-issues@ietfa.amsl.com>; Tue, 29 Jan 2019 22:20:46 -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 A39BD1311B3 for <quic-issues@ietf.org>; Tue, 29 Jan 2019 22:20:46 -0800 (PST)
Date: Tue, 29 Jan 2019 22:20:45 -0800
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1548829245; bh=GvzLm48eAqLLpAK3eG1RPfbrvZRNbW+ZaqNZq0j97GA=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=ZbO0Lw9CyBQXhyOpFNvQcV3ErUG5FtRZJPsQPYnnHh38o5X4PSUoLo6Hq+OlZd7TL 88DZMRtLdlcIDJOfdzJ8ybvV7kqAC1i0CCourz0bqssH5pFPppQ/fJggqewsxQ7+er W89MNjHsaQhouCTNCnGCrzDjlarssgd1dmgRpWwU=
From: Marten Seemann <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+0166e4ab7523faf0d33c7b1d47f152953056130e077dc3b892cf000000011869043d92a169ce171ddb1f@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/issues/2101/458826481@github.com>
In-Reply-To: <quicwg/base-drafts/issues/2101@github.com>
References: <quicwg/base-drafts/issues/2101@github.com>
Subject: Re: [quicwg/base-drafts] Should retiring all CIDs be an error? (#2101)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5c51423dba72e_11db3fe3f08d45b41326437"; 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/_mXIs2vpAIYucMoHu7e0CcZ9deo>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
List-Id: Notification list for GitHub issues related to the QUIC WG <quic-issues.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=unsubscribe>
List-Archive: <https://mailarchive.ietf.org/arch/browse/quic-issues/>
List-Post: <mailto:quic-issues@ietf.org>
List-Help: <mailto:quic-issues-request@ietf.org?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, 30 Jan 2019 06:20:48 -0000

----==_mimepart_5c51423dba72e_11db3fe3f08d45b41326437
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

> My understanding is that CIDs must be used in order. Given that, if you retire CID A in a packet with CID B then you can't then send CID A in a subsequent packet. And vice versa, so I think we're ok assuming CIDs must be used in order.

@ianswett I don't think we have that requirement. You're allowed to use multiple CIDs at the same time. Or did I miss any text in the 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/2101#issuecomment-458826481
----==_mimepart_5c51423dba72e_11db3fe3f08d45b41326437
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: quoted-printable

<blockquote>
<p>My understanding is that CIDs must be used in order. Given that, if yo=
u retire CID A in a packet with CID B then you can't then send CID A in a=
 subsequent packet. And vice versa, so I think we're ok assuming CIDs mus=
t be used in order.</p>
</blockquote>
<p><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"https://github.com=
/ianswett">@ianswett</a> I don't think we have that requirement. You're a=
llowed to use multiple CIDs at the same time. Or did I miss any text in t=
he spec?</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/2101#issuecomment-458826481">view it on GitHub</a>,=
 or <a href=3D"https://github.com/notifications/unsubscribe-auth/AWbkq1cO=
KZzKLHHuw_YnTjki0WMSwvqIks5vITm9gaJpZM4ZDD-x">mute the thread</a>.<img sr=
c=3D"https://github.com/notifications/beacon/AWbkq66Ky8xxNGG2u1MGAzxAhlgv=
6LpEks5vITm9gaJpZM4ZDD-x.gif" height=3D"1" width=3D"1" alt=3D"" /></p>
<script type=3D"application/json" data-scope=3D"inboxmarkup">{"api_versio=
n":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name"=
:"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"=
quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"http=
s://github.githubassets.com/images/email/message_cards/header.png","avata=
r_image_url":"https://github.githubassets.com/images/email/message_cards/=
avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/q=
uicwg/base-drafts"}},"updates":{"snippets":[{"icon":"PERSON","message":"@=
marten-seemann in #2101: \u003e My understanding is that CIDs must be use=
d in order. Given that, if you retire CID A in a packet with CID B then y=
ou can't then send CID A in a subsequent packet. And vice versa, so I thi=
nk we're ok assuming CIDs must be used in order.\r\n\r\n@ianswett I don't=
 think we have that requirement. You're allowed to use multiple CIDs at t=
he same time. Or did I miss any text in the spec?"}],"action":{"name":"Vi=
ew Issue","url":"https://github.com/quicwg/base-drafts/issues/2101#issuec=
omment-458826481"}}}</script>
<script type=3D"application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/issues/2101#issuecomment=
-458826481",
"url": "https://github.com/quicwg/base-drafts/issues/2101#issuecomment-45=
8826481",
"name": "View Issue"
},
"description": "View this Issue on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>=

----==_mimepart_5c51423dba72e_11db3fe3f08d45b41326437--


From nobody Tue Jan 29 22:22: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 288171311C6 for <quic-issues@ietfa.amsl.com>; Tue, 29 Jan 2019 22:22:56 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -10.935
X-Spam-Level: 
X-Spam-Status: No, score=-10.935 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIMWL_WL_HIGH=-4.553, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, HTML_IMAGE_ONLY_24=1.618, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-1, RCVD_IN_DNSWL_HI=-5, SPF_PASS=-0.001] autolearn=ham autolearn_force=no
Authentication-Results: ietfa.amsl.com (amavisd-new); dkim=pass (1024-bit key) header.d=github.com
Received: from mail.ietf.org ([4.31.198.44]) by localhost (ietfa.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id aR5ehoELQwMV for <quic-issues@ietfa.amsl.com>; Tue, 29 Jan 2019 22:22: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 33A271311C0 for <quic-issues@ietf.org>; Tue, 29 Jan 2019 22:22:54 -0800 (PST)
Date: Tue, 29 Jan 2019 22:22:53 -0800
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1548829373; bh=7T9jHpQDXPL3j+clAXMaJwzeZnGbK3cHT55Zb+q2o+k=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=OzFdgL4VUYJoOPQH2t4vhbONNVRapNKznjyR7ex/OMPHswqm+BJuPs3h57PMQbMIF HqCKGIKlkbW6KC9bi8CQeBEorxGcBDS3qmikljOuBJ07rbXt00ltbR9GeXTiYi6kcK kKd00JCKcsOayuKX/WwyCjN2lYmviCt1BDNaurzA=
From: Mike Bishop <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+0166e4ab87cc43caae31485fafd935c5dbfa1d7df948466292cf00000001186904bd92a169ce171ddb1f@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/issues/2101/458826886@github.com>
In-Reply-To: <quicwg/base-drafts/issues/2101@github.com>
References: <quicwg/base-drafts/issues/2101@github.com>
Subject: Re: [quicwg/base-drafts] Should retiring all CIDs be an error? (#2101)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5c5142bd4eebb_52753fd5ef2d45c485438f"; 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/mm2Q3MOCVEvb8R4K5dPmIE_woIY>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
List-Id: Notification list for GitHub issues related to the QUIC WG <quic-issues.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=unsubscribe>
List-Archive: <https://mailarchive.ietf.org/arch/browse/quic-issues/>
List-Post: <mailto:quic-issues@ietf.org>
List-Help: <mailto:quic-issues-request@ietf.org?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, 30 Jan 2019 06:22:56 -0000

----==_mimepart_5c5142bd4eebb_52753fd5ef2d45c485438f
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

Not "used in order," but you can't use the CID after retiring it.  One of those two packets would violate 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/2101#issuecomment-458826886
----==_mimepart_5c5142bd4eebb_52753fd5ef2d45c485438f
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

<p>Not "used in order," but you can't use the CID after retiring it.  One of those two packets would violate 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/2101#issuecomment-458826886">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AWbkq53TA0BgXRWNLQHcpr17ZJ1AOwZJks5vITo9gaJpZM4ZDD-x">mute the thread</a>.<img src="https://github.com/notifications/beacon/AWbkq_-bgSBt5fxEtfgQZMpuZHgIYqvAks5vITo9gaJpZM4ZDD-x.gif" height="1" width="1" alt="" /></p>
<script type="application/json" data-scope="inboxmarkup">{"api_version":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name":"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"https://github.githubassets.com/images/email/message_cards/header.png","avatar_image_url":"https://github.githubassets.com/images/email/message_cards/avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/quicwg/base-drafts"}},"updates":{"snippets":[{"icon":"PERSON","message":"@MikeBishop in #2101: Not \"used in order,\" but you can't use the CID after retiring it.  One of those two packets would violate that."}],"action":{"name":"View Issue","url":"https://github.com/quicwg/base-drafts/issues/2101#issuecomment-458826886"}}}</script>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/issues/2101#issuecomment-458826886",
"url": "https://github.com/quicwg/base-drafts/issues/2101#issuecomment-458826886",
"name": "View Issue"
},
"description": "View this Issue on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>
----==_mimepart_5c5142bd4eebb_52753fd5ef2d45c485438f--


From nobody Tue Jan 29 22:23: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 8BC121311F7 for <quic-issues@ietfa.amsl.com>; Tue, 29 Jan 2019 22:23:13 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -10.935
X-Spam-Level: 
X-Spam-Status: No, score=-10.935 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIMWL_WL_HIGH=-4.553, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, HTML_IMAGE_ONLY_24=1.618, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-1, RCVD_IN_DNSWL_HI=-5, SPF_PASS=-0.001] autolearn=ham autolearn_force=no
Authentication-Results: ietfa.amsl.com (amavisd-new); dkim=pass (1024-bit key) header.d=github.com
Received: from mail.ietf.org ([4.31.198.44]) by localhost (ietfa.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id Ci4RBfZ3xa9Z for <quic-issues@ietfa.amsl.com>; Tue, 29 Jan 2019 22:23: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 E5CA41311EC for <quic-issues@ietf.org>; Tue, 29 Jan 2019 22:23:11 -0800 (PST)
Date: Tue, 29 Jan 2019 22:23:10 -0800
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1548829391; bh=XiNvqu62YdTjPDh9TF3w3r0UNIfeUsfk5JJV5M8Okpg=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=IcD5KmFw+xBsxUPJ+7oxKBDLX+iZiNq/EPq5EiRDcXv+0THkjATI1mcamVsWOTdi1 7E0OCvzuSIFDSL2DF15cN6/ivMjyVXBE1JKa3dzuvN4He03eP+L0MPxG62syPnRefy lxAFN1EycHJHdTCdKZVbCpBa1lfbUtT4B19U3TWs=
From: Martin Thomson <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+0166e4ab49bd5c7d5760fda73e3eaf82b25e78dc0e59450992cf00000001186904ce92a169ce174b9201@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/issues/2151/458826957@github.com>
In-Reply-To: <quicwg/base-drafts/issues/2151@github.com>
References: <quicwg/base-drafts/issues/2151@github.com>
Subject: Re: [quicwg/base-drafts] Where can you send CONNECTION_CLOSE (#2151)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5c5142cef13be_73a13fe4830d45c4851555"; 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/FYsMI8KE5qyuKPVZCkngwJxBZDs>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
List-Id: Notification list for GitHub issues related to the QUIC WG <quic-issues.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=unsubscribe>
List-Archive: <https://mailarchive.ietf.org/arch/browse/quic-issues/>
List-Post: <mailto:quic-issues@ietf.org>
List-Help: <mailto:quic-issues-request@ietf.org?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, 30 Jan 2019 06:23:18 -0000

----==_mimepart_5c5142cef13be_73a13fe4830d45c4851555
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

Tokyo conclusion: the principle here is that we want to use the highest level we know the peer to be able to read.  Reassign to editorial to a) include this principle, and b) make the text clearer.

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/quicwg/base-drafts/issues/2151#issuecomment-458826957
----==_mimepart_5c5142cef13be_73a13fe4830d45c4851555
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

<p>Tokyo conclusion: the principle here is that we want to use the highest level we know the peer to be able to read.  Reassign to editorial to a) include this principle, and b) make the text clearer.</p>

<p style="font-size:small;-webkit-text-size-adjust:none;color:#666;">&mdash;<br />You are receiving this because you are subscribed to this thread.<br />Reply to this email directly, <a href="https://github.com/quicwg/base-drafts/issues/2151#issuecomment-458826957">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AWbkq7CTTj9C_J9HkilNL2T2tyVvpqxfks5vITpOgaJpZM4ZSSZg">mute the thread</a>.<img src="https://github.com/notifications/beacon/AWbkq_evp_1JcoGbMdmFd58DndJHKcB1ks5vITpOgaJpZM4ZSSZg.gif" height="1" width="1" alt="" /></p>
<script type="application/json" data-scope="inboxmarkup">{"api_version":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name":"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"https://github.githubassets.com/images/email/message_cards/header.png","avatar_image_url":"https://github.githubassets.com/images/email/message_cards/avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/quicwg/base-drafts"}},"updates":{"snippets":[{"icon":"PERSON","message":"@martinthomson in #2151: Tokyo conclusion: the principle here is that we want to use the highest level we know the peer to be able to read.  Reassign to editorial to a) include this principle, and b) make the text clearer."}],"action":{"name":"View Issue","url":"https://github.com/quicwg/base-drafts/issues/2151#issuecomment-458826957"}}}</script>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/issues/2151#issuecomment-458826957",
"url": "https://github.com/quicwg/base-drafts/issues/2151#issuecomment-458826957",
"name": "View Issue"
},
"description": "View this Issue on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>
----==_mimepart_5c5142cef13be_73a13fe4830d45c4851555--


From nobody Tue Jan 29 22:27: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 A814D130EE7 for <quic-issues@ietfa.amsl.com>; Tue, 29 Jan 2019 22:27:28 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -10.935
X-Spam-Level: 
X-Spam-Status: No, score=-10.935 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIMWL_WL_HIGH=-4.553, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, HTML_IMAGE_ONLY_24=1.618, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-1, RCVD_IN_DNSWL_HI=-5, SPF_PASS=-0.001] autolearn=ham autolearn_force=no
Authentication-Results: ietfa.amsl.com (amavisd-new); dkim=pass (1024-bit key) header.d=github.com
Received: from mail.ietf.org ([4.31.198.44]) by localhost (ietfa.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 3710zPfwDnaP for <quic-issues@ietfa.amsl.com>; Tue, 29 Jan 2019 22:27:27 -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 27A9D130EDE for <quic-issues@ietf.org>; Tue, 29 Jan 2019 22:27:27 -0800 (PST)
Date: Tue, 29 Jan 2019 22:27:26 -0800
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1548829646; bh=pVGmX0PNeHsyKHEmoLub3J8L+5pRbjn4oMxEufnq7yc=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=E11RqVHR+1VGbfN4xtDT9olUtv8tdAaS5Q9IfX4uFkol6ulM81u/XnqM3d6AeggCR GVCCePFZX6N0GOyXeUg7+/r6aQ/ik+/bX9oSqoyFdmqrmFkGOAyHzoVWoRjwPwkR7N vGS+AVPZ8Eqqc8sZNo1IV41H9LY/9jkhhcOy/uE0=
From: Christian Huitema <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+0166e4ab2293f78c8eba4025114cfe757ec80e849209df2692cf00000001186905ce92a169ce17e0c497@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/issues/2347/458827763@github.com>
In-Reply-To: <quicwg/base-drafts/issues/2347@github.com>
References: <quicwg/base-drafts/issues/2347@github.com>
Subject: Re: [quicwg/base-drafts] nothing can be sent when receiving a packet just after the idle close timer expires (#2347)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5c5143ce26b77_5d363fe84ccd45b4716419"; 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/bC0x9uYD8vT1lSIr6RtJiqeOD0w>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
List-Id: Notification list for GitHub issues related to the QUIC WG <quic-issues.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=unsubscribe>
List-Archive: <https://mailarchive.ietf.org/arch/browse/quic-issues/>
List-Post: <mailto:quic-issues@ietf.org>
List-Help: <mailto:quic-issues-request@ietf.org?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, 30 Jan 2019 06:27:29 -0000

----==_mimepart_5c5143ce26b77_5d363fe84ccd45b4716419
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

Just checking what my code does: at the end of the idle period, the server just gets rid of the connection. No message, no draining period. Maybe this is a bug, but it felt 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/2347#issuecomment-458827763
----==_mimepart_5c5143ce26b77_5d363fe84ccd45b4716419
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

<p>Just checking what my code does: at the end of the idle period, the server just gets rid of the connection. No message, no draining period. Maybe this is a bug, but it felt 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/2347#issuecomment-458827763">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AWbkq159i5o3Fhlb__3WCzt-KgvLRw1rks5vITtOgaJpZM4aHYT2">mute the thread</a>.<img src="https://github.com/notifications/beacon/AWbkq2K-9qMUl43v-up65lFA2L12Nqd3ks5vITtOgaJpZM4aHYT2.gif" height="1" width="1" alt="" /></p>
<script type="application/json" data-scope="inboxmarkup">{"api_version":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name":"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"https://github.githubassets.com/images/email/message_cards/header.png","avatar_image_url":"https://github.githubassets.com/images/email/message_cards/avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/quicwg/base-drafts"}},"updates":{"snippets":[{"icon":"PERSON","message":"@huitema in #2347: Just checking what my code does: at the end of the idle period, the server just gets rid of the connection. No message, no draining period. Maybe this is a bug, but it felt right...\r\n"}],"action":{"name":"View Issue","url":"https://github.com/quicwg/base-drafts/issues/2347#issuecomment-458827763"}}}</script>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/issues/2347#issuecomment-458827763",
"url": "https://github.com/quicwg/base-drafts/issues/2347#issuecomment-458827763",
"name": "View Issue"
},
"description": "View this Issue on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>
----==_mimepart_5c5143ce26b77_5d363fe84ccd45b4716419--


From nobody Tue Jan 29 22:30: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 B061A1311C0 for <quic-issues@ietfa.amsl.com>; Tue, 29 Jan 2019 22:30:43 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -6.149
X-Spam-Level: 
X-Spam-Status: No, score=-6.149 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIMWL_WL_HIGH=-4.553, 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_PASS=-0.001] autolearn=ham autolearn_force=no
Authentication-Results: ietfa.amsl.com (amavisd-new); dkim=pass (1024-bit key) header.d=github.com
Received: from mail.ietf.org ([4.31.198.44]) by localhost (ietfa.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 78i9Pjr-CY6I for <quic-issues@ietfa.amsl.com>; Tue, 29 Jan 2019 22:30:41 -0800 (PST)
Received: from o10.sgmail.github.com (o10.sgmail.github.com [167.89.101.201]) (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 445B5130EE7 for <quic-issues@ietf.org>; Tue, 29 Jan 2019 22:30:41 -0800 (PST)
DKIM-Signature: v=1; a=rsa-sha1; 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=mfGd2ZqwA7lEWA8vg3Xe5nhU/xg=; b=FrB5ncGXaemu8IuZ u5kjAf79t0K+7QMWHHRwoYSjxGzoDjHoh2B1ZddAHzAcSfCf0IxTSOTJsWl964mK dlZoCi8UVxIM7GYryvxvajBLxJUfxiQLyaJM1UU7RjPi2cTjLmixVdkZ2IMrWHNM e2keAnXWM4mWzDLKDowGP8wLQkk=
Received: by filter1839p1mdw1.sendgrid.net with SMTP id filter1839p1mdw1-5484-5C51448F-1C 2019-01-30 06:30:39.571415138 +0000 UTC m=+44624.057712529
Received: from github-lowworker-89d05ac.cp1-iad.github.net (unknown [192.30.252.35]) by ismtpd0018p1iad2.sendgrid.net (SG) with ESMTP id zbMDK22TTbG4t_MAeguuUg for <quic-issues@ietf.org>; Wed, 30 Jan 2019 06:30:39.554 +0000 (UTC)
Received: from github.com (localhost [127.0.0.1]) by github-lowworker-89d05ac.cp1-iad.github.net (Postfix) with ESMTP id 829EFAE037C for <quic-issues@ietf.org>; Tue, 29 Jan 2019 22:30:39 -0800 (PST)
Date: Wed, 30 Jan 2019 06:30:39 +0000 (UTC)
From: Martin Thomson <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+0166e4abee3475e97e41cddd3405f5a0f9cd8627e30656bf92cf000000011869068f92a169ce17e0c497@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/issues/2347/458828354@github.com>
In-Reply-To: <quicwg/base-drafts/issues/2347@github.com>
References: <quicwg/base-drafts/issues/2347@github.com>
Subject: Re: [quicwg/base-drafts] nothing can be sent when receiving a packet just after the idle close timer expires (#2347)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5c51448f812dd_db43fb9cdcd45bc81447a"; 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-SG-EID: l64QuQ2uJCcEyUykJbxN122A6QRmEpucztpreh3Pak2R5ZIKVMDMm2skEQ0t7WDBOxjsYUsrRoJ7MV f44PirzwNuG6TzwkEQADhlbaa9p7p/uoGU2AeUFCQuaFvKNGLu4smjXNgFafoP+QF85un2e9g/1JLP PLvcBCVovO1M7xp9JRkhEukY/zQNzdih6XYfNelun45iszRG2fnmY9B+7h/fNYLlEVe9dMMmpy5E+f k=
Archived-At: <https://mailarchive.ietf.org/arch/msg/quic-issues/iU12SDeqsIpkeVYYhwvjU5h0204>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
List-Id: Notification list for GitHub issues related to the QUIC WG <quic-issues.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=unsubscribe>
List-Archive: <https://mailarchive.ietf.org/arch/browse/quic-issues/>
List-Post: <mailto:quic-issues@ietf.org>
List-Help: <mailto:quic-issues-request@ietf.org?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, 30 Jan 2019 06:30:44 -0000

----==_mimepart_5c51448f812dd_db43fb9cdcd45bc81447a
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

Tokyo conclusion:  Forbidding the server from responding in this window is not great.  We will drop the closing/draining period after an idle timeout and have the endpoint just drop state.

@ianswett suggested that you could send the CONNECTION_CLOSE that you might have otherwise sent, but it is easier to just shortcut the closing period.

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/quicwg/base-drafts/issues/2347#issuecomment-458828354
----==_mimepart_5c51448f812dd_db43fb9cdcd45bc81447a
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: quoted-printable

<p>Tokyo conclusion:  Forbidding the server from responding in this window =
is not great.  We will drop the closing/draining period after an idle timeo=
ut and have the endpoint just drop state.</p>
<p><a class=3D"user-mention" data-hovercard-type=3D"user" data-hovercard-ur=
l=3D"/hovercards?user_id=3D20072817" data-octo-click=3D"hovercard-link-clic=
k" data-octo-dimensions=3D"link_type:self" href=3D"https://github.com/iansw=
ett">@ianswett</a> suggested that you could send the CONNECTION_CLOSE that =
you might have otherwise sent, but it is easier to just shortcut the closin=
g period.</p>

<p style=3D"font-size:small;-webkit-text-size-adjust:none;color:#666;">&mda=
sh;<br />You are receiving this because you are subscribed to this thread.<=
br />Reply to this email directly, <a href=3D"https://github.com/quicwg/bas=
e-drafts/issues/2347#issuecomment-458828354">view it on GitHub</a>, or <a h=
ref=3D"https://github.com/notifications/unsubscribe-auth/AWbkq1IYHxbh_PShcR=
8G5Uhd29U8MGH5ks5vITwPgaJpZM4aHYT2">mute the thread</a>.<img src=3D"https:/=
/github.com/notifications/beacon/AWbkq8jLbmGlOOBNgBeuCJ0te7ecDUdjks5vITwPga=
JpZM4aHYT2.gif" height=3D"1" width=3D"1" alt=3D"" /></p>
<script type=3D"application/json" data-scope=3D"inboxmarkup">{"api_version"=
:"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name":"Gi=
tHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"quicwg=
/base-drafts","subtitle":"GitHub repository","main_image_url":"https://gith=
ub.githubassets.com/images/email/message_cards/header.png","avatar_image_ur=
l":"https://github.githubassets.com/images/email/message_cards/avatar.png",=
"action":{"name":"Open in GitHub","url":"https://github.com/quicwg/base-dra=
fts"}},"updates":{"snippets":[{"icon":"PERSON","message":"@martinthomson in=
 #2347: Tokyo conclusion:  Forbidding the server from responding in this wi=
ndow is not great.  We will drop the closing/draining period after an idle =
timeout and have the endpoint just drop state.\r\n\r\n@ianswett suggested t=
hat you could send the CONNECTION_CLOSE that you might have otherwise sent,=
 but it is easier to just shortcut the closing period."}],"action":{"name":=
"View Issue","url":"https://github.com/quicwg/base-drafts/issues/2347#issue=
comment-458828354"}}}</script>
<script type=3D"application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/issues/2347#issuecomment-4=
58828354",
"url": "https://github.com/quicwg/base-drafts/issues/2347#issuecomment-4588=
28354",
"name": "View Issue"
},
"description": "View this Issue on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>=

----==_mimepart_5c51448f812dd_db43fb9cdcd45bc81447a--


From nobody Tue Jan 29 22: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 190CD130EA4 for <quic-issues@ietfa.amsl.com>; Tue, 29 Jan 2019 22:43:54 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -10.935
X-Spam-Level: 
X-Spam-Status: No, score=-10.935 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIMWL_WL_HIGH=-4.553, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, HTML_IMAGE_ONLY_24=1.618, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-1, RCVD_IN_DNSWL_HI=-5, SPF_PASS=-0.001] autolearn=ham autolearn_force=no
Authentication-Results: ietfa.amsl.com (amavisd-new); dkim=pass (1024-bit key) header.d=github.com
Received: from mail.ietf.org ([4.31.198.44]) by localhost (ietfa.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id n8iOSTvns79k for <quic-issues@ietfa.amsl.com>; Tue, 29 Jan 2019 22:43: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 3F7C0130E86 for <quic-issues@ietf.org>; Tue, 29 Jan 2019 22:43:52 -0800 (PST)
Date: Tue, 29 Jan 2019 22:43:51 -0800
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1548830631; bh=L8+TEsPd3MMSZQftB7gCZ21KyUFFFF9Nw94zzgzztsE=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=t0bRMOoKEq5q4HhW7WRZt484uzBrpglgiKJDYub8JlBCBe0jjp8sqYS5noa3gs2F+ x4OuPgwGdlTkYYOoenfvy+ca0oDjESLFoBkNmKkLQV5KJnBd2XbnJBBXdSrHZhqebU VFKu9bATWNPnteT/UHc5CcpkIZj+cUOnRcwLgQtY=
From: Martin Thomson <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+0166e4abcc3d3951b569fe97d3ff6866dad8ccdfb82c6f3892cf00000001186909a792a169ce17e0c497@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/issues/2347/458830911@github.com>
In-Reply-To: <quicwg/base-drafts/issues/2347@github.com>
References: <quicwg/base-drafts/issues/2347@github.com>
Subject: Re: [quicwg/base-drafts] nothing can be sent when receiving a packet just after the idle close timer expires (#2347)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5c5147a71fd99_57fd3fd0d24d45bc15744c"; 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/6ltFMfTmBRK8VVBoKkJ-kT3cbPE>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
List-Id: Notification list for GitHub issues related to the QUIC WG <quic-issues.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=unsubscribe>
List-Archive: <https://mailarchive.ietf.org/arch/browse/quic-issues/>
List-Post: <mailto:quic-issues@ietf.org>
List-Help: <mailto:quic-issues-request@ietf.org?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, 30 Jan 2019 06:43:54 -0000

----==_mimepart_5c5147a71fd99_57fd3fd0d24d45bc15744c
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

Amendment based on discussion: suggest setting the idle timeout to `max(idle_timeout, 3*PTO)` to avoid pathological 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/issues/2347#issuecomment-458830911
----==_mimepart_5c5147a71fd99_57fd3fd0d24d45bc15744c
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

<p>Amendment based on discussion: suggest setting the idle timeout to <code>max(idle_timeout, 3*PTO)</code> to avoid pathological 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/issues/2347#issuecomment-458830911">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AWbkq8VTEAsnTmdrF2oHfwmgyzjGN5L7ks5vIT8ngaJpZM4aHYT2">mute the thread</a>.<img src="https://github.com/notifications/beacon/AWbkq3IUTXXvoDZqhJaeoE5cKyF3E0k6ks5vIT8ngaJpZM4aHYT2.gif" height="1" width="1" alt="" /></p>
<script type="application/json" data-scope="inboxmarkup">{"api_version":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name":"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"https://github.githubassets.com/images/email/message_cards/header.png","avatar_image_url":"https://github.githubassets.com/images/email/message_cards/avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/quicwg/base-drafts"}},"updates":{"snippets":[{"icon":"PERSON","message":"@martinthomson in #2347: Amendment based on discussion: suggest setting the idle timeout to `max(idle_timeout, 3*PTO)` to avoid pathological cases."}],"action":{"name":"View Issue","url":"https://github.com/quicwg/base-drafts/issues/2347#issuecomment-458830911"}}}</script>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/issues/2347#issuecomment-458830911",
"url": "https://github.com/quicwg/base-drafts/issues/2347#issuecomment-458830911",
"name": "View Issue"
},
"description": "View this Issue on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>
----==_mimepart_5c5147a71fd99_57fd3fd0d24d45bc15744c--


From nobody Tue Jan 29 22: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 0A38E130F40 for <quic-issues@ietfa.amsl.com>; Tue, 29 Jan 2019 22:53:54 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -10.935
X-Spam-Level: 
X-Spam-Status: No, score=-10.935 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIMWL_WL_HIGH=-4.553, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, HTML_IMAGE_ONLY_24=1.618, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-1, RCVD_IN_DNSWL_HI=-5, SPF_PASS=-0.001] autolearn=ham autolearn_force=no
Authentication-Results: ietfa.amsl.com (amavisd-new); dkim=pass (1024-bit key) header.d=github.com
Received: from mail.ietf.org ([4.31.198.44]) by localhost (ietfa.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 5iVnRcjGC974 for <quic-issues@ietfa.amsl.com>; Tue, 29 Jan 2019 22:53: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 7C65B130F0A for <quic-issues@ietf.org>; Tue, 29 Jan 2019 22:53:51 -0800 (PST)
Date: Tue, 29 Jan 2019 22:53:50 -0800
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1548831230; bh=r4FuXoMdklR3dXeldt8Kf5rW06I3Mnqv7sjYgyF7p+I=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=pYOOoXl0bO59eWHkQnng7V4oDdXYwwjWacrWD7Bq9nqFZuJUAVyERx6/RV2riPuNX atjuyWRwWZ/Ik/6lum80O6iGuHewkxI6KuQnH+FgDEy12M4s60zDTviVhaMWeIDxiW kz8zPqijb0f9PA9r3+KeIQf2PORbCYjib0OVGiEo=
From: Martin Thomson <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+0166e4ab4b3e93c21b2b2574fdb3b54d6f40e8181d76896292cf0000000118690bfe92a169ce14c50a90@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/issues/1638/458832907@github.com>
In-Reply-To: <quicwg/base-drafts/issues/1638@github.com>
References: <quicwg/base-drafts/issues/1638@github.com>
Subject: Re: [quicwg/base-drafts] Dead path timeout (#1638)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5c5149fe6bc05_550a3feb90ed45c0192412"; 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/FWmWvy6uU_SpXmsv3iVDcblbyOk>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
List-Id: Notification list for GitHub issues related to the QUIC WG <quic-issues.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=unsubscribe>
List-Archive: <https://mailarchive.ietf.org/arch/browse/quic-issues/>
List-Post: <mailto:quic-issues@ietf.org>
List-Help: <mailto:quic-issues-request@ietf.org?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, 30 Jan 2019 06:53:54 -0000

----==_mimepart_5c5149fe6bc05_550a3feb90ed45c0192412
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

Tokyo conclusion: this is not a normative requirement.  A little bit of text about the need to declare paths and not connections dead in response to connectivity issues might be added to transport.  Marking 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/issues/1638#issuecomment-458832907
----==_mimepart_5c5149fe6bc05_550a3feb90ed45c0192412
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

<p>Tokyo conclusion: this is not a normative requirement.  A little bit of text about the need to declare paths and not connections dead in response to connectivity issues might be added to transport.  Marking 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/issues/1638#issuecomment-458832907">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AWbkq7k8irwUXo1Qyh733NVfWTLn1sJtks5vIUF-gaJpZM4VywlR">mute the thread</a>.<img src="https://github.com/notifications/beacon/AWbkq8Ej7bJOpgCH-mGkIEiFbwvvuXfjks5vIUF-gaJpZM4VywlR.gif" height="1" width="1" alt="" /></p>
<script type="application/json" data-scope="inboxmarkup">{"api_version":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name":"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"https://github.githubassets.com/images/email/message_cards/header.png","avatar_image_url":"https://github.githubassets.com/images/email/message_cards/avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/quicwg/base-drafts"}},"updates":{"snippets":[{"icon":"PERSON","message":"@martinthomson in #1638: Tokyo conclusion: this is not a normative requirement.  A little bit of text about the need to declare paths and not connections dead in response to connectivity issues might be added to transport.  Marking editorial."}],"action":{"name":"View Issue","url":"https://github.com/quicwg/base-drafts/issues/1638#issuecomment-458832907"}}}</script>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/issues/1638#issuecomment-458832907",
"url": "https://github.com/quicwg/base-drafts/issues/1638#issuecomment-458832907",
"name": "View Issue"
},
"description": "View this Issue on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>
----==_mimepart_5c5149fe6bc05_550a3feb90ed45c0192412--


From nobody Tue Jan 29 22:55: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 945A81311C2 for <quic-issues@ietfa.amsl.com>; Tue, 29 Jan 2019 22:55:29 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -10.935
X-Spam-Level: 
X-Spam-Status: No, score=-10.935 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIMWL_WL_HIGH=-4.553, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, HTML_IMAGE_ONLY_24=1.618, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-1, RCVD_IN_DNSWL_HI=-5, SPF_PASS=-0.001] autolearn=ham autolearn_force=no
Authentication-Results: ietfa.amsl.com (amavisd-new); dkim=pass (1024-bit key) header.d=github.com
Received: from mail.ietf.org ([4.31.198.44]) by localhost (ietfa.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id pPKCqHO32zTo for <quic-issues@ietfa.amsl.com>; Tue, 29 Jan 2019 22:55:26 -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 5CE7A130F0A for <quic-issues@ietf.org>; Tue, 29 Jan 2019 22:55:26 -0800 (PST)
Date: Tue, 29 Jan 2019 22:55:25 -0800
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1548831325; bh=0qhtcnZyjv6s211GYC83tFgHrMOwkZUzCe3xUvnNAV8=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=nXmPWIADq/IQ3MfrUZQryeVqCL2y8msLf44GHxtNC+oKQsEa2rb2/dw2eS3g+/IIo 6JyxTcDJrFxqSta4o1CpqsQv7u+UswRQ9rkOJ+Kktmw4zGQjwnd6lbGmO0D39iY2vZ zJl4cOOjVzRej/nboWzBfPCqe08qOyhh5l9FtyeM=
From: Martin Thomson <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+0166e4abfc91fa2e54d1d89d569050356edaa5fe8349c89e92cf0000000118690c5d92a169ce173f32aa@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/issue/2118/issue_event/2105679347@github.com>
In-Reply-To: <quicwg/base-drafts/issues/2118@github.com>
References: <quicwg/base-drafts/issues/2118@github.com>
Subject: Re: [quicwg/base-drafts] Allow PMTU probing of a path suspected of not supporting PMTU of 1280 (#2118)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5c514a5d727e8_77303fd0030d45b811282"; 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/T_5OE5uGN-FX3yLj7lJbS5xWB78>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
List-Id: Notification list for GitHub issues related to the QUIC WG <quic-issues.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=unsubscribe>
List-Archive: <https://mailarchive.ietf.org/arch/browse/quic-issues/>
List-Post: <mailto:quic-issues@ietf.org>
List-Help: <mailto:quic-issues-request@ietf.org?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, 30 Jan 2019 06:55:30 -0000

----==_mimepart_5c514a5d727e8_77303fd0030d45b811282
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

Closed #2118.

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/quicwg/base-drafts/issues/2118#event-2105679347
----==_mimepart_5c514a5d727e8_77303fd0030d45b811282
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="390017706" data-permission-text="Issue title is private" data-url="https://github.com/quicwg/base-drafts/issues/2118" data-hovercard-type="issue" data-hovercard-url="/quicwg/base-drafts/issues/2118/hovercard" href="https://github.com/quicwg/base-drafts/issues/2118">#2118</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/2118#event-2105679347">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AWbkq6c_4_LRaNDV9hWsa3btcvSrb-14ks5vIUHdgaJpZM4ZOhTT">mute the thread</a>.<img src="https://github.com/notifications/beacon/AWbkqz_YeJ7_9RPScY2cebIGBR4zjBs3ks5vIUHdgaJpZM4ZOhTT.gif" height="1" width="1" alt="" /></p>
<script type="application/json" data-scope="inboxmarkup">{"api_version":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name":"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"https://github.githubassets.com/images/email/message_cards/header.png","avatar_image_url":"https://github.githubassets.com/images/email/message_cards/avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/quicwg/base-drafts"}},"updates":{"snippets":[{"icon":"DESCRIPTION","message":"Closed #2118."}],"action":{"name":"View Issue","url":"https://github.com/quicwg/base-drafts/issues/2118#event-2105679347"}}}</script>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/issues/2118#event-2105679347",
"url": "https://github.com/quicwg/base-drafts/issues/2118#event-2105679347",
"name": "View Issue"
},
"description": "View this Issue on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>
----==_mimepart_5c514a5d727e8_77303fd0030d45b811282--


From nobody Tue Jan 29 22:55: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 1E6551311C4 for <quic-issues@ietfa.amsl.com>; Tue, 29 Jan 2019 22:55:32 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -11.149
X-Spam-Level: 
X-Spam-Status: No, score=-11.149 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIMWL_WL_HIGH=-4.553, 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_PASS=-0.001] autolearn=ham autolearn_force=no
Authentication-Results: ietfa.amsl.com (amavisd-new); dkim=pass (1024-bit key) header.d=github.com
Received: from mail.ietf.org ([4.31.198.44]) by localhost (ietfa.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id c2v8u-NN8P8V for <quic-issues@ietfa.amsl.com>; Tue, 29 Jan 2019 22:55:29 -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 F1A271311C1 for <quic-issues@ietf.org>; Tue, 29 Jan 2019 22:55:28 -0800 (PST)
Date: Tue, 29 Jan 2019 22:55:28 -0800
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1548831328; bh=TWoH6dmJr/t1i+H8vFxTQ3fXVB3aizbJiyo8775ZWgs=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=GzSL3ORT+bwvAmd24QIbsf1XE2zU6xPF7ZY6icsCu+BzCdYHv3R1ilcvi+kV8ckDC XP6bML4X29om5LFEFBFEgbsH5+SVwXMt51Wd5zII1HFJcYOwd7RD9N2wQrYzv/iTqX XlJFsq4s+Z3/NugQivVm5+MW0FolWKzII7D8Uogg=
From: Martin Thomson <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+0166e4abaab238779ca90ab140b0e4ef4a561bfe8d7d422a92cf0000000118690c6092a169ce173f32aa@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/issues/2118/458833220@github.com>
In-Reply-To: <quicwg/base-drafts/issues/2118@github.com>
References: <quicwg/base-drafts/issues/2118@github.com>
Subject: Re: [quicwg/base-drafts] Allow PMTU probing of a path suspected of not supporting PMTU of 1280 (#2118)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5c514a609ad5_747d3fb91ead45b41216f5"; 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/ALXqW_NqAQQ8UDpufw4m4X2_C7s>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
List-Id: Notification list for GitHub issues related to the QUIC WG <quic-issues.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=unsubscribe>
List-Archive: <https://mailarchive.ietf.org/arch/browse/quic-issues/>
List-Post: <mailto:quic-issues@ietf.org>
List-Help: <mailto:quic-issues-request@ietf.org?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, 30 Jan 2019 06:55:32 -0000

----==_mimepart_5c514a609ad5_747d3fb91ead45b41216f5
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

PR #2108 was merged and @igorlord agrees that the issue is fixed.

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/quicwg/base-drafts/issues/2118#issuecomment-458833220
----==_mimepart_5c514a609ad5_747d3fb91ead45b41216f5
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

<p>PR <a class="issue-link js-issue-link" data-error-text="Failed to load issue title" data-id="389127206" data-permission-text="Issue title is private" data-url="https://github.com/quicwg/base-drafts/issues/2108" data-hovercard-type="pull_request" data-hovercard-url="/quicwg/base-drafts/pull/2108/hovercard" href="https://github.com/quicwg/base-drafts/pull/2108">#2108</a> was merged and <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> agrees that the issue is fixed.</p>

<p style="font-size:small;-webkit-text-size-adjust:none;color:#666;">&mdash;<br />You are receiving this because you are subscribed to this thread.<br />Reply to this email directly, <a href="https://github.com/quicwg/base-drafts/issues/2118#issuecomment-458833220">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AWbkq4UXIfBpnzdhxIXe3VgqeU1HpARuks5vIUHggaJpZM4ZOhTT">mute the thread</a>.<img src="https://github.com/notifications/beacon/AWbkqz9opjth8UD7TnTXVuaXUJ7M4KlCks5vIUHggaJpZM4ZOhTT.gif" height="1" width="1" alt="" /></p>
<script type="application/json" data-scope="inboxmarkup">{"api_version":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name":"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"https://github.githubassets.com/images/email/message_cards/header.png","avatar_image_url":"https://github.githubassets.com/images/email/message_cards/avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/quicwg/base-drafts"}},"updates":{"snippets":[{"icon":"PERSON","message":"@martinthomson in #2118: PR #2108 was merged and @igorlord agrees that the issue is fixed."}],"action":{"name":"View Issue","url":"https://github.com/quicwg/base-drafts/issues/2118#issuecomment-458833220"}}}</script>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/issues/2118#issuecomment-458833220",
"url": "https://github.com/quicwg/base-drafts/issues/2118#issuecomment-458833220",
"name": "View Issue"
},
"description": "View this Issue on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>
----==_mimepart_5c514a609ad5_747d3fb91ead45b41216f5--


From nobody Tue Jan 29 23:13: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 07BB41311D5 for <quic-issues@ietfa.amsl.com>; Tue, 29 Jan 2019 23:13:45 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -12.553
X-Spam-Level: 
X-Spam-Status: No, score=-12.553 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIMWL_WL_HIGH=-4.553, 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_PASS=-0.001] autolearn=ham autolearn_force=no
Authentication-Results: ietfa.amsl.com (amavisd-new); dkim=pass (1024-bit key) header.d=github.com
Received: from mail.ietf.org ([4.31.198.44]) by localhost (ietfa.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id QHJIcu0-uj6r for <quic-issues@ietfa.amsl.com>; Tue, 29 Jan 2019 23:13: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 2B3D71311D3 for <quic-issues@ietf.org>; Tue, 29 Jan 2019 23:13:43 -0800 (PST)
Date: Tue, 29 Jan 2019 23:13:42 -0800
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1548832422; bh=zXACNOc3evgk/5bMI330FTPcUwbfmuNqW5g6Jw71MpM=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=Yz/R6MwRZfl0qFAqlZ5ScwlRRCdKvORMyQTnXwvyoJD7hmgxdRGa0356gX4dQaJR9 h/d7xEjz6StaQkKPpn631b4xi9ZdZrCCHEwJ8NMoI6Jd06/OjQIXvwOd8vOh151SH7 jC/d4Bp3DFG6JKLW5QqeXbT0HWvDqGOUxg23RTZ0=
From: Martin Thomson <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+0166e4ab82b15de6dad44ffa017df40538194a8575a23cd292cf00000001186910a692a169ce17dd73ed@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/issues/2342/458837019@github.com>
In-Reply-To: <quicwg/base-drafts/issues/2342@github.com>
References: <quicwg/base-drafts/issues/2342@github.com>
Subject: Re: [quicwg/base-drafts] Spoofed connection migration as a DoS vector (#2342)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5c514ea6cf4a_32d03ff316ad45b4595334"; 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/535fZg0x1XTUXe-v-hZMVguO0mA>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
List-Id: Notification list for GitHub issues related to the QUIC WG <quic-issues.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=unsubscribe>
List-Archive: <https://mailarchive.ietf.org/arch/browse/quic-issues/>
List-Post: <mailto:quic-issues@ietf.org>
List-Help: <mailto:quic-issues-request@ietf.org?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, 30 Jan 2019 07:13:45 -0000

----==_mimepart_5c514ea6cf4a_32d03ff316ad45b4595334
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

Tokyo conclusion: with our answer to #2143, the endpoint that disables migration will have to do the full migration machinery.  If it doesn't do that work, then the server needs to drop the packet (thereby ignoring it).

Note that it can't send a stateless reset here, because that would produce the attack in a different form - our existing text on defense against stateless reset oracles would prohibit that anyway.

We should perhaps rename the transport parameter to "disable_explicit_migration" or "disable_active_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/issues/2342#issuecomment-458837019
----==_mimepart_5c514ea6cf4a_32d03ff316ad45b4595334
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: quoted-printable

<p>Tokyo conclusion: with our answer to <a class=3D"issue-link js-issue-l=
ink" data-error-text=3D"Failed to load issue title" data-id=3D"390683625"=
 data-permission-text=3D"Issue title is private" data-url=3D"https://gith=
ub.com/quicwg/base-drafts/issues/2143" data-hovercard-type=3D"issue" data=
-hovercard-url=3D"/quicwg/base-drafts/issues/2143/hovercard" href=3D"http=
s://github.com/quicwg/base-drafts/issues/2143">#2143</a>, the endpoint th=
at disables migration will have to do the full migration machinery.  If i=
t doesn't do that work, then the server needs to drop the packet (thereby=
 ignoring it).</p>
<p>Note that it can't send a stateless reset here, because that would pro=
duce the attack in a different form - our existing text on defense agains=
t stateless reset oracles would prohibit that anyway.</p>
<p>We should perhaps rename the transport parameter to "disable_explicit_=
migration" or "disable_active_migration".</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/2342#issuecomment-458837019">view it on GitHub</a>,=
 or <a href=3D"https://github.com/notifications/unsubscribe-auth/AWbkq7ll=
0D9O2de5Xs1ZTvVCPEecBhPrks5vIUYmgaJpZM4aGZ__">mute the thread</a>.<img sr=
c=3D"https://github.com/notifications/beacon/AWbkq9YnRWGaurx7zF3SN03qd8qe=
1_KBks5vIUYmgaJpZM4aGZ__.gif" height=3D"1" width=3D"1" alt=3D"" /></p>
<script type=3D"application/json" data-scope=3D"inboxmarkup">{"api_versio=
n":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name"=
:"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"=
quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"http=
s://github.githubassets.com/images/email/message_cards/header.png","avata=
r_image_url":"https://github.githubassets.com/images/email/message_cards/=
avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/q=
uicwg/base-drafts"}},"updates":{"snippets":[{"icon":"PERSON","message":"@=
martinthomson in #2342: Tokyo conclusion: with our answer to #2143, the e=
ndpoint that disables migration will have to do the full migration machin=
ery.  If it doesn't do that work, then the server needs to drop the packe=
t (thereby ignoring it).\r\n\r\nNote that it can't send a stateless reset=
 here, because that would produce the attack in a different form - our ex=
isting text on defense against stateless reset oracles would prohibit tha=
t anyway.\r\n\r\nWe should perhaps rename the transport parameter to \"di=
sable_explicit_migration\" or \"disable_active_migration\"."}],"action":{=
"name":"View Issue","url":"https://github.com/quicwg/base-drafts/issues/2=
342#issuecomment-458837019"}}}</script>
<script type=3D"application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/issues/2342#issuecomment=
-458837019",
"url": "https://github.com/quicwg/base-drafts/issues/2342#issuecomment-45=
8837019",
"name": "View Issue"
},
"description": "View this Issue on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>=

----==_mimepart_5c514ea6cf4a_32d03ff316ad45b4595334--


From nobody Tue Jan 29 23:18: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 089D5130EF7 for <quic-issues@ietfa.amsl.com>; Tue, 29 Jan 2019 23:18:13 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -10.935
X-Spam-Level: 
X-Spam-Status: No, score=-10.935 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIMWL_WL_HIGH=-4.553, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, HTML_IMAGE_ONLY_24=1.618, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-1, RCVD_IN_DNSWL_HI=-5, SPF_PASS=-0.001] autolearn=ham autolearn_force=no
Authentication-Results: ietfa.amsl.com (amavisd-new); dkim=pass (1024-bit key) header.d=github.com
Received: from mail.ietf.org ([4.31.198.44]) by localhost (ietfa.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id Cb10LqGFTYxg for <quic-issues@ietfa.amsl.com>; Tue, 29 Jan 2019 23:18: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 A49231311D3 for <quic-issues@ietf.org>; Tue, 29 Jan 2019 23:18:10 -0800 (PST)
Date: Tue, 29 Jan 2019 23:18:09 -0800
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1548832689; bh=IHQStx+d8RjePEtGdOWIa33QAqWD/4UwZOWuY4krsiY=; h=Date:From:Reply-To:To:Cc:Subject:List-ID:List-Archive:List-Post: List-Unsubscribe:From; b=2ELVjpuUJDSJ8ePLwopRvtbSk7iLpye/gj/3BBh7pvb7MS2XHAQBvgeWHVHLsxltD ksgDl1HrBMq3q/npSO6Fqx68LKyss9JsTo8dxR2sWpXtr9gS48r0o/YREK7es4BuY3 pwTtJ8ofmUaF85nmOVtLnJmVO4v/5nN2oBVLgJQc=
From: Martin Thomson <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+0166e4abeb92a7c30b4b0f1b768813c1ae1d422128f8251b92cf00000001186911b192a169ce181e38a8@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/issues/2389@github.com>
Subject: [quicwg/base-drafts] Be clearer about the purpose of disable_migration (#2389)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5c514fb1d0a6e_53c73fd3afed45b41785a2"; 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/fWQLuuDjuG6fRYnNZOsL12IR2Bw>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
List-Id: Notification list for GitHub issues related to the QUIC WG <quic-issues.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=unsubscribe>
List-Archive: <https://mailarchive.ietf.org/arch/browse/quic-issues/>
List-Post: <mailto:quic-issues@ietf.org>
List-Help: <mailto:quic-issues-request@ietf.org?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, 30 Jan 2019 07:18:13 -0000

----==_mimepart_5c514fb1d0a6e_53c73fd3afed45b41785a2
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

The mechanism for disabling migration might be clear, but it isn't clear what problems it addresses.  Some more clarity on that would be useful.

What I understand this to be intended for is server deployments that can't guarantee that packets from a new source address will be routed to the same server instance.

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/quicwg/base-drafts/issues/2389
----==_mimepart_5c514fb1d0a6e_53c73fd3afed45b41785a2
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

<p>The mechanism for disabling migration might be clear, but it isn't clear what problems it addresses.  Some more clarity on that would be useful.</p>
<p>What I understand this to be intended for is server deployments that can't guarantee that packets from a new source address will be routed to the same server instance.</p>

<p style="font-size:small;-webkit-text-size-adjust:none;color:#666;">&mdash;<br />You are receiving this because you are subscribed to this thread.<br />Reply to this email directly, <a href="https://github.com/quicwg/base-drafts/issues/2389">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AWbkq_thPc-ujvR6l55JAk6W1aAeOM-0ks5vIUcxgaJpZM4aZmJ6">mute the thread</a>.<img src="https://github.com/notifications/beacon/AWbkq66gSsn-3oPLMrGRDHiD6BafnvEpks5vIUcxgaJpZM4aZmJ6.gif" height="1" width="1" alt="" /></p>
<script type="application/json" data-scope="inboxmarkup">{"api_version":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name":"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"https://github.githubassets.com/images/email/message_cards/header.png","avatar_image_url":"https://github.githubassets.com/images/email/message_cards/avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/quicwg/base-drafts"}},"updates":{"snippets":[{"icon":"DESCRIPTION","message":"Be clearer about the purpose of disable_migration (#2389)"}],"action":{"name":"View Issue","url":"https://github.com/quicwg/base-drafts/issues/2389"}}}</script>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/issues/2389",
"url": "https://github.com/quicwg/base-drafts/issues/2389",
"name": "View Issue"
},
"description": "View this Issue on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>
----==_mimepart_5c514fb1d0a6e_53c73fd3afed45b41785a2--


From nobody Tue Jan 29 23:32: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 916C4130F41 for <quic-issues@ietfa.amsl.com>; Tue, 29 Jan 2019 23:32:49 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -10.935
X-Spam-Level: 
X-Spam-Status: No, score=-10.935 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIMWL_WL_HIGH=-4.553, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, HTML_IMAGE_ONLY_24=1.618, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-1, RCVD_IN_DNSWL_HI=-5, SPF_PASS=-0.001] autolearn=ham autolearn_force=no
Authentication-Results: ietfa.amsl.com (amavisd-new); dkim=pass (1024-bit key) header.d=github.com
Received: from mail.ietf.org ([4.31.198.44]) by localhost (ietfa.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id E7jnv7HgCStu for <quic-issues@ietfa.amsl.com>; Tue, 29 Jan 2019 23:32: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 B75DA130F01 for <quic-issues@ietf.org>; Tue, 29 Jan 2019 23:32:47 -0800 (PST)
Date: Tue, 29 Jan 2019 23:32:46 -0800
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1548833566; bh=mSfFW0rqx6g23fbR7FAiDVhPl7mNmdMOv6GTIHc7iD4=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=rQCO4rw/j9D7p/bUY2/BRIbCKs3ICk43KzL+KtoEnX9AgAWtN0yqTDtl7OfOdA3SC 281usv9NK1z0FeTaz4WSNhyjhE1+KLpKCaUTRp4qZXQPAsw3SgVpKfhpKzXKMWc2Qb +DiSV6URNQomFjoSuUZwU4WMoQqsC1V0Q60Ep9ko=
From: Martin Thomson <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+0166e4ab24160e6fcfbd19c932cb5f71431e9c6319e2a32b92cf000000011869151e92a169ce17e0dd5b@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/issues/2348/458841219@github.com>
In-Reply-To: <quicwg/base-drafts/issues/2348@github.com>
References: <quicwg/base-drafts/issues/2348@github.com>
Subject: Re: [quicwg/base-drafts] Specify IPv6 flow label for QUIC (#2348)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5c51531e5d452_29383fd09f8d45b44194eb"; 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/vbBwdnRR_gnte3EkOKPnxWCN_-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: Wed, 30 Jan 2019 07:32:50 -0000

----==_mimepart_5c51531e5d452_29383fd09f8d45b44194eb
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

Tokyo conclusion: sure, seems fine.  Needs a PR.  Assigning to @huitema.

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/quicwg/base-drafts/issues/2348#issuecomment-458841219
----==_mimepart_5c51531e5d452_29383fd09f8d45b44194eb
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

<p>Tokyo conclusion: sure, seems fine.  Needs a PR.  Assigning to <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>.</p>

<p style="font-size:small;-webkit-text-size-adjust:none;color:#666;">&mdash;<br />You are receiving this because you are subscribed to this thread.<br />Reply to this email directly, <a href="https://github.com/quicwg/base-drafts/issues/2348#issuecomment-458841219">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AWbkq4JjNg7y9mbPA3ya7tLl2V8xX-Fmks5vIUqegaJpZM4aHaIS">mute the thread</a>.<img src="https://github.com/notifications/beacon/AWbkq3ewi5xQtUnhj7NGU9ycm7EHKL5Yks5vIUqegaJpZM4aHaIS.gif" height="1" width="1" alt="" /></p>
<script type="application/json" data-scope="inboxmarkup">{"api_version":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name":"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"https://github.githubassets.com/images/email/message_cards/header.png","avatar_image_url":"https://github.githubassets.com/images/email/message_cards/avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/quicwg/base-drafts"}},"updates":{"snippets":[{"icon":"PERSON","message":"@martinthomson in #2348: Tokyo conclusion: sure, seems fine.  Needs a PR.  Assigning to @huitema."}],"action":{"name":"View Issue","url":"https://github.com/quicwg/base-drafts/issues/2348#issuecomment-458841219"}}}</script>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/issues/2348#issuecomment-458841219",
"url": "https://github.com/quicwg/base-drafts/issues/2348#issuecomment-458841219",
"name": "View Issue"
},
"description": "View this Issue on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>
----==_mimepart_5c51531e5d452_29383fd09f8d45b44194eb--


From nobody Tue Jan 29 23:35: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 D3B0B130F07 for <quic-issues@ietfa.amsl.com>; Tue, 29 Jan 2019 23:35:28 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -11.149
X-Spam-Level: 
X-Spam-Status: No, score=-11.149 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIMWL_WL_HIGH=-4.553, 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_PASS=-0.001] autolearn=ham autolearn_force=no
Authentication-Results: ietfa.amsl.com (amavisd-new); dkim=pass (1024-bit key) header.d=github.com
Received: from mail.ietf.org ([4.31.198.44]) by localhost (ietfa.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id z5uek9MhNM4a for <quic-issues@ietfa.amsl.com>; Tue, 29 Jan 2019 23:35:27 -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 5ED58130F01 for <quic-issues@ietf.org>; Tue, 29 Jan 2019 23:35:27 -0800 (PST)
Date: Tue, 29 Jan 2019 23:35:26 -0800
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1548833726; bh=pwL/YTr269IXBxQKu5b7R7fYY4qwtBVT5McXUHe/A7o=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=Nz4iYlTvHd+MpWE9kGUL64J7ZH0kpo7hFQtlYXJN7JZe4CiNeVsp3rPxIYfS4rEoI yNjXikBreXap07pW482Ok296Q7hjNq+4bYBcJHNUbtApDMKVm4HOy5STE3UPYBA0nr 2rgvfrt7zMAPiFgf/nDRyTxmLXcc5+hoUEnTOA/w=
From: Martin Thomson <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+0166e4ab10c99e1ea4fe296b2c0ea1b6d2e56252408182a192cf00000001186915be92a169ce124738ff@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/issues/1243/458841793@github.com>
In-Reply-To: <quicwg/base-drafts/issues/1243@github.com>
References: <quicwg/base-drafts/issues/1243@github.com>
Subject: Re: [quicwg/base-drafts] ICMP and ICMPv6 PMTUD with asymmetric connection-ids (#1243)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5c5153be70072_37843fb46aed45b422247d"; 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/oUp37ONvAMKrMz7_U--DX7xfM_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: Wed, 30 Jan 2019 07:35:29 -0000

----==_mimepart_5c5153be70072_37843fb46aed45b422247d
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

Assigning to @igorlord.  Some advice on @kazuho's hack around the use of bogus long header fields would be appreciated in the form of 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/1243#issuecomment-458841793
----==_mimepart_5c5153be70072_37843fb46aed45b422247d
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

<p>Assigning to <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>.  Some advice on <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 hack around the use of bogus long header fields would be appreciated in the form of 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/1243#issuecomment-458841793">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AWbkqxxzCBzs5nBPJwNbSqmsW_ilrmAQks5vIUs-gaJpZM4Sw_fz">mute the thread</a>.<img src="https://github.com/notifications/beacon/AWbkq0Nx-zWbcyRU271on5i1VOMAXnrwks5vIUs-gaJpZM4Sw_fz.gif" height="1" width="1" alt="" /></p>
<script type="application/json" data-scope="inboxmarkup">{"api_version":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name":"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"https://github.githubassets.com/images/email/message_cards/header.png","avatar_image_url":"https://github.githubassets.com/images/email/message_cards/avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/quicwg/base-drafts"}},"updates":{"snippets":[{"icon":"PERSON","message":"@martinthomson in #1243: Assigning to @igorlord.  Some advice on @kazuho's hack around the use of bogus long header fields would be appreciated in the form of a PR."}],"action":{"name":"View Issue","url":"https://github.com/quicwg/base-drafts/issues/1243#issuecomment-458841793"}}}</script>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/issues/1243#issuecomment-458841793",
"url": "https://github.com/quicwg/base-drafts/issues/1243#issuecomment-458841793",
"name": "View Issue"
},
"description": "View this Issue on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>
----==_mimepart_5c5153be70072_37843fb46aed45b422247d--


From nobody Tue Jan 29 23: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 4D350130F0B for <quic-issues@ietfa.amsl.com>; Tue, 29 Jan 2019 23:38:59 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -11.149
X-Spam-Level: 
X-Spam-Status: No, score=-11.149 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIMWL_WL_HIGH=-4.553, 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_PASS=-0.001] autolearn=ham autolearn_force=no
Authentication-Results: ietfa.amsl.com (amavisd-new); dkim=pass (1024-bit key) header.d=github.com
Received: from mail.ietf.org ([4.31.198.44]) by localhost (ietfa.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id Vf3viF5p2_ft for <quic-issues@ietfa.amsl.com>; Tue, 29 Jan 2019 23:38:58 -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 C12C3130F01 for <quic-issues@ietf.org>; Tue, 29 Jan 2019 23:38:57 -0800 (PST)
Date: Tue, 29 Jan 2019 23:38:56 -0800
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1548833936; bh=0Wlk1KA6VP39J6XbMrc/Vl6HT1bCV90STGk/EMQ7KhI=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=BuqSBXYGAE4hMuOWzJQMiySJocCk1oFkNKTraQfoDVdURMLZlohFtJRBIuwhjQmH7 2luCPTbnG6+x06S6mxnZBRYM21SkFoY3rexLyLpWp1EonmEkPq1IddJyCePJY86nCP gSK32YLAly17jW6eq8pW4n/0ss7FYw/N41g5+BOM=
From: Martin Thomson <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+0166e4ab6cfb71ac760ac13670960e6681d97dcf0c7ff8ad92cf000000011869169092a169ce0e0f95f5@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/issues/632/458842600@github.com>
In-Reply-To: <quicwg/base-drafts/issues/632@github.com>
References: <quicwg/base-drafts/issues/632@github.com>
Subject: Re: [quicwg/base-drafts] On-path calculation of loss and congestion (#632)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5c515490dd628_4f3f3f85a2cd45bc2417f8"; 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/-JKPGBPTZe12FUWD9Zn2xvnuqP8>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
List-Id: Notification list for GitHub issues related to the QUIC WG <quic-issues.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=unsubscribe>
List-Archive: <https://mailarchive.ietf.org/arch/browse/quic-issues/>
List-Post: <mailto:quic-issues@ietf.org>
List-Help: <mailto:quic-issues-request@ietf.org?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, 30 Jan 2019 07:38:59 -0000

----==_mimepart_5c515490dd628_4f3f3f85a2cd45bc2417f8
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

Tokyo conclusion: this requires something more concrete and anything about this is not going to happen for QUIC version 1.  Closing this.

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.

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/quicwg/base-drafts/issues/632#issuecomment-458842600
----==_mimepart_5c515490dd628_4f3f3f85a2cd45bc2417f8
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: quoted-printable

<p>Tokyo conclusion: this requires something more concrete and anything a=
bout this is not going to happen for QUIC version 1.  Closing this.</p>
<p>In the future, if there are more concrete proposals for what can be me=
asured (and ideally how), then we will need a thorough analysis along the=
 lines of that performed 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/632#issuecomment-458842600">view it on GitHub</a>, =
or <a href=3D"https://github.com/notifications/unsubscribe-auth/AWbkqy4Sn=
2opLFWhj5S6pRGww24ThkaZks5vIUwQgaJpZM4N5-ze">mute the thread</a>.<img src=
=3D"https://github.com/notifications/beacon/AWbkq4h7ozYXjqVKOSqPSt3aADNgO=
GINks5vIUwQgaJpZM4N5-ze.gif" height=3D"1" width=3D"1" alt=3D"" /></p>
<script type=3D"application/json" data-scope=3D"inboxmarkup">{"api_versio=
n":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name"=
:"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"=
quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"http=
s://github.githubassets.com/images/email/message_cards/header.png","avata=
r_image_url":"https://github.githubassets.com/images/email/message_cards/=
avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/q=
uicwg/base-drafts"}},"updates":{"snippets":[{"icon":"PERSON","message":"@=
martinthomson in #632: Tokyo conclusion: this requires something more con=
crete and anything about this is not going to happen for QUIC version 1. =
 Closing this.\r\n\r\nIn 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."}],"action"=
:{"name":"View Issue","url":"https://github.com/quicwg/base-drafts/issues=
/632#issuecomment-458842600"}}}</script>
<script type=3D"application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/issues/632#issuecomment-=
458842600",
"url": "https://github.com/quicwg/base-drafts/issues/632#issuecomment-458=
842600",
"name": "View Issue"
},
"description": "View this Issue on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>=

----==_mimepart_5c515490dd628_4f3f3f85a2cd45bc2417f8--


From nobody Tue Jan 29 23:39: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 EE70F130F01 for <quic-issues@ietfa.amsl.com>; Tue, 29 Jan 2019 23:39:00 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -10.935
X-Spam-Level: 
X-Spam-Status: No, score=-10.935 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIMWL_WL_HIGH=-4.553, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, HTML_IMAGE_ONLY_24=1.618, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-1, RCVD_IN_DNSWL_HI=-5, SPF_PASS=-0.001] autolearn=ham autolearn_force=no
Authentication-Results: ietfa.amsl.com (amavisd-new); dkim=pass (1024-bit key) header.d=github.com
Received: from mail.ietf.org ([4.31.198.44]) by localhost (ietfa.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id oBD1gg0MrpLY for <quic-issues@ietfa.amsl.com>; Tue, 29 Jan 2019 23:38: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 0DA38130F07 for <quic-issues@ietf.org>; Tue, 29 Jan 2019 23:38:58 -0800 (PST)
Date: Tue, 29 Jan 2019 23:38:57 -0800
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1548833937; bh=sfdF7FSdqB3MJ8iHHUp9yEUAdTMTAAOBTKHnKuf57pE=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=d//YMym2Dn8n3bqCDLUETo13nCtq91aiNmkiC7nDaO1Rm4axLjpZDVakkmt9XPiyj zRe9bJc8LTdMJBQ1SIZZ0SVs+PDFO3pdNjS5r4tb6cfVF/nccghBP8IVvPi1UAa/Lp 7991iBq1/wD+1ZXG9p1kQeBbQpMqqvrmO/d1hkLI=
From: Martin Thomson <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+0166e4abd38fd238d87897403fb180483def52b88c106dd892cf000000011869169192a169ce0e0f95f5@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/issue/632/issue_event/2105745125@github.com>
In-Reply-To: <quicwg/base-drafts/issues/632@github.com>
References: <quicwg/base-drafts/issues/632@github.com>
Subject: Re: [quicwg/base-drafts] On-path calculation of loss and congestion (#632)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5c5154912eae1_5c1c3fb3fd2d45c4280132"; 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/BZjKhHCSldakRyWGTA65QEUsIFk>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
List-Id: Notification list for GitHub issues related to the QUIC WG <quic-issues.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=unsubscribe>
List-Archive: <https://mailarchive.ietf.org/arch/browse/quic-issues/>
List-Post: <mailto:quic-issues@ietf.org>
List-Help: <mailto:quic-issues-request@ietf.org?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, 30 Jan 2019 07:39:01 -0000

----==_mimepart_5c5154912eae1_5c1c3fb3fd2d45c4280132
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

Closed #632.

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/quicwg/base-drafts/issues/632#event-2105745125
----==_mimepart_5c5154912eae1_5c1c3fb3fd2d45c4280132
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="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>.</p>

<p style="font-size:small;-webkit-text-size-adjust:none;color:#666;">&mdash;<br />You are receiving this because you are subscribed to this thread.<br />Reply to this email directly, <a href="https://github.com/quicwg/base-drafts/issues/632#event-2105745125">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AWbkq9uyINWtQNKNaaJPv3tKIGI5X0m4ks5vIUwRgaJpZM4N5-ze">mute the thread</a>.<img src="https://github.com/notifications/beacon/AWbkqzkm4u6TeOmnrVgFkCrp_E_BBLydks5vIUwRgaJpZM4N5-ze.gif" height="1" width="1" alt="" /></p>
<script type="application/json" data-scope="inboxmarkup">{"api_version":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name":"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"https://github.githubassets.com/images/email/message_cards/header.png","avatar_image_url":"https://github.githubassets.com/images/email/message_cards/avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/quicwg/base-drafts"}},"updates":{"snippets":[{"icon":"DESCRIPTION","message":"Closed #632."}],"action":{"name":"View Issue","url":"https://github.com/quicwg/base-drafts/issues/632#event-2105745125"}}}</script>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/issues/632#event-2105745125",
"url": "https://github.com/quicwg/base-drafts/issues/632#event-2105745125",
"name": "View Issue"
},
"description": "View this Issue on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>
----==_mimepart_5c5154912eae1_5c1c3fb3fd2d45c4280132--


From nobody Tue Jan 29 23:40: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 1C549130F07 for <quic-issues@ietfa.amsl.com>; Tue, 29 Jan 2019 23:40:42 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -5.935
X-Spam-Level: 
X-Spam-Status: No, score=-5.935 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIMWL_WL_HIGH=-4.553, DKIM_SIGNED=0.1, DKIM_VALID=-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_PASS=-0.001] autolearn=ham autolearn_force=no
Authentication-Results: ietfa.amsl.com (amavisd-new); dkim=pass (1024-bit key) header.d=github.com
Received: from mail.ietf.org ([4.31.198.44]) by localhost (ietfa.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id yWFgAv1Il7ZE for <quic-issues@ietfa.amsl.com>; Tue, 29 Jan 2019 23:40:40 -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 88B49130F01 for <quic-issues@ietf.org>; Tue, 29 Jan 2019 23:40:40 -0800 (PST)
DKIM-Signature: v=1; a=rsa-sha1; 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=H3IJUh6o0uwSz1fRrQTVl7BMi8o=; b=MpTngwxeyQ3bWcii J90LjjmnudR3ofCAoTxe+dtbM9WorhdHqj6KBNEiGhW5/xKYmgQuADSEZXvQOULc HgAVMt7RKRiC4a7RW6ids4DhlRWAOrmJaXCV///9T+AtZKvtnsqKI7LhsqfeGAKm oRg5ezCZRdvgH+SG0mvp5CyuXxY=
Received: by filter1856p1mdw1.sendgrid.net with SMTP id filter1856p1mdw1-28061-5C5154F7-18 2019-01-30 07:40:39.594028097 +0000 UTC m=+119983.237842817
Received: from github-lowworker-1ffe0ab.cp1-iad.github.net (unknown [192.30.252.38]) by ismtpd0029p1iad2.sendgrid.net (SG) with ESMTP id oTDq8rGRRMq1_qJHeeMwLw for <quic-issues@ietf.org>; Wed, 30 Jan 2019 07:40:39.447 +0000 (UTC)
Received: from github.com (localhost [127.0.0.1]) by github-lowworker-1ffe0ab.cp1-iad.github.net (Postfix) with ESMTP id 6E7BF380434 for <quic-issues@ietf.org>; Tue, 29 Jan 2019 23:40:39 -0800 (PST)
Date: Wed, 30 Jan 2019 07:40:39 +0000 (UTC)
From: Martin Thomson <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+0166e4ab73f95b4c77fed39676c40c7c331dfd4b8618cf1192cf00000001186916f792a169ce0df4bc0a@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/issues/602/458842999@github.com>
In-Reply-To: <quicwg/base-drafts/issues/602@github.com>
References: <quicwg/base-drafts/issues/602@github.com>
Subject: Re: [quicwg/base-drafts] End-to-Path Close Signal (#602)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5c5154f76cf88_55073feb90ed45c02890c2"; 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-SG-EID: l64QuQ2uJCcEyUykJbxN122A6QRmEpucztpreh3Pak22FQXY2y8uyeJDBDIQzHp+rmlYfU5wrYgFZ4 RGaDQdYSoYLMfOCK2khwzqF8OO2+MR2UVK+n9qEcps2ojGx/qgOKlZ9XAUEYzAYbEPsh10guPk2q4o sz06il34QpmfwSdQP0ZnyHvWFc7+XBEHwYkc1857PA81lncfvRK/K1ODQfWV/Q8PePKDax3vcVoxeV k=
Archived-At: <https://mailarchive.ietf.org/arch/msg/quic-issues/gRCvX0S2MVgZHvbh70bLhZyPADs>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
List-Id: Notification list for GitHub issues related to the QUIC WG <quic-issues.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=unsubscribe>
List-Archive: <https://mailarchive.ietf.org/arch/browse/quic-issues/>
List-Post: <mailto:quic-issues@ietf.org>
List-Help: <mailto:quic-issues-request@ietf.org?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, 30 Jan 2019 07:40:42 -0000

----==_mimepart_5c5154f76cf88_55073feb90ed45c02890c2
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

Tokyo conclusion: closing.

As a connection close, this is an explicit non-goal.  As a "not using this path" signal, this is extremely difficult.

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/quicwg/base-drafts/issues/602#issuecomment-458842999
----==_mimepart_5c5154f76cf88_55073feb90ed45c02890c2
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

<p>Tokyo conclusion: closing.</p>
<p>As a connection close, this is an explicit non-goal.  As a "not using this path" signal, this is extremely difficult.</p>

<p style="font-size:small;-webkit-text-size-adjust:none;color:#666;">&mdash;<br />You are receiving this because you are subscribed to this thread.<br />Reply to this email directly, <a href="https://github.com/quicwg/base-drafts/issues/602#issuecomment-458842999">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AWbkq5IaNK2uL0sQGB5jjFtKoyiZ8z-vks5vIUx3gaJpZM4Nyazc">mute the thread</a>.<img src="https://github.com/notifications/beacon/AWbkq9yPKEhXzrGbWsp7vjkqTVRaO1rpks5vIUx3gaJpZM4Nyazc.gif" height="1" width="1" alt="" /></p>
<script type="application/json" data-scope="inboxmarkup">{"api_version":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name":"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"https://github.githubassets.com/images/email/message_cards/header.png","avatar_image_url":"https://github.githubassets.com/images/email/message_cards/avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/quicwg/base-drafts"}},"updates":{"snippets":[{"icon":"PERSON","message":"@martinthomson in #602: Tokyo conclusion: closing.\r\n\r\nAs a connection close, this is an explicit non-goal.  As a \"not using this path\" signal, this is extremely difficult."}],"action":{"name":"View Issue","url":"https://github.com/quicwg/base-drafts/issues/602#issuecomment-458842999"}}}</script>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/issues/602#issuecomment-458842999",
"url": "https://github.com/quicwg/base-drafts/issues/602#issuecomment-458842999",
"name": "View Issue"
},
"description": "View this Issue on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>
----==_mimepart_5c5154f76cf88_55073feb90ed45c02890c2--


From nobody Tue Jan 29 23:40: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 B96F6130F01 for <quic-issues@ietfa.amsl.com>; Tue, 29 Jan 2019 23:40:42 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -10.935
X-Spam-Level: 
X-Spam-Status: No, score=-10.935 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIMWL_WL_HIGH=-4.553, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, HTML_IMAGE_ONLY_24=1.618, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-1, RCVD_IN_DNSWL_HI=-5, SPF_PASS=-0.001] autolearn=ham autolearn_force=no
Authentication-Results: ietfa.amsl.com (amavisd-new); dkim=pass (1024-bit key) header.d=github.com
Received: from mail.ietf.org ([4.31.198.44]) by localhost (ietfa.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id awoDRX87ya6J for <quic-issues@ietfa.amsl.com>; Tue, 29 Jan 2019 23:40: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 176B7130F06 for <quic-issues@ietf.org>; Tue, 29 Jan 2019 23:40:41 -0800 (PST)
Date: Tue, 29 Jan 2019 23:40:40 -0800
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1548834040; bh=z0HbE6UPfmSNdMdOtQg9wXCxKPw/X67dtp4tKjwAcfg=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=xAd/GN+Zk2lZtFKNl4bfDQS94JaPjA7jMaJUI3Vpo+GtliYPJMiC87/Vnuyw3NAr4 JvYP002Dw7NSbvxSyE8mILt8mQewmPfQ7YEiHJYe5S2zZaFi+zsxncCLc0kk/mijaC ll1yd3Hr1nkpb3MaiyUGcS5otqADN/rYVQr8aZ6A=
From: Martin Thomson <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+0166e4ab746d68e13d31b81ab3a3afeba39815c98f59e71192cf00000001186916f892a169ce0df4bc0a@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/issue/602/issue_event/2105747845@github.com>
In-Reply-To: <quicwg/base-drafts/issues/602@github.com>
References: <quicwg/base-drafts/issues/602@github.com>
Subject: Re: [quicwg/base-drafts] End-to-Path Close Signal (#602)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5c5154f811234_61d13fb61aed45bc235472"; 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/pmqFvJYGTCZ48nD2uqRXDJH5hUI>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
List-Id: Notification list for GitHub issues related to the QUIC WG <quic-issues.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=unsubscribe>
List-Archive: <https://mailarchive.ietf.org/arch/browse/quic-issues/>
List-Post: <mailto:quic-issues@ietf.org>
List-Help: <mailto:quic-issues-request@ietf.org?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, 30 Jan 2019 07:40:43 -0000

----==_mimepart_5c5154f811234_61d13fb61aed45bc235472
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

Closed #602.

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/quicwg/base-drafts/issues/602#event-2105747845
----==_mimepart_5c5154f811234_61d13fb61aed45bc235472
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="234142730" data-permission-text="Issue title is private" data-url="https://github.com/quicwg/base-drafts/issues/602" data-hovercard-type="issue" data-hovercard-url="/quicwg/base-drafts/issues/602/hovercard" href="https://github.com/quicwg/base-drafts/issues/602">#602</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/602#event-2105747845">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AWbkq55Sqi8ryuJXPoeq1wWJ8mFeVCq3ks5vIUx4gaJpZM4Nyazc">mute the thread</a>.<img src="https://github.com/notifications/beacon/AWbkq9mM58f8Gy8IB9wXZrPGvp-Xtvdqks5vIUx4gaJpZM4Nyazc.gif" height="1" width="1" alt="" /></p>
<script type="application/json" data-scope="inboxmarkup">{"api_version":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name":"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"https://github.githubassets.com/images/email/message_cards/header.png","avatar_image_url":"https://github.githubassets.com/images/email/message_cards/avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/quicwg/base-drafts"}},"updates":{"snippets":[{"icon":"DESCRIPTION","message":"Closed #602."}],"action":{"name":"View Issue","url":"https://github.com/quicwg/base-drafts/issues/602#event-2105747845"}}}</script>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/issues/602#event-2105747845",
"url": "https://github.com/quicwg/base-drafts/issues/602#event-2105747845",
"name": "View Issue"
},
"description": "View this Issue on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>
----==_mimepart_5c5154f811234_61d13fb61aed45bc235472--


From nobody Wed Jan 30 00:05: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 88F59130F07 for <quic-issues@ietfa.amsl.com>; Wed, 30 Jan 2019 00:05:42 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -10.935
X-Spam-Level: 
X-Spam-Status: No, score=-10.935 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIMWL_WL_HIGH=-4.553, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, HTML_IMAGE_ONLY_24=1.618, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-1, RCVD_IN_DNSWL_HI=-5, SPF_PASS=-0.001] autolearn=ham autolearn_force=no
Authentication-Results: ietfa.amsl.com (amavisd-new); dkim=pass (1024-bit key) header.d=github.com
Received: from mail.ietf.org ([4.31.198.44]) by localhost (ietfa.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id CNXsXMNOHCwf for <quic-issues@ietfa.amsl.com>; Wed, 30 Jan 2019 00:05:40 -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 A4BC0130F14 for <quic-issues@ietf.org>; Wed, 30 Jan 2019 00:05:38 -0800 (PST)
Date: Wed, 30 Jan 2019 00:05:37 -0800
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1548835537; bh=QjhvpsyrLdK4oWemXH+FFECvIBWjiysMyU/CSrRpZNE=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=06Ba18dE8DEKjFkUzsFNzwNJPdGysazZ0Ry3HxN6h+QZkCVjyAuCDMl0tfl97qXl1 5kA2Ig7dhL4z//ZrI/jZbFlH0nMsxT9dGxpIgnXwpQEihat87HK3HmaVWJ+I0pXrX6 Tb13TSju2IYgnDtWaW4mbqHHV5qGBEkk9jjnIWyM=
From: MikkelFJ <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+0166e4abf09b37a09e384408384acc6735b95511d517ab9e92cf0000000118691cd192a169ce0c2f403e@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/458849080@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_5c515ad155dcd_1b43fb98ced45c4829296"; 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/8nI8HagNgY-A8DUEHF2OLpQtojk>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
List-Id: Notification list for GitHub issues related to the QUIC WG <quic-issues.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=unsubscribe>
List-Archive: <https://mailarchive.ietf.org/arch/browse/quic-issues/>
List-Post: <mailto:quic-issues@ietf.org>
List-Help: <mailto:quic-issues-request@ietf.org?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, 30 Jan 2019 08:05:43 -0000

----==_mimepart_5c515ad155dcd_1b43fb98ced45c4829296
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

I have not studied Mike's I-D (but I should take a look). I'm not concerned about the details, just that it DNS becomes the "normal" way to do resolve such things. SRV has had a history of being ignored in a chicken and egg fashion.

Also note that DNS could include supported versions.

-- 
You are receiving this 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-458849080
----==_mimepart_5c515ad155dcd_1b43fb98ced45c4829296
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: quoted-printable

<p>I have not studied Mike's I-D (but I should take a look). I'm not conc=
erned about the details, just that it DNS becomes the "normal" way to do =
resolve such things. SRV has had a history of being ignored in a chicken =
and egg fashion.</p>
<p>Also note that DNS could include supported versions.</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/253#issuecomment-458849080">view it on GitHub</a>, =
or <a href=3D"https://github.com/notifications/unsubscribe-auth/AWbkqxFf_=
3uPDAiYp46tfcgTguPTuQg6ks5vIVJRgaJpZM4LzLA5">mute the thread</a>.<img src=
=3D"https://github.com/notifications/beacon/AWbkqxXxGPJZY0SqliVK_WXyu6qQ5=
MkYks5vIVJRgaJpZM4LzLA5.gif" height=3D"1" width=3D"1" alt=3D"" /></p>
<script type=3D"application/json" data-scope=3D"inboxmarkup">{"api_versio=
n":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name"=
:"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"=
quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"http=
s://github.githubassets.com/images/email/message_cards/header.png","avata=
r_image_url":"https://github.githubassets.com/images/email/message_cards/=
avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/q=
uicwg/base-drafts"}},"updates":{"snippets":[{"icon":"PERSON","message":"@=
mikkelfj in #253: I have not studied Mike's I-D (but I should take a look=
). I'm not concerned about the details, just that it DNS becomes the \"no=
rmal\" way to do resolve such things. SRV has had a history of being igno=
red in a chicken and egg fashion.\r\n\r\nAlso note that DNS could include=
 supported versions."}],"action":{"name":"View Issue","url":"https://gith=
ub.com/quicwg/base-drafts/issues/253#issuecomment-458849080"}}}</script>
<script type=3D"application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/issues/253#issuecomment-=
458849080",
"url": "https://github.com/quicwg/base-drafts/issues/253#issuecomment-458=
849080",
"name": "View Issue"
},
"description": "View this Issue on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>=

----==_mimepart_5c515ad155dcd_1b43fb98ced45c4829296--


From nobody Wed Jan 30 00:19: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 ED070130EFC for <quic-issues@ietfa.amsl.com>; Wed, 30 Jan 2019 00:19:12 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -11.149
X-Spam-Level: 
X-Spam-Status: No, score=-11.149 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIMWL_WL_HIGH=-4.553, 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_PASS=-0.001] autolearn=ham autolearn_force=no
Authentication-Results: ietfa.amsl.com (amavisd-new); dkim=pass (1024-bit key) header.d=github.com
Received: from mail.ietf.org ([4.31.198.44]) by localhost (ietfa.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id f9DrLKxiNGH0 for <quic-issues@ietfa.amsl.com>; Wed, 30 Jan 2019 00:19: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 EA932128CF3 for <quic-issues@ietf.org>; Wed, 30 Jan 2019 00:19:10 -0800 (PST)
Date: Wed, 30 Jan 2019 00:19:09 -0800
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1548836349; bh=0ZJgpw45dTjY2M/g05kCKx2KhUpFYgCMLCt93a6Vd48=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=P6yADWdDRvIqIbh7IS7PE4k+q3ee00crrtuto4va0Mz6qbQcLuUU6GHI8F9GlvX9t QFP7N2Q0aYHB2jimf0Agr/98L8hlhXohPsHdK1TlT7gq1zeAf8nqAvdj2kwbG/klXn P9H4s6S/DXn/+ig9wxPeLwEOMZ4Y3Xs1Us8GWNI4=
From: Nick Banks <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+0166e4abfb9e1105dcc07607087d310e28730cafe49d728392cf0000000118691ffd92a169ce1784eaec@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/issues/2267/458852679@github.com>
In-Reply-To: <quicwg/base-drafts/issues/2267@github.com>
References: <quicwg/base-drafts/issues/2267@github.com>
Subject: Re: [quicwg/base-drafts] loss of only two packets can lead to an unrecoverable situation (#2267)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5c515dfdee38a_58e93fcf6c2d45bc4341c6"; 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/WyIsRnURoXFBwWpD30dulWBEVDM>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
List-Id: Notification list for GitHub issues related to the QUIC WG <quic-issues.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=unsubscribe>
List-Archive: <https://mailarchive.ietf.org/arch/browse/quic-issues/>
List-Post: <mailto:quic-issues@ietf.org>
List-Help: <mailto:quic-issues-request@ietf.org?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, 30 Jan 2019 08:19:13 -0000

----==_mimepart_5c515dfdee38a_58e93fcf6c2d45bc4341c6
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

Perhaps another way to do this, similar to HANDSHAKE_DONE, would be to have a KEY_RETIRE frame that be used to throw the Initial and Handshake keys away individually. This might be slightly better than the proposed HANDSHAKE_DONE method proposed above because the Initial key could be thrown away earlier than the end of 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/issues/2267#issuecomment-458852679
----==_mimepart_5c515dfdee38a_58e93fcf6c2d45bc4341c6
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: quoted-printable

<p>Perhaps another way to do this, similar to HANDSHAKE_DONE, would be to=
 have a KEY_RETIRE frame that be used to throw the Initial and Handshake =
keys away individually. This might be slightly better than the proposed H=
ANDSHAKE_DONE method proposed above because the Initial key could be thro=
wn away earlier than the end of the handshake.</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/2267#issuecomment-458852679">view it on GitHub</a>,=
 or <a href=3D"https://github.com/notifications/unsubscribe-auth/AWbkq8Su=
eDNE5wrE617euQe_aSHHKXMiks5vIVV9gaJpZM4ZjodA">mute the thread</a>.<img sr=
c=3D"https://github.com/notifications/beacon/AWbkq81RG_uRKfpW0kkTqGUqYn0L=
NSqTks5vIVV9gaJpZM4ZjodA.gif" height=3D"1" width=3D"1" alt=3D"" /></p>
<script type=3D"application/json" data-scope=3D"inboxmarkup">{"api_versio=
n":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name"=
:"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"=
quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"http=
s://github.githubassets.com/images/email/message_cards/header.png","avata=
r_image_url":"https://github.githubassets.com/images/email/message_cards/=
avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/q=
uicwg/base-drafts"}},"updates":{"snippets":[{"icon":"PERSON","message":"@=
nibanks in #2267: Perhaps another way to do this, similar to HANDSHAKE_DO=
NE, would be to have a KEY_RETIRE frame that be used to throw the Initial=
 and Handshake keys away individually. This might be slightly better than=
 the proposed HANDSHAKE_DONE method proposed above because the Initial ke=
y could be thrown away earlier than the end of the handshake."}],"action"=
:{"name":"View Issue","url":"https://github.com/quicwg/base-drafts/issues=
/2267#issuecomment-458852679"}}}</script>
<script type=3D"application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/issues/2267#issuecomment=
-458852679",
"url": "https://github.com/quicwg/base-drafts/issues/2267#issuecomment-45=
8852679",
"name": "View Issue"
},
"description": "View this Issue on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>=

----==_mimepart_5c515dfdee38a_58e93fcf6c2d45bc4341c6--


From nobody Wed Jan 30 00: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 BF59712DF72 for <quic-issues@ietfa.amsl.com>; Wed, 30 Jan 2019 00:19:35 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -10.934
X-Spam-Level: 
X-Spam-Status: No, score=-10.934 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIMWL_WL_HIGH=-4.553, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, HTML_IMAGE_ONLY_24=1.618, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-1, RCVD_IN_DNSWL_HI=-5, 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 02nzrnLD-TKf for <quic-issues@ietfa.amsl.com>; Wed, 30 Jan 2019 00:19: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 1F9B9128CF3 for <quic-issues@ietf.org>; Wed, 30 Jan 2019 00:19:34 -0800 (PST)
Date: Wed, 30 Jan 2019 00:19:33 -0800
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1548836373; bh=i0jWhzsUy2Vm6iWfKPVrxv9AZAvge5NalqdeIyATcIs=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=rjsAEkwoN8AYbWn64d0gLfFO7APc/285L8XdNvNb6srdmLuTlAknxRm3NeoTt16jy AQ+Sb7GPVDgddwzn/vY07+HjsgpBgYryL7ZHrA5GS/d1JO/ln33Jp6/ETjD0ZNeqo6 /vxAJSeX0UYntnBVdTrer3emvrfKH9bn3J5ovBDY=
From: Lucas Pardue <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+0166e4abf8804abcec4a54be4806aac46e833ef4c06ec87f92cf000000011869201592a169ce0c2f403e@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/458852768@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_5c515e1546d06_4f6d3f85a2cd45bc419112"; 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/1pOrhynN4MTCYTeav2p_LIzWgSk>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
List-Id: Notification list for GitHub issues related to the QUIC WG <quic-issues.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=unsubscribe>
List-Archive: <https://mailarchive.ietf.org/arch/browse/quic-issues/>
List-Post: <mailto:quic-issues@ietf.org>
List-Help: <mailto:quic-issues-request@ietf.org?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, 30 Jan 2019 08:19:36 -0000

----==_mimepart_5c515e1546d06_4f6d3f85a2cd45bc419112
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

Link to I-D for reference https://tools.ietf.org/html/draft-schwartz-httpbis-dns-alt-svc-02

Idea is that all information defined for HTTP/ alt svc would appear in that record

-- 
You are receiving this 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-458852768
----==_mimepart_5c515e1546d06_4f6d3f85a2cd45bc419112
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

<p>Link to I-D for reference <a href="https://tools.ietf.org/html/draft-schwartz-httpbis-dns-alt-svc-02" rel="nofollow">https://tools.ietf.org/html/draft-schwartz-httpbis-dns-alt-svc-02</a></p>
<p>Idea is that all information defined for HTTP/ alt svc would appear in that record</p>

<p style="font-size:small;-webkit-text-size-adjust:none;color:#666;">&mdash;<br />You are 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#issuecomment-458852768">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AWbkqy-iULwULIwifpbUQeajG7lE0h5Vks5vIVWVgaJpZM4LzLA5">mute the thread</a>.<img src="https://github.com/notifications/beacon/AWbkqxgs3ujH45OkjbltsOzlNtH1EaJYks5vIVWVgaJpZM4LzLA5.gif" height="1" width="1" alt="" /></p>
<script type="application/json" data-scope="inboxmarkup">{"api_version":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name":"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"https://github.githubassets.com/images/email/message_cards/header.png","avatar_image_url":"https://github.githubassets.com/images/email/message_cards/avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/quicwg/base-drafts"}},"updates":{"snippets":[{"icon":"PERSON","message":"@LPardue in #253: Link to I-D for reference https://tools.ietf.org/html/draft-schwartz-httpbis-dns-alt-svc-02\r\n\r\nIdea is that all information defined for HTTP/ alt svc would appear in that record"}],"action":{"name":"View Issue","url":"https://github.com/quicwg/base-drafts/issues/253#issuecomment-458852768"}}}</script>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/issues/253#issuecomment-458852768",
"url": "https://github.com/quicwg/base-drafts/issues/253#issuecomment-458852768",
"name": "View Issue"
},
"description": "View this Issue on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>
----==_mimepart_5c515e1546d06_4f6d3f85a2cd45bc419112--


From nobody Wed Jan 30 00:22:59 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 6E2C0128CF3 for <quic-issues@ietfa.amsl.com>; Wed, 30 Jan 2019 00:22:57 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -7.552
X-Spam-Level: 
X-Spam-Status: No, score=-7.552 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIMWL_WL_HIGH=-4.553, 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_PASS=-0.001] autolearn=ham autolearn_force=no
Authentication-Results: ietfa.amsl.com (amavisd-new); dkim=pass (1024-bit key) header.d=github.com
Received: from mail.ietf.org ([4.31.198.44]) by localhost (ietfa.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id PSp3yMnZVM0P for <quic-issues@ietfa.amsl.com>; Wed, 30 Jan 2019 00:22:55 -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 3C37012DF72 for <quic-issues@ietf.org>; Wed, 30 Jan 2019 00:22:55 -0800 (PST)
DKIM-Signature: v=1; a=rsa-sha1; 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=VeZTLPnFDdw8jlLIb1Yc+zkMkEc=; b=RGsjWDRXdEhZAjSI jR/py1YdHVNlEiIXlRfkAq1fikxCsxoS+1eaIwoLp8hsFFyR/e/FkmAa71TjNSmR vEWR1jtbiheZLbY5z7UIN6FXBGdrobk50YaAbsLROJFihhfRNTcrMCagKQEBr1v0 0m+o5TJHghKLepI2YFLTNFUa+JQ=
Received: by filter1614p1mdw1.sendgrid.net with SMTP id filter1614p1mdw1-4998-5C515EDD-10 2019-01-30 08:22:53.871327063 +0000 UTC m=+122480.454449756
Received: from github-lowworker-e55e3e3.cp1-iad.github.net (unknown [192.30.252.41]) by ismtpd0005p1iad1.sendgrid.net (SG) with ESMTP id Zmw-MPjHTSqWPqFU9icOow for <quic-issues@ietf.org>; Wed, 30 Jan 2019 08:22:53.875 +0000 (UTC)
Received: from github.com (localhost [127.0.0.1]) by github-lowworker-e55e3e3.cp1-iad.github.net (Postfix) with ESMTP id D34A6180A47 for <quic-issues@ietf.org>; Wed, 30 Jan 2019 00:22:53 -0800 (PST)
Date: Wed, 30 Jan 2019 08:22:53 +0000 (UTC)
From: ianswett <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+0166e4ab1a617a5b344c41112b89bb5ad2492e7bfd89ff4e92cf00000001186920dd92a169ce17fab1f6@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/pull/2365/review/197949397@github.com>
In-Reply-To: <quicwg/base-drafts/pull/2365@github.com>
References: <quicwg/base-drafts/pull/2365@github.com>
Subject: Re: [quicwg/base-drafts] Persistent Congestion Time Threshold (#2365)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5c515eddd1eb1_25403fb7120d45b82896f3"; 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
X-SG-EID: l64QuQ2uJCcEyUykJbxN122A6QRmEpucztpreh3Pak0uMr38MLThl5wYb3R7mVsa5HSUACzyMvT6Ei HJG9SKaaEVfp6bSNcUqZ0SM2l8zf/P2+RjnMn5HrbouhZlD2veU8TMCNkQaRAWML/HZe1hn5IcRv3U 3lf/HaXSmrUBfVkQSlVzim2JdVr6+RrbUJi8SThPw8LVXD0nL+V85DLq+g==
Archived-At: <https://mailarchive.ietf.org/arch/msg/quic-issues/kD_smTR-4GToJCJ_Cudo3-y6Sgc>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
List-Id: Notification list for GitHub issues related to the QUIC WG <quic-issues.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=unsubscribe>
List-Archive: <https://mailarchive.ietf.org/arch/browse/quic-issues/>
List-Post: <mailto:quic-issues@ietf.org>
List-Help: <mailto:quic-issues-request@ietf.org?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, 30 Jan 2019 08:22:57 -0000

----==_mimepart_5c515eddd1eb1_25403fb7120d45b82896f3
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

ianswett commented on this pull request.



>  When an ACK frame is received that establishes loss of all in-flight packets
-sent prior to a threshold number of consecutive PTOs (pto_count is more than
-kPersistentCongestionThreshold, see {{cc-consts-of-interest}}), the network is
-considered to be experiencing persistent congestion, and the sender's congestion
-window MUST be reduced to the minimum congestion window (kMinimumWindow).  This
-response of collapsing the congestion window on persistent congestion is
-functionally similar to a sender's response on a Retransmission Timeout (RTO) in
-TCP {{RFC5681}}.
+sent over a long enough period of time, the network is considered to be
+experiencing persistent congestion.  Commonly, this can be established by
+consecutive PTOs (pto_count is more than kPersistentCongestionThreshold, see

```suggestion
consecutive PTOs
```

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/quicwg/base-drafts/pull/2365#pullrequestreview-197949397
----==_mimepart_5c515eddd1eb1_25403fb7120d45b82896f3
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/2365#discussion=
_r252153589">draft-ietf-quic-recovery.md</a>:</p>=0D
<pre style=3D'color:#555'>&gt;  When an ACK frame is received that establis=
hes loss of all in-flight packets=0D
-sent prior to a threshold number of consecutive PTOs (pto_count is more th=
an=0D
-kPersistentCongestionThreshold, see {{cc-consts-of-interest}}), the networ=
k is=0D
-considered to be experiencing persistent congestion, and the sender&#39;s =
congestion=0D
-window MUST be reduced to the minimum congestion window (kMinimumWindow). =
 This=0D
-response of collapsing the congestion window on persistent congestion is=
=0D
-functionally similar to a sender&#39;s response on a Retransmission Timeou=
t (RTO) in=0D
-TCP {{RFC5681}}.=0D
+sent over a long enough period of time, the network is considered to be=0D
+experiencing persistent congestion.  Commonly, this can be established by=
=0D
+consecutive PTOs (pto_count is more than kPersistentCongestionThreshold, s=
ee=0D
</pre>=0D
=E2=AC=87=EF=B8=8F Suggested change=0D
<pre style=3D"color: #555">-consecutive PTOs (pto_count is more than kPersi=
stentCongestionThreshold, see=0D
+consecutive PTOs=0D
</pre>=0D
=0D
=0D
<p style=3D"font-size:small;-webkit-text-size-adjust:none;color:#666;">&mda=
sh;<br />You are receiving this because you are subscribed to this thread.<=
br />Reply to this email directly, <a href=3D"https://github.com/quicwg/bas=
e-drafts/pull/2365#pullrequestreview-197949397">view it on GitHub</a>, or <=
a href=3D"https://github.com/notifications/unsubscribe-auth/AWbkq5ewmbqaxPq=
AxLbz3uqtoKk4O1dOks5vIVZdgaJpZM4aPEwB">mute the thread</a>.<img src=3D"http=
s://github.com/notifications/beacon/AWbkq0RdaIDkSWPS1OXOoz_9mWpBFv8Hks5vIVZ=
dgaJpZM4aPEwB.gif" height=3D"1" width=3D"1" alt=3D"" /></p>=0D
<script type=3D"application/json" data-scope=3D"inboxmarkup">{"api_version"=
:"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name":"Gi=
tHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"quicwg=
/base-drafts","subtitle":"GitHub repository","main_image_url":"https://gith=
ub.githubassets.com/images/email/message_cards/header.png","avatar_image_ur=
l":"https://github.githubassets.com/images/email/message_cards/avatar.png",=
"action":{"name":"Open in GitHub","url":"https://github.com/quicwg/base-dra=
fts"}},"updates":{"snippets":[{"icon":"PERSON","message":"@ianswett comment=
ed on #2365"}],"action":{"name":"View Pull Request","url":"https://github.c=
om/quicwg/base-drafts/pull/2365#pullrequestreview-197949397"}}}</script>=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/2365#pullrequestrevie=
w-197949397",=0D
"url": "https://github.com/quicwg/base-drafts/pull/2365#pullrequestreview-1=
97949397",=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_5c515eddd1eb1_25403fb7120d45b82896f3--


From nobody Wed Jan 30 00: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 447D2128CF3 for <quic-issues@ietfa.amsl.com>; Wed, 30 Jan 2019 00:24:36 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -12.553
X-Spam-Level: 
X-Spam-Status: No, score=-12.553 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIMWL_WL_HIGH=-4.553, 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_PASS=-0.001] autolearn=ham autolearn_force=no
Authentication-Results: ietfa.amsl.com (amavisd-new); dkim=pass (1024-bit key) header.d=github.com
Received: from mail.ietf.org ([4.31.198.44]) by localhost (ietfa.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id ycRBMlGxsrkY for <quic-issues@ietfa.amsl.com>; Wed, 30 Jan 2019 00:24:34 -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 46CF6128CB7 for <quic-issues@ietf.org>; Wed, 30 Jan 2019 00:24:34 -0800 (PST)
Date: Wed, 30 Jan 2019 00:24:33 -0800
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1548836673; bh=rnBUKcfBpeskQBDTkiLw6JTcXx8jAW6OCrMj4hMXCxA=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=JaIkK9s8LaJsy/yZx66HYwKP/lZbWjOe6q2f37QwUH8hcKcplC1b059cs1nplm9NF Va47U4NLuWCiueGJXKAGgBqKFw9Y4Cro6TtXi2J3l/rZyGVhbpOQWQUG6pwE/B5+jy e/sLCRdVXDVSpLjgthruWf7VGQFJ26OJUjFZtecg=
From: ianswett <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+0166e4abfc52dddb8f050a1f91ce39fb2a39036317f608e392cf000000011869214192a169ce17fab1f6@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/pull/2365/review/197949963@github.com>
In-Reply-To: <quicwg/base-drafts/pull/2365@github.com>
References: <quicwg/base-drafts/pull/2365@github.com>
Subject: Re: [quicwg/base-drafts] Persistent Congestion Time Threshold (#2365)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5c515f4152858_78ed3fe25b4d45b8755978"; 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/qMB3Rr4veGTdyJdxYs_u87gdJ_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, 30 Jan 2019 08:24:36 -0000

----==_mimepart_5c515f4152858_78ed3fe25b4d45b8755978
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

ianswett commented on this pull request.



>  When an ACK frame is received that establishes loss of all in-flight packets
-sent prior to a threshold number of consecutive PTOs (pto_count is more than
-kPersistentCongestionThreshold, see {{cc-consts-of-interest}}), the network is
-considered to be experiencing persistent congestion, and the sender's congestion
-window MUST be reduced to the minimum congestion window (kMinimumWindow).  This
-response of collapsing the congestion window on persistent congestion is
-functionally similar to a sender's response on a Retransmission Timeout (RTO) in
-TCP {{RFC5681}}.
+sent over a long enough period of time, the network is considered to be
+experiencing persistent congestion.  Commonly, this can be established by
+consecutive PTOs (pto_count is more than kPersistentCongestionThreshold, see
+{{cc-consts-of-interest}}), but since the PTO timer is reset when a new
+ack-eliciting packet is sent, an explicit duration must be used to account for
+those cases where PTOs do not occur or are substantially delayed.

Add: This duration is the equivalent of kPersistentCongestionThreshold consecutive PTOS, smoothed_rtt + 4 * rttvar + max_ack_delay * ((2 ^ kPersistentCongestionThreshold) - 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/pull/2365#pullrequestreview-197949963
----==_mimepart_5c515f4152858_78ed3fe25b4d45b8755978
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/2365#discussion_r252154039">draft-ietf-quic-recovery.md</a>:</p>
<pre style='color:#555'>&gt;  When an ACK frame is received that establishes loss of all in-flight packets
-sent prior to a threshold number of consecutive PTOs (pto_count is more than
-kPersistentCongestionThreshold, see {{cc-consts-of-interest}}), the network is
-considered to be experiencing persistent congestion, and the sender&#39;s congestion
-window MUST be reduced to the minimum congestion window (kMinimumWindow).  This
-response of collapsing the congestion window on persistent congestion is
-functionally similar to a sender&#39;s response on a Retransmission Timeout (RTO) in
-TCP {{RFC5681}}.
+sent over a long enough period of time, the network is considered to be
+experiencing persistent congestion.  Commonly, this can be established by
+consecutive PTOs (pto_count is more than kPersistentCongestionThreshold, see
+{{cc-consts-of-interest}}), but since the PTO timer is reset when a new
+ack-eliciting packet is sent, an explicit duration must be used to account for
+those cases where PTOs do not occur or are substantially delayed.
</pre>
<p>Add: This duration is the equivalent of kPersistentCongestionThreshold consecutive PTOS, smoothed_rtt + 4 * rttvar + max_ack_delay * ((2 ^ kPersistentCongestionThreshold) - 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/pull/2365#pullrequestreview-197949963">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AWbkq_ulf13blZp-OKP4EVDF2dzdprRLks5vIVbBgaJpZM4aPEwB">mute the thread</a>.<img src="https://github.com/notifications/beacon/AWbkq4NqFfYI4bjG1op1hhyzUvyg_NUTks5vIVbBgaJpZM4aPEwB.gif" height="1" width="1" alt="" /></p>
<script type="application/json" data-scope="inboxmarkup">{"api_version":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name":"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"https://github.githubassets.com/images/email/message_cards/header.png","avatar_image_url":"https://github.githubassets.com/images/email/message_cards/avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/quicwg/base-drafts"}},"updates":{"snippets":[{"icon":"PERSON","message":"@ianswett commented on #2365"}],"action":{"name":"View Pull Request","url":"https://github.com/quicwg/base-drafts/pull/2365#pullrequestreview-197949963"}}}</script>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/pull/2365#pullrequestreview-197949963",
"url": "https://github.com/quicwg/base-drafts/pull/2365#pullrequestreview-197949963",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>
----==_mimepart_5c515f4152858_78ed3fe25b4d45b8755978--


From nobody Wed Jan 30 00: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 59A4F128CF3 for <quic-issues@ietfa.amsl.com>; Wed, 30 Jan 2019 00:25:18 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -11.149
X-Spam-Level: 
X-Spam-Status: No, score=-11.149 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIMWL_WL_HIGH=-4.553, 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_PASS=-0.001] autolearn=ham autolearn_force=no
Authentication-Results: ietfa.amsl.com (amavisd-new); dkim=pass (1024-bit key) header.d=github.com
Received: from mail.ietf.org ([4.31.198.44]) by localhost (ietfa.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id rTXz8Z4nkCNI for <quic-issues@ietfa.amsl.com>; Wed, 30 Jan 2019 00:25:16 -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 7981C128CB7 for <quic-issues@ietf.org>; Wed, 30 Jan 2019 00:25:16 -0800 (PST)
Date: Wed, 30 Jan 2019 00:25:15 -0800
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1548836715; bh=eJIe5tQRo12lzEu8YPI4N36VWYMy/akd2grfrw0RL+U=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=YicKPSGMtYhy8MvLE8BB8BKitHGu2pag272CjFT2ZQT8pgNhdTw5utUMWYUB4MLtT bHl4jhNSfFVbSQWob90tGkxhYfC1G+ulGAZEKoAiLe55DaUUzrfQlh+pFwnDoG5J31 HDLAseFxkjuk684TEuvaV52S+T0qRHdEIWPu0KYA=
From: ianswett <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+0166e4ab1a0a9fe07a737265683cd633a4ff3a6db418ad1192cf000000011869216b92a169ce17fab1f6@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/pull/2365/review/197950226@github.com>
In-Reply-To: <quicwg/base-drafts/pull/2365@github.com>
References: <quicwg/base-drafts/pull/2365@github.com>
Subject: Re: [quicwg/base-drafts] Persistent Congestion Time Threshold (#2365)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5c515f6b3b3a4_4f663f85a2cd45bc563652"; 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/XNb9OknWkSJmR_mo5ub2K9hwPNY>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
List-Id: Notification list for GitHub issues related to the QUIC WG <quic-issues.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=unsubscribe>
List-Archive: <https://mailarchive.ietf.org/arch/browse/quic-issues/>
List-Post: <mailto:quic-issues@ietf.org>
List-Help: <mailto:quic-issues-request@ietf.org?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, 30 Jan 2019 08:25:18 -0000

----==_mimepart_5c515f6b3b3a4_4f663f85a2cd45bc563652
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

ianswett commented on this pull request.



> @@ -1214,15 +1218,27 @@ Invoked by loss detection from DetectLostPackets when new packets
 are detected lost.
 
 ~~~
+   InPersistentCongestion(oldest_loss_time):
+     congestion_period = Now() - oldest_loss_time
+     pto = smoothed_rtt + 4 * rttvar + max_ack_delay
+     return
+       congestion_period >
+       pto * (2 ^ kPersistentCongestionThreshold - 1)

```suggestion
         pto * (2 ^ kPersistentCongestionThreshold - 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/pull/2365#pullrequestreview-197950226
----==_mimepart_5c515f6b3b3a4_4f663f85a2cd45bc563652
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/2365#discussi=
on_r252154271">draft-ietf-quic-recovery.md</a>:</p>=0D
<pre style=3D'color:#555'>&gt; @@ -1214,15 +1218,27 @@ Invoked by loss de=
tection from DetectLostPackets when new packets=0D
 are detected lost.=0D
 =0D
 ~~~=0D
+   InPersistentCongestion(oldest_loss_time):=0D
+     congestion_period =3D Now() - oldest_loss_time=0D
+     pto =3D smoothed_rtt + 4 * rttvar + max_ack_delay=0D
+     return=0D
+       congestion_period &gt;=0D
+       pto * (2 ^ kPersistentCongestionThreshold - 1)=0D
</pre>=0D
=E2=AC=87=EF=B8=8F Suggested change=0D
<pre style=3D"color: #555">-       pto * (2 ^ kPersistentCongestionThresh=
old - 1)=0D
+         pto * (2 ^ kPersistentCongestionThreshold - 1)=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/2365#pullrequestreview-197950226">view it on GitHub</=
a>, or <a href=3D"https://github.com/notifications/unsubscribe-auth/AWbkq=
5sTJq-P3Jqu0FoAcQGkv1s7eDKaks5vIVbrgaJpZM4aPEwB">mute the thread</a>.<img=
 src=3D"https://github.com/notifications/beacon/AWbkq-RGr5l2i25SxMfc8fQW7=
AZNSzZlks5vIVbrgaJpZM4aPEwB.gif" height=3D"1" width=3D"1" alt=3D"" /></p>=
=0D
<script type=3D"application/json" data-scope=3D"inboxmarkup">{"api_versio=
n":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name"=
:"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"=
quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"http=
s://github.githubassets.com/images/email/message_cards/header.png","avata=
r_image_url":"https://github.githubassets.com/images/email/message_cards/=
avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/q=
uicwg/base-drafts"}},"updates":{"snippets":[{"icon":"PERSON","message":"@=
ianswett commented on #2365"}],"action":{"name":"View Pull Request","url"=
:"https://github.com/quicwg/base-drafts/pull/2365#pullrequestreview-19795=
0226"}}}</script>=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/2365#pullrequestrev=
iew-197950226",=0D
"url": "https://github.com/quicwg/base-drafts/pull/2365#pullrequestreview=
-197950226",=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_5c515f6b3b3a4_4f663f85a2cd45bc563652--


From nobody Wed Jan 30 00:28: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 5065B128CB7 for <quic-issues@ietfa.amsl.com>; Wed, 30 Jan 2019 00:28:02 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -10.935
X-Spam-Level: 
X-Spam-Status: No, score=-10.935 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIMWL_WL_HIGH=-4.553, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, HTML_IMAGE_ONLY_24=1.618, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-1, RCVD_IN_DNSWL_HI=-5, SPF_PASS=-0.001] autolearn=ham autolearn_force=no
Authentication-Results: ietfa.amsl.com (amavisd-new); dkim=pass (1024-bit key) header.d=github.com
Received: from mail.ietf.org ([4.31.198.44]) by localhost (ietfa.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id F6qnpUbK3T6L for <quic-issues@ietfa.amsl.com>; Wed, 30 Jan 2019 00:28:00 -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 870ED128D09 for <quic-issues@ietf.org>; Wed, 30 Jan 2019 00:28:00 -0800 (PST)
Date: Wed, 30 Jan 2019 00:27:59 -0800
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1548836879; bh=aUPnCQVdftQGBLsCQ39L/1ObMYP2LQz3eJu5WlmQovE=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=supOq9gdAoUE1MXFSHEXxy3ohnRd9hKbshirt8qSCE2m1T09VWYC3PCPyLy8GQOr4 8kENrYsWFs33/V3tYkdUB8+qGbiuznDyJHtIVwgkO1vPVRYWhT7OJaBwzOeWV1LnnN wqsyRhJdh0ti7TqESoaVkp/agyuI04qTRNNI7scI=
From: ianswett <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+0166e4abb8ead64a8b810df9148300854d170efa849dd97c92cf000000011869220f92a169ce16d11972@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/pull/2025/c458855118@github.com>
In-Reply-To: <quicwg/base-drafts/pull/2025@github.com>
References: <quicwg/base-drafts/pull/2025@github.com>
Subject: Re: [quicwg/base-drafts] Send an immediate ACK (#2025)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5c51600f5e16d_293c3fd09f8d45b460132d"; 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/QSvEreLasnVU3H7jeNXxEVbya9I>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
List-Id: Notification list for GitHub issues related to the QUIC WG <quic-issues.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=unsubscribe>
List-Archive: <https://mailarchive.ietf.org/arch/browse/quic-issues/>
List-Post: <mailto:quic-issues@ietf.org>
List-Help: <mailto:quic-issues-request@ietf.org?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, 30 Jan 2019 08:28:02 -0000

----==_mimepart_5c51600f5e16d_293c3fd09f8d45b460132d
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

You send immediate acks when there's an out of order packet or an ECN mark.

Honestly, I like the 'send one immediate ack per out of order packet' text I had earlier, because it parallels the ECN text nicely, but this is fine 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/2025#issuecomment-458855118
----==_mimepart_5c51600f5e16d_293c3fd09f8d45b460132d
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

<p>You send immediate acks when there's an out of order packet or an ECN mark.</p>
<p>Honestly, I like the 'send one immediate ack per out of order packet' text I had earlier, because it parallels the ECN text nicely, but this is fine 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/2025#issuecomment-458855118">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AWbkqwP_5d0X4sp11z2-J0-ANg8wr1tpks5vIVePgaJpZM4YruSf">mute the thread</a>.<img src="https://github.com/notifications/beacon/AWbkqxd2Fzj1pYujiUCmoPd4KS1MX4WRks5vIVePgaJpZM4YruSf.gif" height="1" width="1" alt="" /></p>
<script type="application/json" data-scope="inboxmarkup">{"api_version":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name":"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"https://github.githubassets.com/images/email/message_cards/header.png","avatar_image_url":"https://github.githubassets.com/images/email/message_cards/avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/quicwg/base-drafts"}},"updates":{"snippets":[{"icon":"PERSON","message":"@ianswett in #2025: You send immediate acks when there's an out of order packet or an ECN mark.\r\n\r\nHonestly, I like the 'send one immediate ack per out of order packet' text I had earlier, because it parallels the ECN text nicely, but this is fine as well."}],"action":{"name":"View Pull Request","url":"https://github.com/quicwg/base-drafts/pull/2025#issuecomment-458855118"}}}</script>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/pull/2025#issuecomment-458855118",
"url": "https://github.com/quicwg/base-drafts/pull/2025#issuecomment-458855118",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>
----==_mimepart_5c51600f5e16d_293c3fd09f8d45b460132d--


From nobody Wed Jan 30 00:30: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 B2726128CF3 for <quic-issues@ietfa.amsl.com>; Wed, 30 Jan 2019 00:30:40 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -11.553
X-Spam-Level: 
X-Spam-Status: No, score=-11.553 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIMWL_WL_HIGH=-4.553, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, RCVD_IN_DNSWL_HI=-5, 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 Bn028pXAda3q for <quic-issues@ietfa.amsl.com>; Wed, 30 Jan 2019 00:30: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 08207128CB7 for <quic-issues@ietf.org>; Wed, 30 Jan 2019 00:30:39 -0800 (PST)
Date: Wed, 30 Jan 2019 00:30:38 -0800
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1548837038; bh=DVfctp1LnvR20R6nbPhkFsavmllD2Cc1slOVW+kmFs8=; h=Date:From:To:Subject:From; b=D/FX5dJDTLt7SOXU8y7Sr7dz9/k2nHZIoqz53i1+vq20flWY+3OnJpkZosfQpEcVZ ACps1gGEbHKx1LkDE5HIy+lZFdt44ust07ld0cB2nz/U2dWoL50EAWYmJk0gd01l/4 dV8zGxdJDz3+BEkT+frdO7yLGH87yrsYM11h1I8c=
From: ianswett <noreply@github.com>
To: quic-issues@ietf.org
Message-ID: <quicwg/base-drafts/push/refs/heads/ianswett-immediate-ack/7e473d-8b7cb1@github.com>
Subject: [quicwg/base-drafts] 8b7cb1: A bit clearer
Mime-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 7bit
X-Auto-Response-Suppress: All
Archived-At: <https://mailarchive.ietf.org/arch/msg/quic-issues/Vws_RhWqrk7cgKl4-ae8FHAVzX4>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
Precedence: list
List-Id: Notification list for GitHub issues related to the QUIC WG <quic-issues.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=unsubscribe>
List-Archive: <https://mailarchive.ietf.org/arch/browse/quic-issues/>
List-Post: <mailto:quic-issues@ietf.org>
List-Help: <mailto:quic-issues-request@ietf.org?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, 30 Jan 2019 08:30:41 -0000

  Branch: refs/heads/ianswett-immediate-ack
  Home:   https://github.com/quicwg/base-drafts
  Commit: 8b7cb1ad06a48978de1d8dc8b6b21a32a99b1ee2
      https://github.com/quicwg/base-drafts/commit/8b7cb1ad06a48978de1d8dc8b6b21a32a99b1ee2
  Author: ianswett <ianswett@users.noreply.github.com>
  Date:   2019-01-30 (Wed, 30 Jan 2019)

  Changed paths:
    M draft-ietf-quic-recovery.md

  Log Message:
  -----------
  A bit clearer



From nobody Wed Jan 30 00: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 9BDAA130F1C for <quic-issues@ietfa.amsl.com>; Wed, 30 Jan 2019 00:30:43 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -10.935
X-Spam-Level: 
X-Spam-Status: No, score=-10.935 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIMWL_WL_HIGH=-4.553, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, HTML_IMAGE_ONLY_24=1.618, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-1, RCVD_IN_DNSWL_HI=-5, SPF_PASS=-0.001] autolearn=ham autolearn_force=no
Authentication-Results: ietfa.amsl.com (amavisd-new); dkim=pass (1024-bit key) header.d=github.com
Received: from mail.ietf.org ([4.31.198.44]) by localhost (ietfa.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 24pIWczVeYFQ for <quic-issues@ietfa.amsl.com>; Wed, 30 Jan 2019 00:30:42 -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 2CA11128CB7 for <quic-issues@ietf.org>; Wed, 30 Jan 2019 00:30:42 -0800 (PST)
Date: Wed, 30 Jan 2019 00:30:41 -0800
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1548837041; bh=yHNYiSu6gsZi7pRDtqVN/7XWYIYHdywgf7kSUz82Adg=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=kSZsLhlr2e9Ylex4W3g4skm6m98vfbgQW8JFEbUvtN8I9U44oXeYpkiQOywUz07xN jU5pv8EZyiIBEutxLozh9lS/2wC7jHKX6IhqzJedKil4Ys0ACqcAFEA1L94Dpj6BKz a3Wgj2+zg3IQ8OgoCdqq2R4ViZ6z/xzJoccDuK64=
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/2025/push/3257557645@github.com>
In-Reply-To: <quicwg/base-drafts/pull/2025@github.com>
References: <quicwg/base-drafts/pull/2025@github.com>
Subject: Re: [quicwg/base-drafts] Send an immediate ACK (#2025)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5c5160b144e23_197f3fe953cd45c035424f"; 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/tgr1R4RQ6l_3dlWYm_Px40Vwrgs>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
List-Id: Notification list for GitHub issues related to the QUIC WG <quic-issues.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=unsubscribe>
List-Archive: <https://mailarchive.ietf.org/arch/browse/quic-issues/>
List-Post: <mailto:quic-issues@ietf.org>
List-Help: <mailto:quic-issues-request@ietf.org?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, 30 Jan 2019 08:30:45 -0000

----==_mimepart_5c5160b144e23_197f3fe953cd45c035424f
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

@ianswett pushed 1 commit.

8b7cb1ad06a48978de1d8dc8b6b21a32a99b1ee2  A bit clearer


-- 
You are receiving this because you are subscribed to this thread.
View it on GitHub:
https://github.com/quicwg/base-drafts/pull/2025/files/7e473d989c13f7bb7e284641b0572fd6c71da6ef..8b7cb1ad06a48978de1d8dc8b6b21a32a99b1ee2

----==_mimepart_5c5160b144e23_197f3fe953cd45c035424f
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/8b7cb1ad06a48978de1d8dc8b6b21a32a99b1ee2">8b7cb1a</a>  A bit clearer</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/2025/files/7e473d989c13f7bb7e284641b0572fd6c71da6ef..8b7cb1ad06a48978de1d8dc8b6b21a32a99b1ee2">View it on GitHub</a> or <a href="https://github.com/notifications/unsubscribe-auth/AWbkq42QJm9qBR1bcJH8mLbUFS7VNEfZks5vIVgxgaJpZM4YruSf">mute the thread</a>.<img src="https://github.com/notifications/beacon/AWbkqwVv_Kr59HHi8Wkx7_CCuwI5XIBhks5vIVgxgaJpZM4YruSf.gif" height="1" width="1" alt="" /></p>
<script type="application/json" data-scope="inboxmarkup">{"api_version":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name":"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"https://github.githubassets.com/images/email/message_cards/header.png","avatar_image_url":"https://github.githubassets.com/images/email/message_cards/avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/quicwg/base-drafts"}},"updates":{"snippets":[{"icon":"PERSON","message":"@ianswett pushed 1 commit in #2025"}],"action":{"name":"View Pull Request","url":"https://github.com/quicwg/base-drafts/pull/2025/files/7e473d989c13f7bb7e284641b0572fd6c71da6ef..8b7cb1ad06a48978de1d8dc8b6b21a32a99b1ee2"}}}</script>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/pull/2025/files/7e473d989c13f7bb7e284641b0572fd6c71da6ef..8b7cb1ad06a48978de1d8dc8b6b21a32a99b1ee2",
"url": "https://github.com/quicwg/base-drafts/pull/2025/files/7e473d989c13f7bb7e284641b0572fd6c71da6ef..8b7cb1ad06a48978de1d8dc8b6b21a32a99b1ee2",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>

----==_mimepart_5c5160b144e23_197f3fe953cd45c035424f--


From nobody Wed Jan 30 00:32: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 6E4EA128D09 for <quic-issues@ietfa.amsl.com>; Wed, 30 Jan 2019 00:32:33 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -11.554
X-Spam-Level: 
X-Spam-Status: No, score=-11.554 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIMWL_WL_HIGH=-4.553, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, RCVD_IN_DNSWL_HI=-5, SPF_PASS=-0.001] autolearn=ham autolearn_force=no
Authentication-Results: ietfa.amsl.com (amavisd-new); dkim=pass (1024-bit key) header.d=github.com
Received: from mail.ietf.org ([4.31.198.44]) by localhost (ietfa.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id aWM9tGaYizT6 for <quic-issues@ietfa.amsl.com>; Wed, 30 Jan 2019 00:32:31 -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 94E5612DF72 for <quic-issues@ietf.org>; Wed, 30 Jan 2019 00:32:31 -0800 (PST)
Date: Wed, 30 Jan 2019 00:32:30 -0800
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1548837150; bh=i4DjFdQ48kMiebhAhALHlbyd5KqzMfqARgPz/7joOLc=; h=Date:From:To:Subject:From; b=0tbWnX/oFTWJl5v2mCJhQnhxgR093b68vDASD6eC8HZvzfh3b4ZT7Y+Z8FCLUHUsi q1nQdDxPXvD+4aJd46A81O1436W/QPSr04EDuKkTinRuSw2rXi3loxt4V0yZGxune7 a+rqaGf+0NsgdRy3hHMCggbCc4byUwQQCaWjNRJA=
From: ID Bot <noreply@github.com>
To: quic-issues@ietf.org
Message-ID: <quicwg/base-drafts/push/refs/heads/gh-pages/4c1c22-ef7e75@github.com>
Subject: [quicwg/base-drafts] ef7e75: Script updating gh-pages from 8b7cb1ad. [ci skip]
Mime-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 7bit
X-Auto-Response-Suppress: All
Archived-At: <https://mailarchive.ietf.org/arch/msg/quic-issues/mllvx6W-KQDEI5LrjuqabYVYNvc>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
Precedence: list
List-Id: Notification list for GitHub issues related to the QUIC WG <quic-issues.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=unsubscribe>
List-Archive: <https://mailarchive.ietf.org/arch/browse/quic-issues/>
List-Post: <mailto:quic-issues@ietf.org>
List-Help: <mailto:quic-issues-request@ietf.org?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, 30 Jan 2019 08:32:34 -0000

  Branch: refs/heads/gh-pages
  Home:   https://github.com/quicwg/base-drafts
  Commit: ef7e75b1ed1fb07ddc72f0a3690157d66e30c40b
      https://github.com/quicwg/base-drafts/commit/ef7e75b1ed1fb07ddc72f0a3690157d66e30c40b
  Author: ID Bot <idbot@example.com>
  Date:   2019-01-30 (Wed, 30 Jan 2019)

  Changed paths:
    M ianswett-immediate-ack/draft-ietf-quic-http.html
    M ianswett-immediate-ack/draft-ietf-quic-http.txt
    M ianswett-immediate-ack/draft-ietf-quic-invariants.html
    M ianswett-immediate-ack/draft-ietf-quic-invariants.txt
    M ianswett-immediate-ack/draft-ietf-quic-qpack.html
    M ianswett-immediate-ack/draft-ietf-quic-qpack.txt
    M ianswett-immediate-ack/draft-ietf-quic-recovery.html
    M ianswett-immediate-ack/draft-ietf-quic-recovery.txt
    M ianswett-immediate-ack/draft-ietf-quic-spin-exp.html
    M ianswett-immediate-ack/draft-ietf-quic-spin-exp.txt
    M ianswett-immediate-ack/draft-ietf-quic-tls.html
    M ianswett-immediate-ack/draft-ietf-quic-tls.txt
    M ianswett-immediate-ack/draft-ietf-quic-transport.html
    M ianswett-immediate-ack/draft-ietf-quic-transport.txt
    M index.html

  Log Message:
  -----------
  Script updating gh-pages from 8b7cb1ad. [ci skip]



From nobody Wed Jan 30 00:58: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 811B8130F26 for <quic-issues@ietfa.amsl.com>; Wed, 30 Jan 2019 00:58:23 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -11.148
X-Spam-Level: 
X-Spam-Status: No, score=-11.148 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIMWL_WL_HIGH=-4.553, 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_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 5iTplOBNWTMr for <quic-issues@ietfa.amsl.com>; Wed, 30 Jan 2019 00:58: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 EAF3D128CB7 for <quic-issues@ietf.org>; Wed, 30 Jan 2019 00:58:21 -0800 (PST)
Date: Wed, 30 Jan 2019 00:58:20 -0800
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1548838700; bh=vUDP+4Agjve5S/b/wY8D2/SEkkjCqS+MK/AkUAuJR8c=; h=Date:From:Reply-To:To:Cc:Subject:List-ID:List-Archive:List-Post: List-Unsubscribe:From; b=SYmTXt+kf9a5WANXfFc/oMXrkT3mlATlCmIJKHUHd2XsvdtZvQGa+XND6JCz5SX8o KNiMsEhm7/wnkcKZexdpCBOLyNjUl2HlJk9HsfVoxyjahCx+lYi6L4VpugvQtUMNQD Z48UQXkeobQWLHjqqd3WYQjubOkL0D/gZ3xjQsio=
From: Sean Turner <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+0166e4ab70a1c674073c209e1d97fbd66bac2eac8afc003392cf000000011869292c92a169ce181eb4da@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/pull/2390@github.com>
Subject: [quicwg/base-drafts] removing stray ) (#2390)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5c51672cdc802_4213fe9b54d45c013361e"; charset=UTF-8
Content-Transfer-Encoding: 7bit
Precedence: list
X-GitHub-Sender: seanturner
X-GitHub-Recipient: quic-issues
X-GitHub-Reason: subscribed
X-Auto-Response-Suppress: All
X-GitHub-Recipient-Address: quic-issues@ietf.org
Archived-At: <https://mailarchive.ietf.org/arch/msg/quic-issues/Optazp-3tx8DtwHVC-lUliJIKr0>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
List-Id: Notification list for GitHub issues related to the QUIC WG <quic-issues.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=unsubscribe>
List-Archive: <https://mailarchive.ietf.org/arch/browse/quic-issues/>
List-Post: <mailto:quic-issues@ietf.org>
List-Help: <mailto:quic-issues-request@ietf.org?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, 30 Jan 2019 08:58:24 -0000

----==_mimepart_5c51672cdc802_4213fe9b54d45c013361e
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/2390

-- Commit Summary --

  * removing stray )

-- File Changes --

    M draft-ietf-quic-tls.md (2)

-- Patch Links --

https://github.com/quicwg/base-drafts/pull/2390.patch
https://github.com/quicwg/base-drafts/pull/2390.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/2390

----==_mimepart_5c51672cdc802_4213fe9b54d45c013361e
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/2390'>https://github.com/quicwg/base-drafts/pull/2390</a></p>

<h4>Commit Summary</h4>
<ul>
  <li>removing stray )</li>
</ul>

<h4>File Changes</h4>
<ul>
  <li>
    <strong>M</strong>
    <a href="https://github.com/quicwg/base-drafts/pull/2390/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/2390.patch'>https://github.com/quicwg/base-drafts/pull/2390.patch</a></li>
  <li><a href='https://github.com/quicwg/base-drafts/pull/2390.diff'>https://github.com/quicwg/base-drafts/pull/2390.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/2390">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AWbkq8ftheMCDkFeT8CLlqVbe_9p74WGks5vIV6sgaJpZM4aZvIA">mute the thread</a>.<img src="https://github.com/notifications/beacon/AWbkq1vCYLPtAMGamqteomt4YxkoO8z9ks5vIV6sgaJpZM4aZvIA.gif" height="1" width="1" alt="" /></p>
<script type="application/json" data-scope="inboxmarkup">{"api_version":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name":"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"https://github.githubassets.com/images/email/message_cards/header.png","avatar_image_url":"https://github.githubassets.com/images/email/message_cards/avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/quicwg/base-drafts"}},"updates":{"snippets":[{"icon":"DESCRIPTION","message":"removing stray ) (#2390)"}],"action":{"name":"View Pull Request","url":"https://github.com/quicwg/base-drafts/pull/2390"}}}</script>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/pull/2390",
"url": "https://github.com/quicwg/base-drafts/pull/2390",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>

----==_mimepart_5c51672cdc802_4213fe9b54d45c013361e--


From nobody Wed Jan 30 01: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 EBFB8130F28 for <quic-issues@ietfa.amsl.com>; Wed, 30 Jan 2019 01:03:46 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -10.935
X-Spam-Level: 
X-Spam-Status: No, score=-10.935 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIMWL_WL_HIGH=-4.553, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, HTML_IMAGE_ONLY_24=1.618, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-1, RCVD_IN_DNSWL_HI=-5, SPF_PASS=-0.001] autolearn=ham autolearn_force=no
Authentication-Results: ietfa.amsl.com (amavisd-new); dkim=pass (1024-bit key) header.d=github.com
Received: from mail.ietf.org ([4.31.198.44]) by localhost (ietfa.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id bFwG3Pt_GvmE for <quic-issues@ietfa.amsl.com>; Wed, 30 Jan 2019 01:03: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 487B9128CB7 for <quic-issues@ietf.org>; Wed, 30 Jan 2019 01:03:45 -0800 (PST)
Date: Wed, 30 Jan 2019 01:03:44 -0800
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1548839024; bh=QIV1OPagyUZfGDHnxTHwYrmJeYLL2BSE4tio2Uij7YI=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=xxYpJ7JEj71RvGlrmfeMQw/yiZsUUkcMNwpdDXmeOqmoRogHd/l3SWaXIgBDg6Et2 jqhiHr0zeVpVKMDiYXZ5y9i8ewH8y1M8ikCskwemUWc2QL558p7/gBaaSKUpIkzxp/ v3pTrDEb3Bt5w2cpxdLLg2equB1fa+9MO/W97LqA=
From: Sean Turner <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+0166e4ab0f6c52b2707c8715a5d25f280e63cbf56c735f0692cf0000000118692a7092a169ce181eb4da@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/pull/2390/issue_event/2105913652@github.com>
In-Reply-To: <quicwg/base-drafts/pull/2390@github.com>
References: <quicwg/base-drafts/pull/2390@github.com>
Subject: Re: [quicwg/base-drafts] removing stray ) (#2390)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5c5168703e9d2_74a33fd4710d45b41988d2"; charset=UTF-8
Content-Transfer-Encoding: 7bit
Precedence: list
X-GitHub-Sender: seanturner
X-GitHub-Recipient: quic-issues
X-GitHub-Reason: subscribed
X-Auto-Response-Suppress: All
X-GitHub-Recipient-Address: quic-issues@ietf.org
Archived-At: <https://mailarchive.ietf.org/arch/msg/quic-issues/wbpOGat6IfR9TpTwatH5bUPV6Mg>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
List-Id: Notification list for GitHub issues related to the QUIC WG <quic-issues.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=unsubscribe>
List-Archive: <https://mailarchive.ietf.org/arch/browse/quic-issues/>
List-Post: <mailto:quic-issues@ietf.org>
List-Help: <mailto:quic-issues-request@ietf.org?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, 30 Jan 2019 09:03:47 -0000

----==_mimepart_5c5168703e9d2_74a33fd4710d45b41988d2
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

Closed #2390.

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/quicwg/base-drafts/pull/2390#event-2105913652
----==_mimepart_5c5168703e9d2_74a33fd4710d45b41988d2
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="404665562" data-permission-text="Issue title is private" data-url="https://github.com/quicwg/base-drafts/issues/2390" data-hovercard-type="pull_request" data-hovercard-url="/quicwg/base-drafts/pull/2390/hovercard" href="https://github.com/quicwg/base-drafts/pull/2390">#2390</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/2390#event-2105913652">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AWbkq00SV5cyETrCXNBgWsbi-QXi_T3pks5vIV_wgaJpZM4aZvIA">mute the thread</a>.<img src="https://github.com/notifications/beacon/AWbkq6dcmPz4THg24cHv6a6lHapmBpF0ks5vIV_wgaJpZM4aZvIA.gif" height="1" width="1" alt="" /></p>
<script type="application/json" data-scope="inboxmarkup">{"api_version":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name":"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"https://github.githubassets.com/images/email/message_cards/header.png","avatar_image_url":"https://github.githubassets.com/images/email/message_cards/avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/quicwg/base-drafts"}},"updates":{"snippets":[{"icon":"DESCRIPTION","message":"Closed #2390."}],"action":{"name":"View Pull Request","url":"https://github.com/quicwg/base-drafts/pull/2390#event-2105913652"}}}</script>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/pull/2390#event-2105913652",
"url": "https://github.com/quicwg/base-drafts/pull/2390#event-2105913652",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>
----==_mimepart_5c5168703e9d2_74a33fd4710d45b41988d2--


From nobody Wed Jan 30 01:04: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 DEEDF130F28 for <quic-issues@ietfa.amsl.com>; Wed, 30 Jan 2019 01:04:12 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -11.007
X-Spam-Level: 
X-Spam-Status: No, score=-11.007 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIMWL_WL_HIGH=-4.553, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, HTML_IMAGE_ONLY_20=1.546, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-1, RCVD_IN_DNSWL_HI=-5, SPF_PASS=-0.001] autolearn=ham autolearn_force=no
Authentication-Results: ietfa.amsl.com (amavisd-new); dkim=pass (1024-bit key) header.d=github.com
Received: from mail.ietf.org ([4.31.198.44]) by localhost (ietfa.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id y_BQTMx9Tlmk for <quic-issues@ietfa.amsl.com>; Wed, 30 Jan 2019 01:04:10 -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 1F36B128CB7 for <quic-issues@ietf.org>; Wed, 30 Jan 2019 01:04:10 -0800 (PST)
Date: Wed, 30 Jan 2019 01:04:08 -0800
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1548839048; bh=xGHgDij8DkydUwSOuhiTSywYnQEEOtHW86BJVMhnH4s=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=S6ULqevi5oXsl3J67rauzxIVKIVUhGY60KxW0Mmulgqd6LY+4gXTL0tcB2xGGnyjr SNEXpiLWFoy7zpiK9tXVCX3ofA95XFvye0rgS6l3MGqP8kJILDocjHMypGU/OuWSom LBOgEWetCeZADwc8a1aZTmzYRI67y6z2ihPcM7SQ=
From: Sean Turner <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+0166e4abcc6d889d26c327608da9f6197e7a275041f1e47292cf0000000118692a8892a169ce181eb4da@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/pull/2390/c458865855@github.com>
In-Reply-To: <quicwg/base-drafts/pull/2390@github.com>
References: <quicwg/base-drafts/pull/2390@github.com>
Subject: Re: [quicwg/base-drafts] removing stray ) (#2390)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5c516888eed33_37bb3ff43e6d45bc405665"; charset=UTF-8
Content-Transfer-Encoding: 7bit
Precedence: list
X-GitHub-Sender: seanturner
X-GitHub-Recipient: quic-issues
X-GitHub-Reason: subscribed
X-Auto-Response-Suppress: All
X-GitHub-Recipient-Address: quic-issues@ietf.org
Archived-At: <https://mailarchive.ietf.org/arch/msg/quic-issues/vloXhhm66-S-2f3G4zid7cIFnuc>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
List-Id: Notification list for GitHub issues related to the QUIC WG <quic-issues.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=unsubscribe>
List-Archive: <https://mailarchive.ietf.org/arch/browse/quic-issues/>
List-Post: <mailto:quic-issues@ietf.org>
List-Help: <mailto:quic-issues-request@ietf.org?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, 30 Jan 2019 09:04:13 -0000

----==_mimepart_5c516888eed33_37bb3ff43e6d45bc405665
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

Needed to fetch upstream 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/pull/2390#issuecomment-458865855
----==_mimepart_5c516888eed33_37bb3ff43e6d45bc405665
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

<p>Needed to fetch upstream 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/pull/2390#issuecomment-458865855">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AWbkq0S72PXXtecXkNHmC83qK7cgFrn8ks5vIWAIgaJpZM4aZvIA">mute the thread</a>.<img src="https://github.com/notifications/beacon/AWbkq092cc_EEcTAzZrBUvs7ythFM8Orks5vIWAIgaJpZM4aZvIA.gif" height="1" width="1" alt="" /></p>
<script type="application/json" data-scope="inboxmarkup">{"api_version":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name":"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"https://github.githubassets.com/images/email/message_cards/header.png","avatar_image_url":"https://github.githubassets.com/images/email/message_cards/avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/quicwg/base-drafts"}},"updates":{"snippets":[{"icon":"PERSON","message":"@seanturner in #2390: Needed to fetch upstream first."}],"action":{"name":"View Pull Request","url":"https://github.com/quicwg/base-drafts/pull/2390#issuecomment-458865855"}}}</script>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/pull/2390#issuecomment-458865855",
"url": "https://github.com/quicwg/base-drafts/pull/2390#issuecomment-458865855",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>
----==_mimepart_5c516888eed33_37bb3ff43e6d45bc405665--


From nobody Wed Jan 30 01:06: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 C0083130F2C for <quic-issues@ietfa.amsl.com>; Wed, 30 Jan 2019 01:06:22 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -11.148
X-Spam-Level: 
X-Spam-Status: No, score=-11.148 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIMWL_WL_HIGH=-4.553, 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_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 psfQxAOCr6Hz for <quic-issues@ietfa.amsl.com>; Wed, 30 Jan 2019 01:06: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 35203130F29 for <quic-issues@ietf.org>; Wed, 30 Jan 2019 01:06:21 -0800 (PST)
Date: Wed, 30 Jan 2019 01:06:20 -0800
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1548839180; bh=GH/y/utAh2OBu9R3CFem12f53aJxmae/3gj+c+GIyPM=; h=Date:From:Reply-To:To:Cc:Subject:List-ID:List-Archive:List-Post: List-Unsubscribe:From; b=IAOpKyb7WJ41rRxlM9QiLULGrOzk0NIxE0VOUQjW1RQdIcasPKfbAaygX/K7Km/uY Uoqplhub18Ud6JpHafVya8bXEUkxr8oJgoquBBQfx67JiVKTkIyjcjiMo+uuyVCfYC JvjCIDsWlghOa7uMzG0ltSmaJERf5HbmnGW0Tkbk=
From: Sean Turner <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+0166e4ab4b13661c8fdea754b3a4a652fc57ea9d4035a65092cf0000000118692b0c92a169ce181ec040@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/pull/2391@github.com>
Subject: [quicwg/base-drafts] removing stray ) (#2391)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5c51690c55c9e_22243fa50fed45c415867a"; charset=UTF-8
Content-Transfer-Encoding: 7bit
Precedence: list
X-GitHub-Sender: seanturner
X-GitHub-Recipient: quic-issues
X-GitHub-Reason: subscribed
X-Auto-Response-Suppress: All
X-GitHub-Recipient-Address: quic-issues@ietf.org
Archived-At: <https://mailarchive.ietf.org/arch/msg/quic-issues/bzojiSccZfBp7pIP3We-jgzADa0>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
List-Id: Notification list for GitHub issues related to the QUIC WG <quic-issues.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=unsubscribe>
List-Archive: <https://mailarchive.ietf.org/arch/browse/quic-issues/>
List-Post: <mailto:quic-issues@ietf.org>
List-Help: <mailto:quic-issues-request@ietf.org?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, 30 Jan 2019 09:06:23 -0000

----==_mimepart_5c51690c55c9e_22243fa50fed45c415867a
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/2391

-- Commit Summary --

  * removing straw )

-- File Changes --

    M draft-ietf-quic-tls.md (4)

-- Patch Links --

https://github.com/quicwg/base-drafts/pull/2391.patch
https://github.com/quicwg/base-drafts/pull/2391.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/2391

----==_mimepart_5c51690c55c9e_22243fa50fed45c415867a
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/2391'>https://github.com/quicwg/base-drafts/pull/2391</a></p>

<h4>Commit Summary</h4>
<ul>
  <li>removing straw )</li>
</ul>

<h4>File Changes</h4>
<ul>
  <li>
    <strong>M</strong>
    <a href="https://github.com/quicwg/base-drafts/pull/2391/files#diff-0">draft-ietf-quic-tls.md</a>
    (4)
  </li>
</ul>

<h4>Patch Links:</h4>
<ul>
  <li><a href='https://github.com/quicwg/base-drafts/pull/2391.patch'>https://github.com/quicwg/base-drafts/pull/2391.patch</a></li>
  <li><a href='https://github.com/quicwg/base-drafts/pull/2391.diff'>https://github.com/quicwg/base-drafts/pull/2391.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/2391">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AWbkq1bVrSK9Im0guLFT4_qt2eLEGhvxks5vIWCMgaJpZM4aZv8f">mute the thread</a>.<img src="https://github.com/notifications/beacon/AWbkq7IwYkRLNCu4_BElIXmJu8ZXNZkJks5vIWCMgaJpZM4aZv8f.gif" height="1" width="1" alt="" /></p>
<script type="application/json" data-scope="inboxmarkup">{"api_version":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name":"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"https://github.githubassets.com/images/email/message_cards/header.png","avatar_image_url":"https://github.githubassets.com/images/email/message_cards/avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/quicwg/base-drafts"}},"updates":{"snippets":[{"icon":"DESCRIPTION","message":"removing stray ) (#2391)"}],"action":{"name":"View Pull Request","url":"https://github.com/quicwg/base-drafts/pull/2391"}}}</script>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/pull/2391",
"url": "https://github.com/quicwg/base-drafts/pull/2391",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>

----==_mimepart_5c51690c55c9e_22243fa50fed45c415867a--


From nobody Wed Jan 30 01:15:26 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 2DA94128CB7 for <quic-issues@ietfa.amsl.com>; Wed, 30 Jan 2019 01:15:24 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -6.148
X-Spam-Level: 
X-Spam-Status: No, score=-6.148 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIMWL_WL_HIGH=-4.553, 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_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 G4uLZBHlrw-p for <quic-issues@ietfa.amsl.com>; Wed, 30 Jan 2019 01:15:22 -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 554AE130F2F for <quic-issues@ietf.org>; Wed, 30 Jan 2019 01:15:22 -0800 (PST)
DKIM-Signature: v=1; a=rsa-sha1; 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=oYnqfJ0HeMY9dQUpmr3BXi517OE=; b=FE6KhTT4V0P3v289 Djb0OFE7ziWCOe4Yreyh4tJFvtmAQtuDd/RyMI/fYW85WSZiDM1UGiTMpBSqulja xOhmxSn+GdqX0GiTeC9/ZIrmGNcDnmN/9SVb0uJSac+HF9sKBNGZ83zPWJH0tOWE N7XzLGNGua9YfPUyAxbnX0MHGjc=
Received: by filter0801p1las1.sendgrid.net with SMTP id filter0801p1las1-30583-5C516B29-13 2019-01-30 09:15:21.449432373 +0000 UTC m=+123197.318035242
Received: from github-lowworker-fc273f0.cp1-iad.github.net (unknown [192.30.252.33]) by ismtpd0015p1iad1.sendgrid.net (SG) with ESMTP id uyraaZ6_TCqyRXnnobUk4w for <quic-issues@ietf.org>; Wed, 30 Jan 2019 09:15:21.240 +0000 (UTC)
Received: from github.com (localhost [127.0.0.1]) by github-lowworker-fc273f0.cp1-iad.github.net (Postfix) with ESMTP id 38C49C0A8D for <quic-issues@ietf.org>; Wed, 30 Jan 2019 01:15:21 -0800 (PST)
Date: Wed, 30 Jan 2019 09:15:21 +0000 (UTC)
From: Sean Turner <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+0166e4ab0138f95400eb611c1e7f2d159b9edf31ffa3326c92cf0000000118692d2992a169ce181ecdac@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/pull/2392@github.com>
Subject: [quicwg/base-drafts] capitalizing destination connection ID (#2392)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5c516b2937718_68223fba66ed45bc4141b8"; charset=UTF-8
Content-Transfer-Encoding: 7bit
Precedence: list
X-GitHub-Sender: seanturner
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: l64QuQ2uJCcEyUykJbxN122A6QRmEpucztpreh3Pak1G71w6POlmyzoYGODI0pbSETGBwbUCaq9HvX LlCJEPTRQX+esDBmZfcMujzC5xrnbL4s6YVaIJ7Ua2VDkoIsjkOKVy0quy5Rz1pKtPUk7C6vZayeJQ U+YrXeTq8mpD76sYqT2g+C9EC5rVXd27I7wTdqGg/Wz5DzRuImWxuFffPzVsLGVcftakSfQVSEdrcE I=
Archived-At: <https://mailarchive.ietf.org/arch/msg/quic-issues/WDpmkJW8GnUjxTDRhuNd6fu-iHw>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
List-Id: Notification list for GitHub issues related to the QUIC WG <quic-issues.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=unsubscribe>
List-Archive: <https://mailarchive.ietf.org/arch/browse/quic-issues/>
List-Post: <mailto:quic-issues@ietf.org>
List-Help: <mailto:quic-issues-request@ietf.org?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, 30 Jan 2019 09:15:24 -0000

----==_mimepart_5c516b2937718_68223fba66ed45bc4141b8
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/2392

-- Commit Summary --

  * capitalizing destination connection ID

-- File Changes --

    M draft-ietf-quic-tls.md (4)

-- Patch Links --

https://github.com/quicwg/base-drafts/pull/2392.patch
https://github.com/quicwg/base-drafts/pull/2392.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/2392

----==_mimepart_5c516b2937718_68223fba66ed45bc4141b8
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/2392'>https://github.com/quicwg/base-drafts/pull/2392</a></p>

<h4>Commit Summary</h4>
<ul>
  <li>capitalizing destination connection ID</li>
</ul>

<h4>File Changes</h4>
<ul>
  <li>
    <strong>M</strong>
    <a href="https://github.com/quicwg/base-drafts/pull/2392/files#diff-0">draft-ietf-quic-tls.md</a>
    (4)
  </li>
</ul>

<h4>Patch Links:</h4>
<ul>
  <li><a href='https://github.com/quicwg/base-drafts/pull/2392.patch'>https://github.com/quicwg/base-drafts/pull/2392.patch</a></li>
  <li><a href='https://github.com/quicwg/base-drafts/pull/2392.diff'>https://github.com/quicwg/base-drafts/pull/2392.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/2392">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AWbkq40HM2odFAcXHgcsHHMZEnWOfZAqks5vIWKpgaJpZM4aZw9E">mute the thread</a>.<img src="https://github.com/notifications/beacon/AWbkq3lpsa75SD9Z83QnOnrmarYfM4y2ks5vIWKpgaJpZM4aZw9E.gif" height="1" width="1" alt="" /></p>
<script type="application/json" data-scope="inboxmarkup">{"api_version":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name":"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"https://github.githubassets.com/images/email/message_cards/header.png","avatar_image_url":"https://github.githubassets.com/images/email/message_cards/avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/quicwg/base-drafts"}},"updates":{"snippets":[{"icon":"DESCRIPTION","message":"capitalizing destination connection ID (#2392)"}],"action":{"name":"View Pull Request","url":"https://github.com/quicwg/base-drafts/pull/2392"}}}</script>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/pull/2392",
"url": "https://github.com/quicwg/base-drafts/pull/2392",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>

----==_mimepart_5c516b2937718_68223fba66ed45bc4141b8--


From nobody Wed Jan 30 01: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 65E12128CB7 for <quic-issues@ietfa.amsl.com>; Wed, 30 Jan 2019 01:16:47 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -10.935
X-Spam-Level: 
X-Spam-Status: No, score=-10.935 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIMWL_WL_HIGH=-4.553, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, HTML_IMAGE_ONLY_24=1.618, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-1, RCVD_IN_DNSWL_HI=-5, SPF_PASS=-0.001] autolearn=ham autolearn_force=no
Authentication-Results: ietfa.amsl.com (amavisd-new); dkim=pass (1024-bit key) header.d=github.com
Received: from mail.ietf.org ([4.31.198.44]) by localhost (ietfa.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id KE05GTNSPytY for <quic-issues@ietfa.amsl.com>; Wed, 30 Jan 2019 01:16: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 BB7A7130F3A for <quic-issues@ietf.org>; Wed, 30 Jan 2019 01:16:44 -0800 (PST)
Date: Wed, 30 Jan 2019 01:16:43 -0800
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1548839803; bh=f6zeSlihV5vmnZcEhG/lop0+lPuXdafsenaMfj44RZE=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=QoXe5S9Hxs08VyWV2WNe5pf9jr6P/Az01e5UcI468XGbB+kZI1W4YewFpARbo6mBl zn+z5RyVthR4dZhDVRG+8CT2LmaLNyZzT+mXxJ/NFC902Hc/oZniVyLOZI+uobgpk2 auU2eRL5NFQC0oEWOL/mcMscVWvoV6Qb9QQPqx8g=
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/2365/push/3257693040@github.com>
In-Reply-To: <quicwg/base-drafts/pull/2365@github.com>
References: <quicwg/base-drafts/pull/2365@github.com>
Subject: Re: [quicwg/base-drafts] Persistent Congestion Time Threshold (#2365)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5c516b7bb42b1_59473fbf46ad45b8213128"; 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/IQYmH525RMr3xc4liyQ7IUTzGQY>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
List-Id: Notification list for GitHub issues related to the QUIC WG <quic-issues.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=unsubscribe>
List-Archive: <https://mailarchive.ietf.org/arch/browse/quic-issues/>
List-Post: <mailto:quic-issues@ietf.org>
List-Help: <mailto:quic-issues-request@ietf.org?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, 30 Jan 2019 09:16:47 -0000

----==_mimepart_5c516b7bb42b1_59473fbf46ad45b8213128
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

@nibanks pushed 1 commit.

f64efb82c0c5e559b671d6c618645e185873bc1e  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/2365/files/6fa9b5268221766fb7038af8cc5df440d1608898..f64efb82c0c5e559b671d6c618645e185873bc1e

----==_mimepart_5c516b7bb42b1_59473fbf46ad45b8213128
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/f64efb82c0c5e559b671d6c618645e185873bc1e">f64efb8</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/2365/files/6fa9b5268221766fb7038af8cc5df440d1608898..f64efb82c0c5e559b671d6c618645e185873bc1e">View it on GitHub</a> or <a href="https://github.com/notifications/unsubscribe-auth/AWbkq7jczi09jEBvbbeUbGgkg7QhoimQks5vIWL7gaJpZM4aPEwB">mute the thread</a>.<img src="https://github.com/notifications/beacon/AWbkq8emhkdIad33T22_M0evF1pMHEJfks5vIWL7gaJpZM4aPEwB.gif" height="1" width="1" alt="" /></p>
<script type="application/json" data-scope="inboxmarkup">{"api_version":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name":"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"https://github.githubassets.com/images/email/message_cards/header.png","avatar_image_url":"https://github.githubassets.com/images/email/message_cards/avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/quicwg/base-drafts"}},"updates":{"snippets":[{"icon":"PERSON","message":"@nibanks pushed 1 commit in #2365"}],"action":{"name":"View Pull Request","url":"https://github.com/quicwg/base-drafts/pull/2365/files/6fa9b5268221766fb7038af8cc5df440d1608898..f64efb82c0c5e559b671d6c618645e185873bc1e"}}}</script>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/pull/2365/files/6fa9b5268221766fb7038af8cc5df440d1608898..f64efb82c0c5e559b671d6c618645e185873bc1e",
"url": "https://github.com/quicwg/base-drafts/pull/2365/files/6fa9b5268221766fb7038af8cc5df440d1608898..f64efb82c0c5e559b671d6c618645e185873bc1e",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>

----==_mimepart_5c516b7bb42b1_59473fbf46ad45b8213128--


From nobody Wed Jan 30 01: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 92805130F28 for <quic-issues@ietfa.amsl.com>; Wed, 30 Jan 2019 01:28:05 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -10.935
X-Spam-Level: 
X-Spam-Status: No, score=-10.935 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIMWL_WL_HIGH=-4.553, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, HTML_IMAGE_ONLY_24=1.618, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-1, RCVD_IN_DNSWL_HI=-5, SPF_PASS=-0.001] autolearn=ham autolearn_force=no
Authentication-Results: ietfa.amsl.com (amavisd-new); dkim=pass (1024-bit key) header.d=github.com
Received: from mail.ietf.org ([4.31.198.44]) by localhost (ietfa.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 9qcG8on7LZqT for <quic-issues@ietfa.amsl.com>; Wed, 30 Jan 2019 01:28:04 -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 BAB88130F21 for <quic-issues@ietf.org>; Wed, 30 Jan 2019 01:28:03 -0800 (PST)
Date: Wed, 30 Jan 2019 01:28:02 -0800
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1548840482; bh=pRGp34EerrzJVvbDhQAuaf271XamwgGdovgy870uUBw=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=CNUMcjXZQmorbvrkdX3qiA9no4sSkJB9vNwp6JM/9QYRCYh1lqXgGIRTEOZ/lMa9n SbbQYu79MrN+cdI1McYmJgqBhPgrHKi94NgiktqFAVEvExKentP63DoGXLOi+RgQZY KFIThzDzFHFTChHoIdM3KaRTFn5zP9k1B+VrtXgc=
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/2365/push/3257729880@github.com>
In-Reply-To: <quicwg/base-drafts/pull/2365@github.com>
References: <quicwg/base-drafts/pull/2365@github.com>
Subject: Re: [quicwg/base-drafts] Persistent Congestion Time Threshold (#2365)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5c516e22b310d_5f9e3fe578ad45c4811f0"; 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/dTwRVjAj9fCbhrPBShJjOlm3-l0>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
List-Id: Notification list for GitHub issues related to the QUIC WG <quic-issues.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=unsubscribe>
List-Archive: <https://mailarchive.ietf.org/arch/browse/quic-issues/>
List-Post: <mailto:quic-issues@ietf.org>
List-Help: <mailto:quic-issues-request@ietf.org?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, 30 Jan 2019 09:28:06 -0000

----==_mimepart_5c516e22b310d_5f9e3fe578ad45c4811f0
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

@nibanks pushed 1 commit.

931c0cc812b0512bd4b6a494e6a66608c00f1ce2  Ian's suggestions


-- 
You are receiving this because you are subscribed to this thread.
View it on GitHub:
https://github.com/quicwg/base-drafts/pull/2365/files/f64efb82c0c5e559b671d6c618645e185873bc1e..931c0cc812b0512bd4b6a494e6a66608c00f1ce2

----==_mimepart_5c516e22b310d_5f9e3fe578ad45c4811f0
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/931c0cc812b0512bd4b6a494e6a66608c00f1ce2">931c0cc</a>  Ian&#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/2365/files/f64efb82c0c5e559b671d6c618645e185873bc1e..931c0cc812b0512bd4b6a494e6a66608c00f1ce2">View it on GitHub</a> or <a href="https://github.com/notifications/unsubscribe-auth/AWbkq_Ch4zDdVo83bPr70AkV75zVOBm1ks5vIWWigaJpZM4aPEwB">mute the thread</a>.<img src="https://github.com/notifications/beacon/AWbkq30r455jrUYUSQgAVWYahbpefeRFks5vIWWigaJpZM4aPEwB.gif" height="1" width="1" alt="" /></p>
<script type="application/json" data-scope="inboxmarkup">{"api_version":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name":"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"https://github.githubassets.com/images/email/message_cards/header.png","avatar_image_url":"https://github.githubassets.com/images/email/message_cards/avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/quicwg/base-drafts"}},"updates":{"snippets":[{"icon":"PERSON","message":"@nibanks pushed 1 commit in #2365"}],"action":{"name":"View Pull Request","url":"https://github.com/quicwg/base-drafts/pull/2365/files/f64efb82c0c5e559b671d6c618645e185873bc1e..931c0cc812b0512bd4b6a494e6a66608c00f1ce2"}}}</script>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/pull/2365/files/f64efb82c0c5e559b671d6c618645e185873bc1e..931c0cc812b0512bd4b6a494e6a66608c00f1ce2",
"url": "https://github.com/quicwg/base-drafts/pull/2365/files/f64efb82c0c5e559b671d6c618645e185873bc1e..931c0cc812b0512bd4b6a494e6a66608c00f1ce2",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>

----==_mimepart_5c516e22b310d_5f9e3fe578ad45c4811f0--


From nobody Wed Jan 30 02:01: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 D2516130F37 for <quic-issues@ietfa.amsl.com>; Wed, 30 Jan 2019 02:01:46 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -12.553
X-Spam-Level: 
X-Spam-Status: No, score=-12.553 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIMWL_WL_HIGH=-4.553, 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_PASS=-0.001] autolearn=ham autolearn_force=no
Authentication-Results: ietfa.amsl.com (amavisd-new); dkim=pass (1024-bit key) header.d=github.com
Received: from mail.ietf.org ([4.31.198.44]) by localhost (ietfa.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id bvRDKe47erj3 for <quic-issues@ietfa.amsl.com>; Wed, 30 Jan 2019 02:01: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 5F2DE130F2F for <quic-issues@ietf.org>; Wed, 30 Jan 2019 02:01:40 -0800 (PST)
Date: Wed, 30 Jan 2019 02:01:39 -0800
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1548842499; bh=dRWqzIHdw4DX1DBkP9NWGUhWx1hFZgslhymFSf1+/MQ=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=1RRsLdexLtTBS3vlmAFfQ+B7NVRQtZ3gY1B7FfEJjwUtJXja5e8vjyAE9oATHHDPb ICQE/k0WLV7mEdCIPsLrWMCwlCeeviCeGHmoohjO14jYsesMxyQZbtLTrZ1Q+C/GLt S1mjFaQx/imezRuZlklm3pYmG61hlivqpclIUmPs=
From: "Philipp S. Tiesel" <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+0166e4abad19b775ee33d9fe7c0bb7aaa54c80cabdf977d692cf000000011869380392a169ce0c2f403e@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/458884416@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_5c51760322209_6d013fece7ad45bc375195"; charset=UTF-8
Content-Transfer-Encoding: 7bit
Precedence: list
X-GitHub-Sender: philsbln
X-GitHub-Recipient: quic-issues
X-GitHub-Reason: subscribed
X-Auto-Response-Suppress: All
X-GitHub-Recipient-Address: quic-issues@ietf.org
Archived-At: <https://mailarchive.ietf.org/arch/msg/quic-issues/Nzi3OUzlsqC3gsO_wwWlg9cnUC8>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
List-Id: Notification list for GitHub issues related to the QUIC WG <quic-issues.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=unsubscribe>
List-Archive: <https://mailarchive.ietf.org/arch/browse/quic-issues/>
List-Post: <mailto:quic-issues@ietf.org>
List-Help: <mailto:quic-issues-request@ietf.org?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, 30 Jan 2019 10:01:47 -0000

----==_mimepart_5c51760322209_6d013fece7ad45bc375195
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

@mikkelfj Putting the information whether QUIC is available in an ALTSVC DNS record does not eliminate the need for using Happy Eyeballs: If UDP to the announced port is blocked for the client, the client has to timeout otherwise. Still, having an ALTSVC DNS record would help to correctly tune the timings and probing probabilities for Happy Eyeballs.

@LPardue I see no problems with combining Happy Eyeballs and connection coalescing, but the relationship between them should really be defined somewhere. For me, connection coalescing opportunities are roughly the same thing as candidates for doing Happy Eyeballs, and should get as such at least 1 RTT advantage. So, in practice, try whether connection coalescing works, it it is slow or is behaving strangely, start making new connections with Happy Eyeballs.

-- 
You are receiving this 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-458884416
----==_mimepart_5c51760322209_6d013fece7ad45bc375195
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=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> Putting the information whether QUIC is available =
in an ALTSVC DNS record does not eliminate the need for using Happy Eyeba=
lls: If UDP to the announced port is blocked for the client, the client h=
as to timeout otherwise. Still, having an ALTSVC DNS record would help to=
 correctly tune the timings and probing probabilities for Happy Eyeballs.=
</p>
<p><a class=3D"user-mention" data-hovercard-type=3D"user" data-hovercard-=
url=3D"/hovercards?user_id=3D6571445" data-octo-click=3D"hovercard-link-c=
lick" data-octo-dimensions=3D"link_type:self" href=3D"https://github.com/=
LPardue">@LPardue</a> I see no problems with combining Happy Eyeballs and=
 connection coalescing, but the relationship between them should really b=
e defined somewhere. For me, connection coalescing opportunities are roug=
hly the same thing as candidates for doing Happy Eyeballs, and should get=
 as such at least 1 RTT advantage. So, in practice, try whether connectio=
n coalescing works, it it is slow or is behaving strangely, start making =
new connections with Happy Eyeballs.</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/253#issuecomment-458884416">view it on GitHub</a>, =
or <a href=3D"https://github.com/notifications/unsubscribe-auth/AWbkqwQQ-=
I8X14cDk_YK849RDolGpZRLks5vIW2DgaJpZM4LzLA5">mute the thread</a>.<img src=
=3D"https://github.com/notifications/beacon/AWbkqw6egChngGZb78RyzOHUzLlSX=
joWks5vIW2DgaJpZM4LzLA5.gif" height=3D"1" width=3D"1" alt=3D"" /></p>
<script type=3D"application/json" data-scope=3D"inboxmarkup">{"api_versio=
n":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name"=
:"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"=
quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"http=
s://github.githubassets.com/images/email/message_cards/header.png","avata=
r_image_url":"https://github.githubassets.com/images/email/message_cards/=
avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/q=
uicwg/base-drafts"}},"updates":{"snippets":[{"icon":"PERSON","message":"@=
philsbln in #253: @mikkelfj Putting the information whether QUIC is avail=
able in an ALTSVC DNS record does not eliminate the need for using Happy =
Eyeballs: If UDP to the announced port is blocked for the client, the cli=
ent has to timeout otherwise. Still, having an ALTSVC DNS record would he=
lp to correctly tune the timings and probing probabilities for Happy Eyeb=
alls.\r\n\r\n@LPardue I see no problems with combining Happy Eyeballs and=
 connection coalescing, but the relationship between them should really b=
e defined somewhere. For me, connection coalescing opportunities are roug=
hly the same thing as candidates for doing Happy Eyeballs, and should get=
 as such at least 1 RTT advantage. So, in practice, try whether connectio=
n coalescing works, it it is slow or is behaving strangely, start making =
new connections with Happy Eyeballs."}],"action":{"name":"View Issue","ur=
l":"https://github.com/quicwg/base-drafts/issues/253#issuecomment-4588844=
16"}}}</script>
<script type=3D"application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/issues/253#issuecomment-=
458884416",
"url": "https://github.com/quicwg/base-drafts/issues/253#issuecomment-458=
884416",
"name": "View Issue"
},
"description": "View this Issue on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>=

----==_mimepart_5c51760322209_6d013fece7ad45bc375195--


From nobody Wed Jan 30 02: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 36BBC130F3A for <quic-issues@ietfa.amsl.com>; Wed, 30 Jan 2019 02:27:40 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -10.935
X-Spam-Level: 
X-Spam-Status: No, score=-10.935 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIMWL_WL_HIGH=-4.553, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, HTML_IMAGE_ONLY_24=1.618, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-1, RCVD_IN_DNSWL_HI=-5, SPF_PASS=-0.001] autolearn=ham autolearn_force=no
Authentication-Results: ietfa.amsl.com (amavisd-new); dkim=pass (1024-bit key) header.d=github.com
Received: from mail.ietf.org ([4.31.198.44]) by localhost (ietfa.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 0eQSHOLEg4a9 for <quic-issues@ietfa.amsl.com>; Wed, 30 Jan 2019 02:27: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 57472130F28 for <quic-issues@ietf.org>; Wed, 30 Jan 2019 02:27:38 -0800 (PST)
Date: Wed, 30 Jan 2019 02:27:37 -0800
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1548844057; bh=e68TbNE7tN1W4niWevs10qhF0Nft+OM3eaAqF/wYL18=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=zskMcxDpUa8IGocWWoXjB/hj2Ol6JHZjP3bfIJreyrPdBRjXxsGIbF/m2bARDmHIU 5sjKzr6k9lADYPXTSHgvvtF4kmsJTBqGAS0PphVrFdjQd1jL0lVeGoMVJyQb5vuWfD UxPlRatVQS9eN3BFln6kUxpAxVbDdUUaJW6py2qA=
From: ExE Boss <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+0166e4ab31e8f5255d6f5d92b1f3f71f1f42f767f6d1f5c892cf0000000118693e1992a169ce0c2f403e@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/458892733@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_5c517c196dd2b_29103fd2a02d45bc2429d"; charset=UTF-8
Content-Transfer-Encoding: 7bit
Precedence: list
X-GitHub-Sender: ExE-Boss
X-GitHub-Recipient: quic-issues
X-GitHub-Reason: subscribed
X-Auto-Response-Suppress: All
X-GitHub-Recipient-Address: quic-issues@ietf.org
Archived-At: <https://mailarchive.ietf.org/arch/msg/quic-issues/aV-HipBEalQwIkTSoLecwDqXoT4>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
List-Id: Notification list for GitHub issues related to the QUIC WG <quic-issues.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=unsubscribe>
List-Archive: <https://mailarchive.ietf.org/arch/browse/quic-issues/>
List-Post: <mailto:quic-issues@ietf.org>
List-Help: <mailto:quic-issues-request@ietf.org?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, 30 Jan 2019 10:27:40 -0000

----==_mimepart_5c517c196dd2b_29103fd2a02d45bc2429d
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: quoted-printable

I was thinking about a QUIC preload list, but putting Alt&#x2011;Svc into=
 DNS works too.=0D
=0D
Also, it might be a good idea to put HSTS into DNS too, since the HSTS pr=
eload list won=E2=80=99t scale well, but that=E2=80=99s a separate propos=
al.=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/253#issuecomment-458892733=

----==_mimepart_5c517c196dd2b_29103fd2a02d45bc2429d
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: quoted-printable

<p>I was thinking about a QUIC preload list, but putting Alt=E2=80=91Svc =
into DNS works too.</p>=0D
<p>Also, it might be a good idea to put HSTS into DNS too, since the HSTS=
 preload list won=E2=80=99t scale well, but that=E2=80=99s a separate pro=
posal.</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/253#issuecomment-458892733">view it on GitHub</a>, =
or <a href=3D"https://github.com/notifications/unsubscribe-auth/AWbkq_clf=
w--Jt_lN0TrsFD0QUPzg22Qks5vIXOZgaJpZM4LzLA5">mute the thread</a>.<img src=
=3D"https://github.com/notifications/beacon/AWbkq7rkxQZJzuLd-PCCTkt14ixtb=
6uDks5vIXOZgaJpZM4LzLA5.gif" height=3D"1" width=3D"1" alt=3D"" /></p>=0D
<script type=3D"application/json" data-scope=3D"inboxmarkup">{"api_versio=
n":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name"=
:"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"=
quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"http=
s://github.githubassets.com/images/email/message_cards/header.png","avata=
r_image_url":"https://github.githubassets.com/images/email/message_cards/=
avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/q=
uicwg/base-drafts"}},"updates":{"snippets":[{"icon":"PERSON","message":"@=
ExE-Boss in #253: I was thinking about a QUIC preload list, but putting A=
lt\u0026#x2011;Svc into DNS works too.\r\n\r\nAlso, it might be a good id=
ea to put HSTS into DNS too, since the HSTS preload list won=E2=80=99t sc=
ale well, but that=E2=80=99s a separate proposal."}],"action":{"name":"Vi=
ew Issue","url":"https://github.com/quicwg/base-drafts/issues/253#issueco=
mment-458892733"}}}</script>=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/253#issuecomment-=
458892733",=0D
"url": "https://github.com/quicwg/base-drafts/issues/253#issuecomment-458=
892733",=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_5c517c196dd2b_29103fd2a02d45bc2429d--


From nobody Wed Jan 30 02:51: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 0D559130F3C for <quic-issues@ietfa.amsl.com>; Wed, 30 Jan 2019 02:51:56 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -10.935
X-Spam-Level: 
X-Spam-Status: No, score=-10.935 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIMWL_WL_HIGH=-4.553, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, HTML_IMAGE_ONLY_24=1.618, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-1, RCVD_IN_DNSWL_HI=-5, SPF_PASS=-0.001] autolearn=ham autolearn_force=no
Authentication-Results: ietfa.amsl.com (amavisd-new); dkim=pass (1024-bit key) header.d=github.com
Received: from mail.ietf.org ([4.31.198.44]) by localhost (ietfa.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id N9-oRZVd0vyO for <quic-issues@ietfa.amsl.com>; Wed, 30 Jan 2019 02:51: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 C97BF130F44 for <quic-issues@ietf.org>; Wed, 30 Jan 2019 02:51:53 -0800 (PST)
Date: Wed, 30 Jan 2019 02:51:52 -0800
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1548845512; bh=B9ulPMsFp2mzbz20GZtyzCka4Q/a36LgqWzrdLZwN3w=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=Rn60oTj4iiopCem93q3pCgZm/o74MW/KGMGe88SO8xN8XogAXi6+M6kofEiNlIpP/ PhAc6cQ4182X7FiN60/a+a8OqSI49ZRwe5fP6EqMLqHpWK2UQ+UI//GlKJaVHeVZwL SVPtmGSMOpVBtriPy2zErFK6rgE/R3PO7jq5rFHg=
From: MikkelFJ <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+0166e4ab8f6b11bfc7bddf971d59051ee2bf38a9adb6238d92cf00000001186943c892a169ce0c2f403e@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/458900442@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_5c5181c88c2be_2b413fa4be6d45b41428e8"; 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/t43yQtjE0jyTLdUvNgdURg3VJtk>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
List-Id: Notification list for GitHub issues related to the QUIC WG <quic-issues.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=unsubscribe>
List-Archive: <https://mailarchive.ietf.org/arch/browse/quic-issues/>
List-Post: <mailto:quic-issues@ietf.org>
List-Help: <mailto:quic-issues-request@ietf.org?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, 30 Jan 2019 10:51:56 -0000

----==_mimepart_5c5181c88c2be_2b413fa4be6d45b41428e8
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

Having skimmed the ALTSVC DNS I-D, my only immediate concern is that it would probably be cumbersome for administrators to type ALTSVC into your typical DNS admin panel, whereas TXT would be easy, if the format is readable.

-- 
You are receiving this 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-458900442
----==_mimepart_5c5181c88c2be_2b413fa4be6d45b41428e8
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

<p>Having skimmed the ALTSVC DNS I-D, my only immediate concern is that it would probably be cumbersome for administrators to type ALTSVC into your typical DNS admin panel, whereas TXT would be easy, if the format is readable.</p>

<p style="font-size:small;-webkit-text-size-adjust:none;color:#666;">&mdash;<br />You are 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#issuecomment-458900442">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AWbkq69ggz6p34Vkewuwb5rS_07CIvLiks5vIXlIgaJpZM4LzLA5">mute the thread</a>.<img src="https://github.com/notifications/beacon/AWbkq1mSNOrCawe5QFfqekdmFgDb0wSaks5vIXlIgaJpZM4LzLA5.gif" height="1" width="1" alt="" /></p>
<script type="application/json" data-scope="inboxmarkup">{"api_version":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name":"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"https://github.githubassets.com/images/email/message_cards/header.png","avatar_image_url":"https://github.githubassets.com/images/email/message_cards/avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/quicwg/base-drafts"}},"updates":{"snippets":[{"icon":"PERSON","message":"@mikkelfj in #253: Having skimmed the ALTSVC DNS I-D, my only immediate concern is that it would probably be cumbersome for administrators to type ALTSVC into your typical DNS admin panel, whereas TXT would be easy, if the format is readable."}],"action":{"name":"View Issue","url":"https://github.com/quicwg/base-drafts/issues/253#issuecomment-458900442"}}}</script>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/issues/253#issuecomment-458900442",
"url": "https://github.com/quicwg/base-drafts/issues/253#issuecomment-458900442",
"name": "View Issue"
},
"description": "View this Issue on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>
----==_mimepart_5c5181c88c2be_2b413fa4be6d45b41428e8--


From nobody Wed Jan 30 03:07: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 C781F130F36 for <quic-issues@ietfa.amsl.com>; Wed, 30 Jan 2019 03:07:25 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -10.935
X-Spam-Level: 
X-Spam-Status: No, score=-10.935 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIMWL_WL_HIGH=-4.553, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, HTML_IMAGE_ONLY_24=1.618, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-1, RCVD_IN_DNSWL_HI=-5, SPF_PASS=-0.001] autolearn=ham autolearn_force=no
Authentication-Results: ietfa.amsl.com (amavisd-new); dkim=pass (1024-bit key) header.d=github.com
Received: from mail.ietf.org ([4.31.198.44]) by localhost (ietfa.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 0I5HdqLCOoio for <quic-issues@ietfa.amsl.com>; Wed, 30 Jan 2019 03:07: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 E1877130F59 for <quic-issues@ietf.org>; Wed, 30 Jan 2019 03:07:22 -0800 (PST)
Date: Wed, 30 Jan 2019 03:07:21 -0800
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1548846441; bh=urBbzjN/N9qBHal9XyU4Znd3jv8LrEv2+7dIXAb9IbU=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=Pu1hz29qctH6G/bkACzHrO5vTclZYPmZqHWtFqTntNERGDommaozWEVmFSFL3E06M YbaZB0ETCjHbiGJncrhou+I0sQfNj2sHhVahwuPKuJjd5+wrxB57wS0QwahZvziJLK Kyqo/goGs9DYGg36vfof8jJAhNdO1+OHsAcICuek=
From: MikkelFJ <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+0166e4ab574388f0a97be11c5b757f72f86781c3f528508892cf000000011869476992a169ce0c2f403e@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/458905169@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_5c5185699518c_2b5c3fa4be6d45b43244dd"; 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/dHhBUPZvUXCdSZdkIzGCWKzPcbU>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
List-Id: Notification list for GitHub issues related to the QUIC WG <quic-issues.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=unsubscribe>
List-Archive: <https://mailarchive.ietf.org/arch/browse/quic-issues/>
List-Post: <mailto:quic-issues@ietf.org>
List-Help: <mailto:quic-issues-request@ietf.org?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, 30 Jan 2019 11:07:26 -0000

----==_mimepart_5c5185699518c_2b5c3fa4be6d45b43244dd
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

>  ALTSVC DNS record does not eliminate the need for using Happy Eyeballs

Maybe not, but it does eliminate the need to wait for an Alt-Svc header response where there might not be an endpoint listening on tcp port 80, or the client does not have a TCP stack.

-- 
You are receiving this 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-458905169
----==_mimepart_5c5185699518c_2b5c3fa4be6d45b43244dd
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

<blockquote>
<p>ALTSVC DNS record does not eliminate the need for using Happy Eyeballs</p>
</blockquote>
<p>Maybe not, but it does eliminate the need to wait for an Alt-Svc header response where there might not be an endpoint listening on tcp port 80, or the client does not have a TCP stack.</p>

<p style="font-size:small;-webkit-text-size-adjust:none;color:#666;">&mdash;<br />You are 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#issuecomment-458905169">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AWbkq0aC8A53R8oPvG4aHu4YuUrX4QeLks5vIXzpgaJpZM4LzLA5">mute the thread</a>.<img src="https://github.com/notifications/beacon/AWbkq_EnaaLUWDtUc2YZemen5mwxzZo7ks5vIXzpgaJpZM4LzLA5.gif" height="1" width="1" alt="" /></p>
<script type="application/json" data-scope="inboxmarkup">{"api_version":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name":"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"https://github.githubassets.com/images/email/message_cards/header.png","avatar_image_url":"https://github.githubassets.com/images/email/message_cards/avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/quicwg/base-drafts"}},"updates":{"snippets":[{"icon":"PERSON","message":"@mikkelfj in #253: \u003e  ALTSVC DNS record does not eliminate the need for using Happy Eyeballs\r\n\r\nMaybe not, but it does eliminate the need to wait for an Alt-Svc header response where there might not be an endpoint listening on tcp port 80, or the client does not have a TCP stack."}],"action":{"name":"View Issue","url":"https://github.com/quicwg/base-drafts/issues/253#issuecomment-458905169"}}}</script>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/issues/253#issuecomment-458905169",
"url": "https://github.com/quicwg/base-drafts/issues/253#issuecomment-458905169",
"name": "View Issue"
},
"description": "View this Issue on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>
----==_mimepart_5c5185699518c_2b5c3fa4be6d45b43244dd--


From nobody Wed Jan 30 03:10: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 65F4E130F36 for <quic-issues@ietfa.amsl.com>; Wed, 30 Jan 2019 03:10:35 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -10.935
X-Spam-Level: 
X-Spam-Status: No, score=-10.935 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIMWL_WL_HIGH=-4.553, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, HTML_IMAGE_ONLY_24=1.618, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-1, RCVD_IN_DNSWL_HI=-5, SPF_PASS=-0.001] autolearn=ham autolearn_force=no
Authentication-Results: ietfa.amsl.com (amavisd-new); dkim=pass (1024-bit key) header.d=github.com
Received: from mail.ietf.org ([4.31.198.44]) by localhost (ietfa.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id Jz6261jEkgeg for <quic-issues@ietfa.amsl.com>; Wed, 30 Jan 2019 03:10: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 8BA0B1311DA for <quic-issues@ietf.org>; Wed, 30 Jan 2019 03:10:33 -0800 (PST)
Date: Wed, 30 Jan 2019 03:10:32 -0800
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1548846632; bh=+R5IQYj7RrNMPfdc5eKD6DmGYii8uz62sUWtWk7pggM=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=pzHwnB0BB9WxUxWMTNxou5ANLS6IfPGj7YwVHB9MDPNwrkmFUAkqUmjZu+QRR4lsi c8tXJ+VAooIKo/Dd+sVayZGIolDuOb7PR7Cd2Ylz8mXcDJhxi1oQKqRkUn2Av/+b/k XrOfex9WAgOgSuA60zEYVpIqwi0RztM19MXifUl4=
From: MikkelFJ <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+0166e4abc2322c44b59db62d6bc264083abddd01a6a5f4c292cf000000011869482892a169ce0c2f403e@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/458906041@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_5c51862846ab4_4e0a3f82c22d45b81505df"; 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/WQJHE1CQd_7FMgVA_UnKRxiZHzs>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
List-Id: Notification list for GitHub issues related to the QUIC WG <quic-issues.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=unsubscribe>
List-Archive: <https://mailarchive.ietf.org/arch/browse/quic-issues/>
List-Post: <mailto:quic-issues@ietf.org>
List-Help: <mailto:quic-issues-request@ietf.org?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, 30 Jan 2019 11:10:35 -0000

----==_mimepart_5c51862846ab4_4e0a3f82c22d45b81505df
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

Maybe ALTSVC is a bit misleading, if QUIC goes on to be a primary service rather than an alternative to something existing. I would be better if QUIC HTTP/3 could announce itself on neutral ground, although I agree that strong interop with current HTTP is important.

-- 
You are receiving this 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-458906041
----==_mimepart_5c51862846ab4_4e0a3f82c22d45b81505df
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

<p>Maybe ALTSVC is a bit misleading, if QUIC goes on to be a primary service rather than an alternative to something existing. I would be better if QUIC HTTP/3 could announce itself on neutral ground, although I agree that strong interop with current HTTP is important.</p>

<p style="font-size:small;-webkit-text-size-adjust:none;color:#666;">&mdash;<br />You are 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#issuecomment-458906041">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AWbkqw1IZvwT48sZPCPibSVwoUI_wHoDks5vIX2ogaJpZM4LzLA5">mute the thread</a>.<img src="https://github.com/notifications/beacon/AWbkqxQxMRK7BNwOI-jvHHEdX5hsmAwbks5vIX2ogaJpZM4LzLA5.gif" height="1" width="1" alt="" /></p>
<script type="application/json" data-scope="inboxmarkup">{"api_version":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name":"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"https://github.githubassets.com/images/email/message_cards/header.png","avatar_image_url":"https://github.githubassets.com/images/email/message_cards/avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/quicwg/base-drafts"}},"updates":{"snippets":[{"icon":"PERSON","message":"@mikkelfj in #253: Maybe ALTSVC is a bit misleading, if QUIC goes on to be a primary service rather than an alternative to something existing. I would be better if QUIC HTTP/3 could announce itself on neutral ground, although I agree that strong interop with current HTTP is important."}],"action":{"name":"View Issue","url":"https://github.com/quicwg/base-drafts/issues/253#issuecomment-458906041"}}}</script>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/issues/253#issuecomment-458906041",
"url": "https://github.com/quicwg/base-drafts/issues/253#issuecomment-458906041",
"name": "View Issue"
},
"description": "View this Issue on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>
----==_mimepart_5c51862846ab4_4e0a3f82c22d45b81505df--


From nobody Wed Jan 30 03:13: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 2B3E71311DE for <quic-issues@ietfa.amsl.com>; Wed, 30 Jan 2019 03:13:45 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -12.552
X-Spam-Level: 
X-Spam-Status: No, score=-12.552 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIMWL_WL_HIGH=-4.553, 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_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 rbXp2rSKMrCX for <quic-issues@ietfa.amsl.com>; Wed, 30 Jan 2019 03:13: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 432CE1311DA for <quic-issues@ietf.org>; Wed, 30 Jan 2019 03:13:43 -0800 (PST)
Date: Wed, 30 Jan 2019 03:13:42 -0800
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1548846822; bh=3MBGojY2qqASh9jMK0vLteNUGLD6vILAMq1nhS4ER2Q=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=0YRm1pUfbw1bwpqoDh7zl2GcWcYmgTT+zj8uB2PJ+Q9bniBR8UvN+9OUSzl9j53va O8KsCrLLcJWyb5ESZgxLs26KJPu97mKC5Rq36zwOw02cfjNIjfyh8ZHHdx9bWJkqnB NBvwxydZYeeQqZnpuXJL5esER45zgbXJVpS3XzX4=
From: Kazuho Oku <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+0166e4ab95aaa2bc585eaa3580b01edf089e7fa3b515f8e992cf00000001186948e692a169ce0c2f403e@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/458906916@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_5c5186e645687_32663f9652ed45b8902c3"; 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/WdU2jYi6bhsuZYF4wZu_KMYnr4M>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
List-Id: Notification list for GitHub issues related to the QUIC WG <quic-issues.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=unsubscribe>
List-Archive: <https://mailarchive.ietf.org/arch/browse/quic-issues/>
List-Post: <mailto:quic-issues@ietf.org>
List-Help: <mailto:quic-issues-request@ietf.org?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, 30 Jan 2019 11:13:45 -0000

----==_mimepart_5c5186e645687_32663f9652ed45b8902c3
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: quoted-printable

FWIW, [quic-ah](https://tools.ietf.org/html/draft-kazuho-quic-authenticat=
ed-handshake-00) proposes to used the extension field of the ESNI DNS Rec=
ord to designate the QUIC version the server supports.=0D
=0D
Anyways, I think we agree that HTTP3 can be used if there is an arrangeme=
nt, regardless of what it is; e.g. alt-svc header, alt-svc record, ESNI r=
ecord...=0D
=0D
The question is if we should allow use of HTTP3 without prior arrangement=
.=0D
=0D
I think we should allow that. There=E2=80=99s not always going to be DNS =
(consider DoH, which will benefit from HTTP3 not having HoLB), and being =
able to connect using HTTP3 from the first connection helps in certain de=
ployments that we can be fairly certain that there is no firewall in betw=
een (e.g. server-to-server traffic).=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/253#issuecomment-458906916=

----==_mimepart_5c5186e645687_32663f9652ed45b8902c3
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: quoted-printable

<p>FWIW, <a href=3D"https://tools.ietf.org/html/draft-kazuho-quic-authent=
icated-handshake-00" rel=3D"nofollow">quic-ah</a> proposes to used the ex=
tension field of the ESNI DNS Record to designate the QUIC version the se=
rver supports.</p>=0D
<p>Anyways, I think we agree that HTTP3 can be used if there is an arrang=
ement, regardless of what it is; e.g. alt-svc header, alt-svc record, ESN=
I record...</p>=0D
<p>The question is if we should allow use of HTTP3 without prior arrangem=
ent.</p>=0D
<p>I think we should allow that. There=E2=80=99s not always going to be D=
NS (consider DoH, which will benefit from HTTP3 not having HoLB), and bei=
ng able to connect using HTTP3 from the first connection helps in certain=
 deployments that we can be fairly certain that there is no firewall in b=
etween (e.g. server-to-server traffic).</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/253#issuecomment-458906916">view it on GitHub</a>, =
or <a href=3D"https://github.com/notifications/unsubscribe-auth/AWbkqx73Y=
kqQVs2R2ZViszAh90Xoh9reks5vIX5mgaJpZM4LzLA5">mute the thread</a>.<img src=
=3D"https://github.com/notifications/beacon/AWbkq3fALxvfefhZ_bSldclCP4cX0=
dPmks5vIX5mgaJpZM4LzLA5.gif" height=3D"1" width=3D"1" alt=3D"" /></p>=0D
<script type=3D"application/json" data-scope=3D"inboxmarkup">{"api_versio=
n":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name"=
:"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"=
quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"http=
s://github.githubassets.com/images/email/message_cards/header.png","avata=
r_image_url":"https://github.githubassets.com/images/email/message_cards/=
avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/q=
uicwg/base-drafts"}},"updates":{"snippets":[{"icon":"PERSON","message":"@=
kazuho in #253: FWIW, [quic-ah](https://tools.ietf.org/html/draft-kazuho-=
quic-authenticated-handshake-00) proposes to used the extension field of =
the ESNI DNS Record to designate the QUIC version the server supports.\r\=
n\r\nAnyways, I think we agree that HTTP3 can be used if there is an arra=
ngement, regardless of what it is; e.g. alt-svc header, alt-svc record, E=
SNI record...\r\n\r\nThe question is if we should allow use of HTTP3 with=
out prior arrangement.\r\n\r\nI think we should allow that. There=E2=80=99=
s not always going to be DNS (consider DoH, which will benefit from HTTP3=
 not having HoLB), and being able to connect using HTTP3 from the first c=
onnection helps in certain deployments that we can be fairly certain that=
 there is no firewall in between (e.g. server-to-server traffic)."}],"act=
ion":{"name":"View Issue","url":"https://github.com/quicwg/base-drafts/is=
sues/253#issuecomment-458906916"}}}</script>=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/253#issuecomment-=
458906916",=0D
"url": "https://github.com/quicwg/base-drafts/issues/253#issuecomment-458=
906916",=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_5c5186e645687_32663f9652ed45b8902c3--


From nobody Wed Jan 30 03: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 97AFC130F47 for <quic-issues@ietfa.amsl.com>; Wed, 30 Jan 2019 03:27:41 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -10.935
X-Spam-Level: 
X-Spam-Status: No, score=-10.935 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIMWL_WL_HIGH=-4.553, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, HTML_IMAGE_ONLY_24=1.618, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-1, RCVD_IN_DNSWL_HI=-5, SPF_PASS=-0.001] autolearn=ham autolearn_force=no
Authentication-Results: ietfa.amsl.com (amavisd-new); dkim=pass (1024-bit key) header.d=github.com
Received: from mail.ietf.org ([4.31.198.44]) by localhost (ietfa.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id XgnlUtw7Yjb7 for <quic-issues@ietfa.amsl.com>; Wed, 30 Jan 2019 03:27: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 97781130F3C for <quic-issues@ietf.org>; Wed, 30 Jan 2019 03:27:39 -0800 (PST)
Date: Wed, 30 Jan 2019 03:27:38 -0800
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1548847658; bh=RgaZg7jmzgPnedz+daclAZqv732rZG9h+36TT7mkQCM=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=wy7xaNG40jHYHT0vNCeXuiuSFFz2YnkeIocZBN81Zv+k0XmXZoGvI0bd5tA/FZvzm mzW06VwlVB26mHe/GRqb7WOCzYQJQLBp6y2eix3f7MXnYK6msXPZ0yAtDGDC4P9nWc 6zR1rAiztgY4mcOXljXFJl3bzW1W2VIXIfR2cdUE=
From: MikkelFJ <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+0166e4ab8c6bd142d9871237c36012e6416ee3319b3947dc92cf0000000118694c2a92a169ce0c2f403e@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/458910663@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_5c518a2a6d1da_7b2e3f8b5a6d45b42001ae"; 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/URR0waBImvs32JXe4iujH-syg4o>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
List-Id: Notification list for GitHub issues related to the QUIC WG <quic-issues.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=unsubscribe>
List-Archive: <https://mailarchive.ietf.org/arch/browse/quic-issues/>
List-Post: <mailto:quic-issues@ietf.org>
List-Help: <mailto:quic-issues-request@ietf.org?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, 30 Jan 2019 11:27:42 -0000

----==_mimepart_5c518a2a6d1da_7b2e3f8b5a6d45b42001ae
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

> The question is if we should allow use of HTTP3 without prior arrangement.
>
> I think we should allow that.

yes

-- 
You are receiving this 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-458910663
----==_mimepart_5c518a2a6d1da_7b2e3f8b5a6d45b42001ae
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

<blockquote>
<p>The question is if we should allow use of HTTP3 without prior arrangement.</p>
<p>I think we should allow that.</p>
</blockquote>
<p>yes</p>

<p style="font-size:small;-webkit-text-size-adjust:none;color:#666;">&mdash;<br />You are 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#issuecomment-458910663">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AWbkqwd0jE6O4gEjVscio1YO5ITM7LPsks5vIYGqgaJpZM4LzLA5">mute the thread</a>.<img src="https://github.com/notifications/beacon/AWbkq2cHuoe0joeqdQR0IqXUfRjVbR6Qks5vIYGqgaJpZM4LzLA5.gif" height="1" width="1" alt="" /></p>
<script type="application/json" data-scope="inboxmarkup">{"api_version":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name":"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"https://github.githubassets.com/images/email/message_cards/header.png","avatar_image_url":"https://github.githubassets.com/images/email/message_cards/avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/quicwg/base-drafts"}},"updates":{"snippets":[{"icon":"PERSON","message":"@mikkelfj in #253: \u003e The question is if we should allow use of HTTP3 without prior arrangement.\r\n\u003e\r\n\u003e I think we should allow that.\r\n\r\nyes"}],"action":{"name":"View Issue","url":"https://github.com/quicwg/base-drafts/issues/253#issuecomment-458910663"}}}</script>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/issues/253#issuecomment-458910663",
"url": "https://github.com/quicwg/base-drafts/issues/253#issuecomment-458910663",
"name": "View Issue"
},
"description": "View this Issue on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>
----==_mimepart_5c518a2a6d1da_7b2e3f8b5a6d45b42001ae--


From nobody Wed Jan 30 04:03:39 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 4DB2F130F47 for <quic-issues@ietfa.amsl.com>; Wed, 30 Jan 2019 04:03:38 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -7.553
X-Spam-Level: 
X-Spam-Status: No, score=-7.553 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIMWL_WL_HIGH=-4.553, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-1, RCVD_IN_DNSWL_NONE=-0.0001, SPF_PASS=-0.001] autolearn=ham autolearn_force=no
Authentication-Results: ietfa.amsl.com (amavisd-new); dkim=pass (1024-bit key) header.d=github.com
Received: from mail.ietf.org ([4.31.198.44]) by localhost (ietfa.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 5pwphq1rQHPx for <quic-issues@ietfa.amsl.com>; Wed, 30 Jan 2019 04:03:36 -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 3CEA1130F28 for <quic-issues@ietf.org>; Wed, 30 Jan 2019 04:03:36 -0800 (PST)
DKIM-Signature: v=1; a=rsa-sha1; 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=CeZJ6qu2D9iDj8ypzclxPfxMing=; b=T4WZuNMdf+6RXaSp LXpX0zs26Rimwo/D1WHx3nKlw4QVEyGymXM+eCxO+Q9aV51oZc4PgZV+c0lF050h MejfXClxaAxwcXlnDXWW2Yaq+BbxbZAvnkSg+QT++EuLr9RYRvB+G0jTQ5VUvs2i U0ho7p232mHVX8mBOvtx90Zm0Rc=
Received: by filter1589p1mdw1.sendgrid.net with SMTP id filter1589p1mdw1-9641-5C519296-36 2019-01-30 12:03:34.849771487 +0000 UTC m=+135460.175863164
Received: from github-lowworker-05ceafd.cp1-iad.github.net (unknown [192.30.252.40]) by ismtpd0040p1iad2.sendgrid.net (SG) with ESMTP id OyZwrp9ISYq0H5kPJVcHGw for <quic-issues@ietf.org>; Wed, 30 Jan 2019 12:03:34.774 +0000 (UTC)
Received: from github.com (localhost [127.0.0.1]) by github-lowworker-05ceafd.cp1-iad.github.net (Postfix) with ESMTP id B8B1A460791 for <quic-issues@ietf.org>; Wed, 30 Jan 2019 04:03:34 -0800 (PST)
Date: Wed, 30 Jan 2019 12:03:34 +0000 (UTC)
From: ianswett <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+0166e4abbb6bb671c0b54363f4ccf2e6e82c7647360bc4ee92cf000000011869549692a169ce17fab1f6@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/pull/2365/review/198040855@github.com>
In-Reply-To: <quicwg/base-drafts/pull/2365@github.com>
References: <quicwg/base-drafts/pull/2365@github.com>
Subject: Re: [quicwg/base-drafts] Persistent Congestion Time Threshold (#2365)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5c519296b68ef_523a3f8911ad45c42793a9"; 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
X-SG-EID: l64QuQ2uJCcEyUykJbxN122A6QRmEpucztpreh3Pak0nq4cZC4HEBP9TL3grbeVfYWoxUDolVK3BBL heyy8mE5C+UDTk5lBcjVQn8C20yb+hbRfaS9JgBXtjbJZJazRyWxkQ9sAbS8YTPwj1OlphBJsZ4sG/ DTeadvrI4t3ELBIJcX9GHyPjH1N6xWU653m/rnJlrxpEizOoJ8ed5r6uzg==
Archived-At: <https://mailarchive.ietf.org/arch/msg/quic-issues/-1z8ajGpzqYOORDdVgJr5Y87Pok>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
List-Id: Notification list for GitHub issues related to the QUIC WG <quic-issues.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=unsubscribe>
List-Archive: <https://mailarchive.ietf.org/arch/browse/quic-issues/>
List-Post: <mailto:quic-issues@ietf.org>
List-Help: <mailto:quic-issues-request@ietf.org?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, 30 Jan 2019 12:03:38 -0000

----==_mimepart_5c519296b68ef_523a3f8911ad45c42793a9
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

ianswett commented on this pull request.



>  When an ACK frame is received that establishes loss of all in-flight packets
-sent prior to a threshold number of consecutive PTOs (pto_count is more than
-kPersistentCongestionThreshold, see {{cc-consts-of-interest}}), the network is
-considered to be experiencing persistent congestion, and the sender's congestion
-window MUST be reduced to the minimum congestion window (kMinimumWindow).  This
-response of collapsing the congestion window on persistent congestion is
-functionally similar to a sender's response on a Retransmission Timeout (RTO) in
-TCP {{RFC5681}}.
+sent over a long enough period of time, the network is considered to be
+experiencing persistent congestion.  Commonly, this can be established by
+consecutive PTOs, but since the PTO timer is reset when a new ack-eliciting
+packet is sent, an explicit duration must be used to account for those cases
+where PTOs do not occur or are substantially delayed.  This duration is the
+equivalent of kPersistentCongestionThreshold consecutive PTOS, smoothed_rtt +

```suggestion
equivalent of kPersistentCongestionThreshold consecutive PTOS: smoothed_rtt +
```

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/quicwg/base-drafts/pull/2365#pullrequestreview-198040855
----==_mimepart_5c519296b68ef_523a3f8911ad45c42793a9
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/2365#discussion=
_r252227257">draft-ietf-quic-recovery.md</a>:</p>=0D
<pre style=3D'color:#555'>&gt;  When an ACK frame is received that establis=
hes loss of all in-flight packets=0D
-sent prior to a threshold number of consecutive PTOs (pto_count is more th=
an=0D
-kPersistentCongestionThreshold, see {{cc-consts-of-interest}}), the networ=
k is=0D
-considered to be experiencing persistent congestion, and the sender&#39;s =
congestion=0D
-window MUST be reduced to the minimum congestion window (kMinimumWindow). =
 This=0D
-response of collapsing the congestion window on persistent congestion is=
=0D
-functionally similar to a sender&#39;s response on a Retransmission Timeou=
t (RTO) in=0D
-TCP {{RFC5681}}.=0D
+sent over a long enough period of time, the network is considered to be=0D
+experiencing persistent congestion.  Commonly, this can be established by=
=0D
+consecutive PTOs, but since the PTO timer is reset when a new ack-elicitin=
g=0D
+packet is sent, an explicit duration must be used to account for those cas=
es=0D
+where PTOs do not occur or are substantially delayed.  This duration is th=
e=0D
+equivalent of kPersistentCongestionThreshold consecutive PTOS, smoothed_rt=
t +=0D
</pre>=0D
=E2=AC=87=EF=B8=8F Suggested change=0D
<pre style=3D"color: #555">-equivalent of kPersistentCongestionThreshold co=
nsecutive PTOS, smoothed_rtt +=0D
+equivalent of kPersistentCongestionThreshold consecutive PTOS: smoothed_rt=
t +=0D
</pre>=0D
=0D
=0D
<p style=3D"font-size:small;-webkit-text-size-adjust:none;color:#666;">&mda=
sh;<br />You are receiving this because you are subscribed to this thread.<=
br />Reply to this email directly, <a href=3D"https://github.com/quicwg/bas=
e-drafts/pull/2365#pullrequestreview-198040855">view it on GitHub</a>, or <=
a href=3D"https://github.com/notifications/unsubscribe-auth/AWbkq9g_l2Yn5kz=
1-RC5VV0r1ZljTYgeks5vIYoWgaJpZM4aPEwB">mute the thread</a>.<img src=3D"http=
s://github.com/notifications/beacon/AWbkq9IpAIhCHxNaEPtlVhtTo6fEUSNHks5vIYo=
WgaJpZM4aPEwB.gif" height=3D"1" width=3D"1" alt=3D"" /></p>=0D
<script type=3D"application/json" data-scope=3D"inboxmarkup">{"api_version"=
:"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name":"Gi=
tHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"quicwg=
/base-drafts","subtitle":"GitHub repository","main_image_url":"https://gith=
ub.githubassets.com/images/email/message_cards/header.png","avatar_image_ur=
l":"https://github.githubassets.com/images/email/message_cards/avatar.png",=
"action":{"name":"Open in GitHub","url":"https://github.com/quicwg/base-dra=
fts"}},"updates":{"snippets":[{"icon":"PERSON","message":"@ianswett comment=
ed on #2365"}],"action":{"name":"View Pull Request","url":"https://github.c=
om/quicwg/base-drafts/pull/2365#pullrequestreview-198040855"}}}</script>=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/2365#pullrequestrevie=
w-198040855",=0D
"url": "https://github.com/quicwg/base-drafts/pull/2365#pullrequestreview-1=
98040855",=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_5c519296b68ef_523a3f8911ad45c42793a9--


From nobody Wed Jan 30 04:09: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 C3E4E12D4EA for <quic-issues@ietfa.amsl.com>; Wed, 30 Jan 2019 04:09:53 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -11.149
X-Spam-Level: 
X-Spam-Status: No, score=-11.149 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIMWL_WL_HIGH=-4.553, 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_PASS=-0.001] autolearn=ham autolearn_force=no
Authentication-Results: ietfa.amsl.com (amavisd-new); dkim=pass (1024-bit key) header.d=github.com
Received: from mail.ietf.org ([4.31.198.44]) by localhost (ietfa.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id nkIZi5tqTFVc for <quic-issues@ietfa.amsl.com>; Wed, 30 Jan 2019 04:09: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 1B093129BBF for <quic-issues@ietf.org>; Wed, 30 Jan 2019 04:09:52 -0800 (PST)
Date: Wed, 30 Jan 2019 04:09:50 -0800
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1548850190; bh=ZqG7I0dl+AnFquaDJn3QR3F5/vvkuccw8/Z3gcbEybk=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=Wch0GiooaKLQPQxOprENGLnlhFkzaSWc2Pe0v57D3wdllHNNAgHfRNuP95cVLvp+k gh4kBpSNYB74Zr9IRp7ZoeO9AWyuaQkOKl6lOdcQTqvYbZdvcn8umpyGG/2yDX1nRt ciOwVhahquPUV5f89u1QMobzdLWrMgdNSESDkPsY=
From: ianswett <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+0166e4ab3ebfdb398b8d6a818ddea91a8f5110a96a32af5b92cf000000011869560e92a169ce17fab1f6@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/pull/2365/review/198043282@github.com>
In-Reply-To: <quicwg/base-drafts/pull/2365@github.com>
References: <quicwg/base-drafts/pull/2365@github.com>
Subject: Re: [quicwg/base-drafts] Persistent Congestion Time Threshold (#2365)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5c51940ec61de_62c73fbac68d45bc2380bd"; 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/GZT3mf9Xcg73fMNI1cYOix4kSuc>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
List-Id: Notification list for GitHub issues related to the QUIC WG <quic-issues.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=unsubscribe>
List-Archive: <https://mailarchive.ietf.org/arch/browse/quic-issues/>
List-Post: <mailto:quic-issues@ietf.org>
List-Help: <mailto:quic-issues-request@ietf.org?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, 30 Jan 2019 12:09:54 -0000

----==_mimepart_5c51940ec61de_62c73fbac68d45bc2380bd
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

ianswett commented on this pull request.



>  
      // Start a new congestion epoch if the last lost packet
      // is past the end of the previous recovery epoch.
-     CongestionEvent(largest_lost_packet.time_sent)
+     CongestionEvent(newest_lost_packet.time_sent)
+
+     // Collapse congestion window if persistent congestion
+     if (InPersistentCongestion(oldest_lost_packet.time_sent)):

I'm starting to think we should pass in congestion_period and make it oldest_lost_packet - newest_lost_packet.

I think using Now() may be incorrect.  What if one packet is lost and then a few ACKs are lost.  In this case, Now() is substantially larger than oldest_lost_packet, but in fact only one packet was lost.

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/quicwg/base-drafts/pull/2365#pullrequestreview-198043282
----==_mimepart_5c51940ec61de_62c73fbac68d45bc2380bd
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/2365#discussion_r252229183">draft-ietf-quic-recovery.md</a>:</p>
<pre style='color:#555'>&gt;  
      // Start a new congestion epoch if the last lost packet
      // is past the end of the previous recovery epoch.
-     CongestionEvent(largest_lost_packet.time_sent)
+     CongestionEvent(newest_lost_packet.time_sent)
+
+     // Collapse congestion window if persistent congestion
+     if (InPersistentCongestion(oldest_lost_packet.time_sent)):
</pre>
<p>I'm starting to think we should pass in congestion_period and make it oldest_lost_packet - newest_lost_packet.</p>
<p>I think using Now() may be incorrect.  What if one packet is lost and then a few ACKs are lost.  In this case, Now() is substantially larger than oldest_lost_packet, but in fact only one packet was lost.</p>

<p style="font-size:small;-webkit-text-size-adjust:none;color:#666;">&mdash;<br />You are receiving this because you are subscribed to this thread.<br />Reply to this email directly, <a href="https://github.com/quicwg/base-drafts/pull/2365#pullrequestreview-198043282">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AWbkqyw8NP5hQ-YYWA7u6t09FdeFBfjLks5vIYuOgaJpZM4aPEwB">mute the thread</a>.<img src="https://github.com/notifications/beacon/AWbkq51z0j68Lgwz7Sg7ak2LOp_YHKXVks5vIYuOgaJpZM4aPEwB.gif" height="1" width="1" alt="" /></p>
<script type="application/json" data-scope="inboxmarkup">{"api_version":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name":"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"https://github.githubassets.com/images/email/message_cards/header.png","avatar_image_url":"https://github.githubassets.com/images/email/message_cards/avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/quicwg/base-drafts"}},"updates":{"snippets":[{"icon":"PERSON","message":"@ianswett commented on #2365"}],"action":{"name":"View Pull Request","url":"https://github.com/quicwg/base-drafts/pull/2365#pullrequestreview-198043282"}}}</script>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/pull/2365#pullrequestreview-198043282",
"url": "https://github.com/quicwg/base-drafts/pull/2365#pullrequestreview-198043282",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>
----==_mimepart_5c51940ec61de_62c73fbac68d45bc2380bd--


From nobody Wed Jan 30 04:38:24 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 706D31295D8 for <quic-issues@ietfa.amsl.com>; Wed, 30 Jan 2019 04:38:22 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -7.553
X-Spam-Level: 
X-Spam-Status: No, score=-7.553 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIMWL_WL_HIGH=-4.553, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-1, RCVD_IN_DNSWL_NONE=-0.0001, SPF_PASS=-0.001] autolearn=ham autolearn_force=no
Authentication-Results: ietfa.amsl.com (amavisd-new); dkim=pass (1024-bit key) header.d=github.com
Received: from mail.ietf.org ([4.31.198.44]) by localhost (ietfa.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id aqmbt360oJMp for <quic-issues@ietfa.amsl.com>; Wed, 30 Jan 2019 04:38:19 -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 718241294FA for <quic-issues@ietf.org>; Wed, 30 Jan 2019 04:38:19 -0800 (PST)
DKIM-Signature: v=1; a=rsa-sha1; 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=nvF2e+HRJqOxLBaPHOLjzzcJRa4=; b=YlqUkmFgwGBB+PjX QDfnyW7KDQcbBQl6iLrs96JDJDKI7GPZfO8V48aWvRN23FM9B017euBsUDJPodTO 713AXzynBlfoutQtKZ6+BKFSlEv8QD9gQ7fPp7nhGbak2c5B6zqf7WUxCZ36xUP7 nfrCaQ7difl/HgWcfAZtxPJp4WE=
Received: by filter1055p1las1.sendgrid.net with SMTP id filter1055p1las1-13803-5C519ABA-28 2019-01-30 12:38:18.536462953 +0000 UTC m=+125002.524514820
Received: from github-lowworker-baaab27.cp1-iad.github.net (unknown [192.30.252.33]) by ismtpd0026p1iad2.sendgrid.net (SG) with ESMTP id hJEZDIc5QLuBmbmEDgohZQ for <quic-issues@ietf.org>; Wed, 30 Jan 2019 12:38:18.389 +0000 (UTC)
Received: from github.com (localhost [127.0.0.1]) by github-lowworker-baaab27.cp1-iad.github.net (Postfix) with ESMTP id 5216080274 for <quic-issues@ietf.org>; Wed, 30 Jan 2019 04:38:18 -0800 (PST)
Date: Wed, 30 Jan 2019 12:38:18 +0000 (UTC)
From: ianswett <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+0166e4ab0c171bab31a62d5d3463049f2fc4a73bd9f8fe5f92cf0000000118695cba92a169ce17fab1f6@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/pull/2365/review/198054430@github.com>
In-Reply-To: <quicwg/base-drafts/pull/2365@github.com>
References: <quicwg/base-drafts/pull/2365@github.com>
Subject: Re: [quicwg/base-drafts] Persistent Congestion Time Threshold (#2365)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5c519aba4eb7c_5c823ff7e16d45c074367"; 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
X-SG-EID: l64QuQ2uJCcEyUykJbxN122A6QRmEpucztpreh3Pak2IEiV5ZBOE5vHcF+/PLhh5TwexfWwl+/CLN7 /Ds4MfAuCp9tAbfUJ+skSnln4eE6ZHQnCbeBy/Vb12sUZGvYBKUjC4bFVL9qJKiMhswDWQJ20/KzQ4 SUt+QILDZg4bjv0Ffy1rDgZ/RxrapUbRMJg5cxJAM/xZkUaOCz3hyMzZ97bkd9gVfjhTmjnXwdB4Hc o=
Archived-At: <https://mailarchive.ietf.org/arch/msg/quic-issues/Oz1-4TeT_4saeIhgzG3t2hMU5k4>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
List-Id: Notification list for GitHub issues related to the QUIC WG <quic-issues.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=unsubscribe>
List-Archive: <https://mailarchive.ietf.org/arch/browse/quic-issues/>
List-Post: <mailto:quic-issues@ietf.org>
List-Help: <mailto:quic-issues-request@ietf.org?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, 30 Jan 2019 12:38:22 -0000

----==_mimepart_5c519aba4eb7c_5c823ff7e16d45c074367
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

ianswett commented on this pull request.



>  When an ACK frame is received that establishes loss of all in-flight packets
-sent prior to a threshold number of consecutive PTOs (pto_count is more than
-kPersistentCongestionThreshold, see {{cc-consts-of-interest}}), the network is
-considered to be experiencing persistent congestion, and the sender's congestion
-window MUST be reduced to the minimum congestion window (kMinimumWindow).  This
-response of collapsing the congestion window on persistent congestion is
-functionally similar to a sender's response on a Retransmission Timeout (RTO) in
-TCP {{RFC5681}}.
+sent over a long enough period of time, the network is considered to be
+experiencing persistent congestion.  Commonly, this can be established by
+consecutive PTOs, but since the PTO timer is reset when a new ack-eliciting
+packet is sent, an explicit duration must be used to account for those cases
+where PTOs do not occur or are substantially delayed.  This duration is the
+equivalent of kPersistentCongestionThreshold consecutive PTOS, smoothed_rtt +
+4 * rttvar + max_ack_delay * ((2 ^ kPersistentCongestionThreshold) - 1).

Q for here and below: Should max_ack_delay be added after exponential backoff, instead of before?  Adding it after incentivizes implementations to indicate a realistic value, since an unrealistic one just adds to rttvar, which seems desirable.

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/quicwg/base-drafts/pull/2365#pullrequestreview-198054430
----==_mimepart_5c519aba4eb7c_5c823ff7e16d45c074367
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/2365#discussion_r252238231">draft-ietf-quic-recovery.md</a>:</p>
<pre style='color:#555'>&gt;  When an ACK frame is received that establishes loss of all in-flight packets
-sent prior to a threshold number of consecutive PTOs (pto_count is more than
-kPersistentCongestionThreshold, see {{cc-consts-of-interest}}), the network is
-considered to be experiencing persistent congestion, and the sender&#39;s congestion
-window MUST be reduced to the minimum congestion window (kMinimumWindow).  This
-response of collapsing the congestion window on persistent congestion is
-functionally similar to a sender&#39;s response on a Retransmission Timeout (RTO) in
-TCP {{RFC5681}}.
+sent over a long enough period of time, the network is considered to be
+experiencing persistent congestion.  Commonly, this can be established by
+consecutive PTOs, but since the PTO timer is reset when a new ack-eliciting
+packet is sent, an explicit duration must be used to account for those cases
+where PTOs do not occur or are substantially delayed.  This duration is the
+equivalent of kPersistentCongestionThreshold consecutive PTOS, smoothed_rtt +
+4 * rttvar + max_ack_delay * ((2 ^ kPersistentCongestionThreshold) - 1).
</pre>
<p>Q for here and below: Should max_ack_delay be added after exponential backoff, instead of before?  Adding it after incentivizes implementations to indicate a realistic value, since an unrealistic one just adds to rttvar, which seems desirable.</p>

<p style="font-size:small;-webkit-text-size-adjust:none;color:#666;">&mdash;<br />You are receiving this because you are subscribed to this thread.<br />Reply to this email directly, <a href="https://github.com/quicwg/base-drafts/pull/2365#pullrequestreview-198054430">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AWbkq1fzqKdyTS3TVsYdpq-Pfs8NqcDzks5vIZI6gaJpZM4aPEwB">mute the thread</a>.<img src="https://github.com/notifications/beacon/AWbkq34lw-22ShLtIMvrS8QVvmfnkzgVks5vIZI6gaJpZM4aPEwB.gif" height="1" width="1" alt="" /></p>
<script type="application/json" data-scope="inboxmarkup">{"api_version":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name":"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"https://github.githubassets.com/images/email/message_cards/header.png","avatar_image_url":"https://github.githubassets.com/images/email/message_cards/avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/quicwg/base-drafts"}},"updates":{"snippets":[{"icon":"PERSON","message":"@ianswett commented on #2365"}],"action":{"name":"View Pull Request","url":"https://github.com/quicwg/base-drafts/pull/2365#pullrequestreview-198054430"}}}</script>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/pull/2365#pullrequestreview-198054430",
"url": "https://github.com/quicwg/base-drafts/pull/2365#pullrequestreview-198054430",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>
----==_mimepart_5c519aba4eb7c_5c823ff7e16d45c074367--


From nobody Wed Jan 30 04: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 5C61B130F28 for <quic-issues@ietfa.amsl.com>; Wed, 30 Jan 2019 04:46:55 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -12.552
X-Spam-Level: 
X-Spam-Status: No, score=-12.552 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIMWL_WL_HIGH=-4.553, 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_PASS=-0.001] autolearn=ham autolearn_force=no
Authentication-Results: ietfa.amsl.com (amavisd-new); dkim=pass (1024-bit key) header.d=github.com
Received: from mail.ietf.org ([4.31.198.44]) by localhost (ietfa.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id Cii0GEUsp5Te for <quic-issues@ietfa.amsl.com>; Wed, 30 Jan 2019 04:46: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 2C0FF12D4E7 for <quic-issues@ietf.org>; Wed, 30 Jan 2019 04:46:52 -0800 (PST)
Date: Wed, 30 Jan 2019 04:46:51 -0800
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1548852411; bh=L1rokCtv5Guc2p7TyL/0kYLfgZkxw71iXzvB3L70nuo=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=svj6zkrsYwO8cCQwhNSep/MjyQbuHW0cliZlVPBrtyXzRoen2ob8LcvNj7NN+WReF flnvt88cCUYeCK/EtErYU8Cuyru1FvBrbIkbpi7aGflbZcr5pg1nRS5hJIPoAU1xD2 QewNWW/6Nwk7IVUfOc0BhESRhoejAmjjoWhDIaOo=
From: Lucas Pardue <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+0166e4ab8310d85c7aee849ec77bd0c9fe711331eea1c70e92cf0000000118695ebb92a169ce0c2f403e@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/458931248@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_5c519cbb6360_39d83fc6ab0d45c41364d4"; 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/irRXE6qMN1vvrhJaESXM1ZJBNak>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
List-Id: Notification list for GitHub issues related to the QUIC WG <quic-issues.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=unsubscribe>
List-Archive: <https://mailarchive.ietf.org/arch/browse/quic-issues/>
List-Post: <mailto:quic-issues@ietf.org>
List-Help: <mailto:quic-issues-request@ietf.org?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, 30 Jan 2019 12:46:55 -0000

----==_mimepart_5c519cbb6360_39d83fc6ab0d45c41364d4
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

> I see no problems with combining Happy Eyeballs and connection coalescing, but the relationship between them should really be defined somewhere

I definitely think this can be done and that there is benefit in shaking out an approach that can be codified somewhere. There are many spinning plates to manage, add to the mix ORIGIN frame and Additional Certs, even Alt-Svc in the load balancing sense (which has been broken in H2 but is likely to succeed H3). Getting this right seems like an arcane art, or luck, or both :)

-- 
You are receiving this 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-458931248
----==_mimepart_5c519cbb6360_39d83fc6ab0d45c41364d4
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: quoted-printable

<blockquote>
<p>I see no problems with combining Happy Eyeballs and connection coalesc=
ing, but the relationship between them should really be defined somewhere=
</p>
</blockquote>
<p>I definitely think this can be done and that there is benefit in shaki=
ng out an approach that can be codified somewhere. There are many spinnin=
g plates to manage, add to the mix ORIGIN frame and Additional Certs, eve=
n Alt-Svc in the load balancing sense (which has been broken in H2 but is=
 likely to succeed H3). Getting this right seems like an arcane art, or l=
uck, or both :)</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/253#issuecomment-458931248">view it on GitHub</a>, =
or <a href=3D"https://github.com/notifications/unsubscribe-auth/AWbkqwsQy=
YPpX22sU6l3kKbt2LA8-FvXks5vIZQ7gaJpZM4LzLA5">mute the thread</a>.<img src=
=3D"https://github.com/notifications/beacon/AWbkq8FaIfFXXFKmoQSXQZIp2qRoW=
gAiks5vIZQ7gaJpZM4LzLA5.gif" height=3D"1" width=3D"1" alt=3D"" /></p>
<script type=3D"application/json" data-scope=3D"inboxmarkup">{"api_versio=
n":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name"=
:"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"=
quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"http=
s://github.githubassets.com/images/email/message_cards/header.png","avata=
r_image_url":"https://github.githubassets.com/images/email/message_cards/=
avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/q=
uicwg/base-drafts"}},"updates":{"snippets":[{"icon":"PERSON","message":"@=
LPardue in #253: \u003e I see no problems with combining Happy Eyeballs a=
nd connection coalescing, but the relationship between them should really=
 be defined somewhere\r\n\r\nI definitely think this can be done and that=
 there is benefit in shaking out an approach that can be codified somewhe=
re. There are many spinning plates to manage, add to the mix ORIGIN frame=
 and Additional Certs, even Alt-Svc in the load balancing sense (which ha=
s been broken in H2 but is likely to succeed H3). Getting this right seem=
s like an arcane art, or luck, or both :)"}],"action":{"name":"View Issue=
","url":"https://github.com/quicwg/base-drafts/issues/253#issuecomment-45=
8931248"}}}</script>
<script type=3D"application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/issues/253#issuecomment-=
458931248",
"url": "https://github.com/quicwg/base-drafts/issues/253#issuecomment-458=
931248",
"name": "View Issue"
},
"description": "View this Issue on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>=

----==_mimepart_5c519cbb6360_39d83fc6ab0d45c41364d4--


From nobody Wed Jan 30 05: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 268AF1311D8 for <quic-issues@ietfa.amsl.com>; Wed, 30 Jan 2019 05:14:15 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -11.574
X-Spam-Level: 
X-Spam-Status: No, score=-11.574 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIMWL_WL_HIGH=-4.553, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, FROM_EXCESS_BASE64=0.979, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-1, RCVD_IN_DNSWL_HI=-5, SPF_PASS=-0.001] autolearn=ham autolearn_force=no
Authentication-Results: ietfa.amsl.com (amavisd-new); dkim=pass (1024-bit key) header.d=github.com
Received: from mail.ietf.org ([4.31.198.44]) by localhost (ietfa.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id ZwQdvcFLGX_B for <quic-issues@ietfa.amsl.com>; Wed, 30 Jan 2019 05:14: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 629A11311E5 for <quic-issues@ietf.org>; Wed, 30 Jan 2019 05:14:12 -0800 (PST)
Date: Wed, 30 Jan 2019 05:14:11 -0800
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1548854051; bh=FNt/KXnhJFpkWRiBb8/12ffjPlmbkrgppSM2sUxoyB0=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=HMbQCh1O84Ile8dGvcI78UmgPOq65XVjdqW3enFPT8Hlk1Kr//9qYtow5vlUWGub6 ldWAQvHkjdOykAmO4alciSxA137GuszHOrkFK0T56EyTdj8n0pdcEcB0jpHf+abCi+ ee08vP+8+0xFv6LvJwLYOJDy6g2MBTtA2gc7eBOQ=
From: =?UTF-8?B?QmVuY2UgQsOpa3k=?= <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+0166e4ab2158b91d2711debabede0dddf38b162089cab63e92cf000000011869652392a169ce180fea0e@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/pull/2379/c458938830@github.com>
In-Reply-To: <quicwg/base-drafts/pull/2379@github.com>
References: <quicwg/base-drafts/pull/2379@github.com>
Subject: Re: [quicwg/base-drafts] Replace the RequireInsertCount decoding algorithm (#2379)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5c51a3235abd0_39eb3fb8e3cd45c03753b9"; 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/PCSO5V3qyTO4knSQW6f_hGLDpX8>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
List-Id: Notification list for GitHub issues related to the QUIC WG <quic-issues.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=unsubscribe>
List-Archive: <https://mailarchive.ietf.org/arch/browse/quic-issues/>
List-Post: <mailto:quic-issues@ietf.org>
List-Help: <mailto:quic-issues-request@ietf.org?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, 30 Jan 2019 13:14:15 -0000

----==_mimepart_5c51a3235abd0_39eb3fb8e3cd45c03753b9
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

> Ah, I didn't really intend that an implementation HAD to use this algorithm. An implementation can use any algorithm that produces correct results (or not decode at all, per @dtikhonov's impl that uses the wrapped value to index directly). Given that it's easy to screw up the algorithm, I like having the psuedocode for copy-and-paste/no brainer.
> 
> Therefore, let me make _that_ clear and add normative language for all error cases, but I may also add the check to the algorithm.

I understand.  In this case, I support adding normative language for checks.

Honestly, I interpret "the decoder reconstructs the Required Insert Count using the following algorithm" as indicating that the implementation must use an algorithm that has the exact same behavior as the pseudo-code.  Therefore I propose that the error check is added to the pseudo-code as well.

Maybe the text could be changed to something like "The decoder reconstructs the Required Insert Count.  If the decoder encounters an EncodedInsertCount value that could not have been produced by a conformant encoder, then the decoder MUST signal a stream error.  An example algorithm to decode the Required Insert Count is the following.".  This would indicate to me that the pseudo-code is non-normative.  But I am also just fine with the current text, as long as the requirements (on error checking and everything else) are spelled out both in the text (because you interpret that as normative) and in pseudo-code (because I interpret that as normative).  Having consistent text + pseudo-code sounds like a good idea 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/2379#issuecomment-458938830
----==_mimepart_5c51a3235abd0_39eb3fb8e3cd45c03753b9
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: quoted-printable

<blockquote>
<p>Ah, I didn't really intend that an implementation HAD to use this algo=
rithm. An implementation can use any algorithm that produces correct resu=
lts (or not decode at all, per <a class=3D"user-mention" data-hovercard-t=
ype=3D"user" data-hovercard-url=3D"/hovercards?user_id=3D4528576" data-oc=
to-click=3D"hovercard-link-click" data-octo-dimensions=3D"link_type:self"=
 href=3D"https://github.com/dtikhonov">@dtikhonov</a>'s impl that uses th=
e wrapped value to index directly). Given that it's easy to screw up the =
algorithm, I like having the psuedocode for copy-and-paste/no brainer.</p=
>
<p>Therefore, let me make <em>that</em> clear and add normative language =
for all error cases, but I may also add the check to the algorithm.</p>
</blockquote>
<p>I understand.  In this case, I support adding normative language for c=
hecks.</p>
<p>Honestly, I interpret "the decoder reconstructs the Required Insert Co=
unt using the following algorithm" as indicating that the implementation =
must use an algorithm that has the exact same behavior as the pseudo-code=
.  Therefore I propose that the error check is added to the pseudo-code a=
s well.</p>
<p>Maybe the text could be changed to something like "The decoder reconst=
ructs the Required Insert Count.  If the decoder encounters an EncodedIns=
ertCount value that could not have been produced by a conformant encoder,=
 then the decoder MUST signal a stream error.  An example algorithm to de=
code the Required Insert Count is the following.".  This would indicate t=
o me that the pseudo-code is non-normative.  But I am also just fine with=
 the current text, as long as the requirements (on error checking and eve=
rything else) are spelled out both in the text (because you interpret tha=
t as normative) and in pseudo-code (because I interpret that as normative=
).  Having consistent text + pseudo-code sounds like a good idea anyway.<=
/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/pull/2379#issuecomment-458938830">view it on GitHub</a>, o=
r <a href=3D"https://github.com/notifications/unsubscribe-auth/AWbkqzCaO_=
Zg2cA59Aj_rGGlJjFXxHw3ks5vIZqjgaJpZM4aVZwC">mute the thread</a>.<img src=3D=
"https://github.com/notifications/beacon/AWbkq70iqv9N6gsxb7e1Ffi-jSa3MfjH=
ks5vIZqjgaJpZM4aVZwC.gif" height=3D"1" width=3D"1" alt=3D"" /></p>
<script type=3D"application/json" data-scope=3D"inboxmarkup">{"api_versio=
n":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name"=
:"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"=
quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"http=
s://github.githubassets.com/images/email/message_cards/header.png","avata=
r_image_url":"https://github.githubassets.com/images/email/message_cards/=
avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/q=
uicwg/base-drafts"}},"updates":{"snippets":[{"icon":"PERSON","message":"@=
bencebeky in #2379: \u003e Ah, I didn't really intend that an implementat=
ion HAD to use this algorithm. An implementation can use any algorithm th=
at produces correct results (or not decode at all, per @dtikhonov's impl =
that uses the wrapped value to index directly). Given that it's easy to s=
crew up the algorithm, I like having the psuedocode for copy-and-paste/no=
 brainer.\r\n\u003e \r\n\u003e Therefore, let me make _that_ clear and ad=
d normative language for all error cases, but I may also add the check to=
 the algorithm.\r\n\r\nI understand.  In this case, I support adding norm=
ative language for checks.\r\n\r\nHonestly, I interpret \"the decoder rec=
onstructs the Required Insert Count using the following algorithm\" as in=
dicating that the implementation must use an algorithm that has the exact=
 same behavior as the pseudo-code.  Therefore I propose that the error ch=
eck is added to the pseudo-code as well.\r\n\r\nMaybe the text could be c=
hanged to something like \"The decoder reconstructs the Required Insert C=
ount.  If the decoder encounters an EncodedInsertCount value that could n=
ot have been produced by a conformant encoder, then the decoder MUST sign=
al a stream error.  An example algorithm to decode the Required Insert Co=
unt is the following.\".  This would indicate to me that the pseudo-code =
is non-normative.  But I am also just fine with the current text, as long=
 as the requirements (on error checking and everything else) are spelled =
out both in the text (because you interpret that as normative) and in pse=
udo-code (because I interpret that as normative).  Having consistent text=
 + pseudo-code sounds like a good idea anyway."}],"action":{"name":"View =
Pull Request","url":"https://github.com/quicwg/base-drafts/pull/2379#issu=
ecomment-458938830"}}}</script>
<script type=3D"application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/pull/2379#issuecomment-4=
58938830",
"url": "https://github.com/quicwg/base-drafts/pull/2379#issuecomment-4589=
38830",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>=

----==_mimepart_5c51a3235abd0_39eb3fb8e3cd45c03753b9--


From nobody Wed Jan 30 06:21:17 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 F38AC123FFD for <quic-issues@ietfa.amsl.com>; Wed, 30 Jan 2019 06:21:14 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -5.935
X-Spam-Level: 
X-Spam-Status: No, score=-5.935 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIMWL_WL_HIGH=-4.553, DKIM_SIGNED=0.1, DKIM_VALID=-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_PASS=-0.001] autolearn=ham autolearn_force=no
Authentication-Results: ietfa.amsl.com (amavisd-new); dkim=pass (1024-bit key) header.d=github.com
Received: from mail.ietf.org ([4.31.198.44]) by localhost (ietfa.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id eN5SG6PCEM23 for <quic-issues@ietfa.amsl.com>; Wed, 30 Jan 2019 06:21:13 -0800 (PST)
Received: from o5.sgmail.github.com (o5.sgmail.github.com [192.254.113.10]) (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 109E3128CF2 for <quic-issues@ietf.org>; Wed, 30 Jan 2019 06:21:12 -0800 (PST)
DKIM-Signature: v=1; a=rsa-sha1; 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=T7LSTvy4T7KumJabyfUEEq5stIY=; b=oLJ4uyghrvNh9DWV ZjjsxMBdU5wQNHUSW20qNkJ8ibxfm5Ydi2QPnuVZDvibajjJT+FGEEcCIhQ+92i2 OeCr9PnyuT/9MkD2rw91IVI3dXJnA7xba/brACirieN0zdW67B+u006oVlgKz2RT qvqMPQXngJ/glnAiTqlGX09Zm1M=
Received: by filter1420p1mdw1.sendgrid.net with SMTP id filter1420p1mdw1-31603-5C51B2D7-1D 2019-01-30 14:21:11.802732854 +0000 UTC m=+143239.408768977
Received: from github-lowworker-05ceafd.cp1-iad.github.net (unknown [192.30.252.40]) by ismtpd0010p1iad1.sendgrid.net (SG) with ESMTP id Jkhw474bSQCIFTywqxPbrA for <quic-issues@ietf.org>; Wed, 30 Jan 2019 14:21:11.708 +0000 (UTC)
Received: from github.com (localhost [127.0.0.1]) by github-lowworker-05ceafd.cp1-iad.github.net (Postfix) with ESMTP id A872F460B36 for <quic-issues@ietf.org>; Wed, 30 Jan 2019 06:21:11 -0800 (PST)
Date: Wed, 30 Jan 2019 14:21:11 +0000 (UTC)
From: MikkelFJ <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+0166e4abb65a6cbc15cade9906d4a240a3a94c8e83f43aea92cf00000001186974d792a169ce0c2f403e@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/458960759@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_5c51b2d7a68d0_273c3f98f3ad45b4249792"; 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
X-SG-EID: l64QuQ2uJCcEyUykJbxN122A6QRmEpucztpreh3Pak1D0+IFERORyrGcSDJ0ecIYMfXWweVU7rsZr7 cJIqjaxhF6q3KKwlA6b7dpfAy4+N0xuoz7I0Dlk4lMf2yLPB7DQXwhZvyRgsznZ3TSHAIo5T+6TSpX OJdNjRh0oO+A3IOgcktI8reYB78aJpaRyYfx36c3iLUMgYA2xNchIsUbn1Q7OKEYtjYCtUJp/wCUQQ 0=
Archived-At: <https://mailarchive.ietf.org/arch/msg/quic-issues/oojIzTJuicmnqjTFbODkFdjPHag>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
List-Id: Notification list for GitHub issues related to the QUIC WG <quic-issues.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=unsubscribe>
List-Archive: <https://mailarchive.ietf.org/arch/browse/quic-issues/>
List-Post: <mailto:quic-issues@ietf.org>
List-Help: <mailto:quic-issues-request@ietf.org?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, 30 Jan 2019 14:21:15 -0000

----==_mimepart_5c51b2d7a68d0_273c3f98f3ad45b4249792
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

> Getting this right seems like an arcane art, or luck, or both :)

Well, if you can convince DDoS attackers to move elsewhere ...

-- 
You are receiving this 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-458960759
----==_mimepart_5c51b2d7a68d0_273c3f98f3ad45b4249792
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

<blockquote>
<p>Getting this right seems like an arcane art, or luck, or both :)</p>
</blockquote>
<p>Well, if you can convince DDoS attackers to move elsewhere ...</p>

<p style="font-size:small;-webkit-text-size-adjust:none;color:#666;">&mdash;<br />You are 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#issuecomment-458960759">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AWbkqwOP5fOg05F3RdWwS2WKZn85-_2Rks5vIapXgaJpZM4LzLA5">mute the thread</a>.<img src="https://github.com/notifications/beacon/AWbkq6AWwYHC2pH3ihwkcIGgoMgGWRloks5vIapXgaJpZM4LzLA5.gif" height="1" width="1" alt="" /></p>
<script type="application/json" data-scope="inboxmarkup">{"api_version":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name":"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"https://github.githubassets.com/images/email/message_cards/header.png","avatar_image_url":"https://github.githubassets.com/images/email/message_cards/avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/quicwg/base-drafts"}},"updates":{"snippets":[{"icon":"PERSON","message":"@mikkelfj in #253: \u003e Getting this right seems like an arcane art, or luck, or both :)\r\n\r\nWell, if you can convince DDoS attackers to move elsewhere ..."}],"action":{"name":"View Issue","url":"https://github.com/quicwg/base-drafts/issues/253#issuecomment-458960759"}}}</script>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/issues/253#issuecomment-458960759",
"url": "https://github.com/quicwg/base-drafts/issues/253#issuecomment-458960759",
"name": "View Issue"
},
"description": "View this Issue on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>
----==_mimepart_5c51b2d7a68d0_273c3f98f3ad45b4249792--


From nobody Wed Jan 30 13:24: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 1C536131006 for <quic-issues@ietfa.amsl.com>; Wed, 30 Jan 2019 13:24:45 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -12.553
X-Spam-Level: 
X-Spam-Status: No, score=-12.553 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIMWL_WL_HIGH=-4.553, 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_PASS=-0.001] autolearn=ham autolearn_force=no
Authentication-Results: ietfa.amsl.com (amavisd-new); dkim=pass (1024-bit key) header.d=github.com
Received: from mail.ietf.org ([4.31.198.44]) by localhost (ietfa.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id pCWIcgmvSiAI for <quic-issues@ietfa.amsl.com>; Wed, 30 Jan 2019 13:24: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 E47A6130FF4 for <quic-issues@ietf.org>; Wed, 30 Jan 2019 13:24:42 -0800 (PST)
Date: Wed, 30 Jan 2019 13:24:41 -0800
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1548883481; bh=qnqKZPS0JknxNuaF0sxweBHoc9aHluu0ol0fV9hQiZo=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=qX7QKosgWHLJ8NnJeLnj6HS+Zhv+H+HZdeMfwLaQBlr93+5+Li8/Uc8fO3j936vRP dX4j+q7kU+0L9NBgVZDg+Ec5+RwQPUXOmvL1RXps5ZWyvaA4liHbHQSvHCHFdsAjd2 22voSHvVj06FXUUEMIVXFY12jyXKMKkg+wGc8WbA=
From: Nick Banks <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+0166e4abb30306df12fd93dbafcd84ceadcaa518ecff8c1792cf000000011869d81992a169ce17fab1f6@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/pull/2365/review/198314165@github.com>
In-Reply-To: <quicwg/base-drafts/pull/2365@github.com>
References: <quicwg/base-drafts/pull/2365@github.com>
Subject: Re: [quicwg/base-drafts] Persistent Congestion Time Threshold (#2365)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5c521619b213f_51093ffb406d45b8290190"; 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/CGJSwwTPxQZGhf58SuLkRmZOHTU>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
List-Id: Notification list for GitHub issues related to the QUIC WG <quic-issues.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=unsubscribe>
List-Archive: <https://mailarchive.ietf.org/arch/browse/quic-issues/>
List-Post: <mailto:quic-issues@ietf.org>
List-Help: <mailto:quic-issues-request@ietf.org?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, 30 Jan 2019 21:24:45 -0000

----==_mimepart_5c521619b213f_51093ffb406d45b8290190
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

nibanks commented on this pull request.



>  When an ACK frame is received that establishes loss of all in-flight packets
-sent prior to a threshold number of consecutive PTOs (pto_count is more than
-kPersistentCongestionThreshold, see {{cc-consts-of-interest}}), the network is
-considered to be experiencing persistent congestion, and the sender's congestion
-window MUST be reduced to the minimum congestion window (kMinimumWindow).  This
-response of collapsing the congestion window on persistent congestion is
-functionally similar to a sender's response on a Retransmission Timeout (RTO) in
-TCP {{RFC5681}}.
+sent over a long enough period of time, the network is considered to be
+experiencing persistent congestion.  Commonly, this can be established by
+consecutive PTOs, but since the PTO timer is reset when a new ack-eliciting
+packet is sent, an explicit duration must be used to account for those cases
+where PTOs do not occur or are substantially delayed.  This duration is the
+equivalent of kPersistentCongestionThreshold consecutive PTOS, smoothed_rtt +
+4 * rttvar + max_ack_delay * ((2 ^ kPersistentCongestionThreshold) - 1).

The order is the same in `SetLossDetectionTimer`:
```    // Calculate PTO duration
    timeout =
      smoothed_rtt + 4 * rttvar + max_ack_delay
    timeout = max(timeout, kGranularity)
    timeout = timeout * (2 ^ pto_count)```
Though, on a side issue, I feel the `kGranularity` check should be moved to the end of that calculation...

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/quicwg/base-drafts/pull/2365#discussion_r252443584
----==_mimepart_5c521619b213f_51093ffb406d45b8290190
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/2365#discussion_r252443584">draft-ietf-quic-recovery.md</a>:</p>
<pre style='color:#555'>&gt;  When an ACK frame is received that establishes loss of all in-flight packets
-sent prior to a threshold number of consecutive PTOs (pto_count is more than
-kPersistentCongestionThreshold, see {{cc-consts-of-interest}}), the network is
-considered to be experiencing persistent congestion, and the sender&#39;s congestion
-window MUST be reduced to the minimum congestion window (kMinimumWindow).  This
-response of collapsing the congestion window on persistent congestion is
-functionally similar to a sender&#39;s response on a Retransmission Timeout (RTO) in
-TCP {{RFC5681}}.
+sent over a long enough period of time, the network is considered to be
+experiencing persistent congestion.  Commonly, this can be established by
+consecutive PTOs, but since the PTO timer is reset when a new ack-eliciting
+packet is sent, an explicit duration must be used to account for those cases
+where PTOs do not occur or are substantially delayed.  This duration is the
+equivalent of kPersistentCongestionThreshold consecutive PTOS, smoothed_rtt +
+4 * rttvar + max_ack_delay * ((2 ^ kPersistentCongestionThreshold) - 1).
</pre>
<p>The order is the same in <code>SetLossDetectionTimer</code>:</p>
<pre lang="//" data-meta="Calculate PTO duration"><code>    timeout =
      smoothed_rtt + 4 * rttvar + max_ack_delay
    timeout = max(timeout, kGranularity)
    timeout = timeout * (2 ^ pto_count)```
Though, on a side issue, I feel the `kGranularity` check should be moved to the end of that calculation...
</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/2365#discussion_r252443584">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AWbkq9wcYnSmB7Opdj5QXzImp1mrRcaVks5vIg2ZgaJpZM4aPEwB">mute the thread</a>.<img src="https://github.com/notifications/beacon/AWbkq7LKm-BTcIiLotKNTAL1kMoTT75Bks5vIg2ZgaJpZM4aPEwB.gif" height="1" width="1" alt="" /></p>
<script type="application/json" data-scope="inboxmarkup">{"api_version":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name":"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"https://github.githubassets.com/images/email/message_cards/header.png","avatar_image_url":"https://github.githubassets.com/images/email/message_cards/avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/quicwg/base-drafts"}},"updates":{"snippets":[{"icon":"PERSON","message":"@nibanks commented on #2365"}],"action":{"name":"View Pull Request","url":"https://github.com/quicwg/base-drafts/pull/2365#discussion_r252443584"}}}</script>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/pull/2365#discussion_r252443584",
"url": "https://github.com/quicwg/base-drafts/pull/2365#discussion_r252443584",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>
----==_mimepart_5c521619b213f_51093ffb406d45b8290190--


From nobody Wed Jan 30 13: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 C4F83131024 for <quic-issues@ietfa.amsl.com>; Wed, 30 Jan 2019 13:25:09 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -10.935
X-Spam-Level: 
X-Spam-Status: No, score=-10.935 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIMWL_WL_HIGH=-4.553, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, HTML_IMAGE_ONLY_24=1.618, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-1, RCVD_IN_DNSWL_HI=-5, SPF_PASS=-0.001] autolearn=ham autolearn_force=no
Authentication-Results: ietfa.amsl.com (amavisd-new); dkim=pass (1024-bit key) header.d=github.com
Received: from mail.ietf.org ([4.31.198.44]) by localhost (ietfa.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 1ajjlRsQILtL for <quic-issues@ietfa.amsl.com>; Wed, 30 Jan 2019 13:25: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 3DEEE130FF4 for <quic-issues@ietf.org>; Wed, 30 Jan 2019 13:25:08 -0800 (PST)
Date: Wed, 30 Jan 2019 13:25:07 -0800
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1548883507; bh=VrAOe6ZUGPmCjDhNEqgCkoBzZyKRsbuelCHJWdp9Xpk=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=RLDFY8cEZRBgO/bRTGYcW1wYmWdpNyorJLEbjIsH0094GMJMdpb9RGb32Uz/ECn/8 yv0JAh9yGrC7KlHgq0oRh8atCWLgI44LTbVAJDPmS6EkaLIX1Uk43uyoFWfQoKvSFf 9agGpayYBvcYCrA7dRcPIIccbUcH+8XgApuujbI0=
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/2365/push/3260136704@github.com>
In-Reply-To: <quicwg/base-drafts/pull/2365@github.com>
References: <quicwg/base-drafts/pull/2365@github.com>
Subject: Re: [quicwg/base-drafts] Persistent Congestion Time Threshold (#2365)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5c5216334a9f0_11e63fe92bcd45c0186542"; 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/3US9ChHIUp-MnKJ4akhDZOa57H4>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
List-Id: Notification list for GitHub issues related to the QUIC WG <quic-issues.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=unsubscribe>
List-Archive: <https://mailarchive.ietf.org/arch/browse/quic-issues/>
List-Post: <mailto:quic-issues@ietf.org>
List-Help: <mailto:quic-issues-request@ietf.org?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, 30 Jan 2019 21:25:10 -0000

----==_mimepart_5c5216334a9f0_11e63fe92bcd45c0186542
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

@nibanks pushed 1 commit.

ed4ad7ebbad7ba063d0dde2aad67e24fcccd8308  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/2365/files/931c0cc812b0512bd4b6a494e6a66608c00f1ce2..ed4ad7ebbad7ba063d0dde2aad67e24fcccd8308

----==_mimepart_5c5216334a9f0_11e63fe92bcd45c0186542
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/ed4ad7ebbad7ba063d0dde2aad67e24fcccd8308">ed4ad7e</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/2365/files/931c0cc812b0512bd4b6a494e6a66608c00f1ce2..ed4ad7ebbad7ba063d0dde2aad67e24fcccd8308">View it on GitHub</a> or <a href="https://github.com/notifications/unsubscribe-auth/AWbkq7aV58gD4v1U-BgvXeSzb68qEpXVks5vIg2zgaJpZM4aPEwB">mute the thread</a>.<img src="https://github.com/notifications/beacon/AWbkqxvLlcxg5W7SL8mwaHNunLwY4N7_ks5vIg2zgaJpZM4aPEwB.gif" height="1" width="1" alt="" /></p>
<script type="application/json" data-scope="inboxmarkup">{"api_version":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name":"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"https://github.githubassets.com/images/email/message_cards/header.png","avatar_image_url":"https://github.githubassets.com/images/email/message_cards/avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/quicwg/base-drafts"}},"updates":{"snippets":[{"icon":"PERSON","message":"@nibanks pushed 1 commit in #2365"}],"action":{"name":"View Pull Request","url":"https://github.com/quicwg/base-drafts/pull/2365/files/931c0cc812b0512bd4b6a494e6a66608c00f1ce2..ed4ad7ebbad7ba063d0dde2aad67e24fcccd8308"}}}</script>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/pull/2365/files/931c0cc812b0512bd4b6a494e6a66608c00f1ce2..ed4ad7ebbad7ba063d0dde2aad67e24fcccd8308",
"url": "https://github.com/quicwg/base-drafts/pull/2365/files/931c0cc812b0512bd4b6a494e6a66608c00f1ce2..ed4ad7ebbad7ba063d0dde2aad67e24fcccd8308",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>

----==_mimepart_5c5216334a9f0_11e63fe92bcd45c0186542--


From nobody Wed Jan 30 13:28: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 C3C6A131024 for <quic-issues@ietfa.amsl.com>; Wed, 30 Jan 2019 13:28:47 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -11.149
X-Spam-Level: 
X-Spam-Status: No, score=-11.149 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIMWL_WL_HIGH=-4.553, 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_PASS=-0.001] autolearn=ham autolearn_force=no
Authentication-Results: ietfa.amsl.com (amavisd-new); dkim=pass (1024-bit key) header.d=github.com
Received: from mail.ietf.org ([4.31.198.44]) by localhost (ietfa.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 87rUvljtUItk for <quic-issues@ietfa.amsl.com>; Wed, 30 Jan 2019 13:28:46 -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 2D990130FF4 for <quic-issues@ietf.org>; Wed, 30 Jan 2019 13:28:46 -0800 (PST)
Date: Wed, 30 Jan 2019 13:28:45 -0800
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1548883725; bh=tvfHJ/FEUeg132hgn1cXJ1V1sPnwHgvBv9e0CVfDFg8=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=y/LDAvUyd353lzHIlEuIjU7b4tryLIZ01yA4D2pl8N0PY2f0cx6nxvD1IcTWGXuwu DAcioBrpz6HYzkTfXLbxoTTxQcSnybTqmS1DOm2jTgNkcR3wye40YTY3Tc/0090jtR 0sH6Rrp7zVhdJeofWOlcnDoV2TZ4E8BA1m2EDHMg=
From: Nick Banks <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+0166e4ab8fd4a27085b5c7c35bfa5f66db4382bbf8dc4ac492cf000000011869d90d92a169ce17fab1f6@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/pull/2365/review/198315897@github.com>
In-Reply-To: <quicwg/base-drafts/pull/2365@github.com>
References: <quicwg/base-drafts/pull/2365@github.com>
Subject: Re: [quicwg/base-drafts] Persistent Congestion Time Threshold (#2365)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5c52170d41662_57c23fd97e8d45b8301320"; 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/7TYS2bmmuanqUFN3nPCp7q9bOKI>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
List-Id: Notification list for GitHub issues related to the QUIC WG <quic-issues.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=unsubscribe>
List-Archive: <https://mailarchive.ietf.org/arch/browse/quic-issues/>
List-Post: <mailto:quic-issues@ietf.org>
List-Help: <mailto:quic-issues-request@ietf.org?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, 30 Jan 2019 21:28:48 -0000

----==_mimepart_5c52170d41662_57c23fd97e8d45b8301320
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

nibanks commented on this pull request.



>  
      // Start a new congestion epoch if the last lost packet
      // is past the end of the previous recovery epoch.
-     CongestionEvent(largest_lost_packet.time_sent)
+     CongestionEvent(newest_lost_packet.time_sent)
+
+     // Collapse congestion window if persistent congestion
+     if (InPersistentCongestion(oldest_lost_packet.time_sent)):

Since this only happens in response to an ACK, IF we made any change, I think the change would need to be congestion_time equals the time between the oldest packet lost and the oldest packet acknowledged. That being said, I'm not convinced we really need to make that change. For instance, when comparing to TCP RTO, it's a timer from the oldest packet (or ACK) to 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/pull/2365#discussion_r252444932
----==_mimepart_5c52170d41662_57c23fd97e8d45b8301320
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/2365#discussion_r252444932">draft-ietf-quic-recovery.md</a>:</p>
<pre style='color:#555'>&gt;  
      // Start a new congestion epoch if the last lost packet
      // is past the end of the previous recovery epoch.
-     CongestionEvent(largest_lost_packet.time_sent)
+     CongestionEvent(newest_lost_packet.time_sent)
+
+     // Collapse congestion window if persistent congestion
+     if (InPersistentCongestion(oldest_lost_packet.time_sent)):
</pre>
<p>Since this only happens in response to an ACK, IF we made any change, I think the change would need to be congestion_time equals the time between the oldest packet lost and the oldest packet acknowledged. That being said, I'm not convinced we really need to make that change. For instance, when comparing to TCP RTO, it's a timer from the oldest packet (or ACK) to 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/pull/2365#discussion_r252444932">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AWbkq4HGVnFaDf4YHTzzkGVDtYdbawYEks5vIg6NgaJpZM4aPEwB">mute the thread</a>.<img src="https://github.com/notifications/beacon/AWbkq2F72q_YMDEAMzn9FYq1_cNcIE7uks5vIg6NgaJpZM4aPEwB.gif" height="1" width="1" alt="" /></p>
<script type="application/json" data-scope="inboxmarkup">{"api_version":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name":"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"https://github.githubassets.com/images/email/message_cards/header.png","avatar_image_url":"https://github.githubassets.com/images/email/message_cards/avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/quicwg/base-drafts"}},"updates":{"snippets":[{"icon":"PERSON","message":"@nibanks commented on #2365"}],"action":{"name":"View Pull Request","url":"https://github.com/quicwg/base-drafts/pull/2365#discussion_r252444932"}}}</script>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/pull/2365#discussion_r252444932",
"url": "https://github.com/quicwg/base-drafts/pull/2365#discussion_r252444932",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>
----==_mimepart_5c52170d41662_57c23fd97e8d45b8301320--


From nobody Wed Jan 30 14:10: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 8493B131057 for <quic-issues@ietfa.amsl.com>; Wed, 30 Jan 2019 14:10:48 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -12.553
X-Spam-Level: 
X-Spam-Status: No, score=-12.553 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIMWL_WL_HIGH=-4.553, 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_PASS=-0.001] autolearn=ham autolearn_force=no
Authentication-Results: ietfa.amsl.com (amavisd-new); dkim=pass (1024-bit key) header.d=github.com
Received: from mail.ietf.org ([4.31.198.44]) by localhost (ietfa.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id c0xdg5XhnkWJ for <quic-issues@ietfa.amsl.com>; Wed, 30 Jan 2019 14:10: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 5B657131321 for <quic-issues@ietf.org>; Wed, 30 Jan 2019 14:10:46 -0800 (PST)
Date: Wed, 30 Jan 2019 14:10:45 -0800
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1548886245; bh=HqA6YrdvexImQHW4yfU4mq6k92Nn8ey0O2SxU8N4kv8=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=BP45eSbMqQIARUXbZM/PNlFzO4+P5F1uiCPPUToJ21/B9eKkG6C6ruJZYWO2xo7wD Jcxmhgu1e0umRiKsmVzvxdcVKimR2OyRkeGYTxZI5zD+8kzpwQSSgnYlboxUXC/Qdt GrPIs05t6lMqPJ66BA8WqAtx+IIAT205kXBWOLYY=
From: ianswett <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+0166e4abd686d71e595cabcd8ad46bb47cd40c998c904a6b92cf000000011869e2e592a169ce17fab1f6@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/pull/2365/review/198333504@github.com>
In-Reply-To: <quicwg/base-drafts/pull/2365@github.com>
References: <quicwg/base-drafts/pull/2365@github.com>
Subject: Re: [quicwg/base-drafts] Persistent Congestion Time Threshold (#2365)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5c5220e5512e1_3b053fae144d45c036422c"; 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/m_osdV88osimQbMrD1vVNOMjo8g>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
List-Id: Notification list for GitHub issues related to the QUIC WG <quic-issues.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=unsubscribe>
List-Archive: <https://mailarchive.ietf.org/arch/browse/quic-issues/>
List-Post: <mailto:quic-issues@ietf.org>
List-Help: <mailto:quic-issues-request@ietf.org?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, 30 Jan 2019 22:10:54 -0000

----==_mimepart_5c5220e5512e1_3b053fae144d45c036422c
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

ianswett commented on this pull request.



>  When an ACK frame is received that establishes loss of all in-flight packets
-sent prior to a threshold number of consecutive PTOs (pto_count is more than
-kPersistentCongestionThreshold, see {{cc-consts-of-interest}}), the network is
-considered to be experiencing persistent congestion, and the sender's congestion
-window MUST be reduced to the minimum congestion window (kMinimumWindow).  This
-response of collapsing the congestion window on persistent congestion is
-functionally similar to a sender's response on a Retransmission Timeout (RTO) in
-TCP {{RFC5681}}.
+sent over a long enough period of time, the network is considered to be
+experiencing persistent congestion.  Commonly, this can be established by
+consecutive PTOs, but since the PTO timer is reset when a new ack-eliciting
+packet is sent, an explicit duration must be used to account for those cases
+where PTOs do not occur or are substantially delayed.  This duration is the
+equivalent of kPersistentCongestionThreshold consecutive PTOS, smoothed_rtt +
+4 * rttvar + max_ack_delay * ((2 ^ kPersistentCongestionThreshold) - 1).

Agreed, what you have matches the current pseudocode.  I'll open an issue for kGranularity and max_ack_delay and when they should be 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/2365#discussion_r252458850
----==_mimepart_5c5220e5512e1_3b053fae144d45c036422c
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/2365#discussion_r252458850">draft-ietf-quic-recovery.md</a>:</p>
<pre style='color:#555'>&gt;  When an ACK frame is received that establishes loss of all in-flight packets
-sent prior to a threshold number of consecutive PTOs (pto_count is more than
-kPersistentCongestionThreshold, see {{cc-consts-of-interest}}), the network is
-considered to be experiencing persistent congestion, and the sender&#39;s congestion
-window MUST be reduced to the minimum congestion window (kMinimumWindow).  This
-response of collapsing the congestion window on persistent congestion is
-functionally similar to a sender&#39;s response on a Retransmission Timeout (RTO) in
-TCP {{RFC5681}}.
+sent over a long enough period of time, the network is considered to be
+experiencing persistent congestion.  Commonly, this can be established by
+consecutive PTOs, but since the PTO timer is reset when a new ack-eliciting
+packet is sent, an explicit duration must be used to account for those cases
+where PTOs do not occur or are substantially delayed.  This duration is the
+equivalent of kPersistentCongestionThreshold consecutive PTOS, smoothed_rtt +
+4 * rttvar + max_ack_delay * ((2 ^ kPersistentCongestionThreshold) - 1).
</pre>
<p>Agreed, what you have matches the current pseudocode.  I'll open an issue for kGranularity and max_ack_delay and when they should be 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/2365#discussion_r252458850">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AWbkq8mQkYX-nLvbhXn53dw5XmhutRh0ks5vIhhlgaJpZM4aPEwB">mute the thread</a>.<img src="https://github.com/notifications/beacon/AWbkq5D5dYqknyMHrhl4aVd9EGnS0AtRks5vIhhlgaJpZM4aPEwB.gif" height="1" width="1" alt="" /></p>
<script type="application/json" data-scope="inboxmarkup">{"api_version":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name":"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"https://github.githubassets.com/images/email/message_cards/header.png","avatar_image_url":"https://github.githubassets.com/images/email/message_cards/avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/quicwg/base-drafts"}},"updates":{"snippets":[{"icon":"PERSON","message":"@ianswett commented on #2365"}],"action":{"name":"View Pull Request","url":"https://github.com/quicwg/base-drafts/pull/2365#discussion_r252458850"}}}</script>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/pull/2365#discussion_r252458850",
"url": "https://github.com/quicwg/base-drafts/pull/2365#discussion_r252458850",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>
----==_mimepart_5c5220e5512e1_3b053fae144d45c036422c--


From nobody Wed Jan 30 14:15:07 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 77F82130FFE for <quic-issues@ietfa.amsl.com>; Wed, 30 Jan 2019 14:15:01 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -6.149
X-Spam-Level: 
X-Spam-Status: No, score=-6.149 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIMWL_WL_HIGH=-4.553, 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_PASS=-0.001] autolearn=ham autolearn_force=no
Authentication-Results: ietfa.amsl.com (amavisd-new); dkim=pass (1024-bit key) header.d=github.com
Received: from mail.ietf.org ([4.31.198.44]) by localhost (ietfa.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id ylrNj5cPEYpR for <quic-issues@ietfa.amsl.com>; Wed, 30 Jan 2019 14:14:59 -0800 (PST)
Received: from o5.sgmail.github.com (o5.sgmail.github.com [192.254.113.10]) (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 3DF8A130EB2 for <quic-issues@ietf.org>; Wed, 30 Jan 2019 14:14:59 -0800 (PST)
DKIM-Signature: v=1; a=rsa-sha1; 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=+MQbhs4Ed+tHaO9ap3DVKh+RtS4=; b=XPl2NwbZP6cpQDy0 GULggBUfRXD4X3SyIKwlobEjUt5vfvjECysCLMKTHz6oNXx7/c5fMOHhjfRGRnmV 9ifKYKjTowVoAsWEJOmEtc7q+cljYIB16/QBEl179a7vQ0zYFe9aSYn+Dw9/xTEN JMY5g0JxMVTqyIVRGME0Hw8BYhs=
Received: by filter1608p1mdw1.sendgrid.net with SMTP id filter1608p1mdw1-4059-5C5221E1-16 2019-01-30 22:14:57.854129133 +0000 UTC m=+171928.005338844
Received: from github-lowworker-baaab27.cp1-iad.github.net (unknown [192.30.252.33]) by ismtpd0005p1iad2.sendgrid.net (SG) with ESMTP id lWA1BvmvQi-IW68b8XuLsA for <quic-issues@ietf.org>; Wed, 30 Jan 2019 22:14:57.816 +0000 (UTC)
Received: from github.com (localhost [127.0.0.1]) by github-lowworker-baaab27.cp1-iad.github.net (Postfix) with ESMTP id C28C280375 for <quic-issues@ietf.org>; Wed, 30 Jan 2019 14:14:57 -0800 (PST)
Date: Wed, 30 Jan 2019 22:14:58 +0000 (UTC)
From: ianswett <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+0166e4ab61c48880ab0760db4d43211aee139e3ae171c1d492cf000000011869e3e192a169ce1823a471@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/issues/2393@github.com>
Subject: [quicwg/base-drafts] kGranularity and max_ack_delay possibly should be added after exponential backoff (#2393)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5c5221e1c03d9_32ce3fc2a06d45b438252c"; 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
X-SG-EID: l64QuQ2uJCcEyUykJbxN122A6QRmEpucztpreh3Pak2R0veyE6YZYTjXWQl6Nl+MTyKAxQU/OypDhw /MSBc73q1BqR+dOv5F9Pdx8NScO48jSekPnKL8snf4ReQjakfx4jXwDcpfwzbE5mIIaIs+fjLxFNbw mxKKHxsYqlZLjLEoCEUP4BzqpSr51Rmtrhhjg0fsKvlF0Um39aODOjqJGA==
Archived-At: <https://mailarchive.ietf.org/arch/msg/quic-issues/g5hkurrgHkFQdw05Mv7npjVB9as>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
List-Id: Notification list for GitHub issues related to the QUIC WG <quic-issues.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=unsubscribe>
List-Archive: <https://mailarchive.ietf.org/arch/browse/quic-issues/>
List-Post: <mailto:quic-issues@ietf.org>
List-Help: <mailto:quic-issues-request@ietf.org?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, 30 Jan 2019 22:15:05 -0000

----==_mimepart_5c5221e1c03d9_32ce3fc2a06d45b438252c
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

Right now, exponential backoff occurs last.  But it's reasonable to consider adding/maxing them at the end after exponential backoff.

On the one hand, the current pseudocode provides true exponential backoff.  On the other hand, it might be overly conservative in some cases.  This only applies on subsequent PTOs, so maybe this is an academic question.

I'm opening this in the interest in discussing design issues on issues and not on PRs, but I'm also fine with it being closed as not being important and/or needing more information.

This came up in #2365 

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/quicwg/base-drafts/issues/2393
----==_mimepart_5c5221e1c03d9_32ce3fc2a06d45b438252c
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

<p>Right now, exponential backoff occurs last.  But it's reasonable to consider adding/maxing them at the end after exponential backoff.</p>
<p>On the one hand, the current pseudocode provides true exponential backoff.  On the other hand, it might be overly conservative in some cases.  This only applies on subsequent PTOs, so maybe this is an academic question.</p>
<p>I'm opening this in the interest in discussing design issues on issues and not on PRs, but I'm also fine with it being closed as not being important and/or needing more information.</p>
<p>This came up in <a class="issue-link js-issue-link" data-error-text="Failed to load issue title" data-id="402305526" data-permission-text="Issue title is private" data-url="https://github.com/quicwg/base-drafts/issues/2365" data-hovercard-type="pull_request" data-hovercard-url="/quicwg/base-drafts/pull/2365/hovercard" href="https://github.com/quicwg/base-drafts/pull/2365">#2365</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/2393">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AWbkq5oMqUX9OxyKTga3xcj8WbtsOkKVks5vIhlhgaJpZM4abK5v">mute the thread</a>.<img src="https://github.com/notifications/beacon/AWbkqzycwm-uqexl4jeSCroBXYGngnfIks5vIhlhgaJpZM4abK5v.gif" height="1" width="1" alt="" /></p>
<script type="application/json" data-scope="inboxmarkup">{"api_version":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name":"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"https://github.githubassets.com/images/email/message_cards/header.png","avatar_image_url":"https://github.githubassets.com/images/email/message_cards/avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/quicwg/base-drafts"}},"updates":{"snippets":[{"icon":"DESCRIPTION","message":"kGranularity and max_ack_delay possibly should be added after exponential backoff (#2393)"}],"action":{"name":"View Issue","url":"https://github.com/quicwg/base-drafts/issues/2393"}}}</script>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/issues/2393",
"url": "https://github.com/quicwg/base-drafts/issues/2393",
"name": "View Issue"
},
"description": "View this Issue on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>
----==_mimepart_5c5221e1c03d9_32ce3fc2a06d45b438252c--


From nobody Wed Jan 30 14:41:45 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 5CF01130EBD for <quic-issues@ietfa.amsl.com>; Wed, 30 Jan 2019 14:41:44 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -6.149
X-Spam-Level: 
X-Spam-Status: No, score=-6.149 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIMWL_WL_HIGH=-4.553, 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_PASS=-0.001] autolearn=ham autolearn_force=no
Authentication-Results: ietfa.amsl.com (amavisd-new); dkim=pass (1024-bit key) header.d=github.com
Received: from mail.ietf.org ([4.31.198.44]) by localhost (ietfa.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id JfgMaxXnrKdu for <quic-issues@ietfa.amsl.com>; Wed, 30 Jan 2019 14:41:43 -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 0A201130EAE for <quic-issues@ietf.org>; Wed, 30 Jan 2019 14:41:42 -0800 (PST)
DKIM-Signature: v=1; a=rsa-sha1; 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=DNGKoFufGuvESgpqts8lbXMCCUs=; b=pVIQIx0QxxEJ0D8k 23EvNgHDOo7OrM48dfQ9nRNfV6I75GppPCeMSWLHtGQvghNs8wJUEZNN00Ogb50z 0zIr5AsNs6ZuFRrNrkPWcH9UQw3Q7z3VtXskLsAlm4BXetHe0KTPhLlXpm3HIt9c M/LVC0z9Ak5cZV33BC2pvw724lI=
Received: by filter1188p1las1.sendgrid.net with SMTP id filter1188p1las1-8994-5C522826-2 2019-01-30 22:41:42.062240255 +0000 UTC m=+87373.218615856
Received: from github-lowworker-56a5eb2.cp1-iad.github.net (unknown [192.30.252.33]) by ismtpd0009p1iad2.sendgrid.net (SG) with ESMTP id I_059JXMSDCylG8IP8cXOA for <quic-issues@ietf.org>; Wed, 30 Jan 2019 22:41:42.175 +0000 (UTC)
Received: from github.com (localhost [127.0.0.1]) by github-lowworker-56a5eb2.cp1-iad.github.net (Postfix) with ESMTP id F1B7EC11AB for <quic-issues@ietf.org>; Wed, 30 Jan 2019 14:41:41 -0800 (PST)
Date: Wed, 30 Jan 2019 22:41:42 +0000 (UTC)
From: MikkelFJ <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+0166e4abb772684d4eeb88a8ef239dfe1aca5d55f6db5fd992cf000000011869ea2592a169ce1823c7c2@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/issues/2394@github.com>
Subject: [quicwg/base-drafts] Spoofed retry token attack on IP authentication (#2394)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5c522825f0735_528d3fdf818d45b41914dc"; 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
X-SG-EID: l64QuQ2uJCcEyUykJbxN122A6QRmEpucztpreh3Pak2KNiRu6K6kk9SmryKYj1YMGbshOVJ76ozzNk 9B5uzho6+FaX93mpDkbVwqg9nhqo4caaM0aVLzLmjd7w5P+Di6T1y4OwwA4hgzy7lIsXUrJs0VgPWs jESXXc2s3ttD7Lq2euDgle78ByI5M8z6gmCB34EvkrmCKR1lE/3hbE9SbA==
Archived-At: <https://mailarchive.ietf.org/arch/msg/quic-issues/CNEhp1CcRWiRBmDsanSeVsVBurE>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
List-Id: Notification list for GitHub issues related to the QUIC WG <quic-issues.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=unsubscribe>
List-Archive: <https://mailarchive.ietf.org/arch/browse/quic-issues/>
List-Post: <mailto:quic-issues@ietf.org>
List-Help: <mailto:quic-issues-request@ietf.org?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, 30 Jan 2019 22:41:44 -0000

----==_mimepart_5c522825f0735_528d3fdf818d45b41914dc
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

If a Man on the Side attacker (A) is able to observe a Retry token from server (S) intended for a legitimate client (C), then (A) can either race (C) to use the token, or hope that the token can be reused within a limited time frame and use the token if if (C) has already done so.

(A) can now start a new apparently legitimate connection by spoofing the source address to that of (C) since it can observe packets sent to that address.

If (S) issued the Retry token in the hope of verifying that it speaks to a trusted machine on the network, then (A) might be able escalate privilege to that of (C).

The defence would be for (S) to not authenticate (C) based solely on its IP, but the Retry facility might lead some operators to believe that a Retry is a reasonably safe identity mechanism.

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/quicwg/base-drafts/issues/2394
----==_mimepart_5c522825f0735_528d3fdf818d45b41914dc
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

<p>If a Man on the Side attacker (A) is able to observe a Retry token from server (S) intended for a legitimate client (C), then (A) can either race (C) to use the token, or hope that the token can be reused within a limited time frame and use the token if if (C) has already done so.</p>
<p>(A) can now start a new apparently legitimate connection by spoofing the source address to that of (C) since it can observe packets sent to that address.</p>
<p>If (S) issued the Retry token in the hope of verifying that it speaks to a trusted machine on the network, then (A) might be able escalate privilege to that of (C).</p>
<p>The defence would be for (S) to not authenticate (C) based solely on its IP, but the Retry facility might lead some operators to believe that a Retry is a reasonably safe identity mechanism.</p>

<p style="font-size:small;-webkit-text-size-adjust:none;color:#666;">&mdash;<br />You are receiving this because you are subscribed to this thread.<br />Reply to this email directly, <a href="https://github.com/quicwg/base-drafts/issues/2394">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AWbkq8AJVEBUuH6OvFepQvsISRf27f9uks5vIh-lgaJpZM4abNcD">mute the thread</a>.<img src="https://github.com/notifications/beacon/AWbkq3KYMiOBwCly6Q4ERvgfS5mXOanjks5vIh-lgaJpZM4abNcD.gif" height="1" width="1" alt="" /></p>
<script type="application/json" data-scope="inboxmarkup">{"api_version":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name":"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"https://github.githubassets.com/images/email/message_cards/header.png","avatar_image_url":"https://github.githubassets.com/images/email/message_cards/avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/quicwg/base-drafts"}},"updates":{"snippets":[{"icon":"DESCRIPTION","message":"Spoofed retry token attack on IP authentication (#2394)"}],"action":{"name":"View Issue","url":"https://github.com/quicwg/base-drafts/issues/2394"}}}</script>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/issues/2394",
"url": "https://github.com/quicwg/base-drafts/issues/2394",
"name": "View Issue"
},
"description": "View this Issue on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>
----==_mimepart_5c522825f0735_528d3fdf818d45b41914dc--


From nobody Wed Jan 30 14:43:48 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 9A393130EBD for <quic-issues@ietfa.amsl.com>; Wed, 30 Jan 2019 14:43:47 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -5.935
X-Spam-Level: 
X-Spam-Status: No, score=-5.935 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIMWL_WL_HIGH=-4.553, DKIM_SIGNED=0.1, DKIM_VALID=-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_PASS=-0.001] autolearn=ham autolearn_force=no
Authentication-Results: ietfa.amsl.com (amavisd-new); dkim=pass (1024-bit key) header.d=github.com
Received: from mail.ietf.org ([4.31.198.44]) by localhost (ietfa.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id P7SwmzUYQwT0 for <quic-issues@ietfa.amsl.com>; Wed, 30 Jan 2019 14:43:46 -0800 (PST)
Received: from o10.sgmail.github.com (o10.sgmail.github.com [167.89.101.201]) (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 DFBCB130E25 for <quic-issues@ietf.org>; Wed, 30 Jan 2019 14:43:45 -0800 (PST)
DKIM-Signature: v=1; a=rsa-sha1; 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=P9KDQuqHWCuT/5Dv7pUUdkr1ZAw=; b=l1gJDPVE6fmjlWa4 SCmUBQsyqAlif9u8hbAJFgwbFdXgYEjlZE8lkpytEG4qCBp3f+UGOYJoJgyCK/Fm KTCqRaui5ZGgJxZBSxOQWh50C9F7viaslz5DQnWgjEvJ+obcRK+dB5oEQZXPdvVO Uy2IOsEA/To9NVkqrV07NV+7fbM=
Received: by filter1504p1mdw1.sendgrid.net with SMTP id filter1504p1mdw1-5862-5C5228A0-1B 2019-01-30 22:43:44.877442067 +0000 UTC m=+166057.658011810
Received: from github-lowworker-97d0962.cp1-iad.github.net (unknown [192.30.252.41]) by ismtpd0010p1iad2.sendgrid.net (SG) with ESMTP id xBrvjXklQuqvWYbBRy1kaw for <quic-issues@ietf.org>; Wed, 30 Jan 2019 22:43:44.887 +0000 (UTC)
Received: from github.com (localhost [127.0.0.1]) by github-lowworker-97d0962.cp1-iad.github.net (Postfix) with ESMTP id CC4B780318 for <quic-issues@ietf.org>; Wed, 30 Jan 2019 14:43:44 -0800 (PST)
Date: Wed, 30 Jan 2019 22:43:44 +0000 (UTC)
From: Nick Banks <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+0166e4abeef9ed7965770605dbe4d4a9512cb01ee2af8d9392cf000000011869eaa092a169ce1823a471@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/issues/2393/459140068@github.com>
In-Reply-To: <quicwg/base-drafts/issues/2393@github.com>
References: <quicwg/base-drafts/issues/2393@github.com>
Subject: Re: [quicwg/base-drafts] kGranularity and max_ack_delay possibly should be added after exponential backoff (#2393)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5c5228a0cacfe_66633fe02f8d45c411213"; 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
X-SG-EID: l64QuQ2uJCcEyUykJbxN122A6QRmEpucztpreh3Pak0azTxPH9kBPN7w8t9COKPotkC8/Hn+yNx2Jl vym1v72/HCUScXw/MvxNn9/IoGkTz0UCafWgac8js1nX4RzY+gfOcxEEqOBHH9XuBYEcVdm71LHeK6 ByhTHx3X8g2GPqdjEg3g/S+Bov/0BEsfhViSG9HJFE9oK/YXlHCpqeTqHwoBNQnJX0CaKmY9pO6T5L k=
Archived-At: <https://mailarchive.ietf.org/arch/msg/quic-issues/Kcii664KjvjTxUt5qcPkrknePHU>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
List-Id: Notification list for GitHub issues related to the QUIC WG <quic-issues.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=unsubscribe>
List-Archive: <https://mailarchive.ietf.org/arch/browse/quic-issues/>
List-Post: <mailto:quic-issues@ietf.org>
List-Help: <mailto:quic-issues-request@ietf.org?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, 30 Jan 2019 22:43:48 -0000

----==_mimepart_5c5228a0cacfe_66633fe02f8d45c411213
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

I also agree `kGranularity` and `max_ack_delay` should be applied after the exponential; especially `kGranularity` which is only there to account for clocks/timers that have a minimum time you can set. No need to compound that inaccuracy inside the exponent.

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/quicwg/base-drafts/issues/2393#issuecomment-459140068
----==_mimepart_5c5228a0cacfe_66633fe02f8d45c411213
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

<p>I also agree <code>kGranularity</code> and <code>max_ack_delay</code> should be applied after the exponential; especially <code>kGranularity</code> which is only there to account for clocks/timers that have a minimum time you can set. No need to compound that inaccuracy inside the exponent.</p>

<p style="font-size:small;-webkit-text-size-adjust:none;color:#666;">&mdash;<br />You are receiving this because you are subscribed to this thread.<br />Reply to this email directly, <a href="https://github.com/quicwg/base-drafts/issues/2393#issuecomment-459140068">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AWbkq3tISdYO4M24c1EIzLqxvEf6AtLsks5vIiAggaJpZM4abK5v">mute the thread</a>.<img src="https://github.com/notifications/beacon/AWbkqxO5LLRVbfM_4Mk8BRpcOVSr76-qks5vIiAggaJpZM4abK5v.gif" height="1" width="1" alt="" /></p>
<script type="application/json" data-scope="inboxmarkup">{"api_version":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name":"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"https://github.githubassets.com/images/email/message_cards/header.png","avatar_image_url":"https://github.githubassets.com/images/email/message_cards/avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/quicwg/base-drafts"}},"updates":{"snippets":[{"icon":"PERSON","message":"@nibanks in #2393: I also agree `kGranularity` and `max_ack_delay` should be applied after the exponential; especially `kGranularity` which is only there to account for clocks/timers that have a minimum time you can set. No need to compound that inaccuracy inside the exponent."}],"action":{"name":"View Issue","url":"https://github.com/quicwg/base-drafts/issues/2393#issuecomment-459140068"}}}</script>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/issues/2393#issuecomment-459140068",
"url": "https://github.com/quicwg/base-drafts/issues/2393#issuecomment-459140068",
"name": "View Issue"
},
"description": "View this Issue on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>
----==_mimepart_5c5228a0cacfe_66633fe02f8d45c411213--


From nobody Wed Jan 30 15:14: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 D667E130EBD for <quic-issues@ietfa.amsl.com>; Wed, 30 Jan 2019 15:14:18 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -11.552
X-Spam-Level: 
X-Spam-Status: No, score=-11.552 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIMWL_WL_HIGH=-4.553, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, RCVD_IN_DNSWL_HI=-5, 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 qjQppDhexkg6 for <quic-issues@ietfa.amsl.com>; Wed, 30 Jan 2019 15:14:17 -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 1F0BA130DE3 for <quic-issues@ietf.org>; Wed, 30 Jan 2019 15:14:17 -0800 (PST)
Date: Wed, 30 Jan 2019 15:14:16 -0800
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1548890056; bh=gDwiNH+b2P1K4XwXp0uMDIB/VCfLtYRg+gq0x6n3K1c=; h=Date:From:To:Subject:From; b=k3XWDPU42/14Eoh4w9mNVfgn4xWJhmx3M031bfYdQ2CoDq968YlFQFXJR4MjBI9sx zJ1yoUPcBjADdrt7EbDTb/nbhgFsAfJjVVE4oG3OFispKXr1/TdJCV18G4QuC+jgLm 9x1i6WwQ/OKpbGuBgnRW4EchS1FTSfu6+dpZxrmA=
From: ianswett <noreply@github.com>
To: quic-issues@ietf.org
Message-ID: <quicwg/base-drafts/push/refs/heads/ianswett-immediate-ack/8b7cb1-2c9832@github.com>
Subject: [quicwg/base-drafts] 2c9832: Update draft-ietf-quic-recovery.md
Mime-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 7bit
X-Auto-Response-Suppress: All
Archived-At: <https://mailarchive.ietf.org/arch/msg/quic-issues/DULlA59YIvJ_jHu3q8ixKljd_wM>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
Precedence: list
List-Id: Notification list for GitHub issues related to the QUIC WG <quic-issues.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=unsubscribe>
List-Archive: <https://mailarchive.ietf.org/arch/browse/quic-issues/>
List-Post: <mailto:quic-issues@ietf.org>
List-Help: <mailto:quic-issues-request@ietf.org?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, 30 Jan 2019 23:14:19 -0000

  Branch: refs/heads/ianswett-immediate-ack
  Home:   https://github.com/quicwg/base-drafts
  Commit: 2c9832bd48766216ac7c12f8c066c61dfe83e9c5
      https://github.com/quicwg/base-drafts/commit/2c9832bd48766216ac7c12f8c066c61dfe83e9c5
  Author: ianswett <ianswett@users.noreply.github.com>
  Date:   2019-01-30 (Wed, 30 Jan 2019)

  Changed paths:
    M draft-ietf-quic-recovery.md

  Log Message:
  -----------
  Update draft-ietf-quic-recovery.md



From nobody Wed Jan 30 15:14:28 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 7AF6E130EBD for <quic-issues@ietfa.amsl.com>; Wed, 30 Jan 2019 15:14:26 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -5.934
X-Spam-Level: 
X-Spam-Status: No, score=-5.934 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIMWL_WL_HIGH=-4.553, DKIM_SIGNED=0.1, DKIM_VALID=-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_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 ZMY2gXx-XNTh for <quic-issues@ietfa.amsl.com>; Wed, 30 Jan 2019 15:14:25 -0800 (PST)
Received: from o10.sgmail.github.com (o10.sgmail.github.com [167.89.101.201]) (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 35776130DE3 for <quic-issues@ietf.org>; Wed, 30 Jan 2019 15:14:25 -0800 (PST)
DKIM-Signature: v=1; a=rsa-sha1; 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=x5z1qQupTza+sSAtq1KeNwcyES8=; b=BLRUFrXsZn/M3nAZ y0WPDBg+oyFbxwKsXmc0sG+PaMSpuxADCCPIh36A2CWK/fs1BEXXgRxQrQN+Srno Ixt48b4zv8XnUkZzFteFpo1Il9sb17ZEEx4s8GF4HgaVG4Tvms2xp+aoazG0XRsU T5TcBvXt1vIkUPg9E3fyfYMhxWw=
Received: by filter1117p1las1.sendgrid.net with SMTP id filter1117p1las1-31263-5C522FD0-16 2019-01-30 23:14:24.563936778 +0000 UTC m=+167436.681848063
Received: from github-lowworker-97d0962.cp1-iad.github.net (unknown [192.30.252.41]) by ismtpd0002p1iad1.sendgrid.net (SG) with ESMTP id V9LQVlfeQp2vEAyFG8tdqQ for <quic-issues@ietf.org>; Wed, 30 Jan 2019 23:14:24.461 +0000 (UTC)
Received: from github.com (localhost [127.0.0.1]) by github-lowworker-97d0962.cp1-iad.github.net (Postfix) with ESMTP id 6D0C98049F for <quic-issues@ietf.org>; Wed, 30 Jan 2019 15:14:24 -0800 (PST)
Date: Wed, 30 Jan 2019 23:14:24 +0000 (UTC)
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/2025/push/3260442249@github.com>
In-Reply-To: <quicwg/base-drafts/pull/2025@github.com>
References: <quicwg/base-drafts/pull/2025@github.com>
Subject: Re: [quicwg/base-drafts] Send an immediate ACK (#2025)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5c522fd066e6e_5e163ff07ded45c493378"; 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
X-SG-EID: l64QuQ2uJCcEyUykJbxN122A6QRmEpucztpreh3Pak1XT13G6owG4lnFCW/rMatcaLqBYVGNOQJdE2 loBQzY6qRMt6g4kxn51jcmKfplFFwF8syI7lYfyn/0+hiDlzwdjQK+e0KotNJqJl7ZPpC0Zr5cMya0 Y9dgsyUJFrw4prvoZOdvsoau11DngdyU/grLYB5KgEhHQMha4QU4F83yZTyKi2HqUcw7yjadk2qz1W s=
Archived-At: <https://mailarchive.ietf.org/arch/msg/quic-issues/ulxmuftTvqu14RFiIObjHp5vQvo>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
List-Id: Notification list for GitHub issues related to the QUIC WG <quic-issues.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=unsubscribe>
List-Archive: <https://mailarchive.ietf.org/arch/browse/quic-issues/>
List-Post: <mailto:quic-issues@ietf.org>
List-Help: <mailto:quic-issues-request@ietf.org?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, 30 Jan 2019 23:14:26 -0000

----==_mimepart_5c522fd066e6e_5e163ff07ded45c493378
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

@ianswett pushed 1 commit.

2c9832bd48766216ac7c12f8c066c61dfe83e9c5  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/2025/files/8b7cb1ad06a48978de1d8dc8b6b21a32a99b1ee2..2c9832bd48766216ac7c12f8c066c61dfe83e9c5

----==_mimepart_5c522fd066e6e_5e163ff07ded45c493378
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/2c9832bd48766216ac7c12f8c066c61dfe83e9c5">2c9832b</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/2025/files/8b7cb1ad06a48978de1d8dc8b6b21a32a99b1ee2..2c9832bd48766216ac7c12f8c066c61dfe83e9c5">View it on GitHub</a> or <a href="https://github.com/notifications/unsubscribe-auth/AWbkq4_lDQyjFGtSmnK9FJ0u_Y32e9z4ks5vIidQgaJpZM4YruSf">mute the thread</a>.<img src="https://github.com/notifications/beacon/AWbkq_g2ZC8H4cOHTvycYPK_kCc9KfC7ks5vIidQgaJpZM4YruSf.gif" height="1" width="1" alt="" /></p>
<script type="application/json" data-scope="inboxmarkup">{"api_version":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name":"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"https://github.githubassets.com/images/email/message_cards/header.png","avatar_image_url":"https://github.githubassets.com/images/email/message_cards/avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/quicwg/base-drafts"}},"updates":{"snippets":[{"icon":"PERSON","message":"@ianswett pushed 1 commit in #2025"}],"action":{"name":"View Pull Request","url":"https://github.com/quicwg/base-drafts/pull/2025/files/8b7cb1ad06a48978de1d8dc8b6b21a32a99b1ee2..2c9832bd48766216ac7c12f8c066c61dfe83e9c5"}}}</script>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/pull/2025/files/8b7cb1ad06a48978de1d8dc8b6b21a32a99b1ee2..2c9832bd48766216ac7c12f8c066c61dfe83e9c5",
"url": "https://github.com/quicwg/base-drafts/pull/2025/files/8b7cb1ad06a48978de1d8dc8b6b21a32a99b1ee2..2c9832bd48766216ac7c12f8c066c61dfe83e9c5",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>

----==_mimepart_5c522fd066e6e_5e163ff07ded45c493378--


From nobody Wed Jan 30 15:16: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 10B57130EBD for <quic-issues@ietfa.amsl.com>; Wed, 30 Jan 2019 15:16:05 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -11.554
X-Spam-Level: 
X-Spam-Status: No, score=-11.554 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIMWL_WL_HIGH=-4.553, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, RCVD_IN_DNSWL_HI=-5, SPF_PASS=-0.001] autolearn=ham autolearn_force=no
Authentication-Results: ietfa.amsl.com (amavisd-new); dkim=pass (1024-bit key) header.d=github.com
Received: from mail.ietf.org ([4.31.198.44]) by localhost (ietfa.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 6GFe8Od4Wtzu for <quic-issues@ietfa.amsl.com>; Wed, 30 Jan 2019 15:16: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 3F479130DE3 for <quic-issues@ietf.org>; Wed, 30 Jan 2019 15:16:03 -0800 (PST)
Date: Wed, 30 Jan 2019 15:16:02 -0800
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1548890162; bh=4TPnd+I7kh/CwffsI4PKX3npoVz1maB3qUy/wIHZwNc=; h=Date:From:To:Subject:From; b=T/HS18Iq5xYxPnIAe6ULYsgQhwKQ5X8GDO8eC5NXO69wkiywZa1mCZ0aa+BSVqpJz 4fc0/pI0OslWCeFAYABLWQuE4MAfntcn2ibB+8T2eIVe4JaxEfWHQYaoGEakc3Sg8h eF1Y0AiqSKkBbVFu7HkM4bdBlM/0c9wMEiuuIIeA=
From: ID Bot <noreply@github.com>
To: quic-issues@ietf.org
Message-ID: <quicwg/base-drafts/push/refs/heads/gh-pages/ef7e75-a686fb@github.com>
Subject: [quicwg/base-drafts] a686fb: Script updating gh-pages from 2c9832bd. [ci skip]
Mime-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 7bit
X-Auto-Response-Suppress: All
Archived-At: <https://mailarchive.ietf.org/arch/msg/quic-issues/mNy-UP_V3wTOdBxkUMRXR-CUaBQ>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
Precedence: list
List-Id: Notification list for GitHub issues related to the QUIC WG <quic-issues.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=unsubscribe>
List-Archive: <https://mailarchive.ietf.org/arch/browse/quic-issues/>
List-Post: <mailto:quic-issues@ietf.org>
List-Help: <mailto:quic-issues-request@ietf.org?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, 30 Jan 2019 23:16:05 -0000

  Branch: refs/heads/gh-pages
  Home:   https://github.com/quicwg/base-drafts
  Commit: a686fb5f2b3753f12a5ad3caf9db5f0c6e09e0e2
      https://github.com/quicwg/base-drafts/commit/a686fb5f2b3753f12a5ad3caf9db5f0c6e09e0e2
  Author: ID Bot <idbot@example.com>
  Date:   2019-01-30 (Wed, 30 Jan 2019)

  Changed paths:
    M ianswett-immediate-ack/draft-ietf-quic-recovery.html
    M ianswett-immediate-ack/draft-ietf-quic-recovery.txt
    M index.html

  Log Message:
  -----------
  Script updating gh-pages from 2c9832bd. [ci skip]



From nobody Wed Jan 30 15:17: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 182CB130EBD for <quic-issues@ietfa.amsl.com>; Wed, 30 Jan 2019 15:17:35 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -11.552
X-Spam-Level: 
X-Spam-Status: No, score=-11.552 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIMWL_WL_HIGH=-4.553, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, RCVD_IN_DNSWL_HI=-5, 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 CT9R_Ag2ZuC6 for <quic-issues@ietfa.amsl.com>; Wed, 30 Jan 2019 15:17: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 A2527130DE3 for <quic-issues@ietf.org>; Wed, 30 Jan 2019 15:17:33 -0800 (PST)
Date: Wed, 30 Jan 2019 15:17:32 -0800
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1548890253; bh=9qudECt3l2Aa9dK7rp/7s9ch3EnOgpLPJKhkQzttb0E=; h=Date:From:To:Subject:From; b=NU7ZdC1da1kvETANrZSlMGla33Er0VBebUxbUDfYZ0xQA45u07hL7Jhqjoz3RW20D IjvrYNjVO2tiSQ5XIgPZZRCva1unqhkcWIpalFsAJPco68IwiZWU2zahC3la311ijK nCoVFhzi690BVFwy/mwVZQlwdW+/ql0R5mft5hAs=
From: ianswett <noreply@github.com>
To: quic-issues@ietf.org
Message-ID: <quicwg/base-drafts/push/refs/heads/ianswett-immediate-ack/2c9832-d5cb78@github.com>
Subject: [quicwg/base-drafts] d5cb78: Update draft-ietf-quic-recovery.md
Mime-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 7bit
X-Auto-Response-Suppress: All
Archived-At: <https://mailarchive.ietf.org/arch/msg/quic-issues/zLaPnPKku39P3HZYsDGBl606qIY>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
Precedence: list
List-Id: Notification list for GitHub issues related to the QUIC WG <quic-issues.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=unsubscribe>
List-Archive: <https://mailarchive.ietf.org/arch/browse/quic-issues/>
List-Post: <mailto:quic-issues@ietf.org>
List-Help: <mailto:quic-issues-request@ietf.org?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, 30 Jan 2019 23:17:35 -0000

  Branch: refs/heads/ianswett-immediate-ack
  Home:   https://github.com/quicwg/base-drafts
  Commit: d5cb783f471e74f6fd392f5e75a239ad7bf01415
      https://github.com/quicwg/base-drafts/commit/d5cb783f471e74f6fd392f5e75a239ad7bf01415
  Author: ianswett <ianswett@users.noreply.github.com>
  Date:   2019-01-30 (Wed, 30 Jan 2019)

  Changed paths:
    M draft-ietf-quic-recovery.md

  Log Message:
  -----------
  Update draft-ietf-quic-recovery.md



From nobody Wed Jan 30 15:17: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 9D967130EBD for <quic-issues@ietfa.amsl.com>; Wed, 30 Jan 2019 15:17:36 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -11.554
X-Spam-Level: 
X-Spam-Status: No, score=-11.554 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIMWL_WL_HIGH=-4.553, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, RCVD_IN_DNSWL_HI=-5, SPF_PASS=-0.001] autolearn=ham autolearn_force=no
Authentication-Results: ietfa.amsl.com (amavisd-new); dkim=pass (1024-bit key) header.d=github.com
Received: from mail.ietf.org ([4.31.198.44]) by localhost (ietfa.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id HRcrh-Bk0WY0 for <quic-issues@ietfa.amsl.com>; Wed, 30 Jan 2019 15:17: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 71A62130DE3 for <quic-issues@ietf.org>; Wed, 30 Jan 2019 15:17:35 -0800 (PST)
Date: Wed, 30 Jan 2019 15:17:34 -0800
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1548890254; bh=A0PJIndDKVOl5YOrwQiVbHmm/1QVnzMClVQgommXc7M=; h=Date:From:To:Subject:From; b=DSHdQkRKxabCYlsw2yYA7hPCkvhJQeGgWarHisognk/MJsU2f9Xqtcm0TFS6R/ejh Irt+7j1WZZF8UnrgPCYqz2fCK5owlpmYJ5yY1RGS1clPkJZdIlpUYHuYqV8frU+FPZ +QU3RiucqTGEP96Y18c/oV4U4AKQdZ+N8MB4U3D8=
From: ID Bot <noreply@github.com>
To: quic-issues@ietf.org
Message-ID: <quicwg/base-drafts/push/refs/heads/gh-pages/a686fb-2499b0@github.com>
Subject: [quicwg/base-drafts] 2499b0: Script updating issues at 2019-01-30T23:17:28Z. [c...
Mime-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 7bit
X-Auto-Response-Suppress: All
Archived-At: <https://mailarchive.ietf.org/arch/msg/quic-issues/uBuBv6TX3krwjOpzT32M5klRPeI>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
Precedence: list
List-Id: Notification list for GitHub issues related to the QUIC WG <quic-issues.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=unsubscribe>
List-Archive: <https://mailarchive.ietf.org/arch/browse/quic-issues/>
List-Post: <mailto:quic-issues@ietf.org>
List-Help: <mailto:quic-issues-request@ietf.org?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, 30 Jan 2019 23:17:37 -0000

  Branch: refs/heads/gh-pages
  Home:   https://github.com/quicwg/base-drafts
  Commit: 2499b0174f1a3864086e5d72122b93527bc6d423
      https://github.com/quicwg/base-drafts/commit/2499b0174f1a3864086e5d72122b93527bc6d423
  Author: ID Bot <idbot@example.com>
  Date:   2019-01-30 (Wed, 30 Jan 2019)

  Changed paths:
    M issues.json
    M pulls.json

  Log Message:
  -----------
  Script updating issues at 2019-01-30T23:17:28Z. [ci skip]



From nobody Wed Jan 30 15: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 8DBE3131001 for <quic-issues@ietfa.amsl.com>; Wed, 30 Jan 2019 15:17:38 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -10.934
X-Spam-Level: 
X-Spam-Status: No, score=-10.934 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIMWL_WL_HIGH=-4.553, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, HTML_IMAGE_ONLY_24=1.618, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-1, RCVD_IN_DNSWL_HI=-5, 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 ZktAi9pyfBTv for <quic-issues@ietfa.amsl.com>; Wed, 30 Jan 2019 15:17: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 DFCB6130DE3 for <quic-issues@ietf.org>; Wed, 30 Jan 2019 15:17:36 -0800 (PST)
Date: Wed, 30 Jan 2019 15:17:36 -0800
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1548890256; bh=VVeZMfHrP+PjI7tI3JhbQXWfqSD9IjbyRbIjJgWP7RM=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=k3fumILgIR2dCYWJUCMMgWeh8lue0tvZBVIU9fnaFC7GreF3dSGGfhW3AnVCfjNgw zN3+x7A3wf2+7QoA6qDxis0bK/UUyrBSFZk4XHTwOnazPW+dWyUesWNbTQcGXM9aFb 2pKrpVeEC2Gu3HPQ4cMk08oNokzU33lnU6BcWgTU=
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/2025/push/3260450021@github.com>
In-Reply-To: <quicwg/base-drafts/pull/2025@github.com>
References: <quicwg/base-drafts/pull/2025@github.com>
Subject: Re: [quicwg/base-drafts] Send an immediate ACK (#2025)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5c52309010709_32883ff07fad45bc1130f9"; 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/VqJJYfoOCAWsslMCux7rtbErOcs>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
List-Id: Notification list for GitHub issues related to the QUIC WG <quic-issues.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=unsubscribe>
List-Archive: <https://mailarchive.ietf.org/arch/browse/quic-issues/>
List-Post: <mailto:quic-issues@ietf.org>
List-Help: <mailto:quic-issues-request@ietf.org?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, 30 Jan 2019 23:17:39 -0000

----==_mimepart_5c52309010709_32883ff07fad45bc1130f9
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

@ianswett pushed 1 commit.

d5cb783f471e74f6fd392f5e75a239ad7bf01415  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/2025/files/2c9832bd48766216ac7c12f8c066c61dfe83e9c5..d5cb783f471e74f6fd392f5e75a239ad7bf01415

----==_mimepart_5c52309010709_32883ff07fad45bc1130f9
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/d5cb783f471e74f6fd392f5e75a239ad7bf01415">d5cb783</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/2025/files/2c9832bd48766216ac7c12f8c066c61dfe83e9c5..d5cb783f471e74f6fd392f5e75a239ad7bf01415">View it on GitHub</a> or <a href="https://github.com/notifications/unsubscribe-auth/AWbkq-go3vD_etWB1DezNpScPT_xRtTgks5vIigQgaJpZM4YruSf">mute the thread</a>.<img src="https://github.com/notifications/beacon/AWbkq3zRfyc7N7E_V2RTPtiO3MvjFyqOks5vIigQgaJpZM4YruSf.gif" height="1" width="1" alt="" /></p>
<script type="application/json" data-scope="inboxmarkup">{"api_version":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name":"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"https://github.githubassets.com/images/email/message_cards/header.png","avatar_image_url":"https://github.githubassets.com/images/email/message_cards/avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/quicwg/base-drafts"}},"updates":{"snippets":[{"icon":"PERSON","message":"@ianswett pushed 1 commit in #2025"}],"action":{"name":"View Pull Request","url":"https://github.com/quicwg/base-drafts/pull/2025/files/2c9832bd48766216ac7c12f8c066c61dfe83e9c5..d5cb783f471e74f6fd392f5e75a239ad7bf01415"}}}</script>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/pull/2025/files/2c9832bd48766216ac7c12f8c066c61dfe83e9c5..d5cb783f471e74f6fd392f5e75a239ad7bf01415",
"url": "https://github.com/quicwg/base-drafts/pull/2025/files/2c9832bd48766216ac7c12f8c066c61dfe83e9c5..d5cb783f471e74f6fd392f5e75a239ad7bf01415",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>

----==_mimepart_5c52309010709_32883ff07fad45bc1130f9--


From nobody Wed Jan 30 15:19:26 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 477F5130E74 for <quic-issues@ietfa.amsl.com>; Wed, 30 Jan 2019 15:19:23 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -6.554
X-Spam-Level: 
X-Spam-Status: No, score=-6.554 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIMWL_WL_HIGH=-4.553, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, RCVD_IN_DNSWL_NONE=-0.0001, SPF_PASS=-0.001] autolearn=ham autolearn_force=no
Authentication-Results: ietfa.amsl.com (amavisd-new); dkim=pass (1024-bit key) header.d=github.com
Received: from mail.ietf.org ([4.31.198.44]) by localhost (ietfa.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id G5MnFwloGvud for <quic-issues@ietfa.amsl.com>; Wed, 30 Jan 2019 15:19:21 -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 2A78B130DE3 for <quic-issues@ietf.org>; Wed, 30 Jan 2019 15:19:21 -0800 (PST)
DKIM-Signature: v=1; a=rsa-sha1; c=relaxed/relaxed; d=github.com;  h=from:to:subject:mime-version:content-type:content-transfer-encoding;  s=s20150108; bh=sdr/3TurRvsob88WYa5ADRxJrgc=; b=nKpLD77ol2b6ROCf 1wKnKSi3r9+f0ml3UeMQBaBBqFaz/a3FPw/2yzuUqoWfB9XViM3K+aRghNP28HKB iV6lqYJ5u/zUdgHqjYlf1JnIltrFiXIhrgru5maxSZoSMndavToWIaaUSootyDZj T82pke+TC4howbt0blUy6u55YuA=
Received: by filter1846p1mdw1.sendgrid.net with SMTP id filter1846p1mdw1-4130-5C5230F8-8 2019-01-30 23:19:20.215952171 +0000 UTC m=+100523.554143407
Received: from github-lowworker-1c220e1.cp1-iad.github.net (unknown [192.30.252.44]) by ismtpd0005p1iad2.sendgrid.net (SG) with ESMTP id wEQdHgMJRJmB4vrkBCtoRw for <quic-issues@ietf.org>; Wed, 30 Jan 2019 23:19:20.339 +0000 (UTC)
Received: from github.com (localhost [127.0.0.1]) by github-lowworker-1c220e1.cp1-iad.github.net (Postfix) with ESMTP id 3A509160A1A for <quic-issues@ietf.org>; Wed, 30 Jan 2019 15:19:20 -0800 (PST)
Date: Wed, 30 Jan 2019 23:19:20 +0000 (UTC)
From: ID Bot <noreply@github.com>
To: quic-issues@ietf.org
Message-ID: <quicwg/base-drafts/push/refs/heads/gh-pages/2499b0-d24c9d@github.com>
Subject: [quicwg/base-drafts] d24c9d: Script updating gh-pages from d5cb783f. [ci skip]
Mime-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 7bit
X-Auto-Response-Suppress: All
X-SG-EID: l64QuQ2uJCcEyUykJbxN122A6QRmEpucztpreh3Pak2Foayd0AFoNAOJ0YTw0/uZUEFv4Gy8Oi2sd+ Xy3cBeTTh2N4pnRFXc3QgvIPVkyLNSKoWmVRXQNW2ARF4utD1fsMuONcBDrXSL/Qcdpg6QCKpfrSrK vjdHWrt7jJagPD1ktZhXSM6kc1Jv1dA4trQaYwk9To6TMhkbKsxb/VLWDQ==
Archived-At: <https://mailarchive.ietf.org/arch/msg/quic-issues/WcQxRXQUUnCCtuep6oFYT7yni4k>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
Precedence: list
List-Id: Notification list for GitHub issues related to the QUIC WG <quic-issues.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=unsubscribe>
List-Archive: <https://mailarchive.ietf.org/arch/browse/quic-issues/>
List-Post: <mailto:quic-issues@ietf.org>
List-Help: <mailto:quic-issues-request@ietf.org?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, 30 Jan 2019 23:19:23 -0000

  Branch: refs/heads/gh-pages
  Home:   https://github.com/quicwg/base-drafts
  Commit: d24c9d866d84377104936c17f76eef38eb7fd7b5
      https://github.com/quicwg/base-drafts/commit/d24c9d866d84377104936c17f76eef38eb7fd7b5
  Author: ID Bot <idbot@example.com>
  Date:   2019-01-30 (Wed, 30 Jan 2019)

  Changed paths:
    M ianswett-immediate-ack/draft-ietf-quic-recovery.html
    M ianswett-immediate-ack/draft-ietf-quic-recovery.txt
    M index.html

  Log Message:
  -----------
  Script updating gh-pages from d5cb783f. [ci skip]



From nobody Wed Jan 30 15: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 E0F8C130F03 for <quic-issues@ietfa.amsl.com>; Wed, 30 Jan 2019 15:32:01 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -11.149
X-Spam-Level: 
X-Spam-Status: No, score=-11.149 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIMWL_WL_HIGH=-4.553, 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_PASS=-0.001] autolearn=ham autolearn_force=no
Authentication-Results: ietfa.amsl.com (amavisd-new); dkim=pass (1024-bit key) header.d=github.com
Received: from mail.ietf.org ([4.31.198.44]) by localhost (ietfa.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id aeP5PM8e0Jax for <quic-issues@ietfa.amsl.com>; Wed, 30 Jan 2019 15:32:00 -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 D545D130EBF for <quic-issues@ietf.org>; Wed, 30 Jan 2019 15:31:59 -0800 (PST)
Date: Wed, 30 Jan 2019 15:31:58 -0800
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1548891118; bh=EnBSISVp6x34/FfFUZikH8/nUK1w2Lq4mI6jaOV2zc4=; h=Date:From:Reply-To:To:Cc:Subject:List-ID:List-Archive:List-Post: List-Unsubscribe:From; b=Mw8krfCeOD05vM5yiDJNx41V1T3mgB76ERLJzJax2Kx3wkOFKKJLECnTr/MamEM6a GGj7LP7yCB97AoQqGkm2++SVmKntVUfuKzLHCH1xOSuTJ8Y2n0PDJV/GM/fLSL5Gk8 BjtcuzkbeAgxj+xknC+AWo5nngRGKGeQM/NReE/I=
From: ianswett <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+0166e4ab4973423bbdba7b2dc6ade3cd36bf892527ed1f0292cf000000011869f5ee92a169ce1824023d@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/issues/2395@github.com>
Subject: [quicwg/base-drafts] HTTP/3 should use TLV (#2395)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5c5233eecd276_22f53fcf0d0d45b41667c7"; 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/zzffueG0-ae4wRBIv4lkIwXlpsQ>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
List-Id: Notification list for GitHub issues related to the QUIC WG <quic-issues.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=unsubscribe>
List-Archive: <https://mailarchive.ietf.org/arch/browse/quic-issues/>
List-Post: <mailto:quic-issues@ietf.org>
List-Help: <mailto:quic-issues-request@ietf.org?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, 30 Jan 2019 23:32:02 -0000

----==_mimepart_5c5233eecd276_22f53fcf0d0d45b41667c7
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

TLS uses TLV and QUIC use TV.  HTTP/2 uses LTV, but HTTP/3 frames are so different from HTTP/2's frames that there's no code reuse benefit of LTV, so making HTTP/3 similar to those two seems like a better choice in my opinion.

Benefits originally cited:
 You can switch on the frame type before you even read a variable-length value
 You can have special-case (negotiated) frame types with no lengths

As discussed in #2235 

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/quicwg/base-drafts/issues/2395
----==_mimepart_5c5233eecd276_22f53fcf0d0d45b41667c7
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

<p>TLS uses TLV and QUIC use TV.  HTTP/2 uses LTV, but HTTP/3 frames are so different from HTTP/2's frames that there's no code reuse benefit of LTV, so making HTTP/3 similar to those two seems like a better choice in my opinion.</p>
<p>Benefits originally cited:<br>
You can switch on the frame type before you even read a variable-length value<br>
You can have special-case (negotiated) frame types with no lengths</p>
<p>As discussed in <a class="issue-link js-issue-link" data-error-text="Failed to load issue title" data-id="393248715" data-permission-text="Issue title is private" data-url="https://github.com/quicwg/base-drafts/issues/2235" data-hovercard-type="pull_request" data-hovercard-url="/quicwg/base-drafts/pull/2235/hovercard" href="https://github.com/quicwg/base-drafts/pull/2235">#2235</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/2395">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AWbkqyluld-jQG6LU0FKvpF-kv2mLDMUks5vIitugaJpZM4abRqU">mute the thread</a>.<img src="https://github.com/notifications/beacon/AWbkq-_TAve2Y09Ti8hPd5L4wedSFLDKks5vIitugaJpZM4abRqU.gif" height="1" width="1" alt="" /></p>
<script type="application/json" data-scope="inboxmarkup">{"api_version":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name":"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"https://github.githubassets.com/images/email/message_cards/header.png","avatar_image_url":"https://github.githubassets.com/images/email/message_cards/avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/quicwg/base-drafts"}},"updates":{"snippets":[{"icon":"DESCRIPTION","message":"HTTP/3 should use TLV (#2395)"}],"action":{"name":"View Issue","url":"https://github.com/quicwg/base-drafts/issues/2395"}}}</script>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/issues/2395",
"url": "https://github.com/quicwg/base-drafts/issues/2395",
"name": "View Issue"
},
"description": "View this Issue on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>
----==_mimepart_5c5233eecd276_22f53fcf0d0d45b41667c7--


From nobody Wed Jan 30 15:42: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 C79C4130E25 for <quic-issues@ietfa.amsl.com>; Wed, 30 Jan 2019 15:42:33 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -12.552
X-Spam-Level: 
X-Spam-Status: No, score=-12.552 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIMWL_WL_HIGH=-4.553, 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_PASS=-0.001] autolearn=ham autolearn_force=no
Authentication-Results: ietfa.amsl.com (amavisd-new); dkim=pass (1024-bit key) header.d=github.com
Received: from mail.ietf.org ([4.31.198.44]) by localhost (ietfa.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id OOdgofaZolj8 for <quic-issues@ietfa.amsl.com>; Wed, 30 Jan 2019 15:42: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 CBE8112008A for <quic-issues@ietf.org>; Wed, 30 Jan 2019 15:42:31 -0800 (PST)
Date: Wed, 30 Jan 2019 15:42:30 -0800
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1548891750; bh=tcBj+1zRpsO8XD5y8u/sJczv82CTKg06D38S2rjHRik=; h=Date:From:Reply-To:To:Cc:Subject:List-ID:List-Archive:List-Post: List-Unsubscribe:From; b=Dm4bbIZ4y8US2ZYX7O1yCj8zgCFoyqdndBILJInJKHo1ZSuAPPHcwwBBQy04Z8+Ay bRjb2DR6Dm7cFEPF5BvakWFE9cKK/OlVpsE2x+cF6fDUzUPbgzEAZ4SyDt1NYE/3YZ OaQOMoenaR5EYquMxnE95W+51yIfz3dmN7zIOHRs=
From: ianswett <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+0166e4abe965968dbffdaf85919ec52219452036964dd13f92cf000000011869f86692a169ce18240d30@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/issues/2396@github.com>
Subject: [quicwg/base-drafts] HTTP/3 frame encodings are unnecessarily difficult to serialize and parse (#2396)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5c523666eb2a1_28e23f912aed45b869589"; 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/5IxkCJOuqJqLCxfX_Al618Lz70Y>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
List-Id: Notification list for GitHub issues related to the QUIC WG <quic-issues.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=unsubscribe>
List-Archive: <https://mailarchive.ietf.org/arch/browse/quic-issues/>
List-Post: <mailto:quic-issues@ietf.org>
List-Help: <mailto:quic-issues-request@ietf.org?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, 30 Jan 2019 23:42:34 -0000

----==_mimepart_5c523666eb2a1_28e23f912aed45b869589
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

Multiple HTTP/3 frames have lengths, but do not require the length to deserialize.

On the serialization side, those require extra work to determine the size before serializing them, which may or may not be easy.  SETTINGs is fairly complex because it's a series of varints, so you either need to do a two-pass serialization or write the SETTINGs and then go back and write the length(possibly assuming it's a 2 byte length?).

On the parsing side, extra work is required to verify that the parsed length matches the specified length.

This also wastes a byte or two in a few cases.

I suggest we use the principle that if it's easier to serialize and deserialize without a frame length then the length should be omitted.

Related to #2395

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/quicwg/base-drafts/issues/2396
----==_mimepart_5c523666eb2a1_28e23f912aed45b869589
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

<p>Multiple HTTP/3 frames have lengths, but do not require the length to deserialize.</p>
<p>On the serialization side, those require extra work to determine the size before serializing them, which may or may not be easy.  SETTINGs is fairly complex because it's a series of varints, so you either need to do a two-pass serialization or write the SETTINGs and then go back and write the length(possibly assuming it's a 2 byte length?).</p>
<p>On the parsing side, extra work is required to verify that the parsed length matches the specified length.</p>
<p>This also wastes a byte or two in a few cases.</p>
<p>I suggest we use the principle that if it's easier to serialize and deserialize without a frame length then the length should be omitted.</p>
<p>Related to <a class="issue-link js-issue-link" data-error-text="Failed to load issue title" data-id="405013053" data-permission-text="Issue title is private" data-url="https://github.com/quicwg/base-drafts/issues/2395" data-hovercard-type="issue" data-hovercard-url="/quicwg/base-drafts/issues/2395/hovercard" href="https://github.com/quicwg/base-drafts/issues/2395">#2395</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/2396">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AWbkq238copaVQ6YgsOhZXd2AsBUMaYnks5vIi3mgaJpZM4abScO">mute the thread</a>.<img src="https://github.com/notifications/beacon/AWbkq0ZkVSGUgGamYoBrZCzXQtcxUUUsks5vIi3mgaJpZM4abScO.gif" height="1" width="1" alt="" /></p>
<script type="application/json" data-scope="inboxmarkup">{"api_version":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name":"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"https://github.githubassets.com/images/email/message_cards/header.png","avatar_image_url":"https://github.githubassets.com/images/email/message_cards/avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/quicwg/base-drafts"}},"updates":{"snippets":[{"icon":"DESCRIPTION","message":"HTTP/3 frame encodings are unnecessarily difficult to serialize and parse (#2396)"}],"action":{"name":"View Issue","url":"https://github.com/quicwg/base-drafts/issues/2396"}}}</script>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/issues/2396",
"url": "https://github.com/quicwg/base-drafts/issues/2396",
"name": "View Issue"
},
"description": "View this Issue on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>
----==_mimepart_5c523666eb2a1_28e23f912aed45b869589--


From nobody Wed Jan 30 16:06: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 1273D130EBB for <quic-issues@ietfa.amsl.com>; Wed, 30 Jan 2019 16:06:38 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -12.552
X-Spam-Level: 
X-Spam-Status: No, score=-12.552 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIMWL_WL_HIGH=-4.553, 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_PASS=-0.001] autolearn=ham autolearn_force=no
Authentication-Results: ietfa.amsl.com (amavisd-new); dkim=pass (1024-bit key) header.d=github.com
Received: from mail.ietf.org ([4.31.198.44]) by localhost (ietfa.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 6u6TfEB__Gn5 for <quic-issues@ietfa.amsl.com>; Wed, 30 Jan 2019 16:06:36 -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 A8BED12E7C1 for <quic-issues@ietf.org>; Wed, 30 Jan 2019 16:06:36 -0800 (PST)
Date: Wed, 30 Jan 2019 16:06:36 -0800
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1548893196; bh=Suh+vXyaqF4lMyvIUbbhlDzhb8Ilo3G4cDIezvR8764=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=Ek4Uh9+S8DWs88Ryj+Q9adIqsOuMNgjvk+2lgyLFItACT/uUBSIEUS2UaosHhq6gP MppfrXQb9BduiTMSdnLcQtXoth8uro8+YRXP/iaMJMsTpAhR1B9b1c/oiEfF3YMKyl E8VxVFqhzICBvvqZzmPRWCLrOGEv05W3WUq56l4w=
From: MikkelFJ <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+0166e4ab64fa53dd9573e7a98928d0d00f8bcc88e332eab592cf000000011869fe0c92a169ce1823c7c2@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/issues/2394/459161801@github.com>
In-Reply-To: <quicwg/base-drafts/issues/2394@github.com>
References: <quicwg/base-drafts/issues/2394@github.com>
Subject: Re: [quicwg/base-drafts] Spoofed retry token attack on IP authentication (#2394)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5c523c0c17fbc_33dc3fb8ac4d45b43491cd"; 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/_teS_VTA39QCH_dfx7nrUWln1VA>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
List-Id: Notification list for GitHub issues related to the QUIC WG <quic-issues.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=unsubscribe>
List-Archive: <https://mailarchive.ietf.org/arch/browse/quic-issues/>
List-Post: <mailto:quic-issues@ietf.org>
List-Help: <mailto:quic-issues-request@ietf.org?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, 31 Jan 2019 00:06:38 -0000

----==_mimepart_5c523c0c17fbc_33dc3fb8ac4d45b43491cd
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

@marten-seemann mentioned that a retry always lands on the same server so it is feasible to require a reset token to always be accepted at most once (assuming there is a reasonable timeout).

However, (A) can then still race (C) to gain privilege.

A less likely attack is that (A) downloads a large file to flood (C) since (C) gets mirrored traffic. But (A) must also be able accept the traffic to maintain ACK's.

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/quicwg/base-drafts/issues/2394#issuecomment-459161801
----==_mimepart_5c523c0c17fbc_33dc3fb8ac4d45b43491cd
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=3D1478487" data-octo-click=3D"hovercard-link-c=
lick" data-octo-dimensions=3D"link_type:self" href=3D"https://github.com/=
marten-seemann">@marten-seemann</a> mentioned that a retry always lands o=
n the same server so it is feasible to require a reset token to always be=
 accepted at most once (assuming there is a reasonable timeout).</p>
<p>However, (A) can then still race (C) to gain privilege.</p>
<p>A less likely attack is that (A) downloads a large file to flood (C) s=
ince (C) gets mirrored traffic. But (A) must also be able accept the traf=
fic to maintain ACK's.</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/2394#issuecomment-459161801">view it on GitHub</a>,=
 or <a href=3D"https://github.com/notifications/unsubscribe-auth/AWbkq4WP=
QbwS3OckJS6b4ZO4oerM2wVmks5vIjOMgaJpZM4abNcD">mute the thread</a>.<img sr=
c=3D"https://github.com/notifications/beacon/AWbkqzsi-6De7DR1F8LqiPEihLc8=
n8vNks5vIjOMgaJpZM4abNcD.gif" height=3D"1" width=3D"1" alt=3D"" /></p>
<script type=3D"application/json" data-scope=3D"inboxmarkup">{"api_versio=
n":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name"=
:"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"=
quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"http=
s://github.githubassets.com/images/email/message_cards/header.png","avata=
r_image_url":"https://github.githubassets.com/images/email/message_cards/=
avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/q=
uicwg/base-drafts"}},"updates":{"snippets":[{"icon":"PERSON","message":"@=
mikkelfj in #2394: @marten-seemann mentioned that a retry always lands on=
 the same server so it is feasible to require a reset token to always be =
accepted at most once (assuming there is a reasonable timeout).\r\n\r\nHo=
wever, (A) can then still race (C) to gain privilege.\r\n\r\nA less likel=
y attack is that (A) downloads a large file to flood (C) since (C) gets m=
irrored traffic. But (A) must also be able accept the traffic to maintain=
 ACK's."}],"action":{"name":"View Issue","url":"https://github.com/quicwg=
/base-drafts/issues/2394#issuecomment-459161801"}}}</script>
<script type=3D"application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/issues/2394#issuecomment=
-459161801",
"url": "https://github.com/quicwg/base-drafts/issues/2394#issuecomment-45=
9161801",
"name": "View Issue"
},
"description": "View this Issue on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>=

----==_mimepart_5c523c0c17fbc_33dc3fb8ac4d45b43491cd--


From nobody Wed Jan 30 16: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 AAB45130EDD for <quic-issues@ietfa.amsl.com>; Wed, 30 Jan 2019 16:09:40 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -10.935
X-Spam-Level: 
X-Spam-Status: No, score=-10.935 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIMWL_WL_HIGH=-4.553, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, HTML_IMAGE_ONLY_24=1.618, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-1, RCVD_IN_DNSWL_HI=-5, SPF_PASS=-0.001] autolearn=ham autolearn_force=no
Authentication-Results: ietfa.amsl.com (amavisd-new); dkim=pass (1024-bit key) header.d=github.com
Received: from mail.ietf.org ([4.31.198.44]) by localhost (ietfa.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id SzYMP-olpb8d for <quic-issues@ietfa.amsl.com>; Wed, 30 Jan 2019 16:09: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 9D34A130EBF for <quic-issues@ietf.org>; Wed, 30 Jan 2019 16:09:38 -0800 (PST)
Date: Wed, 30 Jan 2019 16:09:37 -0800
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1548893377; bh=DM+R1zLLlqwREqSvC8DbaN2xc8tAsI10wsWjXUl9HZY=; h=Date:From:Reply-To:To:Cc:Subject:List-ID:List-Archive:List-Post: List-Unsubscribe:From; b=iwG6FlOjfszgetxq4Aso/JMhDV8nIjgtxoRc2o9y2XKjuv3cPrHhot1776OMtOr+3 VGxbYAH01cyOetLC01GhgobwmQaciTtI/YtOg4IoVqeGSudmQzbgQHzvL1FL2zmnQS +BwODGAqSeLOvUwCBk/MqflEAvgrkemOTdfExmtY=
From: Lars Eggert <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+0166e4abcc1df79fa10abadec888744a00de683e3c98eb2492cf000000011869fec192a169ce182427d2@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/issues/2397@github.com>
Subject: [quicwg/base-drafts] Version field in Retry packets (#2397)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5c523cc1ad9a7_33e43fb8ac4d45b4326591"; 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/29a5x5nx-K67VqYNQoXyrbo__xY>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
List-Id: Notification list for GitHub issues related to the QUIC WG <quic-issues.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=unsubscribe>
List-Archive: <https://mailarchive.ietf.org/arch/browse/quic-issues/>
List-Post: <mailto:quic-issues@ietf.org>
List-Help: <mailto:quic-issues-request@ietf.org?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, 31 Jan 2019 00:09:41 -0000

----==_mimepart_5c523cc1ad9a7_33e43fb8ac4d45b4326591
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

Consensus on Slack seems to be that a server should set the version field of a Retry packet to v1 (i.e., echo the version from the client Initial ), and that a client should verify that a received Retry packet echoes the version it sent.

However, I cannot find corresponding text in the documents.

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/quicwg/base-drafts/issues/2397
----==_mimepart_5c523cc1ad9a7_33e43fb8ac4d45b4326591
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

<p>Consensus on Slack seems to be that a server should set the version field of a Retry packet to v1 (i.e., echo the version from the client Initial ), and that a client should verify that a received Retry packet echoes the version it sent.</p>
<p>However, I cannot find corresponding text in the documents.</p>

<p style="font-size:small;-webkit-text-size-adjust:none;color:#666;">&mdash;<br />You are receiving this because you are subscribed to this thread.<br />Reply to this email directly, <a href="https://github.com/quicwg/base-drafts/issues/2397">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AWbkq3LyYZuUjKePsz06Hi0xFuHubgrVks5vIjRBgaJpZM4abUXm">mute the thread</a>.<img src="https://github.com/notifications/beacon/AWbkq_iHlv-AwvQJGz1YlIGrnoVm2k8cks5vIjRBgaJpZM4abUXm.gif" height="1" width="1" alt="" /></p>
<script type="application/json" data-scope="inboxmarkup">{"api_version":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name":"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"https://github.githubassets.com/images/email/message_cards/header.png","avatar_image_url":"https://github.githubassets.com/images/email/message_cards/avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/quicwg/base-drafts"}},"updates":{"snippets":[{"icon":"DESCRIPTION","message":"Version field in Retry packets (#2397)"}],"action":{"name":"View Issue","url":"https://github.com/quicwg/base-drafts/issues/2397"}}}</script>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/issues/2397",
"url": "https://github.com/quicwg/base-drafts/issues/2397",
"name": "View Issue"
},
"description": "View this Issue on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>
----==_mimepart_5c523cc1ad9a7_33e43fb8ac4d45b4326591--


From nobody Wed Jan 30 16: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 E5828130E25 for <quic-issues@ietfa.amsl.com>; Wed, 30 Jan 2019 16:14:01 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -10.935
X-Spam-Level: 
X-Spam-Status: No, score=-10.935 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIMWL_WL_HIGH=-4.553, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, HTML_IMAGE_ONLY_24=1.618, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-1, RCVD_IN_DNSWL_HI=-5, SPF_PASS=-0.001] autolearn=ham autolearn_force=no
Authentication-Results: ietfa.amsl.com (amavisd-new); dkim=pass (1024-bit key) header.d=github.com
Received: from mail.ietf.org ([4.31.198.44]) by localhost (ietfa.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id ba4LSKlt7ebj for <quic-issues@ietfa.amsl.com>; Wed, 30 Jan 2019 16:14:00 -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 90E8D12E7C1 for <quic-issues@ietf.org>; Wed, 30 Jan 2019 16:14:00 -0800 (PST)
Date: Wed, 30 Jan 2019 16:13:59 -0800
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1548893639; bh=oRCw0K6hzYpFZlTXTIRCEZ+f5AXl460yas1FyJMnYVQ=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=WdwJxBemEM7eK3w0Zg+YH2tswCg8tnq6c9zDws4ldKsZ4tNhw13MH7U3Mq2psYdjY fRiTDW6v47OhHV5ih8f9lNyv9mf2EQ1W1kWqm5wmdbNPjmLdzuDdvlpzyjChvntaP7 S74mrJV7yAHsCpVRjWDNNnXsehSXwQNBCTXUwTvs=
From: martinduke <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+0166e4abc8b81ac712a824b1bcf4eabfe8f33dff22ae7ba992cf000000011869ffc792a169ce16d11972@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/pull/2025/review/198372100@github.com>
In-Reply-To: <quicwg/base-drafts/pull/2025@github.com>
References: <quicwg/base-drafts/pull/2025@github.com>
Subject: Re: [quicwg/base-drafts] Send an immediate ACK (#2025)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5c523dc7da780_55793ffd306d45bc827f2"; 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/zVphGJjnRq1NAjUGzjqJKEh5KG0>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
List-Id: Notification list for GitHub issues related to the QUIC WG <quic-issues.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=unsubscribe>
List-Archive: <https://mailarchive.ietf.org/arch/browse/quic-issues/>
List-Post: <mailto:quic-issues@ietf.org>
List-Help: <mailto:quic-issues-request@ietf.org?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, 31 Jan 2019 00:14:02 -0000

----==_mimepart_5c523dc7da780_55793ffd306d45bc827f2
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

martinduke approved this pull request.

I think the text is now clear, although technically the MAY is redundant. Please ship it, and I'll see if I can wordsmith something 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/pull/2025#pullrequestreview-198372100
----==_mimepart_5c523dc7da780_55793ffd306d45bc827f2
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

<p><b>@martinduke</b> approved this pull request.</p>

<p>I think the text is now clear, although technically the MAY is redundant. Please ship it, and I'll see if I can wordsmith something 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/pull/2025#pullrequestreview-198372100">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AWbkqyX_WYNap9DCvOWF7Qowjg-qUJC2ks5vIjVHgaJpZM4YruSf">mute the thread</a>.<img src="https://github.com/notifications/beacon/AWbkq8YTpXrr603-v5s-Nb71LyzLp5wQks5vIjVHgaJpZM4YruSf.gif" height="1" width="1" alt="" /></p>
<script type="application/json" data-scope="inboxmarkup">{"api_version":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name":"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"https://github.githubassets.com/images/email/message_cards/header.png","avatar_image_url":"https://github.githubassets.com/images/email/message_cards/avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/quicwg/base-drafts"}},"updates":{"snippets":[{"icon":"PERSON","message":"@martinduke approved #2025"}],"action":{"name":"View Pull Request","url":"https://github.com/quicwg/base-drafts/pull/2025#pullrequestreview-198372100"}}}</script>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/pull/2025#pullrequestreview-198372100",
"url": "https://github.com/quicwg/base-drafts/pull/2025#pullrequestreview-198372100",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>
----==_mimepart_5c523dc7da780_55793ffd306d45bc827f2--


From nobody Wed Jan 30 16:16: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 D0839130FE5 for <quic-issues@ietfa.amsl.com>; Wed, 30 Jan 2019 16:16:54 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -12.553
X-Spam-Level: 
X-Spam-Status: No, score=-12.553 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIMWL_WL_HIGH=-4.553, 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_PASS=-0.001] autolearn=ham autolearn_force=no
Authentication-Results: ietfa.amsl.com (amavisd-new); dkim=pass (1024-bit key) header.d=github.com
Received: from mail.ietf.org ([4.31.198.44]) by localhost (ietfa.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id XGbhIZnM-qgl for <quic-issues@ietfa.amsl.com>; Wed, 30 Jan 2019 16:16: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 B3D43131022 for <quic-issues@ietf.org>; Wed, 30 Jan 2019 16:16:52 -0800 (PST)
Date: Wed, 30 Jan 2019 16:16:51 -0800
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1548893811; bh=YdiRvb3PtfgJILBgPK4hSOgD3FggJNi3DmBrnM3F3NM=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=MDo4c4gODs9SHotc+8vFL7hk/s/xCsGXO3m+OzL7PIdtQQziV1CKWTj6ddDVIzzoY PmSXaKTb82LwtKCwt9oYmFUrk1m2EtKyquxk69YJVqJnUGc5pc7r7Srvmpk2FWq3O4 y/Qj6tvuyV2uMWB7YD1zn8egEJbePrdrAwE8Ju3w=
From: Lucas Pardue <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+0166e4ab7a49714cad16ce21c5d538c202400a2089fc49c592cf00000001186a007392a169ce18240d30@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/issues/2396/459163963@github.com>
In-Reply-To: <quicwg/base-drafts/issues/2396@github.com>
References: <quicwg/base-drafts/issues/2396@github.com>
Subject: Re: [quicwg/base-drafts] HTTP/3 frame encodings are unnecessarily difficult to serialize and parse (#2396)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5c523e732a61c_608b3fb52d6d45bc566fe"; 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/kn5hh-LJ164WLSn3ggvCjyATvYc>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
List-Id: Notification list for GitHub issues related to the QUIC WG <quic-issues.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=unsubscribe>
List-Archive: <https://mailarchive.ietf.org/arch/browse/quic-issues/>
List-Post: <mailto:quic-issues@ietf.org>
List-Help: <mailto:quic-issues-request@ietf.org?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, 31 Jan 2019 00:16:55 -0000

----==_mimepart_5c523e732a61c_608b3fb52d6d45bc566fe
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: quoted-printable

If we want to do this, we should still mandate that all extension frames=0D=

have a length, so endpoints can easily skip over them=0D
=0D
On Thu, 31 Jan 2019, 08:42 ianswett <notifications@github.com wrote:=0D
=0D
> Multiple HTTP/3 frames have lengths, but do not require the length to=0D=

> deserialize.=0D
>=0D
> On the serialization side, those require extra work to determine the si=
ze=0D
> before serializing them, which may or may not be easy. SETTINGs is fair=
ly=0D
> complex because it's a series of varints, so you either need to do a=0D=

> two-pass serialization or write the SETTINGs and then go back and write=
 the=0D
> length(possibly assuming it's a 2 byte length?).=0D
>=0D
> On the parsing side, extra work is required to verify that the parsed=0D=

> length matches the specified length.=0D
>=0D
> This also wastes a byte or two in a few cases.=0D
>=0D
> I suggest we use the principle that if it's easier to serialize and=0D
> deserialize without a frame length then the length should be omitted.=0D=

>=0D
> Related to #2395 <https://github.com/quicwg/base-drafts/issues/2395>=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/2396>, or mute the thread=
=0D
> <https://github.com/notifications/unsubscribe-auth/AGRFtSXbUdtdRyi8ayoX=
bmMiMe6muzujks5vIi3mgaJpZM4abScO>=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/2396#issuecomment-459163963=

----==_mimepart_5c523e732a61c_608b3fb52d6d45bc566fe
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: quoted-printable

If we want to do this, we should still mandate that all extension frames<=
br>=0D
have a length, so endpoints can easily skip over them<br>=0D
<br>=0D
On Thu, 31 Jan 2019, 08:42 ianswett &lt;notifications@github.com wrote:<b=
r>=0D
<br>=0D
&gt; Multiple HTTP/3 frames have lengths, but do not require the length t=
o<br>=0D
&gt; deserialize.<br>=0D
&gt;<br>=0D
&gt; On the serialization side, those require extra work to determine the=
 size<br>=0D
&gt; before serializing them, which may or may not be easy. SETTINGs is f=
airly<br>=0D
&gt; complex because it&#39;s a series of varints, so you either need to =
do a<br>=0D
&gt; two-pass serialization or write the SETTINGs and then go back and wr=
ite the<br>=0D
&gt; length(possibly assuming it&#39;s a 2 byte length?).<br>=0D
&gt;<br>=0D
&gt; On the parsing side, extra work is required to verify that the parse=
d<br>=0D
&gt; length matches the specified length.<br>=0D
&gt;<br>=0D
&gt; This also wastes a byte or two in a few cases.<br>=0D
&gt;<br>=0D
&gt; I suggest we use the principle that if it&#39;s easier to serialize =
and<br>=0D
&gt; deserialize without a frame length then the length should be omitted=
.<br>=0D
&gt;<br>=0D
&gt; Related to #2395 &lt;https://github.com/quicwg/base-drafts/issues/23=
95&gt;<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/2396&gt;, or mute t=
he thread<br>=0D
&gt; &lt;https://github.com/notifications/unsubscribe-auth/AGRFtSXbUdtdRy=
i8ayoXbmMiMe6muzujks5vIi3mgaJpZM4abScO&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/2396#issuecomment-459163963">view it on GitHub</a>,=
 or <a href=3D"https://github.com/notifications/unsubscribe-auth/AWbkq745=
75JJrfCWWjwGieI0nChpIzGWks5vIjXzgaJpZM4abScO">mute the thread</a>.<img sr=
c=3D"https://github.com/notifications/beacon/AWbkqwtRYIDDHYc-iwFPLg_r8A4e=
oakoks5vIjXzgaJpZM4abScO.gif" height=3D"1" width=3D"1" alt=3D"" /></p>=0D=

<script type=3D"application/json" data-scope=3D"inboxmarkup">{"api_versio=
n":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name"=
:"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"=
quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"http=
s://github.githubassets.com/images/email/message_cards/header.png","avata=
r_image_url":"https://github.githubassets.com/images/email/message_cards/=
avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/q=
uicwg/base-drafts"}},"updates":{"snippets":[{"icon":"PERSON","message":"@=
LPardue in #2396: If we want to do this, we should still mandate that all=
 extension frames\nhave a length, so endpoints can easily skip over them\=
n\nOn Thu, 31 Jan 2019, 08:42 ianswett \u003cnotifications@github.com wro=
te:\n\n\u003e Multiple HTTP/3 frames have lengths, but do not require the=
 length to\n\u003e deserialize.\n\u003e\n\u003e On the serialization side=
, those require extra work to determine the size\n\u003e before serializi=
ng them, which may or may not be easy. SETTINGs is fairly\n\u003e complex=
 because it's a series of varints, so you either need to do a\n\u003e two=
-pass serialization or write the SETTINGs and then go back and write the\=
n\u003e length(possibly assuming it's a 2 byte length?).\n\u003e\n\u003e =
On the parsing side, extra work is required to verify that the parsed\n\u=
003e length matches the specified length.\n\u003e\n\u003e This also waste=
s a byte or two in a few cases.\n\u003e\n\u003e I suggest we use the prin=
ciple that if it's easier to serialize and\n\u003e deserialize without a =
frame length then the length should be omitted.\n\u003e\n\u003e Related t=
o #2395 \u003chttps://github.com/quicwg/base-drafts/issues/2395\u003e\n\u=
003e\n\u003e =E2=80=94\n\u003e You are receiving this because you are sub=
scribed to this thread.\n\u003e Reply to this email directly, view it on =
GitHub\n\u003e \u003chttps://github.com/quicwg/base-drafts/issues/2396\u0=
03e, or mute the thread\n\u003e \u003chttps://github.com/notifications/un=
subscribe-auth/AGRFtSXbUdtdRyi8ayoXbmMiMe6muzujks5vIi3mgaJpZM4abScO\u003e=
\n\u003e .\n\u003e\n"}],"action":{"name":"View Issue","url":"https://gith=
ub.com/quicwg/base-drafts/issues/2396#issuecomment-459163963"}}}</script>=
=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/2396#issuecomment=
-459163963",=0D
"url": "https://github.com/quicwg/base-drafts/issues/2396#issuecomment-45=
9163963",=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_5c523e732a61c_608b3fb52d6d45bc566fe--


From nobody Wed Jan 30 16:17: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 D61A2130E25 for <quic-issues@ietfa.amsl.com>; Wed, 30 Jan 2019 16:17:29 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -11.554
X-Spam-Level: 
X-Spam-Status: No, score=-11.554 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIMWL_WL_HIGH=-4.553, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, RCVD_IN_DNSWL_HI=-5, SPF_PASS=-0.001] autolearn=ham autolearn_force=no
Authentication-Results: ietfa.amsl.com (amavisd-new); dkim=pass (1024-bit key) header.d=github.com
Received: from mail.ietf.org ([4.31.198.44]) by localhost (ietfa.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id Y82HVKc3xNcA for <quic-issues@ietfa.amsl.com>; Wed, 30 Jan 2019 16:17:28 -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 8765512E7C1 for <quic-issues@ietf.org>; Wed, 30 Jan 2019 16:17:28 -0800 (PST)
Date: Wed, 30 Jan 2019 16:17:27 -0800
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1548893848; bh=NexWH20b8eJDBqHfIjaT/23na8VWi9RX2n+cbYo3vdo=; h=Date:From:To:Subject:From; b=hB7DEvbwXWtkyXFPAbr4ODwCXwJlmfYlhnWP7QgcKu41FsF2VertROP9+1tzJD6mu FUycSNEk58Z/d7LZJBJ8RxI7TM13Df5oXNrJdbn4VN3mjraI8VZyK+G9c2LxVWPZTu m3EDYRWHaZdN2ybSUe9bDAxnugmJKPwQI4S0alA8=
From: Martin Thomson <noreply@github.com>
To: quic-issues@ietf.org
Message-ID: <quicwg/base-drafts/push/refs/heads/master/ea6fbf-2740bf@github.com>
Subject: [quicwg/base-drafts] dcf0f9: removing straw )
Mime-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 7bit
X-Auto-Response-Suppress: All
Archived-At: <https://mailarchive.ietf.org/arch/msg/quic-issues/sd0yIvtH59A1FQaNt1JQQPj5uIw>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
Precedence: list
List-Id: Notification list for GitHub issues related to the QUIC WG <quic-issues.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=unsubscribe>
List-Archive: <https://mailarchive.ietf.org/arch/browse/quic-issues/>
List-Post: <mailto:quic-issues@ietf.org>
List-Help: <mailto:quic-issues-request@ietf.org?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, 31 Jan 2019 00:17:30 -0000

  Branch: refs/heads/master
  Home:   https://github.com/quicwg/base-drafts
  Commit: dcf0f92328c1d1a8d347bd94ecd235b8922c953b
      https://github.com/quicwg/base-drafts/commit/dcf0f92328c1d1a8d347bd94ecd235b8922c953b
  Author: seanturner <sean@sn3rd.com>
  Date:   2019-01-30 (Wed, 30 Jan 2019)

  Changed paths:
    M draft-ietf-quic-tls.md

  Log Message:
  -----------
  removing straw )


  Commit: 2740bf6f27176cfbc714ee76756c50a2f9f75cce
      https://github.com/quicwg/base-drafts/commit/2740bf6f27176cfbc714ee76756c50a2f9f75cce
  Author: Martin Thomson <mt@lowentropy.net>
  Date:   2019-01-31 (Thu, 31 Jan 2019)

  Changed paths:
    M draft-ietf-quic-tls.md

  Log Message:
  -----------
  Merge pull request #2391 from seanturner/tls-parens

removing stray )


Compare: https://github.com/quicwg/base-drafts/compare/ea6fbf1cc1e9...2740bf6f2717


From nobody Wed Jan 30 16:17: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 A4A5F130ED6 for <quic-issues@ietfa.amsl.com>; Wed, 30 Jan 2019 16:17:33 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -10.935
X-Spam-Level: 
X-Spam-Status: No, score=-10.935 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIMWL_WL_HIGH=-4.553, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, HTML_IMAGE_ONLY_24=1.618, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-1, RCVD_IN_DNSWL_HI=-5, SPF_PASS=-0.001] autolearn=ham autolearn_force=no
Authentication-Results: ietfa.amsl.com (amavisd-new); dkim=pass (1024-bit key) header.d=github.com
Received: from mail.ietf.org ([4.31.198.44]) by localhost (ietfa.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id tAXZYKuzssRk for <quic-issues@ietfa.amsl.com>; Wed, 30 Jan 2019 16:17:31 -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 B669312E7C1 for <quic-issues@ietf.org>; Wed, 30 Jan 2019 16:17:31 -0800 (PST)
Date: Wed, 30 Jan 2019 16:17:31 -0800
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1548893851; bh=4U/Y3NrdSEDH1pg6YXkLAM43B5vRSxlldQQU4rI5zyA=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=YCFYm+eH63fL3Sc/BdCirMekozJjN4E5e8r82x0WIz96vAwF7rihUzxjsR5hPfLB6 JtaygQl2CQ7Z9wR0naNCqUhocRRVx56W0u1Pqd83uJifVEda2wFKN3ohqBPPddvtZ7 u15KhG8aHw13hdwa4XbUheQ71uJx6VWrcMx8wU5U=
From: Martin Thomson <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+0166e4abfacf28fd8ee036b1dee42d9097fa90add8a0a87592cf00000001186a009b92a169ce181ec040@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/pull/2391/issue_event/2108095266@github.com>
In-Reply-To: <quicwg/base-drafts/pull/2391@github.com>
References: <quicwg/base-drafts/pull/2391@github.com>
Subject: Re: [quicwg/base-drafts] removing stray ) (#2391)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5c523e9b9511_24443fae3fad45bc78077"; 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/WFzIRq5conqQx4hrMRBuirRH8Bc>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
List-Id: Notification list for GitHub issues related to the QUIC WG <quic-issues.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=unsubscribe>
List-Archive: <https://mailarchive.ietf.org/arch/browse/quic-issues/>
List-Post: <mailto:quic-issues@ietf.org>
List-Help: <mailto:quic-issues-request@ietf.org?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, 31 Jan 2019 00:17:34 -0000

----==_mimepart_5c523e9b9511_24443fae3fad45bc78077
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

Merged #2391 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/2391#event-2108095266
----==_mimepart_5c523e9b9511_24443fae3fad45bc78077
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="404668480" data-permission-text="Issue title is private" data-url="https://github.com/quicwg/base-drafts/issues/2391" data-hovercard-type="pull_request" data-hovercard-url="/quicwg/base-drafts/pull/2391/hovercard" href="https://github.com/quicwg/base-drafts/pull/2391">#2391</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/2391#event-2108095266">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AWbkq6SOABATBGLfPxupGuQDmW62pyv-ks5vIjYbgaJpZM4aZv8f">mute the thread</a>.<img src="https://github.com/notifications/beacon/AWbkqwkPrABgqigShXjyM99gq_n6neFQks5vIjYbgaJpZM4aZv8f.gif" height="1" width="1" alt="" /></p>
<script type="application/json" data-scope="inboxmarkup">{"api_version":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name":"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"https://github.githubassets.com/images/email/message_cards/header.png","avatar_image_url":"https://github.githubassets.com/images/email/message_cards/avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/quicwg/base-drafts"}},"updates":{"snippets":[{"icon":"DESCRIPTION","message":"Merged #2391 into master."}],"action":{"name":"View Pull Request","url":"https://github.com/quicwg/base-drafts/pull/2391#event-2108095266"}}}</script>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/pull/2391#event-2108095266",
"url": "https://github.com/quicwg/base-drafts/pull/2391#event-2108095266",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>
----==_mimepart_5c523e9b9511_24443fae3fad45bc78077--


From nobody Wed Jan 30 16:17: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 3AB0012E7C1 for <quic-issues@ietfa.amsl.com>; Wed, 30 Jan 2019 16:17:46 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -11.554
X-Spam-Level: 
X-Spam-Status: No, score=-11.554 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIMWL_WL_HIGH=-4.553, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, RCVD_IN_DNSWL_HI=-5, SPF_PASS=-0.001] autolearn=ham autolearn_force=no
Authentication-Results: ietfa.amsl.com (amavisd-new); dkim=pass (1024-bit key) header.d=github.com
Received: from mail.ietf.org ([4.31.198.44]) by localhost (ietfa.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id cvgeO0Szygsa for <quic-issues@ietfa.amsl.com>; Wed, 30 Jan 2019 16:17: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 A6D11130E25 for <quic-issues@ietf.org>; Wed, 30 Jan 2019 16:17:44 -0800 (PST)
Date: Wed, 30 Jan 2019 16:17:44 -0800
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1548893864; bh=LL6A+SG2N6eG+4B+3pIJNjHr7Ms9jP/Vc2Q/HwTF55c=; h=Date:From:To:Subject:From; b=EL3fiL9+PQSJ9CDibbSPWNqGBp9vptOPWd41077lPejBOD80auCBoYByuGilWGt1k 9JuXdsmcnt/CjmaXP8zTnwZULZdBVmHc+seQNms49Xg6DIR14TrYGxHCPp5FX+JLnr ykFv/38tOXjNhd/S/lGnrgjjaqFSUhz4prFh/oRU=
From: Martin Thomson <noreply@github.com>
To: quic-issues@ietf.org
Message-ID: <quicwg/base-drafts/push/refs/heads/master/2740bf-c5b871@github.com>
Subject: [quicwg/base-drafts] b42456: capitalizing destination connection ID
Mime-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 7bit
X-Auto-Response-Suppress: All
Archived-At: <https://mailarchive.ietf.org/arch/msg/quic-issues/tvB0feB9FJWyRI_o15RelA6JNK0>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
Precedence: list
List-Id: Notification list for GitHub issues related to the QUIC WG <quic-issues.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=unsubscribe>
List-Archive: <https://mailarchive.ietf.org/arch/browse/quic-issues/>
List-Post: <mailto:quic-issues@ietf.org>
List-Help: <mailto:quic-issues-request@ietf.org?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, 31 Jan 2019 00:17:46 -0000

  Branch: refs/heads/master
  Home:   https://github.com/quicwg/base-drafts
  Commit: b4245692496216ded54456629020b16bd074442b
      https://github.com/quicwg/base-drafts/commit/b4245692496216ded54456629020b16bd074442b
  Author: seanturner <sean@sn3rd.com>
  Date:   2019-01-30 (Wed, 30 Jan 2019)

  Changed paths:
    M draft-ietf-quic-tls.md

  Log Message:
  -----------
  capitalizing destination connection ID


  Commit: c5b8718041bed8c021eba1b25e83f3020ff833a3
      https://github.com/quicwg/base-drafts/commit/c5b8718041bed8c021eba1b25e83f3020ff833a3
  Author: Martin Thomson <mt@lowentropy.net>
  Date:   2019-01-31 (Thu, 31 Jan 2019)

  Changed paths:
    M draft-ietf-quic-tls.md

  Log Message:
  -----------
  Merge pull request #2392 from seanturner/tls_dcid-cap

capitalizing destination connection ID


Compare: https://github.com/quicwg/base-drafts/compare/2740bf6f2717...c5b8718041be


From nobody Wed Jan 30 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 E8B06130EBF for <quic-issues@ietfa.amsl.com>; Wed, 30 Jan 2019 16:17:49 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -10.935
X-Spam-Level: 
X-Spam-Status: No, score=-10.935 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIMWL_WL_HIGH=-4.553, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, HTML_IMAGE_ONLY_24=1.618, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-1, RCVD_IN_DNSWL_HI=-5, SPF_PASS=-0.001] autolearn=ham autolearn_force=no
Authentication-Results: ietfa.amsl.com (amavisd-new); dkim=pass (1024-bit key) header.d=github.com
Received: from mail.ietf.org ([4.31.198.44]) by localhost (ietfa.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id C6dGwvq3xgBi for <quic-issues@ietfa.amsl.com>; Wed, 30 Jan 2019 16:17: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 1066F130EE5 for <quic-issues@ietf.org>; Wed, 30 Jan 2019 16:17:48 -0800 (PST)
Date: Wed, 30 Jan 2019 16:17:47 -0800
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1548893867; bh=4VGsXHSI4huz7pYlm2QCJ/SmxqSMae7k4Hx/Hmzlzy8=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=Swzv4KKIpwQ1shlYkjfNp9rsspigL3bCfBj2LIsI+FJiB5dl3ddUh6uENl5unnXfM sVr9dMNh40r1qDyyf9ugeP2UmrXY5zNrqWlqyeHEeXVZYE8mNBTKuPaQrHESYacBuY 3uqxWmKrXP2kA/ICqt7c1B49TpQ/1X0esU6qqd8k=
From: Martin Thomson <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+0166e4ab10c1b4e769fd304b923f72655a08f1c651bdbe8392cf00000001186a00ab92a169ce181ecdac@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/pull/2392/issue_event/2108095659@github.com>
In-Reply-To: <quicwg/base-drafts/pull/2392@github.com>
References: <quicwg/base-drafts/pull/2392@github.com>
Subject: Re: [quicwg/base-drafts] capitalizing destination connection ID (#2392)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5c523eab3ddda_7873f8c5acd45bc7481e"; 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/7bmur_hbJqs0kotaRuGlb4SIlP4>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
List-Id: Notification list for GitHub issues related to the QUIC WG <quic-issues.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=unsubscribe>
List-Archive: <https://mailarchive.ietf.org/arch/browse/quic-issues/>
List-Post: <mailto:quic-issues@ietf.org>
List-Help: <mailto:quic-issues-request@ietf.org?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, 31 Jan 2019 00:17:50 -0000

----==_mimepart_5c523eab3ddda_7873f8c5acd45bc7481e
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

Merged #2392 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/2392#event-2108095659
----==_mimepart_5c523eab3ddda_7873f8c5acd45bc7481e
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="404671916" data-permission-text="Issue title is private" data-url="https://github.com/quicwg/base-drafts/issues/2392" data-hovercard-type="pull_request" data-hovercard-url="/quicwg/base-drafts/pull/2392/hovercard" href="https://github.com/quicwg/base-drafts/pull/2392">#2392</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/2392#event-2108095659">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AWbkq-2Ake7iJXxAFnbRj0X1E7Hx86fjks5vIjYrgaJpZM4aZw9E">mute the thread</a>.<img src="https://github.com/notifications/beacon/AWbkq64PLy2chGimrZR6lWKXSIzdb5s5ks5vIjYrgaJpZM4aZw9E.gif" height="1" width="1" alt="" /></p>
<script type="application/json" data-scope="inboxmarkup">{"api_version":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name":"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"https://github.githubassets.com/images/email/message_cards/header.png","avatar_image_url":"https://github.githubassets.com/images/email/message_cards/avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/quicwg/base-drafts"}},"updates":{"snippets":[{"icon":"DESCRIPTION","message":"Merged #2392 into master."}],"action":{"name":"View Pull Request","url":"https://github.com/quicwg/base-drafts/pull/2392#event-2108095659"}}}</script>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/pull/2392#event-2108095659",
"url": "https://github.com/quicwg/base-drafts/pull/2392#event-2108095659",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>
----==_mimepart_5c523eab3ddda_7873f8c5acd45bc7481e--


From nobody Wed Jan 30 16:19: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 5865B130E25 for <quic-issues@ietfa.amsl.com>; Wed, 30 Jan 2019 16:19:18 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -11.554
X-Spam-Level: 
X-Spam-Status: No, score=-11.554 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIMWL_WL_HIGH=-4.553, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, RCVD_IN_DNSWL_HI=-5, SPF_PASS=-0.001] autolearn=ham autolearn_force=no
Authentication-Results: ietfa.amsl.com (amavisd-new); dkim=pass (1024-bit key) header.d=github.com
Received: from mail.ietf.org ([4.31.198.44]) by localhost (ietfa.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id VEXwvCjRpkv4 for <quic-issues@ietfa.amsl.com>; Wed, 30 Jan 2019 16:19:17 -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 213C012E7C1 for <quic-issues@ietf.org>; Wed, 30 Jan 2019 16:19:17 -0800 (PST)
Date: Wed, 30 Jan 2019 16:19:16 -0800
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1548893956; bh=4WqljigvgNaj1g1O/5t3kMdDFMSsk3dFBRsi2h2lWxg=; h=Date:From:To:Subject:From; b=zBFIRNypwms8qUtmC8OKYa9huui3HhR6rtUlYO9Qzh+rJ5j59Oy0Dryw0qT9BIF97 qLKSnwe/OMeNGqWE67Ckp43OgGkABwZPOQ34jOHMLEoiF3F9kBXIePxYepWYLdUasu zFLqHk+P/mlJNYCnlDhHhSzm1bf1W8DX3TWuOC5Y=
From: ID Bot <noreply@github.com>
To: quic-issues@ietf.org
Message-ID: <quicwg/base-drafts/push/refs/heads/gh-pages/d24c9d-6d980b@github.com>
Subject: [quicwg/base-drafts] 6d980b: Script updating gh-pages from 2740bf6f. [ci skip]
Mime-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 7bit
X-Auto-Response-Suppress: All
Archived-At: <https://mailarchive.ietf.org/arch/msg/quic-issues/klhJOU9-N_3w4CPQzNCSw87pD60>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
Precedence: list
List-Id: Notification list for GitHub issues related to the QUIC WG <quic-issues.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=unsubscribe>
List-Archive: <https://mailarchive.ietf.org/arch/browse/quic-issues/>
List-Post: <mailto:quic-issues@ietf.org>
List-Help: <mailto:quic-issues-request@ietf.org?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, 31 Jan 2019 00:19:18 -0000

  Branch: refs/heads/gh-pages
  Home:   https://github.com/quicwg/base-drafts
  Commit: 6d980b812662e85f8742ff8e2a495145a3512984
      https://github.com/quicwg/base-drafts/commit/6d980b812662e85f8742ff8e2a495145a3512984
  Author: ID Bot <idbot@example.com>
  Date:   2019-01-31 (Thu, 31 Jan 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-spin-exp.html
    M draft-ietf-quic-spin-exp.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 2740bf6f. [ci skip]



From nobody Wed Jan 30 16:19: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 E6AC5130E25 for <quic-issues@ietfa.amsl.com>; Wed, 30 Jan 2019 16:19:25 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -11.554
X-Spam-Level: 
X-Spam-Status: No, score=-11.554 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIMWL_WL_HIGH=-4.553, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, RCVD_IN_DNSWL_HI=-5, SPF_PASS=-0.001] autolearn=ham autolearn_force=no
Authentication-Results: ietfa.amsl.com (amavisd-new); dkim=pass (1024-bit key) header.d=github.com
Received: from mail.ietf.org ([4.31.198.44]) by localhost (ietfa.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id aoz4rUBm9haW for <quic-issues@ietfa.amsl.com>; Wed, 30 Jan 2019 16:19: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 93B1512E7C1 for <quic-issues@ietf.org>; Wed, 30 Jan 2019 16:19:24 -0800 (PST)
Date: Wed, 30 Jan 2019 16:19:23 -0800
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1548893963; bh=vOJgRoCVL3lp/S6t2FZ4CAgfrNtC+u5S2wRmg7hjAgc=; h=Date:From:To:Subject:From; b=vH0te8sTy8nAugscakMEwzsTkXS/oi78z+hKDVpq1aG9SQpOoPR9xklVwMvs9vaqk cNk2rkfi09pnzSqFPQf7dkVRLf7x7KTe8sCNX8eJTyAVXX/TtRdzeLb0HBjYAcwhxa LVtuV1XJHmH+SCICnyolWk8u5uzE4Ups/1pfM9x8=
From: ID Bot <noreply@github.com>
To: quic-issues@ietf.org
Message-ID: <quicwg/base-drafts/push/refs/heads/gh-pages/6d980b-f2381e@github.com>
Subject: [quicwg/base-drafts] f2381e: Script updating gh-pages from c5b87180. [ci skip]
Mime-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 7bit
X-Auto-Response-Suppress: All
Archived-At: <https://mailarchive.ietf.org/arch/msg/quic-issues/gmWDfKYaN1vRWJGudRt72vsH7Yg>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
Precedence: list
List-Id: Notification list for GitHub issues related to the QUIC WG <quic-issues.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=unsubscribe>
List-Archive: <https://mailarchive.ietf.org/arch/browse/quic-issues/>
List-Post: <mailto:quic-issues@ietf.org>
List-Help: <mailto:quic-issues-request@ietf.org?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, 31 Jan 2019 00:19:26 -0000

  Branch: refs/heads/gh-pages
  Home:   https://github.com/quicwg/base-drafts
  Commit: f2381e23456ee11d77ad2b1faa66c90edd0f9c4a
      https://github.com/quicwg/base-drafts/commit/f2381e23456ee11d77ad2b1faa66c90edd0f9c4a
  Author: ID Bot <idbot@example.com>
  Date:   2019-01-31 (Thu, 31 Jan 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 c5b87180. [ci skip]



From nobody Wed Jan 30 16: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 11A38130E25 for <quic-issues@ietfa.amsl.com>; Wed, 30 Jan 2019 16:26:27 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -11.149
X-Spam-Level: 
X-Spam-Status: No, score=-11.149 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIMWL_WL_HIGH=-4.553, 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_PASS=-0.001] autolearn=ham autolearn_force=no
Authentication-Results: ietfa.amsl.com (amavisd-new); dkim=pass (1024-bit key) header.d=github.com
Received: from mail.ietf.org ([4.31.198.44]) by localhost (ietfa.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id UgXG4VkF3tjm for <quic-issues@ietfa.amsl.com>; Wed, 30 Jan 2019 16:26:25 -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 609D712E7C1 for <quic-issues@ietf.org>; Wed, 30 Jan 2019 16:26:25 -0800 (PST)
Date: Wed, 30 Jan 2019 16:26:24 -0800
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1548894384; bh=4/JLvzi6W26zueWaugiOBmQbO5Frq/OXD1cammle+wA=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=0j55SsUSyfyXsG9445bGxg7wQ0P9s7q7xHHXiK/nMm26ht/oXRrn9oS+Q1JcnKEnk tfWmfSTgc8z7kJ44H/aLYKTGLzAGwYnxj8qhhKO09m59K8FoOjKl8cwUuqco8T4W5H Q9Ur0rpTrceVS6gW2tYQ63MES7rWd5x7M8iYcpL4=
From: Lars Eggert <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+0166e4ab40989e73e4054a5f28ee5d6395d0e2e46d20e18992cf00000001186a02b092a169ce182427d2@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/issues/2397/459165917@github.com>
In-Reply-To: <quicwg/base-drafts/issues/2397@github.com>
References: <quicwg/base-drafts/issues/2397@github.com>
Subject: Re: [quicwg/base-drafts] "Invariant check" for any inbound LH packet (#2397)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5c5240b082b43_55e13f831e8d45c41481fd"; 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/agt0LTcWKLu_GQjg3D7MCH8xul0>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
List-Id: Notification list for GitHub issues related to the QUIC WG <quic-issues.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=unsubscribe>
List-Archive: <https://mailarchive.ietf.org/arch/browse/quic-issues/>
List-Post: <mailto:quic-issues@ietf.org>
List-Help: <mailto:quic-issues-request@ietf.org?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, 31 Jan 2019 00:26:27 -0000

----==_mimepart_5c5240b082b43_55e13f831e8d45c41481fd
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

Talking to @nibanks, the issue should maybe be rephrased more generally, in that the document should make it clear(er) that incoming long-header packets need to pass an "invariant check" before any further processing. The version match check on Retry is part of that more general check. Renaming the issue accordingly.

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/quicwg/base-drafts/issues/2397#issuecomment-459165917
----==_mimepart_5c5240b082b43_55e13f831e8d45c41481fd
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: quoted-printable

<p>Talking to <a class=3D"user-mention" data-hovercard-type=3D"user" data=
-hovercard-url=3D"/hovercards?user_id=3D20663557" data-octo-click=3D"hove=
rcard-link-click" data-octo-dimensions=3D"link_type:self" href=3D"https:/=
/github.com/nibanks">@nibanks</a>, the issue should maybe be rephrased mo=
re generally, in that the document should make it clear(er) that incoming=
 long-header packets need to pass an "invariant check" before any further=
 processing. The version match check on Retry is part of that more genera=
l check. Renaming the issue accordingly.</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/2397#issuecomment-459165917">view it on GitHub</a>,=
 or <a href=3D"https://github.com/notifications/unsubscribe-auth/AWbkqxyj=
oLDW1aVQNDUN2HODBB6T-OaVks5vIjgwgaJpZM4abUXm">mute the thread</a>.<img sr=
c=3D"https://github.com/notifications/beacon/AWbkqy09z-8g2yUiqhZjKPZuW0yH=
kM8Yks5vIjgwgaJpZM4abUXm.gif" height=3D"1" width=3D"1" alt=3D"" /></p>
<script type=3D"application/json" data-scope=3D"inboxmarkup">{"api_versio=
n":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name"=
:"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"=
quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"http=
s://github.githubassets.com/images/email/message_cards/header.png","avata=
r_image_url":"https://github.githubassets.com/images/email/message_cards/=
avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/q=
uicwg/base-drafts"}},"updates":{"snippets":[{"icon":"PERSON","message":"@=
larseggert in #2397: Talking to @nibanks, the issue should maybe be rephr=
ased more generally, in that the document should make it clear(er) that i=
ncoming long-header packets need to pass an \"invariant check\" before an=
y further processing. The version match check on Retry is part of that mo=
re general check. Renaming the issue accordingly."}],"action":{"name":"Vi=
ew Issue","url":"https://github.com/quicwg/base-drafts/issues/2397#issuec=
omment-459165917"}}}</script>
<script type=3D"application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/issues/2397#issuecomment=
-459165917",
"url": "https://github.com/quicwg/base-drafts/issues/2397#issuecomment-45=
9165917",
"name": "View Issue"
},
"description": "View this Issue on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>=

----==_mimepart_5c5240b082b43_55e13f831e8d45c41481fd--


From nobody Wed Jan 30 16: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 19AC3130ED6 for <quic-issues@ietfa.amsl.com>; Wed, 30 Jan 2019 16:38:40 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -10.935
X-Spam-Level: 
X-Spam-Status: No, score=-10.935 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIMWL_WL_HIGH=-4.553, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, HTML_IMAGE_ONLY_24=1.618, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-1, RCVD_IN_DNSWL_HI=-5, SPF_PASS=-0.001] autolearn=ham autolearn_force=no
Authentication-Results: ietfa.amsl.com (amavisd-new); dkim=pass (1024-bit key) header.d=github.com
Received: from mail.ietf.org ([4.31.198.44]) by localhost (ietfa.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id PWh8ydQLo_Bo for <quic-issues@ietfa.amsl.com>; Wed, 30 Jan 2019 16:38: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 1B8AD126CC7 for <quic-issues@ietf.org>; Wed, 30 Jan 2019 16:38:38 -0800 (PST)
Date: Wed, 30 Jan 2019 16:38:37 -0800
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1548895117; bh=VP1M5htDiItYm98a/361JoC7ELZcj3vhNM89LJwHRZ4=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=ao8RrB2w+RpL2rlSWVmHqrTby5cXm81mwhryCuhy9xSNLF87obujLVC8I5IKTs966 EnjB2+GnatP732Jn5b8z6ci4bc6xMHVpZ+K+0lSD4TPomQEOTo7DRHCnl1fTHzwT1p ZJJ2ZasWEFOfcBYIMD7+lnG4Tm02ChbDRHp5J0HE=
From: Martin Thomson <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+0166e4ab1df5398b1fe6baf724fe6ffc9b55d715afe1142b92cf00000001186a058d92a169ce179e43e2@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/issues/2299/459168427@github.com>
In-Reply-To: <quicwg/base-drafts/issues/2299@github.com>
References: <quicwg/base-drafts/issues/2299@github.com>
Subject: Re: [quicwg/base-drafts] consider making the varint encoding unique (#2299)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5c52438d12e3e_1e2b3fafc28d45bc99174"; 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/Y6GODZ5H5s-X8_SGysDIu-aPS58>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
List-Id: Notification list for GitHub issues related to the QUIC WG <quic-issues.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=unsubscribe>
List-Archive: <https://mailarchive.ietf.org/arch/browse/quic-issues/>
List-Post: <mailto:quic-issues@ietf.org>
List-Help: <mailto:quic-issues-request@ietf.org?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, 31 Jan 2019 00:38:40 -0000

----==_mimepart_5c52438d12e3e_1e2b3fafc28d45bc99174
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

@marten-seemann is happy closing this.  We will not enforce minimum-length encoding.

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/quicwg/base-drafts/issues/2299#issuecomment-459168427
----==_mimepart_5c52438d12e3e_1e2b3fafc28d45bc99174
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> is happy closing this.  We will not enforce minimum-length encoding.</p>

<p style="font-size:small;-webkit-text-size-adjust:none;color:#666;">&mdash;<br />You are receiving this because you are subscribed to this thread.<br />Reply to this email directly, <a href="https://github.com/quicwg/base-drafts/issues/2299#issuecomment-459168427">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AWbkq2o2CcKgis1wPV7iU01yxrzxuI3qks5vIjsNgaJpZM4ZyX3n">mute the thread</a>.<img src="https://github.com/notifications/beacon/AWbkq7bFhfs81iH7g_42wlTGu2K4tEfZks5vIjsNgaJpZM4ZyX3n.gif" height="1" width="1" alt="" /></p>
<script type="application/json" data-scope="inboxmarkup">{"api_version":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name":"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"https://github.githubassets.com/images/email/message_cards/header.png","avatar_image_url":"https://github.githubassets.com/images/email/message_cards/avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/quicwg/base-drafts"}},"updates":{"snippets":[{"icon":"PERSON","message":"@martinthomson in #2299: @marten-seemann is happy closing this.  We will not enforce minimum-length encoding."}],"action":{"name":"View Issue","url":"https://github.com/quicwg/base-drafts/issues/2299#issuecomment-459168427"}}}</script>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/issues/2299#issuecomment-459168427",
"url": "https://github.com/quicwg/base-drafts/issues/2299#issuecomment-459168427",
"name": "View Issue"
},
"description": "View this Issue on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>
----==_mimepart_5c52438d12e3e_1e2b3fafc28d45bc99174--


From nobody Wed Jan 30 16:38: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 CB976130ED6 for <quic-issues@ietfa.amsl.com>; Wed, 30 Jan 2019 16:38:41 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -10.935
X-Spam-Level: 
X-Spam-Status: No, score=-10.935 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIMWL_WL_HIGH=-4.553, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, HTML_IMAGE_ONLY_24=1.618, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-1, RCVD_IN_DNSWL_HI=-5, SPF_PASS=-0.001] autolearn=ham autolearn_force=no
Authentication-Results: ietfa.amsl.com (amavisd-new); dkim=pass (1024-bit key) header.d=github.com
Received: from mail.ietf.org ([4.31.198.44]) by localhost (ietfa.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id bRXzYglSFknk for <quic-issues@ietfa.amsl.com>; Wed, 30 Jan 2019 16:38:40 -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 EB13D130EBF for <quic-issues@ietf.org>; Wed, 30 Jan 2019 16:38:39 -0800 (PST)
Date: Wed, 30 Jan 2019 16:38:38 -0800
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1548895118; bh=/YmgrmIqzvxBKeJ6ePoB41sJ6pbMv9XhnZtP0EBzERY=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=Sc9sCiFlWeNEscHCgnvBMkNPLAAKDI0H5btY9oGOzqC/JWGan+GhcrngjM1IZYDai 1XzlWDuOW2IH1s8b+/Cx3r701VbiaJ3SubqmugwgchX5K/dTFK5znvLbsqTfwfSIC/ 2QbkOKhD70RUt/D0Jbh3arKajwykizuMYgjIM32A=
From: Martin Thomson <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+0166e4abe45ffe366080d1ffe49e3a981500dff44d64faf192cf00000001186a058e92a169ce179e43e2@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/issue/2299/issue_event/2108123190@github.com>
In-Reply-To: <quicwg/base-drafts/issues/2299@github.com>
References: <quicwg/base-drafts/issues/2299@github.com>
Subject: Re: [quicwg/base-drafts] consider making the varint encoding unique (#2299)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5c52438ed1a0d_43e93ff505ad45b482043"; 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/q0K3wNqjy5RcFInkFH0IMLQ8nGc>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
List-Id: Notification list for GitHub issues related to the QUIC WG <quic-issues.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=unsubscribe>
List-Archive: <https://mailarchive.ietf.org/arch/browse/quic-issues/>
List-Post: <mailto:quic-issues@ietf.org>
List-Help: <mailto:quic-issues-request@ietf.org?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, 31 Jan 2019 00:38:42 -0000

----==_mimepart_5c52438ed1a0d_43e93ff505ad45b482043
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

Closed #2299.

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/quicwg/base-drafts/issues/2299#event-2108123190
----==_mimepart_5c52438ed1a0d_43e93ff505ad45b482043
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="396248034" data-permission-text="Issue title is private" data-url="https://github.com/quicwg/base-drafts/issues/2299" data-hovercard-type="issue" data-hovercard-url="/quicwg/base-drafts/issues/2299/hovercard" href="https://github.com/quicwg/base-drafts/issues/2299">#2299</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/2299#event-2108123190">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AWbkqyJP4Fqhjfub9Qdu71Bwh03aYCs4ks5vIjsOgaJpZM4ZyX3n">mute the thread</a>.<img src="https://github.com/notifications/beacon/AWbkq_SNXvhX-PqEuyIWU2MgjH1Heq2aks5vIjsOgaJpZM4ZyX3n.gif" height="1" width="1" alt="" /></p>
<script type="application/json" data-scope="inboxmarkup">{"api_version":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name":"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"https://github.githubassets.com/images/email/message_cards/header.png","avatar_image_url":"https://github.githubassets.com/images/email/message_cards/avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/quicwg/base-drafts"}},"updates":{"snippets":[{"icon":"DESCRIPTION","message":"Closed #2299."}],"action":{"name":"View Issue","url":"https://github.com/quicwg/base-drafts/issues/2299#event-2108123190"}}}</script>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/issues/2299#event-2108123190",
"url": "https://github.com/quicwg/base-drafts/issues/2299#event-2108123190",
"name": "View Issue"
},
"description": "View this Issue on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>
----==_mimepart_5c52438ed1a0d_43e93ff505ad45b482043--


From nobody Wed Jan 30 16:41: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 69443130EBF for <quic-issues@ietfa.amsl.com>; Wed, 30 Jan 2019 16:41:03 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -10.935
X-Spam-Level: 
X-Spam-Status: No, score=-10.935 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIMWL_WL_HIGH=-4.553, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, HTML_IMAGE_ONLY_24=1.618, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-1, RCVD_IN_DNSWL_HI=-5, SPF_PASS=-0.001] autolearn=ham autolearn_force=no
Authentication-Results: ietfa.amsl.com (amavisd-new); dkim=pass (1024-bit key) header.d=github.com
Received: from mail.ietf.org ([4.31.198.44]) by localhost (ietfa.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id CtuvcD8QLAjW for <quic-issues@ietfa.amsl.com>; Wed, 30 Jan 2019 16:41: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 89058126CC7 for <quic-issues@ietf.org>; Wed, 30 Jan 2019 16:41:01 -0800 (PST)
Date: Wed, 30 Jan 2019 16:41:00 -0800
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1548895260; bh=jrcjLqlOv8OpjuCu5U5DtXYKS+82XerDvvGq1YHLqbg=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=MhFur/Ily/5zkrt6RzEtEPoYAo7ulRCC2Wb0zkkzIXeAzTw0Yf91ca0JvT61uJT6C KEa1PJotw81p6mDbjEhDVkM1QbMKPUyoZpmGzC6DlN9sq+EH9mQwMBmd9tXECz3A6+ Ic7vBu5rMNP16hRe+IpG1/eAJy3N7jbQw7hwNi4U=
From: Mike Bishop <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+0166e4abb5f2cd95bce3fe74aa9e6a1ea4a5f1dffb09ddd092cf00000001186a061c92a169ce182427d2@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/issues/2397/459168891@github.com>
In-Reply-To: <quicwg/base-drafts/issues/2397@github.com>
References: <quicwg/base-drafts/issues/2397@github.com>
Subject: Re: [quicwg/base-drafts] "Invariant check" for any inbound LH packet (#2397)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5c52441c96330_131e3f9f7d0d45c41254a8"; 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/eWJjkVnaP1heMnZJUFBbCX_UF04>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
List-Id: Notification list for GitHub issues related to the QUIC WG <quic-issues.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=unsubscribe>
List-Archive: <https://mailarchive.ietf.org/arch/browse/quic-issues/>
List-Post: <mailto:quic-issues@ietf.org>
List-Help: <mailto:quic-issues-request@ietf.org?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, 31 Jan 2019 00:41:03 -0000

----==_mimepart_5c52441c96330_131e3f9f7d0d45c41254a8
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

Well, Retry is a packet type defined in version 1.  If you receive a v2 packet and you don't speak v2, you have no idea what that packet means, even if it superficially *looks* like a Retry 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/issues/2397#issuecomment-459168891
----==_mimepart_5c52441c96330_131e3f9f7d0d45c41254a8
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

<p>Well, Retry is a packet type defined in version 1.  If you receive a v2 packet and you don't speak v2, you have no idea what that packet means, even if it superficially <em>looks</em> like a Retry 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/issues/2397#issuecomment-459168891">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AWbkq0K4iU6GQ4lr0e0iVVO1pp-B_kQlks5vIjucgaJpZM4abUXm">mute the thread</a>.<img src="https://github.com/notifications/beacon/AWbkq3n7wOQjQ3--jYbCwHQyGXn-n2hIks5vIjucgaJpZM4abUXm.gif" height="1" width="1" alt="" /></p>
<script type="application/json" data-scope="inboxmarkup">{"api_version":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name":"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"https://github.githubassets.com/images/email/message_cards/header.png","avatar_image_url":"https://github.githubassets.com/images/email/message_cards/avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/quicwg/base-drafts"}},"updates":{"snippets":[{"icon":"PERSON","message":"@MikeBishop in #2397: Well, Retry is a packet type defined in version 1.  If you receive a v2 packet and you don't speak v2, you have no idea what that packet means, even if it superficially *looks* like a Retry packet."}],"action":{"name":"View Issue","url":"https://github.com/quicwg/base-drafts/issues/2397#issuecomment-459168891"}}}</script>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/issues/2397#issuecomment-459168891",
"url": "https://github.com/quicwg/base-drafts/issues/2397#issuecomment-459168891",
"name": "View Issue"
},
"description": "View this Issue on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>
----==_mimepart_5c52441c96330_131e3f9f7d0d45c41254a8--


From nobody Wed Jan 30 16:42: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 9B02D130ED6 for <quic-issues@ietfa.amsl.com>; Wed, 30 Jan 2019 16:42:05 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -10.935
X-Spam-Level: 
X-Spam-Status: No, score=-10.935 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIMWL_WL_HIGH=-4.553, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, HTML_IMAGE_ONLY_24=1.618, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-1, RCVD_IN_DNSWL_HI=-5, SPF_PASS=-0.001] autolearn=ham autolearn_force=no
Authentication-Results: ietfa.amsl.com (amavisd-new); dkim=pass (1024-bit key) header.d=github.com
Received: from mail.ietf.org ([4.31.198.44]) by localhost (ietfa.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 8sA_9IuhAc3C for <quic-issues@ietfa.amsl.com>; Wed, 30 Jan 2019 16:42: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 84297126CC7 for <quic-issues@ietf.org>; Wed, 30 Jan 2019 16:42:03 -0800 (PST)
Date: Wed, 30 Jan 2019 16:42:02 -0800
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1548895322; bh=6MaagP4nyioMu2Q01DXE7azgY0VlzeRGaociyEN1ZmI=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=NI0DiYlgkv+OfhUiWEoBvHalFBWIi1Dv27OlUyPyIpDo8L/ZT3jG7QRUz91w5vHEw L7d347NZAu99kZ/k2aO6SSh0hXoeo8z+MFJi1HAaD6QtpfEJwGjwJneBJWSiJ9B5Fz hX/NQVnUMyY4GS2DpGyzq97fAoE//ku1TNw8MZiw=
From: Martin Thomson <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+0166e4abf1956e727246187807be0d6bb22e6dfa6258114592cf00000001186a065a92a169ce16e4137a@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/issues/2049/459169077@github.com>
In-Reply-To: <quicwg/base-drafts/issues/2049@github.com>
References: <quicwg/base-drafts/issues/2049@github.com>
Subject: Re: [quicwg/base-drafts] minimum payload size requirement creates awkward special case (#2049)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5c52445a785de_72bb3fc4b38d45c0103934"; 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/n4I1p3TrBdDqWFheNO-XBRyvL6Y>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
List-Id: Notification list for GitHub issues related to the QUIC WG <quic-issues.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=unsubscribe>
List-Archive: <https://mailarchive.ietf.org/arch/browse/quic-issues/>
List-Post: <mailto:quic-issues@ietf.org>
List-Help: <mailto:quic-issues-request@ietf.org?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, 31 Jan 2019 00:42:06 -0000

----==_mimepart_5c52445a785de_72bb3fc4b38d45c0103934
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

Tokyo conclusion: @marten-seemann might send an editorial PR that describes the trap here. Or might close it instead.

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/quicwg/base-drafts/issues/2049#issuecomment-459169077
----==_mimepart_5c52445a785de_72bb3fc4b38d45c0103934
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

<p>Tokyo conclusion: <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> might send an editorial PR that describes the trap here. Or might close it instead.</p>

<p style="font-size:small;-webkit-text-size-adjust:none;color:#666;">&mdash;<br />You are receiving this because you are subscribed to this thread.<br />Reply to this email directly, <a href="https://github.com/quicwg/base-drafts/issues/2049#issuecomment-459169077">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AWbkq_0ZGgl-rzHxY53xw3LY8TtZ3KGMks5vIjvagaJpZM4YxtMJ">mute the thread</a>.<img src="https://github.com/notifications/beacon/AWbkq-R7wib9Dqw3nFDTy5ZpR_f76YMBks5vIjvagaJpZM4YxtMJ.gif" height="1" width="1" alt="" /></p>
<script type="application/json" data-scope="inboxmarkup">{"api_version":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name":"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"https://github.githubassets.com/images/email/message_cards/header.png","avatar_image_url":"https://github.githubassets.com/images/email/message_cards/avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/quicwg/base-drafts"}},"updates":{"snippets":[{"icon":"PERSON","message":"@martinthomson in #2049: Tokyo conclusion: @marten-seemann might send an editorial PR that describes the trap here. Or might close it instead."}],"action":{"name":"View Issue","url":"https://github.com/quicwg/base-drafts/issues/2049#issuecomment-459169077"}}}</script>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/issues/2049#issuecomment-459169077",
"url": "https://github.com/quicwg/base-drafts/issues/2049#issuecomment-459169077",
"name": "View Issue"
},
"description": "View this Issue on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>
----==_mimepart_5c52445a785de_72bb3fc4b38d45c0103934--


From nobody Wed Jan 30 16: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 A28091286D9 for <quic-issues@ietfa.amsl.com>; Wed, 30 Jan 2019 16:52:18 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -11.149
X-Spam-Level: 
X-Spam-Status: No, score=-11.149 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIMWL_WL_HIGH=-4.553, 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_PASS=-0.001] autolearn=ham autolearn_force=no
Authentication-Results: ietfa.amsl.com (amavisd-new); dkim=pass (1024-bit key) header.d=github.com
Received: from mail.ietf.org ([4.31.198.44]) by localhost (ietfa.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id eji3zQgA-kl9 for <quic-issues@ietfa.amsl.com>; Wed, 30 Jan 2019 16:52: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 C515C126CC7 for <quic-issues@ietf.org>; Wed, 30 Jan 2019 16:52:16 -0800 (PST)
Date: Wed, 30 Jan 2019 16:52:15 -0800
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1548895935; bh=mtRKPG1obVsWa8rdCFhRFFCFKnOAgG/de6yJLC/SWhY=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=enOuhCTrmLMUB8suAlWymanW4J92unleN0KDM43yR9NVxVnX6G1qBgLfUxlh1gGTr 3ADEvdrbIRDTE7iCR0mCGryMVQidceGMk0VnsSoEADPn/KwI7aCwEv85qw/zsOS+Ov OdGEILlFT5WmxERksVeR2LFyoBVwJr9DpeFeO82Q=
From: Martin Thomson <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+0166e4abcbe53db4b6a00509bbd1d8b0916e57fdb6aab68592cf00000001186a08bf92a169ce17f58684@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/issues/2360/459171200@github.com>
In-Reply-To: <quicwg/base-drafts/issues/2360@github.com>
References: <quicwg/base-drafts/issues/2360@github.com>
Subject: Re: [quicwg/base-drafts] 0-RTT flow control limits can't be increased (#2360)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5c5246bf69b87_51743fe2a6ed45b875158"; 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/N2D5PXIqzVzI5aOFUFJgEXI5f7M>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
List-Id: Notification list for GitHub issues related to the QUIC WG <quic-issues.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=unsubscribe>
List-Archive: <https://mailarchive.ietf.org/arch/browse/quic-issues/>
List-Post: <mailto:quic-issues@ietf.org>
List-Help: <mailto:quic-issues-request@ietf.org?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, 31 Jan 2019 00:52:19 -0000

----==_mimepart_5c5246bf69b87_51743fe2a6ed45b875158
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

Tokyo conclusion: we will prohibit the client from sending more than the remembered flow control limits (nothing from the new transport parameters or 1-RTT packets can be used to increase the window).  Some debate about requiring servers to enforce this requirement, decided not to require the generation of a 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/issues/2360#issuecomment-459171200
----==_mimepart_5c5246bf69b87_51743fe2a6ed45b875158
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: quoted-printable

<p>Tokyo conclusion: we will prohibit the client from sending more than t=
he remembered flow control limits (nothing from the new transport paramet=
ers or 1-RTT packets can be used to increase the window).  Some debate ab=
out requiring servers to enforce this requirement, decided not to require=
 the generation of a connection error.</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/2360#issuecomment-459171200">view it on GitHub</a>,=
 or <a href=3D"https://github.com/notifications/unsubscribe-auth/AWbkqxAK=
bRSRJ1wtRk8xx9yGsG1fi6m-ks5vIj4_gaJpZM4aNlJo">mute the thread</a>.<img sr=
c=3D"https://github.com/notifications/beacon/AWbkq1EnIMPxuAJ_3BReaFCeExbf=
IbIkks5vIj4_gaJpZM4aNlJo.gif" height=3D"1" width=3D"1" alt=3D"" /></p>
<script type=3D"application/json" data-scope=3D"inboxmarkup">{"api_versio=
n":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name"=
:"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"=
quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"http=
s://github.githubassets.com/images/email/message_cards/header.png","avata=
r_image_url":"https://github.githubassets.com/images/email/message_cards/=
avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/q=
uicwg/base-drafts"}},"updates":{"snippets":[{"icon":"PERSON","message":"@=
martinthomson in #2360: Tokyo conclusion: we will prohibit the client fro=
m sending more than the remembered flow control limits (nothing from the =
new transport parameters or 1-RTT packets can be used to increase the win=
dow).  Some debate about requiring servers to enforce this requirement, d=
ecided not to require the generation of a connection error."}],"action":{=
"name":"View Issue","url":"https://github.com/quicwg/base-drafts/issues/2=
360#issuecomment-459171200"}}}</script>
<script type=3D"application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/issues/2360#issuecomment=
-459171200",
"url": "https://github.com/quicwg/base-drafts/issues/2360#issuecomment-45=
9171200",
"name": "View Issue"
},
"description": "View this Issue on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>=

----==_mimepart_5c5246bf69b87_51743fe2a6ed45b875158--


From nobody Wed Jan 30 16:53: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 2662B1286D9 for <quic-issues@ietfa.amsl.com>; Wed, 30 Jan 2019 16:53:04 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -11.149
X-Spam-Level: 
X-Spam-Status: No, score=-11.149 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIMWL_WL_HIGH=-4.553, 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_PASS=-0.001] autolearn=ham autolearn_force=no
Authentication-Results: ietfa.amsl.com (amavisd-new); dkim=pass (1024-bit key) header.d=github.com
Received: from mail.ietf.org ([4.31.198.44]) by localhost (ietfa.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id w0qWhzFD_OCv for <quic-issues@ietfa.amsl.com>; Wed, 30 Jan 2019 16:53: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 0672B126CC7 for <quic-issues@ietf.org>; Wed, 30 Jan 2019 16:53:02 -0800 (PST)
Date: Wed, 30 Jan 2019 16:53:00 -0800
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1548895980; bh=xwsbsc18xug4+VoSaf7TidRaGYOSuOZYZjbqpAul8Wg=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=RutU6GnPjlgCxdmy1grjgmkoivEO05qg29fnI3+javoyN17XMJ4Weve3i47IH7K/v +XXBhas4KRXLj6BjgZMG+Sbhr/yoGNaby0e1ORAPis2sSf5cKw3ZoNJ62GGqyy34bD mA8lC+0l/9k3EiJy2Ic0af3NI/Xy8haJuR1gIyec=
From: David Schinazi <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+0166e4ab6dabd3d28c5f887f6d9c3548c367f699cda1f18492cf00000001186a08ec92a169ce18240d30@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/issues/2396/459171364@github.com>
In-Reply-To: <quicwg/base-drafts/issues/2396@github.com>
References: <quicwg/base-drafts/issues/2396@github.com>
Subject: Re: [quicwg/base-drafts] HTTP/3 frame encodings are unnecessarily difficult to serialize and parse (#2396)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5c5246ecd391a_75493facafed45b823303b"; 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/bt0WlZmTAnw_coAiwplLYd1oMuA>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
List-Id: Notification list for GitHub issues related to the QUIC WG <quic-issues.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=unsubscribe>
List-Archive: <https://mailarchive.ietf.org/arch/browse/quic-issues/>
List-Post: <mailto:quic-issues@ietf.org>
List-Help: <mailto:quic-issues-request@ietf.org?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, 31 Jan 2019 00:53:04 -0000

----==_mimepart_5c5246ecd391a_75493facafed45b823303b
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

@LPardue we need to mandate that *non-negotiated* extension frames have lengths. If you've established that both endpoints support a particular extension, then you can send the corresponding length-less extension frames

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/quicwg/base-drafts/issues/2396#issuecomment-459171364
----==_mimepart_5c5246ecd391a_75493facafed45b823303b
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=6571445" data-octo-click="hovercard-link-click" data-octo-dimensions="link_type:self" href="https://github.com/LPardue">@LPardue</a> we need to mandate that <em>non-negotiated</em> extension frames have lengths. If you've established that both endpoints support a particular extension, then you can send the corresponding length-less extension frames</p>

<p style="font-size:small;-webkit-text-size-adjust:none;color:#666;">&mdash;<br />You are receiving this because you are subscribed to this thread.<br />Reply to this email directly, <a href="https://github.com/quicwg/base-drafts/issues/2396#issuecomment-459171364">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AWbkq1Iche9l4DlxPcwXZoO-8FVe5fDLks5vIj5sgaJpZM4abScO">mute the thread</a>.<img src="https://github.com/notifications/beacon/AWbkq3bsMGDm13WDa4Njs3IqN6KRjV7eks5vIj5sgaJpZM4abScO.gif" height="1" width="1" alt="" /></p>
<script type="application/json" data-scope="inboxmarkup">{"api_version":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name":"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"https://github.githubassets.com/images/email/message_cards/header.png","avatar_image_url":"https://github.githubassets.com/images/email/message_cards/avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/quicwg/base-drafts"}},"updates":{"snippets":[{"icon":"PERSON","message":"@DavidSchinazi in #2396: @LPardue we need to mandate that *non-negotiated* extension frames have lengths. If you've established that both endpoints support a particular extension, then you can send the corresponding length-less extension frames"}],"action":{"name":"View Issue","url":"https://github.com/quicwg/base-drafts/issues/2396#issuecomment-459171364"}}}</script>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/issues/2396#issuecomment-459171364",
"url": "https://github.com/quicwg/base-drafts/issues/2396#issuecomment-459171364",
"name": "View Issue"
},
"description": "View this Issue on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>
----==_mimepart_5c5246ecd391a_75493facafed45b823303b--


From nobody Wed Jan 30 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 404A1130ED6 for <quic-issues@ietfa.amsl.com>; Wed, 30 Jan 2019 16:53:56 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -10.935
X-Spam-Level: 
X-Spam-Status: No, score=-10.935 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIMWL_WL_HIGH=-4.553, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, HTML_IMAGE_ONLY_24=1.618, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-1, RCVD_IN_DNSWL_HI=-5, SPF_PASS=-0.001] autolearn=ham autolearn_force=no
Authentication-Results: ietfa.amsl.com (amavisd-new); dkim=pass (1024-bit key) header.d=github.com
Received: from mail.ietf.org ([4.31.198.44]) by localhost (ietfa.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id KmYAi_zYc1P7 for <quic-issues@ietfa.amsl.com>; Wed, 30 Jan 2019 16:53:54 -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 BEE32126CC7 for <quic-issues@ietf.org>; Wed, 30 Jan 2019 16:53:53 -0800 (PST)
Date: Wed, 30 Jan 2019 16:53:52 -0800
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1548896032; bh=thGDIYXHKSbrtTICmLF2RbS/l9jFT8FjPAsA57NK5Wg=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=AbfV6UA8E4Db+1l6H6sHGrM1cssdmkdWXjYuEpb1K5jEma3LAReFM6GDQP7u50SNb 9x0f5pE36XxkdJ/xpS655kI9/U58fAR9jqIxowJbAqGmFhHj/PdrH0cWhFyrfLX8NV NmyxqQsO3qfYyRl/9Ia9VROwd3kIDtAEsYX2a8+4=
From: Mike Bishop <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+0166e4abe7b3e01417dcaf599cae69a7959509748d39ef2392cf00000001186a092092a169ce182427d2@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/issues/2397/459171544@github.com>
In-Reply-To: <quicwg/base-drafts/issues/2397@github.com>
References: <quicwg/base-drafts/issues/2397@github.com>
Subject: Re: [quicwg/base-drafts] "Invariant check" for any inbound LH packet (#2397)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5c5247207d007_9b53ff48ced45c0123429"; 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/K8jiEWEWNwiS149HBgj_FtSUFFU>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
List-Id: Notification list for GitHub issues related to the QUIC WG <quic-issues.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=unsubscribe>
List-Archive: <https://mailarchive.ietf.org/arch/browse/quic-issues/>
List-Post: <mailto:quic-issues@ietf.org>
List-Help: <mailto:quic-issues-request@ietf.org?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, 31 Jan 2019 00:53:56 -0000

----==_mimepart_5c5247207d007_9b53ff48ced45c0123429
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

Also, from 5.2.1:
> If a client receives a packet that has an unsupported version, it MUST discard that 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/issues/2397#issuecomment-459171544
----==_mimepart_5c5247207d007_9b53ff48ced45c0123429
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

<p>Also, from 5.2.1:</p>
<blockquote>
<p>If a client receives a packet that has an unsupported version, it MUST discard that packet.</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/2397#issuecomment-459171544">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AWbkq1bwNLlQG-vmP3EYqOKY9_v1wvi5ks5vIj6ggaJpZM4abUXm">mute the thread</a>.<img src="https://github.com/notifications/beacon/AWbkq0f1bfyMUcIeCaaqEUN9ModrtZIxks5vIj6ggaJpZM4abUXm.gif" height="1" width="1" alt="" /></p>
<script type="application/json" data-scope="inboxmarkup">{"api_version":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name":"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"https://github.githubassets.com/images/email/message_cards/header.png","avatar_image_url":"https://github.githubassets.com/images/email/message_cards/avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/quicwg/base-drafts"}},"updates":{"snippets":[{"icon":"PERSON","message":"@MikeBishop in #2397: Also, from 5.2.1:\r\n\u003e If a client receives a packet that has an unsupported version, it MUST discard that packet."}],"action":{"name":"View Issue","url":"https://github.com/quicwg/base-drafts/issues/2397#issuecomment-459171544"}}}</script>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/issues/2397#issuecomment-459171544",
"url": "https://github.com/quicwg/base-drafts/issues/2397#issuecomment-459171544",
"name": "View Issue"
},
"description": "View this Issue on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>
----==_mimepart_5c5247207d007_9b53ff48ced45c0123429--


From nobody Wed Jan 30 16:56: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 E6F24130E25 for <quic-issues@ietfa.amsl.com>; Wed, 30 Jan 2019 16:56:39 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -10.935
X-Spam-Level: 
X-Spam-Status: No, score=-10.935 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIMWL_WL_HIGH=-4.553, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, HTML_IMAGE_ONLY_24=1.618, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-1, RCVD_IN_DNSWL_HI=-5, SPF_PASS=-0.001] autolearn=ham autolearn_force=no
Authentication-Results: ietfa.amsl.com (amavisd-new); dkim=pass (1024-bit key) header.d=github.com
Received: from mail.ietf.org ([4.31.198.44]) by localhost (ietfa.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id TOUBVYcKk6Gk for <quic-issues@ietfa.amsl.com>; Wed, 30 Jan 2019 16:56: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 0373F126CC7 for <quic-issues@ietf.org>; Wed, 30 Jan 2019 16:56:37 -0800 (PST)
Date: Wed, 30 Jan 2019 16:56:36 -0800
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1548896196; bh=JmqIezoue/NFT30I3g1bwnyM5mjnrxirqRkED0zSzXM=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=Tu3mMntMFrZbkiCyOEbnOCroILi3qe6hhX59PfHndEo+I7ElbtQ0DOQdEb5wCk6tt 0nLDZeZfvYH0Dzz4mQWHaHa1UpzInPCq3zDBP4848ByokmHCRQ3rexuP6/OZQksyVV UlaKyyuyMmsClQ5WuMw/iaBvaARwvUcPJayL6NXY=
From: David Schinazi <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+0166e4ab972159e14c8114c2a29edc9a3829a1790882961792cf00000001186a09c492a169ce14074020@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/issues/1482/459172105@github.com>
In-Reply-To: <quicwg/base-drafts/issues/1482@github.com>
References: <quicwg/base-drafts/issues/1482@github.com>
Subject: Re: [quicwg/base-drafts] Extension poster-child (#1482)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5c5247c43188_332d3fbbb5ed45bc1883f8"; 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/4YCgnymgIJT4txt4PFJzgbs7sTY>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
List-Id: Notification list for GitHub issues related to the QUIC WG <quic-issues.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=unsubscribe>
List-Archive: <https://mailarchive.ietf.org/arch/browse/quic-issues/>
List-Post: <mailto:quic-issues@ietf.org>
List-Help: <mailto:quic-issues-request@ietf.org?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, 31 Jan 2019 00:56:40 -0000

----==_mimepart_5c5247c43188_332d3fbbb5ed45bc1883f8
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

The extension @martinthomson mentioned has been written up as: https://tools.ietf.org/html/draft-pauly-quic-datagram

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/quicwg/base-drafts/issues/1482#issuecomment-459172105
----==_mimepart_5c5247c43188_332d3fbbb5ed45bc1883f8
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

<p>The extension <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> mentioned has been written up as: <a href="https://tools.ietf.org/html/draft-pauly-quic-datagram" rel="nofollow">https://tools.ietf.org/html/draft-pauly-quic-datagram</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/1482#issuecomment-459172105">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AWbkq2Kje4XUeec58nO91CkX_qKqX7GFks5vIj9EgaJpZM4U4zUm">mute the thread</a>.<img src="https://github.com/notifications/beacon/AWbkq3GLQASkniulpD77GZJ6LbQYOfgXks5vIj9EgaJpZM4U4zUm.gif" height="1" width="1" alt="" /></p>
<script type="application/json" data-scope="inboxmarkup">{"api_version":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name":"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"https://github.githubassets.com/images/email/message_cards/header.png","avatar_image_url":"https://github.githubassets.com/images/email/message_cards/avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/quicwg/base-drafts"}},"updates":{"snippets":[{"icon":"PERSON","message":"@DavidSchinazi in #1482: The extension @martinthomson mentioned has been written up as: https://tools.ietf.org/html/draft-pauly-quic-datagram"}],"action":{"name":"View Issue","url":"https://github.com/quicwg/base-drafts/issues/1482#issuecomment-459172105"}}}</script>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/issues/1482#issuecomment-459172105",
"url": "https://github.com/quicwg/base-drafts/issues/1482#issuecomment-459172105",
"name": "View Issue"
},
"description": "View this Issue on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>
----==_mimepart_5c5247c43188_332d3fbbb5ed45bc1883f8--


From nobody Wed Jan 30 17: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 1EA5F126CC7 for <quic-issues@ietfa.amsl.com>; Wed, 30 Jan 2019 17:02:17 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -11.007
X-Spam-Level: 
X-Spam-Status: No, score=-11.007 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIMWL_WL_HIGH=-4.553, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, HTML_IMAGE_ONLY_20=1.546, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-1, RCVD_IN_DNSWL_HI=-5, SPF_PASS=-0.001] autolearn=ham autolearn_force=no
Authentication-Results: ietfa.amsl.com (amavisd-new); dkim=pass (1024-bit key) header.d=github.com
Received: from mail.ietf.org ([4.31.198.44]) by localhost (ietfa.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id fQam5665_2KA for <quic-issues@ietfa.amsl.com>; Wed, 30 Jan 2019 17:02: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 520D21286D9 for <quic-issues@ietf.org>; Wed, 30 Jan 2019 17:02:15 -0800 (PST)
Date: Wed, 30 Jan 2019 17:02:14 -0800
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1548896534; bh=6XP4N74ztZJHOqFe/q2bXU5pF6qVcgju9eMkn/VbTZ8=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=ZrX5dolVBDZ1Ub22oa63oLZFC8Y07B/Be4Im06lYnYglZFO/mYgOe85G6/mSnkm8C lHDDuvwOEW/o+gfoifeBNMFNAw/jzp3SyhWIRCNnAezcyNCvsfGY48SVR69xRSD2Bi XK08yXT92yg/G9uZHPKXEk2QXkHXU6wn5b6e/gZE=
From: Lucas Pardue <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+0166e4ab6447df143668134ded93b107b25c7c9c43ac282a92cf00000001186a0b1692a169ce18240d30@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/issues/2396/459173340@github.com>
In-Reply-To: <quicwg/base-drafts/issues/2396@github.com>
References: <quicwg/base-drafts/issues/2396@github.com>
Subject: Re: [quicwg/base-drafts] HTTP/3 frame encodings are unnecessarily difficult to serialize and parse (#2396)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5c5249164d532_755a3fc14c8d45bc1836f5"; 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/EytVEeIN3Zj25ZcObiaAbNWRIY4>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
List-Id: Notification list for GitHub issues related to the QUIC WG <quic-issues.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=unsubscribe>
List-Archive: <https://mailarchive.ietf.org/arch/browse/quic-issues/>
List-Post: <mailto:quic-issues@ietf.org>
List-Help: <mailto:quic-issues-request@ietf.org?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, 31 Jan 2019 01:02:17 -0000

----==_mimepart_5c5249164d532_755a3fc14c8d45bc1836f5
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

I agree, I misread Ian's final sentence on this 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/2396#issuecomment-459173340
----==_mimepart_5c5249164d532_755a3fc14c8d45bc1836f5
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

<p>I agree, I misread Ian's final sentence on this 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/2396#issuecomment-459173340">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AWbkq5b1pAxlrESY-OjSu09Z6ekg2ZwBks5vIkCWgaJpZM4abScO">mute the thread</a>.<img src="https://github.com/notifications/beacon/AWbkq6Jr7yTS_9HsX_PI2k0coeLBb5STks5vIkCWgaJpZM4abScO.gif" height="1" width="1" alt="" /></p>
<script type="application/json" data-scope="inboxmarkup">{"api_version":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name":"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"https://github.githubassets.com/images/email/message_cards/header.png","avatar_image_url":"https://github.githubassets.com/images/email/message_cards/avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/quicwg/base-drafts"}},"updates":{"snippets":[{"icon":"PERSON","message":"@LPardue in #2396: I agree, I misread Ian's final sentence on this issue"}],"action":{"name":"View Issue","url":"https://github.com/quicwg/base-drafts/issues/2396#issuecomment-459173340"}}}</script>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/issues/2396#issuecomment-459173340",
"url": "https://github.com/quicwg/base-drafts/issues/2396#issuecomment-459173340",
"name": "View Issue"
},
"description": "View this Issue on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>
----==_mimepart_5c5249164d532_755a3fc14c8d45bc1836f5--


From nobody Wed Jan 30 17:06: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 E670F130E25 for <quic-issues@ietfa.amsl.com>; Wed, 30 Jan 2019 17:06:18 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -10.935
X-Spam-Level: 
X-Spam-Status: No, score=-10.935 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIMWL_WL_HIGH=-4.553, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, HTML_IMAGE_ONLY_24=1.618, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-1, RCVD_IN_DNSWL_HI=-5, SPF_PASS=-0.001] autolearn=ham autolearn_force=no
Authentication-Results: ietfa.amsl.com (amavisd-new); dkim=pass (1024-bit key) header.d=github.com
Received: from mail.ietf.org ([4.31.198.44]) by localhost (ietfa.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id yT2L7A1Dlb-L for <quic-issues@ietfa.amsl.com>; Wed, 30 Jan 2019 17:06: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 E2AFE1286D9 for <quic-issues@ietf.org>; Wed, 30 Jan 2019 17:06:16 -0800 (PST)
Date: Wed, 30 Jan 2019 17:06:15 -0800
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1548896775; bh=9zUIPI0v+nwDBxlG4F/X2ozMObFOacGYLbrKG5aSY0Y=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=GtImZTINmqcgrG8n2dvshdzgLijE+FPj5D7arEggfoaZiU0LJQ6eLv7gDTyck/mPu 1vFH0EBxHCSeMNo7QOucXAt79loowlWwtZ+DO2Rizfw6UXxR7pduPW78HwhwTpIHm5 r5qLCpKlxtAusDSspxKl04Wwq0NcTBPUVRb8uusw=
From: ianswett <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+0166e4abb2c36bd6562eb7c42be6a6a1324c639d9ee7532392cf00000001186a0c0792a169ce18240d30@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/issues/2396/459174170@github.com>
In-Reply-To: <quicwg/base-drafts/issues/2396@github.com>
References: <quicwg/base-drafts/issues/2396@github.com>
Subject: Re: [quicwg/base-drafts] HTTP/3 frame encodings are unnecessarily difficult to serialize and parse (#2396)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5c524a07e45fd_58e93f95042d45b4184421"; 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/DmWTztY0hcpj9hS9GJY42AnQveY>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
List-Id: Notification list for GitHub issues related to the QUIC WG <quic-issues.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=unsubscribe>
List-Archive: <https://mailarchive.ietf.org/arch/browse/quic-issues/>
List-Post: <mailto:quic-issues@ietf.org>
List-Help: <mailto:quic-issues-request@ietf.org?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, 31 Jan 2019 01:06:19 -0000

----==_mimepart_5c524a07e45fd_58e93f95042d45b4184421
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

Sorry, I added clarification after originally filing the issue, so you probably read the email and didn't see the updated 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/2396#issuecomment-459174170
----==_mimepart_5c524a07e45fd_58e93f95042d45b4184421
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

<p>Sorry, I added clarification after originally filing the issue, so you probably read the email and didn't see the updated 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/2396#issuecomment-459174170">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AWbkqyupRwQvMfMsgScIYJbCG_nYHe9Uks5vIkGHgaJpZM4abScO">mute the thread</a>.<img src="https://github.com/notifications/beacon/AWbkqxQ5YGvNT8z4xm5C7yojgpn_q69hks5vIkGHgaJpZM4abScO.gif" height="1" width="1" alt="" /></p>
<script type="application/json" data-scope="inboxmarkup">{"api_version":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name":"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"https://github.githubassets.com/images/email/message_cards/header.png","avatar_image_url":"https://github.githubassets.com/images/email/message_cards/avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/quicwg/base-drafts"}},"updates":{"snippets":[{"icon":"PERSON","message":"@ianswett in #2396: Sorry, I added clarification after originally filing the issue, so you probably read the email and didn't see the updated text."}],"action":{"name":"View Issue","url":"https://github.com/quicwg/base-drafts/issues/2396#issuecomment-459174170"}}}</script>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/issues/2396#issuecomment-459174170",
"url": "https://github.com/quicwg/base-drafts/issues/2396#issuecomment-459174170",
"name": "View Issue"
},
"description": "View this Issue on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>
----==_mimepart_5c524a07e45fd_58e93f95042d45b4184421--


From nobody Wed Jan 30 17:10: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 D9339126CC7 for <quic-issues@ietfa.amsl.com>; Wed, 30 Jan 2019 17:10:00 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -11.149
X-Spam-Level: 
X-Spam-Status: No, score=-11.149 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIMWL_WL_HIGH=-4.553, 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_PASS=-0.001] autolearn=ham autolearn_force=no
Authentication-Results: ietfa.amsl.com (amavisd-new); dkim=pass (1024-bit key) header.d=github.com
Received: from mail.ietf.org ([4.31.198.44]) by localhost (ietfa.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 1xFj1bSlqcag for <quic-issues@ietfa.amsl.com>; Wed, 30 Jan 2019 17:09: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 291CE12008A for <quic-issues@ietf.org>; Wed, 30 Jan 2019 17:09:59 -0800 (PST)
Date: Wed, 30 Jan 2019 17:09:58 -0800
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1548896998; bh=Ae2XAdWXkPG+aMFORC78k8VT9A4IbkW++2UN2OIngBo=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=JmgUGmIzlH0VNES29AvAwOmUiBgswZIQf2uGlpE1B7TS2SoXSH9OffbMfVzqFBbmh 6VmouNmjLgoegYQ3LYg3/1ik9jBgF5Wojk4QclpTEcjF6AjFOaOX2oCx/mEJyiNuwr SirmrchyFk7xKjip8Zua51/IlRtWPftW2IBty1pk=
From: Christian Huitema <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+0166e4ab7ea991017b75885354748db9c443f001c8ae22c692cf00000001186a0ce692a169ce17e00219@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/issues/2344/459174972@github.com>
In-Reply-To: <quicwg/base-drafts/issues/2344@github.com>
References: <quicwg/base-drafts/issues/2344@github.com>
Subject: Re: [quicwg/base-drafts] RESET_STREAM should be allowed in 0-RTT packets (#2344)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5c524ae62481e_225a3f904ced45c42569e1"; 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/v847MtvSSZnFYPzsjGn_dah9pw4>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
List-Id: Notification list for GitHub issues related to the QUIC WG <quic-issues.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=unsubscribe>
List-Archive: <https://mailarchive.ietf.org/arch/browse/quic-issues/>
List-Post: <mailto:quic-issues@ietf.org>
List-Help: <mailto:quic-issues-request@ietf.org?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, 31 Jan 2019 01:10:01 -0000

----==_mimepart_5c524ae62481e_225a3f904ced45c42569e1
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

I am concerned with the attack in which the 0-RTT data is replayed by a third party, maybe also with a replayed "retry token". Do we want more than 3 packets there? Do we really want to allow sending a large flow control window of data?

Also, 0-RTT may very well be rejected by the server. Sending something that changes connection state looks weird, because all these frames can be 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/2344#issuecomment-459174972
----==_mimepart_5c524ae62481e_225a3f904ced45c42569e1
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: quoted-printable

<p>I am concerned with the attack in which the 0-RTT data is replayed by =
a third party, maybe also with a replayed "retry token". Do we want more =
than 3 packets there? Do we really want to allow sending a large flow con=
trol window of data?</p>
<p>Also, 0-RTT may very well be rejected by the server. Sending something=
 that changes connection state looks weird, because all these frames can =
be dropped.</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/2344#issuecomment-459174972">view it on GitHub</a>,=
 or <a href=3D"https://github.com/notifications/unsubscribe-auth/AWbkq6rf=
CErzqod-ZRtCVPCLtAW4fJryks5vIkJmgaJpZM4aHKE6">mute the thread</a>.<img sr=
c=3D"https://github.com/notifications/beacon/AWbkq8O1OGokJUkNz570XPQr0tan=
GLSGks5vIkJmgaJpZM4aHKE6.gif" height=3D"1" width=3D"1" alt=3D"" /></p>
<script type=3D"application/json" data-scope=3D"inboxmarkup">{"api_versio=
n":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name"=
:"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"=
quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"http=
s://github.githubassets.com/images/email/message_cards/header.png","avata=
r_image_url":"https://github.githubassets.com/images/email/message_cards/=
avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/q=
uicwg/base-drafts"}},"updates":{"snippets":[{"icon":"PERSON","message":"@=
huitema in #2344: I am concerned with the attack in which the 0-RTT data =
is replayed by a third party, maybe also with a replayed \"retry token\".=
 Do we want more than 3 packets there? Do we really want to allow sending=
 a large flow control window of data?\r\n\r\nAlso, 0-RTT may very well be=
 rejected by the server. Sending something that changes connection state =
looks weird, because all these frames can be dropped."}],"action":{"name"=
:"View Issue","url":"https://github.com/quicwg/base-drafts/issues/2344#is=
suecomment-459174972"}}}</script>
<script type=3D"application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/issues/2344#issuecomment=
-459174972",
"url": "https://github.com/quicwg/base-drafts/issues/2344#issuecomment-45=
9174972",
"name": "View Issue"
},
"description": "View this Issue on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>=

----==_mimepart_5c524ae62481e_225a3f904ced45c42569e1--


From nobody Wed Jan 30 17:14: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 4840F130E25 for <quic-issues@ietfa.amsl.com>; Wed, 30 Jan 2019 17:14:25 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -11.149
X-Spam-Level: 
X-Spam-Status: No, score=-11.149 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIMWL_WL_HIGH=-4.553, 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_PASS=-0.001] autolearn=ham autolearn_force=no
Authentication-Results: ietfa.amsl.com (amavisd-new); dkim=pass (1024-bit key) header.d=github.com
Received: from mail.ietf.org ([4.31.198.44]) by localhost (ietfa.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id IjWPj5eh4uob for <quic-issues@ietfa.amsl.com>; Wed, 30 Jan 2019 17:14:23 -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 372BD126CC7 for <quic-issues@ietf.org>; Wed, 30 Jan 2019 17:14:23 -0800 (PST)
Date: Wed, 30 Jan 2019 17:14:22 -0800
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1548897262; bh=jCsWbKgm155AXKgtnIC943opm+t4+j74evSocIAnKh8=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=in6dBCqQjyGPUp3+eYJIrMgKQv/mh2OVTycPaQKwFk/n9NSa0r35nXXAB3Fc02DgW eA9n8A9xvp6j9vLxxsQF5ug40/bjsVobd5QHeHA0/33cCV2MEDYa+5oB1oiZIy+mfZ VkQ5swgnW0VcJhS8AX+Q+SpguFfdoGJpU6qGinOc=
From: Martin Thomson <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+0166e4ab3c9a7609d7ec10a38ec48fe314049539aa81509b92cf00000001186a0dee92a169ce17e00219@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/issues/2344/459175894@github.com>
In-Reply-To: <quicwg/base-drafts/issues/2344@github.com>
References: <quicwg/base-drafts/issues/2344@github.com>
Subject: Re: [quicwg/base-drafts] RESET_STREAM should be allowed in 0-RTT packets (#2344)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5c524bee298f5_13103f9f7d0d45c4103250"; 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/3fQMBF_vxLfTH2WCbq0wxIdYwZg>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
List-Id: Notification list for GitHub issues related to the QUIC WG <quic-issues.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=unsubscribe>
List-Archive: <https://mailarchive.ietf.org/arch/browse/quic-issues/>
List-Post: <mailto:quic-issues@ietf.org>
List-Help: <mailto:quic-issues-request@ietf.org?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, 31 Jan 2019 01:14:25 -0000

----==_mimepart_5c524bee298f5_13103f9f7d0d45c4103250
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

Tokyo conclusion: limit this to stuff we know that we need.  This leaves CONNECTION_CLOSE, NEW_CONNECTION_ID, PATH_CHALLENGE, PATH_RESPONSE, and PING out for the moment, but if we identify a need, we would do the analysis regarding safety and make a decision.  This means that extensions would need to make their own assessment about safety.

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/quicwg/base-drafts/issues/2344#issuecomment-459175894
----==_mimepart_5c524bee298f5_13103f9f7d0d45c4103250
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: quoted-printable

<p>Tokyo conclusion: limit this to stuff we know that we need.  This leav=
es CONNECTION_CLOSE, NEW_CONNECTION_ID, PATH_CHALLENGE, PATH_RESPONSE, an=
d PING out for the moment, but if we identify a need, we would do the ana=
lysis regarding safety and make a decision.  This means that extensions w=
ould need to make their own assessment about safety.</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/2344#issuecomment-459175894">view it on GitHub</a>,=
 or <a href=3D"https://github.com/notifications/unsubscribe-auth/AWbkq6GN=
jjSqQmAYZXvNdsEHI2ZWA-uJks5vIkNugaJpZM4aHKE6">mute the thread</a>.<img sr=
c=3D"https://github.com/notifications/beacon/AWbkq4SEdp8SFHTb4IzkOIVBYbpW=
8MAVks5vIkNugaJpZM4aHKE6.gif" height=3D"1" width=3D"1" alt=3D"" /></p>
<script type=3D"application/json" data-scope=3D"inboxmarkup">{"api_versio=
n":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name"=
:"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"=
quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"http=
s://github.githubassets.com/images/email/message_cards/header.png","avata=
r_image_url":"https://github.githubassets.com/images/email/message_cards/=
avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/q=
uicwg/base-drafts"}},"updates":{"snippets":[{"icon":"PERSON","message":"@=
martinthomson in #2344: Tokyo conclusion: limit this to stuff we know tha=
t we need.  This leaves CONNECTION_CLOSE, NEW_CONNECTION_ID, PATH_CHALLEN=
GE, PATH_RESPONSE, and PING out for the moment, but if we identify a need=
, we would do the analysis regarding safety and make a decision.  This me=
ans that extensions would need to make their own assessment about safety.=
"}],"action":{"name":"View Issue","url":"https://github.com/quicwg/base-d=
rafts/issues/2344#issuecomment-459175894"}}}</script>
<script type=3D"application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/issues/2344#issuecomment=
-459175894",
"url": "https://github.com/quicwg/base-drafts/issues/2344#issuecomment-45=
9175894",
"name": "View Issue"
},
"description": "View this Issue on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>=

----==_mimepart_5c524bee298f5_13103f9f7d0d45c4103250--


From nobody Wed Jan 30 17:26: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 F22DA130E25 for <quic-issues@ietfa.amsl.com>; Wed, 30 Jan 2019 17:26:45 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -10.935
X-Spam-Level: 
X-Spam-Status: No, score=-10.935 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIMWL_WL_HIGH=-4.553, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, HTML_IMAGE_ONLY_24=1.618, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-1, RCVD_IN_DNSWL_HI=-5, SPF_PASS=-0.001] autolearn=ham autolearn_force=no
Authentication-Results: ietfa.amsl.com (amavisd-new); dkim=pass (1024-bit key) header.d=github.com
Received: from mail.ietf.org ([4.31.198.44]) by localhost (ietfa.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id lzYpX56MprZY for <quic-issues@ietfa.amsl.com>; Wed, 30 Jan 2019 17:26:44 -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 E0995126CC7 for <quic-issues@ietf.org>; Wed, 30 Jan 2019 17:26:43 -0800 (PST)
Date: Wed, 30 Jan 2019 17:26:42 -0800
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1548898002; bh=lUduKFYpSEz02OzFc0iabE9tj2qKXN2fA/Y4hZbIlsk=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=P/Cjs/9RP1lXXwNDGrXHTL0myz/+jsQcrhrbuUDm3OVGv2S0nDk6Rc8dpe8luD6Cq 2L7ml8j4Xlq+wUG0Js6bTpVIcqcs/pet6JHoFal2QjYxwCHuXYWLluLnSLvkkaiyrZ C8uxxImhGtPbI0aLm4iJ2egRroGmR6DuMdiCXoO8=
From: Christian Huitema <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+0166e4abd1d5aeb10f6945304ced2d01ca4c62c4e672916492cf00000001186a10d292a169ce17e00219@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/issues/2344/459178332@github.com>
In-Reply-To: <quicwg/base-drafts/issues/2344@github.com>
References: <quicwg/base-drafts/issues/2344@github.com>
Subject: Re: [quicwg/base-drafts] Frames that are allowed in 0-RTT packets (#2344)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5c524ed2738df_130b3f9f7d0d45c43243f5"; 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/kJf9l8yynS8kYaNTruf3knIyylA>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
List-Id: Notification list for GitHub issues related to the QUIC WG <quic-issues.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=unsubscribe>
List-Archive: <https://mailarchive.ietf.org/arch/browse/quic-issues/>
List-Post: <mailto:quic-issues@ietf.org>
List-Help: <mailto:quic-issues-request@ietf.org?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, 31 Jan 2019 01:26:46 -0000

----==_mimepart_5c524ed2738df_130b3f9f7d0d45c43243f5
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

I think we need a complementary analysis on expected server behavior. For example, if MAX DATA increase, does that mean sending that much data right now, or does that mean sending a small amount now, and wait until handshake complete to send more?

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/quicwg/base-drafts/issues/2344#issuecomment-459178332
----==_mimepart_5c524ed2738df_130b3f9f7d0d45c43243f5
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

<p>I think we need a complementary analysis on expected server behavior. For example, if MAX DATA increase, does that mean sending that much data right now, or does that mean sending a small amount now, and wait until handshake complete to send more?</p>

<p style="font-size:small;-webkit-text-size-adjust:none;color:#666;">&mdash;<br />You are receiving this because you are subscribed to this thread.<br />Reply to this email directly, <a href="https://github.com/quicwg/base-drafts/issues/2344#issuecomment-459178332">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AWbkq9iGAa4UGpYSGVA6CanrGqnEA7apks5vIkZSgaJpZM4aHKE6">mute the thread</a>.<img src="https://github.com/notifications/beacon/AWbkq5riltxqP3ZzBDT4RDwg9EX06K-Oks5vIkZSgaJpZM4aHKE6.gif" height="1" width="1" alt="" /></p>
<script type="application/json" data-scope="inboxmarkup">{"api_version":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name":"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"https://github.githubassets.com/images/email/message_cards/header.png","avatar_image_url":"https://github.githubassets.com/images/email/message_cards/avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/quicwg/base-drafts"}},"updates":{"snippets":[{"icon":"PERSON","message":"@huitema in #2344: I think we need a complementary analysis on expected server behavior. For example, if MAX DATA increase, does that mean sending that much data right now, or does that mean sending a small amount now, and wait until handshake complete to send more?"}],"action":{"name":"View Issue","url":"https://github.com/quicwg/base-drafts/issues/2344#issuecomment-459178332"}}}</script>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/issues/2344#issuecomment-459178332",
"url": "https://github.com/quicwg/base-drafts/issues/2344#issuecomment-459178332",
"name": "View Issue"
},
"description": "View this Issue on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>
----==_mimepart_5c524ed2738df_130b3f9f7d0d45c43243f5--


From nobody Wed Jan 30 17:32: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 6336C126CC7 for <quic-issues@ietfa.amsl.com>; Wed, 30 Jan 2019 17:32:47 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -10.935
X-Spam-Level: 
X-Spam-Status: No, score=-10.935 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIMWL_WL_HIGH=-4.553, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, HTML_IMAGE_ONLY_24=1.618, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-1, RCVD_IN_DNSWL_HI=-5, SPF_PASS=-0.001] autolearn=ham autolearn_force=no
Authentication-Results: ietfa.amsl.com (amavisd-new); dkim=pass (1024-bit key) header.d=github.com
Received: from mail.ietf.org ([4.31.198.44]) by localhost (ietfa.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 0p84PZE4G-9H for <quic-issues@ietfa.amsl.com>; Wed, 30 Jan 2019 17:32: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 967F3126C01 for <quic-issues@ietf.org>; Wed, 30 Jan 2019 17:32:45 -0800 (PST)
Date: Wed, 30 Jan 2019 17:32:44 -0800
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1548898364; bh=S5SfGcNyJr6guQAJMA3tdsY3J/PkTpdiBq9/jwtuIks=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=fyVNcJaYDXzxe1Awou1qBPZZU3ZYVHdbBnVVH08SvOk9UPfgxzAyYX0AiGunSMJWG iumumRyqBQvTvSyNZfr2CqQoOF7ZC/elO80Ey9ukZJvMLo+vMQDgTnynlmCHn57ysM jkSWKXdGSQ0epSem/7AofbTJhzsUMAGxYTXruGlY=
From: Christian Huitema <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+0166e4abf0fa402be6165c872ef1f4c7e52300251f2bb0cc92cf00000001186a123c92a169ce0c158eb5@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/issues/219/459179634@github.com>
In-Reply-To: <quicwg/base-drafts/issues/219@github.com>
References: <quicwg/base-drafts/issues/219@github.com>
Subject: Re: [quicwg/base-drafts] Increasing initial flow control window for streams (#219)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5c52503c70922_75383facafed45b867663b"; 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/_AOue9oO4X3hUTq9Sjn5eKVizak>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
List-Id: Notification list for GitHub issues related to the QUIC WG <quic-issues.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=unsubscribe>
List-Archive: <https://mailarchive.ietf.org/arch/browse/quic-issues/>
List-Post: <mailto:quic-issues@ietf.org>
List-Help: <mailto:quic-issues-request@ietf.org?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, 31 Jan 2019 01:32:47 -0000

----==_mimepart_5c52503c70922_75383facafed45b867663b
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

This is very valuable for long delay links. Other wise, the short window limits interacts with congestion control and results in very slow ramp-up of the 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/issues/219#issuecomment-459179634
----==_mimepart_5c52503c70922_75383facafed45b867663b
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

<p>This is very valuable for long delay links. Other wise, the short window limits interacts with congestion control and results in very slow ramp-up of the 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/issues/219#issuecomment-459179634">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AWbkqzLnKk_pY5QnYtY4B7bj7B79D3AJks5vIke8gaJpZM4Lr7MS">mute the thread</a>.<img src="https://github.com/notifications/beacon/AWbkq7a0FsCISvbiYx2eBBCVFQNcuK5Vks5vIke8gaJpZM4Lr7MS.gif" height="1" width="1" alt="" /></p>
<script type="application/json" data-scope="inboxmarkup">{"api_version":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name":"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"https://github.githubassets.com/images/email/message_cards/header.png","avatar_image_url":"https://github.githubassets.com/images/email/message_cards/avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/quicwg/base-drafts"}},"updates":{"snippets":[{"icon":"PERSON","message":"@huitema in #219: This is very valuable for long delay links. Other wise, the short window limits interacts with congestion control and results in very slow ramp-up of the congestion window."}],"action":{"name":"View Issue","url":"https://github.com/quicwg/base-drafts/issues/219#issuecomment-459179634"}}}</script>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/issues/219#issuecomment-459179634",
"url": "https://github.com/quicwg/base-drafts/issues/219#issuecomment-459179634",
"name": "View Issue"
},
"description": "View this Issue on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>
----==_mimepart_5c52503c70922_75383facafed45b867663b--


From nobody Wed Jan 30 17:32: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 EA96A130EBA for <quic-issues@ietfa.amsl.com>; Wed, 30 Jan 2019 17:32:50 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -10.935
X-Spam-Level: 
X-Spam-Status: No, score=-10.935 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIMWL_WL_HIGH=-4.553, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, HTML_IMAGE_ONLY_24=1.618, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-1, RCVD_IN_DNSWL_HI=-5, SPF_PASS=-0.001] autolearn=ham autolearn_force=no
Authentication-Results: ietfa.amsl.com (amavisd-new); dkim=pass (1024-bit key) header.d=github.com
Received: from mail.ietf.org ([4.31.198.44]) by localhost (ietfa.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id bQ7bhKeYx0Ty for <quic-issues@ietfa.amsl.com>; Wed, 30 Jan 2019 17:32:49 -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 06980126C01 for <quic-issues@ietf.org>; Wed, 30 Jan 2019 17:32:49 -0800 (PST)
Date: Wed, 30 Jan 2019 17:32:48 -0800
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1548898368; bh=j5szjotUaCf1nyVQik2+5JpsDprti4/yytV8fOMrqec=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=aTb26fmZoqZ4yd43/qwX6Zj0RAOoT+hh6Oa3q7epwicvCswEPx/Gf71fdk1UBLn50 UeeifWMMHEf/hlK0J2632fyfR8RvWrf8SkNjocZ+fJmdIqXtO1JiXChOioaTdFhWnu DTSZCIVL5QT96Ncyv/Oqz6et4kA8kRRB5yTQLpHc=
From: Martin Thomson <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+0166e4abee378643cb382dea7fb9f05ebf459571dfac905192cf00000001186a124092a169ce0c158eb5@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/issues/219/459179645@github.com>
In-Reply-To: <quicwg/base-drafts/issues/219@github.com>
References: <quicwg/base-drafts/issues/219@github.com>
Subject: Re: [quicwg/base-drafts] Increasing initial flow control window for streams (#219)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5c5250402197b_12663faa24ad45b88278f4"; 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/dgDDiYBPTdpQzOsNFwRMun1EZA0>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
List-Id: Notification list for GitHub issues related to the QUIC WG <quic-issues.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=unsubscribe>
List-Archive: <https://mailarchive.ietf.org/arch/browse/quic-issues/>
List-Post: <mailto:quic-issues@ietf.org>
List-Help: <mailto:quic-issues-request@ietf.org?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, 31 Jan 2019 01:32:51 -0000

----==_mimepart_5c5250402197b_12663faa24ad45b88278f4
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

Tokyo conclusion: it might be nice to have a facility that allowed a client to send updated transport parameters under encryption, and the flow control characteristics are not optimal, but we don't see a strong reason to do this.

Flipping to quicv2 and maybe considering this as a protocol 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/219#issuecomment-459179645
----==_mimepart_5c5250402197b_12663faa24ad45b88278f4
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: quoted-printable

<p>Tokyo conclusion: it might be nice to have a facility that allowed a c=
lient to send updated transport parameters under encryption, and the flow=
 control characteristics are not optimal, but we don't see a strong reaso=
n to do this.</p>
<p>Flipping to quicv2 and maybe considering this as a protocol extension.=
</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/219#issuecomment-459179645">view it on GitHub</a>, =
or <a href=3D"https://github.com/notifications/unsubscribe-auth/AWbkq3N9n=
JfdNef5JnlV4gOT6UEhbVvKks5vIkfAgaJpZM4Lr7MS">mute the thread</a>.<img src=
=3D"https://github.com/notifications/beacon/AWbkq2J-WUfhYGEkXnS9GX4661Ei_=
4GNks5vIkfAgaJpZM4Lr7MS.gif" height=3D"1" width=3D"1" alt=3D"" /></p>
<script type=3D"application/json" data-scope=3D"inboxmarkup">{"api_versio=
n":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name"=
:"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"=
quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"http=
s://github.githubassets.com/images/email/message_cards/header.png","avata=
r_image_url":"https://github.githubassets.com/images/email/message_cards/=
avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/q=
uicwg/base-drafts"}},"updates":{"snippets":[{"icon":"PERSON","message":"@=
martinthomson in #219: Tokyo conclusion: it might be nice to have a facil=
ity that allowed a client to send updated transport parameters under encr=
yption, and the flow control characteristics are not optimal, but we don'=
t see a strong reason to do this.\r\n\r\nFlipping to quicv2 and maybe con=
sidering this as a protocol extension."}],"action":{"name":"View Issue","=
url":"https://github.com/quicwg/base-drafts/issues/219#issuecomment-45917=
9645"}}}</script>
<script type=3D"application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/issues/219#issuecomment-=
459179645",
"url": "https://github.com/quicwg/base-drafts/issues/219#issuecomment-459=
179645",
"name": "View Issue"
},
"description": "View this Issue on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>=

----==_mimepart_5c5250402197b_12663faa24ad45b88278f4--


From nobody Wed Jan 30 17:36: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 4A649126CC7 for <quic-issues@ietfa.amsl.com>; Wed, 30 Jan 2019 17:36:23 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -11.149
X-Spam-Level: 
X-Spam-Status: No, score=-11.149 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIMWL_WL_HIGH=-4.553, 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_PASS=-0.001] autolearn=ham autolearn_force=no
Authentication-Results: ietfa.amsl.com (amavisd-new); dkim=pass (1024-bit key) header.d=github.com
Received: from mail.ietf.org ([4.31.198.44]) by localhost (ietfa.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id yNnGsb388ehZ for <quic-issues@ietfa.amsl.com>; Wed, 30 Jan 2019 17:36: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 8393C124D68 for <quic-issues@ietf.org>; Wed, 30 Jan 2019 17:36:21 -0800 (PST)
Date: Wed, 30 Jan 2019 17:36:20 -0800
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1548898580; bh=Tabm+rFQeR5GOyUWOJVWbw7msD425qJpmdykKOTn8TY=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=njTu6lW+eiUXuXhhFYggu5JS79FUf7UGtLXqxlV5OvW+IEAFkXMxhNHqk1kYj4Ci0 64ZPINhZCQJ6dqGctdu/fkPZvIz9C+S3fjKGXrg2bV4HMNP19GFLQXglZfcHfEYw5u HwNG7ELEpwZe/1jpqx5OOqdDORietf/ri82dPQ8k=
From: Martin Thomson <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+0166e4ab06e6ec22166d8cef5760cbdfff78021e24d1473692cf00000001186a131492a169ce10908370@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/issues/969/459180450@github.com>
In-Reply-To: <quicwg/base-drafts/issues/969@github.com>
References: <quicwg/base-drafts/issues/969@github.com>
Subject: Re: [quicwg/base-drafts] ACK Frames should be in Increasing Packet Number Order (#969)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5c5251143231d_b783fa37fcd45bc594db"; 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/Jd4FSryXpP37XDz2Nh9UQnWZe4o>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
List-Id: Notification list for GitHub issues related to the QUIC WG <quic-issues.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=unsubscribe>
List-Archive: <https://mailarchive.ietf.org/arch/browse/quic-issues/>
List-Post: <mailto:quic-issues@ietf.org>
List-Help: <mailto:quic-issues-request@ietf.org?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, 31 Jan 2019 01:36:23 -0000

----==_mimepart_5c5251143231d_b783fa37fcd45bc594db
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

Tokyo conclusion: @nibanks wasn't even sure that this was still open.  There is a trade-off here between optimizing for reading and optimizing for writing.  There's an implementation overhead for things like RACK/FACK when reading in reverse order.

Closing on the basis that we don't have a very good reason 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/969#issuecomment-459180450
----==_mimepart_5c5251143231d_b783fa37fcd45bc594db
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: quoted-printable

<p>Tokyo conclusion: <a class=3D"user-mention" data-hovercard-type=3D"use=
r" 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> wasn't even sure that this was sti=
ll open.  There is a trade-off here between optimizing for reading and op=
timizing for writing.  There's an implementation overhead for things like=
 RACK/FACK when reading in reverse order.</p>
<p>Closing on the basis that we don't have a very good reason to change.<=
/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/969#issuecomment-459180450">view it on GitHub</a>, =
or <a href=3D"https://github.com/notifications/unsubscribe-auth/AWbkq95tu=
mywix9aVO-YukIT_iyWmYMSks5vIkiUgaJpZM4Qvn-f">mute the thread</a>.<img src=
=3D"https://github.com/notifications/beacon/AWbkq79nm3Iqyq5tbrgmBwVHCE3xx=
-oUks5vIkiUgaJpZM4Qvn-f.gif" height=3D"1" width=3D"1" alt=3D"" /></p>
<script type=3D"application/json" data-scope=3D"inboxmarkup">{"api_versio=
n":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name"=
:"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"=
quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"http=
s://github.githubassets.com/images/email/message_cards/header.png","avata=
r_image_url":"https://github.githubassets.com/images/email/message_cards/=
avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/q=
uicwg/base-drafts"}},"updates":{"snippets":[{"icon":"PERSON","message":"@=
martinthomson in #969: Tokyo conclusion: @nibanks wasn't even sure that t=
his was still open.  There is a trade-off here between optimizing for rea=
ding and optimizing for writing.  There's an implementation overhead for =
things like RACK/FACK when reading in reverse order.\r\n\r\nClosing on th=
e basis that we don't have a very good reason to change."}],"action":{"na=
me":"View Issue","url":"https://github.com/quicwg/base-drafts/issues/969#=
issuecomment-459180450"}}}</script>
<script type=3D"application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/issues/969#issuecomment-=
459180450",
"url": "https://github.com/quicwg/base-drafts/issues/969#issuecomment-459=
180450",
"name": "View Issue"
},
"description": "View this Issue on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>=

----==_mimepart_5c5251143231d_b783fa37fcd45bc594db--


From nobody Wed Jan 30 17: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 8F3D8124D68 for <quic-issues@ietfa.amsl.com>; Wed, 30 Jan 2019 17:36:23 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -10.935
X-Spam-Level: 
X-Spam-Status: No, score=-10.935 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIMWL_WL_HIGH=-4.553, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, HTML_IMAGE_ONLY_24=1.618, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-1, RCVD_IN_DNSWL_HI=-5, SPF_PASS=-0.001] autolearn=ham autolearn_force=no
Authentication-Results: ietfa.amsl.com (amavisd-new); dkim=pass (1024-bit key) header.d=github.com
Received: from mail.ietf.org ([4.31.198.44]) by localhost (ietfa.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 3gKPfvGkcn19 for <quic-issues@ietfa.amsl.com>; Wed, 30 Jan 2019 17:36: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 E5104126C01 for <quic-issues@ietf.org>; Wed, 30 Jan 2019 17:36:21 -0800 (PST)
Date: Wed, 30 Jan 2019 17:36:20 -0800
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1548898580; bh=Alry5l923VF+yV5Oo0j3u+5ZY0xK1SHsjGMF2eqSCVE=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=D8Tmevp1Oe7I3Us5tDIjmndQflSi8NDjfeSZxvkoA0KT+7iL8TiqisL6uw4+pjzTX Tiy4yKmjxqLB3Sv1q4cnOvfRKxjA68MG3M9KmSwiDc2MYxd31KGkUEcYcAtvaSGk7X 7sWsIzIixwTTCQCHZvfmYpgj8Kvwr6ptNlrv4AMA=
From: Martin Thomson <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+0166e4ab06e6ec22166d8cef5760cbdfff78021e24d1473692cf00000001186a131492a169ce10908370@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/issue/969/issue_event/2108209115@github.com>
In-Reply-To: <quicwg/base-drafts/issues/969@github.com>
References: <quicwg/base-drafts/issues/969@github.com>
Subject: Re: [quicwg/base-drafts] ACK Frames should be in Increasing Packet Number Order (#969)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5c525114e858e_64c83fdd1c0d45c432433"; 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/WOtbWrpgkFW5V9-B5-Xu7xW4O8g>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
List-Id: Notification list for GitHub issues related to the QUIC WG <quic-issues.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=unsubscribe>
List-Archive: <https://mailarchive.ietf.org/arch/browse/quic-issues/>
List-Post: <mailto:quic-issues@ietf.org>
List-Help: <mailto:quic-issues-request@ietf.org?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, 31 Jan 2019 01:36:24 -0000

----==_mimepart_5c525114e858e_64c83fdd1c0d45c432433
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

Closed #969.

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/quicwg/base-drafts/issues/969#event-2108209115
----==_mimepart_5c525114e858e_64c83fdd1c0d45c432433
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="277906288" data-permission-text="Issue title is private" data-url="https://github.com/quicwg/base-drafts/issues/969" data-hovercard-type="issue" data-hovercard-url="/quicwg/base-drafts/issues/969/hovercard" href="https://github.com/quicwg/base-drafts/issues/969">#969</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/969#event-2108209115">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AWbkq95tumywix9aVO-YukIT_iyWmYMSks5vIkiUgaJpZM4Qvn-f">mute the thread</a>.<img src="https://github.com/notifications/beacon/AWbkq79nm3Iqyq5tbrgmBwVHCE3xx-oUks5vIkiUgaJpZM4Qvn-f.gif" height="1" width="1" alt="" /></p>
<script type="application/json" data-scope="inboxmarkup">{"api_version":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name":"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"https://github.githubassets.com/images/email/message_cards/header.png","avatar_image_url":"https://github.githubassets.com/images/email/message_cards/avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/quicwg/base-drafts"}},"updates":{"snippets":[{"icon":"DESCRIPTION","message":"Closed #969."}],"action":{"name":"View Issue","url":"https://github.com/quicwg/base-drafts/issues/969#event-2108209115"}}}</script>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/issues/969#event-2108209115",
"url": "https://github.com/quicwg/base-drafts/issues/969#event-2108209115",
"name": "View Issue"
},
"description": "View this Issue on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>
----==_mimepart_5c525114e858e_64c83fdd1c0d45c432433--


From nobody Wed Jan 30 17: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 84F69126CC7 for <quic-issues@ietfa.amsl.com>; Wed, 30 Jan 2019 17:39:15 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -10.935
X-Spam-Level: 
X-Spam-Status: No, score=-10.935 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIMWL_WL_HIGH=-4.553, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, HTML_IMAGE_ONLY_24=1.618, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-1, RCVD_IN_DNSWL_HI=-5, SPF_PASS=-0.001] autolearn=ham autolearn_force=no
Authentication-Results: ietfa.amsl.com (amavisd-new); dkim=pass (1024-bit key) header.d=github.com
Received: from mail.ietf.org ([4.31.198.44]) by localhost (ietfa.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id avPIz1DHbjZr for <quic-issues@ietfa.amsl.com>; Wed, 30 Jan 2019 17:39:13 -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 9CB3D126C01 for <quic-issues@ietf.org>; Wed, 30 Jan 2019 17:39:13 -0800 (PST)
Date: Wed, 30 Jan 2019 17:39:12 -0800
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1548898752; bh=mWQHQDSST84UF2QYHZqKcDHwuoYrqa3KhWrnztEouN0=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=Qs2DN8LeS3k+6gjXxVCQOMYDc4taLWMCE6Y3g8WolAra0X7+ylugy+gBcX9aIf20C 9CGDR+By9nakzPAumUF8P8Wo217eQb6VhUOmel8eGZ6gezM8mJOcHTjzc7JMmtgeJY Xxibi7xjfFhaY6gKBAt0fJH05miHa6hmNg8AWzto=
From: Martin Thomson <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+0166e4abf8a0380379ecdbe412976106340cce845dc1df2a92cf00000001186a13c092a169ce14074020@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/issues/1482/459181084@github.com>
In-Reply-To: <quicwg/base-drafts/issues/1482@github.com>
References: <quicwg/base-drafts/issues/1482@github.com>
Subject: Re: [quicwg/base-drafts] Extension poster-child (#1482)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5c5251c0a72a8_79b83f935eed45b475219"; 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/byQJK3F1m2dU1tRf4n2XCLXqUXI>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
List-Id: Notification list for GitHub issues related to the QUIC WG <quic-issues.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=unsubscribe>
List-Archive: <https://mailarchive.ietf.org/arch/browse/quic-issues/>
List-Post: <mailto:quic-issues@ietf.org>
List-Help: <mailto:quic-issues-request@ietf.org?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, 31 Jan 2019 01:39:16 -0000

----==_mimepart_5c5251c0a72a8_79b83f935eed45b475219
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

Tokyo conclusion: we already have a few candidates.  There seems little risk that we are going to fail in this regard.  We have discussed two candidates in this meeting.

Also, reaffirmation that *_BLOCKED and co. are not at risk of being moved out of the 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/1482#issuecomment-459181084
----==_mimepart_5c5251c0a72a8_79b83f935eed45b475219
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: quoted-printable

<p>Tokyo conclusion: we already have a few candidates.  There seems littl=
e risk that we are going to fail in this regard.  We have discussed two c=
andidates in this meeting.</p>
<p>Also, reaffirmation that *_BLOCKED and co. are not at risk of being mo=
ved out of the spec.</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/1482#issuecomment-459181084">view it on GitHub</a>,=
 or <a href=3D"https://github.com/notifications/unsubscribe-auth/AWbkq_RV=
lSkfMAhc_8D8KX4eFVpFd3Olks5vIklAgaJpZM4U4zUm">mute the thread</a>.<img sr=
c=3D"https://github.com/notifications/beacon/AWbkq-LhSn40V10ttj5YCHOD_mfo=
g0xQks5vIklAgaJpZM4U4zUm.gif" height=3D"1" width=3D"1" alt=3D"" /></p>
<script type=3D"application/json" data-scope=3D"inboxmarkup">{"api_versio=
n":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name"=
:"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"=
quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"http=
s://github.githubassets.com/images/email/message_cards/header.png","avata=
r_image_url":"https://github.githubassets.com/images/email/message_cards/=
avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/q=
uicwg/base-drafts"}},"updates":{"snippets":[{"icon":"PERSON","message":"@=
martinthomson in #1482: Tokyo conclusion: we already have a few candidate=
s.  There seems little risk that we are going to fail in this regard.  We=
 have discussed two candidates in this meeting.\r\n\r\nAlso, reaffirmatio=
n that *_BLOCKED and co. are not at risk of being moved out of the spec."=
}],"action":{"name":"View Issue","url":"https://github.com/quicwg/base-dr=
afts/issues/1482#issuecomment-459181084"}}}</script>
<script type=3D"application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/issues/1482#issuecomment=
-459181084",
"url": "https://github.com/quicwg/base-drafts/issues/1482#issuecomment-45=
9181084",
"name": "View Issue"
},
"description": "View this Issue on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>=

----==_mimepart_5c5251c0a72a8_79b83f935eed45b475219--


From nobody Wed Jan 30 17:39: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 E8601126C01 for <quic-issues@ietfa.amsl.com>; Wed, 30 Jan 2019 17:39:16 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -10.935
X-Spam-Level: 
X-Spam-Status: No, score=-10.935 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIMWL_WL_HIGH=-4.553, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, HTML_IMAGE_ONLY_24=1.618, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-1, RCVD_IN_DNSWL_HI=-5, SPF_PASS=-0.001] autolearn=ham autolearn_force=no
Authentication-Results: ietfa.amsl.com (amavisd-new); dkim=pass (1024-bit key) header.d=github.com
Received: from mail.ietf.org ([4.31.198.44]) by localhost (ietfa.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id xFSKxDmlh51V for <quic-issues@ietfa.amsl.com>; Wed, 30 Jan 2019 17:39: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 8ED2C124D68 for <quic-issues@ietf.org>; Wed, 30 Jan 2019 17:39:13 -0800 (PST)
Date: Wed, 30 Jan 2019 17:39:12 -0800
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1548898752; bh=9kXELPQHITUAYImeA2CsM2iyiXyUvJKXrYoJiBUBSlI=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=iYiWZWUVRuAVUEogrZSfyn/iQZUlvaf9WLzJLm2YEoFibusZ5L+fTk/NVr8GNYmIn +P5souz3axXwCCH9MBuTzoK2tw3HUQbo1Xe6txZLfwOwA6OOQ6XT+Wm/Qxjmrpu1KW oQPJgQWa7AdGLh+06uESbXZLinMD/AcoApDEppw4=
From: Martin Thomson <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+0166e4abf8a0380379ecdbe412976106340cce845dc1df2a92cf00000001186a13c092a169ce14074020@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/issue/1482/issue_event/2108212941@github.com>
In-Reply-To: <quicwg/base-drafts/issues/1482@github.com>
References: <quicwg/base-drafts/issues/1482@github.com>
Subject: Re: [quicwg/base-drafts] Extension poster-child (#1482)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5c5251c090bb6_2ece3fb7f14d45c02314"; 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/ROrUbR5JXx0GUlcQnmUezWx6wK4>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
List-Id: Notification list for GitHub issues related to the QUIC WG <quic-issues.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=unsubscribe>
List-Archive: <https://mailarchive.ietf.org/arch/browse/quic-issues/>
List-Post: <mailto:quic-issues@ietf.org>
List-Help: <mailto:quic-issues-request@ietf.org?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, 31 Jan 2019 01:39:17 -0000

----==_mimepart_5c5251c090bb6_2ece3fb7f14d45c02314
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

Closed #1482.

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/quicwg/base-drafts/issues/1482#event-2108212941
----==_mimepart_5c5251c090bb6_2ece3fb7f14d45c02314
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="336019488" data-permission-text="Issue title is private" data-url="https://github.com/quicwg/base-drafts/issues/1482" data-hovercard-type="issue" data-hovercard-url="/quicwg/base-drafts/issues/1482/hovercard" href="https://github.com/quicwg/base-drafts/issues/1482">#1482</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/1482#event-2108212941">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AWbkq_RVlSkfMAhc_8D8KX4eFVpFd3Olks5vIklAgaJpZM4U4zUm">mute the thread</a>.<img src="https://github.com/notifications/beacon/AWbkq-LhSn40V10ttj5YCHOD_mfog0xQks5vIklAgaJpZM4U4zUm.gif" height="1" width="1" alt="" /></p>
<script type="application/json" data-scope="inboxmarkup">{"api_version":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name":"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"https://github.githubassets.com/images/email/message_cards/header.png","avatar_image_url":"https://github.githubassets.com/images/email/message_cards/avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/quicwg/base-drafts"}},"updates":{"snippets":[{"icon":"DESCRIPTION","message":"Closed #1482."}],"action":{"name":"View Issue","url":"https://github.com/quicwg/base-drafts/issues/1482#event-2108212941"}}}</script>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/issues/1482#event-2108212941",
"url": "https://github.com/quicwg/base-drafts/issues/1482#event-2108212941",
"name": "View Issue"
},
"description": "View this Issue on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>
----==_mimepart_5c5251c090bb6_2ece3fb7f14d45c02314--


From nobody Wed Jan 30 17:42:17 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 F2959126CC7 for <quic-issues@ietfa.amsl.com>; Wed, 30 Jan 2019 17:42:15 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -6.007
X-Spam-Level: 
X-Spam-Status: No, score=-6.007 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIMWL_WL_HIGH=-4.553, DKIM_SIGNED=0.1, DKIM_VALID=-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_PASS=-0.001] autolearn=ham autolearn_force=no
Authentication-Results: ietfa.amsl.com (amavisd-new); dkim=pass (1024-bit key) header.d=github.com
Received: from mail.ietf.org ([4.31.198.44]) by localhost (ietfa.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id RM2In3fqMbck for <quic-issues@ietfa.amsl.com>; Wed, 30 Jan 2019 17:42:14 -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 5F419126C01 for <quic-issues@ietf.org>; Wed, 30 Jan 2019 17:42:14 -0800 (PST)
DKIM-Signature: v=1; a=rsa-sha1; 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=GyduFzqeDXJN86NYFNh/R5KiBOY=; b=JgV8zaUGlrhoCakd u3WrSrfoi9pcScGzNRnP2H3BQZhzicoet1q4rOExEIzhM7TMkNMGKusLSx5IAut8 noNwEZvqfocRLnsIwwNtrqIR9488n4Tdag9bL80ynESHRLUiVE629M5MXiNh18/x JUNKFZ17uXu/pPcDALnW/+9wOBU=
Received: by filter0779p1las1.sendgrid.net with SMTP id filter0779p1las1-11918-5C525274-16 2019-01-31 01:42:12.838113338 +0000 UTC m=+183317.784128954
Received: from github-lowworker-3c598a3.cp1-iad.github.net (unknown [192.30.252.43]) by ismtpd0015p1iad1.sendgrid.net (SG) with ESMTP id PWpv_HgZRbSXKO_Mm1Jb5Q for <quic-issues@ietf.org>; Thu, 31 Jan 2019 01:42:12.753 +0000 (UTC)
Received: from github.com (localhost [127.0.0.1]) by github-lowworker-3c598a3.cp1-iad.github.net (Postfix) with ESMTP id B3027A80246 for <quic-issues@ietf.org>; Wed, 30 Jan 2019 17:42:12 -0800 (PST)
Date: Thu, 31 Jan 2019 01:42:13 +0000 (UTC)
From: Martin Thomson <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+0166e4ab01c14c16596ed8af09c4ce7765ac02a73cbbccc592cf00000001186a147492a169ce16a1bbee@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/issues/1993/459181708@github.com>
In-Reply-To: <quicwg/base-drafts/issues/1993@github.com>
References: <quicwg/base-drafts/issues/1993@github.com>
Subject: Re: [quicwg/base-drafts] Introduce a bit to indicate the server doesn't do IP-based authentication (#1993)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5c525274b17e7_3ce23fd37bad45c486824"; 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-SG-EID: l64QuQ2uJCcEyUykJbxN122A6QRmEpucztpreh3Pak3H6ZoGV+46oeRWVyr/I6Q0Fz486IsEYGUgb9 BDxFaO304KRNfOfiwNU+9679wiOujq53I1S9+W4QXqHffc6wlhWowJWHSUz5zj4or4oS1kAAp7rrxA Qp3hm+OemBuM0dH3/K3MqNpqEWcD/CUe5Vfws4S1ZxueRd4cCEtiVJjiHZh2563xSVpHJWwdXOFm53 s=
Archived-At: <https://mailarchive.ietf.org/arch/msg/quic-issues/RRt4ZcJQgmf0BieBpYPGu_hvfo0>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
List-Id: Notification list for GitHub issues related to the QUIC WG <quic-issues.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=unsubscribe>
List-Archive: <https://mailarchive.ietf.org/arch/browse/quic-issues/>
List-Post: <mailto:quic-issues@ietf.org>
List-Help: <mailto:quic-issues-request@ietf.org?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, 31 Jan 2019 01:42:16 -0000

----==_mimepart_5c525274b17e7_3ce23fd37bad45c486824
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

Tokyo conclusion: this is a candidate for 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/1993#issuecomment-459181708
----==_mimepart_5c525274b17e7_3ce23fd37bad45c486824
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

<p>Tokyo conclusion: this is a candidate for 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/1993#issuecomment-459181708">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AWbkq7tTFP2iyK4dn5UxRezWoNb8y1MEks5vIkn0gaJpZM4YZTK5">mute the thread</a>.<img src="https://github.com/notifications/beacon/AWbkq4owXnp02KvvTzYcwt3UKSpkVe9nks5vIkn0gaJpZM4YZTK5.gif" height="1" width="1" alt="" /></p>
<script type="application/json" data-scope="inboxmarkup">{"api_version":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name":"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"https://github.githubassets.com/images/email/message_cards/header.png","avatar_image_url":"https://github.githubassets.com/images/email/message_cards/avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/quicwg/base-drafts"}},"updates":{"snippets":[{"icon":"PERSON","message":"@martinthomson in #1993: Tokyo conclusion: this is a candidate for an extension."}],"action":{"name":"View Issue","url":"https://github.com/quicwg/base-drafts/issues/1993#issuecomment-459181708"}}}</script>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/issues/1993#issuecomment-459181708",
"url": "https://github.com/quicwg/base-drafts/issues/1993#issuecomment-459181708",
"name": "View Issue"
},
"description": "View this Issue on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>
----==_mimepart_5c525274b17e7_3ce23fd37bad45c486824--


From nobody Wed Jan 30 17:42: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 F0162126C01 for <quic-issues@ietfa.amsl.com>; Wed, 30 Jan 2019 17:42:16 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -10.935
X-Spam-Level: 
X-Spam-Status: No, score=-10.935 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIMWL_WL_HIGH=-4.553, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, HTML_IMAGE_ONLY_24=1.618, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-1, RCVD_IN_DNSWL_HI=-5, SPF_PASS=-0.001] autolearn=ham autolearn_force=no
Authentication-Results: ietfa.amsl.com (amavisd-new); dkim=pass (1024-bit key) header.d=github.com
Received: from mail.ietf.org ([4.31.198.44]) by localhost (ietfa.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id dHd0lX8_C7qT for <quic-issues@ietfa.amsl.com>; Wed, 30 Jan 2019 17:42:15 -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 157D3124D68 for <quic-issues@ietf.org>; Wed, 30 Jan 2019 17:42:15 -0800 (PST)
Date: Wed, 30 Jan 2019 17:42:13 -0800
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1548898934; bh=VmlozJHlNdno/k20U28JPR9fBOZyY/rJ2G8AHMRWX8g=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=E93cs1Njn0zZKA4TTsuvbhqm6RIHTObV5qViwxGhkpdjzhaM5F+kIHEtAJLGy8euL Nz9GvGmw9R/ElVX4CBDYpMhTkWrh4UcBKj0yNxnsSYWjSFC/vcgw839f0QYckyaXGI g25Nes/o6Lyr8bJNhJBx4nqtI3olCPkxrmxVgroQ=
From: Martin Thomson <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+0166e4abb0442036d902860a10a185bb90b187dabc06bb1a92cf00000001186a147592a169ce16a1bbee@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/issue/1993/issue_event/2108216457@github.com>
In-Reply-To: <quicwg/base-drafts/issues/1993@github.com>
References: <quicwg/base-drafts/issues/1993@github.com>
Subject: Re: [quicwg/base-drafts] Introduce a bit to indicate the server doesn't do IP-based authentication (#1993)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5c525275f06df_5ed33fb0f30d45c455022"; 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/KjAskutVpl0NiqN5P_rjwtnTSTc>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
List-Id: Notification list for GitHub issues related to the QUIC WG <quic-issues.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=unsubscribe>
List-Archive: <https://mailarchive.ietf.org/arch/browse/quic-issues/>
List-Post: <mailto:quic-issues@ietf.org>
List-Help: <mailto:quic-issues-request@ietf.org?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, 31 Jan 2019 01:42:17 -0000

----==_mimepart_5c525275f06df_5ed33fb0f30d45c455022
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

Closed #1993.

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/quicwg/base-drafts/issues/1993#event-2108216457
----==_mimepart_5c525275f06df_5ed33fb0f30d45c455022
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="379698158" data-permission-text="Issue title is private" data-url="https://github.com/quicwg/base-drafts/issues/1993" data-hovercard-type="issue" data-hovercard-url="/quicwg/base-drafts/issues/1993/hovercard" href="https://github.com/quicwg/base-drafts/issues/1993">#1993</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/1993#event-2108216457">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AWbkq2oPy-XaqCVm_uja6y7smSWeGsmpks5vIkn1gaJpZM4YZTK5">mute the thread</a>.<img src="https://github.com/notifications/beacon/AWbkqxUodWC9oJZCNE4aGR0XMcnDlJfDks5vIkn1gaJpZM4YZTK5.gif" height="1" width="1" alt="" /></p>
<script type="application/json" data-scope="inboxmarkup">{"api_version":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name":"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"https://github.githubassets.com/images/email/message_cards/header.png","avatar_image_url":"https://github.githubassets.com/images/email/message_cards/avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/quicwg/base-drafts"}},"updates":{"snippets":[{"icon":"DESCRIPTION","message":"Closed #1993."}],"action":{"name":"View Issue","url":"https://github.com/quicwg/base-drafts/issues/1993#event-2108216457"}}}</script>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/issues/1993#event-2108216457",
"url": "https://github.com/quicwg/base-drafts/issues/1993#event-2108216457",
"name": "View Issue"
},
"description": "View this Issue on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>
----==_mimepart_5c525275f06df_5ed33fb0f30d45c455022--


From nobody Wed Jan 30 17:42: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 29E5D126CC7 for <quic-issues@ietfa.amsl.com>; Wed, 30 Jan 2019 17:42:21 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -10.935
X-Spam-Level: 
X-Spam-Status: No, score=-10.935 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIMWL_WL_HIGH=-4.553, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, HTML_IMAGE_ONLY_24=1.618, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-1, RCVD_IN_DNSWL_HI=-5, SPF_PASS=-0.001] autolearn=ham autolearn_force=no
Authentication-Results: ietfa.amsl.com (amavisd-new); dkim=pass (1024-bit key) header.d=github.com
Received: from mail.ietf.org ([4.31.198.44]) by localhost (ietfa.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id sNmSEdvwE7v1 for <quic-issues@ietfa.amsl.com>; Wed, 30 Jan 2019 17:42: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 3F568130EE2 for <quic-issues@ietf.org>; Wed, 30 Jan 2019 17:42:19 -0800 (PST)
Date: Wed, 30 Jan 2019 17:42:18 -0800
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1548898938; bh=yoKYsA9m11b7p758PnPNDuCGlEIsQ7ePfgIrTPEcdNk=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=Tb81CO0RP3CG6xUDLYjkl9jQxsDqvUnkYBRqG/4A1nnWQkTUVDEJLy67ivJ24t33y nmbyHsF/QIUvzXvHCyhcFOopTRT5JkQTgZOf8ZwqauNMzL2b8dbR1slk17QSWAWnlB WHwLJcN12mXJZxSnmiGjjcYsE7CxXUC+QN2UgcNY=
From: Mike Bishop <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+0166e4ab7f2f3db7f6be51896a592de28959a02e386b286992cf00000001186a147a92a169ce17e00219@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/issues/2344/459181722@github.com>
In-Reply-To: <quicwg/base-drafts/issues/2344@github.com>
References: <quicwg/base-drafts/issues/2344@github.com>
Subject: Re: [quicwg/base-drafts] Frames that are allowed in 0-RTT packets (#2344)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5c52527a49b96_1e483fafadad45c0873d9"; 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/F_uF7SW0ImUMno15561tB41QaU8>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
List-Id: Notification list for GitHub issues related to the QUIC WG <quic-issues.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=unsubscribe>
List-Archive: <https://mailarchive.ietf.org/arch/browse/quic-issues/>
List-Post: <mailto:quic-issues@ietf.org>
List-Help: <mailto:quic-issues-request@ietf.org?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, 31 Jan 2019 01:42:21 -0000

----==_mimepart_5c52527a49b96_1e483fafadad45c0873d9
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

The congestion controller and the limitations on how many bytes can be sent to an unvalidated address are separate from flow control.  What frames are permitted in 0-RTT has no bearing on those limits.

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/quicwg/base-drafts/issues/2344#issuecomment-459181722
----==_mimepart_5c52527a49b96_1e483fafadad45c0873d9
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

<p>The congestion controller and the limitations on how many bytes can be sent to an unvalidated address are separate from flow control.  What frames are permitted in 0-RTT has no bearing on those limits.</p>

<p style="font-size:small;-webkit-text-size-adjust:none;color:#666;">&mdash;<br />You are receiving this because you are subscribed to this thread.<br />Reply to this email directly, <a href="https://github.com/quicwg/base-drafts/issues/2344#issuecomment-459181722">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AWbkqy3A32OThikdz87o48n0aTwvY5_Bks5vIkn6gaJpZM4aHKE6">mute the thread</a>.<img src="https://github.com/notifications/beacon/AWbkq5InfW6vRC5zByKS7EkdWQmHQqFgks5vIkn6gaJpZM4aHKE6.gif" height="1" width="1" alt="" /></p>
<script type="application/json" data-scope="inboxmarkup">{"api_version":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name":"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"https://github.githubassets.com/images/email/message_cards/header.png","avatar_image_url":"https://github.githubassets.com/images/email/message_cards/avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/quicwg/base-drafts"}},"updates":{"snippets":[{"icon":"PERSON","message":"@MikeBishop in #2344: The congestion controller and the limitations on how many bytes can be sent to an unvalidated address are separate from flow control.  What frames are permitted in 0-RTT has no bearing on those limits."}],"action":{"name":"View Issue","url":"https://github.com/quicwg/base-drafts/issues/2344#issuecomment-459181722"}}}</script>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/issues/2344#issuecomment-459181722",
"url": "https://github.com/quicwg/base-drafts/issues/2344#issuecomment-459181722",
"name": "View Issue"
},
"description": "View this Issue on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>
----==_mimepart_5c52527a49b96_1e483fafadad45c0873d9--


From nobody Wed Jan 30 17:53: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 BD8B9130EBA for <quic-issues@ietfa.amsl.com>; Wed, 30 Jan 2019 17:53:34 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -11.007
X-Spam-Level: 
X-Spam-Status: No, score=-11.007 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIMWL_WL_HIGH=-4.553, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, HTML_IMAGE_ONLY_20=1.546, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-1, RCVD_IN_DNSWL_HI=-5, SPF_PASS=-0.001] autolearn=ham autolearn_force=no
Authentication-Results: ietfa.amsl.com (amavisd-new); dkim=pass (1024-bit key) header.d=github.com
Received: from mail.ietf.org ([4.31.198.44]) by localhost (ietfa.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id NiPHfcMnUMtk for <quic-issues@ietfa.amsl.com>; Wed, 30 Jan 2019 17:53: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 BE9D2131351 for <quic-issues@ietf.org>; Wed, 30 Jan 2019 17:53:21 -0800 (PST)
Date: Wed, 30 Jan 2019 17:53:19 -0800
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1548899599; bh=YiimUIPuNCyuqO65+PrT+4V/ZJ44UJ6o59MNIFngfqU=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=Bv5WeYmnb5V7H5bKSv0UKMG545dpeYxwDwid7rHNlo+sp4x0B5MrmAiy/pniLtiaB ciYGjFdAZOhQVK+BRXgtO9jItOGMkLQxU1a/4mnBMiwk0U3MPcJi7KCSqpUYqB8qKH aS2q/7c3oVMiIbcNCPtTeiOsZOqRq9EIG1ahVS88=
From: Martin Thomson <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+0166e4ab4e944b47639ba01ab1ce310607a5d7207abe58cc92cf00000001186a170f92a169ce0c5055ab@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/issues/279/459184019@github.com>
In-Reply-To: <quicwg/base-drafts/issues/279@github.com>
References: <quicwg/base-drafts/issues/279@github.com>
Subject: Re: [quicwg/base-drafts] Public Troubleshooting Flags (#279)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5c52550fbaf93_79cb3f935eed45b42264ac"; 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/2nSBg8XbBi2mcaeW-d5KmfqvPQY>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
List-Id: Notification list for GitHub issues related to the QUIC WG <quic-issues.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=unsubscribe>
List-Archive: <https://mailarchive.ietf.org/arch/browse/quic-issues/>
List-Post: <mailto:quic-issues@ietf.org>
List-Help: <mailto:quic-issues-request@ietf.org?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, 31 Jan 2019 01:53:35 -0000

----==_mimepart_5c52550fbaf93_79cb3f935eed45b42264ac
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

Tokyo conclusion: v2.

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/quicwg/base-drafts/issues/279#issuecomment-459184019
----==_mimepart_5c52550fbaf93_79cb3f935eed45b42264ac
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

<p>Tokyo conclusion: v2.</p>

<p style="font-size:small;-webkit-text-size-adjust:none;color:#666;">&mdash;<br />You are receiving this because you are subscribed to this thread.<br />Reply to this email directly, <a href="https://github.com/quicwg/base-drafts/issues/279#issuecomment-459184019">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AWbkq-IVfx0cUUWqNAICGUFm2M82Nyrzks5vIkyPgaJpZM4L8gIN">mute the thread</a>.<img src="https://github.com/notifications/beacon/AWbkq-IbzUTb9S6JIh48NvPwCi-YYYTCks5vIkyPgaJpZM4L8gIN.gif" height="1" width="1" alt="" /></p>
<script type="application/json" data-scope="inboxmarkup">{"api_version":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name":"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"https://github.githubassets.com/images/email/message_cards/header.png","avatar_image_url":"https://github.githubassets.com/images/email/message_cards/avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/quicwg/base-drafts"}},"updates":{"snippets":[{"icon":"PERSON","message":"@martinthomson in #279: Tokyo conclusion: v2."}],"action":{"name":"View Issue","url":"https://github.com/quicwg/base-drafts/issues/279#issuecomment-459184019"}}}</script>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/issues/279#issuecomment-459184019",
"url": "https://github.com/quicwg/base-drafts/issues/279#issuecomment-459184019",
"name": "View Issue"
},
"description": "View this Issue on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>
----==_mimepart_5c52550fbaf93_79cb3f935eed45b42264ac--


From nobody Wed Jan 30 18: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 B3F0A130EBA for <quic-issues@ietfa.amsl.com>; Wed, 30 Jan 2019 18:18:41 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -10.935
X-Spam-Level: 
X-Spam-Status: No, score=-10.935 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIMWL_WL_HIGH=-4.553, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, HTML_IMAGE_ONLY_24=1.618, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-1, RCVD_IN_DNSWL_HI=-5, SPF_PASS=-0.001] autolearn=ham autolearn_force=no
Authentication-Results: ietfa.amsl.com (amavisd-new); dkim=pass (1024-bit key) header.d=github.com
Received: from mail.ietf.org ([4.31.198.44]) by localhost (ietfa.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id j8Gu10iZymh6 for <quic-issues@ietfa.amsl.com>; Wed, 30 Jan 2019 18:18: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 EB2481271FF for <quic-issues@ietf.org>; Wed, 30 Jan 2019 18:18:39 -0800 (PST)
Date: Wed, 30 Jan 2019 18:18:38 -0800
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1548901118; bh=xK97rBT9GDz+5wepU6ZiwYj7Mql0pWmqgU8ePogvpSg=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=1LPF+dTGE8uQtXnthbbT8y+RgvRwGlCYw69SK679T67KAgoQRhpL/919t7hKKOWoX 7lwYL90WU9hCGSW7dpO6jGDfkdWor8ER9vszBfOPhH10zPnI8xy8k0uIF4SaHsk6lL imN/W0pWgyMv9MUf1JKV4q40WjbRtS5cDxUn/m/o=
From: Martin Thomson <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+0166e4ab5a8f50d1b601989dd6425e334fffa77751ed7d9f92cf00000001186a1cfe92a169ce1678fc4e@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/issues/1951/459188958@github.com>
In-Reply-To: <quicwg/base-drafts/issues/1951@github.com>
References: <quicwg/base-drafts/issues/1951@github.com>
Subject: Re: [quicwg/base-drafts] Disconnect with Initial Injection (#1951)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5c525afed03ac_69113fc7b6cd45c0127532"; 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/_kz0a4ClYapbbG86qFNYaFIASTE>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
List-Id: Notification list for GitHub issues related to the QUIC WG <quic-issues.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=unsubscribe>
List-Archive: <https://mailarchive.ietf.org/arch/browse/quic-issues/>
List-Post: <mailto:quic-issues@ietf.org>
List-Help: <mailto:quic-issues-request@ietf.org?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, 31 Jan 2019 02:18:42 -0000

----==_mimepart_5c525afed03ac_69113fc7b6cd45c0127532
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

Discussed in Tokyo:  conclusion will be added to #2267.  We're considering a solution that addresses a number of 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/1951#issuecomment-459188958
----==_mimepart_5c525afed03ac_69113fc7b6cd45c0127532
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

<p>Discussed in Tokyo:  conclusion will be added to <a class="issue-link js-issue-link" data-error-text="Failed to load issue title" data-id="394586860" data-permission-text="Issue title is private" data-url="https://github.com/quicwg/base-drafts/issues/2267" data-hovercard-type="issue" data-hovercard-url="/quicwg/base-drafts/issues/2267/hovercard" href="https://github.com/quicwg/base-drafts/issues/2267">#2267</a>.  We're considering a solution that addresses a number of 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/1951#issuecomment-459188958">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AWbkqz1PlZyJT151RNsTdAYPnawSxaJfks5vIlJ-gaJpZM4YMqOF">mute the thread</a>.<img src="https://github.com/notifications/beacon/AWbkq0mQQ4gXOGtWtK_49RjsBsvDB9s-ks5vIlJ-gaJpZM4YMqOF.gif" height="1" width="1" alt="" /></p>
<script type="application/json" data-scope="inboxmarkup">{"api_version":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name":"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"https://github.githubassets.com/images/email/message_cards/header.png","avatar_image_url":"https://github.githubassets.com/images/email/message_cards/avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/quicwg/base-drafts"}},"updates":{"snippets":[{"icon":"PERSON","message":"@martinthomson in #1951: Discussed in Tokyo:  conclusion will be added to #2267.  We're considering a solution that addresses a number of issues."}],"action":{"name":"View Issue","url":"https://github.com/quicwg/base-drafts/issues/1951#issuecomment-459188958"}}}</script>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/issues/1951#issuecomment-459188958",
"url": "https://github.com/quicwg/base-drafts/issues/1951#issuecomment-459188958",
"name": "View Issue"
},
"description": "View this Issue on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>
----==_mimepart_5c525afed03ac_69113fc7b6cd45c0127532--


From nobody Wed Jan 30 18:22: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 97931130EBA for <quic-issues@ietfa.amsl.com>; Wed, 30 Jan 2019 18:22:37 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -12.553
X-Spam-Level: 
X-Spam-Status: No, score=-12.553 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIMWL_WL_HIGH=-4.553, 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_PASS=-0.001] autolearn=ham autolearn_force=no
Authentication-Results: ietfa.amsl.com (amavisd-new); dkim=pass (1024-bit key) header.d=github.com
Received: from mail.ietf.org ([4.31.198.44]) by localhost (ietfa.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id Fu6xtBw8V2c0 for <quic-issues@ietfa.amsl.com>; Wed, 30 Jan 2019 18:22: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 A44121271FF for <quic-issues@ietf.org>; Wed, 30 Jan 2019 18:22:35 -0800 (PST)
Date: Wed, 30 Jan 2019 18:22:34 -0800
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1548901354; bh=wzu5mZcFY7ItItQuj8sk3xFB7QQVu1fqYHms3UpR7fI=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=p+nEWNx8H/SUX9hU+YsTPyRvSQwpXd6AqSNB7OA3C2vlcneqxH4a1Da7+aPd58T8r FiXCJp0297/7iazLG5T6MQJ6HSOXE8A1vhUeda+0ePoq7J4W7kqUbQyRiOZmihd5e+ XXjp8we/EjW8k53zxbfuQlp3w6zsFsLvkujy6NiI=
From: Jana Iyengar <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+0166e4ab54fcdffe9335d19b2ced143d06fad9730676995692cf00000001186a1dea92a169ce180d1061@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/pull/2370/review/198395293@github.com>
In-Reply-To: <quicwg/base-drafts/pull/2370@github.com>
References: <quicwg/base-drafts/pull/2370@github.com>
Subject: Re: [quicwg/base-drafts] Stronger migration handshake (#2370)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5c525bea5c289_de53fce618d45b8429f"; 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/JmeFnHgjoQ0sw9pnBSjjOnaL0fQ>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
List-Id: Notification list for GitHub issues related to the QUIC WG <quic-issues.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=unsubscribe>
List-Archive: <https://mailarchive.ietf.org/arch/browse/quic-issues/>
List-Post: <mailto:quic-issues@ietf.org>
List-Help: <mailto:quic-issues-request@ietf.org?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, 31 Jan 2019 02:22:37 -0000

----==_mimepart_5c525bea5c289_de53fce618d45b8429f
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

janaiyengar commented on this pull request.

A few comments

> +### Handshake Completion {#handshake-completion}
+
+The connection establishment handshake concludes when both parties have
+successfully agreed on the protocol version and on encryption keys, and
+have obtained insurance that all necessary Initial and Handshake messages
+have been properly received by their peers, as defined in {{QUIC-TLS}}.
+
+For the server, this is achieved when the TLS stack informs the
+transport that the session establishment is complete, and that the
+1-RTT receive keys can now be used, as indicated in section 4.1.3 of
+{{QUIC-TLS}}.
+
+For the client, this is achieved after the 1-RTT keys become available 
+when the server acknowledges either the client's Handshake message carrying
+the last element of the Crypto Stream or an 1-RTT message sent by the client.
+Waiting for either of these events allows the client to verify the

```suggestion
Waiting for either of these events allows the client to verify that
```

> +
+The connection establishment handshake concludes when both parties have
+successfully agreed on the protocol version and on encryption keys, and
+have obtained insurance that all necessary Initial and Handshake messages
+have been properly received by their peers, as defined in {{QUIC-TLS}}.
+
+For the server, this is achieved when the TLS stack informs the
+transport that the session establishment is complete, and that the
+1-RTT receive keys can now be used, as indicated in section 4.1.3 of
+{{QUIC-TLS}}.
+
+For the client, this is achieved after the 1-RTT keys become available 
+when the server acknowledges either the client's Handshake message carrying
+the last element of the Crypto Stream or an 1-RTT message sent by the client.
+Waiting for either of these events allows the client to verify the
+completion of the handshake even in cases where the Handshake

```suggestion
the handshake is complete, even in cases where acknowledgements for
```

> +The connection establishment handshake concludes when both parties have
+successfully agreed on the protocol version and on encryption keys, and
+have obtained insurance that all necessary Initial and Handshake messages
+have been properly received by their peers, as defined in {{QUIC-TLS}}.
+
+For the server, this is achieved when the TLS stack informs the
+transport that the session establishment is complete, and that the
+1-RTT receive keys can now be used, as indicated in section 4.1.3 of
+{{QUIC-TLS}}.
+
+For the client, this is achieved after the 1-RTT keys become available 
+when the server acknowledges either the client's Handshake message carrying
+the last element of the Crypto Stream or an 1-RTT message sent by the client.
+Waiting for either of these events allows the client to verify the
+completion of the handshake even in cases where the Handshake
+acknowledgement is lost.

```suggestion
Handshake packets are lost.
```

> @@ -1532,6 +1532,24 @@ be unambiguously different to ensure no confusion about their interpretation.
 One way that a new format could be introduced is to define a TLS extension with
 a different codepoint.
 
+### Handshake Completion {#handshake-completion}
+
+The connection establishment handshake concludes when both parties have

I don't agree with some of this text, but importantly, it's more than is needed. Suggested rephrase of this paragraph, and combine this with the next paragraph: "Connection handshake is complete when version negotiation is complete and 1-RTT keys are available at both endpoints."

> @@ -1532,6 +1532,24 @@ be unambiguously different to ensure no confusion about their interpretation.
 One way that a new format could be introduced is to define a TLS extension with
 a different codepoint.
 
+### Handshake Completion {#handshake-completion}
+
+The connection establishment handshake concludes when both parties have
+successfully agreed on the protocol version and on encryption keys, and
+have obtained insurance that all necessary Initial and Handshake messages
+have been properly received by their peers, as defined in {{QUIC-TLS}}.
+
+For the server, this is achieved when the TLS stack informs the
+transport that the session establishment is complete, and that the
+1-RTT receive keys can now be used, as indicated in section 4.1.3 of
+{{QUIC-TLS}}.
+
+For the client, this is achieved after the 1-RTT keys become available 
+when the server acknowledges either the client's Handshake message carrying

Replace "the server acknowledges ... by the client" with "either all Handshake packets or a 1-RTT packet sent by the client are 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/pull/2370#pullrequestreview-198395293
----==_mimepart_5c525bea5c289_de53fce618d45b8429f
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/2370#discussi=
on_r252511088">draft-ietf-quic-transport.md</a>:</p>=0D
<pre style=3D'color:#555'>&gt; +### Handshake Completion {#handshake-comp=
letion}=0D
+=0D
+The connection establishment handshake concludes when both parties have=0D=

+successfully agreed on the protocol version and on encryption keys, and=0D=

+have obtained insurance that all necessary Initial and Handshake message=
s=0D
+have been properly received by their peers, as defined in {{QUIC-TLS}}.=0D=

+=0D
+For the server, this is achieved when the TLS stack informs the=0D
+transport that the session establishment is complete, and that the=0D
+1-RTT receive keys can now be used, as indicated in section 4.1.3 of=0D
+{{QUIC-TLS}}.=0D
+=0D
+For the client, this is achieved after the 1-RTT keys become available =0D=

+when the server acknowledges either the client&#39;s Handshake message c=
arrying=0D
+the last element of the Crypto Stream or an 1-RTT message sent by the cl=
ient.=0D
+Waiting for either of these events allows the client to verify the=0D
</pre>=0D
=E2=AC=87=EF=B8=8F Suggested change=0D
<pre style=3D"color: #555">-Waiting for either of these events allows the=
 client to verify the=0D
+Waiting for either of these events allows the client to verify that=0D
</pre>=0D
=0D
=0D
<hr>=0D
=0D
<p>In <a href=3D"https://github.com/quicwg/base-drafts/pull/2370#discussi=
on_r252511216">draft-ietf-quic-transport.md</a>:</p>=0D
<pre style=3D'color:#555'>&gt; +=0D
+The connection establishment handshake concludes when both parties have=0D=

+successfully agreed on the protocol version and on encryption keys, and=0D=

+have obtained insurance that all necessary Initial and Handshake message=
s=0D
+have been properly received by their peers, as defined in {{QUIC-TLS}}.=0D=

+=0D
+For the server, this is achieved when the TLS stack informs the=0D
+transport that the session establishment is complete, and that the=0D
+1-RTT receive keys can now be used, as indicated in section 4.1.3 of=0D
+{{QUIC-TLS}}.=0D
+=0D
+For the client, this is achieved after the 1-RTT keys become available =0D=

+when the server acknowledges either the client&#39;s Handshake message c=
arrying=0D
+the last element of the Crypto Stream or an 1-RTT message sent by the cl=
ient.=0D
+Waiting for either of these events allows the client to verify the=0D
+completion of the handshake even in cases where the Handshake=0D
</pre>=0D
=E2=AC=87=EF=B8=8F Suggested change=0D
<pre style=3D"color: #555">-completion of the handshake even in cases whe=
re the Handshake=0D
+the handshake is complete, even in cases where acknowledgements for=0D
</pre>=0D
=0D
=0D
<hr>=0D
=0D
<p>In <a href=3D"https://github.com/quicwg/base-drafts/pull/2370#discussi=
on_r252511275">draft-ietf-quic-transport.md</a>:</p>=0D
<pre style=3D'color:#555'>&gt; +The connection establishment handshake co=
ncludes when both parties have=0D
+successfully agreed on the protocol version and on encryption keys, and=0D=

+have obtained insurance that all necessary Initial and Handshake message=
s=0D
+have been properly received by their peers, as defined in {{QUIC-TLS}}.=0D=

+=0D
+For the server, this is achieved when the TLS stack informs the=0D
+transport that the session establishment is complete, and that the=0D
+1-RTT receive keys can now be used, as indicated in section 4.1.3 of=0D
+{{QUIC-TLS}}.=0D
+=0D
+For the client, this is achieved after the 1-RTT keys become available =0D=

+when the server acknowledges either the client&#39;s Handshake message c=
arrying=0D
+the last element of the Crypto Stream or an 1-RTT message sent by the cl=
ient.=0D
+Waiting for either of these events allows the client to verify the=0D
+completion of the handshake even in cases where the Handshake=0D
+acknowledgement is lost.=0D
</pre>=0D
=E2=AC=87=EF=B8=8F Suggested change=0D
<pre style=3D"color: #555">-acknowledgement is lost.=0D
+Handshake packets are lost.=0D
</pre>=0D
=0D
=0D
<hr>=0D
=0D
<p>In <a href=3D"https://github.com/quicwg/base-drafts/pull/2370#discussi=
on_r252512048">draft-ietf-quic-transport.md</a>:</p>=0D
<pre style=3D'color:#555'>&gt; @@ -1532,6 +1532,24 @@ be unambiguously di=
fferent to ensure no confusion about their interpretation.=0D
 One way that a new format could be introduced is to define a TLS extensi=
on with=0D
 a different codepoint.=0D
 =0D
+### Handshake Completion {#handshake-completion}=0D
+=0D
+The connection establishment handshake concludes when both parties have=0D=

</pre>=0D
<p>I don't agree with some of this text, but importantly, it's more than =
is needed. Suggested rephrase of this paragraph, and combine this with th=
e next paragraph: "Connection handshake is complete when version negotiat=
ion is complete and 1-RTT keys are available at both endpoints."</p>=0D
=0D
<hr>=0D
=0D
<p>In <a href=3D"https://github.com/quicwg/base-drafts/pull/2370#discussi=
on_r252514884">draft-ietf-quic-transport.md</a>:</p>=0D
<pre style=3D'color:#555'>&gt; @@ -1532,6 +1532,24 @@ be unambiguously di=
fferent to ensure no confusion about their interpretation.=0D
 One way that a new format could be introduced is to define a TLS extensi=
on with=0D
 a different codepoint.=0D
 =0D
+### Handshake Completion {#handshake-completion}=0D
+=0D
+The connection establishment handshake concludes when both parties have=0D=

+successfully agreed on the protocol version and on encryption keys, and=0D=

+have obtained insurance that all necessary Initial and Handshake message=
s=0D
+have been properly received by their peers, as defined in {{QUIC-TLS}}.=0D=

+=0D
+For the server, this is achieved when the TLS stack informs the=0D
+transport that the session establishment is complete, and that the=0D
+1-RTT receive keys can now be used, as indicated in section 4.1.3 of=0D
+{{QUIC-TLS}}.=0D
+=0D
+For the client, this is achieved after the 1-RTT keys become available =0D=

+when the server acknowledges either the client&#39;s Handshake message c=
arrying=0D
</pre>=0D
<p>Replace "the server acknowledges ... by the client" with "either all H=
andshake packets or a 1-RTT packet sent by the client are acknowledged"</=
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/2370#pullrequestreview-198395293">view it on GitHub</=
a>, or <a href=3D"https://github.com/notifications/unsubscribe-auth/AWbkq=
_p-EjlqVY4pME3oS1PIPl9Pjh6sks5vIlNqgaJpZM4aUhBL">mute the thread</a>.<img=
 src=3D"https://github.com/notifications/beacon/AWbkqzZU5JeOjvAduzU5oAIhA=
w3HeumSks5vIlNqgaJpZM4aUhBL.gif" height=3D"1" width=3D"1" alt=3D"" /></p>=
=0D
<script type=3D"application/json" data-scope=3D"inboxmarkup">{"api_versio=
n":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name"=
:"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"=
quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"http=
s://github.githubassets.com/images/email/message_cards/header.png","avata=
r_image_url":"https://github.githubassets.com/images/email/message_cards/=
avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/q=
uicwg/base-drafts"}},"updates":{"snippets":[{"icon":"PERSON","message":"@=
janaiyengar commented on #2370"}],"action":{"name":"View Pull Request","u=
rl":"https://github.com/quicwg/base-drafts/pull/2370#pullrequestreview-19=
8395293"}}}</script>=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/2370#pullrequestrev=
iew-198395293",=0D
"url": "https://github.com/quicwg/base-drafts/pull/2370#pullrequestreview=
-198395293",=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_5c525bea5c289_de53fce618d45b8429f--


From nobody Wed Jan 30 18: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 8A4AD130EBA for <quic-issues@ietfa.amsl.com>; Wed, 30 Jan 2019 18:24:14 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -12.553
X-Spam-Level: 
X-Spam-Status: No, score=-12.553 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIMWL_WL_HIGH=-4.553, 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_PASS=-0.001] autolearn=ham autolearn_force=no
Authentication-Results: ietfa.amsl.com (amavisd-new); dkim=pass (1024-bit key) header.d=github.com
Received: from mail.ietf.org ([4.31.198.44]) by localhost (ietfa.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id SraJjPYlcgr6 for <quic-issues@ietfa.amsl.com>; Wed, 30 Jan 2019 18:24: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 01E891271FF for <quic-issues@ietf.org>; Wed, 30 Jan 2019 18:24:13 -0800 (PST)
Date: Wed, 30 Jan 2019 18:24:11 -0800
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1548901452; bh=37oDAVCvNWMX8v1S6K4HrNPMQ+C/HsVSacmiYXtdUcc=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=dhvIpD3B9GIfra+qRf2TiArFKpktcUwWrzWBQuR3CkUPoRYCEktMd5aXU4E/wY0d2 uS/fODHv5DPxowFXz+yRMGTjarbC01BtLY4ZXvZs9aldsb2pz9x/0nNQWuLkOAzvjd sqfy2HVCuxRvoP7HtMKJ2BmqEzcxqPd2HD+yO5Xc=
From: Martin Thomson <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+0166e4ab6c22e1dc95bc0123b1d6318af76c91ffe9a8e17c92cf00000001186a1e4b92a169ce1784eaec@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/issues/2267/459190108@github.com>
In-Reply-To: <quicwg/base-drafts/issues/2267@github.com>
References: <quicwg/base-drafts/issues/2267@github.com>
Subject: Re: [quicwg/base-drafts] loss of only two packets can lead to an unrecoverable situation (#2267)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5c525c4bf3143_714d3fc6958d45b47293b"; 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/-olYnrBF32rQVXTPPt3bDc4L4ZI>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
List-Id: Notification list for GitHub issues related to the QUIC WG <quic-issues.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=unsubscribe>
List-Archive: <https://mailarchive.ietf.org/arch/browse/quic-issues/>
List-Post: <mailto:quic-issues@ietf.org>
List-Help: <mailto:quic-issues-request@ietf.org?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, 31 Jan 2019 02:24:15 -0000

----==_mimepart_5c525c4bf3143_714d3fc6958d45b47293b
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

Tokyo conclusion: we will explore the addition of the proposal @nibanks had in https://github.com/quicwg/base-drafts/issues/2267#issuecomment-458852679.  This will allow us to address the multiple key update issue, and make the implicit acknowledgment mess transitioning from Initial to Handshake (i.e., #1951) together with the one solution.

Tentatively, the signal we're looking for is a frame that says "I have emplaced read and write keys for epoch N".  Once a peer has both sent and received this frame, then they can discard keys for earlier epochs (and indeed SHOULD for Initial).

We might also use this as a signal to drive the solution to #2309.

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/quicwg/base-drafts/issues/2267#issuecomment-459190108
----==_mimepart_5c525c4bf3143_714d3fc6958d45b47293b
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: quoted-printable

<p>Tokyo conclusion: we will explore the addition of the proposal <a clas=
s=3D"user-mention" data-hovercard-type=3D"user" data-hovercard-url=3D"/ho=
vercards?user_id=3D20663557" data-octo-click=3D"hovercard-link-click" dat=
a-octo-dimensions=3D"link_type:self" href=3D"https://github.com/nibanks">=
@nibanks</a> had in <a class=3D"issue-link js-issue-link" data-error-text=
=3D"Failed to load issue title" data-id=3D"394586860" data-permission-tex=
t=3D"Issue title is private" data-url=3D"https://github.com/quicwg/base-d=
rafts/issues/2267" data-hovercard-type=3D"issue" data-hovercard-url=3D"/q=
uicwg/base-drafts/issues/2267/hovercard?comment_id=3D458852679&amp;commen=
t_type=3Dissue_comment" href=3D"https://github.com/quicwg/base-drafts/iss=
ues/2267#issuecomment-458852679">#2267 (comment)</a>.  This will allow us=
 to address the multiple key update issue, and make the implicit acknowle=
dgment mess transitioning from Initial to Handshake (i.e., <a class=3D"is=
sue-link js-issue-link" data-error-text=3D"Failed to load issue title" da=
ta-id=3D"377027662" data-permission-text=3D"Issue title is private" data-=
url=3D"https://github.com/quicwg/base-drafts/issues/1951" data-hovercard-=
type=3D"issue" data-hovercard-url=3D"/quicwg/base-drafts/issues/1951/hove=
rcard" href=3D"https://github.com/quicwg/base-drafts/issues/1951">#1951</=
a>) together with the one solution.</p>
<p>Tentatively, the signal we're looking for is a frame that says "I have=
 emplaced read and write keys for epoch N".  Once a peer has both sent an=
d received this frame, then they can discard keys for earlier epochs (and=
 indeed SHOULD for Initial).</p>
<p>We might also use this as a signal to drive the solution to <a class=3D=
"issue-link js-issue-link" data-error-text=3D"Failed to load issue title"=
 data-id=3D"396347659" data-permission-text=3D"Issue title is private" da=
ta-url=3D"https://github.com/quicwg/base-drafts/issues/2309" data-hoverca=
rd-type=3D"issue" data-hovercard-url=3D"/quicwg/base-drafts/issues/2309/h=
overcard" href=3D"https://github.com/quicwg/base-drafts/issues/2309">#230=
9</a>.</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/2267#issuecomment-459190108">view it on GitHub</a>,=
 or <a href=3D"https://github.com/notifications/unsubscribe-auth/AWbkq7As=
J3PfihYR9hlFXc3rJ4VsMGphks5vIlPLgaJpZM4ZjodA">mute the thread</a>.<img sr=
c=3D"https://github.com/notifications/beacon/AWbkqyzJvLesLOuE7_KXR_TTNDeB=
kpp8ks5vIlPLgaJpZM4ZjodA.gif" height=3D"1" width=3D"1" alt=3D"" /></p>
<script type=3D"application/json" data-scope=3D"inboxmarkup">{"api_versio=
n":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name"=
:"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"=
quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"http=
s://github.githubassets.com/images/email/message_cards/header.png","avata=
r_image_url":"https://github.githubassets.com/images/email/message_cards/=
avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/q=
uicwg/base-drafts"}},"updates":{"snippets":[{"icon":"PERSON","message":"@=
martinthomson in #2267: Tokyo conclusion: we will explore the addition of=
 the proposal @nibanks had in https://github.com/quicwg/base-drafts/issue=
s/2267#issuecomment-458852679.  This will allow us to address the multipl=
e key update issue, and make the implicit acknowledgment mess transitioni=
ng from Initial to Handshake (i.e., #1951) together with the one solution=
.\r\n\r\nTentatively, the signal we're looking for is a frame that says \=
"I have emplaced read and write keys for epoch N\".  Once a peer has both=
 sent and received this frame, then they can discard keys for earlier epo=
chs (and indeed SHOULD for Initial).\r\n\r\nWe might also use this as a s=
ignal to drive the solution to #2309."}],"action":{"name":"View Issue","u=
rl":"https://github.com/quicwg/base-drafts/issues/2267#issuecomment-45919=
0108"}}}</script>
<script type=3D"application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/issues/2267#issuecomment=
-459190108",
"url": "https://github.com/quicwg/base-drafts/issues/2267#issuecomment-45=
9190108",
"name": "View Issue"
},
"description": "View this Issue on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>=

----==_mimepart_5c525c4bf3143_714d3fc6958d45b47293b--


From nobody Wed Jan 30 18:25: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 A3E61130EBA for <quic-issues@ietfa.amsl.com>; Wed, 30 Jan 2019 18:25:41 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -6.149
X-Spam-Level: 
X-Spam-Status: No, score=-6.149 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIMWL_WL_HIGH=-4.553, 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_PASS=-0.001] autolearn=ham autolearn_force=no
Authentication-Results: ietfa.amsl.com (amavisd-new); dkim=pass (1024-bit key) header.d=github.com
Received: from mail.ietf.org ([4.31.198.44]) by localhost (ietfa.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id oWUTQfww3sek for <quic-issues@ietfa.amsl.com>; Wed, 30 Jan 2019 18:25:40 -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 3A2FB1271FF for <quic-issues@ietf.org>; Wed, 30 Jan 2019 18:25:40 -0800 (PST)
DKIM-Signature: v=1; a=rsa-sha1; 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=vXPAGrciynoeS04jsWp2HK+wAro=; b=Ncbnx908m8P4TmBo XN28lG9r9Bevtt/+Dsr+vAZCJirBPyI2e11Fl8N4yMaoUNgIfnTphwgIXK7rgK4z phqg9/0xuh2oxTFZnd7Ndl+pqNEGmbdntjHJXklckv6RqTOA6kr6WRA1htgMpZPV r3jLEVK+9LEOMHu8QmqPg5LqF4o=
Received: by filter1478p1mdw1.sendgrid.net with SMTP id filter1478p1mdw1-11895-5C525CA3-5 2019-01-31 02:25:39.04266976 +0000 UTC m=+188100.216396242
Received: from github-lowworker-56a5eb2.cp1-iad.github.net (unknown [192.30.252.33]) by ismtpd0010p1iad1.sendgrid.net (SG) with ESMTP id 0TqLfnmmQBaHnBNC8wO4Og for <quic-issues@ietf.org>; Thu, 31 Jan 2019 02:25:39.015 +0000 (UTC)
Received: from github.com (localhost [127.0.0.1]) by github-lowworker-56a5eb2.cp1-iad.github.net (Postfix) with ESMTP id 019BDC00DF for <quic-issues@ietf.org>; Wed, 30 Jan 2019 18:25:39 -0800 (PST)
Date: Thu, 31 Jan 2019 02:25:39 +0000 (UTC)
From: Martin Thomson <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+0166e4ab0c8f9a837baa61e4e3a1a3d90bd10ddf133dbd6392cf00000001186a1ea292a169ce179fc90b@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/issues/2309/459190390@github.com>
In-Reply-To: <quicwg/base-drafts/issues/2309@github.com>
References: <quicwg/base-drafts/issues/2309@github.com>
Subject: Re: [quicwg/base-drafts] Migration before handshake completed is very messy (#2309)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5c525ca35f9_202c3f95334d45c410797b"; 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-SG-EID: l64QuQ2uJCcEyUykJbxN122A6QRmEpucztpreh3Pak1vjwMbQgHAiEyinyVMq411x2X+2hI9JNO7Hc 5/+AxmQ61bESsPZpPCm6xKzis2ACMT6ROjszHkY6s7kjedjforOUg/lMKQJLmJ+jJo/64KL44SMFx1 OUyq7WFJnJrVXVTR3GggfV++gHKryWdGenMRufCpf9mnIPiCOTIKRwjvjm4O2AbhsIcFT4t9iHMp5v k=
Archived-At: <https://mailarchive.ietf.org/arch/msg/quic-issues/0yxO09hVgOoRK2eBKcnZozsk1zs>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
List-Id: Notification list for GitHub issues related to the QUIC WG <quic-issues.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=unsubscribe>
List-Archive: <https://mailarchive.ietf.org/arch/browse/quic-issues/>
List-Post: <mailto:quic-issues@ietf.org>
List-Help: <mailto:quic-issues-request@ietf.org?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, 31 Jan 2019 02:25:42 -0000

----==_mimepart_5c525ca35f9_202c3f95334d45c410797b
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

Tokyo conclusion: the answer to #2267 will provide a basis for defining the transition point.  @huitema has a PR and can update that when we have an answer 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/issues/2309#issuecomment-459190390
----==_mimepart_5c525ca35f9_202c3f95334d45c410797b
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

<p>Tokyo conclusion: the answer to <a class="issue-link js-issue-link" data-error-text="Failed to load issue title" data-id="394586860" data-permission-text="Issue title is private" data-url="https://github.com/quicwg/base-drafts/issues/2267" data-hovercard-type="issue" data-hovercard-url="/quicwg/base-drafts/issues/2267/hovercard" href="https://github.com/quicwg/base-drafts/issues/2267">#2267</a> will provide a basis for defining the transition point.  <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> has a PR and can update that when we have an answer 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/issues/2309#issuecomment-459190390">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AWbkq_9rCWfHgQmcCSd2S1QATrQ1EaYXks5vIlQigaJpZM4Zy3KE">mute the thread</a>.<img src="https://github.com/notifications/beacon/AWbkq8pysPCGhfGxPTL4uH_gf46hcacFks5vIlQigaJpZM4Zy3KE.gif" height="1" width="1" alt="" /></p>
<script type="application/json" data-scope="inboxmarkup">{"api_version":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name":"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"https://github.githubassets.com/images/email/message_cards/header.png","avatar_image_url":"https://github.githubassets.com/images/email/message_cards/avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/quicwg/base-drafts"}},"updates":{"snippets":[{"icon":"PERSON","message":"@martinthomson in #2309: Tokyo conclusion: the answer to #2267 will provide a basis for defining the transition point.  @huitema has a PR and can update that when we have an answer there."}],"action":{"name":"View Issue","url":"https://github.com/quicwg/base-drafts/issues/2309#issuecomment-459190390"}}}</script>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/issues/2309#issuecomment-459190390",
"url": "https://github.com/quicwg/base-drafts/issues/2309#issuecomment-459190390",
"name": "View Issue"
},
"description": "View this Issue on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>
----==_mimepart_5c525ca35f9_202c3f95334d45c410797b--


From nobody Wed Jan 30 18:39: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 EE8F7130EBA for <quic-issues@ietfa.amsl.com>; Wed, 30 Jan 2019 18:39:12 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -10.935
X-Spam-Level: 
X-Spam-Status: No, score=-10.935 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIMWL_WL_HIGH=-4.553, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, HTML_IMAGE_ONLY_24=1.618, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-1, RCVD_IN_DNSWL_HI=-5, SPF_PASS=-0.001] autolearn=ham autolearn_force=no
Authentication-Results: ietfa.amsl.com (amavisd-new); dkim=pass (1024-bit key) header.d=github.com
Received: from mail.ietf.org ([4.31.198.44]) by localhost (ietfa.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id NHdRfKTrywDz for <quic-issues@ietfa.amsl.com>; Wed, 30 Jan 2019 18:39: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 22AF71271FF for <quic-issues@ietf.org>; Wed, 30 Jan 2019 18:39:11 -0800 (PST)
Date: Wed, 30 Jan 2019 18:39:10 -0800
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1548902350; bh=okWEcmxDJe+WOhTtLwCVe+odkbIQScYV1Y1SAk9R4wM=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=izGBNAVgcB+FnF2ifTnhped8dcPOqaXgPiEA+NKskQ0OyLYvkeympobmXoo2pDy80 uiw3d5nbk5blLRW9ReThkPzGq6ml4Ft4XnACVyrYBTsuCg1TmXPTmmFrqXnJMHcaBk cEqIsMW/5GBgWzrajgFQCiSNtdZhJ3LCg3ciNIn4=
From: Martin Thomson <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+0166e4abcd849f09ae51a0ed1d12926b6e977d8f5dc8782592cf00000001186a21ce92a169ce174d10b9@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/issues/2180/459192852@github.com>
In-Reply-To: <quicwg/base-drafts/issues/2180@github.com>
References: <quicwg/base-drafts/issues/2180@github.com>
Subject: Re: [quicwg/base-drafts] Is Retry a new connection or what? (#2180)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5c525fce28993_73723fc6958d45b419005d"; 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/WLy8el-W_mjC2ijvemgQIh5A-TE>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
List-Id: Notification list for GitHub issues related to the QUIC WG <quic-issues.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=unsubscribe>
List-Archive: <https://mailarchive.ietf.org/arch/browse/quic-issues/>
List-Post: <mailto:quic-issues@ietf.org>
List-Help: <mailto:quic-issues-request@ietf.org?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, 31 Jan 2019 02:39:13 -0000

----==_mimepart_5c525fce28993_73723fc6958d45b419005d
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

Tokyo conclusion: It's the same connection.  We will prohibit changing the cryptographic handshake message based on receiving Retry.

You can think of this as re-sending a lost 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/issues/2180#issuecomment-459192852
----==_mimepart_5c525fce28993_73723fc6958d45b419005d
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

<p>Tokyo conclusion: It's the same connection.  We will prohibit changing the cryptographic handshake message based on receiving Retry.</p>
<p>You can think of this as re-sending a lost 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/issues/2180#issuecomment-459192852">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AWbkq1cOAETCWFwStINPlHHFd2UESsAeks5vIldOgaJpZM4ZSts9">mute the thread</a>.<img src="https://github.com/notifications/beacon/AWbkq7pqMVD3uhAA2S90ZQqbTTMTMIg6ks5vIldOgaJpZM4ZSts9.gif" height="1" width="1" alt="" /></p>
<script type="application/json" data-scope="inboxmarkup">{"api_version":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name":"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"https://github.githubassets.com/images/email/message_cards/header.png","avatar_image_url":"https://github.githubassets.com/images/email/message_cards/avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/quicwg/base-drafts"}},"updates":{"snippets":[{"icon":"PERSON","message":"@martinthomson in #2180: Tokyo conclusion: It's the same connection.  We will prohibit changing the cryptographic handshake message based on receiving Retry.\r\n\r\nYou can think of this as re-sending a lost Initial."}],"action":{"name":"View Issue","url":"https://github.com/quicwg/base-drafts/issues/2180#issuecomment-459192852"}}}</script>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/issues/2180#issuecomment-459192852",
"url": "https://github.com/quicwg/base-drafts/issues/2180#issuecomment-459192852",
"name": "View Issue"
},
"description": "View this Issue on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>
----==_mimepart_5c525fce28993_73723fc6958d45b419005d--


From nobody Wed Jan 30 18:44: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 118AD130ED6 for <quic-issues@ietfa.amsl.com>; Wed, 30 Jan 2019 18:44:15 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -10.935
X-Spam-Level: 
X-Spam-Status: No, score=-10.935 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIMWL_WL_HIGH=-4.553, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, HTML_IMAGE_ONLY_24=1.618, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-1, RCVD_IN_DNSWL_HI=-5, SPF_PASS=-0.001] autolearn=ham autolearn_force=no
Authentication-Results: ietfa.amsl.com (amavisd-new); dkim=pass (1024-bit key) header.d=github.com
Received: from mail.ietf.org ([4.31.198.44]) by localhost (ietfa.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id e2NBFqBY7q9v for <quic-issues@ietfa.amsl.com>; Wed, 30 Jan 2019 18:44:13 -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 7938C130EBA for <quic-issues@ietf.org>; Wed, 30 Jan 2019 18:44:13 -0800 (PST)
Date: Wed, 30 Jan 2019 18:44:12 -0800
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1548902652; bh=NdJC0e3BVNVnCwHThTWkO2zx0YCsP/zy7p6MVkfE6b4=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=GhynrBLrgx0KGq4bRkiyl9T++LuNDD8JrOWkKPa8wA4D4XeJRSPfZFtFlW2PB7joT pA/s7IlI6vk1EQU5IntNX3X/HwmbY7QqawAMwJUKLqFFixp37vVu60cEWukghudmmH l7vMnzgT69nyYLujWG3pC39EsvX9TC0+jzM8jw6w=
From: Martin Thomson <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+0166e4ab483287b7f59b9efdfc9e384126fa615c6a00e3bb92cf00000001186a22fc92a169ce0e2f8cc9@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/issues/655/459193822@github.com>
In-Reply-To: <quicwg/base-drafts/issues/655@github.com>
References: <quicwg/base-drafts/issues/655@github.com>
Subject: Re: [quicwg/base-drafts] 1-RTT stateless rejects (#655)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5c5260fc958fd_52fe3fbce40d45b82968fb"; 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/OxTKdeJpMJo_QTQUsIV6s-hD3gU>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
List-Id: Notification list for GitHub issues related to the QUIC WG <quic-issues.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=unsubscribe>
List-Archive: <https://mailarchive.ietf.org/arch/browse/quic-issues/>
List-Post: <mailto:quic-issues@ietf.org>
List-Help: <mailto:quic-issues-request@ietf.org?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, 31 Jan 2019 02:44:15 -0000

----==_mimepart_5c5260fc958fd_52fe3fbce40d45b82968fb
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

Tokyo conclusion: @vasilvv is surprised this is still open and thought this was v2.  Now 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/issues/655#issuecomment-459193822
----==_mimepart_5c5260fc958fd_52fe3fbce40d45b82968fb
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

<p>Tokyo conclusion: <a class="user-mention" data-hovercard-type="user" data-hovercard-url="/hovercards?user_id=123512" data-octo-click="hovercard-link-click" data-octo-dimensions="link_type:self" href="https://github.com/vasilvv">@vasilvv</a> is surprised this is still open and thought this was v2.  Now 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/issues/655#issuecomment-459193822">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AWbkq0d99RUQPR_DGQxylqNPOM3xcu54ks5vIlh8gaJpZM4OC8oy">mute the thread</a>.<img src="https://github.com/notifications/beacon/AWbkq2Ecbm0JjdlXjnpVccxpN1vNCW2tks5vIlh8gaJpZM4OC8oy.gif" height="1" width="1" alt="" /></p>
<script type="application/json" data-scope="inboxmarkup">{"api_version":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name":"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"https://github.githubassets.com/images/email/message_cards/header.png","avatar_image_url":"https://github.githubassets.com/images/email/message_cards/avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/quicwg/base-drafts"}},"updates":{"snippets":[{"icon":"PERSON","message":"@martinthomson in #655: Tokyo conclusion: @vasilvv is surprised this is still open and thought this was v2.  Now it is."}],"action":{"name":"View Issue","url":"https://github.com/quicwg/base-drafts/issues/655#issuecomment-459193822"}}}</script>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/issues/655#issuecomment-459193822",
"url": "https://github.com/quicwg/base-drafts/issues/655#issuecomment-459193822",
"name": "View Issue"
},
"description": "View this Issue on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>
----==_mimepart_5c5260fc958fd_52fe3fbce40d45b82968fb--


From nobody Wed Jan 30 18:46: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 5F9D51271FF for <quic-issues@ietfa.amsl.com>; Wed, 30 Jan 2019 18:46:20 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -11.007
X-Spam-Level: 
X-Spam-Status: No, score=-11.007 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIMWL_WL_HIGH=-4.553, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, HTML_IMAGE_ONLY_20=1.546, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-1, RCVD_IN_DNSWL_HI=-5, SPF_PASS=-0.001] autolearn=ham autolearn_force=no
Authentication-Results: ietfa.amsl.com (amavisd-new); dkim=pass (1024-bit key) header.d=github.com
Received: from mail.ietf.org ([4.31.198.44]) by localhost (ietfa.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id WCsBEbffsDev for <quic-issues@ietfa.amsl.com>; Wed, 30 Jan 2019 18:46: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 BF771126CB6 for <quic-issues@ietf.org>; Wed, 30 Jan 2019 18:46:18 -0800 (PST)
Date: Wed, 30 Jan 2019 18:46:17 -0800
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1548902777; bh=Ppraw/kkqtSIhHMvo1xbQP0jPAdkXNWm8ZHrT5PUbhw=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=wHl3uWOMvka/dI+Yd8MyvtLMCf8YAmw5H2eK4J1nkNbmGsablRZavyO5+iaII9oUM QPSflDbsP3jy4LckYQafJ+cGIEjajh/6gjHAxTM6lKOdnGwo6AX/51cxbtaJjrdxpF wTJjwZFAF7U0YDxVh/jBltWIm1aQtDkew02XnXY4=
From: Martin Thomson <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+0166e4ab49469ba5e074ffa37b346af81a5f4ede905091ab92cf00000001186a237992a169ce182427d2@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/issues/2397/459194179@github.com>
In-Reply-To: <quicwg/base-drafts/issues/2397@github.com>
References: <quicwg/base-drafts/issues/2397@github.com>
Subject: Re: [quicwg/base-drafts] "Invariant check" for any inbound LH packet (#2397)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5c526179ec40e_57733ff1ec4d45b83087f4"; 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/qZhiu4XTKU4enIlzVSUxF6L1BTU>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
List-Id: Notification list for GitHub issues related to the QUIC WG <quic-issues.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=unsubscribe>
List-Archive: <https://mailarchive.ietf.org/arch/browse/quic-issues/>
List-Post: <mailto:quic-issues@ietf.org>
List-Help: <mailto:quic-issues-request@ietf.org?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, 31 Jan 2019 02:46:20 -0000

----==_mimepart_5c526179ec40e_57733ff1ec4d45b83087f4
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

Tokyo conclusion: editorial.  You discard packets from versions other than the negotiated version.

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/quicwg/base-drafts/issues/2397#issuecomment-459194179
----==_mimepart_5c526179ec40e_57733ff1ec4d45b83087f4
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

<p>Tokyo conclusion: editorial.  You discard packets from versions other than the negotiated version.</p>

<p style="font-size:small;-webkit-text-size-adjust:none;color:#666;">&mdash;<br />You are receiving this because you are subscribed to this thread.<br />Reply to this email directly, <a href="https://github.com/quicwg/base-drafts/issues/2397#issuecomment-459194179">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AWbkq_16sv3LSBLwqUfn6UBouYNMMPo4ks5vIlj5gaJpZM4abUXm">mute the thread</a>.<img src="https://github.com/notifications/beacon/AWbkq-nLIYMJcUfcyPbVZ8-CF0PfUXELks5vIlj5gaJpZM4abUXm.gif" height="1" width="1" alt="" /></p>
<script type="application/json" data-scope="inboxmarkup">{"api_version":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name":"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"https://github.githubassets.com/images/email/message_cards/header.png","avatar_image_url":"https://github.githubassets.com/images/email/message_cards/avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/quicwg/base-drafts"}},"updates":{"snippets":[{"icon":"PERSON","message":"@martinthomson in #2397: Tokyo conclusion: editorial.  You discard packets from versions other than the negotiated version."}],"action":{"name":"View Issue","url":"https://github.com/quicwg/base-drafts/issues/2397#issuecomment-459194179"}}}</script>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/issues/2397#issuecomment-459194179",
"url": "https://github.com/quicwg/base-drafts/issues/2397#issuecomment-459194179",
"name": "View Issue"
},
"description": "View this Issue on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>
----==_mimepart_5c526179ec40e_57733ff1ec4d45b83087f4--


From nobody Wed Jan 30 20: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 5781D1288BD for <quic-issues@ietfa.amsl.com>; Wed, 30 Jan 2019 20:47:03 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -11.007
X-Spam-Level: 
X-Spam-Status: No, score=-11.007 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIMWL_WL_HIGH=-4.553, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, HTML_IMAGE_ONLY_20=1.546, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-1, RCVD_IN_DNSWL_HI=-5, SPF_PASS=-0.001] autolearn=ham autolearn_force=no
Authentication-Results: ietfa.amsl.com (amavisd-new); dkim=pass (1024-bit key) header.d=github.com
Received: from mail.ietf.org ([4.31.198.44]) by localhost (ietfa.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id Da4k7Z_n9N2q for <quic-issues@ietfa.amsl.com>; Wed, 30 Jan 2019 20:47:02 -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 F19A312875B for <quic-issues@ietf.org>; Wed, 30 Jan 2019 20:47:01 -0800 (PST)
Date: Wed, 30 Jan 2019 20:47:01 -0800
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1548910021; bh=VsNAM3m02x8LiQ15/znVV4a2Scirdhx6kI2AV1THZ0Y=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=0BEZwNk3D5MkjRmTkDIlGUknaRfImB3K6Eydgrq+CENr+B+WmspUAros7QjZe3EiS i0Z9UTatzsM7yOtd1QiBppB7KFlOnUgeyRRiUbfn5iscB0VLd6bOaoFOiJ+9vcGKRD dDBIJRPUlyWmnrhmbRAY4/030vl7l/ucPzCd0uOc=
From: Mike Bishop <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+0166e4ab04d386ad5a2b34613e628294e949c473ffb46b6992cf00000001186a3fc592a169ce17707793@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/issues/2233/459213811@github.com>
In-Reply-To: <quicwg/base-drafts/issues/2233@github.com>
References: <quicwg/base-drafts/issues/2233@github.com>
Subject: Re: [quicwg/base-drafts] Why are setting identifiers not varints? (#2233)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5c527dc524bd4_54b13f95682d45b42937"; 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/hfKfeYclFXbMyHualArJBYm7vHo>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
List-Id: Notification list for GitHub issues related to the QUIC WG <quic-issues.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=unsubscribe>
List-Archive: <https://mailarchive.ietf.org/arch/browse/quic-issues/>
List-Post: <mailto:quic-issues@ietf.org>
List-Help: <mailto:quic-issues-request@ietf.org?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, 31 Jan 2019 04:47:03 -0000

----==_mimepart_5c527dc524bd4_54b13f95682d45b42937
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

In Tokyo, agreed 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/2233#issuecomment-459213811
----==_mimepart_5c527dc524bd4_54b13f95682d45b42937
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

<p>In Tokyo, agreed 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/2233#issuecomment-459213811">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AWbkq-bU2hIioJyhXMc6ZNq5VJ6Td4AGks5vInVFgaJpZM4ZdEPb">mute the thread</a>.<img src="https://github.com/notifications/beacon/AWbkq1660jLFgbgeyL7t9C8gBNDNqLclks5vInVFgaJpZM4ZdEPb.gif" height="1" width="1" alt="" /></p>
<script type="application/json" data-scope="inboxmarkup">{"api_version":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name":"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"https://github.githubassets.com/images/email/message_cards/header.png","avatar_image_url":"https://github.githubassets.com/images/email/message_cards/avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/quicwg/base-drafts"}},"updates":{"snippets":[{"icon":"PERSON","message":"@MikeBishop in #2233: In Tokyo, agreed to do this."}],"action":{"name":"View Issue","url":"https://github.com/quicwg/base-drafts/issues/2233#issuecomment-459213811"}}}</script>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/issues/2233#issuecomment-459213811",
"url": "https://github.com/quicwg/base-drafts/issues/2233#issuecomment-459213811",
"name": "View Issue"
},
"description": "View this Issue on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>
----==_mimepart_5c527dc524bd4_54b13f95682d45b42937--


From nobody Wed Jan 30 20:58: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 AE56B130ED6 for <quic-issues@ietfa.amsl.com>; Wed, 30 Jan 2019 20:58:30 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -11.007
X-Spam-Level: 
X-Spam-Status: No, score=-11.007 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIMWL_WL_HIGH=-4.553, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, HTML_IMAGE_ONLY_20=1.546, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-1, RCVD_IN_DNSWL_HI=-5, SPF_PASS=-0.001] autolearn=ham autolearn_force=no
Authentication-Results: ietfa.amsl.com (amavisd-new); dkim=pass (1024-bit key) header.d=github.com
Received: from mail.ietf.org ([4.31.198.44]) by localhost (ietfa.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id LHnQ5MuqBoYP for <quic-issues@ietfa.amsl.com>; Wed, 30 Jan 2019 20:58: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 BD39C12875B for <quic-issues@ietf.org>; Wed, 30 Jan 2019 20:58:28 -0800 (PST)
Date: Wed, 30 Jan 2019 20:58:27 -0800
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1548910707; bh=clz6NPEEx8UK6ZVvE0cdk+zFT2RmtwRaNO6WBd3OUHk=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=jmFmn/H2rdw9h+FTmNwNdXsSjarYs099umtxZPwlGfSbNhlRIRvJ6n58zm8YscBPj kiuQOZ1zMgOb9aWTsE5gIRjFfHAoyXT5u8ghoDYr0t+12pq3n1jJslXM/PqmlO+f9n 7jmJhcm9XbYidhEPb5AZ6/1dXjhMAjHG4cTCJuOk=
From: Mike Bishop <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+0166e4abea54f7ee17602578d6341f9911651b90813ecd4d92cf00000001186a427392a169ce1824023d@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/issues/2395/459215682@github.com>
In-Reply-To: <quicwg/base-drafts/issues/2395@github.com>
References: <quicwg/base-drafts/issues/2395@github.com>
Subject: Re: [quicwg/base-drafts] HTTP/3 uses LTV unlike TLS or QUIC transport (#2395)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5c528073c2e17_13b13f9fcf4d45b41487f4"; 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/OrSKCLhU6WIoleZfrBHGLnJXgtE>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
List-Id: Notification list for GitHub issues related to the QUIC WG <quic-issues.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=unsubscribe>
List-Archive: <https://mailarchive.ietf.org/arch/browse/quic-issues/>
List-Post: <mailto:quic-issues@ietf.org>
List-Help: <mailto:quic-issues-request@ietf.org?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, 31 Jan 2019 04:58:31 -0000

----==_mimepart_5c528073c2e17_13b13f9fcf4d45b41487f4
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

Discussed in Tokyo; no opposition to this change and some support.

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/quicwg/base-drafts/issues/2395#issuecomment-459215682
----==_mimepart_5c528073c2e17_13b13f9fcf4d45b41487f4
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

<p>Discussed in Tokyo; no opposition to this change and some support.</p>

<p style="font-size:small;-webkit-text-size-adjust:none;color:#666;">&mdash;<br />You are receiving this because you are subscribed to this thread.<br />Reply to this email directly, <a href="https://github.com/quicwg/base-drafts/issues/2395#issuecomment-459215682">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AWbkq_b4pOD36CL3HLTKiMzFGFxuXlf3ks5vInfzgaJpZM4abRqU">mute the thread</a>.<img src="https://github.com/notifications/beacon/AWbkq0f_HIa-KdfNNB7kYyXVfAcxXNLuks5vInfzgaJpZM4abRqU.gif" height="1" width="1" alt="" /></p>
<script type="application/json" data-scope="inboxmarkup">{"api_version":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name":"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"https://github.githubassets.com/images/email/message_cards/header.png","avatar_image_url":"https://github.githubassets.com/images/email/message_cards/avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/quicwg/base-drafts"}},"updates":{"snippets":[{"icon":"PERSON","message":"@MikeBishop in #2395: Discussed in Tokyo; no opposition to this change and some support."}],"action":{"name":"View Issue","url":"https://github.com/quicwg/base-drafts/issues/2395#issuecomment-459215682"}}}</script>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/issues/2395#issuecomment-459215682",
"url": "https://github.com/quicwg/base-drafts/issues/2395#issuecomment-459215682",
"name": "View Issue"
},
"description": "View this Issue on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>
----==_mimepart_5c528073c2e17_13b13f9fcf4d45b41487f4--


From nobody Wed Jan 30 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 02974130EBA for <quic-issues@ietfa.amsl.com>; Wed, 30 Jan 2019 21:15:17 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -10.935
X-Spam-Level: 
X-Spam-Status: No, score=-10.935 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIMWL_WL_HIGH=-4.553, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, HTML_IMAGE_ONLY_24=1.618, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-1, RCVD_IN_DNSWL_HI=-5, SPF_PASS=-0.001] autolearn=ham autolearn_force=no
Authentication-Results: ietfa.amsl.com (amavisd-new); dkim=pass (1024-bit key) header.d=github.com
Received: from mail.ietf.org ([4.31.198.44]) by localhost (ietfa.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 13UuCBl7sD_1 for <quic-issues@ietfa.amsl.com>; Wed, 30 Jan 2019 21:15: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 477121277BB for <quic-issues@ietf.org>; Wed, 30 Jan 2019 21:15:15 -0800 (PST)
Date: Wed, 30 Jan 2019 21:15:14 -0800
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1548911714; bh=Wltey6Ng/+dpiTGs+oZPtV5GwXp1+aKkfSLX3pfAXkw=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=ygt4IeOGk2/0HBpcPlF3vXLOGkKeBQAe+1RKrpysqu9qx02J3fv5iTQvOPVBW0T/k 1cFvIXTrbHja5gTBTpE4cQwp9bQruvEtWC1e0yYueONLM9B7J1rpjzcnqxGCtQ5kfg m+Qx8S0zPV6hbismAdsAeTcwJ5n4XnHrz1rKuU3U=
From: Mike Bishop <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+0166e4ab75aa8a36f5877052a05af59ee23a055f90cf3c4492cf00000001186a466292a169ce18240d30@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/issues/2396/459218606@github.com>
In-Reply-To: <quicwg/base-drafts/issues/2396@github.com>
References: <quicwg/base-drafts/issues/2396@github.com>
Subject: Re: [quicwg/base-drafts] HTTP/3 frame encodings are unnecessarily difficult to serialize and parse (#2396)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5c52846273740_81b3f9ec36d45c411608e"; 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/hP6nMdu5Qz6UMZFYy1iSeUIYpMM>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
List-Id: Notification list for GitHub issues related to the QUIC WG <quic-issues.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=unsubscribe>
List-Archive: <https://mailarchive.ietf.org/arch/browse/quic-issues/>
List-Post: <mailto:quic-issues@ietf.org>
List-Help: <mailto:quic-issues-request@ietf.org?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, 31 Jan 2019 05:15:17 -0000

----==_mimepart_5c52846273740_81b3f9ec36d45c411608e
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

Discussed in Tokyo; we like the length to be present so that we can know whether we have the entire frame before we begin parsing the frame.  We have decided to keep the length field on all frames, even where redundant.

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/quicwg/base-drafts/issues/2396#issuecomment-459218606
----==_mimepart_5c52846273740_81b3f9ec36d45c411608e
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

<p>Discussed in Tokyo; we like the length to be present so that we can know whether we have the entire frame before we begin parsing the frame.  We have decided to keep the length field on all frames, even where redundant.</p>

<p style="font-size:small;-webkit-text-size-adjust:none;color:#666;">&mdash;<br />You are receiving this because you are subscribed to this thread.<br />Reply to this email directly, <a href="https://github.com/quicwg/base-drafts/issues/2396#issuecomment-459218606">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AWbkqykolJLAhgFyPx0srBs5_SHiwOXRks5vInvigaJpZM4abScO">mute the thread</a>.<img src="https://github.com/notifications/beacon/AWbkqztgoFV9f5B98dAA0nv3hvMGfErZks5vInvigaJpZM4abScO.gif" height="1" width="1" alt="" /></p>
<script type="application/json" data-scope="inboxmarkup">{"api_version":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name":"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"https://github.githubassets.com/images/email/message_cards/header.png","avatar_image_url":"https://github.githubassets.com/images/email/message_cards/avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/quicwg/base-drafts"}},"updates":{"snippets":[{"icon":"PERSON","message":"@MikeBishop in #2396: Discussed in Tokyo; we like the length to be present so that we can know whether we have the entire frame before we begin parsing the frame.  We have decided to keep the length field on all frames, even where redundant."}],"action":{"name":"View Issue","url":"https://github.com/quicwg/base-drafts/issues/2396#issuecomment-459218606"}}}</script>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/issues/2396#issuecomment-459218606",
"url": "https://github.com/quicwg/base-drafts/issues/2396#issuecomment-459218606",
"name": "View Issue"
},
"description": "View this Issue on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>
----==_mimepart_5c52846273740_81b3f9ec36d45c411608e--


From nobody Wed Jan 30 21:15: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 E38D51277BB for <quic-issues@ietfa.amsl.com>; Wed, 30 Jan 2019 21:15:17 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -10.935
X-Spam-Level: 
X-Spam-Status: No, score=-10.935 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIMWL_WL_HIGH=-4.553, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, HTML_IMAGE_ONLY_24=1.618, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-1, RCVD_IN_DNSWL_HI=-5, SPF_PASS=-0.001] autolearn=ham autolearn_force=no
Authentication-Results: ietfa.amsl.com (amavisd-new); dkim=pass (1024-bit key) header.d=github.com
Received: from mail.ietf.org ([4.31.198.44]) by localhost (ietfa.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id WB89IjgeqcRY for <quic-issues@ietfa.amsl.com>; Wed, 30 Jan 2019 21:15:16 -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 07F341288BD for <quic-issues@ietf.org>; Wed, 30 Jan 2019 21:15:16 -0800 (PST)
Date: Wed, 30 Jan 2019 21:15:15 -0800
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1548911715; bh=rJA0qsP7O70d+vyAD7/1dGjsY3uKRbfptZgaE22EBiw=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=hoL0MzLCN3c10aD/rQTnwVpyRJaGpMFy0wJ+/b/JHvdWSTLB6oB2yaS0jkllKJaOz OAx3qE3H+FWkizcrwpcb6Ae3myEUdO9TzohAvRuNZ6+U9goe8ZehmfQXNqfp8cfzzF IISZ+PHbBryMSVfQUcXJZ5KvnBfpBblmoUJe4vAQ=
From: Mike Bishop <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+0166e4ab0a8cfa8c42e884d45d34fb1d0501e703575b9fbb92cf00000001186a466392a169ce18240d30@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/issue/2396/issue_event/2108452477@github.com>
In-Reply-To: <quicwg/base-drafts/issues/2396@github.com>
References: <quicwg/base-drafts/issues/2396@github.com>
Subject: Re: [quicwg/base-drafts] HTTP/3 frame encodings are unnecessarily difficult to serialize and parse (#2396)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5c5284633b755_5d6e3f9cc16d45b41230fa"; 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/rT2rQEoGV-pmJ8Gi8zg16GRq4J8>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
List-Id: Notification list for GitHub issues related to the QUIC WG <quic-issues.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=unsubscribe>
List-Archive: <https://mailarchive.ietf.org/arch/browse/quic-issues/>
List-Post: <mailto:quic-issues@ietf.org>
List-Help: <mailto:quic-issues-request@ietf.org?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, 31 Jan 2019 05:15:18 -0000

----==_mimepart_5c5284633b755_5d6e3f9cc16d45b41230fa
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

Closed #2396.

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/quicwg/base-drafts/issues/2396#event-2108452477
----==_mimepart_5c5284633b755_5d6e3f9cc16d45b41230fa
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="405015856" data-permission-text="Issue title is private" data-url="https://github.com/quicwg/base-drafts/issues/2396" data-hovercard-type="issue" data-hovercard-url="/quicwg/base-drafts/issues/2396/hovercard" href="https://github.com/quicwg/base-drafts/issues/2396">#2396</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/2396#event-2108452477">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AWbkqx1ItKUACZ6lfWJt4R2A7kKzfQr5ks5vInvjgaJpZM4abScO">mute the thread</a>.<img src="https://github.com/notifications/beacon/AWbkq-id6Xq-IkyCaqKQcY05RCQ9kyZwks5vInvjgaJpZM4abScO.gif" height="1" width="1" alt="" /></p>
<script type="application/json" data-scope="inboxmarkup">{"api_version":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name":"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"https://github.githubassets.com/images/email/message_cards/header.png","avatar_image_url":"https://github.githubassets.com/images/email/message_cards/avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/quicwg/base-drafts"}},"updates":{"snippets":[{"icon":"DESCRIPTION","message":"Closed #2396."}],"action":{"name":"View Issue","url":"https://github.com/quicwg/base-drafts/issues/2396#event-2108452477"}}}</script>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/issues/2396#event-2108452477",
"url": "https://github.com/quicwg/base-drafts/issues/2396#event-2108452477",
"name": "View Issue"
},
"description": "View this Issue on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>
----==_mimepart_5c5284633b755_5d6e3f9cc16d45b41230fa--


From nobody Wed Jan 30 21:18: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 C40EE130ED6 for <quic-issues@ietfa.amsl.com>; Wed, 30 Jan 2019 21:18:31 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -11.007
X-Spam-Level: 
X-Spam-Status: No, score=-11.007 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIMWL_WL_HIGH=-4.553, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, HTML_IMAGE_ONLY_20=1.546, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-1, RCVD_IN_DNSWL_HI=-5, SPF_PASS=-0.001] autolearn=ham autolearn_force=no
Authentication-Results: ietfa.amsl.com (amavisd-new); dkim=pass (1024-bit key) header.d=github.com
Received: from mail.ietf.org ([4.31.198.44]) by localhost (ietfa.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id uhYWEnnH2bIB for <quic-issues@ietfa.amsl.com>; Wed, 30 Jan 2019 21:18: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 5D1B91277BB for <quic-issues@ietf.org>; Wed, 30 Jan 2019 21:18:30 -0800 (PST)
Date: Wed, 30 Jan 2019 21:18:29 -0800
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1548911909; bh=y31LpzyFddwEe3PNWX6viuBtM434R8z08pFIi/mBDLo=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=EiYxzvxGXWH7oKsNbdEHPc2AiUQwG3SAMZFYw1aP4rkMzDq+ZVWERqcBC1Gp5IsW2 Z9hVKh51E4bDYY2wxx3ysRTIMMeMi0MJ0E9/oaxc/rxQwr5B3OLhHRByrhRfpxgysY fHbR9J2qN05bu+slMZt/jBOtmtf6WXhg2N1Lrecs=
From: Mike Bishop <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+0166e4abd5cdd6ce908b5ac00262be0f1cba8de2f98cb28592cf00000001186a472592a169ce16286866@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/issues/1885/459219139@github.com>
In-Reply-To: <quicwg/base-drafts/issues/1885@github.com>
References: <quicwg/base-drafts/issues/1885@github.com>
Subject: Re: [quicwg/base-drafts] DATA frame encoding is inefficient for long dynamically generated bodies (#1885)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5c52852559476_3b403ff4184d45bc191613"; 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/XGbuaNvuGaP7kC6H1AsLTwz3apo>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
List-Id: Notification list for GitHub issues related to the QUIC WG <quic-issues.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=unsubscribe>
List-Archive: <https://mailarchive.ietf.org/arch/browse/quic-issues/>
List-Post: <mailto:quic-issues@ietf.org>
List-Help: <mailto:quic-issues-request@ietf.org?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, 31 Jan 2019 05:18:32 -0000

----==_mimepart_5c52852559476_3b403ff4184d45bc191613
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

PR reverted; reopened for discussion in Tokyo.

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/quicwg/base-drafts/issues/1885#issuecomment-459219139
----==_mimepart_5c52852559476_3b403ff4184d45bc191613
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

<p>PR reverted; reopened for discussion in Tokyo.</p>

<p style="font-size:small;-webkit-text-size-adjust:none;color:#666;">&mdash;<br />You are receiving this because you are subscribed to this thread.<br />Reply to this email directly, <a href="https://github.com/quicwg/base-drafts/issues/1885#issuecomment-459219139">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AWbkq-i5rju_Axw1_ZEclmkGQeraxsIXks5vInylgaJpZM4XvZCZ">mute the thread</a>.<img src="https://github.com/notifications/beacon/AWbkq24dqCKOSuhmtFAqqx01UHsLTpVoks5vInylgaJpZM4XvZCZ.gif" height="1" width="1" alt="" /></p>
<script type="application/json" data-scope="inboxmarkup">{"api_version":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name":"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"https://github.githubassets.com/images/email/message_cards/header.png","avatar_image_url":"https://github.githubassets.com/images/email/message_cards/avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/quicwg/base-drafts"}},"updates":{"snippets":[{"icon":"PERSON","message":"@MikeBishop in #1885: PR reverted; reopened for discussion in Tokyo."}],"action":{"name":"View Issue","url":"https://github.com/quicwg/base-drafts/issues/1885#issuecomment-459219139"}}}</script>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/issues/1885#issuecomment-459219139",
"url": "https://github.com/quicwg/base-drafts/issues/1885#issuecomment-459219139",
"name": "View Issue"
},
"description": "View this Issue on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>
----==_mimepart_5c52852559476_3b403ff4184d45bc191613--


From nobody Wed Jan 30 21:18: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 67A371277BB for <quic-issues@ietfa.amsl.com>; Wed, 30 Jan 2019 21:18:32 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -10.935
X-Spam-Level: 
X-Spam-Status: No, score=-10.935 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIMWL_WL_HIGH=-4.553, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, HTML_IMAGE_ONLY_24=1.618, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-1, RCVD_IN_DNSWL_HI=-5, SPF_PASS=-0.001] autolearn=ham autolearn_force=no
Authentication-Results: ietfa.amsl.com (amavisd-new); dkim=pass (1024-bit key) header.d=github.com
Received: from mail.ietf.org ([4.31.198.44]) by localhost (ietfa.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id d0G_49DKNpCE for <quic-issues@ietfa.amsl.com>; Wed, 30 Jan 2019 21:18: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 A8CBD1288BD for <quic-issues@ietf.org>; Wed, 30 Jan 2019 21:18:30 -0800 (PST)
Date: Wed, 30 Jan 2019 21:18:29 -0800
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1548911909; bh=J/LZlZUkxRH8Y39beuhqYO20DhJDeovDDG5byGxDksk=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=tqe9OSeZlbBPyaieA22uNInKzyNcRUQ0GgmyEcFcGrG9IRWGFS6MyMCxDUEYhQEPj d0MaecBkU8cdPkh20z7/4In5jrq/6iMvwmd07bwLTzD32S6JVAvjnuQk+n3M2SSS2b Q1PEO0GGuXG/8JtXpSS7eTrC5H7fSTL4VkLOMS+Y=
From: Mike Bishop <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+0166e4abd5cdd6ce908b5ac00262be0f1cba8de2f98cb28592cf00000001186a472592a169ce16286866@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/issue/1885/issue_event/2108455920@github.com>
In-Reply-To: <quicwg/base-drafts/issues/1885@github.com>
References: <quicwg/base-drafts/issues/1885@github.com>
Subject: Re: [quicwg/base-drafts] DATA frame encoding is inefficient for long dynamically generated bodies (#1885)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5c528525db3ab_5d693f9cc16d45b4112338"; 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/vkyIjbG79bPbjqIjg2-FuTArRYE>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
List-Id: Notification list for GitHub issues related to the QUIC WG <quic-issues.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=unsubscribe>
List-Archive: <https://mailarchive.ietf.org/arch/browse/quic-issues/>
List-Post: <mailto:quic-issues@ietf.org>
List-Help: <mailto:quic-issues-request@ietf.org?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, 31 Jan 2019 05:18:32 -0000

----==_mimepart_5c528525db3ab_5d693f9cc16d45b4112338
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

Reopened #1885.

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/quicwg/base-drafts/issues/1885#event-2108455920
----==_mimepart_5c528525db3ab_5d693f9cc16d45b4112338
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="371746918" data-permission-text="Issue title is private" data-url="https://github.com/quicwg/base-drafts/issues/1885" data-hovercard-type="issue" data-hovercard-url="/quicwg/base-drafts/issues/1885/hovercard" href="https://github.com/quicwg/base-drafts/issues/1885">#1885</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/1885#event-2108455920">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AWbkq-i5rju_Axw1_ZEclmkGQeraxsIXks5vInylgaJpZM4XvZCZ">mute the thread</a>.<img src="https://github.com/notifications/beacon/AWbkq24dqCKOSuhmtFAqqx01UHsLTpVoks5vInylgaJpZM4XvZCZ.gif" height="1" width="1" alt="" /></p>
<script type="application/json" data-scope="inboxmarkup">{"api_version":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name":"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"https://github.githubassets.com/images/email/message_cards/header.png","avatar_image_url":"https://github.githubassets.com/images/email/message_cards/avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/quicwg/base-drafts"}},"updates":{"snippets":[{"icon":"DESCRIPTION","message":"Reopened #1885."}],"action":{"name":"View Issue","url":"https://github.com/quicwg/base-drafts/issues/1885#event-2108455920"}}}</script>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/issues/1885#event-2108455920",
"url": "https://github.com/quicwg/base-drafts/issues/1885#event-2108455920",
"name": "View Issue"
},
"description": "View this Issue on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>
----==_mimepart_5c528525db3ab_5d693f9cc16d45b4112338--


From nobody Wed Jan 30 21:18: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 4C1AB1277BB for <quic-issues@ietfa.amsl.com>; Wed, 30 Jan 2019 21:18:33 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -11.007
X-Spam-Level: 
X-Spam-Status: No, score=-11.007 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIMWL_WL_HIGH=-4.553, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, HTML_IMAGE_ONLY_20=1.546, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-1, RCVD_IN_DNSWL_HI=-5, SPF_PASS=-0.001] autolearn=ham autolearn_force=no
Authentication-Results: ietfa.amsl.com (amavisd-new); dkim=pass (1024-bit key) header.d=github.com
Received: from mail.ietf.org ([4.31.198.44]) by localhost (ietfa.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id aspEsvK5jc7u for <quic-issues@ietfa.amsl.com>; Wed, 30 Jan 2019 21:18: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 B88CD130EBA for <quic-issues@ietf.org>; Wed, 30 Jan 2019 21:18:30 -0800 (PST)
Date: Wed, 30 Jan 2019 21:18:29 -0800
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1548911909; bh=48oNsUB4Iygbn58qrbqtdOiVkGzAyAvaVQUYzTpQy0w=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=ptFsnOocAFXkbtMHKo0P+ydiBzwGIDEQQ5vTU/NFXPG/b31gwF1XnksJPY97uBuU2 IBDJcpaa6RpbCWTZjeYr73LOjQ2/LjacLWdFtDnze+jgDm940qqvk5QdKLoq+fBLDv rUPJ6h2a0p5hR/MR3EbDpHYyLBDDg8o3YskbGNaY=
From: ianswett <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+0166e4abd5cdd6ce908b5ac00262be0f1cba8de2f98cb28592cf00000001186a472592a169ce16286866@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/issues/1885/459219143@github.com>
In-Reply-To: <quicwg/base-drafts/issues/1885@github.com>
References: <quicwg/base-drafts/issues/1885@github.com>
Subject: Re: [quicwg/base-drafts] DATA frame encoding is inefficient for long dynamically generated bodies (#1885)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5c528525d3d26_44fe3fad32ad45c01042e0"; 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/FeD-Y0uN0vp_uvgBslTEOa5RqPc>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
List-Id: Notification list for GitHub issues related to the QUIC WG <quic-issues.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=unsubscribe>
List-Archive: <https://mailarchive.ietf.org/arch/browse/quic-issues/>
List-Post: <mailto:quic-issues@ietf.org>
List-Help: <mailto:quic-issues-request@ietf.org?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, 31 Jan 2019 05:18:33 -0000

----==_mimepart_5c528525d3d26_44fe3fad32ad45c01042e0
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

Reopening because this was merged and then reverted without a proper resolution.

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/quicwg/base-drafts/issues/1885#issuecomment-459219143
----==_mimepart_5c528525d3d26_44fe3fad32ad45c01042e0
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

<p>Reopening because this was merged and then reverted without a proper resolution.</p>

<p style="font-size:small;-webkit-text-size-adjust:none;color:#666;">&mdash;<br />You are receiving this because you are subscribed to this thread.<br />Reply to this email directly, <a href="https://github.com/quicwg/base-drafts/issues/1885#issuecomment-459219143">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AWbkq-i5rju_Axw1_ZEclmkGQeraxsIXks5vInylgaJpZM4XvZCZ">mute the thread</a>.<img src="https://github.com/notifications/beacon/AWbkq24dqCKOSuhmtFAqqx01UHsLTpVoks5vInylgaJpZM4XvZCZ.gif" height="1" width="1" alt="" /></p>
<script type="application/json" data-scope="inboxmarkup">{"api_version":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name":"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"https://github.githubassets.com/images/email/message_cards/header.png","avatar_image_url":"https://github.githubassets.com/images/email/message_cards/avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/quicwg/base-drafts"}},"updates":{"snippets":[{"icon":"PERSON","message":"@ianswett in #1885: Reopening because this was merged and then reverted without a proper resolution."}],"action":{"name":"View Issue","url":"https://github.com/quicwg/base-drafts/issues/1885#issuecomment-459219143"}}}</script>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/issues/1885#issuecomment-459219143",
"url": "https://github.com/quicwg/base-drafts/issues/1885#issuecomment-459219143",
"name": "View Issue"
},
"description": "View this Issue on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>
----==_mimepart_5c528525d3d26_44fe3fad32ad45c01042e0--


From nobody Wed Jan 30 21: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 345231288BD for <quic-issues@ietfa.amsl.com>; Wed, 30 Jan 2019 21:21:41 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -11.007
X-Spam-Level: 
X-Spam-Status: No, score=-11.007 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIMWL_WL_HIGH=-4.553, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, HTML_IMAGE_ONLY_20=1.546, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-1, RCVD_IN_DNSWL_HI=-5, SPF_PASS=-0.001] autolearn=ham autolearn_force=no
Authentication-Results: ietfa.amsl.com (amavisd-new); dkim=pass (1024-bit key) header.d=github.com
Received: from mail.ietf.org ([4.31.198.44]) by localhost (ietfa.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id bamJJ0r-kwW9 for <quic-issues@ietfa.amsl.com>; Wed, 30 Jan 2019 21:21: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 84B6C1271FF for <quic-issues@ietf.org>; Wed, 30 Jan 2019 21:21:39 -0800 (PST)
Date: Wed, 30 Jan 2019 21:21:38 -0800
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1548912098; bh=QLZD9zHvHoPsytSBxM1TfQAa0blmElxTouzFkT+HWLs=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=n2g1Z1liFngwN/ANzMvobyJCdSgNawUfMsPIHPYbClcB8m6PsNgckCoaonq/TK+ps 40kTJMTnx8800gLFT5tog7MEfV1xb9sGurIe2L4epHDUp58lyonMtY2je7I0SKPFnL pmaJrzsPZXP35HGLErPOnGnqsj93l35i9bdj2B5E=
From: Mike Bishop <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+0166e4abf221865017b9cf277a679210d8667b65e55b88ff92cf00000001186a47e292a169ce1797273c@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/issues/2291/459219621@github.com>
In-Reply-To: <quicwg/base-drafts/issues/2291@github.com>
References: <quicwg/base-drafts/issues/2291@github.com>
Subject: Re: [quicwg/base-drafts] Allow extra data after self-terminating h3 frames (#2291)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5c5285e2cf8ed_5cc83ff085ed45bc92261"; 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/Rw-iNgLUmLuP4QD-RlRJNFQBeBI>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
List-Id: Notification list for GitHub issues related to the QUIC WG <quic-issues.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=unsubscribe>
List-Archive: <https://mailarchive.ietf.org/arch/browse/quic-issues/>
List-Post: <mailto:quic-issues@ietf.org>
List-Help: <mailto:quic-issues-request@ietf.org?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, 31 Jan 2019 05:21:41 -0000

----==_mimepart_5c5285e2cf8ed_5cc83ff085ed45bc92261
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

Discussed in Tokyo; no.  Security concerns, and better ways to do extensions.

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/quicwg/base-drafts/issues/2291#issuecomment-459219621
----==_mimepart_5c5285e2cf8ed_5cc83ff085ed45bc92261
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

<p>Discussed in Tokyo; no.  Security concerns, and better ways to do extensions.</p>

<p style="font-size:small;-webkit-text-size-adjust:none;color:#666;">&mdash;<br />You are receiving this because you are subscribed to this thread.<br />Reply to this email directly, <a href="https://github.com/quicwg/base-drafts/issues/2291#issuecomment-459219621">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AWbkq21KU4-9z73Iz-AawxvArmboTc5Fks5vIn1igaJpZM4ZpBt0">mute the thread</a>.<img src="https://github.com/notifications/beacon/AWbkqxDz7a1S2HEfPzvF7Hf3BB513GGOks5vIn1igaJpZM4ZpBt0.gif" height="1" width="1" alt="" /></p>
<script type="application/json" data-scope="inboxmarkup">{"api_version":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name":"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"https://github.githubassets.com/images/email/message_cards/header.png","avatar_image_url":"https://github.githubassets.com/images/email/message_cards/avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/quicwg/base-drafts"}},"updates":{"snippets":[{"icon":"PERSON","message":"@MikeBishop in #2291: Discussed in Tokyo; no.  Security concerns, and better ways to do extensions."}],"action":{"name":"View Issue","url":"https://github.com/quicwg/base-drafts/issues/2291#issuecomment-459219621"}}}</script>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/issues/2291#issuecomment-459219621",
"url": "https://github.com/quicwg/base-drafts/issues/2291#issuecomment-459219621",
"name": "View Issue"
},
"description": "View this Issue on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>
----==_mimepart_5c5285e2cf8ed_5cc83ff085ed45bc92261--


From nobody Wed Jan 30 21:21: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 DBF561271FF for <quic-issues@ietfa.amsl.com>; Wed, 30 Jan 2019 21:21:41 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -10.935
X-Spam-Level: 
X-Spam-Status: No, score=-10.935 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIMWL_WL_HIGH=-4.553, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, HTML_IMAGE_ONLY_24=1.618, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-1, RCVD_IN_DNSWL_HI=-5, SPF_PASS=-0.001] autolearn=ham autolearn_force=no
Authentication-Results: ietfa.amsl.com (amavisd-new); dkim=pass (1024-bit key) header.d=github.com
Received: from mail.ietf.org ([4.31.198.44]) by localhost (ietfa.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 8wYfscGqvKhw for <quic-issues@ietfa.amsl.com>; Wed, 30 Jan 2019 21:21:40 -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 ABD241277BB for <quic-issues@ietf.org>; Wed, 30 Jan 2019 21:21:40 -0800 (PST)
Date: Wed, 30 Jan 2019 21:21:40 -0800
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1548912100; bh=7Hx7on5T4h8vYFr/c4/0T1nOAj9eJ7cfJwTAQ88SoME=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=vsNAn4bagjmJLt4ses195P+mbzFbJtmRmBZUIAp3RZuStIWHIBcAlF2ZdnM754baq 8YQYvZS3eCGUtLUaV8NyvIhAx0sovOXxeCmm51fc2TATemHlFRENFqCajs+GJN32Q9 uy8m86c0fo5JOTLgEma0UqfTj32iOwHTbKNhe4qg=
From: Mike Bishop <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+0166e4abf03d4904c249fc945af8d856e480ff2461623e6f92cf00000001186a47e492a169ce1797273c@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/issue/2291/issue_event/2108459172@github.com>
In-Reply-To: <quicwg/base-drafts/issues/2291@github.com>
References: <quicwg/base-drafts/issues/2291@github.com>
Subject: Re: [quicwg/base-drafts] Allow extra data after self-terminating h3 frames (#2291)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5c5285e45c6c_88e3f9ec36d45c4127320"; 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/CmgWeQ5mUgQZoIoQBNikuBFOfk0>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
List-Id: Notification list for GitHub issues related to the QUIC WG <quic-issues.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=unsubscribe>
List-Archive: <https://mailarchive.ietf.org/arch/browse/quic-issues/>
List-Post: <mailto:quic-issues@ietf.org>
List-Help: <mailto:quic-issues-request@ietf.org?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, 31 Jan 2019 05:21:42 -0000

----==_mimepart_5c5285e45c6c_88e3f9ec36d45c4127320
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

Closed #2291.

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/quicwg/base-drafts/issues/2291#event-2108459172
----==_mimepart_5c5285e45c6c_88e3f9ec36d45c4127320
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="395781948" data-permission-text="Issue title is private" data-url="https://github.com/quicwg/base-drafts/issues/2291" data-hovercard-type="issue" data-hovercard-url="/quicwg/base-drafts/issues/2291/hovercard" href="https://github.com/quicwg/base-drafts/issues/2291">#2291</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/2291#event-2108459172">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AWbkqxdwWZrdsBdJ_7s1sAYjJ7FrYLXPks5vIn1kgaJpZM4ZpBt0">mute the thread</a>.<img src="https://github.com/notifications/beacon/AWbkq_TCKKA-WkXXV_BQdEki0-jo07RSks5vIn1kgaJpZM4ZpBt0.gif" height="1" width="1" alt="" /></p>
<script type="application/json" data-scope="inboxmarkup">{"api_version":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name":"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"https://github.githubassets.com/images/email/message_cards/header.png","avatar_image_url":"https://github.githubassets.com/images/email/message_cards/avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/quicwg/base-drafts"}},"updates":{"snippets":[{"icon":"DESCRIPTION","message":"Closed #2291."}],"action":{"name":"View Issue","url":"https://github.com/quicwg/base-drafts/issues/2291#event-2108459172"}}}</script>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/issues/2291#event-2108459172",
"url": "https://github.com/quicwg/base-drafts/issues/2291#event-2108459172",
"name": "View Issue"
},
"description": "View this Issue on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>
----==_mimepart_5c5285e45c6c_88e3f9ec36d45c4127320--


From nobody Wed Jan 30 21: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 9C4F21288BD for <quic-issues@ietfa.amsl.com>; Wed, 30 Jan 2019 21:32:29 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -10.935
X-Spam-Level: 
X-Spam-Status: No, score=-10.935 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIMWL_WL_HIGH=-4.553, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, HTML_IMAGE_ONLY_24=1.618, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-1, RCVD_IN_DNSWL_HI=-5, SPF_PASS=-0.001] autolearn=ham autolearn_force=no
Authentication-Results: ietfa.amsl.com (amavisd-new); dkim=pass (1024-bit key) header.d=github.com
Received: from mail.ietf.org ([4.31.198.44]) by localhost (ietfa.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id qvcwM7fBQj9J for <quic-issues@ietfa.amsl.com>; Wed, 30 Jan 2019 21:32:28 -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 64B611271FF for <quic-issues@ietf.org>; Wed, 30 Jan 2019 21:32:28 -0800 (PST)
Date: Wed, 30 Jan 2019 21:32:27 -0800
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1548912747; bh=TE2TTrJYcHYPrzRQxOhFIL6G7DZ9I4YWYhlHXEop29E=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=l6jRmb5Nbp7xQC+NCB1VlOO2xt/kNCGvqtqrs3ln3HUGChVzM2ZsGnSOMP3kMDC8P 3nb4oPxInmI34EWEQLL0HLdrVhjkWfRExOEIWPkUefqxAdu+SWvX6D3scE/wGXdu/Q k/hyveGDAFUV+VSSxQoIHYJQVHNrJ1lE3wgfuwfM=
From: Mike Bishop <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+0166e4ab16f9b69b207cc977bf795386acedaae07bba08e392cf00000001186a4a6b92a169ce17792cde@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/issues/2253/459221367@github.com>
In-Reply-To: <quicwg/base-drafts/issues/2253@github.com>
References: <quicwg/base-drafts/issues/2253@github.com>
Subject: Re: [quicwg/base-drafts] Consider making h3 frame types varint (#2253)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5c52886bc1e0c_5e793f92cc4d45c41698a0"; 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/7YlvcK5nR47sMh9qd-dwqgzCQno>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
List-Id: Notification list for GitHub issues related to the QUIC WG <quic-issues.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=unsubscribe>
List-Archive: <https://mailarchive.ietf.org/arch/browse/quic-issues/>
List-Post: <mailto:quic-issues@ietf.org>
List-Help: <mailto:quic-issues-request@ietf.org?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, 31 Jan 2019 05:32:30 -0000

----==_mimepart_5c52886bc1e0c_5e793f92cc4d45c41698a0
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

Discussed in Tokyo; moderate support and minimal opposition.  We will do this.  HTTP_MALFORMED_FRAME will need to change.  Two proposals:
- reflect the frame type if <255, and 255 indicates "other."
- reflect the low byte of the frame type; collisions should be relatively rare.

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/quicwg/base-drafts/issues/2253#issuecomment-459221367
----==_mimepart_5c52886bc1e0c_5e793f92cc4d45c41698a0
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: quoted-printable

<p>Discussed in Tokyo; moderate support and minimal opposition.  We will =
do this.  HTTP_MALFORMED_FRAME will need to change.  Two proposals:</p>
<ul>
<li>reflect the frame type if &lt;255, and 255 indicates "other."</li>
<li>reflect the low byte of the frame type; collisions should be relative=
ly rare.</li>
</ul>

<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/2253#issuecomment-459221367">view it on GitHub</a>,=
 or <a href=3D"https://github.com/notifications/unsubscribe-auth/AWbkqyZG=
-OIOsnOYEc4YAVf5_lKoZIqmks5vIn_rgaJpZM4ZgKQr">mute the thread</a>.<img sr=
c=3D"https://github.com/notifications/beacon/AWbkqyouZMExWANOSfwEqY_kVHLn=
0cz7ks5vIn_rgaJpZM4ZgKQr.gif" height=3D"1" width=3D"1" alt=3D"" /></p>
<script type=3D"application/json" data-scope=3D"inboxmarkup">{"api_versio=
n":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name"=
:"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"=
quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"http=
s://github.githubassets.com/images/email/message_cards/header.png","avata=
r_image_url":"https://github.githubassets.com/images/email/message_cards/=
avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/q=
uicwg/base-drafts"}},"updates":{"snippets":[{"icon":"PERSON","message":"@=
MikeBishop in #2253: Discussed in Tokyo; moderate support and minimal opp=
osition.  We will do this.  HTTP_MALFORMED_FRAME will need to change.  Tw=
o proposals:\r\n- reflect the frame type if \u003c255, and 255 indicates =
\"other.\"\r\n- reflect the low byte of the frame type; collisions should=
 be relatively rare."}],"action":{"name":"View Issue","url":"https://gith=
ub.com/quicwg/base-drafts/issues/2253#issuecomment-459221367"}}}</script>=

<script type=3D"application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/issues/2253#issuecomment=
-459221367",
"url": "https://github.com/quicwg/base-drafts/issues/2253#issuecomment-45=
9221367",
"name": "View Issue"
},
"description": "View this Issue on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>=

----==_mimepart_5c52886bc1e0c_5e793f92cc4d45c41698a0--


From nobody Wed Jan 30 21: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 C995C1271FF for <quic-issues@ietfa.amsl.com>; Wed, 30 Jan 2019 21:34:56 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -11.007
X-Spam-Level: 
X-Spam-Status: No, score=-11.007 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIMWL_WL_HIGH=-4.553, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, HTML_IMAGE_ONLY_20=1.546, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-1, RCVD_IN_DNSWL_HI=-5, SPF_PASS=-0.001] autolearn=ham autolearn_force=no
Authentication-Results: ietfa.amsl.com (amavisd-new); dkim=pass (1024-bit key) header.d=github.com
Received: from mail.ietf.org ([4.31.198.44]) by localhost (ietfa.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id OXAy4H-Aszw1 for <quic-issues@ietfa.amsl.com>; Wed, 30 Jan 2019 21:34:55 -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 2478A124BF6 for <quic-issues@ietf.org>; Wed, 30 Jan 2019 21:34:55 -0800 (PST)
Date: Wed, 30 Jan 2019 21:34:54 -0800
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1548912894; bh=0OagskgjrtpO9rpqoBBaBxMKFCAp5u+YgYRd0Cv5QGc=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=fEbduJ5qO6fbWYIyr5+n87Zspvuvm08FWmvK+BB/SrdQyPsZtBAHhFbeGgDk2pBVN Vqa12FnosMwEZZjlGuK0SLajq7we7C+jsQVsEtVpT5yGu9t36p8yJcZ5T8a6f7OIwi 8Yl/ntSYggzPDoEFKGH1qkM9/SStXg10Q20HlOcY=
From: Mike Bishop <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+0166e4abebd84c2e03069dd4922efaa136600708fafbf11c92cf00000001186a4afe92a169ce1789f050@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/issues/2275/459221800@github.com>
In-Reply-To: <quicwg/base-drafts/issues/2275@github.com>
References: <quicwg/base-drafts/issues/2275@github.com>
Subject: Re: [quicwg/base-drafts] Varint h3 unidirectional stream types (#2275)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5c5288fe6f89_7d7d3fdd47ed45b81829e4"; 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/vryVtcyDWeRExWJuWLxCLjkQkqU>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
List-Id: Notification list for GitHub issues related to the QUIC WG <quic-issues.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=unsubscribe>
List-Archive: <https://mailarchive.ietf.org/arch/browse/quic-issues/>
List-Post: <mailto:quic-issues@ietf.org>
List-Help: <mailto:quic-issues-request@ietf.org?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, 31 Jan 2019 05:34:57 -0000

----==_mimepart_5c5288fe6f89_7d7d3fdd47ed45b81829e4
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

Discussed in Tokyo; despite some unhappiness, we will 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/2275#issuecomment-459221800
----==_mimepart_5c5288fe6f89_7d7d3fdd47ed45b81829e4
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

<p>Discussed in Tokyo; despite some unhappiness, we will 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/2275#issuecomment-459221800">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AWbkqxwBVK5xLgkBSYcjDsYN-breQwyRks5vIoB-gaJpZM4ZlI-h">mute the thread</a>.<img src="https://github.com/notifications/beacon/AWbkq1jz_Awt2uyhgRGLtlJaT73TJ6WMks5vIoB-gaJpZM4ZlI-h.gif" height="1" width="1" alt="" /></p>
<script type="application/json" data-scope="inboxmarkup">{"api_version":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name":"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"https://github.githubassets.com/images/email/message_cards/header.png","avatar_image_url":"https://github.githubassets.com/images/email/message_cards/avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/quicwg/base-drafts"}},"updates":{"snippets":[{"icon":"PERSON","message":"@MikeBishop in #2275: Discussed in Tokyo; despite some unhappiness, we will do this."}],"action":{"name":"View Issue","url":"https://github.com/quicwg/base-drafts/issues/2275#issuecomment-459221800"}}}</script>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/issues/2275#issuecomment-459221800",
"url": "https://github.com/quicwg/base-drafts/issues/2275#issuecomment-459221800",
"name": "View Issue"
},
"description": "View this Issue on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>
----==_mimepart_5c5288fe6f89_7d7d3fdd47ed45b81829e4--


From nobody Wed Jan 30 21:52: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 3E02B1288BD for <quic-issues@ietfa.amsl.com>; Wed, 30 Jan 2019 21:52:35 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -11.149
X-Spam-Level: 
X-Spam-Status: No, score=-11.149 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIMWL_WL_HIGH=-4.553, 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_PASS=-0.001] autolearn=ham autolearn_force=no
Authentication-Results: ietfa.amsl.com (amavisd-new); dkim=pass (1024-bit key) header.d=github.com
Received: from mail.ietf.org ([4.31.198.44]) by localhost (ietfa.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id G68Ts6eaaFYO for <quic-issues@ietfa.amsl.com>; Wed, 30 Jan 2019 21:52:33 -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 2CCDB124BF6 for <quic-issues@ietf.org>; Wed, 30 Jan 2019 21:52:33 -0800 (PST)
Date: Wed, 30 Jan 2019 21:52:31 -0800
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1548913951; bh=ZnSUYDcNijV/6EMnm4+CoU9cwHWFAilxi4HR25stu40=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=pUU6LD0Gyzin0AkHVF1oJp6IaL3/SRjb7VlMA6dL0NuJimw0TaprKPUvfkx1xcm2x xrJUX0+8w8bGhb1n/w2yKeFquARx0HKXM1BLzzknR2B6KFzjhcC4OUjX7hHW4I3sGJ ZuenJXX8TPFF1o8/25hNkm3EBUbDD+9NNDaa5fsU=
From: Lucas Pardue <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+0166e4ab999cccfbdc727ca5fa7fd72b3b6f7145e88411b692cf00000001186a4f1f92a169ce1789f050@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/issues/2275/459224917@github.com>
In-Reply-To: <quicwg/base-drafts/issues/2275@github.com>
References: <quicwg/base-drafts/issues/2275@github.com>
Subject: Re: [quicwg/base-drafts] Varint h3 unidirectional stream types (#2275)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5c528d1fca945_2ed83fa2ca0d45c41521e4"; 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/NLicvHrIN3pEAJyCiIedeYtNwVA>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
List-Id: Notification list for GitHub issues related to the QUIC WG <quic-issues.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=unsubscribe>
List-Archive: <https://mailarchive.ietf.org/arch/browse/quic-issues/>
List-Post: <mailto:quic-issues@ietf.org>
List-Help: <mailto:quic-issues-request@ietf.org?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, 31 Jan 2019 05:52:35 -0000

----==_mimepart_5c528d1fca945_2ed83fa2ca0d45c41521e4
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

I'm not against the idea of this. The observation I made during the discussion is that uni streams are a critical part of a H3 session. Failure to read the uni stream type successfully will be a killer: reading a single byte is more resistant to failure.

I think we should put some energy into the H3 interop to try and ensure that implementations are resilient to varint stream type failures. I wonder if this can be done as a test vector, or by some other interop test 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/2275#issuecomment-459224917
----==_mimepart_5c528d1fca945_2ed83fa2ca0d45c41521e4
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: quoted-printable

<p>I'm not against the idea of this. The observation I made during the di=
scussion is that uni streams are a critical part of a H3 session. Failure=
 to read the uni stream type successfully will be a killer: reading a sin=
gle byte is more resistant to failure.</p>
<p>I think we should put some energy into the H3 interop to try and ensur=
e that implementations are resilient to varint stream type failures. I wo=
nder if this can be done as a test vector, or by some other interop test =
design.</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/2275#issuecomment-459224917">view it on GitHub</a>,=
 or <a href=3D"https://github.com/notifications/unsubscribe-auth/AWbkqzbr=
GEOpwPN9Jh8tVHyPaMwKtxpOks5vIoSfgaJpZM4ZlI-h">mute the thread</a>.<img sr=
c=3D"https://github.com/notifications/beacon/AWbkq-8Z_iXU4FmOQmz0Izxp5fk_=
nIUeks5vIoSfgaJpZM4ZlI-h.gif" height=3D"1" width=3D"1" alt=3D"" /></p>
<script type=3D"application/json" data-scope=3D"inboxmarkup">{"api_versio=
n":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name"=
:"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"=
quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"http=
s://github.githubassets.com/images/email/message_cards/header.png","avata=
r_image_url":"https://github.githubassets.com/images/email/message_cards/=
avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/q=
uicwg/base-drafts"}},"updates":{"snippets":[{"icon":"PERSON","message":"@=
LPardue in #2275: I'm not against the idea of this. The observation I mad=
e during the discussion is that uni streams are a critical part of a H3 s=
ession. Failure to read the uni stream type successfully will be a killer=
: reading a single byte is more resistant to failure.\r\n\r\nI think we s=
hould put some energy into the H3 interop to try and ensure that implemen=
tations are resilient to varint stream type failures. I wonder if this ca=
n be done as a test vector, or by some other interop test design.\r\n"}],=
"action":{"name":"View Issue","url":"https://github.com/quicwg/base-draft=
s/issues/2275#issuecomment-459224917"}}}</script>
<script type=3D"application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/issues/2275#issuecomment=
-459224917",
"url": "https://github.com/quicwg/base-drafts/issues/2275#issuecomment-45=
9224917",
"name": "View Issue"
},
"description": "View this Issue on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>=

----==_mimepart_5c528d1fca945_2ed83fa2ca0d45c41521e4--


From nobody Wed Jan 30 21:56: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 F1B50130EBA for <quic-issues@ietfa.amsl.com>; Wed, 30 Jan 2019 21:55:59 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -10.935
X-Spam-Level: 
X-Spam-Status: No, score=-10.935 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIMWL_WL_HIGH=-4.553, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, HTML_IMAGE_ONLY_24=1.618, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-1, RCVD_IN_DNSWL_HI=-5, SPF_PASS=-0.001] autolearn=ham autolearn_force=no
Authentication-Results: ietfa.amsl.com (amavisd-new); dkim=pass (1024-bit key) header.d=github.com
Received: from mail.ietf.org ([4.31.198.44]) by localhost (ietfa.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id rusGgfmO0tSp for <quic-issues@ietfa.amsl.com>; Wed, 30 Jan 2019 21:55: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 4162B130D7A for <quic-issues@ietf.org>; Wed, 30 Jan 2019 21:55:58 -0800 (PST)
Date: Wed, 30 Jan 2019 21:55:57 -0800
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1548914157; bh=N7ZIGzgpYGEpnSsu7vdgsB4pF05AT6nLyDNlDlY8jHs=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=VjjaibgVWuaTMq61nfwggI7hGhux2TAKh1Ju5tuxtl1d7b73h2oQVrvLdKolH+spn a8+xzoGZOrAnej3PL9tq7I7S+sDj1HsJ5i3GuesT2Kr+aqQP1zNEJBkc0JJTp/kXPi zLJnHeI1GrP4q4lnIKd0ZMAqzG3XK0E5tLmOGsUk=
From: Mike Bishop <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+0166e4ab438a87f36a2eec43c8ab277f9bec6cf2db12b7d092cf00000001186a4fed92a169ce16286866@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/issue/1885/issue_event/2108498130@github.com>
In-Reply-To: <quicwg/base-drafts/issues/1885@github.com>
References: <quicwg/base-drafts/issues/1885@github.com>
Subject: Re: [quicwg/base-drafts] DATA frame encoding is inefficient for long dynamically generated bodies (#1885)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5c528ded68039_44613fe7b00d45bc227950"; 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/TuhvpBP4GkMYVBpCg1djojryhts>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
List-Id: Notification list for GitHub issues related to the QUIC WG <quic-issues.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=unsubscribe>
List-Archive: <https://mailarchive.ietf.org/arch/browse/quic-issues/>
List-Post: <mailto:quic-issues@ietf.org>
List-Help: <mailto:quic-issues-request@ietf.org?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, 31 Jan 2019 05:56:00 -0000

----==_mimepart_5c528ded68039_44613fe7b00d45bc227950
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

Closed #1885.

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/quicwg/base-drafts/issues/1885#event-2108498130
----==_mimepart_5c528ded68039_44613fe7b00d45bc227950
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="371746918" data-permission-text="Issue title is private" data-url="https://github.com/quicwg/base-drafts/issues/1885" data-hovercard-type="issue" data-hovercard-url="/quicwg/base-drafts/issues/1885/hovercard" href="https://github.com/quicwg/base-drafts/issues/1885">#1885</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/1885#event-2108498130">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AWbkq8leba6gNsSlW3Zd0EBnCyo3iCu-ks5vIoVtgaJpZM4XvZCZ">mute the thread</a>.<img src="https://github.com/notifications/beacon/AWbkq4MLf-9Py23wJhsO-I0QW5sLzuVCks5vIoVtgaJpZM4XvZCZ.gif" height="1" width="1" alt="" /></p>
<script type="application/json" data-scope="inboxmarkup">{"api_version":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name":"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"https://github.githubassets.com/images/email/message_cards/header.png","avatar_image_url":"https://github.githubassets.com/images/email/message_cards/avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/quicwg/base-drafts"}},"updates":{"snippets":[{"icon":"DESCRIPTION","message":"Closed #1885."}],"action":{"name":"View Issue","url":"https://github.com/quicwg/base-drafts/issues/1885#event-2108498130"}}}</script>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/issues/1885#event-2108498130",
"url": "https://github.com/quicwg/base-drafts/issues/1885#event-2108498130",
"name": "View Issue"
},
"description": "View this Issue on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>
----==_mimepart_5c528ded68039_44613fe7b00d45bc227950--


From nobody Wed Jan 30 21:56: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 37326130D7A for <quic-issues@ietfa.amsl.com>; Wed, 30 Jan 2019 21:56:01 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -11.149
X-Spam-Level: 
X-Spam-Status: No, score=-11.149 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIMWL_WL_HIGH=-4.553, 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_PASS=-0.001] autolearn=ham autolearn_force=no
Authentication-Results: ietfa.amsl.com (amavisd-new); dkim=pass (1024-bit key) header.d=github.com
Received: from mail.ietf.org ([4.31.198.44]) by localhost (ietfa.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id P2x-qRtYTkWy for <quic-issues@ietfa.amsl.com>; Wed, 30 Jan 2019 21:55:58 -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 28D8C1288BD for <quic-issues@ietf.org>; Wed, 30 Jan 2019 21:55:58 -0800 (PST)
Date: Wed, 30 Jan 2019 21:55:57 -0800
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1548914157; bh=mG5JZ9+WwsoYnA9RepQZc8/kVvU36uUZ8VhYnAky3GI=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=Yyn0+E3HUgJF7RctWhmbWbW84/HSZ6umwdr7KRu+MekGALopCMAB0h+R/AsWsWHGR 4wHhOUxlSVsdJlzxva1hUMJreehZbCuJcUMH1rlLSy7nD6PYzUiGVTfp9lCF+zXbBv xvYuponL0hejuMNo2b9aL/cJcnUFDQHB5zASh8SQ=
From: Mike Bishop <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+0166e4ab438a87f36a2eec43c8ab277f9bec6cf2db12b7d092cf00000001186a4fed92a169ce16286866@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/issues/1885/459225491@github.com>
In-Reply-To: <quicwg/base-drafts/issues/1885@github.com>
References: <quicwg/base-drafts/issues/1885@github.com>
Subject: Re: [quicwg/base-drafts] DATA frame encoding is inefficient for long dynamically generated bodies (#1885)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5c528ded4290b_38ad3fa56e6d45b8162142"; 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/WVbt5qCpinNZmLem1Qfeyx_Z7Pw>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
List-Id: Notification list for GitHub issues related to the QUIC WG <quic-issues.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=unsubscribe>
List-Archive: <https://mailarchive.ietf.org/arch/browse/quic-issues/>
List-Post: <mailto:quic-issues@ietf.org>
List-Help: <mailto:quic-issues-request@ietf.org?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, 31 Jan 2019 05:56:01 -0000

----==_mimepart_5c528ded4290b_38ad3fa56e6d45b8162142
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

Discussed in Tokyo; this is viewed as an important optimization.  There are ways to solve this by modifying the HTTP/3 framing layer, but it has challenges, notably for proxies.  This can be solved by extensions (EXTERNAL_DATA, END_OF_FRAMES).  We should do so to learn more.

However, the "optimal" solution might be a QUIC stream-of-messages feature in the future, which is already being discussed.

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/quicwg/base-drafts/issues/1885#issuecomment-459225491
----==_mimepart_5c528ded4290b_38ad3fa56e6d45b8162142
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: quoted-printable

<p>Discussed in Tokyo; this is viewed as an important optimization.  Ther=
e are ways to solve this by modifying the HTTP/3 framing layer, but it ha=
s challenges, notably for proxies.  This can be solved by extensions (EXT=
ERNAL_DATA, END_OF_FRAMES).  We should do so to learn more.</p>
<p>However, the "optimal" solution might be a QUIC stream-of-messages fea=
ture in the future, which is already being discussed.</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/1885#issuecomment-459225491">view it on GitHub</a>,=
 or <a href=3D"https://github.com/notifications/unsubscribe-auth/AWbkq8le=
ba6gNsSlW3Zd0EBnCyo3iCu-ks5vIoVtgaJpZM4XvZCZ">mute the thread</a>.<img sr=
c=3D"https://github.com/notifications/beacon/AWbkq4MLf-9Py23wJhsO-I0QW5sL=
zuVCks5vIoVtgaJpZM4XvZCZ.gif" height=3D"1" width=3D"1" alt=3D"" /></p>
<script type=3D"application/json" data-scope=3D"inboxmarkup">{"api_versio=
n":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name"=
:"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"=
quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"http=
s://github.githubassets.com/images/email/message_cards/header.png","avata=
r_image_url":"https://github.githubassets.com/images/email/message_cards/=
avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/q=
uicwg/base-drafts"}},"updates":{"snippets":[{"icon":"PERSON","message":"@=
MikeBishop in #1885: Discussed in Tokyo; this is viewed as an important o=
ptimization.  There are ways to solve this by modifying the HTTP/3 framin=
g layer, but it has challenges, notably for proxies.  This can be solved =
by extensions (EXTERNAL_DATA, END_OF_FRAMES).  We should do so to learn m=
ore.\r\n\r\nHowever, the \"optimal\" solution might be a QUIC stream-of-m=
essages feature in the future, which is already being discussed."}],"acti=
on":{"name":"View Issue","url":"https://github.com/quicwg/base-drafts/iss=
ues/1885#issuecomment-459225491"}}}</script>
<script type=3D"application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/issues/1885#issuecomment=
-459225491",
"url": "https://github.com/quicwg/base-drafts/issues/1885#issuecomment-45=
9225491",
"name": "View Issue"
},
"description": "View this Issue on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>=

----==_mimepart_5c528ded4290b_38ad3fa56e6d45b8162142--


From nobody Wed Jan 30 21: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 84B7E1288BD for <quic-issues@ietfa.amsl.com>; Wed, 30 Jan 2019 21:58:49 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -10.935
X-Spam-Level: 
X-Spam-Status: No, score=-10.935 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIMWL_WL_HIGH=-4.553, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, HTML_IMAGE_ONLY_24=1.618, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-1, RCVD_IN_DNSWL_HI=-5, SPF_PASS=-0.001] autolearn=ham autolearn_force=no
Authentication-Results: ietfa.amsl.com (amavisd-new); dkim=pass (1024-bit key) header.d=github.com
Received: from mail.ietf.org ([4.31.198.44]) by localhost (ietfa.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id NByJ9kOtk_gq for <quic-issues@ietfa.amsl.com>; Wed, 30 Jan 2019 21:58: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 11E31124BF6 for <quic-issues@ietf.org>; Wed, 30 Jan 2019 21:58:48 -0800 (PST)
Date: Wed, 30 Jan 2019 21:58:47 -0800
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1548914327; bh=tPq0neFB9wwLmRuB+lDmIonT48Z5DfWmL1h5PWCC+a8=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=xEZMNbcHy8DHbhojJVq6i65d3sXJJrCu2l6pRwj74vVkirRzRAYFvtEsD93Lyka8a joUgzgxA6PzSfhlsjeLlud+C8u5OFZ04vJBNtuvxYHCCPeXK8H1jr8HjFnF5ycxSwW AupZ7riANMmc8i+8LGarT1Q/iPcl5ZOb5Nc0oqcA=
From: Christian Huitema <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+0166e4ab5022724e0a23fdef157863c9d320f7edda2fee3d92cf00000001186a509792a169ce17707462@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/issues/2230/459226015@github.com>
In-Reply-To: <quicwg/base-drafts/issues/2230@github.com>
References: <quicwg/base-drafts/issues/2230@github.com>
Subject: Re: [quicwg/base-drafts] What indicates the end of a message? (#2230)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5c528e972873e_6b33fcbea0d45bc87644"; 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/kj0Umd0mcMalMRm7al2HiDu1pxs>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
List-Id: Notification list for GitHub issues related to the QUIC WG <quic-issues.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=unsubscribe>
List-Archive: <https://mailarchive.ietf.org/arch/browse/quic-issues/>
List-Post: <mailto:quic-issues@ietf.org>
List-Help: <mailto:quic-issues-request@ietf.org?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, 31 Jan 2019 05:58:49 -0000

----==_mimepart_5c528e972873e_6b33fcbea0d45bc87644
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

This HTTP novice was also perplexed by the relation between "content length" header and length of data frames. This might be unrelated...


-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/quicwg/base-drafts/issues/2230#issuecomment-459226015
----==_mimepart_5c528e972873e_6b33fcbea0d45bc87644
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

<p>This HTTP novice was also perplexed by the relation between "content length" header and length of data frames. This might be unrelated...</p>

<p style="font-size:small;-webkit-text-size-adjust:none;color:#666;">&mdash;<br />You are receiving this because you are subscribed to this thread.<br />Reply to this email directly, <a href="https://github.com/quicwg/base-drafts/issues/2230#issuecomment-459226015">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AWbkq2q8O7aLMAPWi4sNrBunPPzj7Cksks5vIoYXgaJpZM4ZdEBq">mute the thread</a>.<img src="https://github.com/notifications/beacon/AWbkqxJ8m7ByrURVROI7rmVY2L0GsgBKks5vIoYXgaJpZM4ZdEBq.gif" height="1" width="1" alt="" /></p>
<script type="application/json" data-scope="inboxmarkup">{"api_version":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name":"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"https://github.githubassets.com/images/email/message_cards/header.png","avatar_image_url":"https://github.githubassets.com/images/email/message_cards/avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/quicwg/base-drafts"}},"updates":{"snippets":[{"icon":"PERSON","message":"@huitema in #2230: This HTTP novice was also perplexed by the relation between \"content length\" header and length of data frames. This might be unrelated...\r\n"}],"action":{"name":"View Issue","url":"https://github.com/quicwg/base-drafts/issues/2230#issuecomment-459226015"}}}</script>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/issues/2230#issuecomment-459226015",
"url": "https://github.com/quicwg/base-drafts/issues/2230#issuecomment-459226015",
"name": "View Issue"
},
"description": "View this Issue on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>
----==_mimepart_5c528e972873e_6b33fcbea0d45bc87644--


From nobody Wed Jan 30 22:01: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 713871288BD for <quic-issues@ietfa.amsl.com>; Wed, 30 Jan 2019 22:01:05 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -11.007
X-Spam-Level: 
X-Spam-Status: No, score=-11.007 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIMWL_WL_HIGH=-4.553, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, HTML_IMAGE_ONLY_20=1.546, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-1, RCVD_IN_DNSWL_HI=-5, SPF_PASS=-0.001] autolearn=ham autolearn_force=no
Authentication-Results: ietfa.amsl.com (amavisd-new); dkim=pass (1024-bit key) header.d=github.com
Received: from mail.ietf.org ([4.31.198.44]) by localhost (ietfa.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id tXKVacEGCzPu for <quic-issues@ietfa.amsl.com>; Wed, 30 Jan 2019 22:01: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 E65B1124BF6 for <quic-issues@ietf.org>; Wed, 30 Jan 2019 22:01:03 -0800 (PST)
Date: Wed, 30 Jan 2019 22:01:03 -0800
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1548914463; bh=5DkF08UvfvJR+jVYbZCAwvtkTvFapV2EahwJAUh038M=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=tmQadUsRBeMzkYu9vdRo87l6lY5RhqrYlFH8JUKjYnca8sN1FP2wqnTWAjSUZ0gko cYjDKwEbDAep53EV0DvaAyfpAmyvMuFf8HIp1UsDBdT2Gutt/i5ZzFE+GEK3AB7+fh fuz16BLNh7tf7ZgGb6AC/FzgDyIf1WeRc1NIXHi4=
From: Mike Bishop <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+0166e4abd3478c3b11ceaefc127e962f6a9523f3c671b7c092cf00000001186a511f92a169ce177071b8@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/issues/2228/459226376@github.com>
In-Reply-To: <quicwg/base-drafts/issues/2228@github.com>
References: <quicwg/base-drafts/issues/2228@github.com>
Subject: Re: [quicwg/base-drafts] How do I generate an RST? (#2228)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5c528f1f366d5_4ea63fcbea0d45bc2194cc"; 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/3LJVI50XTfRhXtwGG3Gn48ouWxc>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
List-Id: Notification list for GitHub issues related to the QUIC WG <quic-issues.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=unsubscribe>
List-Archive: <https://mailarchive.ietf.org/arch/browse/quic-issues/>
List-Post: <mailto:quic-issues@ietf.org>
List-Help: <mailto:quic-issues-request@ietf.org?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, 31 Jan 2019 06:01:05 -0000

----==_mimepart_5c528f1f366d5_4ea63fcbea0d45bc2194cc
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

Discussed in Tokyo; MUST close the connection, SHOULD close with a RST.

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/quicwg/base-drafts/issues/2228#issuecomment-459226376
----==_mimepart_5c528f1f366d5_4ea63fcbea0d45bc2194cc
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

<p>Discussed in Tokyo; MUST close the connection, SHOULD close with a RST.</p>

<p style="font-size:small;-webkit-text-size-adjust:none;color:#666;">&mdash;<br />You are receiving this because you are subscribed to this thread.<br />Reply to this email directly, <a href="https://github.com/quicwg/base-drafts/issues/2228#issuecomment-459226376">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AWbkq0FwgO4T0ROapa1YP9eR03Uik101ks5vIoafgaJpZM4ZdD1t">mute the thread</a>.<img src="https://github.com/notifications/beacon/AWbkq5CZpF8CNA0R2kRlwxczKLxiGkmAks5vIoafgaJpZM4ZdD1t.gif" height="1" width="1" alt="" /></p>
<script type="application/json" data-scope="inboxmarkup">{"api_version":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name":"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"https://github.githubassets.com/images/email/message_cards/header.png","avatar_image_url":"https://github.githubassets.com/images/email/message_cards/avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/quicwg/base-drafts"}},"updates":{"snippets":[{"icon":"PERSON","message":"@MikeBishop in #2228: Discussed in Tokyo; MUST close the connection, SHOULD close with a RST."}],"action":{"name":"View Issue","url":"https://github.com/quicwg/base-drafts/issues/2228#issuecomment-459226376"}}}</script>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/issues/2228#issuecomment-459226376",
"url": "https://github.com/quicwg/base-drafts/issues/2228#issuecomment-459226376",
"name": "View Issue"
},
"description": "View this Issue on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>
----==_mimepart_5c528f1f366d5_4ea63fcbea0d45bc2194cc--


From nobody Wed Jan 30 22:01: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 B1B791288BD for <quic-issues@ietfa.amsl.com>; Wed, 30 Jan 2019 22:01:15 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -10.935
X-Spam-Level: 
X-Spam-Status: No, score=-10.935 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIMWL_WL_HIGH=-4.553, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, HTML_IMAGE_ONLY_24=1.618, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-1, RCVD_IN_DNSWL_HI=-5, SPF_PASS=-0.001] autolearn=ham autolearn_force=no
Authentication-Results: ietfa.amsl.com (amavisd-new); dkim=pass (1024-bit key) header.d=github.com
Received: from mail.ietf.org ([4.31.198.44]) by localhost (ietfa.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id gJBzj9WZV8O9 for <quic-issues@ietfa.amsl.com>; Wed, 30 Jan 2019 22:01:14 -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 17859124BF6 for <quic-issues@ietf.org>; Wed, 30 Jan 2019 22:01:14 -0800 (PST)
Date: Wed, 30 Jan 2019 22:01:13 -0800
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1548914473; bh=Lgk+/ETZO2A1J+Lx6xoYTNRaq+MP2QtSVtPArkjb6l0=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=DPwswPKsxOJyYRt79VW9nFmDlCOBbcNQ6fUjj2sPhH9LFO3NVHNgTXWjKW+KwbSxP R3HL0EN36Djohs1VEpD3cyUd9LU8uHBGWygg6k7YuZlxbk39XbmQ96Dxu59+3P0pza 9iiXpdntyqRs8yLAZgK4gEyVDDdzRTbBG4TBkRIc=
From: Mike Bishop <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+0166e4ab9d5b7773529f72058946b3f096764b8afbd9db4f92cf00000001186a512992a169ce17707462@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/issues/2230/459226407@github.com>
In-Reply-To: <quicwg/base-drafts/issues/2230@github.com>
References: <quicwg/base-drafts/issues/2230@github.com>
Subject: Re: [quicwg/base-drafts] What indicates the end of a message? (#2230)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5c528f2962fab_42e33fd6c6cd45c4129992"; 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/23SjSw6IlkMRb6j6j2expaUbMZs>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
List-Id: Notification list for GitHub issues related to the QUIC WG <quic-issues.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=unsubscribe>
List-Archive: <https://mailarchive.ietf.org/arch/browse/quic-issues/>
List-Post: <mailto:quic-issues@ietf.org>
List-Help: <mailto:quic-issues-request@ietf.org?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, 31 Jan 2019 06:01:16 -0000

----==_mimepart_5c528f2962fab_42e33fd6c6cd45c4129992
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

Discussed in Tokyo; will not change the components of messages, but will add editorial clarification about where PUSH_PROMISE can be 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/issues/2230#issuecomment-459226407
----==_mimepart_5c528f2962fab_42e33fd6c6cd45c4129992
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

<p>Discussed in Tokyo; will not change the components of messages, but will add editorial clarification about where PUSH_PROMISE can be 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/issues/2230#issuecomment-459226407">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AWbkq3f23G9CYzX6aeaNw5iqYZ9nVaayks5vIoapgaJpZM4ZdEBq">mute the thread</a>.<img src="https://github.com/notifications/beacon/AWbkq86PP9dDKa8RECwHg3fMn05xvDydks5vIoapgaJpZM4ZdEBq.gif" height="1" width="1" alt="" /></p>
<script type="application/json" data-scope="inboxmarkup">{"api_version":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name":"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"https://github.githubassets.com/images/email/message_cards/header.png","avatar_image_url":"https://github.githubassets.com/images/email/message_cards/avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/quicwg/base-drafts"}},"updates":{"snippets":[{"icon":"PERSON","message":"@MikeBishop in #2230: Discussed in Tokyo; will not change the components of messages, but will add editorial clarification about where PUSH_PROMISE can be sent."}],"action":{"name":"View Issue","url":"https://github.com/quicwg/base-drafts/issues/2230#issuecomment-459226407"}}}</script>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/issues/2230#issuecomment-459226407",
"url": "https://github.com/quicwg/base-drafts/issues/2230#issuecomment-459226407",
"name": "View Issue"
},
"description": "View this Issue on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>
----==_mimepart_5c528f2962fab_42e33fd6c6cd45c4129992--


From nobody Wed Jan 30 22:03: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 810F1130D7A for <quic-issues@ietfa.amsl.com>; Wed, 30 Jan 2019 22:03:06 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -12.552
X-Spam-Level: 
X-Spam-Status: No, score=-12.552 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIMWL_WL_HIGH=-4.553, 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_PASS=-0.001] autolearn=ham autolearn_force=no
Authentication-Results: ietfa.amsl.com (amavisd-new); dkim=pass (1024-bit key) header.d=github.com
Received: from mail.ietf.org ([4.31.198.44]) by localhost (ietfa.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id jYjA2kZuBIFS for <quic-issues@ietfa.amsl.com>; Wed, 30 Jan 2019 22:03:05 -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 1CFF61288BD for <quic-issues@ietf.org>; Wed, 30 Jan 2019 22:03:05 -0800 (PST)
Date: Wed, 30 Jan 2019 22:03:04 -0800
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1548914584; bh=i55bWtQoa30elFEVeHx2/MAdemJwrVh1RZSL1R1fuiE=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=lTPVlM+HNW5wi3tGoDP2C0yjF4G5f4EzvwdigCcJJguDsdVttuxuhvqBjbdyZkn0i odsToQnRBfgnJf6457GSvtHRaMscs7Rra6levDpxrNeksjEx4RzZ7sTeqY27HgdbW8 SKTac7yoJNTbo4K23hDeCVfotdjaSbYf9SLIhB5A=
From: Luca Niccolini <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+0166e4abb791bcef584d91bfe7725de209c98bf8ed8603d392cf00000001186a519892a169ce16286866@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/issues/1885/459226772@github.com>
In-Reply-To: <quicwg/base-drafts/issues/1885@github.com>
References: <quicwg/base-drafts/issues/1885@github.com>
Subject: Re: [quicwg/base-drafts] DATA frame encoding is inefficient for long dynamically generated bodies (#1885)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5c528f987797f_54bd3f7efbed45b82124d"; charset=UTF-8
Content-Transfer-Encoding: 7bit
Precedence: list
X-GitHub-Sender: lnicco
X-GitHub-Recipient: quic-issues
X-GitHub-Reason: subscribed
X-Auto-Response-Suppress: All
X-GitHub-Recipient-Address: quic-issues@ietf.org
Archived-At: <https://mailarchive.ietf.org/arch/msg/quic-issues/EzU3dxVgjgzekNVoBh4gZxcDFnc>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
List-Id: Notification list for GitHub issues related to the QUIC WG <quic-issues.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=unsubscribe>
List-Archive: <https://mailarchive.ietf.org/arch/browse/quic-issues/>
List-Post: <mailto:quic-issues@ietf.org>
List-Help: <mailto:quic-issues-request@ietf.org?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, 31 Jan 2019 06:03:07 -0000

----==_mimepart_5c528f987797f_54bd3f7efbed45b82124d
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

@MikeBishop, since the revert was partial, the net effect of this issue was to remove the text that was forbidding DATA frames with zero length. 
https://tools.ietf.org/rfcdiff?url2=draft-ietf-quic-http-17.txt

So now the RFC is in an inconsistent state, where zero-len DATA frames are allowed, but we don't know what they are. Are they just not an error but should be 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/issues/1885#issuecomment-459226772
----==_mimepart_5c528f987797f_54bd3f7efbed45b82124d
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=3D4273797" data-octo-click=3D"hovercard-link-c=
lick" data-octo-dimensions=3D"link_type:self" href=3D"https://github.com/=
MikeBishop">@MikeBishop</a>, since the revert was partial, the net effect=
 of this issue was to remove the text that was forbidding DATA frames wit=
h zero length.<br>
<a href=3D"https://tools.ietf.org/rfcdiff?url2=3Ddraft-ietf-quic-http-17.=
txt" rel=3D"nofollow">https://tools.ietf.org/rfcdiff?url2=3Ddraft-ietf-qu=
ic-http-17.txt</a></p>
<p>So now the RFC is in an inconsistent state, where zero-len DATA frames=
 are allowed, but we don't know what they are. Are they just not an error=
 but should be ignored ?</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/1885#issuecomment-459226772">view it on GitHub</a>,=
 or <a href=3D"https://github.com/notifications/unsubscribe-auth/AWbkqw5d=
iDKv4TDvzVb2pfXHMkH2Jkjrks5vIocYgaJpZM4XvZCZ">mute the thread</a>.<img sr=
c=3D"https://github.com/notifications/beacon/AWbkq7KAk-ANfaHc66ncKVdRYUed=
g89Yks5vIocYgaJpZM4XvZCZ.gif" height=3D"1" width=3D"1" alt=3D"" /></p>
<script type=3D"application/json" data-scope=3D"inboxmarkup">{"api_versio=
n":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name"=
:"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"=
quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"http=
s://github.githubassets.com/images/email/message_cards/header.png","avata=
r_image_url":"https://github.githubassets.com/images/email/message_cards/=
avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/q=
uicwg/base-drafts"}},"updates":{"snippets":[{"icon":"PERSON","message":"@=
lnicco in #1885: @MikeBishop, since the revert was partial, the net effec=
t of this issue was to remove the text that was forbidding DATA frames wi=
th zero length. \r\nhttps://tools.ietf.org/rfcdiff?url2=3Ddraft-ietf-quic=
-http-17.txt\r\n\r\nSo now the RFC is in an inconsistent state, where zer=
o-len DATA frames are allowed, but we don't know what they are. Are they =
just not an error but should be ignored ? "}],"action":{"name":"View Issu=
e","url":"https://github.com/quicwg/base-drafts/issues/1885#issuecomment-=
459226772"}}}</script>
<script type=3D"application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/issues/1885#issuecomment=
-459226772",
"url": "https://github.com/quicwg/base-drafts/issues/1885#issuecomment-45=
9226772",
"name": "View Issue"
},
"description": "View this Issue on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>=

----==_mimepart_5c528f987797f_54bd3f7efbed45b82124d--


From nobody Wed Jan 30 22: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 CF188130EB0 for <quic-issues@ietfa.amsl.com>; Wed, 30 Jan 2019 22:04:16 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -10.935
X-Spam-Level: 
X-Spam-Status: No, score=-10.935 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIMWL_WL_HIGH=-4.553, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, HTML_IMAGE_ONLY_24=1.618, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-1, RCVD_IN_DNSWL_HI=-5, SPF_PASS=-0.001] autolearn=ham autolearn_force=no
Authentication-Results: ietfa.amsl.com (amavisd-new); dkim=pass (1024-bit key) header.d=github.com
Received: from mail.ietf.org ([4.31.198.44]) by localhost (ietfa.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 1QM-aGZE-tYL for <quic-issues@ietfa.amsl.com>; Wed, 30 Jan 2019 22:04: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 3003E130D7A for <quic-issues@ietf.org>; Wed, 30 Jan 2019 22:04:15 -0800 (PST)
Date: Wed, 30 Jan 2019 22:04:14 -0800
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1548914654; bh=mNq/SMTcKy4WQ0w7r1ghc1ufyTjSDJc3S+YmjF/ym5w=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=E5tZB4KW3g2f8cACUBeO7TSkz4utksOCZLz7/28HfnEZcpX9+98aTMAG/TN7a8muD DMYipeck0B2i9ulvp1qnPJ9uImmZWVJ7IudJBvAEYR5C6z8eq3dW+JtUFxOv3IwyPy AVj02rluJEEp9+eEUZOCRJJ5xalC26oeI2LFhjyk=
From: Mike Bishop <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+0166e4ab8c80d60ac84129d125de56abe7e02eb39361be5392cf00000001186a51de92a169ce1770727a@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/issues/2229/459226998@github.com>
In-Reply-To: <quicwg/base-drafts/issues/2229@github.com>
References: <quicwg/base-drafts/issues/2229@github.com>
Subject: Re: [quicwg/base-drafts] Can I send non-data frames on CONNECT streams? (#2229)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5c528fde859de_59f33fd07ded45bc1006a5"; 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/BGvTsgSj89M4l7Y03wnq5zkuBOs>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
List-Id: Notification list for GitHub issues related to the QUIC WG <quic-issues.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=unsubscribe>
List-Archive: <https://mailarchive.ietf.org/arch/browse/quic-issues/>
List-Post: <mailto:quic-issues@ietf.org>
List-Help: <mailto:quic-issues-request@ietf.org?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, 31 Jan 2019 06:04:17 -0000

----==_mimepart_5c528fde859de_59f33fd07ded45bc1006a5
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

Discussed in Tokyo; after the CONNECT takes effect, all frames other than DATA are prohibited unless an extension specifically provides otherwise.

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/quicwg/base-drafts/issues/2229#issuecomment-459226998
----==_mimepart_5c528fde859de_59f33fd07ded45bc1006a5
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

<p>Discussed in Tokyo; after the CONNECT takes effect, all frames other than DATA are prohibited unless an extension specifically provides otherwise.</p>

<p style="font-size:small;-webkit-text-size-adjust:none;color:#666;">&mdash;<br />You are receiving this because you are subscribed to this thread.<br />Reply to this email directly, <a href="https://github.com/quicwg/base-drafts/issues/2229#issuecomment-459226998">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AWbkq0jKudUxeBsPi4Ye-6jsd7s6V9Deks5vIodegaJpZM4ZdD5E">mute the thread</a>.<img src="https://github.com/notifications/beacon/AWbkq9y2aeeRBQfpKmo68YOC6Yfl5XQHks5vIodegaJpZM4ZdD5E.gif" height="1" width="1" alt="" /></p>
<script type="application/json" data-scope="inboxmarkup">{"api_version":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name":"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"https://github.githubassets.com/images/email/message_cards/header.png","avatar_image_url":"https://github.githubassets.com/images/email/message_cards/avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/quicwg/base-drafts"}},"updates":{"snippets":[{"icon":"PERSON","message":"@MikeBishop in #2229: Discussed in Tokyo; after the CONNECT takes effect, all frames other than DATA are prohibited unless an extension specifically provides otherwise."}],"action":{"name":"View Issue","url":"https://github.com/quicwg/base-drafts/issues/2229#issuecomment-459226998"}}}</script>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/issues/2229#issuecomment-459226998",
"url": "https://github.com/quicwg/base-drafts/issues/2229#issuecomment-459226998",
"name": "View Issue"
},
"description": "View this Issue on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>
----==_mimepart_5c528fde859de_59f33fd07ded45bc1006a5--


From nobody Wed Jan 30 22:05: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 2B295130ED6 for <quic-issues@ietfa.amsl.com>; Wed, 30 Jan 2019 22:05:10 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -10.935
X-Spam-Level: 
X-Spam-Status: No, score=-10.935 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIMWL_WL_HIGH=-4.553, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, HTML_IMAGE_ONLY_24=1.618, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-1, RCVD_IN_DNSWL_HI=-5, SPF_PASS=-0.001] autolearn=ham autolearn_force=no
Authentication-Results: ietfa.amsl.com (amavisd-new); dkim=pass (1024-bit key) header.d=github.com
Received: from mail.ietf.org ([4.31.198.44]) by localhost (ietfa.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id QZvo2n9lylyF for <quic-issues@ietfa.amsl.com>; Wed, 30 Jan 2019 22:05:08 -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 7D5E61288BD for <quic-issues@ietf.org>; Wed, 30 Jan 2019 22:05:08 -0800 (PST)
Date: Wed, 30 Jan 2019 22:05:07 -0800
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1548914707; bh=+qpTit7E0P5CrIVcQod3PeukaSyv3e0/Rms8TS6x8PA=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=ky6aS1MJmBc19vpLkRXB8uEbLCU8ddGYndaJx7ibg/tAtNDNIfCZ5qRhCih27RQ9X V2lj/dH85jXM2gC8cLGKNzNaUD6RwcIJDa5p7Fp8rUCQMJ0yWnJ6c6Q2lvsZicUvcE gp/SGxhZgHsEmIsecf/dsAbpuR18Fc2gw4ldrVxs=
From: Mike Bishop <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+0166e4ab32c848ef896db4738973d8e24f97e3931e9762a492cf00000001186a521392a169ce17706d7a@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/issue/2224/issue_event/2108509070@github.com>
In-Reply-To: <quicwg/base-drafts/issues/2224@github.com>
References: <quicwg/base-drafts/issues/2224@github.com>
Subject: Re: [quicwg/base-drafts] Why do control streams need to be typed? (#2224)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5c52901371488_548b3f7efbed45b8114689"; 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/ql7sl6mD8StJmnwYOclrbD-Ii1w>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
List-Id: Notification list for GitHub issues related to the QUIC WG <quic-issues.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=unsubscribe>
List-Archive: <https://mailarchive.ietf.org/arch/browse/quic-issues/>
List-Post: <mailto:quic-issues@ietf.org>
List-Help: <mailto:quic-issues-request@ietf.org?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, 31 Jan 2019 06:05:10 -0000

----==_mimepart_5c52901371488_548b3f7efbed45b8114689
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

Closed #2224.

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/quicwg/base-drafts/issues/2224#event-2108509070
----==_mimepart_5c52901371488_548b3f7efbed45b8114689
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="393244026" data-permission-text="Issue title is private" data-url="https://github.com/quicwg/base-drafts/issues/2224" data-hovercard-type="issue" data-hovercard-url="/quicwg/base-drafts/issues/2224/hovercard" href="https://github.com/quicwg/base-drafts/issues/2224">#2224</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/2224#event-2108509070">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AWbkq2fCBb0wQvst7Tatwu_heJWA6nmTks5vIoeTgaJpZM4ZdDi3">mute the thread</a>.<img src="https://github.com/notifications/beacon/AWbkq841dmrk9WvNjm4ZUyoA_-JBM2jQks5vIoeTgaJpZM4ZdDi3.gif" height="1" width="1" alt="" /></p>
<script type="application/json" data-scope="inboxmarkup">{"api_version":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name":"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"https://github.githubassets.com/images/email/message_cards/header.png","avatar_image_url":"https://github.githubassets.com/images/email/message_cards/avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/quicwg/base-drafts"}},"updates":{"snippets":[{"icon":"DESCRIPTION","message":"Closed #2224."}],"action":{"name":"View Issue","url":"https://github.com/quicwg/base-drafts/issues/2224#event-2108509070"}}}</script>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/issues/2224#event-2108509070",
"url": "https://github.com/quicwg/base-drafts/issues/2224#event-2108509070",
"name": "View Issue"
},
"description": "View this Issue on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>
----==_mimepart_5c52901371488_548b3f7efbed45b8114689--


From nobody Wed Jan 30 22:05:18 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 04B711288BD for <quic-issues@ietfa.amsl.com>; Wed, 30 Jan 2019 22:05:11 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -6.007
X-Spam-Level: 
X-Spam-Status: No, score=-6.007 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIMWL_WL_HIGH=-4.553, DKIM_SIGNED=0.1, DKIM_VALID=-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_PASS=-0.001] autolearn=ham autolearn_force=no
Authentication-Results: ietfa.amsl.com (amavisd-new); dkim=pass (1024-bit key) header.d=github.com
Received: from mail.ietf.org ([4.31.198.44]) by localhost (ietfa.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id JpJEkvUHh2CH for <quic-issues@ietfa.amsl.com>; Wed, 30 Jan 2019 22:05:08 -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 38931130EB0 for <quic-issues@ietf.org>; Wed, 30 Jan 2019 22:05:07 -0800 (PST)
DKIM-Signature: v=1; a=rsa-sha1; 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=mx2SEklUAT59Xx9tRzV7GW4QRB0=; b=mKbTbUizKwccpTWp yn6ZR0wJvarD2U6sQE+PUWalEPYScZPCvdsBvn3eT95Qeu5VJhpnR7pbvWxcBEiN JkJJ3UIa70ZWdaac1SBf/Y8ac/0FENHBODbMMv/kpl03l5nIh4wSqRfY+ozOcFd6 bZ6S+sC8OhLoggBc7iPiyK6hSBs=
Received: by filter1490p1mdw1.sendgrid.net with SMTP id filter1490p1mdw1-27575-5C529012-D 2019-01-31 06:05:06.363223117 +0000 UTC m=+132872.529030752
Received: from github-lowworker-0b1e58d.cp1-iad.github.net (unknown [192.30.252.43]) by ismtpd0004p1iad1.sendgrid.net (SG) with ESMTP id Ay45Z2oSSIG08MmrMRpxkQ for <quic-issues@ietf.org>; Thu, 31 Jan 2019 06:05:06.289 +0000 (UTC)
Received: from github.com (localhost [127.0.0.1]) by github-lowworker-0b1e58d.cp1-iad.github.net (Postfix) with ESMTP id 44F313E07F1 for <quic-issues@ietf.org>; Wed, 30 Jan 2019 22:05:06 -0800 (PST)
Date: Thu, 31 Jan 2019 06:05:06 +0000 (UTC)
From: Mike Bishop <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+0166e4abd775efab67bf7d3fe7fa3097da31f1840f5e9d4e92cf00000001186a521292a169ce17706d7a@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/issues/2224/459227141@github.com>
In-Reply-To: <quicwg/base-drafts/issues/2224@github.com>
References: <quicwg/base-drafts/issues/2224@github.com>
Subject: Re: [quicwg/base-drafts] Why do control streams need to be typed? (#2224)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5c52901243a36_b073fafcbcd45b41186e3"; 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: l64QuQ2uJCcEyUykJbxN122A6QRmEpucztpreh3Pak3S+8Ok3vgfxycyrokmrbWwkiqlB1qm8tQSc9 AixQUECSJ2i5ymCcU6en7Z0r9UYOI4/WFYE56M/NF1pQxi9SeFFAEDUtxNuJrM2BFrPyCbAHISjVCJ LMVTAhjpGEmeX66Tzc0jqood0iUpBWwaEnkPA0uB411x2vcF/YdoLRTWw4kGgDUgEUmYHakkbS+zHn w=
Archived-At: <https://mailarchive.ietf.org/arch/msg/quic-issues/LgOPRFgUREeizMAOK25xZ_ryWIw>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
List-Id: Notification list for GitHub issues related to the QUIC WG <quic-issues.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=unsubscribe>
List-Archive: <https://mailarchive.ietf.org/arch/browse/quic-issues/>
List-Post: <mailto:quic-issues@ietf.org>
List-Help: <mailto:quic-issues-request@ietf.org?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, 31 Jan 2019 06:05:11 -0000

----==_mimepart_5c52901243a36_b073fafcbcd45b41186e3
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

Discussed in Tokyo; close 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/2224#issuecomment-459227141
----==_mimepart_5c52901243a36_b073fafcbcd45b41186e3
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

<p>Discussed in Tokyo; close 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/2224#issuecomment-459227141">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AWbkqxL7njUAUVmx09P-uIoPHAXmgBf0ks5vIoeSgaJpZM4ZdDi3">mute the thread</a>.<img src="https://github.com/notifications/beacon/AWbkq-xG68ztyf5sTQEYBJML0xm8YKoeks5vIoeSgaJpZM4ZdDi3.gif" height="1" width="1" alt="" /></p>
<script type="application/json" data-scope="inboxmarkup">{"api_version":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name":"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"https://github.githubassets.com/images/email/message_cards/header.png","avatar_image_url":"https://github.githubassets.com/images/email/message_cards/avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/quicwg/base-drafts"}},"updates":{"snippets":[{"icon":"PERSON","message":"@MikeBishop in #2224: Discussed in Tokyo; close with no action."}],"action":{"name":"View Issue","url":"https://github.com/quicwg/base-drafts/issues/2224#issuecomment-459227141"}}}</script>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/issues/2224#issuecomment-459227141",
"url": "https://github.com/quicwg/base-drafts/issues/2224#issuecomment-459227141",
"name": "View Issue"
},
"description": "View this Issue on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>
----==_mimepart_5c52901243a36_b073fafcbcd45b41186e3--


From nobody Wed Jan 30 22:13: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 D8206130D7A for <quic-issues@ietfa.amsl.com>; Wed, 30 Jan 2019 22:13:19 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -10.935
X-Spam-Level: 
X-Spam-Status: No, score=-10.935 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIMWL_WL_HIGH=-4.553, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, HTML_IMAGE_ONLY_24=1.618, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-1, RCVD_IN_DNSWL_HI=-5, SPF_PASS=-0.001] autolearn=ham autolearn_force=no
Authentication-Results: ietfa.amsl.com (amavisd-new); dkim=pass (1024-bit key) header.d=github.com
Received: from mail.ietf.org ([4.31.198.44]) by localhost (ietfa.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id giAj35MkdGMa for <quic-issues@ietfa.amsl.com>; Wed, 30 Jan 2019 22:13: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 4FE1E1288BD for <quic-issues@ietf.org>; Wed, 30 Jan 2019 22:13:18 -0800 (PST)
Date: Wed, 30 Jan 2019 22:13:17 -0800
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1548915197; bh=Pzj2aOzsyGL8hdiaLV+rKljE4H8byhGIp6sgsOXXAOw=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=gPuR/qlNwwJsczBAxh50U09FYstW6MmWkcP33kphBHQh4IZiD6RYfkpxp6OkDgf+w v5VtF3qw6QDVK1jPp2hzgfCrnC4YD2ptGk2DMBIq5UAJhblO4RqyMvd0Z4GVYsOaTp FmM5qzrwyAmOVrhUSx52OVrKVbdsSn1tsAVfufnM=
From: Mike Bishop <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+0166e4abbdbfed1499932bef8e30684ef80b54f180ea403792cf00000001186a53fd92a169ce17707020@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/issues/2226/459228692@github.com>
In-Reply-To: <quicwg/base-drafts/issues/2226@github.com>
References: <quicwg/base-drafts/issues/2226@github.com>
Subject: Re: [quicwg/base-drafts] Why do I have to explicitly cancel after GOAWAY (#2226)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5c5291fd4f5a2_44c53fd6c6cd45c423513e"; 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/9d_iYpxBuGlobeiSc7JkMbXUWvM>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
List-Id: Notification list for GitHub issues related to the QUIC WG <quic-issues.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=unsubscribe>
List-Archive: <https://mailarchive.ietf.org/arch/browse/quic-issues/>
List-Post: <mailto:quic-issues@ietf.org>
List-Help: <mailto:quic-issues-request@ietf.org?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, 31 Jan 2019 06:13:20 -0000

----==_mimepart_5c5291fd4f5a2_44c53fd6c6cd45c423513e
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

Discussed in Tokyo; this doesn't need to be required server behavior, but recommended (or RECOMMENDED) as a method to clean up state.  Should have a reminder cross-reference to request rejection.

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/quicwg/base-drafts/issues/2226#issuecomment-459228692
----==_mimepart_5c5291fd4f5a2_44c53fd6c6cd45c423513e
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

<p>Discussed in Tokyo; this doesn't need to be required server behavior, but recommended (or RECOMMENDED) as a method to clean up state.  Should have a reminder cross-reference to request rejection.</p>

<p style="font-size:small;-webkit-text-size-adjust:none;color:#666;">&mdash;<br />You are receiving this because you are subscribed to this thread.<br />Reply to this email directly, <a href="https://github.com/quicwg/base-drafts/issues/2226#issuecomment-459228692">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AWbkq2Kw0IhqYCec4IUsC3v9F-bdfTz5ks5vIol9gaJpZM4ZdDuq">mute the thread</a>.<img src="https://github.com/notifications/beacon/AWbkqy5eO93EPl1ZMK1uoX9vA449rx3Xks5vIol9gaJpZM4ZdDuq.gif" height="1" width="1" alt="" /></p>
<script type="application/json" data-scope="inboxmarkup">{"api_version":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name":"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"https://github.githubassets.com/images/email/message_cards/header.png","avatar_image_url":"https://github.githubassets.com/images/email/message_cards/avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/quicwg/base-drafts"}},"updates":{"snippets":[{"icon":"PERSON","message":"@MikeBishop in #2226: Discussed in Tokyo; this doesn't need to be required server behavior, but recommended (or RECOMMENDED) as a method to clean up state.  Should have a reminder cross-reference to request rejection."}],"action":{"name":"View Issue","url":"https://github.com/quicwg/base-drafts/issues/2226#issuecomment-459228692"}}}</script>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/issues/2226#issuecomment-459228692",
"url": "https://github.com/quicwg/base-drafts/issues/2226#issuecomment-459228692",
"name": "View Issue"
},
"description": "View this Issue on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>
----==_mimepart_5c5291fd4f5a2_44c53fd6c6cd45c423513e--


From nobody Wed Jan 30 22:23: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 157361288BD for <quic-issues@ietfa.amsl.com>; Wed, 30 Jan 2019 22:23:43 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -11.007
X-Spam-Level: 
X-Spam-Status: No, score=-11.007 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIMWL_WL_HIGH=-4.553, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, HTML_IMAGE_ONLY_20=1.546, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-1, RCVD_IN_DNSWL_HI=-5, SPF_PASS=-0.001] autolearn=ham autolearn_force=no
Authentication-Results: ietfa.amsl.com (amavisd-new); dkim=pass (1024-bit key) header.d=github.com
Received: from mail.ietf.org ([4.31.198.44]) by localhost (ietfa.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 6jQ3kM7C9oFZ for <quic-issues@ietfa.amsl.com>; Wed, 30 Jan 2019 22:23: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 61766130EB0 for <quic-issues@ietf.org>; Wed, 30 Jan 2019 22:23:38 -0800 (PST)
Date: Wed, 30 Jan 2019 22:23:37 -0800
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1548915817; bh=10aQjJwRvPckjAWa/PKw+ZW81ex+3hrFarfXO4AqFoI=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=zIRlFpl+DLVlHnqVYFshFrTdbv2LZ+LLlmvG1TI067kiBocWV80ce1+f3+5wPeCW2 wKj/nQ3cLPyhlPVbl9xdFKmTjRHqraJvyma4aI+atvdMPtGLd1LlbIqYQl0b+kMVca qhh9qcfo2TxXBv4cVKC6mBo6mRAvBb4CcQkdNKwE=
From: Mike Bishop <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+0166e4ab4b668591940fa3728047f3d0cb54aca0d094349092cf00000001186a566992a169ce18168909@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/issues/2384/459230638@github.com>
In-Reply-To: <quicwg/base-drafts/issues/2384@github.com>
References: <quicwg/base-drafts/issues/2384@github.com>
Subject: Re: [quicwg/base-drafts] What scheme should be used for HTTP/3? (#2384)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5c5294693b8c4_2f253fa2ca0d45c42947a2"; 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/s_F1wfjArae6eF70IqUc5IV0F3U>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
List-Id: Notification list for GitHub issues related to the QUIC WG <quic-issues.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=unsubscribe>
List-Archive: <https://mailarchive.ietf.org/arch/browse/quic-issues/>
List-Post: <mailto:quic-issues@ietf.org>
List-Help: <mailto:quic-issues-request@ietf.org?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, 31 Jan 2019 06:23:43 -0000

----==_mimepart_5c5294693b8c4_2f253fa2ca0d45c42947a2
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

Discussed in Tokyo; this is out-of-scope for QUIC and needs to be resolved by the HTTP 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/2384#issuecomment-459230638
----==_mimepart_5c5294693b8c4_2f253fa2ca0d45c42947a2
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

<p>Discussed in Tokyo; this is out-of-scope for QUIC and needs to be resolved by the HTTP 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/2384#issuecomment-459230638">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AWbkq-HxwivhZmjcwGzenmA4qYWnJ0Hcks5vIovpgaJpZM4aXVNP">mute the thread</a>.<img src="https://github.com/notifications/beacon/AWbkqx62-tlFwq7CDaYgrWzecsNiqhgdks5vIovpgaJpZM4aXVNP.gif" height="1" width="1" alt="" /></p>
<script type="application/json" data-scope="inboxmarkup">{"api_version":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name":"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"https://github.githubassets.com/images/email/message_cards/header.png","avatar_image_url":"https://github.githubassets.com/images/email/message_cards/avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/quicwg/base-drafts"}},"updates":{"snippets":[{"icon":"PERSON","message":"@MikeBishop in #2384: Discussed in Tokyo; this is out-of-scope for QUIC and needs to be resolved by the HTTP WG."}],"action":{"name":"View Issue","url":"https://github.com/quicwg/base-drafts/issues/2384#issuecomment-459230638"}}}</script>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/issues/2384#issuecomment-459230638",
"url": "https://github.com/quicwg/base-drafts/issues/2384#issuecomment-459230638",
"name": "View Issue"
},
"description": "View this Issue on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>
----==_mimepart_5c5294693b8c4_2f253fa2ca0d45c42947a2--


From nobody Wed Jan 30 22:31: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 BE9E5130EBA for <quic-issues@ietfa.amsl.com>; Wed, 30 Jan 2019 22:31:08 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -10.935
X-Spam-Level: 
X-Spam-Status: No, score=-10.935 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIMWL_WL_HIGH=-4.553, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, HTML_IMAGE_ONLY_24=1.618, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-1, RCVD_IN_DNSWL_HI=-5, SPF_PASS=-0.001] autolearn=ham autolearn_force=no
Authentication-Results: ietfa.amsl.com (amavisd-new); dkim=pass (1024-bit key) header.d=github.com
Received: from mail.ietf.org ([4.31.198.44]) by localhost (ietfa.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id byfalW0FcjiH for <quic-issues@ietfa.amsl.com>; Wed, 30 Jan 2019 22:31: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 F0180130D7A for <quic-issues@ietf.org>; Wed, 30 Jan 2019 22:31:06 -0800 (PST)
Date: Wed, 30 Jan 2019 22:31:05 -0800
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1548916265; bh=AjmhteSO180Y1kxk7r9j0H3ErwPoledecODLyO+Ti7g=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=CAgUdeMssLp0frB8eWZ0ssu7TA6Nz5MdFsAsGL/8tXcetw+PZ0zsnYsUHnJrUI3hR bq+rQigmXCdSrWCF6aq3zEAFWDn+CHyWAQLrDSwEMl9F5WnGc4TWtoslzpfDxJ/6t7 qe3A8Y5U5VE3exXvBalnlKeh6ZP0Km1SjCW/Zxpk=
From: Martin Thomson <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+0166e4ab38a1767365dd7c358e877923c5087ae57d2d283592cf00000001186a582992a169ce0c2f403e@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/459232165@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_5c529629b88b8_3f573fc5348d45bc27469c"; 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/CJ80Hb2TTAF8UHqcl8CF5Gy29aI>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
List-Id: Notification list for GitHub issues related to the QUIC WG <quic-issues.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=unsubscribe>
List-Archive: <https://mailarchive.ietf.org/arch/browse/quic-issues/>
List-Post: <mailto:quic-issues@ietf.org>
List-Help: <mailto:quic-issues-request@ietf.org?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, 31 Jan 2019 06:31:09 -0000

----==_mimepart_5c529629b88b8_3f573fc5348d45bc27469c
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

FYI, I just opened https://github.com/httpwg/http-core/issues/194

-- 
You are receiving this 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-459232165
----==_mimepart_5c529629b88b8_3f573fc5348d45bc27469c
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

<p>FYI, I just opened <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>

<p style="font-size:small;-webkit-text-size-adjust:none;color:#666;">&mdash;<br />You are 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#issuecomment-459232165">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AWbkq4qb97YEgal3BnqQXQmbXZj1BdZ6ks5vIo2pgaJpZM4LzLA5">mute the thread</a>.<img src="https://github.com/notifications/beacon/AWbkq3cRc42PqyFx2k8nImZIqbtTDoACks5vIo2pgaJpZM4LzLA5.gif" height="1" width="1" alt="" /></p>
<script type="application/json" data-scope="inboxmarkup">{"api_version":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name":"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"https://github.githubassets.com/images/email/message_cards/header.png","avatar_image_url":"https://github.githubassets.com/images/email/message_cards/avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/quicwg/base-drafts"}},"updates":{"snippets":[{"icon":"PERSON","message":"@martinthomson in #253: FYI, I just opened https://github.com/httpwg/http-core/issues/194"}],"action":{"name":"View Issue","url":"https://github.com/quicwg/base-drafts/issues/253#issuecomment-459232165"}}}</script>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/issues/253#issuecomment-459232165",
"url": "https://github.com/quicwg/base-drafts/issues/253#issuecomment-459232165",
"name": "View Issue"
},
"description": "View this Issue on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>
----==_mimepart_5c529629b88b8_3f573fc5348d45bc27469c--


From nobody Wed Jan 30 22: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 3F5D0130EBA for <quic-issues@ietfa.amsl.com>; Wed, 30 Jan 2019 22:31:18 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -10.935
X-Spam-Level: 
X-Spam-Status: No, score=-10.935 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIMWL_WL_HIGH=-4.553, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, HTML_IMAGE_ONLY_24=1.618, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-1, RCVD_IN_DNSWL_HI=-5, SPF_PASS=-0.001] autolearn=ham autolearn_force=no
Authentication-Results: ietfa.amsl.com (amavisd-new); dkim=pass (1024-bit key) header.d=github.com
Received: from mail.ietf.org ([4.31.198.44]) by localhost (ietfa.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id LHxYdbUycEWN for <quic-issues@ietfa.amsl.com>; Wed, 30 Jan 2019 22:31:16 -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 57EC4130D7A for <quic-issues@ietf.org>; Wed, 30 Jan 2019 22:31:16 -0800 (PST)
Date: Wed, 30 Jan 2019 22:31:15 -0800
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1548916275; bh=Pa5etITgZj2dn8YjugqQdUaq2cmEGlHqiNx6qifvf8M=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=I+8F1ErtfCS7p0Hd+e25agqb0P+Usq2AS9jXelQeFkpHM/mdld/aLRB6IuHlvTYOD lRh/lPABqlK2upeaNS/tWyR25xiFf/p5dOXUG8I85Kruyw9NfwUfNNFFtt+1ws4rD4 Ed71NNQu6p1C45wrxqaMRiVRaYm3Uk48qHJ6dfCM=
From: Mike Bishop <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+0166e4ab6560114ac733c041a090f38ac391d9f5da7502f092cf00000001186a583392a169ce0c2f403e@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/459232199@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_5c52963371cde_24023fcd86ed45c025677f"; 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/G0L7XQ41kWV1Ccrv5_bG2PvfVC8>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
List-Id: Notification list for GitHub issues related to the QUIC WG <quic-issues.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=unsubscribe>
List-Archive: <https://mailarchive.ietf.org/arch/browse/quic-issues/>
List-Post: <mailto:quic-issues@ietf.org>
List-Help: <mailto:quic-issues-request@ietf.org?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, 31 Jan 2019 06:31:18 -0000

----==_mimepart_5c52963371cde_24023fcd86ed45c025677f
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

Discussed in Tokyo; this needs to be resolved by the HTTP WG, and we need to incorporate their resolution into the 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/253#issuecomment-459232199
----==_mimepart_5c52963371cde_24023fcd86ed45c025677f
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

<p>Discussed in Tokyo; this needs to be resolved by the HTTP WG, and we need to incorporate their resolution into the 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/253#issuecomment-459232199">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AWbkq6cWDKfgHX_hCmxyCoEMDCa6SRpSks5vIo2zgaJpZM4LzLA5">mute the thread</a>.<img src="https://github.com/notifications/beacon/AWbkq4C3h0vcLDgbUH9eT3KQgKm0WEGoks5vIo2zgaJpZM4LzLA5.gif" height="1" width="1" alt="" /></p>
<script type="application/json" data-scope="inboxmarkup">{"api_version":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name":"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"https://github.githubassets.com/images/email/message_cards/header.png","avatar_image_url":"https://github.githubassets.com/images/email/message_cards/avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/quicwg/base-drafts"}},"updates":{"snippets":[{"icon":"PERSON","message":"@MikeBishop in #253: Discussed in Tokyo; this needs to be resolved by the HTTP WG, and we need to incorporate their resolution into the doc."}],"action":{"name":"View Issue","url":"https://github.com/quicwg/base-drafts/issues/253#issuecomment-459232199"}}}</script>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/issues/253#issuecomment-459232199",
"url": "https://github.com/quicwg/base-drafts/issues/253#issuecomment-459232199",
"name": "View Issue"
},
"description": "View this Issue on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>
----==_mimepart_5c52963371cde_24023fcd86ed45c025677f--


From nobody Wed Jan 30 22: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 96A20130ED6 for <quic-issues@ietfa.amsl.com>; Wed, 30 Jan 2019 22:31:26 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -10.935
X-Spam-Level: 
X-Spam-Status: No, score=-10.935 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIMWL_WL_HIGH=-4.553, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, HTML_IMAGE_ONLY_24=1.618, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-1, RCVD_IN_DNSWL_HI=-5, SPF_PASS=-0.001] autolearn=ham autolearn_force=no
Authentication-Results: ietfa.amsl.com (amavisd-new); dkim=pass (1024-bit key) header.d=github.com
Received: from mail.ietf.org ([4.31.198.44]) by localhost (ietfa.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id wWMadSm42jyj for <quic-issues@ietfa.amsl.com>; Wed, 30 Jan 2019 22:31: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 E602F130EBA for <quic-issues@ietf.org>; Wed, 30 Jan 2019 22:31:24 -0800 (PST)
Date: Wed, 30 Jan 2019 22:31:23 -0800
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1548916283; bh=Gj+Jlhss7MjF352MTN4TfJZlOJ6/mMxnFhCWFsqzdCw=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=elbHrr3b6ctYNi14+ePLM9/qbvydu2gU8Wlz8GadAuUTeTL3Y9WiK4TfmfT9Okxox h6ks3yMER5xLmP+aXl73aT0XU/hfUcnjhj+ZTjhPtND1Ysyj11Cp/KOFRYHPaeZZEQ NBo6W7hq/w7TrWCBRD3HWzJUsM/kkhL8HKAbJe5Y=
From: Mike Bishop <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+0166e4ab6b9f0b02838445000507ec1bd3f745aa7d423fb892cf00000001186a583b92a169ce18168909@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/issue/2384/issue_event/2108542403@github.com>
In-Reply-To: <quicwg/base-drafts/issues/2384@github.com>
References: <quicwg/base-drafts/issues/2384@github.com>
Subject: Re: [quicwg/base-drafts] What scheme should be used for HTTP/3? (#2384)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5c52963be9fcf_346f3fe654cd45b817557d"; 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/0CrSsBsy518bHP8qVtUvu_P35HQ>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
List-Id: Notification list for GitHub issues related to the QUIC WG <quic-issues.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=unsubscribe>
List-Archive: <https://mailarchive.ietf.org/arch/browse/quic-issues/>
List-Post: <mailto:quic-issues@ietf.org>
List-Help: <mailto:quic-issues-request@ietf.org?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, 31 Jan 2019 06:31:27 -0000

----==_mimepart_5c52963be9fcf_346f3fe654cd45b817557d
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

Closed #2384.

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/quicwg/base-drafts/issues/2384#event-2108542403
----==_mimepart_5c52963be9fcf_346f3fe654cd45b817557d
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="404130057" data-permission-text="Issue title is private" data-url="https://github.com/quicwg/base-drafts/issues/2384" data-hovercard-type="issue" data-hovercard-url="/quicwg/base-drafts/issues/2384/hovercard" href="https://github.com/quicwg/base-drafts/issues/2384">#2384</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/2384#event-2108542403">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AWbkq0GtFjrnR-UHjwVBszfxF7gAojrDks5vIo27gaJpZM4aXVNP">mute the thread</a>.<img src="https://github.com/notifications/beacon/AWbkqzxN5UQ06DH3pE1_pdTI3RAxZTRsks5vIo27gaJpZM4aXVNP.gif" height="1" width="1" alt="" /></p>
<script type="application/json" data-scope="inboxmarkup">{"api_version":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name":"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"https://github.githubassets.com/images/email/message_cards/header.png","avatar_image_url":"https://github.githubassets.com/images/email/message_cards/avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/quicwg/base-drafts"}},"updates":{"snippets":[{"icon":"DESCRIPTION","message":"Closed #2384."}],"action":{"name":"View Issue","url":"https://github.com/quicwg/base-drafts/issues/2384#event-2108542403"}}}</script>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/issues/2384#event-2108542403",
"url": "https://github.com/quicwg/base-drafts/issues/2384#event-2108542403",
"name": "View Issue"
},
"description": "View this Issue on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>
----==_mimepart_5c52963be9fcf_346f3fe654cd45b817557d--


From nobody Wed Jan 30 22:34: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 E2C92130EBA for <quic-issues@ietfa.amsl.com>; Wed, 30 Jan 2019 22:34:34 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -11.007
X-Spam-Level: 
X-Spam-Status: No, score=-11.007 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIMWL_WL_HIGH=-4.553, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, HTML_IMAGE_ONLY_20=1.546, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-1, RCVD_IN_DNSWL_HI=-5, SPF_PASS=-0.001] autolearn=ham autolearn_force=no
Authentication-Results: ietfa.amsl.com (amavisd-new); dkim=pass (1024-bit key) header.d=github.com
Received: from mail.ietf.org ([4.31.198.44]) by localhost (ietfa.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id mxC6yhsjdmsq for <quic-issues@ietfa.amsl.com>; Wed, 30 Jan 2019 22:34:33 -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 4C13A130D7A for <quic-issues@ietf.org>; Wed, 30 Jan 2019 22:34:33 -0800 (PST)
Date: Wed, 30 Jan 2019 22:34:32 -0800
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1548916472; bh=E5Ius30shiK3lV3ZbI6nqlEvhyN9Zx56XevxRSmlPeM=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=BvoHvlZcjmtUMfkgyqoLRvXxdnlqqxDZ91Ah5hkXUU4zHSUrz4eFMZl4DF2HpQk3A iNweTwZiRKTU8GjgvPCQsgVWG8lVWW3BHCZ+mb5Th5V/m+mo3Yf3rjyRZm0ipnbp93 2nVVH3pbmyHs52fS4uS8FHE5wxOaT7WW1hrw3y/M=
From: Mike Bishop <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+0166e4abf24d0784e05c41dac6bbc6f787922497d5a1fdc792cf00000001186a58f892a169ce0caf53f4@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/issues/371/459232829@github.com>
In-Reply-To: <quicwg/base-drafts/issues/371@github.com>
References: <quicwg/base-drafts/issues/371@github.com>
Subject: Re: [quicwg/base-drafts] ALTSVC Frame (#371)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5c5296f86e9fe_3f5b3fc5348d45bc37526a"; 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/s0AdveNCAqpHyTZ339lZLdIr2oI>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
List-Id: Notification list for GitHub issues related to the QUIC WG <quic-issues.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=unsubscribe>
List-Archive: <https://mailarchive.ietf.org/arch/browse/quic-issues/>
List-Post: <mailto:quic-issues@ietf.org>
List-Help: <mailto:quic-issues-request@ietf.org?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, 31 Jan 2019 06:34:35 -0000

----==_mimepart_5c5296f86e9fe_3f5b3fc5348d45bc37526a
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

These drafts will be handed over to the HTTPbis for consideration; they own HTTP/3 maintenance and extensions.

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/quicwg/base-drafts/issues/371#issuecomment-459232829
----==_mimepart_5c5296f86e9fe_3f5b3fc5348d45bc37526a
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

<p>These drafts will be handed over to the HTTPbis for consideration; they own HTTP/3 maintenance and extensions.</p>

<p style="font-size:small;-webkit-text-size-adjust:none;color:#666;">&mdash;<br />You are receiving this because you are subscribed to this thread.<br />Reply to this email directly, <a href="https://github.com/quicwg/base-drafts/issues/371#issuecomment-459232829">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AWbkq0bM8mwyttuWds-R10PDpFkf7eaIks5vIo54gaJpZM4MXI1D">mute the thread</a>.<img src="https://github.com/notifications/beacon/AWbkq7LKPH0AJunJoPNIUrDg2U_ffV_Rks5vIo54gaJpZM4MXI1D.gif" height="1" width="1" alt="" /></p>
<script type="application/json" data-scope="inboxmarkup">{"api_version":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name":"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"https://github.githubassets.com/images/email/message_cards/header.png","avatar_image_url":"https://github.githubassets.com/images/email/message_cards/avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/quicwg/base-drafts"}},"updates":{"snippets":[{"icon":"PERSON","message":"@MikeBishop in #371: These drafts will be handed over to the HTTPbis for consideration; they own HTTP/3 maintenance and extensions."}],"action":{"name":"View Issue","url":"https://github.com/quicwg/base-drafts/issues/371#issuecomment-459232829"}}}</script>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/issues/371#issuecomment-459232829",
"url": "https://github.com/quicwg/base-drafts/issues/371#issuecomment-459232829",
"name": "View Issue"
},
"description": "View this Issue on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>
----==_mimepart_5c5296f86e9fe_3f5b3fc5348d45bc37526a--


From nobody Wed Jan 30 22: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 844F5130EDF for <quic-issues@ietfa.amsl.com>; Wed, 30 Jan 2019 22:34:36 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -10.935
X-Spam-Level: 
X-Spam-Status: No, score=-10.935 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIMWL_WL_HIGH=-4.553, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, HTML_IMAGE_ONLY_24=1.618, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-1, RCVD_IN_DNSWL_HI=-5, SPF_PASS=-0.001] autolearn=ham autolearn_force=no
Authentication-Results: ietfa.amsl.com (amavisd-new); dkim=pass (1024-bit key) header.d=github.com
Received: from mail.ietf.org ([4.31.198.44]) by localhost (ietfa.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id EpfSZFHFnu_g for <quic-issues@ietfa.amsl.com>; Wed, 30 Jan 2019 22:34: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 BB00E130EB0 for <quic-issues@ietf.org>; Wed, 30 Jan 2019 22:34:34 -0800 (PST)
Date: Wed, 30 Jan 2019 22:34:33 -0800
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1548916473; bh=Ra9lJH4+Ic1QZ7x9w0/CvDa2K+h1gzYesODNUOl0dgc=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=IeKT3Vqs+XBKfHt7mfuT+MJWZVRvdOgq2GRqa3NJ5dreB2DLVaZo7SUrZQaGOKbJW i2QGZjjLBYk0ammQgKEQQepmrZEQAmckWYbmCAa2cRvr/CkkzcGVPPm5dx4gJF75p2 EG7laGijoBo7Z4hZuMiStqIX2Nlle4QZhXGS3r4M=
From: Mike Bishop <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+0166e4aba337b0afe3a625fb4d9c99d99dc3e7a7b99b748192cf00000001186a58f992a169ce0caf53f4@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/issue/371/issue_event/2108546290@github.com>
In-Reply-To: <quicwg/base-drafts/issues/371@github.com>
References: <quicwg/base-drafts/issues/371@github.com>
Subject: Re: [quicwg/base-drafts] ALTSVC Frame (#371)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5c5296f9ba3c7_14c43f8a490d45b82869cb"; 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/cBYBq-_rkWUdOyY5xB_A9ZzSPbk>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
List-Id: Notification list for GitHub issues related to the QUIC WG <quic-issues.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=unsubscribe>
List-Archive: <https://mailarchive.ietf.org/arch/browse/quic-issues/>
List-Post: <mailto:quic-issues@ietf.org>
List-Help: <mailto:quic-issues-request@ietf.org?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, 31 Jan 2019 06:34:37 -0000

----==_mimepart_5c5296f9ba3c7_14c43f8a490d45b82869cb
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

Closed #371.

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/quicwg/base-drafts/issues/371#event-2108546290
----==_mimepart_5c5296f9ba3c7_14c43f8a490d45b82869cb
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="212816884" data-permission-text="Issue title is private" data-url="https://github.com/quicwg/base-drafts/issues/371" data-hovercard-type="issue" data-hovercard-url="/quicwg/base-drafts/issues/371/hovercard" href="https://github.com/quicwg/base-drafts/issues/371">#371</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/371#event-2108546290">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AWbkq3CDnwcSnJGrA7Az4KXPBo07ecfdks5vIo55gaJpZM4MXI1D">mute the thread</a>.<img src="https://github.com/notifications/beacon/AWbkqxZJ2pa3o-O7ehIL4aKsysk4KPIcks5vIo55gaJpZM4MXI1D.gif" height="1" width="1" alt="" /></p>
<script type="application/json" data-scope="inboxmarkup">{"api_version":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name":"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"https://github.githubassets.com/images/email/message_cards/header.png","avatar_image_url":"https://github.githubassets.com/images/email/message_cards/avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/quicwg/base-drafts"}},"updates":{"snippets":[{"icon":"DESCRIPTION","message":"Closed #371."}],"action":{"name":"View Issue","url":"https://github.com/quicwg/base-drafts/issues/371#event-2108546290"}}}</script>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/issues/371#event-2108546290",
"url": "https://github.com/quicwg/base-drafts/issues/371#event-2108546290",
"name": "View Issue"
},
"description": "View this Issue on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>
----==_mimepart_5c5296f9ba3c7_14c43f8a490d45b82869cb--


From nobody Wed Jan 30 22: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 05B9E128AFB for <quic-issues@ietfa.amsl.com>; Wed, 30 Jan 2019 22:53:03 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -11.007
X-Spam-Level: 
X-Spam-Status: No, score=-11.007 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIMWL_WL_HIGH=-4.553, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, HTML_IMAGE_ONLY_20=1.546, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-1, RCVD_IN_DNSWL_HI=-5, SPF_PASS=-0.001] autolearn=ham autolearn_force=no
Authentication-Results: ietfa.amsl.com (amavisd-new); dkim=pass (1024-bit key) header.d=github.com
Received: from mail.ietf.org ([4.31.198.44]) by localhost (ietfa.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id WVARBK8_6cuD for <quic-issues@ietfa.amsl.com>; Wed, 30 Jan 2019 22:53:01 -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 E4BBF130E99 for <quic-issues@ietf.org>; Wed, 30 Jan 2019 22:53:00 -0800 (PST)
Date: Wed, 30 Jan 2019 22:52:59 -0800
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1548917579; bh=dvAsts8hLMJyYqA19PqHAbVFAm+XdwUtgBZ2d7ScYRY=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=UZAQTd35gxN/K++0S5BWG3IoszHjqkEnTZVIIQ/JXRtjwVnmeofNZX+L/B7kscj1j uXSFAmdl+9qBGmLzabGHQAo5LSMqRwNOfW/YtVX5L/0gPku7e6cb2Z9jvmtG35o/b8 hY/4coyTV885Cr/1wl+/dLkNGEwMOyock3ut17WI=
From: ianswett <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+0166e4ab4ac8b2d708ae9cfc11f0f9641f590a7f43d945a192cf00000001186a5d4b92a169ce181d7dce@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/pull/2386/review/198444911@github.com>
In-Reply-To: <quicwg/base-drafts/pull/2386@github.com>
References: <quicwg/base-drafts/pull/2386@github.com>
Subject: Re: [quicwg/base-drafts] Remove requirement for reciprocal connection ID change (#2386)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5c529b4bc696c_2ede3fa2ca0d45c44872f"; 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/7af3xwDqMrn-b7nVDgsu0H6fZIY>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
List-Id: Notification list for GitHub issues related to the QUIC WG <quic-issues.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=unsubscribe>
List-Archive: <https://mailarchive.ietf.org/arch/browse/quic-issues/>
List-Post: <mailto:quic-issues@ietf.org>
List-Help: <mailto:quic-issues-request@ietf.org?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, 31 Jan 2019 06:53:03 -0000

----==_mimepart_5c529b4bc696c_2ede3fa2ca0d45c44872f
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/2386#pullrequestreview-198444911
----==_mimepart_5c529b4bc696c_2ede3fa2ca0d45c44872f
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/2386#pullrequestreview-198444911">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AWbkq7OHtNLyJWVI03itELZM4exErsIjks5vIpLLgaJpZM4aZYcZ">mute the thread</a>.<img src="https://github.com/notifications/beacon/AWbkq8dNmXrCU3BDRgB4JPi7yvgWrv4-ks5vIpLLgaJpZM4aZYcZ.gif" height="1" width="1" alt="" /></p>
<script type="application/json" data-scope="inboxmarkup">{"api_version":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name":"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"https://github.githubassets.com/images/email/message_cards/header.png","avatar_image_url":"https://github.githubassets.com/images/email/message_cards/avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/quicwg/base-drafts"}},"updates":{"snippets":[{"icon":"PERSON","message":"@ianswett approved #2386"}],"action":{"name":"View Pull Request","url":"https://github.com/quicwg/base-drafts/pull/2386#pullrequestreview-198444911"}}}</script>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/pull/2386#pullrequestreview-198444911",
"url": "https://github.com/quicwg/base-drafts/pull/2386#pullrequestreview-198444911",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>
----==_mimepart_5c529b4bc696c_2ede3fa2ca0d45c44872f--


From nobody Wed Jan 30 22:56: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 B4C6E128AFB for <quic-issues@ietfa.amsl.com>; Wed, 30 Jan 2019 22:56:16 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -11.149
X-Spam-Level: 
X-Spam-Status: No, score=-11.149 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIMWL_WL_HIGH=-4.553, 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_PASS=-0.001] autolearn=ham autolearn_force=no
Authentication-Results: ietfa.amsl.com (amavisd-new); dkim=pass (1024-bit key) header.d=github.com
Received: from mail.ietf.org ([4.31.198.44]) by localhost (ietfa.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id Esyb1TjkJwHA for <quic-issues@ietfa.amsl.com>; Wed, 30 Jan 2019 22:56: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 A8DA212872C for <quic-issues@ietf.org>; Wed, 30 Jan 2019 22:56:14 -0800 (PST)
Date: Wed, 30 Jan 2019 22:56:13 -0800
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1548917773; bh=H0BjN8NnsjlSC6VsXqQtZFFprrPjhdTPK4G+zB7mNt4=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=zkXlym6myv6CpWlamrypG/r3sUqmaRkO/ngTOgfKb/ggMKFMDJWJBegX07klLEiEf BtrRb1OTpan9kl+2ZPkh5eo8SS2z7ymOjoRhmMo2nzOtK6fDdfBCTBsxBJgO0iwo6/ 00Mg959fRv2Qie8ZfsVIQldAv/rmNW7wXvsi/WS0=
From: ianswett <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+0166e4ab2c0c430922f4b78b89a2959f45c41beebd64a86692cf00000001186a5e0d92a169ce17e9c1c4@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/pull/2355/review/198445391@github.com>
In-Reply-To: <quicwg/base-drafts/pull/2355@github.com>
References: <quicwg/base-drafts/pull/2355@github.com>
Subject: Re: [quicwg/base-drafts] Allow stream-related frames in 0-RTT (#2355)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5c529c0dda3d5_685b3fc1ad4d45b4425516"; 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/3nGYkyRNwrhO-jyLX3hNsdNUAAU>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
List-Id: Notification list for GitHub issues related to the QUIC WG <quic-issues.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=unsubscribe>
List-Archive: <https://mailarchive.ietf.org/arch/browse/quic-issues/>
List-Post: <mailto:quic-issues@ietf.org>
List-Help: <mailto:quic-issues-request@ietf.org?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, 31 Jan 2019 06:56:17 -0000

----==_mimepart_5c529c0dda3d5_685b3fc1ad4d45b4425516
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

ianswett approved this pull request.

LGTM, one nit.

> @@ -324,19 +324,15 @@ the connection can usually appear at any encryption level, whereas those
 associated with transferring data can only appear in the 0-RTT and 1-RTT
 encryption levels:
 
-- CRYPTO frames MAY appear in packets of any encryption level except 0-RTT.
-
-- CONNECTION_CLOSE MAY appear in packets of any encryption level other than
-  0-RTT.
+- CRYPTO and CONNECTION_CLOSE frames MAY appear in packets of any encryption
+  level except 0-RTT.
 
 - PADDING frames MAY appear in packets of any encryption level.

nit: I'd put the most permissive statement(this one) 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/pull/2355#pullrequestreview-198445391
----==_mimepart_5c529c0dda3d5_685b3fc1ad4d45b4425516
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

<p><b>@ianswett</b> approved this pull request.</p>

<p>LGTM, one nit.</p><hr>

<p>In <a href="https://github.com/quicwg/base-drafts/pull/2355#discussion_r252552621">draft-ietf-quic-tls.md</a>:</p>
<pre style='color:#555'>&gt; @@ -324,19 +324,15 @@ the connection can usually appear at any encryption level, whereas those
 associated with transferring data can only appear in the 0-RTT and 1-RTT
 encryption levels:
 
-- CRYPTO frames MAY appear in packets of any encryption level except 0-RTT.
-
-- CONNECTION_CLOSE MAY appear in packets of any encryption level other than
-  0-RTT.
+- CRYPTO and CONNECTION_CLOSE frames MAY appear in packets of any encryption
+  level except 0-RTT.
 
 - PADDING frames MAY appear in packets of any encryption level.
</pre>
<p>nit: I'd put the most permissive statement(this one) 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/pull/2355#pullrequestreview-198445391">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AWbkq6qU4SpF_l61hID2J70qvofXfUCTks5vIpONgaJpZM4aKHLA">mute the thread</a>.<img src="https://github.com/notifications/beacon/AWbkq57o9eswxDtTyW6CGHqthG9lJuBjks5vIpONgaJpZM4aKHLA.gif" height="1" width="1" alt="" /></p>
<script type="application/json" data-scope="inboxmarkup">{"api_version":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name":"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"https://github.githubassets.com/images/email/message_cards/header.png","avatar_image_url":"https://github.githubassets.com/images/email/message_cards/avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/quicwg/base-drafts"}},"updates":{"snippets":[{"icon":"PERSON","message":"@ianswett approved #2355"}],"action":{"name":"View Pull Request","url":"https://github.com/quicwg/base-drafts/pull/2355#pullrequestreview-198445391"}}}</script>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/pull/2355#pullrequestreview-198445391",
"url": "https://github.com/quicwg/base-drafts/pull/2355#pullrequestreview-198445391",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>
----==_mimepart_5c529c0dda3d5_685b3fc1ad4d45b4425516--


From nobody Wed Jan 30 23: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 48C47129B88 for <quic-issues@ietfa.amsl.com>; Wed, 30 Jan 2019 23:01:53 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -11.149
X-Spam-Level: 
X-Spam-Status: No, score=-11.149 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIMWL_WL_HIGH=-4.553, 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_PASS=-0.001] autolearn=ham autolearn_force=no
Authentication-Results: ietfa.amsl.com (amavisd-new); dkim=pass (1024-bit key) header.d=github.com
Received: from mail.ietf.org ([4.31.198.44]) by localhost (ietfa.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 0qeKcRoBri4J for <quic-issues@ietfa.amsl.com>; Wed, 30 Jan 2019 23:01:51 -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 A065E128AFB for <quic-issues@ietf.org>; Wed, 30 Jan 2019 23:01:51 -0800 (PST)
Date: Wed, 30 Jan 2019 23:01:50 -0800
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1548918110; bh=Ml5FIsvBs2TC4mQ3QQ19sYd9auwrsIz0+33ztzcq5gA=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=NM5xg/3S2xcnWYanWkXFujhdwZTv/AOWbx0/M/qhz6s83JY75qqrFlf6CVsGI9y6z PPEbJ01K5rUu8avwZQW9pSFInb8NhXiCMTEnlOLNPmYVcwrZq3rUR6oSb5eXniOSyC 5J9UGBCF9Cc3YEOScnxMFmkPlpn64pVR7QgA2uUA=
From: Lucas Pardue <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+0166e4abb4430b4d79dc601ae6b06a67aa140f93c149934092cf00000001186a5f5e92a169ce1789f050@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/issues/2275/459238192@github.com>
In-Reply-To: <quicwg/base-drafts/issues/2275@github.com>
References: <quicwg/base-drafts/issues/2275@github.com>
Subject: Re: [quicwg/base-drafts] Varint h3 unidirectional stream types (#2275)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5c529d5e9ad52_4ec03fcbea0d45bc3830ac"; 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/xwZFe6N3mEOpKKFyoRkHwZol7Tk>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
List-Id: Notification list for GitHub issues related to the QUIC WG <quic-issues.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=unsubscribe>
List-Archive: <https://mailarchive.ietf.org/arch/browse/quic-issues/>
List-Post: <mailto:quic-issues@ietf.org>
List-Help: <mailto:quic-issues-request@ietf.org?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, 31 Jan 2019 07:01:53 -0000

----==_mimepart_5c529d5e9ad52_4ec03fcbea0d45bc3830ac
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

One idea for testing is to use a set of grease streams. On connection open the opposite endpoint sends partial varints at various encoding lengths (e.g. write one byte, delay, write another byte, etc). the receiving endpoint should either wait for a complete varint and then proceed (i.e. a resilient endpoint), or it will explode in varint parse failure (a fragile 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/issues/2275#issuecomment-459238192
----==_mimepart_5c529d5e9ad52_4ec03fcbea0d45bc3830ac
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: quoted-printable

<p>One idea for testing is to use a set of grease streams. On connection =
open the opposite endpoint sends partial varints at various encoding leng=
ths (e.g. write one byte, delay, write another byte, etc). the receiving =
endpoint should either wait for a complete varint and then proceed (i.e. =
a resilient endpoint), or it will explode in varint parse failure (a frag=
ile one).</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/2275#issuecomment-459238192">view it on GitHub</a>,=
 or <a href=3D"https://github.com/notifications/unsubscribe-auth/AWbkqwl-=
19amTQgotcHarQtsnIVUKURpks5vIpTegaJpZM4ZlI-h">mute the thread</a>.<img sr=
c=3D"https://github.com/notifications/beacon/AWbkqw7HJQotKtl5FcfxPzTfcbkq=
E5oRks5vIpTegaJpZM4ZlI-h.gif" height=3D"1" width=3D"1" alt=3D"" /></p>
<script type=3D"application/json" data-scope=3D"inboxmarkup">{"api_versio=
n":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name"=
:"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"=
quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"http=
s://github.githubassets.com/images/email/message_cards/header.png","avata=
r_image_url":"https://github.githubassets.com/images/email/message_cards/=
avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/q=
uicwg/base-drafts"}},"updates":{"snippets":[{"icon":"PERSON","message":"@=
LPardue in #2275: One idea for testing is to use a set of grease streams.=
 On connection open the opposite endpoint sends partial varints at variou=
s encoding lengths (e.g. write one byte, delay, write another byte, etc).=
 the receiving endpoint should either wait for a complete varint and then=
 proceed (i.e. a resilient endpoint), or it will explode in varint parse =
failure (a fragile one)."}],"action":{"name":"View Issue","url":"https://=
github.com/quicwg/base-drafts/issues/2275#issuecomment-459238192"}}}</scr=
ipt>
<script type=3D"application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/issues/2275#issuecomment=
-459238192",
"url": "https://github.com/quicwg/base-drafts/issues/2275#issuecomment-45=
9238192",
"name": "View Issue"
},
"description": "View this Issue on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>=

----==_mimepart_5c529d5e9ad52_4ec03fcbea0d45bc3830ac--


From nobody Wed Jan 30 23:12: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 1FA40129B88 for <quic-issues@ietfa.amsl.com>; Wed, 30 Jan 2019 23:12:52 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -10.935
X-Spam-Level: 
X-Spam-Status: No, score=-10.935 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIMWL_WL_HIGH=-4.553, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, HTML_IMAGE_ONLY_24=1.618, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-1, RCVD_IN_DNSWL_HI=-5, SPF_PASS=-0.001] autolearn=ham autolearn_force=no
Authentication-Results: ietfa.amsl.com (amavisd-new); dkim=pass (1024-bit key) header.d=github.com
Received: from mail.ietf.org ([4.31.198.44]) by localhost (ietfa.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id P0xAXwpjmbKi for <quic-issues@ietfa.amsl.com>; Wed, 30 Jan 2019 23:12:50 -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 ACF6812872C for <quic-issues@ietf.org>; Wed, 30 Jan 2019 23:12:50 -0800 (PST)
Date: Wed, 30 Jan 2019 23:12:49 -0800
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1548918770; bh=/SHS9Quu1Y1U++s2DfMuq9/3P2YNdni3pKdQDox//BQ=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=PqzkYcgpE5T+8vUtSg1ZhsfBWzHCZsZECo/HtYnGNb4oL7Qdrw4VxMHdECgq0DUeq UTeEAvITUwNlp4b/HM8ppEyXiwCXhLG3H0HcD/51fC6FJq7lQKS2WWyPJorPm7E1jy C2HtIaDjYCIEsAzJW8h/TaG/bJECk500QacoAUqs=
From: Mike Bishop <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+0166e4abe0d6b1d8124a92ee7bab721c01372ec0772d1f1392cf00000001186a61f192a169ce1789f586@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/issues/2276/459240538@github.com>
In-Reply-To: <quicwg/base-drafts/issues/2276@github.com>
References: <quicwg/base-drafts/issues/2276@github.com>
Subject: Re: [quicwg/base-drafts] Disallow changes of table size after 0-RTT (#2276)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5c529ff1e2999_14cc3f8a490d45b846519e"; 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/efoO3S1rfpqvvO-HqKkGmZ_3Uqk>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
List-Id: Notification list for GitHub issues related to the QUIC WG <quic-issues.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=unsubscribe>
List-Archive: <https://mailarchive.ietf.org/arch/browse/quic-issues/>
List-Post: <mailto:quic-issues@ietf.org>
List-Help: <mailto:quic-issues-request@ietf.org?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, 31 Jan 2019 07:12:52 -0000

----==_mimepart_5c529ff1e2999_14cc3f8a490d45b846519e
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

Discussed in Tokyo; okay with allowing changes only from zero to non-zero, and not increases between two non-zero 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/2276#issuecomment-459240538
----==_mimepart_5c529ff1e2999_14cc3f8a490d45b846519e
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

<p>Discussed in Tokyo; okay with allowing changes only from zero to non-zero, and not increases between two non-zero 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/2276#issuecomment-459240538">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AWbkq6DkiOT12j9nT2gzD0LbjAxAiMsAks5vIpdxgaJpZM4ZlJXB">mute the thread</a>.<img src="https://github.com/notifications/beacon/AWbkq4eR1PjmLbPAuPnROS1ABCh4FTcJks5vIpdxgaJpZM4ZlJXB.gif" height="1" width="1" alt="" /></p>
<script type="application/json" data-scope="inboxmarkup">{"api_version":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name":"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"https://github.githubassets.com/images/email/message_cards/header.png","avatar_image_url":"https://github.githubassets.com/images/email/message_cards/avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/quicwg/base-drafts"}},"updates":{"snippets":[{"icon":"PERSON","message":"@MikeBishop in #2276: Discussed in Tokyo; okay with allowing changes only from zero to non-zero, and not increases between two non-zero issues."}],"action":{"name":"View Issue","url":"https://github.com/quicwg/base-drafts/issues/2276#issuecomment-459240538"}}}</script>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/issues/2276#issuecomment-459240538",
"url": "https://github.com/quicwg/base-drafts/issues/2276#issuecomment-459240538",
"name": "View Issue"
},
"description": "View this Issue on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>
----==_mimepart_5c529ff1e2999_14cc3f8a490d45b846519e--


From nobody Wed Jan 30 23: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 AFDB012872C for <quic-issues@ietfa.amsl.com>; Wed, 30 Jan 2019 23:18:10 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -10.935
X-Spam-Level: 
X-Spam-Status: No, score=-10.935 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIMWL_WL_HIGH=-4.553, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, HTML_IMAGE_ONLY_24=1.618, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-1, RCVD_IN_DNSWL_HI=-5, SPF_PASS=-0.001] autolearn=ham autolearn_force=no
Authentication-Results: ietfa.amsl.com (amavisd-new); dkim=pass (1024-bit key) header.d=github.com
Received: from mail.ietf.org ([4.31.198.44]) by localhost (ietfa.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id ZOKZP_C0Asch for <quic-issues@ietfa.amsl.com>; Wed, 30 Jan 2019 23:18: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 CDE0B128AFB for <quic-issues@ietf.org>; Wed, 30 Jan 2019 23:18:08 -0800 (PST)
Date: Wed, 30 Jan 2019 23:18:07 -0800
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1548919087; bh=0rMC1RPc0QaAUIH6G3WgIPZP2oeXUBEA+PB3Wz2GShI=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=ZB9kxLrHv9rToLBFAdTLexdRlc6zkoloQTSiGRVy12DfY/eFl+OIN8nFSnigenYOf 6DNs7n9quRrm/KhyIa2PMIIjZTmUk/HNNB2BMohqSJaiXJPUeTwWtnTOYoPPRHD2a1 5VE8b7zQ78pq12FkGhM9FHlOSxECTFLiwHeis4rY=
From: Mike Bishop <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+0166e4abf84252b3084e03d81845dc24df61ad308d23e67692cf00000001186a632f92a169ce171b138c@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/issues/2100/459241694@github.com>
In-Reply-To: <quicwg/base-drafts/issues/2100@github.com>
References: <quicwg/base-drafts/issues/2100@github.com>
Subject: Re: [quicwg/base-drafts] Avoid creating QPACK codec streams when unnecessary (#2100)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5c52a12fc2421_ac23fafcbcd45b44957e1"; 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/ISFAISeR5Qc6Etr5PdpFUOabld0>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
List-Id: Notification list for GitHub issues related to the QUIC WG <quic-issues.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=unsubscribe>
List-Archive: <https://mailarchive.ietf.org/arch/browse/quic-issues/>
List-Post: <mailto:quic-issues@ietf.org>
List-Help: <mailto:quic-issues-request@ietf.org?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, 31 Jan 2019 07:18:11 -0000

----==_mimepart_5c52a12fc2421_ac23fafcbcd45b44957e1
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

Discussed in Tokyo; do not require creating the streams, but creating them is not forbidden even if the setting prevents their use.

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/quicwg/base-drafts/issues/2100#issuecomment-459241694
----==_mimepart_5c52a12fc2421_ac23fafcbcd45b44957e1
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

<p>Discussed in Tokyo; do not require creating the streams, but creating them is not forbidden even if the setting prevents their use.</p>

<p style="font-size:small;-webkit-text-size-adjust:none;color:#666;">&mdash;<br />You are receiving this because you are subscribed to this thread.<br />Reply to this email directly, <a href="https://github.com/quicwg/base-drafts/issues/2100#issuecomment-459241694">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AWbkq373kDor2AfrtiS2et2gzeaMw5OYks5vIpivgaJpZM4ZCQkd">mute the thread</a>.<img src="https://github.com/notifications/beacon/AWbkqyzb25u21VJLp8gToPI-AWDTWa3Oks5vIpivgaJpZM4ZCQkd.gif" height="1" width="1" alt="" /></p>
<script type="application/json" data-scope="inboxmarkup">{"api_version":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name":"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"https://github.githubassets.com/images/email/message_cards/header.png","avatar_image_url":"https://github.githubassets.com/images/email/message_cards/avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/quicwg/base-drafts"}},"updates":{"snippets":[{"icon":"PERSON","message":"@MikeBishop in #2100: Discussed in Tokyo; do not require creating the streams, but creating them is not forbidden even if the setting prevents their use."}],"action":{"name":"View Issue","url":"https://github.com/quicwg/base-drafts/issues/2100#issuecomment-459241694"}}}</script>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/issues/2100#issuecomment-459241694",
"url": "https://github.com/quicwg/base-drafts/issues/2100#issuecomment-459241694",
"name": "View Issue"
},
"description": "View this Issue on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>
----==_mimepart_5c52a12fc2421_ac23fafcbcd45b44957e1--


From nobody Wed Jan 30 23:21: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 8B166130EBA for <quic-issues@ietfa.amsl.com>; Wed, 30 Jan 2019 23:21:22 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -11.007
X-Spam-Level: 
X-Spam-Status: No, score=-11.007 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIMWL_WL_HIGH=-4.553, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, HTML_IMAGE_ONLY_20=1.546, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-1, RCVD_IN_DNSWL_HI=-5, SPF_PASS=-0.001] autolearn=ham autolearn_force=no
Authentication-Results: ietfa.amsl.com (amavisd-new); dkim=pass (1024-bit key) header.d=github.com
Received: from mail.ietf.org ([4.31.198.44]) by localhost (ietfa.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id cL6irb5ANLgs for <quic-issues@ietfa.amsl.com>; Wed, 30 Jan 2019 23:21:21 -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 345B012872C for <quic-issues@ietf.org>; Wed, 30 Jan 2019 23:21:21 -0800 (PST)
Date: Wed, 30 Jan 2019 23:21:19 -0800
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1548919279; bh=W/vWUSX4JQEx+ZUtaoOoJl5pBxuIsg3Q3kz8AoIdCpw=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=SnUo1erkvI0LqU7j5dFkFeP2J9pU7/s2dYZGUy40fY9Cnkt0R0vog7HPB1ng73Iuv /qWpOiwMqWyL7IAPTQOC+wWYHYrUX2fJZRs8I76NUoH2gbMVkSgAc2gxznBLdmiPm5 R7EEcbcSjBOxsxt27eBIOnKxQpcr2sGpU5Dqclpk=
From: Mike Bishop <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+0166e4abd828f16b6522ac7a9aa3d091dc1869eff1bec7d992cf00000001186a63ef92a169ce0eda8cd0@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/issues/718/459242443@github.com>
In-Reply-To: <quicwg/base-drafts/issues/718@github.com>
References: <quicwg/base-drafts/issues/718@github.com>
Subject: Re: [quicwg/base-drafts] Retain use of SETTINGS_ENABLE_PUSH (#718)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5c52a1efbc250_2f193fa2ca0d45c4428156"; 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/0GUmtbhAARF-I2N4-KplSamuGVA>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
List-Id: Notification list for GitHub issues related to the QUIC WG <quic-issues.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=unsubscribe>
List-Archive: <https://mailarchive.ietf.org/arch/browse/quic-issues/>
List-Post: <mailto:quic-issues@ietf.org>
List-Help: <mailto:quic-issues-request@ietf.org?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, 31 Jan 2019 07:21:22 -0000

----==_mimepart_5c52a1efbc250_2f193fa2ca0d45c4428156
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

Discussed in Tokyo; no setting.

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/quicwg/base-drafts/issues/718#issuecomment-459242443
----==_mimepart_5c52a1efbc250_2f193fa2ca0d45c4428156
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

<p>Discussed in Tokyo; no setting.</p>

<p style="font-size:small;-webkit-text-size-adjust:none;color:#666;">&mdash;<br />You are receiving this because you are subscribed to this thread.<br />Reply to this email directly, <a href="https://github.com/quicwg/base-drafts/issues/718#issuecomment-459242443">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AWbkq3sTOP5U-U_c9zrcPy1yF2cbEpR0ks5vIplvgaJpZM4Oy0ef">mute the thread</a>.<img src="https://github.com/notifications/beacon/AWbkqxRjA4wH4kD_D0dZ_a2STfvnlRGGks5vIplvgaJpZM4Oy0ef.gif" height="1" width="1" alt="" /></p>
<script type="application/json" data-scope="inboxmarkup">{"api_version":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name":"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"https://github.githubassets.com/images/email/message_cards/header.png","avatar_image_url":"https://github.githubassets.com/images/email/message_cards/avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/quicwg/base-drafts"}},"updates":{"snippets":[{"icon":"PERSON","message":"@MikeBishop in #718: Discussed in Tokyo; no setting."}],"action":{"name":"View Issue","url":"https://github.com/quicwg/base-drafts/issues/718#issuecomment-459242443"}}}</script>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/issues/718#issuecomment-459242443",
"url": "https://github.com/quicwg/base-drafts/issues/718#issuecomment-459242443",
"name": "View Issue"
},
"description": "View this Issue on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>
----==_mimepart_5c52a1efbc250_2f193fa2ca0d45c4428156--


From nobody Wed Jan 30 23:21: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 4372412872C for <quic-issues@ietfa.amsl.com>; Wed, 30 Jan 2019 23:21:23 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -10.935
X-Spam-Level: 
X-Spam-Status: No, score=-10.935 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIMWL_WL_HIGH=-4.553, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, HTML_IMAGE_ONLY_24=1.618, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-1, RCVD_IN_DNSWL_HI=-5, SPF_PASS=-0.001] autolearn=ham autolearn_force=no
Authentication-Results: ietfa.amsl.com (amavisd-new); dkim=pass (1024-bit key) header.d=github.com
Received: from mail.ietf.org ([4.31.198.44]) by localhost (ietfa.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 9ACFfK1sn9Tt for <quic-issues@ietfa.amsl.com>; Wed, 30 Jan 2019 23:21: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 4D739130EB0 for <quic-issues@ietf.org>; Wed, 30 Jan 2019 23:21:21 -0800 (PST)
Date: Wed, 30 Jan 2019 23:21:20 -0800
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1548919280; bh=3e3v0qImoR9LFUO+LDHEpCU+mNO+O726Q6ka7jBDVWQ=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=z5aYYK6T/fTywycQ+HG4EfR7St4gTqz6IySYnqTsECKgxtMJFYwCsW9hs29J+DyZf 9Xh4yexWonfeXZKWfgt8Pe6iAnKJdAJIo7ogcjMzPOi6zAE4YYYtTyKt8gkDDcVi94 aW3B+0T/wJeQW+iqGabSkt8eH8xYy1Nd9goZThsQ=
From: Mike Bishop <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+0166e4ab653f5cb1dbd9e2356671696f2f2f88b9e03131c692cf00000001186a63f092a169ce0eda8cd0@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/issue/718/issue_event/2108612119@github.com>
In-Reply-To: <quicwg/base-drafts/issues/718@github.com>
References: <quicwg/base-drafts/issues/718@github.com>
Subject: Re: [quicwg/base-drafts] Retain use of SETTINGS_ENABLE_PUSH (#718)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5c52a1f07d922_5a043fd07ded45bc457465"; 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/iXAYloMZdlEvPEzw-0Dge6jivUQ>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
List-Id: Notification list for GitHub issues related to the QUIC WG <quic-issues.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=unsubscribe>
List-Archive: <https://mailarchive.ietf.org/arch/browse/quic-issues/>
List-Post: <mailto:quic-issues@ietf.org>
List-Help: <mailto:quic-issues-request@ietf.org?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, 31 Jan 2019 07:21:23 -0000

----==_mimepart_5c52a1f07d922_5a043fd07ded45bc457465
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

Closed #718.

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/quicwg/base-drafts/issues/718#event-2108612119
----==_mimepart_5c52a1f07d922_5a043fd07ded45bc457465
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="249203920" data-permission-text="Issue title is private" data-url="https://github.com/quicwg/base-drafts/issues/718" data-hovercard-type="issue" data-hovercard-url="/quicwg/base-drafts/issues/718/hovercard" href="https://github.com/quicwg/base-drafts/issues/718">#718</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/718#event-2108612119">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AWbkq0x70T1ZcqMbo6FvqhE1A_DF_lnaks5vIplwgaJpZM4Oy0ef">mute the thread</a>.<img src="https://github.com/notifications/beacon/AWbkq0HnoassUoB2ZFGES01FUKxGiBJhks5vIplwgaJpZM4Oy0ef.gif" height="1" width="1" alt="" /></p>
<script type="application/json" data-scope="inboxmarkup">{"api_version":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name":"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"https://github.githubassets.com/images/email/message_cards/header.png","avatar_image_url":"https://github.githubassets.com/images/email/message_cards/avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/quicwg/base-drafts"}},"updates":{"snippets":[{"icon":"DESCRIPTION","message":"Closed #718."}],"action":{"name":"View Issue","url":"https://github.com/quicwg/base-drafts/issues/718#event-2108612119"}}}</script>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/issues/718#event-2108612119",
"url": "https://github.com/quicwg/base-drafts/issues/718#event-2108612119",
"name": "View Issue"
},
"description": "View this Issue on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>
----==_mimepart_5c52a1f07d922_5a043fd07ded45bc457465--


From nobody Wed Jan 30 23:22: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 0600D12D4F3 for <quic-issues@ietfa.amsl.com>; Wed, 30 Jan 2019 23:22:42 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -11.007
X-Spam-Level: 
X-Spam-Status: No, score=-11.007 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIMWL_WL_HIGH=-4.553, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, HTML_IMAGE_ONLY_20=1.546, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-1, RCVD_IN_DNSWL_HI=-5, SPF_PASS=-0.001] autolearn=ham autolearn_force=no
Authentication-Results: ietfa.amsl.com (amavisd-new); dkim=pass (1024-bit key) header.d=github.com
Received: from mail.ietf.org ([4.31.198.44]) by localhost (ietfa.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id Ah9_dsOHbNnC for <quic-issues@ietfa.amsl.com>; Wed, 30 Jan 2019 23:22:40 -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 11F95128AFB for <quic-issues@ietf.org>; Wed, 30 Jan 2019 23:22:40 -0800 (PST)
Date: Wed, 30 Jan 2019 23:22:39 -0800
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1548919359; bh=Irc5A4d9q+zkrPLVCQHqMocuhkEpL+h5ddlNhY1+SBo=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=ccIQfKtKbmbEHk83mgBQrJAZLw9+xvNlQQbtq9+IX1fSWBYfhs6lEuL6ETipShJE5 /cap+6fdZ11j21BC9ChrIOzYb6+nePOiQeITy7QUp9KWLAluEJEID5zGpJuykdIMr5 9Wym4LhkDKAZUVNDFRiuucTWe6k6YgJyXk16bTzc=
From: Mike Bishop <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+0166e4ab095fc7a9c5f5dc3aea6fc0f4481270699eb63b0992cf00000001186a643f92a169ce177076e8@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/issues/2232/459242740@github.com>
In-Reply-To: <quicwg/base-drafts/issues/2232@github.com>
References: <quicwg/base-drafts/issues/2232@github.com>
Subject: Re: [quicwg/base-drafts] Should receipt of multiple promises really be an error? (#2232)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5c52a23f116f1_3b473fc4492d45b84971ac"; 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/36QQ3IvWhq7dVa7O6MM5rx2Mz1w>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
List-Id: Notification list for GitHub issues related to the QUIC WG <quic-issues.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=unsubscribe>
List-Archive: <https://mailarchive.ietf.org/arch/browse/quic-issues/>
List-Post: <mailto:quic-issues@ietf.org>
List-Help: <mailto:quic-issues-request@ietf.org?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, 31 Jan 2019 07:22:42 -0000

----==_mimepart_5c52a23f116f1_3b473fc4492d45b84971ac
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

Discussed in Tokyo; yes, it should be 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/issues/2232#issuecomment-459242740
----==_mimepart_5c52a23f116f1_3b473fc4492d45b84971ac
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

<p>Discussed in Tokyo; yes, it should be 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/issues/2232#issuecomment-459242740">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AWbkq6Bwjm8PfJt4bft5SEg6XH63ohRXks5vIpm_gaJpZM4ZdEMi">mute the thread</a>.<img src="https://github.com/notifications/beacon/AWbkq91oM8ycHz9wnlPXUgnmluSM_YO-ks5vIpm_gaJpZM4ZdEMi.gif" height="1" width="1" alt="" /></p>
<script type="application/json" data-scope="inboxmarkup">{"api_version":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name":"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"https://github.githubassets.com/images/email/message_cards/header.png","avatar_image_url":"https://github.githubassets.com/images/email/message_cards/avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/quicwg/base-drafts"}},"updates":{"snippets":[{"icon":"PERSON","message":"@MikeBishop in #2232: Discussed in Tokyo; yes, it should be an error."}],"action":{"name":"View Issue","url":"https://github.com/quicwg/base-drafts/issues/2232#issuecomment-459242740"}}}</script>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/issues/2232#issuecomment-459242740",
"url": "https://github.com/quicwg/base-drafts/issues/2232#issuecomment-459242740",
"name": "View Issue"
},
"description": "View this Issue on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>
----==_mimepart_5c52a23f116f1_3b473fc4492d45b84971ac--


From nobody Wed Jan 30 23:22: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 59F46128AFB for <quic-issues@ietfa.amsl.com>; Wed, 30 Jan 2019 23:22:42 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -10.935
X-Spam-Level: 
X-Spam-Status: No, score=-10.935 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIMWL_WL_HIGH=-4.553, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, HTML_IMAGE_ONLY_24=1.618, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-1, RCVD_IN_DNSWL_HI=-5, SPF_PASS=-0.001] autolearn=ham autolearn_force=no
Authentication-Results: ietfa.amsl.com (amavisd-new); dkim=pass (1024-bit key) header.d=github.com
Received: from mail.ietf.org ([4.31.198.44]) by localhost (ietfa.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 01wHh4UkTDm8 for <quic-issues@ietfa.amsl.com>; Wed, 30 Jan 2019 23:22:40 -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 766A5129B88 for <quic-issues@ietf.org>; Wed, 30 Jan 2019 23:22:40 -0800 (PST)
Date: Wed, 30 Jan 2019 23:22:39 -0800
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1548919359; bh=C65t7hxn/MIIRkv1OPzCpFWw7P/kBT4zQ9qwcwLfkOY=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=aecRANK9SQAgb26OEHrcmxkn1mh1LIR0o3asNktJQvo7j/8MILr1Q2ET4Q5ZDvZXB gw76uRGQBrv6MllpdXMA916wf5QwtIXfA3fuM/g8DBPIAnRRWWwsMF5+uoenbagdby S0tCmgg7RnLeNomQgfgmfDIeh0j3BDS5bOhbR+hM=
From: Mike Bishop <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+0166e4ab095fc7a9c5f5dc3aea6fc0f4481270699eb63b0992cf00000001186a643f92a169ce177076e8@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/issue/2232/issue_event/2108614094@github.com>
In-Reply-To: <quicwg/base-drafts/issues/2232@github.com>
References: <quicwg/base-drafts/issues/2232@github.com>
Subject: Re: [quicwg/base-drafts] Should receipt of multiple promises really be an error? (#2232)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5c52a23f7a9c7_5a043fd07ded45bc4826df"; 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/h9geTJ2fX7xBdH0_JU3YrIf0Jkw>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
List-Id: Notification list for GitHub issues related to the QUIC WG <quic-issues.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=unsubscribe>
List-Archive: <https://mailarchive.ietf.org/arch/browse/quic-issues/>
List-Post: <mailto:quic-issues@ietf.org>
List-Help: <mailto:quic-issues-request@ietf.org?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, 31 Jan 2019 07:22:42 -0000

----==_mimepart_5c52a23f7a9c7_5a043fd07ded45bc4826df
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

Closed #2232.

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/quicwg/base-drafts/issues/2232#event-2108614094
----==_mimepart_5c52a23f7a9c7_5a043fd07ded45bc4826df
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="393246440" data-permission-text="Issue title is private" data-url="https://github.com/quicwg/base-drafts/issues/2232" data-hovercard-type="issue" data-hovercard-url="/quicwg/base-drafts/issues/2232/hovercard" href="https://github.com/quicwg/base-drafts/issues/2232">#2232</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/2232#event-2108614094">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AWbkq6Bwjm8PfJt4bft5SEg6XH63ohRXks5vIpm_gaJpZM4ZdEMi">mute the thread</a>.<img src="https://github.com/notifications/beacon/AWbkq91oM8ycHz9wnlPXUgnmluSM_YO-ks5vIpm_gaJpZM4ZdEMi.gif" height="1" width="1" alt="" /></p>
<script type="application/json" data-scope="inboxmarkup">{"api_version":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name":"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"https://github.githubassets.com/images/email/message_cards/header.png","avatar_image_url":"https://github.githubassets.com/images/email/message_cards/avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/quicwg/base-drafts"}},"updates":{"snippets":[{"icon":"DESCRIPTION","message":"Closed #2232."}],"action":{"name":"View Issue","url":"https://github.com/quicwg/base-drafts/issues/2232#event-2108614094"}}}</script>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/issues/2232#event-2108614094",
"url": "https://github.com/quicwg/base-drafts/issues/2232#event-2108614094",
"name": "View Issue"
},
"description": "View this Issue on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>
----==_mimepart_5c52a23f7a9c7_5a043fd07ded45bc4826df--


From nobody Wed Jan 30 23:24: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 108C8128AFB for <quic-issues@ietfa.amsl.com>; Wed, 30 Jan 2019 23:24:33 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -11.007
X-Spam-Level: 
X-Spam-Status: No, score=-11.007 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIMWL_WL_HIGH=-4.553, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, HTML_IMAGE_ONLY_20=1.546, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-1, RCVD_IN_DNSWL_HI=-5, SPF_PASS=-0.001] autolearn=ham autolearn_force=no
Authentication-Results: ietfa.amsl.com (amavisd-new); dkim=pass (1024-bit key) header.d=github.com
Received: from mail.ietf.org ([4.31.198.44]) by localhost (ietfa.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id COSBQOmO4L7O for <quic-issues@ietfa.amsl.com>; Wed, 30 Jan 2019 23:24:31 -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 50E6412872C for <quic-issues@ietf.org>; Wed, 30 Jan 2019 23:24:31 -0800 (PST)
Date: Wed, 30 Jan 2019 23:24:30 -0800
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1548919470; bh=FLVPU434w7nnejVXkGISQBSZ8nO97t1NFrnedQLn7IQ=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=gUE+EnmDX3dbAS6bsJ0NN+D8jC8EEkGiI5gmeg/tjSne8/tup0/hQhVtkuqTuMEis YJuQapLY+yIlpkW/bTNIkqTESW1SvEqA1+nmy4sdl8nIA6jISnS10+S4/oNrRBiq2K 1j4kY3pdm4MPyhBaUGcjL3yY5Ey9qK34pMXjCDxo=
From: afrind <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+0166e4abc7475377342c81c5a5254ec2403e9185d7bc09c592cf00000001186a64ae92a169ce17393bf8@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/issues/2112/459243129@github.com>
In-Reply-To: <quicwg/base-drafts/issues/2112@github.com>
References: <quicwg/base-drafts/issues/2112@github.com>
Subject: Re: [quicwg/base-drafts] Largest Reference algorithm can produce invalid values (#2112)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5c52a2ae6384b_34663fc51c6d45b87129b8"; 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/iZg7jTm9gSO7t5v22foc6cVInqk>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
List-Id: Notification list for GitHub issues related to the QUIC WG <quic-issues.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=unsubscribe>
List-Archive: <https://mailarchive.ietf.org/arch/browse/quic-issues/>
List-Post: <mailto:quic-issues@ietf.org>
List-Help: <mailto:quic-issues-request@ietf.org?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, 31 Jan 2019 07:24:33 -0000

----==_mimepart_5c52a2ae6384b_34663fc51c6d45b87129b8
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

Discussed in Tokyo.  The consensus in the room is that the proposed algorithm is acceptable.

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/quicwg/base-drafts/issues/2112#issuecomment-459243129
----==_mimepart_5c52a2ae6384b_34663fc51c6d45b87129b8
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

<p>Discussed in Tokyo.  The consensus in the room is that the proposed algorithm is acceptable.</p>

<p style="font-size:small;-webkit-text-size-adjust:none;color:#666;">&mdash;<br />You are receiving this because you are subscribed to this thread.<br />Reply to this email directly, <a href="https://github.com/quicwg/base-drafts/issues/2112#issuecomment-459243129">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AWbkqxr8vnRZq_v1Z6qHAgV41vjD-JfIks5vIpougaJpZM4ZMzcF">mute the thread</a>.<img src="https://github.com/notifications/beacon/AWbkq6dDDDupT5PNMfROxsRv0LmPpUTCks5vIpougaJpZM4ZMzcF.gif" height="1" width="1" alt="" /></p>
<script type="application/json" data-scope="inboxmarkup">{"api_version":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name":"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"https://github.githubassets.com/images/email/message_cards/header.png","avatar_image_url":"https://github.githubassets.com/images/email/message_cards/avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/quicwg/base-drafts"}},"updates":{"snippets":[{"icon":"PERSON","message":"@afrind in #2112: Discussed in Tokyo.  The consensus in the room is that the proposed algorithm is acceptable."}],"action":{"name":"View Issue","url":"https://github.com/quicwg/base-drafts/issues/2112#issuecomment-459243129"}}}</script>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/issues/2112#issuecomment-459243129",
"url": "https://github.com/quicwg/base-drafts/issues/2112#issuecomment-459243129",
"name": "View Issue"
},
"description": "View this Issue on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>
----==_mimepart_5c52a2ae6384b_34663fc51c6d45b87129b8--


From nobody Wed Jan 30 23:25: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 380FF129B88 for <quic-issues@ietfa.amsl.com>; Wed, 30 Jan 2019 23:25:26 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -11.007
X-Spam-Level: 
X-Spam-Status: No, score=-11.007 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIMWL_WL_HIGH=-4.553, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, HTML_IMAGE_ONLY_20=1.546, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-1, RCVD_IN_DNSWL_HI=-5, SPF_PASS=-0.001] autolearn=ham autolearn_force=no
Authentication-Results: ietfa.amsl.com (amavisd-new); dkim=pass (1024-bit key) header.d=github.com
Received: from mail.ietf.org ([4.31.198.44]) by localhost (ietfa.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id ROdncXFwR1dm for <quic-issues@ietfa.amsl.com>; Wed, 30 Jan 2019 23:25:24 -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 9D1FD12872C for <quic-issues@ietf.org>; Wed, 30 Jan 2019 23:25:24 -0800 (PST)
Date: Wed, 30 Jan 2019 23:25:23 -0800
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1548919523; bh=l3BvFdXLRYo7Gk0/AQ7B4a47eqkvXl2cjo+Pl3tbVT4=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=u+QGdAxp3myyX1fRCYsB854cfimc65jTMlv3dv60qkVo1uzfagjywWGfTMedJn8ga R36IxDdQr3m0S0CS0wGRo9dN7F4s5GKbb5TieLh7NjYGiVzYHDWEJDKcRK61g8xh2/ p/PqH34CHsRDgPPs2b0JYdhmm2TK/fS0GVaaqtF0=
From: afrind <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+0166e4ab759ed467ad738e30b7722bd768cbf9740be398f692cf00000001186a64e392a169ce180e882b@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/issues/2371/459243312@github.com>
In-Reply-To: <quicwg/base-drafts/issues/2371@github.com>
References: <quicwg/base-drafts/issues/2371@github.com>
Subject: Re: [quicwg/base-drafts] Assign QPACK error codes? (#2371)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5c52a2e3c64b0_242b3fcd86ed45c03332b6"; 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/L_gtnutOl-6gnVc4wVydpWNX6hI>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
List-Id: Notification list for GitHub issues related to the QUIC WG <quic-issues.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=unsubscribe>
List-Archive: <https://mailarchive.ietf.org/arch/browse/quic-issues/>
List-Post: <mailto:quic-issues@ietf.org>
List-Help: <mailto:quic-issues-request@ietf.org?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, 31 Jan 2019 07:25:26 -0000

----==_mimepart_5c52a2e3c64b0_242b3fcd86ed45c03332b6
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

Discussed briefly in Tokyo.  Will add QPACK error codes.

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/quicwg/base-drafts/issues/2371#issuecomment-459243312
----==_mimepart_5c52a2e3c64b0_242b3fcd86ed45c03332b6
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

<p>Discussed briefly in Tokyo.  Will add QPACK error codes.</p>

<p style="font-size:small;-webkit-text-size-adjust:none;color:#666;">&mdash;<br />You are receiving this because you are subscribed to this thread.<br />Reply to this email directly, <a href="https://github.com/quicwg/base-drafts/issues/2371#issuecomment-459243312">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AWbkq6teerMTDU3gGk5pycPBWiwouxHmks5vIppjgaJpZM4aU_U3">mute the thread</a>.<img src="https://github.com/notifications/beacon/AWbkq6Cw6-lE7m1XGlOD1Sx-KX6c6VByks5vIppjgaJpZM4aU_U3.gif" height="1" width="1" alt="" /></p>
<script type="application/json" data-scope="inboxmarkup">{"api_version":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name":"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"https://github.githubassets.com/images/email/message_cards/header.png","avatar_image_url":"https://github.githubassets.com/images/email/message_cards/avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/quicwg/base-drafts"}},"updates":{"snippets":[{"icon":"PERSON","message":"@afrind in #2371: Discussed briefly in Tokyo.  Will add QPACK error codes."}],"action":{"name":"View Issue","url":"https://github.com/quicwg/base-drafts/issues/2371#issuecomment-459243312"}}}</script>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/issues/2371#issuecomment-459243312",
"url": "https://github.com/quicwg/base-drafts/issues/2371#issuecomment-459243312",
"name": "View Issue"
},
"description": "View this Issue on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>
----==_mimepart_5c52a2e3c64b0_242b3fcd86ed45c03332b6--


From nobody Wed Jan 30 23:43: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 0740E128AFB for <quic-issues@ietfa.amsl.com>; Wed, 30 Jan 2019 23:43:27 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -11.554
X-Spam-Level: 
X-Spam-Status: No, score=-11.554 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIMWL_WL_HIGH=-4.553, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, RCVD_IN_DNSWL_HI=-5, SPF_PASS=-0.001] autolearn=ham autolearn_force=no
Authentication-Results: ietfa.amsl.com (amavisd-new); dkim=pass (1024-bit key) header.d=github.com
Received: from mail.ietf.org ([4.31.198.44]) by localhost (ietfa.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id vkYM_FS-2V3w for <quic-issues@ietfa.amsl.com>; Wed, 30 Jan 2019 23:43: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 B9A0712872C for <quic-issues@ietf.org>; Wed, 30 Jan 2019 23:43:25 -0800 (PST)
Date: Wed, 30 Jan 2019 23:43:24 -0800
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1548920604; bh=mwbnmapwioEa/DukBqBCZ7BXLdXRrqJJoYZkgKatNVc=; h=Date:From:To:Subject:From; b=XOoTFbIaI2TVl/FKN9Px1p4U3iaVagO8f0VtUm6vkuQCan7/KYHDkU0j3LKdmt9kg 2a1qslifj1hcMfxWxB64+qqDHtY09ZKuSYf6IS5jhdUM/rtdvmL1Jht1PmXKFaja30 cM5dh4/12fAMdoAvTlvhwxyGAEW01/ToV7j795DU=
From: Martin Thomson <noreply@github.com>
To: quic-issues@ietf.org
Message-ID: <quicwg/base-drafts/push/refs/heads/0rtt-reset/0fe91c-fdfb19@github.com>
Subject: [quicwg/base-drafts] fdfb19: Move PADDING up
Mime-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 7bit
X-Auto-Response-Suppress: All
Archived-At: <https://mailarchive.ietf.org/arch/msg/quic-issues/sDlRAmUlmJqgVjW1RkF5r6VfpiI>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
Precedence: list
List-Id: Notification list for GitHub issues related to the QUIC WG <quic-issues.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=unsubscribe>
List-Archive: <https://mailarchive.ietf.org/arch/browse/quic-issues/>
List-Post: <mailto:quic-issues@ietf.org>
List-Help: <mailto:quic-issues-request@ietf.org?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, 31 Jan 2019 07:43:27 -0000

  Branch: refs/heads/0rtt-reset
  Home:   https://github.com/quicwg/base-drafts
  Commit: fdfb19d5922e75b5d6b93eda217e3a9c242308f6
      https://github.com/quicwg/base-drafts/commit/fdfb19d5922e75b5d6b93eda217e3a9c242308f6
  Author: Martin Thomson <mt@lowentropy.net>
  Date:   2019-01-31 (Thu, 31 Jan 2019)

  Changed paths:
    M draft-ietf-quic-tls.md

  Log Message:
  -----------
  Move PADDING up



From nobody Wed Jan 30 23:43: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 14F18128AFB for <quic-issues@ietfa.amsl.com>; Wed, 30 Jan 2019 23:43:31 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -10.935
X-Spam-Level: 
X-Spam-Status: No, score=-10.935 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIMWL_WL_HIGH=-4.553, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, HTML_IMAGE_ONLY_24=1.618, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-1, RCVD_IN_DNSWL_HI=-5, SPF_PASS=-0.001] autolearn=ham autolearn_force=no
Authentication-Results: ietfa.amsl.com (amavisd-new); dkim=pass (1024-bit key) header.d=github.com
Received: from mail.ietf.org ([4.31.198.44]) by localhost (ietfa.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id I4sxiNU7cO9w for <quic-issues@ietfa.amsl.com>; Wed, 30 Jan 2019 23: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 1C02D12872C for <quic-issues@ietf.org>; Wed, 30 Jan 2019 23:43:29 -0800 (PST)
Date: Wed, 30 Jan 2019 23:43:28 -0800
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1548920608; bh=7+fEBtDqZLR7GqoT1V6sg+ASdWnsMBuYkaE/72u9wRQ=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=C6dPA1igdTLUqX7AXy9n2/uUWCgN6eBtWJhDUye0Ng0t0TQO8W8tPBkFUuKiBxytk HVoGrz88m5CLq9cNfp9+G86gLqmZYnqDRTjaEgFRSBONvhy6BVKA5c4vyZsUHlLVcO uQQByTht/A3XrYoTxp+82FwkHBqR1gEX+DP772Xk=
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/2355/push/3261429850@github.com>
In-Reply-To: <quicwg/base-drafts/pull/2355@github.com>
References: <quicwg/base-drafts/pull/2355@github.com>
Subject: Re: [quicwg/base-drafts] Allow stream-related frames in 0-RTT (#2355)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5c52a72049fa6_24273fcd86ed45c05979c1"; 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/pqRR1X9oUV2RHiGKh5NEz2jvKT4>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
List-Id: Notification list for GitHub issues related to the QUIC WG <quic-issues.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=unsubscribe>
List-Archive: <https://mailarchive.ietf.org/arch/browse/quic-issues/>
List-Post: <mailto:quic-issues@ietf.org>
List-Help: <mailto:quic-issues-request@ietf.org?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, 31 Jan 2019 07:43:31 -0000

----==_mimepart_5c52a72049fa6_24273fcd86ed45c05979c1
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

@martinthomson pushed 1 commit.

fdfb19d5922e75b5d6b93eda217e3a9c242308f6  Move PADDING up


-- 
You are receiving this because you are subscribed to this thread.
View it on GitHub:
https://github.com/quicwg/base-drafts/pull/2355/files/0fe91c8cb89eed4b0a63b5994c7287933d37a54c..fdfb19d5922e75b5d6b93eda217e3a9c242308f6

----==_mimepart_5c52a72049fa6_24273fcd86ed45c05979c1
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/fdfb19d5922e75b5d6b93eda217e3a9c242308f6">fdfb19d</a>  Move PADDING up</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/2355/files/0fe91c8cb89eed4b0a63b5994c7287933d37a54c..fdfb19d5922e75b5d6b93eda217e3a9c242308f6">View it on GitHub</a> or <a href="https://github.com/notifications/unsubscribe-auth/AWbkq9CWb0KuqHEV2sh-YAgfE3Q8W6Tmks5vIp6ggaJpZM4aKHLA">mute the thread</a>.<img src="https://github.com/notifications/beacon/AWbkqx6d6p7u6Xo7G7-pS3vdjwfCdEzgks5vIp6ggaJpZM4aKHLA.gif" height="1" width="1" alt="" /></p>
<script type="application/json" data-scope="inboxmarkup">{"api_version":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name":"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"https://github.githubassets.com/images/email/message_cards/header.png","avatar_image_url":"https://github.githubassets.com/images/email/message_cards/avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/quicwg/base-drafts"}},"updates":{"snippets":[{"icon":"PERSON","message":"@martinthomson pushed 1 commit in #2355"}],"action":{"name":"View Pull Request","url":"https://github.com/quicwg/base-drafts/pull/2355/files/0fe91c8cb89eed4b0a63b5994c7287933d37a54c..fdfb19d5922e75b5d6b93eda217e3a9c242308f6"}}}</script>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/pull/2355/files/0fe91c8cb89eed4b0a63b5994c7287933d37a54c..fdfb19d5922e75b5d6b93eda217e3a9c242308f6",
"url": "https://github.com/quicwg/base-drafts/pull/2355/files/0fe91c8cb89eed4b0a63b5994c7287933d37a54c..fdfb19d5922e75b5d6b93eda217e3a9c242308f6",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>

----==_mimepart_5c52a72049fa6_24273fcd86ed45c05979c1--


From nobody Wed Jan 30 23:45: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 EB74F128AFB for <quic-issues@ietfa.amsl.com>; Wed, 30 Jan 2019 23:45:04 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -11.554
X-Spam-Level: 
X-Spam-Status: No, score=-11.554 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIMWL_WL_HIGH=-4.553, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, RCVD_IN_DNSWL_HI=-5, SPF_PASS=-0.001] autolearn=ham autolearn_force=no
Authentication-Results: ietfa.amsl.com (amavisd-new); dkim=pass (1024-bit key) header.d=github.com
Received: from mail.ietf.org ([4.31.198.44]) by localhost (ietfa.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 80BF6CCie_Fh for <quic-issues@ietfa.amsl.com>; Wed, 30 Jan 2019 23:45:03 -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 E5B0B12872C for <quic-issues@ietf.org>; Wed, 30 Jan 2019 23:45:02 -0800 (PST)
Date: Wed, 30 Jan 2019 23:45:01 -0800
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1548920701; bh=NHKzBuOw8iFIkWZaLDWMVmFyzqxJT4hnPo2BRglYNXw=; h=Date:From:To:Subject:From; b=g4BvPordZyZohO1Ox20BprMFdOZnVSRfPzchfr91K/34685/iQWR4GDqXBbLAeovA VZNc2JENmiahrkviwW92hzoZVl8dT+kjoAgx3MeiztOITsW7XtOTW5G93yWuYGq8GU hwhcZDPPaG+Y1/tzr+iXhb7dS+43F4biTw4IJAMI=
From: ID Bot <noreply@github.com>
To: quic-issues@ietf.org
Message-ID: <quicwg/base-drafts/push/refs/heads/gh-pages/f2381e-81d42a@github.com>
Subject: [quicwg/base-drafts] 81d42a: Script updating gh-pages from fdfb19d5. [ci skip]
Mime-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 7bit
X-Auto-Response-Suppress: All
Archived-At: <https://mailarchive.ietf.org/arch/msg/quic-issues/X72k3xQeq5b55yGOdSZZaYOAuDQ>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
Precedence: list
List-Id: Notification list for GitHub issues related to the QUIC WG <quic-issues.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=unsubscribe>
List-Archive: <https://mailarchive.ietf.org/arch/browse/quic-issues/>
List-Post: <mailto:quic-issues@ietf.org>
List-Help: <mailto:quic-issues-request@ietf.org?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, 31 Jan 2019 07:45:05 -0000

  Branch: refs/heads/gh-pages
  Home:   https://github.com/quicwg/base-drafts
  Commit: 81d42a7aeb469628f0bafa4723f8d72a879ad4e5
      https://github.com/quicwg/base-drafts/commit/81d42a7aeb469628f0bafa4723f8d72a879ad4e5
  Author: ID Bot <idbot@example.com>
  Date:   2019-01-31 (Thu, 31 Jan 2019)

  Changed paths:
    M 0rtt-reset/draft-ietf-quic-http.html
    M 0rtt-reset/draft-ietf-quic-http.txt
    M 0rtt-reset/draft-ietf-quic-invariants.html
    M 0rtt-reset/draft-ietf-quic-invariants.txt
    M 0rtt-reset/draft-ietf-quic-qpack.html
    M 0rtt-reset/draft-ietf-quic-qpack.txt
    M 0rtt-reset/draft-ietf-quic-recovery.html
    M 0rtt-reset/draft-ietf-quic-recovery.txt
    M 0rtt-reset/draft-ietf-quic-spin-exp.html
    M 0rtt-reset/draft-ietf-quic-spin-exp.txt
    M 0rtt-reset/draft-ietf-quic-tls.html
    M 0rtt-reset/draft-ietf-quic-tls.txt
    M 0rtt-reset/draft-ietf-quic-transport.html
    M 0rtt-reset/draft-ietf-quic-transport.txt
    M index.html

  Log Message:
  -----------
  Script updating gh-pages from fdfb19d5. [ci skip]



From nobody Wed Jan 30 23:46: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 67CD8128AFB for <quic-issues@ietfa.amsl.com>; Wed, 30 Jan 2019 23:46:41 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -11.554
X-Spam-Level: 
X-Spam-Status: No, score=-11.554 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIMWL_WL_HIGH=-4.553, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, RCVD_IN_DNSWL_HI=-5, SPF_PASS=-0.001] autolearn=ham autolearn_force=no
Authentication-Results: ietfa.amsl.com (amavisd-new); dkim=pass (1024-bit key) header.d=github.com
Received: from mail.ietf.org ([4.31.198.44]) by localhost (ietfa.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id JTx4g9IBUlTT for <quic-issues@ietfa.amsl.com>; Wed, 30 Jan 2019 23:46: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 1EAA612872C for <quic-issues@ietf.org>; Wed, 30 Jan 2019 23:46:40 -0800 (PST)
Date: Wed, 30 Jan 2019 23:46:38 -0800
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1548920799; bh=+gkYiToGWKKxZ9TVEGwAKJ2sq7iRrlU4GxhnL96CPqg=; h=Date:From:To:Subject:From; b=t6bQCgymvePREE+hqNwIejCHbcbqDduETk5sMVDZTHb9Ju37H4XioeS30Wk/g/aUA 7QfTfONk5umKJJzLrdpTWVaVXYxfJdsOvRLH6TsI9lVwtKb8BYrNF46F+qyOce+nBd UDrhqnuJyq8xHDZVINtj1XcSMOl8ef/CJRr95/c0=
From: ID Bot <noreply@github.com>
To: quic-issues@ietf.org
Message-ID: <quicwg/base-drafts/push/refs/heads/gh-pages/81d42a-06bfb0@github.com>
Subject: [quicwg/base-drafts] 06bfb0: Script updating issues at 2019-01-31T07:46:32Z. [c...
Mime-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 7bit
X-Auto-Response-Suppress: All
Archived-At: <https://mailarchive.ietf.org/arch/msg/quic-issues/YcUKjAPFAPHDyO5s7q4lV8SkSds>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
Precedence: list
List-Id: Notification list for GitHub issues related to the QUIC WG <quic-issues.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=unsubscribe>
List-Archive: <https://mailarchive.ietf.org/arch/browse/quic-issues/>
List-Post: <mailto:quic-issues@ietf.org>
List-Help: <mailto:quic-issues-request@ietf.org?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, 31 Jan 2019 07:46:41 -0000

  Branch: refs/heads/gh-pages
  Home:   https://github.com/quicwg/base-drafts
  Commit: 06bfb0a30c9f682427be6f4aa1585b7b2940c36f
      https://github.com/quicwg/base-drafts/commit/06bfb0a30c9f682427be6f4aa1585b7b2940c36f
  Author: ID Bot <idbot@example.com>
  Date:   2019-01-31 (Thu, 31 Jan 2019)

  Changed paths:
    M issues.json
    M pulls.json

  Log Message:
  -----------
  Script updating issues at 2019-01-31T07:46:32Z. [ci skip]



From nobody Wed Jan 30 23: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 B30C5128AFB for <quic-issues@ietfa.amsl.com>; Wed, 30 Jan 2019 23:53:51 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -10.935
X-Spam-Level: 
X-Spam-Status: No, score=-10.935 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIMWL_WL_HIGH=-4.553, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, HTML_IMAGE_ONLY_24=1.618, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-1, RCVD_IN_DNSWL_HI=-5, SPF_PASS=-0.001] autolearn=ham autolearn_force=no
Authentication-Results: ietfa.amsl.com (amavisd-new); dkim=pass (1024-bit key) header.d=github.com
Received: from mail.ietf.org ([4.31.198.44]) by localhost (ietfa.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id d-IDoK8sSM9b for <quic-issues@ietfa.amsl.com>; Wed, 30 Jan 2019 23:53:50 -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 0186012872C for <quic-issues@ietf.org>; Wed, 30 Jan 2019 23:53:49 -0800 (PST)
Date: Wed, 30 Jan 2019 23:53:49 -0800
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1548921229; bh=q38BVVlMEKjDqgRe3wG7cGvuDOATRk5ygK2J55Htrgg=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=ljrm87/1CpZAB5Hmbdr7Fr0hxtZ+h+7uuMTI9Kk6mACr6VPQ+CAIn8eQr7LHtaeoG TX+YbCIWcOcGJt7HFtBbemBbqxJUgt7qnjTDNn6Ztzpva/oi9RhED7PwvPDPHRpMbT B5x+rhMnCyIiDSGA00P5pLDnEYjg3NF/xAlHaTsU=
From: MikkelFJ <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+0166e4abc20f82efb342ae2737f5466b6a7918bdd5a505f992cf00000001186a6b8d92a169ce182427d2@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/issues/2397/459249779@github.com>
In-Reply-To: <quicwg/base-drafts/issues/2397@github.com>
References: <quicwg/base-drafts/issues/2397@github.com>
Subject: Re: [quicwg/base-drafts] "Invariant check" for any inbound LH packet (#2397)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5c52a98d6ba4d_7d963fa56e6d45b8106836"; 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/M4Ef0KwbMPWkVLH0ElYhZ-hT98I>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
List-Id: Notification list for GitHub issues related to the QUIC WG <quic-issues.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=unsubscribe>
List-Archive: <https://mailarchive.ietf.org/arch/browse/quic-issues/>
List-Post: <mailto:quic-issues@ietf.org>
List-Help: <mailto:quic-issues-request@ietf.org?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, 31 Jan 2019 07:53:52 -0000

----==_mimepart_5c52a98d6ba4d_7d963fa56e6d45b8106836
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

> So the answer by current spec might be different for a v1+2-capable client which sent a v1 Initial versus a v1-only client.

That's interesting. Probably not the intention, but it would allow a v2 SuperRetry packet to be retrofitted into an otherwise v1 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/2397#issuecomment-459249779
----==_mimepart_5c52a98d6ba4d_7d963fa56e6d45b8106836
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: quoted-printable

<blockquote>
<p>So the answer by current spec might be different for a v1+2-capable cl=
ient which sent a v1 Initial versus a v1-only client.</p>
</blockquote>
<p>That's interesting. Probably not the intention, but it would allow a v=
2 SuperRetry packet to be retrofitted into an otherwise v1 connection.</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/2397#issuecomment-459249779">view it on GitHub</a>,=
 or <a href=3D"https://github.com/notifications/unsubscribe-auth/AWbkqyj2=
n9GIBUb3l3pCeCSe4NjSkWeIks5vIqENgaJpZM4abUXm">mute the thread</a>.<img sr=
c=3D"https://github.com/notifications/beacon/AWbkq56JQwAqT4Rvh2yR7skC2gbJ=
SSLpks5vIqENgaJpZM4abUXm.gif" height=3D"1" width=3D"1" alt=3D"" /></p>
<script type=3D"application/json" data-scope=3D"inboxmarkup">{"api_versio=
n":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name"=
:"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"=
quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"http=
s://github.githubassets.com/images/email/message_cards/header.png","avata=
r_image_url":"https://github.githubassets.com/images/email/message_cards/=
avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/q=
uicwg/base-drafts"}},"updates":{"snippets":[{"icon":"PERSON","message":"@=
mikkelfj in #2397: \u003e So the answer by current spec might be differen=
t for a v1+2-capable client which sent a v1 Initial versus a v1-only clie=
nt.\r\n\r\nThat's interesting. Probably not the intention, but it would a=
llow a v2 SuperRetry packet to be retrofitted into an otherwise v1 connec=
tion."}],"action":{"name":"View Issue","url":"https://github.com/quicwg/b=
ase-drafts/issues/2397#issuecomment-459249779"}}}</script>
<script type=3D"application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/issues/2397#issuecomment=
-459249779",
"url": "https://github.com/quicwg/base-drafts/issues/2397#issuecomment-45=
9249779",
"name": "View Issue"
},
"description": "View this Issue on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>=

----==_mimepart_5c52a98d6ba4d_7d963fa56e6d45b8106836--


From nobody Wed Jan 30 23: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 03B0E12872C for <quic-issues@ietfa.amsl.com>; Wed, 30 Jan 2019 23:54:42 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -11.149
X-Spam-Level: 
X-Spam-Status: No, score=-11.149 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIMWL_WL_HIGH=-4.553, 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_PASS=-0.001] autolearn=ham autolearn_force=no
Authentication-Results: ietfa.amsl.com (amavisd-new); dkim=pass (1024-bit key) header.d=github.com
Received: from mail.ietf.org ([4.31.198.44]) by localhost (ietfa.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id Oot1o-M9ywXn for <quic-issues@ietfa.amsl.com>; Wed, 30 Jan 2019 23:54:40 -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 E158C128AFB for <quic-issues@ietf.org>; Wed, 30 Jan 2019 23:54:39 -0800 (PST)
Date: Wed, 30 Jan 2019 23:54:38 -0800
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1548921278; bh=eNAQBKpf3uenGQt6njkGnJyKdvO/8qH8ePdeaSwlZ4w=; h=Date:From:Reply-To:To:Cc:Subject:List-ID:List-Archive:List-Post: List-Unsubscribe:From; b=xgQRokS7nvLtzoD6945KXXUSHtCriRmeFHlLuSodHTFVOwlkOu63HI4Do09VQX8Ao DwRVU93RbzxR+Rpm4SEC/9i1c7vuj6H90oyKfPXGccZuGLKEuoSdAlNcNYciHIN2SE aURs/DQsR72evOzb/ec0/urV4VxfSh1rfOTosNEw=
From: Robin Marx <notifications@github.com>
Reply-To: quicwg/wg-materials <reply+0166e4ab27edc56ffdac2bdb679f520674f8bb4772bb9fcb92cf00000001186a6bbe92a169ce1825aaf3@reply.github.com>
To: quicwg/wg-materials <wg-materials@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/wg-materials/pull/102@github.com>
Subject: [quicwg/wg-materials] Added slides (#102)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5c52a9be80c5f_16953fafcbcd45b43854d0"; 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/KQB_aBexVuRXw0lWcgeNMXgV8S8>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
List-Id: Notification list for GitHub issues related to the QUIC WG <quic-issues.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=unsubscribe>
List-Archive: <https://mailarchive.ietf.org/arch/browse/quic-issues/>
List-Post: <mailto:quic-issues@ietf.org>
List-Help: <mailto:quic-issues-request@ietf.org?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, 31 Jan 2019 07:54:42 -0000

----==_mimepart_5c52a9be80c5f_16953fafcbcd45b43854d0
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

 for the QUIC logging, debugging and visualization
You can view, comment on, or merge this pull request online at:

  https://github.com/quicwg/wg-materials/pull/102

-- Commit Summary --

  * Added slides

-- File Changes --

    A interim-19-01/logging_RobinMarx_interimjan2019.pdf (0)

-- Patch Links --

https://github.com/quicwg/wg-materials/pull/102.patch
https://github.com/quicwg/wg-materials/pull/102.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/wg-materials/pull/102

----==_mimepart_5c52a9be80c5f_16953fafcbcd45b43854d0
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

<p>for the QUIC logging, debugging and visualization</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/wg-materials/pull/102'>https://github.com/quicwg/wg-materials/pull/102</a></p>

<h4>Commit Summary</h4>
<ul>
  <li>Added slides</li>
</ul>

<h4>File Changes</h4>
<ul>
  <li>
    <strong>A</strong>
    <a href="https://github.com/quicwg/wg-materials/pull/102/files#diff-0">interim-19-01/logging_RobinMarx_interimjan2019.pdf</a>
    (0)
  </li>
</ul>

<h4>Patch Links:</h4>
<ul>
  <li><a href='https://github.com/quicwg/wg-materials/pull/102.patch'>https://github.com/quicwg/wg-materials/pull/102.patch</a></li>
  <li><a href='https://github.com/quicwg/wg-materials/pull/102.diff'>https://github.com/quicwg/wg-materials/pull/102.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/wg-materials/pull/102">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AWbkqx0jEjkhQQarTyZDLDgeSnIg-S4sks5vIqE-gaJpZM4abwus">mute the thread</a>.<img src="https://github.com/notifications/beacon/AWbkq0-HFH_lZp39jOjL6VEgs6p8Q8CDks5vIqE-gaJpZM4abwus.gif" height="1" width="1" alt="" /></p>
<script type="application/json" data-scope="inboxmarkup">{"api_version":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name":"GitHub"},"entity":{"external_key":"github/quicwg/wg-materials","title":"quicwg/wg-materials","subtitle":"GitHub repository","main_image_url":"https://github.githubassets.com/images/email/message_cards/header.png","avatar_image_url":"https://github.githubassets.com/images/email/message_cards/avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/quicwg/wg-materials"}},"updates":{"snippets":[{"icon":"DESCRIPTION","message":"Added slides (#102)"}],"action":{"name":"View Pull Request","url":"https://github.com/quicwg/wg-materials/pull/102"}}}</script>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/wg-materials/pull/102",
"url": "https://github.com/quicwg/wg-materials/pull/102",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>

----==_mimepart_5c52a9be80c5f_16953fafcbcd45b43854d0--


From nobody Thu Jan 31 00: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 689CA12D4F3 for <quic-issues@ietfa.amsl.com>; Thu, 31 Jan 2019 00:01:52 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -11.554
X-Spam-Level: 
X-Spam-Status: No, score=-11.554 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIMWL_WL_HIGH=-4.553, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, RCVD_IN_DNSWL_HI=-5, SPF_PASS=-0.001] autolearn=ham autolearn_force=no
Authentication-Results: ietfa.amsl.com (amavisd-new); dkim=pass (1024-bit key) header.d=github.com
Received: from mail.ietf.org ([4.31.198.44]) by localhost (ietfa.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id LZZ7CsWts1qE for <quic-issues@ietfa.amsl.com>; Thu, 31 Jan 2019 00:01:50 -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 B8C8A128AFB for <quic-issues@ietf.org>; Thu, 31 Jan 2019 00:01:50 -0800 (PST)
Date: Thu, 31 Jan 2019 00:01:49 -0800
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1548921709; bh=vni4U//tBnQmksK3G68WXaR7Clt4v17yuZY+yZ615iw=; h=Date:From:To:Subject:From; b=tE6CC0MZbYJHOYsI/mTz2xx2hi1V5PGMhmahlIvDtNdFPmJR/QWbYgxJJ4aIXQPyl JgxmPFe21jaMakkvIkvRnqdiQ45Lu6kPtHfmfeVoO6ITf4ZDKn8XRXD2MevAlFjDKT upM/fYwIA5sMFQ2svMGNWT5s5V30mAkI6UeHpNj0=
From: Lars Eggert <noreply@github.com>
To: quic-issues@ietf.org
Message-ID: <quicwg/wg-materials/push/refs/heads/master/0f489e-1e5eae@github.com>
Subject: [quicwg/wg-materials] 574b12: Added slides
Mime-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 7bit
X-Auto-Response-Suppress: All
Archived-At: <https://mailarchive.ietf.org/arch/msg/quic-issues/ApoSJG5lER4DukKxV6wiKkCoPl4>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
Precedence: list
List-Id: Notification list for GitHub issues related to the QUIC WG <quic-issues.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=unsubscribe>
List-Archive: <https://mailarchive.ietf.org/arch/browse/quic-issues/>
List-Post: <mailto:quic-issues@ietf.org>
List-Help: <mailto:quic-issues-request@ietf.org?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, 31 Jan 2019 08:01:52 -0000

  Branch: refs/heads/master
  Home:   https://github.com/quicwg/wg-materials
  Commit: 574b12174344b0d3615c9e8bb0bd77300c8717eb
      https://github.com/quicwg/wg-materials/commit/574b12174344b0d3615c9e8bb0bd77300c8717eb
  Author: Robin Marx <marx.robin@gmail.com>
  Date:   2019-01-31 (Thu, 31 Jan 2019)

  Changed paths:
    A interim-19-01/logging_RobinMarx_interimjan2019.pdf

  Log Message:
  -----------
  Added slides

 for the QUIC logging, debugging and visualization


  Commit: 1e5eae5b371842d54b08692441a9cf2b2a57c471
      https://github.com/quicwg/wg-materials/commit/1e5eae5b371842d54b08692441a9cf2b2a57c471
  Author: Lars Eggert <lars@eggert.org>
  Date:   2019-01-31 (Thu, 31 Jan 2019)

  Changed paths:
    A interim-19-01/logging_RobinMarx_interimjan2019.pdf

  Log Message:
  -----------
  Merge pull request #102 from rmarx/marx-logging-slides

Added slides


Compare: https://github.com/quicwg/wg-materials/compare/0f489e1bf373...1e5eae5b3718


From nobody Thu Jan 31 00: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 302C0128AFB for <quic-issues@ietfa.amsl.com>; Thu, 31 Jan 2019 00:01:54 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -10.935
X-Spam-Level: 
X-Spam-Status: No, score=-10.935 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIMWL_WL_HIGH=-4.553, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, HTML_IMAGE_ONLY_24=1.618, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-1, RCVD_IN_DNSWL_HI=-5, SPF_PASS=-0.001] autolearn=ham autolearn_force=no
Authentication-Results: ietfa.amsl.com (amavisd-new); dkim=pass (1024-bit key) header.d=github.com
Received: from mail.ietf.org ([4.31.198.44]) by localhost (ietfa.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id e4Xpd7eyt_By for <quic-issues@ietfa.amsl.com>; Thu, 31 Jan 2019 00:01:51 -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 AAAA2129B88 for <quic-issues@ietf.org>; Thu, 31 Jan 2019 00:01:51 -0800 (PST)
Date: Thu, 31 Jan 2019 00:01:50 -0800
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1548921711; bh=0w4LfQAWdrgHsGgd262s2OneCkuU+sgnz3Kwg7pmR+s=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=fOw/3gQc/fPDxlKvP4ZzEWPI5RLzxC59RMrwOyel/jF/5GPxKA2/eNxbZL3fwCLmH A8sp5KQTQnLtIjJmPJkRphQRkB3KrJz6yr3860DXKe9cVtnFmZLkMyZ+/BVsrq2ofK 8JIyoXRqkk8uracfdiG41tFrdh79dFUOIyET3CmA=
From: Lars Eggert <notifications@github.com>
Reply-To: quicwg/wg-materials <reply+0166e4ab04a7cf52452e53bba3dd2fc2f07f7308be1e8a7792cf00000001186a6d6e92a169ce1825aaf3@reply.github.com>
To: quicwg/wg-materials <wg-materials@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/wg-materials/pull/102/issue_event/2108678436@github.com>
In-Reply-To: <quicwg/wg-materials/pull/102@github.com>
References: <quicwg/wg-materials/pull/102@github.com>
Subject: Re: [quicwg/wg-materials] Added slides (#102)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5c52ab6ecaa2d_19cd3f8a35cd45c0912148"; 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/jy7LdyCqB5NaA6B6XmF57rMzfAA>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
List-Id: Notification list for GitHub issues related to the QUIC WG <quic-issues.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=unsubscribe>
List-Archive: <https://mailarchive.ietf.org/arch/browse/quic-issues/>
List-Post: <mailto:quic-issues@ietf.org>
List-Help: <mailto:quic-issues-request@ietf.org?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, 31 Jan 2019 08:01:54 -0000

----==_mimepart_5c52ab6ecaa2d_19cd3f8a35cd45c0912148
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

Merged #102 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/wg-materials/pull/102#event-2108678436
----==_mimepart_5c52ab6ecaa2d_19cd3f8a35cd45c0912148
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="405121779" data-permission-text="Issue title is private" data-url="https://github.com/quicwg/wg-materials/issues/102" data-hovercard-type="pull_request" data-hovercard-url="/quicwg/wg-materials/pull/102/hovercard" href="https://github.com/quicwg/wg-materials/pull/102">#102</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/wg-materials/pull/102#event-2108678436">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AWbkqyoe0SI6HaiO1p3B8HYScDHt-indks5vIqLugaJpZM4abwus">mute the thread</a>.<img src="https://github.com/notifications/beacon/AWbkq_eVe12T6Fg-VKhEgJX9ZpmWXjq7ks5vIqLugaJpZM4abwus.gif" height="1" width="1" alt="" /></p>
<script type="application/json" data-scope="inboxmarkup">{"api_version":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name":"GitHub"},"entity":{"external_key":"github/quicwg/wg-materials","title":"quicwg/wg-materials","subtitle":"GitHub repository","main_image_url":"https://github.githubassets.com/images/email/message_cards/header.png","avatar_image_url":"https://github.githubassets.com/images/email/message_cards/avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/quicwg/wg-materials"}},"updates":{"snippets":[{"icon":"DESCRIPTION","message":"Merged #102 into master."}],"action":{"name":"View Pull Request","url":"https://github.com/quicwg/wg-materials/pull/102#event-2108678436"}}}</script>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/wg-materials/pull/102#event-2108678436",
"url": "https://github.com/quicwg/wg-materials/pull/102#event-2108678436",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>
----==_mimepart_5c52ab6ecaa2d_19cd3f8a35cd45c0912148--


From nobody Thu Jan 31 00: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 56DA3130E99 for <quic-issues@ietfa.amsl.com>; Thu, 31 Jan 2019 00:35:12 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -11.007
X-Spam-Level: 
X-Spam-Status: No, score=-11.007 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIMWL_WL_HIGH=-4.553, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, HTML_IMAGE_ONLY_20=1.546, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-1, RCVD_IN_DNSWL_HI=-5, SPF_PASS=-0.001] autolearn=ham autolearn_force=no
Authentication-Results: ietfa.amsl.com (amavisd-new); dkim=pass (1024-bit key) header.d=github.com
Received: from mail.ietf.org ([4.31.198.44]) by localhost (ietfa.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id QnBo5d0eVINn for <quic-issues@ietfa.amsl.com>; Thu, 31 Jan 2019 00:35: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 9D24D130E86 for <quic-issues@ietf.org>; Thu, 31 Jan 2019 00:35:10 -0800 (PST)
Date: Thu, 31 Jan 2019 00:35:09 -0800
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1548923709; bh=r3cUsmRDBDtfaLLCYzkEsdpGtuxwhSTcZY7T9l/MP08=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=JYHqKULchvBAoH2Y1zYsXP5fOjWlsAMsVFURobnzj2IeMO8Cx75OyPq6kkh3HzaiL YEu2Gzsd5JtR4J+w8j2U/4fyLIzBe4DGAgriUAkgYTRb5T74rpqzfa/dQWPFvqIG2h axlhkswG8ERPJC4ACiYpWni7cbP3Km1S/1H+0MNM=
From: MikkelFJ <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+0166e4ab005f4300af13abbd25a157c080aace38a0ba08a392cf00000001186a753d92a169ce17707793@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/issues/2233/459260254@github.com>
In-Reply-To: <quicwg/base-drafts/issues/2233@github.com>
References: <quicwg/base-drafts/issues/2233@github.com>
Subject: Re: [quicwg/base-drafts] Why are setting identifiers not varints? (#2233)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5c52b33d7642e_5e1c3f8dcc8d45c01479f4"; 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/bqY_GVFHzH5tYHVuBbqW8qVgrP0>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
List-Id: Notification list for GitHub issues related to the QUIC WG <quic-issues.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=unsubscribe>
List-Archive: <https://mailarchive.ietf.org/arch/browse/quic-issues/>
List-Post: <mailto:quic-issues@ietf.org>
List-Help: <mailto:quic-issues-request@ietf.org?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, 31 Jan 2019 08:35:12 -0000

----==_mimepart_5c52b33d7642e_5e1c3f8dcc8d45c01479f4
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

With minimal encoding.

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/quicwg/base-drafts/issues/2233#issuecomment-459260254
----==_mimepart_5c52b33d7642e_5e1c3f8dcc8d45c01479f4
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

<p>With minimal encoding.</p>

<p style="font-size:small;-webkit-text-size-adjust:none;color:#666;">&mdash;<br />You are receiving this because you are subscribed to this thread.<br />Reply to this email directly, <a href="https://github.com/quicwg/base-drafts/issues/2233#issuecomment-459260254">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AWbkq8ncRJsSwUE-BS-Ldxwbd-j0t9KCks5vIqq9gaJpZM4ZdEPb">mute the thread</a>.<img src="https://github.com/notifications/beacon/AWbkq_TwafoCow4FA6nVHatT87XJUTVgks5vIqq9gaJpZM4ZdEPb.gif" height="1" width="1" alt="" /></p>
<script type="application/json" data-scope="inboxmarkup">{"api_version":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name":"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"https://github.githubassets.com/images/email/message_cards/header.png","avatar_image_url":"https://github.githubassets.com/images/email/message_cards/avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/quicwg/base-drafts"}},"updates":{"snippets":[{"icon":"PERSON","message":"@mikkelfj in #2233: With minimal encoding."}],"action":{"name":"View Issue","url":"https://github.com/quicwg/base-drafts/issues/2233#issuecomment-459260254"}}}</script>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/issues/2233#issuecomment-459260254",
"url": "https://github.com/quicwg/base-drafts/issues/2233#issuecomment-459260254",
"name": "View Issue"
},
"description": "View this Issue on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>
----==_mimepart_5c52b33d7642e_5e1c3f8dcc8d45c01479f4--


From nobody Thu Jan 31 00:52: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 8C207130E25 for <quic-issues@ietfa.amsl.com>; Thu, 31 Jan 2019 00:52:09 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -10.935
X-Spam-Level: 
X-Spam-Status: No, score=-10.935 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIMWL_WL_HIGH=-4.553, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, HTML_IMAGE_ONLY_24=1.618, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-1, RCVD_IN_DNSWL_HI=-5, SPF_PASS=-0.001] autolearn=ham autolearn_force=no
Authentication-Results: ietfa.amsl.com (amavisd-new); dkim=pass (1024-bit key) header.d=github.com
Received: from mail.ietf.org ([4.31.198.44]) by localhost (ietfa.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id XRqNTRVD7n9y for <quic-issues@ietfa.amsl.com>; Thu, 31 Jan 2019 00:52: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 2D91512D4F3 for <quic-issues@ietf.org>; Thu, 31 Jan 2019 00:52:08 -0800 (PST)
Date: Thu, 31 Jan 2019 00:52:07 -0800
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1548924727; bh=WkDTatUlfYyCKk3eG5Ijd+9Fq/F/9u8FJ2jUNhLcAq8=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=Pl9RBEvUSCtzF4GeI+TB5LzjMRdM1i0F20h81uk0O7LKrCT/vp7eSdwzccCPPsg7B 02+QFYkQ/vRPtdnHw9jLcK0jDLYRtApl4HEXRcPpksblpR6ICajwG9+DWDIRHFltwt HgFlTOwiJjcXcPuXp8BZeWqk2QfDzr2KLESLfdME=
From: MikkelFJ <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+0166e4abd35929b90de611f0ab0923b696d3b395736add3192cf00000001186a793792a169ce174d10b9@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/issues/2180/459265142@github.com>
In-Reply-To: <quicwg/base-drafts/issues/2180@github.com>
References: <quicwg/base-drafts/issues/2180@github.com>
Subject: Re: [quicwg/base-drafts] Is Retry a new connection or what? (#2180)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5c52b7372b24b_a733f906fed45c4851a2"; 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/eGRJXCtCyLcBGHvNATboF85jPOQ>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
List-Id: Notification list for GitHub issues related to the QUIC WG <quic-issues.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=unsubscribe>
List-Archive: <https://mailarchive.ietf.org/arch/browse/quic-issues/>
List-Post: <mailto:quic-issues@ietf.org>
List-Help: <mailto:quic-issues-request@ietf.org?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, 31 Jan 2019 08:52:09 -0000

----==_mimepart_5c52b7372b24b_a733f906fed45c4851a2
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

> You can think of this as re-sending a lost Initial.

Not quite, since a retry has a fixed target DCID (stateful) whereas a lost initial has a random OCID that can reach a random server (stateless)

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/quicwg/base-drafts/issues/2180#issuecomment-459265142
----==_mimepart_5c52b7372b24b_a733f906fed45c4851a2
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

<blockquote>
<p>You can think of this as re-sending a lost Initial.</p>
</blockquote>
<p>Not quite, since a retry has a fixed target DCID (stateful) whereas a lost initial has a random OCID that can reach a random server (stateless)</p>

<p style="font-size:small;-webkit-text-size-adjust:none;color:#666;">&mdash;<br />You are receiving this because you are subscribed to this thread.<br />Reply to this email directly, <a href="https://github.com/quicwg/base-drafts/issues/2180#issuecomment-459265142">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AWbkq72vumD_W-p_7cSsoMDy1Um2iftQks5vIq63gaJpZM4ZSts9">mute the thread</a>.<img src="https://github.com/notifications/beacon/AWbkqxPPevZW59TYVdzXoDx_hUO67lwwks5vIq63gaJpZM4ZSts9.gif" height="1" width="1" alt="" /></p>
<script type="application/json" data-scope="inboxmarkup">{"api_version":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name":"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"https://github.githubassets.com/images/email/message_cards/header.png","avatar_image_url":"https://github.githubassets.com/images/email/message_cards/avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/quicwg/base-drafts"}},"updates":{"snippets":[{"icon":"PERSON","message":"@mikkelfj in #2180: \u003e You can think of this as re-sending a lost Initial.\r\n\r\nNot quite, since a retry has a fixed target DCID (stateful) whereas a lost initial has a random OCID that can reach a random server (stateless)"}],"action":{"name":"View Issue","url":"https://github.com/quicwg/base-drafts/issues/2180#issuecomment-459265142"}}}</script>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/issues/2180#issuecomment-459265142",
"url": "https://github.com/quicwg/base-drafts/issues/2180#issuecomment-459265142",
"name": "View Issue"
},
"description": "View this Issue on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>
----==_mimepart_5c52b7372b24b_a733f906fed45c4851a2--


From nobody Thu Jan 31 02:08:18 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 40B4A130ED8 for <quic-issues@ietfa.amsl.com>; Thu, 31 Jan 2019 02:08:16 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -7.552
X-Spam-Level: 
X-Spam-Status: No, score=-7.552 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIMWL_WL_HIGH=-4.553, 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_PASS=-0.001] autolearn=ham autolearn_force=no
Authentication-Results: ietfa.amsl.com (amavisd-new); dkim=pass (1024-bit key) header.d=github.com
Received: from mail.ietf.org ([4.31.198.44]) by localhost (ietfa.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id FWOFi1AwQh2h for <quic-issues@ietfa.amsl.com>; Thu, 31 Jan 2019 02:08:14 -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 ED90C130EBB for <quic-issues@ietf.org>; Thu, 31 Jan 2019 02:08:13 -0800 (PST)
DKIM-Signature: v=1; a=rsa-sha1; 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=fqfid/C160yJGzACBTgCOoCJWFc=; b=V+XKnQy0DJJYADDi 9+V9ceB9M5UjwkaHXHNv+tfw1RYrWSThOx3xURbed2AGHrxKIDwt8xPl+n2qaoiN qJpy3FVqPVAjpaxxsmqXLOocjgquuqSogbIMOIfj11lJsq+WNjAQEesutqLCDcv/ AGdhXAxq/nGOOtwKUmXFj2B7JC8=
Received: by filter1049p1las1.sendgrid.net with SMTP id filter1049p1las1-4187-5C52C90D-3 2019-01-31 10:08:13.119337832 +0000 UTC m=+212696.071528959
Received: from github-lowworker-e711880.cp1-iad.github.net (unknown [192.30.252.45]) by ismtpd0003p1iad1.sendgrid.net (SG) with ESMTP id Nzm_fAqcTuuTZ_2Jdga_CQ for <quic-issues@ietf.org>; Thu, 31 Jan 2019 10:08:12.978 +0000 (UTC)
Received: from github.com (localhost [127.0.0.1]) by github-lowworker-e711880.cp1-iad.github.net (Postfix) with ESMTP id ED44044046C for <quic-issues@ietf.org>; Thu, 31 Jan 2019 02:08:12 -0800 (PST)
Date: Thu, 31 Jan 2019 10:08:13 +0000 (UTC)
From: MikkelFJ <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+0166e4ab5bf47df3de3dc7343df7e92b69d53e742a086cf492cf00000001186a8b0c92a169ce182664e3@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/issues/2398@github.com>
Subject: [quicwg/base-drafts] Specify DCID of 0-RTT packets (#2398)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5c52c90cebd5b_7d243f99a60d45c4208391"; 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
X-SG-EID: l64QuQ2uJCcEyUykJbxN122A6QRmEpucztpreh3Pak369lBqn/WitmjYCNmJnvNSHAsSdkyavPOxo5 YhE/Asr2vzNMSXWI0B0RTEweeJTjZU4JFx5rSqW92U6EPRErRbkZpWev6AUYrVhef+M2Wv/+TwUVW6 jY9zSpZ5xZ1JvO2I7Kd2Lq9NnOUpQLETgDEpx9JCE9lU60EWuzH9DVEbUQ==
Archived-At: <https://mailarchive.ietf.org/arch/msg/quic-issues/pOQ31jDssOhMQqeydQhS7JzxInQ>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
List-Id: Notification list for GitHub issues related to the QUIC WG <quic-issues.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=unsubscribe>
List-Archive: <https://mailarchive.ietf.org/arch/browse/quic-issues/>
List-Post: <mailto:quic-issues@ietf.org>
List-Help: <mailto:quic-issues-request@ietf.org?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, 31 Jan 2019 10:08:16 -0000

----==_mimepart_5c52c90cebd5b_7d243f99a60d45c4208391
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

This has been discussed before, but after reorg. of text, I can't find any clear statement in Transport Draft about how to create DCID for 0-RTT. The DCID field is not mentioned for 0-RTT packets in transport draft.

https://github.com/quicwg/base-drafts/issues/1513
https://github.com/quicwg/base-drafts/issues/1721

Note: I got the think about this in the context of replay attack prevention which would be simpler of the 0-RTT DCID is not random. But that discussion was already closed in the above 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/2398
----==_mimepart_5c52c90cebd5b_7d243f99a60d45c4208391
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

<p>This has been discussed before, but after reorg. of text, I can't find any clear statement in Transport Draft about how to create DCID for 0-RTT. The DCID field is not mentioned for 0-RTT packets in transport draft.</p>
<p><a class="issue-link js-issue-link" data-error-text="Failed to load issue title" data-id="337741170" data-permission-text="Issue title is private" data-url="https://github.com/quicwg/base-drafts/issues/1513" data-hovercard-type="issue" data-hovercard-url="/quicwg/base-drafts/issues/1513/hovercard" href="https://github.com/quicwg/base-drafts/issues/1513">#1513</a><br>
<a class="issue-link js-issue-link" data-error-text="Failed to load issue title" data-id="357038426" data-permission-text="Issue title is private" data-url="https://github.com/quicwg/base-drafts/issues/1721" data-hovercard-type="issue" data-hovercard-url="/quicwg/base-drafts/issues/1721/hovercard" href="https://github.com/quicwg/base-drafts/issues/1721">#1721</a></p>
<p>Note: I got the think about this in the context of replay attack prevention which would be simpler of the 0-RTT DCID is not random. But that discussion was already closed in the above 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/2398">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AWbkq9CNeZr45nn7l4Gp8kLbnNjr9mGEks5vIsCMgaJpZM4ab-Rt">mute the thread</a>.<img src="https://github.com/notifications/beacon/AWbkq5i0VObSleex5epDcTi47x9ZB9WOks5vIsCMgaJpZM4ab-Rt.gif" height="1" width="1" alt="" /></p>
<script type="application/json" data-scope="inboxmarkup">{"api_version":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name":"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"https://github.githubassets.com/images/email/message_cards/header.png","avatar_image_url":"https://github.githubassets.com/images/email/message_cards/avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/quicwg/base-drafts"}},"updates":{"snippets":[{"icon":"DESCRIPTION","message":"Specify DCID of 0-RTT packets (#2398)"}],"action":{"name":"View Issue","url":"https://github.com/quicwg/base-drafts/issues/2398"}}}</script>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/issues/2398",
"url": "https://github.com/quicwg/base-drafts/issues/2398",
"name": "View Issue"
},
"description": "View this Issue on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>
----==_mimepart_5c52c90cebd5b_7d243f99a60d45c4208391--


From nobody Thu Jan 31 02: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 9F1A0130F02 for <quic-issues@ietfa.amsl.com>; Thu, 31 Jan 2019 02:25:12 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -10.935
X-Spam-Level: 
X-Spam-Status: No, score=-10.935 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIMWL_WL_HIGH=-4.553, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, HTML_IMAGE_ONLY_24=1.618, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-1, RCVD_IN_DNSWL_HI=-5, SPF_PASS=-0.001] autolearn=ham autolearn_force=no
Authentication-Results: ietfa.amsl.com (amavisd-new); dkim=pass (1024-bit key) header.d=github.com
Received: from mail.ietf.org ([4.31.198.44]) by localhost (ietfa.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id AHXu4cj2-HK7 for <quic-issues@ietfa.amsl.com>; Thu, 31 Jan 2019 02:25:11 -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 8CC92128CE4 for <quic-issues@ietf.org>; Thu, 31 Jan 2019 02:25:09 -0800 (PST)
Date: Thu, 31 Jan 2019 02:25:08 -0800
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1548930308; bh=sUfFW0Bj3yOk3YyQ7Z8kqQ6N3AdH75dEMMNZXEw5SuI=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=BJ9kcOoVkIhGewhcQC9x1lnD7AcFcvT8l0XSy6IlyOxHXh68/PmAqI2gfaBQnfZp4 /Rbp1OelA7JP2flHq1q5ZrCW8BVYS+paG7EvSqSdYjxjhzJE5D18ydlXJ+fUl/TBz0 1YwZCygfx4ne6ZdVER0PoZdyvF9Z2Nefw3rp+tIM=
From: MikkelFJ <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+0166e4ab2cabb333484d51eebcfa466d5d383affd548277792cf00000001186a8f0492a169ce179fbcfb@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/issues/2308/459293372@github.com>
In-Reply-To: <quicwg/base-drafts/issues/2308@github.com>
References: <quicwg/base-drafts/issues/2308@github.com>
Subject: Re: [quicwg/base-drafts] handling of coalesced packets with decryption errors creates DoS opportunity (#2308)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5c52cd0443c7a_68e93f9498ad45b42193ae"; 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/rJdzUPoAJMVIzAA7iKy1lJUkSdQ>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
List-Id: Notification list for GitHub issues related to the QUIC WG <quic-issues.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=unsubscribe>
List-Archive: <https://mailarchive.ietf.org/arch/browse/quic-issues/>
List-Post: <mailto:quic-issues@ietf.org>
List-Help: <mailto:quic-issues-request@ietf.org?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, 31 Jan 2019 10:25:17 -0000

----==_mimepart_5c52cd0443c7a_68e93f9498ad45b42193ae
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

>  permit (but not require) receivers to enforce this constraint.

Fine, as long as a violation will not DoS the connection, since a middle box can add random data to a UDP datagram.

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/quicwg/base-drafts/issues/2308#issuecomment-459293372
----==_mimepart_5c52cd0443c7a_68e93f9498ad45b42193ae
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

<blockquote>
<p>permit (but not require) receivers to enforce this constraint.</p>
</blockquote>
<p>Fine, as long as a violation will not DoS the connection, since a middle box can add random data to a UDP datagram.</p>

<p style="font-size:small;-webkit-text-size-adjust:none;color:#666;">&mdash;<br />You are receiving this because you are subscribed to this thread.<br />Reply to this email directly, <a href="https://github.com/quicwg/base-drafts/issues/2308#issuecomment-459293372">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AWbkqwqX4DmxukqaebWC-DBP7y4H4x9Aks5vIsSEgaJpZM4Zy2NI">mute the thread</a>.<img src="https://github.com/notifications/beacon/AWbkq8399rjNtG-f505-8jMuh-rOHOPIks5vIsSEgaJpZM4Zy2NI.gif" height="1" width="1" alt="" /></p>
<script type="application/json" data-scope="inboxmarkup">{"api_version":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name":"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"https://github.githubassets.com/images/email/message_cards/header.png","avatar_image_url":"https://github.githubassets.com/images/email/message_cards/avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/quicwg/base-drafts"}},"updates":{"snippets":[{"icon":"PERSON","message":"@mikkelfj in #2308: \u003e  permit (but not require) receivers to enforce this constraint.\r\n\r\nFine, as long as a violation will not DoS the connection, since a middle box can add random data to a UDP datagram."}],"action":{"name":"View Issue","url":"https://github.com/quicwg/base-drafts/issues/2308#issuecomment-459293372"}}}</script>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/issues/2308#issuecomment-459293372",
"url": "https://github.com/quicwg/base-drafts/issues/2308#issuecomment-459293372",
"name": "View Issue"
},
"description": "View this Issue on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>
----==_mimepart_5c52cd0443c7a_68e93f9498ad45b42193ae--


From nobody Thu Jan 31 02: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 92D12130ED6 for <quic-issues@ietfa.amsl.com>; Thu, 31 Jan 2019 02:48:33 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -11.007
X-Spam-Level: 
X-Spam-Status: No, score=-11.007 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIMWL_WL_HIGH=-4.553, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, HTML_IMAGE_ONLY_20=1.546, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-1, RCVD_IN_DNSWL_HI=-5, SPF_PASS=-0.001] autolearn=ham autolearn_force=no
Authentication-Results: ietfa.amsl.com (amavisd-new); dkim=pass (1024-bit key) header.d=github.com
Received: from mail.ietf.org ([4.31.198.44]) by localhost (ietfa.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id VBXKdnoG0P-C for <quic-issues@ietfa.amsl.com>; Thu, 31 Jan 2019 02:48:32 -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 D449B130EBB for <quic-issues@ietf.org>; Thu, 31 Jan 2019 02:48:30 -0800 (PST)
Date: Thu, 31 Jan 2019 02:48:29 -0800
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1548931709; bh=YjoLFR//Ie4hOV+Mws7XHLu/5WYWmcL0SacaYSZPhZc=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=0HcTNa5VGuQlz/xRuexuJ6qxLjmhhUwTXb8MwzET3TO+jEUXG6KTHgtbVq9sLsP7Y GPEJ1RX0rylW1xIZI3waRRxKIIm91BKazjAVV6SEqVr1iym8QthpOh2Jag6y3ADU1G 8KVpNz9pi2kLBDKDYWMeSfKgAo2mErEGRkpgirYo=
From: Martin Thomson <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+0166e4abe6aba64ad2748608359af099c1f5b69ae3c68ffc92cf00000001186a947d92a169ce1789f050@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/issues/2275/459300169@github.com>
In-Reply-To: <quicwg/base-drafts/issues/2275@github.com>
References: <quicwg/base-drafts/issues/2275@github.com>
Subject: Re: [quicwg/base-drafts] Varint h3 unidirectional stream types (#2275)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5c52d27ddf0a3_50f53fcdb78d45b85889e4"; 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/gYQYARbrR39IDoxPxDpw48v10sY>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
List-Id: Notification list for GitHub issues related to the QUIC WG <quic-issues.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=unsubscribe>
List-Archive: <https://mailarchive.ietf.org/arch/browse/quic-issues/>
List-Post: <mailto:quic-issues@ietf.org>
List-Help: <mailto:quic-issues-request@ietf.org?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, 31 Jan 2019 10:48:34 -0000

----==_mimepart_5c52d27ddf0a3_50f53fcdb78d45b85889e4
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: quoted-printable

I plan to send unidirectional stream types in non-minimal varint encoding=
s.  Vive la libert=C3=A9.=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/2275#issuecomment-459300169=

----==_mimepart_5c52d27ddf0a3_50f53fcdb78d45b85889e4
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: quoted-printable

<p>I plan to send unidirectional stream types in non-minimal varint encod=
ings.  Vive la libert=C3=A9.</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/2275#issuecomment-459300169">view it on GitHub</a>,=
 or <a href=3D"https://github.com/notifications/unsubscribe-auth/AWbkqxZV=
7sI9FSuUxzInjb0AuK7HZkSCks5vIsn9gaJpZM4ZlI-h">mute the thread</a>.<img sr=
c=3D"https://github.com/notifications/beacon/AWbkq4qYgOz8M2obY_nkFzG5T-wF=
gxGZks5vIsn9gaJpZM4ZlI-h.gif" height=3D"1" width=3D"1" alt=3D"" /></p>=0D=

<script type=3D"application/json" data-scope=3D"inboxmarkup">{"api_versio=
n":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name"=
:"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"=
quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"http=
s://github.githubassets.com/images/email/message_cards/header.png","avata=
r_image_url":"https://github.githubassets.com/images/email/message_cards/=
avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/q=
uicwg/base-drafts"}},"updates":{"snippets":[{"icon":"PERSON","message":"@=
martinthomson in #2275: I plan to send unidirectional stream types in non=
-minimal varint encodings.  Vive la libert=C3=A9."}],"action":{"name":"Vi=
ew Issue","url":"https://github.com/quicwg/base-drafts/issues/2275#issuec=
omment-459300169"}}}</script>=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/2275#issuecomment=
-459300169",=0D
"url": "https://github.com/quicwg/base-drafts/issues/2275#issuecomment-45=
9300169",=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_5c52d27ddf0a3_50f53fcdb78d45b85889e4--


From nobody Thu Jan 31 02:55: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 CAC7B130EBA for <quic-issues@ietfa.amsl.com>; Thu, 31 Jan 2019 02:55:52 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -10.935
X-Spam-Level: 
X-Spam-Status: No, score=-10.935 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIMWL_WL_HIGH=-4.553, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, HTML_IMAGE_ONLY_24=1.618, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-1, RCVD_IN_DNSWL_HI=-5, SPF_PASS=-0.001] autolearn=ham autolearn_force=no
Authentication-Results: ietfa.amsl.com (amavisd-new); dkim=pass (1024-bit key) header.d=github.com
Received: from mail.ietf.org ([4.31.198.44]) by localhost (ietfa.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id n3MEgIBBiuiI for <quic-issues@ietfa.amsl.com>; Thu, 31 Jan 2019 02:55: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 82BA1128CE4 for <quic-issues@ietf.org>; Thu, 31 Jan 2019 02:55:51 -0800 (PST)
Date: Thu, 31 Jan 2019 02:55:50 -0800
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1548932150; bh=0SB+2XEdTxsDUCGdRNA1pXI/r2tYujTRo6FhNcfZzsQ=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=voXj8hqj6oC9F5X9DU9OrMFmyQSejkS8gduBTb9y+Qzz5Rc+o3mah1Doh9xTAqH8C /V/ipcEEZVWMxZgy3B5TyPK8i1bbmwHZ5PznfeGsx78HNJLjWs+vHQDnDwUZ0z8HE9 D1CusN9Dws9KB9ozbtJyfsCX+YxQm0dSBQ7PcbhQ=
From: Martin Thomson <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+0166e4ab000f87eb610ace253851ff3ee07bdac4613c682992cf00000001186a963692a169ce17707793@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/issues/2233/459302278@github.com>
In-Reply-To: <quicwg/base-drafts/issues/2233@github.com>
References: <quicwg/base-drafts/issues/2233@github.com>
Subject: Re: [quicwg/base-drafts] Why are setting identifiers not varints? (#2233)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5c52d43630372_43573f98470d45c0626175"; 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/lCrBP9mwiSTfcW-045uLVDA3LMA>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
List-Id: Notification list for GitHub issues related to the QUIC WG <quic-issues.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=unsubscribe>
List-Archive: <https://mailarchive.ietf.org/arch/browse/quic-issues/>
List-Post: <mailto:quic-issues@ietf.org>
List-Help: <mailto:quic-issues-request@ietf.org?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, 31 Jan 2019 10:55:53 -0000

----==_mimepart_5c52d43630372_43573f98470d45c0626175
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

No, the conclusion was to not require minimal encoding for anything.  There is a performance argument for QUIC frames because they are used very frequently, but even that has been challenged.  The minimal encoding is only a miniscule amount more efficient, and it's more annoying to create.

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/quicwg/base-drafts/issues/2233#issuecomment-459302278
----==_mimepart_5c52d43630372_43573f98470d45c0626175
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: quoted-printable

<p>No, the conclusion was to not require minimal encoding for anything.  =
There is a performance argument for QUIC frames because they are used ver=
y frequently, but even that has been challenged.  The minimal encoding is=
 only a miniscule amount more efficient, and it's more annoying to create=
.</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/2233#issuecomment-459302278">view it on GitHub</a>,=
 or <a href=3D"https://github.com/notifications/unsubscribe-auth/AWbkqwC3=
CmltWXQndK0NmAqIClqaSAC3ks5vIsu2gaJpZM4ZdEPb">mute the thread</a>.<img sr=
c=3D"https://github.com/notifications/beacon/AWbkq_HIuQzwuPQOAcG-WjfgQAU7=
8Buaks5vIsu2gaJpZM4ZdEPb.gif" height=3D"1" width=3D"1" alt=3D"" /></p>
<script type=3D"application/json" data-scope=3D"inboxmarkup">{"api_versio=
n":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name"=
:"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"=
quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"http=
s://github.githubassets.com/images/email/message_cards/header.png","avata=
r_image_url":"https://github.githubassets.com/images/email/message_cards/=
avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/q=
uicwg/base-drafts"}},"updates":{"snippets":[{"icon":"PERSON","message":"@=
martinthomson in #2233: No, the conclusion was to not require minimal enc=
oding for anything.  There is a performance argument for QUIC frames beca=
use they are used very frequently, but even that has been challenged.  Th=
e minimal encoding is only a miniscule amount more efficient, and it's mo=
re annoying to create."}],"action":{"name":"View Issue","url":"https://gi=
thub.com/quicwg/base-drafts/issues/2233#issuecomment-459302278"}}}</scrip=
t>
<script type=3D"application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/issues/2233#issuecomment=
-459302278",
"url": "https://github.com/quicwg/base-drafts/issues/2233#issuecomment-45=
9302278",
"name": "View Issue"
},
"description": "View this Issue on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>=

----==_mimepart_5c52d43630372_43573f98470d45c0626175--


From nobody Thu Jan 31 02:57: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 B83DE130EBA for <quic-issues@ietfa.amsl.com>; Thu, 31 Jan 2019 02:57:40 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -11.007
X-Spam-Level: 
X-Spam-Status: No, score=-11.007 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIMWL_WL_HIGH=-4.553, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, HTML_IMAGE_ONLY_20=1.546, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-1, RCVD_IN_DNSWL_HI=-5, SPF_PASS=-0.001] autolearn=ham autolearn_force=no
Authentication-Results: ietfa.amsl.com (amavisd-new); dkim=pass (1024-bit key) header.d=github.com
Received: from mail.ietf.org ([4.31.198.44]) by localhost (ietfa.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id Vpik3z1LFuQG for <quic-issues@ietfa.amsl.com>; Thu, 31 Jan 2019 02:57: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 37069128CE4 for <quic-issues@ietf.org>; Thu, 31 Jan 2019 02:57:39 -0800 (PST)
Date: Thu, 31 Jan 2019 02:57:38 -0800
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1548932258; bh=68yYvTWz1xgPUNKnM/YXoGFcHS3VAIpoXhEz1QJqXYA=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=i8Mzze7B7xG/J3eXwydLoy1AiHVMWNbdu0FB1Ky5Ig837v0udRlamA04bhzC82w68 KbQzE97dgPPS5/jF0Ie4hijaZEPmdQrhZzYn72M6ZSuCCw1IW4HKKceJ0gSy+LizAZ sVzr9dNHaC1JhY9dB6E2R0NXLl3FVvm/BPVDBraY=
From: Lucas Pardue <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+0166e4ab6696f48db21a9999fc959d6aebf5a42bed04c7cf92cf00000001186a96a292a169ce1789f050@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/issues/2275/459302782@github.com>
In-Reply-To: <quicwg/base-drafts/issues/2275@github.com>
References: <quicwg/base-drafts/issues/2275@github.com>
Subject: Re: [quicwg/base-drafts] Varint h3 unidirectional stream types (#2275)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5c52d4a248c79_7bd63fe3d52d45bc6087e7"; 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/90xLU-rVcDlN1-xs6b-HFPG_7go>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
List-Id: Notification list for GitHub issues related to the QUIC WG <quic-issues.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=unsubscribe>
List-Archive: <https://mailarchive.ietf.org/arch/browse/quic-issues/>
List-Post: <mailto:quic-issues@ietf.org>
List-Help: <mailto:quic-issues-request@ietf.org?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, 31 Jan 2019 10:57:41 -0000

----==_mimepart_5c52d4a248c79_7bd63fe3d52d45bc6087e7
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

Great opportunity for network-oriented fuzzer

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/quicwg/base-drafts/issues/2275#issuecomment-459302782
----==_mimepart_5c52d4a248c79_7bd63fe3d52d45bc6087e7
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

<p>Great opportunity for network-oriented fuzzer</p>

<p style="font-size:small;-webkit-text-size-adjust:none;color:#666;">&mdash;<br />You are receiving this because you are subscribed to this thread.<br />Reply to this email directly, <a href="https://github.com/quicwg/base-drafts/issues/2275#issuecomment-459302782">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AWbkqxK3zDofDE7opPogYuGXz8t0nSrjks5vIswigaJpZM4ZlI-h">mute the thread</a>.<img src="https://github.com/notifications/beacon/AWbkqwuD7nvUEnEYPAqVco6kMcT2Ikbfks5vIswigaJpZM4ZlI-h.gif" height="1" width="1" alt="" /></p>
<script type="application/json" data-scope="inboxmarkup">{"api_version":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name":"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"https://github.githubassets.com/images/email/message_cards/header.png","avatar_image_url":"https://github.githubassets.com/images/email/message_cards/avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/quicwg/base-drafts"}},"updates":{"snippets":[{"icon":"PERSON","message":"@LPardue in #2275: Great opportunity for network-oriented fuzzer"}],"action":{"name":"View Issue","url":"https://github.com/quicwg/base-drafts/issues/2275#issuecomment-459302782"}}}</script>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/issues/2275#issuecomment-459302782",
"url": "https://github.com/quicwg/base-drafts/issues/2275#issuecomment-459302782",
"name": "View Issue"
},
"description": "View this Issue on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>
----==_mimepart_5c52d4a248c79_7bd63fe3d52d45bc6087e7--


From nobody Thu Jan 31 03: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 B62DE130EBB for <quic-issues@ietfa.amsl.com>; Thu, 31 Jan 2019 03:00:07 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -12.552
X-Spam-Level: 
X-Spam-Status: No, score=-12.552 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIMWL_WL_HIGH=-4.553, 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_PASS=-0.001] autolearn=ham autolearn_force=no
Authentication-Results: ietfa.amsl.com (amavisd-new); dkim=pass (1024-bit key) header.d=github.com
Received: from mail.ietf.org ([4.31.198.44]) by localhost (ietfa.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id E7SxUJdDSSdL for <quic-issues@ietfa.amsl.com>; Thu, 31 Jan 2019 03:00:06 -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 1B06B128CE4 for <quic-issues@ietf.org>; Thu, 31 Jan 2019 03:00:06 -0800 (PST)
Date: Thu, 31 Jan 2019 03:00:05 -0800
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1548932405; bh=GA/R2UjcRbmNr7PpM9rJ1yh3qEnOkZFKYYX2gWx6i4g=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=o+LpSJYXOTd4EuU3Ukqq3sWtrixTLxFrrncc5AjPiK/3lBs0uwrtu5pGkxPze3AY2 qAUFfdCHd3q5HzseWFb97xWFnICUwzc0yOKdJKj07F76FfaokmL7UI4YgByAY/rBpf d9Y1YlZFhSgctr4dl4PJERdcrGGuKUHxKKi8N6PQ=
From: Martin Thomson <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+0166e4ab475e858cb9176b0858ad350d32668cc353756dfa92cf00000001186a973592a169ce182664e3@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/issues/2398/459303491@github.com>
In-Reply-To: <quicwg/base-drafts/issues/2398@github.com>
References: <quicwg/base-drafts/issues/2398@github.com>
Subject: Re: [quicwg/base-drafts] Specify DCID of 0-RTT packets (#2398)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5c52d53576f3c_4f343f9ddacd45bc41969c"; 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/qj0JG8LPNUmNhm_9RK5IUH7E7Ao>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
List-Id: Notification list for GitHub issues related to the QUIC WG <quic-issues.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=unsubscribe>
List-Archive: <https://mailarchive.ietf.org/arch/browse/quic-issues/>
List-Post: <mailto:quic-issues@ietf.org>
List-Help: <mailto:quic-issues-request@ietf.org?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, 31 Jan 2019 11:00:08 -0000

----==_mimepart_5c52d53576f3c_4f343f9ddacd45bc41969c
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

We previously discussed this and the conclusion was to change to the server-selected connection ID once a packet has been received from the server.  Until then, the random value would be used.  If this is missing, then we just need some text in the 0-RTT packet section to cover this.  This probably just needs to reference [Section 7.2](https://quicwg.org/base-drafts/draft-ietf-quic-transport.html#negotiating-connection-ids), which says:

>  Upon receiving a packet, each endpoint sets the Destination Connection ID it sends to match the value of the Source Connection ID that they receive.

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/quicwg/base-drafts/issues/2398#issuecomment-459303491
----==_mimepart_5c52d53576f3c_4f343f9ddacd45bc41969c
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: quoted-printable

<p>We previously discussed this and the conclusion was to change to the s=
erver-selected connection ID once a packet has been received from the ser=
ver.  Until then, the random value would be used.  If this is missing, th=
en we just need some text in the 0-RTT packet section to cover this.  Thi=
s probably just needs to reference <a href=3D"https://quicwg.org/base-dra=
fts/draft-ietf-quic-transport.html#negotiating-connection-ids" rel=3D"nof=
ollow">Section 7.2</a>, which says:</p>
<blockquote>
<p>Upon receiving a packet, each endpoint sets the Destination Connection=
 ID it sends to match the value of the Source Connection ID that they rec=
eive.</p>
</blockquote>

<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/2398#issuecomment-459303491">view it on GitHub</a>,=
 or <a href=3D"https://github.com/notifications/unsubscribe-auth/AWbkq-FP=
01sQbHUulU7tvKxy803DOPGOks5vIsy1gaJpZM4ab-Rt">mute the thread</a>.<img sr=
c=3D"https://github.com/notifications/beacon/AWbkq3duuBbGt71jA2bHBqePWXn2=
NLQSks5vIsy1gaJpZM4ab-Rt.gif" height=3D"1" width=3D"1" alt=3D"" /></p>
<script type=3D"application/json" data-scope=3D"inboxmarkup">{"api_versio=
n":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name"=
:"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"=
quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"http=
s://github.githubassets.com/images/email/message_cards/header.png","avata=
r_image_url":"https://github.githubassets.com/images/email/message_cards/=
avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/q=
uicwg/base-drafts"}},"updates":{"snippets":[{"icon":"PERSON","message":"@=
martinthomson in #2398: We previously discussed this and the conclusion w=
as to change to the server-selected connection ID once a packet has been =
received from the server.  Until then, the random value would be used.  I=
f this is missing, then we just need some text in the 0-RTT packet sectio=
n to cover this.  This probably just needs to reference [Section 7.2](htt=
ps://quicwg.org/base-drafts/draft-ietf-quic-transport.html#negotiating-co=
nnection-ids), which says:\r\n\r\n\u003e  Upon receiving a packet, each e=
ndpoint sets the Destination Connection ID it sends to match the value of=
 the Source Connection ID that they receive."}],"action":{"name":"View Is=
sue","url":"https://github.com/quicwg/base-drafts/issues/2398#issuecommen=
t-459303491"}}}</script>
<script type=3D"application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/issues/2398#issuecomment=
-459303491",
"url": "https://github.com/quicwg/base-drafts/issues/2398#issuecomment-45=
9303491",
"name": "View Issue"
},
"description": "View this Issue on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>=

----==_mimepart_5c52d53576f3c_4f343f9ddacd45bc41969c--


From nobody Thu Jan 31 03:00:49 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 01963130ED6 for <quic-issues@ietfa.amsl.com>; Thu, 31 Jan 2019 03:00:47 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -6.007
X-Spam-Level: 
X-Spam-Status: No, score=-6.007 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIMWL_WL_HIGH=-4.553, DKIM_SIGNED=0.1, DKIM_VALID=-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_PASS=-0.001] autolearn=ham autolearn_force=no
Authentication-Results: ietfa.amsl.com (amavisd-new); dkim=pass (1024-bit key) header.d=github.com
Received: from mail.ietf.org ([4.31.198.44]) by localhost (ietfa.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id c6dikOjLVC_P for <quic-issues@ietfa.amsl.com>; Thu, 31 Jan 2019 03:00:45 -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 26BA9130ED1 for <quic-issues@ietf.org>; Thu, 31 Jan 2019 03:00:45 -0800 (PST)
DKIM-Signature: v=1; a=rsa-sha1; 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=dpzq1v7voe58KL2L0EJbW657AOo=; b=cmAhTkT5q6eFXMlT Ivv4yBIGOwiJFUcTbGcDUMloU/syUQRAawHTZ7q3JWeycEbHEiqCruCq2njujBbd 6EGNOsidTHmSTiRj1S1wUUfhM7sNhVlKCBmNHQ5ytSE7fJh5q8UWsRdGXWOg9idJ sMebHwQq0B9HZN3G7i3R0O33Ldg=
Received: by filter1848p1mdw1.sendgrid.net with SMTP id filter1848p1mdw1-14369-5C52D55B-11 2019-01-31 11:00:43.806389633 +0000 UTC m=+218149.597450424
Received: from github-lowworker-39ccb07.cp1-iad.github.net (unknown [192.30.252.40]) by ismtpd0010p1iad1.sendgrid.net (SG) with ESMTP id f9n8JzjxQBSzxVr83fYsbw for <quic-issues@ietf.org>; Thu, 31 Jan 2019 11:00:43.768 +0000 (UTC)
Received: from github.com (localhost [127.0.0.1]) by github-lowworker-39ccb07.cp1-iad.github.net (Postfix) with ESMTP id B9972400DC6 for <quic-issues@ietf.org>; Thu, 31 Jan 2019 03:00:43 -0800 (PST)
Date: Thu, 31 Jan 2019 11:00:43 +0000 (UTC)
From: Martin Thomson <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+0166e4ab2f3a20d9738ddd9dd9049b9b3bff1715865cc34492cf00000001186a975b92a169ce1789f050@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/issues/2275/459303690@github.com>
In-Reply-To: <quicwg/base-drafts/issues/2275@github.com>
References: <quicwg/base-drafts/issues/2275@github.com>
Subject: Re: [quicwg/base-drafts] Varint h3 unidirectional stream types (#2275)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5c52d55bb77a5_59ff3fa1956d45b8380195"; 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-SG-EID: l64QuQ2uJCcEyUykJbxN122A6QRmEpucztpreh3Pak2SB/9LDIFTkiJ/r3pOtG37DRyAicxUgfxHfZ ljgZQWcnm97qW4xuMbKVIx38qMmlsDNlyS4YvZpDZ23row3eg8ALS0GHxLWeqXXXQDH8Qzq3bV9sg2 L6QvWWIoFV7qIS13cfpR4uJTZ/KVovWDiuNguRsp0wEl2hs38Dg/tILgDcA5SO2i7DhGnT0RjV7WwG 0=
Archived-At: <https://mailarchive.ietf.org/arch/msg/quic-issues/rUDFiyUG7-Bf20tx2pbt_C6BKCg>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
List-Id: Notification list for GitHub issues related to the QUIC WG <quic-issues.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=unsubscribe>
List-Archive: <https://mailarchive.ietf.org/arch/browse/quic-issues/>
List-Post: <mailto:quic-issues@ietf.org>
List-Help: <mailto:quic-issues-request@ietf.org?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, 31 Jan 2019 11:00:47 -0000

----==_mimepart_5c52d55bb77a5_59ff3fa1956d45b8380195
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

Fuzzer?  I'm talking a live stack.

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/quicwg/base-drafts/issues/2275#issuecomment-459303690
----==_mimepart_5c52d55bb77a5_59ff3fa1956d45b8380195
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

<p>Fuzzer?  I'm talking a live stack.</p>

<p style="font-size:small;-webkit-text-size-adjust:none;color:#666;">&mdash;<br />You are receiving this because you are subscribed to this thread.<br />Reply to this email directly, <a href="https://github.com/quicwg/base-drafts/issues/2275#issuecomment-459303690">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AWbkqzHK_eCVifkbvzYnrUfbo0bkgB-cks5vIszbgaJpZM4ZlI-h">mute the thread</a>.<img src="https://github.com/notifications/beacon/AWbkq583P4bIbjZGG447PhQuuo9YN80cks5vIszbgaJpZM4ZlI-h.gif" height="1" width="1" alt="" /></p>
<script type="application/json" data-scope="inboxmarkup">{"api_version":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name":"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"https://github.githubassets.com/images/email/message_cards/header.png","avatar_image_url":"https://github.githubassets.com/images/email/message_cards/avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/quicwg/base-drafts"}},"updates":{"snippets":[{"icon":"PERSON","message":"@martinthomson in #2275: Fuzzer?  I'm talking a live stack."}],"action":{"name":"View Issue","url":"https://github.com/quicwg/base-drafts/issues/2275#issuecomment-459303690"}}}</script>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/issues/2275#issuecomment-459303690",
"url": "https://github.com/quicwg/base-drafts/issues/2275#issuecomment-459303690",
"name": "View Issue"
},
"description": "View this Issue on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>
----==_mimepart_5c52d55bb77a5_59ff3fa1956d45b8380195--


From nobody Thu Jan 31 03:02: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 E28B8130EBB for <quic-issues@ietfa.amsl.com>; Thu, 31 Jan 2019 03:02:18 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -11.149
X-Spam-Level: 
X-Spam-Status: No, score=-11.149 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIMWL_WL_HIGH=-4.553, 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_PASS=-0.001] autolearn=ham autolearn_force=no
Authentication-Results: ietfa.amsl.com (amavisd-new); dkim=pass (1024-bit key) header.d=github.com
Received: from mail.ietf.org ([4.31.198.44]) by localhost (ietfa.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id zX5AsqLaMjhI for <quic-issues@ietfa.amsl.com>; Thu, 31 Jan 2019 03:02:17 -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 3DEAB130ED1 for <quic-issues@ietf.org>; Thu, 31 Jan 2019 03:02:17 -0800 (PST)
Date: Thu, 31 Jan 2019 03:02:16 -0800
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1548932536; bh=irM27bjHpUcySMlScCbGf2fHIIUQwT6kVNQWzuezrNY=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=kczYf+1n1uY/bFgB/iGxdehhykeOBgbhaQHMM2DJtOiU/JyFlxTwSqTA6WiMcl+hU DXnprujAOzE8W/OxQf1+EqleF0kW9q961S/zt6acSzg2IfGvatGxP7QdyiwLno7kue 3PSB3NylsxKFfMMlEccSH+eehV5oFYDta9j9u6Zo=
From: Martin Thomson <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+0166e4abe18f6924830bf4a78b6f4333d00df6bd0f54889192cf00000001186a97b892a169ce179fbcfb@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/issues/2308/459304099@github.com>
In-Reply-To: <quicwg/base-drafts/issues/2308@github.com>
References: <quicwg/base-drafts/issues/2308@github.com>
Subject: Re: [quicwg/base-drafts] handling of coalesced packets with decryption errors creates DoS opportunity (#2308)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5c52d5b881b4b_4f183f9ddacd45bc355567"; 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/7nVanYkuODmr55q0a7rAGC67sRQ>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
List-Id: Notification list for GitHub issues related to the QUIC WG <quic-issues.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=unsubscribe>
List-Archive: <https://mailarchive.ietf.org/arch/browse/quic-issues/>
List-Post: <mailto:quic-issues@ietf.org>
List-Help: <mailto:quic-issues-request@ietf.org?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, 31 Jan 2019 11:02:19 -0000

----==_mimepart_5c52d5b881b4b_4f183f9ddacd45bc355567
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

That is a good point.  I think that the idea would be that a connection error would only be permissible if there were multiple packets of the same encryption level that could be successfully authenticated.  Endpoints would otherwise be permitted to drop any extra packets.  Note that you can just drop extra packets without checking if they decrypt.

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/quicwg/base-drafts/issues/2308#issuecomment-459304099
----==_mimepart_5c52d5b881b4b_4f183f9ddacd45bc355567
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: quoted-printable

<p>That is a good point.  I think that the idea would be that a connectio=
n error would only be permissible if there were multiple packets of the s=
ame encryption level that could be successfully authenticated.  Endpoints=
 would otherwise be permitted to drop any extra packets.  Note that you c=
an just drop extra packets without checking if they decrypt.</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/2308#issuecomment-459304099">view it on GitHub</a>,=
 or <a href=3D"https://github.com/notifications/unsubscribe-auth/AWbkq-W0=
dAO5kSrk2yCvaOoJhcmxWouLks5vIs04gaJpZM4Zy2NI">mute the thread</a>.<img sr=
c=3D"https://github.com/notifications/beacon/AWbkq0GGaogTv4m_snh7LpYOf5Mn=
EIrIks5vIs04gaJpZM4Zy2NI.gif" height=3D"1" width=3D"1" alt=3D"" /></p>
<script type=3D"application/json" data-scope=3D"inboxmarkup">{"api_versio=
n":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name"=
:"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"=
quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"http=
s://github.githubassets.com/images/email/message_cards/header.png","avata=
r_image_url":"https://github.githubassets.com/images/email/message_cards/=
avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/q=
uicwg/base-drafts"}},"updates":{"snippets":[{"icon":"PERSON","message":"@=
martinthomson in #2308: That is a good point.  I think that the idea woul=
d be that a connection error would only be permissible if there were mult=
iple packets of the same encryption level that could be successfully auth=
enticated.  Endpoints would otherwise be permitted to drop any extra pack=
ets.  Note that you can just drop extra packets without checking if they =
decrypt."}],"action":{"name":"View Issue","url":"https://github.com/quicw=
g/base-drafts/issues/2308#issuecomment-459304099"}}}</script>
<script type=3D"application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/issues/2308#issuecomment=
-459304099",
"url": "https://github.com/quicwg/base-drafts/issues/2308#issuecomment-45=
9304099",
"name": "View Issue"
},
"description": "View this Issue on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>=

----==_mimepart_5c52d5b881b4b_4f183f9ddacd45bc355567--


From nobody Thu Jan 31 03: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 4B9ED130F41 for <quic-issues@ietfa.amsl.com>; Thu, 31 Jan 2019 03:19:18 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -10.935
X-Spam-Level: 
X-Spam-Status: No, score=-10.935 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIMWL_WL_HIGH=-4.553, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, HTML_IMAGE_ONLY_24=1.618, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-1, RCVD_IN_DNSWL_HI=-5, SPF_PASS=-0.001] autolearn=ham autolearn_force=no
Authentication-Results: ietfa.amsl.com (amavisd-new); dkim=pass (1024-bit key) header.d=github.com
Received: from mail.ietf.org ([4.31.198.44]) by localhost (ietfa.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id ihTcVn2nK-tm for <quic-issues@ietfa.amsl.com>; Thu, 31 Jan 2019 03:19:16 -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 90CD8130F0E for <quic-issues@ietf.org>; Thu, 31 Jan 2019 03:19:16 -0800 (PST)
Date: Thu, 31 Jan 2019 03:19:15 -0800
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1548933555; bh=GTcOE1XQkwUl++pqmGSjlDNUwMH4rq8r8uGfp9PcWkM=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=tX5ke1RcMyu7RD/504UYJtllis02RsrAqr/lkPSrrfczioV8dNDCJIBehl0AOa3Pw GMQHMTzXzUlFeRQExYKjiFYZSCeDlivj99qvsE9s4t84cR585vVcam95dkehO75Nld TL+1AVn7RA/V3B285mEwqijmhSLtBf2QcizFDGJc=
From: Lucas Pardue <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+0166e4ab6729866984e68c1029b1bd3ec9ed08a2b38f659192cf00000001186a9bb392a169ce1789f050@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/issues/2275/459308587@github.com>
In-Reply-To: <quicwg/base-drafts/issues/2275@github.com>
References: <quicwg/base-drafts/issues/2275@github.com>
Subject: Re: [quicwg/base-drafts] Varint h3 unidirectional stream types (#2275)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5c52d9b399374_33613f8eebad45bc2945b0"; 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/wE9YAOFdKTUx-MMGF9W9YpA118o>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
List-Id: Notification list for GitHub issues related to the QUIC WG <quic-issues.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=unsubscribe>
List-Archive: <https://mailarchive.ietf.org/arch/browse/quic-issues/>
List-Post: <mailto:quic-issues@ietf.org>
List-Help: <mailto:quic-issues-request@ietf.org?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, 31 Jan 2019 11:19:23 -0000

----==_mimepart_5c52d9b399374_33613f8eebad45bc2945b0
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

Me too. To elaborate my thoughts, some of the test methods presented at EPIQ, like quic tracker, can easily write bytes-on-wire tests that exercise such handling and edge 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/issues/2275#issuecomment-459308587
----==_mimepart_5c52d9b399374_33613f8eebad45bc2945b0
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

<p>Me too. To elaborate my thoughts, some of the test methods presented at EPIQ, like quic tracker, can easily write bytes-on-wire tests that exercise such handling and edge 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/issues/2275#issuecomment-459308587">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AWbkq51_Z5lQ0DyLTEnk7-Rh3xhigLamks5vItEzgaJpZM4ZlI-h">mute the thread</a>.<img src="https://github.com/notifications/beacon/AWbkqzhLlhNbfDbsLa8_QY86yPeov4Tnks5vItEzgaJpZM4ZlI-h.gif" height="1" width="1" alt="" /></p>
<script type="application/json" data-scope="inboxmarkup">{"api_version":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name":"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"https://github.githubassets.com/images/email/message_cards/header.png","avatar_image_url":"https://github.githubassets.com/images/email/message_cards/avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/quicwg/base-drafts"}},"updates":{"snippets":[{"icon":"PERSON","message":"@LPardue in #2275: Me too. To elaborate my thoughts, some of the test methods presented at EPIQ, like quic tracker, can easily write bytes-on-wire tests that exercise such handling and edge cases "}],"action":{"name":"View Issue","url":"https://github.com/quicwg/base-drafts/issues/2275#issuecomment-459308587"}}}</script>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/issues/2275#issuecomment-459308587",
"url": "https://github.com/quicwg/base-drafts/issues/2275#issuecomment-459308587",
"name": "View Issue"
},
"description": "View this Issue on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>
----==_mimepart_5c52d9b399374_33613f8eebad45bc2945b0--


From nobody Thu Jan 31 05: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 EE0461295D8 for <quic-issues@ietfa.amsl.com>; Thu, 31 Jan 2019 05:36:34 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -11.149
X-Spam-Level: 
X-Spam-Status: No, score=-11.149 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIMWL_WL_HIGH=-4.553, 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_PASS=-0.001] autolearn=ham autolearn_force=no
Authentication-Results: ietfa.amsl.com (amavisd-new); dkim=pass (1024-bit key) header.d=github.com
Received: from mail.ietf.org ([4.31.198.44]) by localhost (ietfa.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id yxW2wdJgpsQu for <quic-issues@ietfa.amsl.com>; Thu, 31 Jan 2019 05:36:32 -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 70BD7129508 for <quic-issues@ietf.org>; Thu, 31 Jan 2019 05:36:32 -0800 (PST)
Date: Thu, 31 Jan 2019 05:36:31 -0800
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1548941791; bh=GmCLm+C6lK6aYsiJb/b4mKMGJ+I5BFH5Z//Ru69mn4g=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=IAG+nAhHYiAiBYyeThx7qHKPFV4H4Jjqela1E3dJ8Dl874DSO1xE9IeR6eCSKNoje ubrC7ra1CPcHQ7ExwLQAxwxTxM2WLNE/4kW9Q+KBngjSKpxqlVaMUXeSz0WobBtYMZ 8f5KOiGca0VbJDLaW82mvuUn+5TSQ0y1LpH07PjE=
From: Igor Lubashev <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+0166e4abf716154e97cf0e90a5ad6eee8e9889f2f53d869b92cf00000001186abbdf92a169ce179fbcfb@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/issues/2308/459346106@github.com>
In-Reply-To: <quicwg/base-drafts/issues/2308@github.com>
References: <quicwg/base-drafts/issues/2308@github.com>
Subject: Re: [quicwg/base-drafts] handling of coalesced packets with decryption errors creates DoS opportunity (#2308)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5c52f9df93468_17a23f8915ed45bc1258578"; 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/zdFGfCBQNhvHvZExa-RaFQaJI4M>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
List-Id: Notification list for GitHub issues related to the QUIC WG <quic-issues.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=unsubscribe>
List-Archive: <https://mailarchive.ietf.org/arch/browse/quic-issues/>
List-Post: <mailto:quic-issues@ietf.org>
List-Help: <mailto:quic-issues-request@ietf.org?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, 31 Jan 2019 13:36:35 -0000

----==_mimepart_5c52f9df93468_17a23f8915ed45bc1258578
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

> prohibit senders from coalescing packets of different encryption levels

What's going to prevent a man-on-a-side from recording a long-header packet and a short-header packet with different encryption levels and then sending a coalesced packet? Both will decrypt. You do not want to kill a connection 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/issues/2308#issuecomment-459346106
----==_mimepart_5c52f9df93468_17a23f8915ed45bc1258578
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: quoted-printable

<blockquote>
<p>prohibit senders from coalescing packets of different encryption level=
s</p>
</blockquote>
<p>What's going to prevent a man-on-a-side from recording a long-header p=
acket and a short-header packet with different encryption levels and then=
 sending a coalesced packet? Both will decrypt. You do not want to kill a=
 connection that way.</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/2308#issuecomment-459346106">view it on GitHub</a>,=
 or <a href=3D"https://github.com/notifications/unsubscribe-auth/AWbkq4d_=
HgLkUTa-aWX2S65gp-TVI9owks5vIvFfgaJpZM4Zy2NI">mute the thread</a>.<img sr=
c=3D"https://github.com/notifications/beacon/AWbkq5kVLCqdvByILCgq_9SgxrG0=
1k5Wks5vIvFfgaJpZM4Zy2NI.gif" height=3D"1" width=3D"1" alt=3D"" /></p>
<script type=3D"application/json" data-scope=3D"inboxmarkup">{"api_versio=
n":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name"=
:"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"=
quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"http=
s://github.githubassets.com/images/email/message_cards/header.png","avata=
r_image_url":"https://github.githubassets.com/images/email/message_cards/=
avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/q=
uicwg/base-drafts"}},"updates":{"snippets":[{"icon":"PERSON","message":"@=
igorlord in #2308: \u003e prohibit senders from coalescing packets of dif=
ferent encryption levels\r\n\r\nWhat's going to prevent a man-on-a-side f=
rom recording a long-header packet and a short-header packet with differe=
nt encryption levels and then sending a coalesced packet? Both will decry=
pt. You do not want to kill a connection that way."}],"action":{"name":"V=
iew Issue","url":"https://github.com/quicwg/base-drafts/issues/2308#issue=
comment-459346106"}}}</script>
<script type=3D"application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/issues/2308#issuecomment=
-459346106",
"url": "https://github.com/quicwg/base-drafts/issues/2308#issuecomment-45=
9346106",
"name": "View Issue"
},
"description": "View this Issue on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>=

----==_mimepart_5c52f9df93468_17a23f8915ed45bc1258578--


From nobody Thu Jan 31 07: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 55665124408 for <quic-issues@ietfa.amsl.com>; Thu, 31 Jan 2019 07:46:01 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -11.007
X-Spam-Level: 
X-Spam-Status: No, score=-11.007 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIMWL_WL_HIGH=-4.553, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, HTML_IMAGE_ONLY_20=1.546, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-1, RCVD_IN_DNSWL_HI=-5, SPF_PASS=-0.001] autolearn=ham autolearn_force=no
Authentication-Results: ietfa.amsl.com (amavisd-new); dkim=pass (1024-bit key) header.d=github.com
Received: from mail.ietf.org ([4.31.198.44]) by localhost (ietfa.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 7ryzECJzjOgI for <quic-issues@ietfa.amsl.com>; Thu, 31 Jan 2019 07: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 C98E7123FFD for <quic-issues@ietf.org>; Thu, 31 Jan 2019 07:45:59 -0800 (PST)
Date: Thu, 31 Jan 2019 07:45:58 -0800
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1548949558; bh=u9Evtc7OCCdtJMRQXTsxS3OhwJUHxGwHyDaIrAGadPQ=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=zIHE7fRzSqedLIaMre577NpXoxCEOAldD81eMYcvi2KMjSu7eYne+dMQyLIeDqn2a nbXb3qMuaYPR6OkqHvo0xslYBHyFsDWl/sz0eXS+uNnHxYucKDcMCjPaw+hho2FCCr zamWAejJ1v7ers7l3m7zqfFl5BwxsI2FoFFcUSo8=
From: MikkelFJ <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+0166e4abf0a830edd71c62dcd97735e2fcd63d4865dbdb2092cf00000001186ada3692a169ce17707793@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/issues/2233/459392986@github.com>
In-Reply-To: <quicwg/base-drafts/issues/2233@github.com>
References: <quicwg/base-drafts/issues/2233@github.com>
Subject: Re: [quicwg/base-drafts] Why are setting identifiers not varints? (#2233)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5c53183681adb_37e73f9245ad45b4600598"; 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/35CtdEfKN2GOtjxW0QpAO1Uszn8>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
List-Id: Notification list for GitHub issues related to the QUIC WG <quic-issues.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=unsubscribe>
List-Archive: <https://mailarchive.ietf.org/arch/browse/quic-issues/>
List-Post: <mailto:quic-issues@ietf.org>
List-Help: <mailto:quic-issues-request@ietf.org?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, 31 Jan 2019 15:46:01 -0000

----==_mimepart_5c53183681adb_37e73f9245ad45b4600598
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

It makes it slower to parse than JSON

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/quicwg/base-drafts/issues/2233#issuecomment-459392986
----==_mimepart_5c53183681adb_37e73f9245ad45b4600598
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

<p>It makes it slower to parse than JSON</p>

<p style="font-size:small;-webkit-text-size-adjust:none;color:#666;">&mdash;<br />You are receiving this because you are subscribed to this thread.<br />Reply to this email directly, <a href="https://github.com/quicwg/base-drafts/issues/2233#issuecomment-459392986">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AWbkq6V63NeJB4y5J3AATxNVB2zboCqPks5vIw-2gaJpZM4ZdEPb">mute the thread</a>.<img src="https://github.com/notifications/beacon/AWbkq07uvGs3pd6q2aKwBtkk_PdLz1Ciks5vIw-2gaJpZM4ZdEPb.gif" height="1" width="1" alt="" /></p>
<script type="application/json" data-scope="inboxmarkup">{"api_version":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name":"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"https://github.githubassets.com/images/email/message_cards/header.png","avatar_image_url":"https://github.githubassets.com/images/email/message_cards/avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/quicwg/base-drafts"}},"updates":{"snippets":[{"icon":"PERSON","message":"@mikkelfj in #2233: It makes it slower to parse than JSON"}],"action":{"name":"View Issue","url":"https://github.com/quicwg/base-drafts/issues/2233#issuecomment-459392986"}}}</script>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/issues/2233#issuecomment-459392986",
"url": "https://github.com/quicwg/base-drafts/issues/2233#issuecomment-459392986",
"name": "View Issue"
},
"description": "View this Issue on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>
----==_mimepart_5c53183681adb_37e73f9245ad45b4600598--


From nobody Thu Jan 31 08:43: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 2730E12DDA3 for <quic-issues@ietfa.amsl.com>; Thu, 31 Jan 2019 08:43:49 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -10.935
X-Spam-Level: 
X-Spam-Status: No, score=-10.935 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIMWL_WL_HIGH=-4.553, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, HTML_IMAGE_ONLY_24=1.618, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-1, RCVD_IN_DNSWL_HI=-5, SPF_PASS=-0.001] autolearn=ham autolearn_force=no
Authentication-Results: ietfa.amsl.com (amavisd-new); dkim=pass (1024-bit key) header.d=github.com
Received: from mail.ietf.org ([4.31.198.44]) by localhost (ietfa.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id hFWQAUR92K5k for <quic-issues@ietfa.amsl.com>; Thu, 31 Jan 2019 08:43: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 98B3F126F72 for <quic-issues@ietf.org>; Thu, 31 Jan 2019 08:43:47 -0800 (PST)
Date: Thu, 31 Jan 2019 08:43:46 -0800
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1548953026; bh=yL3cAqcX+6rjFg0bhBXun52uV1blBEvsuYfJ71GnZ40=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=LpkzJEf5FQTjoDbyfsowkzFpnB7VoJ5FMg7uinhA2mXy8RP0Mf323zZQgo2ILUCIA McCMT/YpY30ohV+HJW9zTOADGixVGbJf4aq+OBQbBWpVebCQQtOAxIBMW/3Hp64yuI e+gvQ/qQX/K4P9d3hX+Pd7OkdeHtHeMX5OU6t5kA=
From: MikkelFJ <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+0166e4ab9fb4b36a2d89afdbd0501a5220a04190ba663a5292cf00000001186ae7c292a169ce180eb2c5@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/issues/2372/459415449@github.com>
In-Reply-To: <quicwg/base-drafts/issues/2372@github.com>
References: <quicwg/base-drafts/issues/2372@github.com>
Subject: Re: [quicwg/base-drafts] PATH_* frames should not be ACK-eliciting (#2372)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5c5325c25d077_66fe3fa8c00d45b4724be"; 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/ws6zWrnOidWl5ZgOkpOsqvIbgpM>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
List-Id: Notification list for GitHub issues related to the QUIC WG <quic-issues.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=unsubscribe>
List-Archive: <https://mailarchive.ietf.org/arch/browse/quic-issues/>
List-Post: <mailto:quic-issues@ietf.org>
List-Help: <mailto:quic-issues-request@ietf.org?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, 31 Jan 2019 16:43:49 -0000

----==_mimepart_5c5325c25d077_66fe3fa8c00d45b4724be
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

If you consider future multi-path where you might want to ACK on specific paths for RTT reasons, it might simplify things to not mix in PATH_* in the equation.

If you consider RTT today, it might be misleading to ACK on a different path that could have a very different RTT measure.

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/quicwg/base-drafts/issues/2372#issuecomment-459415449
----==_mimepart_5c5325c25d077_66fe3fa8c00d45b4724be
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: quoted-printable

<p>If you consider future multi-path where you might want to ACK on speci=
fic paths for RTT reasons, it might simplify things to not mix in PATH_* =
in the equation.</p>
<p>If you consider RTT today, it might be misleading to ACK on a differen=
t path that could have a very different RTT measure.</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/2372#issuecomment-459415449">view it on GitHub</a>,=
 or <a href=3D"https://github.com/notifications/unsubscribe-auth/AWbkqz3p=
iGA35m0RuwlO9DKvWqklokmFks5vIx1CgaJpZM4aVCpa">mute the thread</a>.<img sr=
c=3D"https://github.com/notifications/beacon/AWbkqwYevJEhaxbzu64n9fS9iMV3=
7zUuks5vIx1CgaJpZM4aVCpa.gif" height=3D"1" width=3D"1" alt=3D"" /></p>
<script type=3D"application/json" data-scope=3D"inboxmarkup">{"api_versio=
n":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name"=
:"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"=
quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"http=
s://github.githubassets.com/images/email/message_cards/header.png","avata=
r_image_url":"https://github.githubassets.com/images/email/message_cards/=
avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/q=
uicwg/base-drafts"}},"updates":{"snippets":[{"icon":"PERSON","message":"@=
mikkelfj in #2372: If you consider future multi-path where you might want=
 to ACK on specific paths for RTT reasons, it might simplify things to no=
t mix in PATH_* in the equation.\r\n\r\nIf you consider RTT today, it mig=
ht be misleading to ACK on a different path that could have a very differ=
ent RTT measure."}],"action":{"name":"View Issue","url":"https://github.c=
om/quicwg/base-drafts/issues/2372#issuecomment-459415449"}}}</script>
<script type=3D"application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/issues/2372#issuecomment=
-459415449",
"url": "https://github.com/quicwg/base-drafts/issues/2372#issuecomment-45=
9415449",
"name": "View Issue"
},
"description": "View this Issue on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>=

----==_mimepart_5c5325c25d077_66fe3fa8c00d45b4724be--


From nobody Thu Jan 31 08:56:41 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 F2D42128D0C for <quic-issues@ietfa.amsl.com>; Thu, 31 Jan 2019 08:56:39 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -5.935
X-Spam-Level: 
X-Spam-Status: No, score=-5.935 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIMWL_WL_HIGH=-4.553, DKIM_SIGNED=0.1, DKIM_VALID=-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_PASS=-0.001] autolearn=ham autolearn_force=no
Authentication-Results: ietfa.amsl.com (amavisd-new); dkim=pass (1024-bit key) header.d=github.com
Received: from mail.ietf.org ([4.31.198.44]) by localhost (ietfa.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id zT7PbF7S293B for <quic-issues@ietfa.amsl.com>; Thu, 31 Jan 2019 08:56:38 -0800 (PST)
Received: from o4.sgmail.github.com (o4.sgmail.github.com [192.254.112.99]) (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 6D280130DCB for <quic-issues@ietf.org>; Thu, 31 Jan 2019 08:56:36 -0800 (PST)
DKIM-Signature: v=1; a=rsa-sha1; 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=ZfGwZOIuRcCSel9WQYZD/It5/Ws=; b=shPsr6rYMUC0lfWZ ckRo1f3CX6XAe+VZkx2pM4e7BqOqm3+1eeNLs/sYAOlZVg6DL41UUaEQXfw4xYi2 F+Dr45ESrtMFonCHCOQoXl7EAo9qJbsipqeGaL+4FJYg7mRvq1vrcXJ8zQeWLylb QE/7tuwfUGPZgdnD3wrgMaKpj7U=
Received: by filter1059p1las1.sendgrid.net with SMTP id filter1059p1las1-463-5C5328BC-19 2019-01-31 16:56:28.47833449 +0000 UTC m=+238422.067721762
Received: from github-lowworker-1c220e1.cp1-iad.github.net (unknown [192.30.252.44]) by ismtpd0012p1iad1.sendgrid.net (SG) with ESMTP id 4vefyjW3TS-Dqb7dt8U9-Q for <quic-issues@ietf.org>; Thu, 31 Jan 2019 16:56:28.343 +0000 (UTC)
Received: from github.com (localhost [127.0.0.1]) by github-lowworker-1c220e1.cp1-iad.github.net (Postfix) with ESMTP id 522A916039B for <quic-issues@ietf.org>; Thu, 31 Jan 2019 08:56:28 -0800 (PST)
Date: Thu, 31 Jan 2019 16:56:28 +0000 (UTC)
From: MikkelFJ <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+0166e4abaeac07e6016b76d2f18cb854e3fd65c2acf2dccb92cf00000001186aeabc92a169ce171b138c@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/issues/2100/459420484@github.com>
In-Reply-To: <quicwg/base-drafts/issues/2100@github.com>
References: <quicwg/base-drafts/issues/2100@github.com>
Subject: Re: [quicwg/base-drafts] Avoid creating QPACK codec streams when unnecessary (#2100)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5c5328bc50917_73d73f8378ad45b8217964"; 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
X-SG-EID: l64QuQ2uJCcEyUykJbxN122A6QRmEpucztpreh3Pak09weVin0YNsbBPZYxdc2bMF9+CxdKne11OjM TECVMzDIr8TwIuwoyPTqvv3YgTy0LmYH0HI+aKGX5hJiOUt1vImtiJk+H4coDc32L7WzH2JIr9Bi7P 8zXjZ/QZZUVZ6v9szcckAQm86sp/WA2DQBhYzRu9Cfo4lDi6Aipb4QaPBw==
Archived-At: <https://mailarchive.ietf.org/arch/msg/quic-issues/rGwDKZDs46k7geFRJdsYidTElMA>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
List-Id: Notification list for GitHub issues related to the QUIC WG <quic-issues.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=unsubscribe>
List-Archive: <https://mailarchive.ietf.org/arch/browse/quic-issues/>
List-Post: <mailto:quic-issues@ietf.org>
List-Help: <mailto:quic-issues-request@ietf.org?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, 31 Jan 2019 16:56:40 -0000

----==_mimepart_5c5328bc50917_73d73f8378ad45b8217964
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

And make sure that constrained devices can trivially detect and reset non-forbidden forbidden streams instead of assigning 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/2100#issuecomment-459420484
----==_mimepart_5c5328bc50917_73d73f8378ad45b8217964
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

<p>And make sure that constrained devices can trivially detect and reset non-forbidden forbidden streams instead of assigning 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/2100#issuecomment-459420484">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AWbkq2TmSnz-cP7ZwSw91hxaQQ61N9z9ks5vIyA8gaJpZM4ZCQkd">mute the thread</a>.<img src="https://github.com/notifications/beacon/AWbkqyvUyWvglTW0sGg9CTQDjm6Xr2JQks5vIyA8gaJpZM4ZCQkd.gif" height="1" width="1" alt="" /></p>
<script type="application/json" data-scope="inboxmarkup">{"api_version":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name":"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"https://github.githubassets.com/images/email/message_cards/header.png","avatar_image_url":"https://github.githubassets.com/images/email/message_cards/avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/quicwg/base-drafts"}},"updates":{"snippets":[{"icon":"PERSON","message":"@mikkelfj in #2100: And make sure that constrained devices can trivially detect and reset non-forbidden forbidden streams instead of assigning state."}],"action":{"name":"View Issue","url":"https://github.com/quicwg/base-drafts/issues/2100#issuecomment-459420484"}}}</script>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/issues/2100#issuecomment-459420484",
"url": "https://github.com/quicwg/base-drafts/issues/2100#issuecomment-459420484",
"name": "View Issue"
},
"description": "View this Issue on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>
----==_mimepart_5c5328bc50917_73d73f8378ad45b8217964--


From nobody Thu Jan 31 14: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 BF6D1130F96 for <quic-issues@ietfa.amsl.com>; Thu, 31 Jan 2019 14:05:23 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -12.552
X-Spam-Level: 
X-Spam-Status: No, score=-12.552 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIMWL_WL_HIGH=-4.553, 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_PASS=-0.001] autolearn=ham autolearn_force=no
Authentication-Results: ietfa.amsl.com (amavisd-new); dkim=pass (1024-bit key) header.d=github.com
Received: from mail.ietf.org ([4.31.198.44]) by localhost (ietfa.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 5MkB8t3roXDV for <quic-issues@ietfa.amsl.com>; Thu, 31 Jan 2019 14:05: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 D4932130FD4 for <quic-issues@ietf.org>; Thu, 31 Jan 2019 14:05:17 -0800 (PST)
Date: Thu, 31 Jan 2019 14:05:16 -0800
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1548972316; bh=Uk49XgdNX8KBJKZ+zgdQ+TcW6LKYFHUQuqoAOr8k+ZU=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=mfGidtRgl4wq52IJQwZAHJFgoiVYN0/AYhnh1NIp1R0b5SvsfTyvuc7uKf6o+oi55 3uTXIiNgozP9NqKuM2PNBjCnBB244z049iEATneJl5aI4iLWO3qkxwycNoQn0dKQjf fbhzJmVdjG9RMtCHMOudxgEpzhpU4FC0lDRi9K2A=
From: Kazuho Oku <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+0166e4ab127aa3c49d1d4badd06786b0c98b98db011790ec92cf00000001186b331c92a169ce174d10b9@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/issues/2180/459524221@github.com>
In-Reply-To: <quicwg/base-drafts/issues/2180@github.com>
References: <quicwg/base-drafts/issues/2180@github.com>
Subject: Re: [quicwg/base-drafts] Is Retry a new connection or what? (#2180)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5c53711c6fee3_40be3f96c3cd45bc62865"; 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/_Z5qbQVS4HXZE0krcnRySnnRePk>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
List-Id: Notification list for GitHub issues related to the QUIC WG <quic-issues.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=unsubscribe>
List-Archive: <https://mailarchive.ietf.org/arch/browse/quic-issues/>
List-Post: <mailto:quic-issues@ietf.org>
List-Help: <mailto:quic-issues-request@ietf.org?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, 31 Jan 2019 22:05:24 -0000

----==_mimepart_5c53711c6fee3_40be3f96c3cd45bc62865
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

IIUC, we are going to require the Hello to be the same and to not reset the PN when receiving a Retry.

Assuming that is true, do we need to keep the statement that says that the server CID "MUST not be equal to the Destination Connection ID field of the packet sent by the client"?

I think we can remove it now (for simplicity).

See also: #2179

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/quicwg/base-drafts/issues/2180#issuecomment-459524221
----==_mimepart_5c53711c6fee3_40be3f96c3cd45bc62865
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: quoted-printable

<p>IIUC, we are going to require the Hello to be the same and to not rese=
t the PN when receiving a Retry.</p>
<p>Assuming that is true, do we need to keep the statement that says that=
 the server CID "MUST not be equal to the Destination Connection ID field=
 of the packet sent by the client"?</p>
<p>I think we can remove it now (for simplicity).</p>
<p>See also: <a class=3D"issue-link js-issue-link" data-error-text=3D"Fai=
led to load issue title" data-id=3D"390923204" data-permission-text=3D"Is=
sue title is private" data-url=3D"https://github.com/quicwg/base-drafts/i=
ssues/2179" data-hovercard-type=3D"issue" data-hovercard-url=3D"/quicwg/b=
ase-drafts/issues/2179/hovercard" href=3D"https://github.com/quicwg/base-=
drafts/issues/2179">#2179</a></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/2180#issuecomment-459524221">view it on GitHub</a>,=
 or <a href=3D"https://github.com/notifications/unsubscribe-auth/AWbkqwUj=
6GmPGO_Xg56wOImpfwoRG1Hoks5vI2icgaJpZM4ZSts9">mute the thread</a>.<img sr=
c=3D"https://github.com/notifications/beacon/AWbkqww9Ima8DkETKYowKv5pURRA=
b0GGks5vI2icgaJpZM4ZSts9.gif" height=3D"1" width=3D"1" alt=3D"" /></p>
<script type=3D"application/json" data-scope=3D"inboxmarkup">{"api_versio=
n":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name"=
:"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"=
quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"http=
s://github.githubassets.com/images/email/message_cards/header.png","avata=
r_image_url":"https://github.githubassets.com/images/email/message_cards/=
avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/q=
uicwg/base-drafts"}},"updates":{"snippets":[{"icon":"PERSON","message":"@=
kazuho in #2180: IIUC, we are going to require the Hello to be the same a=
nd to not reset the PN when receiving a Retry.\r\n\r\nAssuming that is tr=
ue, do we need to keep the statement that says that the server CID \"MUST=
 not be equal to the Destination Connection ID field of the packet sent b=
y the client\"?\r\n\r\nI think we can remove it now (for simplicity).\r\n=
\r\nSee also: #2179"}],"action":{"name":"View Issue","url":"https://githu=
b.com/quicwg/base-drafts/issues/2180#issuecomment-459524221"}}}</script>
<script type=3D"application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/issues/2180#issuecomment=
-459524221",
"url": "https://github.com/quicwg/base-drafts/issues/2180#issuecomment-45=
9524221",
"name": "View Issue"
},
"description": "View this Issue on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>=

----==_mimepart_5c53711c6fee3_40be3f96c3cd45bc62865--


From nobody Thu Jan 31 15:12: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 DF46A1310A2 for <quic-issues@ietfa.amsl.com>; Thu, 31 Jan 2019 15:12:42 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -10.935
X-Spam-Level: 
X-Spam-Status: No, score=-10.935 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIMWL_WL_HIGH=-4.553, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, HTML_IMAGE_ONLY_24=1.618, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-1, RCVD_IN_DNSWL_HI=-5, SPF_PASS=-0.001] autolearn=ham autolearn_force=no
Authentication-Results: ietfa.amsl.com (amavisd-new); dkim=pass (1024-bit key) header.d=github.com
Received: from mail.ietf.org ([4.31.198.44]) by localhost (ietfa.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 6tqVkkEFy5ez for <quic-issues@ietfa.amsl.com>; Thu, 31 Jan 2019 15:12:41 -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 E760B1310A1 for <quic-issues@ietf.org>; Thu, 31 Jan 2019 15:12:40 -0800 (PST)
Date: Thu, 31 Jan 2019 15:12:39 -0800
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1548976359; bh=+8ug7/LWxdPGd0Xhe4037nGdQAp/cU6bTTc2PpJX3Rk=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=CYj2Hn5vwG9xn71GfY7a96AtSHdbX4+EkhtbNrq4UzuQIuf8aCh9lxwdg/tH7KX9S +QTjJXcFOR+b+BEnXMh9R8YjD2bdN5fb9RZ68F5psaqUXFm4Xg3vUJNyUqxZZy74o7 xjahEo8/XyvhEaBx6JGhpgOKFp8UsN8dMLWsedFM=
From: Martin Thomson <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+0166e4ab641962eb8063f30941da9b421ea1a895ffd1575f92cf00000001186b42e792a169ce174d10b9@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/issues/2180/459542895@github.com>
In-Reply-To: <quicwg/base-drafts/issues/2180@github.com>
References: <quicwg/base-drafts/issues/2180@github.com>
Subject: Re: [quicwg/base-drafts] Is Retry a new connection or what? (#2180)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5c5380e7eb32e_5d2c3f9e58cd45c0156960"; 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/owJqVNZ7zYDZQDRzTX5Ju5ThFwA>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
List-Id: Notification list for GitHub issues related to the QUIC WG <quic-issues.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=unsubscribe>
List-Archive: <https://mailarchive.ietf.org/arch/browse/quic-issues/>
List-Post: <mailto:quic-issues@ietf.org>
List-Help: <mailto:quic-issues-request@ietf.org?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, 31 Jan 2019 23:12:43 -0000

----==_mimepart_5c5380e7eb32e_5d2c3f9e58cd45c0156960
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

@kazuho, that requirement also exists to ensure that the server doesn't fake out the ODCID transport parameter. I think we're should keep that 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/2180#issuecomment-459542895
----==_mimepart_5c5380e7eb32e_5d2c3f9e58cd45c0156960
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 requirement also exists to ensure that the server doesn't fake out the ODCID transport parameter. I think we're should keep that 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/2180#issuecomment-459542895">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AWbkq_MJ8zmjFe5b7JbaLXrUenEfXCshks5vI3hngaJpZM4ZSts9">mute the thread</a>.<img src="https://github.com/notifications/beacon/AWbkq231eflD9Gr-Iko3ivJafHKNpY5lks5vI3hngaJpZM4ZSts9.gif" height="1" width="1" alt="" /></p>
<script type="application/json" data-scope="inboxmarkup">{"api_version":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name":"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"https://github.githubassets.com/images/email/message_cards/header.png","avatar_image_url":"https://github.githubassets.com/images/email/message_cards/avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/quicwg/base-drafts"}},"updates":{"snippets":[{"icon":"PERSON","message":"@martinthomson in #2180: @kazuho, that requirement also exists to ensure that the server doesn't fake out the ODCID transport parameter. I think we're should keep that bit."}],"action":{"name":"View Issue","url":"https://github.com/quicwg/base-drafts/issues/2180#issuecomment-459542895"}}}</script>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/issues/2180#issuecomment-459542895",
"url": "https://github.com/quicwg/base-drafts/issues/2180#issuecomment-459542895",
"name": "View Issue"
},
"description": "View this Issue on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>
----==_mimepart_5c5380e7eb32e_5d2c3f9e58cd45c0156960--


From nobody Thu Jan 31 16: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 566A4131130 for <quic-issues@ietfa.amsl.com>; Thu, 31 Jan 2019 16:16:23 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -10.935
X-Spam-Level: 
X-Spam-Status: No, score=-10.935 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIMWL_WL_HIGH=-4.553, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, HTML_IMAGE_ONLY_24=1.618, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-1, RCVD_IN_DNSWL_HI=-5, SPF_PASS=-0.001] autolearn=ham autolearn_force=no
Authentication-Results: ietfa.amsl.com (amavisd-new); dkim=pass (1024-bit key) header.d=github.com
Received: from mail.ietf.org ([4.31.198.44]) by localhost (ietfa.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id L4foUBTGO7nD for <quic-issues@ietfa.amsl.com>; Thu, 31 Jan 2019 16:16: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 75A4C13112C for <quic-issues@ietf.org>; Thu, 31 Jan 2019 16:16:21 -0800 (PST)
Date: Thu, 31 Jan 2019 16:16:20 -0800
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1548980180; bh=+R4TLgFIKQZYaEYoG6DSDgCq9yZALvGhVHcBJQPIEP4=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=KP/sBZmMc8iT+SfnzmFtEFWrQhJs8qSjMer6Mq21N5q7U8jZACZjKockhwWAlE+q5 IJcWdnsSPsLe1I1+SS6WdqwCghVhQFSNeKyb8N08EWqOQNiB154+GOaoRXcLPnt0CL MPXsIZQi8UaF9fFr5/tng3Q1B1of0abPEIIZnuZM=
From: ianswett <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+0166e4ab93fc9a3cfcdda19d5d439aa316a359b6411a1f0292cf00000001186b51d492a169ce179fbcfb@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/issues/2308/459557503@github.com>
In-Reply-To: <quicwg/base-drafts/issues/2308@github.com>
References: <quicwg/base-drafts/issues/2308@github.com>
Subject: Re: [quicwg/base-drafts] handling of coalesced packets with decryption errors creates DoS opportunity (#2308)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5c538fd444a27_74903fad5ced45c4114035"; 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/TKgxP-COTxRowFWEeoe5OYQaamM>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
List-Id: Notification list for GitHub issues related to the QUIC WG <quic-issues.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=unsubscribe>
List-Archive: <https://mailarchive.ietf.org/arch/browse/quic-issues/>
List-Post: <mailto:quic-issues@ietf.org>
List-Help: <mailto:quic-issues-request@ietf.org?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 Feb 2019 00:16:23 -0000

----==_mimepart_5c538fd444a27_74903fad5ced45c4114035
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

@martinthomson I believe you meant prohibit senders from coalescing packets of the same(not different) encryption level, 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/2308#issuecomment-459557503
----==_mimepart_5c538fd444a27_74903fad5ced45c4114035
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> I believe you meant prohibit senders from coalescing packets of the same(not different) encryption level, 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/2308#issuecomment-459557503">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AWbkqxOEZ0tmLX5qduAbGA0JSdTJ5aYOks5vI4dUgaJpZM4Zy2NI">mute the thread</a>.<img src="https://github.com/notifications/beacon/AWbkq4XI9SLmRMbG6azTNwi6-WW2HK33ks5vI4dUgaJpZM4Zy2NI.gif" height="1" width="1" alt="" /></p>
<script type="application/json" data-scope="inboxmarkup">{"api_version":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name":"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"https://github.githubassets.com/images/email/message_cards/header.png","avatar_image_url":"https://github.githubassets.com/images/email/message_cards/avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/quicwg/base-drafts"}},"updates":{"snippets":[{"icon":"PERSON","message":"@ianswett in #2308: @martinthomson I believe you meant prohibit senders from coalescing packets of the same(not different) encryption level, correct?"}],"action":{"name":"View Issue","url":"https://github.com/quicwg/base-drafts/issues/2308#issuecomment-459557503"}}}</script>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/issues/2308#issuecomment-459557503",
"url": "https://github.com/quicwg/base-drafts/issues/2308#issuecomment-459557503",
"name": "View Issue"
},
"description": "View this Issue on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>
----==_mimepart_5c538fd444a27_74903fad5ced45c4114035--


From nobody Thu Jan 31 16:49: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 7B573131184 for <quic-issues@ietfa.amsl.com>; Thu, 31 Jan 2019 16:49:35 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -11.149
X-Spam-Level: 
X-Spam-Status: No, score=-11.149 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIMWL_WL_HIGH=-4.553, 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_PASS=-0.001] autolearn=ham autolearn_force=no
Authentication-Results: ietfa.amsl.com (amavisd-new); dkim=pass (1024-bit key) header.d=github.com
Received: from mail.ietf.org ([4.31.198.44]) by localhost (ietfa.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id LrW36f1PN4Ge for <quic-issues@ietfa.amsl.com>; Thu, 31 Jan 2019 16:49:33 -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 8B684131189 for <quic-issues@ietf.org>; Thu, 31 Jan 2019 16:49:33 -0800 (PST)
Date: Thu, 31 Jan 2019 16:49:32 -0800
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1548982172; bh=T2Bqx2EO7VMLs94j541SffMo0/SiqjMDYeWKbNXpp+4=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=po9bAJLqTxekQNZPFdsA0PouslUSPr/N7aU8Lbh9MtT0uWfijadOl3InVbx8ItXu8 ejybul7Ez6vSCJAfr1FrRp/IbfgY/m1PpOTPWJFOsqiH4ousWefFtTW05SOaTCwH/6 mdEY6ZnhZ3q+kTR9uHYgRuz2Ggaxj0zN4ETKw15M=
From: Christian Huitema <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/2370/push/3264582280@github.com>
In-Reply-To: <quicwg/base-drafts/pull/2370@github.com>
References: <quicwg/base-drafts/pull/2370@github.com>
Subject: Re: [quicwg/base-drafts] Stronger migration handshake (#2370)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5c53979c48309_1dd63f8776ad45c012892"; charset=UTF-8
Content-Transfer-Encoding: 7bit
Precedence: list
X-GitHub-Sender: huitema
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/va38YvVTljAe63JV3YocVLeeYwE>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
List-Id: Notification list for GitHub issues related to the QUIC WG <quic-issues.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=unsubscribe>
List-Archive: <https://mailarchive.ietf.org/arch/browse/quic-issues/>
List-Post: <mailto:quic-issues@ietf.org>
List-Help: <mailto:quic-issues-request@ietf.org?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 Feb 2019 00:49:35 -0000

----==_mimepart_5c53979c48309_1dd63f8776ad45c012892
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

@huitema pushed 1 commit.

4b096a19558f17aa9539868cd4767f6dbb0b0203  Per Tokyo interop: editors will complete the section "handshake completion", and the migration conditions will then be explained.


-- 
You are receiving this because you are subscribed to this thread.
View it on GitHub:
https://github.com/quicwg/base-drafts/pull/2370/files/cdaf4ff621a0a6f2ed841c758828ec3610f0cb6c..4b096a19558f17aa9539868cd4767f6dbb0b0203

----==_mimepart_5c53979c48309_1dd63f8776ad45c012892
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

<p><a href="https://github.com/huitema" class="user-mention">@huitema</a> pushed 1 commit.</p>

<ul>
  <li><a class="commit-link" href="https://github.com/quicwg/base-drafts/commit/4b096a19558f17aa9539868cd4767f6dbb0b0203">4b096a1</a>  Per Tokyo interop: editors will complete the section &quot;handshake completion&quot;, and the migration conditions will then be explained.</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/2370/files/cdaf4ff621a0a6f2ed841c758828ec3610f0cb6c..4b096a19558f17aa9539868cd4767f6dbb0b0203">View it on GitHub</a> or <a href="https://github.com/notifications/unsubscribe-auth/AWbkq1mTjlzv4jTtZu_uXirK5HTSinTnks5vI48cgaJpZM4aUhBL">mute the thread</a>.<img src="https://github.com/notifications/beacon/AWbkqwzsoCEJWVSNZAFgdS9jBiWI0Zunks5vI48cgaJpZM4aUhBL.gif" height="1" width="1" alt="" /></p>
<script type="application/json" data-scope="inboxmarkup">{"api_version":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name":"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"https://github.githubassets.com/images/email/message_cards/header.png","avatar_image_url":"https://github.githubassets.com/images/email/message_cards/avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/quicwg/base-drafts"}},"updates":{"snippets":[{"icon":"PERSON","message":"@huitema pushed 1 commit in #2370"}],"action":{"name":"View Pull Request","url":"https://github.com/quicwg/base-drafts/pull/2370/files/cdaf4ff621a0a6f2ed841c758828ec3610f0cb6c..4b096a19558f17aa9539868cd4767f6dbb0b0203"}}}</script>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/pull/2370/files/cdaf4ff621a0a6f2ed841c758828ec3610f0cb6c..4b096a19558f17aa9539868cd4767f6dbb0b0203",
"url": "https://github.com/quicwg/base-drafts/pull/2370/files/cdaf4ff621a0a6f2ed841c758828ec3610f0cb6c..4b096a19558f17aa9539868cd4767f6dbb0b0203",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>

----==_mimepart_5c53979c48309_1dd63f8776ad45c012892--


From nobody Thu Jan 31 16: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 C2994131191 for <quic-issues@ietfa.amsl.com>; Thu, 31 Jan 2019 16:52:15 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -10.935
X-Spam-Level: 
X-Spam-Status: No, score=-10.935 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIMWL_WL_HIGH=-4.553, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, HTML_IMAGE_ONLY_24=1.618, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-1, RCVD_IN_DNSWL_HI=-5, SPF_PASS=-0.001] autolearn=ham autolearn_force=no
Authentication-Results: ietfa.amsl.com (amavisd-new); dkim=pass (1024-bit key) header.d=github.com
Received: from mail.ietf.org ([4.31.198.44]) by localhost (ietfa.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 7ym9ckNBjRHT for <quic-issues@ietfa.amsl.com>; Thu, 31 Jan 2019 16:52:14 -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 1A42313118E for <quic-issues@ietf.org>; Thu, 31 Jan 2019 16:52:14 -0800 (PST)
Date: Thu, 31 Jan 2019 16:52:13 -0800
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1548982333; bh=xu+ZKnqVX/k1KJ+P6pj+usLCpStbqjN/onw1Phf9TF4=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=bZi+o2E18JaYZ1AK8C0VrhGO0+212yrWNPirvkOGxl3WbE1/Hnge+PuT1TQv0l6nT RtfPk2nF43khLCDwYksSYG4kn9Qb35qvYBCKwYZMLUSInsvGKw1G6eBb+AZiYYlEJ+ uSJX5OivW1OmPQTlh5KzQFOnpHC707RNyTemHkWM=
From: Kazuho Oku <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+0166e4abfcff12b9f27449ec638ac2688866157569650d0c92cf00000001186b5a3d92a169ce174d10b9@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/issues/2180/459564697@github.com>
In-Reply-To: <quicwg/base-drafts/issues/2180@github.com>
References: <quicwg/base-drafts/issues/2180@github.com>
Subject: Re: [quicwg/base-drafts] Is Retry a new connection or what? (#2180)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5c53983d8772_74603f9ae8ad45b82076e6"; 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/qlmREG0LTJkAUjkWQZjIoBtfd94>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
List-Id: Notification list for GitHub issues related to the QUIC WG <quic-issues.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=unsubscribe>
List-Archive: <https://mailarchive.ietf.org/arch/browse/quic-issues/>
List-Post: <mailto:quic-issues@ietf.org>
List-Help: <mailto:quic-issues-request@ietf.org?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 Feb 2019 00:52:16 -0000

----==_mimepart_5c53983d8772_74603f9ae8ad45b82076e6
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

@martinthomson Ah thank you for pointing out that. 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/issues/2180#issuecomment-459564697
----==_mimepart_5c53983d8772_74603f9ae8ad45b82076e6
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> Ah thank you for pointing out that. 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/issues/2180#issuecomment-459564697">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AWbkqxdujb93xv_yP_N1TnzZ8OhfjhHJks5vI4-9gaJpZM4ZSts9">mute the thread</a>.<img src="https://github.com/notifications/beacon/AWbkqyV1tJBumK_bafqiNiup1c6jIN3Uks5vI4-9gaJpZM4ZSts9.gif" height="1" width="1" alt="" /></p>
<script type="application/json" data-scope="inboxmarkup">{"api_version":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name":"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"https://github.githubassets.com/images/email/message_cards/header.png","avatar_image_url":"https://github.githubassets.com/images/email/message_cards/avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/quicwg/base-drafts"}},"updates":{"snippets":[{"icon":"PERSON","message":"@kazuho in #2180: @martinthomson Ah thank you for pointing out that. Agreed."}],"action":{"name":"View Issue","url":"https://github.com/quicwg/base-drafts/issues/2180#issuecomment-459564697"}}}</script>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/issues/2180#issuecomment-459564697",
"url": "https://github.com/quicwg/base-drafts/issues/2180#issuecomment-459564697",
"name": "View Issue"
},
"description": "View this Issue on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>
----==_mimepart_5c53983d8772_74603f9ae8ad45b82076e6--


From nobody Thu Jan 31 16:54: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 751B4131195 for <quic-issues@ietfa.amsl.com>; Thu, 31 Jan 2019 16:54:19 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -12.552
X-Spam-Level: 
X-Spam-Status: No, score=-12.552 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIMWL_WL_HIGH=-4.553, 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_PASS=-0.001] autolearn=ham autolearn_force=no
Authentication-Results: ietfa.amsl.com (amavisd-new); dkim=pass (1024-bit key) header.d=github.com
Received: from mail.ietf.org ([4.31.198.44]) by localhost (ietfa.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id FnPvGkiKmAgI for <quic-issues@ietfa.amsl.com>; Thu, 31 Jan 2019 16:54:17 -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 426B3131192 for <quic-issues@ietf.org>; Thu, 31 Jan 2019 16:54:17 -0800 (PST)
Date: Thu, 31 Jan 2019 16:54:16 -0800
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1548982456; bh=v6CJvkUrdZ5Fjg9yDc7+5EcRtJRijeC8VgLehnFmZfI=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=gjVK8eHf5vMJgSZ+d584uqViNga2jUUEKk1DvyNZutGRc+0Mx/bVJdUS7bnMYOTZE 9eT2koi1yHdimb87QhwU3fQwo5mzFDF32xV+RrZb1fkCWzWvM4kXB6s4XYmQflTllr bCzoolePhVU6lgeYJzkCkBtwqqlUFgF3WWjvk2oQ=
From: Christian Huitema <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+0166e4abf1e0156beb803992fe999b0d698f19bb2b8e415e92cf00000001186b5ab892a169ce180d1061@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/pull/2370/review/198887464@github.com>
In-Reply-To: <quicwg/base-drafts/pull/2370@github.com>
References: <quicwg/base-drafts/pull/2370@github.com>
Subject: Re: [quicwg/base-drafts] Stronger migration handshake (#2370)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5c5398b84b5e5_9dc3f87f9ad45c46874a"; 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/amc88uXC7Q75pQOuYmjvbSEmvRY>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
List-Id: Notification list for GitHub issues related to the QUIC WG <quic-issues.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=unsubscribe>
List-Archive: <https://mailarchive.ietf.org/arch/browse/quic-issues/>
List-Post: <mailto:quic-issues@ietf.org>
List-Help: <mailto:quic-issues-request@ietf.org?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 Feb 2019 00:54:20 -0000

----==_mimepart_5c5398b84b5e5_9dc3f87f9ad45c46874a
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

huitema commented on this pull request.



> +The connection establishment handshake concludes when both parties have
+successfully agreed on the protocol version and on encryption keys, and
+have obtained insurance that all necessary Initial and Handshake messages
+have been properly received by their peers, as defined in {{QUIC-TLS}}.
+
+For the server, this is achieved when the TLS stack informs the
+transport that the session establishment is complete, and that the
+1-RTT receive keys can now be used, as indicated in section 4.1.3 of
+{{QUIC-TLS}}.
+
+For the client, this is achieved after the 1-RTT keys become available 
+when the server acknowledges either the client's Handshake message carrying
+the last element of the Crypto Stream or an 1-RTT message sent by the client.
+Waiting for either of these events allows the client to verify the
+completion of the handshake even in cases where the Handshake
+acknowledgement is lost.

Jana, I temporarily removed the content of that section, since MT has taken the action to write the "handshake is complete" text, introducing the new "previous epoch done" frame, etc.

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/quicwg/base-drafts/pull/2370#discussion_r252900924
----==_mimepart_5c5398b84b5e5_9dc3f87f9ad45c46874a
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/2370#discussion_r252900924">draft-ietf-quic-transport.md</a>:</p>
<pre style='color:#555'>&gt; +The connection establishment handshake concludes when both parties have
+successfully agreed on the protocol version and on encryption keys, and
+have obtained insurance that all necessary Initial and Handshake messages
+have been properly received by their peers, as defined in {{QUIC-TLS}}.
+
+For the server, this is achieved when the TLS stack informs the
+transport that the session establishment is complete, and that the
+1-RTT receive keys can now be used, as indicated in section 4.1.3 of
+{{QUIC-TLS}}.
+
+For the client, this is achieved after the 1-RTT keys become available 
+when the server acknowledges either the client&#39;s Handshake message carrying
+the last element of the Crypto Stream or an 1-RTT message sent by the client.
+Waiting for either of these events allows the client to verify the
+completion of the handshake even in cases where the Handshake
+acknowledgement is lost.
</pre>
<p>Jana, I temporarily removed the content of that section, since MT has taken the action to write the "handshake is complete" text, introducing the new "previous epoch done" frame, etc.</p>

<p style="font-size:small;-webkit-text-size-adjust:none;color:#666;">&mdash;<br />You are receiving this because you are subscribed to this thread.<br />Reply to this email directly, <a href="https://github.com/quicwg/base-drafts/pull/2370#discussion_r252900924">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AWbkq1hDIFs7FN0vq3obFQTu3YRvvWw1ks5vI5A4gaJpZM4aUhBL">mute the thread</a>.<img src="https://github.com/notifications/beacon/AWbkq7oKa_vkA_elYvxnZMRcwYmtJeRoks5vI5A4gaJpZM4aUhBL.gif" height="1" width="1" alt="" /></p>
<script type="application/json" data-scope="inboxmarkup">{"api_version":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name":"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"https://github.githubassets.com/images/email/message_cards/header.png","avatar_image_url":"https://github.githubassets.com/images/email/message_cards/avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/quicwg/base-drafts"}},"updates":{"snippets":[{"icon":"PERSON","message":"@huitema commented on #2370"}],"action":{"name":"View Pull Request","url":"https://github.com/quicwg/base-drafts/pull/2370#discussion_r252900924"}}}</script>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/pull/2370#discussion_r252900924",
"url": "https://github.com/quicwg/base-drafts/pull/2370#discussion_r252900924",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>
----==_mimepart_5c5398b84b5e5_9dc3f87f9ad45c46874a--


From nobody Thu Jan 31 16:54: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 C682F131192 for <quic-issues@ietfa.amsl.com>; Thu, 31 Jan 2019 16:54:51 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -12.552
X-Spam-Level: 
X-Spam-Status: No, score=-12.552 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIMWL_WL_HIGH=-4.553, 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_PASS=-0.001] autolearn=ham autolearn_force=no
Authentication-Results: ietfa.amsl.com (amavisd-new); dkim=pass (1024-bit key) header.d=github.com
Received: from mail.ietf.org ([4.31.198.44]) by localhost (ietfa.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id iLm-Vv7cmSwN for <quic-issues@ietfa.amsl.com>; Thu, 31 Jan 2019 16:54: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 01CE6131187 for <quic-issues@ietf.org>; Thu, 31 Jan 2019 16:54:50 -0800 (PST)
Date: Thu, 31 Jan 2019 16:54:48 -0800
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1548982488; bh=fl5VAviqq6b+P1KwYoSL1iCn8pSsmT74IJqFipiYRME=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=V7tYA8kH4cRVF82j9y+zzmY8EfzJ9NZIi3R7KC4F/O+eTbe15iwq6Cnz0dFzZZwSg eM8Weyxwe//V0+aBrnn1C8sVhxBGfRUkWOmNIMZi3SiUVH1sDAq3lMqUEpwAbbfNjc uAalHFOOYt3nk4Kg9/J7UhF8mw7fGk3IxX5tFvuA=
From: Christian Huitema <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+0166e4ab8e74cd45348d9fbf5b88509b85952c5b3746d65a92cf00000001186b5ad892a169ce180d1061@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/pull/2370/review/198887597@github.com>
In-Reply-To: <quicwg/base-drafts/pull/2370@github.com>
References: <quicwg/base-drafts/pull/2370@github.com>
Subject: Re: [quicwg/base-drafts] Stronger migration handshake (#2370)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5c5398d8ef3f8_3bd33f909f4d45bc15057a"; 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/Rtjzfa-il8MJYenouPhEQIRbTaw>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
List-Id: Notification list for GitHub issues related to the QUIC WG <quic-issues.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=unsubscribe>
List-Archive: <https://mailarchive.ietf.org/arch/browse/quic-issues/>
List-Post: <mailto:quic-issues@ietf.org>
List-Help: <mailto:quic-issues-request@ietf.org?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 Feb 2019 00:54:52 -0000

----==_mimepart_5c5398d8ef3f8_3bd33f909f4d45bc15057a
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

huitema commented on this pull request.



> @@ -1532,6 +1532,24 @@ be unambiguously different to ensure no confusion about their interpretation.
 One way that a new format could be introduced is to define a TLS extension with
 a different codepoint.
 
+### Handshake Completion {#handshake-completion}
+
+The connection establishment handshake concludes when both parties have
+successfully agreed on the protocol version and on encryption keys, and
+have obtained insurance that all necessary Initial and Handshake messages
+have been properly received by their peers, as defined in {{QUIC-TLS}}.
+
+For the server, this is achieved when the TLS stack informs the
+transport that the session establishment is complete, and that the
+1-RTT receive keys can now be used, as indicated in section 4.1.3 of
+{{QUIC-TLS}}.
+
+For the client, this is achieved after the 1-RTT keys become available 
+when the server acknowledges either the client's Handshake message carrying

Removed that text, waiting for MT.

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/quicwg/base-drafts/pull/2370#discussion_r252901038
----==_mimepart_5c5398d8ef3f8_3bd33f909f4d45bc15057a
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/2370#discussion_r252901038">draft-ietf-quic-transport.md</a>:</p>
<pre style='color:#555'>&gt; @@ -1532,6 +1532,24 @@ be unambiguously different to ensure no confusion about their interpretation.
 One way that a new format could be introduced is to define a TLS extension with
 a different codepoint.
 
+### Handshake Completion {#handshake-completion}
+
+The connection establishment handshake concludes when both parties have
+successfully agreed on the protocol version and on encryption keys, and
+have obtained insurance that all necessary Initial and Handshake messages
+have been properly received by their peers, as defined in {{QUIC-TLS}}.
+
+For the server, this is achieved when the TLS stack informs the
+transport that the session establishment is complete, and that the
+1-RTT receive keys can now be used, as indicated in section 4.1.3 of
+{{QUIC-TLS}}.
+
+For the client, this is achieved after the 1-RTT keys become available 
+when the server acknowledges either the client&#39;s Handshake message carrying
</pre>
<p>Removed that text, waiting for MT.</p>

<p style="font-size:small;-webkit-text-size-adjust:none;color:#666;">&mdash;<br />You are receiving this because you are subscribed to this thread.<br />Reply to this email directly, <a href="https://github.com/quicwg/base-drafts/pull/2370#discussion_r252901038">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AWbkq3Sg3s4VrxXGAknOo1b0zuO6Nn0wks5vI5BYgaJpZM4aUhBL">mute the thread</a>.<img src="https://github.com/notifications/beacon/AWbkq73nd9wwc6yv53Rm8CQszx4g0likks5vI5BYgaJpZM4aUhBL.gif" height="1" width="1" alt="" /></p>
<script type="application/json" data-scope="inboxmarkup">{"api_version":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name":"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"https://github.githubassets.com/images/email/message_cards/header.png","avatar_image_url":"https://github.githubassets.com/images/email/message_cards/avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/quicwg/base-drafts"}},"updates":{"snippets":[{"icon":"PERSON","message":"@huitema commented on #2370"}],"action":{"name":"View Pull Request","url":"https://github.com/quicwg/base-drafts/pull/2370#discussion_r252901038"}}}</script>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/pull/2370#discussion_r252901038",
"url": "https://github.com/quicwg/base-drafts/pull/2370#discussion_r252901038",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>
----==_mimepart_5c5398d8ef3f8_3bd33f909f4d45bc15057a--


From nobody Thu Jan 31 17:47:42 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 721541311E5 for <quic-issues@ietfa.amsl.com>; Thu, 31 Jan 2019 17:47:41 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -6.148
X-Spam-Level: 
X-Spam-Status: No, score=-6.148 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIMWL_WL_HIGH=-4.553, 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_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 RxAA1dUIkd2q for <quic-issues@ietfa.amsl.com>; Thu, 31 Jan 2019 17:47:40 -0800 (PST)
Received: from o4.sgmail.github.com (o4.sgmail.github.com [192.254.112.99]) (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 E08231311DD for <quic-issues@ietf.org>; Thu, 31 Jan 2019 17:47:39 -0800 (PST)
DKIM-Signature: v=1; a=rsa-sha1; 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=VZgKz/MLnbVMRYXO6KiO66rbTBE=; b=T9AClmZD2iwKMr+x ShyiizkgTF9PFwsd4VCXn3t8n+91TELzMmyOStAS1/EDZVoCSCfHyjDU6iEPam4R wb27SbCkwvUIiz9iRqaq2judGxFR+ZyaQPA9I8HjOyPC/gj2MmaWDqQupBycpa5S ypCL/QTbbk3O6pm0P50qtlOEHjI=
Received: by filter1117p1las1.sendgrid.net with SMTP id filter1117p1las1-31263-5C53A53A-24 2019-02-01 01:47:38.669084036 +0000 UTC m=+263030.786994944
Received: from github-lowworker-e711880.cp1-iad.github.net (unknown [192.30.252.45]) by ismtpd0026p1iad2.sendgrid.net (SG) with ESMTP id VBj3PD7CSkWd61G28P8iqQ for <quic-issues@ietf.org>; Fri, 01 Feb 2019 01:47:38.536 +0000 (UTC)
Received: from github.com (localhost [127.0.0.1]) by github-lowworker-e711880.cp1-iad.github.net (Postfix) with ESMTP id 886C7440CFA for <quic-issues@ietf.org>; Thu, 31 Jan 2019 17:47:38 -0800 (PST)
Date: Fri, 01 Feb 2019 01:47:38 +0000 (UTC)
From: Christian Huitema <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+0166e4ab21da12d7209ea4081dfadb42806d7723d938d81092cf00000001186b673a92a169ce182bb556@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/pull/2399@github.com>
Subject: [quicwg/base-drafts] Ipv6 flow label (#2399)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5c53a53a87145_2bd3f9fb6cd45c0709b8"; 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: l64QuQ2uJCcEyUykJbxN122A6QRmEpucztpreh3Pak3Vu2I3V9Ou1QEdWSRHs3E8mmdsGE1uNlW+Wt UZO78b0xCJgPqMIreX6TSejOYTrVz2VoJ8RmDienzaOv6UYrwyAFkFyddEjTExsM49uzBpw6WGxnm/ fvl0mC01FPz8eNvUHl6HPxePckLPBgDSXso4BY3uX4B8n/idH3F9/8uYt71AjjrhoiKNIjgmXRaEyu 8=
Archived-At: <https://mailarchive.ietf.org/arch/msg/quic-issues/8uLjZddi5tJOhtw3Xx56tUxZ3Dw>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
List-Id: Notification list for GitHub issues related to the QUIC WG <quic-issues.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=unsubscribe>
List-Archive: <https://mailarchive.ietf.org/arch/browse/quic-issues/>
List-Post: <mailto:quic-issues@ietf.org>
List-Help: <mailto:quic-issues-request@ietf.org?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 Feb 2019 01:47:41 -0000

----==_mimepart_5c53a53a87145_2bd3f9fb6cd45c0709b8
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

Recommendation to set the IPv6 flow label in accordance to RFC 6437, as agreed in Tokyo.
You can view, comment on, or merge this pull request online at:

  https://github.com/quicwg/base-drafts/pull/2399

-- Commit Summary --

  * Merge pull request #11 from quicwg/master
  * Setting the flow label per RFC 6437.

-- File Changes --

    M draft-ietf-quic-transport.md (15)

-- Patch Links --

https://github.com/quicwg/base-drafts/pull/2399.patch
https://github.com/quicwg/base-drafts/pull/2399.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/2399

----==_mimepart_5c53a53a87145_2bd3f9fb6cd45c0709b8
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

<p>Recommendation to set the IPv6 flow label in accordance to RFC 6437, as agreed in Tokyo.</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/2399'>https://github.com/quicwg/base-drafts/pull/2399</a></p>

<h4>Commit Summary</h4>
<ul>
  <li>Merge pull request #11 from quicwg/master</li>
  <li>Setting the flow label per RFC 6437.</li>
</ul>

<h4>File Changes</h4>
<ul>
  <li>
    <strong>M</strong>
    <a href="https://github.com/quicwg/base-drafts/pull/2399/files#diff-0">draft-ietf-quic-transport.md</a>
    (15)
  </li>
</ul>

<h4>Patch Links:</h4>
<ul>
  <li><a href='https://github.com/quicwg/base-drafts/pull/2399.patch'>https://github.com/quicwg/base-drafts/pull/2399.patch</a></li>
  <li><a href='https://github.com/quicwg/base-drafts/pull/2399.diff'>https://github.com/quicwg/base-drafts/pull/2399.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/2399">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AWbkq7w3QMIgbZxdyzxO0hwUSjgp2kQ4ks5vI5y6gaJpZM4adf_K">mute the thread</a>.<img src="https://github.com/notifications/beacon/AWbkq4CQQx9NvcKA8inHKqoe60PA5OZ_ks5vI5y6gaJpZM4adf_K.gif" height="1" width="1" alt="" /></p>
<script type="application/json" data-scope="inboxmarkup">{"api_version":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name":"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"https://github.githubassets.com/images/email/message_cards/header.png","avatar_image_url":"https://github.githubassets.com/images/email/message_cards/avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/quicwg/base-drafts"}},"updates":{"snippets":[{"icon":"DESCRIPTION","message":"Ipv6 flow label (#2399)"}],"action":{"name":"View Pull Request","url":"https://github.com/quicwg/base-drafts/pull/2399"}}}</script>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/pull/2399",
"url": "https://github.com/quicwg/base-drafts/pull/2399",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>

----==_mimepart_5c53a53a87145_2bd3f9fb6cd45c0709b8--


From nobody Thu Jan 31 17:51: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 70C641311DD for <quic-issues@ietfa.amsl.com>; Thu, 31 Jan 2019 17:51:45 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -12.553
X-Spam-Level: 
X-Spam-Status: No, score=-12.553 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIMWL_WL_HIGH=-4.553, 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_PASS=-0.001] autolearn=ham autolearn_force=no
Authentication-Results: ietfa.amsl.com (amavisd-new); dkim=pass (1024-bit key) header.d=github.com
Received: from mail.ietf.org ([4.31.198.44]) by localhost (ietfa.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id gQKaAhUEWRkX for <quic-issues@ietfa.amsl.com>; Thu, 31 Jan 2019 17:51: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 7A62A1311A8 for <quic-issues@ietf.org>; Thu, 31 Jan 2019 17:51:43 -0800 (PST)
Date: Thu, 31 Jan 2019 17:51:42 -0800
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1548985902; bh=/trarzye/awSTdUZUox43upjSkFNPAWhiyZJBfz3aVo=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=qtDnFQesngLruKMRoknATJHaXrN0/a6uZBNycOUMtaHqlbbUS6sHngC80Le1d7Otk nNYRdM1uD7k8x8Kq5fMbHTYucJP3OTt50C0pw7ClZ5etsGr50zo98FvFrygTXNo2t5 BoTV2VuHOfGouYClXOGfpU+uuIIfvZIwqBZ0LpGE=
From: Martin Thomson <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+0166e4aba36306055bead1c292e07d36af4563bfad0945d692cf00000001186b682e92a169ce179fbcfb@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/issues/2308/459576215@github.com>
In-Reply-To: <quicwg/base-drafts/issues/2308@github.com>
References: <quicwg/base-drafts/issues/2308@github.com>
Subject: Re: [quicwg/base-drafts] handling of coalesced packets with decryption errors creates DoS opportunity (#2308)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5c53a62e72c3_2d53f9fb6cd45c01326a6"; 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/LRQYO2KTYVtaTgGjPkqdtSfilr4>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
List-Id: Notification list for GitHub issues related to the QUIC WG <quic-issues.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=unsubscribe>
List-Archive: <https://mailarchive.ietf.org/arch/browse/quic-issues/>
List-Post: <mailto:quic-issues@ietf.org>
List-Help: <mailto:quic-issues-request@ietf.org?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 Feb 2019 01:51:45 -0000

----==_mimepart_5c53a62e72c3_2d53f9fb6cd45c01326a6
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

Yes, but @igorlord's point made me reconsider.  I think that the rule would need to be: a) senders MUST NOT coalesce packets of the same encryption level (there is no need to do so, so this is basically a no-op requirement); b) receivers SHOULD/MAY/MUST? discard packets if a packet of the same encryption level was received in the same datagram.  Unfortunately we can't do any more than this because an attacker has complete control over coalescing.

I realize now that this dovetails nicely with the requirement we already added here to require exactly one Retry or Version Negotiation in response to a 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/issues/2308#issuecomment-459576215
----==_mimepart_5c53a62e72c3_2d53f9fb6cd45c01326a6
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: quoted-printable

<p>Yes, but <a class=3D"user-mention" data-hovercard-type=3D"user" data-h=
overcard-url=3D"/hovercards?user_id=3D25256216" data-octo-click=3D"hoverc=
ard-link-click" data-octo-dimensions=3D"link_type:self" href=3D"https://g=
ithub.com/igorlord">@igorlord</a>'s point made me reconsider.  I think th=
at the rule would need to be: a) senders MUST NOT coalesce packets of the=
 same encryption level (there is no need to do so, so this is basically a=
 no-op requirement); b) receivers SHOULD/MAY/MUST? discard packets if a p=
acket of the same encryption level was received in the same datagram.  Un=
fortunately we can't do any more than this because an attacker has comple=
te control over coalescing.</p>
<p>I realize now that this dovetails nicely with the requirement we alrea=
dy added here to require exactly one Retry or Version Negotiation in resp=
onse to a packet.</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/2308#issuecomment-459576215">view it on GitHub</a>,=
 or <a href=3D"https://github.com/notifications/unsubscribe-auth/AWbkq5vN=
KosES9HDB-QMxn4JMmfTFEVfks5vI52ugaJpZM4Zy2NI">mute the thread</a>.<img sr=
c=3D"https://github.com/notifications/beacon/AWbkq2QrwMweVIS5_L97Qxw0sH-C=
-jz3ks5vI52ugaJpZM4Zy2NI.gif" height=3D"1" width=3D"1" alt=3D"" /></p>
<script type=3D"application/json" data-scope=3D"inboxmarkup">{"api_versio=
n":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name"=
:"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"=
quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"http=
s://github.githubassets.com/images/email/message_cards/header.png","avata=
r_image_url":"https://github.githubassets.com/images/email/message_cards/=
avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/q=
uicwg/base-drafts"}},"updates":{"snippets":[{"icon":"PERSON","message":"@=
martinthomson in #2308: Yes, but @igorlord's point made me reconsider.  I=
 think that the rule would need to be: a) senders MUST NOT coalesce packe=
ts of the same encryption level (there is no need to do so, so this is ba=
sically a no-op requirement); b) receivers SHOULD/MAY/MUST? discard packe=
ts if a packet of the same encryption level was received in the same data=
gram.  Unfortunately we can't do any more than this because an attacker h=
as complete control over coalescing.\r\n\r\nI realize now that this dovet=
ails nicely with the requirement we already added here to require exactly=
 one Retry or Version Negotiation in response to a packet."}],"action":{"=
name":"View Issue","url":"https://github.com/quicwg/base-drafts/issues/23=
08#issuecomment-459576215"}}}</script>
<script type=3D"application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/issues/2308#issuecomment=
-459576215",
"url": "https://github.com/quicwg/base-drafts/issues/2308#issuecomment-45=
9576215",
"name": "View Issue"
},
"description": "View this Issue on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>=

----==_mimepart_5c53a62e72c3_2d53f9fb6cd45c01326a6--


From nobody Thu Jan 31 17:55: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 EA9C61311DD for <quic-issues@ietfa.amsl.com>; Thu, 31 Jan 2019 17:55:53 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -12.553
X-Spam-Level: 
X-Spam-Status: No, score=-12.553 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIMWL_WL_HIGH=-4.553, 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_PASS=-0.001] autolearn=ham autolearn_force=no
Authentication-Results: ietfa.amsl.com (amavisd-new); dkim=pass (1024-bit key) header.d=github.com
Received: from mail.ietf.org ([4.31.198.44]) by localhost (ietfa.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id HvSCdCNZ8T4o for <quic-issues@ietfa.amsl.com>; Thu, 31 Jan 2019 17:55:51 -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 747C01311A8 for <quic-issues@ietf.org>; Thu, 31 Jan 2019 17:55:51 -0800 (PST)
Date: Thu, 31 Jan 2019 17:55:50 -0800
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1548986150; bh=6aOaaoyKye94W8WoMID4gLvfvj8DsCU+NNVxIG3k8xA=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=Ex1+qUavN2d54MIFzEv1ZkGaSsPdBELEgm+yjCGlKYz9/02r8M7gtV/Ba2G1W6eAE d8ndTglRhR5ukkpeGb4AFdqMHxAhPSrtZDxLsIy7tWwGtsKWzVdK9eOfk2coZRZUXQ hFABjyqK5lkK2RxsfzdZhbN3b7Q19l4jekLzkISE=
From: Martin Thomson <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+0166e4abf320e793c9308a13b8d8b1b3f7d537553d4201a592cf00000001186b692692a169ce182bb556@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/pull/2399/review/198899307@github.com>
In-Reply-To: <quicwg/base-drafts/pull/2399@github.com>
References: <quicwg/base-drafts/pull/2399@github.com>
Subject: Re: [quicwg/base-drafts] Ipv6 flow label (#2399)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5c53a7264a823_bc33ffbe70d45bc390f3"; 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/YqVw7DdjT8IA7BpCVKKo2UdEZ8g>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
List-Id: Notification list for GitHub issues related to the QUIC WG <quic-issues.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=unsubscribe>
List-Archive: <https://mailarchive.ietf.org/arch/browse/quic-issues/>
List-Post: <mailto:quic-issues@ietf.org>
List-Help: <mailto:quic-issues-request@ietf.org?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 Feb 2019 01:55:54 -0000

----==_mimepart_5c53a7264a823_bc33ffbe70d45bc390f3
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

martinthomson approved this pull request.

Mostly good, though plenty of nits.  Let's get chair confirmation before merging though.

> @@ -2203,6 +2203,21 @@ address before path validation is complete.
 A client that migrates to a new address SHOULD use a preferred address from the
 same address family for the server.
 
+## Use of IPv6 Flow-Label and migration {ipv6-flow-label}

```suggestion
## Use of IPv6 Flow-Label and Migration {#ipv6-flow-label}
```

> @@ -2203,6 +2203,21 @@ address before path validation is complete.
 A client that migrates to a new address SHOULD use a preferred address from the
 same address family for the server.
 
+## Use of IPv6 Flow-Label and migration {ipv6-flow-label}
+
+Quic nodes that send data using IPv6 SHOULD document the IPv6 flow label

```suggestion
Endpoints that send data using IPv6 SHOULD apply an IPv6 flow label
```

> @@ -2203,6 +2203,21 @@ address before path validation is complete.
 A client that migrates to a new address SHOULD use a preferred address from the
 same address family for the server.
 
+## Use of IPv6 Flow-Label and migration {ipv6-flow-label}
+
+Quic nodes that send data using IPv6 SHOULD document the IPv6 flow label
+in compliance with {{!RFC6437}}, unless the local API does not allow
+setting this parameter.
+
+The IPv6 flow label should be a pseudo-random function of the source

```suggestion
The IPv6 flow label SHOULD be a pseudo-random function of the source
```

> @@ -2203,6 +2203,21 @@ address before path validation is complete.
 A client that migrates to a new address SHOULD use a preferred address from the
 same address family for the server.
 
+## Use of IPv6 Flow-Label and migration {ipv6-flow-label}
+
+Quic nodes that send data using IPv6 SHOULD document the IPv6 flow label
+in compliance with {{!RFC6437}}, unless the local API does not allow
+setting this parameter.
+
+The IPv6 flow label should be a pseudo-random function of the source
+and destination addresses, source and destination UDP ports, and the destination
+CID. The flow label generation MUST be designed to minimize the chances of
+collision with a previously used flow label, as this would enable linkability

```suggestion
linkability with a previously used flow label, as this would enable correlating activity on multiple paths
```

> @@ -2203,6 +2203,21 @@ address before path validation is complete.
 A client that migrates to a new address SHOULD use a preferred address from the
 same address family for the server.
 
+## Use of IPv6 Flow-Label and migration {ipv6-flow-label}
+
+Quic nodes that send data using IPv6 SHOULD document the IPv6 flow label
+in compliance with {{!RFC6437}}, unless the local API does not allow
+setting this parameter.
+
+The IPv6 flow label should be a pseudo-random function of the source
+and destination addresses, source and destination UDP ports, and the destination
+CID. The flow label generation MUST be designed to minimize the chances of
+collision with a previously used flow label, as this would enable linkability
+of multiple paths (see {{migration-linkability}}).
+
+A possible implementation is to compute the flow label as a one way
+hash function of the source and destination addresses, source and
+destination UDP ports, destination CID and a local secret.

```suggestion
destination UDP ports, destination CID, and a local secret.
```

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/quicwg/base-drafts/pull/2399#pullrequestreview-198899307
----==_mimepart_5c53a7264a823_bc33ffbe70d45bc390f3
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: quoted-printable

<p><b>@martinthomson</b> approved this pull request.</p>=0D
=0D
<p>Mostly good, though plenty of nits.  Let's get chair confirmation befo=
re merging though.</p><hr>=0D
=0D
<p>In <a href=3D"https://github.com/quicwg/base-drafts/pull/2399#discussi=
on_r252910701">draft-ietf-quic-transport.md</a>:</p>=0D
<pre style=3D'color:#555'>&gt; @@ -2203,6 +2203,21 @@ address before path=
 validation is complete.=0D
 A client that migrates to a new address SHOULD use a preferred address f=
rom the=0D
 same address family for the server.=0D
 =0D
+## Use of IPv6 Flow-Label and migration {ipv6-flow-label}=0D
</pre>=0D
=E2=AC=87=EF=B8=8F Suggested change=0D
<pre style=3D"color: #555">-## Use of IPv6 Flow-Label and migration {ipv6=
-flow-label}=0D
+## Use of IPv6 Flow-Label and Migration {#ipv6-flow-label}=0D
</pre>=0D
=0D
=0D
<hr>=0D
=0D
<p>In <a href=3D"https://github.com/quicwg/base-drafts/pull/2399#discussi=
on_r252910798">draft-ietf-quic-transport.md</a>:</p>=0D
<pre style=3D'color:#555'>&gt; @@ -2203,6 +2203,21 @@ address before path=
 validation is complete.=0D
 A client that migrates to a new address SHOULD use a preferred address f=
rom the=0D
 same address family for the server.=0D
 =0D
+## Use of IPv6 Flow-Label and migration {ipv6-flow-label}=0D
+=0D
+Quic nodes that send data using IPv6 SHOULD document the IPv6 flow label=
=0D
</pre>=0D
=E2=AC=87=EF=B8=8F Suggested change=0D
<pre style=3D"color: #555">-Quic nodes that send data using IPv6 SHOULD d=
ocument the IPv6 flow label=0D
+Endpoints that send data using IPv6 SHOULD apply an IPv6 flow label=0D
</pre>=0D
=0D
=0D
<hr>=0D
=0D
<p>In <a href=3D"https://github.com/quicwg/base-drafts/pull/2399#discussi=
on_r252911065">draft-ietf-quic-transport.md</a>:</p>=0D
<pre style=3D'color:#555'>&gt; @@ -2203,6 +2203,21 @@ address before path=
 validation is complete.=0D
 A client that migrates to a new address SHOULD use a preferred address f=
rom the=0D
 same address family for the server.=0D
 =0D
+## Use of IPv6 Flow-Label and migration {ipv6-flow-label}=0D
+=0D
+Quic nodes that send data using IPv6 SHOULD document the IPv6 flow label=
=0D
+in compliance with {{!RFC6437}}, unless the local API does not allow=0D
+setting this parameter.=0D
+=0D
+The IPv6 flow label should be a pseudo-random function of the source=0D
</pre>=0D
=E2=AC=87=EF=B8=8F Suggested change=0D
<pre style=3D"color: #555">-The IPv6 flow label should be a pseudo-random=
 function of the source=0D
+The IPv6 flow label SHOULD be a pseudo-random function of the source=0D
</pre>=0D
=0D
=0D
<hr>=0D
=0D
<p>In <a href=3D"https://github.com/quicwg/base-drafts/pull/2399#discussi=
on_r252911158">draft-ietf-quic-transport.md</a>:</p>=0D
<pre style=3D'color:#555'>&gt; @@ -2203,6 +2203,21 @@ address before path=
 validation is complete.=0D
 A client that migrates to a new address SHOULD use a preferred address f=
rom the=0D
 same address family for the server.=0D
 =0D
+## Use of IPv6 Flow-Label and migration {ipv6-flow-label}=0D
+=0D
+Quic nodes that send data using IPv6 SHOULD document the IPv6 flow label=
=0D
+in compliance with {{!RFC6437}}, unless the local API does not allow=0D
+setting this parameter.=0D
+=0D
+The IPv6 flow label should be a pseudo-random function of the source=0D
+and destination addresses, source and destination UDP ports, and the des=
tination=0D
+CID. The flow label generation MUST be designed to minimize the chances =
of=0D
+collision with a previously used flow label, as this would enable linkab=
ility=0D
</pre>=0D
=E2=AC=87=EF=B8=8F Suggested change=0D
<pre style=3D"color: #555">-collision with a previously used flow label, =
as this would enable linkability=0D
+linkability with a previously used flow label, as this would enable corr=
elating activity on multiple paths=0D
</pre>=0D
=0D
=0D
<hr>=0D
=0D
<p>In <a href=3D"https://github.com/quicwg/base-drafts/pull/2399#discussi=
on_r252911218">draft-ietf-quic-transport.md</a>:</p>=0D
<pre style=3D'color:#555'>&gt; @@ -2203,6 +2203,21 @@ address before path=
 validation is complete.=0D
 A client that migrates to a new address SHOULD use a preferred address f=
rom the=0D
 same address family for the server.=0D
 =0D
+## Use of IPv6 Flow-Label and migration {ipv6-flow-label}=0D
+=0D
+Quic nodes that send data using IPv6 SHOULD document the IPv6 flow label=
=0D
+in compliance with {{!RFC6437}}, unless the local API does not allow=0D
+setting this parameter.=0D
+=0D
+The IPv6 flow label should be a pseudo-random function of the source=0D
+and destination addresses, source and destination UDP ports, and the des=
tination=0D
+CID. The flow label generation MUST be designed to minimize the chances =
of=0D
+collision with a previously used flow label, as this would enable linkab=
ility=0D
+of multiple paths (see {{migration-linkability}}).=0D
+=0D
+A possible implementation is to compute the flow label as a one way=0D
+hash function of the source and destination addresses, source and=0D
+destination UDP ports, destination CID and a local secret.=0D
</pre>=0D
=E2=AC=87=EF=B8=8F Suggested change=0D
<pre style=3D"color: #555">-destination UDP ports, destination CID and a =
local secret.=0D
+destination UDP ports, destination CID, and a local secret.=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/2399#pullrequestreview-198899307">view it on GitHub</=
a>, or <a href=3D"https://github.com/notifications/unsubscribe-auth/AWbkq=
yELQZ3ejW0b4Pav9nc7G-HSyr3hks5vI56mgaJpZM4adf_K">mute the thread</a>.<img=
 src=3D"https://github.com/notifications/beacon/AWbkq4hRtPZk5Ld4nqvssT19n=
aweG51Yks5vI56mgaJpZM4adf_K.gif" height=3D"1" width=3D"1" alt=3D"" /></p>=
=0D
<script type=3D"application/json" data-scope=3D"inboxmarkup">{"api_versio=
n":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name"=
:"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"=
quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"http=
s://github.githubassets.com/images/email/message_cards/header.png","avata=
r_image_url":"https://github.githubassets.com/images/email/message_cards/=
avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/q=
uicwg/base-drafts"}},"updates":{"snippets":[{"icon":"PERSON","message":"@=
martinthomson approved #2399"}],"action":{"name":"View Pull Request","url=
":"https://github.com/quicwg/base-drafts/pull/2399#pullrequestreview-1988=
99307"}}}</script>=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/2399#pullrequestrev=
iew-198899307",=0D
"url": "https://github.com/quicwg/base-drafts/pull/2399#pullrequestreview=
-198899307",=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_5c53a7264a823_bc33ffbe70d45bc390f3--


From nobody Thu Jan 31 18:00: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 2E8C51311B8 for <quic-issues@ietfa.amsl.com>; Thu, 31 Jan 2019 18:00:40 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -12.552
X-Spam-Level: 
X-Spam-Status: No, score=-12.552 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIMWL_WL_HIGH=-4.553, 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_PASS=-0.001] autolearn=ham autolearn_force=no
Authentication-Results: ietfa.amsl.com (amavisd-new); dkim=pass (1024-bit key) header.d=github.com
Received: from mail.ietf.org ([4.31.198.44]) by localhost (ietfa.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id Rntrri8mITZ3 for <quic-issues@ietfa.amsl.com>; Thu, 31 Jan 2019 18:00: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 029831311A8 for <quic-issues@ietf.org>; Thu, 31 Jan 2019 18:00:38 -0800 (PST)
Date: Thu, 31 Jan 2019 18:00:36 -0800
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1548986436; bh=GY3mTvUY6Hg3XK9svsVauyNAgVqtDThA3lAJpvA2J+U=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=NGzn3mKq/PJ/l4tRxWM+y6SVUUTWLemFPQvWuCVviSxRu+rwpblhy53aWW2XDuJ51 fUIPjaRkxw/lvKbivBlcvZ2Ev0kqXpkhmcoFf6+tree8zExLvGIgBO1ch+qDBg9Erm ntRVZOUcUOW423q7v3+Ttq/K9MqQcuNWAGqXE2ig=
From: Kazuho Oku <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+0166e4ab8fad0e955de3de20caeea61ae6fe73a7537494b292cf00000001186b6a4492a169ce179fbcfb@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/issues/2308/459577830@github.com>
In-Reply-To: <quicwg/base-drafts/issues/2308@github.com>
References: <quicwg/base-drafts/issues/2308@github.com>
Subject: Re: [quicwg/base-drafts] handling of coalesced packets with decryption errors creates DoS opportunity (#2308)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5c53a84429122_23353fe63f8d45b83527d"; 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/y_j0PEAxMRNRdOgcGcLzaf9JBJQ>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
List-Id: Notification list for GitHub issues related to the QUIC WG <quic-issues.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=unsubscribe>
List-Archive: <https://mailarchive.ietf.org/arch/browse/quic-issues/>
List-Post: <mailto:quic-issues@ietf.org>
List-Help: <mailto:quic-issues-request@ietf.org?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 Feb 2019 02:00:40 -0000

----==_mimepart_5c53a84429122_23353fe63f8d45b83527d
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

> a) senders MUST NOT coalesce packets of the same encryption level (there is no need to do so, so this is basically a no-op requirement); b) receivers SHOULD/MAY/MUST? discard packets if a packet of the same encryption level was received in the same datagram

I think _b_ being MAY is what we agreed at the Interim. While I understand that some are concerned about this being used as an attack vector, there are people who do not care about this (including me), because there are more attractive ways to enforce the server to do more calculation. MAY is a good compromise.

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/quicwg/base-drafts/issues/2308#issuecomment-459577830
----==_mimepart_5c53a84429122_23353fe63f8d45b83527d
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: quoted-printable

<blockquote>
<p>a) senders MUST NOT coalesce packets of the same encryption level (the=
re is no need to do so, so this is basically a no-op requirement); b) rec=
eivers SHOULD/MAY/MUST? discard packets if a packet of the same encryptio=
n level was received in the same datagram</p>
</blockquote>
<p>I think <em>b</em> being MAY is what we agreed at the Interim. While I=
 understand that some are concerned about this being used as an attack ve=
ctor, there are people who do not care about this (including me), because=
 there are more attractive ways to enforce the server to do more calculat=
ion. MAY is a good compromise.</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/2308#issuecomment-459577830">view it on GitHub</a>,=
 or <a href=3D"https://github.com/notifications/unsubscribe-auth/AWbkq5mI=
NMjpnREJORe01DicNZf3UCenks5vI5_EgaJpZM4Zy2NI">mute the thread</a>.<img sr=
c=3D"https://github.com/notifications/beacon/AWbkq5hnqDcak13y0YN4AtaNdHZT=
BlMBks5vI5_EgaJpZM4Zy2NI.gif" height=3D"1" width=3D"1" alt=3D"" /></p>
<script type=3D"application/json" data-scope=3D"inboxmarkup">{"api_versio=
n":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name"=
:"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"=
quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"http=
s://github.githubassets.com/images/email/message_cards/header.png","avata=
r_image_url":"https://github.githubassets.com/images/email/message_cards/=
avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/q=
uicwg/base-drafts"}},"updates":{"snippets":[{"icon":"PERSON","message":"@=
kazuho in #2308: \u003e a) senders MUST NOT coalesce packets of the same =
encryption level (there is no need to do so, so this is basically a no-op=
 requirement); b) receivers SHOULD/MAY/MUST? discard packets if a packet =
of the same encryption level was received in the same datagram\r\n\r\nI t=
hink _b_ being MAY is what we agreed at the Interim. While I understand t=
hat some are concerned about this being used as an attack vector, there a=
re people who do not care about this (including me), because there are mo=
re attractive ways to enforce the server to do more calculation. MAY is a=
 good compromise."}],"action":{"name":"View Issue","url":"https://github.=
com/quicwg/base-drafts/issues/2308#issuecomment-459577830"}}}</script>
<script type=3D"application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/issues/2308#issuecomment=
-459577830",
"url": "https://github.com/quicwg/base-drafts/issues/2308#issuecomment-45=
9577830",
"name": "View Issue"
},
"description": "View this Issue on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>=

----==_mimepart_5c53a84429122_23353fe63f8d45b83527d--


From nobody Thu Jan 31 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 6B854131091 for <quic-issues@ietfa.amsl.com>; Thu, 31 Jan 2019 21:55:32 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -10.934
X-Spam-Level: 
X-Spam-Status: No, score=-10.934 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIMWL_WL_HIGH=-4.553, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, HTML_IMAGE_ONLY_24=1.618, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-1, RCVD_IN_DNSWL_HI=-5, 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 Hu3pSeBXdoqc for <quic-issues@ietfa.amsl.com>; Thu, 31 Jan 2019 21:55: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 B3EA5131053 for <quic-issues@ietf.org>; Thu, 31 Jan 2019 21:55:30 -0800 (PST)
Date: Thu, 31 Jan 2019 21:55:29 -0800
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1549000529; bh=RrK9AgKBkiqVl986e6eDglfTS14U8oBDPmjgeW5knUw=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=wc+8+kPjMWOiHIYkB86G6wJR1tOsANxSR6prAdau+bCvOnKC7zUO1DzIkiBuz23H1 BJ0FLkS1+WrtHQc/D4PGXm84puMRiO4V1wcJL9tUGb0VQ06TUMIflsgyMKvpXfWI10 QZE7gvwRapczk5ll0OLdejKRfO5W52pemw/FhglM=
From: Christian Huitema <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/2399/push/3265100568@github.com>
In-Reply-To: <quicwg/base-drafts/pull/2399@github.com>
References: <quicwg/base-drafts/pull/2399@github.com>
Subject: Re: [quicwg/base-drafts] Ipv6 flow label (#2399)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5c53df514e1fa_2af43fc6c8cd45b4783070"; charset=UTF-8
Content-Transfer-Encoding: 7bit
Precedence: list
X-GitHub-Sender: huitema
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/6fjiErAlJtzNSArr5Qnh2DaLxTo>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
List-Id: Notification list for GitHub issues related to the QUIC WG <quic-issues.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=unsubscribe>
List-Archive: <https://mailarchive.ietf.org/arch/browse/quic-issues/>
List-Post: <mailto:quic-issues@ietf.org>
List-Help: <mailto:quic-issues-request@ietf.org?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 Feb 2019 05:55:33 -0000

----==_mimepart_5c53df514e1fa_2af43fc6c8cd45b4783070
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

@huitema pushed 1 commit.

56f6450b4b2a45242112070b1c153b8c0eab68ed  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/2399/files/35387128d9b0cb4729f8655fec292f6bd02fef4a..56f6450b4b2a45242112070b1c153b8c0eab68ed

----==_mimepart_5c53df514e1fa_2af43fc6c8cd45b4783070
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

<p><a href="https://github.com/huitema" class="user-mention">@huitema</a> pushed 1 commit.</p>

<ul>
  <li><a class="commit-link" href="https://github.com/quicwg/base-drafts/commit/56f6450b4b2a45242112070b1c153b8c0eab68ed">56f6450</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/2399/files/35387128d9b0cb4729f8655fec292f6bd02fef4a..56f6450b4b2a45242112070b1c153b8c0eab68ed">View it on GitHub</a> or <a href="https://github.com/notifications/unsubscribe-auth/AWbkq106RiZ-gIs5MFvBFvBOyP-pMo0Xks5vI9bRgaJpZM4adf_K">mute the thread</a>.<img src="https://github.com/notifications/beacon/AWbkqzWBeozPNGv3P3l-fGrcW4GZsBmXks5vI9bRgaJpZM4adf_K.gif" height="1" width="1" alt="" /></p>
<script type="application/json" data-scope="inboxmarkup">{"api_version":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name":"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"https://github.githubassets.com/images/email/message_cards/header.png","avatar_image_url":"https://github.githubassets.com/images/email/message_cards/avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/quicwg/base-drafts"}},"updates":{"snippets":[{"icon":"PERSON","message":"@huitema pushed 1 commit in #2399"}],"action":{"name":"View Pull Request","url":"https://github.com/quicwg/base-drafts/pull/2399/files/35387128d9b0cb4729f8655fec292f6bd02fef4a..56f6450b4b2a45242112070b1c153b8c0eab68ed"}}}</script>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/pull/2399/files/35387128d9b0cb4729f8655fec292f6bd02fef4a..56f6450b4b2a45242112070b1c153b8c0eab68ed",
"url": "https://github.com/quicwg/base-drafts/pull/2399/files/35387128d9b0cb4729f8655fec292f6bd02fef4a..56f6450b4b2a45242112070b1c153b8c0eab68ed",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>

----==_mimepart_5c53df514e1fa_2af43fc6c8cd45b4783070--


From nobody Thu Jan 31 21: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 D6DA4131091 for <quic-issues@ietfa.amsl.com>; Thu, 31 Jan 2019 21:55:40 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -10.934
X-Spam-Level: 
X-Spam-Status: No, score=-10.934 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIMWL_WL_HIGH=-4.553, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, HTML_IMAGE_ONLY_24=1.618, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-1, RCVD_IN_DNSWL_HI=-5, 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 EaSYfNEXgfgo for <quic-issues@ietfa.amsl.com>; Thu, 31 Jan 2019 21: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 2F4B4131053 for <quic-issues@ietf.org>; Thu, 31 Jan 2019 21:55:39 -0800 (PST)
Date: Thu, 31 Jan 2019 21:55:38 -0800
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1549000538; bh=tiibLGYKMCuG4rGrxeQoc66Ci/koQqcqlbiVZijtXl4=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=LNTfFqO3RYqEm8HlS4uAEBAyLfAZMMWkRahLTKqt1yhp3IDyUrPt0vvODCvqQal8G mEZd0XzkOFKBioeEPj2XKPgYDZnXNJU8//POtT9K+l9HvXEMu1I3A5NazENYJ4DdMR H/ofogCjyr1yGnPimimj/RIxP5GQrnPBkz7JJiC8=
From: Christian Huitema <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/2399/push/3265100838@github.com>
In-Reply-To: <quicwg/base-drafts/pull/2399@github.com>
References: <quicwg/base-drafts/pull/2399@github.com>
Subject: Re: [quicwg/base-drafts] Ipv6 flow label (#2399)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5c53df5a65d1a_13c73f80ff6d45c41425e0"; charset=UTF-8
Content-Transfer-Encoding: 7bit
Precedence: list
X-GitHub-Sender: huitema
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/ia47-wE4BXYydkdVLVh0i2JIuZ4>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
List-Id: Notification list for GitHub issues related to the QUIC WG <quic-issues.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=unsubscribe>
List-Archive: <https://mailarchive.ietf.org/arch/browse/quic-issues/>
List-Post: <mailto:quic-issues@ietf.org>
List-Help: <mailto:quic-issues-request@ietf.org?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 Feb 2019 05:55:41 -0000

----==_mimepart_5c53df5a65d1a_13c73f80ff6d45c41425e0
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

@huitema pushed 1 commit.

850b0a2bef1ef76ca0fcc69444af2148b9a11c63  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/2399/files/56f6450b4b2a45242112070b1c153b8c0eab68ed..850b0a2bef1ef76ca0fcc69444af2148b9a11c63

----==_mimepart_5c53df5a65d1a_13c73f80ff6d45c41425e0
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

<p><a href="https://github.com/huitema" class="user-mention">@huitema</a> pushed 1 commit.</p>

<ul>
  <li><a class="commit-link" href="https://github.com/quicwg/base-drafts/commit/850b0a2bef1ef76ca0fcc69444af2148b9a11c63">850b0a2</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/2399/files/56f6450b4b2a45242112070b1c153b8c0eab68ed..850b0a2bef1ef76ca0fcc69444af2148b9a11c63">View it on GitHub</a> or <a href="https://github.com/notifications/unsubscribe-auth/AWbkq8BYYxiUXH9UHSniCrDa4_84d8-Zks5vI9bagaJpZM4adf_K">mute the thread</a>.<img src="https://github.com/notifications/beacon/AWbkqyuf7NVY5Mf2m_w5ZtB8jYtVquFRks5vI9bagaJpZM4adf_K.gif" height="1" width="1" alt="" /></p>
<script type="application/json" data-scope="inboxmarkup">{"api_version":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name":"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"https://github.githubassets.com/images/email/message_cards/header.png","avatar_image_url":"https://github.githubassets.com/images/email/message_cards/avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/quicwg/base-drafts"}},"updates":{"snippets":[{"icon":"PERSON","message":"@huitema pushed 1 commit in #2399"}],"action":{"name":"View Pull Request","url":"https://github.com/quicwg/base-drafts/pull/2399/files/56f6450b4b2a45242112070b1c153b8c0eab68ed..850b0a2bef1ef76ca0fcc69444af2148b9a11c63"}}}</script>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/pull/2399/files/56f6450b4b2a45242112070b1c153b8c0eab68ed..850b0a2bef1ef76ca0fcc69444af2148b9a11c63",
"url": "https://github.com/quicwg/base-drafts/pull/2399/files/56f6450b4b2a45242112070b1c153b8c0eab68ed..850b0a2bef1ef76ca0fcc69444af2148b9a11c63",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>

----==_mimepart_5c53df5a65d1a_13c73f80ff6d45c41425e0--


From nobody Thu Jan 31 21:55: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 514AF131106 for <quic-issues@ietfa.amsl.com>; Thu, 31 Jan 2019 21:55:54 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -10.934
X-Spam-Level: 
X-Spam-Status: No, score=-10.934 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIMWL_WL_HIGH=-4.553, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, HTML_IMAGE_ONLY_24=1.618, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-1, RCVD_IN_DNSWL_HI=-5, 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 efXKBM42iGoA for <quic-issues@ietfa.amsl.com>; Thu, 31 Jan 2019 21:55: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 CC1B6131053 for <quic-issues@ietf.org>; Thu, 31 Jan 2019 21:55:52 -0800 (PST)
Date: Thu, 31 Jan 2019 21:55:52 -0800
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1549000552; bh=yHI/F++3EjR+EJTFqtQxS5f+wby01lUaFxv7ihL6fro=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=UwUQ+xdokS2AuWdcuHgIm0RUfDYp34ydBmRPqvH1LVKm+4Js4UatMBpttMwrvl33+ 0FLjpPQiVMQfDjcsWNH1llkVjmhVEdUuVbR9tbkUhdIICs3AxQswofSD3Yvtq79R3W yqTrwv/IdlpQ3xE1z0JROe6QJLOrbKJk6WXJFRek=
From: Christian Huitema <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/2399/push/3265101267@github.com>
In-Reply-To: <quicwg/base-drafts/pull/2399@github.com>
References: <quicwg/base-drafts/pull/2399@github.com>
Subject: Re: [quicwg/base-drafts] Ipv6 flow label (#2399)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5c53df6831d4f_4e703f992e0d45c41932e1"; charset=UTF-8
Content-Transfer-Encoding: 7bit
Precedence: list
X-GitHub-Sender: huitema
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/_6aXkVreUUgtqwv_XYqsnLIZKx8>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
List-Id: Notification list for GitHub issues related to the QUIC WG <quic-issues.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=unsubscribe>
List-Archive: <https://mailarchive.ietf.org/arch/browse/quic-issues/>
List-Post: <mailto:quic-issues@ietf.org>
List-Help: <mailto:quic-issues-request@ietf.org?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 Feb 2019 05:55:54 -0000

----==_mimepart_5c53df6831d4f_4e703f992e0d45c41932e1
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

@huitema pushed 1 commit.

9b39f9e343fb2e9e3cfa96d655b3644cc0656df1  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/2399/files/850b0a2bef1ef76ca0fcc69444af2148b9a11c63..9b39f9e343fb2e9e3cfa96d655b3644cc0656df1

----==_mimepart_5c53df6831d4f_4e703f992e0d45c41932e1
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

<p><a href="https://github.com/huitema" class="user-mention">@huitema</a> pushed 1 commit.</p>

<ul>
  <li><a class="commit-link" href="https://github.com/quicwg/base-drafts/commit/9b39f9e343fb2e9e3cfa96d655b3644cc0656df1">9b39f9e</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/2399/files/850b0a2bef1ef76ca0fcc69444af2148b9a11c63..9b39f9e343fb2e9e3cfa96d655b3644cc0656df1">View it on GitHub</a> or <a href="https://github.com/notifications/unsubscribe-auth/AWbkq1XCaU-_FoJPFyjlLtq0SyXjtNFFks5vI9bogaJpZM4adf_K">mute the thread</a>.<img src="https://github.com/notifications/beacon/AWbkqwgZW8vl-U5rkOEbJArBmVgJtkmQks5vI9bogaJpZM4adf_K.gif" height="1" width="1" alt="" /></p>
<script type="application/json" data-scope="inboxmarkup">{"api_version":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name":"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"https://github.githubassets.com/images/email/message_cards/header.png","avatar_image_url":"https://github.githubassets.com/images/email/message_cards/avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/quicwg/base-drafts"}},"updates":{"snippets":[{"icon":"PERSON","message":"@huitema pushed 1 commit in #2399"}],"action":{"name":"View Pull Request","url":"https://github.com/quicwg/base-drafts/pull/2399/files/850b0a2bef1ef76ca0fcc69444af2148b9a11c63..9b39f9e343fb2e9e3cfa96d655b3644cc0656df1"}}}</script>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/pull/2399/files/850b0a2bef1ef76ca0fcc69444af2148b9a11c63..9b39f9e343fb2e9e3cfa96d655b3644cc0656df1",
"url": "https://github.com/quicwg/base-drafts/pull/2399/files/850b0a2bef1ef76ca0fcc69444af2148b9a11c63..9b39f9e343fb2e9e3cfa96d655b3644cc0656df1",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>

----==_mimepart_5c53df6831d4f_4e703f992e0d45c41932e1--


From nobody Thu Jan 31 21:56: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 88167131106 for <quic-issues@ietfa.amsl.com>; Thu, 31 Jan 2019 21:56:30 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -10.934
X-Spam-Level: 
X-Spam-Status: No, score=-10.934 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIMWL_WL_HIGH=-4.553, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, HTML_IMAGE_ONLY_24=1.618, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-1, RCVD_IN_DNSWL_HI=-5, 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 8ZIX2H-5DEVO for <quic-issues@ietfa.amsl.com>; Thu, 31 Jan 2019 21:56:29 -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 5F979131091 for <quic-issues@ietf.org>; Thu, 31 Jan 2019 21:56:29 -0800 (PST)
Date: Thu, 31 Jan 2019 21:56:28 -0800
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1549000588; bh=ipAU/1awSKzHmiAfzTzvtinTOM2ck2gsp6wjjdy/Ito=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=rKrKWuD+9xCR/Zor3clgDPYvLZw2EcbT/abGktwQmPn5Cd07yDAkskl7AeVUohAjl A8V1//7kQxr19cV2K28NSbEq2ygWjHGkemh7xEwglshTKfydnquLd4y/yhUhJFdyWb FwOhcO9SqrZLK6boQggKZWOOWR7tSIjvNnnv6SUQ=
From: Christian Huitema <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/2399/push/3265102423@github.com>
In-Reply-To: <quicwg/base-drafts/pull/2399@github.com>
References: <quicwg/base-drafts/pull/2399@github.com>
Subject: Re: [quicwg/base-drafts] Ipv6 flow label (#2399)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5c53df8cb0cec_3ac33f839b4d45b417141d"; charset=UTF-8
Content-Transfer-Encoding: 7bit
Precedence: list
X-GitHub-Sender: huitema
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-hNuZdsOhNn_uccfT2agr3UhQg>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
List-Id: Notification list for GitHub issues related to the QUIC WG <quic-issues.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=unsubscribe>
List-Archive: <https://mailarchive.ietf.org/arch/browse/quic-issues/>
List-Post: <mailto:quic-issues@ietf.org>
List-Help: <mailto:quic-issues-request@ietf.org?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 Feb 2019 05:56:30 -0000

----==_mimepart_5c53df8cb0cec_3ac33f839b4d45b417141d
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

@huitema pushed 1 commit.

7cd07227f76681bd6efd916443727f305c214eb7  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/2399/files/9b39f9e343fb2e9e3cfa96d655b3644cc0656df1..7cd07227f76681bd6efd916443727f305c214eb7

----==_mimepart_5c53df8cb0cec_3ac33f839b4d45b417141d
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

<p><a href="https://github.com/huitema" class="user-mention">@huitema</a> pushed 1 commit.</p>

<ul>
  <li><a class="commit-link" href="https://github.com/quicwg/base-drafts/commit/7cd07227f76681bd6efd916443727f305c214eb7">7cd0722</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/2399/files/9b39f9e343fb2e9e3cfa96d655b3644cc0656df1..7cd07227f76681bd6efd916443727f305c214eb7">View it on GitHub</a> or <a href="https://github.com/notifications/unsubscribe-auth/AWbkqx1o6_aVoVk9ZGT08n0vcaYW_od9ks5vI9cMgaJpZM4adf_K">mute the thread</a>.<img src="https://github.com/notifications/beacon/AWbkq7KrEN-d0H0UBCzJYLSJLIENuyzRks5vI9cMgaJpZM4adf_K.gif" height="1" width="1" alt="" /></p>
<script type="application/json" data-scope="inboxmarkup">{"api_version":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name":"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"https://github.githubassets.com/images/email/message_cards/header.png","avatar_image_url":"https://github.githubassets.com/images/email/message_cards/avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/quicwg/base-drafts"}},"updates":{"snippets":[{"icon":"PERSON","message":"@huitema pushed 1 commit in #2399"}],"action":{"name":"View Pull Request","url":"https://github.com/quicwg/base-drafts/pull/2399/files/9b39f9e343fb2e9e3cfa96d655b3644cc0656df1..7cd07227f76681bd6efd916443727f305c214eb7"}}}</script>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/pull/2399/files/9b39f9e343fb2e9e3cfa96d655b3644cc0656df1..7cd07227f76681bd6efd916443727f305c214eb7",
"url": "https://github.com/quicwg/base-drafts/pull/2399/files/9b39f9e343fb2e9e3cfa96d655b3644cc0656df1..7cd07227f76681bd6efd916443727f305c214eb7",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>

----==_mimepart_5c53df8cb0cec_3ac33f839b4d45b417141d--


From nobody Thu Jan 31 21:56: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 D5BE2131091 for <quic-issues@ietfa.amsl.com>; Thu, 31 Jan 2019 21:56:40 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -10.934
X-Spam-Level: 
X-Spam-Status: No, score=-10.934 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIMWL_WL_HIGH=-4.553, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, HTML_IMAGE_ONLY_24=1.618, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-1, RCVD_IN_DNSWL_HI=-5, 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 n4qQGB7DgWnb for <quic-issues@ietfa.amsl.com>; Thu, 31 Jan 2019 21:56:39 -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 6B528131053 for <quic-issues@ietf.org>; Thu, 31 Jan 2019 21:56:39 -0800 (PST)
Date: Thu, 31 Jan 2019 21:56:38 -0800
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1549000598; bh=CEeJqIJ3Of4YBpbM+hHf7Z4OmvHDpnDvEo58F4gVXMs=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=mgQTQlhdgsSLzM0mNCSoVOy5G1BAhSNPsi2erO0FJNZxZzQggOZd50k7hkQF4ysxx Ha/dRRR/AvgBZ7R84b0NNZCtAzkaxs0FVjJm26cMV/GP1nv9HcXVVavRe2RBnFd9gs jPyjZC6bLxmMGyBJZjAMh2DWqL+unPzyodk53Vto=
From: Christian Huitema <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/2399/push/3265102703@github.com>
In-Reply-To: <quicwg/base-drafts/pull/2399@github.com>
References: <quicwg/base-drafts/pull/2399@github.com>
Subject: Re: [quicwg/base-drafts] Ipv6 flow label (#2399)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5c53df968a069_5a833ff6acad45c01572a7"; charset=UTF-8
Content-Transfer-Encoding: 7bit
Precedence: list
X-GitHub-Sender: huitema
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/naIBh9lYqeuybJuCzUIbjK4zFIE>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
List-Id: Notification list for GitHub issues related to the QUIC WG <quic-issues.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=unsubscribe>
List-Archive: <https://mailarchive.ietf.org/arch/browse/quic-issues/>
List-Post: <mailto:quic-issues@ietf.org>
List-Help: <mailto:quic-issues-request@ietf.org?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 Feb 2019 05:56:41 -0000

----==_mimepart_5c53df968a069_5a833ff6acad45c01572a7
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

@huitema pushed 1 commit.

d256eb9edbe8734257d8b20818f118db28309792  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/2399/files/7cd07227f76681bd6efd916443727f305c214eb7..d256eb9edbe8734257d8b20818f118db28309792

----==_mimepart_5c53df968a069_5a833ff6acad45c01572a7
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

<p><a href="https://github.com/huitema" class="user-mention">@huitema</a> pushed 1 commit.</p>

<ul>
  <li><a class="commit-link" href="https://github.com/quicwg/base-drafts/commit/d256eb9edbe8734257d8b20818f118db28309792">d256eb9</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/2399/files/7cd07227f76681bd6efd916443727f305c214eb7..d256eb9edbe8734257d8b20818f118db28309792">View it on GitHub</a> or <a href="https://github.com/notifications/unsubscribe-auth/AWbkq1l030yR7uM4PMJo03vicpsdbFkWks5vI9cWgaJpZM4adf_K">mute the thread</a>.<img src="https://github.com/notifications/beacon/AWbkqxw3gVTeSMiuWZ3HAHc5mai_CSVaks5vI9cWgaJpZM4adf_K.gif" height="1" width="1" alt="" /></p>
<script type="application/json" data-scope="inboxmarkup">{"api_version":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name":"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"https://github.githubassets.com/images/email/message_cards/header.png","avatar_image_url":"https://github.githubassets.com/images/email/message_cards/avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/quicwg/base-drafts"}},"updates":{"snippets":[{"icon":"PERSON","message":"@huitema pushed 1 commit in #2399"}],"action":{"name":"View Pull Request","url":"https://github.com/quicwg/base-drafts/pull/2399/files/7cd07227f76681bd6efd916443727f305c214eb7..d256eb9edbe8734257d8b20818f118db28309792"}}}</script>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/pull/2399/files/7cd07227f76681bd6efd916443727f305c214eb7..d256eb9edbe8734257d8b20818f118db28309792",
"url": "https://github.com/quicwg/base-drafts/pull/2399/files/7cd07227f76681bd6efd916443727f305c214eb7..d256eb9edbe8734257d8b20818f118db28309792",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>

----==_mimepart_5c53df968a069_5a833ff6acad45c01572a7--


From nobody Thu Jan 31 22: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 EEDA8131091 for <quic-issues@ietfa.amsl.com>; Thu, 31 Jan 2019 22:03:18 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -10.935
X-Spam-Level: 
X-Spam-Status: No, score=-10.935 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIMWL_WL_HIGH=-4.553, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, HTML_IMAGE_ONLY_24=1.618, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-1, RCVD_IN_DNSWL_HI=-5, SPF_PASS=-0.001] autolearn=ham autolearn_force=no
Authentication-Results: ietfa.amsl.com (amavisd-new); dkim=pass (1024-bit key) header.d=github.com
Received: from mail.ietf.org ([4.31.198.44]) by localhost (ietfa.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id fFotLoC8VTPt for <quic-issues@ietfa.amsl.com>; Thu, 31 Jan 2019 22:03:17 -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 6E216131053 for <quic-issues@ietf.org>; Thu, 31 Jan 2019 22:03:17 -0800 (PST)
Date: Thu, 31 Jan 2019 22:03:16 -0800
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1549000996; bh=S6NO19p+fhrK+tqw/N7saXHbWcVVqSB/8PXJSlCk6xs=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=MuWAnzlLAKuBPdo7ksuB1GL2V7E2KMHYccbSrw7fbN3SRDlO79/U69311MZkxBLl/ +nH2XXFBkdYO9l+OPxpZZLBV4QAMeNTxmcWZI9Jwjvbk3Rj7MkiHKUMFU5ontM9XVw Axibrll3pg9pdPDi9M0EOO9c8LcaHZOhTBaOeHJQ=
From: Christian Huitema <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/2399/push/3265114534@github.com>
In-Reply-To: <quicwg/base-drafts/pull/2399@github.com>
References: <quicwg/base-drafts/pull/2399@github.com>
Subject: Re: [quicwg/base-drafts] Ipv6 flow label (#2399)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5c53e12472aef_1a363f96cd6d45b84318c"; charset=UTF-8
Content-Transfer-Encoding: 7bit
Precedence: list
X-GitHub-Sender: huitema
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/r2uSpsSr1w2FMf35Ury_1w4IFNI>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
List-Id: Notification list for GitHub issues related to the QUIC WG <quic-issues.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=unsubscribe>
List-Archive: <https://mailarchive.ietf.org/arch/browse/quic-issues/>
List-Post: <mailto:quic-issues@ietf.org>
List-Help: <mailto:quic-issues-request@ietf.org?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 Feb 2019 06:03:19 -0000

----==_mimepart_5c53e12472aef_1a363f96cd6d45b84318c
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

@huitema pushed 1 commit.

a122343dec6cbe70c07f62798916ec9d04e2c260  Fixing a repeated words nit.


-- 
You are receiving this because you are subscribed to this thread.
View it on GitHub:
https://github.com/quicwg/base-drafts/pull/2399/files/d256eb9edbe8734257d8b20818f118db28309792..a122343dec6cbe70c07f62798916ec9d04e2c260

----==_mimepart_5c53e12472aef_1a363f96cd6d45b84318c
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

<p><a href="https://github.com/huitema" class="user-mention">@huitema</a> pushed 1 commit.</p>

<ul>
  <li><a class="commit-link" href="https://github.com/quicwg/base-drafts/commit/a122343dec6cbe70c07f62798916ec9d04e2c260">a122343</a>  Fixing a repeated words 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/2399/files/d256eb9edbe8734257d8b20818f118db28309792..a122343dec6cbe70c07f62798916ec9d04e2c260">View it on GitHub</a> or <a href="https://github.com/notifications/unsubscribe-auth/AWbkq-K1CzQ9Uma2Lw3SCsNW_8mOaBNfks5vI9ikgaJpZM4adf_K">mute the thread</a>.<img src="https://github.com/notifications/beacon/AWbkq5ci93v8C9K7VyahoDsanKwRMdHAks5vI9ikgaJpZM4adf_K.gif" height="1" width="1" alt="" /></p>
<script type="application/json" data-scope="inboxmarkup">{"api_version":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name":"GitHub"},"entity":{"external_key":"github/quicwg/base-drafts","title":"quicwg/base-drafts","subtitle":"GitHub repository","main_image_url":"https://github.githubassets.com/images/email/message_cards/header.png","avatar_image_url":"https://github.githubassets.com/images/email/message_cards/avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/quicwg/base-drafts"}},"updates":{"snippets":[{"icon":"PERSON","message":"@huitema pushed 1 commit in #2399"}],"action":{"name":"View Pull Request","url":"https://github.com/quicwg/base-drafts/pull/2399/files/d256eb9edbe8734257d8b20818f118db28309792..a122343dec6cbe70c07f62798916ec9d04e2c260"}}}</script>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/pull/2399/files/d256eb9edbe8734257d8b20818f118db28309792..a122343dec6cbe70c07f62798916ec9d04e2c260",
"url": "https://github.com/quicwg/base-drafts/pull/2399/files/d256eb9edbe8734257d8b20818f118db28309792..a122343dec6cbe70c07f62798916ec9d04e2c260",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>

----==_mimepart_5c53e12472aef_1a363f96cd6d45b84318c--

